Translation file synchronization

This commit is contained in:
Roberto Rosario
2014-10-08 17:31:51 -04:00
parent bdb3cdb91b
commit 379a34dabe
812 changed files with 120463 additions and 77028 deletions

View File

@@ -1,49 +1,47 @@
# 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:
# Mohammed ALDOUB <voulnet@gmail.com>, 2013
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-07-31 19:52-0400\n"
"PO-Revision-Date: 2013-01-25 20:38+0000\n"
"Last-Translator: Mohammed ALDOUB <voulnet@gmail.com>\n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/"
"language/ar/)\n"
"Language: ar\n"
"POT-Creation-Date: 2014-10-08 17:09-0400\n"
"PO-Revision-Date: 2014-10-08 21:13+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Arabic (http://www.transifex.com/projects/p/mayan-edms/language/ar/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 "
"&& n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
"Language: ar\n"
"Plural-Forms: nplurals=6; plural=n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5;\n"
#: __init__.py:45
#: __init__.py:44 links.py:23 links.py:38 links.py:40 models.py:64
#: views.py:305
msgid "Indexes"
msgstr "Indexes"
#: api.py:71
#: api.py:73
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr "Maximum suffix (%s) count reached."
#: api.py:85
#: api.py:88
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr "Error in document indexing update expression: %(expression)s; %(exception)s"
#: api.py:94 api.py:109
#: api.py:97 api.py:112
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr "Error updating document index, expression: %(expression)s; %(exception)s"
#: api.py:151
#: api.py:155
#, python-format
msgid "Unable to delete document indexing node; %s"
msgstr "Unable to delete document indexing node; %s"
@@ -54,18 +52,16 @@ msgid "Unable to create indexing directory; %s"
msgstr "Unable to create indexing directory; %s"
#: filesystem.py:69
#, fuzzy, python-format
#, python-format
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"
#: filesystem.py:71
#, fuzzy, python-format
#, python-format
msgid "Unable to create symbolic link: %(filepath)s; %(exception)s"
msgstr "Unable to create symbolic link: %(filepath)s; %(exc)s"
msgstr ""
#: filesystem.py:84
#, python-format
@@ -77,45 +73,41 @@ msgstr "Unable to delete document symbolic link; %s"
msgid "Unable to delete indexing directory; %s"
msgstr "Unable to delete indexing directory; %s"
#: links.py:23 links.py:38 links.py:40 models.py:64 views.py:40 views.py:305
msgid "indexes"
msgstr "indexes"
#: links.py:24 links.py:35
msgid "index list"
msgstr "index list"
msgid "Index list"
msgstr ""
#: links.py:25 views.py:77
msgid "create index"
msgstr "create index"
msgid "Create index"
msgstr ""
#: links.py:26 links.py:32
msgid "edit"
msgstr "edit"
msgid "Edit"
msgstr ""
#: links.py:27 links.py:33
msgid "delete"
msgstr "delete"
msgid "Delete"
msgstr ""
#: links.py:28
msgid "tree template"
msgstr "tree template"
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:309
msgid "document types"
msgstr "document types"
msgid "Document types"
msgstr ""
#: links.py:31
msgid "new child node"
msgstr "new child node"
msgid "New child node"
msgstr ""
#: links.py:37
msgid "go up one level"
msgstr "go up one level"
msgid "Go up one level"
msgstr ""
#: links.py:42
msgid "rebuild indexes"
msgstr "rebuild indexes"
msgid "Rebuild indexes"
msgstr ""
#: links.py:42
msgid "Deletes and creates from scratch all the document indexes."
@@ -127,38 +119,38 @@ msgid "Available functions: %s"
msgstr "Available functions: %s"
#: models.py:18 views.py:44
msgid "name"
msgstr "name"
msgid "Name"
msgstr ""
#: models.py:18
msgid "Internal name used to reference this index."
msgstr "Internal name used to reference this index."
#: models.py:19 views.py:45
msgid "title"
msgstr "title"
msgid "Title"
msgstr ""
#: models.py:19
msgid "The name that will be visible to users."
msgstr "The name that will be visible to users."
#: models.py:20 models.py:72 views.py:46 views.py:166
msgid "enabled"
msgstr "enabled"
msgid "Enabled"
msgstr ""
#: 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:103 views.py:133 views.py:159
#: views.py:195 views.py:222 views.py:251 views.py:290
msgid "index"
msgstr "index"
msgid "Index"
msgstr ""
#: models.py:70
msgid "indexing expression"
msgstr "indexing expression"
msgid "Indexing expression"
msgstr ""
#: models.py:70
msgid "Enter a python string expression to be evaluated."
@@ -169,56 +161,54 @@ msgid "Causes this node to be visible and updated when document data changes."
msgstr "Causes this node to be visible and updated when document data changes."
#: models.py:73
msgid "link documents"
msgstr "link documents"
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 ""
"Check this option to have this node act as a container for documents and not "
"as a parent for further nodes."
"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 "index template node"
msgid "Index template node"
msgstr ""
#: models.py:84
msgid "indexes template nodes"
msgstr "indexes template nodes"
msgid "Indexes template nodes"
msgstr ""
#: models.py:90
msgid "value"
msgstr "value"
msgid "Value"
msgstr ""
#: models.py:91
msgid "documents"
msgstr "documents"
msgid "Documents"
msgstr ""
#: models.py:101
msgid "index instance node"
msgstr "index instance node"
msgid "Index instance node"
msgstr ""
#: models.py:102
msgid "indexes instance nodes"
msgstr "indexes instance nodes"
msgid "Indexes instance nodes"
msgstr ""
#: models.py:106
msgid "index instance"
msgstr "index instance"
msgid "Index instance"
msgstr ""
#: models.py:107
msgid "document"
msgstr "document"
msgid "Document"
msgstr ""
#: models.py:114
msgid "document rename count"
msgstr "document rename count"
msgid "Document rename count"
msgstr ""
#: models.py:115
msgid "documents rename count"
msgstr "documents rename count"
msgid "Documents rename count"
msgstr ""
#: permissions.py:7
msgid "Indexing"
@@ -248,10 +238,20 @@ msgstr "View document indexes"
msgid "Rebuild document indexes"
msgstr "Rebuild document indexes"
#: settings.py:20
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."
#: utils.py:19
msgid "document indexes"
msgstr "document indexes"
#: views.py:40
msgid "indexes"
msgstr "indexes"
#: views.py:71
msgid "Index created successfully."
msgstr "Index created successfully."
@@ -262,8 +262,8 @@ msgstr "Index edited successfully"
#: views.py:100
#, python-format
msgid "edit index: %s"
msgstr "edit index: %s"
msgid "Edit index: %s"
msgstr ""
#: views.py:124
#, python-format
@@ -282,34 +282,34 @@ msgstr "Are you sure you with to delete the index: %s?"
#: views.py:162
#, python-format
msgid "tree template nodes for index: %s"
msgstr "tree template nodes for index: %s"
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:165
msgid "level"
msgstr "level"
msgid "Level"
msgstr ""
#: views.py:167
msgid "has document links?"
msgstr "has document links?"
msgid "Has document links?"
msgstr ""
#: views.py:189
#, python-format
msgid "document types not in index: %s"
msgstr "document types not in index: %s"
msgid "Document types not in index: %s"
msgstr ""
#: views.py:190
#, python-format
msgid "document types for index: %s"
msgstr "document types for index: %s"
msgid "Document types for index: %s"
msgstr ""
#: views.py:213
msgid "Index template node created successfully."
msgstr "Index template node created successfully."
#: views.py:219
msgid "create child node"
msgstr "create child node"
msgid "Create child node"
msgstr ""
#: views.py:239
msgid "Index template node edited successfully"
@@ -317,12 +317,12 @@ msgstr "Index template node edited successfully"
#: views.py:245
#, python-format
msgid "edit index template node: %s"
msgstr "edit index template node: %s"
msgid "Edit index template node: %s"
msgstr ""
#: views.py:252 views.py:291 views.py:358
msgid "node"
msgstr "node"
msgid "Node"
msgstr ""
#: views.py:273
#, python-format
@@ -340,17 +340,17 @@ 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?"
#: views.py:308
msgid "nodes"
msgstr "nodes"
msgid "Nodes"
msgstr ""
#: views.py:340
#, python-format
msgid "contents for index: %s"
msgstr "contents for index: %s"
msgid "Contents for index: %s"
msgstr ""
#: views.py:362
msgid "items"
msgstr "items"
msgid "Items"
msgstr ""
#: views.py:387
msgid "Are you sure you wish to rebuild all indexes?"
@@ -371,25 +371,27 @@ msgstr "Index rebuild error: %s"
#: views.py:424
#, python-format
msgid "indexes containing: %s"
msgstr "indexes containing: %s"
msgid "Indexes containing: %s"
msgstr ""
#: widgets.py:85
msgid "root"
msgid "Root"
msgstr ""
#: 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."
#~ msgid "edit"
#~ msgstr "edit"
#: templates/indexing_help.html:3
msgid "What are indexes?"
msgstr "What are indexes?"
#~ msgid "name"
#~ msgstr "name"
#: templates/indexing_help.html:4
msgid "Indexes group documents into a tree like hierarchical structure."
msgstr "Indexes group documents into a tree like hierarchical structure."
#~ 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."

View File

@@ -1,46 +1,47 @@
# 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:
# Pavlin Koldamov <pkoldamov@gmail.com>, 2012
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-07-31 19:52-0400\n"
"PO-Revision-Date: 2012-12-12 06:05+0000\n"
"POT-Creation-Date: 2014-10-08 17:09-0400\n"
"PO-Revision-Date: 2014-10-08 21:13+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/"
"language/bg/)\n"
"Language: bg\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:45
#: __init__.py:44 links.py:23 links.py:38 links.py:40 models.py:64
#: views.py:305
msgid "Indexes"
msgstr "Индекси"
#: api.py:71
#: api.py:73
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr ""
#: api.py:85
#: api.py:88
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:94 api.py:109
#: api.py:97 api.py:112
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:151
#: api.py:155
#, python-format
msgid "Unable to delete document indexing node; %s"
msgstr ""
@@ -72,44 +73,40 @@ msgstr ""
msgid "Unable to delete indexing directory; %s"
msgstr ""
#: links.py:23 links.py:38 links.py:40 models.py:64 views.py:40 views.py:305
msgid "indexes"
msgstr "индекси"
#: links.py:24 links.py:35
msgid "index list"
msgstr "списък с индекси"
msgid "Index list"
msgstr ""
#: links.py:25 views.py:77
msgid "create index"
msgstr "създаване индекс"
msgid "Create index"
msgstr ""
#: links.py:26 links.py:32
msgid "edit"
msgstr "редактиране"
msgid "Edit"
msgstr ""
#: links.py:27 links.py:33
msgid "delete"
msgstr "изтриване"
msgid "Delete"
msgstr ""
#: links.py:28
msgid "tree template"
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:309
msgid "document types"
msgid "Document types"
msgstr ""
#: links.py:31
msgid "new child node"
msgid "New child node"
msgstr ""
#: links.py:37
msgid "go up one level"
msgstr "едно ниво нагоре"
msgid "Go up one level"
msgstr ""
#: links.py:42
msgid "rebuild indexes"
msgid "Rebuild indexes"
msgstr ""
#: links.py:42
@@ -122,38 +119,37 @@ msgid "Available functions: %s"
msgstr ""
#: models.py:18 views.py:44
msgid "name"
msgstr "име"
msgid "Name"
msgstr ""
#: models.py:18
msgid "Internal name used to reference this index."
msgstr ""
#: models.py:19 views.py:45
msgid "title"
msgstr "заглавие"
msgid "Title"
msgstr ""
#: models.py:19
msgid "The name that will be visible to users."
msgstr "Името, което ще бъде видимо за потребителите."
#: models.py:20 models.py:72 views.py:46 views.py:166
msgid "enabled"
msgstr "активирано"
msgid "Enabled"
msgstr ""
#: 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 "Предизвиква този индекс да бъдат видим и актуализиран, когато данните в документа се променят."
#: models.py:63 models.py:69 views.py:103 views.py:133 views.py:159
#: views.py:195 views.py:222 views.py:251 views.py:290
msgid "index"
msgstr "индекс"
msgid "Index"
msgstr ""
#: models.py:70
msgid "indexing expression"
msgid "Indexing expression"
msgstr ""
#: models.py:70
@@ -165,54 +161,54 @@ msgid "Causes this node to be visible and updated when document data changes."
msgstr ""
#: models.py:73
msgid "link documents"
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."
"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"
msgid "Index template node"
msgstr ""
#: models.py:84
msgid "indexes template nodes"
msgid "Indexes template nodes"
msgstr ""
#: models.py:90
msgid "value"
msgstr "стойност"
msgid "Value"
msgstr ""
#: models.py:91
msgid "documents"
msgstr "документи"
msgid "Documents"
msgstr ""
#: models.py:101
msgid "index instance node"
msgid "Index instance node"
msgstr ""
#: models.py:102
msgid "indexes instance nodes"
msgid "Indexes instance nodes"
msgstr ""
#: models.py:106
msgid "index instance"
msgid "Index instance"
msgstr ""
#: models.py:107
msgid "document"
msgstr "документ"
msgid "Document"
msgstr ""
#: models.py:114
msgid "document rename count"
msgstr "брой преименувания на документа"
msgid "Document rename count"
msgstr ""
#: models.py:115
msgid "documents rename count"
msgstr "брой преименувания на документите"
msgid "Documents rename count"
msgstr ""
#: permissions.py:7
msgid "Indexing"
@@ -242,10 +238,20 @@ msgstr ""
msgid "Rebuild document indexes"
msgstr ""
#: settings.py:20
msgid ""
"A dictionary that maps the index name and where on the filesystem that index"
" will be mirrored."
msgstr ""
#: utils.py:19
msgid "document indexes"
msgstr ""
#: views.py:40
msgid "indexes"
msgstr "индекси"
#: views.py:71
msgid "Index created successfully."
msgstr ""
@@ -256,7 +262,7 @@ msgstr ""
#: views.py:100
#, python-format
msgid "edit index: %s"
msgid "Edit index: %s"
msgstr ""
#: views.py:124
@@ -276,25 +282,25 @@ msgstr ""
#: views.py:162
#, python-format
msgid "tree template nodes for index: %s"
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:165
msgid "level"
msgstr "ниво"
msgid "Level"
msgstr ""
#: views.py:167
msgid "has document links?"
msgid "Has document links?"
msgstr ""
#: views.py:189
#, python-format
msgid "document types not in index: %s"
msgid "Document types not in index: %s"
msgstr ""
#: views.py:190
#, python-format
msgid "document types for index: %s"
msgid "Document types for index: %s"
msgstr ""
#: views.py:213
@@ -302,7 +308,7 @@ msgid "Index template node created successfully."
msgstr ""
#: views.py:219
msgid "create child node"
msgid "Create child node"
msgstr ""
#: views.py:239
@@ -311,12 +317,12 @@ msgstr ""
#: views.py:245
#, python-format
msgid "edit index template node: %s"
msgid "Edit index template node: %s"
msgstr ""
#: views.py:252 views.py:291 views.py:358
msgid "node"
msgstr "нод"
msgid "Node"
msgstr ""
#: views.py:273
#, python-format
@@ -334,16 +340,16 @@ msgid "Are you sure you with to delete the index template node: %s?"
msgstr ""
#: views.py:308
msgid "nodes"
msgid "Nodes"
msgstr ""
#: views.py:340
#, python-format
msgid "contents for index: %s"
msgid "Contents for index: %s"
msgstr ""
#: views.py:362
msgid "items"
msgid "Items"
msgstr ""
#: views.py:387
@@ -365,23 +371,27 @@ msgstr ""
#: views.py:424
#, python-format
msgid "indexes containing: %s"
msgid "Indexes containing: %s"
msgstr ""
#: widgets.py:85
msgid "root"
msgid "Root"
msgstr ""
#: conf/settings.py:22
msgid ""
"A dictionary that maps the index name and where on the filesystem that index "
"will be mirrored."
msgstr ""
#~ msgid "edit"
#~ msgstr "edit"
#: templates/indexing_help.html:3
msgid "What are indexes?"
msgstr "Какво са индексите?"
#~ msgid "name"
#~ msgstr "name"
#: templates/indexing_help.html:4
msgid "Indexes group documents into a tree like hierarchical structure."
msgstr "Индексите групират документите в дървовидна йерархична структура."
#~ 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."

View File

@@ -1,50 +1,47 @@
# 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:
# www.ping.ba <jomer@ping.ba>, 2013
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-07-31 19:52-0400\n"
"PO-Revision-Date: 2013-06-26 14:16+0000\n"
"Last-Translator: www.ping.ba <jomer@ping.ba>\n"
"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/"
"projects/p/mayan-edms/language/bs_BA/)\n"
"Language: bs_BA\n"
"POT-Creation-Date: 2014-10-08 17:09-0400\n"
"PO-Revision-Date: 2014-10-08 21:13+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Bosnian (Bosnia and Herzegovina) (http://www.transifex.com/projects/p/mayan-edms/language/bs_BA/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"Language: bs_BA\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:45
#: __init__.py:44 links.py:23 links.py:38 links.py:40 models.py:64
#: views.py:305
msgid "Indexes"
msgstr "Indeksi"
#: api.py:71
#: api.py:73
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr "Maksimalni sufiks (%s) broj dostignut."
#: api.py:85
#: api.py:88
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr ""
"Greška u izrazu update-a indeksiranja dokumenta: %(expression)s; "
"%(exception)s"
msgstr "Greška u izrazu update-a indeksiranja dokumenta: %(expression)s; %(exception)s"
#: api.py:94 api.py:109
#: api.py:97 api.py:112
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
"Greška kod update-a indeksa dokumenta, izraz: %(expression)s; %(exception)s"
msgstr "Greška kod update-a indeksa dokumenta, izraz: %(expression)s; %(exception)s"
#: api.py:151
#: api.py:155
#, python-format
msgid "Unable to delete document indexing node; %s"
msgstr "Nije moguće obrisati nod indeksiranja dokumenta; %s"
@@ -55,18 +52,16 @@ msgid "Unable to create indexing directory; %s"
msgstr "Nije moguće kreirati direktorij indeksa; %s"
#: filesystem.py:69
#, fuzzy, python-format
#, python-format
msgid ""
"Unable to create symbolic link, file exists and could not be deleted: "
"%(filepath)s; %(exception)s"
msgstr ""
"Nije moguće kreirati simbolički link, datoteka postoji i ne može biti "
"obrisana: %(filepath)s; %(exc)s"
#: filesystem.py:71
#, fuzzy, python-format
#, python-format
msgid "Unable to create symbolic link: %(filepath)s; %(exception)s"
msgstr "Nije moguće kreirati simbolički link: %(filepath)s; %(exc)s"
msgstr ""
#: filesystem.py:84
#, python-format
@@ -78,45 +73,41 @@ msgstr "Nije moguće obrisati simbolički link dokumenta; %s"
msgid "Unable to delete indexing directory; %s"
msgstr "Nije moguće obrisati direktorij indeksiranja; %s"
#: links.py:23 links.py:38 links.py:40 models.py:64 views.py:40 views.py:305
msgid "indexes"
msgstr "indeksi"
#: links.py:24 links.py:35
msgid "index list"
msgstr "lista indeksa"
msgid "Index list"
msgstr ""
#: links.py:25 views.py:77
msgid "create index"
msgstr "kreiraj indeks"
msgid "Create index"
msgstr ""
#: links.py:26 links.py:32
msgid "edit"
msgstr "izmjeni"
msgid "Edit"
msgstr ""
#: links.py:27 links.py:33
msgid "delete"
msgstr "obriši"
msgid "Delete"
msgstr ""
#: links.py:28
msgid "tree template"
msgstr "stablo predložaka"
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:309
msgid "document types"
msgstr "tipovi dokumenata"
msgid "Document types"
msgstr ""
#: links.py:31
msgid "new child node"
msgstr "novi child node"
msgid "New child node"
msgstr ""
#: links.py:37
msgid "go up one level"
msgstr "idi na viši nivo"
msgid "Go up one level"
msgstr ""
#: links.py:42
msgid "rebuild indexes"
msgstr "obnovi indekse"
msgid "Rebuild indexes"
msgstr ""
#: links.py:42
msgid "Deletes and creates from scratch all the document indexes."
@@ -128,39 +119,38 @@ msgid "Available functions: %s"
msgstr "Dostupne funkcije: %s"
#: models.py:18 views.py:44
msgid "name"
msgstr "ime"
msgid "Name"
msgstr ""
#: models.py:18
msgid "Internal name used to reference this index."
msgstr "Interno ime upotrebljeno za referenciranje ovog noda."
#: models.py:19 views.py:45
msgid "title"
msgstr "naslov"
msgid "Title"
msgstr ""
#: models.py:19
msgid "The name that will be visible to users."
msgstr "Ime koje će biti vidljivo korisnicima."
#: models.py:20 models.py:72 views.py:46 views.py:166
msgid "enabled"
msgstr "omogućeno"
msgid "Enabled"
msgstr ""
#: models.py:20
msgid "Causes this index to be visible and updated when document data changes."
msgstr ""
"Uzrokuje da će ovaj indeks biti vidljiv i update-ovan kad se promjene podaci "
"dokumenta."
msgid ""
"Causes this index to be visible and updated when document data changes."
msgstr "Uzrokuje da će ovaj indeks biti vidljiv i update-ovan kad se promjene podaci dokumenta."
#: models.py:63 models.py:69 views.py:103 views.py:133 views.py:159
#: views.py:195 views.py:222 views.py:251 views.py:290
msgid "index"
msgstr "indeks"
msgid "Index"
msgstr ""
#: models.py:70
msgid "indexing expression"
msgstr "izraz indeksiranja"
msgid "Indexing expression"
msgstr ""
#: models.py:70
msgid "Enter a python string expression to be evaluated."
@@ -168,61 +158,57 @@ msgstr "Unesite Python string izraz za evaluaciju."
#: models.py:72
msgid "Causes this node to be visible and updated when document data changes."
msgstr ""
"Uzrokuje da će ovaj nod biti vidljiv i update-ovan kad se promjene podaci "
"dokumenta."
msgstr "Uzrokuje da će ovaj nod biti vidljiv i update-ovan kad se promjene podaci dokumenta."
#: models.py:73
msgid "link documents"
msgstr "poveži dokumente"
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 ""
"Označite ovu opciju da ovaj nod služi kao kontejner za dokumente a ne kao "
"parent za buduće nodove."
"Check this option to have this node act as a container for documents and not"
" as a parent for further nodes."
msgstr "Označite ovu opciju da ovaj nod služi kao kontejner za dokumente a ne kao parent za buduće nodove."
#: models.py:83 models.py:89
msgid "index template node"
msgstr "nod predložaka indeksa"
msgid "Index template node"
msgstr ""
#: models.py:84
msgid "indexes template nodes"
msgstr "nodovi predložaka indeksa"
msgid "Indexes template nodes"
msgstr ""
#: models.py:90
msgid "value"
msgstr "vrijednost"
msgid "Value"
msgstr ""
#: models.py:91
msgid "documents"
msgstr "dokumenti"
msgid "Documents"
msgstr ""
#: models.py:101
msgid "index instance node"
msgstr "nod primjera indeksa"
msgid "Index instance node"
msgstr ""
#: models.py:102
msgid "indexes instance nodes"
msgstr "nodovi primjera indeksa"
msgid "Indexes instance nodes"
msgstr ""
#: models.py:106
msgid "index instance"
msgstr "primjer indeksa"
msgid "Index instance"
msgstr ""
#: models.py:107
msgid "document"
msgstr "dokument"
msgid "Document"
msgstr ""
#: models.py:114
msgid "document rename count"
msgstr "broj preimenovanja dokumenta"
msgid "Document rename count"
msgstr ""
#: models.py:115
msgid "documents rename count"
msgstr "broj preimenovanja dokumenata"
msgid "Documents rename count"
msgstr ""
#: permissions.py:7
msgid "Indexing"
@@ -252,10 +238,20 @@ msgstr "Pregledaj indekse dokumenata"
msgid "Rebuild document indexes"
msgstr " Obnovi indekse dokumenata"
#: settings.py:20
msgid ""
"A dictionary that maps the index name and where on the filesystem that index"
" will be mirrored."
msgstr "A rječnik koji mapira ime indeksa i gdje na datotečnom sistemu će taj indeks biti preslikan."
#: utils.py:19
msgid "document indexes"
msgstr "indeksi dokumenata"
#: views.py:40
msgid "indexes"
msgstr "indeksi"
#: views.py:71
msgid "Index created successfully."
msgstr "Indeks uspješno kreiran."
@@ -266,8 +262,8 @@ msgstr "Indeks uspješno izmjenjen"
#: views.py:100
#, python-format
msgid "edit index: %s"
msgstr "izmjeni indeks: %s"
msgid "Edit index: %s"
msgstr ""
#: views.py:124
#, python-format
@@ -286,34 +282,34 @@ msgstr "Jeste li sigurni da želite izbrisati indeks: %s?"
#: views.py:162
#, python-format
msgid "tree template nodes for index: %s"
msgstr "stablo predložaka nodova za Index: %s"
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:165
msgid "level"
msgstr "nivo"
msgid "Level"
msgstr ""
#: views.py:167
msgid "has document links?"
msgstr "ima li dokument linkove?"
msgid "Has document links?"
msgstr ""
#: views.py:189
#, python-format
msgid "document types not in index: %s"
msgstr "tipovi dokumenata nisu u indeksu: %s"
msgid "Document types not in index: %s"
msgstr ""
#: views.py:190
#, python-format
msgid "document types for index: %s"
msgstr "tipovi dokumenata za indeks: %s"
msgid "Document types for index: %s"
msgstr ""
#: views.py:213
msgid "Index template node created successfully."
msgstr "Nod predložaka indeksa uspješno kreiran."
#: views.py:219
msgid "create child node"
msgstr "kreiraj child nod"
msgid "Create child node"
msgstr ""
#: views.py:239
msgid "Index template node edited successfully"
@@ -321,12 +317,12 @@ msgstr "Nod predložaka indeksa uspješno izmjenjen."
#: views.py:245
#, python-format
msgid "edit index template node: %s"
msgstr "izmjeni nod predložaka indeksa: %s"
msgid "Edit index template node: %s"
msgstr ""
#: views.py:252 views.py:291 views.py:358
msgid "node"
msgstr "nod"
msgid "Node"
msgstr ""
#: views.py:273
#, python-format
@@ -344,17 +340,17 @@ msgid "Are you sure you with to delete the index template node: %s?"
msgstr "Jeste li sigurni da želite izbrisati nod predložaka ineksa:% s?"
#: views.py:308
msgid "nodes"
msgstr "nodovi"
msgid "Nodes"
msgstr ""
#: views.py:340
#, python-format
msgid "contents for index: %s"
msgstr "sadržaj za indeks: %s"
msgid "Contents for index: %s"
msgstr ""
#: views.py:362
msgid "items"
msgstr "stavke"
msgid "Items"
msgstr ""
#: views.py:387
msgid "Are you sure you wish to rebuild all indexes?"
@@ -375,25 +371,27 @@ msgstr "Greška obnove indeksa: %s"
#: views.py:424
#, python-format
msgid "indexes containing: %s"
msgstr "indeksi sadrže: %s"
msgid "Indexes containing: %s"
msgstr ""
#: widgets.py:85
msgid "root"
msgid "Root"
msgstr ""
#: conf/settings.py:22
msgid ""
"A dictionary that maps the index name and where on the filesystem that index "
"will be mirrored."
msgstr ""
"A rječnik koji mapira ime indeksa i gdje na datotečnom sistemu će taj indeks "
"biti preslikan."
#~ msgid "edit"
#~ msgstr "edit"
#: templates/indexing_help.html:3
msgid "What are indexes?"
msgstr "Koji su indeksi?"
#~ msgid "name"
#~ msgstr "name"
#: templates/indexing_help.html:4
msgid "Indexes group documents into a tree like hierarchical structure."
msgstr "Indeksi grupiraju dokumente u drvoliku hijerarhijsku strukturu."
#~ 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."

View File

