Language translations sync

This commit is contained in:
Roberto Rosario
2013-01-25 20:28:44 -04:00
parent d58c4faa80
commit cb1b14f543
763 changed files with 19715 additions and 6826 deletions

Binary file not shown.

View File

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

View File

@@ -1,22 +1,21 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
#
# Translators:
# <pkoldamov@gmail.com>, 2012.
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 03:19-0400\n"
"PO-Revision-Date: 2012-10-18 05:40+0000\n"
"Last-Translator: Pavlin Koldamov <pkoldamov@gmail.com>\n"
"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/"
"language/bg/)\n"
"Language: bg\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
"PO-Revision-Date: 2012-12-12 06:05+0000\n"
"Last-Translator: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>\n"
"Language-Team: Bulgarian (http://www.transifex.com/projects/p/mayan-edms/language/bg/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: bg\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: __init__.py:31 __init__.py:46 __init__.py:48 models.py:64 views.py:39
@@ -45,9 +44,8 @@ msgid "tree template"
msgstr ""
#: __init__.py:37 models.py:21 views.py:314
#, fuzzy
msgid "document types"
msgstr "документи"
msgstr ""
#: __init__.py:39
msgid "new child node"
@@ -144,10 +142,9 @@ msgid "enabled"
msgstr "активирано"
#: models.py:20
msgid "Causes this index to be visible and updated when document data changes."
msgstr ""
"Предизвиква този индекс да бъдат видим и актуализиран, когато данните в "
"документа се променят."
msgid ""
"Causes this index to be visible and updated when document data changes."
msgstr "Предизвиква този индекс да бъдат видим и актуализиран, когато данните в документа се променят."
#: models.py:63 models.py:69 views.py:105 views.py:136 views.py:162
#: views.py:198 views.py:225 views.py:255 views.py:295
@@ -172,8 +169,8 @@ msgstr ""
#: models.py:73
msgid ""
"Check this option to have this node act as a container for documents and not "
"as a parent for further nodes."
"Check this option to have this node act as a container for documents and not"
" as a parent for further nodes."
msgstr ""
#: models.py:83 models.py:89
@@ -245,9 +242,8 @@ msgid "Rebuild document indexes"
msgstr ""
#: utils.py:19
#, fuzzy
msgid "document indexes"
msgstr "документи"
msgstr ""
#: views.py:72
msgid "Index created successfully."
@@ -373,8 +369,8 @@ msgstr ""
#: conf/settings.py:22
msgid ""
"A dictionary that maps the index name and where on the filesystem that index "
"will be mirrored."
"A dictionary that maps the index name and where on the filesystem that index"
" will be mirrored."
msgstr ""
#: templates/indexing_help.html:3

View File

@@ -1,23 +1,22 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
#
# Translators:
# <sl@suchreflex.de>, 2012.
# <tilmann.sittig@web.de>, 2012.
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 03:19-0400\n"
"PO-Revision-Date: 2012-09-20 07:59+0000\n"
"Last-Translator: Manticor <sl@suchreflex.de>\n"
"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-"
"edms/language/de_DE/)\n"
"Language: de_DE\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
"PO-Revision-Date: 2012-12-12 06:05+0000\n"
"Last-Translator: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>\n"
"Language-Team: German (Germany) (http://www.transifex.com/projects/p/mayan-edms/language/de_DE/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: de_DE\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: __init__.py:31 __init__.py:46 __init__.py:48 models.py:64 views.py:39
@@ -46,9 +45,8 @@ msgid "tree template"
msgstr "Baum-Vorlage"
#: __init__.py:37 models.py:21 views.py:314
#, fuzzy
msgid "document types"
msgstr "Dokumente"
msgstr ""
#: __init__.py:39
msgid "new child node"
@@ -85,9 +83,7 @@ msgstr "Fehler Dokument-Index-Updateausdruck: %(expression)s; %(exception)s"
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
"Fehler beim Aktualisieren des Dokumenten-Index, Ausdruck: %(expression)s; "
"%(exception)s"
msgstr "Fehler beim Aktualisieren des Dokumenten-Index, Ausdruck: %(expression)s; %(exception)s"
#: api.py:151
#, python-format
@@ -104,9 +100,7 @@ msgstr "Dokumenten-Index-Verzeichnis kann nicht erstellt werden: %s"
msgid ""
"Unable to create symbolic link, file exists and could not be deleted: "
"%(filepath)s; %(exc)s"
msgstr ""
"Erstellen der symb. Verknüpfung nicht möglich, Datei existiert und kann "
"nicht gelöscht werden: %(filepath)s; %(exc)s"
msgstr "Erstellen der symb. Verknüpfung nicht möglich, Datei existiert und kann nicht gelöscht werden: %(filepath)s; %(exc)s"
#: filesystem.py:71
#, python-format
@@ -149,10 +143,9 @@ msgid "enabled"
msgstr "aktiviert"
#: models.py:20
msgid "Causes this index to be visible and updated when document data changes."
msgstr ""
"Sorgt dafür, dass der Index sichtbar ist und aktualisiert wird, wenn sich "
"die Inhalte der Dokumente ändern."
msgid ""
"Causes this index to be visible and updated when document data changes."
msgstr "Sorgt dafür, dass der Index sichtbar ist und aktualisiert wird, wenn sich die Inhalte der Dokumente ändern."
#: models.py:63 models.py:69 views.py:105 views.py:136 views.py:162
#: views.py:198 views.py:225 views.py:255 views.py:295
@@ -165,14 +158,11 @@ msgstr "Indizierungs-Ausdruck"
#: models.py:70
msgid "Enter a python string expression to be evaluated."
msgstr ""
"Geben Sie einen python-String-Ausdruck an, der ausgewertet werden soll."
msgstr "Geben Sie einen python-String-Ausdruck an, der ausgewertet werden soll."
#: models.py:72
msgid "Causes this node to be visible and updated when document data changes."
msgstr ""
"Sorgt dafür, dass dieser Knoten sichtbar ist und aktualisiert wird, wenn "
"sich die Inhalte der Dokumente ändern."
msgstr "Sorgt dafür, dass dieser Knoten sichtbar ist und aktualisiert wird, wenn sich die Inhalte der Dokumente ändern."
#: models.py:73
msgid "link documents"
@@ -180,11 +170,9 @@ msgstr "Dokumente verknüpfen"
#: models.py:73
msgid ""
"Check this option to have this node act as a container for documents and not "
"as a parent for further nodes."
msgstr ""
"Wählen Sie diese Option, wenn der Knoten als Ordner für Dokumente und nicht "
"als Eltern-Knoten für weitere Kind-Knotenpunkte fungieren soll."
"Check this option to have this node act as a container for documents and not"
" as a parent for further nodes."
msgstr "Wählen Sie diese Option, wenn der Knoten als Ordner für Dokumente und nicht als Eltern-Knoten für weitere Kind-Knotenpunkte fungieren soll."
#: models.py:83 models.py:89
msgid "index template node"
@@ -255,9 +243,8 @@ msgid "Rebuild document indexes"
msgstr "Dokumenten-Indices neu erstellen"
#: utils.py:19
#, fuzzy
msgid "document indexes"
msgstr "Dokument-Indices bearbeiten"
msgstr ""
#: views.py:72
msgid "Index created successfully."
@@ -301,14 +288,14 @@ msgid "has document links?"
msgstr "Hat das Dokument Links?"
#: views.py:192
#, fuzzy, python-format
#, python-format
msgid "document types not in index: %s"
msgstr "Inhalt für Index: %s"
msgstr ""
#: views.py:193
#, fuzzy, python-format
#, python-format
msgid "document types for index: %s"
msgstr "Inhalt für Index: %s"
msgstr ""
#: views.py:216
msgid "Index template node created successfully."
@@ -365,8 +352,7 @@ msgstr "Sind Sie sicher, dass Sie alle Indices neu erstellen möchten?"
#: views.py:395
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."
msgstr "Bei großen Datenbanken kann dieser Vorgang einige Zeit in Anspruch nehmen."
#: views.py:401
msgid "Index rebuild completed successfully."
@@ -384,8 +370,8 @@ msgstr "Indices enthalten: %s"
#: conf/settings.py:22
msgid ""
"A dictionary that maps the index name and where on the filesystem that index "
"will be mirrored."
"A dictionary that maps the index name and where on the filesystem that index"
" will be mirrored."
msgstr ""
#: templates/indexing_help.html:3
@@ -394,5 +380,4 @@ msgstr "Was sind Indices?"
#: templates/indexing_help.html:4
msgid "Indexes group documents into a tree like hierarchical structure."
msgstr ""
"Indices gruppieren Dokumente in eine baumartige, hierarchische Struktur."
msgstr "Indices gruppieren Dokumente in eine baumartige, hierarchische Struktur."

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 03:19-0400\n"
"POT-Creation-Date: 2013-01-25 20:11-0400\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"

