382 lines
9.4 KiB
Plaintext
382 lines
9.4 KiB
Plaintext
# 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-07-27 00:44-0400\n"
|
|
"PO-Revision-Date: 2012-07-27 04:22+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"
|
|
"MIME-Version: 1.0\n"
|
|
"Content-Type: text/plain; charset=UTF-8\n"
|
|
"Content-Transfer-Encoding: 8bit\n"
|
|
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
|
|
|
|
#: __init__.py:26 links.py:24 links.py:38 models.py:42 views.py:38
|
|
#: views.py:284
|
|
msgid "indexes"
|
|
msgstr "índices"
|
|
|
|
#: __init__.py:27
|
|
msgid "Indexes"
|
|
msgstr "Índices"
|
|
|
|
#: api.py:69
|
|
#, python-format
|
|
msgid "Maximum suffix (%s) count reached."
|
|
msgstr "Cuenta máxima de sufijo (%s) alcanzada."
|
|
|
|
#: 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 "
|
|
|
|
#: 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 "
|
|
|
|
#: 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"
|
|
|
|
#: filesystem.py:51
|
|
#, python-format
|
|
msgid "Unable to create indexing directory; %s"
|
|
msgstr "No se puede crear el directorio de indexación; %s"
|
|
|
|
#: filesystem.py:69
|
|
#, python-format
|
|
msgid ""
|
|
"Unable to create symbolic link, file exists and could not be deleted: "
|
|
"%(filepath)s; %(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
|
|
msgid "Unable to create symbolic link: %(filepath)s; %(exc)s"
|
|
msgstr "No se puede crear enlace simbólico: %(filepath)s; %(exc)s "
|
|
|
|
#: filesystem.py:84
|
|
#, python-format
|
|
msgid "Unable to delete document symbolic link; %s"
|
|
msgstr "No se puede eliminar vínculo simbólico de documento; %s"
|
|
|
|
#: filesystem.py:96
|
|
#, python-format
|
|
msgid "Unable to delete indexing directory; %s"
|
|
msgstr "No se puede eliminar el directorio de indexación; %s"
|
|
|
|
#: links.py:25 links.py:35
|
|
msgid "index list"
|
|
msgstr "lista de indices"
|
|
|
|
#: links.py:26 views.py:77
|
|
msgid "create index"
|
|
msgstr "crear índice"
|
|
|
|
#: links.py:27 links.py:32
|
|
msgid "edit"
|
|
msgstr "editar"
|
|
|
|
#: links.py:28 links.py:33
|
|
msgid "delete"
|
|
msgstr "borrar"
|
|
|
|
#: links.py:29
|
|
msgid "tree template"
|
|
msgstr "plantilla de árbol "
|
|
|
|
#: links.py:31
|
|
msgid "new child node"
|
|
msgstr "nuevo nodo secundario"
|
|
|
|
#: links.py:37
|
|
msgid "go up one level"
|
|
msgstr "subir un nivel"
|
|
|
|
#: links.py:40
|
|
msgid "rebuild indexes"
|
|
msgstr "generar índices"
|
|
|
|
#: links.py:40
|
|
msgid "Deletes and creates from scratch all the document indexes."
|
|
msgstr "Borra y crea de la nada todos los índices de documentos."
|
|
|
|
#: models.py:13
|
|
#, python-format
|
|
msgid "Available functions: %s"
|
|
msgstr "Funciones disponibles: %s"
|
|
|
|
#: models.py:17 views.py:42
|
|
msgid "name"
|
|
msgstr "nombre"
|
|
|
|
#: models.py:17
|
|
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:43
|
|
msgid "title"
|
|
msgstr "título"
|
|
|
|
#: models.py:18
|
|
msgid "The name that will be visible to users."
|
|
msgstr "El nombre que será visible para los usuarios."
|
|
|
|
#: 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."
|
|
|
|
#: models.py:41 models.py:47 views.py:104 views.py:135 views.py:161
|
|
#: views.py:199 views.py:229 views.py:269
|
|
msgid "index"
|
|
msgstr "índice"
|
|
|
|
#: models.py:48
|
|
msgid "indexing expression"
|
|
msgstr "expresión de indexación"
|
|
|
|
#: models.py:48
|
|
msgid "Enter a python string expression to be evaluated."
|
|
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."
|
|
|
|
#: models.py:51
|
|
msgid "link documents"
|
|
msgstr "enlace de 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."
|
|
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"
|
|
msgstr "nodo de plantilla de indice"
|
|
|
|
#: models.py:58
|
|
msgid "indexes template nodes"
|
|
msgstr "nodos de plantillas de indices"
|
|
|
|
#: models.py:64
|
|
msgid "value"
|
|
msgstr "valor"
|
|
|
|
#: models.py:65
|
|
msgid "documents"
|
|
msgstr "documentos"
|
|
|
|
#: models.py:75
|
|
msgid "index instance node"
|
|
msgstr "nodo de instancia de indice"
|
|
|
|
#: models.py:76
|
|
msgid "indexes instance nodes"
|
|
msgstr "nodos de instancias de indices"
|
|
|
|
#: models.py:80
|
|
msgid "index instance"
|
|
msgstr "instancia de indice"
|
|
|
|
#: models.py:81
|
|
msgid "document"
|
|
msgstr "documento"
|
|
|
|
#: models.py:88
|
|
msgid "document rename count"
|
|
msgstr "conteo de cambio de nombre de documento"
|
|
|
|
#: models.py:89
|
|
msgid "documents rename count"
|
|
msgstr "conteos de cambio de nombre de documentos"
|
|
|
|
#: permissions.py:7 conf/settings.py:12
|
|
msgid "Indexing"
|
|
msgstr "Indexación"
|
|
|
|
#: permissions.py:9
|
|
msgid "Configure document indexes"
|
|
msgstr "Configurar índices de documento"
|
|
|
|
#: permissions.py:10
|
|
msgid "Create new document indexes"
|
|
msgstr "Crear nuevos índices de documentos"
|
|
|
|
#: permissions.py:11
|
|
msgid "Edit document indexes"
|
|
msgstr "Editar los índices de documentos"
|
|
|
|
#: permissions.py:12
|
|
msgid "Delete document indexes"
|
|
msgstr "Eliminar los índices de documentos"
|
|
|
|
#: permissions.py:14
|
|
msgid "View document indexes"
|
|
msgstr "Ver los índices de documentos"
|
|
|
|
#: permissions.py:15
|
|
msgid "Rebuild document indexes"
|
|
msgstr "Generar índices de documentos"
|
|
|
|
#: views.py:71
|
|
msgid "Index created successfully."
|
|
msgstr "Índice creado con exitosamente."
|
|
|
|
#: views.py:95
|
|
msgid "Index edited successfully"
|
|
msgstr "Índice editado con exitosamente."
|
|
|
|
#: views.py:101
|
|
#, python-format
|
|
msgid "edit index: %s"
|
|
msgstr "editar Índice: %s"
|
|
|
|
#: views.py:126
|
|
#, python-format
|
|
msgid "Index: %s deleted successfully."
|
|
msgstr "Índice: %s eliminado exitosamente."
|
|
|
|
#: 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:140
|
|
#, python-format
|
|
msgid "Are you sure you with to delete the index: %s?"
|
|
msgstr "¿Seguro que desea eliminar el índice: %s?"
|
|
|
|
#: views.py:164
|
|
#, python-format
|
|
msgid "tree template nodes for index: %s"
|
|
msgstr "nodos de la plantilla del árbol del índice: %s"
|
|
|
|
#: views.py:167
|
|
msgid "level"
|
|
msgstr "nivel"
|
|
|
|
#: views.py:169
|
|
msgid "has document links?"
|
|
msgstr "¿tiene vínculos de documentos?"
|
|
|
|
#: views.py:190
|
|
msgid "Index template node created successfully."
|
|
msgstr "Nodo de plantilla de índice creado exitosamente."
|
|
|
|
#: views.py:196
|
|
msgid "create child node"
|
|
msgstr "crear nodo hijo"
|
|
|
|
#: views.py:217
|
|
msgid "Index template node edited successfully"
|
|
msgstr "Nodo de la plantilla de índice editado exitosamente"
|
|
|
|
#: views.py:223
|
|
#, python-format
|
|
msgid "edit index template node: %s"
|
|
msgstr "editar nodo de la plantilla de índice: %s"
|
|
|
|
#: views.py:230 views.py:270 views.py:338
|
|
msgid "node"
|
|
msgstr "nodo"
|
|
|
|
#: views.py:252
|
|
#, python-format
|
|
msgid "Node: %s deleted successfully."
|
|
msgstr "Nodo: %s eliminado exitosamente."
|
|
|
|
#: views.py:254
|
|
#, python-format
|
|
msgid "Node: %(node)s delete error: %(error)s"
|
|
msgstr "Error de eliminación para nodo: %(node)s, %(error)s "
|
|
|
|
#: views.py:263
|
|
#, 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:287
|
|
msgid "nodes"
|
|
msgstr "nodos"
|
|
|
|
#: views.py:320
|
|
#, python-format
|
|
msgid "contents for index: %s"
|
|
msgstr "contenido del indice: %s"
|
|
|
|
#: views.py:342
|
|
msgid "items"
|
|
msgstr "artículos"
|
|
|
|
#: views.py:367
|
|
msgid "Are you sure you wish to rebuild all indexes?"
|
|
msgstr "¿Está seguro que desea reconstruir todos los índices?"
|
|
|
|
#: views.py:368
|
|
msgid "On large databases this operation may take some time to execute."
|
|
msgstr ""
|
|
"En bases de datos de gran tamaño esta operación puede tardar algún tiempo en "
|
|
"ejecutarse."
|
|
|
|
#: views.py:374
|
|
msgid "Index rebuild completed successfully."
|
|
msgstr "Reconstrucción de Índices completada exitosamente."
|
|
|
|
#: views.py:381
|
|
#, python-format
|
|
msgid "Index rebuild error: %s"
|
|
msgstr "Error de reconstrucción de índices: %s"
|
|
|
|
#: views.py:403
|
|
#, python-format
|
|
msgid "indexes containing: %s"
|
|
msgstr "índices que contienen: %s"
|
|
|
|
#: conf/settings.py:51
|
|
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."
|
|
|
|
#: templates/indexing_help.html:3
|
|
msgid "What are indexes?"
|
|
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. "
|