mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
Re-enabled german translation
This commit is contained in:
parent
ff59089979
commit
52cbcd94ac
@ -1,5 +1,8 @@
|
||||
2010-10-18 Werner Koch <wk@g10code.com>
|
||||
|
||||
* call-pinentry.c (start_pinentry): Print name of pinentry on
|
||||
connect error.
|
||||
|
||||
* call-scd.c (agent_card_pksign): Make sure to return an unsigned
|
||||
number.
|
||||
|
||||
|
@ -332,8 +332,8 @@ start_pinentry (ctrl_t ctrl)
|
||||
ASSUAN_PIPE_CONNECT_DETACHED);
|
||||
if (rc)
|
||||
{
|
||||
log_error ("can't connect to the PIN entry module: %s\n",
|
||||
gpg_strerror (rc));
|
||||
log_error ("can't connect to the PIN entry module `%s': %s\n",
|
||||
opt.pinentry_program, gpg_strerror (rc));
|
||||
assuan_release (ctx);
|
||||
return unlock_pinentry (gpg_error (GPG_ERR_NO_PIN_ENTRY));
|
||||
}
|
||||
|
@ -366,8 +366,8 @@ start_new_gpg_agent (assuan_context_t *r_ctx,
|
||||
agent_program = gnupg_module_name (GNUPG_MODULE_NAME_AGENT);
|
||||
|
||||
if (verbose)
|
||||
log_info (_("no running %s - starting `%s'\n"),
|
||||
"gpg-agent", agent_program);
|
||||
log_info (_("no running gpg-agent - starting `%s'\n"),
|
||||
agent_program);
|
||||
|
||||
if (status_cb)
|
||||
status_cb (status_cb_arg, STATUS_PROGRESS,
|
||||
@ -579,8 +579,8 @@ start_new_dirmngr (assuan_context_t *r_ctx,
|
||||
dirmngr_program = gnupg_module_name (GNUPG_MODULE_NAME_DIRMNGR);
|
||||
|
||||
if (verbose)
|
||||
log_info (_("no running %s - starting `%s'\n"),
|
||||
"dirmngr", dirmngr_program);
|
||||
log_info (_("no running Dirmngr - starting `%s'\n"),
|
||||
dirmngr_program);
|
||||
|
||||
if (status_cb)
|
||||
status_cb (status_cb_arg, STATUS_PROGRESS,
|
||||
|
@ -1,3 +1,11 @@
|
||||
2010-10-18 Werner Koch <wk@g10code.com>
|
||||
|
||||
* de.po: Update.
|
||||
|
||||
* POTFILES.in: Add cvt-openpgp.c
|
||||
|
||||
* LINGUAS: Re-enable de.po.
|
||||
|
||||
2010-04-13 Marcus Brinkmann <marcus@g10code.de>
|
||||
|
||||
* POTFILES.in: Replace common/exechelp.c by
|
||||
|
@ -4,7 +4,7 @@
|
||||
#ca
|
||||
#cs
|
||||
#da
|
||||
#de
|
||||
de
|
||||
#eo
|
||||
#el
|
||||
#es
|
||||
|
@ -10,6 +10,7 @@ agent/protect-tool.c
|
||||
agent/trustlist.c
|
||||
agent/findkey.c
|
||||
agent/pksign.c
|
||||
agent/cvt-openpgp.c
|
||||
|
||||
common/exechelp-posix.c
|
||||
common/exechelp-w32.c
|
||||
|
Loading…
x
Reference in New Issue
Block a user