@@ -1,45 +1,46 @@
# 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: 2014-07-31 19:52-0400\n"
"PO-Revision-Date: 2012-12-12 06:05+0000\n"
"POT-Creation-Date: 2014-10-08 17:09-0400\n"
"PO-Revision-Date: 2014-10-08 21:13+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Danish (http://www.transifex.com/projects/p/mayan-edms/"
"language/da/)\n"
"Language: da\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:45
#: __init__.py:44 links.py:23 links.py:38 links.py:40 models.py:64
#: views.py:305
msgid "Indexes"
msgstr ""
#: api.py:71
#: api.py:73
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr ""
#: api.py:85
#: api.py:88
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:94 api.py:109
#: api.py:97 api.py:112
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:151
#: api.py:155
#, python-format
msgid "Unable to delete document indexing node; %s"
msgstr ""
@@ -71,44 +72,40 @@ msgstr ""
msgid "Unable to delete indexing directory; %s"
msgstr ""
#: links.py:23 links.py:38 links.py:40 models.py:64 views.py:40 views.py:305
msgid "indexes"
msgstr ""
#: links.py:24 links.py:35
msgid "index list"
msgid "Index list"
msgstr ""
#: links.py:25 views.py:77
msgid "create index"
msgid "Create index"
msgstr ""
#: links.py:26 links.py:32
msgid "edit"
msgid "Edit"
msgstr ""
#: links.py:27 links.py:33
msgid "delete"
msgid "Delete"
msgstr ""
#: links.py:28
msgid "tree template"
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:309
msgid "document types"
msgid "Document types"
msgstr ""
#: links.py:31
msgid "new child node"
msgid "New child node"
msgstr ""
#: links.py:37
msgid "go up one level"
msgid "Go up one level"
msgstr ""
#: links.py:42
msgid "rebuild indexes"
msgid "Rebuild indexes"
msgstr ""
#: links.py:42
@@ -121,7 +118,7 @@ msgid "Available functions: %s"
msgstr ""
#: models.py:18 views.py:44
msgid "name"
msgid "Name"
msgstr ""
#: models.py:18
@@ -129,7 +126,7 @@ msgid "Internal name used to reference this index."
msgstr ""
#: models.py:19 views.py:45
msgid "title"
msgid "Title"
msgstr ""
#: models.py:19
@@ -137,20 +134,21 @@ msgid "The name that will be visible to users."
msgstr ""
#: models.py:20 models.py:72 views.py:46 views.py:166
msgid "enabled"
msgid "Enabled"
msgstr ""
#: models.py:20
msgid "Causes this index to be visible and updated when document data changes."
msgid ""
"Causes this index to be visible and updated when document data changes."
msgstr ""
#: models.py:63 models.py:69 views.py:103 views.py:133 views.py:159
#: views.py:195 views.py:222 views.py:251 views.py:290
msgid "index"
msgid "Index"
msgstr ""
#: models.py:70
msgid "indexing expression"
msgid "Indexing expression"
msgstr ""
#: models.py:70
@@ -162,53 +160,53 @@ msgid "Causes this node to be visible and updated when document data changes."
msgstr ""
#: models.py:73
msgid "link documents"
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."
"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"
msgid "Index template node"
msgstr ""
#: models.py:84
msgid "indexes template nodes"
msgid "Indexes template nodes"
msgstr ""
#: models.py:90
msgid "value"
msgid "Value"
msgstr ""
#: models.py:91
msgid "documents"
msgid "Documents"
msgstr ""
#: models.py:101
msgid "index instance node"
msgid "Index instance node"
msgstr ""
#: models.py:102
msgid "indexes instance nodes"
msgid "Indexes instance nodes"
msgstr ""
#: models.py:106
msgid "index instance"
msgid "Index instance"
msgstr ""
#: models.py:107
msgid "document"
msgid "Document"
msgstr ""
#: models.py:114
msgid "document rename count"
msgid "Document rename count"
msgstr ""
#: models.py:115
msgid "documents rename count"
msgid "Documents rename count"
msgstr ""
#: permissions.py:7
@@ -239,10 +237,20 @@ msgstr ""
msgid "Rebuild document indexes"
msgstr ""
#: settings.py:20
msgid ""
"A dictionary that maps the index name and where on the filesystem that index"
" will be mirrored."
msgstr ""
#: utils.py:19
msgid "document indexes"
msgstr ""
#: views.py:40
msgid "indexes"
msgstr ""
#: views.py:71
msgid "Index created successfully."
msgstr ""
@@ -253,7 +261,7 @@ msgstr ""
#: views.py:100
#, python-format
msgid "edit index: %s"
msgid "Edit index: %s"
msgstr ""
#: views.py:124
@@ -273,25 +281,25 @@ msgstr ""
#: views.py:162
#, python-format
msgid "tree template nodes for index: %s"
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:165
msgid "level"
msgid "Level"
msgstr ""
#: views.py:167
msgid "has document links?"
msgid "Has document links?"
msgstr ""
#: views.py:189
#, python-format
msgid "document types not in index: %s"
msgid "Document types not in index: %s"
msgstr ""
#: views.py:190
#, python-format
msgid "document types for index: %s"
msgid "Document types for index: %s"
msgstr ""
#: views.py:213
@@ -299,7 +307,7 @@ msgid "Index template node created successfully."
msgstr ""
#: views.py:219
msgid "create child node"
msgid "Create child node"
msgstr ""
#: views.py:239
@@ -308,11 +316,11 @@ msgstr ""
#: views.py:245
#, python-format
msgid "edit index template node: %s"
msgid "Edit index template node: %s"
msgstr ""
#: views.py:252 views.py:291 views.py:358
msgid "node"
msgid "Node"
msgstr ""
#: views.py:273
@@ -331,16 +339,16 @@ msgid "Are you sure you with to delete the index template node: %s?"
msgstr ""
#: views.py:308
msgid "nodes"
msgid "Nodes"
msgstr ""
#: views.py:340
#, python-format
msgid "contents for index: %s"
msgid "Contents for index: %s"
msgstr ""
#: views.py:362
msgid "items"
msgid "Items"
msgstr ""
#: views.py:387
@@ -362,23 +370,27 @@ msgstr ""
#: views.py:424
#, python-format
msgid "indexes containing: %s"
msgid "Indexes containing: %s"
msgstr ""
#: widgets.py:85
msgid "root"
msgid "Root"
msgstr ""
#: conf/settings.py:22
msgid ""
"A dictionary that maps the index name and where on the filesystem that index "
"will be mirrored."
msgstr ""
#~ msgid "edit"
#~ msgstr "edit"
#: templates/indexing_help.html:3
msgid "What are indexes?"
msgstr ""
#~ msgid "name"
#~ msgstr "name"
#: templates/indexing_help.html:4
msgid "Indexes group documents into a tree like hierarchical structure."
msgstr ""
#~ 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."

View File

@@ -0,0 +1,396 @@
# 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: 2014-10-08 17:09-0400\n"
"PO-Revision-Date: 2014-10-08 21:13+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: German (Switzerland) (http://www.transifex.com/projects/p/mayan-edms/language/de_CH/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: de_CH\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: __init__.py:44 links.py:23 links.py:38 links.py:40 models.py:64
#: views.py:305
msgid "Indexes"
msgstr ""
#: api.py:73
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr ""
#: api.py:88
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:97 api.py:112
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:155
#, 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; %(exception)s"
msgstr ""
#: filesystem.py:71
#, python-format
msgid "Unable to create symbolic link: %(filepath)s; %(exception)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 ""
#: links.py:24 links.py:35
msgid "Index list"
msgstr ""
#: links.py:25 views.py:77
msgid "Create index"
msgstr ""
#: links.py:26 links.py:32
msgid "Edit"
msgstr ""
#: links.py:27 links.py:33
msgid "Delete"
msgstr ""
#: links.py:28
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:309
msgid "Document types"
msgstr ""
#: links.py:31
msgid "New child node"
msgstr ""
#: links.py:37
msgid "Go up one level"
msgstr ""
#: links.py:42
msgid "Rebuild indexes"
msgstr ""
#: links.py:42
msgid "Deletes and creates from scratch all the document indexes."
msgstr ""
#: models.py:14
#, python-format
msgid "Available functions: %s"
msgstr ""
#: models.py:18 views.py:44
msgid "Name"
msgstr ""
#: models.py:18
msgid "Internal name used to reference this index."
msgstr ""
#: models.py:19 views.py:45
msgid "Title"
msgstr ""
#: models.py:19
msgid "The name that will be visible to users."
msgstr ""
#: models.py:20 models.py:72 views.py:46 views.py:166
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:103 views.py:133 views.py:159
#: views.py:195 views.py:222 views.py:251 views.py:290
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 ""
#: settings.py:20
msgid ""
"A dictionary that maps the index name and where on the filesystem that index"
" will be mirrored."
msgstr ""
#: utils.py:19
msgid "document indexes"
msgstr ""
#: views.py:40
msgid "indexes"
msgstr ""
#: views.py:71
msgid "Index created successfully."
msgstr ""
#: views.py:94
msgid "Index edited successfully"
msgstr ""
#: views.py:100
#, python-format
msgid "Edit index: %s"
msgstr ""
#: views.py:124
#, python-format
msgid "Index: %s deleted successfully."
msgstr ""
#: views.py:126
#, python-format
msgid "Index: %(index)s delete error: %(error)s"
msgstr ""
#: views.py:138
#, python-format
msgid "Are you sure you with to delete the index: %s?"
msgstr ""
#: views.py:162
#, python-format
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:165
msgid "Level"
msgstr ""
#: views.py:167
msgid "Has document links?"
msgstr ""
#: views.py:189
#, python-format
msgid "Document types not in index: %s"
msgstr ""
#: views.py:190
#, python-format
msgid "Document types for index: %s"
msgstr ""
#: views.py:213
msgid "Index template node created successfully."
msgstr ""
#: views.py:219
msgid "Create child node"
msgstr ""
#: views.py:239
msgid "Index template node edited successfully"
msgstr ""
#: views.py:245
#, python-format
msgid "Edit index template node: %s"
msgstr ""
#: views.py:252 views.py:291 views.py:358
msgid "Node"
msgstr ""
#: views.py:273
#, python-format
msgid "Node: %s deleted successfully."
msgstr ""
#: views.py:275
#, python-format
msgid "Node: %(node)s delete error: %(error)s"
msgstr ""
#: views.py:284
#, python-format
msgid "Are you sure you with to delete the index template node: %s?"
msgstr ""
#: views.py:308
msgid "Nodes"
msgstr ""
#: views.py:340
#, python-format
msgid "Contents for index: %s"
msgstr ""
#: views.py:362
msgid "Items"
msgstr ""
#: views.py:387
msgid "Are you sure you wish to rebuild all indexes?"
msgstr ""
#: views.py:388
msgid "On large databases this operation may take some time to execute."
msgstr ""
#: views.py:394
msgid "Index rebuild completed successfully."
msgstr ""
#: views.py:401
#, python-format
msgid "Index rebuild error: %s"
msgstr ""
#: views.py:424
#, python-format
msgid "Indexes containing: %s"
msgstr ""
#: widgets.py:85
msgid "Root"
msgstr ""
#~ 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."

View File

@@ -15,9 +15,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-07-31 19:52-0400\n"
"PO-Revision-Date: 2014-08-28 12:29+0000\n"
"Last-Translator: Tobias Paepke <tobias.paepke@paepke.net>\n"
"POT-Creation-Date: 2014-10-08 17:09-0400\n"
"PO-Revision-Date: 2014-10-08 21:13+0000\n"
"Last-Translator: Roberto Rosario\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"
@@ -25,28 +25,29 @@ msgstr ""
"Language: de_DE\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: __init__.py:45
#: __init__.py:44 links.py:23 links.py:38 links.py:40 models.py:64
#: views.py:305
msgid "Indexes"
msgstr "Indices"
#: api.py:71
#: api.py:73
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr "Maximale Suffix (%s) Anzahl erreicht."
#: api.py:85
#: api.py:88
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr "Fehler in Updateausdruck für Dokumentenindex: %(expression)s; %(exception)s"
#: api.py:94 api.py:109
#: api.py:97 api.py:112
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr "Fehler beim Aktualisieren des Dokumentenindex, Ausdruck: %(expression)s; %(exception)s"
#: api.py:151
#: api.py:155
#, python-format
msgid "Unable to delete document indexing node; %s"
msgstr "Dokumentenindizierungsknoten kann nicht gelöscht werden: %s"
@@ -78,45 +79,41 @@ msgstr "Symbolische Verknüpfung für Dokument kann nicht gelöscht werden: %s"
msgid "Unable to delete indexing directory; %s"
msgstr "Indizierungsverzeichnis kann nicht gelöscht werden: %s"
#: links.py:23 links.py:38 links.py:40 models.py:64 views.py:40 views.py:305
msgid "indexes"
msgstr "Indices"
#: links.py:24 links.py:35
msgid "index list"
msgstr "Liste der Indices"
msgid "Index list"
msgstr ""
#: links.py:25 views.py:77
msgid "create index"
msgstr "Index erstellen"
msgid "Create index"
msgstr ""
#: links.py:26 links.py:32
msgid "edit"
msgstr "Bearbeiten"
msgid "Edit"
msgstr ""
#: links.py:27 links.py:33
msgid "delete"
msgstr "Löschen"
msgid "Delete"
msgstr ""
#: links.py:28
msgid "tree template"
msgstr "Baumvorlage"
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:309
msgid "document types"
msgstr "Dokumententypen"
msgid "Document types"
msgstr ""
#: links.py:31
msgid "new child node"
msgstr "Neuer Kind-Knoten"
msgid "New child node"
msgstr ""
#: links.py:37
msgid "go up one level"
msgstr "Eine Ebene höher"
msgid "Go up one level"
msgstr ""
#: links.py:42
msgid "rebuild indexes"
msgstr "Indices neu erstellen"
msgid "Rebuild indexes"
msgstr ""
#: links.py:42
msgid "Deletes and creates from scratch all the document indexes."
@@ -128,24 +125,24 @@ msgid "Available functions: %s"
msgstr "Verfügbare Funktionen: %s"
#: models.py:18 views.py:44
msgid "name"
msgstr "Name"
msgid "Name"
msgstr ""
#: models.py:18
msgid "Internal name used to reference this index."
msgstr "Interner Name um den Index zu identifizieren."
#: models.py:19 views.py:45
msgid "title"
msgstr "Titel"
msgid "Title"
msgstr ""
#: models.py:19
msgid "The name that will be visible to users."
msgstr "Den Benutzern angezeigter Name."
#: models.py:20 models.py:72 views.py:46 views.py:166
msgid "enabled"
msgstr "Aktiviert"
msgid "Enabled"
msgstr ""
#: models.py:20
msgid ""
@@ -154,12 +151,12 @@ msgstr "Bewirkt Sichtbarkeit und Aktualisierung des Index, wenn Dokumente geänd
#: models.py:63 models.py:69 views.py:103 views.py:133 views.py:159
#: views.py:195 views.py:222 views.py:251 views.py:290
msgid "index"
msgstr "Index"
msgid "Index"
msgstr ""
#: models.py:70
msgid "indexing expression"
msgstr "Indizierungsausdruck"
msgid "Indexing expression"
msgstr ""
#: models.py:70
msgid "Enter a python string expression to be evaluated."
@@ -170,8 +167,8 @@ msgid "Causes this node to be visible and updated when document data changes."
msgstr "Bewirkt Sichtbarkeit und Aktualisierung des Index, wenn Dokumente geändert werden."
#: models.py:73
msgid "link documents"
msgstr "Dokumente verknüpfen"
msgid "Link documents"
msgstr ""
#: models.py:73
msgid ""
@@ -180,44 +177,44 @@ msgid ""
msgstr "Wählen Sie diese Option, wenn Dokumente in diesem Knoten dargestellt werden sollen (und dieser Knoten nicht als Eltern-Knoten für weitere Kind-Knotenpunkte fungieren soll)."
#: models.py:83 models.py:89
msgid "index template node"
msgstr "Indexvorlagen-Knotenpunkt"
msgid "Index template node"
msgstr ""
#: models.py:84
msgid "indexes template nodes"
msgstr "Indicesvorlagen-Knotenpunkte"
msgid "Indexes template nodes"
msgstr ""
#: models.py:90
msgid "value"
msgstr "Wert"
msgid "Value"
msgstr ""
#: models.py:91
msgid "documents"
msgstr "Dokumente"
msgid "Documents"
msgstr ""
#: models.py:101
msgid "index instance node"
msgstr "Index-Instanz-Knotenpunkt"
msgid "Index instance node"
msgstr ""
#: models.py:102
msgid "indexes instance nodes"
msgstr "Indices-Instanz-Knotenpunkte"
msgid "Indexes instance nodes"
msgstr ""
#: models.py:106
msgid "index instance"
msgstr "Index-Instanz"
msgid "Index instance"
msgstr ""
#: models.py:107
msgid "document"
msgstr "Dokument"
msgid "Document"
msgstr ""
#: models.py:114
msgid "document rename count"
msgstr "Zähler für Dokumentenumbenennung"
msgid "Document rename count"
msgstr ""
#: models.py:115
msgid "documents rename count"
msgstr "Zähler für Dokumentenumbenennung"
msgid "Documents rename count"
msgstr ""
#: permissions.py:7
msgid "Indexing"
@@ -247,10 +244,20 @@ msgstr "Dokumentenindices anzeigen"
msgid "Rebuild document indexes"
msgstr "Dokumentenindices neu aufbauen"
#: settings.py:20
msgid ""
"A dictionary that maps the index name and where on the filesystem that index"
" will be mirrored."
msgstr "Ein Python-Dictionary, das Zuweisungen von Index-Namen an Verzeichnisse im Dateisystem (wo der Index abgebildet wird) enthält."
#: utils.py:19
msgid "document indexes"
msgstr "Dokumentenindices"
#: views.py:40
msgid "indexes"
msgstr "Indices"
#: views.py:71
msgid "Index created successfully."
msgstr "Index erfolgreich erzeugt."
@@ -261,8 +268,8 @@ msgstr "Index erfolgreich bearbeitet."
#: views.py:100
#, python-format
msgid "edit index: %s"
msgstr "Index %s bearbeiten"
msgid "Edit index: %s"
msgstr ""
#: views.py:124
#, python-format
@@ -281,34 +288,34 @@ msgstr "Sind Sie sicher, dass Sie den Index \"%s\" löschen möchten?"
#: views.py:162
#, python-format
msgid "tree template nodes for index: %s"
msgstr "Baumvorlagen-Knotenpunkte für Index %s"
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:165
msgid "level"
msgstr "Ebene"
msgid "Level"
msgstr ""
#: views.py:167
msgid "has document links?"
msgstr "Dokumenten-Verknüpfungen"
msgid "Has document links?"
msgstr ""
#: views.py:189
#, python-format
msgid "document types not in index: %s"
msgstr "Dokumententypen nicht in Index %s"
msgid "Document types not in index: %s"
msgstr ""
#: views.py:190
#, python-format
msgid "document types for index: %s"
msgstr "Dokumententypen in Index %s"
msgid "Document types for index: %s"
msgstr ""
#: views.py:213
msgid "Index template node created successfully."
msgstr "Indexvorlagen-Knotenpunkt erfolgreich angelegt."
#: views.py:219
msgid "create child node"
msgstr "Kind-Knoten erstellen"
msgid "Create child node"
msgstr ""
#: views.py:239
msgid "Index template node edited successfully"
@@ -316,12 +323,12 @@ msgstr "Indexvorlagen-Knotenpunkt erfolgreich bearbeitet"
#: views.py:245
#, python-format
msgid "edit index template node: %s"
msgstr "Indexvorlagen-Knotenpunkt %s bearbeiten"
msgid "Edit index template node: %s"
msgstr ""
#: views.py:252 views.py:291 views.py:358
msgid "node"
msgstr "Knotenpunkt"
msgid "Node"
msgstr ""
#: views.py:273
#, python-format
@@ -339,17 +346,17 @@ msgid "Are you sure you with to delete the index template node: %s?"
msgstr "Sind Sie sicher, dass Sie die Indexvorlage \"%s\" löschen möchten?"
#: views.py:308
msgid "nodes"
msgstr "Knotenpunkte"
msgid "Nodes"
msgstr ""
#: views.py:340
#, python-format
msgid "contents for index: %s"
msgstr "Inhalt von Index %s"
msgid "Contents for index: %s"
msgstr ""
#: views.py:362
msgid "items"
msgstr "Elemente"
msgid "Items"
msgstr ""
#: views.py:387
msgid "Are you sure you wish to rebuild all indexes?"
@@ -370,23 +377,27 @@ msgstr "Fehler bei Neuaufbau von Index %s"
#: views.py:424
#, python-format
msgid "indexes containing: %s"
msgstr "Indices enthalten %s"
msgid "Indexes containing: %s"
msgstr ""
#: widgets.py:85
msgid "root"
msgstr "Wurzel"
msgid "Root"
msgstr ""
#: conf/settings.py:22
msgid ""
"A dictionary that maps the index name and where on the filesystem that index"
" will be mirrored."
msgstr "Ein Python-Dictionary, das Zuweisungen von Index-Namen an Verzeichnisse im Dateisystem (wo der Index abgebildet wird) enthält."
#~ msgid "edit"
#~ msgstr "edit"
#: templates/indexing_help.html:3
msgid "What are indexes?"
msgstr "Was sind Indices?"
#~ msgid "name"
#~ msgstr "name"
#: templates/indexing_help.html:4
msgid "Indexes group documents into a tree like hierarchical structure."
msgstr "Indices gruppieren Dokumente in eine baumartige, hierarchische Struktur."
#~ 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."

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-07-31 19:52-0400\n"
"POT-Creation-Date: 2014-10-08 17:09-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/"
@@ -18,30 +18,31 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: __init__.py:45
#: __init__.py:44 links.py:23 links.py:38 links.py:40 models.py:64
#: views.py:305
msgid "Indexes"
msgstr "Indexes"
#: api.py:71
#: api.py:73
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr "Maximum suffix (%s) count reached."
#: api.py:85
#: api.py:88
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
#: api.py:94 api.py:109
#: api.py:97 api.py:112
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
"Error updating document index, expression: %(expression)s; %(exception)s"
#: api.py:151
#: api.py:155
#, python-format
msgid "Unable to delete document indexing node; %s"
msgstr "Unable to delete document indexing node; %s"
@@ -75,44 +76,48 @@ msgstr "Unable to delete document symbolic link; %s"
msgid "Unable to delete indexing directory; %s"
msgstr "Unable to delete indexing directory; %s"
#: links.py:23 links.py:38 links.py:40 models.py:64 views.py:40 views.py:305
msgid "indexes"
msgstr "indexes"
#: links.py:24 links.py:35
msgid "index list"
#, fuzzy
msgid "Index list"
msgstr "index list"
#: links.py:25 views.py:77
msgid "create index"
#, fuzzy
msgid "Create index"
msgstr "create index"
#: links.py:26 links.py:32
msgid "edit"
msgstr "edit"
msgid "Edit"
msgstr ""
#: links.py:27 links.py:33
msgid "delete"
#, fuzzy
msgid "Delete"
msgstr "delete"
#: links.py:28
msgid "tree template"
#, fuzzy
msgid "Tree template"
msgstr "tree template"
#: links.py:29 models.py:21 views.py:309
msgid "document types"
#, fuzzy
msgid "Document types"
msgstr "document types"
#: links.py:31
msgid "new child node"
#, fuzzy
msgid "New child node"
msgstr "new child node"
#: links.py:37
msgid "go up one level"
#, fuzzy
msgid "Go up one level"
msgstr "go up one level"
#: links.py:42
msgid "rebuild indexes"
#, fuzzy
msgid "Rebuild indexes"
msgstr "rebuild indexes"
#: links.py:42
@@ -125,15 +130,16 @@ msgid "Available functions: %s"
msgstr "Available functions: %s"
#: models.py:18 views.py:44
msgid "name"
msgstr "name"
msgid "Name"
msgstr ""
#: models.py:18
msgid "Internal name used to reference this index."
msgstr "Internal name used to reference this index."
#: models.py:19 views.py:45
msgid "title"
#, fuzzy
msgid "Title"
msgstr "title"
#: models.py:19
@@ -141,7 +147,8 @@ msgid "The name that will be visible to users."
msgstr "The name that will be visible to users."
#: models.py:20 models.py:72 views.py:46 views.py:166
msgid "enabled"
#, fuzzy
msgid "Enabled"
msgstr "enabled"
#: models.py:20
@@ -151,11 +158,13 @@ msgstr ""
#: models.py:63 models.py:69 views.py:103 views.py:133 views.py:159
#: views.py:195 views.py:222 views.py:251 views.py:290
msgid "index"
msgstr "index"
#, fuzzy
msgid "Index"
msgstr "Indexes"
#: models.py:70
msgid "indexing expression"
#, fuzzy
msgid "Indexing expression"
msgstr "indexing expression"
#: models.py:70
@@ -167,7 +176,8 @@ msgid "Causes this node to be visible and updated when document data changes."
msgstr "Causes this node to be visible and updated when document data changes."
#: models.py:73
msgid "link documents"
#, fuzzy
msgid "Link documents"
msgstr "link documents"
#: models.py:73
@@ -179,43 +189,53 @@ msgstr ""
"as a parent for further nodes."
#: models.py:83 models.py:89
msgid "index template node"
#, fuzzy
msgid "Index template node"
msgstr "index template node"
#: models.py:84
msgid "indexes template nodes"
#, fuzzy
msgid "Indexes template nodes"
msgstr "indexes template nodes"
#: models.py:90
msgid "value"
#, fuzzy
msgid "Value"
msgstr "value"
#: models.py:91
msgid "documents"
#, fuzzy
msgid "Documents"
msgstr "documents"
#: models.py:101
msgid "index instance node"
#, fuzzy
msgid "Index instance node"
msgstr "index instance node"
#: models.py:102
msgid "indexes instance nodes"
#, fuzzy
msgid "Indexes instance nodes"
msgstr "indexes instance nodes"
#: models.py:106
msgid "index instance"
#, fuzzy
msgid "Index instance"
msgstr "index instance"
#: models.py:107
msgid "document"
#, fuzzy
msgid "Document"
msgstr "document"
#: models.py:114
msgid "document rename count"
#, fuzzy
msgid "Document rename count"
msgstr "document rename count"
#: models.py:115
msgid "documents rename count"
#, fuzzy
msgid "Documents rename count"
msgstr "documents rename count"
#: permissions.py:7
@@ -246,10 +266,22 @@ msgstr "View document indexes"
msgid "Rebuild document indexes"
msgstr "Rebuild document indexes"
#: settings.py:20
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."
#: utils.py:19
msgid "document indexes"
msgstr "document indexes"
#: views.py:40
msgid "indexes"
msgstr "indexes"
#: views.py:71
msgid "Index created successfully."
msgstr "Index created successfully."
@@ -259,8 +291,8 @@ msgid "Index edited successfully"
msgstr "Index edited successfully"
#: views.py:100
#, python-format
msgid "edit index: %s"
#, fuzzy, python-format
msgid "Edit index: %s"
msgstr "edit index: %s"
#: views.py:124
@@ -279,26 +311,28 @@ msgid "Are you sure you with to delete the index: %s?"
msgstr "Are you sure you with to delete the index: %s?"
#: views.py:162
#, python-format
msgid "tree template nodes for index: %s"
#, fuzzy, python-format
msgid "Tree template nodes for index: %s"
msgstr "tree template nodes for index: %s"
#: views.py:165
msgid "level"
#, fuzzy
msgid "Level"
msgstr "level"
#: views.py:167
msgid "has document links?"
#, fuzzy
msgid "Has document links?"
msgstr "has document links?"
#: views.py:189
#, python-format
msgid "document types not in index: %s"
#, fuzzy, python-format
msgid "Document types not in index: %s"
msgstr "document types not in index: %s"
#: views.py:190
#, python-format
msgid "document types for index: %s"
#, fuzzy, python-format
msgid "Document types for index: %s"
msgstr "document types for index: %s"
#: views.py:213
@@ -306,7 +340,8 @@ msgid "Index template node created successfully."
msgstr "Index template node created successfully."
#: views.py:219
msgid "create child node"
#, fuzzy
msgid "Create child node"
msgstr "create child node"
#: views.py:239
@@ -314,13 +349,13 @@ msgid "Index template node edited successfully"
msgstr "Index template node edited successfully"
#: views.py:245
#, python-format
msgid "edit index template node: %s"
#, fuzzy, python-format
msgid "Edit index template node: %s"
msgstr "edit index template node: %s"
#: views.py:252 views.py:291 views.py:358
msgid "node"
msgstr "node"
msgid "Node"
msgstr ""
#: views.py:273
#, python-format
@@ -338,16 +373,18 @@ 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?"
#: views.py:308
msgid "nodes"
#, fuzzy
msgid "Nodes"
msgstr "nodes"
#: views.py:340
#, python-format
msgid "contents for index: %s"
#, fuzzy, python-format
msgid "Contents for index: %s"
msgstr "contents for index: %s"
#: views.py:362
msgid "items"
#, fuzzy
msgid "Items"
msgstr "items"
#: views.py:387
@@ -368,26 +405,28 @@ msgid "Index rebuild error: %s"
msgstr "Index rebuild error: %s"
#: views.py:424
#, python-format
msgid "indexes containing: %s"
#, fuzzy, python-format
msgid "Indexes containing: %s"
msgstr "indexes containing: %s"
#: widgets.py:85
msgid "root"
msgid "Root"
msgstr ""
#: 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."
#~ msgid "edit"
#~ msgstr "edit"
#: templates/indexing_help.html:3
msgid "What are indexes?"
msgstr "What are indexes?"
#~ msgid "name"
#~ msgstr "name"
#: templates/indexing_help.html:4
msgid "Indexes group documents into a tree like hierarchical structure."
msgstr "Indexes group documents into a tree like hierarchical structure."
#~ 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."

