Merge branch 'hotfix/v0.12.2' into development

Conflicts:
	apps/common/__init__.py
	apps/documents/forms.py
	apps/feedback/__init__.py
	apps/history/__init__.py
	apps/main/__init__.py
	apps/scheduler/api.py
	apps/sources/models.py
	docs/releases/index.rst
	requirements/production.txt
	settings.py
	urls.py
This commit is contained in:
Roberto Rosario
2012-06-30 04:00:01 -04:00
438 changed files with 12762 additions and 4473 deletions

View File

@@ -0,0 +1,364 @@
# SOME DESCRIPTIVE TITLE.
# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# <tilmann.sittig@web.de>, 2012.
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"POT-Creation-Date: 2012-06-17 18:08-0400\n"
"PO-Revision-Date: 2012-06-12 09:24+0000\n"
"Last-Translator: tilmannsittig <tilmann.sittig@web.de>\n"
"Language-Team: German (Germany) (http://www.transifex.net/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:45 __init__.py:47 models.py:42 views.py:38
#: views.py:283
msgid "indexes"
msgstr "indices"
#: __init__.py:32 __init__.py:42
msgid "index list"
msgstr "Index-Liste"
#: __init__.py:33 views.py:77
msgid "create index"
msgstr "Index erstellen"
#: __init__.py:34 __init__.py:39
msgid "edit"
msgstr "bearbeiten"
#: __init__.py:35 __init__.py:40
msgid "delete"
msgstr "löschen"
#: __init__.py:36
msgid "tree template"
msgstr "Baum-Vorlage"
#: __init__.py:38
msgid "new child node"
msgstr "Neuen Kind-Knoten"
#: __init__.py:44
msgid "go up one level"
msgstr "Gehe eine Ebene höher"
#: __init__.py:49
msgid "rebuild indexes"
msgstr "Indices neu erstellen"
#: __init__.py:49
msgid "Deletes and creates from scratch all the document indexes."
msgstr "Löscht und erstellt alle Dokumenten-Indices neu."
#: __init__.py:51
msgid "Indexes"
msgstr "Indices"
#: api.py:69
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr "Maximale Suffix (%s) Anzahl ist erreicht."
#: api.py:83
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr "Fehler Dokument-Index-Updateausdruck: %(expression)s; %(exception)s"
#: api.py:92 api.py:107
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr "Fehler beim Aktualisieren des Dokumenten-Index, Ausdruck: %(expression)s; %(exception)s"
#: api.py:149
#, python-format
msgid "Unable to delete document indexing node; %s"
msgstr "Dokumenten-Index-Knoten kann nicht gelöscht werden: %s"
#: filesystem.py:51
#, python-format
msgid "Unable to create indexing directory; %s"
msgstr "Dokumenten-Index-Verzeichnis 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; %(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
msgid "Unable to create symbolic link: %(filepath)s; %(exc)s"
msgstr "Erstellen der symb. Verknüpfung nicht möglich: %(filepath)s; %(exc)s"
#: filesystem.py:84
#, python-format
msgid "Unable to delete document symbolic link; %s"
msgstr "Löschen der symb. Verknüpfung nicht möglich: %s"
#: filesystem.py:96
#, python-format
msgid "Unable to delete indexing directory; %s"
msgstr "Löschen des Index-Verzeichnisses nicht möglich: %s"
#: models.py:13
#, python-format
msgid "Available functions: %s"
msgstr "Verfügbare Funktionen: %s"
#: models.py:17 views.py:42
msgid "name"
msgstr "Name"
#: models.py:17
msgid "Internal name used to reference this index."
msgstr "Interner Name um den Index zu identifizieren."
#: models.py:18 views.py:43
msgid "title"
msgstr "Titel"
#: models.py:18
msgid "The name that will be visible to users."
msgstr "Den Benutzern angezeigter Name."
#: models.py:19 models.py:50 views.py:44 views.py:168
msgid "enabled"
msgstr "aktiviert"
#: models.py:19
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:41 models.py:47 views.py:104 views.py:135 views.py:161
#: views.py:198 views.py:228 views.py:268
msgid "index"
msgstr "Index"
#: models.py:48
msgid "indexing expression"
msgstr "Indizierungs-Ausdruck"
#: models.py:48
msgid "Enter a python string expression to be evaluated."
msgstr "Geben Sie einen python-String-Ausdruck an, der ausgewertet werden soll."
#: models.py:50
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."
#: models.py:51
msgid "link documents"
msgstr "Dokumente verknüpfen"
#: models.py:51
msgid ""
"Check this option to have this node act as a container for documents and not"
" as a parent for further nodes."
msgstr "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:57 models.py:63
msgid "index template node"
msgstr "Index-Vorlagen-Knotenpunkt"
#: models.py:58
msgid "indexes template nodes"
msgstr "Indices-Vorlagen-Knotenpunkte"
#: models.py:64
msgid "value"
msgstr "Wert"
#: models.py:65
msgid "documents"
msgstr "Dokumente"
#: models.py:75
msgid "index instance node"
msgstr "Index-Instanz-Knotenpunkt"
#: models.py:76
msgid "indexes instance nodes"
msgstr "Indices-Instanz-Knotenpunkte"
#: models.py:80
msgid "index instance"
msgstr "Index-Instanz"
#: models.py:81
msgid "document"
msgstr "Dokument"
#: models.py:88
msgid "document rename count"
msgstr "Zähler für Dokument-Umbenennung"
#: models.py:89
msgid "documents rename count"
msgstr "Zähler für Dokumenten-Umbenennung"
#: permissions.py:7
msgid "Indexing"
msgstr "Indizieren"
#: permissions.py:9
msgid "Configure document indexes"
msgstr "Dokument-Indices konfigurieren"
#: permissions.py:10
msgid "Create new document indexes"
msgstr "Neue Dokument-Indices erstellen "
#: permissions.py:11
msgid "Edit document indexes"
msgstr "Dokument-Indices bearbeiten"
#: permissions.py:12
msgid "Delete document indexes"
msgstr "Dokument-Indices löschen"
#: permissions.py:14
msgid "View document indexes"
msgstr "Zeige Dokumenten-Indices"
#: permissions.py:15
msgid "Rebuild document indexes"
msgstr "Dokumenten-Indices neu erstellen"
#: utils.py:19
msgid "document indexes"
msgstr "Dokument-Indices"
#: views.py:71
msgid "Index created successfully."
msgstr "Index erfolgreich angelegt."
#: views.py:95
msgid "Index edited successfully"
msgstr "Index erfolgreich bearbeitet."
#: views.py:101
#, python-format
msgid "edit index: %s"
msgstr "Index bearbeiten: %s"
#: views.py:126
#, python-format
msgid "Index: %s deleted successfully."
msgstr ""
#: views.py:128
#, python-format
msgid "Index: %(index)s delete error: %(error)s"
msgstr ""
#: views.py:140
#, python-format
msgid "Are you sure you with to delete the index: %s?"
msgstr ""
#: views.py:164
#, python-format
msgid "tree template nodes for index: %s"
msgstr ""
#: views.py:167
msgid "level"
msgstr ""
#: views.py:189
msgid "Index template node created successfully."
msgstr ""
#: views.py:195
msgid "create child node"
msgstr ""
#: views.py:216
msgid "Index template node edited successfully"
msgstr ""
#: views.py:222
#, python-format
msgid "edit index template node: %s"
msgstr ""
#: views.py:229 views.py:269 views.py:337
msgid "node"
msgstr ""
#: views.py:251
#, python-format
msgid "Node: %s deleted successfully."
msgstr ""
#: views.py:253
#, python-format
msgid "Node: %(node)s delete error: %(error)s"
msgstr ""
#: views.py:262
#, python-format
msgid "Are you sure you with to delete the index template node: %s?"
msgstr ""
#: views.py:286
msgid "nodes"
msgstr ""
#: views.py:319
#, python-format
msgid "contents for index: %s"
msgstr "Inhalt für Index: %s"
#: views.py:341
msgid "items"
msgstr "Elemente"
#: views.py:366
msgid "Are you sure you wish to rebuild all indexes?"
msgstr "Sind Sie sicher, dass Sie alle Indices neu erstellen möchten?"
#: views.py:367
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:373
msgid "Index rebuild completed successfully."
msgstr "Neuaufbau des Index erfolgreich abgeschlossen."
#: views.py:380
#, python-format
msgid "Index rebuild error: %s"
msgstr "Fehler bei Neuaufbau des Index: %s"
#: views.py:402
#, python-format
msgid "indexes containing: %s"
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."
msgstr ""
#: templates/indexing_help.html:3
msgid "What are indexes?"
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."

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-02-12 15:20-0400\n"
"POT-Creation-Date: 2012-06-17 19:02-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"
@@ -17,8 +17,8 @@ msgstr ""
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#: __init__.py:31 __init__.py:45 __init__.py:47 models.py:42 views.py:36
#: views.py:280
#: __init__.py:31 __init__.py:45 __init__.py:47 models.py:42 views.py:38
#: views.py:283
msgid "indexes"
msgstr ""
@@ -26,7 +26,7 @@ msgstr ""
msgid "index list"
msgstr ""
#: __init__.py:33 views.py:74
#: __init__.py:33 views.py:77
msgid "create index"
msgstr ""
@@ -62,24 +62,24 @@ msgstr ""
msgid "Indexes"
msgstr ""
#: api.py:71
#: api.py:69
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr ""
#: api.py:85
#: api.py:83
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:96 api.py:111
#: api.py:92 api.py:107
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr ""
#: api.py:150
#: api.py:149
#, python-format
msgid "Unable to delete document indexing node; %s"
msgstr ""
@@ -116,7 +116,7 @@ msgstr ""
msgid "Available functions: %s"
msgstr ""
#: models.py:17 views.py:40
#: models.py:17 views.py:42
msgid "name"
msgstr ""
@@ -124,7 +124,7 @@ msgstr ""
msgid "Internal name used to reference this index."
msgstr ""
#: models.py:18 views.py:41
#: models.py:18 views.py:43
msgid "title"
msgstr ""
@@ -132,7 +132,7 @@ msgstr ""
msgid "The name that will be visible to users."
msgstr ""
#: models.py:19 models.py:50
#: models.py:19 models.py:50 views.py:44 views.py:168
msgid "enabled"
msgstr ""
@@ -140,8 +140,8 @@ msgstr ""
msgid "Causes this index to be visible and updated when document data changes."
msgstr ""
#: models.py:41 models.py:47 views.py:101 views.py:132 views.py:159
#: views.py:195 views.py:225 views.py:265
#: models.py:41 models.py:47 views.py:104 views.py:135 views.py:161
#: views.py:198 views.py:228 views.py:268
msgid "index"
msgstr ""
@@ -239,110 +239,110 @@ msgstr ""
msgid "document indexes"
msgstr ""
#: views.py:68
#: views.py:71
msgid "Index created successfully."
msgstr ""
#: views.py:92
#: views.py:95
msgid "Index edited successfully"
msgstr ""
#: views.py:98
#: views.py:101
#, python-format
msgid "edit index: %s"
msgstr ""
#: views.py:123
#: views.py:126
#, python-format
msgid "Index: %s deleted successfully."
msgstr ""
#: views.py:125
#: views.py:128
#, python-format
msgid "Index: %(index)s delete error: %(error)s"
msgstr ""
#: views.py:137
#: views.py:140
#, python-format
msgid "Are you sure you with to delete the index: %s?"
msgstr ""
#: views.py:162
#: views.py:164
#, python-format
msgid "tree template nodes for index: %s"
msgstr ""
#: views.py:165
#: views.py:167
msgid "level"
msgstr ""
#: views.py:186
#: views.py:189
msgid "Index template node created successfully."
msgstr ""
#: views.py:192
#: views.py:195
msgid "create child node"
msgstr ""
#: views.py:213
#: views.py:216
msgid "Index template node edited successfully"
msgstr ""
#: views.py:219
#: views.py:222
#, python-format
msgid "edit index template node: %s"
msgstr ""
#: views.py:226 views.py:266 views.py:334
#: views.py:229 views.py:269 views.py:337
msgid "node"
msgstr ""
#: views.py:248
#: views.py:251
#, python-format
msgid "Node: %s deleted successfully."
msgstr ""
#: views.py:250
#: views.py:253
#, python-format
msgid "Node: %(node)s delete error: %(error)s"
msgstr ""
#: views.py:259
#: views.py:262
#, python-format
msgid "Are you sure you with to delete the index template node: %s?"
msgstr ""
#: views.py:283
#: views.py:286
msgid "nodes"
msgstr ""
#: views.py:316
#: views.py:319
#, python-format
msgid "contents for index: %s"
msgstr ""
#: views.py:338
#: views.py:341
msgid "items"
msgstr ""
#: views.py:363
#: views.py:366
msgid "Are you sure you wish to rebuild all indexes?"
msgstr ""
#: views.py:364
#: views.py:367
msgid "On large databases this operation may take some time to execute."
msgstr ""
#: views.py:370
#: views.py:373
msgid "Index rebuild completed successfully."
msgstr ""
#: views.py:375
#: views.py:380
#, python-format
msgid "Index rebuild error: %s"
msgstr ""
#: views.py:397
#: views.py:402
#, python-format
msgid "indexes containing: %s"
msgstr ""