View File

@@ -1,22 +1,21 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
#
# Translators:
# Roberto Rosario <roberto.rosario.gonzalez@gmail.com>, 2011-2012.
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 03:19-0400\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
"PO-Revision-Date: 2012-12-12 06:14+0000\n"
"Last-Translator: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>\n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/"
"language/es/)\n"
"Language: es\n"
"Language-Team: Spanish (http://www.transifex.com/projects/p/mayan-edms/language/es/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: es\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: __init__.py:31 __init__.py:46 __init__.py:48 models.py:64 views.py:39
@@ -77,17 +76,13 @@ msgstr "Cuenta máxima de sufijo (%s) alcanzada."
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr ""
"Error en la expresión de actualización de indexación: %(expression)s; "
"%(exception)s "
msgstr "Error en la expresión de actualización de indexación: %(expression)s; %(exception)s "
#: api.py:94 api.py:109
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
"Error actualizando el indice de documento, expresión: %(expression)s; "
"%(exception)s "
msgstr "Error actualizando el indice de documento, expresión: %(expression)s; %(exception)s "
#: api.py:151
#, python-format
@@ -104,9 +99,7 @@ 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; %(exc)s"
msgstr ""
"No se puede crear un enlace simbólico, el archivo existe y no puede "
"eliminarse: %(filepath)s; %(exc)s "
msgstr "No se puede crear un enlace simbólico, el archivo existe y no puede eliminarse: %(filepath)s; %(exc)s "
#: filesystem.py:71
#, python-format
@@ -149,10 +142,9 @@ msgid "enabled"
msgstr "habilitado"
#: models.py:20
msgid "Causes this index to be visible and updated when document data changes."
msgstr ""
"Hace que este índice sea visible y actualizado cuando los datos de "
"documentos cambien."
msgid ""
"Causes this index to be visible and updated when document data changes."
msgstr "Hace que este índice sea visible y actualizado cuando los datos de documentos cambien."
#: models.py:63 models.py:69 views.py:105 views.py:136 views.py:162
#: views.py:198 views.py:225 views.py:255 views.py:295
@@ -169,9 +161,7 @@ msgstr "Introduzca una expresión de python para ser evaluada."
#: models.py:72
msgid "Causes this node to be visible and updated when document data changes."
msgstr ""
"Causa que este nodo sea visible y actualizado cuando los datos de los "
"documentos son cambiados."
msgstr "Causa que este nodo sea visible y actualizado cuando los datos de los documentos son cambiados."
#: models.py:73
msgid "link documents"
@@ -179,11 +169,9 @@ msgstr "enlace de documentos"
#: models.py:73
msgid ""
"Check this option to have this node act as a container for documents and not "
"as a parent for further nodes."
msgstr ""
"Marque esta opción para que el nodo actue como un contenedor de documentos y "
"no como un padre para mas nodos secundarios."
"Check this option to have this node act as a container for documents and not"
" as a parent for further nodes."
msgstr "Marque esta opción para que el nodo actue como un contenedor de documentos y no como un padre para mas nodos secundarios."
#: models.py:83 models.py:89
msgid "index template node"
@@ -363,9 +351,7 @@ msgstr "¿Está seguro que desea reconstruir todos los índices?"
#: views.py:395
msgid "On large databases this operation may take some time to execute."
msgstr ""
"En bases de datos de gran tamaño esta operación puede tardar algún tiempo en "
"ejecutarse."
msgstr "En bases de datos de gran tamaño esta operación puede tardar algún tiempo en ejecutarse."
#: views.py:401
msgid "Index rebuild completed successfully."
@@ -383,11 +369,9 @@ msgstr "índices que contienen: %s"
#: conf/settings.py:22
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 reflejar."
"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 reflejar."
#: templates/indexing_help.html:3
msgid "What are indexes?"
@@ -395,5 +379,4 @@ msgstr "¿Que son los índices?"
#: templates/indexing_help.html:4
msgid "Indexes group documents into a tree like hierarchical structure."
msgstr ""
"Los índices agrupan documentos en una estructura jerárquica tipo árbol. "
msgstr "Los índices agrupan documentos en una estructura jerárquica tipo árbol. "

