From d4dd71d2ecbe7e1fc97431d1e65ccda8c37b6cfb Mon Sep 17 00:00:00 2001 From: nils Date: Sat, 15 May 2010 20:14:14 +0000 Subject: corrected shortcut problems (Ctrl+s and co.) git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@339 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- gpgwin.cpp | 16 +-- release/ts/gpg4usb_de.qm | Bin 18757 -> 17714 bytes release/ts/gpg4usb_de.ts | 321 ++++++++++++++++++++++-------------------- release/ts/gpg4usb_en.ts | 329 +++++++++++++++++++------------------------ release/ts/gpg4usb_es.qm | Bin 16993 -> 15010 bytes release/ts/gpg4usb_es.ts | 315 +++++++++++++++++++++-------------------- release/ts/gpg4usb_fr.qm | Bin 10244 -> 9901 bytes release/ts/gpg4usb_fr.ts | 331 ++++++++++++++++++++------------------------ release/ts/gpg4usb_pt_BR.qm | Bin 16779 -> 15018 bytes release/ts/gpg4usb_pt_BR.ts | 315 +++++++++++++++++++++-------------------- release/ts/gpg4usb_ru.qm | Bin 14974 -> 14613 bytes release/ts/gpg4usb_ru.ts | 331 ++++++++++++++++++++------------------------ 12 files changed, 930 insertions(+), 1028 deletions(-) diff --git a/gpgwin.cpp b/gpgwin.cpp index 6df933f..cc643ea 100644 --- a/gpgwin.cpp +++ b/gpgwin.cpp @@ -104,13 +104,13 @@ void GpgWin::createActions() */ openAct = new QAction(tr("&Open..."), this); openAct->setIcon(QIcon(iconPath + "fileopen.png")); - openAct->setShortcut(tr("Ctrl+O")); + openAct->setShortcut("Ctrl+O"); openAct->setToolTip(tr("Open an existing file")); connect(openAct, SIGNAL(triggered()), this, SLOT(open())); saveAct = new QAction(tr("&Save"), this); saveAct->setIcon(QIcon(iconPath + "filesave.png")); - saveAct->setShortcut(tr("Ctrl+S")); + saveAct->setShortcut("Ctrl+S"); saveAct->setToolTip(tr("Save the current File")); connect(saveAct, SIGNAL(triggered()), this, SLOT(save())); @@ -121,12 +121,12 @@ void GpgWin::createActions() printAct = new QAction(tr("&Print"), this); printAct->setIcon(QIcon(iconPath + "fileprint.png")); - printAct->setShortcut(tr("Ctrl+P")); + printAct->setShortcut("Ctrl+P"); printAct->setToolTip(tr("Print Document")); connect(printAct, SIGNAL(triggered()), this, SLOT(print())); quitAct = new QAction(tr("&Quit"), this); - quitAct->setShortcut(tr("Ctrl+Q")); + quitAct->setShortcut("Ctrl+Q"); quitAct->setIcon(QIcon(iconPath + "exit.png")); quitAct->setToolTip(tr("Quit Program")); connect(quitAct, SIGNAL(triggered()), this, SLOT(close())); @@ -135,27 +135,27 @@ void GpgWin::createActions() */ pasteAct = new QAction(tr("&Paste"), this); pasteAct->setIcon(QIcon(iconPath + "button_paste.png")); - pasteAct->setShortcut(tr("Ctrl+V")); + pasteAct->setShortcut("Ctrl+V"); pasteAct->setToolTip(tr("Paste Text From Clipboard")); connect(pasteAct, SIGNAL(triggered()), edit, SLOT(paste())); cutAct = new QAction(tr("Cu&t"), this); cutAct->setIcon(QIcon(iconPath + "button_cut.png")); - cutAct->setShortcut(tr("Ctrl+X")); + cutAct->setShortcut("Ctrl+X"); cutAct->setToolTip(tr("Cut the current selection's contents to the " "clipboard")); connect(cutAct, SIGNAL(triggered()), edit, SLOT(cut())); copyAct = new QAction(tr("&Copy"), this); copyAct->setIcon(QIcon(iconPath + "button_copy.png")); - copyAct->setShortcut(tr("Ctrl+C")); + copyAct->setShortcut("Ctrl+C"); copyAct->setToolTip(tr("Copy the current selection's contents to the " "clipboard")); connect(copyAct, SIGNAL(triggered()), edit, SLOT(copy())); selectallAct = new QAction(tr("Select &All"), this); selectallAct->setIcon(QIcon(iconPath + "edit.png")); - selectallAct->setShortcut(tr("Ctrl+A")); + selectallAct->setShortcut("Ctrl+A"); selectallAct->setToolTip(tr("Select the whole text")); connect(selectallAct, SIGNAL(triggered()), edit, SLOT(selectAll())); diff --git a/release/ts/gpg4usb_de.qm b/release/ts/gpg4usb_de.qm index 1eeac91..df6b67a 100644 Binary files a/release/ts/gpg4usb_de.qm and b/release/ts/gpg4usb_de.qm differ diff --git a/release/ts/gpg4usb_de.ts b/release/ts/gpg4usb_de.ts index 3a26372..49c075b 100644 --- a/release/ts/gpg4usb_de.ts +++ b/release/ts/gpg4usb_de.ts @@ -1,53 +1,67 @@ + + AttachmentTableModel + + + Filename + + + + + Contenttype + + + Attachments - Add File - Datei hinzufügen + Datei hinzufügen - Add a file - Füge eine Datei hinzu + Füge eine Datei hinzu - Encrypt - Verschlüsseln + Verschlüsseln - Encrypt marked File(s) - Verschlüssele die markierten Dateien + Verschlüssele die markierten Dateien - Decrypt - Entschlüsseln + Entschlüsseln - Decrypt marked File(s) - Entschlüssele die markierten Dateien + Entschlüssele die markierten Dateien - - couldn't open file: - Konnte Datei nicht öffnen: + Konnte Datei nicht öffnen: + + + + + Save File + Datei Speichern + + + + Save this file + - - + File Datei - - + Cannot write file %1: %2. Konnte Datei nicht schreiben %1: @@ -130,335 +144,332 @@ GpgWin - + &Open... Ö&ffnen... - Ctrl+O - Strg+O + Strg+O - + Open an existing file Öffen Datei - + &Save &Speichern - Ctrl+S - Strg+S + Strg+S - + Save the current File Speichere Datei - + Save &As Speichern &unter - Ctrl+A - Strg+A + Strg+A - + Save the current File as... Speichere aktuelle Datei als.... - + &Print &Drucken - Ctrl+P - Strg+P + Strg+P - + Print Document Drucken - + &Quit &Beenden - Ctrl+Q - Strg+Q + Strg+Q - + Quit Program Beende das Programm - + &Paste E&infügen - Ctrl+V - Strg+V + Strg+V - + Paste Text From Clipboard Füge Text aus der Zwischenablage ein - + Cu&t &Ausschneiden - Ctrl+X - Strg+X + Strg+X - + Cut the current selection's contents to the clipboard aktuelle Auswahl ausschneiden und in Zwischenablage einfügen - + &Copy &Kopieren - Ctrl+C - Strg+C + Strg+C - + Copy the current selection's contents to the clipboard aktuelle Auswahl in Zwischenablage kopieren - + Select &All Alles &markieren - + Select the whole text Den ganzen Text markieren - + Open settings dialog Öffne den Einstellungsdialog - + &Encrypt &Verschlüsseln - + Ctrl+E Strg+E - + Encrypt Message Verschlüssele den Text - + &Decrypt &Entschlüsseln - + Ctrl+D Strg+D - + Decrypt Message Entschlüssele den Text - + Import New Key From File Importiere einen neuen Schlüssel aus Datei - + Import New Key From Editor Importiere einen neuen Schlüssel aus dem Textfeld - + &About &Info - + Show the application's About box Zeige die Information über die Anwendung - - - + + + &File &Datei - + &Edit &Bearbeiten - + &Help &Hilfe - + File Datei - + Edit Bearbeiten - + Se&ttings Ei&nstellungen - + &File Encryption Datei Verschlüsselung &Datei Verschlüsselung - + Encrypt/Decrypt File Ver-/Entschlüssele Datei - + Key Management Schlüsselverwaltung - + Open Keymanagement Öffne die Schlüsselverwaltung - + Open Import New Key Dialog Öffne den Schlüsselimport Dialog - + Append Selected Key(s) To Text Hänge die ausgewählten Schlüssel an den Text an - + Append The Selected Keys To Text in Editor Hänge den gewählten Schhlüssel an den Text im Editor an - + &Keys Sch&lüssel - + &Import Key From... &Importiere Schlüssel aus... - + &View &Ansicht - + Key Schlüssel - - + + Ready Fertig - + Encrypt for: Verschlüssele für: - - + + Attached files: + + + + + Application Anwendung - + Cannot read file %1: %2. Kann Datei nicht lesen %1: %2. - + File loaded Datei geladen - + %1[*] - %2 - + The document has been modified. Do you want to save your changes? Die Datei würde verändert. Möchten Sie die Änderung speichern? - + Cannot write file %1: %2. Kann Datei nicht lesen %1: %2. - + Saved '%1' %1 gespeichert - + <center>This Application allows you to do simple<br>encryption/decryption of your text-message or file.<br>It's licensed under the GPL v2.0<br><br><b>Developer:</b><br>Bene, Heimer, Juergen, Nils, Ubbo<br><br><b>Translation:</b><br>Alessandro (pt_br), Alex (fr), Kirill (ru), Viriato (es)<br><br>If you have any questions and/or<br>suggestions, contact us at<br>gpg4usb at cpunk.de</a><br><br>or feel free to meet us in our xmpp-channel:<br>gpg4usb at conference.jabber.ccc.de</center> <center>Diese Anwendung ermöglicht einfaches<br>Ver- und Entschlüsseln von Texten und Dateien.<br>Sie steht unter der GPL v2.0<br><br><b>Entwickler:</b><br>Bene, Heimer, Juergen, Nils, Ubbo<br><br><b>Übersetzung:</b><br>Alessandro (pt_br), Alex (fr), Kirill (ru), Viriato (es)<br><br>Falls Sie irgendwelche Fragen und/oder <br>Vorschläge haben, kontaktieren Sie uns über<br>gpg4usb at cpunk.de</a><br><br>oder treffen sie uns einfach in unserem XMPP-Channel:<br>gpg4usb at conference.jabber.ccc.de</center> - + Open Key Öffne Datei @@ -467,45 +478,45 @@ Do you want to save your changes? <center>Diese Anwendung erlaubt das einfache<br> Ver-und Entschlüsseln von Texten und Dateien.<br>Die Anwendung ist lizensiert unter der GPL v2.0<br><br><b>Entwickler:</b><br>Bene, Heimer, Juergen, Nils, Ubbo<br><br><b>Übersetzung:</b><br>Kirill (ru), Alessandro (pt)<br><br>Falls sie Fragen oder Anregungen haben,<br> kontaktieren sie uns unter gpg4usb at cpunk.de</a><br><br>oder treffen sie uns in unserem XMPP-Channel:<br>gpg4usb at conference.jabber.ccc.de</center> - + couldn't open file: Konnte Datei nicht öffnen: - - + + &Editor &Editor - - + + &Clipboard &Zwischenablage - + Import New Key From Clipboard Importiere neuen Schlüssel aus der Zwischenablage - - + + Import Key Schlüsselimport - + &Crypt &Crypt - + Crypt Crypt - + About Über @@ -514,17 +525,17 @@ Do you want to save your changes? <center>Diese Anwendung ermöglicht einfaches<br>Ver- und Entschlüsseln von Texten und Dateien.<br>Sie steht unter der GPL v2.0<br><br><b>Entwickler:</b><br>Bene, Heimer, Juergen, Nils, Ubbo<br><br><b>Übersetzung:</b><br>Alessandro (pt_br), Alex (fr), Kirill (ru), Viriato (es)<br><br>Falls Sie irgendwelche Fragen und/oder <br>Vorschläge haben, kontaktieren Sie uns über<br>gpg4usb at cpunk.de</a><br><br>oder treffen sie uns einfach in unserem XMPP-Channel:<br>gpg4usb at conference.jabber.ccc.de</center> - + Key Files Schlüssel Dateien - + All Files Alle Dateien - + Import Key From... Impoertiere neuen Schlüssel aus... @@ -532,87 +543,87 @@ Do you want to save your changes? KeyDetailsDialog - + Owner details Eigentümer - + Key details Schlüssel Details - + Fingerprint Fingerabdruck - + Name: Name: - + E-Mailaddress: EMail-Adresse: - + Comment: Kommentar: - + Expires on: Läuft ab am: - + Created on: Erzeugt am: - + Key size: Länge: - + Algorithm: Typ: - + Never Nie - + / Never / Nie - + Private Key Privater Schlüssel - + Export Private Key Privaten Schlüssel exportieren - + Keydetails Schlüsseleigenschaften - + Exporting private Key Privaten Schlüssel exportieren - + You are about to export your private key. This is NOT your public key, so don't give it away. Make sure you keep it save. @@ -621,12 +632,12 @@ Das ist NICHT ihr öffentlicher Schlüssel, also geben sie ihn nicht weiter. - + Export Key To File Schlüssel In Datei exportieren - + Key Files Schlüsseldateien @@ -728,7 +739,7 @@ also geben sie ihn nicht weiter. - + Generate Key Erzeuge neuen Schlüssel @@ -769,7 +780,7 @@ also geben sie ihn nicht weiter. - + Key Files Schlüssel Dateien @@ -779,92 +790,92 @@ also geben sie ihn nicht weiter. Konnte Datei nicht öffnen: - + Deleting Keys Schlüssel löschen - + Are you sure that you want to delete the selected keys?. The action can not be undone. Sind Sie sicher, das sie die ausgewählten Schlüssel löschen wollen? Die Aktion kann nicht rückgängig gemacht werden. - + Export Key To File Schlüssel exportieren - + Name: Name: - + E-Mailaddress:: E-Mailadresse: - + Comment: Kommentar: - + KeySize (in Bit): Schlüsselgröße (in Bit): - + Expiration Date: Ablaufdatum: - + Password: Passwort: - + Repeat Password: Passwort wiederholen: - + Never Expire läuft nie ab - + Password: Strength Weak -> Strong Passwortstärke Schwach -> Stark - + Password Strength Passwortstärke - + Name must contain at least five characters. Name muss mindestens 5 Buchstaben lang sein. - + Password and Repeat don't match. Passwort und Wiederholung stimmen nicht überein. - + Generating Key... Erzeuge Schlüssel... - + Collecting random data for key generation. This may take a while. To speed up the process use your computer @@ -937,6 +948,16 @@ Beschleunugen(z.B. Internet-surfen, Musik hören, ...) Save checked private keys on exit and restore them on next start. Speichere ausgewählte private Schlüssel beim Beenden und stelle diese beim nächsten Start wieder her. + + + MIME-parsing (Experimental) + + + + + Try to split attachments from PGP-MIME ecrypted messages. + + save window size and position on exit Speichere Fenstergröße und -position beim Beenden @@ -966,12 +987,12 @@ Beschleunugen(z.B. Internet-surfen, Musik hören, ...) Deutsch - + English Deutsch - + System Default Systemstandard diff --git a/release/ts/gpg4usb_en.ts b/release/ts/gpg4usb_en.ts index 3203374..ac5f0b1 100644 --- a/release/ts/gpg4usb_en.ts +++ b/release/ts/gpg4usb_en.ts @@ -2,52 +2,38 @@ - Attachments - - - Add File - - - - - Add a file - - - - - Encrypt - - + AttachmentTableModel - - Encrypt marked File(s) + + Filename - - Decrypt + + Contenttype + + + Attachments - - Decrypt marked File(s) + + + Save File - - - couldn't open file: + + Save this file - - + File - - + Cannot write file %1: %2. @@ -121,392 +107,357 @@ GpgWin - + &Open... - - Ctrl+O - - - - + Open an existing file - + &Save - - Ctrl+S - - - - + Save the current File - + Save &As - - Ctrl+A - - - - + Save the current File as... - + &Print - - Ctrl+P - - - - + Print Document - + &Quit - - Ctrl+Q - - - - + Quit Program - + &Paste - - Ctrl+V - - - - + Paste Text From Clipboard - + Cu&t - - Ctrl+X - - - - + Cut the current selection's contents to the clipboard - + &Copy - - Ctrl+C - - - - + Copy the current selection's contents to the clipboard - + Select &All - + Select the whole text - + Open settings dialog - + &Encrypt - + Ctrl+E - + Encrypt Message - + &Decrypt - + Ctrl+D - + Decrypt Message - + &File Encryption - + Encrypt/Decrypt File - + Import New Key From File - + Import New Key From Editor - + Key Management - + Open Keymanagement - + Open Import New Key Dialog - + &About - + Show the application's About box - - - + + + &File - + &Edit - + &Help - + File - + Append Selected Key(s) To Text - + Se&ttings - + Append The Selected Keys To Text in Editor - + &Keys - + &Import Key From... - + &View - - + + Ready - + Encrypt for: - - + + Attached files: + + + + + Application - + Cannot read file %1: %2. - + File loaded - + %1[*] - %2 - + The document has been modified. Do you want to save your changes? - + Cannot write file %1: %2. - + Saved '%1' - + Open Key - + Key Files - + All Files - + couldn't open file: - - + + &Editor - - + + &Clipboard - + Import New Key From Clipboard - - + + Import Key - + &Crypt - + Crypt - + Key - + Edit - + About - + <center>This Application allows you to do simple<br>encryption/decryption of your text-message or file.<br>It's licensed under the GPL v2.0<br><br><b>Developer:</b><br>Bene, Heimer, Juergen, Nils, Ubbo<br><br><b>Translation:</b><br>Alessandro (pt_br), Alex (fr), Kirill (ru), Viriato (es)<br><br>If you have any questions and/or<br>suggestions, contact us at<br>gpg4usb at cpunk.de</a><br><br>or feel free to meet us in our xmpp-channel:<br>gpg4usb at conference.jabber.ccc.de</center> - + Import Key From... @@ -514,99 +465,99 @@ Do you want to save your changes? KeyDetailsDialog - + Owner details - + Key details - + Fingerprint - + Name: - + E-Mailaddress: - + Comment: - + Expires on: - + Created on: - + Keydetails - + Key Files - + Key size: - + Algorithm: - + Never - + / Never - + Private Key - + Export Private Key - + Exporting private Key - + You are about to export your private key. This is NOT your public key, so don't give it away. Make sure you keep it save. - + Export Key To File @@ -708,7 +659,7 @@ Make sure you keep it save. - + Generate Key @@ -749,7 +700,7 @@ Make sure you keep it save. - + Key Files @@ -759,90 +710,90 @@ Make sure you keep it save. - + Deleting Keys - + Are you sure that you want to delete the selected keys?. The action can not be undone. - + Export Key To File - + Name: - + E-Mailaddress:: - + Comment: - + KeySize (in Bit): - + Expiration Date: - + Password: - + Repeat Password: - + Never Expire - + Password: Strength Weak -> Strong - + Password Strength - + Name must contain at least five characters. - + Password and Repeat don't match. - + Generating Key... - + Collecting random data for key generation. This may take a while. To speed up the process use your computer @@ -912,6 +863,16 @@ Weak -> Strong Save checked private keys on exit and restore them on next start. + + + MIME-parsing (Experimental) + + + + + Try to split attachments from PGP-MIME ecrypted messages. + + Save Checked Keys @@ -933,12 +894,12 @@ Weak -> Strong English - + English English - + System Default diff --git a/release/ts/gpg4usb_es.qm b/release/ts/gpg4usb_es.qm index 2888478..1bf272f 100644 Binary files a/release/ts/gpg4usb_es.qm and b/release/ts/gpg4usb_es.qm differ diff --git a/release/ts/gpg4usb_es.ts b/release/ts/gpg4usb_es.ts index 8615a16..e685dc4 100644 --- a/release/ts/gpg4usb_es.ts +++ b/release/ts/gpg4usb_es.ts @@ -2,52 +2,42 @@ - Attachments - - - Add File - - + AttachmentTableModel - - Add a file + + Filename - - Encrypt + + Contenttype + + + Attachments - - Encrypt marked File(s) - + couldn't open file: + no se pudo abrir el archivo: - - Decrypt - + + + Save File + Guardar Archivo - - Decrypt marked File(s) + + Save this file - - - couldn't open file: - no se pudo abrir el archivo: - - - - + File Archivo - - + Cannot write file %1: %2. @@ -122,370 +112,367 @@ GpgWin - + &Open... &Abrir... - Ctrl+O - Crtl+O + Crtl+O - + Open an existing file Abrir un archivo existente - + &Save &Guardar - Ctrl+S - Crtl+S + Crtl+S - + Save the current File Guardar el archivo actual - + Save &As Guardar &Como - + Save the current File as... Guardar el Archivo actual como... - + &Print &Imprimir - Ctrl+P - Crtl+P + Crtl+P - + Print Document Imprimir Documento - + &Quit &Salir - Ctrl+Q - Crtl+Q + Crtl+Q - + Quit Program Salir del Programa - + &Paste &Pegar - Ctrl+V - Crtl+V + Crtl+V - + Paste Text From Clipboard Pegar Texto desde Portapapeles - + Cu&t Corta&r - Ctrl+X - Crtl+X + Crtl+X - + Cut the current selection's contents to the clipboard Cortar contenido seleccion actual al portapapeles - + &Copy &Copiar - Ctrl+C - Crtl+C + Crtl+C - + Copy the current selection's contents to the clipboard Copiar contenido seleccion actual al portapapeles - + Select &All Seleccionar &Todo - Ctrl+A - Crtl+A + Crtl+A - + Select the whole text Seleccionar todo el texto - + Se&ttings Con&figuracion - + Open settings dialog Abrir dialogo configuracion - + &Encrypt &Cifrar - + Ctrl+E Crtl+E - + Encrypt Message Cifrar Mensaje - + &Decrypt &Descifrar - + Ctrl+D Crtl+D - + Decrypt Message Descifrar Mensaje - + &File Encryption &Cifrado Archivo - + Encrypt/Decrypt File Cifrar / Descifrar Archivo - - - + + + &File &Archivo - + Import New Key From File Importar Nueva Llave Desde Archivo - - + + &Editor &Editor - + Import New Key From Editor Importar Nueva Llave Desde Editor - - + + &Clipboard &Portapapeles - + Import New Key From Clipboard Importar Nueva Llave Desde Portapapeles - + Key Management Administar Llaves - + Open Keymanagement Abrir Administrar Llaves - - + + Import Key Importar Llave - + Open Import New Key Dialog Abrir Dialogo Importar Nueva Llave - + &About &Acerca de - + Show the application's About box Mostrar caja Acerca de programa - + Append Selected Key(s) To Text Adjuntar Llave(s) Seleccionadas Al Texto - + Append The Selected Keys To Text in Editor Adjuntar Llaves Seleccionadas Al Texto en Editor - + &Edit &Editar - + &Crypt &Cifrar - + &Keys &Llaves - + &Import Key From... &Importar Llave Desde... - + &View &Ver - + &Help &Ayuda - + Crypt Cifrar - + Key Llave - + Edit Editar - - + + Ready Listo - + Encrypt for: Cifrar para: - - + + Attached files: + + + + + Application Programa - + Cannot read file %1: %2. No puedo leer archivo %1: %2. - + File loaded Archivo cargado - + %1[*] - %2 %1[*] - %2 - + The document has been modified. Do you want to save your changes? El documento ha sido modificado. Quiere usted guardar los cambios? - + File Archivo - + Cannot write file %1: %2. No puedo escribir archivo %1: %2. - + Saved '%1' Guardado '%1' - + About Acerca de' - + <center>This Application allows you to do simple<br>encryption/decryption of your text-message or file.<br>It's licensed under the GPL v2.0<br><br><b>Developer:</b><br>Bene, Heimer, Juergen, Nils, Ubbo<br><br><b>Translation:</b><br>Alessandro (pt_br), Alex (fr), Kirill (ru), Viriato (es)<br><br>If you have any questions and/or<br>suggestions, contact us at<br>gpg4usb at cpunk.de</a><br><br>or feel free to meet us in our xmpp-channel:<br>gpg4usb at conference.jabber.ccc.de</center> @@ -494,27 +481,27 @@ Quiere usted guardar los cambios? <center>Este Programa le permite hacer un facil<br>cifrado/descifrado de sus mensajes de texto o archivos.<br>Esta licenciado bajo el GPL v2.0<br><br><b>Programadores:</b><br>Bene, Heimer, Juergen, Nils, Ubbo<br><br><b>Traduccion:</b><br>Alessandro (pt_br), Alex (fr), Kirill (ru), Viriato13 (es)<br><br>Si usted tiene alguna pregunta y/ o <br>sugerencia, contacte con nosotros en<br>gpg4usb en cpunk.de</a><br><br>o puede encontrarnos en nuestro xmpp-channel:<br>gpg4usb en conference.jabber.ccc.de</center> - + Open Key Abrir Llave - + Key Files Archivos de Llaves - + All Files Todos Archivos - + couldn't open file: no se pudo abrir el archivo: - + Import Key From... Importar Llave Desde... @@ -522,87 +509,87 @@ Quiere usted guardar los cambios? KeyDetailsDialog - + Owner details Detalles del Propietario - + Key details Detalles de la Llave - + Fingerprint Huella Digital - + Name: Nombre: - + E-Mailaddress: Direccion de E-Mail: - + Comment: Comentario: - + Key size: Tamaño Llave: - + Expires on: Expira en: - + Created on: Creada en: - + Algorithm: Algoritmo: - + Never Nunca - + / Never / Nunca - + Private Key Llave Privada - + Export Private Key Exportar llave Privada - + Keydetails Detalles Llave - + Exporting private Key Exportando Llave privada - + You are about to export your private key. This is NOT your public key, so don't give it away. Make sure you keep it save. @@ -611,12 +598,12 @@ Esta NO es su llave publica, asi que no la regale. Guardela de forma segura. - + Export Key To File Exportar Llave a Archivo - + Key Files Archivos Llaves @@ -718,7 +705,7 @@ Guardela de forma segura. - + Generate Key Crear Llave @@ -759,7 +746,7 @@ Guardela de forma segura. - + Key Files Archivos Llave @@ -769,93 +756,93 @@ Guardela de forma segura. No pude Abrir el Archivo: - + Deleting Keys Borrando Llaves - + Are you sure that you want to delete the selected keys?. The action can not be undone. Esta seguro de querer borrar las llaves seleccionadas?. Esta accion no se puede deshacer. - + Export Key To File Exportar Llave A Archivo - + Name: Nombre: - + E-Mailaddress:: Direccion E-mail: - + Comment: Comentario: - + KeySize (in Bit): Tamaño Llave (en Bit): - + Expiration Date: Fecha Expiracion: - + Password: Password: - + Repeat Password: Repetir Password: - + Never Expire Nunca Expira - + Password: Strength Weak -> Strong Password: Fortaleza Debil -> Fuerte - + Password Strength Fortaleza Password - + Name must contain at least five characters. El nombre debe contener al menos cinco caracteres. - + Password and Repeat don't match. Password y Repeticion no coinciden. - + Generating Key... Creando Llave... - + Collecting random data for key generation. This may take a while. To speed up the process use your computer @@ -948,12 +935,22 @@ Para acelerar el proceso use su computador Cambio idioma se aplica despues de reiniciar el programa. - + + MIME-parsing (Experimental) + + + + + Try to split attachments from PGP-MIME ecrypted messages. + + + + System Default Por Defecto - + English Español diff --git a/release/ts/gpg4usb_fr.qm b/release/ts/gpg4usb_fr.qm index ca98ec8..fb4c7cd 100644 Binary files a/release/ts/gpg4usb_fr.qm and b/release/ts/gpg4usb_fr.qm differ diff --git a/release/ts/gpg4usb_fr.ts b/release/ts/gpg4usb_fr.ts index d6c4172..b19d6ca 100644 --- a/release/ts/gpg4usb_fr.ts +++ b/release/ts/gpg4usb_fr.ts @@ -2,52 +2,42 @@ - Attachments + AttachmentTableModel - - Add File + + Filename - - Add a file - - - - - Encrypt + + Contenttype + + + Attachments - - Encrypt marked File(s) - + couldn't open file: + Fichier non-ouvrable: - - Decrypt - + + + Save File + Enregistrer fichier - - Decrypt marked File(s) + + Save this file - - - couldn't open file: - Fichier non-ouvrable: - - - - + File Fichier - - + Cannot write file %1: %2. @@ -129,369 +119,334 @@ GpgWin - + &Open... &Ouvrir... - - Ctrl+O - - - - + Open an existing file Ouvrir un fichier existant - + &Save &Enregistrer - - Ctrl+S - - - - + Save the current File Enregistrer le fichier en cours - + Save &As Enregistrer &sous - + Save the current File as... Enregistrer le fichier en cours sous... - + &Print &Imprimer - - Ctrl+P - - - - + Print Document Imprimer fichier - + &Quit &Fermer - - Ctrl+Q - - - - + Quit Program Fermer programme - + &Paste &Coller - - Ctrl+V - - - - + Paste Text From Clipboard Coller depuis le presse-papiers - + Cu&t Cou&per - - Ctrl+X - - - - + Cut the current selection's contents to the clipboard Couper et ajouter dans le presse papiers - + &Copy &Copier - - Ctrl+C - - - - + Copy the current selection's contents to the clipboard Copier et ajouter dans le presse papiers - + Select &All Selectionner &tout - - Ctrl+A - - - - + Select the whole text Selectionner tout le texte - + Se&ttings - + Open settings dialog - + &Encrypt &Crypter - + Ctrl+E - + Encrypt Message Crypter message - + &Decrypt &Decrypter - + Ctrl+D - + Decrypt Message Decrypter message - + &File Encryption Cryptage du &fichier - + Encrypt/Decrypt File Crypter/Decrypter fichier - - - + + + &File &Fichier - + Import New Key From File Importer nouvelle cle depuis le fichier - - + + &Editor &Editeur - + Import New Key From Editor Importer nouvelle cle depuis l'editeur - - + + &Clipboard &Presse papiers - + Import New Key From Clipboard Importer nouvelle cle depuis le presse papiers - + Key Management gestion des cles - + Open Keymanagement Ouvrir le gestionaire des cles - - + + Import Key Importer cles - + Open Import New Key Dialog Ouvrir la fenetre d'import de nouvelle cle - + Crypt Crypt-Toolbar - + Key - + Edit - + + Attached files: + + + + <center>This Application allows you to do simple<br>encryption/decryption of your text-message or file.<br>It's licensed under the GPL v2.0<br><br><b>Developer:</b><br>Bene, Heimer, Juergen, Nils, Ubbo<br><br><b>Translation:</b><br>Alessandro (pt_br), Alex (fr), Kirill (ru), Viriato (es)<br><br>If you have any questions and/or<br>suggestions, contact us at<br>gpg4usb at cpunk.de</a><br><br>or feel free to meet us in our xmpp-channel:<br>gpg4usb at conference.jabber.ccc.de</center> - + &About &A propos - + Show the application's About box Afficher la fenetre d'information - + Append Selected Key(s) To Text joindre les cles selectionees au texte - + Append The Selected Keys To Text in Editor joindre les cles selectionees au texte dans l'editeur - + &Edit bla - + &Crypt &Crypter - + &Keys &Cles - + &Import Key From... &Importer une cle depuis... - + &View &Affichage - + &Help &Aide - - + + Ready - + Encrypt for: - - + + Application - + Cannot read file %1: %2. - + File loaded - + %1[*] - %2 - + The document has been modified. Do you want to save your changes? Le document a ete modifie. Voulez-vous enregistrer les modifications? - + File Fichier - + Cannot write file %1: %2. Fichier protege en ecriture %1: %2. - + Saved '%1' Fichiers enregistres '%1' - + About A propos @@ -500,27 +455,27 @@ Do you want to save your changes? <center>Cette application vous permet de crypter ou decrypter<br> simplement votre texte-message ou fichier.<br> Logiciel libre v2.0<br> <b>Developpeurs:</b> Bene, Heimer, Juergen, Nils, Ubbo<br><br><b> Traduction:</b><br>Kirill (ru), Axel (fr)<br><br> Si vous avez questions ou propositions, <br>contactez nous sur notre email <br>gpgusb at cpunk.de</a> ou par xmpp-chat <br>gpg4usb at conference.jabber.ccc.de</center> - + Open Key - + Key Files Fichiers des cles - + All Files - + couldn't open file: Fichier non-ouvrable: - + Import Key From... @@ -528,99 +483,99 @@ Do you want to save your changes? KeyDetailsDialog - + Owner details - + Key details Proprietes de la cle - + Fingerprint Empreinte - + Name: nom: - + E-Mailaddress: Email: - + Comment: Commentaire: - + Key size: Taille: - + Expires on: Expiration: - + Created on: Creation: - + Algorithm: Algorithme: - + Never Jamais - + / Never / Jamais - + Private Key Cle privee - + Export Private Key Exporter la cle publique - + Keydetails Proprietes de la cle - + Exporting private Key Exporter la cle publique - + You are about to export your private key. This is NOT your public key, so don't give it away. Make sure you keep it save. - + Export Key To File Exporter des cles a fichier - + Key Files @@ -722,7 +677,7 @@ Make sure you keep it save. - + Generate Key Generer une paire des cles @@ -763,7 +718,7 @@ Make sure you keep it save. - + Key Files Fichiers des cles @@ -773,90 +728,90 @@ Make sure you keep it save. - + Deleting Keys Supprimer des cles - + Are you sure that you want to delete the selected keys?. The action can not be undone. - + Export Key To File Exporter des cles a fichier - + Name: Nom: - + E-Mailaddress:: Email: - + Comment: Commentaire: - + KeySize (in Bit): Taille: - + Expiration Date: Expiration: - + Password: Mot de passe: - + Repeat Password: Emploi de le mot de passe: - + Never Expire Expire jamais - + Password: Strength Weak -> Strong - + Password Strength - + Name must contain at least five characters. - + Password and Repeat don't match. - + Generating Key... - + Collecting random data for key generation. This may take a while. To speed up the process use your computer @@ -926,6 +881,16 @@ Weak -> Strong Save checked private keys on exit and restore them on next start. + + + MIME-parsing (Experimental) + + + + + Try to split attachments from PGP-MIME ecrypted messages. + + Save Checked Keys @@ -947,12 +912,12 @@ Weak -> Strong Français - + English Français - + System Default diff --git a/release/ts/gpg4usb_pt_BR.qm b/release/ts/gpg4usb_pt_BR.qm index 67fa05d..a0cee1b 100644 Binary files a/release/ts/gpg4usb_pt_BR.qm and b/release/ts/gpg4usb_pt_BR.qm differ diff --git a/release/ts/gpg4usb_pt_BR.ts b/release/ts/gpg4usb_pt_BR.ts index 39b3ed0..6e860e5 100644 --- a/release/ts/gpg4usb_pt_BR.ts +++ b/release/ts/gpg4usb_pt_BR.ts @@ -2,52 +2,38 @@ - Attachments - - - Add File - - + AttachmentTableModel - - Add a file + + Filename - - Encrypt - - - - - Encrypt marked File(s) - - - - - Decrypt + + Contenttype + + + Attachments - - Decrypt marked File(s) - + + + Save File + Salvar Arquivo - - - couldn't open file: + + Save this file - - + File Arquivo - - + Cannot write file %1: %2. @@ -130,219 +116,211 @@ GpgWin - + &Open... &Abrir... - Ctrl+O - Ctrl+A + Ctrl+A - + Open an existing file Abrir um arquivo existente - + &Save &Salvar - Ctrl+S - Ctrl+S + Ctrl+S - + Save the current File Salvar o arquivo atual - + Save &As Salvar Co&mo - Ctrl+A - Ctrl+M + Ctrl+M - + Save the current File as... Salvar o arquivo atual como... - + &Print &Imprimir - Ctrl+P - Ctrl+I + Ctrl+I - + Print Document Imprimir Documento - + &Quit Sai&r - Ctrl+Q - Ctrl+R + Ctrl+R - + Quit Program Sair - + &Paste i used this without accelerator & to avoid confusion with windows native paste (ctrl+v) Colar - Ctrl+V - Ctrl+V + Ctrl+V - + Paste Text From Clipboard Colar Texto da Área de Transferência - + Cu&t i used this without accelerator & to avoid confusion with native windows cut ctrl+x Recortar - Ctrl+X - Ctrl+X + Ctrl+X - + Cut the current selection's contents to the clipboard Recortar a seleção atual para a Área de Transferência - + &Copy &Copiar - Ctrl+C - Ctrl+C + Ctrl+C - + Copy the current selection's contents to the clipboard Copiar a seleção para a área de transferência - + Select &All Selecionar &Tudo - + Select the whole text Selecionar o texto completo - + Se&ttings Con&figurações - + Open settings dialog Abre janela de configurações - + &Encrypt &Encriptar - + Ctrl+E Ctrl+E - + Encrypt Message Encriptar Mensagem - + &Decrypt &Decriptar - + Ctrl+D Ctrl+D - + Decrypt Message Decriptar Mensagem - + &File Encryption Encriptar &Arquivo - + Encrypt/Decrypt File Encriptar/Decriptar Arquivo - + Import New Key From File Importar Nova Chave do Arquivo - + Import New Key From Editor Importar Nova Chave do Editor - + Key Management Gerenciar Chaves - + Open Keymanagement Abrir Gerenciador de Chaves - + Open Import New Key Dialog Abrir Diálogo de Importação de Nova Chave - + &About &Sobre - + Show the application's About box Exibe a caixa 'sobre' @@ -351,110 +329,115 @@ <center>Esse programa serve para encriptar e<br>decriptar mensagens de texto ou arquivos.<br>E é liberado sob a licença GPL v2.0<br><br><b>Desenvolvedores:</b><br>Bene, Heimer, Juergen, Nils, Ubbo<br><br><b>Tradução:</b><br>Alessandro (pt_br), Alex (fr), Kirill (ru)<br><br>Caso tenha dúvidas e/ou sugestões,<br>envie uma mensagem para<br>gpg4usb at cpunk.de</a><br><br>ou nos encontre no nosso canal xmpp:<br>gpg4usb at conference.jabber.ccc.de</center> - - - + + + &File &Arquivo - + &Edit E&ditar - + &Help A&juda - + File Arquivo - + Edit Editar - + Append Selected Key(s) To Text Anexar Chaves Marcadas no Texto - + Append The Selected Keys To Text in Editor Anexar Chaves Marcadas no Texto do Editor - + &Keys &Chaves - + &Import Key From... - + &View E&xibir - + Key Chave - - + + Ready Pronto - + Encrypt for: Encriptar para: - - + + Attached files: + + + + + Application Aplicação - + Cannot read file %1: %2. Não leu o arquivo %1: %2. - + File loaded Arquivo carregado - + %1[*] - %2 %1[*] - %2 - + The document has been modified. Do you want to save your changes? O documento foi alterado. Deseja salvar as alterações? - + Cannot write file %1: %2. Não escreveu o arquivo %1: %2. - + Saved '%1' i used inverse order because its more natural speak in this way '%1' salvo. @@ -464,70 +447,70 @@ Deseja salvar as alterações? <center> Este aplicativo permite a encriptação/decriptação<br>simplificada das suas mensagens de texto ou arquivos.<br>E é liberado sob licença GPL-V2.0<br><br>Desenvolvedores:</b><br>Bene, Heimer, Juergen, Nils, Ubbo<br><br><b>Tradução:</b><br>Krill(ru)<br>Alessandro Benevenuto (pt-br)<br><br>Caso tenha dúvidas e/ou sugestões, entre em<br>contatoatravés de gpg4usb at cpunk.de</a><br><br>ou no canal xmpp<br>gpg4usb at conference.jabber.ccc.de</center> - + Open Key Abrir a Chave - + Key Files Arquivos de Chaves - + All Files Todos os Arquivos - + couldn't open file: Não pode abrir o arquivo: - - + + &Editor &Editor - - + + &Clipboard Área de &Transferência - + Import New Key From Clipboard Importar Nova Chave da Área de Transferência - - + + Import Key Importar Chave - + &Crypt &Encriptar - + Crypt Encriptar - + About Sobre - + <center>This Application allows you to do simple<br>encryption/decryption of your text-message or file.<br>It's licensed under the GPL v2.0<br><br><b>Developer:</b><br>Bene, Heimer, Juergen, Nils, Ubbo<br><br><b>Translation:</b><br>Alessandro (pt_br), Alex (fr), Kirill (ru), Viriato (es)<br><br>If you have any questions and/or<br>suggestions, contact us at<br>gpg4usb at cpunk.de</a><br><br>or feel free to meet us in our xmpp-channel:<br>gpg4usb at conference.jabber.ccc.de</center> - + Import Key From... Importar Chave de... @@ -535,92 +518,92 @@ Deseja salvar as alterações? KeyDetailsDialog - + Owner details Detalhes do Proprietario - + Key details Detalhes da chave - + Fingerprint Assinatura digital - + Name: Nome: - + E-Mailaddress: Endereço de E-Mail: - + Comment: Comentários: - + Expires on: Expira em: - + Created on: Criada em: - + Keydetails Detalhes da chave - + Key Files Arquivos de Chaves - + Key size: Tamanho da chave: - + Algorithm: Algorítmo: - + Never Nunca - + / Never /Nunca - + Private Key Chave Privada - + Export Private Key Exportar Chave Privada - + Exporting private Key Exportando Chave Privada - + You are about to export your private key. This is NOT your public key, so don't give it away. Make sure you keep it save. @@ -629,7 +612,7 @@ Essa NÃO é sua chave pública, portanto NÃO a distribua. Guarde-a em segurança. - + Export Key To File Exportar Chave para Arquivo @@ -731,7 +714,7 @@ Guarde-a em segurança. - + Generate Key Gerar Chave @@ -772,7 +755,7 @@ Guarde-a em segurança. - + Key Files Arquivos de Chaves @@ -782,91 +765,91 @@ Guarde-a em segurança. Não Pode Abrir o Arquivo: - + Deleting Keys Exluindo as Chaves - + Are you sure that you want to delete the selected keys?. The action can not be undone. Tem certeza que deseja excluir as chaves marcadas? A ação não poderá ser desfeita. - + Export Key To File Exportar Chave para Arquivo - + Name: Nome: - + E-Mailaddress:: E-mail: - + Comment: Comentários: - + KeySize (in Bit): Tamanho da Chave (bits): - + Expiration Date: Data de expiração: - + Password: Senha: - + Repeat Password: Repetir a Senha: - + Never Expire Nunca Expira - + Password: Strength Weak -> Strong Força da Senha: Fraca -> Forte - + Password Strength Força da Senha - + Name must contain at least five characters. o nome deve conter pelo menos cinco caracteres. - + Password and Repeat don't match. As senhas não conferem. - + Generating Key... Gerando as Chaves... - + Collecting random data for key generation. This may take a while. To speed up the process use your computer @@ -939,6 +922,16 @@ Para agilizar o processo use seu computador Save checked private keys on exit and restore them on next start. + + + MIME-parsing (Experimental) + + + + + Try to split attachments from PGP-MIME ecrypted messages. + + save window size and position on exit Salvar posição e tamanho da janela ao sair @@ -964,12 +957,12 @@ Para agilizar o processo use seu computador Português do Brasil - + English Português do Brasil - + System Default Padrão do Sistema diff --git a/release/ts/gpg4usb_ru.qm b/release/ts/gpg4usb_ru.qm index ec458b1..586f244 100644 Binary files a/release/ts/gpg4usb_ru.qm and b/release/ts/gpg4usb_ru.qm differ diff --git a/release/ts/gpg4usb_ru.ts b/release/ts/gpg4usb_ru.ts index 97cca94..dd9cc48 100644 --- a/release/ts/gpg4usb_ru.ts +++ b/release/ts/gpg4usb_ru.ts @@ -2,52 +2,42 @@ - Attachments + AttachmentTableModel - - Add File + + Filename - - Add a file - - - - - Encrypt + + Contenttype + + + Attachments - - Encrypt marked File(s) - + couldn't open file: + Не удалось открыть файл: - - Decrypt - + + + Save File + Сохранить файл - - Decrypt marked File(s) + + Save this file - - - couldn't open file: - Не удалось открыть файл: - - - - + File Файл - - + Cannot write file %1: %2. @@ -130,395 +120,360 @@ GpgWin - + &Open... &Открыть... - - Ctrl+O - - - - + Open an existing file Открать существующий файл - + &Save &Сохранить - - Ctrl+S - - - - + Save the current File Сохранить файл - + Save &As Сохранить &как - - Ctrl+A - - - - + Save the current File as... Сохранить файл как... - + &Print &Печать - - Ctrl+P - - - - + Print Document Печать - + &Quit Вы&йти - - Ctrl+Q - - - - + Quit Program Завершить программу - + &Paste &Вставить - - Ctrl+V - - - - + Paste Text From Clipboard Вставить текст из Буфера Обмена - + Cu&t &Вырезать - - Ctrl+X - - - - + Cut the current selection's contents to the clipboard Вырезать выделенные элементы в Буфер Обмена - + &Copy &Копировать - - Ctrl+C - - - - + Copy the current selection's contents to the clipboard Копировать выделенные элементы в Буфер Обмена - + Select &All В&ыделить всё - + Select the whole text Выделить весь текст - + Open settings dialog Открыть окно настроек - + &Encrypt З&ашифровать - + Ctrl+E - + Encrypt Message Зашифровать текст - + &Decrypt Расшифро&вать - + Ctrl+D - + Decrypt Message Расшифровать текст - + Import New Key From File Импорт нового ключа из файла - + Import New Key From Editor Импорт нового ключа из редактора - + &About &О программе - + Show the application's About box Показать инфо о программе - - - + + + &File Ф&айл - + &Edit &Правка - + &Help &Справка - + File Файл - + Edit Правка - + Se&ttings &Настройки - + &File Encryption Шифрование &файлов - + Encrypt/Decrypt File За-/Расшифровать файл - + Key Management Менеджер ключей - + Open Keymanagement Открыть Менеджер ключей - + Open Import New Key Dialog Открыть окно импорта ключей - + Append Selected Key(s) To Text Добавить выбранн. ключ(и) к тексту - + Append The Selected Keys To Text in Editor Добавить выбранный ключ к тексту в редакторе - + &Keys &Ключи - + &Import Key From... &Импорт ключа из... - + &View &Вид - + Key Ключ - - + + Ready Готово - + Encrypt for: Зашифровать для: - - + + Attached files: + + + + + Application Приложение - + Cannot read file %1: %2. Не удалось прочесть файл %1: %2. - + File loaded Файл загружен - + %1[*] - %2 - + The document has been modified. Do you want to save your changes? Документ был редактирован. Сохранить изменения? - + Cannot write file %1: %2. Не удалось записать файл %1: %2. - + Saved '%1' "%1" сохранён - + <center>This Application allows you to do simple<br>encryption/decryption of your text-message or file.<br>It's licensed under the GPL v2.0<br><br><b>Developer:</b><br>Bene, Heimer, Juergen, Nils, Ubbo<br><br><b>Translation:</b><br>Alessandro (pt_br), Alex (fr), Kirill (ru), Viriato (es)<br><br>If you have any questions and/or<br>suggestions, contact us at<br>gpg4usb at cpunk.de</a><br><br>or feel free to meet us in our xmpp-channel:<br>gpg4usb at conference.jabber.ccc.de</center> - + Open Key Открыть ключ - + couldn't open file: Не удалось открыть файл: - - + + &Editor Окна &редактора - - + + &Clipboard &Буфера Обмена - + Import New Key From Clipboard Импорт нового ключа из Буфера Обмена - - + + Import Key Импорт ключа - + &Crypt &Шифрование - + Crypt Шифрование - + About О программе - + Key Files Файлы ключей - + All Files - + Import Key From... Импорт ключа из... @@ -526,92 +481,92 @@ Do you want to save your changes? KeyDetailsDialog - + Owner details Свойства владельца - + Key details Свойства ключа - + Fingerprint Отпечаток - + Name: Имя: - + E-Mailaddress: Адрес eMail: - + Comment: Комментарий: - + Expires on: Истекает: - + Created on: Создан: - + Keydetails Свойства ключа - + Key Files Файлы ключей - + Key size: Длина ключа: - + Algorithm: Алгоритм: - + Never Никогда - + / Never / Никогда - + Private Key Секретный ключ - + Export Private Key Экспортировать Секретный ключ - + Exporting private Key Экспорт Секретного ключа - + You are about to export your private key. This is NOT your public key, so don't give it away. Make sure you keep it save. @@ -620,7 +575,7 @@ Make sure you keep it save. Убедитесь, что он хранится в Надёжном Месте. - + Export Key To File Экспорт ключа в файл @@ -722,7 +677,7 @@ Make sure you keep it save. - + Generate Key Генерировать ключ @@ -763,7 +718,7 @@ Make sure you keep it save. - + Key Files Файлы ключей @@ -773,93 +728,93 @@ Make sure you keep it save. Не удалось открыть файл: - + Deleting Keys Удаление ключа - + Are you sure that you want to delete the selected keys?. The action can not be undone. Вы уверены, что хотите стереть выбранные ключи? Это действие будет необратимым. - + Export Key To File Экспорт ключа в файл - + Name: Имя: - + E-Mailaddress:: Адрес eMail: - + Comment: Комментарий: - + KeySize (in Bit): Длина ключа (бит): - + Expiration Date: Истекает: - + Password: Пароль: - + Repeat Password: Повторите Пароль: - + Never Expire без срока годности - + Password: Strength Weak -> Strong Надёжность Пароля Слабый -> Стойкий - + Password Strength Надёжность Пароля - + Name must contain at least five characters. Имя должно быть длиной не менее 5 букв. - + Password and Repeat don't match. Повторно введённый Пароль не совпал. - + Generating Key... Генерация ключа... - + Collecting random data for key generation. This may take a while. To speed up the process use your computer @@ -932,6 +887,16 @@ Weak -> Strong Save checked private keys on exit and restore them on next start. + + + MIME-parsing (Experimental) + + + + + Try to split attachments from PGP-MIME ecrypted messages. + + save window size and position on exit Сохранять размер окна при выходе @@ -958,13 +923,13 @@ Weak -> Strong Русский - + English Also local language here? Русский - + System Default Стандартнай язык системы -- cgit v1.2.3