Update language translation source files

This commit is contained in:
Roberto Rosario
2015-01-11 18:12:06 -04:00
parent 090302676d
commit 05bc204d99
784 changed files with 28490 additions and 26887 deletions

View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-30 11:33-0400\n"
"POT-Creation-Date: 2015-01-11 17:57-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/"
@@ -21,67 +21,20 @@ msgstr ""
"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:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66
#: views.py:40 views.py:298
#: __init__.py:39 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60
#: views.py:38 views.py:296
msgid "Indexes"
msgstr "Indexes"
#: __init__.py:60
msgid "Returns a list of all the indexes."
msgstr ""
#: api.py:76
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr "Maximum suffix (%s) count reached."
#: api.py:91
#, python-format
#: api.py:50
#, fuzzy, 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:102 api.py:117
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
"Error indexing document: %(document)s; expression: %(expression)s; "
"%(exception)s"
msgstr ""
"Error updating document index, expression: %(expression)s; %(exception)s"
#: api.py:162
#, python-format
msgid "Unable to delete document indexing node; %s"
msgstr "Unable to delete document indexing node; %s"
#: filesystem.py:51
#, python-format
msgid "Unable to create indexing directory; %s"
msgstr "Unable to create indexing directory; %s"
#: filesystem.py:69
#, python-format
msgid ""
"Unable to create symbolic link, file exists and could not be deleted: "
"%(filepath)s; %(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 "Unable to delete document symbolic link; %s"
#: filesystem.py:96
#, python-format
msgid "Unable to delete indexing directory; %s"
msgstr "Unable to delete indexing directory; %s"
#: links.py:25 views.py:77
#: links.py:25 views.py:75
msgid "Create index"
msgstr ""
@@ -97,7 +50,7 @@ msgstr ""
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:302
#: links.py:29 models.py:19 views.py:300
msgid "Document types"
msgstr ""
@@ -121,57 +74,52 @@ msgstr ""
msgid "Deletes and creates from scratch all the document indexes."
msgstr "Deletes and creates from scratch all the document indexes."
#: models.py:14
#, python-format
msgid "Available functions: %s"
msgstr "Available functions: %s"
#: models.py:18 views.py:44
#: models.py:15 views.py:42
msgid "Name"
msgstr ""
#: models.py:18
#: models.py:15
msgid "Internal name used to reference this index."
msgstr "Internal name used to reference this index."
#: models.py:19 views.py:45
#: models.py:17 views.py:43
msgid "Title"
msgstr ""
#: models.py:19
#: models.py:17
msgid "The name that will be visible to users."
msgstr "The name that will be visible to users."
#: models.py:20 models.py:74 views.py:46 views.py:162
#: models.py:18 models.py:67 views.py:44 views.py:160
msgid "Enabled"
msgstr ""
#: models.py:20
#: models.py:18
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:65 models.py:71 views.py:245 views.py:283
#: models.py:59 models.py:65 views.py:243 views.py:281
msgid "Index"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Indexing expression"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Enter a python string expression to be evaluated."
msgstr "Enter a python string expression to be evaluated."
#: models.py:74
#: models.py:67
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:75
#: models.py:68
msgid "Link documents"
msgstr ""
#: models.py:75
#: models.py:68
msgid ""
"Check this option to have this node act as a container for documents and not "
"as a parent for further nodes."
@@ -179,50 +127,34 @@ msgstr ""
"Check this option to have this node act as a container for documents and not "
"as a parent for further nodes."
#: models.py:81
#: models.py:74
msgid "Index node template"
msgstr ""
#: models.py:82
#: models.py:75
msgid "Indexes node template"
msgstr ""
#: models.py:87
#: models.py:80
msgid "Index template node"
msgstr ""
#: models.py:88
#: models.py:81
msgid "Value"
msgstr ""
#: models.py:89
#: models.py:82
msgid "Documents"
msgstr ""
#: models.py:102
#: models.py:100
msgid "Index node instance"
msgstr ""
#: models.py:103
#: models.py:101
msgid "Indexes node instances"
msgstr ""
#: models.py:107
msgid "Index instance"
msgstr ""
#: models.py:108
msgid "Document"
msgstr ""
#: models.py:115
msgid "Document rename count"
msgstr ""
#: models.py:116
msgid "Documents rename count"
msgstr ""
#: permissions.py:7
msgid "Indexing"
msgstr "Indexing"
@@ -251,132 +183,120 @@ 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."
#: views.py:71
#: views.py:69
msgid "Index created successfully."
msgstr "Index created successfully."
#: views.py:94
#: views.py:92
msgid "Index edited successfully"
msgstr "Index edited successfully"
#: views.py:100
#: views.py:98
#, python-format
msgid "Edit index: %s"
msgstr ""
#: views.py:123
#: views.py:121
#, python-format
msgid "Index: %s deleted successfully."
msgstr "Index: %s deleted successfully."
#: views.py:125
#: views.py:123
#, python-format
msgid "Index: %(index)s delete error: %(error)s"
msgstr "Index: %(index)s delete error: %(error)s"
#: views.py:136
#: views.py:134
#, python-format
msgid "Are you sure you with to delete the index: %s?"
msgstr "Are you sure you with to delete the index: %s?"
#: views.py:158
#: views.py:156
#, python-format
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:161
#: views.py:159
msgid "Level"
msgstr ""
#: views.py:163
#: views.py:161
msgid "Has document links?"
msgstr ""
#: views.py:185
#: views.py:183
#, python-format
msgid "Document types not in index: %s"
msgstr ""
#: views.py:186
#: views.py:184
#, python-format
msgid "Document types for index: %s"
msgstr ""
#: views.py:208
#: views.py:206
msgid "Index template node created successfully."
msgstr "Index template node created successfully."
#: views.py:214
#: views.py:212
msgid "Create child node"
msgstr ""
#: views.py:233
#: views.py:231
msgid "Index template node edited successfully"
msgstr "Index template node edited successfully"
#: views.py:239
#: views.py:237
#, python-format
msgid "Edit index template node: %s"
msgstr ""
#: views.py:246 views.py:284 views.py:351
#: views.py:244 views.py:282 views.py:349
msgid "Node"
msgstr ""
#: views.py:267
#: views.py:265
#, python-format
msgid "Node: %s deleted successfully."
msgstr "Node: %s deleted successfully."
#: views.py:269
#: views.py:267
#, python-format
msgid "Node: %(node)s delete error: %(error)s"
msgstr "Node: %(node)s delete error: %(error)s"
#: views.py:278
#: views.py:276
#, python-format
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:301
#: views.py:299
msgid "Nodes"
msgstr ""
#: views.py:333
#: views.py:331
#, python-format
msgid "Contents for index: %s"
msgstr ""
#: views.py:355
#: views.py:353
msgid "Items"
msgstr ""
#: views.py:380
#: views.py:378
msgid "Are you sure you wish to rebuild all indexes?"
msgstr "Are you sure you wish to rebuild all indexes?"
#: views.py:381
#: views.py:379
msgid "On large databases this operation may take some time to execute."
msgstr "On large databases this operation may take some time to execute."
#: views.py:386
msgid "Index rebuild completed successfully."
#: views.py:383
#, fuzzy
msgid "Index rebuild queued successfully."
msgstr "Index rebuild completed successfully."
#: views.py:393
#, python-format
msgid "Index rebuild error: %s"
msgstr "Index rebuild error: %s"
#: views.py:416
#: views.py:405
#, python-format
msgid "Indexes containing: %s"
msgstr ""
@@ -385,6 +305,41 @@ msgstr ""
msgid "Root"
msgstr ""
#~ msgid "Maximum suffix (%s) count reached."
#~ msgstr "Maximum suffix (%s) count reached."
#~ msgid ""
#~ "Error in document indexing update expression: %(expression)s; "
#~ "%(exception)s"
#~ msgstr ""
#~ "Error in document indexing update expression: %(expression)s; "
#~ "%(exception)s"
#~ msgid "Unable to delete document indexing node; %s"
#~ msgstr "Unable to delete document indexing node; %s"
#~ msgid "Unable to create indexing directory; %s"
#~ msgstr "Unable to create indexing directory; %s"
#~ msgid "Unable to delete document symbolic link; %s"
#~ msgstr "Unable to delete document symbolic link; %s"
#~ msgid "Unable to delete indexing directory; %s"
#~ msgstr "Unable to delete indexing directory; %s"
#~ msgid "Available functions: %s"
#~ msgstr "Available functions: %s"
#~ msgid ""
#~ "A dictionary that maps the index name and where on the filesystem that "
#~ "index will be mirrored."
#~ msgstr ""
#~ "A dictionary that maps the index name and where on the filesystem that "
#~ "index will be mirrored."
#~ msgid "Index rebuild error: %s"
#~ msgstr "Index rebuild error: %s"
#~ msgid "document indexes"
#~ msgstr "document indexes"

View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-30 11:33-0400\n"
"POT-Creation-Date: 2015-01-11 17:57-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/"
@@ -20,65 +20,19 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66
#: views.py:40 views.py:298
#: __init__.py:39 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60
#: views.py:38 views.py:296
msgid "Indexes"
msgstr "Индекси"
#: __init__.py:60
msgid "Returns a list of all the indexes."
msgstr ""
#: api.py:76
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr ""
#: api.py:91
#: api.py:50
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
"Error indexing document: %(document)s; expression: %(expression)s; "
"%(exception)s"
msgstr ""
#: api.py:102 api.py:117
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:162
#, 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:25 views.py:77
#: links.py:25 views.py:75
msgid "Create index"
msgstr ""
@@ -94,7 +48,7 @@ msgstr ""
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:302
#: links.py:29 models.py:19 views.py:300
msgid "Document types"
msgstr ""
@@ -118,107 +72,86 @@ msgstr ""
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
#: models.py:15 views.py:42
msgid "Name"
msgstr ""
#: models.py:18
#: models.py:15
msgid "Internal name used to reference this index."
msgstr ""
#: models.py:19 views.py:45
#: models.py:17 views.py:43
msgid "Title"
msgstr ""
#: models.py:19
#: models.py:17
msgid "The name that will be visible to users."
msgstr "Името, което ще бъде видимо за потребителите."
#: models.py:20 models.py:74 views.py:46 views.py:162
#: models.py:18 models.py:67 views.py:44 views.py:160
msgid "Enabled"
msgstr ""
#: models.py:20
#: models.py:18
msgid "Causes this index to be visible and updated when document data changes."
msgstr ""
"Предизвиква този индекс да бъдат видим и актуализиран, когато данните в "
"документа се променят."
#: models.py:65 models.py:71 views.py:245 views.py:283
#: models.py:59 models.py:65 views.py:243 views.py:281
msgid "Index"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Indexing expression"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Enter a python string expression to be evaluated."
msgstr ""
#: models.py:74
#: models.py:67
msgid "Causes this node to be visible and updated when document data changes."
msgstr ""
#: models.py:75
#: models.py:68
msgid "Link documents"
msgstr ""
#: models.py:75
#: models.py:68
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:81
#: models.py:74
msgid "Index node template"
msgstr ""
#: models.py:82
#: models.py:75
msgid "Indexes node template"
msgstr ""
#: models.py:87
#: models.py:80
msgid "Index template node"
msgstr ""
#: models.py:88
#: models.py:81
msgid "Value"
msgstr ""
#: models.py:89
#: models.py:82
msgid "Documents"
msgstr ""
#: models.py:102
#: models.py:100
msgid "Index node instance"
msgstr ""
#: models.py:103
#: models.py:101
msgid "Indexes node instances"
msgstr ""
#: models.py:107
msgid "Index instance"
msgstr ""
#: models.py:108
msgid "Document"
msgstr ""
#: models.py:115
msgid "Document rename count"
msgstr ""
#: models.py:116
msgid "Documents rename count"
msgstr ""
#: permissions.py:7
msgid "Indexing"
msgstr "Индексиране"
@@ -247,130 +180,119 @@ 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 ""
#: views.py:71
#: views.py:69
msgid "Index created successfully."
msgstr ""
#: views.py:94
#: views.py:92
msgid "Index edited successfully"
msgstr ""
#: views.py:100
#: views.py:98
#, python-format
msgid "Edit index: %s"
msgstr ""
#: views.py:123
#: views.py:121
#, python-format
msgid "Index: %s deleted successfully."
msgstr ""
#: views.py:125
#: views.py:123
#, python-format
msgid "Index: %(index)s delete error: %(error)s"
msgstr ""
#: views.py:136
#: views.py:134
#, python-format
msgid "Are you sure you with to delete the index: %s?"
msgstr ""
#: views.py:158
#: views.py:156
#, python-format
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:161
#: views.py:159
msgid "Level"
msgstr ""
#: views.py:163
#: views.py:161
msgid "Has document links?"
msgstr ""
#: views.py:185
#: views.py:183
#, python-format
msgid "Document types not in index: %s"
msgstr ""
#: views.py:186
#: views.py:184
#, python-format
msgid "Document types for index: %s"
msgstr ""
#: views.py:208
#: views.py:206
msgid "Index template node created successfully."
msgstr ""
#: views.py:214
#: views.py:212
msgid "Create child node"
msgstr ""
#: views.py:233
#: views.py:231
msgid "Index template node edited successfully"
msgstr ""
#: views.py:239
#: views.py:237
#, python-format
msgid "Edit index template node: %s"
msgstr ""
#: views.py:246 views.py:284 views.py:351
#: views.py:244 views.py:282 views.py:349
msgid "Node"
msgstr ""
#: views.py:267
#: views.py:265
#, python-format
msgid "Node: %s deleted successfully."
msgstr ""
#: views.py:269
#: views.py:267
#, python-format
msgid "Node: %(node)s delete error: %(error)s"
msgstr ""
#: views.py:278
#: views.py:276
#, python-format
msgid "Are you sure you with to delete the index template node: %s?"
msgstr ""
#: views.py:301
#: views.py:299
msgid "Nodes"
msgstr ""
#: views.py:333
#: views.py:331
#, python-format
msgid "Contents for index: %s"
msgstr ""
#: views.py:355
#: views.py:353
msgid "Items"
msgstr ""
#: views.py:380
#: views.py:378
msgid "Are you sure you wish to rebuild all indexes?"
msgstr ""
#: views.py:381
#: views.py:379
msgid "On large databases this operation may take some time to execute."
msgstr ""
#: views.py:386
msgid "Index rebuild completed successfully."
#: views.py:383
msgid "Index rebuild queued successfully."
msgstr ""
#: views.py:393
#, python-format
msgid "Index rebuild error: %s"
msgstr ""
#: views.py:416
#: views.py:405
#, python-format
msgid "Indexes containing: %s"
msgstr ""

View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-30 11:33-0400\n"
"POT-Creation-Date: 2015-01-11 17:57-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/"
@@ -21,68 +21,20 @@ msgstr ""
"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:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66
#: views.py:40 views.py:298
#: __init__.py:39 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60
#: views.py:38 views.py:296
msgid "Indexes"
msgstr "Indeksi"
#: __init__.py:60
msgid "Returns a list of all the indexes."
msgstr ""
#: api.py:76
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr "Maksimalni sufiks (%s) broj dostignut."
#: api.py:91
#, python-format
#: api.py:50
#, fuzzy, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr ""
"Greška u izrazu update-a indeksiranja dokumenta: %(expression)s; "
"Error indexing document: %(document)s; expression: %(expression)s; "
"%(exception)s"
#: api.py:102 api.py:117
#, 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"
#: api.py:162
#, python-format
msgid "Unable to delete document indexing node; %s"
msgstr "Nije moguće obrisati nod indeksiranja dokumenta; %s"
#: filesystem.py:51
#, python-format
msgid "Unable to create indexing directory; %s"
msgstr "Nije moguće kreirati direktorij indeksa; %s"
#: 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 "Nije moguće obrisati simbolički link dokumenta; %s"
#: filesystem.py:96
#, python-format
msgid "Unable to delete indexing directory; %s"
msgstr "Nije moguće obrisati direktorij indeksiranja; %s"
#: links.py:25 views.py:77
#: links.py:25 views.py:75
msgid "Create index"
msgstr ""
@@ -98,7 +50,7 @@ msgstr ""
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:302
#: links.py:29 models.py:19 views.py:300
msgid "Document types"
msgstr ""
@@ -122,60 +74,55 @@ msgstr ""
msgid "Deletes and creates from scratch all the document indexes."
msgstr "Briše i nanovo kreira indekse svih dokumenata."
#: models.py:14
#, python-format
msgid "Available functions: %s"
msgstr "Dostupne funkcije: %s"
#: models.py:18 views.py:44
#: models.py:15 views.py:42
msgid "Name"
msgstr ""
#: models.py:18
#: models.py:15
msgid "Internal name used to reference this index."
msgstr "Interno ime upotrebljeno za referenciranje ovog noda."
#: models.py:19 views.py:45
#: models.py:17 views.py:43
msgid "Title"
msgstr ""
#: models.py:19
#: models.py:17
msgid "The name that will be visible to users."
msgstr "Ime koje će biti vidljivo korisnicima."
#: models.py:20 models.py:74 views.py:46 views.py:162
#: models.py:18 models.py:67 views.py:44 views.py:160
msgid "Enabled"
msgstr ""
#: models.py:20
#: models.py:18
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:65 models.py:71 views.py:245 views.py:283
#: models.py:59 models.py:65 views.py:243 views.py:281
msgid "Index"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Indexing expression"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Enter a python string expression to be evaluated."
msgstr "Unesite Python string izraz za evaluaciju."
#: models.py:74
#: models.py:67
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."
#: models.py:75
#: models.py:68
msgid "Link documents"
msgstr ""
#: models.py:75
#: models.py:68
msgid ""
"Check this option to have this node act as a container for documents and not "
"as a parent for further nodes."
@@ -183,50 +130,34 @@ msgstr ""
"Označite ovu opciju da ovaj nod služi kao kontejner za dokumente a ne kao "
"parent za buduće nodove."
#: models.py:81
#: models.py:74
msgid "Index node template"
msgstr ""
#: models.py:82
#: models.py:75
msgid "Indexes node template"
msgstr ""
#: models.py:87
#: models.py:80
msgid "Index template node"
msgstr ""
#: models.py:88
#: models.py:81
msgid "Value"
msgstr ""
#: models.py:89
#: models.py:82
msgid "Documents"
msgstr ""
#: models.py:102
#: models.py:100
msgid "Index node instance"
msgstr ""
#: models.py:103
#: models.py:101
msgid "Indexes node instances"
msgstr ""
#: models.py:107
msgid "Index instance"
msgstr ""
#: models.py:108
msgid "Document"
msgstr ""
#: models.py:115
msgid "Document rename count"
msgstr ""
#: models.py:116
msgid "Documents rename count"
msgstr ""
#: permissions.py:7
msgid "Indexing"
msgstr "Indeksiranje"
@@ -255,132 +186,120 @@ 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."
#: views.py:71
#: views.py:69
msgid "Index created successfully."
msgstr "Indeks uspješno kreiran."
#: views.py:94
#: views.py:92
msgid "Index edited successfully"
msgstr "Indeks uspješno izmjenjen"
#: views.py:100
#: views.py:98
#, python-format
msgid "Edit index: %s"
msgstr ""
#: views.py:123
#: views.py:121
#, python-format
msgid "Index: %s deleted successfully."
msgstr "Indeks: %s uspješno obrisan."
#: views.py:125
#: views.py:123
#, python-format
msgid "Index: %(index)s delete error: %(error)s"
msgstr "Indeks: %(index)s greška brisanja: %(error)s"
#: views.py:136
#: views.py:134
#, python-format
msgid "Are you sure you with to delete the index: %s?"
msgstr "Jeste li sigurni da želite izbrisati indeks: %s?"
#: views.py:158
#: views.py:156
#, python-format
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:161
#: views.py:159
msgid "Level"
msgstr ""
#: views.py:163
#: views.py:161
msgid "Has document links?"
msgstr ""
#: views.py:185
#: views.py:183
#, python-format
msgid "Document types not in index: %s"
msgstr ""
#: views.py:186
#: views.py:184
#, python-format
msgid "Document types for index: %s"
msgstr ""
#: views.py:208
#: views.py:206
msgid "Index template node created successfully."
msgstr "Nod predložaka indeksa uspješno kreiran."
#: views.py:214
#: views.py:212
msgid "Create child node"
msgstr ""
#: views.py:233
#: views.py:231
msgid "Index template node edited successfully"
msgstr "Nod predložaka indeksa uspješno izmjenjen."
#: views.py:239
#: views.py:237
#, python-format
msgid "Edit index template node: %s"
msgstr ""
#: views.py:246 views.py:284 views.py:351
#: views.py:244 views.py:282 views.py:349
msgid "Node"
msgstr ""
#: views.py:267
#: views.py:265
#, python-format
msgid "Node: %s deleted successfully."
msgstr "Nod: %s uspješno obrisan."
#: views.py:269
#: views.py:267
#, python-format
msgid "Node: %(node)s delete error: %(error)s"
msgstr "Nod: %(node)s greška brisanja: %(error)s"
#: views.py:278
#: views.py:276
#, python-format
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:301
#: views.py:299
msgid "Nodes"
msgstr ""
#: views.py:333
#: views.py:331
#, python-format
msgid "Contents for index: %s"
msgstr ""
#: views.py:355
#: views.py:353
msgid "Items"
msgstr ""
#: views.py:380
#: views.py:378
msgid "Are you sure you wish to rebuild all indexes?"
msgstr "Jeste li sigurni da želite obnoviti sve indekse?"
#: views.py:381
#: views.py:379
msgid "On large databases this operation may take some time to execute."
msgstr "Na velikim bazama podataka ove operacije mogu potrajati neko vrijeme."
#: views.py:386
msgid "Index rebuild completed successfully."
#: views.py:383
#, fuzzy
msgid "Index rebuild queued successfully."
msgstr "Obnova indeksa uspješno završena."
#: views.py:393
#, python-format
msgid "Index rebuild error: %s"
msgstr "Greška obnove indeksa: %s"
#: views.py:416
#: views.py:405
#, python-format
msgid "Indexes containing: %s"
msgstr ""
@@ -389,6 +308,41 @@ msgstr ""
msgid "Root"
msgstr ""
#~ msgid "Maximum suffix (%s) count reached."
#~ msgstr "Maksimalni sufiks (%s) broj dostignut."
#~ msgid ""
#~ "Error in document indexing update expression: %(expression)s; "
#~ "%(exception)s"
#~ msgstr ""
#~ "Greška u izrazu update-a indeksiranja dokumenta: %(expression)s; "
#~ "%(exception)s"
#~ msgid "Unable to delete document indexing node; %s"
#~ msgstr "Nije moguće obrisati nod indeksiranja dokumenta; %s"
#~ msgid "Unable to create indexing directory; %s"
#~ msgstr "Nije moguće kreirati direktorij indeksa; %s"
#~ msgid "Unable to delete document symbolic link; %s"
#~ 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"
#~ msgid "Available functions: %s"
#~ msgstr "Dostupne funkcije: %s"
#~ 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 "Index rebuild error: %s"
#~ msgstr "Greška obnove indeksa: %s"
#~ msgid "document indexes"
#~ msgstr "indeksi dokumenata"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-30 11:33-0400\n"
"POT-Creation-Date: 2015-01-11 17:57-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/"
@@ -19,65 +19,19 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66
#: views.py:40 views.py:298
#: __init__.py:39 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60
#: views.py:38 views.py:296
msgid "Indexes"
msgstr ""
#: __init__.py:60
msgid "Returns a list of all the indexes."
msgstr ""
#: api.py:76
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr ""
#: api.py:91
#: api.py:50
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
"Error indexing document: %(document)s; expression: %(expression)s; "
"%(exception)s"
msgstr ""
#: api.py:102 api.py:117
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:162
#, 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:25 views.py:77
#: links.py:25 views.py:75
msgid "Create index"
msgstr ""
@@ -93,7 +47,7 @@ msgstr ""
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:302
#: links.py:29 models.py:19 views.py:300
msgid "Document types"
msgstr ""
@@ -117,105 +71,84 @@ msgstr ""
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
#: models.py:15 views.py:42
msgid "Name"
msgstr ""
#: models.py:18
#: models.py:15
msgid "Internal name used to reference this index."
msgstr ""
#: models.py:19 views.py:45
#: models.py:17 views.py:43
msgid "Title"
msgstr ""
#: models.py:19
#: models.py:17
msgid "The name that will be visible to users."
msgstr ""
#: models.py:20 models.py:74 views.py:46 views.py:162
#: models.py:18 models.py:67 views.py:44 views.py:160
msgid "Enabled"
msgstr ""
#: models.py:20
#: models.py:18
msgid "Causes this index to be visible and updated when document data changes."
msgstr ""
#: models.py:65 models.py:71 views.py:245 views.py:283
#: models.py:59 models.py:65 views.py:243 views.py:281
msgid "Index"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Indexing expression"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Enter a python string expression to be evaluated."
msgstr ""
#: models.py:74
#: models.py:67
msgid "Causes this node to be visible and updated when document data changes."
msgstr ""
#: models.py:75
#: models.py:68
msgid "Link documents"
msgstr ""
#: models.py:75
#: models.py:68
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:81
#: models.py:74
msgid "Index node template"
msgstr ""
#: models.py:82
#: models.py:75
msgid "Indexes node template"
msgstr ""
#: models.py:87
#: models.py:80
msgid "Index template node"
msgstr ""
#: models.py:88
#: models.py:81
msgid "Value"
msgstr ""
#: models.py:89
#: models.py:82
msgid "Documents"
msgstr ""
#: models.py:102
#: models.py:100
msgid "Index node instance"
msgstr ""
#: models.py:103
#: models.py:101
msgid "Indexes node instances"
msgstr ""
#: models.py:107
msgid "Index instance"
msgstr ""
#: models.py:108
msgid "Document"
msgstr ""
#: models.py:115
msgid "Document rename count"
msgstr ""
#: models.py:116
msgid "Documents rename count"
msgstr ""
#: permissions.py:7
msgid "Indexing"
msgstr ""
@@ -244,130 +177,119 @@ 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 ""
#: views.py:71
#: views.py:69
msgid "Index created successfully."
msgstr ""
#: views.py:94
#: views.py:92
msgid "Index edited successfully"
msgstr ""
#: views.py:100
#: views.py:98
#, python-format
msgid "Edit index: %s"
msgstr ""
#: views.py:123
#: views.py:121
#, python-format
msgid "Index: %s deleted successfully."
msgstr ""
#: views.py:125
#: views.py:123
#, python-format
msgid "Index: %(index)s delete error: %(error)s"
msgstr ""
#: views.py:136
#: views.py:134
#, python-format
msgid "Are you sure you with to delete the index: %s?"
msgstr ""
#: views.py:158
#: views.py:156
#, python-format
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:161
#: views.py:159
msgid "Level"
msgstr ""
#: views.py:163
#: views.py:161
msgid "Has document links?"
msgstr ""
#: views.py:185
#: views.py:183
#, python-format
msgid "Document types not in index: %s"
msgstr ""
#: views.py:186
#: views.py:184
#, python-format
msgid "Document types for index: %s"
msgstr ""
#: views.py:208
#: views.py:206
msgid "Index template node created successfully."
msgstr ""
#: views.py:214
#: views.py:212
msgid "Create child node"
msgstr ""
#: views.py:233
#: views.py:231
msgid "Index template node edited successfully"
msgstr ""
#: views.py:239
#: views.py:237
#, python-format
msgid "Edit index template node: %s"
msgstr ""
#: views.py:246 views.py:284 views.py:351
#: views.py:244 views.py:282 views.py:349
msgid "Node"
msgstr ""
#: views.py:267
#: views.py:265
#, python-format
msgid "Node: %s deleted successfully."
msgstr ""
#: views.py:269
#: views.py:267
#, python-format
msgid "Node: %(node)s delete error: %(error)s"
msgstr ""
#: views.py:278
#: views.py:276
#, python-format
msgid "Are you sure you with to delete the index template node: %s?"
msgstr ""
#: views.py:301
#: views.py:299
msgid "Nodes"
msgstr ""
#: views.py:333
#: views.py:331
#, python-format
msgid "Contents for index: %s"
msgstr ""
#: views.py:355
#: views.py:353
msgid "Items"
msgstr ""
#: views.py:380
#: views.py:378
msgid "Are you sure you wish to rebuild all indexes?"
msgstr ""
#: views.py:381
#: views.py:379
msgid "On large databases this operation may take some time to execute."
msgstr ""
#: views.py:386
msgid "Index rebuild completed successfully."
#: views.py:383
msgid "Index rebuild queued successfully."
msgstr ""
#: views.py:393
#, python-format
msgid "Index rebuild error: %s"
msgstr ""
#: views.py:416
#: views.py:405
#, python-format
msgid "Indexes containing: %s"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-30 11:33-0400\n"
"POT-Creation-Date: 2015-01-11 17:57-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/"
@@ -19,65 +19,19 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66
#: views.py:40 views.py:298
#: __init__.py:39 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60
#: views.py:38 views.py:296
msgid "Indexes"
msgstr ""
#: __init__.py:60
msgid "Returns a list of all the indexes."
msgstr ""
#: api.py:76
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr ""
#: api.py:91
#: api.py:50
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
"Error indexing document: %(document)s; expression: %(expression)s; "
"%(exception)s"
msgstr ""
#: api.py:102 api.py:117
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:162
#, 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:25 views.py:77
#: links.py:25 views.py:75
msgid "Create index"
msgstr ""
@@ -93,7 +47,7 @@ msgstr ""
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:302
#: links.py:29 models.py:19 views.py:300
msgid "Document types"
msgstr ""
@@ -117,105 +71,84 @@ msgstr ""
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
#: models.py:15 views.py:42
msgid "Name"
msgstr ""
#: models.py:18
#: models.py:15
msgid "Internal name used to reference this index."
msgstr ""
#: models.py:19 views.py:45
#: models.py:17 views.py:43
msgid "Title"
msgstr ""
#: models.py:19
#: models.py:17
msgid "The name that will be visible to users."
msgstr ""
#: models.py:20 models.py:74 views.py:46 views.py:162
#: models.py:18 models.py:67 views.py:44 views.py:160
msgid "Enabled"
msgstr ""
#: models.py:20
#: models.py:18
msgid "Causes this index to be visible and updated when document data changes."
msgstr ""
#: models.py:65 models.py:71 views.py:245 views.py:283
#: models.py:59 models.py:65 views.py:243 views.py:281
msgid "Index"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Indexing expression"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Enter a python string expression to be evaluated."
msgstr ""
#: models.py:74
#: models.py:67
msgid "Causes this node to be visible and updated when document data changes."
msgstr ""
#: models.py:75
#: models.py:68
msgid "Link documents"
msgstr ""
#: models.py:75
#: models.py:68
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:81
#: models.py:74
msgid "Index node template"
msgstr ""
#: models.py:82
#: models.py:75
msgid "Indexes node template"
msgstr ""
#: models.py:87
#: models.py:80
msgid "Index template node"
msgstr ""
#: models.py:88
#: models.py:81
msgid "Value"
msgstr ""
#: models.py:89
#: models.py:82
msgid "Documents"
msgstr ""
#: models.py:102
#: models.py:100
msgid "Index node instance"
msgstr ""
#: models.py:103
#: models.py:101
msgid "Indexes node instances"
msgstr ""
#: models.py:107
msgid "Index instance"
msgstr ""
#: models.py:108
msgid "Document"
msgstr ""
#: models.py:115
msgid "Document rename count"
msgstr ""
#: models.py:116
msgid "Documents rename count"
msgstr ""
#: permissions.py:7
msgid "Indexing"
msgstr ""
@@ -244,130 +177,119 @@ 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 ""
#: views.py:71
#: views.py:69
msgid "Index created successfully."
msgstr ""
#: views.py:94
#: views.py:92
msgid "Index edited successfully"
msgstr ""
#: views.py:100
#: views.py:98
#, python-format
msgid "Edit index: %s"
msgstr ""
#: views.py:123
#: views.py:121
#, python-format
msgid "Index: %s deleted successfully."
msgstr ""
#: views.py:125
#: views.py:123
#, python-format
msgid "Index: %(index)s delete error: %(error)s"
msgstr ""
#: views.py:136
#: views.py:134
#, python-format
msgid "Are you sure you with to delete the index: %s?"
msgstr ""
#: views.py:158
#: views.py:156
#, python-format
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:161
#: views.py:159
msgid "Level"
msgstr ""
#: views.py:163
#: views.py:161
msgid "Has document links?"
msgstr ""
#: views.py:185
#: views.py:183
#, python-format
msgid "Document types not in index: %s"
msgstr ""
#: views.py:186
#: views.py:184
#, python-format
msgid "Document types for index: %s"
msgstr ""
#: views.py:208
#: views.py:206
msgid "Index template node created successfully."
msgstr ""
#: views.py:214
#: views.py:212
msgid "Create child node"
msgstr ""
#: views.py:233
#: views.py:231
msgid "Index template node edited successfully"
msgstr ""
#: views.py:239
#: views.py:237
#, python-format
msgid "Edit index template node: %s"
msgstr ""
#: views.py:246 views.py:284 views.py:351
#: views.py:244 views.py:282 views.py:349
msgid "Node"
msgstr ""
#: views.py:267
#: views.py:265
#, python-format
msgid "Node: %s deleted successfully."
msgstr ""
#: views.py:269
#: views.py:267
#, python-format
msgid "Node: %(node)s delete error: %(error)s"
msgstr ""
#: views.py:278
#: views.py:276
#, python-format
msgid "Are you sure you with to delete the index template node: %s?"
msgstr ""
#: views.py:301
#: views.py:299
msgid "Nodes"
msgstr ""
#: views.py:333
#: views.py:331
#, python-format
msgid "Contents for index: %s"
msgstr ""
#: views.py:355
#: views.py:353
msgid "Items"
msgstr ""
#: views.py:380
#: views.py:378
msgid "Are you sure you wish to rebuild all indexes?"
msgstr ""
#: views.py:381
#: views.py:379
msgid "On large databases this operation may take some time to execute."
msgstr ""
#: views.py:386
msgid "Index rebuild completed successfully."
#: views.py:383
msgid "Index rebuild queued successfully."
msgstr ""
#: views.py:393
#, python-format
msgid "Index rebuild error: %s"
msgstr ""
#: views.py:416
#: views.py:405
#, python-format
msgid "Indexes containing: %s"
msgstr ""

