##// END OF EJS Templates
Added a new changelog. Changed 'replies' label to 'messages' as the opening post already counts as a reply
neko259 -
r743:668b1fdf 2.0-dev
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: 2014-07-08 18:07+0300\n"
10 "POT-Creation-Date: 2014-07-20 20:11+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"
@@ -36,7 +36,8 b' msgstr "\xd0\xb4\xd0\xb8\xd0\xb7\xd0\xb0\xd0\xb9\xd0\xbd\xd0\xb5\xd1\x80"'
36
36
37 #: forms.py:23
37 #: forms.py:23
38 msgid "Type message here. Use formatting panel for more advanced usage."
38 msgid "Type message here. Use formatting panel for more advanced usage."
39 msgstr "Вводите сообщение сюда. Используйте панель для более сложного форматирования."
39 msgstr ""
40 "Вводите сообщение сюда. Используйте панель для более сложного форматирования."
40
41
41 #: forms.py:24
42 #: forms.py:24
42 msgid "tag1 several_words_tag"
43 msgid "tag1 several_words_tag"
@@ -212,8 +213,8 b' msgstr "\xd0\x9e\xd1\x82\xd0\xb2\xd0\xb5\xd1\x82\xd1\x8b"'
212
213
213 #: templates/boards/post.html:86 templates/boards/thread.html:88
214 #: templates/boards/post.html:86 templates/boards/thread.html:88
214 #: templates/boards/thread_gallery.html:61
215 #: templates/boards/thread_gallery.html:61
215 msgid "replies"
216 msgid "messages"
216 msgstr "ответов"
217 msgstr "сообщений"
217
218
218 #: templates/boards/post.html:87 templates/boards/thread.html:89
219 #: templates/boards/post.html:87 templates/boards/thread.html:89
219 #: templates/boards/thread_gallery.html:62
220 #: templates/boards/thread_gallery.html:62
@@ -83,7 +83,7 b''
83 {% cache 600 post_thread thread.id thread.last_edit_time LANGUAGE_CODE need_open_link %}
83 {% cache 600 post_thread thread.id thread.last_edit_time LANGUAGE_CODE need_open_link %}
84 <div class="metadata">
84 <div class="metadata">
85 {% if is_opening and need_open_link %}
85 {% if is_opening and need_open_link %}
86 {{ thread.get_reply_count }} {% trans 'replies' %},
86 {{ thread.get_reply_count }} {% trans 'messages' %},
87 {{ thread.get_images_count }} {% trans 'images' %}.
87 {{ thread.get_images_count }} {% trans 'images' %}.
88 {% endif %}
88 {% endif %}
89 <span class="tags">
89 <span class="tags">
@@ -85,7 +85,7 b''
85
85
86 <span class="metapanel" data-last-update="{{ last_update }}">
86 <span class="metapanel" data-last-update="{{ last_update }}">
87 {% cache 600 thread_meta thread.last_edit_time moderator LANGUAGE_CODE %}
87 {% cache 600 thread_meta thread.last_edit_time moderator LANGUAGE_CODE %}
88 <span id="reply-count">{{ thread.get_reply_count }}</span>/{{ max_replies }} {% trans 'replies' %},
88 <span id="reply-count">{{ thread.get_reply_count }}</span>/{{ max_replies }} {% trans 'messages' %},
89 <span id="image-count">{{ thread.get_images_count }}</span> {% trans 'images' %}.
89 <span id="image-count">{{ thread.get_images_count }}</span> {% trans 'images' %}.
90 {% trans 'Last update: ' %}<span id="last-update">{{ thread.last_edit_time }}</span>
90 {% trans 'Last update: ' %}<span id="last-update">{{ thread.last_edit_time }}</span>
91 [<a href="rss/">RSS</a>]
91 [<a href="rss/">RSS</a>]
@@ -58,7 +58,7 b''
58 <span class="metapanel" data-last-update="{{ last_update }}">
58 <span class="metapanel" data-last-update="{{ last_update }}">
59 {% cache 600 thread_meta thread.last_edit_time moderator LANGUAGE_CODE %}
59 {% cache 600 thread_meta thread.last_edit_time moderator LANGUAGE_CODE %}
60 <span id="reply-count">{{ thread.get_reply_count }}</span>/{{ max_replies }}
60 <span id="reply-count">{{ thread.get_reply_count }}</span>/{{ max_replies }}
61 {% trans 'replies' %},
61 {% trans 'messages' %},
62 <span id="image-count">{{ thread.get_images_count }}</span> {% trans 'images' %}.
62 <span id="image-count">{{ thread.get_images_count }}</span> {% trans 'images' %}.
63 {% trans 'Last update: ' %}{{ thread.last_edit_time }}
63 {% trans 'Last update: ' %}{{ thread.last_edit_time }}
64 [<a href="rss/">RSS</a>]
64 [<a href="rss/">RSS</a>]
@@ -40,3 +40,4 b' images to a post'
40 * Removed users. Now settings are stored in sessions
40 * Removed users. Now settings are stored in sessions
41 * Changed markdown to bbcode
41 * Changed markdown to bbcode
42 * Removed linked tags
42 * Removed linked tags
43 * [ADMIN] Added title to the post logs to make them more informative
General Comments 0
You need to be logged in to leave comments. Login now