Update and enable all language translations

This commit is contained in:
Roberto Rosario
2014-06-21 02:01:16 -04:00
parent 431f7a51d1
commit 73245e66f4
1161 changed files with 51200 additions and 4288 deletions

View File

@@ -3,11 +3,11 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Mohammed ALDOUB <voulnet@gmail.com>, 2013.
# Mohammed ALDOUB <voulnet@gmail.com>, 2013
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
"PO-Revision-Date: 2013-01-25 20:38+0000\n"
"Last-Translator: Mohammed ALDOUB <voulnet@gmail.com>\n"

View File

@@ -3,14 +3,14 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# <pkoldamov@gmail.com>, 2012.
# Pavlin Koldamov <pkoldamov@gmail.com>, 2012
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
"PO-Revision-Date: 2012-12-12 06:05+0000\n"
"Last-Translator: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>\n"
"Last-Translator: Roberto Rosario\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"

View File

@@ -0,0 +1,381 @@
# 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: \n"
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
"PO-Revision-Date: 2012-12-12 06:05+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Danish (http://www.transifex.com/projects/p/mayan-edms/language/da/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: da\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: __init__.py:31 __init__.py:46 __init__.py:48 models.py:64 views.py:39
#: views.py:310
msgid "indexes"
msgstr ""
#: __init__.py:32 __init__.py:43
msgid "index list"
msgstr ""
#: __init__.py:33 views.py:78
msgid "create index"
msgstr ""
#: __init__.py:34 __init__.py:40
msgid "edit"
msgstr ""
#: __init__.py:35 __init__.py:41
msgid "delete"
msgstr ""
#: __init__.py:36
msgid "tree template"
msgstr ""
#: __init__.py:37 models.py:21 views.py:314
msgid "document types"
msgstr ""
#: __init__.py:39
msgid "new child node"
msgstr ""
#: __init__.py:45
msgid "go up one level"
msgstr ""
#: __init__.py:50
msgid "rebuild indexes"
msgstr ""
#: __init__.py:50
msgid "Deletes and creates from scratch all the document indexes."
msgstr ""
#: __init__.py:52
msgid "Indexes"
msgstr ""
#: api.py:71
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr ""
#: api.py:85
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:94 api.py:109
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:151
#, 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:14
#, python-format
msgid "Available functions: %s"
msgstr ""
#: models.py:18 views.py:43
msgid "name"
msgstr ""
#: models.py:18
msgid "Internal name used to reference this index."
msgstr ""
#: models.py:19 views.py:44
msgid "title"
msgstr ""
#: models.py:19
msgid "The name that will be visible to users."
msgstr ""
#: models.py:20 models.py:72 views.py:45 views.py:169
msgid "enabled"
msgstr ""
#: models.py:20
msgid ""
"Causes this index to be visible and updated when document data changes."
msgstr ""
#: models.py:63 models.py:69 views.py:105 views.py:136 views.py:162
#: views.py:198 views.py:225 views.py:255 views.py:295
msgid "index"
msgstr ""
#: models.py:70
msgid "indexing expression"
msgstr ""
#: models.py:70
msgid "Enter a python string expression to be evaluated."
msgstr ""
#: models.py:72
msgid "Causes this node to be visible and updated when document data changes."
msgstr ""
#: models.py:73
msgid "link documents"
msgstr ""
#: models.py:73
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:83 models.py:89
msgid "index template node"
msgstr ""
#: models.py:84
msgid "indexes template nodes"
msgstr ""
#: models.py:90
msgid "value"
msgstr ""
#: models.py:91
msgid "documents"
msgstr ""
#: models.py:101
msgid "index instance node"
msgstr ""
#: models.py:102
msgid "indexes instance nodes"
msgstr ""
#: models.py:106
msgid "index instance"
msgstr ""
#: models.py:107
msgid "document"
msgstr ""
#: models.py:114
msgid "document rename count"
msgstr ""
#: models.py:115
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:72
msgid "Index created successfully."
msgstr ""
#: views.py:96
msgid "Index edited successfully"
msgstr ""
#: views.py:102
#, python-format
msgid "edit index: %s"
msgstr ""
#: views.py:127
#, python-format
msgid "Index: %s deleted successfully."
msgstr ""
#: views.py:129
#, python-format
msgid "Index: %(index)s delete error: %(error)s"
msgstr ""
#: views.py:141
#, python-format
msgid "Are you sure you with to delete the index: %s?"
msgstr ""
#: views.py:165
#, python-format
msgid "tree template nodes for index: %s"
msgstr ""
#: views.py:168
msgid "level"
msgstr ""
#: views.py:170
msgid "has document links?"
msgstr ""
#: views.py:192
#, python-format
msgid "document types not in index: %s"
msgstr ""
#: views.py:193
#, python-format
msgid "document types for index: %s"
msgstr ""
#: views.py:216
msgid "Index template node created successfully."
msgstr ""
#: views.py:222
msgid "create child node"
msgstr ""
#: views.py:243
msgid "Index template node edited successfully"
msgstr ""
#: views.py:249
#, python-format
msgid "edit index template node: %s"
msgstr ""
#: views.py:256 views.py:296 views.py:365
msgid "node"
msgstr ""
#: views.py:278
#, python-format
msgid "Node: %s deleted successfully."
msgstr ""
#: views.py:280
#, python-format
msgid "Node: %(node)s delete error: %(error)s"
msgstr ""
#: views.py:289
#, python-format
msgid "Are you sure you with to delete the index template node: %s?"
msgstr ""
#: views.py:313
msgid "nodes"
msgstr ""
#: views.py:347
#, python-format
msgid "contents for index: %s"
msgstr ""
#: views.py:369
msgid "items"
msgstr ""
#: views.py:394
msgid "Are you sure you wish to rebuild all indexes?"
msgstr ""
#: views.py:395
msgid "On large databases this operation may take some time to execute."
msgstr ""
#: views.py:401
msgid "Index rebuild completed successfully."
msgstr ""
#: views.py:408
#, python-format
msgid "Index rebuild error: %s"
msgstr ""
#: views.py:431
#, 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 ""

View File

@@ -3,8 +3,9 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Manticor <sl@suchreflex.de>, 2012
# Manticor <sl@suchreflex.de>, 2012
# Stefan Lodders <sl@suchreflex.de>, 2012
# Mathias Behrle <mbehrle@m9s.biz>, 2014
# Stefan Lodders <sl@suchreflex.de>, 2012
# tilmannsittig <tilmann.sittig@web.de>, 2012
# tilmannsittig <tilmann.sittig@web.de>, 2012
# Tobias Paepke <tobias.paepke@paepke.net>, 2014
@@ -14,7 +15,7 @@ msgstr ""
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
"PO-Revision-Date: 2014-03-12 16:11+0000\n"
"Last-Translator: yangoon <mathiasb@m9s.biz>\n"
"Last-Translator: Mathias Behrle <mathiasb@m9s.biz>\n"
"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"

View File