View File

@@ -15,7 +15,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-30 11:33-0400\n"
"POT-Creation-Date: 2015-01-11 17:57-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-"
@@ -26,72 +26,21 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66
#: views.py:40 views.py:298
#: __init__.py:39 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60
#: views.py:38 views.py:296
msgid "Indexes"
msgstr "Indices"
#: __init__.py:60
msgid "Returns a list of all the indexes."
msgstr ""
#: api.py:76
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr "Maximale Suffix (%s) Anzahl erreicht."
#: api.py:91
#, python-format
#: api.py:50
#, fuzzy, 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:102 api.py:117
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
"Error indexing document: %(document)s; expression: %(expression)s; "
"%(exception)s"
msgstr ""
"Fehler beim Aktualisieren des Dokumentenindex, Ausdruck: %(expression)s; "
"%(exception)s"
#: api.py:162
#, python-format
msgid "Unable to delete document indexing node; %s"
msgstr "Dokumentenindizierungsknoten kann nicht gelöscht werden: %s"
#: filesystem.py:51
#, python-format
msgid "Unable to create indexing directory; %s"
msgstr "Indizierungsverzeichnis kann nicht erstellt werden: %s"
#: filesystem.py:69
#, python-format
msgid ""
"Unable to create symbolic link, file exists and could not be deleted: "
"%(filepath)s; %(exception)s"
msgstr ""
"Erstellen der symbolischen Verknüpfung nicht möglich, Datei existiert und "
"kann nicht gelöscht werden: %(filepath)s; %(exception)s"
#: filesystem.py:71
#, python-format
msgid "Unable to create symbolic link: %(filepath)s; %(exception)s"
msgstr ""
"Erstellen der symbolischen Verknüpfung nicht möglich: %(filepath)s; "
"%(exception)s"
#: filesystem.py:84
#, python-format
msgid "Unable to delete document symbolic link; %s"
msgstr "Symbolische Verknüpfung für Dokument kann nicht gelöscht werden: %s"
#: filesystem.py:96
#, python-format
msgid "Unable to delete indexing directory; %s"
msgstr "Indizierungsverzeichnis kann nicht gelöscht werden: %s"
#: links.py:25 views.py:77
#: links.py:25 views.py:75
msgid "Create index"
msgstr ""
@@ -107,7 +56,7 @@ msgstr ""
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:302
#: links.py:29 models.py:19 views.py:300
msgid "Document types"
msgstr ""
@@ -131,60 +80,55 @@ msgstr ""
msgid "Deletes and creates from scratch all the document indexes."
msgstr "Löscht und erstellt alle Dokumentenindices neu."
#: models.py:14
#, python-format
msgid "Available functions: %s"
msgstr "Verfügbare Funktionen: %s"
#: models.py:18 views.py:44
#: models.py:15 views.py:42
msgid "Name"
msgstr ""
#: models.py:18
#: models.py:15
msgid "Internal name used to reference this index."
msgstr "Interner Name um den Index zu identifizieren."
#: models.py:19 views.py:45
#: models.py:17 views.py:43
msgid "Title"
msgstr ""
#: models.py:19
#: models.py:17
msgid "The name that will be visible to users."
msgstr "Den Benutzern angezeigter Name."
#: models.py:20 models.py:74 views.py:46 views.py:162
#: models.py:18 models.py:67 views.py:44 views.py:160
msgid "Enabled"
msgstr ""
#: models.py:20
#: models.py:18
msgid "Causes this index to be visible and updated when document data changes."
msgstr ""
"Bewirkt Sichtbarkeit und Aktualisierung des Index, wenn Dokumente geändert "
"werden."
#: models.py:65 models.py:71 views.py:245 views.py:283
#: models.py:59 models.py:65 views.py:243 views.py:281
msgid "Index"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Indexing expression"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Enter a python string expression to be evaluated."
msgstr "Geben Sie einen Python-Ausdruck zur Auswertung an."
#: models.py:74
#: models.py:67
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:75
#: models.py:68
msgid "Link documents"
msgstr ""
#: models.py:75
#: models.py:68
msgid ""
"Check this option to have this node act as a container for documents and not "
"as a parent for further nodes."
@@ -193,50 +137,34 @@ msgstr ""
"sollen (und dieser Knoten nicht als Eltern-Knoten für weitere Kind-"
"Knotenpunkte fungieren soll)."
#: models.py:81
#: models.py:74
msgid "Index node template"
msgstr ""
#: models.py:82
#: models.py:75
msgid "Indexes node template"
msgstr ""
#: models.py:87
#: models.py:80
msgid "Index template node"
msgstr ""
#: models.py:88
#: models.py:81
msgid "Value"
msgstr ""
#: models.py:89
#: models.py:82
msgid "Documents"
msgstr ""
#: models.py:102
#: models.py:100
msgid "Index node instance"
msgstr ""
#: models.py:103
#: models.py:101
msgid "Indexes node instances"
msgstr ""
#: models.py:107
msgid "Index instance"
msgstr ""
#: models.py:108
msgid "Document"
msgstr ""
#: models.py:115
msgid "Document rename count"
msgstr ""
#: models.py:116
msgid "Documents rename count"
msgstr ""
#: permissions.py:7
msgid "Indexing"
msgstr "Indizierung"
@@ -265,133 +193,121 @@ 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."
#: views.py:71
#: views.py:69
msgid "Index created successfully."
msgstr "Index erfolgreich erzeugt."
#: views.py:94
#: views.py:92
msgid "Index edited successfully"
msgstr "Index erfolgreich bearbeitet."
#: views.py:100
#: views.py:98
#, python-format
msgid "Edit index: %s"
msgstr ""
#: views.py:123
#: views.py:121
#, python-format
msgid "Index: %s deleted successfully."
msgstr "Index: \"%s\" erfolgreich gelöscht."
#: views.py:125
#: views.py:123
#, python-format
msgid "Index: %(index)s delete error: %(error)s"
msgstr "Fehler beim Löschen des Index %(index)s: %(error)s"
#: views.py:136
#: views.py:134
#, python-format
msgid "Are you sure you with to delete the index: %s?"
msgstr "Sind Sie sicher, dass Sie den Index \"%s\" löschen möchten?"
#: views.py:158
#: views.py:156
#, python-format
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:161
#: views.py:159
msgid "Level"
msgstr ""
#: views.py:163
#: views.py:161
msgid "Has document links?"
msgstr ""
#: views.py:185
#: views.py:183
#, python-format
msgid "Document types not in index: %s"
msgstr ""
#: views.py:186
#: views.py:184
#, python-format
msgid "Document types for index: %s"
msgstr ""
#: views.py:208
#: views.py:206
msgid "Index template node created successfully."
msgstr "Indexvorlagen-Knotenpunkt erfolgreich angelegt."
#: views.py:214
#: views.py:212
msgid "Create child node"
msgstr ""
#: views.py:233
#: views.py:231
msgid "Index template node edited successfully"
msgstr "Indexvorlagen-Knotenpunkt erfolgreich bearbeitet"
#: views.py:239
#: views.py:237
#, python-format
msgid "Edit index template node: %s"
msgstr ""
#: views.py:246 views.py:284 views.py:351
#: views.py:244 views.py:282 views.py:349
msgid "Node"
msgstr ""
#: views.py:267
#: views.py:265
#, python-format
msgid "Node: %s deleted successfully."
msgstr "Knotenpunkt %s erfolgreich gelöscht."
#: views.py:269
#: views.py:267
#, python-format
msgid "Node: %(node)s delete error: %(error)s"
msgstr "Fehler beim Löschen von Knotenpunkt %(node)s: %(error)s"
#: views.py:278
#: views.py:276
#, python-format
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:301
#: views.py:299
msgid "Nodes"
msgstr ""
#: views.py:333
#: views.py:331
#, python-format
msgid "Contents for index: %s"
msgstr ""
#: views.py:355
#: views.py:353
msgid "Items"
msgstr ""
#: views.py:380
#: views.py:378
msgid "Are you sure you wish to rebuild all indexes?"
msgstr "Sind Sie sicher, dass Sie alle Indices neu aufbauen möchten?"
#: views.py:381
#: views.py:379
msgid "On large databases this operation may take some time to execute."
msgstr ""
"Bei großen Datenbanken kann dieser Vorgang einige Zeit in Anspruch nehmen."
#: views.py:386
msgid "Index rebuild completed successfully."
#: views.py:383
#, fuzzy
msgid "Index rebuild queued successfully."
msgstr "Neuaufbau des Index erfolgreich abgeschlossen."
#: views.py:393
#, python-format
msgid "Index rebuild error: %s"
msgstr "Fehler bei Neuaufbau von Index %s"
#: views.py:416
#: views.py:405
#, python-format
msgid "Indexes containing: %s"
msgstr ""
@@ -400,6 +316,53 @@ msgstr ""
msgid "Root"
msgstr ""
#~ msgid "Maximum suffix (%s) count reached."
#~ msgstr "Maximale Suffix (%s) Anzahl erreicht."
#~ msgid ""
#~ "Error in document indexing update expression: %(expression)s; "
#~ "%(exception)s"
#~ msgstr ""
#~ "Fehler in Updateausdruck für Dokumentenindex: %(expression)s; "
#~ "%(exception)s"
#~ msgid "Unable to delete document indexing node; %s"
#~ msgstr "Dokumentenindizierungsknoten kann nicht gelöscht werden: %s"
#~ msgid "Unable to create indexing directory; %s"
#~ msgstr "Indizierungsverzeichnis kann nicht erstellt werden: %s"
#~ msgid ""
#~ "Unable to create symbolic link, file exists and could not be deleted: "
#~ "%(filepath)s; %(exception)s"
#~ msgstr ""
#~ "Erstellen der symbolischen Verknüpfung nicht möglich, Datei existiert und "
#~ "kann nicht gelöscht werden: %(filepath)s; %(exception)s"
#~ msgid "Unable to create symbolic link: %(filepath)s; %(exception)s"
#~ msgstr ""
#~ "Erstellen der symbolischen Verknüpfung nicht möglich: %(filepath)s; "
#~ "%(exception)s"
#~ msgid "Unable to delete document symbolic link; %s"
#~ 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"
#~ msgid "Available functions: %s"
#~ msgstr "Verfügbare Funktionen: %s"
#~ 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 "Index rebuild error: %s"
#~ msgstr "Fehler bei Neuaufbau von Index %s"
#~ msgid "document indexes"
#~ msgstr "Dokumentenindices"

View File

@@ -7,7 +7,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-30 11:33-0400\n"
"POT-Creation-Date: 2015-01-11 17:57-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,69 +18,20 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66
#: views.py:40 views.py:298
#: __init__.py:39 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60
#: views.py:38 views.py:296
msgid "Indexes"
msgstr "Indexes"
#: __init__.py:60
msgid "Returns a list of all the indexes."
msgstr ""
#: api.py:76
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr "Maximum suffix (%s) count reached."
#: api.py:91
#, python-format
#: api.py:50
#, fuzzy, 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:102 api.py:117
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
"Error indexing document: %(document)s; expression: %(expression)s; "
"%(exception)s"
msgstr ""
"Error updating document index, expression: %(expression)s; %(exception)s"
#: api.py:162
#, python-format
msgid "Unable to delete document indexing node; %s"
msgstr "Unable to delete document indexing node; %s"
#: filesystem.py:51
#, python-format
msgid "Unable to create indexing directory; %s"
msgstr "Unable to create indexing directory; %s"
#: filesystem.py:69
#, fuzzy, 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
msgid "Unable to create symbolic link: %(filepath)s; %(exception)s"
msgstr "Unable to create symbolic link: %(filepath)s; %(exc)s"
#: filesystem.py:84
#, python-format
msgid "Unable to delete document symbolic link; %s"
msgstr "Unable to delete document symbolic link; %s"
#: filesystem.py:96
#, python-format
msgid "Unable to delete indexing directory; %s"
msgstr "Unable to delete indexing directory; %s"
#: links.py:25 views.py:77
#: links.py:25 views.py:75
#, fuzzy
msgid "Create index"
msgstr "create index"
@@ -99,7 +50,7 @@ msgstr "delete"
msgid "Tree template"
msgstr "tree template"
#: links.py:29 models.py:21 views.py:302
#: links.py:29 models.py:19 views.py:300
#, fuzzy
msgid "Document types"
msgstr "document types"
@@ -128,62 +79,57 @@ msgstr "rebuild indexes"
msgid "Deletes and creates from scratch all the document indexes."
msgstr "Deletes and creates from scratch all the document indexes."
#: models.py:14
#, python-format
msgid "Available functions: %s"
msgstr "Available functions: %s"
#: models.py:18 views.py:44
#: models.py:15 views.py:42
msgid "Name"
msgstr ""
#: models.py:18
#: models.py:15
msgid "Internal name used to reference this index."
msgstr "Internal name used to reference this index."
#: models.py:19 views.py:45
#: models.py:17 views.py:43
#, fuzzy
msgid "Title"
msgstr "title"
#: models.py:19
#: models.py:17
msgid "The name that will be visible to users."
msgstr "The name that will be visible to users."
#: models.py:20 models.py:74 views.py:46 views.py:162
#: models.py:18 models.py:67 views.py:44 views.py:160
#, fuzzy
msgid "Enabled"
msgstr "enabled"
#: models.py:20
#: models.py:18
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:65 models.py:71 views.py:245 views.py:283
#: models.py:59 models.py:65 views.py:243 views.py:281
#, fuzzy
msgid "Index"
msgstr "Indexes"
#: models.py:72
#: models.py:66
#, fuzzy
msgid "Indexing expression"
msgstr "indexing expression"
#: models.py:72
#: models.py:66
msgid "Enter a python string expression to be evaluated."
msgstr "Enter a python string expression to be evaluated."
#: models.py:74
#: models.py:67
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:75
#: models.py:68
#, fuzzy
msgid "Link documents"
msgstr "link documents"
#: models.py:75
#: models.py:68
msgid ""
"Check this option to have this node act as a container for documents and not "
"as a parent for further nodes."
@@ -191,61 +137,41 @@ msgstr ""
"Check this option to have this node act as a container for documents and not "
"as a parent for further nodes."
#: models.py:81
#: models.py:74
#, fuzzy
msgid "Index node template"
msgstr "index template node"
#: models.py:82
#: models.py:75
#, fuzzy
msgid "Indexes node template"
msgstr "indexes template nodes"
#: models.py:87
#: models.py:80
#, fuzzy
msgid "Index template node"
msgstr "index template node"
#: models.py:88
#: models.py:81
#, fuzzy
msgid "Value"
msgstr "value"
#: models.py:89
#: models.py:82
#, fuzzy
msgid "Documents"
msgstr "documents"
#: models.py:102
#: models.py:100
#, fuzzy
msgid "Index node instance"
msgstr "index instance"
#: models.py:103
#: models.py:101
#, fuzzy
msgid "Indexes node instances"
msgstr "index instance"
#: models.py:107
#, fuzzy
msgid "Index instance"
msgstr "index instance"
#: models.py:108
#, fuzzy
msgid "Document"
msgstr "document"
#: models.py:115
#, fuzzy
msgid "Document rename count"
msgstr "document rename count"
#: models.py:116
#, fuzzy
msgid "Documents rename count"
msgstr "documents rename count"
#: permissions.py:7
msgid "Indexing"
msgstr "Indexing"
@@ -274,137 +200,125 @@ 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."
#: views.py:71
#: views.py:69
msgid "Index created successfully."
msgstr "Index created successfully."
#: views.py:94
#: views.py:92
msgid "Index edited successfully"
msgstr "Index edited successfully"
#: views.py:100
#: views.py:98
#, fuzzy, python-format
msgid "Edit index: %s"
msgstr "edit index: %s"
#: views.py:123
#: views.py:121
#, python-format
msgid "Index: %s deleted successfully."
msgstr "Index: %s deleted successfully."
#: views.py:125
#: views.py:123
#, python-format
msgid "Index: %(index)s delete error: %(error)s"
msgstr "Index: %(index)s delete error: %(error)s"
#: views.py:136
#: views.py:134
#, python-format
msgid "Are you sure you with to delete the index: %s?"
msgstr "Are you sure you with to delete the index: %s?"
#: views.py:158
#: views.py:156
#, fuzzy, python-format
msgid "Tree template nodes for index: %s"
msgstr "tree template nodes for index: %s"
#: views.py:161
#: views.py:159
#, fuzzy
msgid "Level"
msgstr "level"
#: views.py:163
#: views.py:161
#, fuzzy
msgid "Has document links?"
msgstr "has document links?"
#: views.py:185
#: views.py:183
#, fuzzy, python-format
msgid "Document types not in index: %s"
msgstr "document types not in index: %s"
#: views.py:186
#: views.py:184
#, fuzzy, python-format
msgid "Document types for index: %s"
msgstr "document types for index: %s"
#: views.py:208
#: views.py:206
msgid "Index template node created successfully."
msgstr "Index template node created successfully."
#: views.py:214
#: views.py:212
#, fuzzy
msgid "Create child node"
msgstr "create child node"
#: views.py:233
#: views.py:231
msgid "Index template node edited successfully"
msgstr "Index template node edited successfully"
#: views.py:239
#: views.py:237
#, fuzzy, python-format
msgid "Edit index template node: %s"
msgstr "edit index template node: %s"
#: views.py:246 views.py:284 views.py:351
#: views.py:244 views.py:282 views.py:349
msgid "Node"
msgstr ""
#: views.py:267
#: views.py:265
#, python-format
msgid "Node: %s deleted successfully."
msgstr "Node: %s deleted successfully."
#: views.py:269
#: views.py:267
#, python-format
msgid "Node: %(node)s delete error: %(error)s"
msgstr "Node: %(node)s delete error: %(error)s"
#: views.py:278
#: views.py:276
#, python-format
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:301
#: views.py:299
#, fuzzy
msgid "Nodes"
msgstr "nodes"
#: views.py:333
#: views.py:331
#, fuzzy, python-format
msgid "Contents for index: %s"
msgstr "contents for index: %s"
#: views.py:355
#: views.py:353
#, fuzzy
msgid "Items"
msgstr "items"
#: views.py:380
#: views.py:378
msgid "Are you sure you wish to rebuild all indexes?"
msgstr "Are you sure you wish to rebuild all indexes?"
#: views.py:381
#: views.py:379
msgid "On large databases this operation may take some time to execute."
msgstr "On large databases this operation may take some time to execute."
#: views.py:386
msgid "Index rebuild completed successfully."
#: views.py:383
#, fuzzy
msgid "Index rebuild queued successfully."
msgstr "Index rebuild completed successfully."
#: views.py:393
#, python-format
msgid "Index rebuild error: %s"
msgstr "Index rebuild error: %s"
#: views.py:416
#: views.py:405
#, fuzzy, python-format
msgid "Indexes containing: %s"
msgstr "indexes containing: %s"
@@ -413,6 +327,69 @@ msgstr "indexes containing: %s"
msgid "Root"
msgstr ""
#~ msgid "Maximum suffix (%s) count reached."
#~ msgstr "Maximum suffix (%s) count reached."
#~ msgid ""
#~ "Error in document indexing update expression: %(expression)s; "
#~ "%(exception)s"
#~ msgstr ""
#~ "Error in document indexing update expression: %(expression)s; "
#~ "%(exception)s"
#~ msgid "Unable to delete document indexing node; %s"
#~ msgstr "Unable to delete document indexing node; %s"
#~ msgid "Unable to create indexing directory; %s"
#~ msgstr "Unable to create indexing directory; %s"
#, fuzzy
#~ 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"
#, fuzzy
#~ msgid "Unable to create symbolic link: %(filepath)s; %(exception)s"
#~ msgstr "Unable to create symbolic link: %(filepath)s; %(exc)s"
#~ msgid "Unable to delete document symbolic link; %s"
#~ msgstr "Unable to delete document symbolic link; %s"
#~ msgid "Unable to delete indexing directory; %s"
#~ msgstr "Unable to delete indexing directory; %s"
#~ msgid "Available functions: %s"
#~ msgstr "Available functions: %s"
#, fuzzy
#~ msgid "Index instance"
#~ msgstr "index instance"
#, fuzzy
#~ msgid "Document"
#~ msgstr "document"
#, fuzzy
#~ msgid "Document rename count"
#~ msgstr "document rename count"
#, fuzzy
#~ msgid "Documents rename count"
#~ msgstr "documents rename count"
#~ msgid ""
#~ "A dictionary that maps the index name and where on the filesystem that "
#~ "index will be mirrored."
#~ msgstr ""
#~ "A dictionary that maps the index name and where on the filesystem that "
#~ "index will be mirrored."
#~ msgid "Index rebuild error: %s"
#~ msgstr "Index rebuild error: %s"
#, fuzzy
#~ msgid "Index instance node"
#~ msgstr "index instance node"

