##// END OF EJS Templates
Fixed creating new thread with PoW
Fixed creating new thread with PoW

File last commit:

r1428:33a20844 default
r1430:62af203d default
Show More
djangojs.po
56 lines | 1.5 KiB | application/x-gettext | GettextLexer
neko259
Added missing JS translations. Added styles for refmaps. This refs #36
r124 # 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.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
neko259
Pluralize thread info inside a thread
r1332 "POT-Creation-Date: 2015-09-04 18:47+0300\n"
neko259
Added missing JS translations. Added styles for refmaps. This refs #36
r124 "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: \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
Pluralize thread info inside a thread
r1332 #: static/js/3party/jquery-ui.min.js:8
msgid "'"
msgstr ""
#: static/js/refpopup.js:72
neko259
Added translation to the refpopup messages
r356 msgid "Loading..."
msgstr "Загрузка..."
neko259
Pluralize thread info inside a thread
r1332 #: static/js/refpopup.js:91
neko259
Added translation to the refpopup messages
r356 msgid "Post not found"
msgstr "Сообщение не найдено"
neko259
Pluralize thread info inside a thread
r1332 #: static/js/thread_update.js:261
msgid "message"
msgid_plural "messages"
msgstr[0] "сообщение"
msgstr[1] "сообщения"
msgstr[2] "сообщений"
#: static/js/thread_update.js:262
msgid "image"
msgid_plural "images"
msgstr[0] "изображение"
msgstr[1] "изображения"
msgstr[2] "изображений"
#: static/js/thread_update.js:445
neko259
Added settings to limit posting speed. Added message when the form data is sent and response not yet received
r725 msgid "Sending message..."
neko259
Pluralize thread info inside a thread
r1332 msgstr "Отправка сообщения..."
#: static/js/thread_update.js:449
msgid "Server error!"
msgstr "Ошибка сервера!"
neko259
Added PoW instead of 30-second captcha
r1428 msgid "Computing PoW..."
msgstr "Расчёт PoW..."