@@ -1,380 +1,381 @@
# 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
#
# Translators:
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2013-01-25 20:11-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"
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
"PO-Revision-Date: 2012-12-12 06:05+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: English (http://www.transifex.com/projects/p/mayan-edms/language/en/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: en\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: __init__.py:31 __init__.py:46 __init__.py:48 models.py:64 views.py:39
#: views.py:310
msgid "indexes"
msgstr ""
msgstr "indexes"
#: __init__.py:32 __init__.py:43
msgid "index list"
msgstr ""
msgstr "index list"
#: __init__.py:33 views.py:78
msgid "create index"
msgstr ""
msgstr "create index"
#: __init__.py:34 __init__.py:40
msgid "edit"
msgstr ""
msgstr "edit"
#: __init__.py:35 __init__.py:41
msgid "delete"
msgstr ""
msgstr "delete"
#: __init__.py:36
msgid "tree template"
msgstr ""
msgstr "tree template"
#: __init__.py:37 models.py:21 views.py:314
msgid "document types"
msgstr ""
msgstr "document types"
#: __init__.py:39
msgid "new child node"
msgstr ""
msgstr "new child node"
#: __init__.py:45
msgid "go up one level"
msgstr ""
msgstr "go up one level"
#: __init__.py:50
msgid "rebuild indexes"
msgstr ""
msgstr "rebuild indexes"
#: __init__.py:50
msgid "Deletes and creates from scratch all the document indexes."
msgstr ""
msgstr "Deletes and creates from scratch all the document indexes."
#: __init__.py:52
msgid "Indexes"
msgstr ""
msgstr "Indexes"
#: api.py:71
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr ""
msgstr "Maximum suffix (%s) count reached."
#: api.py:85
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr ""
msgstr "Error in document indexing update expression: %(expression)s; %(exception)s"
#: api.py:94 api.py:109
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
msgstr "Error updating document index, expression: %(expression)s; %(exception)s"
#: api.py:151
#, python-format
msgid "Unable to delete document indexing node; %s"
msgstr ""
msgstr "Unable to delete document indexing node; %s"
#: filesystem.py:51
#, python-format
msgid "Unable to create indexing directory; %s"
msgstr ""
msgstr "Unable to create indexing directory; %s"
#: filesystem.py:69
#, python-format
msgid ""
"Unable to create symbolic link, file exists and could not be deleted: "
"%(filepath)s; %(exc)s"
msgstr ""
msgstr "Unable to create symbolic link, file exists and could not be deleted: %(filepath)s; %(exc)s"
#: filesystem.py:71
#, python-format
msgid "Unable to create symbolic link: %(filepath)s; %(exc)s"
msgstr ""
msgstr "Unable to create symbolic link: %(filepath)s; %(exc)s"
#: filesystem.py:84
#, python-format
msgid "Unable to delete document symbolic link; %s"
msgstr ""
msgstr "Unable to delete document symbolic link; %s"
#: filesystem.py:96
#, python-format
msgid "Unable to delete indexing directory; %s"
msgstr ""
msgstr "Unable to delete indexing directory; %s"
#: models.py:14
#, python-format
msgid "Available functions: %s"
msgstr ""
msgstr "Available functions: %s"
#: models.py:18 views.py:43
msgid "name"
msgstr ""
msgstr "name"
#: models.py:18
msgid "Internal name used to reference this index."
msgstr ""
msgstr "Internal name used to reference this index."
#: models.py:19 views.py:44
msgid "title"
msgstr ""
msgstr "title"
#: models.py:19
msgid "The name that will be visible to users."
msgstr ""
msgstr "The name that will be visible to users."
#: models.py:20 models.py:72 views.py:45 views.py:169
msgid "enabled"
msgstr ""
msgstr "enabled"
#: models.py:20
msgid "Causes this index to be visible and updated when document data changes."
msgstr ""
msgid ""
"Causes this index to be visible and updated when document data changes."
msgstr "Causes this index to be visible and updated when document data changes."
#: models.py:63 models.py:69 views.py:105 views.py:136 views.py:162
#: views.py:198 views.py:225 views.py:255 views.py:295
msgid "index"
msgstr ""
msgstr "index"
#: models.py:70
msgid "indexing expression"
msgstr ""
msgstr "indexing expression"
#: models.py:70
msgid "Enter a python string expression to be evaluated."
msgstr ""
msgstr "Enter a python string expression to be evaluated."
#: models.py:72
msgid "Causes this node to be visible and updated when document data changes."
msgstr ""
msgstr "Causes this node to be visible and updated when document data changes."
#: models.py:73
msgid "link documents"
msgstr ""
msgstr "link documents"
#: models.py:73
msgid ""
"Check this option to have this node act as a container for documents and not "
"as a parent for further nodes."
msgstr ""
"Check this option to have this node act as a container for documents and not"
" as a parent for further nodes."
msgstr "Check this option to have this node act as a container for documents and not as a parent for further nodes."
#: models.py:83 models.py:89
msgid "index template node"
msgstr ""
msgstr "index template node"
#: models.py:84
msgid "indexes template nodes"
msgstr ""
msgstr "indexes template nodes"
#: models.py:90
msgid "value"
msgstr ""
msgstr "value"
#: models.py:91
msgid "documents"
msgstr ""
msgstr "documents"
#: models.py:101
msgid "index instance node"
msgstr ""
msgstr "index instance node"
#: models.py:102
msgid "indexes instance nodes"
msgstr ""
msgstr "indexes instance nodes"
#: models.py:106
msgid "index instance"
msgstr ""
msgstr "index instance"
#: models.py:107
msgid "document"
msgstr ""
msgstr "document"
#: models.py:114
msgid "document rename count"
msgstr ""
msgstr "document rename count"
#: models.py:115
msgid "documents rename count"
msgstr ""
msgstr "documents rename count"
#: permissions.py:7
msgid "Indexing"
msgstr ""
msgstr "Indexing"
#: permissions.py:9
msgid "Configure document indexes"
msgstr ""
msgstr "Configure document indexes"
#: permissions.py:10
msgid "Create new document indexes"
msgstr ""
msgstr "Create new document indexes"
#: permissions.py:11
msgid "Edit document indexes"
msgstr ""
msgstr "Edit document indexes"
#: permissions.py:12
msgid "Delete document indexes"
msgstr ""
msgstr "Delete document indexes"
#: permissions.py:14
msgid "View document indexes"
msgstr ""
msgstr "View document indexes"
#: permissions.py:15
msgid "Rebuild document indexes"
msgstr ""
msgstr "Rebuild document indexes"
#: utils.py:19
msgid "document indexes"
msgstr ""
msgstr "document indexes"
#: views.py:72
msgid "Index created successfully."
msgstr ""
msgstr "Index created successfully."
#: views.py:96
msgid "Index edited successfully"
msgstr ""
msgstr "Index edited successfully"
#: views.py:102
#, python-format
msgid "edit index: %s"
msgstr ""
msgstr "edit index: %s"
#: views.py:127
#, python-format
msgid "Index: %s deleted successfully."
msgstr ""
msgstr "Index: %s deleted successfully."
#: views.py:129
#, python-format
msgid "Index: %(index)s delete error: %(error)s"
msgstr ""
msgstr "Index: %(index)s delete error: %(error)s"
#: views.py:141
#, python-format
msgid "Are you sure you with to delete the index: %s?"
msgstr ""
msgstr "Are you sure you with to delete the index: %s?"
#: views.py:165
#, python-format
msgid "tree template nodes for index: %s"
msgstr ""
msgstr "tree template nodes for index: %s"
#: views.py:168
msgid "level"
msgstr ""
msgstr "level"
#: views.py:170
msgid "has document links?"
msgstr ""
msgstr "has document links?"
#: views.py:192
#, python-format
msgid "document types not in index: %s"
msgstr ""
msgstr "document types not in index: %s"
#: views.py:193
#, python-format
msgid "document types for index: %s"
msgstr ""
msgstr "document types for index: %s"
#: views.py:216
msgid "Index template node created successfully."
msgstr ""
msgstr "Index template node created successfully."
#: views.py:222
msgid "create child node"
msgstr ""
msgstr "create child node"
#: views.py:243
msgid "Index template node edited successfully"
msgstr ""
msgstr "Index template node edited successfully"
#: views.py:249
#, python-format
msgid "edit index template node: %s"
msgstr ""
msgstr "edit index template node: %s"
#: views.py:256 views.py:296 views.py:365
msgid "node"
msgstr ""
msgstr "node"
#: views.py:278
#, python-format
msgid "Node: %s deleted successfully."
msgstr ""
msgstr "Node: %s deleted successfully."
#: views.py:280
#, python-format
msgid "Node: %(node)s delete error: %(error)s"
msgstr ""
msgstr "Node: %(node)s delete error: %(error)s"
#: views.py:289
#, python-format
msgid "Are you sure you with to delete the index template node: %s?"
msgstr ""
msgstr "Are you sure you with to delete the index template node: %s?"
#: views.py:313
msgid "nodes"
msgstr ""
msgstr "nodes"
#: views.py:347
#, python-format
msgid "contents for index: %s"
msgstr ""
msgstr "contents for index: %s"
#: views.py:369
msgid "items"
msgstr ""
msgstr "items"
#: views.py:394
msgid "Are you sure you wish to rebuild all indexes?"
msgstr ""
msgstr "Are you sure you wish to rebuild all indexes?"
#: views.py:395
msgid "On large databases this operation may take some time to execute."
msgstr ""
msgstr "On large databases this operation may take some time to execute."
#: views.py:401
msgid "Index rebuild completed successfully."
msgstr ""
msgstr "Index rebuild completed successfully."
#: views.py:408
#, python-format
msgid "Index rebuild error: %s"
msgstr ""
msgstr "Index rebuild error: %s"
#: views.py:431
#, python-format
msgid "indexes containing: %s"
msgstr ""
msgstr "indexes containing: %s"
#: conf/settings.py:22
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."
msgstr "A dictionary that maps the index name and where on the filesystem that index will be mirrored."
#: templates/indexing_help.html:3
msgid "What are indexes?"
msgstr ""
msgstr "What are indexes?"
#: templates/indexing_help.html:4
msgid "Indexes group documents into a tree like hierarchical structure."
msgstr ""
msgstr "Indexes group documents into a tree like hierarchical structure."