View File

@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-30 11:33-0400\n"
"POT-Creation-Date: 2015-01-11 17:57-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/"
@@ -21,71 +21,21 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66
#: views.py:40 views.py:298
#: __init__.py:39 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60
#: views.py:38 views.py:296
msgid "Indexes"
msgstr "Índices"
#: __init__.py:60
msgid "Returns a list of all the indexes."
msgstr ""
#: api.py:76
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr "Cuenta máxima de sufijo (%s) alcanzada."
#: api.py:91
#, python-format
#: api.py:50
#, fuzzy, 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 "
#: api.py:102 api.py:117
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
"Error indexing document: %(document)s; expression: %(expression)s; "
"%(exception)s"
msgstr ""
"Error actualizando el índice de documento, expresión: %(expression)s; "
"%(exception)s "
#: api.py:162
#, python-format
msgid "Unable to delete document indexing node; %s"
msgstr "No se puede eliminar el nodo de indexación de documento; %s"
#: filesystem.py:51
#, python-format
msgid "Unable to create indexing directory; %s"
msgstr "No se puede crear el directorio de indexación; %s"
#: filesystem.py:69
#, python-format
msgid ""
"Unable to create symbolic link, file exists and could not be deleted: "
"%(filepath)s; %(exception)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
#, python-format
msgid "Unable to create symbolic link: %(filepath)s; %(exception)s"
msgstr "No se ha podido crear el enlace simbólico: %(filepath)s; %(exception)s"
#: filesystem.py:84
#, python-format
msgid "Unable to delete document symbolic link; %s"
msgstr "No se puede eliminar enlace simbólico de documento; %s"
#: filesystem.py:96
#, python-format
msgid "Unable to delete indexing directory; %s"
msgstr "No se puede eliminar el directorio de indexación; %s"
#: links.py:25 views.py:77
#: links.py:25 views.py:75
msgid "Create index"
msgstr ""
@@ -101,7 +51,7 @@ msgstr ""
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:302
#: links.py:29 models.py:19 views.py:300
msgid "Document types"
msgstr ""
@@ -125,60 +75,55 @@ msgstr ""
msgid "Deletes and creates from scratch all the document indexes."
msgstr "Borra y crea desde cero todos los índices de documentos."
#: models.py:14
#, python-format
msgid "Available functions: %s"
msgstr "Funciones disponibles: %s"
#: models.py:18 views.py:44
#: models.py:15 views.py:42
msgid "Name"
msgstr ""
#: models.py:18
#: models.py:15
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
#: models.py:17 views.py:43
msgid "Title"
msgstr ""
#: models.py:19
#: models.py:17
msgid "The name that will be visible to users."
msgstr "El nombre que será visible para los usuarios."
#: models.py:20 models.py:74 views.py:46 views.py:162
#: models.py:18 models.py:67 views.py:44 views.py:160
msgid "Enabled"
msgstr ""
#: models.py:20
#: models.py:18
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:65 models.py:71 views.py:245 views.py:283
#: models.py:59 models.py:65 views.py:243 views.py:281
msgid "Index"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Indexing expression"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Enter a python string expression to be evaluated."
msgstr "Introduzca una expresión de python para ser evaluada."
#: models.py:74
#: models.py:67
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."
#: models.py:75
#: models.py:68
msgid "Link documents"
msgstr ""
#: models.py:75
#: models.py:68
msgid ""
"Check this option to have this node act as a container for documents and not "
"as a parent for further nodes."
@@ -186,50 +131,34 @@ 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:81
#: models.py:74
msgid "Index node template"
msgstr ""
#: models.py:82
#: models.py:75
msgid "Indexes node template"
msgstr ""
#: models.py:87
#: models.py:80
msgid "Index template node"
msgstr ""
#: models.py:88
#: models.py:81
msgid "Value"
msgstr ""
#: models.py:89
#: models.py:82
msgid "Documents"
msgstr ""
#: models.py:102
#: models.py:100
msgid "Index node instance"
msgstr ""
#: models.py:103
#: models.py:101
msgid "Indexes node instances"
msgstr ""
#: models.py:107
msgid "Index instance"
msgstr ""
#: models.py:108
msgid "Document"
msgstr ""
#: models.py:115
msgid "Document rename count"
msgstr ""
#: models.py:116
msgid "Documents rename count"
msgstr ""
#: permissions.py:7
msgid "Indexing"
msgstr "Indexación"
@@ -258,134 +187,122 @@ 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."
#: views.py:71
#: views.py:69
msgid "Index created successfully."
msgstr "Índice creado con éxito."
#: views.py:94
#: views.py:92
msgid "Index edited successfully"
msgstr "Índice editado con éxito."
#: views.py:100
#: views.py:98
#, python-format
msgid "Edit index: %s"
msgstr ""
#: views.py:123
#: views.py:121
#, python-format
msgid "Index: %s deleted successfully."
msgstr "Índice: %s eliminado exitosamente."
#: views.py:125
#: views.py:123
#, python-format
msgid "Index: %(index)s delete error: %(error)s"
msgstr "Error al borrar índice: %(index)s, error: %(error)s "
#: views.py:136
#: views.py:134
#, python-format
msgid "Are you sure you with to delete the index: %s?"
msgstr "¿Seguro que desea eliminar el índice: %s?"
#: views.py:158
#: views.py:156
#, python-format
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:161
#: views.py:159
msgid "Level"
msgstr ""
#: views.py:163
#: views.py:161
msgid "Has document links?"
msgstr ""
#: views.py:185
#: views.py:183
#, python-format
msgid "Document types not in index: %s"
msgstr ""
#: views.py:186
#: views.py:184
#, python-format
msgid "Document types for index: %s"
msgstr ""
#: views.py:208
#: views.py:206
msgid "Index template node created successfully."
msgstr "Nodo de plantilla de índice creado con éxito."
#: views.py:214
#: views.py:212
msgid "Create child node"
msgstr ""
#: views.py:233
#: views.py:231
msgid "Index template node edited successfully"
msgstr "Nodo de la plantilla de índice editado con éxito"
#: views.py:239
#: views.py:237
#, python-format
msgid "Edit index template node: %s"
msgstr ""
#: views.py:246 views.py:284 views.py:351
#: views.py:244 views.py:282 views.py:349
msgid "Node"
msgstr ""
#: views.py:267
#: views.py:265
#, python-format
msgid "Node: %s deleted successfully."
msgstr "Nodo: %s eliminado con éxito."
#: views.py:269
#: views.py:267
#, python-format
msgid "Node: %(node)s delete error: %(error)s"
msgstr "Error de eliminación para nodo: %(node)s, %(error)s "
#: views.py:278
#: views.py:276
#, python-format
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:301
#: views.py:299
msgid "Nodes"
msgstr ""
#: views.py:333
#: views.py:331
#, python-format
msgid "Contents for index: %s"
msgstr ""
#: views.py:355
#: views.py:353
msgid "Items"
msgstr ""
#: views.py:380
#: views.py:378
msgid "Are you sure you wish to rebuild all indexes?"
msgstr "¿Está seguro que desea reconstruir todos los índices?"
#: views.py:381
#: views.py:379
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."
#: views.py:386
msgid "Index rebuild completed successfully."
#: views.py:383
#, fuzzy
msgid "Index rebuild queued successfully."
msgstr "Reconstrucción de índices completada con éxito."
#: views.py:393
#, python-format
msgid "Index rebuild error: %s"
msgstr "Error de reconstrucción de índices: %s"
#: views.py:416
#: views.py:405
#, python-format
msgid "Indexes containing: %s"
msgstr ""
@@ -394,6 +311,52 @@ msgstr ""
msgid "Root"
msgstr ""
#~ msgid "Maximum suffix (%s) count reached."
#~ msgstr "Cuenta máxima de sufijo (%s) alcanzada."
#~ 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 "
#~ msgid "Unable to delete document indexing node; %s"
#~ msgstr "No se puede eliminar el nodo de indexación de documento; %s"
#~ msgid "Unable to create indexing directory; %s"
#~ msgstr "No se puede crear el directorio de indexación; %s"
#~ msgid ""
#~ "Unable to create symbolic link, file exists and could not be deleted: "
#~ "%(filepath)s; %(exception)s"
#~ msgstr ""
#~ "No se ha podido crear el enlace simbólico, el fichero existe y no se ha "
#~ "podido borrar: %(filepath)s; %(exception)s"
#~ msgid "Unable to create symbolic link: %(filepath)s; %(exception)s"
#~ msgstr ""
#~ "No se ha podido crear el enlace simbólico: %(filepath)s; %(exception)s"
#~ msgid "Unable to delete document symbolic link; %s"
#~ 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"
#~ msgid "Available functions: %s"
#~ msgstr "Funciones disponibles: %s"
#~ 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."
#~ msgid "Index rebuild error: %s"
#~ msgstr "Error de reconstrucción de índices: %s"
#~ msgid "document indexes"
#~ msgstr "índices de documentos"

View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-30 11:33-0400\n"
"POT-Creation-Date: 2015-01-11 17:57-0400\n"
"PO-Revision-Date: 2014-10-08 21:13+0000\n"
"Last-Translator: Roberto Rosario\n"
"Language-Team: Persian (http://www.transifex.com/projects/p/mayan-edms/"
@@ -20,67 +20,19 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66
#: views.py:40 views.py:298
#: __init__.py:39 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60
#: views.py:38 views.py:296
msgid "Indexes"
msgstr "ایندکس ها"
#: __init__.py:60
msgid "Returns a list of all the indexes."
msgstr ""
#: api.py:76
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr "حداکثر تعداد پسوندها(%s) رسید."
#: api.py:91
#, python-format
#: api.py:50
#, fuzzy, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr "خطای %(exception)s در بروزرسانی عبارت ایندکس %(expression)s سند"
#: api.py:102 api.py:117
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
"Error indexing document: %(document)s; expression: %(expression)s; "
"%(exception)s"
msgstr "خطای بروز رسانی %(exception)s ایندکس سند عبارت %(expression)s;"
#: api.py:162
#, python-format
msgid "Unable to delete document indexing node; %s"
msgstr "نمیتوان گره ایندکس گذاری سند را حذف کرد: %s"
#: filesystem.py:51
#, python-format
msgid "Unable to create indexing directory; %s"
msgstr "خطای ایجاد دایرکتوری ایندکس گذاری: %s"
#: filesystem.py:69
#, python-format
msgid ""
"Unable to create symbolic link, file exists and could not be deleted: "
"%(filepath)s; %(exception)s"
msgstr ""
"خطا در ایجاد پیوند نمادی، فایل موجود است و قابل حذف نیست:%(filepath)s; "
"%(exception)s"
#: filesystem.py:71
#, python-format
msgid "Unable to create symbolic link: %(filepath)s; %(exception)s"
msgstr "خطا در ایجاد پیوند نمادی : %(filepath)s; %(exception)s"
#: filesystem.py:84
#, python-format
msgid "Unable to delete document symbolic link; %s"
msgstr "خطای حذف پیوند نمادی: %s"
#: filesystem.py:96
#, python-format
msgid "Unable to delete indexing directory; %s"
msgstr "خطای حذف دایرکتوری ایندکس گذاری: %s"
#: links.py:25 views.py:77
#: links.py:25 views.py:75
msgid "Create index"
msgstr ""
@@ -96,7 +48,7 @@ msgstr ""
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:302
#: links.py:29 models.py:19 views.py:300
msgid "Document types"
msgstr ""
@@ -120,109 +72,88 @@ msgstr ""
msgid "Deletes and creates from scratch all the document indexes."
msgstr "کلیه ایندکس ها پاک شده و از اول بازسازی خواهند شد."
#: models.py:14
#, python-format
msgid "Available functions: %s"
msgstr "فانکشنهای موجود: %s"
#: models.py:18 views.py:44
#: models.py:15 views.py:42
msgid "Name"
msgstr ""
#: models.py:18
#: models.py:15
msgid "Internal name used to reference this index."
msgstr "نام داخلی برای دسترسی به این ایندکس."
#: models.py:19 views.py:45
#: models.py:17 views.py:43
msgid "Title"
msgstr ""
#: models.py:19
#: models.py:17
msgid "The name that will be visible to users."
msgstr "نامی که بوسیله کاربر قابل مشاهده است."
#: models.py:20 models.py:74 views.py:46 views.py:162
#: models.py:18 models.py:67 views.py:44 views.py:160
msgid "Enabled"
msgstr ""
#: models.py:20
#: models.py:18
msgid "Causes this index to be visible and updated when document data changes."
msgstr ""
"باعث میشود که این ایندکس قابل رویت شود و در زمان تغییر داده سند بروز رسانی "
"شود."
#: models.py:65 models.py:71 views.py:245 views.py:283
#: models.py:59 models.py:65 views.py:243 views.py:281
msgid "Index"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Indexing expression"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Enter a python string expression to be evaluated."
msgstr "یک رشته عبارت که قابل ارزیابی باشد وارد کنید."
#: models.py:74
#: models.py:67
msgid "Causes this node to be visible and updated when document data changes."
msgstr ""
"باعث میشود که این ایندکس قابل رویت شود و در زمان تغییر داده سند بروز رسانی "
"شود."
#: models.py:75
#: models.py:68
msgid "Link documents"
msgstr ""
#: models.py:75
#: models.py:68
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:81
#: models.py:74
msgid "Index node template"
msgstr ""
#: models.py:82
#: models.py:75
msgid "Indexes node template"
msgstr ""
#: models.py:87
#: models.py:80
msgid "Index template node"
msgstr ""
#: models.py:88
#: models.py:81
msgid "Value"
msgstr ""
#: models.py:89
#: models.py:82
msgid "Documents"
msgstr ""
#: models.py:102
#: models.py:100
msgid "Index node instance"
msgstr ""
#: models.py:103
#: models.py:101
msgid "Indexes node instances"
msgstr ""
#: models.py:107
msgid "Index instance"
msgstr ""
#: models.py:108
msgid "Document"
msgstr ""
#: models.py:115
msgid "Document rename count"
msgstr ""
#: models.py:116
msgid "Documents rename count"
msgstr ""
#: permissions.py:7
msgid "Indexing"
msgstr "ایندکس گذاری"
@@ -251,130 +182,120 @@ 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 "سند مشخص کننده نام ایندکس و محل کپی شده آن در فایل سیستم."
#: views.py:71
#: views.py:69
msgid "Index created successfully."
msgstr "ایجاد موفق ایندکس"
#: views.py:94
#: views.py:92
msgid "Index edited successfully"
msgstr "ویرایش موفق ایندکس"
#: views.py:100
#: views.py:98
#, python-format
msgid "Edit index: %s"
msgstr ""
#: views.py:123
#: views.py:121
#, python-format
msgid "Index: %s deleted successfully."
msgstr "حذف موفق ایندکس %s "
#: views.py:125
#: views.py:123
#, python-format
msgid "Index: %(index)s delete error: %(error)s"
msgstr "خطای حذف%(error)s ایندکس %(index)s"
#: views.py:136
#: views.py:134
#, python-format
msgid "Are you sure you with to delete the index: %s?"
msgstr "از حذف ایندکس %s مطمئن هستید؟"
#: views.py:158
#: views.py:156
#, python-format
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:161
#: views.py:159
msgid "Level"
msgstr ""
#: views.py:163
#: views.py:161
msgid "Has document links?"
msgstr ""
#: views.py:185
#: views.py:183
#, python-format
msgid "Document types not in index: %s"
msgstr ""
#: views.py:186
#: views.py:184
#, python-format
msgid "Document types for index: %s"
msgstr ""
#: views.py:208
#: views.py:206
msgid "Index template node created successfully."
msgstr "ایجاد موفق گره الگوی ایندکس"
#: views.py:214
#: views.py:212
msgid "Create child node"
msgstr ""
#: views.py:233
#: views.py:231
msgid "Index template node edited successfully"
msgstr "ویرایش موفق گره الگوی ایندکس."
#: views.py:239
#: views.py:237
#, python-format
msgid "Edit index template node: %s"
msgstr ""
#: views.py:246 views.py:284 views.py:351
#: views.py:244 views.py:282 views.py:349
msgid "Node"
msgstr ""
#: views.py:267
#: views.py:265
#, python-format
msgid "Node: %s deleted successfully."
msgstr "حذف موفق گره: %s"
#: views.py:269
#: views.py:267
#, python-format
msgid "Node: %(node)s delete error: %(error)s"
msgstr "خطای حذف%(error)s گره %(node)s "
#: views.py:278
#: views.py:276
#, python-format
msgid "Are you sure you with to delete the index template node: %s?"
msgstr "آیا از حذف گره %s الگوی ایندکس مطمئن هستید؟"
#: views.py:301
#: views.py:299
msgid "Nodes"
msgstr ""
#: views.py:333
#: views.py:331
#, python-format
msgid "Contents for index: %s"
msgstr ""
#: views.py:355
#: views.py:353
msgid "Items"
msgstr ""
#: views.py:380
#: views.py:378
msgid "Are you sure you wish to rebuild all indexes?"
msgstr "آیا از بازسازی کلیه ایندکس ها مطمئن هستید؟"
#: views.py:381
#: views.py:379
msgid "On large databases this operation may take some time to execute."
msgstr "در پایگاه داده بزرگ این عملیات مدت زیادی بطول خواهد انجامید."
#: views.py:386
msgid "Index rebuild completed successfully."
#: views.py:383
#, fuzzy
msgid "Index rebuild queued successfully."
msgstr "بازسازی موفق ایندکسها"
#: views.py:393
#, python-format
msgid "Index rebuild error: %s"
msgstr "خطای بازسازی: %s"
#: views.py:416
#: views.py:405
#, python-format
msgid "Indexes containing: %s"
msgstr ""
@@ -383,6 +304,47 @@ msgstr ""
msgid "Root"
msgstr ""
#~ msgid "Maximum suffix (%s) count reached."
#~ msgstr "حداکثر تعداد پسوندها(%s) رسید."
#~ msgid ""
#~ "Error in document indexing update expression: %(expression)s; "
#~ "%(exception)s"
#~ msgstr "خطای %(exception)s در بروزرسانی عبارت ایندکس %(expression)s سند"
#~ msgid "Unable to delete document indexing node; %s"
#~ msgstr "نمیتوان گره ایندکس گذاری سند را حذف کرد: %s"
#~ msgid "Unable to create indexing directory; %s"
#~ msgstr "خطای ایجاد دایرکتوری ایندکس گذاری: %s"
#~ msgid ""
#~ "Unable to create symbolic link, file exists and could not be deleted: "
#~ "%(filepath)s; %(exception)s"
#~ msgstr ""
#~ "خطا در ایجاد پیوند نمادی، فایل موجود است و قابل حذف نیست:%(filepath)s; "
#~ "%(exception)s"
#~ msgid "Unable to create symbolic link: %(filepath)s; %(exception)s"
#~ msgstr "خطا در ایجاد پیوند نمادی : %(filepath)s; %(exception)s"
#~ msgid "Unable to delete document symbolic link; %s"
#~ msgstr "خطای حذف پیوند نمادی: %s"
#~ msgid "Unable to delete indexing directory; %s"
#~ msgstr "خطای حذف دایرکتوری ایندکس گذاری: %s"
#~ msgid "Available functions: %s"
#~ msgstr "فانکشنهای موجود: %s"
#~ msgid ""
#~ "A dictionary that maps the index name and where on the filesystem that "
#~ "index will be mirrored."
#~ msgstr "سند مشخص کننده نام ایندکس و محل کپی شده آن در فایل سیستم."
#~ msgid "Index rebuild error: %s"
#~ msgstr "خطای بازسازی: %s"
#~ msgid "document indexes"
#~ msgstr "ایندکسهای سند"

View File

