##// END OF EJS Templates
Added photon style.
Added photon style.

File last commit:

r185:9f3a047d default
r193:a74c7db8 default
Show More
django.po
268 lines | 6.9 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 posts count to the profile page.
r185 "POT-Creation-Date: 2013-09-14 18:46+0300\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
Added error 404 page
r130 #: templates/boards/404.html:6
msgid "Not found"
msgstr "Не найдено"
#: templates/boards/404.html:12
msgid "This page does not exist"
msgstr "Этой страницы не существует"
neko259
Added authors page. This fixes #22
r103 #: templates/boards/authors.html:6
msgid "Authors"
msgstr "Авторы"
#: templates/boards/authors.html:24
msgid "Distributed under the"
msgstr "Распространяется под"
#: templates/boards/authors.html:26
msgid "license"
msgstr "лицензией"
#: templates/boards/authors.html:28
msgid "Repository"
msgstr "Репозиторий"
neko259
Added link to RSS to the page head. This fixes #11
r93 #: templates/boards/base.html:12
msgid "Feed"
msgstr "Лента"
neko259
Fixed style of 'no threads' text in the main page. Added translation for this string.
r143 #: templates/boards/base.html:29
neko259
Added proper russian translation of the template code. The form validation messages are not yet translated. This refs #36
r83 msgid "All threads"
msgstr "Все темы"
neko259
Added a help page.
r152 #: templates/boards/base.html:34
msgid "Tag management"
msgstr "Управление тегами"
#: templates/boards/base.html:36
neko259
Added proper russian translation of the template code. The form validation messages are not yet translated. This refs #36
r83 msgid "Settings"
msgstr "Настройки"
neko259
Added a help page.
r152 #: templates/boards/base.html:43 templates/boards/login.html:6
neko259
Added login functionality.
r144 #: templates/boards/login.html.py:21
msgid "Login"
msgstr "Вход"
neko259
Added a help page.
r152 #: templates/boards/base.html:44
neko259
Added proper russian translation of the template code. The form validation messages are not yet translated. This refs #36
r83 msgid "Up"
msgstr "Вверх"
neko259
Added login functionality.
r144 #: templates/boards/login.html:15
msgid "User ID"
msgstr "ID пользователя"
#: templates/boards/login.html:24
msgid "Insert your user id above"
msgstr "Вставьте свой ID пользователя выше"
neko259
Fixed some translation issues. Changed default captcha setting to "off" to pass tests. Removed the maximum page scale. This refs #36 and fixes #26, #2
r85 #: templates/boards/posting_general.html:18
neko259
Added proper russian translation of the template code. The form validation messages are not yet translated. This refs #36
r83 msgid "Tag: "
msgstr "Тег: "
neko259
Added posts count to the profile page.
r185 #: templates/boards/posting_general.html:43
#: templates/boards/posting_general.html:99 templates/boards/thread.html:27
neko259
Added link to RSS to the page head. This fixes #11
r93 #: templates/boards/rss/post.html:5
neko259
Added proper russian translation of the template code. The form validation messages are not yet translated. This refs #36
r83 msgid "Post image"
msgstr "Изображение сообщения"
neko259
Added posts count to the profile page.
r185 #: templates/boards/posting_general.html:56
neko259
Added proper russian translation of the template code. The form validation messages are not yet translated. This refs #36
r83 msgid "Reply"
msgstr "Ответ"
neko259
Added posts count to the profile page.
r185 #: templates/boards/posting_general.html:61 templates/boards/thread.html:45
neko259
Added admin actions (showing IP, post removal). Added user ranks. This refs #61, #12
r112 msgid "Delete"
msgstr "Удалить"
neko259
Added posts count to the profile page.
r185 #: templates/boards/posting_general.html:64 templates/boards/thread.html:48
msgid "Ban IP"
msgstr "Заблокировать IP"
#: templates/boards/posting_general.html:73 templates/boards/thread.html:112
neko259
Added proper russian translation of the template code. The form validation messages are not yet translated. This refs #36
r83 msgid "replies"
msgstr "ответов"
neko259
Added posts count to the profile page.
r185 #: templates/boards/posting_general.html:74 templates/boards/thread.html:113
neko259
Added proper russian translation of the template code. The form validation messages are not yet translated. This refs #36
r83 msgid "images"
msgstr "изображений"
neko259
Added posts count to the profile page.
r185 #: templates/boards/posting_general.html:76
#: templates/boards/posting_general.html:149 templates/boards/tags.html:7
neko259
Added 'ban' button to the moderator panel.
r156 #: templates/boards/thread.html:58 templates/boards/rss/post.html:10
neko259
Added proper russian translation of the template code. The form validation messages are not yet translated. This refs #36
r83 msgid "Tags"
msgstr "Теги"
neko259
Added posts count to the profile page.
r185 #: templates/boards/posting_general.html:125
neko259
Fixed style of 'no threads' text in the main page. Added translation for this string.
r143 msgid "No threads exist. Create the first one!"
msgstr "Нет тем. Создайте первую!"
neko259
Added posts count to the profile page.
r185 #: templates/boards/posting_general.html:131
neko259
Added proper russian translation of the template code. The form validation messages are not yet translated. This refs #36
r83 msgid "Create new thread"
msgstr "Создать новую тему"
neko259
Added posts count to the profile page.
r185 #: templates/boards/posting_general.html:134 templates/boards/thread.html:77
neko259
Added proper russian translation of the template code. The form validation messages are not yet translated. This refs #36
r83 msgid "Title"
msgstr "Заголовок"
neko259
Added posts count to the profile page.
r185 #: templates/boards/posting_general.html:139 templates/boards/thread.html:82
neko259
Added proper russian translation of the template code. The form validation messages are not yet translated. This refs #36
r83 msgid "Text"
msgstr "Текст"
neko259
Added posts count to the profile page.
r185 #: templates/boards/posting_general.html:144 templates/boards/thread.html:87
neko259
Added proper russian translation of the template code. The form validation messages are not yet translated. This refs #36
r83 msgid "Image"
msgstr "Изображение"
neko259
Added posts count to the profile page.
r185 #: templates/boards/posting_general.html:162 templates/boards/thread.html:101
neko259
Added proper russian translation of the template code. The form validation messages are not yet translated. This refs #36
r83 msgid "Post"
msgstr "Отправить"
neko259
Added posts count to the profile page.
r185 #: templates/boards/posting_general.html:164
neko259
Fixed some translation issues. Changed default captcha setting to "off" to pass tests. Removed the maximum page scale. This refs #36 and fixes #26, #2
r85 msgid "Tags must be delimited by spaces. Text or image is required."
msgstr ""
"Теги должны быть разделены пробелами. Текст или изображение обязательны."
neko259
Added posts count to the profile page.
r185 #: templates/boards/posting_general.html:167 templates/boards/thread.html:103
neko259
Added a help page.
r152 msgid "Text syntax"
msgstr "Синтаксис текста"
neko259
Fixed some translation issues. Changed default captcha setting to "off" to pass tests. Removed the maximum page scale. This refs #36 and fixes #26, #2
r85
neko259
Added posts count to the profile page.
r185 #: templates/boards/posting_general.html:177
neko259
Added proper russian translation of the template code. The form validation messages are not yet translated. This refs #36
r83 msgid "Pages:"
msgstr "Страницы: "
neko259
Added posts count to the profile page.
r185 #: templates/boards/settings.html:13
neko259
Added admin actions (showing IP, post removal). Added user ranks. This refs #61, #12
r112 msgid "User:"
msgstr "Пользователь:"
neko259
Added posts count to the profile page.
r185 #: templates/boards/settings.html:15
neko259
Added admin actions (showing IP, post removal). Added user ranks. This refs #61, #12
r112 msgid "You are moderator."
msgstr "Вы модератор."
neko259
Added posts count to the profile page.
r185 #: templates/boards/settings.html:18
msgid "Posts:"
msgstr "Сообщений:"
#: templates/boards/settings.html:23
neko259
Added proper russian translation of the template code. The form validation messages are not yet translated. This refs #36
r83 msgid "Theme"
msgstr "Тема"
neko259
Added posts count to the profile page.
r185 #: templates/boards/settings.html:39
neko259
Added proper russian translation of the template code. The form validation messages are not yet translated. This refs #36
r83 msgid "Save"
msgstr "Сохранить"
neko259
Added subscription to tags.
r145 #: templates/boards/tags.html:17
msgid "threads"
msgstr "тем"
#: templates/boards/tags.html:28
msgid "No tags found."
msgstr "Теги не найдены."
neko259
Added proper russian translation of the template code. The form validation messages are not yet translated. This refs #36
r83
neko259
Added 'ban' button to the moderator panel.
r156 #: templates/boards/thread.html:74
neko259
Added proper russian translation of the template code. The form validation messages are not yet translated. This refs #36
r83 msgid "Reply to thread"
msgstr "Ответить в тему"
neko259
Added 'ban' button to the moderator panel.
r156 #: templates/boards/thread.html:114
neko259
Added proper russian translation of the template code. The form validation messages are not yet translated. This refs #36
r83 msgid "Last update: "
msgstr "Последнее обновление: "
neko259
Added a help page.
r152 #: templates/boards/staticpages/banned.html:6
msgid "Banned"
msgstr "Заблокирован"
neko259
Added posts count to the profile page.
r185 #: templates/boards/staticpages/banned.html:11
neko259
Added a help page.
r152 msgid "Your IP address has been banned. Contact the administrator"
msgstr "Ваш IP адрес был заблокирован. Свяжитесь с администратором"
neko259
Added 'ban' button to the moderator panel.
r156 #: templates/boards/staticpages/help.html:6
neko259
Added a help page.
r152 #: templates/boards/staticpages/help.html:10
msgid "Syntax"
msgstr "Синтаксис"
#: templates/boards/staticpages/help.html:11
msgid "2 line breaks for a new line."
msgstr "2 перевода строки создают новый абзац."
#: templates/boards/staticpages/help.html:12
msgid "Italic text"
msgstr "Курсивный текст"
#: templates/boards/staticpages/help.html:13
msgid "Bold text"
msgstr "Полужирный текст"
#: templates/boards/staticpages/help.html:14
msgid "Spoiler"
msgstr "Спойлер"
#: templates/boards/staticpages/help.html:15
msgid "Comment"
msgstr "Комментарий"
#: templates/boards/staticpages/help.html:16
msgid "Quote"
msgstr "Цитата"
#: templates/boards/staticpages/help.html:17
msgid "Link to a post"
msgstr "Ссылка на сообщение"
neko259
Added posts count to the profile page.
r185 #~ msgid "Remove"
#~ msgstr "Удалить"
#~ msgid "Add"
#~ msgstr "Добавить"
neko259
Added a help page.
r152 #~ msgid "Basic markdown syntax."
#~ msgstr "Базовый синтаксис markdown."
#~ msgid "Example: "
#~ msgstr "Пример: "
#~ msgid "italic"
#~ msgstr "курсив"
#~ msgid "bold"
#~ msgstr "полужирный"
neko259
Added subscription to tags.
r145 #~ msgid "tags"
#~ msgstr "тегов"
neko259
Added error 404 page
r130 #~ msgid "Get!"
#~ msgstr "Гет!"
neko259
Added proper russian translation of the template code. The form validation messages are not yet translated. This refs #36
r83 #~ msgid "View"
#~ msgstr "Просмотр"
#~ msgid "gets"
#~ msgstr "гетов"
neko259
Added authors page. This fixes #22
r103
neko259
Added translation for javascript. This fixes #36
r122 #~ msgid "author"
#~ msgstr "автор"
neko259
Added authors page. This fixes #22
r103
neko259
Added translation for javascript. This fixes #36
r122 #~ msgid "developer"
neko259
Added refmaps for the threads list.
r125 #~ msgstr "разработчик"
#~ msgid "javascript developer"
#~ msgstr "разработчик javascript"
#~ msgid "designer"
#~ msgstr "дизайнер"