View File

@@ -1,7 +1,7 @@
# 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:
# jmcainzos <jmcainzos@vodafone.es>, 2014
@@ -10,43 +10,39 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-07-31 19:52-0400\n"
"PO-Revision-Date: 2014-07-04 17:50+0000\n"
"Last-Translator: jmcainzos <jmcainzos@vodafone.es>\n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/"
"language/es/)\n"
"Language: es\n"
"POT-Creation-Date: 2014-10-08 17:09-0400\n"
"PO-Revision-Date: 2014-10-08 21:13+0000\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"
"Content-Transfer-Encoding: 8bit\n"
"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: __init__.py:45
#: __init__.py:44 links.py:23 links.py:38 links.py:40 models.py:64
#: views.py:305
msgid "Indexes"
msgstr "Índices"
#: api.py:71
#: api.py:73
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr "Cuenta máxima de sufijo (%s) alcanzada."
#: api.py:85
#: api.py:88
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr ""
"Error en la expresión de actualización de indexación: %(expression)s; "
"%(exception)s "
msgstr "Error en la expresión de actualización de indexación: %(expression)s; %(exception)s "
#: api.py:94 api.py:109
#: api.py:97 api.py:112
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
"Error actualizando el índice de documento, expresión: %(expression)s; "
"%(exception)s "
msgstr "Error actualizando el índice de documento, expresión: %(expression)s; %(exception)s "
#: api.py:151
#: api.py:155
#, python-format
msgid "Unable to delete document indexing node; %s"
msgstr "No se puede eliminar el nodo de indexación de documento; %s"
@@ -57,18 +53,16 @@ msgid "Unable to create indexing directory; %s"
msgstr "No se puede crear el directorio de indexación; %s"
#: filesystem.py:69
#, fuzzy, python-format
#, python-format
msgid ""
"Unable to create symbolic link, file exists and could not be deleted: "
"%(filepath)s; %(exception)s"
msgstr ""
"No se puede crear un enlace simbólico, el archivo existe y no puede "
"eliminarse: %(filepath)s; %(exc)s "
msgstr "No se ha podido crear el enlace simbólico, el fichero existe y no se ha podido borrar: %(filepath)s; %(exception)s"
#: filesystem.py:71
#, fuzzy, python-format
#, python-format
msgid "Unable to create symbolic link: %(filepath)s; %(exception)s"
msgstr "No se puede crear enlace simbólico: %(filepath)s; %(exc)s "
msgstr "No se ha podido crear el enlace simbólico: %(filepath)s; %(exception)s"
#: filesystem.py:84
#, python-format
@@ -80,45 +74,41 @@ msgstr "No se puede eliminar enlace simbólico de documento; %s"
msgid "Unable to delete indexing directory; %s"
msgstr "No se puede eliminar el directorio de indexación; %s"
#: links.py:23 links.py:38 links.py:40 models.py:64 views.py:40 views.py:305
msgid "indexes"
msgstr "índices"
#: links.py:24 links.py:35
msgid "index list"
msgstr "lista de indices"
msgid "Index list"
msgstr ""
#: links.py:25 views.py:77
msgid "create index"
msgstr "crear índice"
msgid "Create index"
msgstr ""
#: links.py:26 links.py:32
msgid "edit"
msgstr "editar"
msgid "Edit"
msgstr ""
#: links.py:27 links.py:33
msgid "delete"
msgstr "borrar"
msgid "Delete"
msgstr ""
#: links.py:28
msgid "tree template"
msgstr "plantilla de árbol "
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:309
msgid "document types"
msgstr "tipos de documentos"
msgid "Document types"
msgstr ""
#: links.py:31
msgid "new child node"
msgstr "nuevo nodo secundario"
msgid "New child node"
msgstr ""
#: links.py:37
msgid "go up one level"
msgstr "subir un nivel"
msgid "Go up one level"
msgstr ""
#: links.py:42
msgid "rebuild indexes"
msgstr "reconstruir índices"
msgid "Rebuild indexes"
msgstr ""
#: links.py:42
msgid "Deletes and creates from scratch all the document indexes."
@@ -130,39 +120,38 @@ msgid "Available functions: %s"
msgstr "Funciones disponibles: %s"
#: models.py:18 views.py:44
msgid "name"
msgstr "nombre"
msgid "Name"
msgstr ""
#: models.py:18
msgid "Internal name used to reference this index."
msgstr "Nombre interno que se utiliza para hacer referencia a este índice."
#: models.py:19 views.py:45
msgid "title"
msgstr "título"
msgid "Title"
msgstr ""
#: models.py:19
msgid "The name that will be visible to users."
msgstr "El nombre que será visible para los usuarios."
#: models.py:20 models.py:72 views.py:46 views.py:166
msgid "enabled"
msgstr "habilitado"
msgid "Enabled"
msgstr ""
#: models.py:20
msgid "Causes this index to be visible and updated when document data changes."
msgstr ""
"Hace que este índice sea visible y actualizado cuando los datos de "
"documentos cambien."
msgid ""
"Causes this index to be visible and updated when document data changes."
msgstr "Hace que este índice sea visible y actualizado cuando los datos de documentos cambien."
#: models.py:63 models.py:69 views.py:103 views.py:133 views.py:159
#: views.py:195 views.py:222 views.py:251 views.py:290
msgid "index"
msgstr "índice"
msgid "Index"
msgstr ""
#: models.py:70
msgid "indexing expression"
msgstr "expresión de indexación"
msgid "Indexing expression"
msgstr ""
#: models.py:70
msgid "Enter a python string expression to be evaluated."
@@ -170,61 +159,57 @@ msgstr "Introduzca una expresión de python para ser evaluada."
#: models.py:72
msgid "Causes this node to be visible and updated when document data changes."
msgstr ""
"Hace que este nodo sea visible y actualizado cuando los datos de los "
"documentos son cambiados."
msgstr "Hace que este nodo sea visible y actualizado cuando los datos de los documentos son cambiados."
#: models.py:73
msgid "link documents"
msgstr "enlace de documentos"
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 ""
"Marque esta opción para que el nodo actúe como un contenedor de documentos y "
"no como un padre para otros nodos secundarios."
"Check this option to have this node act as a container for documents and not"
" as a parent for further nodes."
msgstr "Marque esta opción para que el nodo actúe como un contenedor de documentos y no como un padre para otros nodos secundarios."
#: models.py:83 models.py:89
msgid "index template node"
msgstr "nodo de plantilla de indice"
msgid "Index template node"
msgstr ""
#: models.py:84
msgid "indexes template nodes"
msgstr "nodos de plantillas de indices"
msgid "Indexes template nodes"
msgstr ""
#: models.py:90
msgid "value"
msgstr "valor"
msgid "Value"
msgstr ""
#: models.py:91
msgid "documents"
msgstr "documentos"
msgid "Documents"
msgstr ""
#: models.py:101
msgid "index instance node"
msgstr "nodo de instancia de indice"
msgid "Index instance node"
msgstr ""
#: models.py:102
msgid "indexes instance nodes"
msgstr "nodos de instancias de indices"
msgid "Indexes instance nodes"
msgstr ""
#: models.py:106
msgid "index instance"
msgstr "instancia de índice"
msgid "Index instance"
msgstr ""
#: models.py:107
msgid "document"
msgstr "documento"
msgid "Document"
msgstr ""
#: models.py:114
msgid "document rename count"
msgstr "recuento de renombrado de documento"
msgid "Document rename count"
msgstr ""
#: models.py:115
msgid "documents rename count"
msgstr "recuento de renombrado de documentos"
msgid "Documents rename count"
msgstr ""
#: permissions.py:7
msgid "Indexing"
@@ -254,10 +239,20 @@ msgstr "Ver los índices de documentos"
msgid "Rebuild document indexes"
msgstr "Generar índices de documentos"
#: settings.py:20
msgid ""
"A dictionary that maps the index name and where on the filesystem that index"
" will be mirrored."
msgstr "Un diccionario que asigna el nombre del índice y en qué parte del sistema de archivos dicho índice se va a replicar."
#: utils.py:19
msgid "document indexes"
msgstr "índices de documentos"
#: views.py:40
msgid "indexes"
msgstr "índices"
#: views.py:71
msgid "Index created successfully."
msgstr "Índice creado con éxito."
@@ -268,8 +263,8 @@ msgstr "Índice editado con éxito."
#: views.py:100
#, python-format
msgid "edit index: %s"
msgstr "editar índice: %s"
msgid "Edit index: %s"
msgstr ""
#: views.py:124
#, python-format
@@ -288,34 +283,34 @@ msgstr "¿Seguro que desea eliminar el índice: %s?"
#: views.py:162
#, python-format
msgid "tree template nodes for index: %s"
msgstr "nodos de la plantilla del árbol del índice: %s"
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:165
msgid "level"
msgstr "nivel"
msgid "Level"
msgstr ""
#: views.py:167
msgid "has document links?"
msgstr "¿tiene vínculos de documentos?"
msgid "Has document links?"
msgstr ""
#: views.py:189
#, python-format
msgid "document types not in index: %s"
msgstr "tipos de documentos no en el índice: %s"
msgid "Document types not in index: %s"
msgstr ""
#: views.py:190
#, python-format
msgid "document types for index: %s"
msgstr "tipos de documentos para el índice: %s"
msgid "Document types for index: %s"
msgstr ""
#: views.py:213
msgid "Index template node created successfully."
msgstr "Nodo de plantilla de índice creado con éxito."
#: views.py:219
msgid "create child node"
msgstr "crear nodo hijo"
msgid "Create child node"
msgstr ""
#: views.py:239
msgid "Index template node edited successfully"
@@ -323,12 +318,12 @@ msgstr "Nodo de la plantilla de índice editado con éxito"
#: views.py:245
#, python-format
msgid "edit index template node: %s"
msgstr "editar nodo de la plantilla de índice: %s"
msgid "Edit index template node: %s"
msgstr ""
#: views.py:252 views.py:291 views.py:358
msgid "node"
msgstr "nodo"
msgid "Node"
msgstr ""
#: views.py:273
#, python-format
@@ -346,17 +341,17 @@ msgid "Are you sure you with to delete the index template node: %s?"
msgstr "¿Seguro que desea eliminar el nodo de plantilla de indice: %s?"
#: views.py:308
msgid "nodes"
msgstr "nodos"
msgid "Nodes"
msgstr ""
#: views.py:340
#, python-format
msgid "contents for index: %s"
msgstr "contenido del índice: %s"
msgid "Contents for index: %s"
msgstr ""
#: views.py:362
msgid "items"
msgstr "artículos"
msgid "Items"
msgstr ""
#: views.py:387
msgid "Are you sure you wish to rebuild all indexes?"
@@ -364,9 +359,7 @@ msgstr "¿Está seguro que desea reconstruir todos los índices?"
#: views.py:388
msgid "On large databases this operation may take some time to execute."
msgstr ""
"En bases de datos de gran tamaño esta operación puede tardar algún tiempo en "
"ejecutarse."
msgstr "En bases de datos de gran tamaño esta operación puede tardar algún tiempo en ejecutarse."
#: views.py:394
msgid "Index rebuild completed successfully."
@@ -379,26 +372,27 @@ msgstr "Error de reconstrucción de índices: %s"
#: views.py:424
#, python-format
msgid "indexes containing: %s"
msgstr "índices que contienen: %s"
msgid "Indexes containing: %s"
msgstr ""
#: widgets.py:85
msgid "root"
msgstr "raíz"
#: conf/settings.py:22
msgid ""
"A dictionary that maps the index name and where on the filesystem that index "
"will be mirrored."
msgid "Root"
msgstr ""
"Un diccionario que asigna el nombre del índice y en qué parte del sistema de "
"archivos dicho índice se va a replicar."
#: templates/indexing_help.html:3
msgid "What are indexes?"
msgstr "¿Qué son los índices?"
#~ msgid "edit"
#~ msgstr "edit"
#: templates/indexing_help.html:4
msgid "Indexes group documents into a tree like hierarchical structure."
msgstr ""
"Los índices agrupan documentos en una estructura jerárquica tipo árbol. "
#~ 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."

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
# 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:
# Christophe kryskool <christophe.chauvet@gmail.com>, 2014
@@ -11,43 +11,39 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-07-31 19:52-0400\n"
"PO-Revision-Date: 2014-07-18 17:29+0000\n"
"Last-Translator: Christophe kryskool <christophe.chauvet@gmail.com>\n"
"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/"
"language/fr/)\n"
"Language: fr\n"
"POT-Creation-Date: 2014-10-08 17:09-0400\n"
"PO-Revision-Date: 2014-10-08 21:13+0000\n"
"Last-Translator: Roberto Rosario\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"
"Content-Transfer-Encoding: 8bit\n"
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: __init__.py:45
#: __init__.py:44 links.py:23 links.py:38 links.py:40 models.py:64
#: views.py:305
msgid "Indexes"
msgstr "Indexes"
#: api.py:71
#: api.py:73
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr "Le nombre maximal de suffixes (%s) est atteint."
#: api.py:85
#: api.py:88
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr ""
"Erreur dans l'expression de mise à jour d'indexation du document: "
"%(expression)s; %(exception)s"
msgstr "Erreur dans l'expression de mise à jour d'indexation du document: %(expression)s; %(exception)s"
#: api.py:94 api.py:109
#: api.py:97 api.py:112
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
"Erreur lors de la mise à jour de l'index des documents, expression: "
"%(expression)s; %(exception)s"
msgstr "Erreur lors de la mise à jour de l'index des documents, expression: %(expression)s; %(exception)s"
#: api.py:151
#: api.py:155
#, python-format
msgid "Unable to delete document indexing node; %s"
msgstr "Impossible de supprimer le noeud d'indexation des documents;%s"
@@ -58,18 +54,16 @@ msgid "Unable to create indexing directory; %s"
msgstr "Impossible de créer le répertoire d'indexation;%s"
#: filesystem.py:69
#, fuzzy, python-format
#, python-format
msgid ""
"Unable to create symbolic link, file exists and could not be deleted: "
"%(filepath)s; %(exception)s"
msgstr ""
"Impossible de créer le lien symbolique, le fichier existe déjà et ne peut "
"être effacé: %(filepath)s; %(exc)s"
msgstr "Impossible de créer le lien symbolique,le fichier existe et ne peut pas être effacer: %(filepath)s; %(exception)s"
#: filesystem.py:71
#, fuzzy, python-format
#, python-format
msgid "Unable to create symbolic link: %(filepath)s; %(exception)s"
msgstr "Impossible de créer le lien symbolique: %(filepath)s; %(exc)s"
msgstr "Impossible de créer le lien symbolique: %(filepath)s; %(exception)s"
#: filesystem.py:84
#, python-format
@@ -81,50 +75,45 @@ msgstr "Impossible de supprimer le lien symbolique;%s"
msgid "Unable to delete indexing directory; %s"
msgstr "Impossible de supprimer le répertoire d'indexation;%s"
#: links.py:23 links.py:38 links.py:40 models.py:64 views.py:40 views.py:305
msgid "indexes"
msgstr "indexes"
#: links.py:24 links.py:35
msgid "index list"
msgstr "Liste des index"
msgid "Index list"
msgstr ""
#: links.py:25 views.py:77
msgid "create index"
msgstr "créer un index"
msgid "Create index"
msgstr ""
#: links.py:26 links.py:32
msgid "edit"
msgstr "modifier"
msgid "Edit"
msgstr ""
#: links.py:27 links.py:33
msgid "delete"
msgstr "supprimer"
msgid "Delete"
msgstr ""
#: links.py:28
msgid "tree template"
msgstr "modèle d'arborescence"
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:309
msgid "document types"
msgstr "types de document"
msgid "Document types"
msgstr ""
#: links.py:31
msgid "new child node"
msgstr "nouveau noeud enfant"
msgid "New child node"
msgstr ""
#: links.py:37
msgid "go up one level"
msgstr "remonter d'un niveau"
msgid "Go up one level"
msgstr ""
#: links.py:42
msgid "rebuild indexes"
msgstr "reconstruire les indexes"
msgid "Rebuild indexes"
msgstr ""
#: links.py:42
msgid "Deletes and creates from scratch all the document indexes."
msgstr ""
"Supprimer et reconstruire les indexes des documents en partant de zéro."
msgstr "Supprimer et reconstruire les indexes des documents en partant de zéro."
#: models.py:14
#, python-format
@@ -132,39 +121,38 @@ msgid "Available functions: %s"
msgstr "Fonctions disponibles:%s"
#: models.py:18 views.py:44
msgid "name"
msgstr "nom"
msgid "Name"
msgstr ""
#: models.py:18
msgid "Internal name used to reference this index."
msgstr "nom interne utilisé pour référencer cet index."
#: models.py:19 views.py:45
msgid "title"
msgstr "titre"
msgid "Title"
msgstr ""
#: models.py:19
msgid "The name that will be visible to users."
msgstr "Le nom qui sera affiché aux utilisateurs."
#: models.py:20 models.py:72 views.py:46 views.py:166
msgid "enabled"
msgstr "activé"
msgid "Enabled"
msgstr ""
#: models.py:20
msgid "Causes this index to be visible and updated when document data changes."
msgstr ""
"Permet à cet index d'être à la fois visible et mis à jour quand le contenu "
"d'un document est modifié."
msgid ""
"Causes this index to be visible and updated when document data changes."
msgstr "Permet à cet index d'être à la fois visible et mis à jour quand le contenu d'un document est modifié."
#: models.py:63 models.py:69 views.py:103 views.py:133 views.py:159
#: views.py:195 views.py:222 views.py:251 views.py:290
msgid "index"
msgstr "index"
msgid "Index"
msgstr ""
#: models.py:70
msgid "indexing expression"
msgstr "Expression d'indexation"
msgid "Indexing expression"
msgstr ""
#: models.py:70
msgid "Enter a python string expression to be evaluated."
@@ -172,61 +160,57 @@ msgstr "Entrez une commande python à exécuter."
#: models.py:72
msgid "Causes this node to be visible and updated when document data changes."
msgstr ""
"Permet à ce noeud d'être visible et mis à jour quand le contenu d'un "
"document est modifié."
msgstr "Permet à ce noeud d'être visible et mis à jour quand le contenu d'un document est modifié."
#: models.py:73
msgid "link documents"
msgstr "documents de lien"
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 ""
"Cochez cette option pour permettre à ce noeud d'être un conteneur de "
"documents et pas seulement un noeud parent d'autres noeuds enfants."
"Check this option to have this node act as a container for documents and not"
" as a parent for further nodes."
msgstr "Cochez cette option pour permettre à ce noeud d'être un conteneur de documents et pas seulement un noeud parent d'autres noeuds enfants."
#: models.py:83 models.py:89
msgid "index template node"
msgstr "noeud de modèle d'index"
msgid "Index template node"
msgstr ""
#: models.py:84
msgid "indexes template nodes"
msgstr "noeuds de modèles d'indexes"
msgid "Indexes template nodes"
msgstr ""
#: models.py:90
msgid "value"
msgstr "valeur"
msgid "Value"
msgstr ""
#: models.py:91
msgid "documents"
msgstr "documents"
msgid "Documents"
msgstr ""
#: models.py:101
msgid "index instance node"
msgstr "noeud d'instance d'index"
msgid "Index instance node"
msgstr ""
#: models.py:102
msgid "indexes instance nodes"
msgstr "noeuds d'instances d'indexes"
msgid "Indexes instance nodes"
msgstr ""
#: models.py:106
msgid "index instance"
msgstr "instance d'index"
msgid "Index instance"
msgstr ""
#: models.py:107
msgid "document"
msgstr "document"
msgid "Document"
msgstr ""
#: models.py:114
msgid "document rename count"
msgstr "nombre de renommage du document"
msgid "Document rename count"
msgstr ""
#: models.py:115
msgid "documents rename count"
msgstr "nombre de renommages de documents"
msgid "Documents rename count"
msgstr ""
#: permissions.py:7
msgid "Indexing"
@@ -256,10 +240,20 @@ msgstr "Afficher les indexes des documents"
msgid "Rebuild document indexes"
msgstr "Reconstruire les indexes des documents"
#: settings.py:20
msgid ""
"A dictionary that maps the index name and where on the filesystem that index"
" will be mirrored."
msgstr "Un dictionnaire qui référence nom d'un index et indique l'emplacement où cet index sera dupliqué dans l'arborescence du système de fichiers."
#: utils.py:19
msgid "document indexes"
msgstr "Index de document"
#: views.py:40
msgid "indexes"
msgstr "indexes"
#: views.py:71
msgid "Index created successfully."
msgstr "Index créé avec succès"
@@ -270,8 +264,8 @@ msgstr "Index modifié avec succès"
#: views.py:100
#, python-format
msgid "edit index: %s"
msgstr "modifier l'index: %s"
msgid "Edit index: %s"
msgstr ""
#: views.py:124
#, python-format
@@ -290,34 +284,34 @@ msgstr "Êtes vous certain de vouloir supprimer l'index: %s?"
#: views.py:162
#, python-format
msgid "tree template nodes for index: %s"
msgstr "noeuds de modèles arborescentes pour l'index: %s"
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:165
msgid "level"
msgstr "niveau"
msgid "Level"
msgstr ""
#: views.py:167
msgid "has document links?"
msgstr "est lié à d'autres documents ?"
msgid "Has document links?"
msgstr ""
#: views.py:189
#, python-format
msgid "document types not in index: %s"
msgstr "types de document non présents dans l'index: %s"
msgid "Document types not in index: %s"
msgstr ""
#: views.py:190
#, python-format
msgid "document types for index: %s"
msgstr "type de document pour l'index: %s"
msgid "Document types for index: %s"
msgstr ""
#: views.py:213
msgid "Index template node created successfully."
msgstr "Noeud de modèle d'index créé avec succès."
#: views.py:219
msgid "create child node"
msgstr "créer un noeud enfant"
msgid "Create child node"
msgstr ""
#: views.py:239
msgid "Index template node edited successfully"
@@ -325,12 +319,12 @@ msgstr "Noeud de modèle d'index modifié avec succès."
#: views.py:245
#, python-format
msgid "edit index template node: %s"
msgstr "modifier le noeud de modèle d'index: %s"
msgid "Edit index template node: %s"
msgstr ""
#: views.py:252 views.py:291 views.py:358
msgid "node"
msgstr "noeud"
msgid "Node"
msgstr ""
#: views.py:273
#, python-format
@@ -348,17 +342,17 @@ msgid "Are you sure you with to delete the index template node: %s?"
msgstr "Êtes vous certain de vouloir supprimer le noeud de modèle d'index: %s?"
#: views.py:308
msgid "nodes"
msgstr "noeuds"
msgid "Nodes"
msgstr ""
#: views.py:340
#, python-format
msgid "contents for index: %s"
msgstr "contenu de l'index:%s"
msgid "Contents for index: %s"
msgstr ""
#: views.py:362
msgid "items"
msgstr "éléments"
msgid "Items"
msgstr ""
#: views.py:387
msgid "Are you sure you wish to rebuild all indexes?"
@@ -366,9 +360,7 @@ msgstr "Êtes vous certain de vouloir reconstruire tous les indexes ?"
#: views.py:388
msgid "On large databases this operation may take some time to execute."
msgstr ""
"Sur de grosses bases de données, cette opération peut prendre un certain "
"temps."
msgstr "Sur de grosses bases de données, cette opération peut prendre un certain temps."
#: views.py:394
msgid "Index rebuild completed successfully."
@@ -381,27 +373,27 @@ msgstr "Erreur de reconstruction d'index:%s"
#: views.py:424
#, python-format
msgid "indexes containing: %s"
msgstr "indexes contenant:%s"
msgid "Indexes containing: %s"
msgstr ""
#: widgets.py:85
msgid "root"
msgstr "root"
#: conf/settings.py:22
msgid ""
"A dictionary that maps the index name and where on the filesystem that index "
"will be mirrored."
msgid "Root"
msgstr ""
"Un dictionnaire qui référence nom d'un index et indique l'emplacement où cet "
"index sera dupliqué dans l'arborescence du système de fichiers."
#: templates/indexing_help.html:3
msgid "What are indexes?"
msgstr "Que sont les indexes?"
#~ msgid "edit"
#~ msgstr "edit"
#: templates/indexing_help.html:4
msgid "Indexes group documents into a tree like hierarchical structure."
msgstr ""
"Les indexes regoupent les documents dans une structure hiérarchique "
"arborescente."
#~ 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."

View File