View File

@@ -8,18 +8,18 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"POT-Creation-Date: 2012-02-12 15:20-0400\n"
"POT-Creation-Date: 2012-06-17 18:08-0400\n"
"PO-Revision-Date: 2012-02-12 19:28+0000\n"
"Last-Translator: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>\n"
"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/mayan-edms/team/es/)\n"
"Language-Team: Spanish (Castilian) (http://www.transifex.net/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:45 __init__.py:47 models.py:42 views.py:36
#: views.py:280
#: __init__.py:31 __init__.py:45 __init__.py:47 models.py:42 views.py:38
#: views.py:283
msgid "indexes"
msgstr "índices"
@@ -27,7 +27,7 @@ msgstr "índices"
msgid "index list"
msgstr "lista de indices"
#: __init__.py:33 views.py:74
#: __init__.py:33 views.py:77
msgid "create index"
msgstr "crear índice"
@@ -63,28 +63,24 @@ msgstr "Borra y crea de la nada todos los índices de documentos."
msgid "Indexes"
msgstr "Índices"
#: api.py:71
#: api.py:69
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr "Cuenta máxima de sufijo (%s) alcanzada."
#: api.py:85
#: api.py:83
#, 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:96 api.py:111
#: api.py:92 api.py:107
#, 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:150
#: api.py:149
#, python-format
msgid "Unable to delete document indexing node; %s"
msgstr "No se puede eliminar el nodo de indexación de documento; %s"
@@ -99,9 +95,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
@@ -123,7 +117,7 @@ msgstr "No se puede eliminar el directorio de indexación; %s"
msgid "Available functions: %s"
msgstr "Funciones disponibles: %s"
#: models.py:17 views.py:40
#: models.py:17 views.py:42
msgid "name"
msgstr "nombre"
@@ -131,7 +125,7 @@ msgstr "nombre"
msgid "Internal name used to reference this index."
msgstr "Nombre interno que se utiliza para hacer referencia a este índice."
#: models.py:18 views.py:41
#: models.py:18 views.py:43
msgid "title"
msgstr "título"
@@ -139,19 +133,17 @@ msgstr "título"
msgid "The name that will be visible to users."
msgstr "El nombre que será visible para los usuarios."
#: models.py:19 models.py:50
#: models.py:19 models.py:50 views.py:44 views.py:168
msgid "enabled"
msgstr "habilitado"
#: models.py:19
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."
msgstr "Hace que este índice sea visible y actualizado cuando los datos de documentos cambien."
#: models.py:41 models.py:47 views.py:101 views.py:132 views.py:159
#: views.py:195 views.py:225 views.py:265
#: models.py:41 models.py:47 views.py:104 views.py:135 views.py:161
#: views.py:198 views.py:228 views.py:268
msgid "index"
msgstr "índice"
@@ -165,9 +157,7 @@ msgstr "Introduzca una expresión de python para ser evaluada."
#: models.py:50
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:51
msgid "link documents"
@@ -177,9 +167,7 @@ msgstr "enlace de documentos"
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."
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:57 models.py:63
msgid "index template node"
@@ -253,112 +241,110 @@ msgstr "Generar índices de documentos"
msgid "document indexes"
msgstr "indices de documentos"
#: views.py:68
#: views.py:71
msgid "Index created successfully."
msgstr "Índice creado con exitosamente."
#: views.py:92
#: views.py:95
msgid "Index edited successfully"
msgstr "Índice editado con exitosamente."
#: views.py:98
#: views.py:101
#, python-format
msgid "edit index: %s"
msgstr "editar Índice: %s"
#: views.py:123
#: views.py:126
#, python-format
msgid "Index: %s deleted successfully."
msgstr "Índice: %s eliminado exitosamente."
#: views.py:125
#: views.py:128
#, python-format
msgid "Index: %(index)s delete error: %(error)s"
msgstr "Error al borrar índice: %(index)s, error: %(error)s "
#: views.py:137
#: views.py:140
#, python-format
msgid "Are you sure you with to delete the index: %s?"
msgstr "¿Seguro que desea eliminar el índice: %s?"
#: views.py:162
#: views.py:164
#, python-format
msgid "tree template nodes for index: %s"
msgstr "nodos de la plantilla del árbol del índice: %s"
#: views.py:165
#: views.py:167
msgid "level"
msgstr "nivel"
#: views.py:186
#: views.py:189
msgid "Index template node created successfully."
msgstr "Nodo de plantilla de índice creado exitosamente."
#: views.py:192
#: views.py:195
msgid "create child node"
msgstr "crear nodo hijo"
#: views.py:213
#: views.py:216
msgid "Index template node edited successfully"
msgstr "Nodo de la plantilla de índice editado exitosamente"
#: views.py:219
#: views.py:222
#, python-format
msgid "edit index template node: %s"
msgstr "editar nodo de la plantilla de índice: %s"
#: views.py:226 views.py:266 views.py:334
#: views.py:229 views.py:269 views.py:337
msgid "node"
msgstr "nodo"
#: views.py:248
#: views.py:251
#, python-format
msgid "Node: %s deleted successfully."
msgstr "Nodo: %s eliminado exitosamente."
#: views.py:250
#: views.py:253
#, python-format
msgid "Node: %(node)s delete error: %(error)s"
msgstr "Error de eliminación para nodo: %(node)s, %(error)s "
#: views.py:259
#: views.py:262
#, 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:283
#: views.py:286
msgid "nodes"
msgstr "nodos"
#: views.py:316
#: views.py:319
#, python-format
msgid "contents for index: %s"
msgstr "contenido del indice: %s"
#: views.py:338
#: views.py:341
msgid "items"
msgstr "artículos"
#: views.py:363
#: views.py:366
msgid "Are you sure you wish to rebuild all indexes?"
msgstr "¿Está seguro que desea reconstruir todos los índices?"
#: views.py:364
#: views.py:367
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:370
#: views.py:373
msgid "Index rebuild completed successfully."
msgstr "Reconstrucción de Índices completada exitosamente."
#: views.py:375
#: views.py:380
#, python-format
msgid "Index rebuild error: %s"
msgstr "Error de reconstrucción de índices: %s"
#: views.py:397
#: views.py:402
#, python-format
msgid "indexes containing: %s"
msgstr "índices que contienen: %s"
@@ -367,9 +353,7 @@ msgstr "índices que contienen: %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 reflejar."
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?"
@@ -377,7 +361,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