@@ -11,7 +11,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-30 11:33-0400\n"
"POT-Creation-Date: 2015-01-11 17:57-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/"
@@ -22,71 +22,21 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66
#: views.py:40 views.py:298
#: __init__.py:39 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60
#: views.py:38 views.py:296
msgid "Indexes"
msgstr "Indexes"
#: __init__.py:60
msgid "Returns a list of all the indexes."
msgstr ""
#: api.py:76
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr "Le nombre maximal de suffixes (%s) est atteint."
#: api.py:91
#, python-format
#: api.py:50
#, fuzzy, 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"
#: api.py:102 api.py:117
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
"Error indexing document: %(document)s; expression: %(expression)s; "
"%(exception)s"
msgstr ""
"Erreur lors de la mise à jour de l'index des documents, expression: "
"%(expression)s; %(exception)s"
#: api.py:162
#, python-format
msgid "Unable to delete document indexing node; %s"
msgstr "Impossible de supprimer le noeud d'indexation des documents;%s"
#: filesystem.py:51
#, python-format
msgid "Unable to create indexing directory; %s"
msgstr "Impossible de créer le répertoire d'indexation;%s"
#: filesystem.py:69
#, 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 et ne peut pas être "
"effacer: %(filepath)s; %(exception)s"
#: filesystem.py:71
#, python-format
msgid "Unable to create symbolic link: %(filepath)s; %(exception)s"
msgstr "Impossible de créer le lien symbolique: %(filepath)s; %(exception)s"
#: filesystem.py:84
#, python-format
msgid "Unable to delete document symbolic link; %s"
msgstr "Impossible de supprimer le lien symbolique;%s"
#: filesystem.py:96
#, python-format
msgid "Unable to delete indexing directory; %s"
msgstr "Impossible de supprimer le répertoire d'indexation;%s"
#: links.py:25 views.py:77
#: links.py:25 views.py:75
msgid "Create index"
msgstr ""
@@ -102,7 +52,7 @@ msgstr ""
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:302
#: links.py:29 models.py:19 views.py:300
msgid "Document types"
msgstr ""
@@ -127,60 +77,55 @@ msgid "Deletes and creates from scratch all the document indexes."
msgstr ""
"Supprimer et reconstruire les indexes des documents en partant de zéro."
#: models.py:14
#, python-format
msgid "Available functions: %s"
msgstr "Fonctions disponibles:%s"
#: models.py:18 views.py:44
#: models.py:15 views.py:42
msgid "Name"
msgstr ""
#: models.py:18
#: models.py:15
msgid "Internal name used to reference this index."
msgstr "nom interne utilisé pour référencer cet index."
#: models.py:19 views.py:45
#: models.py:17 views.py:43
msgid "Title"
msgstr ""
#: models.py:19
#: models.py:17
msgid "The name that will be visible to users."
msgstr "Le nom qui sera affiché aux utilisateurs."
#: models.py:20 models.py:74 views.py:46 views.py:162
#: models.py:18 models.py:67 views.py:44 views.py:160
msgid "Enabled"
msgstr ""
#: models.py:20
#: models.py:18
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:65 models.py:71 views.py:245 views.py:283
#: models.py:59 models.py:65 views.py:243 views.py:281
msgid "Index"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Indexing expression"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Enter a python string expression to be evaluated."
msgstr "Entrez une commande python à exécuter."
#: models.py:74
#: models.py:67
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é."
#: models.py:75
#: models.py:68
msgid "Link documents"
msgstr ""
#: models.py:75
#: models.py:68
msgid ""
"Check this option to have this node act as a container for documents and not "
"as a parent for further nodes."
@@ -188,50 +133,34 @@ 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:81
#: models.py:74
msgid "Index node template"
msgstr ""
#: models.py:82
#: models.py:75
msgid "Indexes node template"
msgstr ""
#: models.py:87
#: models.py:80
msgid "Index template node"
msgstr ""
#: models.py:88
#: models.py:81
msgid "Value"
msgstr ""
#: models.py:89
#: models.py:82
msgid "Documents"
msgstr ""
#: models.py:102
#: models.py:100
msgid "Index node instance"
msgstr ""
#: models.py:103
#: models.py:101
msgid "Indexes node instances"
msgstr ""
#: models.py:107
msgid "Index instance"
msgstr ""
#: models.py:108
msgid "Document"
msgstr ""
#: models.py:115
msgid "Document rename count"
msgstr ""
#: models.py:116
msgid "Documents rename count"
msgstr ""
#: permissions.py:7
msgid "Indexing"
msgstr "Indexation"
@@ -260,134 +189,122 @@ 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."
#: views.py:71
#: views.py:69
msgid "Index created successfully."
msgstr "Index créé avec succès"
#: views.py:94
#: views.py:92
msgid "Index edited successfully"
msgstr "Index modifié avec succès"
#: views.py:100
#: views.py:98
#, python-format
msgid "Edit index: %s"
msgstr ""
#: views.py:123
#: views.py:121
#, python-format
msgid "Index: %s deleted successfully."
msgstr "Index: %s supprimé avec succès."
#: views.py:125
#: views.py:123
#, python-format
msgid "Index: %(index)s delete error: %(error)s"
msgstr "Index: %(index)s erreur de suppression: %(error)s"
#: views.py:136
#: views.py:134
#, python-format
msgid "Are you sure you with to delete the index: %s?"
msgstr "Êtes vous certain de vouloir supprimer l'index: %s?"
#: views.py:158
#: views.py:156
#, python-format
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:161
#: views.py:159
msgid "Level"
msgstr ""
#: views.py:163
#: views.py:161
msgid "Has document links?"
msgstr ""
#: views.py:185
#: views.py:183
#, python-format
msgid "Document types not in index: %s"
msgstr ""
#: views.py:186
#: views.py:184
#, python-format
msgid "Document types for index: %s"
msgstr ""
#: views.py:208
#: views.py:206
msgid "Index template node created successfully."
msgstr "Noeud de modèle d'index créé avec succès."
#: views.py:214
#: views.py:212
msgid "Create child node"
msgstr ""
#: views.py:233
#: views.py:231
msgid "Index template node edited successfully"
msgstr "Noeud de modèle d'index modifié avec succès."
#: views.py:239
#: views.py:237
#, python-format
msgid "Edit index template node: %s"
msgstr ""
#: views.py:246 views.py:284 views.py:351
#: views.py:244 views.py:282 views.py:349
msgid "Node"
msgstr ""
#: views.py:267
#: views.py:265
#, python-format
msgid "Node: %s deleted successfully."
msgstr "Noeud: %s supprimé avec succès."
#: views.py:269
#: views.py:267
#, python-format
msgid "Node: %(node)s delete error: %(error)s"
msgstr "Noeud: %(node)s erreur de suppression: %(error)s"
#: views.py:278
#: views.py:276
#, python-format
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:301
#: views.py:299
msgid "Nodes"
msgstr ""
#: views.py:333
#: views.py:331
#, python-format
msgid "Contents for index: %s"
msgstr ""
#: views.py:355
#: views.py:353
msgid "Items"
msgstr ""
#: views.py:380
#: views.py:378
msgid "Are you sure you wish to rebuild all indexes?"
msgstr "Êtes vous certain de vouloir reconstruire tous les indexes ?"
#: views.py:381
#: views.py:379
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."
#: views.py:386
msgid "Index rebuild completed successfully."
#: views.py:383
#, fuzzy
msgid "Index rebuild queued successfully."
msgstr "Reconstruction d'index effectuée avec succès."
#: views.py:393
#, python-format
msgid "Index rebuild error: %s"
msgstr "Erreur de reconstruction d'index:%s"
#: views.py:416
#: views.py:405
#, python-format
msgid "Indexes containing: %s"
msgstr ""
@@ -396,6 +313,51 @@ msgstr ""
msgid "Root"
msgstr ""
#~ msgid "Maximum suffix (%s) count reached."
#~ msgstr "Le nombre maximal de suffixes (%s) est atteint."
#~ 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"
#~ msgid "Unable to delete document indexing node; %s"
#~ msgstr "Impossible de supprimer le noeud d'indexation des documents;%s"
#~ msgid "Unable to create indexing directory; %s"
#~ msgstr "Impossible de créer le répertoire d'indexation;%s"
#~ 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 et ne peut pas "
#~ "être effacer: %(filepath)s; %(exception)s"
#~ msgid "Unable to create symbolic link: %(filepath)s; %(exception)s"
#~ msgstr "Impossible de créer le lien symbolique: %(filepath)s; %(exception)s"
#~ msgid "Unable to delete document symbolic link; %s"
#~ 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"
#~ msgid "Available functions: %s"
#~ msgstr "Fonctions disponibles:%s"
#~ 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."
#~ msgid "Index rebuild error: %s"
#~ msgstr "Erreur de reconstruction d'index:%s"
#~ msgid "document indexes"
#~ msgstr "Index de document"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-30 11:33-0400\n"
"POT-Creation-Date: 2015-01-11 17:57-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-"
@@ -20,65 +20,19 @@ msgstr ""
"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:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66
#: views.py:40 views.py:298
#: __init__.py:39 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60
#: views.py:38 views.py:296
msgid "Indexes"
msgstr ""
#: __init__.py:60
msgid "Returns a list of all the indexes."
msgstr ""
#: api.py:76
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr ""
#: api.py:91
#: api.py:50
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
"Error indexing document: %(document)s; expression: %(expression)s; "
"%(exception)s"
msgstr ""
#: api.py:102 api.py:117
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:162
#, 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:25 views.py:77
#: links.py:25 views.py:75
msgid "Create index"
msgstr ""
@@ -94,7 +48,7 @@ msgstr ""
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:302
#: links.py:29 models.py:19 views.py:300
msgid "Document types"
msgstr ""
@@ -118,105 +72,84 @@ msgstr ""
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
#: models.py:15 views.py:42
msgid "Name"
msgstr ""
#: models.py:18
#: models.py:15
msgid "Internal name used to reference this index."
msgstr ""
#: models.py:19 views.py:45
#: models.py:17 views.py:43
msgid "Title"
msgstr ""
#: models.py:19
#: models.py:17
msgid "The name that will be visible to users."
msgstr ""
#: models.py:20 models.py:74 views.py:46 views.py:162
#: models.py:18 models.py:67 views.py:44 views.py:160
msgid "Enabled"
msgstr ""
#: models.py:20
#: models.py:18
msgid "Causes this index to be visible and updated when document data changes."
msgstr ""
#: models.py:65 models.py:71 views.py:245 views.py:283
#: models.py:59 models.py:65 views.py:243 views.py:281
msgid "Index"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Indexing expression"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Enter a python string expression to be evaluated."
msgstr ""
#: models.py:74
#: models.py:67
msgid "Causes this node to be visible and updated when document data changes."
msgstr ""
#: models.py:75
#: models.py:68
msgid "Link documents"
msgstr ""
#: models.py:75
#: models.py:68
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:81
#: models.py:74
msgid "Index node template"
msgstr ""
#: models.py:82
#: models.py:75
msgid "Indexes node template"
msgstr ""
#: models.py:87
#: models.py:80
msgid "Index template node"
msgstr ""
#: models.py:88
#: models.py:81
msgid "Value"
msgstr ""
#: models.py:89
#: models.py:82
msgid "Documents"
msgstr ""
#: models.py:102
#: models.py:100
msgid "Index node instance"
msgstr ""
#: models.py:103
#: models.py:101
msgid "Indexes node instances"
msgstr ""
#: models.py:107
msgid "Index instance"
msgstr ""
#: models.py:108
msgid "Document"
msgstr ""
#: models.py:115
msgid "Document rename count"
msgstr ""
#: models.py:116
msgid "Documents rename count"
msgstr ""
#: permissions.py:7
msgid "Indexing"
msgstr ""
@@ -245,130 +178,119 @@ 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 ""
#: views.py:71
#: views.py:69
msgid "Index created successfully."
msgstr ""
#: views.py:94
#: views.py:92
msgid "Index edited successfully"
msgstr ""
#: views.py:100
#: views.py:98
#, python-format
msgid "Edit index: %s"
msgstr ""
#: views.py:123
#: views.py:121
#, python-format
msgid "Index: %s deleted successfully."
msgstr ""
#: views.py:125
#: views.py:123
#, python-format
msgid "Index: %(index)s delete error: %(error)s"
msgstr ""
#: views.py:136
#: views.py:134
#, python-format
msgid "Are you sure you with to delete the index: %s?"
msgstr ""
#: views.py:158
#: views.py:156
#, python-format
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:161
#: views.py:159
msgid "Level"
msgstr ""
#: views.py:163
#: views.py:161
msgid "Has document links?"
msgstr ""
#: views.py:185
#: views.py:183
#, python-format
msgid "Document types not in index: %s"
msgstr ""
#: views.py:186
#: views.py:184
#, python-format
msgid "Document types for index: %s"
msgstr ""
#: views.py:208
#: views.py:206
msgid "Index template node created successfully."
msgstr ""
#: views.py:214
#: views.py:212
msgid "Create child node"
msgstr ""
#: views.py:233
#: views.py:231
msgid "Index template node edited successfully"
msgstr ""
#: views.py:239
#: views.py:237
#, python-format
msgid "Edit index template node: %s"
msgstr ""
#: views.py:246 views.py:284 views.py:351
#: views.py:244 views.py:282 views.py:349
msgid "Node"
msgstr ""
#: views.py:267
#: views.py:265
#, python-format
msgid "Node: %s deleted successfully."
msgstr ""
#: views.py:269
#: views.py:267
#, python-format
msgid "Node: %(node)s delete error: %(error)s"
msgstr ""
#: views.py:278
#: views.py:276
#, python-format
msgid "Are you sure you with to delete the index template node: %s?"
msgstr ""
#: views.py:301
#: views.py:299
msgid "Nodes"
msgstr ""
#: views.py:333
#: views.py:331
#, python-format
msgid "Contents for index: %s"
msgstr ""
#: views.py:355
#: views.py:353
msgid "Items"
msgstr ""
#: views.py:380
#: views.py:378
msgid "Are you sure you wish to rebuild all indexes?"
msgstr ""
#: views.py:381
#: views.py:379
msgid "On large databases this operation may take some time to execute."
msgstr ""
#: views.py:386
msgid "Index rebuild completed successfully."
#: views.py:383
msgid "Index rebuild queued successfully."
msgstr ""
#: views.py:393
#, python-format
msgid "Index rebuild error: %s"
msgstr ""
#: views.py:416
#: views.py:405
#, python-format
msgid "Indexes containing: %s"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-30 11:33-0400\n"
"POT-Creation-Date: 2015-01-11 17:57-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/"
@@ -19,65 +19,19 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66
#: views.py:40 views.py:298
#: __init__.py:39 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60
#: views.py:38 views.py:296
msgid "Indexes"
msgstr ""
#: __init__.py:60
msgid "Returns a list of all the indexes."
msgstr ""
#: api.py:76
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr ""
#: api.py:91
#: api.py:50
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
"Error indexing document: %(document)s; expression: %(expression)s; "
"%(exception)s"
msgstr ""
#: api.py:102 api.py:117
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:162
#, 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:25 views.py:77
#: links.py:25 views.py:75
msgid "Create index"
msgstr ""
@@ -93,7 +47,7 @@ msgstr ""
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:302
#: links.py:29 models.py:19 views.py:300
msgid "Document types"
msgstr ""
@@ -117,105 +71,84 @@ msgstr ""
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
#: models.py:15 views.py:42
msgid "Name"
msgstr ""
#: models.py:18
#: models.py:15
msgid "Internal name used to reference this index."
msgstr ""
#: models.py:19 views.py:45
#: models.py:17 views.py:43
msgid "Title"
msgstr ""
#: models.py:19
#: models.py:17
msgid "The name that will be visible to users."
msgstr ""
#: models.py:20 models.py:74 views.py:46 views.py:162
#: models.py:18 models.py:67 views.py:44 views.py:160
msgid "Enabled"
msgstr ""
#: models.py:20
#: models.py:18
msgid "Causes this index to be visible and updated when document data changes."
msgstr ""
#: models.py:65 models.py:71 views.py:245 views.py:283
#: models.py:59 models.py:65 views.py:243 views.py:281
msgid "Index"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Indexing expression"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Enter a python string expression to be evaluated."
msgstr ""
#: models.py:74
#: models.py:67
msgid "Causes this node to be visible and updated when document data changes."
msgstr ""
#: models.py:75
#: models.py:68
msgid "Link documents"
msgstr ""
#: models.py:75
#: models.py:68
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:81
#: models.py:74
msgid "Index node template"
msgstr ""
#: models.py:82
#: models.py:75
msgid "Indexes node template"
msgstr ""
#: models.py:87
#: models.py:80
msgid "Index template node"
msgstr ""
#: models.py:88
#: models.py:81
msgid "Value"
msgstr ""
#: models.py:89
#: models.py:82
msgid "Documents"
msgstr ""
#: models.py:102
#: models.py:100
msgid "Index node instance"
msgstr ""
#: models.py:103
#: models.py:101
msgid "Indexes node instances"
msgstr ""
#: models.py:107
msgid "Index instance"
msgstr ""
#: models.py:108
msgid "Document"
msgstr ""
#: models.py:115
msgid "Document rename count"
msgstr ""
#: models.py:116
msgid "Documents rename count"
msgstr ""
#: permissions.py:7
msgid "Indexing"
msgstr ""
@@ -244,130 +177,119 @@ 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 ""
#: views.py:71
#: views.py:69
msgid "Index created successfully."
msgstr ""
#: views.py:94
#: views.py:92
msgid "Index edited successfully"
msgstr ""
#: views.py:100
#: views.py:98
#, python-format
msgid "Edit index: %s"
msgstr ""
#: views.py:123
#: views.py:121
#, python-format
msgid "Index: %s deleted successfully."
msgstr ""
#: views.py:125
#: views.py:123
#, python-format
msgid "Index: %(index)s delete error: %(error)s"
msgstr ""
#: views.py:136
#: views.py:134
#, python-format
msgid "Are you sure you with to delete the index: %s?"
msgstr ""
#: views.py:158
#: views.py:156
#, python-format
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:161
#: views.py:159
msgid "Level"
msgstr ""
#: views.py:163
#: views.py:161
msgid "Has document links?"
msgstr ""
#: views.py:185
#: views.py:183
#, python-format
msgid "Document types not in index: %s"
msgstr ""
#: views.py:186
#: views.py:184
#, python-format
msgid "Document types for index: %s"
msgstr ""
#: views.py:208
#: views.py:206
msgid "Index template node created successfully."
msgstr ""
#: views.py:214
#: views.py:212
msgid "Create child node"
msgstr ""
#: views.py:233
#: views.py:231
msgid "Index template node edited successfully"
msgstr ""
#: views.py:239
#: views.py:237
#, python-format
msgid "Edit index template node: %s"
msgstr ""
#: views.py:246 views.py:284 views.py:351
#: views.py:244 views.py:282 views.py:349
msgid "Node"
msgstr ""
#: views.py:267
#: views.py:265
#, python-format
msgid "Node: %s deleted successfully."
msgstr ""
#: views.py:269
#: views.py:267
#, python-format
msgid "Node: %(node)s delete error: %(error)s"
msgstr ""
#: views.py:278
#: views.py:276
#, python-format
msgid "Are you sure you with to delete the index template node: %s?"
msgstr ""
#: views.py:301
#: views.py:299
msgid "Nodes"
msgstr ""
#: views.py:333
#: views.py:331
#, python-format
msgid "Contents for index: %s"
msgstr ""
#: views.py:355
#: views.py:353
msgid "Items"
msgstr ""
#: views.py:380
#: views.py:378
msgid "Are you sure you wish to rebuild all indexes?"
msgstr ""
#: views.py:381
#: views.py:379
msgid "On large databases this operation may take some time to execute."
msgstr ""
#: views.py:386
msgid "Index rebuild completed successfully."
#: views.py:383
msgid "Index rebuild queued successfully."
msgstr ""
#: views.py:393
#, python-format
msgid "Index rebuild error: %s"
msgstr ""
#: views.py:416
#: views.py:405
#, python-format
msgid "Indexes containing: %s"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-30 11:33-0400\n"
"POT-Creation-Date: 2015-01-11 17:57-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/"
@@ -19,65 +19,19 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66
#: views.py:40 views.py:298
#: __init__.py:39 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60
#: views.py:38 views.py:296
msgid "Indexes"
msgstr ""
#: __init__.py:60
msgid "Returns a list of all the indexes."
msgstr ""
#: api.py:76
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr ""
#: api.py:91
#: api.py:50
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
"Error indexing document: %(document)s; expression: %(expression)s; "
"%(exception)s"
msgstr ""
#: api.py:102 api.py:117
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:162
#, 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:25 views.py:77
#: links.py:25 views.py:75
msgid "Create index"
msgstr ""
@@ -93,7 +47,7 @@ msgstr ""
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:302
#: links.py:29 models.py:19 views.py:300
msgid "Document types"
msgstr ""
@@ -117,105 +71,84 @@ msgstr ""
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
#: models.py:15 views.py:42
msgid "Name"
msgstr ""
#: models.py:18
#: models.py:15
msgid "Internal name used to reference this index."
msgstr ""
#: models.py:19 views.py:45
#: models.py:17 views.py:43
msgid "Title"
msgstr ""
#: models.py:19
#: models.py:17
msgid "The name that will be visible to users."
msgstr ""
#: models.py:20 models.py:74 views.py:46 views.py:162
#: models.py:18 models.py:67 views.py:44 views.py:160
msgid "Enabled"
msgstr ""
#: models.py:20
#: models.py:18
msgid "Causes this index to be visible and updated when document data changes."
msgstr ""
#: models.py:65 models.py:71 views.py:245 views.py:283
#: models.py:59 models.py:65 views.py:243 views.py:281
msgid "Index"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Indexing expression"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Enter a python string expression to be evaluated."
msgstr ""
#: models.py:74
#: models.py:67
msgid "Causes this node to be visible and updated when document data changes."
msgstr ""
#: models.py:75
#: models.py:68
msgid "Link documents"
msgstr ""
#: models.py:75
#: models.py:68
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:81
#: models.py:74
msgid "Index node template"
msgstr ""
#: models.py:82
#: models.py:75
msgid "Indexes node template"
msgstr ""
#: models.py:87
#: models.py:80
msgid "Index template node"
msgstr ""
#: models.py:88
#: models.py:81
msgid "Value"
msgstr ""
#: models.py:89
#: models.py:82
msgid "Documents"
msgstr ""
#: models.py:102
#: models.py:100
msgid "Index node instance"
msgstr ""
#: models.py:103
#: models.py:101
msgid "Indexes node instances"
msgstr ""
#: models.py:107
msgid "Index instance"
msgstr ""
#: models.py:108
msgid "Document"
msgstr ""
#: models.py:115
msgid "Document rename count"
msgstr ""
#: models.py:116
msgid "Documents rename count"
msgstr ""
#: permissions.py:7
msgid "Indexing"
msgstr ""
@@ -244,130 +177,119 @@ 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 ""
#: views.py:71
#: views.py:69
msgid "Index created successfully."
msgstr ""
#: views.py:94
#: views.py:92
msgid "Index edited successfully"
msgstr ""
#: views.py:100
#: views.py:98
#, python-format
msgid "Edit index: %s"
msgstr ""
#: views.py:123
#: views.py:121
#, python-format
msgid "Index: %s deleted successfully."
msgstr ""
#: views.py:125
#: views.py:123
#, python-format
msgid "Index: %(index)s delete error: %(error)s"
msgstr ""
#: views.py:136
#: views.py:134
#, python-format
msgid "Are you sure you with to delete the index: %s?"
msgstr ""
#: views.py:158
#: views.py:156
#, python-format
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:161
#: views.py:159
msgid "Level"
msgstr ""
#: views.py:163
#: views.py:161
msgid "Has document links?"
msgstr ""
#: views.py:185
#: views.py:183
#, python-format
msgid "Document types not in index: %s"
msgstr ""
#: views.py:186
#: views.py:184
#, python-format
msgid "Document types for index: %s"
msgstr ""
#: views.py:208
#: views.py:206
msgid "Index template node created successfully."
msgstr ""
#: views.py:214
#: views.py:212
msgid "Create child node"
msgstr ""
#: views.py:233
#: views.py:231
msgid "Index template node edited successfully"
msgstr ""
#: views.py:239
#: views.py:237
#, python-format
msgid "Edit index template node: %s"
msgstr ""
#: views.py:246 views.py:284 views.py:351
#: views.py:244 views.py:282 views.py:349
msgid "Node"
msgstr ""
#: views.py:267
#: views.py:265
#, python-format
msgid "Node: %s deleted successfully."
msgstr ""
#: views.py:269
#: views.py:267
#, python-format
msgid "Node: %(node)s delete error: %(error)s"
msgstr ""
#: views.py:278
#: views.py:276
#, python-format
msgid "Are you sure you with to delete the index template node: %s?"
msgstr ""
#: views.py:301
#: views.py:299
msgid "Nodes"
msgstr ""
#: views.py:333
#: views.py:331
#, python-format
msgid "Contents for index: %s"
msgstr ""
#: views.py:355
#: views.py:353
msgid "Items"
msgstr ""
#: views.py:380
#: views.py:378
msgid "Are you sure you wish to rebuild all indexes?"
msgstr ""
#: views.py:381
#: views.py:379
msgid "On large databases this operation may take some time to execute."
msgstr ""
#: views.py:386
msgid "Index rebuild completed successfully."
#: views.py:383
msgid "Index rebuild queued successfully."
msgstr ""
#: views.py:393
#, python-format
msgid "Index rebuild error: %s"
msgstr ""
#: views.py:416
#: views.py:405
#, python-format
msgid "Indexes containing: %s"
msgstr ""

View File