View File

@@ -1,22 +1,21 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
#
# Translators:
# Pierre Lhoste <peter.cathbad.host@gmail.com>, 2012.
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 03:19-0400\n"
"PO-Revision-Date: 2012-07-27 21:19+0000\n"
"Last-Translator: Pierre Lhoste <peter.cathbad.host@gmail.com>\n"
"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/"
"language/fr/)\n"
"Language: fr\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
"PO-Revision-Date: 2012-12-12 06:05+0000\n"
"Last-Translator: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>\n"
"Language-Team: French (http://www.transifex.com/projects/p/mayan-edms/language/fr/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: fr\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: __init__.py:31 __init__.py:46 __init__.py:48 models.py:64 views.py:39
@@ -45,9 +44,8 @@ msgid "tree template"
msgstr "modèle d'arborescence"
#: __init__.py:37 models.py:21 views.py:314
#, fuzzy
msgid "document types"
msgstr "documents"
msgstr ""
#: __init__.py:39
msgid "new child node"
@@ -63,8 +61,7 @@ msgstr "reconstruire les indexes"
#: __init__.py:50
msgid "Deletes and creates from scratch all the document indexes."
msgstr ""
"Supprimer et reconstruire les indexes des documents en partant de zéro."
msgstr "Supprimer et reconstruire les indexes des documents en partant de zéro."
#: __init__.py:52
msgid "Indexes"
@@ -79,17 +76,13 @@ msgstr "Le nombre maximal de suffixes (%s) est atteint."
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr ""
"Erreur dans l'expression de mise à jour d'indexation du document: "
"%(expression)s; %(exception)s"
msgstr "Erreur dans l'expression de mise à jour d'indexation du document: %(expression)s; %(exception)s"
#: api.py:94 api.py:109
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
"Erreur lors de la mise à jour de l'index des documents, expression: "
"%(expression)s; %(exception)s"
msgstr "Erreur lors de la mise à jour de l'index des documents, expression: %(expression)s; %(exception)s"
#: api.py:151
#, python-format
@@ -106,9 +99,7 @@ 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; %(exc)s"
msgstr ""
"Impossible de créer le lien symbolique, le fichier existe déjà et ne peut "
"être effacé: %(filepath)s; %(exc)s"
msgstr "Impossible de créer le lien symbolique, le fichier existe déjà et ne peut être effacé: %(filepath)s; %(exc)s"
#: filesystem.py:71
#, python-format
@@ -151,10 +142,9 @@ msgid "enabled"
msgstr "activé"
#: models.py:20
msgid "Causes this index to be visible and updated when document data changes."
msgstr ""
"Permet à cet index d'être à la fois visible et mis à jour quand le contenu "
"d'un document est modifié."
msgid ""
"Causes this index to be visible and updated when document data changes."
msgstr "Permet à cet index d'être à la fois visible et mis à jour quand le contenu d'un document est modifié."
#: models.py:63 models.py:69 views.py:105 views.py:136 views.py:162
#: views.py:198 views.py:225 views.py:255 views.py:295
@@ -171,9 +161,7 @@ msgstr "Entrez une commande python à exécuter."
#: models.py:72
msgid "Causes this node to be visible and updated when document data changes."
msgstr ""
"Permet à ce noeud d'être visible et mis à jour quand le contenu d'un "
"document est modifié."
msgstr "Permet à ce noeud d'être visible et mis à jour quand le contenu d'un document est modifié."
#: models.py:73
msgid "link documents"
@@ -181,11 +169,9 @@ msgstr "documents de lien"
#: models.py:73
msgid ""
"Check this option to have this node act as a container for documents and not "
"as a parent for further nodes."
msgstr ""
"Cochez cette option pour permettre à ce noeud d'être un conteneur de "
"documents et pas seulement un noeud parent d'autres noeuds enfants."
"Check this option to have this node act as a container for documents and not"
" as a parent for further nodes."
msgstr "Cochez cette option pour permettre à ce noeud d'être un conteneur de documents et pas seulement un noeud parent d'autres noeuds enfants."
#: models.py:83 models.py:89
msgid "index template node"
@@ -256,9 +242,8 @@ msgid "Rebuild document indexes"
msgstr "Reconstruire les indexes des documents"
#: utils.py:19
#, fuzzy
msgid "document indexes"
msgstr "Modifier les indexes de documents"
msgstr ""
#: views.py:72
msgid "Index created successfully."
@@ -302,14 +287,14 @@ msgid "has document links?"
msgstr "est lié à d'autres documents ?"
#: views.py:192
#, fuzzy, python-format
#, python-format
msgid "document types not in index: %s"
msgstr "contenu de l'index:%s"
msgstr ""
#: views.py:193
#, fuzzy, python-format
#, python-format
msgid "document types for index: %s"
msgstr "contenu de l'index:%s"
msgstr ""
#: views.py:216
msgid "Index template node created successfully."
@@ -366,9 +351,7 @@ msgstr "Êtes vous certain de vouloir reconstruire tous les indexes ?"
#: views.py:395
msgid "On large databases this operation may take some time to execute."
msgstr ""
"Sur de grosses bases de données, cette opération peut prendre un certain "
"temps."
msgstr "Sur de grosses bases de données, cette opération peut prendre un certain temps."
#: views.py:401
msgid "Index rebuild completed successfully."
@@ -386,11 +369,9 @@ msgstr "indexes contenant:%s"
#: conf/settings.py:22
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."
"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."
#: templates/indexing_help.html:3
msgid "What are indexes?"
@@ -398,6 +379,4 @@ msgstr "Que sont les indexes?"
#: templates/indexing_help.html:4
msgid "Indexes group documents into a tree like hierarchical structure."
msgstr ""
"Les indexes regoupent les documents dans une structure hiérarchique "
"arborescente."
msgstr "Les indexes regoupent les documents dans une structure hiérarchique arborescente."