@@ -1,46 +1,46 @@
# 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: 2014-07-31 19:52-0400\n"
"PO-Revision-Date: 2012-12-12 06:05+0000\n"
"POT-Creation-Date: 2014-10-08 17:09-0400\n"
"PO-Revision-Date: 2014-10-08 21:13+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Croatian (Croatia) (http://www.transifex.com/projects/p/mayan-"
"edms/language/hr_HR/)\n"
"Language: hr_HR\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"
"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"
"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:45
#: __init__.py:44 links.py:23 links.py:38 links.py:40 models.py:64
#: views.py:305
msgid "Indexes"
msgstr ""
#: api.py:71
#: api.py:73
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr ""
#: api.py:85
#: api.py:88
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:94 api.py:109
#: api.py:97 api.py:112
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:151
#: api.py:155
#, python-format
msgid "Unable to delete document indexing node; %s"
msgstr ""
@@ -72,44 +72,40 @@ msgstr ""
msgid "Unable to delete indexing directory; %s"
msgstr ""
#: links.py:23 links.py:38 links.py:40 models.py:64 views.py:40 views.py:305
msgid "indexes"
msgstr ""
#: links.py:24 links.py:35
msgid "index list"
msgid "Index list"
msgstr ""
#: links.py:25 views.py:77
msgid "create index"
msgid "Create index"
msgstr ""
#: links.py:26 links.py:32
msgid "edit"
msgid "Edit"
msgstr ""
#: links.py:27 links.py:33
msgid "delete"
msgid "Delete"
msgstr ""
#: links.py:28
msgid "tree template"
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:309
msgid "document types"
msgid "Document types"
msgstr ""
#: links.py:31
msgid "new child node"
msgid "New child node"
msgstr ""
#: links.py:37
msgid "go up one level"
msgid "Go up one level"
msgstr ""
#: links.py:42
msgid "rebuild indexes"
msgid "Rebuild indexes"
msgstr ""
#: links.py:42
@@ -122,7 +118,7 @@ msgid "Available functions: %s"
msgstr ""
#: models.py:18 views.py:44
msgid "name"
msgid "Name"
msgstr ""
#: models.py:18
@@ -130,7 +126,7 @@ msgid "Internal name used to reference this index."
msgstr ""
#: models.py:19 views.py:45
msgid "title"
msgid "Title"
msgstr ""
#: models.py:19
@@ -138,20 +134,21 @@ msgid "The name that will be visible to users."
msgstr ""
#: models.py:20 models.py:72 views.py:46 views.py:166
msgid "enabled"
msgid "Enabled"
msgstr ""
#: models.py:20
msgid "Causes this index to be visible and updated when document data changes."
msgid ""
"Causes this index to be visible and updated when document data changes."
msgstr ""
#: models.py:63 models.py:69 views.py:103 views.py:133 views.py:159
#: views.py:195 views.py:222 views.py:251 views.py:290
msgid "index"
msgid "Index"
msgstr ""
#: models.py:70
msgid "indexing expression"
msgid "Indexing expression"
msgstr ""
#: models.py:70
@@ -163,53 +160,53 @@ msgid "Causes this node to be visible and updated when document data changes."
msgstr ""
#: models.py:73
msgid "link documents"
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."
"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"
msgid "Index template node"
msgstr ""
#: models.py:84
msgid "indexes template nodes"
msgid "Indexes template nodes"
msgstr ""
#: models.py:90
msgid "value"
msgid "Value"
msgstr ""
#: models.py:91
msgid "documents"
msgid "Documents"
msgstr ""
#: models.py:101
msgid "index instance node"
msgid "Index instance node"
msgstr ""
#: models.py:102
msgid "indexes instance nodes"
msgid "Indexes instance nodes"
msgstr ""
#: models.py:106
msgid "index instance"
msgid "Index instance"
msgstr ""
#: models.py:107
msgid "document"
msgid "Document"
msgstr ""
#: models.py:114
msgid "document rename count"
msgid "Document rename count"
msgstr ""
#: models.py:115
msgid "documents rename count"
msgid "Documents rename count"
msgstr ""
#: permissions.py:7
@@ -240,10 +237,20 @@ msgstr ""
msgid "Rebuild document indexes"
msgstr ""
#: settings.py:20
msgid ""
"A dictionary that maps the index name and where on the filesystem that index"
" will be mirrored."
msgstr ""
#: utils.py:19
msgid "document indexes"
msgstr ""
#: views.py:40
msgid "indexes"
msgstr ""
#: views.py:71
msgid "Index created successfully."
msgstr ""
@@ -254,7 +261,7 @@ msgstr ""
#: views.py:100
#, python-format
msgid "edit index: %s"
msgid "Edit index: %s"
msgstr ""
#: views.py:124
@@ -274,25 +281,25 @@ msgstr ""
#: views.py:162
#, python-format
msgid "tree template nodes for index: %s"
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:165
msgid "level"
msgid "Level"
msgstr ""
#: views.py:167
msgid "has document links?"
msgid "Has document links?"
msgstr ""
#: views.py:189
#, python-format
msgid "document types not in index: %s"
msgid "Document types not in index: %s"
msgstr ""
#: views.py:190
#, python-format
msgid "document types for index: %s"
msgid "Document types for index: %s"
msgstr ""
#: views.py:213
@@ -300,7 +307,7 @@ msgid "Index template node created successfully."
msgstr ""
#: views.py:219
msgid "create child node"
msgid "Create child node"
msgstr ""
#: views.py:239
@@ -309,11 +316,11 @@ msgstr ""
#: views.py:245
#, python-format
msgid "edit index template node: %s"
msgid "Edit index template node: %s"
msgstr ""
#: views.py:252 views.py:291 views.py:358
msgid "node"
msgid "Node"
msgstr ""
#: views.py:273
@@ -332,16 +339,16 @@ msgid "Are you sure you with to delete the index template node: %s?"
msgstr ""
#: views.py:308
msgid "nodes"
msgid "Nodes"
msgstr ""
#: views.py:340
#, python-format
msgid "contents for index: %s"
msgid "Contents for index: %s"
msgstr ""
#: views.py:362
msgid "items"
msgid "Items"
msgstr ""
#: views.py:387
@@ -363,23 +370,27 @@ msgstr ""
#: views.py:424
#, python-format
msgid "indexes containing: %s"
msgid "Indexes containing: %s"
msgstr ""
#: widgets.py:85
msgid "root"
msgid "Root"
msgstr ""
#: conf/settings.py:22
msgid ""
"A dictionary that maps the index name and where on the filesystem that index "
"will be mirrored."
msgstr ""
#~ msgid "edit"
#~ msgstr "edit"
#: templates/indexing_help.html:3
msgid "What are indexes?"
msgstr ""
#~ msgid "name"
#~ msgstr "name"
#: templates/indexing_help.html:4
msgid "Indexes group documents into a tree like hierarchical structure."
msgstr ""
#~ 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."

View File

@@ -1,45 +1,46 @@
# 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: 2014-07-31 19:52-0400\n"
"PO-Revision-Date: 2012-12-12 06:05+0000\n"
"POT-Creation-Date: 2014-10-08 17:09-0400\n"
"PO-Revision-Date: 2014-10-08 21:13+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Hungarian (http://www.transifex.com/projects/p/mayan-edms/"
"language/hu/)\n"
"Language: hu\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:45
#: __init__.py:44 links.py:23 links.py:38 links.py:40 models.py:64
#: views.py:305
msgid "Indexes"
msgstr ""
#: api.py:71
#: api.py:73
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr ""
#: api.py:85
#: api.py:88
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:94 api.py:109
#: api.py:97 api.py:112
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:151
#: api.py:155
#, python-format
msgid "Unable to delete document indexing node; %s"
msgstr ""
@@ -71,44 +72,40 @@ msgstr ""
msgid "Unable to delete indexing directory; %s"
msgstr ""
#: links.py:23 links.py:38 links.py:40 models.py:64 views.py:40 views.py:305
msgid "indexes"
msgstr ""
#: links.py:24 links.py:35
msgid "index list"
msgid "Index list"
msgstr ""
#: links.py:25 views.py:77
msgid "create index"
msgid "Create index"
msgstr ""
#: links.py:26 links.py:32
msgid "edit"
msgid "Edit"
msgstr ""
#: links.py:27 links.py:33
msgid "delete"
msgid "Delete"
msgstr ""
#: links.py:28
msgid "tree template"
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:309
msgid "document types"
msgid "Document types"
msgstr ""
#: links.py:31
msgid "new child node"
msgid "New child node"
msgstr ""
#: links.py:37
msgid "go up one level"
msgid "Go up one level"
msgstr ""
#: links.py:42
msgid "rebuild indexes"
msgid "Rebuild indexes"
msgstr ""
#: links.py:42
@@ -121,7 +118,7 @@ msgid "Available functions: %s"
msgstr ""
#: models.py:18 views.py:44
msgid "name"
msgid "Name"
msgstr ""
#: models.py:18
@@ -129,7 +126,7 @@ msgid "Internal name used to reference this index."
msgstr ""
#: models.py:19 views.py:45
msgid "title"
msgid "Title"
msgstr ""
#: models.py:19
@@ -137,20 +134,21 @@ msgid "The name that will be visible to users."
msgstr ""
#: models.py:20 models.py:72 views.py:46 views.py:166
msgid "enabled"
msgid "Enabled"
msgstr ""
#: models.py:20
msgid "Causes this index to be visible and updated when document data changes."
msgid ""
"Causes this index to be visible and updated when document data changes."
msgstr ""
#: models.py:63 models.py:69 views.py:103 views.py:133 views.py:159
#: views.py:195 views.py:222 views.py:251 views.py:290
msgid "index"
msgid "Index"
msgstr ""
#: models.py:70
msgid "indexing expression"
msgid "Indexing expression"
msgstr ""
#: models.py:70
@@ -162,53 +160,53 @@ msgid "Causes this node to be visible and updated when document data changes."
msgstr ""
#: models.py:73
msgid "link documents"
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."
"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"
msgid "Index template node"
msgstr ""
#: models.py:84
msgid "indexes template nodes"
msgid "Indexes template nodes"
msgstr ""
#: models.py:90
msgid "value"
msgid "Value"
msgstr ""
#: models.py:91
msgid "documents"
msgid "Documents"
msgstr ""
#: models.py:101
msgid "index instance node"
msgid "Index instance node"
msgstr ""
#: models.py:102
msgid "indexes instance nodes"
msgid "Indexes instance nodes"
msgstr ""
#: models.py:106
msgid "index instance"
msgid "Index instance"
msgstr ""
#: models.py:107
msgid "document"
msgid "Document"
msgstr ""
#: models.py:114
msgid "document rename count"
msgid "Document rename count"
msgstr ""
#: models.py:115
msgid "documents rename count"
msgid "Documents rename count"
msgstr ""
#: permissions.py:7
@@ -239,10 +237,20 @@ msgstr ""
msgid "Rebuild document indexes"
msgstr ""
#: settings.py:20
msgid ""
"A dictionary that maps the index name and where on the filesystem that index"
" will be mirrored."
msgstr ""
#: utils.py:19
msgid "document indexes"
msgstr ""
#: views.py:40
msgid "indexes"
msgstr ""
#: views.py:71
msgid "Index created successfully."
msgstr ""
@@ -253,7 +261,7 @@ msgstr ""
#: views.py:100
#, python-format
msgid "edit index: %s"
msgid "Edit index: %s"
msgstr ""
#: views.py:124
@@ -273,25 +281,25 @@ msgstr ""
#: views.py:162
#, python-format
msgid "tree template nodes for index: %s"
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:165
msgid "level"
msgid "Level"
msgstr ""
#: views.py:167
msgid "has document links?"
msgid "Has document links?"
msgstr ""
#: views.py:189
#, python-format
msgid "document types not in index: %s"
msgid "Document types not in index: %s"
msgstr ""
#: views.py:190
#, python-format
msgid "document types for index: %s"
msgid "Document types for index: %s"
msgstr ""
#: views.py:213
@@ -299,7 +307,7 @@ msgid "Index template node created successfully."
msgstr ""
#: views.py:219
msgid "create child node"
msgid "Create child node"
msgstr ""
#: views.py:239
@@ -308,11 +316,11 @@ msgstr ""
#: views.py:245
#, python-format
msgid "edit index template node: %s"
msgid "Edit index template node: %s"
msgstr ""
#: views.py:252 views.py:291 views.py:358
msgid "node"
msgid "Node"
msgstr ""
#: views.py:273
@@ -331,16 +339,16 @@ msgid "Are you sure you with to delete the index template node: %s?"
msgstr ""
#: views.py:308
msgid "nodes"
msgid "Nodes"
msgstr ""
#: views.py:340
#, python-format
msgid "contents for index: %s"
msgid "Contents for index: %s"
msgstr ""
#: views.py:362
msgid "items"
msgid "Items"
msgstr ""
#: views.py:387
@@ -362,23 +370,27 @@ msgstr ""
#: views.py:424
#, python-format
msgid "indexes containing: %s"
msgid "Indexes containing: %s"
msgstr ""
#: widgets.py:85
msgid "root"
msgid "Root"
msgstr ""
#: conf/settings.py:22
msgid ""
"A dictionary that maps the index name and where on the filesystem that index "
"will be mirrored."
msgstr ""
#~ msgid "edit"
#~ msgstr "edit"
#: templates/indexing_help.html:3
msgid "What are indexes?"
msgstr ""
#~ msgid "name"
#~ msgstr "name"
#: templates/indexing_help.html:4
msgid "Indexes group documents into a tree like hierarchical structure."
msgstr ""
#~ 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."

View File

@@ -1,45 +1,46 @@
# 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: 2014-07-31 19:52-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"
"Language: id\n"
"POT-Creation-Date: 2014-10-08 17:09-0400\n"
"PO-Revision-Date: 2014-10-08 21:13+0000\n"
"Last-Translator: Roberto Rosario\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:45
#: __init__.py:44 links.py:23 links.py:38 links.py:40 models.py:64
#: views.py:305
msgid "Indexes"
msgstr ""
#: api.py:71
#: api.py:73
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr ""
#: api.py:85
#: api.py:88
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:94 api.py:109
#: api.py:97 api.py:112
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:151
#: api.py:155
#, python-format
msgid "Unable to delete document indexing node; %s"
msgstr ""
@@ -71,44 +72,40 @@ msgstr ""
msgid "Unable to delete indexing directory; %s"
msgstr ""
#: links.py:23 links.py:38 links.py:40 models.py:64 views.py:40 views.py:305
msgid "indexes"
msgstr ""
#: links.py:24 links.py:35
msgid "index list"
msgid "Index list"
msgstr ""
#: links.py:25 views.py:77
msgid "create index"
msgid "Create index"
msgstr ""
#: links.py:26 links.py:32
msgid "edit"
msgid "Edit"
msgstr ""
#: links.py:27 links.py:33
msgid "delete"
msgid "Delete"
msgstr ""
#: links.py:28
msgid "tree template"
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:309
msgid "document types"
msgid "Document types"
msgstr ""
#: links.py:31
msgid "new child node"
msgid "New child node"
msgstr ""
#: links.py:37
msgid "go up one level"
msgid "Go up one level"
msgstr ""
#: links.py:42
msgid "rebuild indexes"
msgid "Rebuild indexes"
msgstr ""
#: links.py:42
@@ -121,7 +118,7 @@ msgid "Available functions: %s"
msgstr ""
#: models.py:18 views.py:44
msgid "name"
msgid "Name"
msgstr ""
#: models.py:18
@@ -129,7 +126,7 @@ msgid "Internal name used to reference this index."
msgstr ""
#: models.py:19 views.py:45
msgid "title"
msgid "Title"
msgstr ""
#: models.py:19
@@ -137,20 +134,21 @@ msgid "The name that will be visible to users."
msgstr ""
#: models.py:20 models.py:72 views.py:46 views.py:166
msgid "enabled"
msgid "Enabled"
msgstr ""
#: models.py:20
msgid "Causes this index to be visible and updated when document data changes."
msgid ""
"Causes this index to be visible and updated when document data changes."
msgstr ""
#: models.py:63 models.py:69 views.py:103 views.py:133 views.py:159
#: views.py:195 views.py:222 views.py:251 views.py:290
msgid "index"
msgid "Index"
msgstr ""
#: models.py:70
msgid "indexing expression"
msgid "Indexing expression"
msgstr ""
#: models.py:70
@@ -162,53 +160,53 @@ msgid "Causes this node to be visible and updated when document data changes."
msgstr ""
#: models.py:73
msgid "link documents"
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."
"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"
msgid "Index template node"
msgstr ""
#: models.py:84
msgid "indexes template nodes"
msgid "Indexes template nodes"
msgstr ""
#: models.py:90
msgid "value"
msgid "Value"
msgstr ""
#: models.py:91
msgid "documents"
msgid "Documents"
msgstr ""
#: models.py:101
msgid "index instance node"
msgid "Index instance node"
msgstr ""
#: models.py:102
msgid "indexes instance nodes"
msgid "Indexes instance nodes"
msgstr ""
#: models.py:106
msgid "index instance"
msgid "Index instance"
msgstr ""
#: models.py:107
msgid "document"
msgid "Document"
msgstr ""
#: models.py:114
msgid "document rename count"
msgid "Document rename count"
msgstr ""
#: models.py:115
msgid "documents rename count"
msgid "Documents rename count"
msgstr ""
#: permissions.py:7
@@ -239,10 +237,20 @@ msgstr ""
msgid "Rebuild document indexes"
msgstr ""
#: settings.py:20
msgid ""
"A dictionary that maps the index name and where on the filesystem that index"
" will be mirrored."
msgstr ""
#: utils.py:19
msgid "document indexes"
msgstr ""
#: views.py:40
msgid "indexes"
msgstr ""
#: views.py:71
msgid "Index created successfully."
msgstr ""
@@ -253,7 +261,7 @@ msgstr ""
#: views.py:100
#, python-format
msgid "edit index: %s"
msgid "Edit index: %s"
msgstr ""
#: views.py:124
@@ -273,25 +281,25 @@ msgstr ""
#: views.py:162
#, python-format
msgid "tree template nodes for index: %s"
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:165
msgid "level"
msgid "Level"
msgstr ""
#: views.py:167
msgid "has document links?"
msgid "Has document links?"
msgstr ""
#: views.py:189
#, python-format
msgid "document types not in index: %s"
msgid "Document types not in index: %s"
msgstr ""
#: views.py:190
#, python-format
msgid "document types for index: %s"
msgid "Document types for index: %s"
msgstr ""
#: views.py:213
@@ -299,7 +307,7 @@ msgid "Index template node created successfully."
msgstr ""
#: views.py:219
msgid "create child node"
msgid "Create child node"
msgstr ""
#: views.py:239
@@ -308,11 +316,11 @@ msgstr ""
#: views.py:245
#, python-format
msgid "edit index template node: %s"
msgid "Edit index template node: %s"
msgstr ""
#: views.py:252 views.py:291 views.py:358
msgid "node"
msgid "Node"
msgstr ""
#: views.py:273
@@ -331,16 +339,16 @@ msgid "Are you sure you with to delete the index template node: %s?"
msgstr ""
#: views.py:308
msgid "nodes"
msgid "Nodes"
msgstr ""
#: views.py:340
#, python-format
msgid "contents for index: %s"
msgid "Contents for index: %s"
msgstr ""
#: views.py:362
msgid "items"
msgid "Items"
msgstr ""
#: views.py:387
@@ -362,23 +370,27 @@ msgstr ""
#: views.py:424
#, python-format
msgid "indexes containing: %s"
msgid "Indexes containing: %s"
msgstr ""
#: widgets.py:85
msgid "root"
msgid "Root"
msgstr ""
#: conf/settings.py:22
msgid ""
"A dictionary that maps the index name and where on the filesystem that index "
"will be mirrored."
msgstr ""
#~ msgid "edit"
#~ msgstr "edit"
#: templates/indexing_help.html:3
msgid "What are indexes?"
msgstr ""
#~ msgid "name"
#~ msgstr "name"
#: templates/indexing_help.html:4
msgid "Indexes group documents into a tree like hierarchical structure."
msgstr ""
#~ 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."

View File

@@ -1,7 +1,8 @@
# 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:
# Carlo Zanatto <>, 2012
# Giovanni Tricarico <gtricarico92@gmail.com>, 2014
@@ -11,43 +12,39 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-07-31 19:52-0400\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"
"Language: it\n"
"POT-Creation-Date: 2014-10-08 17:09-0400\n"
"PO-Revision-Date: 2014-10-08 21:13+0000\n"
"Last-Translator: Roberto Rosario\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"
"Content-Transfer-Encoding: 8bit\n"
"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: __init__.py:45
#: __init__.py:44 links.py:23 links.py:38 links.py:40 models.py:64
#: views.py:305
msgid "Indexes"
msgstr "Indici"
#: api.py:71
#: api.py:73
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr "Massimo dei suffissi contati (%s) ."
#: api.py:85
#: api.py:88
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr ""
"Errore nella creazione dell'indice per l'espressione: %(expression)s; "
"%(exception)s"
msgstr "Errore nella creazione dell'indice per l'espressione: %(expression)s; %(exception)s"
#: api.py:94 api.py:109
#: api.py:97 api.py:112
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
"Errore nell'aggiornamento delle'indice documento per l'espressione: "
"%(expression)s; %(exception)s"
msgstr "Errore nell'aggiornamento delle'indice documento per l'espressione: %(expression)s; %(exception)s"
#: api.py:151
#: api.py:155
#, python-format
msgid "Unable to delete document indexing node; %s"
msgstr "Impossibile cancellare l'indice del documento; %s"
@@ -58,18 +55,16 @@ msgid "Unable to create indexing directory; %s"
msgstr "Impossibile creare la directory per gli indici; %s"
#: filesystem.py:69
#, fuzzy, python-format
#, python-format
msgid ""
"Unable to create symbolic link, file exists and could not be deleted: "
"%(filepath)s; %(exception)s"
msgstr ""
"Impossibile creare un link simbolico, il file già esiste e non può essere "
"cancellato: %(filepath)s; %(exc)s"
#: filesystem.py:71
#, fuzzy, python-format
#, python-format
msgid "Unable to create symbolic link: %(filepath)s; %(exception)s"
msgstr "Impossibile creare un link simbolico: %(filepath)s; %(exc)s"
msgstr ""
#: filesystem.py:84
#, python-format
@@ -81,45 +76,41 @@ msgstr "Impossibile cancellare il link simbolico al documento; %s"
msgid "Unable to delete indexing directory; %s"
msgstr "Impossibile cancellare la directory degli indici; %s"
#: links.py:23 links.py:38 links.py:40 models.py:64 views.py:40 views.py:305
msgid "indexes"
msgstr "indici"
#: links.py:24 links.py:35
msgid "index list"
msgstr "lista indici"
msgid "Index list"
msgstr ""
#: links.py:25 views.py:77
msgid "create index"
msgstr "creare un indice"
msgid "Create index"
msgstr ""
#: links.py:26 links.py:32
msgid "edit"
msgstr "modificare"
msgid "Edit"
msgstr ""
#: links.py:27 links.py:33
msgid "delete"
msgstr "cancellare"
msgid "Delete"
msgstr ""
#: links.py:28
msgid "tree template"
msgstr "albero di template"
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:309
msgid "document types"
msgstr "tipi documento "
msgid "Document types"
msgstr ""
#: links.py:31
msgid "new child node"
msgstr "nuovo nodo figlio"
msgid "New child node"
msgstr ""
#: links.py:37
msgid "go up one level"
msgstr "sali di un livello"
msgid "Go up one level"
msgstr ""
#: links.py:42
msgid "rebuild indexes"
msgstr "ricostruisci gli indici"
msgid "Rebuild indexes"
msgstr ""
#: links.py:42
msgid "Deletes and creates from scratch all the document indexes."
@@ -131,39 +122,38 @@ msgid "Available functions: %s"
msgstr "Funzioni disponibili: %s"
#: models.py:18 views.py:44
msgid "name"
msgstr "nome"
msgid "Name"
msgstr ""
#: models.py:18
msgid "Internal name used to reference this index."
msgstr "Nome interno utilizzato per fare riferimento a questo indice."
#: models.py:19 views.py:45
msgid "title"
msgstr "titolo"
msgid "Title"
msgstr ""
#: models.py:19
msgid "The name that will be visible to users."
msgstr "Il nome che sarà visibile agli utenti."
#: models.py:20 models.py:72 views.py:46 views.py:166
msgid "enabled"
msgstr "abilitato"
msgid "Enabled"
msgstr ""
#: models.py:20
msgid "Causes this index to be visible and updated when document data changes."
msgstr ""
"Fa sì che questo indice possa essere visibile e aggiornato quando i dati del "
"documento cambiano."
msgid ""
"Causes this index to be visible and updated when document data changes."
msgstr "Fa sì che questo indice possa essere visibile e aggiornato quando i dati del documento cambiano."
#: models.py:63 models.py:69 views.py:103 views.py:133 views.py:159
#: views.py:195 views.py:222 views.py:251 views.py:290
msgid "index"
msgstr "indice"
msgid "Index"
msgstr ""
#: models.py:70
msgid "indexing expression"
msgstr "Espressione per indice"
msgid "Indexing expression"
msgstr ""
#: models.py:70
msgid "Enter a python string expression to be evaluated."
@@ -171,61 +161,57 @@ msgstr "Inserisci una espressione python perchè possa essere valutata."
#: models.py:72
msgid "Causes this node to be visible and updated when document data changes."
msgstr ""
"Fa sì che questo nodo possa essere visibili e aggiornato quando i dati del "
"documento cambiano."
msgstr "Fa sì che questo nodo possa essere visibili e aggiornato quando i dati del documento cambiano."
#: models.py:73
msgid "link documents"
msgstr "link al documento"
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 ""
"Selezionare questa opzione per questo specifico nodo quale contenitore per i "
"documenti e non come un genitore per ulteriori nodi."
"Check this option to have this node act as a container for documents and not"
" as a parent for further nodes."
msgstr "Selezionare questa opzione per questo specifico nodo quale contenitore per i documenti e non come un genitore per ulteriori nodi."
#: models.py:83 models.py:89
msgid "index template node"
msgstr "indice di nodo modello"
msgid "Index template node"
msgstr ""
#: models.py:84
msgid "indexes template nodes"
msgstr "indici nodi modello"
msgid "Indexes template nodes"
msgstr ""
#: models.py:90
msgid "value"
msgstr "valore"
msgid "Value"
msgstr ""
#: models.py:91
msgid "documents"
msgstr "documenti"
msgid "Documents"
msgstr ""
#: models.py:101
msgid "index instance node"
msgstr "indice dell'istanza nodo"
msgid "Index instance node"
msgstr ""
#: models.py:102
msgid "indexes instance nodes"
msgstr "indici esempio di nodi"
msgid "Indexes instance nodes"
msgstr ""
#: models.py:106
msgid "index instance"
msgstr "istanza indice"
msgid "Index instance"
msgstr ""
#: models.py:107
msgid "document"
msgstr "documento"
msgid "Document"
msgstr ""
#: models.py:114
msgid "document rename count"
msgstr "conteggio della rinomina del documento"
msgid "Document rename count"
msgstr ""
#: models.py:115
msgid "documents rename count"
msgstr "conteggio delle rinomine dei documenti"
msgid "Documents rename count"
msgstr ""
#: permissions.py:7
msgid "Indexing"
@@ -255,10 +241,20 @@ msgstr "Visualizza indici documento"
msgid "Rebuild document indexes"
msgstr "Ricostruisci indici documento"
#: settings.py:20
msgid ""
"A dictionary that maps the index name and where on the filesystem that index"
" will be mirrored."
msgstr "Un dizionario che associa il nome dell'indice e dove sul filesystem verrà copiato."
#: utils.py:19
msgid "document indexes"
msgstr "indici documento "
#: views.py:40
msgid "indexes"
msgstr "indici"
#: views.py:71
msgid "Index created successfully."
msgstr "Indice creato con successo."
@@ -269,8 +265,8 @@ msgstr "Indice modificato con successo"
#: views.py:100
#, python-format
msgid "edit index: %s"
msgstr "modifica indice: %s"
msgid "Edit index: %s"
msgstr ""
#: views.py:124
#, python-format
@@ -289,34 +285,34 @@ msgstr "Sei sicuro di voler cancella l'indice: %s?"
#: views.py:162
#, python-format
msgid "tree template nodes for index: %s"
msgstr "modello nodi della struttura per l'indice: %s"
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:165
msgid "level"
msgstr "livello"
msgid "Level"
msgstr ""
#: views.py:167
msgid "has document links?"
msgstr "Il documento ha collegamento ?"
msgid "Has document links?"
msgstr ""
#: views.py:189
#, python-format
msgid "document types not in index: %s"
msgstr "tipi documento non nell'indice: %s"
msgid "Document types not in index: %s"
msgstr ""
#: views.py:190
#, python-format
msgid "document types for index: %s"
msgstr "tipi documento per indice: %s"
msgid "Document types for index: %s"
msgstr ""
#: views.py:213
msgid "Index template node created successfully."
msgstr "Modello nodo indice creato con successo."
#: views.py:219
msgid "create child node"
msgstr "creare nodo figlio"
msgid "Create child node"
msgstr ""
#: views.py:239
msgid "Index template node edited successfully"
@@ -324,12 +320,12 @@ msgstr "Template nodo Indice modificato con successo"
#: views.py:245
#, python-format
msgid "edit index template node: %s"
msgstr "modifica index template node: %s"
msgid "Edit index template node: %s"
msgstr ""
#: views.py:252 views.py:291 views.py:358
msgid "node"
msgstr "nodo"
msgid "Node"
msgstr ""
#: views.py:273
#, python-format
@@ -347,17 +343,17 @@ msgid "Are you sure you with to delete the index template node: %s?"
msgstr "Sei sicuro di voler cancellare index template node: %s?"
#: views.py:308
msgid "nodes"
msgstr "nodi"
msgid "Nodes"
msgstr ""
#: views.py:340
#, python-format
msgid "contents for index: %s"
msgstr "contenuto per indice: %s"
msgid "Contents for index: %s"
msgstr ""
#: views.py:362
msgid "items"
msgstr "voci"
msgid "Items"
msgstr ""
#: views.py:387
msgid "Are you sure you wish to rebuild all indexes?"
@@ -365,9 +361,7 @@ msgstr "Sei sicuro di voler ricostruire l'indice ?"
#: views.py:388
msgid "On large databases this operation may take some time to execute."
msgstr ""
"Per un database di grosse dimensioni l'operazione protrebbe aver bisogno di "
"tempo."
msgstr "Per un database di grosse dimensioni l'operazione protrebbe aver bisogno di tempo."
#: views.py:394
msgid "Index rebuild completed successfully."
@@ -380,27 +374,27 @@ msgstr "Errore nella ricostruzione dell'indice: %s"
#: views.py:424
#, python-format
msgid "indexes containing: %s"
msgstr "Gli indici contengono: %s"
msgid "Indexes containing: %s"
msgstr ""
#: widgets.py:85
msgid "root"
msgid "Root"
msgstr ""
#: conf/settings.py:22
msgid ""
"A dictionary that maps the index name and where on the filesystem that index "
"will be mirrored."
msgstr ""
"Un dizionario che associa il nome dell'indice e dove sul filesystem verrà "
"copiato."
#~ msgid "edit"
#~ msgstr "edit"
#: templates/indexing_help.html:3
msgid "What are indexes?"
msgstr "Cosa sono gli indici ?"
#~ msgid "name"
#~ msgstr "name"
#: templates/indexing_help.html:4
msgid "Indexes group documents into a tree like hierarchical structure."
msgstr ""
"Gli Indici dei documenti rappresentano , nella forma di albero, la struttura "
"gerarchica dei documenti stessi.."
#~ 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."