@@ -12,7 +12,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-30 11:33-0400\n"
"POT-Creation-Date: 2015-01-11 17:57-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/"
@@ -23,69 +23,21 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66
#: views.py:40 views.py:298
#: __init__.py:39 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60
#: views.py:38 views.py:296
msgid "Indexes"
msgstr "Indici"
#: __init__.py:60
msgid "Returns a list of all the indexes."
msgstr ""
#: api.py:76
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr "Massimo dei suffissi contati (%s) ."
#: api.py:91
#, python-format
#: api.py:50
#, fuzzy, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr ""
"Errore nella creazione dell'indice per l'espressione: %(expression)s; "
"Error indexing document: %(document)s; expression: %(expression)s; "
"%(exception)s"
#: api.py:102 api.py:117
#, 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"
#: api.py:162
#, python-format
msgid "Unable to delete document indexing node; %s"
msgstr "Impossibile cancellare l'indice del documento; %s"
#: filesystem.py:51
#, python-format
msgid "Unable to create indexing directory; %s"
msgstr "Impossibile creare la directory per gli indici; %s"
#: 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 "Impossibile cancellare il link simbolico al documento; %s"
#: filesystem.py:96
#, python-format
msgid "Unable to delete indexing directory; %s"
msgstr "Impossibile cancellare la directory degli indici; %s"
#: links.py:25 views.py:77
#: links.py:25 views.py:75
msgid "Create index"
msgstr ""
@@ -101,7 +53,7 @@ msgstr ""
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:302
#: links.py:29 models.py:19 views.py:300
msgid "Document types"
msgstr ""
@@ -125,60 +77,55 @@ msgstr ""
msgid "Deletes and creates from scratch all the document indexes."
msgstr "Cancellazione e ricostruzione di tutti gli indici documento"
#: models.py:14
#, python-format
msgid "Available functions: %s"
msgstr "Funzioni disponibili: %s"
#: models.py:18 views.py:44
#: models.py:15 views.py:42
msgid "Name"
msgstr ""
#: models.py:18
#: models.py:15
msgid "Internal name used to reference this index."
msgstr "Nome interno utilizzato per fare riferimento a questo indice."
#: models.py:19 views.py:45
#: models.py:17 views.py:43
msgid "Title"
msgstr ""
#: models.py:19
#: models.py:17
msgid "The name that will be visible to users."
msgstr "Il nome che sarà visibile agli utenti."
#: models.py:20 models.py:74 views.py:46 views.py:162
#: models.py:18 models.py:67 views.py:44 views.py:160
msgid "Enabled"
msgstr ""
#: models.py:20
#: models.py:18
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:65 models.py:71 views.py:245 views.py:283
#: models.py:59 models.py:65 views.py:243 views.py:281
msgid "Index"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Indexing expression"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Enter a python string expression to be evaluated."
msgstr "Inserisci una espressione python perchè possa essere valutata."
#: models.py:74
#: models.py:67
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."
#: models.py:75
#: models.py:68
msgid "Link documents"
msgstr ""
#: models.py:75
#: models.py:68
msgid ""
"Check this option to have this node act as a container for documents and not "
"as a parent for further nodes."
@@ -186,50 +133,34 @@ msgstr ""
"Selezionare questa opzione per questo specifico nodo quale contenitore per i "
"documenti e non come un genitore per ulteriori nodi."
#: models.py:81
#: models.py:74
msgid "Index node template"
msgstr ""
#: models.py:82
#: models.py:75
msgid "Indexes node template"
msgstr ""
#: models.py:87
#: models.py:80
msgid "Index template node"
msgstr ""
#: models.py:88
#: models.py:81
msgid "Value"
msgstr ""
#: models.py:89
#: models.py:82
msgid "Documents"
msgstr ""
#: models.py:102
#: models.py:100
msgid "Index node instance"
msgstr ""
#: models.py:103
#: models.py:101
msgid "Indexes node instances"
msgstr ""
#: models.py:107
msgid "Index instance"
msgstr ""
#: models.py:108
msgid "Document"
msgstr ""
#: models.py:115
msgid "Document rename count"
msgstr ""
#: models.py:116
msgid "Documents rename count"
msgstr ""
#: permissions.py:7
msgid "Indexing"
msgstr "Indicizzazione"
@@ -258,134 +189,122 @@ 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."
#: views.py:71
#: views.py:69
msgid "Index created successfully."
msgstr "Indice creato con successo."
#: views.py:94
#: views.py:92
msgid "Index edited successfully"
msgstr "Indice modificato con successo"
#: views.py:100
#: views.py:98
#, python-format
msgid "Edit index: %s"
msgstr ""
#: views.py:123
#: views.py:121
#, python-format
msgid "Index: %s deleted successfully."
msgstr "Indice: %s cancellato con successo."
#: views.py:125
#: views.py:123
#, python-format
msgid "Index: %(index)s delete error: %(error)s"
msgstr "Indice: %(index)s errore di cancellazione: %(error)s"
#: views.py:136
#: views.py:134
#, python-format
msgid "Are you sure you with to delete the index: %s?"
msgstr "Sei sicuro di voler cancella l'indice: %s?"
#: views.py:158
#: views.py:156
#, python-format
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:161
#: views.py:159
msgid "Level"
msgstr ""
#: views.py:163
#: views.py:161
msgid "Has document links?"
msgstr ""
#: views.py:185
#: views.py:183
#, python-format
msgid "Document types not in index: %s"
msgstr ""
#: views.py:186
#: views.py:184
#, python-format
msgid "Document types for index: %s"
msgstr ""
#: views.py:208
#: views.py:206
msgid "Index template node created successfully."
msgstr "Modello nodo indice creato con successo."
#: views.py:214
#: views.py:212
msgid "Create child node"
msgstr ""
#: views.py:233
#: views.py:231
msgid "Index template node edited successfully"
msgstr "Template nodo Indice modificato con successo"
#: views.py:239
#: views.py:237
#, python-format
msgid "Edit index template node: %s"
msgstr ""
#: views.py:246 views.py:284 views.py:351
#: views.py:244 views.py:282 views.py:349
msgid "Node"
msgstr ""
#: views.py:267
#: views.py:265
#, python-format
msgid "Node: %s deleted successfully."
msgstr "Nodo: %s cancellato con succcesso."
#: views.py:269
#: views.py:267
#, python-format
msgid "Node: %(node)s delete error: %(error)s"
msgstr "Nodo: %(node)s errore di cancellazione: %(error)s"
#: views.py:278
#: views.py:276
#, python-format
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:301
#: views.py:299
msgid "Nodes"
msgstr ""
#: views.py:333
#: views.py:331
#, python-format
msgid "Contents for index: %s"
msgstr ""
#: views.py:355
#: views.py:353
msgid "Items"
msgstr ""
#: views.py:380
#: views.py:378
msgid "Are you sure you wish to rebuild all indexes?"
msgstr "Sei sicuro di voler ricostruire l'indice ?"
#: views.py:381
#: views.py:379
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."
#: views.py:386
msgid "Index rebuild completed successfully."
#: views.py:383
#, fuzzy
msgid "Index rebuild queued successfully."
msgstr "Ricostruzione dell'indice avvenuta con successo"
#: views.py:393
#, python-format
msgid "Index rebuild error: %s"
msgstr "Errore nella ricostruzione dell'indice: %s"
#: views.py:416
#: views.py:405
#, python-format
msgid "Indexes containing: %s"
msgstr ""
@@ -394,6 +313,41 @@ msgstr ""
msgid "Root"
msgstr ""
#~ msgid "Maximum suffix (%s) count reached."
#~ msgstr "Massimo dei suffissi contati (%s) ."
#~ msgid ""
#~ "Error in document indexing update expression: %(expression)s; "
#~ "%(exception)s"
#~ msgstr ""
#~ "Errore nella creazione dell'indice per l'espressione: %(expression)s; "
#~ "%(exception)s"
#~ msgid "Unable to delete document indexing node; %s"
#~ msgstr "Impossibile cancellare l'indice del documento; %s"
#~ msgid "Unable to create indexing directory; %s"
#~ msgstr "Impossibile creare la directory per gli indici; %s"
#~ msgid "Unable to delete document symbolic link; %s"
#~ msgstr "Impossibile cancellare il link simbolico al documento; %s"
#~ msgid "Unable to delete indexing directory; %s"
#~ msgstr "Impossibile cancellare la directory degli indici; %s"
#~ msgid "Available functions: %s"
#~ msgstr "Funzioni disponibili: %s"
#~ 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 "Index rebuild error: %s"
#~ msgstr "Errore nella ricostruzione dell'indice: %s"
#~ msgid "document indexes"
#~ msgstr "indici documento "

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-30 11:33-0400\n"
"POT-Creation-Date: 2015-01-11 17:57-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/"
@@ -20,65 +20,19 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n != 0 ? 1 : "
"2);\n"
#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66
#: views.py:40 views.py:298
#: __init__.py:39 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60
#: views.py:38 views.py:296
msgid "Indexes"
msgstr ""
#: __init__.py:60
msgid "Returns a list of all the indexes."
msgstr ""
#: api.py:76
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr ""
#: api.py:91
#: api.py:50
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
"Error indexing document: %(document)s; expression: %(expression)s; "
"%(exception)s"
msgstr ""
#: api.py:102 api.py:117
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:162
#, 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:25 views.py:77
#: links.py:25 views.py:75
msgid "Create index"
msgstr ""
@@ -94,7 +48,7 @@ msgstr ""
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:302
#: links.py:29 models.py:19 views.py:300
msgid "Document types"
msgstr ""
@@ -118,105 +72,84 @@ msgstr ""
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
#: models.py:15 views.py:42
msgid "Name"
msgstr ""
#: models.py:18
#: models.py:15
msgid "Internal name used to reference this index."
msgstr ""
#: models.py:19 views.py:45
#: models.py:17 views.py:43
msgid "Title"
msgstr ""
#: models.py:19
#: models.py:17
msgid "The name that will be visible to users."
msgstr ""
#: models.py:20 models.py:74 views.py:46 views.py:162
#: models.py:18 models.py:67 views.py:44 views.py:160
msgid "Enabled"
msgstr ""
#: models.py:20
#: models.py:18
msgid "Causes this index to be visible and updated when document data changes."
msgstr ""
#: models.py:65 models.py:71 views.py:245 views.py:283
#: models.py:59 models.py:65 views.py:243 views.py:281
msgid "Index"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Indexing expression"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Enter a python string expression to be evaluated."
msgstr ""
#: models.py:74
#: models.py:67
msgid "Causes this node to be visible and updated when document data changes."
msgstr ""
#: models.py:75
#: models.py:68
msgid "Link documents"
msgstr ""
#: models.py:75
#: models.py:68
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:81
#: models.py:74
msgid "Index node template"
msgstr ""
#: models.py:82
#: models.py:75
msgid "Indexes node template"
msgstr ""
#: models.py:87
#: models.py:80
msgid "Index template node"
msgstr ""
#: models.py:88
#: models.py:81
msgid "Value"
msgstr ""
#: models.py:89
#: models.py:82
msgid "Documents"
msgstr ""
#: models.py:102
#: models.py:100
msgid "Index node instance"
msgstr ""
#: models.py:103
#: models.py:101
msgid "Indexes node instances"
msgstr ""
#: models.py:107
msgid "Index instance"
msgstr ""
#: models.py:108
msgid "Document"
msgstr ""
#: models.py:115
msgid "Document rename count"
msgstr ""
#: models.py:116
msgid "Documents rename count"
msgstr ""
#: permissions.py:7
msgid "Indexing"
msgstr ""
@@ -245,130 +178,119 @@ 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 ""
#: views.py:71
#: views.py:69
msgid "Index created successfully."
msgstr ""
#: views.py:94
#: views.py:92
msgid "Index edited successfully"
msgstr ""
#: views.py:100
#: views.py:98
#, python-format
msgid "Edit index: %s"
msgstr ""
#: views.py:123
#: views.py:121
#, python-format
msgid "Index: %s deleted successfully."
msgstr ""
#: views.py:125
#: views.py:123
#, python-format
msgid "Index: %(index)s delete error: %(error)s"
msgstr ""
#: views.py:136
#: views.py:134
#, python-format
msgid "Are you sure you with to delete the index: %s?"
msgstr ""
#: views.py:158
#: views.py:156
#, python-format
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:161
#: views.py:159
msgid "Level"
msgstr ""
#: views.py:163
#: views.py:161
msgid "Has document links?"
msgstr ""
#: views.py:185
#: views.py:183
#, python-format
msgid "Document types not in index: %s"
msgstr ""
#: views.py:186
#: views.py:184
#, python-format
msgid "Document types for index: %s"
msgstr ""
#: views.py:208
#: views.py:206
msgid "Index template node created successfully."
msgstr ""
#: views.py:214
#: views.py:212
msgid "Create child node"
msgstr ""
#: views.py:233
#: views.py:231
msgid "Index template node edited successfully"
msgstr ""
#: views.py:239
#: views.py:237
#, python-format
msgid "Edit index template node: %s"
msgstr ""
#: views.py:246 views.py:284 views.py:351
#: views.py:244 views.py:282 views.py:349
msgid "Node"
msgstr ""
#: views.py:267
#: views.py:265
#, python-format
msgid "Node: %s deleted successfully."
msgstr ""
#: views.py:269
#: views.py:267
#, python-format
msgid "Node: %(node)s delete error: %(error)s"
msgstr ""
#: views.py:278
#: views.py:276
#, python-format
msgid "Are you sure you with to delete the index template node: %s?"
msgstr ""
#: views.py:301
#: views.py:299
msgid "Nodes"
msgstr ""
#: views.py:333
#: views.py:331
#, python-format
msgid "Contents for index: %s"
msgstr ""
#: views.py:355
#: views.py:353
msgid "Items"
msgstr ""
#: views.py:380
#: views.py:378
msgid "Are you sure you wish to rebuild all indexes?"
msgstr ""
#: views.py:381
#: views.py:379
msgid "On large databases this operation may take some time to execute."
msgstr ""
#: views.py:386
msgid "Index rebuild completed successfully."
#: views.py:383
msgid "Index rebuild queued successfully."
msgstr ""
#: views.py:393
#, python-format
msgid "Index rebuild error: %s"
msgstr ""
#: views.py:416
#: views.py:405
#, python-format
msgid "Indexes containing: %s"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-30 11:33-0400\n"
"POT-Creation-Date: 2015-01-11 17:57-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-"
@@ -19,65 +19,19 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66
#: views.py:40 views.py:298
#: __init__.py:39 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60
#: views.py:38 views.py:296
msgid "Indexes"
msgstr ""
#: __init__.py:60
msgid "Returns a list of all the indexes."
msgstr ""
#: api.py:76
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr ""
#: api.py:91
#: api.py:50
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
"Error indexing document: %(document)s; expression: %(expression)s; "
"%(exception)s"
msgstr ""
#: api.py:102 api.py:117
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:162
#, 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:25 views.py:77
#: links.py:25 views.py:75
msgid "Create index"
msgstr ""
@@ -93,7 +47,7 @@ msgstr ""
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:302
#: links.py:29 models.py:19 views.py:300
msgid "Document types"
msgstr ""
@@ -117,105 +71,84 @@ msgstr ""
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
#: models.py:15 views.py:42
msgid "Name"
msgstr ""
#: models.py:18
#: models.py:15
msgid "Internal name used to reference this index."
msgstr ""
#: models.py:19 views.py:45
#: models.py:17 views.py:43
msgid "Title"
msgstr ""
#: models.py:19
#: models.py:17
msgid "The name that will be visible to users."
msgstr ""
#: models.py:20 models.py:74 views.py:46 views.py:162
#: models.py:18 models.py:67 views.py:44 views.py:160
msgid "Enabled"
msgstr ""
#: models.py:20
#: models.py:18
msgid "Causes this index to be visible and updated when document data changes."
msgstr ""
#: models.py:65 models.py:71 views.py:245 views.py:283
#: models.py:59 models.py:65 views.py:243 views.py:281
msgid "Index"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Indexing expression"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Enter a python string expression to be evaluated."
msgstr ""
#: models.py:74
#: models.py:67
msgid "Causes this node to be visible and updated when document data changes."
msgstr ""
#: models.py:75
#: models.py:68
msgid "Link documents"
msgstr ""
#: models.py:75
#: models.py:68
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:81
#: models.py:74
msgid "Index node template"
msgstr ""
#: models.py:82
#: models.py:75
msgid "Indexes node template"
msgstr ""
#: models.py:87
#: models.py:80
msgid "Index template node"
msgstr ""
#: models.py:88
#: models.py:81
msgid "Value"
msgstr ""
#: models.py:89
#: models.py:82
msgid "Documents"
msgstr ""
#: models.py:102
#: models.py:100
msgid "Index node instance"
msgstr ""
#: models.py:103
#: models.py:101
msgid "Indexes node instances"
msgstr ""
#: models.py:107
msgid "Index instance"
msgstr ""
#: models.py:108
msgid "Document"
msgstr ""
#: models.py:115
msgid "Document rename count"
msgstr ""
#: models.py:116
msgid "Documents rename count"
msgstr ""
#: permissions.py:7
msgid "Indexing"
msgstr ""
@@ -244,130 +177,119 @@ 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 ""
#: views.py:71
#: views.py:69
msgid "Index created successfully."
msgstr ""
#: views.py:94
#: views.py:92
msgid "Index edited successfully"
msgstr ""
#: views.py:100
#: views.py:98
#, python-format
msgid "Edit index: %s"
msgstr ""
#: views.py:123
#: views.py:121
#, python-format
msgid "Index: %s deleted successfully."
msgstr ""
#: views.py:125
#: views.py:123
#, python-format
msgid "Index: %(index)s delete error: %(error)s"
msgstr ""
#: views.py:136
#: views.py:134
#, python-format
msgid "Are you sure you with to delete the index: %s?"
msgstr ""
#: views.py:158
#: views.py:156
#, python-format
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:161
#: views.py:159
msgid "Level"
msgstr ""
#: views.py:163
#: views.py:161
msgid "Has document links?"
msgstr ""
#: views.py:185
#: views.py:183
#, python-format
msgid "Document types not in index: %s"
msgstr ""
#: views.py:186
#: views.py:184
#, python-format
msgid "Document types for index: %s"
msgstr ""
#: views.py:208
#: views.py:206
msgid "Index template node created successfully."
msgstr ""
#: views.py:214
#: views.py:212
msgid "Create child node"
msgstr ""
#: views.py:233
#: views.py:231
msgid "Index template node edited successfully"
msgstr ""
#: views.py:239
#: views.py:237
#, python-format
msgid "Edit index template node: %s"
msgstr ""
#: views.py:246 views.py:284 views.py:351
#: views.py:244 views.py:282 views.py:349
msgid "Node"
msgstr ""
#: views.py:267
#: views.py:265
#, python-format
msgid "Node: %s deleted successfully."
msgstr ""
#: views.py:269
#: views.py:267
#, python-format
msgid "Node: %(node)s delete error: %(error)s"
msgstr ""
#: views.py:278
#: views.py:276
#, python-format
msgid "Are you sure you with to delete the index template node: %s?"
msgstr ""
#: views.py:301
#: views.py:299
msgid "Nodes"
msgstr ""
#: views.py:333
#: views.py:331
#, python-format
msgid "Contents for index: %s"
msgstr ""
#: views.py:355
#: views.py:353
msgid "Items"
msgstr ""
#: views.py:380
#: views.py:378
msgid "Are you sure you wish to rebuild all indexes?"
msgstr ""
#: views.py:381
#: views.py:379
msgid "On large databases this operation may take some time to execute."
msgstr ""
#: views.py:386
msgid "Index rebuild completed successfully."
#: views.py:383
msgid "Index rebuild queued successfully."
msgstr ""
#: views.py:393
#, python-format
msgid "Index rebuild error: %s"
msgstr ""
#: views.py:416
#: views.py:405
#, python-format
msgid "Indexes containing: %s"
msgstr ""

View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-30 11:33-0400\n"
"POT-Creation-Date: 2015-01-11 17:57-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/"
@@ -20,70 +20,21 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66
#: views.py:40 views.py:298
#: __init__.py:39 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60
#: views.py:38 views.py:296
msgid "Indexes"
msgstr "Indexeringen"
#: __init__.py:60
msgid "Returns a list of all the indexes."
msgstr ""
#: api.py:76
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr "Maximal aantal achtervoegsels (%s) bereikt"
#: api.py:91
#, python-format
#: api.py:50
#, fuzzy, 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"
#: api.py:102 api.py:117
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
"Error indexing document: %(document)s; expression: %(expression)s; "
"%(exception)s"
msgstr ""
"Fout bij vernieuwen document index, expressie: %(expression)s. Foutmelding: "
"%(exception)s"
#: api.py:162
#, python-format
msgid "Unable to delete document indexing node; %s"
msgstr ""
"Niet mogelijk om de documentindexeringsknoop te verwijderen. Foutmelding: %s"
#: filesystem.py:51
#, python-format
msgid "Unable to create indexing directory; %s"
msgstr "Niet mogelijk om een indexeringfolder aan te maken. Foutmelding: %s"
#: 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 "Niet mogelijk om de 'symbolic link' voor document: %s te verwijderen."
#: filesystem.py:96
#, python-format
msgid "Unable to delete indexing directory; %s"
msgstr "Niet mogelijk om de indexingfolder: %s, te verwijderen."
#: links.py:25 views.py:77
#: links.py:25 views.py:75
msgid "Create index"
msgstr ""
@@ -99,7 +50,7 @@ msgstr ""
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:302
#: links.py:29 models.py:19 views.py:300
msgid "Document types"
msgstr ""
@@ -123,108 +74,87 @@ msgstr ""
msgid "Deletes and creates from scratch all the document indexes."
msgstr "document indexeringen vernieuwen"
#: models.py:14
#, python-format
msgid "Available functions: %s"
msgstr "Beschikbare functies: %s"
#: models.py:18 views.py:44
#: models.py:15 views.py:42
msgid "Name"
msgstr ""
#: models.py:18
#: models.py:15
msgid "Internal name used to reference this index."
msgstr "Interne naam voor deze index."
#: models.py:19 views.py:45
#: models.py:17 views.py:43
msgid "Title"
msgstr ""
#: models.py:19
#: models.py:17
msgid "The name that will be visible to users."
msgstr "Naam zichtbaar voor gebruikers"
#: models.py:20 models.py:74 views.py:46 views.py:162
#: models.py:18 models.py:67 views.py:44 views.py:160
msgid "Enabled"
msgstr ""
#: models.py:20
#: models.py:18
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:65 models.py:71 views.py:245 views.py:283
#: models.py:59 models.py:65 views.py:243 views.py:281
msgid "Index"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Indexing expression"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Enter a python string expression to be evaluated."
msgstr "Voer een python sting expressie in, voor evaluatie."
#: models.py:74
#: models.py:67
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"
#: models.py:75
#: models.py:68
msgid "Link documents"
msgstr ""
#: models.py:75
#: models.py:68
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. "
#: models.py:81
#: models.py:74
msgid "Index node template"
msgstr ""
#: models.py:82
#: models.py:75
msgid "Indexes node template"
msgstr ""
#: models.py:87
#: models.py:80
msgid "Index template node"
msgstr ""
#: models.py:88
#: models.py:81
msgid "Value"
msgstr ""
#: models.py:89
#: models.py:82
msgid "Documents"
msgstr ""
#: models.py:102
#: models.py:100
msgid "Index node instance"
msgstr ""
#: models.py:103
#: models.py:101
msgid "Indexes node instances"
msgstr ""
#: models.py:107
msgid "Index instance"
msgstr ""
#: models.py:108
msgid "Document"
msgstr ""
#: models.py:115
msgid "Document rename count"
msgstr ""
#: models.py:116
msgid "Documents rename count"
msgstr ""
#: permissions.py:7
msgid "Indexing"
msgstr "Indexering bezig"
@@ -253,130 +183,120 @@ 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."
#: views.py:71
#: views.py:69
msgid "Index created successfully."
msgstr "Indexering succesvol aangemaakt."
#: views.py:94
#: views.py:92
msgid "Index edited successfully"
msgstr "Indexering succesvol bewerkt"
#: views.py:100
#: views.py:98
#, python-format
msgid "Edit index: %s"
msgstr ""
#: views.py:123
#: views.py:121
#, python-format
msgid "Index: %s deleted successfully."
msgstr "Index: %s verwijderd."
#: views.py:125
#: views.py:123
#, python-format
msgid "Index: %(index)s delete error: %(error)s"
msgstr "Fout bij het verwijderen van index: %(index)s, foutmelding: %(error)s "
#: views.py:136
#: views.py:134
#, python-format
msgid "Are you sure you with to delete the index: %s?"
msgstr "Bent u er zeker van om index: %s, te verwijderen?"
#: views.py:158
#: views.py:156
#, python-format
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:161
#: views.py:159
msgid "Level"
msgstr ""
#: views.py:163
#: views.py:161
msgid "Has document links?"
msgstr ""
#: views.py:185
#: views.py:183
#, python-format
msgid "Document types not in index: %s"
msgstr ""
#: views.py:186
#: views.py:184
#, python-format
msgid "Document types for index: %s"
msgstr ""
#: views.py:208
#: views.py:206
msgid "Index template node created successfully."
msgstr "sjabloon node index succesvol aangemaakt."
#: views.py:214
#: views.py:212
msgid "Create child node"
msgstr ""
#: views.py:233
#: views.py:231
msgid "Index template node edited successfully"
msgstr "Sjabloon node index succesvol bewerkt"
#: views.py:239
#: views.py:237
#, python-format
msgid "Edit index template node: %s"
msgstr ""
#: views.py:246 views.py:284 views.py:351
#: views.py:244 views.py:282 views.py:349
msgid "Node"
msgstr ""
#: views.py:267
#: views.py:265
#, python-format
msgid "Node: %s deleted successfully."
msgstr "Node: %s verwijdert"
#: views.py:269
#: views.py:267
#, python-format
msgid "Node: %(node)s delete error: %(error)s"
msgstr "Fout bij het verwijderen van Node: %(node)s, foutmelding: %(error)s"
#: views.py:278
#: views.py:276
#, python-format
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:301
#: views.py:299
msgid "Nodes"
msgstr ""
#: views.py:333
#: views.py:331
#, python-format
msgid "Contents for index: %s"
msgstr ""
#: views.py:355
#: views.py:353
msgid "Items"
msgstr ""
#: views.py:380
#: views.py:378
msgid "Are you sure you wish to rebuild all indexes?"
msgstr "Weet u zeker dat u alle indexeringen wilt herbouwen."
#: views.py:381
#: views.py:379
msgid "On large databases this operation may take some time to execute."
msgstr "Voor een grote database kan deze operatie lang duren."
#: views.py:386
msgid "Index rebuild completed successfully."
#: views.py:383
#, fuzzy
msgid "Index rebuild queued successfully."
msgstr "aanmaken indexering succesvol voltooid."
#: views.py:393
#, python-format
msgid "Index rebuild error: %s"
msgstr "Fout bij het aanmaken van de indexering. Melding: %s"
#: views.py:416
#: views.py:405
#, python-format
msgid "Indexes containing: %s"
msgstr ""
@@ -385,6 +305,42 @@ msgstr ""
msgid "Root"
msgstr ""
#~ msgid "Maximum suffix (%s) count reached."
#~ msgstr "Maximal aantal achtervoegsels (%s) bereikt"
#~ 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"
#~ msgid "Unable to delete document indexing node; %s"
#~ msgstr ""
#~ "Niet mogelijk om de documentindexeringsknoop te verwijderen. Foutmelding: "
#~ "%s"
#~ msgid "Unable to create indexing directory; %s"
#~ msgstr "Niet mogelijk om een indexeringfolder aan te maken. Foutmelding: %s"
#~ msgid "Unable to delete document symbolic link; %s"
#~ 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."
#~ msgid "Available functions: %s"
#~ msgstr "Beschikbare functies: %s"
#~ 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."
#~ msgid "Index rebuild error: %s"
#~ msgstr "Fout bij het aanmaken van de indexering. Melding: %s"
#~ msgid "document indexes"
#~ msgstr "document-indexeringen"