View File

@@ -3,14 +3,14 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Roberto Rosario <roberto.rosario.gonzalez@gmail.com>, 2011-2012.
# Roberto Rosario, 2011-2012
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
"PO-Revision-Date: 2012-12-12 06:14+0000\n"
"Last-Translator: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"

View File

@@ -0,0 +1,381 @@
# 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: \n"
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
"PO-Revision-Date: 2013-06-16 18:57+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Persian (http://www.transifex.com/projects/p/mayan-edms/language/fa/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: fa\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: __init__.py:31 __init__.py:46 __init__.py:48 models.py:64 views.py:39
#: views.py:310
msgid "indexes"
msgstr ""
#: __init__.py:32 __init__.py:43
msgid "index list"
msgstr ""
#: __init__.py:33 views.py:78
msgid "create index"
msgstr ""
#: __init__.py:34 __init__.py:40
msgid "edit"
msgstr ""
#: __init__.py:35 __init__.py:41
msgid "delete"
msgstr ""
#: __init__.py:36
msgid "tree template"
msgstr ""
#: __init__.py:37 models.py:21 views.py:314
msgid "document types"
msgstr ""
#: __init__.py:39
msgid "new child node"
msgstr ""
#: __init__.py:45
msgid "go up one level"
msgstr ""
#: __init__.py:50
msgid "rebuild indexes"
msgstr ""
#: __init__.py:50
msgid "Deletes and creates from scratch all the document indexes."
msgstr ""
#: __init__.py:52
msgid "Indexes"
msgstr ""
#: api.py:71
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr ""
#: api.py:85
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:94 api.py:109
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:151
#, 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:14
#, python-format
msgid "Available functions: %s"
msgstr ""
#: models.py:18 views.py:43
msgid "name"
msgstr ""
#: models.py:18
msgid "Internal name used to reference this index."
msgstr ""
#: models.py:19 views.py:44
msgid "title"
msgstr ""
#: models.py:19
msgid "The name that will be visible to users."
msgstr ""
#: models.py:20 models.py:72 views.py:45 views.py:169
msgid "enabled"
msgstr ""
#: models.py:20
msgid ""
"Causes this index to be visible and updated when document data changes."
msgstr ""
#: models.py:63 models.py:69 views.py:105 views.py:136 views.py:162
#: views.py:198 views.py:225 views.py:255 views.py:295
msgid "index"
msgstr ""
#: models.py:70
msgid "indexing expression"
msgstr ""
#: models.py:70
msgid "Enter a python string expression to be evaluated."
msgstr ""
#: models.py:72
msgid "Causes this node to be visible and updated when document data changes."
msgstr ""
#: models.py:73
msgid "link documents"
msgstr ""
#: models.py:73
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:83 models.py:89
msgid "index template node"
msgstr ""
#: models.py:84
msgid "indexes template nodes"
msgstr ""
#: models.py:90
msgid "value"
msgstr ""
#: models.py:91
msgid "documents"
msgstr ""
#: models.py:101
msgid "index instance node"
msgstr ""
#: models.py:102
msgid "indexes instance nodes"
msgstr ""
#: models.py:106
msgid "index instance"
msgstr ""
#: models.py:107
msgid "document"
msgstr ""
#: models.py:114
msgid "document rename count"
msgstr ""
#: models.py:115
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:72
msgid "Index created successfully."
msgstr ""
#: views.py:96
msgid "Index edited successfully"
msgstr ""
#: views.py:102
#, python-format
msgid "edit index: %s"
msgstr ""
#: views.py:127
#, python-format
msgid "Index: %s deleted successfully."
msgstr ""
#: views.py:129
#, python-format
msgid "Index: %(index)s delete error: %(error)s"
msgstr ""
#: views.py:141
#, python-format
msgid "Are you sure you with to delete the index: %s?"
msgstr ""
#: views.py:165
#, python-format
msgid "tree template nodes for index: %s"
msgstr ""
#: views.py:168
msgid "level"
msgstr ""
#: views.py:170
msgid "has document links?"
msgstr ""
#: views.py:192
#, python-format
msgid "document types not in index: %s"
msgstr ""
#: views.py:193
#, python-format
msgid "document types for index: %s"
msgstr ""
#: views.py:216
msgid "Index template node created successfully."
msgstr ""
#: views.py:222
msgid "create child node"
msgstr ""
#: views.py:243
msgid "Index template node edited successfully"
msgstr ""
#: views.py:249
#, python-format
msgid "edit index template node: %s"
msgstr ""
#: views.py:256 views.py:296 views.py:365
msgid "node"
msgstr ""
#: views.py:278
#, python-format
msgid "Node: %s deleted successfully."
msgstr ""
#: views.py:280
#, python-format
msgid "Node: %(node)s delete error: %(error)s"
msgstr ""
#: views.py:289
#, python-format
msgid "Are you sure you with to delete the index template node: %s?"
msgstr ""
#: views.py:313
msgid "nodes"
msgstr ""
#: views.py:347
#, python-format
msgid "contents for index: %s"
msgstr ""
#: views.py:369
msgid "items"
msgstr ""
#: views.py:394
msgid "Are you sure you wish to rebuild all indexes?"
msgstr ""
#: views.py:395
msgid "On large databases this operation may take some time to execute."
msgstr ""
#: views.py:401
msgid "Index rebuild completed successfully."
msgstr ""
#: views.py:408
#, python-format
msgid "Index rebuild error: %s"
msgstr ""
#: views.py:431
#, 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 ""