View File

@@ -0,0 +1,396 @@
# 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: 2014-10-08 17:09-0400\n"
"PO-Revision-Date: 2014-10-08 21:13+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Latvian (http://www.transifex.com/projects/p/mayan-edms/language/lv/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: lv\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : 2);\n"
#: __init__.py:44 links.py:23 links.py:38 links.py:40 models.py:64
#: views.py:305
msgid "Indexes"
msgstr ""
#: api.py:73
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr ""
#: api.py:88
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:97 api.py:112
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:155
#, 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; %(exception)s"
msgstr ""
#: filesystem.py:71
#, python-format
msgid "Unable to create symbolic link: %(filepath)s; %(exception)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 ""
#: links.py:24 links.py:35
msgid "Index list"
msgstr ""
#: links.py:25 views.py:77
msgid "Create index"
msgstr ""
#: links.py:26 links.py:32
msgid "Edit"
msgstr ""
#: links.py:27 links.py:33
msgid "Delete"
msgstr ""
#: links.py:28
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:309
msgid "Document types"
msgstr ""
#: links.py:31
msgid "New child node"
msgstr ""
#: links.py:37
msgid "Go up one level"
msgstr ""
#: links.py:42
msgid "Rebuild indexes"
msgstr ""
#: links.py:42
msgid "Deletes and creates from scratch all the document indexes."
msgstr ""
#: models.py:14
#, python-format
msgid "Available functions: %s"
msgstr ""
#: models.py:18 views.py:44
msgid "Name"
msgstr ""
#: models.py:18
msgid "Internal name used to reference this index."
msgstr ""
#: models.py:19 views.py:45
msgid "Title"
msgstr ""
#: models.py:19
msgid "The name that will be visible to users."
msgstr ""
#: models.py:20 models.py:72 views.py:46 views.py:166
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:103 views.py:133 views.py:159
#: views.py:195 views.py:222 views.py:251 views.py:290
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 ""
#: settings.py:20
msgid ""
"A dictionary that maps the index name and where on the filesystem that index"
" will be mirrored."
msgstr ""
#: utils.py:19
msgid "document indexes"
msgstr ""
#: views.py:40
msgid "indexes"
msgstr ""
#: views.py:71
msgid "Index created successfully."
msgstr ""
#: views.py:94
msgid "Index edited successfully"
msgstr ""
#: views.py:100
#, python-format
msgid "Edit index: %s"
msgstr ""
#: views.py:124
#, python-format
msgid "Index: %s deleted successfully."
msgstr ""
#: views.py:126
#, python-format
msgid "Index: %(index)s delete error: %(error)s"
msgstr ""
#: views.py:138
#, python-format
msgid "Are you sure you with to delete the index: %s?"
msgstr ""
#: views.py:162
#, python-format
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:165
msgid "Level"
msgstr ""
#: views.py:167
msgid "Has document links?"
msgstr ""
#: views.py:189
#, python-format
msgid "Document types not in index: %s"
msgstr ""
#: views.py:190
#, python-format
msgid "Document types for index: %s"
msgstr ""
#: views.py:213
msgid "Index template node created successfully."
msgstr ""
#: views.py:219
msgid "Create child node"
msgstr ""
#: views.py:239
msgid "Index template node edited successfully"
msgstr ""
#: views.py:245
#, python-format
msgid "Edit index template node: %s"
msgstr ""
#: views.py:252 views.py:291 views.py:358
msgid "Node"
msgstr ""
#: views.py:273
#, python-format
msgid "Node: %s deleted successfully."
msgstr ""
#: views.py:275
#, python-format
msgid "Node: %(node)s delete error: %(error)s"
msgstr ""
#: views.py:284
#, python-format
msgid "Are you sure you with to delete the index template node: %s?"
msgstr ""
#: views.py:308
msgid "Nodes"
msgstr ""
#: views.py:340
#, python-format
msgid "Contents for index: %s"
msgstr ""
#: views.py:362
msgid "Items"
msgstr ""
#: views.py:387
msgid "Are you sure you wish to rebuild all indexes?"
msgstr ""
#: views.py:388
msgid "On large databases this operation may take some time to execute."
msgstr ""
#: views.py:394
msgid "Index rebuild completed successfully."
msgstr ""
#: views.py:401
#, python-format
msgid "Index rebuild error: %s"
msgstr ""
#: views.py:424
#, python-format
msgid "Indexes containing: %s"
msgstr ""
#: widgets.py:85
msgid "Root"
msgstr ""
#~ 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."

View File

@@ -0,0 +1,396 @@
# 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: 2014-10-08 17:09-0400\n"
"PO-Revision-Date: 2014-10-08 21:13+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Norwegian Bokmål (http://www.transifex.com/projects/p/mayan-edms/language/nb/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: nb\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: __init__.py:44 links.py:23 links.py:38 links.py:40 models.py:64
#: views.py:305
msgid "Indexes"
msgstr ""
#: api.py:73
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr ""
#: api.py:88
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:97 api.py:112
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:155
#, 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; %(exception)s"
msgstr ""
#: filesystem.py:71
#, python-format
msgid "Unable to create symbolic link: %(filepath)s; %(exception)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 ""
#: links.py:24 links.py:35
msgid "Index list"
msgstr ""
#: links.py:25 views.py:77
msgid "Create index"
msgstr ""
#: links.py:26 links.py:32
msgid "Edit"
msgstr ""
#: links.py:27 links.py:33
msgid "Delete"
msgstr ""
#: links.py:28
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:309
msgid "Document types"
msgstr ""
#: links.py:31
msgid "New child node"
msgstr ""
#: links.py:37
msgid "Go up one level"
msgstr ""
#: links.py:42
msgid "Rebuild indexes"
msgstr ""
#: links.py:42
msgid "Deletes and creates from scratch all the document indexes."
msgstr ""
#: models.py:14
#, python-format
msgid "Available functions: %s"
msgstr ""
#: models.py:18 views.py:44
msgid "Name"
msgstr ""
#: models.py:18
msgid "Internal name used to reference this index."
msgstr ""
#: models.py:19 views.py:45
msgid "Title"
msgstr ""
#: models.py:19
msgid "The name that will be visible to users."
msgstr ""
#: models.py:20 models.py:72 views.py:46 views.py:166
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:103 views.py:133 views.py:159
#: views.py:195 views.py:222 views.py:251 views.py:290
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 ""
#: settings.py:20
msgid ""
"A dictionary that maps the index name and where on the filesystem that index"
" will be mirrored."
msgstr ""
#: utils.py:19
msgid "document indexes"
msgstr ""
#: views.py:40
msgid "indexes"
msgstr ""
#: views.py:71
msgid "Index created successfully."
msgstr ""
#: views.py:94
msgid "Index edited successfully"
msgstr ""
#: views.py:100
#, python-format
msgid "Edit index: %s"
msgstr ""
#: views.py:124
#, python-format
msgid "Index: %s deleted successfully."
msgstr ""
#: views.py:126
#, python-format
msgid "Index: %(index)s delete error: %(error)s"
msgstr ""
#: views.py:138
#, python-format
msgid "Are you sure you with to delete the index: %s?"
msgstr ""
#: views.py:162
#, python-format
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:165
msgid "Level"
msgstr ""
#: views.py:167
msgid "Has document links?"
msgstr ""
#: views.py:189
#, python-format
msgid "Document types not in index: %s"
msgstr ""
#: views.py:190
#, python-format
msgid "Document types for index: %s"
msgstr ""
#: views.py:213
msgid "Index template node created successfully."
msgstr ""
#: views.py:219
msgid "Create child node"
msgstr ""
#: views.py:239
msgid "Index template node edited successfully"
msgstr ""
#: views.py:245
#, python-format
msgid "Edit index template node: %s"
msgstr ""
#: views.py:252 views.py:291 views.py:358
msgid "Node"
msgstr ""
#: views.py:273
#, python-format
msgid "Node: %s deleted successfully."
msgstr ""
#: views.py:275
#, python-format
msgid "Node: %(node)s delete error: %(error)s"
msgstr ""
#: views.py:284
#, python-format
msgid "Are you sure you with to delete the index template node: %s?"
msgstr ""
#: views.py:308
msgid "Nodes"
msgstr ""
#: views.py:340
#, python-format
msgid "Contents for index: %s"
msgstr ""
#: views.py:362
msgid "Items"
msgstr ""
#: views.py:387
msgid "Are you sure you wish to rebuild all indexes?"
msgstr ""
#: views.py:388
msgid "On large databases this operation may take some time to execute."
msgstr ""
#: views.py:394
msgid "Index rebuild completed successfully."
msgstr ""
#: views.py:401
#, python-format
msgid "Index rebuild error: %s"
msgstr ""
#: views.py:424
#, python-format
msgid "Indexes containing: %s"
msgstr ""
#: widgets.py:85
msgid "Root"
msgstr ""
#~ 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."

View File

@@ -1,54 +1,50 @@
# 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:
# Lucas Weel <ljj.weel@gmail.com>, 2013
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-07-31 19:52-0400\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"
"Language: nl_NL\n"
"POT-Creation-Date: 2014-10-08 17:09-0400\n"
"PO-Revision-Date: 2014-10-08 21:13+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: nl_NL\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: __init__.py:45
#: __init__.py:44 links.py:23 links.py:38 links.py:40 models.py:64
#: views.py:305
msgid "Indexes"
msgstr "Indexeringen"
#: api.py:71
#: api.py:73
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr "Maximal aantal achtervoegsels (%s) bereikt"
#: api.py:85
#: api.py:88
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr ""
"Fout in de expressie voor document indexering. Expressie: %(expression)s. "
"Foutmelding: %(exception)s"
msgstr "Fout in de expressie voor document indexering. Expressie: %(expression)s. Foutmelding: %(exception)s"
#: api.py:94 api.py:109
#: api.py:97 api.py:112
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
"Fout bij vernieuwen document index, expressie: %(expression)s. Foutmelding: "
"%(exception)s"
msgstr "Fout bij vernieuwen document index, expressie: %(expression)s. Foutmelding: %(exception)s"
#: api.py:151
#: api.py:155
#, python-format
msgid "Unable to delete document indexing node; %s"
msgstr ""
"Niet mogelijk om de documentindexeringsknoop te verwijderen. Foutmelding: %s"
msgstr "Niet mogelijk om de documentindexeringsknoop te verwijderen. Foutmelding: %s"
#: filesystem.py:51
#, python-format
@@ -56,20 +52,16 @@ msgid "Unable to create indexing directory; %s"
msgstr "Niet mogelijk om een indexeringfolder aan te maken. Foutmelding: %s"
#: filesystem.py:69
#, fuzzy, python-format
#, python-format
msgid ""
"Unable to create symbolic link, file exists and could not be deleted: "
"%(filepath)s; %(exception)s"
msgstr ""
"Niet mogelijke om een 'symbolic link' aan te maken. Bestand bestaat reeds en "
"kan niet worden verwijdert. Foutmelding: %(filepath)s; %(exc)s"
#: filesystem.py:71
#, fuzzy, python-format
#, python-format
msgid "Unable to create symbolic link: %(filepath)s; %(exception)s"
msgstr ""
"Niet mogelijk om een 'symbolic link': %(filepath)s; aan te maken, voor: "
"%(exc)s "
#: filesystem.py:84
#, python-format
@@ -81,45 +73,41 @@ msgstr "Niet mogelijk om de 'symbolic link' voor document: %s te verwijderen."
msgid "Unable to delete indexing directory; %s"
msgstr "Niet mogelijk om de indexingfolder: %s, te verwijderen."
#: links.py:23 links.py:38 links.py:40 models.py:64 views.py:40 views.py:305
msgid "indexes"
msgstr "indexeringen"
#: links.py:24 links.py:35
msgid "index list"
msgstr "indexeringslijst"
msgid "Index list"
msgstr ""
#: links.py:25 views.py:77
msgid "create index"
msgstr "indexering aanmaken"
msgid "Create index"
msgstr ""
#: links.py:26 links.py:32
msgid "edit"
msgstr "wijzigen"
msgid "Edit"
msgstr ""
#: links.py:27 links.py:33
msgid "delete"
msgstr "verwijderen"
msgid "Delete"
msgstr ""
#: links.py:28
msgid "tree template"
msgstr "sjabloon boomstructuur"
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:309
msgid "document types"
msgstr "document-typen"
msgid "Document types"
msgstr ""
#: links.py:31
msgid "new child node"
msgstr "nieuwe node"
msgid "New child node"
msgstr ""
#: links.py:37
msgid "go up one level"
msgstr "een niveau omhoog"
msgid "Go up one level"
msgstr ""
#: links.py:42
msgid "rebuild indexes"
msgstr "opnieuw indexeren"
msgid "Rebuild indexes"
msgstr ""
#: links.py:42
msgid "Deletes and creates from scratch all the document indexes."
@@ -131,38 +119,38 @@ msgid "Available functions: %s"
msgstr "Beschikbare functies: %s"
#: models.py:18 views.py:44
msgid "name"
msgstr "naam"
msgid "Name"
msgstr ""
#: models.py:18
msgid "Internal name used to reference this index."
msgstr "Interne naam voor deze index."
#: models.py:19 views.py:45
msgid "title"
msgstr "titel"
msgid "Title"
msgstr ""
#: models.py:19
msgid "The name that will be visible to users."
msgstr "Naam zichtbaar voor gebruikers"
#: models.py:20 models.py:72 views.py:46 views.py:166
msgid "enabled"
msgstr "ingeschakeld"
msgid "Enabled"
msgstr ""
#: models.py:20
msgid "Causes this index to be visible and updated when document data changes."
msgstr ""
"Maakt deze index zichtbaar en 'up-to-date' wanneer document gegevens wijzigd."
msgid ""
"Causes this index to be visible and updated when document data changes."
msgstr "Maakt deze index zichtbaar en 'up-to-date' wanneer document gegevens wijzigd."
#: models.py:63 models.py:69 views.py:103 views.py:133 views.py:159
#: views.py:195 views.py:222 views.py:251 views.py:290
msgid "index"
msgstr "index"
msgid "Index"
msgstr ""
#: models.py:70
msgid "indexing expression"
msgstr "indexering-expressie"
msgid "Indexing expression"
msgstr ""
#: models.py:70
msgid "Enter a python string expression to be evaluated."
@@ -170,59 +158,57 @@ 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 ""
"Maakt deze node zichtbaar en 'up-to-date' wanneer document gegevens wijzigen"
msgstr "Maakt deze node zichtbaar en 'up-to-date' wanneer document gegevens wijzigen"
#: models.py:73
msgid "link documents"
msgstr "gekoppelde documenten"
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 ""
"Selecteer deze optie, wanneer deze node alleen documenten dient te bevatten. "
"Check this option to have this node act as a container for documents and not"
" as a parent for further nodes."
msgstr "Selecteer deze optie, wanneer deze node alleen documenten dient te bevatten. "
#: models.py:83 models.py:89
msgid "index template node"
msgstr "sjabloon indexering node"
msgid "Index template node"
msgstr ""
#: models.py:84
msgid "indexes template nodes"
msgstr "sjabloon indexeringen nodes"
msgid "Indexes template nodes"
msgstr ""
#: models.py:90
msgid "value"
msgstr "waarde"
msgid "Value"
msgstr ""
#: models.py:91
msgid "documents"
msgstr "documenten"
msgid "Documents"
msgstr ""
#: models.py:101
msgid "index instance node"
msgstr "instantie indexeringsnode"
msgid "Index instance node"
msgstr ""
#: models.py:102
msgid "indexes instance nodes"
msgstr "instantie indexeringsnodes"
msgid "Indexes instance nodes"
msgstr ""
#: models.py:106
msgid "index instance"
msgstr "index instantie"
msgid "Index instance"
msgstr ""
#: models.py:107
msgid "document"
msgstr "document"
msgid "Document"
msgstr ""
#: models.py:114
msgid "document rename count"
msgstr "document hernoem teller"
msgid "Document rename count"
msgstr ""
#: models.py:115
msgid "documents rename count"
msgstr "documenten hernoem teller"
msgid "Documents rename count"
msgstr ""
#: permissions.py:7
msgid "Indexing"
@@ -252,10 +238,20 @@ msgstr "Bekijk document-indexeringen"
msgid "Rebuild document indexes"
msgstr "documenten opnieuw indexeren"
#: settings.py:20
msgid ""
"A dictionary that maps the index name and where on the filesystem that index"
" will be mirrored."
msgstr "Een mapping tussen indexnaam en de locatie op het filesysteem."
#: utils.py:19
msgid "document indexes"
msgstr "document-indexeringen"
#: views.py:40
msgid "indexes"
msgstr "indexeringen"
#: views.py:71
msgid "Index created successfully."
msgstr "Indexering succesvol aangemaakt."
@@ -266,8 +262,8 @@ msgstr "Indexering succesvol bewerkt"
#: views.py:100
#, python-format
msgid "edit index: %s"
msgstr "wijzig index: %s"
msgid "Edit index: %s"
msgstr ""
#: views.py:124
#, python-format
@@ -286,34 +282,34 @@ msgstr "Bent u er zeker van om index: %s, te verwijderen?"
#: views.py:162
#, python-format
msgid "tree template nodes for index: %s"
msgstr "sjabloon node boomstructuur voor index: %s"
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:165
msgid "level"
msgstr "niveau"
msgid "Level"
msgstr ""
#: views.py:167
msgid "has document links?"
msgstr "heeft document verwijzingen?"
msgid "Has document links?"
msgstr ""
#: views.py:189
#, python-format
msgid "document types not in index: %s"
msgstr "documenttype komt niet voor in index: %s"
msgid "Document types not in index: %s"
msgstr ""
#: views.py:190
#, python-format
msgid "document types for index: %s"
msgstr "documenttype for index: %s"
msgid "Document types for index: %s"
msgstr ""
#: views.py:213
msgid "Index template node created successfully."
msgstr "sjabloon node index succesvol aangemaakt."
#: views.py:219
msgid "create child node"
msgstr "aanmaken node"
msgid "Create child node"
msgstr ""
#: views.py:239
msgid "Index template node edited successfully"
@@ -321,12 +317,12 @@ msgstr "Sjabloon node index succesvol bewerkt"
#: views.py:245
#, python-format
msgid "edit index template node: %s"
msgstr "Bewerken sjabloon node index: %s"
msgid "Edit index template node: %s"
msgstr ""
#: views.py:252 views.py:291 views.py:358
msgid "node"
msgstr "node"
msgid "Node"
msgstr ""
#: views.py:273
#, python-format
@@ -344,17 +340,17 @@ msgid "Are you sure you with to delete the index template node: %s?"
msgstr "Bent u er zeker van om sjabloon indexeringsnode: %s, te verwijderen?"
#: views.py:308
msgid "nodes"
msgstr "nodes"
msgid "Nodes"
msgstr ""
#: views.py:340
#, python-format
msgid "contents for index: %s"
msgstr "inhoud voor index: %s"
msgid "Contents for index: %s"
msgstr ""
#: views.py:362
msgid "items"
msgstr "items"
msgid "Items"
msgstr ""
#: views.py:387
msgid "Are you sure you wish to rebuild all indexes?"
@@ -375,23 +371,27 @@ msgstr "Fout bij het aanmaken van de indexering. Melding: %s"
#: views.py:424
#, python-format
msgid "indexes containing: %s"
msgstr "Indexeringen met inhoud: %s"
#: widgets.py:85
msgid "root"
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 "Een mapping tussen indexnaam en de locatie op het filesysteem."
#: widgets.py:85
msgid "Root"
msgstr ""
#: templates/indexing_help.html:3
msgid "What are indexes?"
msgstr "Wat zijn indexeringen?"
#~ msgid "edit"
#~ msgstr "edit"
#: templates/indexing_help.html:4
msgid "Indexes group documents into a tree like hierarchical structure."
msgstr "Indexeringen groeperen documenten in een hierargische boomstructuur."
#~ 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."

View File

@@ -1,49 +1,47 @@
# 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:
# mic <winterfall24@gmail.com>, 2012
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-07-31 19:52-0400\n"
"PO-Revision-Date: 2012-12-12 06:05+0000\n"
"POT-Creation-Date: 2014-10-08 17:09-0400\n"
"PO-Revision-Date: 2014-10-08 21:13+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/"
"language/pl/)\n"
"Language: pl\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"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"|| n%100>=20) ? 1 : 2);\n"
"Language: pl\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#: __init__.py:45
#: __init__.py:44 links.py:23 links.py:38 links.py:40 models.py:64
#: views.py:305
msgid "Indexes"
msgstr "Indeksy"
#: api.py:71
#: api.py:73
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr "Maximum suffix (%s) count reached."
#: api.py:85
#: api.py:88
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr "Error in document indexing update expression: %(expression)s; %(exception)s"
#: api.py:94 api.py:109
#: api.py:97 api.py:112
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr "Error updating document index, expression: %(expression)s; %(exception)s"
#: api.py:151
#: api.py:155
#, python-format
msgid "Unable to delete document indexing node; %s"
msgstr "Unable to delete document indexing node; %s"
@@ -54,18 +52,16 @@ msgid "Unable to create indexing directory; %s"
msgstr "Nie można utworzyć katalogu indeksowania;%s"
#: filesystem.py:69
#, fuzzy, python-format
#, python-format
msgid ""
"Unable to create symbolic link, file exists and could not be deleted: "
"%(filepath)s; %(exception)s"
msgstr ""
"Nie można utworzyć dowiązania symbolicznego, plik istnieje i nie może zostać "
"usunięty: %(filepath)s ; %(exc)s "
#: filesystem.py:71
#, fuzzy, python-format
#, python-format
msgid "Unable to create symbolic link: %(filepath)s; %(exception)s"
msgstr "Nie można utworzyć dowiązania symbolicznego: %(filepath)s; %(exc)s "
msgstr ""
#: filesystem.py:84
#, python-format
@@ -77,45 +73,41 @@ msgstr "Nie można usunąć dowiązania symbolicznego dokumentu;%s"
msgid "Unable to delete indexing directory; %s"
msgstr "Nie można usunąć katalogu indeksowania;%s"
#: links.py:23 links.py:38 links.py:40 models.py:64 views.py:40 views.py:305
msgid "indexes"
msgstr "indeksy"
#: links.py:24 links.py:35
msgid "index list"
msgstr "Lista główna"
msgid "Index list"
msgstr ""
#: links.py:25 views.py:77
msgid "create index"
msgstr "tworzenie indeksu"
msgid "Create index"
msgstr ""
#: links.py:26 links.py:32
msgid "edit"
msgstr "edytuj"
msgid "Edit"
msgstr ""
#: links.py:27 links.py:33
msgid "delete"
msgstr "usunąć"
msgid "Delete"
msgstr ""
#: links.py:28
msgid "tree template"
msgstr "szablon drzewo"
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:309
msgid "document types"
msgid "Document types"
msgstr ""
#: links.py:31
msgid "new child node"
msgstr "new child node"
msgid "New child node"
msgstr ""
#: links.py:37
msgid "go up one level"
msgstr "przejść o jeden poziom"
msgid "Go up one level"
msgstr ""
#: links.py:42
msgid "rebuild indexes"
msgstr "odbudować indeksy"
msgid "Rebuild indexes"
msgstr ""
#: links.py:42
msgid "Deletes and creates from scratch all the document indexes."
@@ -127,39 +119,38 @@ msgid "Available functions: %s"
msgstr "Dostępne funkcje:%s"
#: models.py:18 views.py:44
msgid "name"
msgstr "nazwa"
msgid "Name"
msgstr ""
#: models.py:18
msgid "Internal name used to reference this index."
msgstr "Wewnętrzna nazwa używana do odniesienia tego indeksu."
#: models.py:19 views.py:45
msgid "title"
msgstr "tytuł"
msgid "Title"
msgstr ""
#: models.py:19
msgid "The name that will be visible to users."
msgstr "Nazwa, która będzie widoczna dla użytkowników."
#: models.py:20 models.py:72 views.py:46 views.py:166
msgid "enabled"
msgstr "włączony"
msgid "Enabled"
msgstr ""
#: models.py:20
msgid "Causes this index to be visible and updated when document data changes."
msgstr ""
"Powoduje że ten wskaźnik będzie widoczny i zaktualizowany podczas zmiany "
"danych dokumentów."
msgid ""
"Causes this index to be visible and updated when document data changes."
msgstr "Powoduje że ten wskaźnik będzie widoczny i zaktualizowany podczas zmiany danych dokumentów."
#: models.py:63 models.py:69 views.py:103 views.py:133 views.py:159
#: views.py:195 views.py:222 views.py:251 views.py:290
msgid "index"
msgstr "index"
msgid "Index"
msgstr ""
#: models.py:70
msgid "indexing expression"
msgstr "indexing expression"
msgid "Indexing expression"
msgstr ""
#: models.py:70
msgid "Enter a python string expression to be evaluated."
@@ -170,56 +161,54 @@ msgid "Causes this node to be visible and updated when document data changes."
msgstr "Causes this node to be visible and updated when document data changes."
#: models.py:73
msgid "link documents"
msgstr "link documents"
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 ""
"Check this option to have this node act as a container for documents and not "
"as a parent for further nodes."
"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 "index template node"
msgid "Index template node"
msgstr ""
#: models.py:84
msgid "indexes template nodes"
msgstr "indexes template nodes"
msgid "Indexes template nodes"
msgstr ""
#: models.py:90
msgid "value"
msgstr "wartość"
msgid "Value"
msgstr ""
#: models.py:91
msgid "documents"
msgstr "dokumenty"
msgid "Documents"
msgstr ""
#: models.py:101
msgid "index instance node"
msgstr "index instance node"
msgid "Index instance node"
msgstr ""
#: models.py:102
msgid "indexes instance nodes"
msgstr "indexes instance nodes"
msgid "Indexes instance nodes"
msgstr ""
#: models.py:106
msgid "index instance"
msgstr "index instance"
msgid "Index instance"
msgstr ""
#: models.py:107
msgid "document"
msgstr "dokument"
msgid "Document"
msgstr ""
#: models.py:114
msgid "document rename count"
msgstr "document rename count"
msgid "Document rename count"
msgstr ""
#: models.py:115
msgid "documents rename count"
msgstr "documents rename count"
msgid "Documents rename count"
msgstr ""
#: permissions.py:7
msgid "Indexing"
@@ -249,10 +238,20 @@ msgstr "Zobacz indeksy dokumentów"
msgid "Rebuild document indexes"
msgstr "Odbuduj indeksy dokumentów"
#: settings.py:20
msgid ""
"A dictionary that maps the index name and where on the filesystem that index"
" will be mirrored."
msgstr ""
#: utils.py:19
msgid "document indexes"
msgstr ""
#: views.py:40
msgid "indexes"
msgstr "indeksy"
#: views.py:71
msgid "Index created successfully."
msgstr "Indeks został utworzony pomyślnie."
@@ -263,8 +262,8 @@ msgstr "Index edited successfully"
#: views.py:100
#, python-format
msgid "edit index: %s"
msgstr "edycja indeksu:%s"
msgid "Edit index: %s"
msgstr ""
#: views.py:124
#, python-format
@@ -283,25 +282,25 @@ msgstr "Czy na pewno usunąć indeks:%s ?"
#: views.py:162
#, python-format
msgid "tree template nodes for index: %s"
msgstr "tree template nodes for index: %s"
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:165
msgid "level"
msgstr "level"
msgid "Level"
msgstr ""
#: views.py:167
msgid "has document links?"
msgid "Has document links?"
msgstr ""
#: views.py:189
#, python-format
msgid "document types not in index: %s"
msgid "Document types not in index: %s"
msgstr ""
#: views.py:190
#, python-format
msgid "document types for index: %s"
msgid "Document types for index: %s"
msgstr ""
#: views.py:213
@@ -309,8 +308,8 @@ msgid "Index template node created successfully."
msgstr "Index template node created successfully."
#: views.py:219
msgid "create child node"
msgstr "create child node"
msgid "Create child node"
msgstr ""
#: views.py:239
msgid "Index template node edited successfully"
@@ -318,12 +317,12 @@ msgstr "Index template node edited successfully"
#: views.py:245
#, python-format
msgid "edit index template node: %s"
msgid "Edit index template node: %s"
msgstr ""
#: views.py:252 views.py:291 views.py:358
msgid "node"
msgstr "node"
msgid "Node"
msgstr ""
#: views.py:273
#, python-format
@@ -341,17 +340,17 @@ msgid "Are you sure you with to delete the index template node: %s?"
msgstr ""
#: views.py:308
msgid "nodes"
msgid "Nodes"
msgstr ""
#: views.py:340
#, python-format
msgid "contents for index: %s"
msgstr "Zawartość dla indeksu:%s"
msgid "Contents for index: %s"
msgstr ""
#: views.py:362
msgid "items"
msgstr "pozycji"
msgid "Items"
msgstr ""
#: views.py:387
msgid "Are you sure you wish to rebuild all indexes?"
@@ -372,23 +371,27 @@ msgstr "Index rebuild error: %s"
#: views.py:424
#, python-format
msgid "indexes containing: %s"
msgstr "indeksy zawierające:%s"
msgid "Indexes containing: %s"
msgstr ""
#: widgets.py:85
msgid "root"
msgid "Root"
msgstr ""
#: conf/settings.py:22
msgid ""
"A dictionary that maps the index name and where on the filesystem that index "
"will be mirrored."
msgstr ""
#~ msgid "edit"
#~ msgstr "edit"
#: templates/indexing_help.html:3
msgid "What are indexes?"
msgstr "Jakie są indeksy?"
#~ msgid "name"
#~ msgstr "name"
#: templates/indexing_help.html:4
msgid "Indexes group documents into a tree like hierarchical structure."
msgstr "Indexes group documents into a tree like hierarchical structure."
#~ 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."