View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-30 11:33-0400\n"
"POT-Creation-Date: 2015-01-11 17:57-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/"
@@ -21,67 +21,20 @@ msgstr ""
"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:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66
#: views.py:40 views.py:298
#: __init__.py:39 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60
#: views.py:38 views.py:296
msgid "Indexes"
msgstr "Indeksy"
#: __init__.py:60
msgid "Returns a list of all the indexes."
msgstr ""
#: api.py:76
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr "Maximum suffix (%s) count reached."
#: api.py:91
#, python-format
#: api.py:50
#, fuzzy, 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:102 api.py:117
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
"Error indexing document: %(document)s; expression: %(expression)s; "
"%(exception)s"
msgstr ""
"Error updating document index, expression: %(expression)s; %(exception)s"
#: api.py:162
#, python-format
msgid "Unable to delete document indexing node; %s"
msgstr "Unable to delete document indexing node; %s"
#: filesystem.py:51
#, python-format
msgid "Unable to create indexing directory; %s"
msgstr "Nie można utworzyć katalogu indeksowania;%s"
#: 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 "Nie można usunąć dowiązania symbolicznego dokumentu;%s"
#: filesystem.py:96
#, python-format
msgid "Unable to delete indexing directory; %s"
msgstr "Nie można usunąć katalogu indeksowania;%s"
#: links.py:25 views.py:77
#: links.py:25 views.py:75
msgid "Create index"
msgstr ""
@@ -97,7 +50,7 @@ msgstr ""
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:302
#: links.py:29 models.py:19 views.py:300
msgid "Document types"
msgstr ""
@@ -121,58 +74,53 @@ msgstr ""
msgid "Deletes and creates from scratch all the document indexes."
msgstr "Usuwa i tworzy od podstaw wszystkie indeksy dokumentów."
#: models.py:14
#, python-format
msgid "Available functions: %s"
msgstr "Dostępne funkcje:%s"
#: models.py:18 views.py:44
#: models.py:15 views.py:42
msgid "Name"
msgstr ""
#: models.py:18
#: models.py:15
msgid "Internal name used to reference this index."
msgstr "Wewnętrzna nazwa używana do odniesienia tego indeksu."
#: models.py:19 views.py:45
#: models.py:17 views.py:43
msgid "Title"
msgstr ""
#: models.py:19
#: models.py:17
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:74 views.py:46 views.py:162
#: models.py:18 models.py:67 views.py:44 views.py:160
msgid "Enabled"
msgstr ""
#: models.py:20
#: models.py:18
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:65 models.py:71 views.py:245 views.py:283
#: models.py:59 models.py:65 views.py:243 views.py:281
msgid "Index"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Indexing expression"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Enter a python string expression to be evaluated."
msgstr "Enter a python string expression to be evaluated."
#: models.py:74
#: models.py:67
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:75
#: models.py:68
msgid "Link documents"
msgstr ""
#: models.py:75
#: models.py:68
msgid ""
"Check this option to have this node act as a container for documents and not "
"as a parent for further nodes."
@@ -180,50 +128,34 @@ msgstr ""
"Check this option to have this node act as a container for documents and not "
"as a parent for further nodes."
#: models.py:81
#: models.py:74
msgid "Index node template"
msgstr ""
#: models.py:82
#: models.py:75
msgid "Indexes node template"
msgstr ""
#: models.py:87
#: models.py:80
msgid "Index template node"
msgstr ""
#: models.py:88
#: models.py:81
msgid "Value"
msgstr ""
#: models.py:89
#: models.py:82
msgid "Documents"
msgstr ""
#: models.py:102
#: models.py:100
msgid "Index node instance"
msgstr ""
#: models.py:103
#: models.py:101
msgid "Indexes node instances"
msgstr ""
#: models.py:107
msgid "Index instance"
msgstr ""
#: models.py:108
msgid "Document"
msgstr ""
#: models.py:115
msgid "Document rename count"
msgstr ""
#: models.py:116
msgid "Documents rename count"
msgstr ""
#: permissions.py:7
msgid "Indexing"
msgstr "Indeksowanie"
@@ -252,130 +184,120 @@ 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 ""
#: views.py:71
#: views.py:69
msgid "Index created successfully."
msgstr "Indeks został utworzony pomyślnie."
#: views.py:94
#: views.py:92
msgid "Index edited successfully"
msgstr "Index edited successfully"
#: views.py:100
#: views.py:98
#, python-format
msgid "Edit index: %s"
msgstr ""
#: views.py:123
#: views.py:121
#, python-format
msgid "Index: %s deleted successfully."
msgstr "Index:%s został usunięty."
#: views.py:125
#: views.py:123
#, python-format
msgid "Index: %(index)s delete error: %(error)s"
msgstr "Index: %(index)s błąd usuwania: %(error)s "
#: views.py:136
#: views.py:134
#, python-format
msgid "Are you sure you with to delete the index: %s?"
msgstr "Czy na pewno usunąć indeks:%s ?"
#: views.py:158
#: views.py:156
#, python-format
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:161
#: views.py:159
msgid "Level"
msgstr ""
#: views.py:163
#: views.py:161
msgid "Has document links?"
msgstr ""
#: views.py:185
#: views.py:183
#, python-format
msgid "Document types not in index: %s"
msgstr ""
#: views.py:186
#: views.py:184
#, python-format
msgid "Document types for index: %s"
msgstr ""
#: views.py:208
#: views.py:206
msgid "Index template node created successfully."
msgstr "Index template node created successfully."
#: views.py:214
#: views.py:212
msgid "Create child node"
msgstr ""
#: views.py:233
#: views.py:231
msgid "Index template node edited successfully"
msgstr "Index template node edited successfully"
#: views.py:239
#: views.py:237
#, python-format
msgid "Edit index template node: %s"
msgstr ""
#: views.py:246 views.py:284 views.py:351
#: views.py:244 views.py:282 views.py:349
msgid "Node"
msgstr ""
#: views.py:267
#: views.py:265
#, python-format
msgid "Node: %s deleted successfully."
msgstr ""
#: views.py:269
#: views.py:267
#, python-format
msgid "Node: %(node)s delete error: %(error)s"
msgstr ""
#: views.py:278
#: views.py:276
#, python-format
msgid "Are you sure you with to delete the index template node: %s?"
msgstr ""
#: views.py:301
#: views.py:299
msgid "Nodes"
msgstr ""
#: views.py:333
#: views.py:331
#, python-format
msgid "Contents for index: %s"
msgstr ""
#: views.py:355
#: views.py:353
msgid "Items"
msgstr ""
#: views.py:380
#: views.py:378
msgid "Are you sure you wish to rebuild all indexes?"
msgstr "Czy na pewno chcesz odbudować wszystkie indeksy?"
#: views.py:381
#: views.py:379
msgid "On large databases this operation may take some time to execute."
msgstr "Na dużych bazach danych operacja może chwilę potrwać."
#: views.py:386
msgid "Index rebuild completed successfully."
#: views.py:383
#, fuzzy
msgid "Index rebuild queued successfully."
msgstr "Główna odbudowa zakończyła się pomyślnie."
#: views.py:393
#, python-format
msgid "Index rebuild error: %s"
msgstr "Index rebuild error: %s"
#: views.py:416
#: views.py:405
#, python-format
msgid "Indexes containing: %s"
msgstr ""
@@ -384,6 +306,34 @@ msgstr ""
msgid "Root"
msgstr ""
#~ msgid "Maximum suffix (%s) count reached."
#~ msgstr "Maximum suffix (%s) count reached."
#~ msgid ""
#~ "Error in document indexing update expression: %(expression)s; "
#~ "%(exception)s"
#~ msgstr ""
#~ "Error in document indexing update expression: %(expression)s; "
#~ "%(exception)s"
#~ msgid "Unable to delete document indexing node; %s"
#~ msgstr "Unable to delete document indexing node; %s"
#~ msgid "Unable to create indexing directory; %s"
#~ msgstr "Nie można utworzyć katalogu indeksowania;%s"
#~ msgid "Unable to delete document symbolic link; %s"
#~ 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"
#~ msgid "Available functions: %s"
#~ msgstr "Dostępne funkcje:%s"
#~ msgid "Index rebuild error: %s"
#~ msgstr "Index rebuild error: %s"
#~ msgid "indexes"
#~ msgstr "indeksy"

View File

@@ -10,7 +10,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-30 11:33-0400\n"
"POT-Creation-Date: 2015-01-11 17:57-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/"
@@ -21,69 +21,21 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66
#: views.py:40 views.py:298
#: __init__.py:39 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60
#: views.py:38 views.py:296
msgid "Indexes"
msgstr "Índices"
#: __init__.py:60
msgid "Returns a list of all the indexes."
msgstr ""
#: api.py:76
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr "Contagem máxima do sufixo (%s) alcançada."
#: api.py:91
#, python-format
#: api.py:50
#, fuzzy, 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 "
#: api.py:102 api.py:117
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
"Error indexing document: %(document)s; expression: %(expression)s; "
"%(exception)s"
msgstr ""
"Erro ao atualizar índice de documentos, expressão: %(expression)s ; "
"%(exception)s "
#: api.py:162
#, python-format
msgid "Unable to delete document indexing node; %s"
msgstr "Não é possível excluir o nó de indexação de documentos; %s"
#: filesystem.py:51
#, python-format
msgid "Unable to create indexing directory; %s"
msgstr "Não é possível criar o diretório de indexação; %s"
#: 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 "Não é possível excluir a ligação simbólica do documento; %s"
#: filesystem.py:96
#, python-format
msgid "Unable to delete indexing directory; %s"
msgstr "Não é possível excluir o diretório de indexação; %s"
#: links.py:25 views.py:77
#: links.py:25 views.py:75
msgid "Create index"
msgstr ""
@@ -99,7 +51,7 @@ msgstr ""
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:302
#: links.py:29 models.py:19 views.py:300
msgid "Document types"
msgstr ""
@@ -123,60 +75,55 @@ msgstr ""
msgid "Deletes and creates from scratch all the document indexes."
msgstr "Exclui e cria a partir do zero todos os índices de documentos."
#: models.py:14
#, python-format
msgid "Available functions: %s"
msgstr "Funções disponíveis: %s "
#: models.py:18 views.py:44
#: models.py:15 views.py:42
msgid "Name"
msgstr ""
#: models.py:18
#: models.py:15
msgid "Internal name used to reference this index."
msgstr "Nome interno usado para referenciar este índice."
#: models.py:19 views.py:45
#: models.py:17 views.py:43
msgid "Title"
msgstr ""
#: models.py:19
#: models.py:17
msgid "The name that will be visible to users."
msgstr "O nome que será visível aos utilizadores."
#: models.py:20 models.py:74 views.py:46 views.py:162
#: models.py:18 models.py:67 views.py:44 views.py:160
msgid "Enabled"
msgstr ""
#: models.py:20
#: models.py:18
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:65 models.py:71 views.py:245 views.py:283
#: models.py:59 models.py:65 views.py:243 views.py:281
msgid "Index"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Indexing expression"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Enter a python string expression to be evaluated."
msgstr "Digite uma expressão python para ser avaliada."
#: models.py:74
#: models.py:67
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."
#: models.py:75
#: models.py:68
msgid "Link documents"
msgstr ""
#: models.py:75
#: models.py:68
msgid ""
"Check this option to have this node act as a container for documents and not "
"as a parent for further nodes."
@@ -184,50 +131,34 @@ 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:81
#: models.py:74
msgid "Index node template"
msgstr ""
#: models.py:82
#: models.py:75
msgid "Indexes node template"
msgstr ""
#: models.py:87
#: models.py:80
msgid "Index template node"
msgstr ""
#: models.py:88
#: models.py:81
msgid "Value"
msgstr ""
#: models.py:89
#: models.py:82
msgid "Documents"
msgstr ""
#: models.py:102
#: models.py:100
msgid "Index node instance"
msgstr ""
#: models.py:103
#: models.py:101
msgid "Indexes node instances"
msgstr ""
#: models.py:107
msgid "Index instance"
msgstr ""
#: models.py:108
msgid "Document"
msgstr ""
#: models.py:115
msgid "Document rename count"
msgstr ""
#: models.py:116
msgid "Documents rename count"
msgstr ""
#: permissions.py:7
msgid "Indexing"
msgstr "Indexação"
@@ -256,132 +187,120 @@ 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."
#: views.py:71
#: views.py:69
msgid "Index created successfully."
msgstr "Índice criado com sucesso."
#: views.py:94
#: views.py:92
msgid "Index edited successfully"
msgstr "Índice editado com sucesso"
#: views.py:100
#: views.py:98
#, python-format
msgid "Edit index: %s"
msgstr ""
#: views.py:123
#: views.py:121
#, python-format
msgid "Index: %s deleted successfully."
msgstr "Índice: %s eliminado com sucesso."
#: views.py:125
#: views.py:123
#, python-format
msgid "Index: %(index)s delete error: %(error)s"
msgstr "Índice: %(index)s, erro ao eliminar: %(error)s "
#: views.py:136
#: views.py:134
#, python-format
msgid "Are you sure you with to delete the index: %s?"
msgstr "Tem a certeza de que deseja eliminar o índice: %s?"
#: views.py:158
#: views.py:156
#, python-format
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:161
#: views.py:159
msgid "Level"
msgstr ""
#: views.py:163
#: views.py:161
msgid "Has document links?"
msgstr ""
#: views.py:185
#: views.py:183
#, python-format
msgid "Document types not in index: %s"
msgstr ""
#: views.py:186
#: views.py:184
#, python-format
msgid "Document types for index: %s"
msgstr ""
#: views.py:208
#: views.py:206
msgid "Index template node created successfully."
msgstr "Nó de modelo de índice criado com sucesso."
#: views.py:214
#: views.py:212
msgid "Create child node"
msgstr ""
#: views.py:233
#: views.py:231
msgid "Index template node edited successfully"
msgstr "nó de modelo de índice editado com sucesso"
#: views.py:239
#: views.py:237
#, python-format
msgid "Edit index template node: %s"
msgstr ""
#: views.py:246 views.py:284 views.py:351
#: views.py:244 views.py:282 views.py:349
msgid "Node"
msgstr ""
#: views.py:267
#: views.py:265
#, python-format
msgid "Node: %s deleted successfully."
msgstr "Nó: %s eliminado com sucesso."
#: views.py:269
#: views.py:267
#, python-format
msgid "Node: %(node)s delete error: %(error)s"
msgstr "Nó: %(node)s, erro ao eliminar: %(error)s "
#: views.py:278
#: views.py:276
#, python-format
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:301
#: views.py:299
msgid "Nodes"
msgstr ""
#: views.py:333
#: views.py:331
#, python-format
msgid "Contents for index: %s"
msgstr ""
#: views.py:355
#: views.py:353
msgid "Items"
msgstr ""
#: views.py:380
#: views.py:378
msgid "Are you sure you wish to rebuild all indexes?"
msgstr "Tem a certeza de que deseja reconstruir todos os índices?"
#: views.py:381
#: views.py:379
msgid "On large databases this operation may take some time to execute."
msgstr "Esta operação pode levar algum tempo em bases de dados grandes."
#: views.py:386
msgid "Index rebuild completed successfully."
#: views.py:383
#, fuzzy
msgid "Index rebuild queued successfully."
msgstr "Reconstrução de índice concluída com êxito."
#: views.py:393
#, python-format
msgid "Index rebuild error: %s"
msgstr "Erro na reconstrução do índice: %s"
#: views.py:416
#: views.py:405
#, python-format
msgid "Indexes containing: %s"
msgstr ""
@@ -390,6 +309,41 @@ msgstr ""
msgid "Root"
msgstr ""
#~ msgid "Maximum suffix (%s) count reached."
#~ msgstr "Contagem máxima do sufixo (%s) alcançada."
#~ 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 "
#~ msgid "Unable to delete document indexing node; %s"
#~ msgstr "Não é possível excluir o nó de indexação de documentos; %s"
#~ msgid "Unable to create indexing directory; %s"
#~ msgstr "Não é possível criar o diretório de indexação; %s"
#~ msgid "Unable to delete document symbolic link; %s"
#~ 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"
#~ msgid "Available functions: %s"
#~ msgstr "Funções disponíveis: %s "
#~ 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 "Index rebuild error: %s"
#~ msgstr "Erro na reconstrução do índice: %s"
#~ msgid "indexes"
#~ msgstr "índices"

View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-30 11:33-0400\n"
"POT-Creation-Date: 2015-01-11 17:57-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/"
@@ -20,69 +20,21 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66
#: views.py:40 views.py:298
#: __init__.py:39 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60
#: views.py:38 views.py:296
msgid "Indexes"
msgstr "Índices"
#: __init__.py:60
msgid "Returns a list of all the indexes."
msgstr ""
#: api.py:76
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr "Quantidade máxima do sufixo (%s) alcançada."
#: api.py:91
#, python-format
#: api.py:50
#, fuzzy, 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 "
#: api.py:102 api.py:117
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
"Error indexing document: %(document)s; expression: %(expression)s; "
"%(exception)s"
msgstr ""
"Erro de atualização de índice do documento, a expressão: %(expression)s ; "
"%(exception)s "
#: api.py:162
#, python-format
msgid "Unable to delete document indexing node; %s"
msgstr "Não é possível excluir o nó de indexação de documentos; %s"
#: filesystem.py:51
#, python-format
msgid "Unable to create indexing directory; %s"
msgstr "Não é possível criar o diretório de indexação; %s"
#: 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 "Não é possível excluir o link simbólico do documento; %s"
#: filesystem.py:96
#, python-format
msgid "Unable to delete indexing directory; %s"
msgstr "Não é possível excluir o diretório de indexação; %s"
#: links.py:25 views.py:77
#: links.py:25 views.py:75
msgid "Create index"
msgstr ""
@@ -98,7 +50,7 @@ msgstr ""
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:302
#: links.py:29 models.py:19 views.py:300
msgid "Document types"
msgstr ""
@@ -122,105 +74,84 @@ msgstr ""
msgid "Deletes and creates from scratch all the document indexes."
msgstr "Exclui e criar a partir do zero todos os índices de documento."
#: models.py:14
#, python-format
msgid "Available functions: %s"
msgstr "Funções disponíveis: %s "
#: models.py:18 views.py:44
#: models.py:15 views.py:42
msgid "Name"
msgstr ""
#: models.py:18
#: models.py:15
msgid "Internal name used to reference this index."
msgstr ""
#: models.py:19 views.py:45
#: models.py:17 views.py:43
msgid "Title"
msgstr ""
#: models.py:19
#: models.py:17
msgid "The name that will be visible to users."
msgstr ""
#: models.py:20 models.py:74 views.py:46 views.py:162
#: models.py:18 models.py:67 views.py:44 views.py:160
msgid "Enabled"
msgstr ""
#: models.py:20
#: models.py:18
msgid "Causes this index to be visible and updated when document data changes."
msgstr ""
#: models.py:65 models.py:71 views.py:245 views.py:283
#: models.py:59 models.py:65 views.py:243 views.py:281
msgid "Index"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Indexing expression"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Enter a python string expression to be evaluated."
msgstr "Digite uma expressão python para ser avaliada."
#: models.py:74
#: models.py:67
msgid "Causes this node to be visible and updated when document data changes."
msgstr ""
#: models.py:75
#: models.py:68
msgid "Link documents"
msgstr ""
#: models.py:75
#: models.py:68
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:81
#: models.py:74
msgid "Index node template"
msgstr ""
#: models.py:82
#: models.py:75
msgid "Indexes node template"
msgstr ""
#: models.py:87
#: models.py:80
msgid "Index template node"
msgstr ""
#: models.py:88
#: models.py:81
msgid "Value"
msgstr ""
#: models.py:89
#: models.py:82
msgid "Documents"
msgstr ""
#: models.py:102
#: models.py:100
msgid "Index node instance"
msgstr ""
#: models.py:103
#: models.py:101
msgid "Indexes node instances"
msgstr ""
#: models.py:107
msgid "Index instance"
msgstr ""
#: models.py:108
msgid "Document"
msgstr ""
#: models.py:115
msgid "Document rename count"
msgstr ""
#: models.py:116
msgid "Documents rename count"
msgstr ""
#: permissions.py:7
msgid "Indexing"
msgstr "Indexando"
@@ -249,131 +180,121 @@ 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 ""
#: views.py:71
#: views.py:69
msgid "Index created successfully."
msgstr ""
#: views.py:94
#: views.py:92
msgid "Index edited successfully"
msgstr ""
#: views.py:100
#: views.py:98
#, python-format
msgid "Edit index: %s"
msgstr ""
#: views.py:123
#: views.py:121
#, python-format
msgid "Index: %s deleted successfully."
msgstr ""
#: views.py:125
#: views.py:123
#, python-format
msgid "Index: %(index)s delete error: %(error)s"
msgstr ""
#: views.py:136
#: views.py:134
#, python-format
msgid "Are you sure you with to delete the index: %s?"
msgstr ""
#: views.py:158
#: views.py:156
#, python-format
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:161
#: views.py:159
msgid "Level"
msgstr ""
#: views.py:163
#: views.py:161
msgid "Has document links?"
msgstr ""
#: views.py:185
#: views.py:183
#, python-format
msgid "Document types not in index: %s"
msgstr ""
#: views.py:186
#: views.py:184
#, python-format
msgid "Document types for index: %s"
msgstr ""
#: views.py:208
#: views.py:206
msgid "Index template node created successfully."
msgstr ""
#: views.py:214
#: views.py:212
msgid "Create child node"
msgstr ""
#: views.py:233
#: views.py:231
msgid "Index template node edited successfully"
msgstr ""
#: views.py:239
#: views.py:237
#, python-format
msgid "Edit index template node: %s"
msgstr ""
#: views.py:246 views.py:284 views.py:351
#: views.py:244 views.py:282 views.py:349
msgid "Node"
msgstr ""
#: views.py:267
#: views.py:265
#, python-format
msgid "Node: %s deleted successfully."
msgstr ""
#: views.py:269
#: views.py:267
#, python-format
msgid "Node: %(node)s delete error: %(error)s"
msgstr ""
#: views.py:278
#: views.py:276
#, python-format
msgid "Are you sure you with to delete the index template node: %s?"
msgstr ""
#: views.py:301
#: views.py:299
msgid "Nodes"
msgstr ""
#: views.py:333
#: views.py:331
#, python-format
msgid "Contents for index: %s"
msgstr ""
#: views.py:355
#: views.py:353
msgid "Items"
msgstr ""
#: views.py:380
#: views.py:378
msgid "Are you sure you wish to rebuild all indexes?"
msgstr "Tem certeza de que deseja reconstruir todos os índices?"
#: views.py:381
#: views.py:379
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."
#: views.py:386
msgid "Index rebuild completed successfully."
#: views.py:383
#, fuzzy
msgid "Index rebuild queued successfully."
msgstr "Reconstrução de índice concluída com êxito."
#: views.py:393
#, python-format
msgid "Index rebuild error: %s"
msgstr "Reconstrução de índice de erro: %s"
#: views.py:416
#: views.py:405
#, python-format
msgid "Indexes containing: %s"
msgstr ""
@@ -382,6 +303,34 @@ msgstr ""
msgid "Root"
msgstr ""
#~ msgid "Maximum suffix (%s) count reached."
#~ msgstr "Quantidade máxima do sufixo (%s) alcançada."
#~ 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 "
#~ msgid "Unable to delete document indexing node; %s"
#~ msgstr "Não é possível excluir o nó de indexação de documentos; %s"
#~ msgid "Unable to create indexing directory; %s"
#~ msgstr "Não é possível criar o diretório de indexação; %s"
#~ msgid "Unable to delete document symbolic link; %s"
#~ 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"
#~ msgid "Available functions: %s"
#~ msgstr "Funções disponíveis: %s "
#~ msgid "Index rebuild error: %s"
#~ msgstr "Reconstrução de índice de erro: %s"
#~ msgid "indexes"
#~ msgstr "índices"

