##// END OF EJS Templates
Fixed medadata design when an image is present. Added a method to determine if the tag is empty (has no attached threads).
Fixed medadata design when an image is present. Added a method to determine if the tag is empty (has no attached threads).

File last commit:

r30:0d6932e0 default
r32:e74f9cc7 default
Show More
django.po
60 lines | 1.6 KiB | application/x-gettext | GettextLexer
neko259
Added localization (not fully working). Added tags posting. Changed the design a bit.
r24 # 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.
#
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
neko259
Added thread metadata (replies, images, gets) to the threads list.
r30 "POT-Creation-Date: 2013-04-11 21:26+0300\n"
neko259
Added localization (not fully working). Added tags posting. Changed the design a bit.
r24 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
neko259
Added thread metadata (replies, images, gets) to the threads list.
r30 "Language: ru\n"
neko259
Added localization (not fully working). Added tags posting. Changed the design a bit.
r24 "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
Added thread metadata (replies, images, gets) to the threads list.
r30 #: templates/posting_general.html:22
msgid "View"
msgstr "Просмотр"
#: templates/posting_general.html:25
msgid "replies"
msgstr "ответов"
#: templates/posting_general.html:26
msgid "images"
msgstr "изображений"
#: templates/posting_general.html:29 templates/posting_general.html.py:61
#: templates/thread.html:23
msgid "Tags"
msgstr "Теги"
#: templates/posting_general.html:46
msgid "Create new thread"
msgstr "Создать новый тред"
#: templates/posting_general.html:49 templates/thread.html:42
neko259
Added localization (not fully working). Added tags posting. Changed the design a bit.
r24 msgid "Title"
msgstr "Заголовок"
neko259
Added thread metadata (replies, images, gets) to the threads list.
r30 #: templates/posting_general.html:53 templates/thread.html:46
neko259
Added localization (not fully working). Added tags posting. Changed the design a bit.
r24 msgid "Text"
msgstr "Текст"
neko259
Added thread metadata (replies, images, gets) to the threads list.
r30 #: templates/posting_general.html:57 templates/thread.html:50
neko259
Added localization (not fully working). Added tags posting. Changed the design a bit.
r24 msgid "Image"
msgstr "Картинка"
neko259
Added thread metadata (replies, images, gets) to the threads list.
r30 #: templates/posting_general.html:64 templates/thread.html:53
neko259
Added localization (not fully working). Added tags posting. Changed the design a bit.
r24 msgid "Post"
msgstr "Отправить"
neko259
Added thread metadata (replies, images, gets) to the threads list.
r30 #: templates/thread.html:39
neko259
Added maximum threads count parameter to the settings. Delete the old posts to preserve the max count. Small design tweaks.
r28 msgid "Reply to the thread"
neko259
Added thread metadata (replies, images, gets) to the threads list.
r30 msgstr "Ответить в тред"