diff --git a/apps/common/locale/es/LC_MESSAGES/django.mo b/apps/common/locale/es/LC_MESSAGES/django.mo index 80f426bc7a..00b642dc31 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/pt/LC_MESSAGES/django.mo b/apps/common/locale/pt/LC_MESSAGES/django.mo index 059d5b191c..ade5e888b5 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/converter/locale/pt/LC_MESSAGES/django.mo b/apps/converter/locale/pt/LC_MESSAGES/django.mo index 56ca29109d..5b966ac130 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/django_gpg/locale/en/LC_MESSAGES/django.po b/apps/django_gpg/locale/en/LC_MESSAGES/django.po index 1192c23608..22a9e34631 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-11-28 05:18-0400\n" +"POT-Creation-Date: 2011-12-05 13:40-0400\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME \n" "Language-Team: LANGUAGE \n" @@ -17,187 +17,237 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" -#: api.py:18 +#: __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 __init__.py:32 +msgid "Query keyservers" +msgstr "" + +#: __init__.py:18 +msgid "Import key from keyservers" +msgstr "" + +#: __init__.py:21 +msgid "Signatures" +msgstr "" + +#: __init__.py:29 views.py:65 +msgid "private keys" +msgstr "" + +#: __init__.py:30 views.py:68 +msgid "public keys" +msgstr "" + +#: __init__.py:31 +msgid "delete" +msgstr "" + +#: __init__.py:33 +msgid "Import" +msgstr "" + +#: __init__.py:36 +msgid "signatures" +msgstr "" + +#: api.py:20 msgid "Public" msgstr "" -#: api.py:19 +#: api.py:21 msgid "Secret" msgstr "" -#: api.py:27 api.py:32 +#: api.py:29 api.py:34 msgid "RSA" msgstr "" -#: api.py:28 +#: api.py:30 msgid "DSA" msgstr "" -#: api.py:33 +#: api.py:35 msgid "Elgamal" msgstr "" -#: api.py:89 +#: api.py:49 +msgid "Bad signature." +msgstr "" + +#: api.py:53 +msgid "Document not signed or invalid signature." +msgstr "" + +#: api.py:57 +msgid "Signature error." +msgstr "" + +#: api.py:61 +msgid "Document is signed but no public key is available for verification." +msgstr "" + +#: api.py:65 +msgid "Document is signed, and signature is good." +msgstr "" + +#: api.py:69 +msgid "Document is signed with a valid signature." +msgstr "" + +#: api.py:142 msgid "unknown" msgstr "" +#: forms.py:11 +msgid "Term" +msgstr "" + #: forms.py:12 -msgid "Real name" +msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "" -#: forms.py:13 -msgid "Your real name." -msgstr "" - -#: forms.py:17 -msgid "Comment" -msgstr "" - -#: forms.py:19 -msgid "A comment or a note to help identify this key." -msgstr "" - -#: forms.py:23 -msgid "Email" -msgstr "" - -#: forms.py:28 -msgid "Primary key class" -msgstr "" - -#: forms.py:29 -msgid "The key that will be used to sign uploaded content." -msgstr "" - -#: forms.py:33 -msgid "Primary key size (in bytes)" -msgstr "" - -#: forms.py:41 -msgid "Secondary key class" -msgstr "" - -#: forms.py:42 -msgid "The key that will be used to encrypt uploaded content." -msgstr "" - -#: forms.py:46 -msgid "Secondary key size (in bytes)" -msgstr "" - -#: forms.py:53 -msgid "Expiration" -msgstr "" - -#: forms.py:54 -msgid "" -"You can use 0 for a non expiring key, an ISO date in the form: -" -"- or a date difference from the current date in the forms: " -"d, m, w or y." -msgstr "" - -#: forms.py:59 -msgid "Passphrase" -msgstr "" - -#: forms.py:65 -msgid "Passphrase (verification)" -msgstr "" - -#: forms.py:72 -msgid "Both passphrase fields entries must match." -msgstr "" - -#: forms.py:80 -msgid "Key" -msgstr "" - -#: forms.py:81 -msgid "Key to be published, only the public part of the key will be sent." -msgstr "" - -#: tasks.py:27 +#: views.py:43 #, python-format -msgid "Key pair: %s, created successfully." +msgid "Key: %s, imported successfully." msgstr "" -#: tasks.py:34 +#: views.py:46 #, python-format -msgid "Key creation error; %s" +msgid "Unable to import key id: %s" msgstr "" -#: views.py:27 -msgid "Private key list" +#: views.py:50 +msgid "Import key" msgstr "" -#: views.py:30 -msgid "Public key list" +#: views.py:51 +#, python-format +msgid "Are you sure you wish to import key id: %s?" msgstr "" -#: views.py:54 -msgid "Key pair queued for creation, refresh this page to check results." +#: views.py:76 +msgid "Key ID" msgstr "" -#: views.py:64 -msgid "Create a new key" +#: views.py:80 +msgid "Owner" msgstr "" -#: views.py:65 -msgid "" -"The key creation process can take quite some time to complete, please be " -"patient." -msgstr "" - -#: views.py:75 +#: views.py:100 #, python-format msgid "Key: %s, deleted successfully." msgstr "" -#: views.py:82 +#: views.py:107 msgid "Delete key" msgstr "" -#: views.py:83 +#: views.py:109 #, python-format msgid "" -"Are you sure you wish to delete key:%s? If you try to delete a public key " +"Are you sure you wish to delete key: %s? If you try to delete a public key " "that is part of a public/private pair the private key will be deleted as " "well." msgstr "" -#: views.py:95 -#, python-format -msgid "Key publish request for key: %s, has been sent" +#: views.py:127 +msgid "Query key server" msgstr "" -#: views.py:98 -msgid "Unable to send key publish call" +#: views.py:140 +msgid "results" msgstr "" -#: views.py:105 -msgid "Publish a key to the OpenRelay network" -msgstr "" - -#: templates/key_list.html:10 +#: views.py:145 msgid "ID" msgstr "" -#: templates/key_list.html:11 -msgid "User IDs" +#: views.py:149 +msgid "type" msgstr "" -#: templates/key_list.html:12 -msgid "Fingerprint" +#: views.py:153 +msgid "creation date" msgstr "" -#: templates/key_list.html:13 -msgid "Links" +#: views.py:157 +msgid "disabled" msgstr "" -#: templates/key_list.html:22 -msgid "Delete" +#: views.py:161 +msgid "expiration date" msgstr "" -#: templates/key_list.html:26 -msgid "There are no keys available." +#: views.py:165 +msgid "expired" +msgstr "" + +#: views.py:169 +msgid "length" +msgstr "" + +#: views.py:173 +msgid "revoked" +msgstr "" + +#: views.py:178 +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 "" + +#: conf/settings.py:13 +msgid "List of keyservers to be queried for unknown keys." msgstr "" diff --git a/apps/django_gpg/locale/es/LC_MESSAGES/django.mo b/apps/django_gpg/locale/es/LC_MESSAGES/django.mo index 502545e74a..578eb2056e 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 dcc0e1eeab..9d384e4241 100644 --- a/apps/django_gpg/locale/es/LC_MESSAGES/django.po +++ b/apps/django_gpg/locale/es/LC_MESSAGES/django.po @@ -6,212 +6,251 @@ # Roberto Rosario , 2011. msgid "" msgstr "" -"Project-Id-Version: OpenRelay\n" -"Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2011-11-28 05:18-0400\n" -"PO-Revision-Date: 2011-11-28 09:25+0000\n" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2011-12-05 13:40-0400\n" +"PO-Revision-Date: 2011-12-05 17:52+0000\n" "Last-Translator: rosarior \n" -"Language-Team: LANGUAGE \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" -#: api.py:18 +#: __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 __init__.py:32 +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:21 +msgid "Signatures" +msgstr "Firmas" + +#: __init__.py:29 views.py:65 +msgid "private keys" +msgstr "llaves privadas" + +#: __init__.py:30 views.py:68 +msgid "public keys" +msgstr "llaves públicas" + +#: __init__.py:31 +msgid "delete" +msgstr "borrar" + +#: __init__.py:33 +msgid "Import" +msgstr "Importar" + +#: __init__.py:36 +msgid "signatures" +msgstr "firmas" + +#: api.py:20 msgid "Public" -msgstr "Pública" +msgstr "" -#: api.py:19 +#: api.py:21 msgid "Secret" -msgstr "Secreta" +msgstr "" -#: api.py:27 api.py:32 +#: api.py:29 api.py:34 msgid "RSA" msgstr "RSA" -#: api.py:28 +#: api.py:30 msgid "DSA" msgstr "DSA" -#: api.py:33 +#: api.py:35 msgid "Elgamal" -msgstr "Elgamal" +msgstr "" -#: api.py:89 +#: api.py:49 +msgid "Bad signature." +msgstr "" + +#: api.py:53 +msgid "Document not signed or invalid signature." +msgstr "" + +#: api.py:57 +msgid "Signature error." +msgstr "" + +#: api.py:61 +msgid "Document is signed but no public key is available for verification." +msgstr "" + +#: api.py:65 +msgid "Document is signed, and signature is good." +msgstr "" + +#: api.py:69 +msgid "Document is signed with a valid signature." +msgstr "" + +#: api.py:142 msgid "unknown" -msgstr "desconocido" +msgstr "" + +#: forms.py:11 +msgid "Term" +msgstr "Término" #: forms.py:12 -msgid "Real name" -msgstr "Nombre real" - -#: forms.py:13 -msgid "Your real name." -msgstr "Su nombre real." - -#: forms.py:17 -msgid "Comment" -msgstr "Comentario" - -#: forms.py:19 -msgid "A comment or a note to help identify this key." -msgstr "Un comentario o una nota para ayudar a identificar esta llave." - -#: forms.py:23 -msgid "Email" -msgstr "E-mail" - -#: forms.py:28 -msgid "Primary key class" -msgstr "Clase de llave primaria" - -#: forms.py:29 -msgid "The key that will be used to sign uploaded content." -msgstr "La llave que se utilizara para firmar el contenido subido." - -#: forms.py:33 -msgid "Primary key size (in bytes)" -msgstr "Tamaño de la llave principal (en bytes)" - -#: forms.py:41 -msgid "Secondary key class" -msgstr "Clase de llave secundaria" - -#: forms.py:42 -msgid "The key that will be used to encrypt uploaded content." -msgstr "La llave que se utilizara para cifrar el contenido subido." - -#: forms.py:46 -msgid "Secondary key size (in bytes)" -msgstr "Tamaño de la llave secundaria (en bytes)" - -#: forms.py:53 -msgid "Expiration" -msgstr "Expiración" - -#: forms.py:54 -msgid "" -"You can use 0 for a non expiring key, an ISO date in the form: " -"-- or a date difference from the current date in the " -"forms: d, m, w or y." +msgid "Name, e-mail, key ID or key fingerprint to look for." msgstr "" -"Usted puede utilizar 0 para llaves que no expiran, una fecha ISO en la " -"forma: -- o una diferencia de fecha con respecto a la fecha " -"actual en las formas: d, m, w o y." -#: forms.py:59 -msgid "Passphrase" -msgstr "Frase de contraseña" - -#: forms.py:65 -msgid "Passphrase (verification)" -msgstr "Contraseña (verificación)" - -#: forms.py:72 -msgid "Both passphrase fields entries must match." -msgstr "Las entradas de los campos de contraseña deben coincidir." - -#: forms.py:80 -msgid "Key" -msgstr "Llave" - -#: forms.py:81 -msgid "Key to be published, only the public part of the key will be sent." -msgstr "" -"La llave para ser publicada, sólo la parte pública de la llave será enviada." - -#: tasks.py:27 +#: views.py:43 #, python-format -msgid "Key pair: %s, created successfully." -msgstr "Par de llaves: %s, creado correctamente." +msgid "Key: %s, imported successfully." +msgstr "" -#: tasks.py:34 +#: views.py:46 #, python-format -msgid "Key creation error; %s" -msgstr "Error de creación de llave; %s" - -#: views.py:27 -msgid "Private key list" -msgstr "Lista de llaves privadas" - -#: views.py:30 -msgid "Public key list" -msgstr "Lista de llaves públicas" - -#: views.py:54 -msgid "Key pair queued for creation, refresh this page to check results." +msgid "Unable to import key id: %s" msgstr "" -"Par de llaves en lista de creación, vuelva a cargar esta página " -"periodicamente para comprobar los resultados." -#: views.py:64 -msgid "Create a new key" -msgstr "Crear una llave nueva" - -#: views.py:65 -msgid "" -"The key creation process can take quite some time to complete, please be " -"patient." +#: views.py:50 +msgid "Import key" msgstr "" -"El proceso de creación de la llaves puede tomar bastante tiempo en " -"completar, por favor, sea paciente." -#: views.py:75 +#: views.py:51 +#, python-format +msgid "Are you sure you wish to import key id: %s?" +msgstr "¿Esta seguro que desea importar la llave: %s?" + +#: views.py:76 +msgid "Key ID" +msgstr "" + +#: views.py:80 +msgid "Owner" +msgstr "Dueño" + +#: views.py:100 #, python-format msgid "Key: %s, deleted successfully." -msgstr "Llave: %s, eliminada exitosamente." +msgstr "Llave: %s, borrada exitosamente." -#: views.py:82 +#: views.py:107 msgid "Delete key" -msgstr "Eliminar la llave" +msgstr "Borrar llave" -#: views.py:83 +#: views.py:109 #, python-format msgid "" -"Are you sure you wish to delete key:%s? If you try to delete a public key " +"Are you sure you wish to delete key: %s? If you try to delete a public key " "that is part of a public/private pair the private key will be deleted as " "well." msgstr "" -"¿Está seguro que desea eliminar la llave: %s? Si intenta eliminar una llave" -" pública que forma parte de una pareja pública / privada de la llave privada" -" se eliminarán también." -#: views.py:95 -#, python-format -msgid "Key publish request for key: %s, has been sent" -msgstr "Solicitud publicación de llave: %s, ha sido enviada" +#: views.py:127 +msgid "Query key server" +msgstr "" -#: views.py:98 -msgid "Unable to send key publish call" -msgstr "No se puede enviar llave publica" +#: views.py:140 +msgid "results" +msgstr "resultados" -#: views.py:105 -msgid "Publish a key to the OpenRelay network" -msgstr "Publicar una llave a la red OpenRelay" - -#: templates/key_list.html:10 +#: views.py:145 msgid "ID" -msgstr "Identificador" +msgstr "" -#: templates/key_list.html:11 -msgid "User IDs" -msgstr "ID de usuarios" +#: views.py:149 +msgid "type" +msgstr "tipo" -#: templates/key_list.html:12 -msgid "Fingerprint" -msgstr "Huella digital" +#: views.py:153 +msgid "creation date" +msgstr "fecha de creación" -#: templates/key_list.html:13 -msgid "Links" -msgstr "Enlaces" +#: views.py:157 +msgid "disabled" +msgstr "" -#: templates/key_list.html:22 -msgid "Delete" -msgstr "Eliminar" +#: views.py:161 +msgid "expiration date" +msgstr "" -#: templates/key_list.html:26 -msgid "There are no keys available." -msgstr "No hay llaves disponibles." +#: views.py:165 +msgid "expired" +msgstr "" + +#: views.py:169 +msgid "length" +msgstr "" + +#: views.py:173 +msgid "revoked" +msgstr "" + +#: views.py:178 +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 "" + +#: conf/settings.py:13 +msgid "List of keyservers to be queried for unknown keys." +msgstr "" diff --git a/apps/django_gpg/locale/pt/LC_MESSAGES/django.mo b/apps/django_gpg/locale/pt/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..7fae94e56b Binary files /dev/null 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 new file mode 100644 index 0000000000..00d912b06e --- /dev/null +++ b/apps/django_gpg/locale/pt/LC_MESSAGES/django.po @@ -0,0 +1,255 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2011-12-05 13:40-0400\n" +"PO-Revision-Date: 2011-12-05 17:43+0000\n" +"Last-Translator: rosarior \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 "Verify document signatures" +msgstr "" + +#: __init__.py:15 +msgid "View keys" +msgstr "" + +#: __init__.py:16 +msgid "Delete keys" +msgstr "" + +#: __init__.py:17 __init__.py:32 +msgid "Query keyservers" +msgstr "" + +#: __init__.py:18 +msgid "Import key from keyservers" +msgstr "" + +#: __init__.py:21 +msgid "Signatures" +msgstr "" + +#: __init__.py:29 views.py:65 +msgid "private keys" +msgstr "" + +#: __init__.py:30 views.py:68 +msgid "public keys" +msgstr "" + +#: __init__.py:31 +msgid "delete" +msgstr "" + +#: __init__.py:33 +msgid "Import" +msgstr "" + +#: __init__.py:36 +msgid "signatures" +msgstr "" + +#: api.py:20 +msgid "Public" +msgstr "" + +#: api.py:21 +msgid "Secret" +msgstr "" + +#: api.py:29 api.py:34 +msgid "RSA" +msgstr "" + +#: api.py:30 +msgid "DSA" +msgstr "" + +#: api.py:35 +msgid "Elgamal" +msgstr "" + +#: api.py:49 +msgid "Bad signature." +msgstr "" + +#: api.py:53 +msgid "Document not signed or invalid signature." +msgstr "" + +#: api.py:57 +msgid "Signature error." +msgstr "" + +#: api.py:61 +msgid "Document is signed but no public key is available for verification." +msgstr "" + +#: api.py:65 +msgid "Document is signed, and signature is good." +msgstr "" + +#: api.py:69 +msgid "Document is signed with a valid signature." +msgstr "" + +#: api.py:142 +msgid "unknown" +msgstr "" + +#: forms.py:11 +msgid "Term" +msgstr "" + +#: forms.py:12 +msgid "Name, e-mail, key ID or key fingerprint to look for." +msgstr "" + +#: views.py:43 +#, python-format +msgid "Key: %s, imported successfully." +msgstr "" + +#: views.py:46 +#, python-format +msgid "Unable to import key id: %s" +msgstr "" + +#: views.py:50 +msgid "Import key" +msgstr "" + +#: views.py:51 +#, python-format +msgid "Are you sure you wish to import key id: %s?" +msgstr "" + +#: views.py:76 +msgid "Key ID" +msgstr "" + +#: views.py:80 +msgid "Owner" +msgstr "" + +#: views.py:100 +#, python-format +msgid "Key: %s, deleted successfully." +msgstr "" + +#: views.py:107 +msgid "Delete key" +msgstr "" + +#: views.py:109 +#, python-format +msgid "" +"Are you sure you wish to delete key: %s? If you try to delete a public key " +"that is part of a public/private pair the private key will be deleted as " +"well." +msgstr "" + +#: views.py:127 +msgid "Query key server" +msgstr "" + +#: views.py:140 +msgid "results" +msgstr "" + +#: views.py:145 +msgid "ID" +msgstr "" + +#: views.py:149 +msgid "type" +msgstr "" + +#: views.py:153 +msgid "creation date" +msgstr "" + +#: views.py:157 +msgid "disabled" +msgstr "" + +#: views.py:161 +msgid "expiration date" +msgstr "" + +#: views.py:165 +msgid "expired" +msgstr "" + +#: views.py:169 +msgid "length" +msgstr "" + +#: views.py:173 +msgid "revoked" +msgstr "" + +#: views.py:178 +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 "" + +#: conf/settings.py:13 +msgid "List of keyservers to be queried for unknown keys." +msgstr "" + + diff --git a/apps/django_gpg/locale/ru/LC_MESSAGES/django.mo b/apps/django_gpg/locale/ru/LC_MESSAGES/django.mo new file mode 100644 index 0000000000..2541ca14bf Binary files /dev/null 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 new file mode 100644 index 0000000000..54d387774b --- /dev/null +++ b/apps/django_gpg/locale/ru/LC_MESSAGES/django.po @@ -0,0 +1,255 @@ +# SOME DESCRIPTIVE TITLE. +# Copyright (C) YEAR THE PACKAGE'S COPYRIGHT HOLDER +# This file is distributed under the same license as the PACKAGE package. +# +# Translators: +msgid "" +msgstr "" +"Project-Id-Version: Mayan EDMS\n" +"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n" +"POT-Creation-Date: 2011-12-05 13:40-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" +"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" + +#: __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 __init__.py:32 +msgid "Query keyservers" +msgstr "" + +#: __init__.py:18 +msgid "Import key from keyservers" +msgstr "" + +#: __init__.py:21 +msgid "Signatures" +msgstr "" + +#: __init__.py:29 views.py:65 +msgid "private keys" +msgstr "" + +#: __init__.py:30 views.py:68 +msgid "public keys" +msgstr "" + +#: __init__.py:31 +msgid "delete" +msgstr "" + +#: __init__.py:33 +msgid "Import" +msgstr "" + +#: __init__.py:36 +msgid "signatures" +msgstr "" + +#: api.py:20 +msgid "Public" +msgstr "" + +#: api.py:21 +msgid "Secret" +msgstr "" + +#: api.py:29 api.py:34 +msgid "RSA" +msgstr "" + +#: api.py:30 +msgid "DSA" +msgstr "" + +#: api.py:35 +msgid "Elgamal" +msgstr "" + +#: api.py:49 +msgid "Bad signature." +msgstr "" + +#: api.py:53 +msgid "Document not signed or invalid signature." +msgstr "" + +#: api.py:57 +msgid "Signature error." +msgstr "" + +#: api.py:61 +msgid "Document is signed but no public key is available for verification." +msgstr "" + +#: api.py:65 +msgid "Document is signed, and signature is good." +msgstr "" + +#: api.py:69 +msgid "Document is signed with a valid signature." +msgstr "" + +#: api.py:142 +msgid "unknown" +msgstr "" + +#: forms.py:11 +msgid "Term" +msgstr "" + +#: forms.py:12 +msgid "Name, e-mail, key ID or key fingerprint to look for." +msgstr "" + +#: views.py:43 +#, python-format +msgid "Key: %s, imported successfully." +msgstr "" + +#: views.py:46 +#, python-format +msgid "Unable to import key id: %s" +msgstr "" + +#: views.py:50 +msgid "Import key" +msgstr "" + +#: views.py:51 +#, python-format +msgid "Are you sure you wish to import key id: %s?" +msgstr "" + +#: views.py:76 +msgid "Key ID" +msgstr "" + +#: views.py:80 +msgid "Owner" +msgstr "" + +#: views.py:100 +#, python-format +msgid "Key: %s, deleted successfully." +msgstr "" + +#: views.py:107 +msgid "Delete key" +msgstr "" + +#: views.py:109 +#, python-format +msgid "" +"Are you sure you wish to delete key: %s? If you try to delete a public key " +"that is part of a public/private pair the private key will be deleted as " +"well." +msgstr "" + +#: views.py:127 +msgid "Query key server" +msgstr "" + +#: views.py:140 +msgid "results" +msgstr "" + +#: views.py:145 +msgid "ID" +msgstr "" + +#: views.py:149 +msgid "type" +msgstr "" + +#: views.py:153 +msgid "creation date" +msgstr "" + +#: views.py:157 +msgid "disabled" +msgstr "" + +#: views.py:161 +msgid "expiration date" +msgstr "" + +#: views.py:165 +msgid "expired" +msgstr "" + +#: views.py:169 +msgid "length" +msgstr "" + +#: views.py:173 +msgid "revoked" +msgstr "" + +#: views.py:178 +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 "" + +#: conf/settings.py:13 +msgid "List of keyservers to be queried for unknown keys." +msgstr "" + + diff --git a/apps/document_comments/locale/es/LC_MESSAGES/django.mo b/apps/document_comments/locale/es/LC_MESSAGES/django.mo index 47f03d30c8..d2d8efb3e2 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/pt/LC_MESSAGES/django.mo b/apps/document_comments/locale/pt/LC_MESSAGES/django.mo index 3c578fea0e..83bf515a70 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/ru/LC_MESSAGES/django.mo b/apps/document_comments/locale/ru/LC_MESSAGES/django.mo index 718e22ed33..b31ea9bdc2 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_indexing/locale/es/LC_MESSAGES/django.mo b/apps/document_indexing/locale/es/LC_MESSAGES/django.mo index 659ff46558..d52ef7c7cd 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/pt/LC_MESSAGES/django.mo b/apps/document_indexing/locale/pt/LC_MESSAGES/django.mo index 5c371fea17..3039293cfc 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/ru/LC_MESSAGES/django.mo b/apps/document_indexing/locale/ru/LC_MESSAGES/django.mo index bd8617e870..59a1601a1a 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/documents/locale/pt/LC_MESSAGES/django.mo b/apps/documents/locale/pt/LC_MESSAGES/django.mo index cdde47b0a9..4e663ecd4d 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/dynamic_search/locale/es/LC_MESSAGES/django.mo b/apps/dynamic_search/locale/es/LC_MESSAGES/django.mo index 9b4fdbe230..7512e7945d 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/pt/LC_MESSAGES/django.mo b/apps/dynamic_search/locale/pt/LC_MESSAGES/django.mo index 31bf49eb59..85a80a99c7 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/ru/LC_MESSAGES/django.mo b/apps/dynamic_search/locale/ru/LC_MESSAGES/django.mo index 0591c4f58f..00f56a26ed 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/folders/locale/es/LC_MESSAGES/django.mo b/apps/folders/locale/es/LC_MESSAGES/django.mo index 782395ee7a..8d12b0b0e1 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/pt/LC_MESSAGES/django.mo b/apps/folders/locale/pt/LC_MESSAGES/django.mo index 539af2adda..d91efb95dd 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/ru/LC_MESSAGES/django.mo b/apps/folders/locale/ru/LC_MESSAGES/django.mo index 6bdb087a35..17af131f95 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/history/locale/es/LC_MESSAGES/django.mo b/apps/history/locale/es/LC_MESSAGES/django.mo index b7409ec321..f5c1c8a299 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/pt/LC_MESSAGES/django.mo b/apps/history/locale/pt/LC_MESSAGES/django.mo index c1895c3b29..75258a208b 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/ru/LC_MESSAGES/django.mo b/apps/history/locale/ru/LC_MESSAGES/django.mo index 445418b39e..20fe9c37ee 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/linking/locale/pt/LC_MESSAGES/django.mo b/apps/linking/locale/pt/LC_MESSAGES/django.mo index 35b5bd5ea8..b9625e5478 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/main/locale/es/LC_MESSAGES/django.mo b/apps/main/locale/es/LC_MESSAGES/django.mo index eae2b50bb5..128108745e 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/pt/LC_MESSAGES/django.mo b/apps/main/locale/pt/LC_MESSAGES/django.mo index 602863c9f4..f0e4a1a726 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/ru/LC_MESSAGES/django.mo b/apps/main/locale/ru/LC_MESSAGES/django.mo index ea406179a2..4dd6882e6c 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/metadata/locale/es/LC_MESSAGES/django.mo b/apps/metadata/locale/es/LC_MESSAGES/django.mo index 0b8f28b148..be0c179aa5 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/pt/LC_MESSAGES/django.mo b/apps/metadata/locale/pt/LC_MESSAGES/django.mo index c4d0149b8c..ad93c5f075 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/ru/LC_MESSAGES/django.mo b/apps/metadata/locale/ru/LC_MESSAGES/django.mo index ec8d146e9c..d58dc848fd 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/navigation/locale/es/LC_MESSAGES/django.mo b/apps/navigation/locale/es/LC_MESSAGES/django.mo index a94ea1cd06..6091110708 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/pt/LC_MESSAGES/django.mo b/apps/navigation/locale/pt/LC_MESSAGES/django.mo index a75c87ed16..da6beaf7ea 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/ru/LC_MESSAGES/django.mo b/apps/navigation/locale/ru/LC_MESSAGES/django.mo index 61a3328f93..8dec51de24 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/ocr/locale/es/LC_MESSAGES/django.mo b/apps/ocr/locale/es/LC_MESSAGES/django.mo index d70f38f4ed..9c4c0ed1f3 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/pt/LC_MESSAGES/django.mo b/apps/ocr/locale/pt/LC_MESSAGES/django.mo index cc071a684c..065b53a37a 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/ru/LC_MESSAGES/django.mo b/apps/ocr/locale/ru/LC_MESSAGES/django.mo index 97665fd5de..2532ba2c71 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/permissions/locale/pt/LC_MESSAGES/django.mo b/apps/permissions/locale/pt/LC_MESSAGES/django.mo index ef53a7d248..715b0f389b 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/project_setup/locale/es/LC_MESSAGES/django.mo b/apps/project_setup/locale/es/LC_MESSAGES/django.mo index e76f92294e..37f3fb8053 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/pt/LC_MESSAGES/django.mo b/apps/project_setup/locale/pt/LC_MESSAGES/django.mo index 912f33b52a..7c88252009 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/ru/LC_MESSAGES/django.mo b/apps/project_setup/locale/ru/LC_MESSAGES/django.mo index 8bc36db741..6eafab0493 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_tools/locale/es/LC_MESSAGES/django.mo b/apps/project_tools/locale/es/LC_MESSAGES/django.mo index 848f4b6922..9416fb42f7 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/pt/LC_MESSAGES/django.mo b/apps/project_tools/locale/pt/LC_MESSAGES/django.mo index a38466231c..424ab9c3ee 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/ru/LC_MESSAGES/django.mo b/apps/project_tools/locale/ru/LC_MESSAGES/django.mo index 728bb26bdd..99daa2c0af 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/smart_settings/locale/es/LC_MESSAGES/django.mo b/apps/smart_settings/locale/es/LC_MESSAGES/django.mo index 0fa0826b1c..71eba7fd8b 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/pt/LC_MESSAGES/django.mo b/apps/smart_settings/locale/pt/LC_MESSAGES/django.mo index c82fae32fc..868ac5ecd2 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/ru/LC_MESSAGES/django.mo b/apps/smart_settings/locale/ru/LC_MESSAGES/django.mo index 236652066e..d8be586181 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/sources/locale/pt/LC_MESSAGES/django.mo b/apps/sources/locale/pt/LC_MESSAGES/django.mo index 184999dc83..242213a5ba 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/ru/LC_MESSAGES/django.mo b/apps/sources/locale/ru/LC_MESSAGES/django.mo index 8c226a7ffc..90fbdf8a30 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/tags/locale/es/LC_MESSAGES/django.mo b/apps/tags/locale/es/LC_MESSAGES/django.mo index 1f704e983d..36248389b6 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/pt/LC_MESSAGES/django.mo b/apps/tags/locale/pt/LC_MESSAGES/django.mo index b73dcaac57..db86c8cc36 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/ru/LC_MESSAGES/django.mo b/apps/tags/locale/ru/LC_MESSAGES/django.mo index 54f236cd26..9caaeae59d 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/user_management/locale/es/LC_MESSAGES/django.mo b/apps/user_management/locale/es/LC_MESSAGES/django.mo index 00e662ae56..ff5716ae9b 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/pt/LC_MESSAGES/django.mo b/apps/user_management/locale/pt/LC_MESSAGES/django.mo index 6915454337..b5441bf678 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/ru/LC_MESSAGES/django.mo b/apps/user_management/locale/ru/LC_MESSAGES/django.mo index 31694dab69..6783d4921d 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/web_theme/locale/es/LC_MESSAGES/django.mo b/apps/web_theme/locale/es/LC_MESSAGES/django.mo index 20e43d26fd..937619e07a 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/pt/LC_MESSAGES/django.mo b/apps/web_theme/locale/pt/LC_MESSAGES/django.mo index e7f0bd59d1..24ff710f54 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/ru/LC_MESSAGES/django.mo b/apps/web_theme/locale/ru/LC_MESSAGES/django.mo index bf3748bb25..53af98872f 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