##// END OF EJS Templates
Added proper russian translation of the template code. The form validation messages are not yet translated. This refs #36
neko259 -
r83:597e046e default
parent child Browse files
Show More
1 NO CONTENT: new file 100644, binary diff hidden
@@ -7,7 +7,7 b' msgid ""'
7 7 msgstr ""
8 8 "Project-Id-Version: PACKAGE VERSION\n"
9 9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2013-04-13 22:07+0300\n"
10 "POT-Creation-Date: 2013-06-09 17:35+0300\n"
11 11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12 12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 13 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -18,55 +18,124 b' msgstr ""'
18 18 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
19 19 "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
20 20
21 #: templates/base.html:22
21 #: templates/base.html:27
22 22 msgid "All threads"
23 msgstr "Все ники"
23 msgstr "Все темы"
24
25 #: templates/base.html:33
26 msgid "Settings"
27 msgstr "Настройки"
28
29 #: templates/base.html:40
30 msgid "Up"
31 msgstr "Вверх"
24 32
25 #: templates/posting_general.html:26
26 msgid "View"
27 msgstr "Просмотр"
33 #: templates/posting_general.html:18
34 msgid "Tag: "
35 msgstr "Тег: "
28 36
29 #: templates/posting_general.html:31
37 #: templates/posting_general.html:35 templates/posting_general.html.py:79
38 #: templates/thread.html:27
39 #, fuzzy
40 msgid "Post image"
41 msgstr "Изображение сообщения"
42
43 #: templates/posting_general.html:46
44 msgid "Reply"
45 msgstr "Ответ"
46
47 #: templates/posting_general.html:53 templates/thread.html:107
30 48 msgid "replies"
31 49 msgstr "ответов"
32 50
33 #: templates/posting_general.html:32
51 #: templates/posting_general.html:54 templates/thread.html:108
34 52 msgid "images"
35 53 msgstr "изображений"
36 54
37 #: templates/posting_general.html:33
38 msgid "gets"
39 msgstr "геты"
40
41 #: templates/posting_general.html:35 templates/posting_general.html.py:67
42 #: templates/thread.html:31
55 #: templates/posting_general.html:56 templates/posting_general.html.py:127
56 #: templates/thread.html:49
43 57 msgid "Tags"
44 58 msgstr "Теги"
45 59
46 #: templates/posting_general.html:52
60 #: templates/posting_general.html:109
47 61 msgid "Create new thread"
48 msgstr "Создать новую нить"
62 msgstr "Создать новую тему"
49 63
50 #: templates/posting_general.html:55 templates/thread.html:50
64 #: templates/posting_general.html:112 templates/thread.html:71
51 65 msgid "Title"
52 66 msgstr "Заголовок"
53 67
54 #: templates/posting_general.html:59 templates/thread.html:54
68 #: templates/posting_general.html:117 templates/thread.html:76
55 69 msgid "Text"
56 70 msgstr "Текст"
57 71
58 #: templates/posting_general.html:63 templates/thread.html:58
72 #: templates/posting_general.html:122 templates/thread.html:81
59 73 msgid "Image"
60 msgstr "Картинка"
74 msgstr "Изображение"
61 75
62 #: templates/posting_general.html:70 templates/thread.html:61
76 #: templates/posting_general.html:136 templates/thread.html:91
63 77 msgid "Post"
64 78 msgstr "Отправить"
65 79
66 #: templates/posting_general.html:72
67 msgid "Tags must be delimited by spaces. Text or image is required."
68 msgstr "Теги должны быть разделены пробелами. Текст или изображение обязательны."
80 #: templates/posting_general.html:152
81 #, fuzzy
82 msgid "Pages:"
83 msgstr "Страницы: "
84
85 #: templates/settings.html:13
86 msgid "Theme"
87 msgstr "Тема"
88
89 #: templates/settings.html:29
90 msgid "Save"
91 msgstr "Сохранить"
92
93 #: templates/tags.html:7
94 msgid "tags"
95 msgstr "тегов"
96
97 #: templates/thread.html:39
98 msgid "Get!"
99 msgstr "Гет!"
100
101 #: templates/thread.html:68
102 msgid "Reply to thread"
103 msgstr "Ответить в тему"
104
105 #: templates/thread.html:93
106 msgid "Basic markdown syntax."
107 msgstr "Базовый синтаксис markdown."
69 108
70 #: templates/thread.html:47
71 msgid "Reply to the thread"
72 msgstr "Ответить в нить"
109 #: templates/thread.html:94
110 msgid "Example: "
111 msgstr "Пример: "
112
113 #: templates/thread.html:94
114 msgid "italic"
115 msgstr "курсив"
116
117 #: templates/thread.html:95
118 msgid "bold"
119 msgstr "полужирный"
120
121 #: templates/thread.html:96
122 msgid "Quotes can be inserted with"
123 msgstr "Цитаты могут быть вставлены при помощи"
124
125 #: templates/thread.html:97
126 msgid "Links to answers can be inserted with"
127 msgstr "Ссылки на ответы могут быть вставлены с помощью"
128
129 #: templates/thread.html:109
130 msgid "Last update: "
131 msgstr "Последнее обновление: "
132
133 #~ msgid "View"
134 #~ msgstr "Просмотр"
135
136 #~ msgid "gets"
137 #~ msgstr "гетов"
138
139 #~ msgid "Tags must be delimited by spaces. Text or image is required."
140 #~ msgstr ""
141 #~ "Теги должны быть разделены пробелами. Текст или изображение обязательны."
1 NO CONTENT: file renamed from templates/base.html to boards/templates/base.html
1 NO CONTENT: file renamed from templates/login.html to boards/templates/login.html
1 NO CONTENT: file renamed from templates/posting_general.html to boards/templates/posting_general.html
1 NO CONTENT: file renamed from templates/settings.html to boards/templates/settings.html
1 NO CONTENT: file renamed from templates/tags.html to boards/templates/tags.html
@@ -89,11 +89,13 b''
89 89
90 90 <div class="form-submit"><input type="submit"
91 91 value="{% trans "Post" %}"/></div>
92 <div>Use <a
93 href="http://daringfireball.net/projects/markdown/basics">
94 markdown</a> syntax for posting.</div>
95 <div>Example: *<i>italic</i>*, **<b>bold</b>**</div>
96 <div>Insert quotes with "&gt;"</div>
92 <div><a href="http://daringfireball.net/projects/markdown/basics">
93 {% trans 'Basic markdown syntax.' %}</a></div>
94 <div>{% trans 'Example: ' %}*<i>{% trans 'italic' %}</i>*,
95 **<b>{% trans 'bold' %}</b>**</div>
96 <div>{% trans 'Quotes can be inserted with' %} "&gt;"</div>
97 <div>{% trans 'Links to answers can be inserted with' %} "&gt;&gt;
98 123"</div>
97 99 </div>
98 100 </form>
99 101
@@ -32,7 +32,7 b" TIME_ZONE = 'Europe/Kiev'"
32 32
33 33 # Language code for this installation. All choices can be found here:
34 34 # http://www.i18nguy.com/unicode/language-identifiers.html
35 LANGUAGE_CODE = 'ru'
35 LANGUAGE_CODE = 'ru-RU'
36 36
37 37 SITE_ID = 1
38 38
General Comments 0
You need to be logged in to leave comments. Login now