View File

@@ -1,7 +1,7 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
#
# Translators:
# Carlo Zanatto <>, 2012.
# <pierpaolo.baldan@gmail.com>, 2011.
@@ -9,16 +9,15 @@
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 03:19-0400\n"
"PO-Revision-Date: 2012-07-27 04:09+0000\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
"PO-Revision-Date: 2012-12-12 06:05+0000\n"
"Last-Translator: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>\n"
"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/"
"language/it/)\n"
"Language: it\n"
"Language-Team: Italian (http://www.transifex.com/projects/p/mayan-edms/language/it/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: __init__.py:31 __init__.py:46 __init__.py:48 models.py:64 views.py:39
@@ -47,9 +46,8 @@ msgid "tree template"
msgstr "albero di template"
#: __init__.py:37 models.py:21 views.py:314
#, fuzzy
msgid "document types"
msgstr "documenti"
msgstr ""
#: __init__.py:39
msgid "new child node"
@@ -80,17 +78,13 @@ msgstr "Massimo dei suffissi contati (%s) ."
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr ""
"Errore nella creazione dell'indice per l'espressione: %(expression)s; "
"%(exception)s"
msgstr "Errore nella creazione dell'indice per l'espressione: %(expression)s; %(exception)s"
#: api.py:94 api.py:109
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
"Errore nell'aggiornamento delle'indice documento per l'espressione: "
"%(expression)s; %(exception)s"
msgstr "Errore nell'aggiornamento delle'indice documento per l'espressione: %(expression)s; %(exception)s"
#: api.py:151
#, python-format
@@ -107,9 +101,7 @@ msgstr "Impossibile creare la directory per gli indici; %s"
msgid ""
"Unable to create symbolic link, file exists and could not be deleted: "
"%(filepath)s; %(exc)s"
msgstr ""
"Impossibile creare un link simbolico, il file già esiste e non può essere "
"cancellato: %(filepath)s; %(exc)s"
msgstr "Impossibile creare un link simbolico, il file già esiste e non può essere cancellato: %(filepath)s; %(exc)s"
#: filesystem.py:71
#, python-format
@@ -152,10 +144,9 @@ msgid "enabled"
msgstr "abilitato"
#: models.py:20
msgid "Causes this index to be visible and updated when document data changes."
msgstr ""
"Fa sì che questo indice possa essere visibile e aggiornato quando i dati del "
"documento cambiano."
msgid ""
"Causes this index to be visible and updated when document data changes."
msgstr "Fa sì che questo indice possa essere visibile e aggiornato quando i dati del documento cambiano."
#: models.py:63 models.py:69 views.py:105 views.py:136 views.py:162
#: views.py:198 views.py:225 views.py:255 views.py:295
@@ -172,9 +163,7 @@ msgstr "Inserisci una espressione python perchè possa essere valutata."
#: models.py:72
msgid "Causes this node to be visible and updated when document data changes."
msgstr ""
"Fa sì che questo nodo possa essere visibili e aggiornato quando i dati del "
"documento cambiano."
msgstr "Fa sì che questo nodo possa essere visibili e aggiornato quando i dati del documento cambiano."
#: models.py:73
msgid "link documents"
@@ -182,11 +171,9 @@ msgstr "link al documento"
#: models.py:73
msgid ""
"Check this option to have this node act as a container for documents and not "
"as a parent for further nodes."
msgstr ""
"Selezionare questa opzione per questo specifico nodo quale contenitore per i "
"documenti e non come un genitore per ulteriori nodi."
"Check this option to have this node act as a container for documents and not"
" as a parent for further nodes."
msgstr "Selezionare questa opzione per questo specifico nodo quale contenitore per i documenti e non come un genitore per ulteriori nodi."
#: models.py:83 models.py:89
msgid "index template node"
@@ -257,9 +244,8 @@ msgid "Rebuild document indexes"
msgstr "Ricostruisci indici documento"
#: utils.py:19
#, fuzzy
msgid "document indexes"
msgstr "Modifica gli indici dei documenti"
msgstr ""
#: views.py:72
msgid "Index created successfully."
@@ -303,14 +289,14 @@ msgid "has document links?"
msgstr ""
#: views.py:192
#, fuzzy, python-format
#, python-format
msgid "document types not in index: %s"
msgstr "contenuto per indice: %s"
msgstr ""
#: views.py:193
#, fuzzy, python-format
#, python-format
msgid "document types for index: %s"
msgstr "contenuto per indice: %s"
msgstr ""
#: views.py:216
msgid "Index template node created successfully."
@@ -367,9 +353,7 @@ msgstr "Sei sicuro di voler ricostruire l'indice ?"
#: views.py:395
msgid "On large databases this operation may take some time to execute."
msgstr ""
"Per un database di grosse dimensioni l'operazione protrebbe aver bisogno di "
"tempo."
msgstr "Per un database di grosse dimensioni l'operazione protrebbe aver bisogno di tempo."
#: views.py:401
msgid "Index rebuild completed successfully."
@@ -387,11 +371,9 @@ msgstr "Gli indici contengono: %s"
#: conf/settings.py:22
msgid ""
"A dictionary that maps the index name and where on the filesystem that index "
"will be mirrored."
msgstr ""
"Un dizionario che associa il nome dell'indice e dove sul filesystem verrà "
"copiato."
"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."
#: templates/indexing_help.html:3
msgid "What are indexes?"
@@ -399,6 +381,4 @@ msgstr "Cosa sono gli indici ?"
#: templates/indexing_help.html:4
msgid "Indexes group documents into a tree like hierarchical structure."
msgstr ""
"Gli Indici dei documenti rappresentano , nella forma di albero, la struttura "
"gerarchica dei documenti stessi.."
msgstr "Gli Indici dei documenti rappresentano , nella forma di albero, la struttura gerarchica dei documenti stessi.."