View File

@@ -3,14 +3,15 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Pierre Lhoste <peter.cathbad.host@gmail.com>, 2012.
# Pierre Lhoste <peter.cathbad.host@gmail.com>, 2012
# SadE54 <yannsuisini@gmail.com>, 2013
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
"PO-Revision-Date: 2012-12-12 06:05+0000\n"
"Last-Translator: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>\n"
"PO-Revision-Date: 2013-02-04 00:15+0000\n"
"Last-Translator: SadE54 <yannsuisini@gmail.com>\n"
"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -45,7 +46,7 @@ msgstr "modèle d'arborescence"
#: __init__.py:37 models.py:21 views.py:314
msgid "document types"
msgstr ""
msgstr "types de document"
#: __init__.py:39
msgid "new child node"
@@ -243,7 +244,7 @@ msgstr "Reconstruire les indexes des documents"
#: utils.py:19
msgid "document indexes"
msgstr ""
msgstr "Index de document"
#: views.py:72
msgid "Index created successfully."
@@ -289,12 +290,12 @@ msgstr "est lié à d'autres documents ?"
#: views.py:192
#, python-format
msgid "document types not in index: %s"
msgstr ""
msgstr "types de document non présents dans l'index: %s"
#: views.py:193
#, python-format
msgid "document types for index: %s"
msgstr ""
msgstr "type de document pour l'index: %s"
#: views.py:216
msgid "Index template node created successfully."

View File

@@ -0,0 +1,381 @@
# 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: \n"
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
"PO-Revision-Date: 2012-12-12 06:05+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-edms/language/hr_HR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: hr_HR\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:31 __init__.py:46 __init__.py:48 models.py:64 views.py:39
#: views.py:310
msgid "indexes"
msgstr ""
#: __init__.py:32 __init__.py:43
msgid "index list"
msgstr ""
#: __init__.py:33 views.py:78
msgid "create index"
msgstr ""
#: __init__.py:34 __init__.py:40
msgid "edit"
msgstr ""
#: __init__.py:35 __init__.py:41
msgid "delete"
msgstr ""
#: __init__.py:36
msgid "tree template"
msgstr ""
#: __init__.py:37 models.py:21 views.py:314
msgid "document types"
msgstr ""
#: __init__.py:39
msgid "new child node"
msgstr ""
#: __init__.py:45
msgid "go up one level"
msgstr ""
#: __init__.py:50
msgid "rebuild indexes"
msgstr ""
#: __init__.py:50
msgid "Deletes and creates from scratch all the document indexes."
msgstr ""
#: __init__.py:52
msgid "Indexes"
msgstr ""
#: api.py:71
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr ""
#: api.py:85
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:94 api.py:109
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:151
#, 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:14
#, python-format
msgid "Available functions: %s"
msgstr ""
#: models.py:18 views.py:43
msgid "name"
msgstr ""
#: models.py:18
msgid "Internal name used to reference this index."
msgstr ""
#: models.py:19 views.py:44
msgid "title"
msgstr ""
#: models.py:19
msgid "The name that will be visible to users."
msgstr ""
#: models.py:20 models.py:72 views.py:45 views.py:169
msgid "enabled"
msgstr ""
#: models.py:20
msgid ""
"Causes this index to be visible and updated when document data changes."
msgstr ""
#: models.py:63 models.py:69 views.py:105 views.py:136 views.py:162
#: views.py:198 views.py:225 views.py:255 views.py:295
msgid "index"
msgstr ""
#: models.py:70
msgid "indexing expression"
msgstr ""
#: models.py:70
msgid "Enter a python string expression to be evaluated."
msgstr ""
#: models.py:72
msgid "Causes this node to be visible and updated when document data changes."
msgstr ""
#: models.py:73
msgid "link documents"
msgstr ""
#: models.py:73
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:83 models.py:89
msgid "index template node"
msgstr ""
#: models.py:84
msgid "indexes template nodes"
msgstr ""
#: models.py:90
msgid "value"
msgstr ""
#: models.py:91
msgid "documents"
msgstr ""
#: models.py:101
msgid "index instance node"
msgstr ""
#: models.py:102
msgid "indexes instance nodes"
msgstr ""
#: models.py:106
msgid "index instance"
msgstr ""
#: models.py:107
msgid "document"
msgstr ""
#: models.py:114
msgid "document rename count"
msgstr ""
#: models.py:115
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:72
msgid "Index created successfully."
msgstr ""
#: views.py:96
msgid "Index edited successfully"
msgstr ""
#: views.py:102
#, python-format
msgid "edit index: %s"
msgstr ""
#: views.py:127
#, python-format
msgid "Index: %s deleted successfully."
msgstr ""
#: views.py:129
#, python-format
msgid "Index: %(index)s delete error: %(error)s"
msgstr ""
#: views.py:141
#, python-format
msgid "Are you sure you with to delete the index: %s?"
msgstr ""
#: views.py:165
#, python-format
msgid "tree template nodes for index: %s"
msgstr ""
#: views.py:168
msgid "level"
msgstr ""
#: views.py:170
msgid "has document links?"
msgstr ""
#: views.py:192
#, python-format
msgid "document types not in index: %s"
msgstr ""
#: views.py:193
#, python-format
msgid "document types for index: %s"
msgstr ""
#: views.py:216
msgid "Index template node created successfully."
msgstr ""
#: views.py:222
msgid "create child node"
msgstr ""
#: views.py:243
msgid "Index template node edited successfully"
msgstr ""
#: views.py:249
#, python-format
msgid "edit index template node: %s"
msgstr ""
#: views.py:256 views.py:296 views.py:365
msgid "node"
msgstr ""
#: views.py:278
#, python-format
msgid "Node: %s deleted successfully."
msgstr ""
#: views.py:280
#, python-format
msgid "Node: %(node)s delete error: %(error)s"
msgstr ""
#: views.py:289
#, python-format
msgid "Are you sure you with to delete the index template node: %s?"
msgstr ""
#: views.py:313
msgid "nodes"
msgstr ""
#: views.py:347
#, python-format
msgid "contents for index: %s"
msgstr ""
#: views.py:369
msgid "items"
msgstr ""
#: views.py:394
msgid "Are you sure you wish to rebuild all indexes?"
msgstr ""
#: views.py:395
msgid "On large databases this operation may take some time to execute."
msgstr ""
#: views.py:401
msgid "Index rebuild completed successfully."
msgstr ""
#: views.py:408
#, python-format
msgid "Index rebuild error: %s"
msgstr ""
#: views.py:431
#, 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 ""

View File