@@ -3,15 +3,16 @@
# This file is distributed under the same license as the PACKAGE package.
#
# Translators:
# Carlo Zanatto <>, 2012.
# <pierpaolo.baldan@gmail.com>, 2011.
# Pierpaolo Baldan <pierpaolo.baldan@gmail.com>, 2012.
msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"POT-Creation-Date: 2012-02-12 15:20-0400\n"
"PO-Revision-Date: 2012-03-21 14:44+0000\n"
"Last-Translator: Pierpaolo Baldan <pierpaolo.baldan@gmail.com>\n"
"POT-Creation-Date: 2012-06-17 18:08-0400\n"
"PO-Revision-Date: 2012-06-08 07:25+0000\n"
"Last-Translator: Carlo Zanatto <>\n"
"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/language/it/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
@@ -19,8 +20,8 @@ msgstr ""
"Language: it\n"
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
#: __init__.py:31 __init__.py:45 __init__.py:47 models.py:42 views.py:36
#: views.py:280
#: __init__.py:31 __init__.py:45 __init__.py:47 models.py:42 views.py:38
#: views.py:283
msgid "indexes"
msgstr "indici"
@@ -28,7 +29,7 @@ msgstr "indici"
msgid "index list"
msgstr "lista indici"
#: __init__.py:33 views.py:74
#: __init__.py:33 views.py:77
msgid "create index"
msgstr "creare un indice"
@@ -64,24 +65,24 @@ msgstr "Cancellazione e ricostruzione di tutti gli indici documento"
msgid "Indexes"
msgstr "Indici"
#: api.py:71
#: api.py:69
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr "Massimo dei suffissi contati (%s) ."
#: api.py:85
#: api.py:83
#, 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"
#: api.py:96 api.py:111
#: api.py:92 api.py:107
#, 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:150
#: api.py:149
#, python-format
msgid "Unable to delete document indexing node; %s"
msgstr "Impossibile cancellare l'indice del documento; %s"
@@ -118,7 +119,7 @@ msgstr "Impossibile cancellare la directory degli indici; %s"
msgid "Available functions: %s"
msgstr "Funzioni disponibili: %s"
#: models.py:17 views.py:40
#: models.py:17 views.py:42
msgid "name"
msgstr "nome"
@@ -126,7 +127,7 @@ msgstr "nome"
msgid "Internal name used to reference this index."
msgstr "Nome interno utilizzato per fare riferimento a questo indice."
#: models.py:18 views.py:41
#: models.py:18 views.py:43
msgid "title"
msgstr "titolo"
@@ -134,7 +135,7 @@ msgstr "titolo"
msgid "The name that will be visible to users."
msgstr "Il nome che sarà visibile agli utenti."
#: models.py:19 models.py:50
#: models.py:19 models.py:50 views.py:44 views.py:168
msgid "enabled"
msgstr "abilitato"
@@ -143,8 +144,8 @@ 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:41 models.py:47 views.py:101 views.py:132 views.py:159
#: views.py:195 views.py:225 views.py:265
#: models.py:41 models.py:47 views.py:104 views.py:135 views.py:161
#: views.py:198 views.py:228 views.py:268
msgid "index"
msgstr "indice"
@@ -200,7 +201,7 @@ msgstr "istanza indice"
#: models.py:81
msgid "document"
msgstr "document"
msgstr "documento"
#: models.py:88
msgid "document rename count"
@@ -242,110 +243,110 @@ msgstr "Ricostruisci indici documento"
msgid "document indexes"
msgstr "indici dei documenti"
#: views.py:68
#: views.py:71
msgid "Index created successfully."
msgstr "Indice creato con successo."
#: views.py:92
#: views.py:95
msgid "Index edited successfully"
msgstr "Indice modificato con successo"
#: views.py:98
#: views.py:101
#, python-format
msgid "edit index: %s"
msgstr "modifica indice: %s"
#: views.py:123
#: views.py:126
#, python-format
msgid "Index: %s deleted successfully."
msgstr "Indice: %s cancellato con successo."
#: views.py:125
#: views.py:128
#, python-format
msgid "Index: %(index)s delete error: %(error)s"
msgstr "Indice: %(index)s errore di cancellazione: %(error)s"
#: views.py:137
#: views.py:140
#, python-format
msgid "Are you sure you with to delete the index: %s?"
msgstr "Sei sicuro di voler cancella l'indice: %s?"
#: views.py:162
#: views.py:164
#, python-format
msgid "tree template nodes for index: %s"
msgstr "modello nodi della struttura per l'indice: %s"
#: views.py:165
#: views.py:167
msgid "level"
msgstr "livello"
#: views.py:186
#: views.py:189
msgid "Index template node created successfully."
msgstr "Modello nodo indice creato con successo."
#: views.py:192
#: views.py:195
msgid "create child node"
msgstr "creare nodo figlio"
#: views.py:213
#: views.py:216
msgid "Index template node edited successfully"
msgstr "Template nodo Indice modificato con successo"
#: views.py:219
#: views.py:222
#, python-format
msgid "edit index template node: %s"
msgstr "modifica index template node: %s"
#: views.py:226 views.py:266 views.py:334
#: views.py:229 views.py:269 views.py:337
msgid "node"
msgstr "nodo"
#: views.py:248
#: views.py:251
#, python-format
msgid "Node: %s deleted successfully."
msgstr "Nodo: %s cancellato con succcesso."
#: views.py:250
#: views.py:253
#, python-format
msgid "Node: %(node)s delete error: %(error)s"
msgstr "Nodo: %(node)s errore di cancellazione: %(error)s"
#: views.py:259
#: views.py:262
#, 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:283
#: views.py:286
msgid "nodes"
msgstr "nodi"
#: views.py:316
#: views.py:319
#, python-format
msgid "contents for index: %s"
msgstr "contenuto per indice: %s"
#: views.py:338
#: views.py:341
msgid "items"
msgstr "voci"
#: views.py:363
#: views.py:366
msgid "Are you sure you wish to rebuild all indexes?"
msgstr "Sei sicuro di voler ricostruire l'indice ?"
#: views.py:364
#: views.py:367
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:370
#: views.py:373
msgid "Index rebuild completed successfully."
msgstr "Ricostruzione dell'indice avvenuta con successo"
#: views.py:375
#: views.py:380
#, python-format
msgid "Index rebuild error: %s"
msgstr "Errore nella ricostruzione dell'indice: %s"
#: views.py:397
#: views.py:402
#, python-format
msgid "indexes containing: %s"
msgstr "Gli indici contengono: %s"

