##// 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:

r33:45bad15a default
r33:45bad15a default
Show More
django.po
72 lines | 2.0 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
Fixed medadata design when an image is present. Added a method to determine if the tag is empty (has no attached threads).
r33 "POT-Creation-Date: 2013-04-13 22:07+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
Fixed medadata design when an image is present. Added a method to determine if the tag is empty (has no attached threads).
r33 #: templates/base.html:22
msgid "All threads"
msgstr "Все ники"
#: templates/posting_general.html:26
neko259
Added thread metadata (replies, images, gets) to the threads list.
r30 msgid "View"
msgstr "Просмотр"
neko259
Fixed medadata design when an image is present. Added a method to determine if the tag is empty (has no attached threads).
r33 #: templates/posting_general.html:31
neko259
Added thread metadata (replies, images, gets) to the threads list.
r30 msgid "replies"
msgstr "ответов"
neko259
Fixed medadata design when an image is present. Added a method to determine if the tag is empty (has no attached threads).
r33 #: templates/posting_general.html:32
neko259
Added thread metadata (replies, images, gets) to the threads list.
r30 msgid "images"
msgstr "изображений"
neko259
Fixed medadata design when an image is present. Added a method to determine if the tag is empty (has no attached threads).
r33 #: templates/posting_general.html:33
msgid "gets"
msgstr "геты"
#: templates/posting_general.html:35 templates/posting_general.html.py:67
#: templates/thread.html:31
neko259
Added thread metadata (replies, images, gets) to the threads list.
r30 msgid "Tags"
msgstr "Теги"
neko259
Fixed medadata design when an image is present. Added a method to determine if the tag is empty (has no attached threads).
r33 #: templates/posting_general.html:52
neko259
Added thread metadata (replies, images, gets) to the threads list.
r30 msgid "Create new thread"
neko259
Fixed medadata design when an image is present. Added a method to determine if the tag is empty (has no attached threads).
r33 msgstr "Создать новую нить"
neko259
Added thread metadata (replies, images, gets) to the threads list.
r30
neko259
Fixed medadata design when an image is present. Added a method to determine if the tag is empty (has no attached threads).
r33 #: templates/posting_general.html:55 templates/thread.html:50
neko259
Added localization (not fully working). Added tags posting. Changed the design a bit.
r24 msgid "Title"
msgstr "Заголовок"
neko259
Fixed medadata design when an image is present. Added a method to determine if the tag is empty (has no attached threads).
r33 #: templates/posting_general.html:59 templates/thread.html:54
neko259
Added localization (not fully working). Added tags posting. Changed the design a bit.
r24 msgid "Text"
msgstr "Текст"
neko259
Fixed medadata design when an image is present. Added a method to determine if the tag is empty (has no attached threads).
r33 #: templates/posting_general.html:63 templates/thread.html:58
neko259
Added localization (not fully working). Added tags posting. Changed the design a bit.
r24 msgid "Image"
msgstr "Картинка"
neko259
Fixed medadata design when an image is present. Added a method to determine if the tag is empty (has no attached threads).
r33 #: templates/posting_general.html:70 templates/thread.html:61
neko259
Added localization (not fully working). Added tags posting. Changed the design a bit.
r24 msgid "Post"
msgstr "Отправить"
neko259
Fixed medadata design when an image is present. Added a method to determine if the tag is empty (has no attached threads).
r33 #: templates/posting_general.html:72
msgid "Tags must be delimited by spaces. Text or image is required."
msgstr "Теги должны быть разделены пробелами. Текст или изображение обязательны."
#: templates/thread.html:47
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
Fixed medadata design when an image is present. Added a method to determine if the tag is empty (has no attached threads).
r33 msgstr "Ответить в нить"