mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Re-enabled german translation
This commit is contained in:
parent
ff59089979
commit
52cbcd94ac
7 changed files with 2169 additions and 2070 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue