From 2344929c3914aabf9c7bc2e05fcb290412871c9a Mon Sep 17 00:00:00 2001 From: nils Date: Wed, 7 Mar 2012 21:25:52 +0000 Subject: added missing tr in password dialog git-svn-id: http://cpunk.de/svn/src/gpg4usb/branches/0.3.2@851 34ebc366-c3a9-4b3c-9f84-69acf7962910 --- TODO | 1 + gpgcontext.cpp | 2 +- release/ts/gpg4usb_de.ts | 5 +++++ release/ts/gpg4usb_en.ts | 5 +++++ release/ts/gpg4usb_es.ts | 4 ++++ release/ts/gpg4usb_my.ts | 5 +++++ release/ts/gpg4usb_pt_BR.ts | 5 +++++ release/ts/gpg4usb_ru.ts | 5 +++++ release/ts/gpg4usb_vi.ts | 5 +++++ 9 files changed, 36 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index 5b1b722..94569d4 100644 --- a/TODO +++ b/TODO @@ -54,6 +54,7 @@ Release 0.3.2 - replace qDebug messages with tr() by messagebox (?) - disable tab related actions when no tab is shown [DONE] - credits for key image [DONE] +- on key generation set maximum keysize to 65536 bits for elgamal subkey [DONE] - finally remove obsolete strings from translations BUGS: diff --git a/gpgcontext.cpp b/gpgcontext.cpp index 3b21514..7aaf35b 100644 --- a/gpgcontext.cpp +++ b/gpgcontext.cpp @@ -481,7 +481,7 @@ gpgme_error_t GpgContext::passphrase(const char *uid_hint, if (!gpgHint.isEmpty()) { // remove UID, leave only username & email gpgHint.remove(0, gpgHint.indexOf(" ")); - passwordDialogMessage += "Enter Password for
\n" + gpgHint + "\n"; + passwordDialogMessage += ""+tr("Enter Password for")+"
" + gpgHint + "
"; } if (mPasswordCache.isEmpty()) { diff --git a/release/ts/gpg4usb_de.ts b/release/ts/gpg4usb_de.ts index a78d365..f873026 100644 --- a/release/ts/gpg4usb_de.ts +++ b/release/ts/gpg4usb_de.ts @@ -413,6 +413,11 @@ Wrong password Falsches Passwort + + + Enter Password for + + Enter Password diff --git a/release/ts/gpg4usb_en.ts b/release/ts/gpg4usb_en.ts index 9c16191..c56be76 100644 --- a/release/ts/gpg4usb_en.ts +++ b/release/ts/gpg4usb_en.ts @@ -329,6 +329,11 @@ Wrong password + + + Enter Password for + + Enter Password diff --git a/release/ts/gpg4usb_es.ts b/release/ts/gpg4usb_es.ts index 77d9211..0876adc 100644 --- a/release/ts/gpg4usb_es.ts +++ b/release/ts/gpg4usb_es.ts @@ -1440,6 +1440,10 @@ Para acelerar el proceso use su computadora Error signing: Error al firmar: + + Enter Password for + + GpgWin diff --git a/release/ts/gpg4usb_my.ts b/release/ts/gpg4usb_my.ts index e52cce2..1f29646 100644 --- a/release/ts/gpg4usb_my.ts +++ b/release/ts/gpg4usb_my.ts @@ -388,6 +388,11 @@ Wrong password စကားဝှက် မှားနေတယ် + + + Enter Password for + + Enter Password diff --git a/release/ts/gpg4usb_pt_BR.ts b/release/ts/gpg4usb_pt_BR.ts index ed314fc..a8d12d1 100644 --- a/release/ts/gpg4usb_pt_BR.ts +++ b/release/ts/gpg4usb_pt_BR.ts @@ -398,6 +398,11 @@ Wrong password Senha errada + + + Enter Password for + + Enter Password diff --git a/release/ts/gpg4usb_ru.ts b/release/ts/gpg4usb_ru.ts index 5024e5d..59c74e5 100644 --- a/release/ts/gpg4usb_ru.ts +++ b/release/ts/gpg4usb_ru.ts @@ -394,6 +394,11 @@ Wrong password Неверный Пароль + + + Enter Password for + + Enter Password diff --git a/release/ts/gpg4usb_vi.ts b/release/ts/gpg4usb_vi.ts index b89f3b5..ba8a72a 100644 --- a/release/ts/gpg4usb_vi.ts +++ b/release/ts/gpg4usb_vi.ts @@ -381,6 +381,11 @@ Wrong password Mật khẩu không chính xác + + + Enter Password for + + Enter Password -- cgit v1.2.3