diff options
author | Werner Koch <[email protected]> | 2011-08-26 13:20:41 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2011-08-26 13:20:41 +0000 |
commit | bea3b7c93f0a611dcd5921d04596ab2dc6e3d547 (patch) | |
tree | 12f0bc532037339cc314137600e741f91c83fae5 /tools/gpgconf-comp.c | |
parent | Beautified the online html manual (diff) | |
download | gnupg-bea3b7c93f0a611dcd5921d04596ab2dc6e3d547.tar.gz gnupg-bea3b7c93f0a611dcd5921d04596ab2dc6e3d547.zip |
Mark component descriptions for translation.
Diffstat (limited to 'tools/gpgconf-comp.c')
-rw-r--r-- | tools/gpgconf-comp.c | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/tools/gpgconf-comp.c b/tools/gpgconf-comp.c index bcdecfd89..0b39ac4de 100644 --- a/tools/gpgconf-comp.c +++ b/tools/gpgconf-comp.c @@ -1023,12 +1023,12 @@ static struct gc_option_t *options; } gc_component[] = { - { "gpg", NULL, "GPG for OpenPGP", gc_options_gpg }, - { "gpg-agent", NULL, "GPG Agent", gc_options_gpg_agent }, - { "scdaemon", NULL, "Smartcard Daemon", gc_options_scdaemon }, - { "gpgsm", NULL, "GPG for S/MIME", gc_options_gpgsm }, - { "dirmngr", NULL, "Directory Manager", gc_options_dirmngr }, - { "pinentry", NULL, "PIN and Passphrase Entry", gc_options_pinentry } + { "gpg", "gnupg", N_("GPG for OpenPGP"), gc_options_gpg }, + { "gpg-agent","gnupg", N_("GPG Agent"), gc_options_gpg_agent }, + { "scdaemon", "gnupg", N_("Smartcard Daemon"), gc_options_scdaemon }, + { "gpgsm", "gnupg", N_("GPG for S/MIME"), gc_options_gpgsm }, + { "dirmngr", "gnupg", N_("Directory Manager"), gc_options_dirmngr }, + { "pinentry", "gnupg", N_("PIN and Passphrase Entry"), gc_options_pinentry } }; |