1
0
mirror of git://git.gnupg.org/gnupg.git synced 2025-01-18 14:17:03 +01:00

gpg: Make translation easier.

* g10/import.c (import_secret_one): Split info string for easier
translation.

Signed-off-by: Werner Koch <wk@gnupg.org>
This commit is contained in:
Werner Koch 2015-11-03 20:44:14 +01:00
parent 621afac37e
commit 62b8cd5495
No known key found for this signature in database
GPG Key ID: E3FDFF218E45B72B

View File

@ -1771,7 +1771,7 @@ import_secret_one (ctrl_t ctrl, const char *fname, kbnode_t keyblock,
err = transfer_secret_keys (ctrl, stats, keyblock, batch); err = transfer_secret_keys (ctrl, stats, keyblock, batch);
if (gpg_err_code (err) == GPG_ERR_NOT_PROCESSED) if (gpg_err_code (err) == GPG_ERR_NOT_PROCESSED)
{ {
/* TRANSLATORS: For smarcard, each private key on /* TRANSLATORS: For smartcard, each private key on
host has a reference (stub) to a smartcard and host has a reference (stub) to a smartcard and
actual private key data is stored on the card. A actual private key data is stored on the card. A
single smartcard can have up to three private key single smartcard can have up to three private key
@ -1781,8 +1781,8 @@ import_secret_one (ctrl_t ctrl, const char *fname, kbnode_t keyblock,
suggested to run 'gpg --card-status', then, suggested to run 'gpg --card-status', then,
references to a card will be automatically references to a card will be automatically
created again. */ created again. */
log_info (_("To migrate secring.gpg, with each smartcard, run:" log_info (_("To migrate '%s', with each smartcard, "
"gpg --card-status")); "run: %s\n"), "secring.gpg", "gpg --card-status");
err = 0; err = 0;
} }
if (!err) if (!err)