View File

@@ -1,31 +1,31 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
#
# Translators:
# Lucas Weel <ljj.weel@gmail.com>, 2013.
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 03:19-0400\n"
"PO-Revision-Date: 2012-07-27 04:09+0000\n"
"Last-Translator: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>\n"
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/"
"mayan-edms/language/nl_NL/)\n"
"Language: nl_NL\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
"PO-Revision-Date: 2013-01-21 10:57+0000\n"
"Last-Translator: Lucas Weel <ljj.weel@gmail.com>\n"
"Language-Team: Dutch (Netherlands) (http://www.transifex.com/projects/p/mayan-edms/language/nl_NL/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: nl_NL\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: __init__.py:31 __init__.py:46 __init__.py:48 models.py:64 views.py:39
#: views.py:310
msgid "indexes"
msgstr ""
msgstr "indexeringen"
#: __init__.py:32 __init__.py:43
msgid "index list"
msgstr ""
msgstr "indexeringslijst"
#: __init__.py:33 views.py:78
msgid "create index"
@@ -53,53 +53,53 @@ msgstr ""
#: __init__.py:45
msgid "go up one level"
msgstr ""
msgstr "een niveau omhoog"
#: __init__.py:50
msgid "rebuild indexes"
msgstr ""
msgstr "opnieuw indexeren"
#: __init__.py:50
msgid "Deletes and creates from scratch all the document indexes."
msgstr ""
msgstr "document indexeringen vernieuwen"
#: __init__.py:52
msgid "Indexes"
msgstr ""
msgstr "Indexeringen"
#: api.py:71
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr ""
msgstr "Maximal aantal achtervoegsels (%s) bereikt"
#: api.py:85
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr ""
msgstr "Fout in de expressie voor document indexering. Expressie: %(expression)s. Foutmelding: %(exception)s"
#: api.py:94 api.py:109
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
msgstr "Fout bij vernieuwen document index, expressie: %(expression)s. Foutmelding: %(exception)s"
#: api.py:151
#, python-format
msgid "Unable to delete document indexing node; %s"
msgstr ""
msgstr "Niet mogelijk om de documentindexeringsknoop te verwijderen. Foutmelding: %s"
#: filesystem.py:51
#, python-format
msgid "Unable to create indexing directory; %s"
msgstr ""
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; %(exc)s"
msgstr ""
msgstr "Niet mogelijke om een 'symbolic link' aan te maken. Bestand bestaat reeds en kan niet worden verwijdert. Foutmelding: %(filepath)s; %(exc)s"
#: filesystem.py:71
#, python-format
@@ -142,7 +142,8 @@ msgid "enabled"
msgstr ""
#: models.py:20
msgid "Causes this index to be visible and updated when document data changes."
msgid ""
"Causes this index to be visible and updated when document data changes."
msgstr ""
#: models.py:63 models.py:69 views.py:105 views.py:136 views.py:162
@@ -168,8 +169,8 @@ msgstr ""
#: models.py:73
msgid ""
"Check this option to have this node act as a container for documents and not "
"as a parent for further nodes."
"Check this option to have this node act as a container for documents and not"
" as a parent for further nodes."
msgstr ""
#: models.py:83 models.py:89
@@ -214,7 +215,7 @@ msgstr ""
#: permissions.py:7
msgid "Indexing"
msgstr ""
msgstr "Indexering bezig"
#: permissions.py:9
msgid "Configure document indexes"
@@ -234,11 +235,11 @@ msgstr ""
#: permissions.py:14
msgid "View document indexes"
msgstr ""
msgstr "Bekijk document-indexeringen"
#: permissions.py:15
msgid "Rebuild document indexes"
msgstr ""
msgstr "documenten opnieuw indexeren"
#: utils.py:19
msgid "document indexes"
@@ -368,8 +369,8 @@ msgstr ""
#: conf/settings.py:22
msgid ""
"A dictionary that maps the index name and where on the filesystem that index "
"will be mirrored."
"A dictionary that maps the index name and where on the filesystem that index"
" will be mirrored."
msgstr ""
#: templates/indexing_help.html:3

View File