View File

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"POT-Creation-Date: 2012-02-12 15:20-0400\n"
"POT-Creation-Date: 2012-06-17 18:08-0400\n"
"PO-Revision-Date: 2012-02-21 20:50+0000\n"
"Last-Translator: mic <winterfall24@gmail.com>\n"
"Language-Team: Polish (http://www.transifex.net/projects/p/mayan-edms/language/pl/)\n"
@@ -18,8 +18,8 @@ msgstr ""
"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:45 __init__.py:47 models.py:42 views.py:36
#: views.py:280
#: __init__.py:31 __init__.py:45 __init__.py:47 models.py:42 views.py:38
#: views.py:283
msgid "indexes"
msgstr "indeksy"
@@ -27,7 +27,7 @@ msgstr "indeksy"
msgid "index list"
msgstr "Lista główna"
#: __init__.py:33 views.py:74
#: __init__.py:33 views.py:77
msgid "create index"
msgstr "tworzenie indeksu"
@@ -63,24 +63,24 @@ msgstr "Usuwa i tworzy od podstaw wszystkie indeksy dokumentów."
msgid "Indexes"
msgstr "Indeksy"
#: api.py:71
#: api.py:69
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr "Maximum suffix (%s) count reached."
#: api.py:85
#: api.py:83
#, 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:96 api.py:111
#: api.py:92 api.py:107
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr "Error updating document index, expression: %(expression)s; %(exception)s"
#: api.py:150
#: api.py:149
#, python-format
msgid "Unable to delete document indexing node; %s"
msgstr "Unable to delete document indexing node; %s"
@@ -117,7 +117,7 @@ msgstr "Nie można usunąć katalogu indeksowania;%s"
msgid "Available functions: %s"
msgstr "Dostępne funkcje:%s"
#: models.py:17 views.py:40
#: models.py:17 views.py:42
msgid "name"
msgstr "nazwa"
@@ -125,7 +125,7 @@ msgstr "nazwa"
msgid "Internal name used to reference this index."
msgstr "Wewnętrzna nazwa używana do odniesienia tego indeksu."
#: models.py:18 views.py:41
#: models.py:18 views.py:43
msgid "title"
msgstr "tytuł"
@@ -133,7 +133,7 @@ msgstr "tytuł"
msgid "The name that will be visible to users."
msgstr "Nazwa, która będzie widoczna dla użytkowników."
#: models.py:19 models.py:50
#: models.py:19 models.py:50 views.py:44 views.py:168
msgid "enabled"
msgstr "włączony"
@@ -142,8 +142,8 @@ 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:41 models.py:47 views.py:101 views.py:132 views.py:159
#: views.py:195 views.py:225 views.py:265
#: models.py:41 models.py:47 views.py:104 views.py:135 views.py:161
#: views.py:198 views.py:228 views.py:268
msgid "index"
msgstr "index"
@@ -241,110 +241,110 @@ msgstr "Odbuduj indeksy dokumentów"
msgid "document indexes"
msgstr "Indeksy dokumentów"
#: views.py:68
#: views.py:71
msgid "Index created successfully."
msgstr "Indeks został utworzony pomyślnie."
#: views.py:92
#: views.py:95
msgid "Index edited successfully"
msgstr "Index edited successfully"
#: views.py:98
#: views.py:101
#, python-format
msgid "edit index: %s"
msgstr "edycja indeksu:%s"
#: views.py:123
#: views.py:126
#, python-format
msgid "Index: %s deleted successfully."
msgstr "Index:%s został usunięty."
#: views.py:125
#: views.py:128
#, python-format
msgid "Index: %(index)s delete error: %(error)s"
msgstr "Index: %(index)s błąd usuwania: %(error)s "
#: views.py:137
#: views.py:140
#, python-format
msgid "Are you sure you with to delete the index: %s?"
msgstr "Czy na pewno usunąć indeks:%s ?"
#: views.py:162
#: views.py:164
#, python-format
msgid "tree template nodes for index: %s"
msgstr "tree template nodes for index: %s"
#: views.py:165
#: views.py:167
msgid "level"
msgstr "level"
#: views.py:186
#: views.py:189
msgid "Index template node created successfully."
msgstr "Index template node created successfully."
#: views.py:192
#: views.py:195
msgid "create child node"
msgstr "create child node"
#: views.py:213
#: views.py:216
msgid "Index template node edited successfully"
msgstr "Index template node edited successfully"
#: views.py:219
#: views.py:222
#, python-format
msgid "edit index template node: %s"
msgstr ""
#: views.py:226 views.py:266 views.py:334
#: views.py:229 views.py:269 views.py:337
msgid "node"
msgstr "node"
#: views.py:248
#: views.py:251
#, python-format
msgid "Node: %s deleted successfully."
msgstr ""
#: views.py:250
#: views.py:253
#, python-format
msgid "Node: %(node)s delete error: %(error)s"
msgstr ""
#: views.py:259
#: views.py:262
#, python-format
msgid "Are you sure you with to delete the index template node: %s?"
msgstr ""
#: views.py:283
#: views.py:286
msgid "nodes"
msgstr ""
#: views.py:316
#: views.py:319
#, python-format
msgid "contents for index: %s"
msgstr "Zawartość dla indeksu:%s"
#: views.py:338
#: views.py:341
msgid "items"
msgstr "pozycji"
#: views.py:363
#: views.py:366
msgid "Are you sure you wish to rebuild all indexes?"
msgstr "Czy na pewno chcesz odbudować wszystkie indeksy?"
#: views.py:364
#: views.py:367
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:370
#: views.py:373
msgid "Index rebuild completed successfully."
msgstr "Główna odbudowa zakończyła się pomyślnie."
#: views.py:375
#: views.py:380
#, python-format
msgid "Index rebuild error: %s"
msgstr "Index rebuild error: %s"
#: views.py:397
#: views.py:402
#, python-format
msgid "indexes containing: %s"
msgstr "indeksy zawierające:%s"