@@ -0,0 +1,381 @@
# 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: \n"
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
"PO-Revision-Date: 2012-12-12 06:05+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Hungarian (http://www.transifex.com/projects/p/mayan-edms/language/hu/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: hu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: __init__.py:31 __init__.py:46 __init__.py:48 models.py:64 views.py:39
#: views.py:310
msgid "indexes"
msgstr ""
#: __init__.py:32 __init__.py:43
msgid "index list"
msgstr ""
#: __init__.py:33 views.py:78
msgid "create index"
msgstr ""
#: __init__.py:34 __init__.py:40
msgid "edit"
msgstr ""
#: __init__.py:35 __init__.py:41
msgid "delete"
msgstr ""
#: __init__.py:36
msgid "tree template"
msgstr ""
#: __init__.py:37 models.py:21 views.py:314
msgid "document types"
msgstr ""
#: __init__.py:39
msgid "new child node"
msgstr ""
#: __init__.py:45
msgid "go up one level"
msgstr ""
#: __init__.py:50
msgid "rebuild indexes"
msgstr ""
#: __init__.py:50
msgid "Deletes and creates from scratch all the document indexes."
msgstr ""
#: __init__.py:52
msgid "Indexes"
msgstr ""
#: api.py:71
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr ""
#: api.py:85
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:94 api.py:109
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:151
#, 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:14
#, python-format
msgid "Available functions: %s"
msgstr ""
#: models.py:18 views.py:43
msgid "name"
msgstr ""
#: models.py:18
msgid "Internal name used to reference this index."
msgstr ""
#: models.py:19 views.py:44
msgid "title"
msgstr ""
#: models.py:19
msgid "The name that will be visible to users."
msgstr ""
#: models.py:20 models.py:72 views.py:45 views.py:169
msgid "enabled"
msgstr ""
#: models.py:20
msgid ""
"Causes this index to be visible and updated when document data changes."
msgstr ""
#: models.py:63 models.py:69 views.py:105 views.py:136 views.py:162
#: views.py:198 views.py:225 views.py:255 views.py:295
msgid "index"
msgstr ""
#: models.py:70
msgid "indexing expression"
msgstr ""
#: models.py:70
msgid "Enter a python string expression to be evaluated."
msgstr ""
#: models.py:72
msgid "Causes this node to be visible and updated when document data changes."
msgstr ""
#: models.py:73
msgid "link documents"
msgstr ""
#: models.py:73
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:83 models.py:89
msgid "index template node"
msgstr ""
#: models.py:84
msgid "indexes template nodes"
msgstr ""
#: models.py:90
msgid "value"
msgstr ""
#: models.py:91
msgid "documents"
msgstr ""
#: models.py:101
msgid "index instance node"
msgstr ""
#: models.py:102
msgid "indexes instance nodes"
msgstr ""
#: models.py:106
msgid "index instance"
msgstr ""
#: models.py:107
msgid "document"
msgstr ""
#: models.py:114
msgid "document rename count"
msgstr ""
#: models.py:115
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:72
msgid "Index created successfully."
msgstr ""
#: views.py:96
msgid "Index edited successfully"
msgstr ""
#: views.py:102
#, python-format
msgid "edit index: %s"
msgstr ""
#: views.py:127
#, python-format
msgid "Index: %s deleted successfully."
msgstr ""
#: views.py:129
#, python-format
msgid "Index: %(index)s delete error: %(error)s"
msgstr ""
#: views.py:141
#, python-format
msgid "Are you sure you with to delete the index: %s?"
msgstr ""
#: views.py:165
#, python-format
msgid "tree template nodes for index: %s"
msgstr ""
#: views.py:168
msgid "level"
msgstr ""
#: views.py:170
msgid "has document links?"
msgstr ""
#: views.py:192
#, python-format
msgid "document types not in index: %s"
msgstr ""
#: views.py:193
#, python-format
msgid "document types for index: %s"
msgstr ""
#: views.py:216
msgid "Index template node created successfully."
msgstr ""
#: views.py:222
msgid "create child node"
msgstr ""
#: views.py:243
msgid "Index template node edited successfully"
msgstr ""
#: views.py:249
#, python-format
msgid "edit index template node: %s"
msgstr ""
#: views.py:256 views.py:296 views.py:365
msgid "node"
msgstr ""
#: views.py:278
#, python-format
msgid "Node: %s deleted successfully."
msgstr ""
#: views.py:280
#, python-format
msgid "Node: %(node)s delete error: %(error)s"
msgstr ""
#: views.py:289
#, python-format
msgid "Are you sure you with to delete the index template node: %s?"
msgstr ""
#: views.py:313
msgid "nodes"
msgstr ""
#: views.py:347
#, python-format
msgid "contents for index: %s"
msgstr ""
#: views.py:369
msgid "items"
msgstr ""
#: views.py:394
msgid "Are you sure you wish to rebuild all indexes?"
msgstr ""
#: views.py:395
msgid "On large databases this operation may take some time to execute."
msgstr ""
#: views.py:401
msgid "Index rebuild completed successfully."
msgstr ""
#: views.py:408
#, python-format
msgid "Index rebuild error: %s"
msgstr ""
#: views.py:431
#, 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 ""

View File

