Add Bulgarian translation files
This commit is contained in:
BIN
apps/document_indexing/locale/bg/LC_MESSAGES/django.mo
Normal file
BIN
apps/document_indexing/locale/bg/LC_MESSAGES/django.mo
Normal file
Binary file not shown.
367
apps/document_indexing/locale/bg/LC_MESSAGES/django.po
Normal file
367
apps/document_indexing/locale/bg/LC_MESSAGES/django.po
Normal file
@@ -0,0 +1,367 @@
|
||||
# SOME DESCRIPTIVE TITLE.
|
||||
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
|
||||
"POT-Creation-Date: 2012-07-23 15:36-0400\n"
|
||||
"PO-Revision-Date: 2012-07-23 19:51+0000\n"
|
||||
"Last-Translator: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>\n"
|
||||
"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: bg\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
|
||||
|
||||
#: __init__.py:31 __init__.py:45 __init__.py:47 models.py:42 views.py:38
|
||||
#: views.py:284
|
||||
msgid "indexes"
|
||||
msgstr ""
|
||||
|
||||
#: __init__.py:32 __init__.py:42
|
||||
msgid "index list"
|
||||
msgstr ""
|
||||
|
||||
#: __init__.py:33 views.py:77
|
||||
msgid "create index"
|
||||
msgstr ""
|
||||
|
||||
#: __init__.py:34 __init__.py:39
|
||||
msgid "edit"
|
||||
msgstr ""
|
||||
|
||||
#: __init__.py:35 __init__.py:40
|
||||
msgid "delete"
|
||||
msgstr ""
|
||||
|
||||
#: __init__.py:36
|
||||
msgid "tree template"
|
||||
msgstr ""
|
||||
|
||||
#: __init__.py:38
|
||||
msgid "new child node"
|
||||
msgstr ""
|
||||
|
||||
#: __init__.py:44
|
||||
msgid "go up one level"
|
||||
msgstr ""
|
||||
|
||||
#: __init__.py:49
|
||||
msgid "rebuild indexes"
|
||||
msgstr ""
|
||||
|
||||
#: __init__.py:49
|
||||
msgid "Deletes and creates from scratch all the document indexes."
|
||||
msgstr ""
|
||||
|
||||
#: __init__.py:51
|
||||
msgid "Indexes"
|
||||
msgstr ""
|
||||
|
||||
#: api.py:69
|
||||
#, python-format
|
||||
msgid "Maximum suffix (%s) count reached."
|
||||
msgstr ""
|
||||
|
||||
#: api.py:83
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Error in document indexing update expression: %(expression)s; %(exception)s"
|
||||
msgstr ""
|
||||
|
||||
#: api.py:92 api.py:107
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Error updating document index, expression: %(expression)s; %(exception)s"
|
||||
msgstr ""
|
||||
|
||||
#: api.py:149
|
||||
#, python-format
|
||||
msgid "Unable to delete document indexing node; %s"
|
||||
msgstr ""
|
||||
|
||||
#: filesystem.py:51
|
||||
#, python-format
|
||||
msgid "Unable to create indexing directory; %s"
|
||||
msgstr ""
|
||||
|
||||
#: filesystem.py:69
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Unable to create symbolic link, file exists and could not be deleted: "
|
||||
"%(filepath)s; %(exc)s"
|
||||
msgstr ""
|
||||
|
||||
#: filesystem.py:71
|
||||
#, python-format
|
||||
msgid "Unable to create symbolic link: %(filepath)s; %(exc)s"
|
||||
msgstr ""
|
||||
|
||||
#: filesystem.py:84
|
||||
#, python-format
|
||||
msgid "Unable to delete document symbolic link; %s"
|
||||
msgstr ""
|
||||
|
||||
#: filesystem.py:96
|
||||
#, python-format
|
||||
msgid "Unable to delete indexing directory; %s"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:13
|
||||
#, python-format
|
||||
msgid "Available functions: %s"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:17 views.py:42
|
||||
msgid "name"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:17
|
||||
msgid "Internal name used to reference this index."
|
||||
msgstr ""
|
||||
|
||||
#: models.py:18 views.py:43
|
||||
msgid "title"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:18
|
||||
msgid "The name that will be visible to users."
|
||||
msgstr ""
|
||||
|
||||
#: models.py:19 models.py:50 views.py:44 views.py:168
|
||||
msgid "enabled"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:19
|
||||
msgid ""
|
||||
"Causes this index to be visible and updated when document data changes."
|
||||
msgstr ""
|
||||
|
||||
#: models.py:41 models.py:47 views.py:104 views.py:135 views.py:161
|
||||
#: views.py:199 views.py:229 views.py:269
|
||||
msgid "index"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:48
|
||||
msgid "indexing expression"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:48
|
||||
msgid "Enter a python string expression to be evaluated."
|
||||
msgstr ""
|
||||
|
||||
#: models.py:50
|
||||
msgid "Causes this node to be visible and updated when document data changes."
|
||||
msgstr ""
|
||||
|
||||
#: models.py:51
|
||||
msgid "link documents"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:51
|
||||
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:57 models.py:63
|
||||
msgid "index template node"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:58
|
||||
msgid "indexes template nodes"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:64
|
||||
msgid "value"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:65
|
||||
msgid "documents"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:75
|
||||
msgid "index instance node"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:76
|
||||
msgid "indexes instance nodes"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:80
|
||||
msgid "index instance"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:81
|
||||
msgid "document"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:88
|
||||
msgid "document rename count"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:89
|
||||
msgid "documents rename count"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:7
|
||||
msgid "Indexing"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:9
|
||||
msgid "Configure document indexes"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:10
|
||||
msgid "Create new document indexes"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:11
|
||||
msgid "Edit document indexes"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:12
|
||||
msgid "Delete document indexes"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:14
|
||||
msgid "View document indexes"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:15
|
||||
msgid "Rebuild document indexes"
|
||||
msgstr ""
|
||||
|
||||
#: utils.py:19
|
||||
msgid "document indexes"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:71
|
||||
msgid "Index created successfully."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:95
|
||||
msgid "Index edited successfully"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:101
|
||||
#, python-format
|
||||
msgid "edit index: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:126
|
||||
#, python-format
|
||||
msgid "Index: %s deleted successfully."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:128
|
||||
#, python-format
|
||||
msgid "Index: %(index)s delete error: %(error)s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:140
|
||||
#, python-format
|
||||
msgid "Are you sure you with to delete the index: %s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:164
|
||||
#, python-format
|
||||
msgid "tree template nodes for index: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:167
|
||||
msgid "level"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:169
|
||||
msgid "has document links?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:190
|
||||
msgid "Index template node created successfully."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:196
|
||||
msgid "create child node"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:217
|
||||
msgid "Index template node edited successfully"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:223
|
||||
#, python-format
|
||||
msgid "edit index template node: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:230 views.py:270 views.py:338
|
||||
msgid "node"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:252
|
||||
#, python-format
|
||||
msgid "Node: %s deleted successfully."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:254
|
||||
#, python-format
|
||||
msgid "Node: %(node)s delete error: %(error)s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:263
|
||||
#, python-format
|
||||
msgid "Are you sure you with to delete the index template node: %s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:287
|
||||
msgid "nodes"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:320
|
||||
#, python-format
|
||||
msgid "contents for index: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:342
|
||||
msgid "items"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:367
|
||||
msgid "Are you sure you wish to rebuild all indexes?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:368
|
||||
msgid "On large databases this operation may take some time to execute."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:374
|
||||
msgid "Index rebuild completed successfully."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:381
|
||||
#, python-format
|
||||
msgid "Index rebuild error: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:403
|
||||
#, python-format
|
||||
msgid "indexes containing: %s"
|
||||
msgstr ""
|
||||
|
||||
#: conf/settings.py:22
|
||||
msgid ""
|
||||
"A dictionary that maps the index name and where on the filesystem that index"
|
||||
" will be mirrored."
|
||||
msgstr ""
|
||||
|
||||
#: templates/indexing_help.html:3
|
||||
msgid "What are indexes?"
|
||||
msgstr ""
|
||||
|
||||
#: templates/indexing_help.html:4
|
||||
msgid "Indexes group documents into a tree like hierarchical structure."
|
||||
msgstr ""
|
||||
Reference in New Issue
Block a user