View File

@@ -1,7 +1,8 @@
# 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:
# Renata Oliveira <renatabels@gmail.com>, 2011
# Vítor Figueiró <vfigueiro@gmail.com>, 2012
@@ -9,43 +10,39 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-07-31 19:52-0400\n"
"PO-Revision-Date: 2012-12-12 06:05+0000\n"
"POT-Creation-Date: 2014-10-08 17:09-0400\n"
"PO-Revision-Date: 2014-10-08 21:13+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/"
"language/pt/)\n"
"Language: pt\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"
"Content-Transfer-Encoding: 8bit\n"
"Language: pt\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: __init__.py:45
#: __init__.py:44 links.py:23 links.py:38 links.py:40 models.py:64
#: views.py:305
msgid "Indexes"
msgstr "Índices"
#: api.py:71
#: api.py:73
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr "Contagem máxima do sufixo (%s) alcançada."
#: api.py:85
#: api.py:88
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr ""
"Erro na expressão de atualização de indexação de documentos: %(expression)s; "
"%(exception)s "
msgstr "Erro na expressão de atualização de indexação de documentos: %(expression)s; %(exception)s "
#: api.py:94 api.py:109
#: api.py:97 api.py:112
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
"Erro ao atualizar índice de documentos, expressão: %(expression)s ; "
"%(exception)s "
msgstr "Erro ao atualizar índice de documentos, expressão: %(expression)s ; %(exception)s "
#: api.py:151
#: api.py:155
#, python-format
msgid "Unable to delete document indexing node; %s"
msgstr "Não é possível excluir o nó de indexação de documentos; %s"
@@ -56,18 +53,16 @@ msgid "Unable to create indexing directory; %s"
msgstr "Não é possível criar o diretório de indexação; %s"
#: filesystem.py:69
#, fuzzy, python-format
#, python-format
msgid ""
"Unable to create symbolic link, file exists and could not be deleted: "
"%(filepath)s; %(exception)s"
msgstr ""
"Não é possível criar a ligação simbólica, o ficheiro existe e não pode ser "
"excluído: %(filepath)s; %(exc)s "
#: filesystem.py:71
#, fuzzy, python-format
#, python-format
msgid "Unable to create symbolic link: %(filepath)s; %(exception)s"
msgstr "Não é possível criar a ligação simbólica: %(filepath)s; %(exc)s "
msgstr ""
#: filesystem.py:84
#, python-format
@@ -79,45 +74,41 @@ msgstr "Não é possível excluir a ligação simbólica do documento; %s"
msgid "Unable to delete indexing directory; %s"
msgstr "Não é possível excluir o diretório de indexação; %s"
#: links.py:23 links.py:38 links.py:40 models.py:64 views.py:40 views.py:305
msgid "indexes"
msgstr "índices"
#: links.py:24 links.py:35
msgid "index list"
msgstr "lista de índices"
msgid "Index list"
msgstr ""
#: links.py:25 views.py:77
msgid "create index"
msgstr "criar índice"
msgid "Create index"
msgstr ""
#: links.py:26 links.py:32
msgid "edit"
msgstr "editar"
msgid "Edit"
msgstr ""
#: links.py:27 links.py:33
msgid "delete"
msgstr "excluir"
msgid "Delete"
msgstr ""
#: links.py:28
msgid "tree template"
msgstr "modelo de árvore"
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:309
msgid "document types"
msgid "Document types"
msgstr ""
#: links.py:31
msgid "new child node"
msgstr "novo nó filho"
msgid "New child node"
msgstr ""
#: links.py:37
msgid "go up one level"
msgstr "subir um nível"
msgid "Go up one level"
msgstr ""
#: links.py:42
msgid "rebuild indexes"
msgstr "reconstruir índices"
msgid "Rebuild indexes"
msgstr ""
#: links.py:42
msgid "Deletes and creates from scratch all the document indexes."
@@ -129,39 +120,38 @@ msgid "Available functions: %s"
msgstr "Funções disponíveis: %s "
#: models.py:18 views.py:44
msgid "name"
msgstr "nome"
msgid "Name"
msgstr ""
#: models.py:18
msgid "Internal name used to reference this index."
msgstr "Nome interno usado para referenciar este índice."
#: models.py:19 views.py:45
msgid "title"
msgstr "título"
msgid "Title"
msgstr ""
#: models.py:19
msgid "The name that will be visible to users."
msgstr "O nome que será visível aos utilizadores."
#: models.py:20 models.py:72 views.py:46 views.py:166
msgid "enabled"
msgstr "habilitado"
msgid "Enabled"
msgstr ""
#: models.py:20
msgid "Causes this index to be visible and updated when document data changes."
msgstr ""
"Faz com que este índice seja visível e atualizado quando os dados do "
"documento forem alterados."
msgid ""
"Causes this index to be visible and updated when document data changes."
msgstr "Faz com que este índice seja visível e atualizado quando os dados do documento forem alterados."
#: models.py:63 models.py:69 views.py:103 views.py:133 views.py:159
#: views.py:195 views.py:222 views.py:251 views.py:290
msgid "index"
msgstr "índice"
msgid "Index"
msgstr ""
#: models.py:70
msgid "indexing expression"
msgstr "expressão de indexação"
msgid "Indexing expression"
msgstr ""
#: models.py:70
msgid "Enter a python string expression to be evaluated."
@@ -169,61 +159,57 @@ msgstr "Digite uma expressão python para ser avaliada."
#: models.py:72
msgid "Causes this node to be visible and updated when document data changes."
msgstr ""
"Faz com que este nó seja visível e atualizado quando os dados do documento "
"forem alterados."
msgstr "Faz com que este nó seja visível e atualizado quando os dados do documento forem alterados."
#: models.py:73
msgid "link documents"
msgstr "ligar documentos"
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 ""
"Escolha esta opção para que este nó atue como contentor para documentos e "
"não como pai de outros nós."
"Check this option to have this node act as a container for documents and not"
" as a parent for further nodes."
msgstr "Escolha esta opção para que este nó atue como contentor para documentos e não como pai de outros nós."
#: models.py:83 models.py:89
msgid "index template node"
msgstr "nó de modelo de índice"
msgid "Index template node"
msgstr ""
#: models.py:84
msgid "indexes template nodes"
msgstr "nós de modelos de índice"
msgid "Indexes template nodes"
msgstr ""
#: models.py:90
msgid "value"
msgstr "valor"
msgid "Value"
msgstr ""
#: models.py:91
msgid "documents"
msgstr "documentos"
msgid "Documents"
msgstr ""
#: models.py:101
msgid "index instance node"
msgstr "nó de instância de índice"
msgid "Index instance node"
msgstr ""
#: models.py:102
msgid "indexes instance nodes"
msgstr "nós de instâncias de índices"
msgid "Indexes instance nodes"
msgstr ""
#: models.py:106
msgid "index instance"
msgstr "instância de índice"
msgid "Index instance"
msgstr ""
#: models.py:107
msgid "document"
msgstr "documento"
msgid "Document"
msgstr ""
#: models.py:114
msgid "document rename count"
msgstr "número de renomeações do documento"
msgid "Document rename count"
msgstr ""
#: models.py:115
msgid "documents rename count"
msgstr "número de renomeações dos documentos"
msgid "Documents rename count"
msgstr ""
#: permissions.py:7
msgid "Indexing"
@@ -253,10 +239,20 @@ msgstr "Ver índices de documento"
msgid "Rebuild document indexes"
msgstr "Reconstruir índices de documento"
#: settings.py:20
msgid ""
"A dictionary that maps the index name and where on the filesystem that index"
" will be mirrored."
msgstr "Um dicionário que mapeia o nome do índice com o local no sistema de ficheiros onde será espelhado."
#: utils.py:19
msgid "document indexes"
msgstr ""
#: views.py:40
msgid "indexes"
msgstr "índices"
#: views.py:71
msgid "Index created successfully."
msgstr "Índice criado com sucesso."
@@ -267,8 +263,8 @@ msgstr "Índice editado com sucesso"
#: views.py:100
#, python-format
msgid "edit index: %s"
msgstr "editar índice: %s"
msgid "Edit index: %s"
msgstr ""
#: views.py:124
#, python-format
@@ -287,25 +283,25 @@ msgstr "Tem a certeza de que deseja eliminar o índice: %s?"
#: views.py:162
#, python-format
msgid "tree template nodes for index: %s"
msgstr "nós de modelo de árvore para o índice: %s"
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:165
msgid "level"
msgstr "nível"
msgid "Level"
msgstr ""
#: views.py:167
msgid "has document links?"
msgid "Has document links?"
msgstr ""
#: views.py:189
#, python-format
msgid "document types not in index: %s"
msgid "Document types not in index: %s"
msgstr ""
#: views.py:190
#, python-format
msgid "document types for index: %s"
msgid "Document types for index: %s"
msgstr ""
#: views.py:213
@@ -313,8 +309,8 @@ msgid "Index template node created successfully."
msgstr "Nó de modelo de índice criado com sucesso."
#: views.py:219
msgid "create child node"
msgstr "criar nó filho"
msgid "Create child node"
msgstr ""
#: views.py:239
msgid "Index template node edited successfully"
@@ -322,12 +318,12 @@ msgstr "nó de modelo de índice editado com sucesso"
#: views.py:245
#, python-format
msgid "edit index template node: %s"
msgstr "editar o nó de modelo de índice: %s"
msgid "Edit index template node: %s"
msgstr ""
#: views.py:252 views.py:291 views.py:358
msgid "node"
msgstr ""
msgid "Node"
msgstr ""
#: views.py:273
#, python-format
@@ -345,17 +341,17 @@ msgid "Are you sure you with to delete the index template node: %s?"
msgstr "Tem a certeza de que pretende eliminar o nó de modelo de índice: %s?"
#: views.py:308
msgid "nodes"
msgstr "nós"
msgid "Nodes"
msgstr ""
#: views.py:340
#, python-format
msgid "contents for index: %s"
msgstr "conteúdos para o índice: %s"
msgid "Contents for index: %s"
msgstr ""
#: views.py:362
msgid "items"
msgstr "itens"
msgid "Items"
msgstr ""
#: views.py:387
msgid "Are you sure you wish to rebuild all indexes?"
@@ -376,26 +372,27 @@ msgstr "Erro na reconstrução do índice: %s"
#: views.py:424
#, python-format
msgid "indexes containing: %s"
msgstr "índices contendo: %s"
msgid "Indexes containing: %s"
msgstr ""
#: widgets.py:85
msgid "root"
msgid "Root"
msgstr ""
#: conf/settings.py:22
msgid ""
"A dictionary that maps the index name and where on the filesystem that index "
"will be mirrored."
msgstr ""
"Um dicionário que mapeia o nome do índice com o local no sistema de "
"ficheiros onde será espelhado."
#~ msgid "edit"
#~ msgstr "edit"
#: templates/indexing_help.html:3
msgid "What are indexes?"
msgstr "O que são índices?"
#~ msgid "name"
#~ msgstr "name"
#: templates/indexing_help.html:4
msgid "Indexes group documents into a tree like hierarchical structure."
msgstr ""
"Os índices agrupam documentos numa árvore como uma estrutura hierárquica."
#~ 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."

View File

@@ -1,50 +1,47 @@
# 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:
# Renata Oliveira <renatabels@gmail.com>, 2011
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-07-31 19:52-0400\n"
"PO-Revision-Date: 2012-12-12 06:05+0000\n"
"POT-Creation-Date: 2014-10-08 17:09-0400\n"
"PO-Revision-Date: 2014-10-08 21:13+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/"
"mayan-edms/language/pt_BR/)\n"
"Language: pt_BR\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"
"Content-Transfer-Encoding: 8bit\n"
"Language: pt_BR\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: __init__.py:45
#: __init__.py:44 links.py:23 links.py:38 links.py:40 models.py:64
#: views.py:305
msgid "Indexes"
msgstr "Índices"
#: api.py:71
#: api.py:73
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr "Quantidade máxima do sufixo (%s) alcançada."
#: api.py:85
#: api.py:88
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr ""
"Erro de atualização na expressão de indexação do documento: %(expression)s; "
"%(exception)s "
msgstr "Erro de atualização na expressão de indexação do documento: %(expression)s; %(exception)s "
#: api.py:94 api.py:109
#: api.py:97 api.py:112
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
"Erro de atualização de índice do documento, a expressão: %(expression)s ; "
"%(exception)s "
msgstr "Erro de atualização de índice do documento, a expressão: %(expression)s ; %(exception)s "
#: api.py:151
#: api.py:155
#, python-format
msgid "Unable to delete document indexing node; %s"
msgstr "Não é possível excluir o nó de indexação de documentos; %s"
@@ -55,18 +52,16 @@ msgid "Unable to create indexing directory; %s"
msgstr "Não é possível criar o diretório de indexação; %s"
#: filesystem.py:69
#, fuzzy, python-format
#, python-format
msgid ""
"Unable to create symbolic link, file exists and could not be deleted: "
"%(filepath)s; %(exception)s"
msgstr ""
"Não é possível criar o link simbólico, o arquivo existe e não pode ser "
"excluído: %(filepath)s; %(exc)s "
#: filesystem.py:71
#, fuzzy, python-format
#, python-format
msgid "Unable to create symbolic link: %(filepath)s; %(exception)s"
msgstr "Não é possível criar o link simbólico: %(filepath)s; %(exc)s "
msgstr ""
#: filesystem.py:84
#, python-format
@@ -78,45 +73,41 @@ msgstr "Não é possível excluir o link simbólico do documento; %s"
msgid "Unable to delete indexing directory; %s"
msgstr "Não é possível excluir o diretório de indexação; %s"
#: links.py:23 links.py:38 links.py:40 models.py:64 views.py:40 views.py:305
msgid "indexes"
msgstr "índices"
#: links.py:24 links.py:35
msgid "index list"
msgstr "lista de índice"
msgid "Index list"
msgstr ""
#: links.py:25 views.py:77
msgid "create index"
msgid "Create index"
msgstr ""
#: links.py:26 links.py:32
msgid "edit"
msgid "Edit"
msgstr ""
#: links.py:27 links.py:33
msgid "delete"
msgid "Delete"
msgstr ""
#: links.py:28
msgid "tree template"
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:309
msgid "document types"
msgid "Document types"
msgstr ""
#: links.py:31
msgid "new child node"
msgid "New child node"
msgstr ""
#: links.py:37
msgid "go up one level"
msgstr "subir um nível"
msgid "Go up one level"
msgstr ""
#: links.py:42
msgid "rebuild indexes"
msgstr "reconstruir índices"
msgid "Rebuild indexes"
msgstr ""
#: links.py:42
msgid "Deletes and creates from scratch all the document indexes."
@@ -128,7 +119,7 @@ msgid "Available functions: %s"
msgstr "Funções disponíveis: %s "
#: models.py:18 views.py:44
msgid "name"
msgid "Name"
msgstr ""
#: models.py:18
@@ -136,7 +127,7 @@ msgid "Internal name used to reference this index."
msgstr ""
#: models.py:19 views.py:45
msgid "title"
msgid "Title"
msgstr ""
#: models.py:19
@@ -144,21 +135,22 @@ msgid "The name that will be visible to users."
msgstr ""
#: models.py:20 models.py:72 views.py:46 views.py:166
msgid "enabled"
msgstr "habilitado"
msgid "Enabled"
msgstr ""
#: models.py:20
msgid "Causes this index to be visible and updated when document data changes."
msgid ""
"Causes this index to be visible and updated when document data changes."
msgstr ""
#: models.py:63 models.py:69 views.py:103 views.py:133 views.py:159
#: views.py:195 views.py:222 views.py:251 views.py:290
msgid "index"
msgstr "índice"
msgid "Index"
msgstr ""
#: models.py:70
msgid "indexing expression"
msgstr "expressão de indexação"
msgid "Indexing expression"
msgstr ""
#: models.py:70
msgid "Enter a python string expression to be evaluated."
@@ -169,54 +161,54 @@ msgid "Causes this node to be visible and updated when document data changes."
msgstr ""
#: models.py:73
msgid "link documents"
msgstr "ligar documentos"
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."
"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"
msgid "Index template node"
msgstr ""
#: models.py:84
msgid "indexes template nodes"
msgid "Indexes template nodes"
msgstr ""
#: models.py:90
msgid "value"
msgstr "valor"
msgid "Value"
msgstr ""
#: models.py:91
msgid "documents"
msgstr "documentos"
msgid "Documents"
msgstr ""
#: models.py:101
msgid "index instance node"
msgid "Index instance node"
msgstr ""
#: models.py:102
msgid "indexes instance nodes"
msgid "Indexes instance nodes"
msgstr ""
#: models.py:106
msgid "index instance"
msgstr "exemplo de índice"
msgid "Index instance"
msgstr ""
#: models.py:107
msgid "document"
msgstr "documento"
msgid "Document"
msgstr ""
#: models.py:114
msgid "document rename count"
msgstr "contagem de renomeação do documento"
msgid "Document rename count"
msgstr ""
#: models.py:115
msgid "documents rename count"
msgstr "contagem de renomeação dos documentos"
msgid "Documents rename count"
msgstr ""
#: permissions.py:7
msgid "Indexing"
@@ -246,10 +238,20 @@ msgstr "Ver índices de documento"
msgid "Rebuild document indexes"
msgstr "Reconstruir índices de documento"
#: settings.py:20
msgid ""
"A dictionary that maps the index name and where on the filesystem that index"
" will be mirrored."
msgstr ""
#: utils.py:19
msgid "document indexes"
msgstr ""
#: views.py:40
msgid "indexes"
msgstr "índices"
#: views.py:71
msgid "Index created successfully."
msgstr ""
@@ -260,7 +262,7 @@ msgstr ""
#: views.py:100
#, python-format
msgid "edit index: %s"
msgid "Edit index: %s"
msgstr ""
#: views.py:124
@@ -280,25 +282,25 @@ msgstr ""
#: views.py:162
#, python-format
msgid "tree template nodes for index: %s"
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:165
msgid "level"
msgid "Level"
msgstr ""
#: views.py:167
msgid "has document links?"
msgid "Has document links?"
msgstr ""
#: views.py:189
#, python-format
msgid "document types not in index: %s"
msgid "Document types not in index: %s"
msgstr ""
#: views.py:190
#, python-format
msgid "document types for index: %s"
msgid "Document types for index: %s"
msgstr ""
#: views.py:213
@@ -306,7 +308,7 @@ msgid "Index template node created successfully."
msgstr ""
#: views.py:219
msgid "create child node"
msgid "Create child node"
msgstr ""
#: views.py:239
@@ -315,11 +317,11 @@ msgstr ""
#: views.py:245
#, python-format
msgid "edit index template node: %s"
msgid "Edit index template node: %s"
msgstr ""
#: views.py:252 views.py:291 views.py:358
msgid "node"
msgid "Node"
msgstr ""
#: views.py:273
@@ -338,17 +340,17 @@ msgid "Are you sure you with to delete the index template node: %s?"
msgstr ""
#: views.py:308
msgid "nodes"
msgid "Nodes"
msgstr ""
#: views.py:340
#, python-format
msgid "contents for index: %s"
msgstr "conteúdos para o índice: %s"
msgid "Contents for index: %s"
msgstr ""
#: views.py:362
msgid "items"
msgstr "itens"
msgid "Items"
msgstr ""
#: views.py:387
msgid "Are you sure you wish to rebuild all indexes?"
@@ -356,8 +358,7 @@ msgstr "Tem certeza de que deseja reconstruir todos os índices?"
#: views.py:388
msgid "On large databases this operation may take some time to execute."
msgstr ""
"Em grandes bases de dados esta operação pode levar algum tempo para executar."
msgstr "Em grandes bases de dados esta operação pode levar algum tempo para executar."
#: views.py:394
msgid "Index rebuild completed successfully."
@@ -370,24 +371,27 @@ msgstr "Reconstrução de índice de erro: %s"
#: views.py:424
#, python-format
msgid "indexes containing: %s"
msgstr "índices contendo: %s"
msgid "Indexes containing: %s"
msgstr ""
#: widgets.py:85
msgid "root"
msgid "Root"
msgstr ""
#: conf/settings.py:22
msgid ""
"A dictionary that maps the index name and where on the filesystem that index "
"will be mirrored."
msgstr ""
#~ msgid "edit"
#~ msgstr "edit"
#: templates/indexing_help.html:3
msgid "What are indexes?"
msgstr "Quais são os índices?"
#~ msgid "name"
#~ msgstr "name"
#: templates/indexing_help.html:4
msgid "Indexes group documents into a tree like hierarchical structure."
msgstr ""
"Indexar documentos agrupados em uma árvore como uma estrutura hierárquica."
#~ 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."

View File

