diff --git a/apps/acls/locale/en/LC_MESSAGES/django.po b/apps/acls/locale/en/LC_MESSAGES/django.po index ac92777769..983294f283 100644 --- a/apps/acls/locale/en/LC_MESSAGES/django.po +++ b/apps/acls/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-02 05:42-0400\n" +"POT-Creation-Date: 2012-02-02 14:18-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,78 +17,86 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: __init__.py:13 +#: __init__.py:14 msgid "ACLs" msgstr "" -#: __init__.py:14 +#: __init__.py:15 __init__.py:23 msgid "details" msgstr "" -#: __init__.py:15 __init__.py:23 +#: __init__.py:16 __init__.py:25 msgid "grant" msgstr "" -#: __init__.py:16 __init__.py:24 +#: __init__.py:17 __init__.py:26 msgid "revoke" msgstr "" -#: __init__.py:18 -msgid "Default ACLs" -msgstr "" - -#: __init__.py:19 -msgid "List of classes" -msgstr "" - -#: __init__.py:20 -msgid "ACLs for class" -msgstr "" - -#: __init__.py:21 -msgid "edit" -msgstr "" - -#: __init__.py:22 forms.py:18 +#: __init__.py:18 __init__.py:24 forms.py:21 msgid "New holder" msgstr "" -#: forms.py:34 +#: __init__.py:20 +msgid "Default ACLs" +msgstr "" + +#: __init__.py:21 +msgid "List of classes" +msgstr "" + +#: __init__.py:22 +msgid "ACLs for class" +msgstr "" + +#: forms.py:38 msgid "Users" msgstr "" -#: forms.py:37 +#: forms.py:41 msgid "Groups" msgstr "" -#: forms.py:40 +#: forms.py:44 msgid "Roles" msgstr "" -#: models.py:221 models.py:230 +#: forms.py:47 +msgid "Special" +msgstr "" + +#: managers.py:116 managers.py:128 msgid "Insufficient access." msgstr "" -#: models.py:296 models.py:400 +#: models.py:27 models.py:69 msgid "permission" msgstr "" -#: models.py:322 +#: models.py:53 msgid "access entry" msgstr "" -#: models.py:323 +#: models.py:54 msgid "access entries" msgstr "" -#: models.py:421 +#: models.py:90 msgid "default access entry" msgstr "" -#: models.py:422 +#: models.py:91 msgid "default access entries" msgstr "" +#: models.py:109 +msgid "Creator" +msgstr "" + +#: models.py:112 models.py:113 +msgid "creator" +msgstr "" + #: permissions.py:7 permissions.py:8 msgid "Access control lists" msgstr "" @@ -109,126 +117,125 @@ msgstr "" msgid "View class default ACLs" msgstr "" -#: views.py:50 +#: views.py:47 #, python-format msgid "access control lists for: %s" msgstr "" -#: views.py:54 views.py:397 +#: views.py:49 views.py:412 msgid "holder" msgstr "" -#: views.py:55 views.py:398 +#: views.py:50 views.py:413 msgid "permissions" msgstr "" -#: views.py:100 +#: views.py:97 #, python-format msgid "permissions available to: %(actor)s for %(obj)s" msgstr "" -#: views.py:107 views.py:429 +#: views.py:104 views.py:445 msgid "namespace" msgstr "" -#: views.py:108 views.py:430 +#: views.py:105 views.py:446 msgid "label" msgstr "" -#: views.py:110 views.py:432 +#: views.py:107 views.py:448 msgid "has permission" msgstr "" -#: views.py:191 views.py:285 views.py:514 views.py:594 -msgid " and " +#: views.py:185 views.py:279 views.py:529 views.py:609 +msgid ", " msgstr "" -#: views.py:192 views.py:286 views.py:515 views.py:595 +#: views.py:186 views.py:280 views.py:530 views.py:610 #, python-format msgid " for %s" msgstr "" -#: views.py:193 views.py:516 +#: views.py:187 views.py:531 #, python-format msgid " to %s" msgstr "" -#: views.py:196 views.py:519 +#: views.py:190 views.py:534 #, python-format msgid "Are you sure you wish to grant the permission %(title_suffix)s?" msgstr "" -#: views.py:198 views.py:521 +#: views.py:192 views.py:536 #, python-format msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" msgstr "" -#: views.py:205 views.py:528 +#: views.py:199 views.py:543 #, python-format -msgid "Permission \"%(permission)s\" granted to %(requester)s for %(object)s." +msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." msgstr "" -#: views.py:211 views.py:534 +#: views.py:205 views.py:549 #, python-format msgid "" -"%(requester)s, already had the permission \"%(permission)s\" granted for " +"%(actor)s, already had the permission \"%(permission)s\" granted for " "%(object)s." msgstr "" -#: views.py:287 views.py:596 +#: views.py:281 views.py:611 #, python-format msgid " from %s" msgstr "" -#: views.py:290 views.py:599 +#: views.py:284 views.py:614 #, python-format msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" msgstr "" -#: views.py:292 views.py:601 +#: views.py:286 views.py:616 #, python-format msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" msgstr "" -#: views.py:299 views.py:608 +#: views.py:293 views.py:623 #, python-format -msgid "Permission \"%(permission)s\" revoked of %(requester)s for %(object)s." +msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." msgstr "" -#: views.py:305 views.py:614 +#: views.py:299 views.py:629 #, python-format -msgid "" -"%(requester)s, didn't had the permission \"%(permission)s\" for %(object)s." +msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." msgstr "" -#: views.py:361 +#: views.py:355 #, python-format msgid "add new holder for: %s" msgstr "" -#: views.py:378 +#: views.py:356 views.py:489 +msgid "Select" +msgstr "" + +#: views.py:389 msgid "classes" msgstr "" -#: views.py:380 +#: views.py:391 msgid "class" msgstr "" -#: views.py:395 +#: views.py:410 #, python-format msgid "default access control lists for class: %s" msgstr "" -#: views.py:422 +#: views.py:438 #, python-format msgid "permissions available to: %(actor)s for class %(class)s" msgstr "" -#: views.py:472 +#: views.py:487 #, python-format msgid "add new holder for class: %s" msgstr "" - -#: views.py:474 -msgid "Select" -msgstr "" diff --git a/apps/acls/locale/es/LC_MESSAGES/django.mo b/apps/acls/locale/es/LC_MESSAGES/django.mo index f542cabb06..c53034197c 100644 Binary files a/apps/acls/locale/es/LC_MESSAGES/django.mo and b/apps/acls/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/acls/locale/es/LC_MESSAGES/django.po b/apps/acls/locale/es/LC_MESSAGES/django.po index ab43d0be66..724cbd44ca 100644 --- a/apps/acls/locale/es/LC_MESSAGES/django.po +++ b/apps/acls/locale/es/LC_MESSAGES/django.po @@ -1,94 +1,102 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. # -#, fuzzy +# Translators: msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-02 05:42-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-02-02 14:18-0400\n" +"PO-Revision-Date: 2012-02-02 18:20+0000\n" +"Last-Translator: Roberto Rosario \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" "Content-Transfer-Encoding: 8bit\n" -"Language: \n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:13 +#: __init__.py:14 msgid "ACLs" msgstr "LCA" -#: __init__.py:14 +#: __init__.py:15 __init__.py:23 msgid "details" msgstr "detalles" -#: __init__.py:15 __init__.py:23 +#: __init__.py:16 __init__.py:25 msgid "grant" msgstr "otorgar" -#: __init__.py:16 __init__.py:24 +#: __init__.py:17 __init__.py:26 msgid "revoke" msgstr "revocar" -#: __init__.py:18 -msgid "Default ACLs" -msgstr "LCA por defecto" - -#: __init__.py:19 -msgid "List of classes" -msgstr "Lista de clases" - -#: __init__.py:20 -msgid "ACLs for class" -msgstr "LCA para la clase" - -#: __init__.py:21 -msgid "edit" -msgstr "editar" - -#: __init__.py:22 forms.py:18 +#: __init__.py:18 __init__.py:24 forms.py:21 msgid "New holder" msgstr "Nuevo titular" -#: forms.py:34 +#: __init__.py:20 +msgid "Default ACLs" +msgstr "LCA por defecto" + +#: __init__.py:21 +msgid "List of classes" +msgstr "Lista de clases" + +#: __init__.py:22 +msgid "ACLs for class" +msgstr "LCA para la clase" + +#: forms.py:38 msgid "Users" msgstr "Usuarios" -#: forms.py:37 +#: forms.py:41 msgid "Groups" msgstr "Grupos" -#: forms.py:40 +#: forms.py:44 msgid "Roles" msgstr "Funciones" -#: models.py:221 models.py:230 +#: forms.py:47 +msgid "Special" +msgstr "" + +#: managers.py:116 managers.py:128 msgid "Insufficient access." msgstr "Acceso insuficiente." -#: models.py:296 models.py:400 +#: models.py:27 models.py:69 msgid "permission" msgstr "permiso" -#: models.py:322 +#: models.py:53 msgid "access entry" msgstr "entrada de acceso" -#: models.py:323 +#: models.py:54 msgid "access entries" msgstr "entradas de acceso" -#: models.py:421 +#: models.py:90 msgid "default access entry" msgstr "entrada de acceso por defecto" -#: models.py:422 +#: models.py:91 msgid "default access entries" msgstr "entradas de acceso por defecto" +#: models.py:109 +msgid "Creator" +msgstr "" + +#: models.py:112 models.py:113 +msgid "creator" +msgstr "" + #: permissions.py:7 permissions.py:8 msgid "Access control lists" msgstr "Listas de control de acceso" @@ -109,127 +117,127 @@ msgstr "Editar LCA por defecto de la clase" msgid "View class default ACLs" msgstr "Ver LCA por defecto de la clase" -#: views.py:50 +#: views.py:47 #, python-format msgid "access control lists for: %s" msgstr "listas de control de acceso para: %s" -#: views.py:54 views.py:397 +#: views.py:49 views.py:412 msgid "holder" msgstr "titular" -#: views.py:55 views.py:398 +#: views.py:50 views.py:413 msgid "permissions" msgstr "permisos" -#: views.py:100 +#: views.py:97 #, python-format msgid "permissions available to: %(actor)s for %(obj)s" msgstr "permisos disponibles a: %(actor)s para %(obj)s " -#: views.py:107 views.py:429 +#: views.py:104 views.py:445 msgid "namespace" msgstr "espacio de nombres" -#: views.py:108 views.py:430 +#: views.py:105 views.py:446 msgid "label" msgstr "etiqueta" -#: views.py:110 views.py:432 +#: views.py:107 views.py:448 msgid "has permission" msgstr "tiene permiso" -#: views.py:191 views.py:285 views.py:514 views.py:594 -msgid " and " -msgstr " y " +#: views.py:185 views.py:279 views.py:529 views.py:609 +msgid ", " +msgstr "" -#: views.py:192 views.py:286 views.py:515 views.py:595 +#: views.py:186 views.py:280 views.py:530 views.py:610 #, python-format msgid " for %s" msgstr " para %s" -#: views.py:193 views.py:516 +#: views.py:187 views.py:531 #, python-format msgid " to %s" msgstr " a %s" -#: views.py:196 views.py:519 +#: views.py:190 views.py:534 #, python-format msgid "Are you sure you wish to grant the permission %(title_suffix)s?" msgstr "¿Está seguro que desea conceder el permiso %(title_suffix)s?" -#: views.py:198 views.py:521 +#: views.py:192 views.py:536 #, python-format msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" msgstr "¿Está seguro que desea conceder los permisos de %(title_suffix)s?" -#: views.py:205 views.py:528 +#: views.py:199 views.py:543 #, python-format -msgid "Permission \"%(permission)s\" granted to %(requester)s for %(object)s." -msgstr "Permiso \"%(permission)s\" concedido a %(requester)s de %(object)s." +msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." +msgstr "" -#: views.py:211 views.py:534 +#: views.py:205 views.py:549 #, python-format msgid "" -"%(requester)s, already had the permission \"%(permission)s\" granted for " +"%(actor)s, already had the permission \"%(permission)s\" granted for " "%(object)s." msgstr "" -#: views.py:287 views.py:596 +#: views.py:281 views.py:611 #, python-format msgid " from %s" msgstr " de %s" -#: views.py:290 views.py:599 +#: views.py:284 views.py:614 #, python-format msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" msgstr "" -#: views.py:292 views.py:601 +#: views.py:286 views.py:616 #, python-format msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" msgstr "" -#: views.py:299 views.py:608 +#: views.py:293 views.py:623 #, python-format -msgid "Permission \"%(permission)s\" revoked of %(requester)s for %(object)s." +msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." msgstr "" -#: views.py:305 views.py:614 +#: views.py:299 views.py:629 #, python-format -msgid "" -"%(requester)s, didn't had the permission \"%(permission)s\" for %(object)s." +msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." msgstr "" -#: views.py:361 +#: views.py:355 #, python-format msgid "add new holder for: %s" msgstr "" -#: views.py:378 +#: views.py:356 views.py:489 +msgid "Select" +msgstr "" + +#: views.py:389 msgid "classes" msgstr "clases" -#: views.py:380 +#: views.py:391 msgid "class" msgstr "clase" -#: views.py:395 +#: views.py:410 #, python-format msgid "default access control lists for class: %s" msgstr "" -#: views.py:422 +#: views.py:438 #, python-format msgid "permissions available to: %(actor)s for class %(class)s" msgstr "" -#: views.py:472 +#: views.py:487 #, python-format msgid "add new holder for class: %s" msgstr "añadir nuevo titular para la clase: %s" -#: views.py:474 -msgid "Select" -msgstr "" diff --git a/apps/acls/locale/it/LC_MESSAGES/django.mo b/apps/acls/locale/it/LC_MESSAGES/django.mo index 96ba9bff70..f82535c3d4 100644 Binary files a/apps/acls/locale/it/LC_MESSAGES/django.mo and b/apps/acls/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/acls/locale/it/LC_MESSAGES/django.po b/apps/acls/locale/it/LC_MESSAGES/django.po index 5f517980e5..b260f2a7d4 100644 --- a/apps/acls/locale/it/LC_MESSAGES/django.po +++ b/apps/acls/locale/it/LC_MESSAGES/django.po @@ -1,94 +1,102 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. # -#, fuzzy +# Translators: msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-02 05:42-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-02-02 14:18-0400\n" +"PO-Revision-Date: 2012-02-02 18:20+0000\n" +"Last-Translator: Roberto Rosario \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" "Content-Transfer-Encoding: 8bit\n" -"Language: \n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:13 +#: __init__.py:14 msgid "ACLs" msgstr "" -#: __init__.py:14 +#: __init__.py:15 __init__.py:23 msgid "details" msgstr "" -#: __init__.py:15 __init__.py:23 +#: __init__.py:16 __init__.py:25 msgid "grant" msgstr "" -#: __init__.py:16 __init__.py:24 +#: __init__.py:17 __init__.py:26 msgid "revoke" msgstr "" -#: __init__.py:18 -msgid "Default ACLs" -msgstr "" - -#: __init__.py:19 -msgid "List of classes" -msgstr "" - -#: __init__.py:20 -msgid "ACLs for class" -msgstr "" - -#: __init__.py:21 -msgid "edit" -msgstr "" - -#: __init__.py:22 forms.py:18 +#: __init__.py:18 __init__.py:24 forms.py:21 msgid "New holder" msgstr "" -#: forms.py:34 +#: __init__.py:20 +msgid "Default ACLs" +msgstr "" + +#: __init__.py:21 +msgid "List of classes" +msgstr "" + +#: __init__.py:22 +msgid "ACLs for class" +msgstr "" + +#: forms.py:38 msgid "Users" msgstr "" -#: forms.py:37 +#: forms.py:41 msgid "Groups" msgstr "" -#: forms.py:40 +#: forms.py:44 msgid "Roles" msgstr "" -#: models.py:221 models.py:230 +#: forms.py:47 +msgid "Special" +msgstr "" + +#: managers.py:116 managers.py:128 msgid "Insufficient access." msgstr "" -#: models.py:296 models.py:400 +#: models.py:27 models.py:69 msgid "permission" msgstr "" -#: models.py:322 +#: models.py:53 msgid "access entry" msgstr "" -#: models.py:323 +#: models.py:54 msgid "access entries" msgstr "" -#: models.py:421 +#: models.py:90 msgid "default access entry" msgstr "" -#: models.py:422 +#: models.py:91 msgid "default access entries" msgstr "" +#: models.py:109 +msgid "Creator" +msgstr "" + +#: models.py:112 models.py:113 +msgid "creator" +msgstr "" + #: permissions.py:7 permissions.py:8 msgid "Access control lists" msgstr "" @@ -109,127 +117,127 @@ msgstr "" msgid "View class default ACLs" msgstr "" -#: views.py:50 +#: views.py:47 #, python-format msgid "access control lists for: %s" msgstr "" -#: views.py:54 views.py:397 +#: views.py:49 views.py:412 msgid "holder" msgstr "" -#: views.py:55 views.py:398 +#: views.py:50 views.py:413 msgid "permissions" msgstr "" -#: views.py:100 +#: views.py:97 #, python-format msgid "permissions available to: %(actor)s for %(obj)s" msgstr "" -#: views.py:107 views.py:429 +#: views.py:104 views.py:445 msgid "namespace" msgstr "" -#: views.py:108 views.py:430 +#: views.py:105 views.py:446 msgid "label" msgstr "" -#: views.py:110 views.py:432 +#: views.py:107 views.py:448 msgid "has permission" msgstr "" -#: views.py:191 views.py:285 views.py:514 views.py:594 -msgid " and " +#: views.py:185 views.py:279 views.py:529 views.py:609 +msgid ", " msgstr "" -#: views.py:192 views.py:286 views.py:515 views.py:595 +#: views.py:186 views.py:280 views.py:530 views.py:610 #, python-format msgid " for %s" msgstr "" -#: views.py:193 views.py:516 +#: views.py:187 views.py:531 #, python-format msgid " to %s" msgstr "" -#: views.py:196 views.py:519 +#: views.py:190 views.py:534 #, python-format msgid "Are you sure you wish to grant the permission %(title_suffix)s?" msgstr "" -#: views.py:198 views.py:521 +#: views.py:192 views.py:536 #, python-format msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" msgstr "" -#: views.py:205 views.py:528 +#: views.py:199 views.py:543 #, python-format -msgid "Permission \"%(permission)s\" granted to %(requester)s for %(object)s." +msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." msgstr "" -#: views.py:211 views.py:534 +#: views.py:205 views.py:549 #, python-format msgid "" -"%(requester)s, already had the permission \"%(permission)s\" granted for " +"%(actor)s, already had the permission \"%(permission)s\" granted for " "%(object)s." msgstr "" -#: views.py:287 views.py:596 +#: views.py:281 views.py:611 #, python-format msgid " from %s" msgstr "" -#: views.py:290 views.py:599 +#: views.py:284 views.py:614 #, python-format msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" msgstr "" -#: views.py:292 views.py:601 +#: views.py:286 views.py:616 #, python-format msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" msgstr "" -#: views.py:299 views.py:608 +#: views.py:293 views.py:623 #, python-format -msgid "Permission \"%(permission)s\" revoked of %(requester)s for %(object)s." +msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." msgstr "" -#: views.py:305 views.py:614 +#: views.py:299 views.py:629 #, python-format -msgid "" -"%(requester)s, didn't had the permission \"%(permission)s\" for %(object)s." +msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." msgstr "" -#: views.py:361 +#: views.py:355 #, python-format msgid "add new holder for: %s" msgstr "" -#: views.py:378 +#: views.py:356 views.py:489 +msgid "Select" +msgstr "" + +#: views.py:389 msgid "classes" msgstr "" -#: views.py:380 +#: views.py:391 msgid "class" msgstr "" -#: views.py:395 +#: views.py:410 #, python-format msgid "default access control lists for class: %s" msgstr "" -#: views.py:422 +#: views.py:438 #, python-format msgid "permissions available to: %(actor)s for class %(class)s" msgstr "" -#: views.py:472 +#: views.py:487 #, python-format msgid "add new holder for class: %s" msgstr "" -#: views.py:474 -msgid "Select" -msgstr "" diff --git a/apps/acls/locale/pt/LC_MESSAGES/django.mo b/apps/acls/locale/pt/LC_MESSAGES/django.mo index 96ba9bff70..c80761c957 100644 Binary files a/apps/acls/locale/pt/LC_MESSAGES/django.mo and b/apps/acls/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/acls/locale/pt/LC_MESSAGES/django.po b/apps/acls/locale/pt/LC_MESSAGES/django.po index 5f517980e5..18cf6d01dd 100644 --- a/apps/acls/locale/pt/LC_MESSAGES/django.po +++ b/apps/acls/locale/pt/LC_MESSAGES/django.po @@ -1,94 +1,102 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. # -#, fuzzy +# Translators: msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-02 05:42-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-02-02 14:18-0400\n" +"PO-Revision-Date: 2012-02-02 18:20+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/team/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: \n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:13 +#: __init__.py:14 msgid "ACLs" msgstr "" -#: __init__.py:14 +#: __init__.py:15 __init__.py:23 msgid "details" msgstr "" -#: __init__.py:15 __init__.py:23 +#: __init__.py:16 __init__.py:25 msgid "grant" msgstr "" -#: __init__.py:16 __init__.py:24 +#: __init__.py:17 __init__.py:26 msgid "revoke" msgstr "" -#: __init__.py:18 -msgid "Default ACLs" -msgstr "" - -#: __init__.py:19 -msgid "List of classes" -msgstr "" - -#: __init__.py:20 -msgid "ACLs for class" -msgstr "" - -#: __init__.py:21 -msgid "edit" -msgstr "" - -#: __init__.py:22 forms.py:18 +#: __init__.py:18 __init__.py:24 forms.py:21 msgid "New holder" msgstr "" -#: forms.py:34 +#: __init__.py:20 +msgid "Default ACLs" +msgstr "" + +#: __init__.py:21 +msgid "List of classes" +msgstr "" + +#: __init__.py:22 +msgid "ACLs for class" +msgstr "" + +#: forms.py:38 msgid "Users" msgstr "" -#: forms.py:37 +#: forms.py:41 msgid "Groups" msgstr "" -#: forms.py:40 +#: forms.py:44 msgid "Roles" msgstr "" -#: models.py:221 models.py:230 +#: forms.py:47 +msgid "Special" +msgstr "" + +#: managers.py:116 managers.py:128 msgid "Insufficient access." msgstr "" -#: models.py:296 models.py:400 +#: models.py:27 models.py:69 msgid "permission" msgstr "" -#: models.py:322 +#: models.py:53 msgid "access entry" msgstr "" -#: models.py:323 +#: models.py:54 msgid "access entries" msgstr "" -#: models.py:421 +#: models.py:90 msgid "default access entry" msgstr "" -#: models.py:422 +#: models.py:91 msgid "default access entries" msgstr "" +#: models.py:109 +msgid "Creator" +msgstr "" + +#: models.py:112 models.py:113 +msgid "creator" +msgstr "" + #: permissions.py:7 permissions.py:8 msgid "Access control lists" msgstr "" @@ -109,127 +117,127 @@ msgstr "" msgid "View class default ACLs" msgstr "" -#: views.py:50 +#: views.py:47 #, python-format msgid "access control lists for: %s" msgstr "" -#: views.py:54 views.py:397 +#: views.py:49 views.py:412 msgid "holder" msgstr "" -#: views.py:55 views.py:398 +#: views.py:50 views.py:413 msgid "permissions" msgstr "" -#: views.py:100 +#: views.py:97 #, python-format msgid "permissions available to: %(actor)s for %(obj)s" msgstr "" -#: views.py:107 views.py:429 +#: views.py:104 views.py:445 msgid "namespace" msgstr "" -#: views.py:108 views.py:430 +#: views.py:105 views.py:446 msgid "label" msgstr "" -#: views.py:110 views.py:432 +#: views.py:107 views.py:448 msgid "has permission" msgstr "" -#: views.py:191 views.py:285 views.py:514 views.py:594 -msgid " and " +#: views.py:185 views.py:279 views.py:529 views.py:609 +msgid ", " msgstr "" -#: views.py:192 views.py:286 views.py:515 views.py:595 +#: views.py:186 views.py:280 views.py:530 views.py:610 #, python-format msgid " for %s" msgstr "" -#: views.py:193 views.py:516 +#: views.py:187 views.py:531 #, python-format msgid " to %s" msgstr "" -#: views.py:196 views.py:519 +#: views.py:190 views.py:534 #, python-format msgid "Are you sure you wish to grant the permission %(title_suffix)s?" msgstr "" -#: views.py:198 views.py:521 +#: views.py:192 views.py:536 #, python-format msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" msgstr "" -#: views.py:205 views.py:528 +#: views.py:199 views.py:543 #, python-format -msgid "Permission \"%(permission)s\" granted to %(requester)s for %(object)s." +msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." msgstr "" -#: views.py:211 views.py:534 +#: views.py:205 views.py:549 #, python-format msgid "" -"%(requester)s, already had the permission \"%(permission)s\" granted for " +"%(actor)s, already had the permission \"%(permission)s\" granted for " "%(object)s." msgstr "" -#: views.py:287 views.py:596 +#: views.py:281 views.py:611 #, python-format msgid " from %s" msgstr "" -#: views.py:290 views.py:599 +#: views.py:284 views.py:614 #, python-format msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" msgstr "" -#: views.py:292 views.py:601 +#: views.py:286 views.py:616 #, python-format msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" msgstr "" -#: views.py:299 views.py:608 +#: views.py:293 views.py:623 #, python-format -msgid "Permission \"%(permission)s\" revoked of %(requester)s for %(object)s." +msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." msgstr "" -#: views.py:305 views.py:614 +#: views.py:299 views.py:629 #, python-format -msgid "" -"%(requester)s, didn't had the permission \"%(permission)s\" for %(object)s." +msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." msgstr "" -#: views.py:361 +#: views.py:355 #, python-format msgid "add new holder for: %s" msgstr "" -#: views.py:378 +#: views.py:356 views.py:489 +msgid "Select" +msgstr "" + +#: views.py:389 msgid "classes" msgstr "" -#: views.py:380 +#: views.py:391 msgid "class" msgstr "" -#: views.py:395 +#: views.py:410 #, python-format msgid "default access control lists for class: %s" msgstr "" -#: views.py:422 +#: views.py:438 #, python-format msgid "permissions available to: %(actor)s for class %(class)s" msgstr "" -#: views.py:472 +#: views.py:487 #, python-format msgid "add new holder for class: %s" msgstr "" -#: views.py:474 -msgid "Select" -msgstr "" diff --git a/apps/acls/locale/ru/LC_MESSAGES/django.mo b/apps/acls/locale/ru/LC_MESSAGES/django.mo index 96ba9bff70..2521c4c589 100644 Binary files a/apps/acls/locale/ru/LC_MESSAGES/django.mo and b/apps/acls/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/acls/locale/ru/LC_MESSAGES/django.po b/apps/acls/locale/ru/LC_MESSAGES/django.po index 5f517980e5..9da4d973c0 100644 --- a/apps/acls/locale/ru/LC_MESSAGES/django.po +++ b/apps/acls/locale/ru/LC_MESSAGES/django.po @@ -1,235 +1,244 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. # -#, fuzzy +# Translators: +# Sergey Glita , 2012. msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-02 05:42-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-02-02 14:18-0400\n" +"PO-Revision-Date: 2012-02-02 18:20+0000\n" +"Last-Translator: Roberto Rosario \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" "Content-Transfer-Encoding: 8bit\n" -"Language: \n" - -#: __init__.py:13 -msgid "ACLs" -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:14 -msgid "details" -msgstr "" +msgid "ACLs" +msgstr "Списки ACL" #: __init__.py:15 __init__.py:23 +msgid "details" +msgstr "детали" + +#: __init__.py:16 __init__.py:25 msgid "grant" -msgstr "" +msgstr "предоставить" -#: __init__.py:16 __init__.py:24 +#: __init__.py:17 __init__.py:26 msgid "revoke" -msgstr "" +msgstr "отозвать" -#: __init__.py:18 -msgid "Default ACLs" -msgstr "" - -#: __init__.py:19 -msgid "List of classes" -msgstr "" +#: __init__.py:18 __init__.py:24 forms.py:21 +msgid "New holder" +msgstr "Новый владелец" #: __init__.py:20 -msgid "ACLs for class" -msgstr "" +msgid "Default ACLs" +msgstr "ACL по умолчанию" #: __init__.py:21 -msgid "edit" -msgstr "" +msgid "List of classes" +msgstr "Список классов" -#: __init__.py:22 forms.py:18 -msgid "New holder" -msgstr "" +#: __init__.py:22 +msgid "ACLs for class" +msgstr "ACL для класса" -#: forms.py:34 +#: forms.py:38 msgid "Users" -msgstr "" +msgstr "Пользователи" -#: forms.py:37 +#: forms.py:41 msgid "Groups" -msgstr "" +msgstr "Группы" -#: forms.py:40 +#: forms.py:44 msgid "Roles" +msgstr "Роли" + +#: forms.py:47 +msgid "Special" msgstr "" -#: models.py:221 models.py:230 +#: managers.py:116 managers.py:128 msgid "Insufficient access." -msgstr "" +msgstr "Недостаточный доступ." -#: models.py:296 models.py:400 +#: models.py:27 models.py:69 msgid "permission" -msgstr "" +msgstr "разрешение" -#: models.py:322 +#: models.py:53 msgid "access entry" -msgstr "" +msgstr "запись доступа" -#: models.py:323 +#: models.py:54 msgid "access entries" -msgstr "" +msgstr "записи доступа" -#: models.py:421 +#: models.py:90 msgid "default access entry" +msgstr "запись доступа по умолчанию" + +#: models.py:91 +msgid "default access entries" +msgstr "записи доступа по умолчанию" + +#: models.py:109 +msgid "Creator" msgstr "" -#: models.py:422 -msgid "default access entries" +#: models.py:112 models.py:113 +msgid "creator" msgstr "" #: permissions.py:7 permissions.py:8 msgid "Access control lists" -msgstr "" +msgstr "Списки контроля доступа" #: permissions.py:10 msgid "Edit ACLs" -msgstr "" +msgstr "Редактировать списки ACL" #: permissions.py:11 msgid "View ACLs" -msgstr "" +msgstr "Просмотр списков ACL" #: permissions.py:13 msgid "Edit class default ACLs" -msgstr "" +msgstr "Редактировать списки ACL класса по умолчанию" #: permissions.py:14 msgid "View class default ACLs" -msgstr "" +msgstr "Просмотр списков ACL класса по умолчанию" -#: views.py:50 +#: views.py:47 #, python-format msgid "access control lists for: %s" -msgstr "" +msgstr "списки контроля доступа для %s" -#: views.py:54 views.py:397 +#: views.py:49 views.py:412 msgid "holder" -msgstr "" +msgstr "владелец" -#: views.py:55 views.py:398 +#: views.py:50 views.py:413 msgid "permissions" -msgstr "" +msgstr "разрешения" -#: views.py:100 +#: views.py:97 #, python-format msgid "permissions available to: %(actor)s for %(obj)s" -msgstr "" +msgstr "разрешения, доступные %(actor)s для %(obj)s" -#: views.py:107 views.py:429 +#: views.py:104 views.py:445 msgid "namespace" -msgstr "" +msgstr "пространство имен" -#: views.py:108 views.py:430 +#: views.py:105 views.py:446 msgid "label" -msgstr "" +msgstr "этикетка" -#: views.py:110 views.py:432 +#: views.py:107 views.py:448 msgid "has permission" +msgstr "имеет разрешение" + +#: views.py:185 views.py:279 views.py:529 views.py:609 +msgid ", " msgstr "" -#: views.py:191 views.py:285 views.py:514 views.py:594 -msgid " and " -msgstr "" - -#: views.py:192 views.py:286 views.py:515 views.py:595 +#: views.py:186 views.py:280 views.py:530 views.py:610 #, python-format msgid " for %s" -msgstr "" +msgstr "для %s" -#: views.py:193 views.py:516 +#: views.py:187 views.py:531 #, python-format msgid " to %s" -msgstr "" +msgstr "до %s" -#: views.py:196 views.py:519 +#: views.py:190 views.py:534 #, python-format msgid "Are you sure you wish to grant the permission %(title_suffix)s?" -msgstr "" +msgstr "Вы действительно хотите предоставить разрешение %(title_suffix)s?" -#: views.py:198 views.py:521 +#: views.py:192 views.py:536 #, python-format msgid "Are you sure you wish to grant the permissions %(title_suffix)s?" -msgstr "" +msgstr "Вы уверены, что хотите предоставить разрешения %(title_suffix)s?" -#: views.py:205 views.py:528 +#: views.py:199 views.py:543 #, python-format -msgid "Permission \"%(permission)s\" granted to %(requester)s for %(object)s." +msgid "Permission \"%(permission)s\" granted to %(actor)s for %(object)s." msgstr "" -#: views.py:211 views.py:534 +#: views.py:205 views.py:549 #, python-format msgid "" -"%(requester)s, already had the permission \"%(permission)s\" granted for " +"%(actor)s, already had the permission \"%(permission)s\" granted for " "%(object)s." msgstr "" -#: views.py:287 views.py:596 +#: views.py:281 views.py:611 #, python-format msgid " from %s" -msgstr "" +msgstr "от%s" -#: views.py:290 views.py:599 +#: views.py:284 views.py:614 #, python-format msgid "Are you sure you wish to revoke the permission %(title_suffix)s?" -msgstr "" +msgstr "Вы уверены, что хотите отменить разрешение %(title_suffix)s?" -#: views.py:292 views.py:601 +#: views.py:286 views.py:616 #, python-format msgid "Are you sure you wish to revoke the permissions %(title_suffix)s?" -msgstr "" +msgstr "Вы уверены, что хотите отменить разрешение %(title_suffix)s?" -#: views.py:299 views.py:608 +#: views.py:293 views.py:623 #, python-format -msgid "Permission \"%(permission)s\" revoked of %(requester)s for %(object)s." +msgid "Permission \"%(permission)s\" revoked of %(actor)s for %(object)s." msgstr "" -#: views.py:305 views.py:614 +#: views.py:299 views.py:629 #, python-format -msgid "" -"%(requester)s, didn't had the permission \"%(permission)s\" for %(object)s." +msgid "%(actor)s, didn't had the permission \"%(permission)s\" for %(object)s." msgstr "" -#: views.py:361 +#: views.py:355 #, python-format msgid "add new holder for: %s" -msgstr "" +msgstr "добавить нового владельца для %s" -#: views.py:378 +#: views.py:356 views.py:489 +msgid "Select" +msgstr "Выбор" + +#: views.py:389 msgid "classes" -msgstr "" +msgstr "классы" -#: views.py:380 +#: views.py:391 msgid "class" -msgstr "" +msgstr "класс" -#: views.py:395 +#: views.py:410 #, python-format msgid "default access control lists for class: %s" -msgstr "" +msgstr "списки контроля доступа умолчанию для класса %s" -#: views.py:422 +#: views.py:438 #, python-format msgid "permissions available to: %(actor)s for class %(class)s" -msgstr "" +msgstr "разрешения доступные %(actor)s для класса %(class)s" -#: views.py:472 +#: views.py:487 #, python-format msgid "add new holder for class: %s" -msgstr "" +msgstr "добавить нового владельца для класса %s" -#: views.py:474 -msgid "Select" -msgstr "" diff --git a/apps/common/locale/en/LC_MESSAGES/django.po b/apps/common/locale/en/LC_MESSAGES/django.po index 42ca56215d..e0d5d55e53 100644 --- a/apps/common/locale/en/LC_MESSAGES/django.po +++ b/apps/common/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-08 07:39-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 \n" "Language-Team: LANGUAGE \n" @@ -17,27 +17,23 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: __init__.py:21 +#: __init__.py:20 msgid "change password" msgstr "" -#: __init__.py:22 +#: __init__.py:21 msgid "user details" msgstr "" -#: __init__.py:23 +#: __init__.py:22 msgid "edit details" msgstr "" -#: __init__.py:27 __init__.py:33 +#: __init__.py:26 __init__.py:31 msgid "about" msgstr "" -#: __init__.py:28 -msgid "changelog" -msgstr "" - -#: __init__.py:29 +#: __init__.py:27 msgid "license" msgstr "" @@ -115,15 +111,11 @@ msgstr "" msgid "function found" msgstr "" -#: views.py:25 templates/password_change_done.html:5 -msgid "Your password has been successfully changed." -msgstr "" - -#: views.py:42 +#: views.py:35 msgid "No action selected." msgstr "" -#: views.py:46 +#: views.py:39 msgid "Must select at least one item." msgstr "" @@ -132,42 +124,50 @@ msgstr "" msgid "%(selection)s added successfully added to %(right_list_title)s." msgstr "" -#: views.py:90 views.py:107 +#: views.py:90 views.py:114 #, python-format msgid "Unable to add %(selection)s to %(right_list_title)s." msgstr "" -#: views.py:104 +#: views.py:111 #, python-format msgid "%(selection)s added successfully removed from %(right_list_title)s." msgstr "" -#: views.py:122 +#: views.py:129 msgid "Add" msgstr "" -#: views.py:133 +#: views.py:140 msgid "Remove" msgstr "" -#: views.py:156 +#: views.py:163 msgid "current user details" msgstr "" -#: views.py:173 +#: views.py:180 +msgid "E-mail conflict, another user has that same email." +msgstr "" + +#: views.py:183 msgid "Current user's details updated." msgstr "" -#: views.py:182 +#: views.py:192 msgid "edit current user details" msgstr "" -#: views.py:213 -msgid "Changelog" +#: views.py:223 +msgid "License" msgstr "" -#: views.py:226 -msgid "License" +#: views.py:232 +msgid "Current user password change" +msgstr "" + +#: views.py:247 templates/password_change_done.html:5 +msgid "Your password has been successfully changed." msgstr "" #: widgets.py:58 @@ -271,12 +271,12 @@ msgid "No" msgstr "" #: templates/generic_form_instance.html:37 -#: templates/generic_form_subtemplate.html:52 +#: templates/generic_form_subtemplate.html:56 msgid "required" msgstr "" -#: templates/generic_form_subtemplate.html:76 -#: templates/generic_form_subtemplate.html:78 +#: templates/generic_form_subtemplate.html:80 +#: templates/generic_form_subtemplate.html:82 #: templates/generic_list_horizontal_subtemplate.html:51 #: templates/generic_list_horizontal_subtemplate.html:90 #: templates/generic_list_subtemplate.html:52 @@ -284,8 +284,8 @@ msgstr "" msgid "Save" msgstr "" -#: templates/generic_form_subtemplate.html:76 -#: templates/generic_form_subtemplate.html:78 +#: templates/generic_form_subtemplate.html:80 +#: templates/generic_form_subtemplate.html:82 #: templates/generic_list_horizontal_subtemplate.html:51 #: templates/generic_list_horizontal_subtemplate.html:90 #: templates/generic_list_subtemplate.html:52 @@ -293,6 +293,10 @@ msgstr "" msgid "Submit" msgstr "" +#: templates/generic_form_subtemplate.html:87 +msgid "Cancel" +msgstr "" + #: templates/generic_list.html:6 templates/generic_list_horizontal.html:6 #, python-format msgid "List of %(stripped_title)s" diff --git a/apps/common/locale/es/LC_MESSAGES/django.mo b/apps/common/locale/es/LC_MESSAGES/django.mo index c250fe7658..af532bd941 100644 Binary files a/apps/common/locale/es/LC_MESSAGES/django.mo and b/apps/common/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/common/locale/es/LC_MESSAGES/django.po b/apps/common/locale/es/LC_MESSAGES/django.po index 2e7f38835b..f3e2dc1464 100644 --- a/apps/common/locale/es/LC_MESSAGES/django.po +++ b/apps/common/locale/es/LC_MESSAGES/django.po @@ -1,45 +1,40 @@ # 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 , 2011. +# Roberto Rosario , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-08 07:39-0400\n" -"PO-Revision-Date: 2011-11-04 00:58+0000\n" -"Last-Translator: rosarior \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/" -"mayan-edms/team/es/)\n" -"Language: es\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-02-02 14:17-0400\n" +"PO-Revision-Date: 2012-02-02 18:39+0000\n" +"Last-Translator: Roberto Rosario \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" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:21 +#: __init__.py:20 msgid "change password" msgstr "cambiar contraseña" -#: __init__.py:22 +#: __init__.py:21 msgid "user details" msgstr "detalles de usuario" -#: __init__.py:23 +#: __init__.py:22 msgid "edit details" msgstr "editar detalles" -#: __init__.py:27 __init__.py:33 +#: __init__.py:26 __init__.py:31 msgid "about" msgstr "sobre" -#: __init__.py:28 -msgid "changelog" -msgstr "cambios" - -#: __init__.py:29 +#: __init__.py:27 msgid "license" msgstr "licencia" @@ -106,7 +101,7 @@ msgstr "Paisaje" #: models.py:16 msgid "lock field" -msgstr "" +msgstr "campo de bloqueo" #: models.py:43 msgid "Anonymous user" @@ -114,21 +109,17 @@ msgstr "Usuario anónimo" #: models.py:46 models.py:47 msgid "anonymous user" -msgstr "usario anónimo" +msgstr "usuario anónimo" #: utils.py:295 msgid "function found" msgstr "función encontrada" -#: views.py:25 templates/password_change_done.html:5 -msgid "Your password has been successfully changed." -msgstr "Su contraseña se ha modificado correctamente." - -#: views.py:42 +#: views.py:35 msgid "No action selected." msgstr "Ninguna acción seleccionada." -#: views.py:46 +#: views.py:39 msgid "Must select at least one item." msgstr "Debe seleccionar al menos un artículo." @@ -137,44 +128,54 @@ msgstr "Debe seleccionar al menos un artículo." msgid "%(selection)s added successfully added to %(right_list_title)s." msgstr "Se agrego exitosamente %(selection)s a %(right_list_title)s." -#: views.py:90 views.py:107 +#: views.py:90 views.py:114 #, python-format msgid "Unable to add %(selection)s to %(right_list_title)s." msgstr "No se puede agregar %(selection)s a %(right_list_title)s." -#: views.py:104 +#: views.py:111 #, python-format msgid "%(selection)s added successfully removed from %(right_list_title)s." msgstr "Se removió exitosamente %(selection)s de %(right_list_title)s." -#: views.py:122 +#: views.py:129 msgid "Add" msgstr "Agregar" -#: views.py:133 +#: views.py:140 msgid "Remove" msgstr "Remover" -#: views.py:156 +#: views.py:163 msgid "current user details" msgstr "detalles del usuario corriente" -#: views.py:173 +#: views.py:180 +msgid "E-mail conflict, another user has that same email." +msgstr "" +"Conflicto de correo electrónica, otro usuario tiene ese mismo correo " +"electrónico." + +#: views.py:183 msgid "Current user's details updated." msgstr "Datos del usuario corriente actualizados." -#: views.py:182 +#: views.py:192 msgid "edit current user details" msgstr "editar detalles del usuario corriente" -#: views.py:213 -msgid "Changelog" -msgstr "Cambios" - -#: views.py:226 +#: views.py:223 msgid "License" msgstr "Licencia" +#: views.py:232 +msgid "Current user password change" +msgstr "Cambio de contraseña de usuario actual" + +#: views.py:247 templates/password_change_done.html:5 +msgid "Your password has been successfully changed." +msgstr "Su contraseña se ha modificado correctamente." + #: widgets.py:58 msgid "None" msgstr "Ninguno" @@ -182,8 +183,8 @@ msgstr "Ninguno" #: conf/settings.py:15 msgid "" "Temporary directory used site wide to store thumbnails, previews and " -"temporary files. If none is specified, one will be created using tempfile." -"mkdtemp()" +"temporary files. If none is specified, one will be created using " +"tempfile.mkdtemp()" msgstr "" "Directorio temporal utilizado por todo el sitio para almacenar imágenes en " "miniatura, vistas previas y los archivos temporales. Si no se especifica " @@ -200,6 +201,7 @@ msgstr "" #: conf/settings.py:74 msgid "Allow non authenticated users, access to all views" msgstr "" +"Permita a los usuarios no autenticados, el acceso a todas las pantallas" #: templates/403.html:3 templates/403.html.py:7 msgid "Insufficient permissions" @@ -281,12 +283,12 @@ msgid "No" msgstr "No" #: templates/generic_form_instance.html:37 -#: templates/generic_form_subtemplate.html:52 +#: templates/generic_form_subtemplate.html:56 msgid "required" msgstr "requerido" -#: templates/generic_form_subtemplate.html:76 -#: templates/generic_form_subtemplate.html:78 +#: templates/generic_form_subtemplate.html:80 +#: templates/generic_form_subtemplate.html:82 #: templates/generic_list_horizontal_subtemplate.html:51 #: templates/generic_list_horizontal_subtemplate.html:90 #: templates/generic_list_subtemplate.html:52 @@ -294,8 +296,8 @@ msgstr "requerido" msgid "Save" msgstr "Guardar" -#: templates/generic_form_subtemplate.html:76 -#: templates/generic_form_subtemplate.html:78 +#: templates/generic_form_subtemplate.html:80 +#: templates/generic_form_subtemplate.html:82 #: templates/generic_list_horizontal_subtemplate.html:51 #: templates/generic_list_horizontal_subtemplate.html:90 #: templates/generic_list_subtemplate.html:52 @@ -303,6 +305,10 @@ msgstr "Guardar" msgid "Submit" msgstr "Enviar" +#: templates/generic_form_subtemplate.html:87 +msgid "Cancel" +msgstr "Cancelar" + #: templates/generic_list.html:6 templates/generic_list_horizontal.html:6 #, python-format msgid "List of %(stripped_title)s" @@ -342,8 +348,4 @@ msgstr "Iniciar sesión" msgid "Password change" msgstr "Cambio de contraseña" -#~ msgid "class found: %s" -#~ msgstr "clase encontrada: %s" -#~ msgid "Cancel" -#~ msgstr "Cancelar" diff --git a/apps/common/locale/it/LC_MESSAGES/django.mo b/apps/common/locale/it/LC_MESSAGES/django.mo index 5ac939ecbb..ac9bbfed47 100644 Binary files a/apps/common/locale/it/LC_MESSAGES/django.mo and b/apps/common/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/common/locale/it/LC_MESSAGES/django.po b/apps/common/locale/it/LC_MESSAGES/django.po index a1a9e229e4..dea31d3245 100644 --- a/apps/common/locale/it/LC_MESSAGES/django.po +++ b/apps/common/locale/it/LC_MESSAGES/django.po @@ -1,45 +1,40 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-08 07:39-0400\n" -"PO-Revision-Date: 2011-12-07 18:22+0000\n" -"Last-Translator: pippo64 \n" -"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/team/" -"it/)\n" -"Language: it\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-02-02 14:17-0400\n" +"PO-Revision-Date: 2012-02-02 18:18+0000\n" +"Last-Translator: Roberto Rosario \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" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:21 +#: __init__.py:20 msgid "change password" msgstr "cambia password" -#: __init__.py:22 +#: __init__.py:21 msgid "user details" msgstr "dettaglio utente" -#: __init__.py:23 +#: __init__.py:22 msgid "edit details" msgstr "modifica dettagli" -#: __init__.py:27 __init__.py:33 +#: __init__.py:26 __init__.py:31 msgid "about" msgstr "a rigurdo" -#: __init__.py:28 -msgid "changelog" -msgstr "changelog" - -#: __init__.py:29 +#: __init__.py:27 msgid "license" msgstr "licenza" @@ -119,15 +114,11 @@ msgstr "" msgid "function found" msgstr "trovata funzione" -#: views.py:25 templates/password_change_done.html:5 -msgid "Your password has been successfully changed." -msgstr "La tua password è stata cambiata con successo" - -#: views.py:42 +#: views.py:35 msgid "No action selected." msgstr "Nessuna azione selezionata" -#: views.py:46 +#: views.py:39 msgid "Must select at least one item." msgstr "Devi selezionare un item" @@ -136,44 +127,53 @@ msgstr "Devi selezionare un item" msgid "%(selection)s added successfully added to %(right_list_title)s." msgstr "%(selection)s aggiunto con successo a %(right_list_title)s." -#: views.py:90 views.py:107 +#: views.py:90 views.py:114 #, python-format msgid "Unable to add %(selection)s to %(right_list_title)s." msgstr "Impossibile aggiungere %(selection)s a %(right_list_title)s." -#: views.py:104 +#: views.py:111 #, python-format msgid "%(selection)s added successfully removed from %(right_list_title)s." -msgstr "%(selection)s aggiunto correttamente rimosso dal %(right_list_title)s." +msgstr "" +"%(selection)s aggiunto correttamente rimosso dal %(right_list_title)s." -#: views.py:122 +#: views.py:129 msgid "Add" msgstr "Aggiungi" -#: views.py:133 +#: views.py:140 msgid "Remove" msgstr "Rimuovi" -#: views.py:156 +#: views.py:163 msgid "current user details" msgstr "dettagli dell'utente corrente" -#: views.py:173 +#: views.py:180 +msgid "E-mail conflict, another user has that same email." +msgstr "" + +#: views.py:183 msgid "Current user's details updated." msgstr "Dettagli dell'utente corrente aggiornati" -#: views.py:182 +#: views.py:192 msgid "edit current user details" msgstr "modifica i dettagli dell'utente corrente" -#: views.py:213 -msgid "Changelog" -msgstr "Changelog" - -#: views.py:226 +#: views.py:223 msgid "License" msgstr "Licenza" +#: views.py:232 +msgid "Current user password change" +msgstr "" + +#: views.py:247 templates/password_change_done.html:5 +msgid "Your password has been successfully changed." +msgstr "La tua password è stata cambiata con successo" + #: widgets.py:58 msgid "None" msgstr "Nessuno" @@ -181,8 +181,8 @@ msgstr "Nessuno" #: conf/settings.py:15 msgid "" "Temporary directory used site wide to store thumbnails, previews and " -"temporary files. If none is specified, one will be created using tempfile." -"mkdtemp()" +"temporary files. If none is specified, one will be created using " +"tempfile.mkdtemp()" msgstr "" "Directory temporanea utilizzata a livello di sito per thumbnails, anteprime " "e file temporanei. Se non viene specificato, ne verrà creata utilizzando " @@ -193,8 +193,8 @@ msgid "" "Controls the mechanism used to authenticated user. Options are: username, " "email" msgstr "" -"Controllo del meccanismo di autenticazione. Le opzioni possibili sono:" -"username,email" +"Controllo del meccanismo di autenticazione. Le opzioni possibili " +"sono:username,email" #: conf/settings.py:74 msgid "Allow non authenticated users, access to all views" @@ -280,12 +280,12 @@ msgid "No" msgstr "No" #: templates/generic_form_instance.html:37 -#: templates/generic_form_subtemplate.html:52 +#: templates/generic_form_subtemplate.html:56 msgid "required" msgstr "richiesto" -#: templates/generic_form_subtemplate.html:76 -#: templates/generic_form_subtemplate.html:78 +#: templates/generic_form_subtemplate.html:80 +#: templates/generic_form_subtemplate.html:82 #: templates/generic_list_horizontal_subtemplate.html:51 #: templates/generic_list_horizontal_subtemplate.html:90 #: templates/generic_list_subtemplate.html:52 @@ -293,8 +293,8 @@ msgstr "richiesto" msgid "Save" msgstr "Salva" -#: templates/generic_form_subtemplate.html:76 -#: templates/generic_form_subtemplate.html:78 +#: templates/generic_form_subtemplate.html:80 +#: templates/generic_form_subtemplate.html:82 #: templates/generic_list_horizontal_subtemplate.html:51 #: templates/generic_list_horizontal_subtemplate.html:90 #: templates/generic_list_subtemplate.html:52 @@ -302,6 +302,10 @@ msgstr "Salva" msgid "Submit" msgstr "Sottometti" +#: templates/generic_form_subtemplate.html:87 +msgid "Cancel" +msgstr "" + #: templates/generic_list.html:6 templates/generic_list_horizontal.html:6 #, python-format msgid "List of %(stripped_title)s" @@ -341,5 +345,4 @@ msgstr "Login" msgid "Password change" msgstr "Cambia password" -#~ msgid "class found: %s" -#~ msgstr "classe trovata:%s" + diff --git a/apps/common/locale/pt/LC_MESSAGES/django.mo b/apps/common/locale/pt/LC_MESSAGES/django.mo index ade5e888b5..070eb0b939 100644 Binary files a/apps/common/locale/pt/LC_MESSAGES/django.mo and b/apps/common/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/common/locale/pt/LC_MESSAGES/django.po b/apps/common/locale/pt/LC_MESSAGES/django.po index c9a99ce181..75a44cd6b5 100644 --- a/apps/common/locale/pt/LC_MESSAGES/django.po +++ b/apps/common/locale/pt/LC_MESSAGES/django.po @@ -1,45 +1,40 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-08 07:39-0400\n" -"PO-Revision-Date: 2011-11-02 02:18+0000\n" -"Last-Translator: emersonsoares \n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/" -"team/pt/)\n" -"Language: pt\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-02-02 14:17-0400\n" +"PO-Revision-Date: 2012-02-02 18:18+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/team/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:21 +#: __init__.py:20 msgid "change password" msgstr "alterar a senha" -#: __init__.py:22 +#: __init__.py:21 msgid "user details" msgstr "detalhes do usuário" -#: __init__.py:23 +#: __init__.py:22 msgid "edit details" msgstr "editar detalhes" -#: __init__.py:27 __init__.py:33 +#: __init__.py:26 __init__.py:31 msgid "about" msgstr "sobre" -#: __init__.py:28 -msgid "changelog" -msgstr "log de alterações" - -#: __init__.py:29 +#: __init__.py:27 msgid "license" msgstr "licença" @@ -119,15 +114,11 @@ msgstr "" msgid "function found" msgstr "função encontrada" -#: views.py:25 templates/password_change_done.html:5 -msgid "Your password has been successfully changed." -msgstr "Sua senha foi alterada com êxito." - -#: views.py:42 +#: views.py:35 msgid "No action selected." msgstr "Nenhuma ação selecionada." -#: views.py:46 +#: views.py:39 msgid "Must select at least one item." msgstr "Deve selecionar pelo menos um item." @@ -136,44 +127,53 @@ msgstr "Deve selecionar pelo menos um item." msgid "%(selection)s added successfully added to %(right_list_title)s." msgstr "%(selection)s adicionadas com sucesso a %(right_list_title)s ." -#: views.py:90 views.py:107 +#: views.py:90 views.py:114 #, python-format msgid "Unable to add %(selection)s to %(right_list_title)s." msgstr "Não foi possível adicionar %(selection)s para %(right_list_title)s ." -#: views.py:104 +#: views.py:111 #, python-format msgid "%(selection)s added successfully removed from %(right_list_title)s." -msgstr " %(selection)s adicionado com sucesso removidos %(right_list_title)s." +msgstr "" +" %(selection)s adicionado com sucesso removidos %(right_list_title)s." -#: views.py:122 +#: views.py:129 msgid "Add" msgstr "Adicionar" -#: views.py:133 +#: views.py:140 msgid "Remove" msgstr "Remover" -#: views.py:156 +#: views.py:163 msgid "current user details" msgstr "detalhes atuais do usuário" -#: views.py:173 +#: views.py:180 +msgid "E-mail conflict, another user has that same email." +msgstr "" + +#: views.py:183 msgid "Current user's details updated." msgstr "Detalhes do usuário atual atualizados." -#: views.py:182 +#: views.py:192 msgid "edit current user details" msgstr "editar os detalhes do usuário atual" -#: views.py:213 -msgid "Changelog" -msgstr "Log de alterações" - -#: views.py:226 +#: views.py:223 msgid "License" msgstr "Licença" +#: views.py:232 +msgid "Current user password change" +msgstr "" + +#: views.py:247 templates/password_change_done.html:5 +msgid "Your password has been successfully changed." +msgstr "Sua senha foi alterada com êxito." + #: widgets.py:58 msgid "None" msgstr "Nenhum" @@ -181,12 +181,12 @@ msgstr "Nenhum" #: conf/settings.py:15 msgid "" "Temporary directory used site wide to store thumbnails, previews and " -"temporary files. If none is specified, one will be created using tempfile." -"mkdtemp()" +"temporary files. If none is specified, one will be created using " +"tempfile.mkdtemp()" msgstr "" "Diretório temporário usado para armazenar miniaturas, previews e arquivos " -"temporários. Se nenhum for especificado, um será criado usando tempfile." -"mkdtemp()" +"temporários. Se nenhum for especificado, um será criado usando " +"tempfile.mkdtemp()" #: conf/settings.py:65 msgid "" @@ -280,12 +280,12 @@ msgid "No" msgstr "Não" #: templates/generic_form_instance.html:37 -#: templates/generic_form_subtemplate.html:52 +#: templates/generic_form_subtemplate.html:56 msgid "required" msgstr "exigido" -#: templates/generic_form_subtemplate.html:76 -#: templates/generic_form_subtemplate.html:78 +#: templates/generic_form_subtemplate.html:80 +#: templates/generic_form_subtemplate.html:82 #: templates/generic_list_horizontal_subtemplate.html:51 #: templates/generic_list_horizontal_subtemplate.html:90 #: templates/generic_list_subtemplate.html:52 @@ -293,8 +293,8 @@ msgstr "exigido" msgid "Save" msgstr "Salvar" -#: templates/generic_form_subtemplate.html:76 -#: templates/generic_form_subtemplate.html:78 +#: templates/generic_form_subtemplate.html:80 +#: templates/generic_form_subtemplate.html:82 #: templates/generic_list_horizontal_subtemplate.html:51 #: templates/generic_list_horizontal_subtemplate.html:90 #: templates/generic_list_subtemplate.html:52 @@ -302,6 +302,10 @@ msgstr "Salvar" msgid "Submit" msgstr "Submeter" +#: templates/generic_form_subtemplate.html:87 +msgid "Cancel" +msgstr "" + #: templates/generic_list.html:6 templates/generic_list_horizontal.html:6 #, python-format msgid "List of %(stripped_title)s" @@ -341,8 +345,4 @@ msgstr "Login" msgid "Password change" msgstr "Alterar a senha" -#~ msgid "class found: %s" -#~ msgstr "classe encontrada: %s" -#~ msgid "Cancel" -#~ msgstr "Cancelar" diff --git a/apps/common/locale/ru/LC_MESSAGES/django.mo b/apps/common/locale/ru/LC_MESSAGES/django.mo index a8f3d3b9e8..3f4e402873 100644 Binary files a/apps/common/locale/ru/LC_MESSAGES/django.mo and b/apps/common/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/common/locale/ru/LC_MESSAGES/django.po b/apps/common/locale/ru/LC_MESSAGES/django.po index e551ef4f57..0701d9e19b 100644 --- a/apps/common/locale/ru/LC_MESSAGES/django.po +++ b/apps/common/locale/ru/LC_MESSAGES/django.po @@ -1,46 +1,40 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-08 07:39-0400\n" -"PO-Revision-Date: 2011-11-22 19:21+0000\n" -"Last-Translator: gsv70 \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/team/" -"ru/)\n" -"Language: ru\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-02-02 14:17-0400\n" +"PO-Revision-Date: 2012-02-02 18:18+0000\n" +"Last-Translator: Roberto Rosario \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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Language: ru\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" -#: __init__.py:21 +#: __init__.py:20 msgid "change password" msgstr "Изменение пароля" -#: __init__.py:22 +#: __init__.py:21 msgid "user details" msgstr "сведения о пользователе" -#: __init__.py:23 +#: __init__.py:22 msgid "edit details" msgstr "изменение сведений" -#: __init__.py:27 __init__.py:33 +#: __init__.py:26 __init__.py:31 msgid "about" msgstr "инфо" -#: __init__.py:28 -msgid "changelog" -msgstr "изменения" - -#: __init__.py:29 +#: __init__.py:27 msgid "license" msgstr "лицензия" @@ -120,15 +114,11 @@ msgstr "" msgid "function found" msgstr "функция найдена" -#: views.py:25 templates/password_change_done.html:5 -msgid "Your password has been successfully changed." -msgstr "Ваш пароль был изменен." - -#: views.py:42 +#: views.py:35 msgid "No action selected." msgstr "Никаких действий не выбрано." -#: views.py:46 +#: views.py:39 msgid "Must select at least one item." msgstr "Необходимо выбрать хотя бы один элемент." @@ -137,44 +127,52 @@ msgstr "Необходимо выбрать хотя бы один элемен msgid "%(selection)s added successfully added to %(right_list_title)s." msgstr "%(selection)s успешно добавлен в %(right_list_title)s ." -#: views.py:90 views.py:107 +#: views.py:90 views.py:114 #, python-format msgid "Unable to add %(selection)s to %(right_list_title)s." msgstr "Не удалось добавить %(selection)s до %(right_list_title)s ." -#: views.py:104 +#: views.py:111 #, python-format msgid "%(selection)s added successfully removed from %(right_list_title)s." msgstr "%(selection)s успешно удален из %(right_list_title)s ." -#: views.py:122 +#: views.py:129 msgid "Add" msgstr "Добавить" -#: views.py:133 +#: views.py:140 msgid "Remove" msgstr "Удалить" -#: views.py:156 +#: views.py:163 msgid "current user details" msgstr "данные пользователя" -#: views.py:173 +#: views.py:180 +msgid "E-mail conflict, another user has that same email." +msgstr "" + +#: views.py:183 msgid "Current user's details updated." msgstr "Данные пользователя обновлены." -#: views.py:182 +#: views.py:192 msgid "edit current user details" msgstr "редактировать данные пользователя" -#: views.py:213 -msgid "Changelog" -msgstr "Изменения" - -#: views.py:226 +#: views.py:223 msgid "License" msgstr "Лицензия" +#: views.py:232 +msgid "Current user password change" +msgstr "" + +#: views.py:247 templates/password_change_done.html:5 +msgid "Your password has been successfully changed." +msgstr "Ваш пароль был изменен." + #: widgets.py:58 msgid "None" msgstr "Ни один" @@ -182,8 +180,8 @@ msgstr "Ни один" #: conf/settings.py:15 msgid "" "Temporary directory used site wide to store thumbnails, previews and " -"temporary files. If none is specified, one will be created using tempfile." -"mkdtemp()" +"temporary files. If none is specified, one will be created using " +"tempfile.mkdtemp()" msgstr "" "Временный каталог, используемый сайтом для хранения миниатюр, превью и " "временных файлов. Если он не указан, он будет создан с использованием " @@ -281,12 +279,12 @@ msgid "No" msgstr "Нет" #: templates/generic_form_instance.html:37 -#: templates/generic_form_subtemplate.html:52 +#: templates/generic_form_subtemplate.html:56 msgid "required" msgstr "требуется" -#: templates/generic_form_subtemplate.html:76 -#: templates/generic_form_subtemplate.html:78 +#: templates/generic_form_subtemplate.html:80 +#: templates/generic_form_subtemplate.html:82 #: templates/generic_list_horizontal_subtemplate.html:51 #: templates/generic_list_horizontal_subtemplate.html:90 #: templates/generic_list_subtemplate.html:52 @@ -294,8 +292,8 @@ msgstr "требуется" msgid "Save" msgstr "Сохранить" -#: templates/generic_form_subtemplate.html:76 -#: templates/generic_form_subtemplate.html:78 +#: templates/generic_form_subtemplate.html:80 +#: templates/generic_form_subtemplate.html:82 #: templates/generic_list_horizontal_subtemplate.html:51 #: templates/generic_list_horizontal_subtemplate.html:90 #: templates/generic_list_subtemplate.html:52 @@ -303,6 +301,10 @@ msgstr "Сохранить" msgid "Submit" msgstr "Выполнить" +#: templates/generic_form_subtemplate.html:87 +msgid "Cancel" +msgstr "" + #: templates/generic_list.html:6 templates/generic_list_horizontal.html:6 #, python-format msgid "List of %(stripped_title)s" @@ -315,8 +317,8 @@ msgid "" "List of %(title)s (%(start)s - %(end)s out of %(total)s) (Page " "%(page_number)s of %(total_pages)s)" msgstr "" -"Список %(title)s (%(start)s - %(end)s из %(total)s) (Page %(page_number)s из " -"%(total_pages)s)" +"Список %(title)s (%(start)s - %(end)s из %(total)s) (Page %(page_number)s из" +" %(total_pages)s)" #: templates/generic_list_horizontal_subtemplate.html:25 #: templates/generic_list_subtemplate.html:26 @@ -342,5 +344,4 @@ msgstr "Войти" msgid "Password change" msgstr "Изменение пароля" -#~ msgid "class found: %s" -#~ msgstr "класс найден: %s." + diff --git a/apps/converter/locale/en/LC_MESSAGES/django.po b/apps/converter/locale/en/LC_MESSAGES/django.po index ec3951acca..0618b2b086 100644 --- a/apps/converter/locale/en/LC_MESSAGES/django.po +++ b/apps/converter/locale/en/LC_MESSAGES/django.po @@ -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 \n" "Language-Team: LANGUAGE \n" @@ -17,7 +17,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: __init__.py:10 +#: __init__.py:15 msgid "file formats" msgstr "" @@ -879,15 +879,15 @@ msgstr "" msgid "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" msgstr "" -#: views.py:15 +#: views.py:17 msgid "suported file formats" msgstr "" -#: views.py:20 +#: views.py:22 msgid "name" msgstr "" -#: views.py:24 +#: views.py:26 msgid "description" msgstr "" diff --git a/apps/converter/locale/es/LC_MESSAGES/django.mo b/apps/converter/locale/es/LC_MESSAGES/django.mo index e0c200c67c..c66d22def8 100644 Binary files a/apps/converter/locale/es/LC_MESSAGES/django.mo and b/apps/converter/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/converter/locale/es/LC_MESSAGES/django.po b/apps/converter/locale/es/LC_MESSAGES/django.po index 710d29bd7a..7089a649f6 100644 --- a/apps/converter/locale/es/LC_MESSAGES/django.po +++ b/apps/converter/locale/es/LC_MESSAGES/django.po @@ -1,24 +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: # Roberto Rosario , 2011. 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-06 06:17+0000\n" -"Last-Translator: rosarior \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/mayan-edms/team/es/)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-02-02 14:17-0400\n" +"PO-Revision-Date: 2011-12-14 14:37+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/" +"mayan-edms/team/es/)\n" +"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:10 +#: __init__.py:15 msgid "file formats" msgstr "formatos de archivo" @@ -188,7 +189,7 @@ msgstr "Muestras crudas de cian, magenta, amarillo, negro y opacidad" #: literals.py:85 literals.py:86 msgid "Canon Digital Camera Raw Image Format" -msgstr "" +msgstr "Canon Digital Camera Raw Image Format" #: literals.py:87 msgid "Microsoft Cursor Icon" @@ -200,23 +201,23 @@ msgstr "DR Halo" #: literals.py:90 msgid "Digital Imaging and Communications in Medicine image" -msgstr "" +msgstr "Digital Imaging and Communications in Medicine image" #: literals.py:91 msgid "Kodak Digital Camera Raw Image File" -msgstr "" +msgstr "Kodak Digital Camera Raw Image File" #: literals.py:92 msgid "ZSoft IBM PC multi-page Paintbrush" -msgstr "" +msgstr "ZSoft IBM PC multi-page Paintbrush" #: literals.py:93 msgid "Microsoft DirectDraw Surface" -msgstr "" +msgstr "Microsoft DirectDraw Surface" #: literals.py:94 msgid "Multi-face font package (Freetype 2.4.2)" -msgstr "" +msgstr "Multi-face font package (Freetype 2.4.2)" #: literals.py:95 msgid "Déjà vu" @@ -232,328 +233,329 @@ msgstr "Graphviz" #: literals.py:98 msgid "SMPTE 268M-2003 (DPX 2.0)" -msgstr "" +msgstr "SMPTE 268M-2003 (DPX 2.0)" #: literals.py:100 msgid "Encapsulated Portable Document Format" -msgstr "" +msgstr "Encapsulated Portable Document Format" #: literals.py:101 literals.py:106 msgid "Adobe Encapsulated PostScript Interchange format" -msgstr "" +msgstr "Adobe Encapsulated PostScript Interchange format" #: literals.py:102 literals.py:105 msgid "Adobe Encapsulated PostScript" -msgstr "" +msgstr "Adobe Encapsulated PostScript" #: literals.py:103 msgid "Adobe Level II Encapsulated PostScript" -msgstr "" +msgstr "Adobe Level II Encapsulated PostScript" #: literals.py:104 msgid "Adobe Level III Encapsulated PostScript" -msgstr "" +msgstr "Adobe Level III Encapsulated PostScript" #: literals.py:107 msgid "Adobe Encapsulated PostScript with TIFF preview" -msgstr "" +msgstr "Adobe Encapsulated PostScript with TIFF preview" #: literals.py:108 msgid "Adobe Level II Encapsulated PostScript with TIFF preview" -msgstr "" +msgstr "Adobe Level II Encapsulated PostScript with TIFF preview" #: literals.py:109 msgid "Adobe Level III Encapsulated PostScript with TIFF preview" -msgstr "" +msgstr "Adobe Level III Encapsulated PostScript with TIFF preview" #: literals.py:110 msgid "Epson RAW Format" -msgstr "" +msgstr "Epson RAW Format" #: literals.py:111 msgid "Exif digital camera binary data" -msgstr "" +msgstr "Exif digital camera binary data" #: literals.py:112 msgid "High Dynamic-range (HDR)" -msgstr "" +msgstr "High Dynamic-range (HDR)" #: literals.py:114 msgid "Group 3 FAX (Not TIFF Group3 FAX)" -msgstr "" +msgstr "Group 3 FAX (Not TIFF Group3 FAX)" #: literals.py:115 msgid "Autodesk FLI animations file" -msgstr "" +msgstr "Autodesk FLI animations file" #: literals.py:116 msgid "Autodesk FLC animations file" -msgstr "" +msgstr "Autodesk FLC animations file" #: literals.py:117 literals.py:120 msgid "Flexible Image Transport System" -msgstr "" +msgstr "Flexible Image Transport System" #: literals.py:118 msgid "Kodak FlashPix file" -msgstr "" +msgstr "Kodak FlashPix file" #: literals.py:119 literals.py:225 msgid "Plasma fractal image" -msgstr "" +msgstr "Plasma fractal image" #: literals.py:122 msgid "Raw green samples" -msgstr "" +msgstr "Raw green samples" #: literals.py:123 msgid "Group 3 FAX" -msgstr "" +msgstr "Group 3 FAX" #: literals.py:124 msgid "Raw green, blue, and red samples" -msgstr "" +msgstr "Raw green, blue, and red samples" #: literals.py:125 msgid "GIMP brush file" -msgstr "" +msgstr "GIMP brush file" #: literals.py:126 msgid "CompuServe graphics interchange format (version 89a)" -msgstr "" +msgstr "CompuServe graphics interchange format (version 89a)" #: literals.py:127 msgid "CompuServe graphics interchange format (version 87a)" -msgstr "" +msgstr "CompuServe graphics interchange format (version 87a)" #: literals.py:128 msgid "Gradual passing from one shade to another" -msgstr "" +msgstr "Gradual passing from one shade to another" #: literals.py:129 msgid "Raw gray samples" -msgstr "" +msgstr "Raw gray samples" #: literals.py:130 msgid "Raw green, red, and blue samples" -msgstr "" +msgstr "Raw green, red, and blue samples" #: literals.py:131 msgid "Raw CCITT Group4" -msgstr "" +msgstr "Raw CCITT Group4" #: literals.py:133 msgid "Histogram of the image" -msgstr "" +msgstr "Histogram of the image" #: literals.py:134 msgid "HRZ: Slow scan TV" -msgstr "" +msgstr "HRZ: Slow scan TV" #: literals.py:135 literals.py:136 literals.py:255 msgid "Hypertext Markup Language and a client-side image map" -msgstr "" +msgstr "Hypertext Markup Language and a client-side image map" #: literals.py:138 literals.py:264 literals.py:279 literals.py:283 msgid "Truevision Targa image" -msgstr "" +msgstr "Truevision Targa image" #: literals.py:139 literals.py:140 msgid "ICC Color Profile" -msgstr "" +msgstr "ICC Color Profile" #: literals.py:141 literals.py:142 msgid "Microsoft Icon" -msgstr "" +msgstr "Microsoft Icon" #: literals.py:143 msgid "Hald CLUT identity image" -msgstr "" +msgstr "Hald CLUT identity image" #: literals.py:144 msgid "LabEye image format" -msgstr "" +msgstr "LabEye image format" #: literals.py:145 msgid "GraphicsMagick Embedded Image" -msgstr "" +msgstr "GraphicsMagick Embedded Image" #: literals.py:146 msgid "The image format and characteristics" -msgstr "" +msgstr "The image format and characteristics" #: literals.py:147 msgid "Base64-encoded inline images" -msgstr "" +msgstr "Base64-encoded inline images" #: literals.py:148 msgid "IPL Image Sequence" -msgstr "" +msgstr "IPL Image Sequence" #: literals.py:149 msgid "IPTC Newsphoto" -msgstr "" +msgstr "IPTC Newsphoto" #: literals.py:150 literals.py:151 msgid "IPTC Newsphoto text format" -msgstr "" +msgstr "IPTC Newsphoto text format" #: literals.py:152 msgid "ISO/TR 11548-1 format" -msgstr "" +msgstr "ISO/TR 11548-1 format" #: literals.py:154 literals.py:157 msgid "JPEG-2000 Code Stream Syntax" -msgstr "" +msgstr "JPEG-2000 Code Stream Syntax" #: literals.py:155 msgid "JPEG Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" -msgstr "" +msgstr "JPEG Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:156 msgid "JPEG-2000 JP2 File Format Syntax" -msgstr "" +msgstr "JPEG-2000 JP2 File Format Syntax" #: literals.py:158 literals.py:159 msgid "Joint Photographic Experts Group JFIF format (IJG JPEG 62)" -msgstr "" +msgstr "Joint Photographic Experts Group JFIF format (IJG JPEG 62)" #: literals.py:160 msgid "JPEG-2000 File Format Syntax" -msgstr "" +msgstr "JPEG-2000 File Format Syntax" #: literals.py:162 msgid "Raw black samples" -msgstr "" +msgstr "Raw black samples" #: literals.py:163 literals.py:164 msgid "Kodak Digital Camera Raw Image Format" -msgstr "" +msgstr "Kodak Digital Camera Raw Image Format" #: literals.py:166 msgid "Image label" -msgstr "" +msgstr "Image label" #: literals.py:168 msgid "Raw magenta samples" -msgstr "" +msgstr "Raw magenta samples" #: literals.py:169 literals.py:179 literals.py:182 literals.py:183 msgid "MPEG Video Stream" -msgstr "" +msgstr "MPEG Video Stream" #: literals.py:170 msgid "Raw MPEG-4 Video" -msgstr "" +msgstr "Raw MPEG-4 Video" #: literals.py:171 msgid "Colormap intensities and indices" -msgstr "" +msgstr "Colormap intensities and indices" #: literals.py:172 msgid "MATLAB image format" -msgstr "" +msgstr "MATLAB image format" #: literals.py:173 msgid "MATTE raw opacity format" -msgstr "" +msgstr "MATTE raw opacity format" #: literals.py:174 msgid "8-bit McIdas area file" -msgstr "" +msgstr "8-bit McIdas area file" #: literals.py:175 msgid "Microsoft Image Composer (MIC) file" -msgstr "" +msgstr "Microsoft Image Composer (MIC) file" #: literals.py:176 msgid "Magick Image File Format" -msgstr "" +msgstr "Magick Image File Format" #: literals.py:177 msgid "" "Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" msgstr "" +"Multiple-image Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:178 msgid "Raw Bi-level bitmap in least-significant-byte first order" -msgstr "" +msgstr "Raw Bi-level bitmap in least-significant-byte first order" #: literals.py:180 msgid "MPEG-4 Video Stream" -msgstr "" +msgstr "MPEG-4 Video Stream" #: literals.py:184 msgid "Sony (Minolta) Raw Image File" -msgstr "" +msgstr "Sony (Minolta) Raw Image File" #: literals.py:185 msgid "Magick Scripting Language" -msgstr "" +msgstr "Magick Scripting Language" #: literals.py:186 msgid "Windows 1 and 2 MSP file format" -msgstr "" +msgstr "Windows 1 and 2 MSP file format" #: literals.py:187 msgid "ImageMagick's own SVG internal renderer" -msgstr "" +msgstr "ImageMagick's own SVG internal renderer" #: literals.py:188 msgid "MTV Raytracing image format" -msgstr "" +msgstr "MTV Raytracing image format" #: literals.py:189 msgid "Magick Vector Graphics" -msgstr "" +msgstr "Magick Vector Graphics" #: literals.py:191 msgid "Nikon Digital SLR Camera Raw Image File" -msgstr "" +msgstr "Nikon Digital SLR Camera Raw Image File" #: literals.py:192 msgid "Constant image of uniform color" -msgstr "" +msgstr "Constant image of uniform color" #: literals.py:194 msgid "Raw opacity samples" -msgstr "" +msgstr "Raw opacity samples" #: literals.py:195 msgid "Olympus Digital Camera Raw Image File" -msgstr "" +msgstr "Olympus Digital Camera Raw Image File" #: literals.py:196 msgid "On-the-air bitmap" -msgstr "" +msgstr "On-the-air bitmap" #: literals.py:197 msgid "Open Type font (Freetype 2.4.2)" -msgstr "" +msgstr "Open Type font (Freetype 2.4.2)" #: literals.py:199 msgid "Xv thumbnail format" -msgstr "" +msgstr "Xv thumbnail format" #: literals.py:200 literals.py:277 msgid "16bit/pixel interleaved YUV" -msgstr "" +msgstr "16bit/pixel interleaved YUV" #: literals.py:201 msgid "Palm pixmap" -msgstr "" +msgstr "Palm pixmap" #: literals.py:202 msgid "Common 2-dimensional bitmap format" -msgstr "" +msgstr "Common 2-dimensional bitmap format" #: literals.py:203 msgid "Predefined pattern" -msgstr "" +msgstr "Predefined pattern" #: literals.py:204 msgid "Portable bitmap format (black and white)" -msgstr "" +msgstr "Portable bitmap format (black and white)" #: literals.py:205 literals.py:206 msgid "Photo CD" @@ -565,15 +567,15 @@ msgstr "Page Control Language" #: literals.py:208 literals.py:221 msgid "Apple Macintosh QuickDraw/PICT" -msgstr "" +msgstr "Apple Macintosh QuickDraw/PICT" #: literals.py:209 msgid "ZSoft IBM PC Paintbrush" -msgstr "" +msgstr "ZSoft IBM PC Paintbrush" #: literals.py:210 msgid "Palm Database ImageViewer Format" -msgstr "" +msgstr "Palm Database ImageViewer Format" #: literals.py:211 msgid "Portable Document Format" @@ -585,268 +587,273 @@ msgstr "Format portatil de archivo de documento" #: literals.py:213 msgid "Pentax Electronic File" -msgstr "" +msgstr "Pentax Electronic File" #: literals.py:214 msgid "Embrid Embroidery Format" -msgstr "" +msgstr "Embrid Embroidery Format" #: literals.py:215 msgid "Postscript Type 1 font (ASCII) (Freetype 2.4.2)" -msgstr "" +msgstr "Postscript Type 1 font (ASCII) (Freetype 2.4.2)" #: literals.py:216 msgid "Postscript Type 1 font (binary) (Freetype 2.4.2)" -msgstr "" +msgstr "Postscript Type 1 font (binary) (Freetype 2.4.2)" #: literals.py:217 msgid "Portable float format" -msgstr "" +msgstr "Portable float format" #: literals.py:218 msgid "Portable graymap format (gray scale)" -msgstr "" +msgstr "Portable graymap format (gray scale)" #: literals.py:219 msgid "JPEG-2000 VM Format" -msgstr "" +msgstr "JPEG-2000 VM Format" #: literals.py:220 msgid "Personal Icon" -msgstr "" +msgstr "Personal Icon" #: literals.py:222 msgid "Alias/Wavefront RLE image format" -msgstr "" +msgstr "Alias/Wavefront RLE image format" #: literals.py:223 msgid "PIXAR raster file" -msgstr "" +msgstr "PIXAR raster file" #: literals.py:224 msgid "Joint Photographic Experts Group JFIF format (62)" -msgstr "" +msgstr "Joint Photographic Experts Group JFIF format (62)" #: literals.py:226 msgid "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" -msgstr "" +msgstr "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:227 msgid "" "24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" msgstr "" +"24-bit RGB PNG, opaque only (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:228 msgid "" "32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib " "1.2.3.3,1.2.3.4)" msgstr "" +"32-bit RGBA PNG, semitransparency OK (libpng 1.2.42,1.2.44, zlib " +"1.2.3.3,1.2.3.4)" #: literals.py:229 msgid "" "8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib " "1.2.3.3,1.2.3.4)" msgstr "" +"8-bit indexed PNG, binary transparency only (libpng 1.2.42,1.2.44, zlib " +"1.2.3.3,1.2.3.4)" #: literals.py:230 msgid "Portable anymap" -msgstr "" +msgstr "Portable anymap" #: literals.py:231 msgid "Portable pixmap format (color)" -msgstr "" +msgstr "Portable pixmap format (color)" #: literals.py:232 msgid "Show a preview an image enhancement, effect, or f/x" -msgstr "" +msgstr "Show a preview an image enhancement, effect, or f/x" #: literals.py:233 msgid "Adobe PostScript" -msgstr "" +msgstr "Adobe PostScript" #: literals.py:234 msgid "Adobe Level II PostScript" -msgstr "" +msgstr "Adobe Level II PostScript" #: literals.py:235 msgid "Adobe Level III PostScript" -msgstr "" +msgstr "Adobe Level III PostScript" #: literals.py:236 msgid "Adobe Large Document Format" -msgstr "" +msgstr "Adobe Large Document Format" #: literals.py:237 msgid "Adobe Photoshop bitmap" -msgstr "" +msgstr "Adobe Photoshop bitmap" #: literals.py:238 msgid "Pyramid encoded TIFF" -msgstr "" +msgstr "Pyramid encoded TIFF" #: literals.py:239 literals.py:253 msgid "Seattle Film Works" -msgstr "" +msgstr "Seattle Film Works" #: literals.py:241 msgid "Raw red samples" -msgstr "" +msgstr "Raw red samples" #: literals.py:242 msgid "Fuji CCD-RAW Graphic File" -msgstr "" +msgstr "Fuji CCD-RAW Graphic File" #: literals.py:243 literals.py:259 msgid "SUN Rasterfile" -msgstr "" +msgstr "SUN Rasterfile" #: literals.py:244 msgid "Raw red, blue, and green samples" -msgstr "" +msgstr "Raw red, blue, and green samples" #: literals.py:245 msgid "Raw red, green, and blue samples" -msgstr "" +msgstr "Raw red, green, and blue samples" #: literals.py:246 msgid "Raw red, green, blue, and matte samples" -msgstr "" +msgstr "Raw red, green, blue, and matte samples" #: literals.py:247 msgid "Raw red, green, blue, and opacity samples" -msgstr "" +msgstr "Raw red, green, blue, and opacity samples" #: literals.py:248 msgid "Alias/Wavefront image" -msgstr "" +msgstr "Alias/Wavefront image" #: literals.py:249 msgid "Utah Run length encoded image" -msgstr "" +msgstr "Utah Run length encoded image" #: literals.py:251 msgid "ZX-Spectrum SCREEN$" -msgstr "" +msgstr "ZX-Spectrum SCREEN$" #: literals.py:252 msgid "Scitex HandShake" -msgstr "" +msgstr "Scitex HandShake" #: literals.py:254 msgid "Irix RGB image" -msgstr "" +msgstr "Irix RGB image" #: literals.py:256 msgid "Sony Raw Format 2" -msgstr "" +msgstr "Sony Raw Format 2" #: literals.py:257 msgid "Sony Raw Format" -msgstr "" +msgstr "Sony Raw Format" #: literals.py:258 msgid "Steganographic image" -msgstr "" +msgstr "Steganographic image" #: literals.py:260 msgid "Scalable Vector Graphics (XML 2.7.6, RSVG 2.32.0)" -msgstr "" +msgstr "Scalable Vector Graphics (XML 2.7.6, RSVG 2.32.0)" #: literals.py:261 msgid "Scalable Vector Graphics (ZIP compressed) (XML 2.7.6, RSVG 2.32.0)" -msgstr "" +msgstr "Scalable Vector Graphics (ZIP compressed) (XML 2.7.6, RSVG 2.32.0)" #: literals.py:263 literals.py:273 msgid "Text" -msgstr "" +msgstr "Text" #: literals.py:265 msgid "EXIF Profile Thumbnail" -msgstr "" +msgstr "EXIF Profile Thumbnail" #: literals.py:266 msgid "Tagged Image File Format (LIBTIFF, Version 3.9.4)" -msgstr "" +msgstr "Tagged Image File Format (LIBTIFF, Version 3.9.4)" #: literals.py:267 msgid "Tagged Image File Format (64-bit) (LIBTIFF, Version 3.9.4)" -msgstr "" +msgstr "Tagged Image File Format (64-bit) (LIBTIFF, Version 3.9.4)" #: literals.py:268 msgid "Tile image with a texture" -msgstr "" +msgstr "Tile image with a texture" #: literals.py:269 msgid "PSX TIM" -msgstr "" +msgstr "PSX TIM" #: literals.py:270 msgid "TOPOL X Image" -msgstr "" +msgstr "TOPOL X Image" #: literals.py:271 msgid "TrueType font collection (Freetype 2.4.2)" -msgstr "" +msgstr "TrueType font collection (Freetype 2.4.2)" #: literals.py:272 msgid "TrueType font (Freetype 2.4.2)" -msgstr "" +msgstr "TrueType font (Freetype 2.4.2)" #: literals.py:275 msgid "Unicode Text format" -msgstr "" +msgstr "Unicode Text format" #: literals.py:276 msgid "X-Motif UIL table" -msgstr "" +msgstr "X-Motif UIL table" #: literals.py:280 msgid "VICAR rasterfile format" -msgstr "" +msgstr "VICAR rasterfile format" #: literals.py:281 msgid "Visual Image Directory" -msgstr "" +msgstr "Visual Image Directory" #: literals.py:282 literals.py:299 msgid "Khoros Visualization image" -msgstr "" +msgstr "Khoros Visualization image" #: literals.py:285 msgid "Wireless Bitmap (level 0) image" -msgstr "" +msgstr "Wireless Bitmap (level 0) image" #: literals.py:286 msgid "Windows Meta File" -msgstr "" +msgstr "Windows Meta File" #: literals.py:287 msgid "Word Perfect Graphics" -msgstr "" +msgstr "Word Perfect Graphics" #: literals.py:288 msgid "Windows Media Video" -msgstr "" +msgstr "Windows Media Video" #: literals.py:289 msgid "Compressed Windows Meta File" -msgstr "" +msgstr "Compressed Windows Meta File" #: literals.py:291 msgid "X Window System" -msgstr "" +msgstr "X Window System" #: literals.py:292 msgid "Foveon X3 (Sigma/Polaroid) Raw picture file" -msgstr "" +msgstr "Foveon X3 (Sigma/Polaroid) Raw picture file" #: literals.py:293 msgid "X Windows system bitmap (black and white)" -msgstr "" +msgstr "X Windows system bitmap (black and white)" #: literals.py:294 msgid "Constant image uniform color" -msgstr "" +msgstr "Constant image uniform color" #: literals.py:295 msgid "GIMP image" @@ -854,23 +861,23 @@ msgstr "Imágen GIMP" #: literals.py:296 msgid "Adobe XML metadata" -msgstr "" +msgstr "Adobe XML metadata" #: literals.py:297 msgid "X Windows system pixmap (color)" -msgstr "" +msgstr "X Windows system pixmap (color)" #: literals.py:298 msgid "Microsoft XML Paper Specification" -msgstr "" +msgstr "Microsoft XML Paper Specification" #: literals.py:300 msgid "XV thumbnail file" -msgstr "" +msgstr "XV thumbnail file" #: literals.py:301 msgid "X Windows system window dump (color)" -msgstr "" +msgstr "X Windows system window dump (color)" #: literals.py:303 msgid "Raw yellow samples" @@ -878,17 +885,17 @@ msgstr "Muestras crudas de amarillo" #: literals.py:304 msgid "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" -msgstr "" +msgstr "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" -#: views.py:15 +#: views.py:17 msgid "suported file formats" msgstr "formatos de archivos apoyados" -#: views.py:20 +#: views.py:22 msgid "name" msgstr "nombre" -#: views.py:24 +#: views.py:26 msgid "description" msgstr "descripción" @@ -906,13 +913,11 @@ msgstr "Ruta de archivo al programa imagemagick." #: conf/settings.py:15 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick, converter.backends.graphicsmagick and " -"converter.backends.python." +"Graphics conversion backend to use. Options are: converter.backends." +"imagemagick, converter.backends.graphicsmagick and converter.backends.python." msgstr "" -"Manejador de conversión a usarse. Opciones son: " -"converter.backends.imagemagick, converter.backends.graphicsmagick y " -"converter.backends.python." +"Manejador de conversión a usarse. Opciones son: converter.backends." +"imagemagick, converter.backends.graphicsmagick y converter.backends.python." #: conf/settings.py:16 msgid "Path to the unoconv program." @@ -920,11 +925,11 @@ msgstr "Ruta de acceso al programa de unoconv." #: conf/settings.py:17 msgid "" -"Use alternate method of connection to LibreOffice using a pipe, it is slower" -" but less prone to segmentation faults." +"Use alternate method of connection to LibreOffice using a pipe, it is slower " +"but less prone to segmentation faults." msgstr "" -"Utilizar el método alternativo de conexión a LibreOffice con un tubo, es más" -" lento pero menos propensos a fallos de segmentación." +"Utilizar el método alternativo de conexión a LibreOffice con un tubo, es más " +"lento pero menos propensos a fallos de segmentación." #: templates/converter_file_formats_help.html:3 msgid "Help" @@ -938,5 +943,3 @@ msgid "" msgstr "" "Estos son los formatos de archivo apoyados por el servidor del convertidor " "seleccionado. En este caso: '%(backend)s'" - - diff --git a/apps/converter/locale/it/LC_MESSAGES/django.mo b/apps/converter/locale/it/LC_MESSAGES/django.mo index 8c01989464..c0fe6b6941 100644 Binary files a/apps/converter/locale/it/LC_MESSAGES/django.mo and b/apps/converter/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/converter/locale/it/LC_MESSAGES/django.po b/apps/converter/locale/it/LC_MESSAGES/django.po index b50328c57f..9d88e1e925 100644 --- a/apps/converter/locale/it/LC_MESSAGES/django.po +++ b/apps/converter/locale/it/LC_MESSAGES/django.po @@ -1,24 +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: # , 2011. 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" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-02-02 14:17-0400\n" "PO-Revision-Date: 2011-12-09 14:53+0000\n" "Last-Translator: Pierpaolo Baldan \n" -"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/team/it/)\n" +"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/team/" +"it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:10 +#: __init__.py:15 msgid "file formats" msgstr "formato file" @@ -630,8 +631,7 @@ msgstr "Joint Photographic Experts Group JFIF format (62)" #: literals.py:226 msgid "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" -msgstr "" -"Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:227 msgid "" @@ -887,15 +887,15 @@ msgstr "Raw yellow samples" msgid "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" msgstr "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" -#: views.py:15 +#: views.py:17 msgid "suported file formats" msgstr "formato file supportati" -#: views.py:20 +#: views.py:22 msgid "name" msgstr "nome" -#: views.py:24 +#: views.py:26 msgid "description" msgstr "descrizione" @@ -913,13 +913,12 @@ msgstr "File path per il progarmma " #: conf/settings.py:15 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick, converter.backends.graphicsmagick and " -"converter.backends.python." +"Graphics conversion backend to use. Options are: converter.backends." +"imagemagick, converter.backends.graphicsmagick and converter.backends.python." msgstr "" -"Backend da usare per la conversione grafica. Le opzioni sono: " -"converter.backends.imagemagick, converter.backends.graphicsmagick e " -"converter.backends.python." +"Backend da usare per la conversione grafica. Le opzioni sono: converter." +"backends.imagemagick, converter.backends.graphicsmagick e converter.backends." +"python." #: conf/settings.py:16 msgid "Path to the unoconv program." @@ -927,8 +926,8 @@ msgstr "Path per il programma unoconv" #: conf/settings.py:17 msgid "" -"Use alternate method of connection to LibreOffice using a pipe, it is slower" -" but less prone to segmentation faults." +"Use alternate method of connection to LibreOffice using a pipe, it is slower " +"but less prone to segmentation faults." msgstr "" "Utilizzare il metodo alternativo di collegamento a LibreOffice utilizzando " "questo collegamento, è più lento ma meno soggetto a errori di segmentazione." @@ -945,5 +944,3 @@ msgid "" msgstr "" "Questi sono il formati file supportati dal backend selezionato.In questo " "caso : '%(backend)s'" - - diff --git a/apps/converter/locale/pt/LC_MESSAGES/django.mo b/apps/converter/locale/pt/LC_MESSAGES/django.mo index 5b966ac130..79dcb61769 100644 Binary files a/apps/converter/locale/pt/LC_MESSAGES/django.mo and b/apps/converter/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/converter/locale/pt/LC_MESSAGES/django.po b/apps/converter/locale/pt/LC_MESSAGES/django.po index 47d15e7686..c7020773ea 100644 --- a/apps/converter/locale/pt/LC_MESSAGES/django.po +++ b/apps/converter/locale/pt/LC_MESSAGES/django.po @@ -9,9 +9,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-22 11:26-0400\n" -"PO-Revision-Date: 2011-11-04 00:24+0000\n" -"Last-Translator: emersonsoares \n" +"POT-Creation-Date: 2012-02-02 14:17-0400\n" +"PO-Revision-Date: 2011-11-22 15:26+0000\n" +"Last-Translator: Roberto Rosario \n" "Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/" "team/pt/)\n" "Language: pt\n" @@ -20,7 +20,7 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:10 +#: __init__.py:15 msgid "file formats" msgstr "formatos de arquivo" @@ -888,15 +888,15 @@ msgstr "Amostras Raw amarelas" msgid "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" msgstr "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" -#: views.py:15 +#: views.py:17 msgid "suported file formats" msgstr "formatos de arquivo suportados" -#: views.py:20 +#: views.py:22 msgid "name" msgstr "nome" -#: views.py:24 +#: views.py:26 msgid "description" msgstr "descrição" @@ -921,9 +921,8 @@ msgstr "" "imagemagick, converter.backends.graphicsmagick and converter.backends.python." #: conf/settings.py:16 -#, fuzzy msgid "Path to the unoconv program." -msgstr "Caminho do arquivo para o programa imagemagick converter." +msgstr "" #: conf/settings.py:17 msgid "" diff --git a/apps/converter/locale/ru/LC_MESSAGES/django.mo b/apps/converter/locale/ru/LC_MESSAGES/django.mo index 86540df866..3b20cd936a 100644 Binary files a/apps/converter/locale/ru/LC_MESSAGES/django.mo and b/apps/converter/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/converter/locale/ru/LC_MESSAGES/django.po b/apps/converter/locale/ru/LC_MESSAGES/django.po index 5190518e73..91d33f90f4 100644 --- a/apps/converter/locale/ru/LC_MESSAGES/django.po +++ b/apps/converter/locale/ru/LC_MESSAGES/django.po @@ -1,24 +1,26 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2011. 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" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-02-02 14:17-0400\n" "PO-Revision-Date: 2011-11-22 19:01+0000\n" -"Last-Translator: gsv70 \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/team/ru/)\n" +"Last-Translator: Sergey Glita \n" +"Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/team/" +"ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ru\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"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:10 +#: __init__.py:15 msgid "file formats" msgstr "форматы файлов" @@ -630,8 +632,7 @@ msgstr "Joint Photographic Experts Group JFIF format (62)" #: literals.py:226 msgid "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" -msgstr "" -"Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" +msgstr "Portable Network Graphics (libpng 1.2.42,1.2.44, zlib 1.2.3.3,1.2.3.4)" #: literals.py:227 msgid "" @@ -887,15 +888,15 @@ msgstr "Raw yellow samples" msgid "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" msgstr "CCIR 601 4:1:1 or 4:2:2 (8-bit only)" -#: views.py:15 +#: views.py:17 msgid "suported file formats" msgstr "поддерживаемые форматы файлов" -#: views.py:20 +#: views.py:22 msgid "name" msgstr "имя" -#: views.py:24 +#: views.py:26 msgid "description" msgstr "описание" @@ -913,13 +914,11 @@ msgstr "Путь к файлу программs GraphicsMagick." #: conf/settings.py:15 msgid "" -"Graphics conversion backend to use. Options are: " -"converter.backends.imagemagick, converter.backends.graphicsmagick and " -"converter.backends.python." +"Graphics conversion backend to use. Options are: converter.backends." +"imagemagick, converter.backends.graphicsmagick and converter.backends.python." msgstr "" -"Конвертер графических файлов. Возможные варианты: " -"converter.backends.imagemagick, converter.backends.graphicsmagick и " -"converter.backends.python." +"Конвертер графических файлов. Возможные варианты: converter.backends." +"imagemagick, converter.backends.graphicsmagick и converter.backends.python." #: conf/settings.py:16 msgid "Path to the unoconv program." @@ -927,8 +926,8 @@ msgstr "Путь к программе unoconv." #: conf/settings.py:17 msgid "" -"Use alternate method of connection to LibreOffice using a pipe, it is slower" -" but less prone to segmentation faults." +"Use alternate method of connection to LibreOffice using a pipe, it is slower " +"but less prone to segmentation faults." msgstr "" "Использовать альтернативный способ подключения к LibreOffice использованием " "конвейера pipe, это медленнее, но менее опасно ошибкой сегментации." @@ -944,5 +943,3 @@ msgid "" "backend. In this case: '%(backend)s'" msgstr "" "Эти форматы поддерживают выбранный конвертер. Сейчас это: '%(backend)s'" - - diff --git a/apps/django_gpg/locale/en/LC_MESSAGES/django.po b/apps/django_gpg/locale/en/LC_MESSAGES/django.po index bb2d01367b..871e1b3274 100644 --- a/apps/django_gpg/locale/en/LC_MESSAGES/django.po +++ b/apps/django_gpg/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-06 02:06-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 \n" "Language-Team: LANGUAGE \n" @@ -17,142 +17,114 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: __init__.py:14 -msgid "Verify document signatures" -msgstr "" - -#: __init__.py:15 -msgid "View keys" -msgstr "" - -#: __init__.py:16 -msgid "Delete keys" -msgstr "" - -#: __init__.py:17 -msgid "Query keyservers" -msgstr "" - -#: __init__.py:18 -msgid "Import key from keyservers" -msgstr "" - -#: __init__.py:19 -msgid "Upload detached signatures" -msgstr "" - -#: __init__.py:20 -msgid "Download detached signatures" -msgstr "" - -#: __init__.py:23 -msgid "Signatures" -msgstr "" - -#: __init__.py:39 views.py:67 +#: __init__.py:14 views.py:67 msgid "private keys" msgstr "" -#: __init__.py:40 views.py:70 +#: __init__.py:15 views.py:70 msgid "public keys" msgstr "" -#: __init__.py:41 +#: __init__.py:16 msgid "delete" msgstr "" -#: __init__.py:42 +#: __init__.py:17 msgid "query keyservers" msgstr "" -#: __init__.py:43 +#: __init__.py:18 msgid "import" msgstr "" -#: __init__.py:44 -msgid "upload signature" -msgstr "" - -#: __init__.py:45 -msgid "download signature" -msgstr "" - -#: __init__.py:46 +#: __init__.py:19 msgid "key management" msgstr "" -#: __init__.py:49 -msgid "signatures" -msgstr "" - -#: api.py:22 +#: api.py:19 msgid "Public" msgstr "" -#: api.py:23 +#: api.py:20 msgid "Secret" msgstr "" -#: api.py:31 api.py:36 +#: api.py:28 api.py:33 msgid "RSA" msgstr "" -#: api.py:32 +#: api.py:29 msgid "DSA" msgstr "" -#: api.py:37 +#: api.py:34 msgid "Elgamal" msgstr "" -#: api.py:51 +#: api.py:48 msgid "Bad signature." msgstr "" -#: api.py:55 +#: api.py:52 msgid "Document not signed or invalid signature." msgstr "" -#: api.py:59 +#: api.py:56 msgid "Signature error." msgstr "" -#: api.py:63 +#: api.py:60 msgid "Document is signed but no public key is available for verification." msgstr "" -#: api.py:67 +#: api.py:64 msgid "Document is signed, and signature is good." msgstr "" -#: api.py:71 +#: api.py:68 msgid "Document is signed with a valid signature." msgstr "" -#: api.py:144 +#: api.py:141 msgid "unknown" msgstr "" -#: forms.py:11 +#: forms.py:8 msgid "Term" msgstr "" -#: forms.py:12 +#: forms.py:9 msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "" -#: forms.py:18 -msgid "Signature file" +#: permissions.py:7 +msgid "Key management" msgstr "" -#: views.py:45 +#: permissions.py:9 +msgid "View keys" +msgstr "" + +#: permissions.py:10 +msgid "Delete keys" +msgstr "" + +#: permissions.py:11 +msgid "Query keyservers" +msgstr "" + +#: permissions.py:12 +msgid "Import keys from keyservers" +msgstr "" + +#: views.py:38 #, python-format msgid "Key: %s, imported successfully." msgstr "" -#: views.py:48 +#: views.py:43 #, python-format -msgid "Unable to import key id: %s" +msgid "Unable to import key id: %(key_id)s; %(error)s" msgstr "" #: views.py:52 @@ -233,58 +205,10 @@ msgstr "" msgid "Identifies" msgstr "" -#: views.py:205 -#, python-format -msgid "Signature status: %(widget)s %(text)s" -msgstr "" - -#: views.py:212 -msgid "embedded" -msgstr "" - -#: views.py:214 -msgid "detached" -msgstr "" - -#: views.py:219 -#, python-format -msgid "Signature ID: %s" -msgstr "" - -#: views.py:220 -#, python-format -msgid "Signature type: %s" -msgstr "" - -#: views.py:221 -#, python-format -msgid "Key ID: %s" -msgstr "" - -#: views.py:222 -#, python-format -msgid "Timestamp: %s" -msgstr "" - -#: views.py:223 -#, python-format -msgid "Signee: %s" -msgstr "" - -#: views.py:228 -#, python-format -msgid "signature properties for: %s" -msgstr "" - -#: views.py:250 -msgid "Detached signature uploaded successfully." -msgstr "" - -#: views.py:259 -#, python-format -msgid "Upload detached signature for: %s" -msgstr "" - #: conf/settings.py:13 msgid "List of keyservers to be queried for unknown keys." msgstr "" + +#: conf/settings.py:14 +msgid "Home directory used to store keys as well as configuration files." +msgstr "" diff --git a/apps/django_gpg/locale/es/LC_MESSAGES/django.mo b/apps/django_gpg/locale/es/LC_MESSAGES/django.mo index e37a8ed1ed..fc5b4088c5 100644 Binary files a/apps/django_gpg/locale/es/LC_MESSAGES/django.mo and b/apps/django_gpg/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/django_gpg/locale/es/LC_MESSAGES/django.po b/apps/django_gpg/locale/es/LC_MESSAGES/django.po index 7517475856..897c9e4957 100644 --- a/apps/django_gpg/locale/es/LC_MESSAGES/django.po +++ b/apps/django_gpg/locale/es/LC_MESSAGES/django.po @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Roberto Rosario , 2011. +# Roberto Rosario , 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-12-06 02:06-0400\n" -"PO-Revision-Date: 2011-12-06 06:14+0000\n" -"Last-Translator: rosarior \n" +"POT-Creation-Date: 2012-02-02 14:17-0400\n" +"PO-Revision-Date: 2012-02-02 18:37+0000\n" +"Last-Translator: Roberto Rosario \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,147 +18,119 @@ msgstr "" "Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:14 -msgid "Verify document signatures" -msgstr "Verificar las firmas de documentos" - -#: __init__.py:15 -msgid "View keys" -msgstr "Ver llaves" - -#: __init__.py:16 -msgid "Delete keys" -msgstr "Borrar llaves" - -#: __init__.py:17 -msgid "Query keyservers" -msgstr "Hacer búsquedas en servidores de llaves" - -#: __init__.py:18 -msgid "Import key from keyservers" -msgstr "Importar llaves de los servidores de llaves" - -#: __init__.py:19 -msgid "Upload detached signatures" -msgstr "Subir una firma a parte" - -#: __init__.py:20 -msgid "Download detached signatures" -msgstr "Descargar la fima" - -#: __init__.py:23 -msgid "Signatures" -msgstr "Firmas" - -#: __init__.py:39 views.py:67 +#: __init__.py:14 views.py:67 msgid "private keys" msgstr "llaves privadas" -#: __init__.py:40 views.py:70 +#: __init__.py:15 views.py:70 msgid "public keys" msgstr "llaves públicas" -#: __init__.py:41 +#: __init__.py:16 msgid "delete" msgstr "borrar" -#: __init__.py:42 +#: __init__.py:17 msgid "query keyservers" msgstr "consultar servidor de llaves" -#: __init__.py:43 +#: __init__.py:18 msgid "import" msgstr "importar" -#: __init__.py:44 -msgid "upload signature" -msgstr "subir firma" - -#: __init__.py:45 -msgid "download signature" -msgstr "descargar firma" - -#: __init__.py:46 +#: __init__.py:19 msgid "key management" msgstr "manejo de llaves" -#: __init__.py:49 -msgid "signatures" -msgstr "firmas" - -#: api.py:22 +#: api.py:19 msgid "Public" msgstr "Pública" -#: api.py:23 +#: api.py:20 msgid "Secret" msgstr "Secreta" -#: api.py:31 api.py:36 +#: api.py:28 api.py:33 msgid "RSA" msgstr "RSA" -#: api.py:32 +#: api.py:29 msgid "DSA" msgstr "DSA" -#: api.py:37 +#: api.py:34 msgid "Elgamal" msgstr "Elgamal" -#: api.py:51 +#: api.py:48 msgid "Bad signature." msgstr "Firma invalida." -#: api.py:55 +#: api.py:52 msgid "Document not signed or invalid signature." msgstr "Documento no firmado o firma invalida." -#: api.py:59 +#: api.py:56 msgid "Signature error." msgstr "Error de firma." -#: api.py:63 +#: api.py:60 msgid "Document is signed but no public key is available for verification." msgstr "" "El document ha sido firmado pero no hay llave pública disponible para " "verificación." -#: api.py:67 +#: api.py:64 msgid "Document is signed, and signature is good." msgstr "El document ha sido firmado y la firma esta es buen estado." -#: api.py:71 +#: api.py:68 msgid "Document is signed with a valid signature." msgstr "El document ha sido firmado y la firma ha sido validada." -#: api.py:144 +#: api.py:141 msgid "unknown" msgstr "desconocida" -#: forms.py:11 +#: forms.py:8 msgid "Term" msgstr "Término" -#: forms.py:12 +#: forms.py:9 msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "" "Nombre, dirección de correo electrónico, identificador de llave or huella " "digital de llave a buscar." -#: forms.py:18 -msgid "Signature file" -msgstr "Archivo de firma" +#: permissions.py:7 +msgid "Key management" +msgstr "Gestión de llaves" -#: views.py:45 +#: permissions.py:9 +msgid "View keys" +msgstr "Ver llaves" + +#: permissions.py:10 +msgid "Delete keys" +msgstr "Borrar llaves" + +#: permissions.py:11 +msgid "Query keyservers" +msgstr "Hacer búsquedas en servidores de llaves" + +#: permissions.py:12 +msgid "Import keys from keyservers" +msgstr "Importar llaves del servidores de llaves" + +#: views.py:38 #, python-format msgid "Key: %s, imported successfully." msgstr "Llave: %s, importada exitosamente." -#: views.py:48 +#: views.py:43 #, python-format -msgid "Unable to import key id: %s" -msgstr "No se pudo importa la llave: %s" +msgid "Unable to import key id: %(key_id)s; %(error)s" +msgstr "No se pudo importar la llave: %(key_id)s ; %(error)s " #: views.py:52 msgid "Import key" @@ -241,62 +213,16 @@ msgstr "revocada" msgid "Identifies" msgstr "Identidades" -#: views.py:205 -#, python-format -msgid "Signature status: %(widget)s %(text)s" -msgstr "Estado de la firma: %(widget)s %(text)s" - -#: views.py:212 -msgid "embedded" -msgstr "integrada" - -#: views.py:214 -msgid "detached" -msgstr "a parte" - -#: views.py:219 -#, python-format -msgid "Signature ID: %s" -msgstr "ID de la firma: %s" - -#: views.py:220 -#, python-format -msgid "Signature type: %s" -msgstr "Tipo de firma: %s" - -#: views.py:221 -#, python-format -msgid "Key ID: %s" -msgstr "ID de la llave: %s" - -#: views.py:222 -#, python-format -msgid "Timestamp: %s" -msgstr "Fecha y hora: %s" - -#: views.py:223 -#, python-format -msgid "Signee: %s" -msgstr "Firmantes: %s" - -#: views.py:228 -#, python-format -msgid "signature properties for: %s" -msgstr "propiedades de firma para: %s" - -#: views.py:250 -msgid "Detached signature uploaded successfully." -msgstr "El archivo de firma fue subido exitosamente." - -#: views.py:259 -#, python-format -msgid "Upload detached signature for: %s" -msgstr "Subir firma a parte para: %s" - #: conf/settings.py:13 msgid "List of keyservers to be queried for unknown keys." msgstr "" "Lista de servidores de llaves a ser utilizados para buscar llaves " "desconocidas." +#: conf/settings.py:14 +msgid "Home directory used to store keys as well as configuration files." +msgstr "" +"Directorio de inicio utilizado para almacenar las llaves, así como los " +"archivos de configuración." + diff --git a/apps/django_gpg/locale/it/LC_MESSAGES/django.mo b/apps/django_gpg/locale/it/LC_MESSAGES/django.mo index 44d5c883f5..6178823a5b 100644 Binary files a/apps/django_gpg/locale/it/LC_MESSAGES/django.mo and b/apps/django_gpg/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/django_gpg/locale/it/LC_MESSAGES/django.po b/apps/django_gpg/locale/it/LC_MESSAGES/django.po index 9079df0d31..23eab54c81 100644 --- a/apps/django_gpg/locale/it/LC_MESSAGES/django.po +++ b/apps/django_gpg/locale/it/LC_MESSAGES/django.po @@ -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-12-06 02:06-0400\n" -"PO-Revision-Date: 2011-12-09 17:32+0000\n" -"Last-Translator: Pierpaolo Baldan \n" +"POT-Creation-Date: 2012-02-02 14:17-0400\n" +"PO-Revision-Date: 2012-02-02 18:20+0000\n" +"Last-Translator: Roberto Rosario \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,145 +18,117 @@ msgstr "" "Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:14 -msgid "Verify document signatures" -msgstr "Verifica la firma del documento" - -#: __init__.py:15 -msgid "View keys" -msgstr "Vista delle chiavi" - -#: __init__.py:16 -msgid "Delete keys" -msgstr "Cancella chiavi" - -#: __init__.py:17 -msgid "Query keyservers" -msgstr "Interroga l'autorità per le chiavi" - -#: __init__.py:18 -msgid "Import key from keyservers" -msgstr "Importa chiave dall'autorità" - -#: __init__.py:19 -msgid "Upload detached signatures" -msgstr "Carica firme separatamente" - -#: __init__.py:20 -msgid "Download detached signatures" -msgstr "Scarica firme separatamente" - -#: __init__.py:23 -msgid "Signatures" -msgstr "Firma" - -#: __init__.py:39 views.py:67 +#: __init__.py:14 views.py:67 msgid "private keys" msgstr "Chiave privata" -#: __init__.py:40 views.py:70 +#: __init__.py:15 views.py:70 msgid "public keys" msgstr "Chiave pubblica" -#: __init__.py:41 +#: __init__.py:16 msgid "delete" msgstr "cancella" -#: __init__.py:42 +#: __init__.py:17 msgid "query keyservers" msgstr "Interroga il server delle chiavi" -#: __init__.py:43 +#: __init__.py:18 msgid "import" msgstr "import" -#: __init__.py:44 -msgid "upload signature" -msgstr "aggiorna firma" - -#: __init__.py:45 -msgid "download signature" -msgstr "scarica firma" - -#: __init__.py:46 +#: __init__.py:19 msgid "key management" msgstr "gestione della firma" -#: __init__.py:49 -msgid "signatures" -msgstr "firma" - -#: api.py:22 +#: api.py:19 msgid "Public" msgstr "Pubblica" -#: api.py:23 +#: api.py:20 msgid "Secret" msgstr "Segreta" -#: api.py:31 api.py:36 +#: api.py:28 api.py:33 msgid "RSA" msgstr "RSA" -#: api.py:32 +#: api.py:29 msgid "DSA" msgstr "DSA" -#: api.py:37 +#: api.py:34 msgid "Elgamal" msgstr "Elgamal" -#: api.py:51 +#: api.py:48 msgid "Bad signature." msgstr "Firma cattiva." -#: api.py:55 +#: api.py:52 msgid "Document not signed or invalid signature." msgstr "Documento non firmato o firma invalida." -#: api.py:59 +#: api.py:56 msgid "Signature error." msgstr "Errore di firma" -#: api.py:63 +#: api.py:60 msgid "Document is signed but no public key is available for verification." msgstr "" "Il documento è stato firmato, ma la chiave pubblica non è disponibile per la" " verifica" -#: api.py:67 +#: api.py:64 msgid "Document is signed, and signature is good." msgstr "Documento firmato e firma è buona." -#: api.py:71 +#: api.py:68 msgid "Document is signed with a valid signature." msgstr "Il documento è firmato con una firma valida." -#: api.py:144 +#: api.py:141 msgid "unknown" msgstr "sconosciuto" -#: forms.py:11 +#: forms.py:8 msgid "Term" msgstr "Scadenza" -#: forms.py:12 +#: forms.py:9 msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "Nome, e-mail,key ID , impronte digitali per cercare" -#: forms.py:18 -msgid "Signature file" -msgstr "File della firma" +#: permissions.py:7 +msgid "Key management" +msgstr "" -#: views.py:45 +#: permissions.py:9 +msgid "View keys" +msgstr "Vista delle chiavi" + +#: permissions.py:10 +msgid "Delete keys" +msgstr "Cancella chiavi" + +#: permissions.py:11 +msgid "Query keyservers" +msgstr "Interroga l'autorità per le chiavi" + +#: permissions.py:12 +msgid "Import keys from keyservers" +msgstr "" + +#: views.py:38 #, python-format msgid "Key: %s, imported successfully." msgstr "Chiave: %s, importata con successo." -#: views.py:48 +#: views.py:43 #, python-format -msgid "Unable to import key id: %s" -msgstr "Impossibile importare la chiave id: %s" +msgid "Unable to import key id: %(key_id)s; %(error)s" +msgstr "" #: views.py:52 msgid "Import key" @@ -239,60 +211,12 @@ msgstr "revocata" msgid "Identifies" msgstr "Identifica" -#: views.py:205 -#, python-format -msgid "Signature status: %(widget)s %(text)s" -msgstr "Status della firma: %(widget)s %(text)s" - -#: views.py:212 -msgid "embedded" -msgstr "incorporato" - -#: views.py:214 -msgid "detached" -msgstr "distaccato" - -#: views.py:219 -#, python-format -msgid "Signature ID: %s" -msgstr "ID Firma: %s" - -#: views.py:220 -#, python-format -msgid "Signature type: %s" -msgstr "Tipo di firma: %s" - -#: views.py:221 -#, python-format -msgid "Key ID: %s" -msgstr "Chiave ID: %s" - -#: views.py:222 -#, python-format -msgid "Timestamp: %s" -msgstr "Timestamp: %s" - -#: views.py:223 -#, python-format -msgid "Signee: %s" -msgstr "Signee: %s" - -#: views.py:228 -#, python-format -msgid "signature properties for: %s" -msgstr "Proprietà per la firma: %s" - -#: views.py:250 -msgid "Detached signature uploaded successfully." -msgstr "Firma scaduta aggiornata con successo." - -#: views.py:259 -#, python-format -msgid "Upload detached signature for: %s" -msgstr "Aggiornata firma scaduta per: %s" - #: conf/settings.py:13 msgid "List of keyservers to be queried for unknown keys." msgstr "Lista di server per chiavi che si possono interrogare." +#: conf/settings.py:14 +msgid "Home directory used to store keys as well as configuration files." +msgstr "" + diff --git a/apps/django_gpg/locale/pt/LC_MESSAGES/django.mo b/apps/django_gpg/locale/pt/LC_MESSAGES/django.mo index cbde9b3dc3..4a908407bb 100644 Binary files a/apps/django_gpg/locale/pt/LC_MESSAGES/django.mo and b/apps/django_gpg/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/django_gpg/locale/pt/LC_MESSAGES/django.po b/apps/django_gpg/locale/pt/LC_MESSAGES/django.po index cfdd02ef9f..0c468c911f 100644 --- a/apps/django_gpg/locale/pt/LC_MESSAGES/django.po +++ b/apps/django_gpg/locale/pt/LC_MESSAGES/django.po @@ -8,8 +8,8 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2011-12-06 02:06-0400\n" -"PO-Revision-Date: 2012-01-02 05:34+0000\n" +"POT-Creation-Date: 2012-02-02 14:17-0400\n" +"PO-Revision-Date: 2012-02-02 18:20+0000\n" "Last-Translator: Roberto Rosario \n" "Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/team/pt/)\n" "MIME-Version: 1.0\n" @@ -18,143 +18,115 @@ msgstr "" "Language: pt\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:14 -msgid "Verify document signatures" -msgstr "" - -#: __init__.py:15 -msgid "View keys" -msgstr "Ver as chaves" - -#: __init__.py:16 -msgid "Delete keys" -msgstr "Excluir chaves" - -#: __init__.py:17 -msgid "Query keyservers" -msgstr "Consulta servidores de chaves" - -#: __init__.py:18 -msgid "Import key from keyservers" -msgstr "Importar chave de servidores de chaves" - -#: __init__.py:19 -msgid "Upload detached signatures" -msgstr "" - -#: __init__.py:20 -msgid "Download detached signatures" -msgstr "" - -#: __init__.py:23 -msgid "Signatures" -msgstr "Assinaturas" - -#: __init__.py:39 views.py:67 +#: __init__.py:14 views.py:67 msgid "private keys" msgstr "chaves privadas" -#: __init__.py:40 views.py:70 +#: __init__.py:15 views.py:70 msgid "public keys" msgstr "chaves públicas" -#: __init__.py:41 +#: __init__.py:16 msgid "delete" msgstr "excluir" -#: __init__.py:42 +#: __init__.py:17 msgid "query keyservers" msgstr "" -#: __init__.py:43 +#: __init__.py:18 msgid "import" msgstr "" -#: __init__.py:44 -msgid "upload signature" -msgstr "" - -#: __init__.py:45 -msgid "download signature" -msgstr "" - -#: __init__.py:46 +#: __init__.py:19 msgid "key management" msgstr "" -#: __init__.py:49 -msgid "signatures" -msgstr "assinaturas" - -#: api.py:22 +#: api.py:19 msgid "Public" msgstr "Público" -#: api.py:23 +#: api.py:20 msgid "Secret" msgstr "Segredo" -#: api.py:31 api.py:36 +#: api.py:28 api.py:33 msgid "RSA" msgstr "RSA" -#: api.py:32 +#: api.py:29 msgid "DSA" msgstr "DSA" -#: api.py:37 +#: api.py:34 msgid "Elgamal" msgstr "Elgamal" -#: api.py:51 +#: api.py:48 msgid "Bad signature." msgstr "Assinatura ruim." -#: api.py:55 +#: api.py:52 msgid "Document not signed or invalid signature." msgstr "Documento não assinado ou inválido assinatura." -#: api.py:59 +#: api.py:56 msgid "Signature error." msgstr "Erro de assinatura." -#: api.py:63 +#: api.py:60 msgid "Document is signed but no public key is available for verification." msgstr "" -#: api.py:67 +#: api.py:64 msgid "Document is signed, and signature is good." msgstr "" -#: api.py:71 +#: api.py:68 msgid "Document is signed with a valid signature." msgstr "" -#: api.py:144 +#: api.py:141 msgid "unknown" msgstr "desconhecido" -#: forms.py:11 +#: forms.py:8 msgid "Term" msgstr "" -#: forms.py:12 +#: forms.py:9 msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "" -#: forms.py:18 -msgid "Signature file" +#: permissions.py:7 +msgid "Key management" msgstr "" -#: views.py:45 +#: permissions.py:9 +msgid "View keys" +msgstr "Ver as chaves" + +#: permissions.py:10 +msgid "Delete keys" +msgstr "Excluir chaves" + +#: permissions.py:11 +msgid "Query keyservers" +msgstr "Consulta servidores de chaves" + +#: permissions.py:12 +msgid "Import keys from keyservers" +msgstr "" + +#: views.py:38 #, python-format msgid "Key: %s, imported successfully." msgstr "" -#: views.py:48 +#: views.py:43 #, python-format -msgid "Unable to import key id: %s" -msgstr "Não é possível importar chave: %s" +msgid "Unable to import key id: %(key_id)s; %(error)s" +msgstr "" #: views.py:52 msgid "Import key" @@ -234,60 +206,12 @@ msgstr "" msgid "Identifies" msgstr "" -#: views.py:205 -#, python-format -msgid "Signature status: %(widget)s %(text)s" -msgstr "Status da assinatura: %(widget)s %(text)s" - -#: views.py:212 -msgid "embedded" -msgstr "embutido" - -#: views.py:214 -msgid "detached" -msgstr "" - -#: views.py:219 -#, python-format -msgid "Signature ID: %s" -msgstr "" - -#: views.py:220 -#, python-format -msgid "Signature type: %s" -msgstr "" - -#: views.py:221 -#, python-format -msgid "Key ID: %s" -msgstr "" - -#: views.py:222 -#, python-format -msgid "Timestamp: %s" -msgstr "" - -#: views.py:223 -#, python-format -msgid "Signee: %s" -msgstr "" - -#: views.py:228 -#, python-format -msgid "signature properties for: %s" -msgstr "" - -#: views.py:250 -msgid "Detached signature uploaded successfully." -msgstr "" - -#: views.py:259 -#, python-format -msgid "Upload detached signature for: %s" -msgstr "" - #: conf/settings.py:13 msgid "List of keyservers to be queried for unknown keys." msgstr "" +#: conf/settings.py:14 +msgid "Home directory used to store keys as well as configuration files." +msgstr "" + diff --git a/apps/django_gpg/locale/ru/LC_MESSAGES/django.mo b/apps/django_gpg/locale/ru/LC_MESSAGES/django.mo index 93a6b82858..a55c4e91b6 100644 Binary files a/apps/django_gpg/locale/ru/LC_MESSAGES/django.mo and b/apps/django_gpg/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/django_gpg/locale/ru/LC_MESSAGES/django.po b/apps/django_gpg/locale/ru/LC_MESSAGES/django.po index fdc8b3cca2..25dc120cf3 100644 --- a/apps/django_gpg/locale/ru/LC_MESSAGES/django.po +++ b/apps/django_gpg/locale/ru/LC_MESSAGES/django.po @@ -1,187 +1,158 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: +# Sergey Glita , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-06 02:06-0400\n" -"PO-Revision-Date: 2011-12-05 17:43+0000\n" -"Last-Translator: rosarior \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/team/" -"ru/)\n" -"Language: ru\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-02-02 14:17-0400\n" +"PO-Revision-Date: 2012-02-02 18:20+0000\n" +"Last-Translator: Roberto Rosario \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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Language: ru\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" -#: __init__.py:14 -msgid "Verify document signatures" -msgstr "" +#: __init__.py:14 views.py:67 +msgid "private keys" +msgstr "секретные ключи" -#: __init__.py:15 -msgid "View keys" -msgstr "" +#: __init__.py:15 views.py:70 +msgid "public keys" +msgstr "открытые ключи" #: __init__.py:16 -msgid "Delete keys" -msgstr "" +msgid "delete" +msgstr "удалить" #: __init__.py:17 -msgid "Query keyservers" -msgstr "" +msgid "query keyservers" +msgstr "запрос ключевых серверов" #: __init__.py:18 -msgid "Import key from keyservers" -msgstr "" +msgid "import" +msgstr "получить" #: __init__.py:19 -msgid "Upload detached signatures" -msgstr "" - -#: __init__.py:20 -msgid "Download detached signatures" -msgstr "" - -#: __init__.py:23 -msgid "Signatures" -msgstr "" - -#: __init__.py:39 views.py:67 -msgid "private keys" -msgstr "" - -#: __init__.py:40 views.py:70 -msgid "public keys" -msgstr "" - -#: __init__.py:41 -msgid "delete" -msgstr "" - -#: __init__.py:42 -msgid "query keyservers" -msgstr "" - -#: __init__.py:43 -msgid "import" -msgstr "" - -#: __init__.py:44 -msgid "upload signature" -msgstr "" - -#: __init__.py:45 -msgid "download signature" -msgstr "" - -#: __init__.py:46 msgid "key management" -msgstr "" +msgstr "управление ключами" -#: __init__.py:49 -msgid "signatures" -msgstr "" - -#: api.py:22 +#: api.py:19 msgid "Public" -msgstr "" +msgstr "Открытый" -#: api.py:23 +#: api.py:20 msgid "Secret" -msgstr "" +msgstr "секретный" -#: api.py:31 api.py:36 +#: api.py:28 api.py:33 msgid "RSA" -msgstr "" +msgstr "RSA" -#: api.py:32 +#: api.py:29 msgid "DSA" -msgstr "" +msgstr "DSA" -#: api.py:37 +#: api.py:34 msgid "Elgamal" -msgstr "" +msgstr "Elgamal" -#: api.py:51 +#: api.py:48 msgid "Bad signature." -msgstr "" +msgstr "Неверная подпись" -#: api.py:55 +#: api.py:52 msgid "Document not signed or invalid signature." -msgstr "" +msgstr "Документ не подписан, либо подпись неверна." -#: api.py:59 +#: api.py:56 msgid "Signature error." -msgstr "" +msgstr "Ошибка подписи." -#: api.py:63 +#: api.py:60 msgid "Document is signed but no public key is available for verification." -msgstr "" +msgstr "Документ подписан, но нет открытого ключа для проверки." -#: api.py:67 +#: api.py:64 msgid "Document is signed, and signature is good." -msgstr "" +msgstr "Документ подписан и подпись верна." -#: api.py:71 +#: api.py:68 msgid "Document is signed with a valid signature." -msgstr "" +msgstr "Документ подписан допустимой подписью." -#: api.py:144 +#: api.py:141 msgid "unknown" -msgstr "" +msgstr "неизвестно" -#: forms.py:11 +#: forms.py:8 msgid "Term" -msgstr "" +msgstr "Term" -#: forms.py:12 +#: forms.py:9 msgid "Name, e-mail, key ID or key fingerprint to look for." +msgstr "Имя, e-mail, ID ключа или отпечаток для поиска." + +#: permissions.py:7 +msgid "Key management" msgstr "" -#: forms.py:18 -msgid "Signature file" +#: permissions.py:9 +msgid "View keys" +msgstr "Просмотр ключей" + +#: permissions.py:10 +msgid "Delete keys" +msgstr "Удалить ключи" + +#: permissions.py:11 +msgid "Query keyservers" +msgstr "Запрос к серверам ключей" + +#: permissions.py:12 +msgid "Import keys from keyservers" msgstr "" -#: views.py:45 +#: views.py:38 #, python-format msgid "Key: %s, imported successfully." -msgstr "" +msgstr "Ключ %s, получен." -#: views.py:48 +#: views.py:43 #, python-format -msgid "Unable to import key id: %s" +msgid "Unable to import key id: %(key_id)s; %(error)s" msgstr "" #: views.py:52 msgid "Import key" -msgstr "" +msgstr "Получить ключ" #: views.py:53 #, python-format msgid "Are you sure you wish to import key id: %s?" -msgstr "" +msgstr "Хотите получить ключ id: %s?" #: views.py:78 msgid "Key ID" -msgstr "" +msgstr "ID ключа" #: views.py:82 msgid "Owner" -msgstr "" +msgstr "Владелец" #: views.py:102 #, python-format msgid "Key: %s, deleted successfully." -msgstr "" +msgstr "Ключ %s удалён." #: views.py:109 msgid "Delete key" -msgstr "" +msgstr "Удалить ключ." #: views.py:111 #, python-format @@ -190,103 +161,59 @@ msgid "" "that is part of a public/private pair the private key will be deleted as " "well." msgstr "" +"Вы уверены, что хотите удалить ключ %s? Если вы удалите открытый ключ то " +"соответствующий ему закрытый ключ тоже будет удалён." #: views.py:129 msgid "Query key server" -msgstr "" +msgstr "Запросить сервер ключей" #: views.py:142 msgid "results" -msgstr "" +msgstr "результаты" #: views.py:147 msgid "ID" -msgstr "" +msgstr "ID" #: views.py:151 msgid "type" -msgstr "" +msgstr "тип" #: views.py:155 msgid "creation date" -msgstr "" +msgstr "дата создания" #: views.py:159 msgid "disabled" -msgstr "" +msgstr "запрещено" #: views.py:163 msgid "expiration date" -msgstr "" +msgstr "дата окончания" #: views.py:167 msgid "expired" -msgstr "" +msgstr "истекло" #: views.py:171 msgid "length" -msgstr "" +msgstr "длина" #: views.py:175 msgid "revoked" -msgstr "" +msgstr "отозван" #: views.py:180 msgid "Identifies" -msgstr "" - -#: views.py:205 -#, python-format -msgid "Signature status: %(widget)s %(text)s" -msgstr "" - -#: views.py:212 -msgid "embedded" -msgstr "" - -#: views.py:214 -msgid "detached" -msgstr "" - -#: views.py:219 -#, python-format -msgid "Signature ID: %s" -msgstr "" - -#: views.py:220 -#, python-format -msgid "Signature type: %s" -msgstr "" - -#: views.py:221 -#, python-format -msgid "Key ID: %s" -msgstr "" - -#: views.py:222 -#, python-format -msgid "Timestamp: %s" -msgstr "" - -#: views.py:223 -#, python-format -msgid "Signee: %s" -msgstr "" - -#: views.py:228 -#, python-format -msgid "signature properties for: %s" -msgstr "" - -#: views.py:250 -msgid "Detached signature uploaded successfully." -msgstr "" - -#: views.py:259 -#, python-format -msgid "Upload detached signature for: %s" -msgstr "" +msgstr "Identifies" #: conf/settings.py:13 msgid "List of keyservers to be queried for unknown keys." +msgstr "Список ключевых серверов для запроса неизвестных ключей." + +#: conf/settings.py:14 +msgid "Home directory used to store keys as well as configuration files." msgstr "" + + diff --git a/apps/document_comments/locale/en/LC_MESSAGES/django.po b/apps/document_comments/locale/en/LC_MESSAGES/django.po index 5c78a1a8aa..b77b0a235e 100644 --- a/apps/document_comments/locale/en/LC_MESSAGES/django.po +++ b/apps/document_comments/locale/en/LC_MESSAGES/django.po @@ -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 \n" "Language-Team: LANGUAGE \n" @@ -17,84 +17,80 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: __init__.py:15 -msgid "Create new comments" -msgstr "" - -#: __init__.py:16 -msgid "Delete comments" -msgstr "" - -#: __init__.py:17 -msgid "Edit comments" -msgstr "" - -#: __init__.py:18 -msgid "View comments" -msgstr "" - -#: __init__.py:20 -msgid "Comments" -msgstr "" - -#: __init__.py:26 __init__.py:27 +#: __init__.py:19 __init__.py:20 msgid "delete" msgstr "" -#: __init__.py:28 +#: __init__.py:21 msgid "add comment" msgstr "" -#: __init__.py:29 utils.py:14 +#: __init__.py:22 msgid "comments" msgstr "" -#: __init__.py:33 +#: __init__.py:26 msgid "date" msgstr "" -#: __init__.py:37 +#: __init__.py:30 msgid "user" msgstr "" -#: __init__.py:41 +#: __init__.py:34 msgid "comment" msgstr "" -#: views.py:27 +#: permissions.py:7 +msgid "Comments" +msgstr "" + +#: permissions.py:9 +msgid "Create new comments" +msgstr "" + +#: permissions.py:10 +msgid "Delete comments" +msgstr "" + +#: permissions.py:11 +msgid "View comments" +msgstr "" + +#: views.py:36 msgid "Must provide at least one comment." msgstr "" -#: views.py:37 +#: views.py:46 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "" -#: views.py:39 +#: views.py:48 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "" -#: views.py:54 +#: views.py:63 #, python-format msgid "Are you sure you wish to delete the comment: %s?" msgstr "" -#: views.py:56 +#: views.py:65 #, python-format msgid "Are you sure you wish to delete the comments: %s?" msgstr "" -#: views.py:86 +#: views.py:99 msgid "Comment added successfully." msgstr "" -#: views.py:93 +#: views.py:106 #, python-format msgid "Add comment to document: %s" msgstr "" -#: views.py:109 +#: views.py:126 #, python-format msgid "comments: %s" msgstr "" diff --git a/apps/document_comments/locale/es/LC_MESSAGES/django.mo b/apps/document_comments/locale/es/LC_MESSAGES/django.mo index d2d8efb3e2..3a098dbda3 100644 Binary files a/apps/document_comments/locale/es/LC_MESSAGES/django.mo and b/apps/document_comments/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/document_comments/locale/es/LC_MESSAGES/django.po b/apps/document_comments/locale/es/LC_MESSAGES/django.po index 233ac4ce9e..76f340a6fb 100644 --- a/apps/document_comments/locale/es/LC_MESSAGES/django.po +++ b/apps/document_comments/locale/es/LC_MESSAGES/django.po @@ -1,101 +1,98 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-22 11:26-0400\n" -"PO-Revision-Date: 2011-09-30 04:34+0000\n" -"Last-Translator: rosarior \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/" -"mayan-edms/team/es/)\n" -"Language: es\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-02-02 14:17-0400\n" +"PO-Revision-Date: 2012-02-02 18:20+0000\n" +"Last-Translator: Roberto Rosario \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" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:15 -msgid "Create new comments" -msgstr "Crear nuevos comentarios" - -#: __init__.py:16 -msgid "Delete comments" -msgstr "Eliminar comentarios" - -#: __init__.py:17 -msgid "Edit comments" -msgstr "Editar los comentarios" - -#: __init__.py:18 -msgid "View comments" -msgstr "Ver comentarios" - -#: __init__.py:20 -msgid "Comments" -msgstr "Comentarios" - -#: __init__.py:26 __init__.py:27 +#: __init__.py:19 __init__.py:20 msgid "delete" msgstr "eliminar" -#: __init__.py:28 +#: __init__.py:21 msgid "add comment" msgstr "añadir comentario" -#: __init__.py:29 utils.py:14 +#: __init__.py:22 msgid "comments" msgstr "comentarios" -#: __init__.py:33 +#: __init__.py:26 msgid "date" msgstr "fecha" -#: __init__.py:37 +#: __init__.py:30 msgid "user" msgstr "usuario" -#: __init__.py:41 +#: __init__.py:34 msgid "comment" msgstr "comentario" -#: views.py:27 +#: permissions.py:7 +msgid "Comments" +msgstr "Comentarios" + +#: permissions.py:9 +msgid "Create new comments" +msgstr "Crear nuevos comentarios" + +#: permissions.py:10 +msgid "Delete comments" +msgstr "Eliminar comentarios" + +#: permissions.py:11 +msgid "View comments" +msgstr "Ver comentarios" + +#: views.py:36 msgid "Must provide at least one comment." msgstr "Debe proveer al menos un comentario." -#: views.py:37 +#: views.py:46 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "Comentario \"%s\" eliminado exitosamente." -#: views.py:39 +#: views.py:48 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "Error al eliminar el comentario \" %(comment)s\": %(error)s " -#: views.py:54 +#: views.py:63 #, python-format msgid "Are you sure you wish to delete the comment: %s?" msgstr "¿Está seguro que desea eliminar el comentario:% s?" -#: views.py:56 +#: views.py:65 #, python-format msgid "Are you sure you wish to delete the comments: %s?" msgstr "¿Está seguro que desea eliminar los comentarios:% s?" -#: views.py:86 +#: views.py:99 msgid "Comment added successfully." msgstr "Comentario añadido exitosamente." -#: views.py:93 +#: views.py:106 #, python-format msgid "Add comment to document: %s" msgstr "Añadir comentario al documento: %s" -#: views.py:109 +#: views.py:126 #, python-format msgid "comments: %s" msgstr "comentarios: %s" + + diff --git a/apps/document_comments/locale/it/LC_MESSAGES/django.mo b/apps/document_comments/locale/it/LC_MESSAGES/django.mo index f30ca8e216..1fbae45066 100644 Binary files a/apps/document_comments/locale/it/LC_MESSAGES/django.mo and b/apps/document_comments/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/document_comments/locale/it/LC_MESSAGES/django.po b/apps/document_comments/locale/it/LC_MESSAGES/django.po index 3787bcec8d..1f21111d51 100644 --- a/apps/document_comments/locale/it/LC_MESSAGES/django.po +++ b/apps/document_comments/locale/it/LC_MESSAGES/django.po @@ -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-09 17:37+0000\n" -"Last-Translator: Pierpaolo Baldan \n" +"POT-Creation-Date: 2012-02-02 14:17-0400\n" +"PO-Revision-Date: 2012-02-02 18:20+0000\n" +"Last-Translator: Roberto Rosario \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,84 +18,80 @@ msgstr "" "Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:15 -msgid "Create new comments" -msgstr "Crea nuovo commento" - -#: __init__.py:16 -msgid "Delete comments" -msgstr "Cancella commenti" - -#: __init__.py:17 -msgid "Edit comments" -msgstr "Modifica commenti" - -#: __init__.py:18 -msgid "View comments" -msgstr "Visualizza commenti" - -#: __init__.py:20 -msgid "Comments" -msgstr "Commenti" - -#: __init__.py:26 __init__.py:27 +#: __init__.py:19 __init__.py:20 msgid "delete" msgstr "cancella" -#: __init__.py:28 +#: __init__.py:21 msgid "add comment" msgstr "aggiungi commento" -#: __init__.py:29 utils.py:14 +#: __init__.py:22 msgid "comments" msgstr "commenti" -#: __init__.py:33 +#: __init__.py:26 msgid "date" msgstr "data" -#: __init__.py:37 +#: __init__.py:30 msgid "user" msgstr "utente" -#: __init__.py:41 +#: __init__.py:34 msgid "comment" msgstr "commento" -#: views.py:27 +#: permissions.py:7 +msgid "Comments" +msgstr "Commenti" + +#: permissions.py:9 +msgid "Create new comments" +msgstr "Crea nuovo commento" + +#: permissions.py:10 +msgid "Delete comments" +msgstr "Cancella commenti" + +#: permissions.py:11 +msgid "View comments" +msgstr "Visualizza commenti" + +#: views.py:36 msgid "Must provide at least one comment." msgstr "Devi almeno fornire un commento" -#: views.py:37 +#: views.py:46 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "Commento \"%s\" cancellato con sucesso." -#: views.py:39 +#: views.py:48 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "Erroro nel cancellare il commento \"%(comment)s\": %(error)s" -#: views.py:54 +#: views.py:63 #, python-format msgid "Are you sure you wish to delete the comment: %s?" msgstr "Sei sicuro di voler cancellare questo commento: %s?" -#: views.py:56 +#: views.py:65 #, python-format msgid "Are you sure you wish to delete the comments: %s?" msgstr "Sei sicuro di voler cancellare questi commenti: %s?" -#: views.py:86 +#: views.py:99 msgid "Comment added successfully." msgstr "Commento aggiunto con successo." -#: views.py:93 +#: views.py:106 #, python-format msgid "Add comment to document: %s" msgstr "Aggiungi un comento al documento: %s" -#: views.py:109 +#: views.py:126 #, python-format msgid "comments: %s" msgstr "commenti: %s" diff --git a/apps/document_comments/locale/pt/LC_MESSAGES/django.mo b/apps/document_comments/locale/pt/LC_MESSAGES/django.mo index 83bf515a70..570fe8c0fc 100644 Binary files a/apps/document_comments/locale/pt/LC_MESSAGES/django.mo and b/apps/document_comments/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/document_comments/locale/pt/LC_MESSAGES/django.po b/apps/document_comments/locale/pt/LC_MESSAGES/django.po index 8a190abb59..e06675dd45 100644 --- a/apps/document_comments/locale/pt/LC_MESSAGES/django.po +++ b/apps/document_comments/locale/pt/LC_MESSAGES/django.po @@ -1,102 +1,99 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-22 11:26-0400\n" -"PO-Revision-Date: 2011-09-30 21:14+0000\n" -"Last-Translator: emersonsoares \n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/" -"team/pt/)\n" -"Language: pt\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-02-02 14:17-0400\n" +"PO-Revision-Date: 2012-02-02 18:20+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/team/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:15 -msgid "Create new comments" -msgstr "Criar novos comentários" - -#: __init__.py:16 -msgid "Delete comments" -msgstr "Excluir comentários" - -#: __init__.py:17 -msgid "Edit comments" -msgstr "Editar comentários" - -#: __init__.py:18 -msgid "View comments" -msgstr "Ver comentários" - -#: __init__.py:20 -msgid "Comments" -msgstr "Comentários" - -#: __init__.py:26 __init__.py:27 +#: __init__.py:19 __init__.py:20 msgid "delete" msgstr "excluir" -#: __init__.py:28 +#: __init__.py:21 msgid "add comment" msgstr "adicionar comentário" -#: __init__.py:29 utils.py:14 +#: __init__.py:22 msgid "comments" msgstr "comentários" -#: __init__.py:33 +#: __init__.py:26 msgid "date" msgstr "data" -#: __init__.py:37 +#: __init__.py:30 msgid "user" msgstr "usuário" -#: __init__.py:41 +#: __init__.py:34 msgid "comment" msgstr "comentário" -#: views.py:27 +#: permissions.py:7 +msgid "Comments" +msgstr "Comentários" + +#: permissions.py:9 +msgid "Create new comments" +msgstr "Criar novos comentários" + +#: permissions.py:10 +msgid "Delete comments" +msgstr "Excluir comentários" + +#: permissions.py:11 +msgid "View comments" +msgstr "Ver comentários" + +#: views.py:36 msgid "Must provide at least one comment." msgstr "Deve fornecer pelo menos um comentário." -#: views.py:37 +#: views.py:46 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "Comentário \"%s\" removido com sucesso." -#: views.py:39 +#: views.py:48 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "Erro ao excluir comentário \"%(comment)s\": %(error)s" -#: views.py:54 +#: views.py:63 #, python-format msgid "Are you sure you wish to delete the comment: %s?" msgstr "Tem certeza de que deseja excluir o comentário: %s?" -#: views.py:56 +#: views.py:65 #, python-format msgid "Are you sure you wish to delete the comments: %s?" msgstr "Tem certeza de que deseja excluir os comentários: %s?" -#: views.py:86 +#: views.py:99 msgid "Comment added successfully." msgstr "Comentário adicionado com sucesso." -#: views.py:93 +#: views.py:106 #, python-format msgid "Add comment to document: %s" msgstr "Adicionar comentário ao documento: %s" -#: views.py:109 +#: views.py:126 #, python-format msgid "comments: %s" msgstr "comentários: %s" + + diff --git a/apps/document_comments/locale/ru/LC_MESSAGES/django.mo b/apps/document_comments/locale/ru/LC_MESSAGES/django.mo index b31ea9bdc2..ade9d6c51b 100644 Binary files a/apps/document_comments/locale/ru/LC_MESSAGES/django.mo and b/apps/document_comments/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/document_comments/locale/ru/LC_MESSAGES/django.po b/apps/document_comments/locale/ru/LC_MESSAGES/django.po index 394a1bcad3..f05dc86d13 100644 --- a/apps/document_comments/locale/ru/LC_MESSAGES/django.po +++ b/apps/document_comments/locale/ru/LC_MESSAGES/django.po @@ -1,103 +1,99 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-22 11:26-0400\n" -"PO-Revision-Date: 2011-11-19 20:58+0000\n" -"Last-Translator: gsv70 \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/team/" -"ru/)\n" -"Language: ru\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-02-02 14:17-0400\n" +"PO-Revision-Date: 2012-02-02 18:20+0000\n" +"Last-Translator: Roberto Rosario \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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Language: ru\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" -#: __init__.py:15 -msgid "Create new comments" -msgstr "Создать новые комментарии" - -#: __init__.py:16 -msgid "Delete comments" -msgstr "Удалить комментарии" - -#: __init__.py:17 -msgid "Edit comments" -msgstr "Редактировать комментарии" - -#: __init__.py:18 -msgid "View comments" -msgstr "Просмотр комментариев" - -#: __init__.py:20 -msgid "Comments" -msgstr "Комментарии" - -#: __init__.py:26 __init__.py:27 +#: __init__.py:19 __init__.py:20 msgid "delete" msgstr "удалить" -#: __init__.py:28 +#: __init__.py:21 msgid "add comment" msgstr "добавить комментарий" -#: __init__.py:29 utils.py:14 +#: __init__.py:22 msgid "comments" msgstr "комментарии" -#: __init__.py:33 +#: __init__.py:26 msgid "date" msgstr "дата" -#: __init__.py:37 +#: __init__.py:30 msgid "user" msgstr "пользователь" -#: __init__.py:41 +#: __init__.py:34 msgid "comment" msgstr "комментарий" -#: views.py:27 +#: permissions.py:7 +msgid "Comments" +msgstr "Комментарии" + +#: permissions.py:9 +msgid "Create new comments" +msgstr "Создать новые комментарии" + +#: permissions.py:10 +msgid "Delete comments" +msgstr "Удалить комментарии" + +#: permissions.py:11 +msgid "View comments" +msgstr "Просмотр комментариев" + +#: views.py:36 msgid "Must provide at least one comment." msgstr "Должен быть хотя бы один комментарий." -#: views.py:37 +#: views.py:46 #, python-format msgid "Comment \"%s\" deleted successfully." msgstr "Комментарий \"%s\" удален." -#: views.py:39 +#: views.py:48 #, python-format msgid "Error deleting comment \"%(comment)s\": %(error)s" msgstr "Ошибка при удалении комментариев \"%(comment)s\": %(error)s" -#: views.py:54 +#: views.py:63 #, python-format msgid "Are you sure you wish to delete the comment: %s?" msgstr "Вы действительно хотите удалить комментарий %s?" -#: views.py:56 +#: views.py:65 #, python-format msgid "Are you sure you wish to delete the comments: %s?" msgstr "Вы действительно хотите удалить комментарии %s?" -#: views.py:86 +#: views.py:99 msgid "Comment added successfully." msgstr "Комментарий добавлен." -#: views.py:93 +#: views.py:106 #, python-format msgid "Add comment to document: %s" msgstr "Добавить комментарий на документ: %s" -#: views.py:109 +#: views.py:126 #, python-format msgid "comments: %s" msgstr "комментарии: %s" + + diff --git a/apps/document_indexing/locale/en/LC_MESSAGES/django.po b/apps/document_indexing/locale/en/LC_MESSAGES/django.po index 58bc82a104..c01c807d4a 100644 --- a/apps/document_indexing/locale/en/LC_MESSAGES/django.po +++ b/apps/document_indexing/locale/en/LC_MESSAGES/django.po @@ -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 \n" "Language-Team: LANGUAGE \n" @@ -17,183 +17,342 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: __init__.py:12 -msgid "View document indexes" -msgstr "" - -#: __init__.py:13 -msgid "Rebuild document indexes" -msgstr "" - -#: __init__.py:15 -msgid "Indexing" -msgstr "" - -#: __init__.py:19 -msgid "index list" -msgstr "" - -#: __init__.py:20 -msgid "go up one level" -msgstr "" - -#: __init__.py:21 __init__.py:23 models.py:26 +#: __init__.py:31 __init__.py:45 __init__.py:47 models.py:42 views.py:38 +#: views.py:282 msgid "indexes" msgstr "" -#: __init__.py:25 +#: __init__.py:32 __init__.py:42 +msgid "index list" +msgstr "" + +#: __init__.py:33 views.py:76 +msgid "create index" +msgstr "" + +#: __init__.py:34 __init__.py:39 +msgid "edit" +msgstr "" + +#: __init__.py:35 __init__.py:40 +msgid "delete" +msgstr "" + +#: __init__.py:36 +msgid "tree template" +msgstr "" + +#: __init__.py:38 +msgid "new child node" +msgstr "" + +#: __init__.py:44 +msgid "go up one level" +msgstr "" + +#: __init__.py:49 msgid "rebuild indexes" msgstr "" -#: __init__.py:25 +#: __init__.py:49 msgid "Deletes and creates from scratch all the document indexes." msgstr "" -#: __init__.py:27 +#: __init__.py:51 msgid "Indexes" msgstr "" -#: api.py:83 -msgid "root" -msgstr "" - -#: api.py:139 +#: api.py:71 #, python-format msgid "Maximum suffix (%s) count reached." msgstr "" -#: api.py:175 +#: api.py:85 #, python-format msgid "" "Error in document indexing update expression: %(expression)s; %(exception)s" msgstr "" -#: api.py:178 +#: api.py:97 api.py:112 #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" msgstr "" -#: api.py:209 +#: api.py:151 #, python-format msgid "Unable to delete document indexing node; %s" msgstr "" -#: filesystem.py:34 +#: filesystem.py:51 #, python-format msgid "Unable to create indexing directory; %s" msgstr "" -#: filesystem.py:52 +#: filesystem.py:69 #, python-format msgid "" "Unable to create symbolic link, file exists and could not be deleted: " "%(filepath)s; %(exc)s" msgstr "" -#: filesystem.py:54 +#: filesystem.py:71 #, python-format msgid "Unable to create symbolic link: %(filepath)s; %(exc)s" msgstr "" -#: filesystem.py:71 +#: filesystem.py:84 #, python-format msgid "Unable to delete document symbolic link; %s" msgstr "" -#: filesystem.py:83 +#: filesystem.py:96 #, python-format msgid "Unable to delete indexing directory; %s" msgstr "" -#: models.py:11 +#: models.py:13 #, python-format msgid "Available functions: %s" msgstr "" -#: models.py:16 -msgid "indexing expression" +#: models.py:17 views.py:42 +msgid "name" msgstr "" -#: models.py:16 -msgid "Enter a python string expression to be evaluated." +#: models.py:17 +msgid "Internal name used to reference this index." +msgstr "" + +#: models.py:18 views.py:43 +msgid "title" msgstr "" #: models.py:18 +msgid "The name that will be visible to users." +msgstr "" + +#: models.py:19 models.py:50 msgid "enabled" msgstr "" #: models.py:19 -msgid "link documents" +msgid "Causes this index to be visible and updated when document data changes." msgstr "" -#: models.py:25 models.py:31 views.py:56 +#: models.py:41 models.py:47 views.py:103 views.py:134 views.py:161 +#: views.py:197 views.py:227 views.py:267 msgid "index" msgstr "" -#: models.py:32 +#: models.py:48 +msgid "indexing expression" +msgstr "" + +#: models.py:48 +msgid "Enter a python string expression to be evaluated." +msgstr "" + +#: models.py:50 +msgid "Causes this node to be visible and updated when document data changes." +msgstr "" + +#: models.py:51 +msgid "link documents" +msgstr "" + +#: 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 "" + +#: models.py:57 models.py:63 +msgid "index template node" +msgstr "" + +#: models.py:58 +msgid "indexes template nodes" +msgstr "" + +#: models.py:64 msgid "value" msgstr "" -#: models.py:33 +#: models.py:65 msgid "documents" msgstr "" -#: models.py:46 models.py:51 +#: models.py:75 +msgid "index instance node" +msgstr "" + +#: models.py:76 +msgid "indexes instance nodes" +msgstr "" + +#: models.py:80 msgid "index instance" msgstr "" -#: models.py:47 -msgid "indexes instances" -msgstr "" - -#: models.py:52 +#: models.py:81 msgid "document" msgstr "" -#: models.py:59 +#: models.py:88 msgid "document rename count" msgstr "" -#: models.py:60 +#: models.py:89 msgid "documents rename count" msgstr "" +#: permissions.py:7 +msgid "Indexing" +msgstr "" + +#: permissions.py:9 +msgid "Configure document indexes" +msgstr "" + +#: permissions.py:10 +msgid "Create new document indexes" +msgstr "" + +#: permissions.py:11 +msgid "Edit document indexes" +msgstr "" + +#: permissions.py:12 +msgid "Delete document indexes" +msgstr "" + +#: permissions.py:14 +msgid "View document indexes" +msgstr "" + +#: permissions.py:15 +msgid "Rebuild document indexes" +msgstr "" + #: utils.py:19 msgid "document indexes" msgstr "" -#: views.py:38 +#: views.py:70 +msgid "Index created successfully." +msgstr "" + +#: views.py:94 +msgid "Index edited successfully" +msgstr "" + +#: views.py:100 +#, python-format +msgid "edit index: %s" +msgstr "" + +#: views.py:125 +#, python-format +msgid "Index: %s deleted successfully." +msgstr "" + +#: views.py:127 +#, python-format +msgid "Index: %(index)s delete error: %(error)s" +msgstr "" + +#: views.py:139 +#, 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:188 +msgid "Index template node created successfully." +msgstr "" + +#: views.py:194 +msgid "create child node" +msgstr "" + +#: views.py:215 +msgid "Index template node edited successfully" +msgstr "" + +#: views.py:221 +#, python-format +msgid "edit index template node: %s" +msgstr "" + +#: views.py:228 views.py:268 views.py:336 +msgid "node" +msgstr "" + +#: views.py:250 +#, python-format +msgid "Node: %s deleted successfully." +msgstr "" + +#: views.py:252 +#, python-format +msgid "Node: %(node)s delete error: %(error)s" +msgstr "" + +#: views.py:261 +#, python-format +msgid "Are you sure you with to delete the index template node: %s?" +msgstr "" + +#: views.py:285 +msgid "nodes" +msgstr "" + +#: views.py:318 #, python-format msgid "contents for index: %s" msgstr "" -#: views.py:60 +#: views.py:340 msgid "items" msgstr "" -#: views.py:82 +#: views.py:365 msgid "Are you sure you wish to rebuild all indexes?" msgstr "" -#: views.py:83 +#: views.py:366 msgid "On large databases this operation may take some time to execute." msgstr "" -#: views.py:89 +#: views.py:372 msgid "Index rebuild completed successfully." msgstr "" -#: views.py:94 +#: views.py:377 #, python-format msgid "Index rebuild error: %s" msgstr "" -#: views.py:109 +#: views.py:399 #, python-format msgid "indexes containing: %s" msgstr "" +#: conf/settings.py:22 +msgid "" +"A dictionary that maps the index name and where on the filesystem that index " +"will be mirrored." +msgstr "" + #: templates/indexing_help.html:3 msgid "What are indexes?" msgstr "" diff --git a/apps/document_indexing/locale/es/LC_MESSAGES/django.mo b/apps/document_indexing/locale/es/LC_MESSAGES/django.mo index d52ef7c7cd..d364289b69 100644 Binary files a/apps/document_indexing/locale/es/LC_MESSAGES/django.mo and b/apps/document_indexing/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/document_indexing/locale/es/LC_MESSAGES/django.po b/apps/document_indexing/locale/es/LC_MESSAGES/django.po index b5e2ae10dd..c542fafe53 100644 --- a/apps/document_indexing/locale/es/LC_MESSAGES/django.po +++ b/apps/document_indexing/locale/es/LC_MESSAGES/django.po @@ -1,70 +1,74 @@ # 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 , 2011. +# Roberto Rosario , 2011, 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-22 11:26-0400\n" -"PO-Revision-Date: 2011-11-04 17:05+0000\n" -"Last-Translator: rosarior \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/" -"mayan-edms/team/es/)\n" -"Language: es\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-02-02 14:17-0400\n" +"PO-Revision-Date: 2012-02-02 18:36+0000\n" +"Last-Translator: Roberto Rosario \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" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:12 -msgid "View document indexes" -msgstr "Ver los índices de documentos" - -#: __init__.py:13 -msgid "Rebuild document indexes" -msgstr "Generar índices de documentos" - -#: __init__.py:15 -msgid "Indexing" -msgstr "Indexación" - -#: __init__.py:19 -msgid "index list" -msgstr "lista de indices" - -#: __init__.py:20 -msgid "go up one level" -msgstr "subir un nivel" - -#: __init__.py:21 __init__.py:23 models.py:26 +#: __init__.py:31 __init__.py:45 __init__.py:47 models.py:42 views.py:38 +#: views.py:282 msgid "indexes" msgstr "índices" -#: __init__.py:25 +#: __init__.py:32 __init__.py:42 +msgid "index list" +msgstr "lista de indices" + +#: __init__.py:33 views.py:76 +msgid "create index" +msgstr "crear índice" + +#: __init__.py:34 __init__.py:39 +msgid "edit" +msgstr "editar" + +#: __init__.py:35 __init__.py:40 +msgid "delete" +msgstr "borrar" + +#: __init__.py:36 +msgid "tree template" +msgstr "plantilla de árbol " + +#: __init__.py:38 +msgid "new child node" +msgstr "nuevo nodo secundario" + +#: __init__.py:44 +msgid "go up one level" +msgstr "subir un nivel" + +#: __init__.py:49 msgid "rebuild indexes" msgstr "generar índices" -#: __init__.py:25 +#: __init__.py:49 msgid "Deletes and creates from scratch all the document indexes." msgstr "Borra y crea de la nada todos los índices de documentos." -#: __init__.py:27 +#: __init__.py:51 msgid "Indexes" msgstr "Índices" -#: api.py:83 -msgid "root" -msgstr "raíz" - -#: api.py:139 +#: api.py:71 #, python-format msgid "Maximum suffix (%s) count reached." msgstr "Cuenta máxima de sufijo (%s) alcanzada." -#: api.py:175 +#: api.py:85 #, python-format msgid "" "Error in document indexing update expression: %(expression)s; %(exception)s" @@ -72,7 +76,7 @@ msgstr "" "Error en la expresión de actualización de indexación: %(expression)s; " "%(exception)s " -#: api.py:178 +#: api.py:97 api.py:112 #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" @@ -80,17 +84,17 @@ msgstr "" "Error actualizando el indice de documento, expresión: %(expression)s; " "%(exception)s " -#: api.py:209 +#: api.py:151 #, 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:34 +#: 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:52 +#: filesystem.py:69 #, python-format msgid "" "Unable to create symbolic link, file exists and could not be deleted: " @@ -99,111 +103,272 @@ msgstr "" "No se puede crear un enlace simbólico, el archivo existe y no puede " "eliminarse: %(filepath)s; %(exc)s " -#: filesystem.py:54 +#: 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:71 +#: 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:83 +#: filesystem.py:96 #, python-format msgid "Unable to delete indexing directory; %s" msgstr "No se puede eliminar el directorio de indexación; %s" -#: models.py:11 +#: models.py:13 #, python-format msgid "Available functions: %s" msgstr "Funciones disponibles: %s" -#: models.py:16 -msgid "indexing expression" -msgstr "expresión de indexación" +#: models.py:17 views.py:42 +msgid "name" +msgstr "nombre" -#: models.py:16 -msgid "Enter a python string expression to be evaluated." -msgstr "Introduzca una expresión de python para ser evaluada." +#: 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 msgid "enabled" msgstr "habilitado" #: models.py:19 -msgid "link documents" -msgstr "enlace de documentos" +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:25 models.py:31 views.py:56 +#: models.py:41 models.py:47 views.py:103 views.py:134 views.py:161 +#: views.py:197 views.py:227 views.py:267 msgid "index" msgstr "índice" -#: models.py:32 +#: 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 "" + +#: models.py:58 +msgid "indexes template nodes" +msgstr "" + +#: models.py:64 msgid "value" msgstr "valor" -#: models.py:33 +#: models.py:65 msgid "documents" msgstr "documentos" -#: models.py:46 models.py:51 +#: models.py:75 +msgid "index instance node" +msgstr "" + +#: models.py:76 +msgid "indexes instance nodes" +msgstr "" + +#: models.py:80 msgid "index instance" msgstr "instancia de indice" -#: models.py:47 -msgid "indexes instances" -msgstr "instancias de indices" - -#: models.py:52 +#: models.py:81 msgid "document" msgstr "documento" -#: models.py:59 +#: models.py:88 msgid "document rename count" msgstr "conteo de cambio de nombre de documento" -#: models.py:60 +#: models.py:89 msgid "documents rename count" msgstr "conteos de cambio de nombre de documentos" +#: permissions.py:7 +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" + #: utils.py:19 msgid "document indexes" msgstr "indices de documentos" -#: views.py:38 +#: views.py:70 +msgid "Index created successfully." +msgstr "Índice creado con exitosamente." + +#: views.py:94 +msgid "Index edited successfully" +msgstr "Índice editado con exitosamente." + +#: views.py:100 +#, python-format +msgid "edit index: %s" +msgstr "editar Índice: %s" + +#: views.py:125 +#, python-format +msgid "Index: %s deleted successfully." +msgstr "Índice: %s eliminado exitosamente." + +#: views.py:127 +#, python-format +msgid "Index: %(index)s delete error: %(error)s" +msgstr "Error al borrar índice: %(index)s, error: %(error)s " + +#: views.py:139 +#, 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:188 +msgid "Index template node created successfully." +msgstr "" + +#: views.py:194 +msgid "create child node" +msgstr "" + +#: views.py:215 +msgid "Index template node edited successfully" +msgstr "" + +#: views.py:221 +#, python-format +msgid "edit index template node: %s" +msgstr "" + +#: views.py:228 views.py:268 views.py:336 +msgid "node" +msgstr "nodo" + +#: views.py:250 +#, python-format +msgid "Node: %s deleted successfully." +msgstr "" + +#: views.py:252 +#, python-format +msgid "Node: %(node)s delete error: %(error)s" +msgstr "" + +#: views.py:261 +#, python-format +msgid "Are you sure you with to delete the index template node: %s?" +msgstr "" + +#: views.py:285 +msgid "nodes" +msgstr "nodos" + +#: views.py:318 #, python-format msgid "contents for index: %s" msgstr "contenido del indice: %s" -#: views.py:60 +#: views.py:340 msgid "items" msgstr "artículos" -#: views.py:82 +#: views.py:365 msgid "Are you sure you wish to rebuild all indexes?" msgstr "¿Está seguro que desea reconstruir todos los índices?" -#: views.py:83 +#: views.py:366 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." +"En bases de datos de gran tamaño esta operación puede tardar algún tiempo en" +" ejecutarse." -#: views.py:89 +#: views.py:372 msgid "Index rebuild completed successfully." msgstr "Reconstrucción de Índices completada exitosamente." -#: views.py:94 +#: views.py:377 #, python-format msgid "Index rebuild error: %s" msgstr "Error de reconstrucción de índices: %s" -#: views.py:109 +#: views.py:399 #, python-format msgid "indexes containing: %s" msgstr "índices que contienen: %s" +#: conf/settings.py:22 +msgid "" +"A dictionary that maps the index name and where on the filesystem that index" +" will be mirrored." +msgstr "" + #: templates/indexing_help.html:3 msgid "What are indexes?" msgstr "¿Que son los índices?" @@ -212,3 +377,5 @@ msgstr "¿Que son los índices?" msgid "Indexes group documents into a tree like hierarchical structure." msgstr "" "Los índices agrupan documentos en una estructura jerárquica tipo árbol. " + + diff --git a/apps/document_indexing/locale/it/LC_MESSAGES/django.mo b/apps/document_indexing/locale/it/LC_MESSAGES/django.mo index d7c013bab8..16406cd109 100644 Binary files a/apps/document_indexing/locale/it/LC_MESSAGES/django.mo and b/apps/document_indexing/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/document_indexing/locale/it/LC_MESSAGES/django.po b/apps/document_indexing/locale/it/LC_MESSAGES/django.po index acac9a45c9..f0d1e65bcb 100644 --- a/apps/document_indexing/locale/it/LC_MESSAGES/django.po +++ b/apps/document_indexing/locale/it/LC_MESSAGES/django.po @@ -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-10 07:01+0000\n" -"Last-Translator: Pierpaolo Baldan \n" +"POT-Creation-Date: 2012-02-02 14:17-0400\n" +"PO-Revision-Date: 2012-02-02 18:18+0000\n" +"Last-Translator: Roberto Rosario \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,52 +18,57 @@ msgstr "" "Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:12 -msgid "View document indexes" -msgstr "Visualizza indici documento" - -#: __init__.py:13 -msgid "Rebuild document indexes" -msgstr "Ricostruisci indici documento" - -#: __init__.py:15 -msgid "Indexing" -msgstr "Indicizzazione" - -#: __init__.py:19 -msgid "index list" -msgstr "lista indici" - -#: __init__.py:20 -msgid "go up one level" -msgstr "sali di un livello" - -#: __init__.py:21 __init__.py:23 models.py:26 +#: __init__.py:31 __init__.py:45 __init__.py:47 models.py:42 views.py:38 +#: views.py:282 msgid "indexes" msgstr "indici" -#: __init__.py:25 +#: __init__.py:32 __init__.py:42 +msgid "index list" +msgstr "lista indici" + +#: __init__.py:33 views.py:76 +msgid "create index" +msgstr "" + +#: __init__.py:34 __init__.py:39 +msgid "edit" +msgstr "" + +#: __init__.py:35 __init__.py:40 +msgid "delete" +msgstr "" + +#: __init__.py:36 +msgid "tree template" +msgstr "" + +#: __init__.py:38 +msgid "new child node" +msgstr "" + +#: __init__.py:44 +msgid "go up one level" +msgstr "sali di un livello" + +#: __init__.py:49 msgid "rebuild indexes" msgstr "ricostruisci gli indici" -#: __init__.py:25 +#: __init__.py:49 msgid "Deletes and creates from scratch all the document indexes." msgstr "Cancellazione e ricostruzione di tutti gli indici documento" -#: __init__.py:27 +#: __init__.py:51 msgid "Indexes" msgstr "Indici" -#: api.py:83 -msgid "root" -msgstr "root" - -#: api.py:139 +#: api.py:71 #, python-format msgid "Maximum suffix (%s) count reached." msgstr "Massimo dei suffissi contati (%s) ." -#: api.py:175 +#: api.py:85 #, python-format msgid "" "Error in document indexing update expression: %(expression)s; %(exception)s" @@ -71,7 +76,7 @@ msgstr "" "Errore nella creazione dell'indice per l'espressione: %(expression)s; " "%(exception)s" -#: api.py:178 +#: api.py:97 api.py:112 #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" @@ -79,17 +84,17 @@ msgstr "" "Errore nell'aggiornamento delle'indice documento per l'espressione: " "%(expression)s; %(exception)s" -#: api.py:209 +#: api.py:151 #, python-format msgid "Unable to delete document indexing node; %s" msgstr "Impossibile cancellare l'indice del documento; %s" -#: filesystem.py:34 +#: filesystem.py:51 #, python-format msgid "Unable to create indexing directory; %s" msgstr "Impossibile creare la directory per gli indici; %s" -#: filesystem.py:52 +#: filesystem.py:69 #, python-format msgid "" "Unable to create symbolic link, file exists and could not be deleted: " @@ -98,111 +103,266 @@ msgstr "" "Impossibile creare un link simbolico, il file già esiste e non può essere " "cancellato: %(filepath)s; %(exc)s" -#: filesystem.py:54 +#: filesystem.py:71 #, python-format msgid "Unable to create symbolic link: %(filepath)s; %(exc)s" msgstr "Impossibile creare un link simbolico: %(filepath)s; %(exc)s" -#: filesystem.py:71 +#: filesystem.py:84 #, python-format msgid "Unable to delete document symbolic link; %s" msgstr "Impossibile cancellare il link simbolico al documento; %s" -#: filesystem.py:83 +#: filesystem.py:96 #, python-format msgid "Unable to delete indexing directory; %s" msgstr "Impossibile cancellare la directory degli indici; %s" -#: models.py:11 +#: models.py:13 #, python-format msgid "Available functions: %s" msgstr "Funzioni disponibili: %s" -#: models.py:16 -msgid "indexing expression" -msgstr "Espressione per indice" +#: models.py:17 views.py:42 +msgid "name" +msgstr "" -#: models.py:16 -msgid "Enter a python string expression to be evaluated." -msgstr "Inserisci una espressione python perchè possa essere valutata." +#: models.py:17 +msgid "Internal name used to reference this index." +msgstr "" + +#: models.py:18 views.py:43 +msgid "title" +msgstr "" #: models.py:18 +msgid "The name that will be visible to users." +msgstr "" + +#: models.py:19 models.py:50 msgid "enabled" msgstr "abilitato" #: models.py:19 -msgid "link documents" -msgstr "link al documento" +msgid "" +"Causes this index to be visible and updated when document data changes." +msgstr "" -#: models.py:25 models.py:31 views.py:56 +#: models.py:41 models.py:47 views.py:103 views.py:134 views.py:161 +#: views.py:197 views.py:227 views.py:267 msgid "index" msgstr "indice" -#: models.py:32 +#: models.py:48 +msgid "indexing expression" +msgstr "Espressione per indice" + +#: models.py:48 +msgid "Enter a python string expression to be evaluated." +msgstr "Inserisci una espressione python perchè possa essere valutata." + +#: models.py:50 +msgid "Causes this node to be visible and updated when document data changes." +msgstr "" + +#: models.py:51 +msgid "link documents" +msgstr "link al documento" + +#: 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 "" + +#: models.py:57 models.py:63 +msgid "index template node" +msgstr "" + +#: models.py:58 +msgid "indexes template nodes" +msgstr "" + +#: models.py:64 msgid "value" msgstr "valore" -#: models.py:33 +#: models.py:65 msgid "documents" msgstr "documenti" -#: models.py:46 models.py:51 +#: models.py:75 +msgid "index instance node" +msgstr "" + +#: models.py:76 +msgid "indexes instance nodes" +msgstr "" + +#: models.py:80 msgid "index instance" msgstr "istanza indice" -#: models.py:47 -msgid "indexes instances" -msgstr "istanze indici" - -#: models.py:52 +#: models.py:81 msgid "document" msgstr "document" -#: models.py:59 +#: models.py:88 msgid "document rename count" msgstr "conteggio della rinomina del documento" -#: models.py:60 +#: models.py:89 msgid "documents rename count" msgstr "conteggio delle rinomine dei documenti" +#: permissions.py:7 +msgid "Indexing" +msgstr "Indicizzazione" + +#: permissions.py:9 +msgid "Configure document indexes" +msgstr "" + +#: permissions.py:10 +msgid "Create new document indexes" +msgstr "" + +#: permissions.py:11 +msgid "Edit document indexes" +msgstr "" + +#: permissions.py:12 +msgid "Delete document indexes" +msgstr "" + +#: permissions.py:14 +msgid "View document indexes" +msgstr "Visualizza indici documento" + +#: permissions.py:15 +msgid "Rebuild document indexes" +msgstr "Ricostruisci indici documento" + #: utils.py:19 msgid "document indexes" msgstr "indici dei documenti" -#: views.py:38 +#: views.py:70 +msgid "Index created successfully." +msgstr "" + +#: views.py:94 +msgid "Index edited successfully" +msgstr "" + +#: views.py:100 +#, python-format +msgid "edit index: %s" +msgstr "" + +#: views.py:125 +#, python-format +msgid "Index: %s deleted successfully." +msgstr "" + +#: views.py:127 +#, python-format +msgid "Index: %(index)s delete error: %(error)s" +msgstr "" + +#: views.py:139 +#, 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:188 +msgid "Index template node created successfully." +msgstr "" + +#: views.py:194 +msgid "create child node" +msgstr "" + +#: views.py:215 +msgid "Index template node edited successfully" +msgstr "" + +#: views.py:221 +#, python-format +msgid "edit index template node: %s" +msgstr "" + +#: views.py:228 views.py:268 views.py:336 +msgid "node" +msgstr "" + +#: views.py:250 +#, python-format +msgid "Node: %s deleted successfully." +msgstr "" + +#: views.py:252 +#, python-format +msgid "Node: %(node)s delete error: %(error)s" +msgstr "" + +#: views.py:261 +#, python-format +msgid "Are you sure you with to delete the index template node: %s?" +msgstr "" + +#: views.py:285 +msgid "nodes" +msgstr "" + +#: views.py:318 #, python-format msgid "contents for index: %s" msgstr "contenuto per indice: %s" -#: views.py:60 +#: views.py:340 msgid "items" msgstr "voci" -#: views.py:82 +#: views.py:365 msgid "Are you sure you wish to rebuild all indexes?" msgstr "Sei sicuro di voler ricostruire l'indice ?" -#: views.py:83 +#: views.py:366 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:89 +#: views.py:372 msgid "Index rebuild completed successfully." msgstr "Ricostruzione dell'indice avvenuta con successo" -#: views.py:94 +#: views.py:377 #, python-format msgid "Index rebuild error: %s" msgstr "Errore nella ricostruzione dell'indice: %s" -#: views.py:109 +#: views.py:399 #, python-format msgid "indexes containing: %s" msgstr "Gli indici contengono: %s" +#: conf/settings.py:22 +msgid "" +"A dictionary that maps the index name and where on the filesystem that index" +" will be mirrored." +msgstr "" + #: templates/indexing_help.html:3 msgid "What are indexes?" msgstr "Cosa sono gli indici ?" diff --git a/apps/document_indexing/locale/pt/LC_MESSAGES/django.mo b/apps/document_indexing/locale/pt/LC_MESSAGES/django.mo index 3039293cfc..19b351c41b 100644 Binary files a/apps/document_indexing/locale/pt/LC_MESSAGES/django.mo and b/apps/document_indexing/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/document_indexing/locale/pt/LC_MESSAGES/django.po b/apps/document_indexing/locale/pt/LC_MESSAGES/django.po index f8dd4bf8c3..03a01c827f 100644 --- a/apps/document_indexing/locale/pt/LC_MESSAGES/django.po +++ b/apps/document_indexing/locale/pt/LC_MESSAGES/django.po @@ -1,70 +1,74 @@ # 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 , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-22 11:26-0400\n" -"PO-Revision-Date: 2011-11-03 02:59+0000\n" -"Last-Translator: renataoliveira \n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/" -"team/pt/)\n" -"Language: pt\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-02-02 14:17-0400\n" +"PO-Revision-Date: 2012-02-02 18:18+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/team/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:12 -msgid "View document indexes" -msgstr "Ver índices de documento" - -#: __init__.py:13 -msgid "Rebuild document indexes" -msgstr "Reconstruir índices de documento" - -#: __init__.py:15 -msgid "Indexing" -msgstr "Indexando" - -#: __init__.py:19 -msgid "index list" -msgstr "lista de índice" - -#: __init__.py:20 -msgid "go up one level" -msgstr "subir um nível" - -#: __init__.py:21 __init__.py:23 models.py:26 +#: __init__.py:31 __init__.py:45 __init__.py:47 models.py:42 views.py:38 +#: views.py:282 msgid "indexes" msgstr "índices" -#: __init__.py:25 +#: __init__.py:32 __init__.py:42 +msgid "index list" +msgstr "lista de índice" + +#: __init__.py:33 views.py:76 +msgid "create index" +msgstr "" + +#: __init__.py:34 __init__.py:39 +msgid "edit" +msgstr "" + +#: __init__.py:35 __init__.py:40 +msgid "delete" +msgstr "" + +#: __init__.py:36 +msgid "tree template" +msgstr "" + +#: __init__.py:38 +msgid "new child node" +msgstr "" + +#: __init__.py:44 +msgid "go up one level" +msgstr "subir um nível" + +#: __init__.py:49 msgid "rebuild indexes" msgstr "reconstruir índices" -#: __init__.py:25 +#: __init__.py:49 msgid "Deletes and creates from scratch all the document indexes." msgstr "Exclui e criar a partir do zero todos os índices de documento." -#: __init__.py:27 +#: __init__.py:51 msgid "Indexes" msgstr "Índices" -#: api.py:83 -msgid "root" -msgstr "raiz" - -#: api.py:139 +#: api.py:71 #, python-format msgid "Maximum suffix (%s) count reached." msgstr "Quantidade máxima do sufixo (%s) alcançada." -#: api.py:175 +#: api.py:85 #, python-format msgid "" "Error in document indexing update expression: %(expression)s; %(exception)s" @@ -72,7 +76,7 @@ msgstr "" "Erro de atualização na expressão de indexação do documento: %(expression)s; " "%(exception)s " -#: api.py:178 +#: api.py:97 api.py:112 #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" @@ -80,17 +84,17 @@ msgstr "" "Erro de atualização de índice do documento, a expressão: %(expression)s ; " "%(exception)s " -#: api.py:209 +#: api.py:151 #, python-format msgid "Unable to delete document indexing node; %s" msgstr "Não é possível excluir o nó de indexação de documentos; %s" -#: filesystem.py:34 +#: filesystem.py:51 #, python-format msgid "Unable to create indexing directory; %s" msgstr "Não é possível criar o diretório de indexação; %s" -#: filesystem.py:52 +#: filesystem.py:69 #, python-format msgid "" "Unable to create symbolic link, file exists and could not be deleted: " @@ -99,110 +103,266 @@ 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:54 +#: filesystem.py:71 #, python-format msgid "Unable to create symbolic link: %(filepath)s; %(exc)s" msgstr "Não é possível criar o link simbólico: %(filepath)s; %(exc)s " -#: filesystem.py:71 +#: filesystem.py:84 #, python-format msgid "Unable to delete document symbolic link; %s" msgstr "Não é possível excluir o link simbólico do documento; %s" -#: filesystem.py:83 +#: filesystem.py:96 #, python-format msgid "Unable to delete indexing directory; %s" msgstr "Não é possível excluir o diretório de indexação; %s" -#: models.py:11 +#: models.py:13 #, python-format msgid "Available functions: %s" msgstr "Funções disponíveis: %s " -#: models.py:16 -msgid "indexing expression" -msgstr "expressão de indexação" +#: models.py:17 views.py:42 +msgid "name" +msgstr "" -#: models.py:16 -msgid "Enter a python string expression to be evaluated." -msgstr "Digite uma expressão python para ser avaliada." +#: models.py:17 +msgid "Internal name used to reference this index." +msgstr "" + +#: models.py:18 views.py:43 +msgid "title" +msgstr "" #: models.py:18 +msgid "The name that will be visible to users." +msgstr "" + +#: models.py:19 models.py:50 msgid "enabled" msgstr "habilitado" #: models.py:19 -msgid "link documents" -msgstr "ligar documentos" +msgid "" +"Causes this index to be visible and updated when document data changes." +msgstr "" -#: models.py:25 models.py:31 views.py:56 +#: models.py:41 models.py:47 views.py:103 views.py:134 views.py:161 +#: views.py:197 views.py:227 views.py:267 msgid "index" msgstr "índice" -#: models.py:32 +#: models.py:48 +msgid "indexing expression" +msgstr "expressão de indexação" + +#: models.py:48 +msgid "Enter a python string expression to be evaluated." +msgstr "Digite uma expressão python para ser avaliada." + +#: models.py:50 +msgid "Causes this node to be visible and updated when document data changes." +msgstr "" + +#: models.py:51 +msgid "link documents" +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." +msgstr "" + +#: models.py:57 models.py:63 +msgid "index template node" +msgstr "" + +#: models.py:58 +msgid "indexes template nodes" +msgstr "" + +#: models.py:64 msgid "value" msgstr "valor" -#: models.py:33 +#: models.py:65 msgid "documents" msgstr "documentos" -#: models.py:46 models.py:51 +#: models.py:75 +msgid "index instance node" +msgstr "" + +#: models.py:76 +msgid "indexes instance nodes" +msgstr "" + +#: models.py:80 msgid "index instance" msgstr "exemplo de índice" -#: models.py:47 -msgid "indexes instances" -msgstr "exemplos de índices" - -#: models.py:52 +#: models.py:81 msgid "document" msgstr "documento" -#: models.py:59 +#: models.py:88 msgid "document rename count" msgstr "contagem de renomeação do documento" -#: models.py:60 +#: models.py:89 msgid "documents rename count" msgstr "contagem de renomeação dos documentos" +#: permissions.py:7 +msgid "Indexing" +msgstr "Indexando" + +#: permissions.py:9 +msgid "Configure document indexes" +msgstr "" + +#: permissions.py:10 +msgid "Create new document indexes" +msgstr "" + +#: permissions.py:11 +msgid "Edit document indexes" +msgstr "" + +#: permissions.py:12 +msgid "Delete document indexes" +msgstr "" + +#: permissions.py:14 +msgid "View document indexes" +msgstr "Ver índices de documento" + +#: permissions.py:15 +msgid "Rebuild document indexes" +msgstr "Reconstruir índices de documento" + #: utils.py:19 msgid "document indexes" msgstr "índices de documento" -#: views.py:38 +#: views.py:70 +msgid "Index created successfully." +msgstr "" + +#: views.py:94 +msgid "Index edited successfully" +msgstr "" + +#: views.py:100 +#, python-format +msgid "edit index: %s" +msgstr "" + +#: views.py:125 +#, python-format +msgid "Index: %s deleted successfully." +msgstr "" + +#: views.py:127 +#, python-format +msgid "Index: %(index)s delete error: %(error)s" +msgstr "" + +#: views.py:139 +#, 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:188 +msgid "Index template node created successfully." +msgstr "" + +#: views.py:194 +msgid "create child node" +msgstr "" + +#: views.py:215 +msgid "Index template node edited successfully" +msgstr "" + +#: views.py:221 +#, python-format +msgid "edit index template node: %s" +msgstr "" + +#: views.py:228 views.py:268 views.py:336 +msgid "node" +msgstr "" + +#: views.py:250 +#, python-format +msgid "Node: %s deleted successfully." +msgstr "" + +#: views.py:252 +#, python-format +msgid "Node: %(node)s delete error: %(error)s" +msgstr "" + +#: views.py:261 +#, python-format +msgid "Are you sure you with to delete the index template node: %s?" +msgstr "" + +#: views.py:285 +msgid "nodes" +msgstr "" + +#: views.py:318 #, python-format msgid "contents for index: %s" msgstr "conteúdos para o índice: %s" -#: views.py:60 +#: views.py:340 msgid "items" msgstr "itens" -#: views.py:82 +#: views.py:365 msgid "Are you sure you wish to rebuild all indexes?" msgstr "Tem certeza de que deseja reconstruir todos os índices?" -#: views.py:83 +#: views.py:366 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." +"Em grandes bases de dados esta operação pode levar algum tempo para " +"executar." -#: views.py:89 +#: views.py:372 msgid "Index rebuild completed successfully." msgstr "Reconstrução de índice concluída com êxito." -#: views.py:94 +#: views.py:377 #, python-format msgid "Index rebuild error: %s" msgstr "Reconstrução de índice de erro: %s" -#: views.py:109 +#: views.py:399 #, 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." +msgstr "" + #: templates/indexing_help.html:3 msgid "What are indexes?" msgstr "Quais são os índices?" @@ -211,3 +371,5 @@ msgstr "Quais são os índices?" msgid "Indexes group documents into a tree like hierarchical structure." msgstr "" "Indexar documentos agrupados em uma árvore como uma estrutura hierárquica." + + diff --git a/apps/document_indexing/locale/ru/LC_MESSAGES/django.mo b/apps/document_indexing/locale/ru/LC_MESSAGES/django.mo index 59a1601a1a..3c66adf6c6 100644 Binary files a/apps/document_indexing/locale/ru/LC_MESSAGES/django.mo and b/apps/document_indexing/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/document_indexing/locale/ru/LC_MESSAGES/django.po b/apps/document_indexing/locale/ru/LC_MESSAGES/django.po index 13de1dddad..e61a3fd1bf 100644 --- a/apps/document_indexing/locale/ru/LC_MESSAGES/django.po +++ b/apps/document_indexing/locale/ru/LC_MESSAGES/django.po @@ -1,70 +1,73 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-22 11:26-0400\n" -"PO-Revision-Date: 2011-11-03 22:42+0000\n" -"Last-Translator: gsv70 \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/team/" -"ru/)\n" -"Language: ru\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-02-02 14:17-0400\n" +"PO-Revision-Date: 2012-02-02 18:18+0000\n" +"Last-Translator: Roberto Rosario \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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Language: ru\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" -#: __init__.py:12 -msgid "View document indexes" -msgstr "Просмотр индексов документа" - -#: __init__.py:13 -msgid "Rebuild document indexes" -msgstr "Восстановление индексов документа" - -#: __init__.py:15 -msgid "Indexing" -msgstr "Индексирование" - -#: __init__.py:19 -msgid "index list" -msgstr "список индекса" - -#: __init__.py:20 -msgid "go up one level" -msgstr "перейти на уровень выше" - -#: __init__.py:21 __init__.py:23 models.py:26 +#: __init__.py:31 __init__.py:45 __init__.py:47 models.py:42 views.py:38 +#: views.py:282 msgid "indexes" msgstr "индексы" -#: __init__.py:25 +#: __init__.py:32 __init__.py:42 +msgid "index list" +msgstr "список индекса" + +#: __init__.py:33 views.py:76 +msgid "create index" +msgstr "" + +#: __init__.py:34 __init__.py:39 +msgid "edit" +msgstr "" + +#: __init__.py:35 __init__.py:40 +msgid "delete" +msgstr "" + +#: __init__.py:36 +msgid "tree template" +msgstr "" + +#: __init__.py:38 +msgid "new child node" +msgstr "" + +#: __init__.py:44 +msgid "go up one level" +msgstr "перейти на уровень выше" + +#: __init__.py:49 msgid "rebuild indexes" msgstr "восстановление индексов" -#: __init__.py:25 +#: __init__.py:49 msgid "Deletes and creates from scratch all the document indexes." msgstr "Удаляет и создается с нуля, все индексы документа." -#: __init__.py:27 +#: __init__.py:51 msgid "Indexes" msgstr "Индексы" -#: api.py:83 -msgid "root" -msgstr "корень" - -#: api.py:139 +#: api.py:71 #, python-format msgid "Maximum suffix (%s) count reached." msgstr "Достигнуто максимальное (%s) число суффиксов " -#: api.py:175 +#: api.py:85 #, python-format msgid "" "Error in document indexing update expression: %(expression)s; %(exception)s" @@ -72,7 +75,7 @@ msgstr "" "Ошибка в выражении обновления индексов документа: %(expression)s; " "%(exception)s" -#: api.py:178 +#: api.py:97 api.py:112 #, python-format msgid "" "Error updating document index, expression: %(expression)s; %(exception)s" @@ -80,17 +83,17 @@ msgstr "" "Ошибка при обновлении индекса документа, выражение: %(expression)s; " "%(exception)s" -#: api.py:209 +#: api.py:151 #, python-format msgid "Unable to delete document indexing node; %s" msgstr "Не удается удалить узел индексирования документов; %s." -#: filesystem.py:34 +#: filesystem.py:51 #, python-format msgid "Unable to create indexing directory; %s" msgstr "Не удается создать индексации каталога; %s." -#: filesystem.py:52 +#: filesystem.py:69 #, python-format msgid "" "Unable to create symbolic link, file exists and could not be deleted: " @@ -99,111 +102,266 @@ msgstr "" "Невозможно создать символическую ссылку, файл существует и не может быть " "удален: %(filepath)s; %(exc)s" -#: filesystem.py:54 +#: filesystem.py:71 #, python-format msgid "Unable to create symbolic link: %(filepath)s; %(exc)s" msgstr "Невозможно создать символическую ссылку: %(filepath)s; %(exc)s" -#: filesystem.py:71 +#: filesystem.py:84 #, python-format msgid "Unable to delete document symbolic link; %s" msgstr "Не удается удалить символическую ссылку документа;%s." -#: filesystem.py:83 +#: filesystem.py:96 #, python-format msgid "Unable to delete indexing directory; %s" msgstr "Не удается удалить каталог индексации; %s." -#: models.py:11 +#: models.py:13 #, python-format msgid "Available functions: %s" msgstr "Доступные функции: %s." -#: models.py:16 -msgid "indexing expression" -msgstr "выражение индексации " +#: models.py:17 views.py:42 +msgid "name" +msgstr "" -#: models.py:16 -msgid "Enter a python string expression to be evaluated." -msgstr "Введите строковое выражение питона для вычисления." +#: models.py:17 +msgid "Internal name used to reference this index." +msgstr "" + +#: models.py:18 views.py:43 +msgid "title" +msgstr "" #: models.py:18 +msgid "The name that will be visible to users." +msgstr "" + +#: models.py:19 models.py:50 msgid "enabled" msgstr "разрешено" #: models.py:19 -msgid "link documents" -msgstr "связать документы" +msgid "" +"Causes this index to be visible and updated when document data changes." +msgstr "" -#: models.py:25 models.py:31 views.py:56 +#: models.py:41 models.py:47 views.py:103 views.py:134 views.py:161 +#: views.py:197 views.py:227 views.py:267 msgid "index" msgstr "индекс" -#: models.py:32 +#: models.py:48 +msgid "indexing expression" +msgstr "выражение индексации " + +#: models.py:48 +msgid "Enter a python string expression to be evaluated." +msgstr "Введите строковое выражение питона для вычисления." + +#: models.py:50 +msgid "Causes this node to be visible and updated when document data changes." +msgstr "" + +#: models.py:51 +msgid "link documents" +msgstr "связать документы" + +#: 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 "" + +#: models.py:57 models.py:63 +msgid "index template node" +msgstr "" + +#: models.py:58 +msgid "indexes template nodes" +msgstr "" + +#: models.py:64 msgid "value" msgstr "значение" -#: models.py:33 +#: models.py:65 msgid "documents" msgstr "документы" -#: models.py:46 models.py:51 +#: models.py:75 +msgid "index instance node" +msgstr "" + +#: models.py:76 +msgid "indexes instance nodes" +msgstr "" + +#: models.py:80 msgid "index instance" msgstr "экземпляр индекса" -#: models.py:47 -msgid "indexes instances" -msgstr "экземпляры индекса" - -#: models.py:52 +#: models.py:81 msgid "document" msgstr "документ" -#: models.py:59 +#: models.py:88 msgid "document rename count" msgstr "счетчик переименования документа" -#: models.py:60 +#: models.py:89 msgid "documents rename count" msgstr "счетчик переименования документов" +#: permissions.py:7 +msgid "Indexing" +msgstr "Индексирование" + +#: permissions.py:9 +msgid "Configure document indexes" +msgstr "" + +#: permissions.py:10 +msgid "Create new document indexes" +msgstr "" + +#: permissions.py:11 +msgid "Edit document indexes" +msgstr "" + +#: permissions.py:12 +msgid "Delete document indexes" +msgstr "" + +#: permissions.py:14 +msgid "View document indexes" +msgstr "Просмотр индексов документа" + +#: permissions.py:15 +msgid "Rebuild document indexes" +msgstr "Восстановление индексов документа" + #: utils.py:19 msgid "document indexes" msgstr "индексы документов" -#: views.py:38 +#: views.py:70 +msgid "Index created successfully." +msgstr "" + +#: views.py:94 +msgid "Index edited successfully" +msgstr "" + +#: views.py:100 +#, python-format +msgid "edit index: %s" +msgstr "" + +#: views.py:125 +#, python-format +msgid "Index: %s deleted successfully." +msgstr "" + +#: views.py:127 +#, python-format +msgid "Index: %(index)s delete error: %(error)s" +msgstr "" + +#: views.py:139 +#, 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:188 +msgid "Index template node created successfully." +msgstr "" + +#: views.py:194 +msgid "create child node" +msgstr "" + +#: views.py:215 +msgid "Index template node edited successfully" +msgstr "" + +#: views.py:221 +#, python-format +msgid "edit index template node: %s" +msgstr "" + +#: views.py:228 views.py:268 views.py:336 +msgid "node" +msgstr "" + +#: views.py:250 +#, python-format +msgid "Node: %s deleted successfully." +msgstr "" + +#: views.py:252 +#, python-format +msgid "Node: %(node)s delete error: %(error)s" +msgstr "" + +#: views.py:261 +#, python-format +msgid "Are you sure you with to delete the index template node: %s?" +msgstr "" + +#: views.py:285 +msgid "nodes" +msgstr "" + +#: views.py:318 #, python-format msgid "contents for index: %s" msgstr "содержания для индекса: %s." -#: views.py:60 +#: views.py:340 msgid "items" msgstr "членов" -#: views.py:82 +#: views.py:365 msgid "Are you sure you wish to rebuild all indexes?" msgstr "Вы уверены, что хотите перестроить все индексы?" -#: views.py:83 +#: views.py:366 msgid "On large databases this operation may take some time to execute." msgstr "" "В больших базах данных эта операция может занять некоторое время для " "выполнения." -#: views.py:89 +#: views.py:372 msgid "Index rebuild completed successfully." msgstr "восстановление индекса успешно завершено." -#: views.py:94 +#: views.py:377 #, python-format msgid "Index rebuild error: %s" msgstr "Индекс восстановить ошибка: %s" -#: views.py:109 +#: views.py:399 #, python-format msgid "indexes containing: %s" msgstr "индексы, содержащие: %s" +#: conf/settings.py:22 +msgid "" +"A dictionary that maps the index name and where on the filesystem that index" +" will be mirrored." +msgstr "" + #: templates/indexing_help.html:3 msgid "What are indexes?" msgstr "что за индексы?" @@ -211,3 +369,5 @@ msgstr "что за индексы?" #: templates/indexing_help.html:4 msgid "Indexes group documents into a tree like hierarchical structure." msgstr "Индексы группы документов в древовидной иерархической структуре." + + diff --git a/apps/document_signatures/locale/en/LC_MESSAGES/django.po b/apps/document_signatures/locale/en/LC_MESSAGES/django.po index f2c2ac4175..c20bb776e9 100644 --- a/apps/document_signatures/locale/en/LC_MESSAGES/django.po +++ b/apps/document_signatures/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-01 20:14-0400\n" +"POT-Creation-Date: 2012-02-02 14:18-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,15 +17,15 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: __init__.py:50 +#: __init__.py:83 msgid "upload signature" msgstr "" -#: __init__.py:51 +#: __init__.py:84 msgid "download signature" msgstr "" -#: __init__.py:52 +#: __init__.py:85 msgid "signatures" msgstr "" @@ -33,40 +33,40 @@ msgstr "" msgid "Signature file" msgstr "" -#: models.py:19 -msgid "document version" -msgstr "" - #: models.py:20 -msgid "signature state" +msgid "document version" msgstr "" #: models.py:21 msgid "signature file" msgstr "" -#: models.py:26 +#: models.py:22 +msgid "has embedded signature" +msgstr "" + +#: models.py:35 msgid "document version signature" msgstr "" -#: models.py:27 +#: models.py:36 msgid "document version signatures" msgstr "" #: permissions.py:7 -msgid "Verify document signatures" +msgid "Document signatures" msgstr "" #: permissions.py:8 -msgid "Upload detached signatures" +msgid "Verify document signatures" msgstr "" #: permissions.py:9 -msgid "Download detached signatures" +msgid "Upload detached signatures" msgstr "" -#: permissions.py:12 -msgid "Document signatures" +#: permissions.py:10 +msgid "Download detached signatures" msgstr "" #: views.py:47 @@ -112,11 +112,11 @@ msgstr "" msgid "signature properties for: %s" msgstr "" -#: views.py:92 +#: views.py:96 msgid "Detached signature uploaded successfully." msgstr "" -#: views.py:101 +#: views.py:105 #, python-format msgid "Upload detached signature for: %s" msgstr "" diff --git a/apps/document_signatures/locale/es/LC_MESSAGES/django.mo b/apps/document_signatures/locale/es/LC_MESSAGES/django.mo index a1ea5d8bfc..809b0a7cd6 100644 Binary files a/apps/document_signatures/locale/es/LC_MESSAGES/django.mo and b/apps/document_signatures/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/document_signatures/locale/es/LC_MESSAGES/django.po b/apps/document_signatures/locale/es/LC_MESSAGES/django.po index 45c95e124d..9b61d43a02 100644 --- a/apps/document_signatures/locale/es/LC_MESSAGES/django.po +++ b/apps/document_signatures/locale/es/LC_MESSAGES/django.po @@ -1,31 +1,32 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. # -#, fuzzy +# Translators: +# Roberto Rosario , 2012. msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-01 20:14-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-02-02 14:18-0400\n" +"PO-Revision-Date: 2012-02-02 18:30+0000\n" +"Last-Translator: Roberto Rosario \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" "Content-Transfer-Encoding: 8bit\n" -"Language: \n" +"Language: es\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:50 +#: __init__.py:83 msgid "upload signature" msgstr "subir firma" -#: __init__.py:51 +#: __init__.py:84 msgid "download signature" msgstr "descargar firma" -#: __init__.py:52 +#: __init__.py:85 msgid "signatures" msgstr "firmas" @@ -33,42 +34,42 @@ msgstr "firmas" msgid "Signature file" msgstr "Archivo de firma" -#: models.py:19 +#: models.py:20 msgid "document version" msgstr "versión del documento" -#: models.py:20 -msgid "signature state" -msgstr "estado de la firma" - #: models.py:21 msgid "signature file" msgstr "archivo de firma" -#: models.py:26 +#: models.py:22 +msgid "has embedded signature" +msgstr "tiene firma integrada" + +#: models.py:35 msgid "document version signature" msgstr "firma de la versión de documento" -#: models.py:27 +#: models.py:36 msgid "document version signatures" msgstr "firmas de las versiónes de documentos" #: permissions.py:7 +msgid "Document signatures" +msgstr "Firmas de documentos" + +#: permissions.py:8 msgid "Verify document signatures" msgstr "Verificar firmas de documentos" -#: permissions.py:8 +#: permissions.py:9 msgid "Upload detached signatures" msgstr "Subir firmas aparte" -#: permissions.py:9 +#: permissions.py:10 msgid "Download detached signatures" msgstr "Descargar firmas aparte" -#: permissions.py:12 -msgid "Document signatures" -msgstr "Firmas de documentos" - #: views.py:47 #, python-format msgid "Signature status: %(widget)s %(text)s" @@ -112,12 +113,13 @@ msgstr "Firmante: %s" msgid "signature properties for: %s" msgstr "propiedades de la firma para: %s" -#: views.py:92 +#: views.py:96 msgid "Detached signature uploaded successfully." msgstr "Firma aparte subida exitosamente." -#: views.py:101 +#: views.py:105 #, python-format msgid "Upload detached signature for: %s" msgstr "Subir firma aparte para: %s" + diff --git a/apps/document_signatures/locale/it/LC_MESSAGES/django.mo b/apps/document_signatures/locale/it/LC_MESSAGES/django.mo index dac760626f..ca0e80de7c 100644 Binary files a/apps/document_signatures/locale/it/LC_MESSAGES/django.mo and b/apps/document_signatures/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/document_signatures/locale/it/LC_MESSAGES/django.po b/apps/document_signatures/locale/it/LC_MESSAGES/django.po index f31a208f3e..0c6e9afc40 100644 --- a/apps/document_signatures/locale/it/LC_MESSAGES/django.po +++ b/apps/document_signatures/locale/it/LC_MESSAGES/django.po @@ -1,31 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. # -#, fuzzy +# Translators: msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-01 20:14-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-02-02 14:18-0400\n" +"PO-Revision-Date: 2012-02-02 18:20+0000\n" +"Last-Translator: Roberto Rosario \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" "Content-Transfer-Encoding: 8bit\n" -"Language: \n" +"Language: it\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:50 +#: __init__.py:83 msgid "upload signature" msgstr "aggiorna firma" -#: __init__.py:51 +#: __init__.py:84 msgid "download signature" msgstr "scarica firma" -#: __init__.py:52 +#: __init__.py:85 msgid "signatures" msgstr "firma" @@ -33,42 +33,42 @@ msgstr "firma" msgid "Signature file" msgstr "File della firma" -#: models.py:19 -msgid "document version" -msgstr "" - #: models.py:20 -msgid "signature state" +msgid "document version" msgstr "" #: models.py:21 msgid "signature file" msgstr "file della firma" -#: models.py:26 +#: models.py:22 +msgid "has embedded signature" +msgstr "" + +#: models.py:35 msgid "document version signature" msgstr "" -#: models.py:27 +#: models.py:36 msgid "document version signatures" msgstr "" #: permissions.py:7 +msgid "Document signatures" +msgstr "" + +#: permissions.py:8 msgid "Verify document signatures" msgstr "Verifica la firma del documento" -#: permissions.py:8 +#: permissions.py:9 msgid "Upload detached signatures" msgstr "Carica firme separatamente" -#: permissions.py:9 +#: permissions.py:10 msgid "Download detached signatures" msgstr "Scarica firme separatamente" -#: permissions.py:12 -msgid "Document signatures" -msgstr "" - #: views.py:47 #, python-format msgid "Signature status: %(widget)s %(text)s" @@ -112,12 +112,13 @@ msgstr "Signee: %s" msgid "signature properties for: %s" msgstr "Proprietà per la firma: %s" -#: views.py:92 +#: views.py:96 msgid "Detached signature uploaded successfully." msgstr "Firma scaduta aggiornata con successo." -#: views.py:101 +#: views.py:105 #, python-format msgid "Upload detached signature for: %s" msgstr "Aggiornata firma scaduta per: %s" + diff --git a/apps/document_signatures/locale/pt/LC_MESSAGES/django.mo b/apps/document_signatures/locale/pt/LC_MESSAGES/django.mo index d2c545543e..df072bfcdd 100644 Binary files a/apps/document_signatures/locale/pt/LC_MESSAGES/django.mo and b/apps/document_signatures/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/document_signatures/locale/pt/LC_MESSAGES/django.po b/apps/document_signatures/locale/pt/LC_MESSAGES/django.po index 049cb7ed61..f75b4a6632 100644 --- a/apps/document_signatures/locale/pt/LC_MESSAGES/django.po +++ b/apps/document_signatures/locale/pt/LC_MESSAGES/django.po @@ -1,31 +1,31 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. # -#, fuzzy +# Translators: msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-01 20:14-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-02-02 14:18-0400\n" +"PO-Revision-Date: 2012-02-02 18:20+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/team/pt/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: \n" +"Language: pt\n" +"Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:50 +#: __init__.py:83 msgid "upload signature" msgstr "upload do assinatura" -#: __init__.py:51 +#: __init__.py:84 msgid "download signature" msgstr "download do assinatura" -#: __init__.py:52 +#: __init__.py:85 msgid "signatures" msgstr "assinaturas" @@ -33,42 +33,42 @@ msgstr "assinaturas" msgid "Signature file" msgstr "Arquivo de assinatura" -#: models.py:19 +#: models.py:20 msgid "document version" msgstr "versão do documento" -#: models.py:20 -msgid "signature state" -msgstr "estado do assinatura" - #: models.py:21 msgid "signature file" msgstr "arquivo do assinatura" -#: models.py:26 +#: models.py:22 +msgid "has embedded signature" +msgstr "" + +#: models.py:35 msgid "document version signature" msgstr "assinatura do versão do documento" -#: models.py:27 +#: models.py:36 msgid "document version signatures" msgstr "assinaturas de versão de documentos" #: permissions.py:7 +msgid "Document signatures" +msgstr "Assinaturas de documentos" + +#: permissions.py:8 msgid "Verify document signatures" msgstr "Verificar as assinaturas de documentos" -#: permissions.py:8 +#: permissions.py:9 msgid "Upload detached signatures" msgstr "Upload de assinaturas destacadas" -#: permissions.py:9 +#: permissions.py:10 msgid "Download detached signatures" msgstr "Download assinaturas destacadas" -#: permissions.py:12 -msgid "Document signatures" -msgstr "Assinaturas de documentos" - #: views.py:47 #, python-format msgid "Signature status: %(widget)s %(text)s" @@ -112,12 +112,13 @@ msgstr "Signee: %s" msgid "signature properties for: %s" msgstr "propriedades da assinatura para: %s" -#: views.py:92 +#: views.py:96 msgid "Detached signature uploaded successfully." msgstr "Assinatura separado enviado com sucesso." -#: views.py:101 +#: views.py:105 #, python-format msgid "Upload detached signature for: %s" msgstr "Upload de assinatura separada para: %s" + diff --git a/apps/document_signatures/locale/ru/LC_MESSAGES/django.mo b/apps/document_signatures/locale/ru/LC_MESSAGES/django.mo index d0393e9f05..5bc118cc16 100644 Binary files a/apps/document_signatures/locale/ru/LC_MESSAGES/django.mo and b/apps/document_signatures/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/document_signatures/locale/ru/LC_MESSAGES/django.po b/apps/document_signatures/locale/ru/LC_MESSAGES/django.po index feb24e1186..f4645708af 100644 --- a/apps/document_signatures/locale/ru/LC_MESSAGES/django.po +++ b/apps/document_signatures/locale/ru/LC_MESSAGES/django.po @@ -1,31 +1,32 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. # -#, fuzzy +# Translators: +# Sergey Glita , 2012. msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-01-01 20:14-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-02-02 14:18-0400\n" +"PO-Revision-Date: 2012-02-02 18:20+0000\n" +"Last-Translator: Roberto Rosario \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" "Content-Transfer-Encoding: 8bit\n" -"Language: \n" +"Language: ru\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" -#: __init__.py:50 +#: __init__.py:83 msgid "upload signature" msgstr "выложить подпись" -#: __init__.py:51 +#: __init__.py:84 msgid "download signature" msgstr "скачать подпись" -#: __init__.py:52 +#: __init__.py:85 msgid "signatures" msgstr "подписи" @@ -33,41 +34,41 @@ msgstr "подписи" msgid "Signature file" msgstr "Файл подписи" -#: models.py:19 -msgid "document version" -msgstr "" - #: models.py:20 -msgid "signature state" -msgstr "" +msgid "document version" +msgstr "версия документа" #: models.py:21 msgid "signature file" +msgstr "файл подписи" + +#: models.py:22 +msgid "has embedded signature" msgstr "" -#: models.py:26 +#: models.py:35 msgid "document version signature" -msgstr "" +msgstr "подпись версии документа" -#: models.py:27 +#: models.py:36 msgid "document version signatures" -msgstr "" +msgstr "подписи версии документа" #: permissions.py:7 +msgid "Document signatures" +msgstr "Подписи документа" + +#: permissions.py:8 msgid "Verify document signatures" msgstr "Проверить подпись документа" -#: permissions.py:8 +#: permissions.py:9 msgid "Upload detached signatures" msgstr "Выложить отделённые подписи" -#: permissions.py:9 +#: permissions.py:10 msgid "Download detached signatures" -msgstr "" - -#: permissions.py:12 -msgid "Document signatures" -msgstr "" +msgstr "Скачать отделенные подписи" #: views.py:47 #, python-format @@ -112,12 +113,13 @@ msgstr "Подписано: %s" msgid "signature properties for: %s" msgstr "свойства подписи для %s" -#: views.py:92 +#: views.py:96 msgid "Detached signature uploaded successfully." msgstr "Отделённая подпись выложена." -#: views.py:101 +#: views.py:105 #, python-format msgid "Upload detached signature for: %s" msgstr "Выложить отделённую подпись для %s" + diff --git a/apps/documents/locale/en/LC_MESSAGES/django.po b/apps/documents/locale/en/LC_MESSAGES/django.po index 65016db1b2..78ed932de9 100644 --- a/apps/documents/locale/en/LC_MESSAGES/django.po +++ b/apps/documents/locale/en/LC_MESSAGES/django.po @@ -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 \n" "Language-Team: LANGUAGE \n" @@ -17,91 +17,97 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: __init__.py:49 __init__.py:159 -msgid "Documents" -msgstr "" - -#: __init__.py:60 -msgid "Documents setup" -msgstr "" - -#: __init__.py:70 +#: __init__.py:63 msgid "all documents" msgstr "" -#: __init__.py:71 models.py:415 views.py:709 +#: __init__.py:64 models.py:636 views.py:871 msgid "recent documents" msgstr "" -#: __init__.py:72 +#: __init__.py:65 msgid "upload new documents" msgstr "" -#: __init__.py:73 +#: __init__.py:66 msgid "clone metadata" msgstr "" -#: __init__.py:74 +#: __init__.py:67 msgid "details" msgstr "" -#: __init__.py:75 +#: __init__.py:68 msgid "properties" msgstr "" -#: __init__.py:76 __init__.py:77 __init__.py:92 __init__.py:114 -#: __init__.py:120 +#: __init__.py:69 __init__.py:70 __init__.py:92 __init__.py:116 +#: __init__.py:122 msgid "delete" msgstr "" -#: __init__.py:78 __init__.py:91 __init__.py:113 __init__.py:119 +#: __init__.py:71 __init__.py:91 __init__.py:115 __init__.py:121 msgid "edit" msgstr "" -#: __init__.py:79 +#: __init__.py:72 msgid "preview" msgstr "" -#: __init__.py:80 +#: __init__.py:73 __init__.py:74 __init__.py:75 msgid "download" msgstr "" -#: __init__.py:81 +#: __init__.py:76 msgid "find duplicates" msgstr "" -#: __init__.py:82 +#: __init__.py:77 msgid "find all duplicates" msgstr "" -#: __init__.py:82 +#: __init__.py:77 msgid "" "Search all the documents' checksums and return a list of the exact matches." msgstr "" -#: __init__.py:83 +#: __init__.py:78 msgid "update office documents' page count" msgstr "" -#: __init__.py:83 +#: __init__.py:78 msgid "" "Update the page count of the office type documents. This is useful when " "enabling office document support after there were already office type " "documents in the database." msgstr "" -#: __init__.py:84 __init__.py:85 +#: __init__.py:79 __init__.py:80 msgid "clear transformations" msgstr "" -#: __init__.py:86 +#: __init__.py:81 msgid "print" msgstr "" -#: __init__.py:87 +#: __init__.py:82 msgid "history" msgstr "" +#: __init__.py:83 +msgid "Find missing document files" +msgstr "" + +#: __init__.py:86 +msgid "Clear the document image cache" +msgstr "" + +#: __init__.py:86 +msgid "" +"Clear the graphics representations used to speed up the documents' display " +"and interactive transformations results." +msgstr "" + #: __init__.py:89 msgid "page transformations" msgstr "" @@ -158,724 +164,881 @@ msgstr "" msgid "reset view" msgstr "" -#: __init__.py:107 -msgid "Find missing document files" +#: __init__.py:108 +msgid "versions" msgstr "" -#: __init__.py:110 -msgid "document type list" -msgstr "" - -#: __init__.py:111 views.py:877 -msgid "document types" +#: __init__.py:109 +msgid "revert" msgstr "" #: __init__.py:112 +msgid "document type list" +msgstr "" + +#: __init__.py:113 views.py:1050 +msgid "document types" +msgstr "" + +#: __init__.py:114 msgid "documents of this type" msgstr "" -#: __init__.py:115 views.py:990 +#: __init__.py:117 views.py:1161 msgid "create document type" msgstr "" -#: __init__.py:117 +#: __init__.py:119 msgid "filenames" msgstr "" -#: __init__.py:118 +#: __init__.py:120 msgid "add filename to document type" msgstr "" -#: __init__.py:161 __init__.py:186 models.py:101 views.py:69 +#: __init__.py:164 permissions.py:7 +msgid "Documents" +msgstr "" + +#: __init__.py:166 __init__.py:179 models.py:90 views.py:79 msgid "documents" msgstr "" -#: __init__.py:173 +#: __init__.py:169 msgid "thumbnail" msgstr "" -#: __init__.py:176 -msgid "tags" -msgstr "" - -#: __init__.py:179 +#: __init__.py:172 msgid "metadata" msgstr "" -#: forms.py:60 +#: forms.py:63 msgid "Page image" msgstr "" -#: forms.py:70 forms.py:209 +#: forms.py:73 forms.py:270 msgid "Contents" msgstr "" -#: forms.py:116 -msgid "Details" +#: forms.py:109 +msgid "Page" msgstr "" #: forms.py:121 +msgid "Details" +msgstr "" + +#: forms.py:126 msgid "Click on the image for full size preview" msgstr "" -#: forms.py:131 +#: forms.py:136 #, python-format msgid "Document pages (%s)" msgstr "" -#: forms.py:166 +#: forms.py:162 +msgid "Use the new version filename as the document filename" +msgstr "" + +#: forms.py:178 msgid "Quick document rename" msgstr "" -#: forms.py:169 +#: forms.py:185 +msgid "Version update" +msgstr "" + +#: forms.py:190 +msgid "Release level" +msgstr "" + +#: forms.py:196 +msgid "Release level serial" +msgstr "" + +#: forms.py:204 +msgid "Comment" +msgstr "" + +#: forms.py:210 msgid "New document filename" msgstr "" -#: forms.py:223 -msgid "Page size" -msgstr "" - -#: forms.py:224 -msgid "Custom page width" -msgstr "" - -#: forms.py:225 -msgid "Custom page height" -msgstr "" - -#: forms.py:226 -msgid "Page orientation" -msgstr "" - -#: forms.py:227 +#: forms.py:288 msgid "Page range" msgstr "" -#: literals.py:8 -msgid "Create documents" +#: forms.py:318 +msgid "Compress" msgstr "" -#: literals.py:9 -msgid "Edit document properties" +#: forms.py:318 +msgid "" +"Download the document in the original format or in a compressed manner. " +"This option is selectable only when downloading one document, for multiple " +"documents, the bundle will always be downloads as a compressed file." msgstr "" #: literals.py:10 -msgid "Edit documents" -msgstr "" - -#: literals.py:11 -msgid "View documents" -msgstr "" - -#: literals.py:12 -msgid "Delete documents" -msgstr "" - -#: literals.py:13 -msgid "Download documents" -msgstr "" - -#: literals.py:14 -msgid "Transform documents" -msgstr "" - -#: literals.py:15 -msgid "Execute document modifying tools" -msgstr "" - -#: literals.py:17 -msgid "Edit document types" -msgstr "" - -#: literals.py:18 -msgid "Delete document types" -msgstr "" - -#: literals.py:19 -msgid "Create document types" -msgstr "" - -#: literals.py:23 msgid "Document creation" msgstr "" -#: literals.py:24 +#: literals.py:11 #, python-format msgid "Document \"%(content_object)s\" created by %(fullname)s." msgstr "" -#: literals.py:25 +#: literals.py:12 #, python-format msgid "" "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." msgstr "" -#: literals.py:31 +#: literals.py:18 msgid "Document edited" msgstr "" -#: literals.py:32 +#: literals.py:19 #, python-format msgid "Document \"%(content_object)s\" edited by %(fullname)s." msgstr "" -#: literals.py:33 +#: literals.py:20 #, python-format msgid "" "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s. " "The following changes took place: %(changes)s." msgstr "" -#: literals.py:42 +#: literals.py:29 msgid "Document deleted" msgstr "" -#: literals.py:43 +#: literals.py:30 #, python-format msgid "Document \"%(document)s\" deleted by %(fullname)s." msgstr "" -#: literals.py:44 +#: literals.py:31 #, python-format msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." msgstr "" -#: models.py:63 +#: literals.py:42 +msgid "final" +msgstr "" + +#: literals.py:43 +msgid "alpha" +msgstr "" + +#: literals.py:44 +msgid "beta" +msgstr "" + +#: literals.py:45 +msgid "release candidate" +msgstr "" + +#: literals.py:46 +msgid "hotfix" +msgstr "" + +#: models.py:61 msgid "name" msgstr "" -#: models.py:69 models.py:78 models.py:315 views.py:896 views.py:926 -#: views.py:955 views.py:960 views.py:1003 views.py:1049 views.py:1083 +#: models.py:67 models.py:77 models.py:524 views.py:1068 views.py:1097 +#: views.py:1126 views.py:1131 views.py:1174 views.py:1220 views.py:1254 msgid "document type" msgstr "" -#: models.py:70 +#: models.py:68 msgid "documents types" msgstr "" -#: models.py:79 -msgid "file" -msgstr "" - -#: models.py:86 -msgid "added" -msgstr "" - -#: models.py:87 -msgid "updated" -msgstr "" - -#: models.py:88 -msgid "checksum" -msgstr "" - -#: models.py:89 +#: models.py:78 msgid "description" msgstr "" -#: models.py:100 models.py:332 models.py:404 models.py:419 views.py:209 +#: models.py:79 +msgid "added" +msgstr "" + +#: models.py:89 models.py:300 models.py:625 models.py:640 views.py:227 +#: views.py:351 msgid "document" msgstr "" -#: models.py:181 +#: models.py:287 +#, python-format +msgid "Major %(major)i.%(minor)i, (new release)" +msgstr "" + +#: models.py:288 +#, python-format +msgid "Minor %(major)i.%(minor)i, (some updates)" +msgstr "" + +#: models.py:289 +#, python-format +msgid "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" +msgstr "" + +#: models.py:301 +msgid "mayor" +msgstr "" + +#: models.py:302 +msgid "minor" +msgstr "" + +#: models.py:303 +msgid "micro" +msgstr "" + +#: models.py:304 +msgid "release level" +msgstr "" + +#: models.py:305 +msgid "serial" +msgstr "" + +#: models.py:306 +msgid "timestamp" +msgstr "" + +#: models.py:307 views.py:1357 +msgid "comment" +msgstr "" + +#: models.py:310 +msgid "file" +msgstr "" + +#: models.py:314 +msgid "checksum" +msgstr "" + +#: models.py:318 models.py:319 models.py:542 +msgid "document version" +msgstr "" + +#: models.py:411 msgid "" "This document's file format is not known, the page count has therefore " "defaulted to 1." msgstr "" -#: models.py:316 +#: models.py:525 views.py:1353 msgid "filename" msgstr "" -#: models.py:317 views.py:1010 +#: models.py:526 views.py:1181 msgid "enabled" msgstr "" -#: models.py:324 +#: models.py:533 msgid "document type quick rename filename" msgstr "" -#: models.py:325 +#: models.py:534 msgid "document types quick rename filenames" msgstr "" -#: models.py:333 +#: models.py:545 msgid "content" msgstr "" -#: models.py:334 +#: models.py:546 msgid "page label" msgstr "" -#: models.py:335 +#: models.py:547 msgid "page number" msgstr "" -#: models.py:338 +#: models.py:550 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "" -#: models.py:346 models.py:383 +#: models.py:558 models.py:604 msgid "document page" msgstr "" -#: models.py:347 +#: models.py:559 msgid "document pages" msgstr "" -#: models.py:358 +#: models.py:579 msgid "Enter a valid value." msgstr "" -#: models.py:384 views.py:333 +#: models.py:605 views.py:449 msgid "order" msgstr "" -#: models.py:385 views.py:334 views.py:389 views.py:418 +#: models.py:606 views.py:450 views.py:511 views.py:542 msgid "transformation" msgstr "" -#: models.py:386 views.py:335 +#: models.py:607 views.py:451 msgid "arguments" msgstr "" -#: models.py:386 +#: models.py:607 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "" -#: models.py:394 +#: models.py:615 msgid "document page transformation" msgstr "" -#: models.py:395 +#: models.py:616 msgid "document page transformations" msgstr "" -#: models.py:403 +#: models.py:624 msgid "user" msgstr "" -#: models.py:405 +#: models.py:626 msgid "accessed" msgstr "" -#: models.py:414 +#: models.py:635 msgid "recent document" msgstr "" -#: models.py:420 +#: models.py:641 msgid "Document type" msgstr "" -#: models.py:421 +#: models.py:642 msgid "MIME type" msgstr "" -#: models.py:422 views.py:117 +#: models.py:643 views.py:132 msgid "Filename" msgstr "" -#: models.py:423 -msgid "Filename extension" -msgstr "" - -#: models.py:424 +#: models.py:644 msgid "Metadata value" msgstr "" -#: models.py:425 +#: models.py:645 msgid "Content" msgstr "" -#: models.py:426 +#: models.py:646 msgid "Description" msgstr "" -#: models.py:427 +#: models.py:647 msgid "Tags" msgstr "" -#: models.py:428 +#: models.py:648 msgid "Comments" msgstr "" -#: statistics.py:38 +#: permissions.py:9 +msgid "Create documents" +msgstr "" + +#: permissions.py:10 +msgid "Edit document properties" +msgstr "" + +#: permissions.py:11 +msgid "Edit documents" +msgstr "" + +#: permissions.py:12 +msgid "View documents" +msgstr "" + +#: permissions.py:13 +msgid "Delete documents" +msgstr "" + +#: permissions.py:14 views.py:408 +msgid "Download documents" +msgstr "" + +#: permissions.py:15 +msgid "Transform documents" +msgstr "" + +#: permissions.py:16 +msgid "Execute document modifying tools" +msgstr "" + +#: permissions.py:17 +msgid "Revert documents to a previous version" +msgstr "" + +#: permissions.py:18 +msgid "Create new document versions" +msgstr "" + +#: permissions.py:20 +msgid "Documents setup" +msgstr "" + +#: permissions.py:22 +msgid "View document types" +msgstr "" + +#: permissions.py:23 +msgid "Edit document types" +msgstr "" + +#: permissions.py:24 +msgid "Delete document types" +msgstr "" + +#: permissions.py:25 +msgid "Create document types" +msgstr "" + +#: statistics.py:40 #, python-format msgid "Document types: %d" msgstr "" -#: statistics.py:39 +#: statistics.py:41 #, python-format msgid "Documents in database: %d" msgstr "" -#: statistics.py:44 +#: statistics.py:46 #, python-format msgid "Documents in storage: %d" msgstr "" -#: statistics.py:46 +#: statistics.py:48 #, python-format msgid "" "Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d " "bytes" msgstr "" -#: statistics.py:56 +#: statistics.py:58 #, python-format msgid "Document pages in database: %d" msgstr "" -#: statistics.py:57 +#: statistics.py:59 #, python-format msgid "Minimum amount of pages per document: %(page_count__min)d" msgstr "" -#: statistics.py:58 +#: statistics.py:60 #, python-format msgid "Maximum amount of pages per document: %(page_count__max)d" msgstr "" -#: statistics.py:59 +#: statistics.py:61 #, python-format msgid "Average amount of pages per document: %(page_count__avg)f" msgstr "" -#: statistics.py:65 +#: statistics.py:67 msgid "Document statistics" msgstr "" -#: views.py:118 -msgid "File extension" -msgstr "" - -#: views.py:119 +#: views.py:133 msgid "File mimetype" msgstr "" -#: views.py:120 +#: views.py:134 msgid "File mime encoding" msgstr "" -#: views.py:121 +#: views.py:135 msgid "File size" msgstr "" -#: views.py:122 +#: views.py:136 msgid "Exists in storage" msgstr "" -#: views.py:123 +#: views.py:137 msgid "File path in storage" msgstr "" -#: views.py:124 +#: views.py:138 msgid "Date added" msgstr "" -#: views.py:125 +#: views.py:139 msgid "Time added" msgstr "" -#: views.py:126 +#: views.py:140 msgid "Checksum" msgstr "" -#: views.py:127 +#: views.py:141 msgid "UUID" msgstr "" -#: views.py:128 +#: views.py:142 msgid "Pages" msgstr "" -#: views.py:137 +#: views.py:151 #, python-format msgid "document properties for: %s" msgstr "" -#: views.py:159 +#: views.py:173 msgid "document data" msgstr "" -#: views.py:184 views.py:521 +#: views.py:197 views.py:646 msgid "Must provide at least one document." msgstr "" -#: views.py:200 -#, python-format -msgid "Document: %s deleted successfully." +#: views.py:218 +msgid "Document deleted successfully." msgstr "" -#: views.py:202 +#: views.py:220 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "" -#: views.py:217 +#: views.py:235 #, python-format msgid "Are you sure you wish to delete the document: %s?" msgstr "" -#: views.py:219 +#: views.py:237 #, python-format msgid "Are you sure you wish to delete the documents: %s?" msgstr "" -#: views.py:256 +#: views.py:276 #, python-format msgid "Document \"%s\" edited successfully." msgstr "" -#: views.py:329 +#: views.py:342 +msgid "documents to be downloaded" +msgstr "" + +#: views.py:352 views.py:1337 +msgid "version" +msgstr "" + +#: views.py:409 +msgid "Download" +msgstr "" + +#: views.py:411 +msgid "Return" +msgstr "" + +#: views.py:445 #, python-format msgid "transformations for: %s" msgstr "" -#: views.py:353 +#: views.py:472 msgid "Document page transformation created successfully." msgstr "" -#: views.py:362 +#: views.py:481 #, python-format msgid "Create new transformation for page: %(page)s of document: %(document)s" msgstr "" -#: views.py:378 +#: views.py:500 msgid "Document page transformation edited successfully." msgstr "" -#: views.py:391 +#: views.py:513 #, python-format msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" msgstr "" -#: views.py:409 +#: views.py:533 msgid "Document page transformation deleted successfully." msgstr "" -#: views.py:420 +#: views.py:544 #, python-format msgid "" "Are you sure you wish to delete transformation \"%(transformation)s\" for: " "%(document_page)s" msgstr "" -#: views.py:434 +#: views.py:562 #, python-format msgid "duplicates of: %s" msgstr "" -#: views.py:446 +#: views.py:574 msgid "Are you sure you wish to find all duplicates?" msgstr "" -#: views.py:447 views.py:506 views.py:571 +#: views.py:575 views.py:633 views.py:701 msgid "On large databases this operation may take some time to execute." msgstr "" -#: views.py:462 +#: views.py:598 msgid "duplicated documents" msgstr "" -#: views.py:497 +#: views.py:624 #, python-format msgid "" "Page count update complete. Documents processed: %(total)d, documents with " "changed page count: %(change)d" msgstr "" -#: views.py:505 +#: views.py:632 #, python-format msgid "" "Are you sure you wish to update the page count for the office documents (%d)?" msgstr "" -#: views.py:534 +#: views.py:664 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." msgstr "" -#: views.py:536 +#: views.py:666 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " "%(error)s." msgstr "" -#: views.py:542 +#: views.py:672 msgid "document transformation" msgstr "" -#: views.py:551 +#: views.py:681 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for document: %s?" msgstr "" -#: views.py:553 +#: views.py:683 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for documents: " "%s?" msgstr "" -#: views.py:581 +#: views.py:711 msgid "missing documents" msgstr "" -#: views.py:594 views.py:632 +#: views.py:727 views.py:769 #, python-format msgid "details for: %s" msgstr "" -#: views.py:647 +#: views.py:788 msgid "Document page edited successfully." msgstr "" -#: views.py:656 +#: views.py:797 #, python-format msgid "edit: %s" msgstr "" -#: views.py:667 +#: views.py:814 msgid "There are no more pages in this document" msgstr "" -#: views.py:680 +#: views.py:832 msgid "You are already at the first page of this document" msgstr "" -#: views.py:823 +#: views.py:993 #, python-format msgid "print: %s" msgstr "" -#: views.py:894 +#: views.py:1066 #, python-format msgid "documents of type \"%s\"" msgstr "" -#: views.py:914 +#: views.py:1086 msgid "Document type edited successfully" msgstr "" -#: views.py:917 +#: views.py:1089 #, python-format msgid "Error editing document type; %s" msgstr "" -#: views.py:922 +#: views.py:1094 #, python-format msgid "edit document type: %s" msgstr "" -#: views.py:947 +#: views.py:1118 #, python-format msgid "Document type: %s deleted successfully." msgstr "" -#: views.py:949 +#: views.py:1120 #, python-format msgid "Document type: %(document_type)s delete error: %(error)s" msgstr "" -#: views.py:964 +#: views.py:1135 #, python-format msgid "Are you sure you wish to delete the document type: %s?" msgstr "" -#: views.py:965 +#: views.py:1136 msgid "" "The document type of all documents using this document type will be set to " "none." msgstr "" -#: views.py:981 +#: views.py:1152 msgid "Document type created successfully" msgstr "" -#: views.py:984 +#: views.py:1155 #, python-format msgid "Error creating document type; %(error)s" msgstr "" -#: views.py:1002 +#: views.py:1173 #, python-format msgid "filenames for document type: %s" msgstr "" -#: views.py:1033 +#: views.py:1204 msgid "Document type filename edited successfully" msgstr "" -#: views.py:1036 +#: views.py:1207 #, python-format msgid "Error editing document type filename; %s" msgstr "" -#: views.py:1041 +#: views.py:1212 #, python-format msgid "edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" -#: views.py:1050 views.py:1076 views.py:1084 +#: views.py:1221 views.py:1247 views.py:1255 msgid "document type filename" msgstr "" -#: views.py:1068 +#: views.py:1239 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "" -#: views.py:1070 +#: views.py:1241 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" msgstr "" -#: views.py:1086 +#: views.py:1257 #, python-format msgid "" "Are you sure you wish to delete the filename: %(filename)s, from document " "type \"%(document_type)s\"?" msgstr "" -#: views.py:1111 +#: views.py:1282 msgid "Document type filename created successfully" msgstr "" -#: views.py:1114 +#: views.py:1285 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "" -#: views.py:1120 +#: views.py:1291 #, python-format msgid "create filename for document type: %s" msgstr "" -#: widgets.py:26 +#: views.py:1306 +msgid "Document image cache cleared successfully" +msgstr "" + +#: views.py:1308 +#, python-format +msgid "Error clearing document image cache; %s" +msgstr "" + +#: views.py:1314 +msgid "Are you sure you wish to clear the document image cache?" +msgstr "" + +#: views.py:1331 +#, python-format +msgid "versions for document: %s" +msgstr "" + +#: views.py:1341 +msgid "time and date" +msgstr "" + +#: views.py:1345 +msgid "mimetype" +msgstr "" + +#: views.py:1349 +msgid "encoding" +msgstr "" + +#: views.py:1380 +msgid "Document version reverted successfully" +msgstr "" + +#: views.py:1382 +#, python-format +msgid "Error reverting document version; %s" +msgstr "" + +#: views.py:1389 +msgid "Are you sure you wish to revert to this version?" +msgstr "" + +#: views.py:1390 +msgid "All later version after this one will be deleted too." +msgstr "" + +#: widgets.py:25 msgid "document page image" msgstr "" -#: wizards.py:34 +#: wizards.py:36 msgid "step 1 of 3: Document type" msgstr "" -#: wizards.py:35 +#: wizards.py:37 msgid "step 2 of 3: Metadata selection" msgstr "" -#: wizards.py:36 +#: wizards.py:38 msgid "step 3 of 3: Document metadata" msgstr "" -#: wizards.py:44 +#: wizards.py:46 msgid "Next step" msgstr "" diff --git a/apps/documents/locale/es/LC_MESSAGES/django.mo b/apps/documents/locale/es/LC_MESSAGES/django.mo index 670f8b0ae8..fd334df0ed 100644 Binary files a/apps/documents/locale/es/LC_MESSAGES/django.mo and b/apps/documents/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/documents/locale/es/LC_MESSAGES/django.po b/apps/documents/locale/es/LC_MESSAGES/django.po index 533bf311c8..9f0dc4aa70 100644 --- a/apps/documents/locale/es/LC_MESSAGES/django.po +++ b/apps/documents/locale/es/LC_MESSAGES/django.po @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Roberto Rosario , 2011. +# Roberto Rosario , 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 15:33+0000\n" -"Last-Translator: rosarior \n" +"POT-Creation-Date: 2012-02-02 14:17-0400\n" +"PO-Revision-Date: 2012-02-02 18:42+0000\n" +"Last-Translator: Roberto Rosario \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,75 +18,67 @@ msgstr "" "Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:49 __init__.py:159 -msgid "Documents" -msgstr "Documentos" - -#: __init__.py:60 -msgid "Documents setup" -msgstr "Configuración de documentos" - -#: __init__.py:70 +#: __init__.py:63 msgid "all documents" msgstr "todos los documentos" -#: __init__.py:71 models.py:415 views.py:709 +#: __init__.py:64 models.py:636 views.py:871 msgid "recent documents" msgstr "documentos recientes" -#: __init__.py:72 +#: __init__.py:65 msgid "upload new documents" msgstr "subir nuevos documentos" -#: __init__.py:73 +#: __init__.py:66 msgid "clone metadata" msgstr "clonar metadatos" -#: __init__.py:74 +#: __init__.py:67 msgid "details" msgstr "detalles" -#: __init__.py:75 +#: __init__.py:68 msgid "properties" msgstr "propiedades" -#: __init__.py:76 __init__.py:77 __init__.py:92 __init__.py:114 -#: __init__.py:120 +#: __init__.py:69 __init__.py:70 __init__.py:92 __init__.py:116 +#: __init__.py:122 msgid "delete" msgstr "eliminar" -#: __init__.py:78 __init__.py:91 __init__.py:113 __init__.py:119 +#: __init__.py:71 __init__.py:91 __init__.py:115 __init__.py:121 msgid "edit" msgstr "editar" -#: __init__.py:79 +#: __init__.py:72 msgid "preview" msgstr "muestra" -#: __init__.py:80 +#: __init__.py:73 __init__.py:74 __init__.py:75 msgid "download" msgstr "descarga" -#: __init__.py:81 +#: __init__.py:76 msgid "find duplicates" msgstr "encontrar duplicados" -#: __init__.py:82 +#: __init__.py:77 msgid "find all duplicates" msgstr "encontrar todos los duplicados" -#: __init__.py:82 +#: __init__.py:77 msgid "" "Search all the documents' checksums and return a list of the exact matches." msgstr "" "Buscar todas las sumas de comprobación de los documentos y devolver una " "lista de las coincidencias exactas." -#: __init__.py:83 +#: __init__.py:78 msgid "update office documents' page count" msgstr "actualizar el número de páginas de los documentos de oficina" -#: __init__.py:83 +#: __init__.py:78 msgid "" "Update the page count of the office type documents. This is useful when " "enabling office document support after there were already office type " @@ -96,18 +88,32 @@ msgstr "" "cuando active el apoyo de documentos de oficina después de que ya existían " "documentos de oficina en la base de datos." -#: __init__.py:84 __init__.py:85 +#: __init__.py:79 __init__.py:80 msgid "clear transformations" msgstr "borrar transformaciones" -#: __init__.py:86 +#: __init__.py:81 msgid "print" msgstr "imprimir" -#: __init__.py:87 +#: __init__.py:82 msgid "history" msgstr "historia" +#: __init__.py:83 +msgid "Find missing document files" +msgstr "Buscar archivos de documentos perdidos" + +#: __init__.py:86 +msgid "Clear the document image cache" +msgstr "" + +#: __init__.py:86 +msgid "" +"Clear the graphics representations used to speed up the documents' display " +"and interactive transformations results." +msgstr "" + #: __init__.py:89 msgid "page transformations" msgstr "transformaciones de la página" @@ -164,168 +170,147 @@ msgstr "girar a la izquierda" msgid "reset view" msgstr "Restablecer vista" -#: __init__.py:107 -msgid "Find missing document files" -msgstr "Buscar archivos de documentos perdidos" +#: __init__.py:108 +msgid "versions" +msgstr "versiones" -#: __init__.py:110 +#: __init__.py:109 +msgid "revert" +msgstr "revertir" + +#: __init__.py:112 msgid "document type list" msgstr "ista de tipos de documentos" -#: __init__.py:111 views.py:877 +#: __init__.py:113 views.py:1050 msgid "document types" msgstr "tipos de documentos" -#: __init__.py:112 +#: __init__.py:114 msgid "documents of this type" msgstr "documentos de este tipo" -#: __init__.py:115 views.py:990 +#: __init__.py:117 views.py:1161 msgid "create document type" msgstr "crear tipo de documento" -#: __init__.py:117 +#: __init__.py:119 msgid "filenames" msgstr "nombres de archivo" -#: __init__.py:118 +#: __init__.py:120 msgid "add filename to document type" msgstr "Añadir nombre de archivo para tipo de documento" -#: __init__.py:161 __init__.py:186 models.py:101 views.py:69 +#: __init__.py:164 permissions.py:7 +msgid "Documents" +msgstr "Documentos" + +#: __init__.py:166 __init__.py:179 models.py:90 views.py:79 msgid "documents" msgstr "documentos" -#: __init__.py:173 +#: __init__.py:169 msgid "thumbnail" msgstr "miniatura" -#: __init__.py:176 -msgid "tags" -msgstr "etiquetas" - -#: __init__.py:179 +#: __init__.py:172 msgid "metadata" msgstr "metadatos" -#: forms.py:60 +#: forms.py:63 msgid "Page image" msgstr "Imagen de la página" -#: forms.py:70 forms.py:209 +#: forms.py:73 forms.py:270 msgid "Contents" msgstr "Contenido" -#: forms.py:116 +#: forms.py:109 +msgid "Page" +msgstr "Página" + +#: forms.py:121 msgid "Details" msgstr "Detalles" -#: forms.py:121 +#: forms.py:126 msgid "Click on the image for full size preview" msgstr "Haga clic en la imagen para ver una muestra de tamaño completo" -#: forms.py:131 +#: forms.py:136 #, python-format msgid "Document pages (%s)" msgstr "Páginas del documento (%s)" -#: forms.py:166 +#: forms.py:162 +msgid "Use the new version filename as the document filename" +msgstr "" + +#: forms.py:178 msgid "Quick document rename" msgstr "Cambio rápido de nombre" -#: forms.py:169 +#: forms.py:185 +msgid "Version update" +msgstr "Actualizar versión" + +#: forms.py:190 +msgid "Release level" +msgstr "Nivel de liberación" + +#: forms.py:196 +msgid "Release level serial" +msgstr "" + +#: forms.py:204 +msgid "Comment" +msgstr "Comentario" + +#: forms.py:210 msgid "New document filename" msgstr "Nuevo nombre del archivo" -#: forms.py:223 -msgid "Page size" -msgstr "Tamaño de la página" - -#: forms.py:224 -msgid "Custom page width" -msgstr "Ancho de página alterno" - -#: forms.py:225 -msgid "Custom page height" -msgstr "Alto de página alterno" - -#: forms.py:226 -msgid "Page orientation" -msgstr "Orientación de la página" - -#: forms.py:227 +#: forms.py:288 msgid "Page range" msgstr "Rango de páginas" -#: literals.py:8 -msgid "Create documents" -msgstr "Crear documentos" +#: forms.py:318 +msgid "Compress" +msgstr "Comprimir" -#: literals.py:9 -msgid "Edit document properties" -msgstr "Editar propiedades del documento" +#: forms.py:318 +msgid "" +"Download the document in the original format or in a compressed manner. " +"This option is selectable only when downloading one document, for multiple " +"documents, the bundle will always be downloads as a compressed file." +msgstr "" #: literals.py:10 -msgid "Edit documents" -msgstr "Editar documentos" - -#: literals.py:11 -msgid "View documents" -msgstr "Ver documentos" - -#: literals.py:12 -msgid "Delete documents" -msgstr "Eliminar documentos" - -#: literals.py:13 -msgid "Download documents" -msgstr "Descargar documentos" - -#: literals.py:14 -msgid "Transform documents" -msgstr "Transformar documentos" - -#: literals.py:15 -msgid "Execute document modifying tools" -msgstr "Ejecutar herramientas de modificación de documento" - -#: literals.py:17 -msgid "Edit document types" -msgstr "Editar tipos de documentos" - -#: literals.py:18 -msgid "Delete document types" -msgstr "Eliminar tipos de documentos" - -#: literals.py:19 -msgid "Create document types" -msgstr "Crear tipos de documentos" - -#: literals.py:23 msgid "Document creation" msgstr "Creación de documentos" -#: literals.py:24 +#: literals.py:11 #, python-format msgid "Document \"%(content_object)s\" created by %(fullname)s." msgstr "Documento \"%(content_object)s\", creado por %(fullname)s." -#: literals.py:25 +#: literals.py:12 #, python-format msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." msgstr "" "Documento \"%(content_object)s\", creado en %(datetime)s por %(fullname)s." -#: literals.py:31 +#: literals.py:18 msgid "Document edited" msgstr "Documento editado" -#: literals.py:32 +#: literals.py:19 #, python-format msgid "Document \"%(content_object)s\" edited by %(fullname)s." msgstr "Documento \"%(content_object)s\", editado por %(fullname)s." -#: literals.py:33 +#: literals.py:20 #, python-format msgid "" "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." @@ -334,58 +319,122 @@ msgstr "" "Documento \"%(content_object)s\" fue editado en \"%(datetime)s por " "%(fullname)s. Los siguientes cambios tuvieron lugar: %(changes)s." -#: literals.py:42 +#: literals.py:29 msgid "Document deleted" msgstr "Documento eliminado" -#: literals.py:43 +#: literals.py:30 #, python-format msgid "Document \"%(document)s\" deleted by %(fullname)s." msgstr "Documento \"%(document)s\" eliminado por %(fullname)s." -#: literals.py:44 +#: literals.py:31 #, python-format msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." msgstr "Documento \"%(document)s\" eliminado en %(datetime)s por %(fullname)s." -#: models.py:63 +#: literals.py:42 +msgid "final" +msgstr "final" + +#: literals.py:43 +msgid "alpha" +msgstr "alfa" + +#: literals.py:44 +msgid "beta" +msgstr "beta" + +#: literals.py:45 +msgid "release candidate" +msgstr "Candidato de liberación" + +#: literals.py:46 +msgid "hotfix" +msgstr "revisión" + +#: models.py:61 msgid "name" msgstr "nombre" -#: models.py:69 models.py:78 models.py:315 views.py:896 views.py:926 -#: views.py:955 views.py:960 views.py:1003 views.py:1049 views.py:1083 +#: models.py:67 models.py:77 models.py:524 views.py:1068 views.py:1097 +#: views.py:1126 views.py:1131 views.py:1174 views.py:1220 views.py:1254 msgid "document type" msgstr "tipo de documento" -#: models.py:70 +#: models.py:68 msgid "documents types" msgstr "tipos de documentos" -#: models.py:79 -msgid "file" -msgstr "archivo" - -#: models.py:86 -msgid "added" -msgstr "agregado" - -#: models.py:87 -msgid "updated" -msgstr "actualizado" - -#: models.py:88 -msgid "checksum" -msgstr "suma de comprobación" - -#: models.py:89 +#: models.py:78 msgid "description" msgstr "descripción" -#: models.py:100 models.py:332 models.py:404 models.py:419 views.py:209 +#: models.py:79 +msgid "added" +msgstr "agregado" + +#: models.py:89 models.py:300 models.py:625 models.py:640 views.py:227 +#: views.py:351 msgid "document" msgstr "documento" -#: models.py:181 +#: models.py:287 +#, python-format +msgid "Major %(major)i.%(minor)i, (new release)" +msgstr "" + +#: models.py:288 +#, python-format +msgid "Minor %(major)i.%(minor)i, (some updates)" +msgstr "" + +#: models.py:289 +#, python-format +msgid "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" +msgstr "" + +#: models.py:301 +msgid "mayor" +msgstr "mayor" + +#: models.py:302 +msgid "minor" +msgstr "menor" + +#: models.py:303 +msgid "micro" +msgstr "micro" + +#: models.py:304 +msgid "release level" +msgstr "" + +#: models.py:305 +msgid "serial" +msgstr "" + +#: models.py:306 +msgid "timestamp" +msgstr "" + +#: models.py:307 views.py:1357 +msgid "comment" +msgstr "comentario" + +#: models.py:310 +msgid "file" +msgstr "archivo" + +#: models.py:314 +msgid "checksum" +msgstr "suma de comprobación" + +#: models.py:318 models.py:319 models.py:542 +msgid "document version" +msgstr "" + +#: models.py:411 msgid "" "This document's file format is not known, the page count has therefore " "defaulted to 1." @@ -393,141 +442,197 @@ msgstr "" "El formato de este archivo de documento no se conoce, el número de páginas " "por lo tanto sera 1." -#: models.py:316 +#: models.py:525 views.py:1353 msgid "filename" msgstr "nombre de archivo" -#: models.py:317 views.py:1010 +#: models.py:526 views.py:1181 msgid "enabled" msgstr "habilitado" -#: models.py:324 +#: models.py:533 msgid "document type quick rename filename" msgstr "nombre de archivo para cambio rápido de nombre para tipo de documento" -#: models.py:325 +#: models.py:534 msgid "document types quick rename filenames" msgstr "" "nombres de archivos para cambio rápido de nombre para tipo de documentos" -#: models.py:333 +#: models.py:545 msgid "content" msgstr "contenido" -#: models.py:334 +#: models.py:546 msgid "page label" msgstr "etiqueta de la página" -#: models.py:335 +#: models.py:547 msgid "page number" msgstr "número de página" -#: models.py:338 +#: models.py:550 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "Pagína %(page_num)d de %(total_pages)d de %(document)s " -#: models.py:346 models.py:383 +#: models.py:558 models.py:604 msgid "document page" msgstr "página de documento" -#: models.py:347 +#: models.py:559 msgid "document pages" msgstr "páginas de documentos" -#: models.py:358 +#: models.py:579 msgid "Enter a valid value." msgstr "Introduzca un valor válido." -#: models.py:384 views.py:333 +#: models.py:605 views.py:449 msgid "order" msgstr "orden" -#: models.py:385 views.py:334 views.py:389 views.py:418 +#: models.py:606 views.py:450 views.py:511 views.py:542 msgid "transformation" msgstr "transformación" -#: models.py:386 views.py:335 +#: models.py:607 views.py:451 msgid "arguments" msgstr "argumentos" -#: models.py:386 +#: models.py:607 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "Utilize diccionarios para indentificar argumentos, por ejemplo: %s" -#: models.py:394 +#: models.py:615 msgid "document page transformation" msgstr "transformación de página de documento" -#: models.py:395 +#: models.py:616 msgid "document page transformations" msgstr "transformaciones de páginas de documentos" -#: models.py:403 +#: models.py:624 msgid "user" msgstr "usuario" -#: models.py:405 +#: models.py:626 msgid "accessed" msgstr "accesado" -#: models.py:414 +#: models.py:635 msgid "recent document" msgstr "documento reciente" -#: models.py:420 +#: models.py:641 msgid "Document type" msgstr "Tipo de documento" -#: models.py:421 +#: models.py:642 msgid "MIME type" msgstr "Tipo MIME" -#: models.py:422 views.py:117 +#: models.py:643 views.py:132 msgid "Filename" msgstr "Nombre del archivo" -#: models.py:423 -msgid "Filename extension" -msgstr "Extensión de archivo" - -#: models.py:424 +#: models.py:644 msgid "Metadata value" msgstr "Valor de metadatos" -#: models.py:425 +#: models.py:645 msgid "Content" msgstr "Contenido" -#: models.py:426 +#: models.py:646 msgid "Description" msgstr "Descripción" -#: models.py:427 +#: models.py:647 msgid "Tags" msgstr "Etiquetas" -#: models.py:428 +#: models.py:648 msgid "Comments" msgstr "Comentarios" -#: statistics.py:38 +#: permissions.py:9 +msgid "Create documents" +msgstr "Crear documentos" + +#: permissions.py:10 +msgid "Edit document properties" +msgstr "Editar propiedades del documento" + +#: permissions.py:11 +msgid "Edit documents" +msgstr "Editar documentos" + +#: permissions.py:12 +msgid "View documents" +msgstr "Ver documentos" + +#: permissions.py:13 +msgid "Delete documents" +msgstr "Eliminar documentos" + +#: permissions.py:14 views.py:408 +msgid "Download documents" +msgstr "Descargar documentos" + +#: permissions.py:15 +msgid "Transform documents" +msgstr "Transformar documentos" + +#: permissions.py:16 +msgid "Execute document modifying tools" +msgstr "Ejecutar herramientas de modificación de documento" + +#: permissions.py:17 +msgid "Revert documents to a previous version" +msgstr "" + +#: permissions.py:18 +msgid "Create new document versions" +msgstr "" + +#: permissions.py:20 +msgid "Documents setup" +msgstr "Configuración de documentos" + +#: permissions.py:22 +msgid "View document types" +msgstr "" + +#: permissions.py:23 +msgid "Edit document types" +msgstr "Editar tipos de documentos" + +#: permissions.py:24 +msgid "Delete document types" +msgstr "Eliminar tipos de documentos" + +#: permissions.py:25 +msgid "Create document types" +msgstr "Crear tipos de documentos" + +#: statistics.py:40 #, python-format msgid "Document types: %d" msgstr "Tipos de documentos: %d" -#: statistics.py:39 +#: statistics.py:41 #, python-format msgid "Documents in database: %d" msgstr "Documentos en la base de datos: %d" -#: statistics.py:44 +#: statistics.py:46 #, python-format msgid "Documents in storage: %d" msgstr "Documentos en almacenamiento: %d" -#: statistics.py:46 +#: statistics.py:48 #, python-format msgid "" "Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d" @@ -536,142 +641,153 @@ msgstr "" "Espacio utilizado en el almacenamiento: %(base_2)s (base 2), %(base_10)s " "(base 10), %(bytes)d bytes" -#: statistics.py:56 +#: statistics.py:58 #, python-format msgid "Document pages in database: %d" msgstr "Páginas de documentos en la base de datos: %d" -#: statistics.py:57 +#: statistics.py:59 #, python-format msgid "Minimum amount of pages per document: %(page_count__min)d" msgstr "Cantidad mínima de páginas por documento: %(page_count__min)d" -#: statistics.py:58 +#: statistics.py:60 #, python-format msgid "Maximum amount of pages per document: %(page_count__max)d" msgstr "Cantidad máxima de páginas por documento: %(page_count__max)d" -#: statistics.py:59 +#: statistics.py:61 #, python-format msgid "Average amount of pages per document: %(page_count__avg)f" msgstr "Promedio de páginas por documento: %(page_count__avg)f" -#: statistics.py:65 +#: statistics.py:67 msgid "Document statistics" msgstr "Estadísticas de documentos" -#: views.py:118 -msgid "File extension" -msgstr "Extensión de archivo" - -#: views.py:119 +#: views.py:133 msgid "File mimetype" msgstr "Tipo MIME del archivo" -#: views.py:120 +#: views.py:134 msgid "File mime encoding" msgstr "Codificación de archivos MIME" -#: views.py:121 +#: views.py:135 msgid "File size" msgstr "Tamaños del archivo" -#: views.py:122 +#: views.py:136 msgid "Exists in storage" msgstr "Existe en el almacenamiento" -#: views.py:123 +#: views.py:137 msgid "File path in storage" msgstr "Ruta de archivos en el almacenamiento" -#: views.py:124 +#: views.py:138 msgid "Date added" msgstr "Fecha en que se agregó" -#: views.py:125 +#: views.py:139 msgid "Time added" msgstr "El tiempo añadido" -#: views.py:126 +#: views.py:140 msgid "Checksum" msgstr "Suma de comprobación" -#: views.py:127 +#: views.py:141 msgid "UUID" msgstr "UUID" -#: views.py:128 +#: views.py:142 msgid "Pages" msgstr "Páginas" -#: views.py:137 +#: views.py:151 #, python-format msgid "document properties for: %s" msgstr "propiedades del documento: %s" -#: views.py:159 +#: views.py:173 msgid "document data" msgstr "datos del documento" -#: views.py:184 views.py:521 +#: views.py:197 views.py:646 msgid "Must provide at least one document." msgstr "Debe proveer al menos un documento." -#: views.py:200 -#, python-format -msgid "Document: %s deleted successfully." -msgstr "Documento: %s eliminado con éxito." +#: views.py:218 +msgid "Document deleted successfully." +msgstr "" -#: views.py:202 +#: views.py:220 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Documento: %(document)s, error de eliminación: %(error)s " -#: views.py:217 +#: views.py:235 #, python-format msgid "Are you sure you wish to delete the document: %s?" msgstr "¿Está seguro que desea eliminar el documento: %s?" -#: views.py:219 +#: views.py:237 #, python-format msgid "Are you sure you wish to delete the documents: %s?" msgstr "¿Está seguro que desea eliminar los documentos: %s?" -#: views.py:256 +#: views.py:276 #, python-format msgid "Document \"%s\" edited successfully." msgstr "Documento \"%s\" editado exitosamente." -#: views.py:329 +#: views.py:342 +msgid "documents to be downloaded" +msgstr "" + +#: views.py:352 views.py:1337 +msgid "version" +msgstr "" + +#: views.py:409 +msgid "Download" +msgstr "Descargar" + +#: views.py:411 +msgid "Return" +msgstr "Volver" + +#: views.py:445 #, python-format msgid "transformations for: %s" msgstr "transformaciones para: %s" -#: views.py:353 +#: views.py:472 msgid "Document page transformation created successfully." msgstr "Transformación de página de documento creada con exitosamente." -#: views.py:362 +#: views.py:481 #, python-format msgid "Create new transformation for page: %(page)s of document: %(document)s" msgstr "" "Crear nueva transformación de la página: %(page)s del documento: " "%(document)s " -#: views.py:378 +#: views.py:500 msgid "Document page transformation edited successfully." msgstr "Transformación de página de documento editada con exitosamente." -#: views.py:391 +#: views.py:513 #, python-format msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" msgstr "Editar transformación \" %(transformation)s\" para: %(document_page)s" -#: views.py:409 +#: views.py:533 msgid "Document page transformation deleted successfully." msgstr "Transformación de página de documento eliminada exitosamente." -#: views.py:420 +#: views.py:544 #, python-format msgid "" "Are you sure you wish to delete transformation \"%(transformation)s\" for: " @@ -680,26 +796,26 @@ msgstr "" "¿Está seguro que desea eliminar la transformación \"%(transformation)s\" " "para: %(document_page)s" -#: views.py:434 +#: views.py:562 #, python-format msgid "duplicates of: %s" msgstr "duplicados de: %s" -#: views.py:446 +#: views.py:574 msgid "Are you sure you wish to find all duplicates?" msgstr "¿Está seguro que desea encontrar todos los duplicados?" -#: views.py:447 views.py:506 views.py:571 +#: views.py:575 views.py:633 views.py:701 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:462 +#: views.py:598 msgid "duplicated documents" msgstr "documentos duplicados" -#: views.py:497 +#: views.py:624 #, python-format msgid "" "Page count update complete. Documents processed: %(total)d, documents with " @@ -708,7 +824,7 @@ msgstr "" "Actualización de número de páginas completado. Documentos procesados: " "%(total)d, documentos con el número de páginas actualizado: %(change)d" -#: views.py:505 +#: views.py:632 #, python-format msgid "" "Are you sure you wish to update the page count for the office documents " @@ -717,7 +833,7 @@ msgstr "" "¿Seguro que desea actualizar el número de páginas de los documentos de " "oficina (%d)?" -#: views.py:534 +#: views.py:664 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " @@ -726,7 +842,7 @@ msgstr "" "Todas las transformaciones de la página de documento: %s, se han eliminado " "con éxito." -#: views.py:536 +#: views.py:666 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " @@ -735,11 +851,11 @@ msgstr "" "Error al eliminar las transformaciones de página para el documento: " "%(document)s; %(error)s." -#: views.py:542 +#: views.py:672 msgid "document transformation" msgstr "transformación de documento" -#: views.py:551 +#: views.py:681 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for document: " @@ -748,7 +864,7 @@ msgstr "" "¿Está seguro que desea eliminar todas las transformaciones de página del " "documento: %s?" -#: views.py:553 +#: views.py:683 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for documents: " @@ -757,73 +873,73 @@ msgstr "" "¿Está seguro que desea eliminar las transformaciones de página de los " "documentos: %s?" -#: views.py:581 +#: views.py:711 msgid "missing documents" msgstr "documentos perdidos" -#: views.py:594 views.py:632 +#: views.py:727 views.py:769 #, python-format msgid "details for: %s" msgstr "detalles para: %s" -#: views.py:647 +#: views.py:788 msgid "Document page edited successfully." msgstr "Página del documento se ha editado correctamente." -#: views.py:656 +#: views.py:797 #, python-format msgid "edit: %s" msgstr "editar: %s" -#: views.py:667 +#: views.py:814 msgid "There are no more pages in this document" msgstr "No hay más páginas en este documento" -#: views.py:680 +#: views.py:832 msgid "You are already at the first page of this document" msgstr "Usted ya está en la primera página de este documento" -#: views.py:823 +#: views.py:993 #, python-format msgid "print: %s" msgstr "Imprimir: %s" -#: views.py:894 +#: views.py:1066 #, python-format msgid "documents of type \"%s\"" msgstr "documentos de tipo \"%s\"" -#: views.py:914 +#: views.py:1086 msgid "Document type edited successfully" msgstr "Tipo de documento editado exitosamente" -#: views.py:917 +#: views.py:1089 #, python-format msgid "Error editing document type; %s" msgstr "Error al modificar el tipo de documento; %s" -#: views.py:922 +#: views.py:1094 #, python-format msgid "edit document type: %s" msgstr "editar tipo de documento: %s" -#: views.py:947 +#: views.py:1118 #, python-format msgid "Document type: %s deleted successfully." msgstr "Tipo de documento: %s eliminado exitosamente." -#: views.py:949 +#: views.py:1120 #, python-format msgid "Document type: %(document_type)s delete error: %(error)s" msgstr "" "Error de eliminación: %(error)s para tipo de documento: %(document_type)s " -#: views.py:964 +#: views.py:1135 #, python-format msgid "Are you sure you wish to delete the document type: %s?" msgstr "¿Está seguro que desea eliminar el tipo de documento: %s?" -#: views.py:965 +#: views.py:1136 msgid "" "The document type of all documents using this document type will be set to " "none." @@ -831,46 +947,46 @@ msgstr "" "El tipo de documento de todos los documentos que utilizan este tipo de " "documentos será borrado." -#: views.py:981 +#: views.py:1152 msgid "Document type created successfully" msgstr "Tipo de documento creado exitosamente." -#: views.py:984 +#: views.py:1155 #, python-format msgid "Error creating document type; %(error)s" msgstr "Error documento creando tipo de documento; %(error)s " -#: views.py:1002 +#: views.py:1173 #, python-format msgid "filenames for document type: %s" msgstr "nombres de archivo para tipo de documento: %s" -#: views.py:1033 +#: views.py:1204 msgid "Document type filename edited successfully" msgstr "Nombre de archivo de tipo de documento editado con exitosamente" -#: views.py:1036 +#: views.py:1207 #, python-format msgid "Error editing document type filename; %s" msgstr "Error al modificar el nombre de archivo para tipo de document; %s" -#: views.py:1041 +#: views.py:1212 #, python-format msgid "edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" "editar nombre de archivo \"%(filename)s\" del tipo de documento " "\"%(document_type)s\"" -#: views.py:1050 views.py:1076 views.py:1084 +#: views.py:1221 views.py:1247 views.py:1255 msgid "document type filename" msgstr "nombre de archivo para tipo de documento" -#: views.py:1068 +#: views.py:1239 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "Nombre de archivo para tipo de documento: %s eliminado exitosamente." -#: views.py:1070 +#: views.py:1241 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" @@ -878,7 +994,7 @@ msgstr "" "Error de eliminación: %(error)s para nombre de archivo de tipo de documento:" " %(document_type_filename)s " -#: views.py:1086 +#: views.py:1257 #, python-format msgid "" "Are you sure you wish to delete the filename: %(filename)s, from document " @@ -887,37 +1003,84 @@ msgstr "" "¿Está seguro que desea eliminar el nombre del archivo: %(filename)s, del " "tipo de documento \"%(document_type)s\"?" -#: views.py:1111 +#: views.py:1282 msgid "Document type filename created successfully" msgstr "Nombre de archivo de tipo de documento creado exitosamente." -#: views.py:1114 +#: views.py:1285 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "Error al crear nombre de archivo para tipo de documento; %(error)s" -#: views.py:1120 +#: views.py:1291 #, python-format msgid "create filename for document type: %s" msgstr "crear nombre de archivo para tipo de documento: %s" -#: widgets.py:26 +#: views.py:1306 +msgid "Document image cache cleared successfully" +msgstr "" + +#: views.py:1308 +#, python-format +msgid "Error clearing document image cache; %s" +msgstr "" + +#: views.py:1314 +msgid "Are you sure you wish to clear the document image cache?" +msgstr "" + +#: views.py:1331 +#, python-format +msgid "versions for document: %s" +msgstr "" + +#: views.py:1341 +msgid "time and date" +msgstr "" + +#: views.py:1345 +msgid "mimetype" +msgstr "" + +#: views.py:1349 +msgid "encoding" +msgstr "" + +#: views.py:1380 +msgid "Document version reverted successfully" +msgstr "" + +#: views.py:1382 +#, python-format +msgid "Error reverting document version; %s" +msgstr "" + +#: views.py:1389 +msgid "Are you sure you wish to revert to this version?" +msgstr "" + +#: views.py:1390 +msgid "All later version after this one will be deleted too." +msgstr "" + +#: widgets.py:25 msgid "document page image" msgstr "imagen de página de documento" -#: wizards.py:34 +#: wizards.py:36 msgid "step 1 of 3: Document type" msgstr "paso 1 de 3: Tipo de documento" -#: wizards.py:35 +#: wizards.py:37 msgid "step 2 of 3: Metadata selection" msgstr "paso 2 de 3: Selección de metadatos" -#: wizards.py:36 +#: wizards.py:38 msgid "step 3 of 3: Document metadata" msgstr "paso 3 de 3: Metadatos de documento" -#: wizards.py:44 +#: wizards.py:46 msgid "Next step" msgstr "Siguiente paso" diff --git a/apps/documents/locale/it/LC_MESSAGES/django.mo b/apps/documents/locale/it/LC_MESSAGES/django.mo index e3790f1128..33d61db5c8 100644 Binary files a/apps/documents/locale/it/LC_MESSAGES/django.mo and b/apps/documents/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/documents/locale/it/LC_MESSAGES/django.po b/apps/documents/locale/it/LC_MESSAGES/django.po index ac50b2183a..9df2284306 100644 --- a/apps/documents/locale/it/LC_MESSAGES/django.po +++ b/apps/documents/locale/it/LC_MESSAGES/django.po @@ -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-07 11:57+0000\n" -"Last-Translator: pippo64 \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 \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,75 +18,67 @@ msgstr "" "Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:49 __init__.py:159 -msgid "Documents" -msgstr "Documenti" - -#: __init__.py:60 -msgid "Documents setup" -msgstr "Setup Documenti" - -#: __init__.py:70 +#: __init__.py:63 msgid "all documents" msgstr "tutti i documenti" -#: __init__.py:71 models.py:415 views.py:709 +#: __init__.py:64 models.py:636 views.py:871 msgid "recent documents" msgstr "documenti recenti" -#: __init__.py:72 +#: __init__.py:65 msgid "upload new documents" msgstr "upload nuovi documenti" -#: __init__.py:73 +#: __init__.py:66 msgid "clone metadata" msgstr "clona i metadati" -#: __init__.py:74 +#: __init__.py:67 msgid "details" msgstr "dettagli" -#: __init__.py:75 +#: __init__.py:68 msgid "properties" msgstr "proprietà" -#: __init__.py:76 __init__.py:77 __init__.py:92 __init__.py:114 -#: __init__.py:120 +#: __init__.py:69 __init__.py:70 __init__.py:92 __init__.py:116 +#: __init__.py:122 msgid "delete" msgstr "cancella" -#: __init__.py:78 __init__.py:91 __init__.py:113 __init__.py:119 +#: __init__.py:71 __init__.py:91 __init__.py:115 __init__.py:121 msgid "edit" msgstr "edita" -#: __init__.py:79 +#: __init__.py:72 msgid "preview" msgstr "anteprima" -#: __init__.py:80 +#: __init__.py:73 __init__.py:74 __init__.py:75 msgid "download" msgstr "scarica" -#: __init__.py:81 +#: __init__.py:76 msgid "find duplicates" msgstr "trova duplicati" -#: __init__.py:82 +#: __init__.py:77 msgid "find all duplicates" msgstr "trova tutti i duplicati" -#: __init__.py:82 +#: __init__.py:77 msgid "" "Search all the documents' checksums and return a list of the exact matches." msgstr "" "Cerca tutti i documenti con il checksum e restituisci una lista delle " "corrispondenze esatte." -#: __init__.py:83 +#: __init__.py:78 msgid "update office documents' page count" msgstr "update documenti di office numero di pagine" -#: __init__.py:83 +#: __init__.py:78 msgid "" "Update the page count of the office type documents. This is useful when " "enabling office document support after there were already office type " @@ -96,18 +88,32 @@ msgstr "" "enabling office document support after there were already office type " "documents in the database." -#: __init__.py:84 __init__.py:85 +#: __init__.py:79 __init__.py:80 msgid "clear transformations" msgstr "ripulisci le trasformazioni" -#: __init__.py:86 +#: __init__.py:81 msgid "print" msgstr "stampa" -#: __init__.py:87 +#: __init__.py:82 msgid "history" msgstr "versioni" +#: __init__.py:83 +msgid "Find missing document files" +msgstr "Trovare i file di documenti mancanti" + +#: __init__.py:86 +msgid "Clear the document image cache" +msgstr "" + +#: __init__.py:86 +msgid "" +"Clear the graphics representations used to speed up the documents' display " +"and interactive transformations results." +msgstr "" + #: __init__.py:89 msgid "page transformations" msgstr "trasformazioni della pagina" @@ -164,167 +170,146 @@ msgstr "ruotate a sinistra" msgid "reset view" msgstr "ripristino della vista" -#: __init__.py:107 -msgid "Find missing document files" -msgstr "Trovare i file di documenti mancanti" +#: __init__.py:108 +msgid "versions" +msgstr "" -#: __init__.py:110 +#: __init__.py:109 +msgid "revert" +msgstr "" + +#: __init__.py:112 msgid "document type list" msgstr "lista in base al tipo di documento" -#: __init__.py:111 views.py:877 +#: __init__.py:113 views.py:1050 msgid "document types" msgstr "tipi di documenti" -#: __init__.py:112 +#: __init__.py:114 msgid "documents of this type" msgstr "documenti di questo tipo" -#: __init__.py:115 views.py:990 +#: __init__.py:117 views.py:1161 msgid "create document type" msgstr "crea il tipo di documenti" -#: __init__.py:117 +#: __init__.py:119 msgid "filenames" msgstr "nome file" -#: __init__.py:118 +#: __init__.py:120 msgid "add filename to document type" msgstr "aggiungi il nome file al tipo di documento" -#: __init__.py:161 __init__.py:186 models.py:101 views.py:69 +#: __init__.py:164 permissions.py:7 +msgid "Documents" +msgstr "Documenti" + +#: __init__.py:166 __init__.py:179 models.py:90 views.py:79 msgid "documents" msgstr "documenti" -#: __init__.py:173 +#: __init__.py:169 msgid "thumbnail" msgstr "thumbnail" -#: __init__.py:176 -msgid "tags" -msgstr "etichette" - -#: __init__.py:179 +#: __init__.py:172 msgid "metadata" msgstr "metadata" -#: forms.py:60 +#: forms.py:63 msgid "Page image" msgstr "Immagine della pagina" -#: forms.py:70 forms.py:209 +#: forms.py:73 forms.py:270 msgid "Contents" msgstr "Contenuti" -#: forms.py:116 +#: forms.py:109 +msgid "Page" +msgstr "" + +#: forms.py:121 msgid "Details" msgstr "Dettagli" -#: forms.py:121 +#: forms.py:126 msgid "Click on the image for full size preview" msgstr "Click sull'immagine per l'anteprima" -#: forms.py:131 +#: forms.py:136 #, python-format msgid "Document pages (%s)" msgstr "Pagine nel documento (%s)" -#: forms.py:166 +#: forms.py:162 +msgid "Use the new version filename as the document filename" +msgstr "" + +#: forms.py:178 msgid "Quick document rename" msgstr "Rinomina del documento veloce" -#: forms.py:169 +#: forms.py:185 +msgid "Version update" +msgstr "" + +#: forms.py:190 +msgid "Release level" +msgstr "" + +#: forms.py:196 +msgid "Release level serial" +msgstr "" + +#: forms.py:204 +msgid "Comment" +msgstr "" + +#: forms.py:210 msgid "New document filename" msgstr "Nuovo nome documento" -#: forms.py:223 -msgid "Page size" -msgstr "Dimensioni di pagina" - -#: forms.py:224 -msgid "Custom page width" -msgstr "Personalizza larghezza pagina" - -#: forms.py:225 -msgid "Custom page height" -msgstr "Personalizza altezza pagina" - -#: forms.py:226 -msgid "Page orientation" -msgstr "Orientamento pagina" - -#: forms.py:227 +#: forms.py:288 msgid "Page range" msgstr "Intervallo pagina" -#: literals.py:8 -msgid "Create documents" -msgstr "Crea documenti" +#: forms.py:318 +msgid "Compress" +msgstr "" -#: literals.py:9 -msgid "Edit document properties" -msgstr "Modifica proprietà documento" +#: forms.py:318 +msgid "" +"Download the document in the original format or in a compressed manner. " +"This option is selectable only when downloading one document, for multiple " +"documents, the bundle will always be downloads as a compressed file." +msgstr "" #: literals.py:10 -msgid "Edit documents" -msgstr "Modifica documenti" - -#: literals.py:11 -msgid "View documents" -msgstr "Visualizza documenti" - -#: literals.py:12 -msgid "Delete documents" -msgstr "Cancella documenti" - -#: literals.py:13 -msgid "Download documents" -msgstr "Scarica documenti" - -#: literals.py:14 -msgid "Transform documents" -msgstr "Trasforma documenti" - -#: literals.py:15 -msgid "Execute document modifying tools" -msgstr "Esegui i tools per la modifica dei documenti" - -#: literals.py:17 -msgid "Edit document types" -msgstr "Modifica il tipo di documento" - -#: literals.py:18 -msgid "Delete document types" -msgstr "Cancella il tipo di documento" - -#: literals.py:19 -msgid "Create document types" -msgstr "Crea tipo di documento" - -#: literals.py:23 msgid "Document creation" msgstr "Creazione documento" -#: literals.py:24 +#: literals.py:11 #, python-format msgid "Document \"%(content_object)s\" created by %(fullname)s." msgstr "Documento \"%(content_object)s\" creato da by %(fullname)s." -#: literals.py:25 +#: literals.py:12 #, python-format msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." msgstr "Documento \"%(content_object)s\" creato il %(datetime)s da %(fullname)s." -#: literals.py:31 +#: literals.py:18 msgid "Document edited" msgstr "Documento modificato" -#: literals.py:32 +#: literals.py:19 #, python-format msgid "Document \"%(content_object)s\" edited by %(fullname)s." msgstr "Documento \"%(content_object)s\" modificato da %(fullname)s." -#: literals.py:33 +#: literals.py:20 #, python-format msgid "" "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." @@ -333,58 +318,122 @@ msgstr "" "Documento \"%(content_object)s\" è stato modificato il %(datetime)s da " "%(fullname)s. Queste le seguenti modifiche: %(changes)s." -#: literals.py:42 +#: literals.py:29 msgid "Document deleted" msgstr "Documento cancellato" -#: literals.py:43 +#: literals.py:30 #, python-format msgid "Document \"%(document)s\" deleted by %(fullname)s." msgstr "Documento \"%(document)s\" cancellato da %(fullname)s." -#: literals.py:44 +#: literals.py:31 #, python-format msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." msgstr "Documento \"%(document)s\" cancellato il %(datetime)s da %(fullname)s." -#: models.py:63 +#: literals.py:42 +msgid "final" +msgstr "" + +#: literals.py:43 +msgid "alpha" +msgstr "" + +#: literals.py:44 +msgid "beta" +msgstr "" + +#: literals.py:45 +msgid "release candidate" +msgstr "" + +#: literals.py:46 +msgid "hotfix" +msgstr "" + +#: models.py:61 msgid "name" msgstr "nome" -#: models.py:69 models.py:78 models.py:315 views.py:896 views.py:926 -#: views.py:955 views.py:960 views.py:1003 views.py:1049 views.py:1083 +#: models.py:67 models.py:77 models.py:524 views.py:1068 views.py:1097 +#: views.py:1126 views.py:1131 views.py:1174 views.py:1220 views.py:1254 msgid "document type" msgstr "tipo documento" -#: models.py:70 +#: models.py:68 msgid "documents types" msgstr "documenti tipo" -#: models.py:79 -msgid "file" -msgstr "file" - -#: models.py:86 -msgid "added" -msgstr "ha aggiunto" - -#: models.py:87 -msgid "updated" -msgstr "updated" - -#: models.py:88 -msgid "checksum" -msgstr "checksum" - -#: models.py:89 +#: models.py:78 msgid "description" msgstr "descrizione" -#: models.py:100 models.py:332 models.py:404 models.py:419 views.py:209 +#: models.py:79 +msgid "added" +msgstr "ha aggiunto" + +#: models.py:89 models.py:300 models.py:625 models.py:640 views.py:227 +#: views.py:351 msgid "document" msgstr "documento" -#: models.py:181 +#: models.py:287 +#, python-format +msgid "Major %(major)i.%(minor)i, (new release)" +msgstr "" + +#: models.py:288 +#, python-format +msgid "Minor %(major)i.%(minor)i, (some updates)" +msgstr "" + +#: models.py:289 +#, python-format +msgid "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" +msgstr "" + +#: models.py:301 +msgid "mayor" +msgstr "" + +#: models.py:302 +msgid "minor" +msgstr "" + +#: models.py:303 +msgid "micro" +msgstr "" + +#: models.py:304 +msgid "release level" +msgstr "" + +#: models.py:305 +msgid "serial" +msgstr "" + +#: models.py:306 +msgid "timestamp" +msgstr "" + +#: models.py:307 views.py:1357 +msgid "comment" +msgstr "" + +#: models.py:310 +msgid "file" +msgstr "file" + +#: models.py:314 +msgid "checksum" +msgstr "checksum" + +#: models.py:318 models.py:319 models.py:542 +msgid "document version" +msgstr "" + +#: models.py:411 msgid "" "This document's file format is not known, the page count has therefore " "defaulted to 1." @@ -392,140 +441,196 @@ msgstr "" "Questo tipo di formato file è sconosciuto, per cui il numero di pagine sarà " "1" -#: models.py:316 +#: models.py:525 views.py:1353 msgid "filename" msgstr "nome file" -#: models.py:317 views.py:1010 +#: models.py:526 views.py:1181 msgid "enabled" msgstr "abilitato" -#: models.py:324 +#: models.py:533 msgid "document type quick rename filename" msgstr "rinomina veloce del nome file del documento" -#: models.py:325 +#: models.py:534 msgid "document types quick rename filenames" msgstr "rinomina veloce del nome files del documento" -#: models.py:333 +#: models.py:545 msgid "content" msgstr "contenuto" -#: models.py:334 +#: models.py:546 msgid "page label" msgstr "etichetta di pagina" -#: models.py:335 +#: models.py:547 msgid "page number" msgstr "numero pagina" -#: models.py:338 +#: models.py:550 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "Pagina %(page_num)d di %(total_pages)d del %(document)s" -#: models.py:346 models.py:383 +#: models.py:558 models.py:604 msgid "document page" msgstr "pagina del documento" -#: models.py:347 +#: models.py:559 msgid "document pages" msgstr "pagine di documento" -#: models.py:358 +#: models.py:579 msgid "Enter a valid value." msgstr "Inserisci un valore valido" -#: models.py:384 views.py:333 +#: models.py:605 views.py:449 msgid "order" msgstr "ordina" -#: models.py:385 views.py:334 views.py:389 views.py:418 +#: models.py:606 views.py:450 views.py:511 views.py:542 msgid "transformation" msgstr "trasformazione" -#: models.py:386 views.py:335 +#: models.py:607 views.py:451 msgid "arguments" msgstr "argomenti" -#: models.py:386 +#: models.py:607 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "Usa dizionari per identificare gli argomenti, esempio:%s" -#: models.py:394 +#: models.py:615 msgid "document page transformation" msgstr "trasformazione della pagina del documento" -#: models.py:395 +#: models.py:616 msgid "document page transformations" msgstr "trasformazioni della pagina del documento" -#: models.py:403 +#: models.py:624 msgid "user" msgstr "utente" -#: models.py:405 +#: models.py:626 msgid "accessed" msgstr "accessi" -#: models.py:414 +#: models.py:635 msgid "recent document" msgstr "documenti recenti" -#: models.py:420 +#: models.py:641 msgid "Document type" msgstr "Tipo documento" -#: models.py:421 +#: models.py:642 msgid "MIME type" msgstr "Tipo MIME" -#: models.py:422 views.py:117 +#: models.py:643 views.py:132 msgid "Filename" msgstr "Nome file" -#: models.py:423 -msgid "Filename extension" -msgstr "Estensione del file" - -#: models.py:424 +#: models.py:644 msgid "Metadata value" msgstr "Valore del Metadato" -#: models.py:425 +#: models.py:645 msgid "Content" msgstr "Contenuto" -#: models.py:426 +#: models.py:646 msgid "Description" msgstr "Descrizione" -#: models.py:427 +#: models.py:647 msgid "Tags" msgstr "Etichette" -#: models.py:428 +#: models.py:648 msgid "Comments" msgstr "Commenti" -#: statistics.py:38 +#: permissions.py:9 +msgid "Create documents" +msgstr "Crea documenti" + +#: permissions.py:10 +msgid "Edit document properties" +msgstr "Modifica proprietà documento" + +#: permissions.py:11 +msgid "Edit documents" +msgstr "Modifica documenti" + +#: permissions.py:12 +msgid "View documents" +msgstr "Visualizza documenti" + +#: permissions.py:13 +msgid "Delete documents" +msgstr "Cancella documenti" + +#: permissions.py:14 views.py:408 +msgid "Download documents" +msgstr "Scarica documenti" + +#: permissions.py:15 +msgid "Transform documents" +msgstr "Trasforma documenti" + +#: permissions.py:16 +msgid "Execute document modifying tools" +msgstr "Esegui i tools per la modifica dei documenti" + +#: permissions.py:17 +msgid "Revert documents to a previous version" +msgstr "" + +#: permissions.py:18 +msgid "Create new document versions" +msgstr "" + +#: permissions.py:20 +msgid "Documents setup" +msgstr "Setup Documenti" + +#: permissions.py:22 +msgid "View document types" +msgstr "" + +#: permissions.py:23 +msgid "Edit document types" +msgstr "Modifica il tipo di documento" + +#: permissions.py:24 +msgid "Delete document types" +msgstr "Cancella il tipo di documento" + +#: permissions.py:25 +msgid "Create document types" +msgstr "Crea tipo di documento" + +#: statistics.py:40 #, python-format msgid "Document types: %d" msgstr "Tipi di documento: %d " -#: statistics.py:39 +#: statistics.py:41 #, python-format msgid "Documents in database: %d" msgstr "Documenti nel database:%d" -#: statistics.py:44 +#: statistics.py:46 #, python-format msgid "Documents in storage: %d" msgstr "Documenti nello storage:%d" -#: statistics.py:46 +#: statistics.py:48 #, python-format msgid "" "Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d" @@ -534,142 +639,153 @@ msgstr "" "Spazio usato nello storage: %(base_2)s (base 2), %(base_10)s (base 10), " "%(bytes)d bytes" -#: statistics.py:56 +#: statistics.py:58 #, python-format msgid "Document pages in database: %d" msgstr "Pagine di documenti nel database:%d" -#: statistics.py:57 +#: statistics.py:59 #, python-format msgid "Minimum amount of pages per document: %(page_count__min)d" msgstr "Numero minimo di pagine per documento:%(page_count__min)d" -#: statistics.py:58 +#: statistics.py:60 #, python-format msgid "Maximum amount of pages per document: %(page_count__max)d" msgstr "Numero massimo di pagine per documento:%(page_count__max)d" -#: statistics.py:59 +#: statistics.py:61 #, python-format msgid "Average amount of pages per document: %(page_count__avg)f" msgstr "Media di pagine per documento:%(page_count__avg)f" -#: statistics.py:65 +#: statistics.py:67 msgid "Document statistics" msgstr "Statistiche del documento" -#: views.py:118 -msgid "File extension" -msgstr "Estensione del file" - -#: views.py:119 +#: views.py:133 msgid "File mimetype" msgstr "File mimetype" -#: views.py:120 +#: views.py:134 msgid "File mime encoding" msgstr "File mime encoding" -#: views.py:121 +#: views.py:135 msgid "File size" msgstr "Dimensioni del file" -#: views.py:122 +#: views.py:136 msgid "Exists in storage" msgstr "Esiste nello storage" -#: views.py:123 +#: views.py:137 msgid "File path in storage" msgstr "File path in storage" -#: views.py:124 +#: views.py:138 msgid "Date added" msgstr "Inserimento data" -#: views.py:125 +#: views.py:139 msgid "Time added" msgstr "Inserimento orario" -#: views.py:126 +#: views.py:140 msgid "Checksum" msgstr "Checksum" -#: views.py:127 +#: views.py:141 msgid "UUID" msgstr "UUID" -#: views.py:128 +#: views.py:142 msgid "Pages" msgstr "Pagine" -#: views.py:137 +#: views.py:151 #, python-format msgid "document properties for: %s" msgstr "Proprietà per il documento:%s" -#: views.py:159 +#: views.py:173 msgid "document data" msgstr "dati del documento" -#: views.py:184 views.py:521 +#: views.py:197 views.py:646 msgid "Must provide at least one document." msgstr "Devi indicare almeno un documento" -#: views.py:200 -#, python-format -msgid "Document: %s deleted successfully." -msgstr "Il documento %s è stato cancellato con successo" +#: views.py:218 +msgid "Document deleted successfully." +msgstr "" -#: views.py:202 +#: views.py:220 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Documento:%(document)s errore cancellazione: %(error)s" -#: views.py:217 +#: views.py:235 #, python-format msgid "Are you sure you wish to delete the document: %s?" msgstr "Sei sicuro di voler cancellare il documento: %s?" -#: views.py:219 +#: views.py:237 #, python-format msgid "Are you sure you wish to delete the documents: %s?" msgstr "Sei sicuro di voler cancellare i documenti: %s?" -#: views.py:256 +#: views.py:276 #, python-format msgid "Document \"%s\" edited successfully." msgstr "Il documento \"%s\" è ancora in modifica" -#: views.py:329 +#: views.py:342 +msgid "documents to be downloaded" +msgstr "" + +#: views.py:352 views.py:1337 +msgid "version" +msgstr "" + +#: views.py:409 +msgid "Download" +msgstr "" + +#: views.py:411 +msgid "Return" +msgstr "" + +#: views.py:445 #, python-format msgid "transformations for: %s" msgstr "trasformazioni per:%s" -#: views.py:353 +#: views.py:472 msgid "Document page transformation created successfully." msgstr "Trasformazioni per la pagina del documento creata con successo" -#: views.py:362 +#: views.py:481 #, python-format msgid "Create new transformation for page: %(page)s of document: %(document)s" msgstr "" "Crea una nuova trasformazione per la pagina: %(page)s del documento: " "%(document)s" -#: views.py:378 +#: views.py:500 msgid "Document page transformation edited successfully." msgstr "Document page trasformation edited successfully." -#: views.py:391 +#: views.py:513 #, python-format msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" msgstr "Modifica la trasformazione \"%(transformation)s\" per: %(document_page)s" -#: views.py:409 +#: views.py:533 msgid "Document page transformation deleted successfully." msgstr "Trasformazione della pagina di documento cancellata con successo." -#: views.py:420 +#: views.py:544 #, python-format msgid "" "Are you sure you wish to delete transformation \"%(transformation)s\" for: " @@ -678,25 +794,25 @@ msgstr "" "Sei sicuro di voler cancellare la trasformazione \"%(transformation)s\" per:" " %(document_page)s" -#: views.py:434 +#: views.py:562 #, python-format msgid "duplicates of: %s" msgstr "duplicati di:%s" -#: views.py:446 +#: views.py:574 msgid "Are you sure you wish to find all duplicates?" msgstr "Sei sicuro di voler trovare tutti i duplicati?" -#: views.py:447 views.py:506 views.py:571 +#: views.py:575 views.py:633 views.py:701 msgid "On large databases this operation may take some time to execute." msgstr "" "In un grande database questa operazione potrebbe richiedere del tempo " -#: views.py:462 +#: views.py:598 msgid "duplicated documents" msgstr "documenti duplicati" -#: views.py:497 +#: views.py:624 #, python-format msgid "" "Page count update complete. Documents processed: %(total)d, documents with " @@ -705,7 +821,7 @@ msgstr "" "Update del numero di pagine completato. Il documenti processati " "%(total)d, con il numero di pagine cambiate: %(change)d" -#: views.py:505 +#: views.py:632 #, python-format msgid "" "Are you sure you wish to update the page count for the office documents " @@ -713,7 +829,7 @@ msgid "" msgstr "" "Sei sicuro di voler cambiare il numero di pagine deil documenti office (%d)?" -#: views.py:534 +#: views.py:664 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " @@ -722,7 +838,7 @@ msgstr "" "Tutte le trasformazioni alle pagine del documento:%s, sono state cancellate " "con successo." -#: views.py:536 +#: views.py:666 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " @@ -731,136 +847,136 @@ msgstr "" "Errore nella cancellazione della trasformazione della pagina per il " "documento:%(document)s; %(error)s." -#: views.py:542 +#: views.py:672 msgid "document transformation" msgstr "trasformazione del documento" -#: views.py:551 +#: views.py:681 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for document: " "%s?" msgstr "Sei sicuro di voler cancellare le trasformazioni per il documento:%s?" -#: views.py:553 +#: views.py:683 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for documents: " "%s?" msgstr "Sei sicuro di voler cancellare le trasformazioni per il documenti:%s?" -#: views.py:581 +#: views.py:711 msgid "missing documents" msgstr "documenti mancanti" -#: views.py:594 views.py:632 +#: views.py:727 views.py:769 #, python-format msgid "details for: %s" msgstr "dettagli per:%s" -#: views.py:647 +#: views.py:788 msgid "Document page edited successfully." msgstr "Pagina di documento modificata con successo." -#: views.py:656 +#: views.py:797 #, python-format msgid "edit: %s" msgstr "modifica:%s" -#: views.py:667 +#: views.py:814 msgid "There are no more pages in this document" msgstr "Non ci sono più pagine in questo documento" -#: views.py:680 +#: views.py:832 msgid "You are already at the first page of this document" msgstr "Sei già alla prima pagina del documento" -#: views.py:823 +#: views.py:993 #, python-format msgid "print: %s" msgstr "stampa:%s" -#: views.py:894 +#: views.py:1066 #, python-format msgid "documents of type \"%s\"" msgstr "documenti di tipo \"%s\"" -#: views.py:914 +#: views.py:1086 msgid "Document type edited successfully" msgstr "Tipo di documento modificata con successo" -#: views.py:917 +#: views.py:1089 #, python-format msgid "Error editing document type; %s" msgstr "Errore nella modifica del tipo di documento;%s" -#: views.py:922 +#: views.py:1094 #, python-format msgid "edit document type: %s" msgstr "modifica tipo documento:%s" -#: views.py:947 +#: views.py:1118 #, python-format msgid "Document type: %s deleted successfully." msgstr "Tipo di documento: %s cancellata ." -#: views.py:949 +#: views.py:1120 #, python-format msgid "Document type: %(document_type)s delete error: %(error)s" msgstr "" "Tipo di documento: %(document_type)s errore di cancellazione: %(error)s" -#: views.py:964 +#: views.py:1135 #, python-format msgid "Are you sure you wish to delete the document type: %s?" msgstr "Sei sicuro di cancellare questo tipo di documento:%s?" -#: views.py:965 +#: views.py:1136 msgid "" "The document type of all documents using this document type will be set to " "none." msgstr "Il tipo di documento per tutti i documenti sarà messo a nullo" -#: views.py:981 +#: views.py:1152 msgid "Document type created successfully" msgstr "Tipo di documento creato con successo" -#: views.py:984 +#: views.py:1155 #, python-format msgid "Error creating document type; %(error)s" msgstr "Errore nella creazione del tipo di documento;%(error)s" -#: views.py:1002 +#: views.py:1173 #, python-format msgid "filenames for document type: %s" msgstr "tipo di documento per il nome file: %s" -#: views.py:1033 +#: views.py:1204 msgid "Document type filename edited successfully" msgstr "Tipo di documento per il nome file modificato con successo" -#: views.py:1036 +#: views.py:1207 #, python-format msgid "Error editing document type filename; %s" msgstr "Errore nella modifica del tipo di nome file;%s" -#: views.py:1041 +#: views.py:1212 #, python-format msgid "edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" "modifica il nome file \"%(filename)s\" per il tipo di documento " "\"%(document_type)s\"" -#: views.py:1050 views.py:1076 views.py:1084 +#: views.py:1221 views.py:1247 views.py:1255 msgid "document type filename" msgstr "tipo di nome file per il documento" -#: views.py:1068 +#: views.py:1239 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "Tipo di nome file per il documento: %s cancellato con successo." -#: views.py:1070 +#: views.py:1241 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" @@ -868,7 +984,7 @@ msgstr "" "Tipo di nome file per il documento:%(document_type_filename)s errore di " "cancellazione: %(error)s" -#: views.py:1086 +#: views.py:1257 #, python-format msgid "" "Are you sure you wish to delete the filename: %(filename)s, from document " @@ -877,37 +993,84 @@ msgstr "" "Sei sicuro che vuoi cancellare il nome file:%(filename)s, per il tipo di " "documento\"%(document_type)s\"?" -#: views.py:1111 +#: views.py:1282 msgid "Document type filename created successfully" msgstr "Tipo di nome file per nome file creato con successo" -#: views.py:1114 +#: views.py:1285 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "Errore creando il tipo di nome file; %(error)s" -#: views.py:1120 +#: views.py:1291 #, python-format msgid "create filename for document type: %s" msgstr "crea il nome file per i documenti di tipo:%s" -#: widgets.py:26 +#: views.py:1306 +msgid "Document image cache cleared successfully" +msgstr "" + +#: views.py:1308 +#, python-format +msgid "Error clearing document image cache; %s" +msgstr "" + +#: views.py:1314 +msgid "Are you sure you wish to clear the document image cache?" +msgstr "" + +#: views.py:1331 +#, python-format +msgid "versions for document: %s" +msgstr "" + +#: views.py:1341 +msgid "time and date" +msgstr "" + +#: views.py:1345 +msgid "mimetype" +msgstr "" + +#: views.py:1349 +msgid "encoding" +msgstr "" + +#: views.py:1380 +msgid "Document version reverted successfully" +msgstr "" + +#: views.py:1382 +#, python-format +msgid "Error reverting document version; %s" +msgstr "" + +#: views.py:1389 +msgid "Are you sure you wish to revert to this version?" +msgstr "" + +#: views.py:1390 +msgid "All later version after this one will be deleted too." +msgstr "" + +#: widgets.py:25 msgid "document page image" msgstr "immagine della pagina del documento" -#: wizards.py:34 +#: wizards.py:36 msgid "step 1 of 3: Document type" msgstr "step 1 of 3: Tipo documento" -#: wizards.py:35 +#: wizards.py:37 msgid "step 2 of 3: Metadata selection" msgstr "step 2 of 3: Selezione dei Metadata " -#: wizards.py:36 +#: wizards.py:38 msgid "step 3 of 3: Document metadata" msgstr "step 3 of 3: Metadata del documento" -#: wizards.py:44 +#: wizards.py:46 msgid "Next step" msgstr "Next step" diff --git a/apps/documents/locale/pt/LC_MESSAGES/django.mo b/apps/documents/locale/pt/LC_MESSAGES/django.mo index 4e663ecd4d..25d04b4520 100644 Binary files a/apps/documents/locale/pt/LC_MESSAGES/django.mo and b/apps/documents/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/documents/locale/pt/LC_MESSAGES/django.po b/apps/documents/locale/pt/LC_MESSAGES/django.po index 97034e32f9..bbd8ae7762 100644 --- a/apps/documents/locale/pt/LC_MESSAGES/django.po +++ b/apps/documents/locale/pt/LC_MESSAGES/django.po @@ -1,111 +1,116 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-22 11:26-0400\n" -"PO-Revision-Date: 2011-09-30 21:10+0000\n" -"Last-Translator: emersonsoares \n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/" -"team/pt/)\n" -"Language: pt\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\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 \n" +"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/team/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:49 __init__.py:159 -msgid "Documents" -msgstr "Documentos" - -#: __init__.py:60 -msgid "Documents setup" -msgstr "Configuração de documentos" - -#: __init__.py:70 +#: __init__.py:63 msgid "all documents" msgstr "todos os documentos" -#: __init__.py:71 models.py:415 views.py:709 +#: __init__.py:64 models.py:636 views.py:871 msgid "recent documents" msgstr "documentos recentes" -#: __init__.py:72 +#: __init__.py:65 msgid "upload new documents" msgstr "upload de novos documentos" -#: __init__.py:73 +#: __init__.py:66 msgid "clone metadata" msgstr "clonar metadados" -#: __init__.py:74 +#: __init__.py:67 msgid "details" msgstr "detalhes" -#: __init__.py:75 +#: __init__.py:68 msgid "properties" msgstr "propriedades" -#: __init__.py:76 __init__.py:77 __init__.py:92 __init__.py:114 -#: __init__.py:120 +#: __init__.py:69 __init__.py:70 __init__.py:92 __init__.py:116 +#: __init__.py:122 msgid "delete" msgstr "excluir" -#: __init__.py:78 __init__.py:91 __init__.py:113 __init__.py:119 +#: __init__.py:71 __init__.py:91 __init__.py:115 __init__.py:121 msgid "edit" msgstr "editar" -#: __init__.py:79 +#: __init__.py:72 msgid "preview" msgstr "visualização" -#: __init__.py:80 +#: __init__.py:73 __init__.py:74 __init__.py:75 msgid "download" msgstr "baixar" -#: __init__.py:81 +#: __init__.py:76 msgid "find duplicates" msgstr "encontrar duplicatas" -#: __init__.py:82 +#: __init__.py:77 msgid "find all duplicates" msgstr "encontrar todas as duplicatas" -#: __init__.py:82 +#: __init__.py:77 msgid "" "Search all the documents' checksums and return a list of the exact matches." msgstr "" "Pesquisar todas as somas de verificação de documentos e retornar uma lista " "de correspondências exatas." -#: __init__.py:83 +#: __init__.py:78 msgid "update office documents' page count" msgstr "" -#: __init__.py:83 +#: __init__.py:78 msgid "" "Update the page count of the office type documents. This is useful when " "enabling office document support after there were already office type " "documents in the database." msgstr "" -#: __init__.py:84 __init__.py:85 +#: __init__.py:79 __init__.py:80 msgid "clear transformations" msgstr "remover transformações" -#: __init__.py:86 +#: __init__.py:81 msgid "print" msgstr "imprimir" -#: __init__.py:87 +#: __init__.py:82 msgid "history" msgstr "história" +#: __init__.py:83 +msgid "Find missing document files" +msgstr "Encontrar arquivos de documentos em falta" + +#: __init__.py:86 +msgid "Clear the document image cache" +msgstr "" + +#: __init__.py:86 +msgid "" +"Clear the graphics representations used to speed up the documents' display " +"and interactive transformations results." +msgstr "" + #: __init__.py:89 msgid "page transformations" msgstr "transformações de página" @@ -162,513 +167,621 @@ msgstr "girar para a esquerda" msgid "reset view" msgstr "redefinir visão" -#: __init__.py:107 -msgid "Find missing document files" -msgstr "Encontrar arquivos de documentos em falta" +#: __init__.py:108 +msgid "versions" +msgstr "" -#: __init__.py:110 +#: __init__.py:109 +msgid "revert" +msgstr "" + +#: __init__.py:112 msgid "document type list" msgstr "lista de tipo de documento" -#: __init__.py:111 views.py:877 +#: __init__.py:113 views.py:1050 msgid "document types" msgstr "tipos de documentos" -#: __init__.py:112 +#: __init__.py:114 msgid "documents of this type" msgstr "documentos deste tipo" -#: __init__.py:115 views.py:990 +#: __init__.py:117 views.py:1161 msgid "create document type" msgstr "criar tipo de documento" -#: __init__.py:117 +#: __init__.py:119 msgid "filenames" msgstr "nomes de arquivos" -#: __init__.py:118 +#: __init__.py:120 msgid "add filename to document type" msgstr "adicionar nome do arquivo para o tipo de documento" -#: __init__.py:161 __init__.py:186 models.py:101 views.py:69 +#: __init__.py:164 permissions.py:7 +msgid "Documents" +msgstr "Documentos" + +#: __init__.py:166 __init__.py:179 models.py:90 views.py:79 msgid "documents" msgstr "documentos" -#: __init__.py:173 +#: __init__.py:169 msgid "thumbnail" msgstr "miniatura" -#: __init__.py:176 -msgid "tags" -msgstr "tags" - -#: __init__.py:179 +#: __init__.py:172 msgid "metadata" msgstr "metadado" -#: forms.py:60 +#: forms.py:63 msgid "Page image" msgstr "Imagem da página" -#: forms.py:70 forms.py:209 +#: forms.py:73 forms.py:270 msgid "Contents" msgstr "Conteúdos" -#: forms.py:116 +#: forms.py:109 +msgid "Page" +msgstr "" + +#: forms.py:121 msgid "Details" msgstr "Detalhes" -#: forms.py:121 +#: forms.py:126 msgid "Click on the image for full size preview" msgstr "Clique na imagem para visualizar em tamanho completo" -#: forms.py:131 +#: forms.py:136 #, python-format msgid "Document pages (%s)" msgstr "Páginas do documento (%s)" -#: forms.py:166 +#: forms.py:162 +msgid "Use the new version filename as the document filename" +msgstr "" + +#: forms.py:178 msgid "Quick document rename" msgstr "Renomear documento rápido" -#: forms.py:169 +#: forms.py:185 +msgid "Version update" +msgstr "" + +#: forms.py:190 +msgid "Release level" +msgstr "" + +#: forms.py:196 +msgid "Release level serial" +msgstr "" + +#: forms.py:204 +msgid "Comment" +msgstr "" + +#: forms.py:210 msgid "New document filename" msgstr "Novo nome de arquivo" -#: forms.py:223 -msgid "Page size" -msgstr "Tamanho da página" - -#: forms.py:224 -msgid "Custom page width" -msgstr "Largura da página personalizada" - -#: forms.py:225 -msgid "Custom page height" -msgstr "Altura da página personalizada" - -#: forms.py:226 -msgid "Page orientation" -msgstr "Orientação da página" - -#: forms.py:227 +#: forms.py:288 msgid "Page range" msgstr "Intervalo de páginas" -#: literals.py:8 -msgid "Create documents" -msgstr "Criar documentos" +#: forms.py:318 +msgid "Compress" +msgstr "" -#: literals.py:9 -msgid "Edit document properties" -msgstr "Editar propriedades de documento" +#: forms.py:318 +msgid "" +"Download the document in the original format or in a compressed manner. " +"This option is selectable only when downloading one document, for multiple " +"documents, the bundle will always be downloads as a compressed file." +msgstr "" #: literals.py:10 -msgid "Edit documents" -msgstr "Editar documentos" - -#: literals.py:11 -msgid "View documents" -msgstr "Ver documentos" - -#: literals.py:12 -msgid "Delete documents" -msgstr "Excluir documentos" - -#: literals.py:13 -msgid "Download documents" -msgstr "Baixar documentos" - -#: literals.py:14 -msgid "Transform documents" -msgstr "Transformar documentos" - -#: literals.py:15 -msgid "Execute document modifying tools" -msgstr "Execute as ferramentas de modificação de documento" - -#: literals.py:17 -msgid "Edit document types" -msgstr "Editar tipos de documentos" - -#: literals.py:18 -msgid "Delete document types" -msgstr "Excluir tipos de documentos" - -#: literals.py:19 -msgid "Create document types" -msgstr "Criar tipos de documentos" - -#: literals.py:23 msgid "Document creation" msgstr "Criação de documentos" -#: literals.py:24 +#: literals.py:11 #, python-format msgid "Document \"%(content_object)s\" created by %(fullname)s." msgstr "Documento \"%(content_object)s\" criado por %(fullname)s." -#: literals.py:25 +#: literals.py:12 #, python-format -msgid "" -"Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." -msgstr "" -"Documento \"%(content_object)s\" criado em %(datetime)s por %(fullname)s." +msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." +msgstr "Documento \"%(content_object)s\" criado em %(datetime)s por %(fullname)s." -#: literals.py:31 +#: literals.py:18 msgid "Document edited" msgstr "Documento editado" -#: literals.py:32 +#: literals.py:19 #, python-format msgid "Document \"%(content_object)s\" edited by %(fullname)s." msgstr "Documento \"%(content_object)s\" editado por %(fullname)s." -#: literals.py:33 +#: literals.py:20 #, python-format msgid "" -"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s. " -"The following changes took place: %(changes)s." +"Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." +" The following changes took place: %(changes)s." msgstr "" "Documento \"%(content_object)s\" foi editado em %(datetime)s por " "%(fullname)s. As seguintes alterações foram realizadas: %(changes)s." -#: literals.py:42 +#: literals.py:29 msgid "Document deleted" msgstr "Documento excluído" -#: literals.py:43 +#: literals.py:30 #, python-format msgid "Document \"%(document)s\" deleted by %(fullname)s." msgstr "Documento \"%(document)s\" deletado por %(fullname)s." -#: literals.py:44 +#: literals.py:31 #, python-format msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." msgstr "Documento \"%(document)s\" deletado em %(datetime)s por %(fullname)s." -#: models.py:63 +#: literals.py:42 +msgid "final" +msgstr "" + +#: literals.py:43 +msgid "alpha" +msgstr "" + +#: literals.py:44 +msgid "beta" +msgstr "" + +#: literals.py:45 +msgid "release candidate" +msgstr "" + +#: literals.py:46 +msgid "hotfix" +msgstr "" + +#: models.py:61 msgid "name" msgstr "nome" -#: models.py:69 models.py:78 models.py:315 views.py:896 views.py:926 -#: views.py:955 views.py:960 views.py:1003 views.py:1049 views.py:1083 +#: models.py:67 models.py:77 models.py:524 views.py:1068 views.py:1097 +#: views.py:1126 views.py:1131 views.py:1174 views.py:1220 views.py:1254 msgid "document type" msgstr "tipo de documento" -#: models.py:70 +#: models.py:68 msgid "documents types" msgstr "tipos de documentos" -#: models.py:79 -msgid "file" -msgstr "arquivo" - -#: models.py:86 -msgid "added" -msgstr "adicionado" - -#: models.py:87 -msgid "updated" -msgstr "atualizado" - -#: models.py:88 -msgid "checksum" -msgstr "verificações" - -#: models.py:89 +#: models.py:78 msgid "description" msgstr "descrição" -#: models.py:100 models.py:332 models.py:404 models.py:419 views.py:209 +#: models.py:79 +msgid "added" +msgstr "adicionado" + +#: models.py:89 models.py:300 models.py:625 models.py:640 views.py:227 +#: views.py:351 msgid "document" msgstr "documento" -#: models.py:181 +#: models.py:287 +#, python-format +msgid "Major %(major)i.%(minor)i, (new release)" +msgstr "" + +#: models.py:288 +#, python-format +msgid "Minor %(major)i.%(minor)i, (some updates)" +msgstr "" + +#: models.py:289 +#, python-format +msgid "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" +msgstr "" + +#: models.py:301 +msgid "mayor" +msgstr "" + +#: models.py:302 +msgid "minor" +msgstr "" + +#: models.py:303 +msgid "micro" +msgstr "" + +#: models.py:304 +msgid "release level" +msgstr "" + +#: models.py:305 +msgid "serial" +msgstr "" + +#: models.py:306 +msgid "timestamp" +msgstr "" + +#: models.py:307 views.py:1357 +msgid "comment" +msgstr "" + +#: models.py:310 +msgid "file" +msgstr "arquivo" + +#: models.py:314 +msgid "checksum" +msgstr "verificações" + +#: models.py:318 models.py:319 models.py:542 +msgid "document version" +msgstr "" + +#: models.py:411 msgid "" "This document's file format is not known, the page count has therefore " "defaulted to 1." msgstr "" -"Este formato de arquivo não é conhecida, a contagem de página, portanto, tem " -"o padrão 1." +"Este formato de arquivo não é conhecida, a contagem de página, portanto, tem" +" o padrão 1." -#: models.py:316 +#: models.py:525 views.py:1353 msgid "filename" msgstr "nome do arquivo" -#: models.py:317 views.py:1010 +#: models.py:526 views.py:1181 msgid "enabled" msgstr "habilitado" -#: models.py:324 +#: models.py:533 msgid "document type quick rename filename" msgstr "tipo de documento renomear rápido" -#: models.py:325 +#: models.py:534 msgid "document types quick rename filenames" msgstr "tipos de documentos renomear rápido" -#: models.py:333 +#: models.py:545 msgid "content" msgstr "conteúdo" -#: models.py:334 +#: models.py:546 msgid "page label" msgstr "etiqueta da página" -#: models.py:335 +#: models.py:547 msgid "page number" msgstr "número da página" -#: models.py:338 +#: models.py:550 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "Pagina %(page_num)d de %(total_pages)d em %(document)s" -#: models.py:346 models.py:383 +#: models.py:558 models.py:604 msgid "document page" msgstr "página do documento" -#: models.py:347 +#: models.py:559 msgid "document pages" msgstr "páginas do documento" -#: models.py:358 +#: models.py:579 msgid "Enter a valid value." msgstr "Digite um valor válido." -#: models.py:384 views.py:333 +#: models.py:605 views.py:449 msgid "order" msgstr "ordem" -#: models.py:385 views.py:334 views.py:389 views.py:418 +#: models.py:606 views.py:450 views.py:511 views.py:542 msgid "transformation" msgstr "transformação" -#: models.py:386 views.py:335 +#: models.py:607 views.py:451 msgid "arguments" msgstr "argumentos" -#: models.py:386 +#: models.py:607 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "Use dicionários para identificar os argumentos, exemplo: %s" -#: models.py:394 +#: models.py:615 msgid "document page transformation" msgstr "página de transformações do documento" -#: models.py:395 +#: models.py:616 msgid "document page transformations" msgstr "Página de transformações de documentos" -#: models.py:403 +#: models.py:624 msgid "user" msgstr "usuário" -#: models.py:405 +#: models.py:626 msgid "accessed" msgstr "acessado" -#: models.py:414 +#: models.py:635 msgid "recent document" msgstr "documento recente" -#: models.py:420 +#: models.py:641 msgid "Document type" msgstr "Tipo de documento" -#: models.py:421 +#: models.py:642 msgid "MIME type" msgstr "Tipo MIME" -#: models.py:422 views.py:117 +#: models.py:643 views.py:132 msgid "Filename" msgstr "Nome do arquivo" -#: models.py:423 -msgid "Filename extension" -msgstr "Extensão do arquivo" - -#: models.py:424 +#: models.py:644 msgid "Metadata value" msgstr "Valor de metadados" -#: models.py:425 +#: models.py:645 msgid "Content" msgstr "Conteúdo" -#: models.py:426 +#: models.py:646 msgid "Description" msgstr "Descrição" -#: models.py:427 +#: models.py:647 msgid "Tags" msgstr "Tags" -#: models.py:428 +#: models.py:648 msgid "Comments" msgstr "Comentários" -#: statistics.py:38 +#: permissions.py:9 +msgid "Create documents" +msgstr "Criar documentos" + +#: permissions.py:10 +msgid "Edit document properties" +msgstr "Editar propriedades de documento" + +#: permissions.py:11 +msgid "Edit documents" +msgstr "Editar documentos" + +#: permissions.py:12 +msgid "View documents" +msgstr "Ver documentos" + +#: permissions.py:13 +msgid "Delete documents" +msgstr "Excluir documentos" + +#: permissions.py:14 views.py:408 +msgid "Download documents" +msgstr "Baixar documentos" + +#: permissions.py:15 +msgid "Transform documents" +msgstr "Transformar documentos" + +#: permissions.py:16 +msgid "Execute document modifying tools" +msgstr "Execute as ferramentas de modificação de documento" + +#: permissions.py:17 +msgid "Revert documents to a previous version" +msgstr "" + +#: permissions.py:18 +msgid "Create new document versions" +msgstr "" + +#: permissions.py:20 +msgid "Documents setup" +msgstr "Configuração de documentos" + +#: permissions.py:22 +msgid "View document types" +msgstr "" + +#: permissions.py:23 +msgid "Edit document types" +msgstr "Editar tipos de documentos" + +#: permissions.py:24 +msgid "Delete document types" +msgstr "Excluir tipos de documentos" + +#: permissions.py:25 +msgid "Create document types" +msgstr "Criar tipos de documentos" + +#: statistics.py:40 #, python-format msgid "Document types: %d" msgstr "Tipos de documentos: %d" -#: statistics.py:39 +#: statistics.py:41 #, python-format msgid "Documents in database: %d" msgstr "Documentos no banco de dados: %d" -#: statistics.py:44 +#: statistics.py:46 #, python-format msgid "Documents in storage: %d" msgstr "Documentos no armazenamento: %d" -#: statistics.py:46 +#: statistics.py:48 #, python-format msgid "" -"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d " -"bytes" +"Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d" +" bytes" msgstr "" "Espaço usado no armazenamento: %(base_2)s (base 2), %(base_10)s (base 10), " "%(bytes)d bytes" -#: statistics.py:56 +#: statistics.py:58 #, python-format msgid "Document pages in database: %d" msgstr "Páginas do documento no banco de dados: %d" -#: statistics.py:57 +#: statistics.py:59 #, python-format msgid "Minimum amount of pages per document: %(page_count__min)d" msgstr "Quantidade mínima de páginas por documento: %(page_count__min)d" -#: statistics.py:58 +#: statistics.py:60 #, python-format msgid "Maximum amount of pages per document: %(page_count__max)d" msgstr "Quantidade máxima de páginas por documento: %(page_count__max)d" -#: statistics.py:59 +#: statistics.py:61 #, python-format msgid "Average amount of pages per document: %(page_count__avg)f" msgstr "Quantidade média de páginas por documento: %(page_count__avg)f" -#: statistics.py:65 +#: statistics.py:67 msgid "Document statistics" msgstr "Estatísticas do documento" -#: views.py:118 -msgid "File extension" -msgstr "Extensão de arquivo" - -#: views.py:119 +#: views.py:133 msgid "File mimetype" msgstr "Mimetype do arquivo" -#: views.py:120 +#: views.py:134 msgid "File mime encoding" msgstr "Codificação MIME do arquivo" -#: views.py:121 +#: views.py:135 msgid "File size" msgstr "Tamanho do arquivo" -#: views.py:122 +#: views.py:136 msgid "Exists in storage" msgstr "Existe no armazenamento" -#: views.py:123 +#: views.py:137 msgid "File path in storage" msgstr "Caminho do arquivo no armazenamento" -#: views.py:124 +#: views.py:138 msgid "Date added" msgstr "Data de adição" -#: views.py:125 +#: views.py:139 msgid "Time added" msgstr "Horario de adição" -#: views.py:126 +#: views.py:140 msgid "Checksum" msgstr "Verificação" -#: views.py:127 +#: views.py:141 msgid "UUID" msgstr "UUID" -#: views.py:128 +#: views.py:142 msgid "Pages" msgstr "Páginas" -#: views.py:137 +#: views.py:151 #, python-format msgid "document properties for: %s" msgstr "propriedades de documento para: %s" -#: views.py:159 +#: views.py:173 msgid "document data" msgstr "dados do documento" -#: views.py:184 views.py:521 +#: views.py:197 views.py:646 msgid "Must provide at least one document." msgstr "Deve fornecer pelo menos um documento." -#: views.py:200 -#, python-format -msgid "Document: %s deleted successfully." -msgstr "Documento: %s apagado com sucesso." +#: views.py:218 +msgid "Document deleted successfully." +msgstr "" -#: views.py:202 +#: views.py:220 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Erro ao excluir documento %(document)s: %(error)s" -#: views.py:217 +#: views.py:235 #, python-format msgid "Are you sure you wish to delete the document: %s?" msgstr "Tem certeza de que deseja excluir o documento: %s?" -#: views.py:219 +#: views.py:237 #, python-format msgid "Are you sure you wish to delete the documents: %s?" msgstr "Tem certeza de que deseja excluir os documentos: %s?" -#: views.py:256 +#: views.py:276 #, python-format msgid "Document \"%s\" edited successfully." msgstr "Documento \"%s\", editado com sucesso." -#: views.py:329 +#: views.py:342 +msgid "documents to be downloaded" +msgstr "" + +#: views.py:352 views.py:1337 +msgid "version" +msgstr "" + +#: views.py:409 +msgid "Download" +msgstr "" + +#: views.py:411 +msgid "Return" +msgstr "" + +#: views.py:445 #, python-format msgid "transformations for: %s" msgstr "transformações para: %s" -#: views.py:353 +#: views.py:472 msgid "Document page transformation created successfully." msgstr "Transformação para página do documento criada com sucesso." -#: views.py:362 +#: views.py:481 #, python-format msgid "Create new transformation for page: %(page)s of document: %(document)s" msgstr "" "Criar nova transformação para página: %(page)s do documento: %(document)s" -#: views.py:378 +#: views.py:500 msgid "Document page transformation edited successfully." msgstr "Transformação para página do documento editada com sucesso." -#: views.py:391 +#: views.py:513 #, python-format msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" msgstr "Editar transformação \"%(transformation)s\" para: %(document_page)s " -#: views.py:409 +#: views.py:533 msgid "Document page transformation deleted successfully." msgstr "Transformação para página do documento excluida com sucesso." -#: views.py:420 +#: views.py:544 #, python-format msgid "" "Are you sure you wish to delete transformation \"%(transformation)s\" for: " @@ -677,38 +790,40 @@ msgstr "" "Tem certeza de que deseja excluir \"%(transformation)s\" para: " "%(document_page)s " -#: views.py:434 +#: views.py:562 #, python-format msgid "duplicates of: %s" msgstr "duplicatas de: %s" -#: views.py:446 +#: views.py:574 msgid "Are you sure you wish to find all duplicates?" msgstr "Tem certeza de que deseja encontrar todas as duplicatas?" -#: views.py:447 views.py:506 views.py:571 +#: views.py:575 views.py:633 views.py:701 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." +"Em grandes bases de dados esta operação pode levar algum tempo para " +"executar." -#: views.py:462 +#: views.py:598 msgid "duplicated documents" msgstr "documentos duplicados" -#: views.py:497 +#: views.py:624 #, python-format msgid "" "Page count update complete. Documents processed: %(total)d, documents with " "changed page count: %(change)d" msgstr "" -#: views.py:505 -#, fuzzy, python-format +#: views.py:632 +#, python-format msgid "" -"Are you sure you wish to update the page count for the office documents (%d)?" -msgstr "Tem certeza de que deseja excluir os documentos: %s?" +"Are you sure you wish to update the page count for the office documents " +"(%d)?" +msgstr "" -#: views.py:534 +#: views.py:664 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " @@ -717,7 +832,7 @@ msgstr "" "Todas as transformações de página para o documento: %s, foram excluídas com " "sucesso." -#: views.py:536 +#: views.py:666 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " @@ -726,19 +841,20 @@ msgstr "" "Erro ao excluir as transformações de página para o documento: %(document)s; " "%(error)s ." -#: views.py:542 +#: views.py:672 msgid "document transformation" msgstr "transformação de documento" -#: views.py:551 +#: views.py:681 #, python-format msgid "" -"Are you sure you wish to clear all the page transformations for document: %s?" +"Are you sure you wish to clear all the page transformations for document: " +"%s?" msgstr "" "Tem certeza de que deseja limpar todas as transformações de página para o " "documento: %s?" -#: views.py:553 +#: views.py:683 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for documents: " @@ -747,72 +863,72 @@ msgstr "" "Tem certeza de que deseja limpar todas as transformações de página para os " "documentos: %s?" -#: views.py:581 +#: views.py:711 msgid "missing documents" msgstr "documentos em falta" -#: views.py:594 views.py:632 +#: views.py:727 views.py:769 #, python-format msgid "details for: %s" msgstr "detalhes para: %s" -#: views.py:647 +#: views.py:788 msgid "Document page edited successfully." msgstr "Página do documento editado com sucesso." -#: views.py:656 +#: views.py:797 #, python-format msgid "edit: %s" msgstr "editar: %s" -#: views.py:667 +#: views.py:814 msgid "There are no more pages in this document" msgstr "Não há mais páginas neste documento" -#: views.py:680 +#: views.py:832 msgid "You are already at the first page of this document" msgstr "Você já está na primeira página deste documento" -#: views.py:823 +#: views.py:993 #, python-format msgid "print: %s" msgstr "imprimir: %s" -#: views.py:894 +#: views.py:1066 #, python-format msgid "documents of type \"%s\"" msgstr "documentos do tipo \"%s\"" -#: views.py:914 +#: views.py:1086 msgid "Document type edited successfully" msgstr "Tipo de documento editado com sucesso" -#: views.py:917 +#: views.py:1089 #, python-format msgid "Error editing document type; %s" msgstr "Erro ao editar tipo de documento; %s" -#: views.py:922 +#: views.py:1094 #, python-format msgid "edit document type: %s" msgstr "editar tipo de documento: %s" -#: views.py:947 +#: views.py:1118 #, python-format msgid "Document type: %s deleted successfully." msgstr "Tipo de documento: %s apagado com sucesso." -#: views.py:949 +#: views.py:1120 #, python-format msgid "Document type: %(document_type)s delete error: %(error)s" msgstr "Tipo de documento: %(document_type)s erro ao excluir: %(error)s " -#: views.py:964 +#: views.py:1135 #, python-format msgid "Are you sure you wish to delete the document type: %s?" msgstr "Tem certeza de que deseja excluir o tipo de documento: %s?" -#: views.py:965 +#: views.py:1136 msgid "" "The document type of all documents using this document type will be set to " "none." @@ -820,46 +936,46 @@ msgstr "" "O tipo de documento de todos os documentos usando este tipo de documento " "será definido como \"nenhum\"." -#: views.py:981 +#: views.py:1152 msgid "Document type created successfully" msgstr "Tipo de documento criado com sucesso" -#: views.py:984 +#: views.py:1155 #, python-format msgid "Error creating document type; %(error)s" msgstr "Erro ao criar tipo de documento; %(error)s " -#: views.py:1002 +#: views.py:1173 #, python-format msgid "filenames for document type: %s" msgstr "nomes de arquivos para o tipo de documento: %s" -#: views.py:1033 +#: views.py:1204 msgid "Document type filename edited successfully" msgstr "Nome de arquivo para tipo de documento editado com sucesso" -#: views.py:1036 +#: views.py:1207 #, python-format msgid "Error editing document type filename; %s" msgstr "Erro ao editar nome de arquivo do tipo de documento: %s" -#: views.py:1041 +#: views.py:1212 #, python-format msgid "edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "" "Editar nome de arquivo \"%(filename)s\" do tipo de documento " "\"%(document_type)s\"" -#: views.py:1050 views.py:1076 views.py:1084 +#: views.py:1221 views.py:1247 views.py:1255 msgid "document type filename" msgstr "nome de arquivo do tipo de documento" -#: views.py:1068 +#: views.py:1239 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "Nome de arquivo do tipo de documento: %s excluido com sucesso." -#: views.py:1070 +#: views.py:1241 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" @@ -867,7 +983,7 @@ msgstr "" "Nome de arquivo do tipo de documento: %(document_type_filename)s erro ao " "excluir: %(error)s" -#: views.py:1086 +#: views.py:1257 #, python-format msgid "" "Are you sure you wish to delete the filename: %(filename)s, from document " @@ -876,45 +992,91 @@ msgstr "" "Tem certeza de que deseja excluir o nome do arquivo: %(filename)s , do tipo " "de documento \" %(document_type)s \"?" -#: views.py:1111 +#: views.py:1282 msgid "Document type filename created successfully" msgstr "Nome de arquivo do tipo de documento criado com sucesso" -#: views.py:1114 +#: views.py:1285 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "Erro ao criar nome de arquivo do tipo de documento; %(error)s" -#: views.py:1120 +#: views.py:1291 #, python-format msgid "create filename for document type: %s" msgstr "criar nome de arquivo para o tipo de documento: %s" -#: widgets.py:26 -#, fuzzy -msgid "document page image" -msgstr "página do documento" +#: views.py:1306 +msgid "Document image cache cleared successfully" +msgstr "" -#: wizards.py:34 +#: views.py:1308 +#, python-format +msgid "Error clearing document image cache; %s" +msgstr "" + +#: views.py:1314 +msgid "Are you sure you wish to clear the document image cache?" +msgstr "" + +#: views.py:1331 +#, python-format +msgid "versions for document: %s" +msgstr "" + +#: views.py:1341 +msgid "time and date" +msgstr "" + +#: views.py:1345 +msgid "mimetype" +msgstr "" + +#: views.py:1349 +msgid "encoding" +msgstr "" + +#: views.py:1380 +msgid "Document version reverted successfully" +msgstr "" + +#: views.py:1382 +#, python-format +msgid "Error reverting document version; %s" +msgstr "" + +#: views.py:1389 +msgid "Are you sure you wish to revert to this version?" +msgstr "" + +#: views.py:1390 +msgid "All later version after this one will be deleted too." +msgstr "" + +#: widgets.py:25 +msgid "document page image" +msgstr "" + +#: wizards.py:36 msgid "step 1 of 3: Document type" msgstr "passo 1 de 3: Tipo de documento" -#: wizards.py:35 +#: wizards.py:37 msgid "step 2 of 3: Metadata selection" msgstr "passo 2 de 3: seleção de Metadados" -#: wizards.py:36 +#: wizards.py:38 msgid "step 3 of 3: Document metadata" msgstr "passo 3 de 3: Metadados do documento" -#: wizards.py:44 +#: wizards.py:46 msgid "Next step" msgstr "Próximo passo" #: conf/settings.py:38 msgid "" -"Maximum number of recent (created, edited, viewed) documents to remember per " -"user." +"Maximum number of recent (created, edited, viewed) documents to remember per" +" user." msgstr "" "Número máximo de documentos recentes (criado, editado, visualizado) à ser " "lembrado, por usuário." @@ -958,9 +1120,9 @@ msgid "" "creation, as well as assigning default metadata types and sets to it." msgstr "" "Tipos de documentos definir uma classe que representa um grupo de " -"documentos, tais como: notas fiscais, regulamentos ou manuais. A vantagem de " -"usar os tipos de documentos são: a atribuição de uma lista de nomes típicos " -"para renomear rápidamente durante a criação, bem como atribuir tipos de " +"documentos, tais como: notas fiscais, regulamentos ou manuais. A vantagem de" +" usar os tipos de documentos são: a atribuição de uma lista de nomes típicos" +" para renomear rápidamente durante a criação, bem como atribuir tipos de " "padrão de metadados e conjuntos para ele." #: templates/recent_document_list_help.html:3 @@ -976,5 +1138,4 @@ msgstr "" "Aqui você encontrará os últimos %(recent_count)s documentos que você tenha " "criado ou editado de alguma maneira." -#~ msgid "Page" -#~ msgstr "Página" + diff --git a/apps/documents/locale/ru/LC_MESSAGES/django.mo b/apps/documents/locale/ru/LC_MESSAGES/django.mo index af8dc74453..91ed59aa69 100644 Binary files a/apps/documents/locale/ru/LC_MESSAGES/django.mo and b/apps/documents/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/documents/locale/ru/LC_MESSAGES/django.po b/apps/documents/locale/ru/LC_MESSAGES/django.po index b6a7aeb2e8..1d01185b53 100644 --- a/apps/documents/locale/ru/LC_MESSAGES/django.po +++ b/apps/documents/locale/ru/LC_MESSAGES/django.po @@ -4,14 +4,14 @@ # # Translators: # Roberto Rosario , 2011. -# Sergey Glita , 2011. +# Sergey Glita , 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 19:16+0000\n" -"Last-Translator: gsv70 \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 \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" @@ -19,74 +19,66 @@ 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:49 __init__.py:159 -msgid "Documents" -msgstr "Документы" - -#: __init__.py:60 -msgid "Documents setup" -msgstr "Настройки для документов" - -#: __init__.py:70 +#: __init__.py:63 msgid "all documents" msgstr "все документы" -#: __init__.py:71 models.py:415 views.py:709 +#: __init__.py:64 models.py:636 views.py:871 msgid "recent documents" msgstr "последние документы" -#: __init__.py:72 +#: __init__.py:65 msgid "upload new documents" msgstr "загрузить новые документы" -#: __init__.py:73 +#: __init__.py:66 msgid "clone metadata" msgstr "клонировать метаданные" -#: __init__.py:74 +#: __init__.py:67 msgid "details" msgstr "детали" -#: __init__.py:75 +#: __init__.py:68 msgid "properties" msgstr "свойства" -#: __init__.py:76 __init__.py:77 __init__.py:92 __init__.py:114 -#: __init__.py:120 +#: __init__.py:69 __init__.py:70 __init__.py:92 __init__.py:116 +#: __init__.py:122 msgid "delete" msgstr "удалить" -#: __init__.py:78 __init__.py:91 __init__.py:113 __init__.py:119 +#: __init__.py:71 __init__.py:91 __init__.py:115 __init__.py:121 msgid "edit" msgstr "редактировать" -#: __init__.py:79 +#: __init__.py:72 msgid "preview" msgstr "предварительный просмотр" -#: __init__.py:80 +#: __init__.py:73 __init__.py:74 __init__.py:75 msgid "download" msgstr "скачать" -#: __init__.py:81 +#: __init__.py:76 msgid "find duplicates" msgstr "поиска дубликатов" -#: __init__.py:82 +#: __init__.py:77 msgid "find all duplicates" msgstr "найти все дубликаты" -#: __init__.py:82 +#: __init__.py:77 msgid "" "Search all the documents' checksums and return a list of the exact matches." msgstr "" "Искать все контрольные суммы документов и вернуть список точных совпадений." -#: __init__.py:83 +#: __init__.py:78 msgid "update office documents' page count" msgstr "обновить количество страниц документа" -#: __init__.py:83 +#: __init__.py:78 msgid "" "Update the page count of the office type documents. This is useful when " "enabling office document support after there were already office type " @@ -95,18 +87,32 @@ msgstr "" "Пересчитать количество страниц. Это полезно для включения поддержки уже " "существующих офисных документов." -#: __init__.py:84 __init__.py:85 +#: __init__.py:79 __init__.py:80 msgid "clear transformations" msgstr "очистить преобразования" -#: __init__.py:86 +#: __init__.py:81 msgid "print" msgstr "печать" -#: __init__.py:87 +#: __init__.py:82 msgid "history" msgstr "история" +#: __init__.py:83 +msgid "Find missing document files" +msgstr "Найти недостающие файлы документов" + +#: __init__.py:86 +msgid "Clear the document image cache" +msgstr "" + +#: __init__.py:86 +msgid "" +"Clear the graphics representations used to speed up the documents' display " +"and interactive transformations results." +msgstr "" + #: __init__.py:89 msgid "page transformations" msgstr " преобразования страницы" @@ -163,169 +169,148 @@ msgstr "повернуть влево" msgid "reset view" msgstr "вернуть вид" -#: __init__.py:107 -msgid "Find missing document files" -msgstr "Найти недостающие файлы документов" +#: __init__.py:108 +msgid "versions" +msgstr "" -#: __init__.py:110 +#: __init__.py:109 +msgid "revert" +msgstr "" + +#: __init__.py:112 msgid "document type list" msgstr "Список типов документов" -#: __init__.py:111 views.py:877 +#: __init__.py:113 views.py:1050 msgid "document types" msgstr "типы документов" -#: __init__.py:112 +#: __init__.py:114 msgid "documents of this type" msgstr "документы этого типа" -#: __init__.py:115 views.py:990 +#: __init__.py:117 views.py:1161 msgid "create document type" msgstr "создать тип документа" -#: __init__.py:117 +#: __init__.py:119 msgid "filenames" msgstr "Имена файлов" -#: __init__.py:118 +#: __init__.py:120 msgid "add filename to document type" msgstr "добавить имя файла для типа документа" -#: __init__.py:161 __init__.py:186 models.py:101 views.py:69 +#: __init__.py:164 permissions.py:7 +msgid "Documents" +msgstr "Документы" + +#: __init__.py:166 __init__.py:179 models.py:90 views.py:79 msgid "documents" msgstr "документы" -#: __init__.py:173 +#: __init__.py:169 msgid "thumbnail" msgstr "миниатюра" -#: __init__.py:176 -msgid "tags" -msgstr "метки" - -#: __init__.py:179 +#: __init__.py:172 msgid "metadata" msgstr "метаданные" -#: forms.py:60 +#: forms.py:63 msgid "Page image" -msgstr "Страница изображения" +msgstr "Изображение страницы" -#: forms.py:70 forms.py:209 +#: forms.py:73 forms.py:270 msgid "Contents" msgstr "Содержание" -#: forms.py:116 +#: forms.py:109 +msgid "Page" +msgstr "" + +#: forms.py:121 msgid "Details" msgstr "Детали" -#: forms.py:121 +#: forms.py:126 msgid "Click on the image for full size preview" msgstr "Нажмите на изображение для полного просмотра размера" -#: forms.py:131 +#: forms.py:136 #, python-format msgid "Document pages (%s)" msgstr "Страницы документа (%s)" -#: forms.py:166 +#: forms.py:162 +msgid "Use the new version filename as the document filename" +msgstr "" + +#: forms.py:178 msgid "Quick document rename" msgstr "Быстро переименовать документ" -#: forms.py:169 +#: forms.py:185 +msgid "Version update" +msgstr "" + +#: forms.py:190 +msgid "Release level" +msgstr "" + +#: forms.py:196 +msgid "Release level serial" +msgstr "" + +#: forms.py:204 +msgid "Comment" +msgstr "" + +#: forms.py:210 msgid "New document filename" msgstr "Новое имя файла документа" -#: forms.py:223 -msgid "Page size" -msgstr "Размер страницы" - -#: forms.py:224 -msgid "Custom page width" -msgstr "Своя ширина страницы" - -#: forms.py:225 -msgid "Custom page height" -msgstr "Своя высота страницы" - -#: forms.py:226 -msgid "Page orientation" -msgstr "Ориентация страницы" - -#: forms.py:227 +#: forms.py:288 msgid "Page range" msgstr "Диапазон страниц" -#: literals.py:8 -msgid "Create documents" -msgstr "Создание документов" +#: forms.py:318 +msgid "Compress" +msgstr "" -#: literals.py:9 -msgid "Edit document properties" -msgstr "Редактирование свойств документа" +#: forms.py:318 +msgid "" +"Download the document in the original format or in a compressed manner. " +"This option is selectable only when downloading one document, for multiple " +"documents, the bundle will always be downloads as a compressed file." +msgstr "" #: literals.py:10 -msgid "Edit documents" -msgstr "Редактировать документы" - -#: literals.py:11 -msgid "View documents" -msgstr "Просмотр документов" - -#: literals.py:12 -msgid "Delete documents" -msgstr "Удаление документов" - -#: literals.py:13 -msgid "Download documents" -msgstr "Загрузка документов" - -#: literals.py:14 -msgid "Transform documents" -msgstr "Преобразование документов" - -#: literals.py:15 -msgid "Execute document modifying tools" -msgstr "Выполнить изменения документа" - -#: literals.py:17 -msgid "Edit document types" -msgstr "Редактировать типы документов" - -#: literals.py:18 -msgid "Delete document types" -msgstr "Удалить типы документов" - -#: literals.py:19 -msgid "Create document types" -msgstr "Создание типов документов" - -#: literals.py:23 msgid "Document creation" msgstr "Создание документов" -#: literals.py:24 +#: literals.py:11 #, python-format msgid "Document \"%(content_object)s\" created by %(fullname)s." msgstr "Документ \"%(content_object)s\", создан %(fullname)s ." -#: literals.py:25 +#: literals.py:12 #, python-format msgid "Document \"%(content_object)s\" created on %(datetime)s by %(fullname)s." msgstr "" "Документ \"%(content_object)s\" создан %(datetime)s пользователем " "%(fullname)s." -#: literals.py:31 +#: literals.py:18 msgid "Document edited" msgstr "Документ отредактирован" -#: literals.py:32 +#: literals.py:19 #, python-format msgid "Document \"%(content_object)s\" edited by %(fullname)s." msgstr "Документ \"%(content_object)s\" редактировал %(fullname)s. " -#: literals.py:33 +#: literals.py:20 #, python-format msgid "" "Document \"%(content_object)s\" was edited on %(datetime)s by %(fullname)s." @@ -334,198 +319,318 @@ msgstr "" "Документ \"%(content_object)s\" был изменён %(datetime)s %(fullname)s. Были" " внесены изменения: %(changes)s." -#: literals.py:42 +#: literals.py:29 msgid "Document deleted" msgstr "Документ удален" -#: literals.py:43 +#: literals.py:30 #, python-format msgid "Document \"%(document)s\" deleted by %(fullname)s." msgstr "Документ \"%(document)s\" удалил %(fullname)s." -#: literals.py:44 +#: literals.py:31 #, python-format msgid "Document \"%(document)s\" deleted on %(datetime)s by %(fullname)s." msgstr "Документ\"%(document)s\" удалил %(datetime)s %(fullname)s." -#: models.py:63 +#: literals.py:42 +msgid "final" +msgstr "" + +#: literals.py:43 +msgid "alpha" +msgstr "" + +#: literals.py:44 +msgid "beta" +msgstr "" + +#: literals.py:45 +msgid "release candidate" +msgstr "" + +#: literals.py:46 +msgid "hotfix" +msgstr "" + +#: models.py:61 msgid "name" msgstr "имя" -#: models.py:69 models.py:78 models.py:315 views.py:896 views.py:926 -#: views.py:955 views.py:960 views.py:1003 views.py:1049 views.py:1083 +#: models.py:67 models.py:77 models.py:524 views.py:1068 views.py:1097 +#: views.py:1126 views.py:1131 views.py:1174 views.py:1220 views.py:1254 msgid "document type" msgstr "тип документа" -#: models.py:70 +#: models.py:68 msgid "documents types" msgstr "типы документов" -#: models.py:79 -msgid "file" -msgstr "файл" - -#: models.py:86 -msgid "added" -msgstr "добавлено" - -#: models.py:87 -msgid "updated" -msgstr "обновлено" - -#: models.py:88 -msgid "checksum" -msgstr "Контрольная сумма" - -#: models.py:89 +#: models.py:78 msgid "description" msgstr "описание" -#: models.py:100 models.py:332 models.py:404 models.py:419 views.py:209 +#: models.py:79 +msgid "added" +msgstr "добавлено" + +#: models.py:89 models.py:300 models.py:625 models.py:640 views.py:227 +#: views.py:351 msgid "document" msgstr "документ" -#: models.py:181 +#: models.py:287 +#, python-format +msgid "Major %(major)i.%(minor)i, (new release)" +msgstr "" + +#: models.py:288 +#, python-format +msgid "Minor %(major)i.%(minor)i, (some updates)" +msgstr "" + +#: models.py:289 +#, python-format +msgid "Micro %(major)i.%(minor)i.%(micro)i, (fixes)" +msgstr "" + +#: models.py:301 +msgid "mayor" +msgstr "" + +#: models.py:302 +msgid "minor" +msgstr "" + +#: models.py:303 +msgid "micro" +msgstr "" + +#: models.py:304 +msgid "release level" +msgstr "" + +#: models.py:305 +msgid "serial" +msgstr "" + +#: models.py:306 +msgid "timestamp" +msgstr "" + +#: models.py:307 views.py:1357 +msgid "comment" +msgstr "" + +#: models.py:310 +msgid "file" +msgstr "файл" + +#: models.py:314 +msgid "checksum" +msgstr "Контрольная сумма" + +#: models.py:318 models.py:319 models.py:542 +msgid "document version" +msgstr "" + +#: models.py:411 msgid "" "This document's file format is not known, the page count has therefore " "defaulted to 1." msgstr "" "Этот формат файла документа не известен, количество страниц поэтому 1." -#: models.py:316 +#: models.py:525 views.py:1353 msgid "filename" msgstr "имя файла" -#: models.py:317 views.py:1010 +#: models.py:526 views.py:1181 msgid "enabled" msgstr "разрешено" -#: models.py:324 +#: models.py:533 msgid "document type quick rename filename" msgstr "имя файла для быстрого переименования документа определённого типа " -#: models.py:325 +#: models.py:534 msgid "document types quick rename filenames" msgstr "имена файлов для быстрого переименования документа определённых типов" -#: models.py:333 +#: models.py:545 msgid "content" msgstr "содержание" -#: models.py:334 +#: models.py:546 msgid "page label" msgstr "метка страницы" -#: models.py:335 +#: models.py:547 msgid "page number" msgstr "номер страницы" -#: models.py:338 +#: models.py:550 #, python-format msgid "Page %(page_num)d out of %(total_pages)d of %(document)s" msgstr "Страница %(page_num)d из %(total_pages)d %(document)s" -#: models.py:346 models.py:383 +#: models.py:558 models.py:604 msgid "document page" msgstr "страница документа" -#: models.py:347 +#: models.py:559 msgid "document pages" msgstr "страницы документа" -#: models.py:358 +#: models.py:579 msgid "Enter a valid value." msgstr "Введите допустимое значение." -#: models.py:384 views.py:333 +#: models.py:605 views.py:449 msgid "order" msgstr "порядок" -#: models.py:385 views.py:334 views.py:389 views.py:418 +#: models.py:606 views.py:450 views.py:511 views.py:542 msgid "transformation" msgstr "преобразование" -#: models.py:386 views.py:335 +#: models.py:607 views.py:451 msgid "arguments" msgstr "аргументы" -#: models.py:386 +#: models.py:607 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "Использовать словари для идентификации аргументов, например %s" -#: models.py:394 +#: models.py:615 msgid "document page transformation" msgstr "преобразование страницы документа" -#: models.py:395 +#: models.py:616 msgid "document page transformations" msgstr "преобразования документов страницу" -#: models.py:403 +#: models.py:624 msgid "user" msgstr "пользователь" -#: models.py:405 +#: models.py:626 msgid "accessed" msgstr "допущен" -#: models.py:414 +#: models.py:635 msgid "recent document" msgstr "недавний документ" -#: models.py:420 +#: models.py:641 msgid "Document type" msgstr "Тип документа" -#: models.py:421 +#: models.py:642 msgid "MIME type" msgstr "MIME-тип" -#: models.py:422 views.py:117 +#: models.py:643 views.py:132 msgid "Filename" msgstr "Имя файла" -#: models.py:423 -msgid "Filename extension" -msgstr "Расширение файла" - -#: models.py:424 +#: models.py:644 msgid "Metadata value" msgstr "Метаданны значение" -#: models.py:425 +#: models.py:645 msgid "Content" msgstr "Содержимое" -#: models.py:426 +#: models.py:646 msgid "Description" msgstr "Описание" -#: models.py:427 +#: models.py:647 msgid "Tags" msgstr "Метки" -#: models.py:428 +#: models.py:648 msgid "Comments" msgstr "Комментарии" -#: statistics.py:38 +#: permissions.py:9 +msgid "Create documents" +msgstr "Создание документов" + +#: permissions.py:10 +msgid "Edit document properties" +msgstr "Редактирование свойств документа" + +#: permissions.py:11 +msgid "Edit documents" +msgstr "Редактировать документы" + +#: permissions.py:12 +msgid "View documents" +msgstr "Просмотр документов" + +#: permissions.py:13 +msgid "Delete documents" +msgstr "Удаление документов" + +#: permissions.py:14 views.py:408 +msgid "Download documents" +msgstr "Загрузка документов" + +#: permissions.py:15 +msgid "Transform documents" +msgstr "Преобразование документов" + +#: permissions.py:16 +msgid "Execute document modifying tools" +msgstr "Выполнить изменения документа" + +#: permissions.py:17 +msgid "Revert documents to a previous version" +msgstr "" + +#: permissions.py:18 +msgid "Create new document versions" +msgstr "" + +#: permissions.py:20 +msgid "Documents setup" +msgstr "Настройки для документов" + +#: permissions.py:22 +msgid "View document types" +msgstr "" + +#: permissions.py:23 +msgid "Edit document types" +msgstr "Редактировать типы документов" + +#: permissions.py:24 +msgid "Delete document types" +msgstr "Удалить типы документов" + +#: permissions.py:25 +msgid "Create document types" +msgstr "Создание типов документов" + +#: statistics.py:40 #, python-format msgid "Document types: %d" msgstr "Типы документов: %d." -#: statistics.py:39 +#: statistics.py:41 #, python-format msgid "Documents in database: %d" msgstr "Документы в базе данных: %d." -#: statistics.py:44 +#: statistics.py:46 #, python-format msgid "Documents in storage: %d" msgstr "Документы в хранилище: %d." -#: statistics.py:46 +#: statistics.py:48 #, python-format msgid "" "Space used in storage: %(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d" @@ -533,141 +638,152 @@ msgid "" msgstr "" "Использовано:%(base_2)s (base 2), %(base_10)s (base 10), %(bytes)d bytes" -#: statistics.py:56 +#: statistics.py:58 #, python-format msgid "Document pages in database: %d" msgstr "Страниц документов в базе данных: %d." -#: statistics.py:57 +#: statistics.py:59 #, python-format msgid "Minimum amount of pages per document: %(page_count__min)d" msgstr "Минимальное количество страниц в документе: %(page_count__min)d" -#: statistics.py:58 +#: statistics.py:60 #, python-format msgid "Maximum amount of pages per document: %(page_count__max)d" msgstr "Максимальное количество страниц в документе: %(page_count__max)d" -#: statistics.py:59 +#: statistics.py:61 #, python-format msgid "Average amount of pages per document: %(page_count__avg)f" msgstr "Среднее количество страниц в документе: %(page_count__avg)f" -#: statistics.py:65 +#: statistics.py:67 msgid "Document statistics" msgstr "Статистика документов" -#: views.py:118 -msgid "File extension" -msgstr "Расширение файла" - -#: views.py:119 +#: views.py:133 msgid "File mimetype" msgstr "Mime тип файла" -#: views.py:120 +#: views.py:134 msgid "File mime encoding" msgstr "Mime-кодировка файла" -#: views.py:121 +#: views.py:135 msgid "File size" msgstr "Размер" -#: views.py:122 +#: views.py:136 msgid "Exists in storage" msgstr "Существует в хранилище" -#: views.py:123 +#: views.py:137 msgid "File path in storage" msgstr "Путь к файлу в хранилище" -#: views.py:124 +#: views.py:138 msgid "Date added" msgstr "Дата добавления" -#: views.py:125 +#: views.py:139 msgid "Time added" msgstr "Время добавления" -#: views.py:126 +#: views.py:140 msgid "Checksum" msgstr "Контрольная сумма" -#: views.py:127 +#: views.py:141 msgid "UUID" msgstr "UUID" -#: views.py:128 +#: views.py:142 msgid "Pages" msgstr "Страницы" -#: views.py:137 +#: views.py:151 #, python-format msgid "document properties for: %s" msgstr "Свойства документа для: %s" -#: views.py:159 +#: views.py:173 msgid "document data" msgstr "данные документа" -#: views.py:184 views.py:521 +#: views.py:197 views.py:646 msgid "Must provide at least one document." msgstr "Необходимо предоставить хотя бы один документ." -#: views.py:200 -#, python-format -msgid "Document: %s deleted successfully." -msgstr "Документ: %s успешно удален. " +#: views.py:218 +msgid "Document deleted successfully." +msgstr "" -#: views.py:202 +#: views.py:220 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Документ:%(document)s ошибка удаления: %(error)s" -#: views.py:217 +#: views.py:235 #, python-format msgid "Are you sure you wish to delete the document: %s?" msgstr "Вы действительно хотите удалить документ: %s?" -#: views.py:219 +#: views.py:237 #, python-format msgid "Are you sure you wish to delete the documents: %s?" msgstr "Вы действительно хотите удалить документы: %s?" -#: views.py:256 +#: views.py:276 #, python-format msgid "Document \"%s\" edited successfully." msgstr "Документ \"%s\" изменен." -#: views.py:329 +#: views.py:342 +msgid "documents to be downloaded" +msgstr "" + +#: views.py:352 views.py:1337 +msgid "version" +msgstr "" + +#: views.py:409 +msgid "Download" +msgstr "" + +#: views.py:411 +msgid "Return" +msgstr "" + +#: views.py:445 #, python-format msgid "transformations for: %s" msgstr "преобразования для: %s" -#: views.py:353 +#: views.py:472 msgid "Document page transformation created successfully." msgstr "Преобразование страницы документа создано успешно." -#: views.py:362 +#: views.py:481 #, python-format msgid "Create new transformation for page: %(page)s of document: %(document)s" msgstr "" "Создать новое преобразование для страницы: %(page)s документа: %(document)s" -#: views.py:378 +#: views.py:500 msgid "Document page transformation edited successfully." msgstr "Преобразование страницы успешно изменено." -#: views.py:391 +#: views.py:513 #, python-format msgid "Edit transformation \"%(transformation)s\" for: %(document_page)s" msgstr "Изменить преобразования \"%(transformation)s\" for: %(document_page)s" -#: views.py:409 +#: views.py:533 msgid "Document page transformation deleted successfully." msgstr "Преобразование страницы успешно удалено." -#: views.py:420 +#: views.py:544 #, python-format msgid "" "Are you sure you wish to delete transformation \"%(transformation)s\" for: " @@ -676,26 +792,26 @@ msgstr "" "Вы действительно хотите удалить преобразования \"%(transformation)s\" for: " "%(document_page)s\"" -#: views.py:434 +#: views.py:562 #, python-format msgid "duplicates of: %s" msgstr "дубликатов: %s" -#: views.py:446 +#: views.py:574 msgid "Are you sure you wish to find all duplicates?" msgstr "Вы действительно хотите найти все дубликаты?" -#: views.py:447 views.py:506 views.py:571 +#: views.py:575 views.py:633 views.py:701 msgid "On large databases this operation may take some time to execute." msgstr "" "В больших базах данных эта операция может занять некоторое время для " "выполнения." -#: views.py:462 +#: views.py:598 msgid "duplicated documents" msgstr "дубликаты документов" -#: views.py:497 +#: views.py:624 #, python-format msgid "" "Page count update complete. Documents processed: %(total)d, documents with " @@ -704,7 +820,7 @@ msgstr "" "Страницы посчитаны. Всего обработано %(total)d документов, из них количество" " страниц изменилось у %(change)d" -#: views.py:505 +#: views.py:632 #, python-format msgid "" "Are you sure you wish to update the page count for the office documents " @@ -713,14 +829,14 @@ msgstr "" "Вы действительно хотите пересчитать количество страниц для офисных " "документов (%d)?" -#: views.py:534 +#: views.py:664 #, python-format msgid "" "All the page transformations for document: %s, have been deleted " "successfully." msgstr "Все преобразования страницы для документа: %s успешно удалены." -#: views.py:536 +#: views.py:666 #, python-format msgid "" "Error deleting the page transformations for document: %(document)s; " @@ -729,11 +845,11 @@ msgstr "" "Ошибка при удалении страницы для преобразования документов: %(document)s; " "%(error)s." -#: views.py:542 +#: views.py:672 msgid "document transformation" msgstr "преобразование документа" -#: views.py:551 +#: views.py:681 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for document: " @@ -741,7 +857,7 @@ msgid "" msgstr "" "Вы действительно хотите удалить все преобразования странице документа: %s?" -#: views.py:553 +#: views.py:683 #, python-format msgid "" "Are you sure you wish to clear all the page transformations for documents: " @@ -750,115 +866,115 @@ msgstr "" "Вы действительно хотите удалить все преобразования страницы для документов: " "%s?" -#: views.py:581 +#: views.py:711 msgid "missing documents" msgstr "недостающие документы" -#: views.py:594 views.py:632 +#: views.py:727 views.py:769 #, python-format msgid "details for: %s" msgstr "подробности: %s" -#: views.py:647 +#: views.py:788 msgid "Document page edited successfully." msgstr "Страница документа успешно изменена." -#: views.py:656 +#: views.py:797 #, python-format msgid "edit: %s" msgstr "редактировать: %s" -#: views.py:667 +#: views.py:814 msgid "There are no more pages in this document" msgstr " Нет более страниц в этом документе" -#: views.py:680 +#: views.py:832 msgid "You are already at the first page of this document" msgstr "Вы уже на первой странице этого документа" -#: views.py:823 +#: views.py:993 #, python-format msgid "print: %s" msgstr "печать: %s" -#: views.py:894 +#: views.py:1066 #, python-format msgid "documents of type \"%s\"" msgstr "документы типа \"%s\"" -#: views.py:914 +#: views.py:1086 msgid "Document type edited successfully" msgstr "Тип документа успешно изменен" -#: views.py:917 +#: views.py:1089 #, python-format msgid "Error editing document type; %s" msgstr "Ошибка редактирования типа документа; %s" -#: views.py:922 +#: views.py:1094 #, python-format msgid "edit document type: %s" msgstr "редактировать тип документа: %s" -#: views.py:947 +#: views.py:1118 #, python-format msgid "Document type: %s deleted successfully." msgstr "Вид документа: %s успешно удален." -#: views.py:949 +#: views.py:1120 #, python-format msgid "Document type: %(document_type)s delete error: %(error)s" msgstr "Тип документа: %(document_type)s ошибка удаления: %(error)s" -#: views.py:964 +#: views.py:1135 #, python-format msgid "Are you sure you wish to delete the document type: %s?" msgstr "Вы действительно хотите удалить тип документа: %s?" -#: views.py:965 +#: views.py:1136 msgid "" "The document type of all documents using this document type will be set to " "none." msgstr "Тип документа всех документов этого типа станет неопределённым." -#: views.py:981 +#: views.py:1152 msgid "Document type created successfully" msgstr "Тип документа успешно создан" -#: views.py:984 +#: views.py:1155 #, python-format msgid "Error creating document type; %(error)s" msgstr "Ошибка при создании типа документа; %(error)s" -#: views.py:1002 +#: views.py:1173 #, python-format msgid "filenames for document type: %s" msgstr "имена файлов для типа документа: %s" -#: views.py:1033 +#: views.py:1204 msgid "Document type filename edited successfully" msgstr "Имя файла для типа документа успешно изменено" -#: views.py:1036 +#: views.py:1207 #, python-format msgid "Error editing document type filename; %s" msgstr "Ошибка редактирования документа введите имя файла; %s" -#: views.py:1041 +#: views.py:1212 #, python-format msgid "edit filename \"%(filename)s\" from document type \"%(document_type)s\"" msgstr "редактирование файла \"%(filename)s из типа документа \"%(document_type)s\"" -#: views.py:1050 views.py:1076 views.py:1084 +#: views.py:1221 views.py:1247 views.py:1255 msgid "document type filename" msgstr "имя файла для типа документа" -#: views.py:1068 +#: views.py:1239 #, python-format msgid "Document type filename: %s deleted successfully." msgstr "Имя файла для типа документа: %s успешно удалено." -#: views.py:1070 +#: views.py:1241 #, python-format msgid "" "Document type filename: %(document_type_filename)s delete error: %(error)s" @@ -866,7 +982,7 @@ msgstr "" "При удалении имени файла для типа документа %(document_type_filename)s " "произошла ошибка %(error)s" -#: views.py:1086 +#: views.py:1257 #, python-format msgid "" "Are you sure you wish to delete the filename: %(filename)s, from document " @@ -875,37 +991,84 @@ msgstr "" "Вы действительно хотите удалить имя файла: %(filename)s из типа документа " "\"%(document_type)s\"?" -#: views.py:1111 +#: views.py:1282 msgid "Document type filename created successfully" msgstr "Имя файла для типа документа успешно создан" -#: views.py:1114 +#: views.py:1285 #, python-format msgid "Error creating document type filename; %(error)s" msgstr "Ошибка создания имени файла для типа документа; %(error)s" -#: views.py:1120 +#: views.py:1291 #, python-format msgid "create filename for document type: %s" msgstr "создание имени файла для типа документа: %s" -#: widgets.py:26 +#: views.py:1306 +msgid "Document image cache cleared successfully" +msgstr "" + +#: views.py:1308 +#, python-format +msgid "Error clearing document image cache; %s" +msgstr "" + +#: views.py:1314 +msgid "Are you sure you wish to clear the document image cache?" +msgstr "" + +#: views.py:1331 +#, python-format +msgid "versions for document: %s" +msgstr "" + +#: views.py:1341 +msgid "time and date" +msgstr "" + +#: views.py:1345 +msgid "mimetype" +msgstr "" + +#: views.py:1349 +msgid "encoding" +msgstr "" + +#: views.py:1380 +msgid "Document version reverted successfully" +msgstr "" + +#: views.py:1382 +#, python-format +msgid "Error reverting document version; %s" +msgstr "" + +#: views.py:1389 +msgid "Are you sure you wish to revert to this version?" +msgstr "" + +#: views.py:1390 +msgid "All later version after this one will be deleted too." +msgstr "" + +#: widgets.py:25 msgid "document page image" msgstr "изображение страницы" -#: wizards.py:34 +#: wizards.py:36 msgid "step 1 of 3: Document type" msgstr "Шаг 1 из 3: Тип документа" -#: wizards.py:35 +#: wizards.py:37 msgid "step 2 of 3: Metadata selection" msgstr "шаг 2 из 3: Выбор Метаданных" -#: wizards.py:36 +#: wizards.py:38 msgid "step 3 of 3: Document metadata" msgstr "шаг 3 из 3: Метаданные документа" -#: wizards.py:44 +#: wizards.py:46 msgid "Next step" msgstr "Далее" diff --git a/apps/dynamic_search/locale/en/LC_MESSAGES/django.po b/apps/dynamic_search/locale/en/LC_MESSAGES/django.po index 9cea6f8909..376f359baf 100644 --- a/apps/dynamic_search/locale/en/LC_MESSAGES/django.po +++ b/apps/dynamic_search/locale/en/LC_MESSAGES/django.po @@ -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 \n" "Language-Team: LANGUAGE \n" diff --git a/apps/dynamic_search/locale/es/LC_MESSAGES/django.mo b/apps/dynamic_search/locale/es/LC_MESSAGES/django.mo index 7512e7945d..d881ae086a 100644 Binary files a/apps/dynamic_search/locale/es/LC_MESSAGES/django.mo and b/apps/dynamic_search/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/dynamic_search/locale/es/LC_MESSAGES/django.po b/apps/dynamic_search/locale/es/LC_MESSAGES/django.po index b7c928d60c..8684a44011 100644 --- a/apps/dynamic_search/locale/es/LC_MESSAGES/django.po +++ b/apps/dynamic_search/locale/es/LC_MESSAGES/django.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\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: 2011-11-04 17:06+0000\n" -"Last-Translator: rosarior \n" +"Last-Translator: Roberto Rosario \n" "Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/" "mayan-edms/team/es/)\n" "Language: es\n" diff --git a/apps/dynamic_search/locale/it/LC_MESSAGES/django.mo b/apps/dynamic_search/locale/it/LC_MESSAGES/django.mo index 85cbc415e4..9e527654a7 100644 Binary files a/apps/dynamic_search/locale/it/LC_MESSAGES/django.mo and b/apps/dynamic_search/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/dynamic_search/locale/it/LC_MESSAGES/django.po b/apps/dynamic_search/locale/it/LC_MESSAGES/django.po index 94ab696a48..0f6ede5321 100644 --- a/apps/dynamic_search/locale/it/LC_MESSAGES/django.po +++ b/apps/dynamic_search/locale/it/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. 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" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-02-02 14:17-0400\n" "PO-Revision-Date: 2011-12-09 15:32+0000\n" "Last-Translator: Pierpaolo Baldan \n" -"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/team/it/)\n" +"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/team/" +"it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:5 @@ -62,8 +63,7 @@ msgstr "risultati della ricerca" #, python-format msgid "results, (showing only %(shown_result_count)s out of %(result_count)s)" msgstr "" -"risultati, (mostra esclusivamente %(shown_result_count)s di " -"%(result_count)s)" +"risultati, (mostra esclusivamente %(shown_result_count)s di %(result_count)s)" #: views.py:37 msgid "results" @@ -117,5 +117,3 @@ msgstr "Tempo trascorso: %(time_delta)s in secondi" #, python-format msgid "recent searches (maximum of %d)" msgstr "ricerche recenti (maximum of %d)" - - diff --git a/apps/dynamic_search/locale/pt/LC_MESSAGES/django.mo b/apps/dynamic_search/locale/pt/LC_MESSAGES/django.mo index 85a80a99c7..ef93575b86 100644 Binary files a/apps/dynamic_search/locale/pt/LC_MESSAGES/django.mo and b/apps/dynamic_search/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/dynamic_search/locale/pt/LC_MESSAGES/django.po b/apps/dynamic_search/locale/pt/LC_MESSAGES/django.po index cd156fba16..cd10f88f38 100644 --- a/apps/dynamic_search/locale/pt/LC_MESSAGES/django.po +++ b/apps/dynamic_search/locale/pt/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\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: 2011-11-03 02:32+0000\n" "Last-Translator: emersonsoares \n" "Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/" diff --git a/apps/dynamic_search/locale/ru/LC_MESSAGES/django.mo b/apps/dynamic_search/locale/ru/LC_MESSAGES/django.mo index 00f56a26ed..a8b96f88e7 100644 Binary files a/apps/dynamic_search/locale/ru/LC_MESSAGES/django.mo and b/apps/dynamic_search/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/dynamic_search/locale/ru/LC_MESSAGES/django.po b/apps/dynamic_search/locale/ru/LC_MESSAGES/django.po index 758ddcbf0e..2fabd8f0dd 100644 --- a/apps/dynamic_search/locale/ru/LC_MESSAGES/django.po +++ b/apps/dynamic_search/locale/ru/LC_MESSAGES/django.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\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: 2011-11-03 22:40+0000\n" -"Last-Translator: gsv70 \n" +"Last-Translator: Sergey Glita \n" "Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/team/" "ru/)\n" "Language: ru\n" diff --git a/apps/feedback/locale/en/LC_MESSAGES/django.po b/apps/feedback/locale/en/LC_MESSAGES/django.po index 81ae2b76c0..0321894c73 100644 --- a/apps/feedback/locale/en/LC_MESSAGES/django.po +++ b/apps/feedback/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-02 12:46-0400\n" +"POT-Creation-Date: 2012-02-02 14:18-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" diff --git a/apps/feedback/locale/es/LC_MESSAGES/django.mo b/apps/feedback/locale/es/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..1dad760209 Binary files /dev/null and b/apps/feedback/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/feedback/locale/es/LC_MESSAGES/django.po b/apps/feedback/locale/es/LC_MESSAGES/django.po index 364afdffd9..9325ac3438 100644 --- a/apps/feedback/locale/es/LC_MESSAGES/django.po +++ b/apps/feedback/locale/es/LC_MESSAGES/django.po @@ -1,104 +1,123 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy +# +# Translators: +# Roberto Rosario , 2012. msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-02 12:46-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-02-02 14:18-0400\n" +"PO-Revision-Date: 2012-02-02 18:28+0000\n" +"Last-Translator: Roberto Rosario \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" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:9 msgid "Feedback" -msgstr "" +msgstr "Comentarios" #: forms.py:16 msgid "" "What features of Mayan EDMS attracted you to start using it or consider " "using it?" msgstr "" +"¿Qué características de Mayan EDMS le atrajo a empezar a usarlo o considerar" +" usarlo?" #: forms.py:24 msgid "What features would you like to see implemented in Mayan EDMS?" -msgstr "" +msgstr "¿Qué características le gustaría ver implementadas en Mayan EDMS?" #: forms.py:32 msgid "" "Could you tell us a bit about how you are deploying or plan to deploy Mayan " "EDMS (OS, webserver, cloud/local, hardware specs)?" msgstr "" +"¿Podría hablarnos un poco acerca de cómo se está implementando o planea " +"implementar Mayan EDMS (sistema operativo, servidor web, nube / locales, " +"hardware)?" #: forms.py:40 msgid "" "What features of Mayan EDMS did you find hardest to understand or implement?" msgstr "" +"¿Qué características de Mayan EDMS se le hizo más difícil de encontrar, " +"comprender o implementar?" #: forms.py:45 msgid "Would you be interested in purchasing paid support for Mayan EDMS?" msgstr "" +"¿Estaría usted interesado en la compra de apoyo técnico pagado para Mayan " +"EDMS?" #: forms.py:50 msgid "" "Are currently providing or planning to provide paid support for Mayan EDMS?" -msgstr "" +msgstr "¿Esta actualmente o planifica proveer apoyo pagado para Mayan EDMS?" #: forms.py:55 msgid "Would you be interested in a cloud hosted solution for Mayan EDMS?" msgstr "" +"¿Estaría usted interesado en una solución pagada alojada en la nube de Mayan" +" EDMS?" #: forms.py:60 msgid "" "Would you be interested in a turn-key solution for Mayan EDMS that included " "a physical server appliance?" msgstr "" +"¿Estaría usted interesado en una solución completa para Mayan EDMS que " +"incluye un dispositivo de servidor físico?" #: forms.py:65 msgid "Your name:" -msgstr "" +msgstr "Su nombre:" #: forms.py:70 msgid "Your email:" -msgstr "" +msgstr "Su correo electrónico:" #: forms.py:75 msgid "Company name:" -msgstr "" +msgstr "Nombre de la empresa:" #: forms.py:80 msgid "Company website:" -msgstr "" +msgstr "Web de la compañía:" #: forms.py:85 msgid "" "May we display your company name & logo in our website as a user of Mayan " "EDMS with a link back to your website?" msgstr "" +"¿Podemos usar el nombre de su empresa y logotipo en nuestra página web como " +"usuario de Mayan EDMS con un enlace a su sitio web?" #: forms.py:90 msgid "" "May we keep your contact information to keep you up to date with " "developments or oferings related to Mayan EDMS?" msgstr "" +"¿Podemos mantener su información de contacto para mantenerle al día con los " +"ultimos desarollos u ofertas relacionados con Mayan EDMS?" #: views.py:20 msgid "Thank you for submiting your feedback." -msgstr "" +msgstr "Gracias por remitir sus comentarios." #: views.py:23 #, python-format msgid "Error submiting form; %s." -msgstr "" +msgstr "Error remitiendo el formulario; %s." #: views.py:28 msgid "feedback form" -msgstr "" +msgstr "formulario de comentarios" + + diff --git a/apps/feedback/locale/it/LC_MESSAGES/django.mo b/apps/feedback/locale/it/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..a84cfa3746 Binary files /dev/null and b/apps/feedback/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/feedback/locale/it/LC_MESSAGES/django.po b/apps/feedback/locale/it/LC_MESSAGES/django.po index 364afdffd9..11bbe41317 100644 --- a/apps/feedback/locale/it/LC_MESSAGES/django.po +++ b/apps/feedback/locale/it/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy +# +# Translators: msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-02 12:46-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-02-02 14:18-0400\n" +"PO-Revision-Date: 2012-02-02 18:21+0000\n" +"Last-Translator: Roberto Rosario \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" "Content-Transfer-Encoding: 8bit\n" +"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:9 @@ -102,3 +101,5 @@ msgstr "" #: views.py:28 msgid "feedback form" msgstr "" + + diff --git a/apps/feedback/locale/pt/LC_MESSAGES/django.mo b/apps/feedback/locale/pt/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..83a3dfda3a Binary files /dev/null and b/apps/feedback/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/feedback/locale/pt/LC_MESSAGES/django.po b/apps/feedback/locale/pt/LC_MESSAGES/django.po index 364afdffd9..b49d1a7c88 100644 --- a/apps/feedback/locale/pt/LC_MESSAGES/django.po +++ b/apps/feedback/locale/pt/LC_MESSAGES/django.po @@ -1,21 +1,20 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy +# +# Translators: msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-02 12:46-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-02-02 14:18-0400\n" +"PO-Revision-Date: 2012-02-02 18:21+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/team/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:9 @@ -102,3 +101,5 @@ msgstr "" #: views.py:28 msgid "feedback form" msgstr "" + + diff --git a/apps/feedback/locale/ru/LC_MESSAGES/django.mo b/apps/feedback/locale/ru/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..72be997423 Binary files /dev/null and b/apps/feedback/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/feedback/locale/ru/LC_MESSAGES/django.po b/apps/feedback/locale/ru/LC_MESSAGES/django.po index a53b9861e5..29e1f02967 100644 --- a/apps/feedback/locale/ru/LC_MESSAGES/django.po +++ b/apps/feedback/locale/ru/LC_MESSAGES/django.po @@ -1,23 +1,21 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# FIRST AUTHOR , YEAR. -# -#, fuzzy +# +# Translators: msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2012-02-02 12:46-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-02-02 14:18-0400\n" +"PO-Revision-Date: 2012-02-02 18:21+0000\n" +"Last-Translator: Roberto Rosario \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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%" -"10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Language: ru\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" #: __init__.py:9 msgid "Feedback" @@ -103,3 +101,5 @@ msgstr "" #: views.py:28 msgid "feedback form" msgstr "" + + diff --git a/apps/folders/locale/en/LC_MESSAGES/django.po b/apps/folders/locale/en/LC_MESSAGES/django.po index f44a557331..9915a91111 100644 --- a/apps/folders/locale/en/LC_MESSAGES/django.po +++ b/apps/folders/locale/en/LC_MESSAGES/django.po @@ -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 \n" "Language-Team: LANGUAGE \n" @@ -17,44 +17,44 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: __init__.py:10 +#: __init__.py:18 msgid "folder list" msgstr "" -#: __init__.py:11 views.py:53 +#: __init__.py:19 views.py:77 msgid "create folder" msgstr "" -#: __init__.py:12 +#: __init__.py:20 msgid "edit" msgstr "" -#: __init__.py:13 +#: __init__.py:21 msgid "delete" msgstr "" -#: __init__.py:14 +#: __init__.py:22 msgid "remove from folder" msgstr "" -#: __init__.py:15 +#: __init__.py:23 msgid "folder documents" msgstr "" -#: __init__.py:16 +#: __init__.py:24 msgid "add to a folder" msgstr "" -#: __init__.py:17 __init__.py:25 models.py:31 views.py:21 +#: __init__.py:25 __init__.py:35 models.py:43 views.py:34 msgid "folders" msgstr "" -#: forms.py:20 -msgid "Existing folders" +#: __init__.py:27 +msgid "ACLs" msgstr "" -#: forms.py:22 -msgid "New folder" +#: forms.py:38 +msgid "Folder" msgstr "" #: models.py:11 @@ -69,124 +69,143 @@ msgstr "" msgid "datetime created" msgstr "" -#: models.py:30 models.py:35 views.py:82 views.py:109 views.py:134 +#: models.py:42 models.py:47 views.py:108 views.py:137 views.py:162 msgid "folder" msgstr "" -#: models.py:36 +#: models.py:48 msgid "document" msgstr "" -#: models.py:42 views.py:257 +#: models.py:54 views.py:261 msgid "folder document" msgstr "" -#: models.py:43 +#: models.py:55 msgid "folders documents" msgstr "" -#: views.py:24 +#: permissions.py:7 +msgid "Folders" +msgstr "" + +#: permissions.py:9 +msgid "Create new folders" +msgstr "" + +#: permissions.py:10 +msgid "Edit new folders" +msgstr "" + +#: permissions.py:11 +msgid "Delete new folders" +msgstr "" + +#: permissions.py:12 +msgid "Remove documents from folders" +msgstr "" + +#: permissions.py:13 +msgid "View existing folders" +msgstr "" + +#: permissions.py:14 +msgid "Add documents to existing folders" +msgstr "" + +#: views.py:37 msgid "created" msgstr "" -#: views.py:25 +#: views.py:38 msgid "documents" msgstr "" -#: views.py:45 views.py:152 +#: views.py:69 msgid "Folder created successfully" msgstr "" -#: views.py:48 views.py:154 views.py:188 +#: views.py:72 #, python-format msgid "A folder named: %s, already exists." msgstr "" -#: views.py:71 +#: views.py:97 msgid "Folder edited successfully" msgstr "" -#: views.py:74 +#: views.py:100 #, python-format msgid "Error editing folder; %s" msgstr "" -#: views.py:79 +#: views.py:105 #, python-format msgid "edit folder: %s" msgstr "" -#: views.py:101 +#: views.py:129 #, python-format msgid "Folder: %s deleted successfully." msgstr "" -#: views.py:103 +#: views.py:131 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "" -#: views.py:114 +#: views.py:142 #, python-format msgid "Are you sure you with to delete the folder: %s?" msgstr "" -#: views.py:131 +#: views.py:168 #, python-format msgid "documents in folder: %s" msgstr "" -#: views.py:157 views.py:191 -msgid "Must specify a new folder or an existing one." -msgstr "" - -#: views.py:162 views.py:196 +#: views.py:188 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "" -#: views.py:165 views.py:199 +#: views.py:191 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "" -#: views.py:186 -#, python-format -msgid "Folder \"%s\" created successfully" -msgstr "" - -#: views.py:207 +#: views.py:199 #, python-format msgid "add document \"%s\" to a folder" msgstr "" -#: views.py:223 +#: views.py:219 #, python-format msgid "folders containing: %s" msgstr "" -#: views.py:239 +#: views.py:235 msgid "Must provide at least one folder document." msgstr "" -#: views.py:249 +#: views.py:253 #, python-format msgid "Document: %s removed successfully." msgstr "" -#: views.py:251 +#: views.py:255 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "" -#: views.py:265 +#: views.py:269 #, python-format msgid "" "Are you sure you wish to remove the document: %(document)s from the folder " "\"%(folder)s\"?" msgstr "" -#: views.py:268 +#: views.py:272 #, python-format msgid "" "Are you sure you wish to remove the documents: %(documents)s from the folder " diff --git a/apps/folders/locale/es/LC_MESSAGES/django.mo b/apps/folders/locale/es/LC_MESSAGES/django.mo index 8d12b0b0e1..5f0a7d43ab 100644 Binary files a/apps/folders/locale/es/LC_MESSAGES/django.mo and b/apps/folders/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/folders/locale/es/LC_MESSAGES/django.po b/apps/folders/locale/es/LC_MESSAGES/django.po index 39c54e00b2..87573a5dce 100644 --- a/apps/folders/locale/es/LC_MESSAGES/django.po +++ b/apps/folders/locale/es/LC_MESSAGES/django.po @@ -1,62 +1,61 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-22 11:26-0400\n" -"PO-Revision-Date: 2011-09-30 05:10+0000\n" -"Last-Translator: rosarior \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/" -"mayan-edms/team/es/)\n" -"Language: es\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\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 \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" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:10 +#: __init__.py:18 msgid "folder list" msgstr "lista de carpetas" -#: __init__.py:11 views.py:53 +#: __init__.py:19 views.py:77 msgid "create folder" msgstr "crear una carpeta" -#: __init__.py:12 +#: __init__.py:20 msgid "edit" msgstr "editar" -#: __init__.py:13 +#: __init__.py:21 msgid "delete" msgstr "eliminar" -#: __init__.py:14 +#: __init__.py:22 msgid "remove from folder" msgstr "Remover de la carpeta" -#: __init__.py:15 +#: __init__.py:23 msgid "folder documents" msgstr "documentos en la carpeta" -#: __init__.py:16 +#: __init__.py:24 msgid "add to a folder" msgstr "Añadir a una carpeta" -#: __init__.py:17 __init__.py:25 models.py:31 views.py:21 +#: __init__.py:25 __init__.py:35 models.py:43 views.py:34 msgid "folders" msgstr "carpetas" -#: forms.py:20 -msgid "Existing folders" -msgstr "Carpetas existentes" +#: __init__.py:27 +msgid "ACLs" +msgstr "" -#: forms.py:22 -msgid "New folder" -msgstr "Nueva carpeta" +#: forms.py:38 +msgid "Folder" +msgstr "" #: models.py:11 msgid "title" @@ -70,118 +69,137 @@ msgstr "usuario" msgid "datetime created" msgstr "fecha y hora creados" -#: models.py:30 models.py:35 views.py:82 views.py:109 views.py:134 +#: models.py:42 models.py:47 views.py:108 views.py:137 views.py:162 msgid "folder" msgstr "carpeta" -#: models.py:36 +#: models.py:48 msgid "document" msgstr "documento" -#: models.py:42 views.py:257 +#: models.py:54 views.py:261 msgid "folder document" msgstr "documento de carpeta" -#: models.py:43 +#: models.py:55 msgid "folders documents" msgstr "documentos de carpeta" -#: views.py:24 +#: permissions.py:7 +msgid "Folders" +msgstr "" + +#: permissions.py:9 +msgid "Create new folders" +msgstr "" + +#: permissions.py:10 +msgid "Edit new folders" +msgstr "" + +#: permissions.py:11 +msgid "Delete new folders" +msgstr "" + +#: permissions.py:12 +msgid "Remove documents from folders" +msgstr "" + +#: permissions.py:13 +msgid "View existing folders" +msgstr "" + +#: permissions.py:14 +msgid "Add documents to existing folders" +msgstr "" + +#: views.py:37 msgid "created" msgstr "creado" -#: views.py:25 +#: views.py:38 msgid "documents" msgstr "documentos" -#: views.py:45 views.py:152 +#: views.py:69 msgid "Folder created successfully" msgstr "Carpeta creada con éxito" -#: views.py:48 views.py:154 views.py:188 +#: views.py:72 #, python-format msgid "A folder named: %s, already exists." msgstr "Una carpeta con el nombre: %s, ya existe." -#: views.py:71 +#: views.py:97 msgid "Folder edited successfully" msgstr "Carpeta editada con éxito" -#: views.py:74 +#: views.py:100 #, python-format msgid "Error editing folder; %s" msgstr "Error editando carpeta; %s" -#: views.py:79 +#: views.py:105 #, python-format msgid "edit folder: %s" msgstr "editar carpeta: %s" -#: views.py:101 +#: views.py:129 #, python-format msgid "Folder: %s deleted successfully." msgstr "Carpeta: %s eliminada con éxito." -#: views.py:103 +#: views.py:131 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "Carpeta: %(folder)s error de eliminación: %(error)s " -#: views.py:114 +#: views.py:142 #, python-format msgid "Are you sure you with to delete the folder: %s?" msgstr "¿Está seguro de que desea eliminar la carpeta: %s?" -#: views.py:131 +#: views.py:168 #, python-format msgid "documents in folder: %s" msgstr "documentos en la carpeta: %s" -#: views.py:157 views.py:191 -msgid "Must specify a new folder or an existing one." -msgstr "Debe especificar una carpeta nueva o una ya existente." - -#: views.py:162 views.py:196 +#: views.py:188 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "" "Documento: %(document)s agregado a la carpeta: %(folder)s exitosamente." -#: views.py:165 views.py:199 +#: views.py:191 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "Documento: %(document)s ya está en la carpeta: %(folder)s." -#: views.py:186 -#, python-format -msgid "Folder \"%s\" created successfully" -msgstr "Carpeta \"%s\" creada exitosamente" - -#: views.py:207 +#: views.py:199 #, python-format msgid "add document \"%s\" to a folder" msgstr "Agregar documento \"%s\" a una carpeta" -#: views.py:223 +#: views.py:219 #, python-format msgid "folders containing: %s" msgstr "carpetas que contienen: %s" -#: views.py:239 +#: views.py:235 msgid "Must provide at least one folder document." msgstr "Debe proveer al menos un documento de carpeta." -#: views.py:249 +#: views.py:253 #, python-format msgid "Document: %s removed successfully." msgstr "Documento: %s removido exitosamente." -#: views.py:251 +#: views.py:255 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Documento: %(document)s error de remoción: %(error)s " -#: views.py:265 +#: views.py:269 #, python-format msgid "" "Are you sure you wish to remove the document: %(document)s from the folder " @@ -190,11 +208,11 @@ msgstr "" "¿Está seguro que desea remover el documento: %(document)s de la carpeta " "\"%(folder)s\"?" -#: views.py:268 +#: views.py:272 #, python-format msgid "" -"Are you sure you wish to remove the documents: %(documents)s from the folder " -"\"%(folder)s\"?" +"Are you sure you wish to remove the documents: %(documents)s from the folder" +" \"%(folder)s\"?" msgstr "" "¿Está seguro que desea eliminar los documentos: %(documents)s de la carpeta " "\"%(folder)s\"?" @@ -219,3 +237,5 @@ msgstr "" #: templatetags/folder_tags.py:17 msgid "Add document to a folder" msgstr "Agregar documento a una carpeta" + + diff --git a/apps/folders/locale/it/LC_MESSAGES/django.mo b/apps/folders/locale/it/LC_MESSAGES/django.mo index 6b70cfac00..e6f9907b6f 100644 Binary files a/apps/folders/locale/it/LC_MESSAGES/django.mo and b/apps/folders/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/folders/locale/it/LC_MESSAGES/django.po b/apps/folders/locale/it/LC_MESSAGES/django.po index 3138265a01..32c9110880 100644 --- a/apps/folders/locale/it/LC_MESSAGES/django.po +++ b/apps/folders/locale/it/LC_MESSAGES/django.po @@ -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-09 17:53+0000\n" -"Last-Translator: Pierpaolo Baldan \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 \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,45 +18,45 @@ msgstr "" "Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:10 +#: __init__.py:18 msgid "folder list" msgstr "lista delle cartelle" -#: __init__.py:11 views.py:53 +#: __init__.py:19 views.py:77 msgid "create folder" msgstr "crea cartella" -#: __init__.py:12 +#: __init__.py:20 msgid "edit" msgstr "modifica" -#: __init__.py:13 +#: __init__.py:21 msgid "delete" msgstr "cancella" -#: __init__.py:14 +#: __init__.py:22 msgid "remove from folder" msgstr "rimuovi dalla cartella" -#: __init__.py:15 +#: __init__.py:23 msgid "folder documents" msgstr "cartella documenti" -#: __init__.py:16 +#: __init__.py:24 msgid "add to a folder" msgstr "aggiungi alla cartella" -#: __init__.py:17 __init__.py:25 models.py:31 views.py:21 +#: __init__.py:25 __init__.py:35 models.py:43 views.py:34 msgid "folders" msgstr "cartelle" -#: forms.py:20 -msgid "Existing folders" -msgstr "Cartelle esistenti" +#: __init__.py:27 +msgid "ACLs" +msgstr "" -#: forms.py:22 -msgid "New folder" -msgstr "Nuova cartella" +#: forms.py:38 +msgid "Folder" +msgstr "" #: models.py:11 msgid "title" @@ -70,118 +70,137 @@ msgstr "utente" msgid "datetime created" msgstr "data di creazione" -#: models.py:30 models.py:35 views.py:82 views.py:109 views.py:134 +#: models.py:42 models.py:47 views.py:108 views.py:137 views.py:162 msgid "folder" msgstr "cartella" -#: models.py:36 +#: models.py:48 msgid "document" msgstr "documento" -#: models.py:42 views.py:257 +#: models.py:54 views.py:261 msgid "folder document" msgstr "cartella documento" -#: models.py:43 +#: models.py:55 msgid "folders documents" msgstr "cartelle documento" -#: views.py:24 +#: permissions.py:7 +msgid "Folders" +msgstr "" + +#: permissions.py:9 +msgid "Create new folders" +msgstr "" + +#: permissions.py:10 +msgid "Edit new folders" +msgstr "" + +#: permissions.py:11 +msgid "Delete new folders" +msgstr "" + +#: permissions.py:12 +msgid "Remove documents from folders" +msgstr "" + +#: permissions.py:13 +msgid "View existing folders" +msgstr "" + +#: permissions.py:14 +msgid "Add documents to existing folders" +msgstr "" + +#: views.py:37 msgid "created" msgstr "creata" -#: views.py:25 +#: views.py:38 msgid "documents" msgstr "documenti" -#: views.py:45 views.py:152 +#: views.py:69 msgid "Folder created successfully" msgstr "Cartella creata con successo" -#: views.py:48 views.py:154 views.py:188 +#: views.py:72 #, python-format msgid "A folder named: %s, already exists." msgstr "Il nome cartella: %s, già esiste." -#: views.py:71 +#: views.py:97 msgid "Folder edited successfully" msgstr "Cartella modificata con successo" -#: views.py:74 +#: views.py:100 #, python-format msgid "Error editing folder; %s" msgstr "Errore modificando la cartella; %s" -#: views.py:79 +#: views.py:105 #, python-format msgid "edit folder: %s" msgstr "Modifica cartella: %s" -#: views.py:101 +#: views.py:129 #, python-format msgid "Folder: %s deleted successfully." msgstr "Cartella : %s cancellata con successo." -#: views.py:103 +#: views.py:131 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "Cartella: %(folder)s errore di cancellazione: %(error)s" -#: views.py:114 +#: views.py:142 #, python-format msgid "Are you sure you with to delete the folder: %s?" msgstr "Sei sicuro di voler cancellare la cartella: %s?" -#: views.py:131 +#: views.py:168 #, python-format msgid "documents in folder: %s" msgstr "documenti nella cartella: %s" -#: views.py:157 views.py:191 -msgid "Must specify a new folder or an existing one." -msgstr "Devi indicare una nuova cartella o una già esistente" - -#: views.py:162 views.py:196 +#: views.py:188 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "" "Documento: %(document)s aggiunto alla cartella: %(folder)s successfully." -#: views.py:165 views.py:199 +#: views.py:191 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "Documento: %(document)s è già nella cartella: %(folder)s." -#: views.py:186 -#, python-format -msgid "Folder \"%s\" created successfully" -msgstr "Cartella \"%s\" creata con successo" - -#: views.py:207 +#: views.py:199 #, python-format msgid "add document \"%s\" to a folder" msgstr "aggiungo il dcumento\"%s\" alla cartella" -#: views.py:223 +#: views.py:219 #, python-format msgid "folders containing: %s" msgstr "le cartelle contengono: %s" -#: views.py:239 +#: views.py:235 msgid "Must provide at least one folder document." msgstr "Devi almeno indicare una cartella documenti." -#: views.py:249 +#: views.py:253 #, python-format msgid "Document: %s removed successfully." msgstr "Documento: %s cancellato con successo." -#: views.py:251 +#: views.py:255 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Documento: %(document)s errore di cancellazione: %(error)s" -#: views.py:265 +#: views.py:269 #, python-format msgid "" "Are you sure you wish to remove the document: %(document)s from the folder " @@ -190,7 +209,7 @@ msgstr "" "Sei sicuro di voler rimuovere il documento: %(document)s dalla cartella " "\"%(folder)s\"?" -#: views.py:268 +#: views.py:272 #, python-format msgid "" "Are you sure you wish to remove the documents: %(documents)s from the folder" diff --git a/apps/folders/locale/pt/LC_MESSAGES/django.mo b/apps/folders/locale/pt/LC_MESSAGES/django.mo index d91efb95dd..a3a65a47c9 100644 Binary files a/apps/folders/locale/pt/LC_MESSAGES/django.mo and b/apps/folders/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/folders/locale/pt/LC_MESSAGES/django.po b/apps/folders/locale/pt/LC_MESSAGES/django.po index 40ab6db2d2..0a512632ba 100644 --- a/apps/folders/locale/pt/LC_MESSAGES/django.po +++ b/apps/folders/locale/pt/LC_MESSAGES/django.po @@ -1,63 +1,62 @@ # 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 , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-22 11:26-0400\n" -"PO-Revision-Date: 2011-11-03 03:33+0000\n" -"Last-Translator: renataoliveira \n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/" -"team/pt/)\n" -"Language: pt\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\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 \n" +"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/team/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:10 +#: __init__.py:18 msgid "folder list" msgstr "lista de pastas" -#: __init__.py:11 views.py:53 +#: __init__.py:19 views.py:77 msgid "create folder" msgstr "criar pasta" -#: __init__.py:12 +#: __init__.py:20 msgid "edit" msgstr "editar" -#: __init__.py:13 +#: __init__.py:21 msgid "delete" msgstr "excluir" -#: __init__.py:14 +#: __init__.py:22 msgid "remove from folder" msgstr "remover da pasta" -#: __init__.py:15 +#: __init__.py:23 msgid "folder documents" msgstr "pasta de documentos" -#: __init__.py:16 +#: __init__.py:24 msgid "add to a folder" msgstr "adicionar a uma pasta" -#: __init__.py:17 __init__.py:25 models.py:31 views.py:21 +#: __init__.py:25 __init__.py:35 models.py:43 views.py:34 msgid "folders" msgstr "pastas" -#: forms.py:20 -msgid "Existing folders" -msgstr "Pastas existentes" +#: __init__.py:27 +msgid "ACLs" +msgstr "" -#: forms.py:22 -msgid "New folder" -msgstr "Nova pasta" +#: forms.py:38 +msgid "Folder" +msgstr "" #: models.py:11 msgid "title" @@ -71,117 +70,136 @@ msgstr "usuário" msgid "datetime created" msgstr "data e hora da criação" -#: models.py:30 models.py:35 views.py:82 views.py:109 views.py:134 +#: models.py:42 models.py:47 views.py:108 views.py:137 views.py:162 msgid "folder" msgstr "pasta" -#: models.py:36 +#: models.py:48 msgid "document" msgstr "documento" -#: models.py:42 views.py:257 +#: models.py:54 views.py:261 msgid "folder document" msgstr "pasta de documento" -#: models.py:43 +#: models.py:55 msgid "folders documents" msgstr "pastas de documentos" -#: views.py:24 +#: permissions.py:7 +msgid "Folders" +msgstr "" + +#: permissions.py:9 +msgid "Create new folders" +msgstr "" + +#: permissions.py:10 +msgid "Edit new folders" +msgstr "" + +#: permissions.py:11 +msgid "Delete new folders" +msgstr "" + +#: permissions.py:12 +msgid "Remove documents from folders" +msgstr "" + +#: permissions.py:13 +msgid "View existing folders" +msgstr "" + +#: permissions.py:14 +msgid "Add documents to existing folders" +msgstr "" + +#: views.py:37 msgid "created" msgstr "criado" -#: views.py:25 +#: views.py:38 msgid "documents" msgstr "documentos" -#: views.py:45 views.py:152 +#: views.py:69 msgid "Folder created successfully" msgstr "Pasta criada com sucesso" -#: views.py:48 views.py:154 views.py:188 +#: views.py:72 #, python-format msgid "A folder named: %s, already exists." msgstr "A pasta com o nome: %s, já existe." -#: views.py:71 +#: views.py:97 msgid "Folder edited successfully" msgstr "Pasta editada com sucesso" -#: views.py:74 +#: views.py:100 #, python-format msgid "Error editing folder; %s" msgstr "Erro ao editar pasta; %s" -#: views.py:79 +#: views.py:105 #, python-format msgid "edit folder: %s" msgstr "editar pasta: %s" -#: views.py:101 +#: views.py:129 #, python-format msgid "Folder: %s deleted successfully." msgstr "Pasta: %s removido com sucesso." -#: views.py:103 +#: views.py:131 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "Pasta: %(folder)s erro ao deletar: %(error)s " -#: views.py:114 +#: views.py:142 #, python-format msgid "Are you sure you with to delete the folder: %s?" msgstr "Tem certeza de que deseja excluir a pasta: %s?" -#: views.py:131 +#: views.py:168 #, python-format msgid "documents in folder: %s" msgstr "documentos na pasta: %s" -#: views.py:157 views.py:191 -msgid "Must specify a new folder or an existing one." -msgstr "Deve especificar uma nova pasta ou um já existente." - -#: views.py:162 views.py:196 +#: views.py:188 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "Documento: %(document)s adicionados à pasta: %(folder)s com sucesso." -#: views.py:165 views.py:199 +#: views.py:191 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "Documento: %(document)s já está na pasta: %(folder)s ." -#: views.py:186 -#, python-format -msgid "Folder \"%s\" created successfully" -msgstr "Pasta \"%s\" criada com sucesso" - -#: views.py:207 +#: views.py:199 #, python-format msgid "add document \"%s\" to a folder" msgstr "adicionar documento \"%s\" à uma pasta" -#: views.py:223 +#: views.py:219 #, python-format msgid "folders containing: %s" msgstr "pastas contendo: %s" -#: views.py:239 +#: views.py:235 msgid "Must provide at least one folder document." msgstr "Deve fornecer pelo menos um documento da pasta." -#: views.py:249 +#: views.py:253 #, python-format msgid "Document: %s removed successfully." msgstr "Documento: %s removido com sucesso." -#: views.py:251 +#: views.py:255 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Documento: %(document)s erro ao deletar: %(error)s " -#: views.py:265 +#: views.py:269 #, python-format msgid "" "Are you sure you wish to remove the document: %(document)s from the folder " @@ -190,11 +208,11 @@ msgstr "" "Tem certeza de que deseja remover o documento: %(document)s da pasta " "\"%(folder)s\"?" -#: views.py:268 +#: views.py:272 #, python-format msgid "" -"Are you sure you wish to remove the documents: %(documents)s from the folder " -"\"%(folder)s\"?" +"Are you sure you wish to remove the documents: %(documents)s from the folder" +" \"%(folder)s\"?" msgstr "" "Tem certeza de que deseja remover os documentos: %(documents)s da pasta " "\"%(folder)s\"?" @@ -210,8 +228,8 @@ msgid "" "created by one user and the documents contained by them don't affect any " "other user folders or documents." msgstr "" -"Estas pastas também podem ser descritas como pastas de usuário. Elas são uma " -"maneira de permitir que os usuários individuais criem os seus próprios " +"Estas pastas também podem ser descritas como pastas de usuário. Elas são uma" +" maneira de permitir que os usuários individuais criem os seus próprios " "métodos de organização do documento. Pastas criadas por um usuário e os " "documentos contidos nelas não afetam todas as pastas de outros usuários ou " "documentos." @@ -219,3 +237,5 @@ msgstr "" #: templatetags/folder_tags.py:17 msgid "Add document to a folder" msgstr "Adicionar documento à uma pasta" + + diff --git a/apps/folders/locale/ru/LC_MESSAGES/django.mo b/apps/folders/locale/ru/LC_MESSAGES/django.mo index 17af131f95..4e552decf8 100644 Binary files a/apps/folders/locale/ru/LC_MESSAGES/django.mo and b/apps/folders/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/folders/locale/ru/LC_MESSAGES/django.po b/apps/folders/locale/ru/LC_MESSAGES/django.po index 6c43201638..a03ed62a57 100644 --- a/apps/folders/locale/ru/LC_MESSAGES/django.po +++ b/apps/folders/locale/ru/LC_MESSAGES/django.po @@ -1,63 +1,61 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-22 11:26-0400\n" -"PO-Revision-Date: 2011-11-03 16:56+0000\n" -"Last-Translator: gsv70 \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/team/" -"ru/)\n" -"Language: ru\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\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 \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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Language: ru\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" -#: __init__.py:10 +#: __init__.py:18 msgid "folder list" msgstr "список папок" -#: __init__.py:11 views.py:53 +#: __init__.py:19 views.py:77 msgid "create folder" msgstr "создать папку" -#: __init__.py:12 +#: __init__.py:20 msgid "edit" msgstr "редактировать" -#: __init__.py:13 +#: __init__.py:21 msgid "delete" msgstr "удалить" -#: __init__.py:14 +#: __init__.py:22 msgid "remove from folder" msgstr "удалить из папки" -#: __init__.py:15 +#: __init__.py:23 msgid "folder documents" msgstr "документы папки" -#: __init__.py:16 +#: __init__.py:24 msgid "add to a folder" msgstr "добавить в папку" -#: __init__.py:17 __init__.py:25 models.py:31 views.py:21 +#: __init__.py:25 __init__.py:35 models.py:43 views.py:34 msgid "folders" msgstr "папки" -#: forms.py:20 -msgid "Existing folders" -msgstr "Существующие папки" +#: __init__.py:27 +msgid "ACLs" +msgstr "" -#: forms.py:22 -msgid "New folder" -msgstr "Новая папка" +#: forms.py:38 +msgid "Folder" +msgstr "" #: models.py:11 msgid "title" @@ -71,130 +69,149 @@ msgstr "пользователь" msgid "datetime created" msgstr "даты и время создания" -#: models.py:30 models.py:35 views.py:82 views.py:109 views.py:134 +#: models.py:42 models.py:47 views.py:108 views.py:137 views.py:162 msgid "folder" msgstr "папка" -#: models.py:36 +#: models.py:48 msgid "document" msgstr "документ" -#: models.py:42 views.py:257 +#: models.py:54 views.py:261 msgid "folder document" msgstr "документ папки" -#: models.py:43 +#: models.py:55 msgid "folders documents" msgstr "документы из папок" -#: views.py:24 +#: permissions.py:7 +msgid "Folders" +msgstr "" + +#: permissions.py:9 +msgid "Create new folders" +msgstr "" + +#: permissions.py:10 +msgid "Edit new folders" +msgstr "" + +#: permissions.py:11 +msgid "Delete new folders" +msgstr "" + +#: permissions.py:12 +msgid "Remove documents from folders" +msgstr "" + +#: permissions.py:13 +msgid "View existing folders" +msgstr "" + +#: permissions.py:14 +msgid "Add documents to existing folders" +msgstr "" + +#: views.py:37 msgid "created" msgstr "создано" -#: views.py:25 +#: views.py:38 msgid "documents" msgstr "документы" -#: views.py:45 views.py:152 +#: views.py:69 msgid "Folder created successfully" msgstr "Папка успешно создана" -#: views.py:48 views.py:154 views.py:188 +#: views.py:72 #, python-format msgid "A folder named: %s, already exists." msgstr "Папку с именем %s уже существует." -#: views.py:71 +#: views.py:97 msgid "Folder edited successfully" msgstr "Папка успешно изменена" -#: views.py:74 +#: views.py:100 #, python-format msgid "Error editing folder; %s" msgstr "Ошибка редактирования папки; %s." -#: views.py:79 +#: views.py:105 #, python-format msgid "edit folder: %s" msgstr "редактировать папку %s" -#: views.py:101 +#: views.py:129 #, python-format msgid "Folder: %s deleted successfully." msgstr "Папка %s успешно удалена." -#: views.py:103 +#: views.py:131 #, python-format msgid "Folder: %(folder)s delete error: %(error)s" msgstr "При удалении папки %(folder)s произошла ошибка: %(error)s" -#: views.py:114 +#: views.py:142 #, python-format msgid "Are you sure you with to delete the folder: %s?" msgstr "Вы хотите удалить папку %s?" -#: views.py:131 +#: views.py:168 #, python-format msgid "documents in folder: %s" msgstr "документы в папке: %s" -#: views.py:157 views.py:191 -msgid "Must specify a new folder or an existing one." -msgstr "Необходимо указать новую илисуществующую папку ." - -#: views.py:162 views.py:196 +#: views.py:188 #, python-format msgid "Document: %(document)s added to folder: %(folder)s successfully." msgstr "Документ: %(document)s добавлен в папку: %(folder)s успешно." -#: views.py:165 views.py:199 +#: views.py:191 #, python-format msgid "Document: %(document)s is already in folder: %(folder)s." msgstr "Документ: %(document)s is already in folder: %(folder)s." -#: views.py:186 -#, python-format -msgid "Folder \"%s\" created successfully" -msgstr "Папка \"%s\" создана" - -#: views.py:207 +#: views.py:199 #, python-format msgid "add document \"%s\" to a folder" msgstr "добавить документ \"%s\" в папку" -#: views.py:223 +#: views.py:219 #, python-format msgid "folders containing: %s" msgstr "папки, содержащие %s" -#: views.py:239 +#: views.py:235 msgid "Must provide at least one folder document." msgstr "Должна быть хотя бы одна папка документов." -#: views.py:249 +#: views.py:253 #, python-format msgid "Document: %s removed successfully." msgstr "Документ: %s успешно удален." -#: views.py:251 +#: views.py:255 #, python-format msgid "Document: %(document)s delete error: %(error)s" msgstr "Документ:%(document)s ошибка удаления: %(error)s" -#: views.py:265 +#: views.py:269 #, python-format msgid "" "Are you sure you wish to remove the document: %(document)s from the folder " "\"%(folder)s\"?" msgstr "" -"Вы действительно хотите удалить документ: %(document)s из папки \"%(folder)s " -"\"?" +"Вы действительно хотите удалить документ: %(document)s из папки \"%(folder)s" +" \"?" -#: views.py:268 +#: views.py:272 #, python-format msgid "" -"Are you sure you wish to remove the documents: %(documents)s from the folder " -"\"%(folder)s\"?" +"Are you sure you wish to remove the documents: %(documents)s from the folder" +" \"%(folder)s\"?" msgstr "" "Вы действительно хотите удалить документы: %(documents)s из папки " "\"%(folder)s\"?" @@ -217,3 +234,5 @@ msgstr "" #: templatetags/folder_tags.py:17 msgid "Add document to a folder" msgstr "Добавить документ в папку" + + diff --git a/apps/history/locale/en/LC_MESSAGES/django.po b/apps/history/locale/en/LC_MESSAGES/django.po index c16d3cc85d..5d192a1598 100644 --- a/apps/history/locale/en/LC_MESSAGES/django.po +++ b/apps/history/locale/en/LC_MESSAGES/django.po @@ -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 \n" "Language-Team: LANGUAGE \n" @@ -17,88 +17,88 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: __init__.py:6 -msgid "Access the history app" -msgstr "" - -#: __init__.py:8 -msgid "History" -msgstr "" - -#: __init__.py:12 models.py:69 +#: __init__.py:10 models.py:71 msgid "history" msgstr "" -#: models.py:16 +#: models.py:18 msgid "namespace" msgstr "" -#: models.py:17 +#: models.py:19 msgid "name" msgstr "" -#: models.py:25 models.py:34 +#: models.py:27 models.py:36 msgid "history type" msgstr "" -#: models.py:26 +#: models.py:28 msgid "history types" msgstr "" -#: models.py:30 +#: models.py:32 msgid "date time" msgstr "" -#: models.py:35 +#: models.py:37 msgid "dictionary" msgstr "" -#: models.py:70 +#: models.py:72 msgid "histories" msgstr "" -#: views.py:23 +#: permissions.py:7 +msgid "History" +msgstr "" + +#: permissions.py:8 +msgid "Access the history of an object" +msgstr "" + +#: views.py:27 msgid "history events" msgstr "" -#: views.py:26 views.py:60 +#: views.py:30 views.py:67 msgid "date and time" msgstr "" -#: views.py:30 +#: views.py:34 msgid "object" msgstr "" -#: views.py:34 views.py:64 +#: views.py:38 views.py:71 msgid "summary" msgstr "" -#: views.py:56 +#: views.py:63 #, python-format msgid "history events for: %s" msgstr "" -#: views.py:81 +#: views.py:91 msgid "Date" msgstr "" -#: views.py:82 +#: views.py:92 msgid "Time" msgstr "" -#: views.py:83 +#: views.py:93 msgid "Object" msgstr "" -#: views.py:84 +#: views.py:94 msgid "Event type" msgstr "" -#: views.py:85 +#: views.py:95 msgid "Event details" msgstr "" -#: views.py:89 +#: views.py:99 #, python-format msgid "details for: %s" msgstr "" diff --git a/apps/history/locale/es/LC_MESSAGES/django.mo b/apps/history/locale/es/LC_MESSAGES/django.mo index f5c1c8a299..69f4e6c347 100644 Binary files a/apps/history/locale/es/LC_MESSAGES/django.mo and b/apps/history/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/history/locale/es/LC_MESSAGES/django.po b/apps/history/locale/es/LC_MESSAGES/django.po index 1d198465b4..965b386e56 100644 --- a/apps/history/locale/es/LC_MESSAGES/django.po +++ b/apps/history/locale/es/LC_MESSAGES/django.po @@ -1,105 +1,106 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-22 11:26-0400\n" -"PO-Revision-Date: 2011-09-30 05:10+0000\n" -"Last-Translator: rosarior \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/" -"mayan-edms/team/es/)\n" -"Language: es\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\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 \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" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:6 -msgid "Access the history app" -msgstr "Acceder a la aplicación de historial" - -#: __init__.py:8 -msgid "History" -msgstr "Historial" - -#: __init__.py:12 models.py:69 +#: __init__.py:10 models.py:71 msgid "history" msgstr "historial" -#: models.py:16 +#: models.py:18 msgid "namespace" msgstr "espacio de nombres" -#: models.py:17 +#: models.py:19 msgid "name" msgstr "nombre" -#: models.py:25 models.py:34 +#: models.py:27 models.py:36 msgid "history type" msgstr "tipo de historial" -#: models.py:26 +#: models.py:28 msgid "history types" msgstr "tipos de la historiales" -#: models.py:30 +#: models.py:32 msgid "date time" msgstr "fecha y hora" -#: models.py:35 +#: models.py:37 msgid "dictionary" msgstr "diccionario" -#: models.py:70 +#: models.py:72 msgid "histories" msgstr "historiales" -#: views.py:23 +#: permissions.py:7 +msgid "History" +msgstr "Historial" + +#: permissions.py:8 +msgid "Access the history of an object" +msgstr "" + +#: views.py:27 msgid "history events" msgstr "eventos de historial" -#: views.py:26 views.py:60 +#: views.py:30 views.py:67 msgid "date and time" msgstr "fecha y hora" -#: views.py:30 +#: views.py:34 msgid "object" msgstr "objeto" -#: views.py:34 views.py:64 +#: views.py:38 views.py:71 msgid "summary" msgstr "resumen" -#: views.py:56 +#: views.py:63 #, python-format msgid "history events for: %s" msgstr "eventos de historial para: %s" -#: views.py:81 +#: views.py:91 msgid "Date" msgstr "Fecha" -#: views.py:82 +#: views.py:92 msgid "Time" msgstr "Tiempo" -#: views.py:83 +#: views.py:93 msgid "Object" msgstr "Objeto" -#: views.py:84 +#: views.py:94 msgid "Event type" msgstr "Tipo de evento" -#: views.py:85 +#: views.py:95 msgid "Event details" msgstr "Detalles del evento" -#: views.py:89 +#: views.py:99 #, python-format msgid "details for: %s" msgstr "Detalles para: %s" + + diff --git a/apps/history/locale/it/LC_MESSAGES/django.mo b/apps/history/locale/it/LC_MESSAGES/django.mo index 62c400c776..34020bf60c 100644 Binary files a/apps/history/locale/it/LC_MESSAGES/django.mo and b/apps/history/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/history/locale/it/LC_MESSAGES/django.po b/apps/history/locale/it/LC_MESSAGES/django.po index d83692c47b..8a4b7a3f6a 100644 --- a/apps/history/locale/it/LC_MESSAGES/django.po +++ b/apps/history/locale/it/LC_MESSAGES/django.po @@ -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-09 17:58+0000\n" -"Last-Translator: Pierpaolo Baldan \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 \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,88 +18,88 @@ msgstr "" "Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:6 -msgid "Access the history app" -msgstr "Accedi all'applicazione per le versioni" - -#: __init__.py:8 -msgid "History" -msgstr "Versioni" - -#: __init__.py:12 models.py:69 +#: __init__.py:10 models.py:71 msgid "history" msgstr "versioni" -#: models.py:16 +#: models.py:18 msgid "namespace" msgstr "namespace" -#: models.py:17 +#: models.py:19 msgid "name" msgstr "nome" -#: models.py:25 models.py:34 +#: models.py:27 models.py:36 msgid "history type" msgstr "Tipo versione" -#: models.py:26 +#: models.py:28 msgid "history types" msgstr "Tipi di versioni" -#: models.py:30 +#: models.py:32 msgid "date time" msgstr "data" -#: models.py:35 +#: models.py:37 msgid "dictionary" msgstr "dizionario" -#: models.py:70 +#: models.py:72 msgid "histories" msgstr "cronologie" -#: views.py:23 +#: permissions.py:7 +msgid "History" +msgstr "Versioni" + +#: permissions.py:8 +msgid "Access the history of an object" +msgstr "" + +#: views.py:27 msgid "history events" msgstr "eventi cronologia" -#: views.py:26 views.py:60 +#: views.py:30 views.py:67 msgid "date and time" msgstr "data e orario" -#: views.py:30 +#: views.py:34 msgid "object" msgstr "oggetto" -#: views.py:34 views.py:64 +#: views.py:38 views.py:71 msgid "summary" msgstr "sommario" -#: views.py:56 +#: views.py:63 #, python-format msgid "history events for: %s" msgstr "cronologia per gli eventi per: %s" -#: views.py:81 +#: views.py:91 msgid "Date" msgstr "Data" -#: views.py:82 +#: views.py:92 msgid "Time" msgstr "Orario" -#: views.py:83 +#: views.py:93 msgid "Object" msgstr "Oggetto" -#: views.py:84 +#: views.py:94 msgid "Event type" msgstr "Tipo evento" -#: views.py:85 +#: views.py:95 msgid "Event details" msgstr "Dettaglio evento" -#: views.py:89 +#: views.py:99 #, python-format msgid "details for: %s" msgstr "dettaglio per:%s" diff --git a/apps/history/locale/pt/LC_MESSAGES/django.mo b/apps/history/locale/pt/LC_MESSAGES/django.mo index 75258a208b..a3d5e1b9e2 100644 Binary files a/apps/history/locale/pt/LC_MESSAGES/django.mo and b/apps/history/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/history/locale/pt/LC_MESSAGES/django.po b/apps/history/locale/pt/LC_MESSAGES/django.po index 6ed4ecd216..81bac85b14 100644 --- a/apps/history/locale/pt/LC_MESSAGES/django.po +++ b/apps/history/locale/pt/LC_MESSAGES/django.po @@ -1,106 +1,107 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-22 11:26-0400\n" -"PO-Revision-Date: 2011-11-03 03:22+0000\n" -"Last-Translator: emersonsoares \n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/" -"team/pt/)\n" -"Language: pt\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\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 \n" +"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/team/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:6 -msgid "Access the history app" -msgstr "Acessar a história do app" - -#: __init__.py:8 -msgid "History" -msgstr "História" - -#: __init__.py:12 models.py:69 +#: __init__.py:10 models.py:71 msgid "history" msgstr "história" -#: models.py:16 +#: models.py:18 msgid "namespace" msgstr "namespace" -#: models.py:17 +#: models.py:19 msgid "name" msgstr "nome" -#: models.py:25 models.py:34 +#: models.py:27 models.py:36 msgid "history type" msgstr "tipo de história" -#: models.py:26 +#: models.py:28 msgid "history types" msgstr "tipos de história" -#: models.py:30 +#: models.py:32 msgid "date time" msgstr "hora, data" -#: models.py:35 +#: models.py:37 msgid "dictionary" msgstr "dicionário" -#: models.py:70 +#: models.py:72 msgid "histories" msgstr "histórias" -#: views.py:23 +#: permissions.py:7 +msgid "History" +msgstr "História" + +#: permissions.py:8 +msgid "Access the history of an object" +msgstr "" + +#: views.py:27 msgid "history events" msgstr "eventos da história" -#: views.py:26 views.py:60 +#: views.py:30 views.py:67 msgid "date and time" msgstr "data e hora" -#: views.py:30 +#: views.py:34 msgid "object" msgstr "objeto" -#: views.py:34 views.py:64 +#: views.py:38 views.py:71 msgid "summary" msgstr "sumário" -#: views.py:56 +#: views.py:63 #, python-format msgid "history events for: %s" msgstr "eventos de história para: %s" -#: views.py:81 +#: views.py:91 msgid "Date" msgstr "Data" -#: views.py:82 +#: views.py:92 msgid "Time" msgstr "Tempo" -#: views.py:83 +#: views.py:93 msgid "Object" msgstr "Objeto" -#: views.py:84 +#: views.py:94 msgid "Event type" msgstr "Tipo de evento" -#: views.py:85 +#: views.py:95 msgid "Event details" msgstr "Detalhes do evento" -#: views.py:89 +#: views.py:99 #, python-format msgid "details for: %s" msgstr "detalhes para: %s" + + diff --git a/apps/history/locale/ru/LC_MESSAGES/django.mo b/apps/history/locale/ru/LC_MESSAGES/django.mo index 20fe9c37ee..2a8e1de896 100644 Binary files a/apps/history/locale/ru/LC_MESSAGES/django.mo and b/apps/history/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/history/locale/ru/LC_MESSAGES/django.po b/apps/history/locale/ru/LC_MESSAGES/django.po index 78cf703a30..3ba217a895 100644 --- a/apps/history/locale/ru/LC_MESSAGES/django.po +++ b/apps/history/locale/ru/LC_MESSAGES/django.po @@ -1,106 +1,106 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-22 11:26-0400\n" -"PO-Revision-Date: 2011-11-03 23:30+0000\n" -"Last-Translator: gsv70 \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/team/" -"ru/)\n" -"Language: ru\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\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 \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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Language: ru\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" -#: __init__.py:6 -msgid "Access the history app" -msgstr "Доступ к истории приложения" - -#: __init__.py:8 -msgid "History" -msgstr "История" - -#: __init__.py:12 models.py:69 +#: __init__.py:10 models.py:71 msgid "history" msgstr "история" -#: models.py:16 +#: models.py:18 msgid "namespace" msgstr "пространство имен" -#: models.py:17 +#: models.py:19 msgid "name" msgstr "имя" -#: models.py:25 models.py:34 +#: models.py:27 models.py:36 msgid "history type" msgstr "тип истории" -#: models.py:26 +#: models.py:28 msgid "history types" msgstr "типы истории" -#: models.py:30 +#: models.py:32 msgid "date time" msgstr "дата и время" -#: models.py:35 +#: models.py:37 msgid "dictionary" msgstr "словарь" -#: models.py:70 +#: models.py:72 msgid "histories" msgstr "истории" -#: views.py:23 +#: permissions.py:7 +msgid "History" +msgstr "История" + +#: permissions.py:8 +msgid "Access the history of an object" +msgstr "" + +#: views.py:27 msgid "history events" msgstr "события" -#: views.py:26 views.py:60 +#: views.py:30 views.py:67 msgid "date and time" msgstr "дата и время" -#: views.py:30 +#: views.py:34 msgid "object" msgstr "объект" -#: views.py:34 views.py:64 +#: views.py:38 views.py:71 msgid "summary" msgstr "итого" -#: views.py:56 +#: views.py:63 #, python-format msgid "history events for: %s" msgstr "события для: %s" -#: views.py:81 +#: views.py:91 msgid "Date" msgstr "Дата" -#: views.py:82 +#: views.py:92 msgid "Time" msgstr "Время" -#: views.py:83 +#: views.py:93 msgid "Object" msgstr "Объект" -#: views.py:84 +#: views.py:94 msgid "Event type" msgstr "Тип события" -#: views.py:85 +#: views.py:95 msgid "Event details" msgstr "Подробности события" -#: views.py:89 +#: views.py:99 #, python-format msgid "details for: %s" msgstr "подробности: %s" + + diff --git a/apps/linking/locale/en/LC_MESSAGES/django.po b/apps/linking/locale/en/LC_MESSAGES/django.po index 17272844d4..49009ca01f 100644 --- a/apps/linking/locale/en/LC_MESSAGES/django.po +++ b/apps/linking/locale/en/LC_MESSAGES/django.po @@ -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 \n" "Language-Team: LANGUAGE \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.` and `metadata.`." 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 "" diff --git a/apps/linking/locale/es/LC_MESSAGES/django.mo b/apps/linking/locale/es/LC_MESSAGES/django.mo index 17ed6df31e..19618d1dea 100644 Binary files a/apps/linking/locale/es/LC_MESSAGES/django.mo and b/apps/linking/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/linking/locale/es/LC_MESSAGES/django.po b/apps/linking/locale/es/LC_MESSAGES/django.po index 653a34abd0..440763b37e 100644 --- a/apps/linking/locale/es/LC_MESSAGES/django.po +++ b/apps/linking/locale/es/LC_MESSAGES/django.po @@ -3,14 +3,14 @@ # This file is distributed under the same license as the PACKAGE package. # # Translators: -# Roberto Rosario , 2011. +# Roberto Rosario , 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 \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 \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.` and `metadata.`." @@ -194,122 +178,142 @@ msgstr "" "disponibles: `document.` y `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 "" diff --git a/apps/linking/locale/it/LC_MESSAGES/django.mo b/apps/linking/locale/it/LC_MESSAGES/django.mo index 706288b1b5..01c4149cc8 100644 Binary files a/apps/linking/locale/it/LC_MESSAGES/django.mo and b/apps/linking/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/linking/locale/it/LC_MESSAGES/django.po b/apps/linking/locale/it/LC_MESSAGES/django.po index 92812d71b3..903258ac6f 100644 --- a/apps/linking/locale/it/LC_MESSAGES/django.po +++ b/apps/linking/locale/it/LC_MESSAGES/django.po @@ -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 \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 \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.` and `metadata.`." @@ -192,121 +176,141 @@ msgstr "" "Questo rappresenta i metadati di tutti gli altri documenti. Oggetti " "disponibili: `document.` e `metadata.`." -#: 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 "" diff --git a/apps/linking/locale/pt/LC_MESSAGES/django.mo b/apps/linking/locale/pt/LC_MESSAGES/django.mo index 86f916301e..ea1c804a3b 100644 Binary files a/apps/linking/locale/pt/LC_MESSAGES/django.mo and b/apps/linking/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/linking/locale/pt/LC_MESSAGES/django.po b/apps/linking/locale/pt/LC_MESSAGES/django.po index bbfb8411f3..e9104b3edc 100644 --- a/apps/linking/locale/pt/LC_MESSAGES/django.po +++ b/apps/linking/locale/pt/LC_MESSAGES/django.po @@ -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 \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.` and `metadata.`." @@ -193,127 +177,147 @@ msgstr "" "Isto representa os metadados de todos os outros documentos. Objetos " "disponíveis: `document. ` e ` metadata. `." -#: 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 "" diff --git a/apps/linking/locale/ru/LC_MESSAGES/django.mo b/apps/linking/locale/ru/LC_MESSAGES/django.mo index 982203f193..d9072fc1ba 100644 Binary files a/apps/linking/locale/ru/LC_MESSAGES/django.mo and b/apps/linking/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/linking/locale/ru/LC_MESSAGES/django.po b/apps/linking/locale/ru/LC_MESSAGES/django.po index 5a02a2120d..9ffe9932ed 100644 --- a/apps/linking/locale/ru/LC_MESSAGES/django.po +++ b/apps/linking/locale/ru/LC_MESSAGES/django.po @@ -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 \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 \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.` and `metadata.`." @@ -193,127 +177,147 @@ msgstr "" "Это представляет метаданные всех других документов. Доступные объекты: " "`document. ` и `metadata. `." -#: 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\"?" diff --git a/apps/main/locale/en/LC_MESSAGES/django.po b/apps/main/locale/en/LC_MESSAGES/django.po index 3f41a881ab..7cfcc72746 100644 --- a/apps/main/locale/en/LC_MESSAGES/django.po +++ b/apps/main/locale/en/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: PACKAGE VERSION\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-12-06 03: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 \n" "Language-Team: LANGUAGE \n" @@ -17,43 +17,43 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: __init__.py:31 +#: __init__.py:33 msgid "maintenance" msgstr "" -#: __init__.py:32 +#: __init__.py:34 msgid "statistics" msgstr "" -#: __init__.py:33 +#: __init__.py:35 msgid "diagnostics" msgstr "" -#: __init__.py:34 +#: __init__.py:36 msgid "sentry" msgstr "" -#: __init__.py:35 +#: __init__.py:37 msgid "admin site" msgstr "" -#: __init__.py:38 +#: __init__.py:40 msgid "home" msgstr "" -#: __init__.py:40 +#: __init__.py:42 msgid "search" msgstr "" -#: views.py:41 +#: views.py:43 msgid "maintenance menu" msgstr "" -#: views.py:53 +#: views.py:56 msgid "Statistics" msgstr "" -#: views.py:61 +#: views.py:66 msgid "Diagnostics" msgstr "" @@ -99,37 +99,37 @@ msgstr "" msgid "Secondary menu" msgstr "" -#: templates/base.html:302 +#: templates/base.html:301 #, python-format msgid "Actions for %(name)s: %(navigation_object)s" msgstr "" -#: templates/base.html:304 templates/base.html.py:336 +#: templates/base.html:303 templates/base.html.py:346 #, python-format msgid "Actions for: %(navigation_object)s" msgstr "" -#: templates/base.html:307 +#: templates/base.html:306 msgid "Available actions" msgstr "" -#: templates/base.html:319 templates/base.html.py:351 +#: templates/base.html:318 templates/base.html.py:361 msgid "Related actions" msgstr "" -#: templates/base.html:334 +#: templates/base.html:329 templates/base.html.py:374 +msgid "Other available actions" +msgstr "" + +#: templates/base.html:344 #, python-format msgid "Actions for %(object_name)s: %(navigation_object)s" msgstr "" -#: templates/base.html:339 +#: templates/base.html:349 msgid "Actions" msgstr "" -#: templates/base.html:364 -msgid "Other available actions" -msgstr "" - #: templates/home.html:8 msgid "Django based open source document management system" msgstr "" @@ -140,6 +140,6 @@ msgid "" "indexing, tagging, file serving integration and OCR capabilities" msgstr "" -#: templates/project_description.html:15 +#: templates/project_description.html:18 msgid "Released under the GPL V3 License" msgstr "" diff --git a/apps/main/locale/es/LC_MESSAGES/django.mo b/apps/main/locale/es/LC_MESSAGES/django.mo index 61b945b1de..4897cb44a0 100644 Binary files a/apps/main/locale/es/LC_MESSAGES/django.mo and b/apps/main/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/main/locale/es/LC_MESSAGES/django.po b/apps/main/locale/es/LC_MESSAGES/django.po index aa29907f8d..f708c44413 100644 --- a/apps/main/locale/es/LC_MESSAGES/django.po +++ b/apps/main/locale/es/LC_MESSAGES/django.po @@ -1,67 +1,68 @@ # 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 , 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-12-06 03:26-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-02-02 14:17-0400\n" "PO-Revision-Date: 2012-01-02 05:42+0000\n" "Last-Translator: Roberto Rosario \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/team/es/)\n" +"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:33 msgid "maintenance" msgstr "mantenimiento" -#: __init__.py:32 +#: __init__.py:34 msgid "statistics" msgstr "estadísticas" -#: __init__.py:33 +#: __init__.py:35 msgid "diagnostics" msgstr "diagnósticos" -#: __init__.py:34 +#: __init__.py:36 msgid "sentry" msgstr "sentry" -#: __init__.py:35 +#: __init__.py:37 msgid "admin site" msgstr "sitio administrativo" -#: __init__.py:38 +#: __init__.py:40 msgid "home" msgstr "inicio" -#: __init__.py:40 +#: __init__.py:42 msgid "search" msgstr "búsqueda" -#: views.py:41 +#: views.py:43 msgid "maintenance menu" msgstr "menú de mantenimiento" -#: views.py:53 +#: views.py:56 msgid "Statistics" msgstr "Estadísticas" -#: views.py:61 +#: views.py:66 msgid "Diagnostics" msgstr "Diagnósticos" #: conf/settings.py:12 msgid "" -"Controls whether the search functionality is provided by a sidebar widget or" -" by a menu entry." +"Controls whether the search functionality is provided by a sidebar widget or " +"by a menu entry." msgstr "" "Controla si la funcionalidad de búsqueda es proporcionada por una barra " "lateral o por una entrada de menú." @@ -102,37 +103,37 @@ msgstr "Desconectarse" msgid "Secondary menu" msgstr "Menú secundario" -#: templates/base.html:302 +#: templates/base.html:301 #, python-format msgid "Actions for %(name)s: %(navigation_object)s" msgstr "Acciones para %(name)s: %(navigation_object)s " -#: templates/base.html:304 templates/base.html.py:336 +#: templates/base.html:303 templates/base.html.py:346 #, python-format msgid "Actions for: %(navigation_object)s" msgstr "Acciones para: %(navigation_object)s " -#: templates/base.html:307 +#: templates/base.html:306 msgid "Available actions" msgstr "Acciones disponibles" -#: templates/base.html:319 templates/base.html.py:351 +#: templates/base.html:318 templates/base.html.py:361 msgid "Related actions" msgstr "Acciones relacionadas" -#: templates/base.html:334 +#: templates/base.html:329 templates/base.html.py:374 +msgid "Other available actions" +msgstr "Otras acciones disponibles" + +#: templates/base.html:344 #, python-format msgid "Actions for %(object_name)s: %(navigation_object)s" msgstr "Acciones para %(object_name)s: %(navigation_object)s " -#: templates/base.html:339 +#: templates/base.html:349 msgid "Actions" msgstr "Acciones" -#: templates/base.html:364 -msgid "Other available actions" -msgstr "Otras acciones disponibles" - #: templates/home.html:8 msgid "Django based open source document management system" msgstr "Sistema de manejo de documentos de código abierto basado en Django" @@ -146,8 +147,6 @@ msgstr "" "personaliables, indexación, etiquedado de documentos, integración de " "servicio de archivos y capacidades de OCR" -#: templates/project_description.html:15 +#: templates/project_description.html:18 msgid "Released under the GPL V3 License" msgstr "Publicado bajo la licencia GPL v3" - - diff --git a/apps/main/locale/it/LC_MESSAGES/django.mo b/apps/main/locale/it/LC_MESSAGES/django.mo index 1fbd414fb8..dac1ab2db9 100644 Binary files a/apps/main/locale/it/LC_MESSAGES/django.mo and b/apps/main/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/main/locale/it/LC_MESSAGES/django.po b/apps/main/locale/it/LC_MESSAGES/django.po index d2e9b27283..1072c590d1 100644 --- a/apps/main/locale/it/LC_MESSAGES/django.po +++ b/apps/main/locale/it/LC_MESSAGES/django.po @@ -1,67 +1,68 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2011-12-06 03:26-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-02-02 14:17-0400\n" "PO-Revision-Date: 2012-01-02 04:46+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/team/it/)\n" +"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/team/" +"it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:31 +#: __init__.py:33 msgid "maintenance" msgstr "manutenzione" -#: __init__.py:32 +#: __init__.py:34 msgid "statistics" msgstr "statistiche" -#: __init__.py:33 +#: __init__.py:35 msgid "diagnostics" msgstr "disgnostica" -#: __init__.py:34 +#: __init__.py:36 msgid "sentry" msgstr "guardia" -#: __init__.py:35 +#: __init__.py:37 msgid "admin site" msgstr "sito d'amministrazione" -#: __init__.py:38 +#: __init__.py:40 msgid "home" msgstr "home" -#: __init__.py:40 +#: __init__.py:42 msgid "search" msgstr "cerca" -#: views.py:41 +#: views.py:43 msgid "maintenance menu" msgstr "menu manutenzione" -#: views.py:53 +#: views.py:56 msgid "Statistics" msgstr "Statistiche" -#: views.py:61 +#: views.py:66 msgid "Diagnostics" msgstr "Diagnostica" #: conf/settings.py:12 msgid "" -"Controls whether the search functionality is provided by a sidebar widget or" -" by a menu entry." +"Controls whether the search functionality is provided by a sidebar widget or " +"by a menu entry." msgstr "" "Controlla se la funzionalità di ricerca è fornita da un widget sidebar o da " "una voce di menu." @@ -102,37 +103,37 @@ msgstr "Logout" msgid "Secondary menu" msgstr "Menu secondario" -#: templates/base.html:302 +#: templates/base.html:301 #, python-format msgid "Actions for %(name)s: %(navigation_object)s" msgstr "Azione per %(name)s: %(navigation_object)s" -#: templates/base.html:304 templates/base.html.py:336 +#: templates/base.html:303 templates/base.html.py:346 #, python-format msgid "Actions for: %(navigation_object)s" msgstr "Azione per : %(navigation_object)s" -#: templates/base.html:307 +#: templates/base.html:306 msgid "Available actions" msgstr "Azioni disponibili" -#: templates/base.html:319 templates/base.html.py:351 +#: templates/base.html:318 templates/base.html.py:361 msgid "Related actions" msgstr "Azioni relative" -#: templates/base.html:334 +#: templates/base.html:329 templates/base.html.py:374 +msgid "Other available actions" +msgstr "Altre azioni disponibili" + +#: templates/base.html:344 #, python-format msgid "Actions for %(object_name)s: %(navigation_object)s" msgstr "Azioni per %(object_name)s: %(navigation_object)s" -#: templates/base.html:339 +#: templates/base.html:349 msgid "Actions" msgstr "Azioni" -#: templates/base.html:364 -msgid "Other available actions" -msgstr "Altre azioni disponibili" - #: templates/home.html:8 msgid "Django based open source document management system" msgstr "" @@ -142,12 +143,10 @@ msgid "" "Open source, Django based electronic document manager with custom metadata, " "indexing, tagging, file serving integration and OCR capabilities" msgstr "" -"Open Source, Django programma per la gestione documentale con la possibilità" -" di metadati personalizabili, tagging, indicizzazione, integrazione con file" -" server e con possibilità di OCR" +"Open Source, Django programma per la gestione documentale con la possibilità " +"di metadati personalizabili, tagging, indicizzazione, integrazione con file " +"server e con possibilità di OCR" -#: templates/project_description.html:15 +#: templates/project_description.html:18 msgid "Released under the GPL V3 License" msgstr "Rilasciato con licenza GPL V3" - - diff --git a/apps/main/locale/pt/LC_MESSAGES/django.mo b/apps/main/locale/pt/LC_MESSAGES/django.mo index ad932ad425..06faf53e0c 100644 Binary files a/apps/main/locale/pt/LC_MESSAGES/django.mo and b/apps/main/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/main/locale/pt/LC_MESSAGES/django.po b/apps/main/locale/pt/LC_MESSAGES/django.po index 6f871ca74f..37d5417566 100644 --- a/apps/main/locale/pt/LC_MESSAGES/django.po +++ b/apps/main/locale/pt/LC_MESSAGES/django.po @@ -1,67 +1,68 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" -"POT-Creation-Date: 2011-12-06 03:26-0400\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-02-02 14:17-0400\n" "PO-Revision-Date: 2012-01-02 04:46+0000\n" "Last-Translator: Roberto Rosario \n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/team/pt/)\n" +"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/" +"team/pt/)\n" +"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:33 msgid "maintenance" msgstr "manutenção" -#: __init__.py:32 +#: __init__.py:34 msgid "statistics" msgstr "estatísticas" -#: __init__.py:33 +#: __init__.py:35 msgid "diagnostics" msgstr "diagnósticos" -#: __init__.py:34 +#: __init__.py:36 msgid "sentry" msgstr "sentinela" -#: __init__.py:35 +#: __init__.py:37 msgid "admin site" msgstr "site de administação" -#: __init__.py:38 +#: __init__.py:40 msgid "home" msgstr "inicio" -#: __init__.py:40 +#: __init__.py:42 msgid "search" msgstr "pesquisa" -#: views.py:41 +#: views.py:43 msgid "maintenance menu" msgstr "menu de manutenção" -#: views.py:53 +#: views.py:56 msgid "Statistics" msgstr "Estatísticas" -#: views.py:61 +#: views.py:66 msgid "Diagnostics" msgstr "Diagnósticos" #: conf/settings.py:12 msgid "" -"Controls whether the search functionality is provided by a sidebar widget or" -" by a menu entry." +"Controls whether the search functionality is provided by a sidebar widget or " +"by a menu entry." msgstr "" "Controla-se a funcionalidade de pesquisa é fornecido por um widget da barra " "lateral ou por uma entrada de menu." @@ -102,37 +103,37 @@ msgstr "Sair" msgid "Secondary menu" msgstr "Menu secundário" -#: templates/base.html:302 +#: templates/base.html:301 #, python-format msgid "Actions for %(name)s: %(navigation_object)s" msgstr "Ações para %(name)s: %(navigation_object)s " -#: templates/base.html:304 templates/base.html.py:336 +#: templates/base.html:303 templates/base.html.py:346 #, python-format msgid "Actions for: %(navigation_object)s" msgstr "Ações para: %(navigation_object)s " -#: templates/base.html:307 +#: templates/base.html:306 msgid "Available actions" msgstr "Ações disponíveis" -#: templates/base.html:319 templates/base.html.py:351 +#: templates/base.html:318 templates/base.html.py:361 msgid "Related actions" msgstr "Ações relacionadas" -#: templates/base.html:334 +#: templates/base.html:329 templates/base.html.py:374 +msgid "Other available actions" +msgstr "Outras ações disponíveis" + +#: templates/base.html:344 #, python-format msgid "Actions for %(object_name)s: %(navigation_object)s" msgstr "Ações para %(object_name)s : %(navigation_object)s " -#: templates/base.html:339 +#: templates/base.html:349 msgid "Actions" msgstr "Ações" -#: templates/base.html:364 -msgid "Other available actions" -msgstr "Outras ações disponíveis" - #: templates/home.html:8 msgid "Django based open source document management system" msgstr "" @@ -146,8 +147,6 @@ msgstr "" "personalizados, indexação, etiquetagem, a integração do serviço de arquivos " "e recursos de OCR" -#: templates/project_description.html:15 +#: templates/project_description.html:18 msgid "Released under the GPL V3 License" msgstr "Liberado sob a licença GPL V3" - - diff --git a/apps/main/locale/ru/LC_MESSAGES/django.mo b/apps/main/locale/ru/LC_MESSAGES/django.mo index eceafef576..cdf4819631 100644 Binary files a/apps/main/locale/ru/LC_MESSAGES/django.mo and b/apps/main/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/main/locale/ru/LC_MESSAGES/django.po b/apps/main/locale/ru/LC_MESSAGES/django.po index 517f7a9a6b..d56bcfdd89 100644 --- a/apps/main/locale/ru/LC_MESSAGES/django.po +++ b/apps/main/locale/ru/LC_MESSAGES/django.po @@ -1,67 +1,69 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: -# Sergey Glita , 2011. +# Sergey Glita , 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-12-06 03:26-0400\n" -"PO-Revision-Date: 2012-01-02 04:46+0000\n" -"Last-Translator: Roberto Rosario \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/team/ru/)\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-02-02 14:17-0400\n" +"PO-Revision-Date: 2012-01-17 10:58+0000\n" +"Last-Translator: Sergey Glita \n" +"Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/team/" +"ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: ru\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"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:33 msgid "maintenance" msgstr "техническое обслуживание" -#: __init__.py:32 +#: __init__.py:34 msgid "statistics" msgstr "статистика" -#: __init__.py:33 +#: __init__.py:35 msgid "diagnostics" msgstr "диагностика" -#: __init__.py:34 +#: __init__.py:36 msgid "sentry" msgstr "sentry" -#: __init__.py:35 +#: __init__.py:37 msgid "admin site" msgstr "админка" -#: __init__.py:38 +#: __init__.py:40 msgid "home" msgstr "Начало" -#: __init__.py:40 +#: __init__.py:42 msgid "search" msgstr "поиск" -#: views.py:41 +#: views.py:43 msgid "maintenance menu" msgstr "меню техобслуживания" -#: views.py:53 +#: views.py:56 msgid "Statistics" msgstr "Статистика" -#: views.py:61 +#: views.py:66 msgid "Diagnostics" msgstr "Диагностика" #: conf/settings.py:12 msgid "" -"Controls whether the search functionality is provided by a sidebar widget or" -" by a menu entry." +"Controls whether the search functionality is provided by a sidebar widget or " +"by a menu entry." msgstr "" "Определяет, будет ли функция поиска обеспечивается виджетом боковой панели " "или пунктом меню." @@ -102,40 +104,40 @@ msgstr "Выход" msgid "Secondary menu" msgstr "Вторичное меню" -#: templates/base.html:302 +#: templates/base.html:301 #, python-format msgid "Actions for %(name)s: %(navigation_object)s" msgstr "Действия для %(name)s: %(navigation_object)s" -#: templates/base.html:304 templates/base.html.py:336 +#: templates/base.html:303 templates/base.html.py:346 #, python-format msgid "Actions for: %(navigation_object)s" msgstr "Действия для: %(navigation_object)s" -#: templates/base.html:307 +#: templates/base.html:306 msgid "Available actions" msgstr "Доступные действия" -#: templates/base.html:319 templates/base.html.py:351 +#: templates/base.html:318 templates/base.html.py:361 msgid "Related actions" msgstr "Связанные действия" -#: templates/base.html:334 +#: templates/base.html:329 templates/base.html.py:374 +msgid "Other available actions" +msgstr "Другие возможные действия" + +#: templates/base.html:344 #, python-format msgid "Actions for %(object_name)s: %(navigation_object)s" msgstr "Действия для %(object_name)s: %(navigation_object)s" -#: templates/base.html:339 +#: templates/base.html:349 msgid "Actions" msgstr "Действия" -#: templates/base.html:364 -msgid "Other available actions" -msgstr "Другие возможные действия" - #: templates/home.html:8 msgid "Django based open source document management system" -msgstr "" +msgstr "Система управления электронными документами на основе Django" #: templates/project_description.html:6 msgid "" @@ -146,8 +148,6 @@ msgstr "" "управления электронными документами с метаданными, индексами, тегами, " "интеграцией с файл-сервером и возможностью оптического распознавания текста." -#: templates/project_description.html:15 +#: templates/project_description.html:18 msgid "Released under the GPL V3 License" msgstr "Выпущено под лицензией GPL V3" - - diff --git a/apps/metadata/locale/en/LC_MESSAGES/django.po b/apps/metadata/locale/en/LC_MESSAGES/django.po index 6f75f44ea8..b4d32bfd59 100644 --- a/apps/metadata/locale/en/LC_MESSAGES/django.po +++ b/apps/metadata/locale/en/LC_MESSAGES/django.po @@ -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 \n" "Language-Team: LANGUAGE \n" @@ -17,99 +17,43 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: __init__.py:12 -msgid "Edit a document's metadata" -msgstr "" - -#: __init__.py:13 -msgid "Add metadata to a document" -msgstr "" - -#: __init__.py:14 -msgid "Remove metadata from a document" -msgstr "" - -#: __init__.py:15 -msgid "View metadata from a document" -msgstr "" - -#: __init__.py:17 -msgid "Edit metadata types" -msgstr "" - -#: __init__.py:18 -msgid "Create new metadata types" -msgstr "" - -#: __init__.py:19 -msgid "Delete metadata types" -msgstr "" - -#: __init__.py:20 -msgid "View metadata types" -msgstr "" - -#: __init__.py:22 -msgid "Edit metadata sets" -msgstr "" - -#: __init__.py:23 -msgid "Create new metadata sets" -msgstr "" - -#: __init__.py:24 -msgid "Delete metadata sets" -msgstr "" - -#: __init__.py:25 -msgid "View metadata sets" -msgstr "" - -#: __init__.py:27 forms.py:94 -msgid "Metadata" -msgstr "" - -#: __init__.py:33 -msgid "Metadata setup" -msgstr "" - -#: __init__.py:44 __init__.py:46 +#: __init__.py:21 __init__.py:23 msgid "edit metadata" msgstr "" -#: __init__.py:45 +#: __init__.py:22 msgid "metadata" msgstr "" -#: __init__.py:47 __init__.py:48 +#: __init__.py:24 __init__.py:25 msgid "add metadata" msgstr "" -#: __init__.py:49 __init__.py:50 +#: __init__.py:26 __init__.py:27 msgid "remove metadata" msgstr "" -#: __init__.py:52 models.py:33 views.py:294 +#: __init__.py:29 models.py:34 views.py:315 msgid "metadata types" msgstr "" -#: __init__.py:53 __init__.py:58 +#: __init__.py:30 __init__.py:35 msgid "edit" msgstr "" -#: __init__.py:54 __init__.py:59 +#: __init__.py:31 __init__.py:36 msgid "delete" msgstr "" -#: __init__.py:55 __init__.py:60 +#: __init__.py:32 __init__.py:37 msgid "create new" msgstr "" -#: __init__.py:57 views.py:394 +#: __init__.py:34 views.py:415 msgid "metadata sets" msgstr "" -#: __init__.py:62 models.py:92 +#: __init__.py:39 models.py:93 msgid "default metadata" msgstr "" @@ -150,272 +94,328 @@ msgstr "" msgid "Metadata sets" msgstr "" -#: models.py:9 -#, python-format -msgid " Available models: %s" +#: forms.py:94 permissions.py:7 +msgid "Metadata" msgstr "" #: models.py:10 #, python-format +msgid " Available models: %s" +msgstr "" + +#: models.py:11 +#, python-format msgid " Available functions: %s" msgstr "" -#: models.py:17 +#: models.py:18 msgid "name" msgstr "" -#: models.py:17 +#: models.py:18 msgid "Do not use python reserved words, or spaces." msgstr "" -#: models.py:18 models.py:40 +#: models.py:19 models.py:41 msgid "title" msgstr "" -#: models.py:20 +#: models.py:21 msgid "default" msgstr "" -#: models.py:21 +#: models.py:22 #, python-format msgid "Enter a string to be evaluated.%s" msgstr "" -#: models.py:23 +#: models.py:24 msgid "lookup" msgstr "" -#: models.py:24 +#: models.py:25 #, python-format msgid "" "Enter a string to be evaluated. Example: [user.get_full_name() for user in " "User.objects.all()].%s" msgstr "" -#: models.py:32 models.py:57 views.py:331 views.py:376 +#: models.py:33 models.py:58 views.py:352 views.py:397 msgid "metadata type" msgstr "" -#: models.py:47 models.py:48 models.py:56 views.py:446 views.py:491 +#: models.py:48 models.py:49 models.py:57 views.py:467 views.py:513 msgid "metadata set" msgstr "" -#: models.py:64 +#: models.py:65 msgid "metadata set item" msgstr "" -#: models.py:65 +#: models.py:66 msgid "metadata set items" msgstr "" -#: models.py:73 +#: models.py:74 msgid "document" msgstr "" -#: models.py:74 +#: models.py:75 msgid "type" msgstr "" -#: models.py:75 views.py:283 +#: models.py:76 views.py:303 msgid "value" msgstr "" -#: models.py:81 models.py:82 +#: models.py:82 models.py:83 msgid "document metadata" msgstr "" -#: models.py:90 views.py:559 +#: models.py:91 views.py:581 msgid "document type" msgstr "" -#: models.py:91 +#: models.py:92 msgid "default metadata sets" msgstr "" -#: models.py:98 +#: models.py:99 msgid "document type defaults" msgstr "" -#: models.py:99 +#: models.py:100 msgid "document types defaults" msgstr "" -#: views.py:38 views.py:193 +#: permissions.py:8 +msgid "Edit a document's metadata" +msgstr "" + +#: permissions.py:9 +msgid "Add metadata to a document" +msgstr "" + +#: permissions.py:10 +msgid "Remove metadata from a document" +msgstr "" + +#: permissions.py:11 +msgid "View metadata from a document" +msgstr "" + +#: permissions.py:13 +msgid "Metadata setup" +msgstr "" + +#: permissions.py:14 +msgid "Edit metadata types" +msgstr "" + +#: permissions.py:15 +msgid "Create new metadata types" +msgstr "" + +#: permissions.py:16 +msgid "Delete metadata types" +msgstr "" + +#: permissions.py:17 +msgid "View metadata types" +msgstr "" + +#: permissions.py:19 +msgid "Edit metadata sets" +msgstr "" + +#: permissions.py:20 +msgid "Create new metadata sets" +msgstr "" + +#: permissions.py:21 +msgid "Delete metadata sets" +msgstr "" + +#: permissions.py:22 +msgid "View metadata sets" +msgstr "" + +#: views.py:40 views.py:203 msgid "The selected document doesn't have any metadata." msgstr "" -#: views.py:43 views.py:131 views.py:199 +#: views.py:51 views.py:143 views.py:215 msgid "Must provide at least one document." msgstr "" -#: views.py:78 views.py:234 +#: views.py:86 views.py:250 #, python-format msgid "Error deleting document indexes; %s" msgstr "" -#: views.py:90 +#: views.py:98 #, python-format msgid "Error editing metadata for document %(document)s; %(error)s." msgstr "" -#: views.py:93 +#: views.py:101 #, python-format msgid "Metadata for document %s edited successfully." msgstr "" -#: views.py:98 views.py:251 +#: views.py:106 views.py:267 #, python-format msgid "Error updating document indexes; %s" msgstr "" -#: views.py:100 views.py:253 +#: views.py:108 views.py:269 msgid "Document indexes updated successfully." msgstr "" -#: views.py:111 +#: views.py:119 #, python-format msgid "Edit metadata for document: %s" msgstr "" -#: views.py:113 +#: views.py:121 #, python-format msgid "Edit metadata for documents: %s" msgstr "" -#: views.py:148 +#: views.py:160 #, python-format msgid "" "Metadata type: %(metadata_type)s successfully added to document %(document)s." msgstr "" -#: views.py:151 +#: views.py:163 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." msgstr "" -#: views.py:175 +#: views.py:187 #, python-format msgid "Add metadata type to document: %s" msgstr "" -#: views.py:177 +#: views.py:189 #, python-format msgid "Add metadata type to documents: %s" msgstr "" -#: views.py:242 +#: views.py:258 #, python-format msgid "" "Successfully remove metadata type: %(metadata_type)s from document: " "%(document)s." msgstr "" -#: views.py:245 +#: views.py:261 #, python-format msgid "" "Error removing metadata type: %(metadata_type)s from document: %(document)s." msgstr "" -#: views.py:264 +#: views.py:280 #, python-format msgid "Remove metadata types from document: %s" msgstr "" -#: views.py:266 +#: views.py:282 #, python-format msgid "Remove metadata types from documents: %s" msgstr "" -#: views.py:281 +#: views.py:301 #, python-format msgid "metadata for: %s" msgstr "" -#: views.py:298 +#: views.py:319 msgid "internal name" msgstr "" -#: views.py:319 +#: views.py:340 msgid "Metadata type edited successfully" msgstr "" -#: views.py:322 +#: views.py:343 #, python-format msgid "Error editing metadata type; %s" msgstr "" -#: views.py:328 +#: views.py:349 #, python-format msgid "edit metadata type: %s" msgstr "" -#: views.py:343 +#: views.py:364 msgid "Metadata type created successfully" msgstr "" -#: views.py:349 +#: views.py:370 msgid "create metadata type" msgstr "" -#: views.py:368 +#: views.py:389 #, python-format msgid "Metadata type: %s deleted successfully." msgstr "" -#: views.py:370 +#: views.py:391 #, python-format msgid "Metadata type: %(metadata_type)s delete error: %(error)s" msgstr "" -#: views.py:381 +#: views.py:402 #, python-format msgid "Are you sure you wish to delete the metadata type: %s?" msgstr "" -#: views.py:398 +#: views.py:419 msgid "members" msgstr "" -#: views.py:442 +#: views.py:463 #, python-format msgid "non members of metadata set: %s" msgstr "" -#: views.py:443 +#: views.py:464 #, python-format msgid "members of metadata set: %s" msgstr "" -#: views.py:458 +#: views.py:479 msgid "Metadata set created successfully" msgstr "" -#: views.py:464 +#: views.py:485 msgid "create metadata set" msgstr "" -#: views.py:483 +#: views.py:504 #, python-format msgid "Metadata set: %s deleted successfully." msgstr "" -#: views.py:485 +#: views.py:507 #, python-format msgid "Metadata set: %(metadata_set)s delete error: %(error)s" msgstr "" -#: views.py:496 +#: views.py:518 #, python-format msgid "Are you sure you wish to delete the metadata set: %s?" msgstr "" -#: views.py:554 +#: views.py:576 #, python-format msgid "non members of document type: %s" msgstr "" -#: views.py:555 +#: views.py:577 #, python-format msgid "members of document type: %s" msgstr "" diff --git a/apps/metadata/locale/es/LC_MESSAGES/django.mo b/apps/metadata/locale/es/LC_MESSAGES/django.mo index be0c179aa5..e17b35335c 100644 Binary files a/apps/metadata/locale/es/LC_MESSAGES/django.mo and b/apps/metadata/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/metadata/locale/es/LC_MESSAGES/django.po b/apps/metadata/locale/es/LC_MESSAGES/django.po index 03f08e5442..395f09a291 100644 --- a/apps/metadata/locale/es/LC_MESSAGES/django.po +++ b/apps/metadata/locale/es/LC_MESSAGES/django.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\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: 2011-09-30 05:09+0000\n" -"Last-Translator: rosarior \n" +"Last-Translator: Roberto Rosario \n" "Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/" "mayan-edms/team/es/)\n" "Language: es\n" @@ -18,99 +18,43 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:12 -msgid "Edit a document's metadata" -msgstr "Editar metadatos de documento" - -#: __init__.py:13 -msgid "Add metadata to a document" -msgstr "Añadir metadatos a documento" - -#: __init__.py:14 -msgid "Remove metadata from a document" -msgstr "Eliminar metadatos de un documento" - -#: __init__.py:15 -msgid "View metadata from a document" -msgstr "Ver los metadatos de un documento" - -#: __init__.py:17 -msgid "Edit metadata types" -msgstr "Editar tipos de metadatos" - -#: __init__.py:18 -msgid "Create new metadata types" -msgstr "Crear nuevos tipos de metadatos" - -#: __init__.py:19 -msgid "Delete metadata types" -msgstr "Eliminar tipos de metadatos" - -#: __init__.py:20 -msgid "View metadata types" -msgstr "Ver los tipos de metadatos" - -#: __init__.py:22 -msgid "Edit metadata sets" -msgstr "Editar conjuntos de metadatos" - -#: __init__.py:23 -msgid "Create new metadata sets" -msgstr "Crear nuevos conjuntos de metadatos" - -#: __init__.py:24 -msgid "Delete metadata sets" -msgstr "Eliminar conjuntos de metadatos" - -#: __init__.py:25 -msgid "View metadata sets" -msgstr "Ver los conjuntos de metadatos" - -#: __init__.py:27 forms.py:94 -msgid "Metadata" -msgstr "Metadatos" - -#: __init__.py:33 -msgid "Metadata setup" -msgstr "Configuración de metadatos" - -#: __init__.py:44 __init__.py:46 +#: __init__.py:21 __init__.py:23 msgid "edit metadata" msgstr "editar metadatos" -#: __init__.py:45 +#: __init__.py:22 msgid "metadata" msgstr "metadatos" -#: __init__.py:47 __init__.py:48 +#: __init__.py:24 __init__.py:25 msgid "add metadata" msgstr "añadir metadatos" -#: __init__.py:49 __init__.py:50 +#: __init__.py:26 __init__.py:27 msgid "remove metadata" msgstr "eliminar los metadatos" -#: __init__.py:52 models.py:33 views.py:294 +#: __init__.py:29 models.py:34 views.py:315 msgid "metadata types" msgstr "tipos de metadatos" -#: __init__.py:53 __init__.py:58 +#: __init__.py:30 __init__.py:35 msgid "edit" msgstr "editar" -#: __init__.py:54 __init__.py:59 +#: __init__.py:31 __init__.py:36 msgid "delete" msgstr "borrar" -#: __init__.py:55 __init__.py:60 +#: __init__.py:32 __init__.py:37 msgid "create new" msgstr "crear nuevo" -#: __init__.py:57 views.py:394 +#: __init__.py:34 views.py:415 msgid "metadata sets" msgstr "conjuntos de metadatos" -#: __init__.py:62 models.py:92 +#: __init__.py:39 models.py:93 msgid "default metadata" msgstr "metadatos predeterminados" @@ -151,42 +95,46 @@ msgstr "Eliminar" msgid "Metadata sets" msgstr "Conjunto de metadatos" -#: models.py:9 +#: forms.py:94 permissions.py:7 +msgid "Metadata" +msgstr "Metadatos" + +#: models.py:10 #, python-format msgid " Available models: %s" msgstr "Modelos disponibles: %s" -#: models.py:10 +#: models.py:11 #, python-format msgid " Available functions: %s" msgstr "Funciones disponibles: %s" -#: models.py:17 +#: models.py:18 msgid "name" msgstr "nombre" -#: models.py:17 +#: models.py:18 msgid "Do not use python reserved words, or spaces." msgstr "No utilice palabras reservadas de Python, o espacios." -#: models.py:18 models.py:40 +#: models.py:19 models.py:41 msgid "title" msgstr "título" -#: models.py:20 +#: models.py:21 msgid "default" msgstr "por defecto" -#: models.py:21 +#: models.py:22 #, python-format msgid "Enter a string to be evaluated.%s" msgstr "Introduzca una cadena para ser evaluada. %s" -#: models.py:23 +#: models.py:24 msgid "lookup" msgstr "búsqueda" -#: models.py:24 +#: models.py:25 #, python-format msgid "" "Enter a string to be evaluated. Example: [user.get_full_name() for user in " @@ -195,97 +143,149 @@ msgstr "" "Introduzca una cadena para ser evaluada. Ejemplo: [user.get_full_name() for " "user in User.objects.all ()].%s" -#: models.py:32 models.py:57 views.py:331 views.py:376 +#: models.py:33 models.py:58 views.py:352 views.py:397 msgid "metadata type" msgstr "tipos de metadatos" -#: models.py:47 models.py:48 models.py:56 views.py:446 views.py:491 +#: models.py:48 models.py:49 models.py:57 views.py:467 views.py:513 msgid "metadata set" msgstr "conjunto de metadatos" -#: models.py:64 +#: models.py:65 msgid "metadata set item" msgstr "artículo de conjunto de metadatos" -#: models.py:65 +#: models.py:66 msgid "metadata set items" msgstr "artículos de conjuntos de metadatos" -#: models.py:73 +#: models.py:74 msgid "document" msgstr "documento" -#: models.py:74 +#: models.py:75 msgid "type" msgstr "tipo" -#: models.py:75 views.py:283 +#: models.py:76 views.py:303 msgid "value" msgstr "valor" -#: models.py:81 models.py:82 +#: models.py:82 models.py:83 msgid "document metadata" msgstr "metadatos de documento" -#: models.py:90 views.py:559 +#: models.py:91 views.py:581 msgid "document type" msgstr "tipo de documento" -#: models.py:91 +#: models.py:92 msgid "default metadata sets" msgstr "conjuntos de metadatos predeterminados " -#: models.py:98 +#: models.py:99 msgid "document type defaults" msgstr "predeterminados de tipo de documento" -#: models.py:99 +#: models.py:100 msgid "document types defaults" msgstr "predeterminados de tipos de documentos" -#: views.py:38 views.py:193 +#: permissions.py:8 +msgid "Edit a document's metadata" +msgstr "Editar metadatos de documento" + +#: permissions.py:9 +msgid "Add metadata to a document" +msgstr "Añadir metadatos a documento" + +#: permissions.py:10 +msgid "Remove metadata from a document" +msgstr "Eliminar metadatos de un documento" + +#: permissions.py:11 +msgid "View metadata from a document" +msgstr "Ver los metadatos de un documento" + +#: permissions.py:13 +msgid "Metadata setup" +msgstr "Configuración de metadatos" + +#: permissions.py:14 +msgid "Edit metadata types" +msgstr "Editar tipos de metadatos" + +#: permissions.py:15 +msgid "Create new metadata types" +msgstr "Crear nuevos tipos de metadatos" + +#: permissions.py:16 +msgid "Delete metadata types" +msgstr "Eliminar tipos de metadatos" + +#: permissions.py:17 +msgid "View metadata types" +msgstr "Ver los tipos de metadatos" + +#: permissions.py:19 +msgid "Edit metadata sets" +msgstr "Editar conjuntos de metadatos" + +#: permissions.py:20 +msgid "Create new metadata sets" +msgstr "Crear nuevos conjuntos de metadatos" + +#: permissions.py:21 +msgid "Delete metadata sets" +msgstr "Eliminar conjuntos de metadatos" + +#: permissions.py:22 +msgid "View metadata sets" +msgstr "Ver los conjuntos de metadatos" + +#: views.py:40 views.py:203 msgid "The selected document doesn't have any metadata." msgstr "El documento seleccionado no tiene ningún tipo de metadatos." -#: views.py:43 views.py:131 views.py:199 +#: views.py:51 views.py:143 views.py:215 msgid "Must provide at least one document." msgstr "Debe proveer al menos un documento." -#: views.py:78 views.py:234 +#: views.py:86 views.py:250 #, python-format msgid "Error deleting document indexes; %s" msgstr "Error eliminando indicies de documento; %s" -#: views.py:90 +#: views.py:98 #, python-format msgid "Error editing metadata for document %(document)s; %(error)s." msgstr "Error editando metadatos para documento %(document)s; %(error)s." -#: views.py:93 +#: views.py:101 #, python-format msgid "Metadata for document %s edited successfully." msgstr "Metadatos para documento %s editados exitosamente." -#: views.py:98 views.py:251 +#: views.py:106 views.py:267 #, python-format msgid "Error updating document indexes; %s" msgstr "Error editando indices de documento; %s" -#: views.py:100 views.py:253 +#: views.py:108 views.py:269 msgid "Document indexes updated successfully." msgstr "Indices documento actualizados exitosamente." -#: views.py:111 +#: views.py:119 #, python-format msgid "Edit metadata for document: %s" msgstr "Editar metadatos para documento: %s" -#: views.py:113 +#: views.py:121 #, python-format msgid "Edit metadata for documents: %s" msgstr "Editar metadatos para documentos: %s" -#: views.py:148 +#: views.py:160 #, python-format msgid "" "Metadata type: %(metadata_type)s successfully added to document %(document)s." @@ -293,7 +293,7 @@ msgstr "" "Typo de metadatos: %(metadata_type)s agregado exitosamente al documento " "%(document)s." -#: views.py:151 +#: views.py:163 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." @@ -301,17 +301,17 @@ msgstr "" "Typo de metadatos: %(metadata_type)s ya esta presente en el documento " "%(document)s." -#: views.py:175 +#: views.py:187 #, python-format msgid "Add metadata type to document: %s" msgstr "Agregar tipo de metadato al documento: %s" -#: views.py:177 +#: views.py:189 #, python-format msgid "Add metadata type to documents: %s" msgstr "Agregar tipo de metadato a los documentos: %s" -#: views.py:242 +#: views.py:258 #, python-format msgid "" "Successfully remove metadata type: %(metadata_type)s from document: " @@ -320,7 +320,7 @@ msgstr "" "Se elimino exitosamente el tipo de metadatos: %(metadata_type)s del " "documento: %(document)s." -#: views.py:245 +#: views.py:261 #, python-format msgid "" "Error removing metadata type: %(metadata_type)s from document: %(document)s." @@ -328,106 +328,106 @@ msgstr "" "Se elimino exitosamente el tipo de metadatos: %(metadata_type)s de los " "documentos: %(document)s." -#: views.py:264 +#: views.py:280 #, python-format msgid "Remove metadata types from document: %s" msgstr "Eliminar tipos de metadatos del documento: %s" -#: views.py:266 +#: views.py:282 #, python-format msgid "Remove metadata types from documents: %s" msgstr "Eliminar tipos de metadatos de los documentos: %s" -#: views.py:281 +#: views.py:301 #, python-format msgid "metadata for: %s" msgstr "metadatos para: %s" -#: views.py:298 +#: views.py:319 msgid "internal name" msgstr "nombre interno" -#: views.py:319 +#: views.py:340 msgid "Metadata type edited successfully" msgstr "Tipo de metadatos editado exitosamente." -#: views.py:322 +#: views.py:343 #, python-format msgid "Error editing metadata type; %s" msgstr "Error editando tipo de metadatos; %s" -#: views.py:328 +#: views.py:349 #, python-format msgid "edit metadata type: %s" msgstr "editar tipo de metadatos: %s" -#: views.py:343 +#: views.py:364 msgid "Metadata type created successfully" msgstr "Tipo de metadatos creado exitosamente" -#: views.py:349 +#: views.py:370 msgid "create metadata type" msgstr "crear tipo de metadatos" -#: views.py:368 +#: views.py:389 #, python-format msgid "Metadata type: %s deleted successfully." msgstr "Tipos de metadatos: %s eliminado exitosamente." -#: views.py:370 +#: views.py:391 #, python-format msgid "Metadata type: %(metadata_type)s delete error: %(error)s" msgstr "Error: %(error)s, eliminando tipos de metadatos: %(metadata_type)s" -#: views.py:381 +#: views.py:402 #, python-format msgid "Are you sure you wish to delete the metadata type: %s?" msgstr "¿Está seguro que desea eliminar el tipo de metadatos: %s?" -#: views.py:398 +#: views.py:419 msgid "members" msgstr "miembros" -#: views.py:442 +#: views.py:463 #, python-format msgid "non members of metadata set: %s" msgstr "no miembros del conjunto de metadatos: %s" -#: views.py:443 +#: views.py:464 #, python-format msgid "members of metadata set: %s" msgstr "miembros del conjunto de metadatos: %s" -#: views.py:458 +#: views.py:479 msgid "Metadata set created successfully" msgstr "Conjunto de metadatos creados exitosamente" -#: views.py:464 +#: views.py:485 msgid "create metadata set" msgstr "crear conjunto de metadatos" -#: views.py:483 +#: views.py:504 #, python-format msgid "Metadata set: %s deleted successfully." msgstr "Conjunto de metadatos: %s eliminado exitosamente." -#: views.py:485 +#: views.py:507 #, python-format msgid "Metadata set: %(metadata_set)s delete error: %(error)s" msgstr "" "Error: %(error)s, eliminando el conjunto de metadatos: %(metadata_set)s" -#: views.py:496 +#: views.py:518 #, python-format msgid "Are you sure you wish to delete the metadata set: %s?" msgstr "¿Está seguro que desea eliminar el conjunto de metadatos: %s?" -#: views.py:554 +#: views.py:576 #, python-format msgid "non members of document type: %s" msgstr "no miembros del tipo de documento: %s" -#: views.py:555 +#: views.py:577 #, python-format msgid "members of document type: %s" msgstr "miembros del tipo de documento: %s" diff --git a/apps/metadata/locale/it/LC_MESSAGES/django.mo b/apps/metadata/locale/it/LC_MESSAGES/django.mo index 828e1eaeac..4dfe2c2d8d 100644 Binary files a/apps/metadata/locale/it/LC_MESSAGES/django.mo and b/apps/metadata/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/metadata/locale/it/LC_MESSAGES/django.po b/apps/metadata/locale/it/LC_MESSAGES/django.po index df615eddfa..957ce8aa8e 100644 --- a/apps/metadata/locale/it/LC_MESSAGES/django.po +++ b/apps/metadata/locale/it/LC_MESSAGES/django.po @@ -1,116 +1,61 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. 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" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-02-02 14:17-0400\n" "PO-Revision-Date: 2011-12-13 09:10+0000\n" "Last-Translator: Pierpaolo Baldan \n" -"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/team/it/)\n" +"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/team/" +"it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:12 -msgid "Edit a document's metadata" -msgstr "Modifica i metadata dei documenti" - -#: __init__.py:13 -msgid "Add metadata to a document" -msgstr "Aggiungi il metadato al documento" - -#: __init__.py:14 -msgid "Remove metadata from a document" -msgstr "Revoca il metadato al documento" - -#: __init__.py:15 -msgid "View metadata from a document" -msgstr "Visualizza il metadato per il documento" - -#: __init__.py:17 -msgid "Edit metadata types" -msgstr "Modifica il tipo di metadato" - -#: __init__.py:18 -msgid "Create new metadata types" -msgstr "Crea il nuovo tipo di metadato" - -#: __init__.py:19 -msgid "Delete metadata types" -msgstr "Cancella il tipo di metadato" - -#: __init__.py:20 -msgid "View metadata types" -msgstr "Visualizza il tipo di metadato" - -#: __init__.py:22 -msgid "Edit metadata sets" -msgstr "Modifica il set di metadati" - -#: __init__.py:23 -msgid "Create new metadata sets" -msgstr "Crea un nuovo set di metadati" - -#: __init__.py:24 -msgid "Delete metadata sets" -msgstr "Cancella il set dei metadati" - -#: __init__.py:25 -msgid "View metadata sets" -msgstr "Visualizza il set dei metadati" - -#: __init__.py:27 forms.py:94 -msgid "Metadata" -msgstr "Metadati" - -#: __init__.py:33 -msgid "Metadata setup" -msgstr "Setup metadati" - -#: __init__.py:44 __init__.py:46 +#: __init__.py:21 __init__.py:23 msgid "edit metadata" msgstr "modifica metadati" -#: __init__.py:45 +#: __init__.py:22 msgid "metadata" msgstr "metadati" -#: __init__.py:47 __init__.py:48 +#: __init__.py:24 __init__.py:25 msgid "add metadata" msgstr "aggiungi metadata" -#: __init__.py:49 __init__.py:50 +#: __init__.py:26 __init__.py:27 msgid "remove metadata" msgstr "revoca metadata" -#: __init__.py:52 models.py:33 views.py:294 +#: __init__.py:29 models.py:34 views.py:315 msgid "metadata types" msgstr "tipo di metadata" -#: __init__.py:53 __init__.py:58 +#: __init__.py:30 __init__.py:35 msgid "edit" msgstr "modifica" -#: __init__.py:54 __init__.py:59 +#: __init__.py:31 __init__.py:36 msgid "delete" msgstr "cancella" -#: __init__.py:55 __init__.py:60 +#: __init__.py:32 __init__.py:37 msgid "create new" msgstr "crea nuovo" -#: __init__.py:57 views.py:394 +#: __init__.py:34 views.py:415 msgid "metadata sets" msgstr "set di metadati" -#: __init__.py:62 models.py:92 +#: __init__.py:39 models.py:93 msgid "default metadata" msgstr "metadati di default" @@ -151,42 +96,46 @@ msgstr "Revoca" msgid "Metadata sets" msgstr "Set di metadati" -#: models.py:9 +#: forms.py:94 permissions.py:7 +msgid "Metadata" +msgstr "Metadati" + +#: models.py:10 #, python-format msgid " Available models: %s" msgstr " Modelli disponibili: %s" -#: models.py:10 +#: models.py:11 #, python-format msgid " Available functions: %s" msgstr " Funzioni disponibili: %s" -#: models.py:17 +#: models.py:18 msgid "name" msgstr "nome" -#: models.py:17 +#: models.py:18 msgid "Do not use python reserved words, or spaces." msgstr "Non usare parole riservate python, o spazi." -#: models.py:18 models.py:40 +#: models.py:19 models.py:41 msgid "title" msgstr "titolo" -#: models.py:20 +#: models.py:21 msgid "default" msgstr "default" -#: models.py:21 +#: models.py:22 #, python-format msgid "Enter a string to be evaluated.%s" msgstr "Inserisci una stringa per la valutazione.%s" -#: models.py:23 +#: models.py:24 msgid "lookup" msgstr "lookup" -#: models.py:24 +#: models.py:25 #, python-format msgid "" "Enter a string to be evaluated. Example: [user.get_full_name() for user in " @@ -195,124 +144,175 @@ msgstr "" "Inserisci una stringa per la valutazione. Esempio: [user.get_full_name() " "per l'utente User.objects.all()].%s" -#: models.py:32 models.py:57 views.py:331 views.py:376 +#: models.py:33 models.py:58 views.py:352 views.py:397 msgid "metadata type" msgstr "tipo di metadata" -#: models.py:47 models.py:48 models.py:56 views.py:446 views.py:491 +#: models.py:48 models.py:49 models.py:57 views.py:467 views.py:513 msgid "metadata set" msgstr "set di metadata" -#: models.py:64 +#: models.py:65 msgid "metadata set item" msgstr "set di elemento per il metadata" -#: models.py:65 +#: models.py:66 msgid "metadata set items" msgstr "set di elementi per il metadata" -#: models.py:73 +#: models.py:74 msgid "document" msgstr "documento" -#: models.py:74 +#: models.py:75 msgid "type" msgstr "tipo" -#: models.py:75 views.py:283 +#: models.py:76 views.py:303 msgid "value" msgstr "valore" -#: models.py:81 models.py:82 +#: models.py:82 models.py:83 msgid "document metadata" msgstr "metadata per il doccumento" -#: models.py:90 views.py:559 +#: models.py:91 views.py:581 msgid "document type" msgstr "tipo documento" -#: models.py:91 +#: models.py:92 msgid "default metadata sets" msgstr "set di default di metadata" -#: models.py:98 +#: models.py:99 msgid "document type defaults" msgstr "tipo documento predefinito" -#: models.py:99 +#: models.py:100 msgid "document types defaults" msgstr "tipi di documento predefiniti" -#: views.py:38 views.py:193 +#: permissions.py:8 +msgid "Edit a document's metadata" +msgstr "Modifica i metadata dei documenti" + +#: permissions.py:9 +msgid "Add metadata to a document" +msgstr "Aggiungi il metadato al documento" + +#: permissions.py:10 +msgid "Remove metadata from a document" +msgstr "Revoca il metadato al documento" + +#: permissions.py:11 +msgid "View metadata from a document" +msgstr "Visualizza il metadato per il documento" + +#: permissions.py:13 +msgid "Metadata setup" +msgstr "Setup metadati" + +#: permissions.py:14 +msgid "Edit metadata types" +msgstr "Modifica il tipo di metadato" + +#: permissions.py:15 +msgid "Create new metadata types" +msgstr "Crea il nuovo tipo di metadato" + +#: permissions.py:16 +msgid "Delete metadata types" +msgstr "Cancella il tipo di metadato" + +#: permissions.py:17 +msgid "View metadata types" +msgstr "Visualizza il tipo di metadato" + +#: permissions.py:19 +msgid "Edit metadata sets" +msgstr "Modifica il set di metadati" + +#: permissions.py:20 +msgid "Create new metadata sets" +msgstr "Crea un nuovo set di metadati" + +#: permissions.py:21 +msgid "Delete metadata sets" +msgstr "Cancella il set dei metadati" + +#: permissions.py:22 +msgid "View metadata sets" +msgstr "Visualizza il set dei metadati" + +#: views.py:40 views.py:203 msgid "The selected document doesn't have any metadata." msgstr "Il documento selezionato non ha metadati." -#: views.py:43 views.py:131 views.py:199 +#: views.py:51 views.py:143 views.py:215 msgid "Must provide at least one document." msgstr "Devi fornire almeno un documento." -#: views.py:78 views.py:234 +#: views.py:86 views.py:250 #, python-format msgid "Error deleting document indexes; %s" msgstr "Errore nella cancellazione degli indici di documento;%s" -#: views.py:90 +#: views.py:98 #, python-format msgid "Error editing metadata for document %(document)s; %(error)s." msgstr "" "Errore nella modifica dei metadata per il documento %(document)s; %(error)s." -#: views.py:93 +#: views.py:101 #, python-format msgid "Metadata for document %s edited successfully." msgstr "Metadata per il documento %s modificato con successo." -#: views.py:98 views.py:251 +#: views.py:106 views.py:267 #, python-format msgid "Error updating document indexes; %s" msgstr "Errore nella'ggiornamento degli indici del documento; %s" -#: views.py:100 views.py:253 +#: views.py:108 views.py:269 msgid "Document indexes updated successfully." msgstr "Indici documento aggiornati con successo." -#: views.py:111 +#: views.py:119 #, python-format msgid "Edit metadata for document: %s" msgstr "Modifica metadata per il documento: %s" -#: views.py:113 +#: views.py:121 #, python-format msgid "Edit metadata for documents: %s" msgstr "Modifica metadata per i documenti: %s" -#: views.py:148 +#: views.py:160 #, python-format msgid "" -"Metadata type: %(metadata_type)s successfully added to document " -"%(document)s." +"Metadata type: %(metadata_type)s successfully added to document %(document)s." msgstr "" "Tipo metadata: %(metadata_type)s aggiunto con successo al documento " "%(document)s." -#: views.py:151 +#: views.py:163 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." msgstr "" "Tipo Metadata: %(metadata_type)s già presente per il documento %(document)s." -#: views.py:175 +#: views.py:187 #, python-format msgid "Add metadata type to document: %s" msgstr "Aggiungi tipo metadata al document: %s" -#: views.py:177 +#: views.py:189 #, python-format msgid "Add metadata type to documents: %s" msgstr "Aggiungi tipo metadata ai documents: %s" -#: views.py:242 +#: views.py:258 #, python-format msgid "" "Successfully remove metadata type: %(metadata_type)s from document: " @@ -321,7 +321,7 @@ msgstr "" "Rimuovere con successo tipo di metadati: %(metadata_type)s per il " "documento: %(document)s." -#: views.py:245 +#: views.py:261 #, python-format msgid "" "Error removing metadata type: %(metadata_type)s from document: %(document)s." @@ -329,105 +329,105 @@ msgstr "" "Errore durante la rimozione dei metadati di tipo: %(metadata_type)s per il " "documento: %(document)s." -#: views.py:264 +#: views.py:280 #, python-format msgid "Remove metadata types from document: %s" msgstr "Rimuovi il tipo metadata per il documento: %s" -#: views.py:266 +#: views.py:282 #, python-format msgid "Remove metadata types from documents: %s" msgstr "Rimuovi il tipo metadata per il documenti: %s" -#: views.py:281 +#: views.py:301 #, python-format msgid "metadata for: %s" msgstr "metadata per:%s" -#: views.py:298 +#: views.py:319 msgid "internal name" msgstr "nome interno" -#: views.py:319 +#: views.py:340 msgid "Metadata type edited successfully" msgstr "Tipo di metadata modificato con successo" -#: views.py:322 +#: views.py:343 #, python-format msgid "Error editing metadata type; %s" msgstr "Errore nella modifica del tipo di metadata ; %s" -#: views.py:328 +#: views.py:349 #, python-format msgid "edit metadata type: %s" msgstr "modifica tipo di metadata: %s" -#: views.py:343 +#: views.py:364 msgid "Metadata type created successfully" msgstr "Tipo metadata creato con successo" -#: views.py:349 +#: views.py:370 msgid "create metadata type" msgstr "create tipo di metadata" -#: views.py:368 +#: views.py:389 #, python-format msgid "Metadata type: %s deleted successfully." msgstr "Tipo metadata:%s cancellato con successo." -#: views.py:370 +#: views.py:391 #, python-format msgid "Metadata type: %(metadata_type)s delete error: %(error)s" msgstr "Tipo metadata: %(metadata_type)s erroce di cancellazione: %(error)s" -#: views.py:381 +#: views.py:402 #, python-format msgid "Are you sure you wish to delete the metadata type: %s?" msgstr "Sei sicuro di voler cancellare il tipo di metadata: %s?" -#: views.py:398 +#: views.py:419 msgid "members" msgstr "membri" -#: views.py:442 +#: views.py:463 #, python-format msgid "non members of metadata set: %s" msgstr "non membri del set di metadata:%s" -#: views.py:443 +#: views.py:464 #, python-format msgid "members of metadata set: %s" msgstr "membri del set di metadata:%s" -#: views.py:458 +#: views.py:479 msgid "Metadata set created successfully" msgstr "Set di metadata creata con successo" -#: views.py:464 +#: views.py:485 msgid "create metadata set" msgstr "creazione del set di metadata" -#: views.py:483 +#: views.py:504 #, python-format msgid "Metadata set: %s deleted successfully." msgstr "Set di metadata: %s cancellata con successo." -#: views.py:485 +#: views.py:507 #, python-format msgid "Metadata set: %(metadata_set)s delete error: %(error)s" msgstr "Set di metadata: %(metadata_set)s errore di cancellazione: %(error)s" -#: views.py:496 +#: views.py:518 #, python-format msgid "Are you sure you wish to delete the metadata set: %s?" msgstr "Sei sicuro di voler eliminare il set di metadati: %s?" -#: views.py:554 +#: views.py:576 #, python-format msgid "non members of document type: %s" msgstr "non membri del tipo di documento: %s" -#: views.py:555 +#: views.py:577 #, python-format msgid "members of document type: %s" msgstr "membri del tipo di documento: %s" @@ -453,25 +453,23 @@ msgstr "Cosa sono i tipi di metadati?" #: templates/metadata_type_help.html:4 msgid "" -"A metadata type defines the characteristics of a value of some kind that can" -" be attached to a document. Examples of metadata types are: a client name, " -"a date, or a project to which several documents belong. A metadata type's " +"A metadata type defines the characteristics of a value of some kind that can " +"be attached to a document. Examples of metadata types are: a client name, a " +"date, or a project to which several documents belong. A metadata type's " "name is the internal identifier with which it can be referenced to by other " -"modules such as the indexing module, the title is the value that is shown to" -" the users, the default value is the value an instance of this metadata type" -" will have initially, and the lookup value turns an instance of a metadata " -"of this type into a choice list which options are the result of the lookup's" -" code execution." +"modules such as the indexing module, the title is the value that is shown to " +"the users, the default value is the value an instance of this metadata type " +"will have initially, and the lookup value turns an instance of a metadata of " +"this type into a choice list which options are the result of the lookup's " +"code execution." msgstr "" "Un tipo di metadati definisce le caratteristiche di un valore di qualche " -"tipo che può essere collegato a un documento. Esempi di tipi di metadati: il" -" nome del client, una data o un progetto a cui appartengono diversi " +"tipo che può essere collegato a un documento. Esempi di tipi di metadati: il " +"nome del client, una data o un progetto a cui appartengono diversi " "documenti. Il nome di un tipo di metadati è l'identificatore interno con il " "quale possono essere pubblicati da altri moduli come il modulo di " "indicizzazione, il titolo è il valore che viene mostrato agli utenti, il " -"valore predefinito è il valore di un'istanza di questo tipo di metadati avrà" -" inizialmente, e il valore di ricerca si trasforma un'istanza di metadati di" -" questo tipo in un elenco di opzioni di scelta che sono il risultato della " +"valore predefinito è il valore di un'istanza di questo tipo di metadati avrà " +"inizialmente, e il valore di ricerca si trasforma un'istanza di metadati di " +"questo tipo in un elenco di opzioni di scelta che sono il risultato della " "esecuzione di codice la ricerca di." - - diff --git a/apps/metadata/locale/pt/LC_MESSAGES/django.mo b/apps/metadata/locale/pt/LC_MESSAGES/django.mo index ad93c5f075..7d7e1b543c 100644 Binary files a/apps/metadata/locale/pt/LC_MESSAGES/django.mo and b/apps/metadata/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/metadata/locale/pt/LC_MESSAGES/django.po b/apps/metadata/locale/pt/LC_MESSAGES/django.po index 4d7805cb79..d7268ae572 100644 --- a/apps/metadata/locale/pt/LC_MESSAGES/django.po +++ b/apps/metadata/locale/pt/LC_MESSAGES/django.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\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: 2011-11-04 00:42+0000\n" "Last-Translator: emersonsoares \n" "Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/" @@ -20,99 +20,43 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:12 -msgid "Edit a document's metadata" -msgstr "Editar metadados de um documento" - -#: __init__.py:13 -msgid "Add metadata to a document" -msgstr "Adicionar metadados a um documento" - -#: __init__.py:14 -msgid "Remove metadata from a document" -msgstr "Remover metadados de um documento" - -#: __init__.py:15 -msgid "View metadata from a document" -msgstr "Ver os metadados de um documento" - -#: __init__.py:17 -msgid "Edit metadata types" -msgstr "Editar tipos de metadados" - -#: __init__.py:18 -msgid "Create new metadata types" -msgstr "Criar novos tipos de metadados" - -#: __init__.py:19 -msgid "Delete metadata types" -msgstr "Excluir tipos de metadados" - -#: __init__.py:20 -msgid "View metadata types" -msgstr "Ver tipos de metadados" - -#: __init__.py:22 -msgid "Edit metadata sets" -msgstr "Editar conjuntos de metadados" - -#: __init__.py:23 -msgid "Create new metadata sets" -msgstr "Criar novos conjuntos de metadados" - -#: __init__.py:24 -msgid "Delete metadata sets" -msgstr "Excluir conjuntos de metadados" - -#: __init__.py:25 -msgid "View metadata sets" -msgstr "Ver conjuntos de metadados" - -#: __init__.py:27 forms.py:94 -msgid "Metadata" -msgstr "Metadados" - -#: __init__.py:33 -msgid "Metadata setup" -msgstr "Configuração de metadados" - -#: __init__.py:44 __init__.py:46 +#: __init__.py:21 __init__.py:23 msgid "edit metadata" msgstr "editar metadados" -#: __init__.py:45 +#: __init__.py:22 msgid "metadata" msgstr "metadados" -#: __init__.py:47 __init__.py:48 +#: __init__.py:24 __init__.py:25 msgid "add metadata" msgstr "adicionar metadados" -#: __init__.py:49 __init__.py:50 +#: __init__.py:26 __init__.py:27 msgid "remove metadata" msgstr "remover metadados" -#: __init__.py:52 models.py:33 views.py:294 +#: __init__.py:29 models.py:34 views.py:315 msgid "metadata types" msgstr "tipos de metadados" -#: __init__.py:53 __init__.py:58 +#: __init__.py:30 __init__.py:35 msgid "edit" msgstr "editar" -#: __init__.py:54 __init__.py:59 +#: __init__.py:31 __init__.py:36 msgid "delete" msgstr "excluir" -#: __init__.py:55 __init__.py:60 +#: __init__.py:32 __init__.py:37 msgid "create new" msgstr "criar novo" -#: __init__.py:57 views.py:394 +#: __init__.py:34 views.py:415 msgid "metadata sets" msgstr "conjuntos de metadados" -#: __init__.py:62 models.py:92 +#: __init__.py:39 models.py:93 msgid "default metadata" msgstr "metadados padrão" @@ -153,42 +97,46 @@ msgstr "Remover" msgid "Metadata sets" msgstr "Conjuntos de metadados" -#: models.py:9 +#: forms.py:94 permissions.py:7 +msgid "Metadata" +msgstr "Metadados" + +#: models.py:10 #, python-format msgid " Available models: %s" msgstr "Modelos disponíveis: %s" -#: models.py:10 +#: models.py:11 #, python-format msgid " Available functions: %s" msgstr "Funções disponíveis: %s" -#: models.py:17 +#: models.py:18 msgid "name" msgstr "nome" -#: models.py:17 +#: models.py:18 msgid "Do not use python reserved words, or spaces." msgstr "Não use palavras reservadas python, ou espaços." -#: models.py:18 models.py:40 +#: models.py:19 models.py:41 msgid "title" msgstr "título" -#: models.py:20 +#: models.py:21 msgid "default" msgstr "padrão" -#: models.py:21 +#: models.py:22 #, python-format msgid "Enter a string to be evaluated.%s" msgstr "Digite uma expressão a ser avaliada. %s" -#: models.py:23 +#: models.py:24 msgid "lookup" msgstr "pesquisa" -#: models.py:24 +#: models.py:25 #, python-format msgid "" "Enter a string to be evaluated. Example: [user.get_full_name() for user in " @@ -197,97 +145,149 @@ msgstr "" "Digite uma expressão a ser avaliada. Exemplo: [user.get_full_name()para o " "usuário em User.objects.all()]. %s" -#: models.py:32 models.py:57 views.py:331 views.py:376 +#: models.py:33 models.py:58 views.py:352 views.py:397 msgid "metadata type" msgstr "tipo de metadados" -#: models.py:47 models.py:48 models.py:56 views.py:446 views.py:491 +#: models.py:48 models.py:49 models.py:57 views.py:467 views.py:513 msgid "metadata set" msgstr "conjunto de metadados" -#: models.py:64 +#: models.py:65 msgid "metadata set item" msgstr "conjunto de item de metadados" -#: models.py:65 +#: models.py:66 msgid "metadata set items" msgstr "conjunto de itens de metadados" -#: models.py:73 +#: models.py:74 msgid "document" msgstr "documento" -#: models.py:74 +#: models.py:75 msgid "type" msgstr "tipo" -#: models.py:75 views.py:283 +#: models.py:76 views.py:303 msgid "value" msgstr "valor" -#: models.py:81 models.py:82 +#: models.py:82 models.py:83 msgid "document metadata" msgstr "metadados do documento" -#: models.py:90 views.py:559 +#: models.py:91 views.py:581 msgid "document type" msgstr "tipo de documento" -#: models.py:91 +#: models.py:92 msgid "default metadata sets" msgstr "padrão de metadados definidos" -#: models.py:98 +#: models.py:99 msgid "document type defaults" msgstr "padrões de tipo de documento" -#: models.py:99 +#: models.py:100 msgid "document types defaults" msgstr "padrões de tipos de documentos" -#: views.py:38 views.py:193 +#: permissions.py:8 +msgid "Edit a document's metadata" +msgstr "Editar metadados de um documento" + +#: permissions.py:9 +msgid "Add metadata to a document" +msgstr "Adicionar metadados a um documento" + +#: permissions.py:10 +msgid "Remove metadata from a document" +msgstr "Remover metadados de um documento" + +#: permissions.py:11 +msgid "View metadata from a document" +msgstr "Ver os metadados de um documento" + +#: permissions.py:13 +msgid "Metadata setup" +msgstr "Configuração de metadados" + +#: permissions.py:14 +msgid "Edit metadata types" +msgstr "Editar tipos de metadados" + +#: permissions.py:15 +msgid "Create new metadata types" +msgstr "Criar novos tipos de metadados" + +#: permissions.py:16 +msgid "Delete metadata types" +msgstr "Excluir tipos de metadados" + +#: permissions.py:17 +msgid "View metadata types" +msgstr "Ver tipos de metadados" + +#: permissions.py:19 +msgid "Edit metadata sets" +msgstr "Editar conjuntos de metadados" + +#: permissions.py:20 +msgid "Create new metadata sets" +msgstr "Criar novos conjuntos de metadados" + +#: permissions.py:21 +msgid "Delete metadata sets" +msgstr "Excluir conjuntos de metadados" + +#: permissions.py:22 +msgid "View metadata sets" +msgstr "Ver conjuntos de metadados" + +#: views.py:40 views.py:203 msgid "The selected document doesn't have any metadata." msgstr "O documento selecionado não tem qualquer metadado." -#: views.py:43 views.py:131 views.py:199 +#: views.py:51 views.py:143 views.py:215 msgid "Must provide at least one document." msgstr "Deve fornecer pelo menos um documento." -#: views.py:78 views.py:234 +#: views.py:86 views.py:250 #, python-format msgid "Error deleting document indexes; %s" msgstr "Erro ao excluir índices de documento; %s" -#: views.py:90 +#: views.py:98 #, python-format msgid "Error editing metadata for document %(document)s; %(error)s." msgstr "Erro de edição de metadados para documento %(document)s; %(error)s." -#: views.py:93 +#: views.py:101 #, python-format msgid "Metadata for document %s edited successfully." msgstr "Metadados para o documento %s alterados com sucesso." -#: views.py:98 views.py:251 +#: views.py:106 views.py:267 #, python-format msgid "Error updating document indexes; %s" msgstr "Erro ao atualizar índices de documento; %s" -#: views.py:100 views.py:253 +#: views.py:108 views.py:269 msgid "Document indexes updated successfully." msgstr "Índices de documento atualizados com sucesso. " -#: views.py:111 +#: views.py:119 #, python-format msgid "Edit metadata for document: %s" msgstr "Editar os metadados do documento: %s" -#: views.py:113 +#: views.py:121 #, python-format msgid "Edit metadata for documents: %s" msgstr "Editar os metadados do documentos: %s" -#: views.py:148 +#: views.py:160 #, python-format msgid "" "Metadata type: %(metadata_type)s successfully added to document %(document)s." @@ -295,24 +295,24 @@ msgstr "" "Tipo de metadados: %(metadata_type)s adicionado com sucesso para documento " "%(document)s." -#: views.py:151 +#: views.py:163 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." msgstr "" "Tipo de metadados: %(metadata_type)s já presente no documento %(document)s ." -#: views.py:175 +#: views.py:187 #, python-format msgid "Add metadata type to document: %s" msgstr "Adicionar tipo de metadados ao documento: %s" -#: views.py:177 +#: views.py:189 #, python-format msgid "Add metadata type to documents: %s" msgstr "Adicionar tipo de metadados aos documentos: %s" -#: views.py:242 +#: views.py:258 #, python-format msgid "" "Successfully remove metadata type: %(metadata_type)s from document: " @@ -321,7 +321,7 @@ msgstr "" "Tipos de metadados removidos com êxito: %(metadata_type)s do documento: " "%(document)s." -#: views.py:245 +#: views.py:261 #, python-format msgid "" "Error removing metadata type: %(metadata_type)s from document: %(document)s." @@ -329,105 +329,105 @@ msgstr "" "Erro ao remover tipo de metadados: %(metadata_type)s do documento: " "%(document)s." -#: views.py:264 +#: views.py:280 #, python-format msgid "Remove metadata types from document: %s" msgstr "Remover tipos de metadados do documento: %s" -#: views.py:266 +#: views.py:282 #, python-format msgid "Remove metadata types from documents: %s" msgstr "Remover tipos de metadados dos documentos: %s" -#: views.py:281 +#: views.py:301 #, python-format msgid "metadata for: %s" msgstr "metadados para: %s" -#: views.py:298 +#: views.py:319 msgid "internal name" msgstr "nome interno" -#: views.py:319 +#: views.py:340 msgid "Metadata type edited successfully" msgstr "Tipo de metadados editados com sucesso" -#: views.py:322 +#: views.py:343 #, python-format msgid "Error editing metadata type; %s" msgstr "Erro de edição de tipo de metadados; %s" -#: views.py:328 +#: views.py:349 #, python-format msgid "edit metadata type: %s" msgstr "editar tipo de metadados: %s" -#: views.py:343 +#: views.py:364 msgid "Metadata type created successfully" msgstr "Tipo de metadados criado com sucesso" -#: views.py:349 +#: views.py:370 msgid "create metadata type" msgstr "criar um tipo de metadados" -#: views.py:368 +#: views.py:389 #, python-format msgid "Metadata type: %s deleted successfully." msgstr "Tipo de metadados: %s removido com sucesso." -#: views.py:370 +#: views.py:391 #, python-format msgid "Metadata type: %(metadata_type)s delete error: %(error)s" msgstr "Tipo de metadados: %(metadata_type)s erro ao deletar: %(error)s" -#: views.py:381 +#: views.py:402 #, python-format msgid "Are you sure you wish to delete the metadata type: %s?" msgstr "Tem certeza de que deseja excluir o tipo de metadados: %s?" -#: views.py:398 +#: views.py:419 msgid "members" msgstr "membros" -#: views.py:442 +#: views.py:463 #, python-format msgid "non members of metadata set: %s" msgstr "não-membros do conjunto de metadados: %s" -#: views.py:443 +#: views.py:464 #, python-format msgid "members of metadata set: %s" msgstr "membros do conjunto de metadados: %s" -#: views.py:458 +#: views.py:479 msgid "Metadata set created successfully" msgstr "Conjunto de metadados criado com sucesso" -#: views.py:464 +#: views.py:485 msgid "create metadata set" msgstr "criar um conjunto de metadados" -#: views.py:483 +#: views.py:504 #, python-format msgid "Metadata set: %s deleted successfully." msgstr "Conjunto de metadados: %s removido com sucesso." -#: views.py:485 +#: views.py:507 #, python-format msgid "Metadata set: %(metadata_set)s delete error: %(error)s" msgstr "Conjunto de metadados: %(metadata_set)s erro ao deletar: %(error)s " -#: views.py:496 +#: views.py:518 #, python-format msgid "Are you sure you wish to delete the metadata set: %s?" msgstr "Tem certeza de que deseja excluir o conjunto de metadados: %s?" -#: views.py:554 +#: views.py:576 #, python-format msgid "non members of document type: %s" msgstr "não membros do tipo de documento: %s" -#: views.py:555 +#: views.py:577 #, python-format msgid "members of document type: %s" msgstr "membros do tipo de documento: %s" diff --git a/apps/metadata/locale/ru/LC_MESSAGES/django.mo b/apps/metadata/locale/ru/LC_MESSAGES/django.mo index d58dc848fd..0984aefc04 100644 Binary files a/apps/metadata/locale/ru/LC_MESSAGES/django.mo and b/apps/metadata/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/metadata/locale/ru/LC_MESSAGES/django.po b/apps/metadata/locale/ru/LC_MESSAGES/django.po index bb28056cda..ee4c61ba94 100644 --- a/apps/metadata/locale/ru/LC_MESSAGES/django.po +++ b/apps/metadata/locale/ru/LC_MESSAGES/django.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\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: 2011-11-04 10:20+0000\n" -"Last-Translator: gsv70 \n" +"Last-Translator: Sergey Glita \n" "Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/team/" "ru/)\n" "Language: ru\n" @@ -20,99 +20,43 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" -#: __init__.py:12 -msgid "Edit a document's metadata" -msgstr "Редактирование метаданные документа" - -#: __init__.py:13 -msgid "Add metadata to a document" -msgstr "Добавить метаданные в документ" - -#: __init__.py:14 -msgid "Remove metadata from a document" -msgstr "Удаление метаданных из документа" - -#: __init__.py:15 -msgid "View metadata from a document" -msgstr "Просмотр метаданных из документа" - -#: __init__.py:17 -msgid "Edit metadata types" -msgstr "Редактировать типы метаданных" - -#: __init__.py:18 -msgid "Create new metadata types" -msgstr "Создание новых типов метаданных" - -#: __init__.py:19 -msgid "Delete metadata types" -msgstr "Удаление типов метаданных" - -#: __init__.py:20 -msgid "View metadata types" -msgstr "Просмотр типов метаданных" - -#: __init__.py:22 -msgid "Edit metadata sets" -msgstr "Редактирование наборов метаданных" - -#: __init__.py:23 -msgid "Create new metadata sets" -msgstr "Создание новых наборов метаданных" - -#: __init__.py:24 -msgid "Delete metadata sets" -msgstr "Удаление наборов метаданных" - -#: __init__.py:25 -msgid "View metadata sets" -msgstr "Просмотр наборов метаданных" - -#: __init__.py:27 forms.py:94 -msgid "Metadata" -msgstr "Метаданные" - -#: __init__.py:33 -msgid "Metadata setup" -msgstr "Настройки метаданных " - -#: __init__.py:44 __init__.py:46 +#: __init__.py:21 __init__.py:23 msgid "edit metadata" msgstr "редактировать метаданные" -#: __init__.py:45 +#: __init__.py:22 msgid "metadata" msgstr "метаданные" -#: __init__.py:47 __init__.py:48 +#: __init__.py:24 __init__.py:25 msgid "add metadata" msgstr "добавить метаданные" -#: __init__.py:49 __init__.py:50 +#: __init__.py:26 __init__.py:27 msgid "remove metadata" msgstr "удалить метаданные" -#: __init__.py:52 models.py:33 views.py:294 +#: __init__.py:29 models.py:34 views.py:315 msgid "metadata types" msgstr "типы метаданных" -#: __init__.py:53 __init__.py:58 +#: __init__.py:30 __init__.py:35 msgid "edit" msgstr "редактировать" -#: __init__.py:54 __init__.py:59 +#: __init__.py:31 __init__.py:36 msgid "delete" msgstr "удалить" -#: __init__.py:55 __init__.py:60 +#: __init__.py:32 __init__.py:37 msgid "create new" msgstr "создание новых" -#: __init__.py:57 views.py:394 +#: __init__.py:34 views.py:415 msgid "metadata sets" msgstr "наборы метаданных" -#: __init__.py:62 models.py:92 +#: __init__.py:39 models.py:93 msgid "default metadata" msgstr "метаданные по умолчанию" @@ -153,42 +97,46 @@ msgstr "Удалить" msgid "Metadata sets" msgstr "Наборы метаданных" -#: models.py:9 +#: forms.py:94 permissions.py:7 +msgid "Metadata" +msgstr "Метаданные" + +#: models.py:10 #, python-format msgid " Available models: %s" msgstr "Доступные модели: %s" -#: models.py:10 +#: models.py:11 #, python-format msgid " Available functions: %s" msgstr "Доступные функции:%s." -#: models.py:17 +#: models.py:18 msgid "name" msgstr "имя" -#: models.py:17 +#: models.py:18 msgid "Do not use python reserved words, or spaces." msgstr "Не используйте зарезервированные слова python, или пробелы." -#: models.py:18 models.py:40 +#: models.py:19 models.py:41 msgid "title" msgstr "название" -#: models.py:20 +#: models.py:21 msgid "default" msgstr "умолчание" -#: models.py:21 +#: models.py:22 #, python-format msgid "Enter a string to be evaluated.%s" msgstr "Введите строку для вычисления %s" -#: models.py:23 +#: models.py:24 msgid "lookup" msgstr "поиск" -#: models.py:24 +#: models.py:25 #, python-format msgid "" "Enter a string to be evaluated. Example: [user.get_full_name() for user in " @@ -197,121 +145,173 @@ msgstr "" "Введите строку для вычисления. Пример: [user.get_full_name() for user in " "User.objects.all()].%s" -#: models.py:32 models.py:57 views.py:331 views.py:376 +#: models.py:33 models.py:58 views.py:352 views.py:397 msgid "metadata type" msgstr "тип метаданных" -#: models.py:47 models.py:48 models.py:56 views.py:446 views.py:491 +#: models.py:48 models.py:49 models.py:57 views.py:467 views.py:513 msgid "metadata set" msgstr "набор метаданных" -#: models.py:64 +#: models.py:65 msgid "metadata set item" msgstr "элемент набора метаданных" -#: models.py:65 +#: models.py:66 msgid "metadata set items" msgstr "элементы набора метаданных" -#: models.py:73 +#: models.py:74 msgid "document" msgstr "документ" -#: models.py:74 +#: models.py:75 msgid "type" msgstr "тип" -#: models.py:75 views.py:283 +#: models.py:76 views.py:303 msgid "value" msgstr "значение" -#: models.py:81 models.py:82 +#: models.py:82 models.py:83 msgid "document metadata" msgstr "метаданные документа" -#: models.py:90 views.py:559 +#: models.py:91 views.py:581 msgid "document type" msgstr "тип документа" -#: models.py:91 +#: models.py:92 msgid "default metadata sets" msgstr "набор метаданных по умолчанию" -#: models.py:98 +#: models.py:99 msgid "document type defaults" msgstr "умолчания для типа документа" -#: models.py:99 +#: models.py:100 msgid "document types defaults" msgstr "тип документа по умолчанию " -#: views.py:38 views.py:193 +#: permissions.py:8 +msgid "Edit a document's metadata" +msgstr "Редактирование метаданные документа" + +#: permissions.py:9 +msgid "Add metadata to a document" +msgstr "Добавить метаданные в документ" + +#: permissions.py:10 +msgid "Remove metadata from a document" +msgstr "Удаление метаданных из документа" + +#: permissions.py:11 +msgid "View metadata from a document" +msgstr "Просмотр метаданных из документа" + +#: permissions.py:13 +msgid "Metadata setup" +msgstr "Настройки метаданных " + +#: permissions.py:14 +msgid "Edit metadata types" +msgstr "Редактировать типы метаданных" + +#: permissions.py:15 +msgid "Create new metadata types" +msgstr "Создание новых типов метаданных" + +#: permissions.py:16 +msgid "Delete metadata types" +msgstr "Удаление типов метаданных" + +#: permissions.py:17 +msgid "View metadata types" +msgstr "Просмотр типов метаданных" + +#: permissions.py:19 +msgid "Edit metadata sets" +msgstr "Редактирование наборов метаданных" + +#: permissions.py:20 +msgid "Create new metadata sets" +msgstr "Создание новых наборов метаданных" + +#: permissions.py:21 +msgid "Delete metadata sets" +msgstr "Удаление наборов метаданных" + +#: permissions.py:22 +msgid "View metadata sets" +msgstr "Просмотр наборов метаданных" + +#: views.py:40 views.py:203 msgid "The selected document doesn't have any metadata." msgstr "Выбранный документ не имеет метаданных." -#: views.py:43 views.py:131 views.py:199 +#: views.py:51 views.py:143 views.py:215 msgid "Must provide at least one document." msgstr "Необходимо предоставить хотя бы один документ." -#: views.py:78 views.py:234 +#: views.py:86 views.py:250 #, python-format msgid "Error deleting document indexes; %s" msgstr "Ошибка при удалении индексов документа; %s" -#: views.py:90 +#: views.py:98 #, python-format msgid "Error editing metadata for document %(document)s; %(error)s." msgstr "" "Ошибка редактирования метаданных для документа %(document)s; %(error)s." -#: views.py:93 +#: views.py:101 #, python-format msgid "Metadata for document %s edited successfully." msgstr "Метаданные для документов %s изменены." -#: views.py:98 views.py:251 +#: views.py:106 views.py:267 #, python-format msgid "Error updating document indexes; %s" msgstr "Ошибка при обновлении индексов документа; %s" -#: views.py:100 views.py:253 +#: views.py:108 views.py:269 msgid "Document indexes updated successfully." msgstr "Индексы документа успешно обновлены." -#: views.py:111 +#: views.py:119 #, python-format msgid "Edit metadata for document: %s" msgstr "Редактировать метаданные документа:%s." -#: views.py:113 +#: views.py:121 #, python-format msgid "Edit metadata for documents: %s" msgstr "Редактирование метаданных для документов: %s" -#: views.py:148 +#: views.py:160 #, python-format msgid "" "Metadata type: %(metadata_type)s successfully added to document %(document)s." msgstr "" "Тип метаданных: %(metadata_type)s успешно добавлены к документу %(document)s." -#: views.py:151 +#: views.py:163 #, python-format msgid "" "Metadata type: %(metadata_type)s already present in document %(document)s." msgstr "Тип метаданных: %(metadata_type)s уже есть в документе %(document)s." -#: views.py:175 +#: views.py:187 #, python-format msgid "Add metadata type to document: %s" msgstr "Добавить метаданные типа к документу: %s." -#: views.py:177 +#: views.py:189 #, python-format msgid "Add metadata type to documents: %s" msgstr "Добавляйте метаданные типа документов: %s" -#: views.py:242 +#: views.py:258 #, python-format msgid "" "Successfully remove metadata type: %(metadata_type)s from document: " @@ -320,7 +320,7 @@ msgstr "" "Метаданные типа: %(metadata_type)s успешно удалены из документа: " "%(document)s." -#: views.py:245 +#: views.py:261 #, python-format msgid "" "Error removing metadata type: %(metadata_type)s from document: %(document)s." @@ -328,105 +328,105 @@ msgstr "" "Ошибка удаления метаданных, наберите:%(metadata_type)s из документа: " "%(document)s ." -#: views.py:264 +#: views.py:280 #, python-format msgid "Remove metadata types from document: %s" msgstr "Удалить типы метаданных из документа: %s" -#: views.py:266 +#: views.py:282 #, python-format msgid "Remove metadata types from documents: %s" msgstr "Удалить типы метаданных из документа: %s" -#: views.py:281 +#: views.py:301 #, python-format msgid "metadata for: %s" msgstr "метаданных для: %s" -#: views.py:298 +#: views.py:319 msgid "internal name" msgstr "внутреннее имя" -#: views.py:319 +#: views.py:340 msgid "Metadata type edited successfully" msgstr "Тип метаданных отредактирован." -#: views.py:322 +#: views.py:343 #, python-format msgid "Error editing metadata type; %s" msgstr "Ошибка редактирования типа метаданных; %s" -#: views.py:328 +#: views.py:349 #, python-format msgid "edit metadata type: %s" msgstr "редактировать метаданные типа: %s" -#: views.py:343 +#: views.py:364 msgid "Metadata type created successfully" msgstr "Тип метаданных успешно создан" -#: views.py:349 +#: views.py:370 msgid "create metadata type" msgstr "создать тип метаданных" -#: views.py:368 +#: views.py:389 #, python-format msgid "Metadata type: %s deleted successfully." msgstr "Тип метаданных: %s успешно удален." -#: views.py:370 +#: views.py:391 #, python-format msgid "Metadata type: %(metadata_type)s delete error: %(error)s" msgstr "Метаданные типа: %(metadata_type)s ошибка удаления: %(error)s" -#: views.py:381 +#: views.py:402 #, python-format msgid "Are you sure you wish to delete the metadata type: %s?" msgstr "Вы действительно хотите удалить метаданные:%s?" -#: views.py:398 +#: views.py:419 msgid "members" msgstr "элементы" -#: views.py:442 +#: views.py:463 #, python-format msgid "non members of metadata set: %s" msgstr "не входят в набор метаданных: %s" -#: views.py:443 +#: views.py:464 #, python-format msgid "members of metadata set: %s" msgstr "входят в набор метаданных: %s" -#: views.py:458 +#: views.py:479 msgid "Metadata set created successfully" msgstr "Набор метаданных создан" -#: views.py:464 +#: views.py:485 msgid "create metadata set" msgstr "создать набор метаданных" -#: views.py:483 +#: views.py:504 #, python-format msgid "Metadata set: %s deleted successfully." msgstr "Набор метаданных: %s удалён." -#: views.py:485 +#: views.py:507 #, python-format msgid "Metadata set: %(metadata_set)s delete error: %(error)s" msgstr "Набор метаданных: %(metadata_set)s ошибка удаления: %(error)s" -#: views.py:496 +#: views.py:518 #, python-format msgid "Are you sure you wish to delete the metadata set: %s?" msgstr "Вы действительно хотите удалить набор метаданных: %s?" -#: views.py:554 +#: views.py:576 #, python-format msgid "non members of document type: %s" msgstr "не относится к типу документа: %s." -#: views.py:555 +#: views.py:577 #, python-format msgid "members of document type: %s" msgstr "относится к типу документа: %s." diff --git a/apps/navigation/locale/en/LC_MESSAGES/django.po b/apps/navigation/locale/en/LC_MESSAGES/django.po index 073df2fae0..8c2565fd8b 100644 --- a/apps/navigation/locale/en/LC_MESSAGES/django.po +++ b/apps/navigation/locale/en/LC_MESSAGES/django.po @@ -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 \n" "Language-Team: LANGUAGE \n" @@ -21,10 +21,10 @@ msgstr "" msgid "Multi item action" msgstr "" -#: widgets.py:28 +#: widgets.py:48 msgid "icon" msgstr "" -#: templatetags/navigation_tags.py:275 +#: templatetags/navigation_tags.py:278 msgid "Selected item actions:" msgstr "" diff --git a/apps/navigation/locale/es/LC_MESSAGES/django.mo b/apps/navigation/locale/es/LC_MESSAGES/django.mo index 6091110708..0b9200fe37 100644 Binary files a/apps/navigation/locale/es/LC_MESSAGES/django.mo and b/apps/navigation/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/navigation/locale/es/LC_MESSAGES/django.po b/apps/navigation/locale/es/LC_MESSAGES/django.po index 4fa778b876..571dfa9788 100644 --- a/apps/navigation/locale/es/LC_MESSAGES/django.po +++ b/apps/navigation/locale/es/LC_MESSAGES/django.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\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: 2011-11-04 16:58+0000\n" -"Last-Translator: rosarior \n" +"Last-Translator: Roberto Rosario \n" "Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/" "mayan-edms/team/es/)\n" "Language: es\n" @@ -23,10 +23,10 @@ msgstr "" msgid "Multi item action" msgstr "Acción para multiple artículos" -#: widgets.py:28 +#: widgets.py:48 msgid "icon" msgstr "emblema" -#: templatetags/navigation_tags.py:275 +#: templatetags/navigation_tags.py:278 msgid "Selected item actions:" msgstr "Acciones para el artículo seleccionado:" diff --git a/apps/navigation/locale/it/LC_MESSAGES/django.mo b/apps/navigation/locale/it/LC_MESSAGES/django.mo index e67720c602..f83dfbbf5e 100644 Binary files a/apps/navigation/locale/it/LC_MESSAGES/django.mo and b/apps/navigation/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/navigation/locale/it/LC_MESSAGES/django.po b/apps/navigation/locale/it/LC_MESSAGES/django.po index 764528c927..2745af0b09 100644 --- a/apps/navigation/locale/it/LC_MESSAGES/django.po +++ b/apps/navigation/locale/it/LC_MESSAGES/django.po @@ -1,33 +1,32 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. 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" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-02-02 14:17-0400\n" "PO-Revision-Date: 2011-12-09 18:00+0000\n" "Last-Translator: Pierpaolo Baldan \n" -"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/team/it/)\n" +"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/team/" +"it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: forms.py:14 msgid "Multi item action" msgstr "Voce per azioni multiple" -#: widgets.py:28 +#: widgets.py:48 msgid "icon" msgstr "icon" -#: templatetags/navigation_tags.py:275 +#: templatetags/navigation_tags.py:278 msgid "Selected item actions:" msgstr "Selezione le azioni multiple" - - diff --git a/apps/navigation/locale/pt/LC_MESSAGES/django.mo b/apps/navigation/locale/pt/LC_MESSAGES/django.mo index da6beaf7ea..1ab3336d64 100644 Binary files a/apps/navigation/locale/pt/LC_MESSAGES/django.mo and b/apps/navigation/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/navigation/locale/pt/LC_MESSAGES/django.po b/apps/navigation/locale/pt/LC_MESSAGES/django.po index 7f003b944a..36ef8d41f7 100644 --- a/apps/navigation/locale/pt/LC_MESSAGES/django.po +++ b/apps/navigation/locale/pt/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\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: 2011-11-02 01:24+0000\n" "Last-Translator: emersonsoares \n" "Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/" @@ -23,10 +23,10 @@ msgstr "" msgid "Multi item action" msgstr "Ação de vários itens" -#: widgets.py:28 +#: widgets.py:48 msgid "icon" msgstr "ícone" -#: templatetags/navigation_tags.py:275 +#: templatetags/navigation_tags.py:278 msgid "Selected item actions:" msgstr "Ações de item selecionadas:" diff --git a/apps/navigation/locale/ru/LC_MESSAGES/django.mo b/apps/navigation/locale/ru/LC_MESSAGES/django.mo index 8dec51de24..cd3ec3919a 100644 Binary files a/apps/navigation/locale/ru/LC_MESSAGES/django.mo and b/apps/navigation/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/navigation/locale/ru/LC_MESSAGES/django.po b/apps/navigation/locale/ru/LC_MESSAGES/django.po index ac633acf3c..225b790211 100644 --- a/apps/navigation/locale/ru/LC_MESSAGES/django.po +++ b/apps/navigation/locale/ru/LC_MESSAGES/django.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\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: 2011-11-19 21:05+0000\n" -"Last-Translator: gsv70 \n" +"Last-Translator: Sergey Glita \n" "Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/team/" "ru/)\n" "Language: ru\n" @@ -24,10 +24,10 @@ msgstr "" msgid "Multi item action" msgstr "Массовое действие" -#: widgets.py:28 +#: widgets.py:48 msgid "icon" msgstr "значок" -#: templatetags/navigation_tags.py:275 +#: templatetags/navigation_tags.py:278 msgid "Selected item actions:" msgstr "Действия с выбранными пунктами: " diff --git a/apps/ocr/locale/en/LC_MESSAGES/django.po b/apps/ocr/locale/en/LC_MESSAGES/django.po index 8aa482cb75..ca083755a5 100644 --- a/apps/ocr/locale/en/LC_MESSAGES/django.po +++ b/apps/ocr/locale/en/LC_MESSAGES/django.po @@ -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 \n" "Language-Team: LANGUAGE \n" @@ -17,93 +17,65 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: __init__.py:28 -msgid "Submit document for OCR" -msgstr "" - -#: __init__.py:29 -msgid "Delete document for OCR queue" -msgstr "" - -#: __init__.py:30 -msgid "Can enable/disable an OCR queue" -msgstr "" - -#: __init__.py:31 -msgid "Can execute an OCR clean up on all document pages" -msgstr "" - -#: __init__.py:32 -msgid "Can edit an OCR queue properties" -msgstr "" - -#: __init__.py:34 __init__.py:56 __init__.py:74 -msgid "OCR" -msgstr "" - -#: __init__.py:40 -msgid "OCR Setup" -msgstr "" - -#: __init__.py:44 +#: __init__.py:31 __init__.py:32 msgid "submit to OCR queue" msgstr "" -#: __init__.py:45 __init__.py:46 +#: __init__.py:33 __init__.py:34 msgid "re-queue" msgstr "" -#: __init__.py:47 __init__.py:48 __init__.py:63 +#: __init__.py:35 __init__.py:36 __init__.py:49 msgid "delete" msgstr "" -#: __init__.py:50 +#: __init__.py:38 msgid "stop queue" msgstr "" -#: __init__.py:51 +#: __init__.py:39 msgid "activate queue" msgstr "" -#: __init__.py:53 +#: __init__.py:41 msgid "clean up pages content" msgstr "" -#: __init__.py:53 +#: __init__.py:41 msgid "" "Runs a language filter to remove common OCR mistakes from document pages " "content." msgstr "" -#: __init__.py:55 +#: __init__.py:43 msgid "queue document list" msgstr "" -#: __init__.py:58 views.py:316 -msgid "active tasks" +#: __init__.py:44 __init__.py:62 permissions.py:7 +msgid "OCR" msgstr "" -#: __init__.py:60 +#: __init__.py:46 msgid "transformations" msgstr "" -#: __init__.py:61 +#: __init__.py:47 msgid "add transformation" msgstr "" -#: __init__.py:62 +#: __init__.py:48 msgid "edit" msgstr "" -#: __init__.py:82 +#: __init__.py:69 msgid "Default" msgstr "" -#: __init__.py:104 +#: __init__.py:97 msgid "Checks the OCR queue for pending documents." msgstr "" -#: api.py:119 +#: api.py:122 msgid "Text from OCR" msgstr "" @@ -127,88 +99,108 @@ msgstr "" msgid "error" msgstr "" -#: models.py:22 +#: models.py:26 msgid "name" msgstr "" -#: models.py:23 +#: models.py:27 msgid "label" msgstr "" -#: models.py:27 models.py:47 +#: models.py:31 models.py:51 msgid "state" msgstr "" -#: models.py:32 models.py:40 views.py:44 views.py:337 views.py:378 -#: views.py:408 views.py:444 +#: models.py:36 models.py:44 views.py:45 views.py:315 views.py:356 +#: views.py:386 views.py:422 msgid "document queue" msgstr "" -#: models.py:33 +#: models.py:37 msgid "document queues" msgstr "" -#: models.py:41 +#: models.py:45 msgid "document" msgstr "" -#: models.py:42 +#: models.py:46 msgid "date time submitted" msgstr "" -#: models.py:43 +#: models.py:47 msgid "delay ocr" msgstr "" -#: models.py:48 +#: models.py:52 msgid "result" msgstr "" -#: models.py:49 +#: models.py:53 msgid "node name" msgstr "" -#: models.py:53 +#: models.py:57 msgid "queue document" msgstr "" -#: models.py:54 +#: models.py:58 msgid "queue documents" msgstr "" -#: models.py:63 views.py:48 +#: models.py:78 views.py:49 msgid "Missing document." msgstr "" -#: models.py:67 +#: models.py:82 msgid "Enter a valid value." msgstr "" -#: models.py:95 views.py:341 +#: models.py:110 views.py:319 msgid "order" msgstr "" -#: models.py:96 views.py:342 views.py:379 views.py:409 +#: models.py:111 views.py:320 views.py:357 views.py:387 msgid "transformation" msgstr "" -#: models.py:97 views.py:343 +#: models.py:112 views.py:321 msgid "arguments" msgstr "" -#: models.py:97 +#: models.py:112 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "" -#: models.py:107 +#: models.py:122 msgid "document queue transformation" msgstr "" -#: models.py:108 +#: models.py:123 msgid "document queue transformations" msgstr "" +#: permissions.py:8 +msgid "Submit documents for OCR" +msgstr "" + +#: permissions.py:9 +msgid "Delete documents from OCR queue" +msgstr "" + +#: permissions.py:10 +msgid "Can enable/disable the OCR queue" +msgstr "" + +#: permissions.py:11 +msgid "Can execute the OCR clean up on all document pages" +msgstr "" + +#: permissions.py:12 +msgid "Can edit an OCR queue properties" +msgstr "" + #: statistics.py:8 #, python-format msgid "Document queues: %d" @@ -223,195 +215,179 @@ msgstr "" msgid "OCR statistics" msgstr "" -#: views.py:41 +#: views.py:42 #, python-format msgid "documents in queue: %s" msgstr "" -#: views.py:49 +#: views.py:50 msgid "thumbnail" msgstr "" -#: views.py:62 +#: views.py:63 msgid "document queue properties" msgstr "" -#: views.py:63 +#: views.py:64 #, python-format msgid "Current state: %s" msgstr "" -#: views.py:79 views.py:154 +#: views.py:80 views.py:168 msgid "Must provide at least one queue document." msgstr "" -#: views.py:89 +#: views.py:90 #, python-format msgid "Document: %s is being processed and can't be deleted." msgstr "" -#: views.py:92 +#: views.py:93 #, python-format msgid "Queue document: %(document)s deleted successfully." msgstr "" -#: views.py:96 +#: views.py:97 #, python-format msgid "Error deleting document: %(document)s; %(error)s" msgstr "" -#: views.py:109 +#: views.py:110 #, python-format msgid "Are you sure you wish to delete queue document: %s?" msgstr "" -#: views.py:111 +#: views.py:112 #, python-format msgid "Are you sure you wish to delete queue documents: %s?" msgstr "" -#: views.py:134 +#: views.py:148 #, python-format msgid "Document: %(document)s was added to the OCR queue: %(queue)s." msgstr "" -#: views.py:137 +#: views.py:151 #, python-format msgid "Document: %(document)s is already queued." msgstr "" -#: views.py:165 -#, python-format -msgid "Document: %s is already being processed and can't be re-queded." -msgstr "" - -#: views.py:173 +#: views.py:180 #, python-format msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" msgstr "" -#: views.py:176 +#: views.py:186 #, python-format msgid "Document id#: %d, no longer exists." msgstr "" -#: views.py:189 +#: views.py:190 +#, python-format +msgid "Document: %s is already being processed and can't be re-queded." +msgstr "" + +#: views.py:202 #, python-format msgid "Are you sure you wish to re-queue document: %s?" msgstr "" -#: views.py:191 +#: views.py:204 #, python-format msgid "Are you sure you wish to re-queue documents: %s?" msgstr "" -#: views.py:209 +#: views.py:222 #, python-format msgid "Document queue: %s, already stopped." msgstr "" -#: views.py:215 +#: views.py:228 #, python-format msgid "Document queue: %s, stopped successfully." msgstr "" -#: views.py:221 +#: views.py:234 #, python-format msgid "Are you sure you wish to disable document queue: %s" msgstr "" -#: views.py:236 +#: views.py:249 #, python-format msgid "Document queue: %s, already active." msgstr "" -#: views.py:242 +#: views.py:255 #, python-format msgid "Document queue: %s, activated successfully." msgstr "" -#: views.py:248 +#: views.py:261 #, python-format msgid "Are you sure you wish to activate document queue: %s" msgstr "" -#: views.py:265 +#: views.py:278 msgid "Are you sure you wish to clean up all the pages content?" msgstr "" -#: views.py:266 +#: views.py:279 msgid "On large databases this operation may take some time to execute." msgstr "" -#: views.py:272 +#: views.py:285 msgid "Document pages content clean up complete." msgstr "" -#: views.py:274 +#: views.py:287 #, python-format msgid "Document pages content clean up error: %s" msgstr "" -#: views.py:320 -msgid "node" -msgstr "" - -#: views.py:321 -msgid "task id" -msgstr "" - -#: views.py:322 -msgid "task name" -msgstr "" - -#: views.py:323 -msgid "related object" -msgstr "" - -#: views.py:335 +#: views.py:313 #, python-format msgid "transformations for: %s" msgstr "" -#: views.py:365 +#: views.py:343 msgid "Queue transformation edited successfully" msgstr "" -#: views.py:368 +#: views.py:346 #, python-format msgid "Error editing queue transformation; %s" msgstr "" -#: views.py:373 +#: views.py:351 #, python-format msgid "Edit transformation: %s" msgstr "" -#: views.py:396 +#: views.py:374 msgid "Queue transformation deleted successfully." msgstr "" -#: views.py:398 +#: views.py:376 #, python-format msgid "Error deleting queue transformation; %(error)s" msgstr "" -#: views.py:411 +#: views.py:389 #, python-format msgid "" "Are you sure you wish to delete queue transformation \"%(transformation)s\"" msgstr "" -#: views.py:434 +#: views.py:412 msgid "Queue transformation created successfully" msgstr "" -#: views.py:437 +#: views.py:415 #, python-format msgid "Error creating queue transformation; %s" msgstr "" -#: views.py:446 +#: views.py:424 #, python-format msgid "Create new transformation for queue: %s" msgstr "" @@ -431,15 +407,9 @@ msgid "Automatically queue newly created documents for OCR." msgstr "" #: conf/settings.py:17 -msgid "" -"URI in the form: \"memcached://127.0.0.1:11211/\" to specify a cache backend " -"to use for locking. Multiple hosts can be specified separated by a semicolon." -msgstr "" - -#: conf/settings.py:18 msgid "File path to unpaper program." msgstr "" -#: parsers/__init__.py:23 +#: parsers/__init__.py:37 msgid "Text extracted from PDF" msgstr "" diff --git a/apps/ocr/locale/es/LC_MESSAGES/django.mo b/apps/ocr/locale/es/LC_MESSAGES/django.mo index 9c4c0ed1f3..4a3d4d8b4f 100644 Binary files a/apps/ocr/locale/es/LC_MESSAGES/django.mo and b/apps/ocr/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/ocr/locale/es/LC_MESSAGES/django.po b/apps/ocr/locale/es/LC_MESSAGES/django.po index 6905387d1e..f6ea7bf693 100644 --- a/apps/ocr/locale/es/LC_MESSAGES/django.po +++ b/apps/ocr/locale/es/LC_MESSAGES/django.po @@ -1,79 +1,48 @@ # 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 , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-22 11:26-0400\n" -"PO-Revision-Date: 2011-11-07 04:17+0000\n" -"Last-Translator: rosarior \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/" -"mayan-edms/team/es/)\n" -"Language: es\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\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 \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" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:28 -msgid "Submit document for OCR" -msgstr "Enviar documento para OCR" - -#: __init__.py:29 -msgid "Delete document for OCR queue" -msgstr "Eliminar documento de la cola de OCR" - -#: __init__.py:30 -msgid "Can enable/disable an OCR queue" -msgstr "Puede activar / desactivar una cola de OCR" - -#: __init__.py:31 -msgid "Can execute an OCR clean up on all document pages" -msgstr "" -"Puede ejecutar un programa de OCR de limpieza en todas las páginas de los " -"documentos" - -#: __init__.py:32 -msgid "Can edit an OCR queue properties" -msgstr "Puede editar las propiedades de un cola de OCR" - -#: __init__.py:34 __init__.py:56 __init__.py:74 -msgid "OCR" -msgstr "OCR" - -#: __init__.py:40 -msgid "OCR Setup" -msgstr "Configuración de OCR" - -#: __init__.py:44 +#: __init__.py:31 __init__.py:32 msgid "submit to OCR queue" msgstr "enviar a lista de OCR" -#: __init__.py:45 __init__.py:46 +#: __init__.py:33 __init__.py:34 msgid "re-queue" msgstr "volver a la cola" -#: __init__.py:47 __init__.py:48 __init__.py:63 +#: __init__.py:35 __init__.py:36 __init__.py:49 msgid "delete" msgstr "eliminar" -#: __init__.py:50 +#: __init__.py:38 msgid "stop queue" msgstr "detener cola" -#: __init__.py:51 +#: __init__.py:39 msgid "activate queue" msgstr "activar cola" -#: __init__.py:53 +#: __init__.py:41 msgid "clean up pages content" msgstr "limpiar el contenido" -#: __init__.py:53 +#: __init__.py:41 msgid "" "Runs a language filter to remove common OCR mistakes from document pages " "content." @@ -81,35 +50,35 @@ msgstr "" "Ejecuta un filtro de lenguaje para eliminar los errores más comunes de OCR " "del contenido de las paginas del documento." -#: __init__.py:55 +#: __init__.py:43 msgid "queue document list" msgstr "lista de documentos en la cola" -#: __init__.py:58 views.py:316 -msgid "active tasks" -msgstr "tareas activas" +#: __init__.py:44 __init__.py:62 permissions.py:7 +msgid "OCR" +msgstr "OCR" -#: __init__.py:60 +#: __init__.py:46 msgid "transformations" msgstr "transformaciones" -#: __init__.py:61 +#: __init__.py:47 msgid "add transformation" msgstr "añadir transformación" -#: __init__.py:62 +#: __init__.py:48 msgid "edit" msgstr "editar" -#: __init__.py:82 +#: __init__.py:69 msgid "Default" msgstr "Por defecto" -#: __init__.py:104 +#: __init__.py:97 msgid "Checks the OCR queue for pending documents." msgstr "Comprueba la cola de OCR para documentos pendientes." -#: api.py:119 +#: api.py:122 msgid "Text from OCR" msgstr "Texto de OCR" @@ -133,88 +102,108 @@ msgstr "en procesamiento" msgid "error" msgstr "error" -#: models.py:22 +#: models.py:26 msgid "name" msgstr "nombre" -#: models.py:23 +#: models.py:27 msgid "label" msgstr "etiqueta" -#: models.py:27 models.py:47 +#: models.py:31 models.py:51 msgid "state" msgstr "estado" -#: models.py:32 models.py:40 views.py:44 views.py:337 views.py:378 -#: views.py:408 views.py:444 +#: models.py:36 models.py:44 views.py:45 views.py:315 views.py:356 +#: views.py:386 views.py:422 msgid "document queue" msgstr "cola de documento" -#: models.py:33 +#: models.py:37 msgid "document queues" msgstr "colas de documentos" -#: models.py:41 +#: models.py:45 msgid "document" msgstr "documento" -#: models.py:42 +#: models.py:46 msgid "date time submitted" msgstr "fecha y hora sometido" -#: models.py:43 +#: models.py:47 msgid "delay ocr" msgstr "retraso ocr" -#: models.py:48 +#: models.py:52 msgid "result" msgstr "resultado" -#: models.py:49 +#: models.py:53 msgid "node name" msgstr "nombre del nodo" -#: models.py:53 +#: models.py:57 msgid "queue document" msgstr "documento en la cola" -#: models.py:54 +#: models.py:58 msgid "queue documents" msgstr "documentos en la cola" -#: models.py:63 views.py:48 +#: models.py:78 views.py:49 msgid "Missing document." msgstr "Documento no encontrado." -#: models.py:67 +#: models.py:82 msgid "Enter a valid value." msgstr "Introduzca un valor válido." -#: models.py:95 views.py:341 +#: models.py:110 views.py:319 msgid "order" msgstr "orden" -#: models.py:96 views.py:342 views.py:379 views.py:409 +#: models.py:111 views.py:320 views.py:357 views.py:387 msgid "transformation" msgstr "transformación" -#: models.py:97 views.py:343 +#: models.py:112 views.py:321 msgid "arguments" msgstr "argumentos" -#: models.py:97 +#: models.py:112 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "Utilize diccionarios para indentificar argumentos, por ejemplo: %s" -#: models.py:107 +#: models.py:122 msgid "document queue transformation" msgstr "transformación de cola de documentos" -#: models.py:108 +#: models.py:123 msgid "document queue transformations" msgstr "transformaciones de cola de documentos" +#: permissions.py:8 +msgid "Submit documents for OCR" +msgstr "" + +#: permissions.py:9 +msgid "Delete documents from OCR queue" +msgstr "" + +#: permissions.py:10 +msgid "Can enable/disable the OCR queue" +msgstr "" + +#: permissions.py:11 +msgid "Can execute the OCR clean up on all document pages" +msgstr "" + +#: permissions.py:12 +msgid "Can edit an OCR queue properties" +msgstr "Puede editar las propiedades de un cola de OCR" + #: statistics.py:8 #, python-format msgid "Document queues: %d" @@ -229,204 +218,189 @@ msgstr "Documentos en la cola: %d" msgid "OCR statistics" msgstr "Estadísticas de OCR" -#: views.py:41 +#: views.py:42 #, python-format msgid "documents in queue: %s" msgstr "documentos en la cola: %s" -#: views.py:49 +#: views.py:50 msgid "thumbnail" msgstr "miniatura" -#: views.py:62 +#: views.py:63 msgid "document queue properties" msgstr "propiedades de la cola de documentos" -#: views.py:63 +#: views.py:64 #, python-format msgid "Current state: %s" msgstr "Estado actual: %s" -#: views.py:79 views.py:154 +#: views.py:80 views.py:168 msgid "Must provide at least one queue document." msgstr "Debe proveer al menos un documento en cola." -#: views.py:89 +#: views.py:90 #, python-format msgid "Document: %s is being processed and can't be deleted." msgstr "El documento: %s ya está en proceso y no se puede se eliminado." -#: views.py:92 +#: views.py:93 #, python-format msgid "Queue document: %(document)s deleted successfully." msgstr "Documento de la cola: %(document)s eliminado exitosamente." -#: views.py:96 +#: views.py:97 #, python-format msgid "Error deleting document: %(document)s; %(error)s" msgstr "Error al eliminar el documento: %(document)s; %(error)s " -#: views.py:109 +#: views.py:110 #, python-format msgid "Are you sure you wish to delete queue document: %s?" msgstr "¿Está seguro que desea eliminar de la cola el documento: %s?" -#: views.py:111 +#: views.py:112 #, python-format msgid "Are you sure you wish to delete queue documents: %s?" msgstr "¿Está seguro que desea eliminar de la cola los documentos: %s?" -#: views.py:134 +#: views.py:148 #, python-format msgid "Document: %(document)s was added to the OCR queue: %(queue)s." msgstr "" "Documento: %(document)s ha sido añadido a la cola de reconocimiento óptico " "de caracteres: %(queue)s." -#: views.py:137 +#: views.py:151 #, python-format msgid "Document: %(document)s is already queued." msgstr "Documento: %(document)s ya está en cola." -#: views.py:165 -#, python-format -msgid "Document: %s is already being processed and can't be re-queded." -msgstr "" -"El documento: %s ya está en proceso y no se puede volver a agregar a la cola." - -#: views.py:173 +#: views.py:180 #, python-format msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" msgstr "" "Documento: %(document)s fue puesto de vuelta en la cola de reconocimiento " "óptico de caracteres: %(queue)s " -#: views.py:176 +#: views.py:186 #, python-format msgid "Document id#: %d, no longer exists." msgstr "Documento de #: %d, ya no existe." -#: views.py:189 +#: views.py:190 +#, python-format +msgid "Document: %s is already being processed and can't be re-queded." +msgstr "" +"El documento: %s ya está en proceso y no se puede volver a agregar a la " +"cola." + +#: views.py:202 #, python-format msgid "Are you sure you wish to re-queue document: %s?" msgstr "¿Está seguro desea volver a agregar a la cola el documento: %s?" -#: views.py:191 +#: views.py:204 #, python-format msgid "Are you sure you wish to re-queue documents: %s?" msgstr "¿Está seguro desea volver a agregar a la cola los documento: %s?" -#: views.py:209 +#: views.py:222 #, python-format msgid "Document queue: %s, already stopped." msgstr "Cola de documento: %s, ya esta detenida." -#: views.py:215 +#: views.py:228 #, python-format msgid "Document queue: %s, stopped successfully." msgstr "Cola de documento: %s, se ha detenido con éxito." -#: views.py:221 +#: views.py:234 #, python-format msgid "Are you sure you wish to disable document queue: %s" msgstr "¿Está seguro de que desea desactivar la cola de documento: %s?" -#: views.py:236 +#: views.py:249 #, python-format msgid "Document queue: %s, already active." msgstr "Cola de documento: %s, ya esta activa." -#: views.py:242 +#: views.py:255 #, python-format msgid "Document queue: %s, activated successfully." msgstr "Cola de documento: %s, activada con éxito." -#: views.py:248 +#: views.py:261 #, python-format msgid "Are you sure you wish to activate document queue: %s" msgstr "¿Estás seguro de que desea activar la cola de documento: %s?" -#: views.py:265 +#: views.py:278 msgid "Are you sure you wish to clean up all the pages content?" msgstr "¿Está seguro que desea limpiar el contenido de todas las páginas?" -#: views.py:266 +#: views.py:279 msgid "On large databases this operation may take some time to execute." msgstr "" "En grandes bases de datos esta operación puede tardar algún tiempo en " "ejecutarse." -#: views.py:272 +#: views.py:285 msgid "Document pages content clean up complete." msgstr "Limpieza de contenido completada." -#: views.py:274 +#: views.py:287 #, python-format msgid "Document pages content clean up error: %s" msgstr "Error en limpieza de contenido: %s" -#: views.py:320 -msgid "node" -msgstr "nodo" - -#: views.py:321 -msgid "task id" -msgstr "Identificación de tarea" - -#: views.py:322 -msgid "task name" -msgstr "nombre de tarea" - -#: views.py:323 -msgid "related object" -msgstr "objeto relacionado" - -#: views.py:335 +#: views.py:313 #, python-format msgid "transformations for: %s" msgstr "transformaciones para: %s" -#: views.py:365 +#: views.py:343 msgid "Queue transformation edited successfully" msgstr "Transformación de la cola editada con exitosamente" -#: views.py:368 +#: views.py:346 #, python-format msgid "Error editing queue transformation; %s" msgstr "Error al modificar la transformación de cola; %s" -#: views.py:373 +#: views.py:351 #, python-format msgid "Edit transformation: %s" msgstr "Editar transformación: %s" -#: views.py:396 +#: views.py:374 msgid "Queue transformation deleted successfully." msgstr "Transformación de la cola borrada exitosamente." -#: views.py:398 +#: views.py:376 #, python-format msgid "Error deleting queue transformation; %(error)s" msgstr "Error al tratar de borrar la transformación de cola; %(error)s " -#: views.py:411 +#: views.py:389 #, python-format msgid "" "Are you sure you wish to delete queue transformation \"%(transformation)s\"" msgstr "" -"¿Está seguro que desea borrar la transformación de cola \"%(transformation)s" -"\"" +"¿Está seguro que desea borrar la transformación de cola " +"\"%(transformation)s\"" -#: views.py:434 +#: views.py:412 msgid "Queue transformation created successfully" msgstr "Transformación de cola creada exitosamente" -#: views.py:437 +#: views.py:415 #, python-format msgid "Error creating queue transformation; %s" msgstr "Error al crear la transformación de cola; %s" -#: views.py:446 +#: views.py:424 #, python-format msgid "Create new transformation for queue: %s" msgstr "Crear nueva transformación para la cola: %s" @@ -450,18 +424,11 @@ msgid "Automatically queue newly created documents for OCR." msgstr "Agregar automáticamente la cola de OCR los documentos creados." #: conf/settings.py:17 -msgid "" -"URI in the form: \"memcached://127.0.0.1:11211/\" to specify a cache backend " -"to use for locking. Multiple hosts can be specified separated by a semicolon." -msgstr "" -"URI de la forma: \"memcached:/ /127.0.0.1:11211/\" para especificar un " -"servidor de caché para usar de bloqueo. Multiple servidores se pueden " -"especificar separados por un punto y coma." - -#: conf/settings.py:18 msgid "File path to unpaper program." msgstr "La ruta de archivo del programa unpaper." -#: parsers/__init__.py:23 +#: parsers/__init__.py:37 msgid "Text extracted from PDF" msgstr "Texto extraído de PDF" + + diff --git a/apps/ocr/locale/it/LC_MESSAGES/django.mo b/apps/ocr/locale/it/LC_MESSAGES/django.mo index 2719e242b3..c7381f6c7e 100644 Binary files a/apps/ocr/locale/it/LC_MESSAGES/django.mo and b/apps/ocr/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/ocr/locale/it/LC_MESSAGES/django.po b/apps/ocr/locale/it/LC_MESSAGES/django.po index 799dd966d3..c15bfb6d6d 100644 --- a/apps/ocr/locale/it/LC_MESSAGES/django.po +++ b/apps/ocr/locale/it/LC_MESSAGES/django.po @@ -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-09 16:09+0000\n" -"Last-Translator: Pierpaolo Baldan \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 \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,59 +18,31 @@ msgstr "" "Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:28 -msgid "Submit document for OCR" -msgstr "Sottoporre documenti per l'OCR" - -#: __init__.py:29 -msgid "Delete document for OCR queue" -msgstr "Cancellare i documenti dalla coda per OCR" - -#: __init__.py:30 -msgid "Can enable/disable an OCR queue" -msgstr "Posso attivare/disattivare una coda per OCR" - -#: __init__.py:31 -msgid "Can execute an OCR clean up on all document pages" -msgstr "Può eseguire un OCR ripulendo tutte le pagine del documento" - -#: __init__.py:32 -msgid "Can edit an OCR queue properties" -msgstr "Posso modificare le proprità della coda di OCR" - -#: __init__.py:34 __init__.py:56 __init__.py:74 -msgid "OCR" -msgstr "OCR" - -#: __init__.py:40 -msgid "OCR Setup" -msgstr "Configurazione OCR" - -#: __init__.py:44 +#: __init__.py:31 __init__.py:32 msgid "submit to OCR queue" msgstr "Sottoponi una coda di OCR" -#: __init__.py:45 __init__.py:46 +#: __init__.py:33 __init__.py:34 msgid "re-queue" msgstr "riaccoda" -#: __init__.py:47 __init__.py:48 __init__.py:63 +#: __init__.py:35 __init__.py:36 __init__.py:49 msgid "delete" msgstr "cancella" -#: __init__.py:50 +#: __init__.py:38 msgid "stop queue" msgstr "stoppa la coda" -#: __init__.py:51 +#: __init__.py:39 msgid "activate queue" msgstr "attiva la coda" -#: __init__.py:53 +#: __init__.py:41 msgid "clean up pages content" msgstr "ripulisci il contenuto delle pagine" -#: __init__.py:53 +#: __init__.py:41 msgid "" "Runs a language filter to remove common OCR mistakes from document pages " "content." @@ -78,35 +50,35 @@ msgstr "" "Esegue un filtro per rimuovere i comuni errori di OCR dal contenuto del " "documento pagine." -#: __init__.py:55 +#: __init__.py:43 msgid "queue document list" msgstr "lista dei documenti in coda" -#: __init__.py:58 views.py:316 -msgid "active tasks" -msgstr "attiva i tasks" +#: __init__.py:44 __init__.py:62 permissions.py:7 +msgid "OCR" +msgstr "OCR" -#: __init__.py:60 +#: __init__.py:46 msgid "transformations" msgstr "transformazioni" -#: __init__.py:61 +#: __init__.py:47 msgid "add transformation" msgstr "aggiungi trasformazione" -#: __init__.py:62 +#: __init__.py:48 msgid "edit" msgstr "modifica" -#: __init__.py:82 +#: __init__.py:69 msgid "Default" msgstr "Default" -#: __init__.py:104 +#: __init__.py:97 msgid "Checks the OCR queue for pending documents." msgstr "Controlla i documenti nella coda dell'OCR" -#: api.py:119 +#: api.py:122 msgid "Text from OCR" msgstr "testo dall'OCR" @@ -130,88 +102,108 @@ msgstr "in elaborazione" msgid "error" msgstr "errore" -#: models.py:22 +#: models.py:26 msgid "name" msgstr "nome" -#: models.py:23 +#: models.py:27 msgid "label" msgstr "etichetta" -#: models.py:27 models.py:47 +#: models.py:31 models.py:51 msgid "state" msgstr "stato" -#: models.py:32 models.py:40 views.py:44 views.py:337 views.py:378 -#: views.py:408 views.py:444 +#: models.py:36 models.py:44 views.py:45 views.py:315 views.py:356 +#: views.py:386 views.py:422 msgid "document queue" msgstr "coda del documento" -#: models.py:33 +#: models.py:37 msgid "document queues" msgstr "code di documenti" -#: models.py:41 +#: models.py:45 msgid "document" msgstr "documento" -#: models.py:42 +#: models.py:46 msgid "date time submitted" msgstr "orario di esecuzione" -#: models.py:43 +#: models.py:47 msgid "delay ocr" msgstr "proroga ocr" -#: models.py:48 +#: models.py:52 msgid "result" msgstr "risultato" -#: models.py:49 +#: models.py:53 msgid "node name" msgstr "nome del nodo" -#: models.py:53 +#: models.py:57 msgid "queue document" msgstr "coda del documento" -#: models.py:54 +#: models.py:58 msgid "queue documents" msgstr "code dei documenti" -#: models.py:63 views.py:48 +#: models.py:78 views.py:49 msgid "Missing document." msgstr "Documento perso" -#: models.py:67 +#: models.py:82 msgid "Enter a valid value." msgstr "Inserisci un valore valido" -#: models.py:95 views.py:341 +#: models.py:110 views.py:319 msgid "order" msgstr "ordina" -#: models.py:96 views.py:342 views.py:379 views.py:409 +#: models.py:111 views.py:320 views.py:357 views.py:387 msgid "transformation" msgstr "trasforma" -#: models.py:97 views.py:343 +#: models.py:112 views.py:321 msgid "arguments" msgstr "argomenti" -#: models.py:97 +#: models.py:112 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "Usa un dizionario per identificare gli argomenti, esempio: %s" -#: models.py:107 +#: models.py:122 msgid "document queue transformation" msgstr "coda del documento in trasformazione" -#: models.py:108 +#: models.py:123 msgid "document queue transformations" msgstr "code dei documenti in trasformazione" +#: permissions.py:8 +msgid "Submit documents for OCR" +msgstr "" + +#: permissions.py:9 +msgid "Delete documents from OCR queue" +msgstr "" + +#: permissions.py:10 +msgid "Can enable/disable the OCR queue" +msgstr "" + +#: permissions.py:11 +msgid "Can execute the OCR clean up on all document pages" +msgstr "" + +#: permissions.py:12 +msgid "Can edit an OCR queue properties" +msgstr "Posso modificare le proprità della coda di OCR" + #: statistics.py:8 #, python-format msgid "Document queues: %d" @@ -226,181 +218,165 @@ msgstr "Code di documenti:%d" msgid "OCR statistics" msgstr "Statistiche OCR" -#: views.py:41 +#: views.py:42 #, python-format msgid "documents in queue: %s" msgstr "documenti in coda: %s" -#: views.py:49 +#: views.py:50 msgid "thumbnail" msgstr "thumbnail" -#: views.py:62 +#: views.py:63 msgid "document queue properties" msgstr "proprietà della coda documenti" -#: views.py:63 +#: views.py:64 #, python-format msgid "Current state: %s" msgstr "Stato corrente: %s" -#: views.py:79 views.py:154 +#: views.py:80 views.py:168 msgid "Must provide at least one queue document." msgstr "Deve fornire almeno un documento di coda." -#: views.py:89 +#: views.py:90 #, python-format msgid "Document: %s is being processed and can't be deleted." msgstr "Il document: %s è in elaborazione e non può essere cancellato." -#: views.py:92 +#: views.py:93 #, python-format msgid "Queue document: %(document)s deleted successfully." msgstr "Coda documento: %(document)s cancellata con successo." -#: views.py:96 +#: views.py:97 #, python-format msgid "Error deleting document: %(document)s; %(error)s" msgstr "Errore nella cancellazione del documento: %(document)s; %(error)s" -#: views.py:109 +#: views.py:110 #, python-format msgid "Are you sure you wish to delete queue document: %s?" msgstr "Sei sicuro di voler cancellare questa coda documento: %s?" -#: views.py:111 +#: views.py:112 #, python-format msgid "Are you sure you wish to delete queue documents: %s?" msgstr "Sei sicuro di voler cancellare queste code documento: %s?" -#: views.py:134 +#: views.py:148 #, python-format msgid "Document: %(document)s was added to the OCR queue: %(queue)s." msgstr "" "Il documento: %(document)s è stato aggiunto alla coda %(queue)s per OCR." -#: views.py:137 +#: views.py:151 #, python-format msgid "Document: %(document)s is already queued." msgstr "Il documento: %(document)s è gia stato elaborato." -#: views.py:165 -#, python-format -msgid "Document: %s is already being processed and can't be re-queded." -msgstr "Il documento: %s è gia stato processato non può essere riprocessato." - -#: views.py:173 +#: views.py:180 #, python-format msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" msgstr "Il documento: %(document)s è stato riprocessato %(queue)s per OCR." -#: views.py:176 +#: views.py:186 #, python-format msgid "Document id#: %d, no longer exists." msgstr "il documento id#: %d,non esiste più." -#: views.py:189 +#: views.py:190 +#, python-format +msgid "Document: %s is already being processed and can't be re-queded." +msgstr "Il documento: %s è gia stato processato non può essere riprocessato." + +#: views.py:202 #, python-format msgid "Are you sure you wish to re-queue document: %s?" msgstr "Sei sicuro di volere riprocessare il documento: %s?" -#: views.py:191 +#: views.py:204 #, python-format msgid "Are you sure you wish to re-queue documents: %s?" msgstr "Sei sicuro di volere riprocessare questi documenti: %s?" -#: views.py:209 +#: views.py:222 #, python-format msgid "Document queue: %s, already stopped." msgstr "Questa coda: %s, è stata appena fermata." -#: views.py:215 +#: views.py:228 #, python-format msgid "Document queue: %s, stopped successfully." msgstr "Questa coda: %s,è stata fermata con successo." -#: views.py:221 +#: views.py:234 #, python-format msgid "Are you sure you wish to disable document queue: %s" msgstr "Sei sicuro di voler fermare la coda per il documento: %s" -#: views.py:236 +#: views.py:249 #, python-format msgid "Document queue: %s, already active." msgstr "La coda per questo documento: %s, è già attiva." -#: views.py:242 +#: views.py:255 #, python-format msgid "Document queue: %s, activated successfully." msgstr "Coda documento: %s, attivata con successo." -#: views.py:248 +#: views.py:261 #, python-format msgid "Are you sure you wish to activate document queue: %s" msgstr "Sei sicuro di voler attivare questa coda documento: %s" -#: views.py:265 +#: views.py:278 msgid "Are you sure you wish to clean up all the pages content?" msgstr "Sei sicuro di voler ripulire tutto il contenuto delle pagine?" -#: views.py:266 +#: views.py:279 msgid "On large databases this operation may take some time to execute." msgstr "Nei database grandi questa operazione può richiedere del tempo." -#: views.py:272 +#: views.py:285 msgid "Document pages content clean up complete." msgstr "Pulizia del contenuto delle pagine completata." -#: views.py:274 +#: views.py:287 #, python-format msgid "Document pages content clean up error: %s" msgstr "Errore nella pulizia del contenuto delle pagine: %s" -#: views.py:320 -msgid "node" -msgstr "nodo" - -#: views.py:321 -msgid "task id" -msgstr "task id" - -#: views.py:322 -msgid "task name" -msgstr "nome task" - -#: views.py:323 -msgid "related object" -msgstr "oggetto correlato" - -#: views.py:335 +#: views.py:313 #, python-format msgid "transformations for: %s" msgstr "trasformazione per: %s" -#: views.py:365 +#: views.py:343 msgid "Queue transformation edited successfully" msgstr "Modifica della coda di trasformazione effettuata con successo" -#: views.py:368 +#: views.py:346 #, python-format msgid "Error editing queue transformation; %s" msgstr "Errore nella modifica alla coda di trasformazione; %s" -#: views.py:373 +#: views.py:351 #, python-format msgid "Edit transformation: %s" msgstr "Modifica trasformazioni:%s" -#: views.py:396 +#: views.py:374 msgid "Queue transformation deleted successfully." msgstr "Coda di trasformazione cancellata con successo" -#: views.py:398 +#: views.py:376 #, python-format msgid "Error deleting queue transformation; %(error)s" msgstr "Errore nella cancellazione della coda di trasformazione; %(error)s" -#: views.py:411 +#: views.py:389 #, python-format msgid "" "Are you sure you wish to delete queue transformation \"%(transformation)s\"" @@ -408,16 +384,16 @@ msgstr "" "Sei sicuro di voler cancellare la coda di trasformazione " "\"%(transformation)s\"" -#: views.py:434 +#: views.py:412 msgid "Queue transformation created successfully" msgstr "Coda di trasformazione creata con successo" -#: views.py:437 +#: views.py:415 #, python-format msgid "Error creating queue transformation; %s" msgstr "Errore creano la coda di trasformazione; %s" -#: views.py:446 +#: views.py:424 #, python-format msgid "Create new transformation for queue: %s" msgstr "Crea una nuova coda di trasformazione:%s" @@ -442,20 +418,10 @@ msgstr "" "Automaticamente crea una coda appena si sottomone un documento ad OCR." #: conf/settings.py:17 -msgid "" -"URI in the form: \"memcached://127.0.0.1:11211/\" to specify a cache backend" -" to use for locking. Multiple hosts can be specified separated by a " -"semicolon." -msgstr "" -"URI in the form: \"memcached://127.0.0.1:11211/\" to specify a cache backend" -" to use for locking. Multiple hosts can be specified separated by a " -"semicolon." - -#: conf/settings.py:18 msgid "File path to unpaper program." msgstr "File path per il programma unpaper" -#: parsers/__init__.py:23 +#: parsers/__init__.py:37 msgid "Text extracted from PDF" msgstr "Testo estratto da PDF" diff --git a/apps/ocr/locale/pt/LC_MESSAGES/django.mo b/apps/ocr/locale/pt/LC_MESSAGES/django.mo index 065b53a37a..f1ddf70ec1 100644 Binary files a/apps/ocr/locale/pt/LC_MESSAGES/django.mo and b/apps/ocr/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/ocr/locale/pt/LC_MESSAGES/django.po b/apps/ocr/locale/pt/LC_MESSAGES/django.po index a7d598736f..7fa831ca42 100644 --- a/apps/ocr/locale/pt/LC_MESSAGES/django.po +++ b/apps/ocr/locale/pt/LC_MESSAGES/django.po @@ -1,78 +1,49 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. # Renata Oliveira , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-22 11:26-0400\n" -"PO-Revision-Date: 2011-11-02 05:10+0000\n" -"Last-Translator: emersonsoares \n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/" -"team/pt/)\n" -"Language: pt\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\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 \n" +"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/team/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:28 -msgid "Submit document for OCR" -msgstr "Submeter documento para OCR" - -#: __init__.py:29 -msgid "Delete document for OCR queue" -msgstr "Excluir documento da lista de OCR" - -#: __init__.py:30 -msgid "Can enable/disable an OCR queue" -msgstr "Pode ativar/desativar uma lista de OCR" - -#: __init__.py:31 -msgid "Can execute an OCR clean up on all document pages" -msgstr "Pode executar uma limpeza de OCR em todas as páginas do documento" - -#: __init__.py:32 -msgid "Can edit an OCR queue properties" -msgstr "Pode editar uma lista de propriedades OCR" - -#: __init__.py:34 __init__.py:56 __init__.py:74 -msgid "OCR" -msgstr "OCR" - -#: __init__.py:40 -msgid "OCR Setup" -msgstr "Configuração de OCR" - -#: __init__.py:44 +#: __init__.py:31 __init__.py:32 msgid "submit to OCR queue" msgstr "submeter à lista de OCR" -#: __init__.py:45 __init__.py:46 +#: __init__.py:33 __init__.py:34 msgid "re-queue" msgstr "re-enfileirar" -#: __init__.py:47 __init__.py:48 __init__.py:63 +#: __init__.py:35 __init__.py:36 __init__.py:49 msgid "delete" msgstr "excluir" -#: __init__.py:50 +#: __init__.py:38 msgid "stop queue" msgstr "parar lista" -#: __init__.py:51 +#: __init__.py:39 msgid "activate queue" msgstr "ativar lista" -#: __init__.py:53 +#: __init__.py:41 msgid "clean up pages content" msgstr "limpar conteúdo das páginas" -#: __init__.py:53 +#: __init__.py:41 msgid "" "Runs a language filter to remove common OCR mistakes from document pages " "content." @@ -80,35 +51,35 @@ msgstr "" "Executa um filtro de linguagem para remover erros comuns de OCR do conteúdo " "das páginas do documento." -#: __init__.py:55 +#: __init__.py:43 msgid "queue document list" msgstr "lista de documentos da fila" -#: __init__.py:58 views.py:316 -msgid "active tasks" -msgstr "tarefas ativas" +#: __init__.py:44 __init__.py:62 permissions.py:7 +msgid "OCR" +msgstr "OCR" -#: __init__.py:60 +#: __init__.py:46 msgid "transformations" msgstr "transformações" -#: __init__.py:61 +#: __init__.py:47 msgid "add transformation" msgstr "adicionar transformação" -#: __init__.py:62 +#: __init__.py:48 msgid "edit" msgstr "editar" -#: __init__.py:82 +#: __init__.py:69 msgid "Default" msgstr "Padrão" -#: __init__.py:104 +#: __init__.py:97 msgid "Checks the OCR queue for pending documents." msgstr "Verifica a lista de OCR para documentos pendentes." -#: api.py:119 +#: api.py:122 msgid "Text from OCR" msgstr "Texto de OCR" @@ -132,88 +103,108 @@ msgstr "processamento" msgid "error" msgstr "erro" -#: models.py:22 +#: models.py:26 msgid "name" msgstr "nome" -#: models.py:23 +#: models.py:27 msgid "label" msgstr "rótulo" -#: models.py:27 models.py:47 +#: models.py:31 models.py:51 msgid "state" msgstr "estado" -#: models.py:32 models.py:40 views.py:44 views.py:337 views.py:378 -#: views.py:408 views.py:444 +#: models.py:36 models.py:44 views.py:45 views.py:315 views.py:356 +#: views.py:386 views.py:422 msgid "document queue" msgstr "lista de documento" -#: models.py:33 +#: models.py:37 msgid "document queues" msgstr "listas de documento" -#: models.py:41 +#: models.py:45 msgid "document" msgstr "documento" -#: models.py:42 +#: models.py:46 msgid "date time submitted" msgstr "data e hora submetido" -#: models.py:43 +#: models.py:47 msgid "delay ocr" msgstr "atraso ocr" -#: models.py:48 +#: models.py:52 msgid "result" msgstr "resultado" -#: models.py:49 +#: models.py:53 msgid "node name" msgstr "nome do nó" -#: models.py:53 +#: models.py:57 msgid "queue document" msgstr "enfileirar documento" -#: models.py:54 +#: models.py:58 msgid "queue documents" msgstr "enfileirar documentos" -#: models.py:63 views.py:48 +#: models.py:78 views.py:49 msgid "Missing document." msgstr "Falta de documento." -#: models.py:67 +#: models.py:82 msgid "Enter a valid value." msgstr "Digite um valor válido." -#: models.py:95 views.py:341 +#: models.py:110 views.py:319 msgid "order" msgstr "ordem" -#: models.py:96 views.py:342 views.py:379 views.py:409 +#: models.py:111 views.py:320 views.py:357 views.py:387 msgid "transformation" msgstr "transformação" -#: models.py:97 views.py:343 +#: models.py:112 views.py:321 msgid "arguments" msgstr "argumentos" -#: models.py:97 +#: models.py:112 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "Use dicionários para identificar argumentos, exemplo: %s" -#: models.py:107 +#: models.py:122 msgid "document queue transformation" msgstr "transformação de lista de documento ocr" -#: models.py:108 +#: models.py:123 msgid "document queue transformations" msgstr "transformações de listas de documentos" +#: permissions.py:8 +msgid "Submit documents for OCR" +msgstr "" + +#: permissions.py:9 +msgid "Delete documents from OCR queue" +msgstr "" + +#: permissions.py:10 +msgid "Can enable/disable the OCR queue" +msgstr "" + +#: permissions.py:11 +msgid "Can execute the OCR clean up on all document pages" +msgstr "" + +#: permissions.py:12 +msgid "Can edit an OCR queue properties" +msgstr "Pode editar uma lista de propriedades OCR" + #: statistics.py:8 #, python-format msgid "Document queues: %d" @@ -228,199 +219,184 @@ msgstr "Documentos na lista: %d" msgid "OCR statistics" msgstr "estatísticas de OCR" -#: views.py:41 +#: views.py:42 #, python-format msgid "documents in queue: %s" msgstr "documentos na lista: %s" -#: views.py:49 +#: views.py:50 msgid "thumbnail" msgstr "miniatura" -#: views.py:62 +#: views.py:63 msgid "document queue properties" msgstr "propriedades da lista de documento" -#: views.py:63 +#: views.py:64 #, python-format msgid "Current state: %s" msgstr "Estado atual: %s" -#: views.py:79 views.py:154 +#: views.py:80 views.py:168 msgid "Must provide at least one queue document." msgstr "Deve fornecer pelo menos um documento da lista." -#: views.py:89 +#: views.py:90 #, python-format msgid "Document: %s is being processed and can't be deleted." msgstr "Documento: %s está sendo processado e não pode ser excluído." -#: views.py:92 +#: views.py:93 #, python-format msgid "Queue document: %(document)s deleted successfully." msgstr "Lista de documento: %(document)s removido com sucesso." -#: views.py:96 +#: views.py:97 #, python-format msgid "Error deleting document: %(document)s; %(error)s" msgstr "Erro ao excluir documento: %(document)s; %(error)s " -#: views.py:109 +#: views.py:110 #, python-format msgid "Are you sure you wish to delete queue document: %s?" msgstr "Você tem certeza que deseja deletar o documento da lista: %s?" -#: views.py:111 +#: views.py:112 #, python-format msgid "Are you sure you wish to delete queue documents: %s?" msgstr "Tem certeza de que deseja excluir os documentos da lista: %s?" -#: views.py:134 +#: views.py:148 #, python-format msgid "Document: %(document)s was added to the OCR queue: %(queue)s." msgstr "Documento: %(document)s foi adicionado à lista de OCR: %(queue)s ." -#: views.py:137 +#: views.py:151 #, python-format msgid "Document: %(document)s is already queued." msgstr "Documento: %(document)s já está na lista." -#: views.py:165 -#, python-format -msgid "Document: %s is already being processed and can't be re-queded." -msgstr "Documento: %s já está sendo processado e não pode ser re-enfileirado." - -#: views.py:173 +#: views.py:180 #, python-format msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" msgstr "" "Documento: %(document)s foi re-enfileirado para a lista de OCR: %(queue)s " -#: views.py:176 +#: views.py:186 #, python-format msgid "Document id#: %d, no longer exists." msgstr "#ID do documento: %d, não existe mais." -#: views.py:189 +#: views.py:190 +#, python-format +msgid "Document: %s is already being processed and can't be re-queded." +msgstr "Documento: %s já está sendo processado e não pode ser re-enfileirado." + +#: views.py:202 #, python-format msgid "Are you sure you wish to re-queue document: %s?" msgstr "Tem certeza de que deseja re-enfileirar o documento: %s?" -#: views.py:191 +#: views.py:204 #, python-format msgid "Are you sure you wish to re-queue documents: %s?" msgstr "Tem certeza de que deseja voltar a lista de documentos: %s?" -#: views.py:209 +#: views.py:222 #, python-format msgid "Document queue: %s, already stopped." msgstr "Lista de documento: %s, já está parado." -#: views.py:215 +#: views.py:228 #, python-format msgid "Document queue: %s, stopped successfully." msgstr "Lista de documento: %s, parada com êxito." -#: views.py:221 +#: views.py:234 #, python-format msgid "Are you sure you wish to disable document queue: %s" msgstr "Tem certeza de que deseja desativar a lista de documento: %s" -#: views.py:236 +#: views.py:249 #, python-format msgid "Document queue: %s, already active." msgstr "Lista de documento: %s, já está ativa." -#: views.py:242 +#: views.py:255 #, python-format msgid "Document queue: %s, activated successfully." msgstr "Lista de documento: %s, ativada com sucesso." -#: views.py:248 +#: views.py:261 #, python-format msgid "Are you sure you wish to activate document queue: %s" msgstr "Tem certeza de que deseja ativar a lista de documento: %s" -#: views.py:265 +#: views.py:278 msgid "Are you sure you wish to clean up all the pages content?" msgstr "Tem certeza de que deseja limpar todo o conteúdo das páginas?" -#: views.py:266 +#: views.py:279 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." +"Em grandes bases de dados esta operação pode levar algum tempo para " +"executar." -#: views.py:272 +#: views.py:285 msgid "Document pages content clean up complete." msgstr "Limpeza do conteúdo das páginas do documento completa." -#: views.py:274 +#: views.py:287 #, python-format msgid "Document pages content clean up error: %s" msgstr "Erro ao limpar o conteúdo das páginas do documento: %s" -#: views.py:320 -msgid "node" -msgstr "nó" - -#: views.py:321 -msgid "task id" -msgstr "id da tarefa" - -#: views.py:322 -msgid "task name" -msgstr "nome da tarefa" - -#: views.py:323 -msgid "related object" -msgstr "objeto relacionado" - -#: views.py:335 +#: views.py:313 #, python-format msgid "transformations for: %s" msgstr "transformações para: %s" -#: views.py:365 +#: views.py:343 msgid "Queue transformation edited successfully" msgstr "Transformação da lista editada com sucesso" -#: views.py:368 +#: views.py:346 #, python-format msgid "Error editing queue transformation; %s" msgstr "Erro ao editar transformação da lista; %s" -#: views.py:373 +#: views.py:351 #, python-format msgid "Edit transformation: %s" msgstr "Editar Transformação: %s" -#: views.py:396 +#: views.py:374 msgid "Queue transformation deleted successfully." msgstr "Transformação de lista apagada com sucesso." -#: views.py:398 +#: views.py:376 #, python-format msgid "Error deleting queue transformation; %(error)s" msgstr "Erro ao deletar transformação de lista; %(error)s " -#: views.py:411 +#: views.py:389 #, python-format msgid "" "Are you sure you wish to delete queue transformation \"%(transformation)s\"" msgstr "" -"Tem certeza que deseja deletar a transformação de lista \"%(transformation)s" -"\"" +"Tem certeza que deseja deletar a transformação de lista " +"\"%(transformation)s\"" -#: views.py:434 +#: views.py:412 msgid "Queue transformation created successfully" msgstr "Transformação de lista criada com sucesso" -#: views.py:437 +#: views.py:415 #, python-format msgid "Error creating queue transformation; %s" msgstr "Erro ao criar a transformação de lista; %s" -#: views.py:446 +#: views.py:424 #, python-format msgid "Create new transformation for queue: %s" msgstr "Criar nova transformação para a lista: %s" @@ -443,18 +419,11 @@ msgid "Automatically queue newly created documents for OCR." msgstr "Listar automaticamente os novos documentos criados para OCR " #: conf/settings.py:17 -msgid "" -"URI in the form: \"memcached://127.0.0.1:11211/\" to specify a cache backend " -"to use for locking. Multiple hosts can be specified separated by a semicolon." -msgstr "" -"URI na forma: \"memcached: / / 127.0.0.1:11211 /\" para especificar um " -"backend de cache para usar para o bloqueio. Hosts múltiplos podem ser " -"especificados separados por ponto-evírgula." - -#: conf/settings.py:18 msgid "File path to unpaper program." msgstr "Caminho do arquivo para o programa unpaper." -#: parsers/__init__.py:23 +#: parsers/__init__.py:37 msgid "Text extracted from PDF" msgstr "Texto extraído de PDF" + + diff --git a/apps/ocr/locale/ru/LC_MESSAGES/django.mo b/apps/ocr/locale/ru/LC_MESSAGES/django.mo index 2532ba2c71..ca6858dc71 100644 Binary files a/apps/ocr/locale/ru/LC_MESSAGES/django.mo and b/apps/ocr/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/ocr/locale/ru/LC_MESSAGES/django.po b/apps/ocr/locale/ru/LC_MESSAGES/django.po index e4dd103e6d..d26093e9e4 100644 --- a/apps/ocr/locale/ru/LC_MESSAGES/django.po +++ b/apps/ocr/locale/ru/LC_MESSAGES/django.po @@ -1,78 +1,48 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-22 11:26-0400\n" -"PO-Revision-Date: 2011-11-04 10:48+0000\n" -"Last-Translator: gsv70 \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/team/" -"ru/)\n" -"Language: ru\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\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 \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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Language: ru\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" -#: __init__.py:28 -msgid "Submit document for OCR" -msgstr "Отправить документ для распознавания текста" - -#: __init__.py:29 -msgid "Delete document for OCR queue" -msgstr "Удалить документ из очереди распознавания" - -#: __init__.py:30 -msgid "Can enable/disable an OCR queue" -msgstr "Можно включить / выключить очереди распознавания" - -#: __init__.py:31 -msgid "Can execute an OCR clean up on all document pages" -msgstr "Невозможно выполнить распознавание на всех страницах документа" - -#: __init__.py:32 -msgid "Can edit an OCR queue properties" -msgstr "Можно редактировать свойства очереди распознавания" - -#: __init__.py:34 __init__.py:56 __init__.py:74 -msgid "OCR" -msgstr "Распознавание текста" - -#: __init__.py:40 -msgid "OCR Setup" -msgstr "Настройки распознавания " - -#: __init__.py:44 +#: __init__.py:31 __init__.py:32 msgid "submit to OCR queue" msgstr "отправить на распознавание" -#: __init__.py:45 __init__.py:46 +#: __init__.py:33 __init__.py:34 msgid "re-queue" msgstr "переотправить" -#: __init__.py:47 __init__.py:48 __init__.py:63 +#: __init__.py:35 __init__.py:36 __init__.py:49 msgid "delete" msgstr "удалить" -#: __init__.py:50 +#: __init__.py:38 msgid "stop queue" msgstr "остановка очереди" -#: __init__.py:51 +#: __init__.py:39 msgid "activate queue" msgstr "активировать очередь" -#: __init__.py:53 +#: __init__.py:41 msgid "clean up pages content" msgstr "очистка содержимого страниц" -#: __init__.py:53 +#: __init__.py:41 msgid "" "Runs a language filter to remove common OCR mistakes from document pages " "content." @@ -80,35 +50,35 @@ msgstr "" "Применить языковый фильтр для удаления общих ошибок распознавания " "содержимого страниц документа." -#: __init__.py:55 +#: __init__.py:43 msgid "queue document list" msgstr "список очереди документов" -#: __init__.py:58 views.py:316 -msgid "active tasks" -msgstr "активные задачи" +#: __init__.py:44 __init__.py:62 permissions.py:7 +msgid "OCR" +msgstr "Распознавание текста" -#: __init__.py:60 +#: __init__.py:46 msgid "transformations" msgstr "преобразования" -#: __init__.py:61 +#: __init__.py:47 msgid "add transformation" msgstr "добавить преобразование" -#: __init__.py:62 +#: __init__.py:48 msgid "edit" msgstr "редактировать" -#: __init__.py:82 +#: __init__.py:69 msgid "Default" msgstr "Умолчание" -#: __init__.py:104 +#: __init__.py:97 msgid "Checks the OCR queue for pending documents." msgstr "Проверить очередь документов ожидающих распознавания ." -#: api.py:119 +#: api.py:122 msgid "Text from OCR" msgstr "Распознанный текст" @@ -132,88 +102,108 @@ msgstr "обработка" msgid "error" msgstr "ошибка" -#: models.py:22 +#: models.py:26 msgid "name" msgstr "имя" -#: models.py:23 +#: models.py:27 msgid "label" msgstr "этикетка" -#: models.py:27 models.py:47 +#: models.py:31 models.py:51 msgid "state" msgstr "состояние" -#: models.py:32 models.py:40 views.py:44 views.py:337 views.py:378 -#: views.py:408 views.py:444 +#: models.py:36 models.py:44 views.py:45 views.py:315 views.py:356 +#: views.py:386 views.py:422 msgid "document queue" msgstr "очередь документов" -#: models.py:33 +#: models.py:37 msgid "document queues" msgstr "очереди документов" -#: models.py:41 +#: models.py:45 msgid "document" msgstr "документ" -#: models.py:42 +#: models.py:46 msgid "date time submitted" msgstr "дата и время отправления" -#: models.py:43 +#: models.py:47 msgid "delay ocr" msgstr "задержка распознавания" -#: models.py:48 +#: models.py:52 msgid "result" msgstr "результат" -#: models.py:49 +#: models.py:53 msgid "node name" msgstr "имя узла" -#: models.py:53 +#: models.py:57 msgid "queue document" msgstr "документ очереди" -#: models.py:54 +#: models.py:58 msgid "queue documents" msgstr "документы очереди" -#: models.py:63 views.py:48 +#: models.py:78 views.py:49 msgid "Missing document." msgstr "Документа отсутствует." -#: models.py:67 +#: models.py:82 msgid "Enter a valid value." msgstr "Введите допустимое значение." -#: models.py:95 views.py:341 +#: models.py:110 views.py:319 msgid "order" msgstr "порядок" -#: models.py:96 views.py:342 views.py:379 views.py:409 +#: models.py:111 views.py:320 views.py:357 views.py:387 msgid "transformation" msgstr "преобразование" -#: models.py:97 views.py:343 +#: models.py:112 views.py:321 msgid "arguments" msgstr "аргументы" -#: models.py:97 +#: models.py:112 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "Использование словарей для определения аргументов, например: %s" -#: models.py:107 +#: models.py:122 msgid "document queue transformation" msgstr "преобразование очереди документов " -#: models.py:108 +#: models.py:123 msgid "document queue transformations" msgstr "преобразование очереди документов " +#: permissions.py:8 +msgid "Submit documents for OCR" +msgstr "" + +#: permissions.py:9 +msgid "Delete documents from OCR queue" +msgstr "" + +#: permissions.py:10 +msgid "Can enable/disable the OCR queue" +msgstr "" + +#: permissions.py:11 +msgid "Can execute the OCR clean up on all document pages" +msgstr "" + +#: permissions.py:12 +msgid "Can edit an OCR queue properties" +msgstr "Можно редактировать свойства очереди распознавания" + #: statistics.py:8 #, python-format msgid "Document queues: %d" @@ -228,200 +218,185 @@ msgstr "Документов в очереди : %d" msgid "OCR statistics" msgstr "статистика распознавания" -#: views.py:41 +#: views.py:42 #, python-format msgid "documents in queue: %s" msgstr "документы в очереди: %s" -#: views.py:49 +#: views.py:50 msgid "thumbnail" msgstr "миниатюра" -#: views.py:62 +#: views.py:63 msgid "document queue properties" msgstr "свойства очереди документов" -#: views.py:63 +#: views.py:64 #, python-format msgid "Current state: %s" msgstr "Текущее состояние:%s" -#: views.py:79 views.py:154 +#: views.py:80 views.py:168 msgid "Must provide at least one queue document." msgstr "Должна быть хотя бы одна очередь документов." -#: views.py:89 +#: views.py:90 #, python-format msgid "Document: %s is being processed and can't be deleted." msgstr "Документ: %s обрабатывается и не может быть удален." -#: views.py:92 +#: views.py:93 #, python-format msgid "Queue document: %(document)s deleted successfully." msgstr "Очередь документов: %(document)s успешно удалён." -#: views.py:96 +#: views.py:97 #, python-format msgid "Error deleting document: %(document)s; %(error)s" msgstr "Ошибка при удалении документа:%(document)s; %(error)s" -#: views.py:109 +#: views.py:110 #, python-format msgid "Are you sure you wish to delete queue document: %s?" msgstr "Вы действительно хотите удалить очередь документа: %s?" -#: views.py:111 +#: views.py:112 #, python-format msgid "Are you sure you wish to delete queue documents: %s?" msgstr "Вы действительно хотите удалить очереди документов: %s?" -#: views.py:134 +#: views.py:148 #, python-format msgid "Document: %(document)s was added to the OCR queue: %(queue)s." msgstr "" "Документ: %(document)s добавлен для распознавания в очередь: %(queue)s." -#: views.py:137 +#: views.py:151 #, python-format msgid "Document: %(document)s is already queued." msgstr "Документ: %(document)s уже находится в очереди." -#: views.py:165 +#: views.py:180 +#, python-format +msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" +msgstr "Документ: %(document)s повторно добавлен в очередь: %(queue)s" + +#: views.py:186 +#, python-format +msgid "Document id#: %d, no longer exists." +msgstr "Документ №: %d больше не существует." + +#: views.py:190 #, python-format msgid "Document: %s is already being processed and can't be re-queded." msgstr "" "Документ: %s уже обработан и не может быть повторно добавлен в очередь." -#: views.py:173 -#, python-format -msgid "Document: %(document)s was re-queued to the OCR queue: %(queue)s" -msgstr "Документ: %(document)s повторно добавлен в очередь: %(queue)s" - -#: views.py:176 -#, python-format -msgid "Document id#: %d, no longer exists." -msgstr "Документ №: %d больше не существует." - -#: views.py:189 +#: views.py:202 #, python-format msgid "Are you sure you wish to re-queue document: %s?" msgstr "Вы действительно хотите повторно добавить документ в очередь: %s?" -#: views.py:191 +#: views.py:204 #, python-format msgid "Are you sure you wish to re-queue documents: %s?" msgstr "Вы действительно хотите повторно добавить документы в очередь: %s?" -#: views.py:209 +#: views.py:222 #, python-format msgid "Document queue: %s, already stopped." msgstr "Очередь документов: %s, уже остановлена." -#: views.py:215 +#: views.py:228 #, python-format msgid "Document queue: %s, stopped successfully." msgstr "Очередь документов: %s успешно остановлена." -#: views.py:221 +#: views.py:234 #, python-format msgid "Are you sure you wish to disable document queue: %s" msgstr "Вы действительно хотите отключить очередь документов: %s " -#: views.py:236 +#: views.py:249 #, python-format msgid "Document queue: %s, already active." msgstr "Очередь документов %s уже активна." -#: views.py:242 +#: views.py:255 #, python-format msgid "Document queue: %s, activated successfully." msgstr "Очередь документов %s успешно активирована." -#: views.py:248 +#: views.py:261 #, python-format msgid "Are you sure you wish to activate document queue: %s" msgstr "Вы действительно хотите активировать очередь документов %s" -#: views.py:265 +#: views.py:278 msgid "Are you sure you wish to clean up all the pages content?" msgstr "Вы уверены, что хотите очистить все содержимое страниц?" -#: views.py:266 +#: views.py:279 msgid "On large databases this operation may take some time to execute." msgstr "" "В больших базах данных эта операция может занять некоторое время для " "выполнения." -#: views.py:272 +#: views.py:285 msgid "Document pages content clean up complete." msgstr "Чистка содержимого страниц документа завершена." -#: views.py:274 +#: views.py:287 #, python-format msgid "Document pages content clean up error: %s" msgstr "Ошибка:%s при чистка содержимого страниц документа" -#: views.py:320 -msgid "node" -msgstr "узел" - -#: views.py:321 -msgid "task id" -msgstr "идентификатор задачи" - -#: views.py:322 -msgid "task name" -msgstr "имя задачи" - -#: views.py:323 -msgid "related object" -msgstr "связанный объект" - -#: views.py:335 +#: views.py:313 #, python-format msgid "transformations for: %s" msgstr "преобразования для: %s" -#: views.py:365 +#: views.py:343 msgid "Queue transformation edited successfully" msgstr "Преобразование очереди изменено" -#: views.py:368 +#: views.py:346 #, python-format msgid "Error editing queue transformation; %s" msgstr "Ошибка редактирования преобразования очереди; %s" -#: views.py:373 +#: views.py:351 #, python-format msgid "Edit transformation: %s" msgstr "Изменить преобразование: %s" -#: views.py:396 +#: views.py:374 msgid "Queue transformation deleted successfully." msgstr "Преобразование очереди успешно удалено." -#: views.py:398 +#: views.py:376 #, python-format msgid "Error deleting queue transformation; %(error)s" msgstr "Ошибка при удалении преобразования очереди; %(error)s" -#: views.py:411 +#: views.py:389 #, python-format msgid "" "Are you sure you wish to delete queue transformation \"%(transformation)s\"" msgstr "" -"Вы действительно хотите удалить преобразование очереди \"%(transformation)s\"" +"Вы действительно хотите удалить преобразование очереди " +"\"%(transformation)s\"" -#: views.py:434 +#: views.py:412 msgid "Queue transformation created successfully" msgstr "Преобразование очереди создано" -#: views.py:437 +#: views.py:415 #, python-format msgid "Error creating queue transformation; %s" msgstr "Ошибка при создании преобразования очереди; %s" -#: views.py:446 +#: views.py:424 #, python-format msgid "Create new transformation for queue: %s" msgstr "Создать новое преобразование для очереди:% s." @@ -445,18 +420,11 @@ msgstr "" "Автоматически ставить в очередь новые документы для распознавания текста." #: conf/settings.py:17 -msgid "" -"URI in the form: \"memcached://127.0.0.1:11211/\" to specify a cache backend " -"to use for locking. Multiple hosts can be specified separated by a semicolon." -msgstr "" -"URI в виде: \"memcached://127.0.0.1:11211/\", для определения обработчика, " -"используемого для блокирования. Несколько хостов могут быть указаны через " -"точку с запятой." - -#: conf/settings.py:18 msgid "File path to unpaper program." msgstr "Путь к программе unpaper." -#: parsers/__init__.py:23 +#: parsers/__init__.py:37 msgid "Text extracted from PDF" msgstr "Текст, извлеченный из PDF" + + diff --git a/apps/permissions/locale/en/LC_MESSAGES/django.po b/apps/permissions/locale/en/LC_MESSAGES/django.po index a2354e2728..acd1b43e64 100644 --- a/apps/permissions/locale/en/LC_MESSAGES/django.po +++ b/apps/permissions/locale/en/LC_MESSAGES/django.po @@ -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 \n" "Language-Team: LANGUAGE \n" @@ -17,162 +17,174 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: __init__.py:12 -msgid "View roles" -msgstr "" - -#: __init__.py:13 -msgid "Edit roles" -msgstr "" - -#: __init__.py:14 -msgid "Create roles" -msgstr "" - -#: __init__.py:15 -msgid "Delete roles" -msgstr "" - -#: __init__.py:16 -msgid "Grant permissions" -msgstr "" - -#: __init__.py:17 -msgid "Revoke permissions" -msgstr "" - -#: __init__.py:19 models.py:87 views.py:38 +#: __init__.py:17 models.py:209 views.py:40 msgid "roles" msgstr "" -#: __init__.py:20 +#: __init__.py:18 msgid "create new role" msgstr "" -#: __init__.py:21 +#: __init__.py:19 msgid "edit" msgstr "" -#: __init__.py:22 +#: __init__.py:20 msgid "members" msgstr "" -#: __init__.py:23 +#: __init__.py:21 msgid "role permissions" msgstr "" -#: __init__.py:24 +#: __init__.py:22 msgid "delete" msgstr "" -#: __init__.py:26 +#: __init__.py:24 msgid "grant" msgstr "" -#: __init__.py:27 +#: __init__.py:25 msgid "revoke" msgstr "" -#: api.py:22 -msgid "Permissions" -msgstr "" - -#: api.py:55 +#: models.py:51 msgid "Insufficient permissions." msgstr "" -#: models.py:11 views.py:58 +#: models.py:123 views.py:60 msgid "namespace" msgstr "" -#: models.py:12 views.py:59 +#: models.py:124 views.py:61 msgid "name" msgstr "" -#: models.py:13 models.py:82 -msgid "label" -msgstr "" - -#: models.py:20 models.py:65 views.py:145 views.py:204 +#: models.py:131 models.py:187 views.py:152 views.py:216 msgid "permission" msgstr "" -#: models.py:21 views.py:55 views.py:147 views.py:206 +#: models.py:132 views.py:57 views.py:154 views.py:218 msgid "permissions" msgstr "" -#: models.py:73 +#: models.py:195 msgid "permission holder" msgstr "" -#: models.py:74 +#: models.py:196 msgid "permission holders" msgstr "" -#: models.py:86 models.py:104 views.py:74 views.py:91 views.py:115 -#: views.py:282 +#: models.py:204 +msgid "label" +msgstr "" + +#: models.py:208 models.py:239 views.py:76 views.py:93 views.py:117 +#: views.py:336 msgid "role" msgstr "" -#: models.py:115 +#: models.py:255 msgid "role member" msgstr "" -#: models.py:116 +#: models.py:256 msgid "role members" msgstr "" -#: views.py:61 +#: permissions.py:7 +msgid "Permissions" +msgstr "" + +#: permissions.py:9 +msgid "View roles" +msgstr "" + +#: permissions.py:10 +msgid "Edit roles" +msgstr "" + +#: permissions.py:11 +msgid "Create roles" +msgstr "" + +#: permissions.py:12 +msgid "Delete roles" +msgstr "" + +#: permissions.py:13 +msgid "Grant permissions" +msgstr "" + +#: permissions.py:14 +msgid "Revoke permissions" +msgstr "" + +#: views.py:63 msgid "has permission" msgstr "" -#: views.py:142 views.py:201 +#: views.py:149 views.py:213 msgid " and " msgstr "" -#: views.py:142 views.py:201 +#: views.py:149 views.py:213 #, python-format msgid "%(permissions)s to %(requester)s" msgstr "" -#: views.py:152 +#: views.py:159 #, python-format msgid "Permission \"%(permission)s\" granted to: %(requester)s." msgstr "" -#: views.py:155 +#: views.py:162 #, python-format msgid "%(requester)s, already had the permission \"%(permission)s\" granted." msgstr "" -#: views.py:167 +#: views.py:174 #, python-format msgid "" "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" msgstr "" -#: views.py:211 +#: views.py:223 #, python-format msgid "Permission \"%(permission)s\" revoked from: %(requester)s." msgstr "" -#: views.py:214 +#: views.py:226 #, python-format msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." msgstr "" -#: views.py:226 +#: views.py:238 #, python-format msgid "" "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" msgstr "" -#: views.py:278 +#: views.py:273 views.py:297 +msgid "Users" +msgstr "" + +#: views.py:276 views.py:300 +msgid "Groups" +msgstr "" + +#: views.py:279 views.py:303 +msgid "Special" +msgstr "" + +#: views.py:332 #, python-format msgid "non members of role: %s" msgstr "" -#: views.py:279 +#: views.py:333 #, python-format msgid "members of role: %s" msgstr "" diff --git a/apps/permissions/locale/es/LC_MESSAGES/django.mo b/apps/permissions/locale/es/LC_MESSAGES/django.mo index ddd24a555b..bc2b168886 100644 Binary files a/apps/permissions/locale/es/LC_MESSAGES/django.mo and b/apps/permissions/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/permissions/locale/es/LC_MESSAGES/django.po b/apps/permissions/locale/es/LC_MESSAGES/django.po index 2ae5d18ed6..29f9e554c8 100644 --- a/apps/permissions/locale/es/LC_MESSAGES/django.po +++ b/apps/permissions/locale/es/LC_MESSAGES/django.po @@ -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 15:37+0000\n" -"Last-Translator: rosarior \n" +"POT-Creation-Date: 2012-02-02 14:17-0400\n" +"PO-Revision-Date: 2012-02-02 18:18+0000\n" +"Last-Translator: Roberto Rosario \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,164 +18,176 @@ msgstr "" "Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:12 -msgid "View roles" -msgstr "Ver las funciones" - -#: __init__.py:13 -msgid "Edit roles" -msgstr "Modificar las funciones" - -#: __init__.py:14 -msgid "Create roles" -msgstr "Crear funciones" - -#: __init__.py:15 -msgid "Delete roles" -msgstr "Eliminar funciones" - -#: __init__.py:16 -msgid "Grant permissions" -msgstr "Conceder permisos" - -#: __init__.py:17 -msgid "Revoke permissions" -msgstr "Revocar permisos" - -#: __init__.py:19 models.py:87 views.py:38 +#: __init__.py:17 models.py:209 views.py:40 msgid "roles" msgstr "funciones" -#: __init__.py:20 +#: __init__.py:18 msgid "create new role" msgstr "crear nueva función" -#: __init__.py:21 +#: __init__.py:19 msgid "edit" msgstr "editar" -#: __init__.py:22 +#: __init__.py:20 msgid "members" msgstr "miembros" -#: __init__.py:23 +#: __init__.py:21 msgid "role permissions" msgstr "permisos de la funcion" -#: __init__.py:24 +#: __init__.py:22 msgid "delete" msgstr "eliminar" -#: __init__.py:26 +#: __init__.py:24 msgid "grant" msgstr "otorgar" -#: __init__.py:27 +#: __init__.py:25 msgid "revoke" msgstr "revocar" -#: api.py:22 -msgid "Permissions" -msgstr "Permisos" - -#: api.py:55 +#: models.py:51 msgid "Insufficient permissions." msgstr "Permisos insuficientes." -#: models.py:11 views.py:58 +#: models.py:123 views.py:60 msgid "namespace" msgstr "espacio de nombres" -#: models.py:12 views.py:59 +#: models.py:124 views.py:61 msgid "name" msgstr "nombre" -#: models.py:13 models.py:82 -msgid "label" -msgstr "etiqueta" - -#: models.py:20 models.py:65 views.py:145 views.py:204 +#: models.py:131 models.py:187 views.py:152 views.py:216 msgid "permission" msgstr "permiso" -#: models.py:21 views.py:55 views.py:147 views.py:206 +#: models.py:132 views.py:57 views.py:154 views.py:218 msgid "permissions" msgstr "permisos" -#: models.py:73 +#: models.py:195 msgid "permission holder" msgstr "titular de la autorización" -#: models.py:74 +#: models.py:196 msgid "permission holders" msgstr "titulares de autorización" -#: models.py:86 models.py:104 views.py:74 views.py:91 views.py:115 -#: views.py:282 +#: models.py:204 +msgid "label" +msgstr "etiqueta" + +#: models.py:208 models.py:239 views.py:76 views.py:93 views.py:117 +#: views.py:336 msgid "role" msgstr "función" -#: models.py:115 +#: models.py:255 msgid "role member" msgstr "miembro de la función" -#: models.py:116 +#: models.py:256 msgid "role members" msgstr "miembros de las functiones" -#: views.py:61 +#: permissions.py:7 +msgid "Permissions" +msgstr "Permisos" + +#: permissions.py:9 +msgid "View roles" +msgstr "Ver las funciones" + +#: permissions.py:10 +msgid "Edit roles" +msgstr "Modificar las funciones" + +#: permissions.py:11 +msgid "Create roles" +msgstr "Crear funciones" + +#: permissions.py:12 +msgid "Delete roles" +msgstr "Eliminar funciones" + +#: permissions.py:13 +msgid "Grant permissions" +msgstr "Conceder permisos" + +#: permissions.py:14 +msgid "Revoke permissions" +msgstr "Revocar permisos" + +#: views.py:63 msgid "has permission" msgstr "tiene permiso" -#: views.py:142 views.py:201 +#: views.py:149 views.py:213 msgid " and " msgstr "y" -#: views.py:142 views.py:201 +#: views.py:149 views.py:213 #, python-format msgid "%(permissions)s to %(requester)s" msgstr "%(permissions)s a %(requester)s" -#: views.py:152 +#: views.py:159 #, python-format msgid "Permission \"%(permission)s\" granted to: %(requester)s." msgstr "Permiso \"%(permission)s\" otorgado a: %(requester)s." -#: views.py:155 +#: views.py:162 #, python-format msgid "%(requester)s, already had the permission \"%(permission)s\" granted." msgstr "%(requester)s, ya tenía el permiso \"%(permission)s\" concedido." -#: views.py:167 +#: views.py:174 #, python-format msgid "" "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" msgstr "" "¿Está seguro que desea otorgar el %(permissions_label)s %(title_suffix)s?" -#: views.py:211 +#: views.py:223 #, python-format msgid "Permission \"%(permission)s\" revoked from: %(requester)s." msgstr "Permiso \"%(permission)s\" revocado de: %(requester)s." -#: views.py:214 +#: views.py:226 #, python-format msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." msgstr "%(requester)s, no tiene el permiso \"%(permission)s\" concedido." -#: views.py:226 +#: views.py:238 #, python-format msgid "" "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" msgstr "" "¿Estás seguro que quiere revocar el %(permissions_label)s %(title_suffix)s?" -#: views.py:278 +#: views.py:273 views.py:297 +msgid "Users" +msgstr "" + +#: views.py:276 views.py:300 +msgid "Groups" +msgstr "" + +#: views.py:279 views.py:303 +msgid "Special" +msgstr "" + +#: views.py:332 #, python-format msgid "non members of role: %s" msgstr "no miembros de la función: %s" -#: views.py:279 +#: views.py:333 #, python-format msgid "members of role: %s" msgstr "miembros de la función: %s" diff --git a/apps/permissions/locale/it/LC_MESSAGES/django.mo b/apps/permissions/locale/it/LC_MESSAGES/django.mo index f280a0f28a..1996647392 100644 Binary files a/apps/permissions/locale/it/LC_MESSAGES/django.mo and b/apps/permissions/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/permissions/locale/it/LC_MESSAGES/django.po b/apps/permissions/locale/it/LC_MESSAGES/django.po index 1dcf050cc9..7c37d3efb9 100644 --- a/apps/permissions/locale/it/LC_MESSAGES/django.po +++ b/apps/permissions/locale/it/LC_MESSAGES/django.po @@ -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-13 08:38+0000\n" -"Last-Translator: Pierpaolo Baldan \n" +"POT-Creation-Date: 2012-02-02 14:17-0400\n" +"PO-Revision-Date: 2012-02-02 18:18+0000\n" +"Last-Translator: Roberto Rosario \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,135 +18,135 @@ msgstr "" "Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:12 -msgid "View roles" -msgstr "Vedi i ruoli" - -#: __init__.py:13 -msgid "Edit roles" -msgstr "Modifica i ruoli" - -#: __init__.py:14 -msgid "Create roles" -msgstr "Crea ruoli" - -#: __init__.py:15 -msgid "Delete roles" -msgstr "Cancella i ruoli" - -#: __init__.py:16 -msgid "Grant permissions" -msgstr "Concedere le autorizzazioni" - -#: __init__.py:17 -msgid "Revoke permissions" -msgstr "Revoca le autorizzazioni" - -#: __init__.py:19 models.py:87 views.py:38 +#: __init__.py:17 models.py:209 views.py:40 msgid "roles" msgstr "ruoli" -#: __init__.py:20 +#: __init__.py:18 msgid "create new role" msgstr "crea nuovo ruolo" -#: __init__.py:21 +#: __init__.py:19 msgid "edit" msgstr "modifica" -#: __init__.py:22 +#: __init__.py:20 msgid "members" msgstr "membri" -#: __init__.py:23 +#: __init__.py:21 msgid "role permissions" msgstr "permessi dei ruoli" -#: __init__.py:24 +#: __init__.py:22 msgid "delete" msgstr "cancella" -#: __init__.py:26 +#: __init__.py:24 msgid "grant" msgstr "concessione" -#: __init__.py:27 +#: __init__.py:25 msgid "revoke" msgstr "revoca" -#: api.py:22 -msgid "Permissions" -msgstr "Permessi" - -#: api.py:55 +#: models.py:51 msgid "Insufficient permissions." msgstr "Permessi insufficienti" -#: models.py:11 views.py:58 +#: models.py:123 views.py:60 msgid "namespace" msgstr "namespace" -#: models.py:12 views.py:59 +#: models.py:124 views.py:61 msgid "name" msgstr "nome" -#: models.py:13 models.py:82 -msgid "label" -msgstr "etichetta" - -#: models.py:20 models.py:65 views.py:145 views.py:204 +#: models.py:131 models.py:187 views.py:152 views.py:216 msgid "permission" msgstr "permesso" -#: models.py:21 views.py:55 views.py:147 views.py:206 +#: models.py:132 views.py:57 views.py:154 views.py:218 msgid "permissions" msgstr "permessi" -#: models.py:73 +#: models.py:195 msgid "permission holder" msgstr "titolare del permesso" -#: models.py:74 +#: models.py:196 msgid "permission holders" msgstr "titolari dei permessi" -#: models.py:86 models.py:104 views.py:74 views.py:91 views.py:115 -#: views.py:282 +#: models.py:204 +msgid "label" +msgstr "etichetta" + +#: models.py:208 models.py:239 views.py:76 views.py:93 views.py:117 +#: views.py:336 msgid "role" msgstr "ruolo" -#: models.py:115 +#: models.py:255 msgid "role member" msgstr "membro del ruolo" -#: models.py:116 +#: models.py:256 msgid "role members" msgstr "membri del ruolo" -#: views.py:61 +#: permissions.py:7 +msgid "Permissions" +msgstr "Permessi" + +#: permissions.py:9 +msgid "View roles" +msgstr "Vedi i ruoli" + +#: permissions.py:10 +msgid "Edit roles" +msgstr "Modifica i ruoli" + +#: permissions.py:11 +msgid "Create roles" +msgstr "Crea ruoli" + +#: permissions.py:12 +msgid "Delete roles" +msgstr "Cancella i ruoli" + +#: permissions.py:13 +msgid "Grant permissions" +msgstr "Concedere le autorizzazioni" + +#: permissions.py:14 +msgid "Revoke permissions" +msgstr "Revoca le autorizzazioni" + +#: views.py:63 msgid "has permission" msgstr "ha il permesso" -#: views.py:142 views.py:201 +#: views.py:149 views.py:213 msgid " and " msgstr " and " -#: views.py:142 views.py:201 +#: views.py:149 views.py:213 #, python-format msgid "%(permissions)s to %(requester)s" msgstr "%(permissions)s a %(requester)s" -#: views.py:152 +#: views.py:159 #, python-format msgid "Permission \"%(permission)s\" granted to: %(requester)s." msgstr "Permesso \"%(permission)s\" concesso a: %(requester)s." -#: views.py:155 +#: views.py:162 #, python-format msgid "%(requester)s, already had the permission \"%(permission)s\" granted." msgstr "%(requester)s, ha già il permesso \"%(permission)s\" concesso." -#: views.py:167 +#: views.py:174 #, python-format msgid "" "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" @@ -154,17 +154,17 @@ msgstr "" "Sei sicuro che tu voglia concedere questo permesso %(permissions_label)s " "%(title_suffix)s?" -#: views.py:211 +#: views.py:223 #, python-format msgid "Permission \"%(permission)s\" revoked from: %(requester)s." msgstr "Permesso \"%(permission)s\" revocato per: %(requester)s." -#: views.py:214 +#: views.py:226 #, python-format msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." msgstr "%(requester)s, non ha i permessi \"%(permission)s\" consentiti." -#: views.py:226 +#: views.py:238 #, python-format msgid "" "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" @@ -172,12 +172,24 @@ msgstr "" "Sei sicuro di voler revocare questo permesso %(permissions_label)s " "%(title_suffix)s?" -#: views.py:278 +#: views.py:273 views.py:297 +msgid "Users" +msgstr "" + +#: views.py:276 views.py:300 +msgid "Groups" +msgstr "" + +#: views.py:279 views.py:303 +msgid "Special" +msgstr "" + +#: views.py:332 #, python-format msgid "non members of role: %s" msgstr "nessun menbro per il ruolo:%s" -#: views.py:279 +#: views.py:333 #, python-format msgid "members of role: %s" msgstr "membri per il ruolo:%s" diff --git a/apps/permissions/locale/pt/LC_MESSAGES/django.mo b/apps/permissions/locale/pt/LC_MESSAGES/django.mo index 715b0f389b..039a7cdf27 100644 Binary files a/apps/permissions/locale/pt/LC_MESSAGES/django.mo and b/apps/permissions/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/permissions/locale/pt/LC_MESSAGES/django.po b/apps/permissions/locale/pt/LC_MESSAGES/django.po index dd93d53119..902ac36a32 100644 --- a/apps/permissions/locale/pt/LC_MESSAGES/django.po +++ b/apps/permissions/locale/pt/LC_MESSAGES/django.po @@ -1,190 +1,191 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-22 11:26-0400\n" -"PO-Revision-Date: 2011-11-02 04:52+0000\n" -"Last-Translator: emersonsoares \n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/" -"team/pt/)\n" -"Language: pt\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-02-02 14:17-0400\n" +"PO-Revision-Date: 2012-02-02 18:18+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/team/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:12 -msgid "View roles" -msgstr "Ver funções" - -#: __init__.py:13 -msgid "Edit roles" -msgstr "Editar funções" - -#: __init__.py:14 -msgid "Create roles" -msgstr "Criar funções" - -#: __init__.py:15 -msgid "Delete roles" -msgstr "Deletar funções" - -#: __init__.py:16 -msgid "Grant permissions" -msgstr "Conceder permissões" - -#: __init__.py:17 -msgid "Revoke permissions" -msgstr "Revogar as permissões" - -#: __init__.py:19 models.py:87 views.py:38 +#: __init__.py:17 models.py:209 views.py:40 msgid "roles" msgstr "funções" -#: __init__.py:20 +#: __init__.py:18 msgid "create new role" msgstr "criar nova função" -#: __init__.py:21 +#: __init__.py:19 msgid "edit" msgstr "editar" -#: __init__.py:22 +#: __init__.py:20 msgid "members" msgstr "membros" -#: __init__.py:23 +#: __init__.py:21 msgid "role permissions" msgstr "permissões de função" -#: __init__.py:24 +#: __init__.py:22 msgid "delete" msgstr "excluir" -#: __init__.py:26 -#, fuzzy +#: __init__.py:24 msgid "grant" -msgstr "Conceder" +msgstr "" -#: __init__.py:27 -#, fuzzy +#: __init__.py:25 msgid "revoke" -msgstr "Revogar" +msgstr "" -#: api.py:22 -msgid "Permissions" -msgstr "Permissões" - -#: api.py:55 +#: models.py:51 msgid "Insufficient permissions." msgstr "Permissões insuficientes." -#: models.py:11 views.py:58 +#: models.py:123 views.py:60 msgid "namespace" msgstr "namespace" -#: models.py:12 views.py:59 +#: models.py:124 views.py:61 msgid "name" msgstr "nome" -#: models.py:13 models.py:82 -msgid "label" -msgstr "rótulo" - -#: models.py:20 models.py:65 views.py:145 views.py:204 +#: models.py:131 models.py:187 views.py:152 views.py:216 msgid "permission" msgstr "permissão" -#: models.py:21 views.py:55 views.py:147 views.py:206 +#: models.py:132 views.py:57 views.py:154 views.py:218 msgid "permissions" msgstr "permissões" -#: models.py:73 +#: models.py:195 msgid "permission holder" msgstr "titular de permissão" -#: models.py:74 +#: models.py:196 msgid "permission holders" msgstr "titulares de permissões" -#: models.py:86 models.py:104 views.py:74 views.py:91 views.py:115 -#: views.py:282 +#: models.py:204 +msgid "label" +msgstr "rótulo" + +#: models.py:208 models.py:239 views.py:76 views.py:93 views.py:117 +#: views.py:336 msgid "role" msgstr "função" -#: models.py:115 +#: models.py:255 msgid "role member" msgstr "membro da função" -#: models.py:116 +#: models.py:256 msgid "role members" msgstr "membros da função" -#: views.py:61 -#, fuzzy -msgid "has permission" -msgstr "permissão" +#: permissions.py:7 +msgid "Permissions" +msgstr "Permissões" -#: views.py:142 views.py:201 +#: permissions.py:9 +msgid "View roles" +msgstr "Ver funções" + +#: permissions.py:10 +msgid "Edit roles" +msgstr "Editar funções" + +#: permissions.py:11 +msgid "Create roles" +msgstr "Criar funções" + +#: permissions.py:12 +msgid "Delete roles" +msgstr "Deletar funções" + +#: permissions.py:13 +msgid "Grant permissions" +msgstr "Conceder permissões" + +#: permissions.py:14 +msgid "Revoke permissions" +msgstr "Revogar as permissões" + +#: views.py:63 +msgid "has permission" +msgstr "" + +#: views.py:149 views.py:213 msgid " and " msgstr "" -#: views.py:142 views.py:201 -#, fuzzy, python-format +#: views.py:149 views.py:213 +#, python-format msgid "%(permissions)s to %(requester)s" msgstr "" -"Permissão \"%(permission)s\" concedida para %(ct_name)s: %(requester)s." -#: views.py:152 -#, fuzzy, python-format +#: views.py:159 +#, python-format msgid "Permission \"%(permission)s\" granted to: %(requester)s." msgstr "" -"Permissão \"%(permission)s\" concedida para %(ct_name)s: %(requester)s." -#: views.py:155 -#, fuzzy, python-format +#: views.py:162 +#, python-format msgid "%(requester)s, already had the permission \"%(permission)s\" granted." msgstr "" -"%(ct_name)s: %(requester)s, já tem permissão \"%(permission)s\" concedida." -#: views.py:167 -#, fuzzy, python-format +#: views.py:174 +#, python-format msgid "" "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" msgstr "" -"Tem certeza que deseja conceder permissão \"%(permission)s\" para " -"%(ct_name)s: %(requester)s" -#: views.py:211 -#, fuzzy, python-format +#: views.py:223 +#, python-format msgid "Permission \"%(permission)s\" revoked from: %(requester)s." -msgstr "Permissão \"%(permission)s\" revogada de %(ct_name)s: %(requester)s." - -#: views.py:214 -#, fuzzy, python-format -msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." -msgstr "%(ct_name)s: %(requester)s não tem a permissão \"%(permission)s\"." +msgstr "" #: views.py:226 -#, fuzzy, python-format +#, python-format +msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." +msgstr "" + +#: views.py:238 +#, python-format msgid "" "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" msgstr "" -"Tem certeza que deseja revogar a permissão \"%(permission)s\" de " -"%(ct_name)s: %(requester)s" -#: views.py:278 +#: views.py:273 views.py:297 +msgid "Users" +msgstr "" + +#: views.py:276 views.py:300 +msgid "Groups" +msgstr "" + +#: views.py:279 views.py:303 +msgid "Special" +msgstr "" + +#: views.py:332 #, python-format msgid "non members of role: %s" msgstr "não membros da função: %s" -#: views.py:279 +#: views.py:333 #, python-format msgid "members of role: %s" msgstr "membros da função: %s" @@ -205,5 +206,4 @@ msgstr "" "A lista de funções existentes que são automaticamente designados para " "usuários recém-criados" -#~ msgid "state" -#~ msgstr "estado" + diff --git a/apps/permissions/locale/ru/LC_MESSAGES/django.mo b/apps/permissions/locale/ru/LC_MESSAGES/django.mo index 8f8ad487ab..7ce243e6ce 100644 Binary files a/apps/permissions/locale/ru/LC_MESSAGES/django.mo and b/apps/permissions/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/permissions/locale/ru/LC_MESSAGES/django.po b/apps/permissions/locale/ru/LC_MESSAGES/django.po index b30891a80f..4a10f25c8a 100644 --- a/apps/permissions/locale/ru/LC_MESSAGES/django.po +++ b/apps/permissions/locale/ru/LC_MESSAGES/django.po @@ -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:57+0000\n" -"Last-Translator: gsv70 \n" +"POT-Creation-Date: 2012-02-02 14:17-0400\n" +"PO-Revision-Date: 2012-02-02 18:18+0000\n" +"Last-Translator: Roberto Rosario \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,162 +18,174 @@ 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:12 -msgid "View roles" -msgstr "Просмотр ролей" - -#: __init__.py:13 -msgid "Edit roles" -msgstr "Изменить роли" - -#: __init__.py:14 -msgid "Create roles" -msgstr "Создание ролей" - -#: __init__.py:15 -msgid "Delete roles" -msgstr "Удаление ролей" - -#: __init__.py:16 -msgid "Grant permissions" -msgstr "Предоставление разрешений" - -#: __init__.py:17 -msgid "Revoke permissions" -msgstr "Отмена разрешений" - -#: __init__.py:19 models.py:87 views.py:38 +#: __init__.py:17 models.py:209 views.py:40 msgid "roles" msgstr "роли" -#: __init__.py:20 +#: __init__.py:18 msgid "create new role" msgstr "создать новую роль" -#: __init__.py:21 +#: __init__.py:19 msgid "edit" msgstr "редактировать" -#: __init__.py:22 +#: __init__.py:20 msgid "members" msgstr "участники" -#: __init__.py:23 +#: __init__.py:21 msgid "role permissions" msgstr "разрешения роли" -#: __init__.py:24 +#: __init__.py:22 msgid "delete" msgstr "удалить" -#: __init__.py:26 +#: __init__.py:24 msgid "grant" msgstr "предоставить" -#: __init__.py:27 +#: __init__.py:25 msgid "revoke" msgstr "отозвать" -#: api.py:22 -msgid "Permissions" -msgstr "Разрешения" - -#: api.py:55 +#: models.py:51 msgid "Insufficient permissions." msgstr "Недостаточно разрешений." -#: models.py:11 views.py:58 +#: models.py:123 views.py:60 msgid "namespace" msgstr "пространство имен" -#: models.py:12 views.py:59 +#: models.py:124 views.py:61 msgid "name" msgstr "имя" -#: models.py:13 models.py:82 -msgid "label" -msgstr "надпись" - -#: models.py:20 models.py:65 views.py:145 views.py:204 +#: models.py:131 models.py:187 views.py:152 views.py:216 msgid "permission" msgstr "разрешение" -#: models.py:21 views.py:55 views.py:147 views.py:206 +#: models.py:132 views.py:57 views.py:154 views.py:218 msgid "permissions" msgstr "разрешения" -#: models.py:73 +#: models.py:195 msgid "permission holder" msgstr "владелец разрешения" -#: models.py:74 +#: models.py:196 msgid "permission holders" msgstr "владельцы разрешения " -#: models.py:86 models.py:104 views.py:74 views.py:91 views.py:115 -#: views.py:282 +#: models.py:204 +msgid "label" +msgstr "надпись" + +#: models.py:208 models.py:239 views.py:76 views.py:93 views.py:117 +#: views.py:336 msgid "role" msgstr "роль" -#: models.py:115 +#: models.py:255 msgid "role member" msgstr "участник" -#: models.py:116 +#: models.py:256 msgid "role members" msgstr "участники" -#: views.py:61 +#: permissions.py:7 +msgid "Permissions" +msgstr "Разрешения" + +#: permissions.py:9 +msgid "View roles" +msgstr "Просмотр ролей" + +#: permissions.py:10 +msgid "Edit roles" +msgstr "Изменить роли" + +#: permissions.py:11 +msgid "Create roles" +msgstr "Создание ролей" + +#: permissions.py:12 +msgid "Delete roles" +msgstr "Удаление ролей" + +#: permissions.py:13 +msgid "Grant permissions" +msgstr "Предоставление разрешений" + +#: permissions.py:14 +msgid "Revoke permissions" +msgstr "Отмена разрешений" + +#: views.py:63 msgid "has permission" msgstr "имеет право" -#: views.py:142 views.py:201 +#: views.py:149 views.py:213 msgid " and " msgstr "и" -#: views.py:142 views.py:201 +#: views.py:149 views.py:213 #, python-format msgid "%(permissions)s to %(requester)s" msgstr "%(permissions)s для %(requester)s" -#: views.py:152 +#: views.py:159 #, python-format msgid "Permission \"%(permission)s\" granted to: %(requester)s." msgstr "Право \"%(permission)s\" предоставлено %(requester)s." -#: views.py:155 +#: views.py:162 #, python-format msgid "%(requester)s, already had the permission \"%(permission)s\" granted." msgstr "%(requester)s уже имеет право \"%(permission)s\"." -#: views.py:167 +#: views.py:174 #, python-format msgid "" "Are you sure you wish to grant the %(permissions_label)s %(title_suffix)s?" msgstr "Вы хотите разрешить %(permissions_label)s %(title_suffix)s?" -#: views.py:211 +#: views.py:223 #, python-format msgid "Permission \"%(permission)s\" revoked from: %(requester)s." msgstr "Право \"%(permission)s\" отозвано у %(requester)s." -#: views.py:214 +#: views.py:226 #, python-format msgid "%(requester)s, doesn't have the permission \"%(permission)s\" granted." msgstr "%(requester)s не имеет права \"%(permission)s\"." -#: views.py:226 +#: views.py:238 #, python-format msgid "" "Are you sure you wish to revoke the %(permissions_label)s %(title_suffix)s?" msgstr "Вы хотите отозвать %(permissions_label)s %(title_suffix)s?" -#: views.py:278 +#: views.py:273 views.py:297 +msgid "Users" +msgstr "" + +#: views.py:276 views.py:300 +msgid "Groups" +msgstr "" + +#: views.py:279 views.py:303 +msgid "Special" +msgstr "" + +#: views.py:332 #, python-format msgid "non members of role: %s" msgstr "не входит в %s" -#: views.py:279 +#: views.py:333 #, python-format msgid "members of role: %s" msgstr "входит в %s" diff --git a/apps/project_setup/locale/en/LC_MESSAGES/django.po b/apps/project_setup/locale/en/LC_MESSAGES/django.po index 2a81c4bb2a..567bfb3830 100644 --- a/apps/project_setup/locale/en/LC_MESSAGES/django.po +++ b/apps/project_setup/locale/en/LC_MESSAGES/django.po @@ -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 \n" "Language-Team: LANGUAGE \n" @@ -21,6 +21,6 @@ msgstr "" msgid "setup" msgstr "" -#: views.py:13 +#: views.py:15 msgid "setup items" msgstr "" diff --git a/apps/project_setup/locale/es/LC_MESSAGES/django.mo b/apps/project_setup/locale/es/LC_MESSAGES/django.mo index 37f3fb8053..054334e268 100644 Binary files a/apps/project_setup/locale/es/LC_MESSAGES/django.mo and b/apps/project_setup/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/project_setup/locale/es/LC_MESSAGES/django.po b/apps/project_setup/locale/es/LC_MESSAGES/django.po index 022627b88d..c02355f76d 100644 --- a/apps/project_setup/locale/es/LC_MESSAGES/django.po +++ b/apps/project_setup/locale/es/LC_MESSAGES/django.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\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: 2011-11-04 01:03+0000\n" -"Last-Translator: rosarior \n" +"Last-Translator: Roberto Rosario \n" "Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/" "mayan-edms/team/es/)\n" "Language: es\n" @@ -23,6 +23,6 @@ msgstr "" msgid "setup" msgstr "configuración" -#: views.py:13 +#: views.py:15 msgid "setup items" msgstr "elementos de configuración" diff --git a/apps/project_setup/locale/it/LC_MESSAGES/django.mo b/apps/project_setup/locale/it/LC_MESSAGES/django.mo index 228f7547c6..837d26e8e3 100644 Binary files a/apps/project_setup/locale/it/LC_MESSAGES/django.mo and b/apps/project_setup/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/project_setup/locale/it/LC_MESSAGES/django.po b/apps/project_setup/locale/it/LC_MESSAGES/django.po index de45fa3044..7d10e457d4 100644 --- a/apps/project_setup/locale/it/LC_MESSAGES/django.po +++ b/apps/project_setup/locale/it/LC_MESSAGES/django.po @@ -1,29 +1,28 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. 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" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-02-02 14:17-0400\n" "PO-Revision-Date: 2011-12-09 18:08+0000\n" "Last-Translator: Pierpaolo Baldan \n" -"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/team/it/)\n" +"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/team/" +"it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: __init__.py:6 msgid "setup" msgstr "configura" -#: views.py:13 +#: views.py:15 msgid "setup items" msgstr "parametri di configurazione" - - diff --git a/apps/project_setup/locale/pt/LC_MESSAGES/django.mo b/apps/project_setup/locale/pt/LC_MESSAGES/django.mo index 7c88252009..c35bd7a240 100644 Binary files a/apps/project_setup/locale/pt/LC_MESSAGES/django.mo and b/apps/project_setup/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/project_setup/locale/pt/LC_MESSAGES/django.po b/apps/project_setup/locale/pt/LC_MESSAGES/django.po index 7ffd621c32..e675f151ed 100644 --- a/apps/project_setup/locale/pt/LC_MESSAGES/django.po +++ b/apps/project_setup/locale/pt/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\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: 2011-11-02 01:26+0000\n" "Last-Translator: emersonsoares \n" "Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/" @@ -23,6 +23,6 @@ msgstr "" msgid "setup" msgstr "instalação" -#: views.py:13 +#: views.py:15 msgid "setup items" msgstr "itens de configuração" diff --git a/apps/project_setup/locale/ru/LC_MESSAGES/django.mo b/apps/project_setup/locale/ru/LC_MESSAGES/django.mo index 6eafab0493..a413851f5a 100644 Binary files a/apps/project_setup/locale/ru/LC_MESSAGES/django.mo and b/apps/project_setup/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/project_setup/locale/ru/LC_MESSAGES/django.po b/apps/project_setup/locale/ru/LC_MESSAGES/django.po index e6069f5616..945a27b089 100644 --- a/apps/project_setup/locale/ru/LC_MESSAGES/django.po +++ b/apps/project_setup/locale/ru/LC_MESSAGES/django.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\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: 2011-11-19 20:30+0000\n" -"Last-Translator: gsv70 \n" +"Last-Translator: Sergey Glita \n" "Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/team/" "ru/)\n" "Language: ru\n" @@ -24,6 +24,6 @@ msgstr "" msgid "setup" msgstr "настройки" -#: views.py:13 +#: views.py:15 msgid "setup items" msgstr "настроек" diff --git a/apps/project_tools/locale/en/LC_MESSAGES/django.po b/apps/project_tools/locale/en/LC_MESSAGES/django.po index 255cb9e18c..dbf6bf4871 100644 --- a/apps/project_tools/locale/en/LC_MESSAGES/django.po +++ b/apps/project_tools/locale/en/LC_MESSAGES/django.po @@ -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 \n" "Language-Team: LANGUAGE \n" @@ -17,6 +17,6 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: __init__.py:7 views.py:13 +#: __init__.py:7 views.py:15 msgid "tools" msgstr "" diff --git a/apps/project_tools/locale/es/LC_MESSAGES/django.mo b/apps/project_tools/locale/es/LC_MESSAGES/django.mo index 9416fb42f7..73e308f8dc 100644 Binary files a/apps/project_tools/locale/es/LC_MESSAGES/django.mo and b/apps/project_tools/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/project_tools/locale/es/LC_MESSAGES/django.po b/apps/project_tools/locale/es/LC_MESSAGES/django.po index 9db820eb03..ba97e95eda 100644 --- a/apps/project_tools/locale/es/LC_MESSAGES/django.po +++ b/apps/project_tools/locale/es/LC_MESSAGES/django.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\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: 2011-09-30 05:22+0000\n" -"Last-Translator: rosarior \n" +"Last-Translator: Roberto Rosario \n" "Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/" "mayan-edms/team/es/)\n" "Language: es\n" @@ -19,6 +19,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:7 views.py:13 +#: __init__.py:7 views.py:15 msgid "tools" msgstr "herramientas" diff --git a/apps/project_tools/locale/it/LC_MESSAGES/django.mo b/apps/project_tools/locale/it/LC_MESSAGES/django.mo index bf768aae63..e74238fc0b 100644 Binary files a/apps/project_tools/locale/it/LC_MESSAGES/django.mo and b/apps/project_tools/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/project_tools/locale/it/LC_MESSAGES/django.po b/apps/project_tools/locale/it/LC_MESSAGES/django.po index 959bcf5413..bb22a3a0c3 100644 --- a/apps/project_tools/locale/it/LC_MESSAGES/django.po +++ b/apps/project_tools/locale/it/LC_MESSAGES/django.po @@ -1,25 +1,24 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. 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" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-02-02 14:17-0400\n" "PO-Revision-Date: 2011-12-09 18:01+0000\n" "Last-Translator: Pierpaolo Baldan \n" -"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/team/it/)\n" +"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/team/" +"it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:7 views.py:13 +#: __init__.py:7 views.py:15 msgid "tools" msgstr "strumenti" - - diff --git a/apps/project_tools/locale/pt/LC_MESSAGES/django.mo b/apps/project_tools/locale/pt/LC_MESSAGES/django.mo index 424ab9c3ee..4fd22d2f96 100644 Binary files a/apps/project_tools/locale/pt/LC_MESSAGES/django.mo and b/apps/project_tools/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/project_tools/locale/pt/LC_MESSAGES/django.po b/apps/project_tools/locale/pt/LC_MESSAGES/django.po index da0f490f89..937385df3b 100644 --- a/apps/project_tools/locale/pt/LC_MESSAGES/django.po +++ b/apps/project_tools/locale/pt/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\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: 2011-11-02 01:25+0000\n" "Last-Translator: emersonsoares \n" "Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/" @@ -19,6 +19,6 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:7 views.py:13 +#: __init__.py:7 views.py:15 msgid "tools" msgstr "ferramentas" diff --git a/apps/project_tools/locale/ru/LC_MESSAGES/django.mo b/apps/project_tools/locale/ru/LC_MESSAGES/django.mo index 99daa2c0af..316e8bbbf6 100644 Binary files a/apps/project_tools/locale/ru/LC_MESSAGES/django.mo and b/apps/project_tools/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/project_tools/locale/ru/LC_MESSAGES/django.po b/apps/project_tools/locale/ru/LC_MESSAGES/django.po index b4158a9108..9d2e159cc5 100644 --- a/apps/project_tools/locale/ru/LC_MESSAGES/django.po +++ b/apps/project_tools/locale/ru/LC_MESSAGES/django.po @@ -1,24 +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. -# FIRST AUTHOR , YEAR. # -#, fuzzy +# Translators: +# Sergey Glita , 2011. msgid "" msgstr "" -"Project-Id-Version: PACKAGE VERSION\n" +"Project-Id-Version: Mayan EDMS\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-22 11:26-0400\n" -"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" -"Last-Translator: FULL NAME \n" -"Language-Team: LANGUAGE \n" -"Language: \n" +"POT-Creation-Date: 2012-02-02 14:17-0400\n" +"PO-Revision-Date: 2011-11-03 17:24+0000\n" +"Last-Translator: Sergey Glita \n" +"Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/team/" +"ru/)\n" +"Language: ru\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" -#: __init__.py:7 views.py:13 +#: __init__.py:7 views.py:15 msgid "tools" -msgstr "" +msgstr "инструменты" diff --git a/apps/smart_settings/locale/en/LC_MESSAGES/django.po b/apps/smart_settings/locale/en/LC_MESSAGES/django.po index d0e511720a..d3d311c670 100644 --- a/apps/smart_settings/locale/en/LC_MESSAGES/django.po +++ b/apps/smart_settings/locale/en/LC_MESSAGES/django.po @@ -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 \n" "Language-Team: LANGUAGE \n" @@ -17,18 +17,18 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: __init__.py:8 views.py:26 +#: __init__.py:9 views.py:28 msgid "settings" msgstr "" -#: views.py:31 +#: views.py:33 msgid "name" msgstr "" -#: views.py:32 +#: views.py:34 msgid "default" msgstr "" -#: views.py:33 +#: views.py:35 msgid "value" msgstr "" diff --git a/apps/smart_settings/locale/es/LC_MESSAGES/django.mo b/apps/smart_settings/locale/es/LC_MESSAGES/django.mo index 71eba7fd8b..1b20e4e7df 100644 Binary files a/apps/smart_settings/locale/es/LC_MESSAGES/django.mo and b/apps/smart_settings/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/smart_settings/locale/es/LC_MESSAGES/django.po b/apps/smart_settings/locale/es/LC_MESSAGES/django.po index 2188ccd324..4b433c3294 100644 --- a/apps/smart_settings/locale/es/LC_MESSAGES/django.po +++ b/apps/smart_settings/locale/es/LC_MESSAGES/django.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\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: 2011-09-30 05:09+0000\n" -"Last-Translator: rosarior \n" +"Last-Translator: Roberto Rosario \n" "Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/" "mayan-edms/team/es/)\n" "Language: es\n" @@ -18,18 +18,18 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:8 views.py:26 +#: __init__.py:9 views.py:28 msgid "settings" msgstr "configuración" -#: views.py:31 +#: views.py:33 msgid "name" msgstr "nombre" -#: views.py:32 +#: views.py:34 msgid "default" msgstr "por defecto" -#: views.py:33 +#: views.py:35 msgid "value" msgstr "valor" diff --git a/apps/smart_settings/locale/it/LC_MESSAGES/django.mo b/apps/smart_settings/locale/it/LC_MESSAGES/django.mo index ec725d4764..30ad835a45 100644 Binary files a/apps/smart_settings/locale/it/LC_MESSAGES/django.mo and b/apps/smart_settings/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/smart_settings/locale/it/LC_MESSAGES/django.po b/apps/smart_settings/locale/it/LC_MESSAGES/django.po index 9f4f5da204..00cd08980d 100644 --- a/apps/smart_settings/locale/it/LC_MESSAGES/django.po +++ b/apps/smart_settings/locale/it/LC_MESSAGES/django.po @@ -1,37 +1,36 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. 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" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-02-02 14:17-0400\n" "PO-Revision-Date: 2011-12-09 17:38+0000\n" "Last-Translator: Pierpaolo Baldan \n" -"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/team/it/)\n" +"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/team/" +"it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:8 views.py:26 +#: __init__.py:9 views.py:28 msgid "settings" msgstr "configurazione" -#: views.py:31 +#: views.py:33 msgid "name" msgstr "nome" -#: views.py:32 +#: views.py:34 msgid "default" msgstr "default" -#: views.py:33 +#: views.py:35 msgid "value" msgstr "valore" - - diff --git a/apps/smart_settings/locale/pt/LC_MESSAGES/django.mo b/apps/smart_settings/locale/pt/LC_MESSAGES/django.mo index 868ac5ecd2..eb2bc89543 100644 Binary files a/apps/smart_settings/locale/pt/LC_MESSAGES/django.mo and b/apps/smart_settings/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/smart_settings/locale/pt/LC_MESSAGES/django.po b/apps/smart_settings/locale/pt/LC_MESSAGES/django.po index 9e0ed5e9ea..56eff8ce7f 100644 --- a/apps/smart_settings/locale/pt/LC_MESSAGES/django.po +++ b/apps/smart_settings/locale/pt/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\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: 2011-11-02 01:22+0000\n" "Last-Translator: emersonsoares \n" "Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/" @@ -19,18 +19,18 @@ msgstr "" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:8 views.py:26 +#: __init__.py:9 views.py:28 msgid "settings" msgstr "configurações" -#: views.py:31 +#: views.py:33 msgid "name" msgstr "nome" -#: views.py:32 +#: views.py:34 msgid "default" msgstr "padrão" -#: views.py:33 +#: views.py:35 msgid "value" msgstr "valor" diff --git a/apps/smart_settings/locale/ru/LC_MESSAGES/django.mo b/apps/smart_settings/locale/ru/LC_MESSAGES/django.mo index d8be586181..9f2931e45f 100644 Binary files a/apps/smart_settings/locale/ru/LC_MESSAGES/django.mo and b/apps/smart_settings/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/smart_settings/locale/ru/LC_MESSAGES/django.po b/apps/smart_settings/locale/ru/LC_MESSAGES/django.po index be3705264a..c9e8c237ab 100644 --- a/apps/smart_settings/locale/ru/LC_MESSAGES/django.po +++ b/apps/smart_settings/locale/ru/LC_MESSAGES/django.po @@ -8,9 +8,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\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: 2011-11-03 17:15+0000\n" -"Last-Translator: gsv70 \n" +"Last-Translator: Sergey Glita \n" "Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/team/" "ru/)\n" "Language: ru\n" @@ -20,18 +20,18 @@ msgstr "" "Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" "%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" -#: __init__.py:8 views.py:26 +#: __init__.py:9 views.py:28 msgid "settings" msgstr "настройки" -#: views.py:31 +#: views.py:33 msgid "name" msgstr "имя" -#: views.py:32 +#: views.py:34 msgid "default" msgstr "по умолчанию" -#: views.py:33 +#: views.py:35 msgid "value" msgstr "значение" diff --git a/apps/sources/locale/en/LC_MESSAGES/django.po b/apps/sources/locale/en/LC_MESSAGES/django.po index 609adf9151..90020f8f73 100644 --- a/apps/sources/locale/en/LC_MESSAGES/django.po +++ b/apps/sources/locale/en/LC_MESSAGES/django.po @@ -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 \n" "Language-Team: LANGUAGE \n" @@ -17,86 +17,74 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: __init__.py:14 -msgid "View existing document sources" -msgstr "" - -#: __init__.py:15 -msgid "Edit document sources" -msgstr "" - -#: __init__.py:16 -msgid "Delete document sources" -msgstr "" - -#: __init__.py:17 -msgid "Create new document sources" -msgstr "" - #: __init__.py:19 -msgid "Sources setup" -msgstr "" - -#: __init__.py:25 msgid "preview" msgstr "" -#: __init__.py:26 __init__.py:34 __init__.py:40 +#: __init__.py:20 __init__.py:28 __init__.py:34 msgid "delete" msgstr "" -#: __init__.py:28 +#: __init__.py:22 msgid "sources" msgstr "" -#: __init__.py:29 literals.py:53 models.py:159 +#: __init__.py:23 literals.py:53 models.py:201 msgid "web forms" msgstr "" -#: __init__.py:30 models.py:130 +#: __init__.py:24 models.py:172 msgid "staging folders" msgstr "" -#: __init__.py:31 models.py:194 +#: __init__.py:25 models.py:236 msgid "watch folders" msgstr "" -#: __init__.py:33 __init__.py:39 +#: __init__.py:27 __init__.py:33 msgid "edit" msgstr "" -#: __init__.py:35 +#: __init__.py:29 msgid "add new source" msgstr "" -#: __init__.py:37 +#: __init__.py:31 msgid "transformations" msgstr "" -#: __init__.py:38 +#: __init__.py:32 msgid "add transformation" msgstr "" -#: __init__.py:42 +#: __init__.py:36 msgid "Document sources" msgstr "" -#: __init__.py:69 widgets.py:39 +#: __init__.py:38 +msgid "upload new version" +msgstr "" + +#: __init__.py:68 widgets.py:39 msgid "thumbnail" msgstr "" -#: forms.py:32 forms.py:55 +#: forms.py:34 forms.py:59 msgid "Expand compressed files" msgstr "" -#: forms.py:33 forms.py:56 +#: forms.py:35 forms.py:60 msgid "Upload a compressed file's contained files as individual documents" msgstr "" -#: forms.py:41 +#: forms.py:43 msgid "Staging file" msgstr "" +#: forms.py:50 +msgid "File" +msgstr "" + #: literals.py:8 literals.py:13 msgid "Always" msgstr "" @@ -149,7 +137,7 @@ msgstr "" msgid "Empty printer" msgstr "" -#: literals.py:47 models.py:158 +#: literals.py:47 models.py:200 msgid "web form" msgstr "" @@ -169,127 +157,151 @@ msgstr "" msgid "server watch folders" msgstr "" -#: models.py:29 +#: models.py:36 msgid "title" msgstr "" -#: models.py:30 +#: models.py:37 msgid "enabled" msgstr "" -#: models.py:31 +#: models.py:38 msgid "whitelist" msgstr "" -#: models.py:32 +#: models.py:39 msgid "blacklist" msgstr "" -#: models.py:98 +#: models.py:140 msgid "icon" msgstr "" -#: models.py:98 +#: models.py:140 msgid "An icon to visually distinguish this source." msgstr "" -#: models.py:114 models.py:166 +#: models.py:156 models.py:208 msgid "folder path" msgstr "" -#: models.py:114 models.py:166 +#: models.py:156 models.py:208 msgid "Server side filesystem path." msgstr "" -#: models.py:115 +#: models.py:157 msgid "preview width" msgstr "" -#: models.py:115 +#: models.py:157 msgid "Width value to be passed to the converter backend." msgstr "" -#: models.py:116 +#: models.py:158 msgid "preview height" msgstr "" -#: models.py:116 +#: models.py:158 msgid "Height value to be passed to the converter backend." msgstr "" -#: models.py:117 models.py:154 models.py:167 +#: models.py:159 models.py:196 models.py:209 msgid "uncompress" msgstr "" -#: models.py:117 models.py:154 models.py:167 +#: models.py:159 models.py:196 models.py:209 msgid "Whether to expand or not compressed archives." msgstr "" -#: models.py:118 models.py:168 +#: models.py:160 models.py:210 msgid "delete after upload" msgstr "" -#: models.py:118 models.py:168 +#: models.py:160 models.py:210 msgid "Delete the file after is has been successfully uploaded." msgstr "" -#: models.py:129 +#: models.py:171 msgid "staging folder" msgstr "" -#: models.py:169 +#: models.py:211 msgid "interval" msgstr "" -#: models.py:169 +#: models.py:211 msgid "" "Inverval in seconds where the watch folder path is checked for new documents." msgstr "" -#: models.py:193 +#: models.py:235 msgid "watch folder" msgstr "" -#: models.py:198 +#: models.py:240 msgid "Enter a valid value." msgstr "" -#: models.py:226 views.py:487 +#: models.py:268 views.py:581 msgid "order" msgstr "" -#: models.py:227 views.py:488 views.py:525 views.py:555 +#: models.py:269 views.py:582 views.py:619 views.py:649 msgid "transformation" msgstr "" -#: models.py:228 views.py:489 +#: models.py:270 views.py:583 msgid "arguments" msgstr "" -#: models.py:228 +#: models.py:270 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "" -#: models.py:239 +#: models.py:281 msgid "document source transformation" msgstr "" -#: models.py:240 +#: models.py:282 msgid "document source transformations" msgstr "" -#: staging.py:42 +#: models.py:288 models.py:289 +msgid "out of process" +msgstr "" + +#: permissions.py:7 +msgid "Sources setup" +msgstr "" + +#: permissions.py:8 +msgid "View existing document sources" +msgstr "" + +#: permissions.py:9 +msgid "Edit document sources" +msgstr "" + +#: permissions.py:10 +msgid "Delete document sources" +msgstr "" + +#: permissions.py:11 +msgid "Create new document sources" +msgstr "" + +#: staging.py:44 #, python-format msgid "Unable get list of staging files: %s" msgstr "" -#: staging.py:127 +#: staging.py:129 #, python-format msgid "Unable to upload staging file: %s" msgstr "" -#: staging.py:137 +#: staging.py:139 #, python-format msgid "Unable to delete staging file: %s" msgstr "" @@ -298,162 +310,205 @@ msgstr "" msgid "Whitelist Blacklist validation error." msgstr "" -#: views.py:80 +#: views.py:98 msgid "here" msgstr "" -#: views.py:85 +#: views.py:103 msgid "Upload sources" msgstr "" -#: views.py:87 +#: views.py:105 msgid "" "No interactive document sources have been defined or none have been enabled." msgstr "" -#: views.py:88 +#: views.py:106 #, python-format msgid "Click %(setup_link)s to add or enable some document sources." msgstr "" -#: views.py:136 -msgid "Document uploaded successfully." +#: views.py:163 +msgid "New document version uploaded successfully." msgstr "" -#: views.py:152 +#: views.py:167 +msgid "File uploaded successfully." +msgstr "" + +#: views.py:170 +msgid "File uncompressed successfully and uploaded as individual files." +msgstr "" + +#: views.py:173 +msgid "File was not a compressed file, uploaded as it was." +msgstr "" + +#: views.py:179 views.py:258 +#, python-format +msgid "Unhandled exception: %s" +msgstr "" + +#: views.py:188 +#, python-format +msgid "upload a new version from source: %s" +msgstr "" + +#: views.py:190 #, python-format msgid "upload a local document from source: %s" msgstr "" -#: views.py:182 +#: views.py:236 +#, python-format +msgid "Document version from staging file: %s, uploaded successfully." +msgstr "" + +#: views.py:239 #, python-format msgid "Staging file: %s, uploaded successfully." msgstr "" -#: views.py:187 +#: views.py:242 +#, python-format +msgid "" +"Staging file: %s, uncompressed successfully and uploaded as individual files." +msgstr "" + +#: views.py:245 +#, python-format +msgid "Staging file: %s, was not compressed, uploaded as a single file." +msgstr "" + +#: views.py:250 #, python-format msgid "Staging file: %s, deleted successfully." msgstr "" -#: views.py:209 +#: views.py:273 +#, python-format +msgid "upload a new version from staging source: %s" +msgstr "" + +#: views.py:275 #, python-format msgid "upload a document from staging source: %s" msgstr "" -#: views.py:215 +#: views.py:288 msgid "files in staging path" msgstr "" -#: views.py:229 +#: views.py:320 msgid "Current metadata" msgstr "" -#: views.py:265 views.py:284 +#: views.py:358 views.py:377 #, python-format msgid "Staging file transformation error: %(error)s" msgstr "" -#: views.py:307 +#: views.py:400 msgid "Staging file delete successfully." msgstr "" -#: views.py:309 +#: views.py:402 #, python-format msgid "Staging file delete error; %s." msgstr "" -#: views.py:368 +#: views.py:462 msgid "Source edited successfully" msgstr "" -#: views.py:371 +#: views.py:465 #, python-format msgid "Error editing source; %s" msgstr "" -#: views.py:376 +#: views.py:470 #, python-format msgid "edit source: %s" msgstr "" -#: views.py:381 views.py:421 views.py:483 views.py:524 views.py:554 -#: views.py:597 +#: views.py:475 views.py:515 views.py:577 views.py:618 views.py:648 +#: views.py:691 msgid "source" msgstr "" -#: views.py:410 +#: views.py:504 #, python-format msgid "Source \"%s\" deleted successfully." msgstr "" -#: views.py:412 +#: views.py:506 #, python-format msgid "Error deleting source \"%(source)s\": %(error)s" msgstr "" -#: views.py:419 +#: views.py:513 #, python-format msgid "Are you sure you wish to delete the source: %s?" msgstr "" -#: views.py:451 +#: views.py:545 msgid "Source created successfully" msgstr "" -#: views.py:454 +#: views.py:548 #, python-format msgid "Error creating source; %s" msgstr "" -#: views.py:459 +#: views.py:553 #, python-format msgid "Create new source of type: %s" msgstr "" -#: views.py:481 +#: views.py:575 #, python-format msgid "transformations for: %s" msgstr "" -#: views.py:511 +#: views.py:605 msgid "Source transformation edited successfully" msgstr "" -#: views.py:514 +#: views.py:608 #, python-format msgid "Error editing source transformation; %s" msgstr "" -#: views.py:519 +#: views.py:613 #, python-format msgid "Edit transformation: %s" msgstr "" -#: views.py:542 +#: views.py:636 msgid "Source transformation deleted successfully." msgstr "" -#: views.py:544 +#: views.py:638 #, python-format msgid "Error deleting source transformation; %(error)s" msgstr "" -#: views.py:557 +#: views.py:651 #, python-format msgid "" "Are you sure you wish to delete source transformation \"%(transformation)s\"" msgstr "" -#: views.py:587 +#: views.py:681 msgid "Source transformation created successfully" msgstr "" -#: views.py:590 +#: views.py:684 #, python-format msgid "Error creating source transformation; %s" msgstr "" -#: views.py:599 +#: views.py:693 #, python-format msgid "Create new transformation for source: %s" msgstr "" diff --git a/apps/sources/locale/es/LC_MESSAGES/django.mo b/apps/sources/locale/es/LC_MESSAGES/django.mo index 4395893c48..7a4495f7d4 100644 Binary files a/apps/sources/locale/es/LC_MESSAGES/django.mo and b/apps/sources/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/sources/locale/es/LC_MESSAGES/django.po b/apps/sources/locale/es/LC_MESSAGES/django.po index b71b65dc33..45c0ca1900 100644 --- a/apps/sources/locale/es/LC_MESSAGES/django.po +++ b/apps/sources/locale/es/LC_MESSAGES/django.po @@ -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 21:02+0000\n" -"Last-Translator: rosarior \n" +"POT-Creation-Date: 2012-02-02 14:17-0400\n" +"PO-Revision-Date: 2012-02-02 18:18+0000\n" +"Last-Translator: Roberto Rosario \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,87 +18,75 @@ msgstr "" "Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:14 -msgid "View existing document sources" -msgstr "Ver fuentes de documento existentes" - -#: __init__.py:15 -msgid "Edit document sources" -msgstr "Editar fuentes de documentos" - -#: __init__.py:16 -msgid "Delete document sources" -msgstr "Eliminar fuentes de documentos" - -#: __init__.py:17 -msgid "Create new document sources" -msgstr "Crear nuevas fuentes de documentos" - #: __init__.py:19 -msgid "Sources setup" -msgstr "Configuración de fuentes de documentos" - -#: __init__.py:25 msgid "preview" msgstr "muestra" -#: __init__.py:26 __init__.py:34 __init__.py:40 +#: __init__.py:20 __init__.py:28 __init__.py:34 msgid "delete" msgstr "borrar" -#: __init__.py:28 +#: __init__.py:22 msgid "sources" msgstr "fuentes" -#: __init__.py:29 literals.py:53 models.py:159 +#: __init__.py:23 literals.py:53 models.py:201 msgid "web forms" msgstr "formularios web" -#: __init__.py:30 models.py:130 +#: __init__.py:24 models.py:172 msgid "staging folders" msgstr "carpetas de archivos provisionales" -#: __init__.py:31 models.py:194 +#: __init__.py:25 models.py:236 msgid "watch folders" msgstr "carpetas bajo observación" -#: __init__.py:33 __init__.py:39 +#: __init__.py:27 __init__.py:33 msgid "edit" msgstr "editar" -#: __init__.py:35 +#: __init__.py:29 msgid "add new source" msgstr "agregar nueva fuente" -#: __init__.py:37 +#: __init__.py:31 msgid "transformations" msgstr "transformaciones" -#: __init__.py:38 +#: __init__.py:32 msgid "add transformation" msgstr "añadir transformación" -#: __init__.py:42 +#: __init__.py:36 msgid "Document sources" msgstr "Fuentes de documentos" -#: __init__.py:69 widgets.py:39 +#: __init__.py:38 +msgid "upload new version" +msgstr "" + +#: __init__.py:68 widgets.py:39 msgid "thumbnail" msgstr "muestra" -#: forms.py:32 forms.py:55 +#: forms.py:34 forms.py:59 msgid "Expand compressed files" msgstr "Expandir archivos comprimidos" -#: forms.py:33 forms.py:56 +#: forms.py:35 forms.py:60 msgid "Upload a compressed file's contained files as individual documents" msgstr "" "Subir los archivos de un archivo comprimido como documentos individuales" -#: forms.py:41 +#: forms.py:43 msgid "Staging file" msgstr "Archivo provisional" +#: forms.py:50 +msgid "File" +msgstr "" + #: literals.py:8 literals.py:13 msgid "Always" msgstr "Siempre" @@ -151,7 +139,7 @@ msgstr "Impresora" msgid "Empty printer" msgstr "Impresora vacia" -#: literals.py:47 models.py:158 +#: literals.py:47 models.py:200 msgid "web form" msgstr "formulario web" @@ -171,79 +159,79 @@ msgstr "carpetas de archivos provisionales de servidor" msgid "server watch folders" msgstr "carpetas observadas de servidor" -#: models.py:29 +#: models.py:36 msgid "title" msgstr "título" -#: models.py:30 +#: models.py:37 msgid "enabled" msgstr "activado" -#: models.py:31 +#: models.py:38 msgid "whitelist" msgstr "lista blanca" -#: models.py:32 +#: models.py:39 msgid "blacklist" msgstr "lista negra" -#: models.py:98 +#: models.py:140 msgid "icon" msgstr "icono" -#: models.py:98 +#: models.py:140 msgid "An icon to visually distinguish this source." msgstr "Un icono para distinguir visualmente esta fuente." -#: models.py:114 models.py:166 +#: models.py:156 models.py:208 msgid "folder path" msgstr "ruta de la carpeta" -#: models.py:114 models.py:166 +#: models.py:156 models.py:208 msgid "Server side filesystem path." msgstr "Camino a los archivos en el servidor." -#: models.py:115 +#: models.py:157 msgid "preview width" msgstr "ancho de muestra" -#: models.py:115 +#: models.py:157 msgid "Width value to be passed to the converter backend." msgstr "Valor de la anchura que se pasa al backend convertidor." -#: models.py:116 +#: models.py:158 msgid "preview height" msgstr "alto de muestra" -#: models.py:116 +#: models.py:158 msgid "Height value to be passed to the converter backend." msgstr "Valor de la altura que se pasa al backend convertidor." -#: models.py:117 models.py:154 models.py:167 +#: models.py:159 models.py:196 models.py:209 msgid "uncompress" msgstr "descomprimir" -#: models.py:117 models.py:154 models.py:167 +#: models.py:159 models.py:196 models.py:209 msgid "Whether to expand or not compressed archives." msgstr "La posibilidad de ampliar o no archivos comprimidos." -#: models.py:118 models.py:168 +#: models.py:160 models.py:210 msgid "delete after upload" msgstr "eliminar después de subir" -#: models.py:118 models.py:168 +#: models.py:160 models.py:210 msgid "Delete the file after is has been successfully uploaded." msgstr "Eliminar el archivo después de que se haya cargado exitosamente." -#: models.py:129 +#: models.py:171 msgid "staging folder" msgstr "carpeta de archivos provisionales" -#: models.py:169 +#: models.py:211 msgid "interval" msgstr "intervalo" -#: models.py:169 +#: models.py:211 msgid "" "Inverval in seconds where the watch folder path is checked for new " "documents." @@ -251,50 +239,74 @@ msgstr "" "Inverval es segundos, donde se comprueba la ruta de la carpeta para detectar" " nuevos documentos." -#: models.py:193 +#: models.py:235 msgid "watch folder" msgstr "carpeta observada" -#: models.py:198 +#: models.py:240 msgid "Enter a valid value." msgstr "Introduzca un valor válido." -#: models.py:226 views.py:487 +#: models.py:268 views.py:581 msgid "order" msgstr "orden" -#: models.py:227 views.py:488 views.py:525 views.py:555 +#: models.py:269 views.py:582 views.py:619 views.py:649 msgid "transformation" msgstr "transformación" -#: models.py:228 views.py:489 +#: models.py:270 views.py:583 msgid "arguments" msgstr "argumentos" -#: models.py:228 +#: models.py:270 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "Utilizar diccionarios para identificar argumentos, por ejemplo: %s" -#: models.py:239 +#: models.py:281 msgid "document source transformation" msgstr "transformación de fuente de documentos" -#: models.py:240 +#: models.py:282 msgid "document source transformations" msgstr "transformaciones de fuentes de documentos" -#: staging.py:42 +#: models.py:288 models.py:289 +msgid "out of process" +msgstr "" + +#: permissions.py:7 +msgid "Sources setup" +msgstr "Configuración de fuentes de documentos" + +#: permissions.py:8 +msgid "View existing document sources" +msgstr "Ver fuentes de documento existentes" + +#: permissions.py:9 +msgid "Edit document sources" +msgstr "Editar fuentes de documentos" + +#: permissions.py:10 +msgid "Delete document sources" +msgstr "Eliminar fuentes de documentos" + +#: permissions.py:11 +msgid "Create new document sources" +msgstr "Crear nuevas fuentes de documentos" + +#: staging.py:44 #, python-format msgid "Unable get list of staging files: %s" msgstr "No es posible obtener la lista de los archivos provisionales: %s" -#: staging.py:127 +#: staging.py:129 #, python-format msgid "Unable to upload staging file: %s" msgstr "No se puede cargar archivo provisional: %s" -#: staging.py:137 +#: staging.py:139 #, python-format msgid "Unable to delete staging file: %s" msgstr "No se puede eliminar archivo provisional: %s" @@ -303,151 +315,195 @@ msgstr "No se puede eliminar archivo provisional: %s" msgid "Whitelist Blacklist validation error." msgstr "Error de validación de Lista Negra Lista Blanca" -#: views.py:80 +#: views.py:98 msgid "here" msgstr "aquí" -#: views.py:85 +#: views.py:103 msgid "Upload sources" msgstr "Upload sources" -#: views.py:87 +#: views.py:105 msgid "" "No interactive document sources have been defined or none have been enabled." msgstr "" "No hay fuentes de documentos interactivos definidos o ninguna de ellas ha " "sido activada." -#: views.py:88 +#: views.py:106 #, python-format msgid "Click %(setup_link)s to add or enable some document sources." msgstr "" "Haga clic en %(setup_link)s para agregar o habilitar algunas fuentes de " "documentos." -#: views.py:136 -msgid "Document uploaded successfully." -msgstr "Documento cargado con exitosamente." +#: views.py:163 +msgid "New document version uploaded successfully." +msgstr "" -#: views.py:152 +#: views.py:167 +msgid "File uploaded successfully." +msgstr "" + +#: views.py:170 +msgid "File uncompressed successfully and uploaded as individual files." +msgstr "" + +#: views.py:173 +msgid "File was not a compressed file, uploaded as it was." +msgstr "" + +#: views.py:179 views.py:258 +#, python-format +msgid "Unhandled exception: %s" +msgstr "" + +#: views.py:188 +#, python-format +msgid "upload a new version from source: %s" +msgstr "" + +#: views.py:190 #, python-format msgid "upload a local document from source: %s" msgstr "subir un documento local de la fuente: %s" -#: views.py:182 +#: views.py:236 +#, python-format +msgid "Document version from staging file: %s, uploaded successfully." +msgstr "" + +#: views.py:239 #, python-format msgid "Staging file: %s, uploaded successfully." msgstr "Archivo provisional: %s, subido exitosamente." -#: views.py:187 +#: views.py:242 +#, python-format +msgid "" +"Staging file: %s, uncompressed successfully and uploaded as individual " +"files." +msgstr "" + +#: views.py:245 +#, python-format +msgid "Staging file: %s, was not compressed, uploaded as a single file." +msgstr "" + +#: views.py:250 #, python-format msgid "Staging file: %s, deleted successfully." msgstr "Archivo provisional: %s, borrado exitosamente." -#: views.py:209 +#: views.py:273 +#, python-format +msgid "upload a new version from staging source: %s" +msgstr "" + +#: views.py:275 #, python-format msgid "upload a document from staging source: %s" msgstr "cargar un documento de la fuente de archivos provisionales: %s" -#: views.py:215 +#: views.py:288 msgid "files in staging path" msgstr "archivos en la direccion de archivos provisionales" -#: views.py:229 +#: views.py:320 msgid "Current metadata" msgstr "Metadatos actuales" -#: views.py:265 views.py:284 +#: views.py:358 views.py:377 #, python-format msgid "Staging file transformation error: %(error)s" msgstr "Error de transformación de archivo provisional: %(error)s" -#: views.py:307 +#: views.py:400 msgid "Staging file delete successfully." msgstr "Archivos provisional borrado exitosamente." -#: views.py:309 +#: views.py:402 #, python-format msgid "Staging file delete error; %s." msgstr "Error al borrar archivo provisional; %s." -#: views.py:368 +#: views.py:462 msgid "Source edited successfully" msgstr "Fuente editada exitosamente" -#: views.py:371 +#: views.py:465 #, python-format msgid "Error editing source; %s" msgstr "Error editando fuente; %s" -#: views.py:376 +#: views.py:470 #, python-format msgid "edit source: %s" msgstr "editar fuente: %s" -#: views.py:381 views.py:421 views.py:483 views.py:524 views.py:554 -#: views.py:597 +#: views.py:475 views.py:515 views.py:577 views.py:618 views.py:648 +#: views.py:691 msgid "source" msgstr "fuente" -#: views.py:410 +#: views.py:504 #, python-format msgid "Source \"%s\" deleted successfully." msgstr "Fuente \"%s\" borrada exitosamente." -#: views.py:412 +#: views.py:506 #, python-format msgid "Error deleting source \"%(source)s\": %(error)s" msgstr "Error borrando fuente \"%(source)s\": %(error)s" -#: views.py:419 +#: views.py:513 #, python-format msgid "Are you sure you wish to delete the source: %s?" msgstr "¿Está seguro que desea eliminar la fuente: %s?" -#: views.py:451 +#: views.py:545 msgid "Source created successfully" msgstr "Fuente creada exitosamente" -#: views.py:454 +#: views.py:548 #, python-format msgid "Error creating source; %s" msgstr "Error creando fuente; %s" -#: views.py:459 +#: views.py:553 #, python-format msgid "Create new source of type: %s" msgstr "Crear nuevo tipo de fuente: %s" -#: views.py:481 +#: views.py:575 #, python-format msgid "transformations for: %s" msgstr "transformaciones para: %s" -#: views.py:511 +#: views.py:605 msgid "Source transformation edited successfully" msgstr "Transformación de la fuente editada exitosamente" -#: views.py:514 +#: views.py:608 #, python-format msgid "Error editing source transformation; %s" msgstr "Error al editar la transformación de la fuente; %s" -#: views.py:519 +#: views.py:613 #, python-format msgid "Edit transformation: %s" msgstr "Editar transformación: %s" -#: views.py:542 +#: views.py:636 msgid "Source transformation deleted successfully." msgstr "Transformación de la fuente borrada exitosamente." -#: views.py:544 +#: views.py:638 #, python-format msgid "Error deleting source transformation; %(error)s" msgstr "Error borrando la transformación de la fuente; %(error)s" -#: views.py:557 +#: views.py:651 #, python-format msgid "" "Are you sure you wish to delete source transformation \"%(transformation)s\"" @@ -455,16 +511,16 @@ msgstr "" "¿Está seguro que desea eliminar la transformación de la fuente " "\"%(transformation)s\"" -#: views.py:587 +#: views.py:681 msgid "Source transformation created successfully" msgstr "Transformación de la fuente creado exitosamente" -#: views.py:590 +#: views.py:684 #, python-format msgid "Error creating source transformation; %s" msgstr "Error al crear la transformación de la fuente; %s" -#: views.py:599 +#: views.py:693 #, python-format msgid "Create new transformation for source: %s" msgstr "Crear una nueva transformación para la fuente: %s" diff --git a/apps/sources/locale/it/LC_MESSAGES/django.mo b/apps/sources/locale/it/LC_MESSAGES/django.mo index 3941752e44..1f5ed79f93 100644 Binary files a/apps/sources/locale/it/LC_MESSAGES/django.mo and b/apps/sources/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/sources/locale/it/LC_MESSAGES/django.po b/apps/sources/locale/it/LC_MESSAGES/django.po index 873463f23c..be3935466a 100644 --- a/apps/sources/locale/it/LC_MESSAGES/django.po +++ b/apps/sources/locale/it/LC_MESSAGES/django.po @@ -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-13 08:26+0000\n" -"Last-Translator: Pierpaolo Baldan \n" +"POT-Creation-Date: 2012-02-02 14:17-0400\n" +"PO-Revision-Date: 2012-02-02 18:18+0000\n" +"Last-Translator: Roberto Rosario \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,86 +18,74 @@ msgstr "" "Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:14 -msgid "View existing document sources" -msgstr "Visualizza sorgenti documento esistente" - -#: __init__.py:15 -msgid "Edit document sources" -msgstr "Modifica sorgenti dei documenti" - -#: __init__.py:16 -msgid "Delete document sources" -msgstr "Cancella sorgenti dei documenti" - -#: __init__.py:17 -msgid "Create new document sources" -msgstr "Crea nuova sorgente dei documenti" - #: __init__.py:19 -msgid "Sources setup" -msgstr "Setup sorgente" - -#: __init__.py:25 msgid "preview" msgstr "anteprima" -#: __init__.py:26 __init__.py:34 __init__.py:40 +#: __init__.py:20 __init__.py:28 __init__.py:34 msgid "delete" msgstr "cancella" -#: __init__.py:28 +#: __init__.py:22 msgid "sources" msgstr "sorgenti" -#: __init__.py:29 literals.py:53 models.py:159 +#: __init__.py:23 literals.py:53 models.py:201 msgid "web forms" msgstr "web forms" -#: __init__.py:30 models.py:130 +#: __init__.py:24 models.py:172 msgid "staging folders" msgstr "cartelle per la gestione temporanea" -#: __init__.py:31 models.py:194 +#: __init__.py:25 models.py:236 msgid "watch folders" msgstr "cartelle di" -#: __init__.py:33 __init__.py:39 +#: __init__.py:27 __init__.py:33 msgid "edit" msgstr "modifica" -#: __init__.py:35 +#: __init__.py:29 msgid "add new source" msgstr "aggiungi una nuova sorgente" -#: __init__.py:37 +#: __init__.py:31 msgid "transformations" msgstr "trasformazioni" -#: __init__.py:38 +#: __init__.py:32 msgid "add transformation" msgstr "aggiungi una trasformazione" -#: __init__.py:42 +#: __init__.py:36 msgid "Document sources" msgstr "Sorgente del documento" -#: __init__.py:69 widgets.py:39 +#: __init__.py:38 +msgid "upload new version" +msgstr "" + +#: __init__.py:68 widgets.py:39 msgid "thumbnail" msgstr "thumbnail" -#: forms.py:32 forms.py:55 +#: forms.py:34 forms.py:59 msgid "Expand compressed files" msgstr "Espandi" -#: forms.py:33 forms.py:56 +#: forms.py:35 forms.py:60 msgid "Upload a compressed file's contained files as individual documents" msgstr "Pubblicare un file compresso contenente singoli documenti" -#: forms.py:41 +#: forms.py:43 msgid "Staging file" msgstr "Mostra file" +#: forms.py:50 +msgid "File" +msgstr "" + #: literals.py:8 literals.py:13 msgid "Always" msgstr "Sempre" @@ -150,7 +138,7 @@ msgstr "Stampante" msgid "Empty printer" msgstr "Stampante vuota" -#: literals.py:47 models.py:158 +#: literals.py:47 models.py:200 msgid "web form" msgstr "web form" @@ -170,82 +158,82 @@ msgstr "server per la gestione temporanea delle cartelle" msgid "server watch folders" msgstr "server di salvataggio delle cartelle" -#: models.py:29 +#: models.py:36 msgid "title" msgstr "titolo" -#: models.py:30 +#: models.py:37 msgid "enabled" msgstr "abilitato" -#: models.py:31 +#: models.py:38 msgid "whitelist" msgstr "whitelist" -#: models.py:32 +#: models.py:39 msgid "blacklist" msgstr "blacklist" -#: models.py:98 +#: models.py:140 msgid "icon" msgstr "icona" -#: models.py:98 +#: models.py:140 msgid "An icon to visually distinguish this source." msgstr "Un'icona per distinguere visivamente questa fonte." -#: models.py:114 models.py:166 +#: models.py:156 models.py:208 msgid "folder path" msgstr "path della cartella" -#: models.py:114 models.py:166 +#: models.py:156 models.py:208 msgid "Server side filesystem path." msgstr "Path del server di filesystem" -#: models.py:115 +#: models.py:157 msgid "preview width" msgstr "anteprima larghezza" -#: models.py:115 +#: models.py:157 msgid "Width value to be passed to the converter backend." msgstr "" "valore della larghezza da passare per le operazioni di conversione in " "backend" -#: models.py:116 +#: models.py:158 msgid "preview height" msgstr "anteprima altezza" -#: models.py:116 +#: models.py:158 msgid "Height value to be passed to the converter backend." msgstr "" "valore dell'altezza da passare per le operazioni di conversione in backend" -#: models.py:117 models.py:154 models.py:167 +#: models.py:159 models.py:196 models.py:209 msgid "uncompress" msgstr "decomprimere" -#: models.py:117 models.py:154 models.py:167 +#: models.py:159 models.py:196 models.py:209 msgid "Whether to expand or not compressed archives." msgstr "Se espandere o meno degli archivi compressi." -#: models.py:118 models.py:168 +#: models.py:160 models.py:210 msgid "delete after upload" msgstr "cancella dopo il caricamento" -#: models.py:118 models.py:168 +#: models.py:160 models.py:210 msgid "Delete the file after is has been successfully uploaded." msgstr "Cancella il file dopo essere stato caricato" -#: models.py:129 +#: models.py:171 msgid "staging folder" msgstr "Cartella di conservazione" -#: models.py:169 +#: models.py:211 msgid "interval" msgstr "intervallo" -#: models.py:169 +#: models.py:211 msgid "" "Inverval in seconds where the watch folder path is checked for new " "documents." @@ -253,50 +241,74 @@ msgstr "" "Invervallo di pochi secondi in cui viene controllato il percorso cartella di" " controllo per i nuovi documenti." -#: models.py:193 +#: models.py:235 msgid "watch folder" msgstr "controlla cartella" -#: models.py:198 +#: models.py:240 msgid "Enter a valid value." msgstr "Inserisci un valore valido" -#: models.py:226 views.py:487 +#: models.py:268 views.py:581 msgid "order" msgstr "ordine" -#: models.py:227 views.py:488 views.py:525 views.py:555 +#: models.py:269 views.py:582 views.py:619 views.py:649 msgid "transformation" msgstr "trasformazione" -#: models.py:228 views.py:489 +#: models.py:270 views.py:583 msgid "arguments" msgstr "argomenti" -#: models.py:228 +#: models.py:270 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "Usa dei dizionari per identificare gli argomenti , esempio: %s" -#: models.py:239 +#: models.py:281 msgid "document source transformation" msgstr "trasformazione del documento sorgente" -#: models.py:240 +#: models.py:282 msgid "document source transformations" msgstr "trasformazioni dei documenti sorgente" -#: staging.py:42 +#: models.py:288 models.py:289 +msgid "out of process" +msgstr "" + +#: permissions.py:7 +msgid "Sources setup" +msgstr "Setup sorgente" + +#: permissions.py:8 +msgid "View existing document sources" +msgstr "Visualizza sorgenti documento esistente" + +#: permissions.py:9 +msgid "Edit document sources" +msgstr "Modifica sorgenti dei documenti" + +#: permissions.py:10 +msgid "Delete document sources" +msgstr "Cancella sorgenti dei documenti" + +#: permissions.py:11 +msgid "Create new document sources" +msgstr "Crea nuova sorgente dei documenti" + +#: staging.py:44 #, python-format msgid "Unable get list of staging files: %s" msgstr "Impossibile ottenere lista dei file di gestione temporanea: %s" -#: staging.py:127 +#: staging.py:129 #, python-format msgid "Unable to upload staging file: %s" msgstr "Impossibile caricare file di gestione temporanea: %s" -#: staging.py:137 +#: staging.py:139 #, python-format msgid "Unable to delete staging file: %s" msgstr "Impossibile eliminare file di gestione temporanea: %s" @@ -305,151 +317,195 @@ msgstr "Impossibile eliminare file di gestione temporanea: %s" msgid "Whitelist Blacklist validation error." msgstr "Errori di validazione nelle Whitelist e Blacklist." -#: views.py:80 +#: views.py:98 msgid "here" msgstr "qui" -#: views.py:85 +#: views.py:103 msgid "Upload sources" msgstr "Sorgenti caricamento" -#: views.py:87 +#: views.py:105 msgid "" "No interactive document sources have been defined or none have been enabled." msgstr "" "Nessuna fonte interattiva dei documenti sono state definite o non ne sono " "state attivate." -#: views.py:88 +#: views.py:106 #, python-format msgid "Click %(setup_link)s to add or enable some document sources." msgstr "" "Click %(setup_link)s per aggiungere o abilitare una sorgente documenti." -#: views.py:136 -msgid "Document uploaded successfully." -msgstr "Documenti caricati con successo" +#: views.py:163 +msgid "New document version uploaded successfully." +msgstr "" -#: views.py:152 +#: views.py:167 +msgid "File uploaded successfully." +msgstr "" + +#: views.py:170 +msgid "File uncompressed successfully and uploaded as individual files." +msgstr "" + +#: views.py:173 +msgid "File was not a compressed file, uploaded as it was." +msgstr "" + +#: views.py:179 views.py:258 +#, python-format +msgid "Unhandled exception: %s" +msgstr "" + +#: views.py:188 +#, python-format +msgid "upload a new version from source: %s" +msgstr "" + +#: views.py:190 #, python-format msgid "upload a local document from source: %s" msgstr "carica un documento in locale dalla sorgente: %s" -#: views.py:182 +#: views.py:236 +#, python-format +msgid "Document version from staging file: %s, uploaded successfully." +msgstr "" + +#: views.py:239 #, python-format msgid "Staging file: %s, uploaded successfully." msgstr "File in allestimento:%s, caricato con successo." -#: views.py:187 +#: views.py:242 +#, python-format +msgid "" +"Staging file: %s, uncompressed successfully and uploaded as individual " +"files." +msgstr "" + +#: views.py:245 +#, python-format +msgid "Staging file: %s, was not compressed, uploaded as a single file." +msgstr "" + +#: views.py:250 #, python-format msgid "Staging file: %s, deleted successfully." msgstr "File in allestimento:%s, cancellato con successo." -#: views.py:209 +#: views.py:273 +#, python-format +msgid "upload a new version from staging source: %s" +msgstr "" + +#: views.py:275 #, python-format msgid "upload a document from staging source: %s" msgstr "carica documento dalla sorgente allestimento:%s" -#: views.py:215 +#: views.py:288 msgid "files in staging path" msgstr "path dei file in allestimento" -#: views.py:229 +#: views.py:320 msgid "Current metadata" msgstr "Metadati correnti" -#: views.py:265 views.py:284 +#: views.py:358 views.py:377 #, python-format msgid "Staging file transformation error: %(error)s" msgstr "Errore nella trasformazione del file: %(error)s" -#: views.py:307 +#: views.py:400 msgid "Staging file delete successfully." msgstr "File in allestimento cancellato con successo." -#: views.py:309 +#: views.py:402 #, python-format msgid "Staging file delete error; %s." msgstr "Errore nella cancellazione del file in allestimento;%s." -#: views.py:368 +#: views.py:462 msgid "Source edited successfully" msgstr "Sorgente modificata con successo" -#: views.py:371 +#: views.py:465 #, python-format msgid "Error editing source; %s" msgstr "Errore nella modifica del sorgente;%s" -#: views.py:376 +#: views.py:470 #, python-format msgid "edit source: %s" msgstr "modifica sorgente:%s" -#: views.py:381 views.py:421 views.py:483 views.py:524 views.py:554 -#: views.py:597 +#: views.py:475 views.py:515 views.py:577 views.py:618 views.py:648 +#: views.py:691 msgid "source" msgstr "sorgente" -#: views.py:410 +#: views.py:504 #, python-format msgid "Source \"%s\" deleted successfully." msgstr "Sorgente \"%s\" cancellata con successo." -#: views.py:412 +#: views.py:506 #, python-format msgid "Error deleting source \"%(source)s\": %(error)s" msgstr "Errore nella cancellazione della sorgente \"%(source)s\": %(error)s" -#: views.py:419 +#: views.py:513 #, python-format msgid "Are you sure you wish to delete the source: %s?" msgstr "Sei sicuro di voler cancellare la sorgente: %s?" -#: views.py:451 +#: views.py:545 msgid "Source created successfully" msgstr "Sorgente creata con successo" -#: views.py:454 +#: views.py:548 #, python-format msgid "Error creating source; %s" msgstr "Errore nella creazione della sorgente;%s" -#: views.py:459 +#: views.py:553 #, python-format msgid "Create new source of type: %s" msgstr "Crea nuovo tipo di sorgente:%s" -#: views.py:481 +#: views.py:575 #, python-format msgid "transformations for: %s" msgstr "trasformazione per: %s" -#: views.py:511 +#: views.py:605 msgid "Source transformation edited successfully" msgstr "Sorgente per la trasformazione modificata con successo" -#: views.py:514 +#: views.py:608 #, python-format msgid "Error editing source transformation; %s" msgstr "Errore nella modifica della sorgente per la trasformazione;%s" -#: views.py:519 +#: views.py:613 #, python-format msgid "Edit transformation: %s" msgstr "Modifica trasformazione:%s" -#: views.py:542 +#: views.py:636 msgid "Source transformation deleted successfully." msgstr "Sorgente per la trasformazione cancellata con successo." -#: views.py:544 +#: views.py:638 #, python-format msgid "Error deleting source transformation; %(error)s" msgstr "" "Erroro nella cancellazione della sorgente per la trasformazione; %(error)s" -#: views.py:557 +#: views.py:651 #, python-format msgid "" "Are you sure you wish to delete source transformation \"%(transformation)s\"" @@ -457,16 +513,16 @@ msgstr "" "Sei sicuro di voler cancellare la sorgente di trasformazione " "\"%(transformation)s\"" -#: views.py:587 +#: views.py:681 msgid "Source transformation created successfully" msgstr "Sorgente di trasformazione creata con successo" -#: views.py:590 +#: views.py:684 #, python-format msgid "Error creating source transformation; %s" msgstr "Errore nella creazione della sorgente di trasformazione; %s" -#: views.py:599 +#: views.py:693 #, python-format msgid "Create new transformation for source: %s" msgstr "Crea una nuova sorgente per la trasformazione:%s" diff --git a/apps/sources/locale/pt/LC_MESSAGES/django.mo b/apps/sources/locale/pt/LC_MESSAGES/django.mo index 242213a5ba..3ccd8d7c72 100644 Binary files a/apps/sources/locale/pt/LC_MESSAGES/django.mo and b/apps/sources/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/sources/locale/pt/LC_MESSAGES/django.po b/apps/sources/locale/pt/LC_MESSAGES/django.po index 0e71ddee4e..8b6840a616 100644 --- a/apps/sources/locale/pt/LC_MESSAGES/django.po +++ b/apps/sources/locale/pt/LC_MESSAGES/django.po @@ -1,105 +1,93 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-22 11:26-0400\n" -"PO-Revision-Date: 2011-11-02 01:21+0000\n" -"Last-Translator: emersonsoares \n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/" -"team/pt/)\n" -"Language: pt\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-02-02 14:17-0400\n" +"PO-Revision-Date: 2012-02-02 18:18+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/team/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:14 -msgid "View existing document sources" -msgstr "Ver fontes de documentos existentes" - -#: __init__.py:15 -msgid "Edit document sources" -msgstr "Editar fontes de documentos" - -#: __init__.py:16 -msgid "Delete document sources" -msgstr "Excluir fontes de documentos" - -#: __init__.py:17 -msgid "Create new document sources" -msgstr "Criar novas fontes de documentos" - #: __init__.py:19 -msgid "Sources setup" -msgstr "Configuração de fontes" - -#: __init__.py:25 msgid "preview" msgstr "visualização" -#: __init__.py:26 __init__.py:34 __init__.py:40 +#: __init__.py:20 __init__.py:28 __init__.py:34 msgid "delete" msgstr "excluir" -#: __init__.py:28 +#: __init__.py:22 msgid "sources" msgstr "fontes" -#: __init__.py:29 literals.py:53 models.py:159 +#: __init__.py:23 literals.py:53 models.py:201 msgid "web forms" msgstr "formulários web" -#: __init__.py:30 models.py:130 +#: __init__.py:24 models.py:172 msgid "staging folders" msgstr "staging folders" -#: __init__.py:31 models.py:194 +#: __init__.py:25 models.py:236 msgid "watch folders" msgstr "assistir pastas" -#: __init__.py:33 __init__.py:39 +#: __init__.py:27 __init__.py:33 msgid "edit" msgstr "editar" -#: __init__.py:35 +#: __init__.py:29 msgid "add new source" msgstr "adicionar nova fonte" -#: __init__.py:37 +#: __init__.py:31 msgid "transformations" msgstr "transformações" -#: __init__.py:38 +#: __init__.py:32 msgid "add transformation" msgstr "adicionar transformação" -#: __init__.py:42 +#: __init__.py:36 msgid "Document sources" msgstr "Fontes de documentos" -#: __init__.py:69 widgets.py:39 +#: __init__.py:38 +msgid "upload new version" +msgstr "" + +#: __init__.py:68 widgets.py:39 msgid "thumbnail" msgstr "miniaturas" -#: forms.py:32 forms.py:55 +#: forms.py:34 forms.py:59 msgid "Expand compressed files" msgstr "Expandir arquivos compactados" -#: forms.py:33 forms.py:56 +#: forms.py:35 forms.py:60 msgid "Upload a compressed file's contained files as individual documents" msgstr "" -"Upload de um arquivo compactado contendo arquivos como documentos individuais" +"Upload de um arquivo compactado contendo arquivos como documentos " +"individuais" -#: forms.py:41 +#: forms.py:43 msgid "Staging file" msgstr "Preparação de arquivo" +#: forms.py:50 +msgid "File" +msgstr "" + #: literals.py:8 literals.py:13 msgid "Always" msgstr "Sempre" @@ -152,7 +140,7 @@ msgstr "Impressora" msgid "Empty printer" msgstr "Impressora vazia" -#: literals.py:47 models.py:158 +#: literals.py:47 models.py:200 msgid "web form" msgstr "formulário web" @@ -172,129 +160,154 @@ msgstr "server staging folders" msgid "server watch folders" msgstr "assistir pastas do servidor" -#: models.py:29 +#: models.py:36 msgid "title" msgstr "título" -#: models.py:30 +#: models.py:37 msgid "enabled" msgstr "habilitado" -#: models.py:31 +#: models.py:38 msgid "whitelist" msgstr "lista branca" -#: models.py:32 +#: models.py:39 msgid "blacklist" msgstr "lista negra" -#: models.py:98 +#: models.py:140 msgid "icon" msgstr "ícone" -#: models.py:98 +#: models.py:140 msgid "An icon to visually distinguish this source." msgstr "Um ícone para distinguir visualmente essa fonte." -#: models.py:114 models.py:166 +#: models.py:156 models.py:208 msgid "folder path" msgstr "caminho da pasta" -#: models.py:114 models.py:166 +#: models.py:156 models.py:208 msgid "Server side filesystem path." msgstr "Caminho do sistema do servidor" -#: models.py:115 +#: models.py:157 msgid "preview width" msgstr "largura de visualização" -#: models.py:115 +#: models.py:157 msgid "Width value to be passed to the converter backend." msgstr "Valor da largura a ser passado para o backend conversor." -#: models.py:116 +#: models.py:158 msgid "preview height" msgstr "altura de visualização" -#: models.py:116 +#: models.py:158 msgid "Height value to be passed to the converter backend." msgstr "Valor de altura para ser passado para o backend conversor." -#: models.py:117 models.py:154 models.py:167 +#: models.py:159 models.py:196 models.py:209 msgid "uncompress" msgstr "descompactar" -#: models.py:117 models.py:154 models.py:167 +#: models.py:159 models.py:196 models.py:209 msgid "Whether to expand or not compressed archives." msgstr "Se expandir ou não arquivos compactados." -#: models.py:118 models.py:168 +#: models.py:160 models.py:210 msgid "delete after upload" msgstr "excluir após o upload" -#: models.py:118 models.py:168 +#: models.py:160 models.py:210 msgid "Delete the file after is has been successfully uploaded." msgstr "Excluir o arquivo depois de ter sido carregado com sucesso." -#: models.py:129 +#: models.py:171 msgid "staging folder" msgstr "preparação de pasta" -#: models.py:169 +#: models.py:211 msgid "interval" msgstr "intervalo" -#: models.py:169 +#: models.py:211 msgid "" -"Inverval in seconds where the watch folder path is checked for new documents." +"Inverval in seconds where the watch folder path is checked for new " +"documents." msgstr "" "Invervalo em segundos, onde o caminho da pasta assistida está marcada para " "novos documentos." -#: models.py:193 +#: models.py:235 msgid "watch folder" msgstr "assistir pasta" -#: models.py:198 +#: models.py:240 msgid "Enter a valid value." msgstr "Digite um valor válido." -#: models.py:226 views.py:487 +#: models.py:268 views.py:581 msgid "order" msgstr "ordem" -#: models.py:227 views.py:488 views.py:525 views.py:555 +#: models.py:269 views.py:582 views.py:619 views.py:649 msgid "transformation" msgstr "transformação" -#: models.py:228 views.py:489 +#: models.py:270 views.py:583 msgid "arguments" msgstr "argumentos" -#: models.py:228 +#: models.py:270 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "Use dicionários para identificar os argumentos, exemplo: %s" -#: models.py:239 +#: models.py:281 msgid "document source transformation" msgstr "transformação do documento de origem" -#: models.py:240 +#: models.py:282 msgid "document source transformations" msgstr "fonte de transformações de documentos" -#: staging.py:42 +#: models.py:288 models.py:289 +msgid "out of process" +msgstr "" + +#: permissions.py:7 +msgid "Sources setup" +msgstr "Configuração de fontes" + +#: permissions.py:8 +msgid "View existing document sources" +msgstr "Ver fontes de documentos existentes" + +#: permissions.py:9 +msgid "Edit document sources" +msgstr "Editar fontes de documentos" + +#: permissions.py:10 +msgid "Delete document sources" +msgstr "Excluir fontes de documentos" + +#: permissions.py:11 +msgid "Create new document sources" +msgstr "Criar novas fontes de documentos" + +#: staging.py:44 #, python-format msgid "Unable get list of staging files: %s" msgstr "Unable get list of staging files: %s" -#: staging.py:127 +#: staging.py:129 #, python-format msgid "Unable to upload staging file: %s" msgstr "Unable to upload staging file: %s" -#: staging.py:137 +#: staging.py:139 #, python-format msgid "Unable to delete staging file: %s" msgstr "Unable to delete staging file: %s" @@ -303,151 +316,195 @@ msgstr "Unable to delete staging file: %s" msgid "Whitelist Blacklist validation error." msgstr "Erro de validação da Lista Negra e da Lista Branca" -#: views.py:80 +#: views.py:98 msgid "here" msgstr "aqui" -#: views.py:85 +#: views.py:103 msgid "Upload sources" msgstr "Carregar fontes" -#: views.py:87 +#: views.py:105 msgid "" "No interactive document sources have been defined or none have been enabled." msgstr "" "Nenhuma fonte de documento interativo foi definido ou nenhuma delas foi " "ativada." -#: views.py:88 +#: views.py:106 #, python-format msgid "Click %(setup_link)s to add or enable some document sources." msgstr "" "Clique %(setup_link)s para adicionar ou permitir algumas fontes de " "documentos." -#: views.py:136 -msgid "Document uploaded successfully." -msgstr "Documento enviado com sucesso." +#: views.py:163 +msgid "New document version uploaded successfully." +msgstr "" -#: views.py:152 +#: views.py:167 +msgid "File uploaded successfully." +msgstr "" + +#: views.py:170 +msgid "File uncompressed successfully and uploaded as individual files." +msgstr "" + +#: views.py:173 +msgid "File was not a compressed file, uploaded as it was." +msgstr "" + +#: views.py:179 views.py:258 +#, python-format +msgid "Unhandled exception: %s" +msgstr "" + +#: views.py:188 +#, python-format +msgid "upload a new version from source: %s" +msgstr "" + +#: views.py:190 #, python-format msgid "upload a local document from source: %s" msgstr "carregar um documento local da fonte: %s" -#: views.py:182 +#: views.py:236 +#, python-format +msgid "Document version from staging file: %s, uploaded successfully." +msgstr "" + +#: views.py:239 #, python-format msgid "Staging file: %s, uploaded successfully." msgstr "Staging file: %s, uploaded successfully." -#: views.py:187 +#: views.py:242 +#, python-format +msgid "" +"Staging file: %s, uncompressed successfully and uploaded as individual " +"files." +msgstr "" + +#: views.py:245 +#, python-format +msgid "Staging file: %s, was not compressed, uploaded as a single file." +msgstr "" + +#: views.py:250 #, python-format msgid "Staging file: %s, deleted successfully." msgstr "Staging file: %s, deleted successfully." -#: views.py:209 +#: views.py:273 +#, python-format +msgid "upload a new version from staging source: %s" +msgstr "" + +#: views.py:275 #, python-format msgid "upload a document from staging source: %s" msgstr "upload a document from staging source: %s" -#: views.py:215 +#: views.py:288 msgid "files in staging path" msgstr "files in staging path" -#: views.py:229 +#: views.py:320 msgid "Current metadata" msgstr "Metadados atuais" -#: views.py:265 views.py:284 +#: views.py:358 views.py:377 #, python-format msgid "Staging file transformation error: %(error)s" msgstr "Staging file transformation error: %(error)s" -#: views.py:307 +#: views.py:400 msgid "Staging file delete successfully." msgstr "Staging file delete successfully." -#: views.py:309 +#: views.py:402 #, python-format msgid "Staging file delete error; %s." msgstr "Staging file delete error; %s." -#: views.py:368 +#: views.py:462 msgid "Source edited successfully" msgstr "Fonte editada com sucesso" -#: views.py:371 +#: views.py:465 #, python-format msgid "Error editing source; %s" msgstr "Erro ao editar fonte; %s" -#: views.py:376 +#: views.py:470 #, python-format msgid "edit source: %s" msgstr "editar fonte: %s" -#: views.py:381 views.py:421 views.py:483 views.py:524 views.py:554 -#: views.py:597 +#: views.py:475 views.py:515 views.py:577 views.py:618 views.py:648 +#: views.py:691 msgid "source" msgstr "fonte" -#: views.py:410 +#: views.py:504 #, python-format msgid "Source \"%s\" deleted successfully." msgstr "Fonte \"%s\" removida com sucesso." -#: views.py:412 +#: views.py:506 #, python-format msgid "Error deleting source \"%(source)s\": %(error)s" msgstr "Erro ao excluir fonte \" %(source)s \": %(error)s " -#: views.py:419 +#: views.py:513 #, python-format msgid "Are you sure you wish to delete the source: %s?" msgstr "Tem certeza de que deseja deletar a fonte: %s?" -#: views.py:451 +#: views.py:545 msgid "Source created successfully" msgstr "Fonte criada com sucesso" -#: views.py:454 +#: views.py:548 #, python-format msgid "Error creating source; %s" msgstr "Erro ao criar fonte; %s" -#: views.py:459 +#: views.py:553 #, python-format msgid "Create new source of type: %s" msgstr "Criar nova fonte do tipo: %s" -#: views.py:481 +#: views.py:575 #, python-format msgid "transformations for: %s" msgstr "transformações para: %s" -#: views.py:511 +#: views.py:605 msgid "Source transformation edited successfully" msgstr "Transformação de fonte alterado com sucesso" -#: views.py:514 +#: views.py:608 #, python-format msgid "Error editing source transformation; %s" msgstr "Erro ao editar transformação de fonte; %s" -#: views.py:519 +#: views.py:613 #, python-format msgid "Edit transformation: %s" msgstr "Editar transformação: %s" -#: views.py:542 +#: views.py:636 msgid "Source transformation deleted successfully." msgstr "Transformação de fonte excluída com sucesso." -#: views.py:544 +#: views.py:638 #, python-format msgid "Error deleting source transformation; %(error)s" msgstr "Erro ao deletar transformação de fonte; %(error)s " -#: views.py:557 +#: views.py:651 #, python-format msgid "" "Are you sure you wish to delete source transformation \"%(transformation)s\"" @@ -455,16 +512,18 @@ msgstr "" "Tem certeza de que deseja deletar a transformação de fonte \" " "%(transformation)s \"" -#: views.py:587 +#: views.py:681 msgid "Source transformation created successfully" msgstr "Transformação de fonte criada com sucesso" -#: views.py:590 +#: views.py:684 #, python-format msgid "Error creating source transformation; %s" msgstr "Erro ao criar a transformação de fonte; %s" -#: views.py:599 +#: views.py:693 #, python-format msgid "Create new transformation for source: %s" msgstr "Criar nova transformação de fonte: %s" + + diff --git a/apps/sources/locale/ru/LC_MESSAGES/django.mo b/apps/sources/locale/ru/LC_MESSAGES/django.mo index 90fbdf8a30..7155e2b749 100644 Binary files a/apps/sources/locale/ru/LC_MESSAGES/django.mo and b/apps/sources/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/sources/locale/ru/LC_MESSAGES/django.po b/apps/sources/locale/ru/LC_MESSAGES/django.po index 86c34d5294..a517a7a36f 100644 --- a/apps/sources/locale/ru/LC_MESSAGES/django.po +++ b/apps/sources/locale/ru/LC_MESSAGES/django.po @@ -1,105 +1,92 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # Sergey Glita , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-22 11:26-0400\n" -"PO-Revision-Date: 2011-11-04 15:25+0000\n" -"Last-Translator: gsv70 \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/team/" -"ru/)\n" -"Language: ru\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-02-02 14:17-0400\n" +"PO-Revision-Date: 2012-02-02 18:18+0000\n" +"Last-Translator: Roberto Rosario \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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" - -#: __init__.py:14 -msgid "View existing document sources" -msgstr "Просмотр существующих источников документов" - -#: __init__.py:15 -msgid "Edit document sources" -msgstr "Редактировать источник документов" - -#: __init__.py:16 -msgid "Delete document sources" -msgstr "Удалить источник документов " - -#: __init__.py:17 -msgid "Create new document sources" -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:19 -msgid "Sources setup" -msgstr "Настройки источников" - -#: __init__.py:25 msgid "preview" msgstr "предварительный просмотр" -#: __init__.py:26 __init__.py:34 __init__.py:40 +#: __init__.py:20 __init__.py:28 __init__.py:34 msgid "delete" msgstr "удалить" -#: __init__.py:28 +#: __init__.py:22 msgid "sources" msgstr "источники" -#: __init__.py:29 literals.py:53 models.py:159 +#: __init__.py:23 literals.py:53 models.py:201 msgid "web forms" msgstr "web-формы" -#: __init__.py:30 models.py:130 +#: __init__.py:24 models.py:172 msgid "staging folders" msgstr "транспортные папки" -#: __init__.py:31 models.py:194 +#: __init__.py:25 models.py:236 msgid "watch folders" msgstr "наблюдаемые папки" -#: __init__.py:33 __init__.py:39 +#: __init__.py:27 __init__.py:33 msgid "edit" msgstr "редактировать" -#: __init__.py:35 +#: __init__.py:29 msgid "add new source" msgstr "добавить новый источник" -#: __init__.py:37 +#: __init__.py:31 msgid "transformations" msgstr "преобразования" -#: __init__.py:38 +#: __init__.py:32 msgid "add transformation" msgstr "добавить преобразование" -#: __init__.py:42 +#: __init__.py:36 msgid "Document sources" msgstr "Источники документов" -#: __init__.py:69 widgets.py:39 +#: __init__.py:38 +msgid "upload new version" +msgstr "" + +#: __init__.py:68 widgets.py:39 msgid "thumbnail" msgstr "миниатюра" -#: forms.py:32 forms.py:55 +#: forms.py:34 forms.py:59 msgid "Expand compressed files" msgstr "Извлекать из архивов?" -#: forms.py:33 forms.py:56 +#: forms.py:35 forms.py:60 msgid "Upload a compressed file's contained files as individual documents" -msgstr "Загрузить файлы, содержащиеся в архиве в качестве отдельных документов" +msgstr "" +"Загрузить файлы, содержащиеся в архиве в качестве отдельных документов" -#: forms.py:41 +#: forms.py:43 msgid "Staging file" msgstr "Промежуточный файл" +#: forms.py:50 +msgid "File" +msgstr "" + #: literals.py:8 literals.py:13 msgid "Always" msgstr "Всегда" @@ -152,7 +139,7 @@ msgstr "Принтер" msgid "Empty printer" msgstr "Пустой принтер" -#: literals.py:47 models.py:158 +#: literals.py:47 models.py:200 msgid "web form" msgstr "веб-формы" @@ -172,128 +159,153 @@ msgstr "папки на промежуточном сервере" msgid "server watch folders" msgstr "наблюдаемые папки" -#: models.py:29 +#: models.py:36 msgid "title" msgstr "название" -#: models.py:30 +#: models.py:37 msgid "enabled" msgstr "разрешено" -#: models.py:31 +#: models.py:38 msgid "whitelist" msgstr "белый список" -#: models.py:32 +#: models.py:39 msgid "blacklist" msgstr "черный список" -#: models.py:98 +#: models.py:140 msgid "icon" msgstr "иконка" -#: models.py:98 +#: models.py:140 msgid "An icon to visually distinguish this source." msgstr "Значок, чтобы визуально отличать этот источник." -#: models.py:114 models.py:166 +#: models.py:156 models.py:208 msgid "folder path" msgstr "путь к папке" -#: models.py:114 models.py:166 +#: models.py:156 models.py:208 msgid "Server side filesystem path." msgstr "Путь на сервере" -#: models.py:115 +#: models.py:157 msgid "preview width" msgstr "ширина предпросмотра" -#: models.py:115 +#: models.py:157 msgid "Width value to be passed to the converter backend." msgstr "Ширина после обработки." -#: models.py:116 +#: models.py:158 msgid "preview height" msgstr "Предварительный просмотр высоты" -#: models.py:116 +#: models.py:158 msgid "Height value to be passed to the converter backend." msgstr "Высота после обработки." -#: models.py:117 models.py:154 models.py:167 +#: models.py:159 models.py:196 models.py:209 msgid "uncompress" msgstr "распаковать" -#: models.py:117 models.py:154 models.py:167 +#: models.py:159 models.py:196 models.py:209 msgid "Whether to expand or not compressed archives." msgstr "Независимо от того распакованы или нет архивы." -#: models.py:118 models.py:168 +#: models.py:160 models.py:210 msgid "delete after upload" msgstr "удалить после загрузки" -#: models.py:118 models.py:168 +#: models.py:160 models.py:210 msgid "Delete the file after is has been successfully uploaded." msgstr "Удалить файл после загрузки." -#: models.py:129 +#: models.py:171 msgid "staging folder" msgstr "промежуточная папка" -#: models.py:169 +#: models.py:211 msgid "interval" msgstr "интервал" -#: models.py:169 +#: models.py:211 msgid "" -"Inverval in seconds where the watch folder path is checked for new documents." +"Inverval in seconds where the watch folder path is checked for new " +"documents." msgstr "" "Интервал в секундах, между проверками папки на появление новых документов." -#: models.py:193 +#: models.py:235 msgid "watch folder" msgstr "просматривать папку" -#: models.py:198 +#: models.py:240 msgid "Enter a valid value." msgstr "Введите допустимое значение." -#: models.py:226 views.py:487 +#: models.py:268 views.py:581 msgid "order" msgstr "порядок" -#: models.py:227 views.py:488 views.py:525 views.py:555 +#: models.py:269 views.py:582 views.py:619 views.py:649 msgid "transformation" msgstr "преобразование" -#: models.py:228 views.py:489 +#: models.py:270 views.py:583 msgid "arguments" msgstr "аргументы" -#: models.py:228 +#: models.py:270 #, python-format msgid "Use dictionaries to indentify arguments, example: %s" msgstr "Использование словарей для определения аргументов, например: %s" -#: models.py:239 +#: models.py:281 msgid "document source transformation" msgstr "преобразования источника документов" -#: models.py:240 +#: models.py:282 msgid "document source transformations" msgstr "преобразования источника документов" -#: staging.py:42 +#: models.py:288 models.py:289 +msgid "out of process" +msgstr "" + +#: permissions.py:7 +msgid "Sources setup" +msgstr "Настройки источников" + +#: permissions.py:8 +msgid "View existing document sources" +msgstr "Просмотр существующих источников документов" + +#: permissions.py:9 +msgid "Edit document sources" +msgstr "Редактировать источник документов" + +#: permissions.py:10 +msgid "Delete document sources" +msgstr "Удалить источник документов " + +#: permissions.py:11 +msgid "Create new document sources" +msgstr "Создать новый источник документов" + +#: staging.py:44 #, python-format msgid "Unable get list of staging files: %s" msgstr "Не удалось получить список промежуточных файлов: %s" -#: staging.py:127 +#: staging.py:129 #, python-format msgid "Unable to upload staging file: %s" msgstr "Невозможно загрузить промежуточный файл: %s" -#: staging.py:137 +#: staging.py:139 #, python-format msgid "Unable to delete staging file: %s" msgstr "Не удается удалить промежуточный файл: %s" @@ -302,165 +314,212 @@ msgstr "Не удается удалить промежуточный файл: msgid "Whitelist Blacklist validation error." msgstr "Ошибка проверки белого или черного списков." -#: views.py:80 +#: views.py:98 msgid "here" msgstr "здесь" -#: views.py:85 +#: views.py:103 msgid "Upload sources" msgstr "Загрузить источники" -#: views.py:87 +#: views.py:105 msgid "" "No interactive document sources have been defined or none have been enabled." msgstr "Интерактивные источники документов не были определены разрешены." -#: views.py:88 +#: views.py:106 #, python-format msgid "Click %(setup_link)s to add or enable some document sources." msgstr "" "Нажмите %(setup_link)s, чтобы добавить или включить какой-нибудь документ " "источников." -#: views.py:136 -msgid "Document uploaded successfully." -msgstr "Документ загружен успешно." +#: views.py:163 +msgid "New document version uploaded successfully." +msgstr "" -#: views.py:152 +#: views.py:167 +msgid "File uploaded successfully." +msgstr "" + +#: views.py:170 +msgid "File uncompressed successfully and uploaded as individual files." +msgstr "" + +#: views.py:173 +msgid "File was not a compressed file, uploaded as it was." +msgstr "" + +#: views.py:179 views.py:258 +#, python-format +msgid "Unhandled exception: %s" +msgstr "" + +#: views.py:188 +#, python-format +msgid "upload a new version from source: %s" +msgstr "" + +#: views.py:190 #, python-format msgid "upload a local document from source: %s" msgstr "загрузить локальный документ из источника: %s" -#: views.py:182 +#: views.py:236 +#, python-format +msgid "Document version from staging file: %s, uploaded successfully." +msgstr "" + +#: views.py:239 #, python-format msgid "Staging file: %s, uploaded successfully." msgstr "Промежуточный файл %s загружен." -#: views.py:187 +#: views.py:242 +#, python-format +msgid "" +"Staging file: %s, uncompressed successfully and uploaded as individual " +"files." +msgstr "" + +#: views.py:245 +#, python-format +msgid "Staging file: %s, was not compressed, uploaded as a single file." +msgstr "" + +#: views.py:250 #, python-format msgid "Staging file: %s, deleted successfully." msgstr "Постановка файл %s успешно удален." -#: views.py:209 +#: views.py:273 +#, python-format +msgid "upload a new version from staging source: %s" +msgstr "" + +#: views.py:275 #, python-format msgid "upload a document from staging source: %s" msgstr "загрузить документ из промежуточного источника %s" -#: views.py:215 +#: views.py:288 msgid "files in staging path" msgstr " файлы в транспортном пути" -#: views.py:229 +#: views.py:320 msgid "Current metadata" msgstr "Действующие метаданные" -#: views.py:265 views.py:284 +#: views.py:358 views.py:377 #, python-format msgid "Staging file transformation error: %(error)s" msgstr "Ошибка преобразования транспортного файла: %(error)s" -#: views.py:307 +#: views.py:400 msgid "Staging file delete successfully." msgstr "Транспортный файл удалён." -#: views.py:309 +#: views.py:402 #, python-format msgid "Staging file delete error; %s." msgstr "Ошибка удаления транспортного файла %s." -#: views.py:368 +#: views.py:462 msgid "Source edited successfully" msgstr "Источник успешно изменен" -#: views.py:371 +#: views.py:465 #, python-format msgid "Error editing source; %s" msgstr "Ошибка редактирования источника; %s" -#: views.py:376 +#: views.py:470 #, python-format msgid "edit source: %s" msgstr "редактировать источник: %s" -#: views.py:381 views.py:421 views.py:483 views.py:524 views.py:554 -#: views.py:597 +#: views.py:475 views.py:515 views.py:577 views.py:618 views.py:648 +#: views.py:691 msgid "source" msgstr "источник" -#: views.py:410 +#: views.py:504 #, python-format msgid "Source \"%s\" deleted successfully." msgstr "Источник \"%s\"удален." -#: views.py:412 +#: views.py:506 #, python-format msgid "Error deleting source \"%(source)s\": %(error)s" msgstr "Ошибка при удалении источника \"%(source)s\": %(error)s" -#: views.py:419 +#: views.py:513 #, python-format msgid "Are you sure you wish to delete the source: %s?" msgstr "Вы действительно хотите удалить источник: %s?" -#: views.py:451 +#: views.py:545 msgid "Source created successfully" msgstr "Источник создан" -#: views.py:454 +#: views.py:548 #, python-format msgid "Error creating source; %s" msgstr "Ошибка создания источника; %s" -#: views.py:459 +#: views.py:553 #, python-format msgid "Create new source of type: %s" msgstr "Создать новый источник типа: %s" -#: views.py:481 +#: views.py:575 #, python-format msgid "transformations for: %s" msgstr "преобразования для: %s" -#: views.py:511 +#: views.py:605 msgid "Source transformation edited successfully" msgstr "Преобразование источника изменено" -#: views.py:514 +#: views.py:608 #, python-format msgid "Error editing source transformation; %s" msgstr "Ошибка редактирования преобразования источника; %s" -#: views.py:519 +#: views.py:613 #, python-format msgid "Edit transformation: %s" msgstr "Изменить преобразование: %s" -#: views.py:542 +#: views.py:636 msgid "Source transformation deleted successfully." msgstr "Преобразование источника удалено." -#: views.py:544 +#: views.py:638 #, python-format msgid "Error deleting source transformation; %(error)s" msgstr "Ошибка при удалении преобразования источника; %(error)s" -#: views.py:557 +#: views.py:651 #, python-format msgid "" "Are you sure you wish to delete source transformation \"%(transformation)s\"" msgstr "" -"Вы действительно хотите удалить источник трансформации \"%(transformation)s\"" +"Вы действительно хотите удалить источник трансформации " +"\"%(transformation)s\"" -#: views.py:587 +#: views.py:681 msgid "Source transformation created successfully" msgstr "Преобразование источника создано" -#: views.py:590 +#: views.py:684 #, python-format msgid "Error creating source transformation; %s" msgstr "Ошибка создания преобразования источника; %s" -#: views.py:599 +#: views.py:693 #, python-format msgid "Create new transformation for source: %s" msgstr "Создать новое преобразование для источника: %s" + + diff --git a/apps/tags/locale/en/LC_MESSAGES/django.po b/apps/tags/locale/en/LC_MESSAGES/django.po index 3a71fb37af..cd16115144 100644 --- a/apps/tags/locale/en/LC_MESSAGES/django.po +++ b/apps/tags/locale/en/LC_MESSAGES/django.po @@ -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 \n" "Language-Team: LANGUAGE \n" @@ -17,245 +17,227 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: __init__.py:13 -msgid "Create new tags" -msgstr "" - -#: __init__.py:14 -msgid "Attach exising tags" -msgstr "" - -#: __init__.py:15 -msgid "Remove tags from documents" -msgstr "" - -#: __init__.py:16 -msgid "Delete global tags" -msgstr "" - -#: __init__.py:17 -msgid "Edit global tags" -msgstr "" - -#: __init__.py:18 -msgid "View a document's tags" -msgstr "" - -#: __init__.py:20 -msgid "Tags" -msgstr "" - -#: __init__.py:28 +#: __init__.py:21 msgid "tag list" msgstr "" -#: __init__.py:29 +#: __init__.py:22 msgid "create new tag" msgstr "" -#: __init__.py:30 +#: __init__.py:23 msgid "attach tag" msgstr "" -#: __init__.py:31 __init__.py:32 +#: __init__.py:24 __init__.py:25 msgid "remove" msgstr "" -#: __init__.py:33 __init__.py:58 utils.py:14 views.py:144 +#: __init__.py:26 __init__.py:49 __init__.py:57 views.py:98 msgid "tags" msgstr "" -#: __init__.py:34 __init__.py:37 +#: __init__.py:27 __init__.py:30 msgid "delete" msgstr "" -#: __init__.py:35 +#: __init__.py:28 msgid "edit" msgstr "" -#: __init__.py:36 +#: __init__.py:29 msgid "tagged documents" msgstr "" -#: __init__.py:41 models.py:46 +#: __init__.py:31 +msgid "ACLs" +msgstr "" + +#: __init__.py:35 models.py:13 msgid "color" msgstr "" -#: __init__.py:45 +#: __init__.py:39 msgid "color name" msgstr "" -#: forms.py:14 -msgid "New tag" +#: __init__.py:43 +msgid "tagged items" msgstr "" -#: forms.py:15 forms.py:24 -msgid "Color" -msgstr "" - -#: forms.py:16 -msgid "Existing tags" -msgstr "" - -#: forms.py:23 +#: forms.py:24 msgid "Name" msgstr "" -#: models.py:18 +#: forms.py:25 +msgid "Color" +msgstr "" + +#: forms.py:42 permissions.py:7 +msgid "Tags" +msgstr "" + +#: literals.py:18 msgid "Blue" msgstr "" -#: models.py:19 +#: literals.py:19 msgid "Cyan" msgstr "" -#: models.py:20 +#: literals.py:20 msgid "Coral" msgstr "" -#: models.py:21 +#: literals.py:21 msgid "Green-Yellow" msgstr "" -#: models.py:22 +#: literals.py:22 msgid "Khaki" msgstr "" -#: models.py:23 +#: literals.py:23 msgid "LightGrey" msgstr "" -#: models.py:24 +#: literals.py:24 msgid "Magenta" msgstr "" -#: models.py:25 +#: literals.py:25 msgid "Red" msgstr "" -#: models.py:26 +#: literals.py:26 msgid "Orange" msgstr "" -#: models.py:27 +#: literals.py:27 msgid "Yellow" msgstr "" -#: models.py:45 views.py:185 views.py:233 views.py:248 +#: models.py:12 views.py:153 views.py:205 views.py:219 msgid "tag" msgstr "" -#: models.py:49 +#: models.py:16 msgid "tag properties" msgstr "" -#: models.py:50 +#: models.py:17 msgid "tags properties" msgstr "" -#: views.py:33 +#: permissions.py:9 +msgid "Create new tags" +msgstr "" + +#: permissions.py:10 +msgid "Delete tags" +msgstr "" + +#: permissions.py:11 +msgid "Edit tags" +msgstr "" + +#: permissions.py:12 +msgid "View tags" +msgstr "" + +#: permissions.py:13 +msgid "Attach tags to documents" +msgstr "" + +#: permissions.py:14 +msgid "Remove tags from documents" +msgstr "" + +#: views.py:42 msgid "Tag already exists." msgstr "" -#: views.py:40 +#: views.py:50 msgid "Tag created succesfully." msgstr "" -#: views.py:46 +#: views.py:56 msgid "create tag" msgstr "" -#: views.py:73 views.py:112 -msgid "Must choose either a new tag or an existing one." -msgstr "" - -#: views.py:77 views.py:116 +#: views.py:77 #, python-format msgid "Document is already tagged as \"%s\"" msgstr "" -#: views.py:86 -#, python-format -msgid "Tag \"%s\" added successfully." -msgstr "" - -#: views.py:124 -#, python-format -msgid "Tag \"%s\" added and attached successfully." -msgstr "" - -#: views.py:126 +#: views.py:82 #, python-format msgid "Tag \"%s\" attached successfully." msgstr "" -#: views.py:133 +#: views.py:88 #, python-format msgid "attach tag to: %s" msgstr "" -#: views.py:149 -msgid "tagged items" -msgstr "" - -#: views.py:166 views.py:280 +#: views.py:129 views.py:256 msgid "Must provide at least one tag." msgstr "" -#: views.py:176 +#: views.py:144 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "" -#: views.py:178 views.py:294 +#: views.py:146 views.py:268 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "" -#: views.py:193 +#: views.py:161 #, python-format msgid "Are you sure you wish to delete the tag: %s?" msgstr "" -#: views.py:194 views.py:197 +#: views.py:162 views.py:165 msgid "Will be removed from all documents." msgstr "" -#: views.py:196 +#: views.py:164 #, python-format msgid "Are you sure you wish to delete the tags: %s?" msgstr "" -#: views.py:221 +#: views.py:193 msgid "Tag updated succesfully." msgstr "" -#: views.py:230 +#: views.py:202 #, python-format msgid "edit tag: %s" msgstr "" -#: views.py:245 +#: views.py:216 #, python-format msgid "documents with the tag \"%s\"" msgstr "" -#: views.py:258 +#: views.py:235 #, python-format msgid "tags for: %s" msgstr "" -#: views.py:292 +#: views.py:266 #, python-format msgid "Tag \"%s\" removed successfully." msgstr "" -#: views.py:308 +#: views.py:282 #, python-format msgid "Are you sure you wish to remove the tag: %s?" msgstr "" -#: views.py:310 +#: views.py:284 #, python-format msgid "Are you sure you wish to remove the tags: %s?" msgstr "" diff --git a/apps/tags/locale/es/LC_MESSAGES/django.mo b/apps/tags/locale/es/LC_MESSAGES/django.mo index 36248389b6..a451381c2c 100644 Binary files a/apps/tags/locale/es/LC_MESSAGES/django.mo and b/apps/tags/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/tags/locale/es/LC_MESSAGES/django.po b/apps/tags/locale/es/LC_MESSAGES/django.po index 1bd56cabd7..06404c5505 100644 --- a/apps/tags/locale/es/LC_MESSAGES/django.po +++ b/apps/tags/locale/es/LC_MESSAGES/django.po @@ -1,263 +1,244 @@ # 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 , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-22 11:26-0400\n" -"PO-Revision-Date: 2011-11-04 01:05+0000\n" -"Last-Translator: rosarior \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/" -"mayan-edms/team/es/)\n" -"Language: es\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\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 \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" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:13 -msgid "Create new tags" -msgstr "Crear nuevas etiquetas" - -#: __init__.py:14 -msgid "Attach exising tags" -msgstr "Anejar etiquetas existentes" - -#: __init__.py:15 -msgid "Remove tags from documents" -msgstr "Remover etiquetas de los documentos" - -#: __init__.py:16 -msgid "Delete global tags" -msgstr "Eliminar las etiquetas globales" - -#: __init__.py:17 -msgid "Edit global tags" -msgstr "Editar etiquetas globales" - -#: __init__.py:18 -msgid "View a document's tags" -msgstr "Ver etiquetas de un documento" - -#: __init__.py:20 -msgid "Tags" -msgstr "Etiquetas" - -#: __init__.py:28 +#: __init__.py:21 msgid "tag list" msgstr "lista de etiquetas" -#: __init__.py:29 +#: __init__.py:22 msgid "create new tag" msgstr "crear nueva etiqueta" -#: __init__.py:30 +#: __init__.py:23 msgid "attach tag" msgstr "adjuntar etiqueta" -#: __init__.py:31 __init__.py:32 +#: __init__.py:24 __init__.py:25 msgid "remove" msgstr "remover" -#: __init__.py:33 __init__.py:58 utils.py:14 views.py:144 +#: __init__.py:26 __init__.py:49 __init__.py:57 views.py:98 msgid "tags" msgstr "etiquetas" -#: __init__.py:34 __init__.py:37 +#: __init__.py:27 __init__.py:30 msgid "delete" msgstr "eliminar" -#: __init__.py:35 +#: __init__.py:28 msgid "edit" msgstr "editar" -#: __init__.py:36 +#: __init__.py:29 msgid "tagged documents" msgstr "documentos etiquetados" -#: __init__.py:41 models.py:46 +#: __init__.py:31 +msgid "ACLs" +msgstr "" + +#: __init__.py:35 models.py:13 msgid "color" msgstr "color" -#: __init__.py:45 +#: __init__.py:39 msgid "color name" msgstr "nombre del color" -#: forms.py:14 -msgid "New tag" -msgstr "Nueva etiqueta" +#: __init__.py:43 +msgid "tagged items" +msgstr "artículos etiquetados" -#: forms.py:15 forms.py:24 -msgid "Color" -msgstr "Color" - -#: forms.py:16 -msgid "Existing tags" -msgstr "Etiquetas existentes" - -#: forms.py:23 +#: forms.py:24 msgid "Name" msgstr "Nombre" -#: models.py:18 +#: forms.py:25 +msgid "Color" +msgstr "Color" + +#: forms.py:42 permissions.py:7 +msgid "Tags" +msgstr "Etiquetas" + +#: literals.py:18 msgid "Blue" msgstr "Azul" -#: models.py:19 +#: literals.py:19 msgid "Cyan" msgstr "Cian" -#: models.py:20 +#: literals.py:20 msgid "Coral" msgstr "Coral" -#: models.py:21 +#: literals.py:21 msgid "Green-Yellow" msgstr "Verde-Amarillo" -#: models.py:22 +#: literals.py:22 msgid "Khaki" msgstr "Caqui" -#: models.py:23 +#: literals.py:23 msgid "LightGrey" msgstr "Gris claro" -#: models.py:24 +#: literals.py:24 msgid "Magenta" msgstr "Magenta" -#: models.py:25 +#: literals.py:25 msgid "Red" msgstr "Rojo" -#: models.py:26 +#: literals.py:26 msgid "Orange" msgstr "Naranja" -#: models.py:27 +#: literals.py:27 msgid "Yellow" msgstr "Amarillo" -#: models.py:45 views.py:185 views.py:233 views.py:248 +#: models.py:12 views.py:153 views.py:205 views.py:219 msgid "tag" msgstr "etiqueta" -#: models.py:49 +#: models.py:16 msgid "tag properties" msgstr "propiedades de etiqueta" -#: models.py:50 +#: models.py:17 msgid "tags properties" msgstr "propiedades de etiquetas" -#: views.py:33 +#: permissions.py:9 +msgid "Create new tags" +msgstr "Crear nuevas etiquetas" + +#: permissions.py:10 +msgid "Delete tags" +msgstr "" + +#: permissions.py:11 +msgid "Edit tags" +msgstr "" + +#: permissions.py:12 +msgid "View tags" +msgstr "" + +#: permissions.py:13 +msgid "Attach tags to documents" +msgstr "" + +#: permissions.py:14 +msgid "Remove tags from documents" +msgstr "Remover etiquetas de los documentos" + +#: views.py:42 msgid "Tag already exists." msgstr "Etiqueta ya existe." -#: views.py:40 +#: views.py:50 msgid "Tag created succesfully." msgstr "Etiqueta creada exitosamente." -#: views.py:46 +#: views.py:56 msgid "create tag" msgstr "crear etiquetas" -#: views.py:73 views.py:112 -msgid "Must choose either a new tag or an existing one." -msgstr "Debe elegir una etiqueta nueva o una ya existente." - -#: views.py:77 views.py:116 +#: views.py:77 #, python-format msgid "Document is already tagged as \"%s\"" msgstr "Documento ya está etiquetado como \"%s\"" -#: views.py:86 -#, python-format -msgid "Tag \"%s\" added successfully." -msgstr "Etiqueta \"%s\", agregada exitosamente." - -#: views.py:124 -#, python-format -msgid "Tag \"%s\" added and attached successfully." -msgstr "Etiqueta \"%s\" agregada y se adjuntada exitosamente." - -#: views.py:126 +#: views.py:82 #, python-format msgid "Tag \"%s\" attached successfully." msgstr "Etiqueta \"%s\" adjuntada exitosamente." -#: views.py:133 +#: views.py:88 #, python-format msgid "attach tag to: %s" msgstr "adjuntar etiqueta a: %s" -#: views.py:149 -msgid "tagged items" -msgstr "artículos etiquetados" - -#: views.py:166 views.py:280 +#: views.py:129 views.py:256 msgid "Must provide at least one tag." msgstr "Debe proveer al menos una etiqueta." -#: views.py:176 +#: views.py:144 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "Etiqueta \"%s\" borrada exitosamente." -#: views.py:178 views.py:294 +#: views.py:146 views.py:268 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "Error al eliminar la etiqueta \"%(tag)s\": %(error)s" -#: views.py:193 +#: views.py:161 #, python-format msgid "Are you sure you wish to delete the tag: %s?" msgstr "¿Está seguro que desea eliminar la etiqueta: %s?" -#: views.py:194 views.py:197 +#: views.py:162 views.py:165 msgid "Will be removed from all documents." msgstr "Se removerá de todos los documentos." -#: views.py:196 +#: views.py:164 #, python-format msgid "Are you sure you wish to delete the tags: %s?" msgstr "¿Está seguro que desea eliminar de las etiquetas: %s?" -#: views.py:221 +#: views.py:193 msgid "Tag updated succesfully." msgstr "Etiqueta actualizada exitosamente." -#: views.py:230 +#: views.py:202 #, python-format msgid "edit tag: %s" msgstr "editar la etiqueta: %s" -#: views.py:245 +#: views.py:216 #, python-format msgid "documents with the tag \"%s\"" msgstr "documentos con la etiqueta \"%s\"" -#: views.py:258 +#: views.py:235 #, python-format msgid "tags for: %s" msgstr "etiquetas para: %s" -#: views.py:292 +#: views.py:266 #, python-format msgid "Tag \"%s\" removed successfully." msgstr "Etiqueta \"%s\" removida exitosamente." -#: views.py:308 +#: views.py:282 #, python-format msgid "Are you sure you wish to remove the tag: %s?" msgstr "¿Está seguro que desea eliminar la etiqueta: %s?" -#: views.py:310 +#: views.py:284 #, python-format msgid "Are you sure you wish to remove the tags: %s?" msgstr "¿Está seguro que desea eliminar de las etiquetas: %s?" @@ -265,3 +246,5 @@ msgstr "¿Está seguro que desea eliminar de las etiquetas: %s?" #: templatetags/tags_tags.py:17 msgid "Add tag to document" msgstr "Agregar etiqueta al documento" + + diff --git a/apps/tags/locale/it/LC_MESSAGES/django.mo b/apps/tags/locale/it/LC_MESSAGES/django.mo index e7c323701a..8c6c87fca7 100644 Binary files a/apps/tags/locale/it/LC_MESSAGES/django.mo and b/apps/tags/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/tags/locale/it/LC_MESSAGES/django.po b/apps/tags/locale/it/LC_MESSAGES/django.po index 1d561d9ef4..9db54331f8 100644 --- a/apps/tags/locale/it/LC_MESSAGES/django.po +++ b/apps/tags/locale/it/LC_MESSAGES/django.po @@ -9,9 +9,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-13 15:57+0000\n" -"Last-Translator: rosarior \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 \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" @@ -19,245 +19,227 @@ msgstr "" "Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:13 -msgid "Create new tags" -msgstr "Crea un nuova etichetta" - -#: __init__.py:14 -msgid "Attach exising tags" -msgstr "Collega etichetta esistente" - -#: __init__.py:15 -msgid "Remove tags from documents" -msgstr "Rimuovi etichetta dal documento" - -#: __init__.py:16 -msgid "Delete global tags" -msgstr "Cancellazione globale dell'etichette" - -#: __init__.py:17 -msgid "Edit global tags" -msgstr "Modifica tutte le etichette" - -#: __init__.py:18 -msgid "View a document's tags" -msgstr "Visualizza tutti i documenti con questa etichetta" - -#: __init__.py:20 -msgid "Tags" -msgstr "Etichette" - -#: __init__.py:28 +#: __init__.py:21 msgid "tag list" msgstr "lista delle etichette" -#: __init__.py:29 +#: __init__.py:22 msgid "create new tag" msgstr "crea una nuova etichetta" -#: __init__.py:30 +#: __init__.py:23 msgid "attach tag" msgstr "allega un'etichetta" -#: __init__.py:31 __init__.py:32 +#: __init__.py:24 __init__.py:25 msgid "remove" msgstr "rimuovi" -#: __init__.py:33 __init__.py:58 utils.py:14 views.py:144 +#: __init__.py:26 __init__.py:49 __init__.py:57 views.py:98 msgid "tags" msgstr "etichette" -#: __init__.py:34 __init__.py:37 +#: __init__.py:27 __init__.py:30 msgid "delete" msgstr "cancella" -#: __init__.py:35 +#: __init__.py:28 msgid "edit" msgstr "modifica" -#: __init__.py:36 +#: __init__.py:29 msgid "tagged documents" msgstr "documenti etichettati" -#: __init__.py:41 models.py:46 +#: __init__.py:31 +msgid "ACLs" +msgstr "" + +#: __init__.py:35 models.py:13 msgid "color" msgstr "colore" -#: __init__.py:45 +#: __init__.py:39 msgid "color name" msgstr "nome colore" -#: forms.py:14 -msgid "New tag" -msgstr "Nuova etichetta" +#: __init__.py:43 +msgid "tagged items" +msgstr "articoli etichettati." -#: forms.py:15 forms.py:24 -msgid "Color" -msgstr "Colori" - -#: forms.py:16 -msgid "Existing tags" -msgstr "Etichette esistenti" - -#: forms.py:23 +#: forms.py:24 msgid "Name" msgstr "Nome" -#: models.py:18 +#: forms.py:25 +msgid "Color" +msgstr "Colori" + +#: forms.py:42 permissions.py:7 +msgid "Tags" +msgstr "Etichette" + +#: literals.py:18 msgid "Blue" msgstr "Blue" -#: models.py:19 +#: literals.py:19 msgid "Cyan" msgstr "Ciaono" -#: models.py:20 +#: literals.py:20 msgid "Coral" msgstr "Corallo" -#: models.py:21 +#: literals.py:21 msgid "Green-Yellow" msgstr "Verdognolo" -#: models.py:22 +#: literals.py:22 msgid "Khaki" msgstr "Khaki" -#: models.py:23 +#: literals.py:23 msgid "LightGrey" msgstr "Grigio chiaro" -#: models.py:24 +#: literals.py:24 msgid "Magenta" msgstr "Magenta" -#: models.py:25 +#: literals.py:25 msgid "Red" msgstr "Rosso" -#: models.py:26 +#: literals.py:26 msgid "Orange" msgstr "Arancione" -#: models.py:27 +#: literals.py:27 msgid "Yellow" msgstr "Giallo" -#: models.py:45 views.py:185 views.py:233 views.py:248 +#: models.py:12 views.py:153 views.py:205 views.py:219 msgid "tag" msgstr "etichetta" -#: models.py:49 +#: models.py:16 msgid "tag properties" msgstr "proprità dell'etichetta" -#: models.py:50 +#: models.py:17 msgid "tags properties" msgstr "proprietà delle etichette" -#: views.py:33 +#: permissions.py:9 +msgid "Create new tags" +msgstr "Crea un nuova etichetta" + +#: permissions.py:10 +msgid "Delete tags" +msgstr "" + +#: permissions.py:11 +msgid "Edit tags" +msgstr "" + +#: permissions.py:12 +msgid "View tags" +msgstr "" + +#: permissions.py:13 +msgid "Attach tags to documents" +msgstr "" + +#: permissions.py:14 +msgid "Remove tags from documents" +msgstr "Rimuovi etichetta dal documento" + +#: views.py:42 msgid "Tag already exists." msgstr "L'etichetta già esiste" -#: views.py:40 +#: views.py:50 msgid "Tag created succesfully." msgstr "Etichetta creata con successo" -#: views.py:46 +#: views.py:56 msgid "create tag" msgstr "crea etichetta" -#: views.py:73 views.py:112 -msgid "Must choose either a new tag or an existing one." -msgstr "Devi scegliere una nuova etichetta o una esistente" - -#: views.py:77 views.py:116 +#: views.py:77 #, python-format msgid "Document is already tagged as \"%s\"" msgstr "Il documento è giià stato etichettato come \"%s\"." -#: views.py:86 -#, python-format -msgid "Tag \"%s\" added successfully." -msgstr "Etichetta \"%s\" aggiunta con successo." - -#: views.py:124 -#, python-format -msgid "Tag \"%s\" added and attached successfully." -msgstr "Etichetta \"%s\" aggiunta e allegata con successo" - -#: views.py:126 +#: views.py:82 #, python-format msgid "Tag \"%s\" attached successfully." msgstr "Eticetta \"%s\" allegata con successo." -#: views.py:133 +#: views.py:88 #, python-format msgid "attach tag to: %s" msgstr "allega etichetta a:%s" -#: views.py:149 -msgid "tagged items" -msgstr "articoli etichettati." - -#: views.py:166 views.py:280 +#: views.py:129 views.py:256 msgid "Must provide at least one tag." msgstr "Devi fornire almeno un'etichetta" -#: views.py:176 +#: views.py:144 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "Etichetta \"%s\" cancellata con successo." -#: views.py:178 views.py:294 +#: views.py:146 views.py:268 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "Errore nel cancellare l'etichetta \"%(tag)s\": %(error)s" -#: views.py:193 +#: views.py:161 #, python-format msgid "Are you sure you wish to delete the tag: %s?" msgstr "Sei sicuro di voler cancellare questa etichetta: %s?" -#: views.py:194 views.py:197 +#: views.py:162 views.py:165 msgid "Will be removed from all documents." msgstr "Sarà rimossa da tutti i documenti" -#: views.py:196 +#: views.py:164 #, python-format msgid "Are you sure you wish to delete the tags: %s?" msgstr "Sei sicuro di voler cancellare tutte queste etichette: %s?" -#: views.py:221 +#: views.py:193 msgid "Tag updated succesfully." msgstr "Etichetta aggiornata con successo" -#: views.py:230 +#: views.py:202 #, python-format msgid "edit tag: %s" msgstr "modifica l'etichetta:%s" -#: views.py:245 +#: views.py:216 #, python-format msgid "documents with the tag \"%s\"" msgstr "documenti con l'etichetta \"%s\"" -#: views.py:258 +#: views.py:235 #, python-format msgid "tags for: %s" msgstr "etichette per: %s" -#: views.py:292 +#: views.py:266 #, python-format msgid "Tag \"%s\" removed successfully." msgstr "Etichetta \"%s\" rimossa con successo." -#: views.py:308 +#: views.py:282 #, python-format msgid "Are you sure you wish to remove the tag: %s?" msgstr "Sei sicuro di voler rimuovere le etichetta: %s ?" -#: views.py:310 +#: views.py:284 #, python-format msgid "Are you sure you wish to remove the tags: %s?" msgstr "Sei sicuro di voler rimuovere le etichette: %s ?" diff --git a/apps/tags/locale/pt/LC_MESSAGES/django.mo b/apps/tags/locale/pt/LC_MESSAGES/django.mo index db86c8cc36..992d243914 100644 Binary files a/apps/tags/locale/pt/LC_MESSAGES/django.mo and b/apps/tags/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/tags/locale/pt/LC_MESSAGES/django.po b/apps/tags/locale/pt/LC_MESSAGES/django.po index bbc0936a4d..c0b69116a7 100644 --- a/apps/tags/locale/pt/LC_MESSAGES/django.po +++ b/apps/tags/locale/pt/LC_MESSAGES/django.po @@ -1,263 +1,244 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-22 11:26-0400\n" -"PO-Revision-Date: 2011-11-02 01:45+0000\n" -"Last-Translator: emersonsoares \n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/" -"team/pt/)\n" -"Language: pt\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\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 \n" +"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/team/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:13 -msgid "Create new tags" -msgstr "Criar novas etiquetas" - -#: __init__.py:14 -msgid "Attach exising tags" -msgstr "Anexar etiquetas existentes" - -#: __init__.py:15 -msgid "Remove tags from documents" -msgstr "Remover etiquetas de documentos" - -#: __init__.py:16 -msgid "Delete global tags" -msgstr "Excluir etiquetas globais" - -#: __init__.py:17 -msgid "Edit global tags" -msgstr "Editar etiquetas globais" - -#: __init__.py:18 -msgid "View a document's tags" -msgstr "Ver etiquetas de um documento" - -#: __init__.py:20 -msgid "Tags" -msgstr "Etiquetas" - -#: __init__.py:28 +#: __init__.py:21 msgid "tag list" msgstr "lista de etiquetas" -#: __init__.py:29 +#: __init__.py:22 msgid "create new tag" msgstr "criar nova etiqueta" -#: __init__.py:30 +#: __init__.py:23 msgid "attach tag" msgstr "anexar etiqueta" -#: __init__.py:31 __init__.py:32 +#: __init__.py:24 __init__.py:25 msgid "remove" msgstr "remover" -#: __init__.py:33 __init__.py:58 utils.py:14 views.py:144 +#: __init__.py:26 __init__.py:49 __init__.py:57 views.py:98 msgid "tags" msgstr "Etiquetas" -#: __init__.py:34 __init__.py:37 +#: __init__.py:27 __init__.py:30 msgid "delete" msgstr "excluir" -#: __init__.py:35 +#: __init__.py:28 msgid "edit" msgstr "editar" -#: __init__.py:36 +#: __init__.py:29 msgid "tagged documents" msgstr "documentos etiquetados" -#: __init__.py:41 models.py:46 +#: __init__.py:31 +msgid "ACLs" +msgstr "" + +#: __init__.py:35 models.py:13 msgid "color" msgstr "cor" -#: __init__.py:45 +#: __init__.py:39 msgid "color name" msgstr "nome da cor" -#: forms.py:14 -msgid "New tag" -msgstr "Nova etiqueta" +#: __init__.py:43 +msgid "tagged items" +msgstr "itens marcados" -#: forms.py:15 forms.py:24 -msgid "Color" -msgstr "Cor" - -#: forms.py:16 -msgid "Existing tags" -msgstr "Etiquetas existentes" - -#: forms.py:23 +#: forms.py:24 msgid "Name" msgstr "Nome" -#: models.py:18 +#: forms.py:25 +msgid "Color" +msgstr "Cor" + +#: forms.py:42 permissions.py:7 +msgid "Tags" +msgstr "Etiquetas" + +#: literals.py:18 msgid "Blue" msgstr "Azul" -#: models.py:19 +#: literals.py:19 msgid "Cyan" msgstr "Ciano" -#: models.py:20 +#: literals.py:20 msgid "Coral" msgstr "Coral" -#: models.py:21 +#: literals.py:21 msgid "Green-Yellow" msgstr "Verde-Amarelo" -#: models.py:22 +#: literals.py:22 msgid "Khaki" msgstr "Caqui" -#: models.py:23 +#: literals.py:23 msgid "LightGrey" msgstr "Cinza Claro" -#: models.py:24 +#: literals.py:24 msgid "Magenta" msgstr "Magenta" -#: models.py:25 +#: literals.py:25 msgid "Red" msgstr "Vermelho" -#: models.py:26 +#: literals.py:26 msgid "Orange" msgstr "Laranja" -#: models.py:27 +#: literals.py:27 msgid "Yellow" msgstr "Amarelo" -#: models.py:45 views.py:185 views.py:233 views.py:248 +#: models.py:12 views.py:153 views.py:205 views.py:219 msgid "tag" msgstr "etiqueta" -#: models.py:49 +#: models.py:16 msgid "tag properties" msgstr "propriedades de etiqueta" -#: models.py:50 +#: models.py:17 msgid "tags properties" msgstr "propriedades de etiquetas" -#: views.py:33 +#: permissions.py:9 +msgid "Create new tags" +msgstr "Criar novas etiquetas" + +#: permissions.py:10 +msgid "Delete tags" +msgstr "" + +#: permissions.py:11 +msgid "Edit tags" +msgstr "" + +#: permissions.py:12 +msgid "View tags" +msgstr "" + +#: permissions.py:13 +msgid "Attach tags to documents" +msgstr "" + +#: permissions.py:14 +msgid "Remove tags from documents" +msgstr "Remover etiquetas de documentos" + +#: views.py:42 msgid "Tag already exists." msgstr "Etiqueta já existe." -#: views.py:40 +#: views.py:50 msgid "Tag created succesfully." msgstr "Etiqueta criada com sucesso." -#: views.py:46 +#: views.py:56 msgid "create tag" msgstr "criar etiqueta" -#: views.py:73 views.py:112 -msgid "Must choose either a new tag or an existing one." -msgstr "Deve optar por uma nova etiqueta ou uma já existente." - -#: views.py:77 views.py:116 +#: views.py:77 #, python-format msgid "Document is already tagged as \"%s\"" msgstr "Documento já está marcado como \"%s\"" -#: views.py:86 -#, python-format -msgid "Tag \"%s\" added successfully." -msgstr "Etiqueta \"%s\" adicionada com sucesso." - -#: views.py:124 -#, python-format -msgid "Tag \"%s\" added and attached successfully." -msgstr "Etiqueta \"%s\", acrescentada e anexada com sucesso." - -#: views.py:126 +#: views.py:82 #, python-format msgid "Tag \"%s\" attached successfully." msgstr "Etiqueta \"%s\" anexada com sucesso." -#: views.py:133 +#: views.py:88 #, python-format msgid "attach tag to: %s" msgstr "anexar etiqueta a: %s" -#: views.py:149 -msgid "tagged items" -msgstr "itens marcados" - -#: views.py:166 views.py:280 +#: views.py:129 views.py:256 msgid "Must provide at least one tag." msgstr "Deve fornecer pelo menos uma etiqueta." -#: views.py:176 +#: views.py:144 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "Etiqueta \"%s\" removida com sucesso." -#: views.py:178 views.py:294 +#: views.py:146 views.py:268 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "Erro ao excluir etiqueta \" %(tag)s \": %(error)s " -#: views.py:193 +#: views.py:161 #, python-format msgid "Are you sure you wish to delete the tag: %s?" msgstr "Tem certeza de que deseja excluir a etiqueta: %s?" -#: views.py:194 views.py:197 +#: views.py:162 views.py:165 msgid "Will be removed from all documents." msgstr "Será removido de todos os documentos." -#: views.py:196 +#: views.py:164 #, python-format msgid "Are you sure you wish to delete the tags: %s?" msgstr "Você tem certeza que deseja deletar as etiquetas: %s?" -#: views.py:221 +#: views.py:193 msgid "Tag updated succesfully." msgstr "Etiqueta atualizada com sucesso." -#: views.py:230 +#: views.py:202 #, python-format msgid "edit tag: %s" msgstr "editar etiqueta: %s" -#: views.py:245 +#: views.py:216 #, python-format msgid "documents with the tag \"%s\"" msgstr "documentos com a etiqueta \"%s\"" -#: views.py:258 +#: views.py:235 #, python-format msgid "tags for: %s" msgstr "etiquetas para: %s" -#: views.py:292 +#: views.py:266 #, python-format msgid "Tag \"%s\" removed successfully." msgstr "Etiqueta \"%s\" removida com sucesso." -#: views.py:308 +#: views.py:282 #, python-format msgid "Are you sure you wish to remove the tag: %s?" msgstr "Tem certeza de que deseja remover a etiqueta: %s?" -#: views.py:310 +#: views.py:284 #, python-format msgid "Are you sure you wish to remove the tags: %s?" msgstr "Tem certeza de que deseja remover as etiquetas: %s?" @@ -265,3 +246,5 @@ msgstr "Tem certeza de que deseja remover as etiquetas: %s?" #: templatetags/tags_tags.py:17 msgid "Add tag to document" msgstr "Adicionar etiquetas para o documento" + + diff --git a/apps/tags/locale/ru/LC_MESSAGES/django.mo b/apps/tags/locale/ru/LC_MESSAGES/django.mo index 9caaeae59d..b520139771 100644 Binary files a/apps/tags/locale/ru/LC_MESSAGES/django.mo and b/apps/tags/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/tags/locale/ru/LC_MESSAGES/django.po b/apps/tags/locale/ru/LC_MESSAGES/django.po index 1e057efbd3..06e294b4da 100644 --- a/apps/tags/locale/ru/LC_MESSAGES/django.po +++ b/apps/tags/locale/ru/LC_MESSAGES/django.po @@ -1,263 +1,243 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-22 11:26-0400\n" -"PO-Revision-Date: 2011-11-04 15:20+0000\n" -"Last-Translator: gsv70 \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/team/" -"ru/)\n" -"Language: ru\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\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 \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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" +"Language: ru\n" +"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" -#: __init__.py:13 -msgid "Create new tags" -msgstr "Создание новых меток" - -#: __init__.py:14 -msgid "Attach exising tags" -msgstr "Прикрепить существующие метки" - -#: __init__.py:15 -msgid "Remove tags from documents" -msgstr "Удаление тегов из документов" - -#: __init__.py:16 -msgid "Delete global tags" -msgstr "Удалить общие метки" - -#: __init__.py:17 -msgid "Edit global tags" -msgstr "Изменить общие метки" - -#: __init__.py:18 -msgid "View a document's tags" -msgstr "Просмотр тегов документа" - -#: __init__.py:20 -msgid "Tags" -msgstr "Метки" - -#: __init__.py:28 +#: __init__.py:21 msgid "tag list" msgstr "список меток" -#: __init__.py:29 +#: __init__.py:22 msgid "create new tag" msgstr "создать новую метку" -#: __init__.py:30 +#: __init__.py:23 msgid "attach tag" msgstr "пометить" -#: __init__.py:31 __init__.py:32 +#: __init__.py:24 __init__.py:25 msgid "remove" msgstr "удаление" -#: __init__.py:33 __init__.py:58 utils.py:14 views.py:144 +#: __init__.py:26 __init__.py:49 __init__.py:57 views.py:98 msgid "tags" msgstr "метки" -#: __init__.py:34 __init__.py:37 +#: __init__.py:27 __init__.py:30 msgid "delete" msgstr "удалить" -#: __init__.py:35 +#: __init__.py:28 msgid "edit" msgstr "редактировать" -#: __init__.py:36 +#: __init__.py:29 msgid "tagged documents" msgstr "помеченные документы" -#: __init__.py:41 models.py:46 +#: __init__.py:31 +msgid "ACLs" +msgstr "" + +#: __init__.py:35 models.py:13 msgid "color" msgstr "цвет" -#: __init__.py:45 +#: __init__.py:39 msgid "color name" msgstr "название цвета" -#: forms.py:14 -msgid "New tag" -msgstr "Новая метка" +#: __init__.py:43 +msgid "tagged items" +msgstr "помеченные элементы" -#: forms.py:15 forms.py:24 -msgid "Color" -msgstr "Цвет" - -#: forms.py:16 -msgid "Existing tags" -msgstr "Существующие метки" - -#: forms.py:23 +#: forms.py:24 msgid "Name" msgstr "Имя" -#: models.py:18 +#: forms.py:25 +msgid "Color" +msgstr "Цвет" + +#: forms.py:42 permissions.py:7 +msgid "Tags" +msgstr "Метки" + +#: literals.py:18 msgid "Blue" msgstr "Синий" -#: models.py:19 +#: literals.py:19 msgid "Cyan" msgstr "Голубой" -#: models.py:20 +#: literals.py:20 msgid "Coral" msgstr "Коралловый" -#: models.py:21 +#: literals.py:21 msgid "Green-Yellow" msgstr "Зелено-желтый" -#: models.py:22 +#: literals.py:22 msgid "Khaki" msgstr "Хаки" -#: models.py:23 +#: literals.py:23 msgid "LightGrey" msgstr "Светло-серый" -#: models.py:24 +#: literals.py:24 msgid "Magenta" msgstr "Пурпурный" -#: models.py:25 +#: literals.py:25 msgid "Red" msgstr "Красный" -#: models.py:26 +#: literals.py:26 msgid "Orange" msgstr "Оранжевый" -#: models.py:27 +#: literals.py:27 msgid "Yellow" msgstr "Желтый" -#: models.py:45 views.py:185 views.py:233 views.py:248 +#: models.py:12 views.py:153 views.py:205 views.py:219 msgid "tag" msgstr "метка" -#: models.py:49 +#: models.py:16 msgid "tag properties" msgstr "свойства метки" -#: models.py:50 +#: models.py:17 msgid "tags properties" msgstr "свойства метки" -#: views.py:33 +#: permissions.py:9 +msgid "Create new tags" +msgstr "Создание новых меток" + +#: permissions.py:10 +msgid "Delete tags" +msgstr "" + +#: permissions.py:11 +msgid "Edit tags" +msgstr "" + +#: permissions.py:12 +msgid "View tags" +msgstr "" + +#: permissions.py:13 +msgid "Attach tags to documents" +msgstr "" + +#: permissions.py:14 +msgid "Remove tags from documents" +msgstr "Удаление тегов из документов" + +#: views.py:42 msgid "Tag already exists." msgstr "Метка уже существует." -#: views.py:40 +#: views.py:50 msgid "Tag created succesfully." msgstr "Метка создана." -#: views.py:46 +#: views.py:56 msgid "create tag" msgstr "создать метку" -#: views.py:73 views.py:112 -msgid "Must choose either a new tag or an existing one." -msgstr "Необходимо выбрать новые метки или существующие." - -#: views.py:77 views.py:116 +#: views.py:77 #, python-format msgid "Document is already tagged as \"%s\"" msgstr "Документ уже помечены как \"%s\"" -#: views.py:86 -#, python-format -msgid "Tag \"%s\" added successfully." -msgstr "Метка \"%s\" добавлена" - -#: views.py:124 -#, python-format -msgid "Tag \"%s\" added and attached successfully." -msgstr "Метка\"%s\" добавлена и прикреплена." - -#: views.py:126 +#: views.py:82 #, python-format msgid "Tag \"%s\" attached successfully." msgstr "Помечено как \"%s\"" -#: views.py:133 +#: views.py:88 #, python-format msgid "attach tag to: %s" msgstr "пометить как %s" -#: views.py:149 -msgid "tagged items" -msgstr "помеченные элементы" - -#: views.py:166 views.py:280 +#: views.py:129 views.py:256 msgid "Must provide at least one tag." msgstr "Должна быть хотя бы одна метка." -#: views.py:176 +#: views.py:144 #, python-format msgid "Tag \"%s\" deleted successfully." msgstr "Метка \"%s\"удалён." -#: views.py:178 views.py:294 +#: views.py:146 views.py:268 #, python-format msgid "Error deleting tag \"%(tag)s\": %(error)s" msgstr "Ошибка при удалении метки \"%(tag)s\": %(error)s" -#: views.py:193 +#: views.py:161 #, python-format msgid "Are you sure you wish to delete the tag: %s?" msgstr "Вы действительно хотите удалить метку: %s?" -#: views.py:194 views.py:197 +#: views.py:162 views.py:165 msgid "Will be removed from all documents." msgstr "Будет удален из всех документов." -#: views.py:196 +#: views.py:164 #, python-format msgid "Are you sure you wish to delete the tags: %s?" msgstr "Вы действительно хотите удалить метки: %s?" -#: views.py:221 +#: views.py:193 msgid "Tag updated succesfully." msgstr "Метка обновлена." -#: views.py:230 +#: views.py:202 #, python-format msgid "edit tag: %s" msgstr "редактировать метку %s" -#: views.py:245 +#: views.py:216 #, python-format msgid "documents with the tag \"%s\"" msgstr "документы с тегом \"%s\"" -#: views.py:258 +#: views.py:235 #, python-format msgid "tags for: %s" msgstr "теги для:%s" -#: views.py:292 +#: views.py:266 #, python-format msgid "Tag \"%s\" removed successfully." msgstr "Метка \"%s\" удалена." -#: views.py:308 +#: views.py:282 #, python-format msgid "Are you sure you wish to remove the tag: %s?" msgstr "Вы действительно хотите снять метку: %s?" -#: views.py:310 +#: views.py:284 #, python-format msgid "Are you sure you wish to remove the tags: %s?" msgstr "Вы действительно хотите снять метку: %s?" @@ -265,3 +245,5 @@ msgstr "Вы действительно хотите снять метку: %s?" #: templatetags/tags_tags.py:17 msgid "Add tag to document" msgstr "Добавить тег к документу" + + diff --git a/apps/user_management/locale/en/LC_MESSAGES/django.po b/apps/user_management/locale/en/LC_MESSAGES/django.po index 2c85ff5f68..2a79d9f030 100644 --- a/apps/user_management/locale/en/LC_MESSAGES/django.po +++ b/apps/user_management/locale/en/LC_MESSAGES/django.po @@ -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 \n" "Language-Team: LANGUAGE \n" @@ -17,79 +17,43 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: __init__.py:8 -msgid "Create new users" -msgstr "" - -#: __init__.py:9 -msgid "Edit existing users" -msgstr "" - -#: __init__.py:10 -msgid "View existing users" -msgstr "" - -#: __init__.py:11 -msgid "Delete existing users" -msgstr "" - #: __init__.py:13 -msgid "Create new groups" -msgstr "" - -#: __init__.py:14 -msgid "Edit existing groups" -msgstr "" - -#: __init__.py:15 -msgid "View existing groups" -msgstr "" - -#: __init__.py:16 -msgid "Delete existing groups" -msgstr "" - -#: __init__.py:18 -msgid "User management" -msgstr "" - -#: __init__.py:28 msgid "user list" msgstr "" -#: __init__.py:29 views.py:31 +#: __init__.py:14 views.py:31 msgid "users" msgstr "" -#: __init__.py:30 __init__.py:39 +#: __init__.py:15 __init__.py:24 msgid "edit" msgstr "" -#: __init__.py:31 views.py:92 +#: __init__.py:16 views.py:97 msgid "create new user" msgstr "" -#: __init__.py:32 __init__.py:33 __init__.py:41 __init__.py:42 +#: __init__.py:17 __init__.py:18 __init__.py:26 __init__.py:27 msgid "delete" msgstr "" -#: __init__.py:34 __init__.py:35 +#: __init__.py:19 __init__.py:20 msgid "reset password" msgstr "" -#: __init__.py:37 +#: __init__.py:22 msgid "group list" msgstr "" -#: __init__.py:38 views.py:222 +#: __init__.py:23 views.py:228 msgid "groups" msgstr "" -#: __init__.py:40 views.py:270 +#: __init__.py:25 views.py:276 msgid "create new group" msgstr "" -#: __init__.py:43 views.py:226 +#: __init__.py:28 views.py:232 msgid "members" msgstr "" @@ -101,6 +65,42 @@ msgstr "" msgid "Confirm password" msgstr "" +#: permissions.py:7 +msgid "User management" +msgstr "" + +#: permissions.py:9 +msgid "Create new users" +msgstr "" + +#: permissions.py:10 +msgid "Edit existing users" +msgstr "" + +#: permissions.py:11 +msgid "View existing users" +msgstr "" + +#: permissions.py:12 +msgid "Delete existing users" +msgstr "" + +#: permissions.py:14 +msgid "Create new groups" +msgstr "" + +#: permissions.py:15 +msgid "Edit existing groups" +msgstr "" + +#: permissions.py:16 +msgid "View existing groups" +msgstr "" + +#: permissions.py:17 +msgid "Delete existing groups" +msgstr "" + #: views.py:35 msgid "full name" msgstr "" @@ -113,140 +113,144 @@ msgstr "" msgid "active" msgstr "" -#: views.py:58 +#: views.py:47 +msgid "has usable password?" +msgstr "" + +#: views.py:61 msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." msgstr "" -#: views.py:65 +#: views.py:68 #, python-format msgid "User \"%s\" updated successfully." msgstr "" -#: views.py:71 +#: views.py:74 #, python-format msgid "edit user: %s" msgstr "" -#: views.py:74 views.py:130 views.py:193 +#: views.py:77 views.py:135 views.py:198 msgid "user" msgstr "" -#: views.py:86 +#: views.py:91 #, python-format msgid "User \"%s\" created successfully." msgstr "" -#: views.py:108 views.py:162 +#: views.py:113 views.py:167 msgid "Must provide at least one user." msgstr "" -#: views.py:118 +#: views.py:123 msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." msgstr "" -#: views.py:121 +#: views.py:126 #, python-format msgid "User \"%s\" deleted successfully." msgstr "" -#: views.py:123 +#: views.py:128 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "" -#: views.py:138 +#: views.py:143 #, python-format msgid "Are you sure you wish to delete the user: %s?" msgstr "" -#: views.py:140 +#: views.py:145 #, python-format msgid "Are you sure you wish to delete the users: %s?" msgstr "" -#: views.py:173 +#: views.py:178 msgid "Passwords do not match, try again." msgstr "" -#: views.py:178 +#: views.py:183 msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." msgstr "" -#: views.py:182 +#: views.py:187 #, python-format msgid "Successfull password reset for user: %s." msgstr "" -#: views.py:184 +#: views.py:189 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" msgstr "" -#: views.py:200 +#: views.py:205 #, python-format msgid "Reseting password for user: %s" msgstr "" -#: views.py:202 +#: views.py:207 #, python-format msgid "Reseting password for users: %s" msgstr "" -#: views.py:243 +#: views.py:249 #, python-format msgid "Group \"%s\" updated successfully." msgstr "" -#: views.py:249 +#: views.py:255 #, python-format msgid "edit group: %s" msgstr "" -#: views.py:252 views.py:305 views.py:350 +#: views.py:258 views.py:311 views.py:356 msgid "group" msgstr "" -#: views.py:264 +#: views.py:270 #, python-format msgid "Group \"%s\" created successfully." msgstr "" -#: views.py:286 +#: views.py:292 msgid "Must provide at least one group." msgstr "" -#: views.py:296 +#: views.py:302 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "" -#: views.py:298 +#: views.py:304 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "" -#: views.py:313 +#: views.py:319 #, python-format msgid "Are you sure you wish to delete the group: %s?" msgstr "" -#: views.py:315 +#: views.py:321 #, python-format msgid "Are you sure you wish to delete the groups: %s?" msgstr "" -#: views.py:345 +#: views.py:351 #, python-format msgid "non members of group: %s" msgstr "" -#: views.py:346 +#: views.py:352 #, python-format msgid "members of group: %s" msgstr "" diff --git a/apps/user_management/locale/es/LC_MESSAGES/django.mo b/apps/user_management/locale/es/LC_MESSAGES/django.mo index ff5716ae9b..3512452190 100644 Binary files a/apps/user_management/locale/es/LC_MESSAGES/django.mo and b/apps/user_management/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/user_management/locale/es/LC_MESSAGES/django.po b/apps/user_management/locale/es/LC_MESSAGES/django.po index 11f2ee564d..ffca035a57 100644 --- a/apps/user_management/locale/es/LC_MESSAGES/django.po +++ b/apps/user_management/locale/es/LC_MESSAGES/django.po @@ -1,96 +1,60 @@ # 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 , 2012. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-22 11:26-0400\n" -"PO-Revision-Date: 2011-09-30 05:10+0000\n" -"Last-Translator: rosarior \n" -"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/" -"mayan-edms/team/es/)\n" -"Language: es\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-02-02 14:17-0400\n" +"PO-Revision-Date: 2012-02-02 18:30+0000\n" +"Last-Translator: Roberto Rosario \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" "Content-Transfer-Encoding: 8bit\n" +"Language: es\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:8 -msgid "Create new users" -msgstr "Crear nuevos usuarios" - -#: __init__.py:9 -msgid "Edit existing users" -msgstr "Editar usuarios existentes" - -#: __init__.py:10 -msgid "View existing users" -msgstr "Ver usuarios existentes" - -#: __init__.py:11 -msgid "Delete existing users" -msgstr "Eliminar usuarios existentes" - #: __init__.py:13 -msgid "Create new groups" -msgstr "Crear nuevos grupos" - -#: __init__.py:14 -msgid "Edit existing groups" -msgstr "Editar grupos existentes" - -#: __init__.py:15 -msgid "View existing groups" -msgstr "Ver grupos existentes" - -#: __init__.py:16 -msgid "Delete existing groups" -msgstr "Eliminar grupos existentes" - -#: __init__.py:18 -msgid "User management" -msgstr "Administración de usuarios" - -#: __init__.py:28 msgid "user list" msgstr "lista de usuarios" -#: __init__.py:29 views.py:31 +#: __init__.py:14 views.py:31 msgid "users" msgstr "usuarios" -#: __init__.py:30 __init__.py:39 +#: __init__.py:15 __init__.py:24 msgid "edit" msgstr "editar" -#: __init__.py:31 views.py:92 +#: __init__.py:16 views.py:97 msgid "create new user" msgstr "crear nuevo usuario" -#: __init__.py:32 __init__.py:33 __init__.py:41 __init__.py:42 +#: __init__.py:17 __init__.py:18 __init__.py:26 __init__.py:27 msgid "delete" msgstr "eliminar" -#: __init__.py:34 __init__.py:35 +#: __init__.py:19 __init__.py:20 msgid "reset password" msgstr "restablecer contraseña" -#: __init__.py:37 +#: __init__.py:22 msgid "group list" msgstr "list de group" -#: __init__.py:38 views.py:222 +#: __init__.py:23 views.py:228 msgid "groups" msgstr "grupos" -#: __init__.py:40 views.py:270 +#: __init__.py:25 views.py:276 msgid "create new group" msgstr "crear nuevo grupo" -#: __init__.py:43 views.py:226 +#: __init__.py:28 views.py:232 msgid "members" msgstr "miembros" @@ -102,6 +66,42 @@ msgstr "Nueva contraseña" msgid "Confirm password" msgstr "Confirmar contraseña" +#: permissions.py:7 +msgid "User management" +msgstr "Administración de usuarios" + +#: permissions.py:9 +msgid "Create new users" +msgstr "Crear nuevos usuarios" + +#: permissions.py:10 +msgid "Edit existing users" +msgstr "Editar usuarios existentes" + +#: permissions.py:11 +msgid "View existing users" +msgstr "Ver usuarios existentes" + +#: permissions.py:12 +msgid "Delete existing users" +msgstr "Eliminar usuarios existentes" + +#: permissions.py:14 +msgid "Create new groups" +msgstr "Crear nuevos grupos" + +#: permissions.py:15 +msgid "Edit existing groups" +msgstr "Editar grupos existentes" + +#: permissions.py:16 +msgid "View existing groups" +msgstr "Ver grupos existentes" + +#: permissions.py:17 +msgid "Delete existing groups" +msgstr "Eliminar grupos existentes" + #: views.py:35 msgid "full name" msgstr "nombre completo" @@ -114,38 +114,42 @@ msgstr "correo electrónico" msgid "active" msgstr "activo" -#: views.py:58 +#: views.py:47 +msgid "has usable password?" +msgstr "¿Tiene contraseña utilizable?" + +#: views.py:61 msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." msgstr "" -"No se permite editar el super usuario y usuario de personal, use la interfaz " -"de administración para estos casos." +"No se permite editar el super usuario y usuario de personal, use la interfaz" +" de administración para estos casos." -#: views.py:65 +#: views.py:68 #, python-format msgid "User \"%s\" updated successfully." msgstr "Usuario \"%s\" actualizado exitsamente." -#: views.py:71 +#: views.py:74 #, python-format msgid "edit user: %s" msgstr "editar usuario: %s" -#: views.py:74 views.py:130 views.py:193 +#: views.py:77 views.py:135 views.py:198 msgid "user" msgstr "usuario" -#: views.py:86 +#: views.py:91 #, python-format msgid "User \"%s\" created successfully." msgstr "Usuario \"%s\" ha creado exitosamente." -#: views.py:108 views.py:162 +#: views.py:113 views.py:167 msgid "Must provide at least one user." msgstr "Debe proveer al menos un usuario." -#: views.py:118 +#: views.py:123 msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." @@ -153,31 +157,31 @@ msgstr "" "No se permite eliminar el super usuario y usuario de personal, use la " "interfaz de administración para estos casos." -#: views.py:121 +#: views.py:126 #, python-format msgid "User \"%s\" deleted successfully." msgstr "Usuario \"%s\" eliminado exitosamente." -#: views.py:123 +#: views.py:128 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "Error eliminando el usuario \"%(user)s\": %(error)s " -#: views.py:138 +#: views.py:143 #, python-format msgid "Are you sure you wish to delete the user: %s?" msgstr "¿Está seguro que desea eliminar el usuario: %s?" -#: views.py:140 +#: views.py:145 #, python-format msgid "Are you sure you wish to delete the users: %s?" msgstr "¿Está seguro que desea eliminar los usuarios: %s?" -#: views.py:173 +#: views.py:178 msgid "Passwords do not match, try again." msgstr "Las contraseñas no coinciden, vuelva a intentarlo." -#: views.py:178 +#: views.py:183 msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." @@ -185,76 +189,78 @@ msgstr "" "No se permite cambiar la contraseña del super usuario y usuarios de " "personal, use la interfaz de administración para estos casos." -#: views.py:182 +#: views.py:187 #, python-format msgid "Successfull password reset for user: %s." msgstr "Restablecimiento exitoso de contraseña para el usuario: %s." -#: views.py:184 +#: views.py:189 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" msgstr "" "Error de restaurando la contraseña para el usuario \"%(user)s\": %(error)s " -#: views.py:200 +#: views.py:205 #, python-format msgid "Reseting password for user: %s" msgstr "Restaurando contraseña del usuario: %s" -#: views.py:202 +#: views.py:207 #, python-format msgid "Reseting password for users: %s" msgstr "Restaurando la contraseña de los usuarios: %s" -#: views.py:243 +#: views.py:249 #, python-format msgid "Group \"%s\" updated successfully." msgstr "Grupo \"%s\" actualizado exitosamente." -#: views.py:249 +#: views.py:255 #, python-format msgid "edit group: %s" msgstr "editar grupo: %s" -#: views.py:252 views.py:305 views.py:350 +#: views.py:258 views.py:311 views.py:356 msgid "group" msgstr "grupo" -#: views.py:264 +#: views.py:270 #, python-format msgid "Group \"%s\" created successfully." msgstr "Grupo \"%s\" creado exitosamente." -#: views.py:286 +#: views.py:292 msgid "Must provide at least one group." msgstr "Debe proveer al menos un grupo." -#: views.py:296 +#: views.py:302 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "Grupo \"%s\" eliminado con exitosamente." -#: views.py:298 +#: views.py:304 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "Error al eliminar el grupo \"%(group)s\": %(error)s " -#: views.py:313 +#: views.py:319 #, python-format msgid "Are you sure you wish to delete the group: %s?" msgstr "¿Está seguro que desea eliminar el grupo: %s?" -#: views.py:315 +#: views.py:321 #, python-format msgid "Are you sure you wish to delete the groups: %s?" msgstr "¿Está seguro que desea eliminar los grupos: %s?" -#: views.py:345 +#: views.py:351 #, python-format msgid "non members of group: %s" msgstr "no miembros del grupo: %s" -#: views.py:346 +#: views.py:352 #, python-format msgid "members of group: %s" msgstr "miembros del grupo: %s" + + diff --git a/apps/user_management/locale/it/LC_MESSAGES/django.mo b/apps/user_management/locale/it/LC_MESSAGES/django.mo index bb05dd71b6..eeadde4b8c 100644 Binary files a/apps/user_management/locale/it/LC_MESSAGES/django.mo and b/apps/user_management/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/user_management/locale/it/LC_MESSAGES/django.po b/apps/user_management/locale/it/LC_MESSAGES/django.po index c816b88945..53b244cfea 100644 --- a/apps/user_management/locale/it/LC_MESSAGES/django.po +++ b/apps/user_management/locale/it/LC_MESSAGES/django.po @@ -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-13 09:28+0000\n" -"Last-Translator: Pierpaolo Baldan \n" +"POT-Creation-Date: 2012-02-02 14:17-0400\n" +"PO-Revision-Date: 2012-02-02 18:18+0000\n" +"Last-Translator: Roberto Rosario \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,79 +18,43 @@ msgstr "" "Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" -#: __init__.py:8 -msgid "Create new users" -msgstr "Crea un nuovo utente" - -#: __init__.py:9 -msgid "Edit existing users" -msgstr "Modifica utenti " - -#: __init__.py:10 -msgid "View existing users" -msgstr "Visualizza utenti" - -#: __init__.py:11 -msgid "Delete existing users" -msgstr "Cancella utenti" - #: __init__.py:13 -msgid "Create new groups" -msgstr "Crea nuovi gruppi" - -#: __init__.py:14 -msgid "Edit existing groups" -msgstr "Modifica gruppi esistenti" - -#: __init__.py:15 -msgid "View existing groups" -msgstr "Visualizza i gruppi" - -#: __init__.py:16 -msgid "Delete existing groups" -msgstr "Cancella i gruppi esistenti" - -#: __init__.py:18 -msgid "User management" -msgstr "Gestione utenti" - -#: __init__.py:28 msgid "user list" msgstr "lista utenti" -#: __init__.py:29 views.py:31 +#: __init__.py:14 views.py:31 msgid "users" msgstr "utenti" -#: __init__.py:30 __init__.py:39 +#: __init__.py:15 __init__.py:24 msgid "edit" msgstr "modifica" -#: __init__.py:31 views.py:92 +#: __init__.py:16 views.py:97 msgid "create new user" msgstr "crea un nuovo utente" -#: __init__.py:32 __init__.py:33 __init__.py:41 __init__.py:42 +#: __init__.py:17 __init__.py:18 __init__.py:26 __init__.py:27 msgid "delete" msgstr "cancella" -#: __init__.py:34 __init__.py:35 +#: __init__.py:19 __init__.py:20 msgid "reset password" msgstr "riassegna la password" -#: __init__.py:37 +#: __init__.py:22 msgid "group list" msgstr "lista dei gruppi" -#: __init__.py:38 views.py:222 +#: __init__.py:23 views.py:228 msgid "groups" msgstr "gruppi" -#: __init__.py:40 views.py:270 +#: __init__.py:25 views.py:276 msgid "create new group" msgstr "crea un nuovo gruppo" -#: __init__.py:43 views.py:226 +#: __init__.py:28 views.py:232 msgid "members" msgstr "membri" @@ -102,6 +66,42 @@ msgstr "Nuova password" msgid "Confirm password" msgstr "Conferma password" +#: permissions.py:7 +msgid "User management" +msgstr "Gestione utenti" + +#: permissions.py:9 +msgid "Create new users" +msgstr "Crea un nuovo utente" + +#: permissions.py:10 +msgid "Edit existing users" +msgstr "Modifica utenti " + +#: permissions.py:11 +msgid "View existing users" +msgstr "Visualizza utenti" + +#: permissions.py:12 +msgid "Delete existing users" +msgstr "Cancella utenti" + +#: permissions.py:14 +msgid "Create new groups" +msgstr "Crea nuovi gruppi" + +#: permissions.py:15 +msgid "Edit existing groups" +msgstr "Modifica gruppi esistenti" + +#: permissions.py:16 +msgid "View existing groups" +msgstr "Visualizza i gruppi" + +#: permissions.py:17 +msgid "Delete existing groups" +msgstr "Cancella i gruppi esistenti" + #: views.py:35 msgid "full name" msgstr "nome completo" @@ -114,7 +114,11 @@ msgstr "email" msgid "active" msgstr "attivo" -#: views.py:58 +#: views.py:47 +msgid "has usable password?" +msgstr "" + +#: views.py:61 msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." @@ -122,30 +126,30 @@ msgstr "" "Super utente e utente modifica il personale non è consentito, utilizzare " "l'interfaccia di amministrazione per questi casi." -#: views.py:65 +#: views.py:68 #, python-format msgid "User \"%s\" updated successfully." msgstr "Utente \"%s\" aggiornato con successo." -#: views.py:71 +#: views.py:74 #, python-format msgid "edit user: %s" msgstr "modifica utente:%s" -#: views.py:74 views.py:130 views.py:193 +#: views.py:77 views.py:135 views.py:198 msgid "user" msgstr "utente" -#: views.py:86 +#: views.py:91 #, python-format msgid "User \"%s\" created successfully." msgstr "Utente \"%s\" creato con successo." -#: views.py:108 views.py:162 +#: views.py:113 views.py:167 msgid "Must provide at least one user." msgstr "Devi fornire almeno un utente." -#: views.py:118 +#: views.py:123 msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." @@ -153,31 +157,31 @@ msgstr "" "Al super utente e utente non è consentito la cancellazione del personale, " "utilizzare l'interfaccia di amministrazione per questi casi." -#: views.py:121 +#: views.py:126 #, python-format msgid "User \"%s\" deleted successfully." msgstr "Utente \"%s\" cancellato con successo." -#: views.py:123 +#: views.py:128 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "Errore nella cancellazione dell'utente \"%(user)s\": %(error)s" -#: views.py:138 +#: views.py:143 #, python-format msgid "Are you sure you wish to delete the user: %s?" msgstr "Sei sicuro di voler cancellare l'utente: %s?" -#: views.py:140 +#: views.py:145 #, python-format msgid "Are you sure you wish to delete the users: %s?" msgstr "Sei sicuro di voler cancellare gli utenti: %s?" -#: views.py:173 +#: views.py:178 msgid "Passwords do not match, try again." msgstr "La password non corrisponde, riprova." -#: views.py:178 +#: views.py:183 msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." @@ -185,77 +189,77 @@ msgstr "" "Al super utente e utente non è consentito di reimpostare la password " "personale, utilizzare l'interfaccia di amministrazione per questi casi." -#: views.py:182 +#: views.py:187 #, python-format msgid "Successfull password reset for user: %s." msgstr "Password reimpostata per l'utente: %s." -#: views.py:184 +#: views.py:189 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" msgstr "" "Errore per il reimpostamento della password per l'utente \"%(user)s\": " "%(error)s" -#: views.py:200 +#: views.py:205 #, python-format msgid "Reseting password for user: %s" msgstr "Reimposta la password per l'utente:%s" -#: views.py:202 +#: views.py:207 #, python-format msgid "Reseting password for users: %s" msgstr "Reimposta la password per gli utenti:%s" -#: views.py:243 +#: views.py:249 #, python-format msgid "Group \"%s\" updated successfully." msgstr "Gruppo \"%s\" aggiornato con successo." -#: views.py:249 +#: views.py:255 #, python-format msgid "edit group: %s" msgstr "modifica gruppo: %s" -#: views.py:252 views.py:305 views.py:350 +#: views.py:258 views.py:311 views.py:356 msgid "group" msgstr "gruppo" -#: views.py:264 +#: views.py:270 #, python-format msgid "Group \"%s\" created successfully." msgstr "Gruppo \"%s\" creato con successo." -#: views.py:286 +#: views.py:292 msgid "Must provide at least one group." msgstr "Devi almeno indicare un gruppo" -#: views.py:296 +#: views.py:302 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "Gruppo \"%s\" cancellato con successo." -#: views.py:298 +#: views.py:304 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "Erroro nella cancellazione del gruppo\"%(group)s\": %(error)s" -#: views.py:313 +#: views.py:319 #, python-format msgid "Are you sure you wish to delete the group: %s?" msgstr "Sei sicuro di voler cancellare il gruppo: %s?" -#: views.py:315 +#: views.py:321 #, python-format msgid "Are you sure you wish to delete the groups: %s?" msgstr "Sei sicuro di voler cancellare i gruppi: %s?" -#: views.py:345 +#: views.py:351 #, python-format msgid "non members of group: %s" msgstr "non membri del gruppo: %s" -#: views.py:346 +#: views.py:352 #, python-format msgid "members of group: %s" msgstr "membri del gruppo: %s" diff --git a/apps/user_management/locale/pt/LC_MESSAGES/django.mo b/apps/user_management/locale/pt/LC_MESSAGES/django.mo index b5441bf678..652f660de4 100644 Binary files a/apps/user_management/locale/pt/LC_MESSAGES/django.mo and b/apps/user_management/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/user_management/locale/pt/LC_MESSAGES/django.po b/apps/user_management/locale/pt/LC_MESSAGES/django.po index 45dc3f91b4..cc120cae6c 100644 --- a/apps/user_management/locale/pt/LC_MESSAGES/django.po +++ b/apps/user_management/locale/pt/LC_MESSAGES/django.po @@ -1,97 +1,60 @@ # 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 , 2011. msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-22 11:26-0400\n" -"PO-Revision-Date: 2011-11-03 03:18+0000\n" -"Last-Translator: renataoliveira \n" -"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/" -"team/pt/)\n" -"Language: pt\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-02-02 14:17-0400\n" +"PO-Revision-Date: 2012-02-02 18:18+0000\n" +"Last-Translator: Roberto Rosario \n" +"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/team/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:8 -msgid "Create new users" -msgstr "Criar novos usuários" - -#: __init__.py:9 -msgid "Edit existing users" -msgstr "Editar usuários existentes" - -#: __init__.py:10 -msgid "View existing users" -msgstr "Ver os usuários existentes" - -#: __init__.py:11 -msgid "Delete existing users" -msgstr "Exclui usuários existentes" - #: __init__.py:13 -msgid "Create new groups" -msgstr "Criar novos grupos" - -#: __init__.py:14 -msgid "Edit existing groups" -msgstr "Editar grupos existentes" - -#: __init__.py:15 -msgid "View existing groups" -msgstr "Ver grupos existentes" - -#: __init__.py:16 -msgid "Delete existing groups" -msgstr "Excluir grupos existentes" - -#: __init__.py:18 -msgid "User management" -msgstr "Gerenciar usuários" - -#: __init__.py:28 msgid "user list" msgstr "lista de usuários" -#: __init__.py:29 views.py:31 +#: __init__.py:14 views.py:31 msgid "users" msgstr "usuários" -#: __init__.py:30 __init__.py:39 +#: __init__.py:15 __init__.py:24 msgid "edit" msgstr "editar" -#: __init__.py:31 views.py:92 +#: __init__.py:16 views.py:97 msgid "create new user" msgstr "criar novo usuário" -#: __init__.py:32 __init__.py:33 __init__.py:41 __init__.py:42 +#: __init__.py:17 __init__.py:18 __init__.py:26 __init__.py:27 msgid "delete" msgstr "excluir" -#: __init__.py:34 __init__.py:35 +#: __init__.py:19 __init__.py:20 msgid "reset password" msgstr "redefinir senha" -#: __init__.py:37 +#: __init__.py:22 msgid "group list" msgstr "lista de grupos" -#: __init__.py:38 views.py:222 +#: __init__.py:23 views.py:228 msgid "groups" msgstr "grupos" -#: __init__.py:40 views.py:270 +#: __init__.py:25 views.py:276 msgid "create new group" msgstr "criar novo grupo" -#: __init__.py:43 views.py:226 +#: __init__.py:28 views.py:232 msgid "members" msgstr "membros" @@ -103,6 +66,42 @@ msgstr "Nova senha" msgid "Confirm password" msgstr "Confirmar senha" +#: permissions.py:7 +msgid "User management" +msgstr "Gerenciar usuários" + +#: permissions.py:9 +msgid "Create new users" +msgstr "Criar novos usuários" + +#: permissions.py:10 +msgid "Edit existing users" +msgstr "Editar usuários existentes" + +#: permissions.py:11 +msgid "View existing users" +msgstr "Ver os usuários existentes" + +#: permissions.py:12 +msgid "Delete existing users" +msgstr "Exclui usuários existentes" + +#: permissions.py:14 +msgid "Create new groups" +msgstr "Criar novos grupos" + +#: permissions.py:15 +msgid "Edit existing groups" +msgstr "Editar grupos existentes" + +#: permissions.py:16 +msgid "View existing groups" +msgstr "Ver grupos existentes" + +#: permissions.py:17 +msgid "Delete existing groups" +msgstr "Excluir grupos existentes" + #: views.py:35 msgid "full name" msgstr "nome completo" @@ -115,7 +114,11 @@ msgstr "e-mail" msgid "active" msgstr "ativo" -#: views.py:58 +#: views.py:47 +msgid "has usable password?" +msgstr "" + +#: views.py:61 msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." @@ -123,30 +126,30 @@ msgstr "" "Edição de super usuário e usuário pessoal não é permitida, use a interface " "de administração para esses casos." -#: views.py:65 +#: views.py:68 #, python-format msgid "User \"%s\" updated successfully." msgstr "Usuário \"%s\" atualizado com sucesso." -#: views.py:71 +#: views.py:74 #, python-format msgid "edit user: %s" msgstr "editar usuário: %s" -#: views.py:74 views.py:130 views.py:193 +#: views.py:77 views.py:135 views.py:198 msgid "user" msgstr "usuário" -#: views.py:86 +#: views.py:91 #, python-format msgid "User \"%s\" created successfully." msgstr "Usuário \"%s\" criado com sucesso." -#: views.py:108 views.py:162 +#: views.py:113 views.py:167 msgid "Must provide at least one user." msgstr "Deve fornecer pelo menos um usuário." -#: views.py:118 +#: views.py:123 msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." @@ -154,31 +157,31 @@ msgstr "" "Excluir super usuário e usuário pessoal não é permitido, use a interface de " "administração para esses casos." -#: views.py:121 +#: views.py:126 #, python-format msgid "User \"%s\" deleted successfully." msgstr "Usuário \"%s\" removido com sucesso." -#: views.py:123 +#: views.py:128 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "Erro ao excluir usuário \"%(user)s\": %(error)s " -#: views.py:138 +#: views.py:143 #, python-format msgid "Are you sure you wish to delete the user: %s?" msgstr "Tem certeza de que deseja excluir o usuário: %s?" -#: views.py:140 +#: views.py:145 #, python-format msgid "Are you sure you wish to delete the users: %s?" msgstr "Tem certeza de que deseja excluir os usuários: %s?" -#: views.py:173 +#: views.py:178 msgid "Passwords do not match, try again." msgstr "Senhas não coincidem, tente novamente." -#: views.py:178 +#: views.py:183 msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." @@ -186,75 +189,77 @@ msgstr "" "Redefinir senha de super usuário e usuário pessoal não é permitido, use a " "interface de administração para esses casos." -#: views.py:182 +#: views.py:187 #, python-format msgid "Successfull password reset for user: %s." msgstr "Redefinição de senha do usuário bem-sucedida: %s." -#: views.py:184 +#: views.py:189 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" msgstr "Erro de redefinição de senha para o usuário \"%(user)s\": %(error)s " -#: views.py:200 +#: views.py:205 #, python-format msgid "Reseting password for user: %s" msgstr "Redefinindo senha para o usuário: %s" -#: views.py:202 +#: views.py:207 #, python-format msgid "Reseting password for users: %s" msgstr "Redefinindo senha para os usuários: %s" -#: views.py:243 +#: views.py:249 #, python-format msgid "Group \"%s\" updated successfully." msgstr "Grupo \"%s\" atualizado com sucesso." -#: views.py:249 +#: views.py:255 #, python-format msgid "edit group: %s" msgstr "editar grupo: %s" -#: views.py:252 views.py:305 views.py:350 +#: views.py:258 views.py:311 views.py:356 msgid "group" msgstr "grupo" -#: views.py:264 +#: views.py:270 #, python-format msgid "Group \"%s\" created successfully." msgstr "Grupo \"%s\" criado com sucesso." -#: views.py:286 +#: views.py:292 msgid "Must provide at least one group." msgstr "Deve fornecer pelo menos um grupo." -#: views.py:296 +#: views.py:302 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "Grupo \"%s\" removido com sucesso." -#: views.py:298 +#: views.py:304 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "Erro ao excluir o grupo \"%(group)s\": %(error)s " -#: views.py:313 +#: views.py:319 #, python-format msgid "Are you sure you wish to delete the group: %s?" msgstr "Tem certeza de que deseja excluir o grupo: %s?" -#: views.py:315 +#: views.py:321 #, python-format msgid "Are you sure you wish to delete the groups: %s?" msgstr "Tem certeza de que deseja excluir os grupos: %s?" -#: views.py:345 +#: views.py:351 #, python-format msgid "non members of group: %s" msgstr "não-membros do grupo: %s" -#: views.py:346 +#: views.py:352 #, python-format msgid "members of group: %s" msgstr "membros do grupo: %s" + + diff --git a/apps/user_management/locale/ru/LC_MESSAGES/django.mo b/apps/user_management/locale/ru/LC_MESSAGES/django.mo index 6783d4921d..5aa4e055bc 100644 Binary files a/apps/user_management/locale/ru/LC_MESSAGES/django.mo and b/apps/user_management/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/user_management/locale/ru/LC_MESSAGES/django.po b/apps/user_management/locale/ru/LC_MESSAGES/django.po index 552793cf5e..b7b425cdfb 100644 --- a/apps/user_management/locale/ru/LC_MESSAGES/django.po +++ b/apps/user_management/locale/ru/LC_MESSAGES/django.po @@ -1,97 +1,59 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-22 11:26-0400\n" -"PO-Revision-Date: 2011-11-19 21:07+0000\n" -"Last-Translator: gsv70 \n" -"Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/team/" -"ru/)\n" -"Language: ru\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2012-02-02 14:17-0400\n" +"PO-Revision-Date: 2012-02-02 18:18+0000\n" +"Last-Translator: Roberto Rosario \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" "Content-Transfer-Encoding: 8bit\n" -"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n" -"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2)\n" - -#: __init__.py:8 -msgid "Create new users" -msgstr "Создание новых пользователей" - -#: __init__.py:9 -msgid "Edit existing users" -msgstr "Редактирование существующих пользователей" - -#: __init__.py:10 -msgid "View existing users" -msgstr "Просмотр существующих пользователей" - -#: __init__.py:11 -msgid "Delete existing users" -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:13 -msgid "Create new groups" -msgstr "Создание новых групп" - -#: __init__.py:14 -msgid "Edit existing groups" -msgstr "Редактирование существующих групп" - -#: __init__.py:15 -msgid "View existing groups" -msgstr "Просмотр существующих групп" - -#: __init__.py:16 -msgid "Delete existing groups" -msgstr "Удалить существующие группы" - -#: __init__.py:18 -msgid "User management" -msgstr "Управление пользователями" - -#: __init__.py:28 msgid "user list" msgstr "список пользователей" -#: __init__.py:29 views.py:31 +#: __init__.py:14 views.py:31 msgid "users" msgstr "пользователи" -#: __init__.py:30 __init__.py:39 +#: __init__.py:15 __init__.py:24 msgid "edit" msgstr "редактировать" -#: __init__.py:31 views.py:92 +#: __init__.py:16 views.py:97 msgid "create new user" msgstr "создать нового пользователя" -#: __init__.py:32 __init__.py:33 __init__.py:41 __init__.py:42 +#: __init__.py:17 __init__.py:18 __init__.py:26 __init__.py:27 msgid "delete" msgstr "удалить" -#: __init__.py:34 __init__.py:35 +#: __init__.py:19 __init__.py:20 msgid "reset password" msgstr "сброс пароля" -#: __init__.py:37 +#: __init__.py:22 msgid "group list" msgstr "список групп" -#: __init__.py:38 views.py:222 +#: __init__.py:23 views.py:228 msgid "groups" msgstr "группы" -#: __init__.py:40 views.py:270 +#: __init__.py:25 views.py:276 msgid "create new group" msgstr "создать новую группу" -#: __init__.py:43 views.py:226 +#: __init__.py:28 views.py:232 msgid "members" msgstr "Участники" @@ -103,6 +65,42 @@ msgstr "Новый пароль" msgid "Confirm password" msgstr "Подтвердите пароль" +#: permissions.py:7 +msgid "User management" +msgstr "Управление пользователями" + +#: permissions.py:9 +msgid "Create new users" +msgstr "Создание новых пользователей" + +#: permissions.py:10 +msgid "Edit existing users" +msgstr "Редактирование существующих пользователей" + +#: permissions.py:11 +msgid "View existing users" +msgstr "Просмотр существующих пользователей" + +#: permissions.py:12 +msgid "Delete existing users" +msgstr "Удаление существующих пользователей" + +#: permissions.py:14 +msgid "Create new groups" +msgstr "Создание новых групп" + +#: permissions.py:15 +msgid "Edit existing groups" +msgstr "Редактирование существующих групп" + +#: permissions.py:16 +msgid "View existing groups" +msgstr "Просмотр существующих групп" + +#: permissions.py:17 +msgid "Delete existing groups" +msgstr "Удалить существующие группы" + #: views.py:35 msgid "full name" msgstr "полное имя" @@ -115,38 +113,42 @@ msgstr "электронная почта" msgid "active" msgstr "активно" -#: views.py:58 +#: views.py:47 +msgid "has usable password?" +msgstr "" + +#: views.py:61 msgid "" "Super user and staff user editing is not allowed, use the admin interface " "for these cases." msgstr "" -"Редактирование суперпользователя и персонала не допускается, используйте для " -"этого интерфейс администратора." +"Редактирование суперпользователя и персонала не допускается, используйте для" +" этого интерфейс администратора." -#: views.py:65 +#: views.py:68 #, python-format msgid "User \"%s\" updated successfully." msgstr "Пользователь \"%s\"обновлён" -#: views.py:71 +#: views.py:74 #, python-format msgid "edit user: %s" msgstr "редактировать пользователя: %s." -#: views.py:74 views.py:130 views.py:193 +#: views.py:77 views.py:135 views.py:198 msgid "user" msgstr "пользователь" -#: views.py:86 +#: views.py:91 #, python-format msgid "User \"%s\" created successfully." msgstr "Пользователь \"%s\" создан." -#: views.py:108 views.py:162 +#: views.py:113 views.py:167 msgid "Must provide at least one user." msgstr "Должен быть хотя бы один пользователь." -#: views.py:118 +#: views.py:123 msgid "" "Super user and staff user deleting is not allowed, use the admin interface " "for these cases." @@ -154,31 +156,31 @@ msgstr "" "Удаление суперпользователя и персонала не допускается, используйте " "интерфейс администратора для этих случаев." -#: views.py:121 +#: views.py:126 #, python-format msgid "User \"%s\" deleted successfully." msgstr "Пользователь \"%s\" удален." -#: views.py:123 +#: views.py:128 #, python-format msgid "Error deleting user \"%(user)s\": %(error)s" msgstr "Ошибка при удалении пользователя \"%(user)s\": %(error)s" -#: views.py:138 +#: views.py:143 #, python-format msgid "Are you sure you wish to delete the user: %s?" msgstr "Вы действительно хотите удалить пользователя:%s?" -#: views.py:140 +#: views.py:145 #, python-format msgid "Are you sure you wish to delete the users: %s?" msgstr "Вы действительно хотите удалить пользователей:%s?" -#: views.py:173 +#: views.py:178 msgid "Passwords do not match, try again." msgstr "Пароли не совпадают, попробуйте еще раз." -#: views.py:178 +#: views.py:183 msgid "" "Super user and staff user password reseting is not allowed, use the admin " "interface for these cases." @@ -186,75 +188,77 @@ msgstr "" "Сброс паролей суперпользователя и персонала не допускается, используйте " "интерфейс администратора для этих случаев." -#: views.py:182 +#: views.py:187 #, python-format msgid "Successfull password reset for user: %s." msgstr "Пароль пользователя %s сброшен." -#: views.py:184 +#: views.py:189 #, python-format msgid "Error reseting password for user \"%(user)s\": %(error)s" msgstr "Ошибка сброса пароля для пользователя \"%(user)s\": %(error)s" -#: views.py:200 +#: views.py:205 #, python-format msgid "Reseting password for user: %s" msgstr "Сброс пароля пользователя: %s" -#: views.py:202 +#: views.py:207 #, python-format msgid "Reseting password for users: %s" msgstr "Сброс пароля для пользователей: %s" -#: views.py:243 +#: views.py:249 #, python-format msgid "Group \"%s\" updated successfully." msgstr "Группа \"%s\" обновлены." -#: views.py:249 +#: views.py:255 #, python-format msgid "edit group: %s" msgstr "редактировать группу: %s" -#: views.py:252 views.py:305 views.py:350 +#: views.py:258 views.py:311 views.py:356 msgid "group" msgstr "группа" -#: views.py:264 +#: views.py:270 #, python-format msgid "Group \"%s\" created successfully." msgstr "Группа \"%s\"создана." -#: views.py:286 +#: views.py:292 msgid "Must provide at least one group." msgstr "Должна быть хотя бы одна группа." -#: views.py:296 +#: views.py:302 #, python-format msgid "Group \"%s\" deleted successfully." msgstr "Группа \"%s\" удалена." -#: views.py:298 +#: views.py:304 #, python-format msgid "Error deleting group \"%(group)s\": %(error)s" msgstr "Ошибка при удалении группы \"%(group)s\": %(error)s" -#: views.py:313 +#: views.py:319 #, python-format msgid "Are you sure you wish to delete the group: %s?" msgstr "Вы действительно хотите удалить группу: %s?" -#: views.py:315 +#: views.py:321 #, python-format msgid "Are you sure you wish to delete the groups: %s?" msgstr "Вы действительно хотите удалить группы: %s?" -#: views.py:345 +#: views.py:351 #, python-format msgid "non members of group: %s" msgstr "не входят в группу: %s" -#: views.py:346 +#: views.py:352 #, python-format msgid "members of group: %s" msgstr "входят в группу: %s" + + diff --git a/apps/web_theme/locale/en/LC_MESSAGES/django.po b/apps/web_theme/locale/en/LC_MESSAGES/django.po index 230b0e0867..a8daed9146 100644 --- a/apps/web_theme/locale/en/LC_MESSAGES/django.po +++ b/apps/web_theme/locale/en/LC_MESSAGES/django.po @@ -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 \n" "Language-Team: LANGUAGE \n" @@ -44,19 +44,19 @@ msgstr "" msgid "close" msgstr "" -#: templates/web_theme_login.html:12 templates/web_theme_login.html.py:33 +#: templates/web_theme_login.html:12 templates/web_theme_login.html.py:34 msgid "Login" msgstr "" -#: templates/web_theme_login.html:17 +#: templates/web_theme_login.html:18 msgid "You are already logged in" msgstr "" -#: templates/web_theme_login.html:20 +#: templates/web_theme_login.html:21 msgid "Redirecting you to the website entry point in 5 seconds." msgstr "" -#: templates/web_theme_login.html:23 +#: templates/web_theme_login.html:24 #, python-format msgid "" "Or click here if redirection doesn't " diff --git a/apps/web_theme/locale/es/LC_MESSAGES/django.mo b/apps/web_theme/locale/es/LC_MESSAGES/django.mo index 937619e07a..c0c6863e92 100644 Binary files a/apps/web_theme/locale/es/LC_MESSAGES/django.mo and b/apps/web_theme/locale/es/LC_MESSAGES/django.mo differ diff --git a/apps/web_theme/locale/es/LC_MESSAGES/django.po b/apps/web_theme/locale/es/LC_MESSAGES/django.po index 6048de518a..b9f0245104 100644 --- a/apps/web_theme/locale/es/LC_MESSAGES/django.po +++ b/apps/web_theme/locale/es/LC_MESSAGES/django.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\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: 2011-11-03 21:44+0000\n" -"Last-Translator: rosarior \n" +"Last-Translator: Roberto Rosario \n" "Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/" "mayan-edms/team/es/)\n" "Language: es\n" @@ -48,19 +48,19 @@ msgstr "cerrar esta notificación" msgid "close" msgstr "cerrar" -#: templates/web_theme_login.html:12 templates/web_theme_login.html.py:33 +#: templates/web_theme_login.html:12 templates/web_theme_login.html.py:34 msgid "Login" msgstr "Iniciar sesión" -#: templates/web_theme_login.html:17 +#: templates/web_theme_login.html:18 msgid "You are already logged in" msgstr "Usted ya ha entrado" -#: templates/web_theme_login.html:20 +#: templates/web_theme_login.html:21 msgid "Redirecting you to the website entry point in 5 seconds." msgstr "Se va a redirigir al punto de entrada al sitio web en 5 segundos." -#: templates/web_theme_login.html:23 +#: templates/web_theme_login.html:24 #, python-format msgid "" "Or click here if redirection doesn't " diff --git a/apps/web_theme/locale/it/LC_MESSAGES/django.mo b/apps/web_theme/locale/it/LC_MESSAGES/django.mo index 1dd30bb263..ee22c2a671 100644 Binary files a/apps/web_theme/locale/it/LC_MESSAGES/django.mo and b/apps/web_theme/locale/it/LC_MESSAGES/django.mo differ diff --git a/apps/web_theme/locale/it/LC_MESSAGES/django.po b/apps/web_theme/locale/it/LC_MESSAGES/django.po index e35a81dd81..dbca29b3d1 100644 --- a/apps/web_theme/locale/it/LC_MESSAGES/django.po +++ b/apps/web_theme/locale/it/LC_MESSAGES/django.po @@ -1,21 +1,22 @@ # SOME DESCRIPTIVE TITLE. # Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER # This file is distributed under the same license as the PACKAGE package. -# +# # Translators: # , 2011. 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" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2012-02-02 14:17-0400\n" "PO-Revision-Date: 2011-12-09 18:07+0000\n" "Last-Translator: Pierpaolo Baldan \n" -"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/team/it/)\n" +"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/team/" +"it/)\n" +"Language: it\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -"Language: it\n" "Plural-Forms: nplurals=2; plural=(n != 1)\n" #: conf/settings.py:10 @@ -48,19 +49,19 @@ msgstr "respingere questa notifica" msgid "close" msgstr "chiudi" -#: templates/web_theme_login.html:12 templates/web_theme_login.html.py:33 +#: templates/web_theme_login.html:12 templates/web_theme_login.html.py:34 msgid "Login" msgstr "Login" -#: templates/web_theme_login.html:17 +#: templates/web_theme_login.html:18 msgid "You are already logged in" msgstr "Sei pronto per entrare" -#: templates/web_theme_login.html:20 +#: templates/web_theme_login.html:21 msgid "Redirecting you to the website entry point in 5 seconds." msgstr "Reindirizzamento al tuo punto di ingresso al sito in 5 secondi." -#: templates/web_theme_login.html:23 +#: templates/web_theme_login.html:24 #, python-format msgid "" "Or click here if redirection doesn't " @@ -78,5 +79,3 @@ msgstr "Precedente" #: templates/pagination/pagination.html:28 msgid "Next" msgstr "Successivo" - - diff --git a/apps/web_theme/locale/pt/LC_MESSAGES/django.mo b/apps/web_theme/locale/pt/LC_MESSAGES/django.mo index 24ff710f54..56d6afffc9 100644 Binary files a/apps/web_theme/locale/pt/LC_MESSAGES/django.mo and b/apps/web_theme/locale/pt/LC_MESSAGES/django.mo differ diff --git a/apps/web_theme/locale/pt/LC_MESSAGES/django.po b/apps/web_theme/locale/pt/LC_MESSAGES/django.po index 44231ccd0b..a51db3747c 100644 --- a/apps/web_theme/locale/pt/LC_MESSAGES/django.po +++ b/apps/web_theme/locale/pt/LC_MESSAGES/django.po @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\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: 2011-11-04 00:46+0000\n" "Last-Translator: emersonsoares \n" "Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/" @@ -49,19 +49,19 @@ msgstr "descartar essa notificação" msgid "close" msgstr "fechar" -#: templates/web_theme_login.html:12 templates/web_theme_login.html.py:33 +#: templates/web_theme_login.html:12 templates/web_theme_login.html.py:34 msgid "Login" msgstr "Login" -#: templates/web_theme_login.html:17 +#: templates/web_theme_login.html:18 msgid "You are already logged in" msgstr "Você já está logado" -#: templates/web_theme_login.html:20 +#: templates/web_theme_login.html:21 msgid "Redirecting you to the website entry point in 5 seconds." msgstr "Redirecionando você para o ponto de entrada do site em 5 segundos." -#: templates/web_theme_login.html:23 +#: templates/web_theme_login.html:24 #, python-format msgid "" "Or click here if redirection doesn't " diff --git a/apps/web_theme/locale/ru/LC_MESSAGES/django.mo b/apps/web_theme/locale/ru/LC_MESSAGES/django.mo index 53af98872f..f9648438ef 100644 Binary files a/apps/web_theme/locale/ru/LC_MESSAGES/django.mo and b/apps/web_theme/locale/ru/LC_MESSAGES/django.mo differ diff --git a/apps/web_theme/locale/ru/LC_MESSAGES/django.po b/apps/web_theme/locale/ru/LC_MESSAGES/django.po index 4f4ba45d35..63943d0479 100644 --- a/apps/web_theme/locale/ru/LC_MESSAGES/django.po +++ b/apps/web_theme/locale/ru/LC_MESSAGES/django.po @@ -7,9 +7,9 @@ msgid "" msgstr "" "Project-Id-Version: Mayan EDMS\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: 2011-11-04 15:22+0000\n" -"Last-Translator: gsv70 \n" +"Last-Translator: Sergey Glita \n" "Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/team/" "ru/)\n" "Language: ru\n" @@ -49,19 +49,19 @@ msgstr "убрать это уведомление" msgid "close" msgstr "закрыть" -#: templates/web_theme_login.html:12 templates/web_theme_login.html.py:33 +#: templates/web_theme_login.html:12 templates/web_theme_login.html.py:34 msgid "Login" msgstr "Войти" -#: templates/web_theme_login.html:17 +#: templates/web_theme_login.html:18 msgid "You are already logged in" msgstr "Вы уже вошли в систему" -#: templates/web_theme_login.html:20 +#: templates/web_theme_login.html:21 msgid "Redirecting you to the website entry point in 5 seconds." msgstr "Перенаправит вас на вход веб-сайта через 5 секунд." -#: templates/web_theme_login.html:23 +#: templates/web_theme_login.html:24 #, python-format msgid "" "Or click here if redirection doesn't "