# SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. # # Translators: # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2015-09-24 16:25-0400\n" "PO-Revision-Date: 2015-08-27 05:24+0000\n" "Last-Translator: Roberto Rosario\n" "Language-Team: Russian (http://www.transifex.com/rosarior/mayan-edms/language/ru/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Language: ru\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%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" #: admin.py:24 msgid "None" msgstr "" #: admin.py:26 apps.py:105 links.py:57 models.py:39 msgid "Document types" msgstr "" #: apps.py:44 #| msgid "document indexes" msgid "Document indexing" msgstr "" #: apps.py:91 models.py:23 msgid "Label" msgstr "" #: apps.py:92 models.py:28 msgid "Slug" msgstr "" #: apps.py:94 apps.py:114 models.py:36 models.py:124 msgid "Enabled" msgstr "" #: apps.py:99 apps.py:129 apps.py:142 msgid "Items" msgstr "" #: apps.py:110 msgid "Level" msgstr "" #: apps.py:118 msgid "Has document links?" msgstr "" #: apps.py:125 apps.py:136 msgid "Node" msgstr "" #: links.py:21 links.py:29 links.py:33 links.py:36 models.py:81 views.py:53 #: views.py:235 msgid "Indexes" msgstr "Индексы" #: links.py:25 msgid "Index list" msgstr "" #: links.py:40 views.py:39 msgid "Create index" msgstr "" #: links.py:44 links.py:75 msgid "Edit" msgstr "" #: links.py:49 links.py:82 msgid "Delete" msgstr "" #: links.py:53 msgid "Tree template" msgstr "" #: links.py:63 msgid "Deletes and creates from scratch all the document indexes." msgstr "Удаляет и создается с нуля, все индексы документа." #: links.py:66 msgid "Rebuild indexes" msgstr "" #: links.py:70 msgid "New child node" msgstr "" #: managers.py:51 #, python-format msgid "" "Error indexing document: %(document)s; expression: %(expression)s; " "%(exception)s" msgstr "" #: models.py:27 #| msgid "Internal name used to reference this index." msgid "This values will be used by other apps to reference this index." msgstr "" #: models.py:33 msgid "" "Causes this index to be visible and updated when document data changes." msgstr "Этот индекс должен быть видимым и обновляться при изменении данных документа." #: models.py:80 models.py:107 msgid "Index" msgstr "" #: models.py:99 msgid "Index instance" msgstr "index instance" #: models.py:100 msgid "Index instances" msgstr "" #: models.py:112 msgid "" "Enter a template to render. Use Django's default templating language " "(https://docs.djangoproject.com/en/1.7/ref/templates/builtins/)" msgstr "" #: models.py:116 msgid "Indexing expression" msgstr "" #: models.py:121 msgid "Causes this node to be visible and updated when document data changes." msgstr "Этот узел должен быть видимым и обновляются при изменении данных документа." #: models.py:129 msgid "" "Check this option to have this node act as a container for documents and not" " as a parent for further nodes." msgstr "Этот узел будет контейнером для документов и не будет иметь дочерних узлов." #: models.py:132 msgid "Link documents" msgstr "" #: models.py:137 #, python-format msgid "<%s Root>" msgstr "" #: models.py:142 msgid "Index node template" msgstr "" #: models.py:143 msgid "Indexes node template" msgstr "" #: models.py:151 msgid "Index template node" msgstr "" #: models.py:154 msgid "Value" msgstr "" #: models.py:157 msgid "Documents" msgstr "" #: models.py:192 msgid "Index node instance" msgstr "" #: models.py:193 msgid "Indexes node instances" msgstr "" #: models.py:206 msgid "Document index node instance" msgstr "" #: models.py:207 msgid "Document indexes node instances" msgstr "" #: permissions.py:7 msgid "Indexing" msgstr "Индексирование" #: permissions.py:10 msgid "Configure document indexes" msgstr "Настройка индексов документа" #: permissions.py:13 msgid "Create new document indexes" msgstr "Создайте новый индекс документов" #: permissions.py:16 msgid "Edit document indexes" msgstr "Редактирование индексов документов" #: permissions.py:19 msgid "Delete document indexes" msgstr "Удалить индексы документов" #: permissions.py:22 msgid "View document indexes" msgstr "Просмотр индексов документа" #: permissions.py:25 msgid "Rebuild document indexes" msgstr "Восстановление индексов документа" #: views.py:66 #, python-format msgid "Edit index: %s" msgstr "" #: views.py:78 #, python-format #| msgid "Delete document indexes" msgid "Delete the index: %s?" msgstr "" #: views.py:98 #, python-format msgid "Tree template nodes for index: %s" msgstr "" #: views.py:105 msgid "Available document types" msgstr "" #: views.py:106 msgid "Document types linked" msgstr "" #: views.py:133 #, python-format msgid "Document types linked to index: %s" msgstr "" #: views.py:156 msgid "Index template node created successfully." msgstr "узел шаблона индексирования создан" #: views.py:170 msgid "Create child node" msgstr "" #: views.py:191 msgid "Index template node edited successfully" msgstr "узел шаблона индексирования изменён" #: views.py:204 #, python-format msgid "Edit index template node: %s" msgstr "" #: views.py:218 #, python-format msgid "Delete the index template node: %s?" msgstr "" #: views.py:285 #, python-format msgid "Contents for index: %s" msgstr "" #: views.py:326 #, python-format msgid "Indexes nodes containing document: %s" msgstr "" #: views.py:336 msgid "On large databases this operation may take some time to execute." msgstr "В больших базах данных эта операция может занять некоторое время для выполнения." #: views.py:337 msgid "Rebuild all indexes?" msgstr "" #: views.py:346 msgid "Index rebuild queued successfully." msgstr "" #: widgets.py:95 msgid "Root" msgstr "" #~ msgid "Node: %s deleted successfully." #~ msgstr "Node: %s deleted successfully." #~ msgid "Node: %(node)s delete error: %(error)s" #~ msgstr "Node: %(node)s delete error: %(error)s" #~ msgid "Enter a python string expression to be evaluated." #~ msgstr "Enter a python string expression to be evaluated." #~ msgid "Go up one level" #~ msgstr "go up one level" #~ msgid "Title" #~ msgstr "title" #~ msgid "The name that will be visible to users." #~ msgstr "The name that will be visible to users." #~ msgid "Index created successfully." #~ msgstr "Index created successfully." #~ msgid "Index edited successfully" #~ msgstr "Index edited successfully" #~ msgid "Index: %s deleted successfully." #~ msgstr "Index: %s deleted successfully." #~ msgid "Index: %(index)s delete error: %(error)s" #~ msgstr "Index: %(index)s delete error: %(error)s" #~ msgid "Are you sure you with to delete the index: %s?" #~ msgstr "Are you sure you with to delete the index: %s?" #~ msgid "Document types not in index: %s" #~ msgstr "document types not in index: %s" #~ msgid "Are you sure you with to delete the index template node: %s?" #~ msgstr "Are you sure you with to delete the index template node: %s?" #~ msgid "Are you sure you wish to rebuild all indexes?" #~ msgstr "Are you sure you wish to rebuild all indexes?" #~ msgid "Nodes" #~ msgstr "nodes" #~ msgid "Maximum suffix (%s) count reached." #~ msgstr "Maximum suffix (%s) count reached." #~ msgid "" #~ "Error in document indexing update expression: %(expression)s; %(exception)s" #~ msgstr "" #~ "Error in document indexing update expression: %(expression)s; %(exception)s" #~ msgid "Unable to delete document indexing node; %s" #~ msgstr "Unable to delete document indexing node; %s" #~ msgid "Unable to create indexing directory; %s" #~ msgstr "Unable to create indexing directory; %s" #~ msgid "" #~ "Unable to create symbolic link, file exists and could not be deleted: " #~ "%(filepath)s; %(exception)s" #~ msgstr "" #~ "Unable to create symbolic link, file exists and could not be deleted: " #~ "%(filepath)s; %(exc)s" #~ msgid "Unable to create symbolic link: %(filepath)s; %(exception)s" #~ msgstr "Unable to create symbolic link: %(filepath)s; %(exc)s" #~ msgid "Unable to delete document symbolic link; %s" #~ msgstr "Unable to delete document symbolic link; %s" #~ msgid "Unable to delete indexing directory; %s" #~ msgstr "Unable to delete indexing directory; %s" #~ msgid "Available functions: %s" #~ msgstr "Available functions: %s" #~ msgid "Document" #~ msgstr "document" #~ msgid "Document rename count" #~ msgstr "document rename count" #~ msgid "Documents rename count" #~ msgstr "documents rename count" #~ msgid "" #~ "A dictionary that maps the index name and where on the filesystem that index" #~ " will be mirrored." #~ msgstr "" #~ "A dictionary that maps the index name and where on the filesystem that index" #~ " will be mirrored." #~ msgid "Index rebuild error: %s" #~ msgstr "Index rebuild error: %s" #~ msgid "Index instance node" #~ msgstr "index instance node" #~ msgid "Indexes instance nodes" #~ msgstr "indexes instance nodes" #~ msgid "indexes" #~ msgstr "indexes" #~ msgid "edit" #~ msgstr "edit" #~ msgid "name" #~ msgstr "name" #~ msgid "index" #~ msgstr "index" #~ msgid "node" #~ msgstr "node" #~ msgid "What are indexes?" #~ msgstr "What are indexes?" #~ msgid "Indexes group documents into a tree like hierarchical structure." #~ msgstr "Indexes group documents into a tree like hierarchical structure."