@@ -1,51 +1,47 @@
# 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:
# Badea Gabriel <gcbadea@gmail.com>, 2013
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-07-31 19:52-0400\n"
"PO-Revision-Date: 2013-02-10 21:18+0000\n"
"Last-Translator: Badea Gabriel <gcbadea@gmail.com>\n"
"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/mayan-"
"edms/language/ro_RO/)\n"
"Language: ro_RO\n"
"POT-Creation-Date: 2014-10-08 17:09-0400\n"
"PO-Revision-Date: 2014-10-08 21:13+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Romanian (Romania) (http://www.transifex.com/projects/p/mayan-edms/language/ro_RO/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?"
"2:1));\n"
"Language: ro_RO\n"
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?2:1));\n"
#: __init__.py:45
#: __init__.py:44 links.py:23 links.py:38 links.py:40 models.py:64
#: views.py:305
msgid "Indexes"
msgstr "Indexuri"
#: api.py:71
#: api.py:73
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr "Maximum suffix (%s) atins."
#: api.py:85
#: api.py:88
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr ""
"Eroare în exprimare actualizare documentul de indexare: %(expression)s; "
"%(exception)s"
msgstr "Eroare în exprimare actualizare documentul de indexare: %(expression)s; %(exception)s"
#: api.py:94 api.py:109
#: api.py:97 api.py:112
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
"Eroare la actualizarea indicele documentului, expresia: %(expression)s; "
"%(exception)s"
msgstr "Eroare la actualizarea indicele documentului, expresia: %(expression)s; %(exception)s"
#: api.py:151
#: api.py:155
#, python-format
msgid "Unable to delete document indexing node; %s"
msgstr "Imposibil de șters indexarea nod document;% s"
@@ -56,18 +52,16 @@ msgid "Unable to create indexing directory; %s"
msgstr "Nu se poate crea directorul indexare;% s"
#: filesystem.py:69
#, fuzzy, python-format
#, python-format
msgid ""
"Unable to create symbolic link, file exists and could not be deleted: "
"%(filepath)s; %(exception)s"
msgstr ""
"Imposibil de a crea link-ul simbolic, fișierul există și nu a putut fi "
"șters: %(filepath)s; %(exc)s"
#: filesystem.py:71
#, fuzzy, python-format
#, python-format
msgid "Unable to create symbolic link: %(filepath)s; %(exception)s"
msgstr "Imposibil de a crea link-ul simbolic:%(filepath)s; %(exc)s"
msgstr ""
#: filesystem.py:84
#, python-format
@@ -79,45 +73,41 @@ msgstr "Imposibil de șters link de document simbolic;% s"
msgid "Unable to delete indexing directory; %s"
msgstr "Imposibil de șters directorul indexare;% s"
#: links.py:23 links.py:38 links.py:40 models.py:64 views.py:40 views.py:305
msgid "indexes"
msgstr "index"
#: links.py:24 links.py:35
msgid "index list"
msgstr "Listă index"
msgid "Index list"
msgstr ""
#: links.py:25 views.py:77
msgid "create index"
msgstr "crează index"
msgid "Create index"
msgstr ""
#: links.py:26 links.py:32
msgid "edit"
msgstr "editeză"
msgid "Edit"
msgstr ""
#: links.py:27 links.py:33
msgid "delete"
msgstr "șterge"
msgid "Delete"
msgstr ""
#: links.py:28
msgid "tree template"
msgstr "șablon structura"
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:309
msgid "document types"
msgstr "tipuri de documente"
msgid "Document types"
msgstr ""
#: links.py:31
msgid "new child node"
msgstr "nod nou"
msgid "New child node"
msgstr ""
#: links.py:37
msgid "go up one level"
msgstr "un nivel mai sus"
msgid "Go up one level"
msgstr ""
#: links.py:42
msgid "rebuild indexes"
msgstr "reconstruire index"
msgid "Rebuild indexes"
msgstr ""
#: links.py:42
msgid "Deletes and creates from scratch all the document indexes."
@@ -129,39 +119,38 @@ msgid "Available functions: %s"
msgstr "Funcții disponibile:% s"
#: models.py:18 views.py:44
msgid "name"
msgstr "nume"
msgid "Name"
msgstr ""
#: models.py:18
msgid "Internal name used to reference this index."
msgstr "Numele intern utilizat pentru a face referire la acest index."
#: models.py:19 views.py:45
msgid "title"
msgstr "titlu"
msgid "Title"
msgstr ""
#: models.py:19
msgid "The name that will be visible to users."
msgstr "Numele care va fi vizibil pentru utilizatori."
#: models.py:20 models.py:72 views.py:46 views.py:166
msgid "enabled"
msgstr "activată"
msgid "Enabled"
msgstr ""
#: models.py:20
msgid "Causes this index to be visible and updated when document data changes."
msgstr ""
"Cauză pentru acest index să fie vizibil și actualizat când documentul suferă "
"schimbări."
msgid ""
"Causes this index to be visible and updated when document data changes."
msgstr "Cauză pentru acest index să fie vizibil și actualizat când documentul suferă schimbări."
#: models.py:63 models.py:69 views.py:103 views.py:133 views.py:159
#: views.py:195 views.py:222 views.py:251 views.py:290
msgid "index"
msgstr "index"
msgid "Index"
msgstr ""
#: models.py:70
msgid "indexing expression"
msgstr "expresie indexare "
msgid "Indexing expression"
msgstr ""
#: models.py:70
msgid "Enter a python string expression to be evaluated."
@@ -169,61 +158,57 @@ msgstr "Introduceți o expresie șir python care urmează să fie evaluate."
#: models.py:72
msgid "Causes this node to be visible and updated when document data changes."
msgstr ""
"Cauză pentru ca acest nod să fie vizibil și actualizat atunci când datele "
"documentului se modifică."
msgstr "Cauză pentru ca acest nod să fie vizibil și actualizat atunci când datele documentului se modifică."
#: models.py:73
msgid "link documents"
msgstr "link documente"
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 ""
"Bifați această opțiune pentru a avea acest nod ca un container pentru "
"documente și nu ca un părinte pentru nodurile suplimentare."
"Check this option to have this node act as a container for documents and not"
" as a parent for further nodes."
msgstr "Bifați această opțiune pentru a avea acest nod ca un container pentru documente și nu ca un părinte pentru nodurile suplimentare."
#: models.py:83 models.py:89
msgid "index template node"
msgstr "Index șablon nod"
msgid "Index template node"
msgstr ""
#: models.py:84
msgid "indexes template nodes"
msgstr "șablon nod index"
msgid "Indexes template nodes"
msgstr ""
#: models.py:90
msgid "value"
msgstr "valoare"
msgid "Value"
msgstr ""
#: models.py:91
msgid "documents"
msgstr "documente"
msgid "Documents"
msgstr ""
#: models.py:101
msgid "index instance node"
msgstr "Index exemplu nodul"
msgid "Index instance node"
msgstr ""
#: models.py:102
msgid "indexes instance nodes"
msgstr "index instanță noduri"
msgid "Indexes instance nodes"
msgstr ""
#: models.py:106
msgid "index instance"
msgstr "instanţă index"
msgid "Index instance"
msgstr ""
#: models.py:107
msgid "document"
msgstr "document"
msgid "Document"
msgstr ""
#: models.py:114
msgid "document rename count"
msgstr "numarul de redenumiri a documentului"
msgid "Document rename count"
msgstr ""
#: models.py:115
msgid "documents rename count"
msgstr "numarul de redenumiri ale documentelor"
msgid "Documents rename count"
msgstr ""
#: permissions.py:7
msgid "Indexing"
@@ -253,10 +238,20 @@ msgstr "Vezi indexul de documente"
msgid "Rebuild document indexes"
msgstr "Reconstruire index documente"
#: settings.py:20
msgid ""
"A dictionary that maps the index name and where on the filesystem that index"
" will be mirrored."
msgstr "Un dicționar care mapează numele index și în cazul în care sistemul de fișiere pe care indicele va fi oglindit."
#: utils.py:19
msgid "document indexes"
msgstr "indexuri documente"
#: views.py:40
msgid "indexes"
msgstr "index"
#: views.py:71
msgid "Index created successfully."
msgstr "Index creat cu succes."
@@ -267,8 +262,8 @@ msgstr "Indexul a fost editat cu succes"
#: views.py:100
#, python-format
msgid "edit index: %s"
msgstr "editează indexul:% s"
msgid "Edit index: %s"
msgstr ""
#: views.py:124
#, python-format
@@ -287,34 +282,34 @@ msgstr "Ești sigur că vă să ștergeți indexul: % s?"
#: views.py:162
#, python-format
msgid "tree template nodes for index: %s"
msgstr "noduri șablon pentru index:% s"
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:165
msgid "level"
msgstr "nivel"
msgid "Level"
msgstr ""
#: views.py:167
msgid "has document links?"
msgstr "are legături de documente?"
msgid "Has document links?"
msgstr ""
#: views.py:189
#, python-format
msgid "document types not in index: %s"
msgstr "tipuri de documente care nu sunt în index:% s"
msgid "Document types not in index: %s"
msgstr ""
#: views.py:190
#, python-format
msgid "document types for index: %s"
msgstr "tipuri de documente pentru index:% s"
msgid "Document types for index: %s"
msgstr ""
#: views.py:213
msgid "Index template node created successfully."
msgstr "Nodul șablon index creat cu succes."
#: views.py:219
msgid "create child node"
msgstr "creați nodul copil"
msgid "Create child node"
msgstr ""
#: views.py:239
msgid "Index template node edited successfully"
@@ -322,12 +317,12 @@ msgstr "Nod șablon index a fost editat cu succes"
#: views.py:245
#, python-format
msgid "edit index template node: %s"
msgstr "editare șablon nod index:% s"
msgid "Edit index template node: %s"
msgstr ""
#: views.py:252 views.py:291 views.py:358
msgid "node"
msgstr "nod"
msgid "Node"
msgstr ""
#: views.py:273
#, python-format
@@ -345,17 +340,17 @@ msgid "Are you sure you with to delete the index template node: %s?"
msgstr "Ești sigur că vă să ștergeți nodul șablon al indexului: % s?"
#: views.py:308
msgid "nodes"
msgstr "noduri"
msgid "Nodes"
msgstr ""
#: views.py:340
#, python-format
msgid "contents for index: %s"
msgstr "conținutul de index:% s"
msgid "Contents for index: %s"
msgstr ""
#: views.py:362
msgid "items"
msgstr "articole"
msgid "Items"
msgstr ""
#: views.py:387
msgid "Are you sure you wish to rebuild all indexes?"
@@ -363,8 +358,7 @@ msgstr "Sunteți sigur că doriți să reconstruiți toate indexurile?"
#: views.py:388
msgid "On large databases this operation may take some time to execute."
msgstr ""
"Pe baze de date mari, această operație poate dura ceva timp pentru a executa."
msgstr "Pe baze de date mari, această operație poate dura ceva timp pentru a executa."
#: views.py:394
msgid "Index rebuild completed successfully."
@@ -377,27 +371,27 @@ msgstr "Index reconstrui eroare:% s"
#: views.py:424
#, python-format
msgid "indexes containing: %s"
msgstr "index care conține:% s"
msgid "Indexes containing: %s"
msgstr ""
#: widgets.py:85
msgid "root"
msgid "Root"
msgstr ""
#: conf/settings.py:22
msgid ""
"A dictionary that maps the index name and where on the filesystem that index "
"will be mirrored."
msgstr ""
"Un dicționar care mapează numele index și în cazul în care sistemul de "
"fișiere pe care indicele va fi oglindit."
#~ msgid "edit"
#~ msgstr "edit"
#: templates/indexing_help.html:3
msgid "What are indexes?"
msgstr "Ce este un index?"
#~ msgid "name"
#~ msgstr "name"
#: templates/indexing_help.html:4
msgid "Indexes group documents into a tree like hierarchical structure."
msgstr ""
"Un index reprezinta gruparea documentele într-o structură arboreştentă "
"ierarhică."
#~ 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."

View File

@@ -1,51 +1,47 @@
# 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:
# Sergey Glita <gsv70@mail.ru>, 2012-2013
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-07-31 19:52-0400\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"
"Language: ru\n"
"POT-Creation-Date: 2014-10-08 17:09-0400\n"
"PO-Revision-Date: 2014-10-08 21:13+0000\n"
"Last-Translator: Roberto Rosario\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"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"Language: ru\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:45
#: __init__.py:44 links.py:23 links.py:38 links.py:40 models.py:64
#: views.py:305
msgid "Indexes"
msgstr "Индексы"
#: api.py:71
#: api.py:73
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr "Достигнуто максимальное (%s) число суффиксов "
#: api.py:85
#: api.py:88
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr ""
"Ошибка в выражении обновления индексов документа: %(expression)s; "
"%(exception)s"
msgstr "Ошибка в выражении обновления индексов документа: %(expression)s; %(exception)s"
#: api.py:94 api.py:109
#: api.py:97 api.py:112
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
"Ошибка при обновлении индекса документа, выражение: %(expression)s; "
"%(exception)s"
msgstr "Ошибка при обновлении индекса документа, выражение: %(expression)s; %(exception)s"
#: api.py:151
#: api.py:155
#, python-format
msgid "Unable to delete document indexing node; %s"
msgstr "Не удается удалить узел индексирования документов; %s."
@@ -56,18 +52,16 @@ msgid "Unable to create indexing directory; %s"
msgstr "Не удается создать индексации каталога; %s."
#: filesystem.py:69
#, fuzzy, python-format
#, python-format
msgid ""
"Unable to create symbolic link, file exists and could not be deleted: "
"%(filepath)s; %(exception)s"
msgstr ""
"Невозможно создать символическую ссылку, файл существует и не может быть "
"удален: %(filepath)s; %(exc)s"
#: filesystem.py:71
#, fuzzy, python-format
#, python-format
msgid "Unable to create symbolic link: %(filepath)s; %(exception)s"
msgstr "Невозможно создать символическую ссылку: %(filepath)s; %(exc)s"
msgstr ""
#: filesystem.py:84
#, python-format
@@ -79,45 +73,41 @@ msgstr "Не удается удалить символическую ссылк
msgid "Unable to delete indexing directory; %s"
msgstr "Не удается удалить каталог индексации; %s."
#: links.py:23 links.py:38 links.py:40 models.py:64 views.py:40 views.py:305
msgid "indexes"
msgstr "индексы"
#: links.py:24 links.py:35
msgid "index list"
msgstr "список индекса"
msgid "Index list"
msgstr ""
#: links.py:25 views.py:77
msgid "create index"
msgstr "создать индекс"
msgid "Create index"
msgstr ""
#: links.py:26 links.py:32
msgid "edit"
msgstr "редактировать"
msgid "Edit"
msgstr ""
#: links.py:27 links.py:33
msgid "delete"
msgstr "удалить"
msgid "Delete"
msgstr ""
#: links.py:28
msgid "tree template"
msgstr "шаблон дерева"
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:309
msgid "document types"
msgstr "типы документов"
msgid "Document types"
msgstr ""
#: links.py:31
msgid "new child node"
msgstr "новый дочерний узел"
msgid "New child node"
msgstr ""
#: links.py:37
msgid "go up one level"
msgstr "перейти на уровень выше"
msgid "Go up one level"
msgstr ""
#: links.py:42
msgid "rebuild indexes"
msgstr "восстановление индексов"
msgid "Rebuild indexes"
msgstr ""
#: links.py:42
msgid "Deletes and creates from scratch all the document indexes."
@@ -129,38 +119,38 @@ msgid "Available functions: %s"
msgstr "Доступные функции: %s."
#: models.py:18 views.py:44
msgid "name"
msgstr "имя"
msgid "Name"
msgstr ""
#: models.py:18
msgid "Internal name used to reference this index."
msgstr "внутреннее имя, используемое для ссылки на этот индекс."
#: models.py:19 views.py:45
msgid "title"
msgstr "название"
msgid "Title"
msgstr ""
#: models.py:19
msgid "The name that will be visible to users."
msgstr "Имя, которое будет видно пользователям."
#: models.py:20 models.py:72 views.py:46 views.py:166
msgid "enabled"
msgstr "разрешено"
msgid "Enabled"
msgstr ""
#: 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 "Этот индекс должен быть видимым и обновляться при изменении данных документа."
#: models.py:63 models.py:69 views.py:103 views.py:133 views.py:159
#: views.py:195 views.py:222 views.py:251 views.py:290
msgid "index"
msgstr "индекс"
msgid "Index"
msgstr ""
#: models.py:70
msgid "indexing expression"
msgstr "выражение индексации "
msgid "Indexing expression"
msgstr ""
#: models.py:70
msgid "Enter a python string expression to be evaluated."
@@ -168,59 +158,57 @@ msgstr "Введите строковое выражение питона для
#: models.py:72
msgid "Causes this node to be visible and updated when document data changes."
msgstr ""
"Этот узел должен быть видимым и обновляются при изменении данных документа."
msgstr "Этот узел должен быть видимым и обновляются при изменении данных документа."
#: models.py:73
msgid "link documents"
msgstr "связать документы"
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 ""
"Этот узел будет контейнером для документов и не будет иметь дочерних узлов."
"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 "узел шаблона индексирования"
msgid "Index template node"
msgstr ""
#: models.py:84
msgid "indexes template nodes"
msgstr "узлы шаблона индексирования"
msgid "Indexes template nodes"
msgstr ""
#: models.py:90
msgid "value"
msgstr "значение"
msgid "Value"
msgstr ""
#: models.py:91
msgid "documents"
msgstr "документы"
msgid "Documents"
msgstr ""
#: models.py:101
msgid "index instance node"
msgstr "индекс экземпляра узла"
msgid "Index instance node"
msgstr ""
#: models.py:102
msgid "indexes instance nodes"
msgstr "индексы экземпляров узлов"
msgid "Indexes instance nodes"
msgstr ""
#: models.py:106
msgid "index instance"
msgstr "экземпляр индекса"
msgid "Index instance"
msgstr ""
#: models.py:107
msgid "document"
msgstr "документ"
msgid "Document"
msgstr ""
#: models.py:114
msgid "document rename count"
msgstr "счетчик переименования документа"
msgid "Document rename count"
msgstr ""
#: models.py:115
msgid "documents rename count"
msgstr "счетчик переименования документов"
msgid "Documents rename count"
msgstr ""
#: permissions.py:7
msgid "Indexing"
@@ -250,10 +238,20 @@ msgstr "Просмотр индексов документа"
msgid "Rebuild document indexes"
msgstr "Восстановление индексов документа"
#: settings.py:20
msgid ""
"A dictionary that maps the index name and where on the filesystem that index"
" will be mirrored."
msgstr "Словарь, который отображает имя индекса и где на файловой системе он будет отражен."
#: utils.py:19
msgid "document indexes"
msgstr "индексы документов"
#: views.py:40
msgid "indexes"
msgstr "индексы"
#: views.py:71
msgid "Index created successfully."
msgstr "Индекс создан."
@@ -264,8 +262,8 @@ msgstr "Индекс изменен"
#: views.py:100
#, python-format
msgid "edit index: %s"
msgstr "редактировать индекс %s"
msgid "Edit index: %s"
msgstr ""
#: views.py:124
#, python-format
@@ -284,34 +282,34 @@ msgstr "Удалить индекс %s?"
#: views.py:162
#, python-format
msgid "tree template nodes for index: %s"
msgstr "дерево шаблонных узлов для индекса %s"
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:165
msgid "level"
msgstr "уровень"
msgid "Level"
msgstr ""
#: views.py:167
msgid "has document links?"
msgstr "есть ссылки на документы?"
msgid "Has document links?"
msgstr ""
#: views.py:189
#, python-format
msgid "document types not in index: %s"
msgstr "типы документов вне индекса: %s"
msgid "Document types not in index: %s"
msgstr ""
#: views.py:190
#, python-format
msgid "document types for index: %s"
msgstr "типы документов для индекса: %s"
msgid "Document types for index: %s"
msgstr ""
#: views.py:213
msgid "Index template node created successfully."
msgstr "узел шаблона индексирования создан"
#: views.py:219
msgid "create child node"
msgstr "создать дочерний узел"
msgid "Create child node"
msgstr ""
#: views.py:239
msgid "Index template node edited successfully"
@@ -319,12 +317,12 @@ msgstr "узел шаблона индексирования изменён"
#: views.py:245
#, python-format
msgid "edit index template node: %s"
msgstr "изменить узел шаблона индексирования %s"
msgid "Edit index template node: %s"
msgstr ""
#: views.py:252 views.py:291 views.py:358
msgid "node"
msgstr "узел"
msgid "Node"
msgstr ""
#: views.py:273
#, python-format
@@ -342,17 +340,17 @@ msgid "Are you sure you with to delete the index template node: %s?"
msgstr "Вы уверены, что нужно удалить узел шаблона индексирования %s?"
#: views.py:308
msgid "nodes"
msgstr "узлы"
msgid "Nodes"
msgstr ""
#: views.py:340
#, python-format
msgid "contents for index: %s"
msgstr "содержания для индекса: %s."
msgid "Contents for index: %s"
msgstr ""
#: views.py:362
msgid "items"
msgstr "членов"
msgid "Items"
msgstr ""
#: views.py:387
msgid "Are you sure you wish to rebuild all indexes?"
@@ -360,9 +358,7 @@ msgstr "Вы уверены, что хотите перестроить все
#: views.py:388
msgid "On large databases this operation may take some time to execute."
msgstr ""
"В больших базах данных эта операция может занять некоторое время для "
"выполнения."
msgstr "В больших базах данных эта операция может занять некоторое время для выполнения."
#: views.py:394
msgid "Index rebuild completed successfully."
@@ -375,25 +371,27 @@ msgstr "Индекс восстановить ошибка: %s"
#: views.py:424
#, python-format
msgid "indexes containing: %s"
msgstr "индексы, содержащие: %s"
msgid "Indexes containing: %s"
msgstr ""
#: widgets.py:85
msgid "root"
msgid "Root"
msgstr ""
#: conf/settings.py:22
msgid ""
"A dictionary that maps the index name and where on the filesystem that index "
"will be mirrored."
msgstr ""
"Словарь, который отображает имя индекса и где на файловой системе он будет "
"отражен."
#~ msgid "edit"
#~ msgstr "edit"
#: templates/indexing_help.html:3
msgid "What are indexes?"
msgstr "что за индексы?"
#~ msgid "name"
#~ msgstr "name"
#: templates/indexing_help.html:4
msgid "Indexes group documents into a tree like hierarchical structure."
msgstr "Индексы группы документов в древовидной иерархической структуре."
#~ 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."

View File

@@ -1,46 +1,46 @@
# 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: 2014-07-31 19:52-0400\n"
"PO-Revision-Date: 2012-12-12 06:05+0000\n"
"POT-Creation-Date: 2014-10-08 17:09-0400\n"
"PO-Revision-Date: 2014-10-08 21:13+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Slovenian (Slovenia) (http://www.transifex.com/projects/p/"
"mayan-edms/language/sl_SI/)\n"
"Language: sl_SI\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"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
"%100==4 ? 2 : 3);\n"
"Language: sl_SI\n"
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3);\n"
#: __init__.py:45
#: __init__.py:44 links.py:23 links.py:38 links.py:40 models.py:64
#: views.py:305
msgid "Indexes"
msgstr ""
#: api.py:71
#: api.py:73
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr ""
#: api.py:85
#: api.py:88
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:94 api.py:109
#: api.py:97 api.py:112
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:151
#: api.py:155
#, python-format
msgid "Unable to delete document indexing node; %s"
msgstr ""
@@ -72,44 +72,40 @@ msgstr ""
msgid "Unable to delete indexing directory; %s"
msgstr ""
#: links.py:23 links.py:38 links.py:40 models.py:64 views.py:40 views.py:305
msgid "indexes"
msgstr ""
#: links.py:24 links.py:35
msgid "index list"
msgid "Index list"
msgstr ""
#: links.py:25 views.py:77
msgid "create index"
msgid "Create index"
msgstr ""
#: links.py:26 links.py:32
msgid "edit"
msgid "Edit"
msgstr ""
#: links.py:27 links.py:33
msgid "delete"
msgid "Delete"
msgstr ""
#: links.py:28
msgid "tree template"
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:309
msgid "document types"
msgid "Document types"
msgstr ""
#: links.py:31
msgid "new child node"
msgid "New child node"
msgstr ""
#: links.py:37
msgid "go up one level"
msgid "Go up one level"
msgstr ""
#: links.py:42
msgid "rebuild indexes"
msgid "Rebuild indexes"
msgstr ""
#: links.py:42
@@ -122,7 +118,7 @@ msgid "Available functions: %s"
msgstr ""
#: models.py:18 views.py:44
msgid "name"
msgid "Name"
msgstr ""
#: models.py:18
@@ -130,7 +126,7 @@ msgid "Internal name used to reference this index."
msgstr ""
#: models.py:19 views.py:45
msgid "title"
msgid "Title"
msgstr ""
#: models.py:19
@@ -138,20 +134,21 @@ msgid "The name that will be visible to users."
msgstr ""
#: models.py:20 models.py:72 views.py:46 views.py:166
msgid "enabled"
msgid "Enabled"
msgstr ""
#: models.py:20
msgid "Causes this index to be visible and updated when document data changes."
msgid ""
"Causes this index to be visible and updated when document data changes."
msgstr ""
#: models.py:63 models.py:69 views.py:103 views.py:133 views.py:159
#: views.py:195 views.py:222 views.py:251 views.py:290
msgid "index"
msgid "Index"
msgstr ""
#: models.py:70
msgid "indexing expression"
msgid "Indexing expression"
msgstr ""
#: models.py:70
@@ -163,53 +160,53 @@ msgid "Causes this node to be visible and updated when document data changes."
msgstr ""
#: models.py:73
msgid "link documents"
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."
"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"
msgid "Index template node"
msgstr ""
#: models.py:84
msgid "indexes template nodes"
msgid "Indexes template nodes"
msgstr ""
#: models.py:90
msgid "value"
msgid "Value"
msgstr ""
#: models.py:91
msgid "documents"
msgid "Documents"
msgstr ""
#: models.py:101
msgid "index instance node"
msgid "Index instance node"
msgstr ""
#: models.py:102
msgid "indexes instance nodes"
msgid "Indexes instance nodes"
msgstr ""
#: models.py:106
msgid "index instance"
msgid "Index instance"
msgstr ""
#: models.py:107
msgid "document"
msgid "Document"
msgstr ""
#: models.py:114
msgid "document rename count"
msgid "Document rename count"
msgstr ""
#: models.py:115
msgid "documents rename count"
msgid "Documents rename count"
msgstr ""
#: permissions.py:7
@@ -240,10 +237,20 @@ msgstr ""
msgid "Rebuild document indexes"
msgstr ""
#: settings.py:20
msgid ""
"A dictionary that maps the index name and where on the filesystem that index"
" will be mirrored."
msgstr ""
#: utils.py:19
msgid "document indexes"
msgstr ""
#: views.py:40
msgid "indexes"
msgstr ""
#: views.py:71
msgid "Index created successfully."
msgstr ""
@@ -254,7 +261,7 @@ msgstr ""
#: views.py:100
#, python-format
msgid "edit index: %s"
msgid "Edit index: %s"
msgstr ""
#: views.py:124
@@ -274,25 +281,25 @@ msgstr ""
#: views.py:162
#, python-format
msgid "tree template nodes for index: %s"
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:165
msgid "level"
msgid "Level"
msgstr ""
#: views.py:167
msgid "has document links?"
msgid "Has document links?"
msgstr ""
#: views.py:189
#, python-format
msgid "document types not in index: %s"
msgid "Document types not in index: %s"
msgstr ""
#: views.py:190
#, python-format
msgid "document types for index: %s"
msgid "Document types for index: %s"
msgstr ""
#: views.py:213
@@ -300,7 +307,7 @@ msgid "Index template node created successfully."
msgstr ""
#: views.py:219
msgid "create child node"
msgid "Create child node"
msgstr ""
#: views.py:239
@@ -309,11 +316,11 @@ msgstr ""
#: views.py:245
#, python-format
msgid "edit index template node: %s"
msgid "Edit index template node: %s"
msgstr ""
#: views.py:252 views.py:291 views.py:358
msgid "node"
msgid "Node"
msgstr ""
#: views.py:273
@@ -332,16 +339,16 @@ msgid "Are you sure you with to delete the index template node: %s?"
msgstr ""
#: views.py:308
msgid "nodes"
msgid "Nodes"
msgstr ""
#: views.py:340
#, python-format
msgid "contents for index: %s"
msgid "Contents for index: %s"
msgstr ""
#: views.py:362
msgid "items"
msgid "Items"
msgstr ""
#: views.py:387
@@ -363,23 +370,27 @@ msgstr ""
#: views.py:424
#, python-format
msgid "indexes containing: %s"
msgid "Indexes containing: %s"
msgstr ""
#: widgets.py:85
msgid "root"
msgid "Root"
msgstr ""
#: conf/settings.py:22
msgid ""
"A dictionary that maps the index name and where on the filesystem that index "
"will be mirrored."
msgstr ""
#~ msgid "edit"
#~ msgstr "edit"
#: templates/indexing_help.html:3
msgid "What are indexes?"
msgstr ""
#~ msgid "name"
#~ msgstr "name"
#: templates/indexing_help.html:4
msgid "Indexes group documents into a tree like hierarchical structure."
msgstr ""
#~ 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."

View File

@@ -0,0 +1,396 @@
# 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: 2014-10-08 17:09-0400\n"
"PO-Revision-Date: 2014-10-08 21:13+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Albanian (http://www.transifex.com/projects/p/mayan-edms/language/sq/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: sq\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: __init__.py:44 links.py:23 links.py:38 links.py:40 models.py:64
#: views.py:305
msgid "Indexes"
msgstr ""
#: api.py:73
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr ""
#: api.py:88
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:97 api.py:112
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:155
#, 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; %(exception)s"
msgstr ""
#: filesystem.py:71
#, python-format
msgid "Unable to create symbolic link: %(filepath)s; %(exception)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 ""
#: links.py:24 links.py:35
msgid "Index list"
msgstr ""
#: links.py:25 views.py:77
msgid "Create index"
msgstr ""
#: links.py:26 links.py:32
msgid "Edit"
msgstr ""
#: links.py:27 links.py:33
msgid "Delete"
msgstr ""
#: links.py:28
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:309
msgid "Document types"
msgstr ""
#: links.py:31
msgid "New child node"
msgstr ""
#: links.py:37
msgid "Go up one level"
msgstr ""
#: links.py:42
msgid "Rebuild indexes"
msgstr ""
#: links.py:42
msgid "Deletes and creates from scratch all the document indexes."
msgstr ""
#: models.py:14
#, python-format
msgid "Available functions: %s"
msgstr ""
#: models.py:18 views.py:44
msgid "Name"
msgstr ""
#: models.py:18
msgid "Internal name used to reference this index."
msgstr ""
#: models.py:19 views.py:45
msgid "Title"
msgstr ""
#: models.py:19
msgid "The name that will be visible to users."
msgstr ""
#: models.py:20 models.py:72 views.py:46 views.py:166
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:103 views.py:133 views.py:159
#: views.py:195 views.py:222 views.py:251 views.py:290
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 ""
#: settings.py:20
msgid ""
"A dictionary that maps the index name and where on the filesystem that index"
" will be mirrored."
msgstr ""
#: utils.py:19
msgid "document indexes"
msgstr ""
#: views.py:40
msgid "indexes"
msgstr ""
#: views.py:71
msgid "Index created successfully."
msgstr ""
#: views.py:94
msgid "Index edited successfully"
msgstr ""
#: views.py:100
#, python-format
msgid "Edit index: %s"
msgstr ""
#: views.py:124
#, python-format
msgid "Index: %s deleted successfully."
msgstr ""
#: views.py:126
#, python-format
msgid "Index: %(index)s delete error: %(error)s"
msgstr ""
#: views.py:138
#, python-format
msgid "Are you sure you with to delete the index: %s?"
msgstr ""
#: views.py:162
#, python-format
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:165
msgid "Level"
msgstr ""
#: views.py:167
msgid "Has document links?"
msgstr ""
#: views.py:189
#, python-format
msgid "Document types not in index: %s"
msgstr ""
#: views.py:190
#, python-format
msgid "Document types for index: %s"
msgstr ""
#: views.py:213
msgid "Index template node created successfully."
msgstr ""
#: views.py:219
msgid "Create child node"
msgstr ""
#: views.py:239
msgid "Index template node edited successfully"
msgstr ""
#: views.py:245
#, python-format
msgid "Edit index template node: %s"
msgstr ""
#: views.py:252 views.py:291 views.py:358
msgid "Node"
msgstr ""
#: views.py:273
#, python-format
msgid "Node: %s deleted successfully."
msgstr ""
#: views.py:275
#, python-format
msgid "Node: %(node)s delete error: %(error)s"
msgstr ""
#: views.py:284
#, python-format
msgid "Are you sure you with to delete the index template node: %s?"
msgstr ""
#: views.py:308
msgid "Nodes"
msgstr ""
#: views.py:340
#, python-format
msgid "Contents for index: %s"
msgstr ""
#: views.py:362
msgid "Items"
msgstr ""
#: views.py:387
msgid "Are you sure you wish to rebuild all indexes?"
msgstr ""
#: views.py:388
msgid "On large databases this operation may take some time to execute."
msgstr ""
#: views.py:394
msgid "Index rebuild completed successfully."
msgstr ""
#: views.py:401
#, python-format
msgid "Index rebuild error: %s"
msgstr ""
#: views.py:424
#, python-format
msgid "Indexes containing: %s"
msgstr ""
#: widgets.py:85
msgid "Root"
msgstr ""
#~ 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."