View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-30 11:33-0400\n"
"POT-Creation-Date: 2015-01-11 17:57-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-"
@@ -21,69 +21,21 @@ msgstr ""
"Plural-Forms: nplurals=3; plural=(n==1?0:(((n%100>19)||((n%100==0)&&(n!=0)))?"
"2:1));\n"
#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66
#: views.py:40 views.py:298
#: __init__.py:39 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60
#: views.py:38 views.py:296
msgid "Indexes"
msgstr "Indexuri"
#: __init__.py:60
msgid "Returns a list of all the indexes."
msgstr ""
#: api.py:76
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr "Maximum suffix (%s) atins."
#: api.py:91
#, python-format
#: api.py:50
#, fuzzy, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr ""
"Eroare în exprimare actualizare documentul de indexare: %(expression)s; "
"Error indexing document: %(document)s; expression: %(expression)s; "
"%(exception)s"
#: api.py:102 api.py:117
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
"Eroare la actualizarea indicele documentului, expresia: %(expression)s; "
"%(exception)s"
#: api.py:162
#, python-format
msgid "Unable to delete document indexing node; %s"
msgstr "Imposibil de șters indexarea nod document;% s"
#: filesystem.py:51
#, python-format
msgid "Unable to create indexing directory; %s"
msgstr "Nu se poate crea directorul indexare;% s"
#: 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 "Imposibil de șters link de document simbolic;% s"
#: filesystem.py:96
#, python-format
msgid "Unable to delete indexing directory; %s"
msgstr "Imposibil de șters directorul indexare;% s"
#: links.py:25 views.py:77
#: links.py:25 views.py:75
msgid "Create index"
msgstr ""
@@ -99,7 +51,7 @@ msgstr ""
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:302
#: links.py:29 models.py:19 views.py:300
msgid "Document types"
msgstr ""
@@ -123,60 +75,55 @@ msgstr ""
msgid "Deletes and creates from scratch all the document indexes."
msgstr "Șterge și creează de la zero toate indexurile de documente."
#: models.py:14
#, python-format
msgid "Available functions: %s"
msgstr "Funcții disponibile:% s"
#: models.py:18 views.py:44
#: models.py:15 views.py:42
msgid "Name"
msgstr ""
#: models.py:18
#: models.py:15
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
#: models.py:17 views.py:43
msgid "Title"
msgstr ""
#: models.py:19
#: models.py:17
msgid "The name that will be visible to users."
msgstr "Numele care va fi vizibil pentru utilizatori."
#: models.py:20 models.py:74 views.py:46 views.py:162
#: models.py:18 models.py:67 views.py:44 views.py:160
msgid "Enabled"
msgstr ""
#: models.py:20
#: models.py:18
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:65 models.py:71 views.py:245 views.py:283
#: models.py:59 models.py:65 views.py:243 views.py:281
msgid "Index"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Indexing expression"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Enter a python string expression to be evaluated."
msgstr "Introduceți o expresie șir python care urmează să fie evaluate."
#: models.py:74
#: models.py:67
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ă."
#: models.py:75
#: models.py:68
msgid "Link documents"
msgstr ""
#: models.py:75
#: models.py:68
msgid ""
"Check this option to have this node act as a container for documents and not "
"as a parent for further nodes."
@@ -184,50 +131,34 @@ 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:81
#: models.py:74
msgid "Index node template"
msgstr ""
#: models.py:82
#: models.py:75
msgid "Indexes node template"
msgstr ""
#: models.py:87
#: models.py:80
msgid "Index template node"
msgstr ""
#: models.py:88
#: models.py:81
msgid "Value"
msgstr ""
#: models.py:89
#: models.py:82
msgid "Documents"
msgstr ""
#: models.py:102
#: models.py:100
msgid "Index node instance"
msgstr ""
#: models.py:103
#: models.py:101
msgid "Indexes node instances"
msgstr ""
#: models.py:107
msgid "Index instance"
msgstr ""
#: models.py:108
msgid "Document"
msgstr ""
#: models.py:115
msgid "Document rename count"
msgstr ""
#: models.py:116
msgid "Documents rename count"
msgstr ""
#: permissions.py:7
msgid "Indexing"
msgstr "Indexare"
@@ -256,133 +187,121 @@ 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."
#: views.py:71
#: views.py:69
msgid "Index created successfully."
msgstr "Index creat cu succes."
#: views.py:94
#: views.py:92
msgid "Index edited successfully"
msgstr "Indexul a fost editat cu succes"
#: views.py:100
#: views.py:98
#, python-format
msgid "Edit index: %s"
msgstr ""
#: views.py:123
#: views.py:121
#, python-format
msgid "Index: %s deleted successfully."
msgstr "Index:% s eliminat cu succes."
#: views.py:125
#: views.py:123
#, python-format
msgid "Index: %(index)s delete error: %(error)s"
msgstr "eroare de ștergere %(error)s a indexului:%(index)s"
#: views.py:136
#: views.py:134
#, python-format
msgid "Are you sure you with to delete the index: %s?"
msgstr "Ești sigur că vă să ștergeți indexul: % s?"
#: views.py:158
#: views.py:156
#, python-format
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:161
#: views.py:159
msgid "Level"
msgstr ""
#: views.py:163
#: views.py:161
msgid "Has document links?"
msgstr ""
#: views.py:185
#: views.py:183
#, python-format
msgid "Document types not in index: %s"
msgstr ""
#: views.py:186
#: views.py:184
#, python-format
msgid "Document types for index: %s"
msgstr ""
#: views.py:208
#: views.py:206
msgid "Index template node created successfully."
msgstr "Nodul șablon index creat cu succes."
#: views.py:214
#: views.py:212
msgid "Create child node"
msgstr ""
#: views.py:233
#: views.py:231
msgid "Index template node edited successfully"
msgstr "Nod șablon index a fost editat cu succes"
#: views.py:239
#: views.py:237
#, python-format
msgid "Edit index template node: %s"
msgstr ""
#: views.py:246 views.py:284 views.py:351
#: views.py:244 views.py:282 views.py:349
msgid "Node"
msgstr ""
#: views.py:267
#: views.py:265
#, python-format
msgid "Node: %s deleted successfully."
msgstr "Nod:% s eliminat cu succes."
#: views.py:269
#: views.py:267
#, python-format
msgid "Node: %(node)s delete error: %(error)s"
msgstr "eroare de ștergere %(error)s pentru nodul :%(node)s"
#: views.py:278
#: views.py:276
#, python-format
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:301
#: views.py:299
msgid "Nodes"
msgstr ""
#: views.py:333
#: views.py:331
#, python-format
msgid "Contents for index: %s"
msgstr ""
#: views.py:355
#: views.py:353
msgid "Items"
msgstr ""
#: views.py:380
#: views.py:378
msgid "Are you sure you wish to rebuild all indexes?"
msgstr "Sunteți sigur că doriți să reconstruiți toate indexurile?"
#: views.py:381
#: views.py:379
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."
#: views.py:386
msgid "Index rebuild completed successfully."
#: views.py:383
#, fuzzy
msgid "Index rebuild queued successfully."
msgstr "Reconstruire index finalizat cu succes."
#: views.py:393
#, python-format
msgid "Index rebuild error: %s"
msgstr "Index reconstrui eroare:% s"
#: views.py:416
#: views.py:405
#, python-format
msgid "Indexes containing: %s"
msgstr ""
@@ -391,6 +310,41 @@ msgstr ""
msgid "Root"
msgstr ""
#~ msgid "Maximum suffix (%s) count reached."
#~ msgstr "Maximum suffix (%s) atins."
#~ msgid ""
#~ "Error in document indexing update expression: %(expression)s; "
#~ "%(exception)s"
#~ msgstr ""
#~ "Eroare în exprimare actualizare documentul de indexare: %(expression)s; "
#~ "%(exception)s"
#~ msgid "Unable to delete document indexing node; %s"
#~ msgstr "Imposibil de șters indexarea nod document;% s"
#~ msgid "Unable to create indexing directory; %s"
#~ msgstr "Nu se poate crea directorul indexare;% s"
#~ msgid "Unable to delete document symbolic link; %s"
#~ msgstr "Imposibil de șters link de document simbolic;% s"
#~ msgid "Unable to delete indexing directory; %s"
#~ msgstr "Imposibil de șters directorul indexare;% s"
#~ msgid "Available functions: %s"
#~ msgstr "Funcții disponibile:% s"
#~ 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 "Index rebuild error: %s"
#~ msgstr "Index reconstrui eroare:% s"
#~ msgid "document indexes"
#~ msgstr "indexuri documente"

View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-30 11:33-0400\n"
"POT-Creation-Date: 2015-01-11 17:57-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/"
@@ -21,69 +21,21 @@ msgstr ""
"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:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66
#: views.py:40 views.py:298
#: __init__.py:39 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60
#: views.py:38 views.py:296
msgid "Indexes"
msgstr "Индексы"
#: __init__.py:60
msgid "Returns a list of all the indexes."
msgstr ""
#: api.py:76
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr "Достигнуто максимальное (%s) число суффиксов "
#: api.py:91
#, python-format
#: api.py:50
#, fuzzy, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr ""
"Ошибка в выражении обновления индексов документа: %(expression)s; "
"Error indexing document: %(document)s; expression: %(expression)s; "
"%(exception)s"
#: api.py:102 api.py:117
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
"Ошибка при обновлении индекса документа, выражение: %(expression)s; "
"%(exception)s"
#: api.py:162
#, python-format
msgid "Unable to delete document indexing node; %s"
msgstr "Не удается удалить узел индексирования документов; %s."
#: filesystem.py:51
#, python-format
msgid "Unable to create indexing directory; %s"
msgstr "Не удается создать индексации каталога; %s."
#: 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 "Не удается удалить символическую ссылку документа;%s."
#: filesystem.py:96
#, python-format
msgid "Unable to delete indexing directory; %s"
msgstr "Не удается удалить каталог индексации; %s."
#: links.py:25 views.py:77
#: links.py:25 views.py:75
msgid "Create index"
msgstr ""
@@ -99,7 +51,7 @@ msgstr ""
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:302
#: links.py:29 models.py:19 views.py:300
msgid "Document types"
msgstr ""
@@ -123,108 +75,87 @@ msgstr ""
msgid "Deletes and creates from scratch all the document indexes."
msgstr "Удаляет и создается с нуля, все индексы документа."
#: models.py:14
#, python-format
msgid "Available functions: %s"
msgstr "Доступные функции: %s."
#: models.py:18 views.py:44
#: models.py:15 views.py:42
msgid "Name"
msgstr ""
#: models.py:18
#: models.py:15
msgid "Internal name used to reference this index."
msgstr "внутреннее имя, используемое для ссылки на этот индекс."
#: models.py:19 views.py:45
#: models.py:17 views.py:43
msgid "Title"
msgstr ""
#: models.py:19
#: models.py:17
msgid "The name that will be visible to users."
msgstr "Имя, которое будет видно пользователям."
#: models.py:20 models.py:74 views.py:46 views.py:162
#: models.py:18 models.py:67 views.py:44 views.py:160
msgid "Enabled"
msgstr ""
#: models.py:20
#: models.py:18
msgid "Causes this index to be visible and updated when document data changes."
msgstr ""
"Этот индекс должен быть видимым и обновляться при изменении данных документа."
#: models.py:65 models.py:71 views.py:245 views.py:283
#: models.py:59 models.py:65 views.py:243 views.py:281
msgid "Index"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Indexing expression"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Enter a python string expression to be evaluated."
msgstr "Введите строковое выражение питона для вычисления."
#: models.py:74
#: models.py:67
msgid "Causes this node to be visible and updated when document data changes."
msgstr ""
"Этот узел должен быть видимым и обновляются при изменении данных документа."
#: models.py:75
#: models.py:68
msgid "Link documents"
msgstr ""
#: models.py:75
#: models.py:68
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:81
#: models.py:74
msgid "Index node template"
msgstr ""
#: models.py:82
#: models.py:75
msgid "Indexes node template"
msgstr ""
#: models.py:87
#: models.py:80
msgid "Index template node"
msgstr ""
#: models.py:88
#: models.py:81
msgid "Value"
msgstr ""
#: models.py:89
#: models.py:82
msgid "Documents"
msgstr ""
#: models.py:102
#: models.py:100
msgid "Index node instance"
msgstr ""
#: models.py:103
#: models.py:101
msgid "Indexes node instances"
msgstr ""
#: models.py:107
msgid "Index instance"
msgstr ""
#: models.py:108
msgid "Document"
msgstr ""
#: models.py:115
msgid "Document rename count"
msgstr ""
#: models.py:116
msgid "Documents rename count"
msgstr ""
#: permissions.py:7
msgid "Indexing"
msgstr "Индексирование"
@@ -253,134 +184,122 @@ 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 ""
"Словарь, который отображает имя индекса и где на файловой системе он будет "
"отражен."
#: views.py:71
#: views.py:69
msgid "Index created successfully."
msgstr "Индекс создан."
#: views.py:94
#: views.py:92
msgid "Index edited successfully"
msgstr "Индекс изменен"
#: views.py:100
#: views.py:98
#, python-format
msgid "Edit index: %s"
msgstr ""
#: views.py:123
#: views.py:121
#, python-format
msgid "Index: %s deleted successfully."
msgstr "Индекс %s удален."
#: views.py:125
#: views.py:123
#, python-format
msgid "Index: %(index)s delete error: %(error)s"
msgstr "Индекс %(index)s - ошибка удаления %(error)s"
#: views.py:136
#: views.py:134
#, python-format
msgid "Are you sure you with to delete the index: %s?"
msgstr "Удалить индекс %s?"
#: views.py:158
#: views.py:156
#, python-format
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:161
#: views.py:159
msgid "Level"
msgstr ""
#: views.py:163
#: views.py:161
msgid "Has document links?"
msgstr ""
#: views.py:185
#: views.py:183
#, python-format
msgid "Document types not in index: %s"
msgstr ""
#: views.py:186
#: views.py:184
#, python-format
msgid "Document types for index: %s"
msgstr ""
#: views.py:208
#: views.py:206
msgid "Index template node created successfully."
msgstr "узел шаблона индексирования создан"
#: views.py:214
#: views.py:212
msgid "Create child node"
msgstr ""
#: views.py:233
#: views.py:231
msgid "Index template node edited successfully"
msgstr "узел шаблона индексирования изменён"
#: views.py:239
#: views.py:237
#, python-format
msgid "Edit index template node: %s"
msgstr ""
#: views.py:246 views.py:284 views.py:351
#: views.py:244 views.py:282 views.py:349
msgid "Node"
msgstr ""
#: views.py:267
#: views.py:265
#, python-format
msgid "Node: %s deleted successfully."
msgstr "Узел %s удален."
#: views.py:269
#: views.py:267
#, python-format
msgid "Node: %(node)s delete error: %(error)s"
msgstr "Узел %(node)s - ошибка удаления %(error)s"
#: views.py:278
#: views.py:276
#, python-format
msgid "Are you sure you with to delete the index template node: %s?"
msgstr "Вы уверены, что нужно удалить узел шаблона индексирования %s?"
#: views.py:301
#: views.py:299
msgid "Nodes"
msgstr ""
#: views.py:333
#: views.py:331
#, python-format
msgid "Contents for index: %s"
msgstr ""
#: views.py:355
#: views.py:353
msgid "Items"
msgstr ""
#: views.py:380
#: views.py:378
msgid "Are you sure you wish to rebuild all indexes?"
msgstr "Вы уверены, что хотите перестроить все индексы?"
#: views.py:381
#: views.py:379
msgid "On large databases this operation may take some time to execute."
msgstr ""
"В больших базах данных эта операция может занять некоторое время для "
"выполнения."
#: views.py:386
msgid "Index rebuild completed successfully."
#: views.py:383
#, fuzzy
msgid "Index rebuild queued successfully."
msgstr "восстановление индекса успешно завершено."
#: views.py:393
#, python-format
msgid "Index rebuild error: %s"
msgstr "Индекс восстановить ошибка: %s"
#: views.py:416
#: views.py:405
#, python-format
msgid "Indexes containing: %s"
msgstr ""
@@ -389,6 +308,41 @@ msgstr ""
msgid "Root"
msgstr ""
#~ msgid "Maximum suffix (%s) count reached."
#~ msgstr "Достигнуто максимальное (%s) число суффиксов "
#~ msgid ""
#~ "Error in document indexing update expression: %(expression)s; "
#~ "%(exception)s"
#~ msgstr ""
#~ "Ошибка в выражении обновления индексов документа: %(expression)s; "
#~ "%(exception)s"
#~ msgid "Unable to delete document indexing node; %s"
#~ msgstr "Не удается удалить узел индексирования документов; %s."
#~ msgid "Unable to create indexing directory; %s"
#~ msgstr "Не удается создать индексации каталога; %s."
#~ msgid "Unable to delete document symbolic link; %s"
#~ msgstr "Не удается удалить символическую ссылку документа;%s."
#~ msgid "Unable to delete indexing directory; %s"
#~ msgstr "Не удается удалить каталог индексации; %s."
#~ msgid "Available functions: %s"
#~ msgstr "Доступные функции: %s."
#~ msgid ""
#~ "A dictionary that maps the index name and where on the filesystem that "
#~ "index will be mirrored."
#~ msgstr ""
#~ "Словарь, который отображает имя индекса и где на файловой системе он "
#~ "будет отражен."
#~ msgid "Index rebuild error: %s"
#~ msgstr "Индекс восстановить ошибка: %s"
#~ msgid "document indexes"
#~ msgstr "индексы документов"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-30 11:33-0400\n"
"POT-Creation-Date: 2015-01-11 17:57-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/"
@@ -20,65 +20,19 @@ msgstr ""
"Plural-Forms: nplurals=4; plural=(n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n"
"%100==4 ? 2 : 3);\n"
#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66
#: views.py:40 views.py:298
#: __init__.py:39 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60
#: views.py:38 views.py:296
msgid "Indexes"
msgstr ""
#: __init__.py:60
msgid "Returns a list of all the indexes."
msgstr ""
#: api.py:76
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr ""
#: api.py:91
#: api.py:50
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
"Error indexing document: %(document)s; expression: %(expression)s; "
"%(exception)s"
msgstr ""
#: api.py:102 api.py:117
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:162
#, 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:25 views.py:77
#: links.py:25 views.py:75
msgid "Create index"
msgstr ""
@@ -94,7 +48,7 @@ msgstr ""
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:302
#: links.py:29 models.py:19 views.py:300
msgid "Document types"
msgstr ""
@@ -118,105 +72,84 @@ msgstr ""
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
#: models.py:15 views.py:42
msgid "Name"
msgstr ""
#: models.py:18
#: models.py:15
msgid "Internal name used to reference this index."
msgstr ""
#: models.py:19 views.py:45
#: models.py:17 views.py:43
msgid "Title"
msgstr ""
#: models.py:19
#: models.py:17
msgid "The name that will be visible to users."
msgstr ""
#: models.py:20 models.py:74 views.py:46 views.py:162
#: models.py:18 models.py:67 views.py:44 views.py:160
msgid "Enabled"
msgstr ""
#: models.py:20
#: models.py:18
msgid "Causes this index to be visible and updated when document data changes."
msgstr ""
#: models.py:65 models.py:71 views.py:245 views.py:283
#: models.py:59 models.py:65 views.py:243 views.py:281
msgid "Index"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Indexing expression"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Enter a python string expression to be evaluated."
msgstr ""
#: models.py:74
#: models.py:67
msgid "Causes this node to be visible and updated when document data changes."
msgstr ""
#: models.py:75
#: models.py:68
msgid "Link documents"
msgstr ""
#: models.py:75
#: models.py:68
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:81
#: models.py:74
msgid "Index node template"
msgstr ""
#: models.py:82
#: models.py:75
msgid "Indexes node template"
msgstr ""
#: models.py:87
#: models.py:80
msgid "Index template node"
msgstr ""
#: models.py:88
#: models.py:81
msgid "Value"
msgstr ""
#: models.py:89
#: models.py:82
msgid "Documents"
msgstr ""
#: models.py:102
#: models.py:100
msgid "Index node instance"
msgstr ""
#: models.py:103
#: models.py:101
msgid "Indexes node instances"
msgstr ""
#: models.py:107
msgid "Index instance"
msgstr ""
#: models.py:108
msgid "Document"
msgstr ""
#: models.py:115
msgid "Document rename count"
msgstr ""
#: models.py:116
msgid "Documents rename count"
msgstr ""
#: permissions.py:7
msgid "Indexing"
msgstr ""
@@ -245,130 +178,119 @@ 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 ""
#: views.py:71
#: views.py:69
msgid "Index created successfully."
msgstr ""
#: views.py:94
#: views.py:92
msgid "Index edited successfully"
msgstr ""
#: views.py:100
#: views.py:98
#, python-format
msgid "Edit index: %s"
msgstr ""
#: views.py:123
#: views.py:121
#, python-format
msgid "Index: %s deleted successfully."
msgstr ""
#: views.py:125
#: views.py:123
#, python-format
msgid "Index: %(index)s delete error: %(error)s"
msgstr ""
#: views.py:136
#: views.py:134
#, python-format
msgid "Are you sure you with to delete the index: %s?"
msgstr ""
#: views.py:158
#: views.py:156
#, python-format
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:161
#: views.py:159
msgid "Level"
msgstr ""
#: views.py:163
#: views.py:161
msgid "Has document links?"
msgstr ""
#: views.py:185
#: views.py:183
#, python-format
msgid "Document types not in index: %s"
msgstr ""
#: views.py:186
#: views.py:184
#, python-format
msgid "Document types for index: %s"
msgstr ""
#: views.py:208
#: views.py:206
msgid "Index template node created successfully."
msgstr ""
#: views.py:214
#: views.py:212
msgid "Create child node"
msgstr ""
#: views.py:233
#: views.py:231
msgid "Index template node edited successfully"
msgstr ""
#: views.py:239
#: views.py:237
#, python-format
msgid "Edit index template node: %s"
msgstr ""
#: views.py:246 views.py:284 views.py:351
#: views.py:244 views.py:282 views.py:349
msgid "Node"
msgstr ""
#: views.py:267
#: views.py:265
#, python-format
msgid "Node: %s deleted successfully."
msgstr ""
#: views.py:269
#: views.py:267
#, python-format
msgid "Node: %(node)s delete error: %(error)s"
msgstr ""
#: views.py:278
#: views.py:276
#, python-format
msgid "Are you sure you with to delete the index template node: %s?"
msgstr ""
#: views.py:301
#: views.py:299
msgid "Nodes"
msgstr ""
#: views.py:333
#: views.py:331
#, python-format
msgid "Contents for index: %s"
msgstr ""
#: views.py:355
#: views.py:353
msgid "Items"
msgstr ""
#: views.py:380
#: views.py:378
msgid "Are you sure you wish to rebuild all indexes?"
msgstr ""
#: views.py:381
#: views.py:379
msgid "On large databases this operation may take some time to execute."
msgstr ""
#: views.py:386
msgid "Index rebuild completed successfully."
#: views.py:383
msgid "Index rebuild queued successfully."
msgstr ""
#: views.py:393
#, python-format
msgid "Index rebuild error: %s"
msgstr ""
#: views.py:416
#: views.py:405
#, python-format
msgid "Indexes containing: %s"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-30 11:33-0400\n"
"POT-Creation-Date: 2015-01-11 17:57-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/"
@@ -19,65 +19,19 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66
#: views.py:40 views.py:298
#: __init__.py:39 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60
#: views.py:38 views.py:296
msgid "Indexes"
msgstr ""
#: __init__.py:60
msgid "Returns a list of all the indexes."
msgstr ""
#: api.py:76
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr ""
#: api.py:91
#: api.py:50
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
"Error indexing document: %(document)s; expression: %(expression)s; "
"%(exception)s"
msgstr ""
#: api.py:102 api.py:117
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:162
#, 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:25 views.py:77
#: links.py:25 views.py:75
msgid "Create index"
msgstr ""
@@ -93,7 +47,7 @@ msgstr ""
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:302
#: links.py:29 models.py:19 views.py:300
msgid "Document types"
msgstr ""
@@ -117,105 +71,84 @@ msgstr ""
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
#: models.py:15 views.py:42
msgid "Name"
msgstr ""
#: models.py:18
#: models.py:15
msgid "Internal name used to reference this index."
msgstr ""
#: models.py:19 views.py:45
#: models.py:17 views.py:43
msgid "Title"
msgstr ""
#: models.py:19
#: models.py:17
msgid "The name that will be visible to users."
msgstr ""
#: models.py:20 models.py:74 views.py:46 views.py:162
#: models.py:18 models.py:67 views.py:44 views.py:160
msgid "Enabled"
msgstr ""
#: models.py:20
#: models.py:18
msgid "Causes this index to be visible and updated when document data changes."
msgstr ""
#: models.py:65 models.py:71 views.py:245 views.py:283
#: models.py:59 models.py:65 views.py:243 views.py:281
msgid "Index"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Indexing expression"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Enter a python string expression to be evaluated."
msgstr ""
#: models.py:74
#: models.py:67
msgid "Causes this node to be visible and updated when document data changes."
msgstr ""
#: models.py:75
#: models.py:68
msgid "Link documents"
msgstr ""
#: models.py:75
#: models.py:68
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:81
#: models.py:74
msgid "Index node template"
msgstr ""
#: models.py:82
#: models.py:75
msgid "Indexes node template"
msgstr ""
#: models.py:87
#: models.py:80
msgid "Index template node"
msgstr ""
#: models.py:88
#: models.py:81
msgid "Value"
msgstr ""
#: models.py:89
#: models.py:82
msgid "Documents"
msgstr ""
#: models.py:102
#: models.py:100
msgid "Index node instance"
msgstr ""
#: models.py:103
#: models.py:101
msgid "Indexes node instances"
msgstr ""
#: models.py:107
msgid "Index instance"
msgstr ""
#: models.py:108
msgid "Document"
msgstr ""
#: models.py:115
msgid "Document rename count"
msgstr ""
#: models.py:116
msgid "Documents rename count"
msgstr ""
#: permissions.py:7
msgid "Indexing"
msgstr ""
@@ -244,130 +177,119 @@ 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 ""
#: views.py:71
#: views.py:69
msgid "Index created successfully."
msgstr ""
#: views.py:94
#: views.py:92
msgid "Index edited successfully"
msgstr ""
#: views.py:100
#: views.py:98
#, python-format
msgid "Edit index: %s"
msgstr ""
#: views.py:123
#: views.py:121
#, python-format
msgid "Index: %s deleted successfully."
msgstr ""
#: views.py:125
#: views.py:123
#, python-format
msgid "Index: %(index)s delete error: %(error)s"
msgstr ""
#: views.py:136
#: views.py:134
#, python-format
msgid "Are you sure you with to delete the index: %s?"
msgstr ""
#: views.py:158
#: views.py:156
#, python-format
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:161
#: views.py:159
msgid "Level"
msgstr ""
#: views.py:163
#: views.py:161
msgid "Has document links?"
msgstr ""
#: views.py:185
#: views.py:183
#, python-format
msgid "Document types not in index: %s"
msgstr ""
#: views.py:186
#: views.py:184
#, python-format
msgid "Document types for index: %s"
msgstr ""
#: views.py:208
#: views.py:206
msgid "Index template node created successfully."
msgstr ""
#: views.py:214
#: views.py:212
msgid "Create child node"
msgstr ""
#: views.py:233
#: views.py:231
msgid "Index template node edited successfully"
msgstr ""
#: views.py:239
#: views.py:237
#, python-format
msgid "Edit index template node: %s"
msgstr ""
#: views.py:246 views.py:284 views.py:351
#: views.py:244 views.py:282 views.py:349
msgid "Node"
msgstr ""
#: views.py:267
#: views.py:265
#, python-format
msgid "Node: %s deleted successfully."
msgstr ""
#: views.py:269
#: views.py:267
#, python-format
msgid "Node: %(node)s delete error: %(error)s"
msgstr ""
#: views.py:278
#: views.py:276
#, python-format
msgid "Are you sure you with to delete the index template node: %s?"
msgstr ""
#: views.py:301
#: views.py:299
msgid "Nodes"
msgstr ""
#: views.py:333
#: views.py:331
#, python-format
msgid "Contents for index: %s"
msgstr ""
#: views.py:355
#: views.py:353
msgid "Items"
msgstr ""
#: views.py:380
#: views.py:378
msgid "Are you sure you wish to rebuild all indexes?"
msgstr ""
#: views.py:381
#: views.py:379
msgid "On large databases this operation may take some time to execute."
msgstr ""
#: views.py:386
msgid "Index rebuild completed successfully."
#: views.py:383
msgid "Index rebuild queued successfully."
msgstr ""
#: views.py:393
#, python-format
msgid "Index rebuild error: %s"
msgstr ""
#: views.py:416
#: views.py:405
#, python-format
msgid "Indexes containing: %s"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-30 11:33-0400\n"
"POT-Creation-Date: 2015-01-11 17:58-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-"
@@ -19,65 +19,19 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66
#: views.py:40 views.py:298
#: __init__.py:39 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60
#: views.py:38 views.py:296
msgid "Indexes"
msgstr ""
#: __init__.py:60
msgid "Returns a list of all the indexes."
msgstr ""
#: api.py:76
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr ""
#: api.py:91
#: api.py:50
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
"Error indexing document: %(document)s; expression: %(expression)s; "
"%(exception)s"
msgstr ""
#: api.py:102 api.py:117
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:162
#, 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:25 views.py:77
#: links.py:25 views.py:75
msgid "Create index"
msgstr ""
@@ -93,7 +47,7 @@ msgstr ""
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:302
#: links.py:29 models.py:19 views.py:300
msgid "Document types"
msgstr ""
@@ -117,105 +71,84 @@ msgstr ""
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
#: models.py:15 views.py:42
msgid "Name"
msgstr ""
#: models.py:18
#: models.py:15
msgid "Internal name used to reference this index."
msgstr ""
#: models.py:19 views.py:45
#: models.py:17 views.py:43
msgid "Title"
msgstr ""
#: models.py:19
#: models.py:17
msgid "The name that will be visible to users."
msgstr ""
#: models.py:20 models.py:74 views.py:46 views.py:162
#: models.py:18 models.py:67 views.py:44 views.py:160
msgid "Enabled"
msgstr ""
#: models.py:20
#: models.py:18
msgid "Causes this index to be visible and updated when document data changes."
msgstr ""
#: models.py:65 models.py:71 views.py:245 views.py:283
#: models.py:59 models.py:65 views.py:243 views.py:281
msgid "Index"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Indexing expression"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Enter a python string expression to be evaluated."
msgstr ""
#: models.py:74
#: models.py:67
msgid "Causes this node to be visible and updated when document data changes."
msgstr ""
#: models.py:75
#: models.py:68
msgid "Link documents"
msgstr ""
#: models.py:75
#: models.py:68
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:81
#: models.py:74
msgid "Index node template"
msgstr ""
#: models.py:82
#: models.py:75
msgid "Indexes node template"
msgstr ""
#: models.py:87
#: models.py:80
msgid "Index template node"
msgstr ""
#: models.py:88
#: models.py:81
msgid "Value"
msgstr ""
#: models.py:89
#: models.py:82
msgid "Documents"
msgstr ""
#: models.py:102
#: models.py:100
msgid "Index node instance"
msgstr ""
#: models.py:103
#: models.py:101
msgid "Indexes node instances"
msgstr ""
#: models.py:107
msgid "Index instance"
msgstr ""
#: models.py:108
msgid "Document"
msgstr ""
#: models.py:115
msgid "Document rename count"
msgstr ""
#: models.py:116
msgid "Documents rename count"
msgstr ""
#: permissions.py:7
msgid "Indexing"
msgstr ""
@@ -244,130 +177,119 @@ 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 ""
#: views.py:71
#: views.py:69
msgid "Index created successfully."
msgstr ""
#: views.py:94
#: views.py:92
msgid "Index edited successfully"
msgstr ""
#: views.py:100
#: views.py:98
#, python-format
msgid "Edit index: %s"
msgstr ""
#: views.py:123
#: views.py:121
#, python-format
msgid "Index: %s deleted successfully."
msgstr ""
#: views.py:125
#: views.py:123
#, python-format
msgid "Index: %(index)s delete error: %(error)s"
msgstr ""
#: views.py:136
#: views.py:134
#, python-format
msgid "Are you sure you with to delete the index: %s?"
msgstr ""
#: views.py:158
#: views.py:156
#, python-format
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:161
#: views.py:159
msgid "Level"
msgstr ""
#: views.py:163
#: views.py:161
msgid "Has document links?"
msgstr ""
#: views.py:185
#: views.py:183
#, python-format
msgid "Document types not in index: %s"
msgstr ""
#: views.py:186
#: views.py:184
#, python-format
msgid "Document types for index: %s"
msgstr ""
#: views.py:208
#: views.py:206
msgid "Index template node created successfully."
msgstr ""
#: views.py:214
#: views.py:212
msgid "Create child node"
msgstr ""
#: views.py:233
#: views.py:231
msgid "Index template node edited successfully"
msgstr ""
#: views.py:239
#: views.py:237
#, python-format
msgid "Edit index template node: %s"
msgstr ""
#: views.py:246 views.py:284 views.py:351
#: views.py:244 views.py:282 views.py:349
msgid "Node"
msgstr ""
#: views.py:267
#: views.py:265
#, python-format
msgid "Node: %s deleted successfully."
msgstr ""
#: views.py:269
#: views.py:267
#, python-format
msgid "Node: %(node)s delete error: %(error)s"
msgstr ""
#: views.py:278
#: views.py:276
#, python-format
msgid "Are you sure you with to delete the index template node: %s?"
msgstr ""
#: views.py:301
#: views.py:299
msgid "Nodes"
msgstr ""
#: views.py:333
#: views.py:331
#, python-format
msgid "Contents for index: %s"
msgstr ""
#: views.py:355
#: views.py:353
msgid "Items"
msgstr ""
#: views.py:380
#: views.py:378
msgid "Are you sure you wish to rebuild all indexes?"
msgstr ""
#: views.py:381
#: views.py:379
msgid "On large databases this operation may take some time to execute."
msgstr ""
#: views.py:386
msgid "Index rebuild completed successfully."
#: views.py:383
msgid "Index rebuild queued successfully."
msgstr ""
#: views.py:393
#, python-format
msgid "Index rebuild error: %s"
msgstr ""
#: views.py:416
#: views.py:405
#, python-format
msgid "Indexes containing: %s"
msgstr ""

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-30 11:33-0400\n"
"POT-Creation-Date: 2015-01-11 17:58-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/"
@@ -19,65 +19,19 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66
#: views.py:40 views.py:298
#: __init__.py:39 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60
#: views.py:38 views.py:296
msgid "Indexes"
msgstr ""
#: __init__.py:60
msgid "Returns a list of all the indexes."
msgstr ""
#: api.py:76
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr ""
#: api.py:91
#: api.py:50
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
"Error indexing document: %(document)s; expression: %(expression)s; "
"%(exception)s"
msgstr ""
#: api.py:102 api.py:117
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:162
#, 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:25 views.py:77
#: links.py:25 views.py:75
msgid "Create index"
msgstr ""
@@ -93,7 +47,7 @@ msgstr ""
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:302
#: links.py:29 models.py:19 views.py:300
msgid "Document types"
msgstr ""
@@ -117,105 +71,84 @@ msgstr ""
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
#: models.py:15 views.py:42
msgid "Name"
msgstr ""
#: models.py:18
#: models.py:15
msgid "Internal name used to reference this index."
msgstr ""
#: models.py:19 views.py:45
#: models.py:17 views.py:43
msgid "Title"
msgstr ""
#: models.py:19
#: models.py:17
msgid "The name that will be visible to users."
msgstr ""
#: models.py:20 models.py:74 views.py:46 views.py:162
#: models.py:18 models.py:67 views.py:44 views.py:160
msgid "Enabled"
msgstr ""
#: models.py:20
#: models.py:18
msgid "Causes this index to be visible and updated when document data changes."
msgstr ""
#: models.py:65 models.py:71 views.py:245 views.py:283
#: models.py:59 models.py:65 views.py:243 views.py:281
msgid "Index"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Indexing expression"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Enter a python string expression to be evaluated."
msgstr ""
#: models.py:74
#: models.py:67
msgid "Causes this node to be visible and updated when document data changes."
msgstr ""
#: models.py:75
#: models.py:68
msgid "Link documents"
msgstr ""
#: models.py:75
#: models.py:68
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:81
#: models.py:74
msgid "Index node template"
msgstr ""
#: models.py:82
#: models.py:75
msgid "Indexes node template"
msgstr ""
#: models.py:87
#: models.py:80
msgid "Index template node"
msgstr ""
#: models.py:88
#: models.py:81
msgid "Value"
msgstr ""
#: models.py:89
#: models.py:82
msgid "Documents"
msgstr ""
#: models.py:102
#: models.py:100
msgid "Index node instance"
msgstr ""
#: models.py:103
#: models.py:101
msgid "Indexes node instances"
msgstr ""
#: models.py:107
msgid "Index instance"
msgstr ""
#: models.py:108
msgid "Document"
msgstr ""
#: models.py:115
msgid "Document rename count"
msgstr ""
#: models.py:116
msgid "Documents rename count"
msgstr ""
#: permissions.py:7
msgid "Indexing"
msgstr ""
@@ -244,130 +177,119 @@ 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 ""
#: views.py:71
#: views.py:69
msgid "Index created successfully."
msgstr ""
#: views.py:94
#: views.py:92
msgid "Index edited successfully"
msgstr ""
#: views.py:100
#: views.py:98
#, python-format
msgid "Edit index: %s"
msgstr ""
#: views.py:123
#: views.py:121
#, python-format
msgid "Index: %s deleted successfully."
msgstr ""
#: views.py:125
#: views.py:123
#, python-format
msgid "Index: %(index)s delete error: %(error)s"
msgstr ""
#: views.py:136
#: views.py:134
#, python-format
msgid "Are you sure you with to delete the index: %s?"
msgstr ""
#: views.py:158
#: views.py:156
#, python-format
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:161
#: views.py:159
msgid "Level"
msgstr ""
#: views.py:163
#: views.py:161
msgid "Has document links?"
msgstr ""
#: views.py:185
#: views.py:183
#, python-format
msgid "Document types not in index: %s"
msgstr ""
#: views.py:186
#: views.py:184
#, python-format
msgid "Document types for index: %s"
msgstr ""
#: views.py:208
#: views.py:206
msgid "Index template node created successfully."
msgstr ""
#: views.py:214
#: views.py:212
msgid "Create child node"
msgstr ""
#: views.py:233
#: views.py:231
msgid "Index template node edited successfully"
msgstr ""
#: views.py:239
#: views.py:237
#, python-format
msgid "Edit index template node: %s"
msgstr ""
#: views.py:246 views.py:284 views.py:351
#: views.py:244 views.py:282 views.py:349
msgid "Node"
msgstr ""
#: views.py:267
#: views.py:265
#, python-format
msgid "Node: %s deleted successfully."
msgstr ""
#: views.py:269
#: views.py:267
#, python-format
msgid "Node: %(node)s delete error: %(error)s"
msgstr ""
#: views.py:278
#: views.py:276
#, python-format
msgid "Are you sure you with to delete the index template node: %s?"
msgstr ""
#: views.py:301
#: views.py:299
msgid "Nodes"
msgstr ""
#: views.py:333
#: views.py:331
#, python-format
msgid "Contents for index: %s"
msgstr ""
#: views.py:355
#: views.py:353
msgid "Items"
msgstr ""
#: views.py:380
#: views.py:378
msgid "Are you sure you wish to rebuild all indexes?"
msgstr ""
#: views.py:381
#: views.py:379
msgid "On large databases this operation may take some time to execute."
msgstr ""
#: views.py:386
msgid "Index rebuild completed successfully."
#: views.py:383
msgid "Index rebuild queued successfully."
msgstr ""
#: views.py:393
#, python-format
msgid "Index rebuild error: %s"
msgstr ""
#: views.py:416
#: views.py:405
#, python-format
msgid "Indexes containing: %s"
msgstr ""

