From 7dbb83ac7c91682613897c92b608d5be8fd61757 Mon Sep 17 00:00:00 2001 From: nils Date: Fri, 3 Jan 2014 20:37:28 +0000 Subject: changed codec for tr to utf-8 and modified translation files a little git-svn-id: http://cpunk.de/svn/src/gpg4usb/branches/0.3.2-1@1078 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- main.cpp | 3 +++ mainwindow.cpp | 4 ++-- release/ts/gpg4usb_ar.qm | Bin 42269 -> 42629 bytes release/ts/gpg4usb_ar.ts | 22 ++++++++++++++++++---- release/ts/gpg4usb_de.qm | Bin 47770 -> 48062 bytes release/ts/gpg4usb_de.ts | 16 ++++++++++++---- release/ts/gpg4usb_el.qm | Bin 49214 -> 49532 bytes release/ts/gpg4usb_el.ts | 16 ++++++++++++---- release/ts/gpg4usb_en.ts | 20 ++++++++++---------- release/ts/gpg4usb_es.qm | Bin 46300 -> 46590 bytes release/ts/gpg4usb_es.ts | 12 ++++++++++-- release/ts/gpg4usb_he.qm | Bin 39848 -> 40156 bytes release/ts/gpg4usb_he.ts | 16 ++++++++++++---- release/ts/gpg4usb_my.qm | Bin 26063 -> 26129 bytes release/ts/gpg4usb_my.ts | 20 ++++++++++---------- release/ts/gpg4usb_pl.qm | Bin 44382 -> 44658 bytes release/ts/gpg4usb_pl.ts | 16 ++++++++++++---- release/ts/gpg4usb_pt_BR.qm | Bin 45590 -> 45880 bytes release/ts/gpg4usb_pt_BR.ts | 16 ++++++++++++---- release/ts/gpg4usb_ru.qm | Bin 45187 -> 45469 bytes release/ts/gpg4usb_ru.ts | 16 ++++++++++++---- release/ts/gpg4usb_sv.qm | Bin 43986 -> 44304 bytes release/ts/gpg4usb_sv.ts | 16 ++++++++++++---- release/ts/gpg4usb_vi.qm | Bin 25100 -> 25099 bytes release/ts/gpg4usb_vi.ts | 18 +++++++++++------- release/ts/gpg4usb_zh.qm | Bin 30851 -> 31161 bytes release/ts/gpg4usb_zh.ts | 16 ++++++++++++---- release/ts/gpg4usb_zh_tw.qm | Bin 32743 -> 33251 bytes release/ts/gpg4usb_zh_tw.ts | 16 ++++++++++++---- 29 files changed, 172 insertions(+), 71 deletions(-) diff --git a/main.cpp b/main.cpp index 00127a0..075f73a 100644 --- a/main.cpp +++ b/main.cpp @@ -39,6 +39,9 @@ int main(int argc, char *argv[]) // dont show icons in menus app.setAttribute(Qt::AA_DontShowIconsInMenus); + // unicode in source + QTextCodec::setCodecForTr(QTextCodec::codecForName("utf-8")); + // set environment variables // TODO: // - unsetenv on windows? diff --git a/mainwindow.cpp b/mainwindow.cpp index 2e067dc..3041150 100644 --- a/mainwindow.cpp +++ b/mainwindow.cpp @@ -617,7 +617,7 @@ void MainWindow::closeEvent(QCloseEvent *event) void MainWindow::about() { QPixmap *pixmap = new QPixmap(":gpg4usb-logo.png"); - QString *title = new QString(tr("About ") + qApp->applicationName()); + QString *title = new QString(tr("About") +" "+ qApp->applicationName()); QString *text = new QString("

" + qApp->applicationName() + " " + qApp->applicationVersion() + "

" + tr("
This application allows simple encryption
" @@ -626,7 +626,7 @@ void MainWindow::about() "Developer:
" "Bene, Heimer, Juergen, Nils, Ubbo

" "Translation:
" - "Viriato/Phol (es),
Serse (it), Russell (my),
Alessandro (pt_br), Kirill (ru), Tom (vi)" + "Ahmad (ar), Alessandro (pt_br), Åke (sv),
Elad (he), George (el), Jedi Lin (zh_tw),
Kirill (ru), Marek Bogacz (pl), Phol (es),
Russell (my), Serse (it), Tom (vi),
Toughworm(zh), Viriato (es)" "