View File

@@ -1,45 +1,46 @@
# 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: 2014-07-31 19:52-0400\n"
"PO-Revision-Date: 2013-06-10 05:29+0000\n"
"POT-Creation-Date: 2014-10-08 17:09-0400\n"
"PO-Revision-Date: 2014-10-08 21:13+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Turkish (Turkey) (http://www.transifex.com/projects/p/mayan-"
"edms/language/tr_TR/)\n"
"Language: tr_TR\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:45
#: __init__.py:44 links.py:23 links.py:38 links.py:40 models.py:64
#: views.py:305
msgid "Indexes"
msgstr ""
#: api.py:71
#: api.py:73
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr ""
#: api.py:85
#: api.py:88
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:94 api.py:109
#: api.py:97 api.py:112
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:151
#: api.py:155
#, python-format
msgid "Unable to delete document indexing node; %s"
msgstr ""
@@ -71,44 +72,40 @@ msgstr ""
msgid "Unable to delete indexing directory; %s"
msgstr ""
#: links.py:23 links.py:38 links.py:40 models.py:64 views.py:40 views.py:305
msgid "indexes"
msgstr ""
#: links.py:24 links.py:35
msgid "index list"
msgid "Index list"
msgstr ""
#: links.py:25 views.py:77
msgid "create index"
msgid "Create index"
msgstr ""
#: links.py:26 links.py:32
msgid "edit"
msgid "Edit"
msgstr ""
#: links.py:27 links.py:33
msgid "delete"
msgid "Delete"
msgstr ""
#: links.py:28
msgid "tree template"
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:309
msgid "document types"
msgid "Document types"
msgstr ""
#: links.py:31
msgid "new child node"
msgid "New child node"
msgstr ""
#: links.py:37
msgid "go up one level"
msgid "Go up one level"
msgstr ""
#: links.py:42
msgid "rebuild indexes"
msgid "Rebuild indexes"
msgstr ""
#: links.py:42
@@ -121,7 +118,7 @@ msgid "Available functions: %s"
msgstr ""
#: models.py:18 views.py:44
msgid "name"
msgid "Name"
msgstr ""
#: models.py:18
@@ -129,7 +126,7 @@ msgid "Internal name used to reference this index."
msgstr ""
#: models.py:19 views.py:45
msgid "title"
msgid "Title"
msgstr ""
#: models.py:19
@@ -137,20 +134,21 @@ msgid "The name that will be visible to users."
msgstr ""
#: models.py:20 models.py:72 views.py:46 views.py:166
msgid "enabled"
msgid "Enabled"
msgstr ""
#: models.py:20
msgid "Causes this index to be visible and updated when document data changes."
msgid ""
"Causes this index to be visible and updated when document data changes."
msgstr ""
#: models.py:63 models.py:69 views.py:103 views.py:133 views.py:159
#: views.py:195 views.py:222 views.py:251 views.py:290
msgid "index"
msgid "Index"
msgstr ""
#: models.py:70
msgid "indexing expression"
msgid "Indexing expression"
msgstr ""
#: models.py:70
@@ -162,53 +160,53 @@ msgid "Causes this node to be visible and updated when document data changes."
msgstr ""
#: models.py:73
msgid "link documents"
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."
"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"
msgid "Index template node"
msgstr ""
#: models.py:84
msgid "indexes template nodes"
msgid "Indexes template nodes"
msgstr ""
#: models.py:90
msgid "value"
msgid "Value"
msgstr ""
#: models.py:91
msgid "documents"
msgid "Documents"
msgstr ""
#: models.py:101
msgid "index instance node"
msgid "Index instance node"
msgstr ""
#: models.py:102
msgid "indexes instance nodes"
msgid "Indexes instance nodes"
msgstr ""
#: models.py:106
msgid "index instance"
msgid "Index instance"
msgstr ""
#: models.py:107
msgid "document"
msgid "Document"
msgstr ""
#: models.py:114
msgid "document rename count"
msgid "Document rename count"
msgstr ""
#: models.py:115
msgid "documents rename count"
msgid "Documents rename count"
msgstr ""
#: permissions.py:7
@@ -239,10 +237,20 @@ msgstr ""
msgid "Rebuild document indexes"
msgstr ""
#: settings.py:20
msgid ""
"A dictionary that maps the index name and where on the filesystem that index"
" will be mirrored."
msgstr ""
#: utils.py:19
msgid "document indexes"
msgstr ""
#: views.py:40
msgid "indexes"
msgstr ""
#: views.py:71
msgid "Index created successfully."
msgstr ""
@@ -253,7 +261,7 @@ msgstr ""
#: views.py:100
#, python-format
msgid "edit index: %s"
msgid "Edit index: %s"
msgstr ""
#: views.py:124
@@ -273,25 +281,25 @@ msgstr ""
#: views.py:162
#, python-format
msgid "tree template nodes for index: %s"
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:165
msgid "level"
msgid "Level"
msgstr ""
#: views.py:167
msgid "has document links?"
msgid "Has document links?"
msgstr ""
#: views.py:189
#, python-format
msgid "document types not in index: %s"
msgid "Document types not in index: %s"
msgstr ""
#: views.py:190
#, python-format
msgid "document types for index: %s"
msgid "Document types for index: %s"
msgstr ""
#: views.py:213
@@ -299,7 +307,7 @@ msgid "Index template node created successfully."
msgstr ""
#: views.py:219
msgid "create child node"
msgid "Create child node"
msgstr ""
#: views.py:239
@@ -308,11 +316,11 @@ msgstr ""
#: views.py:245
#, python-format
msgid "edit index template node: %s"
msgid "Edit index template node: %s"
msgstr ""
#: views.py:252 views.py:291 views.py:358
msgid "node"
msgid "Node"
msgstr ""
#: views.py:273
@@ -331,16 +339,16 @@ msgid "Are you sure you with to delete the index template node: %s?"
msgstr ""
#: views.py:308
msgid "nodes"
msgid "Nodes"
msgstr ""
#: views.py:340
#, python-format
msgid "contents for index: %s"
msgid "Contents for index: %s"
msgstr ""
#: views.py:362
msgid "items"
msgid "Items"
msgstr ""
#: views.py:387
@@ -362,23 +370,27 @@ msgstr ""
#: views.py:424
#, python-format
msgid "indexes containing: %s"
msgid "Indexes containing: %s"
msgstr ""
#: widgets.py:85
msgid "root"
msgid "Root"
msgstr ""
#: conf/settings.py:22
msgid ""
"A dictionary that maps the index name and where on the filesystem that index "
"will be mirrored."
msgstr ""
#~ msgid "edit"
#~ msgstr "edit"
#: templates/indexing_help.html:3
msgid "What are indexes?"
msgstr ""
#~ msgid "name"
#~ msgstr "name"
#: templates/indexing_help.html:4
msgid "Indexes group documents into a tree like hierarchical structure."
msgstr ""
#~ 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."

View File

@@ -1,45 +1,46 @@
# 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: 2014-07-31 19:52-0400\n"
"PO-Revision-Date: 2011-09-30 04:42+0000\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/"
"mayan-edms/language/vi_VN/)\n"
"Language: vi_VN\n"
"POT-Creation-Date: 2014-10-08 17:09-0400\n"
"PO-Revision-Date: 2014-10-08 21:13+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Vietnamese (Viet Nam) (http://www.transifex.com/projects/p/mayan-edms/language/vi_VN/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: vi_VN\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: __init__.py:45
#: __init__.py:44 links.py:23 links.py:38 links.py:40 models.py:64
#: views.py:305
msgid "Indexes"
msgstr ""
#: api.py:71
#: api.py:73
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr ""
#: api.py:85
#: api.py:88
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:94 api.py:109
#: api.py:97 api.py:112
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:151
#: api.py:155
#, python-format
msgid "Unable to delete document indexing node; %s"
msgstr ""
@@ -71,44 +72,40 @@ msgstr ""
msgid "Unable to delete indexing directory; %s"
msgstr ""
#: links.py:23 links.py:38 links.py:40 models.py:64 views.py:40 views.py:305
msgid "indexes"
msgstr ""
#: links.py:24 links.py:35
msgid "index list"
msgid "Index list"
msgstr ""
#: links.py:25 views.py:77
msgid "create index"
msgid "Create index"
msgstr ""
#: links.py:26 links.py:32
msgid "edit"
msgid "Edit"
msgstr ""
#: links.py:27 links.py:33
msgid "delete"
msgid "Delete"
msgstr ""
#: links.py:28
msgid "tree template"
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:309
msgid "document types"
msgid "Document types"
msgstr ""
#: links.py:31
msgid "new child node"
msgid "New child node"
msgstr ""
#: links.py:37
msgid "go up one level"
msgid "Go up one level"
msgstr ""
#: links.py:42
msgid "rebuild indexes"
msgid "Rebuild indexes"
msgstr ""
#: links.py:42
@@ -121,7 +118,7 @@ msgid "Available functions: %s"
msgstr ""
#: models.py:18 views.py:44
msgid "name"
msgid "Name"
msgstr ""
#: models.py:18
@@ -129,7 +126,7 @@ msgid "Internal name used to reference this index."
msgstr ""
#: models.py:19 views.py:45
msgid "title"
msgid "Title"
msgstr ""
#: models.py:19
@@ -137,20 +134,21 @@ msgid "The name that will be visible to users."
msgstr ""
#: models.py:20 models.py:72 views.py:46 views.py:166
msgid "enabled"
msgid "Enabled"
msgstr ""
#: models.py:20
msgid "Causes this index to be visible and updated when document data changes."
msgid ""
"Causes this index to be visible and updated when document data changes."
msgstr ""
#: models.py:63 models.py:69 views.py:103 views.py:133 views.py:159
#: views.py:195 views.py:222 views.py:251 views.py:290
msgid "index"
msgid "Index"
msgstr ""
#: models.py:70
msgid "indexing expression"
msgid "Indexing expression"
msgstr ""
#: models.py:70
@@ -162,53 +160,53 @@ msgid "Causes this node to be visible and updated when document data changes."
msgstr ""
#: models.py:73
msgid "link documents"
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."
"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"
msgid "Index template node"
msgstr ""
#: models.py:84
msgid "indexes template nodes"
msgid "Indexes template nodes"
msgstr ""
#: models.py:90
msgid "value"
msgid "Value"
msgstr ""
#: models.py:91
msgid "documents"
msgid "Documents"
msgstr ""
#: models.py:101
msgid "index instance node"
msgid "Index instance node"
msgstr ""
#: models.py:102
msgid "indexes instance nodes"
msgid "Indexes instance nodes"
msgstr ""
#: models.py:106
msgid "index instance"
msgid "Index instance"
msgstr ""
#: models.py:107
msgid "document"
msgid "Document"
msgstr ""
#: models.py:114
msgid "document rename count"
msgid "Document rename count"
msgstr ""
#: models.py:115
msgid "documents rename count"
msgid "Documents rename count"
msgstr ""
#: permissions.py:7
@@ -239,10 +237,20 @@ msgstr ""
msgid "Rebuild document indexes"
msgstr ""
#: settings.py:20
msgid ""
"A dictionary that maps the index name and where on the filesystem that index"
" will be mirrored."
msgstr ""
#: utils.py:19
msgid "document indexes"
msgstr ""
#: views.py:40
msgid "indexes"
msgstr ""
#: views.py:71
msgid "Index created successfully."
msgstr ""
@@ -253,7 +261,7 @@ msgstr ""
#: views.py:100
#, python-format
msgid "edit index: %s"
msgid "Edit index: %s"
msgstr ""
#: views.py:124
@@ -273,25 +281,25 @@ msgstr ""
#: views.py:162
#, python-format
msgid "tree template nodes for index: %s"
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:165
msgid "level"
msgid "Level"
msgstr ""
#: views.py:167
msgid "has document links?"
msgid "Has document links?"
msgstr ""
#: views.py:189
#, python-format
msgid "document types not in index: %s"
msgid "Document types not in index: %s"
msgstr ""
#: views.py:190
#, python-format
msgid "document types for index: %s"
msgid "Document types for index: %s"
msgstr ""
#: views.py:213
@@ -299,7 +307,7 @@ msgid "Index template node created successfully."
msgstr ""
#: views.py:219
msgid "create child node"
msgid "Create child node"
msgstr ""
#: views.py:239
@@ -308,11 +316,11 @@ msgstr ""
#: views.py:245
#, python-format
msgid "edit index template node: %s"
msgid "Edit index template node: %s"
msgstr ""
#: views.py:252 views.py:291 views.py:358
msgid "node"
msgid "Node"
msgstr ""
#: views.py:273
@@ -331,16 +339,16 @@ msgid "Are you sure you with to delete the index template node: %s?"
msgstr ""
#: views.py:308
msgid "nodes"
msgid "Nodes"
msgstr ""
#: views.py:340
#, python-format
msgid "contents for index: %s"
msgid "Contents for index: %s"
msgstr ""
#: views.py:362
msgid "items"
msgid "Items"
msgstr ""
#: views.py:387
@@ -362,23 +370,27 @@ msgstr ""
#: views.py:424
#, python-format
msgid "indexes containing: %s"
msgid "Indexes containing: %s"
msgstr ""
#: widgets.py:85
msgid "root"
msgid "Root"
msgstr ""
#: conf/settings.py:22
msgid ""
"A dictionary that maps the index name and where on the filesystem that index "
"will be mirrored."
msgstr ""
#~ msgid "edit"
#~ msgstr "edit"
#: templates/indexing_help.html:3
msgid "What are indexes?"
msgstr ""
#~ msgid "name"
#~ msgstr "name"
#: templates/indexing_help.html:4
msgid "Indexes group documents into a tree like hierarchical structure."
msgstr ""
#~ 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."

View File

@@ -9,9 +9,9 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-07-31 19:52-0400\n"
"PO-Revision-Date: 2014-09-30 01:43+0000\n"
"Last-Translator: Ford Guo <agile.guo@gmail.com>\n"
"POT-Creation-Date: 2014-10-08 17:09-0400\n"
"PO-Revision-Date: 2014-10-08 21:13+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Chinese (China) (http://www.transifex.com/projects/p/mayan-edms/language/zh_CN/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -19,28 +19,29 @@ msgstr ""
"Language: zh_CN\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: __init__.py:45
#: __init__.py:44 links.py:23 links.py:38 links.py:40 models.py:64
#: views.py:305
msgid "Indexes"
msgstr "索引"
#: api.py:71
#: api.py:73
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr "后缀(%s)已达到最大数。"
#: api.py:85
#: api.py:88
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr "在文档索引时,更新表达式%(expression)s 出错:%(exception)s"
#: api.py:94 api.py:109
#: api.py:97 api.py:112
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr "更新文档索引出错,表达式:%(expression)s异常%(exception)s"
#: api.py:151
#: api.py:155
#, python-format
msgid "Unable to delete document indexing node; %s"
msgstr "不能删除文档索引节点: %s"
@@ -72,45 +73,41 @@ msgstr "不能删除文档符号连接:%s"
msgid "Unable to delete indexing directory; %s"
msgstr "不能删除索引目录:%s"
#: links.py:23 links.py:38 links.py:40 models.py:64 views.py:40 views.py:305
msgid "indexes"
msgstr "索引"
#: links.py:24 links.py:35
msgid "index list"
msgstr "索引列表"
msgid "Index list"
msgstr ""
#: links.py:25 views.py:77
msgid "create index"
msgstr "创建索引"
msgid "Create index"
msgstr ""
#: links.py:26 links.py:32
msgid "edit"
msgstr "编辑"
msgid "Edit"
msgstr ""
#: links.py:27 links.py:33
msgid "delete"
msgstr "删除"
msgid "Delete"
msgstr ""
#: links.py:28
msgid "tree template"
msgstr "树模板"
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:309
msgid "document types"
msgstr "文档类型"
msgid "Document types"
msgstr ""
#: links.py:31
msgid "new child node"
msgstr "新子节点"
msgid "New child node"
msgstr ""
#: links.py:37
msgid "go up one level"
msgstr "返回上级"
msgid "Go up one level"
msgstr ""
#: links.py:42
msgid "rebuild indexes"
msgstr "重建索引"
msgid "Rebuild indexes"
msgstr ""
#: links.py:42
msgid "Deletes and creates from scratch all the document indexes."
@@ -122,24 +119,24 @@ msgid "Available functions: %s"
msgstr "有效的功能:%s"
#: models.py:18 views.py:44
msgid "name"
msgstr "名称"
msgid "Name"
msgstr ""
#: models.py:18
msgid "Internal name used to reference this index."
msgstr "内部名称用于引用此索引"
#: models.py:19 views.py:45
msgid "title"
msgstr "标题"
msgid "Title"
msgstr ""
#: models.py:19
msgid "The name that will be visible to users."
msgstr "名称被用户可见。"
#: models.py:20 models.py:72 views.py:46 views.py:166
msgid "enabled"
msgstr "可用"
msgid "Enabled"
msgstr ""
#: models.py:20
msgid ""
@@ -148,12 +145,12 @@ msgstr "当文档数据变化时,将导致索引被更新和可见。"
#: models.py:63 models.py:69 views.py:103 views.py:133 views.py:159
#: views.py:195 views.py:222 views.py:251 views.py:290
msgid "index"
msgstr "索引"
msgid "Index"
msgstr ""
#: models.py:70
msgid "indexing expression"
msgstr "索引表达式"
msgid "Indexing expression"
msgstr ""
#: models.py:70
msgid "Enter a python string expression to be evaluated."
@@ -164,8 +161,8 @@ msgid "Causes this node to be visible and updated when document data changes."
msgstr "当文档数据变化时,导致节点被更新和可见。"
#: models.py:73
msgid "link documents"
msgstr "连接文档"
msgid "Link documents"
msgstr ""
#: models.py:73
msgid ""
@@ -174,44 +171,44 @@ msgid ""
msgstr "检查当前节点是否为文档容器,而不是作为别处节点的父节点。"
#: models.py:83 models.py:89
msgid "index template node"
msgstr "索引模版节点"
msgid "Index template node"
msgstr ""
#: models.py:84
msgid "indexes template nodes"
msgstr "索引模版节点"
msgid "Indexes template nodes"
msgstr ""
#: models.py:90
msgid "value"
msgstr ""
msgid "Value"
msgstr ""
#: models.py:91
msgid "documents"
msgstr "文档"
msgid "Documents"
msgstr ""
#: models.py:101
msgid "index instance node"
msgstr "索引实例节点"
msgid "Index instance node"
msgstr ""
#: models.py:102
msgid "indexes instance nodes"
msgstr "索引实例节点"
msgid "Indexes instance nodes"
msgstr ""
#: models.py:106
msgid "index instance"
msgstr "索引实例"
msgid "Index instance"
msgstr ""
#: models.py:107
msgid "document"
msgstr "文档"
msgid "Document"
msgstr ""
#: models.py:114
msgid "document rename count"
msgstr "文档重命名数量"
msgid "Document rename count"
msgstr ""
#: models.py:115
msgid "documents rename count"
msgstr "文档重命名数量"
msgid "Documents rename count"
msgstr ""
#: permissions.py:7
msgid "Indexing"
@@ -241,10 +238,20 @@ msgstr "查看文档索引"
msgid "Rebuild document indexes"
msgstr "重建文档索引"
#: settings.py:20
msgid ""
"A dictionary that maps the index name and where on the filesystem that index"
" will be mirrored."
msgstr "字典将索引名字映射成文件系统所在的位置。"
#: utils.py:19
msgid "document indexes"
msgstr "文档索引"
#: views.py:40
msgid "indexes"
msgstr "索引"
#: views.py:71
msgid "Index created successfully."
msgstr "索引创建成功"
@@ -255,8 +262,8 @@ msgstr "索引编辑成功"
#: views.py:100
#, python-format
msgid "edit index: %s"
msgstr "编辑索引:%s"
msgid "Edit index: %s"
msgstr ""
#: views.py:124
#, python-format
@@ -275,34 +282,34 @@ msgstr "确定要删除索引:%s么?"
#: views.py:162
#, python-format
msgid "tree template nodes for index: %s"
msgstr "树模版节点的索引: %s"
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:165
msgid "level"
msgstr ""
msgid "Level"
msgstr ""
#: views.py:167
msgid "has document links?"
msgstr "是否有文档链接?"
msgid "Has document links?"
msgstr ""
#: views.py:189
#, python-format
msgid "document types not in index: %s"
msgstr "文档类型不在索引:%s中"
msgid "Document types not in index: %s"
msgstr ""
#: views.py:190
#, python-format
msgid "document types for index: %s"
msgstr "索引:%s的文档类型"
msgid "Document types for index: %s"
msgstr ""
#: views.py:213
msgid "Index template node created successfully."
msgstr "索引模版节点创建成功"
#: views.py:219
msgid "create child node"
msgstr "创建子节点"
msgid "Create child node"
msgstr ""
#: views.py:239
msgid "Index template node edited successfully"
@@ -310,12 +317,12 @@ msgstr "索引模版节点编辑成功"
#: views.py:245
#, python-format
msgid "edit index template node: %s"
msgstr "编辑索引模版节点: %s"
msgid "Edit index template node: %s"
msgstr ""
#: views.py:252 views.py:291 views.py:358
msgid "node"
msgstr "节点"
msgid "Node"
msgstr ""
#: views.py:273
#, python-format
@@ -333,17 +340,17 @@ msgid "Are you sure you with to delete the index template node: %s?"
msgstr "确定要删除索引模版节点:%s么"
#: views.py:308
msgid "nodes"
msgstr "节点"
msgid "Nodes"
msgstr ""
#: views.py:340
#, python-format
msgid "contents for index: %s"
msgstr "索引:%s的内容"
msgid "Contents for index: %s"
msgstr ""
#: views.py:362
msgid "items"
msgstr ""
msgid "Items"
msgstr ""
#: views.py:387
msgid "Are you sure you wish to rebuild all indexes?"
@@ -364,23 +371,27 @@ msgstr "索引重建错误:%s"
#: views.py:424
#, python-format
msgid "indexes containing: %s"
msgstr "索引包含:%s"
msgid "Indexes containing: %s"
msgstr ""
#: widgets.py:85
msgid "root"
msgstr ""
msgid "Root"
msgstr ""
#: conf/settings.py:22
msgid ""
"A dictionary that maps the index name and where on the filesystem that index"
" will be mirrored."
msgstr "字典将索引名字映射成文件系统所在的位置。"
#~ msgid "edit"
#~ msgstr "edit"
#: templates/indexing_help.html:3
msgid "What are indexes?"
msgstr "什么时索引?"
#~ msgid "name"
#~ msgstr "name"
#: templates/indexing_help.html:4
msgid "Indexes group documents into a tree like hierarchical structure."
msgstr "索引将文档分组为树一样的层次结构"
#~ 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."

View File

@@ -0,0 +1,396 @@
# 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: 2014-10-08 17:09-0400\n"
"PO-Revision-Date: 2014-10-08 21:13+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Chinese (Taiwan) (http://www.transifex.com/projects/p/mayan-edms/language/zh_TW/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: zh_TW\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: __init__.py:44 links.py:23 links.py:38 links.py:40 models.py:64
#: views.py:305
msgid "Indexes"
msgstr ""
#: api.py:73
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr ""
#: api.py:88
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:97 api.py:112
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:155
#, 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; %(exception)s"
msgstr ""
#: filesystem.py:71
#, python-format
msgid "Unable to create symbolic link: %(filepath)s; %(exception)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 ""
#: links.py:24 links.py:35
msgid "Index list"
msgstr ""
#: links.py:25 views.py:77
msgid "Create index"
msgstr ""
#: links.py:26 links.py:32
msgid "Edit"
msgstr ""
#: links.py:27 links.py:33
msgid "Delete"
msgstr ""
#: links.py:28
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:309
msgid "Document types"
msgstr ""
#: links.py:31
msgid "New child node"
msgstr ""
#: links.py:37
msgid "Go up one level"
msgstr ""
#: links.py:42
msgid "Rebuild indexes"
msgstr ""
#: links.py:42
msgid "Deletes and creates from scratch all the document indexes."
msgstr ""
#: models.py:14
#, python-format
msgid "Available functions: %s"
msgstr ""
#: models.py:18 views.py:44
msgid "Name"
msgstr ""
#: models.py:18
msgid "Internal name used to reference this index."
msgstr ""
#: models.py:19 views.py:45
msgid "Title"
msgstr ""
#: models.py:19
msgid "The name that will be visible to users."
msgstr ""
#: models.py:20 models.py:72 views.py:46 views.py:166
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:103 views.py:133 views.py:159
#: views.py:195 views.py:222 views.py:251 views.py:290
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 ""
#: settings.py:20
msgid ""
"A dictionary that maps the index name and where on the filesystem that index"
" will be mirrored."
msgstr ""
#: utils.py:19
msgid "document indexes"
msgstr ""
#: views.py:40
msgid "indexes"
msgstr ""
#: views.py:71
msgid "Index created successfully."
msgstr ""
#: views.py:94
msgid "Index edited successfully"
msgstr ""
#: views.py:100
#, python-format
msgid "Edit index: %s"
msgstr ""
#: views.py:124
#, python-format
msgid "Index: %s deleted successfully."
msgstr ""
#: views.py:126
#, python-format
msgid "Index: %(index)s delete error: %(error)s"
msgstr ""
#: views.py:138
#, python-format
msgid "Are you sure you with to delete the index: %s?"
msgstr ""
#: views.py:162
#, python-format
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:165
msgid "Level"
msgstr ""
#: views.py:167
msgid "Has document links?"
msgstr ""
#: views.py:189
#, python-format
msgid "Document types not in index: %s"
msgstr ""
#: views.py:190
#, python-format
msgid "Document types for index: %s"
msgstr ""
#: views.py:213
msgid "Index template node created successfully."
msgstr ""
#: views.py:219
msgid "Create child node"
msgstr ""
#: views.py:239
msgid "Index template node edited successfully"
msgstr ""
#: views.py:245
#, python-format
msgid "Edit index template node: %s"
msgstr ""
#: views.py:252 views.py:291 views.py:358
msgid "Node"
msgstr ""
#: views.py:273
#, python-format
msgid "Node: %s deleted successfully."
msgstr ""
#: views.py:275
#, python-format
msgid "Node: %(node)s delete error: %(error)s"
msgstr ""
#: views.py:284
#, python-format
msgid "Are you sure you with to delete the index template node: %s?"
msgstr ""
#: views.py:308
msgid "Nodes"
msgstr ""
#: views.py:340
#, python-format
msgid "Contents for index: %s"
msgstr ""
#: views.py:362
msgid "Items"
msgstr ""
#: views.py:387
msgid "Are you sure you wish to rebuild all indexes?"
msgstr ""
#: views.py:388
msgid "On large databases this operation may take some time to execute."
msgstr ""
#: views.py:394
msgid "Index rebuild completed successfully."
msgstr ""
#: views.py:401
#, python-format
msgid "Index rebuild error: %s"
msgstr ""
#: views.py:424
#, python-format
msgid "Indexes containing: %s"
msgstr ""
#: widgets.py:85
msgid "Root"
msgstr ""
#~ 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."