##// END OF EJS Templates
Implemented form validation. When the form fails validation, showing the index page.
Implemented form validation. When the form fails validation, showing the index page.

File last commit:

r28:b39294a8 default
r29:575870f6 default
Show More
django.po
43 lines | 1.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.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-04-05 20:55+0300\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"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"
msgid "Title"
msgstr "Заголовок"
msgid "Text"
msgstr "Текст"
msgid "Image"
msgstr "Картинка"
msgid "Post"
msgstr "Отправить"
msgid "Tags"
msgstr "Теги"
msgid "View"
neko259
Added maximum threads count parameter to the settings. Delete the old posts to preserve the max count. Small design tweaks.
r28 msgstr "Просмотр"
msgid "Create new thread"
msgstr "Создать новый тред"
msgid "Reply to the thread"
msgstr "Ответить в тред"