##// END OF EJS Templates
Added localization to formatting panel buttons.
neko259 -
r245:29ee278d default
parent child Browse files
Show More
1 NO CONTENT: modified file, 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-09-22 18:52+0300\n"
10 "POT-Creation-Date: 2013-09-22 21: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"
@@ -134,28 +134,28 b' msgstr "\xd0\xbb\xd0\xb8\xd1\x86\xd0\xb5\xd0\xbd\xd0\xb7\xd0\xb8\xd0\xb5\xd0\xb9"'
134 134 msgid "Repository"
135 135 msgstr "Репозиторий"
136 136
137 #: templates/boards/base.html:14
137 #: templates/boards/base.html:12
138 138 msgid "Feed"
139 139 msgstr "Лента"
140 140
141 #: templates/boards/base.html:34
141 #: templates/boards/base.html:33
142 142 msgid "All threads"
143 143 msgstr "Все темы"
144 144
145 #: templates/boards/base.html:39
145 #: templates/boards/base.html:38
146 146 msgid "Tag management"
147 147 msgstr "Управление тегами"
148 148
149 #: templates/boards/base.html:41
149 #: templates/boards/base.html:40
150 150 msgid "Settings"
151 151 msgstr "Настройки"
152 152
153 #: templates/boards/base.html:48 templates/boards/login.html:6
153 #: templates/boards/base.html:47 templates/boards/login.html:6
154 154 #: templates/boards/login.html.py:21
155 155 msgid "Login"
156 156 msgstr "Вход"
157 157
158 #: templates/boards/base.html:49
158 #: templates/boards/base.html:48
159 159 msgid "Up"
160 160 msgstr "Вверх"
161 161
@@ -211,6 +211,26 b' msgstr "\xd0\xa1\xd0\xbe\xd0\xb7\xd0\xb4\xd0\xb0\xd1\x82\xd1\x8c \xd0\xbd\xd0\xbe\xd0\xb2\xd1\x83\xd1\x8e \xd1\x82\xd0\xb5\xd0\xbc\xd1\x83"'
211 211 msgid "Formatting"
212 212 msgstr "Форматирование"
213 213
214 #: templates/boards/posting_general.html:142 templates/boards/thread.html:89
215 msgid "quote"
216 msgstr "цитата"
217
218 #: templates/boards/posting_general.html:143 templates/boards/thread.html:90
219 msgid "italic"
220 msgstr "курсив"
221
222 #: templates/boards/posting_general.html:144 templates/boards/thread.html:91
223 msgid "bold"
224 msgstr "полужирный"
225
226 #: templates/boards/posting_general.html:145 templates/boards/thread.html:92
227 msgid "spoiler"
228 msgstr "спойлер"
229
230 #: templates/boards/posting_general.html:146 templates/boards/thread.html:93
231 msgid "comment"
232 msgstr "комментарий"
233
214 234 #: templates/boards/posting_general.html:178 templates/boards/thread.html:121
215 235 msgid "Post"
216 236 msgstr "Отправить"
@@ -321,12 +341,6 b' msgstr "\xd0\xa1\xd1\x81\xd1\x8b\xd0\xbb\xd0\xba\xd0\xb0 \xd0\xbd\xd0\xb0 \xd1\x81\xd0\xbe\xd0\xbe\xd0\xb1\xd1\x89\xd0\xb5\xd0\xbd\xd0\xb8\xd0\xb5"'
321 341 #~ msgid "Example: "
322 342 #~ msgstr "Пример: "
323 343
324 #~ msgid "italic"
325 #~ msgstr "курсив"
326
327 #~ msgid "bold"
328 #~ msgstr "полужирный"
329
330 344 #~ msgid "tags"
331 345 #~ msgstr "тегов"
332 346
@@ -139,11 +139,11 b''
139 139 <div class="form-row">
140 140 <div class="form-label">{% trans 'Formatting' %}</div>
141 141 <div class="form-input" id="mark_panel">
142 <span class="mark_btn" id="quote"><span class="quote">&gt;quote</span></span>
143 <span class="mark_btn" id="italic"><i>italic</i></span>
144 <span class="mark_btn" id="bold"><b>bold</b></span>
145 <span class="mark_btn" id="spoiler"><span class="spoiler">spoiler</span></span>
146 <span class="mark_btn" id="comment"><span class="comment">//comment</span></span>
142 <span class="mark_btn" id="quote"><span class="quote">&gt;{% trans 'quote' %}</span></span>
143 <span class="mark_btn" id="italic"><i>{% trans 'italic' %}</i></span>
144 <span class="mark_btn" id="bold"><b>{% trans 'bold' %}</b></span>
145 <span class="mark_btn" id="spoiler"><span class="spoiler">{% trans 'spoiler' %}</span></span>
146 <span class="mark_btn" id="comment"><span class="comment">// {% trans 'comment' %}</span></span>
147 147 </div>
148 148 </div>
149 149 <div class="form-row">
@@ -86,11 +86,11 b''
86 86 <div class="form-row">
87 87 <div class="form-label">{% trans 'Formatting' %}</div>
88 88 <div class="form-input" id="mark_panel">
89 <span class="mark_btn" id="quote"><span class="quote">&gt;quote</span></span>
90 <span class="mark_btn" id="italic"><i>italic</i></span>
91 <span class="mark_btn" id="bold"><b>bold</b></span>
92 <span class="mark_btn" id="spoiler"><span class="spoiler">spoiler</span></span>
93 <span class="mark_btn" id="comment"><span class="comment">//comment</span></span>
89 <span class="mark_btn" id="quote"><span class="quote">&gt;{% trans 'quote' %}</span></span>
90 <span class="mark_btn" id="italic"><i>{% trans 'italic' %}</i></span>
91 <span class="mark_btn" id="bold"><b>{% trans 'bold' %}</b></span>
92 <span class="mark_btn" id="spoiler"><span class="spoiler">{% trans 'spoiler' %}</span></span>
93 <span class="mark_btn" id="comment"><span class="comment">// {% trans 'comment' %}</span></span>
94 94 </div>
95 95 </div>
96 96 <div class="form-row">
General Comments 0
You need to be logged in to leave comments. Login now