@@ -0,0 +1,381 @@
# 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: \n"
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
"PO-Revision-Date: 2011-09-30 04:42+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Indonesian (http://www.transifex.com/projects/p/mayan-edms/language/id/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: id\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: __init__.py:31 __init__.py:46 __init__.py:48 models.py:64 views.py:39
#: views.py:310
msgid "indexes"
msgstr ""
#: __init__.py:32 __init__.py:43
msgid "index list"
msgstr ""
#: __init__.py:33 views.py:78
msgid "create index"
msgstr ""
#: __init__.py:34 __init__.py:40
msgid "edit"
msgstr ""
#: __init__.py:35 __init__.py:41
msgid "delete"
msgstr ""
#: __init__.py:36
msgid "tree template"
msgstr ""
#: __init__.py:37 models.py:21 views.py:314
msgid "document types"
msgstr ""
#: __init__.py:39
msgid "new child node"
msgstr ""
#: __init__.py:45
msgid "go up one level"
msgstr ""
#: __init__.py:50
msgid "rebuild indexes"
msgstr ""
#: __init__.py:50
msgid "Deletes and creates from scratch all the document indexes."
msgstr ""
#: __init__.py:52
msgid "Indexes"
msgstr ""
#: api.py:71
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr ""
#: api.py:85
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:94 api.py:109
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:151
#, 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:14
#, python-format
msgid "Available functions: %s"
msgstr ""
#: models.py:18 views.py:43
msgid "name"
msgstr ""
#: models.py:18
msgid "Internal name used to reference this index."
msgstr ""
#: models.py:19 views.py:44
msgid "title"
msgstr ""
#: models.py:19
msgid "The name that will be visible to users."
msgstr ""
#: models.py:20 models.py:72 views.py:45 views.py:169
msgid "enabled"
msgstr ""
#: models.py:20
msgid ""
"Causes this index to be visible and updated when document data changes."
msgstr ""
#: models.py:63 models.py:69 views.py:105 views.py:136 views.py:162
#: views.py:198 views.py:225 views.py:255 views.py:295
msgid "index"
msgstr ""
#: models.py:70
msgid "indexing expression"
msgstr ""
#: models.py:70
msgid "Enter a python string expression to be evaluated."
msgstr ""
#: models.py:72
msgid "Causes this node to be visible and updated when document data changes."
msgstr ""
#: models.py:73
msgid "link documents"
msgstr ""
#: models.py:73
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:83 models.py:89
msgid "index template node"
msgstr ""
#: models.py:84
msgid "indexes template nodes"
msgstr ""
#: models.py:90
msgid "value"
msgstr ""
#: models.py:91
msgid "documents"
msgstr ""
#: models.py:101
msgid "index instance node"
msgstr ""
#: models.py:102
msgid "indexes instance nodes"
msgstr ""
#: models.py:106
msgid "index instance"
msgstr ""
#: models.py:107
msgid "document"
msgstr ""
#: models.py:114
msgid "document rename count"
msgstr ""
#: models.py:115
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:72
msgid "Index created successfully."
msgstr ""
#: views.py:96
msgid "Index edited successfully"
msgstr ""
#: views.py:102
#, python-format
msgid "edit index: %s"
msgstr ""
#: views.py:127
#, python-format
msgid "Index: %s deleted successfully."
msgstr ""
#: views.py:129
#, python-format
msgid "Index: %(index)s delete error: %(error)s"
msgstr ""
#: views.py:141
#, python-format
msgid "Are you sure you with to delete the index: %s?"
msgstr ""
#: views.py:165
#, python-format
msgid "tree template nodes for index: %s"
msgstr ""
#: views.py:168
msgid "level"
msgstr ""
#: views.py:170
msgid "has document links?"
msgstr ""
#: views.py:192
#, python-format
msgid "document types not in index: %s"
msgstr ""
#: views.py:193
#, python-format
msgid "document types for index: %s"
msgstr ""
#: views.py:216
msgid "Index template node created successfully."
msgstr ""
#: views.py:222
msgid "create child node"
msgstr ""
#: views.py:243
msgid "Index template node edited successfully"
msgstr ""
#: views.py:249
#, python-format
msgid "edit index template node: %s"
msgstr ""
#: views.py:256 views.py:296 views.py:365
msgid "node"
msgstr ""
#: views.py:278
#, python-format
msgid "Node: %s deleted successfully."
msgstr ""
#: views.py:280
#, python-format
msgid "Node: %(node)s delete error: %(error)s"
msgstr ""
#: views.py:289
#, python-format
msgid "Are you sure you with to delete the index template node: %s?"
msgstr ""
#: views.py:313
msgid "nodes"
msgstr ""
#: views.py:347
#, python-format
msgid "contents for index: %s"
msgstr ""
#: views.py:369
msgid "items"
msgstr ""
#: views.py:394
msgid "Are you sure you wish to rebuild all indexes?"
msgstr ""
#: views.py:395
msgid "On large databases this operation may take some time to execute."
msgstr ""
#: views.py:401
msgid "Index rebuild completed successfully."
msgstr ""
#: views.py:408
#, python-format
msgid "Index rebuild error: %s"
msgstr ""
#: views.py:431
#, 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 ""

View File

@@ -3,16 +3,17 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Carlo Zanatto <>, 2012.
# <pierpaolo.baldan@gmail.com>, 2011.
# Pierpaolo Baldan <pierpaolo.baldan@gmail.com>, 2012.
# Carlo Zanatto <>, 2012
# Giovanni Tricarico <gtricarico92@gmail.com>, 2014
# Pierpaolo Baldan <pierpaolo.baldan@gmail.com>, 2011
# Pierpaolo Baldan <pierpaolo.baldan@gmail.com>, 2012
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
"PO-Revision-Date: 2012-12-12 06:05+0000\n"
"Last-Translator: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>\n"
"PO-Revision-Date: 2014-01-11 11:49+0000\n"
"Last-Translator: Giovanni Tricarico <gtricarico92@gmail.com>\n"
"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -47,7 +48,7 @@ msgstr "albero di template"
#: __init__.py:37 models.py:21 views.py:314
msgid "document types"
msgstr ""
msgstr "tipi documento "
#: __init__.py:39
msgid "new child node"
@@ -245,7 +246,7 @@ msgstr "Ricostruisci indici documento"
#: utils.py:19
msgid "document indexes"
msgstr ""
msgstr "indici documento "
#: views.py:72
msgid "Index created successfully."
@@ -286,17 +287,17 @@ msgstr "livello"
#: views.py:170
msgid "has document links?"
msgstr ""
msgstr "Il documento ha collegamento ?"
#: views.py:192
#, python-format
msgid "document types not in index: %s"
msgstr ""
msgstr "tipi documento non nell'indice: %s"
#: views.py:193
#, python-format
msgid "document types for index: %s"
msgstr ""
msgstr "tipi documento per indice: %s"
#: views.py:216
msgid "Index template node created successfully."

View File