View File

@@ -9,7 +9,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-30 11:33-0400\n"
"POT-Creation-Date: 2015-01-11 17:58-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-"
@@ -20,66 +20,19 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66
#: views.py:40 views.py:298
#: __init__.py:39 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60
#: views.py:38 views.py:296
msgid "Indexes"
msgstr "索引"
#: __init__.py:60
msgid "Returns a list of all the indexes."
msgstr ""
#: api.py:76
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr "后缀(%s)已达到最大数。"
#: api.py:91
#, python-format
#: api.py:50
#, fuzzy, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr "在文档索引时,更新表达式%(expression)s 出错:%(exception)s"
#: api.py:102 api.py:117
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
"Error indexing document: %(document)s; expression: %(expression)s; "
"%(exception)s"
msgstr "更新文档索引出错,表达式:%(expression)s异常%(exception)s"
#: api.py:162
#, python-format
msgid "Unable to delete document indexing node; %s"
msgstr "不能删除文档索引节点: %s"
#: filesystem.py:51
#, python-format
msgid "Unable to create indexing directory; %s"
msgstr "不能创建索引目录:%s"
#: filesystem.py:69
#, python-format
msgid ""
"Unable to create symbolic link, file exists and could not be deleted: "
"%(filepath)s; %(exception)s"
msgstr ""
"不能创建符号连接,文件%(filepath)s已存在并且不能被删除异常%(exception)s"
#: filesystem.py:71
#, python-format
msgid "Unable to create symbolic link: %(filepath)s; %(exception)s"
msgstr "不能创建符号连接:%(filepath)s异常%(exception)s"
#: filesystem.py:84
#, python-format
msgid "Unable to delete document symbolic link; %s"
msgstr "不能删除文档符号连接:%s"
#: filesystem.py:96
#, python-format
msgid "Unable to delete indexing directory; %s"
msgstr "不能删除索引目录:%s"
#: links.py:25 views.py:77
#: links.py:25 views.py:75
msgid "Create index"
msgstr ""
@@ -95,7 +48,7 @@ msgstr ""
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:302
#: links.py:29 models.py:19 views.py:300
msgid "Document types"
msgstr ""
@@ -119,105 +72,84 @@ msgstr ""
msgid "Deletes and creates from scratch all the document indexes."
msgstr "从所有的文档索引中删除并创建。"
#: models.py:14
#, python-format
msgid "Available functions: %s"
msgstr "有效的功能:%s"
#: models.py:18 views.py:44
#: models.py:15 views.py:42
msgid "Name"
msgstr ""
#: models.py:18
#: models.py:15
msgid "Internal name used to reference this index."
msgstr "内部名称用于引用此索引"
#: models.py:19 views.py:45
#: models.py:17 views.py:43
msgid "Title"
msgstr ""
#: models.py:19
#: models.py:17
msgid "The name that will be visible to users."
msgstr "名称被用户可见。"
#: models.py:20 models.py:74 views.py:46 views.py:162
#: models.py:18 models.py:67 views.py:44 views.py:160
msgid "Enabled"
msgstr ""
#: models.py:20
#: models.py:18
msgid "Causes this index to be visible and updated when document data changes."
msgstr "当文档数据变化时,将导致索引被更新和可见。"
#: models.py:65 models.py:71 views.py:245 views.py:283
#: models.py:59 models.py:65 views.py:243 views.py:281
msgid "Index"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Indexing expression"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Enter a python string expression to be evaluated."
msgstr "输入可执行的python表达式"
#: models.py:74
#: models.py:67
msgid "Causes this node to be visible and updated when document data changes."
msgstr "当文档数据变化时,导致节点被更新和可见。"
#: models.py:75
#: models.py:68
msgid "Link documents"
msgstr ""
#: models.py:75
#: models.py:68
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:81
#: models.py:74
msgid "Index node template"
msgstr ""
#: models.py:82
#: models.py:75
msgid "Indexes node template"
msgstr ""
#: models.py:87
#: models.py:80
msgid "Index template node"
msgstr ""
#: models.py:88
#: models.py:81
msgid "Value"
msgstr ""
#: models.py:89
#: models.py:82
msgid "Documents"
msgstr ""
#: models.py:102
#: models.py:100
msgid "Index node instance"
msgstr ""
#: models.py:103
#: models.py:101
msgid "Indexes node instances"
msgstr ""
#: models.py:107
msgid "Index instance"
msgstr ""
#: models.py:108
msgid "Document"
msgstr ""
#: models.py:115
msgid "Document rename count"
msgstr ""
#: models.py:116
msgid "Documents rename count"
msgstr ""
#: permissions.py:7
msgid "Indexing"
msgstr "索引"
@@ -246,130 +178,120 @@ 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 "字典将索引名字映射成文件系统所在的位置。"
#: views.py:71
#: views.py:69
msgid "Index created successfully."
msgstr "索引创建成功"
#: views.py:94
#: views.py:92
msgid "Index edited successfully"
msgstr "索引编辑成功"
#: views.py:100
#: views.py:98
#, python-format
msgid "Edit index: %s"
msgstr ""
#: views.py:123
#: views.py:121
#, python-format
msgid "Index: %s deleted successfully."
msgstr "索引:%s删除成功"
#: views.py:125
#: views.py:123
#, python-format
msgid "Index: %(index)s delete error: %(error)s"
msgstr "删除索引%(index)s出错%(error)s"
#: views.py:136
#: views.py:134
#, python-format
msgid "Are you sure you with to delete the index: %s?"
msgstr "确定要删除索引:%s么?"
#: views.py:158
#: views.py:156
#, python-format
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:161
#: views.py:159
msgid "Level"
msgstr ""
#: views.py:163
#: views.py:161
msgid "Has document links?"
msgstr ""
#: views.py:185
#: views.py:183
#, python-format
msgid "Document types not in index: %s"
msgstr ""
#: views.py:186
#: views.py:184
#, python-format
msgid "Document types for index: %s"
msgstr ""
#: views.py:208
#: views.py:206
msgid "Index template node created successfully."
msgstr "索引模版节点创建成功"
#: views.py:214
#: views.py:212
msgid "Create child node"
msgstr ""
#: views.py:233
#: views.py:231
msgid "Index template node edited successfully"
msgstr "索引模版节点编辑成功"
#: views.py:239
#: views.py:237
#, python-format
msgid "Edit index template node: %s"
msgstr ""
#: views.py:246 views.py:284 views.py:351
#: views.py:244 views.py:282 views.py:349
msgid "Node"
msgstr ""
#: views.py:267
#: views.py:265
#, python-format
msgid "Node: %s deleted successfully."
msgstr "节点: %s删除成功"
#: views.py:269
#: views.py:267
#, python-format
msgid "Node: %(node)s delete error: %(error)s"
msgstr "节点: %(node)s删除出错: %(error)s"
#: views.py:278
#: views.py:276
#, python-format
msgid "Are you sure you with to delete the index template node: %s?"
msgstr "确定要删除索引模版节点:%s么"
#: views.py:301
#: views.py:299
msgid "Nodes"
msgstr ""
#: views.py:333
#: views.py:331
#, python-format
msgid "Contents for index: %s"
msgstr ""
#: views.py:355
#: views.py:353
msgid "Items"
msgstr ""
#: views.py:380
#: views.py:378
msgid "Are you sure you wish to rebuild all indexes?"
msgstr "确定要重建全部索引么?"
#: views.py:381
#: views.py:379
msgid "On large databases this operation may take some time to execute."
msgstr "在大数据库中,此操作将比较耗时。"
#: views.py:386
msgid "Index rebuild completed successfully."
#: views.py:383
#, fuzzy
msgid "Index rebuild queued successfully."
msgstr "索引重建成功。"
#: views.py:393
#, python-format
msgid "Index rebuild error: %s"
msgstr "索引重建错误:%s"
#: views.py:416
#: views.py:405
#, python-format
msgid "Indexes containing: %s"
msgstr ""
@@ -378,6 +300,47 @@ msgstr ""
msgid "Root"
msgstr ""
#~ msgid "Maximum suffix (%s) count reached."
#~ msgstr "后缀(%s)已达到最大数。"
#~ msgid ""
#~ "Error in document indexing update expression: %(expression)s; "
#~ "%(exception)s"
#~ msgstr "在文档索引时,更新表达式%(expression)s 出错:%(exception)s"
#~ msgid "Unable to delete document indexing node; %s"
#~ msgstr "不能删除文档索引节点: %s"
#~ msgid "Unable to create indexing directory; %s"
#~ msgstr "不能创建索引目录:%s"
#~ msgid ""
#~ "Unable to create symbolic link, file exists and could not be deleted: "
#~ "%(filepath)s; %(exception)s"
#~ msgstr ""
#~ "不能创建符号连接,文件%(filepath)s已存在并且不能被删除异常"
#~ "%(exception)s"
#~ msgid "Unable to create symbolic link: %(filepath)s; %(exception)s"
#~ msgstr "不能创建符号连接:%(filepath)s异常%(exception)s"
#~ msgid "Unable to delete document symbolic link; %s"
#~ msgstr "不能删除文档符号连接:%s"
#~ msgid "Unable to delete indexing directory; %s"
#~ msgstr "不能删除索引目录:%s"
#~ msgid "Available functions: %s"
#~ msgstr "有效的功能:%s"
#~ msgid ""
#~ "A dictionary that maps the index name and where on the filesystem that "
#~ "index will be mirrored."
#~ msgstr "字典将索引名字映射成文件系统所在的位置。"
#~ msgid "Index rebuild error: %s"
#~ msgstr "索引重建错误:%s"
#~ msgid "document indexes"
#~ msgstr "文档索引"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2014-10-30 11:33-0400\n"
"POT-Creation-Date: 2015-01-11 17:58-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-"
@@ -19,65 +19,19 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#: __init__.py:46 links.py:23 links.py:24 links.py:38 links.py:40 models.py:66
#: views.py:40 views.py:298
#: __init__.py:39 links.py:23 links.py:24 links.py:38 links.py:40 models.py:60
#: views.py:38 views.py:296
msgid "Indexes"
msgstr ""
#: __init__.py:60
msgid "Returns a list of all the indexes."
msgstr ""
#: api.py:76
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr ""
#: api.py:91
#: api.py:50
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
"Error indexing document: %(document)s; expression: %(expression)s; "
"%(exception)s"
msgstr ""
#: api.py:102 api.py:117
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:162
#, 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:25 views.py:77
#: links.py:25 views.py:75
msgid "Create index"
msgstr ""
@@ -93,7 +47,7 @@ msgstr ""
msgid "Tree template"
msgstr ""
#: links.py:29 models.py:21 views.py:302
#: links.py:29 models.py:19 views.py:300
msgid "Document types"
msgstr ""
@@ -117,105 +71,84 @@ msgstr ""
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
#: models.py:15 views.py:42
msgid "Name"
msgstr ""
#: models.py:18
#: models.py:15
msgid "Internal name used to reference this index."
msgstr ""
#: models.py:19 views.py:45
#: models.py:17 views.py:43
msgid "Title"
msgstr ""
#: models.py:19
#: models.py:17
msgid "The name that will be visible to users."
msgstr ""
#: models.py:20 models.py:74 views.py:46 views.py:162
#: models.py:18 models.py:67 views.py:44 views.py:160
msgid "Enabled"
msgstr ""
#: models.py:20
#: models.py:18
msgid "Causes this index to be visible and updated when document data changes."
msgstr ""
#: models.py:65 models.py:71 views.py:245 views.py:283
#: models.py:59 models.py:65 views.py:243 views.py:281
msgid "Index"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Indexing expression"
msgstr ""
#: models.py:72
#: models.py:66
msgid "Enter a python string expression to be evaluated."
msgstr ""
#: models.py:74
#: models.py:67
msgid "Causes this node to be visible and updated when document data changes."
msgstr ""
#: models.py:75
#: models.py:68
msgid "Link documents"
msgstr ""
#: models.py:75
#: models.py:68
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:81
#: models.py:74
msgid "Index node template"
msgstr ""
#: models.py:82
#: models.py:75
msgid "Indexes node template"
msgstr ""
#: models.py:87
#: models.py:80
msgid "Index template node"
msgstr ""
#: models.py:88
#: models.py:81
msgid "Value"
msgstr ""
#: models.py:89
#: models.py:82
msgid "Documents"
msgstr ""
#: models.py:102
#: models.py:100
msgid "Index node instance"
msgstr ""
#: models.py:103
#: models.py:101
msgid "Indexes node instances"
msgstr ""
#: models.py:107
msgid "Index instance"
msgstr ""
#: models.py:108
msgid "Document"
msgstr ""
#: models.py:115
msgid "Document rename count"
msgstr ""
#: models.py:116
msgid "Documents rename count"
msgstr ""
#: permissions.py:7
msgid "Indexing"
msgstr ""
@@ -244,130 +177,119 @@ 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 ""
#: views.py:71
#: views.py:69
msgid "Index created successfully."
msgstr ""
#: views.py:94
#: views.py:92
msgid "Index edited successfully"
msgstr ""
#: views.py:100
#: views.py:98
#, python-format
msgid "Edit index: %s"
msgstr ""
#: views.py:123
#: views.py:121
#, python-format
msgid "Index: %s deleted successfully."
msgstr ""
#: views.py:125
#: views.py:123
#, python-format
msgid "Index: %(index)s delete error: %(error)s"
msgstr ""
#: views.py:136
#: views.py:134
#, python-format
msgid "Are you sure you with to delete the index: %s?"
msgstr ""
#: views.py:158
#: views.py:156
#, python-format
msgid "Tree template nodes for index: %s"
msgstr ""
#: views.py:161
#: views.py:159
msgid "Level"
msgstr ""
#: views.py:163
#: views.py:161
msgid "Has document links?"
msgstr ""
#: views.py:185
#: views.py:183
#, python-format
msgid "Document types not in index: %s"
msgstr ""
#: views.py:186
#: views.py:184
#, python-format
msgid "Document types for index: %s"
msgstr ""
#: views.py:208
#: views.py:206
msgid "Index template node created successfully."
msgstr ""
#: views.py:214
#: views.py:212
msgid "Create child node"
msgstr ""
#: views.py:233
#: views.py:231
msgid "Index template node edited successfully"
msgstr ""
#: views.py:239
#: views.py:237
#, python-format
msgid "Edit index template node: %s"
msgstr ""
#: views.py:246 views.py:284 views.py:351
#: views.py:244 views.py:282 views.py:349
msgid "Node"
msgstr ""
#: views.py:267
#: views.py:265
#, python-format
msgid "Node: %s deleted successfully."
msgstr ""
#: views.py:269
#: views.py:267
#, python-format
msgid "Node: %(node)s delete error: %(error)s"
msgstr ""
#: views.py:278
#: views.py:276
#, python-format
msgid "Are you sure you with to delete the index template node: %s?"
msgstr ""
#: views.py:301
#: views.py:299
msgid "Nodes"
msgstr ""
#: views.py:333
#: views.py:331
#, python-format
msgid "Contents for index: %s"
msgstr ""
#: views.py:355
#: views.py:353
msgid "Items"
msgstr ""
#: views.py:380
#: views.py:378
msgid "Are you sure you wish to rebuild all indexes?"
msgstr ""
#: views.py:381
#: views.py:379
msgid "On large databases this operation may take some time to execute."
msgstr ""
#: views.py:386
msgid "Index rebuild completed successfully."
#: views.py:383
msgid "Index rebuild queued successfully."
msgstr ""
#: views.py:393
#, python-format
msgid "Index rebuild error: %s"
msgstr ""
#: views.py:416
#: views.py:405
#, python-format
msgid "Indexes containing: %s"
msgstr ""