View File

@@ -1,26 +1,25 @@
# 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-02-12 15:20-0400\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"POT-Creation-Date: 2012-06-17 18:08-0400\n"
"PO-Revision-Date: 2012-02-02 18:18+0000\n"
"Last-Translator: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>\n"
"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/"
"team/pt/)\n"
"Language: pt\n"
"Language-Team: Portuguese (http://www.transifex.net/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:45 __init__.py:47 models.py:42 views.py:36
#: views.py:280
#: __init__.py:31 __init__.py:45 __init__.py:47 models.py:42 views.py:38
#: views.py:283
msgid "indexes"
msgstr "índices"
@@ -28,7 +27,7 @@ msgstr "índices"
msgid "index list"
msgstr "lista de índice"
#: __init__.py:33 views.py:74
#: __init__.py:33 views.py:77
msgid "create index"
msgstr ""
@@ -64,28 +63,24 @@ msgstr "Exclui e criar a partir do zero todos os índices de documento."
msgid "Indexes"
msgstr "Índices"
#: api.py:71
#: api.py:69
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr "Quantidade máxima do sufixo (%s) alcançada."
#: api.py:85
#: api.py:83
#, 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:96 api.py:111
#: api.py:92 api.py:107
#, 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:150
#: api.py:149
#, python-format
msgid "Unable to delete document indexing node; %s"
msgstr "Não é possível excluir o nó de indexação de documentos; %s"
@@ -100,9 +95,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
@@ -124,7 +117,7 @@ msgstr "Não é possível excluir o diretório de indexação; %s"
msgid "Available functions: %s"
msgstr "Funções disponíveis: %s "
#: models.py:17 views.py:40
#: models.py:17 views.py:42
msgid "name"
msgstr ""
@@ -132,7 +125,7 @@ msgstr ""
msgid "Internal name used to reference this index."
msgstr ""
#: models.py:18 views.py:41
#: models.py:18 views.py:43
msgid "title"
msgstr ""
@@ -140,16 +133,17 @@ msgstr ""
msgid "The name that will be visible to users."
msgstr ""
#: models.py:19 models.py:50
#: models.py:19 models.py:50 views.py:44 views.py:168
msgid "enabled"
msgstr "habilitado"
#: models.py:19
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:41 models.py:47 views.py:101 views.py:132 views.py:159
#: views.py:195 views.py:225 views.py:265
#: models.py:41 models.py:47 views.py:104 views.py:135 views.py:161
#: views.py:198 views.py:228 views.py:268
msgid "index"
msgstr "índice"
@@ -171,8 +165,8 @@ msgstr "ligar documentos"
#: models.py:51
msgid ""
"Check this option to have this node act as a container for documents and not "
"as a parent for further nodes."
"Check this option to have this node act as a container for documents and not"
" as a parent for further nodes."
msgstr ""
#: models.py:57 models.py:63
@@ -247,119 +241,118 @@ msgstr "Reconstruir índices de documento"
msgid "document indexes"
msgstr "índices de documento"
#: views.py:68
#: views.py:71
msgid "Index created successfully."
msgstr ""
#: views.py:92
#: views.py:95
msgid "Index edited successfully"
msgstr ""
#: views.py:98
#: views.py:101
#, python-format
msgid "edit index: %s"
msgstr ""
#: views.py:123
#: views.py:126
#, python-format
msgid "Index: %s deleted successfully."
msgstr ""
#: views.py:125
#: views.py:128
#, python-format
msgid "Index: %(index)s delete error: %(error)s"
msgstr ""
#: views.py:137
#: views.py:140
#, python-format
msgid "Are you sure you with to delete the index: %s?"
msgstr ""
#: views.py:162
#: views.py:164
#, python-format
msgid "tree template nodes for index: %s"
msgstr ""
#: views.py:165
#: views.py:167
msgid "level"
msgstr ""
#: views.py:186
#: views.py:189
msgid "Index template node created successfully."
msgstr ""
#: views.py:192
#: views.py:195
msgid "create child node"
msgstr ""
#: views.py:213
#: views.py:216
msgid "Index template node edited successfully"
msgstr ""
#: views.py:219
#: views.py:222
#, python-format
msgid "edit index template node: %s"
msgstr ""
#: views.py:226 views.py:266 views.py:334
#: views.py:229 views.py:269 views.py:337
msgid "node"
msgstr ""
#: views.py:248
#: views.py:251
#, python-format
msgid "Node: %s deleted successfully."
msgstr ""
#: views.py:250
#: views.py:253
#, python-format
msgid "Node: %(node)s delete error: %(error)s"
msgstr ""
#: views.py:259
#: views.py:262
#, python-format
msgid "Are you sure you with to delete the index template node: %s?"
msgstr ""
#: views.py:283
#: views.py:286
msgid "nodes"
msgstr ""
#: views.py:316
#: views.py:319
#, python-format
msgid "contents for index: %s"
msgstr "conteúdos para o índice: %s"
#: views.py:338
#: views.py:341
msgid "items"
msgstr "itens"
#: views.py:363
#: views.py:366
msgid "Are you sure you wish to rebuild all indexes?"
msgstr "Tem certeza de que deseja reconstruir todos os índices?"
#: views.py:364
#: views.py:367
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:370
#: views.py:373
msgid "Index rebuild completed successfully."
msgstr "Reconstrução de índice concluída com êxito."
#: views.py:375
#: views.py:380
#, python-format
msgid "Index rebuild error: %s"
msgstr "Reconstrução de índice de erro: %s"
#: views.py:397
#: views.py:402
#, python-format
msgid "indexes containing: %s"
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
@@ -368,5 +361,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