@@ -3,13 +3,13 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Lucas Weel <ljj.weel@gmail.com>, 2013.
# Lucas Weel <ljj.weel@gmail.com>, 2013
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
"PO-Revision-Date: 2013-01-21 10:57+0000\n"
"PO-Revision-Date: 2013-12-18 14:15+0000\n"
"Last-Translator: Lucas Weel <ljj.weel@gmail.com>\n"
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n"
"MIME-Version: 1.0\n"
@@ -29,27 +29,27 @@ msgstr "indexeringslijst"
#: __init__.py:33 views.py:78
msgid "create index"
msgstr ""
msgstr "indexering aanmaken"
#: __init__.py:34 __init__.py:40
msgid "edit"
msgstr ""
msgstr "wijzigen"
#: __init__.py:35 __init__.py:41
msgid "delete"
msgstr ""
msgstr "verwijderen"
#: __init__.py:36
msgid "tree template"
msgstr ""
msgstr "sjabloon boomstructuur"
#: __init__.py:37 models.py:21 views.py:314
msgid "document types"
msgstr ""
msgstr "document-typen"
#: __init__.py:39
msgid "new child node"
msgstr ""
msgstr "nieuwe node"
#: __init__.py:45
msgid "go up one level"
@@ -104,114 +104,114 @@ msgstr "Niet mogelijke om een 'symbolic link' aan te maken. Bestand bestaat reed
#: filesystem.py:71
#, python-format
msgid "Unable to create symbolic link: %(filepath)s; %(exc)s"
msgstr ""
msgstr "Niet mogelijk om een 'symbolic link': %(filepath)s; aan te maken, voor: %(exc)s "
#: filesystem.py:84
#, python-format
msgid "Unable to delete document symbolic link; %s"
msgstr ""
msgstr "Niet mogelijk om de 'symbolic link' voor document: %s te verwijderen."
#: filesystem.py:96
#, python-format
msgid "Unable to delete indexing directory; %s"
msgstr ""
msgstr "Niet mogelijk om de indexingfolder: %s, te verwijderen."
#: models.py:14
#, python-format
msgid "Available functions: %s"
msgstr ""
msgstr "Beschikbare functies: %s"
#: models.py:18 views.py:43
msgid "name"
msgstr ""
msgstr "naam"
#: models.py:18
msgid "Internal name used to reference this index."
msgstr ""
msgstr "Interne naam voor deze index."
#: models.py:19 views.py:44
msgid "title"
msgstr ""
msgstr "titel"
#: models.py:19
msgid "The name that will be visible to users."
msgstr ""
msgstr "Naam zichtbaar voor gebruikers"
#: models.py:20 models.py:72 views.py:45 views.py:169
msgid "enabled"
msgstr ""
msgstr "ingeschakeld"
#: models.py:20
msgid ""
"Causes this index to be visible and updated when document data changes."
msgstr ""
msgstr "Maakt deze index zichtbaar en 'up-to-date' wanneer document gegevens wijzigd."
#: models.py:63 models.py:69 views.py:105 views.py:136 views.py:162
#: views.py:198 views.py:225 views.py:255 views.py:295
msgid "index"
msgstr ""
msgstr "index"
#: models.py:70
msgid "indexing expression"
msgstr ""
msgstr "indexering-expressie"
#: models.py:70
msgid "Enter a python string expression to be evaluated."
msgstr ""
msgstr "Voer een python sting expressie in, voor evaluatie."
#: models.py:72
msgid "Causes this node to be visible and updated when document data changes."
msgstr ""
msgstr "Maakt deze node zichtbaar en 'up-to-date' wanneer document gegevens wijzigen"
#: models.py:73
msgid "link documents"
msgstr ""
msgstr "gekoppelde documenten"
#: models.py:73
msgid ""
"Check this option to have this node act as a container for documents and not"
" as a parent for further nodes."
msgstr ""
msgstr "Selecteer deze optie, wanneer deze node alleen documenten dient te bevatten. "
#: models.py:83 models.py:89
msgid "index template node"
msgstr ""
msgstr "sjabloon indexering node"
#: models.py:84
msgid "indexes template nodes"
msgstr ""
msgstr "sjabloon indexeringen nodes"
#: models.py:90
msgid "value"
msgstr ""
msgstr "waarde"
#: models.py:91
msgid "documents"
msgstr ""
msgstr "documenten"
#: models.py:101
msgid "index instance node"
msgstr ""
msgstr "instantie indexeringsnode"
#: models.py:102
msgid "indexes instance nodes"
msgstr ""
msgstr "instantie indexeringsnodes"
#: models.py:106
msgid "index instance"
msgstr ""
msgstr "index instantie"
#: models.py:107
msgid "document"
msgstr ""
msgstr "document"
#: models.py:114
msgid "document rename count"
msgstr ""
msgstr "document hernoem teller"
#: models.py:115
msgid "documents rename count"
msgstr ""
msgstr "documenten hernoem teller"
#: permissions.py:7
msgid "Indexing"
@@ -219,19 +219,19 @@ msgstr "Indexering bezig"
#: permissions.py:9
msgid "Configure document indexes"
msgstr ""
msgstr "Document indexeringen configureren"
#: permissions.py:10
msgid "Create new document indexes"
msgstr ""
msgstr "Aanmaken van nieuw document-indexeringen"
#: permissions.py:11
msgid "Edit document indexes"
msgstr ""
msgstr "Wijzig document-indexeringen"
#: permissions.py:12
msgid "Delete document indexes"
msgstr ""
msgstr "Verwijder document-indexeringen"
#: permissions.py:14
msgid "View document indexes"
@@ -243,140 +243,140 @@ msgstr "documenten opnieuw indexeren"
#: utils.py:19
msgid "document indexes"
msgstr ""
msgstr "document-indexeringen"
#: views.py:72
msgid "Index created successfully."
msgstr ""
msgstr "Indexering succesvol aangemaakt."
#: views.py:96
msgid "Index edited successfully"
msgstr ""
msgstr "Indexering succesvol bewerkt"
#: views.py:102
#, python-format
msgid "edit index: %s"
msgstr ""
msgstr "wijzig index: %s"
#: views.py:127
#, python-format
msgid "Index: %s deleted successfully."
msgstr ""
msgstr "Index: %s verwijderd."
#: views.py:129
#, python-format
msgid "Index: %(index)s delete error: %(error)s"
msgstr ""
msgstr "Fout bij het verwijderen van index: %(index)s, foutmelding: %(error)s "
#: views.py:141
#, python-format
msgid "Are you sure you with to delete the index: %s?"
msgstr ""
msgstr "Bent u er zeker van om index: %s, te verwijderen?"
#: views.py:165
#, python-format
msgid "tree template nodes for index: %s"
msgstr ""
msgstr "sjabloon node boomstructuur voor index: %s"
#: views.py:168
msgid "level"
msgstr ""
msgstr "niveau"
#: views.py:170
msgid "has document links?"
msgstr ""
msgstr "heeft document verwijzingen?"
#: views.py:192
#, python-format
msgid "document types not in index: %s"
msgstr ""
msgstr "documenttype komt niet voor in index: %s"
#: views.py:193
#, python-format
msgid "document types for index: %s"
msgstr ""
msgstr "documenttype for index: %s"
#: views.py:216
msgid "Index template node created successfully."
msgstr ""
msgstr "sjabloon node index succesvol aangemaakt."
#: views.py:222
msgid "create child node"
msgstr ""
msgstr "aanmaken node"
#: views.py:243
msgid "Index template node edited successfully"
msgstr ""
msgstr "Sjabloon node index succesvol bewerkt"
#: views.py:249
#, python-format
msgid "edit index template node: %s"
msgstr ""
msgstr "Bewerken sjabloon node index: %s"
#: views.py:256 views.py:296 views.py:365
msgid "node"
msgstr ""
msgstr "node"
#: views.py:278
#, python-format
msgid "Node: %s deleted successfully."
msgstr ""
msgstr "Node: %s verwijdert"
#: views.py:280
#, python-format
msgid "Node: %(node)s delete error: %(error)s"
msgstr ""
msgstr "Fout bij het verwijderen van Node: %(node)s, foutmelding: %(error)s"
#: views.py:289
#, python-format
msgid "Are you sure you with to delete the index template node: %s?"
msgstr ""
msgstr "Bent u er zeker van om sjabloon indexeringsnode: %s, te verwijderen?"
#: views.py:313
msgid "nodes"
msgstr ""
msgstr "nodes"
#: views.py:347
#, python-format
msgid "contents for index: %s"
msgstr ""
msgstr "inhoud voor index: %s"
#: views.py:369
msgid "items"
msgstr ""
msgstr "items"
#: views.py:394
msgid "Are you sure you wish to rebuild all indexes?"
msgstr ""
msgstr "Weet u zeker dat u alle indexeringen wilt herbouwen."
#: views.py:395
msgid "On large databases this operation may take some time to execute."
msgstr ""
msgstr "Voor een grote database kan deze operatie lang duren."
#: views.py:401
msgid "Index rebuild completed successfully."
msgstr ""
msgstr "aanmaken indexering succesvol voltooid."
#: views.py:408
#, python-format
msgid "Index rebuild error: %s"
msgstr ""
msgstr "Fout bij het aanmaken van de indexering. Melding: %s"
#: views.py:431
#, python-format
msgid "indexes containing: %s"
msgstr ""
msgstr "Indexeringen met inhoud: %s"
#: conf/settings.py:22
msgid ""
"A dictionary that maps the index name and where on the filesystem that index"
" will be mirrored."
msgstr ""
msgstr "Een mapping tussen indexnaam en de locatie op het filesysteem."
#: templates/indexing_help.html:3
msgid "What are indexes?"
msgstr ""
msgstr "Wat zijn indexeringen?"
#: templates/indexing_help.html:4
msgid "Indexes group documents into a tree like hierarchical structure."
msgstr ""
msgstr "Indexeringen groeperen documenten in een hierargische boomstructuur."

View File

@@ -3,14 +3,14 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# <winterfall24@gmail.com>, 2012.
# mic <winterfall24@gmail.com>, 2012
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
"PO-Revision-Date: 2012-12-12 06:05+0000\n"
"Last-Translator: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"

View File