" "If you have any questions or suggestions have a look
" "at our " diff --git a/release/ts/gpg4usb_ar.qm b/release/ts/gpg4usb_ar.qm index 17627b8..f1f01c8 100644 Binary files a/release/ts/gpg4usb_ar.qm and b/release/ts/gpg4usb_ar.qm differ diff --git a/release/ts/gpg4usb_ar.ts b/release/ts/gpg4usb_ar.ts index 8187631..a406c04 100644 --- a/release/ts/gpg4usb_ar.ts +++ b/release/ts/gpg4usb_ar.ts @@ -575,8 +575,7 @@ <b>المُطوِّرون:</b> Bene و Heimer و Juergen و Nils و Ubbo<br/> <br/> -<b>المترجمون:</b><br/> -Alessandro (pt_br) و Kirill (ru) و Phol (es) و Viriato (es) و Serse (it) و Tom (vi) و أحمد غربية (ar)<br/> +<b>المترجمون:</b><br/> أحمد غربية (ar) و Alessandro (pt_br) و Åke (sv) و<br/>Elad (he) و George (el) و Jedi Lin (zh_tw) و<br/>Kirill (ru) و Marek Bogacz (pl) و Phol (es) و<br/>Russell (my) و Serse (it) و Tom (vi) و<br/>Toughworm(zh) و Viriato (es)<br/> <br/> تواصل معنا عبر <a href="http://gpg4usb.cpunk.de/contact.php">صفحة الاتصال</a> إن كانت لديك اقتراحات أو أرسل إلى القائمة البريدية <a href="mailto:gpg4usb@gzehn.de">gpg4usb@gzehn.de</a>. @@ -2089,17 +2088,32 @@ Weak -> Strong - About + About عن الأداة + + 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>. + <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>Ahmad (ar), Alessandro (pt_br), Åke (sv),<br/>Elad (he), George (el), Jedi Lin (zh_tw),<br/>Kirill (ru), Marek Bogacz (pl), Phol (es),<br/>Russell (my), Serse (it), Tom (vi),<br/>Toughworm(zh), Viriato (es)<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>تتيح هذه الأداة التعمية و التظهير اليسيرين للرسائل النصية و الملفات<br/> و هي منشورة بالإصدارة الثالثة من رخصة GPL<br/><br/> <b>المُطوِّرون:</b> Bene و Heimer و Juergen و Nils و Ubbo<br/> <br/> +<b>المترجمون:</b><br/> أحمد غربية (ar) و Alessandro (pt_br) و Åke (sv) و<br/>Elad (he) و George (el) و Jedi Lin (zh_tw) و<br/>Kirill (ru) و Marek Bogacz (pl) و Phol (es) و<br/>Russell (my) و Serse (it) و Tom (vi) و<br/>Toughworm(zh) و Viriato (es)<br/> +<br/> +تواصل معنا عبر <a href="http://gpg4usb.cpunk.de/contact.php">صفحة الاتصال</a> إن كانت لديك اقتراحات أو أرسل إلى القائمة البريدية <a href="mailto:gpg4usb@gzehn.de">gpg4usb@gzehn.de</a>. + + + <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>تتيح هذه الأداة التعمية و التظهير اليسيرين للرسائل النصية و الملفات<br/> +و هي منشورة بالإصدارة الثالثة من رخصة GPL<br/><br/> +<b>المُطوِّرون:</b> +Bene و Heimer و Juergen و Nils و Ubbo<br/> +<br/> <b>المترجمون:</b><br/> Alessandro (pt_br) و Kirill (ru) و Phol (es) و Viriato (es) و Serse (it) و Tom (vi) و أحمد غربية (ar)<br/> <br/> diff --git a/release/ts/gpg4usb_de.qm b/release/ts/gpg4usb_de.qm index 6d4b22d..e36b74d 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 e898bec..e1dcbdf 100644 --- a/release/ts/gpg4usb_de.ts +++ b/release/ts/gpg4usb_de.ts @@ -1532,6 +1532,16 @@ Beschleunugen(z.B. Internet-surfen, Musik hören, ...) &Steganography &Steganografie + + + 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>Ahmad (ar), Alessandro (pt_br), Åke (sv),<br/>Elad (he), George (el), Jedi Lin (zh_tw),<br/>Kirill (ru), Marek Bogacz (pl), Phol (es),<br/>Russell (my), Serse (it), Tom (vi),<br/>Toughworm(zh), Viriato (es)<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>Ahmad (ar), Alessandro (pt_br), Åke (sv),<br/>Elad (he), George (el), Jedi Lin (zh_tw),<br/>Kirill (ru), Marek Bogacz (pl), Phol (es),<br/>Russell (my), Serse (it), Tom (vi),<br/>Toughworm(zh), Viriato (es)<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>. + Remove PGP Header @@ -1613,14 +1623,12 @@ Beschleunugen(z.B. Internet-surfen, Musik hören, ...) Angehängte Dateien: - About - Über + Ü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), Serse (it), Russell (my),<br>Alessandro (pt_br), Kirill (ru), Tom (vi),<br>Chen (zh), Ahmad (ar)<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>. + <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>Ahmad (ar), Alessandro (pt_br), Åke (sv),<br/>Elad (he), George (el), Jedi Lin (zh_tw),<br/>Kirill (ru), Marek Bogacz (pl), Phol (es),<br/>Russell (my), Serse (it), Tom (vi),<br/>Toughworm(zh), Viriato (es)<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>. diff --git a/release/ts/gpg4usb_el.qm b/release/ts/gpg4usb_el.qm index cbf6e07..86441b1 100644 Binary files a/release/ts/gpg4usb_el.qm and b/release/ts/gpg4usb_el.qm differ diff --git a/release/ts/gpg4usb_el.ts b/release/ts/gpg4usb_el.ts index b259908..dd99563 100644 --- a/release/ts/gpg4usb_el.ts +++ b/release/ts/gpg4usb_el.ts @@ -1537,6 +1537,16 @@ Weak -> Strong &Steganography &Στεγανογραφία + + + 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>Ahmad (ar), Alessandro (pt_br), Åke (sv),<br/>Elad (he), George (el), Jedi Lin (zh_tw),<br/>Kirill (ru), Marek Bogacz (pl), Phol (es),<br/>Russell (my), Serse (it), Tom (vi),<br/>Toughworm(zh), Viriato (es)<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>Η εφαρμογή αυτή επιτρέπει την απλή κρυπτογράφηση<br> και αποκρυπτογράφηση μηνυμάτων κειμένου ή αρχείων. .<br>Αδειοδοτείται υπό την άδεια GPL v3 <br><br><b>Ανάπτυξη:</b><br>Bene, Heimer, Juergen, Nils, Ubbo <br><br><b>Μετάφραση:</b><br>Ahmad (ar), Alessandro (pt_br), Åke (sv),<br/>Elad (he), George (el), Jedi Lin (zh_tw),<br/>Kirill (ru), Marek Bogacz (pl), Phol (es),<br/>Russell (my), Serse (it), Tom (vi),<br/>Toughworm(zh), Viriato (es)<br><br> Αν έχετε ερωτήσεις ή προτάσεις, ρίξτε μια ματιά<br/><a href="http://gpg4usb.cpunk.de/contact.php"> στην σελίδα των επαφών μας</a> ή στείλτε μας ένα μήνυμα<br/> στην λίστα ταχυδρομείου <a href="mailto:gpg4usb@gzehn.de">gpg4usb@gzehn.de</a>. + Remove PGP Header @@ -1618,14 +1628,12 @@ Weak -> Strong Επισυναπτόμενα αρχεία: - 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>. - <center>Η εφαρμογή αυτή επιτρέπει την απλή κρυπτογράφηση<br> και αποκρυπτογράφηση μηνυμάτων κειμένου ή αρχείων. .<br>Αδειοδοτείται υπό την άδεια GPL v3 <br><br><b>Ανάπτυξη:</b><br>Bene, Heimer, Juergen, Nils, Ubbo <br><br><b>Μετάφραση:</b><br>Viriato (es), <br>Serse (it), Russell (my) <br>Alessandro (pt_br), Kirill (ru), Tom (vi), George (el)<br><br> Αν έχετε ερωτήσεις ή προτάσεις, ρίξτε μια ματιά<br/><a href="http://gpg4usb.cpunk.de/contact.php"> στην σελίδα των επαφών μας</a> ή στείλτε μας ένα μήνυμα<br/> στην λίστα ταχυδρομείου <a href="mailto:gpg4usb@gzehn.de">gpg4usb@gzehn.de</a>. + <center>Η εφαρμογή αυτή επιτρέπει την απλή κρυπτογράφηση<br> και αποκρυπτογράφηση μηνυμάτων κειμένου ή αρχείων. .<br>Αδειοδοτείται υπό την άδεια GPL v3 <br><br><b>Ανάπτυξη:</b><br>Bene, Heimer, Juergen, Nils, Ubbo <br><br><b>Μετάφραση:</b><br>Ahmad (ar), Alessandro (pt_br), Åke (sv),<br/>Elad (he), George (el), Jedi Lin (zh_tw),<br/>Kirill (ru), Marek Bogacz (pl), Phol (es),<br/>Russell (my), Serse (it), Tom (vi),<br/>Toughworm(zh), Viriato (es)<br><br> Αν έχετε ερωτήσεις ή προτάσεις, ρίξτε μια ματιά<br/><a href="http://gpg4usb.cpunk.de/contact.php"> στην σελίδα των επαφών μας</a> ή στείλτε μας ένα μήνυμα<br/> στην λίστα ταχυδρομείου <a href="mailto:gpg4usb@gzehn.de">gpg4usb@gzehn.de</a>. diff --git a/release/ts/gpg4usb_en.ts b/release/ts/gpg4usb_en.ts index 200307b..b98df99 100644 --- a/release/ts/gpg4usb_en.ts +++ b/release/ts/gpg4usb_en.ts @@ -1527,6 +1527,16 @@ Weak -> Strong &Steganography + + + 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>Ahmad (ar), Alessandro (pt_br), Åke (sv),<br/>Elad (he), George (el), Jedi Lin (zh_tw),<br/>Kirill (ru), Marek Bogacz (pl), Phol (es),<br/>Russell (my), Serse (it), Tom (vi),<br/>Toughworm(zh), Viriato (es)<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>. + + Remove PGP Header @@ -1607,16 +1617,6 @@ Weak -> Strong 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 diff --git a/release/ts/gpg4usb_es.qm b/release/ts/gpg4usb_es.qm index 450da6c..3887e71 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 d8e88db..c1cf747 100644 --- a/release/ts/gpg4usb_es.ts +++ b/release/ts/gpg4usb_es.ts @@ -1284,11 +1284,11 @@ gpg4usb intentara ahora importar la(s) llave(s). About - Acerca de' + Acerca de' <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>Este programa permite un fácil cifrado <br>y descifrado de mensajes de texto o archivos.<br>Esta licenciada para GPL v3<br><br><b>Desarrollador:</b><br>Bene Heimer, Jurgen Nils, Ubbo<br><br><b>Traducción:<b><br>Viriato/Phol (es), <br>Serse (it), Russell (my),<br>Alessandro (pt_br), Krill (ru), Tom (vi),<br>Chen (zh), Ahmad (ar)<br><br>Si tiene alguna pregunta o sugerencia diríjase<br/>a nuestra <a href="http://gpg4usb.cpunk.de/contact.php">página de contacto<a/>o envíe un correo a nuestra<br/> lista de correos en <a href="mailto:gpg4usb@gzehn.de">gpg4usb@gzehn.de<a/>. + <center>Este programa permite un fácil cifrado <br>y descifrado de mensajes de texto o archivos.<br>Esta licenciada para GPL v3<br><br><b>Desarrollador:</b><br>Bene Heimer, Jurgen Nils, Ubbo<br><br><b>Traducción:<b><br>Ahmad (ar), Alessandro (pt_br), Åke (sv),<br/>Elad (he), George (el), Jedi Lin (zh_tw),<br/>Kirill (ru), Marek Bogacz (pl), Phol (es),<br/>Russell (my), Serse (it), Tom (vi),<br/>Toughworm(zh), Viriato (es)<br><br>Si tiene alguna pregunta o sugerencia diríjase<br/>a nuestra <a href="http://gpg4usb.cpunk.de/contact.php">página de contacto<a/>o envíe un correo a nuestra<br/> lista de correos en <a href="mailto:gpg4usb@gzehn.de">gpg4usb@gzehn.de<a/>. <br><br> Built with Qt @@ -1326,6 +1326,14 @@ gpg4usb intentara ahora importar la(s) llave(s). File.. Archivo.. + + <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>Ahmad (ar), Alessandro (pt_br), Åke (sv),<br/>Elad (he), George (el), Jedi Lin (zh_tw),<br/>Kirill (ru), Marek Bogacz (pl), Phol (es),<br/>Russell (my), Serse (it), Tom (vi),<br/>Toughworm(zh), Viriato (es)<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>Este programa permite un fácil cifrado <br>y descifrado de mensajes de texto o archivos.<br>Esta licenciada para GPL v3<br><br><b>Desarrollador:</b><br>Bene Heimer, Jurgen Nils, Ubbo<br><br><b>Traducción:</b><br>Ahmad (ar), Alessandro (pt_br), Åke (sv),<br/>Elad (he), George (el), Jedi Lin (zh_tw),<br/>Kirill (ru), Marek Bogacz (pl), Phol (es),<br/>Russell (my), Serse (it), Tom (vi),<br/>Toughworm(zh), Viriato (es)<br><br>Si tiene alguna pregunta o sugerencia diríjase<br/>a nuestra <a href="http://gpg4usb.cpunk.de/contact.php">página de contacto<a/>o envíe un correo a nuestra<br/> lista de correos en <a href="mailto:gpg4usb@gzehn.de">gpg4usb@gzehn.de<a/>. + + + About + Acerca de' + MimeTab diff --git a/release/ts/gpg4usb_he.qm b/release/ts/gpg4usb_he.qm index 626d6cf..d603569 100644 Binary files a/release/ts/gpg4usb_he.qm and b/release/ts/gpg4usb_he.qm differ diff --git a/release/ts/gpg4usb_he.ts b/release/ts/gpg4usb_he.ts index 410bdb2..7482542 100644 --- a/release/ts/gpg4usb_he.ts +++ b/release/ts/gpg4usb_he.ts @@ -1535,6 +1535,16 @@ Weak -> Strong &Steganography &סטגנוגרפיה + + + 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>Ahmad (ar), Alessandro (pt_br), Åke (sv),<br/>Elad (he), George (el), Jedi Lin (zh_tw),<br/>Kirill (ru), Marek Bogacz (pl), Phol (es),<br/>Russell (my), Serse (it), Tom (vi),<br/>Toughworm(zh), Viriato (es)<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>תוכנה זו מאפשרת הצפנה ופענוח <br>פשוטים של הודעות טקסט וקבצים.<br>היא מופצת תחת רישיון GPL v3<br><br><b>מפתחים:</b><br>Bene, Heimer, Juergen, Nils, Ubbo<br><br><b>תרגום:</b><br>Ahmad (ar), Alessandro (pt_br), Åke (sv),<br/>Elad (he), George (el), Jedi Lin (zh_tw),<br/>Kirill (ru), Marek Bogacz (pl), Phol (es),<br/>Russell (my), Serse (it), Tom (vi),<br/>Toughworm(zh), Viriato (es) <br><br>אם יש לך הצעות או שאלות ממולץ להציץ<br/>בדף <a href="http://gpg4usb.cpunk.de/contact.php">יצירת הקשר</a> שלנו או לשלוח מייל <br/> לרשימת התפוצה שלנו <a href="mailto:gpg4usb@gzehn.de">gpg4usb@gzehn.de</a>. + Remove PGP Header @@ -1616,14 +1626,12 @@ Weak -> Strong קבצים מצורפים: - 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>. - <center>תוכנה זו מאפשרת הצפנה ופענוח <br>פשוטים של הודעות טקסט וקבצים.<br>היא מופצת תחת רישיון GPL v3<br><br><b>מפתחים:</b><br>Bene, Heimer, Juergen, Nils, Ubbo<br><br><b>תרגום:</b><br>Viriato/Phol (es), <br>Serse (it), Russell (my),<br>Alessandro (pt_br), Kirill (ru),<br>Tom (vi), Elad (he) <br><br>אם יש לך הצעות או שאלות ממולץ להציץ<br/>בדף <a href="http://gpg4usb.cpunk.de/contact.php">יצירת הקשר</a> שלנו או לשלוח מייל <br/> לרשימת התפוצה שלנו <a href="mailto:gpg4usb@gzehn.de">gpg4usb@gzehn.de</a>. + <center>תוכנה זו מאפשרת הצפנה ופענוח <br>פשוטים של הודעות טקסט וקבצים.<br>היא מופצת תחת רישיון GPL v3<br><br><b>מפתחים:</b><br>Bene, Heimer, Juergen, Nils, Ubbo<br><br><b>תרגום:</b><br>Ahmad (ar), Alessandro (pt_br), Åke (sv),<br/>Elad (he), George (el), Jedi Lin (zh_tw),<br/>Kirill (ru), Marek Bogacz (pl), Phol (es),<br/>Russell (my), Serse (it), Tom (vi),<br/>Toughworm(zh), Viriato (es) <br><br>אם יש לך הצעות או שאלות ממולץ להציץ<br/>בדף <a href="http://gpg4usb.cpunk.de/contact.php">יצירת הקשר</a> שלנו או לשלוח מייל <br/> לרשימת התפוצה שלנו <a href="mailto:gpg4usb@gzehn.de">gpg4usb@gzehn.de</a>. diff --git a/release/ts/gpg4usb_my.qm b/release/ts/gpg4usb_my.qm index e1657b7..8603590 100644 Binary files a/release/ts/gpg4usb_my.qm and b/release/ts/gpg4usb_my.qm differ diff --git a/release/ts/gpg4usb_my.ts b/release/ts/gpg4usb_my.ts index 157d8fc..334000a 100644 --- a/release/ts/gpg4usb_my.ts +++ b/release/ts/gpg4usb_my.ts @@ -1527,6 +1527,16 @@ Weak -> Strong &Steganography + + + 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>Ahmad (ar), Alessandro (pt_br), Åke (sv),<br/>Elad (he), George (el), Jedi Lin (zh_tw),<br/>Kirill (ru), Marek Bogacz (pl), Phol (es),<br/>Russell (my), Serse (it), Tom (vi),<br/>Toughworm(zh), Viriato (es)<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>. + + Remove PGP Header @@ -1607,16 +1617,6 @@ Weak -> Strong 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 diff --git a/release/ts/gpg4usb_pl.qm b/release/ts/gpg4usb_pl.qm index b090ac6..4171637 100644 Binary files a/release/ts/gpg4usb_pl.qm and b/release/ts/gpg4usb_pl.qm differ diff --git a/release/ts/gpg4usb_pl.ts b/release/ts/gpg4usb_pl.ts index 0b08037..7db406c 100644 --- a/release/ts/gpg4usb_pl.ts +++ b/release/ts/gpg4usb_pl.ts @@ -1537,6 +1537,16 @@ gpg4usb będzie teraz próbować importować klucz(e). &Steganography &Steganografia + + + 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>Ahmad (ar), Alessandro (pt_br), Åke (sv),<br/>Elad (he), George (el), Jedi Lin (zh_tw),<br/>Kirill (ru), Marek Bogacz (pl), Phol (es),<br/>Russell (my), Serse (it), Tom (vi),<br/>Toughworm(zh), Viriato (es)<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>Aplikacja ta umożliwia proste szyfrowanie <br>i deszyfrowanie wiadomości tekstowych lub plików.<br>Jest oparta na licencji GPL v3<br><br><b>Twórca:</b><br>Bene, Heimer, Juergen, Nils, Ubbo<br><br><b>Tłumaczenie:</b><br> Ahmad (ar), Alessandro (pt_br), Åke (sv),<br/>Elad (he), George (el), Jedi Lin (zh_tw),<br/>Kirill (ru), Marek Bogacz (pl), Phol (es),<br/>Russell (my), Serse (it), Tom (vi),<br/>Toughworm(zh), Viriato (es)<br><br>Jeśli masz jakieś pytania lub propozycje odwiedź<br/> naszą stronę <a href="http://gpg4usb.cpunk.de/contact.php">Strona domowa</a> lub wyślij e-mail do naszej<br/> Listy dyskusyjnej na <a href="mailto:gpg4usb@gzehn.de">gpg4usb@gzehn.de</a>. + Remove PGP Header @@ -1618,14 +1628,12 @@ gpg4usb będzie teraz próbować importować klucz(e). Dołączone pliki: - About - O programie + O programie - <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>Aplikacja ta umożliwia proste szyfrowanie <br>i deszyfrowanie wiadomości tekstowych lub plików.<br>Jest oparta na licencji GPL v3<br><br><b>Twórca:</b><br>Bene, Heimer, Juergen, Nils, Ubbo<br><br><b>Tłumaczenie:</b><br> Marek Bogacz (pl), Viriato/Phol (es), <br>Serse (it), Russell (my),<br>Alessandro (pt_br), Kirill (ru), Tom (vi)<br><br>Jeśli masz jakieś pytania lub propozycje odwiedź<br/> naszą stronę <a href="http://gpg4usb.cpunk.de/contact.php">Strona domowa</a> lub wyślij e-mail do naszej<br/> Listy dyskusyjnej na <a href="mailto:gpg4usb@gzehn.de">gpg4usb@gzehn.de</a>. + <center>Aplikacja ta umożliwia proste szyfrowanie <br>i deszyfrowanie wiadomości tekstowych lub plików.<br>Jest oparta na licencji GPL v3<br><br><b>Twórca:</b><br>Bene, Heimer, Juergen, Nils, Ubbo<br><br><b>Tłumaczenie:</b><br> Ahmad (ar), Alessandro (pt_br), Åke (sv),<br/>Elad (he), George (el), Jedi Lin (zh_tw),<br/>Kirill (ru), Marek Bogacz (pl), Phol (es),<br/>Russell (my), Serse (it), Tom (vi),<br/>Toughworm(zh), Viriato (es)<br><br>Jeśli masz jakieś pytania lub propozycje odwiedź<br/> naszą stronę <a href="http://gpg4usb.cpunk.de/contact.php">Strona domowa</a> lub wyślij e-mail do naszej<br/> Listy dyskusyjnej na <a href="mailto:gpg4usb@gzehn.de">gpg4usb@gzehn.de</a>. diff --git a/release/ts/gpg4usb_pt_BR.qm b/release/ts/gpg4usb_pt_BR.qm index 24b7dc8..731185e 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 92feca9..98700be 100644 --- a/release/ts/gpg4usb_pt_BR.ts +++ b/release/ts/gpg4usb_pt_BR.ts @@ -1369,9 +1369,13 @@ gpg4usb tentará importar a(s) chave(s). Arquivo.. - + + About + Sobre + + <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>Esse programa permite a encriptação e a<br>decriptação de mensagens de texto ou arquivos.<br>Distribuido sob a licença GPL v3<br><br><b>Desenvolvedores:</b><br>Bene, Heimer, Juergen, Nils, Ubbo<br><br><b>Tradução:</b><br>Viriato/Phol (es), Serse (it), Russell (my),<br>Alessandro (pt_br), Kirill (ru), Tom (vi),<br>Chen (zh), Ahmad (ar)<br><br>Caso tenha dúvidas ou sugestões acesse nossa<br/><a href="http://gpg4usb.cpunk.de/contact.php">página de contato</a> ou envie um email para nossa<br/> lista de email em <a href="mailto:gpg4usb@gzehn.de">gpg4usb@gzehn.de</a>. + <center>Esse programa permite a encriptação e a<br>decriptação de mensagens de texto ou arquivos.<br>Distribuido sob a licença GPL v3<br><br><b>Desenvolvedores:</b><br>Bene, Heimer, Juergen, Nils, Ubbo<br><br><b>Tradução:</b><br>Ahmad (ar), Alessandro (pt_br), Åke (sv),<br/>Elad (he), George (el), Jedi Lin (zh_tw),<br/>Kirill (ru), Marek Bogacz (pl), Phol (es),<br/>Russell (my), Serse (it), Tom (vi),<br/>Toughworm(zh), Viriato (es)<br><br>Caso tenha dúvidas ou sugestões acesse nossa<br/><a href="http://gpg4usb.cpunk.de/contact.php">página de contato</a> ou envie um email para nossa<br/> lista de email em <a href="mailto:gpg4usb@gzehn.de">gpg4usb@gzehn.de</a>. @@ -1634,9 +1638,13 @@ gpg4usb tentará importar a(s) chave(s). Arquivos anexos: - About - Sobre + Sobre + + + + <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>Ahmad (ar), Alessandro (pt_br), Åke (sv),<br/>Elad (he), George (el), Jedi Lin (zh_tw),<br/>Kirill (ru), Marek Bogacz (pl), Phol (es),<br/>Russell (my), Serse (it), Tom (vi),<br/>Toughworm(zh), Viriato (es)<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>Esse programa permite a encriptação e a<br>decriptação de mensagens de texto ou arquivos.<br>Distribuido sob a licença GPL v3<br><br><b>Desenvolvedores:</b><br>Bene, Heimer, Juergen, Nils, Ubbo<br><br><b>Tradução:</b><br>Ahmad (ar), Alessandro (pt_br), Åke (sv),<br/>Elad (he), George (el), Jedi Lin (zh_tw),<br/>Kirill (ru), Marek Bogacz (pl), Phol (es),<br/>Russell (my), Serse (it), Tom (vi),<br/>Toughworm(zh), Viriato (es)<br><br>Caso tenha dúvidas ou sugestões acesse nossa<br/><a href="http://gpg4usb.cpunk.de/contact.php">página de contato</a> ou envie um email para nossa<br/> lista de email em <a href="mailto:gpg4usb@gzehn.de">gpg4usb@gzehn.de</a>. diff --git a/release/ts/gpg4usb_ru.qm b/release/ts/gpg4usb_ru.qm index 37e916d..469eb67 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 eab44a3..8ad98e8 100644 --- a/release/ts/gpg4usb_ru.ts +++ b/release/ts/gpg4usb_ru.ts @@ -1538,6 +1538,16 @@ gpg4usb попробует импортировать ключ(и).&Steganography &Стеганография + + + 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>Ahmad (ar), Alessandro (pt_br), Åke (sv),<br/>Elad (he), George (el), Jedi Lin (zh_tw),<br/>Kirill (ru), Marek Bogacz (pl), Phol (es),<br/>Russell (my), Serse (it), Tom (vi),<br/>Toughworm(zh), Viriato (es)<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>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>Ahmad (ar), Alessandro (pt_br), Åke (sv),<br/>Elad (he), George (el), Jedi Lin (zh_tw),<br/>Kirill (ru), Marek Bogacz (pl), Phol (es),<br/>Russell (my), Serse (it), Tom (vi),<br/>Toughworm(zh), Viriato (es)<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>. + Remove PGP Header @@ -1619,14 +1629,12 @@ gpg4usb попробует импортировать ключ(и).Прикреплённые файлы: - 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>. - <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> Chen (zh), Ahmad (ar)<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>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>Ahmad (ar), Alessandro (pt_br), Åke (sv),<br/>Elad (he), George (el), Jedi Lin (zh_tw),<br/>Kirill (ru), Marek Bogacz (pl), Phol (es),<br/>Russell (my), Serse (it), Tom (vi),<br/>Toughworm(zh), Viriato (es)<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>. diff --git a/release/ts/gpg4usb_sv.qm b/release/ts/gpg4usb_sv.qm index 12e9c02..f8ec92a 100644 Binary files a/release/ts/gpg4usb_sv.qm and b/release/ts/gpg4usb_sv.qm differ diff --git a/release/ts/gpg4usb_sv.ts b/release/ts/gpg4usb_sv.ts index 6edc5d9..56e915a 100644 --- a/release/ts/gpg4usb_sv.ts +++ b/release/ts/gpg4usb_sv.ts @@ -1536,6 +1536,16 @@ Svag -> Stark &Steganography &Steganografi + + + About + Om + + + + <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>Ahmad (ar), Alessandro (pt_br), Åke (sv),<br/>Elad (he), George (el), Jedi Lin (zh_tw),<br/>Kirill (ru), Marek Bogacz (pl), Phol (es),<br/>Russell (my), Serse (it), Tom (vi),<br/>Toughworm(zh), Viriato (es)<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>Detta program tillhandahåller enkel kryptering <br>och dekryptering av textmeddelanden och filer.<br>Det är licencierat under GPL v3<br><br><b>Utvecklarer:</b><br>Bene, Heimer, Juergen, Nils, Ubbo<br><br><b>Översättning:</b><br>Ahmad (ar), Alessandro (pt_br), Åke (sv),<br/>Elad (he), George (el), Jedi Lin (zh_tw),<br/>Kirill (ru), Marek Bogacz (pl), Phol (es),<br/>Russell (my), Serse (it), Tom (vi),<br/>Toughworm(zh), Viriato (es)<br><br>Har du några frågor eller förslag, kan du använda vår<br/><a href="http://gpg4usb.cpunk.de/contact.php">kontaktsida</a> eller skicka e-post till vår<br/> e-postlista. <a href="mailto:gpg4usb@gzehn.de">gpg4usb@gzehn.de</a>. + Remove PGP Header @@ -1617,14 +1627,12 @@ Svag -> Stark Bifogade filer: - About - Om + Om - <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>Detta program tillhandahåller enkel kryptering <br>och dekryptering av textmeddelanden och filer.<br>Det är licencierat under GPL v3<br><br><b>Utvecklarer:</b><br>Bene, Heimer, Juergen, Nils, Ubbo<br><br><b>Översättning:</b><br>Viriato/Phol (es), <br>Serse (it), Russell (my),<br>Alessandro (pt_br), Kirill (ru), Tom (vi) Åke (sv)<br><br>Har du några frågor eller förslag, kan du använda vår<br/><a href="http://gpg4usb.cpunk.de/contact.php">kontaktsida</a> eller skicka e-post till vår<br/> e-postlista. <a href="mailto:gpg4usb@gzehn.de">gpg4usb@gzehn.de</a>. + <center>Detta program tillhandahåller enkel kryptering <br>och dekryptering av textmeddelanden och filer.<br>Det är licencierat under GPL v3<br><br><b>Utvecklarer:</b><br>Bene, Heimer, Juergen, Nils, Ubbo<br><br><b>Översättning:</b><br>Ahmad (ar), Alessandro (pt_br), Åke (sv),<br/>Elad (he), George (el), Jedi Lin (zh_tw),<br/>Kirill (ru), Marek Bogacz (pl), Phol (es),<br/>Russell (my), Serse (it), Tom (vi),<br/>Toughworm(zh), Viriato (es)<br><br>Har du några frågor eller förslag, kan du använda vår<br/><a href="http://gpg4usb.cpunk.de/contact.php">kontaktsida</a> eller skicka e-post till vår<br/> e-postlista. <a href="mailto:gpg4usb@gzehn.de">gpg4usb@gzehn.de</a>. diff --git a/release/ts/gpg4usb_vi.qm b/release/ts/gpg4usb_vi.qm index 1fcc391..84c380c 100644 Binary files a/release/ts/gpg4usb_vi.qm and b/release/ts/gpg4usb_vi.qm differ diff --git a/release/ts/gpg4usb_vi.ts b/release/ts/gpg4usb_vi.ts index 6abb75a..65fda5a 100644 --- a/release/ts/gpg4usb_vi.ts +++ b/release/ts/gpg4usb_vi.ts @@ -1534,6 +1534,16 @@ Yếu -> Mạnh &Steganography + + + 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>Ahmad (ar), Alessandro (pt_br), Åke (sv),<br/>Elad (he), George (el), Jedi Lin (zh_tw),<br/>Kirill (ru), Marek Bogacz (pl), Phol (es),<br/>Russell (my), Serse (it), Tom (vi),<br/>Toughworm(zh), Viriato (es)<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>. + + Remove PGP Header @@ -1615,14 +1625,8 @@ Yếu -> Mạnh 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>. - + Thông tin diff --git a/release/ts/gpg4usb_zh.qm b/release/ts/gpg4usb_zh.qm index 32aea85..38589b8 100644 Binary files a/release/ts/gpg4usb_zh.qm and b/release/ts/gpg4usb_zh.qm differ diff --git a/release/ts/gpg4usb_zh.ts b/release/ts/gpg4usb_zh.ts index 83c0017..5945d5e 100644 --- a/release/ts/gpg4usb_zh.ts +++ b/release/ts/gpg4usb_zh.ts @@ -1310,6 +1310,16 @@ gpg4usb将尝试导入密钥. Manage &keys 管理密钥 + + + 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>Ahmad (ar), Alessandro (pt_br), Åke (sv),<br/>Elad (he), George (el), Jedi Lin (zh_tw),<br/>Kirill (ru), Marek Bogacz (pl), Phol (es),<br/>Russell (my), Serse (it), Tom (vi),<br/>Toughworm(zh), Viriato (es)<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>本程序可对文字信息或是文件进行加密或是解密.<br>本程序遵循GPL v3授权协议.<br><br><b>开发人员:</b><br>Bene, Heimer, Juergen, Nils, Ubbo<br><br><b>软件本地化:</b><br>Ahmad (ar), Alessandro (pt_br), Åke (sv),<br/>Elad (he), George (el), Jedi Lin (zh_tw),<br/>Kirill (ru), Marek Bogacz (pl), Phol (es),<br/>Russell (my), Serse (it), Tom (vi),<br/>Toughworm(简体中文), Viriato (es)<br><br>如果你有任何建议或是问题请浏览<br/> <a href="http://gpg4usb.cpunk.de/contact.php">联系方式</a> 或是发电子邮件给我们<br/> <a href="mailto:gpg4usb@gzehn.de">gpg4usb@gzehn.de</a>.<br>中文版问题可联系<br/><a href="mailto:toughworm@hotmail.com">toughworm@hotmail.com</a> + Remove double linebreaks, e.g. in pasted text from webmailer @@ -1591,9 +1601,8 @@ gpg4usb将尝试导入密钥. 附加文件 - <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>本程序可对文字信息或是文件进行加密或是解密.<br>本程序遵循GPL v3授权协议.<br><br><b>开发人员:</b><br>Bene, Heimer, Juergen, Nils, Ubbo<br><br><b>软件本地化:</b><br>Viriato/Phol (es), <br>Serse (it), Russell (my),<br>Alessandro (pt_br), Kirill (ru), Tom (vi),Toughworm(简体中文)<br><br>如果你有任何建议或是问题请浏览<br/> <a href="http://gpg4usb.cpunk.de/contact.php">联系方式</a> 或是发电子邮件给我们<br/> <a href="mailto:gpg4usb@gzehn.de">gpg4usb@gzehn.de</a>.<br>中文版问题可联系<br/><a href="mailto:toughworm@hotmail.com">toughworm@hotmail.com</a> + <center>本程序可对文字信息或是文件进行加密或是解密.<br>本程序遵循GPL v3授权协议.<br><br><b>开发人员:</b><br>Bene, Heimer, Juergen, Nils, Ubbo<br><br><b>软件本地化:</b><br>Ahmad (ar), Alessandro (pt_br), Åke (sv),<br/>Elad (he), George (el), Jedi Lin (zh_tw),<br/>Kirill (ru), Marek Bogacz (pl), Phol (es),<br/>Russell (my), Serse (it), Tom (vi),<br/>Toughworm(简体中文), Viriato (es)<br><br>如果你有任何建议或是问题请浏览<br/> <a href="http://gpg4usb.cpunk.de/contact.php">联系方式</a> 或是发电子邮件给我们<br/> <a href="mailto:gpg4usb@gzehn.de">gpg4usb@gzehn.de</a>.<br>中文版问题可联系<br/><a href="mailto:toughworm@hotmail.com">toughworm@hotmail.com</a> @@ -1646,9 +1655,8 @@ gpg4usb将尝试导入密钥. 编辑 - About - 关于 + 关于 diff --git a/release/ts/gpg4usb_zh_tw.qm b/release/ts/gpg4usb_zh_tw.qm index c5038b1..eabd5a7 100644 Binary files a/release/ts/gpg4usb_zh_tw.qm and b/release/ts/gpg4usb_zh_tw.qm differ diff --git a/release/ts/gpg4usb_zh_tw.ts b/release/ts/gpg4usb_zh_tw.ts index f0475a7..e066cee 100644 --- a/release/ts/gpg4usb_zh_tw.ts +++ b/release/ts/gpg4usb_zh_tw.ts @@ -1537,6 +1537,16 @@ Weak -> Strong &Steganography 資訊偽裝 (&S) + + + 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>Ahmad (ar), Alessandro (pt_br), Åke (sv),<br/>Elad (he), George (el), Jedi Lin (zh_tw),<br/>Kirill (ru), Marek Bogacz (pl), Phol (es),<br/>Russell (my), Serse (it), Tom (vi),<br/>Toughworm(zh), Viriato (es)<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>本應用程式讓你能夠輕鬆地對文字訊息和檔案<br>予以加密和解密。<br>本程式係採用 GPL v3 授權<br><br><b>開發者:</b><br>Bene, Heimer, Juergen, Nils, Ubbo<br><br><b>正體中文翻譯:</b><br>Ahmad (ar), Alessandro (pt_br), Åke (sv),<br/>Elad (he), George (el), Jedi Lin (zh_tw),<br/>Kirill (ru), Marek Bogacz (pl), Phol (es),<br/>Russell (my), Serse (it), Tom (vi),<br/>Toughworm(zh), Viriato (es)<br><br>如果你有任何疑問或建議事項,請至我們的<br/><a href="http://gpg4usb.cpunk.de/contact.php">聯絡頁面</a>或寫信至我們的郵遞論壇: <br/><a href="mailto:gpg4usb@gzehn.de">gpg4usb@gzehn.de</a><br/>繁體中文翻譯方面的建議或更正事項,請直接<br/>與 Jedi 聯繫: <a href="mailto:JediLin@Gmail.com">JediLin@Gmail.com</a> + Remove PGP Header @@ -1618,14 +1628,12 @@ Weak -> Strong 附加檔案: - 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>. - <center>本應用程式讓你能夠輕鬆地對文字訊息和檔案<br>予以加密和解密。<br>本程式係採用 GPL v3 授權<br><br><b>開發者:</b><br>Bene, Heimer, Juergen, Nils, Ubbo<br><br><b>正體中文翻譯:</b><br>Jedi Lin<br><br>如果你有任何疑問或建議事項,請至我們的<br/><a href="http://gpg4usb.cpunk.de/contact.php">聯絡頁面</a>或寫信至我們的郵遞論壇: <br/><a href="mailto:gpg4usb@gzehn.de">gpg4usb@gzehn.de</a><br/>繁體中文翻譯方面的建議或更正事項,請直接<br/>與 Jedi 聯繫: <a href="mailto:JediLin@Gmail.com">JediLin@Gmail.com</a> + <center>本應用程式讓你能夠輕鬆地對文字訊息和檔案<br>予以加密和解密。<br>本程式係採用 GPL v3 授權<br><br><b>開發者:</b><br>Bene, Heimer, Juergen, Nils, Ubbo<br><br><b>正體中文翻譯:</b><br>Ahmad (ar), Alessandro (pt_br), Åke (sv),<br/>Elad (he), George (el), Jedi Lin (zh_tw),<br/>Kirill (ru), Marek Bogacz (pl), Phol (es),<br/>Russell (my), Serse (it), Tom (vi),<br/>Toughworm(zh), Viriato (es)<br><br>如果你有任何疑問或建議事項,請至我們的<br/><a href="http://gpg4usb.cpunk.de/contact.php">聯絡頁面</a>或寫信至我們的郵遞論壇: <br/><a href="mailto:gpg4usb@gzehn.de">gpg4usb@gzehn.de</a><br/>繁體中文翻譯方面的建議或更正事項,請直接<br/>與 Jedi 聯繫: <a href="mailto:JediLin@Gmail.com">JediLin@Gmail.com</a> -- cgit v1.2.3