Added initial Russian translation files
This commit is contained in:
102
apps/document_comments/locale/ru/LC_MESSAGES/django.po
Normal file
102
apps/document_comments/locale/ru/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,102 @@
|
||||
# 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: 2011-11-03 16:38-0400\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"
|
||||
|
||||
#: __init__.py:15
|
||||
msgid "Create new comments"
|
||||
msgstr ""
|
||||
|
||||
#: __init__.py:16
|
||||
msgid "Delete comments"
|
||||
msgstr ""
|
||||
|
||||
#: __init__.py:17
|
||||
msgid "Edit comments"
|
||||
msgstr ""
|
||||
|
||||
#: __init__.py:18
|
||||
msgid "View comments"
|
||||
msgstr ""
|
||||
|
||||
#: __init__.py:20
|
||||
msgid "Comments"
|
||||
msgstr ""
|
||||
|
||||
#: __init__.py:26 __init__.py:27
|
||||
msgid "delete"
|
||||
msgstr ""
|
||||
|
||||
#: __init__.py:28
|
||||
msgid "add comment"
|
||||
msgstr ""
|
||||
|
||||
#: __init__.py:29 utils.py:14
|
||||
msgid "comments"
|
||||
msgstr ""
|
||||
|
||||
#: __init__.py:33
|
||||
msgid "date"
|
||||
msgstr ""
|
||||
|
||||
#: __init__.py:37
|
||||
msgid "user"
|
||||
msgstr ""
|
||||
|
||||
#: __init__.py:41
|
||||
msgid "comment"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:27
|
||||
msgid "Must provide at least one comment."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:37
|
||||
#, python-format
|
||||
msgid "Comment \"%s\" deleted successfully."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:39
|
||||
#, python-format
|
||||
msgid "Error deleting comment \"%(comment)s\": %(error)s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:54
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete the comment: %s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:56
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete the comments: %s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:86
|
||||
msgid "Comment added successfully."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:93
|
||||
#, python-format
|
||||
msgid "Add comment to document: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:109
|
||||
#, python-format
|
||||
msgid "comments: %s"
|
||||
msgstr ""
|
||||
Reference in New Issue
Block a user