@@ -8,7 +8,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Mayan EDMS\n"
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
"POT-Creation-Date: 2012-02-12 15:20-0400\n"
"POT-Creation-Date: 2012-06-17 18:08-0400\n"
"PO-Revision-Date: 2012-02-27 04:22+0000\n"
"Last-Translator: Sergey Glita <gsv70@mail.ru>\n"
"Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/language/ru/)\n"
@@ -18,8 +18,8 @@ msgstr ""
"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:45 __init__.py:47 models.py:42 views.py:36
#: views.py:280
#: __init__.py:31 __init__.py:45 __init__.py:47 models.py:42 views.py:38
#: views.py:283
msgid "indexes"
msgstr "индексы"
@@ -27,7 +27,7 @@ msgstr "индексы"
msgid "index list"
msgstr "список индекса"
#: __init__.py:33 views.py:74
#: __init__.py:33 views.py:77
msgid "create index"
msgstr "создать индекс"
@@ -63,24 +63,24 @@ msgstr "Удаляет и создается с нуля, все индексы
msgid "Indexes"
msgstr "Индексы"
#: api.py:71
#: api.py:69
#, python-format
msgid "Maximum suffix (%s) count reached."
msgstr "Достигнуто максимальное (%s) число суффиксов "
#: api.py:85
#: api.py:83
#, python-format
msgid ""
"Error in document indexing update expression: %(expression)s; %(exception)s"
msgstr "Ошибка в выражении обновления индексов документа: %(expression)s; %(exception)s"
#: api.py:96 api.py:111
#: api.py:92 api.py:107
#, python-format
msgid ""
"Error updating document index, expression: %(expression)s; %(exception)s"
msgstr "Ошибка при обновлении индекса документа, выражение: %(expression)s; %(exception)s"
#: api.py:150
#: api.py:149
#, python-format
msgid "Unable to delete document indexing node; %s"
msgstr "Не удается удалить узел индексирования документов; %s."
@@ -117,7 +117,7 @@ msgstr "Не удается удалить каталог индексации;
msgid "Available functions: %s"
msgstr "Доступные функции: %s."
#: models.py:17 views.py:40
#: models.py:17 views.py:42
msgid "name"
msgstr "имя"
@@ -125,7 +125,7 @@ msgstr "имя"
msgid "Internal name used to reference this index."
msgstr "внутреннее имя, используемое для ссылки на этот индекс."
#: models.py:18 views.py:41
#: models.py:18 views.py:43
msgid "title"
msgstr "название"
@@ -133,7 +133,7 @@ msgstr "название"
msgid "The name that will be visible to users."
msgstr "Имя, которое будет видно пользователям."
#: models.py:19 models.py:50
#: models.py:19 models.py:50 views.py:44 views.py:168
msgid "enabled"
msgstr "разрешено"
@@ -142,8 +142,8 @@ msgid ""
"Causes this index to be visible and updated when document data changes."
msgstr "Этот индекс должен быть видимым и обновляться при изменении данных документа."
#: models.py:41 models.py:47 views.py:101 views.py:132 views.py:159
#: views.py:195 views.py:225 views.py:265
#: models.py:41 models.py:47 views.py:104 views.py:135 views.py:161
#: views.py:198 views.py:228 views.py:268
msgid "index"
msgstr "индекс"
@@ -241,110 +241,110 @@ msgstr "Восстановление индексов документа"
msgid "document indexes"
msgstr "индексы документов"
#: views.py:68
#: views.py:71
msgid "Index created successfully."
msgstr "Индекс создан."
#: views.py:92
#: views.py:95
msgid "Index edited successfully"
msgstr "Индекс изменен"
#: views.py:98
#: views.py:101
#, python-format
msgid "edit index: %s"
msgstr "редактировать индекс %s"
#: views.py:123
#: views.py:126
#, python-format
msgid "Index: %s deleted successfully."
msgstr "Индекс %s удален."
#: views.py:125
#: views.py:128
#, python-format
msgid "Index: %(index)s delete error: %(error)s"
msgstr "Индекс %(index)s - ошибка удаления %(error)s"
#: views.py:137
#: views.py:140
#, python-format
msgid "Are you sure you with to delete the index: %s?"
msgstr "Удалить индекс %s?"
#: views.py:162
#: views.py:164
#, python-format
msgid "tree template nodes for index: %s"
msgstr "дерево шаблонных узлов для индекса %s"
#: views.py:165
#: views.py:167
msgid "level"
msgstr "уровень"
#: views.py:186
#: views.py:189
msgid "Index template node created successfully."
msgstr "узел шаблона индексирования создан"
#: views.py:192
#: views.py:195
msgid "create child node"
msgstr "создать дочерний узел"
#: views.py:213
#: views.py:216
msgid "Index template node edited successfully"
msgstr "узел шаблона индексирования изменён"
#: views.py:219
#: views.py:222
#, python-format
msgid "edit index template node: %s"
msgstr "изменить узел шаблона индексирования %s"
#: views.py:226 views.py:266 views.py:334
#: views.py:229 views.py:269 views.py:337
msgid "node"
msgstr "узел"
#: views.py:248
#: views.py:251
#, python-format
msgid "Node: %s deleted successfully."
msgstr "Узел %s удален."
#: views.py:250
#: views.py:253
#, python-format
msgid "Node: %(node)s delete error: %(error)s"
msgstr "Узел %(node)s - ошибка удаления %(error)s"
#: views.py:259
#: views.py:262
#, python-format
msgid "Are you sure you with to delete the index template node: %s?"
msgstr "Вы уверены, что нужно удалить узел шаблона индексирования %s?"
#: views.py:283
#: views.py:286
msgid "nodes"
msgstr "узлы"
#: views.py:316
#: views.py:319
#, python-format
msgid "contents for index: %s"
msgstr "содержания для индекса: %s."
#: views.py:338
#: views.py:341
msgid "items"
msgstr "членов"
#: views.py:363
#: views.py:366
msgid "Are you sure you wish to rebuild all indexes?"
msgstr "Вы уверены, что хотите перестроить все индексы?"
#: views.py:364
#: views.py:367
msgid "On large databases this operation may take some time to execute."
msgstr "В больших базах данных эта операция может занять некоторое время для выполнения."
#: views.py:370
#: views.py:373
msgid "Index rebuild completed successfully."
msgstr "восстановление индекса успешно завершено."
#: views.py:375
#: views.py:380
#, python-format
msgid "Index rebuild error: %s"
msgstr "Индекс восстановить ошибка: %s"
#: views.py:397
#: views.py:402
#, python-format
msgid "indexes containing: %s"
msgstr "индексы, содержащие: %s"