Update source language files. Make lock manager and storage translatable.
This commit is contained in:
@@ -9,7 +9,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2015-08-11 02:10-0400\n"
|
||||
"POT-Creation-Date: 2015-08-20 14:45-0400\n"
|
||||
"PO-Revision-Date: 2014-10-25 07:18+0000\n"
|
||||
"Last-Translator: Roberto Rosario\n"
|
||||
"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/"
|
||||
@@ -22,21 +22,22 @@ msgstr ""
|
||||
"%10<=4 && (n%100<12 || n%100>14) ? 1 : n%10==0 || (n%10>=5 && n%10<=9) || (n"
|
||||
"%100>=11 && n%100<=14)? 2 : 3);\n"
|
||||
|
||||
#: apps.py:25
|
||||
#: apps.py:24
|
||||
#, fuzzy
|
||||
#| msgid "Delete comments"
|
||||
msgid "Document comments"
|
||||
msgstr "Удалить комментарии"
|
||||
|
||||
#: apps.py:37
|
||||
#: apps.py:36
|
||||
msgid "Date"
|
||||
msgstr ""
|
||||
|
||||
#: apps.py:39 models.py:17
|
||||
#: apps.py:38 models.py:17
|
||||
msgid "User"
|
||||
msgstr ""
|
||||
|
||||
#: apps.py:44 models.py:28
|
||||
#. Translators: Comment here is a noun and refers to the actual text stored
|
||||
#: apps.py:41 models.py:20 models.py:29
|
||||
msgid "Comment"
|
||||
msgstr ""
|
||||
|
||||
@@ -48,7 +49,7 @@ msgstr ""
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
|
||||
#: links.py:25 models.py:29 permissions.py:7
|
||||
#: links.py:25 models.py:30 permissions.py:7
|
||||
msgid "Comments"
|
||||
msgstr "Комментарии"
|
||||
|
||||
@@ -58,11 +59,7 @@ msgstr "Комментарии"
|
||||
msgid "Document"
|
||||
msgstr "comment"
|
||||
|
||||
#: models.py:19
|
||||
msgid "comment"
|
||||
msgstr "comment"
|
||||
|
||||
#: models.py:22
|
||||
#: models.py:23
|
||||
msgid "Date time submitted"
|
||||
msgstr ""
|
||||
|
||||
@@ -78,46 +75,52 @@ msgstr "Удалить комментарии"
|
||||
msgid "View comments"
|
||||
msgstr "Просмотр комментариев"
|
||||
|
||||
#: views.py:45
|
||||
msgid "Must provide at least one comment."
|
||||
msgstr "Должен быть хотя бы один комментарий."
|
||||
#: views.py:46
|
||||
msgid "At least one comment must be selected."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:64
|
||||
#: views.py:71
|
||||
#, python-format
|
||||
msgid "Comment \"%s\" deleted successfully."
|
||||
msgstr "Комментарий \"%s\" удален."
|
||||
|
||||
#: views.py:69
|
||||
#: views.py:76
|
||||
#, python-format
|
||||
msgid "Error deleting comment \"%(comment)s\": %(error)s"
|
||||
msgstr "Ошибка при удалении комментариев \"%(comment)s\": %(error)s"
|
||||
|
||||
#: views.py:84
|
||||
#: views.py:91
|
||||
#, fuzzy
|
||||
#| msgid "Delete comments"
|
||||
msgid "Delete comment?"
|
||||
msgstr "Удалить комментарии"
|
||||
|
||||
#: views.py:86
|
||||
#: views.py:93
|
||||
#, fuzzy
|
||||
#| msgid "Delete comments"
|
||||
msgid "Delete comments?"
|
||||
msgstr "Удалить комментарии"
|
||||
|
||||
#: views.py:122
|
||||
#: views.py:133
|
||||
msgid "Comment added successfully."
|
||||
msgstr "Комментарий добавлен."
|
||||
|
||||
#: views.py:129
|
||||
#: views.py:140
|
||||
#, python-format
|
||||
msgid "Add comment to document: %s"
|
||||
msgstr "Добавить комментарий на документ: %s"
|
||||
|
||||
#: views.py:151
|
||||
#: views.py:168
|
||||
#, python-format
|
||||
msgid "Comments for document: %s"
|
||||
msgstr ""
|
||||
|
||||
#~ msgid "comment"
|
||||
#~ msgstr "comment"
|
||||
|
||||
#~ msgid "Must provide at least one comment."
|
||||
#~ msgstr "Должен быть хотя бы один комментарий."
|
||||
|
||||
#~ msgid "Are you sure you wish to delete the comment: %s?"
|
||||
#~ msgstr "Вы действительно хотите удалить комментарий %s?"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user