|
@@ -0,0 +1,7559 @@
|
|
|
+# SOME DESCRIPTIVE TITLE.
|
|
|
+# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
|
|
+# This file is distributed under the same license as the PACKAGE package.
|
|
|
+# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
|
|
|
+#
|
|
|
+msgid ""
|
|
|
+msgstr ""
|
|
|
+"Project-Id-Version: Misago 0.2\n"
|
|
|
+"Report-Msgid-Bugs-To: \n"
|
|
|
+"POT-Creation-Date: 2013-04-03 18:32+0000\n"
|
|
|
+"PO-Revision-Date: 2013-04-04 00:41+0100\n"
|
|
|
+"Last-Translator: L0ud PL <loudpl@gmail.com>\n"
|
|
|
+"Language-Team: FxDev <loudpl@gmail.com>\n"
|
|
|
+"MIME-Version: 1.0\n"
|
|
|
+"Content-Type: text/plain; charset=UTF-8\n"
|
|
|
+"Content-Transfer-Encoding: 8bit\n"
|
|
|
+"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
|
|
|
+"|| n%100>=20) ? 1 : 2);\n"
|
|
|
+"X-Generator: Poedit 1.5.5\n"
|
|
|
+
|
|
|
+#: auth.py:39 auth.py:49
|
|
|
+msgid "Your e-mail address or password is incorrect. Please try again."
|
|
|
+msgstr "Twój adres e-mail jest niepoprawny. Spróbuj ponownie."
|
|
|
+
|
|
|
+#: auth.py:43
|
|
|
+msgid "Board Administrator has not yet accepted your account."
|
|
|
+msgstr "Administrator tego forum nie zaakceptował jeszcze Twojego konta."
|
|
|
+
|
|
|
+#: auth.py:46
|
|
|
+msgid "You have to activate your account before you will be able to sign-in."
|
|
|
+msgstr "Musisz aktywować swoje konto, aby móc się zalogować."
|
|
|
+
|
|
|
+#: auth.py:61
|
|
|
+msgid "Your account has been banned for following reason:"
|
|
|
+msgstr "Twoje konto zostało zablokowane z następującej przyczyny:"
|
|
|
+
|
|
|
+#: auth.py:62
|
|
|
+msgid "Your account has been banned."
|
|
|
+msgstr "Twoje konto zostało zablokowane."
|
|
|
+
|
|
|
+#: auth.py:112
|
|
|
+msgid "Your account does not have admin privileges."
|
|
|
+msgstr "Twoje konto nie ma uprawnień administratora."
|
|
|
+
|
|
|
+#: decorators.py:20
|
|
|
+#, python-format
|
|
|
+msgid "%(username)s, this page is not available to signed in users."
|
|
|
+msgstr ""
|
|
|
+"%(username)s, ta strona nie jest dostępna dla zalogowanych użytkowników."
|
|
|
+
|
|
|
+#: decorators.py:51
|
|
|
+msgid ""
|
|
|
+"Dear Guest, only signed in members are allowed to access this page. Please "
|
|
|
+"sign in or register and try again."
|
|
|
+msgstr ""
|
|
|
+"Drogi gościu! Tylko zalogowani użytkownicy mają dostep do tej strony. "
|
|
|
+"Zaloguj się, lub zarejestruj i sprobuj ponownie."
|
|
|
+
|
|
|
+#: decorators.py:61
|
|
|
+msgid ""
|
|
|
+"You have used up allowed attempts quota and we temporarily banned you from "
|
|
|
+"accessing this page."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: decorators.py:72
|
|
|
+msgid "Request authorization is invalid. Please try again."
|
|
|
+msgstr "Autoryzacja tego żądania nie powiodła się. Spróbuj ponownie."
|
|
|
+
|
|
|
+#: firewalls.py:36
|
|
|
+msgid "Your account does not have admin privileges"
|
|
|
+msgstr "Twoje konto nie ma uprawnień administratora"
|
|
|
+
|
|
|
+#: validators.py:10
|
|
|
+msgid "Value has to contain alpha-numerical characters."
|
|
|
+msgstr "Zawartość musi zawierać alfanumeryczne znaki."
|
|
|
+
|
|
|
+#: validators.py:11
|
|
|
+msgid "Value is too long."
|
|
|
+msgstr "Zawartość jest zbyt długa."
|
|
|
+
|
|
|
+#: validators.py:26
|
|
|
+#, python-format
|
|
|
+msgid "Username must be at least one character long."
|
|
|
+msgid_plural "Username must be at least %(count)d characters long."
|
|
|
+msgstr[0] "Nazwa użytkownika musi być długa na przynajmniej jeden znak."
|
|
|
+msgstr[1] "Nazwa użytkownika musi być długa na przynajmniej %(count)d znaki."
|
|
|
+msgstr[2] "Nazwa użytkownika musi być długa na przynajmniej %(count)d znaków."
|
|
|
+
|
|
|
+#: validators.py:35
|
|
|
+#, python-format
|
|
|
+msgid "Username cannot be longer than one characters."
|
|
|
+msgid_plural "Username cannot be longer than %(count)d characters."
|
|
|
+msgstr[0] "Nazwa użytkownika nie może być dłuższa niż jeden znak."
|
|
|
+msgstr[1] "Nazwa użytkownika nie może być dłuższa niż %(count)d znaki."
|
|
|
+msgstr[2] "Nazwa użytkownika nie może być dłuższa niż %(count)d znaków."
|
|
|
+
|
|
|
+#: validators.py:44
|
|
|
+msgid "Username can only contain letters and digits."
|
|
|
+msgstr "Nazwa użytkownika może zawierać tylko litery i cyfry."
|
|
|
+
|
|
|
+#: validators.py:47
|
|
|
+msgid "Username can only contain latin alphabet letters and digits."
|
|
|
+msgstr ""
|
|
|
+"Nazwa użytkownika może zawierać tylko litery alfabetu łacińskiego i cyfry."
|
|
|
+
|
|
|
+#: validators.py:50
|
|
|
+msgid "This username is forbidden."
|
|
|
+msgstr "Ta nazwa użytkownika jest zabroniona."
|
|
|
+
|
|
|
+#: validators.py:58
|
|
|
+#, python-format
|
|
|
+msgid "Correct password has to be at least one character long."
|
|
|
+msgid_plural "Correct password has to be at least %(count)d characters long."
|
|
|
+msgstr[0] "Hasło musi być długie na co najmniej jeden znak."
|
|
|
+msgstr[1] "Hasło musi być długie na co najmniej %(count)d znaki."
|
|
|
+msgstr[2] "Hasło musi być długie na co najmniej %(count)d znaków."
|
|
|
+
|
|
|
+#: validators.py:68
|
|
|
+#, fuzzy
|
|
|
+msgid "Password must contain alphabetical characters."
|
|
|
+msgstr "Hasło musi zawierać jakiekolwiek znaki alfabetu."
|
|
|
+
|
|
|
+#: validators.py:71
|
|
|
+msgid "Password must contain characters that have different case."
|
|
|
+msgstr "Hasło musi zawierać znaki o różnej wielkości."
|
|
|
+
|
|
|
+#: validators.py:74
|
|
|
+#, fuzzy
|
|
|
+msgid "Password must contain digits in addition to characters."
|
|
|
+msgstr "Hasło musi zawierać też jakieś cyfry."
|
|
|
+
|
|
|
+#: validators.py:77
|
|
|
+msgid "Password must contain special (non alphanumerical) characters."
|
|
|
+msgstr "Hasło musi zawierać specjalne (nie alfanumeryczne) znaki."
|
|
|
+
|
|
|
+#: validators.py:83
|
|
|
+msgid "This board forbids registrations using this e-mail address."
|
|
|
+msgstr "To forum zabrania rejestracji z podanego adresu e-mail."
|
|
|
+
|
|
|
+#: acl/panels.py:10
|
|
|
+msgid "Misago ACL"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: acl/panels.py:13
|
|
|
+msgid "Misago User ACL"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: acl/permissions/forums.py:11 apps/admin/roles/views.py:38
|
|
|
+msgid "Forums Permissions"
|
|
|
+msgstr "Uprawienia do forów"
|
|
|
+
|
|
|
+#: acl/permissions/forums.py:13
|
|
|
+msgid "Can see forum"
|
|
|
+msgstr "Może zobaczyć forum"
|
|
|
+
|
|
|
+#: acl/permissions/forums.py:14
|
|
|
+msgid "Can see forum contents"
|
|
|
+msgstr "Ma dostęp do zawartości forum"
|
|
|
+
|
|
|
+#: acl/permissions/forums.py:41
|
|
|
+msgid "You don't have permission to browse this forum."
|
|
|
+msgstr "Nie masz wystarczających uprawnień, aby przeglądać to forum."
|
|
|
+
|
|
|
+#: acl/permissions/privatethreads.py:18 fixtures/privatethreadssettings.py:14
|
|
|
+#: models/forummodel.py:173 templates/cranefly/watched.html:105
|
|
|
+#: templates/cranefly/private_threads/changelog.html:7
|
|
|
+#: templates/cranefly/private_threads/changelog_diff.html:7
|
|
|
+#: templates/cranefly/private_threads/details.html:7
|
|
|
+#: templates/cranefly/private_threads/list.html:8
|
|
|
+#: templates/cranefly/private_threads/list.html:18
|
|
|
+#: templates/cranefly/private_threads/posting.html:13
|
|
|
+#: templates/cranefly/private_threads/posting.html:25
|
|
|
+#: templates/cranefly/private_threads/thread.html:9
|
|
|
+msgid "Private Threads"
|
|
|
+msgstr "Prywatne tematy"
|
|
|
+
|
|
|
+#: acl/permissions/privatethreads.py:20
|
|
|
+msgid "Can participate in private threads"
|
|
|
+msgstr "Może uczestniczyć w prywatnych tematach"
|
|
|
+
|
|
|
+#: acl/permissions/privatethreads.py:21
|
|
|
+msgid "Can start private threads"
|
|
|
+msgstr "Może rozpoczynać prywatne tematy"
|
|
|
+
|
|
|
+#: acl/permissions/privatethreads.py:22
|
|
|
+msgid "Can upload files in attachments"
|
|
|
+msgstr "Może umieszczać pliki w załącznikach"
|
|
|
+
|
|
|
+#: acl/permissions/privatethreads.py:23
|
|
|
+msgid "Max. size of single attachment (in KB)"
|
|
|
+msgstr "Maksymalny rozmiar pojedynczego załacznika (w KB)"
|
|
|
+
|
|
|
+#: acl/permissions/privatethreads.py:24
|
|
|
+msgid "Max. number of attachments per post"
|
|
|
+msgstr "Maksymalna liczba załączników w poście"
|
|
|
+
|
|
|
+#: acl/permissions/privatethreads.py:25
|
|
|
+#, fuzzy
|
|
|
+msgid "Can invite users that ignore him"
|
|
|
+msgstr "Może zapraszać do prywatnych dyskusji użytkowników, którzy go ignorują"
|
|
|
+
|
|
|
+#: acl/permissions/privatethreads.py:26
|
|
|
+msgid "Can moderate threads"
|
|
|
+msgstr "Może moderować tematy"
|
|
|
+
|
|
|
+#: acl/permissions/privatethreads.py:26
|
|
|
+msgid ""
|
|
|
+"Makes user with this role Private Threads moderator capable of closing, "
|
|
|
+"deleting and editing all private threads he participates in at will."
|
|
|
+msgstr ""
|
|
|
+"Czyni użytkownika moderatorem prywatnych tematów. Moderator może zamykać, "
|
|
|
+"modyfikować i edytować wszystkie prywatne tematy, w których uczestniczy."
|
|
|
+
|
|
|
+#: acl/permissions/special.py:10
|
|
|
+#, fuzzy
|
|
|
+msgid "Special Access"
|
|
|
+msgstr "Specjalny dostęp"
|
|
|
+
|
|
|
+#: acl/permissions/special.py:12
|
|
|
+msgid "Can use Moderator Control Panel"
|
|
|
+msgstr "Może używać panelu moderatora (MCP)"
|
|
|
+
|
|
|
+#: acl/permissions/special.py:12
|
|
|
+msgid ""
|
|
|
+"Change this permission to yes to grant access to Mod CP for users with this "
|
|
|
+"role."
|
|
|
+msgstr ""
|
|
|
+"Ustawienie tej opcji na Tak, umożliwia użytkownikom z daną rolą dostęp do "
|
|
|
+"panelu moderatora (Mod CP)."
|
|
|
+
|
|
|
+#: acl/permissions/special.py:13
|
|
|
+msgid "Can use Admin Control Panel"
|
|
|
+msgstr "Ma dostęp do panelu administratora (ACP)"
|
|
|
+
|
|
|
+#: acl/permissions/special.py:13
|
|
|
+msgid ""
|
|
|
+"Change this permission to yes to grant admin access for users with this role."
|
|
|
+msgstr ""
|
|
|
+"Ustawienie tej opcji na Tak, mianuje użytkowników z daną rolą "
|
|
|
+"administratorami tego forum."
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:11 acl/permissions/threads.py:16
|
|
|
+#: acl/permissions/threads.py:23 acl/permissions/threads.py:32
|
|
|
+#: acl/permissions/threads.py:49 acl/permissions/threads.py:58
|
|
|
+#: acl/permissions/threads.py:63 acl/permissions/threads.py:68
|
|
|
+msgid "No"
|
|
|
+msgstr "Nie"
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:12
|
|
|
+msgid "Yes, owned"
|
|
|
+msgstr "Tak, własne"
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:13
|
|
|
+msgid "Yes, all"
|
|
|
+msgstr "Tak, wszystkie"
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:17 acl/permissions/threads.py:24
|
|
|
+#, fuzzy
|
|
|
+msgid "Yes, with moderation"
|
|
|
+msgstr "Akceptacja przez moderatora"
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:18 acl/permissions/threads.py:25
|
|
|
+msgid "Yes"
|
|
|
+msgstr "Tak"
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:33
|
|
|
+msgid "Yes, final score"
|
|
|
+msgstr "Tak, tylko końcowy wynik"
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:34
|
|
|
+msgid "Yes, both up and down-votes"
|
|
|
+msgstr "Tak, zarówno głosy w dół i w górę"
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:50
|
|
|
+msgid "Yes, to stickies"
|
|
|
+msgstr "Tak, dla przyklejonych tematów"
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:51
|
|
|
+msgid "Yes, to announcements"
|
|
|
+msgstr "Tak, dla ogłoszeń"
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:59 acl/permissions/threads.py:64
|
|
|
+#: acl/permissions/threads.py:69
|
|
|
+msgid "Yes, soft-delete"
|
|
|
+msgstr "Tak, z możliwością przywrócenia"
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:60 acl/permissions/threads.py:65
|
|
|
+#: acl/permissions/threads.py:70
|
|
|
+msgid "Yes, hard-delete"
|
|
|
+msgstr "Tak, z możliwością kompletnego usunięcia"
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:75 apps/profiles/threads/profile.py:4
|
|
|
+#: fixtures/threadssettings.py:15 templates/admin/index.html:52
|
|
|
+#: templates/cranefly/category.html:81 templates/cranefly/index.html:67
|
|
|
+#: templates/cranefly/index.html.py:124
|
|
|
+#: templates/cranefly/threads/list.html:85
|
|
|
+msgid "Threads"
|
|
|
+msgstr "Tematy"
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:77
|
|
|
+msgid "Can read threads"
|
|
|
+msgstr "Może czytać tematy"
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:78
|
|
|
+msgid "Can start new threads"
|
|
|
+msgstr "Może otwierać nowe tematy"
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:79
|
|
|
+msgid "Can edit own threads"
|
|
|
+msgstr "Może modyfikować swoje tematy"
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:80
|
|
|
+msgid "Can soft-delete own threads"
|
|
|
+msgstr "Może usuwać swoje tematy (nie na trwałe)"
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:84 apps/profiles/posts/profile.py:4
|
|
|
+#: fixtures/threadssettings.py:88 templates/admin/index.html:48
|
|
|
+#: templates/cranefly/category.html:80 templates/cranefly/index.html:66
|
|
|
+#: templates/cranefly/index.html.py:121
|
|
|
+#: templates/cranefly/threads/list.html:84
|
|
|
+msgid "Posts"
|
|
|
+msgstr "Posty"
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:86
|
|
|
+msgid "Can write posts"
|
|
|
+msgstr "Może publikować posty"
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:87
|
|
|
+msgid "Can edit own posts"
|
|
|
+msgstr "Może edytować swoje posty"
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:88
|
|
|
+msgid "Can soft-delete own posts"
|
|
|
+msgstr "Może usuwać swoje posty (nie na trwałe)"
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:92
|
|
|
+msgid "Karma"
|
|
|
+msgstr "Karma"
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:94
|
|
|
+#, fuzzy
|
|
|
+msgid "Can upvote posts"
|
|
|
+msgstr "Może głosować za"
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:95
|
|
|
+#, fuzzy
|
|
|
+msgid "Can downvote posts"
|
|
|
+msgstr "Może głosować przeciw"
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:96
|
|
|
+#, fuzzy
|
|
|
+msgid "Can see post score"
|
|
|
+msgstr "Może zobaczyć ocenę postu"
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:97
|
|
|
+msgid "Can see who voted on post"
|
|
|
+msgstr "Może zobaczyć, kto głosował na dany post"
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:101
|
|
|
+msgid "Polls"
|
|
|
+msgstr "Ankiety"
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:103
|
|
|
+msgid "Can make polls"
|
|
|
+msgstr "Może tworzyć ankiety"
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:104
|
|
|
+msgid "Can vote in polls"
|
|
|
+msgstr "Może głosować w ankietach"
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:105
|
|
|
+msgid "Can see who voted in poll"
|
|
|
+msgstr "Może zobaczyć kto głosował w ankiecie"
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:109 apps/admin/sections/forums.py:88
|
|
|
+msgid "Attachments"
|
|
|
+msgstr "Załączniki"
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:111
|
|
|
+msgid "Can see attachments"
|
|
|
+msgstr "Może zobaczyć załączniki"
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:112
|
|
|
+msgid "Can upload attachments"
|
|
|
+msgstr "Może umieszczać załaczniki"
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:113
|
|
|
+msgid "Can download attachments"
|
|
|
+msgstr "Może pobierać załączniki"
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:114
|
|
|
+msgid "Max size of single attachment (in Kb)"
|
|
|
+msgstr "Maksymalny rozmiar pojedynczego załacznika (w KB)"
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:114 acl/permissions/threads.py:115
|
|
|
+msgid "Enter zero for no limit."
|
|
|
+msgstr "Wpisz 0, aby wyłączyć limit."
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:115
|
|
|
+msgid "Max number of attachments per post"
|
|
|
+msgstr "Maksymalna liczba załączników na post."
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:119
|
|
|
+msgid "Moderation"
|
|
|
+msgstr "Moderacja"
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:121
|
|
|
+msgid "Can accept threads and posts"
|
|
|
+msgstr "Może zatwierdzać tematy i posty"
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:122
|
|
|
+msgid "Can edit thread labels"
|
|
|
+msgstr "Może modyfikować etykiety tematów"
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:123
|
|
|
+msgid "Can see edits history"
|
|
|
+msgstr "Może zobaczyć historię edycji"
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:124
|
|
|
+#, fuzzy
|
|
|
+msgid "Can change threads weight"
|
|
|
+msgstr "Może zmienić istotność tematu"
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:125
|
|
|
+msgid "Can edit threads and posts"
|
|
|
+msgstr "Może modyfikować tematy i posty"
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:126
|
|
|
+msgid "Can move, merge and split threads and posts"
|
|
|
+msgstr "Może przenosić, łączyć i rozdzielać tematy i posty"
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:127
|
|
|
+msgid "Can close threads"
|
|
|
+msgstr "Może zamykać tematy"
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:128
|
|
|
+msgid "Can protect posts"
|
|
|
+msgstr "Może zabezpieczać posty"
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:128
|
|
|
+msgid "Protected posts cannot be changed by their owners."
|
|
|
+msgstr "Zabezpieczone posty nie mogą być zmodyfikowane przez ich właścicieli."
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:129
|
|
|
+msgid "Can delete threads"
|
|
|
+msgstr "Może usuwać tematy"
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:130
|
|
|
+msgid "Can delete posts"
|
|
|
+msgstr "Może usuwać posty"
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:131
|
|
|
+msgid "Can delete polls"
|
|
|
+msgstr "Może usuwać ankiety"
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:132
|
|
|
+msgid "Can delete attachments"
|
|
|
+msgstr "Może usuwać załączniki"
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:151 acl/permissions/threads.py:159
|
|
|
+msgid "You don't have permission to read threads in this forum."
|
|
|
+msgstr "Nie posiadasz uprawnień do czytania tematów na tym forum."
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:218 acl/permissions/threads.py:222
|
|
|
+msgid "You don't have permission to start new threads in this forum."
|
|
|
+msgstr "Nie posiadasz uprawnień do otwierania nowych tematów na tym forum."
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:220
|
|
|
+msgid "This forum is closed, you can't start new threads in it."
|
|
|
+msgstr "To forum jest zamknięte, nie możesz otwierać w nim nowych tematów."
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:244
|
|
|
+msgid "You can't edit threads in closed forums."
|
|
|
+msgstr "Nie możesz modyfikować tematów w zamkniętych forach."
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:246
|
|
|
+msgid "You can't edit closed threads."
|
|
|
+msgstr "Nie możesz modyfikować zamkniętych tematów."
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:249
|
|
|
+msgid "You can't edit other members threads."
|
|
|
+msgstr "Nie możesz modyfikować tematów innych użytkowników."
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:251
|
|
|
+msgid "You can't edit your threads."
|
|
|
+msgstr "Nie możesz modyfikować swoich tematów."
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:253
|
|
|
+msgid "This thread is protected, you cannot edit it."
|
|
|
+msgstr "Ten temat jest chroniony, nie możesz go modyfikować."
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:255
|
|
|
+msgid "You don't have permission to edit threads in this forum."
|
|
|
+msgstr "Nie posiadasz uprawnień do modyfikowania tematów na tym forum."
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:272 acl/permissions/threads.py:279
|
|
|
+msgid "You don't have permission to write replies in this forum."
|
|
|
+msgstr "Nie posiadasz uprawnień do postowania odpowiedzi na tym forum."
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:275
|
|
|
+msgid "You can't write replies in closed forums."
|
|
|
+msgstr "Nie możesz pisać odpowiedzi w zamkniętych forach."
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:277
|
|
|
+msgid "You can't write replies in closed threads."
|
|
|
+msgstr "Nie możesz pisać odpowiedzi w zamkniętych tematach."
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:301
|
|
|
+msgid "You can't edit replies in closed forums."
|
|
|
+msgstr "Nie mozesz edytować odpowiedzi w zamkniętych forach."
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:303
|
|
|
+msgid "You can't edit replies in closed threads."
|
|
|
+msgstr "Nie możesz edytować odpowiedzi w zamkniętych tematach."
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:306
|
|
|
+msgid "You can't edit other members replies."
|
|
|
+msgstr "Nie możesz edytować odpowiedzi innych użytkowników."
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:308
|
|
|
+msgid "You can't edit your replies."
|
|
|
+msgstr "Nie możesz edytować swoich odpowiedzi."
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:310
|
|
|
+msgid "This reply is protected, you cannot edit it."
|
|
|
+msgstr "Ta odpowiedź jest chroniona, nie możesz jej modyfikować."
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:312
|
|
|
+msgid "You don't have permission to edit replies in this forum."
|
|
|
+msgstr "Nie posiadasz uprawnień do modyfikacji odpowiedzi na tym forum."
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:327 acl/permissions/threads.py:329
|
|
|
+msgid "You don't have permission to see history of changes made to this post."
|
|
|
+msgstr ""
|
|
|
+"Nie posiadasz uprawnień, potrzebnych do zobaczenia historii edycji tego "
|
|
|
+"postu."
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:345
|
|
|
+msgid "You can't make reverts in closed forums."
|
|
|
+msgstr "Nie możesz dokonywać przywróceń w zamkniętych forach."
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:347
|
|
|
+msgid "You can't make reverts in closed threads."
|
|
|
+msgstr "Nie możesz dokonywać przywróceń w zamkniętych tematach."
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:349 acl/permissions/threads.py:351
|
|
|
+msgid "You don't have permission to make reverts in this forum."
|
|
|
+msgstr "Nie posiadasz uprawnień do dokonywania przywróceń na tym forum."
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:427
|
|
|
+msgid "You don't have permission to delete threads in closed forum."
|
|
|
+msgstr "Nie posiadasz uprawnień do usuwania tematów na tym forum."
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:429
|
|
|
+msgid "This thread is closed, you cannot delete it."
|
|
|
+msgstr "Ten temat jest zamknięty, nie możesz go usunąć."
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:431 acl/permissions/threads.py:465
|
|
|
+msgid "This post is protected, you cannot delete it."
|
|
|
+msgstr "Ten post jest chroniony, nie możesz go usunąć."
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:433
|
|
|
+msgid "You cannot hard delete this thread."
|
|
|
+msgstr "Nie możesz trwale usunąć tego tematu."
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:435 acl/permissions/threads.py:439
|
|
|
+msgid "You don't have permission to delete this thread."
|
|
|
+msgstr "Nie posiadasz uprawnień do usunięcia tego tematu."
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:437
|
|
|
+msgid "This thread is already deleted."
|
|
|
+msgstr "Ten temat został już usunięty."
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:461
|
|
|
+msgid "You don't have permission to delete posts in closed forum."
|
|
|
+msgstr "Nie posiadasz uprawnień do usuwania postów w zamkniętym forum."
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:463
|
|
|
+msgid "This thread is closed, you cannot delete its posts."
|
|
|
+msgstr "Ten temat jest zamknięty, nie możesz usunąć jego postów."
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:467
|
|
|
+msgid "You cannot hard delete this post."
|
|
|
+msgstr "Nie mozesz usunąć tego postu na trwałe."
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:469 acl/permissions/threads.py:473
|
|
|
+msgid "You don't have permission to delete this post."
|
|
|
+msgstr "Nie masz uprawnień do usunięcia tego postu."
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:471
|
|
|
+msgid "This post is already deleted."
|
|
|
+msgstr "Ten post został już usunięty."
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:529 acl/permissions/threads.py:531
|
|
|
+#, fuzzy
|
|
|
+msgid "You cannot upvote posts in this forum."
|
|
|
+msgstr "Nie możesz głosować za postami na tym forum."
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:537 acl/permissions/threads.py:539
|
|
|
+#, fuzzy
|
|
|
+msgid "You cannot downvote posts in this forum."
|
|
|
+msgstr "Nie możesz głosować przeciw postom na tym forum."
|
|
|
+
|
|
|
+#: acl/permissions/threads.py:545 acl/permissions/threads.py:547
|
|
|
+msgid "You don't have permission to see who voted on this post."
|
|
|
+msgstr "Nie posiadasz uprawnień, aby zobaczyć kto głosował na ten post."
|
|
|
+
|
|
|
+#: acl/permissions/usercp.py:16
|
|
|
+msgid "Profile Settings"
|
|
|
+msgstr "Ustawienia profilu"
|
|
|
+
|
|
|
+#: acl/permissions/usercp.py:18
|
|
|
+msgid "Allowed Username changes number"
|
|
|
+msgstr "Liczba dozwolonych zmian nazwy użytkownika."
|
|
|
+
|
|
|
+#: acl/permissions/usercp.py:18
|
|
|
+msgid "Enter zero to don't allow users with this role to change their names."
|
|
|
+msgstr ""
|
|
|
+"Wpisz 0, aby zabronić użytkownikom z tą rolą jakichkolwiek zmian nazwy."
|
|
|
+
|
|
|
+#: acl/permissions/usercp.py:19
|
|
|
+msgid "Don't count username changes older than"
|
|
|
+msgstr "Nie wliczaj zmian nazwy starszych niż"
|
|
|
+
|
|
|
+#: acl/permissions/usercp.py:19
|
|
|
+msgid ""
|
|
|
+"Number of days since name change that makes that change no longer count to "
|
|
|
+"limit. For example, if you enter 7 days and set changes limit 3, users with "
|
|
|
+"this rank will not be able to make more than three changes in duration of 7 "
|
|
|
+"days. Enter zero to make all changes count."
|
|
|
+msgstr ""
|
|
|
+"Liczba dni, po których dokonane przez użytkownika zmiany nazwy, przestaną "
|
|
|
+"się wliczać do limitu. Na przykład, jeżeli wpiszesz tutaj 7 dni i ustawisz "
|
|
|
+"limit na 3, użytkownicy z tą rangą nie bedą mogli zmienić swojej nazwy "
|
|
|
+"więcej niż 3 razy, w ciągu 7 dni. Wpisz 0, aby uwzględniać każdą zmianę "
|
|
|
+"nazwy, od rejestracji użytkownika."
|
|
|
+
|
|
|
+#: acl/permissions/usercp.py:20
|
|
|
+msgid "Can have signature"
|
|
|
+msgstr "Może posiadać sygnaturkę"
|
|
|
+
|
|
|
+#: acl/permissions/usercp.py:21
|
|
|
+msgid "Can put links in signature"
|
|
|
+msgstr "Może umieszczać linki w sygnaturce"
|
|
|
+
|
|
|
+#: acl/permissions/usercp.py:22
|
|
|
+msgid "Can put images in signature"
|
|
|
+msgstr "Może umieszczać obrazki w sygnaturce"
|
|
|
+
|
|
|
+#: acl/permissions/users.py:14
|
|
|
+msgid "User Profiles"
|
|
|
+msgstr "Profile użytkowników"
|
|
|
+
|
|
|
+#: acl/permissions/users.py:16
|
|
|
+msgid "Can search user profiles"
|
|
|
+msgstr "Może wyszukiwać profile użytkowników"
|
|
|
+
|
|
|
+#: acl/permissions/users.py:17
|
|
|
+msgid "Can see members e-mail's"
|
|
|
+msgstr "Może zobaczyć adresy e-mail użytkowników"
|
|
|
+
|
|
|
+#: acl/permissions/users.py:18
|
|
|
+msgid "Can see members ip's and user-agents"
|
|
|
+msgstr "Może zobaczyć adresy IP oraz user-agenty użytkowników"
|
|
|
+
|
|
|
+#: acl/permissions/users.py:19
|
|
|
+msgid "Can see mebers that hide their presence"
|
|
|
+msgstr "Może zobaczyć aktywność ukrywających ją użytkowników"
|
|
|
+
|
|
|
+#: apps/category.py:12
|
|
|
+msgid "You don't have permission to browse this category."
|
|
|
+msgstr "Nie posiadasz uprawnień do przeglądania tej kategorii."
|
|
|
+
|
|
|
+#: apps/errors.py:16
|
|
|
+msgid "Requested page could not be loaded."
|
|
|
+msgstr "Żadana strona nie mogła zostać załadowana."
|
|
|
+
|
|
|
+#: apps/errors.py:18
|
|
|
+msgid "You don't have permission to see requested page."
|
|
|
+msgstr "Nie posiadasz uprawnień do zobaczenia tej strony."
|
|
|
+
|
|
|
+#: apps/errors.py:43
|
|
|
+#, fuzzy
|
|
|
+msgid "You are banned."
|
|
|
+msgstr "Twoje konto zostało zablokowane."
|
|
|
+
|
|
|
+#: apps/readall.py:22
|
|
|
+msgid "All forums have been marked as read."
|
|
|
+msgstr "Wszystkie fora zostały oznaczone jako przeczytane."
|
|
|
+
|
|
|
+#: apps/redirect.py:12
|
|
|
+#, fuzzy
|
|
|
+msgid "You don't have permission to follow this redirect."
|
|
|
+msgstr "Nie posiadasz uprawnień do podążania za tym przekierowaniem."
|
|
|
+
|
|
|
+#: apps/activation/forms.py:17 apps/resetpswd/forms.py:17
|
|
|
+msgid "Your E-mail Address"
|
|
|
+msgstr "Twój adres e-mail"
|
|
|
+
|
|
|
+#: apps/activation/forms.py:17
|
|
|
+msgid ""
|
|
|
+"Enter email address send activation e-mail to. It must be valid e-mail you "
|
|
|
+"used to register on forums."
|
|
|
+msgstr ""
|
|
|
+"Wpisz adres e-mail, na który zostanie wysłany link aktywacyjny. Aby "
|
|
|
+"potwierdzić rejestację, adres ten musi być poprawny."
|
|
|
+
|
|
|
+#: apps/activation/forms.py:17 apps/resetpswd/forms.py:17
|
|
|
+msgid "Enter your e-mail address."
|
|
|
+msgstr "Wpisz swój adres e-mail."
|
|
|
+
|
|
|
+#: apps/activation/forms.py:31 apps/resetpswd/forms.py:31
|
|
|
+msgid "There is no user with such e-mail address."
|
|
|
+msgstr "Nie ma żadnego użytkownika z takim adresem e-mail."
|
|
|
+
|
|
|
+#: apps/activation/views.py:28 apps/activation/views.py:67
|
|
|
+#, python-format
|
|
|
+msgid "%(username)s, your account is already active."
|
|
|
+msgstr "%(username)s, Twoje konto jest już aktywne."
|
|
|
+
|
|
|
+#: apps/activation/views.py:31 apps/activation/views.py:70
|
|
|
+#, python-format
|
|
|
+msgid "%(username)s, only board administrator can activate your account."
|
|
|
+msgstr "%(username)s, tylko administrator forum może aktywować Twoje konto."
|
|
|
+
|
|
|
+#: apps/activation/views.py:36 apps/admin/users/views.py:123
|
|
|
+msgid "Account Activation"
|
|
|
+msgstr "Aktywacja konta"
|
|
|
+
|
|
|
+#: apps/activation/views.py:38
|
|
|
+#, python-format
|
|
|
+msgid ""
|
|
|
+"%(username)s, e-mail containing new activation link has been sent to "
|
|
|
+"%(email)s."
|
|
|
+msgstr ""
|
|
|
+"%(username)s, e-mail zawierający nowy link aktywacyjny został wysłany na "
|
|
|
+"%(email)s."
|
|
|
+
|
|
|
+#: apps/activation/views.py:73
|
|
|
+#, python-format
|
|
|
+msgid ""
|
|
|
+"%(username)s, your activation link is invalid. Try again or request new "
|
|
|
+"activation e-mail."
|
|
|
+msgstr ""
|
|
|
+"%(username)s, Twój link aktywacyjny jest nieporpawny. Spróbuj ponownie, albo "
|
|
|
+"zażądaj nowego e-maila z linkiem aktywacyjnym."
|
|
|
+
|
|
|
+#: apps/activation/views.py:83
|
|
|
+#, fuzzy, python-format
|
|
|
+msgid ""
|
|
|
+"%(username)s, your account has been successfully reactivated after change of "
|
|
|
+"sign-in credentials."
|
|
|
+msgstr ""
|
|
|
+"%(username)s, Twoje konto zostało pomyślnie reaktywowane po zamianie danych "
|
|
|
+"logowania."
|
|
|
+
|
|
|
+#: apps/activation/views.py:85
|
|
|
+#, fuzzy, python-format
|
|
|
+msgid ""
|
|
|
+"%(username)s, your account has been successfully activated. Welcome aboard!"
|
|
|
+msgstr ""
|
|
|
+"%(username)s, Twoje konto zostało pomyślnie aktywowane. Serdecznie witamy!"
|
|
|
+
|
|
|
+#: apps/admin/team.py:9
|
|
|
+msgid "Team Member"
|
|
|
+msgstr "Członek zespołu forum"
|
|
|
+
|
|
|
+#: apps/admin/widgets.py:95 templates/admin/admin/list.html:70
|
|
|
+#: templates/cranefly/private_threads/list.html:120
|
|
|
+#: templates/cranefly/private_threads/thread.html:347
|
|
|
+#: templates/cranefly/private_threads/thread.html:355
|
|
|
+#: templates/cranefly/threads/list.html:189
|
|
|
+#: templates/cranefly/threads/thread.html:375
|
|
|
+#: templates/cranefly/threads/thread.html:383
|
|
|
+msgid "Go"
|
|
|
+msgstr "Idź"
|
|
|
+
|
|
|
+#: apps/admin/widgets.py:96
|
|
|
+msgid "There are no items to display"
|
|
|
+msgstr "Nie ma żadnych elementów do wyświetlenia"
|
|
|
+
|
|
|
+#: apps/admin/widgets.py:97
|
|
|
+msgid "Search has returned no items"
|
|
|
+msgstr "Wyszukiwanie nie zwróciło żadnych wyników"
|
|
|
+
|
|
|
+#: apps/admin/widgets.py:98
|
|
|
+msgid "You have to select at least one item."
|
|
|
+msgstr "Musisz wybrać przynajmniej jeden element."
|
|
|
+
|
|
|
+#: apps/admin/widgets.py:317
|
|
|
+msgid "No search criteria have been defined."
|
|
|
+msgstr "Nie zdefiniowano żadnych kryteriów wyszukiwania."
|
|
|
+
|
|
|
+#: apps/admin/widgets.py:322
|
|
|
+msgid "Search form contains errors."
|
|
|
+msgstr "Formularz wyszukiwania zawiera błędy."
|
|
|
+
|
|
|
+#: apps/admin/widgets.py:330
|
|
|
+msgid "Search criteria have been cleared."
|
|
|
+msgstr "Kryteria wyszukiwania zostały wyczyszczone."
|
|
|
+
|
|
|
+#: apps/admin/widgets.py:368 apps/admin/widgets.py:373
|
|
|
+#: apps/threadtype/list/views.py:83 apps/threadtype/thread/views.py:111
|
|
|
+#: apps/threadtype/thread/views.py:158
|
|
|
+#, fuzzy
|
|
|
+msgid "Action requested is incorrect."
|
|
|
+msgstr "Żądana akcja jest niepoprawna."
|
|
|
+
|
|
|
+#: apps/admin/widgets.py:412
|
|
|
+#: templates/cranefly/private_threads/posting.html:172
|
|
|
+#: templates/cranefly/threads/posting.html:181
|
|
|
+msgid "Save Changes"
|
|
|
+msgstr "Zapisz zmiany"
|
|
|
+
|
|
|
+#: apps/admin/widgets.py:534
|
|
|
+msgid "Action authorization is invalid."
|
|
|
+msgstr "Autoryzacja dla żądanej akcji jest niepoprawna."
|
|
|
+
|
|
|
+#: apps/admin/bans/forms.py:10
|
|
|
+msgid "Ban Username and e-mail"
|
|
|
+msgstr "Zablokuj nazwę użytkownika oraz e-mail"
|
|
|
+
|
|
|
+#: apps/admin/bans/forms.py:11
|
|
|
+msgid "Ban Username"
|
|
|
+msgstr "Zablokuj nazwę użytkownika"
|
|
|
+
|
|
|
+#: apps/admin/bans/forms.py:12
|
|
|
+msgid "Ban E-mail address"
|
|
|
+msgstr "Zablokuj adres e-mail"
|
|
|
+
|
|
|
+#: apps/admin/bans/forms.py:13
|
|
|
+msgid "Ban IP Address"
|
|
|
+msgstr "Zablokuj adres IP"
|
|
|
+
|
|
|
+#: apps/admin/bans/forms.py:21
|
|
|
+msgid "Ban Details"
|
|
|
+msgstr "Szczegóły bana"
|
|
|
+
|
|
|
+#: apps/admin/bans/forms.py:23
|
|
|
+msgid "Ban Rule"
|
|
|
+msgstr "Reguła banowania"
|
|
|
+
|
|
|
+#: apps/admin/bans/forms.py:23
|
|
|
+msgid ""
|
|
|
+"Select ban type from list and define rule by entering it in text field. If "
|
|
|
+"you want to ban specific user, enter here either his Username or E-mail "
|
|
|
+"address. If you want to define blanket ban, you can use wildcard (\"*\"). "
|
|
|
+"For example to forbid all members from using name suggesting that member is "
|
|
|
+"an admin, you can set ban that forbids \"Admin*\" as username."
|
|
|
+msgstr ""
|
|
|
+"Wybierz typ bana z listy i zdefinij regułę, wpisując ją w pole. Jeżeli "
|
|
|
+"chcesz zablokować konkretnego użytkownika, wprowadź tutaj albo jego nazwę, "
|
|
|
+"albo adres e-mail. Jeżeli chcesz zablokować pewną grupę kombinacji jakiegoś "
|
|
|
+"atrybutu, możesz użyć gwiazdki (\"*\"). Na przykład, zabronić użytkownikom "
|
|
|
+"używania nazwy sugerującej bycie administratorem, z listy możesz wybrać "
|
|
|
+"nazwę użytkownika, a w pole wpisać \"Admin*\"."
|
|
|
+
|
|
|
+#: apps/admin/bans/forms.py:25
|
|
|
+msgid "Ban Expiration"
|
|
|
+msgstr "Ban wygasa"
|
|
|
+
|
|
|
+#: apps/admin/bans/forms.py:25
|
|
|
+msgid ""
|
|
|
+"If you want to, you can set this ban's expiration date by entering it here "
|
|
|
+"using YYYY-MM-DD format. Otherwhise you can leave this field empty making "
|
|
|
+"this ban permanent."
|
|
|
+msgstr ""
|
|
|
+"Możesz tu wpisać datę wygaśniecia bana w formacie YYYY-MM-DD (rok-miesiąc-"
|
|
|
+"dzień). Pozostaw to pole puste, aby ustawić dożywotniego bana."
|
|
|
+
|
|
|
+#: apps/admin/bans/forms.py:29
|
|
|
+msgid "Ban Message"
|
|
|
+msgstr "Uzasadnienie blokady"
|
|
|
+
|
|
|
+#: apps/admin/bans/forms.py:31
|
|
|
+msgid "User-visible Ban Message"
|
|
|
+msgstr "Wiadomość dla użytkownika"
|
|
|
+
|
|
|
+#: apps/admin/bans/forms.py:31
|
|
|
+msgid "Optional Ban message that will be displayed to banned members."
|
|
|
+msgstr ""
|
|
|
+"Opcjonalna. Powód blokady, który zobaczy zablokowany użytkownik po wejściu "
|
|
|
+"na forum."
|
|
|
+
|
|
|
+#: apps/admin/bans/forms.py:32
|
|
|
+msgid "Team-visible Ban Message"
|
|
|
+msgstr "Opis bana dla członków zespołu forum"
|
|
|
+
|
|
|
+#: apps/admin/bans/forms.py:32
|
|
|
+msgid "Optional Ban message that will be displayed to forum team members."
|
|
|
+msgstr "Opcjonalny. Powód blokady, który wyświetli się członkom zespołu forum."
|
|
|
+
|
|
|
+#: apps/admin/bans/forms.py:42
|
|
|
+msgid "Username and e-mail"
|
|
|
+msgstr "Nazwa użytkownika i e-mail"
|
|
|
+
|
|
|
+#: apps/admin/bans/forms.py:43 apps/admin/online/forms.py:22
|
|
|
+#: apps/admin/users/forms.py:36 apps/admin/users/forms.py:133
|
|
|
+#: apps/admin/users/forms.py:200 apps/register/forms.py:31
|
|
|
+#: templates/_email/users/activation/none.html:9
|
|
|
+#: templates/_email/users/activation/none.txt:10
|
|
|
+#: templates/admin/banning/list.html:9
|
|
|
+msgid "Username"
|
|
|
+msgstr "Nazwa użytkownika"
|
|
|
+
|
|
|
+#: apps/admin/bans/forms.py:44 apps/register/forms.py:35
|
|
|
+msgid "E-mail address"
|
|
|
+msgstr "Adres e-mail"
|
|
|
+
|
|
|
+#: apps/admin/bans/forms.py:45 apps/admin/online/forms.py:21
|
|
|
+#: templates/admin/banning/list.html:11
|
|
|
+#: templates/cranefly/private_threads/details.html:30
|
|
|
+#: templates/cranefly/profiles/details.html:189
|
|
|
+#: templates/cranefly/profiles/details.html:220
|
|
|
+#: templates/cranefly/threads/details.html:32
|
|
|
+msgid "IP Address"
|
|
|
+msgstr "Adres IP"
|
|
|
+
|
|
|
+#: apps/admin/bans/forms.py:49
|
|
|
+msgid "Search Bans"
|
|
|
+msgstr "Wyszukiwanie banów"
|
|
|
+
|
|
|
+#: apps/admin/bans/forms.py:51 apps/admin/bans/views.py:27
|
|
|
+msgid "Ban"
|
|
|
+msgstr "Ban"
|
|
|
+
|
|
|
+#: apps/admin/bans/forms.py:51
|
|
|
+msgid "Ban contains..."
|
|
|
+msgstr "Ban zawiera..."
|
|
|
+
|
|
|
+#: apps/admin/bans/forms.py:52
|
|
|
+msgid "Messages"
|
|
|
+msgstr "Uzasadnienie"
|
|
|
+
|
|
|
+#: apps/admin/bans/forms.py:52
|
|
|
+msgid "User or Team message contains..."
|
|
|
+msgstr "Uzasadnienie zawiera..."
|
|
|
+
|
|
|
+#: apps/admin/bans/forms.py:53
|
|
|
+msgid "Type"
|
|
|
+msgstr "Kryteria bana"
|
|
|
+
|
|
|
+#: apps/admin/bans/views.py:28
|
|
|
+msgid "Expires"
|
|
|
+msgstr "Wygasa"
|
|
|
+
|
|
|
+#: apps/admin/bans/views.py:37
|
|
|
+msgid "No bans are currently set."
|
|
|
+msgstr "Aktualnie nie ma nałożonych żadnych banów."
|
|
|
+
|
|
|
+#: apps/admin/bans/views.py:38
|
|
|
+msgid "No bans have been found."
|
|
|
+msgstr "Nie odnaleziono żadnych banów."
|
|
|
+
|
|
|
+#: apps/admin/bans/views.py:39
|
|
|
+msgid "You have to check at least one ban."
|
|
|
+msgstr "Musisz zaznaczyć przynajmniej jednego bana."
|
|
|
+
|
|
|
+#: apps/admin/bans/views.py:41
|
|
|
+msgid "Lift selected bans"
|
|
|
+msgstr "Zdejmij zaznaczone bany."
|
|
|
+
|
|
|
+#: apps/admin/bans/views.py:41
|
|
|
+msgid "Are you sure you want to lift selected bans?"
|
|
|
+msgstr "Czy aby na pewno chcesz zdjąć zaznaczone bany?"
|
|
|
+
|
|
|
+#: apps/admin/bans/views.py:55 apps/admin/bans/views.py:100
|
|
|
+msgid "Edit Ban"
|
|
|
+msgstr "Edytuj bana"
|
|
|
+
|
|
|
+#: apps/admin/bans/views.py:56
|
|
|
+msgid "Lift Ban"
|
|
|
+msgstr "Zdejmij bana"
|
|
|
+
|
|
|
+#: apps/admin/bans/views.py:56
|
|
|
+msgid "Are you sure you want to lift this ban?"
|
|
|
+msgstr "Czy aby na pewno chcesz zdjąć tego bana?"
|
|
|
+
|
|
|
+#: apps/admin/bans/views.py:62
|
|
|
+msgid "Selected bans have been lifted successfully."
|
|
|
+msgstr "Zaznaczone bany zostały pomyślnie zdjęte."
|
|
|
+
|
|
|
+#: apps/admin/bans/views.py:73 apps/admin/sections/users.py:83
|
|
|
+msgid "Set Ban"
|
|
|
+msgstr "Nałóż bana"
|
|
|
+
|
|
|
+#: apps/admin/bans/views.py:91
|
|
|
+msgid "New Ban has been set."
|
|
|
+msgstr "Nowy ban został nałożony."
|
|
|
+
|
|
|
+#: apps/admin/bans/views.py:104 apps/admin/bans/views.py:140
|
|
|
+msgid "Requested Ban could not be found."
|
|
|
+msgstr "Nie odnaleziono żądanego bana."
|
|
|
+
|
|
|
+#: apps/admin/bans/views.py:130
|
|
|
+msgid "Changes in ban have been saved."
|
|
|
+msgstr "Zmiany w banie zostały wprowadzone."
|
|
|
+
|
|
|
+#: apps/admin/bans/views.py:146
|
|
|
+#, python-format
|
|
|
+msgid "E-mail and username Ban \"%(ban)s\" has been lifted."
|
|
|
+msgstr "Ban na nazwę użytkownika i adres e-mail \"%(ban)s\" został zdjęty."
|
|
|
+
|
|
|
+#: apps/admin/bans/views.py:148
|
|
|
+#, python-format
|
|
|
+msgid "Username Ban \"%(ban)s\" has been lifted."
|
|
|
+msgstr "Ban na nazwę użytkownika \"%(ban)s\" został zdjęty."
|
|
|
+
|
|
|
+#: apps/admin/bans/views.py:150
|
|
|
+#, python-format
|
|
|
+msgid "E-mail Ban \"%(ban)s\" has been lifted."
|
|
|
+msgstr "Ban na adres e-mail \"%(ban)s\" został zdjęty."
|
|
|
+
|
|
|
+#: apps/admin/bans/views.py:152
|
|
|
+#, python-format
|
|
|
+msgid "IP Ban \"%(ban)s\" has been lifted."
|
|
|
+msgstr "Ban na adres IP \"%(ban)s\" został zdjęty."
|
|
|
+
|
|
|
+#: apps/admin/clients/forms.py:20
|
|
|
+msgid "Theme Adjustment"
|
|
|
+msgstr "Przypisanie szablonu do przeglądarki"
|
|
|
+
|
|
|
+#: apps/admin/clients/forms.py:22 apps/admin/clients/views.py:24
|
|
|
+msgid "Theme"
|
|
|
+msgstr "Szablon"
|
|
|
+
|
|
|
+#: apps/admin/clients/forms.py:22
|
|
|
+msgid "Select theme that is to replace default one."
|
|
|
+msgstr "Wybierz szablon, który na danej przeglądarce zastąpi domyślny."
|
|
|
+
|
|
|
+#: apps/admin/clients/forms.py:23
|
|
|
+msgid "UserAgent Strings"
|
|
|
+msgstr "Identyfikatory UserAgent przegladarki"
|
|
|
+
|
|
|
+#: apps/admin/clients/forms.py:23
|
|
|
+msgid ""
|
|
|
+"Enter UserAgent strings for which selected theme has to replace default one. "
|
|
|
+"Each string has to be entered in new line. This is case insensitive"
|
|
|
+msgstr ""
|
|
|
+"Wypisz UserAgenty przeglądarek, dla których wybrany styl ma zastąpić "
|
|
|
+"domyślny. Jest to przydatne do np. wyświetlania specjalnej wersji forum w "
|
|
|
+"telefonach. Każdy UserAgent musi być w oddzielnej linii. Wielkość liter nie "
|
|
|
+"gra roli."
|
|
|
+
|
|
|
+#: apps/admin/clients/forms.py:50
|
|
|
+msgid "You have to enter at least one UserAgent."
|
|
|
+msgstr "Musisz wpisać co najmniej jednego UserAgenta."
|
|
|
+
|
|
|
+#: apps/admin/clients/views.py:26
|
|
|
+msgid "You have to check at least one adjustment."
|
|
|
+msgstr "Musisz zaznaczyć przynajmniej jedno przypisanie."
|
|
|
+
|
|
|
+#: apps/admin/clients/views.py:28
|
|
|
+msgid "Delete selected adjustments"
|
|
|
+msgstr "Usuń zaznaczone przypisania"
|
|
|
+
|
|
|
+#: apps/admin/clients/views.py:28
|
|
|
+msgid "Are you sure you want to delete selected theme adjustments?"
|
|
|
+msgstr ""
|
|
|
+"Czy na pewno chcesz usunąć zaznaczone przypisania szablonów do przeglądarek?"
|
|
|
+
|
|
|
+#: apps/admin/clients/views.py:33 apps/admin/clients/views.py:71
|
|
|
+msgid "Edit Adjustment"
|
|
|
+msgstr "Zmodyfikuj przypisanie"
|
|
|
+
|
|
|
+#: apps/admin/clients/views.py:34
|
|
|
+msgid "Delete Adjustment"
|
|
|
+msgstr "Usuń przypisanie"
|
|
|
+
|
|
|
+#: apps/admin/clients/views.py:34
|
|
|
+msgid "Are you sure you want to delete this adjustment?"
|
|
|
+msgstr "Czy na pewno chcesz usunąć to przypisanie?"
|
|
|
+
|
|
|
+#: apps/admin/clients/views.py:39
|
|
|
+msgid "Selected adjustment have been deleted successfully."
|
|
|
+msgstr "Wybrane przypisanie zostało usunięte."
|
|
|
+
|
|
|
+#: apps/admin/clients/views.py:47
|
|
|
+msgid "Set Adjustment"
|
|
|
+msgstr "Dodaj przypisanie"
|
|
|
+
|
|
|
+#: apps/admin/clients/views.py:65
|
|
|
+msgid "New adjustment has been created."
|
|
|
+msgstr "Nowe przypisane zostało dodane."
|
|
|
+
|
|
|
+#: apps/admin/clients/views.py:75 apps/admin/clients/views.py:106
|
|
|
+msgid "Requested adjustment could not be found."
|
|
|
+msgstr "Żądane przypisanie nie zostało odnalezione."
|
|
|
+
|
|
|
+#: apps/admin/clients/views.py:99
|
|
|
+#, python-format
|
|
|
+msgid "Adjustment using theme \"%(name)s\" has been saved."
|
|
|
+msgstr "Przypisanie dla szablonu \"%(name)s\" zostało zachowane."
|
|
|
+
|
|
|
+#: apps/admin/clients/views.py:110
|
|
|
+#, python-format
|
|
|
+msgid "Adjustment using theme \"%(name)s\" has been deleted."
|
|
|
+msgstr "Przypisanie dla szablonu \"%(name)s\" zostało usunięte."
|
|
|
+
|
|
|
+#: apps/admin/forumroles/forms.py:8 apps/admin/roles/forms.py:8
|
|
|
+msgid "Role name must be sluggable."
|
|
|
+msgstr "Nazwa roli nie może zawierać wyłącznie znaków specjalnych."
|
|
|
+
|
|
|
+#: apps/admin/forumroles/forms.py:9 apps/admin/roles/forms.py:9
|
|
|
+msgid "Role name is too long."
|
|
|
+msgstr "Nazwa roli jest zbyt długa."
|
|
|
+
|
|
|
+#: apps/admin/forumroles/forms.py:15 apps/admin/roles/forms.py:16
|
|
|
+msgid "Basic Role Options"
|
|
|
+msgstr "Podstawowe opcje roli"
|
|
|
+
|
|
|
+#: apps/admin/forumroles/forms.py:17 apps/admin/roles/forms.py:18
|
|
|
+msgid "Role Name"
|
|
|
+msgstr "Nazwa roli"
|
|
|
+
|
|
|
+#: apps/admin/forumroles/forms.py:17 apps/admin/roles/forms.py:18
|
|
|
+msgid "Role Name is used to identify this role in Admin Control Panel."
|
|
|
+msgstr ""
|
|
|
+"Nazwa roli służy do zidentyfikowania tej roli w panelu administratora (ACP)."
|
|
|
+
|
|
|
+#: apps/admin/forumroles/views.py:25 apps/admin/roles/views.py:26
|
|
|
+#: templates/admin/roles/forums.html:12
|
|
|
+msgid "Role"
|
|
|
+msgstr "Rola"
|
|
|
+
|
|
|
+#: apps/admin/forumroles/views.py:27 apps/admin/roles/views.py:28
|
|
|
+msgid "You have to check at least one role."
|
|
|
+msgstr "Musisz zaznaczyć przynajmiej jedną rolę."
|
|
|
+
|
|
|
+#: apps/admin/forumroles/views.py:29
|
|
|
+msgid "Delete selected forum roles"
|
|
|
+msgstr "Usuń zaznaczone role"
|
|
|
+
|
|
|
+#: apps/admin/forumroles/views.py:29 apps/admin/roles/views.py:30
|
|
|
+msgid "Are you sure you want to delete selected roles?"
|
|
|
+msgstr "Czy na pewno chcesz usunąć zaznaczone role?"
|
|
|
+
|
|
|
+#: apps/admin/forumroles/views.py:37 apps/admin/roles/views.py:39
|
|
|
+msgid "Role Permissions"
|
|
|
+msgstr "Uprawienia roli"
|
|
|
+
|
|
|
+#: apps/admin/forumroles/views.py:38 apps/admin/roles/views.py:40
|
|
|
+#: apps/admin/roles/views.py:82
|
|
|
+msgid "Edit Role"
|
|
|
+msgstr "Edytuj rolę"
|
|
|
+
|
|
|
+#: apps/admin/forumroles/views.py:39 apps/admin/roles/views.py:41
|
|
|
+msgid "Delete Role"
|
|
|
+msgstr "Usuń rolę"
|
|
|
+
|
|
|
+#: apps/admin/forumroles/views.py:39 apps/admin/roles/views.py:41
|
|
|
+msgid "Are you sure you want to delete this role?"
|
|
|
+msgstr "Czy aby na pewno chcesz usunąć tą rolę?"
|
|
|
+
|
|
|
+#: apps/admin/forumroles/views.py:45
|
|
|
+msgid "Selected forum roles have been deleted successfully."
|
|
|
+msgstr "Zaznaczone role zostały pomyślnie usunięte."
|
|
|
+
|
|
|
+#: apps/admin/forumroles/views.py:53 apps/admin/roles/views.py:63
|
|
|
+msgid "Save Role"
|
|
|
+msgstr "Zachowaj rolę"
|
|
|
+
|
|
|
+#: apps/admin/forumroles/views.py:66
|
|
|
+msgid "New Forum Role has been created."
|
|
|
+msgstr "Nowa rola na forum została dodana."
|
|
|
+
|
|
|
+#: apps/admin/forumroles/views.py:72
|
|
|
+msgid "Edit Forum Role"
|
|
|
+msgstr "Modfikacja roli"
|
|
|
+
|
|
|
+#: apps/admin/forumroles/views.py:76 apps/admin/forumroles/views.py:102
|
|
|
+#: apps/admin/forumroles/views.py:139
|
|
|
+msgid "Requested Forum Role could not be found."
|
|
|
+msgstr "Żądana rola na forum nie została odnaleziona."
|
|
|
+
|
|
|
+#: apps/admin/forumroles/views.py:93
|
|
|
+#, python-format
|
|
|
+msgid "Changes in forum role \"%(name)s\" have been saved."
|
|
|
+msgstr "Zmiany w roli \"%(name)s\" zostały zachowane."
|
|
|
+
|
|
|
+#: apps/admin/forumroles/views.py:99
|
|
|
+msgid "Change Forum Role Permissions"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/forumroles/views.py:132
|
|
|
+#, python-format
|
|
|
+msgid "Forum Role \"%(name)s\" permissions have been changed."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/forumroles/views.py:144
|
|
|
+#, python-format
|
|
|
+msgid "Forum Role \"%(name)s\" has been deleted."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/forums/forms.py:12
|
|
|
+msgid "Category name must be sluggable."
|
|
|
+msgstr "Nazwa kategorii nie może zawierać samych znaków specjalnych."
|
|
|
+
|
|
|
+#: apps/admin/forums/forms.py:13
|
|
|
+msgid "Category name is too long."
|
|
|
+msgstr "Nazwa kategorii jest zbyt długa."
|
|
|
+
|
|
|
+#: apps/admin/forums/forms.py:23 apps/admin/forums/forms.py:73
|
|
|
+#: apps/admin/forums/forms.py:126
|
|
|
+#, fuzzy
|
|
|
+msgid "Basic Options"
|
|
|
+msgstr "Dane podstawowe"
|
|
|
+
|
|
|
+#: apps/admin/forums/forms.py:25
|
|
|
+msgid "Category Parent"
|
|
|
+msgstr "Rodzic kategorii"
|
|
|
+
|
|
|
+#: apps/admin/forums/forms.py:26 apps/admin/forums/forms.py:76
|
|
|
+#: apps/admin/forums/forms.py:129
|
|
|
+msgid "Copy Permissions from"
|
|
|
+msgstr "Skopiuj uprawienia z"
|
|
|
+
|
|
|
+#: apps/admin/forums/forms.py:27
|
|
|
+msgid "Category Name"
|
|
|
+msgstr "Nazwa kategorii"
|
|
|
+
|
|
|
+#: apps/admin/forums/forms.py:28
|
|
|
+msgid "Category Description"
|
|
|
+msgstr "Opis kategorii"
|
|
|
+
|
|
|
+#: apps/admin/forums/forms.py:29
|
|
|
+msgid "Closed Category"
|
|
|
+msgstr "Zamknięta kategoria"
|
|
|
+
|
|
|
+#: apps/admin/forums/forms.py:33 apps/admin/forums/forms.py:90
|
|
|
+#: apps/admin/forums/forms.py:136
|
|
|
+msgid "Display Options"
|
|
|
+msgstr "Wyświetl opcje"
|
|
|
+
|
|
|
+#: apps/admin/forums/forms.py:35
|
|
|
+msgid "Category Attributes"
|
|
|
+msgstr "Atrybuty kategorii"
|
|
|
+
|
|
|
+#: apps/admin/forums/forms.py:35
|
|
|
+msgid ""
|
|
|
+"Custom templates can check categories for predefined attributes that will "
|
|
|
+"change way they are rendered."
|
|
|
+msgstr ""
|
|
|
+"Specjalne szablony, mogą różnie wyświetlać kategorie, w zależności od "
|
|
|
+"zdefiniowanych atrybutów."
|
|
|
+
|
|
|
+#: apps/admin/forums/forms.py:36 apps/admin/forums/forms.py:93
|
|
|
+msgid "Show Subforums Details"
|
|
|
+msgstr "Pokaż szczczegóły podforów"
|
|
|
+
|
|
|
+#: apps/admin/forums/forms.py:36
|
|
|
+msgid ""
|
|
|
+"Allows you to prevent this category subforums from displaying statistics, "
|
|
|
+"last post data, etc. ect. on forums lists."
|
|
|
+msgstr ""
|
|
|
+"Umożliwia wyłączenie wyświetlania statystyk (np. informacji o ostatnim "
|
|
|
+"poście) dla podforów danej kategorii."
|
|
|
+
|
|
|
+#: apps/admin/forums/forms.py:37
|
|
|
+msgid "Category Style"
|
|
|
+msgstr "Styl kategorii"
|
|
|
+
|
|
|
+#: apps/admin/forums/forms.py:37
|
|
|
+msgid ""
|
|
|
+"You can add custom CSS classess to this category, to change way it looks on "
|
|
|
+"board index."
|
|
|
+msgstr ""
|
|
|
+"Możesz zdefiniować specjalne klasy CSS, które zmienią wygląd kategorii w na "
|
|
|
+"stronie głównej forum."
|
|
|
+
|
|
|
+#: apps/admin/forums/forms.py:44 apps/admin/forums/forms.py:101
|
|
|
+#: apps/admin/forums/forms.py:145
|
|
|
+msgid "Don't copy permissions"
|
|
|
+msgstr "Nie kopiuj uprawnień"
|
|
|
+
|
|
|
+#: apps/admin/forums/forms.py:60
|
|
|
+msgid "Forum name must be sluggable."
|
|
|
+msgstr "Nazwa forum nie może składać się wyłącznie ze znaków specjlanych."
|
|
|
+
|
|
|
+#: apps/admin/forums/forms.py:61
|
|
|
+msgid "Forum name is too long."
|
|
|
+msgstr "Nazwa forum jest zbyt długa."
|
|
|
+
|
|
|
+#: apps/admin/forums/forms.py:75
|
|
|
+msgid "Forum Parent"
|
|
|
+msgstr "Rodzic forum"
|
|
|
+
|
|
|
+#: apps/admin/forums/forms.py:77
|
|
|
+msgid "Forum Name"
|
|
|
+msgstr "Nazwa forum"
|
|
|
+
|
|
|
+#: apps/admin/forums/forms.py:78
|
|
|
+msgid "Forum Description"
|
|
|
+msgstr "Opis forum"
|
|
|
+
|
|
|
+#: apps/admin/forums/forms.py:79
|
|
|
+msgid "Closed Forum"
|
|
|
+msgstr "Zamknięte forum"
|
|
|
+
|
|
|
+#: apps/admin/forums/forms.py:83
|
|
|
+msgid "Prune Forum"
|
|
|
+msgstr "Automatyczne czyszczenie forum"
|
|
|
+
|
|
|
+#: apps/admin/forums/forms.py:85
|
|
|
+msgid "Delete threads with first post older than"
|
|
|
+msgstr "Usuń tematy, których pierwszy post jest starszy niż"
|
|
|
+
|
|
|
+#: apps/admin/forums/forms.py:85
|
|
|
+msgid ""
|
|
|
+"Enter number of days since thread start after which thread will be deleted "
|
|
|
+"or zero to don't delete threads."
|
|
|
+msgstr ""
|
|
|
+"Podaj ilość dni od rozpoczęcia tematu, po których zostanie on usunięty. "
|
|
|
+"Wpisz 0, aby wyłączyć usuwanie na podstawie tego kryterium."
|
|
|
+
|
|
|
+#: apps/admin/forums/forms.py:86
|
|
|
+msgid "Delete threads with last post older than"
|
|
|
+msgstr "Usuń tematy, których ostatni post jest starszy niż"
|
|
|
+
|
|
|
+#: apps/admin/forums/forms.py:86
|
|
|
+msgid ""
|
|
|
+"Enter number of days since since last reply in thread after which thread "
|
|
|
+"will be deleted or zero to don't delete threads."
|
|
|
+msgstr ""
|
|
|
+"Podaj ilość dni od ostatniej odpowiedzi w temacie, po których zostanie on "
|
|
|
+"usunięty. Wpisz 0, aby wyłączyć usuwanie na podstawie tego kryterium."
|
|
|
+
|
|
|
+#: apps/admin/forums/forms.py:92
|
|
|
+msgid "Subforums List Attributes"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/forums/forms.py:92
|
|
|
+msgid ""
|
|
|
+"Custom templates can check forums for predefined attributes that will change "
|
|
|
+"way subforums lists are rendered."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/forums/forms.py:93
|
|
|
+msgid ""
|
|
|
+"Allows you to prevent this forum's subforums from displaying statistics, "
|
|
|
+"last post data, etc. ect. on subforums list."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/forums/forms.py:94
|
|
|
+msgid "Forum Style"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/forums/forms.py:94
|
|
|
+msgid ""
|
|
|
+"You can add custom CSS classess to this forum to change way it looks on "
|
|
|
+"forums lists."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/forums/forms.py:117
|
|
|
+msgid "Redirect name must be sluggable."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/forums/forms.py:118
|
|
|
+msgid "Redirect name is too long."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/forums/forms.py:128
|
|
|
+msgid "Redirect Parent"
|
|
|
+msgstr "Rodzic przekierowania"
|
|
|
+
|
|
|
+#: apps/admin/forums/forms.py:130
|
|
|
+msgid "Redirect Name"
|
|
|
+msgstr "Nazwa przekierowania"
|
|
|
+
|
|
|
+#: apps/admin/forums/forms.py:131
|
|
|
+msgid "Redirect URL"
|
|
|
+msgstr "Adres URL przekierowania"
|
|
|
+
|
|
|
+#: apps/admin/forums/forms.py:132
|
|
|
+msgid "Redirect Description"
|
|
|
+msgstr "Opis przekierowania"
|
|
|
+
|
|
|
+#: apps/admin/forums/forms.py:138
|
|
|
+msgid "Redirect Style"
|
|
|
+msgstr "Styl przekierowania"
|
|
|
+
|
|
|
+#: apps/admin/forums/forms.py:138
|
|
|
+msgid ""
|
|
|
+"You can add custom CSS classess to this redirect to change way it looks on "
|
|
|
+"forums lists."
|
|
|
+msgstr ""
|
|
|
+"Do przekierowania możesz przypisać specjalną klasę CSS, aby zmienić jego "
|
|
|
+"wygląd na liście forów."
|
|
|
+
|
|
|
+#: apps/admin/forums/forms.py:151
|
|
|
+msgid "Delete Options"
|
|
|
+msgstr "Opcje usuwania"
|
|
|
+
|
|
|
+#: apps/admin/forums/forms.py:153
|
|
|
+msgid "Move threads to"
|
|
|
+msgstr "Przenieś tematy do"
|
|
|
+
|
|
|
+#: apps/admin/forums/forms.py:154
|
|
|
+msgid "Move subforums to"
|
|
|
+msgstr "Przenieś subfora do"
|
|
|
+
|
|
|
+#: apps/admin/forums/forms.py:164 apps/admin/forums/forms.py:165
|
|
|
+#: apps/admin/forums/views.py:326
|
|
|
+msgid "Remove with forum"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/forums/forms.py:171
|
|
|
+msgid "Categories cannot contain threads."
|
|
|
+msgstr "Kategorie nie mogą zawierać tematów."
|
|
|
+
|
|
|
+#: apps/admin/forums/forms.py:173
|
|
|
+msgid "Redirects cannot contain threads."
|
|
|
+msgstr "Przekierowania nie mogą zawierać tematów."
|
|
|
+
|
|
|
+#: apps/admin/forums/forms.py:179
|
|
|
+msgid ""
|
|
|
+"Destination you want to move this forum's threads to will be deleted with "
|
|
|
+"this forum."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/forums/views.py:25 templates/admin/roles/forums.html:11
|
|
|
+msgid "Forum"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/forums/views.py:27
|
|
|
+msgid "You have to select at least one forum."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/forums/views.py:29
|
|
|
+msgid "Resynchronise forums"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/forums/views.py:30
|
|
|
+msgid "Prune forums"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/forums/views.py:30
|
|
|
+msgid "Are you sure you want to delete all content from selected forums?"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/forums/views.py:32 apps/admin/roles/views.py:123
|
|
|
+msgid "No forums are currently defined."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/forums/views.py:43
|
|
|
+msgid "Move Category Up"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/forums/views.py:44
|
|
|
+msgid "Move Category Down"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/forums/views.py:45 apps/admin/forums/views.py:231
|
|
|
+msgid "Edit Category"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/forums/views.py:46 apps/admin/forums/views.py:313
|
|
|
+msgid "Delete Category"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/forums/views.py:51
|
|
|
+msgid "Move Forum Up"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/forums/views.py:52
|
|
|
+msgid "Move Forum Down"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/forums/views.py:53 apps/admin/forums/views.py:216
|
|
|
+msgid "Edit Forum"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/forums/views.py:54 apps/admin/forums/views.py:300
|
|
|
+#: templates/admin/forums/delete.html:5
|
|
|
+msgid "Delete Forum"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/forums/views.py:58
|
|
|
+msgid "Move Redirect Up"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/forums/views.py:59
|
|
|
+msgid "Move Redirect Down"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/forums/views.py:60 apps/admin/forums/views.py:234
|
|
|
+msgid "Edit Redirect"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/forums/views.py:61 apps/admin/forums/views.py:315
|
|
|
+msgid "Delete Redirect"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/forums/views.py:65
|
|
|
+msgid "Selected forums have been resynchronised successfully."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/forums/views.py:68
|
|
|
+msgid "Selected forums have been pruned successfully."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/forums/views.py:76
|
|
|
+msgid "Save Category"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/forums/views.py:102
|
|
|
+msgid "New Category has been created."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/forums/views.py:110 apps/admin/forums/views.py:152
|
|
|
+msgid "Save Forum"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/forums/views.py:138
|
|
|
+msgid "New Forum has been created."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/forums/views.py:142
|
|
|
+msgid ""
|
|
|
+"You have to create at least one category before you will be able to create "
|
|
|
+"forums."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/forums/views.py:176
|
|
|
+msgid "New Redirect has been created."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/forums/views.py:180
|
|
|
+msgid ""
|
|
|
+"You have to create at least one category before you will be able to create "
|
|
|
+"redirects."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/forums/views.py:189 apps/admin/forums/views.py:203
|
|
|
+#: apps/admin/forums/views.py:220 apps/admin/forums/views.py:305
|
|
|
+msgid "Requested Forum could not be found."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/forums/views.py:195
|
|
|
+#, python-format
|
|
|
+msgid "Forum \"%(name)s\" has been moved up."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/forums/views.py:196
|
|
|
+#, python-format
|
|
|
+msgid ""
|
|
|
+"Forum \"%(name)s\" is first child of its parent node and cannot be moved up."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/forums/views.py:209
|
|
|
+#, python-format
|
|
|
+msgid "Forum \"%(name)s\" has been moved down."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/forums/views.py:210
|
|
|
+#, python-format
|
|
|
+msgid ""
|
|
|
+"Forum \"%(name)s\" is last child of its parent node and cannot be moved down."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/forums/views.py:294
|
|
|
+#, python-format
|
|
|
+msgid "Changes in forum \"%(name)s\" have been saved."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/forums/views.py:348
|
|
|
+#, python-format
|
|
|
+msgid "Forum \"%(name)s\" has been deleted."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/newsletters/forms.py:10
|
|
|
+msgid "Newsletter name must be sluggable."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/newsletters/forms.py:11
|
|
|
+msgid "Newsletter name is too long."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/newsletters/forms.py:21
|
|
|
+msgid "Newsletter Options"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/newsletters/forms.py:23 apps/admin/newsletters/forms.py:49
|
|
|
+msgid "Newsletter Name"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/newsletters/forms.py:23
|
|
|
+msgid ""
|
|
|
+"Newsletter name will be used as message subject in e-mails sent to members."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/newsletters/forms.py:24
|
|
|
+msgid "Step Size"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/newsletters/forms.py:24
|
|
|
+msgid ""
|
|
|
+"Number of users that message will be sent to before forum refreshes page "
|
|
|
+"displaying sending progress."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/newsletters/forms.py:25
|
|
|
+msgid "Limit to roles"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/newsletters/forms.py:25
|
|
|
+msgid ""
|
|
|
+"You can limit this newsletter only to members who have specific ranks. If "
|
|
|
+"you dont set any ranks, this newsletter will be sent to every user."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/newsletters/forms.py:26
|
|
|
+msgid "Ignore members preferences"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/newsletters/forms.py:26
|
|
|
+msgid ""
|
|
|
+"Change this option to yes if you want to send this newsletter to members "
|
|
|
+"that don't want to receive newsletters. This is good for emergencies."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/newsletters/forms.py:30
|
|
|
+#: templates/cranefly/profiles/profile.html:66
|
|
|
+msgid "Message"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/newsletters/forms.py:32
|
|
|
+msgid "HTML Message"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/newsletters/forms.py:32
|
|
|
+msgid "HTML message visible to members who can read HTML e-mails."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/newsletters/forms.py:33
|
|
|
+msgid "Plain Text Message"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/newsletters/forms.py:33
|
|
|
+msgid ""
|
|
|
+"Alternative plain text message that will be visible to members that can't or "
|
|
|
+"dont want to read HTML e-mails."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/newsletters/forms.py:42
|
|
|
+msgid "Only to subscribers"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/newsletters/forms.py:42
|
|
|
+msgid "To every member"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/newsletters/forms.py:47
|
|
|
+msgid "Search Newsletters"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/newsletters/forms.py:49
|
|
|
+msgid "Name contains..."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/newsletters/forms.py:50
|
|
|
+msgid "Message Contents"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/newsletters/forms.py:50
|
|
|
+msgid "Message contains..."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/newsletters/forms.py:51
|
|
|
+msgid "Newsletter Type"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/newsletters/forms.py:52
|
|
|
+msgid "Recipient Rank"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/newsletters/views.py:27
|
|
|
+msgid "Newsletter"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/newsletters/views.py:29
|
|
|
+msgid "You have to check at least one newsletter."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/newsletters/views.py:31
|
|
|
+msgid "Delete selected newsletters"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/newsletters/views.py:31
|
|
|
+msgid "Are you sure you want to delete selected newsletters?"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/newsletters/views.py:52
|
|
|
+msgid "Send Newsletter"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/newsletters/views.py:53 apps/admin/newsletters/views.py:96
|
|
|
+msgid "Edit Newsletter"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/newsletters/views.py:54
|
|
|
+msgid "Delete Newsletter"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/newsletters/views.py:54
|
|
|
+msgid "Are you sure you want to delete this newsletter?"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/newsletters/views.py:59
|
|
|
+msgid "Selected newsletters have been deleted successfully."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/newsletters/views.py:67
|
|
|
+msgid "Save Newsletter"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/newsletters/views.py:90
|
|
|
+msgid "New Newsletter has been created."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/newsletters/views.py:100 apps/admin/newsletters/views.py:198
|
|
|
+msgid "Requested Newsletter could not be found."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/newsletters/views.py:133
|
|
|
+#, python-format
|
|
|
+msgid "Changes in newsletter \"%(name)s\" have been saved."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/newsletters/views.py:140
|
|
|
+msgid "Requested newsletter could not be found."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/newsletters/views.py:144
|
|
|
+#, python-format
|
|
|
+msgid "Newsletter \"%(name)s\"\" has been deleted."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/newsletters/views.py:160
|
|
|
+#, python-format
|
|
|
+msgid "No recipients for newsletter \"%(newsletter)s\" could be found."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/newsletters/views.py:184
|
|
|
+#, python-format
|
|
|
+msgid "Newsletter \"%(newsletter)s\" has been sent."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/newsletters/views.py:189
|
|
|
+msgid "Sending Newsletter"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/newsletters/views.py:191
|
|
|
+#, python-format
|
|
|
+msgid "Sent to %(progress)s from %(total)s users"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/online/forms.py:10
|
|
|
+msgid "All types"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/online/forms.py:11
|
|
|
+msgid "Registered Members Sessions"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/online/forms.py:12
|
|
|
+msgid "Hidden Sessions"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/online/forms.py:13
|
|
|
+msgid "Guests Sessions"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/online/forms.py:14
|
|
|
+msgid "Crawler Sessions"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/online/forms.py:19
|
|
|
+msgid "Search Sessions"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/online/forms.py:21
|
|
|
+msgid "IP begins with..."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/online/forms.py:22
|
|
|
+msgid "Username begings with..."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/online/forms.py:23
|
|
|
+msgid "User Agent"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/online/forms.py:23
|
|
|
+msgid "User Agent contains..."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/online/forms.py:24
|
|
|
+msgid "Session Type"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/online/views.py:10
|
|
|
+msgid "Session Owner"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/online/views.py:11
|
|
|
+msgid "Session Start"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/online/views.py:12
|
|
|
+msgid "Last Click"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/online/views.py:22
|
|
|
+msgid "Looks like nobody is currently online on forums."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/pruneusers/forms.py:8
|
|
|
+msgid "Policy name must be sluggable."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/pruneusers/forms.py:9
|
|
|
+msgid "Policy name is too long."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/pruneusers/forms.py:18
|
|
|
+msgid "Basic Policy Options"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/pruneusers/forms.py:20
|
|
|
+msgid "Policy Name"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/pruneusers/forms.py:20
|
|
|
+msgid "Short, descriptive name of this pruning policy."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/pruneusers/forms.py:24
|
|
|
+msgid "Pruning Policy Criteria"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/pruneusers/forms.py:26
|
|
|
+msgid "Member E-mail Address ends with"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/pruneusers/forms.py:26
|
|
|
+msgid ""
|
|
|
+"If you want to, you can enter more than one e-mail suffix by separating them "
|
|
|
+"with comma."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/pruneusers/forms.py:27
|
|
|
+msgid "Member has no more posts than"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/pruneusers/forms.py:27
|
|
|
+msgid ""
|
|
|
+"Maximum number of posts member is allowed to have to fall under policy. For "
|
|
|
+"example if you enter in 10 posts and make this only criteria, every user "
|
|
|
+"that has less than 10 posts will be deleted. Enter zero to dont use this "
|
|
|
+"criteria"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/pruneusers/forms.py:28
|
|
|
+msgid "User is member for no more than"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/pruneusers/forms.py:28
|
|
|
+msgid ""
|
|
|
+"Maximal number of days user is member for. For exmaple if you enter in 15 "
|
|
|
+"days and make this only criteria, every user who is member for less than 15 "
|
|
|
+"days will be deleted. Enter zero to dont use this criteria."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/pruneusers/forms.py:29
|
|
|
+msgid "User last visit was before"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/pruneusers/forms.py:29
|
|
|
+msgid ""
|
|
|
+"Maximal allowed inactivity period in days. For example if you enter in 300 "
|
|
|
+"days and make this only criteria for deleting users, every member who did "
|
|
|
+"not signed into forums in last 300 days will be deleted. Enter zero to dont "
|
|
|
+"use this criteria."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/pruneusers/views.py:23
|
|
|
+msgid "Pruning Policy"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/pruneusers/views.py:25
|
|
|
+msgid "You have to check at least one policy."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/pruneusers/views.py:27
|
|
|
+msgid "Delete selected policies"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/pruneusers/views.py:27
|
|
|
+msgid "Are you sure you want to delete selected policies?"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/pruneusers/views.py:35 templates/admin/prune/apply.html:13
|
|
|
+msgid "Apply Policy"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/pruneusers/views.py:36
|
|
|
+msgid "Edit Policy"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/pruneusers/views.py:37
|
|
|
+msgid "Delete Policy"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/pruneusers/views.py:37
|
|
|
+msgid "Are you sure you want to delete this policy?"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/pruneusers/views.py:42 apps/admin/pruneusers/views.py:134
|
|
|
+msgid "Only system administrators can delete pruning policies."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/pruneusers/views.py:45
|
|
|
+msgid "Selected pruning policies have been deleted successfully."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/pruneusers/views.py:53
|
|
|
+msgid "Save Policy"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/pruneusers/views.py:72
|
|
|
+msgid "New Pruning Policy has been created."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/pruneusers/views.py:76
|
|
|
+msgid "Only system administrators can set new pruning policies."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/pruneusers/views.py:85
|
|
|
+msgid "Edit Pruning Policy"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/pruneusers/views.py:89 apps/admin/pruneusers/views.py:130
|
|
|
+#: apps/admin/pruneusers/views.py:147
|
|
|
+msgid "Requested pruning policy could not be found."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/pruneusers/views.py:116
|
|
|
+#, python-format
|
|
|
+msgid "Changes in policy \"%(name)s\" have been saved."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/pruneusers/views.py:120
|
|
|
+msgid "Only system administrators can edit pruning policies."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/pruneusers/views.py:137
|
|
|
+#, python-format
|
|
|
+msgid "Pruning policy \"%(name)s\" has been deleted."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/pruneusers/views.py:143
|
|
|
+msgid "Apply Pruning Policy"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/pruneusers/views.py:172
|
|
|
+#, python-format
|
|
|
+msgid "Policy \"%(name)s\" does not apply to any users."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/pruneusers/views.py:181
|
|
|
+#, python-format
|
|
|
+msgid "User \"%(name)s\" is protected and was not deleted."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/pruneusers/views.py:187
|
|
|
+#, python-format
|
|
|
+msgid "One user has been deleted."
|
|
|
+msgid_plural "%(deleted)d users have been deleted."
|
|
|
+msgstr[0] ""
|
|
|
+msgstr[1] ""
|
|
|
+msgstr[2] ""
|
|
|
+
|
|
|
+#: apps/admin/pruneusers/views.py:193
|
|
|
+msgid "No users have been deleted."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/pruneusers/views.py:196 forms/forms.py:151
|
|
|
+msgid "Request authorization is invalid. Please resubmit your form."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/ranks/forms.py:9
|
|
|
+msgid "Rank name must be sluggable."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/ranks/forms.py:10
|
|
|
+msgid "Rank name is too long."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/ranks/forms.py:18
|
|
|
+msgid "This is incorrect rank match rule."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/ranks/forms.py:22
|
|
|
+msgid "Basic Rank Options"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/ranks/forms.py:24
|
|
|
+msgid "Rank Name"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/ranks/forms.py:24
|
|
|
+msgid ""
|
|
|
+"Rank Name is used to identify rank in Admin Control Panel and is used as "
|
|
|
+"page and tab title if you decide to make this rank act as tab on users list."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/ranks/forms.py:25
|
|
|
+msgid "Rank Description"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/ranks/forms.py:25
|
|
|
+msgid ""
|
|
|
+"If this rank acts as tab on users list, here you can enter optional "
|
|
|
+"description that will be displayed above list of users with this rank."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/ranks/forms.py:26
|
|
|
+msgid "As Tab on Users List"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/ranks/forms.py:26
|
|
|
+msgid ""
|
|
|
+"Should this rank have its own page on users list, containing rank's "
|
|
|
+"description and list of users that have it? This is good option for rank "
|
|
|
+"used by forum team members or members that should be visible and easily "
|
|
|
+"reachable."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/ranks/forms.py:27
|
|
|
+msgid "Display members online"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/ranks/forms.py:27
|
|
|
+msgid "Should users online with this rank be displayed on board index?"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/ranks/forms.py:31
|
|
|
+msgid "Rank Looks"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/ranks/forms.py:33
|
|
|
+msgid "Rank Title"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/ranks/forms.py:33
|
|
|
+msgid "Short description of rank's bearer role in your community."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/ranks/forms.py:34
|
|
|
+msgid "Rank CSS Class"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/ranks/forms.py:34
|
|
|
+msgid ""
|
|
|
+"Optional CSS class that will be added to different elements displaying "
|
|
|
+"rank's owner or his content, allowing you to make them stand out from other "
|
|
|
+"members."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/ranks/forms.py:38
|
|
|
+msgid "Rank Attainability"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/ranks/forms.py:40
|
|
|
+msgid "Special Rank"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/ranks/forms.py:40
|
|
|
+msgid ""
|
|
|
+"Special ranks are ignored during updates of user ranking, making them "
|
|
|
+"unattainable without admin ingerention."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/ranks/forms.py:41
|
|
|
+msgid "Rank Criteria"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/ranks/forms.py:41
|
|
|
+msgid ""
|
|
|
+"This setting allows you to limit number of users that can attain this rank. "
|
|
|
+"Enter 0 to assign this rank to all members (good for default rank). To give "
|
|
|
+"this rank to 10% of most active members, enter \"10%\". To give this rank to "
|
|
|
+"10 most active members, enter \"10\". This setting is ignored for special "
|
|
|
+"ranks as they don't participate in user's ranking updates."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/ranks/views.py:24 templates/cranefly/profiles/details.html:104
|
|
|
+msgid "Rank"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/ranks/views.py:26
|
|
|
+msgid "Reorder Ranks"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/ranks/views.py:27
|
|
|
+msgid "You have to check at least one rank."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/ranks/views.py:29
|
|
|
+msgid "Delete selected ranks"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/ranks/views.py:29
|
|
|
+msgid "Are you sure you want to delete selected ranks?"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/ranks/views.py:53
|
|
|
+msgid "Ranks order has been changed"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/ranks/views.py:60 apps/admin/ranks/views.py:104
|
|
|
+msgid "Edit Rank"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/ranks/views.py:61
|
|
|
+msgid "Delete Rank"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/ranks/views.py:61
|
|
|
+msgid "Are you sure you want to delete this rank?"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/ranks/views.py:66
|
|
|
+msgid "Selected ranks have been deleted successfully."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/ranks/views.py:74
|
|
|
+msgid "Save Rank"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/ranks/views.py:98
|
|
|
+msgid "New Rank has been created."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/ranks/views.py:108 apps/admin/ranks/views.py:147
|
|
|
+msgid "Requested Rank could not be found."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/ranks/views.py:140
|
|
|
+#, python-format
|
|
|
+msgid "Changes in rank \"%(name)s\" have been saved."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/ranks/views.py:151
|
|
|
+#, python-format
|
|
|
+msgid "Rank \"%(name)s\" has been deleted."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/roles/forms.py:19
|
|
|
+msgid "Protect this Role"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/roles/forms.py:19
|
|
|
+msgid "Only system administrators can edit or assign protected roles."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/roles/views.py:30
|
|
|
+msgid "Delete selected roles"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/roles/views.py:48 apps/admin/roles/views.py:242
|
|
|
+msgid "You cannot delete system roles."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/roles/views.py:50
|
|
|
+msgid "You cannot delete protected roles."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/roles/views.py:52
|
|
|
+msgid "You cannot delete roles that are assigned to users."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/roles/views.py:55
|
|
|
+msgid "Selected roles have been deleted successfully."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/roles/views.py:76
|
|
|
+msgid "New Role has been created."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/roles/views.py:87 apps/admin/roles/views.py:178
|
|
|
+#: apps/admin/roles/views.py:194 apps/admin/roles/views.py:238
|
|
|
+msgid "Requested Role could not be found."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/roles/views.py:104 apps/admin/roles/views.py:175
|
|
|
+#: apps/admin/roles/views.py:219
|
|
|
+#, python-format
|
|
|
+msgid "Role \"%(name)s\" is protected, you cannot edit it."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/roles/views.py:114
|
|
|
+#, python-format
|
|
|
+msgid "Changes in role \"%(name)s\" have been saved."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/roles/views.py:121
|
|
|
+msgid "Role Forums Permissions"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/roles/views.py:122
|
|
|
+msgid "Change Permissions"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/roles/views.py:149
|
|
|
+msgid "No Access"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/roles/views.py:168
|
|
|
+msgid "Forum permissions have been saved."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/roles/views.py:182
|
|
|
+msgid "No forum roles are currently set."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/roles/views.py:190
|
|
|
+msgid "Change Role Permissions"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/roles/views.py:231
|
|
|
+#, python-format
|
|
|
+msgid "Role \"%(name)s\" permissions have been changed."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/roles/views.py:244
|
|
|
+msgid "This role is protected."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/roles/views.py:246
|
|
|
+msgid "This role is assigned to one or more users."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/roles/views.py:249
|
|
|
+#, python-format
|
|
|
+msgid "Role \"%(name)s\" has been deleted."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/__init__.py:7
|
|
|
+msgid "Overview"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/__init__.py:12 templates/admin/index.html:44
|
|
|
+msgid "Users"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/__init__.py:17
|
|
|
+msgid "Forums"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/__init__.py:22
|
|
|
+msgid "Permissions"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/__init__.py:27
|
|
|
+msgid "System"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/forums.py:10 apps/admin/sections/forums.py:17
|
|
|
+msgid "Forums List"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/forums.py:11
|
|
|
+msgid "Create, edit and delete forums."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/forums.py:18
|
|
|
+msgid "All existing forums"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/forums.py:23
|
|
|
+msgid "New Category"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/forums.py:24
|
|
|
+msgid "Create new category"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/forums.py:29
|
|
|
+msgid "New Forum"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/forums.py:30
|
|
|
+msgid "Create new forum"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/forums.py:35
|
|
|
+msgid "New Redirect"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/forums.py:36
|
|
|
+msgid "Create new redirect"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/forums.py:55
|
|
|
+msgid "Thread Labels"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/forums.py:56
|
|
|
+msgid "Thread Labels allow you to group threads together within forums."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/forums.py:66
|
|
|
+msgid "Words Filter"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/forums.py:67
|
|
|
+msgid "Forbid usage of words in messages"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/forums.py:77
|
|
|
+msgid "Tests"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/forums.py:78
|
|
|
+msgid "Tests that new messages have to pass"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/forums.py:89
|
|
|
+msgid "Manage allowed attachment types."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/overview.py:10
|
|
|
+msgid "Home"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/overview.py:11
|
|
|
+msgid "Your forums right now"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/overview.py:21 templates/admin/stats/layout.html:9
|
|
|
+msgid "Stats"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/overview.py:22 templates/admin/stats/layout.html:9
|
|
|
+msgid "Create Statistics Reports"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/overview.py:33 templates/cranefly/index.html:130
|
|
|
+#: templates/cranefly/profiles/profile.html:24
|
|
|
+msgid "Online"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/overview.py:34
|
|
|
+msgid "See who is currently online on forums."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/overview.py:40 apps/admin/sections/users.py:17
|
|
|
+#: templates/cranefly/layout.html:46
|
|
|
+msgid "Browse Users"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/overview.py:41 apps/admin/sections/users.py:18
|
|
|
+msgid "Browse all registered user accounts"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/overview.py:54 fixtures/ranks.py:6 fixtures/ranks.py:8
|
|
|
+msgid "Forum Team"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/overview.py:55 apps/admin/sections/overview.py:62
|
|
|
+msgid "List of all forum team members"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/overview.py:61 templates/admin/team/list.html:10
|
|
|
+msgid "Forum Team Members"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/perms.py:10 apps/admin/users/forms.py:39
|
|
|
+#: apps/admin/users/forms.py:136
|
|
|
+msgid "User Roles"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/perms.py:11
|
|
|
+msgid "Manage User Roles"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/perms.py:17 apps/admin/sections/perms.py:48
|
|
|
+msgid "Browse Roles"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/perms.py:18 apps/admin/sections/perms.py:49
|
|
|
+msgid "Browse all existing roles"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/perms.py:23 apps/admin/sections/perms.py:54
|
|
|
+msgid "Add Role"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/perms.py:24 apps/admin/sections/perms.py:55
|
|
|
+msgid "Create new role"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/perms.py:41
|
|
|
+msgid "Forum Roles"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/perms.py:42
|
|
|
+msgid "Manage Forum Roles"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/system.py:10 templates/admin/settings/settings.html:11
|
|
|
+msgid "Settings"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/system.py:11 templates/admin/settings/settings.html:11
|
|
|
+msgid "Change your forum configuration"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/system.py:23
|
|
|
+msgid "Clients"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/system.py:24
|
|
|
+msgid "Adjust presentation layer to clients"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/system.py:30
|
|
|
+msgid "Browse Clients"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/system.py:31
|
|
|
+msgid "Browse all existing clients"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/system.py:36
|
|
|
+msgid "Add New Adjustment"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/system.py:37
|
|
|
+msgid "Create new client adjustment"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/users.py:10 fixtures/accountssetings.py:96
|
|
|
+#: templates/cranefly/profiles/list.html:17
|
|
|
+msgid "Users List"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/users.py:11
|
|
|
+msgid "Search and browse users"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/users.py:23
|
|
|
+msgid "Add User"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/users.py:24
|
|
|
+msgid "Create new user account"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/users.py:41
|
|
|
+msgid "Ranks"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/users.py:42
|
|
|
+msgid "Administrate User Ranks"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/users.py:48
|
|
|
+msgid "Browse Ranks"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/users.py:49
|
|
|
+msgid "Browse all existing ranks"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/users.py:54
|
|
|
+msgid "Add Rank"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/users.py:55
|
|
|
+msgid "Create new rank"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/users.py:70
|
|
|
+msgid "Bans"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/users.py:71
|
|
|
+msgid "Ban or unban users from forums."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/users.py:77
|
|
|
+msgid "Browse Bans"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/users.py:78
|
|
|
+msgid "Browse all existing bans"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/users.py:84
|
|
|
+msgid "Set new Ban"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/users.py:100
|
|
|
+msgid "Prune Users"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/users.py:101
|
|
|
+msgid "Delete multiple Users"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/users.py:107
|
|
|
+msgid "Pruning Policies"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/users.py:108
|
|
|
+msgid "Browse all existing pruning policies"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/users.py:113
|
|
|
+msgid "Set New Policy"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/users.py:114
|
|
|
+msgid "Set new pruning policy"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/users.py:130 apps/usercp/options/forms.py:43
|
|
|
+msgid "Newsletters"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/users.py:131
|
|
|
+msgid "Manage and send Newsletters"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/users.py:137
|
|
|
+msgid "Browse Newsletters"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/users.py:138
|
|
|
+msgid "Browse all existing Newsletters"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/users.py:143
|
|
|
+msgid "New Newsletter"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/sections/users.py:144
|
|
|
+msgid "Create new Newsletter"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/settings/views.py:25
|
|
|
+msgid "Requested settings group could not be found."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/settings/views.py:49
|
|
|
+msgid "Configuration has been changed."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/settings/views.py:93
|
|
|
+#, python-format
|
|
|
+msgid "One setting that matches search criteria has been found."
|
|
|
+msgid_plural "%(count)d settings that match search criteria have been found."
|
|
|
+msgstr[0] ""
|
|
|
+msgstr[1] ""
|
|
|
+msgstr[2] ""
|
|
|
+
|
|
|
+#: apps/admin/settings/views.py:99
|
|
|
+msgid "No settings that match search criteria have been found."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/settings/views.py:101
|
|
|
+msgid "Search query is empty."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/settings/views.py:103 search/__init__.py:49
|
|
|
+msgid "Search query is invalid."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/stats/forms.py:11
|
|
|
+msgid "For each day"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/stats/forms.py:11
|
|
|
+msgid "For each week"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/stats/forms.py:11
|
|
|
+msgid "For each month"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/stats/forms.py:11
|
|
|
+msgid "For each year"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/stats/forms.py:15
|
|
|
+msgid "Report Type"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/stats/forms.py:15
|
|
|
+msgid "Select statistics provider."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/stats/forms.py:17
|
|
|
+msgid "Time"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/stats/forms.py:17
|
|
|
+msgid ""
|
|
|
+"Enter start and end date for time period you want to take data from to use "
|
|
|
+"in graph."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/stats/forms.py:17
|
|
|
+msgid "Start Date: YYYY-MM-DD"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/stats/forms.py:18
|
|
|
+msgid "End Date: YYYY-MM-DD"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/stats/forms.py:20
|
|
|
+msgid "Graph Precision"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/stats/views.py:49
|
|
|
+msgid "Start and end date are same"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/stats/views.py:53
|
|
|
+msgid "Statistical report has been created."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/stats/views.py:123
|
|
|
+msgid "Too many many items to display on graph."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/stats/views.py:128
|
|
|
+msgid "Too few items to display on graph"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/forms.py:13 apps/admin/users/forms.py:124
|
|
|
+msgid "No rank assigned"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/forms.py:34 apps/admin/users/forms.py:131
|
|
|
+msgid "Basic Account Settings"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/forms.py:36 apps/admin/users/forms.py:133
|
|
|
+msgid ""
|
|
|
+"Username is name under which user is known to other users. Between 3 and 15 "
|
|
|
+"characters, only letters and digits are allowed."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/forms.py:37 apps/admin/users/forms.py:134
|
|
|
+msgid "User Title"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/forms.py:37 apps/admin/users/forms.py:134
|
|
|
+msgid "To override user title with custom one, enter it here."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/forms.py:38 apps/admin/users/forms.py:135
|
|
|
+msgid "User Rank"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/forms.py:38 apps/admin/users/forms.py:135
|
|
|
+msgid "This user rank."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/forms.py:39 apps/admin/users/forms.py:136
|
|
|
+msgid "This user roles. Roles are sets of user permissions"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/forms.py:43 apps/admin/users/forms.py:140
|
|
|
+msgid "Sign-in Credentials"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/forms.py:45 apps/admin/users/forms.py:142
|
|
|
+#: apps/admin/users/forms.py:201 templates/cranefly/profiles/details.html:24
|
|
|
+msgid "E-mail Address"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/forms.py:45 apps/admin/users/forms.py:142
|
|
|
+msgid "Member e-mail address."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/forms.py:46
|
|
|
+msgid "Change User Password"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/forms.py:46
|
|
|
+msgid ""
|
|
|
+"If you wish to change user password, enter here new password. Otherwhise "
|
|
|
+"leave this field blank."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/forms.py:50
|
|
|
+msgid "User Avatar"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/forms.py:52
|
|
|
+msgid "Set Non-Standard Avatar"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/forms.py:52
|
|
|
+msgid ""
|
|
|
+"You can make this member use special avatar by entering name of image file "
|
|
|
+"located in avatars directory here."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/forms.py:53
|
|
|
+msgid "Lock Member's Avatar"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/forms.py:53
|
|
|
+msgid ""
|
|
|
+"If you set this field to yes, this member's avatar will be deleted and "
|
|
|
+"replaced with random one selected from _removed gallery and member will not "
|
|
|
+"be able to change his avatar."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/forms.py:54 apps/admin/users/forms.py:63
|
|
|
+msgid "User-visible reason for lock"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/forms.py:54
|
|
|
+msgid ""
|
|
|
+"You can leave message to member explaining why he or she is unable to change "
|
|
|
+"his avatar anymore. This message will be displayed to member in his control "
|
|
|
+"panel."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/forms.py:55 apps/admin/users/forms.py:64
|
|
|
+msgid "Forum Team-visible reason for lock"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/forms.py:55
|
|
|
+msgid ""
|
|
|
+"You can leave message to other forum team members exmplaining why this "
|
|
|
+"member's avatar has been locked."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/forms.py:59
|
|
|
+msgid "User Signature"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/forms.py:61
|
|
|
+msgid "Signature"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/forms.py:61
|
|
|
+msgid "Signature is short message attached at end of member's messages."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/forms.py:62
|
|
|
+msgid "Lock Member's Signature"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/forms.py:62
|
|
|
+msgid ""
|
|
|
+"If you set this field to yes, this member will not be able to change his "
|
|
|
+"signature."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/forms.py:63
|
|
|
+msgid ""
|
|
|
+"You can leave message to member explaining why he or she is unable to edit "
|
|
|
+"his signature anymore. This message will be displayed to member in his "
|
|
|
+"control panel."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/forms.py:64
|
|
|
+msgid ""
|
|
|
+"You can leave message to other forum team members exmplaining why this "
|
|
|
+"member's signature has been locked."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/forms.py:71 apps/admin/users/forms.py:153
|
|
|
+msgid "User must have at least one role assigned."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/forms.py:116
|
|
|
+msgid "Avatar does not exist or is not image file."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/forms.py:143
|
|
|
+msgid "User Password"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/forms.py:143
|
|
|
+msgid "Member password."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/forms.py:192
|
|
|
+msgid "Already Active"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/forms.py:192
|
|
|
+msgid "By User"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/forms.py:192
|
|
|
+msgid "By Administrator"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/forms.py:198 templates/cranefly/profiles/list.html:38
|
|
|
+msgid "Search Users"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/forms.py:200
|
|
|
+msgid "Username contains..."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/forms.py:201
|
|
|
+msgid "E-mail address contains..."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/forms.py:202
|
|
|
+msgid "Activation Requirement"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/forms.py:203
|
|
|
+msgid "Rank is"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/forms.py:204
|
|
|
+msgid "Has Role"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/views.py:25
|
|
|
+msgid "User Name"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/views.py:26
|
|
|
+msgid "Join Date"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/views.py:35
|
|
|
+msgid "You have to check at least one user."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/views.py:37
|
|
|
+msgid "Activate users"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/views.py:37
|
|
|
+msgid "Are you sure you want to activate selected members?"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/views.py:38
|
|
|
+msgid "Request e-mail validation"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/views.py:38
|
|
|
+msgid ""
|
|
|
+"Are you sure you want to deactivate selected members and request them to "
|
|
|
+"revalidate their e-mail addresses?"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/views.py:39
|
|
|
+msgid "Remove and lock avatars"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/views.py:39
|
|
|
+msgid ""
|
|
|
+"Are you sure you want to remove selected members avatars and their ability "
|
|
|
+"to change them?"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/views.py:40
|
|
|
+msgid "Remove and lock signatures"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/views.py:40
|
|
|
+msgid ""
|
|
|
+"Are you sure you want to remove selected members signatures and their "
|
|
|
+"ability to edit them?"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/views.py:41
|
|
|
+msgid "Remove locks from avatars and signatures"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/views.py:41
|
|
|
+msgid ""
|
|
|
+"Are you sure you want to remove locks from selected members avatars and "
|
|
|
+"signatures?"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/views.py:42
|
|
|
+msgid "Reset passwords"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/views.py:42
|
|
|
+msgid "Are you sure you want to reset selected members passwords?"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/views.py:43
|
|
|
+msgid "Delete users with content"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/views.py:43
|
|
|
+msgid "Are you sure you want to delete selected users and their content?"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/views.py:44
|
|
|
+msgid "Delete users"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/views.py:44
|
|
|
+msgid "Are you sure you want to delete selected users?"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/views.py:89
|
|
|
+msgid "Edit User Details"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/views.py:90
|
|
|
+msgid "Delete User"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/views.py:90
|
|
|
+msgid "Are you sure you want to delete this user account?"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/views.py:102
|
|
|
+msgid "Your Account has been activated"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/views.py:105
|
|
|
+msgid "Selected users accounts have been activated."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/views.py:112
|
|
|
+msgid "You cannot force validation of protected members e-mails."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/views.py:126
|
|
|
+msgid ""
|
|
|
+"Selected users accounts have been deactivated and new activation links have "
|
|
|
+"been sent to them."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/views.py:133
|
|
|
+msgid "You cannot remove and block protected members avatars."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/views.py:141
|
|
|
+msgid "Selected users avatars were deleted and locked."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/views.py:148
|
|
|
+msgid "You cannot remove and block protected members signatures."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/views.py:158
|
|
|
+msgid "Selected users signatures were deleted and locked."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/views.py:168
|
|
|
+msgid "Selected users can now edit their avatars and signatures."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/views.py:175
|
|
|
+msgid "You cannot reset protected members passwords."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/views.py:186 apps/resetpswd/views.py:83
|
|
|
+msgid "Your New Password"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/views.py:192
|
|
|
+msgid "Selected users passwords have been reset successfully."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/views.py:198 apps/admin/users/views.py:218
|
|
|
+#: apps/admin/users/views.py:363
|
|
|
+msgid "You cannot delete yourself."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/views.py:200 apps/admin/users/views.py:220
|
|
|
+msgid "You cannot delete protected members."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/views.py:212
|
|
|
+msgid "Selected users and their content have been deleted successfully."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/views.py:227
|
|
|
+msgid "Selected users have been deleted successfully."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/views.py:235
|
|
|
+msgid "Save User"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/views.py:261
|
|
|
+msgid "New User has been created."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/views.py:267
|
|
|
+msgid "Edit User"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/views.py:272
|
|
|
+msgid "Requested User could not be found."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/views.py:352
|
|
|
+#, python-format
|
|
|
+msgid "Changes in user's \"%(name)s\" account have been saved."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/views.py:359
|
|
|
+msgid "Requested User account could not be found."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/views.py:365
|
|
|
+msgid "You cannot delete protected member."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/admin/users/views.py:368
|
|
|
+#, python-format
|
|
|
+msgid "User \"%(name)s\" has been deleted."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/privatethreads/forms.py:13
|
|
|
+msgid "Invite members to thread"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/privatethreads/forms.py:13
|
|
|
+msgid "user1, user2, user3..."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/privatethreads/forms.py:29 apps/privatethreads/jumps.py:63
|
|
|
+#, python-format
|
|
|
+msgid "%(user)s cannot participate in private threads."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/privatethreads/forms.py:32 apps/privatethreads/jumps.py:66
|
|
|
+#: apps/privatethreads/posting.py:27
|
|
|
+#, python-format
|
|
|
+msgid "%(user)s restricts who can invite him to private threads."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/privatethreads/forms.py:35
|
|
|
+#, python-format
|
|
|
+msgid "User \"%(username)s\" could not be found."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/privatethreads/forms.py:37
|
|
|
+msgid ""
|
|
|
+"You cannot invite more than 8 members at single time. Post thread and then "
|
|
|
+"invite additional members."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/privatethreads/jumps.py:52
|
|
|
+msgid "You have to enter name of user you want to invite to thread."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/privatethreads/jumps.py:59
|
|
|
+msgid "You cannot add yourself to this thread."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/privatethreads/jumps.py:61
|
|
|
+#, python-format
|
|
|
+msgid "%(user)s is already participating in this thread."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/privatethreads/jumps.py:71 apps/privatethreads/mixins.py:25
|
|
|
+#, python-format
|
|
|
+msgid "You've been invited to private thread \"%(thread)s\" by %(user)s"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/privatethreads/jumps.py:74
|
|
|
+#, python-format
|
|
|
+msgid "%(user)s has been added to this thread."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/privatethreads/jumps.py:77
|
|
|
+msgid "User with requested username could not be found."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/privatethreads/jumps.py:87
|
|
|
+msgid "You don't have permission to remove discussion participants."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/privatethreads/jumps.py:98
|
|
|
+msgid "Thread has been deleted because last participant left it."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/privatethreads/jumps.py:104
|
|
|
+#, python-format
|
|
|
+msgid "You have left the \"%(thread)s\" thread."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/privatethreads/jumps.py:111
|
|
|
+msgid "Selected participant was removed from thread."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/privatethreads/jumps.py:114
|
|
|
+msgid "Requested thread participant does not exist."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/privatethreads/posting.py:24
|
|
|
+msgid "This member can not participate in private threads."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/privatethreads/posting.py:41 apps/threads/posting.py:15
|
|
|
+msgid ""
|
|
|
+"New thread has been posted. It will be hidden from other members until "
|
|
|
+"moderator reviews it."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/privatethreads/posting.py:43 apps/threads/posting.py:17
|
|
|
+msgid "New thread has been posted."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/privatethreads/posting.py:54 apps/threads/posting.py:23
|
|
|
+msgid "Your thread has been edited."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/privatethreads/posting.py:71 apps/threads/posting.py:30
|
|
|
+msgid ""
|
|
|
+"Your reply has been posted. It will be hidden from other members until "
|
|
|
+"moderator reviews it."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/privatethreads/posting.py:73 apps/threads/posting.py:32
|
|
|
+msgid "Your reply has been posted."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/privatethreads/posting.py:84 apps/threads/posting.py:38
|
|
|
+msgid "Your reply has been changed."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/privatethreads/thread.py:14 apps/threads/thread.py:14
|
|
|
+msgid "Merge posts into one"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/privatethreads/thread.py:16 apps/threads/thread.py:18
|
|
|
+msgid "Protect posts"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/privatethreads/thread.py:17 apps/threads/thread.py:19
|
|
|
+msgid "Remove posts protection"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/privatethreads/thread.py:20 apps/threads/thread.py:22
|
|
|
+msgid "Undelete posts"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/privatethreads/thread.py:21 apps/threads/thread.py:23
|
|
|
+msgid "Soft delete posts"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/privatethreads/thread.py:23 apps/threads/thread.py:25
|
|
|
+msgid "Hard delete posts"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/privatethreads/thread.py:34 apps/threads/thread.py:49
|
|
|
+msgid "Open this thread"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/privatethreads/thread.py:36 apps/threads/thread.py:51
|
|
|
+msgid "Close this thread"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/privatethreads/thread.py:39 apps/threads/thread.py:54
|
|
|
+msgid "Undelete this thread"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/privatethreads/thread.py:41 apps/threads/thread.py:56
|
|
|
+msgid "Soft delete this thread"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/privatethreads/thread.py:43 apps/threads/thread.py:58
|
|
|
+msgid "Hard delete this thread"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/profiles/views.py:66
|
|
|
+msgid "To search users you have to enter username in search field."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/profiles/details/profile.py:4
|
|
|
+msgid "Profile Details"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/profiles/followers/profile.py:4
|
|
|
+#: templates/cranefly/profiles/details.html:153
|
|
|
+msgid "Followers"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/profiles/follows/profile.py:4
|
|
|
+msgid "Follows"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/register/forms.py:17
|
|
|
+msgid "Acceptation of board ToS is mandatory for membership."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/register/forms.py:21
|
|
|
+msgid "Entered addresses do not match."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/register/forms.py:24
|
|
|
+msgid "Entered passwords do not match."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/register/forms.py:31
|
|
|
+#, python-format
|
|
|
+msgid ""
|
|
|
+"Your displayed username. Between %(min)s and %(max)s characters, only "
|
|
|
+"letters and digits are allowed."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/register/forms.py:31
|
|
|
+msgid "Enter your desired username"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/register/forms.py:35
|
|
|
+msgid ""
|
|
|
+"Working e-mail inbox is required to maintain control over your forum account."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/register/forms.py:35 apps/signin/forms.py:14
|
|
|
+msgid "Enter your e-mail"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/register/forms.py:35
|
|
|
+msgid "Repeat your e-mail"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/register/forms.py:36 templates/_email/users/activation/none.html:11
|
|
|
+#: templates/_email/users/activation/none.txt:12
|
|
|
+msgid "Password"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/register/forms.py:36
|
|
|
+msgid ""
|
|
|
+"Password you will be using to sign in to your account. Make sure it's strong."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/register/forms.py:36 apps/signin/forms.py:15
|
|
|
+msgid "Enter your password"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/register/forms.py:36
|
|
|
+msgid "Repeat your password"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/register/forms.py:44 fixtures/tossettings.py:7
|
|
|
+#: templates/cranefly/layout.html:47
|
|
|
+msgid "Forum Terms of Service"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/register/views.py:20
|
|
|
+msgid "We are sorry but we don't allow new members registrations at this time."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/register/views.py:45
|
|
|
+#, python-format
|
|
|
+msgid ""
|
|
|
+"Welcome aboard, %(username)s! Your account has been registered successfully."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/register/views.py:49
|
|
|
+#, python-format
|
|
|
+msgid ""
|
|
|
+"%(username)s, your account has been registered, but you will have to "
|
|
|
+"activate it before you will be able to sign-in. We have sent you an e-mail "
|
|
|
+"with activation link."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/register/views.py:53 apps/register/views.py:62
|
|
|
+#, python-format
|
|
|
+msgid "Welcome aboard, %(username)s!"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/register/views.py:58
|
|
|
+#, python-format
|
|
|
+msgid ""
|
|
|
+"%(username)s, Your account has been registered, but you won't be able to "
|
|
|
+"sign in until board administrator accepts it. We'll notify when this "
|
|
|
+"happens. Thank you for your patience!"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/resetpswd/forms.py:17
|
|
|
+msgid ""
|
|
|
+"Enter email address password reset confirmation e-mail will be sent to. It "
|
|
|
+"must be valid e-mail you used to register on forums."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/resetpswd/views.py:29 apps/resetpswd/views.py:65
|
|
|
+#, python-format
|
|
|
+msgid ""
|
|
|
+"%(username)s, your account has to be activated in order for you to be able "
|
|
|
+"to request new password."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/resetpswd/views.py:36
|
|
|
+msgid "Confirm New Password Request"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/resetpswd/views.py:39
|
|
|
+#, python-format
|
|
|
+msgid ""
|
|
|
+"%(username)s, new password request confirmation has been sent to %(email)s."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/resetpswd/views.py:68
|
|
|
+#, python-format
|
|
|
+msgid ""
|
|
|
+"%(username)s, request confirmation link is invalid. Please request new "
|
|
|
+"confirmation link."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/resetpswd/views.py:87
|
|
|
+#, python-format
|
|
|
+msgid ""
|
|
|
+"%(username)s, your password has been changed with new one that was sent to "
|
|
|
+"%(email)s."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/signin/forms.py:6
|
|
|
+msgid "Your email"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/signin/forms.py:7
|
|
|
+msgid "Your password"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/signin/forms.py:8
|
|
|
+msgid "Stay Signed In"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/signin/forms.py:8
|
|
|
+msgid "Sign me In automatically next time"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/signin/views.py:65
|
|
|
+#, python-format
|
|
|
+msgid "Welcome back, %(username)s!"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/signin/views.py:106
|
|
|
+msgid "You have been signed out."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threads/list.py:45
|
|
|
+msgid "Accept threads"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threads/list.py:47
|
|
|
+msgid "Change to announcements"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threads/list.py:49
|
|
|
+msgid "Change to sticky threads"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threads/list.py:51
|
|
|
+msgid "Change to standard thread"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threads/list.py:53
|
|
|
+msgid "Move threads"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threads/list.py:54
|
|
|
+msgid "Merge threads"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threads/list.py:56
|
|
|
+msgid "Open threads"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threads/list.py:57
|
|
|
+msgid "Close threads"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threads/list.py:59
|
|
|
+msgid "Undelete threads"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threads/list.py:60
|
|
|
+msgid "Soft delete threads"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threads/list.py:62
|
|
|
+msgid "Hard delete threads"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threads/thread.py:12
|
|
|
+msgid "Accept posts"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threads/thread.py:15
|
|
|
+msgid "Split posts to new thread"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threads/thread.py:16
|
|
|
+msgid "Move posts to other thread"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threads/thread.py:35
|
|
|
+msgid "Accept this thread"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threads/thread.py:37
|
|
|
+msgid "Change this thread to announcement"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threads/thread.py:39
|
|
|
+msgid "Change this thread to sticky"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threads/thread.py:42
|
|
|
+msgid "Change this thread to normal"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threads/thread.py:44
|
|
|
+msgid "Unpin this thread"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threads/thread.py:46
|
|
|
+msgid "Move this thread"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/changelog.py:43
|
|
|
+msgid "Guest, you have to sign-in in order to see posts changelogs."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/changelog.py:108
|
|
|
+msgid "No changes to revert."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/changelog.py:126
|
|
|
+#, python-format
|
|
|
+msgid "Post has been reverted to state from %(date)s."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/delete.py:55 apps/threadtype/delete.py:77
|
|
|
+msgid "Somebody has already replied to this thread. You cannot delete it."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/delete.py:63 apps/threadtype/delete.py:90
|
|
|
+#: apps/threadtype/thread/moderation/thread.py:129
|
|
|
+#, python-format
|
|
|
+msgid "Thread \"%(thread)s\" has been deleted."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/delete.py:104 apps/threadtype/delete.py:126
|
|
|
+msgid "Somebody has already replied to this post, you cannot delete it."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/delete.py:114 apps/threadtype/delete.py:141
|
|
|
+msgid "Selected Reply has been deleted."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/jumps.py:102
|
|
|
+msgid ""
|
|
|
+"Replies made to this thread by members on your ignore list have been "
|
|
|
+"revealed."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/jumps.py:112
|
|
|
+msgid "This thread has been added to your watched threads list."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/jumps.py:139
|
|
|
+msgid ""
|
|
|
+"You will now receive e-mail with notification when somebody replies to this "
|
|
|
+"thread."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/jumps.py:141
|
|
|
+msgid ""
|
|
|
+"This thread has been added to your watched threads list. You will also "
|
|
|
+"receive e-mail with notification when somebody replies to it."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/jumps.py:149
|
|
|
+msgid ""
|
|
|
+"This thread has been removed from your watched threads list. You will no "
|
|
|
+"longer receive e-mails with notifications when somebody replies to it."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/jumps.py:151
|
|
|
+msgid "This thread has been removed from your watched threads list."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/jumps.py:157
|
|
|
+msgid ""
|
|
|
+"You will no longer receive e-mails with notifications when somebody replies "
|
|
|
+"to this thread."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/jumps.py:230
|
|
|
+msgid "Your vote has been saved."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/mixins.py:11 apps/threadtype/list/forms.py:47
|
|
|
+#: apps/threadtype/posting/forms.py:78
|
|
|
+#: apps/threadtype/thread/moderation/forms.py:22
|
|
|
+#, python-format
|
|
|
+msgid "Thread name must contain at least one alpha-numeric character."
|
|
|
+msgid_plural ""
|
|
|
+"Thread name must contain at least %(count)d alpha-numeric characters."
|
|
|
+msgstr[0] "Nazwa tematu musi zawierać przynajmniej jeden alfanumeryczny znak."
|
|
|
+msgstr[1] ""
|
|
|
+"Nazwa tematu musi zawierać przynajmniej %(count)d alfanumeryczne znaki."
|
|
|
+msgstr[2] ""
|
|
|
+"Nazwa tematu musi zawierać przynajmniej %(count)d alfanumerycznych znaków."
|
|
|
+
|
|
|
+#: apps/threadtype/mixins.py:17
|
|
|
+#, python-format
|
|
|
+msgid "Thread name cannot be longer than %(count)d character."
|
|
|
+msgid_plural "Thread name cannot be longer than %(count)d characters."
|
|
|
+msgstr[0] ""
|
|
|
+msgstr[1] ""
|
|
|
+msgstr[2] ""
|
|
|
+
|
|
|
+#: apps/threadtype/mixins.py:29
|
|
|
+#, python-format
|
|
|
+msgid "Post content cannot be empty."
|
|
|
+msgid_plural "Post content cannot be shorter than %(count)d characters."
|
|
|
+msgstr[0] ""
|
|
|
+msgstr[1] ""
|
|
|
+msgstr[2] ""
|
|
|
+
|
|
|
+#: apps/threadtype/list/forms.py:21
|
|
|
+msgid "Move Threads to"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/list/forms.py:21
|
|
|
+msgid "Select forum you want to move threads to."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/list/forms.py:30 apps/threadtype/list/forms.py:76
|
|
|
+msgid "This is not forum."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/list/forms.py:32
|
|
|
+msgid "New forum is same as current one."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/list/forms.py:48 apps/threadtype/posting/forms.py:79
|
|
|
+#: apps/threadtype/thread/moderation/forms.py:23
|
|
|
+msgid "Thread name is too long. Try shorter name."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/list/forms.py:54 apps/threadtype/posting/forms.py:76
|
|
|
+msgid "Thread Name"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/list/forms.py:54
|
|
|
+msgid "Name of new thread that will be created as result of merge."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/list/forms.py:55
|
|
|
+msgid "Thread Forum"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/list/forms.py:55
|
|
|
+msgid "Select forum you want to put new thread in."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/list/forms.py:59
|
|
|
+msgid "Merge Order"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/list/forms.py:86
|
|
|
+msgid "One or more threads have same position in merge order."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/list/moderation.py:38
|
|
|
+msgid ""
|
|
|
+"Selected threads have been marked as reviewed and made visible to other "
|
|
|
+"members."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/list/moderation.py:48
|
|
|
+msgid "Selected threads have been turned into announcements."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/list/moderation.py:58
|
|
|
+msgid "Selected threads have been sticked to the top of list."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/list/moderation.py:67
|
|
|
+msgid "Selected threads weight has been removed."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/list/moderation.py:85
|
|
|
+#, python-format
|
|
|
+msgid "Selected threads have been moved to \"%(forum)s\"."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/list/moderation.py:103
|
|
|
+msgid "You have to pick two or more threads to merge."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/list/moderation.py:136
|
|
|
+msgid "Selected threads have been merged into new one."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/list/moderation.py:163
|
|
|
+msgid "Selected threads have been opened."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/list/moderation.py:176
|
|
|
+msgid "Selected threads have been closed."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/list/moderation.py:196
|
|
|
+msgid "Selected threads have been undeleted."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/list/moderation.py:217
|
|
|
+msgid "Selected threads have been softly deleted."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/list/moderation.py:232
|
|
|
+msgid "Selected threads have been deleted."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/list/views.py:80
|
|
|
+#: templates/cranefly/private_threads/list.html:166
|
|
|
+#: templates/cranefly/threads/list.html:267
|
|
|
+msgid "You have to select at least one thread."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/posting/forms.py:23
|
|
|
+msgid "Post Content"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/posting/forms.py:33
|
|
|
+msgid "Announcement"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/posting/forms.py:34
|
|
|
+msgid "Sticky"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/posting/forms.py:35
|
|
|
+msgid "Standard"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/posting/forms.py:37
|
|
|
+msgid "Thread Importance"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/posting/forms.py:52
|
|
|
+msgid "Open Thread"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/posting/forms.py:54
|
|
|
+msgid "Close Thread"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/posting/forms.py:85
|
|
|
+msgid "Optional reason for editing this thread."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/posting/forms.py:86 apps/threadtype/posting/forms.py:97
|
|
|
+msgid "Edit Reason"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/posting/forms.py:96
|
|
|
+msgid "Optional reason for editing this reply."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/posting/newreply.py:54
|
|
|
+#, python-format
|
|
|
+msgid "Added on %(date)s:"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/posting/newreply.py:139
|
|
|
+#, python-format
|
|
|
+msgid "%(username)s has replied to your post in thread %(thread)s"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/thread/views.py:155
|
|
|
+#: templates/cranefly/private_threads/thread.html:453
|
|
|
+#: templates/cranefly/threads/thread.html:433
|
|
|
+msgid "You have to select at least one post."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/thread/moderation/forms.py:15
|
|
|
+msgid "New Thread Name"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/thread/moderation/forms.py:16
|
|
|
+msgid "New Thread Forum"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/thread/moderation/forms.py:31
|
|
|
+msgid "This is not a forum."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/thread/moderation/forms.py:47
|
|
|
+msgid "New Thread Link"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/thread/moderation/forms.py:47
|
|
|
+msgid "To select new thread, simply copy and paste here its link."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/thread/moderation/forms.py:64
|
|
|
+msgid "New thread is same as current one."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/thread/moderation/forms.py:67
|
|
|
+msgid "This is not a correct thread URL."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/thread/moderation/forms.py:69
|
|
|
+msgid "Thread could not be found."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/thread/moderation/posts.py:23
|
|
|
+msgid "Selected posts have been accepted and made visible to other members."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/thread/moderation/posts.py:34
|
|
|
+msgid "You cannot merge replies made by different members!"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/thread/moderation/posts.py:36
|
|
|
+msgid "You have to select two or more posts you want to merge."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/thread/moderation/posts.py:47
|
|
|
+msgid "Selected posts have been merged into one message."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/thread/moderation/posts.py:52
|
|
|
+msgid "You cannot split first post from thread."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/thread/moderation/posts.py:87
|
|
|
+msgid "Selected posts have been split to new thread."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/thread/moderation/posts.py:92
|
|
|
+#, python-format
|
|
|
+msgid "[Split] %s"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/thread/moderation/posts.py:135
|
|
|
+msgid "Selected posts have been moved to new thread."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/thread/moderation/posts.py:163
|
|
|
+msgid "Selected posts have been restored."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/thread/moderation/posts.py:172
|
|
|
+msgid "Selected posts have been protected from edition."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/thread/moderation/posts.py:181
|
|
|
+msgid "Protection from editions has been removed from selected posts."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/thread/moderation/posts.py:188
|
|
|
+#: apps/threadtype/thread/moderation/posts.py:203
|
|
|
+msgid ""
|
|
|
+"You cannot delete first post of thread using this action. If you want to "
|
|
|
+"delete thread, use thread moderation instead."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/thread/moderation/posts.py:196
|
|
|
+#: apps/threadtype/thread/moderation/posts.py:213
|
|
|
+msgid "Selected posts have been deleted."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/thread/moderation/thread.py:27
|
|
|
+msgid "Thread has been marked as reviewed and made visible to other members."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/thread/moderation/thread.py:32
|
|
|
+msgid "Thread has been turned into announcement."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/thread/moderation/thread.py:37
|
|
|
+msgid "Thread has been turned into sticky."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/thread/moderation/thread.py:42
|
|
|
+msgid "Thread weight has been changed to normal."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/thread/moderation/thread.py:56
|
|
|
+#, python-format
|
|
|
+msgid "Thread has been moved to \"%(forum)s\"."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/thread/moderation/thread.py:76
|
|
|
+msgid "Thread has been opened."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/thread/moderation/thread.py:82
|
|
|
+msgid "Thread has been closed."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/thread/moderation/thread.py:100
|
|
|
+msgid "Thread has been undeleted."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/threadtype/thread/moderation/thread.py:118
|
|
|
+msgid "Thread has been deleted."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/views.py:25
|
|
|
+#, python-format
|
|
|
+msgid "You are now following %(username)s"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/views.py:31
|
|
|
+#, python-format
|
|
|
+msgid "%(username)s is now following you"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/views.py:46
|
|
|
+#, python-format
|
|
|
+msgid "You have stopped following %(username)s"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/views.py:62
|
|
|
+#, python-format
|
|
|
+msgid "You are now ignoring %(username)s"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/views.py:74
|
|
|
+#, python-format
|
|
|
+msgid "You have stopped ignoring %(username)s"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/avatar/forms.py:9
|
|
|
+msgid "Uploaded file is not correct image."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/avatar/forms.py:16
|
|
|
+msgid "Upload Image File"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/avatar/forms.py:16
|
|
|
+msgid ""
|
|
|
+"Select image file on your computer you wish to use as forum avatar. You will "
|
|
|
+"be able to crop image after upload. Animations will be stripped."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/avatar/forms.py:29
|
|
|
+#, python-format
|
|
|
+msgid "Avatar image cannot be larger than %(limit)s."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/avatar/forms.py:31
|
|
|
+msgid "Couldn't read uploaded image"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/avatar/usercp.py:4
|
|
|
+msgid "Change Avatar"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/avatar/views.py:51
|
|
|
+msgid "Your avatar has been changed to Gravatar."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/avatar/views.py:53 apps/usercp/avatar/views.py:94
|
|
|
+#: apps/usercp/avatar/views.py:219
|
|
|
+msgid "Request authorisation is invalid."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/avatar/views.py:78
|
|
|
+msgid "No avatar galleries are available at the moment."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/avatar/views.py:90
|
|
|
+msgid "Your avatar has been changed to one from gallery."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/avatar/views.py:92
|
|
|
+msgid "Selected Avatar is incorrect."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/avatar/views.py:150
|
|
|
+msgid "Your avatar has changed."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/avatar/views.py:155
|
|
|
+msgid "Only gif, jpeg and png files are allowed for member avatars."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/avatar/views.py:176
|
|
|
+msgid ""
|
|
|
+"Crop Avatar option is avaiable only when you use uploaded image as your "
|
|
|
+"avatar."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/avatar/views.py:214
|
|
|
+msgid "Your avatar has been cropped."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/avatar/views.py:217 forms/forms.py:158
|
|
|
+msgid "Form contains errors."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/credentials/forms.py:18
|
|
|
+msgid "New E-mail"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/credentials/forms.py:18
|
|
|
+msgid ""
|
|
|
+"Enter new e-mail address or leave this field empty if you want only to "
|
|
|
+"change your password."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/credentials/forms.py:19
|
|
|
+msgid "New Password"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/credentials/forms.py:19
|
|
|
+msgid ""
|
|
|
+"Enter new password or leave this empty if you only want to change your e-"
|
|
|
+"mail address."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/credentials/forms.py:20
|
|
|
+msgid "Current Password"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/credentials/forms.py:20
|
|
|
+msgid "Confirm changes by entering new password."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/credentials/forms.py:29
|
|
|
+msgid "New e-mail is same as your current e-mail."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/credentials/forms.py:32
|
|
|
+msgid "New e-mail address is already in use by other member."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/credentials/forms.py:45
|
|
|
+msgid "You have entered wrong password."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/credentials/forms.py:51
|
|
|
+msgid "You have to enter either new e-mail address or new password."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/credentials/usercp.py:4
|
|
|
+msgid "Change E-mail or Password"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/credentials/views.py:23
|
|
|
+msgid "Activate new Sign-In Credentials"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/credentials/views.py:34
|
|
|
+msgid ""
|
|
|
+"We have sent e-mail message to your new e-mail address with link you have to "
|
|
|
+"click to confirm change of your sign-in credentials. This link will be valid "
|
|
|
+"only for duration of this session, do not sign out until you confirm change!"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/credentials/views.py:36
|
|
|
+msgid ""
|
|
|
+"We have sent e-mail message to your e-mail address with link you have to "
|
|
|
+"click to confirm change of your sign-in credentials. This link will be valid "
|
|
|
+"only for duration of this session, do not sign out until you confirm change!"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/credentials/views.py:66
|
|
|
+#, python-format
|
|
|
+msgid "%(username)s, your Sign-In credentials have been changed."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/credentials/views.py:71
|
|
|
+msgid "Your new credentials have been invalidated. Please try again."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/options/forms.py:10
|
|
|
+msgid "Show my presence to everyone"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/options/forms.py:11
|
|
|
+msgid "Show my presence to people I follow"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/options/forms.py:12
|
|
|
+msgid "Show my presence to nobody"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/options/forms.py:15 apps/usercp/options/forms.py:20
|
|
|
+#: fixtures/accountssetings.py:74 fixtures/accountssetings.py:85
|
|
|
+msgid "Don't watch"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/options/forms.py:16 apps/usercp/options/forms.py:21
|
|
|
+#: fixtures/accountssetings.py:75 fixtures/accountssetings.py:86
|
|
|
+msgid "Put on watched threads list"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/options/forms.py:17 apps/usercp/options/forms.py:22
|
|
|
+msgid "Put on watched threads list and e-mail me when somebody replies"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/options/forms.py:25
|
|
|
+msgid "From everyone"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/options/forms.py:26
|
|
|
+msgid "From everyone but not members I ignore"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/options/forms.py:27
|
|
|
+msgid "From members I follow"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/options/forms.py:28
|
|
|
+msgid "From nobody"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/options/forms.py:33
|
|
|
+msgid "Privacy"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/options/forms.py:35
|
|
|
+msgid "Your Visibility"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/options/forms.py:35
|
|
|
+msgid ""
|
|
|
+"If you want to, you can limit other members ability to track your presence "
|
|
|
+"on forums."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/options/forms.py:36
|
|
|
+msgid "Allow Private Threads Invitations"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/options/forms.py:36
|
|
|
+msgid ""
|
|
|
+"If you wish, you can restrict who can invite you to private threads. Keep in "
|
|
|
+"mind some groups or members may be allowed to override this preference."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/options/forms.py:40 apps/usercp/options/usercp.py:4
|
|
|
+msgid "Forum Options"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/options/forms.py:42
|
|
|
+msgid "Your Current Timezone"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/options/forms.py:42
|
|
|
+msgid ""
|
|
|
+"If dates and hours displayed by forums are inaccurate, you can fix it by "
|
|
|
+"adjusting timezone setting."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/options/forms.py:43
|
|
|
+msgid ""
|
|
|
+"On occasion board administrator may want to send e-mail message to multiple "
|
|
|
+"members."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/options/forms.py:43
|
|
|
+msgid "Yes, I want to subscribe forum newsletter"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/options/forms.py:47
|
|
|
+msgid "Watching Threads"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/options/forms.py:49
|
|
|
+msgid "Threads I start"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/options/forms.py:50
|
|
|
+msgid "Threads I reply to"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/options/views.py:23
|
|
|
+msgid "Forum options have been changed."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/signature/forms.py:13
|
|
|
+msgid "Your Signature"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/signature/usercp.py:5
|
|
|
+msgid "Edit Signature"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/signature/views.py:35
|
|
|
+msgid "Your signature has been changed."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/username/forms.py:15
|
|
|
+msgid "Change Username to"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/username/forms.py:15
|
|
|
+msgid "Enter new desired username."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/username/forms.py:23
|
|
|
+msgid "Your new username is same as current one."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/username/usercp.py:5
|
|
|
+msgid "Change Username"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/username/views.py:32 templates/cranefly/usercp/username.html:34
|
|
|
+msgid "You have exceeded the maximum number of name changes."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/username/views.py:42
|
|
|
+msgid "Your username has been changed."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: apps/usercp/username/views.py:49
|
|
|
+#, python-format
|
|
|
+msgid ""
|
|
|
+"User that you are following, %(username)s, has changed his name to "
|
|
|
+"%(newname)s"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/accountssetings.py:7
|
|
|
+msgid "Users Accounts Settings"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/accountssetings.py:8
|
|
|
+msgid "Those settings allow you to increase security of your members accounts."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/accountssetings.py:13
|
|
|
+msgid "No validation required"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/accountssetings.py:13
|
|
|
+msgid "Activation Token sent to User"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/accountssetings.py:13
|
|
|
+msgid "Activation by Administrator"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/accountssetings.py:13
|
|
|
+msgid "Dont allow new registrations"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/accountssetings.py:14 models/usermodel.py:189
|
|
|
+msgid "Users Registrations"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/accountssetings.py:15
|
|
|
+msgid "New accounts validation"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/accountssetings.py:22
|
|
|
+msgid "Default Timezone"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/accountssetings.py:23
|
|
|
+msgid "Used by guests, crawlers and newly registered users."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/accountssetings.py:30
|
|
|
+msgid "Users Names"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/accountssetings.py:31
|
|
|
+msgid "Minimum allowed username length"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/accountssetings.py:38
|
|
|
+msgid "Maxim allowed username length"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/accountssetings.py:45
|
|
|
+msgid "Users Passwords"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/accountssetings.py:46
|
|
|
+msgid "Minimum user password length"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/accountssetings.py:52
|
|
|
+msgid "Require mixed Case"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/accountssetings.py:52
|
|
|
+msgid "Require digits"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/accountssetings.py:52
|
|
|
+msgid "Require special characters"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/accountssetings.py:53
|
|
|
+msgid "Password Complexity"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/accountssetings.py:60
|
|
|
+msgid "Password Lifetime"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/accountssetings.py:61
|
|
|
+msgid ""
|
|
|
+"Enter number of days since password was set to force member to change it "
|
|
|
+"with new one, or 0 to dont force your members to change their passwords."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/accountssetings.py:67
|
|
|
+msgid "Include User Password in Welcoming E-mail"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/accountssetings.py:68
|
|
|
+msgid ""
|
|
|
+"If you want to, Misago can include new user password in welcoming e-mail "
|
|
|
+"that is sent to new users after successful account creation."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/accountssetings.py:76 fixtures/accountssetings.py:87
|
|
|
+msgid "Put on watched threads list and e-mail user when somebody replies"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/accountssetings.py:78
|
|
|
+msgid "Default Watching Preferences"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/accountssetings.py:79
|
|
|
+msgid "Watch threads user started"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/accountssetings.py:89
|
|
|
+msgid "Watch threads user replied in"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/accountssetings.py:97
|
|
|
+msgid "Number of Profiles Per Page"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/avatarssettings.py:7
|
|
|
+msgid "Users Avatars Settings"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/avatarssettings.py:8
|
|
|
+msgid "Those settings allow you to control your users avatars."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/avatarssettings.py:14 fixtures/avatarssettings.py:23
|
|
|
+#: templates/cranefly/usercp/avatar.html:26
|
|
|
+msgid "Gravatar"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/avatarssettings.py:14 templates/cranefly/usercp/avatar.html:22
|
|
|
+msgid "Uploaded Avatar"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/avatarssettings.py:14
|
|
|
+msgid "Avatars Gallery"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/avatarssettings.py:15
|
|
|
+msgid "General Settings"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/avatarssettings.py:16
|
|
|
+msgid "Allowed Avatars"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/avatarssettings.py:17
|
|
|
+msgid "Select Avatar types allowed on your forum."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/avatarssettings.py:23
|
|
|
+msgid "Random Avatar from Gallery"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/avatarssettings.py:24
|
|
|
+msgid "Default Avatar"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/avatarssettings.py:25
|
|
|
+msgid ""
|
|
|
+"Default Avatar assigned to new members. If you creade directory and name it "
|
|
|
+"\"_default\", forum will select random avatar from that directory instead of "
|
|
|
+"regular gallery. If no avatar can be picked from gallery, Gravatar will be "
|
|
|
+"used."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/avatarssettings.py:32
|
|
|
+msgid "Avatar Upload Settings"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/avatarssettings.py:33
|
|
|
+msgid "Maxmimum size of uploaded file"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/avatarssettings.py:34
|
|
|
+msgid "Select maximum allowed file size (in KB) for Avatar uploads."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/basicsettings.py:7
|
|
|
+msgid "Basic Settings"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/basicsettings.py:13 fixtures/basicsettings.py:14
|
|
|
+msgid "Board Name"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/basicsettings.py:19
|
|
|
+msgid "Board Header"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/basicsettings.py:20
|
|
|
+msgid ""
|
|
|
+"Some themes allow you to define text in board header. Leave empty to use "
|
|
|
+"Board Name instead."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/basicsettings.py:26
|
|
|
+msgid "Board Header Postscript"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/basicsettings.py:27
|
|
|
+msgid "Additional text displayed in some themes board header after board name."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/basicsettings.py:32
|
|
|
+msgid "Board Index"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/basicsettings.py:33
|
|
|
+msgid "Board Index Title"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/basicsettings.py:34
|
|
|
+msgid ""
|
|
|
+"If you want to, you can replace page title content on Board Index with "
|
|
|
+"custom one."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/basicsettings.py:39
|
|
|
+msgid "Board Index Meta-Description"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/basicsettings.py:40
|
|
|
+msgid "Meta-Description used to describe your board's index page."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/basicsettings.py:45
|
|
|
+msgid "Board Footer"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/basicsettings.py:46
|
|
|
+msgid "Custom Credit"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/basicsettings.py:47
|
|
|
+msgid ""
|
|
|
+"Custom Credit to display in board footer above software and theme copyright "
|
|
|
+"information. You can use HTML."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/basicsettings.py:52
|
|
|
+msgid "Board E-Mails"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/basicsettings.py:53
|
|
|
+msgid "Custom Footnote in HTML E-mails"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/basicsettings.py:54
|
|
|
+msgid "Custom Footnote to display in HTML e-mail messages sent by board."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/basicsettings.py:59
|
|
|
+msgid "Custom Footnote in plain text E-mails"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/basicsettings.py:60
|
|
|
+msgid "Custom Footnote to display in plain text e-mail messages sent by board."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/bruteforcesettings.py:7 fixtures/bruteforcesettings.py:15
|
|
|
+msgid "Brute-force Countermeasures"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/bruteforcesettings.py:8
|
|
|
+msgid ""
|
|
|
+"Those settings allow you to protect your forum from brute-force attacks."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/bruteforcesettings.py:16
|
|
|
+msgid "IP invalid attempts limit"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/bruteforcesettings.py:17
|
|
|
+msgid ""
|
|
|
+"Enter maximal number of allowed attempts before IP address \"jams\". "
|
|
|
+"Defautly forum records only failed sign-in attempts."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/bruteforcesettings.py:24
|
|
|
+msgid "Protect register form"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/bruteforcesettings.py:25
|
|
|
+msgid ""
|
|
|
+"Set this setting to yes if you want failed register attempts to count into "
|
|
|
+"limit. Majority of failed register attempts are caused by CAPTCHA protection "
|
|
|
+"against spam-bots, however same protection may cause problems for users with "
|
|
|
+"disabilities or ones that have problems understanding Q&A challenge."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/bruteforcesettings.py:32
|
|
|
+msgid "Automaticaly unlock jammed IPs"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/bruteforcesettings.py:33
|
|
|
+msgid ""
|
|
|
+"Enter number of minutes since IP address \"jams\" to automatically unlock "
|
|
|
+"it, or 0 to never unlock jammed IP adresses. Jams don't count as bans."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/captchasettings.py:7
|
|
|
+msgid "Spam Countermeasures"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/captchasettings.py:8
|
|
|
+msgid ""
|
|
|
+"Those settings allow you to combat automatic registrations and spam messages "
|
|
|
+"on your forum."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/captchasettings.py:14
|
|
|
+msgid "No protection"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/captchasettings.py:14 fixtures/captchasettings.py:22
|
|
|
+msgid "reCaptcha"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/captchasettings.py:14
|
|
|
+msgid "Question & Answer"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/captchasettings.py:15
|
|
|
+msgid "Spambots Registrations"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/captchasettings.py:16
|
|
|
+msgid "CAPTCHA type"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/captchasettings.py:17
|
|
|
+msgid ""
|
|
|
+"CAPTCHA stands for \"Completely Automated Public Turing test to tell "
|
|
|
+"Computers and Humans Apart\". Its type of test developed on purpose of "
|
|
|
+"blocking automatic registrations."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/captchasettings.py:23
|
|
|
+msgid "Public Key"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/captchasettings.py:24
|
|
|
+msgid "Enter public API key that you have received from reCaptcha."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/captchasettings.py:29
|
|
|
+msgid "Private Key"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/captchasettings.py:30
|
|
|
+msgid "Enter private API key that you have received from reCaptcha."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/captchasettings.py:36
|
|
|
+msgid "Use SSL in reCaptcha"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/captchasettings.py:37
|
|
|
+msgid "Do you want forum to use SSL when making requests to reCaptha servers?"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/captchasettings.py:42
|
|
|
+msgid "Question and Answer Test"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/captchasettings.py:43
|
|
|
+msgid "Question"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/captchasettings.py:44
|
|
|
+msgid "Question visible to your users."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/captchasettings.py:49
|
|
|
+msgid "Help Message"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/captchasettings.py:50
|
|
|
+msgid "Optional help message displayed on form."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/captchasettings.py:55
|
|
|
+msgid "Answers"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/captchasettings.py:56
|
|
|
+msgid ""
|
|
|
+"Enter allowed answers to this question, each in new line. Test is case-"
|
|
|
+"insensitive."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/forumsroles.py:6
|
|
|
+msgid "Full Access"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/forumsroles.py:45
|
|
|
+msgid "Standard Access and Upload"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/forumsroles.py:68
|
|
|
+msgid "Standard Access"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/forumsroles.py:88
|
|
|
+msgid "Read and Download"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/forumsroles.py:99
|
|
|
+msgid "Threads list only"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/forumsroles.py:107
|
|
|
+msgid "Read only"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/privatethreadssettings.py:7
|
|
|
+msgid "Private Threads Settings"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/privatethreadssettings.py:8
|
|
|
+msgid "Those settings control your forum's private threads."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/privatethreadssettings.py:15
|
|
|
+msgid "Enable Private Threads"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/rankingsettings.py:7
|
|
|
+msgid "Members Ranking"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/rankingsettings.py:8
|
|
|
+msgid ""
|
|
|
+"Those settings control mechanisms of members activity ranking which allows "
|
|
|
+"you to gamificate your forum."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/rankingsettings.py:15
|
|
|
+msgid "Basic Ranking Settings"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/rankingsettings.py:16
|
|
|
+msgid "Ranking Inflation"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/rankingsettings.py:17
|
|
|
+msgid ""
|
|
|
+"Enter size of ranking scores inflation in percent. Scores inflation is "
|
|
|
+"important mechanism that allows ranking self-regulation, punishing "
|
|
|
+"inactivity and requiring users to remain active in order to remain high in "
|
|
|
+"ranking."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/rankingsettings.py:23
|
|
|
+msgid "Don't Keep Users Ranking Positions Secret"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/rankingsettings.py:24
|
|
|
+msgid ""
|
|
|
+"Changing this to yes will cause forum to display user position in ranking on "
|
|
|
+"his profile page."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/rankingsettings.py:30
|
|
|
+msgid "Don't Keep Users Scores Secret"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/rankingsettings.py:31
|
|
|
+msgid ""
|
|
|
+"Changing this to yes will cause forum to display user score on his profile "
|
|
|
+"page."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/rankingsettings.py:37
|
|
|
+msgid "Posting Rewards"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/rankingsettings.py:38
|
|
|
+msgid "New Thread Reward"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/rankingsettings.py:39
|
|
|
+msgid "Score user will receive (or lose) whenever he posts new thread."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/rankingsettings.py:45
|
|
|
+msgid "New Reply Reward"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/rankingsettings.py:46
|
|
|
+msgid ""
|
|
|
+"Score user will receive (or lose) whenever he posts new reply in thread."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/rankingsettings.py:53
|
|
|
+msgid "Reward Cooldown"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/rankingsettings.py:54
|
|
|
+msgid ""
|
|
|
+"Minimal time (in seconds) that has to pass between postings for new message "
|
|
|
+"to receive karma vote. This is useful to combat flood."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/rankingsettings.py:61
|
|
|
+msgid "Karma System"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/rankingsettings.py:62
|
|
|
+msgid "Upvote Reward"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/rankingsettings.py:63
|
|
|
+msgid "Score user will receive every time his post receives upvote."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/rankingsettings.py:70
|
|
|
+msgid "Downvote Punishment"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/rankingsettings.py:71
|
|
|
+msgid "Score user will lose every time his post receives downvote."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/ranks.py:17
|
|
|
+msgid "Most Valuable Posters"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/ranks.py:19
|
|
|
+msgid "MVP"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/ranks.py:27
|
|
|
+msgid "Top Posters"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/ranks.py:37 templates/cranefly/index.html:127
|
|
|
+msgid "Members"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/ranks.py:44
|
|
|
+msgid "Lurkers"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/signingsettings.py:7
|
|
|
+msgid "Sign-In and Sessions Settings"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/signingsettings.py:8
|
|
|
+msgid "Those settings control behaviour of signed-in accounts."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/signingsettings.py:14
|
|
|
+msgid "Sessions Settings"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/signingsettings.py:15
|
|
|
+msgid "Check IP on session authorization"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/signingsettings.py:16
|
|
|
+msgid ""
|
|
|
+"Makes sessions more secure, but can cause problems with proxies and VPN's."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/signingsettings.py:22
|
|
|
+msgid "\"Remember Me\" Feature"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/signingsettings.py:23
|
|
|
+msgid "Enable \"Remember Me\" feature"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/signingsettings.py:24
|
|
|
+msgid ""
|
|
|
+"Turning this option on allows users to sign in on to your board using cookie-"
|
|
|
+"based tokens. This may result in account compromisation when user fails to "
|
|
|
+"sign out on shared computer or his cookie is stolen."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/signingsettings.py:30
|
|
|
+msgid "\"Remember Me\" token lifetime"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/signingsettings.py:31
|
|
|
+msgid ""
|
|
|
+"Number of days since either last use or creation of \"Remember Me\" token to "
|
|
|
+"its expiration."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/signingsettings.py:37
|
|
|
+msgid "Allow \"Remember Me\" tokens refreshing"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/signingsettings.py:38
|
|
|
+msgid ""
|
|
|
+"Set this setting to off if you want to force your users to periodically "
|
|
|
+"update their \"Remember Me\" tokens by signing in. If this option is on, "
|
|
|
+"Tokens are updated when they are used to open new session."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/threadssettings.py:7
|
|
|
+msgid "Threads and Posts Settings"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/threadssettings.py:8
|
|
|
+msgid "Those settings control your forum's threads and posts."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/threadssettings.py:16
|
|
|
+msgid "Min. Thread Name Length"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/threadssettings.py:17
|
|
|
+msgid "Minimal allowed thread name length."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/threadssettings.py:24
|
|
|
+msgid "Max. Thread Name Length"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/threadssettings.py:25
|
|
|
+msgid "Maximum allowed thread name length."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/threadssettings.py:32
|
|
|
+msgid "Threads per page"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/threadssettings.py:33
|
|
|
+msgid "Number of threads displayed on page in forum view."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/threadssettings.py:39
|
|
|
+msgid "Display avatars on threads list"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/threadssettings.py:40
|
|
|
+msgid ""
|
|
|
+"Unlike basic user data, avatars are not cached - turning this option on will "
|
|
|
+"cause one extra query on threads lists."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/threadssettings.py:47
|
|
|
+msgid "Thread Popularity Ranking"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/threadssettings.py:48
|
|
|
+msgid "Threads on \"Popular Threads\" list"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/threadssettings.py:49
|
|
|
+msgid ""
|
|
|
+"Enter number of threads to be displayed on \"Popular Threads\" list on board "
|
|
|
+"index or 0 to don't display any threads there."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/threadssettings.py:56
|
|
|
+msgid "Ranking Update Frequency"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/threadssettings.py:57
|
|
|
+msgid ""
|
|
|
+"Enter minimum of number of minutes between ranking updates or zero to update "
|
|
|
+"ranking on every request - strongly discouraged for active forums."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/threadssettings.py:64
|
|
|
+msgid "Initial Thread Score"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/threadssettings.py:65
|
|
|
+msgid "Initial Thread Score helps new threads overtake old threads in ranking."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/threadssettings.py:72
|
|
|
+msgid "New Reply Score"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/threadssettings.py:73
|
|
|
+msgid "Only replies visible to all members increase thread inflation."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/threadssettings.py:80
|
|
|
+msgid "Score inflation"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/threadssettings.py:81
|
|
|
+#, python-format
|
|
|
+msgid ""
|
|
|
+"Thread popularity system requires inflation to be defined in order to be "
|
|
|
+"effective. updatethreadranking task will lower thread scores by percent "
|
|
|
+"defined here on every launch. For example, yf you enter 5, thread scores "
|
|
|
+"will be lowered by 5% on every update. Enter zero to disable inflation."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/threadssettings.py:89
|
|
|
+msgid "Min. Post Length"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/threadssettings.py:90
|
|
|
+msgid "Minimal allowed post length."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/threadssettings.py:97
|
|
|
+msgid "Automatic Post Merge timespan"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/threadssettings.py:98
|
|
|
+msgid ""
|
|
|
+"Forum can automatically merge member posts if interval between postings is "
|
|
|
+"shorter than specified number of minutes."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/threadssettings.py:105
|
|
|
+msgid "Posts per page"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/threadssettings.py:106
|
|
|
+msgid "Number of posts per page in thread view."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/threadssettings.py:113
|
|
|
+msgid "Thread Length Limit"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/threadssettings.py:114
|
|
|
+msgid ""
|
|
|
+"Long threads are hard to follow and search. You can force users to create "
|
|
|
+"few shorter threads instead of one long by setting thread lenght limits. "
|
|
|
+"Users with \"Can close threads\" permission will still be able to post in "
|
|
|
+"threads that have reached posts limit."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/tossettings.py:8
|
|
|
+msgid "Those settings allow you to set up forum terms of service."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/tossettings.py:14
|
|
|
+msgid "Terms of Service Options"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/tossettings.py:15
|
|
|
+msgid "Page Title"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/tossettings.py:16
|
|
|
+msgid "Title of page community ToS are displayed on."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/tossettings.py:22
|
|
|
+msgid "Link to remote page with ToS"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/tossettings.py:23
|
|
|
+msgid "If your forum's ToS are located on remote page, enter here its address."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/tossettings.py:29
|
|
|
+msgid "OR enter ToS content"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/tossettings.py:30
|
|
|
+msgid ""
|
|
|
+"Instead of linking to remote page, forum can create dedicated ToS page for "
|
|
|
+"you. To display ToS page, enter here your forum Terms of Service."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/userroles.py:5
|
|
|
+msgid "Administrator"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/userroles.py:29
|
|
|
+msgid "Moderator"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/userroles.py:51
|
|
|
+msgid "Registered"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: fixtures/userroles.py:67 templates/admin/online/list.html:13
|
|
|
+msgid "Guest"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: forms/fields.py:24
|
|
|
+msgid "Verification Code"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: forms/forms.py:97
|
|
|
+msgid "Entered words are incorrect. Please try again."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: forms/forms.py:107
|
|
|
+msgid "The answer you entered is incorrect."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: forms/forms.py:131
|
|
|
+msgid "You have to fill in both fields."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: forms/forms.py:133
|
|
|
+msgid "You have to fill in all fields."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: forms/forms.py:144
|
|
|
+msgid "Entered values differ from each other."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: markdown/factory.py:112
|
|
|
+#, python-format
|
|
|
+msgid "Posted by %(user)s"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: markdown/factory.py:114
|
|
|
+msgid "Quote"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: middleware/user.py:24
|
|
|
+#, python-format
|
|
|
+msgid ""
|
|
|
+"Welcome back, %(username)s! We've signed you in automatically for your "
|
|
|
+"convenience."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: models/forummodel.py:175
|
|
|
+msgid "Reports"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: models/forummodel.py:177
|
|
|
+msgid "Root Category"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: models/postmodel.py:42
|
|
|
+msgid "New Posts"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: models/postmodel.py:92
|
|
|
+#, python-format
|
|
|
+msgid "%(username)s has mentioned you in his reply in thread %(thread)s"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: models/pruningpolicymodel.py:20
|
|
|
+msgid "Pruning policy must have at least one pruning criteria set to be valid."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: models/themeadjustmentmodel.py:7
|
|
|
+msgid "User agents for this theme are already defined."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: models/threadmodel.py:83 templates/cranefly/layout.html:42
|
|
|
+#: templates/cranefly/new_threads.html:10
|
|
|
+msgid "New Threads"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: models/threadmodel.py:167
|
|
|
+#, python-format
|
|
|
+msgid "New reply in thread \"%(thread)s\""
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: models/usermodel.py:124
|
|
|
+msgid "This user name is already in use by another user."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: models/usermodel.py:127
|
|
|
+msgid "This email address is already in use by another user."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: search/__init__.py:37
|
|
|
+msgid "One or more search phrases are shorter than four characters."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: search/__init__.py:66
|
|
|
+msgid "You have to define search query before you will be able to search."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/_forms.html:114
|
|
|
+#, python-format
|
|
|
+msgid "I have read and accept this forums %(forum_tos)s."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/_forms.html:118 templates/cranefly/forum_tos.html:17
|
|
|
+msgid "Terms of Service"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/_email/base.html:21 templates/_email/base.txt:1
|
|
|
+#, python-format
|
|
|
+msgid "Hey, %(username)s!"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/_email/base.html:34 templates/_email/base.txt:9
|
|
|
+#, python-format
|
|
|
+msgid "This e-mail was sent from %(board_name)s."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/_email/private_thread_invite.html:3
|
|
|
+#: templates/_email/private_thread_invite.txt:3
|
|
|
+msgid "You've been invited to private thread"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/_email/private_thread_invite.html:6
|
|
|
+#: templates/_email/private_thread_invite.txt:6
|
|
|
+#, python-format
|
|
|
+msgid ""
|
|
|
+"%(username)s, you are receiving this message because %(author)s has invited "
|
|
|
+"you to participate in private thread \"%(thread)s\"."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/_email/private_thread_invite.html:7
|
|
|
+#: templates/_email/private_thread_invite.txt:8
|
|
|
+msgid "You can see this thread by clicking link below:"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/_email/private_thread_reply_notification.html:3
|
|
|
+#: templates/_email/private_thread_reply_notification.txt:3
|
|
|
+#: templates/_email/thread_reply_notification.html:3
|
|
|
+#: templates/_email/thread_reply_notification.txt:3
|
|
|
+msgid "New reply notification"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/_email/private_thread_reply_notification.html:6
|
|
|
+#: templates/_email/private_thread_reply_notification.txt:6
|
|
|
+#, python-format
|
|
|
+msgid ""
|
|
|
+"%(username)s, you are receiving this message because %(author)s has replied "
|
|
|
+"to private thread \"%(thread)s\" that you are watching."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/_email/private_thread_reply_notification.html:7
|
|
|
+#: templates/_email/private_thread_reply_notification.txt:8
|
|
|
+#: templates/_email/thread_reply_notification.html:7
|
|
|
+#: templates/_email/thread_reply_notification.txt:8
|
|
|
+msgid "To go to this reply follow the link below:"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/_email/thread_reply_notification.html:6
|
|
|
+#: templates/_email/thread_reply_notification.txt:6
|
|
|
+#, python-format
|
|
|
+msgid ""
|
|
|
+"%(username)s, you are receiving this message because %(author)s has replied "
|
|
|
+"to thread \"%(thread)s\" that you are watching."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/_email/users/new_credentials.html:3
|
|
|
+#: templates/_email/users/new_credentials.txt:3
|
|
|
+#, python-format
|
|
|
+msgid "Activate new Sign-In Credentials on %(board_name)s"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/_email/users/new_credentials.html:6
|
|
|
+#: templates/_email/users/new_credentials.txt:6
|
|
|
+#, python-format
|
|
|
+msgid ""
|
|
|
+"%(username)s, you are receiving this message because you have changed your "
|
|
|
+"acount's sign-in credentials."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/_email/users/new_credentials.html:7
|
|
|
+#: templates/_email/users/new_credentials.txt:8
|
|
|
+msgid ""
|
|
|
+"To confirm that you want to change your account's sign-in credentials with "
|
|
|
+"new ones click the link below:"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/_email/users/new_credentials.html:8
|
|
|
+msgid "Activate New Credentials"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/_email/users/new_credentials.html:10
|
|
|
+#: templates/_email/users/activation/admin_done.html:9
|
|
|
+#: templates/_email/users/activation/invalidated.html:10
|
|
|
+#: templates/_email/users/activation/resend.html:10
|
|
|
+#: templates/_email/users/activation/user.html:10
|
|
|
+#: templates/_email/users/password/confirm.html:10
|
|
|
+#: templates/_email/users/password/new.html:14
|
|
|
+#: templates/_email/users/password/new_admin.html:12
|
|
|
+msgid ""
|
|
|
+"If the above link is not clickable, copy and paste this link into your web "
|
|
|
+"browser's address bar:"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/_email/users/activation/admin.html:6
|
|
|
+msgid ""
|
|
|
+"Your account will remain inactive until Board Administrator accepts it. "
|
|
|
+"Depending on number of new registrations this may take few minutes or few "
|
|
|
+"days. Thanks for your patience!"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/_email/users/activation/admin.txt:6
|
|
|
+msgid ""
|
|
|
+"Your account will remain inactive until Board Administrator accepts it. "
|
|
|
+"Depending on number of new registrations this may take few minutes or few "
|
|
|
+"days. Thanks for patience!"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/_email/users/activation/admin_done.html:4
|
|
|
+#: templates/_email/users/activation/admin_done.txt:4
|
|
|
+#, python-format
|
|
|
+msgid ""
|
|
|
+"%(username)s, you are receiving this message because board administrator has "
|
|
|
+"activated your account."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/_email/users/activation/admin_done.html:6
|
|
|
+#: templates/_email/users/activation/admin_done.txt:6
|
|
|
+#: templates/_email/users/password/new.html:11
|
|
|
+#: templates/_email/users/password/new.txt:10
|
|
|
+#: templates/_email/users/password/new_admin.html:9
|
|
|
+#: templates/_email/users/password/new_admin.txt:8
|
|
|
+msgid ""
|
|
|
+"You can sign in to your account using new password by following this link:"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/_email/users/activation/admin_done.html:7
|
|
|
+#: templates/_email/users/password/new.html:12
|
|
|
+#: templates/_email/users/password/new_admin.html:10
|
|
|
+#: templates/admin/signin.html:21 templates/cranefly/layout.html:64
|
|
|
+#: templates/cranefly/signin.html:42
|
|
|
+msgid "Sign In"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/_email/users/activation/invalidated.html:3
|
|
|
+#: templates/_email/users/activation/invalidated.txt:3
|
|
|
+#: templates/_email/users/activation/resend.html:3
|
|
|
+#: templates/_email/users/activation/resend.txt:3
|
|
|
+#, python-format
|
|
|
+msgid "Account Activation on %(board_name)s"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/_email/users/activation/invalidated.html:6
|
|
|
+#: templates/_email/users/activation/invalidated.txt:6
|
|
|
+#, python-format
|
|
|
+msgid ""
|
|
|
+"%(username)s, you are receiving this message because board administrator has "
|
|
|
+"requested you to revalidate your e-mail address."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/_email/users/activation/invalidated.html:7
|
|
|
+#: templates/_email/users/activation/invalidated.txt:8
|
|
|
+msgid "To reactivate your account click the link below:"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/_email/users/activation/invalidated.html:8
|
|
|
+#: templates/_email/users/activation/resend.html:8
|
|
|
+#: templates/_email/users/activation/user.html:8
|
|
|
+msgid "Activate my account!"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/_email/users/activation/none.html:3
|
|
|
+#: templates/_email/users/activation/none.txt:3
|
|
|
+#, python-format
|
|
|
+msgid "Welcome aboard %(board_name)s!"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/_email/users/activation/none.html:6
|
|
|
+#: templates/_email/users/activation/none.txt:6
|
|
|
+#, python-format
|
|
|
+msgid ""
|
|
|
+"%(username)s, you are receiving this message because you have used this "
|
|
|
+"email address to sign up on our forums."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/_email/users/activation/none.html:10
|
|
|
+#: templates/_email/users/activation/none.txt:11
|
|
|
+#: templates/admin/banning/list.html:10
|
|
|
+msgid "E-mail"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/_email/users/activation/none.html:14
|
|
|
+msgid ""
|
|
|
+"This is only time you will receive your current password. For security "
|
|
|
+"reasons we don't store members passwords as they are entered on "
|
|
|
+"registration, instead we encrypt them in unreversible manner to keep them "
|
|
|
+"safe."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/_email/users/activation/none.txt:14
|
|
|
+msgid ""
|
|
|
+"This is only time you will receive your current password. Due to security "
|
|
|
+"reasons we don't store members passwords as they are entered on "
|
|
|
+"registration, instead we encrypt those password in un-reversible manner to "
|
|
|
+"keep them safe."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/_email/users/activation/resend.html:6
|
|
|
+#: templates/_email/users/activation/resend.txt:6
|
|
|
+#, python-format
|
|
|
+msgid ""
|
|
|
+"%(username)s, you are receiving this message because you have requested new "
|
|
|
+"activation e-mail."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/_email/users/activation/resend.html:7
|
|
|
+#: templates/_email/users/activation/resend.txt:8
|
|
|
+#: templates/_email/users/activation/user.html:7
|
|
|
+msgid "To activate your account, click the link below:"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/_email/users/activation/user.html:6
|
|
|
+#: templates/_email/users/activation/user.txt:6
|
|
|
+msgid ""
|
|
|
+"We require our members to prove validity of e-mail address used during "
|
|
|
+"registration. To prove that you are owner of e-mail address used to create "
|
|
|
+"this account, click the link below:"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/_email/users/password/confirm.html:3
|
|
|
+#: templates/_email/users/password/confirm.txt:3
|
|
|
+#, python-format
|
|
|
+msgid "Confirm New Password Request on %(board_name)s"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/_email/users/password/confirm.html:6
|
|
|
+#: templates/_email/users/password/confirm.txt:6
|
|
|
+#: templates/_email/users/password/new.html:6
|
|
|
+#: templates/_email/users/password/new.txt:6
|
|
|
+#, python-format
|
|
|
+msgid ""
|
|
|
+"%(username)s, you are receiving this message because you have requested for "
|
|
|
+"new password to be generated and set on your account."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/_email/users/password/confirm.html:7
|
|
|
+#: templates/_email/users/password/confirm.txt:8
|
|
|
+msgid ""
|
|
|
+"To confirm that you want to reset your account's password with new one click "
|
|
|
+"the link below:"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/_email/users/password/confirm.html:8
|
|
|
+msgid "Reset my password"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/_email/users/password/confirm.html:13
|
|
|
+#: templates/_email/users/password/confirm.txt:11
|
|
|
+msgid ""
|
|
|
+"Your new password will be sent back to you in next message once you click "
|
|
|
+"confirmation link."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/_email/users/password/new.html:3
|
|
|
+#: templates/_email/users/password/new.txt:3
|
|
|
+#, python-format
|
|
|
+msgid "Your New Password on %(board_name)s"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/_email/users/password/new.html:7
|
|
|
+#: templates/_email/users/password/new.txt:8
|
|
|
+#: templates/_email/users/password/new_admin.html:5
|
|
|
+#: templates/_email/users/password/new_admin.txt:6
|
|
|
+msgid "Your new password:"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/_email/users/password/new_admin.html:4
|
|
|
+#: templates/_email/users/password/new_admin.txt:4
|
|
|
+#, python-format
|
|
|
+msgid ""
|
|
|
+"%(username)s, you are receiving this message because board administrator has "
|
|
|
+"reset your account's password with new one."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/error403.html:5 templates/admin/error403.html.py:11
|
|
|
+msgid "Permission denied"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/error403.html:11
|
|
|
+msgid "Error 403"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/error403.html:17
|
|
|
+msgid "You don't have permission to see this page."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/error403.html:21 templates/admin/error404.html:21
|
|
|
+#: templates/cranefly/error403.html:18 templates/cranefly/error404.html:18
|
|
|
+msgid "Return to previous page"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/error404.html:5 templates/admin/error404.html.py:11
|
|
|
+msgid "Page not found"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/error404.html:11
|
|
|
+msgid "Error 404"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/error404.html:17 templates/cranefly/error404.html:15
|
|
|
+msgid "The page you are looking for could not be found."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/index.html:11
|
|
|
+msgid "Admin Home"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/index.html:11
|
|
|
+#, python-format
|
|
|
+msgid "Misago %(version)s"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/index.html:17 templates/admin/users/list.html:10
|
|
|
+#, python-format
|
|
|
+msgid "There is one inactive user."
|
|
|
+msgid_plural "There are %(total)s inactive users."
|
|
|
+msgstr[0] ""
|
|
|
+msgstr[1] ""
|
|
|
+msgstr[2] ""
|
|
|
+
|
|
|
+#: templates/admin/index.html:24
|
|
|
+#, python-format
|
|
|
+msgid "One Administrator Online"
|
|
|
+msgid_plural "%(total)s Administrators Online"
|
|
|
+msgstr[0] ""
|
|
|
+msgstr[1] ""
|
|
|
+msgstr[2] ""
|
|
|
+
|
|
|
+#: templates/admin/index.html:31
|
|
|
+#, python-format
|
|
|
+msgid "started %(start)s ago from %(ip)s"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/index.html:31
|
|
|
+#, python-format
|
|
|
+msgid "Last click was %(last)s ago"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/index.html:40
|
|
|
+msgid "Board Statistics"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/layout.html:14
|
|
|
+msgid "Sign Out"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/layout.html:16
|
|
|
+msgid "Forums Index"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/layout.html:44
|
|
|
+msgid "Go to Top"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/macros.html:4
|
|
|
+#, python-format
|
|
|
+msgid "%(page)s page"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/macros.html:4
|
|
|
+msgid "Misago Admin"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/processing.html:21
|
|
|
+msgid "Cancel Task"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/signin.html:7
|
|
|
+msgid "Board Administration"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/signin.html:22
|
|
|
+msgid "Return to Forums"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/todo.html:9
|
|
|
+msgid "Unimplemented Admin Action"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/todo.html:9
|
|
|
+msgid "Placeholder Page"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/todo.html:11
|
|
|
+msgid "This is placeholder page unimplemented admin actions can refer to."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/admin/acl_form.html:15
|
|
|
+msgid "Permission"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/admin/acl_form.html:38 templates/admin/admin/form.html:33
|
|
|
+msgid "Save and Edit"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/admin/acl_form.html:41 templates/admin/admin/form.html:36
|
|
|
+msgid "Save and Add Another"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/admin/acl_form.html:43 templates/admin/admin/form.html:38
|
|
|
+#: templates/admin/prune/apply.html:14
|
|
|
+#: templates/cranefly/threads/merge.html:52
|
|
|
+#: templates/cranefly/threads/move_posts.html:53
|
|
|
+#: templates/cranefly/threads/move_thread.html:54
|
|
|
+#: templates/cranefly/threads/move_threads.html:52
|
|
|
+#: templates/cranefly/threads/split.html:53
|
|
|
+#: templates/cranefly/usercp/avatar_crop.html:17
|
|
|
+#: templates/cranefly/usercp/avatar_upload.html:25
|
|
|
+#: templates/cranefly/usercp/options.html:26
|
|
|
+msgid "Cancel"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/admin/list.html:22
|
|
|
+msgid "Actions"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/admin/list.html:45
|
|
|
+msgid "Not available"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/admin/list.html:62 templates/cranefly/new_threads.html:97
|
|
|
+#: templates/cranefly/popular_threads.html:96
|
|
|
+#: templates/cranefly/profiles/followers.html:49
|
|
|
+#: templates/cranefly/profiles/follows.html:49
|
|
|
+#: templates/cranefly/profiles/list.html:97
|
|
|
+#: templates/cranefly/profiles/list.html:103
|
|
|
+msgid "Previous Page"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/admin/list.html:62 templates/cranefly/new_threads.html:97
|
|
|
+#: templates/cranefly/popular_threads.html:96
|
|
|
+#: templates/cranefly/profiles/followers.html:49
|
|
|
+#: templates/cranefly/profiles/follows.html:49
|
|
|
+#: templates/cranefly/profiles/list.html:97
|
|
|
+#: templates/cranefly/profiles/list.html:103
|
|
|
+msgid "Next Page"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/admin/list.html:63 templates/cranefly/macros.html:39
|
|
|
+#, python-format
|
|
|
+msgid "Page %(current_page)s of %(pages)s"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/admin/list.html:64
|
|
|
+#, python-format
|
|
|
+msgid "Showing one item"
|
|
|
+msgid_plural "Showing %(shown)s of %(total)s items"
|
|
|
+msgstr[0] ""
|
|
|
+msgstr[1] ""
|
|
|
+msgstr[2] ""
|
|
|
+
|
|
|
+#: templates/admin/admin/list.html:83
|
|
|
+msgid "Search Items"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/banning/list.html:8
|
|
|
+msgid "Username and E-mail"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/banning/list.html:15
|
|
|
+msgid "Permanent ban"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/newsletters/list.html:9
|
|
|
+msgid "Ignoring Subscriptions"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/online/list.html:15
|
|
|
+msgid "Registered Member"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/online/list.html:15
|
|
|
+#: templates/cranefly/profiles/details.html:47
|
|
|
+msgid "Hidden"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/online/list.html:17
|
|
|
+msgid "Crawler"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/prune/apply.html:10
|
|
|
+msgid "Users to be deleted"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/ranks/list.html:9
|
|
|
+msgid "Order"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/ranks/list.html:14
|
|
|
+msgid "Special"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/ranks/list.html:14
|
|
|
+msgid "Tab"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/ranks/list.html:14
|
|
|
+msgid "On Index"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/roles/list.html:8
|
|
|
+msgid "System Role"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/roles/list.html:8
|
|
|
+msgid "Protected Role"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/settings/search_results.html:9
|
|
|
+msgid "Search Results"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/settings/search_results.html:14
|
|
|
+msgid "Go to this setting"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/settings/settings.html:16
|
|
|
+msgid "Search Settings"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/settings/settings.html:22
|
|
|
+msgid "Settings Groups"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/settings/settings.html:36
|
|
|
+msgid "Change Settings"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/stats/form.html:7
|
|
|
+msgid "New Report"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/stats/form.html:13
|
|
|
+msgid "Generate Report"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/stats/graph.html:10
|
|
|
+#, python-format
|
|
|
+msgid "One item found"
|
|
|
+msgid_plural "%(total)s items found"
|
|
|
+msgstr[0] ""
|
|
|
+msgstr[1] ""
|
|
|
+msgstr[2] ""
|
|
|
+
|
|
|
+#: templates/admin/stats/not_available.html:6
|
|
|
+msgid "No statistics providers could be found."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/stats/not_available.html:7
|
|
|
+msgid ""
|
|
|
+"This action is not avaiable because there are no models found that provide "
|
|
|
+"filter_overview method necessary to generate statistics reports."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/stats/not_available.html:8
|
|
|
+msgid ""
|
|
|
+"Some of Misago models provide statistics so you should never see this page."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/users/list.html:26
|
|
|
+msgid "This user has not yet validated his e-mail address."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/users/list.html:28
|
|
|
+msgid "This user is awaiting admin approval."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/admin/users/list.html:29
|
|
|
+msgid "Inactive"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/alerts.html:14 templates/cranefly/alerts.html.py:16
|
|
|
+#: templates/cranefly/alerts.html:39 templates/cranefly/layout.html:53
|
|
|
+msgid "Your Notifications"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/alerts.html:30
|
|
|
+msgid "Looks like you don't have any notifications... yet."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/alerts.html:37
|
|
|
+#, python-format
|
|
|
+msgid "You have one new alert"
|
|
|
+msgid_plural "You have %(count)s new alerts"
|
|
|
+msgstr[0] ""
|
|
|
+msgstr[1] ""
|
|
|
+msgstr[2] ""
|
|
|
+
|
|
|
+#: templates/cranefly/alerts.html:54
|
|
|
+msgid "New notification"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/alerts.html:54
|
|
|
+msgid "Old notification"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/base.html:17
|
|
|
+msgid "Image could not be loaded."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/category.html:49 templates/cranefly/index.html:35
|
|
|
+#: templates/cranefly/threads/list.html:53
|
|
|
+msgid "This forum is empty"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/category.html:52 templates/cranefly/index.html:38
|
|
|
+#: templates/cranefly/threads/list.html:56
|
|
|
+msgid "This forum is protected"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/category.html:58 templates/cranefly/index.html:44
|
|
|
+#: templates/cranefly/threads/list.html:62
|
|
|
+#, python-format
|
|
|
+msgid "%(clicks)s clicks"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/category.html:64 templates/cranefly/index.html:50
|
|
|
+#: templates/cranefly/threads/list.html:68
|
|
|
+msgid "Subforums"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/category.html:83 templates/cranefly/index.html:69
|
|
|
+#: templates/cranefly/threads/list.html:87
|
|
|
+msgid "Clicks"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/category.html:94
|
|
|
+msgid "Looks like there are no forums to display in this category."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/editor.html:17
|
|
|
+msgid "Bold"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/editor.html:18
|
|
|
+msgid "Emphasis"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/editor.html:19
|
|
|
+msgid "Insert Link"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/editor.html:20
|
|
|
+msgid "Insert Image"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/editor.html:21
|
|
|
+msgid "Insert Horizontal Line"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/editor.html:32
|
|
|
+msgid "Enter link address"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/editor.html:33
|
|
|
+msgid "Enter link label (optional)"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/editor.html:34
|
|
|
+msgid "Enter image address"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/editor.html:35
|
|
|
+msgid "Enter image label"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/error403.html:10
|
|
|
+msgid "Permission Denied"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/error403.html:15
|
|
|
+msgid "You dont have permission to see this page."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/error403.html:19
|
|
|
+#: templates/cranefly/error403_banned.html:36
|
|
|
+#: templates/cranefly/error404.html:19
|
|
|
+msgid "Return to board index"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/error403_banned.html:10
|
|
|
+msgid "You Are Banned"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/error403_banned.html:14
|
|
|
+#, python-format
|
|
|
+msgid "%(username)s, your account has been banned for following reason:"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/error403_banned.html:16
|
|
|
+#, python-format
|
|
|
+msgid "%(username)s, your account has been banned."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/error403_banned.html:20
|
|
|
+msgid ""
|
|
|
+"Guest, your IP Address has been banned from accessing this page for "
|
|
|
+"following reason:"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/error403_banned.html:22
|
|
|
+msgid "Guest, your IP Address has been banned from accessing this page."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/error403_banned.html:29
|
|
|
+#: templates/cranefly/error403_banned.html:33
|
|
|
+#: templates/cranefly/signin.html:31
|
|
|
+#, python-format
|
|
|
+msgid "Your ban will expire on %(ban_expires)s"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/error404.html:10
|
|
|
+msgid "Page Not Found"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/forum_map.html:10 templates/cranefly/layout.html:88
|
|
|
+msgid "Forum Map"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/forum_map.html:29
|
|
|
+msgid "Looks like no forums exist that you have permission to see."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/forum_map.html:90
|
|
|
+#: templates/cranefly/threads/list.html:210
|
|
|
+#, python-format
|
|
|
+msgid "%(posts)s post - last in %(thread)s"
|
|
|
+msgid_plural "%(posts)s posts - last in %(thread)s"
|
|
|
+msgstr[0] ""
|
|
|
+msgstr[1] ""
|
|
|
+msgstr[2] ""
|
|
|
+
|
|
|
+#: templates/cranefly/forum_map.html:92
|
|
|
+#: templates/cranefly/threads/list.html:212
|
|
|
+#, python-format
|
|
|
+msgid "%(posts)s post"
|
|
|
+msgid_plural "%(posts)s posts"
|
|
|
+msgstr[0] ""
|
|
|
+msgstr[1] ""
|
|
|
+msgstr[2] ""
|
|
|
+
|
|
|
+#: templates/cranefly/forum_map.html:101
|
|
|
+#: templates/cranefly/threads/list.html:221
|
|
|
+#, python-format
|
|
|
+msgid "%(redirects)s click"
|
|
|
+msgid_plural "%(redirects)s clicks"
|
|
|
+msgstr[0] ""
|
|
|
+msgstr[1] ""
|
|
|
+msgstr[2] ""
|
|
|
+
|
|
|
+#: templates/cranefly/index.html:89
|
|
|
+#, python-format
|
|
|
+msgid "%(rank_name)s Online"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/index.html:106 templates/cranefly/layout.html:41
|
|
|
+#: templates/cranefly/popular_threads.html:10
|
|
|
+msgid "Popular Threads"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/index.html:138
|
|
|
+msgid "Mark forums read"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/layout.html:18
|
|
|
+msgid "Enter IP Address or Username..."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/layout.html:34
|
|
|
+msgid "Search community..."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/layout.html:40
|
|
|
+msgid "Forum Home"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/layout.html:44
|
|
|
+msgid "Search Community"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/layout.html:52
|
|
|
+msgid "Go to your profile"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/layout.html:53
|
|
|
+msgid "You have new notifications!"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/layout.html:55
|
|
|
+msgid "There are unread Private Threads!"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/layout.html:55
|
|
|
+msgid "Your Private Threads"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/layout.html:57 templates/cranefly/newsfeed.html:10
|
|
|
+msgid "Your News Feed"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/layout.html:58 templates/cranefly/watched.html:10
|
|
|
+msgid "Threads you are watching"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/layout.html:59
|
|
|
+msgid "Edit your profile options"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/layout.html:60
|
|
|
+msgid "Sign Out and browse as guest"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/layout.html:64
|
|
|
+msgid "Sign In using your account data"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/layout.html:65 templates/cranefly/register.html:13
|
|
|
+msgid "Register new account"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/layout.html:65
|
|
|
+msgid "Register"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/macros.html:2
|
|
|
+#, python-format
|
|
|
+msgid "Page %(page)s"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/new_threads.html:20
|
|
|
+#: templates/cranefly/popular_threads.html:20
|
|
|
+#: templates/cranefly/watched.html:32
|
|
|
+#: templates/cranefly/private_threads/list.html:41
|
|
|
+#: templates/cranefly/threads/list.html:116
|
|
|
+msgid "Thread"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/new_threads.html:21
|
|
|
+#: templates/cranefly/popular_threads.html:21
|
|
|
+#: templates/cranefly/private_threads/list.html:42
|
|
|
+#: templates/cranefly/threads/list.html:117
|
|
|
+msgid "Rating"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/new_threads.html:22
|
|
|
+#: templates/cranefly/popular_threads.html:22
|
|
|
+#: templates/cranefly/watched.html:33
|
|
|
+#: templates/cranefly/private_threads/list.html:43
|
|
|
+#: templates/cranefly/threads/list.html:118
|
|
|
+msgid "Activity"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/new_threads.html:33
|
|
|
+#: templates/cranefly/popular_threads.html:33
|
|
|
+#: templates/cranefly/watched.html:41
|
|
|
+#: templates/cranefly/private_threads/list.html:54
|
|
|
+#: templates/cranefly/threads/list.html:129
|
|
|
+msgid "Click to see first unread post"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/new_threads.html:35
|
|
|
+#: templates/cranefly/popular_threads.html:35
|
|
|
+#: templates/cranefly/watched.html:43
|
|
|
+#: templates/cranefly/private_threads/list.html:56
|
|
|
+#: templates/cranefly/threads/list.html:131
|
|
|
+msgid "Click to see last post"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/new_threads.html:39
|
|
|
+#: templates/cranefly/popular_threads.html:39
|
|
|
+#: templates/cranefly/watched.html:47
|
|
|
+#, python-format
|
|
|
+msgid "by %(user)s in %(forum)s %(start)s"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/new_threads.html:43
|
|
|
+#: templates/cranefly/popular_threads.html:43
|
|
|
+#: templates/cranefly/private_threads/list.html:70
|
|
|
+#: templates/cranefly/threads/list.html:145
|
|
|
+msgid "This thread is an annoucement"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/new_threads.html:46
|
|
|
+#: templates/cranefly/popular_threads.html:46
|
|
|
+#: templates/cranefly/private_threads/list.html:73
|
|
|
+#: templates/cranefly/threads/list.html:148
|
|
|
+msgid "This thread is sticky"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/new_threads.html:49
|
|
|
+#: templates/cranefly/popular_threads.html:49
|
|
|
+#: templates/cranefly/private_threads/list.html:82
|
|
|
+#: templates/cranefly/threads/list.html:157
|
|
|
+msgid "This thread is closed"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/new_threads.html:60
|
|
|
+#: templates/cranefly/popular_threads.html:60
|
|
|
+#: templates/cranefly/watched.html:52
|
|
|
+#: templates/cranefly/private_threads/list.html:93
|
|
|
+#: templates/cranefly/threads/list.html:168
|
|
|
+#, python-format
|
|
|
+msgid "last by %(user)s %(last)s"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/new_threads.html:70
|
|
|
+msgid "No new threads were started in last 48 hours."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/new_threads.html:77
|
|
|
+#: templates/cranefly/popular_threads.html:76
|
|
|
+#: templates/cranefly/watched.html:96
|
|
|
+#: templates/cranefly/private_threads/list.html:138
|
|
|
+#: templates/cranefly/threads/list.html:229
|
|
|
+#, python-format
|
|
|
+msgid "%(replies)s reply"
|
|
|
+msgid_plural "%(replies)s replies"
|
|
|
+msgstr[0] ""
|
|
|
+msgstr[1] ""
|
|
|
+msgstr[2] ""
|
|
|
+
|
|
|
+#: templates/cranefly/newsfeed.html:26
|
|
|
+#, python-format
|
|
|
+msgid "Thread %(thread)s posted in %(forum)s by %(user)s %(date)s"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/newsfeed.html:28
|
|
|
+#, python-format
|
|
|
+msgid "Reply to %(thread)s posted in %(forum)s by %(user)s %(date)s"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/newsfeed.html:36
|
|
|
+#, python-format
|
|
|
+msgid "%(username)s, there is nothing to display in your news feed... yet!"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/newsfeed.html:39
|
|
|
+#, python-format
|
|
|
+msgid ""
|
|
|
+"%(username)s, you have to follow other users in order to fill your news feed."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/popular_threads.html:69
|
|
|
+msgid "Looks like there are no popular threads... yet!"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/register.html:27
|
|
|
+msgid "Register account"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/resend_activation.html:13
|
|
|
+msgid "Request new Activation E-mail"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/resend_activation.html:27
|
|
|
+msgid "Request new E-mail"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/reset_password.html:13
|
|
|
+msgid "Request New Password"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/reset_password.html:27
|
|
|
+msgid "Reset Password"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/signin.html:13
|
|
|
+msgid "Sign In to Your Account"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/signin.html:22
|
|
|
+msgid "Click here if you forgot your sign in credentials."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/signin.html:25
|
|
|
+msgid "Click here if you didn't receive activation e-mail."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/signin.html:45
|
|
|
+msgid "Problems Signing In?"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/signin.html:47
|
|
|
+msgid "I don't remember my password"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/signin.html:48
|
|
|
+msgid "I haven't received activation e-mail"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/signin.html:50
|
|
|
+msgid "I don't have account"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/watched.html:13
|
|
|
+msgid "All Threads"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/watched.html:14
|
|
|
+msgid "Unread Threads"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/watched.html:59
|
|
|
+msgid "Unwatch"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/watched.html:65
|
|
|
+msgid "Don't notify with e-mail"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/watched.html:65
|
|
|
+msgid "Notify with e-mail"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/watched.html:76
|
|
|
+msgid "There are no unread threads that you are watching."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/watched.html:78
|
|
|
+msgid "You are not watching any threads."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/watched.html:123 templates/cranefly/watched.html:124
|
|
|
+msgid "Latest Threads"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/watched.html:123 templates/cranefly/watched.html:124
|
|
|
+#: templates/cranefly/profiles/posts.html:42
|
|
|
+#: templates/cranefly/profiles/threads.html:38
|
|
|
+msgid "Latest"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/watched.html:123 templates/cranefly/watched.html:124
|
|
|
+msgid "Newer Threads"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/watched.html:123 templates/cranefly/watched.html:124
|
|
|
+#: templates/cranefly/private_threads/list.html:154
|
|
|
+#: templates/cranefly/threads/list.html:245
|
|
|
+msgid "Older Threads"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/changelog.html:9
|
|
|
+#: templates/cranefly/private_threads/changelog.html:19
|
|
|
+#: templates/cranefly/private_threads/changelog_diff.html:9
|
|
|
+#: templates/cranefly/private_threads/changelog_diff.html:20
|
|
|
+#: templates/cranefly/threads/changelog.html:11
|
|
|
+#: templates/cranefly/threads/changelog.html:21
|
|
|
+#: templates/cranefly/threads/changelog_diff.html:11
|
|
|
+#: templates/cranefly/threads/changelog_diff.html:22
|
|
|
+#, python-format
|
|
|
+msgid "Post #%(post)s Changelog"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/changelog.html:23
|
|
|
+#: templates/cranefly/private_threads/details.html:23
|
|
|
+#: templates/cranefly/private_threads/posting.html:144
|
|
|
+#: templates/cranefly/private_threads/thread.html:105
|
|
|
+#: templates/cranefly/private_threads/thread.html:107
|
|
|
+#: templates/cranefly/private_threads/thread.html:190
|
|
|
+#: templates/cranefly/private_threads/thread.html:192
|
|
|
+#: templates/cranefly/threads/changelog.html:25
|
|
|
+#: templates/cranefly/threads/details.html:25
|
|
|
+#: templates/cranefly/threads/posting.html:153
|
|
|
+#: templates/cranefly/threads/thread.html:99
|
|
|
+#: templates/cranefly/threads/thread.html:101
|
|
|
+#: templates/cranefly/threads/thread.html:184
|
|
|
+#: templates/cranefly/threads/thread.html:186
|
|
|
+#, python-format
|
|
|
+msgid "One edit"
|
|
|
+msgid_plural "%(edits)s edits"
|
|
|
+msgstr[0] ""
|
|
|
+msgstr[1] ""
|
|
|
+msgstr[2] ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/changelog.html:24
|
|
|
+#: templates/cranefly/private_threads/details.html:24
|
|
|
+#: templates/cranefly/private_threads/thread.html:209
|
|
|
+#: templates/cranefly/threads/changelog.html:26
|
|
|
+#: templates/cranefly/threads/details.html:26
|
|
|
+#: templates/cranefly/threads/thread.html:203
|
|
|
+msgid "Protected"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/changelog.html:36
|
|
|
+#: templates/cranefly/threads/changelog.html:38
|
|
|
+msgid "Change Log"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/changelog.html:56
|
|
|
+#: templates/cranefly/threads/changelog.html:58
|
|
|
+#, python-format
|
|
|
+msgid "Added one character to post."
|
|
|
+msgid_plural "Added %(chars)s characters to post."
|
|
|
+msgstr[0] ""
|
|
|
+msgstr[1] ""
|
|
|
+msgstr[2] ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/changelog.html:58
|
|
|
+#: templates/cranefly/threads/changelog.html:60
|
|
|
+#, python-format
|
|
|
+msgid "Removed one character from post."
|
|
|
+msgid_plural "Removed %(chars)s characters from post."
|
|
|
+msgstr[0] ""
|
|
|
+msgstr[1] ""
|
|
|
+msgstr[2] ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/changelog.html:60
|
|
|
+#: templates/cranefly/threads/changelog.html:62
|
|
|
+msgid "No change in message's length."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/changelog.html:61
|
|
|
+#: templates/cranefly/threads/changelog.html:63
|
|
|
+#, python-format
|
|
|
+msgid "Changed thread name from \"%(old)s\" to \"%(new)s\"."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/changelog.html:61
|
|
|
+#: templates/cranefly/threads/changelog.html:63
|
|
|
+#, python-format
|
|
|
+msgid "Renamed thread from \"%(old)s\" to \"%(new)s\"."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/changelog.html:63
|
|
|
+#: templates/cranefly/threads/changelog.html:65
|
|
|
+#, python-format
|
|
|
+msgid "By %(user)s %(date)s"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/changelog.html:72
|
|
|
+#: templates/cranefly/threads/changelog.html:74
|
|
|
+msgid "This post was never edited."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/changelog_diff.html:10
|
|
|
+#: templates/cranefly/private_threads/changelog_diff.html:20
|
|
|
+#: templates/cranefly/threads/changelog_diff.html:12
|
|
|
+#: templates/cranefly/threads/changelog_diff.html:22
|
|
|
+#, python-format
|
|
|
+msgid "Edit from %(date)s"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/changelog_diff.html:29
|
|
|
+#: templates/cranefly/threads/changelog_diff.html:31
|
|
|
+#, python-format
|
|
|
+msgid "Added one character"
|
|
|
+msgid_plural "Added %(chars)s characters"
|
|
|
+msgstr[0] ""
|
|
|
+msgstr[1] ""
|
|
|
+msgstr[2] ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/changelog_diff.html:31
|
|
|
+#: templates/cranefly/threads/changelog_diff.html:33
|
|
|
+#, python-format
|
|
|
+msgid "Removed one character"
|
|
|
+msgid_plural "Removed %(chars)s characters"
|
|
|
+msgstr[0] ""
|
|
|
+msgstr[1] ""
|
|
|
+msgstr[2] ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/changelog_diff.html:55
|
|
|
+#: templates/cranefly/threads/changelog_diff.html:57
|
|
|
+msgid "Revert this edit"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/details.html:9
|
|
|
+#: templates/cranefly/private_threads/details.html:19
|
|
|
+#: templates/cranefly/threads/details.html:11
|
|
|
+#: templates/cranefly/threads/details.html:21
|
|
|
+#, python-format
|
|
|
+msgid "Post #%(post)s Info"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/details.html:32
|
|
|
+#: templates/cranefly/threads/details.html:34
|
|
|
+msgid "UserAgent"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/list.html:33
|
|
|
+#: templates/cranefly/private_threads/list.html:129
|
|
|
+#: templates/cranefly/threads/list.html:108
|
|
|
+#: templates/cranefly/threads/list.html:198
|
|
|
+msgid "New Thread"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/list.html:60
|
|
|
+#: templates/cranefly/threads/list.html:135
|
|
|
+#, python-format
|
|
|
+msgid "by %(user)s %(start)s"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/list.html:64
|
|
|
+#: templates/cranefly/threads/list.html:139
|
|
|
+msgid "This thread has reported replies"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/list.html:67
|
|
|
+#: templates/cranefly/threads/list.html:142
|
|
|
+msgid "This thread has unreviewed replies"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/list.html:76
|
|
|
+#: templates/cranefly/threads/list.html:151
|
|
|
+msgid "This thread awaits review"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/list.html:79
|
|
|
+#: templates/cranefly/threads/list.html:154
|
|
|
+msgid "This thread is deleted"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/list.html:104
|
|
|
+msgid "You are not participating in any private discussions."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/list.html:106
|
|
|
+msgid "There are no unread private threads."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/list.html:108
|
|
|
+msgid "You have started no private threads."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/list.html:154
|
|
|
+#: templates/cranefly/threads/list.html:245
|
|
|
+msgid "First Page"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/list.html:154
|
|
|
+#: templates/cranefly/private_threads/thread.html:496
|
|
|
+#: templates/cranefly/threads/list.html:245
|
|
|
+#: templates/cranefly/threads/thread.html:477
|
|
|
+msgid "First"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/list.html:154
|
|
|
+#: templates/cranefly/threads/list.html:245
|
|
|
+msgid "Newest Threads"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/list.html:170
|
|
|
+#: templates/cranefly/threads/list.html:271
|
|
|
+msgid ""
|
|
|
+"Are you sure you want to delete selected threads? This action is not "
|
|
|
+"reversible!"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/posting.html:81
|
|
|
+#: templates/cranefly/private_threads/posting.html:178
|
|
|
+#: templates/cranefly/threads/posting.html:90
|
|
|
+#: templates/cranefly/threads/posting.html:187
|
|
|
+msgid "Preview"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/posting.html:127
|
|
|
+#: templates/cranefly/threads/posting.html:136
|
|
|
+msgid "Post New Thread"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/posting.html:129
|
|
|
+#: templates/cranefly/threads/posting.html:138
|
|
|
+msgid "Edit Thread"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/posting.html:131
|
|
|
+#: templates/cranefly/threads/posting.html:140
|
|
|
+msgid "Post New Reply"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/posting.html:133
|
|
|
+#: templates/cranefly/threads/posting.html:142
|
|
|
+msgid "Edit Reply"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/posting.html:140
|
|
|
+#: templates/cranefly/private_threads/posting.html:149
|
|
|
+#: templates/cranefly/private_threads/thread.html:22
|
|
|
+#: templates/cranefly/threads/posting.html:149
|
|
|
+#: templates/cranefly/threads/posting.html:158
|
|
|
+#: templates/cranefly/threads/thread.html:24
|
|
|
+msgid "Not Reviewed"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/posting.html:146
|
|
|
+#: templates/cranefly/threads/posting.html:155
|
|
|
+msgid "First edit"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/posting.html:157
|
|
|
+#: templates/cranefly/private_threads/thread.html:26
|
|
|
+#: templates/cranefly/threads/posting.html:166
|
|
|
+#: templates/cranefly/threads/thread.html:28
|
|
|
+#, python-format
|
|
|
+msgid "One reply"
|
|
|
+msgid_plural "%(replies)s replies"
|
|
|
+msgstr[0] ""
|
|
|
+msgstr[1] ""
|
|
|
+msgstr[2] ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/posting.html:159
|
|
|
+#: templates/cranefly/private_threads/thread.html:28
|
|
|
+#: templates/cranefly/threads/posting.html:168
|
|
|
+#: templates/cranefly/threads/thread.html:30
|
|
|
+msgid "No replies"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/posting.html:162
|
|
|
+#: templates/cranefly/private_threads/thread.html:30
|
|
|
+#: templates/cranefly/threads/posting.html:171
|
|
|
+#: templates/cranefly/threads/thread.html:32
|
|
|
+msgid "Locked"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/posting.html:168
|
|
|
+#: templates/cranefly/threads/posting.html:177
|
|
|
+msgid "Post Thread"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/posting.html:170
|
|
|
+#: templates/cranefly/threads/posting.html:179
|
|
|
+msgid "Post Reply"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:55
|
|
|
+#: templates/cranefly/private_threads/thread.html:260
|
|
|
+#: templates/cranefly/private_threads/thread.html:364
|
|
|
+#: templates/cranefly/threads/thread.html:48
|
|
|
+#: templates/cranefly/threads/thread.html:293
|
|
|
+#: templates/cranefly/threads/thread.html:392
|
|
|
+msgid "Reply"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:58
|
|
|
+#: templates/cranefly/threads/thread.html:51
|
|
|
+msgid "Remove thread from watched list"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:60
|
|
|
+#: templates/cranefly/threads/thread.html:53
|
|
|
+msgid "Don't e-mail me anymore if anyone replies to this thread"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:62
|
|
|
+#: templates/cranefly/threads/thread.html:55
|
|
|
+msgid "E-mail me if anyone replies"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:65
|
|
|
+#: templates/cranefly/threads/thread.html:58
|
|
|
+msgid "Add thread to watched list"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:66
|
|
|
+#: templates/cranefly/threads/thread.html:59
|
|
|
+msgid "Add thread to watched list and e-mail me if anyone replies"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:69
|
|
|
+#: templates/cranefly/threads/thread.html:62
|
|
|
+msgid "Show Hidden Replies"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:94
|
|
|
+#: templates/cranefly/private_threads/thread.html:179
|
|
|
+#: templates/cranefly/threads/thread.html:88
|
|
|
+#: templates/cranefly/threads/thread.html:173
|
|
|
+msgid "Unregistered"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:105
|
|
|
+#: templates/cranefly/private_threads/thread.html:190
|
|
|
+#: templates/cranefly/threads/thread.html:99
|
|
|
+#: templates/cranefly/threads/thread.html:184
|
|
|
+msgid "Show changelog"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:116
|
|
|
+#: templates/cranefly/private_threads/thread.html:150
|
|
|
+#: templates/cranefly/private_threads/thread.html:204
|
|
|
+#: templates/cranefly/threads/thread.html:110
|
|
|
+#: templates/cranefly/threads/thread.html:144
|
|
|
+#: templates/cranefly/threads/thread.html:198
|
|
|
+msgid "Direct link to this post"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:121
|
|
|
+#: templates/cranefly/private_threads/thread.html:155
|
|
|
+#: templates/cranefly/private_threads/thread.html:233
|
|
|
+#: templates/cranefly/threads/thread.html:115
|
|
|
+#: templates/cranefly/threads/thread.html:149
|
|
|
+#: templates/cranefly/threads/thread.html:227
|
|
|
+msgid "New"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:128
|
|
|
+#: templates/cranefly/threads/thread.html:122
|
|
|
+#, python-format
|
|
|
+msgid "%(user)s has deleted this reply %(date)s"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:162
|
|
|
+#: templates/cranefly/threads/thread.html:156
|
|
|
+msgid "This reply was posted by user that is on your ignored list."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:215
|
|
|
+#: templates/cranefly/threads/thread.html:209
|
|
|
+msgid "Deleted"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:221
|
|
|
+#: templates/cranefly/threads/thread.html:215
|
|
|
+msgid "Unreviewed"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:227
|
|
|
+#: templates/cranefly/threads/thread.html:221
|
|
|
+msgid "Reported"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:253
|
|
|
+#: templates/cranefly/threads/thread.html:286
|
|
|
+msgid "Info"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:256
|
|
|
+#: templates/cranefly/private_threads/thread.html:258
|
|
|
+#: templates/cranefly/threads/thread.html:289
|
|
|
+#: templates/cranefly/threads/thread.html:291
|
|
|
+msgid "Edit"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:267
|
|
|
+#: templates/cranefly/private_threads/thread.html:275
|
|
|
+#: templates/cranefly/threads/thread.html:300
|
|
|
+#: templates/cranefly/threads/thread.html:308
|
|
|
+msgid "Delete thread:"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:268
|
|
|
+#: templates/cranefly/threads/thread.html:301
|
|
|
+msgid "Delete this thread for good"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:268
|
|
|
+#: templates/cranefly/private_threads/thread.html:287
|
|
|
+#: templates/cranefly/threads/thread.html:301
|
|
|
+#: templates/cranefly/threads/thread.html:320
|
|
|
+msgid "Hard"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:277
|
|
|
+#: templates/cranefly/threads/thread.html:310
|
|
|
+msgid "Hide this thread from other users"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:277
|
|
|
+#: templates/cranefly/private_threads/thread.html:296
|
|
|
+#: templates/cranefly/threads/thread.html:310
|
|
|
+#: templates/cranefly/threads/thread.html:329
|
|
|
+msgid "Soft"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:286
|
|
|
+#: templates/cranefly/private_threads/thread.html:294
|
|
|
+#: templates/cranefly/threads/thread.html:319
|
|
|
+#: templates/cranefly/threads/thread.html:327
|
|
|
+msgid "Delete reply:"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:287
|
|
|
+#: templates/cranefly/threads/thread.html:320
|
|
|
+msgid "Delete this reply for good"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:296
|
|
|
+#: templates/cranefly/threads/thread.html:329
|
|
|
+msgid "Hide this reply from other users"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:314
|
|
|
+#: templates/cranefly/threads/thread.html:348
|
|
|
+msgid "This thread has reached its post limit and has been closed."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:316
|
|
|
+#: templates/cranefly/threads/thread.html:350
|
|
|
+#, python-format
|
|
|
+msgid "%(user)s accepted this thread %(date)s"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:318
|
|
|
+#: templates/cranefly/threads/thread.html:352
|
|
|
+#, python-format
|
|
|
+msgid "%(user)s closed this thread %(date)s"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:320
|
|
|
+#: templates/cranefly/threads/thread.html:354
|
|
|
+#, python-format
|
|
|
+msgid "%(user)s opened this thread %(date)s"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:322
|
|
|
+#: templates/cranefly/threads/thread.html:356
|
|
|
+#, python-format
|
|
|
+msgid "%(user)s deleted this thread %(date)s"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:324
|
|
|
+#: templates/cranefly/threads/thread.html:358
|
|
|
+#, python-format
|
|
|
+msgid "%(user)s restored this thread %(date)s"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:326
|
|
|
+#, python-format
|
|
|
+msgid "%(user)s added %(invited)s to thread %(date)s"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:328
|
|
|
+#, python-format
|
|
|
+msgid "%(user)s removed %(removed)s from thread %(date)s"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:330
|
|
|
+#, python-format
|
|
|
+msgid "%(user)s left thread %(date)s"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:366
|
|
|
+msgid "This thread has no participants."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:375
|
|
|
+#: templates/cranefly/threads/thread.html:403
|
|
|
+msgid "Your Avatar"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:384
|
|
|
+#, python-format
|
|
|
+msgid "One participant"
|
|
|
+msgid_plural "%(count)s participants"
|
|
|
+msgstr[0] ""
|
|
|
+msgstr[1] ""
|
|
|
+msgstr[2] ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:390
|
|
|
+msgid "Leave this thread"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:390
|
|
|
+msgid "Remove from this thread"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:402
|
|
|
+msgid ""
|
|
|
+"This thread has too few participants. Invite other users to open it for new "
|
|
|
+"replies."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:405
|
|
|
+msgid "Invite User"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:434
|
|
|
+msgid ""
|
|
|
+"Are you sure you want to leave this thread? It will be deleted after you "
|
|
|
+"leave!"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:436
|
|
|
+msgid "Are you sure you want to leave this thread?"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:441
|
|
|
+msgid "Are you sure you want to remove this member from this thread?"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:446
|
|
|
+#: templates/cranefly/threads/thread.html:426
|
|
|
+msgid ""
|
|
|
+"Are you sure you want to delete this thread? This action is not reversible!"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:458
|
|
|
+#: templates/cranefly/threads/thread.html:438
|
|
|
+msgid "You have to select at least two posts you want to merge."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:461
|
|
|
+#: templates/cranefly/threads/thread.html:441
|
|
|
+msgid ""
|
|
|
+"Are you sure you want to merge selected posts? This action is not reversible!"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:465
|
|
|
+#: templates/cranefly/threads/thread.html:445
|
|
|
+msgid ""
|
|
|
+"Are you sure you want to delete selected posts? This action is not "
|
|
|
+"reversible!"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:471
|
|
|
+#: templates/cranefly/threads/thread.html:451
|
|
|
+msgid "Are you sure you want to delete this thread?"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:475
|
|
|
+#: templates/cranefly/threads/thread.html:455
|
|
|
+msgid "Are you sure you want to delete this post?"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:496
|
|
|
+#: templates/cranefly/threads/thread.html:477
|
|
|
+msgid "Go to first page"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:496
|
|
|
+#: templates/cranefly/profiles/posts.html:42
|
|
|
+#: templates/cranefly/profiles/threads.html:38
|
|
|
+#: templates/cranefly/threads/thread.html:477
|
|
|
+msgid "Older Posts"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:496
|
|
|
+#: templates/cranefly/threads/thread.html:477
|
|
|
+msgid "Newest Posts"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:496
|
|
|
+#: templates/cranefly/threads/thread.html:477
|
|
|
+msgid "Go to last page"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:496
|
|
|
+#: templates/cranefly/threads/thread.html:477
|
|
|
+msgid "Last"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:498
|
|
|
+#: templates/cranefly/threads/thread.html:479
|
|
|
+msgid "Go to first unread"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:498
|
|
|
+#: templates/cranefly/threads/thread.html:479
|
|
|
+msgid "First Unread"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/private_threads/thread.html:533
|
|
|
+#: templates/cranefly/threads/thread.html:507
|
|
|
+msgid "Full Editor"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/profiles/details.html:16
|
|
|
+msgid "Account Details"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/profiles/details.html:33
|
|
|
+msgid "Member Since"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/profiles/details.html:41
|
|
|
+msgid "Last Seen"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/profiles/details.html:58
|
|
|
+msgid "Forums Activity"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/profiles/details.html:65
|
|
|
+msgid "Posts Written"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/profiles/details.html:73
|
|
|
+msgid "Threads Started"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/profiles/details.html:81
|
|
|
+msgid "Votes Cast"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/profiles/details.html:97
|
|
|
+msgid "Ranking Performance"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/profiles/details.html:107
|
|
|
+msgid "Not Ranked"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/profiles/details.html:113
|
|
|
+msgid "Ranking Position"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/profiles/details.html:113
|
|
|
+msgid "Score"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/profiles/details.html:125
|
|
|
+msgid "Karma Received"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/profiles/details.html:133
|
|
|
+msgid "Karma Given"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/profiles/details.html:146
|
|
|
+msgid "Interactions"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/profiles/details.html:161
|
|
|
+#: templates/cranefly/profiles/profile.html:51
|
|
|
+msgid "Following"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/profiles/details.html:182
|
|
|
+msgid "Registration Details"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/profiles/details.html:197
|
|
|
+#: templates/cranefly/profiles/details.html:228
|
|
|
+msgid "UserAgent String"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/profiles/details.html:200
|
|
|
+#: templates/cranefly/profiles/details.html:231
|
|
|
+msgid "Created from console"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/profiles/details.html:213
|
|
|
+msgid "Last Visit Details"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/profiles/followers.html:9
|
|
|
+#, python-format
|
|
|
+msgid "%(username)s is followed by one member"
|
|
|
+msgid_plural "%(username)s is followed by %(total)s members"
|
|
|
+msgstr[0] ""
|
|
|
+msgstr[1] ""
|
|
|
+msgstr[2] ""
|
|
|
+
|
|
|
+#: templates/cranefly/profiles/followers.html:11
|
|
|
+#, python-format
|
|
|
+msgid "%(username)s has no followers"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/profiles/followers.html:19
|
|
|
+#, python-format
|
|
|
+msgid "Users that are following %(username)s"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/profiles/follows.html:9
|
|
|
+#, python-format
|
|
|
+msgid "%(username)s is following one member"
|
|
|
+msgid_plural "%(username)s is following %(total)s members"
|
|
|
+msgstr[0] ""
|
|
|
+msgstr[1] ""
|
|
|
+msgstr[2] ""
|
|
|
+
|
|
|
+#: templates/cranefly/profiles/follows.html:11
|
|
|
+#, python-format
|
|
|
+msgid "%(username)s is not following anybody"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/profiles/follows.html:19
|
|
|
+#, python-format
|
|
|
+msgid "Users %(username)s is following"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/profiles/list.html:17
|
|
|
+msgid "Browse notable user groups or find specific user"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/profiles/list.html:47
|
|
|
+msgid ""
|
|
|
+"We couldn't find a member with name you entered, so we present you with some "
|
|
|
+"other members with names similiar to one you searched for in hopes that one "
|
|
|
+"of them will turn out to be member you are looking for."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/profiles/list.html:56
|
|
|
+msgid "Found Users"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/profiles/list.html:56
|
|
|
+msgid "Users in this group"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/profiles/list.html:80
|
|
|
+msgid "We couldn't find any members with specified name."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/profiles/list.html:82
|
|
|
+msgid "Looks like this group has no members..."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/profiles/posts.html:9
|
|
|
+#, python-format
|
|
|
+msgid "%(username)s has one post"
|
|
|
+msgid_plural "%(username)s has %(total)s posts"
|
|
|
+msgstr[0] ""
|
|
|
+msgstr[1] ""
|
|
|
+msgstr[2] ""
|
|
|
+
|
|
|
+#: templates/cranefly/profiles/posts.html:11
|
|
|
+#, python-format
|
|
|
+msgid "%(username)s has no posts"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/profiles/posts.html:24
|
|
|
+#: templates/cranefly/profiles/threads.html:23
|
|
|
+#, python-format
|
|
|
+msgid "Thread %(thread)s posted in %(forum)s %(date)s"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/profiles/posts.html:26
|
|
|
+#, python-format
|
|
|
+msgid "Reply to %(thread)s posted in %(forum)s %(date)s"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/profiles/posts.html:42
|
|
|
+#: templates/cranefly/profiles/threads.html:38
|
|
|
+msgid "Lastest Posts"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/profiles/posts.html:42
|
|
|
+#: templates/cranefly/profiles/threads.html:38
|
|
|
+msgid "Newer Posts"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/profiles/profile.html:13
|
|
|
+msgid "Click to jump to your Avatar Settings"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/profiles/profile.html:22
|
|
|
+msgid "Online, hidden"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/profiles/profile.html:27
|
|
|
+msgid "Offline"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/profiles/profile.html:30
|
|
|
+#, python-format
|
|
|
+msgid "last click %(last_click)s"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/profiles/profile.html:32
|
|
|
+#, python-format
|
|
|
+msgid "last seen %(last_visit)s"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/profiles/profile.html:34
|
|
|
+msgid "never visited"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/profiles/profile.html:37
|
|
|
+msgid "hiding activity"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/profiles/profile.html:51
|
|
|
+msgid "Follow"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/profiles/profile.html:60
|
|
|
+msgid "Ignoring"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/profiles/profile.html:60
|
|
|
+msgid "Ignore"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/profiles/threads.html:9
|
|
|
+#, python-format
|
|
|
+msgid "%(username)s started one thread"
|
|
|
+msgid_plural "%(username)s started %(total)s threads"
|
|
|
+msgstr[0] ""
|
|
|
+msgstr[1] ""
|
|
|
+msgstr[2] ""
|
|
|
+
|
|
|
+#: templates/cranefly/profiles/threads.html:11
|
|
|
+#, python-format
|
|
|
+msgid "%(username)s started no threads"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/threads/karmas.html:11
|
|
|
+#: templates/cranefly/threads/karmas.html:21
|
|
|
+#, python-format
|
|
|
+msgid "Post #%(post)s Votes"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/threads/karmas.html:34
|
|
|
+#, python-format
|
|
|
+msgid "One like"
|
|
|
+msgid_plural "%(votes)s likes"
|
|
|
+msgstr[0] ""
|
|
|
+msgstr[1] ""
|
|
|
+msgstr[2] ""
|
|
|
+
|
|
|
+#: templates/cranefly/threads/karmas.html:54
|
|
|
+msgid "Nobody liked this post."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/threads/karmas.html:61
|
|
|
+#, python-format
|
|
|
+msgid "One hate"
|
|
|
+msgid_plural "%(votes)s hates"
|
|
|
+msgstr[0] ""
|
|
|
+msgstr[1] ""
|
|
|
+msgstr[2] ""
|
|
|
+
|
|
|
+#: templates/cranefly/threads/karmas.html:81
|
|
|
+msgid "Nobody hated this post."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/threads/karmas.html:98
|
|
|
+#, python-format
|
|
|
+msgid "From %(ip)s"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/threads/list.html:36
|
|
|
+msgid "Child forums"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/threads/list.html:178
|
|
|
+msgid "There are no threads in this forum."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/threads/list.html:200
|
|
|
+msgid "Sign in or register to start threads."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/threads/merge.html:12
|
|
|
+#: templates/cranefly/threads/merge.html:22
|
|
|
+#: templates/cranefly/threads/merge.html:32
|
|
|
+#: templates/cranefly/threads/merge.html:51
|
|
|
+msgid "Merge Threads"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/threads/move_posts.html:12
|
|
|
+#: templates/cranefly/threads/move_posts.html:22
|
|
|
+#: templates/cranefly/threads/move_posts.html:32
|
|
|
+#: templates/cranefly/threads/move_posts.html:52
|
|
|
+msgid "Move Posts"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/threads/move_thread.html:12
|
|
|
+#: templates/cranefly/threads/move_thread.html:22
|
|
|
+#: templates/cranefly/threads/move_thread.html:32
|
|
|
+#: templates/cranefly/threads/move_thread.html:53
|
|
|
+msgid "Move Thread"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/threads/move_thread.html:49
|
|
|
+msgid "Move Thread To"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/threads/move_thread.html:49
|
|
|
+msgid "Select forum you want to move this thread to."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/threads/move_threads.html:12
|
|
|
+#: templates/cranefly/threads/move_threads.html:22
|
|
|
+#: templates/cranefly/threads/move_threads.html:32
|
|
|
+#: templates/cranefly/threads/move_threads.html:51
|
|
|
+msgid "Move Threads"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/threads/posting.html:76
|
|
|
+msgid "Thread Status"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/threads/split.html:12
|
|
|
+#: templates/cranefly/threads/split.html:22
|
|
|
+#: templates/cranefly/threads/split.html:32
|
|
|
+#: templates/cranefly/threads/split.html:52
|
|
|
+msgid "Split Thread"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/threads/thread.html:256
|
|
|
+msgid "Like"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/threads/thread.html:259
|
|
|
+msgid "Likes"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/threads/thread.html:269
|
|
|
+msgid "Hate"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/threads/thread.html:272
|
|
|
+msgid "Hates"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/threads/thread.html:277
|
|
|
+msgid "Show Votes"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/threads/thread.html:394
|
|
|
+msgid "Sign in or register to reply."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/threads/thread.html:480
|
|
|
+msgid "Go to first post awaiting review"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/threads/thread.html:480
|
|
|
+msgid "First Unreviewed"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/threads/thread.html:481
|
|
|
+msgid "Go to first reported post"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/threads/thread.html:481
|
|
|
+msgid "First Reported"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/usercp/avatar.html:24
|
|
|
+#: templates/cranefly/usercp/avatar_gallery.html:28
|
|
|
+msgid "Gallery Avatar"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/usercp/avatar.html:30
|
|
|
+msgid "Use Gravatar"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/usercp/avatar.html:31
|
|
|
+#: templates/cranefly/usercp/avatar_gallery.html:10
|
|
|
+msgid "Pick Avatar from Gallery"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/usercp/avatar.html:32
|
|
|
+msgid "Crop Your Avatar"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/usercp/avatar.html:33
|
|
|
+#: templates/cranefly/usercp/avatar_upload.html:11
|
|
|
+#: templates/cranefly/usercp/avatar_upload.html:24
|
|
|
+msgid "Upload Avatar"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/usercp/avatar_banned.html:10
|
|
|
+#: templates/cranefly/usercp/avatar_crop.html:16
|
|
|
+#: templates/cranefly/usercp/avatar_gallery.html:10
|
|
|
+#: templates/cranefly/usercp/avatar_upload.html:11
|
|
|
+msgid "Change your Avatar"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/usercp/avatar_banned.html:14
|
|
|
+#, python-format
|
|
|
+msgid ""
|
|
|
+"%(username)s, your ability to change your avatar has been removed for "
|
|
|
+"following reason:"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/usercp/avatar_banned.html:19
|
|
|
+#, python-format
|
|
|
+msgid "%(username)s, your ability to change your avatar has been removed."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/usercp/avatar_crop.html:14
|
|
|
+msgid "Avatar Preview"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/usercp/avatar_crop.html:16
|
|
|
+#: templates/cranefly/usercp/avatar_crop.html:18
|
|
|
+msgid "Crop Avatar"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/usercp/avatar_crop.html:33
|
|
|
+msgid "Uploaded Image"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/usercp/credentials.html:11
|
|
|
+msgid "Change Sign-In Credentials"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/usercp/credentials.html:25
|
|
|
+msgid "Change Credentials"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/usercp/layout.html:8
|
|
|
+msgid "Your Control Panel"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/usercp/options.html:11
|
|
|
+msgid "Change Forum Options"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/usercp/options.html:25
|
|
|
+msgid "Change Options"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/usercp/signature.html:12
|
|
|
+#: templates/cranefly/usercp/signature_banned.html:10
|
|
|
+msgid "Edit your Signature"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/usercp/signature_banned.html:14
|
|
|
+#, python-format
|
|
|
+msgid ""
|
|
|
+"%(username)s, your ability to edit your signature has been removed for "
|
|
|
+"following reason:"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/usercp/signature_banned.html:19
|
|
|
+#, python-format
|
|
|
+msgid "%(username)s, your ability to edit your signature has been removed."
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/usercp/username.html:11
|
|
|
+msgid "Change your Username"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/usercp/username.html:28
|
|
|
+msgid "Change Name"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: templates/cranefly/usercp/username.html:30
|
|
|
+#, python-format
|
|
|
+msgid "You can change your username one more time."
|
|
|
+msgid_plural "You can change your username %(count)s more times."
|
|
|
+msgstr[0] ""
|
|
|
+msgstr[1] ""
|
|
|
+msgstr[2] ""
|
|
|
+
|
|
|
+#: templates/cranefly/usercp/username.html:32
|
|
|
+#, python-format
|
|
|
+msgid "You will be able to change your username on %(next_change)s"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/datesformats.py:25 utils/datesformats.py:35 utils/datesformats.py:65
|
|
|
+msgid "Never"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/datesformats.py:43
|
|
|
+#, python-format
|
|
|
+msgid "Today, %(hour)s"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/datesformats.py:48
|
|
|
+#, python-format
|
|
|
+msgid "Yesterday, %(hour)s"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/datesformats.py:53
|
|
|
+#, python-format
|
|
|
+msgid "Tomorrow, %(hour)s"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/datesformats.py:57
|
|
|
+#, python-format
|
|
|
+msgid "%(day)s, %(hour)s"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/datesformats.py:77
|
|
|
+msgid "Just now"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/datesformats.py:80 utils/datesformats.py:85
|
|
|
+#, python-format
|
|
|
+msgid "Minute ago"
|
|
|
+msgid_plural "%(minutes)s minutes ago"
|
|
|
+msgstr[0] ""
|
|
|
+msgstr[1] ""
|
|
|
+msgstr[2] ""
|
|
|
+
|
|
|
+#: utils/datesformats.py:95
|
|
|
+#, python-format
|
|
|
+msgid "Hour and %(minutes)s ago"
|
|
|
+msgid_plural "%(hours)s hours and %(minutes)s ago"
|
|
|
+msgstr[0] ""
|
|
|
+msgstr[1] ""
|
|
|
+msgstr[2] ""
|
|
|
+
|
|
|
+#: utils/datesformats.py:98
|
|
|
+#, python-format
|
|
|
+msgid "%(minutes)s minute"
|
|
|
+msgid_plural "%(minutes)s minutes"
|
|
|
+msgstr[0] ""
|
|
|
+msgstr[1] ""
|
|
|
+msgstr[2] ""
|
|
|
+
|
|
|
+#: utils/datesformats.py:101
|
|
|
+#, python-format
|
|
|
+msgid "%(hours)s hours and %(minutes)s minutes ago"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/datesformats.py:104
|
|
|
+#, python-format
|
|
|
+msgid "Hour ago"
|
|
|
+msgid_plural "%(hours)s hours ago"
|
|
|
+msgstr[0] ""
|
|
|
+msgstr[1] ""
|
|
|
+msgstr[2] ""
|
|
|
+
|
|
|
+#: utils/timezones.py:7
|
|
|
+msgid "(UTC-13:00) Samoa"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:7
|
|
|
+msgid "(UTC-14:00) Samoa"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:8
|
|
|
+msgid "(UTC-11:00) Midway Islands, American Samoa"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:9
|
|
|
+msgid "(UTC-10:00) Cook Islands, Hawaii, Society Islands"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:10
|
|
|
+msgid "(UTC-10:00) Aleutian Islands"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:10
|
|
|
+msgid "(UTC-09:00) Aleutian Islands"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:11
|
|
|
+msgid "(UTC-09:30) Marquesas Islands"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:12
|
|
|
+msgid "(UTC-09:00) Gambier Islands"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:13
|
|
|
+msgid "(UTC-09:00) Alaska Standard Time"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:13
|
|
|
+msgid "(UTC-08:00) Alaska Daylight Time"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:14
|
|
|
+msgid "(UTC-08:00) Pitcairn Islands"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:15
|
|
|
+msgid "(UTC-08:00) Pacific Time (Canada and US)"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:15
|
|
|
+msgid "(UTC-07:00) Pacific Time (Canada and US)"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:16
|
|
|
+msgid "(UTC-08:00) Baja California"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:16
|
|
|
+msgid "(UTC-07:00) Baja California"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:17
|
|
|
+msgid "(UTC-07:00) Mountain Standard Time (No DST)"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:18
|
|
|
+msgid "(UTC-07:00) Sonora"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:19
|
|
|
+msgid "(UTC-07:00) Mountain Standard Time"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:19
|
|
|
+msgid "(UTC-06:00) Mountain Summer Time"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:20
|
|
|
+msgid "(UTC-07:00) Baja California Sur, Chihuahua, Nayarit, Sinaloa"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:20
|
|
|
+msgid "(UTC-06:00) Baja California Sur, Chihuahua, Nayarit, Sinaloa"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:21
|
|
|
+msgid "(UTC-06:00) Costa Rica, El Salvador, Galapagos, Guatemala, Managua"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:22
|
|
|
+msgid "(UTC-06:00) Central Standard Time"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:22
|
|
|
+msgid "(UTC-05:00) Central Daylight Time"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:23
|
|
|
+msgid "(UTC-06:00) Mexican Central Zone"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:23
|
|
|
+msgid "(UTC-05:00) Mexican Central Zone"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:24
|
|
|
+msgid "(UTC-05:00) Bogota, Cayman, Guayaquil, Jamaica, Lima, Panama"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:25
|
|
|
+msgid "(UTC-05:00) Eastern Standard Time"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:25
|
|
|
+msgid "(UTC-04:00) Eastern Daylight Time"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:26
|
|
|
+msgid "(UTC-04:30) Caracas"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:27
|
|
|
+msgid "(UTC-04:00) Barbados, Dominica, Puerto Rico, Santo Domingo"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:28
|
|
|
+msgid "(UTC-04:00) Bermuda, Campo Grande, Goose Bay, Santiago, Thule"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:28
|
|
|
+msgid "(UTC-03:00) Bermuda, Campo Grande, Goose Bay, Santiago, Thule"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:29
|
|
|
+msgid "(UTC-03:30) Newfoundland Time"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:30
|
|
|
+msgid "(UTC-03:00) San Juan, San Luis, Santa Cruz"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:31
|
|
|
+msgid "(UTC-03:00) Buenos Aires, Godthab, Sao Paulo, Montevideo"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:31
|
|
|
+msgid "(UTC-02:00) Buenos Aires, Godthab, Sao Paulo, Montevideo"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:32
|
|
|
+msgid "(UTC-02:00) Atlantic islands"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:33
|
|
|
+msgid "(UTC-01:00) Cape Verde Time"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:34
|
|
|
+msgid "(UTC-01:00) Azores, Scoresbysund"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:34
|
|
|
+msgid "(UTC) Azores, Scoresbysund"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:35
|
|
|
+msgid "(UTC) Coordinated Universal Time"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:36
|
|
|
+msgid "(UTC) Dakar, Rabat"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:37
|
|
|
+msgid "(UTC) Western European Time"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:37
|
|
|
+msgid "(UTC+01:00) Western European Summer Time"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:38
|
|
|
+msgid "(UTC+01:00) West Africa Time"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:39
|
|
|
+msgid "(UTC+01:00) Central European Time"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:39
|
|
|
+msgid "(UTC+02:00) Central European Summer Time"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:40
|
|
|
+msgid "(UTC+02:00) Central Africa Time"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:41
|
|
|
+msgid "(UTC+02:00) Eastern European Time"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:41
|
|
|
+msgid "(UTC+03:00) Eastern European Summer Time"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:42
|
|
|
+msgid "(UTC+03:00) East Africa Time"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:43
|
|
|
+msgid "(UTC+03:00) Further-eastern European Time"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:44
|
|
|
+msgid "(UTC+3:30) Iran Time"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:44
|
|
|
+msgid "(UTC+4:30) Iran Time"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:45
|
|
|
+msgid "(UTC+4:00) Moscow Standard Time, Georgian Time"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:46
|
|
|
+msgid "(UTC+04:00) United Arab Emirates Standard Time"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:47
|
|
|
+msgid "(UTC+05:00) Baku, Yerevan"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:47
|
|
|
+msgid "(UTC+06:00) Baku, Yerevan"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:48
|
|
|
+msgid "(UTC+04:30) Afghanistan Standard Time"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:49
|
|
|
+msgid "(UTC+05:00) Ashgabat, Dushanbe, Karachi, Maldives, Tashkent"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:50
|
|
|
+msgid "(UTC+05:30) Colombo, Kolkata"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:51
|
|
|
+msgid "(UTC+05:45) Kathmandu"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:52
|
|
|
+msgid "(UTC+06:00) Astana, Bishkek, Dhaka, Thimphu, Yekaterinburg"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:53
|
|
|
+msgid "(UTC+06:30) Yangon, Cocos Islands"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:54
|
|
|
+msgid "(UTC+07:00) Bangkok, Ho Chi Minh, Jakarta, Novosibirsk"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:55
|
|
|
+msgid "(UTC+08:00) Beijing, Hong Kong, Kuala Lumpur, Singapore, Taipei"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:56
|
|
|
+msgid "(UTC+08:00) Australian Western Standard Time"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:57
|
|
|
+msgid "(UTC+08:45) Eucla Area"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:58
|
|
|
+msgid "(UTC+09:00) Tokyo, Seoul, Irkutsk, Pyongyang"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:59 utils/timezones.py:60
|
|
|
+msgid "(UTC+09:30) Australian Central Standard Time"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:61
|
|
|
+msgid "(UTC+10:00) Australian Eastern Standard Time"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:61
|
|
|
+msgid "(UTC+11:00) Australian Eastern Summer Time"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:62
|
|
|
+msgid "(UTC+10:30) Lord Howe Island"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:62
|
|
|
+msgid "(UTC+11:00) Lord Howe Island"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:63
|
|
|
+msgid "(UTC+11:00) Guadalcanal, Honiara, Noumea, Vladivostok"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:64
|
|
|
+msgid "(UTC+11:30) Norfolk Island"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:65
|
|
|
+msgid "(UTC+12:00) Kamchatka, Marshall Islands"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:66
|
|
|
+msgid "(UTC+12:00) Auckland, Fiji"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:66
|
|
|
+msgid "(UTC+13:00) Auckland, Fiji"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:67
|
|
|
+msgid "(UTC+12:45) Chatham Islands"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:67
|
|
|
+msgid "(UTC+13:45) Chatham Islands"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:68
|
|
|
+msgid "(UTC+13:00) Phoenix Islands"
|
|
|
+msgstr ""
|
|
|
+
|
|
|
+#: utils/timezones.py:69
|
|
|
+msgid "(UTC+14:00) Nuku'alofa"
|
|
|
+msgstr ""
|