@@ -1,24 +1,22 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
#
# Translators:
# <winterfall24@gmail.com>, 2012.
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 03:19-0400\n"
"PO-Revision-Date: 2012-07-27 04:09+0000\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
"PO-Revision-Date: 2012-12-12 06:05+0000\n"
"Last-Translator: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/"
"language/pl/)\n"
"Language: pl\n"
"Language-Team: Polish (http://www.transifex.com/projects/p/mayan-edms/language/pl/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 "
"|| n%100>=20) ? 1 : 2);\n"
"Language: pl\n"
"Plural-Forms: nplurals=3; plural=(n==1 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#: __init__.py:31 __init__.py:46 __init__.py:48 models.py:64 views.py:39
#: views.py:310
@@ -46,9 +44,8 @@ msgid "tree template"
msgstr "szablon drzewo"
#: __init__.py:37 models.py:21 views.py:314
#, fuzzy
msgid "document types"
msgstr "dokumenty"
msgstr ""
#: __init__.py:39
msgid "new child node"
@@ -79,15 +76,13 @@ msgstr "Maximum suffix (%s) count reached."
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr "Error in document indexing update expression: %(expression)s; %(exception)s"
#: api.py:94 api.py:109
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr "Error updating document index, expression: %(expression)s; %(exception)s"
#: api.py:151
#, python-format
@@ -104,9 +99,7 @@ msgstr "Nie można utworzyć katalogu indeksowania;%s"
msgid ""
"Unable to create symbolic link, file exists and could not be deleted: "
"%(filepath)s; %(exc)s"
msgstr ""
"Nie można utworzyć dowiązania symbolicznego, plik istnieje i nie może zostać "
"usunięty: %(filepath)s ; %(exc)s "
msgstr "Nie można utworzyć dowiązania symbolicznego, plik istnieje i nie może zostać usunięty: %(filepath)s ; %(exc)s "
#: filesystem.py:71
#, python-format
@@ -149,10 +142,9 @@ msgid "enabled"
msgstr "włączony"
#: models.py:20
msgid "Causes this index to be visible and updated when document data changes."
msgstr ""
"Powoduje że ten wskaźnik będzie widoczny i zaktualizowany podczas zmiany "
"danych dokumentów."
msgid ""
"Causes this index to be visible and updated when document data changes."
msgstr "Powoduje że ten wskaźnik będzie widoczny i zaktualizowany podczas zmiany danych dokumentów."
#: models.py:63 models.py:69 views.py:105 views.py:136 views.py:162
#: views.py:198 views.py:225 views.py:255 views.py:295
@@ -177,11 +169,9 @@ msgstr "link documents"
#: models.py:73
msgid ""
"Check this option to have this node act as a container for documents and not "
"as a parent for further nodes."
msgstr ""
"Check this option to have this node act as a container for documents and not "
"as a parent for further nodes."
"Check this option to have this node act as a container for documents and not"
" as a parent for further nodes."
msgstr "Check this option to have this node act as a container for documents and not as a parent for further nodes."
#: models.py:83 models.py:89
msgid "index template node"
@@ -252,9 +242,8 @@ msgid "Rebuild document indexes"
msgstr "Odbuduj indeksy dokumentów"
#: utils.py:19
#, fuzzy
msgid "document indexes"
msgstr "Edytuj indeksy dokumentów"
msgstr ""
#: views.py:72
msgid "Index created successfully."
@@ -298,14 +287,14 @@ msgid "has document links?"
msgstr ""
#: views.py:192
#, fuzzy, python-format
#, python-format
msgid "document types not in index: %s"
msgstr "Zawartość dla indeksu:%s"
msgstr ""
#: views.py:193
#, fuzzy, python-format
#, python-format
msgid "document types for index: %s"
msgstr "Zawartość dla indeksu:%s"
msgstr ""
#: views.py:216
msgid "Index template node created successfully."
@@ -380,8 +369,8 @@ msgstr "indeksy zawierające:%s"
#: conf/settings.py:22
msgid ""
"A dictionary that maps the index name and where on the filesystem that index "
"will be mirrored."
"A dictionary that maps the index name and where on the filesystem that index"
" will be mirrored."
msgstr ""
#: templates/indexing_help.html:3

View File

@@ -1,23 +1,22 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
#
# Translators:
# Renata Oliveira <renatabels@gmail.com>, 2011.
# Vítor Figueiró <vfigueiro@gmail.com>, 2012.
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 03:19-0400\n"
"PO-Revision-Date: 2012-07-27 04:09+0000\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
"PO-Revision-Date: 2012-12-12 06:05+0000\n"
"Last-Translator: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>\n"
"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/"
"language/pt/)\n"
"Language: pt\n"
"Language-Team: Portuguese (http://www.transifex.com/projects/p/mayan-edms/language/pt/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pt\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
#: __init__.py:31 __init__.py:46 __init__.py:48 models.py:64 views.py:39
@@ -46,9 +45,8 @@ msgid "tree template"
msgstr "modelo de árvore"
#: __init__.py:37 models.py:21 views.py:314
#, fuzzy
msgid "document types"
msgstr "documentos"
msgstr ""
#: __init__.py:39
msgid "new child node"
@@ -79,17 +77,13 @@ msgstr "Contagem máxima do sufixo (%s) alcançada."
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr ""
"Erro na expressão de atualização de indexação de documentos: %(expression)s; "
"%(exception)s "
msgstr "Erro na expressão de atualização de indexação de documentos: %(expression)s; %(exception)s "
#: api.py:94 api.py:109
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
"Erro ao atualizar índice de documentos, expressão: %(expression)s ; "
"%(exception)s "
msgstr "Erro ao atualizar índice de documentos, expressão: %(expression)s ; %(exception)s "
#: api.py:151
#, python-format
@@ -106,9 +100,7 @@ msgstr "Não é possível criar o diretório de indexação; %s"
msgid ""
"Unable to create symbolic link, file exists and could not be deleted: "
"%(filepath)s; %(exc)s"
msgstr ""
"Não é possível criar a ligação simbólica, o ficheiro existe e não pode ser "
"excluído: %(filepath)s; %(exc)s "
msgstr "Não é possível criar a ligação simbólica, o ficheiro existe e não pode ser excluído: %(filepath)s; %(exc)s "
#: filesystem.py:71
#, python-format
@@ -151,10 +143,9 @@ msgid "enabled"
msgstr "habilitado"
#: models.py:20
msgid "Causes this index to be visible and updated when document data changes."
msgstr ""
"Faz com que este índice seja visível e atualizado quando os dados do "
"documento forem alterados."
msgid ""
"Causes this index to be visible and updated when document data changes."
msgstr "Faz com que este índice seja visível e atualizado quando os dados do documento forem alterados."
#: models.py:63 models.py:69 views.py:105 views.py:136 views.py:162
#: views.py:198 views.py:225 views.py:255 views.py:295
@@ -171,9 +162,7 @@ msgstr "Digite uma expressão python para ser avaliada."
#: models.py:72
msgid "Causes this node to be visible and updated when document data changes."
msgstr ""
"Faz com que este nó seja visível e atualizado quando os dados do documento "
"forem alterados."
msgstr "Faz com que este nó seja visível e atualizado quando os dados do documento forem alterados."
#: models.py:73
msgid "link documents"
@@ -181,11 +170,9 @@ msgstr "ligar documentos"
#: models.py:73
msgid ""
"Check this option to have this node act as a container for documents and not "
"as a parent for further nodes."
msgstr ""
"Escolha esta opção para que este nó atue como contentor para documentos e "
"não como pai de outros nós."
"Check this option to have this node act as a container for documents and not"
" as a parent for further nodes."
msgstr "Escolha esta opção para que este nó atue como contentor para documentos e não como pai de outros nós."
#: models.py:83 models.py:89
msgid "index template node"
@@ -256,9 +243,8 @@ msgid "Rebuild document indexes"
msgstr "Reconstruir índices de documento"
#: utils.py:19
#, fuzzy
msgid "document indexes"
msgstr "Editar índices de documento"
msgstr ""
#: views.py:72
msgid "Index created successfully."
@@ -302,14 +288,14 @@ msgid "has document links?"
msgstr ""
#: views.py:192
#, fuzzy, python-format
#, python-format
msgid "document types not in index: %s"
msgstr "conteúdos para o índice: %s"
msgstr ""
#: views.py:193
#, fuzzy, python-format
#, python-format
msgid "document types for index: %s"
msgstr "conteúdos para o índice: %s"
msgstr ""
#: views.py:216
msgid "Index template node created successfully."
@@ -384,11 +370,9 @@ msgstr "índices contendo: %s"
#: conf/settings.py:22
msgid ""
"A dictionary that maps the index name and where on the filesystem that index "
"will be mirrored."
msgstr ""
"Um dicionário que mapeia o nome do índice com o local no sistema de "
"ficheiros onde será espelhado."
"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."
#: templates/indexing_help.html:3
msgid "What are indexes?"
@@ -396,5 +380,4 @@ msgstr "O que são índices?"
#: templates/indexing_help.html:4
msgid "Indexes group documents into a tree like hierarchical structure."
msgstr ""
"Os índices agrupam documentos numa árvore como uma estrutura hierárquica."
msgstr "Os índices agrupam documentos numa árvore como uma estrutura hierárquica."

