mirror of
git://git.gnupg.org/gnupg.git
synced 2025-01-03 12:11:33 +01:00
Mark component descriptions for translation.
This commit is contained in:
parent
4379c01a24
commit
bea3b7c93f
@ -1,3 +1,8 @@
|
||||
2011-08-26 Werner Koch <wk@g10code.com>
|
||||
|
||||
* gpgconf-comp.c (gc_component): Mark for translation. Suggested
|
||||
by Yuri Chornoivan.
|
||||
|
||||
2011-03-08 Werner Koch <wk@g10code.com>
|
||||
|
||||
* symcryptrun.c [HAVE_UTMP_H]: Include utmp.h.
|
||||
|
@ -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 }
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user