Language source and translations updates
This commit is contained in:
@@ -8,7 +8,7 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: PACKAGE VERSION\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2011-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 <EMAIL@ADDRESS>\n"
|
||||
"Language-Team: LANGUAGE <LL@li.org>\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 ""
|
||||
|
||||
Binary file not shown.
@@ -3,14 +3,14 @@
|
||||
# This file is distributed under the same license as the PACKAGE package.
|
||||
#
|
||||
# Translators:
|
||||
# Roberto Rosario <roberto.rosario.gonzalez@gmail.com>, 2011.
|
||||
# Roberto Rosario <roberto.rosario.gonzalez@gmail.com>, 2011, 2012.
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
|
||||
"POT-Creation-Date: 2011-12-06 02:06-0400\n"
|
||||
"PO-Revision-Date: 2011-12-06 06:14+0000\n"
|
||||
"Last-Translator: rosarior <roberto.rosario.gonzalez@gmail.com>\n"
|
||||
"POT-Creation-Date: 2012-02-02 14:17-0400\n"
|
||||
"PO-Revision-Date: 2012-02-02 18:37+0000\n"
|
||||
"Last-Translator: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>\n"
|
||||
"Language-Team: Spanish (Castilian) (http://www.transifex.net/projects/p/mayan-edms/team/es/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@@ -18,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."
|
||||
|
||||
|
||||
|
||||
Binary file not shown.
@@ -8,9 +8,9 @@ msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: Mayan EDMS\n"
|
||||
"Report-Msgid-Bugs-To: http://github.com/rosarior/mayan/issues\n"
|
||||
"POT-Creation-Date: 2011-12-06 02:06-0400\n"
|
||||
"PO-Revision-Date: 2011-12-09 17:32+0000\n"
|
||||
"Last-Translator: Pierpaolo Baldan <pierpaolo.baldan@gmail.com>\n"
|
||||
"POT-Creation-Date: 2012-02-02 14:17-0400\n"
|
||||
"PO-Revision-Date: 2012-02-02 18:20+0000\n"
|
||||
"Last-Translator: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>\n"
|
||||
"Language-Team: Italian (http://www.transifex.net/projects/p/mayan-edms/team/it/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
@@ -18,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 ""
|
||||
|
||||
|
||||
|
||||
Binary file not shown.
@@ -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 <roberto.rosario.gonzalez@gmail.com>\n"
|
||||
"Language-Team: Portuguese (http://www.transifex.net/projects/p/mayan-edms/team/pt/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
@@ -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 ""
|
||||
|
||||
|
||||
|
||||
Binary file not shown.
@@ -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 <gsv70@mail.ru>, 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 <roberto.rosario.gonzalez@gmail.com>\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 <roberto.rosario.gonzalez@gmail.com>\n"
|
||||
"Language-Team: Russian (http://www.transifex.net/projects/p/mayan-edms/team/ru/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"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 ""
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user