##// END OF EJS Templates
Added translation to the refpopup messages
neko259 -
r356:aedcd29c default
parent child Browse files
Show More
1 NO CONTENT: modified file, binary diff hidden
@@ -8,7 +8,7 b' msgid ""'
8 8 msgstr ""
9 9 "Project-Id-Version: PACKAGE VERSION\n"
10 10 "Report-Msgid-Bugs-To: \n"
11 "POT-Creation-Date: 2013-08-27 23:21+0300\n"
11 "POT-Creation-Date: 2013-11-13 17:25+0200\n"
12 12 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
13 13 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
14 14 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -19,14 +19,21 b' msgstr ""'
19 19 "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
20 20 "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
21 21
22 #: static/js/thread.js:17
22 #: static/js/refpopup.js:60
23 msgid "Loading..."
24 msgstr "Загрузка..."
25
26 #: static/js/refpopup.js:86
27 msgid "Post not found"
28 msgstr "Сообщение не найдено"
29
30 #: static/js/thread.js:32
23 31 msgid "Normal"
24 32 msgstr "Нормальный"
25 33
26 #: static/js/thread.js:24
34 #: static/js/thread.js:33
27 35 msgid "Gallery"
28 36 msgstr "Галерея"
29 37
30 #: static/js/thread.js:125
31 msgid "Replies"
32 msgstr "Ответы"
38 #~ msgid "Replies"
39 #~ msgstr "Ответы"
@@ -57,7 +57,7 b' function showPostPreview(e) {'
57 57 };
58 58
59 59
60 cln.innerHTML = 'Загрузка...';
60 cln.innerHTML = gettext('Loading...');
61 61
62 62 //если пост найден в дереве.
63 63 if($('div[id='+pNum+']').length > 0) {
@@ -83,7 +83,7 b' function showPostPreview(e) {'
83 83
84 84 })
85 85 .error(function() {
86 cln.innerHTML = 'Пост не найден.';
86 cln.innerHTML = gettext('Post not found');
87 87 });
88 88 }
89 89
General Comments 0
You need to be logged in to leave comments. Login now