Language source and translations updates
This commit is contained in:
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2011-11-22 11:26-0400\n"
|
||||
"POT-Creation-Date: 2012-02-02 14:17-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,67 +17,51 @@ msgstr ""
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
|
||||
#: __init__.py:11
|
||||
msgid "View existing smart links"
|
||||
msgstr ""
|
||||
|
||||
#: __init__.py:12
|
||||
msgid "Create new smart links"
|
||||
msgstr ""
|
||||
|
||||
#: __init__.py:13
|
||||
msgid "Delete smart links"
|
||||
msgstr ""
|
||||
|
||||
#: __init__.py:14
|
||||
msgid "Edit smart links"
|
||||
msgstr ""
|
||||
|
||||
#: __init__.py:16
|
||||
msgid "Smart links"
|
||||
msgstr ""
|
||||
|
||||
#: __init__.py:22
|
||||
#: __init__.py:17
|
||||
msgid "smart links actions"
|
||||
msgstr ""
|
||||
|
||||
#: __init__.py:23 __init__.py:25 models.py:21 views.py:105
|
||||
#: __init__.py:18 __init__.py:20 models.py:23 views.py:132
|
||||
msgid "smart links"
|
||||
msgstr ""
|
||||
|
||||
#: __init__.py:26
|
||||
#: __init__.py:21
|
||||
msgid "smart links list"
|
||||
msgstr ""
|
||||
|
||||
#: __init__.py:27
|
||||
#: __init__.py:22
|
||||
msgid "create new smart link"
|
||||
msgstr ""
|
||||
|
||||
#: __init__.py:28 __init__.py:33
|
||||
#: __init__.py:23 __init__.py:28
|
||||
msgid "edit"
|
||||
msgstr ""
|
||||
|
||||
#: __init__.py:29 __init__.py:34
|
||||
#: __init__.py:24 __init__.py:29
|
||||
msgid "delete"
|
||||
msgstr ""
|
||||
|
||||
#: __init__.py:31
|
||||
#: __init__.py:26
|
||||
msgid "conditions"
|
||||
msgstr ""
|
||||
|
||||
#: __init__.py:32
|
||||
#: __init__.py:27
|
||||
msgid "create condition"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:48
|
||||
#: __init__.py:31
|
||||
msgid "ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:50
|
||||
msgid "Pages"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:54
|
||||
#: forms.py:56
|
||||
msgid "Select"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:61
|
||||
#: forms.py:63
|
||||
msgid "Click on the image for full size view of the first page."
|
||||
msgstr ""
|
||||
|
||||
@@ -149,164 +133,184 @@ msgstr ""
|
||||
msgid "is in regular expression (case insensitive)"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:10
|
||||
#: models.py:12
|
||||
msgid "title"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:11 views.py:108
|
||||
#: models.py:13 views.py:135
|
||||
msgid "dynamic title"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:11 models.py:29
|
||||
#: models.py:13 models.py:31
|
||||
msgid ""
|
||||
"This expression will be evaluated against the current selected document. "
|
||||
"The document metadata is available as variables `metadata` and document "
|
||||
"properties under the variable `document`."
|
||||
msgstr ""
|
||||
|
||||
#: models.py:12 models.py:31 views.py:109 views.py:196
|
||||
#: models.py:14 models.py:33 views.py:136 views.py:232
|
||||
msgid "enabled"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:20 models.py:25 views.py:256 views.py:287
|
||||
#: models.py:22 models.py:27 views.py:296 views.py:330
|
||||
msgid "smart link"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:26
|
||||
#: models.py:28
|
||||
msgid "The inclusion is ignored for the first item."
|
||||
msgstr ""
|
||||
|
||||
#: models.py:27
|
||||
#: models.py:29
|
||||
msgid "foreign document data"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:27
|
||||
#: models.py:29
|
||||
msgid ""
|
||||
"This represents the metadata of all other documents. Available objects: "
|
||||
"`document.<attribute>` and `metadata.<metadata_type_name>`."
|
||||
msgstr ""
|
||||
|
||||
#: models.py:29
|
||||
#: models.py:31
|
||||
msgid "expression"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:30
|
||||
#: models.py:32
|
||||
msgid "negated"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:30
|
||||
#: models.py:32
|
||||
msgid "Inverts the logic of the operator."
|
||||
msgstr ""
|
||||
|
||||
#: models.py:34
|
||||
#: models.py:36
|
||||
msgid "not"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:37
|
||||
#: models.py:39
|
||||
msgid "link condition"
|
||||
msgstr ""
|
||||
|
||||
#: models.py:38
|
||||
#: models.py:40
|
||||
msgid "link conditions"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:32
|
||||
#: permissions.py:7
|
||||
msgid "Smart links"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:9
|
||||
msgid "View existing smart links"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:10
|
||||
msgid "Create new smart links"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:11
|
||||
msgid "Delete smart links"
|
||||
msgstr ""
|
||||
|
||||
#: permissions.py:12
|
||||
msgid "Edit smart links"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:40
|
||||
msgid "No action selected."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:47
|
||||
#: views.py:59
|
||||
#, python-format
|
||||
msgid "documents in smart link: %(group)s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:65
|
||||
#: views.py:75
|
||||
#, python-format
|
||||
msgid "Smart link query error: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:76
|
||||
#: views.py:97
|
||||
#, python-format
|
||||
msgid "smart links (%s)"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:90
|
||||
#: views.py:111
|
||||
msgid "There no defined smart links for the current document."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:124
|
||||
#: views.py:152
|
||||
#, python-format
|
||||
msgid "Smart link: %s created successfully."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:131
|
||||
#: views.py:159
|
||||
msgid "Create new smart link"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:144
|
||||
#: views.py:175
|
||||
#, python-format
|
||||
msgid "Smart link: %s edited successfully."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:153
|
||||
#: views.py:184
|
||||
#, python-format
|
||||
msgid "Edit smart link: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:168
|
||||
#: views.py:202
|
||||
#, python-format
|
||||
msgid "Smart link: %s deleted successfully."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:170
|
||||
#: views.py:204
|
||||
#, python-format
|
||||
msgid "Error deleting smart link: %(smart_link)s; %(error)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:180
|
||||
#: views.py:213
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete smart link: %s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:193
|
||||
#: views.py:229
|
||||
#, python-format
|
||||
msgid "conditions for smart link: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:216
|
||||
#: views.py:254
|
||||
#, python-format
|
||||
msgid "Smart link condition: \"%s\" created successfully."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:223
|
||||
#: views.py:261
|
||||
#, python-format
|
||||
msgid "Add new conditions to smart link: \"%s\""
|
||||
msgstr ""
|
||||
|
||||
#: views.py:243
|
||||
#: views.py:283
|
||||
#, python-format
|
||||
msgid "Smart link condition: \"%s\" edited successfully."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:250
|
||||
#: views.py:290
|
||||
msgid "Edit smart link condition"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:257 views.py:288
|
||||
#: views.py:297 views.py:331
|
||||
msgid "condition"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:274
|
||||
#: views.py:317
|
||||
#, python-format
|
||||
msgid "Smart link condition: \"%s\" deleted successfully."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:276
|
||||
#: views.py:319
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Error deleting smart link condition: %(smart_link_condition)s; %(error)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:290
|
||||
#: views.py:333
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete smart link condition: \"%s\"?"
|
||||
msgstr ""
|
||||
|
||||
Binary file not shown.
@@ -3,14 +3,14 @@
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Roberto Rosario <roberto.rosario.gonzalez@gmail.com>, 2011.
|
||||
# Roberto Rosario <roberto.rosario.gonzalez@gmail.com>, 2011, 2012.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
|
||||
"POT-Creation-Date: 2011-11-22 11:26-0400\n"
|
||||
"PO-Revision-Date: 2011-11-22 20:56+0000\n"
|
||||
"Last-Translator: rosarior <roberto.rosario.gonzalez@gmail.com>\n"
|
||||
"POT-Creation-Date: 2012-02-02 14:17-0400\n"
|
||||
"PO-Revision-Date: 2012-02-02 18:29+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"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@@ -18,67 +18,51 @@ msgstr ""
|
||||
"Language: es\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
|
||||
|
||||
#: __init__.py:11
|
||||
msgid "View existing smart links"
|
||||
msgstr "Ver enlaces inteligentes existentes"
|
||||
|
||||
#: __init__.py:12
|
||||
msgid "Create new smart links"
|
||||
msgstr "Crear nuevos enlaces inteligentes"
|
||||
|
||||
#: __init__.py:13
|
||||
msgid "Delete smart links"
|
||||
msgstr "Eliminar enlaces inteligentes"
|
||||
|
||||
#: __init__.py:14
|
||||
msgid "Edit smart links"
|
||||
msgstr "Editar enlaces inteligentes"
|
||||
|
||||
#: __init__.py:16
|
||||
msgid "Smart links"
|
||||
msgstr "Enlaces inteligentes"
|
||||
|
||||
#: __init__.py:22
|
||||
#: __init__.py:17
|
||||
msgid "smart links actions"
|
||||
msgstr "acciones de enlaces inteligentes"
|
||||
|
||||
#: __init__.py:23 __init__.py:25 models.py:21 views.py:105
|
||||
#: __init__.py:18 __init__.py:20 models.py:23 views.py:132
|
||||
msgid "smart links"
|
||||
msgstr "enlaces inteligentes"
|
||||
|
||||
#: __init__.py:26
|
||||
#: __init__.py:21
|
||||
msgid "smart links list"
|
||||
msgstr "lista de enlaces inteligentes"
|
||||
|
||||
#: __init__.py:27
|
||||
#: __init__.py:22
|
||||
msgid "create new smart link"
|
||||
msgstr "crear un enlace inteligente nuevo"
|
||||
|
||||
#: __init__.py:28 __init__.py:33
|
||||
#: __init__.py:23 __init__.py:28
|
||||
msgid "edit"
|
||||
msgstr "editar"
|
||||
|
||||
#: __init__.py:29 __init__.py:34
|
||||
#: __init__.py:24 __init__.py:29
|
||||
msgid "delete"
|
||||
msgstr "borrar"
|
||||
|
||||
#: __init__.py:31
|
||||
#: __init__.py:26
|
||||
msgid "conditions"
|
||||
msgstr "condiciones"
|
||||
|
||||
#: __init__.py:32
|
||||
#: __init__.py:27
|
||||
msgid "create condition"
|
||||
msgstr "crear condicion"
|
||||
|
||||
#: forms.py:48
|
||||
#: __init__.py:31
|
||||
msgid "ACLs"
|
||||
msgstr "LCAs"
|
||||
|
||||
#: forms.py:50
|
||||
msgid "Pages"
|
||||
msgstr "Páginas"
|
||||
|
||||
#: forms.py:54
|
||||
#: forms.py:56
|
||||
msgid "Select"
|
||||
msgstr "Seleccionar"
|
||||
|
||||
#: forms.py:61
|
||||
#: forms.py:63
|
||||
msgid "Click on the image for full size view of the first page."
|
||||
msgstr ""
|
||||
"Haga clic en la imagen para ver el tamaño completo de la primera página."
|
||||
@@ -151,15 +135,15 @@ msgstr "está en la expresión regular"
|
||||
msgid "is in regular expression (case insensitive)"
|
||||
msgstr "está en la expresión regular (mayúsculas y minúsculas)"
|
||||
|
||||
#: models.py:10
|
||||
#: models.py:12
|
||||
msgid "title"
|
||||
msgstr "título"
|
||||
|
||||
#: models.py:11 views.py:108
|
||||
#: models.py:13 views.py:135
|
||||
msgid "dynamic title"
|
||||
msgstr "título dinámico"
|
||||
|
||||
#: models.py:11 models.py:29
|
||||
#: models.py:13 models.py:31
|
||||
msgid ""
|
||||
"This expression will be evaluated against the current selected document. "
|
||||
"The document metadata is available as variables `metadata` and document "
|
||||
@@ -169,23 +153,23 @@ msgstr ""
|
||||
" Los metadatos del documento están disponible como variables `metadata` y "
|
||||
"las propiedades del documento en la variable `document`."
|
||||
|
||||
#: models.py:12 models.py:31 views.py:109 views.py:196
|
||||
#: models.py:14 models.py:33 views.py:136 views.py:232
|
||||
msgid "enabled"
|
||||
msgstr "habilitado"
|
||||
|
||||
#: models.py:20 models.py:25 views.py:256 views.py:287
|
||||
#: models.py:22 models.py:27 views.py:296 views.py:330
|
||||
msgid "smart link"
|
||||
msgstr "enlace inteligente"
|
||||
|
||||
#: models.py:26
|
||||
#: models.py:28
|
||||
msgid "The inclusion is ignored for the first item."
|
||||
msgstr "La inclusión es ignorada para el primer artículo."
|
||||
|
||||
#: models.py:27
|
||||
#: models.py:29
|
||||
msgid "foreign document data"
|
||||
msgstr "datos de documento foráneo"
|
||||
|
||||
#: models.py:27
|
||||
#: models.py:29
|
||||
msgid ""
|
||||
"This represents the metadata of all other documents. Available objects: "
|
||||
"`document.<attribute>` and `metadata.<metadata_type_name>`."
|
||||
@@ -194,122 +178,142 @@ msgstr ""
|
||||
"disponibles: `document.<attributo>` y `metadata.<nombre de tipo de "
|
||||
"metadata>`."
|
||||
|
||||
#: models.py:29
|
||||
#: models.py:31
|
||||
msgid "expression"
|
||||
msgstr "expresión"
|
||||
|
||||
#: models.py:30
|
||||
#: models.py:32
|
||||
msgid "negated"
|
||||
msgstr "negado"
|
||||
|
||||
#: models.py:30
|
||||
#: models.py:32
|
||||
msgid "Inverts the logic of the operator."
|
||||
msgstr "Invierte la lógica del operador."
|
||||
|
||||
#: models.py:34
|
||||
#: models.py:36
|
||||
msgid "not"
|
||||
msgstr "no"
|
||||
|
||||
#: models.py:37
|
||||
#: models.py:39
|
||||
msgid "link condition"
|
||||
msgstr "condición de enlace"
|
||||
|
||||
#: models.py:38
|
||||
#: models.py:40
|
||||
msgid "link conditions"
|
||||
msgstr "condiciones de enlace"
|
||||
|
||||
#: views.py:32
|
||||
#: permissions.py:7
|
||||
msgid "Smart links"
|
||||
msgstr "Enlaces inteligentes"
|
||||
|
||||
#: permissions.py:9
|
||||
msgid "View existing smart links"
|
||||
msgstr "Ver enlaces inteligentes existentes"
|
||||
|
||||
#: permissions.py:10
|
||||
msgid "Create new smart links"
|
||||
msgstr "Crear nuevos enlaces inteligentes"
|
||||
|
||||
#: permissions.py:11
|
||||
msgid "Delete smart links"
|
||||
msgstr "Eliminar enlaces inteligentes"
|
||||
|
||||
#: permissions.py:12
|
||||
msgid "Edit smart links"
|
||||
msgstr "Editar enlaces inteligentes"
|
||||
|
||||
#: views.py:40
|
||||
msgid "No action selected."
|
||||
msgstr "Ninguna acción seleccionada."
|
||||
|
||||
#: views.py:47
|
||||
#: views.py:59
|
||||
#, python-format
|
||||
msgid "documents in smart link: %(group)s"
|
||||
msgstr "documentos en el enlace inteligente: %(group)s"
|
||||
|
||||
#: views.py:65
|
||||
#: views.py:75
|
||||
#, python-format
|
||||
msgid "Smart link query error: %s"
|
||||
msgstr "Error en consulta de enlace inteligente: %s"
|
||||
|
||||
#: views.py:76
|
||||
#: views.py:97
|
||||
#, python-format
|
||||
msgid "smart links (%s)"
|
||||
msgstr "enlaces inteligentes (%s)"
|
||||
|
||||
#: views.py:90
|
||||
#: views.py:111
|
||||
msgid "There no defined smart links for the current document."
|
||||
msgstr "No hay enlaces inteligentes definidos para el documento actual."
|
||||
|
||||
#: views.py:124
|
||||
#: views.py:152
|
||||
#, python-format
|
||||
msgid "Smart link: %s created successfully."
|
||||
msgstr "Enlace inteligente: %s creado exitosamente."
|
||||
|
||||
#: views.py:131
|
||||
#: views.py:159
|
||||
msgid "Create new smart link"
|
||||
msgstr "Crear un enlace inteligente nuevo"
|
||||
|
||||
#: views.py:144
|
||||
#: views.py:175
|
||||
#, python-format
|
||||
msgid "Smart link: %s edited successfully."
|
||||
msgstr "Enlace inteligente: %s editado exitosamente."
|
||||
|
||||
#: views.py:153
|
||||
#: views.py:184
|
||||
#, python-format
|
||||
msgid "Edit smart link: %s"
|
||||
msgstr "Editar enlace inteligente: %s"
|
||||
|
||||
#: views.py:168
|
||||
#: views.py:202
|
||||
#, python-format
|
||||
msgid "Smart link: %s deleted successfully."
|
||||
msgstr "Enlace inteligente: %s eliminado exitosamente."
|
||||
|
||||
#: views.py:170
|
||||
#: views.py:204
|
||||
#, python-format
|
||||
msgid "Error deleting smart link: %(smart_link)s; %(error)s."
|
||||
msgstr ""
|
||||
"Error al tratar de eliminar enlace inteligente: %(smart_link)s; %(error)s."
|
||||
|
||||
#: views.py:180
|
||||
#: views.py:213
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete smart link: %s?"
|
||||
msgstr "¿Está seguro que desea eliminar el enlace inteligente: %s?"
|
||||
|
||||
#: views.py:193
|
||||
#: views.py:229
|
||||
#, python-format
|
||||
msgid "conditions for smart link: %s"
|
||||
msgstr "condiciones de enlace inteligente: %s"
|
||||
|
||||
#: views.py:216
|
||||
#: views.py:254
|
||||
#, python-format
|
||||
msgid "Smart link condition: \"%s\" created successfully."
|
||||
msgstr "Condición de enlace inteligente: \"%s\" creada exitosamente."
|
||||
|
||||
#: views.py:223
|
||||
#: views.py:261
|
||||
#, python-format
|
||||
msgid "Add new conditions to smart link: \"%s\""
|
||||
msgstr "Añadir nuevas condiciones de enlace inteligente: \"%s\""
|
||||
|
||||
#: views.py:243
|
||||
#: views.py:283
|
||||
#, python-format
|
||||
msgid "Smart link condition: \"%s\" edited successfully."
|
||||
msgstr "Condición de enlace inteligente: \"%s\", editada exitosamente."
|
||||
|
||||
#: views.py:250
|
||||
#: views.py:290
|
||||
msgid "Edit smart link condition"
|
||||
msgstr "Editar condición de enlace inteligente"
|
||||
|
||||
#: views.py:257 views.py:288
|
||||
#: views.py:297 views.py:331
|
||||
msgid "condition"
|
||||
msgstr "condición"
|
||||
|
||||
#: views.py:274
|
||||
#: views.py:317
|
||||
#, python-format
|
||||
msgid "Smart link condition: \"%s\" deleted successfully."
|
||||
msgstr "Condición de enlace inteligente: \"%s\" ha eliminada exitosamente."
|
||||
|
||||
#: views.py:276
|
||||
#: views.py:319
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Error deleting smart link condition: %(smart_link_condition)s; %(error)s."
|
||||
@@ -317,7 +321,7 @@ msgstr ""
|
||||
"Error al tratar de eliminar la condición de enlace inteligente: "
|
||||
"%(smart_link_condition)s; %(error)s."
|
||||
|
||||
#: views.py:290
|
||||
#: views.py:333
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete smart link condition: \"%s\"?"
|
||||
msgstr ""
|
||||
|
||||
Binary file not shown.
@@ -8,9 +8,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
|
||||
"POT-Creation-Date: 2011-11-22 11:26-0400\n"
|
||||
"PO-Revision-Date: 2011-12-12 08:59+0000\n"
|
||||
"Last-Translator: Pierpaolo Baldan <pierpaolo.baldan@gmail.com>\n"
|
||||
"POT-Creation-Date: 2012-02-02 14:17-0400\n"
|
||||
"PO-Revision-Date: 2012-02-02 18:19+0000\n"
|
||||
"Last-Translator: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>\n"
|
||||
"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/team/it/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@@ -18,67 +18,51 @@ msgstr ""
|
||||
"Language: it\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
|
||||
|
||||
#: __init__.py:11
|
||||
msgid "View existing smart links"
|
||||
msgstr "Vista intelligente dei link esistenti"
|
||||
|
||||
#: __init__.py:12
|
||||
msgid "Create new smart links"
|
||||
msgstr "Crea link intelligenti"
|
||||
|
||||
#: __init__.py:13
|
||||
msgid "Delete smart links"
|
||||
msgstr "Cancella link intelligenti"
|
||||
|
||||
#: __init__.py:14
|
||||
msgid "Edit smart links"
|
||||
msgstr "Modifica link intelligenti"
|
||||
|
||||
#: __init__.py:16
|
||||
msgid "Smart links"
|
||||
msgstr "Link intelligenti"
|
||||
|
||||
#: __init__.py:22
|
||||
#: __init__.py:17
|
||||
msgid "smart links actions"
|
||||
msgstr "azioni dei link intelligenti"
|
||||
|
||||
#: __init__.py:23 __init__.py:25 models.py:21 views.py:105
|
||||
#: __init__.py:18 __init__.py:20 models.py:23 views.py:132
|
||||
msgid "smart links"
|
||||
msgstr "link intelligenti"
|
||||
|
||||
#: __init__.py:26
|
||||
#: __init__.py:21
|
||||
msgid "smart links list"
|
||||
msgstr "lista dei link intelligenti"
|
||||
|
||||
#: __init__.py:27
|
||||
#: __init__.py:22
|
||||
msgid "create new smart link"
|
||||
msgstr "crea nuovi link intelligenti"
|
||||
|
||||
#: __init__.py:28 __init__.py:33
|
||||
#: __init__.py:23 __init__.py:28
|
||||
msgid "edit"
|
||||
msgstr "modifica"
|
||||
|
||||
#: __init__.py:29 __init__.py:34
|
||||
#: __init__.py:24 __init__.py:29
|
||||
msgid "delete"
|
||||
msgstr "cancella"
|
||||
|
||||
#: __init__.py:31
|
||||
#: __init__.py:26
|
||||
msgid "conditions"
|
||||
msgstr "condizioni"
|
||||
|
||||
#: __init__.py:32
|
||||
#: __init__.py:27
|
||||
msgid "create condition"
|
||||
msgstr "crea condizioni"
|
||||
|
||||
#: forms.py:48
|
||||
#: __init__.py:31
|
||||
msgid "ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:50
|
||||
msgid "Pages"
|
||||
msgstr "Pagine"
|
||||
|
||||
#: forms.py:54
|
||||
#: forms.py:56
|
||||
msgid "Select"
|
||||
msgstr "Seleziona"
|
||||
|
||||
#: forms.py:61
|
||||
#: forms.py:63
|
||||
msgid "Click on the image for full size view of the first page."
|
||||
msgstr "Click sull'immagine per vedere la prima pagina"
|
||||
|
||||
@@ -150,15 +134,15 @@ msgstr "è un'espressione regolare"
|
||||
msgid "is in regular expression (case insensitive)"
|
||||
msgstr "è un'espressione regolare (case insensitive)"
|
||||
|
||||
#: models.py:10
|
||||
#: models.py:12
|
||||
msgid "title"
|
||||
msgstr "titolo"
|
||||
|
||||
#: models.py:11 views.py:108
|
||||
#: models.py:13 views.py:135
|
||||
msgid "dynamic title"
|
||||
msgstr "titolo dinamico"
|
||||
|
||||
#: models.py:11 models.py:29
|
||||
#: models.py:13 models.py:31
|
||||
msgid ""
|
||||
"This expression will be evaluated against the current selected document. "
|
||||
"The document metadata is available as variables `metadata` and document "
|
||||
@@ -168,23 +152,23 @@ msgstr ""
|
||||
"metadati del documento sono disponibile come variabili `metadati` e le "
|
||||
"proprietà dei documenti sotto la variabile `documento`."
|
||||
|
||||
#: models.py:12 models.py:31 views.py:109 views.py:196
|
||||
#: models.py:14 models.py:33 views.py:136 views.py:232
|
||||
msgid "enabled"
|
||||
msgstr "abilitato"
|
||||
|
||||
#: models.py:20 models.py:25 views.py:256 views.py:287
|
||||
#: models.py:22 models.py:27 views.py:296 views.py:330
|
||||
msgid "smart link"
|
||||
msgstr "link intelligente"
|
||||
|
||||
#: models.py:26
|
||||
#: models.py:28
|
||||
msgid "The inclusion is ignored for the first item."
|
||||
msgstr "L'inserimento viene ignorato per la prima voce."
|
||||
|
||||
#: models.py:27
|
||||
#: models.py:29
|
||||
msgid "foreign document data"
|
||||
msgstr "dati del documento estero"
|
||||
|
||||
#: models.py:27
|
||||
#: models.py:29
|
||||
msgid ""
|
||||
"This represents the metadata of all other documents. Available objects: "
|
||||
"`document.<attribute>` and `metadata.<metadata_type_name>`."
|
||||
@@ -192,121 +176,141 @@ msgstr ""
|
||||
"Questo rappresenta i metadati di tutti gli altri documenti. Oggetti "
|
||||
"disponibili: `document.<attribute>` e `metadata.<metadata_type_name>`."
|
||||
|
||||
#: models.py:29
|
||||
#: models.py:31
|
||||
msgid "expression"
|
||||
msgstr "espressione"
|
||||
|
||||
#: models.py:30
|
||||
#: models.py:32
|
||||
msgid "negated"
|
||||
msgstr "negato"
|
||||
|
||||
#: models.py:30
|
||||
#: models.py:32
|
||||
msgid "Inverts the logic of the operator."
|
||||
msgstr "Inverti la logica dell'operazione"
|
||||
|
||||
#: models.py:34
|
||||
#: models.py:36
|
||||
msgid "not"
|
||||
msgstr "not"
|
||||
|
||||
#: models.py:37
|
||||
#: models.py:39
|
||||
msgid "link condition"
|
||||
msgstr "condizione per il link"
|
||||
|
||||
#: models.py:38
|
||||
#: models.py:40
|
||||
msgid "link conditions"
|
||||
msgstr "condizioni per i link"
|
||||
|
||||
#: views.py:32
|
||||
#: permissions.py:7
|
||||
msgid "Smart links"
|
||||
msgstr "Link intelligenti"
|
||||
|
||||
#: permissions.py:9
|
||||
msgid "View existing smart links"
|
||||
msgstr "Vista intelligente dei link esistenti"
|
||||
|
||||
#: permissions.py:10
|
||||
msgid "Create new smart links"
|
||||
msgstr "Crea link intelligenti"
|
||||
|
||||
#: permissions.py:11
|
||||
msgid "Delete smart links"
|
||||
msgstr "Cancella link intelligenti"
|
||||
|
||||
#: permissions.py:12
|
||||
msgid "Edit smart links"
|
||||
msgstr "Modifica link intelligenti"
|
||||
|
||||
#: views.py:40
|
||||
msgid "No action selected."
|
||||
msgstr "Nessuna azione selezionata "
|
||||
|
||||
#: views.py:47
|
||||
#: views.py:59
|
||||
#, python-format
|
||||
msgid "documents in smart link: %(group)s"
|
||||
msgstr "documenti nei link intelligenti: %(group)s"
|
||||
|
||||
#: views.py:65
|
||||
#: views.py:75
|
||||
#, python-format
|
||||
msgid "Smart link query error: %s"
|
||||
msgstr "Interrogazione dei link intelligenti, errore: %s"
|
||||
|
||||
#: views.py:76
|
||||
#: views.py:97
|
||||
#, python-format
|
||||
msgid "smart links (%s)"
|
||||
msgstr "link intelligenti (%s)"
|
||||
|
||||
#: views.py:90
|
||||
#: views.py:111
|
||||
msgid "There no defined smart links for the current document."
|
||||
msgstr "Non ci sono link intelligenti per questo documento."
|
||||
|
||||
#: views.py:124
|
||||
#: views.py:152
|
||||
#, python-format
|
||||
msgid "Smart link: %s created successfully."
|
||||
msgstr "Link inteligente: %s creato con successo."
|
||||
|
||||
#: views.py:131
|
||||
#: views.py:159
|
||||
msgid "Create new smart link"
|
||||
msgstr "Crea un nuovo link intelligente"
|
||||
|
||||
#: views.py:144
|
||||
#: views.py:175
|
||||
#, python-format
|
||||
msgid "Smart link: %s edited successfully."
|
||||
msgstr "Link intelligente: %s modificato con successo."
|
||||
|
||||
#: views.py:153
|
||||
#: views.py:184
|
||||
#, python-format
|
||||
msgid "Edit smart link: %s"
|
||||
msgstr "Modifica il link intelligente: %s"
|
||||
|
||||
#: views.py:168
|
||||
#: views.py:202
|
||||
#, python-format
|
||||
msgid "Smart link: %s deleted successfully."
|
||||
msgstr "Link intelligente: %s cancellato con successo."
|
||||
|
||||
#: views.py:170
|
||||
#: views.py:204
|
||||
#, python-format
|
||||
msgid "Error deleting smart link: %(smart_link)s; %(error)s."
|
||||
msgstr "Errore link intelligente: %(smart_link)s; %(error)s."
|
||||
|
||||
#: views.py:180
|
||||
#: views.py:213
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete smart link: %s?"
|
||||
msgstr "Sei sicuro di voler cancella questo link intelligente: %s?"
|
||||
|
||||
#: views.py:193
|
||||
#: views.py:229
|
||||
#, python-format
|
||||
msgid "conditions for smart link: %s"
|
||||
msgstr "condizioni per il link intelligente: %s"
|
||||
|
||||
#: views.py:216
|
||||
#: views.py:254
|
||||
#, python-format
|
||||
msgid "Smart link condition: \"%s\" created successfully."
|
||||
msgstr "Condizione per il link intelligente: \"%s\" creata con successo."
|
||||
|
||||
#: views.py:223
|
||||
#: views.py:261
|
||||
#, python-format
|
||||
msgid "Add new conditions to smart link: \"%s\""
|
||||
msgstr "Aggiungi una nuova condizione al link intelligente: \"%s\""
|
||||
|
||||
#: views.py:243
|
||||
#: views.py:283
|
||||
#, python-format
|
||||
msgid "Smart link condition: \"%s\" edited successfully."
|
||||
msgstr "Condizione per il link intelligente: \"%s\" modificato con successo."
|
||||
|
||||
#: views.py:250
|
||||
#: views.py:290
|
||||
msgid "Edit smart link condition"
|
||||
msgstr "Modifica condizioni per i link intelligenti"
|
||||
|
||||
#: views.py:257 views.py:288
|
||||
#: views.py:297 views.py:331
|
||||
msgid "condition"
|
||||
msgstr "condizioni"
|
||||
|
||||
#: views.py:274
|
||||
#: views.py:317
|
||||
#, python-format
|
||||
msgid "Smart link condition: \"%s\" deleted successfully."
|
||||
msgstr "Condizioni per il link intelligente: \"%s\" cancellato con successo."
|
||||
|
||||
#: views.py:276
|
||||
#: views.py:319
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Error deleting smart link condition: %(smart_link_condition)s; %(error)s."
|
||||
@@ -314,7 +318,7 @@ msgstr ""
|
||||
"Errore nella cancellazione del link intelligente: %(smart_link_condition)s; "
|
||||
"%(error)s."
|
||||
|
||||
#: views.py:290
|
||||
#: views.py:333
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete smart link condition: \"%s\"?"
|
||||
msgstr ""
|
||||
|
||||
Binary file not shown.
@@ -9,8 +9,8 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
|
||||
"POT-Creation-Date: 2011-11-22 11:26-0400\n"
|
||||
"PO-Revision-Date: 2012-01-02 05:40+0000\n"
|
||||
"POT-Creation-Date: 2012-02-02 14:17-0400\n"
|
||||
"PO-Revision-Date: 2012-02-02 18:19+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"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -19,67 +19,51 @@ msgstr ""
|
||||
"Language: pt\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1)\n"
|
||||
|
||||
#: __init__.py:11
|
||||
msgid "View existing smart links"
|
||||
msgstr "Ver os ligações inteligentes"
|
||||
|
||||
#: __init__.py:12
|
||||
msgid "Create new smart links"
|
||||
msgstr "Criar novas ligações inteligentes"
|
||||
|
||||
#: __init__.py:13
|
||||
msgid "Delete smart links"
|
||||
msgstr "Excluir ligações inteligentes"
|
||||
|
||||
#: __init__.py:14
|
||||
msgid "Edit smart links"
|
||||
msgstr "Editar ligações inteligentes"
|
||||
|
||||
#: __init__.py:16
|
||||
msgid "Smart links"
|
||||
msgstr "Ligações inteligentes"
|
||||
|
||||
#: __init__.py:22
|
||||
#: __init__.py:17
|
||||
msgid "smart links actions"
|
||||
msgstr "ações do ligações inteligentes"
|
||||
|
||||
#: __init__.py:23 __init__.py:25 models.py:21 views.py:105
|
||||
#: __init__.py:18 __init__.py:20 models.py:23 views.py:132
|
||||
msgid "smart links"
|
||||
msgstr "ligações inteligentes"
|
||||
|
||||
#: __init__.py:26
|
||||
#: __init__.py:21
|
||||
msgid "smart links list"
|
||||
msgstr "lista de ligações inteligentes"
|
||||
|
||||
#: __init__.py:27
|
||||
#: __init__.py:22
|
||||
msgid "create new smart link"
|
||||
msgstr "criar um novo ligação inteligente"
|
||||
|
||||
#: __init__.py:28 __init__.py:33
|
||||
#: __init__.py:23 __init__.py:28
|
||||
msgid "edit"
|
||||
msgstr "editar"
|
||||
|
||||
#: __init__.py:29 __init__.py:34
|
||||
#: __init__.py:24 __init__.py:29
|
||||
msgid "delete"
|
||||
msgstr "excluir"
|
||||
|
||||
#: __init__.py:31
|
||||
#: __init__.py:26
|
||||
msgid "conditions"
|
||||
msgstr "condições"
|
||||
|
||||
#: __init__.py:32
|
||||
#: __init__.py:27
|
||||
msgid "create condition"
|
||||
msgstr "criar condições"
|
||||
|
||||
#: forms.py:48
|
||||
#: __init__.py:31
|
||||
msgid "ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:50
|
||||
msgid "Pages"
|
||||
msgstr "Páginas"
|
||||
|
||||
#: forms.py:54
|
||||
#: forms.py:56
|
||||
msgid "Select"
|
||||
msgstr "Selecionar"
|
||||
|
||||
#: forms.py:61
|
||||
#: forms.py:63
|
||||
msgid "Click on the image for full size view of the first page."
|
||||
msgstr "Clique na imagem para ver em tamanho grande a primeira página."
|
||||
|
||||
@@ -151,15 +135,15 @@ msgstr "está em expressão regular"
|
||||
msgid "is in regular expression (case insensitive)"
|
||||
msgstr "está em expressão regular (case insensitive)"
|
||||
|
||||
#: models.py:10
|
||||
#: models.py:12
|
||||
msgid "title"
|
||||
msgstr "título"
|
||||
|
||||
#: models.py:11 views.py:108
|
||||
#: models.py:13 views.py:135
|
||||
msgid "dynamic title"
|
||||
msgstr "título dinâmico"
|
||||
|
||||
#: models.py:11 models.py:29
|
||||
#: models.py:13 models.py:31
|
||||
msgid ""
|
||||
"This expression will be evaluated against the current selected document. "
|
||||
"The document metadata is available as variables `metadata` and document "
|
||||
@@ -169,23 +153,23 @@ msgstr ""
|
||||
"metadados do documento estão disponíveis como variáveis \"metadados \" e "
|
||||
"propriedades do documento em variáveis `documento`."
|
||||
|
||||
#: models.py:12 models.py:31 views.py:109 views.py:196
|
||||
#: models.py:14 models.py:33 views.py:136 views.py:232
|
||||
msgid "enabled"
|
||||
msgstr "habilitado"
|
||||
|
||||
#: models.py:20 models.py:25 views.py:256 views.py:287
|
||||
#: models.py:22 models.py:27 views.py:296 views.py:330
|
||||
msgid "smart link"
|
||||
msgstr "ligação inteligente"
|
||||
|
||||
#: models.py:26
|
||||
#: models.py:28
|
||||
msgid "The inclusion is ignored for the first item."
|
||||
msgstr "A inclusão é ignorada para o primeiro item."
|
||||
|
||||
#: models.py:27
|
||||
#: models.py:29
|
||||
msgid "foreign document data"
|
||||
msgstr "dados de documentos estrangeiros"
|
||||
|
||||
#: models.py:27
|
||||
#: models.py:29
|
||||
msgid ""
|
||||
"This represents the metadata of all other documents. Available objects: "
|
||||
"`document.<attribute>` and `metadata.<metadata_type_name>`."
|
||||
@@ -193,127 +177,147 @@ msgstr ""
|
||||
"Isto representa os metadados de todos os outros documentos. Objetos "
|
||||
"disponíveis: `document. <attribute> ` e ` metadata. <metadata_type_name> `."
|
||||
|
||||
#: models.py:29
|
||||
#: models.py:31
|
||||
msgid "expression"
|
||||
msgstr "expressão"
|
||||
|
||||
#: models.py:30
|
||||
#: models.py:32
|
||||
msgid "negated"
|
||||
msgstr "negada"
|
||||
|
||||
#: models.py:30
|
||||
#: models.py:32
|
||||
msgid "Inverts the logic of the operator."
|
||||
msgstr "Inverte a lógica do operador."
|
||||
|
||||
#: models.py:34
|
||||
#: models.py:36
|
||||
msgid "not"
|
||||
msgstr "não"
|
||||
|
||||
#: models.py:37
|
||||
#: models.py:39
|
||||
msgid "link condition"
|
||||
msgstr "condição de ligação"
|
||||
|
||||
#: models.py:38
|
||||
#: models.py:40
|
||||
msgid "link conditions"
|
||||
msgstr "condições de ligação"
|
||||
|
||||
#: views.py:32
|
||||
#: permissions.py:7
|
||||
msgid "Smart links"
|
||||
msgstr "Ligações inteligentes"
|
||||
|
||||
#: permissions.py:9
|
||||
msgid "View existing smart links"
|
||||
msgstr "Ver os ligações inteligentes"
|
||||
|
||||
#: permissions.py:10
|
||||
msgid "Create new smart links"
|
||||
msgstr "Criar novas ligações inteligentes"
|
||||
|
||||
#: permissions.py:11
|
||||
msgid "Delete smart links"
|
||||
msgstr "Excluir ligações inteligentes"
|
||||
|
||||
#: permissions.py:12
|
||||
msgid "Edit smart links"
|
||||
msgstr "Editar ligações inteligentes"
|
||||
|
||||
#: views.py:40
|
||||
msgid "No action selected."
|
||||
msgstr "Nenhuma ação selecionada."
|
||||
|
||||
#: views.py:47
|
||||
#: views.py:59
|
||||
#, python-format
|
||||
msgid "documents in smart link: %(group)s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:65
|
||||
#: views.py:75
|
||||
#, python-format
|
||||
msgid "Smart link query error: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:76
|
||||
#: views.py:97
|
||||
#, python-format
|
||||
msgid "smart links (%s)"
|
||||
msgstr "ligações inteligente (%s)"
|
||||
|
||||
#: views.py:90
|
||||
#: views.py:111
|
||||
msgid "There no defined smart links for the current document."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:124
|
||||
#: views.py:152
|
||||
#, python-format
|
||||
msgid "Smart link: %s created successfully."
|
||||
msgstr "Ligação inteligente: %s criado com sucesso."
|
||||
|
||||
#: views.py:131
|
||||
#: views.py:159
|
||||
msgid "Create new smart link"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:144
|
||||
#: views.py:175
|
||||
#, python-format
|
||||
msgid "Smart link: %s edited successfully."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:153
|
||||
#: views.py:184
|
||||
#, python-format
|
||||
msgid "Edit smart link: %s"
|
||||
msgstr "Editar Ligação inteligente: %s"
|
||||
|
||||
#: views.py:168
|
||||
#: views.py:202
|
||||
#, python-format
|
||||
msgid "Smart link: %s deleted successfully."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:170
|
||||
#: views.py:204
|
||||
#, python-format
|
||||
msgid "Error deleting smart link: %(smart_link)s; %(error)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:180
|
||||
#: views.py:213
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete smart link: %s?"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:193
|
||||
#: views.py:229
|
||||
#, python-format
|
||||
msgid "conditions for smart link: %s"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:216
|
||||
#: views.py:254
|
||||
#, python-format
|
||||
msgid "Smart link condition: \"%s\" created successfully."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:223
|
||||
#: views.py:261
|
||||
#, python-format
|
||||
msgid "Add new conditions to smart link: \"%s\""
|
||||
msgstr ""
|
||||
|
||||
#: views.py:243
|
||||
#: views.py:283
|
||||
#, python-format
|
||||
msgid "Smart link condition: \"%s\" edited successfully."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:250
|
||||
#: views.py:290
|
||||
msgid "Edit smart link condition"
|
||||
msgstr ""
|
||||
|
||||
#: views.py:257 views.py:288
|
||||
#: views.py:297 views.py:331
|
||||
msgid "condition"
|
||||
msgstr "condição"
|
||||
|
||||
#: views.py:274
|
||||
#: views.py:317
|
||||
#, python-format
|
||||
msgid "Smart link condition: \"%s\" deleted successfully."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:276
|
||||
#: views.py:319
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Error deleting smart link condition: %(smart_link_condition)s; %(error)s."
|
||||
msgstr ""
|
||||
|
||||
#: views.py:290
|
||||
#: views.py:333
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete smart link condition: \"%s\"?"
|
||||
msgstr ""
|
||||
|
||||
Binary file not shown.
@@ -8,9 +8,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
|
||||
"POT-Creation-Date: 2011-11-22 11:26-0400\n"
|
||||
"PO-Revision-Date: 2011-11-22 18:47+0000\n"
|
||||
"Last-Translator: gsv70 <gsv70@mail.ru>\n"
|
||||
"POT-Creation-Date: 2012-02-02 14:17-0400\n"
|
||||
"PO-Revision-Date: 2012-02-02 18:19+0000\n"
|
||||
"Last-Translator: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>\n"
|
||||
"Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/team/ru/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@@ -18,67 +18,51 @@ 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:11
|
||||
msgid "View existing smart links"
|
||||
msgstr "Просмотр отношений"
|
||||
|
||||
#: __init__.py:12
|
||||
msgid "Create new smart links"
|
||||
msgstr "Создать отношение"
|
||||
|
||||
#: __init__.py:13
|
||||
msgid "Delete smart links"
|
||||
msgstr "Удалить отношения"
|
||||
|
||||
#: __init__.py:14
|
||||
msgid "Edit smart links"
|
||||
msgstr "Редактировать отношения"
|
||||
|
||||
#: __init__.py:16
|
||||
msgid "Smart links"
|
||||
msgstr "Отношения"
|
||||
|
||||
#: __init__.py:22
|
||||
#: __init__.py:17
|
||||
msgid "smart links actions"
|
||||
msgstr "действия отношений"
|
||||
|
||||
#: __init__.py:23 __init__.py:25 models.py:21 views.py:105
|
||||
#: __init__.py:18 __init__.py:20 models.py:23 views.py:132
|
||||
msgid "smart links"
|
||||
msgstr "отношения"
|
||||
|
||||
#: __init__.py:26
|
||||
#: __init__.py:21
|
||||
msgid "smart links list"
|
||||
msgstr "список отношений"
|
||||
|
||||
#: __init__.py:27
|
||||
#: __init__.py:22
|
||||
msgid "create new smart link"
|
||||
msgstr "создать отношение"
|
||||
|
||||
#: __init__.py:28 __init__.py:33
|
||||
#: __init__.py:23 __init__.py:28
|
||||
msgid "edit"
|
||||
msgstr "редактировать"
|
||||
|
||||
#: __init__.py:29 __init__.py:34
|
||||
#: __init__.py:24 __init__.py:29
|
||||
msgid "delete"
|
||||
msgstr "удалить"
|
||||
|
||||
#: __init__.py:31
|
||||
#: __init__.py:26
|
||||
msgid "conditions"
|
||||
msgstr "условия"
|
||||
|
||||
#: __init__.py:32
|
||||
#: __init__.py:27
|
||||
msgid "create condition"
|
||||
msgstr "создать условие"
|
||||
|
||||
#: forms.py:48
|
||||
#: __init__.py:31
|
||||
msgid "ACLs"
|
||||
msgstr ""
|
||||
|
||||
#: forms.py:50
|
||||
msgid "Pages"
|
||||
msgstr "Страницы"
|
||||
|
||||
#: forms.py:54
|
||||
#: forms.py:56
|
||||
msgid "Select"
|
||||
msgstr "Выбрать"
|
||||
|
||||
#: forms.py:61
|
||||
#: forms.py:63
|
||||
msgid "Click on the image for full size view of the first page."
|
||||
msgstr ""
|
||||
"Нажмите на изображение для просмотра первой страницы в полном размере."
|
||||
@@ -151,15 +135,15 @@ msgstr "В регулярном выражении"
|
||||
msgid "is in regular expression (case insensitive)"
|
||||
msgstr "В регулярном выражении (без учета регистра)"
|
||||
|
||||
#: models.py:10
|
||||
#: models.py:12
|
||||
msgid "title"
|
||||
msgstr "название"
|
||||
|
||||
#: models.py:11 views.py:108
|
||||
#: models.py:13 views.py:135
|
||||
msgid "dynamic title"
|
||||
msgstr "динамический заголовок"
|
||||
|
||||
#: models.py:11 models.py:29
|
||||
#: models.py:13 models.py:31
|
||||
msgid ""
|
||||
"This expression will be evaluated against the current selected document. "
|
||||
"The document metadata is available as variables `metadata` and document "
|
||||
@@ -169,23 +153,23 @@ msgstr ""
|
||||
"документа доступны как переменные `metadata` и свойства документа в "
|
||||
"переменной `document`."
|
||||
|
||||
#: models.py:12 models.py:31 views.py:109 views.py:196
|
||||
#: models.py:14 models.py:33 views.py:136 views.py:232
|
||||
msgid "enabled"
|
||||
msgstr "разрешено"
|
||||
|
||||
#: models.py:20 models.py:25 views.py:256 views.py:287
|
||||
#: models.py:22 models.py:27 views.py:296 views.py:330
|
||||
msgid "smart link"
|
||||
msgstr "отношение"
|
||||
|
||||
#: models.py:26
|
||||
#: models.py:28
|
||||
msgid "The inclusion is ignored for the first item."
|
||||
msgstr "Включение игнорируется для первого элемента."
|
||||
|
||||
#: models.py:27
|
||||
#: models.py:29
|
||||
msgid "foreign document data"
|
||||
msgstr "foreign document data"
|
||||
|
||||
#: models.py:27
|
||||
#: models.py:29
|
||||
msgid ""
|
||||
"This represents the metadata of all other documents. Available objects: "
|
||||
"`document.<attribute>` and `metadata.<metadata_type_name>`."
|
||||
@@ -193,127 +177,147 @@ msgstr ""
|
||||
"Это представляет метаданные всех других документов. Доступные объекты: "
|
||||
"`document. <attribute> ` и `metadata. <metadata_type_name> `."
|
||||
|
||||
#: models.py:29
|
||||
#: models.py:31
|
||||
msgid "expression"
|
||||
msgstr "выражение"
|
||||
|
||||
#: models.py:30
|
||||
#: models.py:32
|
||||
msgid "negated"
|
||||
msgstr "отрицание"
|
||||
|
||||
#: models.py:30
|
||||
#: models.py:32
|
||||
msgid "Inverts the logic of the operator."
|
||||
msgstr "Инвертирует логику оператора."
|
||||
|
||||
#: models.py:34
|
||||
#: models.py:36
|
||||
msgid "not"
|
||||
msgstr "не"
|
||||
|
||||
#: models.py:37
|
||||
#: models.py:39
|
||||
msgid "link condition"
|
||||
msgstr "условие ссылки"
|
||||
|
||||
#: models.py:38
|
||||
#: models.py:40
|
||||
msgid "link conditions"
|
||||
msgstr "условия ссылки"
|
||||
|
||||
#: views.py:32
|
||||
#: permissions.py:7
|
||||
msgid "Smart links"
|
||||
msgstr "Отношения"
|
||||
|
||||
#: permissions.py:9
|
||||
msgid "View existing smart links"
|
||||
msgstr "Просмотр отношений"
|
||||
|
||||
#: permissions.py:10
|
||||
msgid "Create new smart links"
|
||||
msgstr "Создать отношение"
|
||||
|
||||
#: permissions.py:11
|
||||
msgid "Delete smart links"
|
||||
msgstr "Удалить отношения"
|
||||
|
||||
#: permissions.py:12
|
||||
msgid "Edit smart links"
|
||||
msgstr "Редактировать отношения"
|
||||
|
||||
#: views.py:40
|
||||
msgid "No action selected."
|
||||
msgstr "Никаких действий не выбрано."
|
||||
|
||||
#: views.py:47
|
||||
#: views.py:59
|
||||
#, python-format
|
||||
msgid "documents in smart link: %(group)s"
|
||||
msgstr "документы в отношении %(group)s"
|
||||
|
||||
#: views.py:65
|
||||
#: views.py:75
|
||||
#, python-format
|
||||
msgid "Smart link query error: %s"
|
||||
msgstr "Ошибка запроса в отношении %s"
|
||||
|
||||
#: views.py:76
|
||||
#: views.py:97
|
||||
#, python-format
|
||||
msgid "smart links (%s)"
|
||||
msgstr "отношения (%s)"
|
||||
|
||||
#: views.py:90
|
||||
#: views.py:111
|
||||
msgid "There no defined smart links for the current document."
|
||||
msgstr "Для этого документа отношения не определены."
|
||||
|
||||
#: views.py:124
|
||||
#: views.py:152
|
||||
#, python-format
|
||||
msgid "Smart link: %s created successfully."
|
||||
msgstr "Отношение %s создано."
|
||||
|
||||
#: views.py:131
|
||||
#: views.py:159
|
||||
msgid "Create new smart link"
|
||||
msgstr "Создать новое отношение"
|
||||
|
||||
#: views.py:144
|
||||
#: views.py:175
|
||||
#, python-format
|
||||
msgid "Smart link: %s edited successfully."
|
||||
msgstr "Отношение %s изменено."
|
||||
|
||||
#: views.py:153
|
||||
#: views.py:184
|
||||
#, python-format
|
||||
msgid "Edit smart link: %s"
|
||||
msgstr "Редактировать отношение %s"
|
||||
|
||||
#: views.py:168
|
||||
#: views.py:202
|
||||
#, python-format
|
||||
msgid "Smart link: %s deleted successfully."
|
||||
msgstr "Отношение %s удалено."
|
||||
|
||||
#: views.py:170
|
||||
#: views.py:204
|
||||
#, python-format
|
||||
msgid "Error deleting smart link: %(smart_link)s; %(error)s."
|
||||
msgstr "Ошибка при удалении отношения %(smart_link)s; %(error)s."
|
||||
|
||||
#: views.py:180
|
||||
#: views.py:213
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete smart link: %s?"
|
||||
msgstr "Вы действительно хотите удалить отношение %s?"
|
||||
|
||||
#: views.py:193
|
||||
#: views.py:229
|
||||
#, python-format
|
||||
msgid "conditions for smart link: %s"
|
||||
msgstr "условия для отношения %s"
|
||||
|
||||
#: views.py:216
|
||||
#: views.py:254
|
||||
#, python-format
|
||||
msgid "Smart link condition: \"%s\" created successfully."
|
||||
msgstr "Условие для отношения \"%s\" успешно создано."
|
||||
|
||||
#: views.py:223
|
||||
#: views.py:261
|
||||
#, python-format
|
||||
msgid "Add new conditions to smart link: \"%s\""
|
||||
msgstr "Добавить новые условия отношения \"%s\""
|
||||
|
||||
#: views.py:243
|
||||
#: views.py:283
|
||||
#, python-format
|
||||
msgid "Smart link condition: \"%s\" edited successfully."
|
||||
msgstr "Условие отношения \"%s\" изменено."
|
||||
|
||||
#: views.py:250
|
||||
#: views.py:290
|
||||
msgid "Edit smart link condition"
|
||||
msgstr "Изменить условие отношения"
|
||||
|
||||
#: views.py:257 views.py:288
|
||||
#: views.py:297 views.py:331
|
||||
msgid "condition"
|
||||
msgstr "состояние"
|
||||
|
||||
#: views.py:274
|
||||
#: views.py:317
|
||||
#, python-format
|
||||
msgid "Smart link condition: \"%s\" deleted successfully."
|
||||
msgstr "Условие отношения \"%s\" удалено."
|
||||
|
||||
#: views.py:276
|
||||
#: views.py:319
|
||||
#, python-format
|
||||
msgid ""
|
||||
"Error deleting smart link condition: %(smart_link_condition)s; %(error)s."
|
||||
msgstr "Ошибка при удалении условия %(smart_link_condition)s; %(error)s."
|
||||
|
||||
#: views.py:290
|
||||
#: views.py:333
|
||||
#, python-format
|
||||
msgid "Are you sure you wish to delete smart link condition: \"%s\"?"
|
||||
msgstr "Вы действительно хотите удалить условие отношения \"%s\"?"
|
||||
|
||||
Reference in New Issue
Block a user