View File

@@ -1,22 +1,21 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
#
# Translators:
# Renata Oliveira <renatabels@gmail.com>, 2011.
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 03:19-0400\n"
"PO-Revision-Date: 2012-07-27 04:09+0000\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
"PO-Revision-Date: 2012-12-12 06:05+0000\n"
"Last-Translator: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/"
"mayan-edms/language/pt_BR/)\n"
"Language: pt_BR\n"
"Language-Team: Portuguese (Brazil) (http://www.transifex.com/projects/p/mayan-edms/language/pt_BR/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Language: pt_BR\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
#: __init__.py:31 __init__.py:46 __init__.py:48 models.py:64 views.py:39
@@ -45,9 +44,8 @@ msgid "tree template"
msgstr ""
#: __init__.py:37 models.py:21 views.py:314
#, fuzzy
msgid "document types"
msgstr "documentos"
msgstr ""
#: __init__.py:39
msgid "new child node"
@@ -78,17 +76,13 @@ msgstr "Quantidade máxima do sufixo (%s) alcançada."
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr ""
"Erro de atualização na expressão de indexação do documento: %(expression)s; "
"%(exception)s "
msgstr "Erro de atualização na expressão de indexação do documento: %(expression)s; %(exception)s "
#: api.py:94 api.py:109
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
"Erro de atualização de índice do documento, a expressão: %(expression)s ; "
"%(exception)s "
msgstr "Erro de atualização de índice do documento, a expressão: %(expression)s ; %(exception)s "
#: api.py:151
#, python-format
@@ -105,9 +99,7 @@ msgstr "Não é possível criar o diretório de indexação; %s"
msgid ""
"Unable to create symbolic link, file exists and could not be deleted: "
"%(filepath)s; %(exc)s"
msgstr ""
"Não é possível criar o link simbólico, o arquivo existe e não pode ser "
"excluído: %(filepath)s; %(exc)s "
msgstr "Não é possível criar o link simbólico, o arquivo existe e não pode ser excluído: %(filepath)s; %(exc)s "
#: filesystem.py:71
#, python-format
@@ -150,7 +142,8 @@ msgid "enabled"
msgstr "habilitado"
#: models.py:20
msgid "Causes this index to be visible and updated when document data changes."
msgid ""
"Causes this index to be visible and updated when document data changes."
msgstr ""
#: models.py:63 models.py:69 views.py:105 views.py:136 views.py:162
@@ -176,8 +169,8 @@ msgstr "ligar documentos"
#: models.py:73
msgid ""
"Check this option to have this node act as a container for documents and not "
"as a parent for further nodes."
"Check this option to have this node act as a container for documents and not"
" as a parent for further nodes."
msgstr ""
#: models.py:83 models.py:89
@@ -249,9 +242,8 @@ msgid "Rebuild document indexes"
msgstr "Reconstruir índices de documento"
#: utils.py:19
#, fuzzy
msgid "document indexes"
msgstr "Ver índices de documento"
msgstr ""
#: views.py:72
msgid "Index created successfully."
@@ -295,14 +287,14 @@ msgid "has document links?"
msgstr ""
#: views.py:192
#, fuzzy, python-format
#, python-format
msgid "document types not in index: %s"
msgstr "conteúdos para o índice: %s"
msgstr ""
#: views.py:193
#, fuzzy, python-format
#, python-format
msgid "document types for index: %s"
msgstr "conteúdos para o índice: %s"
msgstr ""
#: views.py:216
msgid "Index template node created successfully."
@@ -359,8 +351,7 @@ msgstr "Tem certeza de que deseja reconstruir todos os índices?"
#: views.py:395
msgid "On large databases this operation may take some time to execute."
msgstr ""
"Em grandes bases de dados esta operação pode levar algum tempo para executar."
msgstr "Em grandes bases de dados esta operação pode levar algum tempo para executar."
#: views.py:401
msgid "Index rebuild completed successfully."
@@ -378,8 +369,8 @@ msgstr "índices contendo: %s"
#: conf/settings.py:22
msgid ""
"A dictionary that maps the index name and where on the filesystem that index "
"will be mirrored."
"A dictionary that maps the index name and where on the filesystem that index"
" will be mirrored."
msgstr ""
#: templates/indexing_help.html:3
@@ -388,5 +379,4 @@ msgstr "Quais são os índices?"
#: templates/indexing_help.html:4
msgid "Indexes group documents into a tree like hierarchical structure."
msgstr ""
"Indexar documentos agrupados em uma árvore como uma estrutura hierárquica."
msgstr "Indexar documentos agrupados em uma árvore como uma estrutura hierárquica."

