diff options
author | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-03-07 21:25:52 +0000 |
---|---|---|
committer | nils <nils@34ebc366-c3a9-4b3c-9f84-69acf7962910> | 2012-03-07 21:25:52 +0000 |
commit | 2344929c3914aabf9c7bc2e05fcb290412871c9a (patch) | |
tree | 08b18cca8214c70cd418625c23d4ecb62435937e | |
parent | set maximum keysize of elgamal subkey to 65536 (diff) | |
download | gpg4usb-2344929c3914aabf9c7bc2e05fcb290412871c9a.tar.gz gpg4usb-2344929c3914aabf9c7bc2e05fcb290412871c9a.zip |
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
-rw-r--r-- | TODO | 1 | ||||
-rw-r--r-- | gpgcontext.cpp | 2 | ||||
-rw-r--r-- | release/ts/gpg4usb_de.ts | 5 | ||||
-rw-r--r-- | release/ts/gpg4usb_en.ts | 5 | ||||
-rw-r--r-- | release/ts/gpg4usb_es.ts | 4 | ||||
-rw-r--r-- | release/ts/gpg4usb_my.ts | 5 | ||||
-rw-r--r-- | release/ts/gpg4usb_pt_BR.ts | 5 | ||||
-rw-r--r-- | release/ts/gpg4usb_ru.ts | 5 | ||||
-rw-r--r-- | release/ts/gpg4usb_vi.ts | 5 |
9 files changed, 36 insertions, 1 deletions
@@ -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 += "<b>Enter Password for</b><br>\n" + gpgHint + "\n"; + passwordDialogMessage += "<b>"+tr("Enter Password for")+"</b><br>" + gpgHint + "<br>"; } 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 @@ -414,6 +414,11 @@ <translation>Falsches Passwort</translation> </message> <message> + <location filename="../../gpgcontext.cpp" line="484"/> + <source>Enter Password for</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../../gpgcontext.cpp" line="488"/> <source>Enter Password</source> <translation>Bitte Passwort eingeben</translation> 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 @@ -330,6 +330,11 @@ <translation type="unfinished"></translation> </message> <message> + <location filename="../../gpgcontext.cpp" line="484"/> + <source>Enter Password for</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../../gpgcontext.cpp" line="488"/> <source>Enter Password</source> <translation type="unfinished"></translation> 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 <source>Error signing:</source> <translation type="unfinished">Error al firmar:</translation> </message> + <message> + <source>Enter Password for</source> + <translation type="unfinished"></translation> + </message> </context> <context> <name>GpgWin</name> 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 @@ -389,6 +389,11 @@ <translation type="unfinished">စကားဝှက် မှားနေတယ်</translation> </message> <message> + <location filename="../../gpgcontext.cpp" line="484"/> + <source>Enter Password for</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../../gpgcontext.cpp" line="488"/> <source>Enter Password</source> <translation type="unfinished">စကားဝှက်ကို ရေးထည့်ရန်</translation> 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 @@ -399,6 +399,11 @@ <translation>Senha errada</translation> </message> <message> + <location filename="../../gpgcontext.cpp" line="484"/> + <source>Enter Password for</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../../gpgcontext.cpp" line="488"/> <source>Enter Password</source> <translation>Insira a Senha</translation> 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 @@ -395,6 +395,11 @@ <translation>Неверный Пароль</translation> </message> <message> + <location filename="../../gpgcontext.cpp" line="484"/> + <source>Enter Password for</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../../gpgcontext.cpp" line="488"/> <source>Enter Password</source> <translation>Введите Пароль</translation> 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 @@ -382,6 +382,11 @@ <translation type="unfinished">Mật khẩu không chính xác</translation> </message> <message> + <location filename="../../gpgcontext.cpp" line="484"/> + <source>Enter Password for</source> + <translation type="unfinished"></translation> + </message> + <message> <location filename="../../gpgcontext.cpp" line="488"/> <source>Enter Password</source> <translation type="unfinished">Nhập Mật khẩu</translation> |