mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
Translation fix
This commit is contained in:
parent
947440b275
commit
6f5cd860a0
@ -1898,7 +1898,10 @@ keyedit_menu( const char *username, strlist_t locusr,
|
|||||||
switch ( count_selected_keys (sec_keyblock) )
|
switch ( count_selected_keys (sec_keyblock) )
|
||||||
{
|
{
|
||||||
case 0:
|
case 0:
|
||||||
if (cpr_get_answer_is_yes("keyedit.keytocard.use_primary",
|
if (cpr_get_answer_is_yes
|
||||||
|
("keyedit.keytocard.use_primary",
|
||||||
|
/* TRANSLATORS: Please take care: This is about
|
||||||
|
moving the key and not about removing it. */
|
||||||
_("Really move the primary key? (y/N) ")))
|
_("Really move the primary key? (y/N) ")))
|
||||||
node = sec_keyblock;
|
node = sec_keyblock;
|
||||||
break;
|
break;
|
||||||
|
@ -1,3 +1,11 @@
|
|||||||
|
2009-06-30 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
|
* es.po: Mark a bad translation fuzzy.
|
||||||
|
|
||||||
|
2009-06-30 Daiki Ueno <ueno@unixuser.org>
|
||||||
|
|
||||||
|
* ja.po: Typo fix. Fixes bug#1078.
|
||||||
|
|
||||||
2009-06-02 Werner Koch <wk@g10code.com>
|
2009-06-02 Werner Koch <wk@g10code.com>
|
||||||
|
|
||||||
* de.po: Applied a patch from Daniel Leidert to fix a bunch of
|
* de.po: Applied a patch from Daniel Leidert to fix a bunch of
|
||||||
|
368
po/pt_BR.po
368
po/pt_BR.po
File diff suppressed because it is too large
Load Diff
368
po/zh_CN.po
368
po/zh_CN.po
File diff suppressed because it is too large
Load Diff
368
po/zh_TW.po
368
po/zh_TW.po
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user