@@ -3,15 +3,15 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Renata Oliveira <renatabels@gmail.com>, 2011.
# Vítor Figueiró <vfigueiro@gmail.com>, 2012.
# Renata Oliveira <renatabels@gmail.com>, 2011
# Vítor Figueiró <vfigueiro@gmail.com>, 2012
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
"PO-Revision-Date: 2012-12-12 06:05+0000\n"
"Last-Translator: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"

View File

@@ -3,14 +3,14 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Renata Oliveira <renatabels@gmail.com>, 2011.
# Renata Oliveira <renatabels@gmail.com>, 2011
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
"PO-Revision-Date: 2012-12-12 06:05+0000\n"
"Last-Translator: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"

View File

@@ -3,14 +3,14 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Sergey Glita <gsv70@mail.ru>, 2012.
# Sergey Glita <gsv70@mail.ru>, 2012-2013
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
"PO-Revision-Date: 2012-12-12 06:05+0000\n"
"Last-Translator: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>\n"
"PO-Revision-Date: 2013-05-14 06:28+0000\n"
"Last-Translator: Sergey Glita <gsv70@mail.ru>\n"
"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -45,7 +45,7 @@ msgstr "шаблон дерева"
#: __init__.py:37 models.py:21 views.py:314
msgid "document types"
msgstr ""
msgstr "типы документов"
#: __init__.py:39
msgid "new child node"
@@ -243,7 +243,7 @@ msgstr "Восстановление индексов документа"
#: utils.py:19
msgid "document indexes"
msgstr ""
msgstr "индексы документов"
#: views.py:72
msgid "Index created successfully."
@@ -289,12 +289,12 @@ msgstr "есть ссылки на документы?"
#: views.py:192
#, python-format
msgid "document types not in index: %s"
msgstr ""
msgstr "типы документов вне индекса: %s"
#: views.py:193
#, python-format
msgid "document types for index: %s"
msgstr ""
msgstr "типы документов для индекса: %s"
#: views.py:216
msgid "Index template node created successfully."

View File

@@ -6,10 +6,10 @@
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
"PO-Revision-Date: 2012-12-12 06:05+0000\n"
"Last-Translator: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/mayan-edms/language/sl_SI/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"

View File

@@ -0,0 +1,381 @@
# 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: \n"
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
"PO-Revision-Date: 2013-06-10 05:29+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-edms/language/tr_TR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: tr_TR\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: __init__.py:31 __init__.py:46 __init__.py:48 models.py:64 views.py:39
#: views.py:310
msgid "indexes"
msgstr ""
#: __init__.py:32 __init__.py:43
msgid "index list"
msgstr ""
#: __init__.py:33 views.py:78
msgid "create index"
msgstr ""
#: __init__.py:34 __init__.py:40
msgid "edit"
msgstr ""
#: __init__.py:35 __init__.py:41
msgid "delete"
msgstr ""
#: __init__.py:36
msgid "tree template"
msgstr ""
#: __init__.py:37 models.py:21 views.py:314
msgid "document types"
msgstr ""
#: __init__.py:39
msgid "new child node"
msgstr ""
#: __init__.py:45
msgid "go up one level"
msgstr ""
#: __init__.py:50
msgid "rebuild indexes"
msgstr ""
#: __init__.py:50
msgid "Deletes and creates from scratch all the document indexes."
msgstr ""
#: __init__.py:52
msgid "Indexes"
msgstr ""
#: api.py:71
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr ""
#: api.py:85
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:94 api.py:109
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:151
#, 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:14
#, python-format
msgid "Available functions: %s"
msgstr ""
#: models.py:18 views.py:43
msgid "name"
msgstr ""
#: models.py:18
msgid "Internal name used to reference this index."
msgstr ""
#: models.py:19 views.py:44
msgid "title"
msgstr ""
#: models.py:19
msgid "The name that will be visible to users."
msgstr ""
#: models.py:20 models.py:72 views.py:45 views.py:169
msgid "enabled"
msgstr ""
#: models.py:20
msgid ""
"Causes this index to be visible and updated when document data changes."
msgstr ""
#: models.py:63 models.py:69 views.py:105 views.py:136 views.py:162
#: views.py:198 views.py:225 views.py:255 views.py:295
msgid "index"
msgstr ""
#: models.py:70
msgid "indexing expression"
msgstr ""
#: models.py:70
msgid "Enter a python string expression to be evaluated."
msgstr ""
#: models.py:72
msgid "Causes this node to be visible and updated when document data changes."
msgstr ""
#: models.py:73
msgid "link documents"
msgstr ""
#: models.py:73
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:83 models.py:89
msgid "index template node"
msgstr ""
#: models.py:84
msgid "indexes template nodes"
msgstr ""
#: models.py:90
msgid "value"
msgstr ""
#: models.py:91
msgid "documents"
msgstr ""
#: models.py:101
msgid "index instance node"
msgstr ""
#: models.py:102
msgid "indexes instance nodes"
msgstr ""
#: models.py:106
msgid "index instance"
msgstr ""
#: models.py:107
msgid "document"
msgstr ""
#: models.py:114
msgid "document rename count"
msgstr ""
#: models.py:115
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:72
msgid "Index created successfully."
msgstr ""
#: views.py:96
msgid "Index edited successfully"
msgstr ""
#: views.py:102
#, python-format
msgid "edit index: %s"
msgstr ""
#: views.py:127
#, python-format
msgid "Index: %s deleted successfully."
msgstr ""
#: views.py:129
#, python-format
msgid "Index: %(index)s delete error: %(error)s"
msgstr ""
#: views.py:141
#, python-format
msgid "Are you sure you with to delete the index: %s?"
msgstr ""
#: views.py:165
#, python-format
msgid "tree template nodes for index: %s"
msgstr ""
#: views.py:168
msgid "level"
msgstr ""
#: views.py:170
msgid "has document links?"
msgstr ""
#: views.py:192
#, python-format
msgid "document types not in index: %s"
msgstr ""
#: views.py:193
#, python-format
msgid "document types for index: %s"
msgstr ""
#: views.py:216
msgid "Index template node created successfully."
msgstr ""
#: views.py:222
msgid "create child node"
msgstr ""
#: views.py:243
msgid "Index template node edited successfully"
msgstr ""
#: views.py:249
#, python-format
msgid "edit index template node: %s"
msgstr ""
#: views.py:256 views.py:296 views.py:365
msgid "node"
msgstr ""
#: views.py:278
#, python-format
msgid "Node: %s deleted successfully."
msgstr ""
#: views.py:280
#, python-format
msgid "Node: %(node)s delete error: %(error)s"
msgstr ""
#: views.py:289
#, python-format
msgid "Are you sure you with to delete the index template node: %s?"
msgstr ""
#: views.py:313
msgid "nodes"
msgstr ""
#: views.py:347
#, python-format
msgid "contents for index: %s"
msgstr ""
#: views.py:369
msgid "items"
msgstr ""
#: views.py:394
msgid "Are you sure you wish to rebuild all indexes?"
msgstr ""
#: views.py:395
msgid "On large databases this operation may take some time to execute."
msgstr ""
#: views.py:401
msgid "Index rebuild completed successfully."
msgstr ""
#: views.py:408
#, python-format
msgid "Index rebuild error: %s"
msgstr ""
#: views.py:431
#, 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 ""

View File

@@ -6,7 +6,7 @@
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
"PO-Revision-Date: 2011-09-30 04:42+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"