##// END OF EJS Templates
Pluralize skipped replies message
neko259 -
r1336:6b711dc9 default
parent child Browse files
Show More
1 NO CONTENT: modified file, binary diff hidden
NO CONTENT: modified file, binary diff hidden
@@ -7,7 +7,7 b' msgid ""'
7 msgstr ""
7 msgstr ""
8 "Project-Id-Version: PACKAGE VERSION\n"
8 "Project-Id-Version: PACKAGE VERSION\n"
9 "Report-Msgid-Bugs-To: \n"
9 "Report-Msgid-Bugs-To: \n"
10 "POT-Creation-Date: 2015-09-05 22:33+0300\n"
10 "POT-Creation-Date: 2015-09-12 12:48+0300\n"
11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
@@ -170,8 +170,15 b' msgstr "\xd0\x9f\xd1\x80\xd0\xb5\xd0\xb4\xd1\x8b\xd0\xb4\xd1\x83\xd1\x89\xd0\xb0\xd1\x8f \xd1\x81\xd1\x82\xd1\x80\xd0\xb0\xd0\xbd\xd0\xb8\xd1\x86\xd0\xb0"'
170
170
171 #: templates/boards/all_threads.html:104
171 #: templates/boards/all_threads.html:104
172 #, python-format
172 #, python-format
173 msgid "Skipped %(count)s replies. Open thread to see all replies."
173 #| msgid "Skipped %(count)s replies. Open thread to see all replies."
174 msgstr "Пропущено %(count)s ответов. Откройте тред, чтобы увидеть все ответы."
174 msgid "Skipped %(count)s reply. Open thread to see all replies."
175 msgid_plural "Skipped %(count)s replies. Open thread to see all replies."
176 msgstr[0] ""
177 "Пропущен %(count)s ответ. Откройте тред, чтобы увидеть все ответы."
178 msgstr[1] ""
179 "Пропущено %(count)s ответа. Откройте тред, чтобы увидеть все ответы."
180 msgstr[2] ""
181 "Пропущено %(count)s ответов. Откройте тред, чтобы увидеть все ответы."
175
182
176 #: templates/boards/all_threads.html:122 templates/boards/feed.html:40
183 #: templates/boards/all_threads.html:122 templates/boards/feed.html:40
177 #: templates/boards/notifications.html:27 templates/search/search.html:37
184 #: templates/boards/notifications.html:27 templates/search/search.html:37
@@ -101,7 +101,7 b''
101 {% if skipped_replies_count %}
101 {% if skipped_replies_count %}
102 <div class="skipped_replies">
102 <div class="skipped_replies">
103 <a href="{% url 'thread' thread.get_opening_post_id %}">
103 <a href="{% url 'thread' thread.get_opening_post_id %}">
104 {% blocktrans with count=skipped_replies_count %}Skipped {{ count }} replies. Open thread to see all replies.{% endblocktrans %}
104 {% blocktrans count count=skipped_replies_count %}Skipped {{ count }} reply. Open thread to see all replies.{% plural %}Skipped {{ count }} replies. Open thread to see all replies.{% endblocktrans %}
105 </a>
105 </a>
106 </div>
106 </div>
107 {% endif %}
107 {% endif %}
General Comments 0
You need to be logged in to leave comments. Login now