##// END OF EJS Templates
Merged with default
Merged with default

File last commit:

r1012:be4fff17 default
r1020:0e2fda16 merge decentral
Show More
django.po
383 lines | 10.4 KiB | application/x-gettext | GettextLexer
neko259
Added proper russian translation of the template code. The form validation messages are not yet translated. This refs #36
r83 # 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: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
neko259
Added button to update thread manually if websocket connection failed
r1011 "POT-Creation-Date: 2015-03-03 23:49+0200\n"
neko259
Added proper russian translation of the template code. The form validation messages are not yet translated. This refs #36
r83 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: ru\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%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
neko259
User notifications (BB-59)
r990 #: admin.py:22
msgid "{} posters were banned"
msgstr ""
neko259
Added login and logout for moderators
r729 #: authors.py:9
neko259
Added localizations to forms. Do not allow users without session to post.
r211 msgid "author"
msgstr "автор"
neko259
Added login and logout for moderators
r729 #: authors.py:10
neko259
Added localizations to forms. Do not allow users without session to post.
r211 msgid "developer"
msgstr "разработчик"
neko259
Added login and logout for moderators
r729 #: authors.py:11
neko259
Added localizations to forms. Do not allow users without session to post.
r211 msgid "javascript developer"
msgstr "разработчик javascript"
neko259
Added login and logout for moderators
r729 #: authors.py:12
neko259
Added localizations to forms. Do not allow users without session to post.
r211 msgid "designer"
msgstr "дизайнер"
neko259
Added button to update thread manually if websocket connection failed
r1011 #: forms.py:33
neko259
Removed linked tags. Added changelog for 2.0. Fixed reply connection.
r740 msgid "Type message here. Use formatting panel for more advanced usage."
neko259
Added a new changelog. Changed 'replies' label to 'messages' as the opening post already counts as a reply
r743 msgstr ""
"Вводите сообщение сюда. Используйте панель для более сложного форматирования."
neko259
Added placeholders to forms
r517
neko259
Added button to update thread manually if websocket connection failed
r1011 #: forms.py:34
neko259
Fixed tags field placeholder. Fixed thread title
r521 msgid "tag1 several_words_tag"
neko259
Added required tags. At least one such tag is needed to create a thread. All...
r922 msgstr "метка1 метка_из_нескольких_слов"
neko259
Added placeholders to forms
r517
neko259
Added button to update thread manually if websocket connection failed
r1011 #: forms.py:36
neko259
Added translation for formatting panel.
r236 msgid "Title"
msgstr "Заголовок"
neko259
Added button to update thread manually if websocket connection failed
r1011 #: forms.py:37
neko259
Added translation for formatting panel.
r236 msgid "Text"
msgstr "Текст"
neko259
Added button to update thread manually if websocket connection failed
r1011 #: forms.py:38
neko259
Added post admin page with tags edit capability
r566 msgid "Tag"
neko259
Added required tags. At least one such tag is needed to create a thread. All...
r922 msgstr "Метка"
neko259
Added post admin page with tags edit capability
r566
neko259
Added button to update thread manually if websocket connection failed
r1011 #: forms.py:39 templates/boards/base.html:38 templates/search/search.html:9
neko259
Translation updates
r720 #: templates/search/search.html.py:13
msgid "Search"
msgstr "Поиск"
neko259
Added button to update thread manually if websocket connection failed
r1011 #: forms.py:131
neko259
Added translation for formatting panel.
r236 msgid "Image"
msgstr "Изображение"
neko259
Added button to update thread manually if websocket connection failed
r1011 #: forms.py:134
neko259
Load image from URL (BB-56)
r954 msgid "Image URL"
msgstr "URL изображения"
neko259
Added button to update thread manually if websocket connection failed
r1011 #: forms.py:140
neko259
Added translation for formatting panel.
r236 msgid "e-mail"
msgstr ""
neko259
Added button to update thread manually if websocket connection failed
r1011 #: forms.py:151
neko259
Added localizations to forms. Do not allow users without session to post.
r211 #, python-format
msgid "Title must have less than %s characters"
msgstr "Заголовок должен иметь меньше %s символов"
neko259
Added button to update thread manually if websocket connection failed
r1011 #: forms.py:160
neko259
Added localizations to forms. Do not allow users without session to post.
r211 #, python-format
msgid "Text must have less than %s characters"
msgstr "Текст должен быть короче %s символов"
neko259
Added button to update thread manually if websocket connection failed
r1011 #: forms.py:181
neko259
Added translation for "invalid URL" text
r963 msgid "Invalid URL"
msgstr "Неверный URL"
neko259
Added button to update thread manually if websocket connection failed
r1011 #: forms.py:218
neko259
Added translation for "invalid URL" text
r963 msgid "Either text or image must be entered."
msgstr "Текст или картинка должны быть введены."
neko259
Added button to update thread manually if websocket connection failed
r1011 #: forms.py:225 forms.py:267 forms.py:281
neko259
Added localizations to forms. Do not allow users without session to post.
r211 #, python-format
msgid "Image must be less than %s bytes"
msgstr "Изображение должно быть менее %s байт"
neko259
Added button to update thread manually if websocket connection failed
r1011 #: forms.py:241
neko259
Added localizations to forms. Do not allow users without session to post.
r211 #, python-format
msgid "Wait %s seconds after last posting"
msgstr "Подождите %s секунд после последнего постинга"
neko259
Added button to update thread manually if websocket connection failed
r1011 #: forms.py:302 templates/boards/rss/post.html:10 templates/boards/tags.html:7
neko259
Added translation for formatting panel.
r236 msgid "Tags"
neko259
Added required tags. At least one such tag is needed to create a thread. All...
r922 msgstr "Метки"
neko259
Added translation for formatting panel.
r236
neko259
Added button to update thread manually if websocket connection failed
r1011 #: forms.py:309
neko259
Added ability to disable moderator panel. Refactored forms code. Translating forms.
r205 msgid "Inappropriate characters in tags."
neko259
Added required tags. At least one such tag is needed to create a thread. All...
r922 msgstr "Недопустимые символы в метках."
neko259
Added ability to disable moderator panel. Refactored forms code. Translating forms.
r205
neko259
Added button to update thread manually if websocket connection failed
r1011 #: forms.py:320
neko259
Added required tags. At least one such tag is needed to create a thread. All...
r922 msgid "Need at least 1 required tag."
msgstr "Нужна хотя бы 1 обязательная метка."
neko259
Added button to update thread manually if websocket connection failed
r1011 #: forms.py:333
neko259
Added ability to disable moderator panel. Refactored forms code. Translating forms.
r205 msgid "Theme"
msgstr "Тема"
neko259
Added button to update thread manually if websocket connection failed
r1011 #: forms.py:334
neko259
User notifications (BB-59)
r990 msgid "User name"
msgstr "Имя пользователя"
neko259
Added button to update thread manually if websocket connection failed
r1011 #: forms.py:340
neko259
Don't allow characters in username that we cannot use as a URL
r995 msgid "Inappropriate characters."
msgstr "Недопустимые символы."
neko259
Added localization for the form mode switch button
r677 #: templates/boards/404.html:6
msgid "Not found"
msgstr "Не найдено"
#: templates/boards/404.html:12
msgid "This page does not exist"
msgstr "Этой страницы не существует"
#: templates/boards/authors.html:6 templates/boards/authors.html.py:12
msgid "Authors"
msgstr "Авторы"
#: templates/boards/authors.html:26
msgid "Distributed under the"
msgstr "Распространяется под"
#: templates/boards/authors.html:28
msgid "license"
msgstr "лицензией"
#: templates/boards/authors.html:30
msgid "Repository"
msgstr "Репозиторий"
neko259
Added required tags. At least one such tag is needed to create a thread. All...
r922 #: templates/boards/base.html:13
neko259
Added localization for the form mode switch button
r677 msgid "Feed"
msgstr "Лента"
neko259
Removed the ">>" reply button. Now quoting posts with the post number link
r646
neko259
Added required tags. At least one such tag is needed to create a thread. All...
r922 #: templates/boards/base.html:30
neko259
Added localization for the form mode switch button
r677 msgid "All threads"
msgstr "Все темы"
neko259
Added required tags. At least one such tag is needed to create a thread. All...
r922 #: templates/boards/base.html:36
neko259
Added localization for the form mode switch button
r677 msgid "Tag management"
neko259
Added required tags. At least one such tag is needed to create a thread. All...
r922 msgstr "Управление метками"
neko259
Added localization for the form mode switch button
r677
neko259
Don't allow characters in username that we cannot use as a URL
r995 #: templates/boards/base.html:41 templates/boards/notifications.html:7
neko259
User notifications (BB-59)
r990 msgid "Notifications"
msgstr "Уведомления"
#: templates/boards/base.html:41
msgid "notifications"
msgstr "уведомлений"
#: templates/boards/base.html:44 templates/boards/settings.html:7
neko259
Added localization for the form mode switch button
r677 msgid "Settings"
msgstr "Настройки"
neko259
User notifications (BB-59)
r990 #: templates/boards/base.html:57
neko259
Added post preview page
r825 msgid "Admin"
neko259
User notifications (BB-59)
r990 msgstr "Администрирование"
neko259
Added login and logout for moderators
r729
neko259
User notifications (BB-59)
r990 #: templates/boards/base.html:59
neko259
Added localization for the form mode switch button
r677 #, python-format
msgid "Speed: %(ppd)s posts per day"
msgstr "Скорость: %(ppd)s сообщений в день"
neko259
User notifications (BB-59)
r990 #: templates/boards/base.html:61
neko259
Added localization for the form mode switch button
r677 msgid "Up"
msgstr "Вверх"
neko259
Added post preview page
r825 #: templates/boards/login.html:6 templates/boards/login.html.py:16
msgid "Login"
msgstr "Вход"
neko259
Implemented search over posts. Moved get_user and get_theme to utils module. Use context processors instead of creating context in the base view. Removed unused imports in some modules
r690 #: templates/boards/login.html:19
neko259
Added localization for the form mode switch button
r677 msgid "Insert your user id above"
msgstr "Вставьте свой ID пользователя выше"
neko259
Added error 404 page
r130
neko259
Don't allow characters in username that we cannot use as a URL
r995 #: templates/boards/notifications.html:16
neko259
Added button to update thread manually if websocket connection failed
r1011 #: templates/boards/posting_general.html:79 templates/search/search.html:22
neko259
User notifications (BB-59)
r990 msgid "Previous page"
msgstr "Предыдущая страница"
neko259
Don't allow characters in username that we cannot use as a URL
r995 #: templates/boards/notifications.html:26
neko259
Added button to update thread manually if websocket connection failed
r1011 #: templates/boards/posting_general.html:117 templates/search/search.html:33
neko259
User notifications (BB-59)
r990 msgid "Next page"
msgstr "Следующая страница"
neko259
Added required tags. At least one such tag is needed to create a thread. All...
r922 #: templates/boards/post.html:19 templates/boards/staticpages/help.html:17
neko259
Added localization for the form mode switch button
r677 msgid "Quote"
msgstr "Цитата"
neko259
Load image from URL (BB-56)
r954 #: templates/boards/post.html:35
neko259
Added localization for the form mode switch button
r677 msgid "Open"
msgstr "Открыть"
neko259
Load image from URL (BB-56)
r954 #: templates/boards/post.html:37
neko259
Added localization for the form mode switch button
r677 msgid "Reply"
msgstr "Ответ"
neko259
Load image from URL (BB-56)
r954 #: templates/boards/post.html:43
neko259
Added localization for the form mode switch button
r677 msgid "Edit"
msgstr "Изменить"
neko259
Load image from URL (BB-56)
r954 #: templates/boards/post.html:45
neko259
Edit thread with django admin
r877 msgid "Edit thread"
msgstr "Изменить тему"
neko259
Added localization for the form mode switch button
r677
neko259
Load image from URL (BB-56)
r954 #: templates/boards/post.html:75
neko259
Added localization for the form mode switch button
r677 msgid "Replies"
msgstr "Ответы"
neko259
User notifications (BB-59)
r990 #: templates/boards/post.html:86 templates/boards/thread.html:86
neko259
Added post preview page
r825 #: templates/boards/thread_gallery.html:59
neko259
Added a new changelog. Changed 'replies' label to 'messages' as the opening post already counts as a reply
r743 msgid "messages"
msgstr "сообщений"
neko259
Moved search templates into boards module. Updated translations
r706
neko259
User notifications (BB-59)
r990 #: templates/boards/post.html:87 templates/boards/thread.html:87
neko259
Added post preview page
r825 #: templates/boards/thread_gallery.html:60
neko259
Added localization for the form mode switch button
r677 msgid "images"
msgstr "изображений"
neko259
Added error 404 page
r130
neko259
Added button to update thread manually if websocket connection failed
r1011 #: templates/boards/posting_general.html:52
neko259
Added localization for the form mode switch button
r677 msgid "Show tag"
neko259
Added required tags. At least one such tag is needed to create a thread. All...
r922 msgstr "Показывать метку"
neko259
Added localization for the form mode switch button
r677
neko259
Added button to update thread manually if websocket connection failed
r1011 #: templates/boards/posting_general.html:56
neko259
Added localization for the form mode switch button
r677 msgid "Hide tag"
neko259
Added required tags. At least one such tag is needed to create a thread. All...
r922 msgstr "Скрывать метку"
neko259
Added authors page. This fixes #22
r103
neko259
Added button to update thread manually if websocket connection failed
r1011 #: templates/boards/posting_general.html:63
neko259
Added required tags. At least one such tag is needed to create a thread. All...
r922 msgid "Edit tag"
msgstr "Изменить метку"
neko259
Added button to update thread manually if websocket connection failed
r1011 #: templates/boards/posting_general.html:66
neko259
Added translation for the tag description that was added earlier (BB-52)
r964 #, python-format
msgid "This tag has %(thread_count)s threads and %(post_count)s posts."
msgstr "С этой меткой есть %(thread_count)s тем и %(post_count)s сообщений."
neko259
Added button to update thread manually if websocket connection failed
r1011 #: templates/boards/posting_general.html:93
neko259
Added localization for the form mode switch button
r677 #, python-format
msgid "Skipped %(count)s replies. Open thread to see all replies."
msgstr "Пропущено %(count)s ответов. Откройте тред, чтобы увидеть все ответы."
neko259
Added button to update thread manually if websocket connection failed
r1011 #: templates/boards/posting_general.html:122
neko259
Added localization for the form mode switch button
r677 msgid "No threads exist. Create the first one!"
msgstr "Нет тем. Создайте первую!"
neko259
Added authors page. This fixes #22
r103
neko259
Added button to update thread manually if websocket connection failed
r1011 #: templates/boards/posting_general.html:128
neko259
Added localization for the form mode switch button
r677 msgid "Create new thread"
msgstr "Создать новую тему"
neko259
Added button to update thread manually if websocket connection failed
r1011 #: templates/boards/posting_general.html:133 templates/boards/preview.html:16
#: templates/boards/thread.html:53
neko259
Added localization for the form mode switch button
r677 msgid "Post"
msgstr "Отправить"
neko259
Added button to update thread manually if websocket connection failed
r1011 #: templates/boards/posting_general.html:139
neko259
Added localization for the form mode switch button
r677 msgid "Tags must be delimited by spaces. Text or image is required."
msgstr ""
neko259
Added required tags. At least one such tag is needed to create a thread. All...
r922 "Метки должны быть разделены пробелами. Текст или изображение обязательны."
neko259
Added localization for the form mode switch button
r677
neko259
Added button to update thread manually if websocket connection failed
r1011 #: templates/boards/posting_general.html:142 templates/boards/thread.html:59
neko259
Added localization for the form mode switch button
r677 msgid "Text syntax"
msgstr "Синтаксис текста"
neko259
Added button to update thread manually if websocket connection failed
r1011 #: templates/boards/posting_general.html:154
neko259
Added localization for the form mode switch button
r677 msgid "Pages:"
msgstr "Страницы: "
neko259
Added post preview page
r825 #: templates/boards/preview.html:6 templates/boards/staticpages/help.html:19
msgid "Preview"
msgstr "Предпросмотр"
neko259
Edit thread with django admin
r877 #: templates/boards/rss/post.html:5
msgid "Post image"
msgstr "Изображение сообщения"
neko259
Added login and logout for moderators
r729 #: templates/boards/settings.html:15
neko259
Added localization for the form mode switch button
r677 msgid "You are moderator."
msgstr "Вы модератор."
neko259
Added authors page. This fixes #22
r103
neko259
Fixed hidden tags list in the settings
r733 #: templates/boards/settings.html:19
neko259
Added localization for the form mode switch button
r677 msgid "Hidden tags:"
neko259
Added required tags. At least one such tag is needed to create a thread. All...
r922 msgstr "Скрытые метки:"
neko259
Added localization for the form mode switch button
r677
neko259
Added button to update thread manually if websocket connection failed
r1011 #: templates/boards/settings.html:27
neko259
Fixed hidden tags list in the settings
r733 msgid "No hidden tags."
neko259
Added required tags. At least one such tag is needed to create a thread. All...
r922 msgstr "Нет скрытых меток."
neko259
Fixed hidden tags list in the settings
r733
neko259
Added button to update thread manually if websocket connection failed
r1011 #: templates/boards/settings.html:36
neko259
Added localization for the form mode switch button
r677 msgid "Save"
msgstr "Сохранить"
#: templates/boards/staticpages/banned.html:6
msgid "Banned"
msgstr "Заблокирован"
#: templates/boards/staticpages/banned.html:11
msgid "Your IP address has been banned. Contact the administrator"
msgstr "Ваш IP адрес был заблокирован. Свяжитесь с администратором"
neko259
Added proper russian translation of the template code. The form validation messages are not yet translated. This refs #36
r83
neko259
Added localization for the form mode switch button
r677 #: templates/boards/staticpages/help.html:6
#: templates/boards/staticpages/help.html:10
msgid "Syntax"
msgstr "Синтаксис"
#: templates/boards/staticpages/help.html:11
msgid "Italic text"
msgstr "Курсивный текст"
neko259
Removed linked tags. Added changelog for 2.0. Fixed reply connection.
r740 #: templates/boards/staticpages/help.html:12
neko259
Added localization for the form mode switch button
r677 msgid "Bold text"
msgstr "Полужирный текст"
neko259
Added a help page.
r152
neko259
Removed linked tags. Added changelog for 2.0. Fixed reply connection.
r740 #: templates/boards/staticpages/help.html:13
neko259
Added localization for the form mode switch button
r677 msgid "Spoiler"
msgstr "Спойлер"
neko259
Removed linked tags. Added changelog for 2.0. Fixed reply connection.
r740 #: templates/boards/staticpages/help.html:14
neko259
Added localization for the form mode switch button
r677 msgid "Link to a post"
msgstr "Ссылка на сообщение"
neko259
Removed linked tags. Added changelog for 2.0. Fixed reply connection.
r740 #: templates/boards/staticpages/help.html:15
neko259
Added localization for the form mode switch button
r677 msgid "Strikethrough text"
msgstr "Зачеркнутый текст"
neko259
Removed linked tags. Added changelog for 2.0. Fixed reply connection.
r740 #: templates/boards/staticpages/help.html:16
neko259
Added localization for the form mode switch button
r677 msgid "Comment"
neko259
Fixed hidden tags list in the settings
r733 msgstr "Комментарий"
neko259
Added post preview page
r825
#: templates/boards/staticpages/help.html:19
msgid "You can try pasting the text and previewing the result here:"
msgstr "Вы можете попробовать вставить текст и проверить результат здесь:"
neko259
Edit thread with django admin
r877
neko259
Added required tags. At least one such tag is needed to create a thread. All...
r922 #: templates/boards/tags.html:23
neko259
Edit thread with django admin
r877 msgid "No tags found."
neko259
Added required tags. At least one such tag is needed to create a thread. All...
r922 msgstr "Метки не найдены."
neko259
Edit thread with django admin
r877
neko259
Added required tags. At least one such tag is needed to create a thread. All...
r922 #: templates/boards/thread.html:19 templates/boards/thread_gallery.html:19
neko259
Edit thread with django admin
r877 msgid "Normal mode"
msgstr "Нормальный режим"
neko259
Added required tags. At least one such tag is needed to create a thread. All...
r922 #: templates/boards/thread.html:20 templates/boards/thread_gallery.html:20
neko259
Edit thread with django admin
r877 msgid "Gallery mode"
msgstr "Режим галереи"
neko259
Added required tags. At least one such tag is needed to create a thread. All...
r922 #: templates/boards/thread.html:28
neko259
Edit thread with django admin
r877 msgid "posts to bumplimit"
msgstr "сообщений до бамплимита"
neko259
Added required tags. At least one such tag is needed to create a thread. All...
r922 #: templates/boards/thread.html:46
neko259
Edit thread with django admin
r877 msgid "Reply to thread"
msgstr "Ответить в тему"
neko259
Added button to update thread manually if websocket connection failed
r1011 #: templates/boards/thread.html:85
msgid "Update"
msgstr "Обновить"
neko259
User notifications (BB-59)
r990 #: templates/boards/thread.html:88 templates/boards/thread_gallery.html:61
neko259
Edit thread with django admin
r877 msgid "Last update: "
msgstr "Последнее обновление: "