Re-enabled german translation

This commit is contained in:
Werner Koch 2010-10-18 14:56:52 +00:00
parent ff59089979
commit 52cbcd94ac
7 changed files with 2169 additions and 2070 deletions

View File

@ -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.

View File

@ -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));
}

View File

@ -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,

View File

@ -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

View File

@ -4,7 +4,7 @@
#ca
#cs
#da
#de
de
#eo
#el
#es

View File

@ -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

4213
po/de.po

File diff suppressed because it is too large Load Diff