View File

@@ -1,24 +1,22 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
#
# Translators:
# Sergey Glita <gsv70@mail.ru>, 2012.
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-12-12 03:19-0400\n"
"PO-Revision-Date: 2012-07-27 04:09+0000\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"POT-Creation-Date: 2012-12-12 01:48-0400\n"
"PO-Revision-Date: 2012-12-12 06:05+0000\n"
"Last-Translator: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>\n"
"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/"
"language/ru/)\n"
"Language: ru\n"
"Language-Team: Russian (http://www.transifex.com/projects/p/mayan-edms/language/ru/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
"Language: ru\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
#: __init__.py:31 __init__.py:46 __init__.py:48 models.py:64 views.py:39
#: views.py:310
@@ -46,9 +44,8 @@ msgid "tree template"
msgstr "шаблон дерева"
#: __init__.py:37 models.py:21 views.py:314
#, fuzzy
msgid "document types"
msgstr "документы"
msgstr ""
#: __init__.py:39
msgid "new child node"
@@ -79,17 +76,13 @@ msgstr "Достигнуто максимальное (%s) число суффи
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr ""
"Ошибка в выражении обновления индексов документа: %(expression)s; "
"%(exception)s"
msgstr "Ошибка в выражении обновления индексов документа: %(expression)s; %(exception)s"
#: api.py:94 api.py:109
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
"Ошибка при обновлении индекса документа, выражение: %(expression)s; "
"%(exception)s"
msgstr "Ошибка при обновлении индекса документа, выражение: %(expression)s; %(exception)s"
#: api.py:151
#, python-format
@@ -106,9 +99,7 @@ msgstr "Не удается создать индексации каталога
msgid ""
"Unable to create symbolic link, file exists and could not be deleted: "
"%(filepath)s; %(exc)s"
msgstr ""
"Невозможно создать символическую ссылку, файл существует и не может быть "
"удален: %(filepath)s; %(exc)s"
msgstr "Невозможно создать символическую ссылку, файл существует и не может быть удален: %(filepath)s; %(exc)s"
#: filesystem.py:71
#, python-format
@@ -151,9 +142,9 @@ msgid "enabled"
msgstr "разрешено"
#: models.py:20
msgid "Causes this index to be visible and updated when document data changes."
msgstr ""
"Этот индекс должен быть видимым и обновляться при изменении данных документа."
msgid ""
"Causes this index to be visible and updated when document data changes."
msgstr "Этот индекс должен быть видимым и обновляться при изменении данных документа."
#: models.py:63 models.py:69 views.py:105 views.py:136 views.py:162
#: views.py:198 views.py:225 views.py:255 views.py:295
@@ -170,8 +161,7 @@ msgstr "Введите строковое выражение питона для
#: models.py:72
msgid "Causes this node to be visible and updated when document data changes."
msgstr ""
"Этот узел должен быть видимым и обновляются при изменении данных документа."
msgstr "Этот узел должен быть видимым и обновляются при изменении данных документа."
#: models.py:73
msgid "link documents"
@@ -179,10 +169,9 @@ msgstr "связать документы"
#: models.py:73
msgid ""
"Check this option to have this node act as a container for documents and not "
"as a parent for further nodes."
msgstr ""
"Этот узел будет контейнером для документов и не будет иметь дочерних узлов."
"Check this option to have this node act as a container for documents and not"
" as a parent for further nodes."
msgstr "Этот узел будет контейнером для документов и не будет иметь дочерних узлов."
#: models.py:83 models.py:89
msgid "index template node"
@@ -253,9 +242,8 @@ msgid "Rebuild document indexes"
msgstr "Восстановление индексов документа"
#: utils.py:19
#, fuzzy
msgid "document indexes"
msgstr "Редактирование индексов документов"
msgstr ""
#: views.py:72
msgid "Index created successfully."
@@ -296,17 +284,17 @@ msgstr "уровень"
#: views.py:170
msgid "has document links?"
msgstr ""
msgstr "есть ссылки на документы?"
#: views.py:192
#, fuzzy, python-format
#, python-format
msgid "document types not in index: %s"
msgstr "содержания для индекса: %s."
msgstr ""
#: views.py:193
#, fuzzy, python-format
#, python-format
msgid "document types for index: %s"
msgstr "содержания для индекса: %s."
msgstr ""
#: views.py:216
msgid "Index template node created successfully."
@@ -363,9 +351,7 @@ msgstr "Вы уверены, что хотите перестроить все
#: views.py:395
msgid "On large databases this operation may take some time to execute."
msgstr ""
"В больших базах данных эта операция может занять некоторое время для "
"выполнения."
msgstr "В больших базах данных эта операция может занять некоторое время для выполнения."
#: views.py:401
msgid "Index rebuild completed successfully."
@@ -383,11 +369,9 @@ msgstr "индексы, содержащие: %s"
#: conf/settings.py:22
msgid ""
"A dictionary that maps the index name and where on the filesystem that index "
"will be mirrored."
msgstr ""
"Словарь, который отображает имя индекса и где на файловой системе он будет "
"отражен."
"A dictionary that maps the index name and where on the filesystem that index"
" will be mirrored."
msgstr "Словарь, который отображает имя индекса и где на файловой системе он будет отражен."
#: templates/indexing_help.html:3
msgid "What are indexes?"

View File

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