From cc966de2e9f6781e2073ee9538bf97609a4aa20f Mon Sep 17 00:00:00 2001 From: nils Date: Sun, 19 Feb 2012 17:28:06 +0000 Subject: show/hide steganography menu after closing settings git-svn-id: http://cpunk.de/svn/src/gpg4usb/trunk@813 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- mainwindow.cpp | 20 ++++- release/ts/gpg4usb_de.ts | 196 ++++++++++++++++++++++---------------------- release/ts/gpg4usb_en.ts | 196 ++++++++++++++++++++++---------------------- release/ts/gpg4usb_my.ts | 196 ++++++++++++++++++++++---------------------- release/ts/gpg4usb_pt_BR.ts | 196 ++++++++++++++++++++++---------------------- release/ts/gpg4usb_ru.ts | 196 ++++++++++++++++++++++---------------------- release/ts/gpg4usb_vi.ts | 196 ++++++++++++++++++++++---------------------- 7 files changed, 604 insertions(+), 592 deletions(-) diff --git a/mainwindow.cpp b/mainwindow.cpp index 63a1a16..84da541 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -455,10 +455,13 @@ void MainWindow::createMenus() importKeyMenu->addAction(keyMgmt->importKeyFromKeyServerAct); keyMenu->addAction(openKeyManagementAct); - if(settings.value("advanced/steganography").toBool()) { - steganoMenu = menuBar()->addMenu(tr("&Steganography")); - steganoMenu->addAction(cutPgpHeaderAct); - steganoMenu->addAction(addPgpHeaderAct); + steganoMenu = menuBar()->addMenu(tr("&Steganography")); + steganoMenu->addAction(cutPgpHeaderAct); + steganoMenu->addAction(addPgpHeaderAct); + + // Hide menu, when steganography menu is disabled in settings + if(!settings.value("advanced/steganography").toBool()) { + this->menuBar()->removeAction(steganoMenu->menuAction()); } viewMenu = menuBar()->addMenu(tr("&View")); @@ -927,6 +930,7 @@ void MainWindow::openSettingsDialog() importButton->setToolButtonStyle(buttonStyle); fileEncButton->setToolButtonStyle(buttonStyle); + // Mime-settings if(settings.value("mime/parseMime").toBool()) { createAttachmentDock(); } else if(attachmentDockCreated) { @@ -940,6 +944,14 @@ void MainWindow::openSettingsDialog() qApp->exit(RESTART_CODE); } } + + // steganography hide/show + if(!settings.value("advanced/steganography").toBool()) { + this->menuBar()->removeAction(steganoMenu->menuAction()); + } else { + this->menuBar()->insertAction(viewMenu->menuAction(), steganoMenu->menuAction()); + } + } void MainWindow::cleanDoubleLinebreaks() diff --git a/release/ts/gpg4usb_de.ts b/release/ts/gpg4usb_de.ts index 7f7fe57..34109bc 100644 --- a/release/ts/gpg4usb_de.ts +++ b/release/ts/gpg4usb_de.ts @@ -1781,488 +1781,488 @@ Beschleunugen(z.B. Internet-surfen, Musik hören, ...) MainWindow - + &New &Neu - + Open a new file Öffne eine neue Datei - + &Open... Ö&ffnen... - + Open an existing file Öffen Datei - + &Save &Speichern - + Save the current File Speichere Datei - + Save &As Speichern &unter - + Save the current File as... Speichere aktuelle Datei als.... - + &Print &Drucken - + Print Document Drucken - - + + &Close &Schliessen - + Close file Schliesse die Datei - + &Quit &Beenden - + Quit Program Beende das Programm - + &Undo &Rückgängig - + Undo Last Edit Action Mache die letzte Aktion rückgängig - + &Redo &Wiederherstellen - + Redo Last Edit Action Stelle die letzte Editieraktion wieder her - + Zoom In Hereinzoomen - + Zoom Out Herauszoomen - + &Paste E&infügen - + Paste Text From Clipboard Füge Text aus der Zwischenablage ein - + Cu&t &Ausschneiden - + Cut the current selection's contents to the clipboard aktuelle Auswahl ausschneiden und in Zwischenablage einfügen - + &Copy &Kopieren - + Copy the current selection's contents to the clipboard aktuelle Auswahl in Zwischenablage kopieren - + &Quote &Kommentiere - + Quote whole text Kommentiere den gesamten Text - + Select &All Alles &markieren - + Select the whole text Den ganzen Text markieren - + Remove &spacing Entferne &Zeilenumbrüche - + Remove double linebreaks, e.g. in pasted text from webmailer Entferne doppelte Zeilenumbrüche, z.B. bei eingefügtem Text aus einem Webmailer - + Se&ttings Ei&nstellungen - + Open settings dialog Öffne den Einstellungsdialog - + &Encrypt &Verschlüsseln - + Encrypt Message Verschlüssele den Text - + &Decrypt &Entschlüsseln - + Decrypt Message Entschlüssele den Text - + &File Encryption &Datei Verschlüsselung - + Encrypt/Decrypt File Ver-/Entschlüssele Datei - + &Encrypt File &Verschlüssele Datei - + Encrypt File Verschlüssele Datei - + &Decrypt File &Entschlüssele Datei - + Decrypt File Entschlüssele Datei - + &Sign &Signiere - + Sign Message Signiere die Nachricht - + &Verify &Verifiziere - + Verify Message Verifiziere die Nachricht - + &Editor &Editor - + Import New Key From Editor Importiere einen neuen Schlüssel aus dem Textfeld - + Manage &keys Schlüssel&verwaltung - + Open Keymanagement Öffne die Schlüsselverwaltung - + &About &Info - + Show the application's About box Zeige die Information über die Anwendung - + Integrated Help Integrierte Hilfe - + Open integrated Help Öffne die integrierte Hilfe - + Online &Tutorials Online &Hilfe - + Open Online Tutorials Öffne die Online Hilfe - + Translate gpg4usb Übersetze gpg4usb - + Translate gpg4usb yourself Übersetze gpg4usb selbst - + Open &Wizard Öffne &Assistenten - + Open the wizard Öffne Assistenten für erste Schritte - + 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 - + Copy EMail-address Kopiere EMail-Adresse - + Copy selected EMailaddress to clipboard Kopiere die ausgewählten EMail-Adresse in die Zwischenablage - + Show Keydetails Eigenschaften anzeigen - + Show Details for this Key Details zu diesem Schlüssel anzeigen - + &File &Datei - + &Edit &Bearbeiten - + &Crypt &Crypt - + &Keys Sch&lüssel - + &Import Key From... &Importiere Schlüssel aus... - + &Steganography &Steganografie - + Remove PGP Header Entferne PGP Header - + Add PGP Header Füge PGP Header hinzu - + &View &Ansicht - + &Help &Hilfe - + File Datei - + Crypt Crypt - + Key Schlüssel - + Edit Bearbeiten - + Special edit Spezial Bearbeiten - + Import key from... Importiere Schlüssel aus... - + Import key Importiere Schlüssel - + Encrypt or decrypt File Verschlüssele oder entschlüssele Datei - + File.. Datei.. - + Ready Fertig - + Encrypt for: Verschlüssele für: - + Attached files: Angehängte Dateien: - + About Über - + <center>This application allows simple encryption <br>and decryption of text messages or files.<br>It's licensed under the GPL v3<br><br><b>Developer:</b><br>Bene, Heimer, Juergen, Nils, Ubbo<br><br><b>Translation:</b><br>Viriato/Phol (es), <br>Serse (it), Russell (my),<br>Alessandro (pt_br), Kirill (ru), Tom (vi)<br><br>If you have any questions or suggestions have a look<br/>at our <a href="http://gpg4usb.cpunk.de/contact.php">contact page</a> or send a mail to our<br/> mailing list at <a href="mailto:gpg4usb@gzehn.de">gpg4usb@gzehn.de</a>. <center>Diese Anwendung erlaubt es, auf einfache <br>Art Texte und Dateien zu ver- und entschlüsseln. <br>Sie steht unter der GPL v3.0<br><br><b>Entwickler:</b><br>Bene, Heimer, Juergen, Nils, Ubbo<br><br><b>Übersetzung:</b><br>Viriato/Phol (es), <br>Serse (it), Russell (my),<br>Alessandro (pt_br), Kirill (ru), Tom (vi) <br><br>Falls sie Fragen und/oder Vorschläge haben,<br>schauen Sie auf unsere<br><a href="http://gpg4usb.cpunk.de/contact.php">Kontaktseite</a> <br>oder senden Sie eine Email an unsere Mailingliste<br>unter <a href="mailto:gpg4usb@gzehn.de">gpg4usb@gzehn.de</a>. - + <br><br> Built with Qt <br><br>Erstellt mit Qt - + and GPGME und GPGME - + There is one unencrypted file in attachment folder Es gibt unverschlüsselte Dateien im Attachment Ordner - + There are Es gibt - + unencrypted files in attachment folder unverschlüsselte Dateien im Attachment Ordner diff --git a/release/ts/gpg4usb_en.ts b/release/ts/gpg4usb_en.ts index 63ef0c2..c9003d4 100644 --- a/release/ts/gpg4usb_en.ts +++ b/release/ts/gpg4usb_en.ts @@ -1147,488 +1147,488 @@ Weak -> Strong MainWindow - + &New - + Open a new file - + &Open... - + Open an existing file - + &Save - + Save the current File - + Save &As - + Save the current File as... - + &Print - + Print Document - - + + &Close - + Close file - + &Quit - + Quit Program - + &Undo - + Undo Last Edit Action - + &Redo - + Redo Last Edit Action - + Zoom In - + Zoom Out - + &Paste - + Paste Text From Clipboard - + Cu&t - + Cut the current selection's contents to the clipboard - + &Copy - + Copy the current selection's contents to the clipboard - + &Quote - + Quote whole text - + Select &All - + Select the whole text - + Remove &spacing - + Remove double linebreaks, e.g. in pasted text from webmailer - + Se&ttings - + Open settings dialog - + &Encrypt - + Encrypt Message - + &Decrypt - + Decrypt Message - + &File Encryption - + Encrypt/Decrypt File - + &Encrypt File - + Encrypt File - + &Decrypt File - + Decrypt File - + &Sign - + Sign Message - + &Verify - + Verify Message - + &Editor - + Import New Key From Editor - + Manage &keys - + Open Keymanagement - + &About - + Show the application's About box - + Integrated Help - + Open integrated Help - + Online &Tutorials - + Open Online Tutorials - + Translate gpg4usb - + Translate gpg4usb yourself - + Open &Wizard - + Open the wizard - + Append Selected Key(s) To Text - + Append The Selected Keys To Text in Editor - + Copy EMail-address - + Copy selected EMailaddress to clipboard - + Show Keydetails - + Show Details for this Key - + &File - + &Edit - + &Crypt - + &Keys - + &Import Key From... - + &Steganography - + Remove PGP Header - + Add PGP Header - + &View - + &Help - + File - + Crypt - + Key - + Edit - + Special edit - + Import key from... - + Import key - + Encrypt or decrypt File - + File.. - + Ready - + Encrypt for: - + Attached files: - + About - + <center>This application allows simple encryption <br>and decryption of text messages or files.<br>It's licensed under the GPL v3<br><br><b>Developer:</b><br>Bene, Heimer, Juergen, Nils, Ubbo<br><br><b>Translation:</b><br>Viriato/Phol (es), <br>Serse (it), Russell (my),<br>Alessandro (pt_br), Kirill (ru), Tom (vi)<br><br>If you have any questions or suggestions have a look<br/>at our <a href="http://gpg4usb.cpunk.de/contact.php">contact page</a> or send a mail to our<br/> mailing list at <a href="mailto:gpg4usb@gzehn.de">gpg4usb@gzehn.de</a>. - + <br><br> Built with Qt - + and GPGME - + There is one unencrypted file in attachment folder - + There are - + unencrypted files in attachment folder diff --git a/release/ts/gpg4usb_my.ts b/release/ts/gpg4usb_my.ts index 4c52a11..0931dd7 100644 --- a/release/ts/gpg4usb_my.ts +++ b/release/ts/gpg4usb_my.ts @@ -1621,488 +1621,488 @@ Weak -> Strong MainWindow - + &New အသစ် - + Open a new file ဖိုင်အသစ် ဖွင့်ရန် - + &Open... ဖွင့်ရန်... - + Open an existing file ရှိပြီးသား ဖိုင်ကို ဖွင့်ရန် - + &Save သိမ်းဆည်းရန် - + Save the current File လက်ရှိ ဖိုင်ကို သိမ်းဆည်းရန် - + Save &As သိမ်းဆည်းမဲ့ ပုံစံ - + Save the current File as... လက်ရှိ ဖိုင်ကို သိမ်းဆည်းမဲ့ ပုံစံ... - + &Print ပရင့်ထုတ်ရန် - + Print Document မှတ်တမ်းမှတ်ရာကို ပရင့်ထုတ်ရန် - - + + &Close ပိတ်ရန် - + Close file ဖိုင်ကို ပိတ်ရန် - + &Quit ပိတ်ရန် - + Quit Program ပရိုဂရမ်ကို ပိတ်ရန် - + &Undo ပြန်ပြင်ရန် - + Undo Last Edit Action နောက်ဆုံး တည်းဖြတ်မှုကို ပြန်ပြင်ရန် - + &Redo ပြန်​ဖြည်ရန် - + Redo Last Edit Action နောက်ဆုံး လုပ်ဆောင်ချက်ကို ပြန်ဖြည်ရန် - + Zoom In - + Zoom Out - + &Paste ပွားရန် - + Paste Text From Clipboard Clipboard ထဲက စာသားကို ပွားရန် - + Cu&t ဖြတ်ထုတ်ရန် - + Cut the current selection's contents to the clipboard လက်ရှိ ရွေးချယ်ထားတဲ့ အကြောင်းအရာကို clipboard ထဲကို ဖြတ်ယူရန် - + &Copy ကော်ပီကူးရန် - + Copy the current selection's contents to the clipboard လက်ရှိ ရွေးချယ်ထားတဲ့ အကြောင်းအရာများကို clipboard ထဲ ကော်ပီကူးရန် - + &Quote ကိုးကားရန် - + Quote whole text စာသား တခုလုံးကို ကိုးကားရန် - + Select &All အားလုံးကို ရွေးချယ်ရန် - + Select the whole text စာသား တခုလုံးကို ရွေးချယ်ရန် - + Remove &spacing - + Remove double linebreaks, e.g. in pasted text from webmailer နှစ်ထပ် မျဉ်းကြောင်းကို ဖယ်ရှားရန်၊ ဥပမာ - webmailer ကနေ ပွားယူလိုက်တဲ့ စာသားထဲမှ - + Se&ttings ချိန်ညှိချက်များ - + Open settings dialog settings dialog ကို ဖွင့်ရန် - + &Encrypt - + Encrypt Message ပေးစာကို စာဝှက်ရန် - + &Decrypt - + Decrypt Message ပေးစာကို စာဝှက်ဖြည်ရန် - + &File Encryption ဖိုင်ကို စာဝှက်ခြင်း - + Encrypt/Decrypt File ဖိုင်ကို စာဝှက်ရန်/စာဝှက်ဖြည်ရန် - + &Encrypt File - + Encrypt File - + &Decrypt File - + Decrypt File - + &Sign လက်မှတ်ရေးထိုးရန် - + Sign Message ပေးစာကို လက်မှတ်ရေးထိုးရန် - + &Verify အတည်ပြုရန် - + Verify Message ပေးစာကို အတည်ပြုရန် - + &Editor အယ်ဒီတာ - + Import New Key From Editor ကီး အသစ်ကို အယ်ဒီတာကနေ တင်သွင်းရန် - + Manage &keys - + Open Keymanagement Keymanagement ကို ဖွင့်ရန် - + &About အကြောင်းအရာ - + Show the application's About box ဒီလုပ်ငန်းသုံး ဆော့ဗ်ဝဲရဲ့ အကြောင်းအရာ ဇယားကို ဖေါ်ပြရန် - + Integrated Help - + Open integrated Help - + Online &Tutorials - + Open Online Tutorials - + Translate gpg4usb gpg4usb ကို ဘာသာပြန်ဆိုရန် - + Translate gpg4usb yourself gpg4usb ကို ကိုယ်တိုင် ဘာသာပြန်ဆိုရန် - + Open &Wizard - + Open the wizard - + Append Selected Key(s) To Text ရွေးချယ်ထားတဲ့ ကီး(များ)ကို စာသားနဲ့ ပူးတွဲပေးရန် - + Append The Selected Keys To Text in Editor ရွေးချယ်ထားတဲ့ ကီးများကို အယ်ဒီတာထဲမှာ စာသားနဲ့ ပူးတွဲပေးရန် - + Copy EMail-address အီးမေးလ် လိပ်စာကို ကော်ပီကူးရန် - + Copy selected EMailaddress to clipboard အီးမေးလ် လိပ်စာကို clipboard မှာ ကော်ပီကူးရန် - + Show Keydetails - + Show Details for this Key - + &File ဖိုင် - + &Edit တည်းဖြတ်ရန် - + &Crypt စာဝှက်ရန် - + &Keys ကီး - + &Import Key From... - + &Steganography - + Remove PGP Header - + Add PGP Header - + &View ကြည့်ရှုရန် - + &Help အကူအညီ - + File - + Crypt စာဝှက်ရန် - + Key ကီး - + Edit တည်းဖြတ်ရန် - + Special edit - + Import key from... - + Import key - + Encrypt or decrypt File - + File.. - + Ready အဆင်သင့် - + Encrypt for: စာဝှက်မဲ့အချက် - - + Attached files: ပူးတွဲထားတဲ့ ဖိုင်များ - - + About - + <center>This application allows simple encryption <br>and decryption of text messages or files.<br>It's licensed under the GPL v3<br><br><b>Developer:</b><br>Bene, Heimer, Juergen, Nils, Ubbo<br><br><b>Translation:</b><br>Viriato/Phol (es), <br>Serse (it), Russell (my),<br>Alessandro (pt_br), Kirill (ru), Tom (vi)<br><br>If you have any questions or suggestions have a look<br/>at our <a href="http://gpg4usb.cpunk.de/contact.php">contact page</a> or send a mail to our<br/> mailing list at <a href="mailto:gpg4usb@gzehn.de">gpg4usb@gzehn.de</a>. - + <br><br> Built with Qt - + and GPGME - + There is one unencrypted file in attachment folder ပူးတွဲထားတဲ့ ဖိုင်ထဲမှာ စာဝှက်မထားတဲ့ ဖိုင်တခု ရှိတယ် - + There are - + unencrypted files in attachment folder diff --git a/release/ts/gpg4usb_pt_BR.ts b/release/ts/gpg4usb_pt_BR.ts index e486889..9ce9ec4 100644 --- a/release/ts/gpg4usb_pt_BR.ts +++ b/release/ts/gpg4usb_pt_BR.ts @@ -1795,218 +1795,218 @@ Fraca -> Forte MainWindow - + &New &Novo - + Open a new file Abrir um novo arquivo - + &Open... &Abrir... - + Open an existing file Abrir um arquivo existente - + &Save &Salvar - + Save the current File Salvar o arquivo atual - + Save &As Salvar Co&mo - + Save the current File as... Salvar o arquivo atual como... - + &Print &Imprimir - + Print Document Imprimir Documento - - + + &Close &Fechar - + Close file Fechar o arquivo - + &Quit Sai&r - + Quit Program Sair - + &Undo &Desfazer - + Undo Last Edit Action Desfazer Última Edição - + &Redo &Repetir - + Redo Last Edit Action Repete a última ação de edição - + Zoom In - + Zoom Out - + &Paste &Colar - + Paste Text From Clipboard Colar Texto da Área de Transferência - + Cu&t &Recortar - + Cut the current selection's contents to the clipboard Recortar a seleção atual para a Área de Transferência - + &Copy &Copiar - + Copy the current selection's contents to the clipboard Copiar a seleção para a área de transferência - + &Quote &Destacar - + Quote whole text Destacar todo o texto - + Select &All Selecionar &Tudo - + Select the whole text Selecionar todo texto - + Remove &spacing - + Manage &keys - + Integrated Help - + Open integrated Help - + Online &Tutorials - + Open Online Tutorials - + Import key from... - + Import key - + Encrypt or decrypt File - + File.. - + <center>This application allows simple encryption <br>and decryption of text messages or files.<br>It's licensed under the GPL v3<br><br><b>Developer:</b><br>Bene, Heimer, Juergen, Nils, Ubbo<br><br><b>Translation:</b><br>Viriato/Phol (es), <br>Serse (it), Russell (my),<br>Alessandro (pt_br), Kirill (ru), Tom (vi)<br><br>If you have any questions or suggestions have a look<br/>at our <a href="http://gpg4usb.cpunk.de/contact.php">contact page</a> or send a mail to our<br/> mailing list at <a href="mailto:gpg4usb@gzehn.de">gpg4usb@gzehn.de</a>. - + <br><br> Built with Qt - + and GPGME @@ -2015,97 +2015,97 @@ Fraca -> Forte Remover quebras de linha &duplicadas - + Remove double linebreaks, e.g. in pasted text from webmailer Remover quebras de linha duplicadas, como ocorre quando colamos o texto do webmail - + Se&ttings Con&figurações - + Open settings dialog Abrir janela de configurações - + &Encrypt &Encriptar - + Encrypt Message Encriptar Mensagem - + &Decrypt &Decriptar - + Decrypt Message Decriptar Mensagem - + &File Encryption Encriptar &Arquivo - + Encrypt/Decrypt File Encriptar/Decriptar Arquivo - + &Encrypt File - + Encrypt File - + &Decrypt File - + Decrypt File - + &Sign &Assinar - + Sign Message Assinar Mensagem - + &Verify &Verificar - + Verify Message Verificar a Mensagem - + &Editor &Editor - + Import New Key From Editor Importar Nova Chave do Editor @@ -2114,7 +2114,7 @@ Fraca -> Forte Gerenciador de Chaves - + Open Keymanagement Abrir Gerenciador de Chaves @@ -2127,12 +2127,12 @@ Fraca -> Forte Abrir Diálogo de Importação de Nova Chave - + &About &Sobre - + Show the application's About box Exibe a janela 'sobre' @@ -2145,147 +2145,147 @@ Fraca -> Forte Abrir Tutorial Online - + Translate gpg4usb Traduzir gpg4usb - + Translate gpg4usb yourself Traduza o gpg4usb você mesmo - + Open &Wizard - + Open the wizard - + Append Selected Key(s) To Text Anexar Chaves Selecionadas ao Texto - + Append The Selected Keys To Text in Editor Anexar Chaves Selecionadas ao Texto no Editor - + Copy EMail-address Copiar o endereço de EMail - + Copy selected EMailaddress to clipboard Copiar o endereço de EMail selecionado para a área de transferência - + Show Keydetails Exibir detalhes da chave - + Show Details for this Key Exibir Detalhes da Chave - + &File &Arquivo - + &Edit E&ditar - + &Crypt &Encriptar - + &Keys &Chaves - + &Import Key From... &Importar Chave de... - + &Steganography - + Remove PGP Header - + Add PGP Header - + &View E&xibir - + &Help A&juda - + File Arquivo - + Crypt Encriptar - + Key Chave - + Edit Editar - + Special edit - + Ready Pronto - + Encrypt for: Encriptar para: - + Attached files: Arquivos anexos: - + About Sobre @@ -2294,17 +2294,17 @@ Fraca -> Forte <center>Esse programa permite a encriptação e decriptação<br>simplificada de mensagens de texto ou arquivos.<br>E é liberado sob a licença GPL v3<br><br><b>Desenvolvedores:</b><br>Bene, Heimer, Juergen, Nils, Ubbo<br><br><b>Tradução:</b><br>Alessandro (pt_br), Kirill (ru), Viriato (es), Serse (it)<br><br>Caso tenha alguma dúvida ou sugestão dê uma olhada <br/>na nossa <a href="http://gpg4usb.cpunk.de/contact.php">página de contato</a> ou envie um email<br/> para <a href="mailto:gpg4usb@gzehn.de">gpg4usb@gzehn.de</a>. - + There is one unencrypted file in attachment folder Há um arquivo não decriptado na pasta de anexos - + There are Existem - + unencrypted files in attachment folder arquivos não decriptados na pasta de anexos diff --git a/release/ts/gpg4usb_ru.ts b/release/ts/gpg4usb_ru.ts index ee900ec..13191c1 100644 --- a/release/ts/gpg4usb_ru.ts +++ b/release/ts/gpg4usb_ru.ts @@ -1695,488 +1695,488 @@ Weak -> Strong MainWindow - + &New &Создать - + Open a new file Открыть новый файл - + &Open... &Открыть... - + Open an existing file Открать существующий файл - + &Save &Сохранить - + Save the current File Сохранить файл - + Save &As Сохранить &как - + Save the current File as... Сохранить файл как... - + &Print &Печать - + Print Document Печать - - + + &Close &Закрыть - + Close file Закрыть файл - + &Quit Вы&йти - + Quit Program Завершить программу - + &Undo &Отменить - + Undo Last Edit Action Отменить последнее действие - + &Redo &Вернуть отмену - + Redo Last Edit Action Вернуть последнее изменение - + Zoom In - + Zoom Out - + &Paste &Вставить - + Paste Text From Clipboard Вставить текст из Буфера Обмена - + Cu&t &Вырезать - + Cut the current selection's contents to the clipboard Вырезать выделенные элементы в Буфер Обмена - + &Copy &Копировать - + Copy the current selection's contents to the clipboard Копировать выделенные элементы в Буфер Обмена - + &Quote &Цитировать - + Quote whole text Цитировать весь текст - + Select &All В&ыделить всё - + Select the whole text Выделить весь текст - + Remove &spacing - + Remove double linebreaks, e.g. in pasted text from webmailer Удалить двойной перенос строк, например в тексте, вставленном из браузера - + Se&ttings &Настройки - + Open settings dialog Открыть окно настроек - + &Encrypt З&ашифровать - + Encrypt Message Зашифровать текст - + &Decrypt Расшифро&вать - + Decrypt Message Расшифровать текст - + &File Encryption Шифрование &файлов - + Encrypt/Decrypt File Зашифровать/Расшифровать файл - + &Encrypt File - + Encrypt File - + &Decrypt File - + Decrypt File - + &Sign &Подписать - + Sign Message Подписать сообщение - + &Verify &Проверить - + Verify Message Проверить сообщение - + &Editor Окна &редактора - + Import New Key From Editor Импорт нового ключа из редактора - + Manage &keys - + Open Keymanagement Открыть Менеджер ключей - + &About &О программе - + Show the application's About box Показать инфо о программе - + Integrated Help - + Open integrated Help - + Online &Tutorials - + Open Online Tutorials - + Translate gpg4usb Перевести gpg4usb - + Translate gpg4usb yourself Самостоятельно перевести gpg4usb - + Open &Wizard - + Open the wizard - + Append Selected Key(s) To Text Добавить выбранн. ключ(и) к тексту - + Append The Selected Keys To Text in Editor Добавить выбранный ключ к тексту в редакторе - + Copy EMail-address Копировать адрес eMail - + Copy selected EMailaddress to clipboard Копировать выбранный адрес eMail в Буфер Обмена - + Show Keydetails Показать свойства ключа - + Show Details for this Key Показать детали для этого ключа - + &File Ф&айл - + &Edit &Правка - + &Crypt &Шифрование - + &Keys &Ключи - + &Import Key From... &Импорт ключа из... - + &Steganography - + Remove PGP Header - + Add PGP Header - + &View &Вид - + &Help &Справка - + File Файл - + Crypt Шифрование - + Key Ключ - + Edit Правка - + Special edit - + Import key from... - + Import key - + Encrypt or decrypt File - + File.. - + Ready Готово - + Encrypt for: Зашифровать для: - + Attached files: Прикреплённые файлы: - + About О программе - + <center>This application allows simple encryption <br>and decryption of text messages or files.<br>It's licensed under the GPL v3<br><br><b>Developer:</b><br>Bene, Heimer, Juergen, Nils, Ubbo<br><br><b>Translation:</b><br>Viriato/Phol (es), <br>Serse (it), Russell (my),<br>Alessandro (pt_br), Kirill (ru), Tom (vi)<br><br>If you have any questions or suggestions have a look<br/>at our <a href="http://gpg4usb.cpunk.de/contact.php">contact page</a> or send a mail to our<br/> mailing list at <a href="mailto:gpg4usb@gzehn.de">gpg4usb@gzehn.de</a>. - + <br><br> Built with Qt - + and GPGME - + There is one unencrypted file in attachment folder Имеется один незашифрованный файл в папке вложений - + There are Имеются - + unencrypted files in attachment folder незашифрованные файлы в папке вложений diff --git a/release/ts/gpg4usb_vi.ts b/release/ts/gpg4usb_vi.ts index 63b63a7..25d1a59 100644 --- a/release/ts/gpg4usb_vi.ts +++ b/release/ts/gpg4usb_vi.ts @@ -1606,488 +1606,488 @@ Yếu -> Mạnh MainWindow - + &New &Tạo mới - + Open a new file Mở một tệp mới - + &Open... &Mở... - + Open an existing file Mở tệp đã tồn tại - + &Save &Lưu - + Save the current File Lưu Tệp hiện hành - + Save &As Lưu &như - + Save the current File as... Lưu Tệp hiện hành như... - + &Print &In - + Print Document In Tài liệu - - + + &Close &Đóng - + Close file Đóng tệp - + &Quit &Thoát - + Quit Program Thoát Chương trình - + &Undo &Hoàn tác - + Undo Last Edit Action Hoàn tác Thao tác Soạn thảo Sau cùng - + &Redo &Hủy hoàn tác - + Redo Last Edit Action Thực hiện lại Thao tác Soạn thảo Sau cùng - + Zoom In - + Zoom Out - + &Paste &Dán - + Paste Text From Clipboard Chép Văn bản từ Clipboard - + Cu&t Cắ&t - + Cut the current selection's contents to the clipboard Cắt và sao nội dung được chọn vào clipboard - + &Copy &Sao chép - + Copy the current selection's contents to the clipboard Chép nội dung được chọn vào clipboard - + &Quote &Trích dẫn - + Quote whole text Trích dẫn toàn bộ đoạn văn bản - + Select &All Chọn &Toàn bộ - + Select the whole text Chọn toàn bộ đoạn văn bản - + Remove &spacing - + Remove double linebreaks, e.g. in pasted text from webmailer Bỏ dấu cách dòng kép, ví dụ trong các đoạn văn bản sao chép từ thư từ trang web - + Se&ttings Thiế&t đặt - + Open settings dialog Mở hộp thoại thiết đặt - + &Encrypt &Mã hóa - + Encrypt Message Mã hóa Tin nhắn - + &Decrypt - + Decrypt Message Giải mã Tin nhắn - + &File Encryption &Mã hóa Tệp - + Encrypt/Decrypt File Mã hóa/Giải mã Tệp - + &Encrypt File - + Encrypt File - + &Decrypt File - + Decrypt File - + &Sign &Ký số - + Sign Message Ký Tin nhắn - + &Verify &Kiểm tra - + Verify Message Kiểm tra Tin nhắn - + &Editor &Trình soạn thảo - + Import New Key From Editor Nhập Khóa Mới Từ Trình Soạn Thảo - + Manage &keys - + Open Keymanagement Mở Trình Quản lý Khóa - + &About &Thông tin - + Show the application's About box Hiện hộp Thông tin Ứng dụng - + Integrated Help - + Open integrated Help - + Online &Tutorials - + Open Online Tutorials - + Translate gpg4usb Chuyển ngữ cho gpg4usb - + Translate gpg4usb yourself Bạn hãy dịch gpg4usb sang ngôn ngữ khác - + Open &Wizard - + Open the wizard - + Append Selected Key(s) To Text Nối tiếp Khóa Được Chọn vào Văn bản - + Append The Selected Keys To Text in Editor Nối tiếp Khóa Được Chọn Vào Văn bản trong Trình Soạn Thảo - + Copy EMail-address Chép Địa chỉ EMail - + Copy selected EMailaddress to clipboard Chép Địa chỉ Email được chọn vào clipboard - + Show Keydetails Hiển thị thông tin Khóa - + Show Details for this Key - + &File &Tệp - + &Edit &Soạn thảo - + &Crypt &Mã hóa - + &Keys &Khóa mã hóa - + &Import Key From... - + &Steganography - + Remove PGP Header - + Add PGP Header - + &View &Hiển thị - + &Help &Trợ giúp - + File Tệp - + Crypt Mã hóa - + Key Khóa - + Edit Soạn thảo - + Special edit - + Import key from... - + Import key - + Encrypt or decrypt File - + File.. - + Ready Sẵn sàng - + Encrypt for: Mã hóa cho: - + Attached files: Các tệp đính kèm: - + About Thông tin - + <center>This application allows simple encryption <br>and decryption of text messages or files.<br>It's licensed under the GPL v3<br><br><b>Developer:</b><br>Bene, Heimer, Juergen, Nils, Ubbo<br><br><b>Translation:</b><br>Viriato/Phol (es), <br>Serse (it), Russell (my),<br>Alessandro (pt_br), Kirill (ru), Tom (vi)<br><br>If you have any questions or suggestions have a look<br/>at our <a href="http://gpg4usb.cpunk.de/contact.php">contact page</a> or send a mail to our<br/> mailing list at <a href="mailto:gpg4usb@gzehn.de">gpg4usb@gzehn.de</a>. - + <br><br> Built with Qt - + and GPGME - + There is one unencrypted file in attachment folder Có một tệp không được mã hóa trong phần đính kèm - + There are - + unencrypted files in attachment folder các tệp không được mã hóa trong phần đính kèm -- cgit v1.2.3