diff options
author | DongHun Kwak <dh0128.kwak@samsung.com> | 2022-09-16 07:45:18 +0900 |
---|---|---|
committer | DongHun Kwak <dh0128.kwak@samsung.com> | 2022-09-16 07:45:18 +0900 |
commit | b8e317c2a634907810564598cde8cf691ef03d88 (patch) | |
tree | 7978657ccc96ec5a55c31801e14bca75291cfe4c | |
parent | 028733bb89982a39cf1341937417c9d76f39b2ef (diff) | |
download | gpg2-b8e317c2a634907810564598cde8cf691ef03d88.tar.gz gpg2-b8e317c2a634907810564598cde8cf691ef03d88.tar.bz2 gpg2-b8e317c2a634907810564598cde8cf691ef03d88.zip |
Imported Upstream version 2.3.1upstream/2.3.1
-rw-r--r-- | AUTHORS | 3 | ||||
-rw-r--r-- | ChangeLog | 184 | ||||
-rw-r--r-- | NEWS | 33 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | agent/Makefile.am | 2 | ||||
-rw-r--r-- | agent/Makefile.in | 81 | ||||
-rw-r--r-- | agent/gpg-agent.c | 28 | ||||
-rwxr-xr-x | build-aux/getswdb.sh | 4 | ||||
-rw-r--r-- | common/Makefile.am | 2 | ||||
-rw-r--r-- | common/Makefile.in | 97 | ||||
-rw-r--r-- | common/comopt.c | 131 | ||||
-rw-r--r-- | common/comopt.h | 50 | ||||
-rw-r--r-- | common/exechelp-posix.c | 7 | ||||
-rw-r--r-- | common/name-value.c | 6 | ||||
-rw-r--r-- | common/openpgp-fpr.c | 283 | ||||
-rw-r--r-- | common/openpgpdefs.h | 20 | ||||
-rw-r--r-- | common/recsel.c | 8 | ||||
-rwxr-xr-x | configure | 166 | ||||
-rw-r--r-- | configure.ac | 24 | ||||
-rw-r--r-- | dirmngr/dirmngr.c | 31 | ||||
-rw-r--r-- | dirmngr/ks-action.c | 5 | ||||
-rw-r--r-- | dirmngr/ks-action.h | 2 | ||||
-rw-r--r-- | dirmngr/ks-engine-ldap.c | 8 | ||||
-rw-r--r-- | dirmngr/server.c | 10 | ||||
-rw-r--r-- | doc/DETAILS | 3 | ||||
-rw-r--r-- | doc/Makefile.am | 1 | ||||
-rw-r--r-- | doc/Makefile.in | 1 | ||||
-rw-r--r-- | doc/defsincdate | 2 | ||||
-rw-r--r-- | doc/examples/README | 2 | ||||
-rw-r--r-- | doc/examples/common.conf | 22 | ||||
-rw-r--r-- | doc/gnupg-card-architecture.pdf | bin | 19407 -> 19407 bytes | |||
-rw-r--r-- | doc/gnupg-module-overview.pdf | bin | 691936 -> 691936 bytes | |||
-rw-r--r-- | doc/gnupg-module-overview.png | bin | 142611 -> 142611 bytes | |||
-rw-r--r-- | doc/gnupg.info | 396 | ||||
-rw-r--r-- | doc/gnupg.info-1 | 38 | ||||
-rw-r--r-- | doc/gnupg.info-2 | 98 | ||||
-rw-r--r-- | doc/gnupg.info-3 | bin | 9063 -> 9207 bytes | |||
-rw-r--r-- | doc/gpg.texi | 13 | ||||
-rw-r--r-- | doc/gpgsm.texi | 16 | ||||
-rw-r--r-- | g10/call-dirmngr.c | 15 | ||||
-rw-r--r-- | g10/call-dirmngr.h | 3 | ||||
-rw-r--r-- | g10/getkey.c | 89 | ||||
-rw-r--r-- | g10/gpg.c | 31 | ||||
-rw-r--r-- | g10/gpgv.c | 12 | ||||
-rw-r--r-- | g10/import.c | 12 | ||||
-rw-r--r-- | g10/keyedit.c | 2 | ||||
-rw-r--r-- | g10/keygen.c | 26 | ||||
-rw-r--r-- | g10/keyserver-internal.h | 13 | ||||
-rw-r--r-- | g10/keyserver.c | 46 | ||||
-rw-r--r-- | g10/mainproc.c | 9 | ||||
-rw-r--r-- | g10/options.h | 3 | ||||
-rw-r--r-- | g10/sign.c | 2 | ||||
-rw-r--r-- | g10/test-stubs.c | 12 | ||||
-rw-r--r-- | kbx/Makefile.am | 4 | ||||
-rw-r--r-- | kbx/Makefile.in | 4 | ||||
-rw-r--r-- | kbx/keybox-update.c | 4 | ||||
-rw-r--r-- | kbx/keyboxd.c | 31 | ||||
-rw-r--r-- | po/POTFILES.in | 1 | ||||
-rw-r--r-- | po/ca.po | 1379 | ||||
-rw-r--r-- | po/cs.po | 1379 | ||||
-rw-r--r-- | po/da.po | 1379 | ||||
-rw-r--r-- | po/de.gmo | bin | 246402 -> 247373 bytes | |||
-rw-r--r-- | po/de.po | 1403 | ||||
-rw-r--r-- | po/el.po | 1379 | ||||
-rw-r--r-- | po/en@boldquot.gmo | bin | 225334 -> 225448 bytes | |||
-rw-r--r-- | po/en@boldquot.po | 1383 | ||||
-rw-r--r-- | po/en@quot.gmo | bin | 222822 -> 222936 bytes | |||
-rw-r--r-- | po/en@quot.po | 1383 | ||||
-rw-r--r-- | po/eo.po | 1379 | ||||
-rw-r--r-- | po/es.po | 1379 | ||||
-rw-r--r-- | po/et.po | 1379 | ||||
-rw-r--r-- | po/fi.po | 1379 | ||||
-rw-r--r-- | po/fr.po | 1379 | ||||
-rw-r--r-- | po/gl.po | 1379 | ||||
-rw-r--r-- | po/gnupg2.pot | 1381 | ||||
-rw-r--r-- | po/hu.po | 1379 | ||||
-rw-r--r-- | po/id.po | 1379 | ||||
-rw-r--r-- | po/it.gmo | bin | 228212 -> 241034 bytes | |||
-rw-r--r-- | po/it.po | 1920 | ||||
-rw-r--r-- | po/ja.gmo | bin | 252423 -> 254096 bytes | |||
-rw-r--r-- | po/ja.po | 1419 | ||||
-rw-r--r-- | po/nb.po | 1379 | ||||
-rw-r--r-- | po/pl.po | 1379 | ||||
-rw-r--r-- | po/pt.po | 1379 | ||||
-rw-r--r-- | po/ro.po | 1379 | ||||
-rw-r--r-- | po/ru.po | 1379 | ||||
-rw-r--r-- | po/sk.po | 1379 | ||||
-rw-r--r-- | po/sv.po | 1379 | ||||
-rw-r--r-- | po/tr.po | 1379 | ||||
-rw-r--r-- | po/uk.po | 1379 | ||||
-rw-r--r-- | po/zh_CN.po | 1379 | ||||
-rw-r--r-- | po/zh_TW.po | 1379 | ||||
-rw-r--r-- | scd/apdu.c | 4 | ||||
-rw-r--r-- | scd/app-help.c | 8 | ||||
-rw-r--r-- | scd/app-nks.c | 181 | ||||
-rw-r--r-- | scd/app-p15.c | 256 | ||||
-rw-r--r-- | scd/ccid-driver.c | 14 | ||||
-rw-r--r-- | scd/command.c | 18 | ||||
-rw-r--r-- | scd/scdaemon.c | 12 | ||||
-rw-r--r-- | sm/Makefile.am | 2 | ||||
-rw-r--r-- | sm/Makefile.in | 4 | ||||
-rw-r--r-- | sm/gpgsm.c | 46 | ||||
-rw-r--r-- | sm/gpgsm.h | 2 | ||||
-rw-r--r-- | sm/keylist.c | 95 | ||||
-rw-r--r-- | tests/openpgp/Makefile.am | 2 | ||||
-rw-r--r-- | tests/openpgp/Makefile.in | 2 | ||||
-rw-r--r-- | tests/openpgp/defs.scm | 7 | ||||
-rw-r--r-- | tools/gpg-card.c | 1 | ||||
-rw-r--r-- | tools/gpgconf-comp.c | 15 | ||||
-rw-r--r-- | tools/gpgsplit.c | 20 |
110 files changed, 22570 insertions, 20823 deletions
@@ -196,6 +196,9 @@ Hans of Guardian <hans@guardianproject.info> Ineiev <ineiev@gnu.org> 2017-05-09:20170509121611.GH25850@gnu.org: +Jakub Jelen <jjelen@redhat.com> +2021-04-06:606c816b.3jWNtfUlv+V/i0eS%jjelen@REDHAT.COM: + James Bottomley <James.Bottomley@HansenPartnership.com> 2018-02-01:1517501629.3145.9.camel@HansenPartnership.com: @@ -1,3 +1,187 @@ +2021-04-20 Werner Koch <wk@gnupg.org> + + Release 2.3.1. + + commit cbbdb88627fe57ebf02b8b4bf9002d356e57e2e4 + + + Support log-file option from common.conf for all daemon. + + commit 45918813f0599505e4f84bd44b09fb708b4e7f23 + * agent/gpg-agent.c: Include comopt.h. + (main): Read log-file option from common.conf. + (reread_configuration): Ditto. + * dirmngr/dirmngr.c: Include comopt.h. + (main): Read log-file option from common.conf. + (reread_configuration): Ditto. + * kbx/keyboxd.c: Include comopt.h. + (main): Read log-file option from common.conf. + (reread_configuration): Ditto. + * scd/scdaemon.c: Include comopt.h. + (main): Read log-file option from common.conf. + + gpgconf: Fix a diagnostic output. + + commit b657d6c3bd8103d40d511a3293313a891a26a9f5 + * tools/gpgconf-comp.c (gc_component_launch): Fix diagnostic. + * doc/examples/common.conf: Fix example. + + sm: New command --show-certs. + + commit 51419d63415ae2aa029f8829099b6789b264edc5 + * sm/keylist.c (do_show_certs): New. + (gpgsm_show_certs): New. + * sm/gpgsm.c (aShowCerts): New. + (opts): Add --show-certs. + (main): Call gpgsm_show_certs. + +2021-04-19 Werner Koch <wk@gnupg.org> + + build: Fix build problems on macOS for gpgsm tests and gpg-card. + + commit 5fe60576d50f7c857d0a865a9630212422fa1ad1 + * tools/gpg-card.c: Include ctype.h. + * sm/Makefile.am (t_common_ldadd): Add LIBICONV. + +2021-04-19 Damien Goutte-Gattat via Gnupg-devel <gnupg-devel@gnupg.org> + + build: Allow selection of TSS library. + + commit 93c88d0af36b70a406997b40c49bfc14c17b4cd2 + * configure.ac: New option --with-tss to force the use of a + specific TSS library. + + gpg: Fix showpref to list AEAD feature. + + commit 86f446fd446fcc7295ecf6b37a3f4cca45a165f1 + * g10/keyedit.c (show_prefs): Show 'AEAD' if flags.aead is set. + +2021-04-19 Werner Koch <wk@gnupg.org> + + gpg,gpgsm: Move use-keyboxd to the new conf file common.conf. + + commit d13c5bc244ce1daed285424d920171fc2bcd7290 + * common/comopt.c, common/comopt.h: New. + * common/Makefile.am: Add them. + * g10/gpg.c: Include comopt.h. + (main): Also parse common.conf. + * sm/gpgsm.c: Include comopt.h. + (main): Set a flag for the --no-logfile option. Parse common.conf. + + * tools/gpgconf-comp.c (known_options_gpg): Remove "use-keyboxd", add + pseudo option "use_keyboxd". + (known_pseudo_options_gpg): Add pseudo option "use_keyboxd". + (known_options_gpgsm): Remove "use-keyboxd". + + * tests/openpgp/defs.scm (create-gpghome): Create common.conf. + + * doc/examples/common.conf: New. + +2021-04-16 Werner Koch <wk@gnupg.org> + + gpg: Lookup a missing public key of the current card via LDAP. + + commit d7e707170fbe2956deb3d81e2802d21352079722 + * g10/getkey.c (get_seckey_default_or_card): Lookup a missing public + key from the current card via LDAP. + * g10/call-dirmngr.c: Include keyserver-intetnal.h. + (gpg_dirmngr_ks_get): Rename arg quick into flags. Take care of the + new LDAP flag. + * g10/keyserver-internal.h (KEYSERVER_IMPORT_FLAG_QUICK): New. + Replace the use of the value 1 for the former quick arg. + (KEYSERVER_IMPORT_FLAG_LDAP): New. + * g10/keyserver.c (keyserver_get_chunk): Increase the reserved line + length. + * dirmngr/ks-action.c (ks_action_get): Add arg ldap_only. + * dirmngr/server.c (cmd_ks_get): Add option --ldap. + + scd:p15: Support attribute KEY-FPR. + + commit 30f90fc8574be4c48ac8d3ff41479481414c0dee + * scd/app-p15.c: Include openpgpdefs.h. + (struct prkdf_object_s): Add fields have_keytime and ecdh_kdf. + (read_p15_info): Set ecdh_kdf. + (keygrip_from_prkdf): Flag that we have the keytime. + (send_keypairinfo): Send the key time only if valid. + (send_key_fpr_line): New. + (send_key_fpr): New. + (do_getattr): Add KEY-FPR. + + common: New module to compute openpgp fingerprints. + + commit 2f2bdd9c0894eb43f719da8b529b4c7a46f742a0 + * common/openpgp-fpr.c: New. + * common/Makefile.am (common_sources): Add it. + +2021-04-13 Werner Koch <wk@gnupg.org> + + gpg: Do not use self-sigs-only for LDAP keyserver imports. + + commit 6c26e593df51475921410ac97e9227df6b258618 + * dirmngr/ks-engine-ldap.c (ks_ldap_get): Print a SOURCE status. + * g10/options.h (opts): New field expl_import_self_sigs_only. + * g10/import.c (parse_import_options): Set it. + * g10/keyserver.c (keyserver_get_chunk): Add special options for LDAP. + +2021-04-13 Jakub Jelen <jjelen@redhat.com> + + common: Fix memory leaks. + + commit a16f726f9404f173705cc3bef71daee38d2c094b + * common/name-value.c (do_nvc_parse): Free NAME. + * common/recsel.c (recsel_parse_expr): Release SE_HEAD and EXPR_BUFFER. + + kbx: Fix memory leak. + + commit 51bbd99a3c9b09a78e766a312d97a1d40372c6cd + * kbx/keybox-update.c (blob_filecopy): Goto leave instead of return. + + tools: Fix memory leaks. + + commit 4c8be54cc430bbebd41fd7c452ff4ff9e8ff2bd5 + * tools/gpgsplit.c (write_part): Free BLOB on error. + + scd: Fix memory leaks. + + commit 7cbe29c4fb4f593e194b6c25cb31633b4a6e0b2b + * scd/apdu.c (apdu_dev_list_start): Free DL. + * scd/app-nks.c (pubkey_from_pk_file): Fix typo in condition. + + agent,kbx: Add LIBASSUAN_CLFAGS. + + commit cd66b2eb0d34b135175899362e191fff81588608 + * agent/Makefile.am (gpg_preset_passphrase_CFLAGS, t_protect_CFLAGS): + Add LIBASSUAN_CFLAGS. + * kbx/Makefile.am (libkeybox_a_CFLAGS, libkeybox509_a_CFLAGS): + Likewise. + +2021-04-12 Werner Koch <wk@gnupg.org> + + scd:p15: Match private keys with certificates also by labels. + + commit ecb9265b8dc03a153044e19be804d4c2d2caa4e8 + * scd/app-p15.c (cdf_object_from_label): New. + (cdf_object_from_certid): Fallback to label matching. + (read_p15_info): Ditto. + (keygrip_from_prkdf): Ditto. Replace duplicated code by a call to + cdf_object_from_objid. + +2021-04-08 Werner Koch <wk@gnupg.org> + + scd:nks: Handle APP_READKEY_FLAG_INFO. + + commit 63320ba2f8147ee86f4406c9590f6b28cad4771d + * scd/app-nks.c (keygripstr_from_pk_file): Fix ignored error. + (get_nks_tag): New. + (do_learn_status_core): Use it. Make sure not to mange the + KEYPAIRINFO line if no usage is known. + (do_readkey): Output the KEYPAIRINFO for the keygrip case. + + scd: Fix duplicate output of KEYPAIRINFO by readkey command. + + commit 22fd48e48d007a0cba6c8a8f6ad6cb4fe7470534 + * scd/app-help.c (app_help_get_keygrip_string_pk): Make HEXKEYGRIP + parm optional. + * scd/command.c (do_readkey): Remove duplicate output of keypairinfo + lines. + +2021-04-08 NIIBE Yutaka <gniibe@fsij.org> + + gpg: Ed448 and X448 are only for v5. + + commit 36355394d865f5760075e62267d70f7a7d5dd671 + * g10/keygen.c (parse_key_parameter_part): Generate with version 5 + packet, when it's Ed448 or X448. + + scd: Fix CCID driver for SCM SPR332/SPR532. + + commit ab66c4357595b8a10ca25fd735f439fe795919b2 + * scd/ccid-driver.c (ccid_vendor_specific_pinpad_setup): New. + (ccid_vendor_specific_setup): Only send CLEAR_HALT. + (ccid_transceive_secure): Each time, use send_escape_cmd. + + common: Fix gnupg_wait_processes, by skipping invalid PID. + + commit d82dae5d2229a30dbc78aadc4d544d30dac76a1c + * common/exechelp-posix.c (gnupg_wait_processes): Skip invalid PID. + 2021-04-07 Werner Koch <wk@gnupg.org> Release GnuPG 2.3.0. @@ -1,3 +1,36 @@ +Noteworthy changes in version 2.3.1 (2021-04-20) +------------------------------------------------ + + * The new configuration file common.conf is now used to enable the + use of the key database daemon with "use-keyboxd". Using this + option in gpg.conf and gpgsm.conf is supported for a transitional + period. See doc/example/common.conf for more. + + * gpg: Force version 5 key creation for ed448 and cv448 algorithms. + + * gpg: By default do not use the self-sigs-only option when + importing from an LDAP keyserver. [#5387] + + * gpg: Lookup a missing public key of the active card via LDAP. + [d7e707170f] + + * gpgsm: New command --show-certs. [51419d6341] + + * scd: Fix CCID driver for SCM SPR332/SPR532. [#5297] + + * scd: Further improvements for PKCS#15 cards. + + * Fix build problems on Fedora. [#5389] + + * Fix build problems on macOS. [#5400] + + * New configure option --with-tss to allow the selection of the TSS + library. [93c88d0af3] + + Release-info: https://dev.gnupg.org/T5386 + See-also: gnupg-announce/2021q2/000459.html + + Noteworthy changes in version 2.3.0 (2021-04-07) ------------------------------------------------ @@ -1 +1 @@ -2.3.0 +2.3.1 diff --git a/agent/Makefile.am b/agent/Makefile.am index ee7c38d..d5998c7 100644 --- a/agent/Makefile.am +++ b/agent/Makefile.am @@ -94,6 +94,7 @@ gpg_protect_tool_LDADD = $(common_libs) $(LIBGCRYPT_LIBS) $(LIBASSUAN_LIBS) \ gpg_preset_passphrase_SOURCES = \ preset-passphrase.c +gpg_preset_passphrase_CFLAGS = $(AM_CFLAGS) $(LIBASSUAN_CFLAGS) # Needs $(NETLIBS) for libsimple-pwquery.la. gpg_preset_passphrase_LDADD = \ @@ -121,3 +122,4 @@ t_common_ldadd = $(common_libs) $(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) \ t_protect_SOURCES = t-protect.c protect.c t_protect_LDADD = $(t_common_ldadd) +t_protect_CFLAGS = $(AM_CFLAGS) $(LIBASSUAN_CFLAGS) diff --git a/agent/Makefile.in b/agent/Makefile.in index ec02419..b940a65 100644 --- a/agent/Makefile.in +++ b/agent/Makefile.in @@ -197,7 +197,8 @@ gpg_agent_OBJECTS = $(am_gpg_agent_OBJECTS) am__DEPENDENCIES_1 = gpg_agent_LINK = $(CCLD) $(gpg_agent_CFLAGS) $(CFLAGS) \ $(gpg_agent_LDFLAGS) $(LDFLAGS) -o $@ -am_gpg_preset_passphrase_OBJECTS = preset-passphrase.$(OBJEXT) +am_gpg_preset_passphrase_OBJECTS = \ + gpg_preset_passphrase-preset-passphrase.$(OBJEXT) gpg_preset_passphrase_OBJECTS = $(am_gpg_preset_passphrase_OBJECTS) @HAVE_W32CE_SYSTEM_FALSE@am__DEPENDENCIES_2 = \ @HAVE_W32CE_SYSTEM_FALSE@ ../common/libsimple-pwquery.a @@ -205,6 +206,8 @@ gpg_preset_passphrase_DEPENDENCIES = $(am__DEPENDENCIES_2) \ $(common_libs) $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) +gpg_preset_passphrase_LINK = $(CCLD) $(gpg_preset_passphrase_CFLAGS) \ + $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@ am_gpg_protect_tool_OBJECTS = gpg_protect_tool-protect-tool.$(OBJEXT) \ gpg_protect_tool-sexp-secret.$(OBJEXT) \ gpg_protect_tool-protect.$(OBJEXT) \ @@ -216,12 +219,15 @@ gpg_protect_tool_DEPENDENCIES = $(common_libs) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) gpg_protect_tool_LINK = $(CCLD) $(gpg_protect_tool_CFLAGS) $(CFLAGS) \ $(AM_LDFLAGS) $(LDFLAGS) -o $@ -am_t_protect_OBJECTS = t-protect.$(OBJEXT) protect.$(OBJEXT) +am_t_protect_OBJECTS = t_protect-t-protect.$(OBJEXT) \ + t_protect-protect.$(OBJEXT) t_protect_OBJECTS = $(am_t_protect_OBJECTS) am__DEPENDENCIES_3 = $(common_libs) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) t_protect_DEPENDENCIES = $(am__DEPENDENCIES_3) +t_protect_LINK = $(CCLD) $(t_protect_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ + $(LDFLAGS) -o $@ AM_V_P = $(am__v_P_@AM_V@) am__v_P_ = $(am__v_P_@AM_DEFAULT_V@) am__v_P_0 = false @@ -257,12 +263,13 @@ am__depfiles_remade = ./$(DEPDIR)/gpg_agent-cache.Po \ ./$(DEPDIR)/gpg_agent-sexp-secret.Po \ ./$(DEPDIR)/gpg_agent-trans.Po \ ./$(DEPDIR)/gpg_agent-trustlist.Po \ + ./$(DEPDIR)/gpg_preset_passphrase-preset-passphrase.Po \ ./$(DEPDIR)/gpg_protect_tool-cvt-openpgp.Po \ ./$(DEPDIR)/gpg_protect_tool-protect-tool.Po \ ./$(DEPDIR)/gpg_protect_tool-protect.Po \ ./$(DEPDIR)/gpg_protect_tool-sexp-secret.Po \ - ./$(DEPDIR)/preset-passphrase.Po ./$(DEPDIR)/protect.Po \ - ./$(DEPDIR)/t-protect.Po + ./$(DEPDIR)/t_protect-protect.Po \ + ./$(DEPDIR)/t_protect-t-protect.Po am__mv = mv -f AM_V_lt = $(am__v_lt_@AM_V@) am__v_lt_ = $(am__v_lt_@AM_DEFAULT_V@) @@ -603,6 +610,7 @@ gpg_protect_tool_LDADD = $(common_libs) $(LIBGCRYPT_LIBS) $(LIBASSUAN_LIBS) \ gpg_preset_passphrase_SOURCES = \ preset-passphrase.c +gpg_preset_passphrase_CFLAGS = $(AM_CFLAGS) $(LIBASSUAN_CFLAGS) # Needs $(NETLIBS) for libsimple-pwquery.la. gpg_preset_passphrase_LDADD = \ @@ -614,6 +622,7 @@ t_common_ldadd = $(common_libs) $(LIBGCRYPT_LIBS) $(GPG_ERROR_LIBS) \ t_protect_SOURCES = t-protect.c protect.c t_protect_LDADD = $(t_common_ldadd) +t_protect_CFLAGS = $(AM_CFLAGS) $(LIBASSUAN_CFLAGS) all: all-am .SUFFIXES: @@ -742,7 +751,7 @@ gpg-agent$(EXEEXT): $(gpg_agent_OBJECTS) $(gpg_agent_DEPENDENCIES) $(EXTRA_gpg_a gpg-preset-passphrase$(EXEEXT): $(gpg_preset_passphrase_OBJECTS) $(gpg_preset_passphrase_DEPENDENCIES) $(EXTRA_gpg_preset_passphrase_DEPENDENCIES) @rm -f gpg-preset-passphrase$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(gpg_preset_passphrase_OBJECTS) $(gpg_preset_passphrase_LDADD) $(LIBS) + $(AM_V_CCLD)$(gpg_preset_passphrase_LINK) $(gpg_preset_passphrase_OBJECTS) $(gpg_preset_passphrase_LDADD) $(LIBS) gpg-protect-tool$(EXEEXT): $(gpg_protect_tool_OBJECTS) $(gpg_protect_tool_DEPENDENCIES) $(EXTRA_gpg_protect_tool_DEPENDENCIES) @rm -f gpg-protect-tool$(EXEEXT) @@ -750,7 +759,7 @@ gpg-protect-tool$(EXEEXT): $(gpg_protect_tool_OBJECTS) $(gpg_protect_tool_DEPEND t-protect$(EXEEXT): $(t_protect_OBJECTS) $(t_protect_DEPENDENCIES) $(EXTRA_t_protect_DEPENDENCIES) @rm -f t-protect$(EXEEXT) - $(AM_V_CCLD)$(LINK) $(t_protect_OBJECTS) $(t_protect_LDADD) $(LIBS) + $(AM_V_CCLD)$(t_protect_LINK) $(t_protect_OBJECTS) $(t_protect_LDADD) $(LIBS) mostlyclean-compile: -rm -f *.$(OBJEXT) @@ -778,13 +787,13 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_agent-sexp-secret.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_agent-trans.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_agent-trustlist.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_preset_passphrase-preset-passphrase.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_protect_tool-cvt-openpgp.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_protect_tool-protect-tool.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_protect_tool-protect.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/gpg_protect_tool-sexp-secret.Po@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/preset-passphrase.Po@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/protect.Po@am__quote@ # am--include-marker -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t-protect.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_protect-protect.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/t_protect-t-protect.Po@am__quote@ # am--include-marker $(am__depfiles_remade): @$(MKDIR_P) $(@D) @@ -1086,6 +1095,20 @@ gpg_agent-learncard.obj: learncard.c @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_agent_CFLAGS) $(CFLAGS) -c -o gpg_agent-learncard.obj `if test -f 'learncard.c'; then $(CYGPATH_W) 'learncard.c'; else $(CYGPATH_W) '$(srcdir)/learncard.c'; fi` +gpg_preset_passphrase-preset-passphrase.o: preset-passphrase.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_preset_passphrase_CFLAGS) $(CFLAGS) -MT gpg_preset_passphrase-preset-passphrase.o -MD -MP -MF $(DEPDIR)/gpg_preset_passphrase-preset-passphrase.Tpo -c -o gpg_preset_passphrase-preset-passphrase.o `test -f 'preset-passphrase.c' || echo '$(srcdir)/'`preset-passphrase.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gpg_preset_passphrase-preset-passphrase.Tpo $(DEPDIR)/gpg_preset_passphrase-preset-passphrase.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='preset-passphrase.c' object='gpg_preset_passphrase-preset-passphrase.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_preset_passphrase_CFLAGS) $(CFLAGS) -c -o gpg_preset_passphrase-preset-passphrase.o `test -f 'preset-passphrase.c' || echo '$(srcdir)/'`preset-passphrase.c + +gpg_preset_passphrase-preset-passphrase.obj: preset-passphrase.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_preset_passphrase_CFLAGS) $(CFLAGS) -MT gpg_preset_passphrase-preset-passphrase.obj -MD -MP -MF $(DEPDIR)/gpg_preset_passphrase-preset-passphrase.Tpo -c -o gpg_preset_passphrase-preset-passphrase.obj `if test -f 'preset-passphrase.c'; then $(CYGPATH_W) 'preset-passphrase.c'; else $(CYGPATH_W) '$(srcdir)/preset-passphrase.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gpg_preset_passphrase-preset-passphrase.Tpo $(DEPDIR)/gpg_preset_passphrase-preset-passphrase.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='preset-passphrase.c' object='gpg_preset_passphrase-preset-passphrase.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_preset_passphrase_CFLAGS) $(CFLAGS) -c -o gpg_preset_passphrase-preset-passphrase.obj `if test -f 'preset-passphrase.c'; then $(CYGPATH_W) 'preset-passphrase.c'; else $(CYGPATH_W) '$(srcdir)/preset-passphrase.c'; fi` + gpg_protect_tool-protect-tool.o: protect-tool.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_protect_tool_CFLAGS) $(CFLAGS) -MT gpg_protect_tool-protect-tool.o -MD -MP -MF $(DEPDIR)/gpg_protect_tool-protect-tool.Tpo -c -o gpg_protect_tool-protect-tool.o `test -f 'protect-tool.c' || echo '$(srcdir)/'`protect-tool.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/gpg_protect_tool-protect-tool.Tpo $(DEPDIR)/gpg_protect_tool-protect-tool.Po @@ -1142,6 +1165,34 @@ gpg_protect_tool-cvt-openpgp.obj: cvt-openpgp.c @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(gpg_protect_tool_CFLAGS) $(CFLAGS) -c -o gpg_protect_tool-cvt-openpgp.obj `if test -f 'cvt-openpgp.c'; then $(CYGPATH_W) 'cvt-openpgp.c'; else $(CYGPATH_W) '$(srcdir)/cvt-openpgp.c'; fi` +t_protect-t-protect.o: t-protect.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(t_protect_CFLAGS) $(CFLAGS) -MT t_protect-t-protect.o -MD -MP -MF $(DEPDIR)/t_protect-t-protect.Tpo -c -o t_protect-t-protect.o `test -f 't-protect.c' || echo '$(srcdir)/'`t-protect.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/t_protect-t-protect.Tpo $(DEPDIR)/t_protect-t-protect.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='t-protect.c' object='t_protect-t-protect.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(t_protect_CFLAGS) $(CFLAGS) -c -o t_protect-t-protect.o `test -f 't-protect.c' || echo '$(srcdir)/'`t-protect.c + +t_protect-t-protect.obj: t-protect.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(t_protect_CFLAGS) $(CFLAGS) -MT t_protect-t-protect.obj -MD -MP -MF $(DEPDIR)/t_protect-t-protect.Tpo -c -o t_protect-t-protect.obj `if test -f 't-protect.c'; then $(CYGPATH_W) 't-protect.c'; else $(CYGPATH_W) '$(srcdir)/t-protect.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/t_protect-t-protect.Tpo $(DEPDIR)/t_protect-t-protect.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='t-protect.c' object='t_protect-t-protect.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(t_protect_CFLAGS) $(CFLAGS) -c -o t_protect-t-protect.obj `if test -f 't-protect.c'; then $(CYGPATH_W) 't-protect.c'; else $(CYGPATH_W) '$(srcdir)/t-protect.c'; fi` + +t_protect-protect.o: protect.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(t_protect_CFLAGS) $(CFLAGS) -MT t_protect-protect.o -MD -MP -MF $(DEPDIR)/t_protect-protect.Tpo -c -o t_protect-protect.o `test -f 'protect.c' || echo '$(srcdir)/'`protect.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/t_protect-protect.Tpo $(DEPDIR)/t_protect-protect.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='protect.c' object='t_protect-protect.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(t_protect_CFLAGS) $(CFLAGS) -c -o t_protect-protect.o `test -f 'protect.c' || echo '$(srcdir)/'`protect.c + +t_protect-protect.obj: protect.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(t_protect_CFLAGS) $(CFLAGS) -MT t_protect-protect.obj -MD -MP -MF $(DEPDIR)/t_protect-protect.Tpo -c -o t_protect-protect.obj `if test -f 'protect.c'; then $(CYGPATH_W) 'protect.c'; else $(CYGPATH_W) '$(srcdir)/protect.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/t_protect-protect.Tpo $(DEPDIR)/t_protect-protect.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='protect.c' object='t_protect-protect.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(t_protect_CFLAGS) $(CFLAGS) -c -o t_protect-protect.obj `if test -f 'protect.c'; then $(CYGPATH_W) 'protect.c'; else $(CYGPATH_W) '$(srcdir)/protect.c'; fi` + ID: $(am__tagged_files) $(am__define_uniq_tagged_files); mkid -fID $$unique tags: tags-am @@ -1384,13 +1435,13 @@ distclean: distclean-am -rm -f ./$(DEPDIR)/gpg_agent-sexp-secret.Po -rm -f ./$(DEPDIR)/gpg_agent-trans.Po -rm -f ./$(DEPDIR)/gpg_agent-trustlist.Po + -rm -f ./$(DEPDIR)/gpg_preset_passphrase-preset-passphrase.Po -rm -f ./$(DEPDIR)/gpg_protect_tool-cvt-openpgp.Po -rm -f ./$(DEPDIR)/gpg_protect_tool-protect-tool.Po -rm -f ./$(DEPDIR)/gpg_protect_tool-protect.Po -rm -f ./$(DEPDIR)/gpg_protect_tool-sexp-secret.Po - -rm -f ./$(DEPDIR)/preset-passphrase.Po - -rm -f ./$(DEPDIR)/protect.Po - -rm -f ./$(DEPDIR)/t-protect.Po + -rm -f ./$(DEPDIR)/t_protect-protect.Po + -rm -f ./$(DEPDIR)/t_protect-t-protect.Po -rm -f Makefile distclean-am: clean-am distclean-compile distclean-generic \ distclean-tags @@ -1456,13 +1507,13 @@ maintainer-clean: maintainer-clean-am -rm -f ./$(DEPDIR)/gpg_agent-sexp-secret.Po -rm -f ./$(DEPDIR)/gpg_agent-trans.Po -rm -f ./$(DEPDIR)/gpg_agent-trustlist.Po + -rm -f ./$(DEPDIR)/gpg_preset_passphrase-preset-passphrase.Po -rm -f ./$(DEPDIR)/gpg_protect_tool-cvt-openpgp.Po -rm -f ./$(DEPDIR)/gpg_protect_tool-protect-tool.Po -rm -f ./$(DEPDIR)/gpg_protect_tool-protect.Po -rm -f ./$(DEPDIR)/gpg_protect_tool-sexp-secret.Po - -rm -f ./$(DEPDIR)/preset-passphrase.Po - -rm -f ./$(DEPDIR)/protect.Po - -rm -f ./$(DEPDIR)/t-protect.Po + -rm -f ./$(DEPDIR)/t_protect-protect.Po + -rm -f ./$(DEPDIR)/t_protect-t-protect.Po -rm -f Makefile maintainer-clean-am: distclean-am maintainer-clean-generic diff --git a/agent/gpg-agent.c b/agent/gpg-agent.c index 74c2108..0a9e903 100644 --- a/agent/gpg-agent.c +++ b/agent/gpg-agent.c @@ -59,6 +59,7 @@ #include "../common/gc-opt-flags.h" #include "../common/exechelp.h" #include "../common/asshelp.h" +#include "../common/comopt.h" #include "../common/init.h" @@ -1317,6 +1318,13 @@ main (int argc, char **argv) finalize_rereadable_options (); + /* Get a default log file from common.conf. */ + if (!logfile && !parse_comopt (GNUPG_MODULE_NAME_AGENT, debug_argparser)) + { + logfile = comopt.logfile; + comopt.logfile = NULL; + } + /* Print a warning if an argument looks like an option. */ if (!opt.quiet && !(pargs.flags & ARGPARSE_FLAG_STOP_SEEN)) { @@ -1986,6 +1994,7 @@ reread_configuration (void) gpgrt_argparse_t pargs; char *twopart; int dummy; + int logfile_seen = 0; if (!config_filename) return; /* No config file. */ @@ -2013,12 +2022,29 @@ reread_configuration (void) else if (pargs.r_opt < -1) pargs.err = ARGPARSE_PRINT_WARNING; else /* Try to parse this option - ignore unchangeable ones. */ - parse_rereadable_options (&pargs, 1); + { + if (pargs.r_opt == oLogFile) + logfile_seen = 1; + parse_rereadable_options (&pargs, 1); + } } gpgrt_argparse (NULL, &pargs, NULL); /* Release internal state. */ xfree (twopart); + finalize_rereadable_options (); set_debug (); + + /* Get a default log file from common.conf. */ + if (!logfile_seen && !parse_comopt (GNUPG_MODULE_NAME_AGENT, !!opt.debug)) + { + if (!current_logfile || !comopt.logfile + || strcmp (current_logfile, comopt.logfile)) + { + log_set_file (comopt.logfile); + xfree (current_logfile); + current_logfile = comopt.logfile? xtrystrdup (comopt.logfile) : NULL; + } + } } diff --git a/build-aux/getswdb.sh b/build-aux/getswdb.sh index cd419f2..7d4b31e 100755 --- a/build-aux/getswdb.sh +++ b/build-aux/getswdb.sh @@ -175,9 +175,9 @@ fi # to help detect rollback attacks. # if [ $skip_selfcheck = no ]; then - gnupg_ver=$(awk '$1=="gnupg22_ver" {print $2;exit}' swdb.lst) + gnupg_ver=$(awk '$1=="gnupg24_ver" {print $2;exit}' swdb.lst) if [ -z "$gnupg_ver" ]; then - echo "GnuPG 2.2 version missing in swdb.lst!" >&2 + echo "GnuPG 2.4 version info missing in swdb.lst!" >&2 exit 1 fi gnupg_ver_num=$(echo "$gnupg_ver" | cvtver) diff --git a/common/Makefile.am b/common/Makefile.am index 2621634..62bc9c9 100644 --- a/common/Makefile.am +++ b/common/Makefile.am @@ -97,6 +97,8 @@ common_sources = \ name-value.c name-value.h \ recsel.c recsel.h \ ksba-io-support.c ksba-io-support.h \ + openpgp-fpr.c \ + comopt.c comopt.h \ compliance.c compliance.h \ pkscreening.c pkscreening.h diff --git a/common/Makefile.in b/common/Makefile.in index 73e60d3..923673d 100644 --- a/common/Makefile.in +++ b/common/Makefile.in @@ -216,10 +216,10 @@ am__libcommon_a_SOURCES_DIST = common-defs.h util.h utilproto.h \ agent-opt.c helpfile.c mkdir_p.c mkdir_p.h exectool.c \ exectool.h server-help.c server-help.h name-value.c \ name-value.h recsel.c recsel.h ksba-io-support.c \ - ksba-io-support.h compliance.c compliance.h pkscreening.c \ - pkscreening.h w32-reg.c w32-cmdline.c exechelp-w32ce.c \ - exechelp-w32.c exechelp-posix.c get-passphrase.c \ - get-passphrase.h + ksba-io-support.h openpgp-fpr.c comopt.c comopt.h compliance.c \ + compliance.h pkscreening.c pkscreening.h w32-reg.c \ + w32-cmdline.c exechelp-w32ce.c exechelp-w32.c exechelp-posix.c \ + get-passphrase.c get-passphrase.h @HAVE_W32_SYSTEM_TRUE@am__objects_1 = libcommon_a-w32-reg.$(OBJEXT) \ @HAVE_W32_SYSTEM_TRUE@ libcommon_a-w32-cmdline.$(OBJEXT) @HAVE_W32CE_SYSTEM_TRUE@@HAVE_W32_SYSTEM_TRUE@am__objects_2 = libcommon_a-exechelp-w32ce.$(OBJEXT) @@ -256,6 +256,7 @@ am__objects_5 = libcommon_a-i18n.$(OBJEXT) \ libcommon_a-server-help.$(OBJEXT) \ libcommon_a-name-value.$(OBJEXT) libcommon_a-recsel.$(OBJEXT) \ libcommon_a-ksba-io-support.$(OBJEXT) \ + libcommon_a-openpgp-fpr.$(OBJEXT) libcommon_a-comopt.$(OBJEXT) \ libcommon_a-compliance.$(OBJEXT) \ libcommon_a-pkscreening.$(OBJEXT) $(am__objects_1) \ $(am__objects_2) $(am__objects_3) $(am__objects_4) @@ -281,9 +282,10 @@ am__libcommonpth_a_SOURCES_DIST = common-defs.h util.h utilproto.h \ agent-opt.c helpfile.c mkdir_p.c mkdir_p.h exectool.c \ exectool.h server-help.c server-help.h name-value.c \ name-value.h recsel.c recsel.h ksba-io-support.c \ - ksba-io-support.h compliance.c compliance.h pkscreening.c \ - pkscreening.h w32-reg.c w32-cmdline.c exechelp-w32ce.c \ - exechelp-w32.c exechelp-posix.c call-gpg.c call-gpg.h + ksba-io-support.h openpgp-fpr.c comopt.c comopt.h compliance.c \ + compliance.h pkscreening.c pkscreening.h w32-reg.c \ + w32-cmdline.c exechelp-w32ce.c exechelp-w32.c exechelp-posix.c \ + call-gpg.c call-gpg.h @HAVE_W32_SYSTEM_TRUE@am__objects_7 = \ @HAVE_W32_SYSTEM_TRUE@ libcommonpth_a-w32-reg.$(OBJEXT) \ @HAVE_W32_SYSTEM_TRUE@ libcommonpth_a-w32-cmdline.$(OBJEXT) @@ -333,6 +335,8 @@ am__objects_11 = libcommonpth_a-i18n.$(OBJEXT) \ libcommonpth_a-name-value.$(OBJEXT) \ libcommonpth_a-recsel.$(OBJEXT) \ libcommonpth_a-ksba-io-support.$(OBJEXT) \ + libcommonpth_a-openpgp-fpr.$(OBJEXT) \ + libcommonpth_a-comopt.$(OBJEXT) \ libcommonpth_a-compliance.$(OBJEXT) \ libcommonpth_a-pkscreening.$(OBJEXT) $(am__objects_7) \ $(am__objects_8) $(am__objects_9) $(am__objects_10) @@ -454,6 +458,7 @@ am__depfiles_remade = ./$(DEPDIR)/gpgrlhelp.Po \ ./$(DEPDIR)/libcommon_a-b64dec.Po \ ./$(DEPDIR)/libcommon_a-b64enc.Po \ ./$(DEPDIR)/libcommon_a-ccparray.Po \ + ./$(DEPDIR)/libcommon_a-comopt.Po \ ./$(DEPDIR)/libcommon_a-compliance.Po \ ./$(DEPDIR)/libcommon_a-convert.Po \ ./$(DEPDIR)/libcommon_a-dotlock.Po \ @@ -477,6 +482,7 @@ am__depfiles_remade = ./$(DEPDIR)/gpgrlhelp.Po \ ./$(DEPDIR)/libcommon_a-mischelp.Po \ ./$(DEPDIR)/libcommon_a-mkdir_p.Po \ ./$(DEPDIR)/libcommon_a-name-value.Po \ + ./$(DEPDIR)/libcommon_a-openpgp-fpr.Po \ ./$(DEPDIR)/libcommon_a-openpgp-oid.Po \ ./$(DEPDIR)/libcommon_a-openpgp-s2k.Po \ ./$(DEPDIR)/libcommon_a-percent.Po \ @@ -510,6 +516,7 @@ am__depfiles_remade = ./$(DEPDIR)/gpgrlhelp.Po \ ./$(DEPDIR)/libcommonpth_a-b64enc.Po \ ./$(DEPDIR)/libcommonpth_a-call-gpg.Po \ ./$(DEPDIR)/libcommonpth_a-ccparray.Po \ + ./$(DEPDIR)/libcommonpth_a-comopt.Po \ ./$(DEPDIR)/libcommonpth_a-compliance.Po \ ./$(DEPDIR)/libcommonpth_a-convert.Po \ ./$(DEPDIR)/libcommonpth_a-dotlock.Po \ @@ -532,6 +539,7 @@ am__depfiles_remade = ./$(DEPDIR)/gpgrlhelp.Po \ ./$(DEPDIR)/libcommonpth_a-mischelp.Po \ ./$(DEPDIR)/libcommonpth_a-mkdir_p.Po \ ./$(DEPDIR)/libcommonpth_a-name-value.Po \ + ./$(DEPDIR)/libcommonpth_a-openpgp-fpr.Po \ ./$(DEPDIR)/libcommonpth_a-openpgp-oid.Po \ ./$(DEPDIR)/libcommonpth_a-openpgp-s2k.Po \ ./$(DEPDIR)/libcommonpth_a-percent.Po \ @@ -899,9 +907,10 @@ common_sources = common-defs.h util.h utilproto.h fwddecl.h i18n.c \ ssh-utils.c ssh-utils.h agent-opt.c helpfile.c mkdir_p.c \ mkdir_p.h strlist.c strlist.h exectool.c exectool.h \ server-help.c server-help.h name-value.c name-value.h recsel.c \ - recsel.h ksba-io-support.c ksba-io-support.h compliance.c \ - compliance.h pkscreening.c pkscreening.h $(am__append_10) \ - $(am__append_11) $(am__append_12) $(am__append_13) + recsel.h ksba-io-support.c ksba-io-support.h openpgp-fpr.c \ + comopt.c comopt.h compliance.c compliance.h pkscreening.c \ + pkscreening.h $(am__append_10) $(am__append_11) \ + $(am__append_12) $(am__append_13) # Sources only useful without NPTH. without_npth_sources = \ @@ -1149,6 +1158,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_a-b64dec.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_a-b64enc.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_a-ccparray.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_a-comopt.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_a-compliance.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_a-convert.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_a-dotlock.Po@am__quote@ # am--include-marker @@ -1172,6 +1182,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_a-mischelp.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_a-mkdir_p.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_a-name-value.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_a-openpgp-fpr.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_a-openpgp-oid.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_a-openpgp-s2k.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommon_a-percent.Po@am__quote@ # am--include-marker @@ -1205,6 +1216,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommonpth_a-b64enc.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommonpth_a-call-gpg.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommonpth_a-ccparray.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommonpth_a-comopt.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommonpth_a-compliance.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommonpth_a-convert.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommonpth_a-dotlock.Po@am__quote@ # am--include-marker @@ -1227,6 +1239,7 @@ distclean-compile: @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommonpth_a-mischelp.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommonpth_a-mkdir_p.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommonpth_a-name-value.Po@am__quote@ # am--include-marker +@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommonpth_a-openpgp-fpr.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommonpth_a-openpgp-oid.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommonpth_a-openpgp-s2k.Po@am__quote@ # am--include-marker @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libcommonpth_a-percent.Po@am__quote@ # am--include-marker @@ -1958,6 +1971,34 @@ libcommon_a-ksba-io-support.obj: ksba-io-support.c @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-ksba-io-support.obj `if test -f 'ksba-io-support.c'; then $(CYGPATH_W) 'ksba-io-support.c'; else $(CYGPATH_W) '$(srcdir)/ksba-io-support.c'; fi` +libcommon_a-openpgp-fpr.o: openpgp-fpr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-openpgp-fpr.o -MD -MP -MF $(DEPDIR)/libcommon_a-openpgp-fpr.Tpo -c -o libcommon_a-openpgp-fpr.o `test -f 'openpgp-fpr.c' || echo '$(srcdir)/'`openpgp-fpr.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcommon_a-openpgp-fpr.Tpo $(DEPDIR)/libcommon_a-openpgp-fpr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openpgp-fpr.c' object='libcommon_a-openpgp-fpr.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-openpgp-fpr.o `test -f 'openpgp-fpr.c' || echo '$(srcdir)/'`openpgp-fpr.c + +libcommon_a-openpgp-fpr.obj: openpgp-fpr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-openpgp-fpr.obj -MD -MP -MF $(DEPDIR)/libcommon_a-openpgp-fpr.Tpo -c -o libcommon_a-openpgp-fpr.obj `if test -f 'openpgp-fpr.c'; then $(CYGPATH_W) 'openpgp-fpr.c'; else $(CYGPATH_W) '$(srcdir)/openpgp-fpr.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcommon_a-openpgp-fpr.Tpo $(DEPDIR)/libcommon_a-openpgp-fpr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openpgp-fpr.c' object='libcommon_a-openpgp-fpr.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-openpgp-fpr.obj `if test -f 'openpgp-fpr.c'; then $(CYGPATH_W) 'openpgp-fpr.c'; else $(CYGPATH_W) '$(srcdir)/openpgp-fpr.c'; fi` + +libcommon_a-comopt.o: comopt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-comopt.o -MD -MP -MF $(DEPDIR)/libcommon_a-comopt.Tpo -c -o libcommon_a-comopt.o `test -f 'comopt.c' || echo '$(srcdir)/'`comopt.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcommon_a-comopt.Tpo $(DEPDIR)/libcommon_a-comopt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='comopt.c' object='libcommon_a-comopt.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-comopt.o `test -f 'comopt.c' || echo '$(srcdir)/'`comopt.c + +libcommon_a-comopt.obj: comopt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-comopt.obj -MD -MP -MF $(DEPDIR)/libcommon_a-comopt.Tpo -c -o libcommon_a-comopt.obj `if test -f 'comopt.c'; then $(CYGPATH_W) 'comopt.c'; else $(CYGPATH_W) '$(srcdir)/comopt.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcommon_a-comopt.Tpo $(DEPDIR)/libcommon_a-comopt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='comopt.c' object='libcommon_a-comopt.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -c -o libcommon_a-comopt.obj `if test -f 'comopt.c'; then $(CYGPATH_W) 'comopt.c'; else $(CYGPATH_W) '$(srcdir)/comopt.c'; fi` + libcommon_a-compliance.o: compliance.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommon_a_CFLAGS) $(CFLAGS) -MT libcommon_a-compliance.o -MD -MP -MF $(DEPDIR)/libcommon_a-compliance.Tpo -c -o libcommon_a-compliance.o `test -f 'compliance.c' || echo '$(srcdir)/'`compliance.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcommon_a-compliance.Tpo $(DEPDIR)/libcommon_a-compliance.Po @@ -2728,6 +2769,34 @@ libcommonpth_a-ksba-io-support.obj: ksba-io-support.c @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ @am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-ksba-io-support.obj `if test -f 'ksba-io-support.c'; then $(CYGPATH_W) 'ksba-io-support.c'; else $(CYGPATH_W) '$(srcdir)/ksba-io-support.c'; fi` +libcommonpth_a-openpgp-fpr.o: openpgp-fpr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-openpgp-fpr.o -MD -MP -MF $(DEPDIR)/libcommonpth_a-openpgp-fpr.Tpo -c -o libcommonpth_a-openpgp-fpr.o `test -f 'openpgp-fpr.c' || echo '$(srcdir)/'`openpgp-fpr.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcommonpth_a-openpgp-fpr.Tpo $(DEPDIR)/libcommonpth_a-openpgp-fpr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openpgp-fpr.c' object='libcommonpth_a-openpgp-fpr.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-openpgp-fpr.o `test -f 'openpgp-fpr.c' || echo '$(srcdir)/'`openpgp-fpr.c + +libcommonpth_a-openpgp-fpr.obj: openpgp-fpr.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-openpgp-fpr.obj -MD -MP -MF $(DEPDIR)/libcommonpth_a-openpgp-fpr.Tpo -c -o libcommonpth_a-openpgp-fpr.obj `if test -f 'openpgp-fpr.c'; then $(CYGPATH_W) 'openpgp-fpr.c'; else $(CYGPATH_W) '$(srcdir)/openpgp-fpr.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcommonpth_a-openpgp-fpr.Tpo $(DEPDIR)/libcommonpth_a-openpgp-fpr.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='openpgp-fpr.c' object='libcommonpth_a-openpgp-fpr.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-openpgp-fpr.obj `if test -f 'openpgp-fpr.c'; then $(CYGPATH_W) 'openpgp-fpr.c'; else $(CYGPATH_W) '$(srcdir)/openpgp-fpr.c'; fi` + +libcommonpth_a-comopt.o: comopt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-comopt.o -MD -MP -MF $(DEPDIR)/libcommonpth_a-comopt.Tpo -c -o libcommonpth_a-comopt.o `test -f 'comopt.c' || echo '$(srcdir)/'`comopt.c +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcommonpth_a-comopt.Tpo $(DEPDIR)/libcommonpth_a-comopt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='comopt.c' object='libcommonpth_a-comopt.o' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-comopt.o `test -f 'comopt.c' || echo '$(srcdir)/'`comopt.c + +libcommonpth_a-comopt.obj: comopt.c +@am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-comopt.obj -MD -MP -MF $(DEPDIR)/libcommonpth_a-comopt.Tpo -c -o libcommonpth_a-comopt.obj `if test -f 'comopt.c'; then $(CYGPATH_W) 'comopt.c'; else $(CYGPATH_W) '$(srcdir)/comopt.c'; fi` +@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcommonpth_a-comopt.Tpo $(DEPDIR)/libcommonpth_a-comopt.Po +@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='comopt.c' object='libcommonpth_a-comopt.obj' libtool=no @AMDEPBACKSLASH@ +@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ +@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -c -o libcommonpth_a-comopt.obj `if test -f 'comopt.c'; then $(CYGPATH_W) 'comopt.c'; else $(CYGPATH_W) '$(srcdir)/comopt.c'; fi` + libcommonpth_a-compliance.o: compliance.c @am__fastdepCC_TRUE@ $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libcommonpth_a_CFLAGS) $(CFLAGS) -MT libcommonpth_a-compliance.o -MD -MP -MF $(DEPDIR)/libcommonpth_a-compliance.Tpo -c -o libcommonpth_a-compliance.o `test -f 'compliance.c' || echo '$(srcdir)/'`compliance.c @am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/libcommonpth_a-compliance.Tpo $(DEPDIR)/libcommonpth_a-compliance.Po @@ -3100,6 +3169,7 @@ distclean: distclean-am -rm -f ./$(DEPDIR)/libcommon_a-b64dec.Po -rm -f ./$(DEPDIR)/libcommon_a-b64enc.Po -rm -f ./$(DEPDIR)/libcommon_a-ccparray.Po + -rm -f ./$(DEPDIR)/libcommon_a-comopt.Po -rm -f ./$(DEPDIR)/libcommon_a-compliance.Po -rm -f ./$(DEPDIR)/libcommon_a-convert.Po -rm -f ./$(DEPDIR)/libcommon_a-dotlock.Po @@ -3123,6 +3193,7 @@ distclean: distclean-am -rm -f ./$(DEPDIR)/libcommon_a-mischelp.Po -rm -f ./$(DEPDIR)/libcommon_a-mkdir_p.Po -rm -f ./$(DEPDIR)/libcommon_a-name-value.Po + -rm -f ./$(DEPDIR)/libcommon_a-openpgp-fpr.Po -rm -f ./$(DEPDIR)/libcommon_a-openpgp-oid.Po -rm -f ./$(DEPDIR)/libcommon_a-openpgp-s2k.Po -rm -f ./$(DEPDIR)/libcommon_a-percent.Po @@ -3156,6 +3227,7 @@ distclean: distclean-am -rm -f ./$(DEPDIR)/libcommonpth_a-b64enc.Po -rm -f ./$(DEPDIR)/libcommonpth_a-call-gpg.Po -rm -f ./$(DEPDIR)/libcommonpth_a-ccparray.Po + -rm -f ./$(DEPDIR)/libcommonpth_a-comopt.Po -rm -f ./$(DEPDIR)/libcommonpth_a-compliance.Po -rm -f ./$(DEPDIR)/libcommonpth_a-convert.Po -rm -f ./$(DEPDIR)/libcommonpth_a-dotlock.Po @@ -3178,6 +3250,7 @@ distclean: distclean-am -rm -f ./$(DEPDIR)/libcommonpth_a-mischelp.Po -rm -f ./$(DEPDIR)/libcommonpth_a-mkdir_p.Po -rm -f ./$(DEPDIR)/libcommonpth_a-name-value.Po + -rm -f ./$(DEPDIR)/libcommonpth_a-openpgp-fpr.Po -rm -f ./$(DEPDIR)/libcommonpth_a-openpgp-oid.Po -rm -f ./$(DEPDIR)/libcommonpth_a-openpgp-s2k.Po -rm -f ./$(DEPDIR)/libcommonpth_a-percent.Po @@ -3283,6 +3356,7 @@ maintainer-clean: maintainer-clean-am -rm -f ./$(DEPDIR)/libcommon_a-b64dec.Po -rm -f ./$(DEPDIR)/libcommon_a-b64enc.Po -rm -f ./$(DEPDIR)/libcommon_a-ccparray.Po + -rm -f ./$(DEPDIR)/libcommon_a-comopt.Po -rm -f ./$(DEPDIR)/libcommon_a-compliance.Po -rm -f ./$(DEPDIR)/libcommon_a-convert.Po -rm -f ./$(DEPDIR)/libcommon_a-dotlock.Po @@ -3306,6 +3380,7 @@ maintainer-clean: maintainer-clean-am -rm -f ./$(DEPDIR)/libcommon_a-mischelp.Po -rm -f ./$(DEPDIR)/libcommon_a-mkdir_p.Po -rm -f ./$(DEPDIR)/libcommon_a-name-value.Po + -rm -f ./$(DEPDIR)/libcommon_a-openpgp-fpr.Po -rm -f ./$(DEPDIR)/libcommon_a-openpgp-oid.Po -rm -f ./$(DEPDIR)/libcommon_a-openpgp-s2k.Po -rm -f ./$(DEPDIR)/libcommon_a-percent.Po @@ -3339,6 +3414,7 @@ maintainer-clean: maintainer-clean-am -rm -f ./$(DEPDIR)/libcommonpth_a-b64enc.Po -rm -f ./$(DEPDIR)/libcommonpth_a-call-gpg.Po -rm -f ./$(DEPDIR)/libcommonpth_a-ccparray.Po + -rm -f ./$(DEPDIR)/libcommonpth_a-comopt.Po -rm -f ./$(DEPDIR)/libcommonpth_a-compliance.Po -rm -f ./$(DEPDIR)/libcommonpth_a-convert.Po -rm -f ./$(DEPDIR)/libcommonpth_a-dotlock.Po @@ -3361,6 +3437,7 @@ maintainer-clean: maintainer-clean-am -rm -f ./$(DEPDIR)/libcommonpth_a-mischelp.Po -rm -f ./$(DEPDIR)/libcommonpth_a-mkdir_p.Po -rm -f ./$(DEPDIR)/libcommonpth_a-name-value.Po + -rm -f ./$(DEPDIR)/libcommonpth_a-openpgp-fpr.Po -rm -f ./$(DEPDIR)/libcommonpth_a-openpgp-oid.Po -rm -f ./$(DEPDIR)/libcommonpth_a-openpgp-s2k.Po -rm -f ./$(DEPDIR)/libcommonpth_a-percent.Po diff --git a/common/comopt.c b/common/comopt.c new file mode 100644 index 0000000..764df57 --- /dev/null +++ b/common/comopt.c @@ -0,0 +1,131 @@ +/* comopt.c - Common options for GnUPG (common.conf) + * Copyright (C) 2021 g10 Code GmbH + * + * This file is part of GnuPG. + * + * This file is free software; you can redistribute it and/or modify + * it under the terms of either + * + * - the GNU Lesser General Public License as published by the Free + * Software Foundation; either version 3 of the License, or (at + * your option) any later version. + * + * or + * + * - the GNU General Public License as published by the Free + * Software Foundation; either version 2 of the License, or (at + * your option) any later version. + * + * or both in parallel, as here. + * + * This file is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, see <https://www.gnu.org/licenses/>. + * SPDX-License-Identifier: (LGPL-3.0-or-later OR GPL-2.0-or-later) + */ + +#include <config.h> +#include <stdlib.h> +#include <errno.h> +#include <ctype.h> + +#include "util.h" +#include "i18n.h" +#include "comopt.h" + + +enum opt_values + { + aNull = 0, + + oLogFile = 500, + oUseKeyboxd, + oKeyboxdProgram, + + oNoop + }; + +static gpgrt_opt_t opts[] = { + ARGPARSE_s_s (oLogFile, "log-file", "@"), + ARGPARSE_s_n (oUseKeyboxd, "use-keyboxd", "@"), + ARGPARSE_s_s (oKeyboxdProgram, "keyboxd-program", "@"), + + ARGPARSE_end () +}; + + + +/* Parse the common options in the homedir and etc. This needs to be + * called after the gpgrt config directories are. MODULE_ID is one of + * the GNUPG_MODULE_NAME_ constants. If verbose is true info about + * the parsing is printed. Note that this function is not + * thread-safe. */ +gpg_error_t +parse_comopt (int module_id, int verbose) +{ + gpg_error_t err = 0; + gpgrt_argparse_t pargs; + int argc = 0; + char **argv = NULL; + + /* Reset all options in case we are called a second time. */ + xfree (comopt.logfile); + xfree (comopt.keyboxd_program); + memset (&comopt, 0, sizeof comopt); + + /* Start the parser. */ + pargs.argc = &argc; + pargs.argv = &argv; + pargs.flags = (ARGPARSE_FLAG_NOVERSION + | ARGPARSE_FLAG_SYS + | ARGPARSE_FLAG_USER + ); + while (gpgrt_argparser (&pargs, opts, "common" EXTSEP_S "conf" )) + { + switch (pargs.r_opt) + { + case ARGPARSE_CONFFILE: + if (verbose) + log_info (_("reading options from '%s'\n"), + pargs.r_type? pargs.r.ret_str: "[cmdline]"); + break; + + case oLogFile: + comopt.logfile = pargs.r.ret_str; + break; + + case oUseKeyboxd: + comopt.use_keyboxd = 1; + break; + + case oKeyboxdProgram: + comopt.keyboxd_program = pargs.r.ret_str; + break; + + default: + pargs.err = ARGPARSE_PRINT_WARNING; + err = gpg_error (GPG_ERR_GENERAL); + break; + } + } + + gpgrt_argparse (NULL, &pargs, NULL); /* Release internal state. */ + + if (comopt.logfile && !(!strncmp (comopt.logfile, "socket:", 7) + || !strncmp (comopt.logfile, "tcp:", 4)) ) + { + /* Letting all modules write to the same log file is not a good + * idea. Append the module name. */ + char *p; + + p = xstrconcat (comopt.logfile, "-", gnupg_module_name (module_id), NULL); + xfree (comopt.logfile); + comopt.logfile = p; + } + + return err; +} diff --git a/common/comopt.h b/common/comopt.h new file mode 100644 index 0000000..1cdf25f --- /dev/null +++ b/common/comopt.h @@ -0,0 +1,50 @@ +/* comopt.h - Common options for GnuPG (common.conf) + * Copyright (C) 2021 g10 Code GmbH + * + * This file is part of GnuPG. + * + * This file is free software; you can redistribute it and/or modify + * it under the terms of either + * + * - the GNU Lesser General Public License as published by the Free + * Software Foundation; either version 3 of the License, or (at + * your option) any later version. + * + * or + * + * - the GNU General Public License as published by the Free + * Software Foundation; either version 2 of the License, or (at + * your option) any later version. + * + * or both in parallel, as here. + * + * This file is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, see <https://www.gnu.org/licenses/>. + * SPDX-License-Identifier: (LGPL-3.0-or-later OR GPL-2.0-or-later) + */ + +#ifndef GNUPG_COMOPT_H +#define GNUPG_COMOPT_H + +#include "../common/util.h" + + +/* Common options for all GnuPG components. */ +EXTERN_UNLESS_MAIN_MODULE +struct +{ + char *logfile; /* Socket used by daemons for logging. */ + int use_keyboxd; /* Use the keyboxd as storage backend. */ + char *keyboxd_program; /* Use this as keyboxd program. */ +} comopt; + + +gpg_error_t parse_comopt (int module_id, int verbose); + + +#endif /*GNUPG_COMOPT_H*/ diff --git a/common/exechelp-posix.c b/common/exechelp-posix.c index b144108..77182cb 100644 --- a/common/exechelp-posix.c +++ b/common/exechelp-posix.c @@ -732,8 +732,13 @@ gnupg_wait_processes (const char **pgmnames, pid_t *pids, size_t count, { int status = -1; + /* Skip invalid PID. */ if (pids[i] == (pid_t)(-1)) - return my_error (GPG_ERR_INV_VALUE); + { + r_exitcodes[i] = -1; + left -= 1; + continue; + } /* See if there was a previously stored result for this pid. */ if (get_result (pids[i], &status)) diff --git a/common/name-value.c b/common/name-value.c index f663ecf..0bd205b 100644 --- a/common/name-value.c +++ b/common/name-value.c @@ -777,9 +777,13 @@ do_nvc_parse (nvc_t *result, int *errlinep, estream_t stream, /* Add the final entry. */ if (raw_value) - err = _nvc_add (*result, name, NULL, raw_value, 1); + { + err = _nvc_add (*result, name, NULL, raw_value, 1); + name = NULL; + } leave: + xfree (name); gpgrt_free (buf); if (err) { diff --git a/common/openpgp-fpr.c b/common/openpgp-fpr.c new file mode 100644 index 0000000..de28c25 --- /dev/null +++ b/common/openpgp-fpr.c @@ -0,0 +1,283 @@ +/* openpgp-fpr.c - OpenPGP Fingerprint computation + * Copyright (C) 2021 g10 Code GmbH + * + * This file is part of GnuPG. + * + * This file is free software; you can redistribute it and/or modify + * it under the terms of either + * + * - the GNU Lesser General Public License as published by the Free + * Software Foundation; either version 3 of the License, or (at + * your option) any later version. + * + * or + * + * - the GNU General Public License as published by the Free + * Software Foundation; either version 2 of the License, or (at + * your option) any later version. + * + * or both in parallel, as here. + * + * This file is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, see <https://www.gnu.org/licenses/>. + * SPDX-License-Identifier: (LGPL-3.0-or-later OR GPL-2.0-or-later) + */ + +#include <config.h> +#include <stdlib.h> +#include <errno.h> +#include <ctype.h> + +#include "util.h" +#include "openpgpdefs.h" + +/* Count the number of bits, assuming the A represents an unsigned big + * integer of length LEN bytes. */ +static unsigned int +count_bits (const unsigned char *a, size_t len) +{ + unsigned int n = len * 8; + int i; + + for (; len && !*a; len--, a++, n -=8) + ; + if (len) + { + for (i=7; i && !(*a & (1<<i)); i--) + n--; + } + return n; +} + +/* Variant of count_bits for simple octet strings. */ +static unsigned int +count_sos_bits (const unsigned char *a, size_t len) +{ + unsigned int n = len * 8; + int i; + + if (len == 0 || *a == 0) + return n; + + for (i=7; i && !(*a & (1<<i)); i--) + n--; + + return n; +} + + +gpg_error_t +compute_openpgp_fpr (int keyversion, int pgpalgo, unsigned long timestamp, + gcry_buffer_t *iov, int iovcnt, + unsigned char *result, unsigned int *r_resultlen) +{ + gpg_error_t err; + int hashalgo; + unsigned char prefix[15]; + size_t n; + int i; + + if (r_resultlen) + *r_resultlen = 0; + + if (iovcnt < 2) + return gpg_error (GPG_ERR_INV_ARG); + + /* Note that iov[0] is reserved. */ + for (n=0, i=1; i < iovcnt; i++) + n += iov[i].len; + + i = 0; + if (keyversion == 5) + { + hashalgo = GCRY_MD_SHA256; + n += 10; /* Add the prefix length. */ + prefix[i++] = 0x9a; + prefix[i++] = (n >> 24); + prefix[i++] = (n >> 16); + } + else if (keyversion == 4) + { + hashalgo = GCRY_MD_SHA1; + n += 6; /* Add the prefix length. */ + prefix[i++] = 0x99; + } + else + return gpg_error (GPG_ERR_UNKNOWN_VERSION); + + prefix[i++] = (n >> 8); + prefix[i++] = n; + prefix[i++] = keyversion; + prefix[i++] = (timestamp >> 24); + prefix[i++] = (timestamp >> 16); + prefix[i++] = (timestamp >> 8); + prefix[i++] = (timestamp); + prefix[i++] = pgpalgo; + if (keyversion == 5) + { + prefix[i++] = ((n-10) >> 24); + prefix[i++] = ((n-10) >> 16); + prefix[i++] = ((n-10) >> 8); + prefix[i++] = (n-10); + } + log_assert (i <= sizeof prefix); + /* The first element is reserved for our use; set it. */ + iov[0].size = 0; + iov[0].off = 0; + iov[0].len = i; + iov[0].data = prefix; + + /* for (i=0; i < iovcnt; i++) */ + /* log_printhex (iov[i].data, iov[i].len, "cmpfpr i=%d: ", i); */ + + err = gcry_md_hash_buffers (hashalgo, 0, result, iov, iovcnt); + /* log_printhex (result, 20, "fingerpint: "); */ + + /* Better clear the first element because it was set by us. */ + iov[0].size = 0; + iov[0].off = 0; + iov[0].len = 0; + iov[0].data = NULL; + + if (!err && r_resultlen) + *r_resultlen = (hashalgo == GCRY_MD_SHA1)? 20 : 32; + + return err; +} + + +gpg_error_t +compute_openpgp_fpr_rsa (int keyversion, unsigned long timestamp, + const unsigned char *m, unsigned int mlen, + const unsigned char *e, unsigned int elen, + unsigned char *result, unsigned int *r_resultlen) +{ + gcry_buffer_t iov[5] = { {0} }; + unsigned char nbits_m[2], nbits_e[2]; + unsigned int n; + + /* Strip leading zeroes. */ + for (; mlen && !*m; mlen--, m++) + ; + for (; elen && !*e; elen--, e++) + ; + + /* Count bits. */ + n = count_bits (m, mlen); + nbits_m[0] = n >> 8; + nbits_m[1] = n; + + n = count_bits (e, elen); + nbits_e[0] = n >> 8; + nbits_e[1] = n; + + /* Put parms into the array. Note that iov[0] is reserved. */ + iov[1].len = 2; + iov[1].data = nbits_m; + iov[2].len = mlen; + iov[2].data = (void*)m; + iov[3].len = 2; + iov[3].data = nbits_e; + iov[4].len = elen; + iov[4].data = (void*)e; + + return compute_openpgp_fpr (keyversion, PUBKEY_ALGO_RSA, timestamp, + iov, 5, result, r_resultlen); +} + + +/* Determine KDF hash algorithm and KEK encryption algorithm by CURVE. + * The returned buffer has a length of 4. + * Note: This needs to be kept in sync with the table in g10/ecdh.c */ +static const unsigned char* +default_ecdh_params (unsigned int nbits) +{ + /* See RFC-6637 for those constants. + 0x03: Number of bytes + 0x01: Version for this parameter format + KEK digest algorithm + KEK cipher algorithm + */ + if (nbits <= 256) + return (const unsigned char*)"\x03\x01\x08\x07"; + else if (nbits <= 384) + return (const unsigned char*)"\x03\x01\x09\x09"; + else + return (const unsigned char*)"\x03\x01\x0a\x09"; +} + + +gpg_error_t +compute_openpgp_fpr_ecc (int keyversion, unsigned long timestamp, + const char *curvename, int for_encryption, + const unsigned char *q, unsigned int qlen, + const unsigned char *kdf, unsigned int kdflen, + unsigned char *result, unsigned int *r_resultlen) +{ + gpg_error_t err; + const char *curveoidstr; + gcry_mpi_t curveoid = NULL; + unsigned int curvebits; + int pgpalgo; + const unsigned char *oidraw; + size_t oidrawlen; + gcry_buffer_t iov[5] = { {0} }; + unsigned int iovlen; + unsigned char nbits_q[2]; + unsigned int n; + + curveoidstr = openpgp_curve_to_oid (curvename, &curvebits, &pgpalgo); + err = openpgp_oid_from_str (curveoidstr, &curveoid); + if (err) + goto leave; + oidraw = gcry_mpi_get_opaque (curveoid, &n); + if (!oidraw) + { + err = gpg_error_from_syserror (); + goto leave; + } + oidrawlen = (n+7)/8; + + /* If the curve does not enforce a certain algorithm, we use the + * for_encryption flag to decide which algo to use. */ + if (!pgpalgo) + pgpalgo = for_encryption? PUBKEY_ALGO_ECDH : PUBKEY_ALGO_ECDSA; + + /* Count bits. */ + n = count_sos_bits (q, qlen); + nbits_q[0] = n >> 8; + nbits_q[1] = n; + + /* Put parms into the array. Note that iov[0] is reserved. */ + iov[1].len = oidrawlen; + iov[1].data = (void*)oidraw; + iov[2].len = 2; + iov[2].data = nbits_q; + iov[3].len = qlen; + iov[3].data = (void*)q; + iovlen = 4; + if (pgpalgo == PUBKEY_ALGO_ECDH) + { + if (!kdf || !kdflen || !kdf[0]) + { + /* No KDF givem - use the default. */ + kdflen = 4; + kdf = default_ecdh_params (curvebits); + } + iov[4].len = kdflen; + iov[4].data = (void*)kdf; + iovlen++; + } + + err = compute_openpgp_fpr (keyversion, pgpalgo, timestamp, + iov, iovlen, result, r_resultlen); + + leave: + gcry_mpi_release (curveoid); + return err; +} diff --git a/common/openpgpdefs.h b/common/openpgpdefs.h index 5ab45de..6257479 100644 --- a/common/openpgpdefs.h +++ b/common/openpgpdefs.h @@ -213,6 +213,26 @@ compress_algo_t; /*-- openpgp-s2k.c --*/ unsigned char encode_s2k_iterations (int iterations); +/*-- openpgp-fpr.c --*/ +gpg_error_t compute_openpgp_fpr (int keyversion, int pgpalgo, + unsigned long timestamp, + gcry_buffer_t *iov, int iovcnt, + unsigned char *result, + unsigned int *r_resultlen); +gpg_error_t compute_openpgp_fpr_rsa (int keyversion, + unsigned long timestamp, + const unsigned char *m, unsigned int mlen, + const unsigned char *e, unsigned int elen, + unsigned char *result, + unsigned int *r_resultlen); +gpg_error_t compute_openpgp_fpr_ecc (int keyversion, + unsigned long timestamp, + const char *curvename, int for_encryption, + const unsigned char *q, unsigned int qlen, + const unsigned char *kdf, + unsigned int kdflen, + unsigned char *result, + unsigned int *r_resultlen); /*-- openpgp-oid.c --*/ pubkey_algo_t map_gcry_pk_to_openpgp (enum gcry_pk_algos algo); diff --git a/common/recsel.c b/common/recsel.c index b2b302b..95c104f 100644 --- a/common/recsel.c +++ b/common/recsel.c @@ -249,7 +249,13 @@ recsel_parse_expr (recsel_expr_t *selector, const char *expression) se = xtrymalloc (sizeof *se + strlen (expr)); if (!se) - return my_error_from_syserror (); + { + gpg_error_t err = my_error_from_syserror (); + + recsel_release (se_head); + xfree (expr_buffer); + return err; + } strcpy (se->name, expr); se->next = NULL; se->not = 0; @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for gnupg 2.3.0. +# Generated by GNU Autoconf 2.69 for gnupg 2.3.1. # # Report bugs to <https://bugs.gnupg.org>. # @@ -580,8 +580,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='gnupg' PACKAGE_TARNAME='gnupg' -PACKAGE_VERSION='2.3.0' -PACKAGE_STRING='gnupg 2.3.0' +PACKAGE_VERSION='2.3.1' +PACKAGE_STRING='gnupg 2.3.1' PACKAGE_BUGREPORT='https://bugs.gnupg.org' PACKAGE_URL='' @@ -979,6 +979,7 @@ enable_endian_check with_zlib with_bzip2 with_readline +with_tss enable_optimization enable_log_clock enable_werror @@ -1557,7 +1558,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures gnupg 2.3.0 to adapt to many kinds of systems. +\`configure' configures gnupg 2.3.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1628,7 +1629,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of gnupg 2.3.0:";; + short | recursive ) echo "Configuration of gnupg 2.3.1:";; esac cat <<\_ACEOF @@ -1754,6 +1755,8 @@ Optional Packages: --with-zlib=DIR use libz in DIR --with-bzip2=DIR look for bzip2 in DIR --with-readline=DIR look for the readline library in DIR + --with-tss=TSS use the specified TPM Software Stack (ibm, intel, or + autodetect) Some influential environment variables: CC C compiler command @@ -1848,7 +1851,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -gnupg configure 2.3.0 +gnupg configure 2.3.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2557,7 +2560,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by gnupg $as_me 2.3.0, which was +It was created by gnupg $as_me 2.3.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -2909,7 +2912,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu # When changing the SWDB tag please also adjust the hard coded tags in -# build-aux/speedo.mk and Makefile.am +# build-aux/speedo.mk, build-aux/getswdb.sh, and Makefile.am cat >>confdefs.h <<_ACEOF #define GNUPG_SWDB_TAG "gnupg24" @@ -3456,7 +3459,7 @@ fi # Define the identity of the package. PACKAGE='gnupg' - VERSION='2.3.0' + VERSION='2.3.1' cat >>confdefs.h <<_ACEOF @@ -15471,13 +15474,22 @@ fi # # TPM libtss library .. don't compile TPM support if we don't have it # + +# Check whether --with-tss was given. +if test "${with_tss+set}" = set; then : + withval=$with_tss; with_tss=$withval +else + with_tss=autodetect +fi + LIBTSS_LIBS= LIBTSS_CFLAGS= if test "$build_tpm2d" = "yes"; then _save_libs="$LIBS" _save_cflags="$CFLAGS" LIBS="" - { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing TSS_Create" >&5 + if test "$with_tss" = autodetect; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing TSS_Create" >&5 $as_echo_n "checking for library containing TSS_Create... " >&6; } if ${ac_cv_search_TSS_Create+:} false; then : $as_echo_n "(cached) " >&6 @@ -15586,9 +15598,133 @@ ac_res=$ac_cv_search_Esys_Initialize if test "$ac_res" != no; then : test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" have_libtss=Intel +else + have_libtss=no +fi + +fi + + elif test "$with_tss" = ibm; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing TSS_Create" >&5 +$as_echo_n "checking for library containing TSS_Create... " >&6; } +if ${ac_cv_search_TSS_Create+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_func_search_save_LIBS=$LIBS +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char TSS_Create (); +int +main () +{ +return TSS_Create (); + ; + return 0; +} +_ACEOF +for ac_lib in '' tss ibmtss; do + if test -z "$ac_lib"; then + ac_res="none required" + else + ac_res=-l$ac_lib + LIBS="-l$ac_lib $ac_func_search_save_LIBS" + fi + if ac_fn_c_try_link "$LINENO"; then : + ac_cv_search_TSS_Create=$ac_res +fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext + if ${ac_cv_search_TSS_Create+:} false; then : + break +fi +done +if ${ac_cv_search_TSS_Create+:} false; then : + +else + ac_cv_search_TSS_Create=no +fi +rm conftest.$ac_ext +LIBS=$ac_func_search_save_LIBS +fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_TSS_Create" >&5 +$as_echo "$ac_cv_search_TSS_Create" >&6; } +ac_res=$ac_cv_search_TSS_Create +if test "$ac_res" != no; then : + test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" + have_libtss=IBM +else + as_fn_error $? "IBM TPM Software Stack requested but not found" "$LINENO" 5 +fi + + elif test "$with_tss" = intel; then + { $as_echo "$as_me:${as_lineno-$LINENO}: checking for library containing Esys_Initialize" >&5 +$as_echo_n "checking for library containing Esys_Initialize... " >&6; } +if ${ac_cv_search_Esys_Initialize+:} false; then : + $as_echo_n "(cached) " >&6 +else + ac_func_search_save_LIBS=$LIBS +cat confdefs.h - <<_ACEOF >conftest.$ac_ext +/* end confdefs.h. */ + +/* Override any GCC internal prototype to avoid an error. + Use char because int might match the return type of a GCC + builtin and then its argument prototype would still apply. */ +#ifdef __cplusplus +extern "C" +#endif +char Esys_Initialize (); +int +main () +{ +return Esys_Initialize (); + ; + return 0; +} +_ACEOF +for ac_lib in '' tss2-esys; do + if test -z "$ac_lib"; then + ac_res="none required" + else + ac_res=-l$ac_lib + LIBS="-l$ac_lib $ac_func_search_save_LIBS" + fi + if ac_fn_c_try_link "$LINENO"; then : + ac_cv_search_Esys_Initialize=$ac_res fi +rm -f core conftest.err conftest.$ac_objext \ + conftest$ac_exeext + if ${ac_cv_search_Esys_Initialize+:} false; then : + break +fi +done +if ${ac_cv_search_Esys_Initialize+:} false; then : +else + ac_cv_search_Esys_Initialize=no +fi +rm conftest.$ac_ext +LIBS=$ac_func_search_save_LIBS fi +{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $ac_cv_search_Esys_Initialize" >&5 +$as_echo "$ac_cv_search_Esys_Initialize" >&6; } +ac_res=$ac_cv_search_Esys_Initialize +if test "$ac_res" != no; then : + test "$ac_res" = "none required" || LIBS="$ac_res $LIBS" + have_libtss=Intel +else + as_fn_error $? "Intel TPM Software Stack requested but not found" "$LINENO" 5 +fi + + else + as_fn_error $? "Invalid TPM Software Stack requested: $with_tss" "$LINENO" 5 + fi if test "$have_libtss" = IBM; then LIBTSS_CFLAGS="-DTPM_POSIX" @@ -16589,7 +16725,7 @@ fi # # Provide information about the build. # -BUILD_REVISION="c922a798a" +BUILD_REVISION="cbbdb8862" cat >>confdefs.h <<_ACEOF @@ -16598,7 +16734,7 @@ _ACEOF BUILD_VERSION=`echo "$VERSION" | sed 's/\([0-9.]*\).*/\1./'` -BUILD_VERSION="${BUILD_VERSION}51490" +BUILD_VERSION="${BUILD_VERSION}52157" BUILD_FILEVERSION=`echo "${BUILD_VERSION}" | tr . ,` @@ -17478,7 +17614,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by gnupg $as_me 2.3.0, which was +This file was extended by gnupg $as_me 2.3.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -17544,7 +17680,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -gnupg config.status 2.3.0 +gnupg config.status 2.3.1 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" @@ -18565,7 +18701,7 @@ fi echo " GnuPG v${VERSION} has been configured as follows: - Revision: c922a798a (51490) + Revision: cbbdb8862 (52157) Platform: $PRINTABLE_OS_NAME ($host) OpenPGP: $build_gpg diff --git a/configure.ac b/configure.ac index 9cf0c6a..3752acd 100644 --- a/configure.ac +++ b/configure.ac @@ -29,7 +29,7 @@ min_automake_version="1.16.3" m4_define([mym4_package],[gnupg]) m4_define([mym4_major], [2]) m4_define([mym4_minor], [3]) -m4_define([mym4_micro], [0]) +m4_define([mym4_micro], [1]) # To start a new development series, i.e a new major or minor number # you need to mark an arbitrary commit before the first beta release @@ -51,7 +51,7 @@ m4_esyscmd([echo ]mym4_version[>VERSION]) AC_INIT([mym4_package],[mym4_version],[https://bugs.gnupg.org]) # When changing the SWDB tag please also adjust the hard coded tags in -# build-aux/speedo.mk and Makefile.am +# build-aux/speedo.mk, build-aux/getswdb.sh, and Makefile.am AC_DEFINE_UNQUOTED(GNUPG_SWDB_TAG, "gnupg24", [swdb tag for this branch]) NEED_GPGRT_VERSION=1.41 @@ -1594,14 +1594,30 @@ AC_SUBST(W32SOCKLIBS) # # TPM libtss library .. don't compile TPM support if we don't have it # +AC_ARG_WITH([tss], + [AS_HELP_STRING([--with-tss=TSS], + [use the specified TPM Software Stack (ibm, intel, or autodetect)])], + [with_tss=$withval], + [with_tss=autodetect]) LIBTSS_LIBS= LIBTSS_CFLAGS= if test "$build_tpm2d" = "yes"; then _save_libs="$LIBS" _save_cflags="$CFLAGS" LIBS="" - AC_SEARCH_LIBS([TSS_Create], [tss ibmtss],have_libtss=IBM, - AC_SEARCH_LIBS([Esys_Initialize], [tss2-esys],have_libtss=Intel)) + if test "$with_tss" = autodetect; then + AC_SEARCH_LIBS([TSS_Create],[tss ibmtss],have_libtss=IBM, + AC_SEARCH_LIBS([Esys_Initialize],[tss2-esys],have_libtss=Intel,have_libtss=no)) + elif test "$with_tss" = ibm; then + AC_SEARCH_LIBS([TSS_Create],[tss ibmtss],have_libtss=IBM, + [AC_MSG_ERROR([IBM TPM Software Stack requested but not found])]) + elif test "$with_tss" = intel; then + AC_SEARCH_LIBS([Esys_Initialize],[tss2-esys],have_libtss=Intel, + [AC_MSG_ERROR([Intel TPM Software Stack requested but not found])]) + else + AC_MSG_ERROR([Invalid TPM Software Stack requested: $with_tss]) + fi + if test "$have_libtss" = IBM; then LIBTSS_CFLAGS="-DTPM_POSIX" CFLAGS="$CFLAGS ${LIBTSS_CFLAGS}" diff --git a/dirmngr/dirmngr.c b/dirmngr/dirmngr.c index 33de686..38ae1c6 100644 --- a/dirmngr/dirmngr.c +++ b/dirmngr/dirmngr.c @@ -71,6 +71,7 @@ #if USE_LDAP # include "ldap-wrapper.h" #endif +#include "../common/comopt.h" #include "../common/init.h" #include "../common/gc-opt-flags.h" #include "dns-stuff.h" @@ -1072,6 +1073,14 @@ main (int argc, char **argv) if (log_get_errorcount(0)) exit(2); + + /* Get a default log file from common.conf. */ + if (!logfile && !parse_comopt (GNUPG_MODULE_NAME_DIRMNGR, debug_argparser)) + { + logfile = comopt.logfile; + comopt.logfile = NULL; + } + if (nogreeting ) greeting = 0; @@ -1806,9 +1815,10 @@ reread_configuration (void) gpgrt_argparse_t pargs; char *twopart; int dummy; + int logfile_seen = 0; if (!opt.config_filename) - return; /* No config file. */ + goto finish; /* No config file. */ twopart = strconcat (DIRMNGR_NAME EXTSEP_S "conf" PATHSEP_S, opt.config_filename, NULL); @@ -1833,11 +1843,28 @@ reread_configuration (void) else if (pargs.r_opt < -1) pargs.err = ARGPARSE_PRINT_WARNING; else /* Try to parse this option - ignore unchangeable ones. */ - parse_rereadable_options (&pargs, 1); + { + if (pargs.r_opt == oLogFile) + logfile_seen = 1; + parse_rereadable_options (&pargs, 1); + } } gpgrt_argparse (NULL, &pargs, NULL); /* Release internal state. */ xfree (twopart); post_option_parsing (); + + finish: + /* Get a default log file from common.conf. */ + if (!logfile_seen && !parse_comopt (GNUPG_MODULE_NAME_DIRMNGR, !!opt.debug)) + { + if (!current_logfile || !comopt.logfile + || strcmp (current_logfile, comopt.logfile)) + { + log_set_file (comopt.logfile); + xfree (current_logfile); + current_logfile = comopt.logfile? xtrystrdup (comopt.logfile) : NULL; + } + } } diff --git a/dirmngr/ks-action.c b/dirmngr/ks-action.c index 0c54794..c2d8c37 100644 --- a/dirmngr/ks-action.c +++ b/dirmngr/ks-action.c @@ -211,7 +211,7 @@ ks_action_search (ctrl_t ctrl, uri_item_t keyservers, keyservers and write the result to the provided output stream. */ gpg_error_t ks_action_get (ctrl_t ctrl, uri_item_t keyservers, - strlist_t patterns, estream_t outfp) + strlist_t patterns, int ldap_only, estream_t outfp) { gpg_error_t err = 0; gpg_error_t first_err = 0; @@ -238,6 +238,9 @@ ks_action_get (ctrl_t ctrl, uri_item_t keyservers, || strcmp (uri->parsed_uri->scheme, "https") == 0); int is_ldap = 0; + if (ldap_only) + is_hkp_s = is_http_s = 0; + #if USE_LDAP is_ldap = (strcmp (uri->parsed_uri->scheme, "ldap") == 0 || strcmp (uri->parsed_uri->scheme, "ldaps") == 0 diff --git a/dirmngr/ks-action.h b/dirmngr/ks-action.h index d576ef0..36e0cf0 100644 --- a/dirmngr/ks-action.h +++ b/dirmngr/ks-action.h @@ -26,7 +26,7 @@ gpg_error_t ks_action_resolve (ctrl_t ctrl, uri_item_t keyservers); gpg_error_t ks_action_search (ctrl_t ctrl, uri_item_t keyservers, strlist_t patterns, estream_t outfp); gpg_error_t ks_action_get (ctrl_t ctrl, uri_item_t keyservers, - strlist_t patterns, estream_t outfp); + strlist_t patterns, int ldap_only, estream_t outfp); gpg_error_t ks_action_fetch (ctrl_t ctrl, const char *url, estream_t outfp); gpg_error_t ks_action_put (ctrl_t ctrl, uri_item_t keyservers, void *data, size_t datalen, diff --git a/dirmngr/ks-engine-ldap.c b/dirmngr/ks-engine-ldap.c index 52a14a1..67c456c 100644 --- a/dirmngr/ks-engine-ldap.c +++ b/dirmngr/ks-engine-ldap.c @@ -964,7 +964,7 @@ ks_ldap_get (ctrl_t ctrl, parsed_uri_t uri, const char *keyspec, { /* The ordering is significant. Specifically, "pgpcertid" needs to be the second item in the list, since everything after it - may be discarded we aren't in verbose mode. */ + may be discarded if we aren't in verbose mode. */ char *attrs[] = { "dummy", @@ -1014,6 +1014,7 @@ ks_ldap_get (ctrl_t ctrl, parsed_uri_t uri, const char *keyspec, /* The set of entries that we've seen. */ strlist_t seen = NULL; LDAPMessage *each; + int anykey = 0; for (npth_unprotect (), each = ldap_first_entry (ldap_conn, message), @@ -1066,6 +1067,7 @@ ks_ldap_get (ctrl_t ctrl, parsed_uri_t uri, const char *keyspec, es_fprintf (fp, "\nKEY 0x%s END\n", certid[0]); ldap_value_free (vals); + anykey = 1; } } } @@ -1077,6 +1079,10 @@ ks_ldap_get (ctrl_t ctrl, parsed_uri_t uri, const char *keyspec, if (! fp) err = gpg_error (GPG_ERR_NO_DATA); + + if (!err && anykey) + err = dirmngr_status_printf (ctrl, "SOURCE", "%s://%s", + uri->scheme, uri->host? uri->host:""); } } diff --git a/dirmngr/server.c b/dirmngr/server.c index f6c2c45..0ccba29 100644 --- a/dirmngr/server.c +++ b/dirmngr/server.c @@ -2403,11 +2403,12 @@ cmd_ks_search (assuan_context_t ctx, char *line) static const char hlp_ks_get[] = - "KS_GET {<pattern>}\n" + "KS_GET [--quick] [--ldap] {<pattern>}\n" "\n" "Get the keys matching PATTERN from the configured OpenPGP keyservers\n" "(see command KEYSERVER). Each pattern should be a keyid, a fingerprint,\n" - "or an exact name indicated by the '=' prefix."; + "or an exact name indicated by the '=' prefix. Option --quick uses a\n" + "shorter timeout; --ldap will use only ldap servers"; static gpg_error_t cmd_ks_get (assuan_context_t ctx, char *line) { @@ -2416,9 +2417,11 @@ cmd_ks_get (assuan_context_t ctx, char *line) strlist_t list, sl; char *p; estream_t outfp; + int ldap_only; if (has_option (line, "--quick")) ctrl->timeout = opt.connect_quick_timeout; + ldap_only = has_option (line, "--ldap"); line = skip_options (line); /* Break the line into a strlist. Each pattern is by @@ -2460,7 +2463,8 @@ cmd_ks_get (assuan_context_t ctx, char *line) ctrl->server_local->inhibit_data_logging = 1; ctrl->server_local->inhibit_data_logging_now = 0; ctrl->server_local->inhibit_data_logging_count = 0; - err = ks_action_get (ctrl, ctrl->server_local->keyservers, list, outfp); + err = ks_action_get (ctrl, ctrl->server_local->keyservers, + list, ldap_only, outfp); es_fclose (outfp); ctrl->server_local->inhibit_data_logging = 0; } diff --git a/doc/DETAILS b/doc/DETAILS index 0353899..17735e6 100644 --- a/doc/DETAILS +++ b/doc/DETAILS @@ -1599,6 +1599,7 @@ Status codes are: 1.3.6.1.4.1.11591.2.2 X.509 extensions 1.3.6.1.4.1.11591.2.2.1 standaloneCertificate 1.3.6.1.4.1.11591.2.2.2 wellKnownPrivateKey + 1.3.6.1.4.1.11591.2.2.10 OpenPGP KDF/KEK parameter 1.3.6.1.4.1.11591.2.3 CMS contentType 1.3.6.1.4.1.11591.2.3.1 OpenPGP keyblock (as octet string) 1.3.6.1.4.1.11591.2.4 LDAP stuff @@ -1617,6 +1618,8 @@ Status codes are: 1.3.6.1.4.1.11591.2.12242973 invalid encoded OID #+end_example +The OpenPGP KDF/KEK parameter extension is used to convey additional +info for OpenPGP keys as an X.509 extensions. * Debug flags diff --git a/doc/Makefile.am b/doc/Makefile.am index b860669..2483601 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -24,6 +24,7 @@ include $(top_srcdir)/am/cmacros.am examples = examples/README examples/scd-event examples/trustlist.txt \ examples/VS-NfD.prf examples/Automatic.prf \ examples/debug.prf examples/qualified.txt \ + examples/common.conf \ examples/systemd-user/README \ examples/systemd-user/dirmngr.service \ examples/systemd-user/dirmngr.socket \ diff --git a/doc/Makefile.in b/doc/Makefile.in index 0fcf672..bb8ccd9 100644 --- a/doc/Makefile.in +++ b/doc/Makefile.in @@ -486,6 +486,7 @@ libcommontlsnpth = ../common/libcommontlsnpth.a examples = examples/README examples/scd-event examples/trustlist.txt \ examples/VS-NfD.prf examples/Automatic.prf \ examples/debug.prf examples/qualified.txt \ + examples/common.conf \ examples/systemd-user/README \ examples/systemd-user/dirmngr.service \ examples/systemd-user/dirmngr.socket \ diff --git a/doc/defsincdate b/doc/defsincdate index 3e0306e..0572772 100644 --- a/doc/defsincdate +++ b/doc/defsincdate @@ -1 +1 @@ -1616427011 +1618904276 diff --git a/doc/examples/README b/doc/examples/README index 4d6a5be..67508c4 100644 --- a/doc/examples/README +++ b/doc/examples/README @@ -11,3 +11,5 @@ gpgconf.conf A sample configuration file for gpgconf. systemd-user Sample files for a Linux-only init system. qualified.txt Sample file for qualified.txt. + +common.conf Sample file for common options. diff --git a/doc/examples/common.conf b/doc/examples/common.conf new file mode 100644 index 0000000..d58c43c --- /dev/null +++ b/doc/examples/common.conf @@ -0,0 +1,22 @@ +# common.conf - common defaults for all components. +# +# This file may provide defaults as well as options which needs to be +# synchronized between components. As usual this file is read from +# the system wide config directory (e.g. /etc/gnupg/common.conf) as +# well as from the home directory (e.g. ~/.gnupg.common.conf). + + +# Uncomment to enable the use if the keybox daemon (keyboxd) by gpg +# and gpgsm. +#use-keyboxd + +# For testing ist is somethimes useful to use a different binary +# of keybox. This option can be used to speicify this. +#keyboxd-program /foo/bar/keyboxd + +# For the daemons (gpg-agent, scdaemon, dirmngr, keyboxd) it is often +# useful to define a shared logging destination. This is either the +# standard logging socket (socket://) or a tcp server (tcp://ip:port). +# If a file name is given the name of the component is internally +# appended. +#log-file socket:// diff --git a/doc/gnupg-card-architecture.pdf b/doc/gnupg-card-architecture.pdf Binary files differindex 8f09405..c523d77 100644 --- a/doc/gnupg-card-architecture.pdf +++ b/doc/gnupg-card-architecture.pdf diff --git a/doc/gnupg-module-overview.pdf b/doc/gnupg-module-overview.pdf Binary files differindex d0e43e4..c9b9268 100644 --- a/doc/gnupg-module-overview.pdf +++ b/doc/gnupg-module-overview.pdf diff --git a/doc/gnupg-module-overview.png b/doc/gnupg-module-overview.png Binary files differindex dec6d06..558430d 100644 --- a/doc/gnupg-module-overview.png +++ b/doc/gnupg-module-overview.png diff --git a/doc/gnupg.info b/doc/gnupg.info index f8df59a..5438dcb 100644 --- a/doc/gnupg.info +++ b/doc/gnupg.info @@ -1,7 +1,7 @@ This is gnupg.info, produced by makeinfo version 6.5 from gnupg.texi. -This is the 'The GNU Privacy Guard Manual' (version 2.3.0-beta1658, -March 2021). +This is the 'The GNU Privacy Guard Manual' (version 2.3.1-beta26, April +2021). (C) 2002, 2004, 2005, 2006, 2007, 2010 Free Software Foundation, Inc. (C) 2013, 2014, 2015 Werner Koch. @@ -23,204 +23,204 @@ END-INFO-DIR-ENTRY Indirect: -gnupg.info-1: 990 -gnupg.info-2: 304843 -gnupg.info-3: 610516 +gnupg.info-1: 988 +gnupg.info-2: 305922 +gnupg.info-3: 611731 Tag Table: (Indirect) -Node: Top990 -Node: Installation2979 -Node: Invoking GPG-AGENT5328 -Node: Agent Commands7094 -Node: Agent Options8898 -Ref: option --options9178 -Ref: option --homedir9504 -Ref: option --log-file14199 -Ref: option --no-allow-mark-trusted14572 -Ref: option --allow-preset-passphrase14776 -Ref: option --no-allow-loopback-pinentry14929 -Ref: option --extra-socket22320 -Ref: option --enable-ssh-support23694 -Ref: option --ssh-fingerprint-digest26031 -Node: Agent Configuration27688 -Node: Agent Signals33086 -Node: Agent Examples34546 -Node: Agent Protocol35113 -Node: Agent PKDECRYPT37267 -Node: Agent PKSIGN39179 -Node: Agent GENKEY41483 -Node: Agent IMPORT43380 -Node: Agent EXPORT43824 -Node: Agent ISTRUSTED44039 -Node: Agent GET_PASSPHRASE46414 -Node: Agent CLEAR_PASSPHRASE48855 -Node: Agent PRESET_PASSPHRASE49246 -Node: Agent GET_CONFIRMATION50084 -Node: Agent HAVEKEY50756 -Node: Agent LEARN51388 -Node: Agent PASSWD51686 -Node: Agent UPDATESTARTUPTTY52152 -Node: Agent GETEVENTCOUNTER52630 -Node: Agent GETINFO53438 -Node: Agent OPTION54142 -Node: Invoking DIRMNGR57200 -Node: Dirmngr Commands58098 -Node: Dirmngr Options60551 -Ref: Dirmngr Options-Footnote-176634 -Node: Dirmngr Configuration76769 -Node: Dirmngr Signals81647 -Node: Dirmngr Examples82675 -Node: Dirmngr Protocol83357 -Node: Dirmngr LOOKUP84007 -Node: Dirmngr ISVALID85378 -Node: Dirmngr CHECKCRL87951 -Node: Dirmngr CHECKOCSP89008 -Node: Dirmngr CACHECERT90314 -Node: Dirmngr VALIDATE91153 -Node: Invoking GPG91721 -Node: GPG Commands92951 -Node: General GPG Commands93845 -Node: Operational GPG Commands94534 -Ref: option --export-ownertrust111596 -Node: OpenPGP Key Management114121 -Node: GPG Options137346 -Node: GPG Configuration Options138679 -Ref: gpg-option --options151910 -Ref: trust-model-tofu156391 -Node: GPG Key related Options175828 -Node: GPG Input and Output182149 -Node: OpenPGP Options196157 -Node: Compliance Options201960 -Node: GPG Esoteric Options204848 -Ref: GPG Esoteric Options-Footnote-1234255 -Node: Deprecated Options234409 -Node: GPG Configuration235912 -Node: GPG Examples241381 -Node: Unattended Usage of GPG250069 -Node: Programmatic use of GnuPG250700 -Node: Ephemeral home directories251251 -Node: The quick key manipulation interface252558 -Node: Unattended GPG key generation253145 -Node: Invoking GPGSM262464 -Node: GPGSM Commands263333 -Node: General GPGSM Commands263771 -Node: Operational GPGSM Commands264459 -Node: Certificate Management266493 -Node: GPGSM Options271472 -Node: Configuration Options272046 -Ref: gpgsm-option --options272315 -Node: Certificate Options276184 -Ref: gpgsm-option --validation-model279788 -Node: Input and Output280768 -Ref: option --p12-charset281351 -Ref: gpgsm-option --with-key-data282595 -Ref: gpgsm-option --with-validation282869 -Node: CMS Options283747 -Node: Esoteric Options284767 -Node: GPGSM Configuration290280 -Node: GPGSM Examples295583 -Node: Unattended Usage295780 -Node: Automated signature checking296371 -Node: CSR and certificate creation298194 -Node: GPGSM Protocol304843 -Node: GPGSM ENCRYPT306099 -Node: GPGSM DECRYPT308774 -Node: GPGSM SIGN309610 -Node: GPGSM VERIFY311066 -Node: GPGSM GENKEY311582 -Node: GPGSM LISTKEYS312597 -Ref: gpgsm-cmd listkeys312756 -Node: GPGSM EXPORT313509 -Node: GPGSM IMPORT314473 -Node: GPGSM DELETE315214 -Node: GPGSM GETAUDITLOG315721 -Ref: gpgsm-cmd getauditlog315890 -Node: GPGSM GETINFO316234 -Node: GPGSM OPTION317083 -Node: Invoking SCDAEMON320436 -Node: Scdaemon Commands321110 -Node: Scdaemon Options322238 -Node: Card applications331172 -Node: OpenPGP Card331837 -Node: NKS Card332310 -Node: DINSIG Card332636 -Node: PKCS#15 Card333012 -Node: Geldkarte Card333282 -Node: SmartCard-HSM333673 -Node: Undefined Card334269 -Node: Scdaemon Configuration334682 -Node: Scdaemon Examples335720 -Node: Scdaemon Protocol335903 -Node: Scdaemon SERIALNO337422 -Node: Scdaemon LEARN338268 -Node: Scdaemon READCERT339115 -Node: Scdaemon READKEY339517 -Node: Scdaemon PKSIGN339803 -Node: Scdaemon PKDECRYPT340529 -Node: Scdaemon GETATTR341279 -Node: Scdaemon SETATTR341481 -Node: Scdaemon WRITEKEY341686 -Node: Scdaemon GENKEY342388 -Node: Scdaemon RANDOM342591 -Node: Scdaemon PASSWD342814 -Node: Scdaemon CHECKPIN343205 -Node: Scdaemon RESTART344208 -Node: Scdaemon APDU344741 -Node: Specify a User ID345714 -Ref: how-to-specify-a-user-id345872 -Node: Trust Values350730 -Ref: trust-values350862 -Node: Smart Card Tool351467 -Node: gpg-card351813 -Node: Helper Tools381113 -Node: watchgnupg381970 -Ref: option watchgnupg --tcp383327 -Node: gpgv384991 -Node: addgnupghome390198 -Node: gpgconf390896 -Ref: gpgconf-Footnote-1393085 -Node: Invoking gpgconf393383 -Node: Format conventions400424 -Node: Listing components405757 -Node: Checking programs407842 -Node: Listing options410582 -Node: Changing options418080 -Node: Listing global options419784 -Node: Querying versions421557 -Node: Files used by gpgconf424257 -Node: applygnupgdefaults424735 -Node: gpg-preset-passphrase425481 -Node: Invoking gpg-preset-passphrase426518 -Node: gpg-connect-agent427922 -Node: Invoking gpg-connect-agent428638 -Node: Controlling gpg-connect-agent433165 -Node: dirmngr-client439692 -Node: gpgparsemail443045 -Node: gpgtar443360 -Node: gpg-check-pattern447394 -Node: Web Key Service447850 -Node: gpg-wks-client448163 -Node: gpg-wks-server453032 -Node: Howtos458454 -Node: Howto Create a Server Cert458726 -Node: System Notes467139 -Node: W32 Notes468350 -Node: Debugging468772 -Node: Debugging Tools469600 -Node: kbxutil469880 -Node: Debugging Hints471411 -Node: Common Problems472542 -Node: Architecture Details477779 -Node: Component interaction478089 -Ref: fig:moduleoverview478275 -Node: GnuPG-1 and GnuPG-2478382 -Ref: fig:cardarchitecture478672 -Node: Copying478787 -Node: Contributors516311 -Node: Glossary522566 -Node: Option Index525085 -Node: Environment Index610516 -Node: Index615963 +Node: Top988 +Node: Installation2975 +Node: Invoking GPG-AGENT5324 +Node: Agent Commands7090 +Node: Agent Options8894 +Ref: option --options9174 +Ref: option --homedir9500 +Ref: option --log-file14195 +Ref: option --no-allow-mark-trusted14568 +Ref: option --allow-preset-passphrase14772 +Ref: option --no-allow-loopback-pinentry14925 +Ref: option --extra-socket22316 +Ref: option --enable-ssh-support23690 +Ref: option --ssh-fingerprint-digest26027 +Node: Agent Configuration27684 +Node: Agent Signals33082 +Node: Agent Examples34542 +Node: Agent Protocol35109 +Node: Agent PKDECRYPT37263 +Node: Agent PKSIGN39175 +Node: Agent GENKEY41479 +Node: Agent IMPORT43376 +Node: Agent EXPORT43820 +Node: Agent ISTRUSTED44035 +Node: Agent GET_PASSPHRASE46410 +Node: Agent CLEAR_PASSPHRASE48851 +Node: Agent PRESET_PASSPHRASE49242 +Node: Agent GET_CONFIRMATION50080 +Node: Agent HAVEKEY50752 +Node: Agent LEARN51384 +Node: Agent PASSWD51682 +Node: Agent UPDATESTARTUPTTY52148 +Node: Agent GETEVENTCOUNTER52626 +Node: Agent GETINFO53434 +Node: Agent OPTION54138 +Node: Invoking DIRMNGR57196 +Node: Dirmngr Commands58094 +Node: Dirmngr Options60547 +Ref: Dirmngr Options-Footnote-176630 +Node: Dirmngr Configuration76765 +Node: Dirmngr Signals81643 +Node: Dirmngr Examples82671 +Node: Dirmngr Protocol83353 +Node: Dirmngr LOOKUP84003 +Node: Dirmngr ISVALID85374 +Node: Dirmngr CHECKCRL87947 +Node: Dirmngr CHECKOCSP89004 +Node: Dirmngr CACHECERT90310 +Node: Dirmngr VALIDATE91149 +Node: Invoking GPG91717 +Node: GPG Commands92947 +Node: General GPG Commands93841 +Node: Operational GPG Commands94530 +Ref: option --export-ownertrust111592 +Node: OpenPGP Key Management114117 +Node: GPG Options137342 +Node: GPG Configuration Options138675 +Ref: gpg-option --options151906 +Ref: trust-model-tofu156387 +Node: GPG Key related Options175974 +Node: GPG Input and Output182295 +Node: OpenPGP Options196347 +Node: Compliance Options202150 +Node: GPG Esoteric Options205038 +Ref: GPG Esoteric Options-Footnote-1234445 +Node: Deprecated Options234599 +Node: GPG Configuration236102 +Node: GPG Examples241782 +Node: Unattended Usage of GPG250470 +Node: Programmatic use of GnuPG251101 +Node: Ephemeral home directories251652 +Node: The quick key manipulation interface252959 +Node: Unattended GPG key generation253546 +Node: Invoking GPGSM262865 +Node: GPGSM Commands263734 +Node: General GPGSM Commands264172 +Node: Operational GPGSM Commands264860 +Node: Certificate Management266894 +Node: GPGSM Options272340 +Node: Configuration Options272914 +Ref: gpgsm-option --options273183 +Node: Certificate Options277052 +Ref: gpgsm-option --validation-model280656 +Node: Input and Output281636 +Ref: option --p12-charset282219 +Ref: gpgsm-option --with-key-data283463 +Ref: gpgsm-option --with-validation283737 +Node: CMS Options284615 +Node: Esoteric Options285635 +Node: GPGSM Configuration291148 +Node: GPGSM Examples296664 +Node: Unattended Usage296861 +Node: Automated signature checking297452 +Node: CSR and certificate creation299275 +Node: GPGSM Protocol305922 +Node: GPGSM ENCRYPT307178 +Node: GPGSM DECRYPT309853 +Node: GPGSM SIGN310689 +Node: GPGSM VERIFY312145 +Node: GPGSM GENKEY312661 +Node: GPGSM LISTKEYS313676 +Ref: gpgsm-cmd listkeys313835 +Node: GPGSM EXPORT314588 +Node: GPGSM IMPORT315552 +Node: GPGSM DELETE316293 +Node: GPGSM GETAUDITLOG316800 +Ref: gpgsm-cmd getauditlog316969 +Node: GPGSM GETINFO317313 +Node: GPGSM OPTION318162 +Node: Invoking SCDAEMON321515 +Node: Scdaemon Commands322189 +Node: Scdaemon Options323317 +Node: Card applications332251 +Node: OpenPGP Card332916 +Node: NKS Card333389 +Node: DINSIG Card333715 +Node: PKCS#15 Card334091 +Node: Geldkarte Card334361 +Node: SmartCard-HSM334752 +Node: Undefined Card335348 +Node: Scdaemon Configuration335761 +Node: Scdaemon Examples336799 +Node: Scdaemon Protocol336982 +Node: Scdaemon SERIALNO338501 +Node: Scdaemon LEARN339347 +Node: Scdaemon READCERT340194 +Node: Scdaemon READKEY340596 +Node: Scdaemon PKSIGN340882 +Node: Scdaemon PKDECRYPT341608 +Node: Scdaemon GETATTR342358 +Node: Scdaemon SETATTR342560 +Node: Scdaemon WRITEKEY342765 +Node: Scdaemon GENKEY343467 +Node: Scdaemon RANDOM343670 +Node: Scdaemon PASSWD343893 +Node: Scdaemon CHECKPIN344284 +Node: Scdaemon RESTART345287 +Node: Scdaemon APDU345820 +Node: Specify a User ID346793 +Ref: how-to-specify-a-user-id346951 +Node: Trust Values351809 +Ref: trust-values351941 +Node: Smart Card Tool352546 +Node: gpg-card352892 +Node: Helper Tools382192 +Node: watchgnupg383049 +Ref: option watchgnupg --tcp384406 +Node: gpgv386070 +Node: addgnupghome391277 +Node: gpgconf391975 +Ref: gpgconf-Footnote-1394164 +Node: Invoking gpgconf394462 +Node: Format conventions401503 +Node: Listing components406836 +Node: Checking programs408921 +Node: Listing options411661 +Node: Changing options419159 +Node: Listing global options420863 +Node: Querying versions422636 +Node: Files used by gpgconf425336 +Node: applygnupgdefaults425814 +Node: gpg-preset-passphrase426560 +Node: Invoking gpg-preset-passphrase427597 +Node: gpg-connect-agent429001 +Node: Invoking gpg-connect-agent429717 +Node: Controlling gpg-connect-agent434244 +Node: dirmngr-client440771 +Node: gpgparsemail444124 +Node: gpgtar444439 +Node: gpg-check-pattern448473 +Node: Web Key Service448929 +Node: gpg-wks-client449242 +Node: gpg-wks-server454111 +Node: Howtos459533 +Node: Howto Create a Server Cert459805 +Node: System Notes468218 +Node: W32 Notes469429 +Node: Debugging469851 +Node: Debugging Tools470679 +Node: kbxutil470959 +Node: Debugging Hints472490 +Node: Common Problems473621 +Node: Architecture Details478858 +Node: Component interaction479168 +Ref: fig:moduleoverview479354 +Node: GnuPG-1 and GnuPG-2479461 +Ref: fig:cardarchitecture479751 +Node: Copying479866 +Node: Contributors517390 +Node: Glossary523645 +Node: Option Index526164 +Node: Environment Index611731 +Node: Index617324 End Tag Table diff --git a/doc/gnupg.info-1 b/doc/gnupg.info-1 index d1b37ec..efcf851 100644 --- a/doc/gnupg.info-1 +++ b/doc/gnupg.info-1 @@ -1,7 +1,7 @@ This is gnupg.info, produced by makeinfo version 6.5 from gnupg.texi. -This is the 'The GNU Privacy Guard Manual' (version 2.3.0-beta1658, -March 2021). +This is the 'The GNU Privacy Guard Manual' (version 2.3.1-beta26, April +2021). (C) 2002, 2004, 2005, 2006, 2007, 2010 Free Software Foundation, Inc. (C) 2013, 2014, 2015 Werner Koch. @@ -27,8 +27,8 @@ File: gnupg.info, Node: Top, Next: Installation, Up: (dir) Using the GNU Privacy Guard *************************** -This is the 'The GNU Privacy Guard Manual' (version 2.3.0-beta1658, -March 2021). +This is the 'The GNU Privacy Guard Manual' (version 2.3.1-beta26, April +2021). (C) 2002, 2004, 2005, 2006, 2007, 2010 Free Software Foundation, Inc. (C) 2013, 2014, 2015 Werner Koch. @@ -4003,7 +4003,9 @@ usually found in the option file. 'dirmngr' configuration options instead. The default list of options is: "self-sigs-only, import-clean, - repair-keys, repair-pks-subkey-bug, export-attributes". + repair-keys, repair-pks-subkey-bug, export-attributes". However, + if the actual used source is an LDAP server "no-self-sigs-only" is + assumed unless "self-sigs-only" has been explictly configured. '--completes-needed N' Number of completely trusted users to introduce a new key signer @@ -4404,8 +4406,9 @@ File: gnupg.info, Node: GPG Input and Output, Next: OpenPGP Options, Prev: GP signatures. Defaults to yes. bulk-import - When used with -use-keyboxd do the import within a single - transaction. This is an experimental feature. + When used the keyboxd (option "use-keyboxd" in 'common.conf') + do the import within a single transaction. This is an + experimental feature. import-minimal Import the smallest key possible. This removes all signatures @@ -5504,6 +5507,11 @@ directory (*note option --homedir::). name may be changed on the command line (*note gpg-option --options::). You should backup this file. +'common.conf' + This is an optional configuration file read by 'gpg' on startup. + It may contain options pertaining to all components of GnuPG. Its + current main use is for the "use-keyboxd" option. + Note that on larger installations, it is useful to put predefined files into the directory '/etc/skel/.gnupg' so that newly created users start up with a working configuration. For existing users a small @@ -6312,6 +6320,17 @@ File: gnupg.info, Node: Certificate Management, Prev: Operational GPGSM Comman utilizes the 'dirmngr' service. It uses a format useful mainly for debugging. +'--show-certs [FILES]' + This command takes certificate files as input and prints + information about them in the same format as '--dump-cert' does. + Each file may either contain a single binary certificate or several + PEM encoded certificates. If no files are given, the input is + taken from stdin. + + Please note that the listing format may be changed in future + releases and that the option '--with-colons' has currently no + effect. + '--keydb-clear-some-cert-flags' This is a debugging aid to reset certain flags in the key database which are used to cache certain certificate statuses. It is @@ -6834,6 +6853,11 @@ home directory (*note option --homedir::). name may be changed on the command line (*note gpgsm-option --options::). You should backup this file. +'common.conf' + This is an optional configuration file read by 'gpgsm' on startup. + It may contain options pertaining to all components of GnuPG. Its + current main use is for the "use-keyboxd" option. + 'policies.txt' This is a list of allowed CA policies. This file should list the object identifiers of the policies line by line. Empty lines and diff --git a/doc/gnupg.info-2 b/doc/gnupg.info-2 index 3ee3c4d..aa8cff5 100644 --- a/doc/gnupg.info-2 +++ b/doc/gnupg.info-2 @@ -1,7 +1,7 @@ This is gnupg.info, produced by makeinfo version 6.5 from gnupg.texi. -This is the 'The GNU Privacy Guard Manual' (version 2.3.0-beta1658, -March 2021). +This is the 'The GNU Privacy Guard Manual' (version 2.3.1-beta26, April +2021). (C) 2002, 2004, 2005, 2006, 2007, 2010 Free Software Foundation, Inc. (C) 2013, 2014, 2015 Werner Koch. @@ -5520,7 +5520,7 @@ Option Index * aead-algo: GPG Esoteric Options. (line 225) * agent-program: GPG Configuration Options. - (line 728) + (line 730) * agent-program <1>: Configuration Options. (line 70) * agent-program <2>: gpg-card. (line 64) @@ -5564,7 +5564,7 @@ Option Index (line 115) * authenticate: gpg-card. (line 94) * auto-check-trustdb: GPG Configuration Options. - (line 715) + (line 717) * auto-expand-secmem: Agent Options. (line 400) * auto-issuer-key-retrieve: Certificate Options. (line 62) * auto-key-import: GPG Configuration Options. @@ -5602,7 +5602,7 @@ Option Index * change-passphrase: OpenPGP Key Management. (line 472) * change-passphrase <1>: Certificate Management. - (line 109) + (line 120) * change-pin: Operational GPG Commands. (line 214) * check: gpg-check-pattern. (line 14) @@ -5638,7 +5638,7 @@ Option Index (line 120) * compliance: Compliance Options. (line 60) * compliant-needed: GPG Configuration Options. - (line 690) + (line 692) * compress-algo: GPG Esoteric Options. (line 242) * compress-level: GPG Configuration Options. @@ -5725,7 +5725,7 @@ Option Index * delete-keys: Operational GPG Commands. (line 219) * delete-keys <1>: Certificate Management. - (line 60) + (line 71) * delete-secret-and-public-key: Operational GPG Commands. (line 239) * delete-secret-keys: Operational GPG Commands. @@ -5743,7 +5743,7 @@ Option Index * dirmngr: Invoking gpg-connect-agent. (line 13) * dirmngr-program: GPG Configuration Options. - (line 735) + (line 737) * dirmngr-program <1>: Configuration Options. (line 76) * dirmngr-program <2>: Invoking gpg-connect-agent. @@ -5850,25 +5850,25 @@ Option Index * exec-path: GPG Configuration Options. (line 219) * exit-on-status-write-error: GPG Configuration Options. - (line 764) + (line 766) * expert: GPG Configuration Options. - (line 819) + (line 821) * export: Operational GPG Commands. (line 245) * export <1>: Certificate Management. - (line 69) + (line 80) * export-filter: GPG Input and Output. - (line 143) + (line 144) * export-options: GPG Input and Output. - (line 232) + (line 233) * export-ownertrust: Operational GPG Commands. (line 359) * export-secret-key-p12: Certificate Management. - (line 82) + (line 93) * export-secret-key-p8: Certificate Management. - (line 91) + (line 102) * export-secret-key-raw: Certificate Management. - (line 91) + (line 102) * export-secret-keys: Operational GPG Commands. (line 263) * export-secret-subkeys: Operational GPG Commands. @@ -5892,7 +5892,7 @@ Option Index * fingerprint: Operational GPG Commands. (line 189) * fixed-list-mode: GPG Input and Output. - (line 290) + (line 291) * flush: Dirmngr Commands. (line 62) * for-your-eyes-only: GPG Esoteric Options. (line 202) @@ -5936,7 +5936,7 @@ Option Index * gnupg: Compliance Options. (line 12) * gpg: gpgtar. (line 110) * gpg-agent-info: GPG Configuration Options. - (line 725) + (line 727) * gpg-args: gpgtar. (line 113) * gpg-program: gpg-card. (line 69) * gpgconf-list: GPG Esoteric Options. @@ -5999,9 +5999,9 @@ Option Index * import: Operational GPG Commands. (line 299) * import <1>: Certificate Management. - (line 99) + (line 110) * import-filter: GPG Input and Output. - (line 143) + (line 144) * import-options: GPG Input and Output. (line 53) * import-ownertrust: Operational GPG Commands. @@ -6022,7 +6022,7 @@ Option Index * keyboxd-program: Invoking gpg-connect-agent. (line 99) * keydb-clear-some-cert-flags: Certificate Management. - (line 52) + (line 63) * keyedit:addcardkey: OpenPGP Key Management. (line 281) * keyedit:addkey: OpenPGP Key Management. @@ -6126,11 +6126,11 @@ Option Index * ldapserverlist-file: Dirmngr Options. (line 246) * ldaptimeout: Dirmngr Options. (line 269) * learn-card: Certificate Management. - (line 104) + (line 115) * legacy-list-mode: GPG Input and Output. - (line 296) + (line 297) * limit-card-insert-tries: GPG Configuration Options. - (line 773) + (line 775) * list: gpg-card. (line 136) * list-archive: gpgtar. (line 39) * list-chain: Certificate Management. @@ -6204,11 +6204,11 @@ Option Index * locate-keys: Operational GPG Commands. (line 170) * lock-multiple: GPG Configuration Options. - (line 753) + (line 755) * lock-never: GPG Configuration Options. - (line 757) + (line 759) * lock-once: GPG Configuration Options. - (line 749) + (line 751) * log-file: Agent Options. (line 134) * log-file <1>: Dirmngr Options. (line 30) * log-file <2>: GPG Esoteric Options. @@ -6227,11 +6227,11 @@ Option Index * mangle-dos-filenames: GPG Configuration Options. (line 346) * marginals-needed: GPG Configuration Options. - (line 694) + (line 696) * max-cache-ttl: Agent Options. (line 196) * max-cache-ttl-ssh: Agent Options. (line 202) * max-cert-depth: GPG Configuration Options. - (line 702) + (line 704) * max-output: GPG Input and Output. (line 19) * max-passphrase-days: Agent Options. (line 237) @@ -6259,7 +6259,7 @@ Option Index * no-auto-trust-new-key: GPG Esoteric Options. (line 576) * no-autostart: GPG Configuration Options. - (line 742) + (line 744) * no-autostart <1>: Configuration Options. (line 86) * no-autostart <2>: gpg-card. (line 53) @@ -6282,7 +6282,7 @@ Option Index (line 73) * no-grab: Agent Options. (line 128) * no-greeting: GPG Configuration Options. - (line 787) + (line 789) * no-groups: GPG Key related Options. (line 73) * no-include-key-block: OpenPGP Options. (line 45) @@ -6295,13 +6295,13 @@ Option Index * no-options: GPG Configuration Options. (line 321) * no-random-seed-file: GPG Configuration Options. - (line 781) + (line 783) * no-secmem-warning: GPG Configuration Options. - (line 790) + (line 792) * no-secmem-warning <1>: Configuration Options. (line 93) * no-sig-cache: GPG Configuration Options. - (line 705) + (line 707) * no-skip-hidden-recipients: GPG Key related Options. (line 127) * no-symkey-cache: GPG Esoteric Options. @@ -6357,13 +6357,13 @@ Option Index * passwd: OpenPGP Key Management. (line 473) * passwd <1>: Certificate Management. - (line 110) + (line 121) * passwd <2>: gpg-card. (line 163) * pcsc-driver: Scdaemon Options. (line 130) * pcsc-shared: Scdaemon Options. (line 124) * pem: dirmngr-client. (line 58) * permission-warning: GPG Configuration Options. - (line 793) + (line 795) * personal-aead-preferences: OpenPGP Options. (line 66) * personal-cipher-preferences: OpenPGP Options. (line 57) * personal-compress-preferences: OpenPGP Options. (line 84) @@ -6455,9 +6455,9 @@ Option Index (line 372) * request-origin <1>: Esoteric Options. (line 116) * require-cross-certification: GPG Configuration Options. - (line 812) + (line 814) * require-secmem: GPG Configuration Options. - (line 807) + (line 809) * reset: gpg-card. (line 187) * resolver-timeout: Dirmngr Options. (line 120) * rfc2440: Compliance Options. (line 36) @@ -6501,6 +6501,8 @@ Option Index (line 177) * sh: Agent Options. (line 121) * sh <1>: Dirmngr Options. (line 87) +* show-certs: Certificate Management. + (line 52) * show-keyring: Deprecated Options. (line 16) * show-keys: Operational GPG Commands. (line 180) @@ -6554,7 +6556,7 @@ Option Index * time-only: watchgnupg. (line 46) * tls-debug: Dirmngr Options. (line 69) * tofu-default-policy: GPG Configuration Options. - (line 698) + (line 700) * tofu-policy: Operational GPG Commands. (line 411) * trust-model: GPG Configuration Options. @@ -6595,7 +6597,7 @@ Option Index * url <1>: dirmngr-client. (line 94) * url <2>: dirmngr-client. (line 98) * use-agent: GPG Configuration Options. - (line 722) + (line 724) * use-embedded-filename: GPG Esoteric Options. (line 211) * use-standard-socket: Agent Options. (line 296) @@ -6678,31 +6680,31 @@ Option Index (line 449) * weak-digest <1>: gpgv. (line 90) * with-colons: GPG Input and Output. - (line 282) + (line 283) * with-colons <1>: gpg-card. (line 32) * with-colons <2>: gpg-wks-client. (line 62) * with-dir: gpg-wks-server. (line 69) * with-ephemeral-keys: Esoteric Options. (line 33) * with-file: gpg-wks-server. (line 73) * with-fingerprint: GPG Input and Output. - (line 302) + (line 303) * with-icao-spelling: GPG Input and Output. - (line 313) + (line 314) * with-key-data: GPG Esoteric Options. (line 477) * with-key-data <1>: Input and Output. (line 54) * with-key-origin: GPG Input and Output. - (line 321) + (line 322) * with-keygrip: GPG Input and Output. - (line 317) + (line 318) * with-secret: GPG Input and Output. - (line 332) + (line 333) * with-secret <1>: Input and Output. (line 78) * with-subkey-fingerprint: GPG Input and Output. - (line 306) + (line 307) * with-validation: Input and Output. (line 60) * with-wkd-hash: GPG Input and Output. - (line 327) + (line 328) * writecert: gpg-card. (line 217) * writekey: gpg-card. (line 224) * xauthority: Agent Options. (line 306) diff --git a/doc/gnupg.info-3 b/doc/gnupg.info-3 Binary files differindex 3bd3931..2466061 100644 --- a/doc/gnupg.info-3 +++ b/doc/gnupg.info-3 diff --git a/doc/gpg.texi b/doc/gpg.texi index e94edde..16a4b58 100644 --- a/doc/gpg.texi +++ b/doc/gpg.texi @@ -2010,7 +2010,9 @@ are available for all keyserver types, some common options are: @end table The default list of options is: "self-sigs-only, import-clean, -repair-keys, repair-pks-subkey-bug, export-attributes". +repair-keys, repair-pks-subkey-bug, export-attributes". However, if +the actual used source is an LDAP server "no-self-sigs-only" is +assumed unless "self-sigs-only" has been explictly configured. @item --completes-needed @var{n} @@ -2474,7 +2476,8 @@ opposite meaning. The options are: signatures. Defaults to yes. @item bulk-import - When used with --use-keyboxd do the import within a single + When used the keyboxd (option "use-keyboxd" in @file{common.conf}) + do the import within a single transaction. This is an experimental feature. @item import-minimal @@ -3751,6 +3754,12 @@ current home directory (@pxref{option --homedir}). name may be changed on the command line (@pxref{gpg-option --options}). You should backup this file. + @item common.conf + @efindex common.conf + This is an optional configuration file read by @command{@gpgname} on + startup. It may contain options pertaining to all components of + GnuPG. Its current main use is for the "use-keyboxd" option. + @end table Note that on larger installations, it is useful to put predefined files diff --git a/doc/gpgsm.texi b/doc/gpgsm.texi index 50a2595..1d3a7e0 100644 --- a/doc/gpgsm.texi +++ b/doc/gpgsm.texi @@ -221,6 +221,17 @@ List certificates matching @var{pattern} using an external server. This utilizes the @code{dirmngr} service. It uses a format useful mainly for debugging. +@item --show-certs [@var{files}] +@opindex show-certs +This command takes certificate files as input and prints information +about them in the same format as @option{--dump-cert} does. Each file +may either contain a single binary certificate or several PEM encoded +certificates. If no files are given, the input is taken from stdin. + +Please note that the listing format may be changed in future releases +and that the option @option{--with-colons} has currently no effect. + + @item --keydb-clear-some-cert-flags @opindex keydb-clear-some-cert-flags This is a debugging aid to reset certain flags in the key database @@ -853,6 +864,11 @@ may not be entered and the option may not be abbreviated. This default name may be changed on the command line (@pxref{gpgsm-option --options}). You should backup this file. +@item common.conf +@efindex common.conf +This is an optional configuration file read by @command{gpgsm} on +startup. It may contain options pertaining to all components of +GnuPG. Its current main use is for the "use-keyboxd" option. @item policies.txt @efindex policies.txt diff --git a/g10/call-dirmngr.c b/g10/call-dirmngr.c index 21edab6..434b467 100644 --- a/g10/call-dirmngr.c +++ b/g10/call-dirmngr.c @@ -38,6 +38,7 @@ #include "../common/asshelp.h" #include "../common/keyserver.h" #include "../common/status.h" +#include "keyserver-internal.h" #include "call-dirmngr.h" @@ -637,7 +638,9 @@ ks_get_data_cb (void *opaque, const void *data, size_t datalen) don't need to escape the patterns before sending them to the server. - If QUICK is set the dirmngr is advised to use a shorter timeout. + Bit values for FLAGS are: + - KEYSERVER_IMPORT_FLAG_QUICK :: dirmngr shall use a shorter timeout. + - KEYSERVER_IMPORT_FLAG_LDAP :: dirmngr shall only use LDAP or NTDS. If R_SOURCE is not NULL the source of the data is stored as a malloced string there. If a source is not known NULL is stored. @@ -649,7 +652,8 @@ ks_get_data_cb (void *opaque, const void *data, size_t datalen) are able to ask for (1000-10-1)/(2+8+1) = 90 keys at once. */ gpg_error_t gpg_dirmngr_ks_get (ctrl_t ctrl, char **pattern, - keyserver_spec_t override_keyserver, int quick, + keyserver_spec_t override_keyserver, + unsigned int flags, estream_t *r_fp, char **r_source) { gpg_error_t err; @@ -695,7 +699,12 @@ gpg_dirmngr_ks_get (ctrl_t ctrl, char **pattern, /* Lump all patterns into one string. */ init_membuf (&mb, 1024); - put_membuf_str (&mb, quick? "KS_GET --quick --" : "KS_GET --"); + put_membuf_str (&mb, "KS_GET"); + if ((flags & KEYSERVER_IMPORT_FLAG_QUICK)) + put_membuf_str (&mb, " --quick"); + if ((flags & KEYSERVER_IMPORT_FLAG_LDAP)) + put_membuf_str (&mb, " --ldap"); + put_membuf_str (&mb, " --"); for (idx=0; pattern[idx]; idx++) { put_membuf (&mb, " ", 1); /* Append Delimiter. */ diff --git a/g10/call-dirmngr.h b/g10/call-dirmngr.h index 8679777..c0f1e0c 100644 --- a/g10/call-dirmngr.h +++ b/g10/call-dirmngr.h @@ -26,7 +26,8 @@ gpg_error_t gpg_dirmngr_ks_search (ctrl_t ctrl, const char *searchstr, gpg_error_t (*cb)(void*, int, char *), void *cb_value); gpg_error_t gpg_dirmngr_ks_get (ctrl_t ctrl, char *pattern[], - keyserver_spec_t override_keyserver, int quick, + keyserver_spec_t override_keyserver, + unsigned int flags, estream_t *r_fp, char **r_source); gpg_error_t gpg_dirmngr_ks_fetch (ctrl_t ctrl, const char *url, estream_t *r_fp); diff --git a/g10/getkey.c b/g10/getkey.c index bc9e826..6b8d443 100644 --- a/g10/getkey.c +++ b/g10/getkey.c @@ -3857,66 +3857,93 @@ lookup (ctrl_t ctrl, getkey_ctx_t ctx, int want_secret, } +/* If a default key has been specified, return that key. If a card + * based key is also available as indicated by FPR_CARD not being + * NULL, return that key if suitable. */ gpg_error_t get_seckey_default_or_card (ctrl_t ctrl, PKT_public_key *pk, const byte *fpr_card, size_t fpr_len) { gpg_error_t err; strlist_t namelist = NULL; + const char *def_secret_key; - const char *def_secret_key = parse_def_secret_key (ctrl); + def_secret_key = parse_def_secret_key (ctrl); if (def_secret_key) add_to_strlist (&namelist, def_secret_key); else if (fpr_card) { - int rc = get_pubkey_byfprint (ctrl, pk, NULL, fpr_card, fpr_len); + err = get_pubkey_byfprint (ctrl, pk, NULL, fpr_card, fpr_len); + if (gpg_err_code (err) == GPG_ERR_NO_PUBKEY) + { + if (opt.debug) + log_debug ("using LDAP to find public key for current card\n"); + err = keyserver_import_fprint (ctrl, fpr_card, fpr_len, + opt.keyserver, + KEYSERVER_IMPORT_FLAG_LDAP); + if (!err) + err = get_pubkey_byfprint (ctrl, pk, NULL, fpr_card, fpr_len); + else if (gpg_err_code (err) == GPG_ERR_NO_DATA + || gpg_err_code (err) == GPG_ERR_NO_KEYSERVER) + { + /* Dirmngr returns NO DATA is the selected keyserver + * does not have the requested key. It returns NO + * KEYSERVER if no LDAP keyservers are configured. */ + err = gpg_error (GPG_ERR_NO_PUBKEY); + } + } /* The key on card can be not suitable for requested usage. */ - if (rc == GPG_ERR_UNUSABLE_PUBKEY) + if (gpg_err_code (err) == GPG_ERR_UNUSABLE_PUBKEY) fpr_card = NULL; /* Fallthrough as no card. */ else - return rc; + return err; /* Success or other error. */ } - if (!fpr_card - || (def_secret_key && def_secret_key[strlen (def_secret_key)-1] == '!')) - err = key_byname (ctrl, NULL, namelist, pk, 1, 0, NULL, NULL); + if (!fpr_card || (def_secret_key && *def_secret_key + && def_secret_key[strlen (def_secret_key)-1] == '!')) + { + err = key_byname (ctrl, NULL, namelist, pk, 1, 0, NULL, NULL); + } else { /* Default key is specified and card key is also available. */ kbnode_t k, keyblock = NULL; err = key_byname (ctrl, NULL, namelist, pk, 1, 0, &keyblock, NULL); - if (!err) - for (k = keyblock; k; k = k->next) - { - PKT_public_key *pk_candidate; - char fpr[MAX_FINGERPRINT_LEN]; - - if (k->pkt->pkttype != PKT_PUBLIC_KEY - &&k->pkt->pkttype != PKT_PUBLIC_SUBKEY) - continue; - - pk_candidate = k->pkt->pkt.public_key; - if (!pk_candidate->flags.valid) - continue; - if (!((pk_candidate->pubkey_usage & USAGE_MASK) & pk->req_usage)) - continue; - fingerprint_from_pk (pk_candidate, fpr, NULL); - if (!memcmp (fpr_card, fpr, fpr_len)) - { - release_public_key_parts (pk); - copy_public_key (pk, pk_candidate); - break; - } - } + if (err) + goto leave; + for (k = keyblock; k; k = k->next) + { + PKT_public_key *pk_candidate; + char fpr[MAX_FINGERPRINT_LEN]; + + if (k->pkt->pkttype != PKT_PUBLIC_KEY + &&k->pkt->pkttype != PKT_PUBLIC_SUBKEY) + continue; + + pk_candidate = k->pkt->pkt.public_key; + if (!pk_candidate->flags.valid) + continue; + if (!((pk_candidate->pubkey_usage & USAGE_MASK) & pk->req_usage)) + continue; + fingerprint_from_pk (pk_candidate, fpr, NULL); + if (!memcmp (fpr_card, fpr, fpr_len)) + { + release_public_key_parts (pk); + copy_public_key (pk, pk_candidate); + break; + } + } release_kbnode (keyblock); } + leave: free_strlist (namelist); - return err; } + + /********************************************* *********** User ID printing helpers ******* @@ -66,6 +66,7 @@ #include "../common/mbox-util.h" #include "../common/shareddefs.h" #include "../common/compliance.h" +#include "../common/comopt.h" #if defined(HAVE_DOSISH_SYSTEM) || defined(__CYGWIN__) #define MY_O_BINARY O_BINARY @@ -1961,6 +1962,8 @@ gpgconf_list (void) es_printf ("compliance_de_vs:%lu:%d:\n", GC_OPT_FLAG_DEFAULT, 0 /*gnupg_rng_is_compliant (CO_DE_VS)*/); + es_printf ("use_keyboxd:%lu:%d:\n", GC_OPT_FLAG_DEFAULT, opt.use_keyboxd); + } @@ -3713,6 +3716,34 @@ main (int argc, char **argv) g10_exit(2); } + /* Process common component options. */ + if (parse_comopt (GNUPG_MODULE_NAME_GPG, debug_argparser)) + { + write_status_failure ("option-parser", gpg_error(GPG_ERR_GENERAL)); + g10_exit(2); + } + + if (!logfile) + { + logfile = comopt.logfile; + comopt.logfile = NULL; + } + + if (opt.use_keyboxd) + log_info ("Note: Please move option \"%s\" to \"common.conf\"\n", + "use-keyboxd"); + opt.use_keyboxd = comopt.use_keyboxd; /* Override. */ + + if (opt.keyboxd_program) + log_info ("Note: Please move option \"%s\" to \"common.conf\"\n", + "keyboxd-program"); + if (!opt.keyboxd_program && comopt.keyboxd_program) + { + opt.keyboxd_program = comopt.keyboxd_program; + comopt.keyboxd_program = NULL; + } + + /* The command --gpgconf-list is pretty simple and may be called directly after the option parsing. */ if (cmd == aGPGConfList) @@ -423,23 +423,23 @@ keyserver_any_configured (ctrl_t ctrl) } int -keyserver_import_keyid (u32 *keyid, void *dummy, int quick) +keyserver_import_keyid (u32 *keyid, void *dummy, unsigned int flags) { (void)keyid; (void)dummy; - (void)quick; + (void)flags; return -1; } int keyserver_import_fprint (ctrl_t ctrl, const byte *fprint,size_t fprint_len, - struct keyserver_spec *keyserver, int quick) + struct keyserver_spec *keyserver, unsigned int flags) { (void)ctrl; (void)fprint; (void)fprint_len; (void)keyserver; - (void)quick; + (void)flags; return -1; } @@ -451,12 +451,12 @@ keyserver_import_cert (const char *name) } gpg_error_t -keyserver_import_wkd (ctrl_t ctrl, const char *name, int quick, +keyserver_import_wkd (ctrl_t ctrl, const char *name, unsigned int flags, unsigned char **fpr, size_t *fpr_len) { (void)ctrl; (void)name; - (void)quick; + (void)flags; (void)fpr; (void)fpr_len; return GPG_ERR_BUG; diff --git a/g10/import.c b/g10/import.c index 8e82ede..62ee2a4 100644 --- a/g10/import.c +++ b/g10/import.c @@ -225,8 +225,20 @@ parse_import_options(char *str,unsigned int *options,int noisy) {NULL,0,NULL,NULL} }; int rc; + int saved_self_sigs_only; + + /* We need to set a flag indicating wether the user has set + * IMPORT_SELF_SIGS_ONLY or it came from the default. */ + saved_self_sigs_only = (*options & IMPORT_SELF_SIGS_ONLY); + saved_self_sigs_only &= ~IMPORT_SELF_SIGS_ONLY; rc = parse_options (str, options, import_opts, noisy); + + if (rc && (*options & IMPORT_SELF_SIGS_ONLY)) + opt.flags.expl_import_self_sigs_only = 1; + else + *options |= saved_self_sigs_only; + if (rc && (*options & IMPORT_RESTORE)) { /* Alter other options we want or don't want for restore. */ diff --git a/g10/keyedit.c b/g10/keyedit.c index d07ec65..531d3e1 100644 --- a/g10/keyedit.c +++ b/g10/keyedit.c @@ -3419,7 +3419,7 @@ show_prefs (PKT_user_id * uid, PKT_signature * selfsig, int verbose) tty_printf ("MDC"); any = 1; } - if (!uid->flags.aead) + if (uid->flags.aead) { if (any) tty_printf (", "); diff --git a/g10/keygen.c b/g10/keygen.c index bde0f32..a4117cd 100644 --- a/g10/keygen.c +++ b/g10/keygen.c @@ -3292,12 +3292,13 @@ parse_key_parameter_part (ctrl_t ctrl, int ecdh_or_ecdsa = 0; unsigned int size; int keyuse; - int keyversion = 4; + int keyversion = 0; /* Not specified. */ int i; const char *s; int from_card = 0; char *keygrip = NULL; u32 keytime = 0; + int is_448 = 0; if (!string || !*string) return 0; /* Success. */ @@ -3339,6 +3340,8 @@ parse_key_parameter_part (ctrl_t ctrl, algo = PUBKEY_ALGO_ECDH; /* Default ECC algorithm. */ ecdh_or_ecdsa = 1; /* We may need to switch the algo. */ } + if (curve && (!strcmp (curve, "X448") || !strcmp (curve, "Ed448"))) + is_448 = 1; } else return gpg_error (GPG_ERR_UNKNOWN_CURVE); @@ -3494,11 +3497,17 @@ parse_key_parameter_part (ctrl_t ctrl, if (!strcmp (algostr, "ed25519")) algo = PUBKEY_ALGO_EDDSA; else if (!strcmp (algostr, "ed448")) - algo = PUBKEY_ALGO_EDDSA; + { + algo = PUBKEY_ALGO_EDDSA; + is_448 = 1; + } else if (!strcmp (algostr, "cv25519")) algo = PUBKEY_ALGO_ECDH; else if (!strcmp (algostr, "cv448")) - algo = PUBKEY_ALGO_ECDH; + { + algo = PUBKEY_ALGO_ECDH; + is_448 = 1; + } else if ((kpi->usage & GCRY_PK_USAGE_ENCR)) algo = PUBKEY_ALGO_ECDH; else @@ -3575,6 +3584,17 @@ parse_key_parameter_part (ctrl_t ctrl, return gpg_error (GPG_ERR_WRONG_KEY_USAGE); } + /* Ed448 and X448 must only be used as v5 keys. */ + if (is_448) + { + if (keyversion == 4) + log_info (_("WARNING: v4 is specified, but overridden by v5.\n")); + + keyversion = 5; + } + else if (keyversion == 0) + keyversion = 4; + /* Return values. */ if (r_algo) *r_algo = algo; diff --git a/g10/keyserver-internal.h b/g10/keyserver-internal.h index 6d0e7f4..ebbd6e9 100644 --- a/g10/keyserver-internal.h +++ b/g10/keyserver-internal.h @@ -25,6 +25,10 @@ #include "../common/iobuf.h" #include "../common/types.h" +/* Flags for the keyserver import functions. */ +#define KEYSERVER_IMPORT_FLAG_QUICK 1 +#define KEYSERVER_IMPORT_FLAG_LDAP 2 + int parse_keyserver_options(char *options); void free_keyserver_spec(struct keyserver_spec *keyserver); struct keyserver_spec *keyserver_match(struct keyserver_spec *spec); @@ -35,15 +39,18 @@ int keyserver_any_configured (ctrl_t ctrl); int keyserver_export (ctrl_t ctrl, strlist_t users); int keyserver_import (ctrl_t ctrl, strlist_t users); int keyserver_import_fprint (ctrl_t ctrl, const byte *fprint,size_t fprint_len, - struct keyserver_spec *keyserver, int quick); + struct keyserver_spec *keyserver, + unsigned int flags); int keyserver_import_keyid (ctrl_t ctrl, u32 *keyid, - struct keyserver_spec *keyserver, int quick); + struct keyserver_spec *keyserver, + unsigned int flags); gpg_error_t keyserver_refresh (ctrl_t ctrl, strlist_t users); gpg_error_t keyserver_search (ctrl_t ctrl, strlist_t tokens); int keyserver_fetch (ctrl_t ctrl, strlist_t urilist, int origin); int keyserver_import_cert (ctrl_t ctrl, const char *name, int dane_mode, unsigned char **fpr,size_t *fpr_len); -gpg_error_t keyserver_import_wkd (ctrl_t ctrl, const char *name, int quick, +gpg_error_t keyserver_import_wkd (ctrl_t ctrl, const char *name, + unsigned int flags, unsigned char **fpr, size_t *fpr_len); int keyserver_import_ntds (ctrl_t ctrl, const char *name, unsigned char **fpr,size_t *fpr_len); diff --git a/g10/keyserver.c b/g10/keyserver.c index 0b37180..a062056 100644 --- a/g10/keyserver.c +++ b/g10/keyserver.c @@ -105,7 +105,7 @@ static struct parse_options keyserver_opts[]= static gpg_error_t keyserver_get (ctrl_t ctrl, KEYDB_SEARCH_DESC *desc, int ndesc, struct keyserver_spec *override_keyserver, - int quick, + unsigned int flags, unsigned char **r_fpr, size_t *r_fprlen); static gpg_error_t keyserver_put (ctrl_t ctrl, strlist_t keyspecs); @@ -1156,7 +1156,8 @@ keyserver_import_ntds (ctrl_t ctrl, const char *mbox, int keyserver_import_fprint (ctrl_t ctrl, const byte *fprint,size_t fprint_len, - struct keyserver_spec *keyserver, int quick) + struct keyserver_spec *keyserver, + unsigned int flags) { KEYDB_SEARCH_DESC desc; @@ -1172,12 +1173,13 @@ keyserver_import_fprint (ctrl_t ctrl, const byte *fprint,size_t fprint_len, /* TODO: Warn here if the fingerprint we got doesn't match the one we asked for? */ - return keyserver_get (ctrl, &desc, 1, keyserver, quick, NULL, NULL); + return keyserver_get (ctrl, &desc, 1, keyserver, flags, NULL, NULL); } int keyserver_import_keyid (ctrl_t ctrl, - u32 *keyid,struct keyserver_spec *keyserver, int quick) + u32 *keyid,struct keyserver_spec *keyserver, + unsigned int flags) { KEYDB_SEARCH_DESC desc; @@ -1187,7 +1189,7 @@ keyserver_import_keyid (ctrl_t ctrl, desc.u.kid[0]=keyid[0]; desc.u.kid[1]=keyid[1]; - return keyserver_get (ctrl, &desc, 1, keyserver, quick, NULL, NULL); + return keyserver_get (ctrl, &desc, 1, keyserver, flags, NULL, NULL); } @@ -1579,7 +1581,7 @@ keyserver_get_chunk (ctrl_t ctrl, KEYDB_SEARCH_DESC *desc, int ndesc, int *r_ndesc_used, import_stats_t stats_handle, struct keyserver_spec *override_keyserver, - int quick, + unsigned int flags, unsigned char **r_fpr, size_t *r_fprlen) { @@ -1608,7 +1610,7 @@ keyserver_get_chunk (ctrl_t ctrl, KEYDB_SEARCH_DESC *desc, int ndesc, single request will be rejected only later by gpg_dirmngr_ks_get but we are sure that R_NDESC_USED has been updated. This avoids a possible indefinite loop. */ - linelen = 17; /* "KS_GET --quick --" */ + linelen = 24; /* "KS_GET --quick --ldap --" */ for (npat=npat_fpr=0, idx=0; idx < ndesc; idx++) { int quiet = 0; @@ -1732,7 +1734,7 @@ keyserver_get_chunk (ctrl_t ctrl, KEYDB_SEARCH_DESC *desc, int ndesc, only_fprs = (npat && npat == npat_fpr); - err = gpg_dirmngr_ks_get (ctrl, pattern, override_keyserver, quick, + err = gpg_dirmngr_ks_get (ctrl, pattern, override_keyserver, flags, &datastream, &source); for (idx=0; idx < npat; idx++) xfree (pattern[idx]); @@ -1740,9 +1742,12 @@ keyserver_get_chunk (ctrl_t ctrl, KEYDB_SEARCH_DESC *desc, int ndesc, if (opt.verbose && source) log_info ("data source: %s\n", source); + + if (!err) { struct ks_retrieval_screener_arg_s screenerarg; + unsigned int options; /* FIXME: Check whether this comment should be moved to dirmngr. @@ -1756,12 +1761,18 @@ keyserver_get_chunk (ctrl_t ctrl, KEYDB_SEARCH_DESC *desc, int ndesc, never accept or send them but we better protect against rogue keyservers. */ + /* For LDAP servers we reset IMPORT_SELF_SIGS_ONLY unless it has + * been set explicitly. */ + options = (opt.keyserver_options.import_options | IMPORT_NO_SECKEY); + if (source && (!strncmp (source, "ldap:", 5) + || !strncmp (source, "ldaps:", 6)) + && !opt.flags.expl_import_self_sigs_only) + options &= ~IMPORT_SELF_SIGS_ONLY; + screenerarg.desc = desc; screenerarg.ndesc = *r_ndesc_used; import_keys_es_stream (ctrl, datastream, stats_handle, - r_fpr, r_fprlen, - (opt.keyserver_options.import_options - | IMPORT_NO_SECKEY), + r_fpr, r_fprlen, options, keyserver_retrieval_screener, &screenerarg, only_fprs? KEYORG_KS : 0, source); @@ -1777,11 +1788,12 @@ keyserver_get_chunk (ctrl_t ctrl, KEYDB_SEARCH_DESC *desc, int ndesc, (DESC,NDESC). Allowed search modes are keyid, fingerprint, and exact searches. OVERRIDE_KEYSERVER gives an optional override keyserver. If (R_FPR,R_FPRLEN) are not NULL, they may return the - fingerprint of a single imported key. If QUICK is set, dirmngr is - advised to use a shorter timeout. */ + fingerprint of a single imported key. If the FLAG bit + KEYSERVER_IMPORT_FLAG_QUICK is set, dirmngr is advised to use a + shorter timeout. */ static gpg_error_t keyserver_get (ctrl_t ctrl, KEYDB_SEARCH_DESC *desc, int ndesc, - struct keyserver_spec *override_keyserver, int quick, + struct keyserver_spec *override_keyserver, unsigned int flags, unsigned char **r_fpr, size_t *r_fprlen) { gpg_error_t err; @@ -1794,7 +1806,7 @@ keyserver_get (ctrl_t ctrl, KEYDB_SEARCH_DESC *desc, int ndesc, for (;;) { err = keyserver_get_chunk (ctrl, desc, ndesc, &ndesc_used, stats_handle, - override_keyserver, quick, r_fpr, r_fprlen); + override_keyserver, flags, r_fpr, r_fprlen); if (!err) any_good = 1; if (err || ndesc_used >= ndesc) @@ -2022,7 +2034,7 @@ keyserver_import_cert (ctrl_t ctrl, const char *name, int dane_mode, /* Import a key using the Web Key Directory protocol. */ gpg_error_t -keyserver_import_wkd (ctrl_t ctrl, const char *name, int quick, +keyserver_import_wkd (ctrl_t ctrl, const char *name, unsigned int flags, unsigned char **fpr, size_t *fpr_len) { gpg_error_t err; @@ -2041,7 +2053,7 @@ keyserver_import_wkd (ctrl_t ctrl, const char *name, int quick, return err; } - err = gpg_dirmngr_wkd_get (ctrl, mbox, quick, &key, &url); + err = gpg_dirmngr_wkd_get (ctrl, mbox, flags, &key, &url); if (err) ; else if (key) diff --git a/g10/mainproc.c b/g10/mainproc.c index a75755e..10cc697 100644 --- a/g10/mainproc.c +++ b/g10/mainproc.c @@ -2011,7 +2011,8 @@ check_sig_and_print (CTX c, kbnode_t node) free_public_key (pk); pk = NULL; glo_ctrl.in_auto_key_retrieve++; - res = keyserver_import_keyid (c->ctrl, sig->keyid,spec, 1); + res = keyserver_import_keyid (c->ctrl, sig->keyid,spec, + KEYSERVER_IMPORT_FLAG_QUICK); glo_ctrl.in_auto_key_retrieve--; if (!res) rc = do_check_sig (c, node, extrahash, extrahashlen, NULL, @@ -2050,7 +2051,8 @@ check_sig_and_print (CTX c, kbnode_t node) free_public_key (pk); pk = NULL; glo_ctrl.in_auto_key_retrieve++; - res = keyserver_import_wkd (c->ctrl, sig->signers_uid, 1, NULL, NULL); + res = keyserver_import_wkd (c->ctrl, sig->signers_uid, + KEYSERVER_IMPORT_FLAG_QUICK, NULL, NULL); glo_ctrl.in_auto_key_retrieve--; /* Fixme: If the fingerprint is embedded in the signature, * compare it to the fingerprint of the returned key. */ @@ -2082,7 +2084,8 @@ check_sig_and_print (CTX c, kbnode_t node) free_public_key (pk); pk = NULL; glo_ctrl.in_auto_key_retrieve++; - res = keyserver_import_fprint (c->ctrl, p, n, opt.keyserver, 1); + res = keyserver_import_fprint (c->ctrl, p, n, opt.keyserver, + KEYSERVER_IMPORT_FLAG_QUICK); glo_ctrl.in_auto_key_retrieve--; if (!res) rc = do_check_sig (c, node, extrahash, extrahashlen, NULL, diff --git a/g10/options.h b/g10/options.h index 958d3fb..fca23cb 100644 --- a/g10/options.h +++ b/g10/options.h @@ -256,6 +256,9 @@ struct unsigned int force_sign_key:1; /* On key generation do not set the ownertrust. */ unsigned int no_auto_trust_new_key:1; + /* The next flag is set internally iff IMPORT_SELF_SIGS_ONLY has + * been set by the user and is not the default value. */ + unsigned int expl_import_self_sigs_only:1; } flags; /* Linked list of ways to find a key if the key isn't on the local @@ -997,7 +997,7 @@ write_signature_packets (ctrl_t ctrl, /* - * Sign the files whose names are in FILENAME usingall secret keys + * Sign the files whose names are in FILENAME using all secret keys * which can be taken from LOCUSR, if this is NULL, use the default * secret key. * If DETACHED has the value true, make a detached signature. diff --git a/g10/test-stubs.c b/g10/test-stubs.c index 913d498..174af82 100644 --- a/g10/test-stubs.c +++ b/g10/test-stubs.c @@ -181,23 +181,23 @@ keyserver_any_configured (ctrl_t ctrl) } int -keyserver_import_keyid (u32 *keyid, void *dummy, int quick) +keyserver_import_keyid (u32 *keyid, void *dummy, unsigned int flags) { (void)keyid; (void)dummy; - (void)quick; + (void)flags; return -1; } int keyserver_import_fprint (ctrl_t ctrl, const byte *fprint,size_t fprint_len, - struct keyserver_spec *keyserver, int quick) + struct keyserver_spec *keyserver, unsigned int flags) { (void)ctrl; (void)fprint; (void)fprint_len; (void)keyserver; - (void)quick; + (void)flags; return -1; } @@ -209,12 +209,12 @@ keyserver_import_cert (const char *name) } gpg_error_t -keyserver_import_wkd (ctrl_t ctrl, const char *name, int quick, +keyserver_import_wkd (ctrl_t ctrl, const char *name, unsigned int flags, unsigned char **fpr, size_t *fpr_len) { (void)ctrl; (void)name; - (void)quick; + (void)flags; (void)fpr; (void)fpr_len; return GPG_ERR_BUG; diff --git a/kbx/Makefile.am b/kbx/Makefile.am index fe72860..dd727e1 100644 --- a/kbx/Makefile.am +++ b/kbx/Makefile.am @@ -65,8 +65,8 @@ client_sources = \ libkeybox_a_SOURCES = $(common_sources) $(client_sources) libkeybox509_a_SOURCES = $(common_sources) $(client_sources) -libkeybox_a_CFLAGS = $(AM_CFLAGS) -libkeybox509_a_CFLAGS = $(AM_CFLAGS) -DKEYBOX_WITH_X509=1 +libkeybox_a_CFLAGS = $(AM_CFLAGS) $(LIBASSUAN_CFLAGS) +libkeybox509_a_CFLAGS = $(AM_CFLAGS) $(LIBASSUAN_CFLAGS) -DKEYBOX_WITH_X509=1 # We need W32SOCKLIBS because the init subsystem code in libcommon diff --git a/kbx/Makefile.in b/kbx/Makefile.in index bb38d49..3f670b0 100644 --- a/kbx/Makefile.in +++ b/kbx/Makefile.in @@ -577,8 +577,8 @@ client_sources = \ libkeybox_a_SOURCES = $(common_sources) $(client_sources) libkeybox509_a_SOURCES = $(common_sources) $(client_sources) -libkeybox_a_CFLAGS = $(AM_CFLAGS) -libkeybox509_a_CFLAGS = $(AM_CFLAGS) -DKEYBOX_WITH_X509=1 +libkeybox_a_CFLAGS = $(AM_CFLAGS) $(LIBASSUAN_CFLAGS) +libkeybox509_a_CFLAGS = $(AM_CFLAGS) $(LIBASSUAN_CFLAGS) -DKEYBOX_WITH_X509=1 # We need W32SOCKLIBS because the init subsystem code in libcommon # requires it - although we don't actually need it. It is easier diff --git a/kbx/keybox-update.c b/kbx/keybox-update.c index ddda52a..2732656 100644 --- a/kbx/keybox-update.c +++ b/kbx/keybox-update.c @@ -294,7 +294,7 @@ blob_filecopy (int mode, const char *fname, KEYBOXBLOB blob, { es_fclose (fp); es_fclose (newfp); - return rc; + goto leave; } } @@ -306,7 +306,7 @@ blob_filecopy (int mode, const char *fname, KEYBOXBLOB blob, { es_fclose (fp); es_fclose (newfp); - return rc; + goto leave; } } diff --git a/kbx/keyboxd.c b/kbx/keyboxd.c index be9098c..76a0694 100644 --- a/kbx/keyboxd.c +++ b/kbx/keyboxd.c @@ -58,6 +58,7 @@ #include "../common/init.h" #include "../common/gc-opt-flags.h" #include "../common/exechelp.h" +#include "../common/comopt.h" #include "frontend.h" @@ -610,6 +611,14 @@ main (int argc, char **argv ) if (log_get_errorcount(0)) exit (2); + /* Get a default log file from common.conf. */ + if (!logfile && !parse_comopt (GNUPG_MODULE_NAME_KEYBOXD, debug_argparser)) + { + logfile = comopt.logfile; + comopt.logfile = NULL; + } + + finalize_rereadable_options (); /* Print a warning if an argument looks like an option. */ @@ -988,9 +997,10 @@ reread_configuration (void) gpgrt_argparse_t pargs; char *twopart; int dummy; + int logfile_seen = 0; if (!config_filename) - return; /* No config file. */ + goto finish; /* No config file. */ twopart = strconcat ("keyboxd" EXTSEP_S "conf" PATHSEP_S, config_filename, NULL); @@ -1015,12 +1025,29 @@ reread_configuration (void) else if (pargs.r_opt < -1) pargs.err = ARGPARSE_PRINT_WARNING; else /* Try to parse this option - ignore unchangeable ones. */ - parse_rereadable_options (&pargs, 1); + { + if (pargs.r_opt == oLogFile) + logfile_seen = 1; + parse_rereadable_options (&pargs, 1); + } } gpgrt_argparse (NULL, &pargs, NULL); /* Release internal state. */ xfree (twopart); finalize_rereadable_options (); set_debug (); + + finish: + /* Get a default log file from common.conf. */ + if (!logfile_seen && !parse_comopt (GNUPG_MODULE_NAME_KEYBOXD, !!opt.debug)) + { + if (!current_logfile || !comopt.logfile + || strcmp (current_logfile, comopt.logfile)) + { + log_set_file (comopt.logfile); + xfree (current_logfile); + current_logfile = comopt.logfile? xtrystrdup (comopt.logfile) : NULL; + } + } } diff --git a/po/POTFILES.in b/po/POTFILES.in index 61b6f2d..2658660 100644 --- a/po/POTFILES.in +++ b/po/POTFILES.in @@ -26,6 +26,7 @@ common/helpfile.c common/gettime.c common/ksba-io-support.c common/ttyio.c +common/comopt.c common/utf8conv.c common/dotlock.c @@ -27,7 +27,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg 1.4.0\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2021-04-07 19:24+0200\n" +"POT-Creation-Date: 2021-04-20 12:38+0200\n" "PO-Revision-Date: 2005-02-04 02:04+0100\n" "Last-Translator: Jordi Mallach <jordi@gnu.org>\n" "Language-Team: Catalan <ca@dodds.net>\n" @@ -228,9 +228,9 @@ msgid "ssh keys greater than %d bits are not supported\n" msgstr "l'algoritme de protecció %d%s no està suportat\n" #: agent/command-ssh.c:872 common/dotlock.c:852 g10/card-util.c:953 -#: g10/export.c:1329 g10/gpg.c:1430 g10/keygen.c:5327 g10/keyring.c:1319 +#: g10/export.c:1329 g10/gpg.c:1431 g10/keygen.c:5347 g10/keyring.c:1319 #: g10/keyring.c:1632 g10/openfile.c:293 g10/photoid.c:531 g10/photoid.c:549 -#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:478 +#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:479 #, fuzzy, c-format #| msgid "can't create `%s': %s\n" msgid "can't create '%s': %s\n" @@ -238,15 +238,15 @@ msgstr "no s'ha pogut crear «%s»: %s\n" #: agent/command-ssh.c:884 common/helpfile.c:57 g10/card-util.c:910 #: g10/dearmor.c:59 g10/dearmor.c:106 g10/decrypt.c:65 g10/decrypt.c:136 -#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1431 -#: g10/import.c:359 g10/import.c:546 g10/import.c:781 g10/keygen.c:4302 +#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1432 +#: g10/import.c:371 g10/import.c:558 g10/import.c:793 g10/keygen.c:4322 #: g10/keyring.c:1658 g10/openfile.c:197 g10/openfile.c:211 g10/plaintext.c:128 #: g10/plaintext.c:610 g10/sign.c:1086 g10/sign.c:1311 g10/sign.c:1424 #: g10/sign.c:1596 g10/tdbdump.c:143 g10/tdbdump.c:151 g10/tdbio.c:758 -#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2338 -#: sm/gpgsm.c:2368 sm/gpgsm.c:2406 sm/qualified.c:65 dirmngr/certcache.c:396 -#: dirmngr/certcache.c:476 dirmngr/certcache.c:478 dirmngr/crlcache.c:2588 -#: dirmngr/dirmngr.c:1711 tools/gpg-card.c:407 +#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2380 +#: sm/gpgsm.c:2410 sm/gpgsm.c:2448 sm/keylist.c:1737 sm/qualified.c:65 +#: dirmngr/certcache.c:396 dirmngr/certcache.c:476 dirmngr/certcache.c:478 +#: dirmngr/crlcache.c:2588 dirmngr/dirmngr.c:1720 tools/gpg-card.c:408 #, fuzzy, c-format #| msgid "can't open `%s': %s\n" msgid "can't open '%s': %s\n" @@ -432,362 +432,362 @@ msgstr "" msgid "Please enter the new passphrase" msgstr "canvia la contrasenya" -#: agent/gpg-agent.c:161 scd/scdaemon.c:114 dirmngr/dirmngr.c:181 +#: agent/gpg-agent.c:162 scd/scdaemon.c:115 dirmngr/dirmngr.c:182 msgid "Options used for startup" msgstr "" -#: agent/gpg-agent.c:163 scd/scdaemon.c:119 dirmngr/dirmngr.c:170 +#: agent/gpg-agent.c:164 scd/scdaemon.c:120 dirmngr/dirmngr.c:171 msgid "run in daemon mode (background)" msgstr "" -#: agent/gpg-agent.c:164 scd/scdaemon.c:116 dirmngr/dirmngr.c:169 +#: agent/gpg-agent.c:165 scd/scdaemon.c:117 dirmngr/dirmngr.c:170 msgid "run in server mode (foreground)" msgstr "" -#: agent/gpg-agent.c:166 dirmngr/dirmngr.c:172 +#: agent/gpg-agent.c:167 dirmngr/dirmngr.c:173 #, fuzzy #| msgid "Key is superseded" msgid "run in supervised mode" msgstr "La clau ha estat substituïda" -#: agent/gpg-agent.c:168 scd/scdaemon.c:120 dirmngr/dirmngr.c:183 +#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 msgid "do not detach from the console" msgstr "" -#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 +#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 msgid "sh-style command output" msgstr "" -#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 +#: agent/gpg-agent.c:171 scd/scdaemon.c:123 dirmngr/dirmngr.c:186 msgid "csh-style command output" msgstr "" -#: agent/gpg-agent.c:178 g10/gpg.c:588 scd/scdaemon.c:124 sm/gpgsm.c:419 -#: dirmngr/dirmngr.c:187 +#: agent/gpg-agent.c:179 g10/gpg.c:589 scd/scdaemon.c:125 sm/gpgsm.c:422 +#: dirmngr/dirmngr.c:188 #, fuzzy msgid "|FILE|read options from FILE" msgstr "|FITXER|carrega el mòdul d'extensió especificat" -#: agent/gpg-agent.c:182 g10/gpg.c:573 scd/scdaemon.c:128 sm/gpgsm.c:262 -#: dirmngr/dirmngr.c:191 +#: agent/gpg-agent.c:183 g10/gpg.c:574 scd/scdaemon.c:129 sm/gpgsm.c:265 +#: dirmngr/dirmngr.c:192 msgid "Options controlling the diagnostic output" msgstr "" # Un dels dos és en la llista d'opcions amb --help. Urgh. jm -#: agent/gpg-agent.c:184 g10/gpg.c:575 g10/gpgv.c:78 kbx/kbxutil.c:89 -#: scd/scdaemon.c:130 sm/gpgsm.c:264 dirmngr/dirmngr-client.c:69 -#: dirmngr/dirmngr.c:193 dirmngr/dirmngr_ldap.c:102 +#: agent/gpg-agent.c:185 g10/gpg.c:576 g10/gpgv.c:78 kbx/kbxutil.c:89 +#: scd/scdaemon.c:131 sm/gpgsm.c:267 dirmngr/dirmngr-client.c:69 +#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:102 #: tools/gpg-connect-agent.c:85 tools/gpgconf.c:111 msgid "verbose" msgstr "detall" -#: agent/gpg-agent.c:185 g10/gpg.c:577 g10/gpgv.c:79 kbx/kbxutil.c:90 -#: scd/scdaemon.c:131 sm/gpgsm.c:266 dirmngr/dirmngr-client.c:70 -#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:103 +#: agent/gpg-agent.c:186 g10/gpg.c:578 g10/gpgv.c:79 kbx/kbxutil.c:90 +#: scd/scdaemon.c:132 sm/gpgsm.c:269 dirmngr/dirmngr-client.c:70 +#: dirmngr/dirmngr.c:195 dirmngr/dirmngr_ldap.c:103 msgid "be somewhat more quiet" msgstr "una mica més silenciós" -#: agent/gpg-agent.c:193 g10/gpg.c:592 sm/gpgsm.c:280 dirmngr/dirmngr.c:204 +#: agent/gpg-agent.c:194 g10/gpg.c:593 sm/gpgsm.c:283 dirmngr/dirmngr.c:205 msgid "|FILE|write server mode logs to FILE" msgstr "" -#: agent/gpg-agent.c:197 g10/gpg.c:598 scd/scdaemon.c:145 sm/gpgsm.c:287 -#: dirmngr/dirmngr.c:208 +#: agent/gpg-agent.c:198 g10/gpg.c:599 scd/scdaemon.c:146 sm/gpgsm.c:290 +#: dirmngr/dirmngr.c:209 msgid "Options controlling the configuration" msgstr "" -#: agent/gpg-agent.c:200 +#: agent/gpg-agent.c:201 #, fuzzy msgid "do not use the SCdaemon" msgstr "actualitza la base de dades de confiança" -#: agent/gpg-agent.c:202 +#: agent/gpg-agent.c:203 msgid "|PGM|use PGM as the SCdaemon program" msgstr "" -#: agent/gpg-agent.c:204 +#: agent/gpg-agent.c:205 msgid "|PGM|use PGM as the tpm2daemon program" msgstr "" -#: agent/gpg-agent.c:208 +#: agent/gpg-agent.c:209 #, fuzzy #| msgid "|NAME|set terminal charset to NAME" msgid "|NAME|accept some commands via NAME" msgstr "|NOM|el joc de carà cters serà NOM" -#: agent/gpg-agent.c:212 +#: agent/gpg-agent.c:213 msgid "ignore requests to change the TTY" msgstr "" -#: agent/gpg-agent.c:214 +#: agent/gpg-agent.c:215 msgid "ignore requests to change the X display" msgstr "" # Gènere? Nombre? ivb # Werner FIXME: please add translator comment saying *what* is # uncompressed so we know the gender. jm -#: agent/gpg-agent.c:215 +#: agent/gpg-agent.c:216 #, fuzzy #| msgid "not supported" msgid "enable ssh support" msgstr "no és suportat" -#: agent/gpg-agent.c:217 +#: agent/gpg-agent.c:218 msgid "|ALGO|use ALGO to show ssh fingerprints" msgstr "" # Gènere? Nombre? ivb # Werner FIXME: please add translator comment saying *what* is # uncompressed so we know the gender. jm -#: agent/gpg-agent.c:220 +#: agent/gpg-agent.c:221 #, fuzzy #| msgid "not supported" msgid "enable putty support" msgstr "no és suportat" -#: agent/gpg-agent.c:232 g10/gpg.c:843 scd/scdaemon.c:175 sm/gpgsm.c:379 +#: agent/gpg-agent.c:233 g10/gpg.c:844 scd/scdaemon.c:176 sm/gpgsm.c:382 msgid "Options controlling the security" msgstr "" -#: agent/gpg-agent.c:235 +#: agent/gpg-agent.c:236 msgid "|N|expire cached PINs after N seconds" msgstr "" -#: agent/gpg-agent.c:237 +#: agent/gpg-agent.c:238 msgid "|N|expire SSH keys after N seconds" msgstr "" -#: agent/gpg-agent.c:239 +#: agent/gpg-agent.c:240 msgid "|N|set maximum PIN cache lifetime to N seconds" msgstr "" -#: agent/gpg-agent.c:241 +#: agent/gpg-agent.c:242 msgid "|N|set maximum SSH key lifetime to N seconds" msgstr "" -#: agent/gpg-agent.c:243 +#: agent/gpg-agent.c:244 msgid "do not use the PIN cache when signing" msgstr "" -#: agent/gpg-agent.c:245 +#: agent/gpg-agent.c:246 #, fuzzy msgid "disallow the use of an external password cache" msgstr "error en la creació de la contrasenya: %s\n" -#: agent/gpg-agent.c:247 +#: agent/gpg-agent.c:248 msgid "disallow clients to mark keys as \"trusted\"" msgstr "" -#: agent/gpg-agent.c:250 +#: agent/gpg-agent.c:251 #, fuzzy msgid "allow presetting passphrase" msgstr "error en la creació de la contrasenya: %s\n" -#: agent/gpg-agent.c:255 +#: agent/gpg-agent.c:256 msgid "Options enforcing a passphrase policy" msgstr "" -#: agent/gpg-agent.c:258 +#: agent/gpg-agent.c:259 msgid "do not allow bypassing the passphrase policy" msgstr "" -#: agent/gpg-agent.c:260 +#: agent/gpg-agent.c:261 msgid "|N|set minimal required length for new passphrases to N" msgstr "" -#: agent/gpg-agent.c:262 +#: agent/gpg-agent.c:263 msgid "|N|require at least N non-alpha characters for a new passphrase" msgstr "" -#: agent/gpg-agent.c:265 +#: agent/gpg-agent.c:266 msgid "|FILE|check new passphrases against pattern in FILE" msgstr "" -#: agent/gpg-agent.c:267 +#: agent/gpg-agent.c:268 #, fuzzy msgid "|N|expire the passphrase after N days" msgstr "|N|usa el mode de contrasenya especificat" -#: agent/gpg-agent.c:269 +#: agent/gpg-agent.c:270 #, fuzzy msgid "do not allow the reuse of old passphrases" msgstr "error en la creació de la contrasenya: %s\n" -#: agent/gpg-agent.c:272 +#: agent/gpg-agent.c:273 msgid "Options controlling the PIN-Entry" msgstr "" -#: agent/gpg-agent.c:274 +#: agent/gpg-agent.c:275 #, fuzzy #| msgid "use the gpg-agent" msgid "never use the PIN-entry" msgstr "utilitza el gpg-agent" -#: agent/gpg-agent.c:276 +#: agent/gpg-agent.c:277 msgid "disallow caller to override the pinentry" msgstr "" -#: agent/gpg-agent.c:278 +#: agent/gpg-agent.c:279 msgid "let PIN-Entry grab keyboard and mouse" msgstr "" -#: agent/gpg-agent.c:281 +#: agent/gpg-agent.c:282 msgid "|PGM|use PGM as the PIN-Entry program" msgstr "" -#: agent/gpg-agent.c:285 +#: agent/gpg-agent.c:286 msgid "|N|set the Pinentry timeout to N seconds" msgstr "" -#: agent/gpg-agent.c:287 +#: agent/gpg-agent.c:288 msgid "allow passphrase to be prompted through Emacs" msgstr "" #. TRANSLATORS: @EMAIL@ will get replaced by the actual bug #. reporting address. This is so that we can change the #. reporting address without breaking the translations. -#: agent/gpg-agent.c:550 agent/preset-passphrase.c:99 agent/protect-tool.c:154 -#: g10/gpg.c:1131 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:311 -#: sm/gpgsm.c:609 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:437 +#: agent/gpg-agent.c:551 agent/preset-passphrase.c:99 agent/protect-tool.c:154 +#: g10/gpg.c:1132 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:312 +#: sm/gpgsm.c:612 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:438 #: dirmngr/dirmngr_ldap.c:175 tools/gpg-connect-agent.c:220 tools/gpgconf.c:151 #: tools/gpg-check-pattern.c:143 #, fuzzy msgid "Please report bugs to <@EMAIL@>.\n" msgstr "Si us plau, informeu sobre els errors a <gnupg-bugs@gnu.org>.\n" -#: agent/gpg-agent.c:559 +#: agent/gpg-agent.c:560 #, fuzzy msgid "Usage: @GPG_AGENT@ [options] (-h for help)" msgstr "Forma d'ús: gpg [opcions] [fitxers] (-h per a veure l'ajuda)" -#: agent/gpg-agent.c:561 +#: agent/gpg-agent.c:562 msgid "" "Syntax: @GPG_AGENT@ [options] [command [args]]\n" "Secret key management for @GNUPG@\n" msgstr "" -#: agent/gpg-agent.c:606 g10/gpg.c:1336 scd/scdaemon.c:383 sm/gpgsm.c:757 -#: dirmngr/dirmngr.c:521 +#: agent/gpg-agent.c:607 g10/gpg.c:1337 scd/scdaemon.c:384 sm/gpgsm.c:760 +#: dirmngr/dirmngr.c:522 #, c-format msgid "invalid debug-level '%s' given\n" msgstr "" -#: agent/gpg-agent.c:971 g10/gpg.c:3879 g10/gpg.c:3903 sm/gpgsm.c:1736 -#: sm/gpgsm.c:1742 +#: agent/gpg-agent.c:972 g10/gpg.c:3910 g10/gpg.c:3934 sm/gpgsm.c:1769 +#: sm/gpgsm.c:1775 #, c-format msgid "selected digest algorithm is invalid\n" msgstr "l'algorisme de resum seleccionat no és và lid\n" -#: agent/gpg-agent.c:1195 agent/gpg-agent.c:2010 g10/gpg.c:2588 -#: scd/scdaemon.c:548 sm/gpgsm.c:1151 dirmngr/dirmngr.c:988 -#: dirmngr/dirmngr.c:1830 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:2019 common/comopt.c:93 +#: g10/gpg.c:2591 scd/scdaemon.c:549 sm/gpgsm.c:1155 dirmngr/dirmngr.c:989 +#: dirmngr/dirmngr.c:1840 #, fuzzy, c-format #| msgid "reading options from `%s'\n" msgid "reading options from '%s'\n" msgstr "s'estan llegint opcions de «%s»\n" -#: agent/gpg-agent.c:1327 g10/gpg.c:3830 scd/scdaemon.c:675 sm/gpgsm.c:1676 -#: dirmngr/dirmngr.c:1099 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 +#: agent/gpg-agent.c:1335 g10/gpg.c:3861 scd/scdaemon.c:687 sm/gpgsm.c:1709 +#: dirmngr/dirmngr.c:1108 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 #, fuzzy, c-format #| msgid "WARNING: \"%s\" is a deprecated option\n" msgid "Note: '%s' is not considered an option\n" msgstr "AVÃS: %s és una opció desaconsellada.\n" -#: agent/gpg-agent.c:2146 scd/scdaemon.c:1096 dirmngr/dirmngr.c:1258 +#: agent/gpg-agent.c:2172 scd/scdaemon.c:1108 dirmngr/dirmngr.c:1267 #, fuzzy, c-format msgid "can't create socket: %s\n" msgstr "no s'ha pogut crear «%s»: %s\n" -#: agent/gpg-agent.c:2163 scd/scdaemon.c:1109 dirmngr/dirmngr.c:1271 +#: agent/gpg-agent.c:2189 scd/scdaemon.c:1121 dirmngr/dirmngr.c:1280 #, fuzzy, c-format msgid "socket name '%s' is too long\n" msgstr "Certificat de revocació và lid" -#: agent/gpg-agent.c:2202 +#: agent/gpg-agent.c:2228 #, fuzzy, c-format msgid "a gpg-agent is already running - not starting a new one\n" msgstr "gpg-agent no està disponible en aquesta sessió\n" -#: agent/gpg-agent.c:2213 scd/scdaemon.c:1133 dirmngr/dirmngr.c:1303 +#: agent/gpg-agent.c:2239 scd/scdaemon.c:1145 dirmngr/dirmngr.c:1312 #, fuzzy, c-format msgid "error getting nonce for the socket\n" msgstr "error en crear «%s»: %s\n" -#: agent/gpg-agent.c:2218 scd/scdaemon.c:1136 dirmngr/dirmngr.c:1306 +#: agent/gpg-agent.c:2244 scd/scdaemon.c:1148 dirmngr/dirmngr.c:1315 #, fuzzy, c-format msgid "error binding socket to '%s': %s\n" msgstr "error mentre s'enviava a «%s»: %s\n" -#: agent/gpg-agent.c:2229 agent/gpg-agent.c:2269 agent/gpg-agent.c:2278 -#: scd/scdaemon.c:1144 dirmngr/dirmngr.c:1315 +#: agent/gpg-agent.c:2255 agent/gpg-agent.c:2295 agent/gpg-agent.c:2304 +#: scd/scdaemon.c:1156 dirmngr/dirmngr.c:1324 #, fuzzy, c-format msgid "can't set permissions of '%s': %s\n" msgstr "AVÃS: els permissos són insegurs en %s «%s»\n" -#: agent/gpg-agent.c:2243 scd/scdaemon.c:1156 dirmngr/dirmngr.c:1327 +#: agent/gpg-agent.c:2269 scd/scdaemon.c:1168 dirmngr/dirmngr.c:1336 #, fuzzy, c-format msgid "listening on socket '%s'\n" msgstr "s'està escrivint la clau secreta a «%s»\n" -#: agent/gpg-agent.c:2263 agent/gpg-agent.c:2316 common/homedir.c:517 +#: agent/gpg-agent.c:2289 agent/gpg-agent.c:2342 common/homedir.c:517 #: g10/openfile.c:399 g10/photoid.c:379 #, fuzzy, c-format #| msgid "can't create directory `%s': %s\n" msgid "can't create directory '%s': %s\n" msgstr "no es pot crear el directori «%s»: %s\n" -#: agent/gpg-agent.c:2266 agent/gpg-agent.c:2321 common/homedir.c:520 +#: agent/gpg-agent.c:2292 agent/gpg-agent.c:2347 common/homedir.c:520 #: g10/openfile.c:402 #, fuzzy, c-format msgid "directory '%s' created\n" msgstr "%s: s'ha creat el directori\n" -#: agent/gpg-agent.c:2327 +#: agent/gpg-agent.c:2353 #, fuzzy, c-format msgid "stat() failed for '%s': %s\n" msgstr "base de dades de confiança: ha fallat la lectura (n=%d): %s\n" -#: agent/gpg-agent.c:2331 +#: agent/gpg-agent.c:2357 #, fuzzy, c-format msgid "can't use '%s' as home directory\n" msgstr "%s: no s'ha pogut crear el directori: %s\n" -#: agent/gpg-agent.c:2486 scd/scdaemon.c:1172 dirmngr/dirmngr.c:2042 +#: agent/gpg-agent.c:2512 scd/scdaemon.c:1184 dirmngr/dirmngr.c:2069 #, fuzzy, c-format msgid "error reading nonce on fd %d: %s\n" msgstr "error en la lectura de «%s»: %s\n" -#: agent/gpg-agent.c:2693 +#: agent/gpg-agent.c:2719 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:2698 +#: agent/gpg-agent.c:2724 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:2773 +#: agent/gpg-agent.c:2799 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:2778 +#: agent/gpg-agent.c:2804 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:3000 scd/scdaemon.c:1362 dirmngr/dirmngr.c:2256 +#: agent/gpg-agent.c:3026 scd/scdaemon.c:1374 dirmngr/dirmngr.c:2283 #, fuzzy, c-format msgid "npth_pselect failed: %s - waiting 1s\n" msgstr "ha fallat l'actualització de la clau secreta: %s\n" -#: agent/gpg-agent.c:3088 scd/scdaemon.c:1427 +#: agent/gpg-agent.c:3114 scd/scdaemon.c:1439 #, fuzzy, c-format msgid "%s %s stopped\n" msgstr "\t%lu claus es descarta\n" -#: agent/gpg-agent.c:3226 common/simple-pwquery.c:247 g10/call-agent.c:260 +#: agent/gpg-agent.c:3252 common/simple-pwquery.c:247 g10/call-agent.c:260 #: sm/call-agent.c:131 tools/gpg-connect-agent.c:2319 tools/card-call-scd.c:311 #, fuzzy, c-format msgid "no gpg-agent running in this session\n" @@ -814,8 +814,8 @@ msgid "" "Password cache maintenance\n" msgstr "" -#: agent/protect-tool.c:107 g10/gpg.c:447 kbx/kbxutil.c:72 sm/gpgsm.c:213 -#: dirmngr/dirmngr.c:167 tools/gpgconf.c:81 +#: agent/protect-tool.c:107 g10/gpg.c:448 kbx/kbxutil.c:72 sm/gpgsm.c:215 +#: dirmngr/dirmngr.c:168 tools/gpgconf.c:81 msgid "" "@Commands:\n" " " @@ -1067,7 +1067,7 @@ msgid "error creating a stream for a pipe: %s\n" msgstr "error en la creació de la contrasenya: %s\n" #: common/exechelp-posix.c:505 common/exechelp-posix.c:580 -#: common/exechelp-posix.c:861 dirmngr/dirmngr.c:1345 +#: common/exechelp-posix.c:866 dirmngr/dirmngr.c:1354 #, fuzzy, c-format msgid "error forking process: %s\n" msgstr "error en la lectura de «%s»: %s\n" @@ -1077,23 +1077,23 @@ msgstr "error en la lectura de «%s»: %s\n" msgid "waiting for process %d to terminate failed: %s\n" msgstr "" -#: common/exechelp-posix.c:688 common/exechelp-posix.c:804 +#: common/exechelp-posix.c:688 common/exechelp-posix.c:809 #, fuzzy, c-format msgid "error running '%s': probably not installed\n" msgstr "error en la lectura de «%s»: %s\n" -#: common/exechelp-posix.c:694 common/exechelp-posix.c:811 +#: common/exechelp-posix.c:694 common/exechelp-posix.c:816 #: common/exechelp-w32.c:839 common/exechelp-w32ce.c:782 #, fuzzy, c-format msgid "error running '%s': exit status %d\n" msgstr "error en la lectura de «%s»: %s\n" -#: common/exechelp-posix.c:702 common/exechelp-posix.c:819 +#: common/exechelp-posix.c:702 common/exechelp-posix.c:824 #, fuzzy, c-format msgid "error running '%s': terminated\n" msgstr "error en la lectura de «%s»: %s\n" -#: common/exechelp-posix.c:760 common/exechelp-w32.c:820 +#: common/exechelp-posix.c:765 common/exechelp-w32.c:820 #, fuzzy, c-format msgid "waiting for processes to terminate failed: %s\n" msgstr "ha fallat l'actualització: %s\n" @@ -1142,7 +1142,7 @@ msgid "renaming '%s' to '%s' failed: %s\n" msgstr "no s'ha pogut crear l'armadura: %s\n" #. TRANSLATORS: See doc/TRANSLATE about this string. -#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3081 +#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3082 msgid "yes" msgstr "sÃ|si" @@ -1199,7 +1199,7 @@ msgid "out of core while allocating %lu bytes" msgstr "" #: common/miscellaneous.c:115 g10/card-util.c:917 tools/no-libgcrypt.c:30 -#: tools/gpg-card.c:415 +#: tools/gpg-card.c:416 #, fuzzy, c-format msgid "error allocating enough memory: %s\n" msgstr "error en crear l'anell «%s»: %s\n" @@ -1280,7 +1280,7 @@ msgstr "" # FIXME: preferència? jm # Ho discutÃrem en la llista, segur. Deu ser als arxius. ivb -#: common/asshelp.c:737 g10/call-dirmngr.c:407 +#: common/asshelp.c:737 g10/call-dirmngr.c:408 #, fuzzy, c-format #| msgid "WARNING: %s overrides %s\n" msgid "WARNING: %s\n" @@ -1599,8 +1599,8 @@ msgstr "no s'ha trobat la clau pública %08lX: %s\n" msgid "waiting for lock %s...\n" msgstr "s'està escrivint la clau secreta a «%s»\n" -#: common/init.c:191 sm/gpgsm.c:1032 dirmngr/dirmngr.c:894 -#: dirmngr/dirmngr.c:903 +#: common/init.c:191 sm/gpgsm.c:1036 dirmngr/dirmngr.c:895 +#: dirmngr/dirmngr.c:904 #, c-format msgid "%s is too old (need %s, have %s)\n" msgstr "" @@ -1778,57 +1778,57 @@ msgstr "error en la lectura de «%s»: %s\n" msgid "problem with the agent: %s\n" msgstr "hi ha un problema amb l'agent: l'agent ha tornat 0x%lx\n" -#: g10/call-dirmngr.c:178 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 +#: g10/call-dirmngr.c:179 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 #, fuzzy, c-format msgid "no dirmngr running in this session\n" msgstr "gpg-agent no està disponible en aquesta sessió\n" -#: g10/call-dirmngr.c:212 +#: g10/call-dirmngr.c:213 #, fuzzy, c-format #| msgid "you may not use %s while in %s mode\n" msgid "keyserver option \"honor-keyserver-url\" may not be used in Tor mode\n" msgstr "no podeu usar %s mentre esteu en mode %s\n" -#: g10/call-dirmngr.c:385 +#: g10/call-dirmngr.c:386 msgid "WKD uses a cached result" msgstr "" -#: g10/call-dirmngr.c:388 +#: g10/call-dirmngr.c:389 msgid "Tor is not running" msgstr "" -#: g10/call-dirmngr.c:390 +#: g10/call-dirmngr.c:391 #, fuzzy msgid "Tor is not properly configured" msgstr "error: l'empremta digital és invà lida\n" -#: g10/call-dirmngr.c:392 +#: g10/call-dirmngr.c:393 #, fuzzy msgid "DNS is not properly configured" msgstr "error: l'empremta digital és invà lida\n" -#: g10/call-dirmngr.c:394 +#: g10/call-dirmngr.c:395 msgid "unacceptable HTTP redirect from server" msgstr "" -#: g10/call-dirmngr.c:396 +#: g10/call-dirmngr.c:397 msgid "unacceptable HTTP redirect from server was cleaned up" msgstr "" -#: g10/call-dirmngr.c:398 +#: g10/call-dirmngr.c:399 #, fuzzy #| msgid "generate a revocation certificate" msgid "server uses an invalid certificate" msgstr "genera un certificat de revocació" -#: g10/call-dirmngr.c:405 g10/gpg.c:4568 +#: g10/call-dirmngr.c:406 g10/gpg.c:4599 #, fuzzy, c-format #| msgid "armor: %s\n" msgid "Note: %s\n" msgstr "armadura: %s\n" #: g10/card-util.c:86 g10/card-util.c:369 g10/card-util.c:1924 -#: tools/gpg-card.c:3038 +#: tools/gpg-card.c:3039 #, fuzzy, c-format msgid "OpenPGP card not available: %s\n" msgstr "la clau secreta no està disponible" @@ -1841,18 +1841,18 @@ msgstr "" # Destès? ivb # Desatès, sÃ. jm #: g10/card-util.c:97 g10/card-util.c:2309 g10/delkey.c:164 g10/keyedit.c:1428 -#: g10/keygen.c:4771 g10/revoke.c:214 g10/revoke.c:638 +#: g10/keygen.c:4791 g10/revoke.c:214 g10/revoke.c:638 #, fuzzy, c-format msgid "can't do this in batch mode\n" msgstr "no es pot fet això en mode desatès\n" -#: g10/card-util.c:105 tools/gpg-card.c:2942 +#: g10/card-util.c:105 tools/gpg-card.c:2943 #, fuzzy, c-format msgid "This command is only available for version 2 cards\n" msgstr "Aquesta ordre no està permesa mentre s'està en mode %s.\n" # Parts? Peces? ivb -#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2947 +#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2948 #, fuzzy, c-format msgid "Reset Code not or not anymore available\n" msgstr "parts de la clau secreta no estan disponbles\n" @@ -1861,20 +1861,20 @@ msgstr "parts de la clau secreta no estan disponbles\n" #: g10/card-util.c:1802 g10/keyedit.c:394 g10/keyedit.c:415 g10/keyedit.c:429 #: g10/keygen.c:1991 g10/keygen.c:2165 g10/keygen.c:2385 g10/keygen.c:2685 #: sm/certreqgen-ui.c:166 sm/certreqgen-ui.c:292 sm/certreqgen-ui.c:326 -#: tools/gpg-card.c:509 +#: tools/gpg-card.c:510 msgid "Your selection? " msgstr "La vostra selecció? " -#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:595 -#: tools/gpg-card.c:635 +#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:596 +#: tools/gpg-card.c:636 msgid "[not set]" msgstr "[no establert]" -#: g10/card-util.c:558 tools/gpg-card.c:902 +#: g10/card-util.c:558 tools/gpg-card.c:903 msgid "Mr." msgstr "" -#: g10/card-util.c:559 tools/gpg-card.c:903 +#: g10/card-util.c:559 tools/gpg-card.c:904 msgid "Ms." msgstr "" @@ -1882,97 +1882,97 @@ msgstr "" # Probablement és una clau, femenÃ. jm # Werner FIXME: please add translator comment saying *what* is # uncompressed so we know the gender. jm -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 msgid "not forced" msgstr "no forçat" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 msgid "forced" msgstr "forçat" -#: g10/card-util.c:768 tools/gpg-card.c:1467 +#: g10/card-util.c:768 tools/gpg-card.c:1468 msgid "Error: Only plain ASCII is currently allowed.\n" msgstr "" -#: g10/card-util.c:770 tools/gpg-card.c:1469 +#: g10/card-util.c:770 tools/gpg-card.c:1470 msgid "Error: The \"<\" character may not be used.\n" msgstr "" -#: g10/card-util.c:772 tools/gpg-card.c:1471 +#: g10/card-util.c:772 tools/gpg-card.c:1472 msgid "Error: Double spaces are not allowed.\n" msgstr "" -#: g10/card-util.c:789 tools/gpg-card.c:1504 +#: g10/card-util.c:789 tools/gpg-card.c:1505 msgid "Cardholder's surname: " msgstr "" -#: g10/card-util.c:791 tools/gpg-card.c:1505 +#: g10/card-util.c:791 tools/gpg-card.c:1506 msgid "Cardholder's given name: " msgstr "" -#: g10/card-util.c:809 tools/gpg-card.c:1522 +#: g10/card-util.c:809 tools/gpg-card.c:1523 #, c-format msgid "Error: Combined name too long (limit is %d characters).\n" msgstr "" -#: g10/card-util.c:830 tools/gpg-card.c:1560 +#: g10/card-util.c:830 tools/gpg-card.c:1561 #, fuzzy msgid "URL to retrieve public key: " msgstr "no hi ha cap clau pública corresponent: %s\n" -#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:394 g10/import.c:744 -#: g10/import.c:803 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 -#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1657 -#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:425 +#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:406 g10/import.c:756 +#: g10/import.c:815 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 +#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1666 +#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:426 #, fuzzy, c-format #| msgid "error reading `%s': %s\n" msgid "error reading '%s': %s\n" msgstr "error en la lectura de «%s»: %s\n" #: g10/card-util.c:959 g10/decrypt-data.c:498 g10/export.c:2496 -#: dirmngr/crlcache.c:925 tools/gpg-card.c:485 tools/gpg-card.c:492 +#: dirmngr/crlcache.c:925 tools/gpg-card.c:486 tools/gpg-card.c:493 #, fuzzy, c-format msgid "error writing '%s': %s\n" msgstr "error mentre s'escrivia l'anell «%s»: %s\n" -#: g10/card-util.c:986 tools/gpg-card.c:1649 +#: g10/card-util.c:986 tools/gpg-card.c:1650 msgid "Login data (account name): " msgstr "" -#: g10/card-util.c:1024 tools/gpg-card.c:1944 +#: g10/card-util.c:1024 tools/gpg-card.c:1945 msgid "Private DO data: " msgstr "" -#: g10/card-util.c:1109 tools/gpg-card.c:1698 +#: g10/card-util.c:1109 tools/gpg-card.c:1699 #, fuzzy msgid "Language preferences: " msgstr "preferències actualitzades" -#: g10/card-util.c:1117 tools/gpg-card.c:1709 +#: g10/card-util.c:1117 tools/gpg-card.c:1710 #, fuzzy, c-format msgid "Error: invalid length of preference string.\n" msgstr "hi ha un carà cter invà lid en la cadena de preferència\n" -#: g10/card-util.c:1126 tools/gpg-card.c:1718 +#: g10/card-util.c:1126 tools/gpg-card.c:1719 #, fuzzy, c-format msgid "Error: invalid characters in preference string.\n" msgstr "hi ha un carà cter invà lid en la cadena de preferència\n" -#: g10/card-util.c:1148 tools/gpg-card.c:1752 +#: g10/card-util.c:1148 tools/gpg-card.c:1753 msgid "Salutation (M = Mr., F = Ms., or space): " msgstr "" -#: g10/card-util.c:1162 tools/gpg-card.c:1769 +#: g10/card-util.c:1162 tools/gpg-card.c:1770 #, fuzzy msgid "Error: invalid response.\n" msgstr "error: l'empremta digital és invà lida\n" -#: g10/card-util.c:1185 tools/gpg-card.c:1834 +#: g10/card-util.c:1185 tools/gpg-card.c:1835 #, fuzzy msgid "CA fingerprint: " msgstr "Empremta digital:" -#: g10/card-util.c:1209 tools/gpg-card.c:1860 +#: g10/card-util.c:1209 tools/gpg-card.c:1861 #, fuzzy, c-format msgid "Error: invalid formatted fingerprint.\n" msgstr "error: l'empremta digital és invà lida\n" @@ -1987,7 +1987,7 @@ msgstr "La generació de claus ha fallat: %s\n" msgid "not an OpenPGP card" msgstr "no s'han trobat dades OpenPGP và lides.\n" -#: g10/card-util.c:1273 g10/keygen.c:4791 g10/keygen.c:5952 +#: g10/card-util.c:1273 g10/keygen.c:4811 g10/keygen.c:5972 #, fuzzy, c-format msgid "error getting current key info: %s\n" msgstr "s'ha produït un error mentre s'escrivia l'anell secret «%s»: %s\n" @@ -1996,7 +1996,7 @@ msgstr "s'ha produït un error mentre s'escrivia l'anell secret «%s»: %s\n" msgid "Replace existing key? (y/N) " msgstr "" -#: g10/card-util.c:1375 tools/gpg-card.c:3327 +#: g10/card-util.c:1375 tools/gpg-card.c:3328 msgid "" "Note: There is no guarantee that the card supports the requested\n" " key type or size. If the key generation does not succeed,\n" @@ -2079,14 +2079,14 @@ msgid "error getting card info: %s\n" msgstr "s'ha produït un error mentre s'escrivia l'anell secret «%s»: %s\n" #: g10/card-util.c:1591 g10/card-util.c:1936 g10/card-util.c:2112 -#: g10/card-util.c:2171 tools/gpg-card.c:3056 tools/gpg-card.c:3295 -#: tools/gpg-card.c:3353 +#: g10/card-util.c:2171 tools/gpg-card.c:3057 tools/gpg-card.c:3296 +#: tools/gpg-card.c:3354 #, fuzzy, c-format #| msgid "This command is not allowed while in %s mode.\n" msgid "This command is not supported by this card\n" msgstr "Aquesta ordre no està permesa mentre s'està en mode %s.\n" -#: g10/card-util.c:1637 tools/gpg-card.c:2425 +#: g10/card-util.c:1637 tools/gpg-card.c:2426 msgid "Make off-card backup of encryption key? (Y/n) " msgstr "" @@ -2095,11 +2095,11 @@ msgstr "" msgid "Note: keys are already stored on the card!\n" msgstr "es descarta: la clau secreta ja és present\n" -#: g10/card-util.c:1654 tools/gpg-card.c:2397 +#: g10/card-util.c:1654 tools/gpg-card.c:2398 msgid "Replace existing keys? (y/N) " msgstr "" -#: g10/card-util.c:1666 tools/gpg-card.c:2456 +#: g10/card-util.c:1666 tools/gpg-card.c:2457 #, c-format msgid "" "Please note that the factory settings of the PINs are\n" @@ -2135,17 +2135,17 @@ msgstr "Seleccioneu la raó de la revocació:\n" msgid "KEYTOCARD failed: %s\n" msgstr "ha fallat l'actualització: %s\n" -#: g10/card-util.c:1941 tools/gpg-card.c:3064 +#: g10/card-util.c:1941 tools/gpg-card.c:3065 #, fuzzy, c-format msgid "Note: This command destroys all keys stored on the card!\n" msgstr "es descarta: la clau secreta ja és present\n" -#: g10/card-util.c:1944 tools/gpg-card.c:3067 tools/gpg-card.c:3408 +#: g10/card-util.c:1944 tools/gpg-card.c:3068 tools/gpg-card.c:3409 #, fuzzy msgid "Continue? (y/N) " msgstr "Signar realment? " -#: g10/card-util.c:1949 tools/gpg-card.c:3078 +#: g10/card-util.c:1949 tools/gpg-card.c:3079 msgid "Really do a factory reset? (enter \"yes\") " msgstr "" @@ -2159,7 +2159,7 @@ msgstr "error en la lectura de «%s»: %s\n" msgid "error for setup UIF: %s\n" msgstr "error en la lectura de «%s»: %s\n" -#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3648 +#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3649 msgid "quit this menu" msgstr "ix del menú" @@ -2170,68 +2170,68 @@ msgstr "les ordres entren en conflicte\n" # «pantalla» o «ajuda»? ivb # «ajuda», evidentment. jm -#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3651 +#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3652 msgid "show this help" msgstr "mostra aquesta ajuda" -#: g10/card-util.c:2217 tools/gpg-card.c:3653 +#: g10/card-util.c:2217 tools/gpg-card.c:3654 #, fuzzy msgid "list all available data" msgstr "La clau és disponible en: " -#: g10/card-util.c:2220 tools/gpg-card.c:3655 +#: g10/card-util.c:2220 tools/gpg-card.c:3656 msgid "change card holder's name" msgstr "" -#: g10/card-util.c:2221 tools/gpg-card.c:3656 +#: g10/card-util.c:2221 tools/gpg-card.c:3657 msgid "change URL to retrieve key" msgstr "" -#: g10/card-util.c:2222 tools/gpg-card.c:3657 +#: g10/card-util.c:2222 tools/gpg-card.c:3658 msgid "fetch the key specified in the card URL" msgstr "" -#: g10/card-util.c:2223 tools/gpg-card.c:3658 +#: g10/card-util.c:2223 tools/gpg-card.c:3659 #, fuzzy msgid "change the login name" msgstr "canvia la data de caducitat" -#: g10/card-util.c:2224 tools/gpg-card.c:3659 +#: g10/card-util.c:2224 tools/gpg-card.c:3660 #, fuzzy msgid "change the language preferences" msgstr "canvia la confiança" -#: g10/card-util.c:2225 tools/gpg-card.c:3660 +#: g10/card-util.c:2225 tools/gpg-card.c:3661 msgid "change card holder's salutation" msgstr "" -#: g10/card-util.c:2227 tools/gpg-card.c:3662 +#: g10/card-util.c:2227 tools/gpg-card.c:3663 #, fuzzy msgid "change a CA fingerprint" msgstr "mostra empremta" -#: g10/card-util.c:2228 tools/gpg-card.c:3663 +#: g10/card-util.c:2228 tools/gpg-card.c:3664 msgid "toggle the signature force PIN flag" msgstr "" -#: g10/card-util.c:2229 tools/gpg-card.c:3664 +#: g10/card-util.c:2229 tools/gpg-card.c:3665 #, fuzzy msgid "generate new keys" msgstr "genera un nou parell de claus" -#: g10/card-util.c:2230 tools/gpg-card.c:3665 +#: g10/card-util.c:2230 tools/gpg-card.c:3666 msgid "menu to change or unblock the PIN" msgstr "" -#: g10/card-util.c:2231 tools/gpg-card.c:3666 +#: g10/card-util.c:2231 tools/gpg-card.c:3667 msgid "verify the PIN and list all data" msgstr "" -#: g10/card-util.c:2232 tools/gpg-card.c:3667 +#: g10/card-util.c:2232 tools/gpg-card.c:3668 msgid "unblock the PIN using a Reset Code" msgstr "" -#: g10/card-util.c:2233 tools/gpg-card.c:3671 +#: g10/card-util.c:2233 tools/gpg-card.c:3672 msgid "destroy all keys and data" msgstr "" @@ -2247,13 +2247,13 @@ msgstr "|NOM|usa NOM com a destinatari predeterminat" msgid "change the key attribute" msgstr "canvia la confiança" -#: g10/card-util.c:2237 tools/gpg-card.c:3673 +#: g10/card-util.c:2237 tools/gpg-card.c:3674 #, fuzzy #| msgid "change the ownertrust" msgid "change the User Interaction Flag" msgstr "canvia la confiança" -#: g10/card-util.c:2361 tools/gpg-card.c:3923 +#: g10/card-util.c:2361 tools/gpg-card.c:3924 msgid "gpg/card> " msgstr "" @@ -2270,8 +2270,8 @@ msgstr "" msgid "Admin commands are not allowed\n" msgstr "" -#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3813 -#: tools/gpg-card.c:4071 +#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3814 +#: tools/gpg-card.c:4072 #, c-format msgid "Invalid command (try \"help\")\n" msgstr "L'ordre no és và lida (proveu «help»)\n" @@ -2281,22 +2281,22 @@ msgstr "L'ordre no és và lida (proveu «help»)\n" msgid "--output doesn't work for this command\n" msgstr "--output no funciona per a aquesta ordre\n" -#: g10/decrypt.c:247 g10/gpg.c:5262 g10/keyring.c:399 g10/keyring.c:750 +#: g10/decrypt.c:247 g10/gpg.c:5293 g10/keyring.c:399 g10/keyring.c:750 #, fuzzy, c-format #| msgid "can't open `%s'\n" msgid "can't open '%s'\n" msgstr "no s'ha pogut obrir «%s»\n" #: g10/delkey.c:81 g10/export.c:1934 g10/export.c:2342 g10/export.c:2463 -#: g10/getkey.c:1907 g10/gpg.c:5207 g10/keyedit.c:1450 g10/keyedit.c:2382 -#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1238 +#: g10/getkey.c:1907 g10/gpg.c:5238 g10/keyedit.c:1450 g10/keyedit.c:2382 +#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1240 #: g10/revoke.c:230 g10/tofu.c:2168 #, fuzzy, c-format msgid "key \"%s\" not found: %s\n" msgstr "no s'ha trobat la clau «%s»: %s\n" -#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4303 -#: g10/gpg.c:5216 g10/keyedit.c:2354 g10/keyserver.c:1256 g10/revoke.c:236 +#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4330 +#: g10/gpg.c:5247 g10/keyedit.c:2354 g10/keyserver.c:1258 g10/revoke.c:236 #: g10/revoke.c:665 g10/tofu.c:2176 #, c-format msgid "error reading keyblock: %s\n" @@ -2424,14 +2424,14 @@ msgstr "no podeu usar l'algorisme de xifratge «%s» mentre esteu en mode %s\n" msgid "(use option \"%s\" to override)\n" msgstr "" -#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4052 -#: g10/gpg.c:4099 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1760 +#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4083 +#: g10/gpg.c:4130 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1793 #, fuzzy, c-format msgid "cipher algorithm '%s' may not be used in %s mode\n" msgstr "no podeu usar l'algorisme de xifratge «%s» mentre esteu en mode %s\n" -#: g10/encrypt.c:564 g10/gpg.c:4064 g10/gpg.c:4111 g10/sig-check.c:155 -#: g10/sign.c:452 sm/gpgsm.c:1770 sm/gpgsm.c:1780 sm/sign.c:596 sm/verify.c:510 +#: g10/encrypt.c:564 g10/gpg.c:4095 g10/gpg.c:4142 g10/sig-check.c:155 +#: g10/sign.c:452 sm/gpgsm.c:1803 sm/gpgsm.c:1813 sm/sign.c:596 sm/verify.c:510 #, fuzzy, c-format msgid "digest algorithm '%s' may not be used in %s mode\n" msgstr "no podeu usar l'algorisme de resum %s mentre esteu en mode %s\n" @@ -2542,7 +2542,7 @@ msgstr "" msgid " - skipped" msgstr "%s: es descarta: %s\n" -#: g10/export.c:1333 g10/import.c:2112 g10/openfile.c:202 g10/openfile.c:296 +#: g10/export.c:1333 g10/import.c:2124 g10/openfile.c:202 g10/openfile.c:296 #: g10/sign.c:1110 g10/sign.c:1447 #, fuzzy, c-format #| msgid "writing to `%s'\n" @@ -2641,300 +2641,300 @@ msgstr "" msgid "using subkey %s instead of primary key %s\n" msgstr "s'usarà la clau secundà ria %08lX en lloc de la primà ria %08lX\n" -#: g10/getkey.c:4232 g10/gpg.c:2164 +#: g10/getkey.c:4259 g10/gpg.c:2167 #, fuzzy, c-format msgid "valid values for option '%s':\n" msgstr "opcions d'importació no và lides\n" -#: g10/gpg.c:449 sm/gpgsm.c:215 +#: g10/gpg.c:450 sm/gpgsm.c:217 #, fuzzy msgid "make a signature" msgstr "|[fitxer]|crea una signatura" -#: g10/gpg.c:450 +#: g10/gpg.c:451 #, fuzzy msgid "make a clear text signature" msgstr "|[fitxer]|crea una signatura en text clar" -#: g10/gpg.c:452 sm/gpgsm.c:217 +#: g10/gpg.c:453 sm/gpgsm.c:219 msgid "make a detached signature" msgstr "crea una signatura separada" -#: g10/gpg.c:453 sm/gpgsm.c:218 +#: g10/gpg.c:454 sm/gpgsm.c:220 msgid "encrypt data" msgstr "xifra dades" -#: g10/gpg.c:455 +#: g10/gpg.c:456 msgid "encryption only with symmetric cipher" msgstr "xifra només amb xifratge simètric" -#: g10/gpg.c:457 sm/gpgsm.c:220 +#: g10/gpg.c:458 sm/gpgsm.c:222 msgid "decrypt data (default)" msgstr "desxifra dades (predeterminat)" -#: g10/gpg.c:459 sm/gpgsm.c:221 +#: g10/gpg.c:460 sm/gpgsm.c:223 msgid "verify a signature" msgstr "verifica una signatura" -#: g10/gpg.c:461 sm/gpgsm.c:222 +#: g10/gpg.c:462 sm/gpgsm.c:224 msgid "list keys" msgstr "llista claus" -#: g10/gpg.c:463 +#: g10/gpg.c:464 msgid "list keys and signatures" msgstr "llista claus i signatures" # «de les claus» o «de la clau»? ivb -#: g10/gpg.c:466 +#: g10/gpg.c:467 #, fuzzy msgid "list and check key signatures" msgstr "comprova les signatures de la claus" # «dactilars» o «digitals»? ivb -#: g10/gpg.c:468 sm/gpgsm.c:227 +#: g10/gpg.c:469 sm/gpgsm.c:229 msgid "list keys and fingerprints" msgstr "llista claus i empremtes digitals" -#: g10/gpg.c:469 sm/gpgsm.c:225 +#: g10/gpg.c:470 sm/gpgsm.c:227 msgid "list secret keys" msgstr "llista claus secretes" -#: g10/gpg.c:471 sm/gpgsm.c:228 +#: g10/gpg.c:472 sm/gpgsm.c:230 msgid "generate a new key pair" msgstr "genera un nou parell de claus" -#: g10/gpg.c:474 +#: g10/gpg.c:475 #, fuzzy #| msgid "generate a new key pair" msgid "quickly generate a new key pair" msgstr "genera un nou parell de claus" -#: g10/gpg.c:477 +#: g10/gpg.c:478 #, fuzzy #| msgid "generate a new key pair" msgid "quickly add a new user-id" msgstr "genera un nou parell de claus" -#: g10/gpg.c:482 +#: g10/gpg.c:483 #, fuzzy #| msgid "generate a new key pair" msgid "quickly revoke a user-id" msgstr "genera un nou parell de claus" -#: g10/gpg.c:485 +#: g10/gpg.c:486 #, fuzzy #| msgid "generate a new key pair" msgid "quickly set a new expiration date" msgstr "genera un nou parell de claus" -#: g10/gpg.c:488 +#: g10/gpg.c:489 msgid "full featured key pair generation" msgstr "" -#: g10/gpg.c:491 +#: g10/gpg.c:492 msgid "generate a revocation certificate" msgstr "genera un certificat de revocació" -#: g10/gpg.c:494 sm/gpgsm.c:231 +#: g10/gpg.c:495 sm/gpgsm.c:233 msgid "remove keys from the public keyring" msgstr "elimina claus de l'anell públic" -#: g10/gpg.c:496 +#: g10/gpg.c:497 msgid "remove keys from the secret keyring" msgstr "elimina claus de l'anell secret" -#: g10/gpg.c:498 +#: g10/gpg.c:499 #, fuzzy #| msgid "sign a key" msgid "quickly sign a key" msgstr "signa una clau" -#: g10/gpg.c:500 +#: g10/gpg.c:501 #, fuzzy #| msgid "sign a key locally" msgid "quickly sign a key locally" msgstr "signa una clau localment" -#: g10/gpg.c:502 +#: g10/gpg.c:503 #, fuzzy #| msgid "generate a new key pair" msgid "quickly revoke a key signature" msgstr "genera un nou parell de claus" -#: g10/gpg.c:503 +#: g10/gpg.c:504 msgid "sign a key" msgstr "signa una clau" -#: g10/gpg.c:504 +#: g10/gpg.c:505 msgid "sign a key locally" msgstr "signa una clau localment" -#: g10/gpg.c:505 +#: g10/gpg.c:506 msgid "sign or edit a key" msgstr "signa o edita una clau" -#: g10/gpg.c:507 sm/gpgsm.c:249 +#: g10/gpg.c:508 sm/gpgsm.c:251 #, fuzzy msgid "change a passphrase" msgstr "canvia la contrasenya" -#: g10/gpg.c:511 +#: g10/gpg.c:512 msgid "export keys" msgstr "exporta claus" -#: g10/gpg.c:512 +#: g10/gpg.c:513 msgid "export keys to a keyserver" msgstr "exporta claus a un servidor de claus" -#: g10/gpg.c:513 +#: g10/gpg.c:514 msgid "import keys from a keyserver" msgstr "importa claus d'un servidor de claus" -#: g10/gpg.c:516 +#: g10/gpg.c:517 msgid "search for keys on a keyserver" msgstr "cerca claus en un servidor de claus" -#: g10/gpg.c:518 +#: g10/gpg.c:519 msgid "update all keys from a keyserver" msgstr "actualitza totes les claus des d'un servidor de claus" -#: g10/gpg.c:526 +#: g10/gpg.c:527 msgid "import/merge keys" msgstr "importa/fon claus" -#: g10/gpg.c:529 +#: g10/gpg.c:530 msgid "print the card status" msgstr "" -#: g10/gpg.c:530 +#: g10/gpg.c:531 msgid "change data on a card" msgstr "" -#: g10/gpg.c:532 +#: g10/gpg.c:533 msgid "change a card's PIN" msgstr "" -#: g10/gpg.c:544 +#: g10/gpg.c:545 msgid "update the trust database" msgstr "actualitza la base de dades de confiança" -#: g10/gpg.c:554 +#: g10/gpg.c:555 #, fuzzy msgid "print message digests" msgstr "|algo [fitxers]|imprimeix resums de missatges" -#: g10/gpg.c:558 sm/gpgsm.c:244 +#: g10/gpg.c:559 sm/gpgsm.c:246 msgid "run in server mode" msgstr "" -#: g10/gpg.c:560 +#: g10/gpg.c:561 msgid "|VALUE|set the TOFU policy for a key" msgstr "" -#: g10/gpg.c:603 +#: g10/gpg.c:604 msgid "|NAME|use NAME as default secret key" msgstr "|NOM|usa NOM com a clau secreta predeterminada" -#: g10/gpg.c:605 sm/gpgsm.c:337 +#: g10/gpg.c:606 sm/gpgsm.c:340 #, fuzzy msgid "|NAME|encrypt to user ID NAME as well" msgstr "|NOM|xifra per a NOM" -#: g10/gpg.c:613 +#: g10/gpg.c:614 msgid "|SPEC|set up email aliases" msgstr "" -#: g10/gpg.c:625 +#: g10/gpg.c:626 msgid "use strict OpenPGP behavior" msgstr "" -#: g10/gpg.c:650 kbx/kbxutil.c:91 sm/gpgsm.c:421 tools/gpgconf.c:113 +#: g10/gpg.c:651 kbx/kbxutil.c:91 sm/gpgsm.c:424 tools/gpgconf.c:113 msgid "do not make any changes" msgstr "no fa cap canvi" -#: g10/gpg.c:651 +#: g10/gpg.c:652 msgid "prompt before overwriting" msgstr "pregunta abans de sobreescriure" -#: g10/gpg.c:700 sm/gpgsm.c:307 +#: g10/gpg.c:701 sm/gpgsm.c:310 msgid "Options controlling the input" msgstr "" -#: g10/gpg.c:718 sm/gpgsm.c:317 +#: g10/gpg.c:719 sm/gpgsm.c:320 msgid "Options controlling the output" msgstr "" -#: g10/gpg.c:720 sm/gpgsm.c:319 +#: g10/gpg.c:721 sm/gpgsm.c:322 msgid "create ascii armored output" msgstr "crea eixida amb armadura ascii" -#: g10/gpg.c:724 g10/gpgv.c:82 sm/gpgsm.c:324 +#: g10/gpg.c:725 g10/gpgv.c:82 sm/gpgsm.c:327 #, fuzzy msgid "|FILE|write output to FILE" msgstr "|FITXER|carrega el mòdul d'extensió especificat" -#: g10/gpg.c:737 +#: g10/gpg.c:738 msgid "use canonical text mode" msgstr "usa el mode de text canònic" -#: g10/gpg.c:755 +#: g10/gpg.c:756 #, fuzzy msgid "|N|set compress level to N (0 disables)" msgstr "|N|nivell de compressió N (0 no comprimeix)" -#: g10/gpg.c:761 sm/gpgsm.c:354 +#: g10/gpg.c:762 sm/gpgsm.c:357 msgid "Options controlling key import and export" msgstr "" -#: g10/gpg.c:764 +#: g10/gpg.c:765 msgid "|MECHANISMS|use MECHANISMS to locate keys by mail address" msgstr "" -#: g10/gpg.c:767 +#: g10/gpg.c:768 #, fuzzy #| msgid "import keys from a keyserver" msgid "import missing key from a signature" msgstr "importa claus d'un servidor de claus" # «de les claus» o «de la clau»? ivb -#: g10/gpg.c:772 +#: g10/gpg.c:773 #, fuzzy msgid "include the public key in signatures" msgstr "comprova les signatures de la claus" -#: g10/gpg.c:775 sm/gpgsm.c:357 +#: g10/gpg.c:776 sm/gpgsm.c:360 msgid "disable all access to the dirmngr" msgstr "" -#: g10/gpg.c:787 sm/gpgsm.c:364 +#: g10/gpg.c:788 sm/gpgsm.c:367 msgid "Options controlling key listings" msgstr "" -#: g10/gpg.c:817 sm/gpgsm.c:329 +#: g10/gpg.c:818 sm/gpgsm.c:332 #, fuzzy #| msgid "list secret keys" msgid "Options to specify keys" msgstr "llista claus secretes" -#: g10/gpg.c:819 sm/gpgsm.c:331 +#: g10/gpg.c:820 sm/gpgsm.c:334 #, fuzzy msgid "|USER-ID|encrypt for USER-ID" msgstr "|NOM|xifra per a NOM" -#: g10/gpg.c:827 sm/gpgsm.c:333 +#: g10/gpg.c:828 sm/gpgsm.c:336 #, fuzzy msgid "|USER-ID|use USER-ID to sign or decrypt" msgstr "usa aquest id per a signar o desxifrar" -#: g10/gpg.c:875 sm/gpgsm.c:405 +#: g10/gpg.c:876 sm/gpgsm.c:408 msgid "Options for unattended use" msgstr "" -#: g10/gpg.c:894 sm/gpgsm.c:417 dirmngr/dirmngr.c:285 +#: g10/gpg.c:895 sm/gpgsm.c:420 dirmngr/dirmngr.c:286 msgid "Other options" msgstr "" -#: g10/gpg.c:965 sm/gpgsm.c:450 +#: g10/gpg.c:966 sm/gpgsm.c:453 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -2945,7 +2945,7 @@ msgstr "" # Crec q (A)lice (orig.), (B)ob (dest.), etc. són noms usats pel Zimmerman # en el manual original de PGP. A, B, C... ivb # En efecte. Idem per a Mallory més endavant. Els deixe com a l'original. jm -#: g10/gpg.c:968 +#: g10/gpg.c:969 #, fuzzy #| msgid "" #| "@\n" @@ -2975,13 +2975,13 @@ msgstr "" " --list-keys [noms] mostra claus\n" " --fingerprint [noms] mostra empremtes digitals\n" -#: g10/gpg.c:1153 +#: g10/gpg.c:1154 #, fuzzy #| msgid "Usage: gpg [options] [files] (-h for help)" msgid "Usage: @GPG@ [options] [files] (-h for help)" msgstr "Forma d'ús: gpg [opcions] [fitxers] (-h per a veure l'ajuda)" -#: g10/gpg.c:1156 +#: g10/gpg.c:1157 #, fuzzy #| msgid "" #| "Syntax: gpg [options] [files]\n" @@ -3001,7 +3001,7 @@ msgstr "" # Precissament acabem de parlar d'«implementat a la llista del GNOME # i s'ha dit que és erroni, igual que «suportat» :) Les alternatives # encara no m'agraden massa... jm -#: g10/gpg.c:1167 sm/gpgsm.c:633 +#: g10/gpg.c:1168 sm/gpgsm.c:636 msgid "" "\n" "Supported algorithms:\n" @@ -3009,572 +3009,572 @@ msgstr "" "\n" "Algoritmes suportats:\n" -#: g10/gpg.c:1170 +#: g10/gpg.c:1171 msgid "Pubkey: " msgstr "Clau pública: " -#: g10/gpg.c:1177 g10/keyedit.c:3316 +#: g10/gpg.c:1178 g10/keyedit.c:3316 msgid "Cipher: " msgstr "Xifratge: " -#: g10/gpg.c:1191 +#: g10/gpg.c:1192 msgid "Hash: " msgstr "Dispersió: " -#: g10/gpg.c:1198 g10/keyedit.c:3382 +#: g10/gpg.c:1199 g10/keyedit.c:3382 msgid "Compression: " msgstr "Compressió: " -#: g10/gpg.c:1273 sm/gpgsm.c:707 +#: g10/gpg.c:1274 sm/gpgsm.c:710 #, fuzzy, c-format msgid "usage: %s [options] %s\n" msgstr "forma d'ús: gpg [opcions] " -#: g10/gpg.c:1466 sm/gpgsm.c:800 +#: g10/gpg.c:1467 sm/gpgsm.c:803 #, c-format msgid "conflicting commands\n" msgstr "les ordres entren en conflicte\n" -#: g10/gpg.c:1484 +#: g10/gpg.c:1485 #, fuzzy, c-format #| msgid "no = sign found in group definition `%s'\n" msgid "no = sign found in group definition '%s'\n" msgstr "no s'ha trobat cap signe = a la definició de grup «%s»\n" # Indi. ivb -#: g10/gpg.c:1682 +#: g10/gpg.c:1683 #, fuzzy, c-format msgid "WARNING: unsafe ownership on homedir '%s'\n" msgstr "AVÃS: el propietari és insegur en %s «%s»\n" # Indi. ivb -#: g10/gpg.c:1685 +#: g10/gpg.c:1686 #, fuzzy, c-format msgid "WARNING: unsafe ownership on configuration file '%s'\n" msgstr "AVÃS: el propietari és insegur en %s «%s»\n" # Indi. ivb -#: g10/gpg.c:1688 +#: g10/gpg.c:1689 #, fuzzy, c-format msgid "WARNING: unsafe ownership on extension '%s'\n" msgstr "AVÃS: el propietari és insegur en %s «%s»\n" -#: g10/gpg.c:1694 +#: g10/gpg.c:1695 #, fuzzy, c-format msgid "WARNING: unsafe permissions on homedir '%s'\n" msgstr "AVÃS: els permissos són insegurs en %s «%s»\n" -#: g10/gpg.c:1697 +#: g10/gpg.c:1698 #, fuzzy, c-format msgid "WARNING: unsafe permissions on configuration file '%s'\n" msgstr "AVÃS: els permissos són insegurs en %s «%s»\n" -#: g10/gpg.c:1700 +#: g10/gpg.c:1701 #, fuzzy, c-format msgid "WARNING: unsafe permissions on extension '%s'\n" msgstr "AVÃS: els permissos són insegurs en %s «%s»\n" -#: g10/gpg.c:1706 +#: g10/gpg.c:1707 #, fuzzy, c-format msgid "WARNING: unsafe enclosing directory ownership on homedir '%s'\n" msgstr "AVÃS: el propietari del directori envoltant és insegur en %s «%s»\n" -#: g10/gpg.c:1709 +#: g10/gpg.c:1710 #, fuzzy, c-format msgid "" "WARNING: unsafe enclosing directory ownership on configuration file '%s'\n" msgstr "AVÃS: el propietari del directori envoltant és insegur en %s «%s»\n" -#: g10/gpg.c:1712 +#: g10/gpg.c:1713 #, fuzzy, c-format msgid "WARNING: unsafe enclosing directory ownership on extension '%s'\n" msgstr "AVÃS: el propietari del directori envoltant és insegur en %s «%s»\n" -#: g10/gpg.c:1718 +#: g10/gpg.c:1719 #, fuzzy, c-format msgid "WARNING: unsafe enclosing directory permissions on homedir '%s'\n" msgstr "AVÃS: els permissos del directori envoltant són insegurs en %s «%s»\n" -#: g10/gpg.c:1721 +#: g10/gpg.c:1722 #, fuzzy, c-format msgid "" "WARNING: unsafe enclosing directory permissions on configuration file '%s'\n" msgstr "AVÃS: els permissos del directori envoltant són insegurs en %s «%s»\n" -#: g10/gpg.c:1724 +#: g10/gpg.c:1725 #, fuzzy, c-format msgid "WARNING: unsafe enclosing directory permissions on extension '%s'\n" msgstr "AVÃS: els permissos del directori envoltant són insegurs en %s «%s»\n" -#: g10/gpg.c:1940 +#: g10/gpg.c:1941 #, fuzzy, c-format msgid "unknown configuration item '%s'\n" msgstr "s'ha creat el nou fitxer d'opcions «%s»\n" -#: g10/gpg.c:2034 +#: g10/gpg.c:2037 msgid "display photo IDs during key listings" msgstr "" -#: g10/gpg.c:2036 +#: g10/gpg.c:2039 #, fuzzy msgid "show key usage information during key listings" msgstr "No hi ha cap signatura corresponent en l'anell secret\n" -#: g10/gpg.c:2038 +#: g10/gpg.c:2041 msgid "show policy URLs during signature listings" msgstr "" -#: g10/gpg.c:2040 +#: g10/gpg.c:2043 #, fuzzy msgid "show all notations during signature listings" msgstr "No hi ha cap signatura corresponent en l'anell secret\n" -#: g10/gpg.c:2042 +#: g10/gpg.c:2045 msgid "show IETF standard notations during signature listings" msgstr "" -#: g10/gpg.c:2046 +#: g10/gpg.c:2049 msgid "show user-supplied notations during signature listings" msgstr "" -#: g10/gpg.c:2048 +#: g10/gpg.c:2051 #, fuzzy msgid "show preferred keyserver URLs during signature listings" msgstr "la URL de polÃtica de signatura donada no és và lida\n" -#: g10/gpg.c:2050 +#: g10/gpg.c:2053 msgid "show user ID validity during key listings" msgstr "" -#: g10/gpg.c:2052 +#: g10/gpg.c:2055 msgid "show revoked and expired user IDs in key listings" msgstr "" -#: g10/gpg.c:2054 +#: g10/gpg.c:2057 msgid "show revoked and expired subkeys in key listings" msgstr "" -#: g10/gpg.c:2056 +#: g10/gpg.c:2059 #, fuzzy msgid "show the keyring name in key listings" msgstr "mostra en quin anell de claus està una clau llistada" -#: g10/gpg.c:2058 +#: g10/gpg.c:2061 #, fuzzy msgid "show expiration dates during signature listings" msgstr "No hi ha cap signatura corresponent en l'anell secret\n" -#: g10/gpg.c:2175 +#: g10/gpg.c:2178 #, fuzzy, c-format msgid "unknown TOFU policy '%s'\n" msgstr "el destinatari predeterminat és desconegut «%s»\n" -#: g10/gpg.c:2177 +#: g10/gpg.c:2180 #, c-format msgid "(use \"help\" to list choices)\n" msgstr "" -#: g10/gpg.c:2972 g10/gpg.c:3797 g10/gpg.c:3809 +#: g10/gpg.c:2975 g10/gpg.c:3828 g10/gpg.c:3840 #, fuzzy, c-format #| msgid "NOTE: %s is not for normal use!\n" msgid "Note: %s is not for normal use!\n" msgstr "NOTA: %s no és per a ús normal!\n" -#: g10/gpg.c:3148 g10/gpg.c:3160 +#: g10/gpg.c:3151 g10/gpg.c:3163 #, fuzzy, c-format msgid "'%s' is not a valid signature expiration\n" msgstr "%s no és un joc de carà cters và lid\n" -#: g10/gpg.c:3182 +#: g10/gpg.c:3185 #, fuzzy, c-format msgid "\"%s\" is not a proper mail address\n" msgstr "No és una adreça và lida\n" -#: g10/gpg.c:3214 sm/gpgsm.c:1265 +#: g10/gpg.c:3217 sm/gpgsm.c:1270 #, fuzzy, c-format msgid "invalid pinentry mode '%s'\n" msgstr "l'algoritme de dispersió és invà lid «%s»\n" -#: g10/gpg.c:3220 sm/gpgsm.c:1271 +#: g10/gpg.c:3223 sm/gpgsm.c:1276 #, fuzzy, c-format msgid "invalid request origin '%s'\n" msgstr "opcions d'importació no và lides\n" -#: g10/gpg.c:3277 +#: g10/gpg.c:3280 #, fuzzy, c-format msgid "'%s' is not a valid character set\n" msgstr "%s no és un joc de carà cters và lid\n" -#: g10/gpg.c:3299 g10/gpg.c:3508 g10/keyedit.c:5319 +#: g10/gpg.c:3302 g10/gpg.c:3511 g10/keyedit.c:5319 #, fuzzy, c-format msgid "could not parse keyserver URL\n" msgstr "no s'ha pogut analitzar sintà cticament la URI del servidor de claus\n" -#: g10/gpg.c:3317 +#: g10/gpg.c:3320 #, fuzzy, c-format msgid "%s:%d: invalid keyserver options\n" msgstr "%s:%d opcions d'exportació no và lides\n" -#: g10/gpg.c:3320 +#: g10/gpg.c:3323 #, fuzzy, c-format msgid "invalid keyserver options\n" msgstr "opcions d'exportació no và lides\n" -#: g10/gpg.c:3327 +#: g10/gpg.c:3330 #, c-format msgid "%s:%d: invalid import options\n" msgstr "%s:%d: opcions d'importanció no và lides\n" -#: g10/gpg.c:3330 +#: g10/gpg.c:3333 #, c-format msgid "invalid import options\n" msgstr "opcions d'importació no và lides\n" -#: g10/gpg.c:3336 g10/gpg.c:3351 +#: g10/gpg.c:3339 g10/gpg.c:3354 #, fuzzy, c-format msgid "invalid filter option: %s\n" msgstr "opcions d'importació no và lides\n" -#: g10/gpg.c:3342 +#: g10/gpg.c:3345 #, c-format msgid "%s:%d: invalid export options\n" msgstr "%s:%d opcions d'exportació no và lides\n" -#: g10/gpg.c:3345 +#: g10/gpg.c:3348 #, c-format msgid "invalid export options\n" msgstr "opcions d'exportació no và lides\n" -#: g10/gpg.c:3357 +#: g10/gpg.c:3360 #, fuzzy, c-format msgid "%s:%d: invalid list options\n" msgstr "%s:%d: opcions d'importanció no và lides\n" -#: g10/gpg.c:3360 +#: g10/gpg.c:3363 #, fuzzy, c-format msgid "invalid list options\n" msgstr "opcions d'importació no và lides\n" -#: g10/gpg.c:3368 +#: g10/gpg.c:3371 msgid "display photo IDs during signature verification" msgstr "" -#: g10/gpg.c:3370 +#: g10/gpg.c:3373 msgid "show policy URLs during signature verification" msgstr "" -#: g10/gpg.c:3372 +#: g10/gpg.c:3375 #, fuzzy msgid "show all notations during signature verification" msgstr "%s no és un joc de carà cters và lid\n" -#: g10/gpg.c:3374 +#: g10/gpg.c:3377 msgid "show IETF standard notations during signature verification" msgstr "" -#: g10/gpg.c:3378 +#: g10/gpg.c:3381 msgid "show user-supplied notations during signature verification" msgstr "" -#: g10/gpg.c:3380 +#: g10/gpg.c:3383 #, fuzzy msgid "show preferred keyserver URLs during signature verification" msgstr "la URL de polÃtica de signatura donada no és và lida\n" -#: g10/gpg.c:3382 +#: g10/gpg.c:3385 #, fuzzy msgid "show user ID validity during signature verification" msgstr "%s no és un joc de carà cters và lid\n" -#: g10/gpg.c:3384 +#: g10/gpg.c:3387 msgid "show revoked and expired user IDs in signature verification" msgstr "" -#: g10/gpg.c:3386 +#: g10/gpg.c:3389 #, fuzzy msgid "show only the primary user ID in signature verification" msgstr "%s no és un joc de carà cters và lid\n" -#: g10/gpg.c:3393 +#: g10/gpg.c:3396 #, fuzzy, c-format msgid "%s:%d: invalid verify options\n" msgstr "%s:%d opcions d'exportació no và lides\n" -#: g10/gpg.c:3396 +#: g10/gpg.c:3399 #, fuzzy, c-format msgid "invalid verify options\n" msgstr "opcions d'exportació no và lides\n" -#: g10/gpg.c:3403 +#: g10/gpg.c:3406 #, c-format msgid "unable to set exec-path to %s\n" msgstr "no s'ha pogut fixar l'exec-path a %s\n" -#: g10/gpg.c:3610 +#: g10/gpg.c:3613 #, fuzzy, c-format msgid "%s:%d: invalid auto-key-locate list\n" msgstr "%s:%d opcions d'exportació no và lides\n" -#: g10/gpg.c:3613 +#: g10/gpg.c:3616 #, c-format msgid "invalid auto-key-locate list\n" msgstr "" -#: g10/gpg.c:3622 +#: g10/gpg.c:3625 #, fuzzy, c-format msgid "invalid argument for option \"%.50s\"\n" msgstr "opcions d'importació no và lides\n" -#: g10/gpg.c:3776 sm/gpgsm.c:1642 +#: g10/gpg.c:3807 sm/gpgsm.c:1675 #, c-format msgid "WARNING: program may create a core file!\n" msgstr "AVÃS: el programa podria crear un fitxer core!\n" # FIXME: preferència? jm # Ho discutÃrem en la llista, segur. Deu ser als arxius. ivb -#: g10/gpg.c:3790 +#: g10/gpg.c:3821 #, c-format msgid "WARNING: %s overrides %s\n" msgstr "AVÃS: %s té preferència sobre %s\n" -#: g10/gpg.c:3799 +#: g10/gpg.c:3830 #, c-format msgid "%s not allowed with %s!\n" msgstr "%s no és permés amb %s!\n" -#: g10/gpg.c:3802 +#: g10/gpg.c:3833 #, c-format msgid "%s makes no sense with %s!\n" msgstr "%s no té sentit amb %s!\n" -#: g10/gpg.c:3817 sm/gpgsm.c:1663 dirmngr/dirmngr.c:1114 +#: g10/gpg.c:3848 sm/gpgsm.c:1696 dirmngr/dirmngr.c:1123 #, c-format msgid "WARNING: running with faked system time: " msgstr "" -#: g10/gpg.c:3838 +#: g10/gpg.c:3869 #, fuzzy, c-format msgid "will not run with insecure memory due to %s\n" msgstr "s'està escrivint la clau secreta a «%s»\n" -#: g10/gpg.c:3866 g10/gpg.c:3897 sm/gpgsm.c:1730 +#: g10/gpg.c:3897 g10/gpg.c:3928 sm/gpgsm.c:1763 #, c-format msgid "selected cipher algorithm is invalid\n" msgstr "l'algorisme de xifratge triat no és và lid\n" -#: g10/gpg.c:3873 +#: g10/gpg.c:3904 #, fuzzy, c-format #| msgid "selected digest algorithm is invalid\n" msgid "selected AEAD algorithm is invalid\n" msgstr "l'algorisme de resum seleccionat no és và lid\n" -#: g10/gpg.c:3885 +#: g10/gpg.c:3916 #, fuzzy, c-format msgid "selected compression algorithm is invalid\n" msgstr "l'algorisme de xifratge triat no és và lid\n" -#: g10/gpg.c:3891 +#: g10/gpg.c:3922 #, c-format msgid "selected certification digest algorithm is invalid\n" msgstr "l'algorisme de resum de certificació seleccionat no és và lid\n" -#: g10/gpg.c:3906 +#: g10/gpg.c:3937 #, c-format msgid "completes-needed must be greater than 0\n" msgstr "completes-needed ha de ser major que 0\n" -#: g10/gpg.c:3908 +#: g10/gpg.c:3939 #, c-format msgid "marginals-needed must be greater than 1\n" msgstr "marginals-needed ha de ser major que 1\n" -#: g10/gpg.c:3910 +#: g10/gpg.c:3941 #, fuzzy, c-format msgid "max-cert-depth must be in the range from 1 to 255\n" msgstr "max-cert-depth ha d'estar en el rang 1 a 255\n" -#: g10/gpg.c:3912 +#: g10/gpg.c:3943 #, fuzzy, c-format msgid "invalid default-cert-level; must be 0, 1, 2, or 3\n" msgstr "default-check-level és invà lid; ha de ser 0, 1, 2 o 3\n" -#: g10/gpg.c:3914 +#: g10/gpg.c:3945 #, fuzzy, c-format msgid "invalid min-cert-level; must be 1, 2, or 3\n" msgstr "default-check-level és invà lid; ha de ser 0, 1, 2 o 3\n" -#: g10/gpg.c:3918 +#: g10/gpg.c:3949 #, fuzzy, c-format #| msgid "NOTE: simple S2K mode (0) is strongly discouraged\n" msgid "Note: simple S2K mode (0) is strongly discouraged\n" msgstr "NOTA: el mode S2K simple (0) no és gens recomanable\n" -#: g10/gpg.c:3922 +#: g10/gpg.c:3953 #, c-format msgid "invalid S2K mode; must be 0, 1 or 3\n" msgstr "el mode S2K és invà lid; ha de ser 0, 1 o 3\n" -#: g10/gpg.c:3929 +#: g10/gpg.c:3960 #, c-format msgid "invalid default preferences\n" msgstr "les preferències per defecte són invà lides\n" -#: g10/gpg.c:3933 +#: g10/gpg.c:3964 #, c-format msgid "invalid personal cipher preferences\n" msgstr "les preferències personals de xifrat són invà lides\n" -#: g10/gpg.c:3936 +#: g10/gpg.c:3967 #, fuzzy, c-format #| msgid "invalid personal cipher preferences\n" msgid "invalid personal AEAD preferences\n" msgstr "les preferències personals de xifrat són invà lides\n" -#: g10/gpg.c:3940 +#: g10/gpg.c:3971 #, c-format msgid "invalid personal digest preferences\n" msgstr "les preferències personals de digest són invà lides\n" -#: g10/gpg.c:3944 +#: g10/gpg.c:3975 #, c-format msgid "invalid personal compress preferences\n" msgstr "les preferències personals de compressió són invà lides\n" -#: g10/gpg.c:3953 g10/gpg.c:3958 +#: g10/gpg.c:3984 g10/gpg.c:3989 #, fuzzy, c-format #| msgid "keysize invalid; using %u bits\n" msgid "chunk size invalid - using %d\n" msgstr "la mida de la clau és invà lida; s'hi usaran %u bits\n" -#: g10/gpg.c:3995 +#: g10/gpg.c:4026 #, c-format msgid "%s does not yet work with %s\n" msgstr "%s encara no funciona amb %s\n" -#: g10/gpg.c:4058 +#: g10/gpg.c:4089 #, fuzzy, c-format msgid "AEAD algorithm '%s' may not be used in %s mode\n" msgstr "no podeu usar l'algorisme de xifratge «%s» mentre esteu en mode %s\n" -#: g10/gpg.c:4070 +#: g10/gpg.c:4101 #, fuzzy, c-format msgid "compression algorithm '%s' may not be used in %s mode\n" msgstr "no podeu usar l'algorisme de compressió %s mentre esteu en mode %s\n" -#: g10/gpg.c:4225 +#: g10/gpg.c:4256 #, c-format msgid "failed to initialize the TrustDB: %s\n" msgstr "no s'ha pogut inicialitzar la base de dades de confiança: %s\n" -#: g10/gpg.c:4237 +#: g10/gpg.c:4268 #, c-format msgid "WARNING: recipients (-r) given without using public key encryption\n" msgstr "" "AVÃS: s'han donat destinataris (-r) sense usar xifratge de clau pública\n" -#: g10/gpg.c:4309 +#: g10/gpg.c:4340 #, fuzzy, c-format msgid "symmetric encryption of '%s' failed: %s\n" msgstr "ha fallat el desxifratge: %s\n" -#: g10/gpg.c:4338 +#: g10/gpg.c:4369 #, c-format msgid "you cannot use --symmetric --encrypt with --s2k-mode 0\n" msgstr "" -#: g10/gpg.c:4341 +#: g10/gpg.c:4372 #, fuzzy, c-format msgid "you cannot use --symmetric --encrypt in %s mode\n" msgstr "no podeu usar %s mentre esteu en mode %s\n" -#: g10/gpg.c:4399 +#: g10/gpg.c:4430 #, c-format msgid "you cannot use --symmetric --sign --encrypt with --s2k-mode 0\n" msgstr "" -#: g10/gpg.c:4402 +#: g10/gpg.c:4433 #, fuzzy, c-format msgid "you cannot use --symmetric --sign --encrypt in %s mode\n" msgstr "no podeu usar %s mentre esteu en mode %s\n" -#: g10/gpg.c:4790 g10/keyserver.c:1858 +#: g10/gpg.c:4821 g10/keyserver.c:1870 #, c-format msgid "keyserver send failed: %s\n" msgstr "l'enviament al servidor de claus ha fallat: %s\n" -#: g10/gpg.c:4795 +#: g10/gpg.c:4826 #, c-format msgid "keyserver receive failed: %s\n" msgstr "la recepció des del servidor de claus ha fallat: %s\n" -#: g10/gpg.c:4801 +#: g10/gpg.c:4832 #, c-format msgid "key export failed: %s\n" msgstr "l'exportació de la clau ha fallat: %s\n" -#: g10/gpg.c:4814 +#: g10/gpg.c:4845 #, fuzzy, c-format #| msgid "key export failed: %s\n" msgid "export as ssh key failed: %s\n" msgstr "l'exportació de la clau ha fallat: %s\n" -#: g10/gpg.c:4826 +#: g10/gpg.c:4857 #, c-format msgid "keyserver search failed: %s\n" msgstr "ha fallat la cerca al servidor de claus: %s\n" -#: g10/gpg.c:4839 +#: g10/gpg.c:4870 #, c-format msgid "keyserver refresh failed: %s\n" msgstr "ha fallat el refresc des del servidor de claus: %s\n" -#: g10/gpg.c:4906 +#: g10/gpg.c:4937 #, c-format msgid "dearmoring failed: %s\n" msgstr "no s'ha pogut llevar l'armadura: %s\n" -#: g10/gpg.c:4917 +#: g10/gpg.c:4948 #, c-format msgid "enarmoring failed: %s\n" msgstr "no s'ha pogut crear l'armadura: %s\n" -#: g10/gpg.c:5022 +#: g10/gpg.c:5053 #, fuzzy, c-format #| msgid "invalid hash algorithm `%s'\n" msgid "invalid hash algorithm '%s'\n" msgstr "l'algoritme de dispersió és invà lid «%s»\n" -#: g10/gpg.c:5174 g10/tofu.c:2156 +#: g10/gpg.c:5205 g10/tofu.c:2156 #, fuzzy, c-format msgid "error parsing key specification '%s': %s\n" msgstr "error en la creació de la contrasenya: %s\n" -#: g10/gpg.c:5185 +#: g10/gpg.c:5216 #, c-format msgid "'%s' does not appear to be a valid key ID, fingerprint or keygrip\n" msgstr "" -#: g10/gpg.c:5241 +#: g10/gpg.c:5272 #, c-format msgid "WARNING: no command supplied. Trying to guess what you mean ...\n" msgstr "" -#: g10/gpg.c:5252 +#: g10/gpg.c:5283 #, c-format msgid "Go ahead and type your message ...\n" msgstr "Endavant, escriviu el missatge...\n" -#: g10/gpg.c:5599 +#: g10/gpg.c:5630 #, c-format msgid "the given certification policy URL is invalid\n" msgstr "la URL de polÃtica de certificació donada no és và lida\n" -#: g10/gpg.c:5601 +#: g10/gpg.c:5632 #, c-format msgid "the given signature policy URL is invalid\n" msgstr "la URL de polÃtica de signatura donada no és và lida\n" -#: g10/gpg.c:5634 +#: g10/gpg.c:5665 #, fuzzy, c-format msgid "the given preferred keyserver URL is invalid\n" msgstr "la URL de polÃtica de signatura donada no és và lida\n" @@ -3588,7 +3588,7 @@ msgstr "pren les claus d'aquest anell" msgid "make timestamp conflicts only a warning" msgstr "fes els conflictes de marques de temps només un avÃs" -#: g10/gpgv.c:86 sm/gpgsm.c:411 tools/gpgconf.c:116 tools/gpg-card.c:94 +#: g10/gpgv.c:86 sm/gpgsm.c:414 tools/gpgconf.c:116 tools/gpg-card.c:95 msgid "|FD|write status info to this FD" msgstr "|FD|escriu informació d'estat en aquest FD" @@ -3687,271 +3687,271 @@ msgstr "" msgid "repair keys on import" msgstr "mostra empremta" -#: g10/import.c:387 g10/import.c:709 +#: g10/import.c:399 g10/import.c:721 #, c-format msgid "skipping block of type %d\n" msgstr "es descarta un bloc de tipus %d\n" -#: g10/import.c:726 +#: g10/import.c:738 #, fuzzy, c-format msgid "%lu keys processed so far\n" msgstr "fins ara s'han processat %lu claus\n" -#: g10/import.c:819 +#: g10/import.c:831 #, c-format msgid "Total number processed: %lu\n" msgstr "Nombre total processat: %lu\n" -#: g10/import.c:822 +#: g10/import.c:834 #, fuzzy, c-format #| msgid " skipped new keys: %lu\n" msgid " skipped PGP-2 keys: %lu\n" msgstr " claus noves descartades: %lu\n" -#: g10/import.c:824 +#: g10/import.c:836 #, c-format msgid " skipped new keys: %lu\n" msgstr " claus noves descartades: %lu\n" -#: g10/import.c:827 +#: g10/import.c:839 #, c-format msgid " w/o user IDs: %lu\n" msgstr " sense ID: %lu\n" -#: g10/import.c:830 sm/import.c:129 +#: g10/import.c:842 sm/import.c:129 #, c-format msgid " imported: %lu" msgstr " importades: %lu" -#: g10/import.c:834 sm/import.c:133 +#: g10/import.c:846 sm/import.c:133 #, c-format msgid " unchanged: %lu\n" msgstr " no modificades: %lu\n" -#: g10/import.c:836 +#: g10/import.c:848 #, c-format msgid " new user IDs: %lu\n" msgstr " ID d'usuaris nous: %lu\n" -#: g10/import.c:838 +#: g10/import.c:850 #, c-format msgid " new subkeys: %lu\n" msgstr " subclaus noves: %lu\n" -#: g10/import.c:840 +#: g10/import.c:852 #, c-format msgid " new signatures: %lu\n" msgstr " signatures noves: %lu\n" -#: g10/import.c:842 +#: g10/import.c:854 #, c-format msgid " new key revocations: %lu\n" msgstr " noves revocacions: %lu\n" -#: g10/import.c:844 sm/import.c:135 +#: g10/import.c:856 sm/import.c:135 #, c-format msgid " secret keys read: %lu\n" msgstr " claus privades llegides: %lu\n" -#: g10/import.c:846 sm/import.c:137 +#: g10/import.c:858 sm/import.c:137 #, c-format msgid " secret keys imported: %lu\n" msgstr "claus privades importades: %lu\n" -#: g10/import.c:848 sm/import.c:139 +#: g10/import.c:860 sm/import.c:139 #, c-format msgid " secret keys unchanged: %lu\n" msgstr "claus privades no canviades: %lu\n" -#: g10/import.c:850 sm/import.c:141 +#: g10/import.c:862 sm/import.c:141 #, c-format msgid " not imported: %lu\n" msgstr " importades: %lu\n" -#: g10/import.c:852 +#: g10/import.c:864 #, fuzzy, c-format msgid " signatures cleaned: %lu\n" msgstr " signatures noves: %lu\n" -#: g10/import.c:854 +#: g10/import.c:866 #, fuzzy, c-format msgid " user IDs cleaned: %lu\n" msgstr " claus privades llegides: %lu\n" -#: g10/import.c:1279 +#: g10/import.c:1291 #, c-format msgid "" "WARNING: key %s contains preferences for unavailable\n" "algorithms on these user IDs:\n" msgstr "" -#: g10/import.c:1321 +#: g10/import.c:1333 #, c-format msgid " \"%s\": preference for cipher algorithm %s\n" msgstr "" -#: g10/import.c:1339 +#: g10/import.c:1351 #, fuzzy, c-format msgid " \"%s\": preference for AEAD algorithm %s\n" msgstr "signatura %s, algorisme de resum %s\n" -#: g10/import.c:1354 +#: g10/import.c:1366 #, fuzzy, c-format msgid " \"%s\": preference for digest algorithm %s\n" msgstr "signatura %s, algorisme de resum %s\n" -#: g10/import.c:1366 +#: g10/import.c:1378 #, c-format msgid " \"%s\": preference for compression algorithm %s\n" msgstr "" -#: g10/import.c:1379 +#: g10/import.c:1391 #, c-format msgid "it is strongly suggested that you update your preferences and\n" msgstr "" -#: g10/import.c:1381 +#: g10/import.c:1393 #, c-format msgid "re-distribute this key to avoid potential algorithm mismatch problems\n" msgstr "" -#: g10/import.c:1406 +#: g10/import.c:1418 #, c-format msgid "you can update your preferences with: gpg --edit-key %s updpref save\n" msgstr "" -#: g10/import.c:1920 g10/import.c:3041 +#: g10/import.c:1932 g10/import.c:3053 #, fuzzy, c-format msgid "key %s: no user ID\n" msgstr "clau %08lX: sense ID\n" -#: g10/import.c:1926 +#: g10/import.c:1938 #, fuzzy, c-format msgid "key %s: %s\n" msgstr "es descarta «%s»: %s\n" -#: g10/import.c:1927 g10/import.c:3013 +#: g10/import.c:1939 g10/import.c:3025 msgid "rejected by import screener" msgstr "" -#: g10/import.c:1976 +#: g10/import.c:1988 #, fuzzy, c-format msgid "key %s: PKS subkey corruption repaired\n" msgstr "clau %08lX: corrupció de la subclau HKP reparada\n" -#: g10/import.c:1997 +#: g10/import.c:2009 #, fuzzy, c-format msgid "key %s: accepted non self-signed user ID \"%s\"\n" msgstr "clau %08lX: s'ha acceptat la ID d'usuari no autosignada «%s»\n" -#: g10/import.c:2008 g10/import.c:2039 +#: g10/import.c:2020 g10/import.c:2051 #, fuzzy, c-format msgid "key %s: no valid user IDs\n" msgstr "clau %08lX: l'ID no és và lid\n" -#: g10/import.c:2010 +#: g10/import.c:2022 #, c-format msgid "this may be caused by a missing self-signature\n" msgstr "açò pot ser causat per l'absència d'autosignatura\n" -#: g10/import.c:2089 g10/import.c:3427 +#: g10/import.c:2101 g10/import.c:3439 #, fuzzy, c-format msgid "key %s: public key not found: %s\n" msgstr "clau %08lX: no s'ha trobat la clau pública: %s\n" -#: g10/import.c:2095 +#: g10/import.c:2107 #, fuzzy, c-format msgid "key %s: new key - skipped\n" msgstr "clau %08lX: clau nova - es descarta \n" -#: g10/import.c:2107 +#: g10/import.c:2119 #, c-format msgid "no writable keyring found: %s\n" msgstr "no s'ha trobat cap anell escrivible: %s\n" -#: g10/import.c:2139 g10/import.c:2241 g10/import.c:3502 +#: g10/import.c:2151 g10/import.c:2253 g10/import.c:3514 #, fuzzy, c-format #| msgid "error writing keyring `%s': %s\n" msgid "error writing keyring '%s': %s\n" msgstr "error mentre s'escrivia l'anell «%s»: %s\n" -#: g10/import.c:2162 +#: g10/import.c:2174 #, fuzzy, c-format msgid "key %s: public key \"%s\" imported\n" msgstr "clau %08lX: s'ha importat la clau pública «%s»\n" -#: g10/import.c:2189 +#: g10/import.c:2201 #, fuzzy, c-format msgid "key %s: doesn't match our copy\n" msgstr "clau %08lX: no correspon a la nostra còpia\n" -#: g10/import.c:2257 +#: g10/import.c:2269 #, fuzzy, c-format msgid "key %s: \"%s\" 1 new user ID\n" msgstr "clau %08lX: «%s» 1 ID d'usuari nou\n" -#: g10/import.c:2260 +#: g10/import.c:2272 #, fuzzy, c-format msgid "key %s: \"%s\" %d new user IDs\n" msgstr "clau %08lX: «%s» %d ID d'usuari nous\n" -#: g10/import.c:2263 +#: g10/import.c:2275 #, fuzzy, c-format msgid "key %s: \"%s\" 1 new signature\n" msgstr "clau %08lX: «%s» 1 signatura nova\n" -#: g10/import.c:2266 +#: g10/import.c:2278 #, fuzzy, c-format msgid "key %s: \"%s\" %d new signatures\n" msgstr "clau %08lX: «%s» %d signatures noves\n" -#: g10/import.c:2269 +#: g10/import.c:2281 #, fuzzy, c-format msgid "key %s: \"%s\" 1 new subkey\n" msgstr "clau %08lX: «%s» 1 subclau nova\n" -#: g10/import.c:2272 +#: g10/import.c:2284 #, fuzzy, c-format msgid "key %s: \"%s\" %d new subkeys\n" msgstr "clau %08lX: «%s» %d subclaus noves\n" -#: g10/import.c:2275 +#: g10/import.c:2287 #, fuzzy, c-format msgid "key %s: \"%s\" %d signature cleaned\n" msgstr "clau %08lX: «%s» %d signatures noves\n" -#: g10/import.c:2278 +#: g10/import.c:2290 #, fuzzy, c-format msgid "key %s: \"%s\" %d signatures cleaned\n" msgstr "clau %08lX: «%s» %d signatures noves\n" -#: g10/import.c:2281 +#: g10/import.c:2293 #, fuzzy, c-format msgid "key %s: \"%s\" %d user ID cleaned\n" msgstr "clau %08lX: «%s» %d ID d'usuari nous\n" -#: g10/import.c:2284 +#: g10/import.c:2296 #, fuzzy, c-format msgid "key %s: \"%s\" %d user IDs cleaned\n" msgstr "clau %08lX: «%s» %d ID d'usuari nous\n" -#: g10/import.c:2320 +#: g10/import.c:2332 #, fuzzy, c-format msgid "key %s: \"%s\" not changed\n" msgstr "clau %08lX: «%s» no ha estat modificada\n" -#: g10/import.c:2680 g10/import.c:2875 +#: g10/import.c:2692 g10/import.c:2887 #, fuzzy, c-format msgid "key %s: secret key imported\n" msgstr "clau %08lX: s'ha importat la clau secreta\n" -#: g10/import.c:2688 +#: g10/import.c:2700 #, fuzzy, c-format #| msgid "skipped: secret key already present\n" msgid "key %s: secret key already exists\n" msgstr "es descarta: la clau secreta ja és present\n" -#: g10/import.c:2696 +#: g10/import.c:2708 #, fuzzy, c-format msgid "key %s: error sending to agent: %s\n" msgstr "error mentre s'enviava a «%s»: %s\n" @@ -3964,69 +3964,69 @@ msgstr "error mentre s'enviava a «%s»: %s\n" #. * Instead, user should be suggested to run 'gpg --card-status', #. * then, references to a card will be automatically created #. * again. -#: g10/import.c:2865 +#: g10/import.c:2877 #, c-format msgid "To migrate '%s', with each smartcard, run: %s\n" msgstr "" -#: g10/import.c:3012 +#: g10/import.c:3024 #, fuzzy, c-format msgid "secret key %s: %s\n" msgstr "no s'ha trobat la clau secreta «%s»: %s\n" -#: g10/import.c:3033 g10/import.c:3072 +#: g10/import.c:3045 g10/import.c:3084 #, fuzzy, c-format msgid "importing secret keys not allowed\n" msgstr "s'està escrivint la clau secreta a «%s»\n" -#: g10/import.c:3060 +#: g10/import.c:3072 #, fuzzy, c-format msgid "key %s: secret key with invalid cipher %d - skipped\n" msgstr "clau %08lX: clau secreta amb xifrat %d no và lid - es descarta\n" -#: g10/import.c:3222 g10/pkclist.c:75 g10/revoke.c:774 +#: g10/import.c:3234 g10/pkclist.c:75 g10/revoke.c:774 msgid "No reason specified" msgstr "No s'ha especificat cap raó" -#: g10/import.c:3223 g10/pkclist.c:77 g10/revoke.c:776 +#: g10/import.c:3235 g10/pkclist.c:77 g10/revoke.c:776 msgid "Key is superseded" msgstr "La clau ha estat substituïda" -#: g10/import.c:3224 g10/pkclist.c:79 g10/revoke.c:775 +#: g10/import.c:3236 g10/pkclist.c:79 g10/revoke.c:775 msgid "Key has been compromised" msgstr "La clau ha estat compromesa" -#: g10/import.c:3225 g10/pkclist.c:81 g10/revoke.c:777 +#: g10/import.c:3237 g10/pkclist.c:81 g10/revoke.c:777 msgid "Key is no longer used" msgstr "La clau ja no s'usa" -#: g10/import.c:3226 g10/pkclist.c:83 g10/revoke.c:778 +#: g10/import.c:3238 g10/pkclist.c:83 g10/revoke.c:778 msgid "User ID is no longer valid" msgstr "L'ID d'usuari ja no és và lid" -#: g10/import.c:3351 g10/keylist.c:1105 g10/pkclist.c:87 +#: g10/import.c:3363 g10/keylist.c:1105 g10/pkclist.c:87 #, c-format msgid "reason for revocation: " msgstr "raó de la revocació: " -#: g10/import.c:3370 g10/keylist.c:1124 g10/pkclist.c:103 +#: g10/import.c:3382 g10/keylist.c:1124 g10/pkclist.c:103 #, c-format msgid "revocation comment: " msgstr "comentari de la revocació: " -#: g10/import.c:3420 +#: g10/import.c:3432 #, fuzzy, c-format msgid "key %s: no public key - can't apply revocation certificate\n" msgstr "" "clau %08lX: falta la clau pública: no es pot aplicar el certificat\n" "de revocació\n" -#: g10/import.c:3449 +#: g10/import.c:3461 #, fuzzy, c-format msgid "key %s: can't locate original keyblock: %s\n" msgstr "clau %08lX: no s'ha trobat el bloc de claus original: %s\n" -#: g10/import.c:3456 +#: g10/import.c:3468 #, fuzzy, c-format msgid "key %s: can't read original keyblock: %s\n" msgstr "clau %08lX: no s'ha pogut llegir el bloc de claus original: %s\n" @@ -4034,22 +4034,22 @@ msgstr "clau %08lX: no s'ha pogut llegir el bloc de claus original: %s\n" # O «rebutjara»? ivb # Per tots els canvis d'anglicisme «ignorat» -> «es descarta», # «es rebutja» està bé. jm -#: g10/import.c:3476 +#: g10/import.c:3488 #, fuzzy, c-format msgid "key %s: invalid revocation certificate: %s - rejected\n" msgstr "clau %08lX: el certificat de revocació és invà lid: %s: es rebutja\n" -#: g10/import.c:3511 +#: g10/import.c:3523 #, fuzzy, c-format msgid "key %s: \"%s\" revocation certificate imported\n" msgstr "clau %08lX: s'ha importat el certificat de revocació «%s»\n" -#: g10/import.c:3597 +#: g10/import.c:3609 #, fuzzy, c-format msgid "key %s: no user ID for signature\n" msgstr "clau %08lX: no hi ha ID per a la signatura\n" -#: g10/import.c:3614 +#: g10/import.c:3626 #, fuzzy, c-format msgid "key %s: unsupported public key algorithm on user ID \"%s\"\n" msgstr "" @@ -4057,121 +4057,121 @@ msgstr "" "«%s»\n" "\n" -#: g10/import.c:3616 +#: g10/import.c:3628 #, fuzzy, c-format msgid "key %s: invalid self-signature on user ID \"%s\"\n" msgstr "clau %08lX: l'autosignatura no és và lida en l'id d'usuari «%s»\n" -#: g10/import.c:3633 g10/import.c:3661 g10/import.c:3717 +#: g10/import.c:3645 g10/import.c:3673 g10/import.c:3729 #, fuzzy, c-format msgid "key %s: unsupported public key algorithm\n" msgstr "clau %08lX: l'algoritme de clau pública no és suportat\n" -#: g10/import.c:3634 +#: g10/import.c:3646 #, fuzzy, c-format msgid "key %s: invalid direct key signature\n" msgstr "clau %08lX: s'ha afegit la signatura de clau directa\n" -#: g10/import.c:3648 +#: g10/import.c:3660 #, fuzzy, c-format msgid "key %s: no subkey for key binding\n" msgstr "clau %08lX: no hi ha una subclau per a l'enllaç de la clau\n" -#: g10/import.c:3663 +#: g10/import.c:3675 #, fuzzy, c-format msgid "key %s: invalid subkey binding\n" msgstr "clau %08lX: l'enllaç de subclau és invà lid\n" -#: g10/import.c:3682 +#: g10/import.c:3694 #, fuzzy, c-format msgid "key %s: removed multiple subkey binding\n" msgstr "clau %08lX: s'ha eliminat un enllaç de subclau múltiple\n" -#: g10/import.c:3706 +#: g10/import.c:3718 #, fuzzy, c-format msgid "key %s: no subkey for key revocation\n" msgstr "clau %08lX: no hi ha una subclau per a la clau de revocació\n" -#: g10/import.c:3719 +#: g10/import.c:3731 #, fuzzy, c-format msgid "key %s: invalid subkey revocation\n" msgstr "clau %08lX: Subclau de revocació no và lida\n" -#: g10/import.c:3734 +#: g10/import.c:3746 #, fuzzy, c-format msgid "key %s: removed multiple subkey revocation\n" msgstr "clau %08lX: s'han eliminat subclaus de revocació múltiples\n" -#: g10/import.c:3778 +#: g10/import.c:3790 #, fuzzy, c-format msgid "key %s: skipped user ID \"%s\"\n" msgstr "clau %08lX: es descarta l'ID d'usuari '" -#: g10/import.c:3805 +#: g10/import.c:3817 #, fuzzy, c-format msgid "key %s: skipped subkey\n" msgstr "clau %08lX: es descarta la subclau\n" -#: g10/import.c:3837 +#: g10/import.c:3849 #, fuzzy, c-format msgid "key %s: non exportable signature (class 0x%02X) - skipped\n" msgstr "clau %08lX: la signatura és inexportable (classe %02x) - es descarta\n" -#: g10/import.c:3848 +#: g10/import.c:3860 #, fuzzy, c-format msgid "key %s: revocation certificate at wrong place - skipped\n" msgstr "" "clau %08lX: el certificat de revocació és en el lloc equivocat - es " "descarta\n" -#: g10/import.c:3866 +#: g10/import.c:3878 #, fuzzy, c-format msgid "key %s: invalid revocation certificate: %s - skipped\n" msgstr "clau %08lX: el certificat de revocació és invà lid: %s - es descarta\n" -#: g10/import.c:3880 +#: g10/import.c:3892 #, fuzzy, c-format msgid "key %s: subkey signature in wrong place - skipped\n" msgstr "" "clau %08lX: la signatura de la subclau és en el lloc equivocat - es " "descarta\n" -#: g10/import.c:3888 +#: g10/import.c:3900 #, fuzzy, c-format msgid "key %s: unexpected signature class (0x%02X) - skipped\n" msgstr "" "clau %08lX: la classe de signatura és inesperada (0x%02x) - es descarta\n" -#: g10/import.c:4061 +#: g10/import.c:4073 #, fuzzy, c-format msgid "key %s: duplicated user ID detected - merged\n" msgstr "clau %08lX: s'ha detectat un ID d'usuari duplicat - es fusiona\n" -#: g10/import.c:4168 +#: g10/import.c:4180 #, fuzzy, c-format msgid "key %s: duplicated subkeys detected - merged\n" msgstr "clau %08lX: s'ha detectat un ID d'usuari duplicat - es fusiona\n" -#: g10/import.c:4233 +#: g10/import.c:4245 #, fuzzy, c-format msgid "WARNING: key %s may be revoked: fetching revocation key %s\n" msgstr "" "AVÃS: la clau %08lX pot estar revocada: s'adquireix la clau de revocació " "%08lX\n" -#: g10/import.c:4249 +#: g10/import.c:4261 #, fuzzy, c-format msgid "WARNING: key %s may be revoked: revocation key %s not present.\n" msgstr "" "AVÃS: la clau %08lX pot estar revocada: la clau de revocació %08lX no està " "present.\n" -#: g10/import.c:4315 +#: g10/import.c:4327 #, fuzzy, c-format msgid "key %s: \"%s\" revocation certificate added\n" msgstr "clau %08lX: s'hi ha afegit el certificat de revocació «%s»\n" -#: g10/import.c:4353 +#: g10/import.c:4365 #, fuzzy, c-format msgid "key %s: direct key signature added\n" msgstr "clau %08lX: s'ha afegit la signatura de clau directa\n" @@ -5080,13 +5080,13 @@ msgstr "" "correcta a no ser que torneu a executar el programa.\n" #: g10/keyedit.c:4016 g10/keyedit.c:4447 g10/keyserver.c:535 -#: g10/mainproc.c:2277 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 +#: g10/mainproc.c:2280 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 #, fuzzy msgid "revoked" msgstr "[revocada]" #: g10/keyedit.c:4018 g10/keyedit.c:4449 g10/keyserver.c:539 -#: g10/mainproc.c:2279 g10/tofu.c:1792 g10/trust.c:124 +#: g10/mainproc.c:2282 g10/tofu.c:1792 g10/trust.c:124 #, fuzzy msgid "expired" msgstr "expire" @@ -5645,7 +5645,7 @@ msgstr " (%d) RSA (només xifrar)\n" msgid "Enter the keygrip: " msgstr "Notació de signatura: " -#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2279 +#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2280 #, c-format msgid "Not a valid keygrip (expecting 40 hex digits)\n" msgstr "" @@ -5655,13 +5655,13 @@ msgstr "" msgid "No key with this keygrip\n" msgstr "No hi ha cap ID amb l'Ãndex %d\n" -#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3437 g10/keygen.c:3448 +#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3440 g10/keygen.c:3451 #: sm/certreqgen-ui.c:231 sm/certreqgen-ui.c:240 #, fuzzy, c-format msgid "error reading the card: %s\n" msgstr "%s: error en llegir el registre lliure: %s\n" -#: g10/keygen.c:2292 g10/keygen.c:3441 sm/certreqgen-ui.c:234 +#: g10/keygen.c:2292 g10/keygen.c:3444 sm/certreqgen-ui.c:234 #, fuzzy, c-format msgid "Serial number of the card: %s\n" msgstr "error en la creació de la contrasenya: %s\n" @@ -5917,13 +5917,18 @@ msgstr "" "nombres primers; açò dóna oportunitat al generador de nombres aleatoris\n" "d'aconseguir prou entropia.\n" -#: g10/keygen.c:4570 g10/keygen.c:4643 g10/keygen.c:4661 g10/keygen.c:4690 -#: g10/keygen.c:5066 g10/keygen.c:5612 g10/keygen.c:5923 g10/keygen.c:6030 +#: g10/keygen.c:3591 +#, c-format +msgid "WARNING: v4 is specified, but overridden by v5.\n" +msgstr "" + +#: g10/keygen.c:4590 g10/keygen.c:4663 g10/keygen.c:4681 g10/keygen.c:4710 +#: g10/keygen.c:5086 g10/keygen.c:5632 g10/keygen.c:5943 g10/keygen.c:6050 #, c-format msgid "Key generation failed: %s\n" msgstr "La generació de claus ha fallat: %s\n" -#: g10/keygen.c:4579 +#: g10/keygen.c:4599 #, c-format msgid "" "About to create a key for:\n" @@ -5931,70 +5936,70 @@ msgid "" "\n" msgstr "" -#: g10/keygen.c:4581 +#: g10/keygen.c:4601 msgid "Continue? (Y/n) " msgstr "" -#: g10/keygen.c:4602 +#: g10/keygen.c:4622 #, fuzzy, c-format msgid "A key for \"%s\" already exists\n" msgstr "«%s» ja està comprimida\n" -#: g10/keygen.c:4607 +#: g10/keygen.c:4627 #, fuzzy #| msgid "Create anyway? " msgid "Create anyway? (y/N) " msgstr "Voleu crear la clau de tota manera? " -#: g10/keygen.c:4613 +#: g10/keygen.c:4633 #, fuzzy, c-format #| msgid "Create anyway? " msgid "creating anyway\n" msgstr "Voleu crear la clau de tota manera? " -#: g10/keygen.c:5049 +#: g10/keygen.c:5069 #, c-format msgid "Note: Use \"%s %s\" for a full featured key generation dialog.\n" msgstr "" -#: g10/keygen.c:5098 +#: g10/keygen.c:5118 #, c-format msgid "Key generation canceled.\n" msgstr "La generació de claus ha estat cancel·lada.\n" -#: g10/keygen.c:5158 +#: g10/keygen.c:5178 #, fuzzy, c-format msgid "can't create backup file '%s': %s\n" msgstr "no s'ha pogut crear «%s»: %s\n" -#: g10/keygen.c:5178 +#: g10/keygen.c:5198 #, c-format msgid "Note: backup of card key saved to '%s'\n" msgstr "" -#: g10/keygen.c:5339 g10/keygen.c:5541 +#: g10/keygen.c:5359 g10/keygen.c:5561 #, fuzzy, c-format #| msgid "writing public key to `%s'\n" msgid "writing public key to '%s'\n" msgstr "s'està escrivint la clau pública a «%s»\n" # Potser no hi haja cap anell! ivb -#: g10/keygen.c:5535 +#: g10/keygen.c:5555 #, c-format msgid "no writable public keyring found: %s\n" msgstr "no s'ha trobat cap anell públic escrivible: %s\n" -#: g10/keygen.c:5549 +#: g10/keygen.c:5569 #, fuzzy, c-format #| msgid "error writing public keyring `%s': %s\n" msgid "error writing public keyring '%s': %s\n" msgstr "s'ha produït un error mentre s'escrivia l'anell públic «%s»: %s\n" -#: g10/keygen.c:5583 +#: g10/keygen.c:5603 msgid "public and secret key created and signed.\n" msgstr "s'han creat i signat les claus pública i secreta.\n" -#: g10/keygen.c:5599 +#: g10/keygen.c:5619 #, fuzzy msgid "" "Note that this key cannot be used for encryption. You may want to use\n" @@ -6004,7 +6009,7 @@ msgstr "" "\"--edit-key\" per a generar una clau secundà ria per a tal propòsit.\n" # Werner FIXME: Use ngettext. jm -#: g10/keygen.c:5781 g10/keygen.c:5980 +#: g10/keygen.c:5801 g10/keygen.c:6000 #, c-format msgid "" "key has been created %lu second in future (time warp or clock problem)\n" @@ -6013,7 +6018,7 @@ msgstr "" "amb el rellotge)\n" # Werner FIXME: use ngettext. jm -#: g10/keygen.c:5783 g10/keygen.c:5982 +#: g10/keygen.c:5803 g10/keygen.c:6002 #, c-format msgid "" "key has been created %lu seconds in future (time warp or clock problem)\n" @@ -6021,23 +6026,23 @@ msgstr "" "la clau s'ha creat %lu segons en el futur (salt en el temps o problemes\n" "amb el rellotge)\n" -#: g10/keygen.c:5794 g10/keygen.c:5993 +#: g10/keygen.c:5814 g10/keygen.c:6013 #, fuzzy, c-format #| msgid "NOTE: creating subkeys for v3 keys is not OpenPGP compliant\n" msgid "Note: creating subkeys for v3 keys is not OpenPGP compliant\n" msgstr "NOTA: crear subclaus per a claus v3 no és conforme amb OpenPGP\n" -#: g10/keygen.c:5806 g10/keygen.c:5808 +#: g10/keygen.c:5826 g10/keygen.c:5828 #, c-format msgid "Secret parts of primary key are not available.\n" msgstr "Les parts secretes de la clau primà ria no estan disponibles.\n" -#: g10/keygen.c:5815 g10/keygen.c:5817 +#: g10/keygen.c:5835 g10/keygen.c:5837 #, fuzzy, c-format msgid "Secret parts of primary key are stored on-card.\n" msgstr "Les parts secretes de la clau primà ria no estan disponibles.\n" -#: g10/keygen.c:5837 g10/keygen.c:6007 +#: g10/keygen.c:5857 g10/keygen.c:6027 #, fuzzy msgid "Really create? (y/N) " msgstr "Crear realment? " @@ -6199,60 +6204,60 @@ msgstr "" msgid "\"%s\" not a key ID: skipping\n" msgstr "%s: no és un ID và lid\n" -#: g10/keyserver.c:1418 g10/keyserver.c:1451 +#: g10/keyserver.c:1420 g10/keyserver.c:1453 #, fuzzy, c-format msgid "refreshing %d key from %s\n" msgid_plural "refreshing %d keys from %s\n" msgstr[0] "s'està sol·licitant la clau %08lX de %s\n" msgstr[1] "s'està sol·licitant la clau %08lX de %s\n" -#: g10/keyserver.c:1425 +#: g10/keyserver.c:1427 #, fuzzy, c-format msgid "WARNING: unable to refresh key %s via %s: %s\n" msgstr "AVÃS: no s'ha pogut eliminar el fitxer temporal (%s) «%s»: %s\n" -#: g10/keyserver.c:1529 +#: g10/keyserver.c:1531 #, fuzzy, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "no s'ha trobat la clau «%s»: %s\n" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1534 #, fuzzy, c-format msgid "key not found on keyserver\n" msgstr "no s'ha trobat la clau «%s»: %s\n" -#: g10/keyserver.c:1720 +#: g10/keyserver.c:1722 #, fuzzy, c-format msgid "requesting key %s from %s server %s\n" msgstr "s'està sol·licitant la clau %08lX de %s\n" -#: g10/keyserver.c:1724 +#: g10/keyserver.c:1726 #, fuzzy, c-format msgid "requesting key %s from %s\n" msgstr "s'està sol·licitant la clau %08lX de %s\n" # «del servidor», «en el servidor»? ivb -#: g10/keyserver.c:1829 g10/keyserver.c:2008 +#: g10/keyserver.c:1841 g10/keyserver.c:2020 #, fuzzy, c-format msgid "no keyserver known\n" msgstr "error de servidor de claus" -#: g10/keyserver.c:1844 g10/skclist.c:213 g10/skclist.c:241 +#: g10/keyserver.c:1856 g10/skclist.c:213 g10/skclist.c:241 #, fuzzy, c-format msgid "skipped \"%s\": %s\n" msgstr "es descarta «%s»: %s\n" -#: g10/keyserver.c:1848 +#: g10/keyserver.c:1860 #, fuzzy, c-format msgid "sending key %s to %s\n" msgstr "s'està sol·licitant la clau %08lX de %s\n" -#: g10/keyserver.c:1889 +#: g10/keyserver.c:1901 #, fuzzy, c-format msgid "requesting key from '%s'\n" msgstr "s'està sol·licitant la clau %08lX de %s\n" -#: g10/keyserver.c:1905 +#: g10/keyserver.c:1917 #, fuzzy, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "AVÃS: no s'ha pogut eliminar el fitxer temporal (%s) «%s»: %s\n" @@ -6450,88 +6455,88 @@ msgstr " alias \"" msgid "Key available at: " msgstr "La clau és disponible en: " -#: g10/mainproc.c:2033 +#: g10/mainproc.c:2034 #, c-format msgid "Note: Use '%s' to make use of this info\n" msgstr "" -#: g10/mainproc.c:2231 +#: g10/mainproc.c:2234 msgid "[uncertain]" msgstr "[incert]" -#: g10/mainproc.c:2269 +#: g10/mainproc.c:2272 #, fuzzy, c-format msgid " aka \"%s\"" msgstr " alias \"" -#: g10/mainproc.c:2344 +#: g10/mainproc.c:2347 #, fuzzy, c-format #| msgid "WARNING: This key is not certified with a trusted signature!\n" msgid "WARNING: This key is not suitable for signing in %s mode\n" msgstr "AVÃS: Aquesta clau no ve certificada per una signatura de confiança!\n" -#: g10/mainproc.c:2360 +#: g10/mainproc.c:2363 #, c-format msgid "Signature expired %s\n" msgstr "Aquesta signatura va caducar el %s\n" -#: g10/mainproc.c:2365 +#: g10/mainproc.c:2368 #, c-format msgid "Signature expires %s\n" msgstr "Aquesta signatura caduca el %s\n" -#: g10/mainproc.c:2376 +#: g10/mainproc.c:2379 #, fuzzy, c-format #| msgid "%s signature, digest algorithm %s\n" msgid "%s signature, digest algorithm %s%s%s\n" msgstr "signatura %s, algorisme de resum %s\n" -#: g10/mainproc.c:2377 +#: g10/mainproc.c:2380 msgid "binary" msgstr "binari" -#: g10/mainproc.c:2378 +#: g10/mainproc.c:2381 msgid "textmode" msgstr "mode text" -#: g10/mainproc.c:2378 g10/trust.c:123 dirmngr/ocsp.c:792 +#: g10/mainproc.c:2381 g10/trust.c:123 dirmngr/ocsp.c:792 msgid "unknown" msgstr "desconeguda" -#: g10/mainproc.c:2380 +#: g10/mainproc.c:2383 #, fuzzy #| msgid "unknown pubkey algorithm" msgid ", key algorithm " msgstr "l'algoritme de clau pública és desconegut" -#: g10/mainproc.c:2415 +#: g10/mainproc.c:2418 #, c-format msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n" msgstr "" -#: g10/mainproc.c:2454 +#: g10/mainproc.c:2457 #, c-format msgid "Can't check signature: %s\n" msgstr "No s'ha pogut comprovar la signatura: %s\n" -#: g10/mainproc.c:2550 g10/mainproc.c:2569 g10/mainproc.c:2693 +#: g10/mainproc.c:2553 g10/mainproc.c:2572 g10/mainproc.c:2696 #, c-format msgid "not a detached signature\n" msgstr "no és una signatura separada\n" -#: g10/mainproc.c:2603 +#: g10/mainproc.c:2606 #, c-format msgid "" "WARNING: multiple signatures detected. Only the first will be checked.\n" msgstr "" "AVÃS: s'han detectat múltiples signatures. Només es comprovarà la primera.\n" -#: g10/mainproc.c:2612 +#: g10/mainproc.c:2615 #, c-format msgid "standalone signature of class 0x%02x\n" msgstr "signatura autònoma de classe 0x%02x\n" -#: g10/mainproc.c:2697 +#: g10/mainproc.c:2700 #, c-format msgid "old style (PGP 2.x) signature\n" msgstr "signatura de l'estil antic (PGP 2.x)\n" @@ -8476,7 +8481,7 @@ msgstr "Forma d'ús: gpg [opcions] [fitxers] (-h per a veure l'ajuda)" #. TRANSLATORS: Put a \x1f right before a colon. This can be #. * used by pinentry to nicely align the names and values. Keep #. * the %s at the start and end of the string. -#: scd/app-piv.c:1770 scd/app-p15.c:4741 scd/app-nks.c:1475 +#: scd/app-piv.c:1770 scd/app-p15.c:4937 scd/app-nks.c:1530 #: scd/app-openpgp.c:2386 #, c-format msgid "%sNumber: %s%%0AHolder: %s%s" @@ -8484,7 +8489,7 @@ msgstr "" #. TRANSLATORS: This is the number of remaining attempts to #. * enter a PIN. Use %%0A (double-percent,0A) for a linefeed. -#: scd/app-piv.c:1787 scd/app-p15.c:4760 scd/app-nks.c:1494 +#: scd/app-piv.c:1787 scd/app-p15.c:4956 scd/app-nks.c:1549 #: scd/app-openpgp.c:2402 #, c-format msgid "Remaining attempts: %d" @@ -8520,7 +8525,7 @@ msgstr "canvia la contrasenya" msgid "||Please enter the Unblocking Key of your PIV card" msgstr "Seleccioneu la raó de la revocació:\n" -#: scd/app-piv.c:1888 scd/app-nks.c:1605 scd/app-openpgp.c:2669 +#: scd/app-piv.c:1888 scd/app-nks.c:1660 scd/app-openpgp.c:2669 #: scd/app-openpgp.c:2693 scd/app-openpgp.c:2871 scd/app-openpgp.c:2893 #: scd/app-openpgp.c:3074 scd/app-openpgp.c:3361 scd/app-openpgp.c:3408 #: scd/app-openpgp.c:3545 scd/app-dinsig.c:302 @@ -8606,75 +8611,75 @@ msgstr[1] "La generació de claus ha fallat: %s\n" msgid "response does not contain the public key data\n" msgstr "" -#: scd/app-p15.c:4839 scd/app-nks.c:1983 +#: scd/app-p15.c:5035 scd/app-nks.c:2038 msgid "||Please enter the PIN for the key to create qualified signatures." msgstr "" #. TRANSLATORS: Do not translate the "|A|" prefix but keep it at #. the start of the string. Use %0A (single percent) for a linefeed. -#: scd/app-p15.c:4842 scd/app-openpgp.c:2818 +#: scd/app-p15.c:5038 scd/app-openpgp.c:2818 #, fuzzy msgid "|A|Please enter the Admin PIN" msgstr "canvia la contrasenya" -#: scd/app-p15.c:4844 scd/app-nks.c:1973 +#: scd/app-p15.c:5040 scd/app-nks.c:2028 #, fuzzy msgid "|P|Please enter the PIN Unblocking Code (PUK) for the standard keys." msgstr "Seleccioneu la raó de la revocació:\n" -#: scd/app-p15.c:4847 scd/app-nks.c:1964 +#: scd/app-p15.c:5043 scd/app-nks.c:2019 #, fuzzy msgid "||Please enter the PIN for the standard keys." msgstr "canvia la contrasenya" -#: scd/app-nks.c:1413 scd/app-openpgp.c:4321 +#: scd/app-nks.c:1468 scd/app-openpgp.c:4321 #, c-format msgid "RSA modulus missing or not of size %d bits\n" msgstr "" -#: scd/app-nks.c:1421 scd/app-openpgp.c:4333 +#: scd/app-nks.c:1476 scd/app-openpgp.c:4333 #, c-format msgid "RSA public exponent missing or larger than %d bits\n" msgstr "" -#: scd/app-nks.c:1594 +#: scd/app-nks.c:1649 #, fuzzy #| msgid "Note: This key has been disabled.\n" msgid "Note: PIN has not yet been enabled." msgstr "Nota: Aquesta clau ha estat desactivada.\n" -#: scd/app-nks.c:1641 +#: scd/app-nks.c:1696 #, c-format msgid "the NullPIN has not yet been changed\n" msgstr "" -#: scd/app-nks.c:1963 +#: scd/app-nks.c:2018 #, fuzzy msgid "|N|Please enter a new PIN for the standard keys." msgstr "canvia la contrasenya" -#: scd/app-nks.c:1971 +#: scd/app-nks.c:2026 #, fuzzy msgid "|NP|Please enter a new PIN Unblocking Code (PUK) for the standard keys." msgstr "Seleccioneu la raó de la revocació:\n" -#: scd/app-nks.c:1981 +#: scd/app-nks.c:2036 msgid "|N|Please enter a new PIN for the key to create qualified signatures." msgstr "" -#: scd/app-nks.c:1991 +#: scd/app-nks.c:2046 msgid "" "|NP|Please enter a new PIN Unblocking Code (PUK) for the key to create " "qualified signatures." msgstr "" -#: scd/app-nks.c:1993 +#: scd/app-nks.c:2048 msgid "" "|P|Please enter the PIN Unblocking Code (PUK) for the key to create " "qualified signatures." msgstr "" -#: scd/app-nks.c:2166 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 +#: scd/app-nks.c:2221 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 #, fuzzy, c-format msgid "error getting new PIN: %s\n" msgstr "error en crear «%s»: %s\n" @@ -8862,81 +8867,81 @@ msgstr "canvia la contrasenya" msgid "|N|Initial New PIN" msgstr "Introduïu el nom d'usuari: " -#: scd/scdaemon.c:118 +#: scd/scdaemon.c:119 msgid "run in multi server mode (foreground)" msgstr "" -#: scd/scdaemon.c:135 sm/gpgsm.c:271 dirmngr/dirmngr.c:197 +#: scd/scdaemon.c:136 sm/gpgsm.c:274 dirmngr/dirmngr.c:198 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "" -#: scd/scdaemon.c:141 +#: scd/scdaemon.c:142 #, fuzzy msgid "|FILE|write a log to FILE" msgstr "|FITXER|carrega el mòdul d'extensió especificat" -#: scd/scdaemon.c:148 +#: scd/scdaemon.c:149 msgid "|N|connect to reader at port N" msgstr "" -#: scd/scdaemon.c:150 +#: scd/scdaemon.c:151 #, fuzzy msgid "|NAME|use NAME as ct-API driver" msgstr "|NOM|usa NOM com a destinatari predeterminat" -#: scd/scdaemon.c:152 +#: scd/scdaemon.c:153 #, fuzzy msgid "|NAME|use NAME as PC/SC driver" msgstr "|NOM|usa NOM com a destinatari predeterminat" -#: scd/scdaemon.c:156 +#: scd/scdaemon.c:157 #, fuzzy msgid "do not use the internal CCID driver" msgstr "no usa el terminal en absolut" -#: scd/scdaemon.c:162 +#: scd/scdaemon.c:163 msgid "|N|disconnect the card after N seconds of inactivity" msgstr "" -#: scd/scdaemon.c:165 +#: scd/scdaemon.c:166 msgid "do not use a reader's pinpad" msgstr "" -#: scd/scdaemon.c:168 +#: scd/scdaemon.c:169 msgid "use variable length input for pinpad" msgstr "" -#: scd/scdaemon.c:171 +#: scd/scdaemon.c:172 msgid "|LIST|change the application priority to LIST" msgstr "" -#: scd/scdaemon.c:179 +#: scd/scdaemon.c:180 #, fuzzy msgid "deny the use of admin card commands" msgstr "les ordres entren en conflicte\n" -#: scd/scdaemon.c:324 +#: scd/scdaemon.c:325 #, fuzzy msgid "Usage: @SCDAEMON@ [options] (-h for help)" msgstr "Forma d'ús: gpg [opcions] [fitxers] (-h per a veure l'ajuda)" -#: scd/scdaemon.c:326 +#: scd/scdaemon.c:327 msgid "" "Syntax: scdaemon [options] [command [args]]\n" "Smartcard daemon for @GNUPG@\n" msgstr "" -#: scd/scdaemon.c:807 +#: scd/scdaemon.c:819 #, c-format msgid "please use the option '--daemon' to run the program in the background\n" msgstr "" -#: scd/scdaemon.c:1183 dirmngr/dirmngr.c:2077 +#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2104 #, c-format msgid "handler for fd %d started\n" msgstr "" -#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2085 +#: scd/scdaemon.c:1207 dirmngr/dirmngr.c:2112 #, c-format msgid "handler for fd %d terminated\n" msgstr "" @@ -9230,7 +9235,7 @@ msgstr "" # Werner FIXME: please add translator comment saying *what* is # uncompressed so we know the gender. jm #: sm/certcheck.c:239 sm/certcheck.c:263 dirmngr/crlcache.c:1542 -#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1363 dirmngr/validate.c:903 +#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1372 dirmngr/validate.c:903 #: dirmngr/validate.c:927 #, fuzzy, c-format msgid "out of core\n" @@ -9597,140 +9602,140 @@ msgstr "no s'ha pogut eliminar el bloc de claus: %s\n" msgid "no valid recipients given\n" msgstr "(No es va donar una descripció)\n" -#: sm/gpgsm.c:224 +#: sm/gpgsm.c:226 #, fuzzy msgid "list external keys" msgstr "llista claus secretes" -#: sm/gpgsm.c:226 +#: sm/gpgsm.c:228 #, fuzzy msgid "list certificate chain" msgstr "Certificat de revocació và lid" -#: sm/gpgsm.c:234 +#: sm/gpgsm.c:236 #, fuzzy msgid "import certificates" msgstr "Certificat correcte" -#: sm/gpgsm.c:235 +#: sm/gpgsm.c:237 #, fuzzy msgid "export certificates" msgstr "Certificat correcte" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:245 msgid "register a smartcard" msgstr "" -#: sm/gpgsm.c:246 +#: sm/gpgsm.c:248 msgid "pass a command to the dirmngr" msgstr "" -#: sm/gpgsm.c:248 +#: sm/gpgsm.c:250 msgid "invoke gpg-protect-tool" msgstr "" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:270 msgid "don't use the terminal at all" msgstr "no usa el terminal en absolut" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "|N|number of certificates to include" msgstr "" -#: sm/gpgsm.c:296 +#: sm/gpgsm.c:299 msgid "|FILE|take policy information from FILE" msgstr "" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "assume input is in PEM format" msgstr "" -#: sm/gpgsm.c:312 +#: sm/gpgsm.c:315 msgid "assume input is in base-64 format" msgstr "" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "assume input is in binary format" msgstr "" -#: sm/gpgsm.c:323 +#: sm/gpgsm.c:326 #, fuzzy msgid "create base-64 encoded output" msgstr "crea eixida amb armadura ascii" -#: sm/gpgsm.c:335 +#: sm/gpgsm.c:338 #, fuzzy msgid "|USER-ID|use USER-ID as default secret key" msgstr "|NOM|usa NOM com a clau secreta predeterminada" -#: sm/gpgsm.c:346 +#: sm/gpgsm.c:349 #, fuzzy msgid "|FILE|add keyring to the list of keyrings" msgstr "afegeix aquest anell a la llista" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 #, fuzzy msgid "|SPEC|use this keyserver to lookup keys" msgstr "|HOST|usa aquest servidor per a cercar claus" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "fetch missing issuer certificates" msgstr "" -#: sm/gpgsm.c:361 +#: sm/gpgsm.c:364 #, fuzzy msgid "|NAME|use encoding NAME for PKCS#12 passphrases" msgstr "|NOM|usa l'algoritme de xifratge NOM per a les contrasenyes" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 msgid "never consult a CRL" msgstr "" -#: sm/gpgsm.c:386 +#: sm/gpgsm.c:389 msgid "do not check CRLs for root certificates" msgstr "" -#: sm/gpgsm.c:390 +#: sm/gpgsm.c:393 msgid "check validity using OCSP" msgstr "" -#: sm/gpgsm.c:392 +#: sm/gpgsm.c:395 msgid "do not check certificate policies" msgstr "" -#: sm/gpgsm.c:395 +#: sm/gpgsm.c:398 msgid "|NAME|use cipher algorithm NAME" msgstr "|NOM|usa l'algoritme de xifratge NOM" -#: sm/gpgsm.c:397 +#: sm/gpgsm.c:400 msgid "|NAME|use message digest algorithm NAME" msgstr "|NOM|usa l'algoritme de resum de missatges NOM" # Mode desatès (SC) ivb -#: sm/gpgsm.c:407 +#: sm/gpgsm.c:410 msgid "batch mode: never ask" msgstr "mode desatès: no pregunta mai" -#: sm/gpgsm.c:409 +#: sm/gpgsm.c:412 msgid "assume yes on most questions" msgstr "suposa «sû en la majoria de les preguntes" -#: sm/gpgsm.c:410 +#: sm/gpgsm.c:413 msgid "assume no on most questions" msgstr "suposa «no» en la majoria de les preguntes" -#: sm/gpgsm.c:427 +#: sm/gpgsm.c:430 #, fuzzy msgid "|FILE|write an audit log to FILE" msgstr "|FITXER|carrega el mòdul d'extensió especificat" -#: sm/gpgsm.c:612 +#: sm/gpgsm.c:615 #, fuzzy #| msgid "Usage: gpg [options] [files] (-h for help)" msgid "Usage: @GPGSM@ [options] [files] (-h for help)" msgstr "Forma d'ús: gpg [opcions] [fitxers] (-h per a veure l'ajuda)" -#: sm/gpgsm.c:615 +#: sm/gpgsm.c:618 #, fuzzy msgid "" "Syntax: @GPGSM@ [options] [files]\n" @@ -9741,53 +9746,53 @@ msgstr "" "signa, comprova, xifra o desxifra\n" "l'operació predeterminada depén de les dades introduïdes\n" -#: sm/gpgsm.c:823 +#: sm/gpgsm.c:826 #, fuzzy, c-format msgid "Note: won't be able to encrypt to '%s': %s\n" msgstr "no s'ha pogut connectar amb «%s»: %s\n" -#: sm/gpgsm.c:834 +#: sm/gpgsm.c:837 #, fuzzy, c-format msgid "unknown validation model '%s'\n" msgstr "el destinatari predeterminat és desconegut «%s»\n" -#: sm/gpgsm.c:893 dirmngr/ldapserver.c:89 +#: sm/gpgsm.c:896 dirmngr/ldapserver.c:89 #, fuzzy, c-format msgid "%s:%u: no hostname given\n" msgstr "(No es va donar una descripció)\n" -#: sm/gpgsm.c:912 dirmngr/ldapserver.c:108 +#: sm/gpgsm.c:915 dirmngr/ldapserver.c:108 #, c-format msgid "%s:%u: password given without user\n" msgstr "" -#: sm/gpgsm.c:943 dirmngr/ldapserver.c:139 +#: sm/gpgsm.c:946 dirmngr/ldapserver.c:139 #, c-format msgid "%s:%u: ignoring unknown flag '%s'\n" msgstr "" -#: sm/gpgsm.c:959 dirmngr/ldapserver.c:155 +#: sm/gpgsm.c:962 dirmngr/ldapserver.c:155 #, fuzzy, c-format msgid "%s:%u: skipping this line\n" msgstr " o = omet aquesta clau\n" -#: sm/gpgsm.c:1545 +#: sm/gpgsm.c:1550 #, fuzzy, c-format msgid "could not parse keyserver\n" msgstr "no s'ha pogut analitzar sintà cticament la URI del servidor de claus\n" -#: sm/gpgsm.c:1825 +#: sm/gpgsm.c:1858 #, fuzzy, c-format msgid "importing common certificates '%s'\n" msgstr "error en la creació de la contrasenya: %s\n" # No em passe! ;) ivb -#: sm/gpgsm.c:1871 +#: sm/gpgsm.c:1904 #, fuzzy, c-format msgid "can't sign using '%s': %s\n" msgstr "no s'ha pogut tancar «%s»: %s\n" -#: sm/gpgsm.c:2231 +#: sm/gpgsm.c:2273 #, c-format msgid "invalid command (there is no implicit command)\n" msgstr "" @@ -10763,135 +10768,135 @@ msgstr "" msgid "looking up '%s'\n" msgstr "" -#: dirmngr/dirmngr.c:174 +#: dirmngr/dirmngr.c:175 msgid "list the contents of the CRL cache" msgstr "" -#: dirmngr/dirmngr.c:175 +#: dirmngr/dirmngr.c:176 #, fuzzy msgid "|FILE|load CRL from FILE into cache" msgstr "|FITXER|carrega el mòdul d'extensió especificat" -#: dirmngr/dirmngr.c:176 +#: dirmngr/dirmngr.c:177 msgid "|URL|fetch a CRL from URL" msgstr "" -#: dirmngr/dirmngr.c:177 +#: dirmngr/dirmngr.c:178 msgid "shutdown the dirmngr" msgstr "" -#: dirmngr/dirmngr.c:178 +#: dirmngr/dirmngr.c:179 msgid "flush the cache" msgstr "" -#: dirmngr/dirmngr.c:211 +#: dirmngr/dirmngr.c:212 msgid "allow online software version check" msgstr "" -#: dirmngr/dirmngr.c:214 +#: dirmngr/dirmngr.c:215 msgid "|N|do not return more than N items in one query" msgstr "" -#: dirmngr/dirmngr.c:220 +#: dirmngr/dirmngr.c:221 msgid "Network related options" msgstr "" -#: dirmngr/dirmngr.c:222 +#: dirmngr/dirmngr.c:223 msgid "route all network traffic via Tor" msgstr "" -#: dirmngr/dirmngr.c:234 +#: dirmngr/dirmngr.c:235 msgid "Configuration for Keyservers" msgstr "" -#: dirmngr/dirmngr.c:237 +#: dirmngr/dirmngr.c:238 #, fuzzy msgid "|URL|use keyserver at URL" msgstr "no s'ha pogut analitzar sintà cticament la URI del servidor de claus\n" -#: dirmngr/dirmngr.c:239 +#: dirmngr/dirmngr.c:240 msgid "|FILE|use the CA certificates in FILE for HKP over TLS" msgstr "" -#: dirmngr/dirmngr.c:241 +#: dirmngr/dirmngr.c:242 msgid "Configuration for HTTP servers" msgstr "" -#: dirmngr/dirmngr.c:243 +#: dirmngr/dirmngr.c:244 msgid "inhibit the use of HTTP" msgstr "" -#: dirmngr/dirmngr.c:245 +#: dirmngr/dirmngr.c:246 msgid "ignore HTTP CRL distribution points" msgstr "" -#: dirmngr/dirmngr.c:247 +#: dirmngr/dirmngr.c:248 msgid "|URL|redirect all HTTP requests to URL" msgstr "" -#: dirmngr/dirmngr.c:249 +#: dirmngr/dirmngr.c:250 msgid "use system's HTTP proxy setting" msgstr "" -#: dirmngr/dirmngr.c:253 +#: dirmngr/dirmngr.c:254 msgid "Configuration of LDAP servers to use" msgstr "" -#: dirmngr/dirmngr.c:255 +#: dirmngr/dirmngr.c:256 msgid "inhibit the use of LDAP" msgstr "" -#: dirmngr/dirmngr.c:257 +#: dirmngr/dirmngr.c:258 msgid "ignore LDAP CRL distribution points" msgstr "" -#: dirmngr/dirmngr.c:259 +#: dirmngr/dirmngr.c:260 msgid "|HOST|use HOST for LDAP queries" msgstr "" -#: dirmngr/dirmngr.c:261 +#: dirmngr/dirmngr.c:262 msgid "do not use fallback hosts with --ldap-proxy" msgstr "" -#: dirmngr/dirmngr.c:263 +#: dirmngr/dirmngr.c:264 #, fuzzy msgid "|FILE|read LDAP server list from FILE" msgstr "|FITXER|carrega el mòdul d'extensió especificat" -#: dirmngr/dirmngr.c:265 +#: dirmngr/dirmngr.c:266 msgid "add new servers discovered in CRL distribution points to serverlist" msgstr "" -#: dirmngr/dirmngr.c:268 dirmngr/dirmngr_ldap.c:104 +#: dirmngr/dirmngr.c:269 dirmngr/dirmngr_ldap.c:104 msgid "|N|set LDAP timeout to N seconds" msgstr "" -#: dirmngr/dirmngr.c:271 +#: dirmngr/dirmngr.c:272 msgid "Configuration for OCSP" msgstr "" -#: dirmngr/dirmngr.c:273 +#: dirmngr/dirmngr.c:274 msgid "allow sending OCSP requests" msgstr "" -#: dirmngr/dirmngr.c:275 +#: dirmngr/dirmngr.c:276 msgid "ignore certificate contained OCSP service URLs" msgstr "" -#: dirmngr/dirmngr.c:277 +#: dirmngr/dirmngr.c:278 #, fuzzy msgid "|URL|use OCSP responder at URL" msgstr "no s'ha pogut analitzar sintà cticament la URI del servidor de claus\n" -#: dirmngr/dirmngr.c:279 +#: dirmngr/dirmngr.c:280 msgid "|FPR|OCSP response signed by FPR" msgstr "" -#: dirmngr/dirmngr.c:287 +#: dirmngr/dirmngr.c:288 msgid "force loading of outdated CRLs" msgstr "" -#: dirmngr/dirmngr.c:298 +#: dirmngr/dirmngr.c:299 #, fuzzy #| msgid "" #| "@\n" @@ -10904,80 +10909,80 @@ msgstr "" "@\n" "(En la pà gina del man hi ha una llista completa d'ordres i d'opcions)\n" -#: dirmngr/dirmngr.c:440 +#: dirmngr/dirmngr.c:441 #, fuzzy msgid "Usage: @DIRMNGR@ [options] (-h for help)" msgstr "Forma d'ús: gpg [opcions] [fitxers] (-h per a veure l'ajuda)" -#: dirmngr/dirmngr.c:442 +#: dirmngr/dirmngr.c:443 msgid "" "Syntax: @DIRMNGR@ [options] [command [args]]\n" "Keyserver, CRL, and OCSP access for @GNUPG@\n" msgstr "" -#: dirmngr/dirmngr.c:522 +#: dirmngr/dirmngr.c:523 #, c-format msgid "valid debug levels are: %s\n" msgstr "" -#: dirmngr/dirmngr.c:608 tools/gpgconf.c:667 tools/gpgconf.c:702 +#: dirmngr/dirmngr.c:609 tools/gpgconf.c:667 tools/gpgconf.c:702 #: tools/gpgconf.c:802 #, fuzzy, c-format msgid "usage: %s [options] " msgstr "forma d'ús: gpg [opcions] " -#: dirmngr/dirmngr.c:1251 +#: dirmngr/dirmngr.c:1260 #, fuzzy, c-format #| msgid "%s not allowed with %s!\n" msgid "colons are not allowed in the socket name\n" msgstr "%s no és permés amb %s!\n" -#: dirmngr/dirmngr.c:1486 dirmngr/server.c:1824 +#: dirmngr/dirmngr.c:1495 dirmngr/server.c:1824 #, fuzzy, c-format msgid "fetching CRL from '%s' failed: %s\n" msgstr "no s'ha pogut crear l'armadura: %s\n" -#: dirmngr/dirmngr.c:1492 dirmngr/server.c:1830 +#: dirmngr/dirmngr.c:1501 dirmngr/server.c:1830 #, fuzzy, c-format msgid "processing CRL from '%s' failed: %s\n" msgstr "no s'ha pogut crear l'armadura: %s\n" -#: dirmngr/dirmngr.c:1634 +#: dirmngr/dirmngr.c:1643 #, fuzzy, c-format msgid "%s:%u: line too long - skipped\n" msgstr "la lÃnia és massa llarga\n" -#: dirmngr/dirmngr.c:1689 dirmngr/dirmngr.c:1773 +#: dirmngr/dirmngr.c:1698 dirmngr/dirmngr.c:1782 #, fuzzy, c-format msgid "%s:%u: invalid fingerprint detected\n" msgstr "error: l'empremta digital és invà lida\n" -#: dirmngr/dirmngr.c:1725 dirmngr/dirmngr.c:1751 tools/gpgconf-comp.c:3534 +#: dirmngr/dirmngr.c:1734 dirmngr/dirmngr.c:1760 tools/gpgconf-comp.c:3539 #, fuzzy, c-format msgid "%s:%u: read error: %s\n" msgstr "error de lectura: %s\n" -#: dirmngr/dirmngr.c:1780 +#: dirmngr/dirmngr.c:1789 #, c-format msgid "%s:%u: garbage at end of line ignored\n" msgstr "" -#: dirmngr/dirmngr.c:1849 +#: dirmngr/dirmngr.c:1876 #, c-format msgid "SIGHUP received - re-reading configuration and flushing caches\n" msgstr "" -#: dirmngr/dirmngr.c:1890 +#: dirmngr/dirmngr.c:1917 #, c-format msgid "SIGUSR2 received - no action defined\n" msgstr "" -#: dirmngr/dirmngr.c:1895 +#: dirmngr/dirmngr.c:1922 #, c-format msgid "SIGTERM received - shutting down ...\n" msgstr "" -#: dirmngr/dirmngr.c:1897 +#: dirmngr/dirmngr.c:1924 #, c-format msgid "SIGTERM received - still %d active connections\n" msgstr "" @@ -10986,18 +10991,18 @@ msgstr "" # Probablement és una clau, femenÃ. jm # Werner FIXME: please add translator comment saying *what* is # uncompressed so we know the gender. jm -#: dirmngr/dirmngr.c:1902 +#: dirmngr/dirmngr.c:1929 #, fuzzy, c-format #| msgid "not forced" msgid "shutdown forced\n" msgstr "no forçat" -#: dirmngr/dirmngr.c:1910 +#: dirmngr/dirmngr.c:1937 #, c-format msgid "SIGINT received - immediate shutdown\n" msgstr "" -#: dirmngr/dirmngr.c:1917 +#: dirmngr/dirmngr.c:1944 #, c-format msgid "signal %d received - no action defined\n" msgstr "" @@ -11465,7 +11470,7 @@ msgid "serialno missing in cert ID" msgstr "" #: dirmngr/server.c:1387 dirmngr/server.c:1473 dirmngr/server.c:1909 -#: dirmngr/server.c:1980 dirmngr/server.c:2552 dirmngr/server.c:2567 +#: dirmngr/server.c:1980 dirmngr/server.c:2556 dirmngr/server.c:2571 #, fuzzy, c-format msgid "assuan_inquire failed: %s\n" msgstr "Ha fallat el procés de signatura: %s\n" @@ -11495,33 +11500,33 @@ msgstr "no s'ha pogut eliminar el bloc de claus: %s\n" msgid "max_replies %d exceeded\n" msgstr "" -#: dirmngr/server.c:2856 +#: dirmngr/server.c:2860 #, fuzzy, c-format msgid "can't allocate control structure: %s\n" msgstr "no s'ha pogut crear «%s»: %s\n" -#: dirmngr/server.c:2867 +#: dirmngr/server.c:2871 #, fuzzy, c-format msgid "failed to allocate assuan context: %s\n" msgstr "%s: no s'ha pogut crear la taula de dispersió: %s\n" -#: dirmngr/server.c:2888 +#: dirmngr/server.c:2892 #, fuzzy, c-format #| msgid "failed to initialize the TrustDB: %s\n" msgid "failed to initialize the server: %s\n" msgstr "no s'ha pogut inicialitzar la base de dades de confiança: %s\n" -#: dirmngr/server.c:2896 +#: dirmngr/server.c:2900 #, fuzzy, c-format msgid "failed to the register commands with Assuan: %s\n" msgstr "no s'ha pogut reconstruir la memòria cau de l'anell: %s\n" -#: dirmngr/server.c:2929 +#: dirmngr/server.c:2933 #, c-format msgid "Assuan accept problem: %s\n" msgstr "" -#: dirmngr/server.c:2948 +#: dirmngr/server.c:2952 #, fuzzy, c-format #| msgid "signing failed: %s\n" msgid "Assuan processing failed: %s\n" @@ -11670,73 +11675,73 @@ msgstr "gpg-agent no està disponible en aquesta sessió\n" msgid "error sending standard options: %s\n" msgstr "error mentre s'enviava a «%s»: %s\n" -#: tools/gpgconf-comp.c:647 +#: tools/gpgconf-comp.c:649 msgid "OpenPGP" msgstr "" -#: tools/gpgconf-comp.c:651 +#: tools/gpgconf-comp.c:653 msgid "S/MIME" msgstr "" -#: tools/gpgconf-comp.c:655 +#: tools/gpgconf-comp.c:657 #, fuzzy msgid "Public Keys" msgstr "la clau pública és %08lX\n" -#: tools/gpgconf-comp.c:659 +#: tools/gpgconf-comp.c:661 msgid "Private Keys" msgstr "" -#: tools/gpgconf-comp.c:663 +#: tools/gpgconf-comp.c:665 msgid "Smartcards" msgstr "" -#: tools/gpgconf-comp.c:667 +#: tools/gpgconf-comp.c:669 msgid "TPM" msgstr "" -#: tools/gpgconf-comp.c:671 +#: tools/gpgconf-comp.c:673 #, fuzzy #| msgid "network error" msgid "Network" msgstr "error de la xarxa" -#: tools/gpgconf-comp.c:675 +#: tools/gpgconf-comp.c:677 #, fuzzy msgid "Passphrase Entry" msgstr "la contrasenya és errònia" -#: tools/gpgconf-comp.c:939 +#: tools/gpgconf-comp.c:941 #, fuzzy msgid "Component not suitable for launching" msgstr "no s'ha trobat la clau pública" -#: tools/gpgconf-comp.c:945 +#: tools/gpgconf-comp.c:947 #, c-format msgid "Configuration file of component %s is broken\n" msgstr "" -#: tools/gpgconf-comp.c:948 +#: tools/gpgconf-comp.c:950 #, fuzzy, c-format #| msgid "Please use the command \"toggle\" first.\n" msgid "Note: Use the command \"%s%s\" to get details.\n" msgstr "Useu l'ordre «toggle» abans.\n" -#: tools/gpgconf-comp.c:2811 +#: tools/gpgconf-comp.c:2816 #, c-format msgid "External verification of component %s failed" msgstr "" -#: tools/gpgconf-comp.c:2941 +#: tools/gpgconf-comp.c:2946 msgid "Note that group specifications are ignored\n" msgstr "" -#: tools/gpgconf-comp.c:3538 +#: tools/gpgconf-comp.c:3543 #, fuzzy, c-format msgid "error closing '%s'\n" msgstr "error en la lectura de «%s»: %s\n" -#: tools/gpgconf-comp.c:3540 +#: tools/gpgconf-comp.c:3545 #, fuzzy, c-format msgid "error parsing '%s'\n" msgstr "error en la lectura de «%s»: %s\n" @@ -11844,84 +11849,84 @@ msgid "" "Check a passphrase given on stdin against the patternfile\n" msgstr "" -#: tools/gpg-card.c:2389 +#: tools/gpg-card.c:2390 #, fuzzy, c-format msgid "Note: key %s is already stored on the card!\n" msgstr "es descarta: la clau secreta ja és present\n" -#: tools/gpg-card.c:2392 +#: tools/gpg-card.c:2393 #, fuzzy, c-format msgid "Note: Keys are already stored on the card!\n" msgstr "es descarta: la clau secreta ja és present\n" -#: tools/gpg-card.c:2395 +#: tools/gpg-card.c:2396 #, c-format msgid "Replace existing key %s ? (y/N) " msgstr "" -#: tools/gpg-card.c:2548 tools/gpg-card.c:2711 tools/gpg-card.c:2934 -#: tools/gpg-card.c:3043 +#: tools/gpg-card.c:2549 tools/gpg-card.c:2712 tools/gpg-card.c:2935 +#: tools/gpg-card.c:3044 #, c-format msgid "%s card no. %s detected\n" msgstr "" -#: tools/gpg-card.c:3395 +#: tools/gpg-card.c:3396 #, c-format msgid "User Interaction Flag is set to \"%s\" - can't change\n" msgstr "" -#: tools/gpg-card.c:3405 tools/gpg-card.c:3419 +#: tools/gpg-card.c:3406 tools/gpg-card.c:3420 #, c-format msgid "" "Warning: Setting the User Interaction Flag to \"%s\"\n" " can only be reverted using a factory reset!\n" msgstr "" -#: tools/gpg-card.c:3422 +#: tools/gpg-card.c:3423 #, c-format msgid "Please use \"uif --yes %d %s\"\n" msgstr "" -#: tools/gpg-card.c:3668 +#: tools/gpg-card.c:3669 #, fuzzy msgid "authenticate to the card" msgstr "S'ha creat el certificat de revocació.\n" -#: tools/gpg-card.c:3670 +#: tools/gpg-card.c:3671 msgid "send a reset to the card daemon" msgstr "" -#: tools/gpg-card.c:3672 +#: tools/gpg-card.c:3673 #, fuzzy #| msgid "|NAME|use NAME as default recipient" msgid "setup KDF for PIN authentication" msgstr "|NOM|usa NOM com a destinatari predeterminat" -#: tools/gpg-card.c:3674 +#: tools/gpg-card.c:3675 #, fuzzy #| msgid "change the expire date" msgid "change a private data object" msgstr "canvia la data de caducitat" -#: tools/gpg-card.c:3675 +#: tools/gpg-card.c:3676 #, fuzzy msgid "read a certificate from a data object" msgstr "S'ha creat el certificat de revocació.\n" -#: tools/gpg-card.c:3676 +#: tools/gpg-card.c:3677 #, fuzzy msgid "store a certificate to a data object" msgstr "S'ha creat el certificat de revocació.\n" -#: tools/gpg-card.c:3677 +#: tools/gpg-card.c:3678 msgid "store a private key to a data object" msgstr "" -#: tools/gpg-card.c:3678 +#: tools/gpg-card.c:3679 msgid "Yubikey management commands" msgstr "" -#: tools/gpg-card.c:3680 +#: tools/gpg-card.c:3681 msgid "manage the command history" msgstr "" @@ -38,7 +38,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg2 2.2.22\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2021-04-07 19:24+0200\n" +"POT-Creation-Date: 2021-04-20 12:38+0200\n" "PO-Revision-Date: 2020-08-31 18:53+02:00\n" "Last-Translator: Petr Pisar <petr.pisar@atlas.cz>\n" "Language-Team: Czech <gnupg-i18n@gnupg.org>\n" @@ -241,24 +241,24 @@ msgid "ssh keys greater than %d bits are not supported\n" msgstr "SSH klÃÄe delÅ¡Ã než %d bitů nejsou podporovány\n" #: agent/command-ssh.c:872 common/dotlock.c:852 g10/card-util.c:953 -#: g10/export.c:1329 g10/gpg.c:1430 g10/keygen.c:5327 g10/keyring.c:1319 +#: g10/export.c:1329 g10/gpg.c:1431 g10/keygen.c:5347 g10/keyring.c:1319 #: g10/keyring.c:1632 g10/openfile.c:293 g10/photoid.c:531 g10/photoid.c:549 -#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:478 +#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:479 #, c-format msgid "can't create '%s': %s\n" msgstr "nelze vytvoÅ™it „%s“: %s\n" #: agent/command-ssh.c:884 common/helpfile.c:57 g10/card-util.c:910 #: g10/dearmor.c:59 g10/dearmor.c:106 g10/decrypt.c:65 g10/decrypt.c:136 -#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1431 -#: g10/import.c:359 g10/import.c:546 g10/import.c:781 g10/keygen.c:4302 +#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1432 +#: g10/import.c:371 g10/import.c:558 g10/import.c:793 g10/keygen.c:4322 #: g10/keyring.c:1658 g10/openfile.c:197 g10/openfile.c:211 g10/plaintext.c:128 #: g10/plaintext.c:610 g10/sign.c:1086 g10/sign.c:1311 g10/sign.c:1424 #: g10/sign.c:1596 g10/tdbdump.c:143 g10/tdbdump.c:151 g10/tdbio.c:758 -#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2338 -#: sm/gpgsm.c:2368 sm/gpgsm.c:2406 sm/qualified.c:65 dirmngr/certcache.c:396 -#: dirmngr/certcache.c:476 dirmngr/certcache.c:478 dirmngr/crlcache.c:2588 -#: dirmngr/dirmngr.c:1711 tools/gpg-card.c:407 +#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2380 +#: sm/gpgsm.c:2410 sm/gpgsm.c:2448 sm/keylist.c:1737 sm/qualified.c:65 +#: dirmngr/certcache.c:396 dirmngr/certcache.c:476 dirmngr/certcache.c:478 +#: dirmngr/crlcache.c:2588 dirmngr/dirmngr.c:1720 tools/gpg-card.c:408 #, c-format msgid "can't open '%s': %s\n" msgstr "nelze otevÅ™Ãt „%s“: %s\n" @@ -438,208 +438,208 @@ msgstr "Pro ochranu svého nového klÃÄe,%0AprosÃm, zadejte heslo" msgid "Please enter the new passphrase" msgstr "ProsÃm, zadejte nové heslo" -#: agent/gpg-agent.c:161 scd/scdaemon.c:114 dirmngr/dirmngr.c:181 +#: agent/gpg-agent.c:162 scd/scdaemon.c:115 dirmngr/dirmngr.c:182 #, fuzzy #| msgid "Options useful for debugging" msgid "Options used for startup" msgstr "Volby užiteÄné pÅ™i ladÄ›nÃ" -#: agent/gpg-agent.c:163 scd/scdaemon.c:119 dirmngr/dirmngr.c:170 +#: agent/gpg-agent.c:164 scd/scdaemon.c:120 dirmngr/dirmngr.c:171 msgid "run in daemon mode (background)" msgstr "poběžà v režimu démona (na pozadÃ)" -#: agent/gpg-agent.c:164 scd/scdaemon.c:116 dirmngr/dirmngr.c:169 +#: agent/gpg-agent.c:165 scd/scdaemon.c:117 dirmngr/dirmngr.c:170 msgid "run in server mode (foreground)" msgstr "poběžà v režimu serveru (na popÅ™edÃ)" -#: agent/gpg-agent.c:166 dirmngr/dirmngr.c:172 +#: agent/gpg-agent.c:167 dirmngr/dirmngr.c:173 msgid "run in supervised mode" msgstr "poběžà v režimu dohledu" -#: agent/gpg-agent.c:168 scd/scdaemon.c:120 dirmngr/dirmngr.c:183 +#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 msgid "do not detach from the console" msgstr "neodpojovat se od konzole" -#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 +#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 msgid "sh-style command output" msgstr "vypisovat pÅ™Ãkazy ve stylu sh" -#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 +#: agent/gpg-agent.c:171 scd/scdaemon.c:123 dirmngr/dirmngr.c:186 msgid "csh-style command output" msgstr "vypisovat pÅ™Ãkazy ve stylu csh" -#: agent/gpg-agent.c:178 g10/gpg.c:588 scd/scdaemon.c:124 sm/gpgsm.c:419 -#: dirmngr/dirmngr.c:187 +#: agent/gpg-agent.c:179 g10/gpg.c:589 scd/scdaemon.c:125 sm/gpgsm.c:422 +#: dirmngr/dirmngr.c:188 msgid "|FILE|read options from FILE" msgstr "|SOUBOR|naÄÃst volby ze SOUBORU" -#: agent/gpg-agent.c:182 g10/gpg.c:573 scd/scdaemon.c:128 sm/gpgsm.c:262 -#: dirmngr/dirmngr.c:191 +#: agent/gpg-agent.c:183 g10/gpg.c:574 scd/scdaemon.c:129 sm/gpgsm.c:265 +#: dirmngr/dirmngr.c:192 msgid "Options controlling the diagnostic output" msgstr "Volby ovlivňujÃcà diagnostický výstup" -#: agent/gpg-agent.c:184 g10/gpg.c:575 g10/gpgv.c:78 kbx/kbxutil.c:89 -#: scd/scdaemon.c:130 sm/gpgsm.c:264 dirmngr/dirmngr-client.c:69 -#: dirmngr/dirmngr.c:193 dirmngr/dirmngr_ldap.c:102 +#: agent/gpg-agent.c:185 g10/gpg.c:576 g10/gpgv.c:78 kbx/kbxutil.c:89 +#: scd/scdaemon.c:131 sm/gpgsm.c:267 dirmngr/dirmngr-client.c:69 +#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:102 #: tools/gpg-connect-agent.c:85 tools/gpgconf.c:111 msgid "verbose" msgstr "upovÃdaný režim" -#: agent/gpg-agent.c:185 g10/gpg.c:577 g10/gpgv.c:79 kbx/kbxutil.c:90 -#: scd/scdaemon.c:131 sm/gpgsm.c:266 dirmngr/dirmngr-client.c:70 -#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:103 +#: agent/gpg-agent.c:186 g10/gpg.c:578 g10/gpgv.c:79 kbx/kbxutil.c:90 +#: scd/scdaemon.c:132 sm/gpgsm.c:269 dirmngr/dirmngr-client.c:70 +#: dirmngr/dirmngr.c:195 dirmngr/dirmngr_ldap.c:103 msgid "be somewhat more quiet" msgstr "být o trochu vÃc tichý" -#: agent/gpg-agent.c:193 g10/gpg.c:592 sm/gpgsm.c:280 dirmngr/dirmngr.c:204 +#: agent/gpg-agent.c:194 g10/gpg.c:593 sm/gpgsm.c:283 dirmngr/dirmngr.c:205 msgid "|FILE|write server mode logs to FILE" msgstr "|SOUBOR|protokol z režimu serveru se zapÃÅ¡e do SOUBORU" -#: agent/gpg-agent.c:197 g10/gpg.c:598 scd/scdaemon.c:145 sm/gpgsm.c:287 -#: dirmngr/dirmngr.c:208 +#: agent/gpg-agent.c:198 g10/gpg.c:599 scd/scdaemon.c:146 sm/gpgsm.c:290 +#: dirmngr/dirmngr.c:209 msgid "Options controlling the configuration" msgstr "Volby ovlivňujÃcà nastavenÃ" -#: agent/gpg-agent.c:200 +#: agent/gpg-agent.c:201 msgid "do not use the SCdaemon" msgstr "nepoužÃvat SCdémona" -#: agent/gpg-agent.c:202 +#: agent/gpg-agent.c:203 msgid "|PGM|use PGM as the SCdaemon program" msgstr "|PROGRAM|použÃt PROGRAM jako SCdaemon program" -#: agent/gpg-agent.c:204 +#: agent/gpg-agent.c:205 #, fuzzy #| msgid "|PGM|use PGM as the SCdaemon program" msgid "|PGM|use PGM as the tpm2daemon program" msgstr "|PROGRAM|použÃt PROGRAM jako SCdaemon program" -#: agent/gpg-agent.c:208 +#: agent/gpg-agent.c:209 msgid "|NAME|accept some commands via NAME" msgstr "|NÃZEV|pÅ™ijÃmat nÄ›které pÅ™Ãkazy pÅ™es NÃZEV" -#: agent/gpg-agent.c:212 +#: agent/gpg-agent.c:213 msgid "ignore requests to change the TTY" msgstr "ignorovat požadavky na zmÄ›nu TTY" -#: agent/gpg-agent.c:214 +#: agent/gpg-agent.c:215 msgid "ignore requests to change the X display" msgstr "ignorovat požadavky na zmÄ›nu X displeje" -#: agent/gpg-agent.c:215 +#: agent/gpg-agent.c:216 msgid "enable ssh support" msgstr "zapnout podporu pro OpenSSH" -#: agent/gpg-agent.c:217 +#: agent/gpg-agent.c:218 msgid "|ALGO|use ALGO to show ssh fingerprints" msgstr "|ALGORITMUS|ukazovat otisky SSH pomocà ALGORITMU" -#: agent/gpg-agent.c:220 +#: agent/gpg-agent.c:221 msgid "enable putty support" msgstr "zapnout podporu pro PuTTY" -#: agent/gpg-agent.c:232 g10/gpg.c:843 scd/scdaemon.c:175 sm/gpgsm.c:379 +#: agent/gpg-agent.c:233 g10/gpg.c:844 scd/scdaemon.c:176 sm/gpgsm.c:382 msgid "Options controlling the security" msgstr "Volby ovlivňujÃcà bezpeÄnost" -#: agent/gpg-agent.c:235 +#: agent/gpg-agent.c:236 msgid "|N|expire cached PINs after N seconds" msgstr "|N|zahodit zapamatované PINy po N sekundách" -#: agent/gpg-agent.c:237 +#: agent/gpg-agent.c:238 msgid "|N|expire SSH keys after N seconds" msgstr "|N|zahazovat klÃÄe SSH po N sekundách" -#: agent/gpg-agent.c:239 +#: agent/gpg-agent.c:240 msgid "|N|set maximum PIN cache lifetime to N seconds" msgstr "|N|nastavit maximálnà životnost doÄasné pamÄ›ti pro PINy na N sekund" -#: agent/gpg-agent.c:241 +#: agent/gpg-agent.c:242 msgid "|N|set maximum SSH key lifetime to N seconds" msgstr "|N| nastavit maximálnà životnost klÃÄů SSH na N sekund" -#: agent/gpg-agent.c:243 +#: agent/gpg-agent.c:244 msgid "do not use the PIN cache when signing" msgstr "nepoužÃvat paměť PINů na podepisovánÃ" -#: agent/gpg-agent.c:245 +#: agent/gpg-agent.c:246 msgid "disallow the use of an external password cache" msgstr "nedovolit použÃt vnÄ›jšà úložiÅ¡tÄ› na hesla" -#: agent/gpg-agent.c:247 +#: agent/gpg-agent.c:248 msgid "disallow clients to mark keys as \"trusted\"" msgstr "nedovolit klientům oznaÄovat klÃÄe za „důvÄ›ryhodné“" -#: agent/gpg-agent.c:250 +#: agent/gpg-agent.c:251 msgid "allow presetting passphrase" msgstr "umožnit pÅ™ednastavenà hesla" -#: agent/gpg-agent.c:255 +#: agent/gpg-agent.c:256 msgid "Options enforcing a passphrase policy" msgstr "Volby vynucujÃcà politiku hesel" -#: agent/gpg-agent.c:258 +#: agent/gpg-agent.c:259 msgid "do not allow bypassing the passphrase policy" msgstr "nedovolit obejità politiky hesel" -#: agent/gpg-agent.c:260 +#: agent/gpg-agent.c:261 msgid "|N|set minimal required length for new passphrases to N" msgstr "|N|nastavit minimálnà vyžadovanou délku nových hesel na N" -#: agent/gpg-agent.c:262 +#: agent/gpg-agent.c:263 msgid "|N|require at least N non-alpha characters for a new passphrase" msgstr "|N|vyžaduje alespoň N nepÃsmenných znaků v novém hesle" -#: agent/gpg-agent.c:265 +#: agent/gpg-agent.c:266 msgid "|FILE|check new passphrases against pattern in FILE" msgstr "|SOUBOR|prověřovat nová hesla proti vzorům v SOUBORU" -#: agent/gpg-agent.c:267 +#: agent/gpg-agent.c:268 msgid "|N|expire the passphrase after N days" msgstr "|N|omezit platnost hesla na N dnů" -#: agent/gpg-agent.c:269 +#: agent/gpg-agent.c:270 msgid "do not allow the reuse of old passphrases" msgstr "nedovolit opakovat stará hesla" -#: agent/gpg-agent.c:272 +#: agent/gpg-agent.c:273 #, fuzzy #| msgid "Options controlling the security" msgid "Options controlling the PIN-Entry" msgstr "Volby ovlivňujÃcà bezpeÄnost" -#: agent/gpg-agent.c:274 +#: agent/gpg-agent.c:275 msgid "never use the PIN-entry" msgstr "" -#: agent/gpg-agent.c:276 +#: agent/gpg-agent.c:277 msgid "disallow caller to override the pinentry" msgstr "znemožnit volajÃcÃmu pÅ™ebÃt pinentry" -#: agent/gpg-agent.c:278 +#: agent/gpg-agent.c:279 #, fuzzy #| msgid "do not grab keyboard and mouse" msgid "let PIN-Entry grab keyboard and mouse" msgstr "neuzurpovat si klávesnici a myÅ¡" -#: agent/gpg-agent.c:281 +#: agent/gpg-agent.c:282 msgid "|PGM|use PGM as the PIN-Entry program" msgstr "|PROGRAM|použÃt PROGRAM jako PIN-Entry program" -#: agent/gpg-agent.c:285 +#: agent/gpg-agent.c:286 msgid "|N|set the Pinentry timeout to N seconds" msgstr "|N|nastavit Äasový limit pro Pinentry na N sekund" -#: agent/gpg-agent.c:287 +#: agent/gpg-agent.c:288 msgid "allow passphrase to be prompted through Emacs" msgstr "umožnit zadánà hesla skrze Emacs" #. TRANSLATORS: @EMAIL@ will get replaced by the actual bug #. reporting address. This is so that we can change the #. reporting address without breaking the translations. -#: agent/gpg-agent.c:550 agent/preset-passphrase.c:99 agent/protect-tool.c:154 -#: g10/gpg.c:1131 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:311 -#: sm/gpgsm.c:609 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:437 +#: agent/gpg-agent.c:551 agent/preset-passphrase.c:99 agent/protect-tool.c:154 +#: g10/gpg.c:1132 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:312 +#: sm/gpgsm.c:612 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:438 #: dirmngr/dirmngr_ldap.c:175 tools/gpg-connect-agent.c:220 tools/gpgconf.c:151 #: tools/gpg-check-pattern.c:143 msgid "Please report bugs to <@EMAIL@>.\n" @@ -647,11 +647,11 @@ msgstr "" "Chyby v programu, prosÃm, oznamujte (anglicky) na <@EMAIL@>,\n" "pÅ™ipomÃnky k pÅ™ekladu hlaste na <gnupg-i18n@gnupg.org>.\n" -#: agent/gpg-agent.c:559 +#: agent/gpg-agent.c:560 msgid "Usage: @GPG_AGENT@ [options] (-h for help)" msgstr "PoužitÃ: @GPG_AGENT@ [volby] (-h pro nápovÄ›du)" -#: agent/gpg-agent.c:561 +#: agent/gpg-agent.c:562 msgid "" "Syntax: @GPG_AGENT@ [options] [command [args]]\n" "Secret key management for @GNUPG@\n" @@ -659,125 +659,125 @@ msgstr "" "Syntaxe: @GPG_AGENT@ [volby] [pÅ™Ãkaz [argumenty]]\n" "Správa tajných klÃÄů pro @GNUPG@\n" -#: agent/gpg-agent.c:606 g10/gpg.c:1336 scd/scdaemon.c:383 sm/gpgsm.c:757 -#: dirmngr/dirmngr.c:521 +#: agent/gpg-agent.c:607 g10/gpg.c:1337 scd/scdaemon.c:384 sm/gpgsm.c:760 +#: dirmngr/dirmngr.c:522 #, c-format msgid "invalid debug-level '%s' given\n" msgstr "zadána neplatná úroveň ladÄ›nà „%s“\n" -#: agent/gpg-agent.c:971 g10/gpg.c:3879 g10/gpg.c:3903 sm/gpgsm.c:1736 -#: sm/gpgsm.c:1742 +#: agent/gpg-agent.c:972 g10/gpg.c:3910 g10/gpg.c:3934 sm/gpgsm.c:1769 +#: sm/gpgsm.c:1775 #, c-format msgid "selected digest algorithm is invalid\n" msgstr "vybraný hashovacà algoritmus je neplatný\n" -#: agent/gpg-agent.c:1195 agent/gpg-agent.c:2010 g10/gpg.c:2588 -#: scd/scdaemon.c:548 sm/gpgsm.c:1151 dirmngr/dirmngr.c:988 -#: dirmngr/dirmngr.c:1830 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:2019 common/comopt.c:93 +#: g10/gpg.c:2591 scd/scdaemon.c:549 sm/gpgsm.c:1155 dirmngr/dirmngr.c:989 +#: dirmngr/dirmngr.c:1840 #, c-format msgid "reading options from '%s'\n" msgstr "Ätou se možnosti z „%s“\n" -#: agent/gpg-agent.c:1327 g10/gpg.c:3830 scd/scdaemon.c:675 sm/gpgsm.c:1676 -#: dirmngr/dirmngr.c:1099 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 +#: agent/gpg-agent.c:1335 g10/gpg.c:3861 scd/scdaemon.c:687 sm/gpgsm.c:1709 +#: dirmngr/dirmngr.c:1108 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 #, c-format msgid "Note: '%s' is not considered an option\n" msgstr "Poznámka: „%s“ nenà uvažovaná možnost\n" -#: agent/gpg-agent.c:2146 scd/scdaemon.c:1096 dirmngr/dirmngr.c:1258 +#: agent/gpg-agent.c:2172 scd/scdaemon.c:1108 dirmngr/dirmngr.c:1267 #, c-format msgid "can't create socket: %s\n" msgstr "socket nelze vytvoÅ™it: %s\n" -#: agent/gpg-agent.c:2163 scd/scdaemon.c:1109 dirmngr/dirmngr.c:1271 +#: agent/gpg-agent.c:2189 scd/scdaemon.c:1121 dirmngr/dirmngr.c:1280 #, c-format msgid "socket name '%s' is too long\n" msgstr "název socketu „%s“ je pÅ™ÃliÅ¡ dlouhý\n" -#: agent/gpg-agent.c:2202 +#: agent/gpg-agent.c:2228 #, c-format msgid "a gpg-agent is already running - not starting a new one\n" msgstr "gpg-agent již běžÃ – nový nebude spuÅ¡tÄ›n\n" -#: agent/gpg-agent.c:2213 scd/scdaemon.c:1133 dirmngr/dirmngr.c:1303 +#: agent/gpg-agent.c:2239 scd/scdaemon.c:1145 dirmngr/dirmngr.c:1312 #, c-format msgid "error getting nonce for the socket\n" msgstr "chyba pÅ™i zÃskávánà soli pro socket\n" -#: agent/gpg-agent.c:2218 scd/scdaemon.c:1136 dirmngr/dirmngr.c:1306 +#: agent/gpg-agent.c:2244 scd/scdaemon.c:1148 dirmngr/dirmngr.c:1315 #, c-format msgid "error binding socket to '%s': %s\n" msgstr "chyba pÅ™i pÅ™ilepovánà socketu na „%s“: %s\n" -#: agent/gpg-agent.c:2229 agent/gpg-agent.c:2269 agent/gpg-agent.c:2278 -#: scd/scdaemon.c:1144 dirmngr/dirmngr.c:1315 +#: agent/gpg-agent.c:2255 agent/gpg-agent.c:2295 agent/gpg-agent.c:2304 +#: scd/scdaemon.c:1156 dirmngr/dirmngr.c:1324 #, c-format msgid "can't set permissions of '%s': %s\n" msgstr "pÅ™Ãstupová práva „%s“ nelze nastavit: %s\n" -#: agent/gpg-agent.c:2243 scd/scdaemon.c:1156 dirmngr/dirmngr.c:1327 +#: agent/gpg-agent.c:2269 scd/scdaemon.c:1168 dirmngr/dirmngr.c:1336 #, c-format msgid "listening on socket '%s'\n" msgstr "naslouchá se na socketu „%s“\n" -#: agent/gpg-agent.c:2263 agent/gpg-agent.c:2316 common/homedir.c:517 +#: agent/gpg-agent.c:2289 agent/gpg-agent.c:2342 common/homedir.c:517 #: g10/openfile.c:399 g10/photoid.c:379 #, c-format msgid "can't create directory '%s': %s\n" msgstr "nelze vytvoÅ™it adresář „%s“: %s\n" -#: agent/gpg-agent.c:2266 agent/gpg-agent.c:2321 common/homedir.c:520 +#: agent/gpg-agent.c:2292 agent/gpg-agent.c:2347 common/homedir.c:520 #: g10/openfile.c:402 #, c-format msgid "directory '%s' created\n" msgstr "adresář „%s“ vytvoÅ™en\n" -#: agent/gpg-agent.c:2327 +#: agent/gpg-agent.c:2353 #, c-format msgid "stat() failed for '%s': %s\n" msgstr "volánà stat() na „%s“ selhalo: %s\n" -#: agent/gpg-agent.c:2331 +#: agent/gpg-agent.c:2357 #, c-format msgid "can't use '%s' as home directory\n" msgstr "„%s“ nelze použÃt jako domovský adresář\n" -#: agent/gpg-agent.c:2486 scd/scdaemon.c:1172 dirmngr/dirmngr.c:2042 +#: agent/gpg-agent.c:2512 scd/scdaemon.c:1184 dirmngr/dirmngr.c:2069 #, c-format msgid "error reading nonce on fd %d: %s\n" msgstr "chyba pÅ™i Ätenà soli z deskriptoru %d: %s\n" -#: agent/gpg-agent.c:2693 +#: agent/gpg-agent.c:2719 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "obsluha 0x%lx pro fd %d spuÅ¡tÄ›na\n" -#: agent/gpg-agent.c:2698 +#: agent/gpg-agent.c:2724 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "obsluha 0x%lx pro fd %d ukonÄena\n" -#: agent/gpg-agent.c:2773 +#: agent/gpg-agent.c:2799 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "SSH obsluha 0x%lx pro fd %d spuÅ¡tÄ›na\n" -#: agent/gpg-agent.c:2778 +#: agent/gpg-agent.c:2804 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "SSH obsluha 0x%lx pro fd %d ukonÄena\n" -#: agent/gpg-agent.c:3000 scd/scdaemon.c:1362 dirmngr/dirmngr.c:2256 +#: agent/gpg-agent.c:3026 scd/scdaemon.c:1374 dirmngr/dirmngr.c:2283 #, c-format msgid "npth_pselect failed: %s - waiting 1s\n" msgstr "npth_pselect selhala: %s – Äeká se 1 s\n" -#: agent/gpg-agent.c:3088 scd/scdaemon.c:1427 +#: agent/gpg-agent.c:3114 scd/scdaemon.c:1439 #, c-format msgid "%s %s stopped\n" msgstr "%s %s pozastaveno\n" -#: agent/gpg-agent.c:3226 common/simple-pwquery.c:247 g10/call-agent.c:260 +#: agent/gpg-agent.c:3252 common/simple-pwquery.c:247 g10/call-agent.c:260 #: sm/call-agent.c:131 tools/gpg-connect-agent.c:2319 tools/card-call-scd.c:311 #, c-format msgid "no gpg-agent running in this session\n" @@ -803,8 +803,8 @@ msgstr "" "Syntaxe: gpg-preset-passphrase [volby] KEYGRIP\n" "Správa doÄasné pamÄ›ti pro hesla\n" -#: agent/protect-tool.c:107 g10/gpg.c:447 kbx/kbxutil.c:72 sm/gpgsm.c:213 -#: dirmngr/dirmngr.c:167 tools/gpgconf.c:81 +#: agent/protect-tool.c:107 g10/gpg.c:448 kbx/kbxutil.c:72 sm/gpgsm.c:215 +#: dirmngr/dirmngr.c:168 tools/gpgconf.c:81 msgid "" "@Commands:\n" " " @@ -1056,7 +1056,7 @@ msgid "error creating a stream for a pipe: %s\n" msgstr "chyba pÅ™i vytvářenà proudu pro rouru: %s\n" #: common/exechelp-posix.c:505 common/exechelp-posix.c:580 -#: common/exechelp-posix.c:861 dirmngr/dirmngr.c:1345 +#: common/exechelp-posix.c:866 dirmngr/dirmngr.c:1354 #, c-format msgid "error forking process: %s\n" msgstr "chyba pÅ™i rozdvojovánà procesu: %s\n" @@ -1066,23 +1066,23 @@ msgstr "chyba pÅ™i rozdvojovánà procesu: %s\n" msgid "waiting for process %d to terminate failed: %s\n" msgstr "Äekánà na konec procesu %d se nezdaÅ™ilo: %s\n" -#: common/exechelp-posix.c:688 common/exechelp-posix.c:804 +#: common/exechelp-posix.c:688 common/exechelp-posix.c:809 #, c-format msgid "error running '%s': probably not installed\n" msgstr "chyba pÅ™i spouÅ¡tÄ›nà „%s“: pravdÄ›podobnÄ› nenà nainstalován\n" -#: common/exechelp-posix.c:694 common/exechelp-posix.c:811 +#: common/exechelp-posix.c:694 common/exechelp-posix.c:816 #: common/exechelp-w32.c:839 common/exechelp-w32ce.c:782 #, c-format msgid "error running '%s': exit status %d\n" msgstr "chyba v bÄ›hu „%s“: návratový kód %d\n" -#: common/exechelp-posix.c:702 common/exechelp-posix.c:819 +#: common/exechelp-posix.c:702 common/exechelp-posix.c:824 #, c-format msgid "error running '%s': terminated\n" msgstr "chyba v bÄ›hu „%s“: násilnÄ› ukonÄeno\n" -#: common/exechelp-posix.c:760 common/exechelp-w32.c:820 +#: common/exechelp-posix.c:765 common/exechelp-w32.c:820 #, c-format msgid "waiting for processes to terminate failed: %s\n" msgstr "Äekánà na ukonÄenà procesu se nezdaÅ™ilo: %s\n" @@ -1130,7 +1130,7 @@ msgid "renaming '%s' to '%s' failed: %s\n" msgstr "pÅ™ejmenovánà „%s“ na „%s“ se nezdaÅ™ilo: %s\n" #. TRANSLATORS: See doc/TRANSLATE about this string. -#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3081 +#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3082 msgid "yes" msgstr "ano" @@ -1185,7 +1185,7 @@ msgid "out of core while allocating %lu bytes" msgstr "pÅ™i pokusu alokovat %lu bajtů doÅ¡la paměť" #: common/miscellaneous.c:115 g10/card-util.c:917 tools/no-libgcrypt.c:30 -#: tools/gpg-card.c:415 +#: tools/gpg-card.c:416 #, c-format msgid "error allocating enough memory: %s\n" msgstr "chyba pÅ™i alokovánà dostateÄného množstvà pamÄ›ti: %s\n" @@ -1261,7 +1261,7 @@ msgstr "chyba pÅ™i zÃskávánà verze z „%s“: %s\n" msgid "server '%s' is older than us (%s < %s)" msgstr "server „%s“ je starÅ¡Ã než my (%s < %s)" -#: common/asshelp.c:737 g10/call-dirmngr.c:407 +#: common/asshelp.c:737 g10/call-dirmngr.c:408 #, c-format msgid "WARNING: %s\n" msgstr "VAROVÃNÃ: %s\n" @@ -1540,8 +1540,8 @@ msgid "waiting for lock %s...\n" msgstr "Äekám na zámek %s…\n" # Prvnà argument je název knihovny -#: common/init.c:191 sm/gpgsm.c:1032 dirmngr/dirmngr.c:894 -#: dirmngr/dirmngr.c:903 +#: common/init.c:191 sm/gpgsm.c:1036 dirmngr/dirmngr.c:895 +#: dirmngr/dirmngr.c:904 #, c-format msgid "%s is too old (need %s, have %s)\n" msgstr "%s je pÅ™ÃliÅ¡ stará (potÅ™eba %s, pÅ™Ãtomna %s)\n" @@ -1711,52 +1711,52 @@ msgstr "chyba pÅ™i Ätenà z %s': %s\n" msgid "problem with the agent: %s\n" msgstr "problém s agentem: %s\n" -#: g10/call-dirmngr.c:178 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 +#: g10/call-dirmngr.c:179 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 #, c-format msgid "no dirmngr running in this session\n" msgstr "v této relaci neběžà žádný dirmngr\n" -#: g10/call-dirmngr.c:212 +#: g10/call-dirmngr.c:213 #, fuzzy, c-format #| msgid "keyserver option \"%s\" may not be used in %s mode\n" msgid "keyserver option \"honor-keyserver-url\" may not be used in Tor mode\n" msgstr "volba serveru s klÃÄi „%s“ se nesmà použÃvat v režimu %s\n" -#: g10/call-dirmngr.c:385 +#: g10/call-dirmngr.c:386 msgid "WKD uses a cached result" msgstr "WKD použÃvá zapamatované výsledky" -#: g10/call-dirmngr.c:388 +#: g10/call-dirmngr.c:389 msgid "Tor is not running" msgstr "To neběžÃ" -#: g10/call-dirmngr.c:390 +#: g10/call-dirmngr.c:391 msgid "Tor is not properly configured" msgstr "Tor nenà řádnÄ› nastaven" -#: g10/call-dirmngr.c:392 +#: g10/call-dirmngr.c:393 msgid "DNS is not properly configured" msgstr "DNS nenà řádnÄ› nastaveno" -#: g10/call-dirmngr.c:394 +#: g10/call-dirmngr.c:395 msgid "unacceptable HTTP redirect from server" msgstr "nepÅ™ijatelné pÅ™esmÄ›rovánà HTTP serverem" -#: g10/call-dirmngr.c:396 +#: g10/call-dirmngr.c:397 msgid "unacceptable HTTP redirect from server was cleaned up" msgstr "nepÅ™ijatelné pÅ™esmÄ›rovánà HTTP serverem bylo odklizeno" -#: g10/call-dirmngr.c:398 +#: g10/call-dirmngr.c:399 msgid "server uses an invalid certificate" msgstr "server použÃvá neplatný certifikát" -#: g10/call-dirmngr.c:405 g10/gpg.c:4568 +#: g10/call-dirmngr.c:406 g10/gpg.c:4599 #, c-format msgid "Note: %s\n" msgstr "Poznámka: %s\n" #: g10/card-util.c:86 g10/card-util.c:369 g10/card-util.c:1924 -#: tools/gpg-card.c:3038 +#: tools/gpg-card.c:3039 #, c-format msgid "OpenPGP card not available: %s\n" msgstr "OpenPGP karta nenà dostupná: %s\n" @@ -1767,17 +1767,17 @@ msgid "OpenPGP card no. %s detected\n" msgstr "Nalezena OpenPGP karta ÄÃslo %s\n" #: g10/card-util.c:97 g10/card-util.c:2309 g10/delkey.c:164 g10/keyedit.c:1428 -#: g10/keygen.c:4771 g10/revoke.c:214 g10/revoke.c:638 +#: g10/keygen.c:4791 g10/revoke.c:214 g10/revoke.c:638 #, c-format msgid "can't do this in batch mode\n" msgstr "nelze provést v dávkovém režimu\n" -#: g10/card-util.c:105 tools/gpg-card.c:2942 +#: g10/card-util.c:105 tools/gpg-card.c:2943 #, c-format msgid "This command is only available for version 2 cards\n" msgstr "Tento pÅ™Ãkaz je dostupný pouze pro karty verze 2\n" -#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2947 +#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2948 #, c-format msgid "Reset Code not or not anymore available\n" msgstr "ResetaÄnà kód nenà nebo už nenà dostupný\n" @@ -1786,109 +1786,109 @@ msgstr "ResetaÄnà kód nenà nebo už nenà dostupný\n" #: g10/card-util.c:1802 g10/keyedit.c:394 g10/keyedit.c:415 g10/keyedit.c:429 #: g10/keygen.c:1991 g10/keygen.c:2165 g10/keygen.c:2385 g10/keygen.c:2685 #: sm/certreqgen-ui.c:166 sm/certreqgen-ui.c:292 sm/certreqgen-ui.c:326 -#: tools/gpg-card.c:509 +#: tools/gpg-card.c:510 msgid "Your selection? " msgstr "Váš výbÄ›r? " -#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:595 -#: tools/gpg-card.c:635 +#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:596 +#: tools/gpg-card.c:636 msgid "[not set]" msgstr "[nenà nastaveno]" -#: g10/card-util.c:558 tools/gpg-card.c:902 +#: g10/card-util.c:558 tools/gpg-card.c:903 msgid "Mr." msgstr "Pan" -#: g10/card-util.c:559 tools/gpg-card.c:903 +#: g10/card-util.c:559 tools/gpg-card.c:904 msgid "Ms." msgstr "PanÃ" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 msgid "not forced" msgstr "nenà vyžadováno" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 msgid "forced" msgstr "vyžadováno" -#: g10/card-util.c:768 tools/gpg-card.c:1467 +#: g10/card-util.c:768 tools/gpg-card.c:1468 msgid "Error: Only plain ASCII is currently allowed.\n" msgstr "Chyba: V souÄasné verzi je povolenou pouze plain ASCII.\n" -#: g10/card-util.c:770 tools/gpg-card.c:1469 +#: g10/card-util.c:770 tools/gpg-card.c:1470 msgid "Error: The \"<\" character may not be used.\n" msgstr "Chyba: Znak „<“ nelze použÃt.\n" -#: g10/card-util.c:772 tools/gpg-card.c:1471 +#: g10/card-util.c:772 tools/gpg-card.c:1472 msgid "Error: Double spaces are not allowed.\n" msgstr "Chyba: VÃce mezer nenà povoleno.\n" -#: g10/card-util.c:789 tools/gpg-card.c:1504 +#: g10/card-util.c:789 tools/gpg-card.c:1505 msgid "Cardholder's surname: " msgstr "PÅ™Ãjmenà držitele karty: " -#: g10/card-util.c:791 tools/gpg-card.c:1505 +#: g10/card-util.c:791 tools/gpg-card.c:1506 msgid "Cardholder's given name: " msgstr "Jméno (kÅ™estnÃ) držitele karty: " -#: g10/card-util.c:809 tools/gpg-card.c:1522 +#: g10/card-util.c:809 tools/gpg-card.c:1523 #, c-format msgid "Error: Combined name too long (limit is %d characters).\n" msgstr "Chyba: jméno a pÅ™Ãjmenà je pÅ™ÃliÅ¡ dlouhé (limit je %d znaků).\n" -#: g10/card-util.c:830 tools/gpg-card.c:1560 +#: g10/card-util.c:830 tools/gpg-card.c:1561 msgid "URL to retrieve public key: " msgstr "URL pro zÃskánà veÅ™ejného klÃÄe: " -#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:394 g10/import.c:744 -#: g10/import.c:803 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 -#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1657 -#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:425 +#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:406 g10/import.c:756 +#: g10/import.c:815 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 +#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1666 +#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:426 #, c-format msgid "error reading '%s': %s\n" msgstr "chyba pÅ™i Ätenà „%s“: %s\n" #: g10/card-util.c:959 g10/decrypt-data.c:498 g10/export.c:2496 -#: dirmngr/crlcache.c:925 tools/gpg-card.c:485 tools/gpg-card.c:492 +#: dirmngr/crlcache.c:925 tools/gpg-card.c:486 tools/gpg-card.c:493 #, c-format msgid "error writing '%s': %s\n" msgstr "chyba pÅ™i zápisu do „%s“: %s\n" -#: g10/card-util.c:986 tools/gpg-card.c:1649 +#: g10/card-util.c:986 tools/gpg-card.c:1650 msgid "Login data (account name): " msgstr "Login (jménu úÄtu): " -#: g10/card-util.c:1024 tools/gpg-card.c:1944 +#: g10/card-util.c:1024 tools/gpg-card.c:1945 msgid "Private DO data: " msgstr "Privátnà DO data: " -#: g10/card-util.c:1109 tools/gpg-card.c:1698 +#: g10/card-util.c:1109 tools/gpg-card.c:1699 msgid "Language preferences: " msgstr "Jazykové pÅ™edvolby: " -#: g10/card-util.c:1117 tools/gpg-card.c:1709 +#: g10/card-util.c:1117 tools/gpg-card.c:1710 #, c-format msgid "Error: invalid length of preference string.\n" msgstr "Chyba: neplatná délka Å™etÄ›zce s pÅ™edvolbami.\n" -#: g10/card-util.c:1126 tools/gpg-card.c:1718 +#: g10/card-util.c:1126 tools/gpg-card.c:1719 #, c-format msgid "Error: invalid characters in preference string.\n" msgstr "Chyba: neplatný znak v Å™etÄ›zci s pÅ™edvolbami\n" -#: g10/card-util.c:1148 tools/gpg-card.c:1752 +#: g10/card-util.c:1148 tools/gpg-card.c:1753 msgid "Salutation (M = Mr., F = Ms., or space): " msgstr "Oslovenà (M = Pan, F = PanÃ, nebo mezera): " -#: g10/card-util.c:1162 tools/gpg-card.c:1769 +#: g10/card-util.c:1162 tools/gpg-card.c:1770 msgid "Error: invalid response.\n" msgstr "Chyba: neplatná odpovÄ›Ä.\n" -#: g10/card-util.c:1185 tools/gpg-card.c:1834 +#: g10/card-util.c:1185 tools/gpg-card.c:1835 msgid "CA fingerprint: " msgstr "Otisk CA: " -#: g10/card-util.c:1209 tools/gpg-card.c:1860 +#: g10/card-util.c:1209 tools/gpg-card.c:1861 #, c-format msgid "Error: invalid formatted fingerprint.\n" msgstr "Chyba: chybnÄ› utvoÅ™ené otisk.\n" @@ -1902,7 +1902,7 @@ msgstr "operace s klÃÄem nenà možná: %s\n" msgid "not an OpenPGP card" msgstr "toto nenà OpenPGP karta" -#: g10/card-util.c:1273 g10/keygen.c:4791 g10/keygen.c:5952 +#: g10/card-util.c:1273 g10/keygen.c:4811 g10/keygen.c:5972 #, c-format msgid "error getting current key info: %s\n" msgstr "chyba pÅ™i zÃskánà informacà o aktuálnÃm klÃÄi: %s\n" @@ -1911,7 +1911,7 @@ msgstr "chyba pÅ™i zÃskánà informacà o aktuálnÃm klÃÄi: %s\n" msgid "Replace existing key? (y/N) " msgstr "PÅ™epsat existujÃcà klÃÄ? (a/N) " -#: g10/card-util.c:1375 tools/gpg-card.c:3327 +#: g10/card-util.c:1375 tools/gpg-card.c:3328 #, fuzzy #| msgid "" #| "Note: There is no guarantee that the card supports the requested size.\n" @@ -2001,13 +2001,13 @@ msgid "error getting card info: %s\n" msgstr "chyba pÅ™i zÃskánà informacà o kartÄ›: %s\n" #: g10/card-util.c:1591 g10/card-util.c:1936 g10/card-util.c:2112 -#: g10/card-util.c:2171 tools/gpg-card.c:3056 tools/gpg-card.c:3295 -#: tools/gpg-card.c:3353 +#: g10/card-util.c:2171 tools/gpg-card.c:3057 tools/gpg-card.c:3296 +#: tools/gpg-card.c:3354 #, c-format msgid "This command is not supported by this card\n" msgstr "Tento pÅ™Ãkaz nenà touto kartou podporován\n" -#: g10/card-util.c:1637 tools/gpg-card.c:2425 +#: g10/card-util.c:1637 tools/gpg-card.c:2426 msgid "Make off-card backup of encryption key? (Y/n) " msgstr "VytvoÅ™it zálohu Å¡ifrovacÃho klÃÄe mimo kartu? (A/n) " @@ -2016,11 +2016,11 @@ msgstr "VytvoÅ™it zálohu Å¡ifrovacÃho klÃÄe mimo kartu? (A/n) " msgid "Note: keys are already stored on the card!\n" msgstr "Poznámka: na kartÄ› jsou již klÃÄe uloženy!\n" -#: g10/card-util.c:1654 tools/gpg-card.c:2397 +#: g10/card-util.c:1654 tools/gpg-card.c:2398 msgid "Replace existing keys? (y/N) " msgstr "PÅ™epsat existujÃcà klÃÄe? (a/N) " -#: g10/card-util.c:1666 tools/gpg-card.c:2456 +#: g10/card-util.c:1666 tools/gpg-card.c:2457 #, c-format msgid "" "Please note that the factory settings of the PINs are\n" @@ -2056,17 +2056,17 @@ msgstr "ProsÃm vyberte, kam uložit klÃÄ:\n" msgid "KEYTOCARD failed: %s\n" msgstr "Volánà KEYTOCARD selhalo: %s\n" -#: g10/card-util.c:1941 tools/gpg-card.c:3064 +#: g10/card-util.c:1941 tools/gpg-card.c:3065 #, c-format msgid "Note: This command destroys all keys stored on the card!\n" msgstr "Poznámka: Tento pÅ™Ãkaz zniÄà vÅ¡echny klÃÄe uložené na kartÄ›!\n" -#: g10/card-util.c:1944 tools/gpg-card.c:3067 tools/gpg-card.c:3408 +#: g10/card-util.c:1944 tools/gpg-card.c:3068 tools/gpg-card.c:3409 msgid "Continue? (y/N) " msgstr "PokraÄovat (a/N) " # The code expects non-localized "yes" -#: g10/card-util.c:1949 tools/gpg-card.c:3078 +#: g10/card-util.c:1949 tools/gpg-card.c:3079 msgid "Really do a factory reset? (enter \"yes\") " msgstr "Opravdu obnovit továrnà nastavenà (zadejte „yes“) " @@ -2081,7 +2081,7 @@ msgstr "chyba pÅ™i nastavovánà KDF: %s\n" msgid "error for setup UIF: %s\n" msgstr "chyba pÅ™i nastavovánà KDF: %s\n" -#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3648 +#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3649 msgid "quit this menu" msgstr "ukonÄit toto menu" @@ -2089,63 +2089,63 @@ msgstr "ukonÄit toto menu" msgid "show admin commands" msgstr "zobraz pÅ™Ãkazy správce" -#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3651 +#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3652 msgid "show this help" msgstr "ukázat tuto pomoc" -#: g10/card-util.c:2217 tools/gpg-card.c:3653 +#: g10/card-util.c:2217 tools/gpg-card.c:3654 msgid "list all available data" msgstr "vypiÅ¡ vÅ¡echna dostupná data" -#: g10/card-util.c:2220 tools/gpg-card.c:3655 +#: g10/card-util.c:2220 tools/gpg-card.c:3656 msgid "change card holder's name" msgstr "zmÄ›nà jméno majitele karty" -#: g10/card-util.c:2221 tools/gpg-card.c:3656 +#: g10/card-util.c:2221 tools/gpg-card.c:3657 msgid "change URL to retrieve key" msgstr "zmÄ›nà URL pro zÃskánà klÃÄe" -#: g10/card-util.c:2222 tools/gpg-card.c:3657 +#: g10/card-util.c:2222 tools/gpg-card.c:3658 msgid "fetch the key specified in the card URL" msgstr "zÃská klÃÄ specifikovaný v URL karty" -#: g10/card-util.c:2223 tools/gpg-card.c:3658 +#: g10/card-util.c:2223 tools/gpg-card.c:3659 msgid "change the login name" msgstr "zmÄ›nit login name" -#: g10/card-util.c:2224 tools/gpg-card.c:3659 +#: g10/card-util.c:2224 tools/gpg-card.c:3660 msgid "change the language preferences" msgstr "zmÄ›nit jazykové pÅ™edvolby" -#: g10/card-util.c:2225 tools/gpg-card.c:3660 +#: g10/card-util.c:2225 tools/gpg-card.c:3661 msgid "change card holder's salutation" msgstr "zmÄ›nà oslovenà držitele karty" -#: g10/card-util.c:2227 tools/gpg-card.c:3662 +#: g10/card-util.c:2227 tools/gpg-card.c:3663 msgid "change a CA fingerprint" msgstr "vypsat otisk certifikaÄnà autority" -#: g10/card-util.c:2228 tools/gpg-card.c:3663 +#: g10/card-util.c:2228 tools/gpg-card.c:3664 msgid "toggle the signature force PIN flag" msgstr "zapnout/vypnout požadovánà PINu pÅ™i každé self-sign operaci" -#: g10/card-util.c:2229 tools/gpg-card.c:3664 +#: g10/card-util.c:2229 tools/gpg-card.c:3665 msgid "generate new keys" msgstr "vytvoÅ™it nový pár klÃÄů" -#: g10/card-util.c:2230 tools/gpg-card.c:3665 +#: g10/card-util.c:2230 tools/gpg-card.c:3666 msgid "menu to change or unblock the PIN" msgstr "nabÃdka pro zmÄ›nu anebo odblokovánà PINu" -#: g10/card-util.c:2231 tools/gpg-card.c:3666 +#: g10/card-util.c:2231 tools/gpg-card.c:3667 msgid "verify the PIN and list all data" msgstr "ověř PIN a vypiÅ¡ vÅ¡echna data" -#: g10/card-util.c:2232 tools/gpg-card.c:3667 +#: g10/card-util.c:2232 tools/gpg-card.c:3668 msgid "unblock the PIN using a Reset Code" msgstr "odblokovat PIN pomocà resetaÄnÃho kódu" -#: g10/card-util.c:2233 tools/gpg-card.c:3671 +#: g10/card-util.c:2233 tools/gpg-card.c:3672 msgid "destroy all keys and data" msgstr "zniÄit vÅ¡echny klÃÄe a data" @@ -2159,13 +2159,13 @@ msgstr "nastavit KDF pro autentizaci kódem PIN" msgid "change the key attribute" msgstr "zmÄ›nit atribut klÃÄe" -#: g10/card-util.c:2237 tools/gpg-card.c:3673 +#: g10/card-util.c:2237 tools/gpg-card.c:3674 #, fuzzy #| msgid "change the ownertrust" msgid "change the User Interaction Flag" msgstr "zmÄ›nit důvÄ›ryhodnost vlastnÃka klÃÄe" -#: g10/card-util.c:2361 tools/gpg-card.c:3923 +#: g10/card-util.c:2361 tools/gpg-card.c:3924 msgid "gpg/card> " msgstr "gpg/karta> " @@ -2181,8 +2181,8 @@ msgstr "pÅ™Ãkazy správce jsou povoleny\n" msgid "Admin commands are not allowed\n" msgstr "pÅ™Ãkazy správce nejsou povoleny\n" -#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3813 -#: tools/gpg-card.c:4071 +#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3814 +#: tools/gpg-card.c:4072 #, c-format msgid "Invalid command (try \"help\")\n" msgstr "Neplatný pÅ™Ãkaz (zkuste „help“)\n" @@ -2192,21 +2192,21 @@ msgstr "Neplatný pÅ™Ãkaz (zkuste „help“)\n" msgid "--output doesn't work for this command\n" msgstr "--output pro tento pÅ™Ãkaz nenà platný\n" -#: g10/decrypt.c:247 g10/gpg.c:5262 g10/keyring.c:399 g10/keyring.c:750 +#: g10/decrypt.c:247 g10/gpg.c:5293 g10/keyring.c:399 g10/keyring.c:750 #, c-format msgid "can't open '%s'\n" msgstr "„%s“ nelze otevÅ™Ãt\n" #: g10/delkey.c:81 g10/export.c:1934 g10/export.c:2342 g10/export.c:2463 -#: g10/getkey.c:1907 g10/gpg.c:5207 g10/keyedit.c:1450 g10/keyedit.c:2382 -#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1238 +#: g10/getkey.c:1907 g10/gpg.c:5238 g10/keyedit.c:1450 g10/keyedit.c:2382 +#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1240 #: g10/revoke.c:230 g10/tofu.c:2168 #, c-format msgid "key \"%s\" not found: %s\n" msgstr "klÃÄ â€ž%s“ nenalezen: %s\n" -#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4303 -#: g10/gpg.c:5216 g10/keyedit.c:2354 g10/keyserver.c:1256 g10/revoke.c:236 +#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4330 +#: g10/gpg.c:5247 g10/keyedit.c:2354 g10/keyserver.c:1258 g10/revoke.c:236 #: g10/revoke.c:665 g10/tofu.c:2176 #, c-format msgid "error reading keyblock: %s\n" @@ -2334,14 +2334,14 @@ msgstr "Å¡ifrovacà algoritmus „%s“ se nesmà použÃvat v režimu %s\n" msgid "(use option \"%s\" to override)\n" msgstr "" -#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4052 -#: g10/gpg.c:4099 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1760 +#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4083 +#: g10/gpg.c:4130 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1793 #, c-format msgid "cipher algorithm '%s' may not be used in %s mode\n" msgstr "Å¡ifrovacà algoritmus „%s“ se nesmà použÃvat v režimu %s\n" -#: g10/encrypt.c:564 g10/gpg.c:4064 g10/gpg.c:4111 g10/sig-check.c:155 -#: g10/sign.c:452 sm/gpgsm.c:1770 sm/gpgsm.c:1780 sm/sign.c:596 sm/verify.c:510 +#: g10/encrypt.c:564 g10/gpg.c:4095 g10/gpg.c:4142 g10/sig-check.c:155 +#: g10/sign.c:452 sm/gpgsm.c:1803 sm/gpgsm.c:1813 sm/sign.c:596 sm/verify.c:510 #, c-format msgid "digest algorithm '%s' may not be used in %s mode\n" msgstr "hashovacà algoritmus „%s“ se nesmà použÃvat v režimu %s\n" @@ -2439,7 +2439,7 @@ msgid " - skipped" msgstr " – pÅ™eskoÄeno" # g10/import.c:766 g10/openfile.c:261#, c-format -#: g10/export.c:1333 g10/import.c:2112 g10/openfile.c:202 g10/openfile.c:296 +#: g10/export.c:1333 g10/import.c:2124 g10/openfile.c:202 g10/openfile.c:296 #: g10/sign.c:1110 g10/sign.c:1447 #, c-format msgid "writing to '%s'\n" @@ -2530,280 +2530,280 @@ msgstr "Neplatný klÃÄ %s zmÄ›nÄ›n na platný pomocà --always-non-selfsigned- msgid "using subkey %s instead of primary key %s\n" msgstr "použÃvám podklÃÄ %s mÃsto primárnÃho klÃÄe %s\n" -#: g10/getkey.c:4232 g10/gpg.c:2164 +#: g10/getkey.c:4259 g10/gpg.c:2167 #, c-format msgid "valid values for option '%s':\n" msgstr "platné hodnoty pro volbu „%s“:\n" -#: g10/gpg.c:449 sm/gpgsm.c:215 +#: g10/gpg.c:450 sm/gpgsm.c:217 msgid "make a signature" msgstr "vytvoÅ™it podpis" -#: g10/gpg.c:450 +#: g10/gpg.c:451 msgid "make a clear text signature" msgstr "vytvoÅ™it podpis v Äitelném dokumentu" -#: g10/gpg.c:452 sm/gpgsm.c:217 +#: g10/gpg.c:453 sm/gpgsm.c:219 msgid "make a detached signature" msgstr "vytvoÅ™it podpis oddÄ›lený od dokumentu" -#: g10/gpg.c:453 sm/gpgsm.c:218 +#: g10/gpg.c:454 sm/gpgsm.c:220 msgid "encrypt data" msgstr "Å¡ifrovat data" -#: g10/gpg.c:455 +#: g10/gpg.c:456 msgid "encryption only with symmetric cipher" msgstr "Å¡ifrovánà pouze se symetrickou Å¡ifrou" -#: g10/gpg.c:457 sm/gpgsm.c:220 +#: g10/gpg.c:458 sm/gpgsm.c:222 msgid "decrypt data (default)" msgstr "deÅ¡ifrovat data (implicitnÄ›)" -#: g10/gpg.c:459 sm/gpgsm.c:221 +#: g10/gpg.c:460 sm/gpgsm.c:223 msgid "verify a signature" msgstr "verifikovat podpis" -#: g10/gpg.c:461 sm/gpgsm.c:222 +#: g10/gpg.c:462 sm/gpgsm.c:224 msgid "list keys" msgstr "vypsat seznam klÃÄů" -#: g10/gpg.c:463 +#: g10/gpg.c:464 msgid "list keys and signatures" msgstr "vypsat seznam klÃÄů a podpisů" -#: g10/gpg.c:466 +#: g10/gpg.c:467 msgid "list and check key signatures" msgstr "vypsat a zkontrolovat podpisy klÃÄů" -#: g10/gpg.c:468 sm/gpgsm.c:227 +#: g10/gpg.c:469 sm/gpgsm.c:229 msgid "list keys and fingerprints" msgstr "vypsat seznam klÃÄů a otisků" -#: g10/gpg.c:469 sm/gpgsm.c:225 +#: g10/gpg.c:470 sm/gpgsm.c:227 msgid "list secret keys" msgstr "vypsat seznam tajných klÃÄů" -#: g10/gpg.c:471 sm/gpgsm.c:228 +#: g10/gpg.c:472 sm/gpgsm.c:230 msgid "generate a new key pair" msgstr "vytvoÅ™it nový pár klÃÄů" -#: g10/gpg.c:474 +#: g10/gpg.c:475 msgid "quickly generate a new key pair" msgstr "rychle vytvoÅ™it nový pár klÃÄů" -#: g10/gpg.c:477 +#: g10/gpg.c:478 msgid "quickly add a new user-id" msgstr "rychle pÅ™idat novou identitu uživatele" -#: g10/gpg.c:482 +#: g10/gpg.c:483 msgid "quickly revoke a user-id" msgstr "rychle odvolat identitu uživatele" -#: g10/gpg.c:485 +#: g10/gpg.c:486 msgid "quickly set a new expiration date" msgstr "rychle nastavit nové datum konce platnosti" -#: g10/gpg.c:488 +#: g10/gpg.c:489 msgid "full featured key pair generation" msgstr "komplexnà vytvoÅ™enà páru klÃÄů" -#: g10/gpg.c:491 +#: g10/gpg.c:492 msgid "generate a revocation certificate" msgstr "vytvoÅ™it revokaÄnà certifikát" -#: g10/gpg.c:494 sm/gpgsm.c:231 +#: g10/gpg.c:495 sm/gpgsm.c:233 msgid "remove keys from the public keyring" msgstr "odstranit klÃÄ ze souboru veÅ™ejných klÃÄů" -#: g10/gpg.c:496 +#: g10/gpg.c:497 msgid "remove keys from the secret keyring" msgstr "odstranit klÃÄ ze souboru tajných klÃÄů" -#: g10/gpg.c:498 +#: g10/gpg.c:499 msgid "quickly sign a key" msgstr "rychle podepsat klÃÄ" -#: g10/gpg.c:500 +#: g10/gpg.c:501 msgid "quickly sign a key locally" msgstr "rychle lokálnÄ› podepsat klÃÄ" -#: g10/gpg.c:502 +#: g10/gpg.c:503 #, fuzzy #| msgid "quickly revoke a user-id" msgid "quickly revoke a key signature" msgstr "rychle odvolat identitu uživatele" -#: g10/gpg.c:503 +#: g10/gpg.c:504 msgid "sign a key" msgstr "podepsat klÃÄ" -#: g10/gpg.c:504 +#: g10/gpg.c:505 msgid "sign a key locally" msgstr "podepsat klÃÄ lokálnÄ›" -#: g10/gpg.c:505 +#: g10/gpg.c:506 msgid "sign or edit a key" msgstr "podepsat nebo modifikovat klÃÄ" -#: g10/gpg.c:507 sm/gpgsm.c:249 +#: g10/gpg.c:508 sm/gpgsm.c:251 msgid "change a passphrase" msgstr "zmÄ›nit heslo" -#: g10/gpg.c:511 +#: g10/gpg.c:512 msgid "export keys" msgstr "exportovat klÃÄe" -#: g10/gpg.c:512 +#: g10/gpg.c:513 msgid "export keys to a keyserver" msgstr "exportovat klÃÄe na server klÃÄů" -#: g10/gpg.c:513 +#: g10/gpg.c:514 msgid "import keys from a keyserver" msgstr "importovat klÃÄe ze serveru klÃÄů" -#: g10/gpg.c:516 +#: g10/gpg.c:517 msgid "search for keys on a keyserver" msgstr "vyhledat klÃÄe na serveru klÃÄů" -#: g10/gpg.c:518 +#: g10/gpg.c:519 msgid "update all keys from a keyserver" msgstr "aktualizovat vÅ¡echny klÃÄe ze serveru klÃÄů" -#: g10/gpg.c:526 +#: g10/gpg.c:527 msgid "import/merge keys" msgstr "importovat/slouÄit klÃÄe" -#: g10/gpg.c:529 +#: g10/gpg.c:530 msgid "print the card status" msgstr "vytisknout stav karty" -#: g10/gpg.c:530 +#: g10/gpg.c:531 msgid "change data on a card" msgstr "zmÄ›nit data na kartÄ›" -#: g10/gpg.c:532 +#: g10/gpg.c:533 msgid "change a card's PIN" msgstr "zmÄ›nit PIN karty" -#: g10/gpg.c:544 +#: g10/gpg.c:545 msgid "update the trust database" msgstr "aktualizovat databázi důvÄ›ry" -#: g10/gpg.c:554 +#: g10/gpg.c:555 msgid "print message digests" msgstr "vypsat hash zprávy" -#: g10/gpg.c:558 sm/gpgsm.c:244 +#: g10/gpg.c:559 sm/gpgsm.c:246 msgid "run in server mode" msgstr "pracovat v režimu serveru" -#: g10/gpg.c:560 +#: g10/gpg.c:561 msgid "|VALUE|set the TOFU policy for a key" msgstr "|HODNOTA|nastavit TOFU politiku klÃÄi" -#: g10/gpg.c:603 +#: g10/gpg.c:604 msgid "|NAME|use NAME as default secret key" msgstr "|NÃZEV|použÃt NÃZEV jako implicitnà tajný klÃÄ" -#: g10/gpg.c:605 sm/gpgsm.c:337 +#: g10/gpg.c:606 sm/gpgsm.c:340 msgid "|NAME|encrypt to user ID NAME as well" msgstr "|JMÉNO|Å¡ifrovat rovněž pro uživatele s ID JMÉNO" -#: g10/gpg.c:613 +#: g10/gpg.c:614 msgid "|SPEC|set up email aliases" msgstr "|SPEC|nastavit e-mailový alias" -#: g10/gpg.c:625 +#: g10/gpg.c:626 msgid "use strict OpenPGP behavior" msgstr "použÃt chovánà striktnÄ› podle OpenPGP" -#: g10/gpg.c:650 kbx/kbxutil.c:91 sm/gpgsm.c:421 tools/gpgconf.c:113 +#: g10/gpg.c:651 kbx/kbxutil.c:91 sm/gpgsm.c:424 tools/gpgconf.c:113 msgid "do not make any changes" msgstr "neprovádÄ›t žádné zmÄ›ny" -#: g10/gpg.c:651 +#: g10/gpg.c:652 msgid "prompt before overwriting" msgstr "vyžádat potvrzenà pÅ™ed pÅ™epsánÃm" -#: g10/gpg.c:700 sm/gpgsm.c:307 +#: g10/gpg.c:701 sm/gpgsm.c:310 #, fuzzy #| msgid "Options controlling the security" msgid "Options controlling the input" msgstr "Volby ovlivňujÃcà bezpeÄnost" -#: g10/gpg.c:718 sm/gpgsm.c:317 +#: g10/gpg.c:719 sm/gpgsm.c:320 #, fuzzy #| msgid "Options controlling the diagnostic output" msgid "Options controlling the output" msgstr "Volby ovlivňujÃcà diagnostický výstup" -#: g10/gpg.c:720 sm/gpgsm.c:319 +#: g10/gpg.c:721 sm/gpgsm.c:322 msgid "create ascii armored output" msgstr "vytvoÅ™it výstup zapsaný v ASCII" -#: g10/gpg.c:724 g10/gpgv.c:82 sm/gpgsm.c:324 +#: g10/gpg.c:725 g10/gpgv.c:82 sm/gpgsm.c:327 msgid "|FILE|write output to FILE" msgstr "|SOUBOR|zapsat výstup do SOUBORU" -#: g10/gpg.c:737 +#: g10/gpg.c:738 msgid "use canonical text mode" msgstr "použÃt kanonický textový režim" -#: g10/gpg.c:755 +#: g10/gpg.c:756 msgid "|N|set compress level to N (0 disables)" msgstr "|N|nastavit úroveň komprese na N (0 – žádná)" -#: g10/gpg.c:761 sm/gpgsm.c:354 +#: g10/gpg.c:762 sm/gpgsm.c:357 #, fuzzy #| msgid "Options controlling the interactivity and enforcement" msgid "Options controlling key import and export" msgstr "Volby ovlivňujÃcà interaktivitu a vymáhánÃ" -#: g10/gpg.c:764 +#: g10/gpg.c:765 msgid "|MECHANISMS|use MECHANISMS to locate keys by mail address" msgstr "|METODA|použÃvat METODU pro dohledávánà klÃÄů podle e-mailové adresy" -#: g10/gpg.c:767 +#: g10/gpg.c:768 msgid "import missing key from a signature" msgstr "importovat chybÄ›jÃcà klÃÄ z podpisu" -#: g10/gpg.c:772 +#: g10/gpg.c:773 msgid "include the public key in signatures" msgstr "zahrnovat veÅ™ejný klÃÄ do podpisů" -#: g10/gpg.c:775 sm/gpgsm.c:357 +#: g10/gpg.c:776 sm/gpgsm.c:360 msgid "disable all access to the dirmngr" msgstr "zakázat veÅ¡kerý pÅ™Ãstup k dirmngr" -#: g10/gpg.c:787 sm/gpgsm.c:364 +#: g10/gpg.c:788 sm/gpgsm.c:367 #, fuzzy #| msgid "Options controlling the configuration" msgid "Options controlling key listings" msgstr "Volby ovlivňujÃcà nastavenÃ" -#: g10/gpg.c:817 sm/gpgsm.c:329 +#: g10/gpg.c:818 sm/gpgsm.c:332 #, fuzzy #| msgid "list secret keys" msgid "Options to specify keys" msgstr "vypsat seznam tajných klÃÄů" -#: g10/gpg.c:819 sm/gpgsm.c:331 +#: g10/gpg.c:820 sm/gpgsm.c:334 msgid "|USER-ID|encrypt for USER-ID" msgstr "|ID_UŽIVATELE|Å¡ifrovat pro ID_UŽIVATELE" -#: g10/gpg.c:827 sm/gpgsm.c:333 +#: g10/gpg.c:828 sm/gpgsm.c:336 msgid "|USER-ID|use USER-ID to sign or decrypt" msgstr "|ID_UŽIVATELE|použÃt toto ID_UŽIVATELE pro podepsánà nebo deÅ¡ifrovánÃ" -#: g10/gpg.c:875 sm/gpgsm.c:405 +#: g10/gpg.c:876 sm/gpgsm.c:408 msgid "Options for unattended use" msgstr "" -#: g10/gpg.c:894 sm/gpgsm.c:417 dirmngr/dirmngr.c:285 +#: g10/gpg.c:895 sm/gpgsm.c:420 dirmngr/dirmngr.c:286 msgid "Other options" msgstr "" -#: g10/gpg.c:965 sm/gpgsm.c:450 +#: g10/gpg.c:966 sm/gpgsm.c:453 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -2811,7 +2811,7 @@ msgstr "" "@\n" "(Pro úplný seznam vÅ¡ech pÅ™Ãkazů a voleb nahlédnÄ›te do manuálové stránky.)\n" -#: g10/gpg.c:968 +#: g10/gpg.c:969 msgid "" "@\n" "Examples:\n" @@ -2831,11 +2831,11 @@ msgstr "" " --list-keys [jména] ukázat klÃÄe\n" " --fingerprint [jména] ukázat otisky\n" -#: g10/gpg.c:1153 +#: g10/gpg.c:1154 msgid "Usage: @GPG@ [options] [files] (-h for help)" msgstr "PoužitÃ: @GPG@ [možnosti] [soubory] (-h pro nápovÄ›du)" -#: g10/gpg.c:1156 +#: g10/gpg.c:1157 msgid "" "Syntax: @GPG@ [options] [files]\n" "Sign, check, encrypt or decrypt\n" @@ -2845,7 +2845,7 @@ msgstr "" "Podepisuje, ověřuje, Å¡ifruje nebo deÅ¡ifruje.\n" "Výchozà operace závisà na vstupnÃch datech.\n" -#: g10/gpg.c:1167 sm/gpgsm.c:633 +#: g10/gpg.c:1168 sm/gpgsm.c:636 msgid "" "\n" "Supported algorithms:\n" @@ -2853,79 +2853,79 @@ msgstr "" "\n" "Podporované algoritmy:\n" -#: g10/gpg.c:1170 +#: g10/gpg.c:1171 msgid "Pubkey: " msgstr "VeÅ™ejný klÃÄ: " -#: g10/gpg.c:1177 g10/keyedit.c:3316 +#: g10/gpg.c:1178 g10/keyedit.c:3316 msgid "Cipher: " msgstr "Å ifra: " -#: g10/gpg.c:1191 +#: g10/gpg.c:1192 msgid "Hash: " msgstr "Hash: " -#: g10/gpg.c:1198 g10/keyedit.c:3382 +#: g10/gpg.c:1199 g10/keyedit.c:3382 msgid "Compression: " msgstr "Komprese: " -#: g10/gpg.c:1273 sm/gpgsm.c:707 +#: g10/gpg.c:1274 sm/gpgsm.c:710 #, c-format msgid "usage: %s [options] %s\n" msgstr "použitÃ: %s [pÅ™epÃnaÄe] %s\n" -#: g10/gpg.c:1466 sm/gpgsm.c:800 +#: g10/gpg.c:1467 sm/gpgsm.c:803 #, c-format msgid "conflicting commands\n" msgstr "konfliktnà pÅ™Ãkazy\n" -#: g10/gpg.c:1484 +#: g10/gpg.c:1485 #, c-format msgid "no = sign found in group definition '%s'\n" msgstr "no = podpis nalezen v definici skupiny „%s“\n" -#: g10/gpg.c:1682 +#: g10/gpg.c:1683 #, c-format msgid "WARNING: unsafe ownership on homedir '%s'\n" msgstr "" "VAROVÃNÃ: vlastnictvà domovského adresáře „%s“ nenà nastaveno bezpeÄnÄ›\n" -#: g10/gpg.c:1685 +#: g10/gpg.c:1686 #, c-format msgid "WARNING: unsafe ownership on configuration file '%s'\n" msgstr "" "VAROVÃNÃ: vlastnictvà konfiguraÄnÃho souboru „%s“ nenà nastaveno bezpeÄnÄ›\n" -#: g10/gpg.c:1688 +#: g10/gpg.c:1689 #, c-format msgid "WARNING: unsafe ownership on extension '%s'\n" msgstr "" "VAROVÃNÃ: vlastnictvà rozÅ¡iÅ™ujÃcÃho modulu „%s“ nenà nastaveno bezpeÄnÄ›\n" -#: g10/gpg.c:1694 +#: g10/gpg.c:1695 #, c-format msgid "WARNING: unsafe permissions on homedir '%s'\n" msgstr "VAROVÃNÃ: pÅ™Ãstupová práva pro domovský adresář „%s“ nejsou bezpeÄná\n" -#: g10/gpg.c:1697 +#: g10/gpg.c:1698 #, c-format msgid "WARNING: unsafe permissions on configuration file '%s'\n" msgstr "" "VAROVÃNÃ: pÅ™Ãstupová práva pro konfiguraÄnà soubor „%s“ nejsou bezpeÄná\n" -#: g10/gpg.c:1700 +#: g10/gpg.c:1701 #, c-format msgid "WARNING: unsafe permissions on extension '%s'\n" msgstr "VAROVÃNÃ: pÅ™Ãstupová práva rozÅ¡iÅ™ujÃcÃmu modulu „%s“ nejsou bezpeÄná\n" -#: g10/gpg.c:1706 +#: g10/gpg.c:1707 #, c-format msgid "WARNING: unsafe enclosing directory ownership on homedir '%s'\n" msgstr "" "VAROVÃNÃ: vlastnictvà adresáře s domovským adresářem „%s“ nenà nastaveno " "nebezpeÄnÄ›\n" -#: g10/gpg.c:1709 +#: g10/gpg.c:1710 #, c-format msgid "" "WARNING: unsafe enclosing directory ownership on configuration file '%s'\n" @@ -2933,21 +2933,21 @@ msgstr "" "VAROVÃNÃ: vlastnictvà adresáře „%s“ s konfiguraÄnÃm souborem nenà nastaveno " "nebezpeÄnÄ›\n" -#: g10/gpg.c:1712 +#: g10/gpg.c:1713 #, c-format msgid "WARNING: unsafe enclosing directory ownership on extension '%s'\n" msgstr "" "VAROVÃNÃ: vlastnictvà adresáře „%s“ s rozÅ¡iÅ™ujÃcÃm modulem nenà nastaveno " "nebezpeÄnÄ›\n" -#: g10/gpg.c:1718 +#: g10/gpg.c:1719 #, c-format msgid "WARNING: unsafe enclosing directory permissions on homedir '%s'\n" msgstr "" "VAROVÃNÃ: pÅ™Ãstupová práva k adresáři „%s“ s domovským adresářem nejsou " "nastavena bezpeÄnÄ›\n" -#: g10/gpg.c:1721 +#: g10/gpg.c:1722 #, c-format msgid "" "WARNING: unsafe enclosing directory permissions on configuration file '%s'\n" @@ -2955,7 +2955,7 @@ msgstr "" "VAROVÃNÃ: pÅ™Ãstupová práva k adresáři „%s“ s konfiguraÄnÃm souborem nejsou " "nastavena bezpeÄnÄ›\n" -#: g10/gpg.c:1724 +#: g10/gpg.c:1725 #, c-format msgid "WARNING: unsafe enclosing directory permissions on extension '%s'\n" msgstr "" @@ -2963,465 +2963,465 @@ msgstr "" "nastavena bezpeÄnÄ›\n" # c-format -#: g10/gpg.c:1940 +#: g10/gpg.c:1941 #, c-format msgid "unknown configuration item '%s'\n" msgstr "neznámá konfiguraÄnà položka „%s“\n" -#: g10/gpg.c:2034 +#: g10/gpg.c:2037 msgid "display photo IDs during key listings" msgstr "zobrazovat ID fotografià bÄ›hem výpisu klÃÄů" -#: g10/gpg.c:2036 +#: g10/gpg.c:2039 msgid "show key usage information during key listings" msgstr "ukazovat údaje o úÄelu klÃÄe pÅ™i výpisu klÃÄů" -#: g10/gpg.c:2038 +#: g10/gpg.c:2041 msgid "show policy URLs during signature listings" msgstr "ukazovat URL politik bÄ›hem výpisu podpisů" -#: g10/gpg.c:2040 +#: g10/gpg.c:2043 msgid "show all notations during signature listings" msgstr "ukazovat vÅ¡echny poznámky bÄ›hem výpisu podpisů" -#: g10/gpg.c:2042 +#: g10/gpg.c:2045 msgid "show IETF standard notations during signature listings" msgstr "ukazovat poznámky IETF standardu bÄ›hem vypisovánà podpisů" -#: g10/gpg.c:2046 +#: g10/gpg.c:2049 msgid "show user-supplied notations during signature listings" msgstr "ukazovat uživatelské poznámky bÄ›hem výpisu podpisů" -#: g10/gpg.c:2048 +#: g10/gpg.c:2051 msgid "show preferred keyserver URLs during signature listings" msgstr "ukazovat URL upÅ™ednostňovaného serveru klÃÄů pÅ™i výpisu podpisů" -#: g10/gpg.c:2050 +#: g10/gpg.c:2053 msgid "show user ID validity during key listings" msgstr "ukazovat platnost ID uživatelů pÅ™i výpisu klÃÄů" -#: g10/gpg.c:2052 +#: g10/gpg.c:2055 msgid "show revoked and expired user IDs in key listings" msgstr "ukazovat odvolané a proÅ¡lé ID uživatelů pÅ™i výpisu klÃÄů" -#: g10/gpg.c:2054 +#: g10/gpg.c:2057 msgid "show revoked and expired subkeys in key listings" msgstr "ukazovat odvolané a proÅ¡lé podklÃÄe pÅ™i výpisu klÃÄů" -#: g10/gpg.c:2056 +#: g10/gpg.c:2059 msgid "show the keyring name in key listings" msgstr "ukazovat název souboru s klÃÄi pÅ™i výpisu klÃÄů" -#: g10/gpg.c:2058 +#: g10/gpg.c:2061 msgid "show expiration dates during signature listings" msgstr "ukazovat data expirace bÄ›hem výpisu podpisů" -#: g10/gpg.c:2175 +#: g10/gpg.c:2178 #, c-format msgid "unknown TOFU policy '%s'\n" msgstr "neznámá TOFU politika „%s“\n" -#: g10/gpg.c:2177 +#: g10/gpg.c:2180 #, c-format msgid "(use \"help\" to list choices)\n" msgstr "(možnosti lze vypsat pÅ™Ãkazem „help“)\n" -#: g10/gpg.c:2972 g10/gpg.c:3797 g10/gpg.c:3809 +#: g10/gpg.c:2975 g10/gpg.c:3828 g10/gpg.c:3840 #, c-format msgid "Note: %s is not for normal use!\n" msgstr "Poznámka: %s nenà pro normálnà použitÃ!\n" -#: g10/gpg.c:3148 g10/gpg.c:3160 +#: g10/gpg.c:3151 g10/gpg.c:3163 #, c-format msgid "'%s' is not a valid signature expiration\n" msgstr "„%s“ nenà platná doba expirace podpisu\n" -#: g10/gpg.c:3182 +#: g10/gpg.c:3185 #, c-format msgid "\"%s\" is not a proper mail address\n" msgstr "„%s“ nenà správná e-mailová adresa\n" -#: g10/gpg.c:3214 sm/gpgsm.c:1265 +#: g10/gpg.c:3217 sm/gpgsm.c:1270 #, c-format msgid "invalid pinentry mode '%s'\n" msgstr "neplatný režim pinentry „%s“\n" -#: g10/gpg.c:3220 sm/gpgsm.c:1271 +#: g10/gpg.c:3223 sm/gpgsm.c:1276 #, c-format msgid "invalid request origin '%s'\n" msgstr "neplatný původ požadavku „%s“\n" -#: g10/gpg.c:3277 +#: g10/gpg.c:3280 #, c-format msgid "'%s' is not a valid character set\n" msgstr "„%s“ nenà platná znaková sada\n" -#: g10/gpg.c:3299 g10/gpg.c:3508 g10/keyedit.c:5319 +#: g10/gpg.c:3302 g10/gpg.c:3511 g10/keyedit.c:5319 #, c-format msgid "could not parse keyserver URL\n" msgstr "nelze zpracovat URL serveru klÃÄů\n" -#: g10/gpg.c:3317 +#: g10/gpg.c:3320 #, c-format msgid "%s:%d: invalid keyserver options\n" msgstr "%s:%d: neplatný parametr pro server klÃÄů\n" -#: g10/gpg.c:3320 +#: g10/gpg.c:3323 #, c-format msgid "invalid keyserver options\n" msgstr "neplatný parametr pro server klÃÄů\n" -#: g10/gpg.c:3327 +#: g10/gpg.c:3330 #, c-format msgid "%s:%d: invalid import options\n" msgstr "%s:%d: neplatný parametr pro import\n" -#: g10/gpg.c:3330 +#: g10/gpg.c:3333 #, c-format msgid "invalid import options\n" msgstr "neplatný parametr pro import\n" -#: g10/gpg.c:3336 g10/gpg.c:3351 +#: g10/gpg.c:3339 g10/gpg.c:3354 #, c-format msgid "invalid filter option: %s\n" msgstr "neplatná volba filtru: %s\n" -#: g10/gpg.c:3342 +#: g10/gpg.c:3345 #, c-format msgid "%s:%d: invalid export options\n" msgstr "%s:%d: neplatný parametr pro export\n" -#: g10/gpg.c:3345 +#: g10/gpg.c:3348 #, c-format msgid "invalid export options\n" msgstr "neplatný parametr pro export\n" -#: g10/gpg.c:3357 +#: g10/gpg.c:3360 #, c-format msgid "%s:%d: invalid list options\n" msgstr "%s:%d: neplatný parametr pro výpis\n" -#: g10/gpg.c:3360 +#: g10/gpg.c:3363 #, c-format msgid "invalid list options\n" msgstr "neplatný parametr pro výpis\n" -#: g10/gpg.c:3368 +#: g10/gpg.c:3371 msgid "display photo IDs during signature verification" msgstr "zobrazovat ID fotografià pÅ™i ověřovánà podpisu" -#: g10/gpg.c:3370 +#: g10/gpg.c:3373 msgid "show policy URLs during signature verification" msgstr "ukazovat URL politik pÅ™i ověřovánà podpisu" -#: g10/gpg.c:3372 +#: g10/gpg.c:3375 msgid "show all notations during signature verification" msgstr "ukazovat vÅ¡echny poznámky pÅ™i ověřovánà podpisu" -#: g10/gpg.c:3374 +#: g10/gpg.c:3377 msgid "show IETF standard notations during signature verification" msgstr "ukazovat poznámky IETF standardu pÅ™i ověřovánà podpisu" -#: g10/gpg.c:3378 +#: g10/gpg.c:3381 msgid "show user-supplied notations during signature verification" msgstr "ukazovat uživatelské poznámky pÅ™i ověřovánà podpisu" -#: g10/gpg.c:3380 +#: g10/gpg.c:3383 msgid "show preferred keyserver URLs during signature verification" msgstr "ukazovat URL upÅ™ednostňovaného serveru klÃÄů pÅ™i ověřovánà podpisu" -#: g10/gpg.c:3382 +#: g10/gpg.c:3385 msgid "show user ID validity during signature verification" msgstr "ukazovat platnost ID uživatele pÅ™i ověřovánà podpisu" -#: g10/gpg.c:3384 +#: g10/gpg.c:3387 msgid "show revoked and expired user IDs in signature verification" msgstr "ukazovat odvolané a proÅ¡lé ID uživatelů pÅ™i ověřovánà podpisů" -#: g10/gpg.c:3386 +#: g10/gpg.c:3389 msgid "show only the primary user ID in signature verification" msgstr "ukazovat jen primárnà ID uživatele pÅ™i ověřovánà podpisu" -#: g10/gpg.c:3393 +#: g10/gpg.c:3396 #, c-format msgid "%s:%d: invalid verify options\n" msgstr "%s:%d: neplatný parametr pro ověřenÃ\n" -#: g10/gpg.c:3396 +#: g10/gpg.c:3399 #, c-format msgid "invalid verify options\n" msgstr "neplatný parametr pro ověřenÃ\n" -#: g10/gpg.c:3403 +#: g10/gpg.c:3406 #, c-format msgid "unable to set exec-path to %s\n" msgstr "nelze nastavit exec-path na %s\n" -#: g10/gpg.c:3610 +#: g10/gpg.c:3613 #, c-format msgid "%s:%d: invalid auto-key-locate list\n" msgstr "%s:%d: neplatný seznam auto-key-locate\n" -#: g10/gpg.c:3613 +#: g10/gpg.c:3616 #, c-format msgid "invalid auto-key-locate list\n" msgstr "neplatný seznam auto-key-locate\n" -#: g10/gpg.c:3622 +#: g10/gpg.c:3625 #, c-format msgid "invalid argument for option \"%.50s\"\n" msgstr "neplatný argument u volby „%.50s“\n" -#: g10/gpg.c:3776 sm/gpgsm.c:1642 +#: g10/gpg.c:3807 sm/gpgsm.c:1675 #, c-format msgid "WARNING: program may create a core file!\n" msgstr "VAROVÃNÃ: program může vytvoÅ™it soubor core!\n" -#: g10/gpg.c:3790 +#: g10/gpg.c:3821 #, c-format msgid "WARNING: %s overrides %s\n" msgstr "VAROVÃNÃ: %s pÅ™epÃÅ¡e %s\n" -#: g10/gpg.c:3799 +#: g10/gpg.c:3830 #, c-format msgid "%s not allowed with %s!\n" msgstr "Nenà dovoleno použÃvat %s s %s!\n" -#: g10/gpg.c:3802 +#: g10/gpg.c:3833 #, c-format msgid "%s makes no sense with %s!\n" msgstr "%s nedává s %s smysl!\n" -#: g10/gpg.c:3817 sm/gpgsm.c:1663 dirmngr/dirmngr.c:1114 +#: g10/gpg.c:3848 sm/gpgsm.c:1696 dirmngr/dirmngr.c:1123 #, c-format msgid "WARNING: running with faked system time: " msgstr "VAROVÃNÃ: pracuji s podvrženým systémovým Äasem: " -#: g10/gpg.c:3838 +#: g10/gpg.c:3869 #, c-format msgid "will not run with insecure memory due to %s\n" msgstr "nelze spustit s nebezpeÄnou pamÄ›tà vzhledem k %s\n" -#: g10/gpg.c:3866 g10/gpg.c:3897 sm/gpgsm.c:1730 +#: g10/gpg.c:3897 g10/gpg.c:3928 sm/gpgsm.c:1763 #, c-format msgid "selected cipher algorithm is invalid\n" msgstr "vybraný Å¡ifrovacà algoritmus je neplatný\n" -#: g10/gpg.c:3873 +#: g10/gpg.c:3904 #, fuzzy, c-format #| msgid "selected digest algorithm is invalid\n" msgid "selected AEAD algorithm is invalid\n" msgstr "vybraný hashovacà algoritmus je neplatný\n" -#: g10/gpg.c:3885 +#: g10/gpg.c:3916 #, c-format msgid "selected compression algorithm is invalid\n" msgstr "vybraný kompresnà algoritmus je neplatný\n" -#: g10/gpg.c:3891 +#: g10/gpg.c:3922 #, c-format msgid "selected certification digest algorithm is invalid\n" msgstr "vybraný hashovacà algoritmus je neplatný\n" -#: g10/gpg.c:3906 +#: g10/gpg.c:3937 #, c-format msgid "completes-needed must be greater than 0\n" msgstr "položka completes-needed musà být vÄ›tÅ¡Ã než 0\n" -#: g10/gpg.c:3908 +#: g10/gpg.c:3939 #, c-format msgid "marginals-needed must be greater than 1\n" msgstr "položka marginals-needed musà být vÄ›tÅ¡Ã než 1\n" -#: g10/gpg.c:3910 +#: g10/gpg.c:3941 #, c-format msgid "max-cert-depth must be in the range from 1 to 255\n" msgstr "položka max-cert-depth musà být v rozmezà od 1 do 255\n" -#: g10/gpg.c:3912 +#: g10/gpg.c:3943 #, c-format msgid "invalid default-cert-level; must be 0, 1, 2, or 3\n" msgstr "" "neplatná implicitnà úroveň certifikace (default-cert-level); musà být 0, 1, " "2 nebo 3\n" -#: g10/gpg.c:3914 +#: g10/gpg.c:3945 #, c-format msgid "invalid min-cert-level; must be 1, 2, or 3\n" msgstr "" "neplatná minimálnà úroveň certifikace (min-cert-level); musà být 0, 1, 2 " "nebo 3\n" -#: g10/gpg.c:3918 +#: g10/gpg.c:3949 #, c-format msgid "Note: simple S2K mode (0) is strongly discouraged\n" msgstr "Poznámka: jednoduchý režim S2K (0) je důraznÄ› nedoporuÄován\n" -#: g10/gpg.c:3922 +#: g10/gpg.c:3953 #, c-format msgid "invalid S2K mode; must be 0, 1 or 3\n" msgstr "neplatný režim S2K; musà být 0, 1 nebo 3\n" -#: g10/gpg.c:3929 +#: g10/gpg.c:3960 #, c-format msgid "invalid default preferences\n" msgstr "neplatné implicitnà pÅ™edvolby\n" -#: g10/gpg.c:3933 +#: g10/gpg.c:3964 #, c-format msgid "invalid personal cipher preferences\n" msgstr "neplatné uživatelské pÅ™edvolby pro Å¡ifrovánÃ\n" -#: g10/gpg.c:3936 +#: g10/gpg.c:3967 #, fuzzy, c-format #| msgid "invalid personal cipher preferences\n" msgid "invalid personal AEAD preferences\n" msgstr "neplatné uživatelské pÅ™edvolby pro Å¡ifrovánÃ\n" -#: g10/gpg.c:3940 +#: g10/gpg.c:3971 #, c-format msgid "invalid personal digest preferences\n" msgstr "neplatné uživatelské pÅ™edvolby pro hashovánÃ\n" -#: g10/gpg.c:3944 +#: g10/gpg.c:3975 #, c-format msgid "invalid personal compress preferences\n" msgstr "neplatné uživatelské pÅ™edvolby pro komprimaci\n" -#: g10/gpg.c:3953 g10/gpg.c:3958 +#: g10/gpg.c:3984 g10/gpg.c:3989 #, fuzzy, c-format #| msgid "keysize invalid; using %u bits\n" msgid "chunk size invalid - using %d\n" msgstr "neplatná délka klÃÄe; použiji %u bitů\n" -#: g10/gpg.c:3995 +#: g10/gpg.c:4026 #, c-format msgid "%s does not yet work with %s\n" msgstr "%s dosud nenà funkÄnà s %s\n" -#: g10/gpg.c:4058 +#: g10/gpg.c:4089 #, fuzzy, c-format #| msgid "cipher algorithm '%s' may not be used in %s mode\n" msgid "AEAD algorithm '%s' may not be used in %s mode\n" msgstr "Å¡ifrovacà algoritmus „%s“ se nesmà použÃvat v režimu %s\n" -#: g10/gpg.c:4070 +#: g10/gpg.c:4101 #, c-format msgid "compression algorithm '%s' may not be used in %s mode\n" msgstr "kompresnà algoritmus „%s“ se nesmà použÃvat v režimu %s\n" -#: g10/gpg.c:4225 +#: g10/gpg.c:4256 #, c-format msgid "failed to initialize the TrustDB: %s\n" msgstr "nemohu inicializovat databázi důvÄ›ry: %s\n" -#: g10/gpg.c:4237 +#: g10/gpg.c:4268 #, c-format msgid "WARNING: recipients (-r) given without using public key encryption\n" msgstr "" "VAROVÃNÃ: specifikován adresát (-r) bez použità šifrovánà s veÅ™ejným klÃÄem\n" -#: g10/gpg.c:4309 +#: g10/gpg.c:4340 #, c-format msgid "symmetric encryption of '%s' failed: %s\n" msgstr "symetrické Å¡ifrovánà „%s“ se nepovedlo: %s\n" -#: g10/gpg.c:4338 +#: g10/gpg.c:4369 #, c-format msgid "you cannot use --symmetric --encrypt with --s2k-mode 0\n" msgstr "nelze použÃt --symmetric --encrypt s pÅ™Ãkazem --s2k-mode 0\n" -#: g10/gpg.c:4341 +#: g10/gpg.c:4372 #, c-format msgid "you cannot use --symmetric --encrypt in %s mode\n" msgstr "nelze použÃt --symmetric --encrypt v režimu %s\n" -#: g10/gpg.c:4399 +#: g10/gpg.c:4430 #, c-format msgid "you cannot use --symmetric --sign --encrypt with --s2k-mode 0\n" msgstr "nelze použÃt --symmetric --sign --encrypt s pÅ™Ãkazem --s2k-mode 0\n" -#: g10/gpg.c:4402 +#: g10/gpg.c:4433 #, c-format msgid "you cannot use --symmetric --sign --encrypt in %s mode\n" msgstr "nelze použÃt --symmetric --sign --encrypt v režimu %s\n" -#: g10/gpg.c:4790 g10/keyserver.c:1858 +#: g10/gpg.c:4821 g10/keyserver.c:1870 #, c-format msgid "keyserver send failed: %s\n" msgstr "odeslánà na keyserver se nezdaÅ™ilo: %s\n" -#: g10/gpg.c:4795 +#: g10/gpg.c:4826 #, c-format msgid "keyserver receive failed: %s\n" msgstr "zÃskánà dat z serveru klÃÄů se nezdaÅ™ilo: %s\n" -#: g10/gpg.c:4801 +#: g10/gpg.c:4832 #, c-format msgid "key export failed: %s\n" msgstr "export klÃÄe se nepodaÅ™il: %s\n" -#: g10/gpg.c:4814 +#: g10/gpg.c:4845 #, c-format msgid "export as ssh key failed: %s\n" msgstr "export jako SSH klÃÄ se nepodaÅ™il: %s\n" -#: g10/gpg.c:4826 +#: g10/gpg.c:4857 #, c-format msgid "keyserver search failed: %s\n" msgstr "hledánà na serveru klÃÄů se nezdaÅ™ilo: %s\n" -#: g10/gpg.c:4839 +#: g10/gpg.c:4870 #, c-format msgid "keyserver refresh failed: %s\n" msgstr "obnovenà dat na serveru klÃÄů se nezdaÅ™ilo: %s\n" -#: g10/gpg.c:4906 +#: g10/gpg.c:4937 #, c-format msgid "dearmoring failed: %s\n" msgstr "dekódovánà z ASCII formátu selhalo: %s\n" -#: g10/gpg.c:4917 +#: g10/gpg.c:4948 #, c-format msgid "enarmoring failed: %s\n" msgstr "kódovánà do ASCII formátu selhalo: %s\n" -#: g10/gpg.c:5022 +#: g10/gpg.c:5053 #, c-format msgid "invalid hash algorithm '%s'\n" msgstr "neplatný hashovacà algoritmus „%s“\n" -#: g10/gpg.c:5174 g10/tofu.c:2156 +#: g10/gpg.c:5205 g10/tofu.c:2156 #, c-format msgid "error parsing key specification '%s': %s\n" msgstr "chyba pÅ™i rozboru názvu klÃÄe „%s“: %s\n" -#: g10/gpg.c:5185 +#: g10/gpg.c:5216 #, c-format msgid "'%s' does not appear to be a valid key ID, fingerprint or keygrip\n" msgstr "„%s“ nevypadá jako platné ID klÃÄe, otisk klÃÄe nebo keygrip\n" -#: g10/gpg.c:5241 +#: g10/gpg.c:5272 #, c-format msgid "WARNING: no command supplied. Trying to guess what you mean ...\n" msgstr "POZOR: nezadán žádný pÅ™Ãkaz. Váš zámÄ›r bude odhadnut…\n" -#: g10/gpg.c:5252 +#: g10/gpg.c:5283 #, c-format msgid "Go ahead and type your message ...\n" msgstr "ZaÄnÄ›te psát svou zprávu…\n" -#: g10/gpg.c:5599 +#: g10/gpg.c:5630 #, c-format msgid "the given certification policy URL is invalid\n" msgstr "zadané URL pro certifikaÄnà politiku je neplatné\n" -#: g10/gpg.c:5601 +#: g10/gpg.c:5632 #, c-format msgid "the given signature policy URL is invalid\n" msgstr "zadané URL pro podepisovacà politiku je neplatné\n" -#: g10/gpg.c:5634 +#: g10/gpg.c:5665 #, c-format msgid "the given preferred keyserver URL is invalid\n" msgstr "zadané URL preferovaného serveru klÃÄů je neplatné\n" @@ -3434,7 +3434,7 @@ msgstr "|SOUBOR|brát klÃÄe z klÃÄenky (keyringu) SOUBOR" msgid "make timestamp conflicts only a warning" msgstr "pouze varovánà pÅ™i konfliktu Äasového razÃtka" -#: g10/gpgv.c:86 sm/gpgsm.c:411 tools/gpgconf.c:116 tools/gpg-card.c:94 +#: g10/gpgv.c:86 sm/gpgsm.c:414 tools/gpgconf.c:116 tools/gpg-card.c:95 msgid "|FD|write status info to this FD" msgstr "|FD|zapsat informace o stavu do tohoto FD" @@ -3523,97 +3523,97 @@ msgstr "pÅ™edpokládat vstup ve formátu zálohy klÃÄů GnuPG" msgid "repair keys on import" msgstr "pÅ™i importu opravit klÃÄe" -#: g10/import.c:387 g10/import.c:709 +#: g10/import.c:399 g10/import.c:721 #, c-format msgid "skipping block of type %d\n" msgstr "blok typu %d byl pÅ™eskoÄen\n" -#: g10/import.c:726 +#: g10/import.c:738 #, c-format msgid "%lu keys processed so far\n" msgstr "%lu klÃÄe byly doposud zpracovány\n" -#: g10/import.c:819 +#: g10/import.c:831 #, c-format msgid "Total number processed: %lu\n" msgstr "Celkový poÄet zpracovaných klÃÄů: %lu\n" -#: g10/import.c:822 +#: g10/import.c:834 #, c-format msgid " skipped PGP-2 keys: %lu\n" msgstr " pÅ™eskoÄeny klÃÄe PGP2: %lu\n" -#: g10/import.c:824 +#: g10/import.c:836 #, c-format msgid " skipped new keys: %lu\n" msgstr " pÅ™eskoÄeny nové klÃÄe: %lu\n" -#: g10/import.c:827 +#: g10/import.c:839 #, c-format msgid " w/o user IDs: %lu\n" msgstr " bez ID uživatele: %lu\n" -#: g10/import.c:830 sm/import.c:129 +#: g10/import.c:842 sm/import.c:129 #, c-format msgid " imported: %lu" msgstr " importováno: %lu" -#: g10/import.c:834 sm/import.c:133 +#: g10/import.c:846 sm/import.c:133 #, c-format msgid " unchanged: %lu\n" msgstr " beze zmÄ›n: %lu\n" -#: g10/import.c:836 +#: g10/import.c:848 #, c-format msgid " new user IDs: %lu\n" msgstr " nová ID uživatelů: %lu\n" -#: g10/import.c:838 +#: g10/import.c:850 #, c-format msgid " new subkeys: %lu\n" msgstr " nové podklÃÄe: %lu\n" -#: g10/import.c:840 +#: g10/import.c:852 #, c-format msgid " new signatures: %lu\n" msgstr " nové podpisy: %lu\n" -#: g10/import.c:842 +#: g10/import.c:854 #, c-format msgid " new key revocations: %lu\n" msgstr " nové revokace klÃÄů: %lu\n" -#: g10/import.c:844 sm/import.c:135 +#: g10/import.c:856 sm/import.c:135 #, c-format msgid " secret keys read: %lu\n" msgstr " pÅ™eÄtené tajné klÃÄe: %lu\n" -#: g10/import.c:846 sm/import.c:137 +#: g10/import.c:858 sm/import.c:137 #, c-format msgid " secret keys imported: %lu\n" msgstr " importované tajné klÃÄe: %lu\n" -#: g10/import.c:848 sm/import.c:139 +#: g10/import.c:860 sm/import.c:139 #, c-format msgid " secret keys unchanged: %lu\n" msgstr " tajné klÃÄe nezmÄ›nÄ›ny: %lu\n" -#: g10/import.c:850 sm/import.c:141 +#: g10/import.c:862 sm/import.c:141 #, c-format msgid " not imported: %lu\n" msgstr " neimportováno: %lu\n" -#: g10/import.c:852 +#: g10/import.c:864 #, c-format msgid " signatures cleaned: %lu\n" msgstr " odstranÄ›né podpisy: %lu\n" -#: g10/import.c:854 +#: g10/import.c:866 #, c-format msgid " user IDs cleaned: %lu\n" msgstr " odstranÄ›né uživatelské ID: %lu\n" -#: g10/import.c:1279 +#: g10/import.c:1291 #, c-format msgid "" "WARNING: key %s contains preferences for unavailable\n" @@ -3622,174 +3622,174 @@ msgstr "" "VAROVÃNÃ: klÃÄ %s obsahuje pÅ™edvolby pro nedostupné\n" "algoritmy na tÄ›chto ID uživatelů:\n" -#: g10/import.c:1321 +#: g10/import.c:1333 #, c-format msgid " \"%s\": preference for cipher algorithm %s\n" msgstr " \"%s\": pÅ™edvolby pro Å¡ifrovacà algoritmus %s\n" -#: g10/import.c:1339 +#: g10/import.c:1351 #, fuzzy, c-format #| msgid " \"%s\": preference for cipher algorithm %s\n" msgid " \"%s\": preference for AEAD algorithm %s\n" msgstr " \"%s\": pÅ™edvolby pro Å¡ifrovacà algoritmus %s\n" -#: g10/import.c:1354 +#: g10/import.c:1366 #, c-format msgid " \"%s\": preference for digest algorithm %s\n" msgstr " \"%s\": pÅ™edvolby pro podepisovacà algoritmus %s\n" -#: g10/import.c:1366 +#: g10/import.c:1378 #, c-format msgid " \"%s\": preference for compression algorithm %s\n" msgstr " \"%s\": pÅ™edvolby pro komprimaÄnà algoritmus %s\n" -#: g10/import.c:1379 +#: g10/import.c:1391 #, c-format msgid "it is strongly suggested that you update your preferences and\n" msgstr "velmi doporuÄujeme aktualizaci nastavenà vaÅ¡ich preferencà a\n" -#: g10/import.c:1381 +#: g10/import.c:1393 #, c-format msgid "re-distribute this key to avoid potential algorithm mismatch problems\n" msgstr "" "distribuci tohoto klÃÄe aby jste pÅ™edeÅ¡el problémům s neshodou algoritmů\n" -#: g10/import.c:1406 +#: g10/import.c:1418 #, c-format msgid "you can update your preferences with: gpg --edit-key %s updpref save\n" msgstr "nelze aktualizovat pÅ™edvolby s: gpg --edit-key %s updpref save\n" -#: g10/import.c:1920 g10/import.c:3041 +#: g10/import.c:1932 g10/import.c:3053 #, c-format msgid "key %s: no user ID\n" msgstr "klÃÄ %s: chybà identifikátor uživatele\n" -#: g10/import.c:1926 +#: g10/import.c:1938 #, c-format msgid "key %s: %s\n" msgstr "klÃÄ %s: %s\n" -#: g10/import.c:1927 g10/import.c:3013 +#: g10/import.c:1939 g10/import.c:3025 msgid "rejected by import screener" msgstr "zamÃtnut kontrolou pÅ™i importu" -#: g10/import.c:1976 +#: g10/import.c:1988 #, c-format msgid "key %s: PKS subkey corruption repaired\n" msgstr "klÃÄ %s: poÅ¡kozenà PKS podklÃÄe opraveno\n" # c-format -#: g10/import.c:1997 +#: g10/import.c:2009 #, c-format msgid "key %s: accepted non self-signed user ID \"%s\"\n" msgstr "klÃÄ %s: pÅ™ijat id uživatele \"%s\",který nenà podepsán jÃm samým\n" -#: g10/import.c:2008 g10/import.c:2039 +#: g10/import.c:2020 g10/import.c:2051 #, c-format msgid "key %s: no valid user IDs\n" msgstr "klÃÄ %s: chybà platný identifikátor uživatele\n" -#: g10/import.c:2010 +#: g10/import.c:2022 #, c-format msgid "this may be caused by a missing self-signature\n" msgstr "může to být způsobeno chybÄ›jÃcÃm podpisem klÃÄe jÃm samým\n" -#: g10/import.c:2089 g10/import.c:3427 +#: g10/import.c:2101 g10/import.c:3439 #, c-format msgid "key %s: public key not found: %s\n" msgstr "klÃÄ %s: veÅ™ejný klÃÄ nenalezen: %s\n" -#: g10/import.c:2095 +#: g10/import.c:2107 #, c-format msgid "key %s: new key - skipped\n" msgstr "klÃÄ %s: nový klÃÄ - pÅ™eskoÄen\n" -#: g10/import.c:2107 +#: g10/import.c:2119 #, c-format msgid "no writable keyring found: %s\n" msgstr "nenalezen zapisovatelný soubor klÃÄů (keyring): %s\n" -#: g10/import.c:2139 g10/import.c:2241 g10/import.c:3502 +#: g10/import.c:2151 g10/import.c:2253 g10/import.c:3514 #, c-format msgid "error writing keyring '%s': %s\n" msgstr "chyba pÅ™i zápisu souboru klÃÄů (keyring) „%s“: %s\n" -#: g10/import.c:2162 +#: g10/import.c:2174 #, c-format msgid "key %s: public key \"%s\" imported\n" msgstr "klÃÄ %s: veÅ™ejný klÃÄ â€ž%s“ importován\n" -#: g10/import.c:2189 +#: g10/import.c:2201 #, c-format msgid "key %s: doesn't match our copy\n" msgstr "klÃÄ %s: neodpovÃdá naÅ¡Ã kopii\n" -#: g10/import.c:2257 +#: g10/import.c:2269 #, c-format msgid "key %s: \"%s\" 1 new user ID\n" msgstr "klÃÄ %s: „%s“ 1 nový identifikátor uživatele\n" -#: g10/import.c:2260 +#: g10/import.c:2272 #, c-format msgid "key %s: \"%s\" %d new user IDs\n" msgstr "klÃÄ %s: „%s“ %d nových identifikátorů uživatele\n" -#: g10/import.c:2263 +#: g10/import.c:2275 #, c-format msgid "key %s: \"%s\" 1 new signature\n" msgstr "klÃÄ %s: „%s“ 1 nový podpis\n" -#: g10/import.c:2266 +#: g10/import.c:2278 #, c-format msgid "key %s: \"%s\" %d new signatures\n" msgstr "klÃÄ %s: „%s“ %d nových podpisů\n" -#: g10/import.c:2269 +#: g10/import.c:2281 #, c-format msgid "key %s: \"%s\" 1 new subkey\n" msgstr "klÃÄ %s: „%s“ 1 nový podklÃÄ\n" -#: g10/import.c:2272 +#: g10/import.c:2284 #, c-format msgid "key %s: \"%s\" %d new subkeys\n" msgstr "klÃÄ %s: „%s“ %d nových podklÃÄů\n" -#: g10/import.c:2275 +#: g10/import.c:2287 #, c-format msgid "key %s: \"%s\" %d signature cleaned\n" msgstr "klÃÄ %s: „%s“ %d podpisů odstranÄ›no\n" -#: g10/import.c:2278 +#: g10/import.c:2290 #, c-format msgid "key %s: \"%s\" %d signatures cleaned\n" msgstr "klÃÄ %s: „%s“ %d podpisů odstranÄ›no\n" -#: g10/import.c:2281 +#: g10/import.c:2293 #, c-format msgid "key %s: \"%s\" %d user ID cleaned\n" msgstr "klÃÄ %s: „%s“ %d ID uživatele odstranÄ›no\n" -#: g10/import.c:2284 +#: g10/import.c:2296 #, c-format msgid "key %s: \"%s\" %d user IDs cleaned\n" msgstr "klÃÄ %s: „%s“ %d ID uživatele odstranÄ›no\n" -#: g10/import.c:2320 +#: g10/import.c:2332 #, c-format msgid "key %s: \"%s\" not changed\n" msgstr "klÃÄ %s: „%s“ beze zmÄ›n\n" -#: g10/import.c:2680 g10/import.c:2875 +#: g10/import.c:2692 g10/import.c:2887 #, c-format msgid "key %s: secret key imported\n" msgstr "klÃÄ %s: tajný klÃÄ importován\n" -#: g10/import.c:2688 +#: g10/import.c:2700 #, c-format msgid "key %s: secret key already exists\n" msgstr "klÃÄ %s: tajný klÃÄ již existuje\n" -#: g10/import.c:2696 +#: g10/import.c:2708 #, c-format msgid "key %s: error sending to agent: %s\n" msgstr "klÃÄ %s: chyba pÅ™i odesÃlánà dat agentovi: %s\n" @@ -3802,199 +3802,199 @@ msgstr "klÃÄ %s: chyba pÅ™i odesÃlánà dat agentovi: %s\n" #. * Instead, user should be suggested to run 'gpg --card-status', #. * then, references to a card will be automatically created #. * again. -#: g10/import.c:2865 +#: g10/import.c:2877 #, c-format msgid "To migrate '%s', with each smartcard, run: %s\n" msgstr "Pro migraci „%s“ u každé karty spusÅ¥te: %s\n" -#: g10/import.c:3012 +#: g10/import.c:3024 #, c-format msgid "secret key %s: %s\n" msgstr "tajný klÃÄ %s: %s\n" -#: g10/import.c:3033 g10/import.c:3072 +#: g10/import.c:3045 g10/import.c:3084 #, c-format msgid "importing secret keys not allowed\n" msgstr "import tajných klÃÄů nenà povolen\n" -#: g10/import.c:3060 +#: g10/import.c:3072 #, c-format msgid "key %s: secret key with invalid cipher %d - skipped\n" msgstr "klÃÄ %s: tajný klÃÄ s neplatnou Å¡ifrou %d – pÅ™eskoÄeno\n" -#: g10/import.c:3222 g10/pkclist.c:75 g10/revoke.c:774 +#: g10/import.c:3234 g10/pkclist.c:75 g10/revoke.c:774 msgid "No reason specified" msgstr "Důvod nebyl specifikován" -#: g10/import.c:3223 g10/pkclist.c:77 g10/revoke.c:776 +#: g10/import.c:3235 g10/pkclist.c:77 g10/revoke.c:776 msgid "Key is superseded" msgstr "KlÃÄ je nahrazen" -#: g10/import.c:3224 g10/pkclist.c:79 g10/revoke.c:775 +#: g10/import.c:3236 g10/pkclist.c:79 g10/revoke.c:775 msgid "Key has been compromised" msgstr "KlÃÄ byl zkompromitován" -#: g10/import.c:3225 g10/pkclist.c:81 g10/revoke.c:777 +#: g10/import.c:3237 g10/pkclist.c:81 g10/revoke.c:777 msgid "Key is no longer used" msgstr "KlÃÄ se již nepoužÃvá" -#: g10/import.c:3226 g10/pkclist.c:83 g10/revoke.c:778 +#: g10/import.c:3238 g10/pkclist.c:83 g10/revoke.c:778 msgid "User ID is no longer valid" msgstr "Identifikátor uživatele již neplatÃ" -#: g10/import.c:3351 g10/keylist.c:1105 g10/pkclist.c:87 +#: g10/import.c:3363 g10/keylist.c:1105 g10/pkclist.c:87 #, c-format msgid "reason for revocation: " msgstr "důvod pro revokaci: " -#: g10/import.c:3370 g10/keylist.c:1124 g10/pkclist.c:103 +#: g10/import.c:3382 g10/keylist.c:1124 g10/pkclist.c:103 #, c-format msgid "revocation comment: " msgstr "revokaÄnà poznámka: " -#: g10/import.c:3420 +#: g10/import.c:3432 #, c-format msgid "key %s: no public key - can't apply revocation certificate\n" msgstr "klÃÄ %s: chybà veÅ™ejný klÃÄ – nemohu aplikovat revokaÄnà certifikát\n" -#: g10/import.c:3449 +#: g10/import.c:3461 #, c-format msgid "key %s: can't locate original keyblock: %s\n" msgstr "klÃÄ %s: nemohu najÃt originálnà blok klÃÄe: %s\n" -#: g10/import.c:3456 +#: g10/import.c:3468 #, c-format msgid "key %s: can't read original keyblock: %s\n" msgstr "klÃÄ %s: nemohu ÄÃst originálnà blok klÃÄe: %s\n" -#: g10/import.c:3476 +#: g10/import.c:3488 #, c-format msgid "key %s: invalid revocation certificate: %s - rejected\n" msgstr "klÃÄ %s: neplatný revokaÄnà certifikát: %s – zamÃtnuto\n" -#: g10/import.c:3511 +#: g10/import.c:3523 #, c-format msgid "key %s: \"%s\" revocation certificate imported\n" msgstr "klÃÄ %s: „%s“ revokaÄnà certifikát importován\n" -#: g10/import.c:3597 +#: g10/import.c:3609 #, c-format msgid "key %s: no user ID for signature\n" msgstr "klÃÄ %s: neexistuje id uživatele pro podpis\n" -#: g10/import.c:3614 +#: g10/import.c:3626 #, c-format msgid "key %s: unsupported public key algorithm on user ID \"%s\"\n" msgstr "" "klÃÄ %s: nepodporovaný algoritmus veÅ™ejného klÃÄe u uživatelského ID „%s“\n" -#: g10/import.c:3616 +#: g10/import.c:3628 #, c-format msgid "key %s: invalid self-signature on user ID \"%s\"\n" msgstr "klÃÄ %s neplatný podpis klÃÄe jÃm samým u uživatelského ID „%s“\n" -#: g10/import.c:3633 g10/import.c:3661 g10/import.c:3717 +#: g10/import.c:3645 g10/import.c:3673 g10/import.c:3729 #, c-format msgid "key %s: unsupported public key algorithm\n" msgstr "klÃÄ %s: nepodporovaný algoritmus veÅ™ejného klÃÄe\n" -#: g10/import.c:3634 +#: g10/import.c:3646 #, c-format msgid "key %s: invalid direct key signature\n" msgstr "klÃÄ %s: neplatný podpis klÃÄe jÃm samým (direct key signature)\n" -#: g10/import.c:3648 +#: g10/import.c:3660 #, c-format msgid "key %s: no subkey for key binding\n" msgstr "klÃÄ %s: neexistuje podklÃÄ pro vázánà klÃÄů\n" -#: g10/import.c:3663 +#: g10/import.c:3675 #, c-format msgid "key %s: invalid subkey binding\n" msgstr "klÃÄ %s: neplatná vazba podklÃÄe\n" -#: g10/import.c:3682 +#: g10/import.c:3694 #, c-format msgid "key %s: removed multiple subkey binding\n" msgstr "klÃÄ %s: smazána vÃcenásobná vazba podklÃÄe\n" -#: g10/import.c:3706 +#: g10/import.c:3718 #, c-format msgid "key %s: no subkey for key revocation\n" msgstr "klÃÄ %s: neexistuje podklÃÄ pro odvolánà klÃÄe\n" -#: g10/import.c:3719 +#: g10/import.c:3731 #, c-format msgid "key %s: invalid subkey revocation\n" msgstr "klÃÄ %s: neplatný odvolacà podklÃÄ\n" -#: g10/import.c:3734 +#: g10/import.c:3746 #, c-format msgid "key %s: removed multiple subkey revocation\n" msgstr "klÃÄ %s: vÃcenásobná odvolánà podklÃÄe smazáno\n" -#: g10/import.c:3778 +#: g10/import.c:3790 #, c-format msgid "key %s: skipped user ID \"%s\"\n" msgstr "klÃÄ %s: pÅ™eskoÄen identifikátor uživatele „%s“\n" -#: g10/import.c:3805 +#: g10/import.c:3817 #, c-format msgid "key %s: skipped subkey\n" msgstr "klÃÄ %s: podklÃÄ pÅ™eskoÄen\n" -#: g10/import.c:3837 +#: g10/import.c:3849 #, c-format msgid "key %s: non exportable signature (class 0x%02X) - skipped\n" msgstr "klÃÄ %s: podpis nenà exportovatelný (tÅ™Ãda %02X) - pÅ™eskoÄeno\n" -#: g10/import.c:3848 +#: g10/import.c:3860 #, c-format msgid "key %s: revocation certificate at wrong place - skipped\n" msgstr "klÃÄ %s: revokaÄnà certifikát na Å¡patném mÃstÄ› - pÅ™eskoÄeno \n" -#: g10/import.c:3866 +#: g10/import.c:3878 #, c-format msgid "key %s: invalid revocation certificate: %s - skipped\n" msgstr "klÃÄ %s: neplatný revokaÄnà certifikát: %s - pÅ™eskoÄen\n" -#: g10/import.c:3880 +#: g10/import.c:3892 #, c-format msgid "key %s: subkey signature in wrong place - skipped\n" msgstr "klÃÄ %s: podpis podklÃÄe na Å¡patném mÃstÄ› - pÅ™eskoÄeno \n" -#: g10/import.c:3888 +#: g10/import.c:3900 #, c-format msgid "key %s: unexpected signature class (0x%02X) - skipped\n" msgstr "klÃÄ %s: neoÄekávaná podpisová tÅ™Ãda (0x%02X) - pÅ™eskoÄeno\n" -#: g10/import.c:4061 +#: g10/import.c:4073 #, c-format msgid "key %s: duplicated user ID detected - merged\n" msgstr "klÃÄ %s: objeven duplikovaný identifikátor uživatele - slouÄen\n" -#: g10/import.c:4168 +#: g10/import.c:4180 #, fuzzy, c-format #| msgid "key %s: duplicated user ID detected - merged\n" msgid "key %s: duplicated subkeys detected - merged\n" msgstr "klÃÄ %s: objeven duplikovaný identifikátor uživatele - slouÄen\n" -#: g10/import.c:4233 +#: g10/import.c:4245 #, c-format msgid "WARNING: key %s may be revoked: fetching revocation key %s\n" msgstr "VAROVÃNÃ: klÃÄ %s může být odvolán: zkouÅ¡Ãm zÃskat revokaÄnà klÃÄ %s\n" -#: g10/import.c:4249 +#: g10/import.c:4261 #, c-format msgid "WARNING: key %s may be revoked: revocation key %s not present.\n" msgstr "VAROVÃNÃ: klÃÄ %s může být odvolán: revokaÄnà klÃÄ %s nenalezen.\n" -#: g10/import.c:4315 +#: g10/import.c:4327 #, c-format msgid "key %s: \"%s\" revocation certificate added\n" msgstr "klÃÄ %s: „%s“ pÅ™idán revokaÄnà certifikát\n" -#: g10/import.c:4353 +#: g10/import.c:4365 #, c-format msgid "key %s: direct key signature added\n" msgstr "klÃÄ %s: podpis klÃÄe jÃm samým (direct key signature) pÅ™idán\n" @@ -4830,12 +4830,12 @@ msgstr "" # status #: g10/keyedit.c:4016 g10/keyedit.c:4447 g10/keyserver.c:535 -#: g10/mainproc.c:2277 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 +#: g10/mainproc.c:2280 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 msgid "revoked" msgstr "odvolán" #: g10/keyedit.c:4018 g10/keyedit.c:4449 g10/keyserver.c:539 -#: g10/mainproc.c:2279 g10/tofu.c:1792 g10/trust.c:124 +#: g10/mainproc.c:2282 g10/tofu.c:1792 g10/trust.c:124 msgid "expired" msgstr "platnost skonÄila" @@ -5372,7 +5372,7 @@ msgstr " (%d) KlÃÄ existujÃcà na kartÄ›\n" msgid "Enter the keygrip: " msgstr "Vložte keygrip: " -#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2279 +#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2280 #, c-format msgid "Not a valid keygrip (expecting 40 hex digits)\n" msgstr "Nenà platným keygripem (oÄekáváno 40 Å¡estnáctkových ÄÃslic)\n" @@ -5381,13 +5381,13 @@ msgstr "Nenà platným keygripem (oÄekáváno 40 Å¡estnáctkových ÄÃslic)\n" msgid "No key with this keygrip\n" msgstr "KlÃÄ s takovým keygripem neexistuje\n" -#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3437 g10/keygen.c:3448 +#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3440 g10/keygen.c:3451 #: sm/certreqgen-ui.c:231 sm/certreqgen-ui.c:240 #, c-format msgid "error reading the card: %s\n" msgstr "chyba pÅ™i Ätenà z karty: %s\n" -#: g10/keygen.c:2292 g10/keygen.c:3441 sm/certreqgen-ui.c:234 +#: g10/keygen.c:2292 g10/keygen.c:3444 sm/certreqgen-ui.c:234 #, c-format msgid "Serial number of the card: %s\n" msgstr "Sériové ÄÃslo karty: %s\n" @@ -5633,13 +5633,18 @@ msgstr "" "použÃvat disky); dÃky tomu má generátor lepÅ¡Ã Å¡anci zÃskat dostatek " "entropie.\n" -#: g10/keygen.c:4570 g10/keygen.c:4643 g10/keygen.c:4661 g10/keygen.c:4690 -#: g10/keygen.c:5066 g10/keygen.c:5612 g10/keygen.c:5923 g10/keygen.c:6030 +#: g10/keygen.c:3591 +#, c-format +msgid "WARNING: v4 is specified, but overridden by v5.\n" +msgstr "" + +#: g10/keygen.c:4590 g10/keygen.c:4663 g10/keygen.c:4681 g10/keygen.c:4710 +#: g10/keygen.c:5086 g10/keygen.c:5632 g10/keygen.c:5943 g10/keygen.c:6050 #, c-format msgid "Key generation failed: %s\n" msgstr "VytvoÅ™enà klÃÄe se nepodaÅ™ilo: %s\n" -#: g10/keygen.c:4579 +#: g10/keygen.c:4599 #, c-format msgid "" "About to create a key for:\n" @@ -5650,64 +5655,64 @@ msgstr "" " „%s“\n" "\n" -#: g10/keygen.c:4581 +#: g10/keygen.c:4601 msgid "Continue? (Y/n) " msgstr "PokraÄovat (A/n) " -#: g10/keygen.c:4602 +#: g10/keygen.c:4622 #, c-format msgid "A key for \"%s\" already exists\n" msgstr "KlÃÄ pro „%s“ již existuje\n" -#: g10/keygen.c:4607 +#: g10/keygen.c:4627 msgid "Create anyway? (y/N) " msgstr "PÅ™esto vytvoÅ™it? (a/N) " -#: g10/keygen.c:4613 +#: g10/keygen.c:4633 #, c-format msgid "creating anyway\n" msgstr "pÅ™esto se vytvářÃ\n" -#: g10/keygen.c:5049 +#: g10/keygen.c:5069 #, c-format msgid "Note: Use \"%s %s\" for a full featured key generation dialog.\n" msgstr "Poznámka: Pro komplexnà tvorbu klÃÄe použijte „%s %s“.\n" -#: g10/keygen.c:5098 +#: g10/keygen.c:5118 #, c-format msgid "Key generation canceled.\n" msgstr "Vytvářenà klÃÄe bylo zruÅ¡eno.\n" -#: g10/keygen.c:5158 +#: g10/keygen.c:5178 #, c-format msgid "can't create backup file '%s': %s\n" msgstr "záložnà soubor „%s“ nelze vytvoÅ™it: %s\n" -#: g10/keygen.c:5178 +#: g10/keygen.c:5198 #, c-format msgid "Note: backup of card key saved to '%s'\n" msgstr "Poznámka: záloha klÃÄe z karty uložena do „%s“\n" -#: g10/keygen.c:5339 g10/keygen.c:5541 +#: g10/keygen.c:5359 g10/keygen.c:5561 #, c-format msgid "writing public key to '%s'\n" msgstr "veÅ™ejný klÃÄ se zapisuje do „%s“\n" -#: g10/keygen.c:5535 +#: g10/keygen.c:5555 #, c-format msgid "no writable public keyring found: %s\n" msgstr "nenalezen zapisovatelný soubor veÅ™ejných klÃÄů (pubring): %s\n" -#: g10/keygen.c:5549 +#: g10/keygen.c:5569 #, c-format msgid "error writing public keyring '%s': %s\n" msgstr "chyba pÅ™i zápisu do souboru veÅ™ejných klÃÄů „%s“: %s\n" -#: g10/keygen.c:5583 +#: g10/keygen.c:5603 msgid "public and secret key created and signed.\n" msgstr "veÅ™ejný a tajný klÃÄ byly vytvoÅ™eny a podepsány.\n" -#: g10/keygen.c:5599 +#: g10/keygen.c:5619 msgid "" "Note that this key cannot be used for encryption. You may want to use\n" "the command \"--edit-key\" to generate a subkey for this purpose.\n" @@ -5715,7 +5720,7 @@ msgstr "" "Tento klÃÄ nemůže být použitý pro Å¡ifrovánÃ. K vytvoÅ™enÃ\n" "sekundárnÃho klÃÄe pro tento úÄel můžete použÃt pÅ™Ãkaz „--edit-key“.\n" -#: g10/keygen.c:5781 g10/keygen.c:5980 +#: g10/keygen.c:5801 g10/keygen.c:6000 #, c-format msgid "" "key has been created %lu second in future (time warp or clock problem)\n" @@ -5723,7 +5728,7 @@ msgstr "" "klÃÄ byl vytvoÅ™en %lu sekund v budoucnosti (doÅ¡lo ke zmÄ›nÄ› Äasu nebo\n" "je problém se systémovým Äasem)\n" -#: g10/keygen.c:5783 g10/keygen.c:5982 +#: g10/keygen.c:5803 g10/keygen.c:6002 #, c-format msgid "" "key has been created %lu seconds in future (time warp or clock problem)\n" @@ -5731,22 +5736,22 @@ msgstr "" "klÃÄ byl vytvoÅ™en %lu sekund v budoucnosti (doÅ¡lo ke zmÄ›nÄ› Äasu nebo\n" "je problém se systémovým Äasem)\n" -#: g10/keygen.c:5794 g10/keygen.c:5993 +#: g10/keygen.c:5814 g10/keygen.c:6013 #, c-format msgid "Note: creating subkeys for v3 keys is not OpenPGP compliant\n" msgstr "Poznámka: vytvoÅ™enà podklÃÄů pro klÃÄe v3 nenà v souladu s OpenPGP\n" -#: g10/keygen.c:5806 g10/keygen.c:5808 +#: g10/keygen.c:5826 g10/keygen.c:5828 #, c-format msgid "Secret parts of primary key are not available.\n" msgstr "Tajné Äásti primárnÃho klÃÄe nejsou dostupné.\n" -#: g10/keygen.c:5815 g10/keygen.c:5817 +#: g10/keygen.c:5835 g10/keygen.c:5837 #, c-format msgid "Secret parts of primary key are stored on-card.\n" msgstr "Tajná Äást primárnÃho klÃÄe jsou uloženy na kartÄ›.\n" -#: g10/keygen.c:5837 g10/keygen.c:6007 +#: g10/keygen.c:5857 g10/keygen.c:6027 msgid "Really create? (y/N) " msgstr "Opravdu vytvoÅ™it? (a/N) " @@ -5904,7 +5909,7 @@ msgstr "neplatný protokol serveru klÃÄů (naÅ¡e %d!=obsluha %d)\n" msgid "\"%s\" not a key ID: skipping\n" msgstr "„%s“ nenà ID klÃÄe: pÅ™eskoÄeno\n" -#: g10/keyserver.c:1418 g10/keyserver.c:1451 +#: g10/keyserver.c:1420 g10/keyserver.c:1453 #, c-format msgid "refreshing %d key from %s\n" msgid_plural "refreshing %d keys from %s\n" @@ -5912,52 +5917,52 @@ msgstr[0] "aktualizuje se %d klÃÄ z %s\n" msgstr[1] "aktualizujà se %d klÃÄe z %s\n" msgstr[2] "aktualizuje se %d klÃÄů z %s\n" -#: g10/keyserver.c:1425 +#: g10/keyserver.c:1427 #, c-format msgid "WARNING: unable to refresh key %s via %s: %s\n" msgstr "VAROVÃNÃ: nelze aktualizovat klÃÄ %s prostÅ™ednictvÃm %s: %s\n" -#: g10/keyserver.c:1529 +#: g10/keyserver.c:1531 #, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "klÃÄ â€ž%s“ nebyl na serveru klÃÄů nalezen\n" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1534 #, c-format msgid "key not found on keyserver\n" msgstr "klÃÄ nebyl na serveru klÃÄů nalezen\n" -#: g10/keyserver.c:1720 +#: g10/keyserver.c:1722 #, c-format msgid "requesting key %s from %s server %s\n" msgstr "požaduji klÃÄ %s z %s serveru %s\n" -#: g10/keyserver.c:1724 +#: g10/keyserver.c:1726 #, c-format msgid "requesting key %s from %s\n" msgstr "požaduji klÃÄ %s z %s\n" -#: g10/keyserver.c:1829 g10/keyserver.c:2008 +#: g10/keyserver.c:1841 g10/keyserver.c:2020 #, c-format msgid "no keyserver known\n" msgstr "nenà znám žádný server s klÃÄi\n" -#: g10/keyserver.c:1844 g10/skclist.c:213 g10/skclist.c:241 +#: g10/keyserver.c:1856 g10/skclist.c:213 g10/skclist.c:241 #, c-format msgid "skipped \"%s\": %s\n" msgstr "pÅ™eskoÄen „%s“: %s\n" -#: g10/keyserver.c:1848 +#: g10/keyserver.c:1860 #, c-format msgid "sending key %s to %s\n" msgstr "posÃlám klÃÄ %s na %s\n" -#: g10/keyserver.c:1889 +#: g10/keyserver.c:1901 #, c-format msgid "requesting key from '%s'\n" msgstr "požaduje se klÃÄ z „%s“\n" -#: g10/keyserver.c:1905 +#: g10/keyserver.c:1917 #, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "VAROVÃNÃ: URI %s nelze zÃskat: %s\n" @@ -6157,83 +6162,83 @@ msgstr " vydavatel „%s“\n" msgid "Key available at: " msgstr "KlÃÄ k dispozici na: " -#: g10/mainproc.c:2033 +#: g10/mainproc.c:2034 #, c-format msgid "Note: Use '%s' to make use of this info\n" msgstr "Poznámka: Použijte „%s“ pro využità tÄ›chto údajů\n" -#: g10/mainproc.c:2231 +#: g10/mainproc.c:2234 msgid "[uncertain]" msgstr "[nejistý]" -#: g10/mainproc.c:2269 +#: g10/mainproc.c:2272 #, c-format msgid " aka \"%s\"" msgstr " alias „%s“" -#: g10/mainproc.c:2344 +#: g10/mainproc.c:2347 #, c-format msgid "WARNING: This key is not suitable for signing in %s mode\n" msgstr "POZOR: Tento klÃÄ se nehodà na podepisovánà v režimu %s\n" -#: g10/mainproc.c:2360 +#: g10/mainproc.c:2363 #, c-format msgid "Signature expired %s\n" msgstr "Platnost podpisu skonÄila %s\n" -#: g10/mainproc.c:2365 +#: g10/mainproc.c:2368 #, c-format msgid "Signature expires %s\n" msgstr "Platnost podpisu skonÄà %s\n" -#: g10/mainproc.c:2376 +#: g10/mainproc.c:2379 #, c-format msgid "%s signature, digest algorithm %s%s%s\n" msgstr "podpis %s, hashovacà algoritmus %s%s%s\n" -#: g10/mainproc.c:2377 +#: g10/mainproc.c:2380 msgid "binary" msgstr "binárnà formát" -#: g10/mainproc.c:2378 +#: g10/mainproc.c:2381 msgid "textmode" msgstr "textový formát" -#: g10/mainproc.c:2378 g10/trust.c:123 dirmngr/ocsp.c:792 +#: g10/mainproc.c:2381 g10/trust.c:123 dirmngr/ocsp.c:792 msgid "unknown" msgstr "neznámý formát" -#: g10/mainproc.c:2380 +#: g10/mainproc.c:2383 msgid ", key algorithm " msgstr ", algoritmus klÃÄe" -#: g10/mainproc.c:2415 +#: g10/mainproc.c:2418 #, c-format msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n" msgstr "POZOR: nejedná se o oddÄ›lený podpis. Soubor „%s“ NEBYL ověřen!\n" -#: g10/mainproc.c:2454 +#: g10/mainproc.c:2457 #, c-format msgid "Can't check signature: %s\n" msgstr "Nemohu ověřit podpis: %s\n" -#: g10/mainproc.c:2550 g10/mainproc.c:2569 g10/mainproc.c:2693 +#: g10/mainproc.c:2553 g10/mainproc.c:2572 g10/mainproc.c:2696 #, c-format msgid "not a detached signature\n" msgstr "toto nenà podpis oddÄ›lený od dokumentu\n" -#: g10/mainproc.c:2603 +#: g10/mainproc.c:2606 #, c-format msgid "" "WARNING: multiple signatures detected. Only the first will be checked.\n" msgstr "VAROVÃNÃ: detekováno vÃce podpisů. Kontrolován bude pouze prvnÃ.\n" -#: g10/mainproc.c:2612 +#: g10/mainproc.c:2615 #, c-format msgid "standalone signature of class 0x%02x\n" msgstr "samostatný podpis tÅ™Ãdy 0x%02x\n" -#: g10/mainproc.c:2697 +#: g10/mainproc.c:2700 #, c-format msgid "old style (PGP 2.x) signature\n" msgstr "podpis starého typu (PGP 2.x)\n" @@ -8153,7 +8158,7 @@ msgstr "" #. TRANSLATORS: Put a \x1f right before a colon. This can be #. * used by pinentry to nicely align the names and values. Keep #. * the %s at the start and end of the string. -#: scd/app-piv.c:1770 scd/app-p15.c:4741 scd/app-nks.c:1475 +#: scd/app-piv.c:1770 scd/app-p15.c:4937 scd/app-nks.c:1530 #: scd/app-openpgp.c:2386 #, c-format msgid "%sNumber: %s%%0AHolder: %s%s" @@ -8161,7 +8166,7 @@ msgstr "%sÄŒÃslo: %s%%0ADržitel: %s%s" #. TRANSLATORS: This is the number of remaining attempts to #. * enter a PIN. Use %%0A (double-percent,0A) for a linefeed. -#: scd/app-piv.c:1787 scd/app-p15.c:4760 scd/app-nks.c:1494 +#: scd/app-piv.c:1787 scd/app-p15.c:4956 scd/app-nks.c:1549 #: scd/app-openpgp.c:2402 #, c-format msgid "Remaining attempts: %d" @@ -8203,7 +8208,7 @@ msgstr "|A|ProsÃm, zadejte PIN správce" msgid "||Please enter the Unblocking Key of your PIV card" msgstr "|P|ProsÃm, zadejte kód pro odblokovánà (PUK) standardnÃch klÃÄů." -#: scd/app-piv.c:1888 scd/app-nks.c:1605 scd/app-openpgp.c:2669 +#: scd/app-piv.c:1888 scd/app-nks.c:1660 scd/app-openpgp.c:2669 #: scd/app-openpgp.c:2693 scd/app-openpgp.c:2871 scd/app-openpgp.c:2893 #: scd/app-openpgp.c:3074 scd/app-openpgp.c:3361 scd/app-openpgp.c:3408 #: scd/app-openpgp.c:3545 scd/app-dinsig.c:302 @@ -8291,62 +8296,62 @@ msgstr[2] "generovánà klÃÄe dokonÄeno (%d sekund)\n" msgid "response does not contain the public key data\n" msgstr "odpovÄ›Ä neobsahuje veÅ™ejný klÃÄ\n" -#: scd/app-p15.c:4839 scd/app-nks.c:1983 +#: scd/app-p15.c:5035 scd/app-nks.c:2038 msgid "||Please enter the PIN for the key to create qualified signatures." msgstr "" "||ProsÃm, zadejte PIN klÃÄe urÄeného na tvorbu kvalifikovaných podpisů." #. TRANSLATORS: Do not translate the "|A|" prefix but keep it at #. the start of the string. Use %0A (single percent) for a linefeed. -#: scd/app-p15.c:4842 scd/app-openpgp.c:2818 +#: scd/app-p15.c:5038 scd/app-openpgp.c:2818 msgid "|A|Please enter the Admin PIN" msgstr "|A|ProsÃm, zadejte PIN správce" -#: scd/app-p15.c:4844 scd/app-nks.c:1973 +#: scd/app-p15.c:5040 scd/app-nks.c:2028 msgid "|P|Please enter the PIN Unblocking Code (PUK) for the standard keys." msgstr "|P|ProsÃm, zadejte kód pro odblokovánà (PUK) standardnÃch klÃÄů." -#: scd/app-p15.c:4847 scd/app-nks.c:1964 +#: scd/app-p15.c:5043 scd/app-nks.c:2019 msgid "||Please enter the PIN for the standard keys." msgstr "||ProsÃm, zadejte PIN pro standardnà klÃÄe." -#: scd/app-nks.c:1413 scd/app-openpgp.c:4321 +#: scd/app-nks.c:1468 scd/app-openpgp.c:4321 #, c-format msgid "RSA modulus missing or not of size %d bits\n" msgstr "scházà RSA modulus nebo nemá velikost %d bitů\n" -#: scd/app-nks.c:1421 scd/app-openpgp.c:4333 +#: scd/app-nks.c:1476 scd/app-openpgp.c:4333 #, c-format msgid "RSA public exponent missing or larger than %d bits\n" msgstr "scházà veÅ™ejný RSA exponent nebo je delÅ¡Ã než %d bitů\n" -#: scd/app-nks.c:1594 +#: scd/app-nks.c:1649 #, fuzzy #| msgid "the NullPIN has not yet been changed\n" msgid "Note: PIN has not yet been enabled." msgstr "NullPIN jeÅ¡tÄ› nebyl zmÄ›nÄ›n\n" -#: scd/app-nks.c:1641 +#: scd/app-nks.c:1696 #, c-format msgid "the NullPIN has not yet been changed\n" msgstr "NullPIN jeÅ¡tÄ› nebyl zmÄ›nÄ›n\n" # TRANSLATORS: Do not translate the "|*|" prefixes but keep # them verbatim at the start of the string. */ -#: scd/app-nks.c:1963 +#: scd/app-nks.c:2018 msgid "|N|Please enter a new PIN for the standard keys." msgstr "|N|ProsÃm, zadejte nový PIN pro standardnà klÃÄe." -#: scd/app-nks.c:1971 +#: scd/app-nks.c:2026 msgid "|NP|Please enter a new PIN Unblocking Code (PUK) for the standard keys." msgstr "|NP|ProsÃm, zadejte nový kód pro odblokovánà (PUK) standardnÃch klÃÄů." -#: scd/app-nks.c:1981 +#: scd/app-nks.c:2036 msgid "|N|Please enter a new PIN for the key to create qualified signatures." msgstr "" "|N|ProsÃm, zadejte nový PIN klÃÄe urÄeného na tvorbu kvalifikovaných podpisů." -#: scd/app-nks.c:1991 +#: scd/app-nks.c:2046 msgid "" "|NP|Please enter a new PIN Unblocking Code (PUK) for the key to create " "qualified signatures." @@ -8354,7 +8359,7 @@ msgstr "" "|NP|ProsÃm, zadejte nový kód pro odblokovánà (PUK) klÃÄe urÄeného na tvorbu " "kvalifikovaných podpisů." -#: scd/app-nks.c:1993 +#: scd/app-nks.c:2048 msgid "" "|P|Please enter the PIN Unblocking Code (PUK) for the key to create " "qualified signatures." @@ -8362,7 +8367,7 @@ msgstr "" "|NP|ProsÃm, zadejte kód pro odblokovánà (PUK) klÃÄe urÄeného na tvorbu " "kvalifikovaných podpisů." -#: scd/app-nks.c:2166 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 +#: scd/app-nks.c:2221 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 #, c-format msgid "error getting new PIN: %s\n" msgstr "chyba pÅ™i zÃskánà nového PINu: %s\n" @@ -8546,59 +8551,59 @@ msgstr "||ProsÃm, zadejte svůj PIN na klávesnici ÄteÄky" msgid "|N|Initial New PIN" msgstr "|N|Prvotnà nový PIN" -#: scd/scdaemon.c:118 +#: scd/scdaemon.c:119 msgid "run in multi server mode (foreground)" msgstr "pracovat ve vÃce serverové režimu (na popÅ™edÃ)" -#: scd/scdaemon.c:135 sm/gpgsm.c:271 dirmngr/dirmngr.c:197 +#: scd/scdaemon.c:136 sm/gpgsm.c:274 dirmngr/dirmngr.c:198 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "|ÚROVEŇ|nastavà ladicà úroveň na ÚROVEŇ" -#: scd/scdaemon.c:141 +#: scd/scdaemon.c:142 msgid "|FILE|write a log to FILE" msgstr "|SOUBOR|zapisovat protokol do SOUBORU" -#: scd/scdaemon.c:148 +#: scd/scdaemon.c:149 msgid "|N|connect to reader at port N" msgstr "|N|pÅ™ipojit se na ÄteÄku na portu N" -#: scd/scdaemon.c:150 +#: scd/scdaemon.c:151 msgid "|NAME|use NAME as ct-API driver" msgstr "NÃZEV|použÃt NÃZEV jako ovladaÄ ct-API" -#: scd/scdaemon.c:152 +#: scd/scdaemon.c:153 msgid "|NAME|use NAME as PC/SC driver" msgstr "NÃZEV|použÃt NÃZEV jako ovladaÄ PC/SC" -#: scd/scdaemon.c:156 +#: scd/scdaemon.c:157 msgid "do not use the internal CCID driver" msgstr "nepoužÃvat vnitÅ™nà ovladaÄ CCID" -#: scd/scdaemon.c:162 +#: scd/scdaemon.c:163 msgid "|N|disconnect the card after N seconds of inactivity" msgstr "|N|odpojovat se od karty po N sekundách neÄinnosti" -#: scd/scdaemon.c:165 +#: scd/scdaemon.c:166 msgid "do not use a reader's pinpad" msgstr "nepoužÃvat klávesnici ÄteÄky" -#: scd/scdaemon.c:168 +#: scd/scdaemon.c:169 msgid "use variable length input for pinpad" msgstr "použÃvat vstup o promÄ›nné délce na klávesnici ÄteÄky" -#: scd/scdaemon.c:171 +#: scd/scdaemon.c:172 msgid "|LIST|change the application priority to LIST" msgstr "" -#: scd/scdaemon.c:179 +#: scd/scdaemon.c:180 msgid "deny the use of admin card commands" msgstr "zakázat použÃvánà správcovských pÅ™Ãkazů karty" -#: scd/scdaemon.c:324 +#: scd/scdaemon.c:325 msgid "Usage: @SCDAEMON@ [options] (-h for help)" msgstr "PoužitÃ: @SCDAEMON@ [volby] (-h pro nápovÄ›du)" -#: scd/scdaemon.c:326 +#: scd/scdaemon.c:327 msgid "" "Syntax: scdaemon [options] [command [args]]\n" "Smartcard daemon for @GNUPG@\n" @@ -8606,18 +8611,18 @@ msgstr "" "Syntaxe: scdaemon [volby] [pÅ™Ãkaz [argumenty]]\n" "Démon pro Äipové karty (smartcard) pro @GNUPG@\n" -#: scd/scdaemon.c:807 +#: scd/scdaemon.c:819 #, c-format msgid "please use the option '--daemon' to run the program in the background\n" msgstr "" "prosÃm, použijte volbu „--daemon“, chcete-li nechat běžet program na pozadÃ\n" -#: scd/scdaemon.c:1183 dirmngr/dirmngr.c:2077 +#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2104 #, c-format msgid "handler for fd %d started\n" msgstr "obsluha pro deskriptor %d spuÅ¡tÄ›na\n" -#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2085 +#: scd/scdaemon.c:1207 dirmngr/dirmngr.c:2112 #, c-format msgid "handler for fd %d terminated\n" msgstr "obsluha pro deskriptor %d ukonÄena\n" @@ -8893,7 +8898,7 @@ msgstr "%ubitový hash nenà platná pro %ubitový %s klÃÄ\n" # Yet another expression for `not enough memory' :) #: sm/certcheck.c:239 sm/certcheck.c:263 dirmngr/crlcache.c:1542 -#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1363 dirmngr/validate.c:903 +#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1372 dirmngr/validate.c:903 #: dirmngr/validate.c:927 #, c-format msgid "out of core\n" @@ -9246,127 +9251,127 @@ msgstr "smazánà certifikátu „%s“ se nezdaÅ™ilo: %s\n" msgid "no valid recipients given\n" msgstr "(nebyli zadáni Žádnà platnà pÅ™Ãjemci)\n" -#: sm/gpgsm.c:224 +#: sm/gpgsm.c:226 msgid "list external keys" msgstr "vypsat seznam externÃch klÃÄů" -#: sm/gpgsm.c:226 +#: sm/gpgsm.c:228 msgid "list certificate chain" msgstr "vypsat Å™etÄ›z certifikátů" -#: sm/gpgsm.c:234 +#: sm/gpgsm.c:236 msgid "import certificates" msgstr "importovat certifikáty" -#: sm/gpgsm.c:235 +#: sm/gpgsm.c:237 msgid "export certificates" msgstr "exportovat certifikáty" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:245 msgid "register a smartcard" msgstr "zaregistrovat Äipovou kartu" -#: sm/gpgsm.c:246 +#: sm/gpgsm.c:248 msgid "pass a command to the dirmngr" msgstr "pÅ™edat pÅ™Ãkaz do dirmngr" -#: sm/gpgsm.c:248 +#: sm/gpgsm.c:250 msgid "invoke gpg-protect-tool" msgstr "vyvolat gpg-protect-tool" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:270 msgid "don't use the terminal at all" msgstr "vůbec nepoužÃvat terminál" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "|N|number of certificates to include" msgstr "|N|poÄet certifikátů, které zahrnout" -#: sm/gpgsm.c:296 +#: sm/gpgsm.c:299 msgid "|FILE|take policy information from FILE" msgstr "|SOUBOR|vzÃt politiky ze SOUBORU" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "assume input is in PEM format" msgstr "pÅ™edpokládat vstup ve formátu PEM" -#: sm/gpgsm.c:312 +#: sm/gpgsm.c:315 msgid "assume input is in base-64 format" msgstr "pÅ™edpokládat vstup ve formátu Base-64" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "assume input is in binary format" msgstr "pÅ™edpokládat vstup v binárnÃm formátu" -#: sm/gpgsm.c:323 +#: sm/gpgsm.c:326 msgid "create base-64 encoded output" msgstr "vytvářet výstup zakódovaný pomocà Base-64" -#: sm/gpgsm.c:335 +#: sm/gpgsm.c:338 msgid "|USER-ID|use USER-ID as default secret key" msgstr "|ID_UŽIVATELE|použÃt ID_UŽIVATELE jako implicitnà tajný klÃÄ" -#: sm/gpgsm.c:346 +#: sm/gpgsm.c:349 msgid "|FILE|add keyring to the list of keyrings" msgstr "|SOUBOR|pÅ™idat klÃÄenku na seznam klÃÄenek" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 msgid "|SPEC|use this keyserver to lookup keys" msgstr "|SPEC|použÃt tento server pro dohledávánà klÃÄů" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "fetch missing issuer certificates" msgstr "stahovat chybÄ›jÃcà certifikáty vydavatelů" -#: sm/gpgsm.c:361 +#: sm/gpgsm.c:364 msgid "|NAME|use encoding NAME for PKCS#12 passphrases" msgstr "|NÃZEV|použÃvat kódovánà NÃZEV pro PKCS#12 hesla" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 msgid "never consult a CRL" msgstr "nikdy nenahlÞet do CRL" -#: sm/gpgsm.c:386 +#: sm/gpgsm.c:389 msgid "do not check CRLs for root certificates" msgstr "neprověřovat koÅ™enové certifikáty proti CRL" -#: sm/gpgsm.c:390 +#: sm/gpgsm.c:393 msgid "check validity using OCSP" msgstr "kontrolovat platnost pomocà OCSP" -#: sm/gpgsm.c:392 +#: sm/gpgsm.c:395 msgid "do not check certificate policies" msgstr "nekontrolovat politiky certifikátu" -#: sm/gpgsm.c:395 +#: sm/gpgsm.c:398 msgid "|NAME|use cipher algorithm NAME" msgstr "|NÃZEV|použÃt Å¡ifrovacà algoritmus NÃZEV" -#: sm/gpgsm.c:397 +#: sm/gpgsm.c:400 msgid "|NAME|use message digest algorithm NAME" msgstr "|NÃZEV|použÃt hashovacà algoritmus NÃZEV" -#: sm/gpgsm.c:407 +#: sm/gpgsm.c:410 msgid "batch mode: never ask" msgstr "dávkový režim: nikdy se neptat" -#: sm/gpgsm.c:409 +#: sm/gpgsm.c:412 msgid "assume yes on most questions" msgstr "pÅ™edpokládat ano na vÄ›tÅ¡inu otázek" -#: sm/gpgsm.c:410 +#: sm/gpgsm.c:413 msgid "assume no on most questions" msgstr "pÅ™edpokládat ne na vÄ›tÅ¡inu otázek" -#: sm/gpgsm.c:427 +#: sm/gpgsm.c:430 msgid "|FILE|write an audit log to FILE" msgstr "|SOUBOR|zapisovat auditnà protokol do SOUBORU" -#: sm/gpgsm.c:612 +#: sm/gpgsm.c:615 msgid "Usage: @GPGSM@ [options] [files] (-h for help)" msgstr "PoužitÃ: @GPGSM@ [možnosti] [soubory] (-h pro pomoc)" -#: sm/gpgsm.c:615 +#: sm/gpgsm.c:618 msgid "" "Syntax: @GPGSM@ [options] [files]\n" "Sign, check, encrypt or decrypt using the S/MIME protocol\n" @@ -9376,52 +9381,52 @@ msgstr "" "Podepisuje, ověřuje, Å¡ifruje nebo deÅ¡ifruje pomocà protokolu S/MIME.\n" "Výchozà operace závisà na vstupnÃch datech.\n" -#: sm/gpgsm.c:823 +#: sm/gpgsm.c:826 #, c-format msgid "Note: won't be able to encrypt to '%s': %s\n" msgstr "Poznámka: nebude možné Å¡ifrovat pro „%s“: %s\n" -#: sm/gpgsm.c:834 +#: sm/gpgsm.c:837 #, c-format msgid "unknown validation model '%s'\n" msgstr "neznámý model ověřovánà „%s“\n" -#: sm/gpgsm.c:893 dirmngr/ldapserver.c:89 +#: sm/gpgsm.c:896 dirmngr/ldapserver.c:89 #, c-format msgid "%s:%u: no hostname given\n" msgstr "%s:%u: nebyl zadán název stroje\n" -#: sm/gpgsm.c:912 dirmngr/ldapserver.c:108 +#: sm/gpgsm.c:915 dirmngr/ldapserver.c:108 #, c-format msgid "%s:%u: password given without user\n" msgstr "%s:%u: zadáno heslo bez uživatele\n" -#: sm/gpgsm.c:943 dirmngr/ldapserver.c:139 +#: sm/gpgsm.c:946 dirmngr/ldapserver.c:139 #, c-format msgid "%s:%u: ignoring unknown flag '%s'\n" msgstr "" -#: sm/gpgsm.c:959 dirmngr/ldapserver.c:155 +#: sm/gpgsm.c:962 dirmngr/ldapserver.c:155 #, c-format msgid "%s:%u: skipping this line\n" msgstr "%s:%u: pÅ™eskakuji tento řádek\n" -#: sm/gpgsm.c:1545 +#: sm/gpgsm.c:1550 #, c-format msgid "could not parse keyserver\n" msgstr "nelze rozebrat serveru klÃÄů\n" -#: sm/gpgsm.c:1825 +#: sm/gpgsm.c:1858 #, c-format msgid "importing common certificates '%s'\n" msgstr "importujà se běžné certifikáty „%s“\n" -#: sm/gpgsm.c:1871 +#: sm/gpgsm.c:1904 #, c-format msgid "can't sign using '%s': %s\n" msgstr "nelze podepsat pomocà „%s“: %s\n" -#: sm/gpgsm.c:2231 +#: sm/gpgsm.c:2273 #, c-format msgid "invalid command (there is no implicit command)\n" msgstr "neplatný pÅ™Ãkaz (neexistuje žádný implicitnà pÅ™Ãkaz)\n" @@ -10397,131 +10402,131 @@ msgstr "oÄekáván absolutnà název souboru\n" msgid "looking up '%s'\n" msgstr "hledá se „%s“\n" -#: dirmngr/dirmngr.c:174 +#: dirmngr/dirmngr.c:175 msgid "list the contents of the CRL cache" msgstr "vypÃÅ¡e obsah CRL keÅ¡e" -#: dirmngr/dirmngr.c:175 +#: dirmngr/dirmngr.c:176 msgid "|FILE|load CRL from FILE into cache" msgstr "|SOUBOR|zavede CRL ze SOUBORU do keÅ¡e" -#: dirmngr/dirmngr.c:176 +#: dirmngr/dirmngr.c:177 msgid "|URL|fetch a CRL from URL" msgstr "|URL|stáhne CRL z URL" -#: dirmngr/dirmngr.c:177 +#: dirmngr/dirmngr.c:178 msgid "shutdown the dirmngr" msgstr "vypne dirmngr" -#: dirmngr/dirmngr.c:178 +#: dirmngr/dirmngr.c:179 msgid "flush the cache" msgstr "vyprázdnà keÅ¡" -#: dirmngr/dirmngr.c:211 +#: dirmngr/dirmngr.c:212 msgid "allow online software version check" msgstr "povolà kontrolu verze softwaru po sÃti" -#: dirmngr/dirmngr.c:214 +#: dirmngr/dirmngr.c:215 msgid "|N|do not return more than N items in one query" msgstr "|N|nevracà vÃce jak N položek na jeden dotaz" -#: dirmngr/dirmngr.c:220 +#: dirmngr/dirmngr.c:221 msgid "Network related options" msgstr "" -#: dirmngr/dirmngr.c:222 +#: dirmngr/dirmngr.c:223 msgid "route all network traffic via Tor" msgstr "smÄ›rovat veÅ¡kerý sÃÅ¥ový provoz skrz Tor" -#: dirmngr/dirmngr.c:234 +#: dirmngr/dirmngr.c:235 msgid "Configuration for Keyservers" msgstr "Nastavenà serverů klÃÄů" -#: dirmngr/dirmngr.c:237 +#: dirmngr/dirmngr.c:238 msgid "|URL|use keyserver at URL" msgstr "|URL|použÃvat server klÃÄů na URL" -#: dirmngr/dirmngr.c:239 +#: dirmngr/dirmngr.c:240 msgid "|FILE|use the CA certificates in FILE for HKP over TLS" msgstr "|SOUBOR|pro HKP pÅ™es TLS použije certifikáty CA ze SOUBORU" -#: dirmngr/dirmngr.c:241 +#: dirmngr/dirmngr.c:242 msgid "Configuration for HTTP servers" msgstr "Nastavenà HTTP serverů" -#: dirmngr/dirmngr.c:243 +#: dirmngr/dirmngr.c:244 msgid "inhibit the use of HTTP" msgstr "zakáže použità HTTP" -#: dirmngr/dirmngr.c:245 +#: dirmngr/dirmngr.c:246 msgid "ignore HTTP CRL distribution points" msgstr "ignoruje HTTP distribuÄnà mÃsta CRL " -#: dirmngr/dirmngr.c:247 +#: dirmngr/dirmngr.c:248 msgid "|URL|redirect all HTTP requests to URL" msgstr "|URL|vÅ¡echny HTTP požadavky pÅ™esmÄ›ruje na URL" -#: dirmngr/dirmngr.c:249 +#: dirmngr/dirmngr.c:250 msgid "use system's HTTP proxy setting" msgstr "použÃvat systémové nastavenà HTTP proxy" -#: dirmngr/dirmngr.c:253 +#: dirmngr/dirmngr.c:254 msgid "Configuration of LDAP servers to use" msgstr "Nastavenà použÃvaných LDAP serverů" -#: dirmngr/dirmngr.c:255 +#: dirmngr/dirmngr.c:256 msgid "inhibit the use of LDAP" msgstr "zakáže použità LDAP" -#: dirmngr/dirmngr.c:257 +#: dirmngr/dirmngr.c:258 msgid "ignore LDAP CRL distribution points" msgstr "ignoruje LDAP distribuÄnà mÃsta CRL" -#: dirmngr/dirmngr.c:259 +#: dirmngr/dirmngr.c:260 msgid "|HOST|use HOST for LDAP queries" msgstr "|STROJ|pro LDAP dotazy použije STROJ" -#: dirmngr/dirmngr.c:261 +#: dirmngr/dirmngr.c:262 msgid "do not use fallback hosts with --ldap-proxy" msgstr "nepoužije náhradnà stroje s --ldap-proxy" -#: dirmngr/dirmngr.c:263 +#: dirmngr/dirmngr.c:264 msgid "|FILE|read LDAP server list from FILE" msgstr "|SOUBOR|naÄte seznam LDAP serverů ze SOUBORU" -#: dirmngr/dirmngr.c:265 +#: dirmngr/dirmngr.c:266 msgid "add new servers discovered in CRL distribution points to serverlist" msgstr "na seznam serverů pÅ™idá nové servery nalezené v mÃstech distribuce CRL" -#: dirmngr/dirmngr.c:268 dirmngr/dirmngr_ldap.c:104 +#: dirmngr/dirmngr.c:269 dirmngr/dirmngr_ldap.c:104 msgid "|N|set LDAP timeout to N seconds" msgstr "|N|nastavà Äasový limit pro LDAP na N sekund" -#: dirmngr/dirmngr.c:271 +#: dirmngr/dirmngr.c:272 msgid "Configuration for OCSP" msgstr "Nastavenà OCSP" -#: dirmngr/dirmngr.c:273 +#: dirmngr/dirmngr.c:274 msgid "allow sending OCSP requests" msgstr "povolà odesÃlánà OCSP dotazů" -#: dirmngr/dirmngr.c:275 +#: dirmngr/dirmngr.c:276 msgid "ignore certificate contained OCSP service URLs" msgstr "ignoruje URL služby OCSP uvedené v certifikátu" -#: dirmngr/dirmngr.c:277 +#: dirmngr/dirmngr.c:278 msgid "|URL|use OCSP responder at URL" msgstr "|URL|použije OCSP odpovÃdaÄe na URL" -#: dirmngr/dirmngr.c:279 +#: dirmngr/dirmngr.c:280 msgid "|FPR|OCSP response signed by FPR" msgstr "|OTISK|OCSP odpovÄ›di podepsané podle OTISKU" -#: dirmngr/dirmngr.c:287 +#: dirmngr/dirmngr.c:288 msgid "force loading of outdated CRLs" msgstr "vynutà zavedenà zastaralých CRL" -#: dirmngr/dirmngr.c:298 +#: dirmngr/dirmngr.c:299 msgid "" "@\n" "(See the \"info\" manual for a complete listing of all commands and " @@ -10530,11 +10535,11 @@ msgstr "" "@\n" "(Úplný seznam pÅ™Ãkazů a voleb naleznete v „info“ manuálu.)\n" -#: dirmngr/dirmngr.c:440 +#: dirmngr/dirmngr.c:441 msgid "Usage: @DIRMNGR@ [options] (-h for help)" msgstr "PoužitÃ: @DIRMNGR@ [volby] (-h pro nápovÄ›du)" -#: dirmngr/dirmngr.c:442 +#: dirmngr/dirmngr.c:443 msgid "" "Syntax: @DIRMNGR@ [options] [command [args]]\n" "Keyserver, CRL, and OCSP access for @GNUPG@\n" @@ -10542,84 +10547,84 @@ msgstr "" "Syntaxe: @DIRMNGR@ [volby] [pÅ™Ãkaz [argumenty]]\n" "PÅ™Ãstup k serveru s klÃÄi, CRL a OCSP z @GNUPG@\n" -#: dirmngr/dirmngr.c:522 +#: dirmngr/dirmngr.c:523 #, c-format msgid "valid debug levels are: %s\n" msgstr "platné úrovnÄ› ladÄ›nà jsou: %s\n" -#: dirmngr/dirmngr.c:608 tools/gpgconf.c:667 tools/gpgconf.c:702 +#: dirmngr/dirmngr.c:609 tools/gpgconf.c:667 tools/gpgconf.c:702 #: tools/gpgconf.c:802 #, c-format msgid "usage: %s [options] " msgstr "použitÃ: %s [volby] " -#: dirmngr/dirmngr.c:1251 +#: dirmngr/dirmngr.c:1260 #, c-format msgid "colons are not allowed in the socket name\n" msgstr "dvojteÄky v názvu socketu jsou nepÅ™Ãpustné\n" -#: dirmngr/dirmngr.c:1486 dirmngr/server.c:1824 +#: dirmngr/dirmngr.c:1495 dirmngr/server.c:1824 #, c-format msgid "fetching CRL from '%s' failed: %s\n" msgstr "stahovánà CRL z „%s“ selhalo: %s\n" -#: dirmngr/dirmngr.c:1492 dirmngr/server.c:1830 +#: dirmngr/dirmngr.c:1501 dirmngr/server.c:1830 #, c-format msgid "processing CRL from '%s' failed: %s\n" msgstr "zpracovánà CRL z „%s“ selhalo: %s\n" -#: dirmngr/dirmngr.c:1634 +#: dirmngr/dirmngr.c:1643 #, c-format msgid "%s:%u: line too long - skipped\n" msgstr "%s:%u: řádek je pÅ™ÃliÅ¡ dlouhý – pÅ™eskoÄen\n" -#: dirmngr/dirmngr.c:1689 dirmngr/dirmngr.c:1773 +#: dirmngr/dirmngr.c:1698 dirmngr/dirmngr.c:1782 #, c-format msgid "%s:%u: invalid fingerprint detected\n" msgstr "%s:%u: zjiÅ¡tÄ›n neplatný otisk\n" -#: dirmngr/dirmngr.c:1725 dirmngr/dirmngr.c:1751 tools/gpgconf-comp.c:3534 +#: dirmngr/dirmngr.c:1734 dirmngr/dirmngr.c:1760 tools/gpgconf-comp.c:3539 #, c-format msgid "%s:%u: read error: %s\n" msgstr "%s:%u: chyba ÄtenÃ: %s\n" -#: dirmngr/dirmngr.c:1780 +#: dirmngr/dirmngr.c:1789 #, c-format msgid "%s:%u: garbage at end of line ignored\n" msgstr "%s:%u: nepořádek na konci řádku ignorován\n" -#: dirmngr/dirmngr.c:1849 +#: dirmngr/dirmngr.c:1876 #, c-format msgid "SIGHUP received - re-reading configuration and flushing caches\n" msgstr "pÅ™ijat SIGHUP – konfigurace bude znovu naÄtena a keÅ¡ vyprázdnÄ›na\n" -#: dirmngr/dirmngr.c:1890 +#: dirmngr/dirmngr.c:1917 #, c-format msgid "SIGUSR2 received - no action defined\n" msgstr "pÅ™ijat SIGUSR2 – žádná akce nedefinována\n" -#: dirmngr/dirmngr.c:1895 +#: dirmngr/dirmngr.c:1922 #, c-format msgid "SIGTERM received - shutting down ...\n" msgstr "pÅ™ijat SIGTERM – vypÃná se…\n" # TODO: plural -#: dirmngr/dirmngr.c:1897 +#: dirmngr/dirmngr.c:1924 #, c-format msgid "SIGTERM received - still %d active connections\n" msgstr "pÅ™ijat SIGTERM – stále aktivnÃch spojenÃ: %d\n" -#: dirmngr/dirmngr.c:1902 +#: dirmngr/dirmngr.c:1929 #, c-format msgid "shutdown forced\n" msgstr "vypnutà vynuceno\n" -#: dirmngr/dirmngr.c:1910 +#: dirmngr/dirmngr.c:1937 #, c-format msgid "SIGINT received - immediate shutdown\n" msgstr "pÅ™ijat SIGINT – okamžité vypnutÃ\n" -#: dirmngr/dirmngr.c:1917 +#: dirmngr/dirmngr.c:1944 #, c-format msgid "signal %d received - no action defined\n" msgstr "pÅ™ijat signál Ä. %d – žádná akce nedefinována\n" @@ -11075,7 +11080,7 @@ msgid "serialno missing in cert ID" msgstr "v ID certifikátu chybà serialno (sériové ÄÃslo)" #: dirmngr/server.c:1387 dirmngr/server.c:1473 dirmngr/server.c:1909 -#: dirmngr/server.c:1980 dirmngr/server.c:2552 dirmngr/server.c:2567 +#: dirmngr/server.c:1980 dirmngr/server.c:2556 dirmngr/server.c:2571 #, c-format msgid "assuan_inquire failed: %s\n" msgstr "volánà assuan_inquire selhalo: %s\n" @@ -11105,32 +11110,32 @@ msgstr "volánà fetch_next_cert selhalo: %s\n" msgid "max_replies %d exceeded\n" msgstr "max_replies (max. odpovÄ›dÃ) %d pÅ™ekroÄeno\n" -#: dirmngr/server.c:2856 +#: dirmngr/server.c:2860 #, c-format msgid "can't allocate control structure: %s\n" msgstr "Å™ÃdÃcà strukturu nelze alokovat: %s\n" -#: dirmngr/server.c:2867 +#: dirmngr/server.c:2871 #, c-format msgid "failed to allocate assuan context: %s\n" msgstr "alokace kontextu assuan selhala: %s\n" -#: dirmngr/server.c:2888 +#: dirmngr/server.c:2892 #, c-format msgid "failed to initialize the server: %s\n" msgstr "inicializace serveru selhala: %s\n" -#: dirmngr/server.c:2896 +#: dirmngr/server.c:2900 #, c-format msgid "failed to the register commands with Assuan: %s\n" msgstr "registrace pÅ™Ãkazu u Assuanu selhala: %s\n" -#: dirmngr/server.c:2929 +#: dirmngr/server.c:2933 #, c-format msgid "Assuan accept problem: %s\n" msgstr "problém pÅ™Ãjmu Assuanu: %s\n" -#: dirmngr/server.c:2948 +#: dirmngr/server.c:2952 #, c-format msgid "Assuan processing failed: %s\n" msgstr "zpracovánà Assuanu se nezdaÅ™ilo: %s\n" @@ -11278,69 +11283,69 @@ msgstr "v této relaci neběžà žádný dirmngr\n" msgid "error sending standard options: %s\n" msgstr "chyba pÅ™i odesÃlánà standardnÃho parametru: %s\n" -#: tools/gpgconf-comp.c:647 +#: tools/gpgconf-comp.c:649 msgid "OpenPGP" msgstr "OpenPGP" -#: tools/gpgconf-comp.c:651 +#: tools/gpgconf-comp.c:653 msgid "S/MIME" msgstr "S/MIME" -#: tools/gpgconf-comp.c:655 +#: tools/gpgconf-comp.c:657 #, fuzzy #| msgid "public key is %s\n" msgid "Public Keys" msgstr "veÅ™ejný klÃÄ je %s\n" -#: tools/gpgconf-comp.c:659 +#: tools/gpgconf-comp.c:661 msgid "Private Keys" msgstr "Soukromé klÃÄe" -#: tools/gpgconf-comp.c:663 +#: tools/gpgconf-comp.c:665 msgid "Smartcards" msgstr "ÄŒipové karty" -#: tools/gpgconf-comp.c:667 +#: tools/gpgconf-comp.c:669 msgid "TPM" msgstr "" -#: tools/gpgconf-comp.c:671 +#: tools/gpgconf-comp.c:673 msgid "Network" msgstr "SÃÅ¥" -#: tools/gpgconf-comp.c:675 +#: tools/gpgconf-comp.c:677 msgid "Passphrase Entry" msgstr "Pole pro heslo" -#: tools/gpgconf-comp.c:939 +#: tools/gpgconf-comp.c:941 msgid "Component not suitable for launching" msgstr "Komponenta nenà vhodná pro spuÅ¡tÄ›nÃ" -#: tools/gpgconf-comp.c:945 +#: tools/gpgconf-comp.c:947 #, c-format msgid "Configuration file of component %s is broken\n" msgstr "KonfiguraÄnà soubor komponenty %s je rozbitý\n" -#: tools/gpgconf-comp.c:948 +#: tools/gpgconf-comp.c:950 #, c-format msgid "Note: Use the command \"%s%s\" to get details.\n" msgstr "Poznámka: Podrobnosti zÃskáte pÅ™Ãkazem „%s%s“.\n" -#: tools/gpgconf-comp.c:2811 +#: tools/gpgconf-comp.c:2816 #, c-format msgid "External verification of component %s failed" msgstr "Selhalo externà ověřenà komponenty %s" -#: tools/gpgconf-comp.c:2941 +#: tools/gpgconf-comp.c:2946 msgid "Note that group specifications are ignored\n" msgstr "VezmÄ›te na vÄ›domÃ, že urÄenà skupiny se ignoruje\n" -#: tools/gpgconf-comp.c:3538 +#: tools/gpgconf-comp.c:3543 #, c-format msgid "error closing '%s'\n" msgstr "chyba pÅ™i uzavÃránà „%s“\n" -#: tools/gpgconf-comp.c:3540 +#: tools/gpgconf-comp.c:3545 #, c-format msgid "error parsing '%s'\n" msgstr "chyba pÅ™i rozboru „%s“\n" @@ -11446,87 +11451,87 @@ msgstr "" "Syntaxe: gpg-check-pattern [volby] soubor_se_vzorem\n" "Prověřà heslo zadané na vstupu proti souboru se vzory\n" -#: tools/gpg-card.c:2389 +#: tools/gpg-card.c:2390 #, fuzzy, c-format #| msgid "Note: keys are already stored on the card!\n" msgid "Note: key %s is already stored on the card!\n" msgstr "Poznámka: na kartÄ› jsou již klÃÄe uloženy!\n" -#: tools/gpg-card.c:2392 +#: tools/gpg-card.c:2393 #, fuzzy, c-format #| msgid "Note: keys are already stored on the card!\n" msgid "Note: Keys are already stored on the card!\n" msgstr "Poznámka: na kartÄ› jsou již klÃÄe uloženy!\n" -#: tools/gpg-card.c:2395 +#: tools/gpg-card.c:2396 #, fuzzy, c-format #| msgid "Replace existing keys? (y/N) " msgid "Replace existing key %s ? (y/N) " msgstr "PÅ™epsat existujÃcà klÃÄe? (a/N) " -#: tools/gpg-card.c:2548 tools/gpg-card.c:2711 tools/gpg-card.c:2934 -#: tools/gpg-card.c:3043 +#: tools/gpg-card.c:2549 tools/gpg-card.c:2712 tools/gpg-card.c:2935 +#: tools/gpg-card.c:3044 #, fuzzy, c-format #| msgid "OpenPGP card no. %s detected\n" msgid "%s card no. %s detected\n" msgstr "Nalezena OpenPGP karta ÄÃslo %s\n" -#: tools/gpg-card.c:3395 +#: tools/gpg-card.c:3396 #, c-format msgid "User Interaction Flag is set to \"%s\" - can't change\n" msgstr "" -#: tools/gpg-card.c:3405 tools/gpg-card.c:3419 +#: tools/gpg-card.c:3406 tools/gpg-card.c:3420 #, c-format msgid "" "Warning: Setting the User Interaction Flag to \"%s\"\n" " can only be reverted using a factory reset!\n" msgstr "" -#: tools/gpg-card.c:3422 +#: tools/gpg-card.c:3423 #, c-format msgid "Please use \"uif --yes %d %s\"\n" msgstr "" -#: tools/gpg-card.c:3668 +#: tools/gpg-card.c:3669 #, fuzzy #| msgid "add a certificate to the cache" msgid "authenticate to the card" msgstr "pÅ™idá certifikát do keÅ¡e" -#: tools/gpg-card.c:3670 +#: tools/gpg-card.c:3671 msgid "send a reset to the card daemon" msgstr "" -#: tools/gpg-card.c:3672 +#: tools/gpg-card.c:3673 msgid "setup KDF for PIN authentication" msgstr "nastavit KDF pro autentizaci kódem PIN" -#: tools/gpg-card.c:3674 +#: tools/gpg-card.c:3675 msgid "change a private data object" msgstr "" -#: tools/gpg-card.c:3675 +#: tools/gpg-card.c:3676 #, fuzzy #| msgid "add a certificate to the cache" msgid "read a certificate from a data object" msgstr "pÅ™idá certifikát do keÅ¡e" -#: tools/gpg-card.c:3676 +#: tools/gpg-card.c:3677 #, fuzzy #| msgid "add a certificate to the cache" msgid "store a certificate to a data object" msgstr "pÅ™idá certifikát do keÅ¡e" -#: tools/gpg-card.c:3677 +#: tools/gpg-card.c:3678 msgid "store a private key to a data object" msgstr "" -#: tools/gpg-card.c:3678 +#: tools/gpg-card.c:3679 msgid "Yubikey management commands" msgstr "" -#: tools/gpg-card.c:3680 +#: tools/gpg-card.c:3681 msgid "manage the command history" msgstr "" @@ -14,7 +14,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2021-04-07 19:24+0200\n" +"POT-Creation-Date: 2021-04-20 12:38+0200\n" "PO-Revision-Date: 2017-11-02 17:39+0100\n" "Last-Translator: Joe Hansen <joedalton2@yahoo.dk>\n" "Language-Team: Danish <debian-l10n-danish@lists.debian.org>\n" @@ -235,9 +235,9 @@ msgid "ssh keys greater than %d bits are not supported\n" msgstr "ssh-nøgler større end %d bit er ikke understøttet\n" #: agent/command-ssh.c:872 common/dotlock.c:852 g10/card-util.c:953 -#: g10/export.c:1329 g10/gpg.c:1430 g10/keygen.c:5327 g10/keyring.c:1319 +#: g10/export.c:1329 g10/gpg.c:1431 g10/keygen.c:5347 g10/keyring.c:1319 #: g10/keyring.c:1632 g10/openfile.c:293 g10/photoid.c:531 g10/photoid.c:549 -#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:478 +#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:479 #, fuzzy, c-format #| msgid "can't create `%s': %s\n" msgid "can't create '%s': %s\n" @@ -245,15 +245,15 @@ msgstr "kan ikke oprette »%s«: %s\n" #: agent/command-ssh.c:884 common/helpfile.c:57 g10/card-util.c:910 #: g10/dearmor.c:59 g10/dearmor.c:106 g10/decrypt.c:65 g10/decrypt.c:136 -#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1431 -#: g10/import.c:359 g10/import.c:546 g10/import.c:781 g10/keygen.c:4302 +#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1432 +#: g10/import.c:371 g10/import.c:558 g10/import.c:793 g10/keygen.c:4322 #: g10/keyring.c:1658 g10/openfile.c:197 g10/openfile.c:211 g10/plaintext.c:128 #: g10/plaintext.c:610 g10/sign.c:1086 g10/sign.c:1311 g10/sign.c:1424 #: g10/sign.c:1596 g10/tdbdump.c:143 g10/tdbdump.c:151 g10/tdbio.c:758 -#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2338 -#: sm/gpgsm.c:2368 sm/gpgsm.c:2406 sm/qualified.c:65 dirmngr/certcache.c:396 -#: dirmngr/certcache.c:476 dirmngr/certcache.c:478 dirmngr/crlcache.c:2588 -#: dirmngr/dirmngr.c:1711 tools/gpg-card.c:407 +#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2380 +#: sm/gpgsm.c:2410 sm/gpgsm.c:2448 sm/keylist.c:1737 sm/qualified.c:65 +#: dirmngr/certcache.c:396 dirmngr/certcache.c:476 dirmngr/certcache.c:478 +#: dirmngr/crlcache.c:2588 dirmngr/dirmngr.c:1720 tools/gpg-card.c:408 #, fuzzy, c-format #| msgid "can't open `%s': %s\n" msgid "can't open '%s': %s\n" @@ -459,232 +459,232 @@ msgstr "Indtast venligst adgangsfrasen %0Afor at beskytte din nye nøgle" msgid "Please enter the new passphrase" msgstr "Indtast venligst den nye adgangsfrase" -#: agent/gpg-agent.c:161 scd/scdaemon.c:114 dirmngr/dirmngr.c:181 +#: agent/gpg-agent.c:162 scd/scdaemon.c:115 dirmngr/dirmngr.c:182 #, fuzzy #| msgid "Options useful for debugging" msgid "Options used for startup" msgstr "Tilvalg nyttige for fejlsøgning" -#: agent/gpg-agent.c:163 scd/scdaemon.c:119 dirmngr/dirmngr.c:170 +#: agent/gpg-agent.c:164 scd/scdaemon.c:120 dirmngr/dirmngr.c:171 msgid "run in daemon mode (background)" msgstr "kør i dæmontilstand (baggrunden)" -#: agent/gpg-agent.c:164 scd/scdaemon.c:116 dirmngr/dirmngr.c:169 +#: agent/gpg-agent.c:165 scd/scdaemon.c:117 dirmngr/dirmngr.c:170 msgid "run in server mode (foreground)" msgstr "kør i servertilstand (forgrunden)" -#: agent/gpg-agent.c:166 dirmngr/dirmngr.c:172 +#: agent/gpg-agent.c:167 dirmngr/dirmngr.c:173 #, fuzzy #| msgid "run in server mode" msgid "run in supervised mode" msgstr "kør i servertilstand" -#: agent/gpg-agent.c:168 scd/scdaemon.c:120 dirmngr/dirmngr.c:183 +#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 msgid "do not detach from the console" msgstr "frakobl ikke fra konsollen" -#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 +#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 msgid "sh-style command output" msgstr "kommandoresultat i sh-stil" -#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 +#: agent/gpg-agent.c:171 scd/scdaemon.c:123 dirmngr/dirmngr.c:186 msgid "csh-style command output" msgstr "kommandoresultat i csh-stil" -#: agent/gpg-agent.c:178 g10/gpg.c:588 scd/scdaemon.c:124 sm/gpgsm.c:419 -#: dirmngr/dirmngr.c:187 +#: agent/gpg-agent.c:179 g10/gpg.c:589 scd/scdaemon.c:125 sm/gpgsm.c:422 +#: dirmngr/dirmngr.c:188 msgid "|FILE|read options from FILE" msgstr "|FIL|læs tilvalg fra FIL" -#: agent/gpg-agent.c:182 g10/gpg.c:573 scd/scdaemon.c:128 sm/gpgsm.c:262 -#: dirmngr/dirmngr.c:191 +#: agent/gpg-agent.c:183 g10/gpg.c:574 scd/scdaemon.c:129 sm/gpgsm.c:265 +#: dirmngr/dirmngr.c:192 msgid "Options controlling the diagnostic output" msgstr "Tilvalg der kontrollerer det diagnostiske resultat" -#: agent/gpg-agent.c:184 g10/gpg.c:575 g10/gpgv.c:78 kbx/kbxutil.c:89 -#: scd/scdaemon.c:130 sm/gpgsm.c:264 dirmngr/dirmngr-client.c:69 -#: dirmngr/dirmngr.c:193 dirmngr/dirmngr_ldap.c:102 +#: agent/gpg-agent.c:185 g10/gpg.c:576 g10/gpgv.c:78 kbx/kbxutil.c:89 +#: scd/scdaemon.c:131 sm/gpgsm.c:267 dirmngr/dirmngr-client.c:69 +#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:102 #: tools/gpg-connect-agent.c:85 tools/gpgconf.c:111 msgid "verbose" msgstr "uddybende" -#: agent/gpg-agent.c:185 g10/gpg.c:577 g10/gpgv.c:79 kbx/kbxutil.c:90 -#: scd/scdaemon.c:131 sm/gpgsm.c:266 dirmngr/dirmngr-client.c:70 -#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:103 +#: agent/gpg-agent.c:186 g10/gpg.c:578 g10/gpgv.c:79 kbx/kbxutil.c:90 +#: scd/scdaemon.c:132 sm/gpgsm.c:269 dirmngr/dirmngr-client.c:70 +#: dirmngr/dirmngr.c:195 dirmngr/dirmngr_ldap.c:103 msgid "be somewhat more quiet" msgstr "vær mindre uddybende" -#: agent/gpg-agent.c:193 g10/gpg.c:592 sm/gpgsm.c:280 dirmngr/dirmngr.c:204 +#: agent/gpg-agent.c:194 g10/gpg.c:593 sm/gpgsm.c:283 dirmngr/dirmngr.c:205 msgid "|FILE|write server mode logs to FILE" msgstr "|FILE|skriv servertilstandslogge til FIL" -#: agent/gpg-agent.c:197 g10/gpg.c:598 scd/scdaemon.c:145 sm/gpgsm.c:287 -#: dirmngr/dirmngr.c:208 +#: agent/gpg-agent.c:198 g10/gpg.c:599 scd/scdaemon.c:146 sm/gpgsm.c:290 +#: dirmngr/dirmngr.c:209 msgid "Options controlling the configuration" msgstr "Tilvalg der kontrollerer konfigurationen" -#: agent/gpg-agent.c:200 +#: agent/gpg-agent.c:201 msgid "do not use the SCdaemon" msgstr "brug ikke SCdaemon'en" -#: agent/gpg-agent.c:202 +#: agent/gpg-agent.c:203 msgid "|PGM|use PGM as the SCdaemon program" msgstr "|PGM|brug PGM som SCdaemon-program" -#: agent/gpg-agent.c:204 +#: agent/gpg-agent.c:205 #, fuzzy #| msgid "|PGM|use PGM as the SCdaemon program" msgid "|PGM|use PGM as the tpm2daemon program" msgstr "|PGM|brug PGM som SCdaemon-program" -#: agent/gpg-agent.c:208 +#: agent/gpg-agent.c:209 #, fuzzy #| msgid "|NAME|connect to Assuan socket NAME" msgid "|NAME|accept some commands via NAME" msgstr "|NAME|forbind til Assuansokkel NAVN" -#: agent/gpg-agent.c:212 +#: agent/gpg-agent.c:213 msgid "ignore requests to change the TTY" msgstr "ignorer forespørgsler om at ændre TTY'en" -#: agent/gpg-agent.c:214 +#: agent/gpg-agent.c:215 msgid "ignore requests to change the X display" msgstr "ignorer forespørgsler om at ændre X-skærmen" -#: agent/gpg-agent.c:215 +#: agent/gpg-agent.c:216 #, fuzzy #| msgid "enable ssh-agent emulation" msgid "enable ssh support" msgstr "aktiver ssh-agent-emulering" -#: agent/gpg-agent.c:217 +#: agent/gpg-agent.c:218 msgid "|ALGO|use ALGO to show ssh fingerprints" msgstr "" -#: agent/gpg-agent.c:220 +#: agent/gpg-agent.c:221 msgid "enable putty support" msgstr "" -#: agent/gpg-agent.c:232 g10/gpg.c:843 scd/scdaemon.c:175 sm/gpgsm.c:379 +#: agent/gpg-agent.c:233 g10/gpg.c:844 scd/scdaemon.c:176 sm/gpgsm.c:382 msgid "Options controlling the security" msgstr "Tilvalg der kontrollerer sikkerheden" -#: agent/gpg-agent.c:235 +#: agent/gpg-agent.c:236 msgid "|N|expire cached PINs after N seconds" msgstr "|N|udløb mellemlagrede PIN'er efter N sekunder" -#: agent/gpg-agent.c:237 +#: agent/gpg-agent.c:238 msgid "|N|expire SSH keys after N seconds" msgstr "|N|udløb SSH-nøgler efter N sekunder" -#: agent/gpg-agent.c:239 +#: agent/gpg-agent.c:240 msgid "|N|set maximum PIN cache lifetime to N seconds" msgstr "|N|angive maksimal livsforløb for PIN-mellemlager til N sekunder" -#: agent/gpg-agent.c:241 +#: agent/gpg-agent.c:242 msgid "|N|set maximum SSH key lifetime to N seconds" msgstr "|N|angive maksimal livsforløb for SSH-nøgle til N sekunder" -#: agent/gpg-agent.c:243 +#: agent/gpg-agent.c:244 msgid "do not use the PIN cache when signing" msgstr "brug ikke PIN-mellemlageret nÃ¥r der underskrives" -#: agent/gpg-agent.c:245 +#: agent/gpg-agent.c:246 #, fuzzy #| msgid "do not allow the reuse of old passphrases" msgid "disallow the use of an external password cache" msgstr "tillad ikke genbrug af gamle adgangsfraser" -#: agent/gpg-agent.c:247 +#: agent/gpg-agent.c:248 #, fuzzy #| msgid "allow clients to mark keys as \"trusted\"" msgid "disallow clients to mark keys as \"trusted\"" msgstr "tillad klienter at markere nøgler som »trusted« (troværdige)" -#: agent/gpg-agent.c:250 +#: agent/gpg-agent.c:251 msgid "allow presetting passphrase" msgstr "tillad forhÃ¥ndsindstilling af adgangsfrase" -#: agent/gpg-agent.c:255 +#: agent/gpg-agent.c:256 msgid "Options enforcing a passphrase policy" msgstr "Tilvalg der fremtvinger en adgangsfrasepolitik" -#: agent/gpg-agent.c:258 +#: agent/gpg-agent.c:259 msgid "do not allow bypassing the passphrase policy" msgstr "tillad ikke omgÃ¥else af adgangsfrasepolitikken" -#: agent/gpg-agent.c:260 +#: agent/gpg-agent.c:261 msgid "|N|set minimal required length for new passphrases to N" msgstr "|N|angiv minimal krævet længde for nye adgangsfraser til N" -#: agent/gpg-agent.c:262 +#: agent/gpg-agent.c:263 msgid "|N|require at least N non-alpha characters for a new passphrase" msgstr "|N|kræv mindst N ikkealfanumeriske tegn for en ny adgangsfrase" -#: agent/gpg-agent.c:265 +#: agent/gpg-agent.c:266 msgid "|FILE|check new passphrases against pattern in FILE" msgstr "|FILE|kontroller nye adgangsfraser mod mønstre i FIL" -#: agent/gpg-agent.c:267 +#: agent/gpg-agent.c:268 msgid "|N|expire the passphrase after N days" msgstr "|N|giv adgangsfrasen udløb efter N dage" -#: agent/gpg-agent.c:269 +#: agent/gpg-agent.c:270 msgid "do not allow the reuse of old passphrases" msgstr "tillad ikke genbrug af gamle adgangsfraser" -#: agent/gpg-agent.c:272 +#: agent/gpg-agent.c:273 #, fuzzy #| msgid "Options controlling the security" msgid "Options controlling the PIN-Entry" msgstr "Tilvalg der kontrollerer sikkerheden" -#: agent/gpg-agent.c:274 +#: agent/gpg-agent.c:275 msgid "never use the PIN-entry" msgstr "" -#: agent/gpg-agent.c:276 +#: agent/gpg-agent.c:277 msgid "disallow caller to override the pinentry" msgstr "" -#: agent/gpg-agent.c:278 +#: agent/gpg-agent.c:279 #, fuzzy #| msgid "do not grab keyboard and mouse" msgid "let PIN-Entry grab keyboard and mouse" msgstr "fang ikke tastatur og mus" -#: agent/gpg-agent.c:281 +#: agent/gpg-agent.c:282 msgid "|PGM|use PGM as the PIN-Entry program" msgstr "|PGM|brug PGM som PIN-Entry-program" -#: agent/gpg-agent.c:285 +#: agent/gpg-agent.c:286 #, fuzzy #| msgid "|N|set maximum PIN cache lifetime to N seconds" msgid "|N|set the Pinentry timeout to N seconds" msgstr "|N|angive maksimal livsforløb for PIN-mellemlager til N sekunder" -#: agent/gpg-agent.c:287 +#: agent/gpg-agent.c:288 msgid "allow passphrase to be prompted through Emacs" msgstr "" #. TRANSLATORS: @EMAIL@ will get replaced by the actual bug #. reporting address. This is so that we can change the #. reporting address without breaking the translations. -#: agent/gpg-agent.c:550 agent/preset-passphrase.c:99 agent/protect-tool.c:154 -#: g10/gpg.c:1131 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:311 -#: sm/gpgsm.c:609 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:437 +#: agent/gpg-agent.c:551 agent/preset-passphrase.c:99 agent/protect-tool.c:154 +#: g10/gpg.c:1132 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:312 +#: sm/gpgsm.c:612 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:438 #: dirmngr/dirmngr_ldap.c:175 tools/gpg-connect-agent.c:220 tools/gpgconf.c:151 #: tools/gpg-check-pattern.c:143 msgid "Please report bugs to <@EMAIL@>.\n" msgstr "Rapporter venligst fejl til <@EMAIL@>.\n" -#: agent/gpg-agent.c:559 +#: agent/gpg-agent.c:560 #, fuzzy #| msgid "Usage: gpgconf [options] (-h for help)" msgid "Usage: @GPG_AGENT@ [options] (-h for help)" msgstr "Brug: gpgconf [tilvalg] (-h for hjælp)" -#: agent/gpg-agent.c:561 +#: agent/gpg-agent.c:562 #, fuzzy #| msgid "" #| "Syntax: gpg-agent [options] [command [args]]\n" @@ -696,137 +696,137 @@ msgstr "" "Syntaks: gpg-agent [tilvalg] [kommando [parametre]]\n" "Hemmelig nøglehÃ¥ndtering for GnuPG\n" -#: agent/gpg-agent.c:606 g10/gpg.c:1336 scd/scdaemon.c:383 sm/gpgsm.c:757 -#: dirmngr/dirmngr.c:521 +#: agent/gpg-agent.c:607 g10/gpg.c:1337 scd/scdaemon.c:384 sm/gpgsm.c:760 +#: dirmngr/dirmngr.c:522 #, fuzzy, c-format #| msgid "invalid debug-level `%s' given\n" msgid "invalid debug-level '%s' given\n" msgstr "ugyldigt fejlsøgningsniveau »%s« angivet\n" -#: agent/gpg-agent.c:971 g10/gpg.c:3879 g10/gpg.c:3903 sm/gpgsm.c:1736 -#: sm/gpgsm.c:1742 +#: agent/gpg-agent.c:972 g10/gpg.c:3910 g10/gpg.c:3934 sm/gpgsm.c:1769 +#: sm/gpgsm.c:1775 #, c-format msgid "selected digest algorithm is invalid\n" msgstr "valgt sammendragsalgoritme er ugyldig\n" -#: agent/gpg-agent.c:1195 agent/gpg-agent.c:2010 g10/gpg.c:2588 -#: scd/scdaemon.c:548 sm/gpgsm.c:1151 dirmngr/dirmngr.c:988 -#: dirmngr/dirmngr.c:1830 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:2019 common/comopt.c:93 +#: g10/gpg.c:2591 scd/scdaemon.c:549 sm/gpgsm.c:1155 dirmngr/dirmngr.c:989 +#: dirmngr/dirmngr.c:1840 #, fuzzy, c-format #| msgid "reading options from `%s'\n" msgid "reading options from '%s'\n" msgstr "læser tilvalg fra »%s«\n" -#: agent/gpg-agent.c:1327 g10/gpg.c:3830 scd/scdaemon.c:675 sm/gpgsm.c:1676 -#: dirmngr/dirmngr.c:1099 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 +#: agent/gpg-agent.c:1335 g10/gpg.c:3861 scd/scdaemon.c:687 sm/gpgsm.c:1709 +#: dirmngr/dirmngr.c:1108 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 #, fuzzy, c-format #| msgid "WARNING: \"%s\" is a deprecated option\n" msgid "Note: '%s' is not considered an option\n" msgstr "ADVARSEL: »%s« er en forældet indstilling\n" -#: agent/gpg-agent.c:2146 scd/scdaemon.c:1096 dirmngr/dirmngr.c:1258 +#: agent/gpg-agent.c:2172 scd/scdaemon.c:1108 dirmngr/dirmngr.c:1267 #, c-format msgid "can't create socket: %s\n" msgstr "kan ikke oprette sokkel: %s\n" -#: agent/gpg-agent.c:2163 scd/scdaemon.c:1109 dirmngr/dirmngr.c:1271 +#: agent/gpg-agent.c:2189 scd/scdaemon.c:1121 dirmngr/dirmngr.c:1280 #, fuzzy, c-format #| msgid "socket name `%s' is too long\n" msgid "socket name '%s' is too long\n" msgstr "sokkelnavnet »%s« er for langt\n" -#: agent/gpg-agent.c:2202 +#: agent/gpg-agent.c:2228 #, c-format msgid "a gpg-agent is already running - not starting a new one\n" msgstr "en gpg-agent kører allerede - starter ikke en ny\n" -#: agent/gpg-agent.c:2213 scd/scdaemon.c:1133 dirmngr/dirmngr.c:1303 +#: agent/gpg-agent.c:2239 scd/scdaemon.c:1145 dirmngr/dirmngr.c:1312 #, c-format msgid "error getting nonce for the socket\n" msgstr "fejl ved indhentelse af nonce for soklen\n" -#: agent/gpg-agent.c:2218 scd/scdaemon.c:1136 dirmngr/dirmngr.c:1306 +#: agent/gpg-agent.c:2244 scd/scdaemon.c:1148 dirmngr/dirmngr.c:1315 #, fuzzy, c-format #| msgid "error binding socket to `%s': %s\n" msgid "error binding socket to '%s': %s\n" msgstr "fejl ved binding af sokkel til »%s«: %s\n" -#: agent/gpg-agent.c:2229 agent/gpg-agent.c:2269 agent/gpg-agent.c:2278 -#: scd/scdaemon.c:1144 dirmngr/dirmngr.c:1315 +#: agent/gpg-agent.c:2255 agent/gpg-agent.c:2295 agent/gpg-agent.c:2304 +#: scd/scdaemon.c:1156 dirmngr/dirmngr.c:1324 #, fuzzy, c-format #| msgid "Warning: unsafe permissions on %s \"%s\"\n" msgid "can't set permissions of '%s': %s\n" msgstr "Advarsel: usikre rettigheder pÃ¥ %s »%s«\n" -#: agent/gpg-agent.c:2243 scd/scdaemon.c:1156 dirmngr/dirmngr.c:1327 +#: agent/gpg-agent.c:2269 scd/scdaemon.c:1168 dirmngr/dirmngr.c:1336 #, fuzzy, c-format #| msgid "listening on socket `%s'\n" msgid "listening on socket '%s'\n" msgstr "lytter pÃ¥ sokkel »%s«\n" -#: agent/gpg-agent.c:2263 agent/gpg-agent.c:2316 common/homedir.c:517 +#: agent/gpg-agent.c:2289 agent/gpg-agent.c:2342 common/homedir.c:517 #: g10/openfile.c:399 g10/photoid.c:379 #, fuzzy, c-format #| msgid "can't create directory `%s': %s\n" msgid "can't create directory '%s': %s\n" msgstr "kan ikke oprette mappe »%s«: %s\n" -#: agent/gpg-agent.c:2266 agent/gpg-agent.c:2321 common/homedir.c:520 +#: agent/gpg-agent.c:2292 agent/gpg-agent.c:2347 common/homedir.c:520 #: g10/openfile.c:402 #, fuzzy, c-format #| msgid "directory `%s' created\n" msgid "directory '%s' created\n" msgstr "mappe »%s« oprettet\n" -#: agent/gpg-agent.c:2327 +#: agent/gpg-agent.c:2353 #, fuzzy, c-format #| msgid "stat() failed for `%s': %s\n" msgid "stat() failed for '%s': %s\n" msgstr "stat() mislykkedes for »%s«: %s\n" -#: agent/gpg-agent.c:2331 +#: agent/gpg-agent.c:2357 #, fuzzy, c-format #| msgid "can't use `%s' as home directory\n" msgid "can't use '%s' as home directory\n" msgstr "kan ikke bruge »%s« som hjemmemappe\n" -#: agent/gpg-agent.c:2486 scd/scdaemon.c:1172 dirmngr/dirmngr.c:2042 +#: agent/gpg-agent.c:2512 scd/scdaemon.c:1184 dirmngr/dirmngr.c:2069 #, c-format msgid "error reading nonce on fd %d: %s\n" msgstr "fejl ved læsning af nonce pÃ¥ fd %d: %s\n" -#: agent/gpg-agent.c:2693 +#: agent/gpg-agent.c:2719 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "hÃ¥ndtering 0x%lx for fd %d startet\n" -#: agent/gpg-agent.c:2698 +#: agent/gpg-agent.c:2724 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "hÃ¥ndtering 0x%lx for fd %d termineret\n" -#: agent/gpg-agent.c:2773 +#: agent/gpg-agent.c:2799 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "ssh-hÃ¥ndtering 0x%lx for fd %d startet\n" -#: agent/gpg-agent.c:2778 +#: agent/gpg-agent.c:2804 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "ssh-hÃ¥ndtering 0x%lx for %d termineret\n" -#: agent/gpg-agent.c:3000 scd/scdaemon.c:1362 dirmngr/dirmngr.c:2256 +#: agent/gpg-agent.c:3026 scd/scdaemon.c:1374 dirmngr/dirmngr.c:2283 #, fuzzy, c-format #| msgid "pth_select failed: %s - waiting 1s\n" msgid "npth_pselect failed: %s - waiting 1s\n" msgstr "pth_select mislykkeds: %s - venter 1s\n" -#: agent/gpg-agent.c:3088 scd/scdaemon.c:1427 +#: agent/gpg-agent.c:3114 scd/scdaemon.c:1439 #, c-format msgid "%s %s stopped\n" msgstr "%s %s stoppet\n" -#: agent/gpg-agent.c:3226 common/simple-pwquery.c:247 g10/call-agent.c:260 +#: agent/gpg-agent.c:3252 common/simple-pwquery.c:247 g10/call-agent.c:260 #: sm/call-agent.c:131 tools/gpg-connect-agent.c:2319 tools/card-call-scd.c:311 #, c-format msgid "no gpg-agent running in this session\n" @@ -852,8 +852,8 @@ msgstr "" "Syntaks: gpg-preset-passphrase [tilvalg] KEYGRIP\n" "Adgangskode for mellemlagervedligeholdelse\n" -#: agent/protect-tool.c:107 g10/gpg.c:447 kbx/kbxutil.c:72 sm/gpgsm.c:213 -#: dirmngr/dirmngr.c:167 tools/gpgconf.c:81 +#: agent/protect-tool.c:107 g10/gpg.c:448 kbx/kbxutil.c:72 sm/gpgsm.c:215 +#: dirmngr/dirmngr.c:168 tools/gpgconf.c:81 msgid "" "@Commands:\n" " " @@ -1122,7 +1122,7 @@ msgid "error creating a stream for a pipe: %s\n" msgstr "fejl ved oprettelse af datakanal: %s\n" #: common/exechelp-posix.c:505 common/exechelp-posix.c:580 -#: common/exechelp-posix.c:861 dirmngr/dirmngr.c:1345 +#: common/exechelp-posix.c:866 dirmngr/dirmngr.c:1354 #, c-format msgid "error forking process: %s\n" msgstr "fejl ved forgrening af proces: %s\n" @@ -1132,26 +1132,26 @@ msgstr "fejl ved forgrening af proces: %s\n" msgid "waiting for process %d to terminate failed: %s\n" msgstr "ventning pÃ¥ at proces %d skulle terminere mislykkedes: %s\n" -#: common/exechelp-posix.c:688 common/exechelp-posix.c:804 +#: common/exechelp-posix.c:688 common/exechelp-posix.c:809 #, fuzzy, c-format #| msgid "error running `%s': probably not installed\n" msgid "error running '%s': probably not installed\n" msgstr "fejl ved kørsel af »%s«: sikkert ikke installeret\n" -#: common/exechelp-posix.c:694 common/exechelp-posix.c:811 +#: common/exechelp-posix.c:694 common/exechelp-posix.c:816 #: common/exechelp-w32.c:839 common/exechelp-w32ce.c:782 #, fuzzy, c-format #| msgid "error running `%s': exit status %d\n" msgid "error running '%s': exit status %d\n" msgstr "fejl ved kørsel af »%s«: afslutningsstatus %d\n" -#: common/exechelp-posix.c:702 common/exechelp-posix.c:819 +#: common/exechelp-posix.c:702 common/exechelp-posix.c:824 #, fuzzy, c-format #| msgid "error running `%s': terminated\n" msgid "error running '%s': terminated\n" msgstr "fejl ved kørsel af »%s«: termineret\n" -#: common/exechelp-posix.c:760 common/exechelp-w32.c:820 +#: common/exechelp-posix.c:765 common/exechelp-w32.c:820 #, fuzzy, c-format #| msgid "waiting for process %d to terminate failed: %s\n" msgid "waiting for processes to terminate failed: %s\n" @@ -1201,7 +1201,7 @@ msgid "renaming '%s' to '%s' failed: %s\n" msgstr "omdøbelse af »%s« til »%s« mislykkedes: %s\n" #. TRANSLATORS: See doc/TRANSLATE about this string. -#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3081 +#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3082 msgid "yes" msgstr "ja" @@ -1256,7 +1256,7 @@ msgid "out of core while allocating %lu bytes" msgstr "ikke nok kerne under allokering af %lu byte" #: common/miscellaneous.c:115 g10/card-util.c:917 tools/no-libgcrypt.c:30 -#: tools/gpg-card.c:415 +#: tools/gpg-card.c:416 #, c-format msgid "error allocating enough memory: %s\n" msgstr "fejl ved allokering af nok hukommelse: %s\n" @@ -1336,7 +1336,7 @@ msgstr "fejl ved oprettelse af nøglering »%s«: %s\n" msgid "server '%s' is older than us (%s < %s)" msgstr "" -#: common/asshelp.c:737 g10/call-dirmngr.c:407 +#: common/asshelp.c:737 g10/call-dirmngr.c:408 #, fuzzy, c-format #| msgid "WARNING: %s overrides %s\n" msgid "WARNING: %s\n" @@ -1621,8 +1621,8 @@ msgstr "lÃ¥s »%s« er ikke udført: %s\n" msgid "waiting for lock %s...\n" msgstr "venter pÃ¥ lÃ¥s %s ...\n" -#: common/init.c:191 sm/gpgsm.c:1032 dirmngr/dirmngr.c:894 -#: dirmngr/dirmngr.c:903 +#: common/init.c:191 sm/gpgsm.c:1036 dirmngr/dirmngr.c:895 +#: dirmngr/dirmngr.c:904 #, c-format msgid "%s is too old (need %s, have %s)\n" msgstr "%s er for gammel (kræver %s, har %s)\n" @@ -1800,60 +1800,60 @@ msgstr "fejl ved læsning fra %s: %s\n" msgid "problem with the agent: %s\n" msgstr "problem med agenten: %s\n" -#: g10/call-dirmngr.c:178 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 +#: g10/call-dirmngr.c:179 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 #, fuzzy, c-format #| msgid "no gpg-agent running in this session\n" msgid "no dirmngr running in this session\n" msgstr "ingen gpg-agent kører i denne session\n" -#: g10/call-dirmngr.c:212 +#: g10/call-dirmngr.c:213 #, fuzzy, c-format #| msgid "you may not use %s while in %s mode\n" msgid "keyserver option \"honor-keyserver-url\" may not be used in Tor mode\n" msgstr "du kan ikke bruge %s i tilstanden %s\n" -#: g10/call-dirmngr.c:385 +#: g10/call-dirmngr.c:386 msgid "WKD uses a cached result" msgstr "" -#: g10/call-dirmngr.c:388 +#: g10/call-dirmngr.c:389 msgid "Tor is not running" msgstr "" -#: g10/call-dirmngr.c:390 +#: g10/call-dirmngr.c:391 #, fuzzy #| msgid "invalid fingerprint" msgid "Tor is not properly configured" msgstr "ugyldig fingeraftryk" -#: g10/call-dirmngr.c:392 +#: g10/call-dirmngr.c:393 #, fuzzy #| msgid "invalid fingerprint" msgid "DNS is not properly configured" msgstr "ugyldig fingeraftryk" -#: g10/call-dirmngr.c:394 +#: g10/call-dirmngr.c:395 msgid "unacceptable HTTP redirect from server" msgstr "" -#: g10/call-dirmngr.c:396 +#: g10/call-dirmngr.c:397 msgid "unacceptable HTTP redirect from server was cleaned up" msgstr "" -#: g10/call-dirmngr.c:398 +#: g10/call-dirmngr.c:399 #, fuzzy #| msgid "generate a revocation certificate" msgid "server uses an invalid certificate" msgstr "opret et tilbagekaldscertifikat" -#: g10/call-dirmngr.c:405 g10/gpg.c:4568 +#: g10/call-dirmngr.c:406 g10/gpg.c:4599 #, fuzzy, c-format #| msgid "armor: %s\n" msgid "Note: %s\n" msgstr "panser: %s\n" #: g10/card-util.c:86 g10/card-util.c:369 g10/card-util.c:1924 -#: tools/gpg-card.c:3038 +#: tools/gpg-card.c:3039 #, c-format msgid "OpenPGP card not available: %s\n" msgstr "OpenPGP-kort er ikke tilgængeligt: %s\n" @@ -1864,17 +1864,17 @@ msgid "OpenPGP card no. %s detected\n" msgstr "OpenPGP-kortnr. %s detekteret\n" #: g10/card-util.c:97 g10/card-util.c:2309 g10/delkey.c:164 g10/keyedit.c:1428 -#: g10/keygen.c:4771 g10/revoke.c:214 g10/revoke.c:638 +#: g10/keygen.c:4791 g10/revoke.c:214 g10/revoke.c:638 #, c-format msgid "can't do this in batch mode\n" msgstr "kan ikke udføre dette i jobtilstand\n" -#: g10/card-util.c:105 tools/gpg-card.c:2942 +#: g10/card-util.c:105 tools/gpg-card.c:2943 #, c-format msgid "This command is only available for version 2 cards\n" msgstr "Denne kommando er kun tilgængelig for version 2-kort\n" -#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2947 +#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2948 #, c-format msgid "Reset Code not or not anymore available\n" msgstr "Nulstillingskode er ikke eller ikke mere tilgængelig\n" @@ -1883,111 +1883,111 @@ msgstr "Nulstillingskode er ikke eller ikke mere tilgængelig\n" #: g10/card-util.c:1802 g10/keyedit.c:394 g10/keyedit.c:415 g10/keyedit.c:429 #: g10/keygen.c:1991 g10/keygen.c:2165 g10/keygen.c:2385 g10/keygen.c:2685 #: sm/certreqgen-ui.c:166 sm/certreqgen-ui.c:292 sm/certreqgen-ui.c:326 -#: tools/gpg-card.c:509 +#: tools/gpg-card.c:510 msgid "Your selection? " msgstr "Dit valg? " -#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:595 -#: tools/gpg-card.c:635 +#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:596 +#: tools/gpg-card.c:636 msgid "[not set]" msgstr "[ikke indstillet]" -#: g10/card-util.c:558 tools/gpg-card.c:902 +#: g10/card-util.c:558 tools/gpg-card.c:903 msgid "Mr." msgstr "" -#: g10/card-util.c:559 tools/gpg-card.c:903 +#: g10/card-util.c:559 tools/gpg-card.c:904 msgid "Ms." msgstr "" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 msgid "not forced" msgstr "ikke tvunget" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 msgid "forced" msgstr "tvunget" -#: g10/card-util.c:768 tools/gpg-card.c:1467 +#: g10/card-util.c:768 tools/gpg-card.c:1468 msgid "Error: Only plain ASCII is currently allowed.\n" msgstr "Fejl: Kun ren ASCII er tilladt i øjeblikket.\n" -#: g10/card-util.c:770 tools/gpg-card.c:1469 +#: g10/card-util.c:770 tools/gpg-card.c:1470 msgid "Error: The \"<\" character may not be used.\n" msgstr "Fejl: Tegnet »<« mÃ¥ ikke bruges.\n" -#: g10/card-util.c:772 tools/gpg-card.c:1471 +#: g10/card-util.c:772 tools/gpg-card.c:1472 msgid "Error: Double spaces are not allowed.\n" msgstr "Fejl: Dobbelt mellemrum er ikke tilladt.\n" -#: g10/card-util.c:789 tools/gpg-card.c:1504 +#: g10/card-util.c:789 tools/gpg-card.c:1505 msgid "Cardholder's surname: " msgstr "Kortholders efternavn: " -#: g10/card-util.c:791 tools/gpg-card.c:1505 +#: g10/card-util.c:791 tools/gpg-card.c:1506 msgid "Cardholder's given name: " msgstr "Kortholders fornavn: " -#: g10/card-util.c:809 tools/gpg-card.c:1522 +#: g10/card-util.c:809 tools/gpg-card.c:1523 #, c-format msgid "Error: Combined name too long (limit is %d characters).\n" msgstr "Fejl: Kombineret navn er for langt (begrænsningen er pÃ¥ %d tegn).\n" -#: g10/card-util.c:830 tools/gpg-card.c:1560 +#: g10/card-util.c:830 tools/gpg-card.c:1561 msgid "URL to retrieve public key: " msgstr "Adresse hvor offentlig nøgle skal hentes: " -#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:394 g10/import.c:744 -#: g10/import.c:803 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 -#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1657 -#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:425 +#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:406 g10/import.c:756 +#: g10/import.c:815 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 +#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1666 +#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:426 #, fuzzy, c-format #| msgid "error reading `%s': %s\n" msgid "error reading '%s': %s\n" msgstr "fejl ved læsning af »%s«: %s\n" #: g10/card-util.c:959 g10/decrypt-data.c:498 g10/export.c:2496 -#: dirmngr/crlcache.c:925 tools/gpg-card.c:485 tools/gpg-card.c:492 +#: dirmngr/crlcache.c:925 tools/gpg-card.c:486 tools/gpg-card.c:493 #, fuzzy, c-format #| msgid "error writing `%s': %s\n" msgid "error writing '%s': %s\n" msgstr "fejl ved skrivning af »%s«: %s\n" -#: g10/card-util.c:986 tools/gpg-card.c:1649 +#: g10/card-util.c:986 tools/gpg-card.c:1650 msgid "Login data (account name): " msgstr "Loginddata (kontonavn): " -#: g10/card-util.c:1024 tools/gpg-card.c:1944 +#: g10/card-util.c:1024 tools/gpg-card.c:1945 msgid "Private DO data: " msgstr "Private DO-data: " -#: g10/card-util.c:1109 tools/gpg-card.c:1698 +#: g10/card-util.c:1109 tools/gpg-card.c:1699 msgid "Language preferences: " msgstr "Sprogpræferencer: " -#: g10/card-util.c:1117 tools/gpg-card.c:1709 +#: g10/card-util.c:1117 tools/gpg-card.c:1710 #, c-format msgid "Error: invalid length of preference string.\n" msgstr "Fejl: ugyldig længde for præferencestreng.\n" -#: g10/card-util.c:1126 tools/gpg-card.c:1718 +#: g10/card-util.c:1126 tools/gpg-card.c:1719 #, c-format msgid "Error: invalid characters in preference string.\n" msgstr "Fejl: ugyldige tegn i præferencestreng.\n" -#: g10/card-util.c:1148 tools/gpg-card.c:1752 +#: g10/card-util.c:1148 tools/gpg-card.c:1753 msgid "Salutation (M = Mr., F = Ms., or space): " msgstr "" -#: g10/card-util.c:1162 tools/gpg-card.c:1769 +#: g10/card-util.c:1162 tools/gpg-card.c:1770 msgid "Error: invalid response.\n" msgstr "Fejl: ugyldigt svar.\n" -#: g10/card-util.c:1185 tools/gpg-card.c:1834 +#: g10/card-util.c:1185 tools/gpg-card.c:1835 msgid "CA fingerprint: " msgstr "CA-fingeraftryk: " -#: g10/card-util.c:1209 tools/gpg-card.c:1860 +#: g10/card-util.c:1209 tools/gpg-card.c:1861 #, c-format msgid "Error: invalid formatted fingerprint.\n" msgstr "Fejl: Ugyldigt formateret fingeraftryk.\n" @@ -2001,7 +2001,7 @@ msgstr "nøglehandling er ikke mulig: %s\n" msgid "not an OpenPGP card" msgstr "ikke et OpenPGP-kort" -#: g10/card-util.c:1273 g10/keygen.c:4791 g10/keygen.c:5952 +#: g10/card-util.c:1273 g10/keygen.c:4811 g10/keygen.c:5972 #, c-format msgid "error getting current key info: %s\n" msgstr "fejl ved indhentelse af aktuel nøgleinformation: %s\n" @@ -2010,7 +2010,7 @@ msgstr "fejl ved indhentelse af aktuel nøgleinformation: %s\n" msgid "Replace existing key? (y/N) " msgstr "Erstat eksisterende nøgle? (j/N) " -#: g10/card-util.c:1375 tools/gpg-card.c:3327 +#: g10/card-util.c:1375 tools/gpg-card.c:3328 #, fuzzy #| msgid "" #| "Note: There is no guarantee that the card supports the requested size.\n" @@ -2110,14 +2110,14 @@ msgid "error getting card info: %s\n" msgstr "fejl ved indhentelse af aktuel nøgleinformation: %s\n" #: g10/card-util.c:1591 g10/card-util.c:1936 g10/card-util.c:2112 -#: g10/card-util.c:2171 tools/gpg-card.c:3056 tools/gpg-card.c:3295 -#: tools/gpg-card.c:3353 +#: g10/card-util.c:2171 tools/gpg-card.c:3057 tools/gpg-card.c:3296 +#: tools/gpg-card.c:3354 #, fuzzy, c-format #| msgid "This command is not allowed while in %s mode.\n" msgid "This command is not supported by this card\n" msgstr "Denne kommando er ikke tilladt i tilstanden %s.\n" -#: g10/card-util.c:1637 tools/gpg-card.c:2425 +#: g10/card-util.c:1637 tools/gpg-card.c:2426 msgid "Make off-card backup of encryption key? (Y/n) " msgstr "" "Lav sikkerhedskopi et andet sted end pÃ¥ kortet for krypteringsnøglen? (J/n) " @@ -2128,11 +2128,11 @@ msgstr "" msgid "Note: keys are already stored on the card!\n" msgstr "BEMÆRK: Nøgler er allerede gemt pÃ¥ kortet!\n" -#: g10/card-util.c:1654 tools/gpg-card.c:2397 +#: g10/card-util.c:1654 tools/gpg-card.c:2398 msgid "Replace existing keys? (y/N) " msgstr "Erstat eksisterende nøgler (j/N) " -#: g10/card-util.c:1666 tools/gpg-card.c:2456 +#: g10/card-util.c:1666 tools/gpg-card.c:2457 #, fuzzy, c-format #| msgid "" #| "Please note that the factory settings of the PINs are\n" @@ -2173,19 +2173,19 @@ msgstr "Vælg venligst hvor nøglen skal gemmes:\n" msgid "KEYTOCARD failed: %s\n" msgstr "læsning mislykkedes: %s\n" -#: g10/card-util.c:1941 tools/gpg-card.c:3064 +#: g10/card-util.c:1941 tools/gpg-card.c:3065 #, fuzzy, c-format #| msgid "NOTE: keys are already stored on the card!\n" msgid "Note: This command destroys all keys stored on the card!\n" msgstr "BEMÆRK: Nøgler er allerede gemt pÃ¥ kortet!\n" -#: g10/card-util.c:1944 tools/gpg-card.c:3067 tools/gpg-card.c:3408 +#: g10/card-util.c:1944 tools/gpg-card.c:3068 tools/gpg-card.c:3409 #, fuzzy #| msgid "Sign it? (y/N) " msgid "Continue? (y/N) " msgstr "Underskriv? (j/N) " -#: g10/card-util.c:1949 tools/gpg-card.c:3078 +#: g10/card-util.c:1949 tools/gpg-card.c:3079 msgid "Really do a factory reset? (enter \"yes\") " msgstr "" @@ -2201,7 +2201,7 @@ msgstr "fejl ved lukning af %s: %s\n" msgid "error for setup UIF: %s\n" msgstr "fejl ved lukning af %s: %s\n" -#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3648 +#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3649 msgid "quit this menu" msgstr "afslut denne menu" @@ -2209,65 +2209,65 @@ msgstr "afslut denne menu" msgid "show admin commands" msgstr "vis administratorkommandoer" -#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3651 +#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3652 msgid "show this help" msgstr "vis denne hjælpetekst" -#: g10/card-util.c:2217 tools/gpg-card.c:3653 +#: g10/card-util.c:2217 tools/gpg-card.c:3654 msgid "list all available data" msgstr "vis alle tilgængelige data" -#: g10/card-util.c:2220 tools/gpg-card.c:3655 +#: g10/card-util.c:2220 tools/gpg-card.c:3656 msgid "change card holder's name" msgstr "ændr kortholders navn" -#: g10/card-util.c:2221 tools/gpg-card.c:3656 +#: g10/card-util.c:2221 tools/gpg-card.c:3657 msgid "change URL to retrieve key" msgstr "ændr adresse for at indhente nøgle" -#: g10/card-util.c:2222 tools/gpg-card.c:3657 +#: g10/card-util.c:2222 tools/gpg-card.c:3658 msgid "fetch the key specified in the card URL" msgstr "hent nøglen angivet i kortadressen" -#: g10/card-util.c:2223 tools/gpg-card.c:3658 +#: g10/card-util.c:2223 tools/gpg-card.c:3659 msgid "change the login name" msgstr "ændr logindnavnet" -#: g10/card-util.c:2224 tools/gpg-card.c:3659 +#: g10/card-util.c:2224 tools/gpg-card.c:3660 msgid "change the language preferences" msgstr "ændr sprogpræferencerne" -#: g10/card-util.c:2225 tools/gpg-card.c:3660 +#: g10/card-util.c:2225 tools/gpg-card.c:3661 #, fuzzy #| msgid "change card holder's sex" msgid "change card holder's salutation" msgstr "ændr kortholders køn" -#: g10/card-util.c:2227 tools/gpg-card.c:3662 +#: g10/card-util.c:2227 tools/gpg-card.c:3663 msgid "change a CA fingerprint" msgstr "ændr et CA-fingeraftryk" -#: g10/card-util.c:2228 tools/gpg-card.c:3663 +#: g10/card-util.c:2228 tools/gpg-card.c:3664 msgid "toggle the signature force PIN flag" msgstr "skift force PIN-flag for underskriften" -#: g10/card-util.c:2229 tools/gpg-card.c:3664 +#: g10/card-util.c:2229 tools/gpg-card.c:3665 msgid "generate new keys" msgstr "opret nye nøgler" -#: g10/card-util.c:2230 tools/gpg-card.c:3665 +#: g10/card-util.c:2230 tools/gpg-card.c:3666 msgid "menu to change or unblock the PIN" msgstr "menu til at ændre eller fjerne blokering for PIN'en" -#: g10/card-util.c:2231 tools/gpg-card.c:3666 +#: g10/card-util.c:2231 tools/gpg-card.c:3667 msgid "verify the PIN and list all data" msgstr "verificer PIN'en og vis alle data" -#: g10/card-util.c:2232 tools/gpg-card.c:3667 +#: g10/card-util.c:2232 tools/gpg-card.c:3668 msgid "unblock the PIN using a Reset Code" msgstr "fjern blokering for PIN'en med en nulstillingskode" -#: g10/card-util.c:2233 tools/gpg-card.c:3671 +#: g10/card-util.c:2233 tools/gpg-card.c:3672 msgid "destroy all keys and data" msgstr "" @@ -2281,13 +2281,13 @@ msgstr "" msgid "change the key attribute" msgstr "ændr ejertroværdigheden" -#: g10/card-util.c:2237 tools/gpg-card.c:3673 +#: g10/card-util.c:2237 tools/gpg-card.c:3674 #, fuzzy #| msgid "change the ownertrust" msgid "change the User Interaction Flag" msgstr "ændr ejertroværdigheden" -#: g10/card-util.c:2361 tools/gpg-card.c:3923 +#: g10/card-util.c:2361 tools/gpg-card.c:3924 msgid "gpg/card> " msgstr "gpg/card> " @@ -2303,8 +2303,8 @@ msgstr "Administratorkommandoer er tilladt\n" msgid "Admin commands are not allowed\n" msgstr "Administratorkommandoer er ikke tilladt\n" -#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3813 -#: tools/gpg-card.c:4071 +#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3814 +#: tools/gpg-card.c:4072 #, c-format msgid "Invalid command (try \"help\")\n" msgstr "Ugyldig kommando (prøv »help«)\n" @@ -2314,22 +2314,22 @@ msgstr "Ugyldig kommando (prøv »help«)\n" msgid "--output doesn't work for this command\n" msgstr "--output virker ikke for denne kommando\n" -#: g10/decrypt.c:247 g10/gpg.c:5262 g10/keyring.c:399 g10/keyring.c:750 +#: g10/decrypt.c:247 g10/gpg.c:5293 g10/keyring.c:399 g10/keyring.c:750 #, fuzzy, c-format #| msgid "can't open `%s'\n" msgid "can't open '%s'\n" msgstr "kan ikke Ã¥bne »%s«\n" #: g10/delkey.c:81 g10/export.c:1934 g10/export.c:2342 g10/export.c:2463 -#: g10/getkey.c:1907 g10/gpg.c:5207 g10/keyedit.c:1450 g10/keyedit.c:2382 -#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1238 +#: g10/getkey.c:1907 g10/gpg.c:5238 g10/keyedit.c:1450 g10/keyedit.c:2382 +#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1240 #: g10/revoke.c:230 g10/tofu.c:2168 #, c-format msgid "key \"%s\" not found: %s\n" msgstr "nøglen »%s« blev ikke fundet: %s\n" -#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4303 -#: g10/gpg.c:5216 g10/keyedit.c:2354 g10/keyserver.c:1256 g10/revoke.c:236 +#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4330 +#: g10/gpg.c:5247 g10/keyedit.c:2354 g10/keyserver.c:1258 g10/revoke.c:236 #: g10/revoke.c:665 g10/tofu.c:2176 #, c-format msgid "error reading keyblock: %s\n" @@ -2457,15 +2457,15 @@ msgstr "du mÃ¥ ikke bruge chifferalgoritmen »%s« i tilstanden %s\n" msgid "(use option \"%s\" to override)\n" msgstr "" -#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4052 -#: g10/gpg.c:4099 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1760 +#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4083 +#: g10/gpg.c:4130 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1793 #, fuzzy, c-format #| msgid "you may not use cipher algorithm `%s' while in %s mode\n" msgid "cipher algorithm '%s' may not be used in %s mode\n" msgstr "du mÃ¥ ikke bruge chifferalgoritmen »%s« i tilstanden %s\n" -#: g10/encrypt.c:564 g10/gpg.c:4064 g10/gpg.c:4111 g10/sig-check.c:155 -#: g10/sign.c:452 sm/gpgsm.c:1770 sm/gpgsm.c:1780 sm/sign.c:596 sm/verify.c:510 +#: g10/encrypt.c:564 g10/gpg.c:4095 g10/gpg.c:4142 g10/sig-check.c:155 +#: g10/sign.c:452 sm/gpgsm.c:1803 sm/gpgsm.c:1813 sm/sign.c:596 sm/verify.c:510 #, fuzzy, c-format #| msgid "you may not use digest algorithm `%s' while in %s mode\n" msgid "digest algorithm '%s' may not be used in %s mode\n" @@ -2572,7 +2572,7 @@ msgstr "" msgid " - skipped" msgstr "%s: udelod: %s\n" -#: g10/export.c:1333 g10/import.c:2112 g10/openfile.c:202 g10/openfile.c:296 +#: g10/export.c:1333 g10/import.c:2124 g10/openfile.c:202 g10/openfile.c:296 #: g10/sign.c:1110 g10/sign.c:1447 #, fuzzy, c-format #| msgid "writing to `%s'\n" @@ -2669,297 +2669,297 @@ msgstr "Ugyldig nøgle %s gjort gyldig med --allow-non-selfsigned-uid\n" msgid "using subkey %s instead of primary key %s\n" msgstr "bruger undernøgle %s i stedet for primær nøgle %s\n" -#: g10/getkey.c:4232 g10/gpg.c:2164 +#: g10/getkey.c:4259 g10/gpg.c:2167 #, fuzzy, c-format #| msgid "missing argument for option \"%.50s\"\n" msgid "valid values for option '%s':\n" msgstr "manglende parameter for indstilling »%.50s«\n" -#: g10/gpg.c:449 sm/gpgsm.c:215 +#: g10/gpg.c:450 sm/gpgsm.c:217 msgid "make a signature" msgstr "opret en underskrift" -#: g10/gpg.c:450 +#: g10/gpg.c:451 msgid "make a clear text signature" msgstr "opret en underskrift i klartekst" -#: g10/gpg.c:452 sm/gpgsm.c:217 +#: g10/gpg.c:453 sm/gpgsm.c:219 msgid "make a detached signature" msgstr "opret en separat underskrift" -#: g10/gpg.c:453 sm/gpgsm.c:218 +#: g10/gpg.c:454 sm/gpgsm.c:220 msgid "encrypt data" msgstr "krypter data" -#: g10/gpg.c:455 +#: g10/gpg.c:456 msgid "encryption only with symmetric cipher" msgstr "krypter kun med symmetrisk chiffer" -#: g10/gpg.c:457 sm/gpgsm.c:220 +#: g10/gpg.c:458 sm/gpgsm.c:222 msgid "decrypt data (default)" msgstr "afkrypter data (standard)" -#: g10/gpg.c:459 sm/gpgsm.c:221 +#: g10/gpg.c:460 sm/gpgsm.c:223 msgid "verify a signature" msgstr "godkend en underskrift" -#: g10/gpg.c:461 sm/gpgsm.c:222 +#: g10/gpg.c:462 sm/gpgsm.c:224 msgid "list keys" msgstr "vis nøgler" -#: g10/gpg.c:463 +#: g10/gpg.c:464 msgid "list keys and signatures" msgstr "vis nøgler og underskrifter" -#: g10/gpg.c:466 +#: g10/gpg.c:467 msgid "list and check key signatures" msgstr "vis og kontroller nøgleunderskrifter" -#: g10/gpg.c:468 sm/gpgsm.c:227 +#: g10/gpg.c:469 sm/gpgsm.c:229 msgid "list keys and fingerprints" msgstr "vis nøgler og fingeraftryk" -#: g10/gpg.c:469 sm/gpgsm.c:225 +#: g10/gpg.c:470 sm/gpgsm.c:227 msgid "list secret keys" msgstr "vis hemmelige nøgler" -#: g10/gpg.c:471 sm/gpgsm.c:228 +#: g10/gpg.c:472 sm/gpgsm.c:230 msgid "generate a new key pair" msgstr "opret et nyt nøglepar" -#: g10/gpg.c:474 +#: g10/gpg.c:475 #, fuzzy #| msgid "generate a new key pair" msgid "quickly generate a new key pair" msgstr "opret et nyt nøglepar" -#: g10/gpg.c:477 +#: g10/gpg.c:478 #, fuzzy #| msgid "generate a new key pair" msgid "quickly add a new user-id" msgstr "opret et nyt nøglepar" -#: g10/gpg.c:482 +#: g10/gpg.c:483 #, fuzzy #| msgid "generate a new key pair" msgid "quickly revoke a user-id" msgstr "opret et nyt nøglepar" -#: g10/gpg.c:485 +#: g10/gpg.c:486 #, fuzzy #| msgid "generate a new key pair" msgid "quickly set a new expiration date" msgstr "opret et nyt nøglepar" -#: g10/gpg.c:488 +#: g10/gpg.c:489 msgid "full featured key pair generation" msgstr "" -#: g10/gpg.c:491 +#: g10/gpg.c:492 msgid "generate a revocation certificate" msgstr "opret et tilbagekaldscertifikat" -#: g10/gpg.c:494 sm/gpgsm.c:231 +#: g10/gpg.c:495 sm/gpgsm.c:233 msgid "remove keys from the public keyring" msgstr "fjern nøgler fra den offentlige nøglering" -#: g10/gpg.c:496 +#: g10/gpg.c:497 msgid "remove keys from the secret keyring" msgstr "fjern nøgler fra den hemmelige nøglering" -#: g10/gpg.c:498 +#: g10/gpg.c:499 #, fuzzy #| msgid "sign a key" msgid "quickly sign a key" msgstr "underskriv en nøgle" -#: g10/gpg.c:500 +#: g10/gpg.c:501 #, fuzzy #| msgid "sign a key locally" msgid "quickly sign a key locally" msgstr "underskriv en nøgle lokalt" -#: g10/gpg.c:502 +#: g10/gpg.c:503 #, fuzzy #| msgid "generate a new key pair" msgid "quickly revoke a key signature" msgstr "opret et nyt nøglepar" -#: g10/gpg.c:503 +#: g10/gpg.c:504 msgid "sign a key" msgstr "underskriv en nøgle" -#: g10/gpg.c:504 +#: g10/gpg.c:505 msgid "sign a key locally" msgstr "underskriv en nøgle lokalt" -#: g10/gpg.c:505 +#: g10/gpg.c:506 msgid "sign or edit a key" msgstr "underskriv eller rediger en nøgle" -#: g10/gpg.c:507 sm/gpgsm.c:249 +#: g10/gpg.c:508 sm/gpgsm.c:251 msgid "change a passphrase" msgstr "ændr en adgangsfrase" -#: g10/gpg.c:511 +#: g10/gpg.c:512 msgid "export keys" msgstr "eksporter nøgler" -#: g10/gpg.c:512 +#: g10/gpg.c:513 msgid "export keys to a keyserver" msgstr "eksporter nøgler til en nøgletjener" -#: g10/gpg.c:513 +#: g10/gpg.c:514 msgid "import keys from a keyserver" msgstr "importer nøgler fra en nøgleserver" -#: g10/gpg.c:516 +#: g10/gpg.c:517 msgid "search for keys on a keyserver" msgstr "søg efter nøgler pÃ¥ en nøgleserver" -#: g10/gpg.c:518 +#: g10/gpg.c:519 msgid "update all keys from a keyserver" msgstr "opdater alle nøgler fra en nøgleserver" -#: g10/gpg.c:526 +#: g10/gpg.c:527 msgid "import/merge keys" msgstr "importer/sammenføj nøgler" -#: g10/gpg.c:529 +#: g10/gpg.c:530 msgid "print the card status" msgstr "udskriv kortstatus" -#: g10/gpg.c:530 +#: g10/gpg.c:531 msgid "change data on a card" msgstr "ændr data pÃ¥ et kort" -#: g10/gpg.c:532 +#: g10/gpg.c:533 msgid "change a card's PIN" msgstr "ændr et korts PIN" -#: g10/gpg.c:544 +#: g10/gpg.c:545 msgid "update the trust database" msgstr "opdater troværdighedsdatabasen" -#: g10/gpg.c:554 +#: g10/gpg.c:555 msgid "print message digests" msgstr "vis beskedsammendrag" -#: g10/gpg.c:558 sm/gpgsm.c:244 +#: g10/gpg.c:559 sm/gpgsm.c:246 msgid "run in server mode" msgstr "kør i servertilstand" -#: g10/gpg.c:560 +#: g10/gpg.c:561 msgid "|VALUE|set the TOFU policy for a key" msgstr "" -#: g10/gpg.c:603 +#: g10/gpg.c:604 msgid "|NAME|use NAME as default secret key" msgstr "|NAME|brug NAVN som hemmelig standardnøgle" -#: g10/gpg.c:605 sm/gpgsm.c:337 +#: g10/gpg.c:606 sm/gpgsm.c:340 msgid "|NAME|encrypt to user ID NAME as well" msgstr "|NAME|krypter ogsÃ¥ til bruger-id-NAVN" -#: g10/gpg.c:613 +#: g10/gpg.c:614 msgid "|SPEC|set up email aliases" msgstr "|SPEC|opsæt e-post-aliasser" -#: g10/gpg.c:625 +#: g10/gpg.c:626 msgid "use strict OpenPGP behavior" msgstr "brug streng OpenPGP-opførsel" -#: g10/gpg.c:650 kbx/kbxutil.c:91 sm/gpgsm.c:421 tools/gpgconf.c:113 +#: g10/gpg.c:651 kbx/kbxutil.c:91 sm/gpgsm.c:424 tools/gpgconf.c:113 msgid "do not make any changes" msgstr "lav ingen ændringer" -#: g10/gpg.c:651 +#: g10/gpg.c:652 msgid "prompt before overwriting" msgstr "spørg før overskrivning" -#: g10/gpg.c:700 sm/gpgsm.c:307 +#: g10/gpg.c:701 sm/gpgsm.c:310 #, fuzzy #| msgid "Options controlling the security" msgid "Options controlling the input" msgstr "Tilvalg der kontrollerer sikkerheden" -#: g10/gpg.c:718 sm/gpgsm.c:317 +#: g10/gpg.c:719 sm/gpgsm.c:320 #, fuzzy #| msgid "Options controlling the diagnostic output" msgid "Options controlling the output" msgstr "Tilvalg der kontrollerer det diagnostiske resultat" -#: g10/gpg.c:720 sm/gpgsm.c:319 +#: g10/gpg.c:721 sm/gpgsm.c:322 msgid "create ascii armored output" msgstr "opret ascii-pansrede uddata" -#: g10/gpg.c:724 g10/gpgv.c:82 sm/gpgsm.c:324 +#: g10/gpg.c:725 g10/gpgv.c:82 sm/gpgsm.c:327 msgid "|FILE|write output to FILE" msgstr "|FILE|skriv resultat til FIL" -#: g10/gpg.c:737 +#: g10/gpg.c:738 msgid "use canonical text mode" msgstr "brug kanonisk teksttilstand" -#: g10/gpg.c:755 +#: g10/gpg.c:756 msgid "|N|set compress level to N (0 disables)" msgstr "|N|sæt komprimeringsniveauet til N (0 deaktiverer)" -#: g10/gpg.c:761 sm/gpgsm.c:354 +#: g10/gpg.c:762 sm/gpgsm.c:357 #, fuzzy #| msgid "Options controlling the interactivity and enforcement" msgid "Options controlling key import and export" msgstr "Tilvalg der kontrollerer interaktiviteten og tvang" -#: g10/gpg.c:764 +#: g10/gpg.c:765 msgid "|MECHANISMS|use MECHANISMS to locate keys by mail address" msgstr "|MECHANISMS|brug MEKANISMER til at finde nøgler efter postadresser" -#: g10/gpg.c:767 +#: g10/gpg.c:768 #, fuzzy #| msgid "import keys from a keyserver" msgid "import missing key from a signature" msgstr "importer nøgler fra en nøgleserver" -#: g10/gpg.c:772 +#: g10/gpg.c:773 #, fuzzy #| msgid "list and check key signatures" msgid "include the public key in signatures" msgstr "vis og kontroller nøgleunderskrifter" -#: g10/gpg.c:775 sm/gpgsm.c:357 +#: g10/gpg.c:776 sm/gpgsm.c:360 msgid "disable all access to the dirmngr" msgstr "deaktiver al adgang til dirmngr" -#: g10/gpg.c:787 sm/gpgsm.c:364 +#: g10/gpg.c:788 sm/gpgsm.c:367 #, fuzzy #| msgid "Options controlling the configuration" msgid "Options controlling key listings" msgstr "Tilvalg der kontrollerer konfigurationen" -#: g10/gpg.c:817 sm/gpgsm.c:329 +#: g10/gpg.c:818 sm/gpgsm.c:332 #, fuzzy #| msgid "list secret keys" msgid "Options to specify keys" msgstr "vis hemmelige nøgler" -#: g10/gpg.c:819 sm/gpgsm.c:331 +#: g10/gpg.c:820 sm/gpgsm.c:334 msgid "|USER-ID|encrypt for USER-ID" msgstr "|USER-ID|krypter for BRUGER-ID" -#: g10/gpg.c:827 sm/gpgsm.c:333 +#: g10/gpg.c:828 sm/gpgsm.c:336 msgid "|USER-ID|use USER-ID to sign or decrypt" msgstr "|USER-ID|brug BRUGER-ID til at underskrive eller afkryptere" -#: g10/gpg.c:875 sm/gpgsm.c:405 +#: g10/gpg.c:876 sm/gpgsm.c:408 msgid "Options for unattended use" msgstr "" -#: g10/gpg.c:894 sm/gpgsm.c:417 dirmngr/dirmngr.c:285 +#: g10/gpg.c:895 sm/gpgsm.c:420 dirmngr/dirmngr.c:286 msgid "Other options" msgstr "" -#: g10/gpg.c:965 sm/gpgsm.c:450 +#: g10/gpg.c:966 sm/gpgsm.c:453 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -2967,7 +2967,7 @@ msgstr "" "@\n" "(Se manualsiden for en fuldstændig liste over alle kommandoer og tilvalg)\n" -#: g10/gpg.c:968 +#: g10/gpg.c:969 #, fuzzy #| msgid "" #| "@\n" @@ -2997,14 +2997,14 @@ msgstr "" " --list-keys [navne] vis nøgler\n" " --fingerprint [navne] vis fingeraftryk\n" -#: g10/gpg.c:1153 +#: g10/gpg.c:1154 #, fuzzy #| msgid "Usage: gpg [options] [files] (-h for help)" msgid "Usage: @GPG@ [options] [files] (-h for help)" msgstr "Brug: gpg [flag] [filer] (-h for hjælp)" # Skal alt dette oversættes eller er det tilvalgene? -#: g10/gpg.c:1156 +#: g10/gpg.c:1157 #, fuzzy #| msgid "" #| "Syntax: gpg [options] [files]\n" @@ -3019,7 +3019,7 @@ msgstr "" "Sign, check, encrypt eller decrypt\n" "standardhandling afhænger af inddata\n" -#: g10/gpg.c:1167 sm/gpgsm.c:633 +#: g10/gpg.c:1168 sm/gpgsm.c:636 msgid "" "\n" "Supported algorithms:\n" @@ -3027,82 +3027,82 @@ msgstr "" "\n" "Understøttede algoritmer:\n" -#: g10/gpg.c:1170 +#: g10/gpg.c:1171 msgid "Pubkey: " msgstr "Pubkey: " -#: g10/gpg.c:1177 g10/keyedit.c:3316 +#: g10/gpg.c:1178 g10/keyedit.c:3316 msgid "Cipher: " msgstr "Chiffer: " -#: g10/gpg.c:1191 +#: g10/gpg.c:1192 msgid "Hash: " msgstr "Hash: " -#: g10/gpg.c:1198 g10/keyedit.c:3382 +#: g10/gpg.c:1199 g10/keyedit.c:3382 msgid "Compression: " msgstr "Komprimering: " -#: g10/gpg.c:1273 sm/gpgsm.c:707 +#: g10/gpg.c:1274 sm/gpgsm.c:710 #, fuzzy, c-format #| msgid "usage: gpgsm [options] " msgid "usage: %s [options] %s\n" msgstr "brug: gpgsm [tilvalg] " -#: g10/gpg.c:1466 sm/gpgsm.c:800 +#: g10/gpg.c:1467 sm/gpgsm.c:803 #, c-format msgid "conflicting commands\n" msgstr "kommandoer er i konflikt\n" -#: g10/gpg.c:1484 +#: g10/gpg.c:1485 #, fuzzy, c-format #| msgid "no = sign found in group definition `%s'\n" msgid "no = sign found in group definition '%s'\n" msgstr "ingen = tegn fundet i gruppedefinition »%s«\n" -#: g10/gpg.c:1682 +#: g10/gpg.c:1683 #, fuzzy, c-format #| msgid "WARNING: unsafe ownership on homedir `%s'\n" msgid "WARNING: unsafe ownership on homedir '%s'\n" msgstr "ADVARSEL: Usikker ejerskab af hjemmemappe »%s«\n" -#: g10/gpg.c:1685 +#: g10/gpg.c:1686 #, fuzzy, c-format #| msgid "WARNING: unsafe ownership on configuration file `%s'\n" msgid "WARNING: unsafe ownership on configuration file '%s'\n" msgstr "ADVARSEL: Usikker ejerskab pÃ¥ konfigurationsfil »%s«\n" -#: g10/gpg.c:1688 +#: g10/gpg.c:1689 #, fuzzy, c-format #| msgid "WARNING: unsafe ownership on extension `%s'\n" msgid "WARNING: unsafe ownership on extension '%s'\n" msgstr "ADVARSEL: Usikker ejerskab pÃ¥ udvidelse »%s«\n" -#: g10/gpg.c:1694 +#: g10/gpg.c:1695 #, fuzzy, c-format #| msgid "WARNING: unsafe permissions on homedir `%s'\n" msgid "WARNING: unsafe permissions on homedir '%s'\n" msgstr "ADVARSEL: Usikre rettigheder pÃ¥ hjemmemappe »%s«\n" -#: g10/gpg.c:1697 +#: g10/gpg.c:1698 #, fuzzy, c-format #| msgid "WARNING: unsafe permissions on configuration file `%s'\n" msgid "WARNING: unsafe permissions on configuration file '%s'\n" msgstr "ADVARSEL: Usikre rettigheder pÃ¥ konfigurationsfil »%s«\n" -#: g10/gpg.c:1700 +#: g10/gpg.c:1701 #, fuzzy, c-format #| msgid "WARNING: unsafe permissions on extension `%s'\n" msgid "WARNING: unsafe permissions on extension '%s'\n" msgstr "ADVARSEL: Usikre rettigheder pÃ¥ udvidelse »%s«\n" -#: g10/gpg.c:1706 +#: g10/gpg.c:1707 #, fuzzy, c-format #| msgid "WARNING: unsafe enclosing directory ownership on homedir `%s'\n" msgid "WARNING: unsafe enclosing directory ownership on homedir '%s'\n" msgstr "ADVARSEL: Usikkert indelukket mappeejerskab pÃ¥ hjemmemappe »%s«\n" -#: g10/gpg.c:1709 +#: g10/gpg.c:1710 #, fuzzy, c-format #| msgid "" #| "WARNING: unsafe enclosing directory ownership on configuration file `%s'\n" @@ -3111,19 +3111,19 @@ msgid "" msgstr "" "ADVARSEL: Usikkert indelukket mappeejerskab pÃ¥ konfigurationsfil »%s«\n" -#: g10/gpg.c:1712 +#: g10/gpg.c:1713 #, fuzzy, c-format #| msgid "WARNING: unsafe enclosing directory ownership on extension `%s'\n" msgid "WARNING: unsafe enclosing directory ownership on extension '%s'\n" msgstr "ADVARSEL: Usikkert indelukket mappeejerskab pÃ¥ udvidelse »%s«\n" -#: g10/gpg.c:1718 +#: g10/gpg.c:1719 #, fuzzy, c-format #| msgid "WARNING: unsafe enclosing directory permissions on homedir `%s'\n" msgid "WARNING: unsafe enclosing directory permissions on homedir '%s'\n" msgstr "ADVARSEL: Usikre indelukkede mapperettigheder pÃ¥ hjemmemappe »%s«\n" -#: g10/gpg.c:1721 +#: g10/gpg.c:1722 #, fuzzy, c-format #| msgid "" #| "WARNING: unsafe enclosing directory permissions on configuration file `" @@ -3133,487 +3133,487 @@ msgid "" msgstr "" "ADVARSEL: Usikre indelukkede mapperettigheder pÃ¥ konfigurationsfil »%s«\n" -#: g10/gpg.c:1724 +#: g10/gpg.c:1725 #, fuzzy, c-format #| msgid "WARNING: unsafe enclosing directory permissions on extension `%s'\n" msgid "WARNING: unsafe enclosing directory permissions on extension '%s'\n" msgstr "ADVARSEL: Usikkert indelukket mapperettigheder pÃ¥ udvidelse »%s«\n" -#: g10/gpg.c:1940 +#: g10/gpg.c:1941 #, fuzzy, c-format #| msgid "unknown configuration item `%s'\n" msgid "unknown configuration item '%s'\n" msgstr "ukendt konfigurationspunkt »%s«\n" -#: g10/gpg.c:2034 +#: g10/gpg.c:2037 msgid "display photo IDs during key listings" msgstr "vis billed-id'er under nøglevisninger" -#: g10/gpg.c:2036 +#: g10/gpg.c:2039 #, fuzzy #| msgid "show user ID validity during key listings" msgid "show key usage information during key listings" msgstr "vis bruger-id-validitet under nøglevisninger" -#: g10/gpg.c:2038 +#: g10/gpg.c:2041 msgid "show policy URLs during signature listings" msgstr "vil politikadresser under underskriftvisninger" -#: g10/gpg.c:2040 +#: g10/gpg.c:2043 msgid "show all notations during signature listings" msgstr "vis alle notationer under underskriftvisninger" -#: g10/gpg.c:2042 +#: g10/gpg.c:2045 msgid "show IETF standard notations during signature listings" msgstr "vis IETF-standardnotationer under underskriftvisninger" -#: g10/gpg.c:2046 +#: g10/gpg.c:2049 msgid "show user-supplied notations during signature listings" msgstr "vis brugerangivne notationer under underskriftvisninger" -#: g10/gpg.c:2048 +#: g10/gpg.c:2051 msgid "show preferred keyserver URLs during signature listings" msgstr "vis foretrukne nøgleserveradresser under underskriftvisninger" -#: g10/gpg.c:2050 +#: g10/gpg.c:2053 msgid "show user ID validity during key listings" msgstr "vis bruger-id-validitet under nøglevisninger" -#: g10/gpg.c:2052 +#: g10/gpg.c:2055 msgid "show revoked and expired user IDs in key listings" msgstr "vis tilbagekaldte og udløbne bruger-id'er i nøglevisninger" -#: g10/gpg.c:2054 +#: g10/gpg.c:2057 msgid "show revoked and expired subkeys in key listings" msgstr "vis tilbagekaldte og udløbne undernøgler i nøglevisninger" -#: g10/gpg.c:2056 +#: g10/gpg.c:2059 msgid "show the keyring name in key listings" msgstr "vis nøgleringsnavnet i nøglevisninger" -#: g10/gpg.c:2058 +#: g10/gpg.c:2061 msgid "show expiration dates during signature listings" msgstr "vis udløbsdatoer under underskriftvisninger" -#: g10/gpg.c:2175 +#: g10/gpg.c:2178 #, fuzzy, c-format #| msgid "unknown option `%s'\n" msgid "unknown TOFU policy '%s'\n" msgstr "ukendt tilvalg »%s«\n" -#: g10/gpg.c:2177 +#: g10/gpg.c:2180 #, c-format msgid "(use \"help\" to list choices)\n" msgstr "" -#: g10/gpg.c:2972 g10/gpg.c:3797 g10/gpg.c:3809 +#: g10/gpg.c:2975 g10/gpg.c:3828 g10/gpg.c:3840 #, fuzzy, c-format #| msgid "NOTE: %s is not for normal use!\n" msgid "Note: %s is not for normal use!\n" msgstr "BEMÆRK: %s er ikke til normal brug!\n" -#: g10/gpg.c:3148 g10/gpg.c:3160 +#: g10/gpg.c:3151 g10/gpg.c:3163 #, fuzzy, c-format #| msgid "`%s' is not a valid signature expiration\n" msgid "'%s' is not a valid signature expiration\n" msgstr "»%s« er ikke et gyldigt underskriftudløb\n" -#: g10/gpg.c:3182 +#: g10/gpg.c:3185 #, fuzzy, c-format #| msgid "line %d: not a valid email address\n" msgid "\"%s\" is not a proper mail address\n" msgstr "linje %d: ikke en gyldig e-post-adresse\n" -#: g10/gpg.c:3214 sm/gpgsm.c:1265 +#: g10/gpg.c:3217 sm/gpgsm.c:1270 #, fuzzy, c-format #| msgid "invalid country code in `%s', line %d\n" msgid "invalid pinentry mode '%s'\n" msgstr "ugyldig landekode i »%s«, linje %d\n" -#: g10/gpg.c:3220 sm/gpgsm.c:1271 +#: g10/gpg.c:3223 sm/gpgsm.c:1276 #, fuzzy, c-format #| msgid "missing argument for option \"%.50s\"\n" msgid "invalid request origin '%s'\n" msgstr "manglende parameter for indstilling »%.50s«\n" -#: g10/gpg.c:3277 +#: g10/gpg.c:3280 #, fuzzy, c-format #| msgid "`%s' is not a valid character set\n" msgid "'%s' is not a valid character set\n" msgstr "»%s« er ikke et gyldigt tegnsæt\n" -#: g10/gpg.c:3299 g10/gpg.c:3508 g10/keyedit.c:5319 +#: g10/gpg.c:3302 g10/gpg.c:3511 g10/keyedit.c:5319 #, c-format msgid "could not parse keyserver URL\n" msgstr "kunne ikke fortolke nøgleserveradresse\n" -#: g10/gpg.c:3317 +#: g10/gpg.c:3320 #, c-format msgid "%s:%d: invalid keyserver options\n" msgstr "%s:%d: ugyldige indstillinger for nøgleserver\n" -#: g10/gpg.c:3320 +#: g10/gpg.c:3323 #, c-format msgid "invalid keyserver options\n" msgstr "ugyldige indstillinger for nøgleserver\n" -#: g10/gpg.c:3327 +#: g10/gpg.c:3330 #, c-format msgid "%s:%d: invalid import options\n" msgstr "%s:%d: ugyldige importindstillinger\n" -#: g10/gpg.c:3330 +#: g10/gpg.c:3333 #, c-format msgid "invalid import options\n" msgstr "ugyldige importindstillinger\n" -#: g10/gpg.c:3336 g10/gpg.c:3351 +#: g10/gpg.c:3339 g10/gpg.c:3354 #, fuzzy, c-format #| msgid "invalid list options\n" msgid "invalid filter option: %s\n" msgstr "ugyldige listeindstillinger\n" -#: g10/gpg.c:3342 +#: g10/gpg.c:3345 #, c-format msgid "%s:%d: invalid export options\n" msgstr "%s:%d: ugyldige eksportindstillinger\n" -#: g10/gpg.c:3345 +#: g10/gpg.c:3348 #, c-format msgid "invalid export options\n" msgstr "ugyldige eksportindstillinger\n" -#: g10/gpg.c:3357 +#: g10/gpg.c:3360 #, c-format msgid "%s:%d: invalid list options\n" msgstr "%s:%d: ugyldige listeindstillinger\n" -#: g10/gpg.c:3360 +#: g10/gpg.c:3363 #, c-format msgid "invalid list options\n" msgstr "ugyldige listeindstillinger\n" -#: g10/gpg.c:3368 +#: g10/gpg.c:3371 msgid "display photo IDs during signature verification" msgstr "vis billed-id'er under underskriftverificering" -#: g10/gpg.c:3370 +#: g10/gpg.c:3373 msgid "show policy URLs during signature verification" msgstr "vis politikadresser under underskriftverificering" -#: g10/gpg.c:3372 +#: g10/gpg.c:3375 msgid "show all notations during signature verification" msgstr "vis alle notationer under underskriftverificering" -#: g10/gpg.c:3374 +#: g10/gpg.c:3377 msgid "show IETF standard notations during signature verification" msgstr "vis IETF-standardnotationer under underskriftverificering" -#: g10/gpg.c:3378 +#: g10/gpg.c:3381 msgid "show user-supplied notations during signature verification" msgstr "vis brugerangivne notationer under underskriftverificering" -#: g10/gpg.c:3380 +#: g10/gpg.c:3383 msgid "show preferred keyserver URLs during signature verification" msgstr "vis foretrukne nøgleserveradresser under underskriftverificering" -#: g10/gpg.c:3382 +#: g10/gpg.c:3385 msgid "show user ID validity during signature verification" msgstr "vis bruger-id-validitet under underskriftverificering" -#: g10/gpg.c:3384 +#: g10/gpg.c:3387 msgid "show revoked and expired user IDs in signature verification" msgstr "vis tilbagekaldte og udløbne bruger-id'er i underskriftverificering" -#: g10/gpg.c:3386 +#: g10/gpg.c:3389 msgid "show only the primary user ID in signature verification" msgstr "vis kun den primære bruger-id i underskriftverificering" -#: g10/gpg.c:3393 +#: g10/gpg.c:3396 #, c-format msgid "%s:%d: invalid verify options\n" msgstr "%s:%d: ugyldige verificeringsindstillinger\n" -#: g10/gpg.c:3396 +#: g10/gpg.c:3399 #, c-format msgid "invalid verify options\n" msgstr "ugyldige verificeringsindstillinger\n" -#: g10/gpg.c:3403 +#: g10/gpg.c:3406 #, c-format msgid "unable to set exec-path to %s\n" msgstr "kunne ikke angive kørselssti til %s\n" -#: g10/gpg.c:3610 +#: g10/gpg.c:3613 #, c-format msgid "%s:%d: invalid auto-key-locate list\n" msgstr "%s:%d: ugyldig liste for auto-key-locate\n" -#: g10/gpg.c:3613 +#: g10/gpg.c:3616 #, c-format msgid "invalid auto-key-locate list\n" msgstr "ugyldig liste for auto-key-locate\n" -#: g10/gpg.c:3622 +#: g10/gpg.c:3625 #, fuzzy, c-format #| msgid "missing argument for option \"%.50s\"\n" msgid "invalid argument for option \"%.50s\"\n" msgstr "manglende parameter for indstilling »%.50s«\n" -#: g10/gpg.c:3776 sm/gpgsm.c:1642 +#: g10/gpg.c:3807 sm/gpgsm.c:1675 #, c-format msgid "WARNING: program may create a core file!\n" msgstr "ADVARSEL: program kan oprette en kernefil!\n" -#: g10/gpg.c:3790 +#: g10/gpg.c:3821 #, c-format msgid "WARNING: %s overrides %s\n" msgstr "ADVARSEL: %s overskriver %s\n" -#: g10/gpg.c:3799 +#: g10/gpg.c:3830 #, c-format msgid "%s not allowed with %s!\n" msgstr "%s ikke tilladt med %s!\n" -#: g10/gpg.c:3802 +#: g10/gpg.c:3833 #, c-format msgid "%s makes no sense with %s!\n" msgstr "%s er meningsløs sammen med %s!\n" -#: g10/gpg.c:3817 sm/gpgsm.c:1663 dirmngr/dirmngr.c:1114 +#: g10/gpg.c:3848 sm/gpgsm.c:1696 dirmngr/dirmngr.c:1123 #, c-format msgid "WARNING: running with faked system time: " msgstr "ADVARSEL: kører med forfalsket systemtid: " -#: g10/gpg.c:3838 +#: g10/gpg.c:3869 #, c-format msgid "will not run with insecure memory due to %s\n" msgstr "vil ikke køre med usikker hukommelse pÃ¥ grund af %s\n" -#: g10/gpg.c:3866 g10/gpg.c:3897 sm/gpgsm.c:1730 +#: g10/gpg.c:3897 g10/gpg.c:3928 sm/gpgsm.c:1763 #, c-format msgid "selected cipher algorithm is invalid\n" msgstr "valgt chifferalgoritme er ugyldig\n" -#: g10/gpg.c:3873 +#: g10/gpg.c:3904 #, fuzzy, c-format #| msgid "selected digest algorithm is invalid\n" msgid "selected AEAD algorithm is invalid\n" msgstr "valgt sammendragsalgoritme er ugyldig\n" -#: g10/gpg.c:3885 +#: g10/gpg.c:3916 #, c-format msgid "selected compression algorithm is invalid\n" msgstr "valgt komprimeringsalgoritme er ugyldig\n" -#: g10/gpg.c:3891 +#: g10/gpg.c:3922 #, c-format msgid "selected certification digest algorithm is invalid\n" msgstr "valgt algoritme for certifikationssammendrag er ugyldig\n" -#: g10/gpg.c:3906 +#: g10/gpg.c:3937 #, c-format msgid "completes-needed must be greater than 0\n" msgstr "completes-needed skal være større end 0\n" -#: g10/gpg.c:3908 +#: g10/gpg.c:3939 #, c-format msgid "marginals-needed must be greater than 1\n" msgstr "marginals-needed skal være større end 1\n" -#: g10/gpg.c:3910 +#: g10/gpg.c:3941 #, c-format msgid "max-cert-depth must be in the range from 1 to 255\n" msgstr "max-cert-depth skal være i intervallet fra 1 til 255\n" -#: g10/gpg.c:3912 +#: g10/gpg.c:3943 #, c-format msgid "invalid default-cert-level; must be 0, 1, 2, or 3\n" msgstr "ugyldigt default-cert-level; skal være 0, 1, 2 eller 3\n" -#: g10/gpg.c:3914 +#: g10/gpg.c:3945 #, c-format msgid "invalid min-cert-level; must be 1, 2, or 3\n" msgstr "ugyldigt min-cert-level; skal være 1, 2 eller 3\n" -#: g10/gpg.c:3918 +#: g10/gpg.c:3949 #, fuzzy, c-format #| msgid "NOTE: simple S2K mode (0) is strongly discouraged\n" msgid "Note: simple S2K mode (0) is strongly discouraged\n" msgstr "BEMÆRK: simpel S2K-tilstand (0) frarÃ¥des pÃ¥ det skarpeste\n" -#: g10/gpg.c:3922 +#: g10/gpg.c:3953 #, c-format msgid "invalid S2K mode; must be 0, 1 or 3\n" msgstr "ugyldig S2K-tilstand; skal være 0, 1 eller 3\n" -#: g10/gpg.c:3929 +#: g10/gpg.c:3960 #, c-format msgid "invalid default preferences\n" msgstr "ugyldige standardpræferencer\n" -#: g10/gpg.c:3933 +#: g10/gpg.c:3964 #, c-format msgid "invalid personal cipher preferences\n" msgstr "ugyldige præferencer for personlig chiffer\n" -#: g10/gpg.c:3936 +#: g10/gpg.c:3967 #, fuzzy, c-format #| msgid "invalid personal cipher preferences\n" msgid "invalid personal AEAD preferences\n" msgstr "ugyldige præferencer for personlig chiffer\n" -#: g10/gpg.c:3940 +#: g10/gpg.c:3971 #, c-format msgid "invalid personal digest preferences\n" msgstr "ugyldige præferencer for personlig sammendrag\n" -#: g10/gpg.c:3944 +#: g10/gpg.c:3975 #, c-format msgid "invalid personal compress preferences\n" msgstr "ugyldige præferencer for personlig komprimering\n" -#: g10/gpg.c:3953 g10/gpg.c:3958 +#: g10/gpg.c:3984 g10/gpg.c:3989 #, fuzzy, c-format #| msgid "keysize invalid; using %u bits\n" msgid "chunk size invalid - using %d\n" msgstr "nøglestørrelse er ugyldig; bruger %u bit\n" -#: g10/gpg.c:3995 +#: g10/gpg.c:4026 #, c-format msgid "%s does not yet work with %s\n" msgstr "%s virker endnu ikke med %s\n" -#: g10/gpg.c:4058 +#: g10/gpg.c:4089 #, fuzzy, c-format #| msgid "you may not use cipher algorithm `%s' while in %s mode\n" msgid "AEAD algorithm '%s' may not be used in %s mode\n" msgstr "du mÃ¥ ikke bruge chifferalgoritmen »%s« i tilstanden %s\n" -#: g10/gpg.c:4070 +#: g10/gpg.c:4101 #, fuzzy, c-format #| msgid "you may not use compression algorithm `%s' while in %s mode\n" msgid "compression algorithm '%s' may not be used in %s mode\n" msgstr "du mÃ¥ ikke bruge komprimeringsalgoritmen »%s« i tilstanden %s\n" -#: g10/gpg.c:4225 +#: g10/gpg.c:4256 #, c-format msgid "failed to initialize the TrustDB: %s\n" msgstr "kunne ikke initialisere TrustDB: %s\n" -#: g10/gpg.c:4237 +#: g10/gpg.c:4268 #, c-format msgid "WARNING: recipients (-r) given without using public key encryption\n" msgstr "" "ADVARSEL: modtagere (-r) angivet uden brug af offentlig nøglekryptering\n" -#: g10/gpg.c:4309 +#: g10/gpg.c:4340 #, fuzzy, c-format #| msgid "symmetric encryption of `%s' failed: %s\n" msgid "symmetric encryption of '%s' failed: %s\n" msgstr "symmetrisk kryptering af »%s« mislykkedes: %s\n" -#: g10/gpg.c:4338 +#: g10/gpg.c:4369 #, c-format msgid "you cannot use --symmetric --encrypt with --s2k-mode 0\n" msgstr "du kan ikke bruge --symmetric --encrypt med --s2k-mode 0\n" -#: g10/gpg.c:4341 +#: g10/gpg.c:4372 #, fuzzy, c-format #| msgid "you cannot use --symmetric --encrypt while in %s mode\n" msgid "you cannot use --symmetric --encrypt in %s mode\n" msgstr "du kan ikke bruge --symmetric --encrypt i tilstanden %s\n" -#: g10/gpg.c:4399 +#: g10/gpg.c:4430 #, c-format msgid "you cannot use --symmetric --sign --encrypt with --s2k-mode 0\n" msgstr "du kan ikke bruge --symmetric --sign --encrypt med --s2k-mode 0\n" -#: g10/gpg.c:4402 +#: g10/gpg.c:4433 #, fuzzy, c-format #| msgid "you cannot use --symmetric --sign --encrypt while in %s mode\n" msgid "you cannot use --symmetric --sign --encrypt in %s mode\n" msgstr "du kan ikke bruge --symmetric --sign --encrypt i tilstanden %s\n" -#: g10/gpg.c:4790 g10/keyserver.c:1858 +#: g10/gpg.c:4821 g10/keyserver.c:1870 #, c-format msgid "keyserver send failed: %s\n" msgstr "nøgleserver send mislykkedes: %s\n" -#: g10/gpg.c:4795 +#: g10/gpg.c:4826 #, c-format msgid "keyserver receive failed: %s\n" msgstr "nøgleserver modtag mislykkedes: %s\n" -#: g10/gpg.c:4801 +#: g10/gpg.c:4832 #, c-format msgid "key export failed: %s\n" msgstr "nøgleeksport mislykkedes: %s\n" -#: g10/gpg.c:4814 +#: g10/gpg.c:4845 #, fuzzy, c-format #| msgid "key export failed: %s\n" msgid "export as ssh key failed: %s\n" msgstr "nøgleeksport mislykkedes: %s\n" -#: g10/gpg.c:4826 +#: g10/gpg.c:4857 #, c-format msgid "keyserver search failed: %s\n" msgstr "nøgleserver søg mislykkedes: %s\n" -#: g10/gpg.c:4839 +#: g10/gpg.c:4870 #, c-format msgid "keyserver refresh failed: %s\n" msgstr "nøgleserver opdater mislykkedes: %s\n" -#: g10/gpg.c:4906 +#: g10/gpg.c:4937 #, c-format msgid "dearmoring failed: %s\n" msgstr "fjernelse af panser mislykkedes: %s\n" -#: g10/gpg.c:4917 +#: g10/gpg.c:4948 #, c-format msgid "enarmoring failed: %s\n" msgstr "pÃ¥klædning af panser mislykkedes: %s\n" -#: g10/gpg.c:5022 +#: g10/gpg.c:5053 #, fuzzy, c-format #| msgid "invalid hash algorithm `%s'\n" msgid "invalid hash algorithm '%s'\n" msgstr "ugyldig hash-algoritme »%s«\n" -#: g10/gpg.c:5174 g10/tofu.c:2156 +#: g10/gpg.c:5205 g10/tofu.c:2156 #, fuzzy, c-format #| msgid "error storing certificate: %s\n" msgid "error parsing key specification '%s': %s\n" msgstr "fejl ved lagring af certifikat: %s\n" -#: g10/gpg.c:5185 +#: g10/gpg.c:5216 #, c-format msgid "'%s' does not appear to be a valid key ID, fingerprint or keygrip\n" msgstr "" -#: g10/gpg.c:5241 +#: g10/gpg.c:5272 #, c-format msgid "WARNING: no command supplied. Trying to guess what you mean ...\n" msgstr "" -#: g10/gpg.c:5252 +#: g10/gpg.c:5283 #, c-format msgid "Go ahead and type your message ...\n" msgstr "GÃ¥ til sagen og skriv meddelelsen ...\n" -#: g10/gpg.c:5599 +#: g10/gpg.c:5630 #, c-format msgid "the given certification policy URL is invalid\n" msgstr "den angivne adresse for certifikatpolitik er ugyldig\n" -#: g10/gpg.c:5601 +#: g10/gpg.c:5632 #, c-format msgid "the given signature policy URL is invalid\n" msgstr "den angivne adresse for underskriftpolitik er ugyldig\n" -#: g10/gpg.c:5634 +#: g10/gpg.c:5665 #, c-format msgid "the given preferred keyserver URL is invalid\n" msgstr "den angivne adresse for foretrukken nøgleserver er ugyldig\n" @@ -3626,7 +3626,7 @@ msgstr "|FILE|tag nøglerne fra nøgleringsFILEN" msgid "make timestamp conflicts only a warning" msgstr "giv kun tidsstempelkonflikter en advarsel" -#: g10/gpgv.c:86 sm/gpgsm.c:411 tools/gpgconf.c:116 tools/gpg-card.c:94 +#: g10/gpgv.c:86 sm/gpgsm.c:414 tools/gpgconf.c:116 tools/gpg-card.c:95 msgid "|FD|write status info to this FD" msgstr "|FD|skriv statusinformation til denne FD" @@ -3722,98 +3722,98 @@ msgstr "antag inddata er i binært format" msgid "repair keys on import" msgstr "vis nøglefingeraftryk" -#: g10/import.c:387 g10/import.c:709 +#: g10/import.c:399 g10/import.c:721 #, c-format msgid "skipping block of type %d\n" msgstr " udelader bloktype %d\n" -#: g10/import.c:726 +#: g10/import.c:738 #, c-format msgid "%lu keys processed so far\n" msgstr " %lu-nøgler behandlet\n" -#: g10/import.c:819 +#: g10/import.c:831 #, c-format msgid "Total number processed: %lu\n" msgstr " Totalt antal behandl.: %lu\n" -#: g10/import.c:822 +#: g10/import.c:834 #, fuzzy, c-format #| msgid " skipped new keys: %lu\n" msgid " skipped PGP-2 keys: %lu\n" msgstr " udeladte nye nøgler: %lu\n" -#: g10/import.c:824 +#: g10/import.c:836 #, c-format msgid " skipped new keys: %lu\n" msgstr " udeladte nye nøgler: %lu\n" -#: g10/import.c:827 +#: g10/import.c:839 #, c-format msgid " w/o user IDs: %lu\n" msgstr " w/o bruger-id'er: %lu\n" -#: g10/import.c:830 sm/import.c:129 +#: g10/import.c:842 sm/import.c:129 #, c-format msgid " imported: %lu" msgstr " importerede: %lu" -#: g10/import.c:834 sm/import.c:133 +#: g10/import.c:846 sm/import.c:133 #, c-format msgid " unchanged: %lu\n" msgstr " uændrede: %lu\n" -#: g10/import.c:836 +#: g10/import.c:848 #, c-format msgid " new user IDs: %lu\n" msgstr " nye bruger-id'er: %lu\n" -#: g10/import.c:838 +#: g10/import.c:850 #, c-format msgid " new subkeys: %lu\n" msgstr " nye undernøgler: %lu\n" -#: g10/import.c:840 +#: g10/import.c:852 #, c-format msgid " new signatures: %lu\n" msgstr " nye underskrifter: %lu\n" -#: g10/import.c:842 +#: g10/import.c:854 #, c-format msgid " new key revocations: %lu\n" msgstr " nye nøgletilbagekald: %lu\n" -#: g10/import.c:844 sm/import.c:135 +#: g10/import.c:856 sm/import.c:135 #, c-format msgid " secret keys read: %lu\n" msgstr " hemmelige nøgler læst: %lu\n" -#: g10/import.c:846 sm/import.c:137 +#: g10/import.c:858 sm/import.c:137 #, c-format msgid " secret keys imported: %lu\n" msgstr " hemmel. nøgler import: %lu\n" -#: g10/import.c:848 sm/import.c:139 +#: g10/import.c:860 sm/import.c:139 #, c-format msgid " secret keys unchanged: %lu\n" msgstr "hemmel. nøgler uændret: %lu\n" -#: g10/import.c:850 sm/import.c:141 +#: g10/import.c:862 sm/import.c:141 #, c-format msgid " not imported: %lu\n" msgstr " ikke importerede: %lu\n" -#: g10/import.c:852 +#: g10/import.c:864 #, c-format msgid " signatures cleaned: %lu\n" msgstr " underskrifter ryddet: %lu\n" -#: g10/import.c:854 +#: g10/import.c:866 #, c-format msgid " user IDs cleaned: %lu\n" msgstr " bruger-id'er ryddet: %lu\n" -#: g10/import.c:1279 +#: g10/import.c:1291 #, c-format msgid "" "WARNING: key %s contains preferences for unavailable\n" @@ -3822,177 +3822,177 @@ msgstr "" "ADVARSEL: nøgle %s indeholder præferencer for utilgængelige\n" "algoritmer pÃ¥ disse bruger-id'er:\n" -#: g10/import.c:1321 +#: g10/import.c:1333 #, c-format msgid " \"%s\": preference for cipher algorithm %s\n" msgstr " »%s«: præference for chifferalgoritme %s\n" -#: g10/import.c:1339 +#: g10/import.c:1351 #, fuzzy, c-format #| msgid " \"%s\": preference for cipher algorithm %s\n" msgid " \"%s\": preference for AEAD algorithm %s\n" msgstr " »%s«: præference for chifferalgoritme %s\n" -#: g10/import.c:1354 +#: g10/import.c:1366 #, c-format msgid " \"%s\": preference for digest algorithm %s\n" msgstr " »%s«: præference for sammendragsalgortime %s\n" -#: g10/import.c:1366 +#: g10/import.c:1378 #, c-format msgid " \"%s\": preference for compression algorithm %s\n" msgstr " »%s«: præference for komprimeringsalgortime %s\n" -#: g10/import.c:1379 +#: g10/import.c:1391 #, c-format msgid "it is strongly suggested that you update your preferences and\n" msgstr "det anbefales pÃ¥ det stærkeste, at du opdaterer dine præferencer og\n" -#: g10/import.c:1381 +#: g10/import.c:1393 #, c-format msgid "re-distribute this key to avoid potential algorithm mismatch problems\n" msgstr "" "gendistribuerer denne nøgle for at undgÃ¥ potentielle problemer med rod i\n" "algoritmen\n" -#: g10/import.c:1406 +#: g10/import.c:1418 #, c-format msgid "you can update your preferences with: gpg --edit-key %s updpref save\n" msgstr "du kan opdatere dine præferencer med: gpg --edit-key %s updpref save\n" -#: g10/import.c:1920 g10/import.c:3041 +#: g10/import.c:1932 g10/import.c:3053 #, c-format msgid "key %s: no user ID\n" msgstr "nøgle %s: ingen bruger-id\n" -#: g10/import.c:1926 +#: g10/import.c:1938 #, fuzzy, c-format #| msgid "skipped \"%s\": %s\n" msgid "key %s: %s\n" msgstr "udelod »%s«: %s\n" -#: g10/import.c:1927 g10/import.c:3013 +#: g10/import.c:1939 g10/import.c:3025 msgid "rejected by import screener" msgstr "" -#: g10/import.c:1976 +#: g10/import.c:1988 #, c-format msgid "key %s: PKS subkey corruption repaired\n" msgstr "nøgle %s: korruption af PKS-undernøgle er repareret!\n" -#: g10/import.c:1997 +#: g10/import.c:2009 #, c-format msgid "key %s: accepted non self-signed user ID \"%s\"\n" msgstr "nøgle %s: accepteret ikke egenunderskrevet bruger-id »%s«\n" -#: g10/import.c:2008 g10/import.c:2039 +#: g10/import.c:2020 g10/import.c:2051 #, c-format msgid "key %s: no valid user IDs\n" msgstr "nøgle %s: ingen gyldige bruger-id'er\n" -#: g10/import.c:2010 +#: g10/import.c:2022 #, c-format msgid "this may be caused by a missing self-signature\n" msgstr "dette kan skyldes en manglende egenunderskrift\n" -#: g10/import.c:2089 g10/import.c:3427 +#: g10/import.c:2101 g10/import.c:3439 #, c-format msgid "key %s: public key not found: %s\n" msgstr "nøgle %s: offentlig nøgle blev ikke fundet: %s\n" -#: g10/import.c:2095 +#: g10/import.c:2107 #, c-format msgid "key %s: new key - skipped\n" msgstr "nøgle %s: ny nøgle - udeladt\n" -#: g10/import.c:2107 +#: g10/import.c:2119 #, c-format msgid "no writable keyring found: %s\n" msgstr "ingen skrivbar nøglering fundet: %s\n" -#: g10/import.c:2139 g10/import.c:2241 g10/import.c:3502 +#: g10/import.c:2151 g10/import.c:2253 g10/import.c:3514 #, fuzzy, c-format #| msgid "error writing keyring `%s': %s\n" msgid "error writing keyring '%s': %s\n" msgstr "fejl ved skrivning af nøglering »%s«: %s\n" -#: g10/import.c:2162 +#: g10/import.c:2174 #, c-format msgid "key %s: public key \"%s\" imported\n" msgstr "nøgle %s: offentlig nøgle »%s« importeret\n" -#: g10/import.c:2189 +#: g10/import.c:2201 #, c-format msgid "key %s: doesn't match our copy\n" msgstr "nøgle %s: stemmer ikke med vores kopi\n" -#: g10/import.c:2257 +#: g10/import.c:2269 #, c-format msgid "key %s: \"%s\" 1 new user ID\n" msgstr "nøgle %s: »%s« 1 ny bruger-id\n" -#: g10/import.c:2260 +#: g10/import.c:2272 #, c-format msgid "key %s: \"%s\" %d new user IDs\n" msgstr "nøgle %s: »%s« %d nye bruger-id'er\n" -#: g10/import.c:2263 +#: g10/import.c:2275 #, c-format msgid "key %s: \"%s\" 1 new signature\n" msgstr "nøgle %s: »%s« 1 ny underskrift\n" -#: g10/import.c:2266 +#: g10/import.c:2278 #, c-format msgid "key %s: \"%s\" %d new signatures\n" msgstr "nøgle %s: »%s« %d nye underskrifter\n" -#: g10/import.c:2269 +#: g10/import.c:2281 #, c-format msgid "key %s: \"%s\" 1 new subkey\n" msgstr "nøgle %s: »%s« 1 ny undernøgle\n" -#: g10/import.c:2272 +#: g10/import.c:2284 #, c-format msgid "key %s: \"%s\" %d new subkeys\n" msgstr "nøgle %s: »%s« %d nye undernøgler\n" -#: g10/import.c:2275 +#: g10/import.c:2287 #, c-format msgid "key %s: \"%s\" %d signature cleaned\n" msgstr "nøgle %s: »%s« %d underskrift renset\n" -#: g10/import.c:2278 +#: g10/import.c:2290 #, c-format msgid "key %s: \"%s\" %d signatures cleaned\n" msgstr "nøgle %s: »%s« %d underskrifter renset\n" -#: g10/import.c:2281 +#: g10/import.c:2293 #, c-format msgid "key %s: \"%s\" %d user ID cleaned\n" msgstr "nøgle %s: »%s« %d bruger-id renset\n" -#: g10/import.c:2284 +#: g10/import.c:2296 #, c-format msgid "key %s: \"%s\" %d user IDs cleaned\n" msgstr "nøgle %s: »%s« %d bruger-id'er renset\n" -#: g10/import.c:2320 +#: g10/import.c:2332 #, c-format msgid "key %s: \"%s\" not changed\n" msgstr "nøgle %s: »%s« ikke ændret\n" -#: g10/import.c:2680 g10/import.c:2875 +#: g10/import.c:2692 g10/import.c:2887 #, c-format msgid "key %s: secret key imported\n" msgstr "nøgle %s: hemmelig nøgle importeret\n" -#: g10/import.c:2688 +#: g10/import.c:2700 #, fuzzy, c-format #| msgid "skipped: secret key already present\n" msgid "key %s: secret key already exists\n" msgstr "udelod: hemmelig nøgle er allerede til stede\n" -#: g10/import.c:2696 +#: g10/import.c:2708 #, fuzzy, c-format #| msgid "error sending %s command: %s\n" msgid "key %s: error sending to agent: %s\n" @@ -4006,204 +4006,204 @@ msgstr "fejl under afsendelse af %s-kommando: %s\n" #. * Instead, user should be suggested to run 'gpg --card-status', #. * then, references to a card will be automatically created #. * again. -#: g10/import.c:2865 +#: g10/import.c:2877 #, c-format msgid "To migrate '%s', with each smartcard, run: %s\n" msgstr "" -#: g10/import.c:3012 +#: g10/import.c:3024 #, fuzzy, c-format #| msgid "secret key \"%s\" not found: %s\n" msgid "secret key %s: %s\n" msgstr "hemmelig nøgle »%s« blev ikke fundet: %s\n" -#: g10/import.c:3033 g10/import.c:3072 +#: g10/import.c:3045 g10/import.c:3084 #, c-format msgid "importing secret keys not allowed\n" msgstr "import af hemmelige nøgler er ikke tilladt\n" -#: g10/import.c:3060 +#: g10/import.c:3072 #, c-format msgid "key %s: secret key with invalid cipher %d - skipped\n" msgstr "nøgle %s: hemmelig nøgle med ugyldig chiffer %d - udeladt\n" -#: g10/import.c:3222 g10/pkclist.c:75 g10/revoke.c:774 +#: g10/import.c:3234 g10/pkclist.c:75 g10/revoke.c:774 msgid "No reason specified" msgstr "Ingen Ã¥rsag angivet" -#: g10/import.c:3223 g10/pkclist.c:77 g10/revoke.c:776 +#: g10/import.c:3235 g10/pkclist.c:77 g10/revoke.c:776 msgid "Key is superseded" msgstr "Nøglen er blevet afløst" -#: g10/import.c:3224 g10/pkclist.c:79 g10/revoke.c:775 +#: g10/import.c:3236 g10/pkclist.c:79 g10/revoke.c:775 msgid "Key has been compromised" msgstr "Nøglen er blevet kompromitteret" -#: g10/import.c:3225 g10/pkclist.c:81 g10/revoke.c:777 +#: g10/import.c:3237 g10/pkclist.c:81 g10/revoke.c:777 msgid "Key is no longer used" msgstr "Nøglen bruges ikke længere" -#: g10/import.c:3226 g10/pkclist.c:83 g10/revoke.c:778 +#: g10/import.c:3238 g10/pkclist.c:83 g10/revoke.c:778 msgid "User ID is no longer valid" msgstr "Bruger-id er ikke længere gyldigt" -#: g10/import.c:3351 g10/keylist.c:1105 g10/pkclist.c:87 +#: g10/import.c:3363 g10/keylist.c:1105 g10/pkclist.c:87 #, c-format msgid "reason for revocation: " msgstr "Ã¥rsag for tilbagekald: " -#: g10/import.c:3370 g10/keylist.c:1124 g10/pkclist.c:103 +#: g10/import.c:3382 g10/keylist.c:1124 g10/pkclist.c:103 #, c-format msgid "revocation comment: " msgstr "tilbagekaldskommentar: " -#: g10/import.c:3420 +#: g10/import.c:3432 #, c-format msgid "key %s: no public key - can't apply revocation certificate\n" msgstr "" "nøgle %s: ingen offentlig nøgle - kan ikke anvende tilbagekaldscertifikat\n" -#: g10/import.c:3449 +#: g10/import.c:3461 #, c-format msgid "key %s: can't locate original keyblock: %s\n" msgstr "nøgle %s: kan ikke lokalisere original nøgleblok: %s\n" -#: g10/import.c:3456 +#: g10/import.c:3468 #, c-format msgid "key %s: can't read original keyblock: %s\n" msgstr "nøgle %s: kan ikke læse original nøgleblok: %s\n" -#: g10/import.c:3476 +#: g10/import.c:3488 #, c-format msgid "key %s: invalid revocation certificate: %s - rejected\n" msgstr "nøgle %s: ugyldigt tilbagekaldscertifikat: %s - afvist\n" -#: g10/import.c:3511 +#: g10/import.c:3523 #, c-format msgid "key %s: \"%s\" revocation certificate imported\n" msgstr "nøgle %s: »%s« tilbagekaldscertifikat importeret\n" -#: g10/import.c:3597 +#: g10/import.c:3609 #, c-format msgid "key %s: no user ID for signature\n" msgstr "nøgle %s: ingen bruger-id for underskrift\n" -#: g10/import.c:3614 +#: g10/import.c:3626 #, c-format msgid "key %s: unsupported public key algorithm on user ID \"%s\"\n" msgstr "" "nøgle %s: ikke understøttet offentlig nøglealgoritme pÃ¥ bruger-id »%s«\n" -#: g10/import.c:3616 +#: g10/import.c:3628 #, c-format msgid "key %s: invalid self-signature on user ID \"%s\"\n" msgstr "nøgle %s: ugyldig egenunderskrift pÃ¥ bruger-id »%s«\n" -#: g10/import.c:3633 g10/import.c:3661 g10/import.c:3717 +#: g10/import.c:3645 g10/import.c:3673 g10/import.c:3729 #, c-format msgid "key %s: unsupported public key algorithm\n" msgstr "nøgle %s: ikke understøttet offentlig nøglealgoritme\n" -#: g10/import.c:3634 +#: g10/import.c:3646 #, c-format msgid "key %s: invalid direct key signature\n" msgstr "nøgle %s: ugyldig direkte nøgleunderskrift\n" -#: g10/import.c:3648 +#: g10/import.c:3660 #, c-format msgid "key %s: no subkey for key binding\n" msgstr "nøgle %s: ingen undernøgle for nøglebinding\n" -#: g10/import.c:3663 +#: g10/import.c:3675 #, c-format msgid "key %s: invalid subkey binding\n" msgstr "nøgle %s: ugyldig undernøglebinding\n" -#: g10/import.c:3682 +#: g10/import.c:3694 #, c-format msgid "key %s: removed multiple subkey binding\n" msgstr "nøgle %s: fjernet flerundernøglebinding\n" -#: g10/import.c:3706 +#: g10/import.c:3718 #, c-format msgid "key %s: no subkey for key revocation\n" msgstr "nøgle %s: ingen undernøgle for nøgletilbagekald\n" -#: g10/import.c:3719 +#: g10/import.c:3731 #, c-format msgid "key %s: invalid subkey revocation\n" msgstr "nøgle %s: ugyldig undernøgletilbagekald\n" -#: g10/import.c:3734 +#: g10/import.c:3746 #, c-format msgid "key %s: removed multiple subkey revocation\n" msgstr "nøgle %s: fjernet flerundernøgletilbagekald\n" -#: g10/import.c:3778 +#: g10/import.c:3790 #, c-format msgid "key %s: skipped user ID \"%s\"\n" msgstr "nøgle %s: udeladt bruger-id »%s«\n" -#: g10/import.c:3805 +#: g10/import.c:3817 #, c-format msgid "key %s: skipped subkey\n" msgstr "nøgle %s: udeladt undernøgle\n" -#: g10/import.c:3837 +#: g10/import.c:3849 #, c-format msgid "key %s: non exportable signature (class 0x%02X) - skipped\n" msgstr "" "nøgle %s: underskrift der ikke kan eksporteres (klasse 0x%02X) - udeladt\n" -#: g10/import.c:3848 +#: g10/import.c:3860 #, c-format msgid "key %s: revocation certificate at wrong place - skipped\n" msgstr "nøgle %s: tilbagekaldscertifikat pÃ¥ forkert sted - udeladt\n" -#: g10/import.c:3866 +#: g10/import.c:3878 #, c-format msgid "key %s: invalid revocation certificate: %s - skipped\n" msgstr "nøgle %s: ugyldigt tilbagekaldscertifikat: %s - udeladt\n" -#: g10/import.c:3880 +#: g10/import.c:3892 #, c-format msgid "key %s: subkey signature in wrong place - skipped\n" msgstr "nøgle %s: undernøgleunderskrift pÃ¥ forkert sted - udeladt\n" -#: g10/import.c:3888 +#: g10/import.c:3900 #, c-format msgid "key %s: unexpected signature class (0x%02X) - skipped\n" msgstr "nøgle %s: uventet underskriftklasse (0x%02X) - udeladt\n" -#: g10/import.c:4061 +#: g10/import.c:4073 #, c-format msgid "key %s: duplicated user ID detected - merged\n" msgstr "nøgle %s: duplikeret bruger-id detekteret - sammenføjet\n" -#: g10/import.c:4168 +#: g10/import.c:4180 #, fuzzy, c-format #| msgid "key %s: duplicated user ID detected - merged\n" msgid "key %s: duplicated subkeys detected - merged\n" msgstr "nøgle %s: duplikeret bruger-id detekteret - sammenføjet\n" -#: g10/import.c:4233 +#: g10/import.c:4245 #, c-format msgid "WARNING: key %s may be revoked: fetching revocation key %s\n" msgstr "ADVARSEL: nøgle %s kan tilbagekaldes: henter tilbagekaldsnøgle %s\n" -#: g10/import.c:4249 +#: g10/import.c:4261 #, c-format msgid "WARNING: key %s may be revoked: revocation key %s not present.\n" msgstr "" "ADVARSEL: nøgle %s kan tilbagekaldes: tilbagekaldsnøgle %s er ikke til " "stede.\n" -#: g10/import.c:4315 +#: g10/import.c:4327 #, c-format msgid "key %s: \"%s\" revocation certificate added\n" msgstr "nøgle %s: »%s« tilbagekaldscertifikat tilføjet\n" -#: g10/import.c:4353 +#: g10/import.c:4365 #, c-format msgid "key %s: direct key signature added\n" msgstr "nøgle %s: direkte nøgleunderskrift tilføjet\n" @@ -5086,12 +5086,12 @@ msgstr "" "korrekt med mindre du genstarter programmet.\n" #: g10/keyedit.c:4016 g10/keyedit.c:4447 g10/keyserver.c:535 -#: g10/mainproc.c:2277 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 +#: g10/mainproc.c:2280 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 msgid "revoked" msgstr "tilbagekaldt" #: g10/keyedit.c:4018 g10/keyedit.c:4449 g10/keyserver.c:539 -#: g10/mainproc.c:2279 g10/tofu.c:1792 g10/trust.c:124 +#: g10/mainproc.c:2282 g10/tofu.c:1792 g10/trust.c:124 msgid "expired" msgstr "udløbet" @@ -5655,7 +5655,7 @@ msgstr " (%d) Eksisterende nøgle fra kort\n" msgid "Enter the keygrip: " msgstr "Indtst nøglegrebet: " -#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2279 +#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2280 #, c-format msgid "Not a valid keygrip (expecting 40 hex digits)\n" msgstr "Ikke et gyldigt nøglegreb (forventer 40 hex cifre)\n" @@ -5664,13 +5664,13 @@ msgstr "Ikke et gyldigt nøglegreb (forventer 40 hex cifre)\n" msgid "No key with this keygrip\n" msgstr "Ingen nøgle med dette nøglegreb\n" -#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3437 g10/keygen.c:3448 +#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3440 g10/keygen.c:3451 #: sm/certreqgen-ui.c:231 sm/certreqgen-ui.c:240 #, c-format msgid "error reading the card: %s\n" msgstr "fejl ved læsning af kort: %s\n" -#: g10/keygen.c:2292 g10/keygen.c:3441 sm/certreqgen-ui.c:234 +#: g10/keygen.c:2292 g10/keygen.c:3444 sm/certreqgen-ui.c:234 #, c-format msgid "Serial number of the card: %s\n" msgstr "Serielnummer for kortet: %s\n" @@ -5920,13 +5920,18 @@ msgstr "" "under oprettelse af primtallet; dette giver det vilkÃ¥rlig\n" "taloprettelsesprogram en bedre mulighed for at opnÃ¥ nok entropi.\n" -#: g10/keygen.c:4570 g10/keygen.c:4643 g10/keygen.c:4661 g10/keygen.c:4690 -#: g10/keygen.c:5066 g10/keygen.c:5612 g10/keygen.c:5923 g10/keygen.c:6030 +#: g10/keygen.c:3591 +#, c-format +msgid "WARNING: v4 is specified, but overridden by v5.\n" +msgstr "" + +#: g10/keygen.c:4590 g10/keygen.c:4663 g10/keygen.c:4681 g10/keygen.c:4710 +#: g10/keygen.c:5086 g10/keygen.c:5632 g10/keygen.c:5943 g10/keygen.c:6050 #, c-format msgid "Key generation failed: %s\n" msgstr "Nøgleoprettelse mislykkedes: %s\n" -#: g10/keygen.c:4579 +#: g10/keygen.c:4599 #, c-format msgid "" "About to create a key for:\n" @@ -5934,72 +5939,72 @@ msgid "" "\n" msgstr "" -#: g10/keygen.c:4581 +#: g10/keygen.c:4601 msgid "Continue? (Y/n) " msgstr "" -#: g10/keygen.c:4602 +#: g10/keygen.c:4622 #, fuzzy, c-format #| msgid "key already exists\n" msgid "A key for \"%s\" already exists\n" msgstr "nøgle findes allerede\n" -#: g10/keygen.c:4607 +#: g10/keygen.c:4627 #, fuzzy #| msgid "Use this key anyway? (y/N) " msgid "Create anyway? (y/N) " msgstr "Brug denne nøgle alligevel? (j/N) " -#: g10/keygen.c:4613 +#: g10/keygen.c:4633 #, fuzzy, c-format #| msgid "generating new key\n" msgid "creating anyway\n" msgstr "opretter ny nøgle\n" -#: g10/keygen.c:5049 +#: g10/keygen.c:5069 #, c-format msgid "Note: Use \"%s %s\" for a full featured key generation dialog.\n" msgstr "" -#: g10/keygen.c:5098 +#: g10/keygen.c:5118 #, c-format msgid "Key generation canceled.\n" msgstr "Nøgleoprettelse annulleret.\n" -#: g10/keygen.c:5158 +#: g10/keygen.c:5178 #, fuzzy, c-format #| msgid "can't create backup file `%s': %s\n" msgid "can't create backup file '%s': %s\n" msgstr "kan ikke oprette sikkerhedskopifil »%s«: %s\n" -#: g10/keygen.c:5178 +#: g10/keygen.c:5198 #, fuzzy, c-format #| msgid "NOTE: backup of card key saved to `%s'\n" msgid "Note: backup of card key saved to '%s'\n" msgstr "BEMÆRK: sikkerhedskopi af kortnøgle gemt pÃ¥ »%s«\n" -#: g10/keygen.c:5339 g10/keygen.c:5541 +#: g10/keygen.c:5359 g10/keygen.c:5561 #, fuzzy, c-format #| msgid "writing public key to `%s'\n" msgid "writing public key to '%s'\n" msgstr "skriver offentlig nøgle til »%s«\n" -#: g10/keygen.c:5535 +#: g10/keygen.c:5555 #, c-format msgid "no writable public keyring found: %s\n" msgstr "ingen skrivbar offentlig nøglering fundet: %s\n" -#: g10/keygen.c:5549 +#: g10/keygen.c:5569 #, fuzzy, c-format #| msgid "error writing public keyring `%s': %s\n" msgid "error writing public keyring '%s': %s\n" msgstr "fejl ved skrivning af offentlig nøglering »%s«: %s\n" -#: g10/keygen.c:5583 +#: g10/keygen.c:5603 msgid "public and secret key created and signed.\n" msgstr "offentlig og hemmelig nøgle oprettet og underskrevet.\n" -#: g10/keygen.c:5599 +#: g10/keygen.c:5619 msgid "" "Note that this key cannot be used for encryption. You may want to use\n" "the command \"--edit-key\" to generate a subkey for this purpose.\n" @@ -6007,7 +6012,7 @@ msgstr "" "Bemærk at denne nøgle ikke kan bruges til kryptering. Du kan bruge\n" "kommandoen »--edit-key« til at oprette en undernøgle til dette formÃ¥l.\n" -#: g10/keygen.c:5781 g10/keygen.c:5980 +#: g10/keygen.c:5801 g10/keygen.c:6000 #, c-format msgid "" "key has been created %lu second in future (time warp or clock problem)\n" @@ -6015,7 +6020,7 @@ msgstr "" "nøgle er blevet oprettet %lu sekund i fremtiden (tidsforskydning eller " "urproblem)\n" -#: g10/keygen.c:5783 g10/keygen.c:5982 +#: g10/keygen.c:5803 g10/keygen.c:6002 #, c-format msgid "" "key has been created %lu seconds in future (time warp or clock problem)\n" @@ -6023,24 +6028,24 @@ msgstr "" "nøgle er blevet oprettet %lu sekunder i fremtiden (tidsforskydning eller " "urproblem)\n" -#: g10/keygen.c:5794 g10/keygen.c:5993 +#: g10/keygen.c:5814 g10/keygen.c:6013 #, fuzzy, c-format #| msgid "NOTE: creating subkeys for v3 keys is not OpenPGP compliant\n" msgid "Note: creating subkeys for v3 keys is not OpenPGP compliant\n" msgstr "" "BEMÆRK: Oprettelse af undernøgler for v3-nøgler overholder ikke OpenPGP\n" -#: g10/keygen.c:5806 g10/keygen.c:5808 +#: g10/keygen.c:5826 g10/keygen.c:5828 #, c-format msgid "Secret parts of primary key are not available.\n" msgstr "Hemmelige dele for primær nøgle er ikke tilgængelige.\n" -#: g10/keygen.c:5815 g10/keygen.c:5817 +#: g10/keygen.c:5835 g10/keygen.c:5837 #, c-format msgid "Secret parts of primary key are stored on-card.\n" msgstr "Hemmelige dele for primær nøgle gemmes pÃ¥ kortet.\n" -#: g10/keygen.c:5837 g10/keygen.c:6007 +#: g10/keygen.c:5857 g10/keygen.c:6027 msgid "Really create? (y/N) " msgstr "Vil du virkelig oprette? (j/N) " @@ -6197,7 +6202,7 @@ msgstr "ugyldig nøgleserverprotokol (os %d!=hÃ¥ndtag %d)\n" msgid "\"%s\" not a key ID: skipping\n" msgstr "»%s« er ikke et nøgle-id: udelader\n" -#: g10/keyserver.c:1418 g10/keyserver.c:1451 +#: g10/keyserver.c:1420 g10/keyserver.c:1453 #, fuzzy, c-format #| msgid "refreshing %d keys from %s\n" msgid "refreshing %d key from %s\n" @@ -6205,54 +6210,54 @@ msgid_plural "refreshing %d keys from %s\n" msgstr[0] "opdaterer %d nøgler fra %s\n" msgstr[1] "opdaterer %d nøgler fra %s\n" -#: g10/keyserver.c:1425 +#: g10/keyserver.c:1427 #, c-format msgid "WARNING: unable to refresh key %s via %s: %s\n" msgstr "ADVARSEL: Kan ikke opdatere nøgle %s via %s: %s\n" -#: g10/keyserver.c:1529 +#: g10/keyserver.c:1531 #, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "nøgle »%s« blev ikke fundet pÃ¥ nøgleserver\n" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1534 #, c-format msgid "key not found on keyserver\n" msgstr "nøgle blev ikke fundet pÃ¥ nøgleserver\n" -#: g10/keyserver.c:1720 +#: g10/keyserver.c:1722 #, c-format msgid "requesting key %s from %s server %s\n" msgstr "anmoder om nøgle %s fra %s server %s\n" -#: g10/keyserver.c:1724 +#: g10/keyserver.c:1726 #, c-format msgid "requesting key %s from %s\n" msgstr "anmoder om nøgle %s fra %s\n" -#: g10/keyserver.c:1829 g10/keyserver.c:2008 +#: g10/keyserver.c:1841 g10/keyserver.c:2020 #, fuzzy, c-format #| msgid "no keyserver action!\n" msgid "no keyserver known\n" msgstr "ingen nøgleserverhandling!\n" -#: g10/keyserver.c:1844 g10/skclist.c:213 g10/skclist.c:241 +#: g10/keyserver.c:1856 g10/skclist.c:213 g10/skclist.c:241 #, c-format msgid "skipped \"%s\": %s\n" msgstr "udelod »%s«: %s\n" -#: g10/keyserver.c:1848 +#: g10/keyserver.c:1860 #, c-format msgid "sending key %s to %s\n" msgstr "sender nøgle %s til %s\n" -#: g10/keyserver.c:1889 +#: g10/keyserver.c:1901 #, fuzzy, c-format #| msgid "requesting key %s from %s\n" msgid "requesting key from '%s'\n" msgstr "anmoder om nøgle %s fra %s\n" -#: g10/keyserver.c:1905 +#: g10/keyserver.c:1917 #, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "ADVARSEL: kan ikke hente URI %s: %s\n" @@ -6446,77 +6451,77 @@ msgstr " ogsÃ¥ kendt som »%s«" msgid "Key available at: " msgstr "Nøgle tilgængelig pÃ¥: " -#: g10/mainproc.c:2033 +#: g10/mainproc.c:2034 #, c-format msgid "Note: Use '%s' to make use of this info\n" msgstr "" -#: g10/mainproc.c:2231 +#: g10/mainproc.c:2234 msgid "[uncertain]" msgstr "[usikker]" -#: g10/mainproc.c:2269 +#: g10/mainproc.c:2272 #, c-format msgid " aka \"%s\"" msgstr " ogsÃ¥ kendt som »%s«" -#: g10/mainproc.c:2344 +#: g10/mainproc.c:2347 #, fuzzy, c-format #| msgid "WARNING: This key is not certified with a trusted signature!\n" msgid "WARNING: This key is not suitable for signing in %s mode\n" msgstr "" "ADVARSEL: Denne nøgle er ikke certificeret med en troværdig underskrift!\n" -#: g10/mainproc.c:2360 +#: g10/mainproc.c:2363 #, c-format msgid "Signature expired %s\n" msgstr "Underskrift udløbet %s\n" -#: g10/mainproc.c:2365 +#: g10/mainproc.c:2368 #, c-format msgid "Signature expires %s\n" msgstr "Underskrift udløber %s\n" -#: g10/mainproc.c:2376 +#: g10/mainproc.c:2379 #, fuzzy, c-format #| msgid "%s signature, digest algorithm %s\n" msgid "%s signature, digest algorithm %s%s%s\n" msgstr "%s underskrift, sammendragsalgoritme %s\n" -#: g10/mainproc.c:2377 +#: g10/mainproc.c:2380 msgid "binary" msgstr "binær" -#: g10/mainproc.c:2378 +#: g10/mainproc.c:2381 msgid "textmode" msgstr "tekstilstand" -#: g10/mainproc.c:2378 g10/trust.c:123 dirmngr/ocsp.c:792 +#: g10/mainproc.c:2381 g10/trust.c:123 dirmngr/ocsp.c:792 msgid "unknown" msgstr "ukendt" -#: g10/mainproc.c:2380 +#: g10/mainproc.c:2383 #, fuzzy #| msgid "algorithm: %s" msgid ", key algorithm " msgstr "algoritme: %s" -#: g10/mainproc.c:2415 +#: g10/mainproc.c:2418 #, c-format msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n" msgstr "" -#: g10/mainproc.c:2454 +#: g10/mainproc.c:2457 #, c-format msgid "Can't check signature: %s\n" msgstr "Kan ikke kontrollere underskrift: %s\n" -#: g10/mainproc.c:2550 g10/mainproc.c:2569 g10/mainproc.c:2693 +#: g10/mainproc.c:2553 g10/mainproc.c:2572 g10/mainproc.c:2696 #, c-format msgid "not a detached signature\n" msgstr "ikke en frakoblet underskrift\n" -#: g10/mainproc.c:2603 +#: g10/mainproc.c:2606 #, c-format msgid "" "WARNING: multiple signatures detected. Only the first will be checked.\n" @@ -6524,12 +6529,12 @@ msgstr "" "ADVARSEL: flere underskrifter detekteret. Kun den første vil blive " "kontrolleret.\n" -#: g10/mainproc.c:2612 +#: g10/mainproc.c:2615 #, c-format msgid "standalone signature of class 0x%02x\n" msgstr "uafhængig underskrift for klasse 0x%02x\n" -#: g10/mainproc.c:2697 +#: g10/mainproc.c:2700 #, c-format msgid "old style (PGP 2.x) signature\n" msgstr "gammeldags (PGP 2.x) underskrift\n" @@ -8489,7 +8494,7 @@ msgstr "" #. TRANSLATORS: Put a \x1f right before a colon. This can be #. * used by pinentry to nicely align the names and values. Keep #. * the %s at the start and end of the string. -#: scd/app-piv.c:1770 scd/app-p15.c:4741 scd/app-nks.c:1475 +#: scd/app-piv.c:1770 scd/app-p15.c:4937 scd/app-nks.c:1530 #: scd/app-openpgp.c:2386 #, c-format msgid "%sNumber: %s%%0AHolder: %s%s" @@ -8497,7 +8502,7 @@ msgstr "" #. TRANSLATORS: This is the number of remaining attempts to #. * enter a PIN. Use %%0A (double-percent,0A) for a linefeed. -#: scd/app-piv.c:1787 scd/app-p15.c:4760 scd/app-nks.c:1494 +#: scd/app-piv.c:1787 scd/app-p15.c:4956 scd/app-nks.c:1549 #: scd/app-openpgp.c:2402 #, c-format msgid "Remaining attempts: %d" @@ -8539,7 +8544,7 @@ msgstr "|A|Indtast venligst administrator-PIN'en" msgid "||Please enter the Unblocking Key of your PIV card" msgstr "|P|Indtast venligst PIN Unblocking Code (PUK) for standardnøglerne." -#: scd/app-piv.c:1888 scd/app-nks.c:1605 scd/app-openpgp.c:2669 +#: scd/app-piv.c:1888 scd/app-nks.c:1660 scd/app-openpgp.c:2669 #: scd/app-openpgp.c:2693 scd/app-openpgp.c:2871 scd/app-openpgp.c:2893 #: scd/app-openpgp.c:3074 scd/app-openpgp.c:3361 scd/app-openpgp.c:3408 #: scd/app-openpgp.c:3545 scd/app-dinsig.c:302 @@ -8628,7 +8633,7 @@ msgstr[1] "nøgleoprettelse færdig (%d sekunder)\n" msgid "response does not contain the public key data\n" msgstr "svar indeholder ikke data for offentlig nøgle\n" -#: scd/app-p15.c:4839 scd/app-nks.c:1983 +#: scd/app-p15.c:5035 scd/app-nks.c:2038 msgid "||Please enter the PIN for the key to create qualified signatures." msgstr "" "||Indtast venligst PIN'en for nøglen til at oprette kvalificerede " @@ -8636,55 +8641,55 @@ msgstr "" #. TRANSLATORS: Do not translate the "|A|" prefix but keep it at #. the start of the string. Use %0A (single percent) for a linefeed. -#: scd/app-p15.c:4842 scd/app-openpgp.c:2818 +#: scd/app-p15.c:5038 scd/app-openpgp.c:2818 msgid "|A|Please enter the Admin PIN" msgstr "|A|Indtast venligst administrator-PIN'en" -#: scd/app-p15.c:4844 scd/app-nks.c:1973 +#: scd/app-p15.c:5040 scd/app-nks.c:2028 msgid "|P|Please enter the PIN Unblocking Code (PUK) for the standard keys." msgstr "|P|Indtast venligst PIN Unblocking Code (PUK) for standardnøglerne." -#: scd/app-p15.c:4847 scd/app-nks.c:1964 +#: scd/app-p15.c:5043 scd/app-nks.c:2019 msgid "||Please enter the PIN for the standard keys." msgstr "||Indtast venligst PIn'en for standardnøglerne." -#: scd/app-nks.c:1413 scd/app-openpgp.c:4321 +#: scd/app-nks.c:1468 scd/app-openpgp.c:4321 #, c-format msgid "RSA modulus missing or not of size %d bits\n" msgstr "RSA-modulus mangler eller har ikke størrelsen %d bit\n" -#: scd/app-nks.c:1421 scd/app-openpgp.c:4333 +#: scd/app-nks.c:1476 scd/app-openpgp.c:4333 #, c-format msgid "RSA public exponent missing or larger than %d bits\n" msgstr "RSA offentlig eksponent mangler eller større end %d bit\n" -#: scd/app-nks.c:1594 +#: scd/app-nks.c:1649 #, fuzzy #| msgid "the NullPIN has not yet been changed\n" msgid "Note: PIN has not yet been enabled." msgstr "NullPIN'en er endnu ikke ændret\n" -#: scd/app-nks.c:1641 +#: scd/app-nks.c:1696 #, c-format msgid "the NullPIN has not yet been changed\n" msgstr "NullPIN'en er endnu ikke ændret\n" -#: scd/app-nks.c:1963 +#: scd/app-nks.c:2018 msgid "|N|Please enter a new PIN for the standard keys." msgstr "|N|Indtast venligst en ny PIN for standardnøglerne." -#: scd/app-nks.c:1971 +#: scd/app-nks.c:2026 msgid "|NP|Please enter a new PIN Unblocking Code (PUK) for the standard keys." msgstr "" "|NP|Indtast venligst en ny PIN Unblocking Code (PUK) for standardnøglerne." -#: scd/app-nks.c:1981 +#: scd/app-nks.c:2036 msgid "|N|Please enter a new PIN for the key to create qualified signatures." msgstr "" "|N|Indtast venligst en ny PIN for nøglen til at oprette kvalificerede " "underskrifter." -#: scd/app-nks.c:1991 +#: scd/app-nks.c:2046 msgid "" "|NP|Please enter a new PIN Unblocking Code (PUK) for the key to create " "qualified signatures." @@ -8692,7 +8697,7 @@ msgstr "" "|NP|Indtast venligst en ny PIN Unblocking Code (PUK) for nøglen til at " "oprette kvalificerede underskrifter." -#: scd/app-nks.c:1993 +#: scd/app-nks.c:2048 msgid "" "|P|Please enter the PIN Unblocking Code (PUK) for the key to create " "qualified signatures." @@ -8700,7 +8705,7 @@ msgstr "" "|P|Indtast venligst PIN Unblocking Code (PUK) for nøglen til at oprette " "kvalificerede underskrifter." -#: scd/app-nks.c:2166 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 +#: scd/app-nks.c:2221 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 #, c-format msgid "error getting new PIN: %s\n" msgstr "fejl ved indhentelse af ny PIN: %s\n" @@ -8887,61 +8892,61 @@ msgstr "||Indtast venligst din PIN pÃ¥ læserens numeriske tastatur" msgid "|N|Initial New PIN" msgstr "|N|Oprindelig ny PIN" -#: scd/scdaemon.c:118 +#: scd/scdaemon.c:119 msgid "run in multi server mode (foreground)" msgstr "kør i flerservertilstand (forgrund)" -#: scd/scdaemon.c:135 sm/gpgsm.c:271 dirmngr/dirmngr.c:197 +#: scd/scdaemon.c:136 sm/gpgsm.c:274 dirmngr/dirmngr.c:198 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "|LEVEL|angiv fejlsøgningsniveau til NIVEAU" -#: scd/scdaemon.c:141 +#: scd/scdaemon.c:142 msgid "|FILE|write a log to FILE" msgstr "|FILE|skriv en log til FIL" -#: scd/scdaemon.c:148 +#: scd/scdaemon.c:149 msgid "|N|connect to reader at port N" msgstr "|N|forbind til læser pÃ¥ port N" -#: scd/scdaemon.c:150 +#: scd/scdaemon.c:151 msgid "|NAME|use NAME as ct-API driver" msgstr "|NAME|brug NAVN som ct-API-driver" -#: scd/scdaemon.c:152 +#: scd/scdaemon.c:153 msgid "|NAME|use NAME as PC/SC driver" msgstr "|NAME|brug NAVN som PC/SC-driver" -#: scd/scdaemon.c:156 +#: scd/scdaemon.c:157 msgid "do not use the internal CCID driver" msgstr "brug ikke den interne CCID-driver" -#: scd/scdaemon.c:162 +#: scd/scdaemon.c:163 msgid "|N|disconnect the card after N seconds of inactivity" msgstr "|N|frakobl kortet efter N sekunder inaktivitet" -#: scd/scdaemon.c:165 +#: scd/scdaemon.c:166 msgid "do not use a reader's pinpad" msgstr "brug ikke en læsers numeriske tastatur" -#: scd/scdaemon.c:168 +#: scd/scdaemon.c:169 msgid "use variable length input for pinpad" msgstr "" -#: scd/scdaemon.c:171 +#: scd/scdaemon.c:172 msgid "|LIST|change the application priority to LIST" msgstr "" -#: scd/scdaemon.c:179 +#: scd/scdaemon.c:180 msgid "deny the use of admin card commands" msgstr "nægt brugen af kommandoer for administratorkort" -#: scd/scdaemon.c:324 +#: scd/scdaemon.c:325 #, fuzzy #| msgid "Usage: gpgconf [options] (-h for help)" msgid "Usage: @SCDAEMON@ [options] (-h for help)" msgstr "Brug: gpgconf [tilvalg] (-h for hjælp)" -#: scd/scdaemon.c:326 +#: scd/scdaemon.c:327 #, fuzzy #| msgid "" #| "Syntax: scdaemon [options] [command [args]]\n" @@ -8953,7 +8958,7 @@ msgstr "" "Syntaks: scdaemon [tilvalg] kommando [parametre]]\n" "Smartcard-dæmon for GnuPG\n" -#: scd/scdaemon.c:807 +#: scd/scdaemon.c:819 #, fuzzy, c-format #| msgid "" #| "please use the option `--daemon' to run the program in the background\n" @@ -8961,12 +8966,12 @@ msgid "please use the option '--daemon' to run the program in the background\n" msgstr "" "brug venligst tilvalget »--daemon« til at køre programmet i baggrunden\n" -#: scd/scdaemon.c:1183 dirmngr/dirmngr.c:2077 +#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2104 #, c-format msgid "handler for fd %d started\n" msgstr "hÃ¥ndtering for fd %d startet\n" -#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2085 +#: scd/scdaemon.c:1207 dirmngr/dirmngr.c:2112 #, c-format msgid "handler for fd %d terminated\n" msgstr "hÃ¥ndtering for fd %d termineret\n" @@ -9247,7 +9252,7 @@ msgid "a %u bit hash is not valid for a %u bit %s key\n" msgstr "en %u-bit-hash er ikke gyldig for en %u-bit %s-nøgle\n" #: sm/certcheck.c:239 sm/certcheck.c:263 dirmngr/crlcache.c:1542 -#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1363 dirmngr/validate.c:903 +#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1372 dirmngr/validate.c:903 #: dirmngr/validate.c:927 #, c-format msgid "out of core\n" @@ -9617,129 +9622,129 @@ msgstr "sletning af certifikat »%s« mislykkedes: %s\n" msgid "no valid recipients given\n" msgstr "ingen gyldige modtagere angivet\n" -#: sm/gpgsm.c:224 +#: sm/gpgsm.c:226 msgid "list external keys" msgstr "vis eksterne nøgler" -#: sm/gpgsm.c:226 +#: sm/gpgsm.c:228 msgid "list certificate chain" msgstr "vis certifikatkæde" -#: sm/gpgsm.c:234 +#: sm/gpgsm.c:236 msgid "import certificates" msgstr "importer certifikater" -#: sm/gpgsm.c:235 +#: sm/gpgsm.c:237 msgid "export certificates" msgstr "eksporter certifikater" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:245 msgid "register a smartcard" msgstr "registrer et smartkort" -#: sm/gpgsm.c:246 +#: sm/gpgsm.c:248 msgid "pass a command to the dirmngr" msgstr "send en kommando til dirmngr'en" -#: sm/gpgsm.c:248 +#: sm/gpgsm.c:250 msgid "invoke gpg-protect-tool" msgstr "opstart gpg-protect-tool" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:270 msgid "don't use the terminal at all" msgstr "brug overhovedet ikke terminalen" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "|N|number of certificates to include" msgstr "|N|antal certifikater der skal inkluderes" -#: sm/gpgsm.c:296 +#: sm/gpgsm.c:299 msgid "|FILE|take policy information from FILE" msgstr "|FILE|tag politikinformation fra FIL" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "assume input is in PEM format" msgstr "antag inddata er i PEM-format" -#: sm/gpgsm.c:312 +#: sm/gpgsm.c:315 msgid "assume input is in base-64 format" msgstr "antag inddata er i base-64-format" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "assume input is in binary format" msgstr "antag inddata er i binært format" -#: sm/gpgsm.c:323 +#: sm/gpgsm.c:326 msgid "create base-64 encoded output" msgstr "opret base-64-kodet resultat" -#: sm/gpgsm.c:335 +#: sm/gpgsm.c:338 msgid "|USER-ID|use USER-ID as default secret key" msgstr "|USER-ID|brug BRUGER-ID som hemmelig standardnøgle" -#: sm/gpgsm.c:346 +#: sm/gpgsm.c:349 msgid "|FILE|add keyring to the list of keyrings" msgstr "|FILE|tilføj nøglering til nøgleringslisten" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 msgid "|SPEC|use this keyserver to lookup keys" msgstr "|SPEC|brug denne nøgleserver til at slÃ¥ nøgler op" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "fetch missing issuer certificates" msgstr "hent manglende udstedercertifikater" -#: sm/gpgsm.c:361 +#: sm/gpgsm.c:364 msgid "|NAME|use encoding NAME for PKCS#12 passphrases" msgstr "|NAME|brug kodnings-NAVN for PKCS#12-adgangsfraser" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 msgid "never consult a CRL" msgstr "konsulter aldrig en CRL" -#: sm/gpgsm.c:386 +#: sm/gpgsm.c:389 msgid "do not check CRLs for root certificates" msgstr "kontroller ikke CRL'er for rodcertifikater" -#: sm/gpgsm.c:390 +#: sm/gpgsm.c:393 msgid "check validity using OCSP" msgstr "kontroller validitet med OCSP" -#: sm/gpgsm.c:392 +#: sm/gpgsm.c:395 msgid "do not check certificate policies" msgstr "kontroller ikke certifikatpolitikker" -#: sm/gpgsm.c:395 +#: sm/gpgsm.c:398 msgid "|NAME|use cipher algorithm NAME" msgstr "|NAME|brug chifferalgoritme NAVN" -#: sm/gpgsm.c:397 +#: sm/gpgsm.c:400 msgid "|NAME|use message digest algorithm NAME" msgstr "|NAME|brug beskedsammendragsalgoritme NAVN" -#: sm/gpgsm.c:407 +#: sm/gpgsm.c:410 msgid "batch mode: never ask" msgstr "kørselstilstand: spørg aldrig" -#: sm/gpgsm.c:409 +#: sm/gpgsm.c:412 msgid "assume yes on most questions" msgstr "forvent ja til de fleste spørgsmÃ¥l" -#: sm/gpgsm.c:410 +#: sm/gpgsm.c:413 msgid "assume no on most questions" msgstr "forvent nej til de fleste spørgsmÃ¥l" -#: sm/gpgsm.c:427 +#: sm/gpgsm.c:430 msgid "|FILE|write an audit log to FILE" msgstr "|FILE|skriv en revisionslog til FIL" -#: sm/gpgsm.c:612 +#: sm/gpgsm.c:615 #, fuzzy #| msgid "Usage: gpg [options] [files] (-h for help)" msgid "Usage: @GPGSM@ [options] [files] (-h for help)" msgstr "Brug: gpg [flag] [filer] (-h for hjælp)" -#: sm/gpgsm.c:615 +#: sm/gpgsm.c:618 #, fuzzy #| msgid "" #| "Syntax: gpgsm [options] [files]\n" @@ -9754,56 +9759,56 @@ msgstr "" "Sign, check, encrypt eller decrypt med S/MIME-protokollen\n" "standardhandling afhænger af inddata\n" -#: sm/gpgsm.c:823 +#: sm/gpgsm.c:826 #, fuzzy, c-format #| msgid "NOTE: won't be able to encrypt to `%s': %s\n" msgid "Note: won't be able to encrypt to '%s': %s\n" msgstr "BEMÆRK: kan ikke kryptere til »%s«: %s\n" -#: sm/gpgsm.c:834 +#: sm/gpgsm.c:837 #, fuzzy, c-format #| msgid "unknown validation model `%s'\n" msgid "unknown validation model '%s'\n" msgstr "ukendt valideringsmodel »%s«\n" -#: sm/gpgsm.c:893 dirmngr/ldapserver.c:89 +#: sm/gpgsm.c:896 dirmngr/ldapserver.c:89 #, c-format msgid "%s:%u: no hostname given\n" msgstr "%s:%u: intet værtsnavn angivet\n" -#: sm/gpgsm.c:912 dirmngr/ldapserver.c:108 +#: sm/gpgsm.c:915 dirmngr/ldapserver.c:108 #, c-format msgid "%s:%u: password given without user\n" msgstr "%s:%u: adgangskode angivet uden bruger\n" -#: sm/gpgsm.c:943 dirmngr/ldapserver.c:139 +#: sm/gpgsm.c:946 dirmngr/ldapserver.c:139 #, c-format msgid "%s:%u: ignoring unknown flag '%s'\n" msgstr "" -#: sm/gpgsm.c:959 dirmngr/ldapserver.c:155 +#: sm/gpgsm.c:962 dirmngr/ldapserver.c:155 #, c-format msgid "%s:%u: skipping this line\n" msgstr "%s:%u: udelader denne linje\n" -#: sm/gpgsm.c:1545 +#: sm/gpgsm.c:1550 #, c-format msgid "could not parse keyserver\n" msgstr "kunne ikke fortolke nøgleserver\n" -#: sm/gpgsm.c:1825 +#: sm/gpgsm.c:1858 #, fuzzy, c-format #| msgid "importing common certificates `%s'\n" msgid "importing common certificates '%s'\n" msgstr "importerer gængse certifikater »%s«\n" -#: sm/gpgsm.c:1871 +#: sm/gpgsm.c:1904 #, fuzzy, c-format #| msgid "can't sign using `%s': %s\n" msgid "can't sign using '%s': %s\n" msgstr "kan ikke underskrive med »%s«: %s\n" -#: sm/gpgsm.c:2231 +#: sm/gpgsm.c:2273 #, c-format msgid "invalid command (there is no implicit command)\n" msgstr "ugyldig kommando (der er ingen implict kommando)\n" @@ -10865,143 +10870,143 @@ msgstr "" msgid "looking up '%s'\n" msgstr "" -#: dirmngr/dirmngr.c:174 +#: dirmngr/dirmngr.c:175 msgid "list the contents of the CRL cache" msgstr "" -#: dirmngr/dirmngr.c:175 +#: dirmngr/dirmngr.c:176 #, fuzzy #| msgid "|FILE|run commands from FILE on startup" msgid "|FILE|load CRL from FILE into cache" msgstr "|FILE|kør kommandoer fra FIL ved opstart" -#: dirmngr/dirmngr.c:176 +#: dirmngr/dirmngr.c:177 msgid "|URL|fetch a CRL from URL" msgstr "" -#: dirmngr/dirmngr.c:177 +#: dirmngr/dirmngr.c:178 #, fuzzy #| msgid "pass a command to the dirmngr" msgid "shutdown the dirmngr" msgstr "send en kommando til dirmngr'en" -#: dirmngr/dirmngr.c:178 +#: dirmngr/dirmngr.c:179 msgid "flush the cache" msgstr "" -#: dirmngr/dirmngr.c:211 +#: dirmngr/dirmngr.c:212 msgid "allow online software version check" msgstr "" -#: dirmngr/dirmngr.c:214 +#: dirmngr/dirmngr.c:215 msgid "|N|do not return more than N items in one query" msgstr "" -#: dirmngr/dirmngr.c:220 +#: dirmngr/dirmngr.c:221 msgid "Network related options" msgstr "" -#: dirmngr/dirmngr.c:222 +#: dirmngr/dirmngr.c:223 msgid "route all network traffic via Tor" msgstr "" -#: dirmngr/dirmngr.c:234 +#: dirmngr/dirmngr.c:235 msgid "Configuration for Keyservers" msgstr "Konfiguration for nøgleservere" -#: dirmngr/dirmngr.c:237 +#: dirmngr/dirmngr.c:238 msgid "|URL|use keyserver at URL" msgstr "|URL|brug nøgleserver pÃ¥ adressen" -#: dirmngr/dirmngr.c:239 +#: dirmngr/dirmngr.c:240 msgid "|FILE|use the CA certificates in FILE for HKP over TLS" msgstr "" -#: dirmngr/dirmngr.c:241 +#: dirmngr/dirmngr.c:242 msgid "Configuration for HTTP servers" msgstr "Konfiguration for HTTP-servere" -#: dirmngr/dirmngr.c:243 +#: dirmngr/dirmngr.c:244 msgid "inhibit the use of HTTP" msgstr "" -#: dirmngr/dirmngr.c:245 +#: dirmngr/dirmngr.c:246 msgid "ignore HTTP CRL distribution points" msgstr "" -#: dirmngr/dirmngr.c:247 +#: dirmngr/dirmngr.c:248 msgid "|URL|redirect all HTTP requests to URL" msgstr "" -#: dirmngr/dirmngr.c:249 +#: dirmngr/dirmngr.c:250 msgid "use system's HTTP proxy setting" msgstr "brug systemets HTTP-proxyopsætning" -#: dirmngr/dirmngr.c:253 +#: dirmngr/dirmngr.c:254 msgid "Configuration of LDAP servers to use" msgstr "Konfiguraiton af LDAP-servere der skal bruges" -#: dirmngr/dirmngr.c:255 +#: dirmngr/dirmngr.c:256 msgid "inhibit the use of LDAP" msgstr "" -#: dirmngr/dirmngr.c:257 +#: dirmngr/dirmngr.c:258 msgid "ignore LDAP CRL distribution points" msgstr "" -#: dirmngr/dirmngr.c:259 +#: dirmngr/dirmngr.c:260 msgid "|HOST|use HOST for LDAP queries" msgstr "" -#: dirmngr/dirmngr.c:261 +#: dirmngr/dirmngr.c:262 msgid "do not use fallback hosts with --ldap-proxy" msgstr "" -#: dirmngr/dirmngr.c:263 +#: dirmngr/dirmngr.c:264 #, fuzzy #| msgid "|FILE|read options from FILE" msgid "|FILE|read LDAP server list from FILE" msgstr "|FIL|læs tilvalg fra FIL" -#: dirmngr/dirmngr.c:265 +#: dirmngr/dirmngr.c:266 msgid "add new servers discovered in CRL distribution points to serverlist" msgstr "" -#: dirmngr/dirmngr.c:268 dirmngr/dirmngr_ldap.c:104 +#: dirmngr/dirmngr.c:269 dirmngr/dirmngr_ldap.c:104 #, fuzzy #| msgid "|N|set maximum PIN cache lifetime to N seconds" msgid "|N|set LDAP timeout to N seconds" msgstr "|N|angive maksimal livsforløb for PIN-mellemlager til N sekunder" -#: dirmngr/dirmngr.c:271 +#: dirmngr/dirmngr.c:272 msgid "Configuration for OCSP" msgstr "Konfiguration for OCSP" -#: dirmngr/dirmngr.c:273 +#: dirmngr/dirmngr.c:274 #, fuzzy #| msgid "allow PKA lookups (DNS requests)" msgid "allow sending OCSP requests" msgstr "tillad PKA-opslag (DNS-forespørgsler)" -#: dirmngr/dirmngr.c:275 +#: dirmngr/dirmngr.c:276 msgid "ignore certificate contained OCSP service URLs" msgstr "" -#: dirmngr/dirmngr.c:277 +#: dirmngr/dirmngr.c:278 #, fuzzy #| msgid "|URL|use keyserver at URL" msgid "|URL|use OCSP responder at URL" msgstr "|URL|brug nøgleserver pÃ¥ adressen" -#: dirmngr/dirmngr.c:279 +#: dirmngr/dirmngr.c:280 msgid "|FPR|OCSP response signed by FPR" msgstr "" -#: dirmngr/dirmngr.c:287 +#: dirmngr/dirmngr.c:288 msgid "force loading of outdated CRLs" msgstr "" -#: dirmngr/dirmngr.c:298 +#: dirmngr/dirmngr.c:299 #, fuzzy #| msgid "" #| "@\n" @@ -11014,13 +11019,13 @@ msgstr "" "@\n" "(Se manualsiden for en fuldstændig liste over alle kommandoer og tilvalg)\n" -#: dirmngr/dirmngr.c:440 +#: dirmngr/dirmngr.c:441 #, fuzzy #| msgid "Usage: gpgconf [options] (-h for help)" msgid "Usage: @DIRMNGR@ [options] (-h for help)" msgstr "Brug: gpgconf [tilvalg] (-h for hjælp)" -#: dirmngr/dirmngr.c:442 +#: dirmngr/dirmngr.c:443 #, fuzzy #| msgid "" #| "Syntax: gpg-agent [options] [command [args]]\n" @@ -11032,92 +11037,92 @@ msgstr "" "Syntaks: gpg-agent [tilvalg] [kommando [parametre]]\n" "Hemmelig nøglehÃ¥ndtering for GnuPG\n" -#: dirmngr/dirmngr.c:522 +#: dirmngr/dirmngr.c:523 #, fuzzy, c-format #| msgid "invalid debug-level `%s' given\n" msgid "valid debug levels are: %s\n" msgstr "ugyldigt fejlsøgningsniveau »%s« angivet\n" -#: dirmngr/dirmngr.c:608 tools/gpgconf.c:667 tools/gpgconf.c:702 +#: dirmngr/dirmngr.c:609 tools/gpgconf.c:667 tools/gpgconf.c:702 #: tools/gpgconf.c:802 #, fuzzy, c-format #| msgid "usage: gpgsm [options] " msgid "usage: %s [options] " msgstr "brug: gpgsm [tilvalg] " -#: dirmngr/dirmngr.c:1251 +#: dirmngr/dirmngr.c:1260 #, fuzzy, c-format #| msgid "%s not allowed with %s!\n" msgid "colons are not allowed in the socket name\n" msgstr "%s ikke tilladt med %s!\n" -#: dirmngr/dirmngr.c:1486 dirmngr/server.c:1824 +#: dirmngr/dirmngr.c:1495 dirmngr/server.c:1824 #, fuzzy, c-format #| msgid "renaming `%s' to `%s' failed: %s\n" msgid "fetching CRL from '%s' failed: %s\n" msgstr "omdøbelse af »%s« til »%s« mislykkedes: %s\n" -#: dirmngr/dirmngr.c:1492 dirmngr/server.c:1830 +#: dirmngr/dirmngr.c:1501 dirmngr/server.c:1830 #, fuzzy, c-format #| msgid "conversion from `%s' to `%s' failed: %s\n" msgid "processing CRL from '%s' failed: %s\n" msgstr "konvertering fra »%s« til »%s« mislykkedes: %s\n" -#: dirmngr/dirmngr.c:1634 +#: dirmngr/dirmngr.c:1643 #, fuzzy, c-format #| msgid "line too long - skipped\n" msgid "%s:%u: line too long - skipped\n" msgstr "linje er for lang - udeladt\n" -#: dirmngr/dirmngr.c:1689 dirmngr/dirmngr.c:1773 +#: dirmngr/dirmngr.c:1698 dirmngr/dirmngr.c:1782 #, fuzzy, c-format #| msgid "invalid fingerprint" msgid "%s:%u: invalid fingerprint detected\n" msgstr "ugyldig fingeraftryk" -#: dirmngr/dirmngr.c:1725 dirmngr/dirmngr.c:1751 tools/gpgconf-comp.c:3534 +#: dirmngr/dirmngr.c:1734 dirmngr/dirmngr.c:1760 tools/gpgconf-comp.c:3539 #, fuzzy, c-format #| msgid "read error in `%s': %s\n" msgid "%s:%u: read error: %s\n" msgstr "læsefejl i »%s«: %s\n" -#: dirmngr/dirmngr.c:1780 +#: dirmngr/dirmngr.c:1789 #, c-format msgid "%s:%u: garbage at end of line ignored\n" msgstr "" -#: dirmngr/dirmngr.c:1849 +#: dirmngr/dirmngr.c:1876 #, c-format msgid "SIGHUP received - re-reading configuration and flushing caches\n" msgstr "" -#: dirmngr/dirmngr.c:1890 +#: dirmngr/dirmngr.c:1917 #, c-format msgid "SIGUSR2 received - no action defined\n" msgstr "" -#: dirmngr/dirmngr.c:1895 +#: dirmngr/dirmngr.c:1922 #, c-format msgid "SIGTERM received - shutting down ...\n" msgstr "" -#: dirmngr/dirmngr.c:1897 +#: dirmngr/dirmngr.c:1924 #, c-format msgid "SIGTERM received - still %d active connections\n" msgstr "" -#: dirmngr/dirmngr.c:1902 +#: dirmngr/dirmngr.c:1929 #, fuzzy, c-format #| msgid "not forced" msgid "shutdown forced\n" msgstr "ikke tvunget" -#: dirmngr/dirmngr.c:1910 +#: dirmngr/dirmngr.c:1937 #, c-format msgid "SIGINT received - immediate shutdown\n" msgstr "" -#: dirmngr/dirmngr.c:1917 +#: dirmngr/dirmngr.c:1944 #, c-format msgid "signal %d received - no action defined\n" msgstr "" @@ -11624,7 +11629,7 @@ msgid "serialno missing in cert ID" msgstr "" #: dirmngr/server.c:1387 dirmngr/server.c:1473 dirmngr/server.c:1909 -#: dirmngr/server.c:1980 dirmngr/server.c:2552 dirmngr/server.c:2567 +#: dirmngr/server.c:1980 dirmngr/server.c:2556 dirmngr/server.c:2571 #, fuzzy, c-format #| msgid "sending line failed: %s\n" msgid "assuan_inquire failed: %s\n" @@ -11659,36 +11664,36 @@ msgstr "select mislykkedes: %s\n" msgid "max_replies %d exceeded\n" msgstr "" -#: dirmngr/server.c:2856 +#: dirmngr/server.c:2860 #, fuzzy, c-format #| msgid "cannot allocate outfile string: %s\n" msgid "can't allocate control structure: %s\n" msgstr "kan ikke allokere outfile-streng: %s\n" -#: dirmngr/server.c:2867 +#: dirmngr/server.c:2871 #, fuzzy, c-format #| msgid "failed to create stream from socket: %s\n" msgid "failed to allocate assuan context: %s\n" msgstr "kunne ikke oprette strøm fra sokkel: %s\n" -#: dirmngr/server.c:2888 +#: dirmngr/server.c:2892 #, fuzzy, c-format #| msgid "failed to initialize the TrustDB: %s\n" msgid "failed to initialize the server: %s\n" msgstr "kunne ikke initialisere TrustDB: %s\n" -#: dirmngr/server.c:2896 +#: dirmngr/server.c:2900 #, fuzzy, c-format #| msgid "failed to store the creation date: %s\n" msgid "failed to the register commands with Assuan: %s\n" msgstr "kunne ikke gemme oprettelsesdatoen: %s\n" -#: dirmngr/server.c:2929 +#: dirmngr/server.c:2933 #, c-format msgid "Assuan accept problem: %s\n" msgstr "" -#: dirmngr/server.c:2948 +#: dirmngr/server.c:2952 #, fuzzy, c-format #| msgid "signing failed: %s\n" msgid "Assuan processing failed: %s\n" @@ -11856,76 +11861,76 @@ msgstr "ingen gpg-agent kører i denne session\n" msgid "error sending standard options: %s\n" msgstr "fejl under afsendelse af standardtilvalg: %s\n" -#: tools/gpgconf-comp.c:647 +#: tools/gpgconf-comp.c:649 msgid "OpenPGP" msgstr "" -#: tools/gpgconf-comp.c:651 +#: tools/gpgconf-comp.c:653 msgid "S/MIME" msgstr "" -#: tools/gpgconf-comp.c:655 +#: tools/gpgconf-comp.c:657 #, fuzzy #| msgid "public key is %s\n" msgid "Public Keys" msgstr "offentlig nøgle er %s\n" -#: tools/gpgconf-comp.c:659 +#: tools/gpgconf-comp.c:661 msgid "Private Keys" msgstr "" -#: tools/gpgconf-comp.c:663 +#: tools/gpgconf-comp.c:665 msgid "Smartcards" msgstr "" -#: tools/gpgconf-comp.c:667 +#: tools/gpgconf-comp.c:669 msgid "TPM" msgstr "" -#: tools/gpgconf-comp.c:671 +#: tools/gpgconf-comp.c:673 msgid "Network" msgstr "" -#: tools/gpgconf-comp.c:675 +#: tools/gpgconf-comp.c:677 #, fuzzy #| msgid "Bad Passphrase" msgid "Passphrase Entry" msgstr "Ugyldig adgangsfrase" -#: tools/gpgconf-comp.c:939 +#: tools/gpgconf-comp.c:941 #, fuzzy #| msgid "Component not found" msgid "Component not suitable for launching" msgstr "Komponent blev ikke fundet" -#: tools/gpgconf-comp.c:945 +#: tools/gpgconf-comp.c:947 #, fuzzy, c-format #| msgid "External verification of component %s failed" msgid "Configuration file of component %s is broken\n" msgstr "Ekstern verifikation af komponent %s mislykkedes" -#: tools/gpgconf-comp.c:948 +#: tools/gpgconf-comp.c:950 #, fuzzy, c-format #| msgid "Please use the command \"toggle\" first.\n" msgid "Note: Use the command \"%s%s\" to get details.\n" msgstr "Brug venligst kommandoen »toggle« først.\n" -#: tools/gpgconf-comp.c:2811 +#: tools/gpgconf-comp.c:2816 #, c-format msgid "External verification of component %s failed" msgstr "Ekstern verifikation af komponent %s mislykkedes" -#: tools/gpgconf-comp.c:2941 +#: tools/gpgconf-comp.c:2946 msgid "Note that group specifications are ignored\n" msgstr "Bemærk at gruppespecifikationer ignoreres\n" -#: tools/gpgconf-comp.c:3538 +#: tools/gpgconf-comp.c:3543 #, fuzzy, c-format #| msgid "error closing %s: %s\n" msgid "error closing '%s'\n" msgstr "fejl ved lukning af %s: %s\n" -#: tools/gpgconf-comp.c:3540 +#: tools/gpgconf-comp.c:3545 #, fuzzy, c-format #| msgid "error in `%s': %s\n" msgid "error parsing '%s'\n" @@ -12049,87 +12054,87 @@ msgstr "" "Syntaks: gpg-check-pattern [tilvalg] mønsterfil\n" "Kontroller en adgangsfrase angivet pÃ¥ stdin mod mønsterfilen\n" -#: tools/gpg-card.c:2389 +#: tools/gpg-card.c:2390 #, fuzzy, c-format #| msgid "NOTE: keys are already stored on the card!\n" msgid "Note: key %s is already stored on the card!\n" msgstr "BEMÆRK: Nøgler er allerede gemt pÃ¥ kortet!\n" -#: tools/gpg-card.c:2392 +#: tools/gpg-card.c:2393 #, fuzzy, c-format #| msgid "NOTE: keys are already stored on the card!\n" msgid "Note: Keys are already stored on the card!\n" msgstr "BEMÆRK: Nøgler er allerede gemt pÃ¥ kortet!\n" -#: tools/gpg-card.c:2395 +#: tools/gpg-card.c:2396 #, fuzzy, c-format #| msgid "Replace existing keys? (y/N) " msgid "Replace existing key %s ? (y/N) " msgstr "Erstat eksisterende nøgler (j/N) " -#: tools/gpg-card.c:2548 tools/gpg-card.c:2711 tools/gpg-card.c:2934 -#: tools/gpg-card.c:3043 +#: tools/gpg-card.c:2549 tools/gpg-card.c:2712 tools/gpg-card.c:2935 +#: tools/gpg-card.c:3044 #, fuzzy, c-format #| msgid "OpenPGP card no. %s detected\n" msgid "%s card no. %s detected\n" msgstr "OpenPGP-kortnr. %s detekteret\n" -#: tools/gpg-card.c:3395 +#: tools/gpg-card.c:3396 #, c-format msgid "User Interaction Flag is set to \"%s\" - can't change\n" msgstr "" -#: tools/gpg-card.c:3405 tools/gpg-card.c:3419 +#: tools/gpg-card.c:3406 tools/gpg-card.c:3420 #, c-format msgid "" "Warning: Setting the User Interaction Flag to \"%s\"\n" " can only be reverted using a factory reset!\n" msgstr "" -#: tools/gpg-card.c:3422 +#: tools/gpg-card.c:3423 #, c-format msgid "Please use \"uif --yes %d %s\"\n" msgstr "" -#: tools/gpg-card.c:3668 +#: tools/gpg-card.c:3669 #, fuzzy #| msgid " (certificate created at " msgid "authenticate to the card" msgstr " (certifkat oprettet den " -#: tools/gpg-card.c:3670 +#: tools/gpg-card.c:3671 msgid "send a reset to the card daemon" msgstr "" -#: tools/gpg-card.c:3672 +#: tools/gpg-card.c:3673 msgid "setup KDF for PIN authentication" msgstr "" -#: tools/gpg-card.c:3674 +#: tools/gpg-card.c:3675 msgid "change a private data object" msgstr "" -#: tools/gpg-card.c:3675 +#: tools/gpg-card.c:3676 #, fuzzy #| msgid " (certificate created at " msgid "read a certificate from a data object" msgstr " (certifkat oprettet den " -#: tools/gpg-card.c:3676 +#: tools/gpg-card.c:3677 #, fuzzy #| msgid " (certificate created at " msgid "store a certificate to a data object" msgstr " (certifkat oprettet den " -#: tools/gpg-card.c:3677 +#: tools/gpg-card.c:3678 msgid "store a private key to a data object" msgstr "" -#: tools/gpg-card.c:3678 +#: tools/gpg-card.c:3679 msgid "Yubikey management commands" msgstr "" -#: tools/gpg-card.c:3680 +#: tools/gpg-card.c:3681 msgid "manage the command history" msgstr "" @@ -9,8 +9,8 @@ msgid "" msgstr "" "Project-Id-Version: gnupg-2.3.0\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2021-04-07 19:24+0200\n" -"PO-Revision-Date: 2021-02-26 14:44+0100\n" +"POT-Creation-Date: 2021-04-20 12:38+0200\n" +"PO-Revision-Date: 2021-04-20 12:24+0200\n" "Last-Translator: Werner Koch <wk@gnupg.org>\n" "Language-Team: German <de@li.org>\n" "Language: de\n" @@ -212,24 +212,24 @@ msgid "ssh keys greater than %d bits are not supported\n" msgstr "SSH Schlüssel von mehr als %d Bits werden nicht unterstützt\n" #: agent/command-ssh.c:872 common/dotlock.c:852 g10/card-util.c:953 -#: g10/export.c:1329 g10/gpg.c:1430 g10/keygen.c:5327 g10/keyring.c:1319 +#: g10/export.c:1329 g10/gpg.c:1431 g10/keygen.c:5347 g10/keyring.c:1319 #: g10/keyring.c:1632 g10/openfile.c:293 g10/photoid.c:531 g10/photoid.c:549 -#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:478 +#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:479 #, c-format msgid "can't create '%s': %s\n" msgstr "'%s' kann nicht erzeugt werden: %s\n" #: agent/command-ssh.c:884 common/helpfile.c:57 g10/card-util.c:910 #: g10/dearmor.c:59 g10/dearmor.c:106 g10/decrypt.c:65 g10/decrypt.c:136 -#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1431 -#: g10/import.c:359 g10/import.c:546 g10/import.c:781 g10/keygen.c:4302 +#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1432 +#: g10/import.c:371 g10/import.c:558 g10/import.c:793 g10/keygen.c:4322 #: g10/keyring.c:1658 g10/openfile.c:197 g10/openfile.c:211 g10/plaintext.c:128 #: g10/plaintext.c:610 g10/sign.c:1086 g10/sign.c:1311 g10/sign.c:1424 #: g10/sign.c:1596 g10/tdbdump.c:143 g10/tdbdump.c:151 g10/tdbio.c:758 -#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2338 -#: sm/gpgsm.c:2368 sm/gpgsm.c:2406 sm/qualified.c:65 dirmngr/certcache.c:396 -#: dirmngr/certcache.c:476 dirmngr/certcache.c:478 dirmngr/crlcache.c:2588 -#: dirmngr/dirmngr.c:1711 tools/gpg-card.c:407 +#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2380 +#: sm/gpgsm.c:2410 sm/gpgsm.c:2448 sm/keylist.c:1737 sm/qualified.c:65 +#: dirmngr/certcache.c:396 dirmngr/certcache.c:476 dirmngr/certcache.c:478 +#: dirmngr/crlcache.c:2588 dirmngr/dirmngr.c:1720 tools/gpg-card.c:408 #, c-format msgid "can't open '%s': %s\n" msgstr "'%s' kann nicht geöffnet werden: %s\n" @@ -417,202 +417,200 @@ msgstr "Bitte geben Sie die Passphrase ein,%0Aum Ihren Schlüssel zu schützen." msgid "Please enter the new passphrase" msgstr "Bitte geben Sie die Passphrase ein:" -#: agent/gpg-agent.c:161 scd/scdaemon.c:114 dirmngr/dirmngr.c:181 +#: agent/gpg-agent.c:162 scd/scdaemon.c:115 dirmngr/dirmngr.c:182 msgid "Options used for startup" msgstr "Optionen zum Start des Programms" -#: agent/gpg-agent.c:163 scd/scdaemon.c:119 dirmngr/dirmngr.c:170 +#: agent/gpg-agent.c:164 scd/scdaemon.c:120 dirmngr/dirmngr.c:171 msgid "run in daemon mode (background)" msgstr "Im Daemon Modus ausführen" -#: agent/gpg-agent.c:164 scd/scdaemon.c:116 dirmngr/dirmngr.c:169 +#: agent/gpg-agent.c:165 scd/scdaemon.c:117 dirmngr/dirmngr.c:170 msgid "run in server mode (foreground)" msgstr "Im Server Modus ausführen" -#: agent/gpg-agent.c:166 dirmngr/dirmngr.c:172 +#: agent/gpg-agent.c:167 dirmngr/dirmngr.c:173 msgid "run in supervised mode" msgstr "Im \"Supervised\" Modus ausführen" -#: agent/gpg-agent.c:168 scd/scdaemon.c:120 dirmngr/dirmngr.c:183 +#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 msgid "do not detach from the console" msgstr "Im Vordergrund laufen lassen" -#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 +#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 msgid "sh-style command output" msgstr "Ausgabe für /bin/sh" -#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 +#: agent/gpg-agent.c:171 scd/scdaemon.c:123 dirmngr/dirmngr.c:186 msgid "csh-style command output" msgstr "Ausgabe für /bin/csh" -#: agent/gpg-agent.c:178 g10/gpg.c:588 scd/scdaemon.c:124 sm/gpgsm.c:419 -#: dirmngr/dirmngr.c:187 +#: agent/gpg-agent.c:179 g10/gpg.c:589 scd/scdaemon.c:125 sm/gpgsm.c:422 +#: dirmngr/dirmngr.c:188 msgid "|FILE|read options from FILE" msgstr "|DATEI|Konfigurationsoptionen aus DATEI lesen" -#: agent/gpg-agent.c:182 g10/gpg.c:573 scd/scdaemon.c:128 sm/gpgsm.c:262 -#: dirmngr/dirmngr.c:191 +#: agent/gpg-agent.c:183 g10/gpg.c:574 scd/scdaemon.c:129 sm/gpgsm.c:265 +#: dirmngr/dirmngr.c:192 msgid "Options controlling the diagnostic output" msgstr "Optionen zur Einstellung der Diagnoseausgaben" -#: agent/gpg-agent.c:184 g10/gpg.c:575 g10/gpgv.c:78 kbx/kbxutil.c:89 -#: scd/scdaemon.c:130 sm/gpgsm.c:264 dirmngr/dirmngr-client.c:69 -#: dirmngr/dirmngr.c:193 dirmngr/dirmngr_ldap.c:102 +#: agent/gpg-agent.c:185 g10/gpg.c:576 g10/gpgv.c:78 kbx/kbxutil.c:89 +#: scd/scdaemon.c:131 sm/gpgsm.c:267 dirmngr/dirmngr-client.c:69 +#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:102 #: tools/gpg-connect-agent.c:85 tools/gpgconf.c:111 msgid "verbose" msgstr "Detaillierte Informationen" -#: agent/gpg-agent.c:185 g10/gpg.c:577 g10/gpgv.c:79 kbx/kbxutil.c:90 -#: scd/scdaemon.c:131 sm/gpgsm.c:266 dirmngr/dirmngr-client.c:70 -#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:103 +#: agent/gpg-agent.c:186 g10/gpg.c:578 g10/gpgv.c:79 kbx/kbxutil.c:90 +#: scd/scdaemon.c:132 sm/gpgsm.c:269 dirmngr/dirmngr-client.c:70 +#: dirmngr/dirmngr.c:195 dirmngr/dirmngr_ldap.c:103 msgid "be somewhat more quiet" msgstr "Reduzierte Informationen" -#: agent/gpg-agent.c:193 g10/gpg.c:592 sm/gpgsm.c:280 dirmngr/dirmngr.c:204 +#: agent/gpg-agent.c:194 g10/gpg.c:593 sm/gpgsm.c:283 dirmngr/dirmngr.c:205 msgid "|FILE|write server mode logs to FILE" msgstr "|DATEI|Schreibe im Servermodus Logs auf DATEI" -#: agent/gpg-agent.c:197 g10/gpg.c:598 scd/scdaemon.c:145 sm/gpgsm.c:287 -#: dirmngr/dirmngr.c:208 +#: agent/gpg-agent.c:198 g10/gpg.c:599 scd/scdaemon.c:146 sm/gpgsm.c:290 +#: dirmngr/dirmngr.c:209 msgid "Options controlling the configuration" msgstr "Optionen zur Einstellung der Konfiguration" -#: agent/gpg-agent.c:200 +#: agent/gpg-agent.c:201 msgid "do not use the SCdaemon" msgstr "Den SCdaemon-basierten Kartenzugriff nicht nutzen" -#: agent/gpg-agent.c:202 +#: agent/gpg-agent.c:203 msgid "|PGM|use PGM as the SCdaemon program" msgstr "|PGM|Benutze PGM als SCdaemon" -#: agent/gpg-agent.c:204 -#, fuzzy -#| msgid "|PGM|use PGM as the SCdaemon program" +#: agent/gpg-agent.c:205 msgid "|PGM|use PGM as the tpm2daemon program" -msgstr "|PGM|Benutze PGM als SCdaemon" +msgstr "|PGM|Benutze PGM als tpm2daemon" -#: agent/gpg-agent.c:208 +#: agent/gpg-agent.c:209 msgid "|NAME|accept some commands via NAME" msgstr "|NAME|Einige Kommandos über NAME annehmen" -#: agent/gpg-agent.c:212 +#: agent/gpg-agent.c:213 msgid "ignore requests to change the TTY" msgstr "Ignoriere Anfragen, das TTY zu wechseln" -#: agent/gpg-agent.c:214 +#: agent/gpg-agent.c:215 msgid "ignore requests to change the X display" msgstr "Ignoriere Anfragen, das X-Display zu wechseln" -#: agent/gpg-agent.c:215 +#: agent/gpg-agent.c:216 msgid "enable ssh support" msgstr "SSH Unterstützung einschalten" -#: agent/gpg-agent.c:217 +#: agent/gpg-agent.c:218 msgid "|ALGO|use ALGO to show ssh fingerprints" msgstr "Verwende ALGO für SSH Fingerabdrücke" -#: agent/gpg-agent.c:220 +#: agent/gpg-agent.c:221 msgid "enable putty support" msgstr "PuTTY Unterstützung einschalten" -#: agent/gpg-agent.c:232 g10/gpg.c:843 scd/scdaemon.c:175 sm/gpgsm.c:379 +#: agent/gpg-agent.c:233 g10/gpg.c:844 scd/scdaemon.c:176 sm/gpgsm.c:382 msgid "Options controlling the security" msgstr "Optionen zur Einstellung der Sicherheit" -#: agent/gpg-agent.c:235 +#: agent/gpg-agent.c:236 msgid "|N|expire cached PINs after N seconds" msgstr "|N|Lasse PINs im Cache nach N Sekunden verfallen" -#: agent/gpg-agent.c:237 +#: agent/gpg-agent.c:238 msgid "|N|expire SSH keys after N seconds" msgstr "|N|lasse SSH Schlüssel im Cache nach N Sekunden verfallen" -#: agent/gpg-agent.c:239 +#: agent/gpg-agent.c:240 msgid "|N|set maximum PIN cache lifetime to N seconds" msgstr "|N|setze die maximale Lebensdauer von PINs im Cache auf N Sekunden" -#: agent/gpg-agent.c:241 +#: agent/gpg-agent.c:242 msgid "|N|set maximum SSH key lifetime to N seconds" msgstr "|N|setze die maximale Lebenszeit von SSH Schlüsseln auf N Sekunden" -#: agent/gpg-agent.c:243 +#: agent/gpg-agent.c:244 msgid "do not use the PIN cache when signing" msgstr "Benutze PINs im Cache nicht beim Signieren" -#: agent/gpg-agent.c:245 +#: agent/gpg-agent.c:246 msgid "disallow the use of an external password cache" msgstr "Verbiete die Verwendung eines externen Passwordmanagers" -#: agent/gpg-agent.c:247 +#: agent/gpg-agent.c:248 msgid "disallow clients to mark keys as \"trusted\"" msgstr "Verbiete Aufrufern Schlüssel als \"vertrauenswürdig\" zu markieren" -#: agent/gpg-agent.c:250 +#: agent/gpg-agent.c:251 msgid "allow presetting passphrase" msgstr "Erlaube ein \"preset\" von Passphrases" -#: agent/gpg-agent.c:255 +#: agent/gpg-agent.c:256 msgid "Options enforcing a passphrase policy" msgstr "Optionen für eine Passphrase-Policy" -#: agent/gpg-agent.c:258 +#: agent/gpg-agent.c:259 msgid "do not allow bypassing the passphrase policy" msgstr "Einhaltung der Passphrase-Policy erzwingen" -#: agent/gpg-agent.c:260 +#: agent/gpg-agent.c:261 msgid "|N|set minimal required length for new passphrases to N" msgstr "|N|setze die kleinste erlaubte Länge von Passphrasen auf N" -#: agent/gpg-agent.c:262 +#: agent/gpg-agent.c:263 msgid "|N|require at least N non-alpha characters for a new passphrase" msgstr "|N|Verlange mindestens N Nicht-Buchstaben für eine neue Passphrase" -#: agent/gpg-agent.c:265 +#: agent/gpg-agent.c:266 msgid "|FILE|check new passphrases against pattern in FILE" msgstr "|DATEI|Prüfe neue Passphrases gegen die Regelen in DATEI" -#: agent/gpg-agent.c:267 +#: agent/gpg-agent.c:268 msgid "|N|expire the passphrase after N days" msgstr "|N|Lasse die Passphrase nach N Tagen verfallen" -#: agent/gpg-agent.c:269 +#: agent/gpg-agent.c:270 msgid "do not allow the reuse of old passphrases" msgstr "Verbiete die Wiedernutzung alter Passphrases." -#: agent/gpg-agent.c:272 +#: agent/gpg-agent.c:273 msgid "Options controlling the PIN-Entry" msgstr "Optionen für das Pinentry" -#: agent/gpg-agent.c:274 +#: agent/gpg-agent.c:275 msgid "never use the PIN-entry" msgstr "Niemals das Pinentry benutzen" -#: agent/gpg-agent.c:276 +#: agent/gpg-agent.c:277 msgid "disallow caller to override the pinentry" msgstr "Aufrufer darf das Pinentry nicht ersetzen" -#: agent/gpg-agent.c:278 +#: agent/gpg-agent.c:279 msgid "let PIN-Entry grab keyboard and mouse" msgstr "Tastatur und Maus \"grabben\"" -#: agent/gpg-agent.c:281 +#: agent/gpg-agent.c:282 msgid "|PGM|use PGM as the PIN-Entry program" msgstr "|PGM|Benutze PGM as PIN-Entry" -#: agent/gpg-agent.c:285 +#: agent/gpg-agent.c:286 msgid "|N|set the Pinentry timeout to N seconds" msgstr "|N|Setze die Pinentry Zeitüberschreitung auf N Sekunden" -#: agent/gpg-agent.c:287 +#: agent/gpg-agent.c:288 msgid "allow passphrase to be prompted through Emacs" msgstr "Erlaube die Eingabe einer Passphrase über Emacs" #. TRANSLATORS: @EMAIL@ will get replaced by the actual bug #. reporting address. This is so that we can change the #. reporting address without breaking the translations. -#: agent/gpg-agent.c:550 agent/preset-passphrase.c:99 agent/protect-tool.c:154 -#: g10/gpg.c:1131 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:311 -#: sm/gpgsm.c:609 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:437 +#: agent/gpg-agent.c:551 agent/preset-passphrase.c:99 agent/protect-tool.c:154 +#: g10/gpg.c:1132 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:312 +#: sm/gpgsm.c:612 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:438 #: dirmngr/dirmngr_ldap.c:175 tools/gpg-connect-agent.c:220 tools/gpgconf.c:151 #: tools/gpg-check-pattern.c:143 msgid "Please report bugs to <@EMAIL@>.\n" @@ -620,11 +618,11 @@ msgstr "" "Berichte über Programmfehler bitte in englisch an <@EMAIL@>.\n" "Sinn- oder Schreibfehler in den deutschen Texten bitte an <de@li.org>.\n" -#: agent/gpg-agent.c:559 +#: agent/gpg-agent.c:560 msgid "Usage: @GPG_AGENT@ [options] (-h for help)" msgstr "Gebrauch: @GPG_AGENT@ [Optionen] [Kommando [Argumente]]" -#: agent/gpg-agent.c:561 +#: agent/gpg-agent.c:562 msgid "" "Syntax: @GPG_AGENT@ [options] [command [args]]\n" "Secret key management for @GNUPG@\n" @@ -632,125 +630,125 @@ msgstr "" "Syntax: @GPG_AGENT@ [Optionen] [Befehl [Argumente]]\n" "Verwaltung von geheimen Schlüsseln für @GNUPG@\n" -#: agent/gpg-agent.c:606 g10/gpg.c:1336 scd/scdaemon.c:383 sm/gpgsm.c:757 -#: dirmngr/dirmngr.c:521 +#: agent/gpg-agent.c:607 g10/gpg.c:1337 scd/scdaemon.c:384 sm/gpgsm.c:760 +#: dirmngr/dirmngr.c:522 #, c-format msgid "invalid debug-level '%s' given\n" msgstr "ungültige Debugebene `%s' angegeben\n" -#: agent/gpg-agent.c:971 g10/gpg.c:3879 g10/gpg.c:3903 sm/gpgsm.c:1736 -#: sm/gpgsm.c:1742 +#: agent/gpg-agent.c:972 g10/gpg.c:3910 g10/gpg.c:3934 sm/gpgsm.c:1769 +#: sm/gpgsm.c:1775 #, c-format msgid "selected digest algorithm is invalid\n" msgstr "Das ausgewählte Hashverfahren ist ungültig\n" -#: agent/gpg-agent.c:1195 agent/gpg-agent.c:2010 g10/gpg.c:2588 -#: scd/scdaemon.c:548 sm/gpgsm.c:1151 dirmngr/dirmngr.c:988 -#: dirmngr/dirmngr.c:1830 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:2019 common/comopt.c:93 +#: g10/gpg.c:2591 scd/scdaemon.c:549 sm/gpgsm.c:1155 dirmngr/dirmngr.c:989 +#: dirmngr/dirmngr.c:1840 #, c-format msgid "reading options from '%s'\n" msgstr "Optionen werden aus '%s' gelesen\n" -#: agent/gpg-agent.c:1327 g10/gpg.c:3830 scd/scdaemon.c:675 sm/gpgsm.c:1676 -#: dirmngr/dirmngr.c:1099 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 +#: agent/gpg-agent.c:1335 g10/gpg.c:3861 scd/scdaemon.c:687 sm/gpgsm.c:1709 +#: dirmngr/dirmngr.c:1108 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 #, c-format msgid "Note: '%s' is not considered an option\n" msgstr "Hinweis: `%s' wird nicht als Option betrachtet\n" -#: agent/gpg-agent.c:2146 scd/scdaemon.c:1096 dirmngr/dirmngr.c:1258 +#: agent/gpg-agent.c:2172 scd/scdaemon.c:1108 dirmngr/dirmngr.c:1267 #, c-format msgid "can't create socket: %s\n" msgstr "Socket kann nicht erzeugt werden: %s\n" -#: agent/gpg-agent.c:2163 scd/scdaemon.c:1109 dirmngr/dirmngr.c:1271 +#: agent/gpg-agent.c:2189 scd/scdaemon.c:1121 dirmngr/dirmngr.c:1280 #, c-format msgid "socket name '%s' is too long\n" msgstr "Der Name des Sockets `%s' ist zu lang\n" -#: agent/gpg-agent.c:2202 +#: agent/gpg-agent.c:2228 #, c-format msgid "a gpg-agent is already running - not starting a new one\n" msgstr "Ein gpg-agent läuft bereits - ein weiterer wird nicht gestartet\n" -#: agent/gpg-agent.c:2213 scd/scdaemon.c:1133 dirmngr/dirmngr.c:1303 +#: agent/gpg-agent.c:2239 scd/scdaemon.c:1145 dirmngr/dirmngr.c:1312 #, c-format msgid "error getting nonce for the socket\n" msgstr "Fehler beim Ermitteln der \"Nonce\" dieses Sockets\n" -#: agent/gpg-agent.c:2218 scd/scdaemon.c:1136 dirmngr/dirmngr.c:1306 +#: agent/gpg-agent.c:2244 scd/scdaemon.c:1148 dirmngr/dirmngr.c:1315 #, c-format msgid "error binding socket to '%s': %s\n" msgstr "Der Socket kann nicht an `%s' gebunden werden: %s\n" -#: agent/gpg-agent.c:2229 agent/gpg-agent.c:2269 agent/gpg-agent.c:2278 -#: scd/scdaemon.c:1144 dirmngr/dirmngr.c:1315 +#: agent/gpg-agent.c:2255 agent/gpg-agent.c:2295 agent/gpg-agent.c:2304 +#: scd/scdaemon.c:1156 dirmngr/dirmngr.c:1324 #, c-format msgid "can't set permissions of '%s': %s\n" msgstr "Zugriffsrechte für '%s' können nicht gesetzt werden: %s\n" -#: agent/gpg-agent.c:2243 scd/scdaemon.c:1156 dirmngr/dirmngr.c:1327 +#: agent/gpg-agent.c:2269 scd/scdaemon.c:1168 dirmngr/dirmngr.c:1336 #, c-format msgid "listening on socket '%s'\n" msgstr "Es wird auf Socket `%s' gehört\n" -#: agent/gpg-agent.c:2263 agent/gpg-agent.c:2316 common/homedir.c:517 +#: agent/gpg-agent.c:2289 agent/gpg-agent.c:2342 common/homedir.c:517 #: g10/openfile.c:399 g10/photoid.c:379 #, c-format msgid "can't create directory '%s': %s\n" msgstr "Verzeichnis `%s' kann nicht erzeugt werden: %s\n" -#: agent/gpg-agent.c:2266 agent/gpg-agent.c:2321 common/homedir.c:520 +#: agent/gpg-agent.c:2292 agent/gpg-agent.c:2347 common/homedir.c:520 #: g10/openfile.c:402 #, c-format msgid "directory '%s' created\n" msgstr "Verzeichnis `%s' erzeugt\n" -#: agent/gpg-agent.c:2327 +#: agent/gpg-agent.c:2353 #, c-format msgid "stat() failed for '%s': %s\n" msgstr "stat()-Aufruf für `%s' fehlgeschlagen: %s\n" -#: agent/gpg-agent.c:2331 +#: agent/gpg-agent.c:2357 #, c-format msgid "can't use '%s' as home directory\n" msgstr "Die Datei `%s' kann nicht als Home-Verzeichnis benutzt werden\n" -#: agent/gpg-agent.c:2486 scd/scdaemon.c:1172 dirmngr/dirmngr.c:2042 +#: agent/gpg-agent.c:2512 scd/scdaemon.c:1184 dirmngr/dirmngr.c:2069 #, c-format msgid "error reading nonce on fd %d: %s\n" msgstr "Fehler beim Lesen der \"Nonce\" von FD %d: %s\n" -#: agent/gpg-agent.c:2693 +#: agent/gpg-agent.c:2719 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "Handhabungsroutine 0x%lx für fd %d gestartet\n" -#: agent/gpg-agent.c:2698 +#: agent/gpg-agent.c:2724 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "Handhabungsroutine 0x%lx für den fd %d beendet\n" -#: agent/gpg-agent.c:2773 +#: agent/gpg-agent.c:2799 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "SSH-Handhabungsroutine 0x%lx für fd %d gestartet\n" -#: agent/gpg-agent.c:2778 +#: agent/gpg-agent.c:2804 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "SSH-Handhabungsroutine 0x%lx für fd %d beendet\n" -#: agent/gpg-agent.c:3000 scd/scdaemon.c:1362 dirmngr/dirmngr.c:2256 +#: agent/gpg-agent.c:3026 scd/scdaemon.c:1374 dirmngr/dirmngr.c:2283 #, c-format msgid "npth_pselect failed: %s - waiting 1s\n" msgstr "npth_select()-Aufruf fehlgeschlagen: %s - warte 1s\n" -#: agent/gpg-agent.c:3088 scd/scdaemon.c:1427 +#: agent/gpg-agent.c:3114 scd/scdaemon.c:1439 #, c-format msgid "%s %s stopped\n" msgstr "%s %s angehalten\n" -#: agent/gpg-agent.c:3226 common/simple-pwquery.c:247 g10/call-agent.c:260 +#: agent/gpg-agent.c:3252 common/simple-pwquery.c:247 g10/call-agent.c:260 #: sm/call-agent.c:131 tools/gpg-connect-agent.c:2319 tools/card-call-scd.c:311 #, c-format msgid "no gpg-agent running in this session\n" @@ -776,8 +774,8 @@ msgstr "" "Syntax: gpg-preset-passphrase [Optionen] KEYGRIP\n" "Kennwortpuffer-Pflege\n" -#: agent/protect-tool.c:107 g10/gpg.c:447 kbx/kbxutil.c:72 sm/gpgsm.c:213 -#: dirmngr/dirmngr.c:167 tools/gpgconf.c:81 +#: agent/protect-tool.c:107 g10/gpg.c:448 kbx/kbxutil.c:72 sm/gpgsm.c:215 +#: dirmngr/dirmngr.c:168 tools/gpgconf.c:81 msgid "" "@Commands:\n" " " @@ -1042,7 +1040,7 @@ msgid "error creating a stream for a pipe: %s\n" msgstr "Fehler beim Erzeugen eines \"streams\" zu einer \"pipe\": %s\n" #: common/exechelp-posix.c:505 common/exechelp-posix.c:580 -#: common/exechelp-posix.c:861 dirmngr/dirmngr.c:1345 +#: common/exechelp-posix.c:866 dirmngr/dirmngr.c:1354 #, c-format msgid "error forking process: %s\n" msgstr "Fehler beim \"Forken\" des Prozess: %s\n" @@ -1052,23 +1050,23 @@ msgstr "Fehler beim \"Forken\" des Prozess: %s\n" msgid "waiting for process %d to terminate failed: %s\n" msgstr "Das Warten auf die Beendigung des Prozesses %d schlug fehl: %s\n" -#: common/exechelp-posix.c:688 common/exechelp-posix.c:804 +#: common/exechelp-posix.c:688 common/exechelp-posix.c:809 #, c-format msgid "error running '%s': probably not installed\n" msgstr "Fehler bei Ausführung von `%s': wahrscheinlich nicht installiert\n" -#: common/exechelp-posix.c:694 common/exechelp-posix.c:811 +#: common/exechelp-posix.c:694 common/exechelp-posix.c:816 #: common/exechelp-w32.c:839 common/exechelp-w32ce.c:782 #, c-format msgid "error running '%s': exit status %d\n" msgstr "Fehler bei Ausführung von `%s': Endestatus %d\n" -#: common/exechelp-posix.c:702 common/exechelp-posix.c:819 +#: common/exechelp-posix.c:702 common/exechelp-posix.c:824 #, c-format msgid "error running '%s': terminated\n" msgstr "Fehler bei Ausführung von `%s': beendet\n" -#: common/exechelp-posix.c:760 common/exechelp-w32.c:820 +#: common/exechelp-posix.c:765 common/exechelp-w32.c:820 #, c-format msgid "waiting for processes to terminate failed: %s\n" msgstr "Das Warten auf die Beendigung von Prozessen schlug fehl: %s\n" @@ -1114,7 +1112,7 @@ msgid "renaming '%s' to '%s' failed: %s\n" msgstr "umbenennen von `%s' nach `%s' schlug fehl: %s\n" #. TRANSLATORS: See doc/TRANSLATE about this string. -#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3081 +#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3082 msgid "yes" msgstr "ja" @@ -1170,7 +1168,7 @@ msgid "out of core while allocating %lu bytes" msgstr "Kein Speicher mehr vorhanden, als %lu Byte zugewiesen werden sollten" #: common/miscellaneous.c:115 g10/card-util.c:917 tools/no-libgcrypt.c:30 -#: tools/gpg-card.c:415 +#: tools/gpg-card.c:416 #, c-format msgid "error allocating enough memory: %s\n" msgstr "Fehler beim Zuteilen genügenden Speichers: %s\n" @@ -1240,7 +1238,7 @@ msgstr "Fehler beim Holen der Version von '%s': %s\n" msgid "server '%s' is older than us (%s < %s)" msgstr "Der Server '%s' is älter als wir selbst (Version %s < %s)" -#: common/asshelp.c:737 g10/call-dirmngr.c:407 +#: common/asshelp.c:737 g10/call-dirmngr.c:408 #, c-format msgid "WARNING: %s\n" msgstr "WARNUNG: %s\n" @@ -1452,22 +1450,22 @@ msgstr "Ungültiges Basis-64 Zeichen %02X wurde übersprungen\n" #: common/ttyio.c:433 #, c-format msgid "Sorry, we are in batchmode - can't get input\n" -msgstr "" +msgstr "Leider sind wir im \"--batch\" Modus - Engabe nicht möglich\n" #: common/ttyio.c:439 #, c-format msgid "Sorry, no terminal at all requested - can't get input\n" -msgstr "" +msgstr "Leider ist kein Terminal vorhanden - Eingabe nicht möglich\n" #: common/ttyio.c:474 common/ttyio.c:484 #, c-format msgid "too many errors; giving up\n" -msgstr "" +msgstr "Zu viele Fehler; Verarbeitung wird abbgebrochen\n" #: common/ttyio.c:536 #, c-format msgid "Control-D detected\n" -msgstr "" +msgstr "Control-D Zeichen erkannt\n" #: common/utf8conv.c:123 #, c-format @@ -1518,8 +1516,8 @@ msgstr "Dateisperre %s konnte nicht eingerichtet werden: %s\n" msgid "waiting for lock %s...\n" msgstr "Warten auf die Freigabe der Dateisperre `%s' ...\n" -#: common/init.c:191 sm/gpgsm.c:1032 dirmngr/dirmngr.c:894 -#: dirmngr/dirmngr.c:903 +#: common/init.c:191 sm/gpgsm.c:1036 dirmngr/dirmngr.c:895 +#: dirmngr/dirmngr.c:904 #, c-format msgid "%s is too old (need %s, have %s)\n" msgstr "Die Bibliothek %s ist nicht aktuell (benötige %s, habe %s)\n" @@ -1679,10 +1677,9 @@ msgid "%s is not compliant with %s mode\n" msgstr "%s is nicht konform mit dem %s Modus\n" #: g10/call-agent.c:1081 -#, fuzzy, c-format -#| msgid "error reading from %s: %s\n" +#, c-format msgid "error from TPM: %s\n" -msgstr "Fehler beim Lesen von %s: %s\n" +msgstr "Fehler vom TPM: %s\n" #: g10/call-agent.c:2123 g10/passphrase.c:225 g10/passphrase.c:258 #: tools/card-call-scd.c:1751 @@ -1690,53 +1687,53 @@ msgstr "Fehler beim Lesen von %s: %s\n" msgid "problem with the agent: %s\n" msgstr "Problem mit dem Agenten: %s\n" -#: g10/call-dirmngr.c:178 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 +#: g10/call-dirmngr.c:179 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 #, c-format msgid "no dirmngr running in this session\n" msgstr "Der Dirmngr läuft nicht für diese Session\n" -#: g10/call-dirmngr.c:212 +#: g10/call-dirmngr.c:213 #, c-format msgid "keyserver option \"honor-keyserver-url\" may not be used in Tor mode\n" msgstr "" "Die Schlüsselserveroption \"honor-keyserver-url\" ist im Tor-Modus nicht " "erlaubt.\n" -#: g10/call-dirmngr.c:385 +#: g10/call-dirmngr.c:386 msgid "WKD uses a cached result" msgstr "WKD Abfrage wurde aus dem Cache bedient" -#: g10/call-dirmngr.c:388 +#: g10/call-dirmngr.c:389 msgid "Tor is not running" msgstr "Der Tor Dienst läuft nicht" -#: g10/call-dirmngr.c:390 +#: g10/call-dirmngr.c:391 msgid "Tor is not properly configured" msgstr "Der Tor Dienst ist falsch konfiguriert" -#: g10/call-dirmngr.c:392 +#: g10/call-dirmngr.c:393 msgid "DNS is not properly configured" msgstr "DNS is falsch konfiguriert" -#: g10/call-dirmngr.c:394 +#: g10/call-dirmngr.c:395 msgid "unacceptable HTTP redirect from server" msgstr "HTTP Weiterleitung kann nicht akzeptiert werden" -#: g10/call-dirmngr.c:396 +#: g10/call-dirmngr.c:397 msgid "unacceptable HTTP redirect from server was cleaned up" msgstr "HTTP Weiterleitung wurde gesäubert" -#: g10/call-dirmngr.c:398 +#: g10/call-dirmngr.c:399 msgid "server uses an invalid certificate" msgstr "Der Server benutzt eine ungültiges Zertifikat" -#: g10/call-dirmngr.c:405 g10/gpg.c:4568 +#: g10/call-dirmngr.c:406 g10/gpg.c:4599 #, c-format msgid "Note: %s\n" msgstr "Hinweis: %s\n" #: g10/card-util.c:86 g10/card-util.c:369 g10/card-util.c:1924 -#: tools/gpg-card.c:3038 +#: tools/gpg-card.c:3039 #, c-format msgid "OpenPGP card not available: %s\n" msgstr "OpenPGP Karte ist nicht vorhanden: %s\n" @@ -1747,17 +1744,17 @@ msgid "OpenPGP card no. %s detected\n" msgstr "OpenPGP Karte Nr. %s erkannt\n" #: g10/card-util.c:97 g10/card-util.c:2309 g10/delkey.c:164 g10/keyedit.c:1428 -#: g10/keygen.c:4771 g10/revoke.c:214 g10/revoke.c:638 +#: g10/keygen.c:4791 g10/revoke.c:214 g10/revoke.c:638 #, c-format msgid "can't do this in batch mode\n" msgstr "Dies kann im Batchmodus nicht durchgeführt werden.\n" -#: g10/card-util.c:105 tools/gpg-card.c:2942 +#: g10/card-util.c:105 tools/gpg-card.c:2943 #, c-format msgid "This command is only available for version 2 cards\n" msgstr "Dieser Befehl ist nur für Karten ab Version 2 möglich.\n" -#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2947 +#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2948 #, c-format msgid "Reset Code not or not anymore available\n" msgstr "Der Rückstellcode ist nicht vorhanden\n" @@ -1766,110 +1763,110 @@ msgstr "Der Rückstellcode ist nicht vorhanden\n" #: g10/card-util.c:1802 g10/keyedit.c:394 g10/keyedit.c:415 g10/keyedit.c:429 #: g10/keygen.c:1991 g10/keygen.c:2165 g10/keygen.c:2385 g10/keygen.c:2685 #: sm/certreqgen-ui.c:166 sm/certreqgen-ui.c:292 sm/certreqgen-ui.c:326 -#: tools/gpg-card.c:509 +#: tools/gpg-card.c:510 msgid "Your selection? " msgstr "Ihre Auswahl? " -#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:595 -#: tools/gpg-card.c:635 +#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:596 +#: tools/gpg-card.c:636 msgid "[not set]" msgstr "[nicht gesetzt]" -#: g10/card-util.c:558 tools/gpg-card.c:902 +#: g10/card-util.c:558 tools/gpg-card.c:903 msgid "Mr." msgstr "Hr." -#: g10/card-util.c:559 tools/gpg-card.c:903 +#: g10/card-util.c:559 tools/gpg-card.c:904 msgid "Ms." msgstr "Fr." -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 msgid "not forced" msgstr "nicht zwingend" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 msgid "forced" msgstr "zwingend" -#: g10/card-util.c:768 tools/gpg-card.c:1467 +#: g10/card-util.c:768 tools/gpg-card.c:1468 msgid "Error: Only plain ASCII is currently allowed.\n" msgstr "Fehler: Nur reines ASCII ist derzeit erlaubt.\n" -#: g10/card-util.c:770 tools/gpg-card.c:1469 +#: g10/card-util.c:770 tools/gpg-card.c:1470 msgid "Error: The \"<\" character may not be used.\n" msgstr "Fehler: Das Zeichen \"<\" kann nicht benutzt werden.\n" -#: g10/card-util.c:772 tools/gpg-card.c:1471 +#: g10/card-util.c:772 tools/gpg-card.c:1472 msgid "Error: Double spaces are not allowed.\n" msgstr "Fehler: Doppelte Leerzeichen sind nicht erlaubt.\n" -#: g10/card-util.c:789 tools/gpg-card.c:1504 +#: g10/card-util.c:789 tools/gpg-card.c:1505 msgid "Cardholder's surname: " msgstr "Familienname des Kartenbesitzers:" -#: g10/card-util.c:791 tools/gpg-card.c:1505 +#: g10/card-util.c:791 tools/gpg-card.c:1506 msgid "Cardholder's given name: " msgstr "Vorname des Kartenbesitzers:" -#: g10/card-util.c:809 tools/gpg-card.c:1522 +#: g10/card-util.c:809 tools/gpg-card.c:1523 #, c-format msgid "Error: Combined name too long (limit is %d characters).\n" msgstr "" "Fehler: Der zusammengesetzte Name ist zu lang (Grenze beträgt %d Zeichen).\n" -#: g10/card-util.c:830 tools/gpg-card.c:1560 +#: g10/card-util.c:830 tools/gpg-card.c:1561 msgid "URL to retrieve public key: " msgstr "URL um den öffentlichen Schlüssel zu holen: " -#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:394 g10/import.c:744 -#: g10/import.c:803 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 -#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1657 -#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:425 +#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:406 g10/import.c:756 +#: g10/import.c:815 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 +#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1666 +#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:426 #, c-format msgid "error reading '%s': %s\n" msgstr "Fehler beim Lesen von `%s': %s\n" #: g10/card-util.c:959 g10/decrypt-data.c:498 g10/export.c:2496 -#: dirmngr/crlcache.c:925 tools/gpg-card.c:485 tools/gpg-card.c:492 +#: dirmngr/crlcache.c:925 tools/gpg-card.c:486 tools/gpg-card.c:493 #, c-format msgid "error writing '%s': %s\n" msgstr "Fehler beim Schreiben von %s: %s\n" -#: g10/card-util.c:986 tools/gpg-card.c:1649 +#: g10/card-util.c:986 tools/gpg-card.c:1650 msgid "Login data (account name): " msgstr "Logindaten (Kontenname): " -#: g10/card-util.c:1024 tools/gpg-card.c:1944 +#: g10/card-util.c:1024 tools/gpg-card.c:1945 msgid "Private DO data: " msgstr "Geheime DO-Daten: " -#: g10/card-util.c:1109 tools/gpg-card.c:1698 +#: g10/card-util.c:1109 tools/gpg-card.c:1699 msgid "Language preferences: " msgstr "Spracheinstellungen" -#: g10/card-util.c:1117 tools/gpg-card.c:1709 +#: g10/card-util.c:1117 tools/gpg-card.c:1710 #, c-format msgid "Error: invalid length of preference string.\n" msgstr "Fehler: Ungültige Länge der Einstellungs-Zeichenfolge.\n" -#: g10/card-util.c:1126 tools/gpg-card.c:1718 +#: g10/card-util.c:1126 tools/gpg-card.c:1719 #, c-format msgid "Error: invalid characters in preference string.\n" msgstr "Fehler: Ungültige Zeichen in der Einstellungs-Zeichenfolge\n" -#: g10/card-util.c:1148 tools/gpg-card.c:1752 +#: g10/card-util.c:1148 tools/gpg-card.c:1753 msgid "Salutation (M = Mr., F = Ms., or space): " msgstr "Anrede (M=Hr., F=Fr. oder Leerzeichen): " -#: g10/card-util.c:1162 tools/gpg-card.c:1769 +#: g10/card-util.c:1162 tools/gpg-card.c:1770 msgid "Error: invalid response.\n" msgstr "Fehler: ungültige Antwort.\n" -#: g10/card-util.c:1185 tools/gpg-card.c:1834 +#: g10/card-util.c:1185 tools/gpg-card.c:1835 msgid "CA fingerprint: " msgstr "CA-Fingerabdruck: " -#: g10/card-util.c:1209 tools/gpg-card.c:1860 +#: g10/card-util.c:1209 tools/gpg-card.c:1861 #, c-format msgid "Error: invalid formatted fingerprint.\n" msgstr "Fehler: ungültig geformter Fingerabdruck.\n" @@ -1883,7 +1880,7 @@ msgstr "Schlüsseloperation nicht möglich: %s\n" msgid "not an OpenPGP card" msgstr "Keine gültige OpenPGP-Karte" -#: g10/card-util.c:1273 g10/keygen.c:4791 g10/keygen.c:5952 +#: g10/card-util.c:1273 g10/keygen.c:4811 g10/keygen.c:5972 #, c-format msgid "error getting current key info: %s\n" msgstr "Fehler beim Holen der aktuellen Schlüsselinfo: %s\n" @@ -1892,7 +1889,7 @@ msgstr "Fehler beim Holen der aktuellen Schlüsselinfo: %s\n" msgid "Replace existing key? (y/N) " msgstr "Vorhandenen Schlüssel ersetzen? (j/N) " -#: g10/card-util.c:1375 tools/gpg-card.c:3327 +#: g10/card-util.c:1375 tools/gpg-card.c:3328 msgid "" "Note: There is no guarantee that the card supports the requested\n" " key type or size. If the key generation does not succeed,\n" @@ -1980,13 +1977,13 @@ msgid "error getting card info: %s\n" msgstr "Fehler beim Holen der aktuellen Schlüsselinfo: %s\n" #: g10/card-util.c:1591 g10/card-util.c:1936 g10/card-util.c:2112 -#: g10/card-util.c:2171 tools/gpg-card.c:3056 tools/gpg-card.c:3295 -#: tools/gpg-card.c:3353 +#: g10/card-util.c:2171 tools/gpg-card.c:3057 tools/gpg-card.c:3296 +#: tools/gpg-card.c:3354 #, c-format msgid "This command is not supported by this card\n" msgstr "Dieser Befehl wird von dieser Karte nicht unterstützt.\n" -#: g10/card-util.c:1637 tools/gpg-card.c:2425 +#: g10/card-util.c:1637 tools/gpg-card.c:2426 msgid "Make off-card backup of encryption key? (Y/n) " msgstr "" "Sicherung des Verschlüsselungsschlüssel außerhalb der Karte erstellen? (J/n) " @@ -1996,11 +1993,11 @@ msgstr "" msgid "Note: keys are already stored on the card!\n" msgstr "Hinweis: Auf der Karte sind bereits Schlüssel gespeichert!\n" -#: g10/card-util.c:1654 tools/gpg-card.c:2397 +#: g10/card-util.c:1654 tools/gpg-card.c:2398 msgid "Replace existing keys? (y/N) " msgstr "Vorhandene Schlüssel ersetzen? (j/N) " -#: g10/card-util.c:1666 tools/gpg-card.c:2456 +#: g10/card-util.c:1666 tools/gpg-card.c:2457 #, c-format msgid "" "Please note that the factory settings of the PINs are\n" @@ -2036,18 +2033,18 @@ msgstr "Wählen Sie den Speicherort für den Schlüssel:\n" msgid "KEYTOCARD failed: %s\n" msgstr "Das KEYTOCARD Kommando schlug fehl: %s\n" -#: g10/card-util.c:1941 tools/gpg-card.c:3064 +#: g10/card-util.c:1941 tools/gpg-card.c:3065 #, c-format msgid "Note: This command destroys all keys stored on the card!\n" msgstr "" "Hinweis: Dieses Kommando zerstörrt alle auf der Karte gespeicherten " "Schlüssel!\n" -#: g10/card-util.c:1944 tools/gpg-card.c:3067 tools/gpg-card.c:3408 +#: g10/card-util.c:1944 tools/gpg-card.c:3068 tools/gpg-card.c:3409 msgid "Continue? (y/N) " msgstr "Fortsetzen? (j/N) " -#: g10/card-util.c:1949 tools/gpg-card.c:3078 +#: g10/card-util.c:1949 tools/gpg-card.c:3079 msgid "Really do a factory reset? (enter \"yes\") " msgstr "Möchten Sie die Karte wirklich komplett löschen? (\"yes\" eingeben) " @@ -2061,7 +2058,7 @@ msgstr "Fehler beim Einstellen der KDF: %s\n" msgid "error for setup UIF: %s\n" msgstr "Fehler beim Einstellen des UIF: %s\n" -#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3648 +#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3649 msgid "quit this menu" msgstr "Menü verlassen" @@ -2069,63 +2066,63 @@ msgstr "Menü verlassen" msgid "show admin commands" msgstr "Zeige Admin-Befehle" -#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3651 +#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3652 msgid "show this help" msgstr "Diese Hilfe zeigen" -#: g10/card-util.c:2217 tools/gpg-card.c:3653 +#: g10/card-util.c:2217 tools/gpg-card.c:3654 msgid "list all available data" msgstr "Alle vorhandenen Daten auflisten" -#: g10/card-util.c:2220 tools/gpg-card.c:3655 +#: g10/card-util.c:2220 tools/gpg-card.c:3656 msgid "change card holder's name" msgstr "Kartenbesitzernamen ändern" -#: g10/card-util.c:2221 tools/gpg-card.c:3656 +#: g10/card-util.c:2221 tools/gpg-card.c:3657 msgid "change URL to retrieve key" msgstr "Schlüssel-holen-URL ändern" -#: g10/card-util.c:2222 tools/gpg-card.c:3657 +#: g10/card-util.c:2222 tools/gpg-card.c:3658 msgid "fetch the key specified in the card URL" msgstr "Holen des Schlüssels mittels der URL auf der Karte" -#: g10/card-util.c:2223 tools/gpg-card.c:3658 +#: g10/card-util.c:2223 tools/gpg-card.c:3659 msgid "change the login name" msgstr "Ändern der Logindaten" -#: g10/card-util.c:2224 tools/gpg-card.c:3659 +#: g10/card-util.c:2224 tools/gpg-card.c:3660 msgid "change the language preferences" msgstr "Ändern der Spracheinstellungen" -#: g10/card-util.c:2225 tools/gpg-card.c:3660 +#: g10/card-util.c:2225 tools/gpg-card.c:3661 msgid "change card holder's salutation" msgstr "Ändern der Anrede des Kartenbesitzers" -#: g10/card-util.c:2227 tools/gpg-card.c:3662 +#: g10/card-util.c:2227 tools/gpg-card.c:3663 msgid "change a CA fingerprint" msgstr "Ändern des CA-Fingerabdrucks" -#: g10/card-util.c:2228 tools/gpg-card.c:3663 +#: g10/card-util.c:2228 tools/gpg-card.c:3664 msgid "toggle the signature force PIN flag" msgstr "Umschalten des \"Signature-force-PIN\"-Schalters" -#: g10/card-util.c:2229 tools/gpg-card.c:3664 +#: g10/card-util.c:2229 tools/gpg-card.c:3665 msgid "generate new keys" msgstr "neue Schlüssel erzeugen" -#: g10/card-util.c:2230 tools/gpg-card.c:3665 +#: g10/card-util.c:2230 tools/gpg-card.c:3666 msgid "menu to change or unblock the PIN" msgstr "Menü für Ändern oder Entsperren der PIN" -#: g10/card-util.c:2231 tools/gpg-card.c:3666 +#: g10/card-util.c:2231 tools/gpg-card.c:3667 msgid "verify the PIN and list all data" msgstr "überprüfe die PIN und liste alle Daten auf" -#: g10/card-util.c:2232 tools/gpg-card.c:3667 +#: g10/card-util.c:2232 tools/gpg-card.c:3668 msgid "unblock the PIN using a Reset Code" msgstr "die PIN mit dem Rückstellcode wieder freigeben" -#: g10/card-util.c:2233 tools/gpg-card.c:3671 +#: g10/card-util.c:2233 tools/gpg-card.c:3672 msgid "destroy all keys and data" msgstr "alle Schlüssel und Daten löschen" @@ -2137,11 +2134,11 @@ msgstr "Einrichten der KDF zur Authentifizierung (on/single/off)" msgid "change the key attribute" msgstr "Das Schlüsselattribut ändern" -#: g10/card-util.c:2237 tools/gpg-card.c:3673 +#: g10/card-util.c:2237 tools/gpg-card.c:3674 msgid "change the User Interaction Flag" msgstr "Das User Interaction Flag (UIF) ändern" -#: g10/card-util.c:2361 tools/gpg-card.c:3923 +#: g10/card-util.c:2361 tools/gpg-card.c:3924 msgid "gpg/card> " msgstr "gpg/card> " @@ -2157,8 +2154,8 @@ msgstr "Admin-Befehle sind erlaubt\n" msgid "Admin commands are not allowed\n" msgstr "Admin-Befehle sind nicht erlaubt\n" -#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3813 -#: tools/gpg-card.c:4071 +#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3814 +#: tools/gpg-card.c:4072 #, c-format msgid "Invalid command (try \"help\")\n" msgstr "Ungültiger Befehl (versuchen Sie's mal mit \"help\")\n" @@ -2168,21 +2165,21 @@ msgstr "Ungültiger Befehl (versuchen Sie's mal mit \"help\")\n" msgid "--output doesn't work for this command\n" msgstr "--output funktioniert nicht bei diesem Befehl\n" -#: g10/decrypt.c:247 g10/gpg.c:5262 g10/keyring.c:399 g10/keyring.c:750 +#: g10/decrypt.c:247 g10/gpg.c:5293 g10/keyring.c:399 g10/keyring.c:750 #, c-format msgid "can't open '%s'\n" msgstr "'%s' kann nicht geöffnet werden\n" #: g10/delkey.c:81 g10/export.c:1934 g10/export.c:2342 g10/export.c:2463 -#: g10/getkey.c:1907 g10/gpg.c:5207 g10/keyedit.c:1450 g10/keyedit.c:2382 -#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1238 +#: g10/getkey.c:1907 g10/gpg.c:5238 g10/keyedit.c:1450 g10/keyedit.c:2382 +#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1240 #: g10/revoke.c:230 g10/tofu.c:2168 #, c-format msgid "key \"%s\" not found: %s\n" msgstr "Schlüssel \"%s\" nicht gefunden: %s\n" -#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4303 -#: g10/gpg.c:5216 g10/keyedit.c:2354 g10/keyserver.c:1256 g10/revoke.c:236 +#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4330 +#: g10/gpg.c:5247 g10/keyedit.c:2354 g10/keyserver.c:1258 g10/revoke.c:236 #: g10/revoke.c:665 g10/tofu.c:2176 #, c-format msgid "error reading keyblock: %s\n" @@ -2315,15 +2312,15 @@ msgstr "" msgid "(use option \"%s\" to override)\n" msgstr "(benutze Option \"%s\" zum hinwegsetzen)\n" -#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4052 -#: g10/gpg.c:4099 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1760 +#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4083 +#: g10/gpg.c:4130 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1793 #, c-format msgid "cipher algorithm '%s' may not be used in %s mode\n" msgstr "" "Das Verschlüsselungsverfahren %s darf im %s Modus nicht verwendet werden.\n" -#: g10/encrypt.c:564 g10/gpg.c:4064 g10/gpg.c:4111 g10/sig-check.c:155 -#: g10/sign.c:452 sm/gpgsm.c:1770 sm/gpgsm.c:1780 sm/sign.c:596 sm/verify.c:510 +#: g10/encrypt.c:564 g10/gpg.c:4095 g10/gpg.c:4142 g10/sig-check.c:155 +#: g10/sign.c:452 sm/gpgsm.c:1803 sm/gpgsm.c:1813 sm/sign.c:596 sm/verify.c:510 #, c-format msgid "digest algorithm '%s' may not be used in %s mode\n" msgstr "Die Benutzung der Hashmethode %s ist im %s Modus nicht erlaubt.\n" @@ -2423,7 +2420,7 @@ msgstr "Das GnuPG Datensicherungsformat für Schlüssel benutzen" msgid " - skipped" msgstr " - übersprungen" -#: g10/export.c:1333 g10/import.c:2112 g10/openfile.c:202 g10/openfile.c:296 +#: g10/export.c:1333 g10/import.c:2124 g10/openfile.c:202 g10/openfile.c:296 #: g10/sign.c:1110 g10/sign.c:1447 #, c-format msgid "writing to '%s'\n" @@ -2517,270 +2514,270 @@ msgstr "" msgid "using subkey %s instead of primary key %s\n" msgstr "der Unterschlüssel %s wird anstelle des Hauptschlüssels %s verwendet\n" -#: g10/getkey.c:4232 g10/gpg.c:2164 +#: g10/getkey.c:4259 g10/gpg.c:2167 #, c-format msgid "valid values for option '%s':\n" msgstr "Gültige Argumente für Option '%s':\n" -#: g10/gpg.c:449 sm/gpgsm.c:215 +#: g10/gpg.c:450 sm/gpgsm.c:217 msgid "make a signature" msgstr "Eine Signatur erzeugen" -#: g10/gpg.c:450 +#: g10/gpg.c:451 msgid "make a clear text signature" msgstr "Eine Klartextsignatur erzeugen" -#: g10/gpg.c:452 sm/gpgsm.c:217 +#: g10/gpg.c:453 sm/gpgsm.c:219 msgid "make a detached signature" msgstr "Eine abgetrennte Signatur erzeugen" -#: g10/gpg.c:453 sm/gpgsm.c:218 +#: g10/gpg.c:454 sm/gpgsm.c:220 msgid "encrypt data" msgstr "Daten verschlüsseln" -#: g10/gpg.c:455 +#: g10/gpg.c:456 msgid "encryption only with symmetric cipher" msgstr "Daten symmetrisch verschlüsseln" -#: g10/gpg.c:457 sm/gpgsm.c:220 +#: g10/gpg.c:458 sm/gpgsm.c:222 msgid "decrypt data (default)" msgstr "Daten entschlüsseln (Voreinstellung)" -#: g10/gpg.c:459 sm/gpgsm.c:221 +#: g10/gpg.c:460 sm/gpgsm.c:223 msgid "verify a signature" msgstr "Signatur prüfen" -#: g10/gpg.c:461 sm/gpgsm.c:222 +#: g10/gpg.c:462 sm/gpgsm.c:224 msgid "list keys" msgstr "Liste der Schlüssel" -#: g10/gpg.c:463 +#: g10/gpg.c:464 msgid "list keys and signatures" msgstr "Liste der Schlüssel und ihrer Signaturen" -#: g10/gpg.c:466 +#: g10/gpg.c:467 msgid "list and check key signatures" msgstr "Signaturen der Schlüssel auflisten und prüfen" -#: g10/gpg.c:468 sm/gpgsm.c:227 +#: g10/gpg.c:469 sm/gpgsm.c:229 msgid "list keys and fingerprints" msgstr "Liste der Schlüssel und ihrer \"Fingerabdrücke\"" -#: g10/gpg.c:469 sm/gpgsm.c:225 +#: g10/gpg.c:470 sm/gpgsm.c:227 msgid "list secret keys" msgstr "Liste der geheimen Schlüssel" -#: g10/gpg.c:471 sm/gpgsm.c:228 +#: g10/gpg.c:472 sm/gpgsm.c:230 msgid "generate a new key pair" msgstr "Ein neues Schlüsselpaar erzeugen" -#: g10/gpg.c:474 +#: g10/gpg.c:475 msgid "quickly generate a new key pair" msgstr "Schnell ein neues Schlüsselpaar erzeugen" -#: g10/gpg.c:477 +#: g10/gpg.c:478 msgid "quickly add a new user-id" msgstr "Schnell eine neue User-ID anfügen" -#: g10/gpg.c:482 +#: g10/gpg.c:483 msgid "quickly revoke a user-id" msgstr "Schnell eine User-ID widerrufen" -#: g10/gpg.c:485 +#: g10/gpg.c:486 msgid "quickly set a new expiration date" msgstr "Schnell ein neues Ablaufdatum setzen" -#: g10/gpg.c:488 +#: g10/gpg.c:489 msgid "full featured key pair generation" msgstr "Ein neues Schlüsselpaar erzeugen (alle Optionen)" -#: g10/gpg.c:491 +#: g10/gpg.c:492 msgid "generate a revocation certificate" msgstr "Ein Schlüsselwiderruf-Zertifikat erzeugen" -#: g10/gpg.c:494 sm/gpgsm.c:231 +#: g10/gpg.c:495 sm/gpgsm.c:233 msgid "remove keys from the public keyring" msgstr "Schlüssel aus dem öff. Schlüsselbund entfernen" -#: g10/gpg.c:496 +#: g10/gpg.c:497 msgid "remove keys from the secret keyring" msgstr "Schlüssel aus dem geh. Schlüsselbund entfernen" -#: g10/gpg.c:498 +#: g10/gpg.c:499 msgid "quickly sign a key" msgstr "Schlüssel schnell signieren" -#: g10/gpg.c:500 +#: g10/gpg.c:501 msgid "quickly sign a key locally" msgstr "Schlüssel schnell nur für diesen Rechner signieren" -#: g10/gpg.c:502 +#: g10/gpg.c:503 msgid "quickly revoke a key signature" msgstr "Schnell eine Schlüsselsignatur widerrufen" -#: g10/gpg.c:503 +#: g10/gpg.c:504 msgid "sign a key" msgstr "Schlüssel signieren" -#: g10/gpg.c:504 +#: g10/gpg.c:505 msgid "sign a key locally" msgstr "Schlüssel nur für diesen Rechner signieren" -#: g10/gpg.c:505 +#: g10/gpg.c:506 msgid "sign or edit a key" msgstr "Signieren oder bearbeiten eines Schlüssels" -#: g10/gpg.c:507 sm/gpgsm.c:249 +#: g10/gpg.c:508 sm/gpgsm.c:251 msgid "change a passphrase" msgstr "Die Passphrase ändern" -#: g10/gpg.c:511 +#: g10/gpg.c:512 msgid "export keys" msgstr "Schlüssel exportieren" -#: g10/gpg.c:512 +#: g10/gpg.c:513 msgid "export keys to a keyserver" msgstr "Schlüssel zu einem Schlü.server exportieren" -#: g10/gpg.c:513 +#: g10/gpg.c:514 msgid "import keys from a keyserver" msgstr "Schlüssel von einem Schlü.server importieren" -#: g10/gpg.c:516 +#: g10/gpg.c:517 msgid "search for keys on a keyserver" msgstr "Schlüssel auf einem Schlü.server suchen" -#: g10/gpg.c:518 +#: g10/gpg.c:519 msgid "update all keys from a keyserver" msgstr "alle Schlüssel per Schlü.server aktualisieren" -#: g10/gpg.c:526 +#: g10/gpg.c:527 msgid "import/merge keys" msgstr "Schlüssel importieren/kombinieren" -#: g10/gpg.c:529 +#: g10/gpg.c:530 msgid "print the card status" msgstr "den Karten-Status ausgeben" -#: g10/gpg.c:530 +#: g10/gpg.c:531 msgid "change data on a card" msgstr "Daten auf einer Karte ändern" -#: g10/gpg.c:532 +#: g10/gpg.c:533 msgid "change a card's PIN" msgstr "PIN einer Karte ändern" -#: g10/gpg.c:544 +#: g10/gpg.c:545 msgid "update the trust database" msgstr "Ändern der \"Trust\"-Datenbank" -#: g10/gpg.c:554 +#: g10/gpg.c:555 msgid "print message digests" msgstr "Hashwerte für die Dateien ausgeben" -#: g10/gpg.c:558 sm/gpgsm.c:244 +#: g10/gpg.c:559 sm/gpgsm.c:246 msgid "run in server mode" msgstr "Im Server Modus ausführen" -#: g10/gpg.c:560 +#: g10/gpg.c:561 msgid "|VALUE|set the TOFU policy for a key" msgstr "|WERT|Setze die TOFU-Politik für einen Schlüssel" -#: g10/gpg.c:603 +#: g10/gpg.c:604 msgid "|NAME|use NAME as default secret key" msgstr "|NAME|NAME als voreingestellten Schlüssel benutzen" -#: g10/gpg.c:605 sm/gpgsm.c:337 +#: g10/gpg.c:606 sm/gpgsm.c:340 msgid "|NAME|encrypt to user ID NAME as well" msgstr "|NAME|Auch an NAME verschlüsseln" -#: g10/gpg.c:613 +#: g10/gpg.c:614 msgid "|SPEC|set up email aliases" msgstr "|SPEC|Email Alias festlegen" -#: g10/gpg.c:625 +#: g10/gpg.c:626 msgid "use strict OpenPGP behavior" msgstr "OpenPGP-Verhalten strikt beachten" -#: g10/gpg.c:650 kbx/kbxutil.c:91 sm/gpgsm.c:421 tools/gpgconf.c:113 +#: g10/gpg.c:651 kbx/kbxutil.c:91 sm/gpgsm.c:424 tools/gpgconf.c:113 msgid "do not make any changes" msgstr "Keine wirklichen Änderungen durchführen" -#: g10/gpg.c:651 +#: g10/gpg.c:652 msgid "prompt before overwriting" msgstr "vor Ãœberschreiben nachfragen" -#: g10/gpg.c:700 sm/gpgsm.c:307 +#: g10/gpg.c:701 sm/gpgsm.c:310 msgid "Options controlling the input" msgstr "Optionen für die Eingabe" -#: g10/gpg.c:718 sm/gpgsm.c:317 +#: g10/gpg.c:719 sm/gpgsm.c:320 msgid "Options controlling the output" msgstr "Optionen für die Ausgabe" -#: g10/gpg.c:720 sm/gpgsm.c:319 +#: g10/gpg.c:721 sm/gpgsm.c:322 msgid "create ascii armored output" msgstr "Ausgabe mit ASCII-Hülle versehen" -#: g10/gpg.c:724 g10/gpgv.c:82 sm/gpgsm.c:324 +#: g10/gpg.c:725 g10/gpgv.c:82 sm/gpgsm.c:327 msgid "|FILE|write output to FILE" msgstr "|DATEI|Ausgabe auf DATEI schreiben" -#: g10/gpg.c:737 +#: g10/gpg.c:738 msgid "use canonical text mode" msgstr "Textmodus benutzen" -#: g10/gpg.c:755 +#: g10/gpg.c:756 msgid "|N|set compress level to N (0 disables)" msgstr "|N|Kompressionsstufe auf N setzen (0=keine)" -#: g10/gpg.c:761 sm/gpgsm.c:354 +#: g10/gpg.c:762 sm/gpgsm.c:357 msgid "Options controlling key import and export" msgstr "Optionen für den Schlüsselimport und -export" -#: g10/gpg.c:764 +#: g10/gpg.c:765 msgid "|MECHANISMS|use MECHANISMS to locate keys by mail address" msgstr "" "|MECHANISMEN|Benutze MECHANISMEN um Schlüssel über die Mailadresse " "aufzufinden." -#: g10/gpg.c:767 +#: g10/gpg.c:768 msgid "import missing key from a signature" msgstr "Schlüssel aus der Signatur importieren" -#: g10/gpg.c:772 +#: g10/gpg.c:773 msgid "include the public key in signatures" msgstr "Schlüssel mit in die Signatur packen" -#: g10/gpg.c:775 sm/gpgsm.c:357 +#: g10/gpg.c:776 sm/gpgsm.c:360 msgid "disable all access to the dirmngr" msgstr "Jeglichen Zugriff auf den Dirmngr verhindern" -#: g10/gpg.c:787 sm/gpgsm.c:364 +#: g10/gpg.c:788 sm/gpgsm.c:367 msgid "Options controlling key listings" msgstr "Optionen für das Auflisten der Schlüssel" -#: g10/gpg.c:817 sm/gpgsm.c:329 +#: g10/gpg.c:818 sm/gpgsm.c:332 msgid "Options to specify keys" msgstr "Optionen zur Auswahl der Schlüssel" -#: g10/gpg.c:819 sm/gpgsm.c:331 +#: g10/gpg.c:820 sm/gpgsm.c:334 msgid "|USER-ID|encrypt for USER-ID" msgstr "|USER-ID|Verschlüsseln für USER-ID" -#: g10/gpg.c:827 sm/gpgsm.c:333 +#: g10/gpg.c:828 sm/gpgsm.c:336 msgid "|USER-ID|use USER-ID to sign or decrypt" msgstr "|USER-ID|Mit USER-ID signieren bzw. entschlüsseln" -#: g10/gpg.c:875 sm/gpgsm.c:405 +#: g10/gpg.c:876 sm/gpgsm.c:408 msgid "Options for unattended use" msgstr "Optionen für die Verwendung in Scripts" -#: g10/gpg.c:894 sm/gpgsm.c:417 dirmngr/dirmngr.c:285 +#: g10/gpg.c:895 sm/gpgsm.c:420 dirmngr/dirmngr.c:286 msgid "Other options" msgstr "Weitere Optionen" -#: g10/gpg.c:965 sm/gpgsm.c:450 +#: g10/gpg.c:966 sm/gpgsm.c:453 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -2789,7 +2786,7 @@ msgstr "" "(Auf der \"man\"-Seite ist eine vollständige Liste aller Befehle und " "Optionen)\n" -#: g10/gpg.c:968 +#: g10/gpg.c:969 msgid "" "@\n" "Examples:\n" @@ -2809,11 +2806,11 @@ msgstr "" " --list-keys [Namen] Schlüssel anzeigen\n" " --fingerprint [Namen] \"Fingerabdrücke\" anzeigen\n" -#: g10/gpg.c:1153 +#: g10/gpg.c:1154 msgid "Usage: @GPG@ [options] [files] (-h for help)" msgstr "Aufruf: @GPG@ [Optionen] [Dateien] (-h für Hilfe)" -#: g10/gpg.c:1156 +#: g10/gpg.c:1157 msgid "" "Syntax: @GPG@ [options] [files]\n" "Sign, check, encrypt or decrypt\n" @@ -2823,7 +2820,7 @@ msgstr "" "Signieren, prüfen, verschlüsseln, entschlüsseln.\n" "Die voreingestellte Operation ist abhängig von den Eingabedaten\n" -#: g10/gpg.c:1167 sm/gpgsm.c:633 +#: g10/gpg.c:1168 sm/gpgsm.c:636 msgid "" "\n" "Supported algorithms:\n" @@ -2831,75 +2828,75 @@ msgstr "" "\n" "Unterstützte Verfahren:\n" -#: g10/gpg.c:1170 +#: g10/gpg.c:1171 msgid "Pubkey: " msgstr "Öff. Schlüssel: " -#: g10/gpg.c:1177 g10/keyedit.c:3316 +#: g10/gpg.c:1178 g10/keyedit.c:3316 msgid "Cipher: " msgstr "Verschlü.: " -#: g10/gpg.c:1191 +#: g10/gpg.c:1192 msgid "Hash: " msgstr "Hash: " -#: g10/gpg.c:1198 g10/keyedit.c:3382 +#: g10/gpg.c:1199 g10/keyedit.c:3382 msgid "Compression: " msgstr "Komprimierung: " -#: g10/gpg.c:1273 sm/gpgsm.c:707 +#: g10/gpg.c:1274 sm/gpgsm.c:710 #, c-format msgid "usage: %s [options] %s\n" msgstr "Aufruf: %s [Optionen] %s\n" -#: g10/gpg.c:1466 sm/gpgsm.c:800 +#: g10/gpg.c:1467 sm/gpgsm.c:803 #, c-format msgid "conflicting commands\n" msgstr "Widersprüchliche Befehle\n" -#: g10/gpg.c:1484 +#: g10/gpg.c:1485 #, c-format msgid "no = sign found in group definition '%s'\n" msgstr "Kein '='-Zeichen in der Gruppendefinition gefunden `%s'\n" -#: g10/gpg.c:1682 +#: g10/gpg.c:1683 #, c-format msgid "WARNING: unsafe ownership on homedir '%s'\n" msgstr "WARNUNG: Unsicheres Besitzverhältnis des Home-Verzeichnis `%s'\n" -#: g10/gpg.c:1685 +#: g10/gpg.c:1686 #, c-format msgid "WARNING: unsafe ownership on configuration file '%s'\n" msgstr "WARNUNG: Unsicheres Besitzverhältnis der Konfigurationsdatei `%s'\n" -#: g10/gpg.c:1688 +#: g10/gpg.c:1689 #, c-format msgid "WARNING: unsafe ownership on extension '%s'\n" msgstr "WARNUNG: Unsicheres Besitzverhältnis auf die Erweiterung `%s'\n" -#: g10/gpg.c:1694 +#: g10/gpg.c:1695 #, c-format msgid "WARNING: unsafe permissions on homedir '%s'\n" msgstr "WARNUNG: Unsichere Zugriffsrechte des Home-Verzeichnis `%s'\n" -#: g10/gpg.c:1697 +#: g10/gpg.c:1698 #, c-format msgid "WARNING: unsafe permissions on configuration file '%s'\n" msgstr "WARNUNG: Unsichere Zugriffsrechte der Konfigurationsdatei `%s'\n" -#: g10/gpg.c:1700 +#: g10/gpg.c:1701 #, c-format msgid "WARNING: unsafe permissions on extension '%s'\n" msgstr "WARNUNG: Unsichere Zugriffsrechte auf die Erweiterung `%s'\n" -#: g10/gpg.c:1706 +#: g10/gpg.c:1707 #, c-format msgid "WARNING: unsafe enclosing directory ownership on homedir '%s'\n" msgstr "" "WARNUNG: Unsicheres Besitzverhältnis des umgebenden Verzeichnisses für Home-" "Verzeichnis `%s'\n" -#: g10/gpg.c:1709 +#: g10/gpg.c:1710 #, c-format msgid "" "WARNING: unsafe enclosing directory ownership on configuration file '%s'\n" @@ -2907,20 +2904,20 @@ msgstr "" "WARNUNG: Unsicheres Besitzverhältnis des umgebenden Verzeichnisses der " "Konfigurationsdatei '%s'\n" -#: g10/gpg.c:1712 +#: g10/gpg.c:1713 #, c-format msgid "WARNING: unsafe enclosing directory ownership on extension '%s'\n" msgstr "" "WARNUNG: Unsicheres Besitzverhältnis des umgebenden Verzeichnisses `%s'\n" -#: g10/gpg.c:1718 +#: g10/gpg.c:1719 #, c-format msgid "WARNING: unsafe enclosing directory permissions on homedir '%s'\n" msgstr "" "WARNUNG: Unsichere Zugriffsrechte des umgebenden Verzeichnisses des Home-" "Verzeichnisses `%s'\n" -#: g10/gpg.c:1721 +#: g10/gpg.c:1722 #, c-format msgid "" "WARNING: unsafe enclosing directory permissions on configuration file '%s'\n" @@ -2928,474 +2925,474 @@ msgstr "" "WARNUNG: Unsichere Zugriffsrechte des umgebenden Verzeichnisses der " "Konfigurationsdatei '%s'\n" -#: g10/gpg.c:1724 +#: g10/gpg.c:1725 #, c-format msgid "WARNING: unsafe enclosing directory permissions on extension '%s'\n" msgstr "" "WARNUNG: Unsichere Zugriffsrechte des umgebenden Verzeichnisses auf " "Erweiterung `%s'\n" -#: g10/gpg.c:1940 +#: g10/gpg.c:1941 #, c-format msgid "unknown configuration item '%s'\n" msgstr "Unbekanntes Konfigurationselement `%s'\n" -#: g10/gpg.c:2034 +#: g10/gpg.c:2037 msgid "display photo IDs during key listings" msgstr "Anzeigen der Foto-ID in den Schlüssellisten" -#: g10/gpg.c:2036 +#: g10/gpg.c:2039 msgid "show key usage information during key listings" msgstr "Schlüsselverwendungszwecke mit den Schlüsseln anlisten" -#: g10/gpg.c:2038 +#: g10/gpg.c:2041 msgid "show policy URLs during signature listings" msgstr "Richtlinien-URL mit den Signaturen anlisten" -#: g10/gpg.c:2040 +#: g10/gpg.c:2043 msgid "show all notations during signature listings" msgstr "Alle Notationen mit den Signaturen anlisten" -#: g10/gpg.c:2042 +#: g10/gpg.c:2045 msgid "show IETF standard notations during signature listings" msgstr "Standard Notationen mit den Signaturen anlisten" -#: g10/gpg.c:2046 +#: g10/gpg.c:2049 msgid "show user-supplied notations during signature listings" msgstr "Benutzer-Notationen mit den Signaturen anlisten" -#: g10/gpg.c:2048 +#: g10/gpg.c:2051 msgid "show preferred keyserver URLs during signature listings" msgstr "Bevorzugten Schlüsselserver mit den Signaturen anlisten" -#: g10/gpg.c:2050 +#: g10/gpg.c:2053 msgid "show user ID validity during key listings" msgstr "Zeige Gültigkeit der User-ID in den Schlüssellisten" -#: g10/gpg.c:2052 +#: g10/gpg.c:2055 msgid "show revoked and expired user IDs in key listings" msgstr "Zeige widerrufene und verfallene User-ID in den Schlüssellisten" -#: g10/gpg.c:2054 +#: g10/gpg.c:2057 msgid "show revoked and expired subkeys in key listings" msgstr "Zeige widerrufene und verfallene Unterschlüssel in den Schlüssellisten" -#: g10/gpg.c:2056 +#: g10/gpg.c:2059 msgid "show the keyring name in key listings" msgstr "Anzeigen des Schlüsselbundes, in dem ein Schlüssel drin ist" -#: g10/gpg.c:2058 +#: g10/gpg.c:2061 msgid "show expiration dates during signature listings" msgstr "Das Ablaufdatum mit den Signaturen anlisten" -#: g10/gpg.c:2175 +#: g10/gpg.c:2178 #, c-format msgid "unknown TOFU policy '%s'\n" msgstr "Unbekannte TOFU Regel '%s'\n" -#: g10/gpg.c:2177 +#: g10/gpg.c:2180 #, c-format msgid "(use \"help\" to list choices)\n" msgstr "(\"help\" um mögliche Werte anzuzeigen)\n" -#: g10/gpg.c:2972 g10/gpg.c:3797 g10/gpg.c:3809 +#: g10/gpg.c:2975 g10/gpg.c:3828 g10/gpg.c:3840 #, c-format msgid "Note: %s is not for normal use!\n" msgstr "Hinweis: %s ist nicht für den üblichen Gebrauch gedacht!\n" -#: g10/gpg.c:3148 g10/gpg.c:3160 +#: g10/gpg.c:3151 g10/gpg.c:3163 #, c-format msgid "'%s' is not a valid signature expiration\n" msgstr "`%s' ist kein gültiges Signaturablaufdatum\n" -#: g10/gpg.c:3182 +#: g10/gpg.c:3185 #, c-format msgid "\"%s\" is not a proper mail address\n" msgstr "\"%s\" ist keine gültige E-Mailadresse\n" -#: g10/gpg.c:3214 sm/gpgsm.c:1265 +#: g10/gpg.c:3217 sm/gpgsm.c:1270 #, c-format msgid "invalid pinentry mode '%s'\n" msgstr "Ungültiger Subjekt-Name '%s'\n" -#: g10/gpg.c:3220 sm/gpgsm.c:1271 +#: g10/gpg.c:3223 sm/gpgsm.c:1276 #, c-format msgid "invalid request origin '%s'\n" msgstr "Ungültiges \"Herkunft\"-Argument '%s'\n" -#: g10/gpg.c:3277 +#: g10/gpg.c:3280 #, c-format msgid "'%s' is not a valid character set\n" msgstr "`%s' ist kein gültiger Zeichensatz\n" -#: g10/gpg.c:3299 g10/gpg.c:3508 g10/keyedit.c:5319 +#: g10/gpg.c:3302 g10/gpg.c:3511 g10/keyedit.c:5319 #, c-format msgid "could not parse keyserver URL\n" msgstr "Schlüsselserver-URL konnte nicht analysiert werden\n" -#: g10/gpg.c:3317 +#: g10/gpg.c:3320 #, c-format msgid "%s:%d: invalid keyserver options\n" msgstr "%s:%d: ungültige Schlüsselserver-Option\n" -#: g10/gpg.c:3320 +#: g10/gpg.c:3323 #, c-format msgid "invalid keyserver options\n" msgstr "Ungültige Schlüsselserver-Option\n" -#: g10/gpg.c:3327 +#: g10/gpg.c:3330 #, c-format msgid "%s:%d: invalid import options\n" msgstr "%s:%d: ungültige Import-Option\n" -#: g10/gpg.c:3330 +#: g10/gpg.c:3333 #, c-format msgid "invalid import options\n" msgstr "Ungültige Import-Option\n" -#: g10/gpg.c:3336 g10/gpg.c:3351 +#: g10/gpg.c:3339 g10/gpg.c:3354 #, c-format msgid "invalid filter option: %s\n" msgstr "Ungültige Filter-Option: %s\n" -#: g10/gpg.c:3342 +#: g10/gpg.c:3345 #, c-format msgid "%s:%d: invalid export options\n" msgstr "%s:%d: ungültige Export-Option.\n" -#: g10/gpg.c:3345 +#: g10/gpg.c:3348 #, c-format msgid "invalid export options\n" msgstr "Ungültige Export-Option\n" -#: g10/gpg.c:3357 +#: g10/gpg.c:3360 #, c-format msgid "%s:%d: invalid list options\n" msgstr "%s:%d: ungültige Listen-Option.\n" -#: g10/gpg.c:3360 +#: g10/gpg.c:3363 #, c-format msgid "invalid list options\n" msgstr "Ungültige Listen-Option\n" -#: g10/gpg.c:3368 +#: g10/gpg.c:3371 msgid "display photo IDs during signature verification" msgstr "Foto-ID während der Signaturprüfung anzeigen" -#: g10/gpg.c:3370 +#: g10/gpg.c:3373 msgid "show policy URLs during signature verification" msgstr "Richtlinien-URLs während der Signaturprüfung anzeigen" -#: g10/gpg.c:3372 +#: g10/gpg.c:3375 msgid "show all notations during signature verification" msgstr "Alle Notationen während der Signaturprüfung anzeigen" -#: g10/gpg.c:3374 +#: g10/gpg.c:3377 msgid "show IETF standard notations during signature verification" msgstr "Standard-Notationen während der Signaturprüfung anzeigen" -#: g10/gpg.c:3378 +#: g10/gpg.c:3381 msgid "show user-supplied notations during signature verification" msgstr "Benutzer-Notationen während der Signaturprüfung anzeigen" -#: g10/gpg.c:3380 +#: g10/gpg.c:3383 msgid "show preferred keyserver URLs during signature verification" msgstr "" "Die URL für den bevorzugten Schlüsselserver während der Signaturprüfung " "anzeigen" -#: g10/gpg.c:3382 +#: g10/gpg.c:3385 msgid "show user ID validity during signature verification" msgstr "Die Gültigkeit der User-ID während der Signaturprüfung anzeigen" -#: g10/gpg.c:3384 +#: g10/gpg.c:3387 msgid "show revoked and expired user IDs in signature verification" msgstr "Zeige widerrufene und verfallene User-IDs während der Signaturprüfung" -#: g10/gpg.c:3386 +#: g10/gpg.c:3389 msgid "show only the primary user ID in signature verification" msgstr "Zeige nur die Haupt-User-ID während der Signaturprüfung" -#: g10/gpg.c:3393 +#: g10/gpg.c:3396 #, c-format msgid "%s:%d: invalid verify options\n" msgstr "%s:%d: ungültige Ãœberprüfungs-Option.\n" -#: g10/gpg.c:3396 +#: g10/gpg.c:3399 #, c-format msgid "invalid verify options\n" msgstr "Ungültige Ãœberprüfungs-Option\n" -#: g10/gpg.c:3403 +#: g10/gpg.c:3406 #, c-format msgid "unable to set exec-path to %s\n" msgstr "Der Ausführungspfad konnte nicht auf %s gesetzt werden.\n" -#: g10/gpg.c:3610 +#: g10/gpg.c:3613 #, c-format msgid "%s:%d: invalid auto-key-locate list\n" msgstr "%s:%d: ungültige \"auto-key-locate\"-Liste\n" -#: g10/gpg.c:3613 +#: g10/gpg.c:3616 #, c-format msgid "invalid auto-key-locate list\n" msgstr "ungültige \"auto-key-locate\"-Liste\n" -#: g10/gpg.c:3622 +#: g10/gpg.c:3625 #, c-format msgid "invalid argument for option \"%.50s\"\n" msgstr "Ungültiges Argument für Option \"%.50s\"\n" -#: g10/gpg.c:3776 sm/gpgsm.c:1642 +#: g10/gpg.c:3807 sm/gpgsm.c:1675 #, c-format msgid "WARNING: program may create a core file!\n" msgstr "WARNUNG: Programm könnte eine core-dump-Datei schreiben!\n" -#: g10/gpg.c:3790 +#: g10/gpg.c:3821 #, c-format msgid "WARNING: %s overrides %s\n" msgstr "WARNUNG: %s ersetzt %s\n" -#: g10/gpg.c:3799 +#: g10/gpg.c:3830 #, c-format msgid "%s not allowed with %s!\n" msgstr "%s zusammen mit %s ist nicht erlaubt!\n" -#: g10/gpg.c:3802 +#: g10/gpg.c:3833 #, c-format msgid "%s makes no sense with %s!\n" msgstr "%s zusammen mit %s ist nicht sinnvoll!\n" -#: g10/gpg.c:3817 sm/gpgsm.c:1663 dirmngr/dirmngr.c:1114 +#: g10/gpg.c:3848 sm/gpgsm.c:1696 dirmngr/dirmngr.c:1123 #, c-format msgid "WARNING: running with faked system time: " msgstr "WARNUNG: Ausführung mit gefälschter Systemzeit: " -#: g10/gpg.c:3838 +#: g10/gpg.c:3869 #, c-format msgid "will not run with insecure memory due to %s\n" msgstr "Startet nicht mit unsicherem Speicher, wegen Option %s\n" -#: g10/gpg.c:3866 g10/gpg.c:3897 sm/gpgsm.c:1730 +#: g10/gpg.c:3897 g10/gpg.c:3928 sm/gpgsm.c:1763 #, c-format msgid "selected cipher algorithm is invalid\n" msgstr "Das ausgewählte Verschlüsselungsverfahren ist ungültig\n" -#: g10/gpg.c:3873 +#: g10/gpg.c:3904 #, c-format msgid "selected AEAD algorithm is invalid\n" msgstr "Das ausgewählte AEAD-Verfahren ist ungültig\n" -#: g10/gpg.c:3885 +#: g10/gpg.c:3916 #, c-format msgid "selected compression algorithm is invalid\n" msgstr "Das ausgewählte Komprimierungsverfahren ist ungültig\n" -#: g10/gpg.c:3891 +#: g10/gpg.c:3922 #, c-format msgid "selected certification digest algorithm is invalid\n" msgstr "Das ausgewählte Hashverfahren ist ungültig\n" -#: g10/gpg.c:3906 +#: g10/gpg.c:3937 #, c-format msgid "completes-needed must be greater than 0\n" msgstr "completes-needed müssen größer als 0 sein\n" -#: g10/gpg.c:3908 +#: g10/gpg.c:3939 #, c-format msgid "marginals-needed must be greater than 1\n" msgstr "marginals-needed müssen größer als 1 sein\n" -#: g10/gpg.c:3910 +#: g10/gpg.c:3941 #, c-format msgid "max-cert-depth must be in the range from 1 to 255\n" msgstr "max-cert-depth muß im Bereich 1 bis 255 liegen\n" -#: g10/gpg.c:3912 +#: g10/gpg.c:3943 #, c-format msgid "invalid default-cert-level; must be 0, 1, 2, or 3\n" msgstr "ungültiger \"default-cert-level\"; Wert muß 0, 1, 2 oder 3 sein\n" -#: g10/gpg.c:3914 +#: g10/gpg.c:3945 #, c-format msgid "invalid min-cert-level; must be 1, 2, or 3\n" msgstr "ungültiger \"min-cert-level\"; Wert muß 0, 1, 2 oder 3 sein\n" -#: g10/gpg.c:3918 +#: g10/gpg.c:3949 #, c-format msgid "Note: simple S2K mode (0) is strongly discouraged\n" msgstr "Hinweis: Vom \"simple S2K\"-Modus (0) ist strikt abzuraten\n" -#: g10/gpg.c:3922 +#: g10/gpg.c:3953 #, c-format msgid "invalid S2K mode; must be 0, 1 or 3\n" msgstr "ungültiger \"simple S2K\"-Modus; Wert muß 0, 1 oder 3 sein\n" -#: g10/gpg.c:3929 +#: g10/gpg.c:3960 #, c-format msgid "invalid default preferences\n" msgstr "ungültige Standard-Voreinstellungen\n" -#: g10/gpg.c:3933 +#: g10/gpg.c:3964 #, c-format msgid "invalid personal cipher preferences\n" msgstr "ungültige private Verschlüsselungsvoreinstellungen\n" -#: g10/gpg.c:3936 +#: g10/gpg.c:3967 #, c-format msgid "invalid personal AEAD preferences\n" msgstr "ungültige private AEAD-Voreinstellungen\n" -#: g10/gpg.c:3940 +#: g10/gpg.c:3971 #, c-format msgid "invalid personal digest preferences\n" msgstr "ungültige private Hashvoreinstellungen\n" -#: g10/gpg.c:3944 +#: g10/gpg.c:3975 #, c-format msgid "invalid personal compress preferences\n" msgstr "ungültige private Komprimierungsvoreinstellungen\n" -#: g10/gpg.c:3953 g10/gpg.c:3958 +#: g10/gpg.c:3984 g10/gpg.c:3989 #, c-format msgid "chunk size invalid - using %d\n" msgstr "Ungültige \"Chunk\"-Größe; %d wird verwendet\n" -#: g10/gpg.c:3995 +#: g10/gpg.c:4026 #, c-format msgid "%s does not yet work with %s\n" msgstr "%s arbeitet noch nicht mit %s zusammen\n" -#: g10/gpg.c:4058 +#: g10/gpg.c:4089 #, c-format msgid "AEAD algorithm '%s' may not be used in %s mode\n" msgstr "Das AEAD-Verfahren %s darf im %s Modus nicht verwendet werden.\n" -#: g10/gpg.c:4070 +#: g10/gpg.c:4101 #, c-format msgid "compression algorithm '%s' may not be used in %s mode\n" msgstr "" "Die Benutzung des Komprimierverfahren %s ist im %s Modus nicht erlaubt.\n" -#: g10/gpg.c:4225 +#: g10/gpg.c:4256 #, c-format msgid "failed to initialize the TrustDB: %s\n" msgstr "Die Trust-DB kann nicht initialisiert werden: %s\n" -#: g10/gpg.c:4237 +#: g10/gpg.c:4268 #, c-format msgid "WARNING: recipients (-r) given without using public key encryption\n" msgstr "" "WARNUNG: Empfänger (-r) angegeben ohne Verwendung von Public-Key-Verfahren\n" -#: g10/gpg.c:4309 +#: g10/gpg.c:4340 #, c-format msgid "symmetric encryption of '%s' failed: %s\n" msgstr "Symmetrische Entschlüsselung von `%s' fehlgeschlagen: %s\n" -#: g10/gpg.c:4338 +#: g10/gpg.c:4369 #, c-format msgid "you cannot use --symmetric --encrypt with --s2k-mode 0\n" msgstr "" "--symmetric --encrypt kann nicht zusammen mit --s2k-mode 0 verwendet werden\n" -#: g10/gpg.c:4341 +#: g10/gpg.c:4372 #, c-format msgid "you cannot use --symmetric --encrypt in %s mode\n" msgstr "Im %s Modus kann --symmetric --encrypt nicht verwendet werden.\n" -#: g10/gpg.c:4399 +#: g10/gpg.c:4430 #, c-format msgid "you cannot use --symmetric --sign --encrypt with --s2k-mode 0\n" msgstr "" "--symmetric --sign --encrypt kann nicht zusammen mit --s2k-mode 0 verwendet " "werden\n" -#: g10/gpg.c:4402 +#: g10/gpg.c:4433 #, c-format msgid "you cannot use --symmetric --sign --encrypt in %s mode\n" msgstr "" "Im %s Modus kann --symmetric --sign --encrypt nicht verwendet werden.\n" -#: g10/gpg.c:4790 g10/keyserver.c:1858 +#: g10/gpg.c:4821 g10/keyserver.c:1870 #, c-format msgid "keyserver send failed: %s\n" msgstr "Senden an Schlüsselserver fehlgeschlagen: %s\n" -#: g10/gpg.c:4795 +#: g10/gpg.c:4826 #, c-format msgid "keyserver receive failed: %s\n" msgstr "Empfangen vom Schlüsselserver fehlgeschlagen: %s\n" -#: g10/gpg.c:4801 +#: g10/gpg.c:4832 #, c-format msgid "key export failed: %s\n" msgstr "Schlüsselexport fehlgeschlagen: %s\n" -#: g10/gpg.c:4814 +#: g10/gpg.c:4845 #, c-format msgid "export as ssh key failed: %s\n" msgstr "Schlüsselexport im SSH Format fehlgeschlagen: %s\n" -#: g10/gpg.c:4826 +#: g10/gpg.c:4857 #, c-format msgid "keyserver search failed: %s\n" msgstr "Suche auf dem Schlüsselserver fehlgeschlagen: %s\n" -#: g10/gpg.c:4839 +#: g10/gpg.c:4870 #, c-format msgid "keyserver refresh failed: %s\n" msgstr "Refresh vom Schlüsselserver fehlgeschlagen: %s\n" -#: g10/gpg.c:4906 +#: g10/gpg.c:4937 #, c-format msgid "dearmoring failed: %s\n" msgstr "Entfernen der ASCII-Hülle ist fehlgeschlagen: %s\n" -#: g10/gpg.c:4917 +#: g10/gpg.c:4948 #, c-format msgid "enarmoring failed: %s\n" msgstr "Anbringen der ASCII-Hülle ist fehlgeschlagen: %s\n" -#: g10/gpg.c:5022 +#: g10/gpg.c:5053 #, c-format msgid "invalid hash algorithm '%s'\n" msgstr "Ungültiges Hashverfahren '%s'\n" -#: g10/gpg.c:5174 g10/tofu.c:2156 +#: g10/gpg.c:5205 g10/tofu.c:2156 #, c-format msgid "error parsing key specification '%s': %s\n" msgstr "Fehler in der Schlüsselangabe '%s': %s\n" -#: g10/gpg.c:5185 +#: g10/gpg.c:5216 #, c-format msgid "'%s' does not appear to be a valid key ID, fingerprint or keygrip\n" msgstr "" "'%s\" sieht nicht nach einer gültigen Schlüssel-ID, einem Fingerabdruck oder " "einem \"Keygrip\" aus\n" -#: g10/gpg.c:5241 +#: g10/gpg.c:5272 #, c-format msgid "WARNING: no command supplied. Trying to guess what you mean ...\n" msgstr "" "WARNING: Kein Kommando angegeben. Versuche zu raten was gemeint ist ...\n" -#: g10/gpg.c:5252 +#: g10/gpg.c:5283 #, c-format msgid "Go ahead and type your message ...\n" msgstr "Auf geht's - Botschaft eintippen ...\n" -#: g10/gpg.c:5599 +#: g10/gpg.c:5630 #, c-format msgid "the given certification policy URL is invalid\n" msgstr "Die angegebene Zertifikat-Richtlinien-URL ist ungültig\n" -#: g10/gpg.c:5601 +#: g10/gpg.c:5632 #, c-format msgid "the given signature policy URL is invalid\n" msgstr "Die angegebene Signatur-Richtlinien-URL ist ungültig\n" -#: g10/gpg.c:5634 +#: g10/gpg.c:5665 #, c-format msgid "the given preferred keyserver URL is invalid\n" msgstr "Die angegebene URL des bevorzugten Schlüsselserver ist ungültig\n" @@ -3408,7 +3405,7 @@ msgstr "|DATEI|Schlüssel aus der Schlüsselbund DATEI nehmen" msgid "make timestamp conflicts only a warning" msgstr "differierende Zeitangaben sind kein Fehler" -#: g10/gpgv.c:86 sm/gpgsm.c:411 tools/gpgconf.c:116 tools/gpg-card.c:94 +#: g10/gpgv.c:86 sm/gpgsm.c:414 tools/gpgconf.c:116 tools/gpg-card.c:95 msgid "|FD|write status info to this FD" msgstr "|FD|Statusinfo auf FD (Dateihandle) ausgeben" @@ -3493,97 +3490,97 @@ msgstr "Eingabedaten sind im GnuPG Datensicherungsformat für Schlüssel" msgid "repair keys on import" msgstr "Schlüssel beim Import reparieren" -#: g10/import.c:387 g10/import.c:709 +#: g10/import.c:399 g10/import.c:721 #, c-format msgid "skipping block of type %d\n" msgstr "überspringe den Block vom Typ %d\n" -#: g10/import.c:726 +#: g10/import.c:738 #, c-format msgid "%lu keys processed so far\n" msgstr "%lu Schlüssel bislang bearbeitet\n" -#: g10/import.c:819 +#: g10/import.c:831 #, c-format msgid "Total number processed: %lu\n" msgstr "Anzahl insgesamt bearbeiteter Schlüssel: %lu\n" -#: g10/import.c:822 +#: g10/import.c:834 #, c-format msgid " skipped PGP-2 keys: %lu\n" msgstr " ignorierte PGP-2 Schlüssel: %lu\n" -#: g10/import.c:824 +#: g10/import.c:836 #, c-format msgid " skipped new keys: %lu\n" msgstr " ignorierte neue Schlüssel: %lu\n" -#: g10/import.c:827 +#: g10/import.c:839 #, c-format msgid " w/o user IDs: %lu\n" msgstr " ohne User-ID: %lu\n" -#: g10/import.c:830 sm/import.c:129 +#: g10/import.c:842 sm/import.c:129 #, c-format msgid " imported: %lu" msgstr " importiert: %lu" -#: g10/import.c:834 sm/import.c:133 +#: g10/import.c:846 sm/import.c:133 #, c-format msgid " unchanged: %lu\n" msgstr " unverändert: %lu\n" -#: g10/import.c:836 +#: g10/import.c:848 #, c-format msgid " new user IDs: %lu\n" msgstr " neue User-IDs: %lu\n" -#: g10/import.c:838 +#: g10/import.c:850 #, c-format msgid " new subkeys: %lu\n" msgstr " neue Unterschlüssel: %lu\n" -#: g10/import.c:840 +#: g10/import.c:852 #, c-format msgid " new signatures: %lu\n" msgstr " neue Signaturen: %lu\n" -#: g10/import.c:842 +#: g10/import.c:854 #, c-format msgid " new key revocations: %lu\n" msgstr " neue Schlüsselwiderrufe: %lu\n" -#: g10/import.c:844 sm/import.c:135 +#: g10/import.c:856 sm/import.c:135 #, c-format msgid " secret keys read: %lu\n" msgstr " gelesene geheime Schlüssel: %lu\n" -#: g10/import.c:846 sm/import.c:137 +#: g10/import.c:858 sm/import.c:137 #, c-format msgid " secret keys imported: %lu\n" msgstr " geheime Schlüssel importiert: %lu\n" -#: g10/import.c:848 sm/import.c:139 +#: g10/import.c:860 sm/import.c:139 #, c-format msgid " secret keys unchanged: %lu\n" msgstr " unveränderte geh. Schl.: %lu\n" -#: g10/import.c:850 sm/import.c:141 +#: g10/import.c:862 sm/import.c:141 #, c-format msgid " not imported: %lu\n" msgstr " nicht importiert: %lu\n" -#: g10/import.c:852 +#: g10/import.c:864 #, c-format msgid " signatures cleaned: %lu\n" msgstr " Signaturen bereinigt: %lu\n" -#: g10/import.c:854 +#: g10/import.c:866 #, c-format msgid " user IDs cleaned: %lu\n" msgstr " User-IDs bereinigt: %lu\n" -#: g10/import.c:1279 +#: g10/import.c:1291 #, c-format msgid "" "WARNING: key %s contains preferences for unavailable\n" @@ -3592,175 +3589,175 @@ msgstr "" "WARNUNG: Schlüssel %s hat Einstellungen zu nicht verfügbaren\n" "Verfahren für folgende User-ID:\n" -#: g10/import.c:1321 +#: g10/import.c:1333 #, c-format msgid " \"%s\": preference for cipher algorithm %s\n" msgstr " \"%s\": Einstellungen des Verschlüsselungsverfahren %s\n" -#: g10/import.c:1339 +#: g10/import.c:1351 #, c-format msgid " \"%s\": preference for AEAD algorithm %s\n" msgstr " \"%s\": Einstellungen des AEAD-Verfahrens %s\n" -#: g10/import.c:1354 +#: g10/import.c:1366 #, c-format msgid " \"%s\": preference for digest algorithm %s\n" msgstr " \"%s\": Einstellungen der Hashmethode %s\n" -#: g10/import.c:1366 +#: g10/import.c:1378 #, c-format msgid " \"%s\": preference for compression algorithm %s\n" msgstr " \"%s\": Einstellungen der Komprimierungsverfahren %s\n" -#: g10/import.c:1379 +#: g10/import.c:1391 #, c-format msgid "it is strongly suggested that you update your preferences and\n" msgstr "es ist extrem empfehlenswert Ihre Einstellungen zu ändern und\n" -#: g10/import.c:1381 +#: g10/import.c:1393 #, c-format msgid "re-distribute this key to avoid potential algorithm mismatch problems\n" msgstr "" "diesen Schlüssel wieder zu verteilen, um mögliche Probleme durch unpassende " "Verfahrenskombinationen zu vermeiden\n" -#: g10/import.c:1406 +#: g10/import.c:1418 #, c-format msgid "you can update your preferences with: gpg --edit-key %s updpref save\n" msgstr "" "Sie können Ihren Einstellungen mittels \"gpg --edit-key %s updpref save\" " "ändern\n" -#: g10/import.c:1920 g10/import.c:3041 +#: g10/import.c:1932 g10/import.c:3053 #, c-format msgid "key %s: no user ID\n" msgstr "Schlüssel %s: Keine User-ID\n" -#: g10/import.c:1926 +#: g10/import.c:1938 #, c-format msgid "key %s: %s\n" msgstr "Schlüssel %s: %s\n" -#: g10/import.c:1927 g10/import.c:3013 +#: g10/import.c:1939 g10/import.c:3025 msgid "rejected by import screener" msgstr "vom Import-Aufpasser zurückgewiesen" -#: g10/import.c:1976 +#: g10/import.c:1988 #, c-format msgid "key %s: PKS subkey corruption repaired\n" msgstr "Schlüssel %s: PKS Unterschlüsseldefekt repariert\n" -#: g10/import.c:1997 +#: g10/import.c:2009 #, c-format msgid "key %s: accepted non self-signed user ID \"%s\"\n" msgstr "Schlüssel %s: Nicht eigenbeglaubigte User-ID `%s' übernommen\n" -#: g10/import.c:2008 g10/import.c:2039 +#: g10/import.c:2020 g10/import.c:2051 #, c-format msgid "key %s: no valid user IDs\n" msgstr "Schlüssel %s: Keine gültigen User-IDs\n" -#: g10/import.c:2010 +#: g10/import.c:2022 #, c-format msgid "this may be caused by a missing self-signature\n" msgstr "dies könnte durch fehlende Eigenbeglaubigung verursacht worden sein\n" -#: g10/import.c:2089 g10/import.c:3427 +#: g10/import.c:2101 g10/import.c:3439 #, c-format msgid "key %s: public key not found: %s\n" msgstr "Schlüssel %s: Öffentlicher Schlüssel nicht gefunden: %s\n" -#: g10/import.c:2095 +#: g10/import.c:2107 #, c-format msgid "key %s: new key - skipped\n" msgstr "Schlüssel %s: neuer Schlüssel - übersprungen\n" -#: g10/import.c:2107 +#: g10/import.c:2119 #, c-format msgid "no writable keyring found: %s\n" msgstr "kein schreibbarer Schlüsselbund gefunden: %s\n" -#: g10/import.c:2139 g10/import.c:2241 g10/import.c:3502 +#: g10/import.c:2151 g10/import.c:2253 g10/import.c:3514 #, c-format msgid "error writing keyring '%s': %s\n" msgstr "Fehler beim Schreiben des Schlüsselbundes `%s': %s\n" -#: g10/import.c:2162 +#: g10/import.c:2174 #, c-format msgid "key %s: public key \"%s\" imported\n" msgstr "Schlüssel %s: Öffentlicher Schlüssel \"%s\" importiert\n" -#: g10/import.c:2189 +#: g10/import.c:2201 #, c-format msgid "key %s: doesn't match our copy\n" msgstr "Schlüssel %s: Stimmt nicht mit unserer Kopie überein\n" -#: g10/import.c:2257 +#: g10/import.c:2269 #, c-format msgid "key %s: \"%s\" 1 new user ID\n" msgstr "Schlüssel %s: \"%s\" 1 neue User-ID\n" -#: g10/import.c:2260 +#: g10/import.c:2272 #, c-format msgid "key %s: \"%s\" %d new user IDs\n" msgstr "Schlüssel %s: \"%s\" %d neue User-IDs\n" -#: g10/import.c:2263 +#: g10/import.c:2275 #, c-format msgid "key %s: \"%s\" 1 new signature\n" msgstr "Schlüssel %s: \"%s\" 1 neue Signatur\n" -#: g10/import.c:2266 +#: g10/import.c:2278 #, c-format msgid "key %s: \"%s\" %d new signatures\n" msgstr "Schlüssel %s: \"%s\" %d neue Signaturen\n" -#: g10/import.c:2269 +#: g10/import.c:2281 #, c-format msgid "key %s: \"%s\" 1 new subkey\n" msgstr "Schlüssel %s: \"%s\" 1 neuer Unterschlüssel\n" -#: g10/import.c:2272 +#: g10/import.c:2284 #, c-format msgid "key %s: \"%s\" %d new subkeys\n" msgstr "Schlüssel %s: \"%s\" %d neue Unterschlüssel\n" -#: g10/import.c:2275 +#: g10/import.c:2287 #, c-format msgid "key %s: \"%s\" %d signature cleaned\n" msgstr "Schlüssel %s: \"%s\" %d Signaturen bereinigt\n" -#: g10/import.c:2278 +#: g10/import.c:2290 #, c-format msgid "key %s: \"%s\" %d signatures cleaned\n" msgstr "Schlüssel %s: \"%s\" %d Signaturen bereinigt\n" -#: g10/import.c:2281 +#: g10/import.c:2293 #, c-format msgid "key %s: \"%s\" %d user ID cleaned\n" msgstr "Schlüssel %s: \"%s\" %d User-ID bereinigt\n" -#: g10/import.c:2284 +#: g10/import.c:2296 #, c-format msgid "key %s: \"%s\" %d user IDs cleaned\n" msgstr "Schlüssel %s: \"%s\" %d User-IDs bereinigt\n" -#: g10/import.c:2320 +#: g10/import.c:2332 #, c-format msgid "key %s: \"%s\" not changed\n" msgstr "Schlüssel %s: \"%s\" nicht geändert\n" -#: g10/import.c:2680 g10/import.c:2875 +#: g10/import.c:2692 g10/import.c:2887 #, c-format msgid "key %s: secret key imported\n" msgstr "Schlüssel %s: geheimer Schlüssel importiert\n" -#: g10/import.c:2688 +#: g10/import.c:2700 #, c-format msgid "key %s: secret key already exists\n" msgstr "Schlüssel %s: geheimer Schlüssel bereits vorhanden\n" -#: g10/import.c:2696 +#: g10/import.c:2708 #, c-format msgid "key %s: error sending to agent: %s\n" msgstr "Schlüssel %s: Fehler beim Senden zum gpg-agent: %s\n" @@ -3773,208 +3770,208 @@ msgstr "Schlüssel %s: Fehler beim Senden zum gpg-agent: %s\n" #. * Instead, user should be suggested to run 'gpg --card-status', #. * then, references to a card will be automatically created #. * again. -#: g10/import.c:2865 +#: g10/import.c:2877 #, c-format msgid "To migrate '%s', with each smartcard, run: %s\n" msgstr "" "Um '%s' zu migrieren sollte für jede Smartcard \"%s\" aufgerufen werden.\n" -#: g10/import.c:3012 +#: g10/import.c:3024 #, c-format msgid "secret key %s: %s\n" msgstr "Geheimer Schlüssel %s: %s\n" -#: g10/import.c:3033 g10/import.c:3072 +#: g10/import.c:3045 g10/import.c:3084 #, c-format msgid "importing secret keys not allowed\n" msgstr "Importieren geheimer Schlüssel ist nicht erlaubt\n" -#: g10/import.c:3060 +#: g10/import.c:3072 #, c-format msgid "key %s: secret key with invalid cipher %d - skipped\n" msgstr "" "Schlüssel %s: geheimer Schlüssel mit ungültiger Verschlüsselung %d - " "übersprungen\n" -#: g10/import.c:3222 g10/pkclist.c:75 g10/revoke.c:774 +#: g10/import.c:3234 g10/pkclist.c:75 g10/revoke.c:774 msgid "No reason specified" msgstr "Kein Grund angegeben" -#: g10/import.c:3223 g10/pkclist.c:77 g10/revoke.c:776 +#: g10/import.c:3235 g10/pkclist.c:77 g10/revoke.c:776 msgid "Key is superseded" msgstr "Schlüssel ist überholt" -#: g10/import.c:3224 g10/pkclist.c:79 g10/revoke.c:775 +#: g10/import.c:3236 g10/pkclist.c:79 g10/revoke.c:775 msgid "Key has been compromised" msgstr "Hinweis: Dieser Schlüssel ist nicht mehr sicher" -#: g10/import.c:3225 g10/pkclist.c:81 g10/revoke.c:777 +#: g10/import.c:3237 g10/pkclist.c:81 g10/revoke.c:777 msgid "Key is no longer used" msgstr "Schlüssel wird nicht mehr benutzt" -#: g10/import.c:3226 g10/pkclist.c:83 g10/revoke.c:778 +#: g10/import.c:3238 g10/pkclist.c:83 g10/revoke.c:778 msgid "User ID is no longer valid" msgstr "User-ID ist nicht mehr gültig" -#: g10/import.c:3351 g10/keylist.c:1105 g10/pkclist.c:87 +#: g10/import.c:3363 g10/keylist.c:1105 g10/pkclist.c:87 #, c-format msgid "reason for revocation: " msgstr "Grund für Widerruf: " -#: g10/import.c:3370 g10/keylist.c:1124 g10/pkclist.c:103 +#: g10/import.c:3382 g10/keylist.c:1124 g10/pkclist.c:103 #, c-format msgid "revocation comment: " msgstr "Widerruf-Bemerkung: " -#: g10/import.c:3420 +#: g10/import.c:3432 #, c-format msgid "key %s: no public key - can't apply revocation certificate\n" msgstr "" "Schlüssel %s: Kein öffentlicher Schlüssel - der Schlüsselwiderruf kann nicht " "angebracht werden\n" -#: g10/import.c:3449 +#: g10/import.c:3461 #, c-format msgid "key %s: can't locate original keyblock: %s\n" msgstr "Schlüssel %s: der originale Schlüsselblock wurde nicht gefunden: %s\n" -#: g10/import.c:3456 +#: g10/import.c:3468 #, c-format msgid "key %s: can't read original keyblock: %s\n" msgstr "Schlüssel %s: Lesefehler im originalen Schlüsselblock: %s\n" -#: g10/import.c:3476 +#: g10/import.c:3488 #, c-format msgid "key %s: invalid revocation certificate: %s - rejected\n" msgstr "Schlüssel %s: Ungültiges Widerrufzertifikat: %s - zurückgewiesen\n" -#: g10/import.c:3511 +#: g10/import.c:3523 #, c-format msgid "key %s: \"%s\" revocation certificate imported\n" msgstr "Schlüssel %s: \"%s\" Widerrufzertifikat importiert\n" -#: g10/import.c:3597 +#: g10/import.c:3609 #, c-format msgid "key %s: no user ID for signature\n" msgstr "Schlüssel %s: Keine User-ID für Signatur\n" -#: g10/import.c:3614 +#: g10/import.c:3626 #, c-format msgid "key %s: unsupported public key algorithm on user ID \"%s\"\n" msgstr "" "Schlüssel %s: Nicht unterstütztes Public-Key-Verfahren für User-ID \"%s\"\n" -#: g10/import.c:3616 +#: g10/import.c:3628 #, c-format msgid "key %s: invalid self-signature on user ID \"%s\"\n" msgstr "Schlüssel %s: Ungültige Eigenbeglaubigung für User-ID \"%s\"\n" -#: g10/import.c:3633 g10/import.c:3661 g10/import.c:3717 +#: g10/import.c:3645 g10/import.c:3673 g10/import.c:3729 #, c-format msgid "key %s: unsupported public key algorithm\n" msgstr "Schlüssel %s: Nicht unterstütztes Public-Key-Verfahren\n" -#: g10/import.c:3634 +#: g10/import.c:3646 #, c-format msgid "key %s: invalid direct key signature\n" msgstr "Schlüssel %s: Ungültige \"direct-key\"-Signatur\n" -#: g10/import.c:3648 +#: g10/import.c:3660 #, c-format msgid "key %s: no subkey for key binding\n" msgstr "Schlüssel %s: Kein Unterschlüssel für die Unterschlüsselanbindung\n" -#: g10/import.c:3663 +#: g10/import.c:3675 #, c-format msgid "key %s: invalid subkey binding\n" msgstr "Schlüssel %s: Ungültige Unterschlüssel-Anbindung\n" -#: g10/import.c:3682 +#: g10/import.c:3694 #, c-format msgid "key %s: removed multiple subkey binding\n" msgstr "Schlüssel %s: Mehrfache Unterschlüssel-Anbindung entfernt\n" -#: g10/import.c:3706 +#: g10/import.c:3718 #, c-format msgid "key %s: no subkey for key revocation\n" msgstr "Schlüssel %s: Kein Unterschlüssel für Schlüsselwiderruf\n" -#: g10/import.c:3719 +#: g10/import.c:3731 #, c-format msgid "key %s: invalid subkey revocation\n" msgstr "Schlüssel %s: Ungültiger Unterschlüsselwiderruf\n" -#: g10/import.c:3734 +#: g10/import.c:3746 #, c-format msgid "key %s: removed multiple subkey revocation\n" msgstr "Schlüssel %s: Mehrfacher Unterschlüsselwiderruf entfernt\n" -#: g10/import.c:3778 +#: g10/import.c:3790 #, c-format msgid "key %s: skipped user ID \"%s\"\n" msgstr "Schlüssel %s: User-ID übersprungen \"%s\"\n" -#: g10/import.c:3805 +#: g10/import.c:3817 #, c-format msgid "key %s: skipped subkey\n" msgstr "Schlüssel %s: Unterschlüssel übersprungen\n" -#: g10/import.c:3837 +#: g10/import.c:3849 #, c-format msgid "key %s: non exportable signature (class 0x%02X) - skipped\n" msgstr "" "Schlüssel %s: Nicht exportfähige Signatur (Klasse %02x) - übersprungen\n" -#: g10/import.c:3848 +#: g10/import.c:3860 #, c-format msgid "key %s: revocation certificate at wrong place - skipped\n" msgstr "Schlüssel %s: Widerrufzertifikat an falschem Platz - übersprungen\n" -#: g10/import.c:3866 +#: g10/import.c:3878 #, c-format msgid "key %s: invalid revocation certificate: %s - skipped\n" msgstr "Schlüssel %s: Ungültiges Widerrufzertifikat: %s - übersprungen\n" -#: g10/import.c:3880 +#: g10/import.c:3892 #, c-format msgid "key %s: subkey signature in wrong place - skipped\n" msgstr "" "Schlüssel %s: Unterschlüssel-Widerrufzertifikat an falschem Platz - " "übersprungen\n" -#: g10/import.c:3888 +#: g10/import.c:3900 #, c-format msgid "key %s: unexpected signature class (0x%02X) - skipped\n" msgstr "Schlüssel %s: unerwartete Signaturklasse (0x%02x) - übersprungen\n" -#: g10/import.c:4061 +#: g10/import.c:4073 #, c-format msgid "key %s: duplicated user ID detected - merged\n" msgstr "Schlüssel %s: Doppelte User-ID entdeckt - zusammengeführt\n" -#: g10/import.c:4168 +#: g10/import.c:4180 #, c-format msgid "key %s: duplicated subkeys detected - merged\n" msgstr "Schlüssel %s: Doppelte Unterschlüssel entdeckt - zusammengeführt\n" -#: g10/import.c:4233 +#: g10/import.c:4245 #, c-format msgid "WARNING: key %s may be revoked: fetching revocation key %s\n" msgstr "WARNUNG: Schlüssel %s ist u.U. widerrufen: hole Widerrufschlüssel %s\n" -#: g10/import.c:4249 +#: g10/import.c:4261 #, c-format msgid "WARNING: key %s may be revoked: revocation key %s not present.\n" msgstr "" "WARNUNG: Schlüssel %s ist u.U. widerrufen: Widerrufschlüssel %s ist nicht " "vorhanden\n" -#: g10/import.c:4315 +#: g10/import.c:4327 #, c-format msgid "key %s: \"%s\" revocation certificate added\n" msgstr "Schlüssel %s: \"%s\" Widerrufzertifikat hinzugefügt\n" -#: g10/import.c:4353 +#: g10/import.c:4365 #, c-format msgid "key %s: direct key signature added\n" msgstr "Schlüssel %s: \"direct-key\"-Signaturen hinzugefügt\n" @@ -4404,7 +4401,7 @@ msgstr "einen Schlüssel auf die Smartcard schieben" #: g10/keyedit.c:1303 msgid "convert a key to TPM form using the local TPM" -msgstr "" +msgstr "Konvertiere einen Schlüssel in das TPM Format für den lokalen TPM" #: g10/keyedit.c:1305 msgid "move a backup key to a smartcard" @@ -4816,12 +4813,12 @@ msgstr "" "Schlüsselgültigkeit nicht notwendigerweise korrekt ist.\n" #: g10/keyedit.c:4016 g10/keyedit.c:4447 g10/keyserver.c:535 -#: g10/mainproc.c:2277 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 +#: g10/mainproc.c:2280 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 msgid "revoked" msgstr "widerrufen" #: g10/keyedit.c:4018 g10/keyedit.c:4449 g10/keyserver.c:539 -#: g10/mainproc.c:2279 g10/tofu.c:1792 g10/trust.c:124 +#: g10/mainproc.c:2282 g10/tofu.c:1792 g10/trust.c:124 msgid "expired" msgstr "verfallen" @@ -5355,7 +5352,7 @@ msgstr " (%d) Vorhandener Schlüssel auf der Karte%s\n" msgid "Enter the keygrip: " msgstr "Geben Sie den \"Keygrip\" ein: " -#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2279 +#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2280 #, c-format msgid "Not a valid keygrip (expecting 40 hex digits)\n" msgstr "Kein gültiger \"Keygrip\" (40 Hex-Ziffern werden erwartet)\n" @@ -5364,13 +5361,13 @@ msgstr "Kein gültiger \"Keygrip\" (40 Hex-Ziffern werden erwartet)\n" msgid "No key with this keygrip\n" msgstr "Kein Schlüssel mit diesem \"Keygrip\"\n" -#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3437 g10/keygen.c:3448 +#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3440 g10/keygen.c:3451 #: sm/certreqgen-ui.c:231 sm/certreqgen-ui.c:240 #, c-format msgid "error reading the card: %s\n" msgstr "Fehler beim Lesen von der Karte: %s\n" -#: g10/keygen.c:2292 g10/keygen.c:3441 sm/certreqgen-ui.c:234 +#: g10/keygen.c:2292 g10/keygen.c:3444 sm/certreqgen-ui.c:234 #, c-format msgid "Serial number of the card: %s\n" msgstr "Karten-Seriennummer: %s\n" @@ -5611,13 +5608,19 @@ msgstr "" "unterstützen, indem Sie z.B. in einem anderen Fenster/Konsole irgendetwas\n" "tippen, die Maus verwenden oder irgendwelche anderen Programme benutzen.\n" -#: g10/keygen.c:4570 g10/keygen.c:4643 g10/keygen.c:4661 g10/keygen.c:4690 -#: g10/keygen.c:5066 g10/keygen.c:5612 g10/keygen.c:5923 g10/keygen.c:6030 +#: g10/keygen.c:3591 +#, c-format +msgid "WARNING: v4 is specified, but overridden by v5.\n" +msgstr "" +"WARNUNG: Der angefragte v4 Schlüssel wurde durch einen v5 Schlüssel ersetzt\n" + +#: g10/keygen.c:4590 g10/keygen.c:4663 g10/keygen.c:4681 g10/keygen.c:4710 +#: g10/keygen.c:5086 g10/keygen.c:5632 g10/keygen.c:5943 g10/keygen.c:6050 #, c-format msgid "Key generation failed: %s\n" msgstr "Schlüsselerzeugung fehlgeschlagen: %s\n" -#: g10/keygen.c:4579 +#: g10/keygen.c:4599 #, c-format msgid "" "About to create a key for:\n" @@ -5628,64 +5631,64 @@ msgstr "" " \"%s\"\n" "\n" -#: g10/keygen.c:4581 +#: g10/keygen.c:4601 msgid "Continue? (Y/n) " msgstr "Fortsetzen? (J/n) " -#: g10/keygen.c:4602 +#: g10/keygen.c:4622 #, c-format msgid "A key for \"%s\" already exists\n" msgstr "Ein Schlüssel für \"%s\" existiert bereits\n" -#: g10/keygen.c:4607 +#: g10/keygen.c:4627 msgid "Create anyway? (y/N) " msgstr "Trotzdem erzeugen? (j/N) " -#: g10/keygen.c:4613 +#: g10/keygen.c:4633 #, c-format msgid "creating anyway\n" msgstr "wird trotzdem erzeugt\n" -#: g10/keygen.c:5049 +#: g10/keygen.c:5069 #, c-format msgid "Note: Use \"%s %s\" for a full featured key generation dialog.\n" msgstr "Hinweis: \"%s %s\" ruft den erweiterten Dialog auf.\n" -#: g10/keygen.c:5098 +#: g10/keygen.c:5118 #, c-format msgid "Key generation canceled.\n" msgstr "Schlüsselerzeugung abgebrochen.\n" -#: g10/keygen.c:5158 +#: g10/keygen.c:5178 #, c-format msgid "can't create backup file '%s': %s\n" msgstr "Sicherungsdatei '%s' kann nicht erzeugt werden: %s\n" -#: g10/keygen.c:5178 +#: g10/keygen.c:5198 #, c-format msgid "Note: backup of card key saved to '%s'\n" msgstr "Hinweis: Sicherung des Kartenschlüssels wurde auf `%s' gespeichert\n" -#: g10/keygen.c:5339 g10/keygen.c:5541 +#: g10/keygen.c:5359 g10/keygen.c:5561 #, c-format msgid "writing public key to '%s'\n" msgstr "schreiben des öffentlichen Schlüssels nach '%s'\n" -#: g10/keygen.c:5535 +#: g10/keygen.c:5555 #, c-format msgid "no writable public keyring found: %s\n" msgstr "kein schreibbarer öffentlicher Schlüsselbund gefunden: %s\n" -#: g10/keygen.c:5549 +#: g10/keygen.c:5569 #, c-format msgid "error writing public keyring '%s': %s\n" msgstr "Fehler beim Schreiben des öff. Schlüsselbundes `%s': %s\n" -#: g10/keygen.c:5583 +#: g10/keygen.c:5603 msgid "public and secret key created and signed.\n" msgstr "Öffentlichen und geheimen Schlüssel erzeugt und signiert.\n" -#: g10/keygen.c:5599 +#: g10/keygen.c:5619 msgid "" "Note that this key cannot be used for encryption. You may want to use\n" "the command \"--edit-key\" to generate a subkey for this purpose.\n" @@ -5694,7 +5697,7 @@ msgstr "" "werden kann. Sie können aber mit dem Befehl \"--edit-key\" einen\n" "Unterschlüssel für diesem Zweck erzeugen.\n" -#: g10/keygen.c:5781 g10/keygen.c:5980 +#: g10/keygen.c:5801 g10/keygen.c:6000 #, c-format msgid "" "key has been created %lu second in future (time warp or clock problem)\n" @@ -5702,7 +5705,7 @@ msgstr "" "Der Schlüssel wurde %lu Sekunde in der Zukunft erzeugt (Zeitreise oder Uhren " "stimmen nicht überein)\n" -#: g10/keygen.c:5783 g10/keygen.c:5982 +#: g10/keygen.c:5803 g10/keygen.c:6002 #, c-format msgid "" "key has been created %lu seconds in future (time warp or clock problem)\n" @@ -5710,22 +5713,22 @@ msgstr "" "Der Schlüssel wurde %lu Sekunden in der Zukunft erzeugt (Zeitreise oder " "Uhren stimmen nicht überein)\n" -#: g10/keygen.c:5794 g10/keygen.c:5993 +#: g10/keygen.c:5814 g10/keygen.c:6013 #, c-format msgid "Note: creating subkeys for v3 keys is not OpenPGP compliant\n" msgstr "Hinweis: Unterschlüssel für v3-Schlüssel sind nicht OpenPGP-konform\n" -#: g10/keygen.c:5806 g10/keygen.c:5808 +#: g10/keygen.c:5826 g10/keygen.c:5828 #, c-format msgid "Secret parts of primary key are not available.\n" msgstr "Geheime Teile des Hauptschlüssels sind nicht vorhanden.\n" -#: g10/keygen.c:5815 g10/keygen.c:5817 +#: g10/keygen.c:5835 g10/keygen.c:5837 #, c-format msgid "Secret parts of primary key are stored on-card.\n" msgstr "Geheime Teile des Hauptschlüssels sind auf der Karte gespeichert.\n" -#: g10/keygen.c:5837 g10/keygen.c:6007 +#: g10/keygen.c:5857 g10/keygen.c:6027 msgid "Really create? (y/N) " msgstr "Wirklich erzeugen? (j/N) " @@ -5878,59 +5881,59 @@ msgstr "Ungültiges Schlüsselserverprotokoll (wir %d!=Handhabungsroutine %d)\n" msgid "\"%s\" not a key ID: skipping\n" msgstr "\"%s\" ist keine Schlüssel-ID: überspringe\n" -#: g10/keyserver.c:1418 g10/keyserver.c:1451 +#: g10/keyserver.c:1420 g10/keyserver.c:1453 #, c-format msgid "refreshing %d key from %s\n" msgid_plural "refreshing %d keys from %s\n" msgstr[0] "%d Schlüssel wird per %s aktualisiert\n" msgstr[1] "%d Schlüssel werden per %s aktualisiert\n" -#: g10/keyserver.c:1425 +#: g10/keyserver.c:1427 #, c-format msgid "WARNING: unable to refresh key %s via %s: %s\n" msgstr "WARNUNG: Schlüssel %s kann per %s nicht aktualisiert werden: %s\n" -#: g10/keyserver.c:1529 +#: g10/keyserver.c:1531 #, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "Schlüssel \"%s\" wurde auf dem Schlüsselserver nicht gefunden\n" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1534 #, c-format msgid "key not found on keyserver\n" msgstr "Schlüssel wurde auf dem Schlüsselserver nicht gefunden\n" -#: g10/keyserver.c:1720 +#: g10/keyserver.c:1722 #, c-format msgid "requesting key %s from %s server %s\n" msgstr "fordere Schlüssel %s von %s-Server %s an\n" -#: g10/keyserver.c:1724 +#: g10/keyserver.c:1726 #, c-format msgid "requesting key %s from %s\n" msgstr "fordere Schlüssel %s von %s an\n" -#: g10/keyserver.c:1829 g10/keyserver.c:2008 +#: g10/keyserver.c:1841 g10/keyserver.c:2020 #, c-format msgid "no keyserver known\n" msgstr "Kein Schlüsselserver bekannt\n" -#: g10/keyserver.c:1844 g10/skclist.c:213 g10/skclist.c:241 +#: g10/keyserver.c:1856 g10/skclist.c:213 g10/skclist.c:241 #, c-format msgid "skipped \"%s\": %s\n" msgstr "übersprungen \"%s\": %s\n" -#: g10/keyserver.c:1848 +#: g10/keyserver.c:1860 #, c-format msgid "sending key %s to %s\n" msgstr "sende Schlüssel %s auf %s\n" -#: g10/keyserver.c:1889 +#: g10/keyserver.c:1901 #, c-format msgid "requesting key from '%s'\n" msgstr "fordere Schlüssel von %s an\n" -#: g10/keyserver.c:1905 +#: g10/keyserver.c:1917 #, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "WARNUNG: die URI %s kann nicht geholt werden: %s\n" @@ -6124,86 +6127,86 @@ msgstr " Aussteller \"%s\"\n" msgid "Key available at: " msgstr "Schlüssel erhältlich bei: " -#: g10/mainproc.c:2033 +#: g10/mainproc.c:2034 #, c-format msgid "Note: Use '%s' to make use of this info\n" msgstr "Hinweis: Benutze '%s' um diese Information zu verwenden\n" -#: g10/mainproc.c:2231 +#: g10/mainproc.c:2234 msgid "[uncertain]" msgstr "[ungewiß] " -#: g10/mainproc.c:2269 +#: g10/mainproc.c:2272 #, c-format msgid " aka \"%s\"" msgstr " alias \"%s\"" -#: g10/mainproc.c:2344 +#: g10/mainproc.c:2347 #, c-format msgid "WARNING: This key is not suitable for signing in %s mode\n" msgstr "" "WARNUNG: Dieser Schlüssel ist zum Signieren im %s Modus nicht geeignet.\n" -#: g10/mainproc.c:2360 +#: g10/mainproc.c:2363 #, c-format msgid "Signature expired %s\n" msgstr "Diese Signatur ist seit %s verfallen.\n" -#: g10/mainproc.c:2365 +#: g10/mainproc.c:2368 #, c-format msgid "Signature expires %s\n" msgstr "Diese Signatur verfällt am %s.\n" -#: g10/mainproc.c:2376 +#: g10/mainproc.c:2379 #, c-format msgid "%s signature, digest algorithm %s%s%s\n" msgstr "%s Signatur, Hashmethode %s%s%s\n" -#: g10/mainproc.c:2377 +#: g10/mainproc.c:2380 msgid "binary" msgstr "Binäre" -#: g10/mainproc.c:2378 +#: g10/mainproc.c:2381 msgid "textmode" msgstr "Textmodus" -#: g10/mainproc.c:2378 g10/trust.c:123 dirmngr/ocsp.c:792 +#: g10/mainproc.c:2381 g10/trust.c:123 dirmngr/ocsp.c:792 msgid "unknown" msgstr "unbekannt" -#: g10/mainproc.c:2380 +#: g10/mainproc.c:2383 msgid ", key algorithm " msgstr ", Schlüsselverfahren " -#: g10/mainproc.c:2415 +#: g10/mainproc.c:2418 #, c-format msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n" msgstr "" "WARNUNG: Keine abgetrennte Signatur; die Datei '%s' wurde NICHT überprüft!\n" -#: g10/mainproc.c:2454 +#: g10/mainproc.c:2457 #, c-format msgid "Can't check signature: %s\n" msgstr "Signatur kann nicht geprüft werden: %s\n" -#: g10/mainproc.c:2550 g10/mainproc.c:2569 g10/mainproc.c:2693 +#: g10/mainproc.c:2553 g10/mainproc.c:2572 g10/mainproc.c:2696 #, c-format msgid "not a detached signature\n" msgstr "keine abgetrennte Signatur\n" -#: g10/mainproc.c:2603 +#: g10/mainproc.c:2606 #, c-format msgid "" "WARNING: multiple signatures detected. Only the first will be checked.\n" msgstr "" "WARNUNG: Mehrfache Signaturen erkannt. Es wird nur die erste geprüft.\n" -#: g10/mainproc.c:2612 +#: g10/mainproc.c:2615 #, c-format msgid "standalone signature of class 0x%02x\n" msgstr "Einzelne Signatur der Klasse 0x%02x\n" -#: g10/mainproc.c:2697 +#: g10/mainproc.c:2700 #, c-format msgid "old style (PGP 2.x) signature\n" msgstr "Signatur nach alter (PGP 2.x) Art\n" @@ -8166,7 +8169,7 @@ msgstr "" #. TRANSLATORS: Put a \x1f right before a colon. This can be #. * used by pinentry to nicely align the names and values. Keep #. * the %s at the start and end of the string. -#: scd/app-piv.c:1770 scd/app-p15.c:4741 scd/app-nks.c:1475 +#: scd/app-piv.c:1770 scd/app-p15.c:4937 scd/app-nks.c:1530 #: scd/app-openpgp.c:2386 #, c-format msgid "%sNumber: %s%%0AHolder: %s%s" @@ -8174,7 +8177,7 @@ msgstr "%sNummer: %s%%0ABesitzer: %s%s" #. TRANSLATORS: This is the number of remaining attempts to #. * enter a PIN. Use %%0A (double-percent,0A) for a linefeed. -#: scd/app-piv.c:1787 scd/app-p15.c:4760 scd/app-nks.c:1494 +#: scd/app-piv.c:1787 scd/app-p15.c:4956 scd/app-nks.c:1549 #: scd/app-openpgp.c:2402 #, c-format msgid "Remaining attempts: %d" @@ -8204,7 +8207,7 @@ msgstr "|N|Bitte geben Sie den neuen Unblocking-Key ein" msgid "||Please enter the Unblocking Key of your PIV card" msgstr "|P|Bitte geben Sie den PIN Unblocking Key (PUK) Ihrer PIV Karte ein" -#: scd/app-piv.c:1888 scd/app-nks.c:1605 scd/app-openpgp.c:2669 +#: scd/app-piv.c:1888 scd/app-nks.c:1660 scd/app-openpgp.c:2669 #: scd/app-openpgp.c:2693 scd/app-openpgp.c:2871 scd/app-openpgp.c:2893 #: scd/app-openpgp.c:3074 scd/app-openpgp.c:3361 scd/app-openpgp.c:3408 #: scd/app-openpgp.c:3545 scd/app-dinsig.c:302 @@ -8289,7 +8292,7 @@ msgstr[1] "Schlüsselerzeugung abgeschlossen (%d Sekunden)\n" msgid "response does not contain the public key data\n" msgstr "Die Antwort enthält keine öffentliche Schlüssel-Daten\n" -#: scd/app-p15.c:4839 scd/app-nks.c:1983 +#: scd/app-p15.c:5035 scd/app-nks.c:2038 msgid "||Please enter the PIN for the key to create qualified signatures." msgstr "" "||Bitte geben Sie die PIN für den Schlüssel zur Erstellung qualifizierter " @@ -8297,55 +8300,55 @@ msgstr "" #. TRANSLATORS: Do not translate the "|A|" prefix but keep it at #. the start of the string. Use %0A (single percent) for a linefeed. -#: scd/app-p15.c:4842 scd/app-openpgp.c:2818 +#: scd/app-p15.c:5038 scd/app-openpgp.c:2818 msgid "|A|Please enter the Admin PIN" msgstr "|A|Bitte die Admin-PIN eingeben." -#: scd/app-p15.c:4844 scd/app-nks.c:1973 +#: scd/app-p15.c:5040 scd/app-nks.c:2028 msgid "|P|Please enter the PIN Unblocking Code (PUK) for the standard keys." msgstr "" "|P|Bitte geben Sie den PIN Entsperrcode (PUK) für den Standard-Schlüssel ein." -#: scd/app-p15.c:4847 scd/app-nks.c:1964 +#: scd/app-p15.c:5043 scd/app-nks.c:2019 msgid "||Please enter the PIN for the standard keys." msgstr "||Bitte die PIN für den Standard-Schlüssel eingeben." -#: scd/app-nks.c:1413 scd/app-openpgp.c:4321 +#: scd/app-nks.c:1468 scd/app-openpgp.c:4321 #, c-format msgid "RSA modulus missing or not of size %d bits\n" msgstr "Der RSA Modulus fehlt oder ist nicht %d Bits lang\n" -#: scd/app-nks.c:1421 scd/app-openpgp.c:4333 +#: scd/app-nks.c:1476 scd/app-openpgp.c:4333 #, c-format msgid "RSA public exponent missing or larger than %d bits\n" msgstr "Der öffentliche Exponent fehlt oder ist zu groß (mehr als %d Bit)\n" -#: scd/app-nks.c:1594 +#: scd/app-nks.c:1649 msgid "Note: PIN has not yet been enabled." msgstr "Tip: Die PIN wurde noch nicht aktiviert." -#: scd/app-nks.c:1641 +#: scd/app-nks.c:1696 #, c-format msgid "the NullPIN has not yet been changed\n" msgstr "Die Nullpin wurde noch nicht geändert\n" -#: scd/app-nks.c:1963 +#: scd/app-nks.c:2018 msgid "|N|Please enter a new PIN for the standard keys." msgstr "|N|Bitte eine neue PIN für den Standard-Schlüssel eingeben." -#: scd/app-nks.c:1971 +#: scd/app-nks.c:2026 msgid "|NP|Please enter a new PIN Unblocking Code (PUK) for the standard keys." msgstr "" "|NP|Bitte geben Sie einen neuen PIN Entsperrcode (PUK) für den Standard-" "Schlüssel ein." -#: scd/app-nks.c:1981 +#: scd/app-nks.c:2036 msgid "|N|Please enter a new PIN for the key to create qualified signatures." msgstr "" "|N|Bitte geben Sie eine neue PIN für den Schlüssel zur Erstellung " "qualifizierter Signaturen ein." -#: scd/app-nks.c:1991 +#: scd/app-nks.c:2046 msgid "" "|NP|Please enter a new PIN Unblocking Code (PUK) for the key to create " "qualified signatures." @@ -8353,7 +8356,7 @@ msgstr "" "|NP|Bitte geben Sie einen neuen PIN Entsperrcode (PUK) für den Schlüssel zur " "Erstellung qualifizierter Signaturen ein." -#: scd/app-nks.c:1993 +#: scd/app-nks.c:2048 msgid "" "|P|Please enter the PIN Unblocking Code (PUK) for the key to create " "qualified signatures." @@ -8361,7 +8364,7 @@ msgstr "" "|N|Bitte geben Sie den PIN Entsperrcode (PUK) für den Schlüssel zur " "Erstellung qualifizierter Signaturen ein." -#: scd/app-nks.c:2166 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 +#: scd/app-nks.c:2221 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 #, c-format msgid "error getting new PIN: %s\n" msgstr "Fehler beim Abfragen einer neuen PIN: %s\n" @@ -8544,59 +8547,59 @@ msgstr "||Bitte die PIN auf der Tastatur des Kartenlesers eingeben" msgid "|N|Initial New PIN" msgstr "|N|Erstmalige neue PIN" -#: scd/scdaemon.c:118 +#: scd/scdaemon.c:119 msgid "run in multi server mode (foreground)" msgstr "Im Multiserver Modus ausführen" -#: scd/scdaemon.c:135 sm/gpgsm.c:271 dirmngr/dirmngr.c:197 +#: scd/scdaemon.c:136 sm/gpgsm.c:274 dirmngr/dirmngr.c:198 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "|NAME|Die Debugstufe auf NAME setzen" -#: scd/scdaemon.c:141 +#: scd/scdaemon.c:142 msgid "|FILE|write a log to FILE" msgstr "|DATEI|Schreibe Logs auf DATEI" -#: scd/scdaemon.c:148 +#: scd/scdaemon.c:149 msgid "|N|connect to reader at port N" msgstr "|N|Verbinde mit dem Leser auf Port N" -#: scd/scdaemon.c:150 +#: scd/scdaemon.c:151 msgid "|NAME|use NAME as ct-API driver" msgstr "|NAME|Benutze NAME als CT-API Treiber" -#: scd/scdaemon.c:152 +#: scd/scdaemon.c:153 msgid "|NAME|use NAME as PC/SC driver" msgstr "|NAME|Benutze NAME als PC/SC Treiber" -#: scd/scdaemon.c:156 +#: scd/scdaemon.c:157 msgid "do not use the internal CCID driver" msgstr "Den internen CCID Treiber nicht benutzen" -#: scd/scdaemon.c:162 +#: scd/scdaemon.c:163 msgid "|N|disconnect the card after N seconds of inactivity" msgstr "|N|Schalte die Karte nach N Sekunden Inaktivität ab" -#: scd/scdaemon.c:165 +#: scd/scdaemon.c:166 msgid "do not use a reader's pinpad" msgstr "Die Tastatur des Kartenlesers nicht benutzen" -#: scd/scdaemon.c:168 +#: scd/scdaemon.c:169 msgid "use variable length input for pinpad" msgstr "Variable Längeneingabe für die Kartenlesertastatur benutzen" -#: scd/scdaemon.c:171 +#: scd/scdaemon.c:172 msgid "|LIST|change the application priority to LIST" msgstr "|LIST|Anwendungprioritäten auf LIST setzen" -#: scd/scdaemon.c:179 +#: scd/scdaemon.c:180 msgid "deny the use of admin card commands" msgstr "Verweigere die Benutzung von \"Admin\"-Befehlen" -#: scd/scdaemon.c:324 +#: scd/scdaemon.c:325 msgid "Usage: @SCDAEMON@ [options] (-h for help)" msgstr "Gebrauch: @SCDAEMON@ [Optionen] (-h für Hilfe)" -#: scd/scdaemon.c:326 +#: scd/scdaemon.c:327 msgid "" "Syntax: scdaemon [options] [command [args]]\n" "Smartcard daemon for @GNUPG@\n" @@ -8604,19 +8607,19 @@ msgstr "" "Syntax: @SCDAEMON@ [Optionen] [Befehl [Argumente]]\n" "Smartcard Daemon für @GNUPG@\n" -#: scd/scdaemon.c:807 +#: scd/scdaemon.c:819 #, c-format msgid "please use the option '--daemon' to run the program in the background\n" msgstr "" "Bitte die Option `--daemon' nutzen, um das Programm im Hintergund " "auszuführen\n" -#: scd/scdaemon.c:1183 dirmngr/dirmngr.c:2077 +#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2104 #, c-format msgid "handler for fd %d started\n" msgstr "Handhabungsroutine für fd %d gestartet\n" -#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2085 +#: scd/scdaemon.c:1207 dirmngr/dirmngr.c:2112 #, c-format msgid "handler for fd %d terminated\n" msgstr "Handhabungsroutine für den fd %d beendet\n" @@ -8903,7 +8906,7 @@ msgstr "" "Ein %u-Bit Hashverfahren ist für einen %u-Bit %s Schlüssel nicht möglich\n" #: sm/certcheck.c:239 sm/certcheck.c:263 dirmngr/crlcache.c:1542 -#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1363 dirmngr/validate.c:903 +#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1372 dirmngr/validate.c:903 #: dirmngr/validate.c:927 #, c-format msgid "out of core\n" @@ -9254,127 +9257,127 @@ msgstr "Fehler beim Löschen des Zertifikats \"%s\": %s\n" msgid "no valid recipients given\n" msgstr "Keine gültigen Empfänger angegeben\n" -#: sm/gpgsm.c:224 +#: sm/gpgsm.c:226 msgid "list external keys" msgstr "Externe Schlüssel anzeigen" -#: sm/gpgsm.c:226 +#: sm/gpgsm.c:228 msgid "list certificate chain" msgstr "Schlüssel mit Zertifikatekette anzeigen" -#: sm/gpgsm.c:234 +#: sm/gpgsm.c:236 msgid "import certificates" msgstr "Zertifikate importieren" -#: sm/gpgsm.c:235 +#: sm/gpgsm.c:237 msgid "export certificates" msgstr "Zertifikate exportieren" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:245 msgid "register a smartcard" msgstr "Smartcard registrieren" -#: sm/gpgsm.c:246 +#: sm/gpgsm.c:248 msgid "pass a command to the dirmngr" msgstr "Das Kommando an den Dirmngr durchreichen" -#: sm/gpgsm.c:248 +#: sm/gpgsm.c:250 msgid "invoke gpg-protect-tool" msgstr "Rufe das gpg-protect-tool auf" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:270 msgid "don't use the terminal at all" msgstr "das Terminal gar nicht benutzen" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "|N|number of certificates to include" msgstr "|N|Sende N Zertifikate mit" -#: sm/gpgsm.c:296 +#: sm/gpgsm.c:299 msgid "|FILE|take policy information from FILE" msgstr "|DATEI|Richtlinieninformationen DATEI entnehmen" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "assume input is in PEM format" msgstr "Eingabedaten sind im PEM Format" -#: sm/gpgsm.c:312 +#: sm/gpgsm.c:315 msgid "assume input is in base-64 format" msgstr "Eingabedaten sind im Basis-64 Format" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "assume input is in binary format" msgstr "Eingabedaten sind im Binärformat" -#: sm/gpgsm.c:323 +#: sm/gpgsm.c:326 msgid "create base-64 encoded output" msgstr "Ausgabe im Basis-64 Format erzeugen" -#: sm/gpgsm.c:335 +#: sm/gpgsm.c:338 msgid "|USER-ID|use USER-ID as default secret key" msgstr "|USER-ID|USER-ID als voreingestellten Schlüssel benutzen" -#: sm/gpgsm.c:346 +#: sm/gpgsm.c:349 msgid "|FILE|add keyring to the list of keyrings" msgstr "|DATEI|DATEI als öffentlichen Schlüsselbund mitbenutzen" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 msgid "|SPEC|use this keyserver to lookup keys" msgstr "|SPEC|Schlüssel bei diesem Server nachschlagen" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "fetch missing issuer certificates" msgstr "Fehlende Zertifikate automatisch holen" -#: sm/gpgsm.c:361 +#: sm/gpgsm.c:364 msgid "|NAME|use encoding NAME for PKCS#12 passphrases" msgstr "|NAME|Benutze die Kodierung NAME für PKCS#12 Passphrasen" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 msgid "never consult a CRL" msgstr "Niemals eine CRL konsultieren" -#: sm/gpgsm.c:386 +#: sm/gpgsm.c:389 msgid "do not check CRLs for root certificates" msgstr "CRL bei Wurzelzertifikaten nicht überprüfen" -#: sm/gpgsm.c:390 +#: sm/gpgsm.c:393 msgid "check validity using OCSP" msgstr "Die Gültigkeit mittels OCSP prüfen" -#: sm/gpgsm.c:392 +#: sm/gpgsm.c:395 msgid "do not check certificate policies" msgstr "Zertifikatsrichtlinien nicht überprüfen" -#: sm/gpgsm.c:395 +#: sm/gpgsm.c:398 msgid "|NAME|use cipher algorithm NAME" msgstr "|NAME|Verschlüsselungsverfahren NAME benutzen" -#: sm/gpgsm.c:397 +#: sm/gpgsm.c:400 msgid "|NAME|use message digest algorithm NAME" msgstr "|NAME|Hashverfahren NAME benutzen" -#: sm/gpgsm.c:407 +#: sm/gpgsm.c:410 msgid "batch mode: never ask" msgstr "Stapelmodus: Keine Abfragen" -#: sm/gpgsm.c:409 +#: sm/gpgsm.c:412 msgid "assume yes on most questions" msgstr "\"Ja\" als Standardantwort annehmen" -#: sm/gpgsm.c:410 +#: sm/gpgsm.c:413 msgid "assume no on most questions" msgstr "\"Nein\" als Standardantwort annehmen" -#: sm/gpgsm.c:427 +#: sm/gpgsm.c:430 msgid "|FILE|write an audit log to FILE" msgstr "|DATEI|Schreibe ein Audit-Log auf DATEI" -#: sm/gpgsm.c:612 +#: sm/gpgsm.c:615 msgid "Usage: @GPGSM@ [options] [files] (-h for help)" msgstr "Aufruf: @GPGSM@ [Optionen] [Dateien] (-h für Hilfe)" -#: sm/gpgsm.c:615 +#: sm/gpgsm.c:618 msgid "" "Syntax: @GPGSM@ [options] [files]\n" "Sign, check, encrypt or decrypt using the S/MIME protocol\n" @@ -9383,52 +9386,52 @@ msgstr "" "Syntax: @GPGSM@ [Optionen] [Dateien]\n" "Signieren, prüfen, ver- und entschlüsseln mittels S/MIME Protokoll\n" -#: sm/gpgsm.c:823 +#: sm/gpgsm.c:826 #, c-format msgid "Note: won't be able to encrypt to '%s': %s\n" msgstr "Hinweis: Verschlüsselung für `%s' wird nicht möglich sein: %s\n" -#: sm/gpgsm.c:834 +#: sm/gpgsm.c:837 #, c-format msgid "unknown validation model '%s'\n" msgstr "Unbekanntes Gültigkeitsmodell '%s'\n" -#: sm/gpgsm.c:893 dirmngr/ldapserver.c:89 +#: sm/gpgsm.c:896 dirmngr/ldapserver.c:89 #, c-format msgid "%s:%u: no hostname given\n" msgstr "%s:%u: Kein Server-Name angegeben\n" -#: sm/gpgsm.c:912 dirmngr/ldapserver.c:108 +#: sm/gpgsm.c:915 dirmngr/ldapserver.c:108 #, c-format msgid "%s:%u: password given without user\n" msgstr "%s:%u: Passwort ohne Benutzer\n" -#: sm/gpgsm.c:943 dirmngr/ldapserver.c:139 +#: sm/gpgsm.c:946 dirmngr/ldapserver.c:139 #, c-format msgid "%s:%u: ignoring unknown flag '%s'\n" msgstr "%s:%u: Unbekanntes Flag '%s' wird nicht beachtet\n" -#: sm/gpgsm.c:959 dirmngr/ldapserver.c:155 +#: sm/gpgsm.c:962 dirmngr/ldapserver.c:155 #, c-format msgid "%s:%u: skipping this line\n" msgstr "%s:%u: Zeile wird übersprungen\n" -#: sm/gpgsm.c:1545 +#: sm/gpgsm.c:1550 #, c-format msgid "could not parse keyserver\n" msgstr "Schlüsselserver-URL konnte nicht analysiert werden\n" -#: sm/gpgsm.c:1825 +#: sm/gpgsm.c:1858 #, c-format msgid "importing common certificates '%s'\n" msgstr "Importiere allgemeine Zertifikate: %s\n" -#: sm/gpgsm.c:1871 +#: sm/gpgsm.c:1904 #, c-format msgid "can't sign using '%s': %s\n" msgstr "Signieren mit `%s' nicht möglich: %s\n" -#: sm/gpgsm.c:2231 +#: sm/gpgsm.c:2273 #, c-format msgid "invalid command (there is no implicit command)\n" msgstr "Ungültiger Befehl (Es gibt keinen implizierten Befehl)\n" @@ -10422,131 +10425,131 @@ msgstr "Absoluter Dateiname erwartet\n" msgid "looking up '%s'\n" msgstr "Auffinden von `%s'\n" -#: dirmngr/dirmngr.c:174 +#: dirmngr/dirmngr.c:175 msgid "list the contents of the CRL cache" msgstr "Den Inhalt des CRL Zwischenspeichers anzeigen" -#: dirmngr/dirmngr.c:175 +#: dirmngr/dirmngr.c:176 msgid "|FILE|load CRL from FILE into cache" msgstr "|DATEI|Lade die CRL aus der DATEI in den Zwischenspeicher" -#: dirmngr/dirmngr.c:176 +#: dirmngr/dirmngr.c:177 msgid "|URL|fetch a CRL from URL" msgstr "|URL|Hole eine CRL von dieser URL" -#: dirmngr/dirmngr.c:177 +#: dirmngr/dirmngr.c:178 msgid "shutdown the dirmngr" msgstr "Den Dirmngr herunterfahren" -#: dirmngr/dirmngr.c:178 +#: dirmngr/dirmngr.c:179 msgid "flush the cache" msgstr "Den Zwischenspeicher löschen" -#: dirmngr/dirmngr.c:211 +#: dirmngr/dirmngr.c:212 msgid "allow online software version check" msgstr "Online Softwareversionstest erlauben" -#: dirmngr/dirmngr.c:214 +#: dirmngr/dirmngr.c:215 msgid "|N|do not return more than N items in one query" msgstr "|N|Nicht mehr als N Angaben in einer Anfrage zurückgeben" -#: dirmngr/dirmngr.c:220 +#: dirmngr/dirmngr.c:221 msgid "Network related options" msgstr "Netzwerkbezogene Optionen" -#: dirmngr/dirmngr.c:222 +#: dirmngr/dirmngr.c:223 msgid "route all network traffic via Tor" msgstr "Netzzugriff nur über Tor" -#: dirmngr/dirmngr.c:234 +#: dirmngr/dirmngr.c:235 msgid "Configuration for Keyservers" msgstr "Konfiguration der Schlüsselserver" -#: dirmngr/dirmngr.c:237 +#: dirmngr/dirmngr.c:238 msgid "|URL|use keyserver at URL" msgstr "Benutze Schlüsselserver unter der URL" -#: dirmngr/dirmngr.c:239 +#: dirmngr/dirmngr.c:240 msgid "|FILE|use the CA certificates in FILE for HKP over TLS" msgstr "|DATEI|Benutze die CA Zertifikate in DATEI für HKP über TLS" -#: dirmngr/dirmngr.c:241 +#: dirmngr/dirmngr.c:242 msgid "Configuration for HTTP servers" msgstr "Konfiguration für HTTP Server" -#: dirmngr/dirmngr.c:243 +#: dirmngr/dirmngr.c:244 msgid "inhibit the use of HTTP" msgstr "Sperre die Benutzung von HTTP" -#: dirmngr/dirmngr.c:245 +#: dirmngr/dirmngr.c:246 msgid "ignore HTTP CRL distribution points" msgstr "Ãœbergehe HTTP CRL Distribution Points" -#: dirmngr/dirmngr.c:247 +#: dirmngr/dirmngr.c:248 msgid "|URL|redirect all HTTP requests to URL" msgstr "|URL|Leite alle HTTP Anfragen über URL" -#: dirmngr/dirmngr.c:249 +#: dirmngr/dirmngr.c:250 msgid "use system's HTTP proxy setting" msgstr "Benutze die HTTP Proxy Einstellung des Systems" -#: dirmngr/dirmngr.c:253 +#: dirmngr/dirmngr.c:254 msgid "Configuration of LDAP servers to use" msgstr "Konfiguration der zu nutzenden LDAP-Server" -#: dirmngr/dirmngr.c:255 +#: dirmngr/dirmngr.c:256 msgid "inhibit the use of LDAP" msgstr "Sperre die Benutzung von LDAP" -#: dirmngr/dirmngr.c:257 +#: dirmngr/dirmngr.c:258 msgid "ignore LDAP CRL distribution points" msgstr "Ãœbergehe LDAP CRL Distribution Points" -#: dirmngr/dirmngr.c:259 +#: dirmngr/dirmngr.c:260 msgid "|HOST|use HOST for LDAP queries" msgstr "|HOST|Benutze HOST für LDAP Anfragen" -#: dirmngr/dirmngr.c:261 +#: dirmngr/dirmngr.c:262 msgid "do not use fallback hosts with --ldap-proxy" msgstr "Keine Benutzung der Rückgriffshosts mit --ldap-proxy" -#: dirmngr/dirmngr.c:263 +#: dirmngr/dirmngr.c:264 msgid "|FILE|read LDAP server list from FILE" msgstr "|DATEI|Lese die LDAP Serverliste aus DATEI" -#: dirmngr/dirmngr.c:265 +#: dirmngr/dirmngr.c:266 msgid "add new servers discovered in CRL distribution points to serverlist" msgstr "Füge neue Server aus den CRL Distribution Points der Serverliste hinzu" -#: dirmngr/dirmngr.c:268 dirmngr/dirmngr_ldap.c:104 +#: dirmngr/dirmngr.c:269 dirmngr/dirmngr_ldap.c:104 msgid "|N|set LDAP timeout to N seconds" msgstr "|N|Setze die LDAP Zeitüberschreitung auf N Sekunden" -#: dirmngr/dirmngr.c:271 +#: dirmngr/dirmngr.c:272 msgid "Configuration for OCSP" msgstr "Konfiguration zu OCSP" -#: dirmngr/dirmngr.c:273 +#: dirmngr/dirmngr.c:274 msgid "allow sending OCSP requests" msgstr "OCSP Anfragen erlauben" -#: dirmngr/dirmngr.c:275 +#: dirmngr/dirmngr.c:276 msgid "ignore certificate contained OCSP service URLs" msgstr "Ãœbergehe im Zertifikat enthaltene OCSP Service URLs" -#: dirmngr/dirmngr.c:277 +#: dirmngr/dirmngr.c:278 msgid "|URL|use OCSP responder at URL" msgstr "|URL|Benutze den OCSP Responder mit dieser URL" -#: dirmngr/dirmngr.c:279 +#: dirmngr/dirmngr.c:280 msgid "|FPR|OCSP response signed by FPR" msgstr "|FPR|OCSP Antwort ist durch FPR signiert" -#: dirmngr/dirmngr.c:287 +#: dirmngr/dirmngr.c:288 msgid "force loading of outdated CRLs" msgstr "Laden von abgelaufenen CRLs erzwingen" -#: dirmngr/dirmngr.c:298 +#: dirmngr/dirmngr.c:299 msgid "" "@\n" "(See the \"info\" manual for a complete listing of all commands and " @@ -10556,11 +10559,11 @@ msgstr "" "(Im \"info\"-Handbuch findet sich eine vollständige Liste aller Kommandos " "und Optionen)\n" -#: dirmngr/dirmngr.c:440 +#: dirmngr/dirmngr.c:441 msgid "Usage: @DIRMNGR@ [options] (-h for help)" msgstr "Gebrauch: @DIRMNGR@ [Optionen]" -#: dirmngr/dirmngr.c:442 +#: dirmngr/dirmngr.c:443 msgid "" "Syntax: @DIRMNGR@ [options] [command [args]]\n" "Keyserver, CRL, and OCSP access for @GNUPG@\n" @@ -10568,85 +10571,85 @@ msgstr "" "Syntax: @DIRMNGR@ [Optionen] [Kommando [Argumente]]\n" "Keyserver, CRL und OCSP Zugriff für @GNUPG@\n" -#: dirmngr/dirmngr.c:522 +#: dirmngr/dirmngr.c:523 #, c-format msgid "valid debug levels are: %s\n" msgstr "Gültige Debugebenen sind: %s\n" -#: dirmngr/dirmngr.c:608 tools/gpgconf.c:667 tools/gpgconf.c:702 +#: dirmngr/dirmngr.c:609 tools/gpgconf.c:667 tools/gpgconf.c:702 #: tools/gpgconf.c:802 #, c-format msgid "usage: %s [options] " msgstr "Aufruf: %s [Optionen] " -#: dirmngr/dirmngr.c:1251 +#: dirmngr/dirmngr.c:1260 #, c-format msgid "colons are not allowed in the socket name\n" msgstr "Doppelpunkte sind im Namen des Sockets nicht erlaubt\n" -#: dirmngr/dirmngr.c:1486 dirmngr/server.c:1824 +#: dirmngr/dirmngr.c:1495 dirmngr/server.c:1824 #, c-format msgid "fetching CRL from '%s' failed: %s\n" msgstr "Holen der CRL von `%s' fehlgeschlagen: %s\n" -#: dirmngr/dirmngr.c:1492 dirmngr/server.c:1830 +#: dirmngr/dirmngr.c:1501 dirmngr/server.c:1830 #, c-format msgid "processing CRL from '%s' failed: %s\n" msgstr "Verarbeitung der CRL von `%s' fehlgeschlagen: %s\n" -#: dirmngr/dirmngr.c:1634 +#: dirmngr/dirmngr.c:1643 #, c-format msgid "%s:%u: line too long - skipped\n" msgstr "%s:%u: Zeile ist zu lang - übergangen\n" -#: dirmngr/dirmngr.c:1689 dirmngr/dirmngr.c:1773 +#: dirmngr/dirmngr.c:1698 dirmngr/dirmngr.c:1782 #, c-format msgid "%s:%u: invalid fingerprint detected\n" msgstr "%s:%u: ungültiger Fingerabdruck erkannt\n" -#: dirmngr/dirmngr.c:1725 dirmngr/dirmngr.c:1751 tools/gpgconf-comp.c:3534 +#: dirmngr/dirmngr.c:1734 dirmngr/dirmngr.c:1760 tools/gpgconf-comp.c:3539 #, c-format msgid "%s:%u: read error: %s\n" msgstr "%s:%u: Lesefehler: %s\n" -#: dirmngr/dirmngr.c:1780 +#: dirmngr/dirmngr.c:1789 #, c-format msgid "%s:%u: garbage at end of line ignored\n" msgstr "%s:%u: Müll am Ende der Zeile wird ignoriert\n" -#: dirmngr/dirmngr.c:1849 +#: dirmngr/dirmngr.c:1876 #, c-format msgid "SIGHUP received - re-reading configuration and flushing caches\n" msgstr "" "SIGHUP empfangen - lese die Konfiguration erneut und lösche die " "Zwischenspeicher\n" -#: dirmngr/dirmngr.c:1890 +#: dirmngr/dirmngr.c:1917 #, c-format msgid "SIGUSR2 received - no action defined\n" msgstr "SIGUSR2 empfangen - keine Aktion definiert\n" -#: dirmngr/dirmngr.c:1895 +#: dirmngr/dirmngr.c:1922 #, c-format msgid "SIGTERM received - shutting down ...\n" msgstr "SIGTERM empfangen - wird heruntergefahren ...\n" -#: dirmngr/dirmngr.c:1897 +#: dirmngr/dirmngr.c:1924 #, c-format msgid "SIGTERM received - still %d active connections\n" msgstr "SIGTERM empfangen - immer noch %d Verbindungen aktiv\n" -#: dirmngr/dirmngr.c:1902 +#: dirmngr/dirmngr.c:1929 #, c-format msgid "shutdown forced\n" msgstr "Herunterfahren wurde erzwungen\n" -#: dirmngr/dirmngr.c:1910 +#: dirmngr/dirmngr.c:1937 #, c-format msgid "SIGINT received - immediate shutdown\n" msgstr "SIGINT empfangen - wird sofort heruntergefahren\n" -#: dirmngr/dirmngr.c:1917 +#: dirmngr/dirmngr.c:1944 #, c-format msgid "signal %d received - no action defined\n" msgstr "Signal %d empfangen - keine Aktion definiert\n" @@ -11100,7 +11103,7 @@ msgid "serialno missing in cert ID" msgstr "Seriennummer fehlt in der Cert-ID" #: dirmngr/server.c:1387 dirmngr/server.c:1473 dirmngr/server.c:1909 -#: dirmngr/server.c:1980 dirmngr/server.c:2552 dirmngr/server.c:2567 +#: dirmngr/server.c:1980 dirmngr/server.c:2556 dirmngr/server.c:2571 #, c-format msgid "assuan_inquire failed: %s\n" msgstr "assuan_inquire fehlgeschlagen: %s\n" @@ -11130,32 +11133,32 @@ msgstr "fetch_next_cert fehlgeschlagen: %s\n" msgid "max_replies %d exceeded\n" msgstr "max_replies %d überschritten\n" -#: dirmngr/server.c:2856 +#: dirmngr/server.c:2860 #, c-format msgid "can't allocate control structure: %s\n" msgstr "Fehler beim Erzeugen der Kontrollstruktur: %s\n" -#: dirmngr/server.c:2867 +#: dirmngr/server.c:2871 #, c-format msgid "failed to allocate assuan context: %s\n" msgstr "Fehler beim Bereitstellen eines Assuan Kontext: %s\n" -#: dirmngr/server.c:2888 +#: dirmngr/server.c:2892 #, c-format msgid "failed to initialize the server: %s\n" msgstr "Fehler beim Initialisieren des Servers: %s\n" -#: dirmngr/server.c:2896 +#: dirmngr/server.c:2900 #, c-format msgid "failed to the register commands with Assuan: %s\n" msgstr "Fehler beim Registrieren der Kommandos gegen Assuan: %s\n" -#: dirmngr/server.c:2929 +#: dirmngr/server.c:2933 #, c-format msgid "Assuan accept problem: %s\n" msgstr "Assuan accept Problem: %s\n" -#: dirmngr/server.c:2948 +#: dirmngr/server.c:2952 #, c-format msgid "Assuan processing failed: %s\n" msgstr "Assuan Verarbeitung fehlgeschlagen: %s\n" @@ -11303,67 +11306,67 @@ msgstr "Der Keyboxd läuft nicht für diese Session\n" msgid "error sending standard options: %s\n" msgstr "Fehler beim Senden der Standardoptionen: %s\n" -#: tools/gpgconf-comp.c:647 +#: tools/gpgconf-comp.c:649 msgid "OpenPGP" msgstr "OpenPGP" -#: tools/gpgconf-comp.c:651 +#: tools/gpgconf-comp.c:653 msgid "S/MIME" msgstr "S/MIME" -#: tools/gpgconf-comp.c:655 +#: tools/gpgconf-comp.c:657 msgid "Public Keys" msgstr "Öffentliche Schlüssel" -#: tools/gpgconf-comp.c:659 +#: tools/gpgconf-comp.c:661 msgid "Private Keys" msgstr "Geheime Schlüssel" -#: tools/gpgconf-comp.c:663 +#: tools/gpgconf-comp.c:665 msgid "Smartcards" msgstr "Smartcard" -#: tools/gpgconf-comp.c:667 +#: tools/gpgconf-comp.c:669 msgid "TPM" -msgstr "" +msgstr "TPM" -#: tools/gpgconf-comp.c:671 +#: tools/gpgconf-comp.c:673 msgid "Network" msgstr "Netz" -#: tools/gpgconf-comp.c:675 +#: tools/gpgconf-comp.c:677 msgid "Passphrase Entry" msgstr "Passphrase Eingabe" -#: tools/gpgconf-comp.c:939 +#: tools/gpgconf-comp.c:941 msgid "Component not suitable for launching" msgstr "Komponente unterstützt kein direktes starten" -#: tools/gpgconf-comp.c:945 +#: tools/gpgconf-comp.c:947 #, c-format msgid "Configuration file of component %s is broken\n" msgstr "Die Konfigurationsdatei der Komponente %s ist defekt\n" -#: tools/gpgconf-comp.c:948 +#: tools/gpgconf-comp.c:950 #, c-format msgid "Note: Use the command \"%s%s\" to get details.\n" msgstr "Hinweis: Für Details bitte das Kommando \"%s%s\" verwenden.\n" -#: tools/gpgconf-comp.c:2811 +#: tools/gpgconf-comp.c:2816 #, c-format msgid "External verification of component %s failed" msgstr "Die externe Ãœberprüfung der Komponente %s war nicht erfolgreich" -#: tools/gpgconf-comp.c:2941 +#: tools/gpgconf-comp.c:2946 msgid "Note that group specifications are ignored\n" msgstr "Beachten Sie, daß Gruppenspezifiaktionen ignoriert werden\n" -#: tools/gpgconf-comp.c:3538 +#: tools/gpgconf-comp.c:3543 #, c-format msgid "error closing '%s'\n" msgstr "Fehler beim Schließen von '%s'\n" -#: tools/gpgconf-comp.c:3540 +#: tools/gpgconf-comp.c:3545 #, c-format msgid "error parsing '%s'\n" msgstr "Fehler beim Hashen von '%s'\n" @@ -11468,34 +11471,34 @@ msgstr "" "Syntax: gpg-check-pattern [optionen] Musterdatei\n" "Die von stdin gelesene Passphrase gegen die Musterdatei prüfen\n" -#: tools/gpg-card.c:2389 +#: tools/gpg-card.c:2390 #, c-format msgid "Note: key %s is already stored on the card!\n" msgstr "Hinweis: Schlüssel %s ist bereits auf der Karte gespeichert!\n" -#: tools/gpg-card.c:2392 +#: tools/gpg-card.c:2393 #, c-format msgid "Note: Keys are already stored on the card!\n" msgstr "Hinweis: Auf der Karte sind bereits Schlüssel gespeichert!\n" -#: tools/gpg-card.c:2395 +#: tools/gpg-card.c:2396 #, c-format msgid "Replace existing key %s ? (y/N) " msgstr "Vorhandenen Schlüssel %s ersetzen? (j/N) " -#: tools/gpg-card.c:2548 tools/gpg-card.c:2711 tools/gpg-card.c:2934 -#: tools/gpg-card.c:3043 +#: tools/gpg-card.c:2549 tools/gpg-card.c:2712 tools/gpg-card.c:2935 +#: tools/gpg-card.c:3044 #, c-format msgid "%s card no. %s detected\n" msgstr "%s Karte Nr. %s erkannt\n" -#: tools/gpg-card.c:3395 +#: tools/gpg-card.c:3396 #, c-format msgid "User Interaction Flag is set to \"%s\" - can't change\n" msgstr "" "User Interaction Flag ist auf \"%s\" gesetzt - Änderung nicht möglich\n" -#: tools/gpg-card.c:3405 tools/gpg-card.c:3419 +#: tools/gpg-card.c:3406 tools/gpg-card.c:3420 #, c-format msgid "" "Warning: Setting the User Interaction Flag to \"%s\"\n" @@ -11504,44 +11507,44 @@ msgstr "" "WARNUNG: Das Setzen des User Interaction Flags auf \"%s\" kann\n" " nur durch ein \"factory-reset\" rückgängig gemacht werden!\n" -#: tools/gpg-card.c:3422 +#: tools/gpg-card.c:3423 #, c-format msgid "Please use \"uif --yes %d %s\"\n" msgstr "Bitte \"uif --yes %d %s\" benutzen\n" -#: tools/gpg-card.c:3668 +#: tools/gpg-card.c:3669 msgid "authenticate to the card" msgstr "Gegen die Karte authentifizieren" -#: tools/gpg-card.c:3670 +#: tools/gpg-card.c:3671 msgid "send a reset to the card daemon" msgstr "Ein Reset an den SCdaemon senden" -#: tools/gpg-card.c:3672 +#: tools/gpg-card.c:3673 msgid "setup KDF for PIN authentication" msgstr "Einrichten der KDF zur Authentifizierung" -#: tools/gpg-card.c:3674 +#: tools/gpg-card.c:3675 msgid "change a private data object" msgstr "Ein privates Datenobjekt ändern" -#: tools/gpg-card.c:3675 +#: tools/gpg-card.c:3676 msgid "read a certificate from a data object" msgstr "Ein Zertifikat aus einem Datenobjekt lesen" -#: tools/gpg-card.c:3676 +#: tools/gpg-card.c:3677 msgid "store a certificate to a data object" msgstr "Ein Zertifikat in einem Datenobjekt speichern" -#: tools/gpg-card.c:3677 +#: tools/gpg-card.c:3678 msgid "store a private key to a data object" msgstr "Privaten Schlüssel in einem Datenobjekt speichern" -#: tools/gpg-card.c:3678 +#: tools/gpg-card.c:3679 msgid "Yubikey management commands" msgstr "Verwaltungskommandos für Yubikeys" -#: tools/gpg-card.c:3680 +#: tools/gpg-card.c:3681 msgid "manage the command history" msgstr "Verwaltung der Kommandohistorie" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg-1.1.92\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2021-04-07 19:24+0200\n" +"POT-Creation-Date: 2021-04-20 12:38+0200\n" "PO-Revision-Date: 2017-09-14 21:14+0300\n" "Last-Translator: Dimitris Maroulidis <dmaroulidis@dimitrismaroulidis.com>\n" "Language-Team: team@gnome.gr\n" @@ -209,9 +209,9 @@ msgid "ssh keys greater than %d bits are not supported\n" msgstr "δεν υποστηÏίζεται ο αλγόÏιθμος Ï€Ïοστασίας %d%s\n" #: agent/command-ssh.c:872 common/dotlock.c:852 g10/card-util.c:953 -#: g10/export.c:1329 g10/gpg.c:1430 g10/keygen.c:5327 g10/keyring.c:1319 +#: g10/export.c:1329 g10/gpg.c:1431 g10/keygen.c:5347 g10/keyring.c:1319 #: g10/keyring.c:1632 g10/openfile.c:293 g10/photoid.c:531 g10/photoid.c:549 -#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:478 +#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:479 #, fuzzy, c-format #| msgid "can't create `%s': %s\n" msgid "can't create '%s': %s\n" @@ -219,15 +219,15 @@ msgstr "αδυναμία δημιουÏγίας του `%s': %s\n" #: agent/command-ssh.c:884 common/helpfile.c:57 g10/card-util.c:910 #: g10/dearmor.c:59 g10/dearmor.c:106 g10/decrypt.c:65 g10/decrypt.c:136 -#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1431 -#: g10/import.c:359 g10/import.c:546 g10/import.c:781 g10/keygen.c:4302 +#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1432 +#: g10/import.c:371 g10/import.c:558 g10/import.c:793 g10/keygen.c:4322 #: g10/keyring.c:1658 g10/openfile.c:197 g10/openfile.c:211 g10/plaintext.c:128 #: g10/plaintext.c:610 g10/sign.c:1086 g10/sign.c:1311 g10/sign.c:1424 #: g10/sign.c:1596 g10/tdbdump.c:143 g10/tdbdump.c:151 g10/tdbio.c:758 -#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2338 -#: sm/gpgsm.c:2368 sm/gpgsm.c:2406 sm/qualified.c:65 dirmngr/certcache.c:396 -#: dirmngr/certcache.c:476 dirmngr/certcache.c:478 dirmngr/crlcache.c:2588 -#: dirmngr/dirmngr.c:1711 tools/gpg-card.c:407 +#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2380 +#: sm/gpgsm.c:2410 sm/gpgsm.c:2448 sm/keylist.c:1737 sm/qualified.c:65 +#: dirmngr/certcache.c:396 dirmngr/certcache.c:476 dirmngr/certcache.c:478 +#: dirmngr/crlcache.c:2588 dirmngr/dirmngr.c:1720 tools/gpg-card.c:408 #, fuzzy, c-format #| msgid "can't open `%s': %s\n" msgid "can't open '%s': %s\n" @@ -410,355 +410,355 @@ msgstr "" msgid "Please enter the new passphrase" msgstr "αλλαγή της φÏάσης κλειδί" -#: agent/gpg-agent.c:161 scd/scdaemon.c:114 dirmngr/dirmngr.c:181 +#: agent/gpg-agent.c:162 scd/scdaemon.c:115 dirmngr/dirmngr.c:182 msgid "Options used for startup" msgstr "" -#: agent/gpg-agent.c:163 scd/scdaemon.c:119 dirmngr/dirmngr.c:170 +#: agent/gpg-agent.c:164 scd/scdaemon.c:120 dirmngr/dirmngr.c:171 msgid "run in daemon mode (background)" msgstr "" -#: agent/gpg-agent.c:164 scd/scdaemon.c:116 dirmngr/dirmngr.c:169 +#: agent/gpg-agent.c:165 scd/scdaemon.c:117 dirmngr/dirmngr.c:170 msgid "run in server mode (foreground)" msgstr "" -#: agent/gpg-agent.c:166 dirmngr/dirmngr.c:172 +#: agent/gpg-agent.c:167 dirmngr/dirmngr.c:173 #, fuzzy #| msgid "Key is superseded" msgid "run in supervised mode" msgstr "Το κλειδί Îχει παÏακαμθεί" -#: agent/gpg-agent.c:168 scd/scdaemon.c:120 dirmngr/dirmngr.c:183 +#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 msgid "do not detach from the console" msgstr "" -#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 +#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 msgid "sh-style command output" msgstr "" -#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 +#: agent/gpg-agent.c:171 scd/scdaemon.c:123 dirmngr/dirmngr.c:186 msgid "csh-style command output" msgstr "" -#: agent/gpg-agent.c:178 g10/gpg.c:588 scd/scdaemon.c:124 sm/gpgsm.c:419 -#: dirmngr/dirmngr.c:187 +#: agent/gpg-agent.c:179 g10/gpg.c:589 scd/scdaemon.c:125 sm/gpgsm.c:422 +#: dirmngr/dirmngr.c:188 #, fuzzy msgid "|FILE|read options from FILE" msgstr "|ΑΡΧΕΙΟ|φόÏτωμα του αÏθÏώματος επÎκτασης ΑΡΧΕΙΟ" -#: agent/gpg-agent.c:182 g10/gpg.c:573 scd/scdaemon.c:128 sm/gpgsm.c:262 -#: dirmngr/dirmngr.c:191 +#: agent/gpg-agent.c:183 g10/gpg.c:574 scd/scdaemon.c:129 sm/gpgsm.c:265 +#: dirmngr/dirmngr.c:192 msgid "Options controlling the diagnostic output" msgstr "" -#: agent/gpg-agent.c:184 g10/gpg.c:575 g10/gpgv.c:78 kbx/kbxutil.c:89 -#: scd/scdaemon.c:130 sm/gpgsm.c:264 dirmngr/dirmngr-client.c:69 -#: dirmngr/dirmngr.c:193 dirmngr/dirmngr_ldap.c:102 +#: agent/gpg-agent.c:185 g10/gpg.c:576 g10/gpgv.c:78 kbx/kbxutil.c:89 +#: scd/scdaemon.c:131 sm/gpgsm.c:267 dirmngr/dirmngr-client.c:69 +#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:102 #: tools/gpg-connect-agent.c:85 tools/gpgconf.c:111 msgid "verbose" msgstr "αναλυτικά" -#: agent/gpg-agent.c:185 g10/gpg.c:577 g10/gpgv.c:79 kbx/kbxutil.c:90 -#: scd/scdaemon.c:131 sm/gpgsm.c:266 dirmngr/dirmngr-client.c:70 -#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:103 +#: agent/gpg-agent.c:186 g10/gpg.c:578 g10/gpgv.c:79 kbx/kbxutil.c:90 +#: scd/scdaemon.c:132 sm/gpgsm.c:269 dirmngr/dirmngr-client.c:70 +#: dirmngr/dirmngr.c:195 dirmngr/dirmngr_ldap.c:103 msgid "be somewhat more quiet" msgstr "ήσυχη Îξοδος" -#: agent/gpg-agent.c:193 g10/gpg.c:592 sm/gpgsm.c:280 dirmngr/dirmngr.c:204 +#: agent/gpg-agent.c:194 g10/gpg.c:593 sm/gpgsm.c:283 dirmngr/dirmngr.c:205 msgid "|FILE|write server mode logs to FILE" msgstr "" -#: agent/gpg-agent.c:197 g10/gpg.c:598 scd/scdaemon.c:145 sm/gpgsm.c:287 -#: dirmngr/dirmngr.c:208 +#: agent/gpg-agent.c:198 g10/gpg.c:599 scd/scdaemon.c:146 sm/gpgsm.c:290 +#: dirmngr/dirmngr.c:209 msgid "Options controlling the configuration" msgstr "" -#: agent/gpg-agent.c:200 +#: agent/gpg-agent.c:201 #, fuzzy msgid "do not use the SCdaemon" msgstr "ανανÎωση της βάσης δεδομÎνων εμπιστοσÏνης" -#: agent/gpg-agent.c:202 +#: agent/gpg-agent.c:203 msgid "|PGM|use PGM as the SCdaemon program" msgstr "" -#: agent/gpg-agent.c:204 +#: agent/gpg-agent.c:205 msgid "|PGM|use PGM as the tpm2daemon program" msgstr "" -#: agent/gpg-agent.c:208 +#: agent/gpg-agent.c:209 #, fuzzy #| msgid "|NAME|set terminal charset to NAME" msgid "|NAME|accept some commands via NAME" msgstr "|ΟÎΟΜΑ|καθοÏισμός του σετ χαÏακτήÏων τεÏÎ¼Î±Ï„Î¹ÎºÎ¿Ï ÏƒÎµ ΟÎΟΜΑ" -#: agent/gpg-agent.c:212 +#: agent/gpg-agent.c:213 msgid "ignore requests to change the TTY" msgstr "" -#: agent/gpg-agent.c:214 +#: agent/gpg-agent.c:215 msgid "ignore requests to change the X display" msgstr "" -#: agent/gpg-agent.c:215 +#: agent/gpg-agent.c:216 #, fuzzy #| msgid "not supported" msgid "enable ssh support" msgstr "δεν υποστηÏίζεται" -#: agent/gpg-agent.c:217 +#: agent/gpg-agent.c:218 msgid "|ALGO|use ALGO to show ssh fingerprints" msgstr "" -#: agent/gpg-agent.c:220 +#: agent/gpg-agent.c:221 #, fuzzy #| msgid "not supported" msgid "enable putty support" msgstr "δεν υποστηÏίζεται" -#: agent/gpg-agent.c:232 g10/gpg.c:843 scd/scdaemon.c:175 sm/gpgsm.c:379 +#: agent/gpg-agent.c:233 g10/gpg.c:844 scd/scdaemon.c:176 sm/gpgsm.c:382 msgid "Options controlling the security" msgstr "" -#: agent/gpg-agent.c:235 +#: agent/gpg-agent.c:236 msgid "|N|expire cached PINs after N seconds" msgstr "" -#: agent/gpg-agent.c:237 +#: agent/gpg-agent.c:238 msgid "|N|expire SSH keys after N seconds" msgstr "" -#: agent/gpg-agent.c:239 +#: agent/gpg-agent.c:240 msgid "|N|set maximum PIN cache lifetime to N seconds" msgstr "" -#: agent/gpg-agent.c:241 +#: agent/gpg-agent.c:242 msgid "|N|set maximum SSH key lifetime to N seconds" msgstr "" -#: agent/gpg-agent.c:243 +#: agent/gpg-agent.c:244 msgid "do not use the PIN cache when signing" msgstr "" -#: agent/gpg-agent.c:245 +#: agent/gpg-agent.c:246 #, fuzzy msgid "disallow the use of an external password cache" msgstr "σφάλμα στη δημιουÏγία της φÏάσης κλειδί: %s\n" -#: agent/gpg-agent.c:247 +#: agent/gpg-agent.c:248 msgid "disallow clients to mark keys as \"trusted\"" msgstr "" -#: agent/gpg-agent.c:250 +#: agent/gpg-agent.c:251 #, fuzzy msgid "allow presetting passphrase" msgstr "σφάλμα στη δημιουÏγία της φÏάσης κλειδί: %s\n" -#: agent/gpg-agent.c:255 +#: agent/gpg-agent.c:256 msgid "Options enforcing a passphrase policy" msgstr "" -#: agent/gpg-agent.c:258 +#: agent/gpg-agent.c:259 msgid "do not allow bypassing the passphrase policy" msgstr "" -#: agent/gpg-agent.c:260 +#: agent/gpg-agent.c:261 msgid "|N|set minimal required length for new passphrases to N" msgstr "" -#: agent/gpg-agent.c:262 +#: agent/gpg-agent.c:263 msgid "|N|require at least N non-alpha characters for a new passphrase" msgstr "" -#: agent/gpg-agent.c:265 +#: agent/gpg-agent.c:266 msgid "|FILE|check new passphrases against pattern in FILE" msgstr "" -#: agent/gpg-agent.c:267 +#: agent/gpg-agent.c:268 #, fuzzy msgid "|N|expire the passphrase after N days" msgstr "|N|χÏήση της κατάστασης φÏάσης κλειδί N" -#: agent/gpg-agent.c:269 +#: agent/gpg-agent.c:270 #, fuzzy msgid "do not allow the reuse of old passphrases" msgstr "σφάλμα στη δημιουÏγία της φÏάσης κλειδί: %s\n" -#: agent/gpg-agent.c:272 +#: agent/gpg-agent.c:273 msgid "Options controlling the PIN-Entry" msgstr "" -#: agent/gpg-agent.c:274 +#: agent/gpg-agent.c:275 #, fuzzy #| msgid "use the gpg-agent" msgid "never use the PIN-entry" msgstr "χÏήση του gpg-agent" -#: agent/gpg-agent.c:276 +#: agent/gpg-agent.c:277 msgid "disallow caller to override the pinentry" msgstr "" -#: agent/gpg-agent.c:278 +#: agent/gpg-agent.c:279 msgid "let PIN-Entry grab keyboard and mouse" msgstr "" -#: agent/gpg-agent.c:281 +#: agent/gpg-agent.c:282 msgid "|PGM|use PGM as the PIN-Entry program" msgstr "" -#: agent/gpg-agent.c:285 +#: agent/gpg-agent.c:286 msgid "|N|set the Pinentry timeout to N seconds" msgstr "" -#: agent/gpg-agent.c:287 +#: agent/gpg-agent.c:288 msgid "allow passphrase to be prompted through Emacs" msgstr "" #. TRANSLATORS: @EMAIL@ will get replaced by the actual bug #. reporting address. This is so that we can change the #. reporting address without breaking the translations. -#: agent/gpg-agent.c:550 agent/preset-passphrase.c:99 agent/protect-tool.c:154 -#: g10/gpg.c:1131 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:311 -#: sm/gpgsm.c:609 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:437 +#: agent/gpg-agent.c:551 agent/preset-passphrase.c:99 agent/protect-tool.c:154 +#: g10/gpg.c:1132 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:312 +#: sm/gpgsm.c:612 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:438 #: dirmngr/dirmngr_ldap.c:175 tools/gpg-connect-agent.c:220 tools/gpgconf.c:151 #: tools/gpg-check-pattern.c:143 #, fuzzy msgid "Please report bugs to <@EMAIL@>.\n" msgstr "ΑναφÎÏετε τα Ï€Ïοβλήματα στο <gnupg-bugs@gnu.org>\n" -#: agent/gpg-agent.c:559 +#: agent/gpg-agent.c:560 #, fuzzy msgid "Usage: @GPG_AGENT@ [options] (-h for help)" msgstr "ΧÏήση: gpg [επιλογÎÏ‚] [αÏχεία] (-h για βοήθεια)" -#: agent/gpg-agent.c:561 +#: agent/gpg-agent.c:562 msgid "" "Syntax: @GPG_AGENT@ [options] [command [args]]\n" "Secret key management for @GNUPG@\n" msgstr "" -#: agent/gpg-agent.c:606 g10/gpg.c:1336 scd/scdaemon.c:383 sm/gpgsm.c:757 -#: dirmngr/dirmngr.c:521 +#: agent/gpg-agent.c:607 g10/gpg.c:1337 scd/scdaemon.c:384 sm/gpgsm.c:760 +#: dirmngr/dirmngr.c:522 #, c-format msgid "invalid debug-level '%s' given\n" msgstr "" -#: agent/gpg-agent.c:971 g10/gpg.c:3879 g10/gpg.c:3903 sm/gpgsm.c:1736 -#: sm/gpgsm.c:1742 +#: agent/gpg-agent.c:972 g10/gpg.c:3910 g10/gpg.c:3934 sm/gpgsm.c:1769 +#: sm/gpgsm.c:1775 #, c-format msgid "selected digest algorithm is invalid\n" msgstr "ο επιλεγμÎνος αλγόÏιθμος πεÏίληψης δεν είναι ÎγκυÏος\n" -#: agent/gpg-agent.c:1195 agent/gpg-agent.c:2010 g10/gpg.c:2588 -#: scd/scdaemon.c:548 sm/gpgsm.c:1151 dirmngr/dirmngr.c:988 -#: dirmngr/dirmngr.c:1830 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:2019 common/comopt.c:93 +#: g10/gpg.c:2591 scd/scdaemon.c:549 sm/gpgsm.c:1155 dirmngr/dirmngr.c:989 +#: dirmngr/dirmngr.c:1840 #, fuzzy, c-format #| msgid "reading options from `%s'\n" msgid "reading options from '%s'\n" msgstr "ανάγνωση επιλογών από `%s'\n" -#: agent/gpg-agent.c:1327 g10/gpg.c:3830 scd/scdaemon.c:675 sm/gpgsm.c:1676 -#: dirmngr/dirmngr.c:1099 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 +#: agent/gpg-agent.c:1335 g10/gpg.c:3861 scd/scdaemon.c:687 sm/gpgsm.c:1709 +#: dirmngr/dirmngr.c:1108 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 #, fuzzy, c-format #| msgid "WARNING: \"%s\" is a deprecated option\n" msgid "Note: '%s' is not considered an option\n" msgstr "ΠΡΟΕΙΔΟΠΟΙΗΣΗ: \"%s\" είναι μια μη συνειστώμενη επιλογή\n" -#: agent/gpg-agent.c:2146 scd/scdaemon.c:1096 dirmngr/dirmngr.c:1258 +#: agent/gpg-agent.c:2172 scd/scdaemon.c:1108 dirmngr/dirmngr.c:1267 #, fuzzy, c-format msgid "can't create socket: %s\n" msgstr "αδυναμία δημιουÏγίας του %s: %s\n" -#: agent/gpg-agent.c:2163 scd/scdaemon.c:1109 dirmngr/dirmngr.c:1271 +#: agent/gpg-agent.c:2189 scd/scdaemon.c:1121 dirmngr/dirmngr.c:1280 #, c-format msgid "socket name '%s' is too long\n" msgstr "" -#: agent/gpg-agent.c:2202 +#: agent/gpg-agent.c:2228 #, fuzzy, c-format msgid "a gpg-agent is already running - not starting a new one\n" msgstr "ο gpg-agent δεν είναι διαθÎσιμος σε αυτή τη συνεδÏία\n" -#: agent/gpg-agent.c:2213 scd/scdaemon.c:1133 dirmngr/dirmngr.c:1303 +#: agent/gpg-agent.c:2239 scd/scdaemon.c:1145 dirmngr/dirmngr.c:1312 #, fuzzy, c-format msgid "error getting nonce for the socket\n" msgstr "σφάλμα στη δημιουÏγία της φÏάσης κλειδί: %s\n" -#: agent/gpg-agent.c:2218 scd/scdaemon.c:1136 dirmngr/dirmngr.c:1306 +#: agent/gpg-agent.c:2244 scd/scdaemon.c:1148 dirmngr/dirmngr.c:1315 #, fuzzy, c-format msgid "error binding socket to '%s': %s\n" msgstr "σφάλμα στη αποστολή Ï€Ïος το `%s': %s\n" -#: agent/gpg-agent.c:2229 agent/gpg-agent.c:2269 agent/gpg-agent.c:2278 -#: scd/scdaemon.c:1144 dirmngr/dirmngr.c:1315 +#: agent/gpg-agent.c:2255 agent/gpg-agent.c:2295 agent/gpg-agent.c:2304 +#: scd/scdaemon.c:1156 dirmngr/dirmngr.c:1324 #, fuzzy, c-format msgid "can't set permissions of '%s': %s\n" msgstr "ΠΡΟΕΙΔΟΠΟΙΗΣΗ: μη ασφαλείς άδειες στο %s \"%s\"\n" -#: agent/gpg-agent.c:2243 scd/scdaemon.c:1156 dirmngr/dirmngr.c:1327 +#: agent/gpg-agent.c:2269 scd/scdaemon.c:1168 dirmngr/dirmngr.c:1336 #, fuzzy, c-format msgid "listening on socket '%s'\n" msgstr "εγγÏαφή του Î¼Ï…ÏƒÏ„Î¹ÎºÎ¿Ï ÎºÎ»ÎµÎ¹Î´Î¹Î¿Ï ÏƒÏ„Î¿ `%s'\n" -#: agent/gpg-agent.c:2263 agent/gpg-agent.c:2316 common/homedir.c:517 +#: agent/gpg-agent.c:2289 agent/gpg-agent.c:2342 common/homedir.c:517 #: g10/openfile.c:399 g10/photoid.c:379 #, fuzzy, c-format #| msgid "can't create directory `%s': %s\n" msgid "can't create directory '%s': %s\n" msgstr "αδυναμία δημιουÏγίας καταλόγου `%s': %s\n" -#: agent/gpg-agent.c:2266 agent/gpg-agent.c:2321 common/homedir.c:520 +#: agent/gpg-agent.c:2292 agent/gpg-agent.c:2347 common/homedir.c:520 #: g10/openfile.c:402 #, fuzzy, c-format msgid "directory '%s' created\n" msgstr "%s: κατάλογος δημιουÏγήθηκε\n" -#: agent/gpg-agent.c:2327 +#: agent/gpg-agent.c:2353 #, fuzzy, c-format msgid "stat() failed for '%s': %s\n" msgstr "trustdb: read απÎτυχε (n=%d): %s\n" -#: agent/gpg-agent.c:2331 +#: agent/gpg-agent.c:2357 #, fuzzy, c-format msgid "can't use '%s' as home directory\n" msgstr "%s: αδυναμία δημιουÏγίας καταλόγου: %s\n" -#: agent/gpg-agent.c:2486 scd/scdaemon.c:1172 dirmngr/dirmngr.c:2042 +#: agent/gpg-agent.c:2512 scd/scdaemon.c:1184 dirmngr/dirmngr.c:2069 #, fuzzy, c-format msgid "error reading nonce on fd %d: %s\n" msgstr "σφάλμα κατά την ανάγνωση του `%s': %s\n" -#: agent/gpg-agent.c:2693 +#: agent/gpg-agent.c:2719 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:2698 +#: agent/gpg-agent.c:2724 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:2773 +#: agent/gpg-agent.c:2799 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:2778 +#: agent/gpg-agent.c:2804 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:3000 scd/scdaemon.c:1362 dirmngr/dirmngr.c:2256 +#: agent/gpg-agent.c:3026 scd/scdaemon.c:1374 dirmngr/dirmngr.c:2283 #, fuzzy, c-format msgid "npth_pselect failed: %s - waiting 1s\n" msgstr "η ενημÎÏωση Î¼Ï…ÏƒÏ„Î¹ÎºÎ¿Ï Î±Ï€Îτυχε: %s\n" -#: agent/gpg-agent.c:3088 scd/scdaemon.c:1427 +#: agent/gpg-agent.c:3114 scd/scdaemon.c:1439 #, fuzzy, c-format msgid "%s %s stopped\n" msgstr "%s: παÏαλείφθηκε: %s\n" -#: agent/gpg-agent.c:3226 common/simple-pwquery.c:247 g10/call-agent.c:260 +#: agent/gpg-agent.c:3252 common/simple-pwquery.c:247 g10/call-agent.c:260 #: sm/call-agent.c:131 tools/gpg-connect-agent.c:2319 tools/card-call-scd.c:311 #, fuzzy, c-format msgid "no gpg-agent running in this session\n" @@ -785,8 +785,8 @@ msgid "" "Password cache maintenance\n" msgstr "" -#: agent/protect-tool.c:107 g10/gpg.c:447 kbx/kbxutil.c:72 sm/gpgsm.c:213 -#: dirmngr/dirmngr.c:167 tools/gpgconf.c:81 +#: agent/protect-tool.c:107 g10/gpg.c:448 kbx/kbxutil.c:72 sm/gpgsm.c:215 +#: dirmngr/dirmngr.c:168 tools/gpgconf.c:81 msgid "" "@Commands:\n" " " @@ -1036,7 +1036,7 @@ msgid "error creating a stream for a pipe: %s\n" msgstr "σφάλμα στη δημιουÏγία της φÏάσης κλειδί: %s\n" #: common/exechelp-posix.c:505 common/exechelp-posix.c:580 -#: common/exechelp-posix.c:861 dirmngr/dirmngr.c:1345 +#: common/exechelp-posix.c:866 dirmngr/dirmngr.c:1354 #, fuzzy, c-format msgid "error forking process: %s\n" msgstr "σφάλμα κατά την ανάγνωση του `%s': %s\n" @@ -1046,23 +1046,23 @@ msgstr "σφάλμα κατά την ανάγνωση του `%s': %s\n" msgid "waiting for process %d to terminate failed: %s\n" msgstr "" -#: common/exechelp-posix.c:688 common/exechelp-posix.c:804 +#: common/exechelp-posix.c:688 common/exechelp-posix.c:809 #, fuzzy, c-format msgid "error running '%s': probably not installed\n" msgstr "σφάλμα κατά την ανάγνωση του `%s': %s\n" -#: common/exechelp-posix.c:694 common/exechelp-posix.c:811 +#: common/exechelp-posix.c:694 common/exechelp-posix.c:816 #: common/exechelp-w32.c:839 common/exechelp-w32ce.c:782 #, fuzzy, c-format msgid "error running '%s': exit status %d\n" msgstr "σφάλμα κατά την ανάγνωση του `%s': %s\n" -#: common/exechelp-posix.c:702 common/exechelp-posix.c:819 +#: common/exechelp-posix.c:702 common/exechelp-posix.c:824 #, fuzzy, c-format msgid "error running '%s': terminated\n" msgstr "σφάλμα κατά την ανάγνωση του `%s': %s\n" -#: common/exechelp-posix.c:760 common/exechelp-w32.c:820 +#: common/exechelp-posix.c:765 common/exechelp-w32.c:820 #, fuzzy, c-format msgid "waiting for processes to terminate failed: %s\n" msgstr "η ενημÎÏωση απÎτυχε: %s\n" @@ -1109,7 +1109,7 @@ msgid "renaming '%s' to '%s' failed: %s\n" msgstr "θωÏάκιση απÎτυχε: %s\n" #. TRANSLATORS: See doc/TRANSLATE about this string. -#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3081 +#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3082 msgid "yes" msgstr "ναι|ναί" @@ -1165,7 +1165,7 @@ msgid "out of core while allocating %lu bytes" msgstr "" #: common/miscellaneous.c:115 g10/card-util.c:917 tools/no-libgcrypt.c:30 -#: tools/gpg-card.c:415 +#: tools/gpg-card.c:416 #, fuzzy, c-format msgid "error allocating enough memory: %s\n" msgstr "αδυναμία δημιουÏγίας της κλειδοθήκης `%s': %s\n" @@ -1236,7 +1236,7 @@ msgstr "αδυναμία δημιουÏγίας της κλειδοθήκης `% msgid "server '%s' is older than us (%s < %s)" msgstr "" -#: common/asshelp.c:737 g10/call-dirmngr.c:407 +#: common/asshelp.c:737 g10/call-dirmngr.c:408 #, fuzzy, c-format #| msgid "WARNING: %s overrides %s\n" msgid "WARNING: %s\n" @@ -1541,8 +1541,8 @@ msgstr "το δημόσιο κλειδί %08lX δεν βÏÎθηκε: %s\n" msgid "waiting for lock %s...\n" msgstr "εγγÏαφή του Î¼Ï…ÏƒÏ„Î¹ÎºÎ¿Ï ÎºÎ»ÎµÎ¹Î´Î¹Î¿Ï ÏƒÏ„Î¿ `%s'\n" -#: common/init.c:191 sm/gpgsm.c:1032 dirmngr/dirmngr.c:894 -#: dirmngr/dirmngr.c:903 +#: common/init.c:191 sm/gpgsm.c:1036 dirmngr/dirmngr.c:895 +#: dirmngr/dirmngr.c:904 #, c-format msgid "%s is too old (need %s, have %s)\n" msgstr "" @@ -1717,57 +1717,57 @@ msgstr "σφάλμα κατά την ανάγνωση του `%s': %s\n" msgid "problem with the agent: %s\n" msgstr "Ï€Ïόβλημα με τον agent: agent επιστÏÎφει 0x%lx\n" -#: g10/call-dirmngr.c:178 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 +#: g10/call-dirmngr.c:179 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 #, fuzzy, c-format msgid "no dirmngr running in this session\n" msgstr "ο gpg-agent δεν είναι διαθÎσιμος σε αυτή τη συνεδÏία\n" -#: g10/call-dirmngr.c:212 +#: g10/call-dirmngr.c:213 #, fuzzy, c-format #| msgid "you may not use %s while in %s mode\n" msgid "keyserver option \"honor-keyserver-url\" may not be used in Tor mode\n" msgstr "απαγοÏεÏετε η χÏήση του %s στην κατάσταση %s.\n" -#: g10/call-dirmngr.c:385 +#: g10/call-dirmngr.c:386 msgid "WKD uses a cached result" msgstr "" -#: g10/call-dirmngr.c:388 +#: g10/call-dirmngr.c:389 msgid "Tor is not running" msgstr "" -#: g10/call-dirmngr.c:390 +#: g10/call-dirmngr.c:391 #, fuzzy msgid "Tor is not properly configured" msgstr "σφάλμα: μη ÎγκυÏο αποτÏπωμα\n" -#: g10/call-dirmngr.c:392 +#: g10/call-dirmngr.c:393 #, fuzzy msgid "DNS is not properly configured" msgstr "σφάλμα: μη ÎγκυÏο αποτÏπωμα\n" -#: g10/call-dirmngr.c:394 +#: g10/call-dirmngr.c:395 msgid "unacceptable HTTP redirect from server" msgstr "" -#: g10/call-dirmngr.c:396 +#: g10/call-dirmngr.c:397 msgid "unacceptable HTTP redirect from server was cleaned up" msgstr "" -#: g10/call-dirmngr.c:398 +#: g10/call-dirmngr.c:399 #, fuzzy #| msgid "generate a revocation certificate" msgid "server uses an invalid certificate" msgstr "δημιουÏγία ενός Ï€Î¹ÏƒÏ„Î¿Ï€Î¿Î¹Î·Ï„Î¹ÎºÎ¿Ï Î±Î½Î¬ÎºÎ»Î·ÏƒÎ·Ï‚" -#: g10/call-dirmngr.c:405 g10/gpg.c:4568 +#: g10/call-dirmngr.c:406 g10/gpg.c:4599 #, fuzzy, c-format #| msgid "armor: %s\n" msgid "Note: %s\n" msgstr "θωÏάκιση: %s\n" #: g10/card-util.c:86 g10/card-util.c:369 g10/card-util.c:1924 -#: tools/gpg-card.c:3038 +#: tools/gpg-card.c:3039 #, fuzzy, c-format msgid "OpenPGP card not available: %s\n" msgstr "το μυστικό κλειδί δεν είναι διαθÎσιμο" @@ -1778,17 +1778,17 @@ msgid "OpenPGP card no. %s detected\n" msgstr "" #: g10/card-util.c:97 g10/card-util.c:2309 g10/delkey.c:164 g10/keyedit.c:1428 -#: g10/keygen.c:4771 g10/revoke.c:214 g10/revoke.c:638 +#: g10/keygen.c:4791 g10/revoke.c:214 g10/revoke.c:638 #, fuzzy, c-format msgid "can't do this in batch mode\n" msgstr "δεν μποÏεί να γίνει αυτό σε κατάσταση δÎσμης (batchmode)\n" -#: g10/card-util.c:105 tools/gpg-card.c:2942 +#: g10/card-util.c:105 tools/gpg-card.c:2943 #, fuzzy, c-format msgid "This command is only available for version 2 cards\n" msgstr "Αυτή η εντολή απαγοÏεÏετε σε αυτή την κατάσταση %s.\n" -#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2947 +#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2948 #, fuzzy, c-format msgid "Reset Code not or not anymore available\n" msgstr "τμήματα του Î¼Ï…ÏƒÏ„Î¹ÎºÎ¿Ï ÎºÎ»ÎµÎ¹Î´Î¹Î¿Ï Î´ÎµÎ½ είναι διαθÎσιμα\n" @@ -1797,115 +1797,115 @@ msgstr "τμήματα του Î¼Ï…ÏƒÏ„Î¹ÎºÎ¿Ï ÎºÎ»ÎµÎ¹Î´Î¹Î¿Ï Î´ÎµÎ½ είναΠ#: g10/card-util.c:1802 g10/keyedit.c:394 g10/keyedit.c:415 g10/keyedit.c:429 #: g10/keygen.c:1991 g10/keygen.c:2165 g10/keygen.c:2385 g10/keygen.c:2685 #: sm/certreqgen-ui.c:166 sm/certreqgen-ui.c:292 sm/certreqgen-ui.c:326 -#: tools/gpg-card.c:509 +#: tools/gpg-card.c:510 msgid "Your selection? " msgstr "Η επιλογή σας; " -#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:595 -#: tools/gpg-card.c:635 +#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:596 +#: tools/gpg-card.c:636 msgid "[not set]" msgstr "" -#: g10/card-util.c:558 tools/gpg-card.c:902 +#: g10/card-util.c:558 tools/gpg-card.c:903 msgid "Mr." msgstr "" -#: g10/card-util.c:559 tools/gpg-card.c:903 +#: g10/card-util.c:559 tools/gpg-card.c:904 msgid "Ms." msgstr "" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 #, fuzzy msgid "not forced" msgstr "μη επεξεÏγασμÎνο" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 msgid "forced" msgstr "" -#: g10/card-util.c:768 tools/gpg-card.c:1467 +#: g10/card-util.c:768 tools/gpg-card.c:1468 msgid "Error: Only plain ASCII is currently allowed.\n" msgstr "" -#: g10/card-util.c:770 tools/gpg-card.c:1469 +#: g10/card-util.c:770 tools/gpg-card.c:1470 msgid "Error: The \"<\" character may not be used.\n" msgstr "" -#: g10/card-util.c:772 tools/gpg-card.c:1471 +#: g10/card-util.c:772 tools/gpg-card.c:1472 msgid "Error: Double spaces are not allowed.\n" msgstr "" -#: g10/card-util.c:789 tools/gpg-card.c:1504 +#: g10/card-util.c:789 tools/gpg-card.c:1505 msgid "Cardholder's surname: " msgstr "" -#: g10/card-util.c:791 tools/gpg-card.c:1505 +#: g10/card-util.c:791 tools/gpg-card.c:1506 msgid "Cardholder's given name: " msgstr "" -#: g10/card-util.c:809 tools/gpg-card.c:1522 +#: g10/card-util.c:809 tools/gpg-card.c:1523 #, c-format msgid "Error: Combined name too long (limit is %d characters).\n" msgstr "" -#: g10/card-util.c:830 tools/gpg-card.c:1560 +#: g10/card-util.c:830 tools/gpg-card.c:1561 #, fuzzy msgid "URL to retrieve public key: " msgstr "κανÎνα αντίστιχο δημόσιο κλειδί: %s\n" -#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:394 g10/import.c:744 -#: g10/import.c:803 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 -#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1657 -#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:425 +#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:406 g10/import.c:756 +#: g10/import.c:815 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 +#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1666 +#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:426 #, fuzzy, c-format #| msgid "error reading `%s': %s\n" msgid "error reading '%s': %s\n" msgstr "σφάλμα κατά την ανάγνωση του `%s': %s\n" #: g10/card-util.c:959 g10/decrypt-data.c:498 g10/export.c:2496 -#: dirmngr/crlcache.c:925 tools/gpg-card.c:485 tools/gpg-card.c:492 +#: dirmngr/crlcache.c:925 tools/gpg-card.c:486 tools/gpg-card.c:493 #, fuzzy, c-format msgid "error writing '%s': %s\n" msgstr "αδυναμία εγγÏαφής της κλειδοθήκης `%s': %s\n" -#: g10/card-util.c:986 tools/gpg-card.c:1649 +#: g10/card-util.c:986 tools/gpg-card.c:1650 msgid "Login data (account name): " msgstr "" -#: g10/card-util.c:1024 tools/gpg-card.c:1944 +#: g10/card-util.c:1024 tools/gpg-card.c:1945 msgid "Private DO data: " msgstr "" -#: g10/card-util.c:1109 tools/gpg-card.c:1698 +#: g10/card-util.c:1109 tools/gpg-card.c:1699 #, fuzzy msgid "Language preferences: " msgstr "αναωεωμÎνες επιλογÎÏ‚" -#: g10/card-util.c:1117 tools/gpg-card.c:1709 +#: g10/card-util.c:1117 tools/gpg-card.c:1710 #, fuzzy, c-format msgid "Error: invalid length of preference string.\n" msgstr "μη ÎγκυÏος χαÏακτήÏας στο \"κοÏδόνι\" της επιλογής\n" -#: g10/card-util.c:1126 tools/gpg-card.c:1718 +#: g10/card-util.c:1126 tools/gpg-card.c:1719 #, fuzzy, c-format msgid "Error: invalid characters in preference string.\n" msgstr "μη ÎγκυÏος χαÏακτήÏας στο \"κοÏδόνι\" της επιλογής\n" -#: g10/card-util.c:1148 tools/gpg-card.c:1752 +#: g10/card-util.c:1148 tools/gpg-card.c:1753 msgid "Salutation (M = Mr., F = Ms., or space): " msgstr "" -#: g10/card-util.c:1162 tools/gpg-card.c:1769 +#: g10/card-util.c:1162 tools/gpg-card.c:1770 #, fuzzy msgid "Error: invalid response.\n" msgstr "σφάλμα: μη ÎγκυÏο αποτÏπωμα\n" -#: g10/card-util.c:1185 tools/gpg-card.c:1834 +#: g10/card-util.c:1185 tools/gpg-card.c:1835 #, fuzzy msgid "CA fingerprint: " msgstr "απεικόνιση του fingerprint" -#: g10/card-util.c:1209 tools/gpg-card.c:1860 +#: g10/card-util.c:1209 tools/gpg-card.c:1861 #, fuzzy, c-format msgid "Error: invalid formatted fingerprint.\n" msgstr "σφάλμα: μη ÎγκυÏο αποτÏπωμα\n" @@ -1920,7 +1920,7 @@ msgstr "Η δημιουÏγία ÎºÎ»ÎµÎ¹Î´Î¹Î¿Ï Î±Ï€Îτυχε: %s\n" msgid "not an OpenPGP card" msgstr "δε βÏÎθηκαν ÎγκυÏα OpenPGP δεδομÎνα.\n" -#: g10/card-util.c:1273 g10/keygen.c:4791 g10/keygen.c:5952 +#: g10/card-util.c:1273 g10/keygen.c:4811 g10/keygen.c:5972 #, fuzzy, c-format msgid "error getting current key info: %s\n" msgstr "αδυναμία εγγÏαφής μυστικής κλειδοθήκης `%s': %s\n" @@ -1929,7 +1929,7 @@ msgstr "αδυναμία εγγÏαφής μυστικής ÎºÎ»ÎµÎ¹Î´Î¿Î¸Î®ÎºÎ·Ï msgid "Replace existing key? (y/N) " msgstr "" -#: g10/card-util.c:1375 tools/gpg-card.c:3327 +#: g10/card-util.c:1375 tools/gpg-card.c:3328 msgid "" "Note: There is no guarantee that the card supports the requested\n" " key type or size. If the key generation does not succeed,\n" @@ -2012,14 +2012,14 @@ msgid "error getting card info: %s\n" msgstr "αδυναμία εγγÏαφής μυστικής κλειδοθήκης `%s': %s\n" #: g10/card-util.c:1591 g10/card-util.c:1936 g10/card-util.c:2112 -#: g10/card-util.c:2171 tools/gpg-card.c:3056 tools/gpg-card.c:3295 -#: tools/gpg-card.c:3353 +#: g10/card-util.c:2171 tools/gpg-card.c:3057 tools/gpg-card.c:3296 +#: tools/gpg-card.c:3354 #, fuzzy, c-format #| msgid "This command is not allowed while in %s mode.\n" msgid "This command is not supported by this card\n" msgstr "Αυτή η εντολή απαγοÏεÏετε σε αυτή την κατάσταση %s.\n" -#: g10/card-util.c:1637 tools/gpg-card.c:2425 +#: g10/card-util.c:1637 tools/gpg-card.c:2426 msgid "Make off-card backup of encryption key? (Y/n) " msgstr "" @@ -2028,11 +2028,11 @@ msgstr "" msgid "Note: keys are already stored on the card!\n" msgstr "παÏαλείφθηκε: μυστικό κλειδί ήδη παÏών\n" -#: g10/card-util.c:1654 tools/gpg-card.c:2397 +#: g10/card-util.c:1654 tools/gpg-card.c:2398 msgid "Replace existing keys? (y/N) " msgstr "" -#: g10/card-util.c:1666 tools/gpg-card.c:2456 +#: g10/card-util.c:1666 tools/gpg-card.c:2457 #, c-format msgid "" "Please note that the factory settings of the PINs are\n" @@ -2069,17 +2069,17 @@ msgstr "ΠαÏακαλώ επιλÎξτε την αιτία για την ανά msgid "KEYTOCARD failed: %s\n" msgstr "η ενημÎÏωση απÎτυχε: %s\n" -#: g10/card-util.c:1941 tools/gpg-card.c:3064 +#: g10/card-util.c:1941 tools/gpg-card.c:3065 #, fuzzy, c-format msgid "Note: This command destroys all keys stored on the card!\n" msgstr "παÏαλείφθηκε: μυστικό κλειδί ήδη παÏών\n" -#: g10/card-util.c:1944 tools/gpg-card.c:3067 tools/gpg-card.c:3408 +#: g10/card-util.c:1944 tools/gpg-card.c:3068 tools/gpg-card.c:3409 #, fuzzy msgid "Continue? (y/N) " msgstr "ΣίγουÏα να υπογÏαφεί; " -#: g10/card-util.c:1949 tools/gpg-card.c:3078 +#: g10/card-util.c:1949 tools/gpg-card.c:3079 msgid "Really do a factory reset? (enter \"yes\") " msgstr "" @@ -2093,7 +2093,7 @@ msgstr "σφάλμα κατά την ανάγνωση του `%s': %s\n" msgid "error for setup UIF: %s\n" msgstr "σφάλμα κατά την ανάγνωση του `%s': %s\n" -#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3648 +#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3649 msgid "quit this menu" msgstr "τεÏματισμός Î±Ï…Ï„Î¿Ï Ï„Î¿Ï… μενοÏ" @@ -2102,68 +2102,68 @@ msgstr "τεÏματισμός Î±Ï…Ï„Î¿Ï Ï„Î¿Ï… μενοÏ" msgid "show admin commands" msgstr "συγκÏουόμενες εντολÎÏ‚\n" -#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3651 +#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3652 msgid "show this help" msgstr "απεικόνιση αυτής της βοήθειας" -#: g10/card-util.c:2217 tools/gpg-card.c:3653 +#: g10/card-util.c:2217 tools/gpg-card.c:3654 #, fuzzy msgid "list all available data" msgstr "Κλειδί διαθÎσιμο στο: " -#: g10/card-util.c:2220 tools/gpg-card.c:3655 +#: g10/card-util.c:2220 tools/gpg-card.c:3656 msgid "change card holder's name" msgstr "" -#: g10/card-util.c:2221 tools/gpg-card.c:3656 +#: g10/card-util.c:2221 tools/gpg-card.c:3657 msgid "change URL to retrieve key" msgstr "" -#: g10/card-util.c:2222 tools/gpg-card.c:3657 +#: g10/card-util.c:2222 tools/gpg-card.c:3658 msgid "fetch the key specified in the card URL" msgstr "" -#: g10/card-util.c:2223 tools/gpg-card.c:3658 +#: g10/card-util.c:2223 tools/gpg-card.c:3659 #, fuzzy msgid "change the login name" msgstr "αλλαγή της ημεÏομηνίας λήξης" -#: g10/card-util.c:2224 tools/gpg-card.c:3659 +#: g10/card-util.c:2224 tools/gpg-card.c:3660 #, fuzzy msgid "change the language preferences" msgstr "αλλαγή της εμπιστοσÏνης ιδιοκτήτη" -#: g10/card-util.c:2225 tools/gpg-card.c:3660 +#: g10/card-util.c:2225 tools/gpg-card.c:3661 msgid "change card holder's salutation" msgstr "" -#: g10/card-util.c:2227 tools/gpg-card.c:3662 +#: g10/card-util.c:2227 tools/gpg-card.c:3663 #, fuzzy msgid "change a CA fingerprint" msgstr "απεικόνιση του fingerprint" -#: g10/card-util.c:2228 tools/gpg-card.c:3663 +#: g10/card-util.c:2228 tools/gpg-card.c:3664 msgid "toggle the signature force PIN flag" msgstr "" -#: g10/card-util.c:2229 tools/gpg-card.c:3664 +#: g10/card-util.c:2229 tools/gpg-card.c:3665 #, fuzzy msgid "generate new keys" msgstr "δημιουÏγία ενός νÎου ζεÏγους κλειδιών" -#: g10/card-util.c:2230 tools/gpg-card.c:3665 +#: g10/card-util.c:2230 tools/gpg-card.c:3666 msgid "menu to change or unblock the PIN" msgstr "" -#: g10/card-util.c:2231 tools/gpg-card.c:3666 +#: g10/card-util.c:2231 tools/gpg-card.c:3667 msgid "verify the PIN and list all data" msgstr "" -#: g10/card-util.c:2232 tools/gpg-card.c:3667 +#: g10/card-util.c:2232 tools/gpg-card.c:3668 msgid "unblock the PIN using a Reset Code" msgstr "" -#: g10/card-util.c:2233 tools/gpg-card.c:3671 +#: g10/card-util.c:2233 tools/gpg-card.c:3672 msgid "destroy all keys and data" msgstr "" @@ -2179,13 +2179,13 @@ msgstr "|ΟÎΟΜΑ|χÏήση του ΟÎΟΜΑτος ως Ï€ÏοκαθοÏισ msgid "change the key attribute" msgstr "αλλαγή της εμπιστοσÏνης ιδιοκτήτη" -#: g10/card-util.c:2237 tools/gpg-card.c:3673 +#: g10/card-util.c:2237 tools/gpg-card.c:3674 #, fuzzy #| msgid "change the ownertrust" msgid "change the User Interaction Flag" msgstr "αλλαγή της εμπιστοσÏνης ιδιοκτήτη" -#: g10/card-util.c:2361 tools/gpg-card.c:3923 +#: g10/card-util.c:2361 tools/gpg-card.c:3924 msgid "gpg/card> " msgstr "" @@ -2204,8 +2204,8 @@ msgstr "συγκÏουόμενες εντολÎÏ‚\n" msgid "Admin commands are not allowed\n" msgstr "εγγÏαφή του Î¼Ï…ÏƒÏ„Î¹ÎºÎ¿Ï ÎºÎ»ÎµÎ¹Î´Î¹Î¿Ï ÏƒÏ„Î¿ `%s'\n" -#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3813 -#: tools/gpg-card.c:4071 +#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3814 +#: tools/gpg-card.c:4072 #, c-format msgid "Invalid command (try \"help\")\n" msgstr "Μη ÎγκυÏη εντολή (δοκιμάστε \"help\")\n" @@ -2215,22 +2215,22 @@ msgstr "Μη ÎγκυÏη εντολή (δοκιμάστε \"help\")\n" msgid "--output doesn't work for this command\n" msgstr "--output δεν λειτουÏγεί για αυτή την εντολή\n" -#: g10/decrypt.c:247 g10/gpg.c:5262 g10/keyring.c:399 g10/keyring.c:750 +#: g10/decrypt.c:247 g10/gpg.c:5293 g10/keyring.c:399 g10/keyring.c:750 #, fuzzy, c-format #| msgid "can't open `%s'\n" msgid "can't open '%s'\n" msgstr "αδυναμία Ï€Ïόσβασης του `%s'\n" #: g10/delkey.c:81 g10/export.c:1934 g10/export.c:2342 g10/export.c:2463 -#: g10/getkey.c:1907 g10/gpg.c:5207 g10/keyedit.c:1450 g10/keyedit.c:2382 -#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1238 +#: g10/getkey.c:1907 g10/gpg.c:5238 g10/keyedit.c:1450 g10/keyedit.c:2382 +#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1240 #: g10/revoke.c:230 g10/tofu.c:2168 #, fuzzy, c-format msgid "key \"%s\" not found: %s\n" msgstr "το κλειδί '%s' δε βÏÎθηκε: %s\n" -#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4303 -#: g10/gpg.c:5216 g10/keyedit.c:2354 g10/keyserver.c:1256 g10/revoke.c:236 +#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4330 +#: g10/gpg.c:5247 g10/keyedit.c:2354 g10/keyserver.c:1258 g10/revoke.c:236 #: g10/revoke.c:665 g10/tofu.c:2176 #, c-format msgid "error reading keyblock: %s\n" @@ -2358,14 +2358,14 @@ msgstr "απαγοÏεÏετε η χÏήση του κÏυπταλγόÏιθμο msgid "(use option \"%s\" to override)\n" msgstr "" -#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4052 -#: g10/gpg.c:4099 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1760 +#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4083 +#: g10/gpg.c:4130 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1793 #, fuzzy, c-format msgid "cipher algorithm '%s' may not be used in %s mode\n" msgstr "απαγοÏεÏετε η χÏήση του κÏυπταλγόÏιθμου \"%s\" στην κατάσταση %s\n" -#: g10/encrypt.c:564 g10/gpg.c:4064 g10/gpg.c:4111 g10/sig-check.c:155 -#: g10/sign.c:452 sm/gpgsm.c:1770 sm/gpgsm.c:1780 sm/sign.c:596 sm/verify.c:510 +#: g10/encrypt.c:564 g10/gpg.c:4095 g10/gpg.c:4142 g10/sig-check.c:155 +#: g10/sign.c:452 sm/gpgsm.c:1803 sm/gpgsm.c:1813 sm/sign.c:596 sm/verify.c:510 #, fuzzy, c-format msgid "digest algorithm '%s' may not be used in %s mode\n" msgstr "" @@ -2478,7 +2478,7 @@ msgstr "" msgid " - skipped" msgstr "%s: παÏαλείφθηκε: %s\n" -#: g10/export.c:1333 g10/import.c:2112 g10/openfile.c:202 g10/openfile.c:296 +#: g10/export.c:1333 g10/import.c:2124 g10/openfile.c:202 g10/openfile.c:296 #: g10/sign.c:1110 g10/sign.c:1447 #, fuzzy, c-format #| msgid "writing to `%s'\n" @@ -2576,297 +2576,297 @@ msgstr "" msgid "using subkey %s instead of primary key %s\n" msgstr "χÏήση του δευτεÏεÏοντος ÎºÎ»ÎµÎ¹Î´Î¹Î¿Ï %08lX αντί του Ï€ÏωτεÏοντος %08lX\n" -#: g10/getkey.c:4232 g10/gpg.c:2164 +#: g10/getkey.c:4259 g10/gpg.c:2167 #, fuzzy, c-format msgid "valid values for option '%s':\n" msgstr "μη ÎγκυÏες επιλογÎÏ‚ ειγαγωγής\n" -#: g10/gpg.c:449 sm/gpgsm.c:215 +#: g10/gpg.c:450 sm/gpgsm.c:217 #, fuzzy msgid "make a signature" msgstr "δημιουÏγία μιας μη Ï€ÏοσαÏτημÎνης υπογÏαφής" -#: g10/gpg.c:450 +#: g10/gpg.c:451 #, fuzzy msgid "make a clear text signature" msgstr "|[αÏχείο]|δημιουÏγία μιας μη κÏυπτογÏαφημÎνης υπογÏαφής" -#: g10/gpg.c:452 sm/gpgsm.c:217 +#: g10/gpg.c:453 sm/gpgsm.c:219 msgid "make a detached signature" msgstr "δημιουÏγία μιας μη Ï€ÏοσαÏτημÎνης υπογÏαφής" -#: g10/gpg.c:453 sm/gpgsm.c:218 +#: g10/gpg.c:454 sm/gpgsm.c:220 msgid "encrypt data" msgstr "κÏυπτογÏάφηση δεδομÎνων" -#: g10/gpg.c:455 +#: g10/gpg.c:456 msgid "encryption only with symmetric cipher" msgstr "κÏυπτογÏάφηση με χÏήση μόνο συμμετÏικών αλγοÏίθμων" -#: g10/gpg.c:457 sm/gpgsm.c:220 +#: g10/gpg.c:458 sm/gpgsm.c:222 msgid "decrypt data (default)" msgstr "αποκÏυπτογÏάφηση δεδομÎνων (Ï€ÏοκαθοÏισμÎνο)" -#: g10/gpg.c:459 sm/gpgsm.c:221 +#: g10/gpg.c:460 sm/gpgsm.c:223 msgid "verify a signature" msgstr "επαλήθευση μιας υπογÏαφής" -#: g10/gpg.c:461 sm/gpgsm.c:222 +#: g10/gpg.c:462 sm/gpgsm.c:224 msgid "list keys" msgstr "απεικόνιση της λίστας κλειδιών" -#: g10/gpg.c:463 +#: g10/gpg.c:464 msgid "list keys and signatures" msgstr "απεικόνιση της λίστας κλειδιών και υπογÏαφών" -#: g10/gpg.c:466 +#: g10/gpg.c:467 #, fuzzy msgid "list and check key signatures" msgstr "Îλεγχος υπογÏαφής κλειδιοÏ" -#: g10/gpg.c:468 sm/gpgsm.c:227 +#: g10/gpg.c:469 sm/gpgsm.c:229 msgid "list keys and fingerprints" msgstr "απεικόνιση της λίστας κλειδιών και αποτυπωμάτων (fingerprints)" -#: g10/gpg.c:469 sm/gpgsm.c:225 +#: g10/gpg.c:470 sm/gpgsm.c:227 msgid "list secret keys" msgstr "απεικόνιση της λίστας μυστικών κλειδιών" -#: g10/gpg.c:471 sm/gpgsm.c:228 +#: g10/gpg.c:472 sm/gpgsm.c:230 msgid "generate a new key pair" msgstr "δημιουÏγία ενός νÎου ζεÏγους κλειδιών" -#: g10/gpg.c:474 +#: g10/gpg.c:475 #, fuzzy #| msgid "generate a new key pair" msgid "quickly generate a new key pair" msgstr "δημιουÏγία ενός νÎου ζεÏγους κλειδιών" -#: g10/gpg.c:477 +#: g10/gpg.c:478 #, fuzzy #| msgid "generate a new key pair" msgid "quickly add a new user-id" msgstr "δημιουÏγία ενός νÎου ζεÏγους κλειδιών" -#: g10/gpg.c:482 +#: g10/gpg.c:483 #, fuzzy #| msgid "generate a new key pair" msgid "quickly revoke a user-id" msgstr "δημιουÏγία ενός νÎου ζεÏγους κλειδιών" -#: g10/gpg.c:485 +#: g10/gpg.c:486 #, fuzzy #| msgid "generate a new key pair" msgid "quickly set a new expiration date" msgstr "δημιουÏγία ενός νÎου ζεÏγους κλειδιών" -#: g10/gpg.c:488 +#: g10/gpg.c:489 msgid "full featured key pair generation" msgstr "" -#: g10/gpg.c:491 +#: g10/gpg.c:492 msgid "generate a revocation certificate" msgstr "δημιουÏγία ενός Ï€Î¹ÏƒÏ„Î¿Ï€Î¿Î¹Î·Ï„Î¹ÎºÎ¿Ï Î±Î½Î¬ÎºÎ»Î·ÏƒÎ·Ï‚" -#: g10/gpg.c:494 sm/gpgsm.c:231 +#: g10/gpg.c:495 sm/gpgsm.c:233 msgid "remove keys from the public keyring" msgstr "αφαίÏεση των κλειδιών από τη δημόσια κλειδοθήκη" -#: g10/gpg.c:496 +#: g10/gpg.c:497 msgid "remove keys from the secret keyring" msgstr "αφαίÏεση των κλειδιών από τη μυστική κλειδοθήκη" -#: g10/gpg.c:498 +#: g10/gpg.c:499 #, fuzzy #| msgid "sign a key" msgid "quickly sign a key" msgstr "υπογÏαφή ενός κλειδιοÏ" -#: g10/gpg.c:500 +#: g10/gpg.c:501 #, fuzzy #| msgid "sign a key locally" msgid "quickly sign a key locally" msgstr "υπογÏαφή ενός ÎºÎ»ÎµÎ¹Î´Î¹Î¿Ï Ï„Î¿Ï€Î¹ÎºÎ¬" -#: g10/gpg.c:502 +#: g10/gpg.c:503 #, fuzzy #| msgid "generate a new key pair" msgid "quickly revoke a key signature" msgstr "δημιουÏγία ενός νÎου ζεÏγους κλειδιών" -#: g10/gpg.c:503 +#: g10/gpg.c:504 msgid "sign a key" msgstr "υπογÏαφή ενός κλειδιοÏ" -#: g10/gpg.c:504 +#: g10/gpg.c:505 msgid "sign a key locally" msgstr "υπογÏαφή ενός ÎºÎ»ÎµÎ¹Î´Î¹Î¿Ï Ï„Î¿Ï€Î¹ÎºÎ¬" -#: g10/gpg.c:505 +#: g10/gpg.c:506 msgid "sign or edit a key" msgstr "υπογÏαφή ή επεξεÏγασία ενός κλειδιοÏ" -#: g10/gpg.c:507 sm/gpgsm.c:249 +#: g10/gpg.c:508 sm/gpgsm.c:251 #, fuzzy msgid "change a passphrase" msgstr "αλλαγή της φÏάσης κλειδί" -#: g10/gpg.c:511 +#: g10/gpg.c:512 msgid "export keys" msgstr "εξαγωγή κλειδιών" -#: g10/gpg.c:512 +#: g10/gpg.c:513 msgid "export keys to a keyserver" msgstr "εξαγωγή κλειδιών σε Îνα διακομιστή κλειδιών" -#: g10/gpg.c:513 +#: g10/gpg.c:514 msgid "import keys from a keyserver" msgstr "εισαγωγή κλειδιών από Îνα διακομιστή κλειδιών" -#: g10/gpg.c:516 +#: g10/gpg.c:517 msgid "search for keys on a keyserver" msgstr "αναζήτηση κλειδιών σε Îνα διακομιστή κλειδιών" -#: g10/gpg.c:518 +#: g10/gpg.c:519 msgid "update all keys from a keyserver" msgstr "ανανÎωση όλων των κλειδιών από Îνα διακομιστή κλειδιών" -#: g10/gpg.c:526 +#: g10/gpg.c:527 msgid "import/merge keys" msgstr "εισαγωγή/συγχώνευση κλειδιών" -#: g10/gpg.c:529 +#: g10/gpg.c:530 msgid "print the card status" msgstr "" -#: g10/gpg.c:530 +#: g10/gpg.c:531 msgid "change data on a card" msgstr "" -#: g10/gpg.c:532 +#: g10/gpg.c:533 msgid "change a card's PIN" msgstr "" -#: g10/gpg.c:544 +#: g10/gpg.c:545 msgid "update the trust database" msgstr "ανανÎωση της βάσης δεδομÎνων εμπιστοσÏνης" -#: g10/gpg.c:554 +#: g10/gpg.c:555 #, fuzzy msgid "print message digests" msgstr "|Î±Î»Î³ÏŒÏ [αÏχεία]| απεικόνιση πεÏιλήψεων των μηνυμάτων" -#: g10/gpg.c:558 sm/gpgsm.c:244 +#: g10/gpg.c:559 sm/gpgsm.c:246 msgid "run in server mode" msgstr "" -#: g10/gpg.c:560 +#: g10/gpg.c:561 msgid "|VALUE|set the TOFU policy for a key" msgstr "" -#: g10/gpg.c:603 +#: g10/gpg.c:604 msgid "|NAME|use NAME as default secret key" msgstr "|ΟÎΟΜΑ|χÏήση ΟÎΟΜΑτος σαν Ï€ÏοκαθοÏισμÎνο μυστικό κλειδί" -#: g10/gpg.c:605 sm/gpgsm.c:337 +#: g10/gpg.c:606 sm/gpgsm.c:340 #, fuzzy msgid "|NAME|encrypt to user ID NAME as well" msgstr "|ΟÎΟΜΑ|κÏυπτογÏάφηση για ΟÎΟΜΑ" -#: g10/gpg.c:613 +#: g10/gpg.c:614 msgid "|SPEC|set up email aliases" msgstr "" -#: g10/gpg.c:625 +#: g10/gpg.c:626 msgid "use strict OpenPGP behavior" msgstr "" -#: g10/gpg.c:650 kbx/kbxutil.c:91 sm/gpgsm.c:421 tools/gpgconf.c:113 +#: g10/gpg.c:651 kbx/kbxutil.c:91 sm/gpgsm.c:424 tools/gpgconf.c:113 msgid "do not make any changes" msgstr "να μη γίνει καμμία αλλαγή" -#: g10/gpg.c:651 +#: g10/gpg.c:652 msgid "prompt before overwriting" msgstr "εÏώτηση Ï€Ïιν την επικάλυψη" -#: g10/gpg.c:700 sm/gpgsm.c:307 +#: g10/gpg.c:701 sm/gpgsm.c:310 msgid "Options controlling the input" msgstr "" -#: g10/gpg.c:718 sm/gpgsm.c:317 +#: g10/gpg.c:719 sm/gpgsm.c:320 msgid "Options controlling the output" msgstr "" -#: g10/gpg.c:720 sm/gpgsm.c:319 +#: g10/gpg.c:721 sm/gpgsm.c:322 msgid "create ascii armored output" msgstr "δημιουÏγία ascii θωÏακισμÎνης εξόδου" -#: g10/gpg.c:724 g10/gpgv.c:82 sm/gpgsm.c:324 +#: g10/gpg.c:725 g10/gpgv.c:82 sm/gpgsm.c:327 #, fuzzy msgid "|FILE|write output to FILE" msgstr "|ΑΡΧΕΙΟ|φόÏτωμα του αÏθÏώματος επÎκτασης ΑΡΧΕΙΟ" -#: g10/gpg.c:737 +#: g10/gpg.c:738 msgid "use canonical text mode" msgstr "χÏήση κανονικής κατάστασης κειμÎνου" -#: g10/gpg.c:755 +#: g10/gpg.c:756 #, fuzzy msgid "|N|set compress level to N (0 disables)" msgstr "|N|καθοÏισμός επιπÎδου συμπίεσης N (0 απενεÏγοποιεί)" -#: g10/gpg.c:761 sm/gpgsm.c:354 +#: g10/gpg.c:762 sm/gpgsm.c:357 msgid "Options controlling key import and export" msgstr "" -#: g10/gpg.c:764 +#: g10/gpg.c:765 msgid "|MECHANISMS|use MECHANISMS to locate keys by mail address" msgstr "" -#: g10/gpg.c:767 +#: g10/gpg.c:768 #, fuzzy #| msgid "import keys from a keyserver" msgid "import missing key from a signature" msgstr "εισαγωγή κλειδιών από Îνα διακομιστή κλειδιών" -#: g10/gpg.c:772 +#: g10/gpg.c:773 #, fuzzy msgid "include the public key in signatures" msgstr "Îλεγχος υπογÏαφής κλειδιοÏ" -#: g10/gpg.c:775 sm/gpgsm.c:357 +#: g10/gpg.c:776 sm/gpgsm.c:360 msgid "disable all access to the dirmngr" msgstr "" -#: g10/gpg.c:787 sm/gpgsm.c:364 +#: g10/gpg.c:788 sm/gpgsm.c:367 msgid "Options controlling key listings" msgstr "" -#: g10/gpg.c:817 sm/gpgsm.c:329 +#: g10/gpg.c:818 sm/gpgsm.c:332 #, fuzzy #| msgid "list secret keys" msgid "Options to specify keys" msgstr "απεικόνιση της λίστας μυστικών κλειδιών" -#: g10/gpg.c:819 sm/gpgsm.c:331 +#: g10/gpg.c:820 sm/gpgsm.c:334 #, fuzzy msgid "|USER-ID|encrypt for USER-ID" msgstr "|ΟÎΟΜΑ|κÏυπτογÏάφηση για ΟÎΟΜΑ" -#: g10/gpg.c:827 sm/gpgsm.c:333 +#: g10/gpg.c:828 sm/gpgsm.c:336 #, fuzzy msgid "|USER-ID|use USER-ID to sign or decrypt" msgstr "χÏήση αυτής της ταυτότητας (user id) για υπογÏαφή ή αποκÏυπτογÏάφηση" -#: g10/gpg.c:875 sm/gpgsm.c:405 +#: g10/gpg.c:876 sm/gpgsm.c:408 msgid "Options for unattended use" msgstr "" -#: g10/gpg.c:894 sm/gpgsm.c:417 dirmngr/dirmngr.c:285 +#: g10/gpg.c:895 sm/gpgsm.c:420 dirmngr/dirmngr.c:286 msgid "Other options" msgstr "" -#: g10/gpg.c:965 sm/gpgsm.c:450 +#: g10/gpg.c:966 sm/gpgsm.c:453 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -2874,7 +2874,7 @@ msgstr "" "@\n" "(δείτε τη σελίδα man για μια πλήÏη λίστα εντολών και επιλογών)\n" -#: g10/gpg.c:968 +#: g10/gpg.c:969 #, fuzzy #| msgid "" #| "@\n" @@ -2904,13 +2904,13 @@ msgstr "" " --list-keys [ονόματα] απεικόνιση κλειδιών\n" " --fingerprint [ονόματα] απεικόνιση αποτυπωμάτων (fingerprints)\n" -#: g10/gpg.c:1153 +#: g10/gpg.c:1154 #, fuzzy #| msgid "Usage: gpg [options] [files] (-h for help)" msgid "Usage: @GPG@ [options] [files] (-h for help)" msgstr "ΧÏήση: gpg [επιλογÎÏ‚] [αÏχεία] (-h για βοήθεια)" -#: g10/gpg.c:1156 +#: g10/gpg.c:1157 #, fuzzy #| msgid "" #| "Syntax: gpg [options] [files]\n" @@ -2925,7 +2925,7 @@ msgstr "" "υπογÏαφή, Îλεγχος, κÏυπτογÏάφηση ή αποκÏυπτογÏάφηση\n" "η Ï€ÏοκαθοÏισμÎνη λειτουÏγία εξαÏτάται από τα δεδομÎνα εισόδου\n" -#: g10/gpg.c:1167 sm/gpgsm.c:633 +#: g10/gpg.c:1168 sm/gpgsm.c:636 msgid "" "\n" "Supported algorithms:\n" @@ -2933,573 +2933,573 @@ msgstr "" "\n" "ΥποστηÏιζόμενοι αλγόÏιθμοι:\n" -#: g10/gpg.c:1170 +#: g10/gpg.c:1171 msgid "Pubkey: " msgstr "ΔημοσΚλειδί:" -#: g10/gpg.c:1177 g10/keyedit.c:3316 +#: g10/gpg.c:1178 g10/keyedit.c:3316 msgid "Cipher: " msgstr "ΚÏυπταλγόÏιθμος: " -#: g10/gpg.c:1191 +#: g10/gpg.c:1192 msgid "Hash: " msgstr "Hash: " -#: g10/gpg.c:1198 g10/keyedit.c:3382 +#: g10/gpg.c:1199 g10/keyedit.c:3382 msgid "Compression: " msgstr "Συμπίεση: " -#: g10/gpg.c:1273 sm/gpgsm.c:707 +#: g10/gpg.c:1274 sm/gpgsm.c:710 #, fuzzy, c-format msgid "usage: %s [options] %s\n" msgstr "χÏήση: gpg [επιλογÎÏ‚] " -#: g10/gpg.c:1466 sm/gpgsm.c:800 +#: g10/gpg.c:1467 sm/gpgsm.c:803 #, c-format msgid "conflicting commands\n" msgstr "συγκÏουόμενες εντολÎÏ‚\n" -#: g10/gpg.c:1484 +#: g10/gpg.c:1485 #, fuzzy, c-format msgid "no = sign found in group definition '%s'\n" msgstr "δεν βÏÎθηκε το σÏμβολο = στον οÏισμό της ομάδας \"%s\"\n" -#: g10/gpg.c:1682 +#: g10/gpg.c:1683 #, fuzzy, c-format msgid "WARNING: unsafe ownership on homedir '%s'\n" msgstr "ΠΡΟΕΙΔΟΠΟΙΗΣΗ: μη ασφαλής ιδιοκτησία στο %s \"%s\"\n" -#: g10/gpg.c:1685 +#: g10/gpg.c:1686 #, fuzzy, c-format msgid "WARNING: unsafe ownership on configuration file '%s'\n" msgstr "ΠΡΟΕΙΔΟΠΟΙΗΣΗ: μη ασφαλής ιδιοκτησία στο %s \"%s\"\n" -#: g10/gpg.c:1688 +#: g10/gpg.c:1689 #, fuzzy, c-format msgid "WARNING: unsafe ownership on extension '%s'\n" msgstr "ΠΡΟΕΙΔΟΠΟΙΗΣΗ: μη ασφαλής ιδιοκτησία στο %s \"%s\"\n" -#: g10/gpg.c:1694 +#: g10/gpg.c:1695 #, fuzzy, c-format msgid "WARNING: unsafe permissions on homedir '%s'\n" msgstr "ΠΡΟΕΙΔΟΠΟΙΗΣΗ: μη ασφαλείς άδειες στο %s \"%s\"\n" -#: g10/gpg.c:1697 +#: g10/gpg.c:1698 #, fuzzy, c-format msgid "WARNING: unsafe permissions on configuration file '%s'\n" msgstr "ΠΡΟΕΙΔΟΠΟΙΗΣΗ: μη ασφαλείς άδειες στο %s \"%s\"\n" -#: g10/gpg.c:1700 +#: g10/gpg.c:1701 #, fuzzy, c-format msgid "WARNING: unsafe permissions on extension '%s'\n" msgstr "ΠΡΟΕΙΔΟΠΟΙΗΣΗ: μη ασφαλείς άδειες στο %s \"%s\"\n" -#: g10/gpg.c:1706 +#: g10/gpg.c:1707 #, fuzzy, c-format msgid "WARNING: unsafe enclosing directory ownership on homedir '%s'\n" msgstr "" "ΠΡΟΕΙΔΟΠΟΙΗΣΗ: μη ασφαλής ιδιοκτησίαεσώκλειστου φακÎλου στο %s \"%s\"\n" -#: g10/gpg.c:1709 +#: g10/gpg.c:1710 #, fuzzy, c-format msgid "" "WARNING: unsafe enclosing directory ownership on configuration file '%s'\n" msgstr "" "ΠΡΟΕΙΔΟΠΟΙΗΣΗ: μη ασφαλής ιδιοκτησίαεσώκλειστου φακÎλου στο %s \"%s\"\n" -#: g10/gpg.c:1712 +#: g10/gpg.c:1713 #, fuzzy, c-format msgid "WARNING: unsafe enclosing directory ownership on extension '%s'\n" msgstr "" "ΠΡΟΕΙΔΟΠΟΙΗΣΗ: μη ασφαλής ιδιοκτησίαεσώκλειστου φακÎλου στο %s \"%s\"\n" -#: g10/gpg.c:1718 +#: g10/gpg.c:1719 #, fuzzy, c-format msgid "WARNING: unsafe enclosing directory permissions on homedir '%s'\n" msgstr "ΠΡΟΕΙΔΟΠΟΙΗΣΗ: μη ασφαλείς άδειες εσώκλειστου φακÎλου στο %s \"%s\"\n" -#: g10/gpg.c:1721 +#: g10/gpg.c:1722 #, fuzzy, c-format msgid "" "WARNING: unsafe enclosing directory permissions on configuration file '%s'\n" msgstr "ΠΡΟΕΙΔΟΠΟΙΗΣΗ: μη ασφαλείς άδειες εσώκλειστου φακÎλου στο %s \"%s\"\n" -#: g10/gpg.c:1724 +#: g10/gpg.c:1725 #, fuzzy, c-format msgid "WARNING: unsafe enclosing directory permissions on extension '%s'\n" msgstr "ΠΡΟΕΙΔΟΠΟΙΗΣΗ: μη ασφαλείς άδειες εσώκλειστου φακÎλου στο %s \"%s\"\n" -#: g10/gpg.c:1940 +#: g10/gpg.c:1941 #, fuzzy, c-format msgid "unknown configuration item '%s'\n" msgstr "άγνωστο αντικείμενο Ïυθμίσεως \"%s\"\n" -#: g10/gpg.c:2034 +#: g10/gpg.c:2037 msgid "display photo IDs during key listings" msgstr "" -#: g10/gpg.c:2036 +#: g10/gpg.c:2039 #, fuzzy msgid "show key usage information during key listings" msgstr "Δεν βÏÎθηκε αντίστοιχη υπογÏαφή στη μυστική κλειδοθήκη\n" -#: g10/gpg.c:2038 +#: g10/gpg.c:2041 msgid "show policy URLs during signature listings" msgstr "" -#: g10/gpg.c:2040 +#: g10/gpg.c:2043 #, fuzzy msgid "show all notations during signature listings" msgstr "Δεν βÏÎθηκε αντίστοιχη υπογÏαφή στη μυστική κλειδοθήκη\n" -#: g10/gpg.c:2042 +#: g10/gpg.c:2045 msgid "show IETF standard notations during signature listings" msgstr "" -#: g10/gpg.c:2046 +#: g10/gpg.c:2049 msgid "show user-supplied notations during signature listings" msgstr "" -#: g10/gpg.c:2048 +#: g10/gpg.c:2051 #, fuzzy msgid "show preferred keyserver URLs during signature listings" msgstr "το URL πολιτικής υπογÏαφής που δόθηκε δεν είναι ÎγκυÏο\n" -#: g10/gpg.c:2050 +#: g10/gpg.c:2053 msgid "show user ID validity during key listings" msgstr "" -#: g10/gpg.c:2052 +#: g10/gpg.c:2055 msgid "show revoked and expired user IDs in key listings" msgstr "" -#: g10/gpg.c:2054 +#: g10/gpg.c:2057 msgid "show revoked and expired subkeys in key listings" msgstr "" -#: g10/gpg.c:2056 +#: g10/gpg.c:2059 #, fuzzy msgid "show the keyring name in key listings" msgstr "απεικόνιση της κλειδοθήκης στην οποία αναφÎÏετε το κλειδί" -#: g10/gpg.c:2058 +#: g10/gpg.c:2061 #, fuzzy msgid "show expiration dates during signature listings" msgstr "Δεν βÏÎθηκε αντίστοιχη υπογÏαφή στη μυστική κλειδοθήκη\n" -#: g10/gpg.c:2175 +#: g10/gpg.c:2178 #, fuzzy, c-format msgid "unknown TOFU policy '%s'\n" msgstr "άγνωστος Ï€ÏοκαθοÏισμÎνος παÏαλήπτης `%s'\n" -#: g10/gpg.c:2177 +#: g10/gpg.c:2180 #, c-format msgid "(use \"help\" to list choices)\n" msgstr "" -#: g10/gpg.c:2972 g10/gpg.c:3797 g10/gpg.c:3809 +#: g10/gpg.c:2975 g10/gpg.c:3828 g10/gpg.c:3840 #, fuzzy, c-format #| msgid "NOTE: %s is not for normal use!\n" msgid "Note: %s is not for normal use!\n" msgstr "ΣΗΜΕΙΩΣΗ: το %s δεν είναι για κανονική χÏήση!\n" -#: g10/gpg.c:3148 g10/gpg.c:3160 +#: g10/gpg.c:3151 g10/gpg.c:3163 #, fuzzy, c-format msgid "'%s' is not a valid signature expiration\n" msgstr "το %s δεν είναι ÎγκυÏο σετ χαÏακτήÏων\n" -#: g10/gpg.c:3182 +#: g10/gpg.c:3185 #, fuzzy, c-format msgid "\"%s\" is not a proper mail address\n" msgstr "Μη ÎγκυÏη διεÏθυνση Email\n" -#: g10/gpg.c:3214 sm/gpgsm.c:1265 +#: g10/gpg.c:3217 sm/gpgsm.c:1270 #, fuzzy, c-format msgid "invalid pinentry mode '%s'\n" msgstr "μη ÎγκυÏος αλγόÏιθμος hash `%s'\n" -#: g10/gpg.c:3220 sm/gpgsm.c:1271 +#: g10/gpg.c:3223 sm/gpgsm.c:1276 #, fuzzy, c-format msgid "invalid request origin '%s'\n" msgstr "μη ÎγκυÏες επιλογÎÏ‚ ειγαγωγής\n" -#: g10/gpg.c:3277 +#: g10/gpg.c:3280 #, fuzzy, c-format msgid "'%s' is not a valid character set\n" msgstr "το %s δεν είναι ÎγκυÏο σετ χαÏακτήÏων\n" -#: g10/gpg.c:3299 g10/gpg.c:3508 g10/keyedit.c:5319 +#: g10/gpg.c:3302 g10/gpg.c:3511 g10/keyedit.c:5319 #, fuzzy, c-format msgid "could not parse keyserver URL\n" msgstr "αδυναμία επεξεÏγασίας του URI του διακομιση κλειδιών\n" -#: g10/gpg.c:3317 +#: g10/gpg.c:3320 #, fuzzy, c-format msgid "%s:%d: invalid keyserver options\n" msgstr "%s:%d: μη ÎγκυÏες επιλογÎÏ‚ εξαγωγής\n" -#: g10/gpg.c:3320 +#: g10/gpg.c:3323 #, fuzzy, c-format msgid "invalid keyserver options\n" msgstr "μη ÎγκυÏες επιλογÎÏ‚ εξαγωγής\n" -#: g10/gpg.c:3327 +#: g10/gpg.c:3330 #, c-format msgid "%s:%d: invalid import options\n" msgstr "%s:%d: μη ÎγκυÏες επιλογÎÏ‚ ειγαγωγής\n" -#: g10/gpg.c:3330 +#: g10/gpg.c:3333 #, c-format msgid "invalid import options\n" msgstr "μη ÎγκυÏες επιλογÎÏ‚ ειγαγωγής\n" -#: g10/gpg.c:3336 g10/gpg.c:3351 +#: g10/gpg.c:3339 g10/gpg.c:3354 #, fuzzy, c-format msgid "invalid filter option: %s\n" msgstr "μη ÎγκυÏες επιλογÎÏ‚ ειγαγωγής\n" -#: g10/gpg.c:3342 +#: g10/gpg.c:3345 #, c-format msgid "%s:%d: invalid export options\n" msgstr "%s:%d: μη ÎγκυÏες επιλογÎÏ‚ εξαγωγής\n" -#: g10/gpg.c:3345 +#: g10/gpg.c:3348 #, c-format msgid "invalid export options\n" msgstr "μη ÎγκυÏες επιλογÎÏ‚ εξαγωγής\n" -#: g10/gpg.c:3357 +#: g10/gpg.c:3360 #, fuzzy, c-format msgid "%s:%d: invalid list options\n" msgstr "%s:%d: μη ÎγκυÏες επιλογÎÏ‚ ειγαγωγής\n" -#: g10/gpg.c:3360 +#: g10/gpg.c:3363 #, fuzzy, c-format msgid "invalid list options\n" msgstr "μη ÎγκυÏες επιλογÎÏ‚ ειγαγωγής\n" -#: g10/gpg.c:3368 +#: g10/gpg.c:3371 msgid "display photo IDs during signature verification" msgstr "" -#: g10/gpg.c:3370 +#: g10/gpg.c:3373 msgid "show policy URLs during signature verification" msgstr "" -#: g10/gpg.c:3372 +#: g10/gpg.c:3375 #, fuzzy msgid "show all notations during signature verification" msgstr "το %s δεν είναι ÎγκυÏο σετ χαÏακτήÏων\n" -#: g10/gpg.c:3374 +#: g10/gpg.c:3377 msgid "show IETF standard notations during signature verification" msgstr "" -#: g10/gpg.c:3378 +#: g10/gpg.c:3381 msgid "show user-supplied notations during signature verification" msgstr "" -#: g10/gpg.c:3380 +#: g10/gpg.c:3383 #, fuzzy msgid "show preferred keyserver URLs during signature verification" msgstr "το URL πολιτικής υπογÏαφής που δόθηκε δεν είναι ÎγκυÏο\n" -#: g10/gpg.c:3382 +#: g10/gpg.c:3385 #, fuzzy msgid "show user ID validity during signature verification" msgstr "το %s δεν είναι ÎγκυÏο σετ χαÏακτήÏων\n" -#: g10/gpg.c:3384 +#: g10/gpg.c:3387 msgid "show revoked and expired user IDs in signature verification" msgstr "" -#: g10/gpg.c:3386 +#: g10/gpg.c:3389 #, fuzzy msgid "show only the primary user ID in signature verification" msgstr "το %s δεν είναι ÎγκυÏο σετ χαÏακτήÏων\n" -#: g10/gpg.c:3393 +#: g10/gpg.c:3396 #, fuzzy, c-format msgid "%s:%d: invalid verify options\n" msgstr "%s:%d: μη ÎγκυÏες επιλογÎÏ‚ εξαγωγής\n" -#: g10/gpg.c:3396 +#: g10/gpg.c:3399 #, fuzzy, c-format msgid "invalid verify options\n" msgstr "μη ÎγκυÏες επιλογÎÏ‚ εξαγωγής\n" -#: g10/gpg.c:3403 +#: g10/gpg.c:3406 #, c-format msgid "unable to set exec-path to %s\n" msgstr "αδυναμία οÏÎ¹ÏƒÎ¼Î¿Ï Ï„Î¿Ï… exec-path σε %s\n" -#: g10/gpg.c:3610 +#: g10/gpg.c:3613 #, fuzzy, c-format msgid "%s:%d: invalid auto-key-locate list\n" msgstr "%s:%d: μη ÎγκυÏες επιλογÎÏ‚ εξαγωγής\n" -#: g10/gpg.c:3613 +#: g10/gpg.c:3616 #, c-format msgid "invalid auto-key-locate list\n" msgstr "" -#: g10/gpg.c:3622 +#: g10/gpg.c:3625 #, fuzzy, c-format msgid "invalid argument for option \"%.50s\"\n" msgstr "μη ÎγκυÏες επιλογÎÏ‚ ειγαγωγής\n" -#: g10/gpg.c:3776 sm/gpgsm.c:1642 +#: g10/gpg.c:3807 sm/gpgsm.c:1675 #, c-format msgid "WARNING: program may create a core file!\n" msgstr "ΠΡΟΕΙΔΟΠΟΙΗΣΗ: το Ï€ÏόγÏαμμα ίσως δημιουÏγήσει αÏχείο core!\n" -#: g10/gpg.c:3790 +#: g10/gpg.c:3821 #, c-format msgid "WARNING: %s overrides %s\n" msgstr "ΠΡΟΕΙΔΟΠΟΙΗΣΗ: το %s παÏακάμπτει το %s\n" -#: g10/gpg.c:3799 +#: g10/gpg.c:3830 #, c-format msgid "%s not allowed with %s!\n" msgstr "το %s δεν επιτÏÎπεται με το %s!\n" -#: g10/gpg.c:3802 +#: g10/gpg.c:3833 #, c-format msgid "%s makes no sense with %s!\n" msgstr "το %s δεν Îχει καμμία Îννοια μαζί με το %s!\n" -#: g10/gpg.c:3817 sm/gpgsm.c:1663 dirmngr/dirmngr.c:1114 +#: g10/gpg.c:3848 sm/gpgsm.c:1696 dirmngr/dirmngr.c:1123 #, c-format msgid "WARNING: running with faked system time: " msgstr "" -#: g10/gpg.c:3838 +#: g10/gpg.c:3869 #, fuzzy, c-format msgid "will not run with insecure memory due to %s\n" msgstr "εγγÏαφή του Î¼Ï…ÏƒÏ„Î¹ÎºÎ¿Ï ÎºÎ»ÎµÎ¹Î´Î¹Î¿Ï ÏƒÏ„Î¿ `%s'\n" -#: g10/gpg.c:3866 g10/gpg.c:3897 sm/gpgsm.c:1730 +#: g10/gpg.c:3897 g10/gpg.c:3928 sm/gpgsm.c:1763 #, c-format msgid "selected cipher algorithm is invalid\n" msgstr "ο επιλεγμÎνος αλγόÏιθμος κÏυπτογÏάφησης δεν είναι ÎγκυÏος\n" -#: g10/gpg.c:3873 +#: g10/gpg.c:3904 #, fuzzy, c-format #| msgid "selected digest algorithm is invalid\n" msgid "selected AEAD algorithm is invalid\n" msgstr "ο επιλεγμÎνος αλγόÏιθμος πεÏίληψης δεν είναι ÎγκυÏος\n" -#: g10/gpg.c:3885 +#: g10/gpg.c:3916 #, fuzzy, c-format msgid "selected compression algorithm is invalid\n" msgstr "ο επιλεγμÎνος αλγόÏιθμος κÏυπτογÏάφησης δεν είναι ÎγκυÏος\n" -#: g10/gpg.c:3891 +#: g10/gpg.c:3922 #, c-format msgid "selected certification digest algorithm is invalid\n" msgstr "" "ο επιλεγμÎνος αλγόÏιθμος πεÏίληψης για πιστοποίηση\n" "δεν είναι ÎγκυÏος\n" -#: g10/gpg.c:3906 +#: g10/gpg.c:3937 #, c-format msgid "completes-needed must be greater than 0\n" msgstr "completes-needed Ï€ÏÎπει να είναι μεγαλÏτεÏα από 0\n" -#: g10/gpg.c:3908 +#: g10/gpg.c:3939 #, c-format msgid "marginals-needed must be greater than 1\n" msgstr "marginals-needed Ï€ÏÎπει να είναι μεγαλÏτεÏα από 1\n" -#: g10/gpg.c:3910 +#: g10/gpg.c:3941 #, fuzzy, c-format msgid "max-cert-depth must be in the range from 1 to 255\n" msgstr "max-cert-depth Ï€ÏÎπει να είναι Î¼ÎµÏ„Î±Î¾Ï 1 και 255\n" -#: g10/gpg.c:3912 +#: g10/gpg.c:3943 #, c-format msgid "invalid default-cert-level; must be 0, 1, 2, or 3\n" msgstr "μη ÎγκυÏο default-cert-level· Ï€ÏÎπει να είναι 0, 1, 2, ή 3\n" -#: g10/gpg.c:3914 +#: g10/gpg.c:3945 #, c-format msgid "invalid min-cert-level; must be 1, 2, or 3\n" msgstr "μη ÎγκυÏο min-cert-level· Ï€ÏÎπει να είναι 0, 1, 2, ή 3\n" -#: g10/gpg.c:3918 +#: g10/gpg.c:3949 #, fuzzy, c-format #| msgid "NOTE: simple S2K mode (0) is strongly discouraged\n" msgid "Note: simple S2K mode (0) is strongly discouraged\n" msgstr "ΣΗΜΕΙΩΣΗ: η απλή S2K κατάσταση (0) Ï€ÏÎπει να αποφεÏγεται\n" -#: g10/gpg.c:3922 +#: g10/gpg.c:3953 #, c-format msgid "invalid S2K mode; must be 0, 1 or 3\n" msgstr "μη ÎγκυÏη κατάσταση S2K; Ï€ÏÎπει να είναι 0, 1 ή 3\n" -#: g10/gpg.c:3929 +#: g10/gpg.c:3960 #, c-format msgid "invalid default preferences\n" msgstr "μη ÎγκυÏες Ï€ÏοεπιλογÎÏ‚\n" -#: g10/gpg.c:3933 +#: g10/gpg.c:3964 #, c-format msgid "invalid personal cipher preferences\n" msgstr "μη ÎγκυÏες Ï€ÏοεπιλογÎÏ‚ Ï€ÏÎ¿ÏƒÏ‰Ï€Î¹ÎºÎ¿Ï ÎºÏυπταλγόÏιθμου\n" -#: g10/gpg.c:3936 +#: g10/gpg.c:3967 #, fuzzy, c-format #| msgid "invalid personal cipher preferences\n" msgid "invalid personal AEAD preferences\n" msgstr "μη ÎγκυÏες Ï€ÏοεπιλογÎÏ‚ Ï€ÏÎ¿ÏƒÏ‰Ï€Î¹ÎºÎ¿Ï ÎºÏυπταλγόÏιθμου\n" -#: g10/gpg.c:3940 +#: g10/gpg.c:3971 #, c-format msgid "invalid personal digest preferences\n" msgstr "μη ÎγκυÏες Ï€ÏοεπιλογÎÏ‚ Ï€ÏÎ¿ÏƒÏ‰Ï€Î¹ÎºÎ¿Ï Î±Î»Î³ÏŒÏιθμου πεÏίληψης\n" -#: g10/gpg.c:3944 +#: g10/gpg.c:3975 #, c-format msgid "invalid personal compress preferences\n" msgstr "μη ÎγκυÏες Ï€ÏοεπιλογÎÏ‚ Ï€ÏÎ¿ÏƒÏ‰Ï€Î¹ÎºÎ¿Ï Î±Î»Î³ÏŒÏιθμου συμπίεσης\n" -#: g10/gpg.c:3953 g10/gpg.c:3958 +#: g10/gpg.c:3984 g10/gpg.c:3989 #, fuzzy, c-format #| msgid "keysize invalid; using %u bits\n" msgid "chunk size invalid - using %d\n" msgstr "μη ÎγκυÏο μÎγεθος κλειδιοÏ, χÏήση %u bits\n" -#: g10/gpg.c:3995 +#: g10/gpg.c:4026 #, c-format msgid "%s does not yet work with %s\n" msgstr "το %s ακόμα δε λειτουÏγεί μαζί με το %s\n" -#: g10/gpg.c:4058 +#: g10/gpg.c:4089 #, fuzzy, c-format msgid "AEAD algorithm '%s' may not be used in %s mode\n" msgstr "απαγοÏεÏετε η χÏήση του κÏυπταλγόÏιθμου \"%s\" στην κατάσταση %s\n" -#: g10/gpg.c:4070 +#: g10/gpg.c:4101 #, fuzzy, c-format msgid "compression algorithm '%s' may not be used in %s mode\n" msgstr "" "απαγοÏεÏετε η χÏήση του αλγόÏιθμου συμπίεσης \"%s\" στην κατάσταση %s\n" -#: g10/gpg.c:4225 +#: g10/gpg.c:4256 #, c-format msgid "failed to initialize the TrustDB: %s\n" msgstr "αποτυχία αÏχικοποίησης της TrustDB: %s\n" -#: g10/gpg.c:4237 +#: g10/gpg.c:4268 #, c-format msgid "WARNING: recipients (-r) given without using public key encryption\n" msgstr "" "ΠΡΟΕΙΔΟΠΟΙΗΣΗ: δώθηκαν παÏαλήπτες (-r) χώÏις χÏήση κÏυπτογÏάφησης\n" "δημοσίου κλειδιοÏ\n" -#: g10/gpg.c:4309 +#: g10/gpg.c:4340 #, fuzzy, c-format msgid "symmetric encryption of '%s' failed: %s\n" msgstr "αποκÏυπτογÏάφηση απÎτυχε: %s\n" -#: g10/gpg.c:4338 +#: g10/gpg.c:4369 #, c-format msgid "you cannot use --symmetric --encrypt with --s2k-mode 0\n" msgstr "" -#: g10/gpg.c:4341 +#: g10/gpg.c:4372 #, fuzzy, c-format msgid "you cannot use --symmetric --encrypt in %s mode\n" msgstr "απαγοÏεÏετε η χÏήση του %s στην κατάσταση %s.\n" -#: g10/gpg.c:4399 +#: g10/gpg.c:4430 #, c-format msgid "you cannot use --symmetric --sign --encrypt with --s2k-mode 0\n" msgstr "" -#: g10/gpg.c:4402 +#: g10/gpg.c:4433 #, fuzzy, c-format msgid "you cannot use --symmetric --sign --encrypt in %s mode\n" msgstr "απαγοÏεÏετε η χÏήση του %s στην κατάσταση %s.\n" -#: g10/gpg.c:4790 g10/keyserver.c:1858 +#: g10/gpg.c:4821 g10/keyserver.c:1870 #, c-format msgid "keyserver send failed: %s\n" msgstr "keyserver αποστολή απÎτυχε: %s\n" -#: g10/gpg.c:4795 +#: g10/gpg.c:4826 #, c-format msgid "keyserver receive failed: %s\n" msgstr "keyserver λήψη απÎτυχε: %s\n" -#: g10/gpg.c:4801 +#: g10/gpg.c:4832 #, c-format msgid "key export failed: %s\n" msgstr "εξαγωγή ÎºÎ»ÎµÎ¹Î´Î¹Î¿Ï Î±Ï€Îτυχε: %s\n" -#: g10/gpg.c:4814 +#: g10/gpg.c:4845 #, fuzzy, c-format #| msgid "key export failed: %s\n" msgid "export as ssh key failed: %s\n" msgstr "εξαγωγή ÎºÎ»ÎµÎ¹Î´Î¹Î¿Ï Î±Ï€Îτυχε: %s\n" -#: g10/gpg.c:4826 +#: g10/gpg.c:4857 #, c-format msgid "keyserver search failed: %s\n" msgstr "keyserver αναζήτηση απÎτυχε: %s\n" -#: g10/gpg.c:4839 +#: g10/gpg.c:4870 #, c-format msgid "keyserver refresh failed: %s\n" msgstr "keyserver ανανÎωση απÎτυχε: %s\n" -#: g10/gpg.c:4906 +#: g10/gpg.c:4937 #, c-format msgid "dearmoring failed: %s\n" msgstr "αποθωÏάκιση απÎτυχε: %s\n" -#: g10/gpg.c:4917 +#: g10/gpg.c:4948 #, c-format msgid "enarmoring failed: %s\n" msgstr "θωÏάκιση απÎτυχε: %s\n" -#: g10/gpg.c:5022 +#: g10/gpg.c:5053 #, fuzzy, c-format #| msgid "invalid hash algorithm `%s'\n" msgid "invalid hash algorithm '%s'\n" msgstr "μη ÎγκυÏος αλγόÏιθμος hash `%s'\n" -#: g10/gpg.c:5174 g10/tofu.c:2156 +#: g10/gpg.c:5205 g10/tofu.c:2156 #, fuzzy, c-format msgid "error parsing key specification '%s': %s\n" msgstr "σφάλμα στη δημιουÏγία της φÏάσης κλειδί: %s\n" -#: g10/gpg.c:5185 +#: g10/gpg.c:5216 #, c-format msgid "'%s' does not appear to be a valid key ID, fingerprint or keygrip\n" msgstr "" -#: g10/gpg.c:5241 +#: g10/gpg.c:5272 #, c-format msgid "WARNING: no command supplied. Trying to guess what you mean ...\n" msgstr "" -#: g10/gpg.c:5252 +#: g10/gpg.c:5283 #, c-format msgid "Go ahead and type your message ...\n" msgstr "ΜποÏείτε Ï„ÏŽÏα να εισαγάγετε το μήνυμα σας ...\n" -#: g10/gpg.c:5599 +#: g10/gpg.c:5630 #, c-format msgid "the given certification policy URL is invalid\n" msgstr "το URL πολιτικής Ï€Î¹ÏƒÏ„Î¿Ï€Î¿Î¹Î·Ï„Î¹ÎºÎ¿Ï Ï€Î¿Ï… δόθηκε δεν είναι ÎγκυÏο\n" -#: g10/gpg.c:5601 +#: g10/gpg.c:5632 #, c-format msgid "the given signature policy URL is invalid\n" msgstr "το URL πολιτικής υπογÏαφής που δόθηκε δεν είναι ÎγκυÏο\n" -#: g10/gpg.c:5634 +#: g10/gpg.c:5665 #, fuzzy, c-format msgid "the given preferred keyserver URL is invalid\n" msgstr "το URL πολιτικής υπογÏαφής που δόθηκε δεν είναι ÎγκυÏο\n" @@ -3513,7 +3513,7 @@ msgstr "εξαγωγή των κλειδιών από αυτή τη κλειδο msgid "make timestamp conflicts only a warning" msgstr "οÏισμός των συγκÏοÏσεων ÏŽÏας (timestamp) μόνο σαν Ï€Ïοειδοποίηση" -#: g10/gpgv.c:86 sm/gpgsm.c:411 tools/gpgconf.c:116 tools/gpg-card.c:94 +#: g10/gpgv.c:86 sm/gpgsm.c:414 tools/gpgconf.c:116 tools/gpg-card.c:95 msgid "|FD|write status info to this FD" msgstr "|FD|εγγÏαφή των πληÏοφοÏιών κατάστασης στο FD" @@ -3608,271 +3608,271 @@ msgstr "" msgid "repair keys on import" msgstr "απεικόνιση του fingerprint" -#: g10/import.c:387 g10/import.c:709 +#: g10/import.c:399 g10/import.c:721 #, c-format msgid "skipping block of type %d\n" msgstr "παÏάλειψη τμήματος του Ï„Ïπου %d\n" -#: g10/import.c:726 +#: g10/import.c:738 #, fuzzy, c-format msgid "%lu keys processed so far\n" msgstr "%lu κλειδιά Îχουν μÎχÏι Ï„ÏŽÏα επεξεÏγαστεί\n" -#: g10/import.c:819 +#: g10/import.c:831 #, c-format msgid "Total number processed: %lu\n" msgstr "Συνολικός αÏιθμός που επεξεÏγάστηκαν: %lu\n" -#: g10/import.c:822 +#: g10/import.c:834 #, fuzzy, c-format #| msgid " skipped new keys: %lu\n" msgid " skipped PGP-2 keys: %lu\n" msgstr " νÎα κλειδιά που παÏαλείφθηκαν: %lu\n" -#: g10/import.c:824 +#: g10/import.c:836 #, c-format msgid " skipped new keys: %lu\n" msgstr " νÎα κλειδιά που παÏαλείφθηκαν: %lu\n" -#: g10/import.c:827 +#: g10/import.c:839 #, c-format msgid " w/o user IDs: %lu\n" msgstr " χωÏίς user ID: %lu\n" -#: g10/import.c:830 sm/import.c:129 +#: g10/import.c:842 sm/import.c:129 #, c-format msgid " imported: %lu" msgstr " εισαχθÎντα: %lu" -#: g10/import.c:834 sm/import.c:133 +#: g10/import.c:846 sm/import.c:133 #, c-format msgid " unchanged: %lu\n" msgstr " αμετάβλητα: %lu\n" -#: g10/import.c:836 +#: g10/import.c:848 #, c-format msgid " new user IDs: %lu\n" msgstr " νÎα user ID: %lu\n" -#: g10/import.c:838 +#: g10/import.c:850 #, c-format msgid " new subkeys: %lu\n" msgstr " νÎα υποκλειδιά: %lu\n" -#: g10/import.c:840 +#: g10/import.c:852 #, c-format msgid " new signatures: %lu\n" msgstr " νÎες υπογÏαφÎÏ‚: %lu\n" -#: g10/import.c:842 +#: g10/import.c:854 #, c-format msgid " new key revocations: %lu\n" msgstr " νÎες ανακλήσεις κλειδιών: %lu\n" -#: g10/import.c:844 sm/import.c:135 +#: g10/import.c:856 sm/import.c:135 #, c-format msgid " secret keys read: %lu\n" msgstr " αναγνωσμÎνα μυστικά κλειδιά: %lu\n" -#: g10/import.c:846 sm/import.c:137 +#: g10/import.c:858 sm/import.c:137 #, c-format msgid " secret keys imported: %lu\n" msgstr " εισαχθÎντα μυστικά κλειδιά: %lu\n" -#: g10/import.c:848 sm/import.c:139 +#: g10/import.c:860 sm/import.c:139 #, c-format msgid " secret keys unchanged: %lu\n" msgstr " αμετάβλητα μυστικά κλειδιά: %lu\n" -#: g10/import.c:850 sm/import.c:141 +#: g10/import.c:862 sm/import.c:141 #, c-format msgid " not imported: %lu\n" msgstr " μη εισαχθÎντα: %lu\n" -#: g10/import.c:852 +#: g10/import.c:864 #, fuzzy, c-format msgid " signatures cleaned: %lu\n" msgstr " νÎες υπογÏαφÎÏ‚: %lu\n" -#: g10/import.c:854 +#: g10/import.c:866 #, fuzzy, c-format msgid " user IDs cleaned: %lu\n" msgstr " αναγνωσμÎνα μυστικά κλειδιά: %lu\n" -#: g10/import.c:1279 +#: g10/import.c:1291 #, c-format msgid "" "WARNING: key %s contains preferences for unavailable\n" "algorithms on these user IDs:\n" msgstr "" -#: g10/import.c:1321 +#: g10/import.c:1333 #, c-format msgid " \"%s\": preference for cipher algorithm %s\n" msgstr "" -#: g10/import.c:1339 +#: g10/import.c:1351 #, fuzzy, c-format msgid " \"%s\": preference for AEAD algorithm %s\n" msgstr "%s υπογÏαφή, αλγόÏιθμος πεÏίληψης %s\n" -#: g10/import.c:1354 +#: g10/import.c:1366 #, fuzzy, c-format msgid " \"%s\": preference for digest algorithm %s\n" msgstr "%s υπογÏαφή, αλγόÏιθμος πεÏίληψης %s\n" -#: g10/import.c:1366 +#: g10/import.c:1378 #, c-format msgid " \"%s\": preference for compression algorithm %s\n" msgstr "" -#: g10/import.c:1379 +#: g10/import.c:1391 #, c-format msgid "it is strongly suggested that you update your preferences and\n" msgstr "" -#: g10/import.c:1381 +#: g10/import.c:1393 #, c-format msgid "re-distribute this key to avoid potential algorithm mismatch problems\n" msgstr "" -#: g10/import.c:1406 +#: g10/import.c:1418 #, c-format msgid "you can update your preferences with: gpg --edit-key %s updpref save\n" msgstr "" -#: g10/import.c:1920 g10/import.c:3041 +#: g10/import.c:1932 g10/import.c:3053 #, fuzzy, c-format msgid "key %s: no user ID\n" msgstr "κλειδί %08lX: δεν υπάÏχει αυτό το user ID\n" -#: g10/import.c:1926 +#: g10/import.c:1938 #, fuzzy, c-format msgid "key %s: %s\n" msgstr "παÏαλείφθηκε `%s': %s\n" -#: g10/import.c:1927 g10/import.c:3013 +#: g10/import.c:1939 g10/import.c:3025 msgid "rejected by import screener" msgstr "" -#: g10/import.c:1976 +#: g10/import.c:1988 #, fuzzy, c-format msgid "key %s: PKS subkey corruption repaired\n" msgstr "κλειδί %08lX: επιδιόÏθωση φθαÏμÎνου Ï…Ï€Î¿ÎºÎ»ÎµÎ¹Î´Î¹Î¿Ï HKP\n" -#: g10/import.c:1997 +#: g10/import.c:2009 #, fuzzy, c-format msgid "key %s: accepted non self-signed user ID \"%s\"\n" msgstr "κλειδί %08lX: δεκτό μη ιδιο-υπογεγÏαμμÎνο user ID '%s'\n" -#: g10/import.c:2008 g10/import.c:2039 +#: g10/import.c:2020 g10/import.c:2051 #, fuzzy, c-format msgid "key %s: no valid user IDs\n" msgstr "κλειδί %08lX: δεν Îχει ÎγκυÏα user ID\n" -#: g10/import.c:2010 +#: g10/import.c:2022 #, c-format msgid "this may be caused by a missing self-signature\n" msgstr "αυτό μποÏεί να συνÎβει από μια αποÏσα ιδιοϋπογÏαφή\n" -#: g10/import.c:2089 g10/import.c:3427 +#: g10/import.c:2101 g10/import.c:3439 #, fuzzy, c-format msgid "key %s: public key not found: %s\n" msgstr "κλειδί %08lX: μυστικό κλειδί που δε βÏÎθηκε: %s\n" -#: g10/import.c:2095 +#: g10/import.c:2107 #, fuzzy, c-format msgid "key %s: new key - skipped\n" msgstr "κλειδί %08lX: νÎο κλειδί - παÏαλείφθηκε\n" -#: g10/import.c:2107 +#: g10/import.c:2119 #, c-format msgid "no writable keyring found: %s\n" msgstr "δεν βÏεθηκε εγγÏάψιμη κλειδοθήκη: %s\n" -#: g10/import.c:2139 g10/import.c:2241 g10/import.c:3502 +#: g10/import.c:2151 g10/import.c:2253 g10/import.c:3514 #, fuzzy, c-format #| msgid "error writing keyring `%s': %s\n" msgid "error writing keyring '%s': %s\n" msgstr "αδυναμία εγγÏαφής της κλειδοθήκης `%s': %s\n" -#: g10/import.c:2162 +#: g10/import.c:2174 #, fuzzy, c-format msgid "key %s: public key \"%s\" imported\n" msgstr "κλειδί %08lX: το δημόσιο κλειδί \"%s\" Îχει εισαχθεί\n" -#: g10/import.c:2189 +#: g10/import.c:2201 #, fuzzy, c-format msgid "key %s: doesn't match our copy\n" msgstr "κλειδί %08lX: δεν ταιÏιάζει με το αντίγÏαφο μας\n" -#: g10/import.c:2257 +#: g10/import.c:2269 #, fuzzy, c-format msgid "key %s: \"%s\" 1 new user ID\n" msgstr "κλειδί %08lX: \"%s\" 1 νÎο user ID\n" -#: g10/import.c:2260 +#: g10/import.c:2272 #, fuzzy, c-format msgid "key %s: \"%s\" %d new user IDs\n" msgstr "κλειδί %08lX: \"%s\" %d νÎα user ID\n" -#: g10/import.c:2263 +#: g10/import.c:2275 #, fuzzy, c-format msgid "key %s: \"%s\" 1 new signature\n" msgstr "κλειδί %08lX: \"%s\" 1 νÎα υπογÏαφή\n" -#: g10/import.c:2266 +#: g10/import.c:2278 #, fuzzy, c-format msgid "key %s: \"%s\" %d new signatures\n" msgstr "κλειδί %08lX: \"%s\" %d νÎες υπογÏαφÎÏ‚\n" -#: g10/import.c:2269 +#: g10/import.c:2281 #, fuzzy, c-format msgid "key %s: \"%s\" 1 new subkey\n" msgstr "κλειδί %08lX: \"%s\" 1 νÎο υποκλειδί\n" -#: g10/import.c:2272 +#: g10/import.c:2284 #, fuzzy, c-format msgid "key %s: \"%s\" %d new subkeys\n" msgstr "κλειδί %08lX: \"%s\" %d νÎα υποκλειδιά\n" -#: g10/import.c:2275 +#: g10/import.c:2287 #, fuzzy, c-format msgid "key %s: \"%s\" %d signature cleaned\n" msgstr "κλειδί %08lX: \"%s\" %d νÎες υπογÏαφÎÏ‚\n" -#: g10/import.c:2278 +#: g10/import.c:2290 #, fuzzy, c-format msgid "key %s: \"%s\" %d signatures cleaned\n" msgstr "κλειδί %08lX: \"%s\" %d νÎες υπογÏαφÎÏ‚\n" -#: g10/import.c:2281 +#: g10/import.c:2293 #, fuzzy, c-format msgid "key %s: \"%s\" %d user ID cleaned\n" msgstr "κλειδί %08lX: \"%s\" %d νÎα user ID\n" -#: g10/import.c:2284 +#: g10/import.c:2296 #, fuzzy, c-format msgid "key %s: \"%s\" %d user IDs cleaned\n" msgstr "κλειδί %08lX: \"%s\" %d νÎα user ID\n" -#: g10/import.c:2320 +#: g10/import.c:2332 #, fuzzy, c-format msgid "key %s: \"%s\" not changed\n" msgstr "κλειδί %08lX: \"%s\" αμετάβλητο\n" -#: g10/import.c:2680 g10/import.c:2875 +#: g10/import.c:2692 g10/import.c:2887 #, fuzzy, c-format msgid "key %s: secret key imported\n" msgstr "κλειδί %08lX: μυστικό κλειδί εισήχθηκε\n" -#: g10/import.c:2688 +#: g10/import.c:2700 #, fuzzy, c-format #| msgid "skipped: secret key already present\n" msgid "key %s: secret key already exists\n" msgstr "παÏαλείφθηκε: μυστικό κλειδί ήδη παÏών\n" -#: g10/import.c:2696 +#: g10/import.c:2708 #, fuzzy, c-format msgid "key %s: error sending to agent: %s\n" msgstr "σφάλμα στη αποστολή Ï€Ïος το `%s': %s\n" @@ -3885,207 +3885,207 @@ msgstr "σφάλμα στη αποστολή Ï€Ïος το `%s': %s\n" #. * Instead, user should be suggested to run 'gpg --card-status', #. * then, references to a card will be automatically created #. * again. -#: g10/import.c:2865 +#: g10/import.c:2877 #, c-format msgid "To migrate '%s', with each smartcard, run: %s\n" msgstr "" -#: g10/import.c:3012 +#: g10/import.c:3024 #, fuzzy, c-format msgid "secret key %s: %s\n" msgstr "το μυστικό κλειδί `%s' δε βÏÎθηκε: %s\n" -#: g10/import.c:3033 g10/import.c:3072 +#: g10/import.c:3045 g10/import.c:3084 #, fuzzy, c-format msgid "importing secret keys not allowed\n" msgstr "εγγÏαφή του Î¼Ï…ÏƒÏ„Î¹ÎºÎ¿Ï ÎºÎ»ÎµÎ¹Î´Î¹Î¿Ï ÏƒÏ„Î¿ `%s'\n" -#: g10/import.c:3060 +#: g10/import.c:3072 #, fuzzy, c-format msgid "key %s: secret key with invalid cipher %d - skipped\n" msgstr "κλειδί %08lX: μυστικό κλειδί με άκυÏο κÏυπταλγ. %d - παÏαλείφθηκε\n" -#: g10/import.c:3222 g10/pkclist.c:75 g10/revoke.c:774 +#: g10/import.c:3234 g10/pkclist.c:75 g10/revoke.c:774 msgid "No reason specified" msgstr "Δεν Îχει οÏιστεί αιτία" -#: g10/import.c:3223 g10/pkclist.c:77 g10/revoke.c:776 +#: g10/import.c:3235 g10/pkclist.c:77 g10/revoke.c:776 msgid "Key is superseded" msgstr "Το κλειδί Îχει παÏακαμθεί" -#: g10/import.c:3224 g10/pkclist.c:79 g10/revoke.c:775 +#: g10/import.c:3236 g10/pkclist.c:79 g10/revoke.c:775 msgid "Key has been compromised" msgstr "Το κλειδί Îχει εκτεθεί" -#: g10/import.c:3225 g10/pkclist.c:81 g10/revoke.c:777 +#: g10/import.c:3237 g10/pkclist.c:81 g10/revoke.c:777 msgid "Key is no longer used" msgstr "Το κλειδί δε χÏησιμοποιείται πλÎον" -#: g10/import.c:3226 g10/pkclist.c:83 g10/revoke.c:778 +#: g10/import.c:3238 g10/pkclist.c:83 g10/revoke.c:778 msgid "User ID is no longer valid" msgstr "Το User ID δεν είναι πλÎον ÎγκυÏο" -#: g10/import.c:3351 g10/keylist.c:1105 g10/pkclist.c:87 +#: g10/import.c:3363 g10/keylist.c:1105 g10/pkclist.c:87 #, c-format msgid "reason for revocation: " msgstr "αιτία για ανάκληση:" -#: g10/import.c:3370 g10/keylist.c:1124 g10/pkclist.c:103 +#: g10/import.c:3382 g10/keylist.c:1124 g10/pkclist.c:103 #, c-format msgid "revocation comment: " msgstr "σχόλιο ανάκλησης:" -#: g10/import.c:3420 +#: g10/import.c:3432 #, fuzzy, c-format msgid "key %s: no public key - can't apply revocation certificate\n" msgstr "" "κλειδί %08lX: όχι δημόσιο κλειδί - αδυναμία εφαÏμογής Ï€Î¹ÏƒÏ„Î¿Ï€Î¿Î¹Î·Ï„Î¹ÎºÎ¿Ï " "ανάκλησης\n" -#: g10/import.c:3449 +#: g10/import.c:3461 #, fuzzy, c-format msgid "key %s: can't locate original keyblock: %s\n" msgstr "κλειδί %08lX: αδυναμία ÎµÎ½Ï„Î¿Ï€Î¹ÏƒÎ¼Î¿Ï Ï„Î¿Ï… αÏÏ‡Î¹ÎºÎ¿Ï Ï„Î¼Î®Î¼Î±Ï„Î¿Ï‚ κλειδιοÏ: %s\n" -#: g10/import.c:3456 +#: g10/import.c:3468 #, fuzzy, c-format msgid "key %s: can't read original keyblock: %s\n" msgstr "κλειδί %08lX: αδυναμία ανάγνωσης του αÏÏ‡Î¹ÎºÎ¿Ï Ï„Î¼Î®Î¼Î±Ï„Î¿Ï‚ κλειδιοÏ: %s\n" -#: g10/import.c:3476 +#: g10/import.c:3488 #, fuzzy, c-format msgid "key %s: invalid revocation certificate: %s - rejected\n" msgstr "κλειδί %08lX: μη ÎγκυÏο πιστοποιητικό ανάκλησης: %s - απόÏÏιψη\n" -#: g10/import.c:3511 +#: g10/import.c:3523 #, fuzzy, c-format msgid "key %s: \"%s\" revocation certificate imported\n" msgstr "κλειδί %08lX: \"%s\" πιστοποιητικό ανάκλησης εισήχθηκε\n" -#: g10/import.c:3597 +#: g10/import.c:3609 #, fuzzy, c-format msgid "key %s: no user ID for signature\n" msgstr "κλειδί %08lX: δεν υπάÏχει user ID για την υπογÏαφή\n" -#: g10/import.c:3614 +#: g10/import.c:3626 #, fuzzy, c-format msgid "key %s: unsupported public key algorithm on user ID \"%s\"\n" msgstr "" "κλειδί %08lX: μη υποστηÏιζόμενος αλγόÏιθμος δημοσίου ÎºÎ»ÎµÎ¹Î´Î¹Î¿Ï ÏƒÏ„Î¿ user id " "\"%s\"\n" -#: g10/import.c:3616 +#: g10/import.c:3628 #, fuzzy, c-format msgid "key %s: invalid self-signature on user ID \"%s\"\n" msgstr "κλειδί %08lX: μη ÎγκυÏη ιδιο-υπογÏαφή στο user id \"%s\"\n" -#: g10/import.c:3633 g10/import.c:3661 g10/import.c:3717 +#: g10/import.c:3645 g10/import.c:3673 g10/import.c:3729 #, fuzzy, c-format msgid "key %s: unsupported public key algorithm\n" msgstr "κλειδί %08lX: μη υποστηÏιζόμενος αλγόÏιθμος δημοσίου κλειδιοÏ\n" -#: g10/import.c:3634 +#: g10/import.c:3646 #, fuzzy, c-format msgid "key %s: invalid direct key signature\n" msgstr "κλειδί %08lX: άμεση υπογÏαφή ÎºÎ»ÎµÎ¹Î´Î¹Î¿Ï Ï€ÏοστÎθηκε\n" -#: g10/import.c:3648 +#: g10/import.c:3660 #, fuzzy, c-format msgid "key %s: no subkey for key binding\n" msgstr "κλειδί %08lX: δεν υπάÏχει υποκλειδί για τη δÎσμευση κλειδιοÏ\n" -#: g10/import.c:3663 +#: g10/import.c:3675 #, fuzzy, c-format msgid "key %s: invalid subkey binding\n" msgstr "κλειδί %08lX: μη ÎγκυÏη δÎσμευση υποκλειδιοÏ\n" -#: g10/import.c:3682 +#: g10/import.c:3694 #, fuzzy, c-format msgid "key %s: removed multiple subkey binding\n" msgstr "κλειδί %08lX: αφαιÏÎθηκε η δÎσμευση Ï€Î¿Î»Î»Î±Ï€Î»Î¿Ï Ï…Ï€Î¿ÎºÎ»ÎµÎ¹Î´Î¹Î¿Ï\n" -#: g10/import.c:3706 +#: g10/import.c:3718 #, fuzzy, c-format msgid "key %s: no subkey for key revocation\n" msgstr "κλειδί %08lX: δεν υπάÏχει υποκλειδί για την ανάκληση κλειδιοÏ\n" -#: g10/import.c:3719 +#: g10/import.c:3731 #, fuzzy, c-format msgid "key %s: invalid subkey revocation\n" msgstr "κλειδί %08lX: μη ÎγκυÏη ανάκληση υποκλειδιοÏ\n" -#: g10/import.c:3734 +#: g10/import.c:3746 #, fuzzy, c-format msgid "key %s: removed multiple subkey revocation\n" msgstr "κλειδί %08lX: αφαιÏÎθηκε η ανάκληση Ï€Î¿Î»Î»Î±Ï€Î»Î¿Ï Ï…Ï€Î¿ÎºÎ»ÎµÎ¹Î´Î¹Î¿Ï\n" -#: g10/import.c:3778 +#: g10/import.c:3790 #, fuzzy, c-format msgid "key %s: skipped user ID \"%s\"\n" msgstr "κλειδί %08lX: παÏαλείφθηκε user ID '" -#: g10/import.c:3805 +#: g10/import.c:3817 #, fuzzy, c-format msgid "key %s: skipped subkey\n" msgstr "κλειδί %08lX: παÏαλείφθηκε υποκλειδί\n" -#: g10/import.c:3837 +#: g10/import.c:3849 #, fuzzy, c-format msgid "key %s: non exportable signature (class 0x%02X) - skipped\n" msgstr "κλειδί %08lX: μη εξαγόμενη υπογÏαφή (κλάση %02x) - παÏαλείφθηκε\n" -#: g10/import.c:3848 +#: g10/import.c:3860 #, fuzzy, c-format msgid "key %s: revocation certificate at wrong place - skipped\n" msgstr "" "κλειδί %08lX: το πιστοποιητικό ανάκλησης σε λάθος σημείο - παÏαλείφθηκε\n" -#: g10/import.c:3866 +#: g10/import.c:3878 #, fuzzy, c-format msgid "key %s: invalid revocation certificate: %s - skipped\n" msgstr "κλειδί %08lX: μη ÎγκυÏο πιστοποιητικό ανάκλησης: %s - παÏαλείφθηκε\n" -#: g10/import.c:3880 +#: g10/import.c:3892 #, fuzzy, c-format msgid "key %s: subkey signature in wrong place - skipped\n" msgstr "" "κλειδί %08lX: η υπογÏαφή του Ï…Ï€Î¿ÎºÎ»ÎµÎ¹Î´Î¹Î¿Ï ÏƒÎµ λάθος σημείο - παÏαλείφθηκε\n" -#: g10/import.c:3888 +#: g10/import.c:3900 #, fuzzy, c-format msgid "key %s: unexpected signature class (0x%02X) - skipped\n" msgstr "κλειδί %08lX: μη αναμενώμενη κλάση υπογÏαφής (0x%02x) - παÏαλείφθηκε\n" -#: g10/import.c:4061 +#: g10/import.c:4073 #, fuzzy, c-format msgid "key %s: duplicated user ID detected - merged\n" msgstr "κλειδί %08lX: εντοπίστηκε διπλό user ID - ενώθηκαν\n" -#: g10/import.c:4168 +#: g10/import.c:4180 #, fuzzy, c-format msgid "key %s: duplicated subkeys detected - merged\n" msgstr "κλειδί %08lX: εντοπίστηκε διπλό user ID - ενώθηκαν\n" -#: g10/import.c:4233 +#: g10/import.c:4245 #, fuzzy, c-format msgid "WARNING: key %s may be revoked: fetching revocation key %s\n" msgstr "" "ΠΡΟΕΙΔΟΠΟΙΗΣΗ: κλειδί %08lX μποÏεί να ανακληθεί: λήψη ÎºÎ»ÎµÎ¹Î´Î¹Î¿Ï Î±Î½Î¬ÎºÎ»Î·ÏƒÎ·Ï‚ " "%08lX\n" -#: g10/import.c:4249 +#: g10/import.c:4261 #, fuzzy, c-format msgid "WARNING: key %s may be revoked: revocation key %s not present.\n" msgstr "" "ΠΡΟΕΙΔΟΠΟΙΗΣΗ: κλειδί %08lX μποÏεί να ανακληθεί: το κλειδί ανάκλησης %08lX\n" "δεν είναι παÏών.\n" -#: g10/import.c:4315 +#: g10/import.c:4327 #, fuzzy, c-format msgid "key %s: \"%s\" revocation certificate added\n" msgstr "κλειδί %08lX: \"%s\" πιστοποιητικό ανάκλησης Ï€ÏοστÎθηκε\n" -#: g10/import.c:4353 +#: g10/import.c:4365 #, fuzzy, c-format msgid "key %s: direct key signature added\n" msgstr "κλειδί %08lX: άμεση υπογÏαφή ÎºÎ»ÎµÎ¹Î´Î¹Î¿Ï Ï€ÏοστÎθηκε\n" @@ -4982,13 +4982,13 @@ msgstr "" "εκτός και εάν επανακκινήσετε το Ï€ÏόγÏαμμα.\n" #: g10/keyedit.c:4016 g10/keyedit.c:4447 g10/keyserver.c:535 -#: g10/mainproc.c:2277 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 +#: g10/mainproc.c:2280 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 #, fuzzy msgid "revoked" msgstr "[ανακλημÎνο]" #: g10/keyedit.c:4018 g10/keyedit.c:4449 g10/keyserver.c:539 -#: g10/mainproc.c:2279 g10/tofu.c:1792 g10/trust.c:124 +#: g10/mainproc.c:2282 g10/tofu.c:1792 g10/trust.c:124 #, fuzzy msgid "expired" msgstr "expire" @@ -5545,7 +5545,7 @@ msgstr " (%d) RSA (για κÏυπτογÏάφηση μόνο)\n" msgid "Enter the keygrip: " msgstr "Σημείωση υπογÏαφής: " -#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2279 +#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2280 #, c-format msgid "Not a valid keygrip (expecting 40 hex digits)\n" msgstr "" @@ -5555,13 +5555,13 @@ msgstr "" msgid "No key with this keygrip\n" msgstr "Δεν υπάÏχει user ID με δείκτη %d\n" -#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3437 g10/keygen.c:3448 +#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3440 g10/keygen.c:3451 #: sm/certreqgen-ui.c:231 sm/certreqgen-ui.c:240 #, fuzzy, c-format msgid "error reading the card: %s\n" msgstr "%s: σφάλμα στην ανάγνωση της εγγÏαφής free : %s\n" -#: g10/keygen.c:2292 g10/keygen.c:3441 sm/certreqgen-ui.c:234 +#: g10/keygen.c:2292 g10/keygen.c:3444 sm/certreqgen-ui.c:234 #, fuzzy, c-format msgid "Serial number of the card: %s\n" msgstr "σφάλμα στη δημιουÏγία της φÏάσης κλειδί: %s\n" @@ -5813,13 +5813,18 @@ msgstr "" "τους δίσκους) κατα τη διάÏκεια Ï…Ï€Î¿Î»Î¿Î³Î¹ÏƒÎ¼Î¿Ï Ï€Ïώτων αÏιθμών. Αυτό δίνει\n" "στη γεννήτÏια τυχαίων αÏιθμών μια ευκαιÏία να μαζÎψει αÏκετή εντÏοπία.\n" -#: g10/keygen.c:4570 g10/keygen.c:4643 g10/keygen.c:4661 g10/keygen.c:4690 -#: g10/keygen.c:5066 g10/keygen.c:5612 g10/keygen.c:5923 g10/keygen.c:6030 +#: g10/keygen.c:3591 +#, c-format +msgid "WARNING: v4 is specified, but overridden by v5.\n" +msgstr "" + +#: g10/keygen.c:4590 g10/keygen.c:4663 g10/keygen.c:4681 g10/keygen.c:4710 +#: g10/keygen.c:5086 g10/keygen.c:5632 g10/keygen.c:5943 g10/keygen.c:6050 #, c-format msgid "Key generation failed: %s\n" msgstr "Η δημιουÏγία ÎºÎ»ÎµÎ¹Î´Î¹Î¿Ï Î±Ï€Îτυχε: %s\n" -#: g10/keygen.c:4579 +#: g10/keygen.c:4599 #, c-format msgid "" "About to create a key for:\n" @@ -5827,67 +5832,67 @@ msgid "" "\n" msgstr "" -#: g10/keygen.c:4581 +#: g10/keygen.c:4601 msgid "Continue? (Y/n) " msgstr "" -#: g10/keygen.c:4602 +#: g10/keygen.c:4622 #, fuzzy, c-format msgid "A key for \"%s\" already exists\n" msgstr "`%s' ήδη συμπιÎστηκε\n" -#: g10/keygen.c:4607 +#: g10/keygen.c:4627 #, fuzzy msgid "Create anyway? (y/N) " msgstr "ΧÏήση οπωσδήποτε Î±Ï…Ï„Î¿Ï Ï„Î¿Ï… κλειδιοÏ; " -#: g10/keygen.c:4613 +#: g10/keygen.c:4633 #, fuzzy, c-format msgid "creating anyway\n" msgstr "δημιουÏγία ενός νÎου ζεÏγους κλειδιών" -#: g10/keygen.c:5049 +#: g10/keygen.c:5069 #, c-format msgid "Note: Use \"%s %s\" for a full featured key generation dialog.\n" msgstr "" -#: g10/keygen.c:5098 +#: g10/keygen.c:5118 #, c-format msgid "Key generation canceled.\n" msgstr "Η δημιουÏγία ÎºÎ»ÎµÎ¹Î´Î¹Î¿Ï Î±Î½Î±Î²Î»Î®Î¸Î·ÎºÎµ.\n" -#: g10/keygen.c:5158 +#: g10/keygen.c:5178 #, fuzzy, c-format msgid "can't create backup file '%s': %s\n" msgstr "αδυναμία δημιουÏγίας του `%s': %s\n" -#: g10/keygen.c:5178 +#: g10/keygen.c:5198 #, fuzzy, c-format msgid "Note: backup of card key saved to '%s'\n" msgstr "ΣΗΜΕΙΩΣΗ: το μυστικό κλειδί %08lX Îληξε στις %s\n" -#: g10/keygen.c:5339 g10/keygen.c:5541 +#: g10/keygen.c:5359 g10/keygen.c:5561 #, fuzzy, c-format #| msgid "writing public key to `%s'\n" msgid "writing public key to '%s'\n" msgstr "εγγÏαφή του δημοσίου ÎºÎ»ÎµÎ¹Î´Î¹Î¿Ï ÏƒÏ„Î¿ `%s'\n" -#: g10/keygen.c:5535 +#: g10/keygen.c:5555 #, c-format msgid "no writable public keyring found: %s\n" msgstr "δε βÏÎθηκε εγγÏάψιμη δημόσια κλειδοθήκη: %s\n" -#: g10/keygen.c:5549 +#: g10/keygen.c:5569 #, fuzzy, c-format #| msgid "error writing public keyring `%s': %s\n" msgid "error writing public keyring '%s': %s\n" msgstr "αδυναμία εγγÏαφής δημόσιας κλειδοθήκης `%s': %s\n" -#: g10/keygen.c:5583 +#: g10/keygen.c:5603 msgid "public and secret key created and signed.\n" msgstr "το δημόσιο και το μυστικό κλειδί δημιουÏγήθηκαν και υπογÏάφηκαν.\n" -#: g10/keygen.c:5599 +#: g10/keygen.c:5619 #, fuzzy msgid "" "Note that this key cannot be used for encryption. You may want to use\n" @@ -5898,7 +5903,7 @@ msgstr "" "ΜποÏείτε να χÏησιμοποιήσετε την εντολή \"--edit-key\" για να δημιουÏγηθεί\n" "Îνα δευτεÏεÏον κλειδί για αυτό το λόγο.\n" -#: g10/keygen.c:5781 g10/keygen.c:5980 +#: g10/keygen.c:5801 g10/keygen.c:6000 #, c-format msgid "" "key has been created %lu second in future (time warp or clock problem)\n" @@ -5906,7 +5911,7 @@ msgstr "" "το κλειδί δημιουÏγήθηκε %lu δευτεÏόλεπτο στο μÎλλον (χÏονοδίνη ή\n" "απλώς Ï€Ïόβλημα στο Ïολόι)\n" -#: g10/keygen.c:5783 g10/keygen.c:5982 +#: g10/keygen.c:5803 g10/keygen.c:6002 #, c-format msgid "" "key has been created %lu seconds in future (time warp or clock problem)\n" @@ -5914,7 +5919,7 @@ msgstr "" "το κλειδί δημιουÏγήθηκε %lu δευτεÏόλεπτα στο μÎλλον (χÏονοδίνη ή\n" "απλώς Ï€Ïόβλημα στο Ïολόι)\n" -#: g10/keygen.c:5794 g10/keygen.c:5993 +#: g10/keygen.c:5814 g10/keygen.c:6013 #, fuzzy, c-format #| msgid "NOTE: creating subkeys for v3 keys is not OpenPGP compliant\n" msgid "Note: creating subkeys for v3 keys is not OpenPGP compliant\n" @@ -5922,17 +5927,17 @@ msgstr "" "ΣΗΜΕΙΩΣΗ: η δημιουÏγία υποκλειδιών για κλειδιά v3 δεν είναι σÏμφωνο\n" "με το OpenPGP\n" -#: g10/keygen.c:5806 g10/keygen.c:5808 +#: g10/keygen.c:5826 g10/keygen.c:5828 #, c-format msgid "Secret parts of primary key are not available.\n" msgstr "Μυστικά τμήματα του κÏÏιου ÎºÎ»ÎµÎ¹Î´Î¹Î¿Ï Î´ÎµÎ½ είναι διαθÎσιμα.\n" -#: g10/keygen.c:5815 g10/keygen.c:5817 +#: g10/keygen.c:5835 g10/keygen.c:5837 #, fuzzy, c-format msgid "Secret parts of primary key are stored on-card.\n" msgstr "Μυστικά τμήματα του κÏÏιου ÎºÎ»ÎµÎ¹Î´Î¹Î¿Ï Î´ÎµÎ½ είναι διαθÎσιμα.\n" -#: g10/keygen.c:5837 g10/keygen.c:6007 +#: g10/keygen.c:5857 g10/keygen.c:6027 #, fuzzy msgid "Really create? (y/N) " msgstr "ΣίγουÏα να δημιουÏγηθεί; " @@ -6091,61 +6096,61 @@ msgstr "μη ÎγκυÏες επιλογÎÏ‚ εξαγωγής\n" msgid "\"%s\" not a key ID: skipping\n" msgstr "" -#: g10/keyserver.c:1418 g10/keyserver.c:1451 +#: g10/keyserver.c:1420 g10/keyserver.c:1453 #, fuzzy, c-format msgid "refreshing %d key from %s\n" msgid_plural "refreshing %d keys from %s\n" msgstr[0] "αίτηση ÎºÎ»ÎµÎ¹Î´Î¹Î¿Ï %08lX από το %s\n" msgstr[1] "αίτηση ÎºÎ»ÎµÎ¹Î´Î¹Î¿Ï %08lX από το %s\n" -#: g10/keyserver.c:1425 +#: g10/keyserver.c:1427 #, fuzzy, c-format msgid "WARNING: unable to refresh key %s via %s: %s\n" msgstr "ΠΡΟΕΙΔΟΠΟΙΗΣΗ: αδυναμία διαγÏαφής tempfile (%s) `%s': %s\n" -#: g10/keyserver.c:1529 +#: g10/keyserver.c:1531 #, fuzzy, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "το κλειδί '%s' δε βÏÎθηκε: %s\n" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1534 #, fuzzy, c-format msgid "key not found on keyserver\n" msgstr "το κλειδί '%s' δε βÏÎθηκε: %s\n" -#: g10/keyserver.c:1720 +#: g10/keyserver.c:1722 #, fuzzy, c-format msgid "requesting key %s from %s server %s\n" msgstr "αίτηση ÎºÎ»ÎµÎ¹Î´Î¹Î¿Ï %08lX από το %s\n" -#: g10/keyserver.c:1724 +#: g10/keyserver.c:1726 #, fuzzy, c-format msgid "requesting key %s from %s\n" msgstr "αίτηση ÎºÎ»ÎµÎ¹Î´Î¹Î¿Ï %08lX από το %s\n" -#: g10/keyserver.c:1829 g10/keyserver.c:2008 +#: g10/keyserver.c:1841 g10/keyserver.c:2020 #, fuzzy, c-format msgid "no keyserver known\n" msgstr "μη ÎγκυÏες επιλογÎÏ‚ εξαγωγής\n" -#: g10/keyserver.c:1844 g10/skclist.c:213 g10/skclist.c:241 +#: g10/keyserver.c:1856 g10/skclist.c:213 g10/skclist.c:241 #, fuzzy, c-format msgid "skipped \"%s\": %s\n" msgstr "παÏαλείφθηκε `%s': %s\n" -#: g10/keyserver.c:1848 +#: g10/keyserver.c:1860 #, fuzzy, c-format msgid "sending key %s to %s\n" msgstr "" "\"\n" "υπογÏάφθηκε με το κλειδί σας %08lX στις %s\n" -#: g10/keyserver.c:1889 +#: g10/keyserver.c:1901 #, fuzzy, c-format msgid "requesting key from '%s'\n" msgstr "αίτηση ÎºÎ»ÎµÎ¹Î´Î¹Î¿Ï %08lX από το %s\n" -#: g10/keyserver.c:1905 +#: g10/keyserver.c:1917 #, fuzzy, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "ΠΡΟΕΙΔΟΠΟΙΗΣΗ: αδυναμία διαγÏαφής tempfile (%s) `%s': %s\n" @@ -6338,21 +6343,21 @@ msgstr " γνωστό σαν \"" msgid "Key available at: " msgstr "Κλειδί διαθÎσιμο στο: " -#: g10/mainproc.c:2033 +#: g10/mainproc.c:2034 #, c-format msgid "Note: Use '%s' to make use of this info\n" msgstr "" -#: g10/mainproc.c:2231 +#: g10/mainproc.c:2234 msgid "[uncertain]" msgstr "[αβÎβαιο]" -#: g10/mainproc.c:2269 +#: g10/mainproc.c:2272 #, fuzzy, c-format msgid " aka \"%s\"" msgstr " γνωστό σαν \"" -#: g10/mainproc.c:2344 +#: g10/mainproc.c:2347 #, fuzzy, c-format #| msgid "WARNING: This key is not certified with a trusted signature!\n" msgid "WARNING: This key is not suitable for signing in %s mode\n" @@ -6360,68 +6365,68 @@ msgstr "" "ΠΡΟΕΙΔΟΠΟΙΗΣΗ: Αυτό το κλειδί δεν Îχει πιστοποιηθεί με εμπιστεÏσιμη " "υπογÏαφή!\n" -#: g10/mainproc.c:2360 +#: g10/mainproc.c:2363 #, c-format msgid "Signature expired %s\n" msgstr "ΥπογÏαφή Îληξε στις %s.\n" -#: g10/mainproc.c:2365 +#: g10/mainproc.c:2368 #, c-format msgid "Signature expires %s\n" msgstr "ΥπογÏαφή λήγει στις %s.\n" -#: g10/mainproc.c:2376 +#: g10/mainproc.c:2379 #, fuzzy, c-format #| msgid "%s signature, digest algorithm %s\n" msgid "%s signature, digest algorithm %s%s%s\n" msgstr "%s υπογÏαφή, αλγόÏιθμος πεÏίληψης %s\n" -#: g10/mainproc.c:2377 +#: g10/mainproc.c:2380 msgid "binary" msgstr "δυαδικό" -#: g10/mainproc.c:2378 +#: g10/mainproc.c:2381 msgid "textmode" msgstr "κατάσταση-κειμÎνου" -#: g10/mainproc.c:2378 g10/trust.c:123 dirmngr/ocsp.c:792 +#: g10/mainproc.c:2381 g10/trust.c:123 dirmngr/ocsp.c:792 msgid "unknown" msgstr "άγνωστο" -#: g10/mainproc.c:2380 +#: g10/mainproc.c:2383 #, fuzzy #| msgid "unknown pubkey algorithm" msgid ", key algorithm " msgstr "άγνωστος αλγόÏιθμος δημοσίου κλειδιοÏ" -#: g10/mainproc.c:2415 +#: g10/mainproc.c:2418 #, c-format msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n" msgstr "" -#: g10/mainproc.c:2454 +#: g10/mainproc.c:2457 #, c-format msgid "Can't check signature: %s\n" msgstr "Αδυναμία ελÎγχου της υπογÏαφής: %s\n" -#: g10/mainproc.c:2550 g10/mainproc.c:2569 g10/mainproc.c:2693 +#: g10/mainproc.c:2553 g10/mainproc.c:2572 g10/mainproc.c:2696 #, c-format msgid "not a detached signature\n" msgstr "δεν είναι αποκομμÎνη υπογÏαφή\n" -#: g10/mainproc.c:2603 +#: g10/mainproc.c:2606 #, c-format msgid "" "WARNING: multiple signatures detected. Only the first will be checked.\n" msgstr "" "ΠΡΟΕΙΔΟΠΟΙΗΣΗ: εντοπισμός πολλαπλών υπογÏαφών. Μόνο η Ï€Ïώτη θα ελεγχθεί.\n" -#: g10/mainproc.c:2612 +#: g10/mainproc.c:2615 #, c-format msgid "standalone signature of class 0x%02x\n" msgstr "ανεξάÏτητη υπογÏαφή κλάσης 0x%02x\n" -#: g10/mainproc.c:2697 +#: g10/mainproc.c:2700 #, c-format msgid "old style (PGP 2.x) signature\n" msgstr "υπογÏαφή Ï€Î±Î»Î¹Î¿Ï ÏƒÏ„Ï…Î» (PGP 2.x)\n" @@ -8345,7 +8350,7 @@ msgstr "ΧÏήση: gpg [επιλογÎÏ‚] [αÏχεία] (-h για βοήθεΠ#. TRANSLATORS: Put a \x1f right before a colon. This can be #. * used by pinentry to nicely align the names and values. Keep #. * the %s at the start and end of the string. -#: scd/app-piv.c:1770 scd/app-p15.c:4741 scd/app-nks.c:1475 +#: scd/app-piv.c:1770 scd/app-p15.c:4937 scd/app-nks.c:1530 #: scd/app-openpgp.c:2386 #, c-format msgid "%sNumber: %s%%0AHolder: %s%s" @@ -8353,7 +8358,7 @@ msgstr "" #. TRANSLATORS: This is the number of remaining attempts to #. * enter a PIN. Use %%0A (double-percent,0A) for a linefeed. -#: scd/app-piv.c:1787 scd/app-p15.c:4760 scd/app-nks.c:1494 +#: scd/app-piv.c:1787 scd/app-p15.c:4956 scd/app-nks.c:1549 #: scd/app-openpgp.c:2402 #, c-format msgid "Remaining attempts: %d" @@ -8389,7 +8394,7 @@ msgstr "αλλαγή της φÏάσης κλειδί" msgid "||Please enter the Unblocking Key of your PIV card" msgstr "ΠαÏακαλώ επιλÎξτε την αιτία για την ανάκληση:\n" -#: scd/app-piv.c:1888 scd/app-nks.c:1605 scd/app-openpgp.c:2669 +#: scd/app-piv.c:1888 scd/app-nks.c:1660 scd/app-openpgp.c:2669 #: scd/app-openpgp.c:2693 scd/app-openpgp.c:2871 scd/app-openpgp.c:2893 #: scd/app-openpgp.c:3074 scd/app-openpgp.c:3361 scd/app-openpgp.c:3408 #: scd/app-openpgp.c:3545 scd/app-dinsig.c:302 @@ -8475,75 +8480,75 @@ msgstr[1] "Η δημιουÏγία ÎºÎ»ÎµÎ¹Î´Î¹Î¿Ï Î±Ï€Îτυχε: %s\n" msgid "response does not contain the public key data\n" msgstr "" -#: scd/app-p15.c:4839 scd/app-nks.c:1983 +#: scd/app-p15.c:5035 scd/app-nks.c:2038 msgid "||Please enter the PIN for the key to create qualified signatures." msgstr "" #. TRANSLATORS: Do not translate the "|A|" prefix but keep it at #. the start of the string. Use %0A (single percent) for a linefeed. -#: scd/app-p15.c:4842 scd/app-openpgp.c:2818 +#: scd/app-p15.c:5038 scd/app-openpgp.c:2818 #, fuzzy msgid "|A|Please enter the Admin PIN" msgstr "αλλαγή της φÏάσης κλειδί" -#: scd/app-p15.c:4844 scd/app-nks.c:1973 +#: scd/app-p15.c:5040 scd/app-nks.c:2028 #, fuzzy msgid "|P|Please enter the PIN Unblocking Code (PUK) for the standard keys." msgstr "ΠαÏακαλώ επιλÎξτε την αιτία για την ανάκληση:\n" -#: scd/app-p15.c:4847 scd/app-nks.c:1964 +#: scd/app-p15.c:5043 scd/app-nks.c:2019 #, fuzzy msgid "||Please enter the PIN for the standard keys." msgstr "αλλαγή της φÏάσης κλειδί" -#: scd/app-nks.c:1413 scd/app-openpgp.c:4321 +#: scd/app-nks.c:1468 scd/app-openpgp.c:4321 #, c-format msgid "RSA modulus missing or not of size %d bits\n" msgstr "" -#: scd/app-nks.c:1421 scd/app-openpgp.c:4333 +#: scd/app-nks.c:1476 scd/app-openpgp.c:4333 #, c-format msgid "RSA public exponent missing or larger than %d bits\n" msgstr "" -#: scd/app-nks.c:1594 +#: scd/app-nks.c:1649 #, fuzzy #| msgid "Note: This key has been disabled.\n" msgid "Note: PIN has not yet been enabled." msgstr "Σημείωση: Αυτό το κλειδί Îχει απενεÏγοποιηθεί.\n" -#: scd/app-nks.c:1641 +#: scd/app-nks.c:1696 #, c-format msgid "the NullPIN has not yet been changed\n" msgstr "" -#: scd/app-nks.c:1963 +#: scd/app-nks.c:2018 #, fuzzy msgid "|N|Please enter a new PIN for the standard keys." msgstr "αλλαγή της φÏάσης κλειδί" -#: scd/app-nks.c:1971 +#: scd/app-nks.c:2026 #, fuzzy msgid "|NP|Please enter a new PIN Unblocking Code (PUK) for the standard keys." msgstr "ΠαÏακαλώ επιλÎξτε την αιτία για την ανάκληση:\n" -#: scd/app-nks.c:1981 +#: scd/app-nks.c:2036 msgid "|N|Please enter a new PIN for the key to create qualified signatures." msgstr "" -#: scd/app-nks.c:1991 +#: scd/app-nks.c:2046 msgid "" "|NP|Please enter a new PIN Unblocking Code (PUK) for the key to create " "qualified signatures." msgstr "" -#: scd/app-nks.c:1993 +#: scd/app-nks.c:2048 msgid "" "|P|Please enter the PIN Unblocking Code (PUK) for the key to create " "qualified signatures." msgstr "" -#: scd/app-nks.c:2166 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 +#: scd/app-nks.c:2221 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 #, fuzzy, c-format msgid "error getting new PIN: %s\n" msgstr "σφάλμα στη δημιουÏγία της φÏάσης κλειδί: %s\n" @@ -8729,81 +8734,81 @@ msgstr "αλλαγή της φÏάσης κλειδί" msgid "|N|Initial New PIN" msgstr "" -#: scd/scdaemon.c:118 +#: scd/scdaemon.c:119 msgid "run in multi server mode (foreground)" msgstr "" -#: scd/scdaemon.c:135 sm/gpgsm.c:271 dirmngr/dirmngr.c:197 +#: scd/scdaemon.c:136 sm/gpgsm.c:274 dirmngr/dirmngr.c:198 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "" -#: scd/scdaemon.c:141 +#: scd/scdaemon.c:142 #, fuzzy msgid "|FILE|write a log to FILE" msgstr "|ΑΡΧΕΙΟ|φόÏτωμα του αÏθÏώματος επÎκτασης ΑΡΧΕΙΟ" -#: scd/scdaemon.c:148 +#: scd/scdaemon.c:149 msgid "|N|connect to reader at port N" msgstr "" -#: scd/scdaemon.c:150 +#: scd/scdaemon.c:151 #, fuzzy msgid "|NAME|use NAME as ct-API driver" msgstr "|ΟÎΟΜΑ|χÏήση του ΟÎΟΜΑτος ως Ï€ÏοκαθοÏισμÎνου παÏαλήπτη" -#: scd/scdaemon.c:152 +#: scd/scdaemon.c:153 #, fuzzy msgid "|NAME|use NAME as PC/SC driver" msgstr "|ΟÎΟΜΑ|χÏήση του ΟÎΟΜΑτος ως Ï€ÏοκαθοÏισμÎνου παÏαλήπτη" -#: scd/scdaemon.c:156 +#: scd/scdaemon.c:157 #, fuzzy msgid "do not use the internal CCID driver" msgstr "μη χÏήση τεÏματικοÏ" -#: scd/scdaemon.c:162 +#: scd/scdaemon.c:163 msgid "|N|disconnect the card after N seconds of inactivity" msgstr "" -#: scd/scdaemon.c:165 +#: scd/scdaemon.c:166 msgid "do not use a reader's pinpad" msgstr "" -#: scd/scdaemon.c:168 +#: scd/scdaemon.c:169 msgid "use variable length input for pinpad" msgstr "" -#: scd/scdaemon.c:171 +#: scd/scdaemon.c:172 msgid "|LIST|change the application priority to LIST" msgstr "" -#: scd/scdaemon.c:179 +#: scd/scdaemon.c:180 #, fuzzy msgid "deny the use of admin card commands" msgstr "συγκÏουόμενες εντολÎÏ‚\n" -#: scd/scdaemon.c:324 +#: scd/scdaemon.c:325 #, fuzzy msgid "Usage: @SCDAEMON@ [options] (-h for help)" msgstr "ΧÏήση: gpg [επιλογÎÏ‚] [αÏχεία] (-h για βοήθεια)" -#: scd/scdaemon.c:326 +#: scd/scdaemon.c:327 msgid "" "Syntax: scdaemon [options] [command [args]]\n" "Smartcard daemon for @GNUPG@\n" msgstr "" -#: scd/scdaemon.c:807 +#: scd/scdaemon.c:819 #, c-format msgid "please use the option '--daemon' to run the program in the background\n" msgstr "" -#: scd/scdaemon.c:1183 dirmngr/dirmngr.c:2077 +#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2104 #, c-format msgid "handler for fd %d started\n" msgstr "" -#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2085 +#: scd/scdaemon.c:1207 dirmngr/dirmngr.c:2112 #, c-format msgid "handler for fd %d terminated\n" msgstr "" @@ -9086,7 +9091,7 @@ msgid "a %u bit hash is not valid for a %u bit %s key\n" msgstr "" #: sm/certcheck.c:239 sm/certcheck.c:263 dirmngr/crlcache.c:1542 -#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1363 dirmngr/validate.c:903 +#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1372 dirmngr/validate.c:903 #: dirmngr/validate.c:927 #, fuzzy, c-format msgid "out of core\n" @@ -9440,139 +9445,139 @@ msgstr "διαγÏαφή block κλειδιών απÎτυχε: %s\n" msgid "no valid recipients given\n" msgstr "(Δεν δώθηκε πεÏιγÏαφή)\n" -#: sm/gpgsm.c:224 +#: sm/gpgsm.c:226 #, fuzzy msgid "list external keys" msgstr "απεικόνιση της λίστας μυστικών κλειδιών" -#: sm/gpgsm.c:226 +#: sm/gpgsm.c:228 #, fuzzy msgid "list certificate chain" msgstr "κακό πιστοποιητικό" -#: sm/gpgsm.c:234 +#: sm/gpgsm.c:236 #, fuzzy msgid "import certificates" msgstr "κακό πιστοποιητικό" -#: sm/gpgsm.c:235 +#: sm/gpgsm.c:237 #, fuzzy msgid "export certificates" msgstr "κακό πιστοποιητικό" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:245 msgid "register a smartcard" msgstr "" -#: sm/gpgsm.c:246 +#: sm/gpgsm.c:248 msgid "pass a command to the dirmngr" msgstr "" -#: sm/gpgsm.c:248 +#: sm/gpgsm.c:250 msgid "invoke gpg-protect-tool" msgstr "" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:270 msgid "don't use the terminal at all" msgstr "μη χÏήση τεÏματικοÏ" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "|N|number of certificates to include" msgstr "" -#: sm/gpgsm.c:296 +#: sm/gpgsm.c:299 msgid "|FILE|take policy information from FILE" msgstr "" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "assume input is in PEM format" msgstr "" -#: sm/gpgsm.c:312 +#: sm/gpgsm.c:315 msgid "assume input is in base-64 format" msgstr "" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "assume input is in binary format" msgstr "" -#: sm/gpgsm.c:323 +#: sm/gpgsm.c:326 #, fuzzy msgid "create base-64 encoded output" msgstr "δημιουÏγία ascii θωÏακισμÎνης εξόδου" -#: sm/gpgsm.c:335 +#: sm/gpgsm.c:338 #, fuzzy msgid "|USER-ID|use USER-ID as default secret key" msgstr "|ΟÎΟΜΑ|χÏήση ΟÎΟΜΑτος σαν Ï€ÏοκαθοÏισμÎνο μυστικό κλειδί" -#: sm/gpgsm.c:346 +#: sm/gpgsm.c:349 #, fuzzy msgid "|FILE|add keyring to the list of keyrings" msgstr "Ï€Ïοσθήκη Î±Ï…Ï„Î¿Ï Ï„Î¿Ï… ÎºÎ»ÎµÎ¹Î´Î¹Î¿Ï ÏƒÏ„Î· λίστα των κλειδοθηκών" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 #, fuzzy msgid "|SPEC|use this keyserver to lookup keys" msgstr "|ΔΙΑΚΟΜΙΣΤΗΣ|χÏήση Î±Ï…Ï„Î¿Ï Ï„Î¿Ï… διακομιστή κλειδιών για αναζήτηση" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "fetch missing issuer certificates" msgstr "" -#: sm/gpgsm.c:361 +#: sm/gpgsm.c:364 #, fuzzy msgid "|NAME|use encoding NAME for PKCS#12 passphrases" msgstr "|ΟÎΟΜΑ|χÏήση αλγόÏιθμου κÏυπτογÏάφησης ΟÎΟΜΑ για φÏάσεις κλειδιά" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 msgid "never consult a CRL" msgstr "" -#: sm/gpgsm.c:386 +#: sm/gpgsm.c:389 msgid "do not check CRLs for root certificates" msgstr "" -#: sm/gpgsm.c:390 +#: sm/gpgsm.c:393 msgid "check validity using OCSP" msgstr "" -#: sm/gpgsm.c:392 +#: sm/gpgsm.c:395 msgid "do not check certificate policies" msgstr "" -#: sm/gpgsm.c:395 +#: sm/gpgsm.c:398 msgid "|NAME|use cipher algorithm NAME" msgstr "|ΟÎΟΜΑ|χÏήση αλγόÏιθμου κÏυπτογÏάφησης ΟÎΟΜΑ" -#: sm/gpgsm.c:397 +#: sm/gpgsm.c:400 msgid "|NAME|use message digest algorithm NAME" msgstr "|ΟÎΟΜΑ|χÏήση αλγόÏιθμου πεÏίληψης μηνÏματος ΟÎΟΜΑ " -#: sm/gpgsm.c:407 +#: sm/gpgsm.c:410 msgid "batch mode: never ask" msgstr "κατάσταση batch: να μη γίνονται εÏωτήσεις" -#: sm/gpgsm.c:409 +#: sm/gpgsm.c:412 msgid "assume yes on most questions" msgstr "απάντηση ναι στις πεÏισσότεÏες εÏωτήσεις" -#: sm/gpgsm.c:410 +#: sm/gpgsm.c:413 msgid "assume no on most questions" msgstr "απάντηση όχι στις πεÏισσότεÏες εÏωτήσεις" -#: sm/gpgsm.c:427 +#: sm/gpgsm.c:430 #, fuzzy msgid "|FILE|write an audit log to FILE" msgstr "|ΑΡΧΕΙΟ|φόÏτωμα του αÏθÏώματος επÎκτασης ΑΡΧΕΙΟ" -#: sm/gpgsm.c:612 +#: sm/gpgsm.c:615 #, fuzzy #| msgid "Usage: gpg [options] [files] (-h for help)" msgid "Usage: @GPGSM@ [options] [files] (-h for help)" msgstr "ΧÏήση: gpg [επιλογÎÏ‚] [αÏχεία] (-h για βοήθεια)" -#: sm/gpgsm.c:615 +#: sm/gpgsm.c:618 #, fuzzy msgid "" "Syntax: @GPGSM@ [options] [files]\n" @@ -9583,52 +9588,52 @@ msgstr "" "υπογÏαφή, Îλεγχος, κÏυπτογÏάφηση ή αποκÏυπτογÏάφηση\n" "η Ï€ÏοκαθοÏισμÎνη λειτουÏγία εξαÏτάται από τα δεδομÎνα εισόδου\n" -#: sm/gpgsm.c:823 +#: sm/gpgsm.c:826 #, fuzzy, c-format msgid "Note: won't be able to encrypt to '%s': %s\n" msgstr "αδυναμία σÏνδεσης στο `%s': %s\n" -#: sm/gpgsm.c:834 +#: sm/gpgsm.c:837 #, fuzzy, c-format msgid "unknown validation model '%s'\n" msgstr "άγνωστος Ï€ÏοκαθοÏισμÎνος παÏαλήπτης `%s'\n" -#: sm/gpgsm.c:893 dirmngr/ldapserver.c:89 +#: sm/gpgsm.c:896 dirmngr/ldapserver.c:89 #, fuzzy, c-format msgid "%s:%u: no hostname given\n" msgstr "(Δεν δώθηκε πεÏιγÏαφή)\n" -#: sm/gpgsm.c:912 dirmngr/ldapserver.c:108 +#: sm/gpgsm.c:915 dirmngr/ldapserver.c:108 #, c-format msgid "%s:%u: password given without user\n" msgstr "" -#: sm/gpgsm.c:943 dirmngr/ldapserver.c:139 +#: sm/gpgsm.c:946 dirmngr/ldapserver.c:139 #, c-format msgid "%s:%u: ignoring unknown flag '%s'\n" msgstr "" -#: sm/gpgsm.c:959 dirmngr/ldapserver.c:155 +#: sm/gpgsm.c:962 dirmngr/ldapserver.c:155 #, fuzzy, c-format msgid "%s:%u: skipping this line\n" msgstr " s = παÏάλειψη Î±Ï…Ï„Î¿Ï Ï„Î¿Ï… κλειδιοÏ\n" -#: sm/gpgsm.c:1545 +#: sm/gpgsm.c:1550 #, fuzzy, c-format msgid "could not parse keyserver\n" msgstr "αδυναμία επεξεÏγασίας του URI του διακομιση κλειδιών\n" -#: sm/gpgsm.c:1825 +#: sm/gpgsm.c:1858 #, fuzzy, c-format msgid "importing common certificates '%s'\n" msgstr "εγγÏαφή στο `%s'\n" -#: sm/gpgsm.c:1871 +#: sm/gpgsm.c:1904 #, fuzzy, c-format msgid "can't sign using '%s': %s\n" msgstr "αδυναμία κλεισίματος του `%s': %s\n" -#: sm/gpgsm.c:2231 +#: sm/gpgsm.c:2273 #, c-format msgid "invalid command (there is no implicit command)\n" msgstr "" @@ -10595,135 +10600,135 @@ msgstr "" msgid "looking up '%s'\n" msgstr "" -#: dirmngr/dirmngr.c:174 +#: dirmngr/dirmngr.c:175 msgid "list the contents of the CRL cache" msgstr "" -#: dirmngr/dirmngr.c:175 +#: dirmngr/dirmngr.c:176 #, fuzzy msgid "|FILE|load CRL from FILE into cache" msgstr "|ΑΡΧΕΙΟ|φόÏτωμα του αÏθÏώματος επÎκτασης ΑΡΧΕΙΟ" -#: dirmngr/dirmngr.c:176 +#: dirmngr/dirmngr.c:177 msgid "|URL|fetch a CRL from URL" msgstr "" -#: dirmngr/dirmngr.c:177 +#: dirmngr/dirmngr.c:178 msgid "shutdown the dirmngr" msgstr "" -#: dirmngr/dirmngr.c:178 +#: dirmngr/dirmngr.c:179 msgid "flush the cache" msgstr "" -#: dirmngr/dirmngr.c:211 +#: dirmngr/dirmngr.c:212 msgid "allow online software version check" msgstr "" -#: dirmngr/dirmngr.c:214 +#: dirmngr/dirmngr.c:215 msgid "|N|do not return more than N items in one query" msgstr "" -#: dirmngr/dirmngr.c:220 +#: dirmngr/dirmngr.c:221 msgid "Network related options" msgstr "" -#: dirmngr/dirmngr.c:222 +#: dirmngr/dirmngr.c:223 msgid "route all network traffic via Tor" msgstr "" -#: dirmngr/dirmngr.c:234 +#: dirmngr/dirmngr.c:235 msgid "Configuration for Keyservers" msgstr "" -#: dirmngr/dirmngr.c:237 +#: dirmngr/dirmngr.c:238 #, fuzzy msgid "|URL|use keyserver at URL" msgstr "αδυναμία επεξεÏγασίας του URI του διακομιση κλειδιών\n" -#: dirmngr/dirmngr.c:239 +#: dirmngr/dirmngr.c:240 msgid "|FILE|use the CA certificates in FILE for HKP over TLS" msgstr "" -#: dirmngr/dirmngr.c:241 +#: dirmngr/dirmngr.c:242 msgid "Configuration for HTTP servers" msgstr "" -#: dirmngr/dirmngr.c:243 +#: dirmngr/dirmngr.c:244 msgid "inhibit the use of HTTP" msgstr "" -#: dirmngr/dirmngr.c:245 +#: dirmngr/dirmngr.c:246 msgid "ignore HTTP CRL distribution points" msgstr "" -#: dirmngr/dirmngr.c:247 +#: dirmngr/dirmngr.c:248 msgid "|URL|redirect all HTTP requests to URL" msgstr "" -#: dirmngr/dirmngr.c:249 +#: dirmngr/dirmngr.c:250 msgid "use system's HTTP proxy setting" msgstr "" -#: dirmngr/dirmngr.c:253 +#: dirmngr/dirmngr.c:254 msgid "Configuration of LDAP servers to use" msgstr "" -#: dirmngr/dirmngr.c:255 +#: dirmngr/dirmngr.c:256 msgid "inhibit the use of LDAP" msgstr "" -#: dirmngr/dirmngr.c:257 +#: dirmngr/dirmngr.c:258 msgid "ignore LDAP CRL distribution points" msgstr "" -#: dirmngr/dirmngr.c:259 +#: dirmngr/dirmngr.c:260 msgid "|HOST|use HOST for LDAP queries" msgstr "" -#: dirmngr/dirmngr.c:261 +#: dirmngr/dirmngr.c:262 msgid "do not use fallback hosts with --ldap-proxy" msgstr "" -#: dirmngr/dirmngr.c:263 +#: dirmngr/dirmngr.c:264 #, fuzzy msgid "|FILE|read LDAP server list from FILE" msgstr "|ΑΡΧΕΙΟ|φόÏτωμα του αÏθÏώματος επÎκτασης ΑΡΧΕΙΟ" -#: dirmngr/dirmngr.c:265 +#: dirmngr/dirmngr.c:266 msgid "add new servers discovered in CRL distribution points to serverlist" msgstr "" -#: dirmngr/dirmngr.c:268 dirmngr/dirmngr_ldap.c:104 +#: dirmngr/dirmngr.c:269 dirmngr/dirmngr_ldap.c:104 msgid "|N|set LDAP timeout to N seconds" msgstr "" -#: dirmngr/dirmngr.c:271 +#: dirmngr/dirmngr.c:272 msgid "Configuration for OCSP" msgstr "" -#: dirmngr/dirmngr.c:273 +#: dirmngr/dirmngr.c:274 msgid "allow sending OCSP requests" msgstr "" -#: dirmngr/dirmngr.c:275 +#: dirmngr/dirmngr.c:276 msgid "ignore certificate contained OCSP service URLs" msgstr "" -#: dirmngr/dirmngr.c:277 +#: dirmngr/dirmngr.c:278 #, fuzzy msgid "|URL|use OCSP responder at URL" msgstr "αδυναμία επεξεÏγασίας του URI του διακομιση κλειδιών\n" -#: dirmngr/dirmngr.c:279 +#: dirmngr/dirmngr.c:280 msgid "|FPR|OCSP response signed by FPR" msgstr "" -#: dirmngr/dirmngr.c:287 +#: dirmngr/dirmngr.c:288 msgid "force loading of outdated CRLs" msgstr "" -#: dirmngr/dirmngr.c:298 +#: dirmngr/dirmngr.c:299 #, fuzzy #| msgid "" #| "@\n" @@ -10736,95 +10741,95 @@ msgstr "" "@\n" "(δείτε τη σελίδα man για μια πλήÏη λίστα εντολών και επιλογών)\n" -#: dirmngr/dirmngr.c:440 +#: dirmngr/dirmngr.c:441 #, fuzzy msgid "Usage: @DIRMNGR@ [options] (-h for help)" msgstr "ΧÏήση: gpg [επιλογÎÏ‚] [αÏχεία] (-h για βοήθεια)" -#: dirmngr/dirmngr.c:442 +#: dirmngr/dirmngr.c:443 msgid "" "Syntax: @DIRMNGR@ [options] [command [args]]\n" "Keyserver, CRL, and OCSP access for @GNUPG@\n" msgstr "" -#: dirmngr/dirmngr.c:522 +#: dirmngr/dirmngr.c:523 #, c-format msgid "valid debug levels are: %s\n" msgstr "" -#: dirmngr/dirmngr.c:608 tools/gpgconf.c:667 tools/gpgconf.c:702 +#: dirmngr/dirmngr.c:609 tools/gpgconf.c:667 tools/gpgconf.c:702 #: tools/gpgconf.c:802 #, fuzzy, c-format msgid "usage: %s [options] " msgstr "χÏήση: gpg [επιλογÎÏ‚] " -#: dirmngr/dirmngr.c:1251 +#: dirmngr/dirmngr.c:1260 #, fuzzy, c-format #| msgid "%s not allowed with %s!\n" msgid "colons are not allowed in the socket name\n" msgstr "το %s δεν επιτÏÎπεται με το %s!\n" -#: dirmngr/dirmngr.c:1486 dirmngr/server.c:1824 +#: dirmngr/dirmngr.c:1495 dirmngr/server.c:1824 #, fuzzy, c-format msgid "fetching CRL from '%s' failed: %s\n" msgstr "θωÏάκιση απÎτυχε: %s\n" -#: dirmngr/dirmngr.c:1492 dirmngr/server.c:1830 +#: dirmngr/dirmngr.c:1501 dirmngr/server.c:1830 #, fuzzy, c-format msgid "processing CRL from '%s' failed: %s\n" msgstr "θωÏάκιση απÎτυχε: %s\n" -#: dirmngr/dirmngr.c:1634 +#: dirmngr/dirmngr.c:1643 #, fuzzy, c-format msgid "%s:%u: line too long - skipped\n" msgstr "η γÏαμμή είναι Ï€Î¿Î»Ï Î¼ÎµÎ³Î¬Î»Î·\n" -#: dirmngr/dirmngr.c:1689 dirmngr/dirmngr.c:1773 +#: dirmngr/dirmngr.c:1698 dirmngr/dirmngr.c:1782 #, fuzzy, c-format msgid "%s:%u: invalid fingerprint detected\n" msgstr "σφάλμα: μη ÎγκυÏο αποτÏπωμα\n" -#: dirmngr/dirmngr.c:1725 dirmngr/dirmngr.c:1751 tools/gpgconf-comp.c:3534 +#: dirmngr/dirmngr.c:1734 dirmngr/dirmngr.c:1760 tools/gpgconf-comp.c:3539 #, fuzzy, c-format msgid "%s:%u: read error: %s\n" msgstr "σφάλμα ανάγνωσης: %s\n" -#: dirmngr/dirmngr.c:1780 +#: dirmngr/dirmngr.c:1789 #, c-format msgid "%s:%u: garbage at end of line ignored\n" msgstr "" -#: dirmngr/dirmngr.c:1849 +#: dirmngr/dirmngr.c:1876 #, c-format msgid "SIGHUP received - re-reading configuration and flushing caches\n" msgstr "" -#: dirmngr/dirmngr.c:1890 +#: dirmngr/dirmngr.c:1917 #, c-format msgid "SIGUSR2 received - no action defined\n" msgstr "" -#: dirmngr/dirmngr.c:1895 +#: dirmngr/dirmngr.c:1922 #, c-format msgid "SIGTERM received - shutting down ...\n" msgstr "" -#: dirmngr/dirmngr.c:1897 +#: dirmngr/dirmngr.c:1924 #, c-format msgid "SIGTERM received - still %d active connections\n" msgstr "" -#: dirmngr/dirmngr.c:1902 +#: dirmngr/dirmngr.c:1929 #, fuzzy, c-format msgid "shutdown forced\n" msgstr "μη επεξεÏγασμÎνο" -#: dirmngr/dirmngr.c:1910 +#: dirmngr/dirmngr.c:1937 #, c-format msgid "SIGINT received - immediate shutdown\n" msgstr "" -#: dirmngr/dirmngr.c:1917 +#: dirmngr/dirmngr.c:1944 #, c-format msgid "signal %d received - no action defined\n" msgstr "" @@ -11291,7 +11296,7 @@ msgid "serialno missing in cert ID" msgstr "" #: dirmngr/server.c:1387 dirmngr/server.c:1473 dirmngr/server.c:1909 -#: dirmngr/server.c:1980 dirmngr/server.c:2552 dirmngr/server.c:2567 +#: dirmngr/server.c:1980 dirmngr/server.c:2556 dirmngr/server.c:2571 #, fuzzy, c-format msgid "assuan_inquire failed: %s\n" msgstr "η υπογÏαφή απÎτυχε: %s\n" @@ -11321,33 +11326,33 @@ msgstr "διαγÏαφή block κλειδιών απÎτυχε: %s\n" msgid "max_replies %d exceeded\n" msgstr "" -#: dirmngr/server.c:2856 +#: dirmngr/server.c:2860 #, fuzzy, c-format msgid "can't allocate control structure: %s\n" msgstr "αδυναμία δημιουÏγίας του `%s': %s\n" -#: dirmngr/server.c:2867 +#: dirmngr/server.c:2871 #, fuzzy, c-format msgid "failed to allocate assuan context: %s\n" msgstr "%s: αδυναμία δημιουÏγίας hashtable: %s\n" -#: dirmngr/server.c:2888 +#: dirmngr/server.c:2892 #, fuzzy, c-format #| msgid "failed to initialize the TrustDB: %s\n" msgid "failed to initialize the server: %s\n" msgstr "αποτυχία αÏχικοποίησης της TrustDB: %s\n" -#: dirmngr/server.c:2896 +#: dirmngr/server.c:2900 #, fuzzy, c-format msgid "failed to the register commands with Assuan: %s\n" msgstr "αποτυχία επαναδόμησης της cache κλειδοθήκης: %s\n" -#: dirmngr/server.c:2929 +#: dirmngr/server.c:2933 #, c-format msgid "Assuan accept problem: %s\n" msgstr "" -#: dirmngr/server.c:2948 +#: dirmngr/server.c:2952 #, fuzzy, c-format #| msgid "signing failed: %s\n" msgid "Assuan processing failed: %s\n" @@ -11496,73 +11501,73 @@ msgstr "ο gpg-agent δεν είναι διαθÎσιμος σε αυτή τη Ï msgid "error sending standard options: %s\n" msgstr "σφάλμα στη αποστολή Ï€Ïος το `%s': %s\n" -#: tools/gpgconf-comp.c:647 +#: tools/gpgconf-comp.c:649 msgid "OpenPGP" msgstr "" -#: tools/gpgconf-comp.c:651 +#: tools/gpgconf-comp.c:653 msgid "S/MIME" msgstr "" -#: tools/gpgconf-comp.c:655 +#: tools/gpgconf-comp.c:657 #, fuzzy msgid "Public Keys" msgstr "δημόσιο κλειδί είναι %08lX\n" -#: tools/gpgconf-comp.c:659 +#: tools/gpgconf-comp.c:661 msgid "Private Keys" msgstr "" -#: tools/gpgconf-comp.c:663 +#: tools/gpgconf-comp.c:665 msgid "Smartcards" msgstr "" -#: tools/gpgconf-comp.c:667 +#: tools/gpgconf-comp.c:669 msgid "TPM" msgstr "" -#: tools/gpgconf-comp.c:671 +#: tools/gpgconf-comp.c:673 #, fuzzy #| msgid "network error" msgid "Network" msgstr "σφάλμα δικτÏου" -#: tools/gpgconf-comp.c:675 +#: tools/gpgconf-comp.c:677 #, fuzzy msgid "Passphrase Entry" msgstr "κακή φÏάση κλειδί" -#: tools/gpgconf-comp.c:939 +#: tools/gpgconf-comp.c:941 #, fuzzy msgid "Component not suitable for launching" msgstr "δεν βÏÎθηκε το δημόσιο κλειδί" -#: tools/gpgconf-comp.c:945 +#: tools/gpgconf-comp.c:947 #, c-format msgid "Configuration file of component %s is broken\n" msgstr "" -#: tools/gpgconf-comp.c:948 +#: tools/gpgconf-comp.c:950 #, fuzzy, c-format #| msgid "Please use the command \"toggle\" first.\n" msgid "Note: Use the command \"%s%s\" to get details.\n" msgstr "ΠαÏακαλώ χÏησιμοποιείστε την εντολή \"toggle\" Ï€Ïώτα.\n" -#: tools/gpgconf-comp.c:2811 +#: tools/gpgconf-comp.c:2816 #, c-format msgid "External verification of component %s failed" msgstr "" -#: tools/gpgconf-comp.c:2941 +#: tools/gpgconf-comp.c:2946 msgid "Note that group specifications are ignored\n" msgstr "" -#: tools/gpgconf-comp.c:3538 +#: tools/gpgconf-comp.c:3543 #, fuzzy, c-format msgid "error closing '%s'\n" msgstr "σφάλμα κατά την ανάγνωση του `%s': %s\n" -#: tools/gpgconf-comp.c:3540 +#: tools/gpgconf-comp.c:3545 #, fuzzy, c-format msgid "error parsing '%s'\n" msgstr "σφάλμα κατά την ανάγνωση του `%s': %s\n" @@ -11671,84 +11676,84 @@ msgid "" "Check a passphrase given on stdin against the patternfile\n" msgstr "" -#: tools/gpg-card.c:2389 +#: tools/gpg-card.c:2390 #, fuzzy, c-format msgid "Note: key %s is already stored on the card!\n" msgstr "παÏαλείφθηκε: μυστικό κλειδί ήδη παÏών\n" -#: tools/gpg-card.c:2392 +#: tools/gpg-card.c:2393 #, fuzzy, c-format msgid "Note: Keys are already stored on the card!\n" msgstr "παÏαλείφθηκε: μυστικό κλειδί ήδη παÏών\n" -#: tools/gpg-card.c:2395 +#: tools/gpg-card.c:2396 #, c-format msgid "Replace existing key %s ? (y/N) " msgstr "" -#: tools/gpg-card.c:2548 tools/gpg-card.c:2711 tools/gpg-card.c:2934 -#: tools/gpg-card.c:3043 +#: tools/gpg-card.c:2549 tools/gpg-card.c:2712 tools/gpg-card.c:2935 +#: tools/gpg-card.c:3044 #, c-format msgid "%s card no. %s detected\n" msgstr "" -#: tools/gpg-card.c:3395 +#: tools/gpg-card.c:3396 #, c-format msgid "User Interaction Flag is set to \"%s\" - can't change\n" msgstr "" -#: tools/gpg-card.c:3405 tools/gpg-card.c:3419 +#: tools/gpg-card.c:3406 tools/gpg-card.c:3420 #, c-format msgid "" "Warning: Setting the User Interaction Flag to \"%s\"\n" " can only be reverted using a factory reset!\n" msgstr "" -#: tools/gpg-card.c:3422 +#: tools/gpg-card.c:3423 #, c-format msgid "Please use \"uif --yes %d %s\"\n" msgstr "" -#: tools/gpg-card.c:3668 +#: tools/gpg-card.c:3669 #, fuzzy msgid "authenticate to the card" msgstr "Πιστοποιητικό ανάκλησης δημιουÏγήθηκε.\n" -#: tools/gpg-card.c:3670 +#: tools/gpg-card.c:3671 msgid "send a reset to the card daemon" msgstr "" -#: tools/gpg-card.c:3672 +#: tools/gpg-card.c:3673 #, fuzzy #| msgid "|NAME|use NAME as default recipient" msgid "setup KDF for PIN authentication" msgstr "|ΟÎΟΜΑ|χÏήση του ΟÎΟΜΑτος ως Ï€ÏοκαθοÏισμÎνου παÏαλήπτη" -#: tools/gpg-card.c:3674 +#: tools/gpg-card.c:3675 #, fuzzy #| msgid "change the expire date" msgid "change a private data object" msgstr "αλλαγή της ημεÏομηνίας λήξης" -#: tools/gpg-card.c:3675 +#: tools/gpg-card.c:3676 #, fuzzy msgid "read a certificate from a data object" msgstr "Πιστοποιητικό ανάκλησης δημιουÏγήθηκε.\n" -#: tools/gpg-card.c:3676 +#: tools/gpg-card.c:3677 #, fuzzy msgid "store a certificate to a data object" msgstr "Πιστοποιητικό ανάκλησης δημιουÏγήθηκε.\n" -#: tools/gpg-card.c:3677 +#: tools/gpg-card.c:3678 msgid "store a private key to a data object" msgstr "" -#: tools/gpg-card.c:3678 +#: tools/gpg-card.c:3679 msgid "Yubikey management commands" msgstr "" -#: tools/gpg-card.c:3680 +#: tools/gpg-card.c:3681 msgid "manage the command history" msgstr "" diff --git a/po/en@boldquot.gmo b/po/en@boldquot.gmo Binary files differindex 4dde19d..8ca958f 100644 --- a/po/en@boldquot.gmo +++ b/po/en@boldquot.gmo diff --git a/po/en@boldquot.po b/po/en@boldquot.po index be88b40..e8d24aa 100644 --- a/po/en@boldquot.po +++ b/po/en@boldquot.po @@ -30,10 +30,10 @@ # msgid "" msgstr "" -"Project-Id-Version: GNU gnupg 2.3.0\n" +"Project-Id-Version: GNU gnupg 2.3.1\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2021-04-07 19:24+0200\n" -"PO-Revision-Date: 2021-04-07 19:24+0200\n" +"POT-Creation-Date: 2021-04-20 12:38+0200\n" +"PO-Revision-Date: 2021-04-20 12:38+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: en\n" @@ -230,24 +230,24 @@ msgid "ssh keys greater than %d bits are not supported\n" msgstr "ssh keys greater than %d bits are not supported\n" #: agent/command-ssh.c:872 common/dotlock.c:852 g10/card-util.c:953 -#: g10/export.c:1329 g10/gpg.c:1430 g10/keygen.c:5327 g10/keyring.c:1319 +#: g10/export.c:1329 g10/gpg.c:1431 g10/keygen.c:5347 g10/keyring.c:1319 #: g10/keyring.c:1632 g10/openfile.c:293 g10/photoid.c:531 g10/photoid.c:549 -#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:478 +#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:479 #, c-format msgid "can't create '%s': %s\n" msgstr "can't create '%s': %s\n" #: agent/command-ssh.c:884 common/helpfile.c:57 g10/card-util.c:910 #: g10/dearmor.c:59 g10/dearmor.c:106 g10/decrypt.c:65 g10/decrypt.c:136 -#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1431 -#: g10/import.c:359 g10/import.c:546 g10/import.c:781 g10/keygen.c:4302 +#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1432 +#: g10/import.c:371 g10/import.c:558 g10/import.c:793 g10/keygen.c:4322 #: g10/keyring.c:1658 g10/openfile.c:197 g10/openfile.c:211 g10/plaintext.c:128 #: g10/plaintext.c:610 g10/sign.c:1086 g10/sign.c:1311 g10/sign.c:1424 #: g10/sign.c:1596 g10/tdbdump.c:143 g10/tdbdump.c:151 g10/tdbio.c:758 -#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2338 -#: sm/gpgsm.c:2368 sm/gpgsm.c:2406 sm/qualified.c:65 dirmngr/certcache.c:396 -#: dirmngr/certcache.c:476 dirmngr/certcache.c:478 dirmngr/crlcache.c:2588 -#: dirmngr/dirmngr.c:1711 tools/gpg-card.c:407 +#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2380 +#: sm/gpgsm.c:2410 sm/gpgsm.c:2448 sm/keylist.c:1737 sm/qualified.c:65 +#: dirmngr/certcache.c:396 dirmngr/certcache.c:476 dirmngr/certcache.c:478 +#: dirmngr/crlcache.c:2588 dirmngr/dirmngr.c:1720 tools/gpg-card.c:408 #, c-format msgid "can't open '%s': %s\n" msgstr "can't open '%s': %s\n" @@ -426,210 +426,210 @@ msgstr "Please enter the passphrase to%0Aprotect your new key" msgid "Please enter the new passphrase" msgstr "Please enter the new passphrase" -#: agent/gpg-agent.c:161 scd/scdaemon.c:114 dirmngr/dirmngr.c:181 +#: agent/gpg-agent.c:162 scd/scdaemon.c:115 dirmngr/dirmngr.c:182 msgid "Options used for startup" msgstr "Options used for startup" -#: agent/gpg-agent.c:163 scd/scdaemon.c:119 dirmngr/dirmngr.c:170 +#: agent/gpg-agent.c:164 scd/scdaemon.c:120 dirmngr/dirmngr.c:171 msgid "run in daemon mode (background)" msgstr "run in daemon mode (background)" -#: agent/gpg-agent.c:164 scd/scdaemon.c:116 dirmngr/dirmngr.c:169 +#: agent/gpg-agent.c:165 scd/scdaemon.c:117 dirmngr/dirmngr.c:170 msgid "run in server mode (foreground)" msgstr "run in server mode (foreground)" -#: agent/gpg-agent.c:166 dirmngr/dirmngr.c:172 +#: agent/gpg-agent.c:167 dirmngr/dirmngr.c:173 msgid "run in supervised mode" msgstr "run in supervised mode" -#: agent/gpg-agent.c:168 scd/scdaemon.c:120 dirmngr/dirmngr.c:183 +#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 msgid "do not detach from the console" msgstr "do not detach from the console" -#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 +#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 msgid "sh-style command output" msgstr "sh-style command output" -#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 +#: agent/gpg-agent.c:171 scd/scdaemon.c:123 dirmngr/dirmngr.c:186 msgid "csh-style command output" msgstr "csh-style command output" -#: agent/gpg-agent.c:178 g10/gpg.c:588 scd/scdaemon.c:124 sm/gpgsm.c:419 -#: dirmngr/dirmngr.c:187 +#: agent/gpg-agent.c:179 g10/gpg.c:589 scd/scdaemon.c:125 sm/gpgsm.c:422 +#: dirmngr/dirmngr.c:188 msgid "|FILE|read options from FILE" msgstr "|FILE|read options from FILE" -#: agent/gpg-agent.c:182 g10/gpg.c:573 scd/scdaemon.c:128 sm/gpgsm.c:262 -#: dirmngr/dirmngr.c:191 +#: agent/gpg-agent.c:183 g10/gpg.c:574 scd/scdaemon.c:129 sm/gpgsm.c:265 +#: dirmngr/dirmngr.c:192 msgid "Options controlling the diagnostic output" msgstr "Options controlling the diagnostic output" -#: agent/gpg-agent.c:184 g10/gpg.c:575 g10/gpgv.c:78 kbx/kbxutil.c:89 -#: scd/scdaemon.c:130 sm/gpgsm.c:264 dirmngr/dirmngr-client.c:69 -#: dirmngr/dirmngr.c:193 dirmngr/dirmngr_ldap.c:102 +#: agent/gpg-agent.c:185 g10/gpg.c:576 g10/gpgv.c:78 kbx/kbxutil.c:89 +#: scd/scdaemon.c:131 sm/gpgsm.c:267 dirmngr/dirmngr-client.c:69 +#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:102 #: tools/gpg-connect-agent.c:85 tools/gpgconf.c:111 msgid "verbose" msgstr "verbose" -#: agent/gpg-agent.c:185 g10/gpg.c:577 g10/gpgv.c:79 kbx/kbxutil.c:90 -#: scd/scdaemon.c:131 sm/gpgsm.c:266 dirmngr/dirmngr-client.c:70 -#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:103 +#: agent/gpg-agent.c:186 g10/gpg.c:578 g10/gpgv.c:79 kbx/kbxutil.c:90 +#: scd/scdaemon.c:132 sm/gpgsm.c:269 dirmngr/dirmngr-client.c:70 +#: dirmngr/dirmngr.c:195 dirmngr/dirmngr_ldap.c:103 msgid "be somewhat more quiet" msgstr "be somewhat more quiet" -#: agent/gpg-agent.c:193 g10/gpg.c:592 sm/gpgsm.c:280 dirmngr/dirmngr.c:204 +#: agent/gpg-agent.c:194 g10/gpg.c:593 sm/gpgsm.c:283 dirmngr/dirmngr.c:205 msgid "|FILE|write server mode logs to FILE" msgstr "|FILE|write server mode logs to FILE" -#: agent/gpg-agent.c:197 g10/gpg.c:598 scd/scdaemon.c:145 sm/gpgsm.c:287 -#: dirmngr/dirmngr.c:208 +#: agent/gpg-agent.c:198 g10/gpg.c:599 scd/scdaemon.c:146 sm/gpgsm.c:290 +#: dirmngr/dirmngr.c:209 msgid "Options controlling the configuration" msgstr "Options controlling the configuration" -#: agent/gpg-agent.c:200 +#: agent/gpg-agent.c:201 msgid "do not use the SCdaemon" msgstr "do not use the SCdaemon" -#: agent/gpg-agent.c:202 +#: agent/gpg-agent.c:203 msgid "|PGM|use PGM as the SCdaemon program" msgstr "|PGM|use PGM as the SCdaemon program" -#: agent/gpg-agent.c:204 +#: agent/gpg-agent.c:205 msgid "|PGM|use PGM as the tpm2daemon program" msgstr "|PGM|use PGM as the tpm2daemon program" -#: agent/gpg-agent.c:208 +#: agent/gpg-agent.c:209 msgid "|NAME|accept some commands via NAME" msgstr "|NAME|accept some commands via NAME" -#: agent/gpg-agent.c:212 +#: agent/gpg-agent.c:213 msgid "ignore requests to change the TTY" msgstr "ignore requests to change the TTY" -#: agent/gpg-agent.c:214 +#: agent/gpg-agent.c:215 msgid "ignore requests to change the X display" msgstr "ignore requests to change the X display" -#: agent/gpg-agent.c:215 +#: agent/gpg-agent.c:216 msgid "enable ssh support" msgstr "enable ssh support" -#: agent/gpg-agent.c:217 +#: agent/gpg-agent.c:218 msgid "|ALGO|use ALGO to show ssh fingerprints" msgstr "|ALGO|use ALGO to show ssh fingerprints" -#: agent/gpg-agent.c:220 +#: agent/gpg-agent.c:221 msgid "enable putty support" msgstr "enable putty support" -#: agent/gpg-agent.c:232 g10/gpg.c:843 scd/scdaemon.c:175 sm/gpgsm.c:379 +#: agent/gpg-agent.c:233 g10/gpg.c:844 scd/scdaemon.c:176 sm/gpgsm.c:382 msgid "Options controlling the security" msgstr "Options controlling the security" -#: agent/gpg-agent.c:235 +#: agent/gpg-agent.c:236 msgid "|N|expire cached PINs after N seconds" msgstr "|N|expire cached PINs after N seconds" -#: agent/gpg-agent.c:237 +#: agent/gpg-agent.c:238 msgid "|N|expire SSH keys after N seconds" msgstr "|N|expire SSH keys after N seconds" -#: agent/gpg-agent.c:239 +#: agent/gpg-agent.c:240 msgid "|N|set maximum PIN cache lifetime to N seconds" msgstr "|N|set maximum PIN cache lifetime to N seconds" -#: agent/gpg-agent.c:241 +#: agent/gpg-agent.c:242 msgid "|N|set maximum SSH key lifetime to N seconds" msgstr "|N|set maximum SSH key lifetime to N seconds" -#: agent/gpg-agent.c:243 +#: agent/gpg-agent.c:244 msgid "do not use the PIN cache when signing" msgstr "do not use the PIN cache when signing" -#: agent/gpg-agent.c:245 +#: agent/gpg-agent.c:246 msgid "disallow the use of an external password cache" msgstr "disallow the use of an external password cache" -#: agent/gpg-agent.c:247 +#: agent/gpg-agent.c:248 msgid "disallow clients to mark keys as \"trusted\"" msgstr "disallow clients to mark keys as “[1mtrusted[0mâ€" -#: agent/gpg-agent.c:250 +#: agent/gpg-agent.c:251 msgid "allow presetting passphrase" msgstr "allow presetting passphrase" -#: agent/gpg-agent.c:255 +#: agent/gpg-agent.c:256 msgid "Options enforcing a passphrase policy" msgstr "Options enforcing a passphrase policy" -#: agent/gpg-agent.c:258 +#: agent/gpg-agent.c:259 msgid "do not allow bypassing the passphrase policy" msgstr "do not allow bypassing the passphrase policy" -#: agent/gpg-agent.c:260 +#: agent/gpg-agent.c:261 msgid "|N|set minimal required length for new passphrases to N" msgstr "|N|set minimal required length for new passphrases to N" -#: agent/gpg-agent.c:262 +#: agent/gpg-agent.c:263 msgid "|N|require at least N non-alpha characters for a new passphrase" msgstr "|N|require at least N non-alpha characters for a new passphrase" -#: agent/gpg-agent.c:265 +#: agent/gpg-agent.c:266 msgid "|FILE|check new passphrases against pattern in FILE" msgstr "|FILE|check new passphrases against pattern in FILE" -#: agent/gpg-agent.c:267 +#: agent/gpg-agent.c:268 msgid "|N|expire the passphrase after N days" msgstr "|N|expire the passphrase after N days" -#: agent/gpg-agent.c:269 +#: agent/gpg-agent.c:270 msgid "do not allow the reuse of old passphrases" msgstr "do not allow the reuse of old passphrases" -#: agent/gpg-agent.c:272 +#: agent/gpg-agent.c:273 msgid "Options controlling the PIN-Entry" msgstr "Options controlling the PIN-Entry" -#: agent/gpg-agent.c:274 +#: agent/gpg-agent.c:275 msgid "never use the PIN-entry" msgstr "never use the PIN-entry" -#: agent/gpg-agent.c:276 +#: agent/gpg-agent.c:277 msgid "disallow caller to override the pinentry" msgstr "disallow caller to override the pinentry" -#: agent/gpg-agent.c:278 +#: agent/gpg-agent.c:279 msgid "let PIN-Entry grab keyboard and mouse" msgstr "let PIN-Entry grab keyboard and mouse" -#: agent/gpg-agent.c:281 +#: agent/gpg-agent.c:282 msgid "|PGM|use PGM as the PIN-Entry program" msgstr "|PGM|use PGM as the PIN-Entry program" -#: agent/gpg-agent.c:285 +#: agent/gpg-agent.c:286 msgid "|N|set the Pinentry timeout to N seconds" msgstr "|N|set the Pinentry timeout to N seconds" -#: agent/gpg-agent.c:287 +#: agent/gpg-agent.c:288 msgid "allow passphrase to be prompted through Emacs" msgstr "allow passphrase to be prompted through Emacs" #. TRANSLATORS: @EMAIL@ will get replaced by the actual bug #. reporting address. This is so that we can change the #. reporting address without breaking the translations. -#: agent/gpg-agent.c:550 agent/preset-passphrase.c:99 agent/protect-tool.c:154 -#: g10/gpg.c:1131 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:311 -#: sm/gpgsm.c:609 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:437 +#: agent/gpg-agent.c:551 agent/preset-passphrase.c:99 agent/protect-tool.c:154 +#: g10/gpg.c:1132 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:312 +#: sm/gpgsm.c:612 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:438 #: dirmngr/dirmngr_ldap.c:175 tools/gpg-connect-agent.c:220 tools/gpgconf.c:151 #: tools/gpg-check-pattern.c:143 msgid "Please report bugs to <@EMAIL@>.\n" msgstr "Please report bugs to <@EMAIL@>.\n" -#: agent/gpg-agent.c:559 +#: agent/gpg-agent.c:560 msgid "Usage: @GPG_AGENT@ [options] (-h for help)" msgstr "Usage: @GPG_AGENT@ [options] (-h for help)" -#: agent/gpg-agent.c:561 +#: agent/gpg-agent.c:562 msgid "" "Syntax: @GPG_AGENT@ [options] [command [args]]\n" "Secret key management for @GNUPG@\n" @@ -637,125 +637,125 @@ msgstr "" "Syntax: @GPG_AGENT@ [options] [command [args]]\n" "Secret key management for @GNUPG@\n" -#: agent/gpg-agent.c:606 g10/gpg.c:1336 scd/scdaemon.c:383 sm/gpgsm.c:757 -#: dirmngr/dirmngr.c:521 +#: agent/gpg-agent.c:607 g10/gpg.c:1337 scd/scdaemon.c:384 sm/gpgsm.c:760 +#: dirmngr/dirmngr.c:522 #, c-format msgid "invalid debug-level '%s' given\n" msgstr "invalid debug-level ‘[1m%s[0m’ given\n" -#: agent/gpg-agent.c:971 g10/gpg.c:3879 g10/gpg.c:3903 sm/gpgsm.c:1736 -#: sm/gpgsm.c:1742 +#: agent/gpg-agent.c:972 g10/gpg.c:3910 g10/gpg.c:3934 sm/gpgsm.c:1769 +#: sm/gpgsm.c:1775 #, c-format msgid "selected digest algorithm is invalid\n" msgstr "selected digest algorithm is invalid\n" -#: agent/gpg-agent.c:1195 agent/gpg-agent.c:2010 g10/gpg.c:2588 -#: scd/scdaemon.c:548 sm/gpgsm.c:1151 dirmngr/dirmngr.c:988 -#: dirmngr/dirmngr.c:1830 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:2019 common/comopt.c:93 +#: g10/gpg.c:2591 scd/scdaemon.c:549 sm/gpgsm.c:1155 dirmngr/dirmngr.c:989 +#: dirmngr/dirmngr.c:1840 #, c-format msgid "reading options from '%s'\n" msgstr "reading options from ‘[1m%s[0m’\n" -#: agent/gpg-agent.c:1327 g10/gpg.c:3830 scd/scdaemon.c:675 sm/gpgsm.c:1676 -#: dirmngr/dirmngr.c:1099 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 +#: agent/gpg-agent.c:1335 g10/gpg.c:3861 scd/scdaemon.c:687 sm/gpgsm.c:1709 +#: dirmngr/dirmngr.c:1108 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 #, c-format msgid "Note: '%s' is not considered an option\n" msgstr "Note: ‘[1m%s[0m’ is not considered an option\n" -#: agent/gpg-agent.c:2146 scd/scdaemon.c:1096 dirmngr/dirmngr.c:1258 +#: agent/gpg-agent.c:2172 scd/scdaemon.c:1108 dirmngr/dirmngr.c:1267 #, c-format msgid "can't create socket: %s\n" msgstr "can't create socket: %s\n" -#: agent/gpg-agent.c:2163 scd/scdaemon.c:1109 dirmngr/dirmngr.c:1271 +#: agent/gpg-agent.c:2189 scd/scdaemon.c:1121 dirmngr/dirmngr.c:1280 #, c-format msgid "socket name '%s' is too long\n" msgstr "socket name ‘[1m%s[0m’ is too long\n" -#: agent/gpg-agent.c:2202 +#: agent/gpg-agent.c:2228 #, c-format msgid "a gpg-agent is already running - not starting a new one\n" msgstr "a gpg-agent is already running - not starting a new one\n" -#: agent/gpg-agent.c:2213 scd/scdaemon.c:1133 dirmngr/dirmngr.c:1303 +#: agent/gpg-agent.c:2239 scd/scdaemon.c:1145 dirmngr/dirmngr.c:1312 #, c-format msgid "error getting nonce for the socket\n" msgstr "error getting nonce for the socket\n" -#: agent/gpg-agent.c:2218 scd/scdaemon.c:1136 dirmngr/dirmngr.c:1306 +#: agent/gpg-agent.c:2244 scd/scdaemon.c:1148 dirmngr/dirmngr.c:1315 #, c-format msgid "error binding socket to '%s': %s\n" msgstr "error binding socket to '%s': %s\n" -#: agent/gpg-agent.c:2229 agent/gpg-agent.c:2269 agent/gpg-agent.c:2278 -#: scd/scdaemon.c:1144 dirmngr/dirmngr.c:1315 +#: agent/gpg-agent.c:2255 agent/gpg-agent.c:2295 agent/gpg-agent.c:2304 +#: scd/scdaemon.c:1156 dirmngr/dirmngr.c:1324 #, c-format msgid "can't set permissions of '%s': %s\n" msgstr "can't set permissions of '%s': %s\n" -#: agent/gpg-agent.c:2243 scd/scdaemon.c:1156 dirmngr/dirmngr.c:1327 +#: agent/gpg-agent.c:2269 scd/scdaemon.c:1168 dirmngr/dirmngr.c:1336 #, c-format msgid "listening on socket '%s'\n" msgstr "listening on socket ‘[1m%s[0m’\n" -#: agent/gpg-agent.c:2263 agent/gpg-agent.c:2316 common/homedir.c:517 +#: agent/gpg-agent.c:2289 agent/gpg-agent.c:2342 common/homedir.c:517 #: g10/openfile.c:399 g10/photoid.c:379 #, c-format msgid "can't create directory '%s': %s\n" msgstr "can't create directory '%s': %s\n" -#: agent/gpg-agent.c:2266 agent/gpg-agent.c:2321 common/homedir.c:520 +#: agent/gpg-agent.c:2292 agent/gpg-agent.c:2347 common/homedir.c:520 #: g10/openfile.c:402 #, c-format msgid "directory '%s' created\n" msgstr "directory ‘[1m%s[0m’ created\n" -#: agent/gpg-agent.c:2327 +#: agent/gpg-agent.c:2353 #, c-format msgid "stat() failed for '%s': %s\n" msgstr "stat() failed for '%s': %s\n" -#: agent/gpg-agent.c:2331 +#: agent/gpg-agent.c:2357 #, c-format msgid "can't use '%s' as home directory\n" msgstr "can't use ‘[1m%s[0m’ as home directory\n" -#: agent/gpg-agent.c:2486 scd/scdaemon.c:1172 dirmngr/dirmngr.c:2042 +#: agent/gpg-agent.c:2512 scd/scdaemon.c:1184 dirmngr/dirmngr.c:2069 #, c-format msgid "error reading nonce on fd %d: %s\n" msgstr "error reading nonce on fd %d: %s\n" -#: agent/gpg-agent.c:2693 +#: agent/gpg-agent.c:2719 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "handler 0x%lx for fd %d started\n" -#: agent/gpg-agent.c:2698 +#: agent/gpg-agent.c:2724 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "handler 0x%lx for fd %d terminated\n" -#: agent/gpg-agent.c:2773 +#: agent/gpg-agent.c:2799 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "ssh handler 0x%lx for fd %d started\n" -#: agent/gpg-agent.c:2778 +#: agent/gpg-agent.c:2804 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "ssh handler 0x%lx for fd %d terminated\n" -#: agent/gpg-agent.c:3000 scd/scdaemon.c:1362 dirmngr/dirmngr.c:2256 +#: agent/gpg-agent.c:3026 scd/scdaemon.c:1374 dirmngr/dirmngr.c:2283 #, c-format msgid "npth_pselect failed: %s - waiting 1s\n" msgstr "npth_pselect failed: %s - waiting 1s\n" -#: agent/gpg-agent.c:3088 scd/scdaemon.c:1427 +#: agent/gpg-agent.c:3114 scd/scdaemon.c:1439 #, c-format msgid "%s %s stopped\n" msgstr "%s %s stopped\n" -#: agent/gpg-agent.c:3226 common/simple-pwquery.c:247 g10/call-agent.c:260 +#: agent/gpg-agent.c:3252 common/simple-pwquery.c:247 g10/call-agent.c:260 #: sm/call-agent.c:131 tools/gpg-connect-agent.c:2319 tools/card-call-scd.c:311 #, c-format msgid "no gpg-agent running in this session\n" @@ -781,8 +781,8 @@ msgstr "" "Syntax: gpg-preset-passphrase [options] KEYGRIP\n" "Password cache maintenance\n" -#: agent/protect-tool.c:107 g10/gpg.c:447 kbx/kbxutil.c:72 sm/gpgsm.c:213 -#: dirmngr/dirmngr.c:167 tools/gpgconf.c:81 +#: agent/protect-tool.c:107 g10/gpg.c:448 kbx/kbxutil.c:72 sm/gpgsm.c:215 +#: dirmngr/dirmngr.c:168 tools/gpgconf.c:81 msgid "" "@Commands:\n" " " @@ -1038,7 +1038,7 @@ msgid "error creating a stream for a pipe: %s\n" msgstr "error creating a stream for a pipe: %s\n" #: common/exechelp-posix.c:505 common/exechelp-posix.c:580 -#: common/exechelp-posix.c:861 dirmngr/dirmngr.c:1345 +#: common/exechelp-posix.c:866 dirmngr/dirmngr.c:1354 #, c-format msgid "error forking process: %s\n" msgstr "error forking process: %s\n" @@ -1048,23 +1048,23 @@ msgstr "error forking process: %s\n" msgid "waiting for process %d to terminate failed: %s\n" msgstr "waiting for process %d to terminate failed: %s\n" -#: common/exechelp-posix.c:688 common/exechelp-posix.c:804 +#: common/exechelp-posix.c:688 common/exechelp-posix.c:809 #, c-format msgid "error running '%s': probably not installed\n" msgstr "error running '%s': probably not installed\n" -#: common/exechelp-posix.c:694 common/exechelp-posix.c:811 +#: common/exechelp-posix.c:694 common/exechelp-posix.c:816 #: common/exechelp-w32.c:839 common/exechelp-w32ce.c:782 #, c-format msgid "error running '%s': exit status %d\n" msgstr "error running '%s': exit status %d\n" -#: common/exechelp-posix.c:702 common/exechelp-posix.c:819 +#: common/exechelp-posix.c:702 common/exechelp-posix.c:824 #, c-format msgid "error running '%s': terminated\n" msgstr "error running '%s': terminated\n" -#: common/exechelp-posix.c:760 common/exechelp-w32.c:820 +#: common/exechelp-posix.c:765 common/exechelp-w32.c:820 #, c-format msgid "waiting for processes to terminate failed: %s\n" msgstr "waiting for processes to terminate failed: %s\n" @@ -1110,7 +1110,7 @@ msgid "renaming '%s' to '%s' failed: %s\n" msgstr "renaming ‘[1m%s[0m’ to ‘[1m%s[0m’ failed: %s\n" #. TRANSLATORS: See doc/TRANSLATE about this string. -#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3081 +#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3082 msgid "yes" msgstr "yes" @@ -1165,7 +1165,7 @@ msgid "out of core while allocating %lu bytes" msgstr "out of core while allocating %lu bytes" #: common/miscellaneous.c:115 g10/card-util.c:917 tools/no-libgcrypt.c:30 -#: tools/gpg-card.c:415 +#: tools/gpg-card.c:416 #, c-format msgid "error allocating enough memory: %s\n" msgstr "error allocating enough memory: %s\n" @@ -1235,7 +1235,7 @@ msgstr "error getting version from '%s': %s\n" msgid "server '%s' is older than us (%s < %s)" msgstr "server ‘[1m%s[0m’ is older than us (%s < %s)" -#: common/asshelp.c:737 g10/call-dirmngr.c:407 +#: common/asshelp.c:737 g10/call-dirmngr.c:408 #, c-format msgid "WARNING: %s\n" msgstr "WARNING: %s\n" @@ -1512,8 +1512,8 @@ msgstr "lock ‘[1m%s[0m’ not made: %s\n" msgid "waiting for lock %s...\n" msgstr "waiting for lock %s...\n" -#: common/init.c:191 sm/gpgsm.c:1032 dirmngr/dirmngr.c:894 -#: dirmngr/dirmngr.c:903 +#: common/init.c:191 sm/gpgsm.c:1036 dirmngr/dirmngr.c:895 +#: dirmngr/dirmngr.c:904 #, c-format msgid "%s is too old (need %s, have %s)\n" msgstr "%s is too old (need %s, have %s)\n" @@ -1680,52 +1680,52 @@ msgstr "error from TPM: %s\n" msgid "problem with the agent: %s\n" msgstr "problem with the agent: %s\n" -#: g10/call-dirmngr.c:178 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 +#: g10/call-dirmngr.c:179 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 #, c-format msgid "no dirmngr running in this session\n" msgstr "no dirmngr running in this session\n" -#: g10/call-dirmngr.c:212 +#: g10/call-dirmngr.c:213 #, c-format msgid "keyserver option \"honor-keyserver-url\" may not be used in Tor mode\n" msgstr "" "keyserver option “[1mhonor-keyserver-url[0m†may not be used in Tor mode\n" -#: g10/call-dirmngr.c:385 +#: g10/call-dirmngr.c:386 msgid "WKD uses a cached result" msgstr "WKD uses a cached result" -#: g10/call-dirmngr.c:388 +#: g10/call-dirmngr.c:389 msgid "Tor is not running" msgstr "Tor is not running" -#: g10/call-dirmngr.c:390 +#: g10/call-dirmngr.c:391 msgid "Tor is not properly configured" msgstr "Tor is not properly configured" -#: g10/call-dirmngr.c:392 +#: g10/call-dirmngr.c:393 msgid "DNS is not properly configured" msgstr "DNS is not properly configured" -#: g10/call-dirmngr.c:394 +#: g10/call-dirmngr.c:395 msgid "unacceptable HTTP redirect from server" msgstr "unacceptable HTTP redirect from server" -#: g10/call-dirmngr.c:396 +#: g10/call-dirmngr.c:397 msgid "unacceptable HTTP redirect from server was cleaned up" msgstr "unacceptable HTTP redirect from server was cleaned up" -#: g10/call-dirmngr.c:398 +#: g10/call-dirmngr.c:399 msgid "server uses an invalid certificate" msgstr "server uses an invalid certificate" -#: g10/call-dirmngr.c:405 g10/gpg.c:4568 +#: g10/call-dirmngr.c:406 g10/gpg.c:4599 #, c-format msgid "Note: %s\n" msgstr "Note: %s\n" #: g10/card-util.c:86 g10/card-util.c:369 g10/card-util.c:1924 -#: tools/gpg-card.c:3038 +#: tools/gpg-card.c:3039 #, c-format msgid "OpenPGP card not available: %s\n" msgstr "OpenPGP card not available: %s\n" @@ -1736,17 +1736,17 @@ msgid "OpenPGP card no. %s detected\n" msgstr "OpenPGP card no. %s detected\n" #: g10/card-util.c:97 g10/card-util.c:2309 g10/delkey.c:164 g10/keyedit.c:1428 -#: g10/keygen.c:4771 g10/revoke.c:214 g10/revoke.c:638 +#: g10/keygen.c:4791 g10/revoke.c:214 g10/revoke.c:638 #, c-format msgid "can't do this in batch mode\n" msgstr "can't do this in batch mode\n" -#: g10/card-util.c:105 tools/gpg-card.c:2942 +#: g10/card-util.c:105 tools/gpg-card.c:2943 #, c-format msgid "This command is only available for version 2 cards\n" msgstr "This command is only available for version 2 cards\n" -#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2947 +#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2948 #, c-format msgid "Reset Code not or not anymore available\n" msgstr "Reset Code not or not anymore available\n" @@ -1755,109 +1755,109 @@ msgstr "Reset Code not or not anymore available\n" #: g10/card-util.c:1802 g10/keyedit.c:394 g10/keyedit.c:415 g10/keyedit.c:429 #: g10/keygen.c:1991 g10/keygen.c:2165 g10/keygen.c:2385 g10/keygen.c:2685 #: sm/certreqgen-ui.c:166 sm/certreqgen-ui.c:292 sm/certreqgen-ui.c:326 -#: tools/gpg-card.c:509 +#: tools/gpg-card.c:510 msgid "Your selection? " msgstr "Your selection? " -#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:595 -#: tools/gpg-card.c:635 +#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:596 +#: tools/gpg-card.c:636 msgid "[not set]" msgstr "[not set]" -#: g10/card-util.c:558 tools/gpg-card.c:902 +#: g10/card-util.c:558 tools/gpg-card.c:903 msgid "Mr." msgstr "Mr." -#: g10/card-util.c:559 tools/gpg-card.c:903 +#: g10/card-util.c:559 tools/gpg-card.c:904 msgid "Ms." msgstr "Ms." -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 msgid "not forced" msgstr "not forced" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 msgid "forced" msgstr "forced" -#: g10/card-util.c:768 tools/gpg-card.c:1467 +#: g10/card-util.c:768 tools/gpg-card.c:1468 msgid "Error: Only plain ASCII is currently allowed.\n" msgstr "Error: Only plain ASCII is currently allowed.\n" -#: g10/card-util.c:770 tools/gpg-card.c:1469 +#: g10/card-util.c:770 tools/gpg-card.c:1470 msgid "Error: The \"<\" character may not be used.\n" msgstr "Error: The “[1m<[0m†character may not be used.\n" -#: g10/card-util.c:772 tools/gpg-card.c:1471 +#: g10/card-util.c:772 tools/gpg-card.c:1472 msgid "Error: Double spaces are not allowed.\n" msgstr "Error: Double spaces are not allowed.\n" -#: g10/card-util.c:789 tools/gpg-card.c:1504 +#: g10/card-util.c:789 tools/gpg-card.c:1505 msgid "Cardholder's surname: " msgstr "Cardholder's surname: " -#: g10/card-util.c:791 tools/gpg-card.c:1505 +#: g10/card-util.c:791 tools/gpg-card.c:1506 msgid "Cardholder's given name: " msgstr "Cardholder's given name: " -#: g10/card-util.c:809 tools/gpg-card.c:1522 +#: g10/card-util.c:809 tools/gpg-card.c:1523 #, c-format msgid "Error: Combined name too long (limit is %d characters).\n" msgstr "Error: Combined name too long (limit is %d characters).\n" -#: g10/card-util.c:830 tools/gpg-card.c:1560 +#: g10/card-util.c:830 tools/gpg-card.c:1561 msgid "URL to retrieve public key: " msgstr "URL to retrieve public key: " -#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:394 g10/import.c:744 -#: g10/import.c:803 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 -#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1657 -#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:425 +#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:406 g10/import.c:756 +#: g10/import.c:815 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 +#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1666 +#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:426 #, c-format msgid "error reading '%s': %s\n" msgstr "error reading '%s': %s\n" #: g10/card-util.c:959 g10/decrypt-data.c:498 g10/export.c:2496 -#: dirmngr/crlcache.c:925 tools/gpg-card.c:485 tools/gpg-card.c:492 +#: dirmngr/crlcache.c:925 tools/gpg-card.c:486 tools/gpg-card.c:493 #, c-format msgid "error writing '%s': %s\n" msgstr "error writing '%s': %s\n" -#: g10/card-util.c:986 tools/gpg-card.c:1649 +#: g10/card-util.c:986 tools/gpg-card.c:1650 msgid "Login data (account name): " msgstr "Login data (account name): " -#: g10/card-util.c:1024 tools/gpg-card.c:1944 +#: g10/card-util.c:1024 tools/gpg-card.c:1945 msgid "Private DO data: " msgstr "Private DO data: " -#: g10/card-util.c:1109 tools/gpg-card.c:1698 +#: g10/card-util.c:1109 tools/gpg-card.c:1699 msgid "Language preferences: " msgstr "Language preferences: " -#: g10/card-util.c:1117 tools/gpg-card.c:1709 +#: g10/card-util.c:1117 tools/gpg-card.c:1710 #, c-format msgid "Error: invalid length of preference string.\n" msgstr "Error: invalid length of preference string.\n" -#: g10/card-util.c:1126 tools/gpg-card.c:1718 +#: g10/card-util.c:1126 tools/gpg-card.c:1719 #, c-format msgid "Error: invalid characters in preference string.\n" msgstr "Error: invalid characters in preference string.\n" -#: g10/card-util.c:1148 tools/gpg-card.c:1752 +#: g10/card-util.c:1148 tools/gpg-card.c:1753 msgid "Salutation (M = Mr., F = Ms., or space): " msgstr "Salutation (M = Mr., F = Ms., or space): " -#: g10/card-util.c:1162 tools/gpg-card.c:1769 +#: g10/card-util.c:1162 tools/gpg-card.c:1770 msgid "Error: invalid response.\n" msgstr "Error: invalid response.\n" -#: g10/card-util.c:1185 tools/gpg-card.c:1834 +#: g10/card-util.c:1185 tools/gpg-card.c:1835 msgid "CA fingerprint: " msgstr "CA fingerprint: " -#: g10/card-util.c:1209 tools/gpg-card.c:1860 +#: g10/card-util.c:1209 tools/gpg-card.c:1861 #, c-format msgid "Error: invalid formatted fingerprint.\n" msgstr "Error: invalid formatted fingerprint.\n" @@ -1871,7 +1871,7 @@ msgstr "key operation not possible: %s\n" msgid "not an OpenPGP card" msgstr "not an OpenPGP card" -#: g10/card-util.c:1273 g10/keygen.c:4791 g10/keygen.c:5952 +#: g10/card-util.c:1273 g10/keygen.c:4811 g10/keygen.c:5972 #, c-format msgid "error getting current key info: %s\n" msgstr "error getting current key info: %s\n" @@ -1880,7 +1880,7 @@ msgstr "error getting current key info: %s\n" msgid "Replace existing key? (y/N) " msgstr "Replace existing key? (y/N) " -#: g10/card-util.c:1375 tools/gpg-card.c:3327 +#: g10/card-util.c:1375 tools/gpg-card.c:3328 msgid "" "Note: There is no guarantee that the card supports the requested\n" " key type or size. If the key generation does not succeed,\n" @@ -1965,13 +1965,13 @@ msgid "error getting card info: %s\n" msgstr "error getting card info: %s\n" #: g10/card-util.c:1591 g10/card-util.c:1936 g10/card-util.c:2112 -#: g10/card-util.c:2171 tools/gpg-card.c:3056 tools/gpg-card.c:3295 -#: tools/gpg-card.c:3353 +#: g10/card-util.c:2171 tools/gpg-card.c:3057 tools/gpg-card.c:3296 +#: tools/gpg-card.c:3354 #, c-format msgid "This command is not supported by this card\n" msgstr "This command is not supported by this card\n" -#: g10/card-util.c:1637 tools/gpg-card.c:2425 +#: g10/card-util.c:1637 tools/gpg-card.c:2426 msgid "Make off-card backup of encryption key? (Y/n) " msgstr "Make off-card backup of encryption key? (Y/n) " @@ -1980,11 +1980,11 @@ msgstr "Make off-card backup of encryption key? (Y/n) " msgid "Note: keys are already stored on the card!\n" msgstr "Note: keys are already stored on the card!\n" -#: g10/card-util.c:1654 tools/gpg-card.c:2397 +#: g10/card-util.c:1654 tools/gpg-card.c:2398 msgid "Replace existing keys? (y/N) " msgstr "Replace existing keys? (y/N) " -#: g10/card-util.c:1666 tools/gpg-card.c:2456 +#: g10/card-util.c:1666 tools/gpg-card.c:2457 #, c-format msgid "" "Please note that the factory settings of the PINs are\n" @@ -2020,16 +2020,16 @@ msgstr "Please select where to store the key:\n" msgid "KEYTOCARD failed: %s\n" msgstr "KEYTOCARD failed: %s\n" -#: g10/card-util.c:1941 tools/gpg-card.c:3064 +#: g10/card-util.c:1941 tools/gpg-card.c:3065 #, c-format msgid "Note: This command destroys all keys stored on the card!\n" msgstr "Note: This command destroys all keys stored on the card!\n" -#: g10/card-util.c:1944 tools/gpg-card.c:3067 tools/gpg-card.c:3408 +#: g10/card-util.c:1944 tools/gpg-card.c:3068 tools/gpg-card.c:3409 msgid "Continue? (y/N) " msgstr "Continue? (y/N) " -#: g10/card-util.c:1949 tools/gpg-card.c:3078 +#: g10/card-util.c:1949 tools/gpg-card.c:3079 msgid "Really do a factory reset? (enter \"yes\") " msgstr "Really do a factory reset? (enter “[1myes[0mâ€) " @@ -2043,7 +2043,7 @@ msgstr "error for setup KDF: %s\n" msgid "error for setup UIF: %s\n" msgstr "error for setup UIF: %s\n" -#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3648 +#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3649 msgid "quit this menu" msgstr "quit this menu" @@ -2051,63 +2051,63 @@ msgstr "quit this menu" msgid "show admin commands" msgstr "show admin commands" -#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3651 +#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3652 msgid "show this help" msgstr "show this help" -#: g10/card-util.c:2217 tools/gpg-card.c:3653 +#: g10/card-util.c:2217 tools/gpg-card.c:3654 msgid "list all available data" msgstr "list all available data" -#: g10/card-util.c:2220 tools/gpg-card.c:3655 +#: g10/card-util.c:2220 tools/gpg-card.c:3656 msgid "change card holder's name" msgstr "change card holder's name" -#: g10/card-util.c:2221 tools/gpg-card.c:3656 +#: g10/card-util.c:2221 tools/gpg-card.c:3657 msgid "change URL to retrieve key" msgstr "change URL to retrieve key" -#: g10/card-util.c:2222 tools/gpg-card.c:3657 +#: g10/card-util.c:2222 tools/gpg-card.c:3658 msgid "fetch the key specified in the card URL" msgstr "fetch the key specified in the card URL" -#: g10/card-util.c:2223 tools/gpg-card.c:3658 +#: g10/card-util.c:2223 tools/gpg-card.c:3659 msgid "change the login name" msgstr "change the login name" -#: g10/card-util.c:2224 tools/gpg-card.c:3659 +#: g10/card-util.c:2224 tools/gpg-card.c:3660 msgid "change the language preferences" msgstr "change the language preferences" -#: g10/card-util.c:2225 tools/gpg-card.c:3660 +#: g10/card-util.c:2225 tools/gpg-card.c:3661 msgid "change card holder's salutation" msgstr "change card holder's salutation" -#: g10/card-util.c:2227 tools/gpg-card.c:3662 +#: g10/card-util.c:2227 tools/gpg-card.c:3663 msgid "change a CA fingerprint" msgstr "change a CA fingerprint" -#: g10/card-util.c:2228 tools/gpg-card.c:3663 +#: g10/card-util.c:2228 tools/gpg-card.c:3664 msgid "toggle the signature force PIN flag" msgstr "toggle the signature force PIN flag" -#: g10/card-util.c:2229 tools/gpg-card.c:3664 +#: g10/card-util.c:2229 tools/gpg-card.c:3665 msgid "generate new keys" msgstr "generate new keys" -#: g10/card-util.c:2230 tools/gpg-card.c:3665 +#: g10/card-util.c:2230 tools/gpg-card.c:3666 msgid "menu to change or unblock the PIN" msgstr "menu to change or unblock the PIN" -#: g10/card-util.c:2231 tools/gpg-card.c:3666 +#: g10/card-util.c:2231 tools/gpg-card.c:3667 msgid "verify the PIN and list all data" msgstr "verify the PIN and list all data" -#: g10/card-util.c:2232 tools/gpg-card.c:3667 +#: g10/card-util.c:2232 tools/gpg-card.c:3668 msgid "unblock the PIN using a Reset Code" msgstr "unblock the PIN using a Reset Code" -#: g10/card-util.c:2233 tools/gpg-card.c:3671 +#: g10/card-util.c:2233 tools/gpg-card.c:3672 msgid "destroy all keys and data" msgstr "destroy all keys and data" @@ -2119,11 +2119,11 @@ msgstr "setup KDF for PIN authentication (on/single/off)" msgid "change the key attribute" msgstr "change the key attribute" -#: g10/card-util.c:2237 tools/gpg-card.c:3673 +#: g10/card-util.c:2237 tools/gpg-card.c:3674 msgid "change the User Interaction Flag" msgstr "change the User Interaction Flag" -#: g10/card-util.c:2361 tools/gpg-card.c:3923 +#: g10/card-util.c:2361 tools/gpg-card.c:3924 msgid "gpg/card> " msgstr "gpg/card> " @@ -2139,8 +2139,8 @@ msgstr "Admin commands are allowed\n" msgid "Admin commands are not allowed\n" msgstr "Admin commands are not allowed\n" -#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3813 -#: tools/gpg-card.c:4071 +#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3814 +#: tools/gpg-card.c:4072 #, c-format msgid "Invalid command (try \"help\")\n" msgstr "Invalid command (try “[1mhelp[0mâ€)\n" @@ -2150,21 +2150,21 @@ msgstr "Invalid command (try “[1mhelp[0mâ€)\n" msgid "--output doesn't work for this command\n" msgstr "--output doesn't work for this command\n" -#: g10/decrypt.c:247 g10/gpg.c:5262 g10/keyring.c:399 g10/keyring.c:750 +#: g10/decrypt.c:247 g10/gpg.c:5293 g10/keyring.c:399 g10/keyring.c:750 #, c-format msgid "can't open '%s'\n" msgstr "can't open ‘[1m%s[0m’\n" #: g10/delkey.c:81 g10/export.c:1934 g10/export.c:2342 g10/export.c:2463 -#: g10/getkey.c:1907 g10/gpg.c:5207 g10/keyedit.c:1450 g10/keyedit.c:2382 -#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1238 +#: g10/getkey.c:1907 g10/gpg.c:5238 g10/keyedit.c:1450 g10/keyedit.c:2382 +#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1240 #: g10/revoke.c:230 g10/tofu.c:2168 #, c-format msgid "key \"%s\" not found: %s\n" msgstr "key “[1m%s[0m†not found: %s\n" -#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4303 -#: g10/gpg.c:5216 g10/keyedit.c:2354 g10/keyserver.c:1256 g10/revoke.c:236 +#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4330 +#: g10/gpg.c:5247 g10/keyedit.c:2354 g10/keyserver.c:1258 g10/revoke.c:236 #: g10/revoke.c:665 g10/tofu.c:2176 #, c-format msgid "error reading keyblock: %s\n" @@ -2284,14 +2284,14 @@ msgstr "cipher algorithm ‘[1m%s[0m’ may not be used for encryption\n" msgid "(use option \"%s\" to override)\n" msgstr "(use option “[1m%s[0m†to override)\n" -#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4052 -#: g10/gpg.c:4099 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1760 +#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4083 +#: g10/gpg.c:4130 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1793 #, c-format msgid "cipher algorithm '%s' may not be used in %s mode\n" msgstr "cipher algorithm ‘[1m%s[0m’ may not be used in %s mode\n" -#: g10/encrypt.c:564 g10/gpg.c:4064 g10/gpg.c:4111 g10/sig-check.c:155 -#: g10/sign.c:452 sm/gpgsm.c:1770 sm/gpgsm.c:1780 sm/sign.c:596 sm/verify.c:510 +#: g10/encrypt.c:564 g10/gpg.c:4095 g10/gpg.c:4142 g10/sig-check.c:155 +#: g10/sign.c:452 sm/gpgsm.c:1803 sm/gpgsm.c:1813 sm/sign.c:596 sm/verify.c:510 #, c-format msgid "digest algorithm '%s' may not be used in %s mode\n" msgstr "digest algorithm ‘[1m%s[0m’ may not be used in %s mode\n" @@ -2387,7 +2387,7 @@ msgstr "use the GnuPG key backup format" msgid " - skipped" msgstr " - skipped" -#: g10/export.c:1333 g10/import.c:2112 g10/openfile.c:202 g10/openfile.c:296 +#: g10/export.c:1333 g10/import.c:2124 g10/openfile.c:202 g10/openfile.c:296 #: g10/sign.c:1110 g10/sign.c:1447 #, c-format msgid "writing to '%s'\n" @@ -2477,268 +2477,268 @@ msgstr "Invalid key %s made valid by --allow-non-selfsigned-uid\n" msgid "using subkey %s instead of primary key %s\n" msgstr "using subkey %s instead of primary key %s\n" -#: g10/getkey.c:4232 g10/gpg.c:2164 +#: g10/getkey.c:4259 g10/gpg.c:2167 #, c-format msgid "valid values for option '%s':\n" msgstr "valid values for option '%s':\n" -#: g10/gpg.c:449 sm/gpgsm.c:215 +#: g10/gpg.c:450 sm/gpgsm.c:217 msgid "make a signature" msgstr "make a signature" -#: g10/gpg.c:450 +#: g10/gpg.c:451 msgid "make a clear text signature" msgstr "make a clear text signature" -#: g10/gpg.c:452 sm/gpgsm.c:217 +#: g10/gpg.c:453 sm/gpgsm.c:219 msgid "make a detached signature" msgstr "make a detached signature" -#: g10/gpg.c:453 sm/gpgsm.c:218 +#: g10/gpg.c:454 sm/gpgsm.c:220 msgid "encrypt data" msgstr "encrypt data" -#: g10/gpg.c:455 +#: g10/gpg.c:456 msgid "encryption only with symmetric cipher" msgstr "encryption only with symmetric cipher" -#: g10/gpg.c:457 sm/gpgsm.c:220 +#: g10/gpg.c:458 sm/gpgsm.c:222 msgid "decrypt data (default)" msgstr "decrypt data (default)" -#: g10/gpg.c:459 sm/gpgsm.c:221 +#: g10/gpg.c:460 sm/gpgsm.c:223 msgid "verify a signature" msgstr "verify a signature" -#: g10/gpg.c:461 sm/gpgsm.c:222 +#: g10/gpg.c:462 sm/gpgsm.c:224 msgid "list keys" msgstr "list keys" -#: g10/gpg.c:463 +#: g10/gpg.c:464 msgid "list keys and signatures" msgstr "list keys and signatures" -#: g10/gpg.c:466 +#: g10/gpg.c:467 msgid "list and check key signatures" msgstr "list and check key signatures" -#: g10/gpg.c:468 sm/gpgsm.c:227 +#: g10/gpg.c:469 sm/gpgsm.c:229 msgid "list keys and fingerprints" msgstr "list keys and fingerprints" -#: g10/gpg.c:469 sm/gpgsm.c:225 +#: g10/gpg.c:470 sm/gpgsm.c:227 msgid "list secret keys" msgstr "list secret keys" -#: g10/gpg.c:471 sm/gpgsm.c:228 +#: g10/gpg.c:472 sm/gpgsm.c:230 msgid "generate a new key pair" msgstr "generate a new key pair" -#: g10/gpg.c:474 +#: g10/gpg.c:475 msgid "quickly generate a new key pair" msgstr "quickly generate a new key pair" -#: g10/gpg.c:477 +#: g10/gpg.c:478 msgid "quickly add a new user-id" msgstr "quickly add a new user-id" -#: g10/gpg.c:482 +#: g10/gpg.c:483 msgid "quickly revoke a user-id" msgstr "quickly revoke a user-id" -#: g10/gpg.c:485 +#: g10/gpg.c:486 msgid "quickly set a new expiration date" msgstr "quickly set a new expiration date" -#: g10/gpg.c:488 +#: g10/gpg.c:489 msgid "full featured key pair generation" msgstr "full featured key pair generation" -#: g10/gpg.c:491 +#: g10/gpg.c:492 msgid "generate a revocation certificate" msgstr "generate a revocation certificate" -#: g10/gpg.c:494 sm/gpgsm.c:231 +#: g10/gpg.c:495 sm/gpgsm.c:233 msgid "remove keys from the public keyring" msgstr "remove keys from the public keyring" -#: g10/gpg.c:496 +#: g10/gpg.c:497 msgid "remove keys from the secret keyring" msgstr "remove keys from the secret keyring" -#: g10/gpg.c:498 +#: g10/gpg.c:499 msgid "quickly sign a key" msgstr "quickly sign a key" -#: g10/gpg.c:500 +#: g10/gpg.c:501 msgid "quickly sign a key locally" msgstr "quickly sign a key locally" -#: g10/gpg.c:502 +#: g10/gpg.c:503 msgid "quickly revoke a key signature" msgstr "quickly revoke a key signature" -#: g10/gpg.c:503 +#: g10/gpg.c:504 msgid "sign a key" msgstr "sign a key" -#: g10/gpg.c:504 +#: g10/gpg.c:505 msgid "sign a key locally" msgstr "sign a key locally" -#: g10/gpg.c:505 +#: g10/gpg.c:506 msgid "sign or edit a key" msgstr "sign or edit a key" -#: g10/gpg.c:507 sm/gpgsm.c:249 +#: g10/gpg.c:508 sm/gpgsm.c:251 msgid "change a passphrase" msgstr "change a passphrase" -#: g10/gpg.c:511 +#: g10/gpg.c:512 msgid "export keys" msgstr "export keys" -#: g10/gpg.c:512 +#: g10/gpg.c:513 msgid "export keys to a keyserver" msgstr "export keys to a keyserver" -#: g10/gpg.c:513 +#: g10/gpg.c:514 msgid "import keys from a keyserver" msgstr "import keys from a keyserver" -#: g10/gpg.c:516 +#: g10/gpg.c:517 msgid "search for keys on a keyserver" msgstr "search for keys on a keyserver" -#: g10/gpg.c:518 +#: g10/gpg.c:519 msgid "update all keys from a keyserver" msgstr "update all keys from a keyserver" -#: g10/gpg.c:526 +#: g10/gpg.c:527 msgid "import/merge keys" msgstr "import/merge keys" -#: g10/gpg.c:529 +#: g10/gpg.c:530 msgid "print the card status" msgstr "print the card status" -#: g10/gpg.c:530 +#: g10/gpg.c:531 msgid "change data on a card" msgstr "change data on a card" -#: g10/gpg.c:532 +#: g10/gpg.c:533 msgid "change a card's PIN" msgstr "change a card's PIN" -#: g10/gpg.c:544 +#: g10/gpg.c:545 msgid "update the trust database" msgstr "update the trust database" -#: g10/gpg.c:554 +#: g10/gpg.c:555 msgid "print message digests" msgstr "print message digests" -#: g10/gpg.c:558 sm/gpgsm.c:244 +#: g10/gpg.c:559 sm/gpgsm.c:246 msgid "run in server mode" msgstr "run in server mode" -#: g10/gpg.c:560 +#: g10/gpg.c:561 msgid "|VALUE|set the TOFU policy for a key" msgstr "|VALUE|set the TOFU policy for a key" -#: g10/gpg.c:603 +#: g10/gpg.c:604 msgid "|NAME|use NAME as default secret key" msgstr "|NAME|use NAME as default secret key" -#: g10/gpg.c:605 sm/gpgsm.c:337 +#: g10/gpg.c:606 sm/gpgsm.c:340 msgid "|NAME|encrypt to user ID NAME as well" msgstr "|NAME|encrypt to user ID NAME as well" -#: g10/gpg.c:613 +#: g10/gpg.c:614 msgid "|SPEC|set up email aliases" msgstr "|SPEC|set up email aliases" -#: g10/gpg.c:625 +#: g10/gpg.c:626 msgid "use strict OpenPGP behavior" msgstr "use strict OpenPGP behavior" -#: g10/gpg.c:650 kbx/kbxutil.c:91 sm/gpgsm.c:421 tools/gpgconf.c:113 +#: g10/gpg.c:651 kbx/kbxutil.c:91 sm/gpgsm.c:424 tools/gpgconf.c:113 msgid "do not make any changes" msgstr "do not make any changes" -#: g10/gpg.c:651 +#: g10/gpg.c:652 msgid "prompt before overwriting" msgstr "prompt before overwriting" -#: g10/gpg.c:700 sm/gpgsm.c:307 +#: g10/gpg.c:701 sm/gpgsm.c:310 msgid "Options controlling the input" msgstr "Options controlling the input" -#: g10/gpg.c:718 sm/gpgsm.c:317 +#: g10/gpg.c:719 sm/gpgsm.c:320 msgid "Options controlling the output" msgstr "Options controlling the output" -#: g10/gpg.c:720 sm/gpgsm.c:319 +#: g10/gpg.c:721 sm/gpgsm.c:322 msgid "create ascii armored output" msgstr "create ascii armored output" -#: g10/gpg.c:724 g10/gpgv.c:82 sm/gpgsm.c:324 +#: g10/gpg.c:725 g10/gpgv.c:82 sm/gpgsm.c:327 msgid "|FILE|write output to FILE" msgstr "|FILE|write output to FILE" -#: g10/gpg.c:737 +#: g10/gpg.c:738 msgid "use canonical text mode" msgstr "use canonical text mode" -#: g10/gpg.c:755 +#: g10/gpg.c:756 msgid "|N|set compress level to N (0 disables)" msgstr "|N|set compress level to N (0 disables)" -#: g10/gpg.c:761 sm/gpgsm.c:354 +#: g10/gpg.c:762 sm/gpgsm.c:357 msgid "Options controlling key import and export" msgstr "Options controlling key import and export" -#: g10/gpg.c:764 +#: g10/gpg.c:765 msgid "|MECHANISMS|use MECHANISMS to locate keys by mail address" msgstr "|MECHANISMS|use MECHANISMS to locate keys by mail address" -#: g10/gpg.c:767 +#: g10/gpg.c:768 msgid "import missing key from a signature" msgstr "import missing key from a signature" -#: g10/gpg.c:772 +#: g10/gpg.c:773 msgid "include the public key in signatures" msgstr "include the public key in signatures" -#: g10/gpg.c:775 sm/gpgsm.c:357 +#: g10/gpg.c:776 sm/gpgsm.c:360 msgid "disable all access to the dirmngr" msgstr "disable all access to the dirmngr" -#: g10/gpg.c:787 sm/gpgsm.c:364 +#: g10/gpg.c:788 sm/gpgsm.c:367 msgid "Options controlling key listings" msgstr "Options controlling key listings" -#: g10/gpg.c:817 sm/gpgsm.c:329 +#: g10/gpg.c:818 sm/gpgsm.c:332 msgid "Options to specify keys" msgstr "Options to specify keys" -#: g10/gpg.c:819 sm/gpgsm.c:331 +#: g10/gpg.c:820 sm/gpgsm.c:334 msgid "|USER-ID|encrypt for USER-ID" msgstr "|USER-ID|encrypt for USER-ID" -#: g10/gpg.c:827 sm/gpgsm.c:333 +#: g10/gpg.c:828 sm/gpgsm.c:336 msgid "|USER-ID|use USER-ID to sign or decrypt" msgstr "|USER-ID|use USER-ID to sign or decrypt" -#: g10/gpg.c:875 sm/gpgsm.c:405 +#: g10/gpg.c:876 sm/gpgsm.c:408 msgid "Options for unattended use" msgstr "Options for unattended use" -#: g10/gpg.c:894 sm/gpgsm.c:417 dirmngr/dirmngr.c:285 +#: g10/gpg.c:895 sm/gpgsm.c:420 dirmngr/dirmngr.c:286 msgid "Other options" msgstr "Other options" -#: g10/gpg.c:965 sm/gpgsm.c:450 +#: g10/gpg.c:966 sm/gpgsm.c:453 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -2746,7 +2746,7 @@ msgstr "" "@\n" "(See the man page for a complete listing of all commands and options)\n" -#: g10/gpg.c:968 +#: g10/gpg.c:969 msgid "" "@\n" "Examples:\n" @@ -2766,11 +2766,11 @@ msgstr "" " --list-keys [names] show keys\n" " --fingerprint [names] show fingerprints\n" -#: g10/gpg.c:1153 +#: g10/gpg.c:1154 msgid "Usage: @GPG@ [options] [files] (-h for help)" msgstr "Usage: @GPG@ [options] [files] (-h for help)" -#: g10/gpg.c:1156 +#: g10/gpg.c:1157 msgid "" "Syntax: @GPG@ [options] [files]\n" "Sign, check, encrypt or decrypt\n" @@ -2780,7 +2780,7 @@ msgstr "" "Sign, check, encrypt or decrypt\n" "Default operation depends on the input data\n" -#: g10/gpg.c:1167 sm/gpgsm.c:633 +#: g10/gpg.c:1168 sm/gpgsm.c:636 msgid "" "\n" "Supported algorithms:\n" @@ -2788,73 +2788,73 @@ msgstr "" "\n" "Supported algorithms:\n" -#: g10/gpg.c:1170 +#: g10/gpg.c:1171 msgid "Pubkey: " msgstr "Pubkey: " -#: g10/gpg.c:1177 g10/keyedit.c:3316 +#: g10/gpg.c:1178 g10/keyedit.c:3316 msgid "Cipher: " msgstr "Cipher: " -#: g10/gpg.c:1191 +#: g10/gpg.c:1192 msgid "Hash: " msgstr "Hash: " -#: g10/gpg.c:1198 g10/keyedit.c:3382 +#: g10/gpg.c:1199 g10/keyedit.c:3382 msgid "Compression: " msgstr "Compression: " -#: g10/gpg.c:1273 sm/gpgsm.c:707 +#: g10/gpg.c:1274 sm/gpgsm.c:710 #, c-format msgid "usage: %s [options] %s\n" msgstr "usage: %s [options] %s\n" -#: g10/gpg.c:1466 sm/gpgsm.c:800 +#: g10/gpg.c:1467 sm/gpgsm.c:803 #, c-format msgid "conflicting commands\n" msgstr "conflicting commands\n" -#: g10/gpg.c:1484 +#: g10/gpg.c:1485 #, c-format msgid "no = sign found in group definition '%s'\n" msgstr "no = sign found in group definition ‘[1m%s[0m’\n" -#: g10/gpg.c:1682 +#: g10/gpg.c:1683 #, c-format msgid "WARNING: unsafe ownership on homedir '%s'\n" msgstr "WARNING: unsafe ownership on homedir ‘[1m%s[0m’\n" -#: g10/gpg.c:1685 +#: g10/gpg.c:1686 #, c-format msgid "WARNING: unsafe ownership on configuration file '%s'\n" msgstr "WARNING: unsafe ownership on configuration file ‘[1m%s[0m’\n" -#: g10/gpg.c:1688 +#: g10/gpg.c:1689 #, c-format msgid "WARNING: unsafe ownership on extension '%s'\n" msgstr "WARNING: unsafe ownership on extension ‘[1m%s[0m’\n" -#: g10/gpg.c:1694 +#: g10/gpg.c:1695 #, c-format msgid "WARNING: unsafe permissions on homedir '%s'\n" msgstr "WARNING: unsafe permissions on homedir ‘[1m%s[0m’\n" -#: g10/gpg.c:1697 +#: g10/gpg.c:1698 #, c-format msgid "WARNING: unsafe permissions on configuration file '%s'\n" msgstr "WARNING: unsafe permissions on configuration file ‘[1m%s[0m’\n" -#: g10/gpg.c:1700 +#: g10/gpg.c:1701 #, c-format msgid "WARNING: unsafe permissions on extension '%s'\n" msgstr "WARNING: unsafe permissions on extension ‘[1m%s[0m’\n" -#: g10/gpg.c:1706 +#: g10/gpg.c:1707 #, c-format msgid "WARNING: unsafe enclosing directory ownership on homedir '%s'\n" msgstr "WARNING: unsafe enclosing directory ownership on homedir ‘[1m%s[0m’\n" -#: g10/gpg.c:1709 +#: g10/gpg.c:1710 #, c-format msgid "" "WARNING: unsafe enclosing directory ownership on configuration file '%s'\n" @@ -2862,19 +2862,19 @@ msgstr "" "WARNING: unsafe enclosing directory ownership on configuration file ‘[1m" "%s[0m’\n" -#: g10/gpg.c:1712 +#: g10/gpg.c:1713 #, c-format msgid "WARNING: unsafe enclosing directory ownership on extension '%s'\n" msgstr "" "WARNING: unsafe enclosing directory ownership on extension ‘[1m%s[0m’\n" -#: g10/gpg.c:1718 +#: g10/gpg.c:1719 #, c-format msgid "WARNING: unsafe enclosing directory permissions on homedir '%s'\n" msgstr "" "WARNING: unsafe enclosing directory permissions on homedir ‘[1m%s[0m’\n" -#: g10/gpg.c:1721 +#: g10/gpg.c:1722 #, c-format msgid "" "WARNING: unsafe enclosing directory permissions on configuration file '%s'\n" @@ -2882,463 +2882,463 @@ msgstr "" "WARNING: unsafe enclosing directory permissions on configuration file ‘[1m" "%s[0m’\n" -#: g10/gpg.c:1724 +#: g10/gpg.c:1725 #, c-format msgid "WARNING: unsafe enclosing directory permissions on extension '%s'\n" msgstr "" "WARNING: unsafe enclosing directory permissions on extension ‘[1m%s[0m’\n" -#: g10/gpg.c:1940 +#: g10/gpg.c:1941 #, c-format msgid "unknown configuration item '%s'\n" msgstr "unknown configuration item ‘[1m%s[0m’\n" -#: g10/gpg.c:2034 +#: g10/gpg.c:2037 msgid "display photo IDs during key listings" msgstr "display photo IDs during key listings" -#: g10/gpg.c:2036 +#: g10/gpg.c:2039 msgid "show key usage information during key listings" msgstr "show key usage information during key listings" -#: g10/gpg.c:2038 +#: g10/gpg.c:2041 msgid "show policy URLs during signature listings" msgstr "show policy URLs during signature listings" -#: g10/gpg.c:2040 +#: g10/gpg.c:2043 msgid "show all notations during signature listings" msgstr "show all notations during signature listings" -#: g10/gpg.c:2042 +#: g10/gpg.c:2045 msgid "show IETF standard notations during signature listings" msgstr "show IETF standard notations during signature listings" -#: g10/gpg.c:2046 +#: g10/gpg.c:2049 msgid "show user-supplied notations during signature listings" msgstr "show user-supplied notations during signature listings" -#: g10/gpg.c:2048 +#: g10/gpg.c:2051 msgid "show preferred keyserver URLs during signature listings" msgstr "show preferred keyserver URLs during signature listings" -#: g10/gpg.c:2050 +#: g10/gpg.c:2053 msgid "show user ID validity during key listings" msgstr "show user ID validity during key listings" -#: g10/gpg.c:2052 +#: g10/gpg.c:2055 msgid "show revoked and expired user IDs in key listings" msgstr "show revoked and expired user IDs in key listings" -#: g10/gpg.c:2054 +#: g10/gpg.c:2057 msgid "show revoked and expired subkeys in key listings" msgstr "show revoked and expired subkeys in key listings" -#: g10/gpg.c:2056 +#: g10/gpg.c:2059 msgid "show the keyring name in key listings" msgstr "show the keyring name in key listings" -#: g10/gpg.c:2058 +#: g10/gpg.c:2061 msgid "show expiration dates during signature listings" msgstr "show expiration dates during signature listings" -#: g10/gpg.c:2175 +#: g10/gpg.c:2178 #, c-format msgid "unknown TOFU policy '%s'\n" msgstr "unknown TOFU policy ‘[1m%s[0m’\n" -#: g10/gpg.c:2177 +#: g10/gpg.c:2180 #, c-format msgid "(use \"help\" to list choices)\n" msgstr "(use “[1mhelp[0m†to list choices)\n" -#: g10/gpg.c:2972 g10/gpg.c:3797 g10/gpg.c:3809 +#: g10/gpg.c:2975 g10/gpg.c:3828 g10/gpg.c:3840 #, c-format msgid "Note: %s is not for normal use!\n" msgstr "Note: %s is not for normal use!\n" -#: g10/gpg.c:3148 g10/gpg.c:3160 +#: g10/gpg.c:3151 g10/gpg.c:3163 #, c-format msgid "'%s' is not a valid signature expiration\n" msgstr "‘[1m%s[0m’ is not a valid signature expiration\n" -#: g10/gpg.c:3182 +#: g10/gpg.c:3185 #, c-format msgid "\"%s\" is not a proper mail address\n" msgstr "“[1m%s[0m†is not a proper mail address\n" -#: g10/gpg.c:3214 sm/gpgsm.c:1265 +#: g10/gpg.c:3217 sm/gpgsm.c:1270 #, c-format msgid "invalid pinentry mode '%s'\n" msgstr "invalid pinentry mode ‘[1m%s[0m’\n" -#: g10/gpg.c:3220 sm/gpgsm.c:1271 +#: g10/gpg.c:3223 sm/gpgsm.c:1276 #, c-format msgid "invalid request origin '%s'\n" msgstr "invalid request origin ‘[1m%s[0m’\n" -#: g10/gpg.c:3277 +#: g10/gpg.c:3280 #, c-format msgid "'%s' is not a valid character set\n" msgstr "‘[1m%s[0m’ is not a valid character set\n" -#: g10/gpg.c:3299 g10/gpg.c:3508 g10/keyedit.c:5319 +#: g10/gpg.c:3302 g10/gpg.c:3511 g10/keyedit.c:5319 #, c-format msgid "could not parse keyserver URL\n" msgstr "could not parse keyserver URL\n" -#: g10/gpg.c:3317 +#: g10/gpg.c:3320 #, c-format msgid "%s:%d: invalid keyserver options\n" msgstr "%s:%d: invalid keyserver options\n" -#: g10/gpg.c:3320 +#: g10/gpg.c:3323 #, c-format msgid "invalid keyserver options\n" msgstr "invalid keyserver options\n" -#: g10/gpg.c:3327 +#: g10/gpg.c:3330 #, c-format msgid "%s:%d: invalid import options\n" msgstr "%s:%d: invalid import options\n" -#: g10/gpg.c:3330 +#: g10/gpg.c:3333 #, c-format msgid "invalid import options\n" msgstr "invalid import options\n" -#: g10/gpg.c:3336 g10/gpg.c:3351 +#: g10/gpg.c:3339 g10/gpg.c:3354 #, c-format msgid "invalid filter option: %s\n" msgstr "invalid filter option: %s\n" -#: g10/gpg.c:3342 +#: g10/gpg.c:3345 #, c-format msgid "%s:%d: invalid export options\n" msgstr "%s:%d: invalid export options\n" -#: g10/gpg.c:3345 +#: g10/gpg.c:3348 #, c-format msgid "invalid export options\n" msgstr "invalid export options\n" -#: g10/gpg.c:3357 +#: g10/gpg.c:3360 #, c-format msgid "%s:%d: invalid list options\n" msgstr "%s:%d: invalid list options\n" -#: g10/gpg.c:3360 +#: g10/gpg.c:3363 #, c-format msgid "invalid list options\n" msgstr "invalid list options\n" -#: g10/gpg.c:3368 +#: g10/gpg.c:3371 msgid "display photo IDs during signature verification" msgstr "display photo IDs during signature verification" -#: g10/gpg.c:3370 +#: g10/gpg.c:3373 msgid "show policy URLs during signature verification" msgstr "show policy URLs during signature verification" -#: g10/gpg.c:3372 +#: g10/gpg.c:3375 msgid "show all notations during signature verification" msgstr "show all notations during signature verification" -#: g10/gpg.c:3374 +#: g10/gpg.c:3377 msgid "show IETF standard notations during signature verification" msgstr "show IETF standard notations during signature verification" -#: g10/gpg.c:3378 +#: g10/gpg.c:3381 msgid "show user-supplied notations during signature verification" msgstr "show user-supplied notations during signature verification" -#: g10/gpg.c:3380 +#: g10/gpg.c:3383 msgid "show preferred keyserver URLs during signature verification" msgstr "show preferred keyserver URLs during signature verification" -#: g10/gpg.c:3382 +#: g10/gpg.c:3385 msgid "show user ID validity during signature verification" msgstr "show user ID validity during signature verification" -#: g10/gpg.c:3384 +#: g10/gpg.c:3387 msgid "show revoked and expired user IDs in signature verification" msgstr "show revoked and expired user IDs in signature verification" -#: g10/gpg.c:3386 +#: g10/gpg.c:3389 msgid "show only the primary user ID in signature verification" msgstr "show only the primary user ID in signature verification" -#: g10/gpg.c:3393 +#: g10/gpg.c:3396 #, c-format msgid "%s:%d: invalid verify options\n" msgstr "%s:%d: invalid verify options\n" -#: g10/gpg.c:3396 +#: g10/gpg.c:3399 #, c-format msgid "invalid verify options\n" msgstr "invalid verify options\n" -#: g10/gpg.c:3403 +#: g10/gpg.c:3406 #, c-format msgid "unable to set exec-path to %s\n" msgstr "unable to set exec-path to %s\n" -#: g10/gpg.c:3610 +#: g10/gpg.c:3613 #, c-format msgid "%s:%d: invalid auto-key-locate list\n" msgstr "%s:%d: invalid auto-key-locate list\n" -#: g10/gpg.c:3613 +#: g10/gpg.c:3616 #, c-format msgid "invalid auto-key-locate list\n" msgstr "invalid auto-key-locate list\n" -#: g10/gpg.c:3622 +#: g10/gpg.c:3625 #, c-format msgid "invalid argument for option \"%.50s\"\n" msgstr "invalid argument for option “[1m%.50s[0mâ€\n" -#: g10/gpg.c:3776 sm/gpgsm.c:1642 +#: g10/gpg.c:3807 sm/gpgsm.c:1675 #, c-format msgid "WARNING: program may create a core file!\n" msgstr "WARNING: program may create a core file!\n" -#: g10/gpg.c:3790 +#: g10/gpg.c:3821 #, c-format msgid "WARNING: %s overrides %s\n" msgstr "WARNING: %s overrides %s\n" -#: g10/gpg.c:3799 +#: g10/gpg.c:3830 #, c-format msgid "%s not allowed with %s!\n" msgstr "%s not allowed with %s!\n" -#: g10/gpg.c:3802 +#: g10/gpg.c:3833 #, c-format msgid "%s makes no sense with %s!\n" msgstr "%s makes no sense with %s!\n" -#: g10/gpg.c:3817 sm/gpgsm.c:1663 dirmngr/dirmngr.c:1114 +#: g10/gpg.c:3848 sm/gpgsm.c:1696 dirmngr/dirmngr.c:1123 #, c-format msgid "WARNING: running with faked system time: " msgstr "WARNING: running with faked system time: " -#: g10/gpg.c:3838 +#: g10/gpg.c:3869 #, c-format msgid "will not run with insecure memory due to %s\n" msgstr "will not run with insecure memory due to %s\n" -#: g10/gpg.c:3866 g10/gpg.c:3897 sm/gpgsm.c:1730 +#: g10/gpg.c:3897 g10/gpg.c:3928 sm/gpgsm.c:1763 #, c-format msgid "selected cipher algorithm is invalid\n" msgstr "selected cipher algorithm is invalid\n" -#: g10/gpg.c:3873 +#: g10/gpg.c:3904 #, c-format msgid "selected AEAD algorithm is invalid\n" msgstr "selected AEAD algorithm is invalid\n" -#: g10/gpg.c:3885 +#: g10/gpg.c:3916 #, c-format msgid "selected compression algorithm is invalid\n" msgstr "selected compression algorithm is invalid\n" -#: g10/gpg.c:3891 +#: g10/gpg.c:3922 #, c-format msgid "selected certification digest algorithm is invalid\n" msgstr "selected certification digest algorithm is invalid\n" -#: g10/gpg.c:3906 +#: g10/gpg.c:3937 #, c-format msgid "completes-needed must be greater than 0\n" msgstr "completes-needed must be greater than 0\n" -#: g10/gpg.c:3908 +#: g10/gpg.c:3939 #, c-format msgid "marginals-needed must be greater than 1\n" msgstr "marginals-needed must be greater than 1\n" -#: g10/gpg.c:3910 +#: g10/gpg.c:3941 #, c-format msgid "max-cert-depth must be in the range from 1 to 255\n" msgstr "max-cert-depth must be in the range from 1 to 255\n" -#: g10/gpg.c:3912 +#: g10/gpg.c:3943 #, c-format msgid "invalid default-cert-level; must be 0, 1, 2, or 3\n" msgstr "invalid default-cert-level; must be 0, 1, 2, or 3\n" -#: g10/gpg.c:3914 +#: g10/gpg.c:3945 #, c-format msgid "invalid min-cert-level; must be 1, 2, or 3\n" msgstr "invalid min-cert-level; must be 1, 2, or 3\n" -#: g10/gpg.c:3918 +#: g10/gpg.c:3949 #, c-format msgid "Note: simple S2K mode (0) is strongly discouraged\n" msgstr "Note: simple S2K mode (0) is strongly discouraged\n" -#: g10/gpg.c:3922 +#: g10/gpg.c:3953 #, c-format msgid "invalid S2K mode; must be 0, 1 or 3\n" msgstr "invalid S2K mode; must be 0, 1 or 3\n" -#: g10/gpg.c:3929 +#: g10/gpg.c:3960 #, c-format msgid "invalid default preferences\n" msgstr "invalid default preferences\n" -#: g10/gpg.c:3933 +#: g10/gpg.c:3964 #, c-format msgid "invalid personal cipher preferences\n" msgstr "invalid personal cipher preferences\n" -#: g10/gpg.c:3936 +#: g10/gpg.c:3967 #, c-format msgid "invalid personal AEAD preferences\n" msgstr "invalid personal AEAD preferences\n" -#: g10/gpg.c:3940 +#: g10/gpg.c:3971 #, c-format msgid "invalid personal digest preferences\n" msgstr "invalid personal digest preferences\n" -#: g10/gpg.c:3944 +#: g10/gpg.c:3975 #, c-format msgid "invalid personal compress preferences\n" msgstr "invalid personal compress preferences\n" -#: g10/gpg.c:3953 g10/gpg.c:3958 +#: g10/gpg.c:3984 g10/gpg.c:3989 #, c-format msgid "chunk size invalid - using %d\n" msgstr "chunk size invalid - using %d\n" -#: g10/gpg.c:3995 +#: g10/gpg.c:4026 #, c-format msgid "%s does not yet work with %s\n" msgstr "%s does not yet work with %s\n" -#: g10/gpg.c:4058 +#: g10/gpg.c:4089 #, c-format msgid "AEAD algorithm '%s' may not be used in %s mode\n" msgstr "AEAD algorithm ‘[1m%s[0m’ may not be used in %s mode\n" -#: g10/gpg.c:4070 +#: g10/gpg.c:4101 #, c-format msgid "compression algorithm '%s' may not be used in %s mode\n" msgstr "compression algorithm ‘[1m%s[0m’ may not be used in %s mode\n" -#: g10/gpg.c:4225 +#: g10/gpg.c:4256 #, c-format msgid "failed to initialize the TrustDB: %s\n" msgstr "failed to initialize the TrustDB: %s\n" -#: g10/gpg.c:4237 +#: g10/gpg.c:4268 #, c-format msgid "WARNING: recipients (-r) given without using public key encryption\n" msgstr "WARNING: recipients (-r) given without using public key encryption\n" -#: g10/gpg.c:4309 +#: g10/gpg.c:4340 #, c-format msgid "symmetric encryption of '%s' failed: %s\n" msgstr "symmetric encryption of ‘[1m%s[0m’ failed: %s\n" -#: g10/gpg.c:4338 +#: g10/gpg.c:4369 #, c-format msgid "you cannot use --symmetric --encrypt with --s2k-mode 0\n" msgstr "you cannot use --symmetric --encrypt with --s2k-mode 0\n" -#: g10/gpg.c:4341 +#: g10/gpg.c:4372 #, c-format msgid "you cannot use --symmetric --encrypt in %s mode\n" msgstr "you cannot use --symmetric --encrypt in %s mode\n" -#: g10/gpg.c:4399 +#: g10/gpg.c:4430 #, c-format msgid "you cannot use --symmetric --sign --encrypt with --s2k-mode 0\n" msgstr "you cannot use --symmetric --sign --encrypt with --s2k-mode 0\n" -#: g10/gpg.c:4402 +#: g10/gpg.c:4433 #, c-format msgid "you cannot use --symmetric --sign --encrypt in %s mode\n" msgstr "you cannot use --symmetric --sign --encrypt in %s mode\n" -#: g10/gpg.c:4790 g10/keyserver.c:1858 +#: g10/gpg.c:4821 g10/keyserver.c:1870 #, c-format msgid "keyserver send failed: %s\n" msgstr "keyserver send failed: %s\n" -#: g10/gpg.c:4795 +#: g10/gpg.c:4826 #, c-format msgid "keyserver receive failed: %s\n" msgstr "keyserver receive failed: %s\n" -#: g10/gpg.c:4801 +#: g10/gpg.c:4832 #, c-format msgid "key export failed: %s\n" msgstr "key export failed: %s\n" -#: g10/gpg.c:4814 +#: g10/gpg.c:4845 #, c-format msgid "export as ssh key failed: %s\n" msgstr "export as ssh key failed: %s\n" -#: g10/gpg.c:4826 +#: g10/gpg.c:4857 #, c-format msgid "keyserver search failed: %s\n" msgstr "keyserver search failed: %s\n" -#: g10/gpg.c:4839 +#: g10/gpg.c:4870 #, c-format msgid "keyserver refresh failed: %s\n" msgstr "keyserver refresh failed: %s\n" -#: g10/gpg.c:4906 +#: g10/gpg.c:4937 #, c-format msgid "dearmoring failed: %s\n" msgstr "dearmoring failed: %s\n" -#: g10/gpg.c:4917 +#: g10/gpg.c:4948 #, c-format msgid "enarmoring failed: %s\n" msgstr "enarmoring failed: %s\n" -#: g10/gpg.c:5022 +#: g10/gpg.c:5053 #, c-format msgid "invalid hash algorithm '%s'\n" msgstr "invalid hash algorithm ‘[1m%s[0m’\n" -#: g10/gpg.c:5174 g10/tofu.c:2156 +#: g10/gpg.c:5205 g10/tofu.c:2156 #, c-format msgid "error parsing key specification '%s': %s\n" msgstr "error parsing key specification '%s': %s\n" -#: g10/gpg.c:5185 +#: g10/gpg.c:5216 #, c-format msgid "'%s' does not appear to be a valid key ID, fingerprint or keygrip\n" msgstr "" "‘[1m%s[0m’ does not appear to be a valid key ID, fingerprint or keygrip\n" -#: g10/gpg.c:5241 +#: g10/gpg.c:5272 #, c-format msgid "WARNING: no command supplied. Trying to guess what you mean ...\n" msgstr "WARNING: no command supplied. Trying to guess what you mean ...\n" -#: g10/gpg.c:5252 +#: g10/gpg.c:5283 #, c-format msgid "Go ahead and type your message ...\n" msgstr "Go ahead and type your message ...\n" -#: g10/gpg.c:5599 +#: g10/gpg.c:5630 #, c-format msgid "the given certification policy URL is invalid\n" msgstr "the given certification policy URL is invalid\n" -#: g10/gpg.c:5601 +#: g10/gpg.c:5632 #, c-format msgid "the given signature policy URL is invalid\n" msgstr "the given signature policy URL is invalid\n" -#: g10/gpg.c:5634 +#: g10/gpg.c:5665 #, c-format msgid "the given preferred keyserver URL is invalid\n" msgstr "the given preferred keyserver URL is invalid\n" @@ -3351,7 +3351,7 @@ msgstr "|FILE|take the keys from the keyring FILE" msgid "make timestamp conflicts only a warning" msgstr "make timestamp conflicts only a warning" -#: g10/gpgv.c:86 sm/gpgsm.c:411 tools/gpgconf.c:116 tools/gpg-card.c:94 +#: g10/gpgv.c:86 sm/gpgsm.c:414 tools/gpgconf.c:116 tools/gpg-card.c:95 msgid "|FD|write status info to this FD" msgstr "|FD|write status info to this FD" @@ -3436,97 +3436,97 @@ msgstr "assume the GnuPG key backup format" msgid "repair keys on import" msgstr "repair keys on import" -#: g10/import.c:387 g10/import.c:709 +#: g10/import.c:399 g10/import.c:721 #, c-format msgid "skipping block of type %d\n" msgstr "skipping block of type %d\n" -#: g10/import.c:726 +#: g10/import.c:738 #, c-format msgid "%lu keys processed so far\n" msgstr "%lu keys processed so far\n" -#: g10/import.c:819 +#: g10/import.c:831 #, c-format msgid "Total number processed: %lu\n" msgstr "Total number processed: %lu\n" -#: g10/import.c:822 +#: g10/import.c:834 #, c-format msgid " skipped PGP-2 keys: %lu\n" msgstr " skipped PGP-2 keys: %lu\n" -#: g10/import.c:824 +#: g10/import.c:836 #, c-format msgid " skipped new keys: %lu\n" msgstr " skipped new keys: %lu\n" -#: g10/import.c:827 +#: g10/import.c:839 #, c-format msgid " w/o user IDs: %lu\n" msgstr " w/o user IDs: %lu\n" -#: g10/import.c:830 sm/import.c:129 +#: g10/import.c:842 sm/import.c:129 #, c-format msgid " imported: %lu" msgstr " imported: %lu" -#: g10/import.c:834 sm/import.c:133 +#: g10/import.c:846 sm/import.c:133 #, c-format msgid " unchanged: %lu\n" msgstr " unchanged: %lu\n" -#: g10/import.c:836 +#: g10/import.c:848 #, c-format msgid " new user IDs: %lu\n" msgstr " new user IDs: %lu\n" -#: g10/import.c:838 +#: g10/import.c:850 #, c-format msgid " new subkeys: %lu\n" msgstr " new subkeys: %lu\n" -#: g10/import.c:840 +#: g10/import.c:852 #, c-format msgid " new signatures: %lu\n" msgstr " new signatures: %lu\n" -#: g10/import.c:842 +#: g10/import.c:854 #, c-format msgid " new key revocations: %lu\n" msgstr " new key revocations: %lu\n" -#: g10/import.c:844 sm/import.c:135 +#: g10/import.c:856 sm/import.c:135 #, c-format msgid " secret keys read: %lu\n" msgstr " secret keys read: %lu\n" -#: g10/import.c:846 sm/import.c:137 +#: g10/import.c:858 sm/import.c:137 #, c-format msgid " secret keys imported: %lu\n" msgstr " secret keys imported: %lu\n" -#: g10/import.c:848 sm/import.c:139 +#: g10/import.c:860 sm/import.c:139 #, c-format msgid " secret keys unchanged: %lu\n" msgstr " secret keys unchanged: %lu\n" -#: g10/import.c:850 sm/import.c:141 +#: g10/import.c:862 sm/import.c:141 #, c-format msgid " not imported: %lu\n" msgstr " not imported: %lu\n" -#: g10/import.c:852 +#: g10/import.c:864 #, c-format msgid " signatures cleaned: %lu\n" msgstr " signatures cleaned: %lu\n" -#: g10/import.c:854 +#: g10/import.c:866 #, c-format msgid " user IDs cleaned: %lu\n" msgstr " user IDs cleaned: %lu\n" -#: g10/import.c:1279 +#: g10/import.c:1291 #, c-format msgid "" "WARNING: key %s contains preferences for unavailable\n" @@ -3535,172 +3535,172 @@ msgstr "" "WARNING: key %s contains preferences for unavailable\n" "algorithms on these user IDs:\n" -#: g10/import.c:1321 +#: g10/import.c:1333 #, c-format msgid " \"%s\": preference for cipher algorithm %s\n" msgstr " “[1m%s[0mâ€: preference for cipher algorithm %s\n" -#: g10/import.c:1339 +#: g10/import.c:1351 #, c-format msgid " \"%s\": preference for AEAD algorithm %s\n" msgstr " “[1m%s[0mâ€: preference for AEAD algorithm %s\n" -#: g10/import.c:1354 +#: g10/import.c:1366 #, c-format msgid " \"%s\": preference for digest algorithm %s\n" msgstr " “[1m%s[0mâ€: preference for digest algorithm %s\n" -#: g10/import.c:1366 +#: g10/import.c:1378 #, c-format msgid " \"%s\": preference for compression algorithm %s\n" msgstr " “[1m%s[0mâ€: preference for compression algorithm %s\n" -#: g10/import.c:1379 +#: g10/import.c:1391 #, c-format msgid "it is strongly suggested that you update your preferences and\n" msgstr "it is strongly suggested that you update your preferences and\n" -#: g10/import.c:1381 +#: g10/import.c:1393 #, c-format msgid "re-distribute this key to avoid potential algorithm mismatch problems\n" msgstr "" "re-distribute this key to avoid potential algorithm mismatch problems\n" -#: g10/import.c:1406 +#: g10/import.c:1418 #, c-format msgid "you can update your preferences with: gpg --edit-key %s updpref save\n" msgstr "you can update your preferences with: gpg --edit-key %s updpref save\n" -#: g10/import.c:1920 g10/import.c:3041 +#: g10/import.c:1932 g10/import.c:3053 #, c-format msgid "key %s: no user ID\n" msgstr "key %s: no user ID\n" -#: g10/import.c:1926 +#: g10/import.c:1938 #, c-format msgid "key %s: %s\n" msgstr "key %s: %s\n" -#: g10/import.c:1927 g10/import.c:3013 +#: g10/import.c:1939 g10/import.c:3025 msgid "rejected by import screener" msgstr "rejected by import screener" -#: g10/import.c:1976 +#: g10/import.c:1988 #, c-format msgid "key %s: PKS subkey corruption repaired\n" msgstr "key %s: PKS subkey corruption repaired\n" -#: g10/import.c:1997 +#: g10/import.c:2009 #, c-format msgid "key %s: accepted non self-signed user ID \"%s\"\n" msgstr "key %s: accepted non self-signed user ID “[1m%s[0mâ€\n" -#: g10/import.c:2008 g10/import.c:2039 +#: g10/import.c:2020 g10/import.c:2051 #, c-format msgid "key %s: no valid user IDs\n" msgstr "key %s: no valid user IDs\n" -#: g10/import.c:2010 +#: g10/import.c:2022 #, c-format msgid "this may be caused by a missing self-signature\n" msgstr "this may be caused by a missing self-signature\n" -#: g10/import.c:2089 g10/import.c:3427 +#: g10/import.c:2101 g10/import.c:3439 #, c-format msgid "key %s: public key not found: %s\n" msgstr "key %s: public key not found: %s\n" -#: g10/import.c:2095 +#: g10/import.c:2107 #, c-format msgid "key %s: new key - skipped\n" msgstr "key %s: new key - skipped\n" -#: g10/import.c:2107 +#: g10/import.c:2119 #, c-format msgid "no writable keyring found: %s\n" msgstr "no writable keyring found: %s\n" -#: g10/import.c:2139 g10/import.c:2241 g10/import.c:3502 +#: g10/import.c:2151 g10/import.c:2253 g10/import.c:3514 #, c-format msgid "error writing keyring '%s': %s\n" msgstr "error writing keyring '%s': %s\n" -#: g10/import.c:2162 +#: g10/import.c:2174 #, c-format msgid "key %s: public key \"%s\" imported\n" msgstr "key %s: public key “[1m%s[0m†imported\n" -#: g10/import.c:2189 +#: g10/import.c:2201 #, c-format msgid "key %s: doesn't match our copy\n" msgstr "key %s: doesn't match our copy\n" -#: g10/import.c:2257 +#: g10/import.c:2269 #, c-format msgid "key %s: \"%s\" 1 new user ID\n" msgstr "key %s: “[1m%s[0m†1 new user ID\n" -#: g10/import.c:2260 +#: g10/import.c:2272 #, c-format msgid "key %s: \"%s\" %d new user IDs\n" msgstr "key %s: “[1m%s[0m†%d new user IDs\n" -#: g10/import.c:2263 +#: g10/import.c:2275 #, c-format msgid "key %s: \"%s\" 1 new signature\n" msgstr "key %s: “[1m%s[0m†1 new signature\n" -#: g10/import.c:2266 +#: g10/import.c:2278 #, c-format msgid "key %s: \"%s\" %d new signatures\n" msgstr "key %s: “[1m%s[0m†%d new signatures\n" -#: g10/import.c:2269 +#: g10/import.c:2281 #, c-format msgid "key %s: \"%s\" 1 new subkey\n" msgstr "key %s: “[1m%s[0m†1 new subkey\n" -#: g10/import.c:2272 +#: g10/import.c:2284 #, c-format msgid "key %s: \"%s\" %d new subkeys\n" msgstr "key %s: “[1m%s[0m†%d new subkeys\n" -#: g10/import.c:2275 +#: g10/import.c:2287 #, c-format msgid "key %s: \"%s\" %d signature cleaned\n" msgstr "key %s: “[1m%s[0m†%d signature cleaned\n" -#: g10/import.c:2278 +#: g10/import.c:2290 #, c-format msgid "key %s: \"%s\" %d signatures cleaned\n" msgstr "key %s: “[1m%s[0m†%d signatures cleaned\n" -#: g10/import.c:2281 +#: g10/import.c:2293 #, c-format msgid "key %s: \"%s\" %d user ID cleaned\n" msgstr "key %s: “[1m%s[0m†%d user ID cleaned\n" -#: g10/import.c:2284 +#: g10/import.c:2296 #, c-format msgid "key %s: \"%s\" %d user IDs cleaned\n" msgstr "key %s: “[1m%s[0m†%d user IDs cleaned\n" -#: g10/import.c:2320 +#: g10/import.c:2332 #, c-format msgid "key %s: \"%s\" not changed\n" msgstr "key %s: “[1m%s[0m†not changed\n" -#: g10/import.c:2680 g10/import.c:2875 +#: g10/import.c:2692 g10/import.c:2887 #, c-format msgid "key %s: secret key imported\n" msgstr "key %s: secret key imported\n" -#: g10/import.c:2688 +#: g10/import.c:2700 #, c-format msgid "key %s: secret key already exists\n" msgstr "key %s: secret key already exists\n" -#: g10/import.c:2696 +#: g10/import.c:2708 #, c-format msgid "key %s: error sending to agent: %s\n" msgstr "key %s: error sending to agent: %s\n" @@ -3713,197 +3713,197 @@ msgstr "key %s: error sending to agent: %s\n" #. * Instead, user should be suggested to run 'gpg --card-status', #. * then, references to a card will be automatically created #. * again. -#: g10/import.c:2865 +#: g10/import.c:2877 #, c-format msgid "To migrate '%s', with each smartcard, run: %s\n" msgstr "To migrate '%s', with each smartcard, run: %s\n" -#: g10/import.c:3012 +#: g10/import.c:3024 #, c-format msgid "secret key %s: %s\n" msgstr "secret key %s: %s\n" -#: g10/import.c:3033 g10/import.c:3072 +#: g10/import.c:3045 g10/import.c:3084 #, c-format msgid "importing secret keys not allowed\n" msgstr "importing secret keys not allowed\n" -#: g10/import.c:3060 +#: g10/import.c:3072 #, c-format msgid "key %s: secret key with invalid cipher %d - skipped\n" msgstr "key %s: secret key with invalid cipher %d - skipped\n" -#: g10/import.c:3222 g10/pkclist.c:75 g10/revoke.c:774 +#: g10/import.c:3234 g10/pkclist.c:75 g10/revoke.c:774 msgid "No reason specified" msgstr "No reason specified" -#: g10/import.c:3223 g10/pkclist.c:77 g10/revoke.c:776 +#: g10/import.c:3235 g10/pkclist.c:77 g10/revoke.c:776 msgid "Key is superseded" msgstr "Key is superseded" -#: g10/import.c:3224 g10/pkclist.c:79 g10/revoke.c:775 +#: g10/import.c:3236 g10/pkclist.c:79 g10/revoke.c:775 msgid "Key has been compromised" msgstr "Key has been compromised" -#: g10/import.c:3225 g10/pkclist.c:81 g10/revoke.c:777 +#: g10/import.c:3237 g10/pkclist.c:81 g10/revoke.c:777 msgid "Key is no longer used" msgstr "Key is no longer used" -#: g10/import.c:3226 g10/pkclist.c:83 g10/revoke.c:778 +#: g10/import.c:3238 g10/pkclist.c:83 g10/revoke.c:778 msgid "User ID is no longer valid" msgstr "User ID is no longer valid" -#: g10/import.c:3351 g10/keylist.c:1105 g10/pkclist.c:87 +#: g10/import.c:3363 g10/keylist.c:1105 g10/pkclist.c:87 #, c-format msgid "reason for revocation: " msgstr "reason for revocation: " -#: g10/import.c:3370 g10/keylist.c:1124 g10/pkclist.c:103 +#: g10/import.c:3382 g10/keylist.c:1124 g10/pkclist.c:103 #, c-format msgid "revocation comment: " msgstr "revocation comment: " -#: g10/import.c:3420 +#: g10/import.c:3432 #, c-format msgid "key %s: no public key - can't apply revocation certificate\n" msgstr "key %s: no public key - can't apply revocation certificate\n" -#: g10/import.c:3449 +#: g10/import.c:3461 #, c-format msgid "key %s: can't locate original keyblock: %s\n" msgstr "key %s: can't locate original keyblock: %s\n" -#: g10/import.c:3456 +#: g10/import.c:3468 #, c-format msgid "key %s: can't read original keyblock: %s\n" msgstr "key %s: can't read original keyblock: %s\n" -#: g10/import.c:3476 +#: g10/import.c:3488 #, c-format msgid "key %s: invalid revocation certificate: %s - rejected\n" msgstr "key %s: invalid revocation certificate: %s - rejected\n" -#: g10/import.c:3511 +#: g10/import.c:3523 #, c-format msgid "key %s: \"%s\" revocation certificate imported\n" msgstr "key %s: “[1m%s[0m†revocation certificate imported\n" -#: g10/import.c:3597 +#: g10/import.c:3609 #, c-format msgid "key %s: no user ID for signature\n" msgstr "key %s: no user ID for signature\n" -#: g10/import.c:3614 +#: g10/import.c:3626 #, c-format msgid "key %s: unsupported public key algorithm on user ID \"%s\"\n" msgstr "key %s: unsupported public key algorithm on user ID “[1m%s[0mâ€\n" -#: g10/import.c:3616 +#: g10/import.c:3628 #, c-format msgid "key %s: invalid self-signature on user ID \"%s\"\n" msgstr "key %s: invalid self-signature on user ID “[1m%s[0mâ€\n" -#: g10/import.c:3633 g10/import.c:3661 g10/import.c:3717 +#: g10/import.c:3645 g10/import.c:3673 g10/import.c:3729 #, c-format msgid "key %s: unsupported public key algorithm\n" msgstr "key %s: unsupported public key algorithm\n" -#: g10/import.c:3634 +#: g10/import.c:3646 #, c-format msgid "key %s: invalid direct key signature\n" msgstr "key %s: invalid direct key signature\n" -#: g10/import.c:3648 +#: g10/import.c:3660 #, c-format msgid "key %s: no subkey for key binding\n" msgstr "key %s: no subkey for key binding\n" -#: g10/import.c:3663 +#: g10/import.c:3675 #, c-format msgid "key %s: invalid subkey binding\n" msgstr "key %s: invalid subkey binding\n" -#: g10/import.c:3682 +#: g10/import.c:3694 #, c-format msgid "key %s: removed multiple subkey binding\n" msgstr "key %s: removed multiple subkey binding\n" -#: g10/import.c:3706 +#: g10/import.c:3718 #, c-format msgid "key %s: no subkey for key revocation\n" msgstr "key %s: no subkey for key revocation\n" -#: g10/import.c:3719 +#: g10/import.c:3731 #, c-format msgid "key %s: invalid subkey revocation\n" msgstr "key %s: invalid subkey revocation\n" -#: g10/import.c:3734 +#: g10/import.c:3746 #, c-format msgid "key %s: removed multiple subkey revocation\n" msgstr "key %s: removed multiple subkey revocation\n" -#: g10/import.c:3778 +#: g10/import.c:3790 #, c-format msgid "key %s: skipped user ID \"%s\"\n" msgstr "key %s: skipped user ID “[1m%s[0mâ€\n" -#: g10/import.c:3805 +#: g10/import.c:3817 #, c-format msgid "key %s: skipped subkey\n" msgstr "key %s: skipped subkey\n" -#: g10/import.c:3837 +#: g10/import.c:3849 #, c-format msgid "key %s: non exportable signature (class 0x%02X) - skipped\n" msgstr "key %s: non exportable signature (class 0x%02X) - skipped\n" -#: g10/import.c:3848 +#: g10/import.c:3860 #, c-format msgid "key %s: revocation certificate at wrong place - skipped\n" msgstr "key %s: revocation certificate at wrong place - skipped\n" -#: g10/import.c:3866 +#: g10/import.c:3878 #, c-format msgid "key %s: invalid revocation certificate: %s - skipped\n" msgstr "key %s: invalid revocation certificate: %s - skipped\n" -#: g10/import.c:3880 +#: g10/import.c:3892 #, c-format msgid "key %s: subkey signature in wrong place - skipped\n" msgstr "key %s: subkey signature in wrong place - skipped\n" -#: g10/import.c:3888 +#: g10/import.c:3900 #, c-format msgid "key %s: unexpected signature class (0x%02X) - skipped\n" msgstr "key %s: unexpected signature class (0x%02X) - skipped\n" -#: g10/import.c:4061 +#: g10/import.c:4073 #, c-format msgid "key %s: duplicated user ID detected - merged\n" msgstr "key %s: duplicated user ID detected - merged\n" -#: g10/import.c:4168 +#: g10/import.c:4180 #, c-format msgid "key %s: duplicated subkeys detected - merged\n" msgstr "key %s: duplicated subkeys detected - merged\n" -#: g10/import.c:4233 +#: g10/import.c:4245 #, c-format msgid "WARNING: key %s may be revoked: fetching revocation key %s\n" msgstr "WARNING: key %s may be revoked: fetching revocation key %s\n" -#: g10/import.c:4249 +#: g10/import.c:4261 #, c-format msgid "WARNING: key %s may be revoked: revocation key %s not present.\n" msgstr "WARNING: key %s may be revoked: revocation key %s not present.\n" -#: g10/import.c:4315 +#: g10/import.c:4327 #, c-format msgid "key %s: \"%s\" revocation certificate added\n" msgstr "key %s: “[1m%s[0m†revocation certificate added\n" -#: g10/import.c:4353 +#: g10/import.c:4365 #, c-format msgid "key %s: direct key signature added\n" msgstr "key %s: direct key signature added\n" @@ -4725,12 +4725,12 @@ msgstr "" "unless you restart the program.\n" #: g10/keyedit.c:4016 g10/keyedit.c:4447 g10/keyserver.c:535 -#: g10/mainproc.c:2277 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 +#: g10/mainproc.c:2280 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 msgid "revoked" msgstr "revoked" #: g10/keyedit.c:4018 g10/keyedit.c:4449 g10/keyserver.c:539 -#: g10/mainproc.c:2279 g10/tofu.c:1792 g10/trust.c:124 +#: g10/mainproc.c:2282 g10/tofu.c:1792 g10/trust.c:124 msgid "expired" msgstr "expired" @@ -5253,7 +5253,7 @@ msgstr " (%d) Existing key from card%s\n" msgid "Enter the keygrip: " msgstr "Enter the keygrip: " -#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2279 +#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2280 #, c-format msgid "Not a valid keygrip (expecting 40 hex digits)\n" msgstr "Not a valid keygrip (expecting 40 hex digits)\n" @@ -5262,13 +5262,13 @@ msgstr "Not a valid keygrip (expecting 40 hex digits)\n" msgid "No key with this keygrip\n" msgstr "No key with this keygrip\n" -#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3437 g10/keygen.c:3448 +#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3440 g10/keygen.c:3451 #: sm/certreqgen-ui.c:231 sm/certreqgen-ui.c:240 #, c-format msgid "error reading the card: %s\n" msgstr "error reading the card: %s\n" -#: g10/keygen.c:2292 g10/keygen.c:3441 sm/certreqgen-ui.c:234 +#: g10/keygen.c:2292 g10/keygen.c:3444 sm/certreqgen-ui.c:234 #, c-format msgid "Serial number of the card: %s\n" msgstr "Serial number of the card: %s\n" @@ -5510,13 +5510,18 @@ msgstr "" "disks) during the prime generation; this gives the random number\n" "generator a better chance to gain enough entropy.\n" -#: g10/keygen.c:4570 g10/keygen.c:4643 g10/keygen.c:4661 g10/keygen.c:4690 -#: g10/keygen.c:5066 g10/keygen.c:5612 g10/keygen.c:5923 g10/keygen.c:6030 +#: g10/keygen.c:3591 +#, c-format +msgid "WARNING: v4 is specified, but overridden by v5.\n" +msgstr "WARNING: v4 is specified, but overridden by v5.\n" + +#: g10/keygen.c:4590 g10/keygen.c:4663 g10/keygen.c:4681 g10/keygen.c:4710 +#: g10/keygen.c:5086 g10/keygen.c:5632 g10/keygen.c:5943 g10/keygen.c:6050 #, c-format msgid "Key generation failed: %s\n" msgstr "Key generation failed: %s\n" -#: g10/keygen.c:4579 +#: g10/keygen.c:4599 #, c-format msgid "" "About to create a key for:\n" @@ -5527,64 +5532,64 @@ msgstr "" " “[1m%s[0mâ€\n" "\n" -#: g10/keygen.c:4581 +#: g10/keygen.c:4601 msgid "Continue? (Y/n) " msgstr "Continue? (Y/n) " -#: g10/keygen.c:4602 +#: g10/keygen.c:4622 #, c-format msgid "A key for \"%s\" already exists\n" msgstr "A key for “[1m%s[0m†already exists\n" -#: g10/keygen.c:4607 +#: g10/keygen.c:4627 msgid "Create anyway? (y/N) " msgstr "Create anyway? (y/N) " -#: g10/keygen.c:4613 +#: g10/keygen.c:4633 #, c-format msgid "creating anyway\n" msgstr "creating anyway\n" -#: g10/keygen.c:5049 +#: g10/keygen.c:5069 #, c-format msgid "Note: Use \"%s %s\" for a full featured key generation dialog.\n" msgstr "Note: Use “[1m%s %s[0m†for a full featured key generation dialog.\n" -#: g10/keygen.c:5098 +#: g10/keygen.c:5118 #, c-format msgid "Key generation canceled.\n" msgstr "Key generation canceled.\n" -#: g10/keygen.c:5158 +#: g10/keygen.c:5178 #, c-format msgid "can't create backup file '%s': %s\n" msgstr "can't create backup file '%s': %s\n" -#: g10/keygen.c:5178 +#: g10/keygen.c:5198 #, c-format msgid "Note: backup of card key saved to '%s'\n" msgstr "Note: backup of card key saved to ‘[1m%s[0m’\n" -#: g10/keygen.c:5339 g10/keygen.c:5541 +#: g10/keygen.c:5359 g10/keygen.c:5561 #, c-format msgid "writing public key to '%s'\n" msgstr "writing public key to ‘[1m%s[0m’\n" -#: g10/keygen.c:5535 +#: g10/keygen.c:5555 #, c-format msgid "no writable public keyring found: %s\n" msgstr "no writable public keyring found: %s\n" -#: g10/keygen.c:5549 +#: g10/keygen.c:5569 #, c-format msgid "error writing public keyring '%s': %s\n" msgstr "error writing public keyring '%s': %s\n" -#: g10/keygen.c:5583 +#: g10/keygen.c:5603 msgid "public and secret key created and signed.\n" msgstr "public and secret key created and signed.\n" -#: g10/keygen.c:5599 +#: g10/keygen.c:5619 msgid "" "Note that this key cannot be used for encryption. You may want to use\n" "the command \"--edit-key\" to generate a subkey for this purpose.\n" @@ -5592,36 +5597,36 @@ msgstr "" "Note that this key cannot be used for encryption. You may want to use\n" "the command “[1m--edit-key[0m†to generate a subkey for this purpose.\n" -#: g10/keygen.c:5781 g10/keygen.c:5980 +#: g10/keygen.c:5801 g10/keygen.c:6000 #, c-format msgid "" "key has been created %lu second in future (time warp or clock problem)\n" msgstr "" "key has been created %lu second in future (time warp or clock problem)\n" -#: g10/keygen.c:5783 g10/keygen.c:5982 +#: g10/keygen.c:5803 g10/keygen.c:6002 #, c-format msgid "" "key has been created %lu seconds in future (time warp or clock problem)\n" msgstr "" "key has been created %lu seconds in future (time warp or clock problem)\n" -#: g10/keygen.c:5794 g10/keygen.c:5993 +#: g10/keygen.c:5814 g10/keygen.c:6013 #, c-format msgid "Note: creating subkeys for v3 keys is not OpenPGP compliant\n" msgstr "Note: creating subkeys for v3 keys is not OpenPGP compliant\n" -#: g10/keygen.c:5806 g10/keygen.c:5808 +#: g10/keygen.c:5826 g10/keygen.c:5828 #, c-format msgid "Secret parts of primary key are not available.\n" msgstr "Secret parts of primary key are not available.\n" -#: g10/keygen.c:5815 g10/keygen.c:5817 +#: g10/keygen.c:5835 g10/keygen.c:5837 #, c-format msgid "Secret parts of primary key are stored on-card.\n" msgstr "Secret parts of primary key are stored on-card.\n" -#: g10/keygen.c:5837 g10/keygen.c:6007 +#: g10/keygen.c:5857 g10/keygen.c:6027 msgid "Really create? (y/N) " msgstr "Really create? (y/N) " @@ -5773,59 +5778,59 @@ msgstr "invalid keyserver protocol (us %d!=handler %d)\n" msgid "\"%s\" not a key ID: skipping\n" msgstr "“[1m%s[0m†not a key ID: skipping\n" -#: g10/keyserver.c:1418 g10/keyserver.c:1451 +#: g10/keyserver.c:1420 g10/keyserver.c:1453 #, c-format msgid "refreshing %d key from %s\n" msgid_plural "refreshing %d keys from %s\n" msgstr[0] "refreshing %d key from %s\n" msgstr[1] "refreshing %d keys from %s\n" -#: g10/keyserver.c:1425 +#: g10/keyserver.c:1427 #, c-format msgid "WARNING: unable to refresh key %s via %s: %s\n" msgstr "WARNING: unable to refresh key %s via %s: %s\n" -#: g10/keyserver.c:1529 +#: g10/keyserver.c:1531 #, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "key “[1m%s[0m†not found on keyserver\n" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1534 #, c-format msgid "key not found on keyserver\n" msgstr "key not found on keyserver\n" -#: g10/keyserver.c:1720 +#: g10/keyserver.c:1722 #, c-format msgid "requesting key %s from %s server %s\n" msgstr "requesting key %s from %s server %s\n" -#: g10/keyserver.c:1724 +#: g10/keyserver.c:1726 #, c-format msgid "requesting key %s from %s\n" msgstr "requesting key %s from %s\n" -#: g10/keyserver.c:1829 g10/keyserver.c:2008 +#: g10/keyserver.c:1841 g10/keyserver.c:2020 #, c-format msgid "no keyserver known\n" msgstr "no keyserver known\n" -#: g10/keyserver.c:1844 g10/skclist.c:213 g10/skclist.c:241 +#: g10/keyserver.c:1856 g10/skclist.c:213 g10/skclist.c:241 #, c-format msgid "skipped \"%s\": %s\n" msgstr "skipped “[1m%s[0mâ€: %s\n" -#: g10/keyserver.c:1848 +#: g10/keyserver.c:1860 #, c-format msgid "sending key %s to %s\n" msgstr "sending key %s to %s\n" -#: g10/keyserver.c:1889 +#: g10/keyserver.c:1901 #, c-format msgid "requesting key from '%s'\n" msgstr "requesting key from ‘[1m%s[0m’\n" -#: g10/keyserver.c:1905 +#: g10/keyserver.c:1917 #, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "WARNING: unable to fetch URI %s: %s\n" @@ -6015,84 +6020,84 @@ msgstr " issuer “[1m%s[0mâ€\n" msgid "Key available at: " msgstr "Key available at: " -#: g10/mainproc.c:2033 +#: g10/mainproc.c:2034 #, c-format msgid "Note: Use '%s' to make use of this info\n" msgstr "Note: Use ‘[1m%s[0m’ to make use of this info\n" -#: g10/mainproc.c:2231 +#: g10/mainproc.c:2234 msgid "[uncertain]" msgstr "[uncertain]" -#: g10/mainproc.c:2269 +#: g10/mainproc.c:2272 #, c-format msgid " aka \"%s\"" msgstr " aka “[1m%s[0mâ€" -#: g10/mainproc.c:2344 +#: g10/mainproc.c:2347 #, c-format msgid "WARNING: This key is not suitable for signing in %s mode\n" msgstr "WARNING: This key is not suitable for signing in %s mode\n" -#: g10/mainproc.c:2360 +#: g10/mainproc.c:2363 #, c-format msgid "Signature expired %s\n" msgstr "Signature expired %s\n" -#: g10/mainproc.c:2365 +#: g10/mainproc.c:2368 #, c-format msgid "Signature expires %s\n" msgstr "Signature expires %s\n" -#: g10/mainproc.c:2376 +#: g10/mainproc.c:2379 #, c-format msgid "%s signature, digest algorithm %s%s%s\n" msgstr "%s signature, digest algorithm %s%s%s\n" -#: g10/mainproc.c:2377 +#: g10/mainproc.c:2380 msgid "binary" msgstr "binary" -#: g10/mainproc.c:2378 +#: g10/mainproc.c:2381 msgid "textmode" msgstr "textmode" -#: g10/mainproc.c:2378 g10/trust.c:123 dirmngr/ocsp.c:792 +#: g10/mainproc.c:2381 g10/trust.c:123 dirmngr/ocsp.c:792 msgid "unknown" msgstr "unknown" -#: g10/mainproc.c:2380 +#: g10/mainproc.c:2383 msgid ", key algorithm " msgstr ", key algorithm " -#: g10/mainproc.c:2415 +#: g10/mainproc.c:2418 #, c-format msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n" msgstr "WARNING: not a detached signature; file ‘[1m%s[0m’ was NOT verified!\n" -#: g10/mainproc.c:2454 +#: g10/mainproc.c:2457 #, c-format msgid "Can't check signature: %s\n" msgstr "Can't check signature: %s\n" -#: g10/mainproc.c:2550 g10/mainproc.c:2569 g10/mainproc.c:2693 +#: g10/mainproc.c:2553 g10/mainproc.c:2572 g10/mainproc.c:2696 #, c-format msgid "not a detached signature\n" msgstr "not a detached signature\n" -#: g10/mainproc.c:2603 +#: g10/mainproc.c:2606 #, c-format msgid "" "WARNING: multiple signatures detected. Only the first will be checked.\n" msgstr "" "WARNING: multiple signatures detected. Only the first will be checked.\n" -#: g10/mainproc.c:2612 +#: g10/mainproc.c:2615 #, c-format msgid "standalone signature of class 0x%02x\n" msgstr "standalone signature of class 0x%02x\n" -#: g10/mainproc.c:2697 +#: g10/mainproc.c:2700 #, c-format msgid "old style (PGP 2.x) signature\n" msgstr "old style (PGP 2.x) signature\n" @@ -7944,7 +7949,7 @@ msgstr "" #. TRANSLATORS: Put a \x1f right before a colon. This can be #. * used by pinentry to nicely align the names and values. Keep #. * the %s at the start and end of the string. -#: scd/app-piv.c:1770 scd/app-p15.c:4741 scd/app-nks.c:1475 +#: scd/app-piv.c:1770 scd/app-p15.c:4937 scd/app-nks.c:1530 #: scd/app-openpgp.c:2386 #, c-format msgid "%sNumber: %s%%0AHolder: %s%s" @@ -7952,7 +7957,7 @@ msgstr "%sNumber: %s%%0AHolder: %s%s" #. TRANSLATORS: This is the number of remaining attempts to #. * enter a PIN. Use %%0A (double-percent,0A) for a linefeed. -#: scd/app-piv.c:1787 scd/app-p15.c:4760 scd/app-nks.c:1494 +#: scd/app-piv.c:1787 scd/app-p15.c:4956 scd/app-nks.c:1549 #: scd/app-openpgp.c:2402 #, c-format msgid "Remaining attempts: %d" @@ -7982,7 +7987,7 @@ msgstr "|N|Please enter the new Unblocking Key" msgid "||Please enter the Unblocking Key of your PIV card" msgstr "||Please enter the Unblocking Key of your PIV card" -#: scd/app-piv.c:1888 scd/app-nks.c:1605 scd/app-openpgp.c:2669 +#: scd/app-piv.c:1888 scd/app-nks.c:1660 scd/app-openpgp.c:2669 #: scd/app-openpgp.c:2693 scd/app-openpgp.c:2871 scd/app-openpgp.c:2893 #: scd/app-openpgp.c:3074 scd/app-openpgp.c:3361 scd/app-openpgp.c:3408 #: scd/app-openpgp.c:3545 scd/app-dinsig.c:302 @@ -8067,57 +8072,57 @@ msgstr[1] "key generation completed (%d seconds)\n" msgid "response does not contain the public key data\n" msgstr "response does not contain the public key data\n" -#: scd/app-p15.c:4839 scd/app-nks.c:1983 +#: scd/app-p15.c:5035 scd/app-nks.c:2038 msgid "||Please enter the PIN for the key to create qualified signatures." msgstr "||Please enter the PIN for the key to create qualified signatures." #. TRANSLATORS: Do not translate the "|A|" prefix but keep it at #. the start of the string. Use %0A (single percent) for a linefeed. -#: scd/app-p15.c:4842 scd/app-openpgp.c:2818 +#: scd/app-p15.c:5038 scd/app-openpgp.c:2818 msgid "|A|Please enter the Admin PIN" msgstr "|A|Please enter the Admin PIN" -#: scd/app-p15.c:4844 scd/app-nks.c:1973 +#: scd/app-p15.c:5040 scd/app-nks.c:2028 msgid "|P|Please enter the PIN Unblocking Code (PUK) for the standard keys." msgstr "|P|Please enter the PIN Unblocking Code (PUK) for the standard keys." -#: scd/app-p15.c:4847 scd/app-nks.c:1964 +#: scd/app-p15.c:5043 scd/app-nks.c:2019 msgid "||Please enter the PIN for the standard keys." msgstr "||Please enter the PIN for the standard keys." -#: scd/app-nks.c:1413 scd/app-openpgp.c:4321 +#: scd/app-nks.c:1468 scd/app-openpgp.c:4321 #, c-format msgid "RSA modulus missing or not of size %d bits\n" msgstr "RSA modulus missing or not of size %d bits\n" -#: scd/app-nks.c:1421 scd/app-openpgp.c:4333 +#: scd/app-nks.c:1476 scd/app-openpgp.c:4333 #, c-format msgid "RSA public exponent missing or larger than %d bits\n" msgstr "RSA public exponent missing or larger than %d bits\n" -#: scd/app-nks.c:1594 +#: scd/app-nks.c:1649 msgid "Note: PIN has not yet been enabled." msgstr "Note: PIN has not yet been enabled." -#: scd/app-nks.c:1641 +#: scd/app-nks.c:1696 #, c-format msgid "the NullPIN has not yet been changed\n" msgstr "the NullPIN has not yet been changed\n" -#: scd/app-nks.c:1963 +#: scd/app-nks.c:2018 msgid "|N|Please enter a new PIN for the standard keys." msgstr "|N|Please enter a new PIN for the standard keys." -#: scd/app-nks.c:1971 +#: scd/app-nks.c:2026 msgid "|NP|Please enter a new PIN Unblocking Code (PUK) for the standard keys." msgstr "" "|NP|Please enter a new PIN Unblocking Code (PUK) for the standard keys." -#: scd/app-nks.c:1981 +#: scd/app-nks.c:2036 msgid "|N|Please enter a new PIN for the key to create qualified signatures." msgstr "|N|Please enter a new PIN for the key to create qualified signatures." -#: scd/app-nks.c:1991 +#: scd/app-nks.c:2046 msgid "" "|NP|Please enter a new PIN Unblocking Code (PUK) for the key to create " "qualified signatures." @@ -8125,7 +8130,7 @@ msgstr "" "|NP|Please enter a new PIN Unblocking Code (PUK) for the key to create " "qualified signatures." -#: scd/app-nks.c:1993 +#: scd/app-nks.c:2048 msgid "" "|P|Please enter the PIN Unblocking Code (PUK) for the key to create " "qualified signatures." @@ -8133,7 +8138,7 @@ msgstr "" "|P|Please enter the PIN Unblocking Code (PUK) for the key to create " "qualified signatures." -#: scd/app-nks.c:2166 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 +#: scd/app-nks.c:2221 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 #, c-format msgid "error getting new PIN: %s\n" msgstr "error getting new PIN: %s\n" @@ -8313,59 +8318,59 @@ msgstr "||Please enter your PIN at the reader's pinpad" msgid "|N|Initial New PIN" msgstr "|N|Initial New PIN" -#: scd/scdaemon.c:118 +#: scd/scdaemon.c:119 msgid "run in multi server mode (foreground)" msgstr "run in multi server mode (foreground)" -#: scd/scdaemon.c:135 sm/gpgsm.c:271 dirmngr/dirmngr.c:197 +#: scd/scdaemon.c:136 sm/gpgsm.c:274 dirmngr/dirmngr.c:198 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "|LEVEL|set the debugging level to LEVEL" -#: scd/scdaemon.c:141 +#: scd/scdaemon.c:142 msgid "|FILE|write a log to FILE" msgstr "|FILE|write a log to FILE" -#: scd/scdaemon.c:148 +#: scd/scdaemon.c:149 msgid "|N|connect to reader at port N" msgstr "|N|connect to reader at port N" -#: scd/scdaemon.c:150 +#: scd/scdaemon.c:151 msgid "|NAME|use NAME as ct-API driver" msgstr "|NAME|use NAME as ct-API driver" -#: scd/scdaemon.c:152 +#: scd/scdaemon.c:153 msgid "|NAME|use NAME as PC/SC driver" msgstr "|NAME|use NAME as PC/SC driver" -#: scd/scdaemon.c:156 +#: scd/scdaemon.c:157 msgid "do not use the internal CCID driver" msgstr "do not use the internal CCID driver" -#: scd/scdaemon.c:162 +#: scd/scdaemon.c:163 msgid "|N|disconnect the card after N seconds of inactivity" msgstr "|N|disconnect the card after N seconds of inactivity" -#: scd/scdaemon.c:165 +#: scd/scdaemon.c:166 msgid "do not use a reader's pinpad" msgstr "do not use a reader's pinpad" -#: scd/scdaemon.c:168 +#: scd/scdaemon.c:169 msgid "use variable length input for pinpad" msgstr "use variable length input for pinpad" -#: scd/scdaemon.c:171 +#: scd/scdaemon.c:172 msgid "|LIST|change the application priority to LIST" msgstr "|LIST|change the application priority to LIST" -#: scd/scdaemon.c:179 +#: scd/scdaemon.c:180 msgid "deny the use of admin card commands" msgstr "deny the use of admin card commands" -#: scd/scdaemon.c:324 +#: scd/scdaemon.c:325 msgid "Usage: @SCDAEMON@ [options] (-h for help)" msgstr "Usage: @SCDAEMON@ [options] (-h for help)" -#: scd/scdaemon.c:326 +#: scd/scdaemon.c:327 msgid "" "Syntax: scdaemon [options] [command [args]]\n" "Smartcard daemon for @GNUPG@\n" @@ -8373,18 +8378,18 @@ msgstr "" "Syntax: scdaemon [options] [command [args]]\n" "Smartcard daemon for @GNUPG@\n" -#: scd/scdaemon.c:807 +#: scd/scdaemon.c:819 #, c-format msgid "please use the option '--daemon' to run the program in the background\n" msgstr "" "please use the option ‘[1m--daemon[0m’ to run the program in the background\n" -#: scd/scdaemon.c:1183 dirmngr/dirmngr.c:2077 +#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2104 #, c-format msgid "handler for fd %d started\n" msgstr "handler for fd %d started\n" -#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2085 +#: scd/scdaemon.c:1207 dirmngr/dirmngr.c:2112 #, c-format msgid "handler for fd %d terminated\n" msgstr "handler for fd %d terminated\n" @@ -8659,7 +8664,7 @@ msgid "a %u bit hash is not valid for a %u bit %s key\n" msgstr "a %u bit hash is not valid for a %u bit %s key\n" #: sm/certcheck.c:239 sm/certcheck.c:263 dirmngr/crlcache.c:1542 -#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1363 dirmngr/validate.c:903 +#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1372 dirmngr/validate.c:903 #: dirmngr/validate.c:927 #, c-format msgid "out of core\n" @@ -9003,127 +9008,127 @@ msgstr "deleting certificate “[1m%s[0m†failed: %s\n" msgid "no valid recipients given\n" msgstr "no valid recipients given\n" -#: sm/gpgsm.c:224 +#: sm/gpgsm.c:226 msgid "list external keys" msgstr "list external keys" -#: sm/gpgsm.c:226 +#: sm/gpgsm.c:228 msgid "list certificate chain" msgstr "list certificate chain" -#: sm/gpgsm.c:234 +#: sm/gpgsm.c:236 msgid "import certificates" msgstr "import certificates" -#: sm/gpgsm.c:235 +#: sm/gpgsm.c:237 msgid "export certificates" msgstr "export certificates" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:245 msgid "register a smartcard" msgstr "register a smartcard" -#: sm/gpgsm.c:246 +#: sm/gpgsm.c:248 msgid "pass a command to the dirmngr" msgstr "pass a command to the dirmngr" -#: sm/gpgsm.c:248 +#: sm/gpgsm.c:250 msgid "invoke gpg-protect-tool" msgstr "invoke gpg-protect-tool" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:270 msgid "don't use the terminal at all" msgstr "don't use the terminal at all" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "|N|number of certificates to include" msgstr "|N|number of certificates to include" -#: sm/gpgsm.c:296 +#: sm/gpgsm.c:299 msgid "|FILE|take policy information from FILE" msgstr "|FILE|take policy information from FILE" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "assume input is in PEM format" msgstr "assume input is in PEM format" -#: sm/gpgsm.c:312 +#: sm/gpgsm.c:315 msgid "assume input is in base-64 format" msgstr "assume input is in base-64 format" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "assume input is in binary format" msgstr "assume input is in binary format" -#: sm/gpgsm.c:323 +#: sm/gpgsm.c:326 msgid "create base-64 encoded output" msgstr "create base-64 encoded output" -#: sm/gpgsm.c:335 +#: sm/gpgsm.c:338 msgid "|USER-ID|use USER-ID as default secret key" msgstr "|USER-ID|use USER-ID as default secret key" -#: sm/gpgsm.c:346 +#: sm/gpgsm.c:349 msgid "|FILE|add keyring to the list of keyrings" msgstr "|FILE|add keyring to the list of keyrings" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 msgid "|SPEC|use this keyserver to lookup keys" msgstr "|SPEC|use this keyserver to lookup keys" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "fetch missing issuer certificates" msgstr "fetch missing issuer certificates" -#: sm/gpgsm.c:361 +#: sm/gpgsm.c:364 msgid "|NAME|use encoding NAME for PKCS#12 passphrases" msgstr "|NAME|use encoding NAME for PKCS#12 passphrases" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 msgid "never consult a CRL" msgstr "never consult a CRL" -#: sm/gpgsm.c:386 +#: sm/gpgsm.c:389 msgid "do not check CRLs for root certificates" msgstr "do not check CRLs for root certificates" -#: sm/gpgsm.c:390 +#: sm/gpgsm.c:393 msgid "check validity using OCSP" msgstr "check validity using OCSP" -#: sm/gpgsm.c:392 +#: sm/gpgsm.c:395 msgid "do not check certificate policies" msgstr "do not check certificate policies" -#: sm/gpgsm.c:395 +#: sm/gpgsm.c:398 msgid "|NAME|use cipher algorithm NAME" msgstr "|NAME|use cipher algorithm NAME" -#: sm/gpgsm.c:397 +#: sm/gpgsm.c:400 msgid "|NAME|use message digest algorithm NAME" msgstr "|NAME|use message digest algorithm NAME" -#: sm/gpgsm.c:407 +#: sm/gpgsm.c:410 msgid "batch mode: never ask" msgstr "batch mode: never ask" -#: sm/gpgsm.c:409 +#: sm/gpgsm.c:412 msgid "assume yes on most questions" msgstr "assume yes on most questions" -#: sm/gpgsm.c:410 +#: sm/gpgsm.c:413 msgid "assume no on most questions" msgstr "assume no on most questions" -#: sm/gpgsm.c:427 +#: sm/gpgsm.c:430 msgid "|FILE|write an audit log to FILE" msgstr "|FILE|write an audit log to FILE" -#: sm/gpgsm.c:612 +#: sm/gpgsm.c:615 msgid "Usage: @GPGSM@ [options] [files] (-h for help)" msgstr "Usage: @GPGSM@ [options] [files] (-h for help)" -#: sm/gpgsm.c:615 +#: sm/gpgsm.c:618 msgid "" "Syntax: @GPGSM@ [options] [files]\n" "Sign, check, encrypt or decrypt using the S/MIME protocol\n" @@ -9133,52 +9138,52 @@ msgstr "" "Sign, check, encrypt or decrypt using the S/MIME protocol\n" "Default operation depends on the input data\n" -#: sm/gpgsm.c:823 +#: sm/gpgsm.c:826 #, c-format msgid "Note: won't be able to encrypt to '%s': %s\n" msgstr "Note: won't be able to encrypt to '%s': %s\n" -#: sm/gpgsm.c:834 +#: sm/gpgsm.c:837 #, c-format msgid "unknown validation model '%s'\n" msgstr "unknown validation model ‘[1m%s[0m’\n" -#: sm/gpgsm.c:893 dirmngr/ldapserver.c:89 +#: sm/gpgsm.c:896 dirmngr/ldapserver.c:89 #, c-format msgid "%s:%u: no hostname given\n" msgstr "%s:%u: no hostname given\n" -#: sm/gpgsm.c:912 dirmngr/ldapserver.c:108 +#: sm/gpgsm.c:915 dirmngr/ldapserver.c:108 #, c-format msgid "%s:%u: password given without user\n" msgstr "%s:%u: password given without user\n" -#: sm/gpgsm.c:943 dirmngr/ldapserver.c:139 +#: sm/gpgsm.c:946 dirmngr/ldapserver.c:139 #, c-format msgid "%s:%u: ignoring unknown flag '%s'\n" msgstr "%s:%u: ignoring unknown flag ‘[1m%s[0m’\n" -#: sm/gpgsm.c:959 dirmngr/ldapserver.c:155 +#: sm/gpgsm.c:962 dirmngr/ldapserver.c:155 #, c-format msgid "%s:%u: skipping this line\n" msgstr "%s:%u: skipping this line\n" -#: sm/gpgsm.c:1545 +#: sm/gpgsm.c:1550 #, c-format msgid "could not parse keyserver\n" msgstr "could not parse keyserver\n" -#: sm/gpgsm.c:1825 +#: sm/gpgsm.c:1858 #, c-format msgid "importing common certificates '%s'\n" msgstr "importing common certificates ‘[1m%s[0m’\n" -#: sm/gpgsm.c:1871 +#: sm/gpgsm.c:1904 #, c-format msgid "can't sign using '%s': %s\n" msgstr "can't sign using '%s': %s\n" -#: sm/gpgsm.c:2231 +#: sm/gpgsm.c:2273 #, c-format msgid "invalid command (there is no implicit command)\n" msgstr "invalid command (there is no implicit command)\n" @@ -10132,131 +10137,131 @@ msgstr "absolute file name expected\n" msgid "looking up '%s'\n" msgstr "looking up ‘[1m%s[0m’\n" -#: dirmngr/dirmngr.c:174 +#: dirmngr/dirmngr.c:175 msgid "list the contents of the CRL cache" msgstr "list the contents of the CRL cache" -#: dirmngr/dirmngr.c:175 +#: dirmngr/dirmngr.c:176 msgid "|FILE|load CRL from FILE into cache" msgstr "|FILE|load CRL from FILE into cache" -#: dirmngr/dirmngr.c:176 +#: dirmngr/dirmngr.c:177 msgid "|URL|fetch a CRL from URL" msgstr "|URL|fetch a CRL from URL" -#: dirmngr/dirmngr.c:177 +#: dirmngr/dirmngr.c:178 msgid "shutdown the dirmngr" msgstr "shutdown the dirmngr" -#: dirmngr/dirmngr.c:178 +#: dirmngr/dirmngr.c:179 msgid "flush the cache" msgstr "flush the cache" -#: dirmngr/dirmngr.c:211 +#: dirmngr/dirmngr.c:212 msgid "allow online software version check" msgstr "allow online software version check" -#: dirmngr/dirmngr.c:214 +#: dirmngr/dirmngr.c:215 msgid "|N|do not return more than N items in one query" msgstr "|N|do not return more than N items in one query" -#: dirmngr/dirmngr.c:220 +#: dirmngr/dirmngr.c:221 msgid "Network related options" msgstr "Network related options" -#: dirmngr/dirmngr.c:222 +#: dirmngr/dirmngr.c:223 msgid "route all network traffic via Tor" msgstr "route all network traffic via Tor" -#: dirmngr/dirmngr.c:234 +#: dirmngr/dirmngr.c:235 msgid "Configuration for Keyservers" msgstr "Configuration for Keyservers" -#: dirmngr/dirmngr.c:237 +#: dirmngr/dirmngr.c:238 msgid "|URL|use keyserver at URL" msgstr "|URL|use keyserver at URL" -#: dirmngr/dirmngr.c:239 +#: dirmngr/dirmngr.c:240 msgid "|FILE|use the CA certificates in FILE for HKP over TLS" msgstr "|FILE|use the CA certificates in FILE for HKP over TLS" -#: dirmngr/dirmngr.c:241 +#: dirmngr/dirmngr.c:242 msgid "Configuration for HTTP servers" msgstr "Configuration for HTTP servers" -#: dirmngr/dirmngr.c:243 +#: dirmngr/dirmngr.c:244 msgid "inhibit the use of HTTP" msgstr "inhibit the use of HTTP" -#: dirmngr/dirmngr.c:245 +#: dirmngr/dirmngr.c:246 msgid "ignore HTTP CRL distribution points" msgstr "ignore HTTP CRL distribution points" -#: dirmngr/dirmngr.c:247 +#: dirmngr/dirmngr.c:248 msgid "|URL|redirect all HTTP requests to URL" msgstr "|URL|redirect all HTTP requests to URL" -#: dirmngr/dirmngr.c:249 +#: dirmngr/dirmngr.c:250 msgid "use system's HTTP proxy setting" msgstr "use system's HTTP proxy setting" -#: dirmngr/dirmngr.c:253 +#: dirmngr/dirmngr.c:254 msgid "Configuration of LDAP servers to use" msgstr "Configuration of LDAP servers to use" -#: dirmngr/dirmngr.c:255 +#: dirmngr/dirmngr.c:256 msgid "inhibit the use of LDAP" msgstr "inhibit the use of LDAP" -#: dirmngr/dirmngr.c:257 +#: dirmngr/dirmngr.c:258 msgid "ignore LDAP CRL distribution points" msgstr "ignore LDAP CRL distribution points" -#: dirmngr/dirmngr.c:259 +#: dirmngr/dirmngr.c:260 msgid "|HOST|use HOST for LDAP queries" msgstr "|HOST|use HOST for LDAP queries" -#: dirmngr/dirmngr.c:261 +#: dirmngr/dirmngr.c:262 msgid "do not use fallback hosts with --ldap-proxy" msgstr "do not use fallback hosts with --ldap-proxy" -#: dirmngr/dirmngr.c:263 +#: dirmngr/dirmngr.c:264 msgid "|FILE|read LDAP server list from FILE" msgstr "|FILE|read LDAP server list from FILE" -#: dirmngr/dirmngr.c:265 +#: dirmngr/dirmngr.c:266 msgid "add new servers discovered in CRL distribution points to serverlist" msgstr "add new servers discovered in CRL distribution points to serverlist" -#: dirmngr/dirmngr.c:268 dirmngr/dirmngr_ldap.c:104 +#: dirmngr/dirmngr.c:269 dirmngr/dirmngr_ldap.c:104 msgid "|N|set LDAP timeout to N seconds" msgstr "|N|set LDAP timeout to N seconds" -#: dirmngr/dirmngr.c:271 +#: dirmngr/dirmngr.c:272 msgid "Configuration for OCSP" msgstr "Configuration for OCSP" -#: dirmngr/dirmngr.c:273 +#: dirmngr/dirmngr.c:274 msgid "allow sending OCSP requests" msgstr "allow sending OCSP requests" -#: dirmngr/dirmngr.c:275 +#: dirmngr/dirmngr.c:276 msgid "ignore certificate contained OCSP service URLs" msgstr "ignore certificate contained OCSP service URLs" -#: dirmngr/dirmngr.c:277 +#: dirmngr/dirmngr.c:278 msgid "|URL|use OCSP responder at URL" msgstr "|URL|use OCSP responder at URL" -#: dirmngr/dirmngr.c:279 +#: dirmngr/dirmngr.c:280 msgid "|FPR|OCSP response signed by FPR" msgstr "|FPR|OCSP response signed by FPR" -#: dirmngr/dirmngr.c:287 +#: dirmngr/dirmngr.c:288 msgid "force loading of outdated CRLs" msgstr "force loading of outdated CRLs" -#: dirmngr/dirmngr.c:298 +#: dirmngr/dirmngr.c:299 msgid "" "@\n" "(See the \"info\" manual for a complete listing of all commands and " @@ -10266,11 +10271,11 @@ msgstr "" "(See the “[1minfo[0m†manual for a complete listing of all commands and " "options)\n" -#: dirmngr/dirmngr.c:440 +#: dirmngr/dirmngr.c:441 msgid "Usage: @DIRMNGR@ [options] (-h for help)" msgstr "Usage: @DIRMNGR@ [options] (-h for help)" -#: dirmngr/dirmngr.c:442 +#: dirmngr/dirmngr.c:443 msgid "" "Syntax: @DIRMNGR@ [options] [command [args]]\n" "Keyserver, CRL, and OCSP access for @GNUPG@\n" @@ -10278,83 +10283,83 @@ msgstr "" "Syntax: @DIRMNGR@ [options] [command [args]]\n" "Keyserver, CRL, and OCSP access for @GNUPG@\n" -#: dirmngr/dirmngr.c:522 +#: dirmngr/dirmngr.c:523 #, c-format msgid "valid debug levels are: %s\n" msgstr "valid debug levels are: %s\n" -#: dirmngr/dirmngr.c:608 tools/gpgconf.c:667 tools/gpgconf.c:702 +#: dirmngr/dirmngr.c:609 tools/gpgconf.c:667 tools/gpgconf.c:702 #: tools/gpgconf.c:802 #, c-format msgid "usage: %s [options] " msgstr "usage: %s [options] " -#: dirmngr/dirmngr.c:1251 +#: dirmngr/dirmngr.c:1260 #, c-format msgid "colons are not allowed in the socket name\n" msgstr "colons are not allowed in the socket name\n" -#: dirmngr/dirmngr.c:1486 dirmngr/server.c:1824 +#: dirmngr/dirmngr.c:1495 dirmngr/server.c:1824 #, c-format msgid "fetching CRL from '%s' failed: %s\n" msgstr "fetching CRL from ‘[1m%s[0m’ failed: %s\n" -#: dirmngr/dirmngr.c:1492 dirmngr/server.c:1830 +#: dirmngr/dirmngr.c:1501 dirmngr/server.c:1830 #, c-format msgid "processing CRL from '%s' failed: %s\n" msgstr "processing CRL from ‘[1m%s[0m’ failed: %s\n" -#: dirmngr/dirmngr.c:1634 +#: dirmngr/dirmngr.c:1643 #, c-format msgid "%s:%u: line too long - skipped\n" msgstr "%s:%u: line too long - skipped\n" -#: dirmngr/dirmngr.c:1689 dirmngr/dirmngr.c:1773 +#: dirmngr/dirmngr.c:1698 dirmngr/dirmngr.c:1782 #, c-format msgid "%s:%u: invalid fingerprint detected\n" msgstr "%s:%u: invalid fingerprint detected\n" -#: dirmngr/dirmngr.c:1725 dirmngr/dirmngr.c:1751 tools/gpgconf-comp.c:3534 +#: dirmngr/dirmngr.c:1734 dirmngr/dirmngr.c:1760 tools/gpgconf-comp.c:3539 #, c-format msgid "%s:%u: read error: %s\n" msgstr "%s:%u: read error: %s\n" -#: dirmngr/dirmngr.c:1780 +#: dirmngr/dirmngr.c:1789 #, c-format msgid "%s:%u: garbage at end of line ignored\n" msgstr "%s:%u: garbage at end of line ignored\n" -#: dirmngr/dirmngr.c:1849 +#: dirmngr/dirmngr.c:1876 #, c-format msgid "SIGHUP received - re-reading configuration and flushing caches\n" msgstr "SIGHUP received - re-reading configuration and flushing caches\n" -#: dirmngr/dirmngr.c:1890 +#: dirmngr/dirmngr.c:1917 #, c-format msgid "SIGUSR2 received - no action defined\n" msgstr "SIGUSR2 received - no action defined\n" -#: dirmngr/dirmngr.c:1895 +#: dirmngr/dirmngr.c:1922 #, c-format msgid "SIGTERM received - shutting down ...\n" msgstr "SIGTERM received - shutting down ...\n" -#: dirmngr/dirmngr.c:1897 +#: dirmngr/dirmngr.c:1924 #, c-format msgid "SIGTERM received - still %d active connections\n" msgstr "SIGTERM received - still %d active connections\n" -#: dirmngr/dirmngr.c:1902 +#: dirmngr/dirmngr.c:1929 #, c-format msgid "shutdown forced\n" msgstr "shutdown forced\n" -#: dirmngr/dirmngr.c:1910 +#: dirmngr/dirmngr.c:1937 #, c-format msgid "SIGINT received - immediate shutdown\n" msgstr "SIGINT received - immediate shutdown\n" -#: dirmngr/dirmngr.c:1917 +#: dirmngr/dirmngr.c:1944 #, c-format msgid "signal %d received - no action defined\n" msgstr "signal %d received - no action defined\n" @@ -10807,7 +10812,7 @@ msgid "serialno missing in cert ID" msgstr "serialno missing in cert ID" #: dirmngr/server.c:1387 dirmngr/server.c:1473 dirmngr/server.c:1909 -#: dirmngr/server.c:1980 dirmngr/server.c:2552 dirmngr/server.c:2567 +#: dirmngr/server.c:1980 dirmngr/server.c:2556 dirmngr/server.c:2571 #, c-format msgid "assuan_inquire failed: %s\n" msgstr "assuan_inquire failed: %s\n" @@ -10837,32 +10842,32 @@ msgstr "fetch_next_cert failed: %s\n" msgid "max_replies %d exceeded\n" msgstr "max_replies %d exceeded\n" -#: dirmngr/server.c:2856 +#: dirmngr/server.c:2860 #, c-format msgid "can't allocate control structure: %s\n" msgstr "can't allocate control structure: %s\n" -#: dirmngr/server.c:2867 +#: dirmngr/server.c:2871 #, c-format msgid "failed to allocate assuan context: %s\n" msgstr "failed to allocate assuan context: %s\n" -#: dirmngr/server.c:2888 +#: dirmngr/server.c:2892 #, c-format msgid "failed to initialize the server: %s\n" msgstr "failed to initialize the server: %s\n" -#: dirmngr/server.c:2896 +#: dirmngr/server.c:2900 #, c-format msgid "failed to the register commands with Assuan: %s\n" msgstr "failed to the register commands with Assuan: %s\n" -#: dirmngr/server.c:2929 +#: dirmngr/server.c:2933 #, c-format msgid "Assuan accept problem: %s\n" msgstr "Assuan accept problem: %s\n" -#: dirmngr/server.c:2948 +#: dirmngr/server.c:2952 #, c-format msgid "Assuan processing failed: %s\n" msgstr "Assuan processing failed: %s\n" @@ -11007,67 +11012,67 @@ msgstr "no keybox daemon running in this session\n" msgid "error sending standard options: %s\n" msgstr "error sending standard options: %s\n" -#: tools/gpgconf-comp.c:647 +#: tools/gpgconf-comp.c:649 msgid "OpenPGP" msgstr "OpenPGP" -#: tools/gpgconf-comp.c:651 +#: tools/gpgconf-comp.c:653 msgid "S/MIME" msgstr "S/MIME" -#: tools/gpgconf-comp.c:655 +#: tools/gpgconf-comp.c:657 msgid "Public Keys" msgstr "Public Keys" -#: tools/gpgconf-comp.c:659 +#: tools/gpgconf-comp.c:661 msgid "Private Keys" msgstr "Private Keys" -#: tools/gpgconf-comp.c:663 +#: tools/gpgconf-comp.c:665 msgid "Smartcards" msgstr "Smartcards" -#: tools/gpgconf-comp.c:667 +#: tools/gpgconf-comp.c:669 msgid "TPM" msgstr "TPM" -#: tools/gpgconf-comp.c:671 +#: tools/gpgconf-comp.c:673 msgid "Network" msgstr "Network" -#: tools/gpgconf-comp.c:675 +#: tools/gpgconf-comp.c:677 msgid "Passphrase Entry" msgstr "Passphrase Entry" -#: tools/gpgconf-comp.c:939 +#: tools/gpgconf-comp.c:941 msgid "Component not suitable for launching" msgstr "Component not suitable for launching" -#: tools/gpgconf-comp.c:945 +#: tools/gpgconf-comp.c:947 #, c-format msgid "Configuration file of component %s is broken\n" msgstr "Configuration file of component %s is broken\n" -#: tools/gpgconf-comp.c:948 +#: tools/gpgconf-comp.c:950 #, c-format msgid "Note: Use the command \"%s%s\" to get details.\n" msgstr "Note: Use the command “[1m%s%s[0m†to get details.\n" -#: tools/gpgconf-comp.c:2811 +#: tools/gpgconf-comp.c:2816 #, c-format msgid "External verification of component %s failed" msgstr "External verification of component %s failed" -#: tools/gpgconf-comp.c:2941 +#: tools/gpgconf-comp.c:2946 msgid "Note that group specifications are ignored\n" msgstr "Note that group specifications are ignored\n" -#: tools/gpgconf-comp.c:3538 +#: tools/gpgconf-comp.c:3543 #, c-format msgid "error closing '%s'\n" msgstr "error closing ‘[1m%s[0m’\n" -#: tools/gpgconf-comp.c:3540 +#: tools/gpgconf-comp.c:3545 #, c-format msgid "error parsing '%s'\n" msgstr "error parsing ‘[1m%s[0m’\n" @@ -11172,33 +11177,33 @@ msgstr "" "Syntax: gpg-check-pattern [options] patternfile\n" "Check a passphrase given on stdin against the patternfile\n" -#: tools/gpg-card.c:2389 +#: tools/gpg-card.c:2390 #, c-format msgid "Note: key %s is already stored on the card!\n" msgstr "Note: key %s is already stored on the card!\n" -#: tools/gpg-card.c:2392 +#: tools/gpg-card.c:2393 #, c-format msgid "Note: Keys are already stored on the card!\n" msgstr "Note: Keys are already stored on the card!\n" -#: tools/gpg-card.c:2395 +#: tools/gpg-card.c:2396 #, c-format msgid "Replace existing key %s ? (y/N) " msgstr "Replace existing key %s ? (y/N) " -#: tools/gpg-card.c:2548 tools/gpg-card.c:2711 tools/gpg-card.c:2934 -#: tools/gpg-card.c:3043 +#: tools/gpg-card.c:2549 tools/gpg-card.c:2712 tools/gpg-card.c:2935 +#: tools/gpg-card.c:3044 #, c-format msgid "%s card no. %s detected\n" msgstr "%s card no. %s detected\n" -#: tools/gpg-card.c:3395 +#: tools/gpg-card.c:3396 #, c-format msgid "User Interaction Flag is set to \"%s\" - can't change\n" msgstr "User Interaction Flag is set to “[1m%s[0m†- can't change\n" -#: tools/gpg-card.c:3405 tools/gpg-card.c:3419 +#: tools/gpg-card.c:3406 tools/gpg-card.c:3420 #, c-format msgid "" "Warning: Setting the User Interaction Flag to \"%s\"\n" @@ -11207,43 +11212,43 @@ msgstr "" "Warning: Setting the User Interaction Flag to “[1m%s[0mâ€\n" " can only be reverted using a factory reset!\n" -#: tools/gpg-card.c:3422 +#: tools/gpg-card.c:3423 #, c-format msgid "Please use \"uif --yes %d %s\"\n" msgstr "Please use “[1muif --yes %d %s[0mâ€\n" -#: tools/gpg-card.c:3668 +#: tools/gpg-card.c:3669 msgid "authenticate to the card" msgstr "authenticate to the card" -#: tools/gpg-card.c:3670 +#: tools/gpg-card.c:3671 msgid "send a reset to the card daemon" msgstr "send a reset to the card daemon" -#: tools/gpg-card.c:3672 +#: tools/gpg-card.c:3673 msgid "setup KDF for PIN authentication" msgstr "setup KDF for PIN authentication" -#: tools/gpg-card.c:3674 +#: tools/gpg-card.c:3675 msgid "change a private data object" msgstr "change a private data object" -#: tools/gpg-card.c:3675 +#: tools/gpg-card.c:3676 msgid "read a certificate from a data object" msgstr "read a certificate from a data object" -#: tools/gpg-card.c:3676 +#: tools/gpg-card.c:3677 msgid "store a certificate to a data object" msgstr "store a certificate to a data object" -#: tools/gpg-card.c:3677 +#: tools/gpg-card.c:3678 msgid "store a private key to a data object" msgstr "store a private key to a data object" -#: tools/gpg-card.c:3678 +#: tools/gpg-card.c:3679 msgid "Yubikey management commands" msgstr "Yubikey management commands" -#: tools/gpg-card.c:3680 +#: tools/gpg-card.c:3681 msgid "manage the command history" msgstr "manage the command history" diff --git a/po/en@quot.gmo b/po/en@quot.gmo Binary files differindex 2c038a5..0067cb0 100644 --- a/po/en@quot.gmo +++ b/po/en@quot.gmo diff --git a/po/en@quot.po b/po/en@quot.po index b24db9b..1ce8ed7 100644 --- a/po/en@quot.po +++ b/po/en@quot.po @@ -27,10 +27,10 @@ # msgid "" msgstr "" -"Project-Id-Version: GNU gnupg 2.3.0\n" +"Project-Id-Version: GNU gnupg 2.3.1\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2021-04-07 19:24+0200\n" -"PO-Revision-Date: 2021-04-07 19:24+0200\n" +"POT-Creation-Date: 2021-04-20 12:38+0200\n" +"PO-Revision-Date: 2021-04-20 12:38+0200\n" "Last-Translator: Automatically generated\n" "Language-Team: none\n" "Language: en\n" @@ -227,24 +227,24 @@ msgid "ssh keys greater than %d bits are not supported\n" msgstr "ssh keys greater than %d bits are not supported\n" #: agent/command-ssh.c:872 common/dotlock.c:852 g10/card-util.c:953 -#: g10/export.c:1329 g10/gpg.c:1430 g10/keygen.c:5327 g10/keyring.c:1319 +#: g10/export.c:1329 g10/gpg.c:1431 g10/keygen.c:5347 g10/keyring.c:1319 #: g10/keyring.c:1632 g10/openfile.c:293 g10/photoid.c:531 g10/photoid.c:549 -#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:478 +#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:479 #, c-format msgid "can't create '%s': %s\n" msgstr "can't create '%s': %s\n" #: agent/command-ssh.c:884 common/helpfile.c:57 g10/card-util.c:910 #: g10/dearmor.c:59 g10/dearmor.c:106 g10/decrypt.c:65 g10/decrypt.c:136 -#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1431 -#: g10/import.c:359 g10/import.c:546 g10/import.c:781 g10/keygen.c:4302 +#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1432 +#: g10/import.c:371 g10/import.c:558 g10/import.c:793 g10/keygen.c:4322 #: g10/keyring.c:1658 g10/openfile.c:197 g10/openfile.c:211 g10/plaintext.c:128 #: g10/plaintext.c:610 g10/sign.c:1086 g10/sign.c:1311 g10/sign.c:1424 #: g10/sign.c:1596 g10/tdbdump.c:143 g10/tdbdump.c:151 g10/tdbio.c:758 -#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2338 -#: sm/gpgsm.c:2368 sm/gpgsm.c:2406 sm/qualified.c:65 dirmngr/certcache.c:396 -#: dirmngr/certcache.c:476 dirmngr/certcache.c:478 dirmngr/crlcache.c:2588 -#: dirmngr/dirmngr.c:1711 tools/gpg-card.c:407 +#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2380 +#: sm/gpgsm.c:2410 sm/gpgsm.c:2448 sm/keylist.c:1737 sm/qualified.c:65 +#: dirmngr/certcache.c:396 dirmngr/certcache.c:476 dirmngr/certcache.c:478 +#: dirmngr/crlcache.c:2588 dirmngr/dirmngr.c:1720 tools/gpg-card.c:408 #, c-format msgid "can't open '%s': %s\n" msgstr "can't open '%s': %s\n" @@ -423,210 +423,210 @@ msgstr "Please enter the passphrase to%0Aprotect your new key" msgid "Please enter the new passphrase" msgstr "Please enter the new passphrase" -#: agent/gpg-agent.c:161 scd/scdaemon.c:114 dirmngr/dirmngr.c:181 +#: agent/gpg-agent.c:162 scd/scdaemon.c:115 dirmngr/dirmngr.c:182 msgid "Options used for startup" msgstr "Options used for startup" -#: agent/gpg-agent.c:163 scd/scdaemon.c:119 dirmngr/dirmngr.c:170 +#: agent/gpg-agent.c:164 scd/scdaemon.c:120 dirmngr/dirmngr.c:171 msgid "run in daemon mode (background)" msgstr "run in daemon mode (background)" -#: agent/gpg-agent.c:164 scd/scdaemon.c:116 dirmngr/dirmngr.c:169 +#: agent/gpg-agent.c:165 scd/scdaemon.c:117 dirmngr/dirmngr.c:170 msgid "run in server mode (foreground)" msgstr "run in server mode (foreground)" -#: agent/gpg-agent.c:166 dirmngr/dirmngr.c:172 +#: agent/gpg-agent.c:167 dirmngr/dirmngr.c:173 msgid "run in supervised mode" msgstr "run in supervised mode" -#: agent/gpg-agent.c:168 scd/scdaemon.c:120 dirmngr/dirmngr.c:183 +#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 msgid "do not detach from the console" msgstr "do not detach from the console" -#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 +#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 msgid "sh-style command output" msgstr "sh-style command output" -#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 +#: agent/gpg-agent.c:171 scd/scdaemon.c:123 dirmngr/dirmngr.c:186 msgid "csh-style command output" msgstr "csh-style command output" -#: agent/gpg-agent.c:178 g10/gpg.c:588 scd/scdaemon.c:124 sm/gpgsm.c:419 -#: dirmngr/dirmngr.c:187 +#: agent/gpg-agent.c:179 g10/gpg.c:589 scd/scdaemon.c:125 sm/gpgsm.c:422 +#: dirmngr/dirmngr.c:188 msgid "|FILE|read options from FILE" msgstr "|FILE|read options from FILE" -#: agent/gpg-agent.c:182 g10/gpg.c:573 scd/scdaemon.c:128 sm/gpgsm.c:262 -#: dirmngr/dirmngr.c:191 +#: agent/gpg-agent.c:183 g10/gpg.c:574 scd/scdaemon.c:129 sm/gpgsm.c:265 +#: dirmngr/dirmngr.c:192 msgid "Options controlling the diagnostic output" msgstr "Options controlling the diagnostic output" -#: agent/gpg-agent.c:184 g10/gpg.c:575 g10/gpgv.c:78 kbx/kbxutil.c:89 -#: scd/scdaemon.c:130 sm/gpgsm.c:264 dirmngr/dirmngr-client.c:69 -#: dirmngr/dirmngr.c:193 dirmngr/dirmngr_ldap.c:102 +#: agent/gpg-agent.c:185 g10/gpg.c:576 g10/gpgv.c:78 kbx/kbxutil.c:89 +#: scd/scdaemon.c:131 sm/gpgsm.c:267 dirmngr/dirmngr-client.c:69 +#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:102 #: tools/gpg-connect-agent.c:85 tools/gpgconf.c:111 msgid "verbose" msgstr "verbose" -#: agent/gpg-agent.c:185 g10/gpg.c:577 g10/gpgv.c:79 kbx/kbxutil.c:90 -#: scd/scdaemon.c:131 sm/gpgsm.c:266 dirmngr/dirmngr-client.c:70 -#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:103 +#: agent/gpg-agent.c:186 g10/gpg.c:578 g10/gpgv.c:79 kbx/kbxutil.c:90 +#: scd/scdaemon.c:132 sm/gpgsm.c:269 dirmngr/dirmngr-client.c:70 +#: dirmngr/dirmngr.c:195 dirmngr/dirmngr_ldap.c:103 msgid "be somewhat more quiet" msgstr "be somewhat more quiet" -#: agent/gpg-agent.c:193 g10/gpg.c:592 sm/gpgsm.c:280 dirmngr/dirmngr.c:204 +#: agent/gpg-agent.c:194 g10/gpg.c:593 sm/gpgsm.c:283 dirmngr/dirmngr.c:205 msgid "|FILE|write server mode logs to FILE" msgstr "|FILE|write server mode logs to FILE" -#: agent/gpg-agent.c:197 g10/gpg.c:598 scd/scdaemon.c:145 sm/gpgsm.c:287 -#: dirmngr/dirmngr.c:208 +#: agent/gpg-agent.c:198 g10/gpg.c:599 scd/scdaemon.c:146 sm/gpgsm.c:290 +#: dirmngr/dirmngr.c:209 msgid "Options controlling the configuration" msgstr "Options controlling the configuration" -#: agent/gpg-agent.c:200 +#: agent/gpg-agent.c:201 msgid "do not use the SCdaemon" msgstr "do not use the SCdaemon" -#: agent/gpg-agent.c:202 +#: agent/gpg-agent.c:203 msgid "|PGM|use PGM as the SCdaemon program" msgstr "|PGM|use PGM as the SCdaemon program" -#: agent/gpg-agent.c:204 +#: agent/gpg-agent.c:205 msgid "|PGM|use PGM as the tpm2daemon program" msgstr "|PGM|use PGM as the tpm2daemon program" -#: agent/gpg-agent.c:208 +#: agent/gpg-agent.c:209 msgid "|NAME|accept some commands via NAME" msgstr "|NAME|accept some commands via NAME" -#: agent/gpg-agent.c:212 +#: agent/gpg-agent.c:213 msgid "ignore requests to change the TTY" msgstr "ignore requests to change the TTY" -#: agent/gpg-agent.c:214 +#: agent/gpg-agent.c:215 msgid "ignore requests to change the X display" msgstr "ignore requests to change the X display" -#: agent/gpg-agent.c:215 +#: agent/gpg-agent.c:216 msgid "enable ssh support" msgstr "enable ssh support" -#: agent/gpg-agent.c:217 +#: agent/gpg-agent.c:218 msgid "|ALGO|use ALGO to show ssh fingerprints" msgstr "|ALGO|use ALGO to show ssh fingerprints" -#: agent/gpg-agent.c:220 +#: agent/gpg-agent.c:221 msgid "enable putty support" msgstr "enable putty support" -#: agent/gpg-agent.c:232 g10/gpg.c:843 scd/scdaemon.c:175 sm/gpgsm.c:379 +#: agent/gpg-agent.c:233 g10/gpg.c:844 scd/scdaemon.c:176 sm/gpgsm.c:382 msgid "Options controlling the security" msgstr "Options controlling the security" -#: agent/gpg-agent.c:235 +#: agent/gpg-agent.c:236 msgid "|N|expire cached PINs after N seconds" msgstr "|N|expire cached PINs after N seconds" -#: agent/gpg-agent.c:237 +#: agent/gpg-agent.c:238 msgid "|N|expire SSH keys after N seconds" msgstr "|N|expire SSH keys after N seconds" -#: agent/gpg-agent.c:239 +#: agent/gpg-agent.c:240 msgid "|N|set maximum PIN cache lifetime to N seconds" msgstr "|N|set maximum PIN cache lifetime to N seconds" -#: agent/gpg-agent.c:241 +#: agent/gpg-agent.c:242 msgid "|N|set maximum SSH key lifetime to N seconds" msgstr "|N|set maximum SSH key lifetime to N seconds" -#: agent/gpg-agent.c:243 +#: agent/gpg-agent.c:244 msgid "do not use the PIN cache when signing" msgstr "do not use the PIN cache when signing" -#: agent/gpg-agent.c:245 +#: agent/gpg-agent.c:246 msgid "disallow the use of an external password cache" msgstr "disallow the use of an external password cache" -#: agent/gpg-agent.c:247 +#: agent/gpg-agent.c:248 msgid "disallow clients to mark keys as \"trusted\"" msgstr "disallow clients to mark keys as “trustedâ€" -#: agent/gpg-agent.c:250 +#: agent/gpg-agent.c:251 msgid "allow presetting passphrase" msgstr "allow presetting passphrase" -#: agent/gpg-agent.c:255 +#: agent/gpg-agent.c:256 msgid "Options enforcing a passphrase policy" msgstr "Options enforcing a passphrase policy" -#: agent/gpg-agent.c:258 +#: agent/gpg-agent.c:259 msgid "do not allow bypassing the passphrase policy" msgstr "do not allow bypassing the passphrase policy" -#: agent/gpg-agent.c:260 +#: agent/gpg-agent.c:261 msgid "|N|set minimal required length for new passphrases to N" msgstr "|N|set minimal required length for new passphrases to N" -#: agent/gpg-agent.c:262 +#: agent/gpg-agent.c:263 msgid "|N|require at least N non-alpha characters for a new passphrase" msgstr "|N|require at least N non-alpha characters for a new passphrase" -#: agent/gpg-agent.c:265 +#: agent/gpg-agent.c:266 msgid "|FILE|check new passphrases against pattern in FILE" msgstr "|FILE|check new passphrases against pattern in FILE" -#: agent/gpg-agent.c:267 +#: agent/gpg-agent.c:268 msgid "|N|expire the passphrase after N days" msgstr "|N|expire the passphrase after N days" -#: agent/gpg-agent.c:269 +#: agent/gpg-agent.c:270 msgid "do not allow the reuse of old passphrases" msgstr "do not allow the reuse of old passphrases" -#: agent/gpg-agent.c:272 +#: agent/gpg-agent.c:273 msgid "Options controlling the PIN-Entry" msgstr "Options controlling the PIN-Entry" -#: agent/gpg-agent.c:274 +#: agent/gpg-agent.c:275 msgid "never use the PIN-entry" msgstr "never use the PIN-entry" -#: agent/gpg-agent.c:276 +#: agent/gpg-agent.c:277 msgid "disallow caller to override the pinentry" msgstr "disallow caller to override the pinentry" -#: agent/gpg-agent.c:278 +#: agent/gpg-agent.c:279 msgid "let PIN-Entry grab keyboard and mouse" msgstr "let PIN-Entry grab keyboard and mouse" -#: agent/gpg-agent.c:281 +#: agent/gpg-agent.c:282 msgid "|PGM|use PGM as the PIN-Entry program" msgstr "|PGM|use PGM as the PIN-Entry program" -#: agent/gpg-agent.c:285 +#: agent/gpg-agent.c:286 msgid "|N|set the Pinentry timeout to N seconds" msgstr "|N|set the Pinentry timeout to N seconds" -#: agent/gpg-agent.c:287 +#: agent/gpg-agent.c:288 msgid "allow passphrase to be prompted through Emacs" msgstr "allow passphrase to be prompted through Emacs" #. TRANSLATORS: @EMAIL@ will get replaced by the actual bug #. reporting address. This is so that we can change the #. reporting address without breaking the translations. -#: agent/gpg-agent.c:550 agent/preset-passphrase.c:99 agent/protect-tool.c:154 -#: g10/gpg.c:1131 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:311 -#: sm/gpgsm.c:609 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:437 +#: agent/gpg-agent.c:551 agent/preset-passphrase.c:99 agent/protect-tool.c:154 +#: g10/gpg.c:1132 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:312 +#: sm/gpgsm.c:612 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:438 #: dirmngr/dirmngr_ldap.c:175 tools/gpg-connect-agent.c:220 tools/gpgconf.c:151 #: tools/gpg-check-pattern.c:143 msgid "Please report bugs to <@EMAIL@>.\n" msgstr "Please report bugs to <@EMAIL@>.\n" -#: agent/gpg-agent.c:559 +#: agent/gpg-agent.c:560 msgid "Usage: @GPG_AGENT@ [options] (-h for help)" msgstr "Usage: @GPG_AGENT@ [options] (-h for help)" -#: agent/gpg-agent.c:561 +#: agent/gpg-agent.c:562 msgid "" "Syntax: @GPG_AGENT@ [options] [command [args]]\n" "Secret key management for @GNUPG@\n" @@ -634,125 +634,125 @@ msgstr "" "Syntax: @GPG_AGENT@ [options] [command [args]]\n" "Secret key management for @GNUPG@\n" -#: agent/gpg-agent.c:606 g10/gpg.c:1336 scd/scdaemon.c:383 sm/gpgsm.c:757 -#: dirmngr/dirmngr.c:521 +#: agent/gpg-agent.c:607 g10/gpg.c:1337 scd/scdaemon.c:384 sm/gpgsm.c:760 +#: dirmngr/dirmngr.c:522 #, c-format msgid "invalid debug-level '%s' given\n" msgstr "invalid debug-level ‘%s’ given\n" -#: agent/gpg-agent.c:971 g10/gpg.c:3879 g10/gpg.c:3903 sm/gpgsm.c:1736 -#: sm/gpgsm.c:1742 +#: agent/gpg-agent.c:972 g10/gpg.c:3910 g10/gpg.c:3934 sm/gpgsm.c:1769 +#: sm/gpgsm.c:1775 #, c-format msgid "selected digest algorithm is invalid\n" msgstr "selected digest algorithm is invalid\n" -#: agent/gpg-agent.c:1195 agent/gpg-agent.c:2010 g10/gpg.c:2588 -#: scd/scdaemon.c:548 sm/gpgsm.c:1151 dirmngr/dirmngr.c:988 -#: dirmngr/dirmngr.c:1830 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:2019 common/comopt.c:93 +#: g10/gpg.c:2591 scd/scdaemon.c:549 sm/gpgsm.c:1155 dirmngr/dirmngr.c:989 +#: dirmngr/dirmngr.c:1840 #, c-format msgid "reading options from '%s'\n" msgstr "reading options from ‘%s’\n" -#: agent/gpg-agent.c:1327 g10/gpg.c:3830 scd/scdaemon.c:675 sm/gpgsm.c:1676 -#: dirmngr/dirmngr.c:1099 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 +#: agent/gpg-agent.c:1335 g10/gpg.c:3861 scd/scdaemon.c:687 sm/gpgsm.c:1709 +#: dirmngr/dirmngr.c:1108 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 #, c-format msgid "Note: '%s' is not considered an option\n" msgstr "Note: ‘%s’ is not considered an option\n" -#: agent/gpg-agent.c:2146 scd/scdaemon.c:1096 dirmngr/dirmngr.c:1258 +#: agent/gpg-agent.c:2172 scd/scdaemon.c:1108 dirmngr/dirmngr.c:1267 #, c-format msgid "can't create socket: %s\n" msgstr "can't create socket: %s\n" -#: agent/gpg-agent.c:2163 scd/scdaemon.c:1109 dirmngr/dirmngr.c:1271 +#: agent/gpg-agent.c:2189 scd/scdaemon.c:1121 dirmngr/dirmngr.c:1280 #, c-format msgid "socket name '%s' is too long\n" msgstr "socket name ‘%s’ is too long\n" -#: agent/gpg-agent.c:2202 +#: agent/gpg-agent.c:2228 #, c-format msgid "a gpg-agent is already running - not starting a new one\n" msgstr "a gpg-agent is already running - not starting a new one\n" -#: agent/gpg-agent.c:2213 scd/scdaemon.c:1133 dirmngr/dirmngr.c:1303 +#: agent/gpg-agent.c:2239 scd/scdaemon.c:1145 dirmngr/dirmngr.c:1312 #, c-format msgid "error getting nonce for the socket\n" msgstr "error getting nonce for the socket\n" -#: agent/gpg-agent.c:2218 scd/scdaemon.c:1136 dirmngr/dirmngr.c:1306 +#: agent/gpg-agent.c:2244 scd/scdaemon.c:1148 dirmngr/dirmngr.c:1315 #, c-format msgid "error binding socket to '%s': %s\n" msgstr "error binding socket to '%s': %s\n" -#: agent/gpg-agent.c:2229 agent/gpg-agent.c:2269 agent/gpg-agent.c:2278 -#: scd/scdaemon.c:1144 dirmngr/dirmngr.c:1315 +#: agent/gpg-agent.c:2255 agent/gpg-agent.c:2295 agent/gpg-agent.c:2304 +#: scd/scdaemon.c:1156 dirmngr/dirmngr.c:1324 #, c-format msgid "can't set permissions of '%s': %s\n" msgstr "can't set permissions of '%s': %s\n" -#: agent/gpg-agent.c:2243 scd/scdaemon.c:1156 dirmngr/dirmngr.c:1327 +#: agent/gpg-agent.c:2269 scd/scdaemon.c:1168 dirmngr/dirmngr.c:1336 #, c-format msgid "listening on socket '%s'\n" msgstr "listening on socket ‘%s’\n" -#: agent/gpg-agent.c:2263 agent/gpg-agent.c:2316 common/homedir.c:517 +#: agent/gpg-agent.c:2289 agent/gpg-agent.c:2342 common/homedir.c:517 #: g10/openfile.c:399 g10/photoid.c:379 #, c-format msgid "can't create directory '%s': %s\n" msgstr "can't create directory '%s': %s\n" -#: agent/gpg-agent.c:2266 agent/gpg-agent.c:2321 common/homedir.c:520 +#: agent/gpg-agent.c:2292 agent/gpg-agent.c:2347 common/homedir.c:520 #: g10/openfile.c:402 #, c-format msgid "directory '%s' created\n" msgstr "directory ‘%s’ created\n" -#: agent/gpg-agent.c:2327 +#: agent/gpg-agent.c:2353 #, c-format msgid "stat() failed for '%s': %s\n" msgstr "stat() failed for '%s': %s\n" -#: agent/gpg-agent.c:2331 +#: agent/gpg-agent.c:2357 #, c-format msgid "can't use '%s' as home directory\n" msgstr "can't use ‘%s’ as home directory\n" -#: agent/gpg-agent.c:2486 scd/scdaemon.c:1172 dirmngr/dirmngr.c:2042 +#: agent/gpg-agent.c:2512 scd/scdaemon.c:1184 dirmngr/dirmngr.c:2069 #, c-format msgid "error reading nonce on fd %d: %s\n" msgstr "error reading nonce on fd %d: %s\n" -#: agent/gpg-agent.c:2693 +#: agent/gpg-agent.c:2719 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "handler 0x%lx for fd %d started\n" -#: agent/gpg-agent.c:2698 +#: agent/gpg-agent.c:2724 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "handler 0x%lx for fd %d terminated\n" -#: agent/gpg-agent.c:2773 +#: agent/gpg-agent.c:2799 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "ssh handler 0x%lx for fd %d started\n" -#: agent/gpg-agent.c:2778 +#: agent/gpg-agent.c:2804 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "ssh handler 0x%lx for fd %d terminated\n" -#: agent/gpg-agent.c:3000 scd/scdaemon.c:1362 dirmngr/dirmngr.c:2256 +#: agent/gpg-agent.c:3026 scd/scdaemon.c:1374 dirmngr/dirmngr.c:2283 #, c-format msgid "npth_pselect failed: %s - waiting 1s\n" msgstr "npth_pselect failed: %s - waiting 1s\n" -#: agent/gpg-agent.c:3088 scd/scdaemon.c:1427 +#: agent/gpg-agent.c:3114 scd/scdaemon.c:1439 #, c-format msgid "%s %s stopped\n" msgstr "%s %s stopped\n" -#: agent/gpg-agent.c:3226 common/simple-pwquery.c:247 g10/call-agent.c:260 +#: agent/gpg-agent.c:3252 common/simple-pwquery.c:247 g10/call-agent.c:260 #: sm/call-agent.c:131 tools/gpg-connect-agent.c:2319 tools/card-call-scd.c:311 #, c-format msgid "no gpg-agent running in this session\n" @@ -778,8 +778,8 @@ msgstr "" "Syntax: gpg-preset-passphrase [options] KEYGRIP\n" "Password cache maintenance\n" -#: agent/protect-tool.c:107 g10/gpg.c:447 kbx/kbxutil.c:72 sm/gpgsm.c:213 -#: dirmngr/dirmngr.c:167 tools/gpgconf.c:81 +#: agent/protect-tool.c:107 g10/gpg.c:448 kbx/kbxutil.c:72 sm/gpgsm.c:215 +#: dirmngr/dirmngr.c:168 tools/gpgconf.c:81 msgid "" "@Commands:\n" " " @@ -1034,7 +1034,7 @@ msgid "error creating a stream for a pipe: %s\n" msgstr "error creating a stream for a pipe: %s\n" #: common/exechelp-posix.c:505 common/exechelp-posix.c:580 -#: common/exechelp-posix.c:861 dirmngr/dirmngr.c:1345 +#: common/exechelp-posix.c:866 dirmngr/dirmngr.c:1354 #, c-format msgid "error forking process: %s\n" msgstr "error forking process: %s\n" @@ -1044,23 +1044,23 @@ msgstr "error forking process: %s\n" msgid "waiting for process %d to terminate failed: %s\n" msgstr "waiting for process %d to terminate failed: %s\n" -#: common/exechelp-posix.c:688 common/exechelp-posix.c:804 +#: common/exechelp-posix.c:688 common/exechelp-posix.c:809 #, c-format msgid "error running '%s': probably not installed\n" msgstr "error running '%s': probably not installed\n" -#: common/exechelp-posix.c:694 common/exechelp-posix.c:811 +#: common/exechelp-posix.c:694 common/exechelp-posix.c:816 #: common/exechelp-w32.c:839 common/exechelp-w32ce.c:782 #, c-format msgid "error running '%s': exit status %d\n" msgstr "error running '%s': exit status %d\n" -#: common/exechelp-posix.c:702 common/exechelp-posix.c:819 +#: common/exechelp-posix.c:702 common/exechelp-posix.c:824 #, c-format msgid "error running '%s': terminated\n" msgstr "error running '%s': terminated\n" -#: common/exechelp-posix.c:760 common/exechelp-w32.c:820 +#: common/exechelp-posix.c:765 common/exechelp-w32.c:820 #, c-format msgid "waiting for processes to terminate failed: %s\n" msgstr "waiting for processes to terminate failed: %s\n" @@ -1106,7 +1106,7 @@ msgid "renaming '%s' to '%s' failed: %s\n" msgstr "renaming ‘%s’ to ‘%s’ failed: %s\n" #. TRANSLATORS: See doc/TRANSLATE about this string. -#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3081 +#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3082 msgid "yes" msgstr "yes" @@ -1161,7 +1161,7 @@ msgid "out of core while allocating %lu bytes" msgstr "out of core while allocating %lu bytes" #: common/miscellaneous.c:115 g10/card-util.c:917 tools/no-libgcrypt.c:30 -#: tools/gpg-card.c:415 +#: tools/gpg-card.c:416 #, c-format msgid "error allocating enough memory: %s\n" msgstr "error allocating enough memory: %s\n" @@ -1231,7 +1231,7 @@ msgstr "error getting version from '%s': %s\n" msgid "server '%s' is older than us (%s < %s)" msgstr "server ‘%s’ is older than us (%s < %s)" -#: common/asshelp.c:737 g10/call-dirmngr.c:407 +#: common/asshelp.c:737 g10/call-dirmngr.c:408 #, c-format msgid "WARNING: %s\n" msgstr "WARNING: %s\n" @@ -1508,8 +1508,8 @@ msgstr "lock ‘%s’ not made: %s\n" msgid "waiting for lock %s...\n" msgstr "waiting for lock %s...\n" -#: common/init.c:191 sm/gpgsm.c:1032 dirmngr/dirmngr.c:894 -#: dirmngr/dirmngr.c:903 +#: common/init.c:191 sm/gpgsm.c:1036 dirmngr/dirmngr.c:895 +#: dirmngr/dirmngr.c:904 #, c-format msgid "%s is too old (need %s, have %s)\n" msgstr "%s is too old (need %s, have %s)\n" @@ -1676,51 +1676,51 @@ msgstr "error from TPM: %s\n" msgid "problem with the agent: %s\n" msgstr "problem with the agent: %s\n" -#: g10/call-dirmngr.c:178 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 +#: g10/call-dirmngr.c:179 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 #, c-format msgid "no dirmngr running in this session\n" msgstr "no dirmngr running in this session\n" -#: g10/call-dirmngr.c:212 +#: g10/call-dirmngr.c:213 #, c-format msgid "keyserver option \"honor-keyserver-url\" may not be used in Tor mode\n" msgstr "keyserver option “honor-keyserver-url†may not be used in Tor mode\n" -#: g10/call-dirmngr.c:385 +#: g10/call-dirmngr.c:386 msgid "WKD uses a cached result" msgstr "WKD uses a cached result" -#: g10/call-dirmngr.c:388 +#: g10/call-dirmngr.c:389 msgid "Tor is not running" msgstr "Tor is not running" -#: g10/call-dirmngr.c:390 +#: g10/call-dirmngr.c:391 msgid "Tor is not properly configured" msgstr "Tor is not properly configured" -#: g10/call-dirmngr.c:392 +#: g10/call-dirmngr.c:393 msgid "DNS is not properly configured" msgstr "DNS is not properly configured" -#: g10/call-dirmngr.c:394 +#: g10/call-dirmngr.c:395 msgid "unacceptable HTTP redirect from server" msgstr "unacceptable HTTP redirect from server" -#: g10/call-dirmngr.c:396 +#: g10/call-dirmngr.c:397 msgid "unacceptable HTTP redirect from server was cleaned up" msgstr "unacceptable HTTP redirect from server was cleaned up" -#: g10/call-dirmngr.c:398 +#: g10/call-dirmngr.c:399 msgid "server uses an invalid certificate" msgstr "server uses an invalid certificate" -#: g10/call-dirmngr.c:405 g10/gpg.c:4568 +#: g10/call-dirmngr.c:406 g10/gpg.c:4599 #, c-format msgid "Note: %s\n" msgstr "Note: %s\n" #: g10/card-util.c:86 g10/card-util.c:369 g10/card-util.c:1924 -#: tools/gpg-card.c:3038 +#: tools/gpg-card.c:3039 #, c-format msgid "OpenPGP card not available: %s\n" msgstr "OpenPGP card not available: %s\n" @@ -1731,17 +1731,17 @@ msgid "OpenPGP card no. %s detected\n" msgstr "OpenPGP card no. %s detected\n" #: g10/card-util.c:97 g10/card-util.c:2309 g10/delkey.c:164 g10/keyedit.c:1428 -#: g10/keygen.c:4771 g10/revoke.c:214 g10/revoke.c:638 +#: g10/keygen.c:4791 g10/revoke.c:214 g10/revoke.c:638 #, c-format msgid "can't do this in batch mode\n" msgstr "can't do this in batch mode\n" -#: g10/card-util.c:105 tools/gpg-card.c:2942 +#: g10/card-util.c:105 tools/gpg-card.c:2943 #, c-format msgid "This command is only available for version 2 cards\n" msgstr "This command is only available for version 2 cards\n" -#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2947 +#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2948 #, c-format msgid "Reset Code not or not anymore available\n" msgstr "Reset Code not or not anymore available\n" @@ -1750,109 +1750,109 @@ msgstr "Reset Code not or not anymore available\n" #: g10/card-util.c:1802 g10/keyedit.c:394 g10/keyedit.c:415 g10/keyedit.c:429 #: g10/keygen.c:1991 g10/keygen.c:2165 g10/keygen.c:2385 g10/keygen.c:2685 #: sm/certreqgen-ui.c:166 sm/certreqgen-ui.c:292 sm/certreqgen-ui.c:326 -#: tools/gpg-card.c:509 +#: tools/gpg-card.c:510 msgid "Your selection? " msgstr "Your selection? " -#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:595 -#: tools/gpg-card.c:635 +#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:596 +#: tools/gpg-card.c:636 msgid "[not set]" msgstr "[not set]" -#: g10/card-util.c:558 tools/gpg-card.c:902 +#: g10/card-util.c:558 tools/gpg-card.c:903 msgid "Mr." msgstr "Mr." -#: g10/card-util.c:559 tools/gpg-card.c:903 +#: g10/card-util.c:559 tools/gpg-card.c:904 msgid "Ms." msgstr "Ms." -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 msgid "not forced" msgstr "not forced" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 msgid "forced" msgstr "forced" -#: g10/card-util.c:768 tools/gpg-card.c:1467 +#: g10/card-util.c:768 tools/gpg-card.c:1468 msgid "Error: Only plain ASCII is currently allowed.\n" msgstr "Error: Only plain ASCII is currently allowed.\n" -#: g10/card-util.c:770 tools/gpg-card.c:1469 +#: g10/card-util.c:770 tools/gpg-card.c:1470 msgid "Error: The \"<\" character may not be used.\n" msgstr "Error: The “<†character may not be used.\n" -#: g10/card-util.c:772 tools/gpg-card.c:1471 +#: g10/card-util.c:772 tools/gpg-card.c:1472 msgid "Error: Double spaces are not allowed.\n" msgstr "Error: Double spaces are not allowed.\n" -#: g10/card-util.c:789 tools/gpg-card.c:1504 +#: g10/card-util.c:789 tools/gpg-card.c:1505 msgid "Cardholder's surname: " msgstr "Cardholder's surname: " -#: g10/card-util.c:791 tools/gpg-card.c:1505 +#: g10/card-util.c:791 tools/gpg-card.c:1506 msgid "Cardholder's given name: " msgstr "Cardholder's given name: " -#: g10/card-util.c:809 tools/gpg-card.c:1522 +#: g10/card-util.c:809 tools/gpg-card.c:1523 #, c-format msgid "Error: Combined name too long (limit is %d characters).\n" msgstr "Error: Combined name too long (limit is %d characters).\n" -#: g10/card-util.c:830 tools/gpg-card.c:1560 +#: g10/card-util.c:830 tools/gpg-card.c:1561 msgid "URL to retrieve public key: " msgstr "URL to retrieve public key: " -#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:394 g10/import.c:744 -#: g10/import.c:803 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 -#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1657 -#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:425 +#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:406 g10/import.c:756 +#: g10/import.c:815 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 +#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1666 +#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:426 #, c-format msgid "error reading '%s': %s\n" msgstr "error reading '%s': %s\n" #: g10/card-util.c:959 g10/decrypt-data.c:498 g10/export.c:2496 -#: dirmngr/crlcache.c:925 tools/gpg-card.c:485 tools/gpg-card.c:492 +#: dirmngr/crlcache.c:925 tools/gpg-card.c:486 tools/gpg-card.c:493 #, c-format msgid "error writing '%s': %s\n" msgstr "error writing '%s': %s\n" -#: g10/card-util.c:986 tools/gpg-card.c:1649 +#: g10/card-util.c:986 tools/gpg-card.c:1650 msgid "Login data (account name): " msgstr "Login data (account name): " -#: g10/card-util.c:1024 tools/gpg-card.c:1944 +#: g10/card-util.c:1024 tools/gpg-card.c:1945 msgid "Private DO data: " msgstr "Private DO data: " -#: g10/card-util.c:1109 tools/gpg-card.c:1698 +#: g10/card-util.c:1109 tools/gpg-card.c:1699 msgid "Language preferences: " msgstr "Language preferences: " -#: g10/card-util.c:1117 tools/gpg-card.c:1709 +#: g10/card-util.c:1117 tools/gpg-card.c:1710 #, c-format msgid "Error: invalid length of preference string.\n" msgstr "Error: invalid length of preference string.\n" -#: g10/card-util.c:1126 tools/gpg-card.c:1718 +#: g10/card-util.c:1126 tools/gpg-card.c:1719 #, c-format msgid "Error: invalid characters in preference string.\n" msgstr "Error: invalid characters in preference string.\n" -#: g10/card-util.c:1148 tools/gpg-card.c:1752 +#: g10/card-util.c:1148 tools/gpg-card.c:1753 msgid "Salutation (M = Mr., F = Ms., or space): " msgstr "Salutation (M = Mr., F = Ms., or space): " -#: g10/card-util.c:1162 tools/gpg-card.c:1769 +#: g10/card-util.c:1162 tools/gpg-card.c:1770 msgid "Error: invalid response.\n" msgstr "Error: invalid response.\n" -#: g10/card-util.c:1185 tools/gpg-card.c:1834 +#: g10/card-util.c:1185 tools/gpg-card.c:1835 msgid "CA fingerprint: " msgstr "CA fingerprint: " -#: g10/card-util.c:1209 tools/gpg-card.c:1860 +#: g10/card-util.c:1209 tools/gpg-card.c:1861 #, c-format msgid "Error: invalid formatted fingerprint.\n" msgstr "Error: invalid formatted fingerprint.\n" @@ -1866,7 +1866,7 @@ msgstr "key operation not possible: %s\n" msgid "not an OpenPGP card" msgstr "not an OpenPGP card" -#: g10/card-util.c:1273 g10/keygen.c:4791 g10/keygen.c:5952 +#: g10/card-util.c:1273 g10/keygen.c:4811 g10/keygen.c:5972 #, c-format msgid "error getting current key info: %s\n" msgstr "error getting current key info: %s\n" @@ -1875,7 +1875,7 @@ msgstr "error getting current key info: %s\n" msgid "Replace existing key? (y/N) " msgstr "Replace existing key? (y/N) " -#: g10/card-util.c:1375 tools/gpg-card.c:3327 +#: g10/card-util.c:1375 tools/gpg-card.c:3328 msgid "" "Note: There is no guarantee that the card supports the requested\n" " key type or size. If the key generation does not succeed,\n" @@ -1960,13 +1960,13 @@ msgid "error getting card info: %s\n" msgstr "error getting card info: %s\n" #: g10/card-util.c:1591 g10/card-util.c:1936 g10/card-util.c:2112 -#: g10/card-util.c:2171 tools/gpg-card.c:3056 tools/gpg-card.c:3295 -#: tools/gpg-card.c:3353 +#: g10/card-util.c:2171 tools/gpg-card.c:3057 tools/gpg-card.c:3296 +#: tools/gpg-card.c:3354 #, c-format msgid "This command is not supported by this card\n" msgstr "This command is not supported by this card\n" -#: g10/card-util.c:1637 tools/gpg-card.c:2425 +#: g10/card-util.c:1637 tools/gpg-card.c:2426 msgid "Make off-card backup of encryption key? (Y/n) " msgstr "Make off-card backup of encryption key? (Y/n) " @@ -1975,11 +1975,11 @@ msgstr "Make off-card backup of encryption key? (Y/n) " msgid "Note: keys are already stored on the card!\n" msgstr "Note: keys are already stored on the card!\n" -#: g10/card-util.c:1654 tools/gpg-card.c:2397 +#: g10/card-util.c:1654 tools/gpg-card.c:2398 msgid "Replace existing keys? (y/N) " msgstr "Replace existing keys? (y/N) " -#: g10/card-util.c:1666 tools/gpg-card.c:2456 +#: g10/card-util.c:1666 tools/gpg-card.c:2457 #, c-format msgid "" "Please note that the factory settings of the PINs are\n" @@ -2015,16 +2015,16 @@ msgstr "Please select where to store the key:\n" msgid "KEYTOCARD failed: %s\n" msgstr "KEYTOCARD failed: %s\n" -#: g10/card-util.c:1941 tools/gpg-card.c:3064 +#: g10/card-util.c:1941 tools/gpg-card.c:3065 #, c-format msgid "Note: This command destroys all keys stored on the card!\n" msgstr "Note: This command destroys all keys stored on the card!\n" -#: g10/card-util.c:1944 tools/gpg-card.c:3067 tools/gpg-card.c:3408 +#: g10/card-util.c:1944 tools/gpg-card.c:3068 tools/gpg-card.c:3409 msgid "Continue? (y/N) " msgstr "Continue? (y/N) " -#: g10/card-util.c:1949 tools/gpg-card.c:3078 +#: g10/card-util.c:1949 tools/gpg-card.c:3079 msgid "Really do a factory reset? (enter \"yes\") " msgstr "Really do a factory reset? (enter “yesâ€) " @@ -2038,7 +2038,7 @@ msgstr "error for setup KDF: %s\n" msgid "error for setup UIF: %s\n" msgstr "error for setup UIF: %s\n" -#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3648 +#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3649 msgid "quit this menu" msgstr "quit this menu" @@ -2046,63 +2046,63 @@ msgstr "quit this menu" msgid "show admin commands" msgstr "show admin commands" -#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3651 +#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3652 msgid "show this help" msgstr "show this help" -#: g10/card-util.c:2217 tools/gpg-card.c:3653 +#: g10/card-util.c:2217 tools/gpg-card.c:3654 msgid "list all available data" msgstr "list all available data" -#: g10/card-util.c:2220 tools/gpg-card.c:3655 +#: g10/card-util.c:2220 tools/gpg-card.c:3656 msgid "change card holder's name" msgstr "change card holder's name" -#: g10/card-util.c:2221 tools/gpg-card.c:3656 +#: g10/card-util.c:2221 tools/gpg-card.c:3657 msgid "change URL to retrieve key" msgstr "change URL to retrieve key" -#: g10/card-util.c:2222 tools/gpg-card.c:3657 +#: g10/card-util.c:2222 tools/gpg-card.c:3658 msgid "fetch the key specified in the card URL" msgstr "fetch the key specified in the card URL" -#: g10/card-util.c:2223 tools/gpg-card.c:3658 +#: g10/card-util.c:2223 tools/gpg-card.c:3659 msgid "change the login name" msgstr "change the login name" -#: g10/card-util.c:2224 tools/gpg-card.c:3659 +#: g10/card-util.c:2224 tools/gpg-card.c:3660 msgid "change the language preferences" msgstr "change the language preferences" -#: g10/card-util.c:2225 tools/gpg-card.c:3660 +#: g10/card-util.c:2225 tools/gpg-card.c:3661 msgid "change card holder's salutation" msgstr "change card holder's salutation" -#: g10/card-util.c:2227 tools/gpg-card.c:3662 +#: g10/card-util.c:2227 tools/gpg-card.c:3663 msgid "change a CA fingerprint" msgstr "change a CA fingerprint" -#: g10/card-util.c:2228 tools/gpg-card.c:3663 +#: g10/card-util.c:2228 tools/gpg-card.c:3664 msgid "toggle the signature force PIN flag" msgstr "toggle the signature force PIN flag" -#: g10/card-util.c:2229 tools/gpg-card.c:3664 +#: g10/card-util.c:2229 tools/gpg-card.c:3665 msgid "generate new keys" msgstr "generate new keys" -#: g10/card-util.c:2230 tools/gpg-card.c:3665 +#: g10/card-util.c:2230 tools/gpg-card.c:3666 msgid "menu to change or unblock the PIN" msgstr "menu to change or unblock the PIN" -#: g10/card-util.c:2231 tools/gpg-card.c:3666 +#: g10/card-util.c:2231 tools/gpg-card.c:3667 msgid "verify the PIN and list all data" msgstr "verify the PIN and list all data" -#: g10/card-util.c:2232 tools/gpg-card.c:3667 +#: g10/card-util.c:2232 tools/gpg-card.c:3668 msgid "unblock the PIN using a Reset Code" msgstr "unblock the PIN using a Reset Code" -#: g10/card-util.c:2233 tools/gpg-card.c:3671 +#: g10/card-util.c:2233 tools/gpg-card.c:3672 msgid "destroy all keys and data" msgstr "destroy all keys and data" @@ -2114,11 +2114,11 @@ msgstr "setup KDF for PIN authentication (on/single/off)" msgid "change the key attribute" msgstr "change the key attribute" -#: g10/card-util.c:2237 tools/gpg-card.c:3673 +#: g10/card-util.c:2237 tools/gpg-card.c:3674 msgid "change the User Interaction Flag" msgstr "change the User Interaction Flag" -#: g10/card-util.c:2361 tools/gpg-card.c:3923 +#: g10/card-util.c:2361 tools/gpg-card.c:3924 msgid "gpg/card> " msgstr "gpg/card> " @@ -2134,8 +2134,8 @@ msgstr "Admin commands are allowed\n" msgid "Admin commands are not allowed\n" msgstr "Admin commands are not allowed\n" -#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3813 -#: tools/gpg-card.c:4071 +#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3814 +#: tools/gpg-card.c:4072 #, c-format msgid "Invalid command (try \"help\")\n" msgstr "Invalid command (try “helpâ€)\n" @@ -2145,21 +2145,21 @@ msgstr "Invalid command (try “helpâ€)\n" msgid "--output doesn't work for this command\n" msgstr "--output doesn't work for this command\n" -#: g10/decrypt.c:247 g10/gpg.c:5262 g10/keyring.c:399 g10/keyring.c:750 +#: g10/decrypt.c:247 g10/gpg.c:5293 g10/keyring.c:399 g10/keyring.c:750 #, c-format msgid "can't open '%s'\n" msgstr "can't open ‘%s’\n" #: g10/delkey.c:81 g10/export.c:1934 g10/export.c:2342 g10/export.c:2463 -#: g10/getkey.c:1907 g10/gpg.c:5207 g10/keyedit.c:1450 g10/keyedit.c:2382 -#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1238 +#: g10/getkey.c:1907 g10/gpg.c:5238 g10/keyedit.c:1450 g10/keyedit.c:2382 +#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1240 #: g10/revoke.c:230 g10/tofu.c:2168 #, c-format msgid "key \"%s\" not found: %s\n" msgstr "key “%s†not found: %s\n" -#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4303 -#: g10/gpg.c:5216 g10/keyedit.c:2354 g10/keyserver.c:1256 g10/revoke.c:236 +#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4330 +#: g10/gpg.c:5247 g10/keyedit.c:2354 g10/keyserver.c:1258 g10/revoke.c:236 #: g10/revoke.c:665 g10/tofu.c:2176 #, c-format msgid "error reading keyblock: %s\n" @@ -2279,14 +2279,14 @@ msgstr "cipher algorithm ‘%s’ may not be used for encryption\n" msgid "(use option \"%s\" to override)\n" msgstr "(use option “%s†to override)\n" -#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4052 -#: g10/gpg.c:4099 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1760 +#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4083 +#: g10/gpg.c:4130 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1793 #, c-format msgid "cipher algorithm '%s' may not be used in %s mode\n" msgstr "cipher algorithm ‘%s’ may not be used in %s mode\n" -#: g10/encrypt.c:564 g10/gpg.c:4064 g10/gpg.c:4111 g10/sig-check.c:155 -#: g10/sign.c:452 sm/gpgsm.c:1770 sm/gpgsm.c:1780 sm/sign.c:596 sm/verify.c:510 +#: g10/encrypt.c:564 g10/gpg.c:4095 g10/gpg.c:4142 g10/sig-check.c:155 +#: g10/sign.c:452 sm/gpgsm.c:1803 sm/gpgsm.c:1813 sm/sign.c:596 sm/verify.c:510 #, c-format msgid "digest algorithm '%s' may not be used in %s mode\n" msgstr "digest algorithm ‘%s’ may not be used in %s mode\n" @@ -2382,7 +2382,7 @@ msgstr "use the GnuPG key backup format" msgid " - skipped" msgstr " - skipped" -#: g10/export.c:1333 g10/import.c:2112 g10/openfile.c:202 g10/openfile.c:296 +#: g10/export.c:1333 g10/import.c:2124 g10/openfile.c:202 g10/openfile.c:296 #: g10/sign.c:1110 g10/sign.c:1447 #, c-format msgid "writing to '%s'\n" @@ -2472,268 +2472,268 @@ msgstr "Invalid key %s made valid by --allow-non-selfsigned-uid\n" msgid "using subkey %s instead of primary key %s\n" msgstr "using subkey %s instead of primary key %s\n" -#: g10/getkey.c:4232 g10/gpg.c:2164 +#: g10/getkey.c:4259 g10/gpg.c:2167 #, c-format msgid "valid values for option '%s':\n" msgstr "valid values for option '%s':\n" -#: g10/gpg.c:449 sm/gpgsm.c:215 +#: g10/gpg.c:450 sm/gpgsm.c:217 msgid "make a signature" msgstr "make a signature" -#: g10/gpg.c:450 +#: g10/gpg.c:451 msgid "make a clear text signature" msgstr "make a clear text signature" -#: g10/gpg.c:452 sm/gpgsm.c:217 +#: g10/gpg.c:453 sm/gpgsm.c:219 msgid "make a detached signature" msgstr "make a detached signature" -#: g10/gpg.c:453 sm/gpgsm.c:218 +#: g10/gpg.c:454 sm/gpgsm.c:220 msgid "encrypt data" msgstr "encrypt data" -#: g10/gpg.c:455 +#: g10/gpg.c:456 msgid "encryption only with symmetric cipher" msgstr "encryption only with symmetric cipher" -#: g10/gpg.c:457 sm/gpgsm.c:220 +#: g10/gpg.c:458 sm/gpgsm.c:222 msgid "decrypt data (default)" msgstr "decrypt data (default)" -#: g10/gpg.c:459 sm/gpgsm.c:221 +#: g10/gpg.c:460 sm/gpgsm.c:223 msgid "verify a signature" msgstr "verify a signature" -#: g10/gpg.c:461 sm/gpgsm.c:222 +#: g10/gpg.c:462 sm/gpgsm.c:224 msgid "list keys" msgstr "list keys" -#: g10/gpg.c:463 +#: g10/gpg.c:464 msgid "list keys and signatures" msgstr "list keys and signatures" -#: g10/gpg.c:466 +#: g10/gpg.c:467 msgid "list and check key signatures" msgstr "list and check key signatures" -#: g10/gpg.c:468 sm/gpgsm.c:227 +#: g10/gpg.c:469 sm/gpgsm.c:229 msgid "list keys and fingerprints" msgstr "list keys and fingerprints" -#: g10/gpg.c:469 sm/gpgsm.c:225 +#: g10/gpg.c:470 sm/gpgsm.c:227 msgid "list secret keys" msgstr "list secret keys" -#: g10/gpg.c:471 sm/gpgsm.c:228 +#: g10/gpg.c:472 sm/gpgsm.c:230 msgid "generate a new key pair" msgstr "generate a new key pair" -#: g10/gpg.c:474 +#: g10/gpg.c:475 msgid "quickly generate a new key pair" msgstr "quickly generate a new key pair" -#: g10/gpg.c:477 +#: g10/gpg.c:478 msgid "quickly add a new user-id" msgstr "quickly add a new user-id" -#: g10/gpg.c:482 +#: g10/gpg.c:483 msgid "quickly revoke a user-id" msgstr "quickly revoke a user-id" -#: g10/gpg.c:485 +#: g10/gpg.c:486 msgid "quickly set a new expiration date" msgstr "quickly set a new expiration date" -#: g10/gpg.c:488 +#: g10/gpg.c:489 msgid "full featured key pair generation" msgstr "full featured key pair generation" -#: g10/gpg.c:491 +#: g10/gpg.c:492 msgid "generate a revocation certificate" msgstr "generate a revocation certificate" -#: g10/gpg.c:494 sm/gpgsm.c:231 +#: g10/gpg.c:495 sm/gpgsm.c:233 msgid "remove keys from the public keyring" msgstr "remove keys from the public keyring" -#: g10/gpg.c:496 +#: g10/gpg.c:497 msgid "remove keys from the secret keyring" msgstr "remove keys from the secret keyring" -#: g10/gpg.c:498 +#: g10/gpg.c:499 msgid "quickly sign a key" msgstr "quickly sign a key" -#: g10/gpg.c:500 +#: g10/gpg.c:501 msgid "quickly sign a key locally" msgstr "quickly sign a key locally" -#: g10/gpg.c:502 +#: g10/gpg.c:503 msgid "quickly revoke a key signature" msgstr "quickly revoke a key signature" -#: g10/gpg.c:503 +#: g10/gpg.c:504 msgid "sign a key" msgstr "sign a key" -#: g10/gpg.c:504 +#: g10/gpg.c:505 msgid "sign a key locally" msgstr "sign a key locally" -#: g10/gpg.c:505 +#: g10/gpg.c:506 msgid "sign or edit a key" msgstr "sign or edit a key" -#: g10/gpg.c:507 sm/gpgsm.c:249 +#: g10/gpg.c:508 sm/gpgsm.c:251 msgid "change a passphrase" msgstr "change a passphrase" -#: g10/gpg.c:511 +#: g10/gpg.c:512 msgid "export keys" msgstr "export keys" -#: g10/gpg.c:512 +#: g10/gpg.c:513 msgid "export keys to a keyserver" msgstr "export keys to a keyserver" -#: g10/gpg.c:513 +#: g10/gpg.c:514 msgid "import keys from a keyserver" msgstr "import keys from a keyserver" -#: g10/gpg.c:516 +#: g10/gpg.c:517 msgid "search for keys on a keyserver" msgstr "search for keys on a keyserver" -#: g10/gpg.c:518 +#: g10/gpg.c:519 msgid "update all keys from a keyserver" msgstr "update all keys from a keyserver" -#: g10/gpg.c:526 +#: g10/gpg.c:527 msgid "import/merge keys" msgstr "import/merge keys" -#: g10/gpg.c:529 +#: g10/gpg.c:530 msgid "print the card status" msgstr "print the card status" -#: g10/gpg.c:530 +#: g10/gpg.c:531 msgid "change data on a card" msgstr "change data on a card" -#: g10/gpg.c:532 +#: g10/gpg.c:533 msgid "change a card's PIN" msgstr "change a card's PIN" -#: g10/gpg.c:544 +#: g10/gpg.c:545 msgid "update the trust database" msgstr "update the trust database" -#: g10/gpg.c:554 +#: g10/gpg.c:555 msgid "print message digests" msgstr "print message digests" -#: g10/gpg.c:558 sm/gpgsm.c:244 +#: g10/gpg.c:559 sm/gpgsm.c:246 msgid "run in server mode" msgstr "run in server mode" -#: g10/gpg.c:560 +#: g10/gpg.c:561 msgid "|VALUE|set the TOFU policy for a key" msgstr "|VALUE|set the TOFU policy for a key" -#: g10/gpg.c:603 +#: g10/gpg.c:604 msgid "|NAME|use NAME as default secret key" msgstr "|NAME|use NAME as default secret key" -#: g10/gpg.c:605 sm/gpgsm.c:337 +#: g10/gpg.c:606 sm/gpgsm.c:340 msgid "|NAME|encrypt to user ID NAME as well" msgstr "|NAME|encrypt to user ID NAME as well" -#: g10/gpg.c:613 +#: g10/gpg.c:614 msgid "|SPEC|set up email aliases" msgstr "|SPEC|set up email aliases" -#: g10/gpg.c:625 +#: g10/gpg.c:626 msgid "use strict OpenPGP behavior" msgstr "use strict OpenPGP behavior" -#: g10/gpg.c:650 kbx/kbxutil.c:91 sm/gpgsm.c:421 tools/gpgconf.c:113 +#: g10/gpg.c:651 kbx/kbxutil.c:91 sm/gpgsm.c:424 tools/gpgconf.c:113 msgid "do not make any changes" msgstr "do not make any changes" -#: g10/gpg.c:651 +#: g10/gpg.c:652 msgid "prompt before overwriting" msgstr "prompt before overwriting" -#: g10/gpg.c:700 sm/gpgsm.c:307 +#: g10/gpg.c:701 sm/gpgsm.c:310 msgid "Options controlling the input" msgstr "Options controlling the input" -#: g10/gpg.c:718 sm/gpgsm.c:317 +#: g10/gpg.c:719 sm/gpgsm.c:320 msgid "Options controlling the output" msgstr "Options controlling the output" -#: g10/gpg.c:720 sm/gpgsm.c:319 +#: g10/gpg.c:721 sm/gpgsm.c:322 msgid "create ascii armored output" msgstr "create ascii armored output" -#: g10/gpg.c:724 g10/gpgv.c:82 sm/gpgsm.c:324 +#: g10/gpg.c:725 g10/gpgv.c:82 sm/gpgsm.c:327 msgid "|FILE|write output to FILE" msgstr "|FILE|write output to FILE" -#: g10/gpg.c:737 +#: g10/gpg.c:738 msgid "use canonical text mode" msgstr "use canonical text mode" -#: g10/gpg.c:755 +#: g10/gpg.c:756 msgid "|N|set compress level to N (0 disables)" msgstr "|N|set compress level to N (0 disables)" -#: g10/gpg.c:761 sm/gpgsm.c:354 +#: g10/gpg.c:762 sm/gpgsm.c:357 msgid "Options controlling key import and export" msgstr "Options controlling key import and export" -#: g10/gpg.c:764 +#: g10/gpg.c:765 msgid "|MECHANISMS|use MECHANISMS to locate keys by mail address" msgstr "|MECHANISMS|use MECHANISMS to locate keys by mail address" -#: g10/gpg.c:767 +#: g10/gpg.c:768 msgid "import missing key from a signature" msgstr "import missing key from a signature" -#: g10/gpg.c:772 +#: g10/gpg.c:773 msgid "include the public key in signatures" msgstr "include the public key in signatures" -#: g10/gpg.c:775 sm/gpgsm.c:357 +#: g10/gpg.c:776 sm/gpgsm.c:360 msgid "disable all access to the dirmngr" msgstr "disable all access to the dirmngr" -#: g10/gpg.c:787 sm/gpgsm.c:364 +#: g10/gpg.c:788 sm/gpgsm.c:367 msgid "Options controlling key listings" msgstr "Options controlling key listings" -#: g10/gpg.c:817 sm/gpgsm.c:329 +#: g10/gpg.c:818 sm/gpgsm.c:332 msgid "Options to specify keys" msgstr "Options to specify keys" -#: g10/gpg.c:819 sm/gpgsm.c:331 +#: g10/gpg.c:820 sm/gpgsm.c:334 msgid "|USER-ID|encrypt for USER-ID" msgstr "|USER-ID|encrypt for USER-ID" -#: g10/gpg.c:827 sm/gpgsm.c:333 +#: g10/gpg.c:828 sm/gpgsm.c:336 msgid "|USER-ID|use USER-ID to sign or decrypt" msgstr "|USER-ID|use USER-ID to sign or decrypt" -#: g10/gpg.c:875 sm/gpgsm.c:405 +#: g10/gpg.c:876 sm/gpgsm.c:408 msgid "Options for unattended use" msgstr "Options for unattended use" -#: g10/gpg.c:894 sm/gpgsm.c:417 dirmngr/dirmngr.c:285 +#: g10/gpg.c:895 sm/gpgsm.c:420 dirmngr/dirmngr.c:286 msgid "Other options" msgstr "Other options" -#: g10/gpg.c:965 sm/gpgsm.c:450 +#: g10/gpg.c:966 sm/gpgsm.c:453 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -2741,7 +2741,7 @@ msgstr "" "@\n" "(See the man page for a complete listing of all commands and options)\n" -#: g10/gpg.c:968 +#: g10/gpg.c:969 msgid "" "@\n" "Examples:\n" @@ -2761,11 +2761,11 @@ msgstr "" " --list-keys [names] show keys\n" " --fingerprint [names] show fingerprints\n" -#: g10/gpg.c:1153 +#: g10/gpg.c:1154 msgid "Usage: @GPG@ [options] [files] (-h for help)" msgstr "Usage: @GPG@ [options] [files] (-h for help)" -#: g10/gpg.c:1156 +#: g10/gpg.c:1157 msgid "" "Syntax: @GPG@ [options] [files]\n" "Sign, check, encrypt or decrypt\n" @@ -2775,7 +2775,7 @@ msgstr "" "Sign, check, encrypt or decrypt\n" "Default operation depends on the input data\n" -#: g10/gpg.c:1167 sm/gpgsm.c:633 +#: g10/gpg.c:1168 sm/gpgsm.c:636 msgid "" "\n" "Supported algorithms:\n" @@ -2783,551 +2783,551 @@ msgstr "" "\n" "Supported algorithms:\n" -#: g10/gpg.c:1170 +#: g10/gpg.c:1171 msgid "Pubkey: " msgstr "Pubkey: " -#: g10/gpg.c:1177 g10/keyedit.c:3316 +#: g10/gpg.c:1178 g10/keyedit.c:3316 msgid "Cipher: " msgstr "Cipher: " -#: g10/gpg.c:1191 +#: g10/gpg.c:1192 msgid "Hash: " msgstr "Hash: " -#: g10/gpg.c:1198 g10/keyedit.c:3382 +#: g10/gpg.c:1199 g10/keyedit.c:3382 msgid "Compression: " msgstr "Compression: " -#: g10/gpg.c:1273 sm/gpgsm.c:707 +#: g10/gpg.c:1274 sm/gpgsm.c:710 #, c-format msgid "usage: %s [options] %s\n" msgstr "usage: %s [options] %s\n" -#: g10/gpg.c:1466 sm/gpgsm.c:800 +#: g10/gpg.c:1467 sm/gpgsm.c:803 #, c-format msgid "conflicting commands\n" msgstr "conflicting commands\n" -#: g10/gpg.c:1484 +#: g10/gpg.c:1485 #, c-format msgid "no = sign found in group definition '%s'\n" msgstr "no = sign found in group definition ‘%s’\n" -#: g10/gpg.c:1682 +#: g10/gpg.c:1683 #, c-format msgid "WARNING: unsafe ownership on homedir '%s'\n" msgstr "WARNING: unsafe ownership on homedir ‘%s’\n" -#: g10/gpg.c:1685 +#: g10/gpg.c:1686 #, c-format msgid "WARNING: unsafe ownership on configuration file '%s'\n" msgstr "WARNING: unsafe ownership on configuration file ‘%s’\n" -#: g10/gpg.c:1688 +#: g10/gpg.c:1689 #, c-format msgid "WARNING: unsafe ownership on extension '%s'\n" msgstr "WARNING: unsafe ownership on extension ‘%s’\n" -#: g10/gpg.c:1694 +#: g10/gpg.c:1695 #, c-format msgid "WARNING: unsafe permissions on homedir '%s'\n" msgstr "WARNING: unsafe permissions on homedir ‘%s’\n" -#: g10/gpg.c:1697 +#: g10/gpg.c:1698 #, c-format msgid "WARNING: unsafe permissions on configuration file '%s'\n" msgstr "WARNING: unsafe permissions on configuration file ‘%s’\n" -#: g10/gpg.c:1700 +#: g10/gpg.c:1701 #, c-format msgid "WARNING: unsafe permissions on extension '%s'\n" msgstr "WARNING: unsafe permissions on extension ‘%s’\n" -#: g10/gpg.c:1706 +#: g10/gpg.c:1707 #, c-format msgid "WARNING: unsafe enclosing directory ownership on homedir '%s'\n" msgstr "WARNING: unsafe enclosing directory ownership on homedir ‘%s’\n" -#: g10/gpg.c:1709 +#: g10/gpg.c:1710 #, c-format msgid "" "WARNING: unsafe enclosing directory ownership on configuration file '%s'\n" msgstr "" "WARNING: unsafe enclosing directory ownership on configuration file ‘%s’\n" -#: g10/gpg.c:1712 +#: g10/gpg.c:1713 #, c-format msgid "WARNING: unsafe enclosing directory ownership on extension '%s'\n" msgstr "WARNING: unsafe enclosing directory ownership on extension ‘%s’\n" -#: g10/gpg.c:1718 +#: g10/gpg.c:1719 #, c-format msgid "WARNING: unsafe enclosing directory permissions on homedir '%s'\n" msgstr "WARNING: unsafe enclosing directory permissions on homedir ‘%s’\n" -#: g10/gpg.c:1721 +#: g10/gpg.c:1722 #, c-format msgid "" "WARNING: unsafe enclosing directory permissions on configuration file '%s'\n" msgstr "" "WARNING: unsafe enclosing directory permissions on configuration file ‘%s’\n" -#: g10/gpg.c:1724 +#: g10/gpg.c:1725 #, c-format msgid "WARNING: unsafe enclosing directory permissions on extension '%s'\n" msgstr "WARNING: unsafe enclosing directory permissions on extension ‘%s’\n" -#: g10/gpg.c:1940 +#: g10/gpg.c:1941 #, c-format msgid "unknown configuration item '%s'\n" msgstr "unknown configuration item ‘%s’\n" -#: g10/gpg.c:2034 +#: g10/gpg.c:2037 msgid "display photo IDs during key listings" msgstr "display photo IDs during key listings" -#: g10/gpg.c:2036 +#: g10/gpg.c:2039 msgid "show key usage information during key listings" msgstr "show key usage information during key listings" -#: g10/gpg.c:2038 +#: g10/gpg.c:2041 msgid "show policy URLs during signature listings" msgstr "show policy URLs during signature listings" -#: g10/gpg.c:2040 +#: g10/gpg.c:2043 msgid "show all notations during signature listings" msgstr "show all notations during signature listings" -#: g10/gpg.c:2042 +#: g10/gpg.c:2045 msgid "show IETF standard notations during signature listings" msgstr "show IETF standard notations during signature listings" -#: g10/gpg.c:2046 +#: g10/gpg.c:2049 msgid "show user-supplied notations during signature listings" msgstr "show user-supplied notations during signature listings" -#: g10/gpg.c:2048 +#: g10/gpg.c:2051 msgid "show preferred keyserver URLs during signature listings" msgstr "show preferred keyserver URLs during signature listings" -#: g10/gpg.c:2050 +#: g10/gpg.c:2053 msgid "show user ID validity during key listings" msgstr "show user ID validity during key listings" -#: g10/gpg.c:2052 +#: g10/gpg.c:2055 msgid "show revoked and expired user IDs in key listings" msgstr "show revoked and expired user IDs in key listings" -#: g10/gpg.c:2054 +#: g10/gpg.c:2057 msgid "show revoked and expired subkeys in key listings" msgstr "show revoked and expired subkeys in key listings" -#: g10/gpg.c:2056 +#: g10/gpg.c:2059 msgid "show the keyring name in key listings" msgstr "show the keyring name in key listings" -#: g10/gpg.c:2058 +#: g10/gpg.c:2061 msgid "show expiration dates during signature listings" msgstr "show expiration dates during signature listings" -#: g10/gpg.c:2175 +#: g10/gpg.c:2178 #, c-format msgid "unknown TOFU policy '%s'\n" msgstr "unknown TOFU policy ‘%s’\n" -#: g10/gpg.c:2177 +#: g10/gpg.c:2180 #, c-format msgid "(use \"help\" to list choices)\n" msgstr "(use “help†to list choices)\n" -#: g10/gpg.c:2972 g10/gpg.c:3797 g10/gpg.c:3809 +#: g10/gpg.c:2975 g10/gpg.c:3828 g10/gpg.c:3840 #, c-format msgid "Note: %s is not for normal use!\n" msgstr "Note: %s is not for normal use!\n" -#: g10/gpg.c:3148 g10/gpg.c:3160 +#: g10/gpg.c:3151 g10/gpg.c:3163 #, c-format msgid "'%s' is not a valid signature expiration\n" msgstr "‘%s’ is not a valid signature expiration\n" -#: g10/gpg.c:3182 +#: g10/gpg.c:3185 #, c-format msgid "\"%s\" is not a proper mail address\n" msgstr "“%s†is not a proper mail address\n" -#: g10/gpg.c:3214 sm/gpgsm.c:1265 +#: g10/gpg.c:3217 sm/gpgsm.c:1270 #, c-format msgid "invalid pinentry mode '%s'\n" msgstr "invalid pinentry mode ‘%s’\n" -#: g10/gpg.c:3220 sm/gpgsm.c:1271 +#: g10/gpg.c:3223 sm/gpgsm.c:1276 #, c-format msgid "invalid request origin '%s'\n" msgstr "invalid request origin ‘%s’\n" -#: g10/gpg.c:3277 +#: g10/gpg.c:3280 #, c-format msgid "'%s' is not a valid character set\n" msgstr "‘%s’ is not a valid character set\n" -#: g10/gpg.c:3299 g10/gpg.c:3508 g10/keyedit.c:5319 +#: g10/gpg.c:3302 g10/gpg.c:3511 g10/keyedit.c:5319 #, c-format msgid "could not parse keyserver URL\n" msgstr "could not parse keyserver URL\n" -#: g10/gpg.c:3317 +#: g10/gpg.c:3320 #, c-format msgid "%s:%d: invalid keyserver options\n" msgstr "%s:%d: invalid keyserver options\n" -#: g10/gpg.c:3320 +#: g10/gpg.c:3323 #, c-format msgid "invalid keyserver options\n" msgstr "invalid keyserver options\n" -#: g10/gpg.c:3327 +#: g10/gpg.c:3330 #, c-format msgid "%s:%d: invalid import options\n" msgstr "%s:%d: invalid import options\n" -#: g10/gpg.c:3330 +#: g10/gpg.c:3333 #, c-format msgid "invalid import options\n" msgstr "invalid import options\n" -#: g10/gpg.c:3336 g10/gpg.c:3351 +#: g10/gpg.c:3339 g10/gpg.c:3354 #, c-format msgid "invalid filter option: %s\n" msgstr "invalid filter option: %s\n" -#: g10/gpg.c:3342 +#: g10/gpg.c:3345 #, c-format msgid "%s:%d: invalid export options\n" msgstr "%s:%d: invalid export options\n" -#: g10/gpg.c:3345 +#: g10/gpg.c:3348 #, c-format msgid "invalid export options\n" msgstr "invalid export options\n" -#: g10/gpg.c:3357 +#: g10/gpg.c:3360 #, c-format msgid "%s:%d: invalid list options\n" msgstr "%s:%d: invalid list options\n" -#: g10/gpg.c:3360 +#: g10/gpg.c:3363 #, c-format msgid "invalid list options\n" msgstr "invalid list options\n" -#: g10/gpg.c:3368 +#: g10/gpg.c:3371 msgid "display photo IDs during signature verification" msgstr "display photo IDs during signature verification" -#: g10/gpg.c:3370 +#: g10/gpg.c:3373 msgid "show policy URLs during signature verification" msgstr "show policy URLs during signature verification" -#: g10/gpg.c:3372 +#: g10/gpg.c:3375 msgid "show all notations during signature verification" msgstr "show all notations during signature verification" -#: g10/gpg.c:3374 +#: g10/gpg.c:3377 msgid "show IETF standard notations during signature verification" msgstr "show IETF standard notations during signature verification" -#: g10/gpg.c:3378 +#: g10/gpg.c:3381 msgid "show user-supplied notations during signature verification" msgstr "show user-supplied notations during signature verification" -#: g10/gpg.c:3380 +#: g10/gpg.c:3383 msgid "show preferred keyserver URLs during signature verification" msgstr "show preferred keyserver URLs during signature verification" -#: g10/gpg.c:3382 +#: g10/gpg.c:3385 msgid "show user ID validity during signature verification" msgstr "show user ID validity during signature verification" -#: g10/gpg.c:3384 +#: g10/gpg.c:3387 msgid "show revoked and expired user IDs in signature verification" msgstr "show revoked and expired user IDs in signature verification" -#: g10/gpg.c:3386 +#: g10/gpg.c:3389 msgid "show only the primary user ID in signature verification" msgstr "show only the primary user ID in signature verification" -#: g10/gpg.c:3393 +#: g10/gpg.c:3396 #, c-format msgid "%s:%d: invalid verify options\n" msgstr "%s:%d: invalid verify options\n" -#: g10/gpg.c:3396 +#: g10/gpg.c:3399 #, c-format msgid "invalid verify options\n" msgstr "invalid verify options\n" -#: g10/gpg.c:3403 +#: g10/gpg.c:3406 #, c-format msgid "unable to set exec-path to %s\n" msgstr "unable to set exec-path to %s\n" -#: g10/gpg.c:3610 +#: g10/gpg.c:3613 #, c-format msgid "%s:%d: invalid auto-key-locate list\n" msgstr "%s:%d: invalid auto-key-locate list\n" -#: g10/gpg.c:3613 +#: g10/gpg.c:3616 #, c-format msgid "invalid auto-key-locate list\n" msgstr "invalid auto-key-locate list\n" -#: g10/gpg.c:3622 +#: g10/gpg.c:3625 #, c-format msgid "invalid argument for option \"%.50s\"\n" msgstr "invalid argument for option “%.50sâ€\n" -#: g10/gpg.c:3776 sm/gpgsm.c:1642 +#: g10/gpg.c:3807 sm/gpgsm.c:1675 #, c-format msgid "WARNING: program may create a core file!\n" msgstr "WARNING: program may create a core file!\n" -#: g10/gpg.c:3790 +#: g10/gpg.c:3821 #, c-format msgid "WARNING: %s overrides %s\n" msgstr "WARNING: %s overrides %s\n" -#: g10/gpg.c:3799 +#: g10/gpg.c:3830 #, c-format msgid "%s not allowed with %s!\n" msgstr "%s not allowed with %s!\n" -#: g10/gpg.c:3802 +#: g10/gpg.c:3833 #, c-format msgid "%s makes no sense with %s!\n" msgstr "%s makes no sense with %s!\n" -#: g10/gpg.c:3817 sm/gpgsm.c:1663 dirmngr/dirmngr.c:1114 +#: g10/gpg.c:3848 sm/gpgsm.c:1696 dirmngr/dirmngr.c:1123 #, c-format msgid "WARNING: running with faked system time: " msgstr "WARNING: running with faked system time: " -#: g10/gpg.c:3838 +#: g10/gpg.c:3869 #, c-format msgid "will not run with insecure memory due to %s\n" msgstr "will not run with insecure memory due to %s\n" -#: g10/gpg.c:3866 g10/gpg.c:3897 sm/gpgsm.c:1730 +#: g10/gpg.c:3897 g10/gpg.c:3928 sm/gpgsm.c:1763 #, c-format msgid "selected cipher algorithm is invalid\n" msgstr "selected cipher algorithm is invalid\n" -#: g10/gpg.c:3873 +#: g10/gpg.c:3904 #, c-format msgid "selected AEAD algorithm is invalid\n" msgstr "selected AEAD algorithm is invalid\n" -#: g10/gpg.c:3885 +#: g10/gpg.c:3916 #, c-format msgid "selected compression algorithm is invalid\n" msgstr "selected compression algorithm is invalid\n" -#: g10/gpg.c:3891 +#: g10/gpg.c:3922 #, c-format msgid "selected certification digest algorithm is invalid\n" msgstr "selected certification digest algorithm is invalid\n" -#: g10/gpg.c:3906 +#: g10/gpg.c:3937 #, c-format msgid "completes-needed must be greater than 0\n" msgstr "completes-needed must be greater than 0\n" -#: g10/gpg.c:3908 +#: g10/gpg.c:3939 #, c-format msgid "marginals-needed must be greater than 1\n" msgstr "marginals-needed must be greater than 1\n" -#: g10/gpg.c:3910 +#: g10/gpg.c:3941 #, c-format msgid "max-cert-depth must be in the range from 1 to 255\n" msgstr "max-cert-depth must be in the range from 1 to 255\n" -#: g10/gpg.c:3912 +#: g10/gpg.c:3943 #, c-format msgid "invalid default-cert-level; must be 0, 1, 2, or 3\n" msgstr "invalid default-cert-level; must be 0, 1, 2, or 3\n" -#: g10/gpg.c:3914 +#: g10/gpg.c:3945 #, c-format msgid "invalid min-cert-level; must be 1, 2, or 3\n" msgstr "invalid min-cert-level; must be 1, 2, or 3\n" -#: g10/gpg.c:3918 +#: g10/gpg.c:3949 #, c-format msgid "Note: simple S2K mode (0) is strongly discouraged\n" msgstr "Note: simple S2K mode (0) is strongly discouraged\n" -#: g10/gpg.c:3922 +#: g10/gpg.c:3953 #, c-format msgid "invalid S2K mode; must be 0, 1 or 3\n" msgstr "invalid S2K mode; must be 0, 1 or 3\n" -#: g10/gpg.c:3929 +#: g10/gpg.c:3960 #, c-format msgid "invalid default preferences\n" msgstr "invalid default preferences\n" -#: g10/gpg.c:3933 +#: g10/gpg.c:3964 #, c-format msgid "invalid personal cipher preferences\n" msgstr "invalid personal cipher preferences\n" -#: g10/gpg.c:3936 +#: g10/gpg.c:3967 #, c-format msgid "invalid personal AEAD preferences\n" msgstr "invalid personal AEAD preferences\n" -#: g10/gpg.c:3940 +#: g10/gpg.c:3971 #, c-format msgid "invalid personal digest preferences\n" msgstr "invalid personal digest preferences\n" -#: g10/gpg.c:3944 +#: g10/gpg.c:3975 #, c-format msgid "invalid personal compress preferences\n" msgstr "invalid personal compress preferences\n" -#: g10/gpg.c:3953 g10/gpg.c:3958 +#: g10/gpg.c:3984 g10/gpg.c:3989 #, c-format msgid "chunk size invalid - using %d\n" msgstr "chunk size invalid - using %d\n" -#: g10/gpg.c:3995 +#: g10/gpg.c:4026 #, c-format msgid "%s does not yet work with %s\n" msgstr "%s does not yet work with %s\n" -#: g10/gpg.c:4058 +#: g10/gpg.c:4089 #, c-format msgid "AEAD algorithm '%s' may not be used in %s mode\n" msgstr "AEAD algorithm ‘%s’ may not be used in %s mode\n" -#: g10/gpg.c:4070 +#: g10/gpg.c:4101 #, c-format msgid "compression algorithm '%s' may not be used in %s mode\n" msgstr "compression algorithm ‘%s’ may not be used in %s mode\n" -#: g10/gpg.c:4225 +#: g10/gpg.c:4256 #, c-format msgid "failed to initialize the TrustDB: %s\n" msgstr "failed to initialize the TrustDB: %s\n" -#: g10/gpg.c:4237 +#: g10/gpg.c:4268 #, c-format msgid "WARNING: recipients (-r) given without using public key encryption\n" msgstr "WARNING: recipients (-r) given without using public key encryption\n" -#: g10/gpg.c:4309 +#: g10/gpg.c:4340 #, c-format msgid "symmetric encryption of '%s' failed: %s\n" msgstr "symmetric encryption of ‘%s’ failed: %s\n" -#: g10/gpg.c:4338 +#: g10/gpg.c:4369 #, c-format msgid "you cannot use --symmetric --encrypt with --s2k-mode 0\n" msgstr "you cannot use --symmetric --encrypt with --s2k-mode 0\n" -#: g10/gpg.c:4341 +#: g10/gpg.c:4372 #, c-format msgid "you cannot use --symmetric --encrypt in %s mode\n" msgstr "you cannot use --symmetric --encrypt in %s mode\n" -#: g10/gpg.c:4399 +#: g10/gpg.c:4430 #, c-format msgid "you cannot use --symmetric --sign --encrypt with --s2k-mode 0\n" msgstr "you cannot use --symmetric --sign --encrypt with --s2k-mode 0\n" -#: g10/gpg.c:4402 +#: g10/gpg.c:4433 #, c-format msgid "you cannot use --symmetric --sign --encrypt in %s mode\n" msgstr "you cannot use --symmetric --sign --encrypt in %s mode\n" -#: g10/gpg.c:4790 g10/keyserver.c:1858 +#: g10/gpg.c:4821 g10/keyserver.c:1870 #, c-format msgid "keyserver send failed: %s\n" msgstr "keyserver send failed: %s\n" -#: g10/gpg.c:4795 +#: g10/gpg.c:4826 #, c-format msgid "keyserver receive failed: %s\n" msgstr "keyserver receive failed: %s\n" -#: g10/gpg.c:4801 +#: g10/gpg.c:4832 #, c-format msgid "key export failed: %s\n" msgstr "key export failed: %s\n" -#: g10/gpg.c:4814 +#: g10/gpg.c:4845 #, c-format msgid "export as ssh key failed: %s\n" msgstr "export as ssh key failed: %s\n" -#: g10/gpg.c:4826 +#: g10/gpg.c:4857 #, c-format msgid "keyserver search failed: %s\n" msgstr "keyserver search failed: %s\n" -#: g10/gpg.c:4839 +#: g10/gpg.c:4870 #, c-format msgid "keyserver refresh failed: %s\n" msgstr "keyserver refresh failed: %s\n" -#: g10/gpg.c:4906 +#: g10/gpg.c:4937 #, c-format msgid "dearmoring failed: %s\n" msgstr "dearmoring failed: %s\n" -#: g10/gpg.c:4917 +#: g10/gpg.c:4948 #, c-format msgid "enarmoring failed: %s\n" msgstr "enarmoring failed: %s\n" -#: g10/gpg.c:5022 +#: g10/gpg.c:5053 #, c-format msgid "invalid hash algorithm '%s'\n" msgstr "invalid hash algorithm ‘%s’\n" -#: g10/gpg.c:5174 g10/tofu.c:2156 +#: g10/gpg.c:5205 g10/tofu.c:2156 #, c-format msgid "error parsing key specification '%s': %s\n" msgstr "error parsing key specification '%s': %s\n" -#: g10/gpg.c:5185 +#: g10/gpg.c:5216 #, c-format msgid "'%s' does not appear to be a valid key ID, fingerprint or keygrip\n" msgstr "‘%s’ does not appear to be a valid key ID, fingerprint or keygrip\n" -#: g10/gpg.c:5241 +#: g10/gpg.c:5272 #, c-format msgid "WARNING: no command supplied. Trying to guess what you mean ...\n" msgstr "WARNING: no command supplied. Trying to guess what you mean ...\n" -#: g10/gpg.c:5252 +#: g10/gpg.c:5283 #, c-format msgid "Go ahead and type your message ...\n" msgstr "Go ahead and type your message ...\n" -#: g10/gpg.c:5599 +#: g10/gpg.c:5630 #, c-format msgid "the given certification policy URL is invalid\n" msgstr "the given certification policy URL is invalid\n" -#: g10/gpg.c:5601 +#: g10/gpg.c:5632 #, c-format msgid "the given signature policy URL is invalid\n" msgstr "the given signature policy URL is invalid\n" -#: g10/gpg.c:5634 +#: g10/gpg.c:5665 #, c-format msgid "the given preferred keyserver URL is invalid\n" msgstr "the given preferred keyserver URL is invalid\n" @@ -3340,7 +3340,7 @@ msgstr "|FILE|take the keys from the keyring FILE" msgid "make timestamp conflicts only a warning" msgstr "make timestamp conflicts only a warning" -#: g10/gpgv.c:86 sm/gpgsm.c:411 tools/gpgconf.c:116 tools/gpg-card.c:94 +#: g10/gpgv.c:86 sm/gpgsm.c:414 tools/gpgconf.c:116 tools/gpg-card.c:95 msgid "|FD|write status info to this FD" msgstr "|FD|write status info to this FD" @@ -3425,97 +3425,97 @@ msgstr "assume the GnuPG key backup format" msgid "repair keys on import" msgstr "repair keys on import" -#: g10/import.c:387 g10/import.c:709 +#: g10/import.c:399 g10/import.c:721 #, c-format msgid "skipping block of type %d\n" msgstr "skipping block of type %d\n" -#: g10/import.c:726 +#: g10/import.c:738 #, c-format msgid "%lu keys processed so far\n" msgstr "%lu keys processed so far\n" -#: g10/import.c:819 +#: g10/import.c:831 #, c-format msgid "Total number processed: %lu\n" msgstr "Total number processed: %lu\n" -#: g10/import.c:822 +#: g10/import.c:834 #, c-format msgid " skipped PGP-2 keys: %lu\n" msgstr " skipped PGP-2 keys: %lu\n" -#: g10/import.c:824 +#: g10/import.c:836 #, c-format msgid " skipped new keys: %lu\n" msgstr " skipped new keys: %lu\n" -#: g10/import.c:827 +#: g10/import.c:839 #, c-format msgid " w/o user IDs: %lu\n" msgstr " w/o user IDs: %lu\n" -#: g10/import.c:830 sm/import.c:129 +#: g10/import.c:842 sm/import.c:129 #, c-format msgid " imported: %lu" msgstr " imported: %lu" -#: g10/import.c:834 sm/import.c:133 +#: g10/import.c:846 sm/import.c:133 #, c-format msgid " unchanged: %lu\n" msgstr " unchanged: %lu\n" -#: g10/import.c:836 +#: g10/import.c:848 #, c-format msgid " new user IDs: %lu\n" msgstr " new user IDs: %lu\n" -#: g10/import.c:838 +#: g10/import.c:850 #, c-format msgid " new subkeys: %lu\n" msgstr " new subkeys: %lu\n" -#: g10/import.c:840 +#: g10/import.c:852 #, c-format msgid " new signatures: %lu\n" msgstr " new signatures: %lu\n" -#: g10/import.c:842 +#: g10/import.c:854 #, c-format msgid " new key revocations: %lu\n" msgstr " new key revocations: %lu\n" -#: g10/import.c:844 sm/import.c:135 +#: g10/import.c:856 sm/import.c:135 #, c-format msgid " secret keys read: %lu\n" msgstr " secret keys read: %lu\n" -#: g10/import.c:846 sm/import.c:137 +#: g10/import.c:858 sm/import.c:137 #, c-format msgid " secret keys imported: %lu\n" msgstr " secret keys imported: %lu\n" -#: g10/import.c:848 sm/import.c:139 +#: g10/import.c:860 sm/import.c:139 #, c-format msgid " secret keys unchanged: %lu\n" msgstr " secret keys unchanged: %lu\n" -#: g10/import.c:850 sm/import.c:141 +#: g10/import.c:862 sm/import.c:141 #, c-format msgid " not imported: %lu\n" msgstr " not imported: %lu\n" -#: g10/import.c:852 +#: g10/import.c:864 #, c-format msgid " signatures cleaned: %lu\n" msgstr " signatures cleaned: %lu\n" -#: g10/import.c:854 +#: g10/import.c:866 #, c-format msgid " user IDs cleaned: %lu\n" msgstr " user IDs cleaned: %lu\n" -#: g10/import.c:1279 +#: g10/import.c:1291 #, c-format msgid "" "WARNING: key %s contains preferences for unavailable\n" @@ -3524,172 +3524,172 @@ msgstr "" "WARNING: key %s contains preferences for unavailable\n" "algorithms on these user IDs:\n" -#: g10/import.c:1321 +#: g10/import.c:1333 #, c-format msgid " \"%s\": preference for cipher algorithm %s\n" msgstr " “%sâ€: preference for cipher algorithm %s\n" -#: g10/import.c:1339 +#: g10/import.c:1351 #, c-format msgid " \"%s\": preference for AEAD algorithm %s\n" msgstr " “%sâ€: preference for AEAD algorithm %s\n" -#: g10/import.c:1354 +#: g10/import.c:1366 #, c-format msgid " \"%s\": preference for digest algorithm %s\n" msgstr " “%sâ€: preference for digest algorithm %s\n" -#: g10/import.c:1366 +#: g10/import.c:1378 #, c-format msgid " \"%s\": preference for compression algorithm %s\n" msgstr " “%sâ€: preference for compression algorithm %s\n" -#: g10/import.c:1379 +#: g10/import.c:1391 #, c-format msgid "it is strongly suggested that you update your preferences and\n" msgstr "it is strongly suggested that you update your preferences and\n" -#: g10/import.c:1381 +#: g10/import.c:1393 #, c-format msgid "re-distribute this key to avoid potential algorithm mismatch problems\n" msgstr "" "re-distribute this key to avoid potential algorithm mismatch problems\n" -#: g10/import.c:1406 +#: g10/import.c:1418 #, c-format msgid "you can update your preferences with: gpg --edit-key %s updpref save\n" msgstr "you can update your preferences with: gpg --edit-key %s updpref save\n" -#: g10/import.c:1920 g10/import.c:3041 +#: g10/import.c:1932 g10/import.c:3053 #, c-format msgid "key %s: no user ID\n" msgstr "key %s: no user ID\n" -#: g10/import.c:1926 +#: g10/import.c:1938 #, c-format msgid "key %s: %s\n" msgstr "key %s: %s\n" -#: g10/import.c:1927 g10/import.c:3013 +#: g10/import.c:1939 g10/import.c:3025 msgid "rejected by import screener" msgstr "rejected by import screener" -#: g10/import.c:1976 +#: g10/import.c:1988 #, c-format msgid "key %s: PKS subkey corruption repaired\n" msgstr "key %s: PKS subkey corruption repaired\n" -#: g10/import.c:1997 +#: g10/import.c:2009 #, c-format msgid "key %s: accepted non self-signed user ID \"%s\"\n" msgstr "key %s: accepted non self-signed user ID “%sâ€\n" -#: g10/import.c:2008 g10/import.c:2039 +#: g10/import.c:2020 g10/import.c:2051 #, c-format msgid "key %s: no valid user IDs\n" msgstr "key %s: no valid user IDs\n" -#: g10/import.c:2010 +#: g10/import.c:2022 #, c-format msgid "this may be caused by a missing self-signature\n" msgstr "this may be caused by a missing self-signature\n" -#: g10/import.c:2089 g10/import.c:3427 +#: g10/import.c:2101 g10/import.c:3439 #, c-format msgid "key %s: public key not found: %s\n" msgstr "key %s: public key not found: %s\n" -#: g10/import.c:2095 +#: g10/import.c:2107 #, c-format msgid "key %s: new key - skipped\n" msgstr "key %s: new key - skipped\n" -#: g10/import.c:2107 +#: g10/import.c:2119 #, c-format msgid "no writable keyring found: %s\n" msgstr "no writable keyring found: %s\n" -#: g10/import.c:2139 g10/import.c:2241 g10/import.c:3502 +#: g10/import.c:2151 g10/import.c:2253 g10/import.c:3514 #, c-format msgid "error writing keyring '%s': %s\n" msgstr "error writing keyring '%s': %s\n" -#: g10/import.c:2162 +#: g10/import.c:2174 #, c-format msgid "key %s: public key \"%s\" imported\n" msgstr "key %s: public key “%s†imported\n" -#: g10/import.c:2189 +#: g10/import.c:2201 #, c-format msgid "key %s: doesn't match our copy\n" msgstr "key %s: doesn't match our copy\n" -#: g10/import.c:2257 +#: g10/import.c:2269 #, c-format msgid "key %s: \"%s\" 1 new user ID\n" msgstr "key %s: “%s†1 new user ID\n" -#: g10/import.c:2260 +#: g10/import.c:2272 #, c-format msgid "key %s: \"%s\" %d new user IDs\n" msgstr "key %s: “%s†%d new user IDs\n" -#: g10/import.c:2263 +#: g10/import.c:2275 #, c-format msgid "key %s: \"%s\" 1 new signature\n" msgstr "key %s: “%s†1 new signature\n" -#: g10/import.c:2266 +#: g10/import.c:2278 #, c-format msgid "key %s: \"%s\" %d new signatures\n" msgstr "key %s: “%s†%d new signatures\n" -#: g10/import.c:2269 +#: g10/import.c:2281 #, c-format msgid "key %s: \"%s\" 1 new subkey\n" msgstr "key %s: “%s†1 new subkey\n" -#: g10/import.c:2272 +#: g10/import.c:2284 #, c-format msgid "key %s: \"%s\" %d new subkeys\n" msgstr "key %s: “%s†%d new subkeys\n" -#: g10/import.c:2275 +#: g10/import.c:2287 #, c-format msgid "key %s: \"%s\" %d signature cleaned\n" msgstr "key %s: “%s†%d signature cleaned\n" -#: g10/import.c:2278 +#: g10/import.c:2290 #, c-format msgid "key %s: \"%s\" %d signatures cleaned\n" msgstr "key %s: “%s†%d signatures cleaned\n" -#: g10/import.c:2281 +#: g10/import.c:2293 #, c-format msgid "key %s: \"%s\" %d user ID cleaned\n" msgstr "key %s: “%s†%d user ID cleaned\n" -#: g10/import.c:2284 +#: g10/import.c:2296 #, c-format msgid "key %s: \"%s\" %d user IDs cleaned\n" msgstr "key %s: “%s†%d user IDs cleaned\n" -#: g10/import.c:2320 +#: g10/import.c:2332 #, c-format msgid "key %s: \"%s\" not changed\n" msgstr "key %s: “%s†not changed\n" -#: g10/import.c:2680 g10/import.c:2875 +#: g10/import.c:2692 g10/import.c:2887 #, c-format msgid "key %s: secret key imported\n" msgstr "key %s: secret key imported\n" -#: g10/import.c:2688 +#: g10/import.c:2700 #, c-format msgid "key %s: secret key already exists\n" msgstr "key %s: secret key already exists\n" -#: g10/import.c:2696 +#: g10/import.c:2708 #, c-format msgid "key %s: error sending to agent: %s\n" msgstr "key %s: error sending to agent: %s\n" @@ -3702,197 +3702,197 @@ msgstr "key %s: error sending to agent: %s\n" #. * Instead, user should be suggested to run 'gpg --card-status', #. * then, references to a card will be automatically created #. * again. -#: g10/import.c:2865 +#: g10/import.c:2877 #, c-format msgid "To migrate '%s', with each smartcard, run: %s\n" msgstr "To migrate '%s', with each smartcard, run: %s\n" -#: g10/import.c:3012 +#: g10/import.c:3024 #, c-format msgid "secret key %s: %s\n" msgstr "secret key %s: %s\n" -#: g10/import.c:3033 g10/import.c:3072 +#: g10/import.c:3045 g10/import.c:3084 #, c-format msgid "importing secret keys not allowed\n" msgstr "importing secret keys not allowed\n" -#: g10/import.c:3060 +#: g10/import.c:3072 #, c-format msgid "key %s: secret key with invalid cipher %d - skipped\n" msgstr "key %s: secret key with invalid cipher %d - skipped\n" -#: g10/import.c:3222 g10/pkclist.c:75 g10/revoke.c:774 +#: g10/import.c:3234 g10/pkclist.c:75 g10/revoke.c:774 msgid "No reason specified" msgstr "No reason specified" -#: g10/import.c:3223 g10/pkclist.c:77 g10/revoke.c:776 +#: g10/import.c:3235 g10/pkclist.c:77 g10/revoke.c:776 msgid "Key is superseded" msgstr "Key is superseded" -#: g10/import.c:3224 g10/pkclist.c:79 g10/revoke.c:775 +#: g10/import.c:3236 g10/pkclist.c:79 g10/revoke.c:775 msgid "Key has been compromised" msgstr "Key has been compromised" -#: g10/import.c:3225 g10/pkclist.c:81 g10/revoke.c:777 +#: g10/import.c:3237 g10/pkclist.c:81 g10/revoke.c:777 msgid "Key is no longer used" msgstr "Key is no longer used" -#: g10/import.c:3226 g10/pkclist.c:83 g10/revoke.c:778 +#: g10/import.c:3238 g10/pkclist.c:83 g10/revoke.c:778 msgid "User ID is no longer valid" msgstr "User ID is no longer valid" -#: g10/import.c:3351 g10/keylist.c:1105 g10/pkclist.c:87 +#: g10/import.c:3363 g10/keylist.c:1105 g10/pkclist.c:87 #, c-format msgid "reason for revocation: " msgstr "reason for revocation: " -#: g10/import.c:3370 g10/keylist.c:1124 g10/pkclist.c:103 +#: g10/import.c:3382 g10/keylist.c:1124 g10/pkclist.c:103 #, c-format msgid "revocation comment: " msgstr "revocation comment: " -#: g10/import.c:3420 +#: g10/import.c:3432 #, c-format msgid "key %s: no public key - can't apply revocation certificate\n" msgstr "key %s: no public key - can't apply revocation certificate\n" -#: g10/import.c:3449 +#: g10/import.c:3461 #, c-format msgid "key %s: can't locate original keyblock: %s\n" msgstr "key %s: can't locate original keyblock: %s\n" -#: g10/import.c:3456 +#: g10/import.c:3468 #, c-format msgid "key %s: can't read original keyblock: %s\n" msgstr "key %s: can't read original keyblock: %s\n" -#: g10/import.c:3476 +#: g10/import.c:3488 #, c-format msgid "key %s: invalid revocation certificate: %s - rejected\n" msgstr "key %s: invalid revocation certificate: %s - rejected\n" -#: g10/import.c:3511 +#: g10/import.c:3523 #, c-format msgid "key %s: \"%s\" revocation certificate imported\n" msgstr "key %s: “%s†revocation certificate imported\n" -#: g10/import.c:3597 +#: g10/import.c:3609 #, c-format msgid "key %s: no user ID for signature\n" msgstr "key %s: no user ID for signature\n" -#: g10/import.c:3614 +#: g10/import.c:3626 #, c-format msgid "key %s: unsupported public key algorithm on user ID \"%s\"\n" msgstr "key %s: unsupported public key algorithm on user ID “%sâ€\n" -#: g10/import.c:3616 +#: g10/import.c:3628 #, c-format msgid "key %s: invalid self-signature on user ID \"%s\"\n" msgstr "key %s: invalid self-signature on user ID “%sâ€\n" -#: g10/import.c:3633 g10/import.c:3661 g10/import.c:3717 +#: g10/import.c:3645 g10/import.c:3673 g10/import.c:3729 #, c-format msgid "key %s: unsupported public key algorithm\n" msgstr "key %s: unsupported public key algorithm\n" -#: g10/import.c:3634 +#: g10/import.c:3646 #, c-format msgid "key %s: invalid direct key signature\n" msgstr "key %s: invalid direct key signature\n" -#: g10/import.c:3648 +#: g10/import.c:3660 #, c-format msgid "key %s: no subkey for key binding\n" msgstr "key %s: no subkey for key binding\n" -#: g10/import.c:3663 +#: g10/import.c:3675 #, c-format msgid "key %s: invalid subkey binding\n" msgstr "key %s: invalid subkey binding\n" -#: g10/import.c:3682 +#: g10/import.c:3694 #, c-format msgid "key %s: removed multiple subkey binding\n" msgstr "key %s: removed multiple subkey binding\n" -#: g10/import.c:3706 +#: g10/import.c:3718 #, c-format msgid "key %s: no subkey for key revocation\n" msgstr "key %s: no subkey for key revocation\n" -#: g10/import.c:3719 +#: g10/import.c:3731 #, c-format msgid "key %s: invalid subkey revocation\n" msgstr "key %s: invalid subkey revocation\n" -#: g10/import.c:3734 +#: g10/import.c:3746 #, c-format msgid "key %s: removed multiple subkey revocation\n" msgstr "key %s: removed multiple subkey revocation\n" -#: g10/import.c:3778 +#: g10/import.c:3790 #, c-format msgid "key %s: skipped user ID \"%s\"\n" msgstr "key %s: skipped user ID “%sâ€\n" -#: g10/import.c:3805 +#: g10/import.c:3817 #, c-format msgid "key %s: skipped subkey\n" msgstr "key %s: skipped subkey\n" -#: g10/import.c:3837 +#: g10/import.c:3849 #, c-format msgid "key %s: non exportable signature (class 0x%02X) - skipped\n" msgstr "key %s: non exportable signature (class 0x%02X) - skipped\n" -#: g10/import.c:3848 +#: g10/import.c:3860 #, c-format msgid "key %s: revocation certificate at wrong place - skipped\n" msgstr "key %s: revocation certificate at wrong place - skipped\n" -#: g10/import.c:3866 +#: g10/import.c:3878 #, c-format msgid "key %s: invalid revocation certificate: %s - skipped\n" msgstr "key %s: invalid revocation certificate: %s - skipped\n" -#: g10/import.c:3880 +#: g10/import.c:3892 #, c-format msgid "key %s: subkey signature in wrong place - skipped\n" msgstr "key %s: subkey signature in wrong place - skipped\n" -#: g10/import.c:3888 +#: g10/import.c:3900 #, c-format msgid "key %s: unexpected signature class (0x%02X) - skipped\n" msgstr "key %s: unexpected signature class (0x%02X) - skipped\n" -#: g10/import.c:4061 +#: g10/import.c:4073 #, c-format msgid "key %s: duplicated user ID detected - merged\n" msgstr "key %s: duplicated user ID detected - merged\n" -#: g10/import.c:4168 +#: g10/import.c:4180 #, c-format msgid "key %s: duplicated subkeys detected - merged\n" msgstr "key %s: duplicated subkeys detected - merged\n" -#: g10/import.c:4233 +#: g10/import.c:4245 #, c-format msgid "WARNING: key %s may be revoked: fetching revocation key %s\n" msgstr "WARNING: key %s may be revoked: fetching revocation key %s\n" -#: g10/import.c:4249 +#: g10/import.c:4261 #, c-format msgid "WARNING: key %s may be revoked: revocation key %s not present.\n" msgstr "WARNING: key %s may be revoked: revocation key %s not present.\n" -#: g10/import.c:4315 +#: g10/import.c:4327 #, c-format msgid "key %s: \"%s\" revocation certificate added\n" msgstr "key %s: “%s†revocation certificate added\n" -#: g10/import.c:4353 +#: g10/import.c:4365 #, c-format msgid "key %s: direct key signature added\n" msgstr "key %s: direct key signature added\n" @@ -4712,12 +4712,12 @@ msgstr "" "unless you restart the program.\n" #: g10/keyedit.c:4016 g10/keyedit.c:4447 g10/keyserver.c:535 -#: g10/mainproc.c:2277 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 +#: g10/mainproc.c:2280 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 msgid "revoked" msgstr "revoked" #: g10/keyedit.c:4018 g10/keyedit.c:4449 g10/keyserver.c:539 -#: g10/mainproc.c:2279 g10/tofu.c:1792 g10/trust.c:124 +#: g10/mainproc.c:2282 g10/tofu.c:1792 g10/trust.c:124 msgid "expired" msgstr "expired" @@ -5240,7 +5240,7 @@ msgstr " (%d) Existing key from card%s\n" msgid "Enter the keygrip: " msgstr "Enter the keygrip: " -#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2279 +#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2280 #, c-format msgid "Not a valid keygrip (expecting 40 hex digits)\n" msgstr "Not a valid keygrip (expecting 40 hex digits)\n" @@ -5249,13 +5249,13 @@ msgstr "Not a valid keygrip (expecting 40 hex digits)\n" msgid "No key with this keygrip\n" msgstr "No key with this keygrip\n" -#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3437 g10/keygen.c:3448 +#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3440 g10/keygen.c:3451 #: sm/certreqgen-ui.c:231 sm/certreqgen-ui.c:240 #, c-format msgid "error reading the card: %s\n" msgstr "error reading the card: %s\n" -#: g10/keygen.c:2292 g10/keygen.c:3441 sm/certreqgen-ui.c:234 +#: g10/keygen.c:2292 g10/keygen.c:3444 sm/certreqgen-ui.c:234 #, c-format msgid "Serial number of the card: %s\n" msgstr "Serial number of the card: %s\n" @@ -5497,13 +5497,18 @@ msgstr "" "disks) during the prime generation; this gives the random number\n" "generator a better chance to gain enough entropy.\n" -#: g10/keygen.c:4570 g10/keygen.c:4643 g10/keygen.c:4661 g10/keygen.c:4690 -#: g10/keygen.c:5066 g10/keygen.c:5612 g10/keygen.c:5923 g10/keygen.c:6030 +#: g10/keygen.c:3591 +#, c-format +msgid "WARNING: v4 is specified, but overridden by v5.\n" +msgstr "WARNING: v4 is specified, but overridden by v5.\n" + +#: g10/keygen.c:4590 g10/keygen.c:4663 g10/keygen.c:4681 g10/keygen.c:4710 +#: g10/keygen.c:5086 g10/keygen.c:5632 g10/keygen.c:5943 g10/keygen.c:6050 #, c-format msgid "Key generation failed: %s\n" msgstr "Key generation failed: %s\n" -#: g10/keygen.c:4579 +#: g10/keygen.c:4599 #, c-format msgid "" "About to create a key for:\n" @@ -5514,64 +5519,64 @@ msgstr "" " “%sâ€\n" "\n" -#: g10/keygen.c:4581 +#: g10/keygen.c:4601 msgid "Continue? (Y/n) " msgstr "Continue? (Y/n) " -#: g10/keygen.c:4602 +#: g10/keygen.c:4622 #, c-format msgid "A key for \"%s\" already exists\n" msgstr "A key for “%s†already exists\n" -#: g10/keygen.c:4607 +#: g10/keygen.c:4627 msgid "Create anyway? (y/N) " msgstr "Create anyway? (y/N) " -#: g10/keygen.c:4613 +#: g10/keygen.c:4633 #, c-format msgid "creating anyway\n" msgstr "creating anyway\n" -#: g10/keygen.c:5049 +#: g10/keygen.c:5069 #, c-format msgid "Note: Use \"%s %s\" for a full featured key generation dialog.\n" msgstr "Note: Use “%s %s†for a full featured key generation dialog.\n" -#: g10/keygen.c:5098 +#: g10/keygen.c:5118 #, c-format msgid "Key generation canceled.\n" msgstr "Key generation canceled.\n" -#: g10/keygen.c:5158 +#: g10/keygen.c:5178 #, c-format msgid "can't create backup file '%s': %s\n" msgstr "can't create backup file '%s': %s\n" -#: g10/keygen.c:5178 +#: g10/keygen.c:5198 #, c-format msgid "Note: backup of card key saved to '%s'\n" msgstr "Note: backup of card key saved to ‘%s’\n" -#: g10/keygen.c:5339 g10/keygen.c:5541 +#: g10/keygen.c:5359 g10/keygen.c:5561 #, c-format msgid "writing public key to '%s'\n" msgstr "writing public key to ‘%s’\n" -#: g10/keygen.c:5535 +#: g10/keygen.c:5555 #, c-format msgid "no writable public keyring found: %s\n" msgstr "no writable public keyring found: %s\n" -#: g10/keygen.c:5549 +#: g10/keygen.c:5569 #, c-format msgid "error writing public keyring '%s': %s\n" msgstr "error writing public keyring '%s': %s\n" -#: g10/keygen.c:5583 +#: g10/keygen.c:5603 msgid "public and secret key created and signed.\n" msgstr "public and secret key created and signed.\n" -#: g10/keygen.c:5599 +#: g10/keygen.c:5619 msgid "" "Note that this key cannot be used for encryption. You may want to use\n" "the command \"--edit-key\" to generate a subkey for this purpose.\n" @@ -5579,36 +5584,36 @@ msgstr "" "Note that this key cannot be used for encryption. You may want to use\n" "the command “--edit-key†to generate a subkey for this purpose.\n" -#: g10/keygen.c:5781 g10/keygen.c:5980 +#: g10/keygen.c:5801 g10/keygen.c:6000 #, c-format msgid "" "key has been created %lu second in future (time warp or clock problem)\n" msgstr "" "key has been created %lu second in future (time warp or clock problem)\n" -#: g10/keygen.c:5783 g10/keygen.c:5982 +#: g10/keygen.c:5803 g10/keygen.c:6002 #, c-format msgid "" "key has been created %lu seconds in future (time warp or clock problem)\n" msgstr "" "key has been created %lu seconds in future (time warp or clock problem)\n" -#: g10/keygen.c:5794 g10/keygen.c:5993 +#: g10/keygen.c:5814 g10/keygen.c:6013 #, c-format msgid "Note: creating subkeys for v3 keys is not OpenPGP compliant\n" msgstr "Note: creating subkeys for v3 keys is not OpenPGP compliant\n" -#: g10/keygen.c:5806 g10/keygen.c:5808 +#: g10/keygen.c:5826 g10/keygen.c:5828 #, c-format msgid "Secret parts of primary key are not available.\n" msgstr "Secret parts of primary key are not available.\n" -#: g10/keygen.c:5815 g10/keygen.c:5817 +#: g10/keygen.c:5835 g10/keygen.c:5837 #, c-format msgid "Secret parts of primary key are stored on-card.\n" msgstr "Secret parts of primary key are stored on-card.\n" -#: g10/keygen.c:5837 g10/keygen.c:6007 +#: g10/keygen.c:5857 g10/keygen.c:6027 msgid "Really create? (y/N) " msgstr "Really create? (y/N) " @@ -5760,59 +5765,59 @@ msgstr "invalid keyserver protocol (us %d!=handler %d)\n" msgid "\"%s\" not a key ID: skipping\n" msgstr "“%s†not a key ID: skipping\n" -#: g10/keyserver.c:1418 g10/keyserver.c:1451 +#: g10/keyserver.c:1420 g10/keyserver.c:1453 #, c-format msgid "refreshing %d key from %s\n" msgid_plural "refreshing %d keys from %s\n" msgstr[0] "refreshing %d key from %s\n" msgstr[1] "refreshing %d keys from %s\n" -#: g10/keyserver.c:1425 +#: g10/keyserver.c:1427 #, c-format msgid "WARNING: unable to refresh key %s via %s: %s\n" msgstr "WARNING: unable to refresh key %s via %s: %s\n" -#: g10/keyserver.c:1529 +#: g10/keyserver.c:1531 #, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "key “%s†not found on keyserver\n" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1534 #, c-format msgid "key not found on keyserver\n" msgstr "key not found on keyserver\n" -#: g10/keyserver.c:1720 +#: g10/keyserver.c:1722 #, c-format msgid "requesting key %s from %s server %s\n" msgstr "requesting key %s from %s server %s\n" -#: g10/keyserver.c:1724 +#: g10/keyserver.c:1726 #, c-format msgid "requesting key %s from %s\n" msgstr "requesting key %s from %s\n" -#: g10/keyserver.c:1829 g10/keyserver.c:2008 +#: g10/keyserver.c:1841 g10/keyserver.c:2020 #, c-format msgid "no keyserver known\n" msgstr "no keyserver known\n" -#: g10/keyserver.c:1844 g10/skclist.c:213 g10/skclist.c:241 +#: g10/keyserver.c:1856 g10/skclist.c:213 g10/skclist.c:241 #, c-format msgid "skipped \"%s\": %s\n" msgstr "skipped “%sâ€: %s\n" -#: g10/keyserver.c:1848 +#: g10/keyserver.c:1860 #, c-format msgid "sending key %s to %s\n" msgstr "sending key %s to %s\n" -#: g10/keyserver.c:1889 +#: g10/keyserver.c:1901 #, c-format msgid "requesting key from '%s'\n" msgstr "requesting key from ‘%s’\n" -#: g10/keyserver.c:1905 +#: g10/keyserver.c:1917 #, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "WARNING: unable to fetch URI %s: %s\n" @@ -6002,84 +6007,84 @@ msgstr " issuer “%sâ€\n" msgid "Key available at: " msgstr "Key available at: " -#: g10/mainproc.c:2033 +#: g10/mainproc.c:2034 #, c-format msgid "Note: Use '%s' to make use of this info\n" msgstr "Note: Use ‘%s’ to make use of this info\n" -#: g10/mainproc.c:2231 +#: g10/mainproc.c:2234 msgid "[uncertain]" msgstr "[uncertain]" -#: g10/mainproc.c:2269 +#: g10/mainproc.c:2272 #, c-format msgid " aka \"%s\"" msgstr " aka “%sâ€" -#: g10/mainproc.c:2344 +#: g10/mainproc.c:2347 #, c-format msgid "WARNING: This key is not suitable for signing in %s mode\n" msgstr "WARNING: This key is not suitable for signing in %s mode\n" -#: g10/mainproc.c:2360 +#: g10/mainproc.c:2363 #, c-format msgid "Signature expired %s\n" msgstr "Signature expired %s\n" -#: g10/mainproc.c:2365 +#: g10/mainproc.c:2368 #, c-format msgid "Signature expires %s\n" msgstr "Signature expires %s\n" -#: g10/mainproc.c:2376 +#: g10/mainproc.c:2379 #, c-format msgid "%s signature, digest algorithm %s%s%s\n" msgstr "%s signature, digest algorithm %s%s%s\n" -#: g10/mainproc.c:2377 +#: g10/mainproc.c:2380 msgid "binary" msgstr "binary" -#: g10/mainproc.c:2378 +#: g10/mainproc.c:2381 msgid "textmode" msgstr "textmode" -#: g10/mainproc.c:2378 g10/trust.c:123 dirmngr/ocsp.c:792 +#: g10/mainproc.c:2381 g10/trust.c:123 dirmngr/ocsp.c:792 msgid "unknown" msgstr "unknown" -#: g10/mainproc.c:2380 +#: g10/mainproc.c:2383 msgid ", key algorithm " msgstr ", key algorithm " -#: g10/mainproc.c:2415 +#: g10/mainproc.c:2418 #, c-format msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n" msgstr "WARNING: not a detached signature; file ‘%s’ was NOT verified!\n" -#: g10/mainproc.c:2454 +#: g10/mainproc.c:2457 #, c-format msgid "Can't check signature: %s\n" msgstr "Can't check signature: %s\n" -#: g10/mainproc.c:2550 g10/mainproc.c:2569 g10/mainproc.c:2693 +#: g10/mainproc.c:2553 g10/mainproc.c:2572 g10/mainproc.c:2696 #, c-format msgid "not a detached signature\n" msgstr "not a detached signature\n" -#: g10/mainproc.c:2603 +#: g10/mainproc.c:2606 #, c-format msgid "" "WARNING: multiple signatures detected. Only the first will be checked.\n" msgstr "" "WARNING: multiple signatures detected. Only the first will be checked.\n" -#: g10/mainproc.c:2612 +#: g10/mainproc.c:2615 #, c-format msgid "standalone signature of class 0x%02x\n" msgstr "standalone signature of class 0x%02x\n" -#: g10/mainproc.c:2697 +#: g10/mainproc.c:2700 #, c-format msgid "old style (PGP 2.x) signature\n" msgstr "old style (PGP 2.x) signature\n" @@ -7929,7 +7934,7 @@ msgstr "" #. TRANSLATORS: Put a \x1f right before a colon. This can be #. * used by pinentry to nicely align the names and values. Keep #. * the %s at the start and end of the string. -#: scd/app-piv.c:1770 scd/app-p15.c:4741 scd/app-nks.c:1475 +#: scd/app-piv.c:1770 scd/app-p15.c:4937 scd/app-nks.c:1530 #: scd/app-openpgp.c:2386 #, c-format msgid "%sNumber: %s%%0AHolder: %s%s" @@ -7937,7 +7942,7 @@ msgstr "%sNumber: %s%%0AHolder: %s%s" #. TRANSLATORS: This is the number of remaining attempts to #. * enter a PIN. Use %%0A (double-percent,0A) for a linefeed. -#: scd/app-piv.c:1787 scd/app-p15.c:4760 scd/app-nks.c:1494 +#: scd/app-piv.c:1787 scd/app-p15.c:4956 scd/app-nks.c:1549 #: scd/app-openpgp.c:2402 #, c-format msgid "Remaining attempts: %d" @@ -7967,7 +7972,7 @@ msgstr "|N|Please enter the new Unblocking Key" msgid "||Please enter the Unblocking Key of your PIV card" msgstr "||Please enter the Unblocking Key of your PIV card" -#: scd/app-piv.c:1888 scd/app-nks.c:1605 scd/app-openpgp.c:2669 +#: scd/app-piv.c:1888 scd/app-nks.c:1660 scd/app-openpgp.c:2669 #: scd/app-openpgp.c:2693 scd/app-openpgp.c:2871 scd/app-openpgp.c:2893 #: scd/app-openpgp.c:3074 scd/app-openpgp.c:3361 scd/app-openpgp.c:3408 #: scd/app-openpgp.c:3545 scd/app-dinsig.c:302 @@ -8052,57 +8057,57 @@ msgstr[1] "key generation completed (%d seconds)\n" msgid "response does not contain the public key data\n" msgstr "response does not contain the public key data\n" -#: scd/app-p15.c:4839 scd/app-nks.c:1983 +#: scd/app-p15.c:5035 scd/app-nks.c:2038 msgid "||Please enter the PIN for the key to create qualified signatures." msgstr "||Please enter the PIN for the key to create qualified signatures." #. TRANSLATORS: Do not translate the "|A|" prefix but keep it at #. the start of the string. Use %0A (single percent) for a linefeed. -#: scd/app-p15.c:4842 scd/app-openpgp.c:2818 +#: scd/app-p15.c:5038 scd/app-openpgp.c:2818 msgid "|A|Please enter the Admin PIN" msgstr "|A|Please enter the Admin PIN" -#: scd/app-p15.c:4844 scd/app-nks.c:1973 +#: scd/app-p15.c:5040 scd/app-nks.c:2028 msgid "|P|Please enter the PIN Unblocking Code (PUK) for the standard keys." msgstr "|P|Please enter the PIN Unblocking Code (PUK) for the standard keys." -#: scd/app-p15.c:4847 scd/app-nks.c:1964 +#: scd/app-p15.c:5043 scd/app-nks.c:2019 msgid "||Please enter the PIN for the standard keys." msgstr "||Please enter the PIN for the standard keys." -#: scd/app-nks.c:1413 scd/app-openpgp.c:4321 +#: scd/app-nks.c:1468 scd/app-openpgp.c:4321 #, c-format msgid "RSA modulus missing or not of size %d bits\n" msgstr "RSA modulus missing or not of size %d bits\n" -#: scd/app-nks.c:1421 scd/app-openpgp.c:4333 +#: scd/app-nks.c:1476 scd/app-openpgp.c:4333 #, c-format msgid "RSA public exponent missing or larger than %d bits\n" msgstr "RSA public exponent missing or larger than %d bits\n" -#: scd/app-nks.c:1594 +#: scd/app-nks.c:1649 msgid "Note: PIN has not yet been enabled." msgstr "Note: PIN has not yet been enabled." -#: scd/app-nks.c:1641 +#: scd/app-nks.c:1696 #, c-format msgid "the NullPIN has not yet been changed\n" msgstr "the NullPIN has not yet been changed\n" -#: scd/app-nks.c:1963 +#: scd/app-nks.c:2018 msgid "|N|Please enter a new PIN for the standard keys." msgstr "|N|Please enter a new PIN for the standard keys." -#: scd/app-nks.c:1971 +#: scd/app-nks.c:2026 msgid "|NP|Please enter a new PIN Unblocking Code (PUK) for the standard keys." msgstr "" "|NP|Please enter a new PIN Unblocking Code (PUK) for the standard keys." -#: scd/app-nks.c:1981 +#: scd/app-nks.c:2036 msgid "|N|Please enter a new PIN for the key to create qualified signatures." msgstr "|N|Please enter a new PIN for the key to create qualified signatures." -#: scd/app-nks.c:1991 +#: scd/app-nks.c:2046 msgid "" "|NP|Please enter a new PIN Unblocking Code (PUK) for the key to create " "qualified signatures." @@ -8110,7 +8115,7 @@ msgstr "" "|NP|Please enter a new PIN Unblocking Code (PUK) for the key to create " "qualified signatures." -#: scd/app-nks.c:1993 +#: scd/app-nks.c:2048 msgid "" "|P|Please enter the PIN Unblocking Code (PUK) for the key to create " "qualified signatures." @@ -8118,7 +8123,7 @@ msgstr "" "|P|Please enter the PIN Unblocking Code (PUK) for the key to create " "qualified signatures." -#: scd/app-nks.c:2166 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 +#: scd/app-nks.c:2221 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 #, c-format msgid "error getting new PIN: %s\n" msgstr "error getting new PIN: %s\n" @@ -8298,59 +8303,59 @@ msgstr "||Please enter your PIN at the reader's pinpad" msgid "|N|Initial New PIN" msgstr "|N|Initial New PIN" -#: scd/scdaemon.c:118 +#: scd/scdaemon.c:119 msgid "run in multi server mode (foreground)" msgstr "run in multi server mode (foreground)" -#: scd/scdaemon.c:135 sm/gpgsm.c:271 dirmngr/dirmngr.c:197 +#: scd/scdaemon.c:136 sm/gpgsm.c:274 dirmngr/dirmngr.c:198 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "|LEVEL|set the debugging level to LEVEL" -#: scd/scdaemon.c:141 +#: scd/scdaemon.c:142 msgid "|FILE|write a log to FILE" msgstr "|FILE|write a log to FILE" -#: scd/scdaemon.c:148 +#: scd/scdaemon.c:149 msgid "|N|connect to reader at port N" msgstr "|N|connect to reader at port N" -#: scd/scdaemon.c:150 +#: scd/scdaemon.c:151 msgid "|NAME|use NAME as ct-API driver" msgstr "|NAME|use NAME as ct-API driver" -#: scd/scdaemon.c:152 +#: scd/scdaemon.c:153 msgid "|NAME|use NAME as PC/SC driver" msgstr "|NAME|use NAME as PC/SC driver" -#: scd/scdaemon.c:156 +#: scd/scdaemon.c:157 msgid "do not use the internal CCID driver" msgstr "do not use the internal CCID driver" -#: scd/scdaemon.c:162 +#: scd/scdaemon.c:163 msgid "|N|disconnect the card after N seconds of inactivity" msgstr "|N|disconnect the card after N seconds of inactivity" -#: scd/scdaemon.c:165 +#: scd/scdaemon.c:166 msgid "do not use a reader's pinpad" msgstr "do not use a reader's pinpad" -#: scd/scdaemon.c:168 +#: scd/scdaemon.c:169 msgid "use variable length input for pinpad" msgstr "use variable length input for pinpad" -#: scd/scdaemon.c:171 +#: scd/scdaemon.c:172 msgid "|LIST|change the application priority to LIST" msgstr "|LIST|change the application priority to LIST" -#: scd/scdaemon.c:179 +#: scd/scdaemon.c:180 msgid "deny the use of admin card commands" msgstr "deny the use of admin card commands" -#: scd/scdaemon.c:324 +#: scd/scdaemon.c:325 msgid "Usage: @SCDAEMON@ [options] (-h for help)" msgstr "Usage: @SCDAEMON@ [options] (-h for help)" -#: scd/scdaemon.c:326 +#: scd/scdaemon.c:327 msgid "" "Syntax: scdaemon [options] [command [args]]\n" "Smartcard daemon for @GNUPG@\n" @@ -8358,18 +8363,18 @@ msgstr "" "Syntax: scdaemon [options] [command [args]]\n" "Smartcard daemon for @GNUPG@\n" -#: scd/scdaemon.c:807 +#: scd/scdaemon.c:819 #, c-format msgid "please use the option '--daemon' to run the program in the background\n" msgstr "" "please use the option ‘--daemon’ to run the program in the background\n" -#: scd/scdaemon.c:1183 dirmngr/dirmngr.c:2077 +#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2104 #, c-format msgid "handler for fd %d started\n" msgstr "handler for fd %d started\n" -#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2085 +#: scd/scdaemon.c:1207 dirmngr/dirmngr.c:2112 #, c-format msgid "handler for fd %d terminated\n" msgstr "handler for fd %d terminated\n" @@ -8644,7 +8649,7 @@ msgid "a %u bit hash is not valid for a %u bit %s key\n" msgstr "a %u bit hash is not valid for a %u bit %s key\n" #: sm/certcheck.c:239 sm/certcheck.c:263 dirmngr/crlcache.c:1542 -#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1363 dirmngr/validate.c:903 +#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1372 dirmngr/validate.c:903 #: dirmngr/validate.c:927 #, c-format msgid "out of core\n" @@ -8988,127 +8993,127 @@ msgstr "deleting certificate “%s†failed: %s\n" msgid "no valid recipients given\n" msgstr "no valid recipients given\n" -#: sm/gpgsm.c:224 +#: sm/gpgsm.c:226 msgid "list external keys" msgstr "list external keys" -#: sm/gpgsm.c:226 +#: sm/gpgsm.c:228 msgid "list certificate chain" msgstr "list certificate chain" -#: sm/gpgsm.c:234 +#: sm/gpgsm.c:236 msgid "import certificates" msgstr "import certificates" -#: sm/gpgsm.c:235 +#: sm/gpgsm.c:237 msgid "export certificates" msgstr "export certificates" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:245 msgid "register a smartcard" msgstr "register a smartcard" -#: sm/gpgsm.c:246 +#: sm/gpgsm.c:248 msgid "pass a command to the dirmngr" msgstr "pass a command to the dirmngr" -#: sm/gpgsm.c:248 +#: sm/gpgsm.c:250 msgid "invoke gpg-protect-tool" msgstr "invoke gpg-protect-tool" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:270 msgid "don't use the terminal at all" msgstr "don't use the terminal at all" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "|N|number of certificates to include" msgstr "|N|number of certificates to include" -#: sm/gpgsm.c:296 +#: sm/gpgsm.c:299 msgid "|FILE|take policy information from FILE" msgstr "|FILE|take policy information from FILE" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "assume input is in PEM format" msgstr "assume input is in PEM format" -#: sm/gpgsm.c:312 +#: sm/gpgsm.c:315 msgid "assume input is in base-64 format" msgstr "assume input is in base-64 format" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "assume input is in binary format" msgstr "assume input is in binary format" -#: sm/gpgsm.c:323 +#: sm/gpgsm.c:326 msgid "create base-64 encoded output" msgstr "create base-64 encoded output" -#: sm/gpgsm.c:335 +#: sm/gpgsm.c:338 msgid "|USER-ID|use USER-ID as default secret key" msgstr "|USER-ID|use USER-ID as default secret key" -#: sm/gpgsm.c:346 +#: sm/gpgsm.c:349 msgid "|FILE|add keyring to the list of keyrings" msgstr "|FILE|add keyring to the list of keyrings" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 msgid "|SPEC|use this keyserver to lookup keys" msgstr "|SPEC|use this keyserver to lookup keys" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "fetch missing issuer certificates" msgstr "fetch missing issuer certificates" -#: sm/gpgsm.c:361 +#: sm/gpgsm.c:364 msgid "|NAME|use encoding NAME for PKCS#12 passphrases" msgstr "|NAME|use encoding NAME for PKCS#12 passphrases" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 msgid "never consult a CRL" msgstr "never consult a CRL" -#: sm/gpgsm.c:386 +#: sm/gpgsm.c:389 msgid "do not check CRLs for root certificates" msgstr "do not check CRLs for root certificates" -#: sm/gpgsm.c:390 +#: sm/gpgsm.c:393 msgid "check validity using OCSP" msgstr "check validity using OCSP" -#: sm/gpgsm.c:392 +#: sm/gpgsm.c:395 msgid "do not check certificate policies" msgstr "do not check certificate policies" -#: sm/gpgsm.c:395 +#: sm/gpgsm.c:398 msgid "|NAME|use cipher algorithm NAME" msgstr "|NAME|use cipher algorithm NAME" -#: sm/gpgsm.c:397 +#: sm/gpgsm.c:400 msgid "|NAME|use message digest algorithm NAME" msgstr "|NAME|use message digest algorithm NAME" -#: sm/gpgsm.c:407 +#: sm/gpgsm.c:410 msgid "batch mode: never ask" msgstr "batch mode: never ask" -#: sm/gpgsm.c:409 +#: sm/gpgsm.c:412 msgid "assume yes on most questions" msgstr "assume yes on most questions" -#: sm/gpgsm.c:410 +#: sm/gpgsm.c:413 msgid "assume no on most questions" msgstr "assume no on most questions" -#: sm/gpgsm.c:427 +#: sm/gpgsm.c:430 msgid "|FILE|write an audit log to FILE" msgstr "|FILE|write an audit log to FILE" -#: sm/gpgsm.c:612 +#: sm/gpgsm.c:615 msgid "Usage: @GPGSM@ [options] [files] (-h for help)" msgstr "Usage: @GPGSM@ [options] [files] (-h for help)" -#: sm/gpgsm.c:615 +#: sm/gpgsm.c:618 msgid "" "Syntax: @GPGSM@ [options] [files]\n" "Sign, check, encrypt or decrypt using the S/MIME protocol\n" @@ -9118,52 +9123,52 @@ msgstr "" "Sign, check, encrypt or decrypt using the S/MIME protocol\n" "Default operation depends on the input data\n" -#: sm/gpgsm.c:823 +#: sm/gpgsm.c:826 #, c-format msgid "Note: won't be able to encrypt to '%s': %s\n" msgstr "Note: won't be able to encrypt to '%s': %s\n" -#: sm/gpgsm.c:834 +#: sm/gpgsm.c:837 #, c-format msgid "unknown validation model '%s'\n" msgstr "unknown validation model ‘%s’\n" -#: sm/gpgsm.c:893 dirmngr/ldapserver.c:89 +#: sm/gpgsm.c:896 dirmngr/ldapserver.c:89 #, c-format msgid "%s:%u: no hostname given\n" msgstr "%s:%u: no hostname given\n" -#: sm/gpgsm.c:912 dirmngr/ldapserver.c:108 +#: sm/gpgsm.c:915 dirmngr/ldapserver.c:108 #, c-format msgid "%s:%u: password given without user\n" msgstr "%s:%u: password given without user\n" -#: sm/gpgsm.c:943 dirmngr/ldapserver.c:139 +#: sm/gpgsm.c:946 dirmngr/ldapserver.c:139 #, c-format msgid "%s:%u: ignoring unknown flag '%s'\n" msgstr "%s:%u: ignoring unknown flag ‘%s’\n" -#: sm/gpgsm.c:959 dirmngr/ldapserver.c:155 +#: sm/gpgsm.c:962 dirmngr/ldapserver.c:155 #, c-format msgid "%s:%u: skipping this line\n" msgstr "%s:%u: skipping this line\n" -#: sm/gpgsm.c:1545 +#: sm/gpgsm.c:1550 #, c-format msgid "could not parse keyserver\n" msgstr "could not parse keyserver\n" -#: sm/gpgsm.c:1825 +#: sm/gpgsm.c:1858 #, c-format msgid "importing common certificates '%s'\n" msgstr "importing common certificates ‘%s’\n" -#: sm/gpgsm.c:1871 +#: sm/gpgsm.c:1904 #, c-format msgid "can't sign using '%s': %s\n" msgstr "can't sign using '%s': %s\n" -#: sm/gpgsm.c:2231 +#: sm/gpgsm.c:2273 #, c-format msgid "invalid command (there is no implicit command)\n" msgstr "invalid command (there is no implicit command)\n" @@ -10117,131 +10122,131 @@ msgstr "absolute file name expected\n" msgid "looking up '%s'\n" msgstr "looking up ‘%s’\n" -#: dirmngr/dirmngr.c:174 +#: dirmngr/dirmngr.c:175 msgid "list the contents of the CRL cache" msgstr "list the contents of the CRL cache" -#: dirmngr/dirmngr.c:175 +#: dirmngr/dirmngr.c:176 msgid "|FILE|load CRL from FILE into cache" msgstr "|FILE|load CRL from FILE into cache" -#: dirmngr/dirmngr.c:176 +#: dirmngr/dirmngr.c:177 msgid "|URL|fetch a CRL from URL" msgstr "|URL|fetch a CRL from URL" -#: dirmngr/dirmngr.c:177 +#: dirmngr/dirmngr.c:178 msgid "shutdown the dirmngr" msgstr "shutdown the dirmngr" -#: dirmngr/dirmngr.c:178 +#: dirmngr/dirmngr.c:179 msgid "flush the cache" msgstr "flush the cache" -#: dirmngr/dirmngr.c:211 +#: dirmngr/dirmngr.c:212 msgid "allow online software version check" msgstr "allow online software version check" -#: dirmngr/dirmngr.c:214 +#: dirmngr/dirmngr.c:215 msgid "|N|do not return more than N items in one query" msgstr "|N|do not return more than N items in one query" -#: dirmngr/dirmngr.c:220 +#: dirmngr/dirmngr.c:221 msgid "Network related options" msgstr "Network related options" -#: dirmngr/dirmngr.c:222 +#: dirmngr/dirmngr.c:223 msgid "route all network traffic via Tor" msgstr "route all network traffic via Tor" -#: dirmngr/dirmngr.c:234 +#: dirmngr/dirmngr.c:235 msgid "Configuration for Keyservers" msgstr "Configuration for Keyservers" -#: dirmngr/dirmngr.c:237 +#: dirmngr/dirmngr.c:238 msgid "|URL|use keyserver at URL" msgstr "|URL|use keyserver at URL" -#: dirmngr/dirmngr.c:239 +#: dirmngr/dirmngr.c:240 msgid "|FILE|use the CA certificates in FILE for HKP over TLS" msgstr "|FILE|use the CA certificates in FILE for HKP over TLS" -#: dirmngr/dirmngr.c:241 +#: dirmngr/dirmngr.c:242 msgid "Configuration for HTTP servers" msgstr "Configuration for HTTP servers" -#: dirmngr/dirmngr.c:243 +#: dirmngr/dirmngr.c:244 msgid "inhibit the use of HTTP" msgstr "inhibit the use of HTTP" -#: dirmngr/dirmngr.c:245 +#: dirmngr/dirmngr.c:246 msgid "ignore HTTP CRL distribution points" msgstr "ignore HTTP CRL distribution points" -#: dirmngr/dirmngr.c:247 +#: dirmngr/dirmngr.c:248 msgid "|URL|redirect all HTTP requests to URL" msgstr "|URL|redirect all HTTP requests to URL" -#: dirmngr/dirmngr.c:249 +#: dirmngr/dirmngr.c:250 msgid "use system's HTTP proxy setting" msgstr "use system's HTTP proxy setting" -#: dirmngr/dirmngr.c:253 +#: dirmngr/dirmngr.c:254 msgid "Configuration of LDAP servers to use" msgstr "Configuration of LDAP servers to use" -#: dirmngr/dirmngr.c:255 +#: dirmngr/dirmngr.c:256 msgid "inhibit the use of LDAP" msgstr "inhibit the use of LDAP" -#: dirmngr/dirmngr.c:257 +#: dirmngr/dirmngr.c:258 msgid "ignore LDAP CRL distribution points" msgstr "ignore LDAP CRL distribution points" -#: dirmngr/dirmngr.c:259 +#: dirmngr/dirmngr.c:260 msgid "|HOST|use HOST for LDAP queries" msgstr "|HOST|use HOST for LDAP queries" -#: dirmngr/dirmngr.c:261 +#: dirmngr/dirmngr.c:262 msgid "do not use fallback hosts with --ldap-proxy" msgstr "do not use fallback hosts with --ldap-proxy" -#: dirmngr/dirmngr.c:263 +#: dirmngr/dirmngr.c:264 msgid "|FILE|read LDAP server list from FILE" msgstr "|FILE|read LDAP server list from FILE" -#: dirmngr/dirmngr.c:265 +#: dirmngr/dirmngr.c:266 msgid "add new servers discovered in CRL distribution points to serverlist" msgstr "add new servers discovered in CRL distribution points to serverlist" -#: dirmngr/dirmngr.c:268 dirmngr/dirmngr_ldap.c:104 +#: dirmngr/dirmngr.c:269 dirmngr/dirmngr_ldap.c:104 msgid "|N|set LDAP timeout to N seconds" msgstr "|N|set LDAP timeout to N seconds" -#: dirmngr/dirmngr.c:271 +#: dirmngr/dirmngr.c:272 msgid "Configuration for OCSP" msgstr "Configuration for OCSP" -#: dirmngr/dirmngr.c:273 +#: dirmngr/dirmngr.c:274 msgid "allow sending OCSP requests" msgstr "allow sending OCSP requests" -#: dirmngr/dirmngr.c:275 +#: dirmngr/dirmngr.c:276 msgid "ignore certificate contained OCSP service URLs" msgstr "ignore certificate contained OCSP service URLs" -#: dirmngr/dirmngr.c:277 +#: dirmngr/dirmngr.c:278 msgid "|URL|use OCSP responder at URL" msgstr "|URL|use OCSP responder at URL" -#: dirmngr/dirmngr.c:279 +#: dirmngr/dirmngr.c:280 msgid "|FPR|OCSP response signed by FPR" msgstr "|FPR|OCSP response signed by FPR" -#: dirmngr/dirmngr.c:287 +#: dirmngr/dirmngr.c:288 msgid "force loading of outdated CRLs" msgstr "force loading of outdated CRLs" -#: dirmngr/dirmngr.c:298 +#: dirmngr/dirmngr.c:299 msgid "" "@\n" "(See the \"info\" manual for a complete listing of all commands and " @@ -10250,11 +10255,11 @@ msgstr "" "@\n" "(See the “info†manual for a complete listing of all commands and options)\n" -#: dirmngr/dirmngr.c:440 +#: dirmngr/dirmngr.c:441 msgid "Usage: @DIRMNGR@ [options] (-h for help)" msgstr "Usage: @DIRMNGR@ [options] (-h for help)" -#: dirmngr/dirmngr.c:442 +#: dirmngr/dirmngr.c:443 msgid "" "Syntax: @DIRMNGR@ [options] [command [args]]\n" "Keyserver, CRL, and OCSP access for @GNUPG@\n" @@ -10262,83 +10267,83 @@ msgstr "" "Syntax: @DIRMNGR@ [options] [command [args]]\n" "Keyserver, CRL, and OCSP access for @GNUPG@\n" -#: dirmngr/dirmngr.c:522 +#: dirmngr/dirmngr.c:523 #, c-format msgid "valid debug levels are: %s\n" msgstr "valid debug levels are: %s\n" -#: dirmngr/dirmngr.c:608 tools/gpgconf.c:667 tools/gpgconf.c:702 +#: dirmngr/dirmngr.c:609 tools/gpgconf.c:667 tools/gpgconf.c:702 #: tools/gpgconf.c:802 #, c-format msgid "usage: %s [options] " msgstr "usage: %s [options] " -#: dirmngr/dirmngr.c:1251 +#: dirmngr/dirmngr.c:1260 #, c-format msgid "colons are not allowed in the socket name\n" msgstr "colons are not allowed in the socket name\n" -#: dirmngr/dirmngr.c:1486 dirmngr/server.c:1824 +#: dirmngr/dirmngr.c:1495 dirmngr/server.c:1824 #, c-format msgid "fetching CRL from '%s' failed: %s\n" msgstr "fetching CRL from ‘%s’ failed: %s\n" -#: dirmngr/dirmngr.c:1492 dirmngr/server.c:1830 +#: dirmngr/dirmngr.c:1501 dirmngr/server.c:1830 #, c-format msgid "processing CRL from '%s' failed: %s\n" msgstr "processing CRL from ‘%s’ failed: %s\n" -#: dirmngr/dirmngr.c:1634 +#: dirmngr/dirmngr.c:1643 #, c-format msgid "%s:%u: line too long - skipped\n" msgstr "%s:%u: line too long - skipped\n" -#: dirmngr/dirmngr.c:1689 dirmngr/dirmngr.c:1773 +#: dirmngr/dirmngr.c:1698 dirmngr/dirmngr.c:1782 #, c-format msgid "%s:%u: invalid fingerprint detected\n" msgstr "%s:%u: invalid fingerprint detected\n" -#: dirmngr/dirmngr.c:1725 dirmngr/dirmngr.c:1751 tools/gpgconf-comp.c:3534 +#: dirmngr/dirmngr.c:1734 dirmngr/dirmngr.c:1760 tools/gpgconf-comp.c:3539 #, c-format msgid "%s:%u: read error: %s\n" msgstr "%s:%u: read error: %s\n" -#: dirmngr/dirmngr.c:1780 +#: dirmngr/dirmngr.c:1789 #, c-format msgid "%s:%u: garbage at end of line ignored\n" msgstr "%s:%u: garbage at end of line ignored\n" -#: dirmngr/dirmngr.c:1849 +#: dirmngr/dirmngr.c:1876 #, c-format msgid "SIGHUP received - re-reading configuration and flushing caches\n" msgstr "SIGHUP received - re-reading configuration and flushing caches\n" -#: dirmngr/dirmngr.c:1890 +#: dirmngr/dirmngr.c:1917 #, c-format msgid "SIGUSR2 received - no action defined\n" msgstr "SIGUSR2 received - no action defined\n" -#: dirmngr/dirmngr.c:1895 +#: dirmngr/dirmngr.c:1922 #, c-format msgid "SIGTERM received - shutting down ...\n" msgstr "SIGTERM received - shutting down ...\n" -#: dirmngr/dirmngr.c:1897 +#: dirmngr/dirmngr.c:1924 #, c-format msgid "SIGTERM received - still %d active connections\n" msgstr "SIGTERM received - still %d active connections\n" -#: dirmngr/dirmngr.c:1902 +#: dirmngr/dirmngr.c:1929 #, c-format msgid "shutdown forced\n" msgstr "shutdown forced\n" -#: dirmngr/dirmngr.c:1910 +#: dirmngr/dirmngr.c:1937 #, c-format msgid "SIGINT received - immediate shutdown\n" msgstr "SIGINT received - immediate shutdown\n" -#: dirmngr/dirmngr.c:1917 +#: dirmngr/dirmngr.c:1944 #, c-format msgid "signal %d received - no action defined\n" msgstr "signal %d received - no action defined\n" @@ -10791,7 +10796,7 @@ msgid "serialno missing in cert ID" msgstr "serialno missing in cert ID" #: dirmngr/server.c:1387 dirmngr/server.c:1473 dirmngr/server.c:1909 -#: dirmngr/server.c:1980 dirmngr/server.c:2552 dirmngr/server.c:2567 +#: dirmngr/server.c:1980 dirmngr/server.c:2556 dirmngr/server.c:2571 #, c-format msgid "assuan_inquire failed: %s\n" msgstr "assuan_inquire failed: %s\n" @@ -10821,32 +10826,32 @@ msgstr "fetch_next_cert failed: %s\n" msgid "max_replies %d exceeded\n" msgstr "max_replies %d exceeded\n" -#: dirmngr/server.c:2856 +#: dirmngr/server.c:2860 #, c-format msgid "can't allocate control structure: %s\n" msgstr "can't allocate control structure: %s\n" -#: dirmngr/server.c:2867 +#: dirmngr/server.c:2871 #, c-format msgid "failed to allocate assuan context: %s\n" msgstr "failed to allocate assuan context: %s\n" -#: dirmngr/server.c:2888 +#: dirmngr/server.c:2892 #, c-format msgid "failed to initialize the server: %s\n" msgstr "failed to initialize the server: %s\n" -#: dirmngr/server.c:2896 +#: dirmngr/server.c:2900 #, c-format msgid "failed to the register commands with Assuan: %s\n" msgstr "failed to the register commands with Assuan: %s\n" -#: dirmngr/server.c:2929 +#: dirmngr/server.c:2933 #, c-format msgid "Assuan accept problem: %s\n" msgstr "Assuan accept problem: %s\n" -#: dirmngr/server.c:2948 +#: dirmngr/server.c:2952 #, c-format msgid "Assuan processing failed: %s\n" msgstr "Assuan processing failed: %s\n" @@ -10991,67 +10996,67 @@ msgstr "no keybox daemon running in this session\n" msgid "error sending standard options: %s\n" msgstr "error sending standard options: %s\n" -#: tools/gpgconf-comp.c:647 +#: tools/gpgconf-comp.c:649 msgid "OpenPGP" msgstr "OpenPGP" -#: tools/gpgconf-comp.c:651 +#: tools/gpgconf-comp.c:653 msgid "S/MIME" msgstr "S/MIME" -#: tools/gpgconf-comp.c:655 +#: tools/gpgconf-comp.c:657 msgid "Public Keys" msgstr "Public Keys" -#: tools/gpgconf-comp.c:659 +#: tools/gpgconf-comp.c:661 msgid "Private Keys" msgstr "Private Keys" -#: tools/gpgconf-comp.c:663 +#: tools/gpgconf-comp.c:665 msgid "Smartcards" msgstr "Smartcards" -#: tools/gpgconf-comp.c:667 +#: tools/gpgconf-comp.c:669 msgid "TPM" msgstr "TPM" -#: tools/gpgconf-comp.c:671 +#: tools/gpgconf-comp.c:673 msgid "Network" msgstr "Network" -#: tools/gpgconf-comp.c:675 +#: tools/gpgconf-comp.c:677 msgid "Passphrase Entry" msgstr "Passphrase Entry" -#: tools/gpgconf-comp.c:939 +#: tools/gpgconf-comp.c:941 msgid "Component not suitable for launching" msgstr "Component not suitable for launching" -#: tools/gpgconf-comp.c:945 +#: tools/gpgconf-comp.c:947 #, c-format msgid "Configuration file of component %s is broken\n" msgstr "Configuration file of component %s is broken\n" -#: tools/gpgconf-comp.c:948 +#: tools/gpgconf-comp.c:950 #, c-format msgid "Note: Use the command \"%s%s\" to get details.\n" msgstr "Note: Use the command “%s%s†to get details.\n" -#: tools/gpgconf-comp.c:2811 +#: tools/gpgconf-comp.c:2816 #, c-format msgid "External verification of component %s failed" msgstr "External verification of component %s failed" -#: tools/gpgconf-comp.c:2941 +#: tools/gpgconf-comp.c:2946 msgid "Note that group specifications are ignored\n" msgstr "Note that group specifications are ignored\n" -#: tools/gpgconf-comp.c:3538 +#: tools/gpgconf-comp.c:3543 #, c-format msgid "error closing '%s'\n" msgstr "error closing ‘%s’\n" -#: tools/gpgconf-comp.c:3540 +#: tools/gpgconf-comp.c:3545 #, c-format msgid "error parsing '%s'\n" msgstr "error parsing ‘%s’\n" @@ -11156,33 +11161,33 @@ msgstr "" "Syntax: gpg-check-pattern [options] patternfile\n" "Check a passphrase given on stdin against the patternfile\n" -#: tools/gpg-card.c:2389 +#: tools/gpg-card.c:2390 #, c-format msgid "Note: key %s is already stored on the card!\n" msgstr "Note: key %s is already stored on the card!\n" -#: tools/gpg-card.c:2392 +#: tools/gpg-card.c:2393 #, c-format msgid "Note: Keys are already stored on the card!\n" msgstr "Note: Keys are already stored on the card!\n" -#: tools/gpg-card.c:2395 +#: tools/gpg-card.c:2396 #, c-format msgid "Replace existing key %s ? (y/N) " msgstr "Replace existing key %s ? (y/N) " -#: tools/gpg-card.c:2548 tools/gpg-card.c:2711 tools/gpg-card.c:2934 -#: tools/gpg-card.c:3043 +#: tools/gpg-card.c:2549 tools/gpg-card.c:2712 tools/gpg-card.c:2935 +#: tools/gpg-card.c:3044 #, c-format msgid "%s card no. %s detected\n" msgstr "%s card no. %s detected\n" -#: tools/gpg-card.c:3395 +#: tools/gpg-card.c:3396 #, c-format msgid "User Interaction Flag is set to \"%s\" - can't change\n" msgstr "User Interaction Flag is set to “%s†- can't change\n" -#: tools/gpg-card.c:3405 tools/gpg-card.c:3419 +#: tools/gpg-card.c:3406 tools/gpg-card.c:3420 #, c-format msgid "" "Warning: Setting the User Interaction Flag to \"%s\"\n" @@ -11191,43 +11196,43 @@ msgstr "" "Warning: Setting the User Interaction Flag to “%sâ€\n" " can only be reverted using a factory reset!\n" -#: tools/gpg-card.c:3422 +#: tools/gpg-card.c:3423 #, c-format msgid "Please use \"uif --yes %d %s\"\n" msgstr "Please use “uif --yes %d %sâ€\n" -#: tools/gpg-card.c:3668 +#: tools/gpg-card.c:3669 msgid "authenticate to the card" msgstr "authenticate to the card" -#: tools/gpg-card.c:3670 +#: tools/gpg-card.c:3671 msgid "send a reset to the card daemon" msgstr "send a reset to the card daemon" -#: tools/gpg-card.c:3672 +#: tools/gpg-card.c:3673 msgid "setup KDF for PIN authentication" msgstr "setup KDF for PIN authentication" -#: tools/gpg-card.c:3674 +#: tools/gpg-card.c:3675 msgid "change a private data object" msgstr "change a private data object" -#: tools/gpg-card.c:3675 +#: tools/gpg-card.c:3676 msgid "read a certificate from a data object" msgstr "read a certificate from a data object" -#: tools/gpg-card.c:3676 +#: tools/gpg-card.c:3677 msgid "store a certificate to a data object" msgstr "store a certificate to a data object" -#: tools/gpg-card.c:3677 +#: tools/gpg-card.c:3678 msgid "store a private key to a data object" msgstr "store a private key to a data object" -#: tools/gpg-card.c:3678 +#: tools/gpg-card.c:3679 msgid "Yubikey management commands" msgstr "Yubikey management commands" -#: tools/gpg-card.c:3680 +#: tools/gpg-card.c:3681 msgid "manage the command history" msgstr "manage the command history" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg 1.0.6d\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2021-04-07 19:24+0200\n" +"POT-Creation-Date: 2021-04-20 12:38+0200\n" "PO-Revision-Date: 2002-04-14 14:33+0100\n" "Last-Translator: Edmund GRIMLEY EVANS <edmundo@rano.org>\n" "Language-Team: Esperanto <translation-team-eo@lists.sourceforge.net>\n" @@ -209,9 +209,9 @@ msgid "ssh keys greater than %d bits are not supported\n" msgstr "protekto-metodo %d%s ne estas realigita\n" #: agent/command-ssh.c:872 common/dotlock.c:852 g10/card-util.c:953 -#: g10/export.c:1329 g10/gpg.c:1430 g10/keygen.c:5327 g10/keyring.c:1319 +#: g10/export.c:1329 g10/gpg.c:1431 g10/keygen.c:5347 g10/keyring.c:1319 #: g10/keyring.c:1632 g10/openfile.c:293 g10/photoid.c:531 g10/photoid.c:549 -#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:478 +#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:479 #, fuzzy, c-format #| msgid "can't create `%s': %s\n" msgid "can't create '%s': %s\n" @@ -219,15 +219,15 @@ msgstr "ne povas krei '%s': %s\n" #: agent/command-ssh.c:884 common/helpfile.c:57 g10/card-util.c:910 #: g10/dearmor.c:59 g10/dearmor.c:106 g10/decrypt.c:65 g10/decrypt.c:136 -#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1431 -#: g10/import.c:359 g10/import.c:546 g10/import.c:781 g10/keygen.c:4302 +#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1432 +#: g10/import.c:371 g10/import.c:558 g10/import.c:793 g10/keygen.c:4322 #: g10/keyring.c:1658 g10/openfile.c:197 g10/openfile.c:211 g10/plaintext.c:128 #: g10/plaintext.c:610 g10/sign.c:1086 g10/sign.c:1311 g10/sign.c:1424 #: g10/sign.c:1596 g10/tdbdump.c:143 g10/tdbdump.c:151 g10/tdbio.c:758 -#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2338 -#: sm/gpgsm.c:2368 sm/gpgsm.c:2406 sm/qualified.c:65 dirmngr/certcache.c:396 -#: dirmngr/certcache.c:476 dirmngr/certcache.c:478 dirmngr/crlcache.c:2588 -#: dirmngr/dirmngr.c:1711 tools/gpg-card.c:407 +#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2380 +#: sm/gpgsm.c:2410 sm/gpgsm.c:2448 sm/keylist.c:1737 sm/qualified.c:65 +#: dirmngr/certcache.c:396 dirmngr/certcache.c:476 dirmngr/certcache.c:478 +#: dirmngr/crlcache.c:2588 dirmngr/dirmngr.c:1720 tools/gpg-card.c:408 #, fuzzy, c-format #| msgid "can't open `%s': %s\n" msgid "can't open '%s': %s\n" @@ -411,353 +411,353 @@ msgstr "" msgid "Please enter the new passphrase" msgstr "ÅanÄi la pasfrazon" -#: agent/gpg-agent.c:161 scd/scdaemon.c:114 dirmngr/dirmngr.c:181 +#: agent/gpg-agent.c:162 scd/scdaemon.c:115 dirmngr/dirmngr.c:182 msgid "Options used for startup" msgstr "" -#: agent/gpg-agent.c:163 scd/scdaemon.c:119 dirmngr/dirmngr.c:170 +#: agent/gpg-agent.c:164 scd/scdaemon.c:120 dirmngr/dirmngr.c:171 msgid "run in daemon mode (background)" msgstr "" -#: agent/gpg-agent.c:164 scd/scdaemon.c:116 dirmngr/dirmngr.c:169 +#: agent/gpg-agent.c:165 scd/scdaemon.c:117 dirmngr/dirmngr.c:170 msgid "run in server mode (foreground)" msgstr "" -#: agent/gpg-agent.c:166 dirmngr/dirmngr.c:172 +#: agent/gpg-agent.c:167 dirmngr/dirmngr.c:173 #, fuzzy #| msgid "Key is superseded" msgid "run in supervised mode" msgstr "Åœlosilo estas anstataÅigita." -#: agent/gpg-agent.c:168 scd/scdaemon.c:120 dirmngr/dirmngr.c:183 +#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 msgid "do not detach from the console" msgstr "" -#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 +#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 msgid "sh-style command output" msgstr "" -#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 +#: agent/gpg-agent.c:171 scd/scdaemon.c:123 dirmngr/dirmngr.c:186 msgid "csh-style command output" msgstr "" -#: agent/gpg-agent.c:178 g10/gpg.c:588 scd/scdaemon.c:124 sm/gpgsm.c:419 -#: dirmngr/dirmngr.c:187 +#: agent/gpg-agent.c:179 g10/gpg.c:589 scd/scdaemon.c:125 sm/gpgsm.c:422 +#: dirmngr/dirmngr.c:188 #, fuzzy msgid "|FILE|read options from FILE" msgstr "|DOSIERO|legi aldonan bibliotekon DOSIERO" -#: agent/gpg-agent.c:182 g10/gpg.c:573 scd/scdaemon.c:128 sm/gpgsm.c:262 -#: dirmngr/dirmngr.c:191 +#: agent/gpg-agent.c:183 g10/gpg.c:574 scd/scdaemon.c:129 sm/gpgsm.c:265 +#: dirmngr/dirmngr.c:192 msgid "Options controlling the diagnostic output" msgstr "" -#: agent/gpg-agent.c:184 g10/gpg.c:575 g10/gpgv.c:78 kbx/kbxutil.c:89 -#: scd/scdaemon.c:130 sm/gpgsm.c:264 dirmngr/dirmngr-client.c:69 -#: dirmngr/dirmngr.c:193 dirmngr/dirmngr_ldap.c:102 +#: agent/gpg-agent.c:185 g10/gpg.c:576 g10/gpgv.c:78 kbx/kbxutil.c:89 +#: scd/scdaemon.c:131 sm/gpgsm.c:267 dirmngr/dirmngr-client.c:69 +#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:102 #: tools/gpg-connect-agent.c:85 tools/gpgconf.c:111 msgid "verbose" msgstr "detala eligo" -#: agent/gpg-agent.c:185 g10/gpg.c:577 g10/gpgv.c:79 kbx/kbxutil.c:90 -#: scd/scdaemon.c:131 sm/gpgsm.c:266 dirmngr/dirmngr-client.c:70 -#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:103 +#: agent/gpg-agent.c:186 g10/gpg.c:578 g10/gpgv.c:79 kbx/kbxutil.c:90 +#: scd/scdaemon.c:132 sm/gpgsm.c:269 dirmngr/dirmngr-client.c:70 +#: dirmngr/dirmngr.c:195 dirmngr/dirmngr_ldap.c:103 msgid "be somewhat more quiet" msgstr "iom malpli da informoj" -#: agent/gpg-agent.c:193 g10/gpg.c:592 sm/gpgsm.c:280 dirmngr/dirmngr.c:204 +#: agent/gpg-agent.c:194 g10/gpg.c:593 sm/gpgsm.c:283 dirmngr/dirmngr.c:205 msgid "|FILE|write server mode logs to FILE" msgstr "" -#: agent/gpg-agent.c:197 g10/gpg.c:598 scd/scdaemon.c:145 sm/gpgsm.c:287 -#: dirmngr/dirmngr.c:208 +#: agent/gpg-agent.c:198 g10/gpg.c:599 scd/scdaemon.c:146 sm/gpgsm.c:290 +#: dirmngr/dirmngr.c:209 msgid "Options controlling the configuration" msgstr "" -#: agent/gpg-agent.c:200 +#: agent/gpg-agent.c:201 #, fuzzy msgid "do not use the SCdaemon" msgstr "aktualigi la fido-datenaron" -#: agent/gpg-agent.c:202 +#: agent/gpg-agent.c:203 msgid "|PGM|use PGM as the SCdaemon program" msgstr "" -#: agent/gpg-agent.c:204 +#: agent/gpg-agent.c:205 msgid "|PGM|use PGM as the tpm2daemon program" msgstr "" -#: agent/gpg-agent.c:208 +#: agent/gpg-agent.c:209 #, fuzzy #| msgid "|NAME|set terminal charset to NAME" msgid "|NAME|accept some commands via NAME" msgstr "|NOMO|difini NOMOn kiel la signaron de la terminalo" -#: agent/gpg-agent.c:212 +#: agent/gpg-agent.c:213 msgid "ignore requests to change the TTY" msgstr "" -#: agent/gpg-agent.c:214 +#: agent/gpg-agent.c:215 msgid "ignore requests to change the X display" msgstr "" -#: agent/gpg-agent.c:215 +#: agent/gpg-agent.c:216 #, fuzzy #| msgid "not supported" msgid "enable ssh support" msgstr "ne realigita" -#: agent/gpg-agent.c:217 +#: agent/gpg-agent.c:218 msgid "|ALGO|use ALGO to show ssh fingerprints" msgstr "" -#: agent/gpg-agent.c:220 +#: agent/gpg-agent.c:221 #, fuzzy #| msgid "not supported" msgid "enable putty support" msgstr "ne realigita" -#: agent/gpg-agent.c:232 g10/gpg.c:843 scd/scdaemon.c:175 sm/gpgsm.c:379 +#: agent/gpg-agent.c:233 g10/gpg.c:844 scd/scdaemon.c:176 sm/gpgsm.c:382 msgid "Options controlling the security" msgstr "" -#: agent/gpg-agent.c:235 +#: agent/gpg-agent.c:236 msgid "|N|expire cached PINs after N seconds" msgstr "" -#: agent/gpg-agent.c:237 +#: agent/gpg-agent.c:238 msgid "|N|expire SSH keys after N seconds" msgstr "" -#: agent/gpg-agent.c:239 +#: agent/gpg-agent.c:240 msgid "|N|set maximum PIN cache lifetime to N seconds" msgstr "" -#: agent/gpg-agent.c:241 +#: agent/gpg-agent.c:242 msgid "|N|set maximum SSH key lifetime to N seconds" msgstr "" -#: agent/gpg-agent.c:243 +#: agent/gpg-agent.c:244 msgid "do not use the PIN cache when signing" msgstr "" -#: agent/gpg-agent.c:245 +#: agent/gpg-agent.c:246 #, fuzzy msgid "disallow the use of an external password cache" msgstr "eraro dum kreado de pasfrazo: %s\n" -#: agent/gpg-agent.c:247 +#: agent/gpg-agent.c:248 msgid "disallow clients to mark keys as \"trusted\"" msgstr "" -#: agent/gpg-agent.c:250 +#: agent/gpg-agent.c:251 #, fuzzy msgid "allow presetting passphrase" msgstr "eraro dum kreado de pasfrazo: %s\n" -#: agent/gpg-agent.c:255 +#: agent/gpg-agent.c:256 msgid "Options enforcing a passphrase policy" msgstr "" -#: agent/gpg-agent.c:258 +#: agent/gpg-agent.c:259 msgid "do not allow bypassing the passphrase policy" msgstr "" -#: agent/gpg-agent.c:260 +#: agent/gpg-agent.c:261 msgid "|N|set minimal required length for new passphrases to N" msgstr "" -#: agent/gpg-agent.c:262 +#: agent/gpg-agent.c:263 msgid "|N|require at least N non-alpha characters for a new passphrase" msgstr "" -#: agent/gpg-agent.c:265 +#: agent/gpg-agent.c:266 msgid "|FILE|check new passphrases against pattern in FILE" msgstr "" -#: agent/gpg-agent.c:267 +#: agent/gpg-agent.c:268 #, fuzzy msgid "|N|expire the passphrase after N days" msgstr "|N|uzi pasfraz-reÄimon N" -#: agent/gpg-agent.c:269 +#: agent/gpg-agent.c:270 #, fuzzy msgid "do not allow the reuse of old passphrases" msgstr "eraro dum kreado de pasfrazo: %s\n" -#: agent/gpg-agent.c:272 +#: agent/gpg-agent.c:273 msgid "Options controlling the PIN-Entry" msgstr "" -#: agent/gpg-agent.c:274 +#: agent/gpg-agent.c:275 #, fuzzy #| msgid "use the gpg-agent" msgid "never use the PIN-entry" msgstr "uzi gpg-agent" -#: agent/gpg-agent.c:276 +#: agent/gpg-agent.c:277 msgid "disallow caller to override the pinentry" msgstr "" -#: agent/gpg-agent.c:278 +#: agent/gpg-agent.c:279 msgid "let PIN-Entry grab keyboard and mouse" msgstr "" -#: agent/gpg-agent.c:281 +#: agent/gpg-agent.c:282 msgid "|PGM|use PGM as the PIN-Entry program" msgstr "" -#: agent/gpg-agent.c:285 +#: agent/gpg-agent.c:286 msgid "|N|set the Pinentry timeout to N seconds" msgstr "" -#: agent/gpg-agent.c:287 +#: agent/gpg-agent.c:288 msgid "allow passphrase to be prompted through Emacs" msgstr "" #. TRANSLATORS: @EMAIL@ will get replaced by the actual bug #. reporting address. This is so that we can change the #. reporting address without breaking the translations. -#: agent/gpg-agent.c:550 agent/preset-passphrase.c:99 agent/protect-tool.c:154 -#: g10/gpg.c:1131 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:311 -#: sm/gpgsm.c:609 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:437 +#: agent/gpg-agent.c:551 agent/preset-passphrase.c:99 agent/protect-tool.c:154 +#: g10/gpg.c:1132 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:312 +#: sm/gpgsm.c:612 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:438 #: dirmngr/dirmngr_ldap.c:175 tools/gpg-connect-agent.c:220 tools/gpgconf.c:151 #: tools/gpg-check-pattern.c:143 #, fuzzy msgid "Please report bugs to <@EMAIL@>.\n" msgstr "Bonvolu raporti cimojn al <gnupg-bugs@gnu.org>.\n" -#: agent/gpg-agent.c:559 +#: agent/gpg-agent.c:560 #, fuzzy msgid "Usage: @GPG_AGENT@ [options] (-h for help)" msgstr "Uzado: gpg [opcioj] [dosieroj] (-h por helpo)" -#: agent/gpg-agent.c:561 +#: agent/gpg-agent.c:562 msgid "" "Syntax: @GPG_AGENT@ [options] [command [args]]\n" "Secret key management for @GNUPG@\n" msgstr "" -#: agent/gpg-agent.c:606 g10/gpg.c:1336 scd/scdaemon.c:383 sm/gpgsm.c:757 -#: dirmngr/dirmngr.c:521 +#: agent/gpg-agent.c:607 g10/gpg.c:1337 scd/scdaemon.c:384 sm/gpgsm.c:760 +#: dirmngr/dirmngr.c:522 #, c-format msgid "invalid debug-level '%s' given\n" msgstr "" -#: agent/gpg-agent.c:971 g10/gpg.c:3879 g10/gpg.c:3903 sm/gpgsm.c:1736 -#: sm/gpgsm.c:1742 +#: agent/gpg-agent.c:972 g10/gpg.c:3910 g10/gpg.c:3934 sm/gpgsm.c:1769 +#: sm/gpgsm.c:1775 #, c-format msgid "selected digest algorithm is invalid\n" msgstr "elektita kompendi-metodo ne validas\n" -#: agent/gpg-agent.c:1195 agent/gpg-agent.c:2010 g10/gpg.c:2588 -#: scd/scdaemon.c:548 sm/gpgsm.c:1151 dirmngr/dirmngr.c:988 -#: dirmngr/dirmngr.c:1830 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:2019 common/comopt.c:93 +#: g10/gpg.c:2591 scd/scdaemon.c:549 sm/gpgsm.c:1155 dirmngr/dirmngr.c:989 +#: dirmngr/dirmngr.c:1840 #, fuzzy, c-format #| msgid "reading options from `%s'\n" msgid "reading options from '%s'\n" msgstr "legas opciojn el '%s'\n" -#: agent/gpg-agent.c:1327 g10/gpg.c:3830 scd/scdaemon.c:675 sm/gpgsm.c:1676 -#: dirmngr/dirmngr.c:1099 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 +#: agent/gpg-agent.c:1335 g10/gpg.c:3861 scd/scdaemon.c:687 sm/gpgsm.c:1709 +#: dirmngr/dirmngr.c:1108 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 #, fuzzy, c-format msgid "Note: '%s' is not considered an option\n" msgstr "AVERTO: '%s' estas malplena dosiero\n" -#: agent/gpg-agent.c:2146 scd/scdaemon.c:1096 dirmngr/dirmngr.c:1258 +#: agent/gpg-agent.c:2172 scd/scdaemon.c:1108 dirmngr/dirmngr.c:1267 #, fuzzy, c-format msgid "can't create socket: %s\n" msgstr "ne povas krei %s: %s\n" -#: agent/gpg-agent.c:2163 scd/scdaemon.c:1109 dirmngr/dirmngr.c:1271 +#: agent/gpg-agent.c:2189 scd/scdaemon.c:1121 dirmngr/dirmngr.c:1280 #, fuzzy, c-format msgid "socket name '%s' is too long\n" msgstr "Valida atestilrevoko" -#: agent/gpg-agent.c:2202 +#: agent/gpg-agent.c:2228 #, fuzzy, c-format msgid "a gpg-agent is already running - not starting a new one\n" msgstr "gpg-agent ne estas disponata en ĉi tiu sesio\n" -#: agent/gpg-agent.c:2213 scd/scdaemon.c:1133 dirmngr/dirmngr.c:1303 +#: agent/gpg-agent.c:2239 scd/scdaemon.c:1145 dirmngr/dirmngr.c:1312 #, fuzzy, c-format msgid "error getting nonce for the socket\n" msgstr "eraro dum kreado de pasfrazo: %s\n" -#: agent/gpg-agent.c:2218 scd/scdaemon.c:1136 dirmngr/dirmngr.c:1306 +#: agent/gpg-agent.c:2244 scd/scdaemon.c:1148 dirmngr/dirmngr.c:1315 #, fuzzy, c-format msgid "error binding socket to '%s': %s\n" msgstr "eraro dum sendo al '%s': %s\n" -#: agent/gpg-agent.c:2229 agent/gpg-agent.c:2269 agent/gpg-agent.c:2278 -#: scd/scdaemon.c:1144 dirmngr/dirmngr.c:1315 +#: agent/gpg-agent.c:2255 agent/gpg-agent.c:2295 agent/gpg-agent.c:2304 +#: scd/scdaemon.c:1156 dirmngr/dirmngr.c:1324 #, fuzzy, c-format msgid "can't set permissions of '%s': %s\n" msgstr "Averto: malsekuraj permesoj sur %s \"%s\"\n" -#: agent/gpg-agent.c:2243 scd/scdaemon.c:1156 dirmngr/dirmngr.c:1327 +#: agent/gpg-agent.c:2269 scd/scdaemon.c:1168 dirmngr/dirmngr.c:1336 #, fuzzy, c-format msgid "listening on socket '%s'\n" msgstr "skribas sekretan Ålosilon al '%s'\n" -#: agent/gpg-agent.c:2263 agent/gpg-agent.c:2316 common/homedir.c:517 +#: agent/gpg-agent.c:2289 agent/gpg-agent.c:2342 common/homedir.c:517 #: g10/openfile.c:399 g10/photoid.c:379 #, fuzzy, c-format msgid "can't create directory '%s': %s\n" msgstr "%s: ne povas krei dosierujon: %s\n" -#: agent/gpg-agent.c:2266 agent/gpg-agent.c:2321 common/homedir.c:520 +#: agent/gpg-agent.c:2292 agent/gpg-agent.c:2347 common/homedir.c:520 #: g10/openfile.c:402 #, fuzzy, c-format msgid "directory '%s' created\n" msgstr "%s: dosierujo kreita\n" -#: agent/gpg-agent.c:2327 +#: agent/gpg-agent.c:2353 #, fuzzy, c-format msgid "stat() failed for '%s': %s\n" msgstr "fido-datenaro: lego malsukcesis (n=%d): %s\n" -#: agent/gpg-agent.c:2331 +#: agent/gpg-agent.c:2357 #, fuzzy, c-format msgid "can't use '%s' as home directory\n" msgstr "%s: ne povas krei dosierujon: %s\n" -#: agent/gpg-agent.c:2486 scd/scdaemon.c:1172 dirmngr/dirmngr.c:2042 +#: agent/gpg-agent.c:2512 scd/scdaemon.c:1184 dirmngr/dirmngr.c:2069 #, fuzzy, c-format msgid "error reading nonce on fd %d: %s\n" msgstr "eraro dum legado de '%s': %s\n" -#: agent/gpg-agent.c:2693 +#: agent/gpg-agent.c:2719 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:2698 +#: agent/gpg-agent.c:2724 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:2773 +#: agent/gpg-agent.c:2799 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:2778 +#: agent/gpg-agent.c:2804 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:3000 scd/scdaemon.c:1362 dirmngr/dirmngr.c:2256 +#: agent/gpg-agent.c:3026 scd/scdaemon.c:1374 dirmngr/dirmngr.c:2283 #, fuzzy, c-format msgid "npth_pselect failed: %s - waiting 1s\n" msgstr "aktualigo de sekreto malsukcesis: %s\n" -#: agent/gpg-agent.c:3088 scd/scdaemon.c:1427 +#: agent/gpg-agent.c:3114 scd/scdaemon.c:1439 #, fuzzy, c-format msgid "%s %s stopped\n" msgstr "\t%lu Ålosiloj ignoritaj\n" -#: agent/gpg-agent.c:3226 common/simple-pwquery.c:247 g10/call-agent.c:260 +#: agent/gpg-agent.c:3252 common/simple-pwquery.c:247 g10/call-agent.c:260 #: sm/call-agent.c:131 tools/gpg-connect-agent.c:2319 tools/card-call-scd.c:311 #, fuzzy, c-format msgid "no gpg-agent running in this session\n" @@ -784,8 +784,8 @@ msgid "" "Password cache maintenance\n" msgstr "" -#: agent/protect-tool.c:107 g10/gpg.c:447 kbx/kbxutil.c:72 sm/gpgsm.c:213 -#: dirmngr/dirmngr.c:167 tools/gpgconf.c:81 +#: agent/protect-tool.c:107 g10/gpg.c:448 kbx/kbxutil.c:72 sm/gpgsm.c:215 +#: dirmngr/dirmngr.c:168 tools/gpgconf.c:81 msgid "" "@Commands:\n" " " @@ -1035,7 +1035,7 @@ msgid "error creating a stream for a pipe: %s\n" msgstr "eraro dum kreado de pasfrazo: %s\n" #: common/exechelp-posix.c:505 common/exechelp-posix.c:580 -#: common/exechelp-posix.c:861 dirmngr/dirmngr.c:1345 +#: common/exechelp-posix.c:866 dirmngr/dirmngr.c:1354 #, fuzzy, c-format msgid "error forking process: %s\n" msgstr "eraro dum legado de '%s': %s\n" @@ -1045,23 +1045,23 @@ msgstr "eraro dum legado de '%s': %s\n" msgid "waiting for process %d to terminate failed: %s\n" msgstr "" -#: common/exechelp-posix.c:688 common/exechelp-posix.c:804 +#: common/exechelp-posix.c:688 common/exechelp-posix.c:809 #, fuzzy, c-format msgid "error running '%s': probably not installed\n" msgstr "eraro dum legado de '%s': %s\n" -#: common/exechelp-posix.c:694 common/exechelp-posix.c:811 +#: common/exechelp-posix.c:694 common/exechelp-posix.c:816 #: common/exechelp-w32.c:839 common/exechelp-w32ce.c:782 #, fuzzy, c-format msgid "error running '%s': exit status %d\n" msgstr "eraro dum legado de '%s': %s\n" -#: common/exechelp-posix.c:702 common/exechelp-posix.c:819 +#: common/exechelp-posix.c:702 common/exechelp-posix.c:824 #, fuzzy, c-format msgid "error running '%s': terminated\n" msgstr "eraro dum legado de '%s': %s\n" -#: common/exechelp-posix.c:760 common/exechelp-w32.c:820 +#: common/exechelp-posix.c:765 common/exechelp-w32.c:820 #, fuzzy, c-format msgid "waiting for processes to terminate failed: %s\n" msgstr "aktualigo malsukcesis: %s\n" @@ -1108,7 +1108,7 @@ msgid "renaming '%s' to '%s' failed: %s\n" msgstr "enkirasigo malsukcesis: %s\n" #. TRANSLATORS: See doc/TRANSLATE about this string. -#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3081 +#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3082 #, fuzzy msgid "yes" msgstr "jes" @@ -1165,7 +1165,7 @@ msgid "out of core while allocating %lu bytes" msgstr "" #: common/miscellaneous.c:115 g10/card-util.c:917 tools/no-libgcrypt.c:30 -#: tools/gpg-card.c:415 +#: tools/gpg-card.c:416 #, fuzzy, c-format msgid "error allocating enough memory: %s\n" msgstr "eraro dum kreado de Ålosilaro '%s': %s\n" @@ -1236,7 +1236,7 @@ msgstr "eraro dum kreado de Ålosilaro '%s': %s\n" msgid "server '%s' is older than us (%s < %s)" msgstr "" -#: common/asshelp.c:737 g10/call-dirmngr.c:407 +#: common/asshelp.c:737 g10/call-dirmngr.c:408 #, fuzzy, c-format #| msgid "WARNING: %s overrides %s\n" msgid "WARNING: %s\n" @@ -1545,8 +1545,8 @@ msgstr "publika Ålosilo %08lX ne trovita: %s\n" msgid "waiting for lock %s...\n" msgstr "skribas sekretan Ålosilon al '%s'\n" -#: common/init.c:191 sm/gpgsm.c:1032 dirmngr/dirmngr.c:894 -#: dirmngr/dirmngr.c:903 +#: common/init.c:191 sm/gpgsm.c:1036 dirmngr/dirmngr.c:895 +#: dirmngr/dirmngr.c:904 #, c-format msgid "%s is too old (need %s, have %s)\n" msgstr "" @@ -1717,56 +1717,56 @@ msgstr "eraro dum legado de '%s': %s\n" msgid "problem with the agent: %s\n" msgstr "problemo kun agento: agento redonas 0x%lx\n" -#: g10/call-dirmngr.c:178 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 +#: g10/call-dirmngr.c:179 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 #, fuzzy, c-format msgid "no dirmngr running in this session\n" msgstr "gpg-agent ne estas disponata en ĉi tiu sesio\n" -#: g10/call-dirmngr.c:212 +#: g10/call-dirmngr.c:213 #, fuzzy, c-format msgid "keyserver option \"honor-keyserver-url\" may not be used in Tor mode\n" msgstr "Tiu komando ne eblas en la reÄimo %s.\n" -#: g10/call-dirmngr.c:385 +#: g10/call-dirmngr.c:386 msgid "WKD uses a cached result" msgstr "" -#: g10/call-dirmngr.c:388 +#: g10/call-dirmngr.c:389 msgid "Tor is not running" msgstr "" -#: g10/call-dirmngr.c:390 +#: g10/call-dirmngr.c:391 #, fuzzy msgid "Tor is not properly configured" msgstr "%s: nevalida dosiero-versio %d\n" -#: g10/call-dirmngr.c:392 +#: g10/call-dirmngr.c:393 #, fuzzy msgid "DNS is not properly configured" msgstr "%s: nevalida dosiero-versio %d\n" -#: g10/call-dirmngr.c:394 +#: g10/call-dirmngr.c:395 msgid "unacceptable HTTP redirect from server" msgstr "" -#: g10/call-dirmngr.c:396 +#: g10/call-dirmngr.c:397 msgid "unacceptable HTTP redirect from server was cleaned up" msgstr "" -#: g10/call-dirmngr.c:398 +#: g10/call-dirmngr.c:399 #, fuzzy #| msgid "generate a revocation certificate" msgid "server uses an invalid certificate" msgstr "krei revokatestilon" -#: g10/call-dirmngr.c:405 g10/gpg.c:4568 +#: g10/call-dirmngr.c:406 g10/gpg.c:4599 #, fuzzy, c-format #| msgid "armor: %s\n" msgid "Note: %s\n" msgstr "kiraso: %s\n" #: g10/card-util.c:86 g10/card-util.c:369 g10/card-util.c:1924 -#: tools/gpg-card.c:3038 +#: tools/gpg-card.c:3039 #, fuzzy, c-format msgid "OpenPGP card not available: %s\n" msgstr "sekreta Ålosilo ne havebla" @@ -1777,17 +1777,17 @@ msgid "OpenPGP card no. %s detected\n" msgstr "" #: g10/card-util.c:97 g10/card-util.c:2309 g10/delkey.c:164 g10/keyedit.c:1428 -#: g10/keygen.c:4771 g10/revoke.c:214 g10/revoke.c:638 +#: g10/keygen.c:4791 g10/revoke.c:214 g10/revoke.c:638 #, fuzzy, c-format msgid "can't do this in batch mode\n" msgstr "ne povas fari tion en neinteraga reÄimo\n" -#: g10/card-util.c:105 tools/gpg-card.c:2942 +#: g10/card-util.c:105 tools/gpg-card.c:2943 #, fuzzy, c-format msgid "This command is only available for version 2 cards\n" msgstr "Tiu komando ne eblas en la reÄimo %s.\n" -#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2947 +#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2948 #, fuzzy, c-format msgid "Reset Code not or not anymore available\n" msgstr "sekretaj Ålosilpartoj ne estas disponataj\n" @@ -1796,115 +1796,115 @@ msgstr "sekretaj Ålosilpartoj ne estas disponataj\n" #: g10/card-util.c:1802 g10/keyedit.c:394 g10/keyedit.c:415 g10/keyedit.c:429 #: g10/keygen.c:1991 g10/keygen.c:2165 g10/keygen.c:2385 g10/keygen.c:2685 #: sm/certreqgen-ui.c:166 sm/certreqgen-ui.c:292 sm/certreqgen-ui.c:326 -#: tools/gpg-card.c:509 +#: tools/gpg-card.c:510 msgid "Your selection? " msgstr "Via elekto? " -#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:595 -#: tools/gpg-card.c:635 +#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:596 +#: tools/gpg-card.c:636 msgid "[not set]" msgstr "" -#: g10/card-util.c:558 tools/gpg-card.c:902 +#: g10/card-util.c:558 tools/gpg-card.c:903 msgid "Mr." msgstr "" -#: g10/card-util.c:559 tools/gpg-card.c:903 +#: g10/card-util.c:559 tools/gpg-card.c:904 msgid "Ms." msgstr "" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 #, fuzzy msgid "not forced" msgstr "ne traktita" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 msgid "forced" msgstr "" -#: g10/card-util.c:768 tools/gpg-card.c:1467 +#: g10/card-util.c:768 tools/gpg-card.c:1468 msgid "Error: Only plain ASCII is currently allowed.\n" msgstr "" -#: g10/card-util.c:770 tools/gpg-card.c:1469 +#: g10/card-util.c:770 tools/gpg-card.c:1470 msgid "Error: The \"<\" character may not be used.\n" msgstr "" -#: g10/card-util.c:772 tools/gpg-card.c:1471 +#: g10/card-util.c:772 tools/gpg-card.c:1472 msgid "Error: Double spaces are not allowed.\n" msgstr "" -#: g10/card-util.c:789 tools/gpg-card.c:1504 +#: g10/card-util.c:789 tools/gpg-card.c:1505 msgid "Cardholder's surname: " msgstr "" -#: g10/card-util.c:791 tools/gpg-card.c:1505 +#: g10/card-util.c:791 tools/gpg-card.c:1506 msgid "Cardholder's given name: " msgstr "" -#: g10/card-util.c:809 tools/gpg-card.c:1522 +#: g10/card-util.c:809 tools/gpg-card.c:1523 #, c-format msgid "Error: Combined name too long (limit is %d characters).\n" msgstr "" -#: g10/card-util.c:830 tools/gpg-card.c:1560 +#: g10/card-util.c:830 tools/gpg-card.c:1561 #, fuzzy msgid "URL to retrieve public key: " msgstr "skribas publikan Ålosilon al '%s'\n" -#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:394 g10/import.c:744 -#: g10/import.c:803 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 -#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1657 -#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:425 +#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:406 g10/import.c:756 +#: g10/import.c:815 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 +#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1666 +#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:426 #, fuzzy, c-format #| msgid "error reading `%s': %s\n" msgid "error reading '%s': %s\n" msgstr "eraro dum legado de '%s': %s\n" #: g10/card-util.c:959 g10/decrypt-data.c:498 g10/export.c:2496 -#: dirmngr/crlcache.c:925 tools/gpg-card.c:485 tools/gpg-card.c:492 +#: dirmngr/crlcache.c:925 tools/gpg-card.c:486 tools/gpg-card.c:493 #, fuzzy, c-format msgid "error writing '%s': %s\n" msgstr "eraro dum skribado de Ålosilaro '%s': %s\n" -#: g10/card-util.c:986 tools/gpg-card.c:1649 +#: g10/card-util.c:986 tools/gpg-card.c:1650 msgid "Login data (account name): " msgstr "" -#: g10/card-util.c:1024 tools/gpg-card.c:1944 +#: g10/card-util.c:1024 tools/gpg-card.c:1945 msgid "Private DO data: " msgstr "" -#: g10/card-util.c:1109 tools/gpg-card.c:1698 +#: g10/card-util.c:1109 tools/gpg-card.c:1699 #, fuzzy msgid "Language preferences: " msgstr "aktualigitaj preferoj" -#: g10/card-util.c:1117 tools/gpg-card.c:1709 +#: g10/card-util.c:1117 tools/gpg-card.c:1710 #, fuzzy, c-format msgid "Error: invalid length of preference string.\n" msgstr "nevalida signo en signoĉeno\n" -#: g10/card-util.c:1126 tools/gpg-card.c:1718 +#: g10/card-util.c:1126 tools/gpg-card.c:1719 #, fuzzy, c-format msgid "Error: invalid characters in preference string.\n" msgstr "nevalida signo en signoĉeno\n" -#: g10/card-util.c:1148 tools/gpg-card.c:1752 +#: g10/card-util.c:1148 tools/gpg-card.c:1753 msgid "Salutation (M = Mr., F = Ms., or space): " msgstr "" -#: g10/card-util.c:1162 tools/gpg-card.c:1769 +#: g10/card-util.c:1162 tools/gpg-card.c:1770 #, fuzzy msgid "Error: invalid response.\n" msgstr "%s: nevalida dosiero-versio %d\n" -#: g10/card-util.c:1185 tools/gpg-card.c:1834 +#: g10/card-util.c:1185 tools/gpg-card.c:1835 #, fuzzy msgid "CA fingerprint: " msgstr "Fingrospuro:" -#: g10/card-util.c:1209 tools/gpg-card.c:1860 +#: g10/card-util.c:1209 tools/gpg-card.c:1861 #, fuzzy, c-format msgid "Error: invalid formatted fingerprint.\n" msgstr "%s: nevalida dosiero-versio %d\n" @@ -1919,7 +1919,7 @@ msgstr "Kreado de Ålosiloj malsukcesis: %s\n" msgid "not an OpenPGP card" msgstr "validaj OpenPGP-datenoj ne trovitaj.\n" -#: g10/card-util.c:1273 g10/keygen.c:4791 g10/keygen.c:5952 +#: g10/card-util.c:1273 g10/keygen.c:4811 g10/keygen.c:5972 #, fuzzy, c-format msgid "error getting current key info: %s\n" msgstr "eraro dum skribado de sekreta Ålosilaro '%s': %s\n" @@ -1928,7 +1928,7 @@ msgstr "eraro dum skribado de sekreta Ålosilaro '%s': %s\n" msgid "Replace existing key? (y/N) " msgstr "" -#: g10/card-util.c:1375 tools/gpg-card.c:3327 +#: g10/card-util.c:1375 tools/gpg-card.c:3328 msgid "" "Note: There is no guarantee that the card supports the requested\n" " key type or size. If the key generation does not succeed,\n" @@ -2011,14 +2011,14 @@ msgid "error getting card info: %s\n" msgstr "eraro dum skribado de sekreta Ålosilaro '%s': %s\n" #: g10/card-util.c:1591 g10/card-util.c:1936 g10/card-util.c:2112 -#: g10/card-util.c:2171 tools/gpg-card.c:3056 tools/gpg-card.c:3295 -#: tools/gpg-card.c:3353 +#: g10/card-util.c:2171 tools/gpg-card.c:3057 tools/gpg-card.c:3296 +#: tools/gpg-card.c:3354 #, fuzzy, c-format #| msgid "This command is not allowed while in %s mode.\n" msgid "This command is not supported by this card\n" msgstr "Tiu komando ne eblas en la reÄimo %s.\n" -#: g10/card-util.c:1637 tools/gpg-card.c:2425 +#: g10/card-util.c:1637 tools/gpg-card.c:2426 msgid "Make off-card backup of encryption key? (Y/n) " msgstr "" @@ -2027,11 +2027,11 @@ msgstr "" msgid "Note: keys are already stored on the card!\n" msgstr "ignorita: sekreta Ålosilo jam ĉeestas\n" -#: g10/card-util.c:1654 tools/gpg-card.c:2397 +#: g10/card-util.c:1654 tools/gpg-card.c:2398 msgid "Replace existing keys? (y/N) " msgstr "" -#: g10/card-util.c:1666 tools/gpg-card.c:2456 +#: g10/card-util.c:1666 tools/gpg-card.c:2457 #, c-format msgid "" "Please note that the factory settings of the PINs are\n" @@ -2068,17 +2068,17 @@ msgstr "Kialo por revoko: " msgid "KEYTOCARD failed: %s\n" msgstr "aktualigo malsukcesis: %s\n" -#: g10/card-util.c:1941 tools/gpg-card.c:3064 +#: g10/card-util.c:1941 tools/gpg-card.c:3065 #, fuzzy, c-format msgid "Note: This command destroys all keys stored on the card!\n" msgstr "ignorita: sekreta Ålosilo jam ĉeestas\n" -#: g10/card-util.c:1944 tools/gpg-card.c:3067 tools/gpg-card.c:3408 +#: g10/card-util.c:1944 tools/gpg-card.c:3068 tools/gpg-card.c:3409 #, fuzzy msgid "Continue? (y/N) " msgstr "Ĉu vere subskribi? " -#: g10/card-util.c:1949 tools/gpg-card.c:3078 +#: g10/card-util.c:1949 tools/gpg-card.c:3079 msgid "Really do a factory reset? (enter \"yes\") " msgstr "" @@ -2092,7 +2092,7 @@ msgstr "eraro dum legado de '%s': %s\n" msgid "error for setup UIF: %s\n" msgstr "eraro dum legado de '%s': %s\n" -#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3648 +#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3649 msgid "quit this menu" msgstr "forlasi ĉi tiun menuon" @@ -2101,68 +2101,68 @@ msgstr "forlasi ĉi tiun menuon" msgid "show admin commands" msgstr "malkongruaj komandoj\n" -#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3651 +#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3652 msgid "show this help" msgstr "montri ĉi tiun helpon" -#: g10/card-util.c:2217 tools/gpg-card.c:3653 +#: g10/card-util.c:2217 tools/gpg-card.c:3654 #, fuzzy msgid "list all available data" msgstr "Nenia helpo disponata" -#: g10/card-util.c:2220 tools/gpg-card.c:3655 +#: g10/card-util.c:2220 tools/gpg-card.c:3656 msgid "change card holder's name" msgstr "" -#: g10/card-util.c:2221 tools/gpg-card.c:3656 +#: g10/card-util.c:2221 tools/gpg-card.c:3657 msgid "change URL to retrieve key" msgstr "" -#: g10/card-util.c:2222 tools/gpg-card.c:3657 +#: g10/card-util.c:2222 tools/gpg-card.c:3658 msgid "fetch the key specified in the card URL" msgstr "" -#: g10/card-util.c:2223 tools/gpg-card.c:3658 +#: g10/card-util.c:2223 tools/gpg-card.c:3659 #, fuzzy msgid "change the login name" msgstr "ÅanÄi la daton de eksvalidiÄo" -#: g10/card-util.c:2224 tools/gpg-card.c:3659 +#: g10/card-util.c:2224 tools/gpg-card.c:3660 #, fuzzy msgid "change the language preferences" msgstr "ÅanÄi la posedantofidon" -#: g10/card-util.c:2225 tools/gpg-card.c:3660 +#: g10/card-util.c:2225 tools/gpg-card.c:3661 msgid "change card holder's salutation" msgstr "" -#: g10/card-util.c:2227 tools/gpg-card.c:3662 +#: g10/card-util.c:2227 tools/gpg-card.c:3663 #, fuzzy msgid "change a CA fingerprint" msgstr "montri fingrospuron" -#: g10/card-util.c:2228 tools/gpg-card.c:3663 +#: g10/card-util.c:2228 tools/gpg-card.c:3664 msgid "toggle the signature force PIN flag" msgstr "" -#: g10/card-util.c:2229 tools/gpg-card.c:3664 +#: g10/card-util.c:2229 tools/gpg-card.c:3665 #, fuzzy msgid "generate new keys" msgstr "krei novan Ålosilparon" -#: g10/card-util.c:2230 tools/gpg-card.c:3665 +#: g10/card-util.c:2230 tools/gpg-card.c:3666 msgid "menu to change or unblock the PIN" msgstr "" -#: g10/card-util.c:2231 tools/gpg-card.c:3666 +#: g10/card-util.c:2231 tools/gpg-card.c:3667 msgid "verify the PIN and list all data" msgstr "" -#: g10/card-util.c:2232 tools/gpg-card.c:3667 +#: g10/card-util.c:2232 tools/gpg-card.c:3668 msgid "unblock the PIN using a Reset Code" msgstr "" -#: g10/card-util.c:2233 tools/gpg-card.c:3671 +#: g10/card-util.c:2233 tools/gpg-card.c:3672 msgid "destroy all keys and data" msgstr "" @@ -2178,13 +2178,13 @@ msgstr "|NOMO|uzi NOMOn kiel implicitan ricevonton" msgid "change the key attribute" msgstr "ÅanÄi la posedantofidon" -#: g10/card-util.c:2237 tools/gpg-card.c:3673 +#: g10/card-util.c:2237 tools/gpg-card.c:3674 #, fuzzy #| msgid "change the ownertrust" msgid "change the User Interaction Flag" msgstr "ÅanÄi la posedantofidon" -#: g10/card-util.c:2361 tools/gpg-card.c:3923 +#: g10/card-util.c:2361 tools/gpg-card.c:3924 msgid "gpg/card> " msgstr "" @@ -2203,8 +2203,8 @@ msgstr "malkongruaj komandoj\n" msgid "Admin commands are not allowed\n" msgstr "skribas sekretan Ålosilon al '%s'\n" -#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3813 -#: tools/gpg-card.c:4071 +#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3814 +#: tools/gpg-card.c:4072 #, c-format msgid "Invalid command (try \"help\")\n" msgstr "Nevalida komando (provu per \"helpo\")\n" @@ -2214,22 +2214,22 @@ msgstr "Nevalida komando (provu per \"helpo\")\n" msgid "--output doesn't work for this command\n" msgstr "--output ne funkcias por ĉi tiu komando\n" -#: g10/decrypt.c:247 g10/gpg.c:5262 g10/keyring.c:399 g10/keyring.c:750 +#: g10/decrypt.c:247 g10/gpg.c:5293 g10/keyring.c:399 g10/keyring.c:750 #, fuzzy, c-format #| msgid "can't open `%s'\n" msgid "can't open '%s'\n" msgstr "ne povas malfermi '%s'\n" #: g10/delkey.c:81 g10/export.c:1934 g10/export.c:2342 g10/export.c:2463 -#: g10/getkey.c:1907 g10/gpg.c:5207 g10/keyedit.c:1450 g10/keyedit.c:2382 -#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1238 +#: g10/getkey.c:1907 g10/gpg.c:5238 g10/keyedit.c:1450 g10/keyedit.c:2382 +#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1240 #: g10/revoke.c:230 g10/tofu.c:2168 #, fuzzy, c-format msgid "key \"%s\" not found: %s\n" msgstr "Ålosilo '%s' ne trovita: %s\n" -#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4303 -#: g10/gpg.c:5216 g10/keyedit.c:2354 g10/keyserver.c:1256 g10/revoke.c:236 +#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4330 +#: g10/gpg.c:5247 g10/keyedit.c:2354 g10/keyserver.c:1258 g10/revoke.c:236 #: g10/revoke.c:665 g10/tofu.c:2176 #, c-format msgid "error reading keyblock: %s\n" @@ -2354,14 +2354,14 @@ msgstr "Tiu komando ne eblas en la reÄimo %s.\n" msgid "(use option \"%s\" to override)\n" msgstr "" -#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4052 -#: g10/gpg.c:4099 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1760 +#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4083 +#: g10/gpg.c:4130 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1793 #, fuzzy, c-format msgid "cipher algorithm '%s' may not be used in %s mode\n" msgstr "Tiu komando ne eblas en la reÄimo %s.\n" -#: g10/encrypt.c:564 g10/gpg.c:4064 g10/gpg.c:4111 g10/sig-check.c:155 -#: g10/sign.c:452 sm/gpgsm.c:1770 sm/gpgsm.c:1780 sm/sign.c:596 sm/verify.c:510 +#: g10/encrypt.c:564 g10/gpg.c:4095 g10/gpg.c:4142 g10/sig-check.c:155 +#: g10/sign.c:452 sm/gpgsm.c:1803 sm/gpgsm.c:1813 sm/sign.c:596 sm/verify.c:510 #, fuzzy, c-format msgid "digest algorithm '%s' may not be used in %s mode\n" msgstr "Tiu komando ne eblas en la reÄimo %s.\n" @@ -2462,7 +2462,7 @@ msgstr "" msgid " - skipped" msgstr "%s: ignorita: %s\n" -#: g10/export.c:1333 g10/import.c:2112 g10/openfile.c:202 g10/openfile.c:296 +#: g10/export.c:1333 g10/import.c:2124 g10/openfile.c:202 g10/openfile.c:296 #: g10/sign.c:1110 g10/sign.c:1447 #, fuzzy, c-format #| msgid "writing to `%s'\n" @@ -2558,297 +2558,297 @@ msgstr "Nevalida Ålosilo %08lX validigita per --always-trust\n" msgid "using subkey %s instead of primary key %s\n" msgstr "uzas flankan Ålosilon %08lX anstataÅ la ĉefa Ålosilo %08lX\n" -#: g10/getkey.c:4232 g10/gpg.c:2164 +#: g10/getkey.c:4259 g10/gpg.c:2167 #, fuzzy, c-format msgid "valid values for option '%s':\n" msgstr "nevalida kiraso" -#: g10/gpg.c:449 sm/gpgsm.c:215 +#: g10/gpg.c:450 sm/gpgsm.c:217 #, fuzzy msgid "make a signature" msgstr "fari apartan subskribon" -#: g10/gpg.c:450 +#: g10/gpg.c:451 #, fuzzy msgid "make a clear text signature" msgstr "|[dosiero]|fari klartekstan subskribon" -#: g10/gpg.c:452 sm/gpgsm.c:217 +#: g10/gpg.c:453 sm/gpgsm.c:219 msgid "make a detached signature" msgstr "fari apartan subskribon" -#: g10/gpg.c:453 sm/gpgsm.c:218 +#: g10/gpg.c:454 sm/gpgsm.c:220 msgid "encrypt data" msgstr "ĉifri datenojn" -#: g10/gpg.c:455 +#: g10/gpg.c:456 msgid "encryption only with symmetric cipher" msgstr "ĉifri nur kun simetria ĉifro" -#: g10/gpg.c:457 sm/gpgsm.c:220 +#: g10/gpg.c:458 sm/gpgsm.c:222 msgid "decrypt data (default)" msgstr "malĉifri datenojn (implicita elekto)" -#: g10/gpg.c:459 sm/gpgsm.c:221 +#: g10/gpg.c:460 sm/gpgsm.c:223 msgid "verify a signature" msgstr "kontroli subskribon" -#: g10/gpg.c:461 sm/gpgsm.c:222 +#: g10/gpg.c:462 sm/gpgsm.c:224 msgid "list keys" msgstr "listigi Ålosilojn" -#: g10/gpg.c:463 +#: g10/gpg.c:464 msgid "list keys and signatures" msgstr "listigi Ålosilojn kaj subskribojn" -#: g10/gpg.c:466 +#: g10/gpg.c:467 #, fuzzy msgid "list and check key signatures" msgstr "kontroli Ålosilsubskribojn" -#: g10/gpg.c:468 sm/gpgsm.c:227 +#: g10/gpg.c:469 sm/gpgsm.c:229 msgid "list keys and fingerprints" msgstr "listigi Ålosilojn kaj fingroÅpurojn" -#: g10/gpg.c:469 sm/gpgsm.c:225 +#: g10/gpg.c:470 sm/gpgsm.c:227 msgid "list secret keys" msgstr "listigi sekretajn Ålosilojn" -#: g10/gpg.c:471 sm/gpgsm.c:228 +#: g10/gpg.c:472 sm/gpgsm.c:230 msgid "generate a new key pair" msgstr "krei novan Ålosilparon" -#: g10/gpg.c:474 +#: g10/gpg.c:475 #, fuzzy #| msgid "generate a new key pair" msgid "quickly generate a new key pair" msgstr "krei novan Ålosilparon" -#: g10/gpg.c:477 +#: g10/gpg.c:478 #, fuzzy #| msgid "generate a new key pair" msgid "quickly add a new user-id" msgstr "krei novan Ålosilparon" -#: g10/gpg.c:482 +#: g10/gpg.c:483 #, fuzzy #| msgid "generate a new key pair" msgid "quickly revoke a user-id" msgstr "krei novan Ålosilparon" -#: g10/gpg.c:485 +#: g10/gpg.c:486 #, fuzzy #| msgid "generate a new key pair" msgid "quickly set a new expiration date" msgstr "krei novan Ålosilparon" -#: g10/gpg.c:488 +#: g10/gpg.c:489 msgid "full featured key pair generation" msgstr "" -#: g10/gpg.c:491 +#: g10/gpg.c:492 msgid "generate a revocation certificate" msgstr "krei revokatestilon" -#: g10/gpg.c:494 sm/gpgsm.c:231 +#: g10/gpg.c:495 sm/gpgsm.c:233 msgid "remove keys from the public keyring" msgstr "forigi Ålosilojn de la publika Ålosilaro" -#: g10/gpg.c:496 +#: g10/gpg.c:497 msgid "remove keys from the secret keyring" msgstr "forigi Ålosilojn de la sekreta Ålosilaro" -#: g10/gpg.c:498 +#: g10/gpg.c:499 #, fuzzy #| msgid "sign a key" msgid "quickly sign a key" msgstr "subskribi Ålosilon" -#: g10/gpg.c:500 +#: g10/gpg.c:501 #, fuzzy #| msgid "sign a key locally" msgid "quickly sign a key locally" msgstr "subskribi Ålosilon loke" -#: g10/gpg.c:502 +#: g10/gpg.c:503 #, fuzzy #| msgid "generate a new key pair" msgid "quickly revoke a key signature" msgstr "krei novan Ålosilparon" -#: g10/gpg.c:503 +#: g10/gpg.c:504 msgid "sign a key" msgstr "subskribi Ålosilon" -#: g10/gpg.c:504 +#: g10/gpg.c:505 msgid "sign a key locally" msgstr "subskribi Ålosilon loke" -#: g10/gpg.c:505 +#: g10/gpg.c:506 msgid "sign or edit a key" msgstr "subskribi aÅ redakti Ålosilon" -#: g10/gpg.c:507 sm/gpgsm.c:249 +#: g10/gpg.c:508 sm/gpgsm.c:251 #, fuzzy msgid "change a passphrase" msgstr "ÅanÄi la pasfrazon" -#: g10/gpg.c:511 +#: g10/gpg.c:512 msgid "export keys" msgstr "eksporti Ålosilojn" -#: g10/gpg.c:512 +#: g10/gpg.c:513 msgid "export keys to a keyserver" msgstr "eksporti Ålosilojn al Ålosilservilo" -#: g10/gpg.c:513 +#: g10/gpg.c:514 msgid "import keys from a keyserver" msgstr "importi Ålosilojn de Ålosilservilo" -#: g10/gpg.c:516 +#: g10/gpg.c:517 msgid "search for keys on a keyserver" msgstr "serĉi Ålosilojn ĉe Ålosilservilo" -#: g10/gpg.c:518 +#: g10/gpg.c:519 msgid "update all keys from a keyserver" msgstr "aktualigi ĉiujn Ålosilojn de Ålosilservilo" -#: g10/gpg.c:526 +#: g10/gpg.c:527 msgid "import/merge keys" msgstr "importi/kunfandi Ålosilojn" -#: g10/gpg.c:529 +#: g10/gpg.c:530 msgid "print the card status" msgstr "" -#: g10/gpg.c:530 +#: g10/gpg.c:531 msgid "change data on a card" msgstr "" -#: g10/gpg.c:532 +#: g10/gpg.c:533 msgid "change a card's PIN" msgstr "" -#: g10/gpg.c:544 +#: g10/gpg.c:545 msgid "update the trust database" msgstr "aktualigi la fido-datenaron" -#: g10/gpg.c:554 +#: g10/gpg.c:555 #, fuzzy msgid "print message digests" msgstr "|metodo [dosieroj]|presi mesaÄo-kompendiojn" -#: g10/gpg.c:558 sm/gpgsm.c:244 +#: g10/gpg.c:559 sm/gpgsm.c:246 msgid "run in server mode" msgstr "" -#: g10/gpg.c:560 +#: g10/gpg.c:561 msgid "|VALUE|set the TOFU policy for a key" msgstr "" -#: g10/gpg.c:603 +#: g10/gpg.c:604 msgid "|NAME|use NAME as default secret key" msgstr "|NOMO|uzi NOMOn kiel la implicitan sekretan Ålosilon" -#: g10/gpg.c:605 sm/gpgsm.c:337 +#: g10/gpg.c:606 sm/gpgsm.c:340 #, fuzzy msgid "|NAME|encrypt to user ID NAME as well" msgstr "|NOMO|ĉifri por NOMO" -#: g10/gpg.c:613 +#: g10/gpg.c:614 msgid "|SPEC|set up email aliases" msgstr "" -#: g10/gpg.c:625 +#: g10/gpg.c:626 msgid "use strict OpenPGP behavior" msgstr "" -#: g10/gpg.c:650 kbx/kbxutil.c:91 sm/gpgsm.c:421 tools/gpgconf.c:113 +#: g10/gpg.c:651 kbx/kbxutil.c:91 sm/gpgsm.c:424 tools/gpgconf.c:113 msgid "do not make any changes" msgstr "fari neniajn ÅanÄojn" -#: g10/gpg.c:651 +#: g10/gpg.c:652 msgid "prompt before overwriting" msgstr "" -#: g10/gpg.c:700 sm/gpgsm.c:307 +#: g10/gpg.c:701 sm/gpgsm.c:310 msgid "Options controlling the input" msgstr "" -#: g10/gpg.c:718 sm/gpgsm.c:317 +#: g10/gpg.c:719 sm/gpgsm.c:320 msgid "Options controlling the output" msgstr "" -#: g10/gpg.c:720 sm/gpgsm.c:319 +#: g10/gpg.c:721 sm/gpgsm.c:322 msgid "create ascii armored output" msgstr "krei eligon en askia kiraso" -#: g10/gpg.c:724 g10/gpgv.c:82 sm/gpgsm.c:324 +#: g10/gpg.c:725 g10/gpgv.c:82 sm/gpgsm.c:327 #, fuzzy msgid "|FILE|write output to FILE" msgstr "|DOSIERO|legi aldonan bibliotekon DOSIERO" -#: g10/gpg.c:737 +#: g10/gpg.c:738 msgid "use canonical text mode" msgstr "uzi tekstan reÄimon" -#: g10/gpg.c:755 +#: g10/gpg.c:756 #, fuzzy msgid "|N|set compress level to N (0 disables)" msgstr "|N|difini densig-nivelon N (0=nenia)" -#: g10/gpg.c:761 sm/gpgsm.c:354 +#: g10/gpg.c:762 sm/gpgsm.c:357 msgid "Options controlling key import and export" msgstr "" -#: g10/gpg.c:764 +#: g10/gpg.c:765 msgid "|MECHANISMS|use MECHANISMS to locate keys by mail address" msgstr "" -#: g10/gpg.c:767 +#: g10/gpg.c:768 #, fuzzy #| msgid "import keys from a keyserver" msgid "import missing key from a signature" msgstr "importi Ålosilojn de Ålosilservilo" -#: g10/gpg.c:772 +#: g10/gpg.c:773 #, fuzzy msgid "include the public key in signatures" msgstr "kontroli Ålosilsubskribojn" -#: g10/gpg.c:775 sm/gpgsm.c:357 +#: g10/gpg.c:776 sm/gpgsm.c:360 msgid "disable all access to the dirmngr" msgstr "" -#: g10/gpg.c:787 sm/gpgsm.c:364 +#: g10/gpg.c:788 sm/gpgsm.c:367 msgid "Options controlling key listings" msgstr "" -#: g10/gpg.c:817 sm/gpgsm.c:329 +#: g10/gpg.c:818 sm/gpgsm.c:332 #, fuzzy #| msgid "list secret keys" msgid "Options to specify keys" msgstr "listigi sekretajn Ålosilojn" -#: g10/gpg.c:819 sm/gpgsm.c:331 +#: g10/gpg.c:820 sm/gpgsm.c:334 #, fuzzy msgid "|USER-ID|encrypt for USER-ID" msgstr "|NOMO|ĉifri por NOMO" -#: g10/gpg.c:827 sm/gpgsm.c:333 +#: g10/gpg.c:828 sm/gpgsm.c:336 #, fuzzy msgid "|USER-ID|use USER-ID to sign or decrypt" msgstr "uzi ĉi tiun uzantidentigilon por subskribi aÅ malĉifri" -#: g10/gpg.c:875 sm/gpgsm.c:405 +#: g10/gpg.c:876 sm/gpgsm.c:408 msgid "Options for unattended use" msgstr "" -#: g10/gpg.c:894 sm/gpgsm.c:417 dirmngr/dirmngr.c:285 +#: g10/gpg.c:895 sm/gpgsm.c:420 dirmngr/dirmngr.c:286 msgid "Other options" msgstr "" -#: g10/gpg.c:965 sm/gpgsm.c:450 +#: g10/gpg.c:966 sm/gpgsm.c:453 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -2856,7 +2856,7 @@ msgstr "" "@\n" "(Vidu la manpaÄon por kompleta listo de ĉiuj komandoj kaj opcioj)\n" -#: g10/gpg.c:968 +#: g10/gpg.c:969 #, fuzzy #| msgid "" #| "@\n" @@ -2886,13 +2886,13 @@ msgstr "" " --list-keys [nomoj] montri Ålosilojn\n" " --fingerprint [nomoj] montri fingroÅpurojn\n" -#: g10/gpg.c:1153 +#: g10/gpg.c:1154 #, fuzzy #| msgid "Usage: gpg [options] [files] (-h for help)" msgid "Usage: @GPG@ [options] [files] (-h for help)" msgstr "Uzado: gpg [opcioj] [dosieroj] (-h por helpo)" -#: g10/gpg.c:1156 +#: g10/gpg.c:1157 #, fuzzy #| msgid "" #| "Syntax: gpg [options] [files]\n" @@ -2907,7 +2907,7 @@ msgstr "" "subskribi, kontroli, ĉifri aÅ malĉifri\n" "implicita operacio dependas de la enigataj datenoj\n" -#: g10/gpg.c:1167 sm/gpgsm.c:633 +#: g10/gpg.c:1168 sm/gpgsm.c:636 msgid "" "\n" "Supported algorithms:\n" @@ -2915,564 +2915,564 @@ msgstr "" "\n" "Realigitaj metodoj:\n" -#: g10/gpg.c:1170 +#: g10/gpg.c:1171 msgid "Pubkey: " msgstr "" -#: g10/gpg.c:1177 g10/keyedit.c:3316 +#: g10/gpg.c:1178 g10/keyedit.c:3316 msgid "Cipher: " msgstr "" -#: g10/gpg.c:1191 +#: g10/gpg.c:1192 msgid "Hash: " msgstr "" -#: g10/gpg.c:1198 g10/keyedit.c:3382 +#: g10/gpg.c:1199 g10/keyedit.c:3382 #, fuzzy msgid "Compression: " msgstr "Komento: " -#: g10/gpg.c:1273 sm/gpgsm.c:707 +#: g10/gpg.c:1274 sm/gpgsm.c:710 #, fuzzy, c-format msgid "usage: %s [options] %s\n" msgstr "uzado: gpg [opcioj] " -#: g10/gpg.c:1466 sm/gpgsm.c:800 +#: g10/gpg.c:1467 sm/gpgsm.c:803 #, c-format msgid "conflicting commands\n" msgstr "malkongruaj komandoj\n" -#: g10/gpg.c:1484 +#: g10/gpg.c:1485 #, c-format msgid "no = sign found in group definition '%s'\n" msgstr "" -#: g10/gpg.c:1682 +#: g10/gpg.c:1683 #, fuzzy, c-format msgid "WARNING: unsafe ownership on homedir '%s'\n" msgstr "Averto: malsekura posedeco sur %s \"%s\"\n" -#: g10/gpg.c:1685 +#: g10/gpg.c:1686 #, fuzzy, c-format msgid "WARNING: unsafe ownership on configuration file '%s'\n" msgstr "Averto: malsekura posedeco sur %s \"%s\"\n" -#: g10/gpg.c:1688 +#: g10/gpg.c:1689 #, fuzzy, c-format msgid "WARNING: unsafe ownership on extension '%s'\n" msgstr "Averto: malsekura posedeco sur %s \"%s\"\n" -#: g10/gpg.c:1694 +#: g10/gpg.c:1695 #, fuzzy, c-format msgid "WARNING: unsafe permissions on homedir '%s'\n" msgstr "Averto: malsekuraj permesoj sur %s \"%s\"\n" -#: g10/gpg.c:1697 +#: g10/gpg.c:1698 #, fuzzy, c-format msgid "WARNING: unsafe permissions on configuration file '%s'\n" msgstr "Averto: malsekuraj permesoj sur %s \"%s\"\n" -#: g10/gpg.c:1700 +#: g10/gpg.c:1701 #, fuzzy, c-format msgid "WARNING: unsafe permissions on extension '%s'\n" msgstr "Averto: malsekuraj permesoj sur %s \"%s\"\n" -#: g10/gpg.c:1706 +#: g10/gpg.c:1707 #, fuzzy, c-format msgid "WARNING: unsafe enclosing directory ownership on homedir '%s'\n" msgstr "Averto: malsekura posedeco sur %s \"%s\"\n" -#: g10/gpg.c:1709 +#: g10/gpg.c:1710 #, fuzzy, c-format msgid "" "WARNING: unsafe enclosing directory ownership on configuration file '%s'\n" msgstr "Averto: malsekura posedeco sur %s \"%s\"\n" -#: g10/gpg.c:1712 +#: g10/gpg.c:1713 #, fuzzy, c-format msgid "WARNING: unsafe enclosing directory ownership on extension '%s'\n" msgstr "Averto: malsekura posedeco sur %s \"%s\"\n" -#: g10/gpg.c:1718 +#: g10/gpg.c:1719 #, fuzzy, c-format msgid "WARNING: unsafe enclosing directory permissions on homedir '%s'\n" msgstr "Averto: malsekuraj permesoj sur %s \"%s\"\n" -#: g10/gpg.c:1721 +#: g10/gpg.c:1722 #, fuzzy, c-format msgid "" "WARNING: unsafe enclosing directory permissions on configuration file '%s'\n" msgstr "Averto: malsekuraj permesoj sur %s \"%s\"\n" -#: g10/gpg.c:1724 +#: g10/gpg.c:1725 #, fuzzy, c-format msgid "WARNING: unsafe enclosing directory permissions on extension '%s'\n" msgstr "Averto: malsekuraj permesoj sur %s \"%s\"\n" -#: g10/gpg.c:1940 +#: g10/gpg.c:1941 #, fuzzy, c-format msgid "unknown configuration item '%s'\n" msgstr "%s: nova opcio-dosiero kreita\n" -#: g10/gpg.c:2034 +#: g10/gpg.c:2037 msgid "display photo IDs during key listings" msgstr "" -#: g10/gpg.c:2036 +#: g10/gpg.c:2039 #, fuzzy msgid "show key usage information during key listings" msgstr "Mankas responda subskribo en sekreta Ålosilaro\n" -#: g10/gpg.c:2038 +#: g10/gpg.c:2041 msgid "show policy URLs during signature listings" msgstr "" -#: g10/gpg.c:2040 +#: g10/gpg.c:2043 #, fuzzy msgid "show all notations during signature listings" msgstr "Mankas responda subskribo en sekreta Ålosilaro\n" -#: g10/gpg.c:2042 +#: g10/gpg.c:2045 msgid "show IETF standard notations during signature listings" msgstr "" -#: g10/gpg.c:2046 +#: g10/gpg.c:2049 msgid "show user-supplied notations during signature listings" msgstr "" -#: g10/gpg.c:2048 +#: g10/gpg.c:2051 #, fuzzy msgid "show preferred keyserver URLs during signature listings" msgstr "la donita gvidlinia URL por subskriboj ne validas\n" -#: g10/gpg.c:2050 +#: g10/gpg.c:2053 msgid "show user ID validity during key listings" msgstr "" -#: g10/gpg.c:2052 +#: g10/gpg.c:2055 msgid "show revoked and expired user IDs in key listings" msgstr "" -#: g10/gpg.c:2054 +#: g10/gpg.c:2057 msgid "show revoked and expired subkeys in key listings" msgstr "" -#: g10/gpg.c:2056 +#: g10/gpg.c:2059 #, fuzzy msgid "show the keyring name in key listings" msgstr "montri, en kiu Ålosilaro estas listigita Ålosilo" -#: g10/gpg.c:2058 +#: g10/gpg.c:2061 #, fuzzy msgid "show expiration dates during signature listings" msgstr "Mankas responda subskribo en sekreta Ålosilaro\n" -#: g10/gpg.c:2175 +#: g10/gpg.c:2178 #, fuzzy, c-format msgid "unknown TOFU policy '%s'\n" msgstr "nekonata implicita ricevonto '%s'\n" -#: g10/gpg.c:2177 +#: g10/gpg.c:2180 #, c-format msgid "(use \"help\" to list choices)\n" msgstr "" -#: g10/gpg.c:2972 g10/gpg.c:3797 g10/gpg.c:3809 +#: g10/gpg.c:2975 g10/gpg.c:3828 g10/gpg.c:3840 #, fuzzy, c-format #| msgid "NOTE: %s is not for normal use!\n" msgid "Note: %s is not for normal use!\n" msgstr "NOTO: %s ne estas por normala uzado!\n" -#: g10/gpg.c:3148 g10/gpg.c:3160 +#: g10/gpg.c:3151 g10/gpg.c:3163 #, fuzzy, c-format msgid "'%s' is not a valid signature expiration\n" msgstr "%s ne estas valida signaro\n" -#: g10/gpg.c:3182 +#: g10/gpg.c:3185 #, fuzzy, c-format msgid "\"%s\" is not a proper mail address\n" msgstr "Nevalida retadreso\n" -#: g10/gpg.c:3214 sm/gpgsm.c:1265 +#: g10/gpg.c:3217 sm/gpgsm.c:1270 #, fuzzy, c-format msgid "invalid pinentry mode '%s'\n" msgstr "nevalida kompendi-metodo '%s'\n" -#: g10/gpg.c:3220 sm/gpgsm.c:1271 +#: g10/gpg.c:3223 sm/gpgsm.c:1276 #, fuzzy, c-format msgid "invalid request origin '%s'\n" msgstr "nevalida kiraso" -#: g10/gpg.c:3277 +#: g10/gpg.c:3280 #, fuzzy, c-format msgid "'%s' is not a valid character set\n" msgstr "%s ne estas valida signaro\n" -#: g10/gpg.c:3299 g10/gpg.c:3508 g10/keyedit.c:5319 +#: g10/gpg.c:3302 g10/gpg.c:3511 g10/keyedit.c:5319 #, fuzzy, c-format msgid "could not parse keyserver URL\n" msgstr "ne povis analizi URI de Ålosilservilo\n" -#: g10/gpg.c:3317 +#: g10/gpg.c:3320 #, fuzzy, c-format msgid "%s:%d: invalid keyserver options\n" msgstr "AVERTO: '%s' estas malplena dosiero\n" -#: g10/gpg.c:3320 +#: g10/gpg.c:3323 #, fuzzy, c-format msgid "invalid keyserver options\n" msgstr "nevalida Ålosilaro" -#: g10/gpg.c:3327 +#: g10/gpg.c:3330 #, fuzzy, c-format msgid "%s:%d: invalid import options\n" msgstr "AVERTO: '%s' estas malplena dosiero\n" -#: g10/gpg.c:3330 +#: g10/gpg.c:3333 #, fuzzy, c-format msgid "invalid import options\n" msgstr "nevalida kiraso" -#: g10/gpg.c:3336 g10/gpg.c:3351 +#: g10/gpg.c:3339 g10/gpg.c:3354 #, fuzzy, c-format msgid "invalid filter option: %s\n" msgstr "nevalida kiraso" -#: g10/gpg.c:3342 +#: g10/gpg.c:3345 #, fuzzy, c-format msgid "%s:%d: invalid export options\n" msgstr "AVERTO: '%s' estas malplena dosiero\n" -#: g10/gpg.c:3345 +#: g10/gpg.c:3348 #, fuzzy, c-format msgid "invalid export options\n" msgstr "nevalida Ålosilaro" -#: g10/gpg.c:3357 +#: g10/gpg.c:3360 #, fuzzy, c-format msgid "%s:%d: invalid list options\n" msgstr "AVERTO: '%s' estas malplena dosiero\n" -#: g10/gpg.c:3360 +#: g10/gpg.c:3363 #, fuzzy, c-format msgid "invalid list options\n" msgstr "nevalida kiraso" -#: g10/gpg.c:3368 +#: g10/gpg.c:3371 msgid "display photo IDs during signature verification" msgstr "" -#: g10/gpg.c:3370 +#: g10/gpg.c:3373 msgid "show policy URLs during signature verification" msgstr "" -#: g10/gpg.c:3372 +#: g10/gpg.c:3375 #, fuzzy msgid "show all notations during signature verification" msgstr "%s ne estas valida signaro\n" -#: g10/gpg.c:3374 +#: g10/gpg.c:3377 msgid "show IETF standard notations during signature verification" msgstr "" -#: g10/gpg.c:3378 +#: g10/gpg.c:3381 msgid "show user-supplied notations during signature verification" msgstr "" -#: g10/gpg.c:3380 +#: g10/gpg.c:3383 #, fuzzy msgid "show preferred keyserver URLs during signature verification" msgstr "la donita gvidlinia URL por subskriboj ne validas\n" -#: g10/gpg.c:3382 +#: g10/gpg.c:3385 #, fuzzy msgid "show user ID validity during signature verification" msgstr "%s ne estas valida signaro\n" -#: g10/gpg.c:3384 +#: g10/gpg.c:3387 msgid "show revoked and expired user IDs in signature verification" msgstr "" -#: g10/gpg.c:3386 +#: g10/gpg.c:3389 #, fuzzy msgid "show only the primary user ID in signature verification" msgstr "%s ne estas valida signaro\n" -#: g10/gpg.c:3393 +#: g10/gpg.c:3396 #, fuzzy, c-format msgid "%s:%d: invalid verify options\n" msgstr "AVERTO: '%s' estas malplena dosiero\n" -#: g10/gpg.c:3396 +#: g10/gpg.c:3399 #, fuzzy, c-format msgid "invalid verify options\n" msgstr "nevalida Ålosilaro" -#: g10/gpg.c:3403 +#: g10/gpg.c:3406 #, c-format msgid "unable to set exec-path to %s\n" msgstr "" -#: g10/gpg.c:3610 +#: g10/gpg.c:3613 #, fuzzy, c-format msgid "%s:%d: invalid auto-key-locate list\n" msgstr "AVERTO: '%s' estas malplena dosiero\n" -#: g10/gpg.c:3613 +#: g10/gpg.c:3616 #, c-format msgid "invalid auto-key-locate list\n" msgstr "" -#: g10/gpg.c:3622 +#: g10/gpg.c:3625 #, fuzzy, c-format msgid "invalid argument for option \"%.50s\"\n" msgstr "nevalida kiraso" -#: g10/gpg.c:3776 sm/gpgsm.c:1642 +#: g10/gpg.c:3807 sm/gpgsm.c:1675 #, c-format msgid "WARNING: program may create a core file!\n" msgstr "AVERTO: programo povas krei core-dosieron!\n" -#: g10/gpg.c:3790 +#: g10/gpg.c:3821 #, c-format msgid "WARNING: %s overrides %s\n" msgstr "AVERTO: %s nuligas %s\n" -#: g10/gpg.c:3799 +#: g10/gpg.c:3830 #, c-format msgid "%s not allowed with %s!\n" msgstr "%s ne eblas kun %s!\n" -#: g10/gpg.c:3802 +#: g10/gpg.c:3833 #, c-format msgid "%s makes no sense with %s!\n" msgstr "%s ne havas sencon kun %s!\n" -#: g10/gpg.c:3817 sm/gpgsm.c:1663 dirmngr/dirmngr.c:1114 +#: g10/gpg.c:3848 sm/gpgsm.c:1696 dirmngr/dirmngr.c:1123 #, c-format msgid "WARNING: running with faked system time: " msgstr "" -#: g10/gpg.c:3838 +#: g10/gpg.c:3869 #, fuzzy, c-format msgid "will not run with insecure memory due to %s\n" msgstr "skribas sekretan Ålosilon al '%s'\n" -#: g10/gpg.c:3866 g10/gpg.c:3897 sm/gpgsm.c:1730 +#: g10/gpg.c:3897 g10/gpg.c:3928 sm/gpgsm.c:1763 #, c-format msgid "selected cipher algorithm is invalid\n" msgstr "elektita ĉifrad-metodo ne validas\n" -#: g10/gpg.c:3873 +#: g10/gpg.c:3904 #, fuzzy, c-format #| msgid "selected digest algorithm is invalid\n" msgid "selected AEAD algorithm is invalid\n" msgstr "elektita kompendi-metodo ne validas\n" -#: g10/gpg.c:3885 +#: g10/gpg.c:3916 #, fuzzy, c-format msgid "selected compression algorithm is invalid\n" msgstr "elektita ĉifrad-metodo ne validas\n" -#: g10/gpg.c:3891 +#: g10/gpg.c:3922 #, fuzzy, c-format msgid "selected certification digest algorithm is invalid\n" msgstr "elektita kompendi-metodo ne validas\n" -#: g10/gpg.c:3906 +#: g10/gpg.c:3937 #, c-format msgid "completes-needed must be greater than 0\n" msgstr "completes-needed devas esti pli granda ol 0\n" -#: g10/gpg.c:3908 +#: g10/gpg.c:3939 #, c-format msgid "marginals-needed must be greater than 1\n" msgstr "marginals-needed devas esti pli granda ol 1\n" -#: g10/gpg.c:3910 +#: g10/gpg.c:3941 #, fuzzy, c-format msgid "max-cert-depth must be in the range from 1 to 255\n" msgstr "max-cert-depth devas esti inter 1 kaj 255\n" -#: g10/gpg.c:3912 +#: g10/gpg.c:3943 #, fuzzy, c-format msgid "invalid default-cert-level; must be 0, 1, 2, or 3\n" msgstr "nevalida default-check-level; devas esti 0, 1, 2 aÅ 3\n" -#: g10/gpg.c:3914 +#: g10/gpg.c:3945 #, fuzzy, c-format msgid "invalid min-cert-level; must be 1, 2, or 3\n" msgstr "nevalida default-check-level; devas esti 0, 1, 2 aÅ 3\n" -#: g10/gpg.c:3918 +#: g10/gpg.c:3949 #, fuzzy, c-format #| msgid "NOTE: simple S2K mode (0) is strongly discouraged\n" msgid "Note: simple S2K mode (0) is strongly discouraged\n" msgstr "NOTO: simpla S2K-reÄimo (0) estas forte malrekomendata\n" -#: g10/gpg.c:3922 +#: g10/gpg.c:3953 #, c-format msgid "invalid S2K mode; must be 0, 1 or 3\n" msgstr "nevalida S2K-reÄimo; devas esti 0, 1 aÅ 3\n" -#: g10/gpg.c:3929 +#: g10/gpg.c:3960 #, fuzzy, c-format msgid "invalid default preferences\n" msgstr "nevalidaj preferoj\n" -#: g10/gpg.c:3933 +#: g10/gpg.c:3964 #, fuzzy, c-format msgid "invalid personal cipher preferences\n" msgstr "nevalidaj preferoj\n" -#: g10/gpg.c:3936 +#: g10/gpg.c:3967 #, fuzzy, c-format msgid "invalid personal AEAD preferences\n" msgstr "nevalidaj preferoj\n" -#: g10/gpg.c:3940 +#: g10/gpg.c:3971 #, fuzzy, c-format msgid "invalid personal digest preferences\n" msgstr "nevalidaj preferoj\n" -#: g10/gpg.c:3944 +#: g10/gpg.c:3975 #, fuzzy, c-format msgid "invalid personal compress preferences\n" msgstr "nevalidaj preferoj\n" -#: g10/gpg.c:3953 g10/gpg.c:3958 +#: g10/gpg.c:3984 g10/gpg.c:3989 #, fuzzy, c-format #| msgid "keysize invalid; using %u bits\n" msgid "chunk size invalid - using %d\n" msgstr "Ålosilgrando nevalida; uzas %u bitojn\n" -#: g10/gpg.c:3995 +#: g10/gpg.c:4026 #, fuzzy, c-format msgid "%s does not yet work with %s\n" msgstr "%s ne havas sencon kun %s!\n" -#: g10/gpg.c:4058 +#: g10/gpg.c:4089 #, fuzzy, c-format msgid "AEAD algorithm '%s' may not be used in %s mode\n" msgstr "Tiu komando ne eblas en la reÄimo %s.\n" -#: g10/gpg.c:4070 +#: g10/gpg.c:4101 #, fuzzy, c-format msgid "compression algorithm '%s' may not be used in %s mode\n" msgstr "Tiu komando ne eblas en la reÄimo %s.\n" -#: g10/gpg.c:4225 +#: g10/gpg.c:4256 #, c-format msgid "failed to initialize the TrustDB: %s\n" msgstr "malsukcesis doni komencajn valorojn al fido-datenaro: %s\n" -#: g10/gpg.c:4237 +#: g10/gpg.c:4268 #, c-format msgid "WARNING: recipients (-r) given without using public key encryption\n" msgstr "" -#: g10/gpg.c:4309 +#: g10/gpg.c:4340 #, fuzzy, c-format msgid "symmetric encryption of '%s' failed: %s\n" msgstr "malĉifrado malsukcesis: %s\n" -#: g10/gpg.c:4338 +#: g10/gpg.c:4369 #, c-format msgid "you cannot use --symmetric --encrypt with --s2k-mode 0\n" msgstr "" -#: g10/gpg.c:4341 +#: g10/gpg.c:4372 #, fuzzy, c-format msgid "you cannot use --symmetric --encrypt in %s mode\n" msgstr "Tiu komando ne eblas en la reÄimo %s.\n" -#: g10/gpg.c:4399 +#: g10/gpg.c:4430 #, c-format msgid "you cannot use --symmetric --sign --encrypt with --s2k-mode 0\n" msgstr "" -#: g10/gpg.c:4402 +#: g10/gpg.c:4433 #, fuzzy, c-format msgid "you cannot use --symmetric --sign --encrypt in %s mode\n" msgstr "Tiu komando ne eblas en la reÄimo %s.\n" -#: g10/gpg.c:4790 g10/keyserver.c:1858 +#: g10/gpg.c:4821 g10/keyserver.c:1870 #, fuzzy, c-format msgid "keyserver send failed: %s\n" msgstr "Kreado de Ålosiloj malsukcesis: %s\n" -#: g10/gpg.c:4795 +#: g10/gpg.c:4826 #, fuzzy, c-format msgid "keyserver receive failed: %s\n" msgstr "listigo de sekretaj Ålosiloj malsukcesis: %s\n" -#: g10/gpg.c:4801 +#: g10/gpg.c:4832 #, fuzzy, c-format msgid "key export failed: %s\n" msgstr "Kreado de Ålosiloj malsukcesis: %s\n" -#: g10/gpg.c:4814 +#: g10/gpg.c:4845 #, fuzzy, c-format msgid "export as ssh key failed: %s\n" msgstr "Kreado de Ålosiloj malsukcesis: %s\n" -#: g10/gpg.c:4826 +#: g10/gpg.c:4857 #, fuzzy, c-format msgid "keyserver search failed: %s\n" msgstr "get_dir_record: search_record malsukcesis: %s\n" -#: g10/gpg.c:4839 +#: g10/gpg.c:4870 #, fuzzy, c-format msgid "keyserver refresh failed: %s\n" msgstr "listigo de sekretaj Ålosiloj malsukcesis: %s\n" -#: g10/gpg.c:4906 +#: g10/gpg.c:4937 #, c-format msgid "dearmoring failed: %s\n" msgstr "elkirasigo malsukcesis: %s\n" -#: g10/gpg.c:4917 +#: g10/gpg.c:4948 #, c-format msgid "enarmoring failed: %s\n" msgstr "enkirasigo malsukcesis: %s\n" -#: g10/gpg.c:5022 +#: g10/gpg.c:5053 #, fuzzy, c-format #| msgid "invalid hash algorithm `%s'\n" msgid "invalid hash algorithm '%s'\n" msgstr "nevalida kompendi-metodo '%s'\n" -#: g10/gpg.c:5174 g10/tofu.c:2156 +#: g10/gpg.c:5205 g10/tofu.c:2156 #, fuzzy, c-format msgid "error parsing key specification '%s': %s\n" msgstr "eraro dum kreado de pasfrazo: %s\n" -#: g10/gpg.c:5185 +#: g10/gpg.c:5216 #, c-format msgid "'%s' does not appear to be a valid key ID, fingerprint or keygrip\n" msgstr "" -#: g10/gpg.c:5241 +#: g10/gpg.c:5272 #, c-format msgid "WARNING: no command supplied. Trying to guess what you mean ...\n" msgstr "" -#: g10/gpg.c:5252 +#: g10/gpg.c:5283 #, c-format msgid "Go ahead and type your message ...\n" msgstr "Ektajpu vian mesaÄon ...\n" -#: g10/gpg.c:5599 +#: g10/gpg.c:5630 #, c-format msgid "the given certification policy URL is invalid\n" msgstr "la donita gvidlinia URL por atestado ne validas\n" -#: g10/gpg.c:5601 +#: g10/gpg.c:5632 #, c-format msgid "the given signature policy URL is invalid\n" msgstr "la donita gvidlinia URL por subskriboj ne validas\n" -#: g10/gpg.c:5634 +#: g10/gpg.c:5665 #, fuzzy, c-format msgid "the given preferred keyserver URL is invalid\n" msgstr "la donita gvidlinia URL por subskriboj ne validas\n" @@ -3487,7 +3487,7 @@ msgstr "Ĉu forviÅi ĉi tiun Ålosilon de la Ålosilaro? " msgid "make timestamp conflicts only a warning" msgstr "malkongruo de tempostampoj" -#: g10/gpgv.c:86 sm/gpgsm.c:411 tools/gpgconf.c:116 tools/gpg-card.c:94 +#: g10/gpgv.c:86 sm/gpgsm.c:414 tools/gpgconf.c:116 tools/gpg-card.c:95 msgid "|FD|write status info to this FD" msgstr "|FD|skribi statusinformojn al FD (dosierpriskribilo)" @@ -3580,271 +3580,271 @@ msgstr "" msgid "repair keys on import" msgstr "montri fingrospuron" -#: g10/import.c:387 g10/import.c:709 +#: g10/import.c:399 g10/import.c:721 #, c-format msgid "skipping block of type %d\n" msgstr "ignoras blokon de speco %d\n" -#: g10/import.c:726 +#: g10/import.c:738 #, fuzzy, c-format msgid "%lu keys processed so far\n" msgstr "%lu Ålosiloj jam traktitaj\n" -#: g10/import.c:819 +#: g10/import.c:831 #, c-format msgid "Total number processed: %lu\n" msgstr " Nombro traktita entute: %lu\n" -#: g10/import.c:822 +#: g10/import.c:834 #, fuzzy, c-format #| msgid " skipped new keys: %lu\n" msgid " skipped PGP-2 keys: %lu\n" msgstr " ignoritaj novaj Ålosiloj: %lu\n" -#: g10/import.c:824 +#: g10/import.c:836 #, c-format msgid " skipped new keys: %lu\n" msgstr " ignoritaj novaj Ålosiloj: %lu\n" -#: g10/import.c:827 +#: g10/import.c:839 #, c-format msgid " w/o user IDs: %lu\n" msgstr " sen uzantidentigilo: %lu\n" -#: g10/import.c:830 sm/import.c:129 +#: g10/import.c:842 sm/import.c:129 #, c-format msgid " imported: %lu" msgstr " importitaj: %lu" -#: g10/import.c:834 sm/import.c:133 +#: g10/import.c:846 sm/import.c:133 #, c-format msgid " unchanged: %lu\n" msgstr " neÅanÄitaj: %lu\n" -#: g10/import.c:836 +#: g10/import.c:848 #, c-format msgid " new user IDs: %lu\n" msgstr " novaj uzantidentigiloj: %lu\n" -#: g10/import.c:838 +#: g10/import.c:850 #, c-format msgid " new subkeys: %lu\n" msgstr " novaj subÅlosiloj: %lu\n" -#: g10/import.c:840 +#: g10/import.c:852 #, c-format msgid " new signatures: %lu\n" msgstr " novaj subskriboj: %lu\n" -#: g10/import.c:842 +#: g10/import.c:854 #, c-format msgid " new key revocations: %lu\n" msgstr " novaj Ålosilrevokoj: %lu\n" -#: g10/import.c:844 sm/import.c:135 +#: g10/import.c:856 sm/import.c:135 #, c-format msgid " secret keys read: %lu\n" msgstr " sekretaj Ålosiloj legitaj: %lu\n" -#: g10/import.c:846 sm/import.c:137 +#: g10/import.c:858 sm/import.c:137 #, c-format msgid " secret keys imported: %lu\n" msgstr "sekretaj Ålosiloj importitaj: %lu\n" -#: g10/import.c:848 sm/import.c:139 +#: g10/import.c:860 sm/import.c:139 #, c-format msgid " secret keys unchanged: %lu\n" msgstr "sekretaj Ålosiloj neÅanÄitaj: %lu\n" -#: g10/import.c:850 sm/import.c:141 +#: g10/import.c:862 sm/import.c:141 #, fuzzy, c-format msgid " not imported: %lu\n" msgstr " importitaj: %lu" -#: g10/import.c:852 +#: g10/import.c:864 #, fuzzy, c-format msgid " signatures cleaned: %lu\n" msgstr " novaj subskriboj: %lu\n" -#: g10/import.c:854 +#: g10/import.c:866 #, fuzzy, c-format msgid " user IDs cleaned: %lu\n" msgstr " sekretaj Ålosiloj legitaj: %lu\n" -#: g10/import.c:1279 +#: g10/import.c:1291 #, c-format msgid "" "WARNING: key %s contains preferences for unavailable\n" "algorithms on these user IDs:\n" msgstr "" -#: g10/import.c:1321 +#: g10/import.c:1333 #, c-format msgid " \"%s\": preference for cipher algorithm %s\n" msgstr "" -#: g10/import.c:1339 +#: g10/import.c:1351 #, fuzzy, c-format msgid " \"%s\": preference for AEAD algorithm %s\n" msgstr "%s-subskribo de: %s\n" -#: g10/import.c:1354 +#: g10/import.c:1366 #, fuzzy, c-format msgid " \"%s\": preference for digest algorithm %s\n" msgstr "%s-subskribo de: %s\n" -#: g10/import.c:1366 +#: g10/import.c:1378 #, c-format msgid " \"%s\": preference for compression algorithm %s\n" msgstr "" -#: g10/import.c:1379 +#: g10/import.c:1391 #, c-format msgid "it is strongly suggested that you update your preferences and\n" msgstr "" -#: g10/import.c:1381 +#: g10/import.c:1393 #, c-format msgid "re-distribute this key to avoid potential algorithm mismatch problems\n" msgstr "" -#: g10/import.c:1406 +#: g10/import.c:1418 #, c-format msgid "you can update your preferences with: gpg --edit-key %s updpref save\n" msgstr "" -#: g10/import.c:1920 g10/import.c:3041 +#: g10/import.c:1932 g10/import.c:3053 #, fuzzy, c-format msgid "key %s: no user ID\n" msgstr "Ålosilo %08lX: mankas uzantidentigilo\n" -#: g10/import.c:1926 +#: g10/import.c:1938 #, fuzzy, c-format msgid "key %s: %s\n" msgstr "ignoris '%s': %s\n" -#: g10/import.c:1927 g10/import.c:3013 +#: g10/import.c:1939 g10/import.c:3025 msgid "rejected by import screener" msgstr "" -#: g10/import.c:1976 +#: g10/import.c:1988 #, fuzzy, c-format msgid "key %s: PKS subkey corruption repaired\n" msgstr "Ålosilo %08lX: mankas subÅlosilo por Ålosilbindado\n" -#: g10/import.c:1997 +#: g10/import.c:2009 #, fuzzy, c-format msgid "key %s: accepted non self-signed user ID \"%s\"\n" msgstr "Ålosilo %08lX: akceptis ne-mem-subskribitan uzantidentigilon '" -#: g10/import.c:2008 g10/import.c:2039 +#: g10/import.c:2020 g10/import.c:2051 #, fuzzy, c-format msgid "key %s: no valid user IDs\n" msgstr "Ålosilo %08lX: mankas valida uzantidentigilo\n" -#: g10/import.c:2010 +#: g10/import.c:2022 #, c-format msgid "this may be caused by a missing self-signature\n" msgstr "tio povas esti kaÅzata de mankanta mem-subskribo\n" -#: g10/import.c:2089 g10/import.c:3427 +#: g10/import.c:2101 g10/import.c:3439 #, fuzzy, c-format msgid "key %s: public key not found: %s\n" msgstr "Ålosilo %08lX: publika Ålosilo ne trovita: %s\n" -#: g10/import.c:2095 +#: g10/import.c:2107 #, fuzzy, c-format msgid "key %s: new key - skipped\n" msgstr "Ålosilo %08lX: nova Ålosilo - ignorita\n" -#: g10/import.c:2107 +#: g10/import.c:2119 #, c-format msgid "no writable keyring found: %s\n" msgstr "neniu skribebla Ålosilaro trovita: %s\n" -#: g10/import.c:2139 g10/import.c:2241 g10/import.c:3502 +#: g10/import.c:2151 g10/import.c:2253 g10/import.c:3514 #, fuzzy, c-format #| msgid "error writing keyring `%s': %s\n" msgid "error writing keyring '%s': %s\n" msgstr "eraro dum skribado de Ålosilaro '%s': %s\n" -#: g10/import.c:2162 +#: g10/import.c:2174 #, fuzzy, c-format msgid "key %s: public key \"%s\" imported\n" msgstr "Ålosilo %08lX: publika Ålosilo importita\n" -#: g10/import.c:2189 +#: g10/import.c:2201 #, fuzzy, c-format msgid "key %s: doesn't match our copy\n" msgstr "Ålosilo %08lX: diferencas de nia kopio\n" -#: g10/import.c:2257 +#: g10/import.c:2269 #, fuzzy, c-format msgid "key %s: \"%s\" 1 new user ID\n" msgstr "Ålosilo %08lX: 1 nova uzantidentigilo\n" -#: g10/import.c:2260 +#: g10/import.c:2272 #, fuzzy, c-format msgid "key %s: \"%s\" %d new user IDs\n" msgstr "Ålosilo %08lX: %d novaj uzantidentigiloj\n" -#: g10/import.c:2263 +#: g10/import.c:2275 #, fuzzy, c-format msgid "key %s: \"%s\" 1 new signature\n" msgstr "Ålosilo %08lX: 1 nova subskribo\n" -#: g10/import.c:2266 +#: g10/import.c:2278 #, fuzzy, c-format msgid "key %s: \"%s\" %d new signatures\n" msgstr "Ålosilo %08lX: %d novaj subskriboj\n" -#: g10/import.c:2269 +#: g10/import.c:2281 #, fuzzy, c-format msgid "key %s: \"%s\" 1 new subkey\n" msgstr "Ålosilo %08lX: 1 nova subÅlosilo\n" -#: g10/import.c:2272 +#: g10/import.c:2284 #, fuzzy, c-format msgid "key %s: \"%s\" %d new subkeys\n" msgstr "Ålosilo %08lX: %d novaj subÅlosiloj\n" -#: g10/import.c:2275 +#: g10/import.c:2287 #, fuzzy, c-format msgid "key %s: \"%s\" %d signature cleaned\n" msgstr "Ålosilo %08lX: %d novaj subskriboj\n" -#: g10/import.c:2278 +#: g10/import.c:2290 #, fuzzy, c-format msgid "key %s: \"%s\" %d signatures cleaned\n" msgstr "Ålosilo %08lX: %d novaj subskriboj\n" -#: g10/import.c:2281 +#: g10/import.c:2293 #, fuzzy, c-format msgid "key %s: \"%s\" %d user ID cleaned\n" msgstr "Ålosilo %08lX: %d novaj uzantidentigiloj\n" -#: g10/import.c:2284 +#: g10/import.c:2296 #, fuzzy, c-format msgid "key %s: \"%s\" %d user IDs cleaned\n" msgstr "Ålosilo %08lX: %d novaj uzantidentigiloj\n" -#: g10/import.c:2320 +#: g10/import.c:2332 #, fuzzy, c-format msgid "key %s: \"%s\" not changed\n" msgstr "Ålosilo %08lX: ne ÅanÄita\n" -#: g10/import.c:2680 g10/import.c:2875 +#: g10/import.c:2692 g10/import.c:2887 #, fuzzy, c-format msgid "key %s: secret key imported\n" msgstr "Ålosilo %08lX: sekreta Ålosilo importita\n" -#: g10/import.c:2688 +#: g10/import.c:2700 #, fuzzy, c-format #| msgid "skipped: secret key already present\n" msgid "key %s: secret key already exists\n" msgstr "ignorita: sekreta Ålosilo jam ĉeestas\n" -#: g10/import.c:2696 +#: g10/import.c:2708 #, fuzzy, c-format msgid "key %s: error sending to agent: %s\n" msgstr "eraro dum sendo al '%s': %s\n" @@ -3857,198 +3857,198 @@ msgstr "eraro dum sendo al '%s': %s\n" #. * Instead, user should be suggested to run 'gpg --card-status', #. * then, references to a card will be automatically created #. * again. -#: g10/import.c:2865 +#: g10/import.c:2877 #, c-format msgid "To migrate '%s', with each smartcard, run: %s\n" msgstr "" -#: g10/import.c:3012 +#: g10/import.c:3024 #, fuzzy, c-format msgid "secret key %s: %s\n" msgstr "Ålosilo '%s' ne trovita: %s\n" -#: g10/import.c:3033 g10/import.c:3072 +#: g10/import.c:3045 g10/import.c:3084 #, fuzzy, c-format msgid "importing secret keys not allowed\n" msgstr "skribas sekretan Ålosilon al '%s'\n" -#: g10/import.c:3060 +#: g10/import.c:3072 #, fuzzy, c-format msgid "key %s: secret key with invalid cipher %d - skipped\n" msgstr "Ålosilo %08lX: sekreta Ålosilo sen publika Ålosilo - ignorita\n" -#: g10/import.c:3222 g10/pkclist.c:75 g10/revoke.c:774 +#: g10/import.c:3234 g10/pkclist.c:75 g10/revoke.c:774 msgid "No reason specified" msgstr "Nenia kialo specifita" -#: g10/import.c:3223 g10/pkclist.c:77 g10/revoke.c:776 +#: g10/import.c:3235 g10/pkclist.c:77 g10/revoke.c:776 msgid "Key is superseded" msgstr "Åœlosilo estas anstataÅigita." -#: g10/import.c:3224 g10/pkclist.c:79 g10/revoke.c:775 +#: g10/import.c:3236 g10/pkclist.c:79 g10/revoke.c:775 msgid "Key has been compromised" msgstr "Åœlosilo estas kompromitita" -#: g10/import.c:3225 g10/pkclist.c:81 g10/revoke.c:777 +#: g10/import.c:3237 g10/pkclist.c:81 g10/revoke.c:777 msgid "Key is no longer used" msgstr "Åœlosilo estas ne plu uzata" -#: g10/import.c:3226 g10/pkclist.c:83 g10/revoke.c:778 +#: g10/import.c:3238 g10/pkclist.c:83 g10/revoke.c:778 msgid "User ID is no longer valid" msgstr "Uzantidentigilo ne plu validas" -#: g10/import.c:3351 g10/keylist.c:1105 g10/pkclist.c:87 +#: g10/import.c:3363 g10/keylist.c:1105 g10/pkclist.c:87 #, fuzzy, c-format msgid "reason for revocation: " msgstr "Kialo por revoko: " -#: g10/import.c:3370 g10/keylist.c:1124 g10/pkclist.c:103 +#: g10/import.c:3382 g10/keylist.c:1124 g10/pkclist.c:103 #, fuzzy, c-format msgid "revocation comment: " msgstr "Komento pri revoko: " -#: g10/import.c:3420 +#: g10/import.c:3432 #, fuzzy, c-format msgid "key %s: no public key - can't apply revocation certificate\n" msgstr "" "Ålosilo %08lX: publika Ålosilo mankas - ne povas apliki revokatestilon\n" -#: g10/import.c:3449 +#: g10/import.c:3461 #, fuzzy, c-format msgid "key %s: can't locate original keyblock: %s\n" msgstr "Ålosilo %08lX: ne povas trovi originalan Ålosilblokon: %s\n" -#: g10/import.c:3456 +#: g10/import.c:3468 #, fuzzy, c-format msgid "key %s: can't read original keyblock: %s\n" msgstr "Ålosilo %08lX: ne povas legi originalan Ålosilblokon: %s\n" -#: g10/import.c:3476 +#: g10/import.c:3488 #, fuzzy, c-format msgid "key %s: invalid revocation certificate: %s - rejected\n" msgstr "Ålosilo %08lX: nevalida revokatestilo: %s - malakceptita\n" -#: g10/import.c:3511 +#: g10/import.c:3523 #, fuzzy, c-format msgid "key %s: \"%s\" revocation certificate imported\n" msgstr "Ålosilo %08lX: revokatestilo importita\n" -#: g10/import.c:3597 +#: g10/import.c:3609 #, fuzzy, c-format msgid "key %s: no user ID for signature\n" msgstr "Ålosilo %08lX: mankas uzantidentigilo por subskribo\n" -#: g10/import.c:3614 +#: g10/import.c:3626 #, fuzzy, c-format msgid "key %s: unsupported public key algorithm on user ID \"%s\"\n" msgstr "Ålosilo %08lX: nerealigita publikÅlosila metodo\n" -#: g10/import.c:3616 +#: g10/import.c:3628 #, fuzzy, c-format msgid "key %s: invalid self-signature on user ID \"%s\"\n" msgstr "Ålosilo %08lX: nevalida mem-subskribo\n" -#: g10/import.c:3633 g10/import.c:3661 g10/import.c:3717 +#: g10/import.c:3645 g10/import.c:3673 g10/import.c:3729 #, fuzzy, c-format msgid "key %s: unsupported public key algorithm\n" msgstr "Ålosilo %08lX: nerealigita publikÅlosila metodo\n" -#: g10/import.c:3634 +#: g10/import.c:3646 #, fuzzy, c-format msgid "key %s: invalid direct key signature\n" msgstr "Ålosilo %08lX: rekta Ålosilsubskribo aldonita\n" -#: g10/import.c:3648 +#: g10/import.c:3660 #, fuzzy, c-format msgid "key %s: no subkey for key binding\n" msgstr "Ålosilo %08lX: mankas subÅlosilo por Ålosilbindado\n" -#: g10/import.c:3663 +#: g10/import.c:3675 #, fuzzy, c-format msgid "key %s: invalid subkey binding\n" msgstr "Ålosilo %08lX: nevalida subÅlosila bindado\n" -#: g10/import.c:3682 +#: g10/import.c:3694 #, fuzzy, c-format msgid "key %s: removed multiple subkey binding\n" msgstr "Ålosilo %08lX: nevalida subÅlosila bindado\n" -#: g10/import.c:3706 +#: g10/import.c:3718 #, fuzzy, c-format msgid "key %s: no subkey for key revocation\n" msgstr "Ålosilo %08lX: mankas subÅlosilo por Ålosilbindado\n" -#: g10/import.c:3719 +#: g10/import.c:3731 #, fuzzy, c-format msgid "key %s: invalid subkey revocation\n" msgstr "Ålosilo %08lX.%lu: Valida subÅlosilrevoko\n" -#: g10/import.c:3734 +#: g10/import.c:3746 #, fuzzy, c-format msgid "key %s: removed multiple subkey revocation\n" msgstr "Ålosilo %08lX: nevalida subÅlosila bindado\n" -#: g10/import.c:3778 +#: g10/import.c:3790 #, fuzzy, c-format msgid "key %s: skipped user ID \"%s\"\n" msgstr "Ålosilo %08lX: ignoris uzantidentigilon '" -#: g10/import.c:3805 +#: g10/import.c:3817 #, fuzzy, c-format msgid "key %s: skipped subkey\n" msgstr "Ålosilo %08lX: ignoris subÅlosilon\n" -#: g10/import.c:3837 +#: g10/import.c:3849 #, fuzzy, c-format msgid "key %s: non exportable signature (class 0x%02X) - skipped\n" msgstr "Ålosilo %08lX: neeksportebla subskribo (klaso %02x) - ignorita\n" -#: g10/import.c:3848 +#: g10/import.c:3860 #, fuzzy, c-format msgid "key %s: revocation certificate at wrong place - skipped\n" msgstr "Ålosilo %08lX: revokatestilo en malÄusta loko - ignorita\n" -#: g10/import.c:3866 +#: g10/import.c:3878 #, fuzzy, c-format msgid "key %s: invalid revocation certificate: %s - skipped\n" msgstr "Ålosilo %08lX: nevalida revokatestilo: %s - ignorita\n" -#: g10/import.c:3880 +#: g10/import.c:3892 #, fuzzy, c-format msgid "key %s: subkey signature in wrong place - skipped\n" msgstr "Ålosilo %08lX: revokatestilo en malÄusta loko - ignorita\n" -#: g10/import.c:3888 +#: g10/import.c:3900 #, fuzzy, c-format msgid "key %s: unexpected signature class (0x%02X) - skipped\n" msgstr "Ålosilo %08lX: neeksportebla subskribo (klaso %02x) - ignorita\n" -#: g10/import.c:4061 +#: g10/import.c:4073 #, fuzzy, c-format msgid "key %s: duplicated user ID detected - merged\n" msgstr "Ålosilo %08lX: trovis ripetitan uzantidentigilon - kunfandita\n" -#: g10/import.c:4168 +#: g10/import.c:4180 #, fuzzy, c-format msgid "key %s: duplicated subkeys detected - merged\n" msgstr "Ålosilo %08lX: trovis ripetitan uzantidentigilon - kunfandita\n" -#: g10/import.c:4233 +#: g10/import.c:4245 #, fuzzy, c-format msgid "WARNING: key %s may be revoked: fetching revocation key %s\n" msgstr "AVERTO: Ĉi tiu Ålosilo estas revokita de sia posedanto!\n" -#: g10/import.c:4249 +#: g10/import.c:4261 #, fuzzy, c-format msgid "WARNING: key %s may be revoked: revocation key %s not present.\n" msgstr "AVERTO: Ĉi tiu Ålosilo estas revokita de sia posedanto!\n" -#: g10/import.c:4315 +#: g10/import.c:4327 #, fuzzy, c-format msgid "key %s: \"%s\" revocation certificate added\n" msgstr "Ålosilo %08lX: revokatestilo aldonita\n" -#: g10/import.c:4353 +#: g10/import.c:4365 #, fuzzy, c-format msgid "key %s: direct key signature added\n" msgstr "Ålosilo %08lX: rekta Ålosilsubskribo aldonita\n" @@ -4955,13 +4955,13 @@ msgid "" msgstr "" #: g10/keyedit.c:4016 g10/keyedit.c:4447 g10/keyserver.c:535 -#: g10/mainproc.c:2277 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 +#: g10/mainproc.c:2280 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 #, fuzzy msgid "revoked" msgstr "rev" #: g10/keyedit.c:4018 g10/keyedit.c:4449 g10/keyserver.c:539 -#: g10/mainproc.c:2279 g10/tofu.c:1792 g10/trust.c:124 +#: g10/mainproc.c:2282 g10/tofu.c:1792 g10/trust.c:124 #, fuzzy msgid "expired" msgstr "eksval" @@ -5508,7 +5508,7 @@ msgstr " (%d) RSA (nur ĉifri)\n" msgid "Enter the keygrip: " msgstr "Subskribo-notacio: " -#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2279 +#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2280 #, c-format msgid "Not a valid keygrip (expecting 40 hex digits)\n" msgstr "" @@ -5518,13 +5518,13 @@ msgstr "" msgid "No key with this keygrip\n" msgstr "Mankas uzantidentigilo kun indekso %d\n" -#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3437 g10/keygen.c:3448 +#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3440 g10/keygen.c:3451 #: sm/certreqgen-ui.c:231 sm/certreqgen-ui.c:240 #, fuzzy, c-format msgid "error reading the card: %s\n" msgstr "%s: eraro dum legado de libera registro: %s\n" -#: g10/keygen.c:2292 g10/keygen.c:3441 sm/certreqgen-ui.c:234 +#: g10/keygen.c:2292 g10/keygen.c:3444 sm/certreqgen-ui.c:234 #, fuzzy, c-format msgid "Serial number of the card: %s\n" msgstr "eraro dum kreado de pasfrazo: %s\n" @@ -5775,13 +5775,18 @@ msgstr "" "kreado de la primoj; tio donas al la stokastilo pli bonan Åancon\n" "akiri sufiĉe da entropio.\n" -#: g10/keygen.c:4570 g10/keygen.c:4643 g10/keygen.c:4661 g10/keygen.c:4690 -#: g10/keygen.c:5066 g10/keygen.c:5612 g10/keygen.c:5923 g10/keygen.c:6030 +#: g10/keygen.c:3591 +#, c-format +msgid "WARNING: v4 is specified, but overridden by v5.\n" +msgstr "" + +#: g10/keygen.c:4590 g10/keygen.c:4663 g10/keygen.c:4681 g10/keygen.c:4710 +#: g10/keygen.c:5086 g10/keygen.c:5632 g10/keygen.c:5943 g10/keygen.c:6050 #, c-format msgid "Key generation failed: %s\n" msgstr "Kreado de Ålosiloj malsukcesis: %s\n" -#: g10/keygen.c:4579 +#: g10/keygen.c:4599 #, c-format msgid "" "About to create a key for:\n" @@ -5789,67 +5794,67 @@ msgid "" "\n" msgstr "" -#: g10/keygen.c:4581 +#: g10/keygen.c:4601 msgid "Continue? (Y/n) " msgstr "" -#: g10/keygen.c:4602 +#: g10/keygen.c:4622 #, fuzzy, c-format msgid "A key for \"%s\" already exists\n" msgstr "'%s' jam densigita\n" -#: g10/keygen.c:4607 +#: g10/keygen.c:4627 #, fuzzy msgid "Create anyway? (y/N) " msgstr "Ĉu tamen uzi ĉi tiun Ålosilon? " -#: g10/keygen.c:4613 +#: g10/keygen.c:4633 #, fuzzy, c-format msgid "creating anyway\n" msgstr "Ĉu tamen uzi ĉi tiun Ålosilon? " -#: g10/keygen.c:5049 +#: g10/keygen.c:5069 #, c-format msgid "Note: Use \"%s %s\" for a full featured key generation dialog.\n" msgstr "" -#: g10/keygen.c:5098 +#: g10/keygen.c:5118 #, c-format msgid "Key generation canceled.\n" msgstr "Kreado de Ålosiloj nuligita.\n" -#: g10/keygen.c:5158 +#: g10/keygen.c:5178 #, fuzzy, c-format msgid "can't create backup file '%s': %s\n" msgstr "ne povas krei '%s': %s\n" -#: g10/keygen.c:5178 +#: g10/keygen.c:5198 #, fuzzy, c-format msgid "Note: backup of card key saved to '%s'\n" msgstr "NOTO: sekreta Ålosilo %08lX eksvalidiÄis je %s\n" -#: g10/keygen.c:5339 g10/keygen.c:5541 +#: g10/keygen.c:5359 g10/keygen.c:5561 #, fuzzy, c-format #| msgid "writing public key to `%s'\n" msgid "writing public key to '%s'\n" msgstr "skribas publikan Ålosilon al '%s'\n" -#: g10/keygen.c:5535 +#: g10/keygen.c:5555 #, c-format msgid "no writable public keyring found: %s\n" msgstr "neniu skribebla publika Ålosilaro trovita: %s\n" -#: g10/keygen.c:5549 +#: g10/keygen.c:5569 #, fuzzy, c-format #| msgid "error writing public keyring `%s': %s\n" msgid "error writing public keyring '%s': %s\n" msgstr "eraro dum skribado de publika Ålosilaro '%s': %s\n" -#: g10/keygen.c:5583 +#: g10/keygen.c:5603 msgid "public and secret key created and signed.\n" msgstr "publika kaj sekreta Ålosiloj kreitaj kaj subskribitaj.\n" -#: g10/keygen.c:5599 +#: g10/keygen.c:5619 #, fuzzy msgid "" "Note that this key cannot be used for encryption. You may want to use\n" @@ -5858,7 +5863,7 @@ msgstr "" "Notu, ke ĉi tiu Ålosilo ne estas uzebla por ĉifrado. Vi eble volos\n" "uzi la komandon \"--edit-key\" por krei flankan Ålosilon por tiu celo.\n" -#: g10/keygen.c:5781 g10/keygen.c:5980 +#: g10/keygen.c:5801 g10/keygen.c:6000 #, c-format msgid "" "key has been created %lu second in future (time warp or clock problem)\n" @@ -5866,7 +5871,7 @@ msgstr "" "Ålosilo estis kreita %lu sekundon en la estonteco (tempotordo aÅ " "horloÄeraro)\n" -#: g10/keygen.c:5783 g10/keygen.c:5982 +#: g10/keygen.c:5803 g10/keygen.c:6002 #, c-format msgid "" "key has been created %lu seconds in future (time warp or clock problem)\n" @@ -5874,23 +5879,23 @@ msgstr "" "Ålosilo estis kreita %lu sekundojn en la estonteco (tempotordo aÅ " "horloÄeraro)\n" -#: g10/keygen.c:5794 g10/keygen.c:5993 +#: g10/keygen.c:5814 g10/keygen.c:6013 #, fuzzy, c-format #| msgid "NOTE: creating subkeys for v3 keys is not OpenPGP compliant\n" msgid "Note: creating subkeys for v3 keys is not OpenPGP compliant\n" msgstr "NOTO: krei subÅlosilojn por v3-Ålosiloj ne estas OpenPGP-kongrue\n" -#: g10/keygen.c:5806 g10/keygen.c:5808 +#: g10/keygen.c:5826 g10/keygen.c:5828 #, c-format msgid "Secret parts of primary key are not available.\n" msgstr "Sekretaj partoj de ĉefa Ålosilo ne estas disponataj.\n" -#: g10/keygen.c:5815 g10/keygen.c:5817 +#: g10/keygen.c:5835 g10/keygen.c:5837 #, fuzzy, c-format msgid "Secret parts of primary key are stored on-card.\n" msgstr "Sekretaj partoj de ĉefa Ålosilo ne estas disponataj.\n" -#: g10/keygen.c:5837 g10/keygen.c:6007 +#: g10/keygen.c:5857 g10/keygen.c:6027 #, fuzzy msgid "Really create? (y/N) " msgstr "Ĉu vere krei? " @@ -6056,61 +6061,61 @@ msgstr "nevalida Ålosilaro" msgid "\"%s\" not a key ID: skipping\n" msgstr "%s: ne valida Ålosilidentigilo\n" -#: g10/keyserver.c:1418 g10/keyserver.c:1451 +#: g10/keyserver.c:1420 g10/keyserver.c:1453 #, fuzzy, c-format msgid "refreshing %d key from %s\n" msgid_plural "refreshing %d keys from %s\n" msgstr[0] "petas la Ålosilon %08lX de HKP-Ålosilservilo %s ...\n" msgstr[1] "petas la Ålosilon %08lX de HKP-Ålosilservilo %s ...\n" -#: g10/keyserver.c:1425 +#: g10/keyserver.c:1427 #, fuzzy, c-format msgid "WARNING: unable to refresh key %s via %s: %s\n" msgstr "Averto: malsekura posedeco sur %s \"%s\"\n" -#: g10/keyserver.c:1529 +#: g10/keyserver.c:1531 #, fuzzy, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "Ålosilo '%s' ne trovita: %s\n" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1534 #, fuzzy, c-format msgid "key not found on keyserver\n" msgstr "Ålosilo '%s' ne trovita: %s\n" -#: g10/keyserver.c:1720 +#: g10/keyserver.c:1722 #, fuzzy, c-format msgid "requesting key %s from %s server %s\n" msgstr "petas la Ålosilon %08lX de HKP-Ålosilservilo %s ...\n" -#: g10/keyserver.c:1724 +#: g10/keyserver.c:1726 #, fuzzy, c-format msgid "requesting key %s from %s\n" msgstr "petas la Ålosilon %08lX de HKP-Ålosilservilo %s ...\n" -#: g10/keyserver.c:1829 g10/keyserver.c:2008 +#: g10/keyserver.c:1841 g10/keyserver.c:2020 #, fuzzy, c-format msgid "no keyserver known\n" msgstr "nevalida Ålosilaro" -#: g10/keyserver.c:1844 g10/skclist.c:213 g10/skclist.c:241 +#: g10/keyserver.c:1856 g10/skclist.c:213 g10/skclist.c:241 #, fuzzy, c-format msgid "skipped \"%s\": %s\n" msgstr "ignoris '%s': %s\n" -#: g10/keyserver.c:1848 +#: g10/keyserver.c:1860 #, fuzzy, c-format msgid "sending key %s to %s\n" msgstr "" "\"\n" "subskribita per via Ålosilo %08lX je %s\n" -#: g10/keyserver.c:1889 +#: g10/keyserver.c:1901 #, fuzzy, c-format msgid "requesting key from '%s'\n" msgstr "petas la Ålosilon %08lX de HKP-Ålosilservilo %s ...\n" -#: g10/keyserver.c:1905 +#: g10/keyserver.c:1917 #, fuzzy, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "Averto: malsekura posedeco sur %s \"%s\"\n" @@ -6300,88 +6305,88 @@ msgstr " alinome \"" msgid "Key available at: " msgstr "Nenia helpo disponata" -#: g10/mainproc.c:2033 +#: g10/mainproc.c:2034 #, c-format msgid "Note: Use '%s' to make use of this info\n" msgstr "" -#: g10/mainproc.c:2231 +#: g10/mainproc.c:2234 msgid "[uncertain]" msgstr "[malcerta]" -#: g10/mainproc.c:2269 +#: g10/mainproc.c:2272 #, fuzzy, c-format msgid " aka \"%s\"" msgstr " alinome \"" -#: g10/mainproc.c:2344 +#: g10/mainproc.c:2347 #, fuzzy, c-format #| msgid "WARNING: This key is not certified with a trusted signature!\n" msgid "WARNING: This key is not suitable for signing in %s mode\n" msgstr "AVERTO: Ĉi tiu Ålosilo ne estas atestita kun fidata subskribo!\n" -#: g10/mainproc.c:2360 +#: g10/mainproc.c:2363 #, fuzzy, c-format msgid "Signature expired %s\n" msgstr "Ĉi tiu Ålosilo eksvalidiÄos je %s.\n" -#: g10/mainproc.c:2365 +#: g10/mainproc.c:2368 #, fuzzy, c-format msgid "Signature expires %s\n" msgstr "Ĉi tiu Ålosilo eksvalidiÄos je %s.\n" -#: g10/mainproc.c:2376 +#: g10/mainproc.c:2379 #, fuzzy, c-format msgid "%s signature, digest algorithm %s%s%s\n" msgstr "%s-subskribo de: %s\n" -#: g10/mainproc.c:2377 +#: g10/mainproc.c:2380 #, fuzzy msgid "binary" msgstr "ĉefa" -#: g10/mainproc.c:2378 +#: g10/mainproc.c:2381 msgid "textmode" msgstr "" -#: g10/mainproc.c:2378 g10/trust.c:123 dirmngr/ocsp.c:792 +#: g10/mainproc.c:2381 g10/trust.c:123 dirmngr/ocsp.c:792 #, fuzzy msgid "unknown" msgstr "nekonata versio" -#: g10/mainproc.c:2380 +#: g10/mainproc.c:2383 #, fuzzy #| msgid "unknown pubkey algorithm" msgid ", key algorithm " msgstr "nekonata publikÅlosila metodo" -#: g10/mainproc.c:2415 +#: g10/mainproc.c:2418 #, c-format msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n" msgstr "" -#: g10/mainproc.c:2454 +#: g10/mainproc.c:2457 #, c-format msgid "Can't check signature: %s\n" msgstr "Ne povas kontroli subskribon: %s\n" -#: g10/mainproc.c:2550 g10/mainproc.c:2569 g10/mainproc.c:2693 +#: g10/mainproc.c:2553 g10/mainproc.c:2572 g10/mainproc.c:2696 #, c-format msgid "not a detached signature\n" msgstr "ne aparta subskribo\n" -#: g10/mainproc.c:2603 +#: g10/mainproc.c:2606 #, c-format msgid "" "WARNING: multiple signatures detected. Only the first will be checked.\n" msgstr "" -#: g10/mainproc.c:2612 +#: g10/mainproc.c:2615 #, c-format msgid "standalone signature of class 0x%02x\n" msgstr "memstara subskribo de klaso 0x%02x\n" -#: g10/mainproc.c:2697 +#: g10/mainproc.c:2700 #, c-format msgid "old style (PGP 2.x) signature\n" msgstr "malnovstila subskribo (PGP 2.x)\n" @@ -8253,7 +8258,7 @@ msgstr "Uzado: gpg [opcioj] [dosieroj] (-h por helpo)" #. TRANSLATORS: Put a \x1f right before a colon. This can be #. * used by pinentry to nicely align the names and values. Keep #. * the %s at the start and end of the string. -#: scd/app-piv.c:1770 scd/app-p15.c:4741 scd/app-nks.c:1475 +#: scd/app-piv.c:1770 scd/app-p15.c:4937 scd/app-nks.c:1530 #: scd/app-openpgp.c:2386 #, c-format msgid "%sNumber: %s%%0AHolder: %s%s" @@ -8261,7 +8266,7 @@ msgstr "" #. TRANSLATORS: This is the number of remaining attempts to #. * enter a PIN. Use %%0A (double-percent,0A) for a linefeed. -#: scd/app-piv.c:1787 scd/app-p15.c:4760 scd/app-nks.c:1494 +#: scd/app-piv.c:1787 scd/app-p15.c:4956 scd/app-nks.c:1549 #: scd/app-openpgp.c:2402 #, c-format msgid "Remaining attempts: %d" @@ -8297,7 +8302,7 @@ msgstr "ÅanÄi la pasfrazon" msgid "||Please enter the Unblocking Key of your PIV card" msgstr "Kialo por revoko: " -#: scd/app-piv.c:1888 scd/app-nks.c:1605 scd/app-openpgp.c:2669 +#: scd/app-piv.c:1888 scd/app-nks.c:1660 scd/app-openpgp.c:2669 #: scd/app-openpgp.c:2693 scd/app-openpgp.c:2871 scd/app-openpgp.c:2893 #: scd/app-openpgp.c:3074 scd/app-openpgp.c:3361 scd/app-openpgp.c:3408 #: scd/app-openpgp.c:3545 scd/app-dinsig.c:302 @@ -8383,75 +8388,75 @@ msgstr[1] "Kreado de Ålosiloj malsukcesis: %s\n" msgid "response does not contain the public key data\n" msgstr "" -#: scd/app-p15.c:4839 scd/app-nks.c:1983 +#: scd/app-p15.c:5035 scd/app-nks.c:2038 msgid "||Please enter the PIN for the key to create qualified signatures." msgstr "" #. TRANSLATORS: Do not translate the "|A|" prefix but keep it at #. the start of the string. Use %0A (single percent) for a linefeed. -#: scd/app-p15.c:4842 scd/app-openpgp.c:2818 +#: scd/app-p15.c:5038 scd/app-openpgp.c:2818 #, fuzzy msgid "|A|Please enter the Admin PIN" msgstr "ÅanÄi la pasfrazon" -#: scd/app-p15.c:4844 scd/app-nks.c:1973 +#: scd/app-p15.c:5040 scd/app-nks.c:2028 #, fuzzy msgid "|P|Please enter the PIN Unblocking Code (PUK) for the standard keys." msgstr "Kialo por revoko: " -#: scd/app-p15.c:4847 scd/app-nks.c:1964 +#: scd/app-p15.c:5043 scd/app-nks.c:2019 #, fuzzy msgid "||Please enter the PIN for the standard keys." msgstr "ÅanÄi la pasfrazon" -#: scd/app-nks.c:1413 scd/app-openpgp.c:4321 +#: scd/app-nks.c:1468 scd/app-openpgp.c:4321 #, c-format msgid "RSA modulus missing or not of size %d bits\n" msgstr "" -#: scd/app-nks.c:1421 scd/app-openpgp.c:4333 +#: scd/app-nks.c:1476 scd/app-openpgp.c:4333 #, c-format msgid "RSA public exponent missing or larger than %d bits\n" msgstr "" -#: scd/app-nks.c:1594 +#: scd/app-nks.c:1649 #, fuzzy #| msgid "Note: This key has been disabled.\n" msgid "Note: PIN has not yet been enabled." msgstr "Noto: Ĉi tiu Ålosilo estas malÅaltita.\n" -#: scd/app-nks.c:1641 +#: scd/app-nks.c:1696 #, c-format msgid "the NullPIN has not yet been changed\n" msgstr "" -#: scd/app-nks.c:1963 +#: scd/app-nks.c:2018 #, fuzzy msgid "|N|Please enter a new PIN for the standard keys." msgstr "ÅanÄi la pasfrazon" -#: scd/app-nks.c:1971 +#: scd/app-nks.c:2026 #, fuzzy msgid "|NP|Please enter a new PIN Unblocking Code (PUK) for the standard keys." msgstr "Kialo por revoko: " -#: scd/app-nks.c:1981 +#: scd/app-nks.c:2036 msgid "|N|Please enter a new PIN for the key to create qualified signatures." msgstr "" -#: scd/app-nks.c:1991 +#: scd/app-nks.c:2046 msgid "" "|NP|Please enter a new PIN Unblocking Code (PUK) for the key to create " "qualified signatures." msgstr "" -#: scd/app-nks.c:1993 +#: scd/app-nks.c:2048 msgid "" "|P|Please enter the PIN Unblocking Code (PUK) for the key to create " "qualified signatures." msgstr "" -#: scd/app-nks.c:2166 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 +#: scd/app-nks.c:2221 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 #, fuzzy, c-format msgid "error getting new PIN: %s\n" msgstr "eraro dum kreado de pasfrazo: %s\n" @@ -8638,81 +8643,81 @@ msgstr "ÅanÄi la pasfrazon" msgid "|N|Initial New PIN" msgstr "Donu la uzantidentigilon: " -#: scd/scdaemon.c:118 +#: scd/scdaemon.c:119 msgid "run in multi server mode (foreground)" msgstr "" -#: scd/scdaemon.c:135 sm/gpgsm.c:271 dirmngr/dirmngr.c:197 +#: scd/scdaemon.c:136 sm/gpgsm.c:274 dirmngr/dirmngr.c:198 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "" -#: scd/scdaemon.c:141 +#: scd/scdaemon.c:142 #, fuzzy msgid "|FILE|write a log to FILE" msgstr "|DOSIERO|legi aldonan bibliotekon DOSIERO" -#: scd/scdaemon.c:148 +#: scd/scdaemon.c:149 msgid "|N|connect to reader at port N" msgstr "" -#: scd/scdaemon.c:150 +#: scd/scdaemon.c:151 #, fuzzy msgid "|NAME|use NAME as ct-API driver" msgstr "|NOMO|uzi NOMOn kiel implicitan ricevonton" -#: scd/scdaemon.c:152 +#: scd/scdaemon.c:153 #, fuzzy msgid "|NAME|use NAME as PC/SC driver" msgstr "|NOMO|uzi NOMOn kiel implicitan ricevonton" -#: scd/scdaemon.c:156 +#: scd/scdaemon.c:157 #, fuzzy msgid "do not use the internal CCID driver" msgstr "tute ne uzi la terminalon" -#: scd/scdaemon.c:162 +#: scd/scdaemon.c:163 msgid "|N|disconnect the card after N seconds of inactivity" msgstr "" -#: scd/scdaemon.c:165 +#: scd/scdaemon.c:166 msgid "do not use a reader's pinpad" msgstr "" -#: scd/scdaemon.c:168 +#: scd/scdaemon.c:169 msgid "use variable length input for pinpad" msgstr "" -#: scd/scdaemon.c:171 +#: scd/scdaemon.c:172 msgid "|LIST|change the application priority to LIST" msgstr "" -#: scd/scdaemon.c:179 +#: scd/scdaemon.c:180 #, fuzzy msgid "deny the use of admin card commands" msgstr "malkongruaj komandoj\n" -#: scd/scdaemon.c:324 +#: scd/scdaemon.c:325 #, fuzzy msgid "Usage: @SCDAEMON@ [options] (-h for help)" msgstr "Uzado: gpg [opcioj] [dosieroj] (-h por helpo)" -#: scd/scdaemon.c:326 +#: scd/scdaemon.c:327 msgid "" "Syntax: scdaemon [options] [command [args]]\n" "Smartcard daemon for @GNUPG@\n" msgstr "" -#: scd/scdaemon.c:807 +#: scd/scdaemon.c:819 #, c-format msgid "please use the option '--daemon' to run the program in the background\n" msgstr "" -#: scd/scdaemon.c:1183 dirmngr/dirmngr.c:2077 +#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2104 #, c-format msgid "handler for fd %d started\n" msgstr "" -#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2085 +#: scd/scdaemon.c:1207 dirmngr/dirmngr.c:2112 #, c-format msgid "handler for fd %d terminated\n" msgstr "" @@ -9002,7 +9007,7 @@ msgid "a %u bit hash is not valid for a %u bit %s key\n" msgstr "" #: sm/certcheck.c:239 sm/certcheck.c:263 dirmngr/crlcache.c:1542 -#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1363 dirmngr/validate.c:903 +#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1372 dirmngr/validate.c:903 #: dirmngr/validate.c:927 #, fuzzy, c-format msgid "out of core\n" @@ -9357,139 +9362,139 @@ msgstr "forviÅo de Ålosilbloko malsukcesis: %s\n" msgid "no valid recipients given\n" msgstr "nevalida respondo de agento\n" -#: sm/gpgsm.c:224 +#: sm/gpgsm.c:226 #, fuzzy msgid "list external keys" msgstr "listigi sekretajn Ålosilojn" -#: sm/gpgsm.c:226 +#: sm/gpgsm.c:228 #, fuzzy msgid "list certificate chain" msgstr "Valida atestilrevoko" -#: sm/gpgsm.c:234 +#: sm/gpgsm.c:236 #, fuzzy msgid "import certificates" msgstr "Bona atestilo" -#: sm/gpgsm.c:235 +#: sm/gpgsm.c:237 #, fuzzy msgid "export certificates" msgstr "Bona atestilo" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:245 msgid "register a smartcard" msgstr "" -#: sm/gpgsm.c:246 +#: sm/gpgsm.c:248 msgid "pass a command to the dirmngr" msgstr "" -#: sm/gpgsm.c:248 +#: sm/gpgsm.c:250 msgid "invoke gpg-protect-tool" msgstr "" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:270 msgid "don't use the terminal at all" msgstr "tute ne uzi la terminalon" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "|N|number of certificates to include" msgstr "" -#: sm/gpgsm.c:296 +#: sm/gpgsm.c:299 msgid "|FILE|take policy information from FILE" msgstr "" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "assume input is in PEM format" msgstr "" -#: sm/gpgsm.c:312 +#: sm/gpgsm.c:315 msgid "assume input is in base-64 format" msgstr "" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "assume input is in binary format" msgstr "" -#: sm/gpgsm.c:323 +#: sm/gpgsm.c:326 #, fuzzy msgid "create base-64 encoded output" msgstr "krei eligon en askia kiraso" -#: sm/gpgsm.c:335 +#: sm/gpgsm.c:338 #, fuzzy msgid "|USER-ID|use USER-ID as default secret key" msgstr "|NOMO|uzi NOMOn kiel la implicitan sekretan Ålosilon" -#: sm/gpgsm.c:346 +#: sm/gpgsm.c:349 #, fuzzy msgid "|FILE|add keyring to the list of keyrings" msgstr "aldoni ĉi tiun Ålosilaron al la listo de Ålosilaroj" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 #, fuzzy msgid "|SPEC|use this keyserver to lookup keys" msgstr "|SERVILO|uzi ĉi tiun Ålosilservilon por serĉi Ålosilojn" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "fetch missing issuer certificates" msgstr "" -#: sm/gpgsm.c:361 +#: sm/gpgsm.c:364 #, fuzzy msgid "|NAME|use encoding NAME for PKCS#12 passphrases" msgstr "|NOMO|uzi ĉifrad-metodon NOMO por pasfrazoj" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 msgid "never consult a CRL" msgstr "" -#: sm/gpgsm.c:386 +#: sm/gpgsm.c:389 msgid "do not check CRLs for root certificates" msgstr "" -#: sm/gpgsm.c:390 +#: sm/gpgsm.c:393 msgid "check validity using OCSP" msgstr "" -#: sm/gpgsm.c:392 +#: sm/gpgsm.c:395 msgid "do not check certificate policies" msgstr "" -#: sm/gpgsm.c:395 +#: sm/gpgsm.c:398 msgid "|NAME|use cipher algorithm NAME" msgstr "|NOMO|uzi ĉifrad-metodon NOMO" -#: sm/gpgsm.c:397 +#: sm/gpgsm.c:400 msgid "|NAME|use message digest algorithm NAME" msgstr "|NOMO|uzi kompendi-metodon NOMO" -#: sm/gpgsm.c:407 +#: sm/gpgsm.c:410 msgid "batch mode: never ask" msgstr "neinteraga reÄimo: neniam demandi" -#: sm/gpgsm.c:409 +#: sm/gpgsm.c:412 msgid "assume yes on most questions" msgstr "supozi \"jes\" ĉe la plej multaj demandoj" -#: sm/gpgsm.c:410 +#: sm/gpgsm.c:413 msgid "assume no on most questions" msgstr "supozi \"ne\" ĉe la plej multaj demandoj" -#: sm/gpgsm.c:427 +#: sm/gpgsm.c:430 #, fuzzy msgid "|FILE|write an audit log to FILE" msgstr "|DOSIERO|legi aldonan bibliotekon DOSIERO" -#: sm/gpgsm.c:612 +#: sm/gpgsm.c:615 #, fuzzy #| msgid "Usage: gpg [options] [files] (-h for help)" msgid "Usage: @GPGSM@ [options] [files] (-h for help)" msgstr "Uzado: gpg [opcioj] [dosieroj] (-h por helpo)" -#: sm/gpgsm.c:615 +#: sm/gpgsm.c:618 #, fuzzy msgid "" "Syntax: @GPGSM@ [options] [files]\n" @@ -9500,52 +9505,52 @@ msgstr "" "subskribi, kontroli, ĉifri aÅ malĉifri\n" "implicita operacio dependas de la enigataj datenoj\n" -#: sm/gpgsm.c:823 +#: sm/gpgsm.c:826 #, fuzzy, c-format msgid "Note: won't be able to encrypt to '%s': %s\n" msgstr "ne povas konektiÄi al '%s': %s\n" -#: sm/gpgsm.c:834 +#: sm/gpgsm.c:837 #, fuzzy, c-format msgid "unknown validation model '%s'\n" msgstr "nekonata implicita ricevonto '%s'\n" -#: sm/gpgsm.c:893 dirmngr/ldapserver.c:89 +#: sm/gpgsm.c:896 dirmngr/ldapserver.c:89 #, c-format msgid "%s:%u: no hostname given\n" msgstr "" -#: sm/gpgsm.c:912 dirmngr/ldapserver.c:108 +#: sm/gpgsm.c:915 dirmngr/ldapserver.c:108 #, c-format msgid "%s:%u: password given without user\n" msgstr "" -#: sm/gpgsm.c:943 dirmngr/ldapserver.c:139 +#: sm/gpgsm.c:946 dirmngr/ldapserver.c:139 #, c-format msgid "%s:%u: ignoring unknown flag '%s'\n" msgstr "" -#: sm/gpgsm.c:959 dirmngr/ldapserver.c:155 +#: sm/gpgsm.c:962 dirmngr/ldapserver.c:155 #, fuzzy, c-format msgid "%s:%u: skipping this line\n" msgstr " s = supersalti ĉi tiun Ålosilon\n" -#: sm/gpgsm.c:1545 +#: sm/gpgsm.c:1550 #, fuzzy, c-format msgid "could not parse keyserver\n" msgstr "ne povis analizi URI de Ålosilservilo\n" -#: sm/gpgsm.c:1825 +#: sm/gpgsm.c:1858 #, fuzzy, c-format msgid "importing common certificates '%s'\n" msgstr "skribas al '%s'\n" -#: sm/gpgsm.c:1871 +#: sm/gpgsm.c:1904 #, fuzzy, c-format msgid "can't sign using '%s': %s\n" msgstr "ne povas fermi '%s': %s\n" -#: sm/gpgsm.c:2231 +#: sm/gpgsm.c:2273 #, c-format msgid "invalid command (there is no implicit command)\n" msgstr "" @@ -10505,135 +10510,135 @@ msgstr "" msgid "looking up '%s'\n" msgstr "" -#: dirmngr/dirmngr.c:174 +#: dirmngr/dirmngr.c:175 msgid "list the contents of the CRL cache" msgstr "" -#: dirmngr/dirmngr.c:175 +#: dirmngr/dirmngr.c:176 #, fuzzy msgid "|FILE|load CRL from FILE into cache" msgstr "|DOSIERO|legi aldonan bibliotekon DOSIERO" -#: dirmngr/dirmngr.c:176 +#: dirmngr/dirmngr.c:177 msgid "|URL|fetch a CRL from URL" msgstr "" -#: dirmngr/dirmngr.c:177 +#: dirmngr/dirmngr.c:178 msgid "shutdown the dirmngr" msgstr "" -#: dirmngr/dirmngr.c:178 +#: dirmngr/dirmngr.c:179 msgid "flush the cache" msgstr "" -#: dirmngr/dirmngr.c:211 +#: dirmngr/dirmngr.c:212 msgid "allow online software version check" msgstr "" -#: dirmngr/dirmngr.c:214 +#: dirmngr/dirmngr.c:215 msgid "|N|do not return more than N items in one query" msgstr "" -#: dirmngr/dirmngr.c:220 +#: dirmngr/dirmngr.c:221 msgid "Network related options" msgstr "" -#: dirmngr/dirmngr.c:222 +#: dirmngr/dirmngr.c:223 msgid "route all network traffic via Tor" msgstr "" -#: dirmngr/dirmngr.c:234 +#: dirmngr/dirmngr.c:235 msgid "Configuration for Keyservers" msgstr "" -#: dirmngr/dirmngr.c:237 +#: dirmngr/dirmngr.c:238 #, fuzzy msgid "|URL|use keyserver at URL" msgstr "ne povis analizi URI de Ålosilservilo\n" -#: dirmngr/dirmngr.c:239 +#: dirmngr/dirmngr.c:240 msgid "|FILE|use the CA certificates in FILE for HKP over TLS" msgstr "" -#: dirmngr/dirmngr.c:241 +#: dirmngr/dirmngr.c:242 msgid "Configuration for HTTP servers" msgstr "" -#: dirmngr/dirmngr.c:243 +#: dirmngr/dirmngr.c:244 msgid "inhibit the use of HTTP" msgstr "" -#: dirmngr/dirmngr.c:245 +#: dirmngr/dirmngr.c:246 msgid "ignore HTTP CRL distribution points" msgstr "" -#: dirmngr/dirmngr.c:247 +#: dirmngr/dirmngr.c:248 msgid "|URL|redirect all HTTP requests to URL" msgstr "" -#: dirmngr/dirmngr.c:249 +#: dirmngr/dirmngr.c:250 msgid "use system's HTTP proxy setting" msgstr "" -#: dirmngr/dirmngr.c:253 +#: dirmngr/dirmngr.c:254 msgid "Configuration of LDAP servers to use" msgstr "" -#: dirmngr/dirmngr.c:255 +#: dirmngr/dirmngr.c:256 msgid "inhibit the use of LDAP" msgstr "" -#: dirmngr/dirmngr.c:257 +#: dirmngr/dirmngr.c:258 msgid "ignore LDAP CRL distribution points" msgstr "" -#: dirmngr/dirmngr.c:259 +#: dirmngr/dirmngr.c:260 msgid "|HOST|use HOST for LDAP queries" msgstr "" -#: dirmngr/dirmngr.c:261 +#: dirmngr/dirmngr.c:262 msgid "do not use fallback hosts with --ldap-proxy" msgstr "" -#: dirmngr/dirmngr.c:263 +#: dirmngr/dirmngr.c:264 #, fuzzy msgid "|FILE|read LDAP server list from FILE" msgstr "|DOSIERO|legi aldonan bibliotekon DOSIERO" -#: dirmngr/dirmngr.c:265 +#: dirmngr/dirmngr.c:266 msgid "add new servers discovered in CRL distribution points to serverlist" msgstr "" -#: dirmngr/dirmngr.c:268 dirmngr/dirmngr_ldap.c:104 +#: dirmngr/dirmngr.c:269 dirmngr/dirmngr_ldap.c:104 msgid "|N|set LDAP timeout to N seconds" msgstr "" -#: dirmngr/dirmngr.c:271 +#: dirmngr/dirmngr.c:272 msgid "Configuration for OCSP" msgstr "" -#: dirmngr/dirmngr.c:273 +#: dirmngr/dirmngr.c:274 msgid "allow sending OCSP requests" msgstr "" -#: dirmngr/dirmngr.c:275 +#: dirmngr/dirmngr.c:276 msgid "ignore certificate contained OCSP service URLs" msgstr "" -#: dirmngr/dirmngr.c:277 +#: dirmngr/dirmngr.c:278 #, fuzzy msgid "|URL|use OCSP responder at URL" msgstr "ne povis analizi URI de Ålosilservilo\n" -#: dirmngr/dirmngr.c:279 +#: dirmngr/dirmngr.c:280 msgid "|FPR|OCSP response signed by FPR" msgstr "" -#: dirmngr/dirmngr.c:287 +#: dirmngr/dirmngr.c:288 msgid "force loading of outdated CRLs" msgstr "" -#: dirmngr/dirmngr.c:298 +#: dirmngr/dirmngr.c:299 #, fuzzy #| msgid "" #| "@\n" @@ -10646,95 +10651,95 @@ msgstr "" "@\n" "(Vidu la manpaÄon por kompleta listo de ĉiuj komandoj kaj opcioj)\n" -#: dirmngr/dirmngr.c:440 +#: dirmngr/dirmngr.c:441 #, fuzzy msgid "Usage: @DIRMNGR@ [options] (-h for help)" msgstr "Uzado: gpg [opcioj] [dosieroj] (-h por helpo)" -#: dirmngr/dirmngr.c:442 +#: dirmngr/dirmngr.c:443 msgid "" "Syntax: @DIRMNGR@ [options] [command [args]]\n" "Keyserver, CRL, and OCSP access for @GNUPG@\n" msgstr "" -#: dirmngr/dirmngr.c:522 +#: dirmngr/dirmngr.c:523 #, c-format msgid "valid debug levels are: %s\n" msgstr "" -#: dirmngr/dirmngr.c:608 tools/gpgconf.c:667 tools/gpgconf.c:702 +#: dirmngr/dirmngr.c:609 tools/gpgconf.c:667 tools/gpgconf.c:702 #: tools/gpgconf.c:802 #, fuzzy, c-format msgid "usage: %s [options] " msgstr "uzado: gpg [opcioj] " -#: dirmngr/dirmngr.c:1251 +#: dirmngr/dirmngr.c:1260 #, fuzzy, c-format #| msgid "%s not allowed with %s!\n" msgid "colons are not allowed in the socket name\n" msgstr "%s ne eblas kun %s!\n" -#: dirmngr/dirmngr.c:1486 dirmngr/server.c:1824 +#: dirmngr/dirmngr.c:1495 dirmngr/server.c:1824 #, fuzzy, c-format msgid "fetching CRL from '%s' failed: %s\n" msgstr "enkirasigo malsukcesis: %s\n" -#: dirmngr/dirmngr.c:1492 dirmngr/server.c:1830 +#: dirmngr/dirmngr.c:1501 dirmngr/server.c:1830 #, fuzzy, c-format msgid "processing CRL from '%s' failed: %s\n" msgstr "enkirasigo malsukcesis: %s\n" -#: dirmngr/dirmngr.c:1634 +#: dirmngr/dirmngr.c:1643 #, fuzzy, c-format msgid "%s:%u: line too long - skipped\n" msgstr "pasfrazo estas tro longa\n" -#: dirmngr/dirmngr.c:1689 dirmngr/dirmngr.c:1773 +#: dirmngr/dirmngr.c:1698 dirmngr/dirmngr.c:1782 #, fuzzy, c-format msgid "%s:%u: invalid fingerprint detected\n" msgstr "%s: nevalida dosiero-versio %d\n" -#: dirmngr/dirmngr.c:1725 dirmngr/dirmngr.c:1751 tools/gpgconf-comp.c:3534 +#: dirmngr/dirmngr.c:1734 dirmngr/dirmngr.c:1760 tools/gpgconf-comp.c:3539 #, fuzzy, c-format msgid "%s:%u: read error: %s\n" msgstr "kiraso: %s\n" -#: dirmngr/dirmngr.c:1780 +#: dirmngr/dirmngr.c:1789 #, c-format msgid "%s:%u: garbage at end of line ignored\n" msgstr "" -#: dirmngr/dirmngr.c:1849 +#: dirmngr/dirmngr.c:1876 #, c-format msgid "SIGHUP received - re-reading configuration and flushing caches\n" msgstr "" -#: dirmngr/dirmngr.c:1890 +#: dirmngr/dirmngr.c:1917 #, c-format msgid "SIGUSR2 received - no action defined\n" msgstr "" -#: dirmngr/dirmngr.c:1895 +#: dirmngr/dirmngr.c:1922 #, c-format msgid "SIGTERM received - shutting down ...\n" msgstr "" -#: dirmngr/dirmngr.c:1897 +#: dirmngr/dirmngr.c:1924 #, c-format msgid "SIGTERM received - still %d active connections\n" msgstr "" -#: dirmngr/dirmngr.c:1902 +#: dirmngr/dirmngr.c:1929 #, fuzzy, c-format msgid "shutdown forced\n" msgstr "ne traktita" -#: dirmngr/dirmngr.c:1910 +#: dirmngr/dirmngr.c:1937 #, c-format msgid "SIGINT received - immediate shutdown\n" msgstr "" -#: dirmngr/dirmngr.c:1917 +#: dirmngr/dirmngr.c:1944 #, c-format msgid "signal %d received - no action defined\n" msgstr "" @@ -11199,7 +11204,7 @@ msgid "serialno missing in cert ID" msgstr "" #: dirmngr/server.c:1387 dirmngr/server.c:1473 dirmngr/server.c:1909 -#: dirmngr/server.c:1980 dirmngr/server.c:2552 dirmngr/server.c:2567 +#: dirmngr/server.c:1980 dirmngr/server.c:2556 dirmngr/server.c:2571 #, fuzzy, c-format msgid "assuan_inquire failed: %s\n" msgstr "subskribado malsukcesis: %s\n" @@ -11229,33 +11234,33 @@ msgstr "forviÅo de Ålosilbloko malsukcesis: %s\n" msgid "max_replies %d exceeded\n" msgstr "" -#: dirmngr/server.c:2856 +#: dirmngr/server.c:2860 #, fuzzy, c-format msgid "can't allocate control structure: %s\n" msgstr "ne povas krei '%s': %s\n" -#: dirmngr/server.c:2867 +#: dirmngr/server.c:2871 #, fuzzy, c-format msgid "failed to allocate assuan context: %s\n" msgstr "%s: malsukcesis krei haktabelon: %s\n" -#: dirmngr/server.c:2888 +#: dirmngr/server.c:2892 #, fuzzy, c-format #| msgid "failed to initialize the TrustDB: %s\n" msgid "failed to initialize the server: %s\n" msgstr "malsukcesis doni komencajn valorojn al fido-datenaro: %s\n" -#: dirmngr/server.c:2896 +#: dirmngr/server.c:2900 #, fuzzy, c-format msgid "failed to the register commands with Assuan: %s\n" msgstr "malsukcesis rekonstrui Ålosilaran staplon: %s\n" -#: dirmngr/server.c:2929 +#: dirmngr/server.c:2933 #, c-format msgid "Assuan accept problem: %s\n" msgstr "" -#: dirmngr/server.c:2948 +#: dirmngr/server.c:2952 #, fuzzy, c-format #| msgid "signing failed: %s\n" msgid "Assuan processing failed: %s\n" @@ -11404,73 +11409,73 @@ msgstr "gpg-agent ne estas disponata en ĉi tiu sesio\n" msgid "error sending standard options: %s\n" msgstr "eraro dum sendo al '%s': %s\n" -#: tools/gpgconf-comp.c:647 +#: tools/gpgconf-comp.c:649 msgid "OpenPGP" msgstr "" -#: tools/gpgconf-comp.c:651 +#: tools/gpgconf-comp.c:653 msgid "S/MIME" msgstr "" -#: tools/gpgconf-comp.c:655 +#: tools/gpgconf-comp.c:657 #, fuzzy msgid "Public Keys" msgstr "publika Ålosilo estas %08lX\n" -#: tools/gpgconf-comp.c:659 +#: tools/gpgconf-comp.c:661 msgid "Private Keys" msgstr "" -#: tools/gpgconf-comp.c:663 +#: tools/gpgconf-comp.c:665 msgid "Smartcards" msgstr "" -#: tools/gpgconf-comp.c:667 +#: tools/gpgconf-comp.c:669 msgid "TPM" msgstr "" -#: tools/gpgconf-comp.c:671 +#: tools/gpgconf-comp.c:673 #, fuzzy #| msgid "network error" msgid "Network" msgstr "reteraro" -#: tools/gpgconf-comp.c:675 +#: tools/gpgconf-comp.c:677 #, fuzzy msgid "Passphrase Entry" msgstr "malbona pasfrazo" -#: tools/gpgconf-comp.c:939 +#: tools/gpgconf-comp.c:941 #, fuzzy msgid "Component not suitable for launching" msgstr "publika Ålosilo ne trovita" -#: tools/gpgconf-comp.c:945 +#: tools/gpgconf-comp.c:947 #, c-format msgid "Configuration file of component %s is broken\n" msgstr "" -#: tools/gpgconf-comp.c:948 +#: tools/gpgconf-comp.c:950 #, fuzzy, c-format #| msgid "Please use the command \"toggle\" first.\n" msgid "Note: Use the command \"%s%s\" to get details.\n" msgstr "Bonvolu uzi la komandon \"toggle\" unue.\n" -#: tools/gpgconf-comp.c:2811 +#: tools/gpgconf-comp.c:2816 #, c-format msgid "External verification of component %s failed" msgstr "" -#: tools/gpgconf-comp.c:2941 +#: tools/gpgconf-comp.c:2946 msgid "Note that group specifications are ignored\n" msgstr "" -#: tools/gpgconf-comp.c:3538 +#: tools/gpgconf-comp.c:3543 #, fuzzy, c-format msgid "error closing '%s'\n" msgstr "eraro dum legado de '%s': %s\n" -#: tools/gpgconf-comp.c:3540 +#: tools/gpgconf-comp.c:3545 #, fuzzy, c-format msgid "error parsing '%s'\n" msgstr "eraro dum legado de '%s': %s\n" @@ -11579,84 +11584,84 @@ msgid "" "Check a passphrase given on stdin against the patternfile\n" msgstr "" -#: tools/gpg-card.c:2389 +#: tools/gpg-card.c:2390 #, fuzzy, c-format msgid "Note: key %s is already stored on the card!\n" msgstr "ignorita: sekreta Ålosilo jam ĉeestas\n" -#: tools/gpg-card.c:2392 +#: tools/gpg-card.c:2393 #, fuzzy, c-format msgid "Note: Keys are already stored on the card!\n" msgstr "ignorita: sekreta Ålosilo jam ĉeestas\n" -#: tools/gpg-card.c:2395 +#: tools/gpg-card.c:2396 #, c-format msgid "Replace existing key %s ? (y/N) " msgstr "" -#: tools/gpg-card.c:2548 tools/gpg-card.c:2711 tools/gpg-card.c:2934 -#: tools/gpg-card.c:3043 +#: tools/gpg-card.c:2549 tools/gpg-card.c:2712 tools/gpg-card.c:2935 +#: tools/gpg-card.c:3044 #, c-format msgid "%s card no. %s detected\n" msgstr "" -#: tools/gpg-card.c:3395 +#: tools/gpg-card.c:3396 #, c-format msgid "User Interaction Flag is set to \"%s\" - can't change\n" msgstr "" -#: tools/gpg-card.c:3405 tools/gpg-card.c:3419 +#: tools/gpg-card.c:3406 tools/gpg-card.c:3420 #, c-format msgid "" "Warning: Setting the User Interaction Flag to \"%s\"\n" " can only be reverted using a factory reset!\n" msgstr "" -#: tools/gpg-card.c:3422 +#: tools/gpg-card.c:3423 #, c-format msgid "Please use \"uif --yes %d %s\"\n" msgstr "" -#: tools/gpg-card.c:3668 +#: tools/gpg-card.c:3669 #, fuzzy msgid "authenticate to the card" msgstr "Ålosilo %08lX: revokatestilo aldonita\n" -#: tools/gpg-card.c:3670 +#: tools/gpg-card.c:3671 msgid "send a reset to the card daemon" msgstr "" -#: tools/gpg-card.c:3672 +#: tools/gpg-card.c:3673 #, fuzzy #| msgid "|NAME|use NAME as default recipient" msgid "setup KDF for PIN authentication" msgstr "|NOMO|uzi NOMOn kiel implicitan ricevonton" -#: tools/gpg-card.c:3674 +#: tools/gpg-card.c:3675 #, fuzzy #| msgid "change the expire date" msgid "change a private data object" msgstr "ÅanÄi la daton de eksvalidiÄo" -#: tools/gpg-card.c:3675 +#: tools/gpg-card.c:3676 #, fuzzy msgid "read a certificate from a data object" msgstr "Ålosilo %08lX: revokatestilo aldonita\n" -#: tools/gpg-card.c:3676 +#: tools/gpg-card.c:3677 #, fuzzy msgid "store a certificate to a data object" msgstr "Ålosilo %08lX: revokatestilo aldonita\n" -#: tools/gpg-card.c:3677 +#: tools/gpg-card.c:3678 msgid "store a private key to a data object" msgstr "" -#: tools/gpg-card.c:3678 +#: tools/gpg-card.c:3679 msgid "Yubikey management commands" msgstr "" -#: tools/gpg-card.c:3680 +#: tools/gpg-card.c:3681 msgid "manage the command history" msgstr "" @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg 2.0.9\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2021-04-07 19:24+0200\n" +"POT-Creation-Date: 2021-04-20 12:38+0200\n" "PO-Revision-Date: 2018-05-25 15:44+0000\n" "Last-Translator: emma peel <emma.peel@riseup.net>\n" "Language-Team: Spanish <es@li.org>\n" @@ -228,24 +228,24 @@ msgid "ssh keys greater than %d bits are not supported\n" msgstr "no pueden usarse claves ssh de más de %d bits\n" #: agent/command-ssh.c:872 common/dotlock.c:852 g10/card-util.c:953 -#: g10/export.c:1329 g10/gpg.c:1430 g10/keygen.c:5327 g10/keyring.c:1319 +#: g10/export.c:1329 g10/gpg.c:1431 g10/keygen.c:5347 g10/keyring.c:1319 #: g10/keyring.c:1632 g10/openfile.c:293 g10/photoid.c:531 g10/photoid.c:549 -#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:478 +#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:479 #, c-format msgid "can't create '%s': %s\n" msgstr "no se puede crear '%s': %s\n" #: agent/command-ssh.c:884 common/helpfile.c:57 g10/card-util.c:910 #: g10/dearmor.c:59 g10/dearmor.c:106 g10/decrypt.c:65 g10/decrypt.c:136 -#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1431 -#: g10/import.c:359 g10/import.c:546 g10/import.c:781 g10/keygen.c:4302 +#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1432 +#: g10/import.c:371 g10/import.c:558 g10/import.c:793 g10/keygen.c:4322 #: g10/keyring.c:1658 g10/openfile.c:197 g10/openfile.c:211 g10/plaintext.c:128 #: g10/plaintext.c:610 g10/sign.c:1086 g10/sign.c:1311 g10/sign.c:1424 #: g10/sign.c:1596 g10/tdbdump.c:143 g10/tdbdump.c:151 g10/tdbio.c:758 -#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2338 -#: sm/gpgsm.c:2368 sm/gpgsm.c:2406 sm/qualified.c:65 dirmngr/certcache.c:396 -#: dirmngr/certcache.c:476 dirmngr/certcache.c:478 dirmngr/crlcache.c:2588 -#: dirmngr/dirmngr.c:1711 tools/gpg-card.c:407 +#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2380 +#: sm/gpgsm.c:2410 sm/gpgsm.c:2448 sm/keylist.c:1737 sm/qualified.c:65 +#: dirmngr/certcache.c:396 dirmngr/certcache.c:476 dirmngr/certcache.c:478 +#: dirmngr/crlcache.c:2588 dirmngr/dirmngr.c:1720 tools/gpg-card.c:408 #, c-format msgid "can't open '%s': %s\n" msgstr "no se puede abrir '%s': %s\n" @@ -432,171 +432,171 @@ msgstr "Por favor introduzca frase contraseña para%0Aproteger su nueva clave" msgid "Please enter the new passphrase" msgstr "Por favor escriba la nueva frase contraseña" -#: agent/gpg-agent.c:161 scd/scdaemon.c:114 dirmngr/dirmngr.c:181 +#: agent/gpg-agent.c:162 scd/scdaemon.c:115 dirmngr/dirmngr.c:182 #, fuzzy #| msgid "Options useful for debugging" msgid "Options used for startup" msgstr "Opciones útiles para el depurado" -#: agent/gpg-agent.c:163 scd/scdaemon.c:119 dirmngr/dirmngr.c:170 +#: agent/gpg-agent.c:164 scd/scdaemon.c:120 dirmngr/dirmngr.c:171 msgid "run in daemon mode (background)" msgstr "ejecutar en modo demonio (segundo plano)" -#: agent/gpg-agent.c:164 scd/scdaemon.c:116 dirmngr/dirmngr.c:169 +#: agent/gpg-agent.c:165 scd/scdaemon.c:117 dirmngr/dirmngr.c:170 msgid "run in server mode (foreground)" msgstr "ejecutar en modo servidor (primer plano)" -#: agent/gpg-agent.c:166 dirmngr/dirmngr.c:172 +#: agent/gpg-agent.c:167 dirmngr/dirmngr.c:173 msgid "run in supervised mode" msgstr "ejecutar en modo supervisado" -#: agent/gpg-agent.c:168 scd/scdaemon.c:120 dirmngr/dirmngr.c:183 +#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 msgid "do not detach from the console" msgstr "no independizarse de la consola" -#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 +#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 msgid "sh-style command output" msgstr "salida de datos estilo sh" -#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 +#: agent/gpg-agent.c:171 scd/scdaemon.c:123 dirmngr/dirmngr.c:186 msgid "csh-style command output" msgstr "salida de datos estilo csh" -#: agent/gpg-agent.c:178 g10/gpg.c:588 scd/scdaemon.c:124 sm/gpgsm.c:419 -#: dirmngr/dirmngr.c:187 +#: agent/gpg-agent.c:179 g10/gpg.c:589 scd/scdaemon.c:125 sm/gpgsm.c:422 +#: dirmngr/dirmngr.c:188 msgid "|FILE|read options from FILE" msgstr "|FILE|lee opciones desde FICHERO" -#: agent/gpg-agent.c:182 g10/gpg.c:573 scd/scdaemon.c:128 sm/gpgsm.c:262 -#: dirmngr/dirmngr.c:191 +#: agent/gpg-agent.c:183 g10/gpg.c:574 scd/scdaemon.c:129 sm/gpgsm.c:265 +#: dirmngr/dirmngr.c:192 msgid "Options controlling the diagnostic output" msgstr "Opciones que controlan la salida de diagnósticos" -#: agent/gpg-agent.c:184 g10/gpg.c:575 g10/gpgv.c:78 kbx/kbxutil.c:89 -#: scd/scdaemon.c:130 sm/gpgsm.c:264 dirmngr/dirmngr-client.c:69 -#: dirmngr/dirmngr.c:193 dirmngr/dirmngr_ldap.c:102 +#: agent/gpg-agent.c:185 g10/gpg.c:576 g10/gpgv.c:78 kbx/kbxutil.c:89 +#: scd/scdaemon.c:131 sm/gpgsm.c:267 dirmngr/dirmngr-client.c:69 +#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:102 #: tools/gpg-connect-agent.c:85 tools/gpgconf.c:111 msgid "verbose" msgstr "prolijo" -#: agent/gpg-agent.c:185 g10/gpg.c:577 g10/gpgv.c:79 kbx/kbxutil.c:90 -#: scd/scdaemon.c:131 sm/gpgsm.c:266 dirmngr/dirmngr-client.c:70 -#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:103 +#: agent/gpg-agent.c:186 g10/gpg.c:578 g10/gpgv.c:79 kbx/kbxutil.c:90 +#: scd/scdaemon.c:132 sm/gpgsm.c:269 dirmngr/dirmngr-client.c:70 +#: dirmngr/dirmngr.c:195 dirmngr/dirmngr_ldap.c:103 msgid "be somewhat more quiet" msgstr "algo más discreto" -#: agent/gpg-agent.c:193 g10/gpg.c:592 sm/gpgsm.c:280 dirmngr/dirmngr.c:204 +#: agent/gpg-agent.c:194 g10/gpg.c:593 sm/gpgsm.c:283 dirmngr/dirmngr.c:205 msgid "|FILE|write server mode logs to FILE" msgstr "|FILE|escribir logs en modo servidor en FICHERO" -#: agent/gpg-agent.c:197 g10/gpg.c:598 scd/scdaemon.c:145 sm/gpgsm.c:287 -#: dirmngr/dirmngr.c:208 +#: agent/gpg-agent.c:198 g10/gpg.c:599 scd/scdaemon.c:146 sm/gpgsm.c:290 +#: dirmngr/dirmngr.c:209 msgid "Options controlling the configuration" msgstr "Opciones que controlan la configuración" -#: agent/gpg-agent.c:200 +#: agent/gpg-agent.c:201 msgid "do not use the SCdaemon" msgstr "no usar SCdaemon" -#: agent/gpg-agent.c:202 +#: agent/gpg-agent.c:203 msgid "|PGM|use PGM as the SCdaemon program" msgstr "|PGM|usar PCM como programa SCdaemon" -#: agent/gpg-agent.c:204 +#: agent/gpg-agent.c:205 #, fuzzy #| msgid "|PGM|use PGM as the SCdaemon program" msgid "|PGM|use PGM as the tpm2daemon program" msgstr "|PGM|usar PCM como programa SCdaemon" -#: agent/gpg-agent.c:208 +#: agent/gpg-agent.c:209 msgid "|NAME|accept some commands via NAME" msgstr "|NAME|aceptar algunos comandos via NAME" -#: agent/gpg-agent.c:212 +#: agent/gpg-agent.c:213 msgid "ignore requests to change the TTY" msgstr "ignorar peticiones de cambiar el TTY" -#: agent/gpg-agent.c:214 +#: agent/gpg-agent.c:215 msgid "ignore requests to change the X display" msgstr "ignorar peticiones de cambiar el display X" -#: agent/gpg-agent.c:215 +#: agent/gpg-agent.c:216 msgid "enable ssh support" msgstr "permitir soporte de ssh-agent" -#: agent/gpg-agent.c:217 +#: agent/gpg-agent.c:218 msgid "|ALGO|use ALGO to show ssh fingerprints" msgstr "|ALGO|usar ALGO para mostrar las huellas digitales de ssh" -#: agent/gpg-agent.c:220 +#: agent/gpg-agent.c:221 msgid "enable putty support" msgstr "habilitar soporte de putty" -#: agent/gpg-agent.c:232 g10/gpg.c:843 scd/scdaemon.c:175 sm/gpgsm.c:379 +#: agent/gpg-agent.c:233 g10/gpg.c:844 scd/scdaemon.c:176 sm/gpgsm.c:382 msgid "Options controlling the security" msgstr "Opciones que controlan la seguridad" -#: agent/gpg-agent.c:235 +#: agent/gpg-agent.c:236 msgid "|N|expire cached PINs after N seconds" msgstr "|N|los PINs en la caché expiran en N segundos" -#: agent/gpg-agent.c:237 +#: agent/gpg-agent.c:238 msgid "|N|expire SSH keys after N seconds" msgstr "|N|las claves SSH caducan en N segundos" -#: agent/gpg-agent.c:239 +#: agent/gpg-agent.c:240 msgid "|N|set maximum PIN cache lifetime to N seconds" msgstr "|N|establecer vida máxima del caché de PIN en N segundos" -#: agent/gpg-agent.c:241 +#: agent/gpg-agent.c:242 msgid "|N|set maximum SSH key lifetime to N seconds" msgstr "|N|establecer vida máxima de la clave SSH en N segundos" -#: agent/gpg-agent.c:243 +#: agent/gpg-agent.c:244 msgid "do not use the PIN cache when signing" msgstr "no usar el caché de PINs al firmar" -#: agent/gpg-agent.c:245 +#: agent/gpg-agent.c:246 msgid "disallow the use of an external password cache" msgstr "no permitir el uso de un cache externo de contraseñas" -#: agent/gpg-agent.c:247 +#: agent/gpg-agent.c:248 msgid "disallow clients to mark keys as \"trusted\"" msgstr "no permitir que los clientes marquen claves como \"confiables\"" -#: agent/gpg-agent.c:250 +#: agent/gpg-agent.c:251 msgid "allow presetting passphrase" msgstr "permitir preestablecer frase contraseña" -#: agent/gpg-agent.c:255 +#: agent/gpg-agent.c:256 msgid "Options enforcing a passphrase policy" msgstr "Opciones que fuerzan una polÃtica de frases contraseña" -#: agent/gpg-agent.c:258 +#: agent/gpg-agent.c:259 msgid "do not allow bypassing the passphrase policy" msgstr "no permitir evitar la polÃtica de frases contraseña" -#: agent/gpg-agent.c:260 +#: agent/gpg-agent.c:261 msgid "|N|set minimal required length for new passphrases to N" msgstr "|N|establecer longitud mÃnima para nuevas frases contraseña en N" -#: agent/gpg-agent.c:262 +#: agent/gpg-agent.c:263 msgid "|N|require at least N non-alpha characters for a new passphrase" msgstr "|N|pedir al menos N caracteres no alfabéticos para nuevas contraseñas" -#: agent/gpg-agent.c:265 +#: agent/gpg-agent.c:266 msgid "|FILE|check new passphrases against pattern in FILE" msgstr "|FILE|comprobar nuevas frases contraseña con el patrón en FICHERO" -#: agent/gpg-agent.c:267 +#: agent/gpg-agent.c:268 msgid "|N|expire the passphrase after N days" msgstr "|N|frase contraseña caduca tras N dÃas" -#: agent/gpg-agent.c:269 +#: agent/gpg-agent.c:270 msgid "do not allow the reuse of old passphrases" msgstr "no permite reusar antiguas frases contraseña" -#: agent/gpg-agent.c:272 +#: agent/gpg-agent.c:273 #, fuzzy #| msgid "Options controlling the security" msgid "Options controlling the PIN-Entry" @@ -604,50 +604,50 @@ msgstr "Opciones que controlan la seguridad" # usa # Vale. -#: agent/gpg-agent.c:274 +#: agent/gpg-agent.c:275 #, fuzzy #| msgid "use the gpg-agent" msgid "never use the PIN-entry" msgstr "usa el agente gpg" -#: agent/gpg-agent.c:276 +#: agent/gpg-agent.c:277 msgid "disallow caller to override the pinentry" msgstr "no permitir que el caller cambie la entrada de pin" -#: agent/gpg-agent.c:278 +#: agent/gpg-agent.c:279 #, fuzzy #| msgid "do not grab keyboard and mouse" msgid "let PIN-Entry grab keyboard and mouse" msgstr "no acaparar teclado y ratón" -#: agent/gpg-agent.c:281 +#: agent/gpg-agent.c:282 msgid "|PGM|use PGM as the PIN-Entry program" msgstr "|PGM|usar PGM como el programa para entrada de PIN" -#: agent/gpg-agent.c:285 +#: agent/gpg-agent.c:286 msgid "|N|set the Pinentry timeout to N seconds" msgstr "|N|establecer vida máxima de Pinentry en N segundos" -#: agent/gpg-agent.c:287 +#: agent/gpg-agent.c:288 msgid "allow passphrase to be prompted through Emacs" msgstr "permitir que Emacs pida la clave" #. TRANSLATORS: @EMAIL@ will get replaced by the actual bug #. reporting address. This is so that we can change the #. reporting address without breaking the translations. -#: agent/gpg-agent.c:550 agent/preset-passphrase.c:99 agent/protect-tool.c:154 -#: g10/gpg.c:1131 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:311 -#: sm/gpgsm.c:609 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:437 +#: agent/gpg-agent.c:551 agent/preset-passphrase.c:99 agent/protect-tool.c:154 +#: g10/gpg.c:1132 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:312 +#: sm/gpgsm.c:612 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:438 #: dirmngr/dirmngr_ldap.c:175 tools/gpg-connect-agent.c:220 tools/gpgconf.c:151 #: tools/gpg-check-pattern.c:143 msgid "Please report bugs to <@EMAIL@>.\n" msgstr "Por favor, informe de posibles \"bugs\" a <@EMAIL@>.\n" -#: agent/gpg-agent.c:559 +#: agent/gpg-agent.c:560 msgid "Usage: @GPG_AGENT@ [options] (-h for help)" msgstr "Uso: @GPG_AGENT@ [opciones] (-h para ayuda)" -#: agent/gpg-agent.c:561 +#: agent/gpg-agent.c:562 msgid "" "Syntax: @GPG_AGENT@ [options] [command [args]]\n" "Secret key management for @GNUPG@\n" @@ -655,126 +655,126 @@ msgstr "" "Sintaxis: @GPG_AGENT@ [opciones] [orden [argumentos]]\n" "Manejo de claves privadas por @GNUPG@\n" -#: agent/gpg-agent.c:606 g10/gpg.c:1336 scd/scdaemon.c:383 sm/gpgsm.c:757 -#: dirmngr/dirmngr.c:521 +#: agent/gpg-agent.c:607 g10/gpg.c:1337 scd/scdaemon.c:384 sm/gpgsm.c:760 +#: dirmngr/dirmngr.c:522 #, c-format msgid "invalid debug-level '%s' given\n" msgstr "el nivel de depuración '%s' no es válido\n" -#: agent/gpg-agent.c:971 g10/gpg.c:3879 g10/gpg.c:3903 sm/gpgsm.c:1736 -#: sm/gpgsm.c:1742 +#: agent/gpg-agent.c:972 g10/gpg.c:3910 g10/gpg.c:3934 sm/gpgsm.c:1769 +#: sm/gpgsm.c:1775 #, c-format msgid "selected digest algorithm is invalid\n" msgstr "el algoritmo de resumen seleccionado no inválido\n" -#: agent/gpg-agent.c:1195 agent/gpg-agent.c:2010 g10/gpg.c:2588 -#: scd/scdaemon.c:548 sm/gpgsm.c:1151 dirmngr/dirmngr.c:988 -#: dirmngr/dirmngr.c:1830 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:2019 common/comopt.c:93 +#: g10/gpg.c:2591 scd/scdaemon.c:549 sm/gpgsm.c:1155 dirmngr/dirmngr.c:989 +#: dirmngr/dirmngr.c:1840 #, c-format msgid "reading options from '%s'\n" msgstr "leyendo opciones de '%s'\n" -#: agent/gpg-agent.c:1327 g10/gpg.c:3830 scd/scdaemon.c:675 sm/gpgsm.c:1676 -#: dirmngr/dirmngr.c:1099 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 +#: agent/gpg-agent.c:1335 g10/gpg.c:3861 scd/scdaemon.c:687 sm/gpgsm.c:1709 +#: dirmngr/dirmngr.c:1108 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 #, c-format msgid "Note: '%s' is not considered an option\n" msgstr "Atención: \"%s\" no se considera una opción\n" -#: agent/gpg-agent.c:2146 scd/scdaemon.c:1096 dirmngr/dirmngr.c:1258 +#: agent/gpg-agent.c:2172 scd/scdaemon.c:1108 dirmngr/dirmngr.c:1267 #, c-format msgid "can't create socket: %s\n" msgstr "no se puede crear el socket: %s\n" -#: agent/gpg-agent.c:2163 scd/scdaemon.c:1109 dirmngr/dirmngr.c:1271 +#: agent/gpg-agent.c:2189 scd/scdaemon.c:1121 dirmngr/dirmngr.c:1280 #, c-format msgid "socket name '%s' is too long\n" msgstr "el nombre de socket '%s' es demasiado largo\n" -#: agent/gpg-agent.c:2202 +#: agent/gpg-agent.c:2228 #, c-format msgid "a gpg-agent is already running - not starting a new one\n" msgstr "ya hay un agente gpg ejecutándose - no se inicia otro\n" -#: agent/gpg-agent.c:2213 scd/scdaemon.c:1133 dirmngr/dirmngr.c:1303 +#: agent/gpg-agent.c:2239 scd/scdaemon.c:1145 dirmngr/dirmngr.c:1312 #, c-format msgid "error getting nonce for the socket\n" msgstr "error obteniendo valor único para el socket\n" -#: agent/gpg-agent.c:2218 scd/scdaemon.c:1136 dirmngr/dirmngr.c:1306 +#: agent/gpg-agent.c:2244 scd/scdaemon.c:1148 dirmngr/dirmngr.c:1315 #, c-format msgid "error binding socket to '%s': %s\n" msgstr "error enlazando el socket con '%s': %s\n" -#: agent/gpg-agent.c:2229 agent/gpg-agent.c:2269 agent/gpg-agent.c:2278 -#: scd/scdaemon.c:1144 dirmngr/dirmngr.c:1315 +#: agent/gpg-agent.c:2255 agent/gpg-agent.c:2295 agent/gpg-agent.c:2304 +#: scd/scdaemon.c:1156 dirmngr/dirmngr.c:1324 #, c-format msgid "can't set permissions of '%s': %s\n" msgstr "no puedo cambiar los permisos de '%s': %s\n" -#: agent/gpg-agent.c:2243 scd/scdaemon.c:1156 dirmngr/dirmngr.c:1327 +#: agent/gpg-agent.c:2269 scd/scdaemon.c:1168 dirmngr/dirmngr.c:1336 #, c-format msgid "listening on socket '%s'\n" msgstr "escuchando en el socket '%s'\n" -#: agent/gpg-agent.c:2263 agent/gpg-agent.c:2316 common/homedir.c:517 +#: agent/gpg-agent.c:2289 agent/gpg-agent.c:2342 common/homedir.c:517 #: g10/openfile.c:399 g10/photoid.c:379 #, c-format msgid "can't create directory '%s': %s\n" msgstr "no se puede crear el directorio '%s': %s\n" -#: agent/gpg-agent.c:2266 agent/gpg-agent.c:2321 common/homedir.c:520 +#: agent/gpg-agent.c:2292 agent/gpg-agent.c:2347 common/homedir.c:520 #: g10/openfile.c:402 #, c-format msgid "directory '%s' created\n" msgstr "creado el directorio '%s'\n" -#: agent/gpg-agent.c:2327 +#: agent/gpg-agent.c:2353 #, c-format msgid "stat() failed for '%s': %s\n" msgstr "stat() falló para '%s': %s\n" -#: agent/gpg-agent.c:2331 +#: agent/gpg-agent.c:2357 #, c-format msgid "can't use '%s' as home directory\n" msgstr "no puede usar '%s' como directorio personal\n" -#: agent/gpg-agent.c:2486 scd/scdaemon.c:1172 dirmngr/dirmngr.c:2042 +#: agent/gpg-agent.c:2512 scd/scdaemon.c:1184 dirmngr/dirmngr.c:2069 #, c-format msgid "error reading nonce on fd %d: %s\n" msgstr "error al leer valor único en el descriptor %d: %s\n" -#: agent/gpg-agent.c:2693 +#: agent/gpg-agent.c:2719 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "manejador 0x%lx para descriptor %d iniciado\n" -#: agent/gpg-agent.c:2698 +#: agent/gpg-agent.c:2724 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "manejador 0x%lx pada descriptor %d finalizado\n" -#: agent/gpg-agent.c:2773 +#: agent/gpg-agent.c:2799 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "manejador ssh 0x%lx para el descriptor %d iniciado\n" -#: agent/gpg-agent.c:2778 +#: agent/gpg-agent.c:2804 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "manejador ssh 0x%lx para el descriptor %d finalizado\n" -#: agent/gpg-agent.c:3000 scd/scdaemon.c:1362 dirmngr/dirmngr.c:2256 +#: agent/gpg-agent.c:3026 scd/scdaemon.c:1374 dirmngr/dirmngr.c:2283 #, c-format msgid "npth_pselect failed: %s - waiting 1s\n" msgstr "npth_pselect falló: %s - espero 1s\n" # msgstr "clave %08lX: %d nuevas subclaves\n" -#: agent/gpg-agent.c:3088 scd/scdaemon.c:1427 +#: agent/gpg-agent.c:3114 scd/scdaemon.c:1439 #, c-format msgid "%s %s stopped\n" msgstr "%s %s detenido\n" -#: agent/gpg-agent.c:3226 common/simple-pwquery.c:247 g10/call-agent.c:260 +#: agent/gpg-agent.c:3252 common/simple-pwquery.c:247 g10/call-agent.c:260 #: sm/call-agent.c:131 tools/gpg-connect-agent.c:2319 tools/card-call-scd.c:311 #, c-format msgid "no gpg-agent running in this session\n" @@ -804,8 +804,8 @@ msgstr "" # SÃ, este no he podido ser yo :-) Por cierto, ¿por qué la O no se # puede acentuar? ¿demasiado alta? # ¿Quién dice que no se puede? :-) -#: agent/protect-tool.c:107 g10/gpg.c:447 kbx/kbxutil.c:72 sm/gpgsm.c:213 -#: dirmngr/dirmngr.c:167 tools/gpgconf.c:81 +#: agent/protect-tool.c:107 g10/gpg.c:448 kbx/kbxutil.c:72 sm/gpgsm.c:215 +#: dirmngr/dirmngr.c:168 tools/gpgconf.c:81 msgid "" "@Commands:\n" " " @@ -1061,7 +1061,7 @@ msgid "error creating a stream for a pipe: %s\n" msgstr "error al crear stream para una tuberÃa: %s\n" #: common/exechelp-posix.c:505 common/exechelp-posix.c:580 -#: common/exechelp-posix.c:861 dirmngr/dirmngr.c:1345 +#: common/exechelp-posix.c:866 dirmngr/dirmngr.c:1354 #, c-format msgid "error forking process: %s\n" msgstr "error bifurcando procesos: %s\n" @@ -1071,23 +1071,23 @@ msgstr "error bifurcando procesos: %s\n" msgid "waiting for process %d to terminate failed: %s\n" msgstr "fallo esperando que el proceso %d terminara: %s\n" -#: common/exechelp-posix.c:688 common/exechelp-posix.c:804 +#: common/exechelp-posix.c:688 common/exechelp-posix.c:809 #, c-format msgid "error running '%s': probably not installed\n" msgstr "error al ejecutar '%s': probablemente no está instalado\n" -#: common/exechelp-posix.c:694 common/exechelp-posix.c:811 +#: common/exechelp-posix.c:694 common/exechelp-posix.c:816 #: common/exechelp-w32.c:839 common/exechelp-w32ce.c:782 #, c-format msgid "error running '%s': exit status %d\n" msgstr "error ejecutando '%s': código de salida %d\n" -#: common/exechelp-posix.c:702 common/exechelp-posix.c:819 +#: common/exechelp-posix.c:702 common/exechelp-posix.c:824 #, c-format msgid "error running '%s': terminated\n" msgstr "error al ejecutar '%s': terminado\n" -#: common/exechelp-posix.c:760 common/exechelp-w32.c:820 +#: common/exechelp-posix.c:765 common/exechelp-w32.c:820 #, c-format msgid "waiting for processes to terminate failed: %s\n" msgstr "fallo esperando que el proceso termine: %s\n" @@ -1133,7 +1133,7 @@ msgid "renaming '%s' to '%s' failed: %s\n" msgstr "renombrar '%s' a '%s' falló: %s\n" #. TRANSLATORS: See doc/TRANSLATE about this string. -#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3081 +#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3082 msgid "yes" msgstr "sÃ|si" @@ -1188,7 +1188,7 @@ msgid "out of core while allocating %lu bytes" msgstr "error de memoria al reservar %lu bytes" #: common/miscellaneous.c:115 g10/card-util.c:917 tools/no-libgcrypt.c:30 -#: tools/gpg-card.c:415 +#: tools/gpg-card.c:416 #, c-format msgid "error allocating enough memory: %s\n" msgstr "error reservando memoria: %s\n" @@ -1264,7 +1264,7 @@ msgstr "error intentando averiguar la versión de '%s': %s\n" msgid "server '%s' is older than us (%s < %s)" msgstr "el servidor '%s' es más viejo que nosotros (%s < %s)" -#: common/asshelp.c:737 g10/call-dirmngr.c:407 +#: common/asshelp.c:737 g10/call-dirmngr.c:408 #, c-format msgid "WARNING: %s\n" msgstr "ATENCIÓN: %s\n" @@ -1543,8 +1543,8 @@ msgstr "bloqueo '%s' no hecho: %s\n" msgid "waiting for lock %s...\n" msgstr "esperando al bloqueo %s...\n" -#: common/init.c:191 sm/gpgsm.c:1032 dirmngr/dirmngr.c:894 -#: dirmngr/dirmngr.c:903 +#: common/init.c:191 sm/gpgsm.c:1036 dirmngr/dirmngr.c:895 +#: dirmngr/dirmngr.c:904 #, c-format msgid "%s is too old (need %s, have %s)\n" msgstr "%s es demasiado antiguo (necesita %s, tiene %s)\n" @@ -1714,59 +1714,59 @@ msgstr "error al leer de %s: %s\n" msgid "problem with the agent: %s\n" msgstr "problema con el agente: %s\n" -#: g10/call-dirmngr.c:178 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 +#: g10/call-dirmngr.c:179 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 #, c-format msgid "no dirmngr running in this session\n" msgstr "no hay agente dirmngr activo en esta sesión\n" -#: g10/call-dirmngr.c:212 +#: g10/call-dirmngr.c:213 #, fuzzy, c-format #| msgid "option '%s' may not be used in %s mode\n" msgid "keyserver option \"honor-keyserver-url\" may not be used in Tor mode\n" msgstr "no se puede usar la opción '%s' en modo %s\n" -#: g10/call-dirmngr.c:385 +#: g10/call-dirmngr.c:386 msgid "WKD uses a cached result" msgstr "" -#: g10/call-dirmngr.c:388 +#: g10/call-dirmngr.c:389 msgid "Tor is not running" msgstr "" -#: g10/call-dirmngr.c:390 +#: g10/call-dirmngr.c:391 #, fuzzy #| msgid "\"%s\" is not a proper fingerprint\n" msgid "Tor is not properly configured" msgstr "\"%s\" no es una huella digital válida\n" -#: g10/call-dirmngr.c:392 +#: g10/call-dirmngr.c:393 #, fuzzy #| msgid "\"%s\" is not a proper fingerprint\n" msgid "DNS is not properly configured" msgstr "\"%s\" no es una huella digital válida\n" -#: g10/call-dirmngr.c:394 +#: g10/call-dirmngr.c:395 msgid "unacceptable HTTP redirect from server" msgstr "" -#: g10/call-dirmngr.c:396 +#: g10/call-dirmngr.c:397 msgid "unacceptable HTTP redirect from server was cleaned up" msgstr "" -#: g10/call-dirmngr.c:398 +#: g10/call-dirmngr.c:399 #, fuzzy #| msgid "generate a revocation certificate" msgid "server uses an invalid certificate" msgstr "genera un certificado de revocación" -#: g10/call-dirmngr.c:405 g10/gpg.c:4568 +#: g10/call-dirmngr.c:406 g10/gpg.c:4599 #, fuzzy, c-format #| msgid "armor: %s\n" msgid "Note: %s\n" msgstr "armadura: %s\n" #: g10/card-util.c:86 g10/card-util.c:369 g10/card-util.c:1924 -#: tools/gpg-card.c:3038 +#: tools/gpg-card.c:3039 #, c-format msgid "OpenPGP card not available: %s\n" msgstr "tarjeta OpenPGP no disponible: %s\n" @@ -1777,17 +1777,17 @@ msgid "OpenPGP card no. %s detected\n" msgstr "tarjeta OpenPGP num. %s detectada\n" #: g10/card-util.c:97 g10/card-util.c:2309 g10/delkey.c:164 g10/keyedit.c:1428 -#: g10/keygen.c:4771 g10/revoke.c:214 g10/revoke.c:638 +#: g10/keygen.c:4791 g10/revoke.c:214 g10/revoke.c:638 #, c-format msgid "can't do this in batch mode\n" msgstr "imposible hacer esto en modo de proceso por lotes\n" -#: g10/card-util.c:105 tools/gpg-card.c:2942 +#: g10/card-util.c:105 tools/gpg-card.c:2943 #, c-format msgid "This command is only available for version 2 cards\n" msgstr "Esta orden solo está disponible en tarjetas versión 2\n" -#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2947 +#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2948 #, c-format msgid "Reset Code not or not anymore available\n" msgstr "No hay Código de Reinicio o ya no está disponible\n" @@ -1796,109 +1796,109 @@ msgstr "No hay Código de Reinicio o ya no está disponible\n" #: g10/card-util.c:1802 g10/keyedit.c:394 g10/keyedit.c:415 g10/keyedit.c:429 #: g10/keygen.c:1991 g10/keygen.c:2165 g10/keygen.c:2385 g10/keygen.c:2685 #: sm/certreqgen-ui.c:166 sm/certreqgen-ui.c:292 sm/certreqgen-ui.c:326 -#: tools/gpg-card.c:509 +#: tools/gpg-card.c:510 msgid "Your selection? " msgstr "Su elección: " -#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:595 -#: tools/gpg-card.c:635 +#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:596 +#: tools/gpg-card.c:636 msgid "[not set]" msgstr "[no establecido]" -#: g10/card-util.c:558 tools/gpg-card.c:902 +#: g10/card-util.c:558 tools/gpg-card.c:903 msgid "Mr." msgstr "" -#: g10/card-util.c:559 tools/gpg-card.c:903 +#: g10/card-util.c:559 tools/gpg-card.c:904 msgid "Ms." msgstr "" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 msgid "not forced" msgstr "no forzado" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 msgid "forced" msgstr "forzado" -#: g10/card-util.c:768 tools/gpg-card.c:1467 +#: g10/card-util.c:768 tools/gpg-card.c:1468 msgid "Error: Only plain ASCII is currently allowed.\n" msgstr "Error: sólo se permite ASCII sin formato actualmente.\n" -#: g10/card-util.c:770 tools/gpg-card.c:1469 +#: g10/card-util.c:770 tools/gpg-card.c:1470 msgid "Error: The \"<\" character may not be used.\n" msgstr "Error: El caracter \"<\" no puede usarse.\n" -#: g10/card-util.c:772 tools/gpg-card.c:1471 +#: g10/card-util.c:772 tools/gpg-card.c:1472 msgid "Error: Double spaces are not allowed.\n" msgstr "Error: no se permiten dobles espacios.\n" -#: g10/card-util.c:789 tools/gpg-card.c:1504 +#: g10/card-util.c:789 tools/gpg-card.c:1505 msgid "Cardholder's surname: " msgstr "Apellido del titular de la tarjeta: " -#: g10/card-util.c:791 tools/gpg-card.c:1505 +#: g10/card-util.c:791 tools/gpg-card.c:1506 msgid "Cardholder's given name: " msgstr "Nombre del titular de la tarjeta: " -#: g10/card-util.c:809 tools/gpg-card.c:1522 +#: g10/card-util.c:809 tools/gpg-card.c:1523 #, c-format msgid "Error: Combined name too long (limit is %d characters).\n" msgstr "Error: nombre combinado demasiado largo (máximo %d caracteres).\n" -#: g10/card-util.c:830 tools/gpg-card.c:1560 +#: g10/card-util.c:830 tools/gpg-card.c:1561 msgid "URL to retrieve public key: " msgstr "URL de donde recuperar la clave pública: " -#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:394 g10/import.c:744 -#: g10/import.c:803 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 -#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1657 -#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:425 +#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:406 g10/import.c:756 +#: g10/import.c:815 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 +#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1666 +#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:426 #, c-format msgid "error reading '%s': %s\n" msgstr "error al leer '%s': %s\n" #: g10/card-util.c:959 g10/decrypt-data.c:498 g10/export.c:2496 -#: dirmngr/crlcache.c:925 tools/gpg-card.c:485 tools/gpg-card.c:492 +#: dirmngr/crlcache.c:925 tools/gpg-card.c:486 tools/gpg-card.c:493 #, c-format msgid "error writing '%s': %s\n" msgstr "error al escribir '%s': %s\n" -#: g10/card-util.c:986 tools/gpg-card.c:1649 +#: g10/card-util.c:986 tools/gpg-card.c:1650 msgid "Login data (account name): " msgstr "Datos de login (nombre de la cuenta): " -#: g10/card-util.c:1024 tools/gpg-card.c:1944 +#: g10/card-util.c:1024 tools/gpg-card.c:1945 msgid "Private DO data: " msgstr "Datos privados: " -#: g10/card-util.c:1109 tools/gpg-card.c:1698 +#: g10/card-util.c:1109 tools/gpg-card.c:1699 msgid "Language preferences: " msgstr "Preferencias de idioma: " -#: g10/card-util.c:1117 tools/gpg-card.c:1709 +#: g10/card-util.c:1117 tools/gpg-card.c:1710 #, c-format msgid "Error: invalid length of preference string.\n" msgstr "Error: longitud de la cadena de preferencias inválida.\n" -#: g10/card-util.c:1126 tools/gpg-card.c:1718 +#: g10/card-util.c:1126 tools/gpg-card.c:1719 #, c-format msgid "Error: invalid characters in preference string.\n" msgstr "Error: caracteres inválidos en cadena de preferencias.\n" -#: g10/card-util.c:1148 tools/gpg-card.c:1752 +#: g10/card-util.c:1148 tools/gpg-card.c:1753 msgid "Salutation (M = Mr., F = Ms., or space): " msgstr "" -#: g10/card-util.c:1162 tools/gpg-card.c:1769 +#: g10/card-util.c:1162 tools/gpg-card.c:1770 msgid "Error: invalid response.\n" msgstr "Error: respuesta no válida.\n" -#: g10/card-util.c:1185 tools/gpg-card.c:1834 +#: g10/card-util.c:1185 tools/gpg-card.c:1835 msgid "CA fingerprint: " msgstr "Huella digital CA: " -#: g10/card-util.c:1209 tools/gpg-card.c:1860 +#: g10/card-util.c:1209 tools/gpg-card.c:1861 #, c-format msgid "Error: invalid formatted fingerprint.\n" msgstr "Error: formato inválido de huella digital.\n" @@ -1912,7 +1912,7 @@ msgstr "la operación con la clave no es posible: %s\n" msgid "not an OpenPGP card" msgstr "no es una tarjeta OpenPGP" -#: g10/card-util.c:1273 g10/keygen.c:4791 g10/keygen.c:5952 +#: g10/card-util.c:1273 g10/keygen.c:4811 g10/keygen.c:5972 #, c-format msgid "error getting current key info: %s\n" msgstr "error obteniendo la información actual de la clave: %s\n" @@ -1921,7 +1921,7 @@ msgstr "error obteniendo la información actual de la clave: %s\n" msgid "Replace existing key? (y/N) " msgstr "¿Reemplazar la clave existente? (s/N) " -#: g10/card-util.c:1375 tools/gpg-card.c:3327 +#: g10/card-util.c:1375 tools/gpg-card.c:3328 #, fuzzy #| msgid "" #| "Note: There is no guarantee that the card supports the requested size.\n" @@ -2010,13 +2010,13 @@ msgid "error getting card info: %s\n" msgstr "error al obtener información de la clave: %s\n" #: g10/card-util.c:1591 g10/card-util.c:1936 g10/card-util.c:2112 -#: g10/card-util.c:2171 tools/gpg-card.c:3056 tools/gpg-card.c:3295 -#: tools/gpg-card.c:3353 +#: g10/card-util.c:2171 tools/gpg-card.c:3057 tools/gpg-card.c:3296 +#: tools/gpg-card.c:3354 #, c-format msgid "This command is not supported by this card\n" msgstr "Esta orden no se puede usar con esta tarjeta\n" -#: g10/card-util.c:1637 tools/gpg-card.c:2425 +#: g10/card-util.c:1637 tools/gpg-card.c:2426 msgid "Make off-card backup of encryption key? (Y/n) " msgstr "" "¿Hacer copia de seguridad externa a la tarjeta de clave de cifrado? (S/n) " @@ -2026,11 +2026,11 @@ msgstr "" msgid "Note: keys are already stored on the card!\n" msgstr "NOTA: ¡ya hay claves almacenadas en la tarjeta!\n" -#: g10/card-util.c:1654 tools/gpg-card.c:2397 +#: g10/card-util.c:1654 tools/gpg-card.c:2398 msgid "Replace existing keys? (y/N) " msgstr "¿Reemplazar las claves existentes? (s/N) " -#: g10/card-util.c:1666 tools/gpg-card.c:2456 +#: g10/card-util.c:1666 tools/gpg-card.c:2457 #, c-format msgid "" "Please note that the factory settings of the PINs are\n" @@ -2066,17 +2066,17 @@ msgstr "Por favor elija donde guardar la clave:\n" msgid "KEYTOCARD failed: %s\n" msgstr "KEYTOCARD fallido: %s\n" -#: g10/card-util.c:1941 tools/gpg-card.c:3064 +#: g10/card-util.c:1941 tools/gpg-card.c:3065 #, c-format msgid "Note: This command destroys all keys stored on the card!\n" msgstr "" "NOTA: ¡Esta orden destruye todas las claves almacenadas en la tarjeta!\n" -#: g10/card-util.c:1944 tools/gpg-card.c:3067 tools/gpg-card.c:3408 +#: g10/card-util.c:1944 tools/gpg-card.c:3068 tools/gpg-card.c:3409 msgid "Continue? (y/N) " msgstr "¿Continuar? (s/N) " -#: g10/card-util.c:1949 tools/gpg-card.c:3078 +#: g10/card-util.c:1949 tools/gpg-card.c:3079 msgid "Really do a factory reset? (enter \"yes\") " msgstr "¿Realmente quiere volver a los valores de fábrica? (escriba \"sÃ\") " @@ -2091,7 +2091,7 @@ msgstr "error de la configuración KDF: %s\n" msgid "error for setup UIF: %s\n" msgstr "error de la configuración KDF: %s\n" -#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3648 +#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3649 msgid "quit this menu" msgstr "salir de este menú" @@ -2099,65 +2099,65 @@ msgstr "salir de este menú" msgid "show admin commands" msgstr "ver órdenes de administrador" -#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3651 +#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3652 msgid "show this help" msgstr "muestra esta ayuda" -#: g10/card-util.c:2217 tools/gpg-card.c:3653 +#: g10/card-util.c:2217 tools/gpg-card.c:3654 msgid "list all available data" msgstr "listar todos los datos disponibles" -#: g10/card-util.c:2220 tools/gpg-card.c:3655 +#: g10/card-util.c:2220 tools/gpg-card.c:3656 msgid "change card holder's name" msgstr "cambiar el nombre del titular de la tarjeta" -#: g10/card-util.c:2221 tools/gpg-card.c:3656 +#: g10/card-util.c:2221 tools/gpg-card.c:3657 msgid "change URL to retrieve key" msgstr "cambiar URL de donde obtener la clave" -#: g10/card-util.c:2222 tools/gpg-card.c:3657 +#: g10/card-util.c:2222 tools/gpg-card.c:3658 msgid "fetch the key specified in the card URL" msgstr "recuperar la clave especificada en la URL de la tarjeta" -#: g10/card-util.c:2223 tools/gpg-card.c:3658 +#: g10/card-util.c:2223 tools/gpg-card.c:3659 msgid "change the login name" msgstr "cambiar nombre de usuario" -#: g10/card-util.c:2224 tools/gpg-card.c:3659 +#: g10/card-util.c:2224 tools/gpg-card.c:3660 msgid "change the language preferences" msgstr "cambiar preferencias de idioma" -#: g10/card-util.c:2225 tools/gpg-card.c:3660 +#: g10/card-util.c:2225 tools/gpg-card.c:3661 #, fuzzy #| msgid "change card holder's sex" msgid "change card holder's salutation" msgstr "cambiar sexo del titular de la tarjeta" -#: g10/card-util.c:2227 tools/gpg-card.c:3662 +#: g10/card-util.c:2227 tools/gpg-card.c:3663 msgid "change a CA fingerprint" msgstr "cambiar huella digital de una CA" -#: g10/card-util.c:2228 tools/gpg-card.c:3663 +#: g10/card-util.c:2228 tools/gpg-card.c:3664 msgid "toggle the signature force PIN flag" msgstr "cambiar estado de la opción forzar firma del PIN" -#: g10/card-util.c:2229 tools/gpg-card.c:3664 +#: g10/card-util.c:2229 tools/gpg-card.c:3665 msgid "generate new keys" msgstr "generar nuevas claves" -#: g10/card-util.c:2230 tools/gpg-card.c:3665 +#: g10/card-util.c:2230 tools/gpg-card.c:3666 msgid "menu to change or unblock the PIN" msgstr "menú para cambiar o desbloquear el PIN" -#: g10/card-util.c:2231 tools/gpg-card.c:3666 +#: g10/card-util.c:2231 tools/gpg-card.c:3667 msgid "verify the PIN and list all data" msgstr "verificar PIN y listar todos los datos" -#: g10/card-util.c:2232 tools/gpg-card.c:3667 +#: g10/card-util.c:2232 tools/gpg-card.c:3668 msgid "unblock the PIN using a Reset Code" msgstr "desbloquear PIN usando Código de Reinicio" -#: g10/card-util.c:2233 tools/gpg-card.c:3671 +#: g10/card-util.c:2233 tools/gpg-card.c:3672 msgid "destroy all keys and data" msgstr "destruir todas las claves y datos" @@ -2171,13 +2171,13 @@ msgstr "configurar KDF para autentificación de PIN" msgid "change the key attribute" msgstr "cambia valores de la clave" -#: g10/card-util.c:2237 tools/gpg-card.c:3673 +#: g10/card-util.c:2237 tools/gpg-card.c:3674 #, fuzzy #| msgid "change the ownertrust" msgid "change the User Interaction Flag" msgstr "cambia valores de confianza" -#: g10/card-util.c:2361 tools/gpg-card.c:3923 +#: g10/card-util.c:2361 tools/gpg-card.c:3924 msgid "gpg/card> " msgstr "gpg/tarjeta> " @@ -2193,8 +2193,8 @@ msgstr "Se permiten órdenes de administrador\n" msgid "Admin commands are not allowed\n" msgstr "No se permiten órdenes de administrador\n" -#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3813 -#: tools/gpg-card.c:4071 +#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3814 +#: tools/gpg-card.c:4072 #, c-format msgid "Invalid command (try \"help\")\n" msgstr "Orden inválida (pruebe \"help\")\n" @@ -2204,21 +2204,21 @@ msgstr "Orden inválida (pruebe \"help\")\n" msgid "--output doesn't work for this command\n" msgstr "--output no funciona con esta orden\n" -#: g10/decrypt.c:247 g10/gpg.c:5262 g10/keyring.c:399 g10/keyring.c:750 +#: g10/decrypt.c:247 g10/gpg.c:5293 g10/keyring.c:399 g10/keyring.c:750 #, c-format msgid "can't open '%s'\n" msgstr "no se puede abrir '%s'\n" #: g10/delkey.c:81 g10/export.c:1934 g10/export.c:2342 g10/export.c:2463 -#: g10/getkey.c:1907 g10/gpg.c:5207 g10/keyedit.c:1450 g10/keyedit.c:2382 -#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1238 +#: g10/getkey.c:1907 g10/gpg.c:5238 g10/keyedit.c:1450 g10/keyedit.c:2382 +#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1240 #: g10/revoke.c:230 g10/tofu.c:2168 #, c-format msgid "key \"%s\" not found: %s\n" msgstr "clave \"%s\" no encontrada: %s\n" -#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4303 -#: g10/gpg.c:5216 g10/keyedit.c:2354 g10/keyserver.c:1256 g10/revoke.c:236 +#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4330 +#: g10/gpg.c:5247 g10/keyedit.c:2354 g10/keyserver.c:1258 g10/revoke.c:236 #: g10/revoke.c:665 g10/tofu.c:2176 #, c-format msgid "error reading keyblock: %s\n" @@ -2340,14 +2340,14 @@ msgstr "no se puede usar el cifrado '%s' en modo %s\n" msgid "(use option \"%s\" to override)\n" msgstr "" -#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4052 -#: g10/gpg.c:4099 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1760 +#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4083 +#: g10/gpg.c:4130 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1793 #, c-format msgid "cipher algorithm '%s' may not be used in %s mode\n" msgstr "no se puede usar el cifrado '%s' en modo %s\n" -#: g10/encrypt.c:564 g10/gpg.c:4064 g10/gpg.c:4111 g10/sig-check.c:155 -#: g10/sign.c:452 sm/gpgsm.c:1770 sm/gpgsm.c:1780 sm/sign.c:596 sm/verify.c:510 +#: g10/encrypt.c:564 g10/gpg.c:4095 g10/gpg.c:4142 g10/sig-check.c:155 +#: g10/sign.c:452 sm/gpgsm.c:1803 sm/gpgsm.c:1813 sm/sign.c:596 sm/verify.c:510 #, c-format msgid "digest algorithm '%s' may not be used in %s mode\n" msgstr "no puede usar el resumen '%s' en modo %s\n" @@ -2450,7 +2450,7 @@ msgstr "usar el formato de backup de claves GnuPG" msgid " - skipped" msgstr " - omitido" -#: g10/export.c:1333 g10/import.c:2112 g10/openfile.c:202 g10/openfile.c:296 +#: g10/export.c:1333 g10/import.c:2124 g10/openfile.c:202 g10/openfile.c:296 #: g10/sign.c:1110 g10/sign.c:1447 #, c-format msgid "writing to '%s'\n" @@ -2540,280 +2540,280 @@ msgstr "Clave %s inválida hecha válida mediante --allow-non-selfsigned-uid\n" msgid "using subkey %s instead of primary key %s\n" msgstr "usando subclave %s en vez de clave primaria %s\n" -#: g10/getkey.c:4232 g10/gpg.c:2164 +#: g10/getkey.c:4259 g10/gpg.c:2167 #, c-format msgid "valid values for option '%s':\n" msgstr "parámetros válidos para la opción '%s':\n" -#: g10/gpg.c:449 sm/gpgsm.c:215 +#: g10/gpg.c:450 sm/gpgsm.c:217 msgid "make a signature" msgstr "crea una firma" -#: g10/gpg.c:450 +#: g10/gpg.c:451 msgid "make a clear text signature" msgstr "crea una firma en texto claro" -#: g10/gpg.c:452 sm/gpgsm.c:217 +#: g10/gpg.c:453 sm/gpgsm.c:219 msgid "make a detached signature" msgstr "crea una firma separada" -#: g10/gpg.c:453 sm/gpgsm.c:218 +#: g10/gpg.c:454 sm/gpgsm.c:220 msgid "encrypt data" msgstr "cifra datos" -#: g10/gpg.c:455 +#: g10/gpg.c:456 msgid "encryption only with symmetric cipher" msgstr "cifra sólo con un cifrado simétrico" -#: g10/gpg.c:457 sm/gpgsm.c:220 +#: g10/gpg.c:458 sm/gpgsm.c:222 msgid "decrypt data (default)" msgstr "descifra datos (predefinido)" -#: g10/gpg.c:459 sm/gpgsm.c:221 +#: g10/gpg.c:460 sm/gpgsm.c:223 msgid "verify a signature" msgstr "verifica una firma" -#: g10/gpg.c:461 sm/gpgsm.c:222 +#: g10/gpg.c:462 sm/gpgsm.c:224 msgid "list keys" msgstr "lista claves" -#: g10/gpg.c:463 +#: g10/gpg.c:464 msgid "list keys and signatures" msgstr "lista claves y firmas" -#: g10/gpg.c:466 +#: g10/gpg.c:467 msgid "list and check key signatures" msgstr "lista y comprueba firmas de las claves" -#: g10/gpg.c:468 sm/gpgsm.c:227 +#: g10/gpg.c:469 sm/gpgsm.c:229 msgid "list keys and fingerprints" msgstr "lista claves y huellas dactilares" -#: g10/gpg.c:469 sm/gpgsm.c:225 +#: g10/gpg.c:470 sm/gpgsm.c:227 msgid "list secret keys" msgstr "lista claves secretas" -#: g10/gpg.c:471 sm/gpgsm.c:228 +#: g10/gpg.c:472 sm/gpgsm.c:230 msgid "generate a new key pair" msgstr "genera un nuevo par de claves" -#: g10/gpg.c:474 +#: g10/gpg.c:475 msgid "quickly generate a new key pair" msgstr "genera un nuevo par de claves en modo rápido" -#: g10/gpg.c:477 +#: g10/gpg.c:478 msgid "quickly add a new user-id" msgstr "añade una nueva id de usuario en modo rápido" -#: g10/gpg.c:482 +#: g10/gpg.c:483 msgid "quickly revoke a user-id" msgstr "revoca una id de usuario en modo rápido" -#: g10/gpg.c:485 +#: g10/gpg.c:486 msgid "quickly set a new expiration date" msgstr "cambia la fecha de caducidad de modo rápido" -#: g10/gpg.c:488 +#: g10/gpg.c:489 msgid "full featured key pair generation" msgstr "generación de claves con todas las funcionalidades" -#: g10/gpg.c:491 +#: g10/gpg.c:492 msgid "generate a revocation certificate" msgstr "genera un certificado de revocación" -#: g10/gpg.c:494 sm/gpgsm.c:231 +#: g10/gpg.c:495 sm/gpgsm.c:233 msgid "remove keys from the public keyring" msgstr "elimina claves del anillo público" -#: g10/gpg.c:496 +#: g10/gpg.c:497 msgid "remove keys from the secret keyring" msgstr "elimina claves del anillo privado" -#: g10/gpg.c:498 +#: g10/gpg.c:499 msgid "quickly sign a key" msgstr "firma una clave en modo rápido" -#: g10/gpg.c:500 +#: g10/gpg.c:501 msgid "quickly sign a key locally" msgstr "firma una clave localmente en modo rápido" -#: g10/gpg.c:502 +#: g10/gpg.c:503 #, fuzzy #| msgid "quickly revoke a user-id" msgid "quickly revoke a key signature" msgstr "revoca una id de usuario en modo rápido" -#: g10/gpg.c:503 +#: g10/gpg.c:504 msgid "sign a key" msgstr "firma la clave" -#: g10/gpg.c:504 +#: g10/gpg.c:505 msgid "sign a key locally" msgstr "firma la clave localmente" -#: g10/gpg.c:505 +#: g10/gpg.c:506 msgid "sign or edit a key" msgstr "firma o modifica una clave" -#: g10/gpg.c:507 sm/gpgsm.c:249 +#: g10/gpg.c:508 sm/gpgsm.c:251 msgid "change a passphrase" msgstr "cambia una frase contraseña" -#: g10/gpg.c:511 +#: g10/gpg.c:512 msgid "export keys" msgstr "exporta claves" -#: g10/gpg.c:512 +#: g10/gpg.c:513 msgid "export keys to a keyserver" msgstr "exporta claves a un servidor de claves" -#: g10/gpg.c:513 +#: g10/gpg.c:514 msgid "import keys from a keyserver" msgstr "importa claves desde un servidor de claves" -#: g10/gpg.c:516 +#: g10/gpg.c:517 msgid "search for keys on a keyserver" msgstr "busca claves en un servidor de claves" -#: g10/gpg.c:518 +#: g10/gpg.c:519 msgid "update all keys from a keyserver" msgstr "actualiza todas las claves desde un servidor de claves" -#: g10/gpg.c:526 +#: g10/gpg.c:527 msgid "import/merge keys" msgstr "importa/fusiona claves" -#: g10/gpg.c:529 +#: g10/gpg.c:530 msgid "print the card status" msgstr "escribir estado de la tarjeta" -#: g10/gpg.c:530 +#: g10/gpg.c:531 msgid "change data on a card" msgstr "cambiar datos en la tarjeta" -#: g10/gpg.c:532 +#: g10/gpg.c:533 msgid "change a card's PIN" msgstr "cambiar el PIN de la tarjeta" -#: g10/gpg.c:544 +#: g10/gpg.c:545 msgid "update the trust database" msgstr "actualiza la base de datos de confianza" -#: g10/gpg.c:554 +#: g10/gpg.c:555 msgid "print message digests" msgstr "imprime resúmenes de mensaje" -#: g10/gpg.c:558 sm/gpgsm.c:244 +#: g10/gpg.c:559 sm/gpgsm.c:246 msgid "run in server mode" msgstr "ejecutar en modo servidor" -#: g10/gpg.c:560 +#: g10/gpg.c:561 msgid "|VALUE|set the TOFU policy for a key" msgstr "|VALUE|decide la polÃtica TOFU de una clave" -#: g10/gpg.c:603 +#: g10/gpg.c:604 msgid "|NAME|use NAME as default secret key" msgstr "|NAME|usa NOMBRE como clave secreta por defecto" -#: g10/gpg.c:605 sm/gpgsm.c:337 +#: g10/gpg.c:606 sm/gpgsm.c:340 msgid "|NAME|encrypt to user ID NAME as well" msgstr "|NAME|cifra para el ususario NOMBRE también" -#: g10/gpg.c:613 +#: g10/gpg.c:614 msgid "|SPEC|set up email aliases" msgstr "|SPEC|establecer alias de email" -#: g10/gpg.c:625 +#: g10/gpg.c:626 msgid "use strict OpenPGP behavior" msgstr "usar estilo OpenPGP estricto" -#: g10/gpg.c:650 kbx/kbxutil.c:91 sm/gpgsm.c:421 tools/gpgconf.c:113 +#: g10/gpg.c:651 kbx/kbxutil.c:91 sm/gpgsm.c:424 tools/gpgconf.c:113 msgid "do not make any changes" msgstr "no hace ningún cambio" -#: g10/gpg.c:651 +#: g10/gpg.c:652 msgid "prompt before overwriting" msgstr "preguntar antes de sobreescribir" -#: g10/gpg.c:700 sm/gpgsm.c:307 +#: g10/gpg.c:701 sm/gpgsm.c:310 #, fuzzy #| msgid "Options controlling the security" msgid "Options controlling the input" msgstr "Opciones que controlan la seguridad" -#: g10/gpg.c:718 sm/gpgsm.c:317 +#: g10/gpg.c:719 sm/gpgsm.c:320 #, fuzzy #| msgid "Options controlling the diagnostic output" msgid "Options controlling the output" msgstr "Opciones que controlan la salida de diagnósticos" -#: g10/gpg.c:720 sm/gpgsm.c:319 +#: g10/gpg.c:721 sm/gpgsm.c:322 msgid "create ascii armored output" msgstr "crea una salida ascii con armadura" -#: g10/gpg.c:724 g10/gpgv.c:82 sm/gpgsm.c:324 +#: g10/gpg.c:725 g10/gpgv.c:82 sm/gpgsm.c:327 msgid "|FILE|write output to FILE" msgstr "|FILE|volcar salida en FICHERO" -#: g10/gpg.c:737 +#: g10/gpg.c:738 msgid "use canonical text mode" msgstr "usa modo de texto canónico" -#: g10/gpg.c:755 +#: g10/gpg.c:756 msgid "|N|set compress level to N (0 disables)" msgstr "|N|nivel de compresión N (0 desactiva)" -#: g10/gpg.c:761 sm/gpgsm.c:354 +#: g10/gpg.c:762 sm/gpgsm.c:357 #, fuzzy #| msgid "Options controlling the interactivity and enforcement" msgid "Options controlling key import and export" msgstr "Opciones que controlan la interactividad y obligación" -#: g10/gpg.c:764 +#: g10/gpg.c:765 msgid "|MECHANISMS|use MECHANISMS to locate keys by mail address" msgstr "|MECHANISMS|usa MECANISMOS para encontrar claves por emails" -#: g10/gpg.c:767 +#: g10/gpg.c:768 #, fuzzy #| msgid "import keys from a keyserver" msgid "import missing key from a signature" msgstr "importa claves desde un servidor de claves" -#: g10/gpg.c:772 +#: g10/gpg.c:773 #, fuzzy #| msgid "list and check key signatures" msgid "include the public key in signatures" msgstr "lista y comprueba firmas de las claves" -#: g10/gpg.c:775 sm/gpgsm.c:357 +#: g10/gpg.c:776 sm/gpgsm.c:360 msgid "disable all access to the dirmngr" msgstr "prohibir todo acceso al dirmngr" -#: g10/gpg.c:787 sm/gpgsm.c:364 +#: g10/gpg.c:788 sm/gpgsm.c:367 #, fuzzy #| msgid "Options controlling the configuration" msgid "Options controlling key listings" msgstr "Opciones que controlan la configuración" -#: g10/gpg.c:817 sm/gpgsm.c:329 +#: g10/gpg.c:818 sm/gpgsm.c:332 #, fuzzy #| msgid "list secret keys" msgid "Options to specify keys" msgstr "lista claves secretas" -#: g10/gpg.c:819 sm/gpgsm.c:331 +#: g10/gpg.c:820 sm/gpgsm.c:334 msgid "|USER-ID|encrypt for USER-ID" msgstr "|USER-ID|cifra para ID-USUARIO" -#: g10/gpg.c:827 sm/gpgsm.c:333 +#: g10/gpg.c:828 sm/gpgsm.c:336 msgid "|USER-ID|use USER-ID to sign or decrypt" msgstr "|USER-ID|usa este identificador para firmar o descifrar" -#: g10/gpg.c:875 sm/gpgsm.c:405 +#: g10/gpg.c:876 sm/gpgsm.c:408 msgid "Options for unattended use" msgstr "" -#: g10/gpg.c:894 sm/gpgsm.c:417 dirmngr/dirmngr.c:285 +#: g10/gpg.c:895 sm/gpgsm.c:420 dirmngr/dirmngr.c:286 msgid "Other options" msgstr "" @@ -2821,7 +2821,7 @@ msgstr "" # página man -> página de manual # Vale. ¿del manual mejor? # Hmm, no sé, en man-db se usa "de". La verdad es que no lo he pensado. -#: g10/gpg.c:965 sm/gpgsm.c:450 +#: g10/gpg.c:966 sm/gpgsm.c:453 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -2829,7 +2829,7 @@ msgstr "" "@\n" "(Véase en la página del manual la lista completo de órdenes y opciones)\n" -#: g10/gpg.c:968 +#: g10/gpg.c:969 msgid "" "@\n" "Examples:\n" @@ -2849,11 +2849,11 @@ msgstr "" " --list-keys [nombres] muestra las claves\n" " --fingerprint [nombres] muestra las huellas dactilares\n" -#: g10/gpg.c:1153 +#: g10/gpg.c:1154 msgid "Usage: @GPG@ [options] [files] (-h for help)" msgstr "Uso: @GPG@ [opciones] [ficheros] (-h para ayuda)" -#: g10/gpg.c:1156 +#: g10/gpg.c:1157 msgid "" "Syntax: @GPG@ [options] [files]\n" "Sign, check, encrypt or decrypt\n" @@ -2863,7 +2863,7 @@ msgstr "" "firma, comprueba, cifra o descifra\n" "la operación por defecto depende de los datos de entrada\n" -#: g10/gpg.c:1167 sm/gpgsm.c:633 +#: g10/gpg.c:1168 sm/gpgsm.c:636 msgid "" "\n" "Supported algorithms:\n" @@ -2871,73 +2871,73 @@ msgstr "" "\n" "Algoritmos disponibles:\n" -#: g10/gpg.c:1170 +#: g10/gpg.c:1171 msgid "Pubkey: " msgstr "Clave pública: " -#: g10/gpg.c:1177 g10/keyedit.c:3316 +#: g10/gpg.c:1178 g10/keyedit.c:3316 msgid "Cipher: " msgstr "Cifrado: " -#: g10/gpg.c:1191 +#: g10/gpg.c:1192 msgid "Hash: " msgstr "Resumen: " -#: g10/gpg.c:1198 g10/keyedit.c:3382 +#: g10/gpg.c:1199 g10/keyedit.c:3382 msgid "Compression: " msgstr "Compresión: " -#: g10/gpg.c:1273 sm/gpgsm.c:707 +#: g10/gpg.c:1274 sm/gpgsm.c:710 #, c-format msgid "usage: %s [options] %s\n" msgstr "uso: %s [opciones] %s\n" -#: g10/gpg.c:1466 sm/gpgsm.c:800 +#: g10/gpg.c:1467 sm/gpgsm.c:803 #, c-format msgid "conflicting commands\n" msgstr "órdenes incompatibles\n" -#: g10/gpg.c:1484 +#: g10/gpg.c:1485 #, c-format msgid "no = sign found in group definition '%s'\n" msgstr "no se encontró el signo = en la definición de grupo '%s'\n" -#: g10/gpg.c:1682 +#: g10/gpg.c:1683 #, c-format msgid "WARNING: unsafe ownership on homedir '%s'\n" msgstr "AVISO: propiedad insegura del directorio personal '%s'\n" -#: g10/gpg.c:1685 +#: g10/gpg.c:1686 #, c-format msgid "WARNING: unsafe ownership on configuration file '%s'\n" msgstr "AVISO: propiedad insegura del fichero de configuración '%s'\n" -#: g10/gpg.c:1688 +#: g10/gpg.c:1689 #, c-format msgid "WARNING: unsafe ownership on extension '%s'\n" msgstr "AVISO: propiedad insegura de la extensión '%s'\n" -#: g10/gpg.c:1694 +#: g10/gpg.c:1695 #, c-format msgid "WARNING: unsafe permissions on homedir '%s'\n" msgstr "AVISO: permisos inseguros del directorio personal '%s'\n" -#: g10/gpg.c:1697 +#: g10/gpg.c:1698 #, c-format msgid "WARNING: unsafe permissions on configuration file '%s'\n" msgstr "AVISO: permisos inseguros del fichero de configuración '%s'\n" -#: g10/gpg.c:1700 +#: g10/gpg.c:1701 #, c-format msgid "WARNING: unsafe permissions on extension '%s'\n" msgstr "AVISO: permisos inseguros de la extensión '%s'\n" -#: g10/gpg.c:1706 +#: g10/gpg.c:1707 #, c-format msgid "WARNING: unsafe enclosing directory ownership on homedir '%s'\n" msgstr "AVISO: propiedad insegura del directorio contenedor de '%s'\n" -#: g10/gpg.c:1709 +#: g10/gpg.c:1710 #, c-format msgid "" "WARNING: unsafe enclosing directory ownership on configuration file '%s'\n" @@ -2945,18 +2945,18 @@ msgstr "" "AVISO: propiedad insegura del directorio contenedor del fichero de\n" "configuración '%s'\n" -#: g10/gpg.c:1712 +#: g10/gpg.c:1713 #, c-format msgid "WARNING: unsafe enclosing directory ownership on extension '%s'\n" msgstr "" "AVISO: propiedad insegura del directorio contenedor de la extensión '%s'\n" -#: g10/gpg.c:1718 +#: g10/gpg.c:1719 #, c-format msgid "WARNING: unsafe enclosing directory permissions on homedir '%s'\n" msgstr "AVISO: permisos inseguros del directorio contenedor de '%s'\n" -#: g10/gpg.c:1721 +#: g10/gpg.c:1722 #, c-format msgid "" "WARNING: unsafe enclosing directory permissions on configuration file '%s'\n" @@ -2964,446 +2964,446 @@ msgstr "" "AVISO: permisos inseguros del directorio contenedor del fichero de\n" "configuración '%s'\n" -#: g10/gpg.c:1724 +#: g10/gpg.c:1725 #, c-format msgid "WARNING: unsafe enclosing directory permissions on extension '%s'\n" msgstr "" "AVISO: permisos inseguros del directorio contenedor de la extensión '%s'\n" -#: g10/gpg.c:1940 +#: g10/gpg.c:1941 #, c-format msgid "unknown configuration item '%s'\n" msgstr "artÃculo de configuración desconocido '%s'\n" -#: g10/gpg.c:2034 +#: g10/gpg.c:2037 msgid "display photo IDs during key listings" msgstr "mostrar foto IDs al listar claves" -#: g10/gpg.c:2036 +#: g10/gpg.c:2039 msgid "show key usage information during key listings" msgstr "mostrar información de uso de las claves al listarlas" -#: g10/gpg.c:2038 +#: g10/gpg.c:2041 msgid "show policy URLs during signature listings" msgstr "mostrar URLS de polÃtica al listar firmas" -#: g10/gpg.c:2040 +#: g10/gpg.c:2043 msgid "show all notations during signature listings" msgstr "mostrar todas las notaciones al listar firmas" -#: g10/gpg.c:2042 +#: g10/gpg.c:2045 msgid "show IETF standard notations during signature listings" msgstr "mostrar notaciones estándar IETF al listar firmas" -#: g10/gpg.c:2046 +#: g10/gpg.c:2049 msgid "show user-supplied notations during signature listings" msgstr "mostrar notaciones personalizadas al listar firmas" -#: g10/gpg.c:2048 +#: g10/gpg.c:2051 msgid "show preferred keyserver URLs during signature listings" msgstr "mostrar URL del servidor de claves preferido al listar firmas" -#: g10/gpg.c:2050 +#: g10/gpg.c:2053 msgid "show user ID validity during key listings" msgstr "mostrar validez de la ID de usuario al listar claves" -#: g10/gpg.c:2052 +#: g10/gpg.c:2055 msgid "show revoked and expired user IDs in key listings" msgstr "mostar IDs de usuario revocados y caducados al listar firmas" -#: g10/gpg.c:2054 +#: g10/gpg.c:2057 msgid "show revoked and expired subkeys in key listings" msgstr "mostrar subclaves revocadas y expiradas al listar claves" -#: g10/gpg.c:2056 +#: g10/gpg.c:2059 msgid "show the keyring name in key listings" msgstr "mostrar nombre de los anillos de claves al listar claves" -#: g10/gpg.c:2058 +#: g10/gpg.c:2061 msgid "show expiration dates during signature listings" msgstr "mostrar fechas de caducidad al listar firmas" -#: g10/gpg.c:2175 +#: g10/gpg.c:2178 #, c-format msgid "unknown TOFU policy '%s'\n" msgstr "polÃtica TOFU desconocida '%s'\n" -#: g10/gpg.c:2177 +#: g10/gpg.c:2180 #, c-format msgid "(use \"help\" to list choices)\n" msgstr "(usa \"ayuda\" para listar las opciones)\n" -#: g10/gpg.c:2972 g10/gpg.c:3797 g10/gpg.c:3809 +#: g10/gpg.c:2975 g10/gpg.c:3828 g10/gpg.c:3840 #, c-format msgid "Note: %s is not for normal use!\n" msgstr "NOTA: ¡%s no es para uso normal!\n" -#: g10/gpg.c:3148 g10/gpg.c:3160 +#: g10/gpg.c:3151 g10/gpg.c:3163 #, c-format msgid "'%s' is not a valid signature expiration\n" msgstr "'%s' no es una fecha de caducidad de firma válida\n" -#: g10/gpg.c:3182 +#: g10/gpg.c:3185 #, c-format msgid "\"%s\" is not a proper mail address\n" msgstr "\"%s\" no es una dirección de email válida\n" -#: g10/gpg.c:3214 sm/gpgsm.c:1265 +#: g10/gpg.c:3217 sm/gpgsm.c:1270 #, c-format msgid "invalid pinentry mode '%s'\n" msgstr "modo de entrada de pin inválido '%s'\n" -#: g10/gpg.c:3220 sm/gpgsm.c:1271 +#: g10/gpg.c:3223 sm/gpgsm.c:1276 #, c-format msgid "invalid request origin '%s'\n" msgstr "origen incorrecto de la consulta '%s'\n" -#: g10/gpg.c:3277 +#: g10/gpg.c:3280 #, c-format msgid "'%s' is not a valid character set\n" msgstr "'%s' no es un juego de caracteres válido\n" -#: g10/gpg.c:3299 g10/gpg.c:3508 g10/keyedit.c:5319 +#: g10/gpg.c:3302 g10/gpg.c:3511 g10/keyedit.c:5319 #, c-format msgid "could not parse keyserver URL\n" msgstr "no se puede interpretar la URL del servidor de claves\n" -#: g10/gpg.c:3317 +#: g10/gpg.c:3320 #, c-format msgid "%s:%d: invalid keyserver options\n" msgstr "%s:%d: opciones del servidor de claves inválidas\n" -#: g10/gpg.c:3320 +#: g10/gpg.c:3323 #, c-format msgid "invalid keyserver options\n" msgstr "opciones del servidor de claves inválidas\n" -#: g10/gpg.c:3327 +#: g10/gpg.c:3330 #, c-format msgid "%s:%d: invalid import options\n" msgstr "%s:%d: opciones de importación inválidas\n" -#: g10/gpg.c:3330 +#: g10/gpg.c:3333 #, c-format msgid "invalid import options\n" msgstr "opciones de importación inválidas\n" -#: g10/gpg.c:3336 g10/gpg.c:3351 +#: g10/gpg.c:3339 g10/gpg.c:3354 #, c-format msgid "invalid filter option: %s\n" msgstr "opción de filtro inválida: %s\n" -#: g10/gpg.c:3342 +#: g10/gpg.c:3345 #, c-format msgid "%s:%d: invalid export options\n" msgstr "%s:%d: opciones de exportación inválidas\n" -#: g10/gpg.c:3345 +#: g10/gpg.c:3348 #, c-format msgid "invalid export options\n" msgstr "opciones de exportación inválidas\n" -#: g10/gpg.c:3357 +#: g10/gpg.c:3360 #, c-format msgid "%s:%d: invalid list options\n" msgstr "%s:%d: lista de opciones inválida\n" -#: g10/gpg.c:3360 +#: g10/gpg.c:3363 #, c-format msgid "invalid list options\n" msgstr "lista de opciones inválida\n" -#: g10/gpg.c:3368 +#: g10/gpg.c:3371 msgid "display photo IDs during signature verification" msgstr "mostrar foto IDs al verificar firmas" -#: g10/gpg.c:3370 +#: g10/gpg.c:3373 msgid "show policy URLs during signature verification" msgstr "mostrar URLs de polÃtica al verificar firmas" -#: g10/gpg.c:3372 +#: g10/gpg.c:3375 msgid "show all notations during signature verification" msgstr "mostrar todas las notaciones al verificar firmas" -#: g10/gpg.c:3374 +#: g10/gpg.c:3377 msgid "show IETF standard notations during signature verification" msgstr "mostrar notaciones estándar IETF al verificar firmas" -#: g10/gpg.c:3378 +#: g10/gpg.c:3381 msgid "show user-supplied notations during signature verification" msgstr "mostrar notaciones personalizadas al verificar firmas" -#: g10/gpg.c:3380 +#: g10/gpg.c:3383 msgid "show preferred keyserver URLs during signature verification" msgstr "mostrar URLs del servidor de claves preferido al verificar firmas" -#: g10/gpg.c:3382 +#: g10/gpg.c:3385 msgid "show user ID validity during signature verification" msgstr "mostrar validez del ID de usuario al verificar firmas" -#: g10/gpg.c:3384 +#: g10/gpg.c:3387 msgid "show revoked and expired user IDs in signature verification" msgstr "mostrar IDs de usuario revocados y caducados al verificar firmas" -#: g10/gpg.c:3386 +#: g10/gpg.c:3389 msgid "show only the primary user ID in signature verification" msgstr "mostrar solo ID primario de usuario al verificar firmas" -#: g10/gpg.c:3393 +#: g10/gpg.c:3396 #, c-format msgid "%s:%d: invalid verify options\n" msgstr "%s:%d: opciones de verificación inválidas\n" -#: g10/gpg.c:3396 +#: g10/gpg.c:3399 #, c-format msgid "invalid verify options\n" msgstr "opciones de verificación inválidas\n" -#: g10/gpg.c:3403 +#: g10/gpg.c:3406 #, c-format msgid "unable to set exec-path to %s\n" msgstr "imposible establecer camino de ejecutables %s\n" -#: g10/gpg.c:3610 +#: g10/gpg.c:3613 #, c-format msgid "%s:%d: invalid auto-key-locate list\n" msgstr "%s:%d: lista de auto-localización de claves inválida\n" -#: g10/gpg.c:3613 +#: g10/gpg.c:3616 #, c-format msgid "invalid auto-key-locate list\n" msgstr "lista de auto-localización de claves inválida\n" -#: g10/gpg.c:3622 +#: g10/gpg.c:3625 #, c-format msgid "invalid argument for option \"%.50s\"\n" msgstr "parámetro incorrecto para la opción \"%.50s\"\n" -#: g10/gpg.c:3776 sm/gpgsm.c:1642 +#: g10/gpg.c:3807 sm/gpgsm.c:1675 #, c-format msgid "WARNING: program may create a core file!\n" msgstr "ATENCIÓN: ¡el programa podrÃa volcar un fichero core!\n" -#: g10/gpg.c:3790 +#: g10/gpg.c:3821 #, c-format msgid "WARNING: %s overrides %s\n" msgstr "AVISO: %s sustituye a %s\n" -#: g10/gpg.c:3799 +#: g10/gpg.c:3830 #, c-format msgid "%s not allowed with %s!\n" msgstr "¡%s no permitido con %s!\n" -#: g10/gpg.c:3802 +#: g10/gpg.c:3833 #, c-format msgid "%s makes no sense with %s!\n" msgstr "¡%s no tiene sentido con %s!\n" -#: g10/gpg.c:3817 sm/gpgsm.c:1663 dirmngr/dirmngr.c:1114 +#: g10/gpg.c:3848 sm/gpgsm.c:1696 dirmngr/dirmngr.c:1123 #, c-format msgid "WARNING: running with faked system time: " msgstr "AVISO: ejecutándose con hora del sistema falsificada " -#: g10/gpg.c:3838 +#: g10/gpg.c:3869 #, c-format msgid "will not run with insecure memory due to %s\n" msgstr "no se ejecutará en memoria insegura por %s\n" -#: g10/gpg.c:3866 g10/gpg.c:3897 sm/gpgsm.c:1730 +#: g10/gpg.c:3897 g10/gpg.c:3928 sm/gpgsm.c:1763 #, c-format msgid "selected cipher algorithm is invalid\n" msgstr "el algoritmo de cifrado seleccionado es inválido\n" -#: g10/gpg.c:3873 +#: g10/gpg.c:3904 #, fuzzy, c-format #| msgid "selected digest algorithm is invalid\n" msgid "selected AEAD algorithm is invalid\n" msgstr "el algoritmo de resumen seleccionado no inválido\n" -#: g10/gpg.c:3885 +#: g10/gpg.c:3916 #, c-format msgid "selected compression algorithm is invalid\n" msgstr "el algoritmo de compresión seleccionado es inválido\n" -#: g10/gpg.c:3891 +#: g10/gpg.c:3922 #, c-format msgid "selected certification digest algorithm is invalid\n" msgstr "el algoritmo de certificación por resumen elegido es inválido\n" -#: g10/gpg.c:3906 +#: g10/gpg.c:3937 #, c-format msgid "completes-needed must be greater than 0\n" msgstr "completes-needed debe ser mayor que 0\n" -#: g10/gpg.c:3908 +#: g10/gpg.c:3939 #, c-format msgid "marginals-needed must be greater than 1\n" msgstr "marginals-needed debe ser mayor que 1\n" -#: g10/gpg.c:3910 +#: g10/gpg.c:3941 #, c-format msgid "max-cert-depth must be in the range from 1 to 255\n" msgstr "max-cert-depth debe estar en el rango de 1 a 255\n" -#: g10/gpg.c:3912 +#: g10/gpg.c:3943 #, c-format msgid "invalid default-cert-level; must be 0, 1, 2, or 3\n" msgstr "default-cert-level inválido; debe ser 0, 1, 2, ó 3\n" -#: g10/gpg.c:3914 +#: g10/gpg.c:3945 #, c-format msgid "invalid min-cert-level; must be 1, 2, or 3\n" msgstr "min-cert-level inválido; debe ser 0, 1, 2, ó 3\n" -#: g10/gpg.c:3918 +#: g10/gpg.c:3949 #, c-format msgid "Note: simple S2K mode (0) is strongly discouraged\n" msgstr "NOTA: el modo S2K simple (0) no es nada recomendable\n" -#: g10/gpg.c:3922 +#: g10/gpg.c:3953 #, c-format msgid "invalid S2K mode; must be 0, 1 or 3\n" msgstr "modo S2K incorrecto; debe ser 0, 1 o 3\n" -#: g10/gpg.c:3929 +#: g10/gpg.c:3960 #, c-format msgid "invalid default preferences\n" msgstr "preferencias por defecto inválidas\n" -#: g10/gpg.c:3933 +#: g10/gpg.c:3964 #, c-format msgid "invalid personal cipher preferences\n" msgstr "preferencias personales de cifrado inválidas\n" -#: g10/gpg.c:3936 +#: g10/gpg.c:3967 #, fuzzy, c-format #| msgid "invalid personal cipher preferences\n" msgid "invalid personal AEAD preferences\n" msgstr "preferencias personales de cifrado inválidas\n" -#: g10/gpg.c:3940 +#: g10/gpg.c:3971 #, c-format msgid "invalid personal digest preferences\n" msgstr "preferencias personales de algoritmo de resumen inválidas\n" -#: g10/gpg.c:3944 +#: g10/gpg.c:3975 #, c-format msgid "invalid personal compress preferences\n" msgstr "preferencias personales de compresión inválidas\n" -#: g10/gpg.c:3953 g10/gpg.c:3958 +#: g10/gpg.c:3984 g10/gpg.c:3989 #, fuzzy, c-format #| msgid "keysize invalid; using %u bits\n" msgid "chunk size invalid - using %d\n" msgstr "tamaño de clave incorrecto; se usarán %u bits\n" -#: g10/gpg.c:3995 +#: g10/gpg.c:4026 #, c-format msgid "%s does not yet work with %s\n" msgstr "%s aún no funciona con %s\n" -#: g10/gpg.c:4058 +#: g10/gpg.c:4089 #, fuzzy, c-format #| msgid "cipher algorithm '%s' may not be used in %s mode\n" msgid "AEAD algorithm '%s' may not be used in %s mode\n" msgstr "no se puede usar el cifrado '%s' en modo %s\n" -#: g10/gpg.c:4070 +#: g10/gpg.c:4101 #, c-format msgid "compression algorithm '%s' may not be used in %s mode\n" msgstr "no puede usar la compresión '%s' en modo %s\n" -#: g10/gpg.c:4225 +#: g10/gpg.c:4256 #, c-format msgid "failed to initialize the TrustDB: %s\n" msgstr "inicialización de la base de datos de confianza fallida: %s\n" -#: g10/gpg.c:4237 +#: g10/gpg.c:4268 #, c-format msgid "WARNING: recipients (-r) given without using public key encryption\n" msgstr "AVISO: se indicaron receptores (-r) sin clave pública de cifrado\n" -#: g10/gpg.c:4309 +#: g10/gpg.c:4340 #, c-format msgid "symmetric encryption of '%s' failed: %s\n" msgstr "el cifrado simétrico de '%s' falló: %s\n" -#: g10/gpg.c:4338 +#: g10/gpg.c:4369 #, c-format msgid "you cannot use --symmetric --encrypt with --s2k-mode 0\n" msgstr "no puede usar --symetric --encrypt con --s2k-mode 0\n" -#: g10/gpg.c:4341 +#: g10/gpg.c:4372 #, c-format msgid "you cannot use --symmetric --encrypt in %s mode\n" msgstr "no puede usar --symmetric --encrypt en modo %s\n" -#: g10/gpg.c:4399 +#: g10/gpg.c:4430 #, c-format msgid "you cannot use --symmetric --sign --encrypt with --s2k-mode 0\n" msgstr "no puede usar --symetric --sign --encrypt con --s2k-mode 0\n" -#: g10/gpg.c:4402 +#: g10/gpg.c:4433 #, c-format msgid "you cannot use --symmetric --sign --encrypt in %s mode\n" msgstr "no puede usar --symmetric --sign --encrypt en modo %s\n" -#: g10/gpg.c:4790 g10/keyserver.c:1858 +#: g10/gpg.c:4821 g10/keyserver.c:1870 #, c-format msgid "keyserver send failed: %s\n" msgstr "envÃo al servidor de claves fallido: %s\n" -#: g10/gpg.c:4795 +#: g10/gpg.c:4826 #, c-format msgid "keyserver receive failed: %s\n" msgstr "recepción del servidor de claves fallida: %s\n" -#: g10/gpg.c:4801 +#: g10/gpg.c:4832 #, c-format msgid "key export failed: %s\n" msgstr "exportación de clave fallida: %s\n" -#: g10/gpg.c:4814 +#: g10/gpg.c:4845 #, c-format msgid "export as ssh key failed: %s\n" msgstr "exportación como clave ssh fallida: %s\n" -#: g10/gpg.c:4826 +#: g10/gpg.c:4857 #, c-format msgid "keyserver search failed: %s\n" msgstr "búsqueda del servidor de claves fallida: %s\n" -#: g10/gpg.c:4839 +#: g10/gpg.c:4870 #, c-format msgid "keyserver refresh failed: %s\n" msgstr "renovación al servidor de claves fallida: %s\n" -#: g10/gpg.c:4906 +#: g10/gpg.c:4937 #, c-format msgid "dearmoring failed: %s\n" msgstr "eliminación de armadura fallida: %s\n" -#: g10/gpg.c:4917 +#: g10/gpg.c:4948 #, c-format msgid "enarmoring failed: %s\n" msgstr "creación de armadura fallida: %s\n" -#: g10/gpg.c:5022 +#: g10/gpg.c:5053 #, c-format msgid "invalid hash algorithm '%s'\n" msgstr "algoritmo de distribución inválido '%s'\n" -#: g10/gpg.c:5174 g10/tofu.c:2156 +#: g10/gpg.c:5205 g10/tofu.c:2156 #, c-format msgid "error parsing key specification '%s': %s\n" msgstr "error al leer la especificación de clave '%s': %s\n" -#: g10/gpg.c:5185 +#: g10/gpg.c:5216 #, c-format msgid "'%s' does not appear to be a valid key ID, fingerprint or keygrip\n" msgstr "'%s' no parece ser una ID de clave, huella digital o keygrip válido\n" -#: g10/gpg.c:5241 +#: g10/gpg.c:5272 #, c-format msgid "WARNING: no command supplied. Trying to guess what you mean ...\n" msgstr "" @@ -3414,22 +3414,22 @@ msgstr "" # En español no se deja espacio antes de los puntos suspensivos # (Real Academia dixit) :) # Tomo nota :-). Este comentario déjalo siempre. -#: g10/gpg.c:5252 +#: g10/gpg.c:5283 #, c-format msgid "Go ahead and type your message ...\n" msgstr "Adelante, teclee su mensaje...\n" -#: g10/gpg.c:5599 +#: g10/gpg.c:5630 #, c-format msgid "the given certification policy URL is invalid\n" msgstr "URL de polÃtica de certificado inválida\n" -#: g10/gpg.c:5601 +#: g10/gpg.c:5632 #, c-format msgid "the given signature policy URL is invalid\n" msgstr "URL de polÃtica inválida\n" -#: g10/gpg.c:5634 +#: g10/gpg.c:5665 #, c-format msgid "the given preferred keyserver URL is invalid\n" msgstr "la URL del servidor de claves preferido no es válida\n" @@ -3442,7 +3442,7 @@ msgstr "|FILE|tomar las claves del anillo FILE" msgid "make timestamp conflicts only a warning" msgstr "hacer que los conflictos de fecha-hora sean sólo un aviso" -#: g10/gpgv.c:86 sm/gpgsm.c:411 tools/gpgconf.c:116 tools/gpg-card.c:94 +#: g10/gpgv.c:86 sm/gpgsm.c:414 tools/gpgconf.c:116 tools/gpg-card.c:95 msgid "|FD|write status info to this FD" msgstr "|FD|escribe información de estado en este descriptor de fichero" @@ -3531,97 +3531,97 @@ msgstr "asumir entrada en formato de backup de clave GnuPG" msgid "repair keys on import" msgstr "reparar claves al importar" -#: g10/import.c:387 g10/import.c:709 +#: g10/import.c:399 g10/import.c:721 #, c-format msgid "skipping block of type %d\n" msgstr "omitiendo bloque de tipo %d\n" -#: g10/import.c:726 +#: g10/import.c:738 #, c-format msgid "%lu keys processed so far\n" msgstr "%lu claves procesadas hasta ahora\n" -#: g10/import.c:819 +#: g10/import.c:831 #, c-format msgid "Total number processed: %lu\n" msgstr "Cantidad total procesada: %lu\n" -#: g10/import.c:822 +#: g10/import.c:834 #, c-format msgid " skipped PGP-2 keys: %lu\n" msgstr " omitidas las claves PGP-2: %lu\n" -#: g10/import.c:824 +#: g10/import.c:836 #, c-format msgid " skipped new keys: %lu\n" msgstr " omitidas nuevas claves: %lu\n" -#: g10/import.c:827 +#: g10/import.c:839 #, c-format msgid " w/o user IDs: %lu\n" msgstr " sin identificador: %lu\n" -#: g10/import.c:830 sm/import.c:129 +#: g10/import.c:842 sm/import.c:129 #, c-format msgid " imported: %lu" msgstr " importadas: %lu" -#: g10/import.c:834 sm/import.c:133 +#: g10/import.c:846 sm/import.c:133 #, c-format msgid " unchanged: %lu\n" msgstr " sin cambios: %lu\n" -#: g10/import.c:836 +#: g10/import.c:848 #, c-format msgid " new user IDs: %lu\n" msgstr " nuevos identificativos: %lu\n" -#: g10/import.c:838 +#: g10/import.c:850 #, c-format msgid " new subkeys: %lu\n" msgstr " nuevas subclaves: %lu\n" -#: g10/import.c:840 +#: g10/import.c:852 #, c-format msgid " new signatures: %lu\n" msgstr " nuevas firmas: %lu\n" -#: g10/import.c:842 +#: g10/import.c:854 #, c-format msgid " new key revocations: %lu\n" msgstr " nuevas revocaciones de claves: %lu\n" -#: g10/import.c:844 sm/import.c:135 +#: g10/import.c:856 sm/import.c:135 #, c-format msgid " secret keys read: %lu\n" msgstr " claves secretas leÃdas: %lu\n" -#: g10/import.c:846 sm/import.c:137 +#: g10/import.c:858 sm/import.c:137 #, c-format msgid " secret keys imported: %lu\n" msgstr " claves secretas importadas: %lu\n" -#: g10/import.c:848 sm/import.c:139 +#: g10/import.c:860 sm/import.c:139 #, c-format msgid " secret keys unchanged: %lu\n" msgstr " claves secretas sin cambios: %lu\n" -#: g10/import.c:850 sm/import.c:141 +#: g10/import.c:862 sm/import.c:141 #, c-format msgid " not imported: %lu\n" msgstr " no importadas: %lu\n" -#: g10/import.c:852 +#: g10/import.c:864 #, c-format msgid " signatures cleaned: %lu\n" msgstr " firmas limpiadas: %lu\n" -#: g10/import.c:854 +#: g10/import.c:866 #, c-format msgid " user IDs cleaned: %lu\n" msgstr " IDs de usuario limpiados: %lu\n" -#: g10/import.c:1279 +#: g10/import.c:1291 #, c-format msgid "" "WARNING: key %s contains preferences for unavailable\n" @@ -3630,175 +3630,175 @@ msgstr "" "AVISO: la clave %s contiene preferencias para algoritmos\n" "no disponibles en estos IDs de usuario:\n" -#: g10/import.c:1321 +#: g10/import.c:1333 #, c-format msgid " \"%s\": preference for cipher algorithm %s\n" msgstr " \"%s\": algoritmo de cifrado preferido %s\n" -#: g10/import.c:1339 +#: g10/import.c:1351 #, fuzzy, c-format #| msgid " \"%s\": preference for cipher algorithm %s\n" msgid " \"%s\": preference for AEAD algorithm %s\n" msgstr " \"%s\": algoritmo de cifrado preferido %s\n" -#: g10/import.c:1354 +#: g10/import.c:1366 #, c-format msgid " \"%s\": preference for digest algorithm %s\n" msgstr " \"%s\": algoritmo de resumen preferido %s\n" -#: g10/import.c:1366 +#: g10/import.c:1378 #, c-format msgid " \"%s\": preference for compression algorithm %s\n" msgstr " \"%s\": algoritmo de compresión preferido %s\n" -#: g10/import.c:1379 +#: g10/import.c:1391 #, c-format msgid "it is strongly suggested that you update your preferences and\n" msgstr "se recomienda encarecidamente que actualice sus preferencias y\n" -#: g10/import.c:1381 +#: g10/import.c:1393 #, c-format msgid "re-distribute this key to avoid potential algorithm mismatch problems\n" msgstr "" "redistribuya esta clave para evitar potenciales problemas de\n" "diferencias en los algoritmos.\n" -#: g10/import.c:1406 +#: g10/import.c:1418 #, c-format msgid "you can update your preferences with: gpg --edit-key %s updpref save\n" msgstr "" "puede actualizar sus preferencias con: gpg --edit-key %s updpref save\n" -#: g10/import.c:1920 g10/import.c:3041 +#: g10/import.c:1932 g10/import.c:3053 #, c-format msgid "key %s: no user ID\n" msgstr "clave %s: sin identificador de usuario\n" -#: g10/import.c:1926 +#: g10/import.c:1938 #, c-format msgid "key %s: %s\n" msgstr "clave %s: %s\n" -#: g10/import.c:1927 g10/import.c:3013 +#: g10/import.c:1939 g10/import.c:3025 msgid "rejected by import screener" msgstr "rechazado por el filtro de importación" -#: g10/import.c:1976 +#: g10/import.c:1988 #, c-format msgid "key %s: PKS subkey corruption repaired\n" msgstr "clave %s: reparada la subclave PKS corrompida\n" -#: g10/import.c:1997 +#: g10/import.c:2009 #, c-format msgid "key %s: accepted non self-signed user ID \"%s\"\n" msgstr "clave %s: aceptado ID de usuario sin autofirma \"%s\"\n" -#: g10/import.c:2008 g10/import.c:2039 +#: g10/import.c:2020 g10/import.c:2051 #, c-format msgid "key %s: no valid user IDs\n" msgstr "clave %s: sin identificadores de usuario válidos\n" -#: g10/import.c:2010 +#: g10/import.c:2022 #, c-format msgid "this may be caused by a missing self-signature\n" msgstr "esto puede ser debido a la ausencia de autofirma\n" -#: g10/import.c:2089 g10/import.c:3427 +#: g10/import.c:2101 g10/import.c:3439 #, c-format msgid "key %s: public key not found: %s\n" msgstr "clave %s: clave pública no encontrada: %s\n" -#: g10/import.c:2095 +#: g10/import.c:2107 #, c-format msgid "key %s: new key - skipped\n" msgstr "clave %s: clave nueva - omitida\n" -#: g10/import.c:2107 +#: g10/import.c:2119 #, c-format msgid "no writable keyring found: %s\n" msgstr "anillo de claves no escribible encontrado: %s\n" -#: g10/import.c:2139 g10/import.c:2241 g10/import.c:3502 +#: g10/import.c:2151 g10/import.c:2253 g10/import.c:3514 #, c-format msgid "error writing keyring '%s': %s\n" msgstr "error escribiendo anillo '%s': %s\n" -#: g10/import.c:2162 +#: g10/import.c:2174 #, c-format msgid "key %s: public key \"%s\" imported\n" msgstr "clave %s: clave pública \"%s\" importada\n" -#: g10/import.c:2189 +#: g10/import.c:2201 #, c-format msgid "key %s: doesn't match our copy\n" msgstr "clave %s: no coincide con nuestra copia\n" -#: g10/import.c:2257 +#: g10/import.c:2269 #, c-format msgid "key %s: \"%s\" 1 new user ID\n" msgstr "clave %s: \"%s\" 1 ID de usuario nuevo\n" -#: g10/import.c:2260 +#: g10/import.c:2272 #, c-format msgid "key %s: \"%s\" %d new user IDs\n" msgstr "clave %s: \"%s\" %d nuevos identificadores de usuario\n" -#: g10/import.c:2263 +#: g10/import.c:2275 #, c-format msgid "key %s: \"%s\" 1 new signature\n" msgstr "clave %s: \"%s\" 1 firma nueva\n" -#: g10/import.c:2266 +#: g10/import.c:2278 #, c-format msgid "key %s: \"%s\" %d new signatures\n" msgstr "clave %s: \"%s\" %d firmas nuevas\n" -#: g10/import.c:2269 +#: g10/import.c:2281 #, c-format msgid "key %s: \"%s\" 1 new subkey\n" msgstr "clave %s: \"%s\" 1 subclave nueva\n" -#: g10/import.c:2272 +#: g10/import.c:2284 #, c-format msgid "key %s: \"%s\" %d new subkeys\n" msgstr "clave %s: \"%s\" %d subclaves nuevas\n" -#: g10/import.c:2275 +#: g10/import.c:2287 #, c-format msgid "key %s: \"%s\" %d signature cleaned\n" msgstr "clave %s: \"%s\" %d firmas limpiadas\n" -#: g10/import.c:2278 +#: g10/import.c:2290 #, c-format msgid "key %s: \"%s\" %d signatures cleaned\n" msgstr "clave %s: \"%s\" %d firmas limpiadas\n" -#: g10/import.c:2281 +#: g10/import.c:2293 #, c-format msgid "key %s: \"%s\" %d user ID cleaned\n" msgstr "clave %s: \"%s\" %d identificador de usuario limpiado\n" -#: g10/import.c:2284 +#: g10/import.c:2296 #, c-format msgid "key %s: \"%s\" %d user IDs cleaned\n" msgstr "clave %s: \"%s\" %d identificadores de usuario limpiados\n" -#: g10/import.c:2320 +#: g10/import.c:2332 #, c-format msgid "key %s: \"%s\" not changed\n" msgstr "clave %s: \"%s\" sin cambios\n" -#: g10/import.c:2680 g10/import.c:2875 +#: g10/import.c:2692 g10/import.c:2887 #, c-format msgid "key %s: secret key imported\n" msgstr "clave %s: clave secreta importada\n" -#: g10/import.c:2688 +#: g10/import.c:2700 #, c-format msgid "key %s: secret key already exists\n" msgstr "clave %s: clave secreta ya existe\n" -#: g10/import.c:2696 +#: g10/import.c:2708 #, c-format msgid "key %s: error sending to agent: %s\n" msgstr "clave %s: error enviando al agente: %s\n" @@ -3811,202 +3811,202 @@ msgstr "clave %s: error enviando al agente: %s\n" #. * Instead, user should be suggested to run 'gpg --card-status', #. * then, references to a card will be automatically created #. * again. -#: g10/import.c:2865 +#: g10/import.c:2877 #, c-format msgid "To migrate '%s', with each smartcard, run: %s\n" msgstr "Para migrar '%s', para cada smartcard ejecuta: %s\n" -#: g10/import.c:3012 +#: g10/import.c:3024 #, c-format msgid "secret key %s: %s\n" msgstr "clave secreta %s: %s\n" -#: g10/import.c:3033 g10/import.c:3072 +#: g10/import.c:3045 g10/import.c:3084 #, c-format msgid "importing secret keys not allowed\n" msgstr "no se permite importar claves secretas\n" -#: g10/import.c:3060 +#: g10/import.c:3072 #, c-format msgid "key %s: secret key with invalid cipher %d - skipped\n" msgstr "clave %s: clave secreta con cifrado incorrecto %d - omitida\n" -#: g10/import.c:3222 g10/pkclist.c:75 g10/revoke.c:774 +#: g10/import.c:3234 g10/pkclist.c:75 g10/revoke.c:774 msgid "No reason specified" msgstr "No se dio ninguna razón" -#: g10/import.c:3223 g10/pkclist.c:77 g10/revoke.c:776 +#: g10/import.c:3235 g10/pkclist.c:77 g10/revoke.c:776 msgid "Key is superseded" msgstr "La clave ha sido reemplazada" -#: g10/import.c:3224 g10/pkclist.c:79 g10/revoke.c:775 +#: g10/import.c:3236 g10/pkclist.c:79 g10/revoke.c:775 msgid "Key has been compromised" msgstr "La clave ha sido comprometida" -#: g10/import.c:3225 g10/pkclist.c:81 g10/revoke.c:777 +#: g10/import.c:3237 g10/pkclist.c:81 g10/revoke.c:777 msgid "Key is no longer used" msgstr "La clave ya no está en uso" -#: g10/import.c:3226 g10/pkclist.c:83 g10/revoke.c:778 +#: g10/import.c:3238 g10/pkclist.c:83 g10/revoke.c:778 msgid "User ID is no longer valid" msgstr "El identificador de usuario ya no es válido" -#: g10/import.c:3351 g10/keylist.c:1105 g10/pkclist.c:87 +#: g10/import.c:3363 g10/keylist.c:1105 g10/pkclist.c:87 #, c-format msgid "reason for revocation: " msgstr "razón para la revocación: " -#: g10/import.c:3370 g10/keylist.c:1124 g10/pkclist.c:103 +#: g10/import.c:3382 g10/keylist.c:1124 g10/pkclist.c:103 #, c-format msgid "revocation comment: " msgstr "comentario a la revocación: " -#: g10/import.c:3420 +#: g10/import.c:3432 #, c-format msgid "key %s: no public key - can't apply revocation certificate\n" msgstr "" "clave %s: falta la clave pública - imposible emplear el\n" "certificado de revocación\n" -#: g10/import.c:3449 +#: g10/import.c:3461 #, c-format msgid "key %s: can't locate original keyblock: %s\n" msgstr "clave %s: no puede localizarse el bloque de claves original: %s\n" -#: g10/import.c:3456 +#: g10/import.c:3468 #, c-format msgid "key %s: can't read original keyblock: %s\n" msgstr "clave %s: no puede leerse el bloque de claves original: %s\n" -#: g10/import.c:3476 +#: g10/import.c:3488 #, c-format msgid "key %s: invalid revocation certificate: %s - rejected\n" msgstr "clave %s: certificado de revocación inválido: %s - rechazado\n" -#: g10/import.c:3511 +#: g10/import.c:3523 #, c-format msgid "key %s: \"%s\" revocation certificate imported\n" msgstr "clave %s: \"%s\" certificado de revocación importado\n" -#: g10/import.c:3597 +#: g10/import.c:3609 #, c-format msgid "key %s: no user ID for signature\n" msgstr "clave %s: no hay identificador de usuario para la firma\n" -#: g10/import.c:3614 +#: g10/import.c:3626 #, c-format msgid "key %s: unsupported public key algorithm on user ID \"%s\"\n" msgstr "clave %s: algoritmo de clave pública no disponible para ID \"%s\"\n" -#: g10/import.c:3616 +#: g10/import.c:3628 #, c-format msgid "key %s: invalid self-signature on user ID \"%s\"\n" msgstr "clave %s: autofirma inválida para el id \"%s\"\n" -#: g10/import.c:3633 g10/import.c:3661 g10/import.c:3717 +#: g10/import.c:3645 g10/import.c:3673 g10/import.c:3729 #, c-format msgid "key %s: unsupported public key algorithm\n" msgstr "clave %s: algoritmo de clave pública no disponible\n" -#: g10/import.c:3634 +#: g10/import.c:3646 #, c-format msgid "key %s: invalid direct key signature\n" msgstr "clave %s: firma directa de clave inválida\n" -#: g10/import.c:3648 +#: g10/import.c:3660 #, c-format msgid "key %s: no subkey for key binding\n" msgstr "clave %s: no hay subclave que unir a la clave\n" -#: g10/import.c:3663 +#: g10/import.c:3675 #, c-format msgid "key %s: invalid subkey binding\n" msgstr "clave %s: unión de subclave inválida\n" -#: g10/import.c:3682 +#: g10/import.c:3694 #, c-format msgid "key %s: removed multiple subkey binding\n" msgstr "clave %s: borrado enlace de subclaves múltiples\n" -#: g10/import.c:3706 +#: g10/import.c:3718 #, c-format msgid "key %s: no subkey for key revocation\n" msgstr "clave %s: no hay subclave para la revocación de clave\n" -#: g10/import.c:3719 +#: g10/import.c:3731 #, c-format msgid "key %s: invalid subkey revocation\n" msgstr "clave %s: revocación de subclave inválida\n" -#: g10/import.c:3734 +#: g10/import.c:3746 #, c-format msgid "key %s: removed multiple subkey revocation\n" msgstr "clave %s: borrada revocación de subclave múltiple\n" -#: g10/import.c:3778 +#: g10/import.c:3790 #, c-format msgid "key %s: skipped user ID \"%s\"\n" msgstr "clave %s: omitido ID de usuario \"%s\"\n" -#: g10/import.c:3805 +#: g10/import.c:3817 #, c-format msgid "key %s: skipped subkey\n" msgstr "clave %s: subclave omitida\n" -#: g10/import.c:3837 +#: g10/import.c:3849 #, c-format msgid "key %s: non exportable signature (class 0x%02X) - skipped\n" msgstr "clave %s: firma no exportable (clase 0x%02X) - omitida\n" -#: g10/import.c:3848 +#: g10/import.c:3860 #, c-format msgid "key %s: revocation certificate at wrong place - skipped\n" msgstr "clave %s: certificado de revocación en lugar equivocado - omitido\n" -#: g10/import.c:3866 +#: g10/import.c:3878 #, c-format msgid "key %s: invalid revocation certificate: %s - skipped\n" msgstr "clave %s: certificado de revocación no valido: %s - omitido\n" -#: g10/import.c:3880 +#: g10/import.c:3892 #, c-format msgid "key %s: subkey signature in wrong place - skipped\n" msgstr "clave %s: firma de subclave en lugar equivocado - omitida\n" -#: g10/import.c:3888 +#: g10/import.c:3900 #, c-format msgid "key %s: unexpected signature class (0x%02X) - skipped\n" msgstr "clave %s: firma de clase (0x%02X) inesperada - omitida\n" -#: g10/import.c:4061 +#: g10/import.c:4073 #, c-format msgid "key %s: duplicated user ID detected - merged\n" msgstr "clave %s: detectado usuario duplicado - fusionada\n" -#: g10/import.c:4168 +#: g10/import.c:4180 #, fuzzy, c-format #| msgid "key %s: duplicated user ID detected - merged\n" msgid "key %s: duplicated subkeys detected - merged\n" msgstr "clave %s: detectado usuario duplicado - fusionada\n" -#: g10/import.c:4233 +#: g10/import.c:4245 #, c-format msgid "WARNING: key %s may be revoked: fetching revocation key %s\n" msgstr "" "AVISO: la clave %s puede estar revocada: recuperando clave de revocación %s\n" -#: g10/import.c:4249 +#: g10/import.c:4261 #, c-format msgid "WARNING: key %s may be revoked: revocation key %s not present.\n" msgstr "" "AVISO: la clave %s puede estar revocada: falta clave de revocación %s.\n" -#: g10/import.c:4315 +#: g10/import.c:4327 #, c-format msgid "key %s: \"%s\" revocation certificate added\n" msgstr "clave %s: \"%s\" certificado de revocación añadido\n" -#: g10/import.c:4353 +#: g10/import.c:4365 #, c-format msgid "key %s: direct key signature added\n" msgstr "clave %s: firma directa de clave añadida\n" @@ -4836,12 +4836,12 @@ msgstr "" "correcta a menos de que reinicies el programa.\n" #: g10/keyedit.c:4016 g10/keyedit.c:4447 g10/keyserver.c:535 -#: g10/mainproc.c:2277 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 +#: g10/mainproc.c:2280 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 msgid "revoked" msgstr "revocada" #: g10/keyedit.c:4018 g10/keyedit.c:4449 g10/keyserver.c:539 -#: g10/mainproc.c:2279 g10/tofu.c:1792 g10/trust.c:124 +#: g10/mainproc.c:2282 g10/tofu.c:1792 g10/trust.c:124 msgid "expired" msgstr "caducada" @@ -5381,7 +5381,7 @@ msgstr " (%d) Clave existente de la tarjeta\n" msgid "Enter the keygrip: " msgstr "Introduzca keygrip: " -#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2279 +#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2280 #, c-format msgid "Not a valid keygrip (expecting 40 hex digits)\n" msgstr "No es un keygrip válido (se esperaban 40 dÃgitos hex)\n" @@ -5390,13 +5390,13 @@ msgstr "No es un keygrip válido (se esperaban 40 dÃgitos hex)\n" msgid "No key with this keygrip\n" msgstr "No hay claves con ese keygrip\n" -#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3437 g10/keygen.c:3448 +#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3440 g10/keygen.c:3451 #: sm/certreqgen-ui.c:231 sm/certreqgen-ui.c:240 #, c-format msgid "error reading the card: %s\n" msgstr "error al leer la tarjeta: %s\n" -#: g10/keygen.c:2292 g10/keygen.c:3441 sm/certreqgen-ui.c:234 +#: g10/keygen.c:2292 g10/keygen.c:3444 sm/certreqgen-ui.c:234 #, c-format msgid "Serial number of the card: %s\n" msgstr "Número de serie de la tarjeta: %s\n" @@ -5641,13 +5641,18 @@ msgstr "" "generador de números aleatorios mayor oportunidad de recoger suficiente\n" "entropÃa.\n" -#: g10/keygen.c:4570 g10/keygen.c:4643 g10/keygen.c:4661 g10/keygen.c:4690 -#: g10/keygen.c:5066 g10/keygen.c:5612 g10/keygen.c:5923 g10/keygen.c:6030 +#: g10/keygen.c:3591 +#, c-format +msgid "WARNING: v4 is specified, but overridden by v5.\n" +msgstr "" + +#: g10/keygen.c:4590 g10/keygen.c:4663 g10/keygen.c:4681 g10/keygen.c:4710 +#: g10/keygen.c:5086 g10/keygen.c:5632 g10/keygen.c:5943 g10/keygen.c:6050 #, c-format msgid "Key generation failed: %s\n" msgstr "Creación de la clave fallida: %s\n" -#: g10/keygen.c:4579 +#: g10/keygen.c:4599 #, c-format msgid "" "About to create a key for:\n" @@ -5658,64 +5663,64 @@ msgstr "" " \"%s\"\n" "\n" -#: g10/keygen.c:4581 +#: g10/keygen.c:4601 msgid "Continue? (Y/n) " msgstr "¿Continuar? (S/n) " -#: g10/keygen.c:4602 +#: g10/keygen.c:4622 #, c-format msgid "A key for \"%s\" already exists\n" msgstr "Ya existe una clave para \"%s\"\n" -#: g10/keygen.c:4607 +#: g10/keygen.c:4627 msgid "Create anyway? (y/N) " msgstr "¿Crear de todas formas?(s/N) " -#: g10/keygen.c:4613 +#: g10/keygen.c:4633 #, c-format msgid "creating anyway\n" msgstr "creando de todas formas\n" -#: g10/keygen.c:5049 +#: g10/keygen.c:5069 #, c-format msgid "Note: Use \"%s %s\" for a full featured key generation dialog.\n" msgstr "Nota: Usa \"%s %s\" para el diálogo completo de generación de clave.\n" -#: g10/keygen.c:5098 +#: g10/keygen.c:5118 #, c-format msgid "Key generation canceled.\n" msgstr "Creación de claves cancelada.\n" -#: g10/keygen.c:5158 +#: g10/keygen.c:5178 #, c-format msgid "can't create backup file '%s': %s\n" msgstr "no se puede crear fichero de respaldo '%s': %s\n" -#: g10/keygen.c:5178 +#: g10/keygen.c:5198 #, c-format msgid "Note: backup of card key saved to '%s'\n" msgstr "NOTA: copia de seguridad de la clave guardada en '%s'\n" -#: g10/keygen.c:5339 g10/keygen.c:5541 +#: g10/keygen.c:5359 g10/keygen.c:5561 #, c-format msgid "writing public key to '%s'\n" msgstr "escribiendo clave pública en '%s'\n" -#: g10/keygen.c:5535 +#: g10/keygen.c:5555 #, c-format msgid "no writable public keyring found: %s\n" msgstr "anillo público de claves no escribible encontrado: %s\n" -#: g10/keygen.c:5549 +#: g10/keygen.c:5569 #, c-format msgid "error writing public keyring '%s': %s\n" msgstr "error al escribir en el anillo público '%s': %s\n" -#: g10/keygen.c:5583 +#: g10/keygen.c:5603 msgid "public and secret key created and signed.\n" msgstr "claves pública y secreta creadas y firmadas.\n" -#: g10/keygen.c:5599 +#: g10/keygen.c:5619 msgid "" "Note that this key cannot be used for encryption. You may want to use\n" "the command \"--edit-key\" to generate a subkey for this purpose.\n" @@ -5723,7 +5728,7 @@ msgstr "" "Tenga en cuenta que esta clave no puede ser usada para cifrar. Puede usar\n" "la orden \"--edit-key\" para crear una subclave con este propósito.\n" -#: g10/keygen.c:5781 g10/keygen.c:5980 +#: g10/keygen.c:5801 g10/keygen.c:6000 #, c-format msgid "" "key has been created %lu second in future (time warp or clock problem)\n" @@ -5731,7 +5736,7 @@ msgstr "" "clave pública creada %lu segundos en el futuro (salto en el tiempo o\n" "problemas con el reloj)\n" -#: g10/keygen.c:5783 g10/keygen.c:5982 +#: g10/keygen.c:5803 g10/keygen.c:6002 #, c-format msgid "" "key has been created %lu seconds in future (time warp or clock problem)\n" @@ -5739,23 +5744,23 @@ msgstr "" "clave pública creada %lu segundos en el futuro (salto en el tiempo o\n" "problemas con el reloj)\n" -#: g10/keygen.c:5794 g10/keygen.c:5993 +#: g10/keygen.c:5814 g10/keygen.c:6013 #, c-format msgid "Note: creating subkeys for v3 keys is not OpenPGP compliant\n" msgstr "" "Atención: crear subclaves para claves V3 no sigue el estándar OpenPGP\n" -#: g10/keygen.c:5806 g10/keygen.c:5808 +#: g10/keygen.c:5826 g10/keygen.c:5828 #, c-format msgid "Secret parts of primary key are not available.\n" msgstr "Las partes secretas de la clave primaria no están disponibles.\n" -#: g10/keygen.c:5815 g10/keygen.c:5817 +#: g10/keygen.c:5835 g10/keygen.c:5837 #, c-format msgid "Secret parts of primary key are stored on-card.\n" msgstr "Las partes secretas de la clave primaria se guardan en la tarjeta.\n" -#: g10/keygen.c:5837 g10/keygen.c:6007 +#: g10/keygen.c:5857 g10/keygen.c:6027 msgid "Really create? (y/N) " msgstr "¿Crear de verdad? (s/N) " @@ -5907,59 +5912,59 @@ msgstr "protocolo del servidor de claves inválido (us %d!=handler %d)\n" msgid "\"%s\" not a key ID: skipping\n" msgstr "\"%s\" no es un identificador de clave válido: omitido\n" -#: g10/keyserver.c:1418 g10/keyserver.c:1451 +#: g10/keyserver.c:1420 g10/keyserver.c:1453 #, c-format msgid "refreshing %d key from %s\n" msgid_plural "refreshing %d keys from %s\n" msgstr[0] "renovando %d clave desde %s\n" msgstr[1] "renovando %d claves desde %s\n" -#: g10/keyserver.c:1425 +#: g10/keyserver.c:1427 #, c-format msgid "WARNING: unable to refresh key %s via %s: %s\n" msgstr "AVISO: no se puede renovar la clave %s a traves de %s: %s\n" -#: g10/keyserver.c:1529 +#: g10/keyserver.c:1531 #, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "clave \"%s\" no encontrada en el servidor\n" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1534 #, c-format msgid "key not found on keyserver\n" msgstr "clave no encontrada en el servidor\n" -#: g10/keyserver.c:1720 +#: g10/keyserver.c:1722 #, c-format msgid "requesting key %s from %s server %s\n" msgstr "solicitando clave %s de %s servidor %s\n" -#: g10/keyserver.c:1724 +#: g10/keyserver.c:1726 #, c-format msgid "requesting key %s from %s\n" msgstr "solicitando clave %s de %s\n" -#: g10/keyserver.c:1829 g10/keyserver.c:2008 +#: g10/keyserver.c:1841 g10/keyserver.c:2020 #, c-format msgid "no keyserver known\n" msgstr "ningún servidor de claves conocido\n" -#: g10/keyserver.c:1844 g10/skclist.c:213 g10/skclist.c:241 +#: g10/keyserver.c:1856 g10/skclist.c:213 g10/skclist.c:241 #, c-format msgid "skipped \"%s\": %s\n" msgstr "omitido \"%s\": %s\n" -#: g10/keyserver.c:1848 +#: g10/keyserver.c:1860 #, c-format msgid "sending key %s to %s\n" msgstr "enviando clave %s a %s\n" -#: g10/keyserver.c:1889 +#: g10/keyserver.c:1901 #, c-format msgid "requesting key from '%s'\n" msgstr "solicitando clave de %s\n" -#: g10/keyserver.c:1905 +#: g10/keyserver.c:1917 #, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "AVISO: imposible recuperar URI %s: %s\n" @@ -6151,86 +6156,86 @@ msgstr " emisor \"%s\"\n" msgid "Key available at: " msgstr "Clave disponible en: " -#: g10/mainproc.c:2033 +#: g10/mainproc.c:2034 #, c-format msgid "Note: Use '%s' to make use of this info\n" msgstr "" -#: g10/mainproc.c:2231 +#: g10/mainproc.c:2234 msgid "[uncertain]" msgstr "[incierto]" -#: g10/mainproc.c:2269 +#: g10/mainproc.c:2272 #, c-format msgid " aka \"%s\"" msgstr " alias \"%s\"" -#: g10/mainproc.c:2344 +#: g10/mainproc.c:2347 #, c-format msgid "WARNING: This key is not suitable for signing in %s mode\n" msgstr "ATENCIÓN: ¡Esta clave no se puede usar para firmar en modo %s!\n" -#: g10/mainproc.c:2360 +#: g10/mainproc.c:2363 #, c-format msgid "Signature expired %s\n" msgstr "Firma caducada en %s\n" -#: g10/mainproc.c:2365 +#: g10/mainproc.c:2368 #, c-format msgid "Signature expires %s\n" msgstr "La firma caduca el %s\n" -#: g10/mainproc.c:2376 +#: g10/mainproc.c:2379 #, c-format msgid "%s signature, digest algorithm %s%s%s\n" msgstr "" "firma %s, algoritmo de resumen %s%s%s\n" "\n" -#: g10/mainproc.c:2377 +#: g10/mainproc.c:2380 msgid "binary" msgstr "binaria" -#: g10/mainproc.c:2378 +#: g10/mainproc.c:2381 msgid "textmode" msgstr "modotexto" -#: g10/mainproc.c:2378 g10/trust.c:123 dirmngr/ocsp.c:792 +#: g10/mainproc.c:2381 g10/trust.c:123 dirmngr/ocsp.c:792 msgid "unknown" msgstr "desconocido" -#: g10/mainproc.c:2380 +#: g10/mainproc.c:2383 msgid ", key algorithm " msgstr ", algoritmo de clave pública " -#: g10/mainproc.c:2415 +#: g10/mainproc.c:2418 #, c-format msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n" msgstr "" "ADVERTENCIA: firma no separada; ¡el archivo %s NO ha sido verificado!\n" -#: g10/mainproc.c:2454 +#: g10/mainproc.c:2457 #, c-format msgid "Can't check signature: %s\n" msgstr "Imposible comprobar la firma: %s\n" -#: g10/mainproc.c:2550 g10/mainproc.c:2569 g10/mainproc.c:2693 +#: g10/mainproc.c:2553 g10/mainproc.c:2572 g10/mainproc.c:2696 #, c-format msgid "not a detached signature\n" msgstr "no es una firma separada\n" -#: g10/mainproc.c:2603 +#: g10/mainproc.c:2606 #, c-format msgid "" "WARNING: multiple signatures detected. Only the first will be checked.\n" msgstr "AVISO: detectadas múltiples firmas. Sólo la primera se comprueba.\n" -#: g10/mainproc.c:2612 +#: g10/mainproc.c:2615 #, c-format msgid "standalone signature of class 0x%02x\n" msgstr "firma independiente de clase 0x%02x\n" -#: g10/mainproc.c:2697 +#: g10/mainproc.c:2700 #, c-format msgid "old style (PGP 2.x) signature\n" msgstr "firma al viejo estilo (PGP 2.x)\n" @@ -8158,7 +8163,7 @@ msgstr "" #. TRANSLATORS: Put a \x1f right before a colon. This can be #. * used by pinentry to nicely align the names and values. Keep #. * the %s at the start and end of the string. -#: scd/app-piv.c:1770 scd/app-p15.c:4741 scd/app-nks.c:1475 +#: scd/app-piv.c:1770 scd/app-p15.c:4937 scd/app-nks.c:1530 #: scd/app-openpgp.c:2386 #, c-format msgid "%sNumber: %s%%0AHolder: %s%s" @@ -8166,7 +8171,7 @@ msgstr "%sNúmero: %s%%0ATitular: %s%s" #. TRANSLATORS: This is the number of remaining attempts to #. * enter a PIN. Use %%0A (double-percent,0A) for a linefeed. -#: scd/app-piv.c:1787 scd/app-p15.c:4760 scd/app-nks.c:1494 +#: scd/app-piv.c:1787 scd/app-p15.c:4956 scd/app-nks.c:1549 #: scd/app-openpgp.c:2402 #, c-format msgid "Remaining attempts: %d" @@ -8209,7 +8214,7 @@ msgid "||Please enter the Unblocking Key of your PIV card" msgstr "" "|P|Por favor introduzca PIN Unblocking Code (PUK) para claves estándar." -#: scd/app-piv.c:1888 scd/app-nks.c:1605 scd/app-openpgp.c:2669 +#: scd/app-piv.c:1888 scd/app-nks.c:1660 scd/app-openpgp.c:2669 #: scd/app-openpgp.c:2693 scd/app-openpgp.c:2871 scd/app-openpgp.c:2893 #: scd/app-openpgp.c:3074 scd/app-openpgp.c:3361 scd/app-openpgp.c:3408 #: scd/app-openpgp.c:3545 scd/app-dinsig.c:302 @@ -8296,59 +8301,59 @@ msgstr[1] "generación de clave completada (%d segundos)\n" msgid "response does not contain the public key data\n" msgstr "la respuesta no incluye la clave pública\n" -#: scd/app-p15.c:4839 scd/app-nks.c:1983 +#: scd/app-p15.c:5035 scd/app-nks.c:2038 msgid "||Please enter the PIN for the key to create qualified signatures." msgstr "||Introduzca un PIN para la clave que crea firmas cualificadas." #. TRANSLATORS: Do not translate the "|A|" prefix but keep it at #. the start of the string. Use %0A (single percent) for a linefeed. -#: scd/app-p15.c:4842 scd/app-openpgp.c:2818 +#: scd/app-p15.c:5038 scd/app-openpgp.c:2818 msgid "|A|Please enter the Admin PIN" msgstr "|A|Por favor introduzca PIN de Administrador" -#: scd/app-p15.c:4844 scd/app-nks.c:1973 +#: scd/app-p15.c:5040 scd/app-nks.c:2028 msgid "|P|Please enter the PIN Unblocking Code (PUK) for the standard keys." msgstr "" "|P|Por favor introduzca PIN Unblocking Code (PUK) para claves estándar." -#: scd/app-p15.c:4847 scd/app-nks.c:1964 +#: scd/app-p15.c:5043 scd/app-nks.c:2019 msgid "||Please enter the PIN for the standard keys." msgstr "||Por favor, introduzca PIN para claves estándar." -#: scd/app-nks.c:1413 scd/app-openpgp.c:4321 +#: scd/app-nks.c:1468 scd/app-openpgp.c:4321 #, c-format msgid "RSA modulus missing or not of size %d bits\n" msgstr "falta el módulo RSA o no es de %d bits\n" -#: scd/app-nks.c:1421 scd/app-openpgp.c:4333 +#: scd/app-nks.c:1476 scd/app-openpgp.c:4333 #, c-format msgid "RSA public exponent missing or larger than %d bits\n" msgstr "falta el exponente público RSA o es mayor de %d bits\n" -#: scd/app-nks.c:1594 +#: scd/app-nks.c:1649 #, fuzzy #| msgid "the NullPIN has not yet been changed\n" msgid "Note: PIN has not yet been enabled." msgstr "el PIN-Nulo no ha sido cambiado\n" -#: scd/app-nks.c:1641 +#: scd/app-nks.c:1696 #, c-format msgid "the NullPIN has not yet been changed\n" msgstr "el PIN-Nulo no ha sido cambiado\n" -#: scd/app-nks.c:1963 +#: scd/app-nks.c:2018 msgid "|N|Please enter a new PIN for the standard keys." msgstr "|N|Por favor introduzca un nuevo PIN para las claves estándar." -#: scd/app-nks.c:1971 +#: scd/app-nks.c:2026 msgid "|NP|Please enter a new PIN Unblocking Code (PUK) for the standard keys." msgstr "|NP|Introduzca nuevo PIN Unblocking Code (PUK) para claves estándar." -#: scd/app-nks.c:1981 +#: scd/app-nks.c:2036 msgid "|N|Please enter a new PIN for the key to create qualified signatures." msgstr "|N|Entre un nuevo PIN para la clave que crea firmas cualificadas." -#: scd/app-nks.c:1991 +#: scd/app-nks.c:2046 msgid "" "|NP|Please enter a new PIN Unblocking Code (PUK) for the key to create " "qualified signatures." @@ -8356,7 +8361,7 @@ msgstr "" "|NP|Por favor introduzca un nuevo PIN Unblocking Code (PUK) para la clave " "que crea firmas cualificadas." -#: scd/app-nks.c:1993 +#: scd/app-nks.c:2048 msgid "" "|P|Please enter the PIN Unblocking Code (PUK) for the key to create " "qualified signatures." @@ -8364,7 +8369,7 @@ msgstr "" "|P|Introduzca el PIN Unblocking Code (PUK) para que la clave pueda crear " "firmas cualificadas." -#: scd/app-nks.c:2166 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 +#: scd/app-nks.c:2221 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 #, c-format msgid "error getting new PIN: %s\n" msgstr "error obteniendo nuevo PIN: %s\n" @@ -8548,59 +8553,59 @@ msgstr "||Por favor introduzca su PIN en el teclado del lector" msgid "|N|Initial New PIN" msgstr "|N|Nuevo PIN Inicial" -#: scd/scdaemon.c:118 +#: scd/scdaemon.c:119 msgid "run in multi server mode (foreground)" msgstr "ejecutar en modo multi servidor (primer plano)" -#: scd/scdaemon.c:135 sm/gpgsm.c:271 dirmngr/dirmngr.c:197 +#: scd/scdaemon.c:136 sm/gpgsm.c:274 dirmngr/dirmngr.c:198 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "|LEVEL|poner el nivel de depurado a NIVEL" -#: scd/scdaemon.c:141 +#: scd/scdaemon.c:142 msgid "|FILE|write a log to FILE" msgstr "|FILE|escribir log en FICHERO" -#: scd/scdaemon.c:148 +#: scd/scdaemon.c:149 msgid "|N|connect to reader at port N" msgstr "|N|conectar el lector al puerto N" -#: scd/scdaemon.c:150 +#: scd/scdaemon.c:151 msgid "|NAME|use NAME as ct-API driver" msgstr "|NAME|usa NOMBRE como driver ct-API" -#: scd/scdaemon.c:152 +#: scd/scdaemon.c:153 msgid "|NAME|use NAME as PC/SC driver" msgstr "|NAME|usa NOMBRE como driver PC/SC" -#: scd/scdaemon.c:156 +#: scd/scdaemon.c:157 msgid "do not use the internal CCID driver" msgstr "no usa el driverd del CCID interno" -#: scd/scdaemon.c:162 +#: scd/scdaemon.c:163 msgid "|N|disconnect the card after N seconds of inactivity" msgstr "|N|desconectar la tarjeta después de N segundos de inactividad" -#: scd/scdaemon.c:165 +#: scd/scdaemon.c:166 msgid "do not use a reader's pinpad" msgstr "no usar el teclado del lector" -#: scd/scdaemon.c:168 +#: scd/scdaemon.c:169 msgid "use variable length input for pinpad" msgstr "usar input the largo variable para el pinpad" -#: scd/scdaemon.c:171 +#: scd/scdaemon.c:172 msgid "|LIST|change the application priority to LIST" msgstr "" -#: scd/scdaemon.c:179 +#: scd/scdaemon.c:180 msgid "deny the use of admin card commands" msgstr "denegar órdenes de administración de la tarjeta" -#: scd/scdaemon.c:324 +#: scd/scdaemon.c:325 msgid "Usage: @SCDAEMON@ [options] (-h for help)" msgstr "Uso: @SCDAEMON@ [opciones] (-h para ayuda)" -#: scd/scdaemon.c:326 +#: scd/scdaemon.c:327 msgid "" "Syntax: scdaemon [options] [command [args]]\n" "Smartcard daemon for @GNUPG@\n" @@ -8608,17 +8613,17 @@ msgstr "" "Sintaxis: scdaemon [opciones] [orden [args]]\n" "Demonio de la tarjeta inteligente para @GNUPG@\n" -#: scd/scdaemon.c:807 +#: scd/scdaemon.c:819 #, c-format msgid "please use the option '--daemon' to run the program in the background\n" msgstr "use la opción '--daemon' para ejecutar el programa en segundo plano\n" -#: scd/scdaemon.c:1183 dirmngr/dirmngr.c:2077 +#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2104 #, c-format msgid "handler for fd %d started\n" msgstr "manejador del descriptor %d iniciado\n" -#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2085 +#: scd/scdaemon.c:1207 dirmngr/dirmngr.c:2112 #, c-format msgid "handler for fd %d terminated\n" msgstr "manejador del descriptor %d terminado\n" @@ -8894,7 +8899,7 @@ msgid "a %u bit hash is not valid for a %u bit %s key\n" msgstr "un hash de %u bits no vale para %u bits de la clave %s\n" #: sm/certcheck.c:239 sm/certcheck.c:263 dirmngr/crlcache.c:1542 -#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1363 dirmngr/validate.c:903 +#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1372 dirmngr/validate.c:903 #: dirmngr/validate.c:927 #, c-format msgid "out of core\n" @@ -9242,107 +9247,107 @@ msgstr "borrado del certificado \"%s\" fallido: %s\n" msgid "no valid recipients given\n" msgstr "no se dieron receptores válidos\n" -#: sm/gpgsm.c:224 +#: sm/gpgsm.c:226 msgid "list external keys" msgstr "lista claves externas" -#: sm/gpgsm.c:226 +#: sm/gpgsm.c:228 msgid "list certificate chain" msgstr "lista de cadenas de certificados" -#: sm/gpgsm.c:234 +#: sm/gpgsm.c:236 msgid "import certificates" msgstr "importa certificado" -#: sm/gpgsm.c:235 +#: sm/gpgsm.c:237 msgid "export certificates" msgstr "exporta certificado" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:245 msgid "register a smartcard" msgstr "registrar tarjeta inteligente" -#: sm/gpgsm.c:246 +#: sm/gpgsm.c:248 msgid "pass a command to the dirmngr" msgstr "pasar una orden a dirmngr" -#: sm/gpgsm.c:248 +#: sm/gpgsm.c:250 msgid "invoke gpg-protect-tool" msgstr "invocar gpg-protect-tool" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:270 msgid "don't use the terminal at all" msgstr "no usa la terminal en absoluto" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "|N|number of certificates to include" msgstr "|N|número de certificados que incluir" -#: sm/gpgsm.c:296 +#: sm/gpgsm.c:299 msgid "|FILE|take policy information from FILE" msgstr "|FILE|tomar polÃtica de información de FICHERO" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "assume input is in PEM format" msgstr "asumir entrada en formato PEM" -#: sm/gpgsm.c:312 +#: sm/gpgsm.c:315 msgid "assume input is in base-64 format" msgstr "asumir entrada en formato base-64" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "assume input is in binary format" msgstr "asumir entrada en formato binario" -#: sm/gpgsm.c:323 +#: sm/gpgsm.c:326 msgid "create base-64 encoded output" msgstr "crea una salida en base-64" -#: sm/gpgsm.c:335 +#: sm/gpgsm.c:338 msgid "|USER-ID|use USER-ID as default secret key" msgstr "|USER-ID|usa ID-USUARIO como clave secreta por defecto" -#: sm/gpgsm.c:346 +#: sm/gpgsm.c:349 msgid "|FILE|add keyring to the list of keyrings" msgstr "|FILE|añade este anillo a la lista de anillos" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 msgid "|SPEC|use this keyserver to lookup keys" msgstr "|SPEC|usa este servidor para buscar claves" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "fetch missing issuer certificates" msgstr "recuperar certificados de emisor perdidos" -#: sm/gpgsm.c:361 +#: sm/gpgsm.c:364 msgid "|NAME|use encoding NAME for PKCS#12 passphrases" msgstr "|NAME|usa la codificación NOMBRE para frases contraseña PKCS#12" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 msgid "never consult a CRL" msgstr "nunca consultar una CRL" -#: sm/gpgsm.c:386 +#: sm/gpgsm.c:389 msgid "do not check CRLs for root certificates" msgstr "no comprobar CRLs para certificados raÃz" -#: sm/gpgsm.c:390 +#: sm/gpgsm.c:393 msgid "check validity using OCSP" msgstr "comprabar validez usando OCSP" -#: sm/gpgsm.c:392 +#: sm/gpgsm.c:395 msgid "do not check certificate policies" msgstr "no comprobar polÃticas de certificados" -#: sm/gpgsm.c:395 +#: sm/gpgsm.c:398 msgid "|NAME|use cipher algorithm NAME" msgstr "|NAME|usa el algoritmo de cifrado NOMBRE" -#: sm/gpgsm.c:397 +#: sm/gpgsm.c:400 msgid "|NAME|use message digest algorithm NAME" msgstr "|NAME|usa algoritmo de resumen de mensaje NOMBRE" -#: sm/gpgsm.c:407 +#: sm/gpgsm.c:410 msgid "batch mode: never ask" msgstr "proceso por lotes: nunca preguntar" @@ -9352,23 +9357,23 @@ msgstr "proceso por lotes: nunca preguntar" # Además una de las acepciones de asumir es "aceptar algo" y suponer # viene a ser asumir una idea como propia. Suponer "sÃ" en casi todas las # preguntas no me acaba de gustar. -#: sm/gpgsm.c:409 +#: sm/gpgsm.c:412 msgid "assume yes on most questions" msgstr "asume \"sÃ\" en casi todas las preguntas" -#: sm/gpgsm.c:410 +#: sm/gpgsm.c:413 msgid "assume no on most questions" msgstr "asume \"no\" en casi todas las preguntas" -#: sm/gpgsm.c:427 +#: sm/gpgsm.c:430 msgid "|FILE|write an audit log to FILE" msgstr "|FILE|escribir inform de auditorÃa a FICHERO" -#: sm/gpgsm.c:612 +#: sm/gpgsm.c:615 msgid "Usage: @GPGSM@ [options] [files] (-h for help)" msgstr "Uso: @GPGSM@ [opciones] [ficheros] (-h para ayuda)" -#: sm/gpgsm.c:615 +#: sm/gpgsm.c:618 msgid "" "Syntax: @GPGSM@ [options] [files]\n" "Sign, check, encrypt or decrypt using the S/MIME protocol\n" @@ -9378,52 +9383,52 @@ msgstr "" "firma, comprueba, cifra o descifra usando el protocolo S/MIME\n" "La operación predeterminada depende de los datos de entrada\n" -#: sm/gpgsm.c:823 +#: sm/gpgsm.c:826 #, c-format msgid "Note: won't be able to encrypt to '%s': %s\n" msgstr "Nota: no se podrá cifrar a '%s': %s\n" -#: sm/gpgsm.c:834 +#: sm/gpgsm.c:837 #, c-format msgid "unknown validation model '%s'\n" msgstr "modelo de validación desconocido '%s'\n" -#: sm/gpgsm.c:893 dirmngr/ldapserver.c:89 +#: sm/gpgsm.c:896 dirmngr/ldapserver.c:89 #, c-format msgid "%s:%u: no hostname given\n" msgstr "%s:%u: falta el nombre del host\n" -#: sm/gpgsm.c:912 dirmngr/ldapserver.c:108 +#: sm/gpgsm.c:915 dirmngr/ldapserver.c:108 #, c-format msgid "%s:%u: password given without user\n" msgstr "%s:%u: se dio contraseña sin usuario\n" -#: sm/gpgsm.c:943 dirmngr/ldapserver.c:139 +#: sm/gpgsm.c:946 dirmngr/ldapserver.c:139 #, c-format msgid "%s:%u: ignoring unknown flag '%s'\n" msgstr "" -#: sm/gpgsm.c:959 dirmngr/ldapserver.c:155 +#: sm/gpgsm.c:962 dirmngr/ldapserver.c:155 #, c-format msgid "%s:%u: skipping this line\n" msgstr "%s:%u: omitir esta lÃnea\n" -#: sm/gpgsm.c:1545 +#: sm/gpgsm.c:1550 #, c-format msgid "could not parse keyserver\n" msgstr "no se puede interpretar el servidor de claves\n" -#: sm/gpgsm.c:1825 +#: sm/gpgsm.c:1858 #, c-format msgid "importing common certificates '%s'\n" msgstr "importando certificados comunes '%s'\n" -#: sm/gpgsm.c:1871 +#: sm/gpgsm.c:1904 #, c-format msgid "can't sign using '%s': %s\n" msgstr "no puedo firmar usando '%s': %s\n" -#: sm/gpgsm.c:2231 +#: sm/gpgsm.c:2273 #, c-format msgid "invalid command (there is no implicit command)\n" msgstr "orden inválida (no hay orden implÃcita)\n" @@ -10394,129 +10399,129 @@ msgstr "espero la ruta absoluta del archivo\n" msgid "looking up '%s'\n" msgstr "buscando '%s'\n" -#: dirmngr/dirmngr.c:174 +#: dirmngr/dirmngr.c:175 msgid "list the contents of the CRL cache" msgstr "listar los contenidos del cache CRL" -#: dirmngr/dirmngr.c:175 +#: dirmngr/dirmngr.c:176 msgid "|FILE|load CRL from FILE into cache" msgstr "|FILE|carga CRL de FILE en la cache" -#: dirmngr/dirmngr.c:176 +#: dirmngr/dirmngr.c:177 msgid "|URL|fetch a CRL from URL" msgstr "|URL|carga un CRL de una URL" -#: dirmngr/dirmngr.c:177 +#: dirmngr/dirmngr.c:178 msgid "shutdown the dirmngr" msgstr "apaga el dirmngr" -#: dirmngr/dirmngr.c:178 +#: dirmngr/dirmngr.c:179 msgid "flush the cache" msgstr "descargar la memoria cache" -#: dirmngr/dirmngr.c:211 +#: dirmngr/dirmngr.c:212 msgid "allow online software version check" msgstr "permitir el chequeo online de versiones de software" -#: dirmngr/dirmngr.c:214 +#: dirmngr/dirmngr.c:215 msgid "|N|do not return more than N items in one query" msgstr "|N|no devolver más de N items en una consulta" -#: dirmngr/dirmngr.c:220 +#: dirmngr/dirmngr.c:221 msgid "Network related options" msgstr "" -#: dirmngr/dirmngr.c:222 +#: dirmngr/dirmngr.c:223 msgid "route all network traffic via Tor" msgstr "enrutar todo el tráfico a través de Tor" -#: dirmngr/dirmngr.c:234 +#: dirmngr/dirmngr.c:235 msgid "Configuration for Keyservers" msgstr "Configuración para servidores de claves" -#: dirmngr/dirmngr.c:237 +#: dirmngr/dirmngr.c:238 msgid "|URL|use keyserver at URL" msgstr "|URL|usar servidor de claves en URL" -#: dirmngr/dirmngr.c:239 +#: dirmngr/dirmngr.c:240 msgid "|FILE|use the CA certificates in FILE for HKP over TLS" msgstr "|FILE|usar los certificados CA en FILE para HKP a través de TLS" -#: dirmngr/dirmngr.c:241 +#: dirmngr/dirmngr.c:242 msgid "Configuration for HTTP servers" msgstr "Configuración de servidores HTTP" -#: dirmngr/dirmngr.c:243 +#: dirmngr/dirmngr.c:244 msgid "inhibit the use of HTTP" msgstr "inhibir el uso de HTTP" -#: dirmngr/dirmngr.c:245 +#: dirmngr/dirmngr.c:246 msgid "ignore HTTP CRL distribution points" msgstr "ignorar puntos de distribución CRL HTTP" -#: dirmngr/dirmngr.c:247 +#: dirmngr/dirmngr.c:248 msgid "|URL|redirect all HTTP requests to URL" msgstr "|URL|redirigir todos los pedidos HTTP a URL" -#: dirmngr/dirmngr.c:249 +#: dirmngr/dirmngr.c:250 msgid "use system's HTTP proxy setting" msgstr "usar configuración del proxy HTTP del sistema" -#: dirmngr/dirmngr.c:253 +#: dirmngr/dirmngr.c:254 msgid "Configuration of LDAP servers to use" msgstr "Configuración de servidores LDAP que se usará" -#: dirmngr/dirmngr.c:255 +#: dirmngr/dirmngr.c:256 msgid "inhibit the use of LDAP" msgstr "inhibir el uso de LDAP" -#: dirmngr/dirmngr.c:257 +#: dirmngr/dirmngr.c:258 msgid "ignore LDAP CRL distribution points" msgstr "ignorar puntos de distribución CRL LDAP" -#: dirmngr/dirmngr.c:259 +#: dirmngr/dirmngr.c:260 msgid "|HOST|use HOST for LDAP queries" msgstr "|HOST|usar HOST para las consultas LDAP" -#: dirmngr/dirmngr.c:261 +#: dirmngr/dirmngr.c:262 msgid "do not use fallback hosts with --ldap-proxy" msgstr "no usar hosts de reserva con --ldap-proxy" -#: dirmngr/dirmngr.c:263 +#: dirmngr/dirmngr.c:264 msgid "|FILE|read LDAP server list from FILE" msgstr "|FILE|lee lista de servidores LDAP de FILE" -#: dirmngr/dirmngr.c:265 +#: dirmngr/dirmngr.c:266 msgid "add new servers discovered in CRL distribution points to serverlist" msgstr "" "añadir nuevos servidores descubiertos en los puntos de distribución CRL a la " "lista de servidores" -#: dirmngr/dirmngr.c:268 dirmngr/dirmngr_ldap.c:104 +#: dirmngr/dirmngr.c:269 dirmngr/dirmngr_ldap.c:104 msgid "|N|set LDAP timeout to N seconds" msgstr "|N|establecer vida máxima de LDAP en N segundos" -#: dirmngr/dirmngr.c:271 +#: dirmngr/dirmngr.c:272 msgid "Configuration for OCSP" msgstr "Configuración de OCSP" -#: dirmngr/dirmngr.c:273 +#: dirmngr/dirmngr.c:274 msgid "allow sending OCSP requests" msgstr "permitir el envÃo de búsquedas OSCP" -#: dirmngr/dirmngr.c:275 +#: dirmngr/dirmngr.c:276 msgid "ignore certificate contained OCSP service URLs" msgstr "ignorar URLs de servicio contenidas en los certificados OSCP" -#: dirmngr/dirmngr.c:277 +#: dirmngr/dirmngr.c:278 msgid "|URL|use OCSP responder at URL" msgstr "|URL|usar contestador OSCP en la URL" -#: dirmngr/dirmngr.c:279 +#: dirmngr/dirmngr.c:280 msgid "|FPR|OCSP response signed by FPR" msgstr "|FPR|respuesta OCSP firmada por FPR" -#: dirmngr/dirmngr.c:287 +#: dirmngr/dirmngr.c:288 msgid "force loading of outdated CRLs" msgstr "forzar la carga de CRLs caducados" @@ -10524,7 +10529,7 @@ msgstr "forzar la carga de CRLs caducados" # página man -> página de manual # Vale. ¿del manual mejor? # Hmm, no sé, en man-db se usa "de". La verdad es que no lo he pensado. -#: dirmngr/dirmngr.c:298 +#: dirmngr/dirmngr.c:299 msgid "" "@\n" "(See the \"info\" manual for a complete listing of all commands and " @@ -10533,11 +10538,11 @@ msgstr "" "@\n" "(Véase en la página del manual la lista completa de órdenes y opciones)\n" -#: dirmngr/dirmngr.c:440 +#: dirmngr/dirmngr.c:441 msgid "Usage: @DIRMNGR@ [options] (-h for help)" msgstr "Uso: @DIRMNGR@ [opciones] (-h para ayuda)" -#: dirmngr/dirmngr.c:442 +#: dirmngr/dirmngr.c:443 msgid "" "Syntax: @DIRMNGR@ [options] [command [args]]\n" "Keyserver, CRL, and OCSP access for @GNUPG@\n" @@ -10545,83 +10550,83 @@ msgstr "" "Sintaxis: @DIRMNGR@ [opciones] [orden [argumentos]]\n" "Acceso al servidor de claves, CRL y OCSP para @GNUPG@\n" -#: dirmngr/dirmngr.c:522 +#: dirmngr/dirmngr.c:523 #, c-format msgid "valid debug levels are: %s\n" msgstr "los niveles de debug válidos son: %s\n" -#: dirmngr/dirmngr.c:608 tools/gpgconf.c:667 tools/gpgconf.c:702 +#: dirmngr/dirmngr.c:609 tools/gpgconf.c:667 tools/gpgconf.c:702 #: tools/gpgconf.c:802 #, c-format msgid "usage: %s [options] " msgstr "uso: %s [opciones] " -#: dirmngr/dirmngr.c:1251 +#: dirmngr/dirmngr.c:1260 #, c-format msgid "colons are not allowed in the socket name\n" msgstr "los dos puntos(:) no están permitidos en el nombre del socket\n" -#: dirmngr/dirmngr.c:1486 dirmngr/server.c:1824 +#: dirmngr/dirmngr.c:1495 dirmngr/server.c:1824 #, c-format msgid "fetching CRL from '%s' failed: %s\n" msgstr "fallo al intentar descargar CRL desde '%s': %s\n" -#: dirmngr/dirmngr.c:1492 dirmngr/server.c:1830 +#: dirmngr/dirmngr.c:1501 dirmngr/server.c:1830 #, c-format msgid "processing CRL from '%s' failed: %s\n" msgstr "falló el procesamiento CRL desde '%s': %s\n" -#: dirmngr/dirmngr.c:1634 +#: dirmngr/dirmngr.c:1643 #, c-format msgid "%s:%u: line too long - skipped\n" msgstr "%s:%u: lÃnea demasiado larga - omitida\n" -#: dirmngr/dirmngr.c:1689 dirmngr/dirmngr.c:1773 +#: dirmngr/dirmngr.c:1698 dirmngr/dirmngr.c:1782 #, c-format msgid "%s:%u: invalid fingerprint detected\n" msgstr "%s:%u: se detectó huella digital no válida\n" -#: dirmngr/dirmngr.c:1725 dirmngr/dirmngr.c:1751 tools/gpgconf-comp.c:3534 +#: dirmngr/dirmngr.c:1734 dirmngr/dirmngr.c:1760 tools/gpgconf-comp.c:3539 #, c-format msgid "%s:%u: read error: %s\n" msgstr "%s:%u: error de lectura: %s\n" -#: dirmngr/dirmngr.c:1780 +#: dirmngr/dirmngr.c:1789 #, c-format msgid "%s:%u: garbage at end of line ignored\n" msgstr "%s:%u: ignorada la basura al final de la lÃnea\n" -#: dirmngr/dirmngr.c:1849 +#: dirmngr/dirmngr.c:1876 #, c-format msgid "SIGHUP received - re-reading configuration and flushing caches\n" msgstr "SIGHUP recibido - releyendo y haciendo correr las caches\n" -#: dirmngr/dirmngr.c:1890 +#: dirmngr/dirmngr.c:1917 #, c-format msgid "SIGUSR2 received - no action defined\n" msgstr "SIGUSR2 recibido - ninguna acción definida\n" -#: dirmngr/dirmngr.c:1895 +#: dirmngr/dirmngr.c:1922 #, c-format msgid "SIGTERM received - shutting down ...\n" msgstr "SIGTERM recibido - apagando ...\n" -#: dirmngr/dirmngr.c:1897 +#: dirmngr/dirmngr.c:1924 #, c-format msgid "SIGTERM received - still %d active connections\n" msgstr "SIGTERM recibido - todavÃa %d conexiones activas\n" -#: dirmngr/dirmngr.c:1902 +#: dirmngr/dirmngr.c:1929 #, c-format msgid "shutdown forced\n" msgstr "apagado forzado\n" -#: dirmngr/dirmngr.c:1910 +#: dirmngr/dirmngr.c:1937 #, c-format msgid "SIGINT received - immediate shutdown\n" msgstr "SIGINT recibido - apagado inmediato\n" -#: dirmngr/dirmngr.c:1917 +#: dirmngr/dirmngr.c:1944 #, c-format msgid "signal %d received - no action defined\n" msgstr "señal %d recibida - ninguna acción definida\n" @@ -11080,7 +11085,7 @@ msgid "serialno missing in cert ID" msgstr "falta el número de serie en el ID del certificado" #: dirmngr/server.c:1387 dirmngr/server.c:1473 dirmngr/server.c:1909 -#: dirmngr/server.c:1980 dirmngr/server.c:2552 dirmngr/server.c:2567 +#: dirmngr/server.c:1980 dirmngr/server.c:2556 dirmngr/server.c:2571 #, c-format msgid "assuan_inquire failed: %s\n" msgstr "ha fallado assuan_inquire: %s\n" @@ -11110,32 +11115,32 @@ msgstr "ha fallado fetch_next_cert: %s\n" msgid "max_replies %d exceeded\n" msgstr "se ha excedido el número de respuestas(max_replies) %d\n" -#: dirmngr/server.c:2856 +#: dirmngr/server.c:2860 #, c-format msgid "can't allocate control structure: %s\n" msgstr "no puedo colocar la estructura de control: %s\n" -#: dirmngr/server.c:2867 +#: dirmngr/server.c:2871 #, c-format msgid "failed to allocate assuan context: %s\n" msgstr "fallo al reservar el contexto assuan: %s\n" -#: dirmngr/server.c:2888 +#: dirmngr/server.c:2892 #, c-format msgid "failed to initialize the server: %s\n" msgstr "ha fallado la inicialización del servidor: %s\n" -#: dirmngr/server.c:2896 +#: dirmngr/server.c:2900 #, c-format msgid "failed to the register commands with Assuan: %s\n" msgstr "fallo en las órdenes de registro con Assuan: %s\n" -#: dirmngr/server.c:2929 +#: dirmngr/server.c:2933 #, c-format msgid "Assuan accept problem: %s\n" msgstr "problema de aceptación Assuan: %s\n" -#: dirmngr/server.c:2948 +#: dirmngr/server.c:2952 #, c-format msgid "Assuan processing failed: %s\n" msgstr "ha fallado el procesado Assuan: %s\n" @@ -11283,33 +11288,33 @@ msgstr "no hay agente dirmngr activo en esta sesión\n" msgid "error sending standard options: %s\n" msgstr "error enviando opciones estándar: %s\n" -#: tools/gpgconf-comp.c:647 +#: tools/gpgconf-comp.c:649 msgid "OpenPGP" msgstr "OpenPGP" -#: tools/gpgconf-comp.c:651 +#: tools/gpgconf-comp.c:653 msgid "S/MIME" msgstr "S/MIME" -#: tools/gpgconf-comp.c:655 +#: tools/gpgconf-comp.c:657 #, fuzzy #| msgid "public key is %s\n" msgid "Public Keys" msgstr "la clave pública es %s\n" -#: tools/gpgconf-comp.c:659 +#: tools/gpgconf-comp.c:661 msgid "Private Keys" msgstr "Claves privados" -#: tools/gpgconf-comp.c:663 +#: tools/gpgconf-comp.c:665 msgid "Smartcards" msgstr "Smartcards" -#: tools/gpgconf-comp.c:667 +#: tools/gpgconf-comp.c:669 msgid "TPM" msgstr "" -#: tools/gpgconf-comp.c:671 +#: tools/gpgconf-comp.c:673 msgid "Network" msgstr "Red" @@ -11322,41 +11327,41 @@ msgstr "Red" # ¿Por qué los ingleses entonces sà que saben lo que es un "passphrase"? # ¿Es que son más listos? :-) # -#: tools/gpgconf-comp.c:675 +#: tools/gpgconf-comp.c:677 msgid "Passphrase Entry" msgstr "Frase contraseña" -#: tools/gpgconf-comp.c:939 +#: tools/gpgconf-comp.c:941 msgid "Component not suitable for launching" msgstr "Componente no adecuando para lanzamiento" -#: tools/gpgconf-comp.c:945 +#: tools/gpgconf-comp.c:947 #, fuzzy, c-format #| msgid "External verification of component %s failed" msgid "Configuration file of component %s is broken\n" msgstr "Verificación externa del componente %s fallida" -#: tools/gpgconf-comp.c:948 +#: tools/gpgconf-comp.c:950 #, fuzzy, c-format #| msgid "Note: Use the command \"%s\" to restart them.\n" msgid "Note: Use the command \"%s%s\" to get details.\n" msgstr "Atención: Usa el comando \"%s\" para reiniciarlos.\n" -#: tools/gpgconf-comp.c:2811 +#: tools/gpgconf-comp.c:2816 #, c-format msgid "External verification of component %s failed" msgstr "Verificación externa del componente %s fallida" -#: tools/gpgconf-comp.c:2941 +#: tools/gpgconf-comp.c:2946 msgid "Note that group specifications are ignored\n" msgstr "Note que las especificación de grupo se ignoran\n" -#: tools/gpgconf-comp.c:3538 +#: tools/gpgconf-comp.c:3543 #, c-format msgid "error closing '%s'\n" msgstr "error al cerrar '%s'\n" -#: tools/gpgconf-comp.c:3540 +#: tools/gpgconf-comp.c:3545 #, c-format msgid "error parsing '%s'\n" msgstr "error al leer '%s'\n" @@ -11463,87 +11468,87 @@ msgstr "" "Compara frase contraseña dada en entrada estándar con un fichero de " "patrones\n" -#: tools/gpg-card.c:2389 +#: tools/gpg-card.c:2390 #, fuzzy, c-format #| msgid "Note: keys are already stored on the card!\n" msgid "Note: key %s is already stored on the card!\n" msgstr "NOTA: ¡ya hay claves almacenadas en la tarjeta!\n" -#: tools/gpg-card.c:2392 +#: tools/gpg-card.c:2393 #, fuzzy, c-format #| msgid "Note: keys are already stored on the card!\n" msgid "Note: Keys are already stored on the card!\n" msgstr "NOTA: ¡ya hay claves almacenadas en la tarjeta!\n" -#: tools/gpg-card.c:2395 +#: tools/gpg-card.c:2396 #, fuzzy, c-format #| msgid "Replace existing keys? (y/N) " msgid "Replace existing key %s ? (y/N) " msgstr "¿Reemplazar las claves existentes? (s/N) " -#: tools/gpg-card.c:2548 tools/gpg-card.c:2711 tools/gpg-card.c:2934 -#: tools/gpg-card.c:3043 +#: tools/gpg-card.c:2549 tools/gpg-card.c:2712 tools/gpg-card.c:2935 +#: tools/gpg-card.c:3044 #, fuzzy, c-format #| msgid "OpenPGP card no. %s detected\n" msgid "%s card no. %s detected\n" msgstr "tarjeta OpenPGP num. %s detectada\n" -#: tools/gpg-card.c:3395 +#: tools/gpg-card.c:3396 #, c-format msgid "User Interaction Flag is set to \"%s\" - can't change\n" msgstr "" -#: tools/gpg-card.c:3405 tools/gpg-card.c:3419 +#: tools/gpg-card.c:3406 tools/gpg-card.c:3420 #, c-format msgid "" "Warning: Setting the User Interaction Flag to \"%s\"\n" " can only be reverted using a factory reset!\n" msgstr "" -#: tools/gpg-card.c:3422 +#: tools/gpg-card.c:3423 #, c-format msgid "Please use \"uif --yes %d %s\"\n" msgstr "" -#: tools/gpg-card.c:3668 +#: tools/gpg-card.c:3669 #, fuzzy #| msgid "add a certificate to the cache" msgid "authenticate to the card" msgstr "añadir un certificado a la cache" -#: tools/gpg-card.c:3670 +#: tools/gpg-card.c:3671 msgid "send a reset to the card daemon" msgstr "" -#: tools/gpg-card.c:3672 +#: tools/gpg-card.c:3673 msgid "setup KDF for PIN authentication" msgstr "configurar KDF para autentificación de PIN" -#: tools/gpg-card.c:3674 +#: tools/gpg-card.c:3675 msgid "change a private data object" msgstr "" -#: tools/gpg-card.c:3675 +#: tools/gpg-card.c:3676 #, fuzzy #| msgid "add a certificate to the cache" msgid "read a certificate from a data object" msgstr "añadir un certificado a la cache" -#: tools/gpg-card.c:3676 +#: tools/gpg-card.c:3677 #, fuzzy #| msgid "add a certificate to the cache" msgid "store a certificate to a data object" msgstr "añadir un certificado a la cache" -#: tools/gpg-card.c:3677 +#: tools/gpg-card.c:3678 msgid "store a private key to a data object" msgstr "" -#: tools/gpg-card.c:3678 +#: tools/gpg-card.c:3679 msgid "Yubikey management commands" msgstr "" -#: tools/gpg-card.c:3680 +#: tools/gpg-card.c:3681 msgid "manage the command history" msgstr "" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg 1.2.2\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2021-04-07 19:24+0200\n" +"POT-Creation-Date: 2021-04-20 12:38+0200\n" "PO-Revision-Date: 2004-06-17 11:04+0300\n" "Last-Translator: Toomas Soome <Toomas.Soome@microlink.ee>\n" "Language-Team: Estonian <et@li.org>\n" @@ -206,9 +206,9 @@ msgid "ssh keys greater than %d bits are not supported\n" msgstr "kaitse algoritm %d%s ei ole toetatud\n" #: agent/command-ssh.c:872 common/dotlock.c:852 g10/card-util.c:953 -#: g10/export.c:1329 g10/gpg.c:1430 g10/keygen.c:5327 g10/keyring.c:1319 +#: g10/export.c:1329 g10/gpg.c:1431 g10/keygen.c:5347 g10/keyring.c:1319 #: g10/keyring.c:1632 g10/openfile.c:293 g10/photoid.c:531 g10/photoid.c:549 -#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:478 +#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:479 #, fuzzy, c-format #| msgid "can't create `%s': %s\n" msgid "can't create '%s': %s\n" @@ -216,15 +216,15 @@ msgstr "`%s' ei õnnestu luua: %s\n" #: agent/command-ssh.c:884 common/helpfile.c:57 g10/card-util.c:910 #: g10/dearmor.c:59 g10/dearmor.c:106 g10/decrypt.c:65 g10/decrypt.c:136 -#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1431 -#: g10/import.c:359 g10/import.c:546 g10/import.c:781 g10/keygen.c:4302 +#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1432 +#: g10/import.c:371 g10/import.c:558 g10/import.c:793 g10/keygen.c:4322 #: g10/keyring.c:1658 g10/openfile.c:197 g10/openfile.c:211 g10/plaintext.c:128 #: g10/plaintext.c:610 g10/sign.c:1086 g10/sign.c:1311 g10/sign.c:1424 #: g10/sign.c:1596 g10/tdbdump.c:143 g10/tdbdump.c:151 g10/tdbio.c:758 -#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2338 -#: sm/gpgsm.c:2368 sm/gpgsm.c:2406 sm/qualified.c:65 dirmngr/certcache.c:396 -#: dirmngr/certcache.c:476 dirmngr/certcache.c:478 dirmngr/crlcache.c:2588 -#: dirmngr/dirmngr.c:1711 tools/gpg-card.c:407 +#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2380 +#: sm/gpgsm.c:2410 sm/gpgsm.c:2448 sm/keylist.c:1737 sm/qualified.c:65 +#: dirmngr/certcache.c:396 dirmngr/certcache.c:476 dirmngr/certcache.c:478 +#: dirmngr/crlcache.c:2588 dirmngr/dirmngr.c:1720 tools/gpg-card.c:408 #, fuzzy, c-format #| msgid "can't open `%s': %s\n" msgid "can't open '%s': %s\n" @@ -407,355 +407,355 @@ msgstr "" msgid "Please enter the new passphrase" msgstr "muuda parooli" -#: agent/gpg-agent.c:161 scd/scdaemon.c:114 dirmngr/dirmngr.c:181 +#: agent/gpg-agent.c:162 scd/scdaemon.c:115 dirmngr/dirmngr.c:182 msgid "Options used for startup" msgstr "" -#: agent/gpg-agent.c:163 scd/scdaemon.c:119 dirmngr/dirmngr.c:170 +#: agent/gpg-agent.c:164 scd/scdaemon.c:120 dirmngr/dirmngr.c:171 msgid "run in daemon mode (background)" msgstr "" -#: agent/gpg-agent.c:164 scd/scdaemon.c:116 dirmngr/dirmngr.c:169 +#: agent/gpg-agent.c:165 scd/scdaemon.c:117 dirmngr/dirmngr.c:170 msgid "run in server mode (foreground)" msgstr "" -#: agent/gpg-agent.c:166 dirmngr/dirmngr.c:172 +#: agent/gpg-agent.c:167 dirmngr/dirmngr.c:173 #, fuzzy #| msgid "Key is superseded" msgid "run in supervised mode" msgstr "Võti on asendatud" -#: agent/gpg-agent.c:168 scd/scdaemon.c:120 dirmngr/dirmngr.c:183 +#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 msgid "do not detach from the console" msgstr "" -#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 +#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 msgid "sh-style command output" msgstr "" -#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 +#: agent/gpg-agent.c:171 scd/scdaemon.c:123 dirmngr/dirmngr.c:186 msgid "csh-style command output" msgstr "" -#: agent/gpg-agent.c:178 g10/gpg.c:588 scd/scdaemon.c:124 sm/gpgsm.c:419 -#: dirmngr/dirmngr.c:187 +#: agent/gpg-agent.c:179 g10/gpg.c:589 scd/scdaemon.c:125 sm/gpgsm.c:422 +#: dirmngr/dirmngr.c:188 #, fuzzy msgid "|FILE|read options from FILE" msgstr "|FAIL|lae laiendusmoodul FAIL" -#: agent/gpg-agent.c:182 g10/gpg.c:573 scd/scdaemon.c:128 sm/gpgsm.c:262 -#: dirmngr/dirmngr.c:191 +#: agent/gpg-agent.c:183 g10/gpg.c:574 scd/scdaemon.c:129 sm/gpgsm.c:265 +#: dirmngr/dirmngr.c:192 msgid "Options controlling the diagnostic output" msgstr "" -#: agent/gpg-agent.c:184 g10/gpg.c:575 g10/gpgv.c:78 kbx/kbxutil.c:89 -#: scd/scdaemon.c:130 sm/gpgsm.c:264 dirmngr/dirmngr-client.c:69 -#: dirmngr/dirmngr.c:193 dirmngr/dirmngr_ldap.c:102 +#: agent/gpg-agent.c:185 g10/gpg.c:576 g10/gpgv.c:78 kbx/kbxutil.c:89 +#: scd/scdaemon.c:131 sm/gpgsm.c:267 dirmngr/dirmngr-client.c:69 +#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:102 #: tools/gpg-connect-agent.c:85 tools/gpgconf.c:111 msgid "verbose" msgstr "ole jutukas" -#: agent/gpg-agent.c:185 g10/gpg.c:577 g10/gpgv.c:79 kbx/kbxutil.c:90 -#: scd/scdaemon.c:131 sm/gpgsm.c:266 dirmngr/dirmngr-client.c:70 -#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:103 +#: agent/gpg-agent.c:186 g10/gpg.c:578 g10/gpgv.c:79 kbx/kbxutil.c:90 +#: scd/scdaemon.c:132 sm/gpgsm.c:269 dirmngr/dirmngr-client.c:70 +#: dirmngr/dirmngr.c:195 dirmngr/dirmngr_ldap.c:103 msgid "be somewhat more quiet" msgstr "ole mõnevõrra vaiksem" -#: agent/gpg-agent.c:193 g10/gpg.c:592 sm/gpgsm.c:280 dirmngr/dirmngr.c:204 +#: agent/gpg-agent.c:194 g10/gpg.c:593 sm/gpgsm.c:283 dirmngr/dirmngr.c:205 msgid "|FILE|write server mode logs to FILE" msgstr "" -#: agent/gpg-agent.c:197 g10/gpg.c:598 scd/scdaemon.c:145 sm/gpgsm.c:287 -#: dirmngr/dirmngr.c:208 +#: agent/gpg-agent.c:198 g10/gpg.c:599 scd/scdaemon.c:146 sm/gpgsm.c:290 +#: dirmngr/dirmngr.c:209 msgid "Options controlling the configuration" msgstr "" -#: agent/gpg-agent.c:200 +#: agent/gpg-agent.c:201 #, fuzzy msgid "do not use the SCdaemon" msgstr "uuenda usalduse andmebaasi" -#: agent/gpg-agent.c:202 +#: agent/gpg-agent.c:203 msgid "|PGM|use PGM as the SCdaemon program" msgstr "" -#: agent/gpg-agent.c:204 +#: agent/gpg-agent.c:205 msgid "|PGM|use PGM as the tpm2daemon program" msgstr "" -#: agent/gpg-agent.c:208 +#: agent/gpg-agent.c:209 #, fuzzy #| msgid "|NAME|set terminal charset to NAME" msgid "|NAME|accept some commands via NAME" msgstr "|NIMI|terminali kooditabel on NIMI" -#: agent/gpg-agent.c:212 +#: agent/gpg-agent.c:213 msgid "ignore requests to change the TTY" msgstr "" -#: agent/gpg-agent.c:214 +#: agent/gpg-agent.c:215 msgid "ignore requests to change the X display" msgstr "" -#: agent/gpg-agent.c:215 +#: agent/gpg-agent.c:216 #, fuzzy #| msgid "not supported" msgid "enable ssh support" msgstr "ei ole toetatud" -#: agent/gpg-agent.c:217 +#: agent/gpg-agent.c:218 msgid "|ALGO|use ALGO to show ssh fingerprints" msgstr "" -#: agent/gpg-agent.c:220 +#: agent/gpg-agent.c:221 #, fuzzy #| msgid "not supported" msgid "enable putty support" msgstr "ei ole toetatud" -#: agent/gpg-agent.c:232 g10/gpg.c:843 scd/scdaemon.c:175 sm/gpgsm.c:379 +#: agent/gpg-agent.c:233 g10/gpg.c:844 scd/scdaemon.c:176 sm/gpgsm.c:382 msgid "Options controlling the security" msgstr "" -#: agent/gpg-agent.c:235 +#: agent/gpg-agent.c:236 msgid "|N|expire cached PINs after N seconds" msgstr "" -#: agent/gpg-agent.c:237 +#: agent/gpg-agent.c:238 msgid "|N|expire SSH keys after N seconds" msgstr "" -#: agent/gpg-agent.c:239 +#: agent/gpg-agent.c:240 msgid "|N|set maximum PIN cache lifetime to N seconds" msgstr "" -#: agent/gpg-agent.c:241 +#: agent/gpg-agent.c:242 msgid "|N|set maximum SSH key lifetime to N seconds" msgstr "" -#: agent/gpg-agent.c:243 +#: agent/gpg-agent.c:244 msgid "do not use the PIN cache when signing" msgstr "" -#: agent/gpg-agent.c:245 +#: agent/gpg-agent.c:246 #, fuzzy msgid "disallow the use of an external password cache" msgstr "viga parooli loomisel: %s\n" -#: agent/gpg-agent.c:247 +#: agent/gpg-agent.c:248 msgid "disallow clients to mark keys as \"trusted\"" msgstr "" -#: agent/gpg-agent.c:250 +#: agent/gpg-agent.c:251 #, fuzzy msgid "allow presetting passphrase" msgstr "viga parooli loomisel: %s\n" -#: agent/gpg-agent.c:255 +#: agent/gpg-agent.c:256 msgid "Options enforcing a passphrase policy" msgstr "" -#: agent/gpg-agent.c:258 +#: agent/gpg-agent.c:259 msgid "do not allow bypassing the passphrase policy" msgstr "" -#: agent/gpg-agent.c:260 +#: agent/gpg-agent.c:261 msgid "|N|set minimal required length for new passphrases to N" msgstr "" -#: agent/gpg-agent.c:262 +#: agent/gpg-agent.c:263 msgid "|N|require at least N non-alpha characters for a new passphrase" msgstr "" -#: agent/gpg-agent.c:265 +#: agent/gpg-agent.c:266 msgid "|FILE|check new passphrases against pattern in FILE" msgstr "" -#: agent/gpg-agent.c:267 +#: agent/gpg-agent.c:268 #, fuzzy msgid "|N|expire the passphrase after N days" msgstr "|N|kasuta parooli moodi N" -#: agent/gpg-agent.c:269 +#: agent/gpg-agent.c:270 #, fuzzy msgid "do not allow the reuse of old passphrases" msgstr "viga parooli loomisel: %s\n" -#: agent/gpg-agent.c:272 +#: agent/gpg-agent.c:273 msgid "Options controlling the PIN-Entry" msgstr "" -#: agent/gpg-agent.c:274 +#: agent/gpg-agent.c:275 #, fuzzy #| msgid "use the gpg-agent" msgid "never use the PIN-entry" msgstr "kasuta gpg-agenti" -#: agent/gpg-agent.c:276 +#: agent/gpg-agent.c:277 msgid "disallow caller to override the pinentry" msgstr "" -#: agent/gpg-agent.c:278 +#: agent/gpg-agent.c:279 msgid "let PIN-Entry grab keyboard and mouse" msgstr "" -#: agent/gpg-agent.c:281 +#: agent/gpg-agent.c:282 msgid "|PGM|use PGM as the PIN-Entry program" msgstr "" -#: agent/gpg-agent.c:285 +#: agent/gpg-agent.c:286 msgid "|N|set the Pinentry timeout to N seconds" msgstr "" -#: agent/gpg-agent.c:287 +#: agent/gpg-agent.c:288 msgid "allow passphrase to be prompted through Emacs" msgstr "" #. TRANSLATORS: @EMAIL@ will get replaced by the actual bug #. reporting address. This is so that we can change the #. reporting address without breaking the translations. -#: agent/gpg-agent.c:550 agent/preset-passphrase.c:99 agent/protect-tool.c:154 -#: g10/gpg.c:1131 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:311 -#: sm/gpgsm.c:609 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:437 +#: agent/gpg-agent.c:551 agent/preset-passphrase.c:99 agent/protect-tool.c:154 +#: g10/gpg.c:1132 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:312 +#: sm/gpgsm.c:612 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:438 #: dirmngr/dirmngr_ldap.c:175 tools/gpg-connect-agent.c:220 tools/gpgconf.c:151 #: tools/gpg-check-pattern.c:143 #, fuzzy msgid "Please report bugs to <@EMAIL@>.\n" msgstr "Palun saatke veateated aadressil <gnupg-bugs@gnu.org>.\n" -#: agent/gpg-agent.c:559 +#: agent/gpg-agent.c:560 #, fuzzy msgid "Usage: @GPG_AGENT@ [options] (-h for help)" msgstr "Kasuta: gpg [võtmed] [failid] (-h näitab abiinfot)" -#: agent/gpg-agent.c:561 +#: agent/gpg-agent.c:562 msgid "" "Syntax: @GPG_AGENT@ [options] [command [args]]\n" "Secret key management for @GNUPG@\n" msgstr "" -#: agent/gpg-agent.c:606 g10/gpg.c:1336 scd/scdaemon.c:383 sm/gpgsm.c:757 -#: dirmngr/dirmngr.c:521 +#: agent/gpg-agent.c:607 g10/gpg.c:1337 scd/scdaemon.c:384 sm/gpgsm.c:760 +#: dirmngr/dirmngr.c:522 #, c-format msgid "invalid debug-level '%s' given\n" msgstr "" -#: agent/gpg-agent.c:971 g10/gpg.c:3879 g10/gpg.c:3903 sm/gpgsm.c:1736 -#: sm/gpgsm.c:1742 +#: agent/gpg-agent.c:972 g10/gpg.c:3910 g10/gpg.c:3934 sm/gpgsm.c:1769 +#: sm/gpgsm.c:1775 #, c-format msgid "selected digest algorithm is invalid\n" msgstr "valitud lühendi algoritm ei ole lubatud\n" -#: agent/gpg-agent.c:1195 agent/gpg-agent.c:2010 g10/gpg.c:2588 -#: scd/scdaemon.c:548 sm/gpgsm.c:1151 dirmngr/dirmngr.c:988 -#: dirmngr/dirmngr.c:1830 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:2019 common/comopt.c:93 +#: g10/gpg.c:2591 scd/scdaemon.c:549 sm/gpgsm.c:1155 dirmngr/dirmngr.c:989 +#: dirmngr/dirmngr.c:1840 #, fuzzy, c-format #| msgid "reading options from `%s'\n" msgid "reading options from '%s'\n" msgstr "loen võtmeid failist `%s'\n" -#: agent/gpg-agent.c:1327 g10/gpg.c:3830 scd/scdaemon.c:675 sm/gpgsm.c:1676 -#: dirmngr/dirmngr.c:1099 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 +#: agent/gpg-agent.c:1335 g10/gpg.c:3861 scd/scdaemon.c:687 sm/gpgsm.c:1709 +#: dirmngr/dirmngr.c:1108 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 #, fuzzy, c-format #| msgid "WARNING: \"%s\" is a deprecated option\n" msgid "Note: '%s' is not considered an option\n" msgstr "HOIATUS: võtit \"%s\" ei soovitata kasutada.\n" -#: agent/gpg-agent.c:2146 scd/scdaemon.c:1096 dirmngr/dirmngr.c:1258 +#: agent/gpg-agent.c:2172 scd/scdaemon.c:1108 dirmngr/dirmngr.c:1267 #, fuzzy, c-format msgid "can't create socket: %s\n" msgstr "%s ei õnnestu luua: %s\n" -#: agent/gpg-agent.c:2163 scd/scdaemon.c:1109 dirmngr/dirmngr.c:1271 +#: agent/gpg-agent.c:2189 scd/scdaemon.c:1121 dirmngr/dirmngr.c:1280 #, c-format msgid "socket name '%s' is too long\n" msgstr "" -#: agent/gpg-agent.c:2202 +#: agent/gpg-agent.c:2228 #, fuzzy, c-format msgid "a gpg-agent is already running - not starting a new one\n" msgstr "gpg-agent ei ole sesses sessioonis kasutatav\n" -#: agent/gpg-agent.c:2213 scd/scdaemon.c:1133 dirmngr/dirmngr.c:1303 +#: agent/gpg-agent.c:2239 scd/scdaemon.c:1145 dirmngr/dirmngr.c:1312 #, fuzzy, c-format msgid "error getting nonce for the socket\n" msgstr "viga parooli loomisel: %s\n" -#: agent/gpg-agent.c:2218 scd/scdaemon.c:1136 dirmngr/dirmngr.c:1306 +#: agent/gpg-agent.c:2244 scd/scdaemon.c:1148 dirmngr/dirmngr.c:1315 #, fuzzy, c-format msgid "error binding socket to '%s': %s\n" msgstr "viga teate saatmisel serverile `%s': %s\n" -#: agent/gpg-agent.c:2229 agent/gpg-agent.c:2269 agent/gpg-agent.c:2278 -#: scd/scdaemon.c:1144 dirmngr/dirmngr.c:1315 +#: agent/gpg-agent.c:2255 agent/gpg-agent.c:2295 agent/gpg-agent.c:2304 +#: scd/scdaemon.c:1156 dirmngr/dirmngr.c:1324 #, fuzzy, c-format msgid "can't set permissions of '%s': %s\n" msgstr "HOIATUS: ebaturvalised õigused %s \"%s\"\n" -#: agent/gpg-agent.c:2243 scd/scdaemon.c:1156 dirmngr/dirmngr.c:1327 +#: agent/gpg-agent.c:2269 scd/scdaemon.c:1168 dirmngr/dirmngr.c:1336 #, fuzzy, c-format msgid "listening on socket '%s'\n" msgstr "kirjutan salajase võtme faili `%s'\n" -#: agent/gpg-agent.c:2263 agent/gpg-agent.c:2316 common/homedir.c:517 +#: agent/gpg-agent.c:2289 agent/gpg-agent.c:2342 common/homedir.c:517 #: g10/openfile.c:399 g10/photoid.c:379 #, fuzzy, c-format #| msgid "can't create directory `%s': %s\n" msgid "can't create directory '%s': %s\n" msgstr "kataloogi `%s' ei õnnestu luua: %s\n" -#: agent/gpg-agent.c:2266 agent/gpg-agent.c:2321 common/homedir.c:520 +#: agent/gpg-agent.c:2292 agent/gpg-agent.c:2347 common/homedir.c:520 #: g10/openfile.c:402 #, fuzzy, c-format msgid "directory '%s' created\n" msgstr "%s: kataloog on loodud\n" -#: agent/gpg-agent.c:2327 +#: agent/gpg-agent.c:2353 #, fuzzy, c-format msgid "stat() failed for '%s': %s\n" msgstr "trustdb: lugemine ebaõnnestus (n=%d): %s\n" -#: agent/gpg-agent.c:2331 +#: agent/gpg-agent.c:2357 #, fuzzy, c-format msgid "can't use '%s' as home directory\n" msgstr "%s: kataloogi ei õnnestu luua: %s\n" -#: agent/gpg-agent.c:2486 scd/scdaemon.c:1172 dirmngr/dirmngr.c:2042 +#: agent/gpg-agent.c:2512 scd/scdaemon.c:1184 dirmngr/dirmngr.c:2069 #, fuzzy, c-format msgid "error reading nonce on fd %d: %s\n" msgstr "viga `%s' lugemisel: %s\n" -#: agent/gpg-agent.c:2693 +#: agent/gpg-agent.c:2719 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:2698 +#: agent/gpg-agent.c:2724 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:2773 +#: agent/gpg-agent.c:2799 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:2778 +#: agent/gpg-agent.c:2804 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:3000 scd/scdaemon.c:1362 dirmngr/dirmngr.c:2256 +#: agent/gpg-agent.c:3026 scd/scdaemon.c:1374 dirmngr/dirmngr.c:2283 #, fuzzy, c-format msgid "npth_pselect failed: %s - waiting 1s\n" msgstr "salajase võtme uuendamine ebaõnnestus: %s\n" -#: agent/gpg-agent.c:3088 scd/scdaemon.c:1427 +#: agent/gpg-agent.c:3114 scd/scdaemon.c:1439 #, fuzzy, c-format msgid "%s %s stopped\n" msgstr "%s: jätsin vahele: %s\n" -#: agent/gpg-agent.c:3226 common/simple-pwquery.c:247 g10/call-agent.c:260 +#: agent/gpg-agent.c:3252 common/simple-pwquery.c:247 g10/call-agent.c:260 #: sm/call-agent.c:131 tools/gpg-connect-agent.c:2319 tools/card-call-scd.c:311 #, fuzzy, c-format msgid "no gpg-agent running in this session\n" @@ -782,8 +782,8 @@ msgid "" "Password cache maintenance\n" msgstr "" -#: agent/protect-tool.c:107 g10/gpg.c:447 kbx/kbxutil.c:72 sm/gpgsm.c:213 -#: dirmngr/dirmngr.c:167 tools/gpgconf.c:81 +#: agent/protect-tool.c:107 g10/gpg.c:448 kbx/kbxutil.c:72 sm/gpgsm.c:215 +#: dirmngr/dirmngr.c:168 tools/gpgconf.c:81 msgid "" "@Commands:\n" " " @@ -1033,7 +1033,7 @@ msgid "error creating a stream for a pipe: %s\n" msgstr "viga parooli loomisel: %s\n" #: common/exechelp-posix.c:505 common/exechelp-posix.c:580 -#: common/exechelp-posix.c:861 dirmngr/dirmngr.c:1345 +#: common/exechelp-posix.c:866 dirmngr/dirmngr.c:1354 #, fuzzy, c-format msgid "error forking process: %s\n" msgstr "viga `%s' lugemisel: %s\n" @@ -1043,23 +1043,23 @@ msgstr "viga `%s' lugemisel: %s\n" msgid "waiting for process %d to terminate failed: %s\n" msgstr "" -#: common/exechelp-posix.c:688 common/exechelp-posix.c:804 +#: common/exechelp-posix.c:688 common/exechelp-posix.c:809 #, fuzzy, c-format msgid "error running '%s': probably not installed\n" msgstr "viga `%s' lugemisel: %s\n" -#: common/exechelp-posix.c:694 common/exechelp-posix.c:811 +#: common/exechelp-posix.c:694 common/exechelp-posix.c:816 #: common/exechelp-w32.c:839 common/exechelp-w32ce.c:782 #, fuzzy, c-format msgid "error running '%s': exit status %d\n" msgstr "viga `%s' lugemisel: %s\n" -#: common/exechelp-posix.c:702 common/exechelp-posix.c:819 +#: common/exechelp-posix.c:702 common/exechelp-posix.c:824 #, fuzzy, c-format msgid "error running '%s': terminated\n" msgstr "viga `%s' lugemisel: %s\n" -#: common/exechelp-posix.c:760 common/exechelp-w32.c:820 +#: common/exechelp-posix.c:765 common/exechelp-w32.c:820 #, fuzzy, c-format msgid "waiting for processes to terminate failed: %s\n" msgstr "uuendamine ebaõnnestus: %s\n" @@ -1106,7 +1106,7 @@ msgid "renaming '%s' to '%s' failed: %s\n" msgstr "pakendamine ebaõnnestus: %s\n" #. TRANSLATORS: See doc/TRANSLATE about this string. -#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3081 +#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3082 msgid "yes" msgstr "jah" @@ -1162,7 +1162,7 @@ msgid "out of core while allocating %lu bytes" msgstr "" #: common/miscellaneous.c:115 g10/card-util.c:917 tools/no-libgcrypt.c:30 -#: tools/gpg-card.c:415 +#: tools/gpg-card.c:416 #, fuzzy, c-format msgid "error allocating enough memory: %s\n" msgstr "viga võtmehoidla `%s' loomisel: %s\n" @@ -1233,7 +1233,7 @@ msgstr "viga võtmehoidla `%s' loomisel: %s\n" msgid "server '%s' is older than us (%s < %s)" msgstr "" -#: common/asshelp.c:737 g10/call-dirmngr.c:407 +#: common/asshelp.c:737 g10/call-dirmngr.c:408 #, fuzzy, c-format #| msgid "WARNING: %s overrides %s\n" msgid "WARNING: %s\n" @@ -1538,8 +1538,8 @@ msgstr "ei leia avalikku võtit %08lX: %s\n" msgid "waiting for lock %s...\n" msgstr "kirjutan salajase võtme faili `%s'\n" -#: common/init.c:191 sm/gpgsm.c:1032 dirmngr/dirmngr.c:894 -#: dirmngr/dirmngr.c:903 +#: common/init.c:191 sm/gpgsm.c:1036 dirmngr/dirmngr.c:895 +#: dirmngr/dirmngr.c:904 #, c-format msgid "%s is too old (need %s, have %s)\n" msgstr "" @@ -1713,57 +1713,57 @@ msgstr "viga `%s' lugemisel: %s\n" msgid "problem with the agent: %s\n" msgstr "probleem agendiga: agent tagastas 0x%lx\n" -#: g10/call-dirmngr.c:178 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 +#: g10/call-dirmngr.c:179 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 #, fuzzy, c-format msgid "no dirmngr running in this session\n" msgstr "gpg-agent ei ole sesses sessioonis kasutatav\n" -#: g10/call-dirmngr.c:212 +#: g10/call-dirmngr.c:213 #, fuzzy, c-format #| msgid "you may not use %s while in %s mode\n" msgid "keyserver option \"honor-keyserver-url\" may not be used in Tor mode\n" msgstr "%s ei ole moodis %s lubatud.\n" -#: g10/call-dirmngr.c:385 +#: g10/call-dirmngr.c:386 msgid "WKD uses a cached result" msgstr "" -#: g10/call-dirmngr.c:388 +#: g10/call-dirmngr.c:389 msgid "Tor is not running" msgstr "" -#: g10/call-dirmngr.c:390 +#: g10/call-dirmngr.c:391 #, fuzzy msgid "Tor is not properly configured" msgstr "viga: vigane sõrmejälg\n" -#: g10/call-dirmngr.c:392 +#: g10/call-dirmngr.c:393 #, fuzzy msgid "DNS is not properly configured" msgstr "viga: vigane sõrmejälg\n" -#: g10/call-dirmngr.c:394 +#: g10/call-dirmngr.c:395 msgid "unacceptable HTTP redirect from server" msgstr "" -#: g10/call-dirmngr.c:396 +#: g10/call-dirmngr.c:397 msgid "unacceptable HTTP redirect from server was cleaned up" msgstr "" -#: g10/call-dirmngr.c:398 +#: g10/call-dirmngr.c:399 #, fuzzy #| msgid "generate a revocation certificate" msgid "server uses an invalid certificate" msgstr "genereeri tühistamise sertifikaat" -#: g10/call-dirmngr.c:405 g10/gpg.c:4568 +#: g10/call-dirmngr.c:406 g10/gpg.c:4599 #, fuzzy, c-format #| msgid "armor: %s\n" msgid "Note: %s\n" msgstr "pakend: %s\n" #: g10/card-util.c:86 g10/card-util.c:369 g10/card-util.c:1924 -#: tools/gpg-card.c:3038 +#: tools/gpg-card.c:3039 #, fuzzy, c-format msgid "OpenPGP card not available: %s\n" msgstr "salajane võti ei ole kättesaadav" @@ -1774,17 +1774,17 @@ msgid "OpenPGP card no. %s detected\n" msgstr "" #: g10/card-util.c:97 g10/card-util.c:2309 g10/delkey.c:164 g10/keyedit.c:1428 -#: g10/keygen.c:4771 g10/revoke.c:214 g10/revoke.c:638 +#: g10/keygen.c:4791 g10/revoke.c:214 g10/revoke.c:638 #, fuzzy, c-format msgid "can't do this in batch mode\n" msgstr "seda ei saa teha pakettmoodis\n" -#: g10/card-util.c:105 tools/gpg-card.c:2942 +#: g10/card-util.c:105 tools/gpg-card.c:2943 #, fuzzy, c-format msgid "This command is only available for version 2 cards\n" msgstr "See käsklus ei ole %s moodis lubatud.\n" -#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2947 +#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2948 #, fuzzy, c-format msgid "Reset Code not or not anymore available\n" msgstr "salajase võtme komponendid ei ole kättesaadavad\n" @@ -1793,115 +1793,115 @@ msgstr "salajase võtme komponendid ei ole kättesaadavad\n" #: g10/card-util.c:1802 g10/keyedit.c:394 g10/keyedit.c:415 g10/keyedit.c:429 #: g10/keygen.c:1991 g10/keygen.c:2165 g10/keygen.c:2385 g10/keygen.c:2685 #: sm/certreqgen-ui.c:166 sm/certreqgen-ui.c:292 sm/certreqgen-ui.c:326 -#: tools/gpg-card.c:509 +#: tools/gpg-card.c:510 msgid "Your selection? " msgstr "Teie valik? " -#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:595 -#: tools/gpg-card.c:635 +#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:596 +#: tools/gpg-card.c:636 msgid "[not set]" msgstr "" -#: g10/card-util.c:558 tools/gpg-card.c:902 +#: g10/card-util.c:558 tools/gpg-card.c:903 msgid "Mr." msgstr "" -#: g10/card-util.c:559 tools/gpg-card.c:903 +#: g10/card-util.c:559 tools/gpg-card.c:904 msgid "Ms." msgstr "" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 #, fuzzy msgid "not forced" msgstr "ei töödeldud" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 msgid "forced" msgstr "" -#: g10/card-util.c:768 tools/gpg-card.c:1467 +#: g10/card-util.c:768 tools/gpg-card.c:1468 msgid "Error: Only plain ASCII is currently allowed.\n" msgstr "" -#: g10/card-util.c:770 tools/gpg-card.c:1469 +#: g10/card-util.c:770 tools/gpg-card.c:1470 msgid "Error: The \"<\" character may not be used.\n" msgstr "" -#: g10/card-util.c:772 tools/gpg-card.c:1471 +#: g10/card-util.c:772 tools/gpg-card.c:1472 msgid "Error: Double spaces are not allowed.\n" msgstr "" -#: g10/card-util.c:789 tools/gpg-card.c:1504 +#: g10/card-util.c:789 tools/gpg-card.c:1505 msgid "Cardholder's surname: " msgstr "" -#: g10/card-util.c:791 tools/gpg-card.c:1505 +#: g10/card-util.c:791 tools/gpg-card.c:1506 msgid "Cardholder's given name: " msgstr "" -#: g10/card-util.c:809 tools/gpg-card.c:1522 +#: g10/card-util.c:809 tools/gpg-card.c:1523 #, c-format msgid "Error: Combined name too long (limit is %d characters).\n" msgstr "" -#: g10/card-util.c:830 tools/gpg-card.c:1560 +#: g10/card-util.c:830 tools/gpg-card.c:1561 #, fuzzy msgid "URL to retrieve public key: " msgstr "vastavat avalikku võtit pole: %s\n" -#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:394 g10/import.c:744 -#: g10/import.c:803 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 -#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1657 -#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:425 +#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:406 g10/import.c:756 +#: g10/import.c:815 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 +#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1666 +#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:426 #, fuzzy, c-format #| msgid "error reading `%s': %s\n" msgid "error reading '%s': %s\n" msgstr "viga `%s' lugemisel: %s\n" #: g10/card-util.c:959 g10/decrypt-data.c:498 g10/export.c:2496 -#: dirmngr/crlcache.c:925 tools/gpg-card.c:485 tools/gpg-card.c:492 +#: dirmngr/crlcache.c:925 tools/gpg-card.c:486 tools/gpg-card.c:493 #, fuzzy, c-format msgid "error writing '%s': %s\n" msgstr "viga võtmehoidlasse `%s' kirjutamisel: %s\n" -#: g10/card-util.c:986 tools/gpg-card.c:1649 +#: g10/card-util.c:986 tools/gpg-card.c:1650 msgid "Login data (account name): " msgstr "" -#: g10/card-util.c:1024 tools/gpg-card.c:1944 +#: g10/card-util.c:1024 tools/gpg-card.c:1945 msgid "Private DO data: " msgstr "" -#: g10/card-util.c:1109 tools/gpg-card.c:1698 +#: g10/card-util.c:1109 tools/gpg-card.c:1699 #, fuzzy msgid "Language preferences: " msgstr "uuendatud eelistused" -#: g10/card-util.c:1117 tools/gpg-card.c:1709 +#: g10/card-util.c:1117 tools/gpg-card.c:1710 #, fuzzy, c-format msgid "Error: invalid length of preference string.\n" msgstr "lubamatu sümbol eelistuste sõnes\n" -#: g10/card-util.c:1126 tools/gpg-card.c:1718 +#: g10/card-util.c:1126 tools/gpg-card.c:1719 #, fuzzy, c-format msgid "Error: invalid characters in preference string.\n" msgstr "lubamatu sümbol eelistuste sõnes\n" -#: g10/card-util.c:1148 tools/gpg-card.c:1752 +#: g10/card-util.c:1148 tools/gpg-card.c:1753 msgid "Salutation (M = Mr., F = Ms., or space): " msgstr "" -#: g10/card-util.c:1162 tools/gpg-card.c:1769 +#: g10/card-util.c:1162 tools/gpg-card.c:1770 #, fuzzy msgid "Error: invalid response.\n" msgstr "viga: vigane sõrmejälg\n" -#: g10/card-util.c:1185 tools/gpg-card.c:1834 +#: g10/card-util.c:1185 tools/gpg-card.c:1835 #, fuzzy msgid "CA fingerprint: " msgstr "näita sõrmejälge" -#: g10/card-util.c:1209 tools/gpg-card.c:1860 +#: g10/card-util.c:1209 tools/gpg-card.c:1861 #, fuzzy, c-format msgid "Error: invalid formatted fingerprint.\n" msgstr "viga: vigane sõrmejälg\n" @@ -1916,7 +1916,7 @@ msgstr "Võtme genereerimine ebaõnnestus: %s\n" msgid "not an OpenPGP card" msgstr "ei leia OpenPGP andmeid.\n" -#: g10/card-util.c:1273 g10/keygen.c:4791 g10/keygen.c:5952 +#: g10/card-util.c:1273 g10/keygen.c:4811 g10/keygen.c:5972 #, fuzzy, c-format msgid "error getting current key info: %s\n" msgstr "viga salajase võtme võtmehoidlasse `%s' kirjutamisel: %s\n" @@ -1925,7 +1925,7 @@ msgstr "viga salajase võtme võtmehoidlasse `%s' kirjutamisel: %s\n" msgid "Replace existing key? (y/N) " msgstr "" -#: g10/card-util.c:1375 tools/gpg-card.c:3327 +#: g10/card-util.c:1375 tools/gpg-card.c:3328 msgid "" "Note: There is no guarantee that the card supports the requested\n" " key type or size. If the key generation does not succeed,\n" @@ -2008,14 +2008,14 @@ msgid "error getting card info: %s\n" msgstr "viga salajase võtme võtmehoidlasse `%s' kirjutamisel: %s\n" #: g10/card-util.c:1591 g10/card-util.c:1936 g10/card-util.c:2112 -#: g10/card-util.c:2171 tools/gpg-card.c:3056 tools/gpg-card.c:3295 -#: tools/gpg-card.c:3353 +#: g10/card-util.c:2171 tools/gpg-card.c:3057 tools/gpg-card.c:3296 +#: tools/gpg-card.c:3354 #, fuzzy, c-format #| msgid "This command is not allowed while in %s mode.\n" msgid "This command is not supported by this card\n" msgstr "See käsklus ei ole %s moodis lubatud.\n" -#: g10/card-util.c:1637 tools/gpg-card.c:2425 +#: g10/card-util.c:1637 tools/gpg-card.c:2426 msgid "Make off-card backup of encryption key? (Y/n) " msgstr "" @@ -2024,11 +2024,11 @@ msgstr "" msgid "Note: keys are already stored on the card!\n" msgstr "jätsin vahele: avalik võti on juba olemas\n" -#: g10/card-util.c:1654 tools/gpg-card.c:2397 +#: g10/card-util.c:1654 tools/gpg-card.c:2398 msgid "Replace existing keys? (y/N) " msgstr "" -#: g10/card-util.c:1666 tools/gpg-card.c:2456 +#: g10/card-util.c:1666 tools/gpg-card.c:2457 #, c-format msgid "" "Please note that the factory settings of the PINs are\n" @@ -2065,17 +2065,17 @@ msgstr "Palun valige tühistamise põhjus:\n" msgid "KEYTOCARD failed: %s\n" msgstr "uuendamine ebaõnnestus: %s\n" -#: g10/card-util.c:1941 tools/gpg-card.c:3064 +#: g10/card-util.c:1941 tools/gpg-card.c:3065 #, fuzzy, c-format msgid "Note: This command destroys all keys stored on the card!\n" msgstr "jätsin vahele: avalik võti on juba olemas\n" -#: g10/card-util.c:1944 tools/gpg-card.c:3067 tools/gpg-card.c:3408 +#: g10/card-util.c:1944 tools/gpg-card.c:3068 tools/gpg-card.c:3409 #, fuzzy msgid "Continue? (y/N) " msgstr "Allkirjastan tõesti? " -#: g10/card-util.c:1949 tools/gpg-card.c:3078 +#: g10/card-util.c:1949 tools/gpg-card.c:3079 msgid "Really do a factory reset? (enter \"yes\") " msgstr "" @@ -2089,7 +2089,7 @@ msgstr "viga `%s' lugemisel: %s\n" msgid "error for setup UIF: %s\n" msgstr "viga `%s' lugemisel: %s\n" -#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3648 +#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3649 msgid "quit this menu" msgstr "välju sellest menüüst" @@ -2098,68 +2098,68 @@ msgstr "välju sellest menüüst" msgid "show admin commands" msgstr "vastuolulised käsud\n" -#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3651 +#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3652 msgid "show this help" msgstr "näita seda abiinfot" -#: g10/card-util.c:2217 tools/gpg-card.c:3653 +#: g10/card-util.c:2217 tools/gpg-card.c:3654 #, fuzzy msgid "list all available data" msgstr "Võtme leiate: " -#: g10/card-util.c:2220 tools/gpg-card.c:3655 +#: g10/card-util.c:2220 tools/gpg-card.c:3656 msgid "change card holder's name" msgstr "" -#: g10/card-util.c:2221 tools/gpg-card.c:3656 +#: g10/card-util.c:2221 tools/gpg-card.c:3657 msgid "change URL to retrieve key" msgstr "" -#: g10/card-util.c:2222 tools/gpg-card.c:3657 +#: g10/card-util.c:2222 tools/gpg-card.c:3658 msgid "fetch the key specified in the card URL" msgstr "" -#: g10/card-util.c:2223 tools/gpg-card.c:3658 +#: g10/card-util.c:2223 tools/gpg-card.c:3659 #, fuzzy msgid "change the login name" msgstr "muuda aegumise kuupäeva" -#: g10/card-util.c:2224 tools/gpg-card.c:3659 +#: g10/card-util.c:2224 tools/gpg-card.c:3660 #, fuzzy msgid "change the language preferences" msgstr "muuda omaniku usaldust" -#: g10/card-util.c:2225 tools/gpg-card.c:3660 +#: g10/card-util.c:2225 tools/gpg-card.c:3661 msgid "change card holder's salutation" msgstr "" -#: g10/card-util.c:2227 tools/gpg-card.c:3662 +#: g10/card-util.c:2227 tools/gpg-card.c:3663 #, fuzzy msgid "change a CA fingerprint" msgstr "näita sõrmejälge" -#: g10/card-util.c:2228 tools/gpg-card.c:3663 +#: g10/card-util.c:2228 tools/gpg-card.c:3664 msgid "toggle the signature force PIN flag" msgstr "" -#: g10/card-util.c:2229 tools/gpg-card.c:3664 +#: g10/card-util.c:2229 tools/gpg-card.c:3665 #, fuzzy msgid "generate new keys" msgstr "genereeri uus võtmepaar" -#: g10/card-util.c:2230 tools/gpg-card.c:3665 +#: g10/card-util.c:2230 tools/gpg-card.c:3666 msgid "menu to change or unblock the PIN" msgstr "" -#: g10/card-util.c:2231 tools/gpg-card.c:3666 +#: g10/card-util.c:2231 tools/gpg-card.c:3667 msgid "verify the PIN and list all data" msgstr "" -#: g10/card-util.c:2232 tools/gpg-card.c:3667 +#: g10/card-util.c:2232 tools/gpg-card.c:3668 msgid "unblock the PIN using a Reset Code" msgstr "" -#: g10/card-util.c:2233 tools/gpg-card.c:3671 +#: g10/card-util.c:2233 tools/gpg-card.c:3672 msgid "destroy all keys and data" msgstr "" @@ -2175,13 +2175,13 @@ msgstr "|NIMI|kasuta NIME vaikimisi saajana" msgid "change the key attribute" msgstr "muuda omaniku usaldust" -#: g10/card-util.c:2237 tools/gpg-card.c:3673 +#: g10/card-util.c:2237 tools/gpg-card.c:3674 #, fuzzy #| msgid "change the ownertrust" msgid "change the User Interaction Flag" msgstr "muuda omaniku usaldust" -#: g10/card-util.c:2361 tools/gpg-card.c:3923 +#: g10/card-util.c:2361 tools/gpg-card.c:3924 msgid "gpg/card> " msgstr "" @@ -2200,8 +2200,8 @@ msgstr "vastuolulised käsud\n" msgid "Admin commands are not allowed\n" msgstr "kirjutan salajase võtme faili `%s'\n" -#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3813 -#: tools/gpg-card.c:4071 +#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3814 +#: tools/gpg-card.c:4072 #, c-format msgid "Invalid command (try \"help\")\n" msgstr "Vigane käsklus (proovige \"help\")\n" @@ -2211,22 +2211,22 @@ msgstr "Vigane käsklus (proovige \"help\")\n" msgid "--output doesn't work for this command\n" msgstr "võti --output ei tööta selle käsuga\n" -#: g10/decrypt.c:247 g10/gpg.c:5262 g10/keyring.c:399 g10/keyring.c:750 +#: g10/decrypt.c:247 g10/gpg.c:5293 g10/keyring.c:399 g10/keyring.c:750 #, fuzzy, c-format #| msgid "can't open `%s'\n" msgid "can't open '%s'\n" msgstr "`%s' ei õnnestu avada\n" #: g10/delkey.c:81 g10/export.c:1934 g10/export.c:2342 g10/export.c:2463 -#: g10/getkey.c:1907 g10/gpg.c:5207 g10/keyedit.c:1450 g10/keyedit.c:2382 -#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1238 +#: g10/getkey.c:1907 g10/gpg.c:5238 g10/keyedit.c:1450 g10/keyedit.c:2382 +#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1240 #: g10/revoke.c:230 g10/tofu.c:2168 #, fuzzy, c-format msgid "key \"%s\" not found: %s\n" msgstr "võtit '%s' ei leitud: %s\n" -#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4303 -#: g10/gpg.c:5216 g10/keyedit.c:2354 g10/keyserver.c:1256 g10/revoke.c:236 +#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4330 +#: g10/gpg.c:5247 g10/keyedit.c:2354 g10/keyserver.c:1258 g10/revoke.c:236 #: g10/revoke.c:665 g10/tofu.c:2176 #, c-format msgid "error reading keyblock: %s\n" @@ -2353,14 +2353,14 @@ msgstr "Å¡ifri algoritm \"%s\" ei ole moodis %s lubatud\n" msgid "(use option \"%s\" to override)\n" msgstr "" -#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4052 -#: g10/gpg.c:4099 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1760 +#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4083 +#: g10/gpg.c:4130 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1793 #, fuzzy, c-format msgid "cipher algorithm '%s' may not be used in %s mode\n" msgstr "Å¡ifri algoritm \"%s\" ei ole moodis %s lubatud\n" -#: g10/encrypt.c:564 g10/gpg.c:4064 g10/gpg.c:4111 g10/sig-check.c:155 -#: g10/sign.c:452 sm/gpgsm.c:1770 sm/gpgsm.c:1780 sm/sign.c:596 sm/verify.c:510 +#: g10/encrypt.c:564 g10/gpg.c:4095 g10/gpg.c:4142 g10/sig-check.c:155 +#: g10/sign.c:452 sm/gpgsm.c:1803 sm/gpgsm.c:1813 sm/sign.c:596 sm/verify.c:510 #, fuzzy, c-format msgid "digest algorithm '%s' may not be used in %s mode\n" msgstr "sõnumilühendi algoritm \"%s\" ei ole moodis %s lubatud\n" @@ -2468,7 +2468,7 @@ msgstr "" msgid " - skipped" msgstr "%s: jätsin vahele: %s\n" -#: g10/export.c:1333 g10/import.c:2112 g10/openfile.c:202 g10/openfile.c:296 +#: g10/export.c:1333 g10/import.c:2124 g10/openfile.c:202 g10/openfile.c:296 #: g10/sign.c:1110 g10/sign.c:1447 #, fuzzy, c-format #| msgid "writing to `%s'\n" @@ -2566,297 +2566,297 @@ msgstr "" msgid "using subkey %s instead of primary key %s\n" msgstr "kasutan sekundaarset võtit %08lX primaarse võtme %08lX asemel\n" -#: g10/getkey.c:4232 g10/gpg.c:2164 +#: g10/getkey.c:4259 g10/gpg.c:2167 #, fuzzy, c-format msgid "valid values for option '%s':\n" msgstr "vigased impordi võtmed\n" -#: g10/gpg.c:449 sm/gpgsm.c:215 +#: g10/gpg.c:450 sm/gpgsm.c:217 #, fuzzy msgid "make a signature" msgstr "loo eraldiseisev allkiri" -#: g10/gpg.c:450 +#: g10/gpg.c:451 #, fuzzy msgid "make a clear text signature" msgstr "|[fail]|loo avateksti allkiri" -#: g10/gpg.c:452 sm/gpgsm.c:217 +#: g10/gpg.c:453 sm/gpgsm.c:219 msgid "make a detached signature" msgstr "loo eraldiseisev allkiri" -#: g10/gpg.c:453 sm/gpgsm.c:218 +#: g10/gpg.c:454 sm/gpgsm.c:220 msgid "encrypt data" msgstr "krüpteeri andmed" -#: g10/gpg.c:455 +#: g10/gpg.c:456 msgid "encryption only with symmetric cipher" msgstr "krüpteerimine kasutades ainult sümmeetrilist Å¡ifrit" -#: g10/gpg.c:457 sm/gpgsm.c:220 +#: g10/gpg.c:458 sm/gpgsm.c:222 msgid "decrypt data (default)" msgstr "dekrüpteeri andmed (vaikimisi)" -#: g10/gpg.c:459 sm/gpgsm.c:221 +#: g10/gpg.c:460 sm/gpgsm.c:223 msgid "verify a signature" msgstr "kontrolli allkirja" -#: g10/gpg.c:461 sm/gpgsm.c:222 +#: g10/gpg.c:462 sm/gpgsm.c:224 msgid "list keys" msgstr "näita võtmeid" -#: g10/gpg.c:463 +#: g10/gpg.c:464 msgid "list keys and signatures" msgstr "näita võtmeid ja allkirju" -#: g10/gpg.c:466 +#: g10/gpg.c:467 #, fuzzy msgid "list and check key signatures" msgstr "kontrolli võtmete allkirju" -#: g10/gpg.c:468 sm/gpgsm.c:227 +#: g10/gpg.c:469 sm/gpgsm.c:229 msgid "list keys and fingerprints" msgstr "näita võtmeid ja sõrmejälgi" -#: g10/gpg.c:469 sm/gpgsm.c:225 +#: g10/gpg.c:470 sm/gpgsm.c:227 msgid "list secret keys" msgstr "näita salajasi võtmeid" -#: g10/gpg.c:471 sm/gpgsm.c:228 +#: g10/gpg.c:472 sm/gpgsm.c:230 msgid "generate a new key pair" msgstr "genereeri uus võtmepaar" -#: g10/gpg.c:474 +#: g10/gpg.c:475 #, fuzzy #| msgid "generate a new key pair" msgid "quickly generate a new key pair" msgstr "genereeri uus võtmepaar" -#: g10/gpg.c:477 +#: g10/gpg.c:478 #, fuzzy #| msgid "generate a new key pair" msgid "quickly add a new user-id" msgstr "genereeri uus võtmepaar" -#: g10/gpg.c:482 +#: g10/gpg.c:483 #, fuzzy #| msgid "generate a new key pair" msgid "quickly revoke a user-id" msgstr "genereeri uus võtmepaar" -#: g10/gpg.c:485 +#: g10/gpg.c:486 #, fuzzy #| msgid "generate a new key pair" msgid "quickly set a new expiration date" msgstr "genereeri uus võtmepaar" -#: g10/gpg.c:488 +#: g10/gpg.c:489 msgid "full featured key pair generation" msgstr "" -#: g10/gpg.c:491 +#: g10/gpg.c:492 msgid "generate a revocation certificate" msgstr "genereeri tühistamise sertifikaat" -#: g10/gpg.c:494 sm/gpgsm.c:231 +#: g10/gpg.c:495 sm/gpgsm.c:233 msgid "remove keys from the public keyring" msgstr "eemalda võtmed avalike võtmete hoidlast" -#: g10/gpg.c:496 +#: g10/gpg.c:497 msgid "remove keys from the secret keyring" msgstr "eemalda võtmed salajaste võtmete hoidlast" -#: g10/gpg.c:498 +#: g10/gpg.c:499 #, fuzzy #| msgid "sign a key" msgid "quickly sign a key" msgstr "allkirjasta võti" -#: g10/gpg.c:500 +#: g10/gpg.c:501 #, fuzzy #| msgid "sign a key locally" msgid "quickly sign a key locally" msgstr "allkirjasta võti lokaalselt" -#: g10/gpg.c:502 +#: g10/gpg.c:503 #, fuzzy #| msgid "generate a new key pair" msgid "quickly revoke a key signature" msgstr "genereeri uus võtmepaar" -#: g10/gpg.c:503 +#: g10/gpg.c:504 msgid "sign a key" msgstr "allkirjasta võti" -#: g10/gpg.c:504 +#: g10/gpg.c:505 msgid "sign a key locally" msgstr "allkirjasta võti lokaalselt" -#: g10/gpg.c:505 +#: g10/gpg.c:506 msgid "sign or edit a key" msgstr "allkirjasta või toimeta võtit" -#: g10/gpg.c:507 sm/gpgsm.c:249 +#: g10/gpg.c:508 sm/gpgsm.c:251 #, fuzzy msgid "change a passphrase" msgstr "muuda parooli" -#: g10/gpg.c:511 +#: g10/gpg.c:512 msgid "export keys" msgstr "ekspordi võtmed" -#: g10/gpg.c:512 +#: g10/gpg.c:513 msgid "export keys to a keyserver" msgstr "ekspordi võtmed võtmeserverisse" -#: g10/gpg.c:513 +#: g10/gpg.c:514 msgid "import keys from a keyserver" msgstr "impordi võtmed võtmeserverist" -#: g10/gpg.c:516 +#: g10/gpg.c:517 msgid "search for keys on a keyserver" msgstr "otsi võtmeid võtmeserverist" -#: g10/gpg.c:518 +#: g10/gpg.c:519 msgid "update all keys from a keyserver" msgstr "uuenda võtmeid võtmeserverist" -#: g10/gpg.c:526 +#: g10/gpg.c:527 msgid "import/merge keys" msgstr "impordi/mesti võtmed" -#: g10/gpg.c:529 +#: g10/gpg.c:530 msgid "print the card status" msgstr "" -#: g10/gpg.c:530 +#: g10/gpg.c:531 msgid "change data on a card" msgstr "" -#: g10/gpg.c:532 +#: g10/gpg.c:533 msgid "change a card's PIN" msgstr "" -#: g10/gpg.c:544 +#: g10/gpg.c:545 msgid "update the trust database" msgstr "uuenda usalduse andmebaasi" -#: g10/gpg.c:554 +#: g10/gpg.c:555 #, fuzzy msgid "print message digests" msgstr "|algo [failid]|trüki teatelühendid" -#: g10/gpg.c:558 sm/gpgsm.c:244 +#: g10/gpg.c:559 sm/gpgsm.c:246 msgid "run in server mode" msgstr "" -#: g10/gpg.c:560 +#: g10/gpg.c:561 msgid "|VALUE|set the TOFU policy for a key" msgstr "" -#: g10/gpg.c:603 +#: g10/gpg.c:604 msgid "|NAME|use NAME as default secret key" msgstr "|NIMI|kasuta NIME vaikimisi salajase võtmena" -#: g10/gpg.c:605 sm/gpgsm.c:337 +#: g10/gpg.c:606 sm/gpgsm.c:340 #, fuzzy msgid "|NAME|encrypt to user ID NAME as well" msgstr "|NIMI|krüpti NIMEle" -#: g10/gpg.c:613 +#: g10/gpg.c:614 msgid "|SPEC|set up email aliases" msgstr "" -#: g10/gpg.c:625 +#: g10/gpg.c:626 msgid "use strict OpenPGP behavior" msgstr "" -#: g10/gpg.c:650 kbx/kbxutil.c:91 sm/gpgsm.c:421 tools/gpgconf.c:113 +#: g10/gpg.c:651 kbx/kbxutil.c:91 sm/gpgsm.c:424 tools/gpgconf.c:113 msgid "do not make any changes" msgstr "ära tee mingeid muutusi" -#: g10/gpg.c:651 +#: g10/gpg.c:652 msgid "prompt before overwriting" msgstr "küsi enne ülekirjutamist" -#: g10/gpg.c:700 sm/gpgsm.c:307 +#: g10/gpg.c:701 sm/gpgsm.c:310 msgid "Options controlling the input" msgstr "" -#: g10/gpg.c:718 sm/gpgsm.c:317 +#: g10/gpg.c:719 sm/gpgsm.c:320 msgid "Options controlling the output" msgstr "" -#: g10/gpg.c:720 sm/gpgsm.c:319 +#: g10/gpg.c:721 sm/gpgsm.c:322 msgid "create ascii armored output" msgstr "loo ascii pakendis väljund" -#: g10/gpg.c:724 g10/gpgv.c:82 sm/gpgsm.c:324 +#: g10/gpg.c:725 g10/gpgv.c:82 sm/gpgsm.c:327 #, fuzzy msgid "|FILE|write output to FILE" msgstr "|FAIL|lae laiendusmoodul FAIL" -#: g10/gpg.c:737 +#: g10/gpg.c:738 msgid "use canonical text mode" msgstr "kasuta kanoonilist tekstimoodi" -#: g10/gpg.c:755 +#: g10/gpg.c:756 #, fuzzy msgid "|N|set compress level to N (0 disables)" msgstr "|N|määra pakkimise tase N (0 blokeerib)" -#: g10/gpg.c:761 sm/gpgsm.c:354 +#: g10/gpg.c:762 sm/gpgsm.c:357 msgid "Options controlling key import and export" msgstr "" -#: g10/gpg.c:764 +#: g10/gpg.c:765 msgid "|MECHANISMS|use MECHANISMS to locate keys by mail address" msgstr "" -#: g10/gpg.c:767 +#: g10/gpg.c:768 #, fuzzy #| msgid "import keys from a keyserver" msgid "import missing key from a signature" msgstr "impordi võtmed võtmeserverist" -#: g10/gpg.c:772 +#: g10/gpg.c:773 #, fuzzy msgid "include the public key in signatures" msgstr "kontrolli võtmete allkirju" -#: g10/gpg.c:775 sm/gpgsm.c:357 +#: g10/gpg.c:776 sm/gpgsm.c:360 msgid "disable all access to the dirmngr" msgstr "" -#: g10/gpg.c:787 sm/gpgsm.c:364 +#: g10/gpg.c:788 sm/gpgsm.c:367 msgid "Options controlling key listings" msgstr "" -#: g10/gpg.c:817 sm/gpgsm.c:329 +#: g10/gpg.c:818 sm/gpgsm.c:332 #, fuzzy #| msgid "list secret keys" msgid "Options to specify keys" msgstr "näita salajasi võtmeid" -#: g10/gpg.c:819 sm/gpgsm.c:331 +#: g10/gpg.c:820 sm/gpgsm.c:334 #, fuzzy msgid "|USER-ID|encrypt for USER-ID" msgstr "|NIMI|krüpti NIMEle" -#: g10/gpg.c:827 sm/gpgsm.c:333 +#: g10/gpg.c:828 sm/gpgsm.c:336 #, fuzzy msgid "|USER-ID|use USER-ID to sign or decrypt" msgstr "kasuta seda kasutaja IDd" -#: g10/gpg.c:875 sm/gpgsm.c:405 +#: g10/gpg.c:876 sm/gpgsm.c:408 msgid "Options for unattended use" msgstr "" -#: g10/gpg.c:894 sm/gpgsm.c:417 dirmngr/dirmngr.c:285 +#: g10/gpg.c:895 sm/gpgsm.c:420 dirmngr/dirmngr.c:286 msgid "Other options" msgstr "" -#: g10/gpg.c:965 sm/gpgsm.c:450 +#: g10/gpg.c:966 sm/gpgsm.c:453 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -2864,7 +2864,7 @@ msgstr "" "@\n" "(Kõikide käskude ja võtmete täieliku kirjelduse leiate manualist)\n" -#: g10/gpg.c:968 +#: g10/gpg.c:969 #, fuzzy #| msgid "" #| "@\n" @@ -2894,13 +2894,13 @@ msgstr "" " --list-keys [nimed] näita võtmeid\n" " --fingerprint [nimed] näita sõrmejälgi\n" -#: g10/gpg.c:1153 +#: g10/gpg.c:1154 #, fuzzy #| msgid "Usage: gpg [options] [files] (-h for help)" msgid "Usage: @GPG@ [options] [files] (-h for help)" msgstr "Kasuta: gpg [võtmed] [failid] (-h näitab abiinfot)" -#: g10/gpg.c:1156 +#: g10/gpg.c:1157 #, fuzzy #| msgid "" #| "Syntax: gpg [options] [files]\n" @@ -2915,7 +2915,7 @@ msgstr "" "allkirjasta, kontrolli, krüpti ja dekrüpti\n" "vaikimisi operatsioon sõltub sisendandmetest\n" -#: g10/gpg.c:1167 sm/gpgsm.c:633 +#: g10/gpg.c:1168 sm/gpgsm.c:636 msgid "" "\n" "Supported algorithms:\n" @@ -2923,566 +2923,566 @@ msgstr "" "\n" "Toetatud algoritmid:\n" -#: g10/gpg.c:1170 +#: g10/gpg.c:1171 msgid "Pubkey: " msgstr "Avalik võti: " -#: g10/gpg.c:1177 g10/keyedit.c:3316 +#: g10/gpg.c:1178 g10/keyedit.c:3316 msgid "Cipher: " msgstr "Å iffer: " -#: g10/gpg.c:1191 +#: g10/gpg.c:1192 msgid "Hash: " msgstr "Räsi: " -#: g10/gpg.c:1198 g10/keyedit.c:3382 +#: g10/gpg.c:1199 g10/keyedit.c:3382 msgid "Compression: " msgstr "Pakkimine: " -#: g10/gpg.c:1273 sm/gpgsm.c:707 +#: g10/gpg.c:1274 sm/gpgsm.c:710 #, fuzzy, c-format msgid "usage: %s [options] %s\n" msgstr "kasuta: gpg [võtmed] " -#: g10/gpg.c:1466 sm/gpgsm.c:800 +#: g10/gpg.c:1467 sm/gpgsm.c:803 #, c-format msgid "conflicting commands\n" msgstr "vastuolulised käsud\n" -#: g10/gpg.c:1484 +#: g10/gpg.c:1485 #, fuzzy, c-format msgid "no = sign found in group definition '%s'\n" msgstr "grupi definitsioonis \"%s\" puudub sümbol =\n" -#: g10/gpg.c:1682 +#: g10/gpg.c:1683 #, fuzzy, c-format msgid "WARNING: unsafe ownership on homedir '%s'\n" msgstr "HOIATUS: ebaturvaline omanik %s \"%s\"\n" -#: g10/gpg.c:1685 +#: g10/gpg.c:1686 #, fuzzy, c-format msgid "WARNING: unsafe ownership on configuration file '%s'\n" msgstr "HOIATUS: ebaturvaline omanik %s \"%s\"\n" -#: g10/gpg.c:1688 +#: g10/gpg.c:1689 #, fuzzy, c-format msgid "WARNING: unsafe ownership on extension '%s'\n" msgstr "HOIATUS: ebaturvaline omanik %s \"%s\"\n" -#: g10/gpg.c:1694 +#: g10/gpg.c:1695 #, fuzzy, c-format msgid "WARNING: unsafe permissions on homedir '%s'\n" msgstr "HOIATUS: ebaturvalised õigused %s \"%s\"\n" -#: g10/gpg.c:1697 +#: g10/gpg.c:1698 #, fuzzy, c-format msgid "WARNING: unsafe permissions on configuration file '%s'\n" msgstr "HOIATUS: ebaturvalised õigused %s \"%s\"\n" -#: g10/gpg.c:1700 +#: g10/gpg.c:1701 #, fuzzy, c-format msgid "WARNING: unsafe permissions on extension '%s'\n" msgstr "HOIATUS: ebaturvalised õigused %s \"%s\"\n" -#: g10/gpg.c:1706 +#: g10/gpg.c:1707 #, fuzzy, c-format msgid "WARNING: unsafe enclosing directory ownership on homedir '%s'\n" msgstr "HOIATUS: ebaturvaline kataloogi omanik %s \"%s\"\n" -#: g10/gpg.c:1709 +#: g10/gpg.c:1710 #, fuzzy, c-format msgid "" "WARNING: unsafe enclosing directory ownership on configuration file '%s'\n" msgstr "HOIATUS: ebaturvaline kataloogi omanik %s \"%s\"\n" -#: g10/gpg.c:1712 +#: g10/gpg.c:1713 #, fuzzy, c-format msgid "WARNING: unsafe enclosing directory ownership on extension '%s'\n" msgstr "HOIATUS: ebaturvaline kataloogi omanik %s \"%s\"\n" -#: g10/gpg.c:1718 +#: g10/gpg.c:1719 #, fuzzy, c-format msgid "WARNING: unsafe enclosing directory permissions on homedir '%s'\n" msgstr "Hoiatus: ebaturvalised kataloogi õigused %s \"%s\"\n" -#: g10/gpg.c:1721 +#: g10/gpg.c:1722 #, fuzzy, c-format msgid "" "WARNING: unsafe enclosing directory permissions on configuration file '%s'\n" msgstr "Hoiatus: ebaturvalised kataloogi õigused %s \"%s\"\n" -#: g10/gpg.c:1724 +#: g10/gpg.c:1725 #, fuzzy, c-format msgid "WARNING: unsafe enclosing directory permissions on extension '%s'\n" msgstr "Hoiatus: ebaturvalised kataloogi õigused %s \"%s\"\n" -#: g10/gpg.c:1940 +#: g10/gpg.c:1941 #, fuzzy, c-format msgid "unknown configuration item '%s'\n" msgstr "tundmatu seade \"%s\"\n" -#: g10/gpg.c:2034 +#: g10/gpg.c:2037 msgid "display photo IDs during key listings" msgstr "" -#: g10/gpg.c:2036 +#: g10/gpg.c:2039 #, fuzzy msgid "show key usage information during key listings" msgstr "Vastavat allkirja salajaste võtmete hoidlas pole\n" -#: g10/gpg.c:2038 +#: g10/gpg.c:2041 msgid "show policy URLs during signature listings" msgstr "" -#: g10/gpg.c:2040 +#: g10/gpg.c:2043 #, fuzzy msgid "show all notations during signature listings" msgstr "Vastavat allkirja salajaste võtmete hoidlas pole\n" -#: g10/gpg.c:2042 +#: g10/gpg.c:2045 msgid "show IETF standard notations during signature listings" msgstr "" -#: g10/gpg.c:2046 +#: g10/gpg.c:2049 msgid "show user-supplied notations during signature listings" msgstr "" -#: g10/gpg.c:2048 +#: g10/gpg.c:2051 #, fuzzy msgid "show preferred keyserver URLs during signature listings" msgstr "antud allkirja poliisi URL on vigane\n" -#: g10/gpg.c:2050 +#: g10/gpg.c:2053 msgid "show user ID validity during key listings" msgstr "" -#: g10/gpg.c:2052 +#: g10/gpg.c:2055 msgid "show revoked and expired user IDs in key listings" msgstr "" -#: g10/gpg.c:2054 +#: g10/gpg.c:2057 msgid "show revoked and expired subkeys in key listings" msgstr "" -#: g10/gpg.c:2056 +#: g10/gpg.c:2059 #, fuzzy msgid "show the keyring name in key listings" msgstr "näita millisesse võtmehoidlasse näidatud võti kuulub" -#: g10/gpg.c:2058 +#: g10/gpg.c:2061 #, fuzzy msgid "show expiration dates during signature listings" msgstr "Vastavat allkirja salajaste võtmete hoidlas pole\n" -#: g10/gpg.c:2175 +#: g10/gpg.c:2178 #, fuzzy, c-format msgid "unknown TOFU policy '%s'\n" msgstr "tundmatu vaikimisi saaja `%s'\n" -#: g10/gpg.c:2177 +#: g10/gpg.c:2180 #, c-format msgid "(use \"help\" to list choices)\n" msgstr "" -#: g10/gpg.c:2972 g10/gpg.c:3797 g10/gpg.c:3809 +#: g10/gpg.c:2975 g10/gpg.c:3828 g10/gpg.c:3840 #, fuzzy, c-format #| msgid "NOTE: %s is not for normal use!\n" msgid "Note: %s is not for normal use!\n" msgstr "MÄRKUS: %s ei ole tavapäraseks kasutamiseks!\n" -#: g10/gpg.c:3148 g10/gpg.c:3160 +#: g10/gpg.c:3151 g10/gpg.c:3163 #, fuzzy, c-format msgid "'%s' is not a valid signature expiration\n" msgstr "%s ei ole lubatud kooditabel\n" -#: g10/gpg.c:3182 +#: g10/gpg.c:3185 #, fuzzy, c-format msgid "\"%s\" is not a proper mail address\n" msgstr "Selline e-posti aadress ei ole lubatud\n" -#: g10/gpg.c:3214 sm/gpgsm.c:1265 +#: g10/gpg.c:3217 sm/gpgsm.c:1270 #, fuzzy, c-format msgid "invalid pinentry mode '%s'\n" msgstr "vigane räsialgoritm `%s'\n" -#: g10/gpg.c:3220 sm/gpgsm.c:1271 +#: g10/gpg.c:3223 sm/gpgsm.c:1276 #, fuzzy, c-format msgid "invalid request origin '%s'\n" msgstr "vigased impordi võtmed\n" -#: g10/gpg.c:3277 +#: g10/gpg.c:3280 #, fuzzy, c-format msgid "'%s' is not a valid character set\n" msgstr "%s ei ole lubatud kooditabel\n" -#: g10/gpg.c:3299 g10/gpg.c:3508 g10/keyedit.c:5319 +#: g10/gpg.c:3302 g10/gpg.c:3511 g10/keyedit.c:5319 #, fuzzy, c-format msgid "could not parse keyserver URL\n" msgstr "ei saa parsida võtmeserveri URI\n" -#: g10/gpg.c:3317 +#: g10/gpg.c:3320 #, fuzzy, c-format msgid "%s:%d: invalid keyserver options\n" msgstr "%s:%d: vigased ekspordi võtmed\n" -#: g10/gpg.c:3320 +#: g10/gpg.c:3323 #, fuzzy, c-format msgid "invalid keyserver options\n" msgstr "vigased ekspordi võtmed\n" -#: g10/gpg.c:3327 +#: g10/gpg.c:3330 #, c-format msgid "%s:%d: invalid import options\n" msgstr "%s:%d: vigased impordi võtmed\n" -#: g10/gpg.c:3330 +#: g10/gpg.c:3333 #, c-format msgid "invalid import options\n" msgstr "vigased impordi võtmed\n" -#: g10/gpg.c:3336 g10/gpg.c:3351 +#: g10/gpg.c:3339 g10/gpg.c:3354 #, fuzzy, c-format msgid "invalid filter option: %s\n" msgstr "vigased impordi võtmed\n" -#: g10/gpg.c:3342 +#: g10/gpg.c:3345 #, c-format msgid "%s:%d: invalid export options\n" msgstr "%s:%d: vigased ekspordi võtmed\n" -#: g10/gpg.c:3345 +#: g10/gpg.c:3348 #, c-format msgid "invalid export options\n" msgstr "vigased ekspordi võtmed\n" -#: g10/gpg.c:3357 +#: g10/gpg.c:3360 #, fuzzy, c-format msgid "%s:%d: invalid list options\n" msgstr "%s:%d: vigased impordi võtmed\n" -#: g10/gpg.c:3360 +#: g10/gpg.c:3363 #, fuzzy, c-format msgid "invalid list options\n" msgstr "vigased impordi võtmed\n" -#: g10/gpg.c:3368 +#: g10/gpg.c:3371 msgid "display photo IDs during signature verification" msgstr "" -#: g10/gpg.c:3370 +#: g10/gpg.c:3373 msgid "show policy URLs during signature verification" msgstr "" -#: g10/gpg.c:3372 +#: g10/gpg.c:3375 #, fuzzy msgid "show all notations during signature verification" msgstr "%s ei ole lubatud kooditabel\n" -#: g10/gpg.c:3374 +#: g10/gpg.c:3377 msgid "show IETF standard notations during signature verification" msgstr "" -#: g10/gpg.c:3378 +#: g10/gpg.c:3381 msgid "show user-supplied notations during signature verification" msgstr "" -#: g10/gpg.c:3380 +#: g10/gpg.c:3383 #, fuzzy msgid "show preferred keyserver URLs during signature verification" msgstr "antud allkirja poliisi URL on vigane\n" -#: g10/gpg.c:3382 +#: g10/gpg.c:3385 #, fuzzy msgid "show user ID validity during signature verification" msgstr "%s ei ole lubatud kooditabel\n" -#: g10/gpg.c:3384 +#: g10/gpg.c:3387 msgid "show revoked and expired user IDs in signature verification" msgstr "" -#: g10/gpg.c:3386 +#: g10/gpg.c:3389 #, fuzzy msgid "show only the primary user ID in signature verification" msgstr "%s ei ole lubatud kooditabel\n" -#: g10/gpg.c:3393 +#: g10/gpg.c:3396 #, fuzzy, c-format msgid "%s:%d: invalid verify options\n" msgstr "%s:%d: vigased ekspordi võtmed\n" -#: g10/gpg.c:3396 +#: g10/gpg.c:3399 #, fuzzy, c-format msgid "invalid verify options\n" msgstr "vigased ekspordi võtmed\n" -#: g10/gpg.c:3403 +#: g10/gpg.c:3406 #, c-format msgid "unable to set exec-path to %s\n" msgstr "exec-path väärtuseks ei õnnestu seada %s\n" -#: g10/gpg.c:3610 +#: g10/gpg.c:3613 #, fuzzy, c-format msgid "%s:%d: invalid auto-key-locate list\n" msgstr "%s:%d: vigased ekspordi võtmed\n" -#: g10/gpg.c:3613 +#: g10/gpg.c:3616 #, c-format msgid "invalid auto-key-locate list\n" msgstr "" -#: g10/gpg.c:3622 +#: g10/gpg.c:3625 #, fuzzy, c-format msgid "invalid argument for option \"%.50s\"\n" msgstr "vigased impordi võtmed\n" -#: g10/gpg.c:3776 sm/gpgsm.c:1642 +#: g10/gpg.c:3807 sm/gpgsm.c:1675 #, c-format msgid "WARNING: program may create a core file!\n" msgstr "HOIATUS: programm võib salvestada oma mälupildi!\n" -#: g10/gpg.c:3790 +#: g10/gpg.c:3821 #, c-format msgid "WARNING: %s overrides %s\n" msgstr "HOIATUS: %s määrab üle %s\n" -#: g10/gpg.c:3799 +#: g10/gpg.c:3830 #, c-format msgid "%s not allowed with %s!\n" msgstr "%s ja %s ei ole koos lubatud!\n" -#: g10/gpg.c:3802 +#: g10/gpg.c:3833 #, c-format msgid "%s makes no sense with %s!\n" msgstr "%s ja %s ei oma koos mõtet!\n" -#: g10/gpg.c:3817 sm/gpgsm.c:1663 dirmngr/dirmngr.c:1114 +#: g10/gpg.c:3848 sm/gpgsm.c:1696 dirmngr/dirmngr.c:1123 #, c-format msgid "WARNING: running with faked system time: " msgstr "" -#: g10/gpg.c:3838 +#: g10/gpg.c:3869 #, fuzzy, c-format msgid "will not run with insecure memory due to %s\n" msgstr "kirjutan salajase võtme faili `%s'\n" -#: g10/gpg.c:3866 g10/gpg.c:3897 sm/gpgsm.c:1730 +#: g10/gpg.c:3897 g10/gpg.c:3928 sm/gpgsm.c:1763 #, c-format msgid "selected cipher algorithm is invalid\n" msgstr "valitud Å¡ifri algoritm ei ole lubatud\n" -#: g10/gpg.c:3873 +#: g10/gpg.c:3904 #, fuzzy, c-format #| msgid "selected digest algorithm is invalid\n" msgid "selected AEAD algorithm is invalid\n" msgstr "valitud lühendi algoritm ei ole lubatud\n" -#: g10/gpg.c:3885 +#: g10/gpg.c:3916 #, fuzzy, c-format msgid "selected compression algorithm is invalid\n" msgstr "valitud Å¡ifri algoritm ei ole lubatud\n" -#: g10/gpg.c:3891 +#: g10/gpg.c:3922 #, c-format msgid "selected certification digest algorithm is invalid\n" msgstr "valitud sertifikaadi lühendi algoritm ei ole lubatud\n" -#: g10/gpg.c:3906 +#: g10/gpg.c:3937 #, c-format msgid "completes-needed must be greater than 0\n" msgstr "completes-needed peab olema suurem, kui 0\n" -#: g10/gpg.c:3908 +#: g10/gpg.c:3939 #, c-format msgid "marginals-needed must be greater than 1\n" msgstr "marginals-needed peab olema suurem, kui 1\n" -#: g10/gpg.c:3910 +#: g10/gpg.c:3941 #, fuzzy, c-format msgid "max-cert-depth must be in the range from 1 to 255\n" msgstr "max-cert-depth peab olema vahemikus 1 kuni 255\n" -#: g10/gpg.c:3912 +#: g10/gpg.c:3943 #, c-format msgid "invalid default-cert-level; must be 0, 1, 2, or 3\n" msgstr "vigane vaikimisi-sert-tase; peab olema 0, 1, 2 või 3\n" -#: g10/gpg.c:3914 +#: g10/gpg.c:3945 #, c-format msgid "invalid min-cert-level; must be 1, 2, or 3\n" msgstr "vigane min-sert-tase; peab olema 1, 2 või 3\n" -#: g10/gpg.c:3918 +#: g10/gpg.c:3949 #, fuzzy, c-format #| msgid "NOTE: simple S2K mode (0) is strongly discouraged\n" msgid "Note: simple S2K mode (0) is strongly discouraged\n" msgstr "MÄRKUS: lihtne S2K mood (0) ei soovitata kasutada\n" -#: g10/gpg.c:3922 +#: g10/gpg.c:3953 #, c-format msgid "invalid S2K mode; must be 0, 1 or 3\n" msgstr "vigane S2K mood; peab olema 0, 1 või 3\n" -#: g10/gpg.c:3929 +#: g10/gpg.c:3960 #, c-format msgid "invalid default preferences\n" msgstr "vigased vaikimisi eelistused\n" -#: g10/gpg.c:3933 +#: g10/gpg.c:3964 #, c-format msgid "invalid personal cipher preferences\n" msgstr "vigased isikliku Å¡ifri eelistused\n" -#: g10/gpg.c:3936 +#: g10/gpg.c:3967 #, fuzzy, c-format #| msgid "invalid personal cipher preferences\n" msgid "invalid personal AEAD preferences\n" msgstr "vigased isikliku Å¡ifri eelistused\n" -#: g10/gpg.c:3940 +#: g10/gpg.c:3971 #, c-format msgid "invalid personal digest preferences\n" msgstr "vigased isikliku lühendi eelistused\n" -#: g10/gpg.c:3944 +#: g10/gpg.c:3975 #, c-format msgid "invalid personal compress preferences\n" msgstr "vigased isikliku pakkimise eelistused\n" -#: g10/gpg.c:3953 g10/gpg.c:3958 +#: g10/gpg.c:3984 g10/gpg.c:3989 #, fuzzy, c-format #| msgid "keysize invalid; using %u bits\n" msgid "chunk size invalid - using %d\n" msgstr "vigane võtme suurus; kasutan %u bitti\n" -#: g10/gpg.c:3995 +#: g10/gpg.c:4026 #, c-format msgid "%s does not yet work with %s\n" msgstr "%s ei tööta veel koos %s-ga\n" -#: g10/gpg.c:4058 +#: g10/gpg.c:4089 #, fuzzy, c-format msgid "AEAD algorithm '%s' may not be used in %s mode\n" msgstr "Å¡ifri algoritm \"%s\" ei ole moodis %s lubatud\n" -#: g10/gpg.c:4070 +#: g10/gpg.c:4101 #, fuzzy, c-format msgid "compression algorithm '%s' may not be used in %s mode\n" msgstr "pakkimise algoritm \"%s\" ei ole moodis %s lubatud\n" -#: g10/gpg.c:4225 +#: g10/gpg.c:4256 #, c-format msgid "failed to initialize the TrustDB: %s\n" msgstr "TrustDB initsialiseerimine ebaõnnestus: %s\n" -#: g10/gpg.c:4237 +#: g10/gpg.c:4268 #, c-format msgid "WARNING: recipients (-r) given without using public key encryption\n" msgstr "" "HOIATUS: määrati saajad (-r) aga ei kasutata avaliku võtme krüptograafiat\n" -#: g10/gpg.c:4309 +#: g10/gpg.c:4340 #, fuzzy, c-format msgid "symmetric encryption of '%s' failed: %s\n" msgstr "lahtikrüpteerimine ebaõnnestus: %s\n" -#: g10/gpg.c:4338 +#: g10/gpg.c:4369 #, c-format msgid "you cannot use --symmetric --encrypt with --s2k-mode 0\n" msgstr "" -#: g10/gpg.c:4341 +#: g10/gpg.c:4372 #, fuzzy, c-format msgid "you cannot use --symmetric --encrypt in %s mode\n" msgstr "%s ei ole moodis %s lubatud.\n" -#: g10/gpg.c:4399 +#: g10/gpg.c:4430 #, c-format msgid "you cannot use --symmetric --sign --encrypt with --s2k-mode 0\n" msgstr "" -#: g10/gpg.c:4402 +#: g10/gpg.c:4433 #, fuzzy, c-format msgid "you cannot use --symmetric --sign --encrypt in %s mode\n" msgstr "%s ei ole moodis %s lubatud.\n" -#: g10/gpg.c:4790 g10/keyserver.c:1858 +#: g10/gpg.c:4821 g10/keyserver.c:1870 #, c-format msgid "keyserver send failed: %s\n" msgstr "võtmeserverile saatmine ebaõnnestus: %s\n" -#: g10/gpg.c:4795 +#: g10/gpg.c:4826 #, c-format msgid "keyserver receive failed: %s\n" msgstr "võtmeserverilt lugemine ebaõnnestus: %s\n" -#: g10/gpg.c:4801 +#: g10/gpg.c:4832 #, c-format msgid "key export failed: %s\n" msgstr "võtme eksport ebaõnnestus: %s\n" -#: g10/gpg.c:4814 +#: g10/gpg.c:4845 #, fuzzy, c-format #| msgid "key export failed: %s\n" msgid "export as ssh key failed: %s\n" msgstr "võtme eksport ebaõnnestus: %s\n" -#: g10/gpg.c:4826 +#: g10/gpg.c:4857 #, c-format msgid "keyserver search failed: %s\n" msgstr "võtmeserveri otsing ebaõnnestus: %s\n" -#: g10/gpg.c:4839 +#: g10/gpg.c:4870 #, c-format msgid "keyserver refresh failed: %s\n" msgstr "võtmeserveri uuendamine ebaõnnestus: %s\n" -#: g10/gpg.c:4906 +#: g10/gpg.c:4937 #, c-format msgid "dearmoring failed: %s\n" msgstr "lahtipakendamine ebaõnnestus: %s\n" -#: g10/gpg.c:4917 +#: g10/gpg.c:4948 #, c-format msgid "enarmoring failed: %s\n" msgstr "pakendamine ebaõnnestus: %s\n" -#: g10/gpg.c:5022 +#: g10/gpg.c:5053 #, fuzzy, c-format #| msgid "invalid hash algorithm `%s'\n" msgid "invalid hash algorithm '%s'\n" msgstr "vigane räsialgoritm `%s'\n" -#: g10/gpg.c:5174 g10/tofu.c:2156 +#: g10/gpg.c:5205 g10/tofu.c:2156 #, fuzzy, c-format msgid "error parsing key specification '%s': %s\n" msgstr "viga parooli loomisel: %s\n" -#: g10/gpg.c:5185 +#: g10/gpg.c:5216 #, c-format msgid "'%s' does not appear to be a valid key ID, fingerprint or keygrip\n" msgstr "" -#: g10/gpg.c:5241 +#: g10/gpg.c:5272 #, c-format msgid "WARNING: no command supplied. Trying to guess what you mean ...\n" msgstr "" -#: g10/gpg.c:5252 +#: g10/gpg.c:5283 #, c-format msgid "Go ahead and type your message ...\n" msgstr "Kirjutage nüüd oma teade ...\n" -#: g10/gpg.c:5599 +#: g10/gpg.c:5630 #, c-format msgid "the given certification policy URL is invalid\n" msgstr "antud sertifikaadi poliisi URL on vigane\n" -#: g10/gpg.c:5601 +#: g10/gpg.c:5632 #, c-format msgid "the given signature policy URL is invalid\n" msgstr "antud allkirja poliisi URL on vigane\n" -#: g10/gpg.c:5634 +#: g10/gpg.c:5665 #, fuzzy, c-format msgid "the given preferred keyserver URL is invalid\n" msgstr "antud allkirja poliisi URL on vigane\n" @@ -3496,7 +3496,7 @@ msgstr "võta võtmed sellest võtmehoidlast" msgid "make timestamp conflicts only a warning" msgstr "teata ajatemplite konfliktist ainult hoiatusega" -#: g10/gpgv.c:86 sm/gpgsm.c:411 tools/gpgconf.c:116 tools/gpg-card.c:94 +#: g10/gpgv.c:86 sm/gpgsm.c:414 tools/gpgconf.c:116 tools/gpg-card.c:95 msgid "|FD|write status info to this FD" msgstr "|FP|kirjuta olekuinfo sellesse failipidemesse" @@ -3591,272 +3591,272 @@ msgstr "" msgid "repair keys on import" msgstr "näita sõrmejälge" -#: g10/import.c:387 g10/import.c:709 +#: g10/import.c:399 g10/import.c:721 #, c-format msgid "skipping block of type %d\n" msgstr "jätan bloki tüübiga %d vahele\n" -#: g10/import.c:726 +#: g10/import.c:738 #, fuzzy, c-format msgid "%lu keys processed so far\n" msgstr "%lu võtit on seni töödeldud\n" -#: g10/import.c:819 +#: g10/import.c:831 #, c-format msgid "Total number processed: %lu\n" msgstr "Töödeldud kokku: %lu\n" -#: g10/import.c:822 +#: g10/import.c:834 #, fuzzy, c-format #| msgid " skipped new keys: %lu\n" msgid " skipped PGP-2 keys: %lu\n" msgstr " vahele jäetud uusi võtmeid: %lu\n" -#: g10/import.c:824 +#: g10/import.c:836 #, c-format msgid " skipped new keys: %lu\n" msgstr " vahele jäetud uusi võtmeid: %lu\n" -#: g10/import.c:827 +#: g10/import.c:839 #, c-format msgid " w/o user IDs: %lu\n" msgstr " puudub kasutaja ID: %lu\n" -#: g10/import.c:830 sm/import.c:129 +#: g10/import.c:842 sm/import.c:129 #, c-format msgid " imported: %lu" msgstr " imporditud: %lu" -#: g10/import.c:834 sm/import.c:133 +#: g10/import.c:846 sm/import.c:133 #, c-format msgid " unchanged: %lu\n" msgstr " muutmata: %lu\n" -#: g10/import.c:836 +#: g10/import.c:848 #, c-format msgid " new user IDs: %lu\n" msgstr " uusi kasutajaid: %lu\n" -#: g10/import.c:838 +#: g10/import.c:850 #, c-format msgid " new subkeys: %lu\n" msgstr " uusi alamvõtmeid: %lu\n" -#: g10/import.c:840 +#: g10/import.c:852 #, c-format msgid " new signatures: %lu\n" msgstr " uusi allkirju: %lu\n" -#: g10/import.c:842 +#: g10/import.c:854 #, c-format msgid " new key revocations: %lu\n" msgstr " uusi tühistamisi: %lu\n" -#: g10/import.c:844 sm/import.c:135 +#: g10/import.c:856 sm/import.c:135 #, c-format msgid " secret keys read: %lu\n" msgstr " loetud salajasi võtmeid: %lu\n" -#: g10/import.c:846 sm/import.c:137 +#: g10/import.c:858 sm/import.c:137 #, c-format msgid " secret keys imported: %lu\n" msgstr " salajasi võtmeid imporditud: %lu\n" -#: g10/import.c:848 sm/import.c:139 +#: g10/import.c:860 sm/import.c:139 #, c-format msgid " secret keys unchanged: %lu\n" msgstr " muutmata salajasi võtmeid: %lu\n" -#: g10/import.c:850 sm/import.c:141 +#: g10/import.c:862 sm/import.c:141 #, c-format msgid " not imported: %lu\n" msgstr " pole imporditud: %lu\n" -#: g10/import.c:852 +#: g10/import.c:864 #, fuzzy, c-format msgid " signatures cleaned: %lu\n" msgstr " uusi allkirju: %lu\n" -#: g10/import.c:854 +#: g10/import.c:866 #, fuzzy, c-format msgid " user IDs cleaned: %lu\n" msgstr " loetud salajasi võtmeid: %lu\n" -#: g10/import.c:1279 +#: g10/import.c:1291 #, c-format msgid "" "WARNING: key %s contains preferences for unavailable\n" "algorithms on these user IDs:\n" msgstr "" -#: g10/import.c:1321 +#: g10/import.c:1333 #, c-format msgid " \"%s\": preference for cipher algorithm %s\n" msgstr "" -#: g10/import.c:1339 +#: g10/import.c:1351 #, fuzzy, c-format msgid " \"%s\": preference for AEAD algorithm %s\n" msgstr "%s allkiri, sõnumilühendi algoritm %s\n" -#: g10/import.c:1354 +#: g10/import.c:1366 #, fuzzy, c-format msgid " \"%s\": preference for digest algorithm %s\n" msgstr "%s allkiri, sõnumilühendi algoritm %s\n" -#: g10/import.c:1366 +#: g10/import.c:1378 #, c-format msgid " \"%s\": preference for compression algorithm %s\n" msgstr "" -#: g10/import.c:1379 +#: g10/import.c:1391 #, c-format msgid "it is strongly suggested that you update your preferences and\n" msgstr "" -#: g10/import.c:1381 +#: g10/import.c:1393 #, c-format msgid "re-distribute this key to avoid potential algorithm mismatch problems\n" msgstr "" -#: g10/import.c:1406 +#: g10/import.c:1418 #, c-format msgid "you can update your preferences with: gpg --edit-key %s updpref save\n" msgstr "" -#: g10/import.c:1920 g10/import.c:3041 +#: g10/import.c:1932 g10/import.c:3053 #, fuzzy, c-format msgid "key %s: no user ID\n" msgstr "võti %08lX: kasutaja ID puudub\n" -#: g10/import.c:1926 +#: g10/import.c:1938 #, fuzzy, c-format msgid "key %s: %s\n" msgstr "`%s' jätsin vahele: %s\n" -#: g10/import.c:1927 g10/import.c:3013 +#: g10/import.c:1939 g10/import.c:3025 msgid "rejected by import screener" msgstr "" -#: g10/import.c:1976 +#: g10/import.c:1988 #, fuzzy, c-format msgid "key %s: PKS subkey corruption repaired\n" msgstr "võti %08lX: HKP alamvõtme rike parandatud\n" -#: g10/import.c:1997 +#: g10/import.c:2009 #, fuzzy, c-format msgid "key %s: accepted non self-signed user ID \"%s\"\n" msgstr "" "võti %08lX: aktsepteerisin iseenda poolt allakirjutamata kasutaja ID '%s'\n" -#: g10/import.c:2008 g10/import.c:2039 +#: g10/import.c:2020 g10/import.c:2051 #, fuzzy, c-format msgid "key %s: no valid user IDs\n" msgstr "võti %08lX: puudub kehtiv kasutaja ID\n" -#: g10/import.c:2010 +#: g10/import.c:2022 #, c-format msgid "this may be caused by a missing self-signature\n" msgstr "see võib olla põhjustatud puuduvast iseenda allkirjast\n" -#: g10/import.c:2089 g10/import.c:3427 +#: g10/import.c:2101 g10/import.c:3439 #, fuzzy, c-format msgid "key %s: public key not found: %s\n" msgstr "võti %08lX: avalikku võtit ei leitud: %s\n" -#: g10/import.c:2095 +#: g10/import.c:2107 #, fuzzy, c-format msgid "key %s: new key - skipped\n" msgstr "võti %08lX: uus võti - jätsin vahele\n" -#: g10/import.c:2107 +#: g10/import.c:2119 #, c-format msgid "no writable keyring found: %s\n" msgstr "ei leia kirjutatavat võtmehoidlat: %s\n" -#: g10/import.c:2139 g10/import.c:2241 g10/import.c:3502 +#: g10/import.c:2151 g10/import.c:2253 g10/import.c:3514 #, fuzzy, c-format #| msgid "error writing keyring `%s': %s\n" msgid "error writing keyring '%s': %s\n" msgstr "viga võtmehoidlasse `%s' kirjutamisel: %s\n" -#: g10/import.c:2162 +#: g10/import.c:2174 #, fuzzy, c-format msgid "key %s: public key \"%s\" imported\n" msgstr "võti %08lX: avalik võti \"%s\" on imporditud\n" -#: g10/import.c:2189 +#: g10/import.c:2201 #, fuzzy, c-format msgid "key %s: doesn't match our copy\n" msgstr "võti %08lX: ei sobi meie koopiaga\n" -#: g10/import.c:2257 +#: g10/import.c:2269 #, fuzzy, c-format msgid "key %s: \"%s\" 1 new user ID\n" msgstr "võti %08lX: \"%s\" 1 uus kasutaja ID\n" -#: g10/import.c:2260 +#: g10/import.c:2272 #, fuzzy, c-format msgid "key %s: \"%s\" %d new user IDs\n" msgstr "võti %08lX: \"%s\" %d uut kasutaja IDd\n" -#: g10/import.c:2263 +#: g10/import.c:2275 #, fuzzy, c-format msgid "key %s: \"%s\" 1 new signature\n" msgstr "võti %08lX: \"%s\" 1 uus allkiri\n" -#: g10/import.c:2266 +#: g10/import.c:2278 #, fuzzy, c-format msgid "key %s: \"%s\" %d new signatures\n" msgstr "võti %08lX: \"%s\" %d uut allkirja\n" -#: g10/import.c:2269 +#: g10/import.c:2281 #, fuzzy, c-format msgid "key %s: \"%s\" 1 new subkey\n" msgstr "võti %08lX: \"%s\" 1 uus alamvõti\n" -#: g10/import.c:2272 +#: g10/import.c:2284 #, fuzzy, c-format msgid "key %s: \"%s\" %d new subkeys\n" msgstr "võti %08lX: \"%s\" %d uut alamvõtit\n" -#: g10/import.c:2275 +#: g10/import.c:2287 #, fuzzy, c-format msgid "key %s: \"%s\" %d signature cleaned\n" msgstr "võti %08lX: \"%s\" %d uut allkirja\n" -#: g10/import.c:2278 +#: g10/import.c:2290 #, fuzzy, c-format msgid "key %s: \"%s\" %d signatures cleaned\n" msgstr "võti %08lX: \"%s\" %d uut allkirja\n" -#: g10/import.c:2281 +#: g10/import.c:2293 #, fuzzy, c-format msgid "key %s: \"%s\" %d user ID cleaned\n" msgstr "võti %08lX: \"%s\" %d uut kasutaja IDd\n" -#: g10/import.c:2284 +#: g10/import.c:2296 #, fuzzy, c-format msgid "key %s: \"%s\" %d user IDs cleaned\n" msgstr "võti %08lX: \"%s\" %d uut kasutaja IDd\n" -#: g10/import.c:2320 +#: g10/import.c:2332 #, fuzzy, c-format msgid "key %s: \"%s\" not changed\n" msgstr "võti %08lX: \"%s\" ei muudetud\n" -#: g10/import.c:2680 g10/import.c:2875 +#: g10/import.c:2692 g10/import.c:2887 #, fuzzy, c-format msgid "key %s: secret key imported\n" msgstr "võti %08lX: salajane võti on imporditud\n" -#: g10/import.c:2688 +#: g10/import.c:2700 #, fuzzy, c-format #| msgid "skipped: secret key already present\n" msgid "key %s: secret key already exists\n" msgstr "jätsin vahele: avalik võti on juba olemas\n" -#: g10/import.c:2696 +#: g10/import.c:2708 #, fuzzy, c-format msgid "key %s: error sending to agent: %s\n" msgstr "viga teate saatmisel serverile `%s': %s\n" @@ -3869,200 +3869,200 @@ msgstr "viga teate saatmisel serverile `%s': %s\n" #. * Instead, user should be suggested to run 'gpg --card-status', #. * then, references to a card will be automatically created #. * again. -#: g10/import.c:2865 +#: g10/import.c:2877 #, c-format msgid "To migrate '%s', with each smartcard, run: %s\n" msgstr "" -#: g10/import.c:3012 +#: g10/import.c:3024 #, fuzzy, c-format msgid "secret key %s: %s\n" msgstr "salajast võtit `%s' ei leitud: %s\n" -#: g10/import.c:3033 g10/import.c:3072 +#: g10/import.c:3045 g10/import.c:3084 #, fuzzy, c-format msgid "importing secret keys not allowed\n" msgstr "kirjutan salajase võtme faili `%s'\n" -#: g10/import.c:3060 +#: g10/import.c:3072 #, fuzzy, c-format msgid "key %s: secret key with invalid cipher %d - skipped\n" msgstr "võti %08lX: salajane võti vigase Å¡ifriga %d - jätsin vahele\n" -#: g10/import.c:3222 g10/pkclist.c:75 g10/revoke.c:774 +#: g10/import.c:3234 g10/pkclist.c:75 g10/revoke.c:774 msgid "No reason specified" msgstr "Põhjus puudub" -#: g10/import.c:3223 g10/pkclist.c:77 g10/revoke.c:776 +#: g10/import.c:3235 g10/pkclist.c:77 g10/revoke.c:776 msgid "Key is superseded" msgstr "Võti on asendatud" -#: g10/import.c:3224 g10/pkclist.c:79 g10/revoke.c:775 +#: g10/import.c:3236 g10/pkclist.c:79 g10/revoke.c:775 msgid "Key has been compromised" msgstr "Võti on kompromiteeritud" -#: g10/import.c:3225 g10/pkclist.c:81 g10/revoke.c:777 +#: g10/import.c:3237 g10/pkclist.c:81 g10/revoke.c:777 msgid "Key is no longer used" msgstr "Võti ei ole enam kasutusel" -#: g10/import.c:3226 g10/pkclist.c:83 g10/revoke.c:778 +#: g10/import.c:3238 g10/pkclist.c:83 g10/revoke.c:778 msgid "User ID is no longer valid" msgstr "Kasutaja ID ei ole enam kehtiv" -#: g10/import.c:3351 g10/keylist.c:1105 g10/pkclist.c:87 +#: g10/import.c:3363 g10/keylist.c:1105 g10/pkclist.c:87 #, c-format msgid "reason for revocation: " msgstr "tühistamise põhjus: " -#: g10/import.c:3370 g10/keylist.c:1124 g10/pkclist.c:103 +#: g10/import.c:3382 g10/keylist.c:1124 g10/pkclist.c:103 #, c-format msgid "revocation comment: " msgstr "tühistamise kommentaar: " -#: g10/import.c:3420 +#: g10/import.c:3432 #, fuzzy, c-format msgid "key %s: no public key - can't apply revocation certificate\n" msgstr "" "võti %08lX: avalik võti puudub - tühistamise sertifikaati ei saa rakendada\n" -#: g10/import.c:3449 +#: g10/import.c:3461 #, fuzzy, c-format msgid "key %s: can't locate original keyblock: %s\n" msgstr "võti %08lX: ei leia algset võtmeblokki: %s\n" -#: g10/import.c:3456 +#: g10/import.c:3468 #, fuzzy, c-format msgid "key %s: can't read original keyblock: %s\n" msgstr "võti %08lX: ei õnnestu lugeda algset võtmeblokki: %s\n" -#: g10/import.c:3476 +#: g10/import.c:3488 #, fuzzy, c-format msgid "key %s: invalid revocation certificate: %s - rejected\n" msgstr "võti %08lX: vigane tühistamise sertifikaat: %s - lükkasin tagasi\n" -#: g10/import.c:3511 +#: g10/import.c:3523 #, fuzzy, c-format msgid "key %s: \"%s\" revocation certificate imported\n" msgstr "võti %08lX: \"%s\" tühistamise sertifikaat imporditud\n" -#: g10/import.c:3597 +#: g10/import.c:3609 #, fuzzy, c-format msgid "key %s: no user ID for signature\n" msgstr "võti %08lX: allkirjal puudub kasutaja ID\n" -#: g10/import.c:3614 +#: g10/import.c:3626 #, fuzzy, c-format msgid "key %s: unsupported public key algorithm on user ID \"%s\"\n" msgstr "võti %08lX: mittetoetatud avaliku võtme algoritm kasutajaga \"%s\"\n" -#: g10/import.c:3616 +#: g10/import.c:3628 #, fuzzy, c-format msgid "key %s: invalid self-signature on user ID \"%s\"\n" msgstr "võti %08lX: kasutajal \"%s\" on vigane iseenda allkiri\n" -#: g10/import.c:3633 g10/import.c:3661 g10/import.c:3717 +#: g10/import.c:3645 g10/import.c:3673 g10/import.c:3729 #, fuzzy, c-format msgid "key %s: unsupported public key algorithm\n" msgstr "võti %08lX: mittetoetatud avaliku võtme algoritm\n" -#: g10/import.c:3634 +#: g10/import.c:3646 #, fuzzy, c-format msgid "key %s: invalid direct key signature\n" msgstr "võti %08lX: lisatud vahetu võtme allkiri\n" -#: g10/import.c:3648 +#: g10/import.c:3660 #, fuzzy, c-format msgid "key %s: no subkey for key binding\n" msgstr "võti %08lX: võtmeseosel puudub alamvõti\n" -#: g10/import.c:3663 +#: g10/import.c:3675 #, fuzzy, c-format msgid "key %s: invalid subkey binding\n" msgstr "võti %08lX: vigane alamvõtme seos\n" -#: g10/import.c:3682 +#: g10/import.c:3694 #, fuzzy, c-format msgid "key %s: removed multiple subkey binding\n" msgstr "võti %08lX: vigane mitme alamvõtme seos\n" -#: g10/import.c:3706 +#: g10/import.c:3718 #, fuzzy, c-format msgid "key %s: no subkey for key revocation\n" msgstr "võti %08lX: võtme tühistamiseks puudub alamvõti\n" -#: g10/import.c:3719 +#: g10/import.c:3731 #, fuzzy, c-format msgid "key %s: invalid subkey revocation\n" msgstr "võti %08lX: vigane alamvõtme tühistamine\n" -#: g10/import.c:3734 +#: g10/import.c:3746 #, fuzzy, c-format msgid "key %s: removed multiple subkey revocation\n" msgstr "võti %08lX: eemaldasin mitme alamvõtme tühistamise\n" -#: g10/import.c:3778 +#: g10/import.c:3790 #, fuzzy, c-format msgid "key %s: skipped user ID \"%s\"\n" msgstr "võti %08lX: jätsin vahele kasutaja ID '" -#: g10/import.c:3805 +#: g10/import.c:3817 #, fuzzy, c-format msgid "key %s: skipped subkey\n" msgstr "võti %08lX: jätsin alamvõtme vahele\n" -#: g10/import.c:3837 +#: g10/import.c:3849 #, fuzzy, c-format msgid "key %s: non exportable signature (class 0x%02X) - skipped\n" msgstr "võti %08lX: mitte eksporditav allkiri (klass %02x) - jätan vahele\n" -#: g10/import.c:3848 +#: g10/import.c:3860 #, fuzzy, c-format msgid "key %s: revocation certificate at wrong place - skipped\n" msgstr "võti %08lX: tühistamise sertifikaat on vales kohas - jätan vahele\n" -#: g10/import.c:3866 +#: g10/import.c:3878 #, fuzzy, c-format msgid "key %s: invalid revocation certificate: %s - skipped\n" msgstr "võti %08lX: vigane tühistamise sertifikaat: %s - jätan vahele\n" -#: g10/import.c:3880 +#: g10/import.c:3892 #, fuzzy, c-format msgid "key %s: subkey signature in wrong place - skipped\n" msgstr "võti %08lX: alamvõtme allkiri on vales kohas - jätan vahele\n" -#: g10/import.c:3888 +#: g10/import.c:3900 #, fuzzy, c-format msgid "key %s: unexpected signature class (0x%02X) - skipped\n" msgstr "võti %08lX: ootamatu allkirja klass (0x%02x) - jätan vahele\n" -#: g10/import.c:4061 +#: g10/import.c:4073 #, fuzzy, c-format msgid "key %s: duplicated user ID detected - merged\n" msgstr "võti %08lX: tuvastasin dubleeritud kasutaja ID - mestisin\n" -#: g10/import.c:4168 +#: g10/import.c:4180 #, fuzzy, c-format msgid "key %s: duplicated subkeys detected - merged\n" msgstr "võti %08lX: tuvastasin dubleeritud kasutaja ID - mestisin\n" -#: g10/import.c:4233 +#: g10/import.c:4245 #, fuzzy, c-format msgid "WARNING: key %s may be revoked: fetching revocation key %s\n" msgstr "" "HOIATUS: võti %08lX võib olla tühistatud: laen tühistamise võtit %08lX\n" -#: g10/import.c:4249 +#: g10/import.c:4261 #, fuzzy, c-format msgid "WARNING: key %s may be revoked: revocation key %s not present.\n" msgstr "" "HOIATUS: võti %08lX võib olla tühistatud: tühistamise võtit %08lX pole.\n" -#: g10/import.c:4315 +#: g10/import.c:4327 #, fuzzy, c-format msgid "key %s: \"%s\" revocation certificate added\n" msgstr "võti %08lX: \"%s\" tühistamise sertifikaat lisatud\n" -#: g10/import.c:4353 +#: g10/import.c:4365 #, fuzzy, c-format msgid "key %s: direct key signature added\n" msgstr "võti %08lX: lisatud vahetu võtme allkiri\n" @@ -4953,13 +4953,13 @@ msgstr "" "näidatud võtme kehtivus olla tingimata korrektne.\n" #: g10/keyedit.c:4016 g10/keyedit.c:4447 g10/keyserver.c:535 -#: g10/mainproc.c:2277 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 +#: g10/mainproc.c:2280 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 #, fuzzy msgid "revoked" msgstr "[tühistatud] " #: g10/keyedit.c:4018 g10/keyedit.c:4449 g10/keyserver.c:539 -#: g10/mainproc.c:2279 g10/tofu.c:1792 g10/trust.c:124 +#: g10/mainproc.c:2282 g10/tofu.c:1792 g10/trust.c:124 #, fuzzy msgid "expired" msgstr "expire" @@ -5504,7 +5504,7 @@ msgstr " (%d) RSA (ainult krüpteerimiseks)\n" msgid "Enter the keygrip: " msgstr "Allkirja noteerimine: " -#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2279 +#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2280 #, c-format msgid "Not a valid keygrip (expecting 40 hex digits)\n" msgstr "" @@ -5514,13 +5514,13 @@ msgstr "" msgid "No key with this keygrip\n" msgstr "Kasutaja ID numbriga %d puudub\n" -#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3437 g10/keygen.c:3448 +#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3440 g10/keygen.c:3451 #: sm/certreqgen-ui.c:231 sm/certreqgen-ui.c:240 #, fuzzy, c-format msgid "error reading the card: %s\n" msgstr "%s: viga vaba kirje lugemisel: %s\n" -#: g10/keygen.c:2292 g10/keygen.c:3441 sm/certreqgen-ui.c:234 +#: g10/keygen.c:2292 g10/keygen.c:3444 sm/certreqgen-ui.c:234 #, fuzzy, c-format msgid "Serial number of the card: %s\n" msgstr "viga parooli loomisel: %s\n" @@ -5771,13 +5771,18 @@ msgstr "" "kasutada kettaid jne), see annaks juhuarvude generaatorile võimaluse\n" "koguda paremat entroopiat.\n" -#: g10/keygen.c:4570 g10/keygen.c:4643 g10/keygen.c:4661 g10/keygen.c:4690 -#: g10/keygen.c:5066 g10/keygen.c:5612 g10/keygen.c:5923 g10/keygen.c:6030 +#: g10/keygen.c:3591 +#, c-format +msgid "WARNING: v4 is specified, but overridden by v5.\n" +msgstr "" + +#: g10/keygen.c:4590 g10/keygen.c:4663 g10/keygen.c:4681 g10/keygen.c:4710 +#: g10/keygen.c:5086 g10/keygen.c:5632 g10/keygen.c:5943 g10/keygen.c:6050 #, c-format msgid "Key generation failed: %s\n" msgstr "Võtme genereerimine ebaõnnestus: %s\n" -#: g10/keygen.c:4579 +#: g10/keygen.c:4599 #, c-format msgid "" "About to create a key for:\n" @@ -5785,67 +5790,67 @@ msgid "" "\n" msgstr "" -#: g10/keygen.c:4581 +#: g10/keygen.c:4601 msgid "Continue? (Y/n) " msgstr "" -#: g10/keygen.c:4602 +#: g10/keygen.c:4622 #, fuzzy, c-format msgid "A key for \"%s\" already exists\n" msgstr "`%s' on juba pakitud\n" -#: g10/keygen.c:4607 +#: g10/keygen.c:4627 #, fuzzy msgid "Create anyway? (y/N) " msgstr "Kasutan seda võtit ikka? " -#: g10/keygen.c:4613 +#: g10/keygen.c:4633 #, fuzzy, c-format msgid "creating anyway\n" msgstr "genereeri uus võtmepaar" -#: g10/keygen.c:5049 +#: g10/keygen.c:5069 #, c-format msgid "Note: Use \"%s %s\" for a full featured key generation dialog.\n" msgstr "" -#: g10/keygen.c:5098 +#: g10/keygen.c:5118 #, c-format msgid "Key generation canceled.\n" msgstr "Võtme genereerimine katkestati.\n" -#: g10/keygen.c:5158 +#: g10/keygen.c:5178 #, fuzzy, c-format msgid "can't create backup file '%s': %s\n" msgstr "`%s' ei õnnestu luua: %s\n" -#: g10/keygen.c:5178 +#: g10/keygen.c:5198 #, fuzzy, c-format msgid "Note: backup of card key saved to '%s'\n" msgstr "MÄRKUS: salajane võti %08lX aegus %s\n" -#: g10/keygen.c:5339 g10/keygen.c:5541 +#: g10/keygen.c:5359 g10/keygen.c:5561 #, fuzzy, c-format #| msgid "writing public key to `%s'\n" msgid "writing public key to '%s'\n" msgstr "kirjutan avaliku võtme faili `%s'\n" -#: g10/keygen.c:5535 +#: g10/keygen.c:5555 #, c-format msgid "no writable public keyring found: %s\n" msgstr "kirjutatavat avalike võtmete hoidlat pole: %s\n" -#: g10/keygen.c:5549 +#: g10/keygen.c:5569 #, fuzzy, c-format #| msgid "error writing public keyring `%s': %s\n" msgid "error writing public keyring '%s': %s\n" msgstr "viga avaliku võtme võtmehoidlasse `%s' kirjutamisel: %s\n" -#: g10/keygen.c:5583 +#: g10/keygen.c:5603 msgid "public and secret key created and signed.\n" msgstr "avalik ja salajane võti on loodud ja allkirjastatud.\n" -#: g10/keygen.c:5599 +#: g10/keygen.c:5619 #, fuzzy msgid "" "Note that this key cannot be used for encryption. You may want to use\n" @@ -5855,35 +5860,35 @@ msgstr "" "Krüptimiseks tuleb genereerida teine võti, seda saate teha\n" "kasutades võtit \"--edit-key\".\n" -#: g10/keygen.c:5781 g10/keygen.c:5980 +#: g10/keygen.c:5801 g10/keygen.c:6000 #, c-format msgid "" "key has been created %lu second in future (time warp or clock problem)\n" msgstr "võti loodi %lu sekund tulevikus (ajahüpe või kella probleem)\n" -#: g10/keygen.c:5783 g10/keygen.c:5982 +#: g10/keygen.c:5803 g10/keygen.c:6002 #, c-format msgid "" "key has been created %lu seconds in future (time warp or clock problem)\n" msgstr "võti loodi %lu sekundit tulevikus (ajahüpe või kella probleem)\n" -#: g10/keygen.c:5794 g10/keygen.c:5993 +#: g10/keygen.c:5814 g10/keygen.c:6013 #, fuzzy, c-format #| msgid "NOTE: creating subkeys for v3 keys is not OpenPGP compliant\n" msgid "Note: creating subkeys for v3 keys is not OpenPGP compliant\n" msgstr "MÄRKUS: v3 võtmetele alamvõtmete loomine ei ole OpenPGP ühilduv\n" -#: g10/keygen.c:5806 g10/keygen.c:5808 +#: g10/keygen.c:5826 g10/keygen.c:5828 #, c-format msgid "Secret parts of primary key are not available.\n" msgstr "Primaarse võtme salajased komponendid ei ole kättesaadavad.\n" -#: g10/keygen.c:5815 g10/keygen.c:5817 +#: g10/keygen.c:5835 g10/keygen.c:5837 #, fuzzy, c-format msgid "Secret parts of primary key are stored on-card.\n" msgstr "Primaarse võtme salajased komponendid ei ole kättesaadavad.\n" -#: g10/keygen.c:5837 g10/keygen.c:6007 +#: g10/keygen.c:5857 g10/keygen.c:6027 #, fuzzy msgid "Really create? (y/N) " msgstr "Loon tõesti? " @@ -6042,61 +6047,61 @@ msgstr "vigased ekspordi võtmed\n" msgid "\"%s\" not a key ID: skipping\n" msgstr "" -#: g10/keyserver.c:1418 g10/keyserver.c:1451 +#: g10/keyserver.c:1420 g10/keyserver.c:1453 #, fuzzy, c-format msgid "refreshing %d key from %s\n" msgid_plural "refreshing %d keys from %s\n" msgstr[0] "küsin võtit %08lX võtmeserverist %s\n" msgstr[1] "küsin võtit %08lX võtmeserverist %s\n" -#: g10/keyserver.c:1425 +#: g10/keyserver.c:1427 #, fuzzy, c-format msgid "WARNING: unable to refresh key %s via %s: %s\n" msgstr "HOIATUS: ei saa kustutada ajutist faili (%s) `%s': %s\n" -#: g10/keyserver.c:1529 +#: g10/keyserver.c:1531 #, fuzzy, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "võtit '%s' ei leitud: %s\n" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1534 #, fuzzy, c-format msgid "key not found on keyserver\n" msgstr "võtit '%s' ei leitud: %s\n" -#: g10/keyserver.c:1720 +#: g10/keyserver.c:1722 #, fuzzy, c-format msgid "requesting key %s from %s server %s\n" msgstr "küsin võtit %08lX võtmeserverist %s\n" -#: g10/keyserver.c:1724 +#: g10/keyserver.c:1726 #, fuzzy, c-format msgid "requesting key %s from %s\n" msgstr "küsin võtit %08lX võtmeserverist %s\n" -#: g10/keyserver.c:1829 g10/keyserver.c:2008 +#: g10/keyserver.c:1841 g10/keyserver.c:2020 #, fuzzy, c-format msgid "no keyserver known\n" msgstr "vigased ekspordi võtmed\n" -#: g10/keyserver.c:1844 g10/skclist.c:213 g10/skclist.c:241 +#: g10/keyserver.c:1856 g10/skclist.c:213 g10/skclist.c:241 #, fuzzy, c-format msgid "skipped \"%s\": %s\n" msgstr "`%s' jätsin vahele: %s\n" -#: g10/keyserver.c:1848 +#: g10/keyserver.c:1860 #, fuzzy, c-format msgid "sending key %s to %s\n" msgstr "" "\"\n" "allkirjastatud teie võtmega %08lX %s\n" -#: g10/keyserver.c:1889 +#: g10/keyserver.c:1901 #, fuzzy, c-format msgid "requesting key from '%s'\n" msgstr "küsin võtit %08lX võtmeserverist %s\n" -#: g10/keyserver.c:1905 +#: g10/keyserver.c:1917 #, fuzzy, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "HOIATUS: ei saa kustutada ajutist faili (%s) `%s': %s\n" @@ -6287,87 +6292,87 @@ msgstr " ka \"" msgid "Key available at: " msgstr "Võtme leiate: " -#: g10/mainproc.c:2033 +#: g10/mainproc.c:2034 #, c-format msgid "Note: Use '%s' to make use of this info\n" msgstr "" -#: g10/mainproc.c:2231 +#: g10/mainproc.c:2234 msgid "[uncertain]" msgstr "[ebakindel]" -#: g10/mainproc.c:2269 +#: g10/mainproc.c:2272 #, fuzzy, c-format msgid " aka \"%s\"" msgstr " ka \"" -#: g10/mainproc.c:2344 +#: g10/mainproc.c:2347 #, fuzzy, c-format #| msgid "WARNING: This key is not certified with a trusted signature!\n" msgid "WARNING: This key is not suitable for signing in %s mode\n" msgstr "HOIATUS: Seda võtit ei ole sertifitseeritud usaldatava allkirjaga!\n" -#: g10/mainproc.c:2360 +#: g10/mainproc.c:2363 #, c-format msgid "Signature expired %s\n" msgstr "Allkiri aegus %s\n" -#: g10/mainproc.c:2365 +#: g10/mainproc.c:2368 #, c-format msgid "Signature expires %s\n" msgstr "Allkiri aegub %s\n" -#: g10/mainproc.c:2376 +#: g10/mainproc.c:2379 #, fuzzy, c-format #| msgid "%s signature, digest algorithm %s\n" msgid "%s signature, digest algorithm %s%s%s\n" msgstr "%s allkiri, sõnumilühendi algoritm %s\n" -#: g10/mainproc.c:2377 +#: g10/mainproc.c:2380 msgid "binary" msgstr "binaarne" -#: g10/mainproc.c:2378 +#: g10/mainproc.c:2381 msgid "textmode" msgstr "tekstimood" -#: g10/mainproc.c:2378 g10/trust.c:123 dirmngr/ocsp.c:792 +#: g10/mainproc.c:2381 g10/trust.c:123 dirmngr/ocsp.c:792 msgid "unknown" msgstr "tundmatu" -#: g10/mainproc.c:2380 +#: g10/mainproc.c:2383 #, fuzzy #| msgid "unknown pubkey algorithm" msgid ", key algorithm " msgstr "tundmatu avaliku võtme algoritm" -#: g10/mainproc.c:2415 +#: g10/mainproc.c:2418 #, c-format msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n" msgstr "" -#: g10/mainproc.c:2454 +#: g10/mainproc.c:2457 #, c-format msgid "Can't check signature: %s\n" msgstr "Allkirja ei saa kontrollida: %s\n" -#: g10/mainproc.c:2550 g10/mainproc.c:2569 g10/mainproc.c:2693 +#: g10/mainproc.c:2553 g10/mainproc.c:2572 g10/mainproc.c:2696 #, c-format msgid "not a detached signature\n" msgstr "ei ole eraldiseisev allkiri\n" -#: g10/mainproc.c:2603 +#: g10/mainproc.c:2606 #, c-format msgid "" "WARNING: multiple signatures detected. Only the first will be checked.\n" msgstr "HOIATUS: leidsin mitu allkirja. Kontrollitakse ainult esimest.\n" -#: g10/mainproc.c:2612 +#: g10/mainproc.c:2615 #, c-format msgid "standalone signature of class 0x%02x\n" msgstr "eraldiseisev allkiri klassiga 0x%02x\n" -#: g10/mainproc.c:2697 +#: g10/mainproc.c:2700 #, c-format msgid "old style (PGP 2.x) signature\n" msgstr "vana stiili (PGP 2.x) allkiri\n" @@ -8264,7 +8269,7 @@ msgstr "Kasuta: gpg [võtmed] [failid] (-h näitab abiinfot)" #. TRANSLATORS: Put a \x1f right before a colon. This can be #. * used by pinentry to nicely align the names and values. Keep #. * the %s at the start and end of the string. -#: scd/app-piv.c:1770 scd/app-p15.c:4741 scd/app-nks.c:1475 +#: scd/app-piv.c:1770 scd/app-p15.c:4937 scd/app-nks.c:1530 #: scd/app-openpgp.c:2386 #, c-format msgid "%sNumber: %s%%0AHolder: %s%s" @@ -8272,7 +8277,7 @@ msgstr "" #. TRANSLATORS: This is the number of remaining attempts to #. * enter a PIN. Use %%0A (double-percent,0A) for a linefeed. -#: scd/app-piv.c:1787 scd/app-p15.c:4760 scd/app-nks.c:1494 +#: scd/app-piv.c:1787 scd/app-p15.c:4956 scd/app-nks.c:1549 #: scd/app-openpgp.c:2402 #, c-format msgid "Remaining attempts: %d" @@ -8308,7 +8313,7 @@ msgstr "muuda parooli" msgid "||Please enter the Unblocking Key of your PIV card" msgstr "Palun valige tühistamise põhjus:\n" -#: scd/app-piv.c:1888 scd/app-nks.c:1605 scd/app-openpgp.c:2669 +#: scd/app-piv.c:1888 scd/app-nks.c:1660 scd/app-openpgp.c:2669 #: scd/app-openpgp.c:2693 scd/app-openpgp.c:2871 scd/app-openpgp.c:2893 #: scd/app-openpgp.c:3074 scd/app-openpgp.c:3361 scd/app-openpgp.c:3408 #: scd/app-openpgp.c:3545 scd/app-dinsig.c:302 @@ -8394,75 +8399,75 @@ msgstr[1] "Võtme genereerimine ebaõnnestus: %s\n" msgid "response does not contain the public key data\n" msgstr "" -#: scd/app-p15.c:4839 scd/app-nks.c:1983 +#: scd/app-p15.c:5035 scd/app-nks.c:2038 msgid "||Please enter the PIN for the key to create qualified signatures." msgstr "" #. TRANSLATORS: Do not translate the "|A|" prefix but keep it at #. the start of the string. Use %0A (single percent) for a linefeed. -#: scd/app-p15.c:4842 scd/app-openpgp.c:2818 +#: scd/app-p15.c:5038 scd/app-openpgp.c:2818 #, fuzzy msgid "|A|Please enter the Admin PIN" msgstr "muuda parooli" -#: scd/app-p15.c:4844 scd/app-nks.c:1973 +#: scd/app-p15.c:5040 scd/app-nks.c:2028 #, fuzzy msgid "|P|Please enter the PIN Unblocking Code (PUK) for the standard keys." msgstr "Palun valige tühistamise põhjus:\n" -#: scd/app-p15.c:4847 scd/app-nks.c:1964 +#: scd/app-p15.c:5043 scd/app-nks.c:2019 #, fuzzy msgid "||Please enter the PIN for the standard keys." msgstr "muuda parooli" -#: scd/app-nks.c:1413 scd/app-openpgp.c:4321 +#: scd/app-nks.c:1468 scd/app-openpgp.c:4321 #, c-format msgid "RSA modulus missing or not of size %d bits\n" msgstr "" -#: scd/app-nks.c:1421 scd/app-openpgp.c:4333 +#: scd/app-nks.c:1476 scd/app-openpgp.c:4333 #, c-format msgid "RSA public exponent missing or larger than %d bits\n" msgstr "" -#: scd/app-nks.c:1594 +#: scd/app-nks.c:1649 #, fuzzy #| msgid "Note: This key has been disabled.\n" msgid "Note: PIN has not yet been enabled." msgstr "Märkus: See võti on blokeeritud.\n" -#: scd/app-nks.c:1641 +#: scd/app-nks.c:1696 #, c-format msgid "the NullPIN has not yet been changed\n" msgstr "" -#: scd/app-nks.c:1963 +#: scd/app-nks.c:2018 #, fuzzy msgid "|N|Please enter a new PIN for the standard keys." msgstr "muuda parooli" -#: scd/app-nks.c:1971 +#: scd/app-nks.c:2026 #, fuzzy msgid "|NP|Please enter a new PIN Unblocking Code (PUK) for the standard keys." msgstr "Palun valige tühistamise põhjus:\n" -#: scd/app-nks.c:1981 +#: scd/app-nks.c:2036 msgid "|N|Please enter a new PIN for the key to create qualified signatures." msgstr "" -#: scd/app-nks.c:1991 +#: scd/app-nks.c:2046 msgid "" "|NP|Please enter a new PIN Unblocking Code (PUK) for the key to create " "qualified signatures." msgstr "" -#: scd/app-nks.c:1993 +#: scd/app-nks.c:2048 msgid "" "|P|Please enter the PIN Unblocking Code (PUK) for the key to create " "qualified signatures." msgstr "" -#: scd/app-nks.c:2166 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 +#: scd/app-nks.c:2221 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 #, fuzzy, c-format msgid "error getting new PIN: %s\n" msgstr "viga parooli loomisel: %s\n" @@ -8648,81 +8653,81 @@ msgstr "muuda parooli" msgid "|N|Initial New PIN" msgstr "" -#: scd/scdaemon.c:118 +#: scd/scdaemon.c:119 msgid "run in multi server mode (foreground)" msgstr "" -#: scd/scdaemon.c:135 sm/gpgsm.c:271 dirmngr/dirmngr.c:197 +#: scd/scdaemon.c:136 sm/gpgsm.c:274 dirmngr/dirmngr.c:198 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "" -#: scd/scdaemon.c:141 +#: scd/scdaemon.c:142 #, fuzzy msgid "|FILE|write a log to FILE" msgstr "|FAIL|lae laiendusmoodul FAIL" -#: scd/scdaemon.c:148 +#: scd/scdaemon.c:149 msgid "|N|connect to reader at port N" msgstr "" -#: scd/scdaemon.c:150 +#: scd/scdaemon.c:151 #, fuzzy msgid "|NAME|use NAME as ct-API driver" msgstr "|NIMI|kasuta NIME vaikimisi saajana" -#: scd/scdaemon.c:152 +#: scd/scdaemon.c:153 #, fuzzy msgid "|NAME|use NAME as PC/SC driver" msgstr "|NIMI|kasuta NIME vaikimisi saajana" -#: scd/scdaemon.c:156 +#: scd/scdaemon.c:157 #, fuzzy msgid "do not use the internal CCID driver" msgstr "ära kasuta terminali" -#: scd/scdaemon.c:162 +#: scd/scdaemon.c:163 msgid "|N|disconnect the card after N seconds of inactivity" msgstr "" -#: scd/scdaemon.c:165 +#: scd/scdaemon.c:166 msgid "do not use a reader's pinpad" msgstr "" -#: scd/scdaemon.c:168 +#: scd/scdaemon.c:169 msgid "use variable length input for pinpad" msgstr "" -#: scd/scdaemon.c:171 +#: scd/scdaemon.c:172 msgid "|LIST|change the application priority to LIST" msgstr "" -#: scd/scdaemon.c:179 +#: scd/scdaemon.c:180 #, fuzzy msgid "deny the use of admin card commands" msgstr "vastuolulised käsud\n" -#: scd/scdaemon.c:324 +#: scd/scdaemon.c:325 #, fuzzy msgid "Usage: @SCDAEMON@ [options] (-h for help)" msgstr "Kasuta: gpg [võtmed] [failid] (-h näitab abiinfot)" -#: scd/scdaemon.c:326 +#: scd/scdaemon.c:327 msgid "" "Syntax: scdaemon [options] [command [args]]\n" "Smartcard daemon for @GNUPG@\n" msgstr "" -#: scd/scdaemon.c:807 +#: scd/scdaemon.c:819 #, c-format msgid "please use the option '--daemon' to run the program in the background\n" msgstr "" -#: scd/scdaemon.c:1183 dirmngr/dirmngr.c:2077 +#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2104 #, c-format msgid "handler for fd %d started\n" msgstr "" -#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2085 +#: scd/scdaemon.c:1207 dirmngr/dirmngr.c:2112 #, c-format msgid "handler for fd %d terminated\n" msgstr "" @@ -9005,7 +9010,7 @@ msgid "a %u bit hash is not valid for a %u bit %s key\n" msgstr "" #: sm/certcheck.c:239 sm/certcheck.c:263 dirmngr/crlcache.c:1542 -#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1363 dirmngr/validate.c:903 +#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1372 dirmngr/validate.c:903 #: dirmngr/validate.c:927 #, fuzzy, c-format msgid "out of core\n" @@ -9358,139 +9363,139 @@ msgstr "võtmebloki kustutamine ebaõnnestus: %s\n" msgid "no valid recipients given\n" msgstr "(Kirjeldust ei antud)\n" -#: sm/gpgsm.c:224 +#: sm/gpgsm.c:226 #, fuzzy msgid "list external keys" msgstr "näita salajasi võtmeid" -#: sm/gpgsm.c:226 +#: sm/gpgsm.c:228 #, fuzzy msgid "list certificate chain" msgstr "halb sertifikaat" -#: sm/gpgsm.c:234 +#: sm/gpgsm.c:236 #, fuzzy msgid "import certificates" msgstr "halb sertifikaat" -#: sm/gpgsm.c:235 +#: sm/gpgsm.c:237 #, fuzzy msgid "export certificates" msgstr "halb sertifikaat" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:245 msgid "register a smartcard" msgstr "" -#: sm/gpgsm.c:246 +#: sm/gpgsm.c:248 msgid "pass a command to the dirmngr" msgstr "" -#: sm/gpgsm.c:248 +#: sm/gpgsm.c:250 msgid "invoke gpg-protect-tool" msgstr "" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:270 msgid "don't use the terminal at all" msgstr "ära kasuta terminali" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "|N|number of certificates to include" msgstr "" -#: sm/gpgsm.c:296 +#: sm/gpgsm.c:299 msgid "|FILE|take policy information from FILE" msgstr "" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "assume input is in PEM format" msgstr "" -#: sm/gpgsm.c:312 +#: sm/gpgsm.c:315 msgid "assume input is in base-64 format" msgstr "" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "assume input is in binary format" msgstr "" -#: sm/gpgsm.c:323 +#: sm/gpgsm.c:326 #, fuzzy msgid "create base-64 encoded output" msgstr "loo ascii pakendis väljund" -#: sm/gpgsm.c:335 +#: sm/gpgsm.c:338 #, fuzzy msgid "|USER-ID|use USER-ID as default secret key" msgstr "|NIMI|kasuta NIME vaikimisi salajase võtmena" -#: sm/gpgsm.c:346 +#: sm/gpgsm.c:349 #, fuzzy msgid "|FILE|add keyring to the list of keyrings" msgstr "lisa see võtmehoidla võtmehoidlate nimekirja" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 #, fuzzy msgid "|SPEC|use this keyserver to lookup keys" msgstr "|HOST|kasuta seda võtmeserverit" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "fetch missing issuer certificates" msgstr "" -#: sm/gpgsm.c:361 +#: sm/gpgsm.c:364 #, fuzzy msgid "|NAME|use encoding NAME for PKCS#12 passphrases" msgstr "|NIMI|kasuta paroolidega Å¡ifri algoritmi NIMI" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 msgid "never consult a CRL" msgstr "" -#: sm/gpgsm.c:386 +#: sm/gpgsm.c:389 msgid "do not check CRLs for root certificates" msgstr "" -#: sm/gpgsm.c:390 +#: sm/gpgsm.c:393 msgid "check validity using OCSP" msgstr "" -#: sm/gpgsm.c:392 +#: sm/gpgsm.c:395 msgid "do not check certificate policies" msgstr "" -#: sm/gpgsm.c:395 +#: sm/gpgsm.c:398 msgid "|NAME|use cipher algorithm NAME" msgstr "|NIMI|kasuta Å¡ifri algoritmi NIMI" -#: sm/gpgsm.c:397 +#: sm/gpgsm.c:400 msgid "|NAME|use message digest algorithm NAME" msgstr "|NIMI|kasuta teatelühendi algoritmi NIMI" -#: sm/gpgsm.c:407 +#: sm/gpgsm.c:410 msgid "batch mode: never ask" msgstr "pakettmood: ära küsi kunagi" -#: sm/gpgsm.c:409 +#: sm/gpgsm.c:412 msgid "assume yes on most questions" msgstr "eelda enamus küsimustele jah vastust" -#: sm/gpgsm.c:410 +#: sm/gpgsm.c:413 msgid "assume no on most questions" msgstr "eelda enamus küsimustele ei vastust" -#: sm/gpgsm.c:427 +#: sm/gpgsm.c:430 #, fuzzy msgid "|FILE|write an audit log to FILE" msgstr "|FAIL|lae laiendusmoodul FAIL" -#: sm/gpgsm.c:612 +#: sm/gpgsm.c:615 #, fuzzy #| msgid "Usage: gpg [options] [files] (-h for help)" msgid "Usage: @GPGSM@ [options] [files] (-h for help)" msgstr "Kasuta: gpg [võtmed] [failid] (-h näitab abiinfot)" -#: sm/gpgsm.c:615 +#: sm/gpgsm.c:618 #, fuzzy msgid "" "Syntax: @GPGSM@ [options] [files]\n" @@ -9501,52 +9506,52 @@ msgstr "" "allkirjasta, kontrolli, krüpti ja dekrüpti\n" "vaikimisi operatsioon sõltub sisendandmetest\n" -#: sm/gpgsm.c:823 +#: sm/gpgsm.c:826 #, fuzzy, c-format msgid "Note: won't be able to encrypt to '%s': %s\n" msgstr "ei õnnestu luua ühendust serveriga `%s': %s\n" -#: sm/gpgsm.c:834 +#: sm/gpgsm.c:837 #, fuzzy, c-format msgid "unknown validation model '%s'\n" msgstr "tundmatu vaikimisi saaja `%s'\n" -#: sm/gpgsm.c:893 dirmngr/ldapserver.c:89 +#: sm/gpgsm.c:896 dirmngr/ldapserver.c:89 #, fuzzy, c-format msgid "%s:%u: no hostname given\n" msgstr "(Kirjeldust ei antud)\n" -#: sm/gpgsm.c:912 dirmngr/ldapserver.c:108 +#: sm/gpgsm.c:915 dirmngr/ldapserver.c:108 #, c-format msgid "%s:%u: password given without user\n" msgstr "" -#: sm/gpgsm.c:943 dirmngr/ldapserver.c:139 +#: sm/gpgsm.c:946 dirmngr/ldapserver.c:139 #, c-format msgid "%s:%u: ignoring unknown flag '%s'\n" msgstr "" -#: sm/gpgsm.c:959 dirmngr/ldapserver.c:155 +#: sm/gpgsm.c:962 dirmngr/ldapserver.c:155 #, fuzzy, c-format msgid "%s:%u: skipping this line\n" msgstr " j = jäta see võti vahele\n" -#: sm/gpgsm.c:1545 +#: sm/gpgsm.c:1550 #, fuzzy, c-format msgid "could not parse keyserver\n" msgstr "ei saa parsida võtmeserveri URI\n" -#: sm/gpgsm.c:1825 +#: sm/gpgsm.c:1858 #, fuzzy, c-format msgid "importing common certificates '%s'\n" msgstr "kirjutan faili `%s'\n" -#: sm/gpgsm.c:1871 +#: sm/gpgsm.c:1904 #, fuzzy, c-format msgid "can't sign using '%s': %s\n" msgstr "`%s' ei õnnestu sulgeda: %s\n" -#: sm/gpgsm.c:2231 +#: sm/gpgsm.c:2273 #, c-format msgid "invalid command (there is no implicit command)\n" msgstr "" @@ -10509,135 +10514,135 @@ msgstr "" msgid "looking up '%s'\n" msgstr "" -#: dirmngr/dirmngr.c:174 +#: dirmngr/dirmngr.c:175 msgid "list the contents of the CRL cache" msgstr "" -#: dirmngr/dirmngr.c:175 +#: dirmngr/dirmngr.c:176 #, fuzzy msgid "|FILE|load CRL from FILE into cache" msgstr "|FAIL|lae laiendusmoodul FAIL" -#: dirmngr/dirmngr.c:176 +#: dirmngr/dirmngr.c:177 msgid "|URL|fetch a CRL from URL" msgstr "" -#: dirmngr/dirmngr.c:177 +#: dirmngr/dirmngr.c:178 msgid "shutdown the dirmngr" msgstr "" -#: dirmngr/dirmngr.c:178 +#: dirmngr/dirmngr.c:179 msgid "flush the cache" msgstr "" -#: dirmngr/dirmngr.c:211 +#: dirmngr/dirmngr.c:212 msgid "allow online software version check" msgstr "" -#: dirmngr/dirmngr.c:214 +#: dirmngr/dirmngr.c:215 msgid "|N|do not return more than N items in one query" msgstr "" -#: dirmngr/dirmngr.c:220 +#: dirmngr/dirmngr.c:221 msgid "Network related options" msgstr "" -#: dirmngr/dirmngr.c:222 +#: dirmngr/dirmngr.c:223 msgid "route all network traffic via Tor" msgstr "" -#: dirmngr/dirmngr.c:234 +#: dirmngr/dirmngr.c:235 msgid "Configuration for Keyservers" msgstr "" -#: dirmngr/dirmngr.c:237 +#: dirmngr/dirmngr.c:238 #, fuzzy msgid "|URL|use keyserver at URL" msgstr "ei saa parsida võtmeserveri URI\n" -#: dirmngr/dirmngr.c:239 +#: dirmngr/dirmngr.c:240 msgid "|FILE|use the CA certificates in FILE for HKP over TLS" msgstr "" -#: dirmngr/dirmngr.c:241 +#: dirmngr/dirmngr.c:242 msgid "Configuration for HTTP servers" msgstr "" -#: dirmngr/dirmngr.c:243 +#: dirmngr/dirmngr.c:244 msgid "inhibit the use of HTTP" msgstr "" -#: dirmngr/dirmngr.c:245 +#: dirmngr/dirmngr.c:246 msgid "ignore HTTP CRL distribution points" msgstr "" -#: dirmngr/dirmngr.c:247 +#: dirmngr/dirmngr.c:248 msgid "|URL|redirect all HTTP requests to URL" msgstr "" -#: dirmngr/dirmngr.c:249 +#: dirmngr/dirmngr.c:250 msgid "use system's HTTP proxy setting" msgstr "" -#: dirmngr/dirmngr.c:253 +#: dirmngr/dirmngr.c:254 msgid "Configuration of LDAP servers to use" msgstr "" -#: dirmngr/dirmngr.c:255 +#: dirmngr/dirmngr.c:256 msgid "inhibit the use of LDAP" msgstr "" -#: dirmngr/dirmngr.c:257 +#: dirmngr/dirmngr.c:258 msgid "ignore LDAP CRL distribution points" msgstr "" -#: dirmngr/dirmngr.c:259 +#: dirmngr/dirmngr.c:260 msgid "|HOST|use HOST for LDAP queries" msgstr "" -#: dirmngr/dirmngr.c:261 +#: dirmngr/dirmngr.c:262 msgid "do not use fallback hosts with --ldap-proxy" msgstr "" -#: dirmngr/dirmngr.c:263 +#: dirmngr/dirmngr.c:264 #, fuzzy msgid "|FILE|read LDAP server list from FILE" msgstr "|FAIL|lae laiendusmoodul FAIL" -#: dirmngr/dirmngr.c:265 +#: dirmngr/dirmngr.c:266 msgid "add new servers discovered in CRL distribution points to serverlist" msgstr "" -#: dirmngr/dirmngr.c:268 dirmngr/dirmngr_ldap.c:104 +#: dirmngr/dirmngr.c:269 dirmngr/dirmngr_ldap.c:104 msgid "|N|set LDAP timeout to N seconds" msgstr "" -#: dirmngr/dirmngr.c:271 +#: dirmngr/dirmngr.c:272 msgid "Configuration for OCSP" msgstr "" -#: dirmngr/dirmngr.c:273 +#: dirmngr/dirmngr.c:274 msgid "allow sending OCSP requests" msgstr "" -#: dirmngr/dirmngr.c:275 +#: dirmngr/dirmngr.c:276 msgid "ignore certificate contained OCSP service URLs" msgstr "" -#: dirmngr/dirmngr.c:277 +#: dirmngr/dirmngr.c:278 #, fuzzy msgid "|URL|use OCSP responder at URL" msgstr "ei saa parsida võtmeserveri URI\n" -#: dirmngr/dirmngr.c:279 +#: dirmngr/dirmngr.c:280 msgid "|FPR|OCSP response signed by FPR" msgstr "" -#: dirmngr/dirmngr.c:287 +#: dirmngr/dirmngr.c:288 msgid "force loading of outdated CRLs" msgstr "" -#: dirmngr/dirmngr.c:298 +#: dirmngr/dirmngr.c:299 #, fuzzy #| msgid "" #| "@\n" @@ -10650,95 +10655,95 @@ msgstr "" "@\n" "(Kõikide käskude ja võtmete täieliku kirjelduse leiate manualist)\n" -#: dirmngr/dirmngr.c:440 +#: dirmngr/dirmngr.c:441 #, fuzzy msgid "Usage: @DIRMNGR@ [options] (-h for help)" msgstr "Kasuta: gpg [võtmed] [failid] (-h näitab abiinfot)" -#: dirmngr/dirmngr.c:442 +#: dirmngr/dirmngr.c:443 msgid "" "Syntax: @DIRMNGR@ [options] [command [args]]\n" "Keyserver, CRL, and OCSP access for @GNUPG@\n" msgstr "" -#: dirmngr/dirmngr.c:522 +#: dirmngr/dirmngr.c:523 #, c-format msgid "valid debug levels are: %s\n" msgstr "" -#: dirmngr/dirmngr.c:608 tools/gpgconf.c:667 tools/gpgconf.c:702 +#: dirmngr/dirmngr.c:609 tools/gpgconf.c:667 tools/gpgconf.c:702 #: tools/gpgconf.c:802 #, fuzzy, c-format msgid "usage: %s [options] " msgstr "kasuta: gpg [võtmed] " -#: dirmngr/dirmngr.c:1251 +#: dirmngr/dirmngr.c:1260 #, fuzzy, c-format #| msgid "%s not allowed with %s!\n" msgid "colons are not allowed in the socket name\n" msgstr "%s ja %s ei ole koos lubatud!\n" -#: dirmngr/dirmngr.c:1486 dirmngr/server.c:1824 +#: dirmngr/dirmngr.c:1495 dirmngr/server.c:1824 #, fuzzy, c-format msgid "fetching CRL from '%s' failed: %s\n" msgstr "pakendamine ebaõnnestus: %s\n" -#: dirmngr/dirmngr.c:1492 dirmngr/server.c:1830 +#: dirmngr/dirmngr.c:1501 dirmngr/server.c:1830 #, fuzzy, c-format msgid "processing CRL from '%s' failed: %s\n" msgstr "pakendamine ebaõnnestus: %s\n" -#: dirmngr/dirmngr.c:1634 +#: dirmngr/dirmngr.c:1643 #, fuzzy, c-format msgid "%s:%u: line too long - skipped\n" msgstr "rida on liiga pikk\n" -#: dirmngr/dirmngr.c:1689 dirmngr/dirmngr.c:1773 +#: dirmngr/dirmngr.c:1698 dirmngr/dirmngr.c:1782 #, fuzzy, c-format msgid "%s:%u: invalid fingerprint detected\n" msgstr "viga: vigane sõrmejälg\n" -#: dirmngr/dirmngr.c:1725 dirmngr/dirmngr.c:1751 tools/gpgconf-comp.c:3534 +#: dirmngr/dirmngr.c:1734 dirmngr/dirmngr.c:1760 tools/gpgconf-comp.c:3539 #, fuzzy, c-format msgid "%s:%u: read error: %s\n" msgstr "viga lugemisel: %s\n" -#: dirmngr/dirmngr.c:1780 +#: dirmngr/dirmngr.c:1789 #, c-format msgid "%s:%u: garbage at end of line ignored\n" msgstr "" -#: dirmngr/dirmngr.c:1849 +#: dirmngr/dirmngr.c:1876 #, c-format msgid "SIGHUP received - re-reading configuration and flushing caches\n" msgstr "" -#: dirmngr/dirmngr.c:1890 +#: dirmngr/dirmngr.c:1917 #, c-format msgid "SIGUSR2 received - no action defined\n" msgstr "" -#: dirmngr/dirmngr.c:1895 +#: dirmngr/dirmngr.c:1922 #, c-format msgid "SIGTERM received - shutting down ...\n" msgstr "" -#: dirmngr/dirmngr.c:1897 +#: dirmngr/dirmngr.c:1924 #, c-format msgid "SIGTERM received - still %d active connections\n" msgstr "" -#: dirmngr/dirmngr.c:1902 +#: dirmngr/dirmngr.c:1929 #, fuzzy, c-format msgid "shutdown forced\n" msgstr "ei töödeldud" -#: dirmngr/dirmngr.c:1910 +#: dirmngr/dirmngr.c:1937 #, c-format msgid "SIGINT received - immediate shutdown\n" msgstr "" -#: dirmngr/dirmngr.c:1917 +#: dirmngr/dirmngr.c:1944 #, c-format msgid "signal %d received - no action defined\n" msgstr "" @@ -11205,7 +11210,7 @@ msgid "serialno missing in cert ID" msgstr "" #: dirmngr/server.c:1387 dirmngr/server.c:1473 dirmngr/server.c:1909 -#: dirmngr/server.c:1980 dirmngr/server.c:2552 dirmngr/server.c:2567 +#: dirmngr/server.c:1980 dirmngr/server.c:2556 dirmngr/server.c:2571 #, fuzzy, c-format msgid "assuan_inquire failed: %s\n" msgstr "allkirjastamine ebaõnnestus: %s\n" @@ -11235,33 +11240,33 @@ msgstr "võtmebloki kustutamine ebaõnnestus: %s\n" msgid "max_replies %d exceeded\n" msgstr "" -#: dirmngr/server.c:2856 +#: dirmngr/server.c:2860 #, fuzzy, c-format msgid "can't allocate control structure: %s\n" msgstr "`%s' ei õnnestu luua: %s\n" -#: dirmngr/server.c:2867 +#: dirmngr/server.c:2871 #, fuzzy, c-format msgid "failed to allocate assuan context: %s\n" msgstr "%s: paisktabeli loomine ebaõnnestus: %s\n" -#: dirmngr/server.c:2888 +#: dirmngr/server.c:2892 #, fuzzy, c-format #| msgid "failed to initialize the TrustDB: %s\n" msgid "failed to initialize the server: %s\n" msgstr "TrustDB initsialiseerimine ebaõnnestus: %s\n" -#: dirmngr/server.c:2896 +#: dirmngr/server.c:2900 #, fuzzy, c-format msgid "failed to the register commands with Assuan: %s\n" msgstr "võtmehoidla vahemälu uuesti loomine ebaõnnestus: %s\n" -#: dirmngr/server.c:2929 +#: dirmngr/server.c:2933 #, c-format msgid "Assuan accept problem: %s\n" msgstr "" -#: dirmngr/server.c:2948 +#: dirmngr/server.c:2952 #, fuzzy, c-format #| msgid "signing failed: %s\n" msgid "Assuan processing failed: %s\n" @@ -11410,73 +11415,73 @@ msgstr "gpg-agent ei ole sesses sessioonis kasutatav\n" msgid "error sending standard options: %s\n" msgstr "viga teate saatmisel serverile `%s': %s\n" -#: tools/gpgconf-comp.c:647 +#: tools/gpgconf-comp.c:649 msgid "OpenPGP" msgstr "" -#: tools/gpgconf-comp.c:651 +#: tools/gpgconf-comp.c:653 msgid "S/MIME" msgstr "" -#: tools/gpgconf-comp.c:655 +#: tools/gpgconf-comp.c:657 #, fuzzy msgid "Public Keys" msgstr "avalik võti on %08lX\n" -#: tools/gpgconf-comp.c:659 +#: tools/gpgconf-comp.c:661 msgid "Private Keys" msgstr "" -#: tools/gpgconf-comp.c:663 +#: tools/gpgconf-comp.c:665 msgid "Smartcards" msgstr "" -#: tools/gpgconf-comp.c:667 +#: tools/gpgconf-comp.c:669 msgid "TPM" msgstr "" -#: tools/gpgconf-comp.c:671 +#: tools/gpgconf-comp.c:673 #, fuzzy #| msgid "network error" msgid "Network" msgstr "võrgu viga" -#: tools/gpgconf-comp.c:675 +#: tools/gpgconf-comp.c:677 #, fuzzy msgid "Passphrase Entry" msgstr "halb parool" -#: tools/gpgconf-comp.c:939 +#: tools/gpgconf-comp.c:941 #, fuzzy msgid "Component not suitable for launching" msgstr "ei leia avalikku võtit" -#: tools/gpgconf-comp.c:945 +#: tools/gpgconf-comp.c:947 #, c-format msgid "Configuration file of component %s is broken\n" msgstr "" -#: tools/gpgconf-comp.c:948 +#: tools/gpgconf-comp.c:950 #, fuzzy, c-format #| msgid "Please use the command \"toggle\" first.\n" msgid "Note: Use the command \"%s%s\" to get details.\n" msgstr "Palun kasutage kõigepealt käsku \"toggle\".\n" -#: tools/gpgconf-comp.c:2811 +#: tools/gpgconf-comp.c:2816 #, c-format msgid "External verification of component %s failed" msgstr "" -#: tools/gpgconf-comp.c:2941 +#: tools/gpgconf-comp.c:2946 msgid "Note that group specifications are ignored\n" msgstr "" -#: tools/gpgconf-comp.c:3538 +#: tools/gpgconf-comp.c:3543 #, fuzzy, c-format msgid "error closing '%s'\n" msgstr "viga `%s' lugemisel: %s\n" -#: tools/gpgconf-comp.c:3540 +#: tools/gpgconf-comp.c:3545 #, fuzzy, c-format msgid "error parsing '%s'\n" msgstr "viga `%s' lugemisel: %s\n" @@ -11585,84 +11590,84 @@ msgid "" "Check a passphrase given on stdin against the patternfile\n" msgstr "" -#: tools/gpg-card.c:2389 +#: tools/gpg-card.c:2390 #, fuzzy, c-format msgid "Note: key %s is already stored on the card!\n" msgstr "jätsin vahele: avalik võti on juba olemas\n" -#: tools/gpg-card.c:2392 +#: tools/gpg-card.c:2393 #, fuzzy, c-format msgid "Note: Keys are already stored on the card!\n" msgstr "jätsin vahele: avalik võti on juba olemas\n" -#: tools/gpg-card.c:2395 +#: tools/gpg-card.c:2396 #, c-format msgid "Replace existing key %s ? (y/N) " msgstr "" -#: tools/gpg-card.c:2548 tools/gpg-card.c:2711 tools/gpg-card.c:2934 -#: tools/gpg-card.c:3043 +#: tools/gpg-card.c:2549 tools/gpg-card.c:2712 tools/gpg-card.c:2935 +#: tools/gpg-card.c:3044 #, c-format msgid "%s card no. %s detected\n" msgstr "" -#: tools/gpg-card.c:3395 +#: tools/gpg-card.c:3396 #, c-format msgid "User Interaction Flag is set to \"%s\" - can't change\n" msgstr "" -#: tools/gpg-card.c:3405 tools/gpg-card.c:3419 +#: tools/gpg-card.c:3406 tools/gpg-card.c:3420 #, c-format msgid "" "Warning: Setting the User Interaction Flag to \"%s\"\n" " can only be reverted using a factory reset!\n" msgstr "" -#: tools/gpg-card.c:3422 +#: tools/gpg-card.c:3423 #, c-format msgid "Please use \"uif --yes %d %s\"\n" msgstr "" -#: tools/gpg-card.c:3668 +#: tools/gpg-card.c:3669 #, fuzzy msgid "authenticate to the card" msgstr "Tühistamise sertifikaat on loodud.\n" -#: tools/gpg-card.c:3670 +#: tools/gpg-card.c:3671 msgid "send a reset to the card daemon" msgstr "" -#: tools/gpg-card.c:3672 +#: tools/gpg-card.c:3673 #, fuzzy #| msgid "|NAME|use NAME as default recipient" msgid "setup KDF for PIN authentication" msgstr "|NIMI|kasuta NIME vaikimisi saajana" -#: tools/gpg-card.c:3674 +#: tools/gpg-card.c:3675 #, fuzzy #| msgid "change the expire date" msgid "change a private data object" msgstr "muuda aegumise kuupäeva" -#: tools/gpg-card.c:3675 +#: tools/gpg-card.c:3676 #, fuzzy msgid "read a certificate from a data object" msgstr "Tühistamise sertifikaat on loodud.\n" -#: tools/gpg-card.c:3676 +#: tools/gpg-card.c:3677 #, fuzzy msgid "store a certificate to a data object" msgstr "Tühistamise sertifikaat on loodud.\n" -#: tools/gpg-card.c:3677 +#: tools/gpg-card.c:3678 msgid "store a private key to a data object" msgstr "" -#: tools/gpg-card.c:3678 +#: tools/gpg-card.c:3679 msgid "Yubikey management commands" msgstr "" -#: tools/gpg-card.c:3680 +#: tools/gpg-card.c:3681 msgid "manage the command history" msgstr "" @@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg 1.2.2\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2021-04-07 19:24+0200\n" +"POT-Creation-Date: 2021-04-20 12:38+0200\n" "PO-Revision-Date: 2004-06-16 22:40+0300\n" "Last-Translator: Tommi Vainikainen <Tommi.Vainikainen@iki.fi>\n" "Language-Team: Finnish <translation-team-fi@lists.sourceforge.net>\n" @@ -222,9 +222,9 @@ msgid "ssh keys greater than %d bits are not supported\n" msgstr "suojausalgoritmi %d%s ei ole käytettävissä\n" #: agent/command-ssh.c:872 common/dotlock.c:852 g10/card-util.c:953 -#: g10/export.c:1329 g10/gpg.c:1430 g10/keygen.c:5327 g10/keyring.c:1319 +#: g10/export.c:1329 g10/gpg.c:1431 g10/keygen.c:5347 g10/keyring.c:1319 #: g10/keyring.c:1632 g10/openfile.c:293 g10/photoid.c:531 g10/photoid.c:549 -#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:478 +#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:479 #, fuzzy, c-format #| msgid "can't create `%s': %s\n" msgid "can't create '%s': %s\n" @@ -232,15 +232,15 @@ msgstr "tiedostoa \"%s\" ei voi luoda: %s\n" #: agent/command-ssh.c:884 common/helpfile.c:57 g10/card-util.c:910 #: g10/dearmor.c:59 g10/dearmor.c:106 g10/decrypt.c:65 g10/decrypt.c:136 -#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1431 -#: g10/import.c:359 g10/import.c:546 g10/import.c:781 g10/keygen.c:4302 +#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1432 +#: g10/import.c:371 g10/import.c:558 g10/import.c:793 g10/keygen.c:4322 #: g10/keyring.c:1658 g10/openfile.c:197 g10/openfile.c:211 g10/plaintext.c:128 #: g10/plaintext.c:610 g10/sign.c:1086 g10/sign.c:1311 g10/sign.c:1424 #: g10/sign.c:1596 g10/tdbdump.c:143 g10/tdbdump.c:151 g10/tdbio.c:758 -#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2338 -#: sm/gpgsm.c:2368 sm/gpgsm.c:2406 sm/qualified.c:65 dirmngr/certcache.c:396 -#: dirmngr/certcache.c:476 dirmngr/certcache.c:478 dirmngr/crlcache.c:2588 -#: dirmngr/dirmngr.c:1711 tools/gpg-card.c:407 +#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2380 +#: sm/gpgsm.c:2410 sm/gpgsm.c:2448 sm/keylist.c:1737 sm/qualified.c:65 +#: dirmngr/certcache.c:396 dirmngr/certcache.c:476 dirmngr/certcache.c:478 +#: dirmngr/crlcache.c:2588 dirmngr/dirmngr.c:1720 tools/gpg-card.c:408 #, fuzzy, c-format #| msgid "can't open `%s': %s\n" msgid "can't open '%s': %s\n" @@ -423,216 +423,216 @@ msgstr "" msgid "Please enter the new passphrase" msgstr "muuta salasanaa" -#: agent/gpg-agent.c:161 scd/scdaemon.c:114 dirmngr/dirmngr.c:181 +#: agent/gpg-agent.c:162 scd/scdaemon.c:115 dirmngr/dirmngr.c:182 msgid "Options used for startup" msgstr "" -#: agent/gpg-agent.c:163 scd/scdaemon.c:119 dirmngr/dirmngr.c:170 +#: agent/gpg-agent.c:164 scd/scdaemon.c:120 dirmngr/dirmngr.c:171 msgid "run in daemon mode (background)" msgstr "" -#: agent/gpg-agent.c:164 scd/scdaemon.c:116 dirmngr/dirmngr.c:169 +#: agent/gpg-agent.c:165 scd/scdaemon.c:117 dirmngr/dirmngr.c:170 msgid "run in server mode (foreground)" msgstr "" -#: agent/gpg-agent.c:166 dirmngr/dirmngr.c:172 +#: agent/gpg-agent.c:167 dirmngr/dirmngr.c:173 #, fuzzy #| msgid "Key is superseded" msgid "run in supervised mode" msgstr "Avain on uusittu" -#: agent/gpg-agent.c:168 scd/scdaemon.c:120 dirmngr/dirmngr.c:183 +#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 msgid "do not detach from the console" msgstr "" -#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 +#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 msgid "sh-style command output" msgstr "" -#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 +#: agent/gpg-agent.c:171 scd/scdaemon.c:123 dirmngr/dirmngr.c:186 msgid "csh-style command output" msgstr "" -#: agent/gpg-agent.c:178 g10/gpg.c:588 scd/scdaemon.c:124 sm/gpgsm.c:419 -#: dirmngr/dirmngr.c:187 +#: agent/gpg-agent.c:179 g10/gpg.c:589 scd/scdaemon.c:125 sm/gpgsm.c:422 +#: dirmngr/dirmngr.c:188 #, fuzzy msgid "|FILE|read options from FILE" msgstr "|TIEDOSTO|lataa laajennusmoduuli TIEDOSTO" -#: agent/gpg-agent.c:182 g10/gpg.c:573 scd/scdaemon.c:128 sm/gpgsm.c:262 -#: dirmngr/dirmngr.c:191 +#: agent/gpg-agent.c:183 g10/gpg.c:574 scd/scdaemon.c:129 sm/gpgsm.c:265 +#: dirmngr/dirmngr.c:192 msgid "Options controlling the diagnostic output" msgstr "" -#: agent/gpg-agent.c:184 g10/gpg.c:575 g10/gpgv.c:78 kbx/kbxutil.c:89 -#: scd/scdaemon.c:130 sm/gpgsm.c:264 dirmngr/dirmngr-client.c:69 -#: dirmngr/dirmngr.c:193 dirmngr/dirmngr_ldap.c:102 +#: agent/gpg-agent.c:185 g10/gpg.c:576 g10/gpgv.c:78 kbx/kbxutil.c:89 +#: scd/scdaemon.c:131 sm/gpgsm.c:267 dirmngr/dirmngr-client.c:69 +#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:102 #: tools/gpg-connect-agent.c:85 tools/gpgconf.c:111 msgid "verbose" msgstr "monisanainen" -#: agent/gpg-agent.c:185 g10/gpg.c:577 g10/gpgv.c:79 kbx/kbxutil.c:90 -#: scd/scdaemon.c:131 sm/gpgsm.c:266 dirmngr/dirmngr-client.c:70 -#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:103 +#: agent/gpg-agent.c:186 g10/gpg.c:578 g10/gpgv.c:79 kbx/kbxutil.c:90 +#: scd/scdaemon.c:132 sm/gpgsm.c:269 dirmngr/dirmngr-client.c:70 +#: dirmngr/dirmngr.c:195 dirmngr/dirmngr_ldap.c:103 msgid "be somewhat more quiet" msgstr "ole jonkinverran hiljaisempi" -#: agent/gpg-agent.c:193 g10/gpg.c:592 sm/gpgsm.c:280 dirmngr/dirmngr.c:204 +#: agent/gpg-agent.c:194 g10/gpg.c:593 sm/gpgsm.c:283 dirmngr/dirmngr.c:205 msgid "|FILE|write server mode logs to FILE" msgstr "" -#: agent/gpg-agent.c:197 g10/gpg.c:598 scd/scdaemon.c:145 sm/gpgsm.c:287 -#: dirmngr/dirmngr.c:208 +#: agent/gpg-agent.c:198 g10/gpg.c:599 scd/scdaemon.c:146 sm/gpgsm.c:290 +#: dirmngr/dirmngr.c:209 msgid "Options controlling the configuration" msgstr "" -#: agent/gpg-agent.c:200 +#: agent/gpg-agent.c:201 #, fuzzy msgid "do not use the SCdaemon" msgstr "päivitä luottamustietokanta" -#: agent/gpg-agent.c:202 +#: agent/gpg-agent.c:203 msgid "|PGM|use PGM as the SCdaemon program" msgstr "" -#: agent/gpg-agent.c:204 +#: agent/gpg-agent.c:205 msgid "|PGM|use PGM as the tpm2daemon program" msgstr "" -#: agent/gpg-agent.c:208 +#: agent/gpg-agent.c:209 #, fuzzy #| msgid "|NAME|set terminal charset to NAME" msgid "|NAME|accept some commands via NAME" msgstr "|NIMI|aseta päätteen merkistöksi NIMI" -#: agent/gpg-agent.c:212 +#: agent/gpg-agent.c:213 msgid "ignore requests to change the TTY" msgstr "" -#: agent/gpg-agent.c:214 +#: agent/gpg-agent.c:215 msgid "ignore requests to change the X display" msgstr "" -#: agent/gpg-agent.c:215 +#: agent/gpg-agent.c:216 #, fuzzy #| msgid "not supported" msgid "enable ssh support" msgstr "ei tuettu" -#: agent/gpg-agent.c:217 +#: agent/gpg-agent.c:218 msgid "|ALGO|use ALGO to show ssh fingerprints" msgstr "" -#: agent/gpg-agent.c:220 +#: agent/gpg-agent.c:221 #, fuzzy #| msgid "not supported" msgid "enable putty support" msgstr "ei tuettu" -#: agent/gpg-agent.c:232 g10/gpg.c:843 scd/scdaemon.c:175 sm/gpgsm.c:379 +#: agent/gpg-agent.c:233 g10/gpg.c:844 scd/scdaemon.c:176 sm/gpgsm.c:382 msgid "Options controlling the security" msgstr "" -#: agent/gpg-agent.c:235 +#: agent/gpg-agent.c:236 msgid "|N|expire cached PINs after N seconds" msgstr "" -#: agent/gpg-agent.c:237 +#: agent/gpg-agent.c:238 msgid "|N|expire SSH keys after N seconds" msgstr "" -#: agent/gpg-agent.c:239 +#: agent/gpg-agent.c:240 msgid "|N|set maximum PIN cache lifetime to N seconds" msgstr "" -#: agent/gpg-agent.c:241 +#: agent/gpg-agent.c:242 msgid "|N|set maximum SSH key lifetime to N seconds" msgstr "" -#: agent/gpg-agent.c:243 +#: agent/gpg-agent.c:244 msgid "do not use the PIN cache when signing" msgstr "" -#: agent/gpg-agent.c:245 +#: agent/gpg-agent.c:246 #, fuzzy msgid "disallow the use of an external password cache" msgstr "virhe luotaessa salasanaa: %s\n" -#: agent/gpg-agent.c:247 +#: agent/gpg-agent.c:248 msgid "disallow clients to mark keys as \"trusted\"" msgstr "" -#: agent/gpg-agent.c:250 +#: agent/gpg-agent.c:251 #, fuzzy msgid "allow presetting passphrase" msgstr "virhe luotaessa salasanaa: %s\n" -#: agent/gpg-agent.c:255 +#: agent/gpg-agent.c:256 msgid "Options enforcing a passphrase policy" msgstr "" -#: agent/gpg-agent.c:258 +#: agent/gpg-agent.c:259 msgid "do not allow bypassing the passphrase policy" msgstr "" -#: agent/gpg-agent.c:260 +#: agent/gpg-agent.c:261 msgid "|N|set minimal required length for new passphrases to N" msgstr "" -#: agent/gpg-agent.c:262 +#: agent/gpg-agent.c:263 msgid "|N|require at least N non-alpha characters for a new passphrase" msgstr "" -#: agent/gpg-agent.c:265 +#: agent/gpg-agent.c:266 msgid "|FILE|check new passphrases against pattern in FILE" msgstr "" -#: agent/gpg-agent.c:267 +#: agent/gpg-agent.c:268 #, fuzzy msgid "|N|expire the passphrase after N days" msgstr "|N|käytä salasanoissa toimintatapaa N" -#: agent/gpg-agent.c:269 +#: agent/gpg-agent.c:270 #, fuzzy msgid "do not allow the reuse of old passphrases" msgstr "virhe luotaessa salasanaa: %s\n" -#: agent/gpg-agent.c:272 +#: agent/gpg-agent.c:273 msgid "Options controlling the PIN-Entry" msgstr "" -#: agent/gpg-agent.c:274 +#: agent/gpg-agent.c:275 #, fuzzy #| msgid "use the gpg-agent" msgid "never use the PIN-entry" msgstr "käytä gpg-agentia" -#: agent/gpg-agent.c:276 +#: agent/gpg-agent.c:277 msgid "disallow caller to override the pinentry" msgstr "" -#: agent/gpg-agent.c:278 +#: agent/gpg-agent.c:279 msgid "let PIN-Entry grab keyboard and mouse" msgstr "" -#: agent/gpg-agent.c:281 +#: agent/gpg-agent.c:282 msgid "|PGM|use PGM as the PIN-Entry program" msgstr "" -#: agent/gpg-agent.c:285 +#: agent/gpg-agent.c:286 msgid "|N|set the Pinentry timeout to N seconds" msgstr "" -#: agent/gpg-agent.c:287 +#: agent/gpg-agent.c:288 msgid "allow passphrase to be prompted through Emacs" msgstr "" #. TRANSLATORS: @EMAIL@ will get replaced by the actual bug #. reporting address. This is so that we can change the #. reporting address without breaking the translations. -#: agent/gpg-agent.c:550 agent/preset-passphrase.c:99 agent/protect-tool.c:154 -#: g10/gpg.c:1131 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:311 -#: sm/gpgsm.c:609 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:437 +#: agent/gpg-agent.c:551 agent/preset-passphrase.c:99 agent/protect-tool.c:154 +#: g10/gpg.c:1132 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:312 +#: sm/gpgsm.c:612 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:438 #: dirmngr/dirmngr_ldap.c:175 tools/gpg-connect-agent.c:220 tools/gpgconf.c:151 #: tools/gpg-check-pattern.c:143 #, fuzzy @@ -640,139 +640,139 @@ msgid "Please report bugs to <@EMAIL@>.\n" msgstr "" "Ilmoita ohjelmistovioista (englanniksi) osoitteeseen <gnupg-bugs@gnu.org>.\n" -#: agent/gpg-agent.c:559 +#: agent/gpg-agent.c:560 #, fuzzy msgid "Usage: @GPG_AGENT@ [options] (-h for help)" msgstr "Käyttö: gpg [valitsimet] [tiedostot] (-h näyttää ohjeen)" -#: agent/gpg-agent.c:561 +#: agent/gpg-agent.c:562 msgid "" "Syntax: @GPG_AGENT@ [options] [command [args]]\n" "Secret key management for @GNUPG@\n" msgstr "" -#: agent/gpg-agent.c:606 g10/gpg.c:1336 scd/scdaemon.c:383 sm/gpgsm.c:757 -#: dirmngr/dirmngr.c:521 +#: agent/gpg-agent.c:607 g10/gpg.c:1337 scd/scdaemon.c:384 sm/gpgsm.c:760 +#: dirmngr/dirmngr.c:522 #, c-format msgid "invalid debug-level '%s' given\n" msgstr "" -#: agent/gpg-agent.c:971 g10/gpg.c:3879 g10/gpg.c:3903 sm/gpgsm.c:1736 -#: sm/gpgsm.c:1742 +#: agent/gpg-agent.c:972 g10/gpg.c:3910 g10/gpg.c:3934 sm/gpgsm.c:1769 +#: sm/gpgsm.c:1775 #, c-format msgid "selected digest algorithm is invalid\n" msgstr "valittu tiivistealgoritmi ei kelpaa\n" -#: agent/gpg-agent.c:1195 agent/gpg-agent.c:2010 g10/gpg.c:2588 -#: scd/scdaemon.c:548 sm/gpgsm.c:1151 dirmngr/dirmngr.c:988 -#: dirmngr/dirmngr.c:1830 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:2019 common/comopt.c:93 +#: g10/gpg.c:2591 scd/scdaemon.c:549 sm/gpgsm.c:1155 dirmngr/dirmngr.c:989 +#: dirmngr/dirmngr.c:1840 #, fuzzy, c-format #| msgid "reading options from `%s'\n" msgid "reading options from '%s'\n" msgstr "luetaan asetukset tiedostosta \"%s\"\n" -#: agent/gpg-agent.c:1327 g10/gpg.c:3830 scd/scdaemon.c:675 sm/gpgsm.c:1676 -#: dirmngr/dirmngr.c:1099 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 +#: agent/gpg-agent.c:1335 g10/gpg.c:3861 scd/scdaemon.c:687 sm/gpgsm.c:1709 +#: dirmngr/dirmngr.c:1108 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 #, fuzzy, c-format #| msgid "WARNING: \"%s\" is a deprecated option\n" msgid "Note: '%s' is not considered an option\n" msgstr "VAROITUS: \"%s\" on paheksuttu valitsin\n" -#: agent/gpg-agent.c:2146 scd/scdaemon.c:1096 dirmngr/dirmngr.c:1258 +#: agent/gpg-agent.c:2172 scd/scdaemon.c:1108 dirmngr/dirmngr.c:1267 #, fuzzy, c-format msgid "can't create socket: %s\n" msgstr "ei voida luoda kohdetta %s: %s\n" -#: agent/gpg-agent.c:2163 scd/scdaemon.c:1109 dirmngr/dirmngr.c:1271 +#: agent/gpg-agent.c:2189 scd/scdaemon.c:1121 dirmngr/dirmngr.c:1280 #, c-format msgid "socket name '%s' is too long\n" msgstr "" -#: agent/gpg-agent.c:2202 +#: agent/gpg-agent.c:2228 #, fuzzy, c-format msgid "a gpg-agent is already running - not starting a new one\n" msgstr "gpg-agent ei ole käytettävissä tässä istunnossa\n" -#: agent/gpg-agent.c:2213 scd/scdaemon.c:1133 dirmngr/dirmngr.c:1303 +#: agent/gpg-agent.c:2239 scd/scdaemon.c:1145 dirmngr/dirmngr.c:1312 #, fuzzy, c-format msgid "error getting nonce for the socket\n" msgstr "virhe luotaessa salasanaa: %s\n" -#: agent/gpg-agent.c:2218 scd/scdaemon.c:1136 dirmngr/dirmngr.c:1306 +#: agent/gpg-agent.c:2244 scd/scdaemon.c:1148 dirmngr/dirmngr.c:1315 #, fuzzy, c-format msgid "error binding socket to '%s': %s\n" msgstr "virhe lähettäessä kohteeseen \"%s\": %s\n" -#: agent/gpg-agent.c:2229 agent/gpg-agent.c:2269 agent/gpg-agent.c:2278 -#: scd/scdaemon.c:1144 dirmngr/dirmngr.c:1315 +#: agent/gpg-agent.c:2255 agent/gpg-agent.c:2295 agent/gpg-agent.c:2304 +#: scd/scdaemon.c:1156 dirmngr/dirmngr.c:1324 #, fuzzy, c-format msgid "can't set permissions of '%s': %s\n" msgstr "VAROITUS: oikeudet kohteessa %s \"%s\" eivät ole turvallisia\"\n" -#: agent/gpg-agent.c:2243 scd/scdaemon.c:1156 dirmngr/dirmngr.c:1327 +#: agent/gpg-agent.c:2269 scd/scdaemon.c:1168 dirmngr/dirmngr.c:1336 #, fuzzy, c-format msgid "listening on socket '%s'\n" msgstr "kirjoitan salaisen avaimen kohteeseen \"%s\"\n" -#: agent/gpg-agent.c:2263 agent/gpg-agent.c:2316 common/homedir.c:517 +#: agent/gpg-agent.c:2289 agent/gpg-agent.c:2342 common/homedir.c:517 #: g10/openfile.c:399 g10/photoid.c:379 #, fuzzy, c-format #| msgid "can't create directory `%s': %s\n" msgid "can't create directory '%s': %s\n" msgstr "hakemiston \"%s\" luominen ei onnistu: %s\n" -#: agent/gpg-agent.c:2266 agent/gpg-agent.c:2321 common/homedir.c:520 +#: agent/gpg-agent.c:2292 agent/gpg-agent.c:2347 common/homedir.c:520 #: g10/openfile.c:402 #, fuzzy, c-format msgid "directory '%s' created\n" msgstr "%s: hakemisto luotu\n" -#: agent/gpg-agent.c:2327 +#: agent/gpg-agent.c:2353 #, fuzzy, c-format msgid "stat() failed for '%s': %s\n" msgstr "trustdb: luku epäonnistui (n=%d): %s\n" -#: agent/gpg-agent.c:2331 +#: agent/gpg-agent.c:2357 #, fuzzy, c-format msgid "can't use '%s' as home directory\n" msgstr "%s: hakemistoa ei voi luoda: %s\n" -#: agent/gpg-agent.c:2486 scd/scdaemon.c:1172 dirmngr/dirmngr.c:2042 +#: agent/gpg-agent.c:2512 scd/scdaemon.c:1184 dirmngr/dirmngr.c:2069 #, fuzzy, c-format msgid "error reading nonce on fd %d: %s\n" msgstr "virhe luettaessa tiedostoa \"%s\": %s\n" -#: agent/gpg-agent.c:2693 +#: agent/gpg-agent.c:2719 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:2698 +#: agent/gpg-agent.c:2724 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:2773 +#: agent/gpg-agent.c:2799 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:2778 +#: agent/gpg-agent.c:2804 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:3000 scd/scdaemon.c:1362 dirmngr/dirmngr.c:2256 +#: agent/gpg-agent.c:3026 scd/scdaemon.c:1374 dirmngr/dirmngr.c:2283 #, fuzzy, c-format msgid "npth_pselect failed: %s - waiting 1s\n" msgstr "salaisen päivitys epäonnistui: %s\n" -#: agent/gpg-agent.c:3088 scd/scdaemon.c:1427 +#: agent/gpg-agent.c:3114 scd/scdaemon.c:1439 #, fuzzy, c-format msgid "%s %s stopped\n" msgstr "%s: ohitettu: %s\n" -#: agent/gpg-agent.c:3226 common/simple-pwquery.c:247 g10/call-agent.c:260 +#: agent/gpg-agent.c:3252 common/simple-pwquery.c:247 g10/call-agent.c:260 #: sm/call-agent.c:131 tools/gpg-connect-agent.c:2319 tools/card-call-scd.c:311 #, fuzzy, c-format msgid "no gpg-agent running in this session\n" @@ -799,8 +799,8 @@ msgid "" "Password cache maintenance\n" msgstr "" -#: agent/protect-tool.c:107 g10/gpg.c:447 kbx/kbxutil.c:72 sm/gpgsm.c:213 -#: dirmngr/dirmngr.c:167 tools/gpgconf.c:81 +#: agent/protect-tool.c:107 g10/gpg.c:448 kbx/kbxutil.c:72 sm/gpgsm.c:215 +#: dirmngr/dirmngr.c:168 tools/gpgconf.c:81 msgid "" "@Commands:\n" " " @@ -1050,7 +1050,7 @@ msgid "error creating a stream for a pipe: %s\n" msgstr "virhe luotaessa salasanaa: %s\n" #: common/exechelp-posix.c:505 common/exechelp-posix.c:580 -#: common/exechelp-posix.c:861 dirmngr/dirmngr.c:1345 +#: common/exechelp-posix.c:866 dirmngr/dirmngr.c:1354 #, fuzzy, c-format msgid "error forking process: %s\n" msgstr "virhe luettaessa tiedostoa \"%s\": %s\n" @@ -1060,23 +1060,23 @@ msgstr "virhe luettaessa tiedostoa \"%s\": %s\n" msgid "waiting for process %d to terminate failed: %s\n" msgstr "" -#: common/exechelp-posix.c:688 common/exechelp-posix.c:804 +#: common/exechelp-posix.c:688 common/exechelp-posix.c:809 #, fuzzy, c-format msgid "error running '%s': probably not installed\n" msgstr "virhe luettaessa tiedostoa \"%s\": %s\n" -#: common/exechelp-posix.c:694 common/exechelp-posix.c:811 +#: common/exechelp-posix.c:694 common/exechelp-posix.c:816 #: common/exechelp-w32.c:839 common/exechelp-w32ce.c:782 #, fuzzy, c-format msgid "error running '%s': exit status %d\n" msgstr "virhe luettaessa tiedostoa \"%s\": %s\n" -#: common/exechelp-posix.c:702 common/exechelp-posix.c:819 +#: common/exechelp-posix.c:702 common/exechelp-posix.c:824 #, fuzzy, c-format msgid "error running '%s': terminated\n" msgstr "virhe luettaessa tiedostoa \"%s\": %s\n" -#: common/exechelp-posix.c:760 common/exechelp-w32.c:820 +#: common/exechelp-posix.c:765 common/exechelp-w32.c:820 #, fuzzy, c-format msgid "waiting for processes to terminate failed: %s\n" msgstr "päivitys epäonnistui: %s\n" @@ -1123,7 +1123,7 @@ msgid "renaming '%s' to '%s' failed: %s\n" msgstr "ascii-koodaaminen epäonnistui: %s\n" #. TRANSLATORS: See doc/TRANSLATE about this string. -#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3081 +#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3082 msgid "yes" msgstr "kyllä|kylla|joo" @@ -1179,7 +1179,7 @@ msgid "out of core while allocating %lu bytes" msgstr "" #: common/miscellaneous.c:115 g10/card-util.c:917 tools/no-libgcrypt.c:30 -#: tools/gpg-card.c:415 +#: tools/gpg-card.c:416 #, fuzzy, c-format msgid "error allocating enough memory: %s\n" msgstr "virhe luotaessa avainrengasta \"%s\": %s\n" @@ -1250,7 +1250,7 @@ msgstr "virhe luotaessa avainrengasta \"%s\": %s\n" msgid "server '%s' is older than us (%s < %s)" msgstr "" -#: common/asshelp.c:737 g10/call-dirmngr.c:407 +#: common/asshelp.c:737 g10/call-dirmngr.c:408 #, fuzzy, c-format #| msgid "WARNING: %s overrides %s\n" msgid "WARNING: %s\n" @@ -1555,8 +1555,8 @@ msgstr "julkista avainta %08lX ei löydy: %s\n" msgid "waiting for lock %s...\n" msgstr "kirjoitan salaisen avaimen kohteeseen \"%s\"\n" -#: common/init.c:191 sm/gpgsm.c:1032 dirmngr/dirmngr.c:894 -#: dirmngr/dirmngr.c:903 +#: common/init.c:191 sm/gpgsm.c:1036 dirmngr/dirmngr.c:895 +#: dirmngr/dirmngr.c:904 #, c-format msgid "%s is too old (need %s, have %s)\n" msgstr "" @@ -1732,57 +1732,57 @@ msgstr "virhe luettaessa tiedostoa \"%s\": %s\n" msgid "problem with the agent: %s\n" msgstr "agentin käytössä on ongelmia: agentti vastaa 0x%lx\n" -#: g10/call-dirmngr.c:178 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 +#: g10/call-dirmngr.c:179 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 #, fuzzy, c-format msgid "no dirmngr running in this session\n" msgstr "gpg-agent ei ole käytettävissä tässä istunnossa\n" -#: g10/call-dirmngr.c:212 +#: g10/call-dirmngr.c:213 #, fuzzy, c-format #| msgid "you may not use %s while in %s mode\n" msgid "keyserver option \"honor-keyserver-url\" may not be used in Tor mode\n" msgstr "valitsinta %s ei voi käyttää %s-tilassa\n" -#: g10/call-dirmngr.c:385 +#: g10/call-dirmngr.c:386 msgid "WKD uses a cached result" msgstr "" -#: g10/call-dirmngr.c:388 +#: g10/call-dirmngr.c:389 msgid "Tor is not running" msgstr "" -#: g10/call-dirmngr.c:390 +#: g10/call-dirmngr.c:391 #, fuzzy msgid "Tor is not properly configured" msgstr "virhe: sormenjälki on väärä\n" -#: g10/call-dirmngr.c:392 +#: g10/call-dirmngr.c:393 #, fuzzy msgid "DNS is not properly configured" msgstr "virhe: sormenjälki on väärä\n" -#: g10/call-dirmngr.c:394 +#: g10/call-dirmngr.c:395 msgid "unacceptable HTTP redirect from server" msgstr "" -#: g10/call-dirmngr.c:396 +#: g10/call-dirmngr.c:397 msgid "unacceptable HTTP redirect from server was cleaned up" msgstr "" -#: g10/call-dirmngr.c:398 +#: g10/call-dirmngr.c:399 #, fuzzy #| msgid "generate a revocation certificate" msgid "server uses an invalid certificate" msgstr "luo mitätöintivarmenne" -#: g10/call-dirmngr.c:405 g10/gpg.c:4568 +#: g10/call-dirmngr.c:406 g10/gpg.c:4599 #, fuzzy, c-format #| msgid "armor: %s\n" msgid "Note: %s\n" msgstr "ascii-koodaus: %s\n" #: g10/card-util.c:86 g10/card-util.c:369 g10/card-util.c:1924 -#: tools/gpg-card.c:3038 +#: tools/gpg-card.c:3039 #, fuzzy, c-format msgid "OpenPGP card not available: %s\n" msgstr "salaista avainta ei löydy" @@ -1793,17 +1793,17 @@ msgid "OpenPGP card no. %s detected\n" msgstr "" #: g10/card-util.c:97 g10/card-util.c:2309 g10/delkey.c:164 g10/keyedit.c:1428 -#: g10/keygen.c:4771 g10/revoke.c:214 g10/revoke.c:638 +#: g10/keygen.c:4791 g10/revoke.c:214 g10/revoke.c:638 #, fuzzy, c-format msgid "can't do this in batch mode\n" msgstr "tätä ei voi tehdä eräajossa\n" -#: g10/card-util.c:105 tools/gpg-card.c:2942 +#: g10/card-util.c:105 tools/gpg-card.c:2943 #, fuzzy, c-format msgid "This command is only available for version 2 cards\n" msgstr "Tätä komentoa ei sallita %s-tilassa.\n" -#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2947 +#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2948 #, fuzzy, c-format msgid "Reset Code not or not anymore available\n" msgstr "salaisen avaimen osat eivät ole käytettävissä\n" @@ -1812,115 +1812,115 @@ msgstr "salaisen avaimen osat eivät ole käytettävissä\n" #: g10/card-util.c:1802 g10/keyedit.c:394 g10/keyedit.c:415 g10/keyedit.c:429 #: g10/keygen.c:1991 g10/keygen.c:2165 g10/keygen.c:2385 g10/keygen.c:2685 #: sm/certreqgen-ui.c:166 sm/certreqgen-ui.c:292 sm/certreqgen-ui.c:326 -#: tools/gpg-card.c:509 +#: tools/gpg-card.c:510 msgid "Your selection? " msgstr "Valintasi? " -#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:595 -#: tools/gpg-card.c:635 +#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:596 +#: tools/gpg-card.c:636 msgid "[not set]" msgstr "" -#: g10/card-util.c:558 tools/gpg-card.c:902 +#: g10/card-util.c:558 tools/gpg-card.c:903 msgid "Mr." msgstr "" -#: g10/card-util.c:559 tools/gpg-card.c:903 +#: g10/card-util.c:559 tools/gpg-card.c:904 msgid "Ms." msgstr "" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 #, fuzzy msgid "not forced" msgstr "ei käsitelty" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 msgid "forced" msgstr "" -#: g10/card-util.c:768 tools/gpg-card.c:1467 +#: g10/card-util.c:768 tools/gpg-card.c:1468 msgid "Error: Only plain ASCII is currently allowed.\n" msgstr "" -#: g10/card-util.c:770 tools/gpg-card.c:1469 +#: g10/card-util.c:770 tools/gpg-card.c:1470 msgid "Error: The \"<\" character may not be used.\n" msgstr "" -#: g10/card-util.c:772 tools/gpg-card.c:1471 +#: g10/card-util.c:772 tools/gpg-card.c:1472 msgid "Error: Double spaces are not allowed.\n" msgstr "" -#: g10/card-util.c:789 tools/gpg-card.c:1504 +#: g10/card-util.c:789 tools/gpg-card.c:1505 msgid "Cardholder's surname: " msgstr "" -#: g10/card-util.c:791 tools/gpg-card.c:1505 +#: g10/card-util.c:791 tools/gpg-card.c:1506 msgid "Cardholder's given name: " msgstr "" -#: g10/card-util.c:809 tools/gpg-card.c:1522 +#: g10/card-util.c:809 tools/gpg-card.c:1523 #, c-format msgid "Error: Combined name too long (limit is %d characters).\n" msgstr "" -#: g10/card-util.c:830 tools/gpg-card.c:1560 +#: g10/card-util.c:830 tools/gpg-card.c:1561 #, fuzzy msgid "URL to retrieve public key: " msgstr "ei vastaavaa julkista avainta: %s\n" -#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:394 g10/import.c:744 -#: g10/import.c:803 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 -#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1657 -#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:425 +#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:406 g10/import.c:756 +#: g10/import.c:815 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 +#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1666 +#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:426 #, fuzzy, c-format #| msgid "error reading `%s': %s\n" msgid "error reading '%s': %s\n" msgstr "virhe luettaessa tiedostoa \"%s\": %s\n" #: g10/card-util.c:959 g10/decrypt-data.c:498 g10/export.c:2496 -#: dirmngr/crlcache.c:925 tools/gpg-card.c:485 tools/gpg-card.c:492 +#: dirmngr/crlcache.c:925 tools/gpg-card.c:486 tools/gpg-card.c:493 #, fuzzy, c-format msgid "error writing '%s': %s\n" msgstr "virhe kirjoitettaessa avainrenkaaseen \"%s\": %s\n" -#: g10/card-util.c:986 tools/gpg-card.c:1649 +#: g10/card-util.c:986 tools/gpg-card.c:1650 msgid "Login data (account name): " msgstr "" -#: g10/card-util.c:1024 tools/gpg-card.c:1944 +#: g10/card-util.c:1024 tools/gpg-card.c:1945 msgid "Private DO data: " msgstr "" -#: g10/card-util.c:1109 tools/gpg-card.c:1698 +#: g10/card-util.c:1109 tools/gpg-card.c:1699 #, fuzzy msgid "Language preferences: " msgstr "päivitä valinnat" -#: g10/card-util.c:1117 tools/gpg-card.c:1709 +#: g10/card-util.c:1117 tools/gpg-card.c:1710 #, fuzzy, c-format msgid "Error: invalid length of preference string.\n" msgstr "Valinnassa on luvaton merkki\n" -#: g10/card-util.c:1126 tools/gpg-card.c:1718 +#: g10/card-util.c:1126 tools/gpg-card.c:1719 #, fuzzy, c-format msgid "Error: invalid characters in preference string.\n" msgstr "Valinnassa on luvaton merkki\n" -#: g10/card-util.c:1148 tools/gpg-card.c:1752 +#: g10/card-util.c:1148 tools/gpg-card.c:1753 msgid "Salutation (M = Mr., F = Ms., or space): " msgstr "" -#: g10/card-util.c:1162 tools/gpg-card.c:1769 +#: g10/card-util.c:1162 tools/gpg-card.c:1770 #, fuzzy msgid "Error: invalid response.\n" msgstr "virhe: sormenjälki on väärä\n" -#: g10/card-util.c:1185 tools/gpg-card.c:1834 +#: g10/card-util.c:1185 tools/gpg-card.c:1835 #, fuzzy msgid "CA fingerprint: " msgstr "näytä sormenjälki" -#: g10/card-util.c:1209 tools/gpg-card.c:1860 +#: g10/card-util.c:1209 tools/gpg-card.c:1861 #, fuzzy, c-format msgid "Error: invalid formatted fingerprint.\n" msgstr "virhe: sormenjälki on väärä\n" @@ -1935,7 +1935,7 @@ msgstr "Avaimen luonti epäonnistui: %s\n" msgid "not an OpenPGP card" msgstr "kelvollista OpenPGP-dataa ei löytynyt.\n" -#: g10/card-util.c:1273 g10/keygen.c:4791 g10/keygen.c:5952 +#: g10/card-util.c:1273 g10/keygen.c:4811 g10/keygen.c:5972 #, fuzzy, c-format msgid "error getting current key info: %s\n" msgstr "virhe kirjoitettaessa salaiseen avainrenkaaseen \"%s\": %s\n" @@ -1944,7 +1944,7 @@ msgstr "virhe kirjoitettaessa salaiseen avainrenkaaseen \"%s\": %s\n" msgid "Replace existing key? (y/N) " msgstr "" -#: g10/card-util.c:1375 tools/gpg-card.c:3327 +#: g10/card-util.c:1375 tools/gpg-card.c:3328 msgid "" "Note: There is no guarantee that the card supports the requested\n" " key type or size. If the key generation does not succeed,\n" @@ -2027,14 +2027,14 @@ msgid "error getting card info: %s\n" msgstr "virhe kirjoitettaessa salaiseen avainrenkaaseen \"%s\": %s\n" #: g10/card-util.c:1591 g10/card-util.c:1936 g10/card-util.c:2112 -#: g10/card-util.c:2171 tools/gpg-card.c:3056 tools/gpg-card.c:3295 -#: tools/gpg-card.c:3353 +#: g10/card-util.c:2171 tools/gpg-card.c:3057 tools/gpg-card.c:3296 +#: tools/gpg-card.c:3354 #, fuzzy, c-format #| msgid "This command is not allowed while in %s mode.\n" msgid "This command is not supported by this card\n" msgstr "Tätä komentoa ei sallita %s-tilassa.\n" -#: g10/card-util.c:1637 tools/gpg-card.c:2425 +#: g10/card-util.c:1637 tools/gpg-card.c:2426 msgid "Make off-card backup of encryption key? (Y/n) " msgstr "" @@ -2043,11 +2043,11 @@ msgstr "" msgid "Note: keys are already stored on the card!\n" msgstr "ohitetaan: salainen avain on jo paikalla\n" -#: g10/card-util.c:1654 tools/gpg-card.c:2397 +#: g10/card-util.c:1654 tools/gpg-card.c:2398 msgid "Replace existing keys? (y/N) " msgstr "" -#: g10/card-util.c:1666 tools/gpg-card.c:2456 +#: g10/card-util.c:1666 tools/gpg-card.c:2457 #, c-format msgid "" "Please note that the factory settings of the PINs are\n" @@ -2084,17 +2084,17 @@ msgstr "Valitse mitätöinnin syy:\n" msgid "KEYTOCARD failed: %s\n" msgstr "päivitys epäonnistui: %s\n" -#: g10/card-util.c:1941 tools/gpg-card.c:3064 +#: g10/card-util.c:1941 tools/gpg-card.c:3065 #, fuzzy, c-format msgid "Note: This command destroys all keys stored on the card!\n" msgstr "ohitetaan: salainen avain on jo paikalla\n" -#: g10/card-util.c:1944 tools/gpg-card.c:3067 tools/gpg-card.c:3408 +#: g10/card-util.c:1944 tools/gpg-card.c:3068 tools/gpg-card.c:3409 #, fuzzy msgid "Continue? (y/N) " msgstr "Varmastiko allekirjoita? " -#: g10/card-util.c:1949 tools/gpg-card.c:3078 +#: g10/card-util.c:1949 tools/gpg-card.c:3079 msgid "Really do a factory reset? (enter \"yes\") " msgstr "" @@ -2108,7 +2108,7 @@ msgstr "virhe luettaessa tiedostoa \"%s\": %s\n" msgid "error for setup UIF: %s\n" msgstr "virhe luettaessa tiedostoa \"%s\": %s\n" -#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3648 +#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3649 msgid "quit this menu" msgstr "ulos tästä valikosta" @@ -2117,68 +2117,68 @@ msgstr "ulos tästä valikosta" msgid "show admin commands" msgstr "ristiriitainen komento\n" -#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3651 +#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3652 msgid "show this help" msgstr "näytä tämä ohje" -#: g10/card-util.c:2217 tools/gpg-card.c:3653 +#: g10/card-util.c:2217 tools/gpg-card.c:3654 #, fuzzy msgid "list all available data" msgstr "Avain saatavilla kohteessa: " -#: g10/card-util.c:2220 tools/gpg-card.c:3655 +#: g10/card-util.c:2220 tools/gpg-card.c:3656 msgid "change card holder's name" msgstr "" -#: g10/card-util.c:2221 tools/gpg-card.c:3656 +#: g10/card-util.c:2221 tools/gpg-card.c:3657 msgid "change URL to retrieve key" msgstr "" -#: g10/card-util.c:2222 tools/gpg-card.c:3657 +#: g10/card-util.c:2222 tools/gpg-card.c:3658 msgid "fetch the key specified in the card URL" msgstr "" -#: g10/card-util.c:2223 tools/gpg-card.c:3658 +#: g10/card-util.c:2223 tools/gpg-card.c:3659 #, fuzzy msgid "change the login name" msgstr "muuta voimassoloaikaa" -#: g10/card-util.c:2224 tools/gpg-card.c:3659 +#: g10/card-util.c:2224 tools/gpg-card.c:3660 #, fuzzy msgid "change the language preferences" msgstr "muuta luottamusastetta" -#: g10/card-util.c:2225 tools/gpg-card.c:3660 +#: g10/card-util.c:2225 tools/gpg-card.c:3661 msgid "change card holder's salutation" msgstr "" -#: g10/card-util.c:2227 tools/gpg-card.c:3662 +#: g10/card-util.c:2227 tools/gpg-card.c:3663 #, fuzzy msgid "change a CA fingerprint" msgstr "näytä sormenjälki" -#: g10/card-util.c:2228 tools/gpg-card.c:3663 +#: g10/card-util.c:2228 tools/gpg-card.c:3664 msgid "toggle the signature force PIN flag" msgstr "" -#: g10/card-util.c:2229 tools/gpg-card.c:3664 +#: g10/card-util.c:2229 tools/gpg-card.c:3665 #, fuzzy msgid "generate new keys" msgstr "luo uusi avainpari" -#: g10/card-util.c:2230 tools/gpg-card.c:3665 +#: g10/card-util.c:2230 tools/gpg-card.c:3666 msgid "menu to change or unblock the PIN" msgstr "" -#: g10/card-util.c:2231 tools/gpg-card.c:3666 +#: g10/card-util.c:2231 tools/gpg-card.c:3667 msgid "verify the PIN and list all data" msgstr "" -#: g10/card-util.c:2232 tools/gpg-card.c:3667 +#: g10/card-util.c:2232 tools/gpg-card.c:3668 msgid "unblock the PIN using a Reset Code" msgstr "" -#: g10/card-util.c:2233 tools/gpg-card.c:3671 +#: g10/card-util.c:2233 tools/gpg-card.c:3672 msgid "destroy all keys and data" msgstr "" @@ -2194,13 +2194,13 @@ msgstr "|NIMI|käytä NIMI oletusvastaanottajana" msgid "change the key attribute" msgstr "muuta luottamusastetta" -#: g10/card-util.c:2237 tools/gpg-card.c:3673 +#: g10/card-util.c:2237 tools/gpg-card.c:3674 #, fuzzy #| msgid "change the ownertrust" msgid "change the User Interaction Flag" msgstr "muuta luottamusastetta" -#: g10/card-util.c:2361 tools/gpg-card.c:3923 +#: g10/card-util.c:2361 tools/gpg-card.c:3924 msgid "gpg/card> " msgstr "" @@ -2219,8 +2219,8 @@ msgstr "ristiriitainen komento\n" msgid "Admin commands are not allowed\n" msgstr "kirjoitan salaisen avaimen kohteeseen \"%s\"\n" -#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3813 -#: tools/gpg-card.c:4071 +#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3814 +#: tools/gpg-card.c:4072 #, c-format msgid "Invalid command (try \"help\")\n" msgstr "Komento ei kelpaa (kirjoita \"help\")\n" @@ -2230,22 +2230,22 @@ msgstr "Komento ei kelpaa (kirjoita \"help\")\n" msgid "--output doesn't work for this command\n" msgstr "--output ei toimi yhdessä tämän komennon kanssa\n" -#: g10/decrypt.c:247 g10/gpg.c:5262 g10/keyring.c:399 g10/keyring.c:750 +#: g10/decrypt.c:247 g10/gpg.c:5293 g10/keyring.c:399 g10/keyring.c:750 #, fuzzy, c-format #| msgid "can't open `%s'\n" msgid "can't open '%s'\n" msgstr "tiedostoa \"%s\" ei voi avata\n" #: g10/delkey.c:81 g10/export.c:1934 g10/export.c:2342 g10/export.c:2463 -#: g10/getkey.c:1907 g10/gpg.c:5207 g10/keyedit.c:1450 g10/keyedit.c:2382 -#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1238 +#: g10/getkey.c:1907 g10/gpg.c:5238 g10/keyedit.c:1450 g10/keyedit.c:2382 +#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1240 #: g10/revoke.c:230 g10/tofu.c:2168 #, fuzzy, c-format msgid "key \"%s\" not found: %s\n" msgstr "avainta \"%s\" ei löydy: %s\n" -#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4303 -#: g10/gpg.c:5216 g10/keyedit.c:2354 g10/keyserver.c:1256 g10/revoke.c:236 +#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4330 +#: g10/gpg.c:5247 g10/keyedit.c:2354 g10/keyserver.c:1258 g10/revoke.c:236 #: g10/revoke.c:665 g10/tofu.c:2176 #, c-format msgid "error reading keyblock: %s\n" @@ -2372,14 +2372,14 @@ msgstr "salausalgoritmia \"%s\" ei voi käyttää %s-tilassa\n" msgid "(use option \"%s\" to override)\n" msgstr "" -#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4052 -#: g10/gpg.c:4099 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1760 +#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4083 +#: g10/gpg.c:4130 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1793 #, fuzzy, c-format msgid "cipher algorithm '%s' may not be used in %s mode\n" msgstr "salausalgoritmia \"%s\" ei voi käyttää %s-tilassa\n" -#: g10/encrypt.c:564 g10/gpg.c:4064 g10/gpg.c:4111 g10/sig-check.c:155 -#: g10/sign.c:452 sm/gpgsm.c:1770 sm/gpgsm.c:1780 sm/sign.c:596 sm/verify.c:510 +#: g10/encrypt.c:564 g10/gpg.c:4095 g10/gpg.c:4142 g10/sig-check.c:155 +#: g10/sign.c:452 sm/gpgsm.c:1803 sm/gpgsm.c:1813 sm/sign.c:596 sm/verify.c:510 #, fuzzy, c-format msgid "digest algorithm '%s' may not be used in %s mode\n" msgstr "tiivistealgoritmia \"%s\" ei voi käyttää %s-tilassa\n" @@ -2484,7 +2484,7 @@ msgstr "" msgid " - skipped" msgstr "%s: ohitettu: %s\n" -#: g10/export.c:1333 g10/import.c:2112 g10/openfile.c:202 g10/openfile.c:296 +#: g10/export.c:1333 g10/import.c:2124 g10/openfile.c:202 g10/openfile.c:296 #: g10/sign.c:1110 g10/sign.c:1447 #, fuzzy, c-format #| msgid "writing to `%s'\n" @@ -2582,297 +2582,297 @@ msgid "using subkey %s instead of primary key %s\n" msgstr "" "käytetään toissijaista avainta %08lX ensisijaisen avaimen %08lX sijasta\n" -#: g10/getkey.c:4232 g10/gpg.c:2164 +#: g10/getkey.c:4259 g10/gpg.c:2167 #, fuzzy, c-format msgid "valid values for option '%s':\n" msgstr "virheelliset tuontivalitsimet\n" -#: g10/gpg.c:449 sm/gpgsm.c:215 +#: g10/gpg.c:450 sm/gpgsm.c:217 #, fuzzy msgid "make a signature" msgstr "tee erillinen allekirjoitus" -#: g10/gpg.c:450 +#: g10/gpg.c:451 #, fuzzy msgid "make a clear text signature" msgstr "|[tiedosto]|tee selkokielinen allekirjoitus" -#: g10/gpg.c:452 sm/gpgsm.c:217 +#: g10/gpg.c:453 sm/gpgsm.c:219 msgid "make a detached signature" msgstr "tee erillinen allekirjoitus" -#: g10/gpg.c:453 sm/gpgsm.c:218 +#: g10/gpg.c:454 sm/gpgsm.c:220 msgid "encrypt data" msgstr "salaa tiedot" -#: g10/gpg.c:455 +#: g10/gpg.c:456 msgid "encryption only with symmetric cipher" msgstr "salaa vain symmetrisellä salaimella" -#: g10/gpg.c:457 sm/gpgsm.c:220 +#: g10/gpg.c:458 sm/gpgsm.c:222 msgid "decrypt data (default)" msgstr "avaa tiedot (oletus)" -#: g10/gpg.c:459 sm/gpgsm.c:221 +#: g10/gpg.c:460 sm/gpgsm.c:223 msgid "verify a signature" msgstr "tarkista allekirjoitus" -#: g10/gpg.c:461 sm/gpgsm.c:222 +#: g10/gpg.c:462 sm/gpgsm.c:224 msgid "list keys" msgstr "näytä avaimet" -#: g10/gpg.c:463 +#: g10/gpg.c:464 msgid "list keys and signatures" msgstr "näytä avaimet allekirjoituksineen" -#: g10/gpg.c:466 +#: g10/gpg.c:467 #, fuzzy msgid "list and check key signatures" msgstr "tarkista avainten allekirjoitukset" -#: g10/gpg.c:468 sm/gpgsm.c:227 +#: g10/gpg.c:469 sm/gpgsm.c:229 msgid "list keys and fingerprints" msgstr "näytä avaimet sormenjälkineen" -#: g10/gpg.c:469 sm/gpgsm.c:225 +#: g10/gpg.c:470 sm/gpgsm.c:227 msgid "list secret keys" msgstr "näytä salaiset avaimet" -#: g10/gpg.c:471 sm/gpgsm.c:228 +#: g10/gpg.c:472 sm/gpgsm.c:230 msgid "generate a new key pair" msgstr "luo uusi avainpari" -#: g10/gpg.c:474 +#: g10/gpg.c:475 #, fuzzy #| msgid "generate a new key pair" msgid "quickly generate a new key pair" msgstr "luo uusi avainpari" -#: g10/gpg.c:477 +#: g10/gpg.c:478 #, fuzzy #| msgid "generate a new key pair" msgid "quickly add a new user-id" msgstr "luo uusi avainpari" -#: g10/gpg.c:482 +#: g10/gpg.c:483 #, fuzzy #| msgid "generate a new key pair" msgid "quickly revoke a user-id" msgstr "luo uusi avainpari" -#: g10/gpg.c:485 +#: g10/gpg.c:486 #, fuzzy #| msgid "generate a new key pair" msgid "quickly set a new expiration date" msgstr "luo uusi avainpari" -#: g10/gpg.c:488 +#: g10/gpg.c:489 msgid "full featured key pair generation" msgstr "" -#: g10/gpg.c:491 +#: g10/gpg.c:492 msgid "generate a revocation certificate" msgstr "luo mitätöintivarmenne" -#: g10/gpg.c:494 sm/gpgsm.c:231 +#: g10/gpg.c:495 sm/gpgsm.c:233 msgid "remove keys from the public keyring" msgstr "poista avaimet julkisten avainten renkaasta" -#: g10/gpg.c:496 +#: g10/gpg.c:497 msgid "remove keys from the secret keyring" msgstr "poista avaimet salaisten avainten renkaasta" -#: g10/gpg.c:498 +#: g10/gpg.c:499 #, fuzzy #| msgid "sign a key" msgid "quickly sign a key" msgstr "allekirjoita avain" -#: g10/gpg.c:500 +#: g10/gpg.c:501 #, fuzzy #| msgid "sign a key locally" msgid "quickly sign a key locally" msgstr "allekirjoita avain paikallisesti" -#: g10/gpg.c:502 +#: g10/gpg.c:503 #, fuzzy #| msgid "generate a new key pair" msgid "quickly revoke a key signature" msgstr "luo uusi avainpari" -#: g10/gpg.c:503 +#: g10/gpg.c:504 msgid "sign a key" msgstr "allekirjoita avain" -#: g10/gpg.c:504 +#: g10/gpg.c:505 msgid "sign a key locally" msgstr "allekirjoita avain paikallisesti" -#: g10/gpg.c:505 +#: g10/gpg.c:506 msgid "sign or edit a key" msgstr "allekirjoita tai muokkaa avainta" -#: g10/gpg.c:507 sm/gpgsm.c:249 +#: g10/gpg.c:508 sm/gpgsm.c:251 #, fuzzy msgid "change a passphrase" msgstr "muuta salasanaa" -#: g10/gpg.c:511 +#: g10/gpg.c:512 msgid "export keys" msgstr "vie avaimia" -#: g10/gpg.c:512 +#: g10/gpg.c:513 msgid "export keys to a keyserver" msgstr "vie avaimia palvelimelle" -#: g10/gpg.c:513 +#: g10/gpg.c:514 msgid "import keys from a keyserver" msgstr "nouda avaimia avainpalvelimelta" -#: g10/gpg.c:516 +#: g10/gpg.c:517 msgid "search for keys on a keyserver" msgstr "etsi avaimia avainpalvelimelta" -#: g10/gpg.c:518 +#: g10/gpg.c:519 msgid "update all keys from a keyserver" msgstr "päivitä kaikki avaimet avainpalvelimelta" -#: g10/gpg.c:526 +#: g10/gpg.c:527 msgid "import/merge keys" msgstr "nouda/liitä avaimia" -#: g10/gpg.c:529 +#: g10/gpg.c:530 msgid "print the card status" msgstr "" -#: g10/gpg.c:530 +#: g10/gpg.c:531 msgid "change data on a card" msgstr "" -#: g10/gpg.c:532 +#: g10/gpg.c:533 msgid "change a card's PIN" msgstr "" -#: g10/gpg.c:544 +#: g10/gpg.c:545 msgid "update the trust database" msgstr "päivitä luottamustietokanta" -#: g10/gpg.c:554 +#: g10/gpg.c:555 #, fuzzy msgid "print message digests" msgstr "|algo [tiedostot]|tulosta viestien tiivisteet" -#: g10/gpg.c:558 sm/gpgsm.c:244 +#: g10/gpg.c:559 sm/gpgsm.c:246 msgid "run in server mode" msgstr "" -#: g10/gpg.c:560 +#: g10/gpg.c:561 msgid "|VALUE|set the TOFU policy for a key" msgstr "" -#: g10/gpg.c:603 +#: g10/gpg.c:604 msgid "|NAME|use NAME as default secret key" msgstr "|NIMI|käytä oletusarvoisesti salaista avainta NIMI" -#: g10/gpg.c:605 sm/gpgsm.c:337 +#: g10/gpg.c:606 sm/gpgsm.c:340 #, fuzzy msgid "|NAME|encrypt to user ID NAME as well" msgstr "|NIMI|salaa vastaanottajalle NIMI" -#: g10/gpg.c:613 +#: g10/gpg.c:614 msgid "|SPEC|set up email aliases" msgstr "" -#: g10/gpg.c:625 +#: g10/gpg.c:626 msgid "use strict OpenPGP behavior" msgstr "" -#: g10/gpg.c:650 kbx/kbxutil.c:91 sm/gpgsm.c:421 tools/gpgconf.c:113 +#: g10/gpg.c:651 kbx/kbxutil.c:91 sm/gpgsm.c:424 tools/gpgconf.c:113 msgid "do not make any changes" msgstr "älä tee muutoksia" -#: g10/gpg.c:651 +#: g10/gpg.c:652 msgid "prompt before overwriting" msgstr "kysy ennen ylikirjoittamista" -#: g10/gpg.c:700 sm/gpgsm.c:307 +#: g10/gpg.c:701 sm/gpgsm.c:310 msgid "Options controlling the input" msgstr "" -#: g10/gpg.c:718 sm/gpgsm.c:317 +#: g10/gpg.c:719 sm/gpgsm.c:320 msgid "Options controlling the output" msgstr "" -#: g10/gpg.c:720 sm/gpgsm.c:319 +#: g10/gpg.c:721 sm/gpgsm.c:322 msgid "create ascii armored output" msgstr "tuota ascii-koodattu tuloste" -#: g10/gpg.c:724 g10/gpgv.c:82 sm/gpgsm.c:324 +#: g10/gpg.c:725 g10/gpgv.c:82 sm/gpgsm.c:327 #, fuzzy msgid "|FILE|write output to FILE" msgstr "|TIEDOSTO|lataa laajennusmoduuli TIEDOSTO" -#: g10/gpg.c:737 +#: g10/gpg.c:738 msgid "use canonical text mode" msgstr "käytä tekstimuotoa" -#: g10/gpg.c:755 +#: g10/gpg.c:756 #, fuzzy msgid "|N|set compress level to N (0 disables)" msgstr "|N|aseta pakkausaste N (0 poistaa käytöstä)" -#: g10/gpg.c:761 sm/gpgsm.c:354 +#: g10/gpg.c:762 sm/gpgsm.c:357 msgid "Options controlling key import and export" msgstr "" -#: g10/gpg.c:764 +#: g10/gpg.c:765 msgid "|MECHANISMS|use MECHANISMS to locate keys by mail address" msgstr "" -#: g10/gpg.c:767 +#: g10/gpg.c:768 #, fuzzy #| msgid "import keys from a keyserver" msgid "import missing key from a signature" msgstr "nouda avaimia avainpalvelimelta" -#: g10/gpg.c:772 +#: g10/gpg.c:773 #, fuzzy msgid "include the public key in signatures" msgstr "tarkista avainten allekirjoitukset" -#: g10/gpg.c:775 sm/gpgsm.c:357 +#: g10/gpg.c:776 sm/gpgsm.c:360 msgid "disable all access to the dirmngr" msgstr "" -#: g10/gpg.c:787 sm/gpgsm.c:364 +#: g10/gpg.c:788 sm/gpgsm.c:367 msgid "Options controlling key listings" msgstr "" -#: g10/gpg.c:817 sm/gpgsm.c:329 +#: g10/gpg.c:818 sm/gpgsm.c:332 #, fuzzy #| msgid "list secret keys" msgid "Options to specify keys" msgstr "näytä salaiset avaimet" -#: g10/gpg.c:819 sm/gpgsm.c:331 +#: g10/gpg.c:820 sm/gpgsm.c:334 #, fuzzy msgid "|USER-ID|encrypt for USER-ID" msgstr "|NIMI|salaa vastaanottajalle NIMI" -#: g10/gpg.c:827 sm/gpgsm.c:333 +#: g10/gpg.c:828 sm/gpgsm.c:336 #, fuzzy msgid "|USER-ID|use USER-ID to sign or decrypt" msgstr "käytä tätä käyttäjätunnusta allekirjoittamiseen ja avaamiseen" -#: g10/gpg.c:875 sm/gpgsm.c:405 +#: g10/gpg.c:876 sm/gpgsm.c:408 msgid "Options for unattended use" msgstr "" -#: g10/gpg.c:894 sm/gpgsm.c:417 dirmngr/dirmngr.c:285 +#: g10/gpg.c:895 sm/gpgsm.c:420 dirmngr/dirmngr.c:286 msgid "Other options" msgstr "" -#: g10/gpg.c:965 sm/gpgsm.c:450 +#: g10/gpg.c:966 sm/gpgsm.c:453 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -2881,7 +2881,7 @@ msgstr "" "(Katso täydellinen luettelo kaikista komennoista ja valitsimista man-" "sivuilta)\n" -#: g10/gpg.c:968 +#: g10/gpg.c:969 #, fuzzy #| msgid "" #| "@\n" @@ -2910,13 +2910,13 @@ msgstr "" " --list-keys [nimet] näytä avaimet\n" " --fingerprint [nimet] näytä sormenjäljet\n" -#: g10/gpg.c:1153 +#: g10/gpg.c:1154 #, fuzzy #| msgid "Usage: gpg [options] [files] (-h for help)" msgid "Usage: @GPG@ [options] [files] (-h for help)" msgstr "Käyttö: gpg [valitsimet] [tiedostot] (-h näyttää ohjeen)" -#: g10/gpg.c:1156 +#: g10/gpg.c:1157 #, fuzzy #| msgid "" #| "Syntax: gpg [options] [files]\n" @@ -2931,7 +2931,7 @@ msgstr "" "allekirjoita, tarkista, salaa tai avaa\n" "oletustoiminto riippuu syötteestä\n" -#: g10/gpg.c:1167 sm/gpgsm.c:633 +#: g10/gpg.c:1168 sm/gpgsm.c:636 msgid "" "\n" "Supported algorithms:\n" @@ -2939,567 +2939,567 @@ msgstr "" "\n" "Tuetut algoritmit:\n" -#: g10/gpg.c:1170 +#: g10/gpg.c:1171 msgid "Pubkey: " msgstr "JulkAvain: " -#: g10/gpg.c:1177 g10/keyedit.c:3316 +#: g10/gpg.c:1178 g10/keyedit.c:3316 msgid "Cipher: " msgstr "Salaus: " -#: g10/gpg.c:1191 +#: g10/gpg.c:1192 msgid "Hash: " msgstr "Tiiviste: " -#: g10/gpg.c:1198 g10/keyedit.c:3382 +#: g10/gpg.c:1199 g10/keyedit.c:3382 msgid "Compression: " msgstr "Pakkaus: " -#: g10/gpg.c:1273 sm/gpgsm.c:707 +#: g10/gpg.c:1274 sm/gpgsm.c:710 #, fuzzy, c-format msgid "usage: %s [options] %s\n" msgstr "käyttö: gpg [valitsimet] " -#: g10/gpg.c:1466 sm/gpgsm.c:800 +#: g10/gpg.c:1467 sm/gpgsm.c:803 #, c-format msgid "conflicting commands\n" msgstr "ristiriitainen komento\n" -#: g10/gpg.c:1484 +#: g10/gpg.c:1485 #, fuzzy, c-format msgid "no = sign found in group definition '%s'\n" msgstr "=-merkkiä ei löytynyt ryhmämäärityksessä \"%s\"\n" -#: g10/gpg.c:1682 +#: g10/gpg.c:1683 #, fuzzy, c-format msgid "WARNING: unsafe ownership on homedir '%s'\n" msgstr "VAROITUS: omistussuhde kohteessa %s \"%s\" ei ole turvallinen\"\n" -#: g10/gpg.c:1685 +#: g10/gpg.c:1686 #, fuzzy, c-format msgid "WARNING: unsafe ownership on configuration file '%s'\n" msgstr "VAROITUS: omistussuhde kohteessa %s \"%s\" ei ole turvallinen\"\n" -#: g10/gpg.c:1688 +#: g10/gpg.c:1689 #, fuzzy, c-format msgid "WARNING: unsafe ownership on extension '%s'\n" msgstr "VAROITUS: omistussuhde kohteessa %s \"%s\" ei ole turvallinen\"\n" -#: g10/gpg.c:1694 +#: g10/gpg.c:1695 #, fuzzy, c-format msgid "WARNING: unsafe permissions on homedir '%s'\n" msgstr "VAROITUS: oikeudet kohteessa %s \"%s\" eivät ole turvallisia\"\n" -#: g10/gpg.c:1697 +#: g10/gpg.c:1698 #, fuzzy, c-format msgid "WARNING: unsafe permissions on configuration file '%s'\n" msgstr "VAROITUS: oikeudet kohteessa %s \"%s\" eivät ole turvallisia\"\n" -#: g10/gpg.c:1700 +#: g10/gpg.c:1701 #, fuzzy, c-format msgid "WARNING: unsafe permissions on extension '%s'\n" msgstr "VAROITUS: oikeudet kohteessa %s \"%s\" eivät ole turvallisia\"\n" -#: g10/gpg.c:1706 +#: g10/gpg.c:1707 #, fuzzy, c-format msgid "WARNING: unsafe enclosing directory ownership on homedir '%s'\n" msgstr "VAROITUS: %s \"%s\" hakemiston oikeudet eivät ole turvallisia\"\n" -#: g10/gpg.c:1709 +#: g10/gpg.c:1710 #, fuzzy, c-format msgid "" "WARNING: unsafe enclosing directory ownership on configuration file '%s'\n" msgstr "VAROITUS: %s \"%s\" hakemiston oikeudet eivät ole turvallisia\"\n" -#: g10/gpg.c:1712 +#: g10/gpg.c:1713 #, fuzzy, c-format msgid "WARNING: unsafe enclosing directory ownership on extension '%s'\n" msgstr "VAROITUS: %s \"%s\" hakemiston oikeudet eivät ole turvallisia\"\n" -#: g10/gpg.c:1718 +#: g10/gpg.c:1719 #, fuzzy, c-format msgid "WARNING: unsafe enclosing directory permissions on homedir '%s'\n" msgstr "VAROITUS: Hakemiston %s \"%s\" oikeudet eivät ole turvallisia\"\n" -#: g10/gpg.c:1721 +#: g10/gpg.c:1722 #, fuzzy, c-format msgid "" "WARNING: unsafe enclosing directory permissions on configuration file '%s'\n" msgstr "VAROITUS: Hakemiston %s \"%s\" oikeudet eivät ole turvallisia\"\n" -#: g10/gpg.c:1724 +#: g10/gpg.c:1725 #, fuzzy, c-format msgid "WARNING: unsafe enclosing directory permissions on extension '%s'\n" msgstr "VAROITUS: Hakemiston %s \"%s\" oikeudet eivät ole turvallisia\"\n" -#: g10/gpg.c:1940 +#: g10/gpg.c:1941 #, fuzzy, c-format msgid "unknown configuration item '%s'\n" msgstr "tuntematon asetus \"%s\"\n" -#: g10/gpg.c:2034 +#: g10/gpg.c:2037 msgid "display photo IDs during key listings" msgstr "" -#: g10/gpg.c:2036 +#: g10/gpg.c:2039 #, fuzzy msgid "show key usage information during key listings" msgstr "Salaisesta avainrenkaasta ei löydy vastaavaa allekirjoitusta\n" -#: g10/gpg.c:2038 +#: g10/gpg.c:2041 msgid "show policy URLs during signature listings" msgstr "" -#: g10/gpg.c:2040 +#: g10/gpg.c:2043 #, fuzzy msgid "show all notations during signature listings" msgstr "Salaisesta avainrenkaasta ei löydy vastaavaa allekirjoitusta\n" -#: g10/gpg.c:2042 +#: g10/gpg.c:2045 msgid "show IETF standard notations during signature listings" msgstr "" -#: g10/gpg.c:2046 +#: g10/gpg.c:2049 msgid "show user-supplied notations during signature listings" msgstr "" -#: g10/gpg.c:2048 +#: g10/gpg.c:2051 #, fuzzy msgid "show preferred keyserver URLs during signature listings" msgstr "annettu allekirjoituskäytännön URL on virheellinen\n" -#: g10/gpg.c:2050 +#: g10/gpg.c:2053 msgid "show user ID validity during key listings" msgstr "" -#: g10/gpg.c:2052 +#: g10/gpg.c:2055 msgid "show revoked and expired user IDs in key listings" msgstr "" -#: g10/gpg.c:2054 +#: g10/gpg.c:2057 msgid "show revoked and expired subkeys in key listings" msgstr "" -#: g10/gpg.c:2056 +#: g10/gpg.c:2059 #, fuzzy msgid "show the keyring name in key listings" msgstr "näytä mihin avainrenkaaseen tulostettu avain kuuluu" -#: g10/gpg.c:2058 +#: g10/gpg.c:2061 #, fuzzy msgid "show expiration dates during signature listings" msgstr "Salaisesta avainrenkaasta ei löydy vastaavaa allekirjoitusta\n" -#: g10/gpg.c:2175 +#: g10/gpg.c:2178 #, fuzzy, c-format msgid "unknown TOFU policy '%s'\n" msgstr "tuntematon oletusvastaanottaja \"%s\"\n" -#: g10/gpg.c:2177 +#: g10/gpg.c:2180 #, c-format msgid "(use \"help\" to list choices)\n" msgstr "" -#: g10/gpg.c:2972 g10/gpg.c:3797 g10/gpg.c:3809 +#: g10/gpg.c:2975 g10/gpg.c:3828 g10/gpg.c:3840 #, fuzzy, c-format #| msgid "NOTE: %s is not for normal use!\n" msgid "Note: %s is not for normal use!\n" msgstr "HUOM: %s ei ole normaaliin käyttöön!\n" -#: g10/gpg.c:3148 g10/gpg.c:3160 +#: g10/gpg.c:3151 g10/gpg.c:3163 #, fuzzy, c-format msgid "'%s' is not a valid signature expiration\n" msgstr "%s ei kelpaa merkistöksi\n" -#: g10/gpg.c:3182 +#: g10/gpg.c:3185 #, fuzzy, c-format msgid "\"%s\" is not a proper mail address\n" msgstr "Sähköpostiosoite ei kelpaa\n" -#: g10/gpg.c:3214 sm/gpgsm.c:1265 +#: g10/gpg.c:3217 sm/gpgsm.c:1270 #, fuzzy, c-format msgid "invalid pinentry mode '%s'\n" msgstr "virheellinen tiivistealgoritmi \"%s\"\n" -#: g10/gpg.c:3220 sm/gpgsm.c:1271 +#: g10/gpg.c:3223 sm/gpgsm.c:1276 #, fuzzy, c-format msgid "invalid request origin '%s'\n" msgstr "virheelliset tuontivalitsimet\n" -#: g10/gpg.c:3277 +#: g10/gpg.c:3280 #, fuzzy, c-format msgid "'%s' is not a valid character set\n" msgstr "%s ei kelpaa merkistöksi\n" -#: g10/gpg.c:3299 g10/gpg.c:3508 g10/keyedit.c:5319 +#: g10/gpg.c:3302 g10/gpg.c:3511 g10/keyedit.c:5319 #, fuzzy, c-format msgid "could not parse keyserver URL\n" msgstr "avainpalvelimen URI:iä ei voi jäsentää\n" -#: g10/gpg.c:3317 +#: g10/gpg.c:3320 #, fuzzy, c-format msgid "%s:%d: invalid keyserver options\n" msgstr "%s:%d: virheelliset vientivalitsimet\n" -#: g10/gpg.c:3320 +#: g10/gpg.c:3323 #, fuzzy, c-format msgid "invalid keyserver options\n" msgstr "virheelliset vientivalitsimet\n" -#: g10/gpg.c:3327 +#: g10/gpg.c:3330 #, c-format msgid "%s:%d: invalid import options\n" msgstr "%s:%d: virheelliset tuontivalitsimet\n" -#: g10/gpg.c:3330 +#: g10/gpg.c:3333 #, c-format msgid "invalid import options\n" msgstr "virheelliset tuontivalitsimet\n" -#: g10/gpg.c:3336 g10/gpg.c:3351 +#: g10/gpg.c:3339 g10/gpg.c:3354 #, fuzzy, c-format msgid "invalid filter option: %s\n" msgstr "virheelliset tuontivalitsimet\n" -#: g10/gpg.c:3342 +#: g10/gpg.c:3345 #, c-format msgid "%s:%d: invalid export options\n" msgstr "%s:%d: virheelliset vientivalitsimet\n" -#: g10/gpg.c:3345 +#: g10/gpg.c:3348 #, c-format msgid "invalid export options\n" msgstr "virheelliset vientivalitsimet\n" -#: g10/gpg.c:3357 +#: g10/gpg.c:3360 #, fuzzy, c-format msgid "%s:%d: invalid list options\n" msgstr "%s:%d: virheelliset tuontivalitsimet\n" -#: g10/gpg.c:3360 +#: g10/gpg.c:3363 #, fuzzy, c-format msgid "invalid list options\n" msgstr "virheelliset tuontivalitsimet\n" -#: g10/gpg.c:3368 +#: g10/gpg.c:3371 msgid "display photo IDs during signature verification" msgstr "" -#: g10/gpg.c:3370 +#: g10/gpg.c:3373 msgid "show policy URLs during signature verification" msgstr "" -#: g10/gpg.c:3372 +#: g10/gpg.c:3375 #, fuzzy msgid "show all notations during signature verification" msgstr "%s ei kelpaa merkistöksi\n" -#: g10/gpg.c:3374 +#: g10/gpg.c:3377 msgid "show IETF standard notations during signature verification" msgstr "" -#: g10/gpg.c:3378 +#: g10/gpg.c:3381 msgid "show user-supplied notations during signature verification" msgstr "" -#: g10/gpg.c:3380 +#: g10/gpg.c:3383 #, fuzzy msgid "show preferred keyserver URLs during signature verification" msgstr "annettu allekirjoituskäytännön URL on virheellinen\n" -#: g10/gpg.c:3382 +#: g10/gpg.c:3385 #, fuzzy msgid "show user ID validity during signature verification" msgstr "%s ei kelpaa merkistöksi\n" -#: g10/gpg.c:3384 +#: g10/gpg.c:3387 msgid "show revoked and expired user IDs in signature verification" msgstr "" -#: g10/gpg.c:3386 +#: g10/gpg.c:3389 #, fuzzy msgid "show only the primary user ID in signature verification" msgstr "%s ei kelpaa merkistöksi\n" -#: g10/gpg.c:3393 +#: g10/gpg.c:3396 #, fuzzy, c-format msgid "%s:%d: invalid verify options\n" msgstr "%s:%d: virheelliset vientivalitsimet\n" -#: g10/gpg.c:3396 +#: g10/gpg.c:3399 #, fuzzy, c-format msgid "invalid verify options\n" msgstr "virheelliset vientivalitsimet\n" -#: g10/gpg.c:3403 +#: g10/gpg.c:3406 #, c-format msgid "unable to set exec-path to %s\n" msgstr "exec-polkua kohteeseen %s ei voi asettaa\n" -#: g10/gpg.c:3610 +#: g10/gpg.c:3613 #, fuzzy, c-format msgid "%s:%d: invalid auto-key-locate list\n" msgstr "%s:%d: virheelliset vientivalitsimet\n" -#: g10/gpg.c:3613 +#: g10/gpg.c:3616 #, c-format msgid "invalid auto-key-locate list\n" msgstr "" -#: g10/gpg.c:3622 +#: g10/gpg.c:3625 #, fuzzy, c-format msgid "invalid argument for option \"%.50s\"\n" msgstr "virheelliset tuontivalitsimet\n" -#: g10/gpg.c:3776 sm/gpgsm.c:1642 +#: g10/gpg.c:3807 sm/gpgsm.c:1675 #, c-format msgid "WARNING: program may create a core file!\n" msgstr "VAROITUS: ohjelma voi luoda core-tiedoston!\n" -#: g10/gpg.c:3790 +#: g10/gpg.c:3821 #, c-format msgid "WARNING: %s overrides %s\n" msgstr "VAROITUS: %s korvaa %s:n\n" -#: g10/gpg.c:3799 +#: g10/gpg.c:3830 #, c-format msgid "%s not allowed with %s!\n" msgstr "%s ja %s eivät ole sallittuja yhdessä!\n" -#: g10/gpg.c:3802 +#: g10/gpg.c:3833 #, c-format msgid "%s makes no sense with %s!\n" msgstr "%s ja %s yhdessä on järjetöntä!\n" -#: g10/gpg.c:3817 sm/gpgsm.c:1663 dirmngr/dirmngr.c:1114 +#: g10/gpg.c:3848 sm/gpgsm.c:1696 dirmngr/dirmngr.c:1123 #, c-format msgid "WARNING: running with faked system time: " msgstr "" -#: g10/gpg.c:3838 +#: g10/gpg.c:3869 #, fuzzy, c-format msgid "will not run with insecure memory due to %s\n" msgstr "kirjoitan salaisen avaimen kohteeseen \"%s\"\n" -#: g10/gpg.c:3866 g10/gpg.c:3897 sm/gpgsm.c:1730 +#: g10/gpg.c:3897 g10/gpg.c:3928 sm/gpgsm.c:1763 #, c-format msgid "selected cipher algorithm is invalid\n" msgstr "valittu salausalgoritmi ei kelpaa\n" -#: g10/gpg.c:3873 +#: g10/gpg.c:3904 #, fuzzy, c-format #| msgid "selected digest algorithm is invalid\n" msgid "selected AEAD algorithm is invalid\n" msgstr "valittu tiivistealgoritmi ei kelpaa\n" -#: g10/gpg.c:3885 +#: g10/gpg.c:3916 #, fuzzy, c-format msgid "selected compression algorithm is invalid\n" msgstr "valittu salausalgoritmi ei kelpaa\n" -#: g10/gpg.c:3891 +#: g10/gpg.c:3922 #, c-format msgid "selected certification digest algorithm is invalid\n" msgstr "valittu varmenteen tiivistealgoritmi ei kelpaa\n" -#: g10/gpg.c:3906 +#: g10/gpg.c:3937 #, c-format msgid "completes-needed must be greater than 0\n" msgstr "completes-needed täytyy olla suurempi kuin 0\n" -#: g10/gpg.c:3908 +#: g10/gpg.c:3939 #, c-format msgid "marginals-needed must be greater than 1\n" msgstr "marginals-needed täytyy olla suurempi kuin 1\n" -#: g10/gpg.c:3910 +#: g10/gpg.c:3941 #, fuzzy, c-format msgid "max-cert-depth must be in the range from 1 to 255\n" msgstr "max-cert-depth tulee olla välillä 1-255\n" -#: g10/gpg.c:3912 +#: g10/gpg.c:3943 #, c-format msgid "invalid default-cert-level; must be 0, 1, 2, or 3\n" msgstr "default-cert-level ei kelpaa; täytyy olla 0, 1, 2 tai 3\n" -#: g10/gpg.c:3914 +#: g10/gpg.c:3945 #, c-format msgid "invalid min-cert-level; must be 1, 2, or 3\n" msgstr "min-cert-level ei kelpaa; täytyy olla 1, 2 tai 3\n" -#: g10/gpg.c:3918 +#: g10/gpg.c:3949 #, fuzzy, c-format #| msgid "NOTE: simple S2K mode (0) is strongly discouraged\n" msgid "Note: simple S2K mode (0) is strongly discouraged\n" msgstr "" "HUOM: yksinkertaista S2K-tilaa (0) ei todellakaan suositella käytettäväksi\n" -#: g10/gpg.c:3922 +#: g10/gpg.c:3953 #, c-format msgid "invalid S2K mode; must be 0, 1 or 3\n" msgstr "virheellinen S2K-tila; täytyy olla 0, 1 tai 3\n" -#: g10/gpg.c:3929 +#: g10/gpg.c:3960 #, c-format msgid "invalid default preferences\n" msgstr "virheelliset oletusarvoiset valinnat\n" -#: g10/gpg.c:3933 +#: g10/gpg.c:3964 #, c-format msgid "invalid personal cipher preferences\n" msgstr "virheelliset henkilökohtaisen salaimen valinnat\n" -#: g10/gpg.c:3936 +#: g10/gpg.c:3967 #, fuzzy, c-format #| msgid "invalid personal cipher preferences\n" msgid "invalid personal AEAD preferences\n" msgstr "virheelliset henkilökohtaisen salaimen valinnat\n" -#: g10/gpg.c:3940 +#: g10/gpg.c:3971 #, c-format msgid "invalid personal digest preferences\n" msgstr "virheelliset henkilökohtaiset tiivisteen valinnat\n" -#: g10/gpg.c:3944 +#: g10/gpg.c:3975 #, c-format msgid "invalid personal compress preferences\n" msgstr "virheelliset henkilökohtaiset pakkausvalinnat\n" -#: g10/gpg.c:3953 g10/gpg.c:3958 +#: g10/gpg.c:3984 g10/gpg.c:3989 #, fuzzy, c-format #| msgid "keysize invalid; using %u bits\n" msgid "chunk size invalid - using %d\n" msgstr "avaimen koko on virheellinen, käytetään %u bittiä\n" -#: g10/gpg.c:3995 +#: g10/gpg.c:4026 #, c-format msgid "%s does not yet work with %s\n" msgstr "%s ja %s eivät vielä toimi yhdessä\n" -#: g10/gpg.c:4058 +#: g10/gpg.c:4089 #, fuzzy, c-format msgid "AEAD algorithm '%s' may not be used in %s mode\n" msgstr "salausalgoritmia \"%s\" ei voi käyttää %s-tilassa\n" -#: g10/gpg.c:4070 +#: g10/gpg.c:4101 #, fuzzy, c-format msgid "compression algorithm '%s' may not be used in %s mode\n" msgstr "pakkausalgoritmia \"%s\" ei voi käyttää %s-tilassa\n" -#: g10/gpg.c:4225 +#: g10/gpg.c:4256 #, c-format msgid "failed to initialize the TrustDB: %s\n" msgstr "TrustDB:n alustaminen ei onnistu: %s\n" -#: g10/gpg.c:4237 +#: g10/gpg.c:4268 #, c-format msgid "WARNING: recipients (-r) given without using public key encryption\n" msgstr "" "VAROITUS: vastaanottajia (-r) annettu käyttämättä julkisen avaimen salausta\n" -#: g10/gpg.c:4309 +#: g10/gpg.c:4340 #, fuzzy, c-format msgid "symmetric encryption of '%s' failed: %s\n" msgstr "avaus epäonnistui: %s\n" -#: g10/gpg.c:4338 +#: g10/gpg.c:4369 #, c-format msgid "you cannot use --symmetric --encrypt with --s2k-mode 0\n" msgstr "" -#: g10/gpg.c:4341 +#: g10/gpg.c:4372 #, fuzzy, c-format msgid "you cannot use --symmetric --encrypt in %s mode\n" msgstr "valitsinta %s ei voi käyttää %s-tilassa\n" -#: g10/gpg.c:4399 +#: g10/gpg.c:4430 #, c-format msgid "you cannot use --symmetric --sign --encrypt with --s2k-mode 0\n" msgstr "" -#: g10/gpg.c:4402 +#: g10/gpg.c:4433 #, fuzzy, c-format msgid "you cannot use --symmetric --sign --encrypt in %s mode\n" msgstr "valitsinta %s ei voi käyttää %s-tilassa\n" -#: g10/gpg.c:4790 g10/keyserver.c:1858 +#: g10/gpg.c:4821 g10/keyserver.c:1870 #, c-format msgid "keyserver send failed: %s\n" msgstr "avainpalvelimelle lähettäminen epäonnistui: %s\n" -#: g10/gpg.c:4795 +#: g10/gpg.c:4826 #, c-format msgid "keyserver receive failed: %s\n" msgstr "avainpalvelimelta vastaanotto epäonnistui: %s\n" -#: g10/gpg.c:4801 +#: g10/gpg.c:4832 #, c-format msgid "key export failed: %s\n" msgstr "avaimen vienti epäonnistui: %s\n" -#: g10/gpg.c:4814 +#: g10/gpg.c:4845 #, fuzzy, c-format #| msgid "key export failed: %s\n" msgid "export as ssh key failed: %s\n" msgstr "avaimen vienti epäonnistui: %s\n" -#: g10/gpg.c:4826 +#: g10/gpg.c:4857 #, c-format msgid "keyserver search failed: %s\n" msgstr "avainpalvelimelta etsiminen epäonnistui: %s\n" -#: g10/gpg.c:4839 +#: g10/gpg.c:4870 #, c-format msgid "keyserver refresh failed: %s\n" msgstr "avainpalvelimen päivitys epäonnistui: %s\n" -#: g10/gpg.c:4906 +#: g10/gpg.c:4937 #, c-format msgid "dearmoring failed: %s\n" msgstr "ascii-koodauksen purku epäonnistui: %s\n" -#: g10/gpg.c:4917 +#: g10/gpg.c:4948 #, c-format msgid "enarmoring failed: %s\n" msgstr "ascii-koodaaminen epäonnistui: %s\n" -#: g10/gpg.c:5022 +#: g10/gpg.c:5053 #, fuzzy, c-format #| msgid "invalid hash algorithm `%s'\n" msgid "invalid hash algorithm '%s'\n" msgstr "virheellinen tiivistealgoritmi \"%s\"\n" -#: g10/gpg.c:5174 g10/tofu.c:2156 +#: g10/gpg.c:5205 g10/tofu.c:2156 #, fuzzy, c-format msgid "error parsing key specification '%s': %s\n" msgstr "virhe luotaessa salasanaa: %s\n" -#: g10/gpg.c:5185 +#: g10/gpg.c:5216 #, c-format msgid "'%s' does not appear to be a valid key ID, fingerprint or keygrip\n" msgstr "" -#: g10/gpg.c:5241 +#: g10/gpg.c:5272 #, c-format msgid "WARNING: no command supplied. Trying to guess what you mean ...\n" msgstr "" -#: g10/gpg.c:5252 +#: g10/gpg.c:5283 #, c-format msgid "Go ahead and type your message ...\n" msgstr "Kirjoita viestisi...\n" -#: g10/gpg.c:5599 +#: g10/gpg.c:5630 #, c-format msgid "the given certification policy URL is invalid\n" msgstr "annettu varmennekäytännön URL on virheellinen\n" -#: g10/gpg.c:5601 +#: g10/gpg.c:5632 #, c-format msgid "the given signature policy URL is invalid\n" msgstr "annettu allekirjoituskäytännön URL on virheellinen\n" -#: g10/gpg.c:5634 +#: g10/gpg.c:5665 #, fuzzy, c-format msgid "the given preferred keyserver URL is invalid\n" msgstr "annettu allekirjoituskäytännön URL on virheellinen\n" @@ -3513,7 +3513,7 @@ msgstr "ota avaimet tästä avainrenkaasta" msgid "make timestamp conflicts only a warning" msgstr "käsittele aikaleimakonfliktit pelkkinä varoituksina" -#: g10/gpgv.c:86 sm/gpgsm.c:411 tools/gpgconf.c:116 tools/gpg-card.c:94 +#: g10/gpgv.c:86 sm/gpgsm.c:414 tools/gpgconf.c:116 tools/gpg-card.c:95 msgid "|FD|write status info to this FD" msgstr "|FD|tilatiedot kirjoitetaan FD:iin" @@ -3608,274 +3608,274 @@ msgstr "" msgid "repair keys on import" msgstr "näytä sormenjälki" -#: g10/import.c:387 g10/import.c:709 +#: g10/import.c:399 g10/import.c:721 #, c-format msgid "skipping block of type %d\n" msgstr "ohitetaan tyypin %d lohko\n" -#: g10/import.c:726 +#: g10/import.c:738 #, fuzzy, c-format msgid "%lu keys processed so far\n" msgstr "tähän mennessä käsitelty %lu avainta\n" -#: g10/import.c:819 +#: g10/import.c:831 #, c-format msgid "Total number processed: %lu\n" msgstr "Kaikkiaan käsitelty: %lu\n" -#: g10/import.c:822 +#: g10/import.c:834 #, fuzzy, c-format #| msgid " skipped new keys: %lu\n" msgid " skipped PGP-2 keys: %lu\n" msgstr " ohitetaan uudet avaimet: %lu\n" -#: g10/import.c:824 +#: g10/import.c:836 #, c-format msgid " skipped new keys: %lu\n" msgstr " ohitetaan uudet avaimet: %lu\n" -#: g10/import.c:827 +#: g10/import.c:839 #, c-format msgid " w/o user IDs: %lu\n" msgstr " ilman käyttäjätunnuksia: %lu\n" -#: g10/import.c:830 sm/import.c:129 +#: g10/import.c:842 sm/import.c:129 #, c-format msgid " imported: %lu" msgstr " tuotu: %lu" -#: g10/import.c:834 sm/import.c:133 +#: g10/import.c:846 sm/import.c:133 #, c-format msgid " unchanged: %lu\n" msgstr " muuttamatonta: %lu\n" -#: g10/import.c:836 +#: g10/import.c:848 #, c-format msgid " new user IDs: %lu\n" msgstr " uusia käyttäjätunnuksia: %lu\n" -#: g10/import.c:838 +#: g10/import.c:850 #, c-format msgid " new subkeys: %lu\n" msgstr " uusia aliavaimia: %lu\n" -#: g10/import.c:840 +#: g10/import.c:852 #, c-format msgid " new signatures: %lu\n" msgstr " uusia allekirjoituksia: %lu\n" -#: g10/import.c:842 +#: g10/import.c:854 #, c-format msgid " new key revocations: %lu\n" msgstr " uusia avainten mitätöintejä: %lu\n" -#: g10/import.c:844 sm/import.c:135 +#: g10/import.c:856 sm/import.c:135 #, c-format msgid " secret keys read: %lu\n" msgstr " luettuja salaisia avaimia: %lu\n" -#: g10/import.c:846 sm/import.c:137 +#: g10/import.c:858 sm/import.c:137 #, c-format msgid " secret keys imported: %lu\n" msgstr " tuotuja salaisia avaimia: %lu\n" -#: g10/import.c:848 sm/import.c:139 +#: g10/import.c:860 sm/import.c:139 #, c-format msgid " secret keys unchanged: %lu\n" msgstr " muuttamattomia salaisia avaimia: %lu\n" -#: g10/import.c:850 sm/import.c:141 +#: g10/import.c:862 sm/import.c:141 #, c-format msgid " not imported: %lu\n" msgstr " ei tuotu: %lu\n" -#: g10/import.c:852 +#: g10/import.c:864 #, fuzzy, c-format msgid " signatures cleaned: %lu\n" msgstr " uusia allekirjoituksia: %lu\n" -#: g10/import.c:854 +#: g10/import.c:866 #, fuzzy, c-format msgid " user IDs cleaned: %lu\n" msgstr " luettuja salaisia avaimia: %lu\n" -#: g10/import.c:1279 +#: g10/import.c:1291 #, c-format msgid "" "WARNING: key %s contains preferences for unavailable\n" "algorithms on these user IDs:\n" msgstr "" -#: g10/import.c:1321 +#: g10/import.c:1333 #, c-format msgid " \"%s\": preference for cipher algorithm %s\n" msgstr "" # Ensimmäinen %s on binary, textmode tai unknown, ks. alla -#: g10/import.c:1339 +#: g10/import.c:1351 #, fuzzy, c-format msgid " \"%s\": preference for AEAD algorithm %s\n" msgstr "%sallekirjoitus, tiivistealgoritmi %s\n" # Ensimmäinen %s on binary, textmode tai unknown, ks. alla -#: g10/import.c:1354 +#: g10/import.c:1366 #, fuzzy, c-format msgid " \"%s\": preference for digest algorithm %s\n" msgstr "%sallekirjoitus, tiivistealgoritmi %s\n" -#: g10/import.c:1366 +#: g10/import.c:1378 #, c-format msgid " \"%s\": preference for compression algorithm %s\n" msgstr "" -#: g10/import.c:1379 +#: g10/import.c:1391 #, c-format msgid "it is strongly suggested that you update your preferences and\n" msgstr "" -#: g10/import.c:1381 +#: g10/import.c:1393 #, c-format msgid "re-distribute this key to avoid potential algorithm mismatch problems\n" msgstr "" -#: g10/import.c:1406 +#: g10/import.c:1418 #, c-format msgid "you can update your preferences with: gpg --edit-key %s updpref save\n" msgstr "" -#: g10/import.c:1920 g10/import.c:3041 +#: g10/import.c:1932 g10/import.c:3053 #, fuzzy, c-format msgid "key %s: no user ID\n" msgstr "avain %08lX: ei käyttäjätunnusta\n" -#: g10/import.c:1926 +#: g10/import.c:1938 #, fuzzy, c-format msgid "key %s: %s\n" msgstr "ohitetaan \"%s\": %s\n" -#: g10/import.c:1927 g10/import.c:3013 +#: g10/import.c:1939 g10/import.c:3025 msgid "rejected by import screener" msgstr "" -#: g10/import.c:1976 +#: g10/import.c:1988 #, fuzzy, c-format msgid "key %s: PKS subkey corruption repaired\n" msgstr "avain %08lX: HKP-aliavainvirhe korjattu\n" -#: g10/import.c:1997 +#: g10/import.c:2009 #, fuzzy, c-format msgid "key %s: accepted non self-signed user ID \"%s\"\n" msgstr "" "avain %08lX: käyttäjätunnus \"%s\" hyväksytty ilman omaa allekirjoitusta\n" -#: g10/import.c:2008 g10/import.c:2039 +#: g10/import.c:2020 g10/import.c:2051 #, fuzzy, c-format msgid "key %s: no valid user IDs\n" msgstr "avain %08lX: ei voimassaolevia käyttäjätunnuksia\n" -#: g10/import.c:2010 +#: g10/import.c:2022 #, c-format msgid "this may be caused by a missing self-signature\n" msgstr "tämän voi aiheuttaa puuttuva oma-allekirjoitus\n" -#: g10/import.c:2089 g10/import.c:3427 +#: g10/import.c:2101 g10/import.c:3439 #, fuzzy, c-format msgid "key %s: public key not found: %s\n" msgstr "avain %08lX: julkista avainta ei löydetty: %s\n" -#: g10/import.c:2095 +#: g10/import.c:2107 #, fuzzy, c-format msgid "key %s: new key - skipped\n" msgstr "avain %08lX: uusi avain - ohitetaan\n" -#: g10/import.c:2107 +#: g10/import.c:2119 #, c-format msgid "no writable keyring found: %s\n" msgstr "kirjoitettavissa olevaa avainrengasta ei löydy: %s\n" -#: g10/import.c:2139 g10/import.c:2241 g10/import.c:3502 +#: g10/import.c:2151 g10/import.c:2253 g10/import.c:3514 #, fuzzy, c-format #| msgid "error writing keyring `%s': %s\n" msgid "error writing keyring '%s': %s\n" msgstr "virhe kirjoitettaessa avainrenkaaseen \"%s\": %s\n" -#: g10/import.c:2162 +#: g10/import.c:2174 #, fuzzy, c-format msgid "key %s: public key \"%s\" imported\n" msgstr "avain %08lX: julkinen avain \"%s\" tuotu\n" -#: g10/import.c:2189 +#: g10/import.c:2201 #, fuzzy, c-format msgid "key %s: doesn't match our copy\n" msgstr "avain %08lX: ei vastaa omaa kopiotamme\n" -#: g10/import.c:2257 +#: g10/import.c:2269 #, fuzzy, c-format msgid "key %s: \"%s\" 1 new user ID\n" msgstr "avain %08lX: \"%s\" 1 uusi käyttäjätunnus\n" -#: g10/import.c:2260 +#: g10/import.c:2272 #, fuzzy, c-format msgid "key %s: \"%s\" %d new user IDs\n" msgstr "avain %08lX: \"%s\" %d uutta käyttäjätunnusta\n" -#: g10/import.c:2263 +#: g10/import.c:2275 #, fuzzy, c-format msgid "key %s: \"%s\" 1 new signature\n" msgstr "avain %08lX: \"%s\" 1 uusi allekirjoitus\n" -#: g10/import.c:2266 +#: g10/import.c:2278 #, fuzzy, c-format msgid "key %s: \"%s\" %d new signatures\n" msgstr "avain %08lX: \"%s\" %d uutta allekirjoitusta\n" -#: g10/import.c:2269 +#: g10/import.c:2281 #, fuzzy, c-format msgid "key %s: \"%s\" 1 new subkey\n" msgstr "avain %08lX: \"%s\" 1 uusi aliavain\n" -#: g10/import.c:2272 +#: g10/import.c:2284 #, fuzzy, c-format msgid "key %s: \"%s\" %d new subkeys\n" msgstr "avain %08lX: \"%s\" %d uutta aliavainta\n" -#: g10/import.c:2275 +#: g10/import.c:2287 #, fuzzy, c-format msgid "key %s: \"%s\" %d signature cleaned\n" msgstr "avain %08lX: \"%s\" %d uutta allekirjoitusta\n" -#: g10/import.c:2278 +#: g10/import.c:2290 #, fuzzy, c-format msgid "key %s: \"%s\" %d signatures cleaned\n" msgstr "avain %08lX: \"%s\" %d uutta allekirjoitusta\n" -#: g10/import.c:2281 +#: g10/import.c:2293 #, fuzzy, c-format msgid "key %s: \"%s\" %d user ID cleaned\n" msgstr "avain %08lX: \"%s\" %d uutta käyttäjätunnusta\n" -#: g10/import.c:2284 +#: g10/import.c:2296 #, fuzzy, c-format msgid "key %s: \"%s\" %d user IDs cleaned\n" msgstr "avain %08lX: \"%s\" %d uutta käyttäjätunnusta\n" -#: g10/import.c:2320 +#: g10/import.c:2332 #, fuzzy, c-format msgid "key %s: \"%s\" not changed\n" msgstr "avain %08lX: \"%s\" ei muutoksia\n" -#: g10/import.c:2680 g10/import.c:2875 +#: g10/import.c:2692 g10/import.c:2887 #, fuzzy, c-format msgid "key %s: secret key imported\n" msgstr "avain %08lX: salainen avain tuotu\n" -#: g10/import.c:2688 +#: g10/import.c:2700 #, fuzzy, c-format #| msgid "skipped: secret key already present\n" msgid "key %s: secret key already exists\n" msgstr "ohitetaan: salainen avain on jo paikalla\n" -#: g10/import.c:2696 +#: g10/import.c:2708 #, fuzzy, c-format msgid "key %s: error sending to agent: %s\n" msgstr "virhe lähettäessä kohteeseen \"%s\": %s\n" @@ -3888,202 +3888,202 @@ msgstr "virhe lähettäessä kohteeseen \"%s\": %s\n" #. * Instead, user should be suggested to run 'gpg --card-status', #. * then, references to a card will be automatically created #. * again. -#: g10/import.c:2865 +#: g10/import.c:2877 #, c-format msgid "To migrate '%s', with each smartcard, run: %s\n" msgstr "" -#: g10/import.c:3012 +#: g10/import.c:3024 #, fuzzy, c-format msgid "secret key %s: %s\n" msgstr "salaista avainta \"%s\" ei löydy: %s\n" -#: g10/import.c:3033 g10/import.c:3072 +#: g10/import.c:3045 g10/import.c:3084 #, fuzzy, c-format msgid "importing secret keys not allowed\n" msgstr "kirjoitan salaisen avaimen kohteeseen \"%s\"\n" -#: g10/import.c:3060 +#: g10/import.c:3072 #, fuzzy, c-format msgid "key %s: secret key with invalid cipher %d - skipped\n" msgstr "avain %08lX: avaimella on epäkelpo salain %d - ohitetaan\n" -#: g10/import.c:3222 g10/pkclist.c:75 g10/revoke.c:774 +#: g10/import.c:3234 g10/pkclist.c:75 g10/revoke.c:774 msgid "No reason specified" msgstr "Ei eriteltyä syytä" -#: g10/import.c:3223 g10/pkclist.c:77 g10/revoke.c:776 +#: g10/import.c:3235 g10/pkclist.c:77 g10/revoke.c:776 msgid "Key is superseded" msgstr "Avain on uusittu" -#: g10/import.c:3224 g10/pkclist.c:79 g10/revoke.c:775 +#: g10/import.c:3236 g10/pkclist.c:79 g10/revoke.c:775 msgid "Key has been compromised" msgstr "Avain on murrettu" -#: g10/import.c:3225 g10/pkclist.c:81 g10/revoke.c:777 +#: g10/import.c:3237 g10/pkclist.c:81 g10/revoke.c:777 msgid "Key is no longer used" msgstr "Avain ei ole enää käytössä" -#: g10/import.c:3226 g10/pkclist.c:83 g10/revoke.c:778 +#: g10/import.c:3238 g10/pkclist.c:83 g10/revoke.c:778 msgid "User ID is no longer valid" msgstr "Käyttäjätunnus ei ole enää käytössä" -#: g10/import.c:3351 g10/keylist.c:1105 g10/pkclist.c:87 +#: g10/import.c:3363 g10/keylist.c:1105 g10/pkclist.c:87 #, c-format msgid "reason for revocation: " msgstr "mitätöinnin syy: " -#: g10/import.c:3370 g10/keylist.c:1124 g10/pkclist.c:103 +#: g10/import.c:3382 g10/keylist.c:1124 g10/pkclist.c:103 #, c-format msgid "revocation comment: " msgstr "mitätöintikommentti: " -#: g10/import.c:3420 +#: g10/import.c:3432 #, fuzzy, c-format msgid "key %s: no public key - can't apply revocation certificate\n" msgstr "" "avain %08lX: ei julkista avainta - mitätöintivarmennetta ei voida käyttää\n" -#: g10/import.c:3449 +#: g10/import.c:3461 #, fuzzy, c-format msgid "key %s: can't locate original keyblock: %s\n" msgstr "avain %08lX: alkuperäistä avainlohkoa ei löydy: %s\n" -#: g10/import.c:3456 +#: g10/import.c:3468 #, fuzzy, c-format msgid "key %s: can't read original keyblock: %s\n" msgstr "avain %08lX. alkuperäisen avainlohko lukeminen ei onnistu: %s\n" -#: g10/import.c:3476 +#: g10/import.c:3488 #, fuzzy, c-format msgid "key %s: invalid revocation certificate: %s - rejected\n" msgstr "avain %08lX: pätemätön mitätöintivarmenne: %s - hylätty\n" -#: g10/import.c:3511 +#: g10/import.c:3523 #, fuzzy, c-format msgid "key %s: \"%s\" revocation certificate imported\n" msgstr "avain %08lX: mitätöintivarmenne \"%s\" tuotu\n" -#: g10/import.c:3597 +#: g10/import.c:3609 #, fuzzy, c-format msgid "key %s: no user ID for signature\n" msgstr "avain %08lX: allekirjoitukselle ei ole käyttäjätunnusta\n" -#: g10/import.c:3614 +#: g10/import.c:3626 #, fuzzy, c-format msgid "key %s: unsupported public key algorithm on user ID \"%s\"\n" msgstr "avain %08lX: julkisen avaimen algoritmia \"%s\" ei tueta\n" -#: g10/import.c:3616 +#: g10/import.c:3628 #, fuzzy, c-format msgid "key %s: invalid self-signature on user ID \"%s\"\n" msgstr "avain %08lX: epäkelpo oma-allekirjoitus käyttäjätunnuksella \"%s\"\n" -#: g10/import.c:3633 g10/import.c:3661 g10/import.c:3717 +#: g10/import.c:3645 g10/import.c:3673 g10/import.c:3729 #, fuzzy, c-format msgid "key %s: unsupported public key algorithm\n" msgstr "avain %08lX: julkisen avaimen algoritmia ei tueta\n" -#: g10/import.c:3634 +#: g10/import.c:3646 #, fuzzy, c-format msgid "key %s: invalid direct key signature\n" msgstr "avain %08lX: lisättiin suora avainallekirjoitus\n" -#: g10/import.c:3648 +#: g10/import.c:3660 #, fuzzy, c-format msgid "key %s: no subkey for key binding\n" msgstr "avain %08lX: ei aliavainta avainten riippuvuuksiin\n" -#: g10/import.c:3663 +#: g10/import.c:3675 #, fuzzy, c-format msgid "key %s: invalid subkey binding\n" msgstr "avain %08lX: pätemätön aliavainriippuvuus\n" -#: g10/import.c:3682 +#: g10/import.c:3694 #, fuzzy, c-format msgid "key %s: removed multiple subkey binding\n" msgstr "avain %08lX: moninkertainen aliavainriippuvuus poistettu\n" -#: g10/import.c:3706 +#: g10/import.c:3718 #, fuzzy, c-format msgid "key %s: no subkey for key revocation\n" msgstr "avain %08lX: ei aliavainta avainten mitätöintiä varten\n" -#: g10/import.c:3719 +#: g10/import.c:3731 #, fuzzy, c-format msgid "key %s: invalid subkey revocation\n" msgstr "avain %08lX: epäkelpo aliavaimen mitätöinti\n" -#: g10/import.c:3734 +#: g10/import.c:3746 #, fuzzy, c-format msgid "key %s: removed multiple subkey revocation\n" msgstr "avain %08lX: useiden aliavainten mitätöinti poistettu\n" -#: g10/import.c:3778 +#: g10/import.c:3790 #, fuzzy, c-format msgid "key %s: skipped user ID \"%s\"\n" msgstr "avain %08lX: käyttäjätunnus ohitettu '" -#: g10/import.c:3805 +#: g10/import.c:3817 #, fuzzy, c-format msgid "key %s: skipped subkey\n" msgstr "avain %08lX: aliavain ohitettu\n" -#: g10/import.c:3837 +#: g10/import.c:3849 #, fuzzy, c-format msgid "key %s: non exportable signature (class 0x%02X) - skipped\n" msgstr "" "avain %08lX: allekirjoitusta ei voida viedä (luokka %02x) - ohitetaan\n" -#: g10/import.c:3848 +#: g10/import.c:3860 #, fuzzy, c-format msgid "key %s: revocation certificate at wrong place - skipped\n" msgstr "avain %08lX: mitätöintivarmenne väärässä paikassa - ohitetaan\n" -#: g10/import.c:3866 +#: g10/import.c:3878 #, fuzzy, c-format msgid "key %s: invalid revocation certificate: %s - skipped\n" msgstr "avain %08lX: epäkelpo mitätöintivarmenne: %s - ohitetaan\n" -#: g10/import.c:3880 +#: g10/import.c:3892 #, fuzzy, c-format msgid "key %s: subkey signature in wrong place - skipped\n" msgstr "avain %08lX: aliavaimen allekirjoitus väärässä paikassa - ohitetaan\n" -#: g10/import.c:3888 +#: g10/import.c:3900 #, fuzzy, c-format msgid "key %s: unexpected signature class (0x%02X) - skipped\n" msgstr "avain %08lX: odottamaton allekirjoitusluokka (0x%02X) - ohitetaan\n" -#: g10/import.c:4061 +#: g10/import.c:4073 #, fuzzy, c-format msgid "key %s: duplicated user ID detected - merged\n" msgstr "avain %08lX: käyttäjätunnuksen kaksoiskappale havaittu - liitetty\n" -#: g10/import.c:4168 +#: g10/import.c:4180 #, fuzzy, c-format msgid "key %s: duplicated subkeys detected - merged\n" msgstr "avain %08lX: käyttäjätunnuksen kaksoiskappale havaittu - liitetty\n" -#: g10/import.c:4233 +#: g10/import.c:4245 #, fuzzy, c-format msgid "WARNING: key %s may be revoked: fetching revocation key %s\n" msgstr "" "VAROITUS: avain %08lX saattaa olla mitätöity: haetaan mitätöintiavain %08lX\n" -#: g10/import.c:4249 +#: g10/import.c:4261 #, fuzzy, c-format msgid "WARNING: key %s may be revoked: revocation key %s not present.\n" msgstr "" "VAROITUS: avain %08lX saattaa olla mitätöity: mitätöintiavainta %08lX \n" "ei saatavilla.\n" -#: g10/import.c:4315 +#: g10/import.c:4327 #, fuzzy, c-format msgid "key %s: \"%s\" revocation certificate added\n" msgstr "avain %08lX: \"%s\"-mitätöintivarmenne lisätty\n" -#: g10/import.c:4353 +#: g10/import.c:4365 #, fuzzy, c-format msgid "key %s: direct key signature added\n" msgstr "avain %08lX: lisättiin suora avainallekirjoitus\n" @@ -4976,13 +4976,13 @@ msgstr "" "ajan tasalla jollet käynnistä ohjelmaa uudelleen\n" #: g10/keyedit.c:4016 g10/keyedit.c:4447 g10/keyserver.c:535 -#: g10/mainproc.c:2277 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 +#: g10/mainproc.c:2280 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 #, fuzzy msgid "revoked" msgstr "[mitätöity] " #: g10/keyedit.c:4018 g10/keyedit.c:4449 g10/keyserver.c:539 -#: g10/mainproc.c:2279 g10/tofu.c:1792 g10/trust.c:124 +#: g10/mainproc.c:2282 g10/tofu.c:1792 g10/trust.c:124 #, fuzzy msgid "expired" msgstr "expire" @@ -5532,7 +5532,7 @@ msgstr " (%d) RSA (vain salaus)\n" msgid "Enter the keygrip: " msgstr "Allekirjoitusnotaatio: " -#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2279 +#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2280 #, c-format msgid "Not a valid keygrip (expecting 40 hex digits)\n" msgstr "" @@ -5542,13 +5542,13 @@ msgstr "" msgid "No key with this keygrip\n" msgstr "Indeksillä %d ei löydy käyttäjätunnusta\n" -#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3437 g10/keygen.c:3448 +#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3440 g10/keygen.c:3451 #: sm/certreqgen-ui.c:231 sm/certreqgen-ui.c:240 #, fuzzy, c-format msgid "error reading the card: %s\n" msgstr "%s: virhe luettaessa vapaata tietuetta: %s\n" -#: g10/keygen.c:2292 g10/keygen.c:3441 sm/certreqgen-ui.c:234 +#: g10/keygen.c:2292 g10/keygen.c:3444 sm/certreqgen-ui.c:234 #, fuzzy, c-format msgid "Serial number of the card: %s\n" msgstr "virhe luotaessa salasanaa: %s\n" @@ -5801,13 +5801,18 @@ msgstr "" "alkulukujen luomisen aikana, tämä antaa satunnaislukugeneraattorille\n" "paremmat mahdollisuudet kerätä riittävästi entropiaa.\n" -#: g10/keygen.c:4570 g10/keygen.c:4643 g10/keygen.c:4661 g10/keygen.c:4690 -#: g10/keygen.c:5066 g10/keygen.c:5612 g10/keygen.c:5923 g10/keygen.c:6030 +#: g10/keygen.c:3591 +#, c-format +msgid "WARNING: v4 is specified, but overridden by v5.\n" +msgstr "" + +#: g10/keygen.c:4590 g10/keygen.c:4663 g10/keygen.c:4681 g10/keygen.c:4710 +#: g10/keygen.c:5086 g10/keygen.c:5632 g10/keygen.c:5943 g10/keygen.c:6050 #, c-format msgid "Key generation failed: %s\n" msgstr "Avaimen luonti epäonnistui: %s\n" -#: g10/keygen.c:4579 +#: g10/keygen.c:4599 #, c-format msgid "" "About to create a key for:\n" @@ -5815,67 +5820,67 @@ msgid "" "\n" msgstr "" -#: g10/keygen.c:4581 +#: g10/keygen.c:4601 msgid "Continue? (Y/n) " msgstr "" -#: g10/keygen.c:4602 +#: g10/keygen.c:4622 #, fuzzy, c-format msgid "A key for \"%s\" already exists\n" msgstr "\"%s\" on jo pakattu\n" -#: g10/keygen.c:4607 +#: g10/keygen.c:4627 #, fuzzy msgid "Create anyway? (y/N) " msgstr "Haluatko käyttää tätä avainta kaikesta huolimatta? " -#: g10/keygen.c:4613 +#: g10/keygen.c:4633 #, fuzzy, c-format msgid "creating anyway\n" msgstr "luo uusi avainpari" -#: g10/keygen.c:5049 +#: g10/keygen.c:5069 #, c-format msgid "Note: Use \"%s %s\" for a full featured key generation dialog.\n" msgstr "" -#: g10/keygen.c:5098 +#: g10/keygen.c:5118 #, c-format msgid "Key generation canceled.\n" msgstr "Avaimen luonti keskeytetty.\n" -#: g10/keygen.c:5158 +#: g10/keygen.c:5178 #, fuzzy, c-format msgid "can't create backup file '%s': %s\n" msgstr "tiedostoa \"%s\" ei voi luoda: %s\n" -#: g10/keygen.c:5178 +#: g10/keygen.c:5198 #, fuzzy, c-format msgid "Note: backup of card key saved to '%s'\n" msgstr "HUOM: salainen avain %08lX vanheni %s\n" -#: g10/keygen.c:5339 g10/keygen.c:5541 +#: g10/keygen.c:5359 g10/keygen.c:5561 #, fuzzy, c-format #| msgid "writing public key to `%s'\n" msgid "writing public key to '%s'\n" msgstr "kirjoitan julkisen avaimen kohteeseen \"%s\"\n" -#: g10/keygen.c:5535 +#: g10/keygen.c:5555 #, c-format msgid "no writable public keyring found: %s\n" msgstr "kirjoitettavissa olevaa julkista avainrengasta ei löydy: %s\n" -#: g10/keygen.c:5549 +#: g10/keygen.c:5569 #, fuzzy, c-format #| msgid "error writing public keyring `%s': %s\n" msgid "error writing public keyring '%s': %s\n" msgstr "virhe kirjoitettaessa julkiseen avainrenkaaseen \"%s\": %s\n" -#: g10/keygen.c:5583 +#: g10/keygen.c:5603 msgid "public and secret key created and signed.\n" msgstr "julkinen ja salainen avain on luotu ja allekirjoitettu.\n" -#: g10/keygen.c:5599 +#: g10/keygen.c:5619 #, fuzzy msgid "" "Note that this key cannot be used for encryption. You may want to use\n" @@ -5884,7 +5889,7 @@ msgstr "" "Huomaa, että tätä avainta ei voida käyttää salaamiseen. Käytä komentoa\n" "\"--edit-key\" luodaksesi toissijaisen avaimen salaustarkoitukseen.\n" -#: g10/keygen.c:5781 g10/keygen.c:5980 +#: g10/keygen.c:5801 g10/keygen.c:6000 #, c-format msgid "" "key has been created %lu second in future (time warp or clock problem)\n" @@ -5892,7 +5897,7 @@ msgstr "" "avain on luotu %lu sekunti tulevaisuudessa (on tapahtunut aikahyppy tai\n" "kellon kanssa on ongelmia)\n" -#: g10/keygen.c:5783 g10/keygen.c:5982 +#: g10/keygen.c:5803 g10/keygen.c:6002 #, c-format msgid "" "key has been created %lu seconds in future (time warp or clock problem)\n" @@ -5900,23 +5905,23 @@ msgstr "" "avain on luotu %lu sekuntia tulevaisuudessa (on tapahtunut aikahyppy tai\n" "kellon kanssa on ongelmia)\n" -#: g10/keygen.c:5794 g10/keygen.c:5993 +#: g10/keygen.c:5814 g10/keygen.c:6013 #, fuzzy, c-format #| msgid "NOTE: creating subkeys for v3 keys is not OpenPGP compliant\n" msgid "Note: creating subkeys for v3 keys is not OpenPGP compliant\n" msgstr "HUOM: v3-aliavainten luonti ei ole OpenPGP:n mukaista\n" -#: g10/keygen.c:5806 g10/keygen.c:5808 +#: g10/keygen.c:5826 g10/keygen.c:5828 #, c-format msgid "Secret parts of primary key are not available.\n" msgstr "Ensisijaisen avaimen salaiset osat eivät ole saatavilla.\n" -#: g10/keygen.c:5815 g10/keygen.c:5817 +#: g10/keygen.c:5835 g10/keygen.c:5837 #, fuzzy, c-format msgid "Secret parts of primary key are stored on-card.\n" msgstr "Ensisijaisen avaimen salaiset osat eivät ole saatavilla.\n" -#: g10/keygen.c:5837 g10/keygen.c:6007 +#: g10/keygen.c:5857 g10/keygen.c:6027 #, fuzzy msgid "Really create? (y/N) " msgstr "Haluatko varmasti luoda? " @@ -6075,61 +6080,61 @@ msgstr "virheelliset vientivalitsimet\n" msgid "\"%s\" not a key ID: skipping\n" msgstr "" -#: g10/keyserver.c:1418 g10/keyserver.c:1451 +#: g10/keyserver.c:1420 g10/keyserver.c:1453 #, fuzzy, c-format msgid "refreshing %d key from %s\n" msgid_plural "refreshing %d keys from %s\n" msgstr[0] "pyydetään avainta %08lX kohteesta %s\n" msgstr[1] "pyydetään avainta %08lX kohteesta %s\n" -#: g10/keyserver.c:1425 +#: g10/keyserver.c:1427 #, fuzzy, c-format msgid "WARNING: unable to refresh key %s via %s: %s\n" msgstr "VAROITUS: tilapäistiedostoa (%s) \"%s\" ei voi poistaa: %s\n" -#: g10/keyserver.c:1529 +#: g10/keyserver.c:1531 #, fuzzy, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "avainta \"%s\" ei löydy: %s\n" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1534 #, fuzzy, c-format msgid "key not found on keyserver\n" msgstr "avainta \"%s\" ei löydy: %s\n" -#: g10/keyserver.c:1720 +#: g10/keyserver.c:1722 #, fuzzy, c-format msgid "requesting key %s from %s server %s\n" msgstr "pyydetään avainta %08lX kohteesta %s\n" -#: g10/keyserver.c:1724 +#: g10/keyserver.c:1726 #, fuzzy, c-format msgid "requesting key %s from %s\n" msgstr "pyydetään avainta %08lX kohteesta %s\n" -#: g10/keyserver.c:1829 g10/keyserver.c:2008 +#: g10/keyserver.c:1841 g10/keyserver.c:2020 #, fuzzy, c-format msgid "no keyserver known\n" msgstr "virheelliset vientivalitsimet\n" -#: g10/keyserver.c:1844 g10/skclist.c:213 g10/skclist.c:241 +#: g10/keyserver.c:1856 g10/skclist.c:213 g10/skclist.c:241 #, fuzzy, c-format msgid "skipped \"%s\": %s\n" msgstr "ohitetaan \"%s\": %s\n" -#: g10/keyserver.c:1848 +#: g10/keyserver.c:1860 #, fuzzy, c-format msgid "sending key %s to %s\n" msgstr "" "\"\n" "allekirjoitettu avaimellasi %08lX %s\n" -#: g10/keyserver.c:1889 +#: g10/keyserver.c:1901 #, fuzzy, c-format msgid "requesting key from '%s'\n" msgstr "pyydetään avainta %08lX kohteesta %s\n" -#: g10/keyserver.c:1905 +#: g10/keyserver.c:1917 #, fuzzy, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "VAROITUS: tilapäistiedostoa (%s) \"%s\" ei voi poistaa: %s\n" @@ -6323,78 +6328,78 @@ msgstr " aka \"" msgid "Key available at: " msgstr "Avain saatavilla kohteessa: " -#: g10/mainproc.c:2033 +#: g10/mainproc.c:2034 #, c-format msgid "Note: Use '%s' to make use of this info\n" msgstr "" -#: g10/mainproc.c:2231 +#: g10/mainproc.c:2234 msgid "[uncertain]" msgstr "[ei tiedossa]" -#: g10/mainproc.c:2269 +#: g10/mainproc.c:2272 #, fuzzy, c-format msgid " aka \"%s\"" msgstr " aka \"" -#: g10/mainproc.c:2344 +#: g10/mainproc.c:2347 #, fuzzy, c-format #| msgid "WARNING: This key is not certified with a trusted signature!\n" msgid "WARNING: This key is not suitable for signing in %s mode\n" msgstr "" "VAROITUS: Tätä avainta ei ole varmennettu luotettavalla allekirjoituksella!\n" -#: g10/mainproc.c:2360 +#: g10/mainproc.c:2363 #, c-format msgid "Signature expired %s\n" msgstr "Allekirjoitus vanheni %s\n" -#: g10/mainproc.c:2365 +#: g10/mainproc.c:2368 #, c-format msgid "Signature expires %s\n" msgstr "Allekirjoitus vanhenee %s\n" # Ensimmäinen %s on binary, textmode tai unknown, ks. alla -#: g10/mainproc.c:2376 +#: g10/mainproc.c:2379 #, fuzzy, c-format #| msgid "%s signature, digest algorithm %s\n" msgid "%s signature, digest algorithm %s%s%s\n" msgstr "%sallekirjoitus, tiivistealgoritmi %s\n" -#: g10/mainproc.c:2377 +#: g10/mainproc.c:2380 msgid "binary" msgstr "binääri" -#: g10/mainproc.c:2378 +#: g10/mainproc.c:2381 msgid "textmode" msgstr "teksti" -#: g10/mainproc.c:2378 g10/trust.c:123 dirmngr/ocsp.c:792 +#: g10/mainproc.c:2381 g10/trust.c:123 dirmngr/ocsp.c:792 msgid "unknown" msgstr "tuntematon " -#: g10/mainproc.c:2380 +#: g10/mainproc.c:2383 #, fuzzy #| msgid "unknown pubkey algorithm" msgid ", key algorithm " msgstr "tuntematon julkisen avaimen algoritmi" -#: g10/mainproc.c:2415 +#: g10/mainproc.c:2418 #, c-format msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n" msgstr "" -#: g10/mainproc.c:2454 +#: g10/mainproc.c:2457 #, c-format msgid "Can't check signature: %s\n" msgstr "Allekirjoitusta ei voi tarkistaa: %s\n" -#: g10/mainproc.c:2550 g10/mainproc.c:2569 g10/mainproc.c:2693 +#: g10/mainproc.c:2553 g10/mainproc.c:2572 g10/mainproc.c:2696 #, c-format msgid "not a detached signature\n" msgstr "allekirjoitus ei ole erillinen\n" -#: g10/mainproc.c:2603 +#: g10/mainproc.c:2606 #, c-format msgid "" "WARNING: multiple signatures detected. Only the first will be checked.\n" @@ -6402,12 +6407,12 @@ msgstr "" "VAROITUS: useita allekirjoituksia havaittu. Vain ensimmäisen voi " "tarkistaa.\n" -#: g10/mainproc.c:2612 +#: g10/mainproc.c:2615 #, c-format msgid "standalone signature of class 0x%02x\n" msgstr "itsenäinen allekirjoitus luokkaa 0x%02x\n" -#: g10/mainproc.c:2697 +#: g10/mainproc.c:2700 #, c-format msgid "old style (PGP 2.x) signature\n" msgstr "vanhan tyylin (PGP 2.x) allekirjoitus\n" @@ -8326,7 +8331,7 @@ msgstr "Käyttö: gpg [valitsimet] [tiedostot] (-h näyttää ohjeen)" #. TRANSLATORS: Put a \x1f right before a colon. This can be #. * used by pinentry to nicely align the names and values. Keep #. * the %s at the start and end of the string. -#: scd/app-piv.c:1770 scd/app-p15.c:4741 scd/app-nks.c:1475 +#: scd/app-piv.c:1770 scd/app-p15.c:4937 scd/app-nks.c:1530 #: scd/app-openpgp.c:2386 #, c-format msgid "%sNumber: %s%%0AHolder: %s%s" @@ -8334,7 +8339,7 @@ msgstr "" #. TRANSLATORS: This is the number of remaining attempts to #. * enter a PIN. Use %%0A (double-percent,0A) for a linefeed. -#: scd/app-piv.c:1787 scd/app-p15.c:4760 scd/app-nks.c:1494 +#: scd/app-piv.c:1787 scd/app-p15.c:4956 scd/app-nks.c:1549 #: scd/app-openpgp.c:2402 #, c-format msgid "Remaining attempts: %d" @@ -8370,7 +8375,7 @@ msgstr "muuta salasanaa" msgid "||Please enter the Unblocking Key of your PIV card" msgstr "Valitse mitätöinnin syy:\n" -#: scd/app-piv.c:1888 scd/app-nks.c:1605 scd/app-openpgp.c:2669 +#: scd/app-piv.c:1888 scd/app-nks.c:1660 scd/app-openpgp.c:2669 #: scd/app-openpgp.c:2693 scd/app-openpgp.c:2871 scd/app-openpgp.c:2893 #: scd/app-openpgp.c:3074 scd/app-openpgp.c:3361 scd/app-openpgp.c:3408 #: scd/app-openpgp.c:3545 scd/app-dinsig.c:302 @@ -8456,75 +8461,75 @@ msgstr[1] "Avaimen luonti epäonnistui: %s\n" msgid "response does not contain the public key data\n" msgstr "" -#: scd/app-p15.c:4839 scd/app-nks.c:1983 +#: scd/app-p15.c:5035 scd/app-nks.c:2038 msgid "||Please enter the PIN for the key to create qualified signatures." msgstr "" #. TRANSLATORS: Do not translate the "|A|" prefix but keep it at #. the start of the string. Use %0A (single percent) for a linefeed. -#: scd/app-p15.c:4842 scd/app-openpgp.c:2818 +#: scd/app-p15.c:5038 scd/app-openpgp.c:2818 #, fuzzy msgid "|A|Please enter the Admin PIN" msgstr "muuta salasanaa" -#: scd/app-p15.c:4844 scd/app-nks.c:1973 +#: scd/app-p15.c:5040 scd/app-nks.c:2028 #, fuzzy msgid "|P|Please enter the PIN Unblocking Code (PUK) for the standard keys." msgstr "Valitse mitätöinnin syy:\n" -#: scd/app-p15.c:4847 scd/app-nks.c:1964 +#: scd/app-p15.c:5043 scd/app-nks.c:2019 #, fuzzy msgid "||Please enter the PIN for the standard keys." msgstr "muuta salasanaa" -#: scd/app-nks.c:1413 scd/app-openpgp.c:4321 +#: scd/app-nks.c:1468 scd/app-openpgp.c:4321 #, c-format msgid "RSA modulus missing or not of size %d bits\n" msgstr "" -#: scd/app-nks.c:1421 scd/app-openpgp.c:4333 +#: scd/app-nks.c:1476 scd/app-openpgp.c:4333 #, c-format msgid "RSA public exponent missing or larger than %d bits\n" msgstr "" -#: scd/app-nks.c:1594 +#: scd/app-nks.c:1649 #, fuzzy #| msgid "Note: This key has been disabled.\n" msgid "Note: PIN has not yet been enabled." msgstr "Huom: Tämä avain on poistettu käytöstä\n" -#: scd/app-nks.c:1641 +#: scd/app-nks.c:1696 #, c-format msgid "the NullPIN has not yet been changed\n" msgstr "" -#: scd/app-nks.c:1963 +#: scd/app-nks.c:2018 #, fuzzy msgid "|N|Please enter a new PIN for the standard keys." msgstr "muuta salasanaa" -#: scd/app-nks.c:1971 +#: scd/app-nks.c:2026 #, fuzzy msgid "|NP|Please enter a new PIN Unblocking Code (PUK) for the standard keys." msgstr "Valitse mitätöinnin syy:\n" -#: scd/app-nks.c:1981 +#: scd/app-nks.c:2036 msgid "|N|Please enter a new PIN for the key to create qualified signatures." msgstr "" -#: scd/app-nks.c:1991 +#: scd/app-nks.c:2046 msgid "" "|NP|Please enter a new PIN Unblocking Code (PUK) for the key to create " "qualified signatures." msgstr "" -#: scd/app-nks.c:1993 +#: scd/app-nks.c:2048 msgid "" "|P|Please enter the PIN Unblocking Code (PUK) for the key to create " "qualified signatures." msgstr "" -#: scd/app-nks.c:2166 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 +#: scd/app-nks.c:2221 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 #, fuzzy, c-format msgid "error getting new PIN: %s\n" msgstr "virhe luotaessa salasanaa: %s\n" @@ -8711,81 +8716,81 @@ msgstr "muuta salasanaa" msgid "|N|Initial New PIN" msgstr "" -#: scd/scdaemon.c:118 +#: scd/scdaemon.c:119 msgid "run in multi server mode (foreground)" msgstr "" -#: scd/scdaemon.c:135 sm/gpgsm.c:271 dirmngr/dirmngr.c:197 +#: scd/scdaemon.c:136 sm/gpgsm.c:274 dirmngr/dirmngr.c:198 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "" -#: scd/scdaemon.c:141 +#: scd/scdaemon.c:142 #, fuzzy msgid "|FILE|write a log to FILE" msgstr "|TIEDOSTO|lataa laajennusmoduuli TIEDOSTO" -#: scd/scdaemon.c:148 +#: scd/scdaemon.c:149 msgid "|N|connect to reader at port N" msgstr "" -#: scd/scdaemon.c:150 +#: scd/scdaemon.c:151 #, fuzzy msgid "|NAME|use NAME as ct-API driver" msgstr "|NIMI|käytä NIMI oletusvastaanottajana" -#: scd/scdaemon.c:152 +#: scd/scdaemon.c:153 #, fuzzy msgid "|NAME|use NAME as PC/SC driver" msgstr "|NIMI|käytä NIMI oletusvastaanottajana" -#: scd/scdaemon.c:156 +#: scd/scdaemon.c:157 #, fuzzy msgid "do not use the internal CCID driver" msgstr "älä käytä lainkaan päätettä" -#: scd/scdaemon.c:162 +#: scd/scdaemon.c:163 msgid "|N|disconnect the card after N seconds of inactivity" msgstr "" -#: scd/scdaemon.c:165 +#: scd/scdaemon.c:166 msgid "do not use a reader's pinpad" msgstr "" -#: scd/scdaemon.c:168 +#: scd/scdaemon.c:169 msgid "use variable length input for pinpad" msgstr "" -#: scd/scdaemon.c:171 +#: scd/scdaemon.c:172 msgid "|LIST|change the application priority to LIST" msgstr "" -#: scd/scdaemon.c:179 +#: scd/scdaemon.c:180 #, fuzzy msgid "deny the use of admin card commands" msgstr "ristiriitainen komento\n" -#: scd/scdaemon.c:324 +#: scd/scdaemon.c:325 #, fuzzy msgid "Usage: @SCDAEMON@ [options] (-h for help)" msgstr "Käyttö: gpg [valitsimet] [tiedostot] (-h näyttää ohjeen)" -#: scd/scdaemon.c:326 +#: scd/scdaemon.c:327 msgid "" "Syntax: scdaemon [options] [command [args]]\n" "Smartcard daemon for @GNUPG@\n" msgstr "" -#: scd/scdaemon.c:807 +#: scd/scdaemon.c:819 #, c-format msgid "please use the option '--daemon' to run the program in the background\n" msgstr "" -#: scd/scdaemon.c:1183 dirmngr/dirmngr.c:2077 +#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2104 #, c-format msgid "handler for fd %d started\n" msgstr "" -#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2085 +#: scd/scdaemon.c:1207 dirmngr/dirmngr.c:2112 #, c-format msgid "handler for fd %d terminated\n" msgstr "" @@ -9068,7 +9073,7 @@ msgid "a %u bit hash is not valid for a %u bit %s key\n" msgstr "" #: sm/certcheck.c:239 sm/certcheck.c:263 dirmngr/crlcache.c:1542 -#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1363 dirmngr/validate.c:903 +#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1372 dirmngr/validate.c:903 #: dirmngr/validate.c:927 #, fuzzy, c-format msgid "out of core\n" @@ -9421,139 +9426,139 @@ msgstr "avainlohkojen poisto epäonnistui: %s\n" msgid "no valid recipients given\n" msgstr "(Kuvausta ei annettu)\n" -#: sm/gpgsm.c:224 +#: sm/gpgsm.c:226 #, fuzzy msgid "list external keys" msgstr "näytä salaiset avaimet" -#: sm/gpgsm.c:226 +#: sm/gpgsm.c:228 #, fuzzy msgid "list certificate chain" msgstr "virheellinen varmenne" -#: sm/gpgsm.c:234 +#: sm/gpgsm.c:236 #, fuzzy msgid "import certificates" msgstr "virheellinen varmenne" -#: sm/gpgsm.c:235 +#: sm/gpgsm.c:237 #, fuzzy msgid "export certificates" msgstr "virheellinen varmenne" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:245 msgid "register a smartcard" msgstr "" -#: sm/gpgsm.c:246 +#: sm/gpgsm.c:248 msgid "pass a command to the dirmngr" msgstr "" -#: sm/gpgsm.c:248 +#: sm/gpgsm.c:250 msgid "invoke gpg-protect-tool" msgstr "" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:270 msgid "don't use the terminal at all" msgstr "älä käytä lainkaan päätettä" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "|N|number of certificates to include" msgstr "" -#: sm/gpgsm.c:296 +#: sm/gpgsm.c:299 msgid "|FILE|take policy information from FILE" msgstr "" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "assume input is in PEM format" msgstr "" -#: sm/gpgsm.c:312 +#: sm/gpgsm.c:315 msgid "assume input is in base-64 format" msgstr "" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "assume input is in binary format" msgstr "" -#: sm/gpgsm.c:323 +#: sm/gpgsm.c:326 #, fuzzy msgid "create base-64 encoded output" msgstr "tuota ascii-koodattu tuloste" -#: sm/gpgsm.c:335 +#: sm/gpgsm.c:338 #, fuzzy msgid "|USER-ID|use USER-ID as default secret key" msgstr "|NIMI|käytä oletusarvoisesti salaista avainta NIMI" -#: sm/gpgsm.c:346 +#: sm/gpgsm.c:349 #, fuzzy msgid "|FILE|add keyring to the list of keyrings" msgstr "lisää tämä avainrengas avainrenkaiden luetteloon" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 #, fuzzy msgid "|SPEC|use this keyserver to lookup keys" msgstr "|PALVELIN|käytä tätä palvelinta avainten etsimiseen" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "fetch missing issuer certificates" msgstr "" -#: sm/gpgsm.c:361 +#: sm/gpgsm.c:364 #, fuzzy msgid "|NAME|use encoding NAME for PKCS#12 passphrases" msgstr "|NIMI|käytä salasanoihin salausalgoritmia NIMI" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 msgid "never consult a CRL" msgstr "" -#: sm/gpgsm.c:386 +#: sm/gpgsm.c:389 msgid "do not check CRLs for root certificates" msgstr "" -#: sm/gpgsm.c:390 +#: sm/gpgsm.c:393 msgid "check validity using OCSP" msgstr "" -#: sm/gpgsm.c:392 +#: sm/gpgsm.c:395 msgid "do not check certificate policies" msgstr "" -#: sm/gpgsm.c:395 +#: sm/gpgsm.c:398 msgid "|NAME|use cipher algorithm NAME" msgstr "|NIMI|käytä salausalgoritmia NIMI" -#: sm/gpgsm.c:397 +#: sm/gpgsm.c:400 msgid "|NAME|use message digest algorithm NAME" msgstr "|NIMI|käytä viestintiivistealgoritmia NIMI" -#: sm/gpgsm.c:407 +#: sm/gpgsm.c:410 msgid "batch mode: never ask" msgstr "eräajo: älä kysy mitään" -#: sm/gpgsm.c:409 +#: sm/gpgsm.c:412 msgid "assume yes on most questions" msgstr "oleta myönteinen vastaust useimpiin kysymyksiin" -#: sm/gpgsm.c:410 +#: sm/gpgsm.c:413 msgid "assume no on most questions" msgstr "oleta kielteinen vastaust useimpiin kysymyksiin" -#: sm/gpgsm.c:427 +#: sm/gpgsm.c:430 #, fuzzy msgid "|FILE|write an audit log to FILE" msgstr "|TIEDOSTO|lataa laajennusmoduuli TIEDOSTO" -#: sm/gpgsm.c:612 +#: sm/gpgsm.c:615 #, fuzzy #| msgid "Usage: gpg [options] [files] (-h for help)" msgid "Usage: @GPGSM@ [options] [files] (-h for help)" msgstr "Käyttö: gpg [valitsimet] [tiedostot] (-h näyttää ohjeen)" -#: sm/gpgsm.c:615 +#: sm/gpgsm.c:618 #, fuzzy msgid "" "Syntax: @GPGSM@ [options] [files]\n" @@ -9564,52 +9569,52 @@ msgstr "" "allekirjoita, tarkista, salaa tai avaa\n" "oletustoiminto riippuu syötteestä\n" -#: sm/gpgsm.c:823 +#: sm/gpgsm.c:826 #, fuzzy, c-format msgid "Note: won't be able to encrypt to '%s': %s\n" msgstr "yhteys kohteeseen \"%s\" ei onnistu: %s\n" -#: sm/gpgsm.c:834 +#: sm/gpgsm.c:837 #, fuzzy, c-format msgid "unknown validation model '%s'\n" msgstr "tuntematon oletusvastaanottaja \"%s\"\n" -#: sm/gpgsm.c:893 dirmngr/ldapserver.c:89 +#: sm/gpgsm.c:896 dirmngr/ldapserver.c:89 #, fuzzy, c-format msgid "%s:%u: no hostname given\n" msgstr "(Kuvausta ei annettu)\n" -#: sm/gpgsm.c:912 dirmngr/ldapserver.c:108 +#: sm/gpgsm.c:915 dirmngr/ldapserver.c:108 #, c-format msgid "%s:%u: password given without user\n" msgstr "" -#: sm/gpgsm.c:943 dirmngr/ldapserver.c:139 +#: sm/gpgsm.c:946 dirmngr/ldapserver.c:139 #, c-format msgid "%s:%u: ignoring unknown flag '%s'\n" msgstr "" -#: sm/gpgsm.c:959 dirmngr/ldapserver.c:155 +#: sm/gpgsm.c:962 dirmngr/ldapserver.c:155 #, fuzzy, c-format msgid "%s:%u: skipping this line\n" msgstr " o = ohita tämä avain\n" -#: sm/gpgsm.c:1545 +#: sm/gpgsm.c:1550 #, fuzzy, c-format msgid "could not parse keyserver\n" msgstr "avainpalvelimen URI:iä ei voi jäsentää\n" -#: sm/gpgsm.c:1825 +#: sm/gpgsm.c:1858 #, fuzzy, c-format msgid "importing common certificates '%s'\n" msgstr "kirjoitetaan kohteeseen \"%s\"\n" -#: sm/gpgsm.c:1871 +#: sm/gpgsm.c:1904 #, fuzzy, c-format msgid "can't sign using '%s': %s\n" msgstr "tiedostoa \"%s\" ei voi sulkea: %s\n" -#: sm/gpgsm.c:2231 +#: sm/gpgsm.c:2273 #, c-format msgid "invalid command (there is no implicit command)\n" msgstr "" @@ -10575,135 +10580,135 @@ msgstr "" msgid "looking up '%s'\n" msgstr "" -#: dirmngr/dirmngr.c:174 +#: dirmngr/dirmngr.c:175 msgid "list the contents of the CRL cache" msgstr "" -#: dirmngr/dirmngr.c:175 +#: dirmngr/dirmngr.c:176 #, fuzzy msgid "|FILE|load CRL from FILE into cache" msgstr "|TIEDOSTO|lataa laajennusmoduuli TIEDOSTO" -#: dirmngr/dirmngr.c:176 +#: dirmngr/dirmngr.c:177 msgid "|URL|fetch a CRL from URL" msgstr "" -#: dirmngr/dirmngr.c:177 +#: dirmngr/dirmngr.c:178 msgid "shutdown the dirmngr" msgstr "" -#: dirmngr/dirmngr.c:178 +#: dirmngr/dirmngr.c:179 msgid "flush the cache" msgstr "" -#: dirmngr/dirmngr.c:211 +#: dirmngr/dirmngr.c:212 msgid "allow online software version check" msgstr "" -#: dirmngr/dirmngr.c:214 +#: dirmngr/dirmngr.c:215 msgid "|N|do not return more than N items in one query" msgstr "" -#: dirmngr/dirmngr.c:220 +#: dirmngr/dirmngr.c:221 msgid "Network related options" msgstr "" -#: dirmngr/dirmngr.c:222 +#: dirmngr/dirmngr.c:223 msgid "route all network traffic via Tor" msgstr "" -#: dirmngr/dirmngr.c:234 +#: dirmngr/dirmngr.c:235 msgid "Configuration for Keyservers" msgstr "" -#: dirmngr/dirmngr.c:237 +#: dirmngr/dirmngr.c:238 #, fuzzy msgid "|URL|use keyserver at URL" msgstr "avainpalvelimen URI:iä ei voi jäsentää\n" -#: dirmngr/dirmngr.c:239 +#: dirmngr/dirmngr.c:240 msgid "|FILE|use the CA certificates in FILE for HKP over TLS" msgstr "" -#: dirmngr/dirmngr.c:241 +#: dirmngr/dirmngr.c:242 msgid "Configuration for HTTP servers" msgstr "" -#: dirmngr/dirmngr.c:243 +#: dirmngr/dirmngr.c:244 msgid "inhibit the use of HTTP" msgstr "" -#: dirmngr/dirmngr.c:245 +#: dirmngr/dirmngr.c:246 msgid "ignore HTTP CRL distribution points" msgstr "" -#: dirmngr/dirmngr.c:247 +#: dirmngr/dirmngr.c:248 msgid "|URL|redirect all HTTP requests to URL" msgstr "" -#: dirmngr/dirmngr.c:249 +#: dirmngr/dirmngr.c:250 msgid "use system's HTTP proxy setting" msgstr "" -#: dirmngr/dirmngr.c:253 +#: dirmngr/dirmngr.c:254 msgid "Configuration of LDAP servers to use" msgstr "" -#: dirmngr/dirmngr.c:255 +#: dirmngr/dirmngr.c:256 msgid "inhibit the use of LDAP" msgstr "" -#: dirmngr/dirmngr.c:257 +#: dirmngr/dirmngr.c:258 msgid "ignore LDAP CRL distribution points" msgstr "" -#: dirmngr/dirmngr.c:259 +#: dirmngr/dirmngr.c:260 msgid "|HOST|use HOST for LDAP queries" msgstr "" -#: dirmngr/dirmngr.c:261 +#: dirmngr/dirmngr.c:262 msgid "do not use fallback hosts with --ldap-proxy" msgstr "" -#: dirmngr/dirmngr.c:263 +#: dirmngr/dirmngr.c:264 #, fuzzy msgid "|FILE|read LDAP server list from FILE" msgstr "|TIEDOSTO|lataa laajennusmoduuli TIEDOSTO" -#: dirmngr/dirmngr.c:265 +#: dirmngr/dirmngr.c:266 msgid "add new servers discovered in CRL distribution points to serverlist" msgstr "" -#: dirmngr/dirmngr.c:268 dirmngr/dirmngr_ldap.c:104 +#: dirmngr/dirmngr.c:269 dirmngr/dirmngr_ldap.c:104 msgid "|N|set LDAP timeout to N seconds" msgstr "" -#: dirmngr/dirmngr.c:271 +#: dirmngr/dirmngr.c:272 msgid "Configuration for OCSP" msgstr "" -#: dirmngr/dirmngr.c:273 +#: dirmngr/dirmngr.c:274 msgid "allow sending OCSP requests" msgstr "" -#: dirmngr/dirmngr.c:275 +#: dirmngr/dirmngr.c:276 msgid "ignore certificate contained OCSP service URLs" msgstr "" -#: dirmngr/dirmngr.c:277 +#: dirmngr/dirmngr.c:278 #, fuzzy msgid "|URL|use OCSP responder at URL" msgstr "avainpalvelimen URI:iä ei voi jäsentää\n" -#: dirmngr/dirmngr.c:279 +#: dirmngr/dirmngr.c:280 msgid "|FPR|OCSP response signed by FPR" msgstr "" -#: dirmngr/dirmngr.c:287 +#: dirmngr/dirmngr.c:288 msgid "force loading of outdated CRLs" msgstr "" -#: dirmngr/dirmngr.c:298 +#: dirmngr/dirmngr.c:299 #, fuzzy #| msgid "" #| "@\n" @@ -10717,95 +10722,95 @@ msgstr "" "(Katso täydellinen luettelo kaikista komennoista ja valitsimista man-" "sivuilta)\n" -#: dirmngr/dirmngr.c:440 +#: dirmngr/dirmngr.c:441 #, fuzzy msgid "Usage: @DIRMNGR@ [options] (-h for help)" msgstr "Käyttö: gpg [valitsimet] [tiedostot] (-h näyttää ohjeen)" -#: dirmngr/dirmngr.c:442 +#: dirmngr/dirmngr.c:443 msgid "" "Syntax: @DIRMNGR@ [options] [command [args]]\n" "Keyserver, CRL, and OCSP access for @GNUPG@\n" msgstr "" -#: dirmngr/dirmngr.c:522 +#: dirmngr/dirmngr.c:523 #, c-format msgid "valid debug levels are: %s\n" msgstr "" -#: dirmngr/dirmngr.c:608 tools/gpgconf.c:667 tools/gpgconf.c:702 +#: dirmngr/dirmngr.c:609 tools/gpgconf.c:667 tools/gpgconf.c:702 #: tools/gpgconf.c:802 #, fuzzy, c-format msgid "usage: %s [options] " msgstr "käyttö: gpg [valitsimet] " -#: dirmngr/dirmngr.c:1251 +#: dirmngr/dirmngr.c:1260 #, fuzzy, c-format #| msgid "%s not allowed with %s!\n" msgid "colons are not allowed in the socket name\n" msgstr "%s ja %s eivät ole sallittuja yhdessä!\n" -#: dirmngr/dirmngr.c:1486 dirmngr/server.c:1824 +#: dirmngr/dirmngr.c:1495 dirmngr/server.c:1824 #, fuzzy, c-format msgid "fetching CRL from '%s' failed: %s\n" msgstr "ascii-koodaaminen epäonnistui: %s\n" -#: dirmngr/dirmngr.c:1492 dirmngr/server.c:1830 +#: dirmngr/dirmngr.c:1501 dirmngr/server.c:1830 #, fuzzy, c-format msgid "processing CRL from '%s' failed: %s\n" msgstr "ascii-koodaaminen epäonnistui: %s\n" -#: dirmngr/dirmngr.c:1634 +#: dirmngr/dirmngr.c:1643 #, fuzzy, c-format msgid "%s:%u: line too long - skipped\n" msgstr "rivi on liian pitkä\n" -#: dirmngr/dirmngr.c:1689 dirmngr/dirmngr.c:1773 +#: dirmngr/dirmngr.c:1698 dirmngr/dirmngr.c:1782 #, fuzzy, c-format msgid "%s:%u: invalid fingerprint detected\n" msgstr "virhe: sormenjälki on väärä\n" -#: dirmngr/dirmngr.c:1725 dirmngr/dirmngr.c:1751 tools/gpgconf-comp.c:3534 +#: dirmngr/dirmngr.c:1734 dirmngr/dirmngr.c:1760 tools/gpgconf-comp.c:3539 #, fuzzy, c-format msgid "%s:%u: read error: %s\n" msgstr "lukuvirhe: %s\n" -#: dirmngr/dirmngr.c:1780 +#: dirmngr/dirmngr.c:1789 #, c-format msgid "%s:%u: garbage at end of line ignored\n" msgstr "" -#: dirmngr/dirmngr.c:1849 +#: dirmngr/dirmngr.c:1876 #, c-format msgid "SIGHUP received - re-reading configuration and flushing caches\n" msgstr "" -#: dirmngr/dirmngr.c:1890 +#: dirmngr/dirmngr.c:1917 #, c-format msgid "SIGUSR2 received - no action defined\n" msgstr "" -#: dirmngr/dirmngr.c:1895 +#: dirmngr/dirmngr.c:1922 #, c-format msgid "SIGTERM received - shutting down ...\n" msgstr "" -#: dirmngr/dirmngr.c:1897 +#: dirmngr/dirmngr.c:1924 #, c-format msgid "SIGTERM received - still %d active connections\n" msgstr "" -#: dirmngr/dirmngr.c:1902 +#: dirmngr/dirmngr.c:1929 #, fuzzy, c-format msgid "shutdown forced\n" msgstr "ei käsitelty" -#: dirmngr/dirmngr.c:1910 +#: dirmngr/dirmngr.c:1937 #, c-format msgid "SIGINT received - immediate shutdown\n" msgstr "" -#: dirmngr/dirmngr.c:1917 +#: dirmngr/dirmngr.c:1944 #, c-format msgid "signal %d received - no action defined\n" msgstr "" @@ -11272,7 +11277,7 @@ msgid "serialno missing in cert ID" msgstr "" #: dirmngr/server.c:1387 dirmngr/server.c:1473 dirmngr/server.c:1909 -#: dirmngr/server.c:1980 dirmngr/server.c:2552 dirmngr/server.c:2567 +#: dirmngr/server.c:1980 dirmngr/server.c:2556 dirmngr/server.c:2571 #, fuzzy, c-format msgid "assuan_inquire failed: %s\n" msgstr "allekirjoitus epäonnistui: %s\n" @@ -11302,33 +11307,33 @@ msgstr "avainlohkojen poisto epäonnistui: %s\n" msgid "max_replies %d exceeded\n" msgstr "" -#: dirmngr/server.c:2856 +#: dirmngr/server.c:2860 #, fuzzy, c-format msgid "can't allocate control structure: %s\n" msgstr "tiedostoa \"%s\" ei voi luoda: %s\n" -#: dirmngr/server.c:2867 +#: dirmngr/server.c:2871 #, fuzzy, c-format msgid "failed to allocate assuan context: %s\n" msgstr "%s: hajautustaulukon luonti ei onnistu: %s\n" -#: dirmngr/server.c:2888 +#: dirmngr/server.c:2892 #, fuzzy, c-format #| msgid "failed to initialize the TrustDB: %s\n" msgid "failed to initialize the server: %s\n" msgstr "TrustDB:n alustaminen ei onnistu: %s\n" -#: dirmngr/server.c:2896 +#: dirmngr/server.c:2900 #, fuzzy, c-format msgid "failed to the register commands with Assuan: %s\n" msgstr "avainrenkaan välimuistin uudelleenluominen epäonnistui: %s\n" -#: dirmngr/server.c:2929 +#: dirmngr/server.c:2933 #, c-format msgid "Assuan accept problem: %s\n" msgstr "" -#: dirmngr/server.c:2948 +#: dirmngr/server.c:2952 #, fuzzy, c-format #| msgid "signing failed: %s\n" msgid "Assuan processing failed: %s\n" @@ -11477,73 +11482,73 @@ msgstr "gpg-agent ei ole käytettävissä tässä istunnossa\n" msgid "error sending standard options: %s\n" msgstr "virhe lähettäessä kohteeseen \"%s\": %s\n" -#: tools/gpgconf-comp.c:647 +#: tools/gpgconf-comp.c:649 msgid "OpenPGP" msgstr "" -#: tools/gpgconf-comp.c:651 +#: tools/gpgconf-comp.c:653 msgid "S/MIME" msgstr "" -#: tools/gpgconf-comp.c:655 +#: tools/gpgconf-comp.c:657 #, fuzzy msgid "Public Keys" msgstr "julkinen avain on %08lX\n" -#: tools/gpgconf-comp.c:659 +#: tools/gpgconf-comp.c:661 msgid "Private Keys" msgstr "" -#: tools/gpgconf-comp.c:663 +#: tools/gpgconf-comp.c:665 msgid "Smartcards" msgstr "" -#: tools/gpgconf-comp.c:667 +#: tools/gpgconf-comp.c:669 msgid "TPM" msgstr "" -#: tools/gpgconf-comp.c:671 +#: tools/gpgconf-comp.c:673 #, fuzzy #| msgid "network error" msgid "Network" msgstr "verkkovirhe" -#: tools/gpgconf-comp.c:675 +#: tools/gpgconf-comp.c:677 #, fuzzy msgid "Passphrase Entry" msgstr "väärä salasana" -#: tools/gpgconf-comp.c:939 +#: tools/gpgconf-comp.c:941 #, fuzzy msgid "Component not suitable for launching" msgstr "julkista avainta ei löydy" -#: tools/gpgconf-comp.c:945 +#: tools/gpgconf-comp.c:947 #, c-format msgid "Configuration file of component %s is broken\n" msgstr "" -#: tools/gpgconf-comp.c:948 +#: tools/gpgconf-comp.c:950 #, fuzzy, c-format #| msgid "Please use the command \"toggle\" first.\n" msgid "Note: Use the command \"%s%s\" to get details.\n" msgstr "Käytä ensin komentoa \"toggle\".\n" -#: tools/gpgconf-comp.c:2811 +#: tools/gpgconf-comp.c:2816 #, c-format msgid "External verification of component %s failed" msgstr "" -#: tools/gpgconf-comp.c:2941 +#: tools/gpgconf-comp.c:2946 msgid "Note that group specifications are ignored\n" msgstr "" -#: tools/gpgconf-comp.c:3538 +#: tools/gpgconf-comp.c:3543 #, fuzzy, c-format msgid "error closing '%s'\n" msgstr "virhe luettaessa tiedostoa \"%s\": %s\n" -#: tools/gpgconf-comp.c:3540 +#: tools/gpgconf-comp.c:3545 #, fuzzy, c-format msgid "error parsing '%s'\n" msgstr "virhe luettaessa tiedostoa \"%s\": %s\n" @@ -11652,84 +11657,84 @@ msgid "" "Check a passphrase given on stdin against the patternfile\n" msgstr "" -#: tools/gpg-card.c:2389 +#: tools/gpg-card.c:2390 #, fuzzy, c-format msgid "Note: key %s is already stored on the card!\n" msgstr "ohitetaan: salainen avain on jo paikalla\n" -#: tools/gpg-card.c:2392 +#: tools/gpg-card.c:2393 #, fuzzy, c-format msgid "Note: Keys are already stored on the card!\n" msgstr "ohitetaan: salainen avain on jo paikalla\n" -#: tools/gpg-card.c:2395 +#: tools/gpg-card.c:2396 #, c-format msgid "Replace existing key %s ? (y/N) " msgstr "" -#: tools/gpg-card.c:2548 tools/gpg-card.c:2711 tools/gpg-card.c:2934 -#: tools/gpg-card.c:3043 +#: tools/gpg-card.c:2549 tools/gpg-card.c:2712 tools/gpg-card.c:2935 +#: tools/gpg-card.c:3044 #, c-format msgid "%s card no. %s detected\n" msgstr "" -#: tools/gpg-card.c:3395 +#: tools/gpg-card.c:3396 #, c-format msgid "User Interaction Flag is set to \"%s\" - can't change\n" msgstr "" -#: tools/gpg-card.c:3405 tools/gpg-card.c:3419 +#: tools/gpg-card.c:3406 tools/gpg-card.c:3420 #, c-format msgid "" "Warning: Setting the User Interaction Flag to \"%s\"\n" " can only be reverted using a factory reset!\n" msgstr "" -#: tools/gpg-card.c:3422 +#: tools/gpg-card.c:3423 #, c-format msgid "Please use \"uif --yes %d %s\"\n" msgstr "" -#: tools/gpg-card.c:3668 +#: tools/gpg-card.c:3669 #, fuzzy msgid "authenticate to the card" msgstr "Mitätöintivarmenne luotu.\n" -#: tools/gpg-card.c:3670 +#: tools/gpg-card.c:3671 msgid "send a reset to the card daemon" msgstr "" -#: tools/gpg-card.c:3672 +#: tools/gpg-card.c:3673 #, fuzzy #| msgid "|NAME|use NAME as default recipient" msgid "setup KDF for PIN authentication" msgstr "|NIMI|käytä NIMI oletusvastaanottajana" -#: tools/gpg-card.c:3674 +#: tools/gpg-card.c:3675 #, fuzzy #| msgid "change the expire date" msgid "change a private data object" msgstr "muuta voimassoloaikaa" -#: tools/gpg-card.c:3675 +#: tools/gpg-card.c:3676 #, fuzzy msgid "read a certificate from a data object" msgstr "Mitätöintivarmenne luotu.\n" -#: tools/gpg-card.c:3676 +#: tools/gpg-card.c:3677 #, fuzzy msgid "store a certificate to a data object" msgstr "Mitätöintivarmenne luotu.\n" -#: tools/gpg-card.c:3677 +#: tools/gpg-card.c:3678 msgid "store a private key to a data object" msgstr "" -#: tools/gpg-card.c:3678 +#: tools/gpg-card.c:3679 msgid "Yubikey management commands" msgstr "" -#: tools/gpg-card.c:3680 +#: tools/gpg-card.c:3681 msgid "manage the command history" msgstr "" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg 2.1\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2021-04-07 19:24+0200\n" +"POT-Creation-Date: 2021-04-20 12:38+0200\n" "PO-Revision-Date: 2017-11-02 17:40+0100\n" "Last-Translator: David Prévot <david@tilapin.org>\n" "Language-Team: French <traduc@traduc.org>\n" @@ -224,24 +224,24 @@ msgid "ssh keys greater than %d bits are not supported\n" msgstr "les clefs SSH plus grandes que %d bits ne sont pas prises en charge\n" #: agent/command-ssh.c:872 common/dotlock.c:852 g10/card-util.c:953 -#: g10/export.c:1329 g10/gpg.c:1430 g10/keygen.c:5327 g10/keyring.c:1319 +#: g10/export.c:1329 g10/gpg.c:1431 g10/keygen.c:5347 g10/keyring.c:1319 #: g10/keyring.c:1632 g10/openfile.c:293 g10/photoid.c:531 g10/photoid.c:549 -#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:478 +#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:479 #, c-format msgid "can't create '%s': %s\n" msgstr "impossible de créer « %s » : %s\n" #: agent/command-ssh.c:884 common/helpfile.c:57 g10/card-util.c:910 #: g10/dearmor.c:59 g10/dearmor.c:106 g10/decrypt.c:65 g10/decrypt.c:136 -#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1431 -#: g10/import.c:359 g10/import.c:546 g10/import.c:781 g10/keygen.c:4302 +#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1432 +#: g10/import.c:371 g10/import.c:558 g10/import.c:793 g10/keygen.c:4322 #: g10/keyring.c:1658 g10/openfile.c:197 g10/openfile.c:211 g10/plaintext.c:128 #: g10/plaintext.c:610 g10/sign.c:1086 g10/sign.c:1311 g10/sign.c:1424 #: g10/sign.c:1596 g10/tdbdump.c:143 g10/tdbdump.c:151 g10/tdbio.c:758 -#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2338 -#: sm/gpgsm.c:2368 sm/gpgsm.c:2406 sm/qualified.c:65 dirmngr/certcache.c:396 -#: dirmngr/certcache.c:476 dirmngr/certcache.c:478 dirmngr/crlcache.c:2588 -#: dirmngr/dirmngr.c:1711 tools/gpg-card.c:407 +#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2380 +#: sm/gpgsm.c:2410 sm/gpgsm.c:2448 sm/keylist.c:1737 sm/qualified.c:65 +#: dirmngr/certcache.c:396 dirmngr/certcache.c:476 dirmngr/certcache.c:478 +#: dirmngr/crlcache.c:2588 dirmngr/dirmngr.c:1720 tools/gpg-card.c:408 #, c-format msgid "can't open '%s': %s\n" msgstr "impossible d'ouvrir « %s » : %s\n" @@ -431,211 +431,211 @@ msgstr "Veuillez entrer la phrase secrète%0Apour protéger la nouvelle clef" msgid "Please enter the new passphrase" msgstr "Veuillez entrer la nouvelle phrase secrète" -#: agent/gpg-agent.c:161 scd/scdaemon.c:114 dirmngr/dirmngr.c:181 +#: agent/gpg-agent.c:162 scd/scdaemon.c:115 dirmngr/dirmngr.c:182 #, fuzzy #| msgid "Options useful for debugging" msgid "Options used for startup" msgstr "Options pratiques pour le débogage" -#: agent/gpg-agent.c:163 scd/scdaemon.c:119 dirmngr/dirmngr.c:170 +#: agent/gpg-agent.c:164 scd/scdaemon.c:120 dirmngr/dirmngr.c:171 msgid "run in daemon mode (background)" msgstr "exécuter en mode démon (arrière-plan)" -#: agent/gpg-agent.c:164 scd/scdaemon.c:116 dirmngr/dirmngr.c:169 +#: agent/gpg-agent.c:165 scd/scdaemon.c:117 dirmngr/dirmngr.c:170 msgid "run in server mode (foreground)" msgstr "exécuter en mode serveur (premier plan)" -#: agent/gpg-agent.c:166 dirmngr/dirmngr.c:172 +#: agent/gpg-agent.c:167 dirmngr/dirmngr.c:173 #, fuzzy #| msgid "run in server mode" msgid "run in supervised mode" msgstr "exécuter en mode serveur" -#: agent/gpg-agent.c:168 scd/scdaemon.c:120 dirmngr/dirmngr.c:183 +#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 msgid "do not detach from the console" msgstr "ne pas détacher de la console" -#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 +#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 msgid "sh-style command output" msgstr "sortie de commandes à la sh" -#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 +#: agent/gpg-agent.c:171 scd/scdaemon.c:123 dirmngr/dirmngr.c:186 msgid "csh-style command output" msgstr "sortie de commandes à la csh" -#: agent/gpg-agent.c:178 g10/gpg.c:588 scd/scdaemon.c:124 sm/gpgsm.c:419 -#: dirmngr/dirmngr.c:187 +#: agent/gpg-agent.c:179 g10/gpg.c:589 scd/scdaemon.c:125 sm/gpgsm.c:422 +#: dirmngr/dirmngr.c:188 msgid "|FILE|read options from FILE" msgstr "|FICHIER|lire les options depuis le FICHIER" -#: agent/gpg-agent.c:182 g10/gpg.c:573 scd/scdaemon.c:128 sm/gpgsm.c:262 -#: dirmngr/dirmngr.c:191 +#: agent/gpg-agent.c:183 g10/gpg.c:574 scd/scdaemon.c:129 sm/gpgsm.c:265 +#: dirmngr/dirmngr.c:192 msgid "Options controlling the diagnostic output" msgstr "Options contrôlant la sortie de diagnostique" -#: agent/gpg-agent.c:184 g10/gpg.c:575 g10/gpgv.c:78 kbx/kbxutil.c:89 -#: scd/scdaemon.c:130 sm/gpgsm.c:264 dirmngr/dirmngr-client.c:69 -#: dirmngr/dirmngr.c:193 dirmngr/dirmngr_ldap.c:102 +#: agent/gpg-agent.c:185 g10/gpg.c:576 g10/gpgv.c:78 kbx/kbxutil.c:89 +#: scd/scdaemon.c:131 sm/gpgsm.c:267 dirmngr/dirmngr-client.c:69 +#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:102 #: tools/gpg-connect-agent.c:85 tools/gpgconf.c:111 msgid "verbose" msgstr "bavard" -#: agent/gpg-agent.c:185 g10/gpg.c:577 g10/gpgv.c:79 kbx/kbxutil.c:90 -#: scd/scdaemon.c:131 sm/gpgsm.c:266 dirmngr/dirmngr-client.c:70 -#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:103 +#: agent/gpg-agent.c:186 g10/gpg.c:578 g10/gpgv.c:79 kbx/kbxutil.c:90 +#: scd/scdaemon.c:132 sm/gpgsm.c:269 dirmngr/dirmngr-client.c:70 +#: dirmngr/dirmngr.c:195 dirmngr/dirmngr_ldap.c:103 msgid "be somewhat more quiet" msgstr "devenir beaucoup plus silencieux" -#: agent/gpg-agent.c:193 g10/gpg.c:592 sm/gpgsm.c:280 dirmngr/dirmngr.c:204 +#: agent/gpg-agent.c:194 g10/gpg.c:593 sm/gpgsm.c:283 dirmngr/dirmngr.c:205 msgid "|FILE|write server mode logs to FILE" msgstr "|FICHIER|écrire les journaux serveur dans le FICHIER" -#: agent/gpg-agent.c:197 g10/gpg.c:598 scd/scdaemon.c:145 sm/gpgsm.c:287 -#: dirmngr/dirmngr.c:208 +#: agent/gpg-agent.c:198 g10/gpg.c:599 scd/scdaemon.c:146 sm/gpgsm.c:290 +#: dirmngr/dirmngr.c:209 msgid "Options controlling the configuration" msgstr "Options contrôlant la configuration" -#: agent/gpg-agent.c:200 +#: agent/gpg-agent.c:201 msgid "do not use the SCdaemon" msgstr "ne pas utiliser le SCdaemon" -#: agent/gpg-agent.c:202 +#: agent/gpg-agent.c:203 msgid "|PGM|use PGM as the SCdaemon program" msgstr "|PROG|utiliser PROG comme SCdaemon" -#: agent/gpg-agent.c:204 +#: agent/gpg-agent.c:205 #, fuzzy #| msgid "|PGM|use PGM as the SCdaemon program" msgid "|PGM|use PGM as the tpm2daemon program" msgstr "|PROG|utiliser PROG comme SCdaemon" -#: agent/gpg-agent.c:208 +#: agent/gpg-agent.c:209 #, fuzzy #| msgid "|NAME|connect to host NAME" msgid "|NAME|accept some commands via NAME" msgstr "|NOM|se connecter à l'hôte NOM" -#: agent/gpg-agent.c:212 +#: agent/gpg-agent.c:213 msgid "ignore requests to change the TTY" msgstr "ignorer les demandes de modification du TTY" -#: agent/gpg-agent.c:214 +#: agent/gpg-agent.c:215 msgid "ignore requests to change the X display" msgstr "ignorer les demandes de modification d'aff. X" -#: agent/gpg-agent.c:215 +#: agent/gpg-agent.c:216 msgid "enable ssh support" msgstr "activer la prise en charge de SSH" -#: agent/gpg-agent.c:217 +#: agent/gpg-agent.c:218 msgid "|ALGO|use ALGO to show ssh fingerprints" msgstr "" -#: agent/gpg-agent.c:220 +#: agent/gpg-agent.c:221 msgid "enable putty support" msgstr "activer la prise en charge de putty" -#: agent/gpg-agent.c:232 g10/gpg.c:843 scd/scdaemon.c:175 sm/gpgsm.c:379 +#: agent/gpg-agent.c:233 g10/gpg.c:844 scd/scdaemon.c:176 sm/gpgsm.c:382 msgid "Options controlling the security" msgstr "Options contrôlant la sécurité" -#: agent/gpg-agent.c:235 +#: agent/gpg-agent.c:236 msgid "|N|expire cached PINs after N seconds" msgstr "|N|oublier les codes personnels après N secondes" -#: agent/gpg-agent.c:237 +#: agent/gpg-agent.c:238 msgid "|N|expire SSH keys after N seconds" msgstr "|N|oublier les clefs SSH après N secondes" -#: agent/gpg-agent.c:239 +#: agent/gpg-agent.c:240 msgid "|N|set maximum PIN cache lifetime to N seconds" msgstr "|N|définir la durée maximale du cache de code personnel à N secondes" -#: agent/gpg-agent.c:241 +#: agent/gpg-agent.c:242 msgid "|N|set maximum SSH key lifetime to N seconds" msgstr "|N|définir la durée maximale du cache de clef SSH à N secondes" -#: agent/gpg-agent.c:243 +#: agent/gpg-agent.c:244 msgid "do not use the PIN cache when signing" msgstr "ne pas utiliser le cache de code pour signer" -#: agent/gpg-agent.c:245 +#: agent/gpg-agent.c:246 #, fuzzy #| msgid "do not allow the reuse of old passphrases" msgid "disallow the use of an external password cache" msgstr "ne pas autoriser la réutilisation d'anciennes phrases secrètes" -#: agent/gpg-agent.c:247 +#: agent/gpg-agent.c:248 msgid "disallow clients to mark keys as \"trusted\"" msgstr "ne pas marquer les clefs comme de confiance" -#: agent/gpg-agent.c:250 +#: agent/gpg-agent.c:251 msgid "allow presetting passphrase" msgstr "permettre de préconfigurer la phrase secrète" -#: agent/gpg-agent.c:255 +#: agent/gpg-agent.c:256 msgid "Options enforcing a passphrase policy" msgstr "Options d'application d'une politique de phrase secrète" -#: agent/gpg-agent.c:258 +#: agent/gpg-agent.c:259 msgid "do not allow bypassing the passphrase policy" msgstr "pas de contournement de politique de phrase secrète" -#: agent/gpg-agent.c:260 +#: agent/gpg-agent.c:261 msgid "|N|set minimal required length for new passphrases to N" msgstr "|N|définir la taille minimale des nouvelles phrases secrètes à N" -#: agent/gpg-agent.c:262 +#: agent/gpg-agent.c:263 msgid "|N|require at least N non-alpha characters for a new passphrase" msgstr "" "|N|nécessiter au moins N caractères non alphabétiques pour les nouvelles " "phrases secrètes" -#: agent/gpg-agent.c:265 +#: agent/gpg-agent.c:266 msgid "|FILE|check new passphrases against pattern in FILE" msgstr "" "|FICHIER|vérifier la nouvelle phrase secrète par rapport aux motifs du " "FICHIER" -#: agent/gpg-agent.c:267 +#: agent/gpg-agent.c:268 msgid "|N|expire the passphrase after N days" msgstr "|N|la phrase secrète expire après N jours" -#: agent/gpg-agent.c:269 +#: agent/gpg-agent.c:270 msgid "do not allow the reuse of old passphrases" msgstr "ne pas autoriser la réutilisation d'anciennes phrases secrètes" -#: agent/gpg-agent.c:272 +#: agent/gpg-agent.c:273 #, fuzzy #| msgid "Options controlling the security" msgid "Options controlling the PIN-Entry" msgstr "Options contrôlant la sécurité" -#: agent/gpg-agent.c:274 +#: agent/gpg-agent.c:275 msgid "never use the PIN-entry" msgstr "" -#: agent/gpg-agent.c:276 +#: agent/gpg-agent.c:277 msgid "disallow caller to override the pinentry" msgstr "" -#: agent/gpg-agent.c:278 +#: agent/gpg-agent.c:279 #, fuzzy #| msgid "do not grab keyboard and mouse" msgid "let PIN-Entry grab keyboard and mouse" msgstr "ne pas capturer le clavier et la souris" -#: agent/gpg-agent.c:281 +#: agent/gpg-agent.c:282 msgid "|PGM|use PGM as the PIN-Entry program" msgstr "|PROG|utiliser PROG pour entrer le code personnel" -#: agent/gpg-agent.c:285 +#: agent/gpg-agent.c:286 #, fuzzy #| msgid "|N|set LDAP timeout to N seconds" msgid "|N|set the Pinentry timeout to N seconds" msgstr "|N|définir le temps d'expiration de LDAP à N secondes" -#: agent/gpg-agent.c:287 +#: agent/gpg-agent.c:288 msgid "allow passphrase to be prompted through Emacs" msgstr "" @@ -643,9 +643,9 @@ msgstr "" #. TRANSLATORS: @EMAIL@ will get replaced by the actual bug #. reporting address. This is so that we can change the #. reporting address without breaking the translations. -#: agent/gpg-agent.c:550 agent/preset-passphrase.c:99 agent/protect-tool.c:154 -#: g10/gpg.c:1131 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:311 -#: sm/gpgsm.c:609 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:437 +#: agent/gpg-agent.c:551 agent/preset-passphrase.c:99 agent/protect-tool.c:154 +#: g10/gpg.c:1132 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:312 +#: sm/gpgsm.c:612 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:438 #: dirmngr/dirmngr_ldap.c:175 tools/gpg-connect-agent.c:220 tools/gpgconf.c:151 #: tools/gpg-check-pattern.c:143 msgid "Please report bugs to <@EMAIL@>.\n" @@ -653,11 +653,11 @@ msgstr "" "Veuillez signaler toutes anomalies sur <@EMAIL@> (en anglais)\n" "et tout problème de traduction à <traduc@traduc.org>.\n" -#: agent/gpg-agent.c:559 +#: agent/gpg-agent.c:560 msgid "Usage: @GPG_AGENT@ [options] (-h for help)" msgstr "Utilisation : dirmngr @GPG_AGENT@ (-h pour l'aide)" -#: agent/gpg-agent.c:561 +#: agent/gpg-agent.c:562 msgid "" "Syntax: @GPG_AGENT@ [options] [command [args]]\n" "Secret key management for @GNUPG@\n" @@ -665,128 +665,128 @@ msgstr "" "Syntaxe : @GPG_AGENT@ [options] [commande [arguments]]\n" "Gestionnaire de clefs secrètes pour @GNUPG@\n" -#: agent/gpg-agent.c:606 g10/gpg.c:1336 scd/scdaemon.c:383 sm/gpgsm.c:757 -#: dirmngr/dirmngr.c:521 +#: agent/gpg-agent.c:607 g10/gpg.c:1337 scd/scdaemon.c:384 sm/gpgsm.c:760 +#: dirmngr/dirmngr.c:522 #, c-format msgid "invalid debug-level '%s' given\n" msgstr "niveau de débogage « %s » incorrect\n" -#: agent/gpg-agent.c:971 g10/gpg.c:3879 g10/gpg.c:3903 sm/gpgsm.c:1736 -#: sm/gpgsm.c:1742 +#: agent/gpg-agent.c:972 g10/gpg.c:3910 g10/gpg.c:3934 sm/gpgsm.c:1769 +#: sm/gpgsm.c:1775 #, c-format msgid "selected digest algorithm is invalid\n" msgstr "la fonction de hachage sélectionnée est incorrecte\n" -#: agent/gpg-agent.c:1195 agent/gpg-agent.c:2010 g10/gpg.c:2588 -#: scd/scdaemon.c:548 sm/gpgsm.c:1151 dirmngr/dirmngr.c:988 -#: dirmngr/dirmngr.c:1830 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:2019 common/comopt.c:93 +#: g10/gpg.c:2591 scd/scdaemon.c:549 sm/gpgsm.c:1155 dirmngr/dirmngr.c:989 +#: dirmngr/dirmngr.c:1840 #, c-format msgid "reading options from '%s'\n" msgstr "lecture des options de « %s »\n" -#: agent/gpg-agent.c:1327 g10/gpg.c:3830 scd/scdaemon.c:675 sm/gpgsm.c:1676 -#: dirmngr/dirmngr.c:1099 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 +#: agent/gpg-agent.c:1335 g10/gpg.c:3861 scd/scdaemon.c:687 sm/gpgsm.c:1709 +#: dirmngr/dirmngr.c:1108 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 #, c-format msgid "Note: '%s' is not considered an option\n" msgstr "Remarque : « %s » n'est pas considéré comme une option\n" -#: agent/gpg-agent.c:2146 scd/scdaemon.c:1096 dirmngr/dirmngr.c:1258 +#: agent/gpg-agent.c:2172 scd/scdaemon.c:1108 dirmngr/dirmngr.c:1267 #, c-format msgid "can't create socket: %s\n" msgstr "impossible de créer la socket : %s\n" -#: agent/gpg-agent.c:2163 scd/scdaemon.c:1109 dirmngr/dirmngr.c:1271 +#: agent/gpg-agent.c:2189 scd/scdaemon.c:1121 dirmngr/dirmngr.c:1280 #, c-format msgid "socket name '%s' is too long\n" msgstr "le nom de la socket « %s » est trop long\n" -#: agent/gpg-agent.c:2202 +#: agent/gpg-agent.c:2228 #, c-format msgid "a gpg-agent is already running - not starting a new one\n" msgstr "" "une instance de gpg-agent fonctionne déjà —\n" "pas de démarrage d'une nouvelle instance\n" -#: agent/gpg-agent.c:2213 scd/scdaemon.c:1133 dirmngr/dirmngr.c:1303 +#: agent/gpg-agent.c:2239 scd/scdaemon.c:1145 dirmngr/dirmngr.c:1312 #, c-format msgid "error getting nonce for the socket\n" msgstr "erreur de lecture du « nonce » de la socket\n" -#: agent/gpg-agent.c:2218 scd/scdaemon.c:1136 dirmngr/dirmngr.c:1306 +#: agent/gpg-agent.c:2244 scd/scdaemon.c:1148 dirmngr/dirmngr.c:1315 #, c-format msgid "error binding socket to '%s': %s\n" msgstr "erreur de lien de la socket à « %s » : %s\n" -#: agent/gpg-agent.c:2229 agent/gpg-agent.c:2269 agent/gpg-agent.c:2278 -#: scd/scdaemon.c:1144 dirmngr/dirmngr.c:1315 +#: agent/gpg-agent.c:2255 agent/gpg-agent.c:2295 agent/gpg-agent.c:2304 +#: scd/scdaemon.c:1156 dirmngr/dirmngr.c:1324 #, fuzzy, c-format #| msgid "Warning: unsafe permissions on %s \"%s\"\n" msgid "can't set permissions of '%s': %s\n" msgstr "Avertissement : les droits de %s ne sont pas sûrs « %s »\n" -#: agent/gpg-agent.c:2243 scd/scdaemon.c:1156 dirmngr/dirmngr.c:1327 +#: agent/gpg-agent.c:2269 scd/scdaemon.c:1168 dirmngr/dirmngr.c:1336 #, c-format msgid "listening on socket '%s'\n" msgstr "écoute sur la socket « %s »\n" -#: agent/gpg-agent.c:2263 agent/gpg-agent.c:2316 common/homedir.c:517 +#: agent/gpg-agent.c:2289 agent/gpg-agent.c:2342 common/homedir.c:517 #: g10/openfile.c:399 g10/photoid.c:379 #, c-format msgid "can't create directory '%s': %s\n" msgstr "impossible de créer le répertoire « %s » : %s\n" -#: agent/gpg-agent.c:2266 agent/gpg-agent.c:2321 common/homedir.c:520 +#: agent/gpg-agent.c:2292 agent/gpg-agent.c:2347 common/homedir.c:520 #: g10/openfile.c:402 #, c-format msgid "directory '%s' created\n" msgstr "répertoire « %s » créé\n" -#: agent/gpg-agent.c:2327 +#: agent/gpg-agent.c:2353 #, c-format msgid "stat() failed for '%s': %s\n" msgstr "échec de stat() pour « %s » : %s\n" -#: agent/gpg-agent.c:2331 +#: agent/gpg-agent.c:2357 #, c-format msgid "can't use '%s' as home directory\n" msgstr "impossible d'utiliser « %s » comme répertoire personnel\n" -#: agent/gpg-agent.c:2486 scd/scdaemon.c:1172 dirmngr/dirmngr.c:2042 +#: agent/gpg-agent.c:2512 scd/scdaemon.c:1184 dirmngr/dirmngr.c:2069 #, c-format msgid "error reading nonce on fd %d: %s\n" msgstr "erreur de lecture du « nonce » sur le descripteur %d : %s\n" -#: agent/gpg-agent.c:2693 +#: agent/gpg-agent.c:2719 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "gestionnaire 0x%lx pour le descripteur %d démarré\n" -#: agent/gpg-agent.c:2698 +#: agent/gpg-agent.c:2724 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "gestionnaire 0x%lx pour le descripteur %d terminé\n" -#: agent/gpg-agent.c:2773 +#: agent/gpg-agent.c:2799 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "gestionnaire SSH 0x%lx pour le descripteur %d démarré\n" -#: agent/gpg-agent.c:2778 +#: agent/gpg-agent.c:2804 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "gestionnaire SSH 0x%lx pour le descripteur %d terminé\n" -#: agent/gpg-agent.c:3000 scd/scdaemon.c:1362 dirmngr/dirmngr.c:2256 +#: agent/gpg-agent.c:3026 scd/scdaemon.c:1374 dirmngr/dirmngr.c:2283 #, c-format msgid "npth_pselect failed: %s - waiting 1s\n" msgstr "échec de npth_pselect : %s — attente 1 s\n" -#: agent/gpg-agent.c:3088 scd/scdaemon.c:1427 +#: agent/gpg-agent.c:3114 scd/scdaemon.c:1439 #, c-format msgid "%s %s stopped\n" msgstr "%s %s arrêté\n" -#: agent/gpg-agent.c:3226 common/simple-pwquery.c:247 g10/call-agent.c:260 +#: agent/gpg-agent.c:3252 common/simple-pwquery.c:247 g10/call-agent.c:260 #: sm/call-agent.c:131 tools/gpg-connect-agent.c:2319 tools/card-call-scd.c:311 #, c-format msgid "no gpg-agent running in this session\n" @@ -814,8 +814,8 @@ msgstr "" "Syntaxe : gpg-preset-passphrase [options] KEYGRIP\n" "Maintenance du cache des mots de passe\n" -#: agent/protect-tool.c:107 g10/gpg.c:447 kbx/kbxutil.c:72 sm/gpgsm.c:213 -#: dirmngr/dirmngr.c:167 tools/gpgconf.c:81 +#: agent/protect-tool.c:107 g10/gpg.c:448 kbx/kbxutil.c:72 sm/gpgsm.c:215 +#: dirmngr/dirmngr.c:168 tools/gpgconf.c:81 msgid "" "@Commands:\n" " " @@ -1077,7 +1077,7 @@ msgid "error creating a stream for a pipe: %s\n" msgstr "erreur de création d'un flux pour un tube : %s\n" #: common/exechelp-posix.c:505 common/exechelp-posix.c:580 -#: common/exechelp-posix.c:861 dirmngr/dirmngr.c:1345 +#: common/exechelp-posix.c:866 dirmngr/dirmngr.c:1354 #, c-format msgid "error forking process: %s\n" msgstr "erreur de création de processus fils : %s\n" @@ -1087,23 +1087,23 @@ msgstr "erreur de création de processus fils : %s\n" msgid "waiting for process %d to terminate failed: %s\n" msgstr "échec d'attente de fin du processus %d : %s\n" -#: common/exechelp-posix.c:688 common/exechelp-posix.c:804 +#: common/exechelp-posix.c:688 common/exechelp-posix.c:809 #, c-format msgid "error running '%s': probably not installed\n" msgstr "erreur d'exécution de « %s » : il n'est sans doute pas installé\n" -#: common/exechelp-posix.c:694 common/exechelp-posix.c:811 +#: common/exechelp-posix.c:694 common/exechelp-posix.c:816 #: common/exechelp-w32.c:839 common/exechelp-w32ce.c:782 #, c-format msgid "error running '%s': exit status %d\n" msgstr "erreur d'exécution de « %s » : code de retour %d\n" -#: common/exechelp-posix.c:702 common/exechelp-posix.c:819 +#: common/exechelp-posix.c:702 common/exechelp-posix.c:824 #, c-format msgid "error running '%s': terminated\n" msgstr "erreur d'exécution de « %s » : terminé\n" -#: common/exechelp-posix.c:760 common/exechelp-w32.c:820 +#: common/exechelp-posix.c:765 common/exechelp-w32.c:820 #, fuzzy, c-format #| msgid "waiting for process %d to terminate failed: %s\n" msgid "waiting for processes to terminate failed: %s\n" @@ -1151,7 +1151,7 @@ msgid "renaming '%s' to '%s' failed: %s\n" msgstr "impossible de renommer « %s » en « %s » : %s\n" #. TRANSLATORS: See doc/TRANSLATE about this string. -#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3081 +#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3082 msgid "yes" msgstr "oui" @@ -1206,7 +1206,7 @@ msgid "out of core while allocating %lu bytes" msgstr "hors limite lors de l'allocation de %lu octets" #: common/miscellaneous.c:115 g10/card-util.c:917 tools/no-libgcrypt.c:30 -#: tools/gpg-card.c:415 +#: tools/gpg-card.c:416 #, c-format msgid "error allocating enough memory: %s\n" msgstr "erreur d'allocation de suffisamment de mémoire : %s\n" @@ -1283,7 +1283,7 @@ msgstr "erreur de création du porte-clefs « %s » : %s\n" msgid "server '%s' is older than us (%s < %s)" msgstr "" -#: common/asshelp.c:737 g10/call-dirmngr.c:407 +#: common/asshelp.c:737 g10/call-dirmngr.c:408 #, fuzzy, c-format #| msgid "WARNING: " msgid "WARNING: %s\n" @@ -1562,8 +1562,8 @@ msgstr "verrou « %s » non effectif : %s\n" msgid "waiting for lock %s...\n" msgstr "attente du verrou %s…\n" -#: common/init.c:191 sm/gpgsm.c:1032 dirmngr/dirmngr.c:894 -#: dirmngr/dirmngr.c:903 +#: common/init.c:191 sm/gpgsm.c:1036 dirmngr/dirmngr.c:895 +#: dirmngr/dirmngr.c:904 #, c-format msgid "%s is too old (need %s, have %s)\n" msgstr "%s est trop ancien (nécessaire : %s, utilisé : %s)\n" @@ -1740,61 +1740,61 @@ msgstr "erreur de lecture de %s : %s\n" msgid "problem with the agent: %s\n" msgstr "problème avec l'agent : %s\n" -#: g10/call-dirmngr.c:178 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 +#: g10/call-dirmngr.c:179 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 #, fuzzy, c-format #| msgid "no gpg-agent running in this session\n" msgid "no dirmngr running in this session\n" msgstr "" "aucune instance de gpg-agent n'est en cours d'exécution dans cette session\n" -#: g10/call-dirmngr.c:212 +#: g10/call-dirmngr.c:213 #, fuzzy, c-format #| msgid "you may not use %s while in %s mode\n" msgid "keyserver option \"honor-keyserver-url\" may not be used in Tor mode\n" msgstr "impossible d'utiliser %s en mode %s.\n" -#: g10/call-dirmngr.c:385 +#: g10/call-dirmngr.c:386 msgid "WKD uses a cached result" msgstr "" -#: g10/call-dirmngr.c:388 +#: g10/call-dirmngr.c:389 msgid "Tor is not running" msgstr "" -#: g10/call-dirmngr.c:390 +#: g10/call-dirmngr.c:391 #, fuzzy #| msgid "\"%s\" is not a fingerprint\n" msgid "Tor is not properly configured" msgstr "« %s » n’est pas une empreinte\n" -#: g10/call-dirmngr.c:392 +#: g10/call-dirmngr.c:393 #, fuzzy #| msgid "\"%s\" is not a fingerprint\n" msgid "DNS is not properly configured" msgstr "« %s » n’est pas une empreinte\n" -#: g10/call-dirmngr.c:394 +#: g10/call-dirmngr.c:395 msgid "unacceptable HTTP redirect from server" msgstr "" -#: g10/call-dirmngr.c:396 +#: g10/call-dirmngr.c:397 msgid "unacceptable HTTP redirect from server was cleaned up" msgstr "" -#: g10/call-dirmngr.c:398 +#: g10/call-dirmngr.c:399 #, fuzzy #| msgid "generate a revocation certificate" msgid "server uses an invalid certificate" msgstr "générer un certificat de révocation" -#: g10/call-dirmngr.c:405 g10/gpg.c:4568 +#: g10/call-dirmngr.c:406 g10/gpg.c:4599 #, fuzzy, c-format #| msgid "armor: %s\n" msgid "Note: %s\n" msgstr "armure : %s\n" #: g10/card-util.c:86 g10/card-util.c:369 g10/card-util.c:1924 -#: tools/gpg-card.c:3038 +#: tools/gpg-card.c:3039 #, c-format msgid "OpenPGP card not available: %s\n" msgstr "la carte OpenPGP n'est pas disponible : %s\n" @@ -1805,17 +1805,17 @@ msgid "OpenPGP card no. %s detected\n" msgstr "carte OpenPGP nº %s détectée\n" #: g10/card-util.c:97 g10/card-util.c:2309 g10/delkey.c:164 g10/keyedit.c:1428 -#: g10/keygen.c:4771 g10/revoke.c:214 g10/revoke.c:638 +#: g10/keygen.c:4791 g10/revoke.c:214 g10/revoke.c:638 #, c-format msgid "can't do this in batch mode\n" msgstr "impossible de faire cela en mode automatique\n" -#: g10/card-util.c:105 tools/gpg-card.c:2942 +#: g10/card-util.c:105 tools/gpg-card.c:2943 #, c-format msgid "This command is only available for version 2 cards\n" msgstr "Cette commande n'est disponible que pour les cartes en version 2\n" -#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2947 +#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2948 #, c-format msgid "Reset Code not or not anymore available\n" msgstr "le code de réinitialisation n'est plus disponible\n" @@ -1824,109 +1824,109 @@ msgstr "le code de réinitialisation n'est plus disponible\n" #: g10/card-util.c:1802 g10/keyedit.c:394 g10/keyedit.c:415 g10/keyedit.c:429 #: g10/keygen.c:1991 g10/keygen.c:2165 g10/keygen.c:2385 g10/keygen.c:2685 #: sm/certreqgen-ui.c:166 sm/certreqgen-ui.c:292 sm/certreqgen-ui.c:326 -#: tools/gpg-card.c:509 +#: tools/gpg-card.c:510 msgid "Your selection? " msgstr "Quel est votre choix ? " -#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:595 -#: tools/gpg-card.c:635 +#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:596 +#: tools/gpg-card.c:636 msgid "[not set]" msgstr "[non positionné]" -#: g10/card-util.c:558 tools/gpg-card.c:902 +#: g10/card-util.c:558 tools/gpg-card.c:903 msgid "Mr." msgstr "" -#: g10/card-util.c:559 tools/gpg-card.c:903 +#: g10/card-util.c:559 tools/gpg-card.c:904 msgid "Ms." msgstr "" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 msgid "not forced" msgstr "non forcé" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 msgid "forced" msgstr "forcé" -#: g10/card-util.c:768 tools/gpg-card.c:1467 +#: g10/card-util.c:768 tools/gpg-card.c:1468 msgid "Error: Only plain ASCII is currently allowed.\n" msgstr "Erreur : seul l'ASCII standard est permis pour l'instant.\n" -#: g10/card-util.c:770 tools/gpg-card.c:1469 +#: g10/card-util.c:770 tools/gpg-card.c:1470 msgid "Error: The \"<\" character may not be used.\n" msgstr "Erreur : le caractère « < » ne peut pas être utilisé.\n" -#: g10/card-util.c:772 tools/gpg-card.c:1471 +#: g10/card-util.c:772 tools/gpg-card.c:1472 msgid "Error: Double spaces are not allowed.\n" msgstr "Erreur : les espaces doubles ne sont pas permises.\n" -#: g10/card-util.c:789 tools/gpg-card.c:1504 +#: g10/card-util.c:789 tools/gpg-card.c:1505 msgid "Cardholder's surname: " msgstr "Nom du détenteur de la carte : " -#: g10/card-util.c:791 tools/gpg-card.c:1505 +#: g10/card-util.c:791 tools/gpg-card.c:1506 msgid "Cardholder's given name: " msgstr "Prénom du détenteur de la carte : " -#: g10/card-util.c:809 tools/gpg-card.c:1522 +#: g10/card-util.c:809 tools/gpg-card.c:1523 #, c-format msgid "Error: Combined name too long (limit is %d characters).\n" msgstr "Erreur : nom combiné trop long (limité à %d caractères).\n" -#: g10/card-util.c:830 tools/gpg-card.c:1560 +#: g10/card-util.c:830 tools/gpg-card.c:1561 msgid "URL to retrieve public key: " msgstr "URL pour récupérer la clef publique : " -#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:394 g10/import.c:744 -#: g10/import.c:803 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 -#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1657 -#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:425 +#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:406 g10/import.c:756 +#: g10/import.c:815 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 +#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1666 +#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:426 #, c-format msgid "error reading '%s': %s\n" msgstr "erreur de lecture de « %s » : %s\n" #: g10/card-util.c:959 g10/decrypt-data.c:498 g10/export.c:2496 -#: dirmngr/crlcache.c:925 tools/gpg-card.c:485 tools/gpg-card.c:492 +#: dirmngr/crlcache.c:925 tools/gpg-card.c:486 tools/gpg-card.c:493 #, c-format msgid "error writing '%s': %s\n" msgstr "erreur d'écriture de « %s » : %s\n" -#: g10/card-util.c:986 tools/gpg-card.c:1649 +#: g10/card-util.c:986 tools/gpg-card.c:1650 msgid "Login data (account name): " msgstr "Données d'identification (nom du compte) : " -#: g10/card-util.c:1024 tools/gpg-card.c:1944 +#: g10/card-util.c:1024 tools/gpg-card.c:1945 msgid "Private DO data: " msgstr "Données DO privées : " -#: g10/card-util.c:1109 tools/gpg-card.c:1698 +#: g10/card-util.c:1109 tools/gpg-card.c:1699 msgid "Language preferences: " msgstr "Préférences de langue : " -#: g10/card-util.c:1117 tools/gpg-card.c:1709 +#: g10/card-util.c:1117 tools/gpg-card.c:1710 #, c-format msgid "Error: invalid length of preference string.\n" msgstr "Erreur : taille incorrecte de la chaîne de préférences.\n" -#: g10/card-util.c:1126 tools/gpg-card.c:1718 +#: g10/card-util.c:1126 tools/gpg-card.c:1719 #, c-format msgid "Error: invalid characters in preference string.\n" msgstr "Erreur : caractères incorrects dans la chaîne de préférences.\n" -#: g10/card-util.c:1148 tools/gpg-card.c:1752 +#: g10/card-util.c:1148 tools/gpg-card.c:1753 msgid "Salutation (M = Mr., F = Ms., or space): " msgstr "" -#: g10/card-util.c:1162 tools/gpg-card.c:1769 +#: g10/card-util.c:1162 tools/gpg-card.c:1770 msgid "Error: invalid response.\n" msgstr "Erreur : réponse incorrecte.\n" -#: g10/card-util.c:1185 tools/gpg-card.c:1834 +#: g10/card-util.c:1185 tools/gpg-card.c:1835 msgid "CA fingerprint: " msgstr "empreinte de l'autorité de certification : " -#: g10/card-util.c:1209 tools/gpg-card.c:1860 +#: g10/card-util.c:1209 tools/gpg-card.c:1861 #, c-format msgid "Error: invalid formatted fingerprint.\n" msgstr "Erreur : formatage incorrect de l'empreinte.\n" @@ -1940,7 +1940,7 @@ msgstr "opération sur la clef impossible : %s\n" msgid "not an OpenPGP card" msgstr "ce n'est pas une carte OpenPGP" -#: g10/card-util.c:1273 g10/keygen.c:4791 g10/keygen.c:5952 +#: g10/card-util.c:1273 g10/keygen.c:4811 g10/keygen.c:5972 #, c-format msgid "error getting current key info: %s\n" msgstr "" @@ -1951,7 +1951,7 @@ msgstr "" msgid "Replace existing key? (y/N) " msgstr "Faut-il remplacer la clef existante ? (o/N) " -#: g10/card-util.c:1375 tools/gpg-card.c:3327 +#: g10/card-util.c:1375 tools/gpg-card.c:3328 #, fuzzy #| msgid "" #| "Note: There is no guarantee that the card supports the requested size.\n" @@ -2053,14 +2053,14 @@ msgstr "" "dans la clef : %s\n" #: g10/card-util.c:1591 g10/card-util.c:1936 g10/card-util.c:2112 -#: g10/card-util.c:2171 tools/gpg-card.c:3056 tools/gpg-card.c:3295 -#: tools/gpg-card.c:3353 +#: g10/card-util.c:2171 tools/gpg-card.c:3057 tools/gpg-card.c:3296 +#: tools/gpg-card.c:3354 #, fuzzy, c-format #| msgid "This command is not allowed while in %s mode.\n" msgid "This command is not supported by this card\n" msgstr "Cette commande n'est pas permise en mode %s.\n" -#: g10/card-util.c:1637 tools/gpg-card.c:2425 +#: g10/card-util.c:1637 tools/gpg-card.c:2426 msgid "Make off-card backup of encryption key? (Y/n) " msgstr "" "Faut-il faire une sauvegarde hors carte de la clef de chiffrement ? (O/n) " @@ -2070,11 +2070,11 @@ msgstr "" msgid "Note: keys are already stored on the card!\n" msgstr "Remarque : les clefs sont déjà stockées sur la carte.\n" -#: g10/card-util.c:1654 tools/gpg-card.c:2397 +#: g10/card-util.c:1654 tools/gpg-card.c:2398 msgid "Replace existing keys? (y/N) " msgstr "Faut-il remplacer les clefs existantes ? (o/N) " -#: g10/card-util.c:1666 tools/gpg-card.c:2456 +#: g10/card-util.c:1666 tools/gpg-card.c:2457 #, c-format msgid "" "Please note that the factory settings of the PINs are\n" @@ -2110,19 +2110,19 @@ msgstr "Veuillez sélectionner l'endroit où stocker la clef :\n" msgid "KEYTOCARD failed: %s\n" msgstr "échec de KEYTOCARD : %s\n" -#: g10/card-util.c:1941 tools/gpg-card.c:3064 +#: g10/card-util.c:1941 tools/gpg-card.c:3065 #, fuzzy, c-format #| msgid "Note: keys are already stored on the card!\n" msgid "Note: This command destroys all keys stored on the card!\n" msgstr "Remarque : les clefs sont déjà stockées sur la carte.\n" -#: g10/card-util.c:1944 tools/gpg-card.c:3067 tools/gpg-card.c:3408 +#: g10/card-util.c:1944 tools/gpg-card.c:3068 tools/gpg-card.c:3409 #, fuzzy #| msgid "Continue? (Y/n) " msgid "Continue? (y/N) " msgstr "Faut-il continuer ? (O/n) " -#: g10/card-util.c:1949 tools/gpg-card.c:3078 +#: g10/card-util.c:1949 tools/gpg-card.c:3079 msgid "Really do a factory reset? (enter \"yes\") " msgstr "" @@ -2138,7 +2138,7 @@ msgstr "erreur de fermeture de %s : %s\n" msgid "error for setup UIF: %s\n" msgstr "erreur de fermeture de %s : %s\n" -#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3648 +#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3649 msgid "quit this menu" msgstr "quitter ce menu" @@ -2146,67 +2146,67 @@ msgstr "quitter ce menu" msgid "show admin commands" msgstr "afficher les commandes d'administration" -#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3651 +#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3652 msgid "show this help" msgstr "afficher cette aide" -#: g10/card-util.c:2217 tools/gpg-card.c:3653 +#: g10/card-util.c:2217 tools/gpg-card.c:3654 msgid "list all available data" msgstr "afficher toutes les données disponibles" -#: g10/card-util.c:2220 tools/gpg-card.c:3655 +#: g10/card-util.c:2220 tools/gpg-card.c:3656 msgid "change card holder's name" msgstr "modifier le nom du détenteur de la carte" -#: g10/card-util.c:2221 tools/gpg-card.c:3656 +#: g10/card-util.c:2221 tools/gpg-card.c:3657 msgid "change URL to retrieve key" msgstr "modifier l'URL pour récupérer la clef" -#: g10/card-util.c:2222 tools/gpg-card.c:3657 +#: g10/card-util.c:2222 tools/gpg-card.c:3658 msgid "fetch the key specified in the card URL" msgstr "récupérer la clef indiquée dans l'URL de la carte" -#: g10/card-util.c:2223 tools/gpg-card.c:3658 +#: g10/card-util.c:2223 tools/gpg-card.c:3659 msgid "change the login name" msgstr "modifier l'identifiant de connexion" -#: g10/card-util.c:2224 tools/gpg-card.c:3659 +#: g10/card-util.c:2224 tools/gpg-card.c:3660 msgid "change the language preferences" msgstr "modifier les préférences de langue" -#: g10/card-util.c:2225 tools/gpg-card.c:3660 +#: g10/card-util.c:2225 tools/gpg-card.c:3661 #, fuzzy #| msgid "change card holder's sex" msgid "change card holder's salutation" msgstr "modifier le sexe du détenteur de la carte" -#: g10/card-util.c:2227 tools/gpg-card.c:3662 +#: g10/card-util.c:2227 tools/gpg-card.c:3663 msgid "change a CA fingerprint" msgstr "modifier une empreinte d'autorité de certification" -#: g10/card-util.c:2228 tools/gpg-card.c:3663 +#: g10/card-util.c:2228 tools/gpg-card.c:3664 msgid "toggle the signature force PIN flag" msgstr "" "inverser le paramètre obligeant à entrer le code personnel pour les\n" "signatures" -#: g10/card-util.c:2229 tools/gpg-card.c:3664 +#: g10/card-util.c:2229 tools/gpg-card.c:3665 msgid "generate new keys" msgstr "générer de nouvelles clefs" -#: g10/card-util.c:2230 tools/gpg-card.c:3665 +#: g10/card-util.c:2230 tools/gpg-card.c:3666 msgid "menu to change or unblock the PIN" msgstr "menu pour modifier ou déverrouiller le code personnel" -#: g10/card-util.c:2231 tools/gpg-card.c:3666 +#: g10/card-util.c:2231 tools/gpg-card.c:3667 msgid "verify the PIN and list all data" msgstr "vérifier le code personnel et afficher toutes les données" -#: g10/card-util.c:2232 tools/gpg-card.c:3667 +#: g10/card-util.c:2232 tools/gpg-card.c:3668 msgid "unblock the PIN using a Reset Code" msgstr "débloquer le code personnel en utilisant un code de réinitialisation" -#: g10/card-util.c:2233 tools/gpg-card.c:3671 +#: g10/card-util.c:2233 tools/gpg-card.c:3672 msgid "destroy all keys and data" msgstr "" @@ -2222,13 +2222,13 @@ msgstr "|NOM|utiliser le NOM d'utilisateur pour authentif." msgid "change the key attribute" msgstr "modifier la confiance du propriétaire" -#: g10/card-util.c:2237 tools/gpg-card.c:3673 +#: g10/card-util.c:2237 tools/gpg-card.c:3674 #, fuzzy #| msgid "change the ownertrust" msgid "change the User Interaction Flag" msgstr "modifier la confiance du propriétaire" -#: g10/card-util.c:2361 tools/gpg-card.c:3923 +#: g10/card-util.c:2361 tools/gpg-card.c:3924 msgid "gpg/card> " msgstr "gpg/carte> " @@ -2244,8 +2244,8 @@ msgstr "Les commandes d'administration sont permises\n" msgid "Admin commands are not allowed\n" msgstr "Les commandes d'administration ne sont pas permises\n" -#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3813 -#: tools/gpg-card.c:4071 +#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3814 +#: tools/gpg-card.c:4072 #, c-format msgid "Invalid command (try \"help\")\n" msgstr "Commande incorrecte (essayez « help »)\n" @@ -2255,21 +2255,21 @@ msgstr "Commande incorrecte (essayez « help »)\n" msgid "--output doesn't work for this command\n" msgstr "--output n'est pas compatible avec cette commande\n" -#: g10/decrypt.c:247 g10/gpg.c:5262 g10/keyring.c:399 g10/keyring.c:750 +#: g10/decrypt.c:247 g10/gpg.c:5293 g10/keyring.c:399 g10/keyring.c:750 #, c-format msgid "can't open '%s'\n" msgstr "impossible d'ouvrir « %s »\n" #: g10/delkey.c:81 g10/export.c:1934 g10/export.c:2342 g10/export.c:2463 -#: g10/getkey.c:1907 g10/gpg.c:5207 g10/keyedit.c:1450 g10/keyedit.c:2382 -#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1238 +#: g10/getkey.c:1907 g10/gpg.c:5238 g10/keyedit.c:1450 g10/keyedit.c:2382 +#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1240 #: g10/revoke.c:230 g10/tofu.c:2168 #, c-format msgid "key \"%s\" not found: %s\n" msgstr "clef « %s » introuvable : %s\n" -#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4303 -#: g10/gpg.c:5216 g10/keyedit.c:2354 g10/keyserver.c:1256 g10/revoke.c:236 +#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4330 +#: g10/gpg.c:5247 g10/keyedit.c:2354 g10/keyserver.c:1258 g10/revoke.c:236 #: g10/revoke.c:665 g10/tofu.c:2176 #, c-format msgid "error reading keyblock: %s\n" @@ -2393,15 +2393,15 @@ msgstr "impossible d'utiliser l'algorithme de chiffrement « %s » en mode %s. msgid "(use option \"%s\" to override)\n" msgstr "" -#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4052 -#: g10/gpg.c:4099 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1760 +#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4083 +#: g10/gpg.c:4130 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1793 #, fuzzy, c-format #| msgid "you may not use cipher algorithm '%s' while in %s mode\n" msgid "cipher algorithm '%s' may not be used in %s mode\n" msgstr "impossible d'utiliser l'algorithme de chiffrement « %s » en mode %s.\n" -#: g10/encrypt.c:564 g10/gpg.c:4064 g10/gpg.c:4111 g10/sig-check.c:155 -#: g10/sign.c:452 sm/gpgsm.c:1770 sm/gpgsm.c:1780 sm/sign.c:596 sm/verify.c:510 +#: g10/encrypt.c:564 g10/gpg.c:4095 g10/gpg.c:4142 g10/sig-check.c:155 +#: g10/sign.c:452 sm/gpgsm.c:1803 sm/gpgsm.c:1813 sm/sign.c:596 sm/verify.c:510 #, fuzzy, c-format #| msgid "you may not use digest algorithm '%s' while in %s mode\n" msgid "digest algorithm '%s' may not be used in %s mode\n" @@ -2506,7 +2506,7 @@ msgstr "" msgid " - skipped" msgstr " — ignoré" -#: g10/export.c:1333 g10/import.c:2112 g10/openfile.c:202 g10/openfile.c:296 +#: g10/export.c:1333 g10/import.c:2124 g10/openfile.c:202 g10/openfile.c:296 #: g10/sign.c:1110 g10/sign.c:1447 #, c-format msgid "writing to '%s'\n" @@ -2603,292 +2603,292 @@ msgstr "" "utilisation de la sous-clef %s à la place de la clef\n" "principale %s\n" -#: g10/getkey.c:4232 g10/gpg.c:2164 +#: g10/getkey.c:4259 g10/gpg.c:2167 #, fuzzy, c-format #| msgid "invalid argument for option \"%.50s\"\n" msgid "valid values for option '%s':\n" msgstr "argument incorrect pour l'option « %.50s »\n" -#: g10/gpg.c:449 sm/gpgsm.c:215 +#: g10/gpg.c:450 sm/gpgsm.c:217 msgid "make a signature" msgstr "faire une signature" -#: g10/gpg.c:450 +#: g10/gpg.c:451 msgid "make a clear text signature" msgstr "faire une signature en texte clair" -#: g10/gpg.c:452 sm/gpgsm.c:217 +#: g10/gpg.c:453 sm/gpgsm.c:219 msgid "make a detached signature" msgstr "faire une signature détachée" -#: g10/gpg.c:453 sm/gpgsm.c:218 +#: g10/gpg.c:454 sm/gpgsm.c:220 msgid "encrypt data" msgstr "chiffrer les données" -#: g10/gpg.c:455 +#: g10/gpg.c:456 msgid "encryption only with symmetric cipher" msgstr "chiffrement symétrique seulement" -#: g10/gpg.c:457 sm/gpgsm.c:220 +#: g10/gpg.c:458 sm/gpgsm.c:222 msgid "decrypt data (default)" msgstr "déchiffrer les données (défaut)" -#: g10/gpg.c:459 sm/gpgsm.c:221 +#: g10/gpg.c:460 sm/gpgsm.c:223 msgid "verify a signature" msgstr "vérifier une signature" -#: g10/gpg.c:461 sm/gpgsm.c:222 +#: g10/gpg.c:462 sm/gpgsm.c:224 msgid "list keys" msgstr "afficher les clefs" -#: g10/gpg.c:463 +#: g10/gpg.c:464 msgid "list keys and signatures" msgstr "afficher les clefs et les signatures" -#: g10/gpg.c:466 +#: g10/gpg.c:467 msgid "list and check key signatures" msgstr "afficher et vérifier les signatures de clefs" -#: g10/gpg.c:468 sm/gpgsm.c:227 +#: g10/gpg.c:469 sm/gpgsm.c:229 msgid "list keys and fingerprints" msgstr "afficher les clefs et les empreintes" -#: g10/gpg.c:469 sm/gpgsm.c:225 +#: g10/gpg.c:470 sm/gpgsm.c:227 msgid "list secret keys" msgstr "afficher les clefs secrètes" -#: g10/gpg.c:471 sm/gpgsm.c:228 +#: g10/gpg.c:472 sm/gpgsm.c:230 msgid "generate a new key pair" msgstr "générer une nouvelle paire de clefs" -#: g10/gpg.c:474 +#: g10/gpg.c:475 msgid "quickly generate a new key pair" msgstr "générer rapidement une nouvelle paire de clefs" -#: g10/gpg.c:477 +#: g10/gpg.c:478 #, fuzzy #| msgid "quickly generate a new key pair" msgid "quickly add a new user-id" msgstr "générer rapidement une nouvelle paire de clefs" -#: g10/gpg.c:482 +#: g10/gpg.c:483 #, fuzzy #| msgid "quickly generate a new key pair" msgid "quickly revoke a user-id" msgstr "générer rapidement une nouvelle paire de clefs" -#: g10/gpg.c:485 +#: g10/gpg.c:486 #, fuzzy #| msgid "quickly generate a new key pair" msgid "quickly set a new expiration date" msgstr "générer rapidement une nouvelle paire de clefs" -#: g10/gpg.c:488 +#: g10/gpg.c:489 msgid "full featured key pair generation" msgstr "générer une paire de clefs complètes" -#: g10/gpg.c:491 +#: g10/gpg.c:492 msgid "generate a revocation certificate" msgstr "générer un certificat de révocation" -#: g10/gpg.c:494 sm/gpgsm.c:231 +#: g10/gpg.c:495 sm/gpgsm.c:233 msgid "remove keys from the public keyring" msgstr "supprimer les clefs du porte-clefs public" -#: g10/gpg.c:496 +#: g10/gpg.c:497 msgid "remove keys from the secret keyring" msgstr "supprimer les clefs du porte-clefs secret" -#: g10/gpg.c:498 +#: g10/gpg.c:499 msgid "quickly sign a key" msgstr "signer rapidement une clef" -#: g10/gpg.c:500 +#: g10/gpg.c:501 msgid "quickly sign a key locally" msgstr "signer rapidement une clef localement" -#: g10/gpg.c:502 +#: g10/gpg.c:503 #, fuzzy #| msgid "quickly generate a new key pair" msgid "quickly revoke a key signature" msgstr "générer rapidement une nouvelle paire de clefs" -#: g10/gpg.c:503 +#: g10/gpg.c:504 msgid "sign a key" msgstr "signer une clef" -#: g10/gpg.c:504 +#: g10/gpg.c:505 msgid "sign a key locally" msgstr "signer une clef localement" -#: g10/gpg.c:505 +#: g10/gpg.c:506 msgid "sign or edit a key" msgstr "signer ou éditer une clef" -#: g10/gpg.c:507 sm/gpgsm.c:249 +#: g10/gpg.c:508 sm/gpgsm.c:251 msgid "change a passphrase" msgstr "modifier une phrase secrète" -#: g10/gpg.c:511 +#: g10/gpg.c:512 msgid "export keys" msgstr "exporter les clefs" -#: g10/gpg.c:512 +#: g10/gpg.c:513 msgid "export keys to a keyserver" msgstr "exporter les clefs vers un serveur de clefs" -#: g10/gpg.c:513 +#: g10/gpg.c:514 msgid "import keys from a keyserver" msgstr "importer les clefs d'un serveur de clefs" -#: g10/gpg.c:516 +#: g10/gpg.c:517 msgid "search for keys on a keyserver" msgstr "chercher les clefs avec un serveur de clefs" -#: g10/gpg.c:518 +#: g10/gpg.c:519 msgid "update all keys from a keyserver" msgstr "mettre à jour les clefs depuis un serveur" -#: g10/gpg.c:526 +#: g10/gpg.c:527 msgid "import/merge keys" msgstr "importer ou fusionner les clefs" -#: g10/gpg.c:529 +#: g10/gpg.c:530 msgid "print the card status" msgstr "afficher l'état de la carte" -#: g10/gpg.c:530 +#: g10/gpg.c:531 msgid "change data on a card" msgstr "modifier les données d'une carte" -#: g10/gpg.c:532 +#: g10/gpg.c:533 msgid "change a card's PIN" msgstr "modifier le code personnel d'une carte" -#: g10/gpg.c:544 +#: g10/gpg.c:545 msgid "update the trust database" msgstr "mettre la base de confiance à jour" -#: g10/gpg.c:554 +#: g10/gpg.c:555 msgid "print message digests" msgstr "indiquer les fonctions de hachage" -#: g10/gpg.c:558 sm/gpgsm.c:244 +#: g10/gpg.c:559 sm/gpgsm.c:246 msgid "run in server mode" msgstr "exécuter en mode serveur" -#: g10/gpg.c:560 +#: g10/gpg.c:561 msgid "|VALUE|set the TOFU policy for a key" msgstr "" -#: g10/gpg.c:603 +#: g10/gpg.c:604 msgid "|NAME|use NAME as default secret key" msgstr "|NOM|utiliser le NOM comme clef secrète par défaut" -#: g10/gpg.c:605 sm/gpgsm.c:337 +#: g10/gpg.c:606 sm/gpgsm.c:340 msgid "|NAME|encrypt to user ID NAME as well" msgstr "|NOM|chiffrer aussi pour l'identité NOM" -#: g10/gpg.c:613 +#: g10/gpg.c:614 msgid "|SPEC|set up email aliases" msgstr "|SPEC|configurer les alias d'adresse" -#: g10/gpg.c:625 +#: g10/gpg.c:626 msgid "use strict OpenPGP behavior" msgstr "utiliser le comportement strict d'OpenPGP" -#: g10/gpg.c:650 kbx/kbxutil.c:91 sm/gpgsm.c:421 tools/gpgconf.c:113 +#: g10/gpg.c:651 kbx/kbxutil.c:91 sm/gpgsm.c:424 tools/gpgconf.c:113 msgid "do not make any changes" msgstr "ne rien modifier" -#: g10/gpg.c:651 +#: g10/gpg.c:652 msgid "prompt before overwriting" msgstr "demander avant d'écraser un fichier" -#: g10/gpg.c:700 sm/gpgsm.c:307 +#: g10/gpg.c:701 sm/gpgsm.c:310 #, fuzzy #| msgid "Options controlling the security" msgid "Options controlling the input" msgstr "Options contrôlant la sécurité" -#: g10/gpg.c:718 sm/gpgsm.c:317 +#: g10/gpg.c:719 sm/gpgsm.c:320 #, fuzzy #| msgid "Options controlling the diagnostic output" msgid "Options controlling the output" msgstr "Options contrôlant la sortie de diagnostique" -#: g10/gpg.c:720 sm/gpgsm.c:319 +#: g10/gpg.c:721 sm/gpgsm.c:322 msgid "create ascii armored output" msgstr "créer une sortie ASCII avec armure" -#: g10/gpg.c:724 g10/gpgv.c:82 sm/gpgsm.c:324 +#: g10/gpg.c:725 g10/gpgv.c:82 sm/gpgsm.c:327 msgid "|FILE|write output to FILE" msgstr "|FICHIER|écrire la sortie dans le FICHIER" -#: g10/gpg.c:737 +#: g10/gpg.c:738 msgid "use canonical text mode" msgstr "utiliser le mode texte canonique" -#: g10/gpg.c:755 +#: g10/gpg.c:756 msgid "|N|set compress level to N (0 disables)" msgstr "|N|niveau de compression N (0 désactive)" -#: g10/gpg.c:761 sm/gpgsm.c:354 +#: g10/gpg.c:762 sm/gpgsm.c:357 #, fuzzy #| msgid "Options controlling the interactivity and enforcement" msgid "Options controlling key import and export" msgstr "Options contrôlant l'interactivité et la mise en application" -#: g10/gpg.c:764 +#: g10/gpg.c:765 msgid "|MECHANISMS|use MECHANISMS to locate keys by mail address" msgstr "|MÉCANISMES|utiliser les MÉCANISMES pour localiser les clefs" -#: g10/gpg.c:767 +#: g10/gpg.c:768 #, fuzzy #| msgid "import keys from a keyserver" msgid "import missing key from a signature" msgstr "importer les clefs d'un serveur de clefs" -#: g10/gpg.c:772 +#: g10/gpg.c:773 #, fuzzy #| msgid "list and check key signatures" msgid "include the public key in signatures" msgstr "afficher et vérifier les signatures de clefs" -#: g10/gpg.c:775 sm/gpgsm.c:357 +#: g10/gpg.c:776 sm/gpgsm.c:360 msgid "disable all access to the dirmngr" msgstr "désactiver tous les accès au dirmngr" -#: g10/gpg.c:787 sm/gpgsm.c:364 +#: g10/gpg.c:788 sm/gpgsm.c:367 #, fuzzy #| msgid "Options controlling the configuration" msgid "Options controlling key listings" msgstr "Options contrôlant la configuration" -#: g10/gpg.c:817 sm/gpgsm.c:329 +#: g10/gpg.c:818 sm/gpgsm.c:332 #, fuzzy #| msgid "list secret keys" msgid "Options to specify keys" msgstr "afficher les clefs secrètes" # NOTE: Extra initial space to realign the output (maybe wchar issue) -#: g10/gpg.c:819 sm/gpgsm.c:331 +#: g10/gpg.c:820 sm/gpgsm.c:334 msgid "|USER-ID|encrypt for USER-ID" msgstr "|IDENTITÉ| chiffrer pour l'IDENTITÉ" -#: g10/gpg.c:827 sm/gpgsm.c:333 +#: g10/gpg.c:828 sm/gpgsm.c:336 msgid "|USER-ID|use USER-ID to sign or decrypt" msgstr "|IDENTITÉ| utiliser l'IDENTITÉ pour signer ou déchiffrer" -#: g10/gpg.c:875 sm/gpgsm.c:405 +#: g10/gpg.c:876 sm/gpgsm.c:408 msgid "Options for unattended use" msgstr "" -#: g10/gpg.c:894 sm/gpgsm.c:417 dirmngr/dirmngr.c:285 +#: g10/gpg.c:895 sm/gpgsm.c:420 dirmngr/dirmngr.c:286 msgid "Other options" msgstr "" -#: g10/gpg.c:965 sm/gpgsm.c:450 +#: g10/gpg.c:966 sm/gpgsm.c:453 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -2897,7 +2897,7 @@ msgstr "" "(Consultez la page de manuel pour obtenir une liste complète des commandes\n" "et options)\n" -#: g10/gpg.c:968 +#: g10/gpg.c:969 #, fuzzy #| msgid "" #| "@\n" @@ -2927,11 +2927,11 @@ msgstr "" " --list-keys [noms] montrer les clefs\n" " --fingerprint [noms] montrer les empreintes\n" -#: g10/gpg.c:1153 +#: g10/gpg.c:1154 msgid "Usage: @GPG@ [options] [files] (-h for help)" msgstr "Utilisation : @GPG@ [options] [fichiers] (-h pour l'aide)" -#: g10/gpg.c:1156 +#: g10/gpg.c:1157 msgid "" "Syntax: @GPG@ [options] [files]\n" "Sign, check, encrypt or decrypt\n" @@ -2941,7 +2941,7 @@ msgstr "" "Signer, vérifier, chiffrer ou déchiffrer\n" "L'opération par défaut dépend des données entrées\n" -#: g10/gpg.c:1167 sm/gpgsm.c:633 +#: g10/gpg.c:1168 sm/gpgsm.c:636 msgid "" "\n" "Supported algorithms:\n" @@ -2949,87 +2949,87 @@ msgstr "" "\n" "Algorithmes pris en charge :\n" -#: g10/gpg.c:1170 +#: g10/gpg.c:1171 msgid "Pubkey: " msgstr "Clef publique : " -#: g10/gpg.c:1177 g10/keyedit.c:3316 +#: g10/gpg.c:1178 g10/keyedit.c:3316 msgid "Cipher: " msgstr "Chiffrement : " -#: g10/gpg.c:1191 +#: g10/gpg.c:1192 msgid "Hash: " msgstr "Hachage : " -#: g10/gpg.c:1198 g10/keyedit.c:3382 +#: g10/gpg.c:1199 g10/keyedit.c:3382 msgid "Compression: " msgstr "Compression : " -#: g10/gpg.c:1273 sm/gpgsm.c:707 +#: g10/gpg.c:1274 sm/gpgsm.c:710 #, c-format msgid "usage: %s [options] %s\n" msgstr "utilisation : %s [options] %s\n" -#: g10/gpg.c:1466 sm/gpgsm.c:800 +#: g10/gpg.c:1467 sm/gpgsm.c:803 #, c-format msgid "conflicting commands\n" msgstr "commandes en conflit\n" -#: g10/gpg.c:1484 +#: g10/gpg.c:1485 #, c-format msgid "no = sign found in group definition '%s'\n" msgstr "aucun signe = trouvé dans la définition du groupe « %s »\n" -#: g10/gpg.c:1682 +#: g10/gpg.c:1683 #, c-format msgid "WARNING: unsafe ownership on homedir '%s'\n" msgstr "" "Attention : le propriétaire du répertoire personnel « %s »\n" " n'est pas sûr\n" -#: g10/gpg.c:1685 +#: g10/gpg.c:1686 #, c-format msgid "WARNING: unsafe ownership on configuration file '%s'\n" msgstr "" "Attention : le propriétaire du fichier de configuration « %s »\n" " n'est pas sûr\n" -#: g10/gpg.c:1688 +#: g10/gpg.c:1689 #, c-format msgid "WARNING: unsafe ownership on extension '%s'\n" msgstr "" "Attention : le propriétaire de l'extension « %s »\n" " n'est pas sûr\n" -#: g10/gpg.c:1694 +#: g10/gpg.c:1695 #, c-format msgid "WARNING: unsafe permissions on homedir '%s'\n" msgstr "" "Attention : les droits du répertoire personnel « %s »\n" " ne sont pas sûrs\n" -#: g10/gpg.c:1697 +#: g10/gpg.c:1698 #, c-format msgid "WARNING: unsafe permissions on configuration file '%s'\n" msgstr "" "Attention : les droits du fichier de configuration « %s »\n" " ne sont pas sûrs\n" -#: g10/gpg.c:1700 +#: g10/gpg.c:1701 #, c-format msgid "WARNING: unsafe permissions on extension '%s'\n" msgstr "" "Attention : les droits de l'extension « %s »\n" " ne sont pas sûrs\n" -#: g10/gpg.c:1706 +#: g10/gpg.c:1707 #, c-format msgid "WARNING: unsafe enclosing directory ownership on homedir '%s'\n" msgstr "" "Attention : le propriétaire du répertoire contenant le répertoire personnel\n" " « %s » n'est pas sûr\n" -#: g10/gpg.c:1709 +#: g10/gpg.c:1710 #, c-format msgid "" "WARNING: unsafe enclosing directory ownership on configuration file '%s'\n" @@ -3037,21 +3037,21 @@ msgstr "" "Attention : le propriétaire du répertoire contenant le fichier de\n" " configuration « %s » n'est pas sûr\n" -#: g10/gpg.c:1712 +#: g10/gpg.c:1713 #, c-format msgid "WARNING: unsafe enclosing directory ownership on extension '%s'\n" msgstr "" "Attention : le propriétaire du répertoire contenant l'extension\n" " « %s » n'est pas sûr\n" -#: g10/gpg.c:1718 +#: g10/gpg.c:1719 #, c-format msgid "WARNING: unsafe enclosing directory permissions on homedir '%s'\n" msgstr "" "Attention : les droits du répertoire contenant le répertoire personnel\n" " « %s » ne sont pas sûrs\n" -#: g10/gpg.c:1721 +#: g10/gpg.c:1722 #, c-format msgid "" "WARNING: unsafe enclosing directory permissions on configuration file '%s'\n" @@ -3059,483 +3059,483 @@ msgstr "" "Attention : les droits du répertoire contenant le fichier de configuration\n" " « %s » ne sont pas sûrs\n" -#: g10/gpg.c:1724 +#: g10/gpg.c:1725 #, c-format msgid "WARNING: unsafe enclosing directory permissions on extension '%s'\n" msgstr "" "Attention : les droits du répertoire contenant l'extension\n" " « %s » ne sont pas sûrs\n" -#: g10/gpg.c:1940 +#: g10/gpg.c:1941 #, c-format msgid "unknown configuration item '%s'\n" msgstr "élément de configuration « %s » inconnu\n" -#: g10/gpg.c:2034 +#: g10/gpg.c:2037 msgid "display photo IDs during key listings" msgstr "montrer les photos d'identité en affichant les clefs" -#: g10/gpg.c:2036 +#: g10/gpg.c:2039 msgid "show key usage information during key listings" msgstr "indiquer les informations sur l'utilisation en affichant les clefs" -#: g10/gpg.c:2038 +#: g10/gpg.c:2041 msgid "show policy URLs during signature listings" msgstr "montrer les URL de politique en affichant les signatures" -#: g10/gpg.c:2040 +#: g10/gpg.c:2043 msgid "show all notations during signature listings" msgstr "montrer toutes les notations en affichant les signatures" -#: g10/gpg.c:2042 +#: g10/gpg.c:2045 msgid "show IETF standard notations during signature listings" msgstr "utiliser les notations aux normes IETF en affichant les signatures" -#: g10/gpg.c:2046 +#: g10/gpg.c:2049 msgid "show user-supplied notations during signature listings" msgstr "" "utiliser les notations fournies par l'utilisateur en affichant les signatures" -#: g10/gpg.c:2048 +#: g10/gpg.c:2051 msgid "show preferred keyserver URLs during signature listings" msgstr "" "montrer les URL des serveurs de clefs favoris en affichant les signatures" -#: g10/gpg.c:2050 +#: g10/gpg.c:2053 msgid "show user ID validity during key listings" msgstr "indiquer la validité de l'identité en affichant les clefs" -#: g10/gpg.c:2052 +#: g10/gpg.c:2055 msgid "show revoked and expired user IDs in key listings" msgstr "montrer les identités révoquées et expirées en affichant les clefs" -#: g10/gpg.c:2054 +#: g10/gpg.c:2057 msgid "show revoked and expired subkeys in key listings" msgstr "indiquer les sous-clefs révoquées et expirées en affichant les clefs" -#: g10/gpg.c:2056 +#: g10/gpg.c:2059 msgid "show the keyring name in key listings" msgstr "montrer le nom du porte-clefs en affichant les clefs" -#: g10/gpg.c:2058 +#: g10/gpg.c:2061 msgid "show expiration dates during signature listings" msgstr "montrer les dates d'expiration en affichant les signatures" -#: g10/gpg.c:2175 +#: g10/gpg.c:2178 #, fuzzy, c-format #| msgid "unknown option '%s'\n" msgid "unknown TOFU policy '%s'\n" msgstr "option « %s » inconnue\n" -#: g10/gpg.c:2177 +#: g10/gpg.c:2180 #, c-format msgid "(use \"help\" to list choices)\n" msgstr "" -#: g10/gpg.c:2972 g10/gpg.c:3797 g10/gpg.c:3809 +#: g10/gpg.c:2975 g10/gpg.c:3828 g10/gpg.c:3840 #, c-format msgid "Note: %s is not for normal use!\n" msgstr "Remarque : %s n'est pas pour une utilisation normale.\n" -#: g10/gpg.c:3148 g10/gpg.c:3160 +#: g10/gpg.c:3151 g10/gpg.c:3163 #, c-format msgid "'%s' is not a valid signature expiration\n" msgstr "« %s » n'est pas une date d'expiration de signature valable\n" -#: g10/gpg.c:3182 +#: g10/gpg.c:3185 #, fuzzy, c-format #| msgid "line %d: not a valid email address\n" msgid "\"%s\" is not a proper mail address\n" msgstr "ligne %d : ce n'est pas une adresse électronique valable\n" -#: g10/gpg.c:3214 sm/gpgsm.c:1265 +#: g10/gpg.c:3217 sm/gpgsm.c:1270 #, c-format msgid "invalid pinentry mode '%s'\n" msgstr "mode pinentry « %s » incorrect\n" -#: g10/gpg.c:3220 sm/gpgsm.c:1271 +#: g10/gpg.c:3223 sm/gpgsm.c:1276 #, fuzzy, c-format #| msgid "invalid argument for option \"%.50s\"\n" msgid "invalid request origin '%s'\n" msgstr "argument incorrect pour l'option « %.50s »\n" -#: g10/gpg.c:3277 +#: g10/gpg.c:3280 #, c-format msgid "'%s' is not a valid character set\n" msgstr "« %s » n'est pas un jeu de caractères valable\n" -#: g10/gpg.c:3299 g10/gpg.c:3508 g10/keyedit.c:5319 +#: g10/gpg.c:3302 g10/gpg.c:3511 g10/keyedit.c:5319 #, c-format msgid "could not parse keyserver URL\n" msgstr "impossible d'analyser l'URL du serveur de clefs\n" -#: g10/gpg.c:3317 +#: g10/gpg.c:3320 #, c-format msgid "%s:%d: invalid keyserver options\n" msgstr "%s : %d : les options du serveur de clefs sont incorrectes\n" -#: g10/gpg.c:3320 +#: g10/gpg.c:3323 #, c-format msgid "invalid keyserver options\n" msgstr "les options du serveur de clefs sont incorrectes\n" -#: g10/gpg.c:3327 +#: g10/gpg.c:3330 #, c-format msgid "%s:%d: invalid import options\n" msgstr "%s : %d : options d'importation incorrectes\n" -#: g10/gpg.c:3330 +#: g10/gpg.c:3333 #, c-format msgid "invalid import options\n" msgstr "options d'importation incorrectes\n" -#: g10/gpg.c:3336 g10/gpg.c:3351 +#: g10/gpg.c:3339 g10/gpg.c:3354 #, fuzzy, c-format #| msgid "invalid list options\n" msgid "invalid filter option: %s\n" msgstr "options de liste incorrectes\n" -#: g10/gpg.c:3342 +#: g10/gpg.c:3345 #, c-format msgid "%s:%d: invalid export options\n" msgstr "%s : %d : options d'exportation incorrectes\n" -#: g10/gpg.c:3345 +#: g10/gpg.c:3348 #, c-format msgid "invalid export options\n" msgstr "options d'exportation incorrectes\n" -#: g10/gpg.c:3357 +#: g10/gpg.c:3360 #, c-format msgid "%s:%d: invalid list options\n" msgstr "%s : %d : options de liste incorrectes\n" -#: g10/gpg.c:3360 +#: g10/gpg.c:3363 #, c-format msgid "invalid list options\n" msgstr "options de liste incorrectes\n" -#: g10/gpg.c:3368 +#: g10/gpg.c:3371 msgid "display photo IDs during signature verification" msgstr "montrer les photos d'identité en vérifiant les signatures" -#: g10/gpg.c:3370 +#: g10/gpg.c:3373 msgid "show policy URLs during signature verification" msgstr "montrer les URL de politique en vérifiant les signatures" -#: g10/gpg.c:3372 +#: g10/gpg.c:3375 msgid "show all notations during signature verification" msgstr "montrer toutes les notations en vérifiant les signatures" -#: g10/gpg.c:3374 +#: g10/gpg.c:3377 msgid "show IETF standard notations during signature verification" msgstr "utiliser les notations aux normes IETF en vérifiant les signatures" -#: g10/gpg.c:3378 +#: g10/gpg.c:3381 msgid "show user-supplied notations during signature verification" msgstr "" "utiliser les notations fournies par l'utilisateur en vérifiant les signatures" -#: g10/gpg.c:3380 +#: g10/gpg.c:3383 msgid "show preferred keyserver URLs during signature verification" msgstr "" "montrer les URL des serveurs de clefs favoris en vérifiant les signatures" -#: g10/gpg.c:3382 +#: g10/gpg.c:3385 msgid "show user ID validity during signature verification" msgstr "indiquer la validité de l'identité en vérifiant les signatures" -#: g10/gpg.c:3384 +#: g10/gpg.c:3387 msgid "show revoked and expired user IDs in signature verification" msgstr "" "montrer les identités révoquées et expirées en vérifiant les signatures" -#: g10/gpg.c:3386 +#: g10/gpg.c:3389 msgid "show only the primary user ID in signature verification" msgstr "ne montrer que l'identité principale en vérifiant les signatures" -#: g10/gpg.c:3393 +#: g10/gpg.c:3396 #, c-format msgid "%s:%d: invalid verify options\n" msgstr "%s : %d : options de vérification incorrectes\n" -#: g10/gpg.c:3396 +#: g10/gpg.c:3399 #, c-format msgid "invalid verify options\n" msgstr "options de vérification incorrectes\n" -#: g10/gpg.c:3403 +#: g10/gpg.c:3406 #, c-format msgid "unable to set exec-path to %s\n" msgstr "impossible de configurer le chemin d'exécution à %s\n" -#: g10/gpg.c:3610 +#: g10/gpg.c:3613 #, c-format msgid "%s:%d: invalid auto-key-locate list\n" msgstr "%s : %d : liste de recherche automatique de clef incorrecte\n" -#: g10/gpg.c:3613 +#: g10/gpg.c:3616 #, c-format msgid "invalid auto-key-locate list\n" msgstr "liste de recherche automatique de clef incorrecte\n" -#: g10/gpg.c:3622 +#: g10/gpg.c:3625 #, c-format msgid "invalid argument for option \"%.50s\"\n" msgstr "argument incorrect pour l'option « %.50s »\n" -#: g10/gpg.c:3776 sm/gpgsm.c:1642 +#: g10/gpg.c:3807 sm/gpgsm.c:1675 #, c-format msgid "WARNING: program may create a core file!\n" msgstr "Attention : le programme pourrait créer un fichier « core ».\n" -#: g10/gpg.c:3790 +#: g10/gpg.c:3821 #, c-format msgid "WARNING: %s overrides %s\n" msgstr "Attention : %s remplace %s\n" -#: g10/gpg.c:3799 +#: g10/gpg.c:3830 #, c-format msgid "%s not allowed with %s!\n" msgstr "%s n'est pas permis avec %s.\n" -#: g10/gpg.c:3802 +#: g10/gpg.c:3833 #, c-format msgid "%s makes no sense with %s!\n" msgstr "%s n'a aucun sens avec %s.\n" -#: g10/gpg.c:3817 sm/gpgsm.c:1663 dirmngr/dirmngr.c:1114 +#: g10/gpg.c:3848 sm/gpgsm.c:1696 dirmngr/dirmngr.c:1123 #, c-format msgid "WARNING: running with faked system time: " msgstr "Attention : exécution avec un système de temps contrefait : " -#: g10/gpg.c:3838 +#: g10/gpg.c:3869 #, c-format msgid "will not run with insecure memory due to %s\n" msgstr "ne sera pas exécuté avec une mémoire non sécurisée à cause de %s\n" -#: g10/gpg.c:3866 g10/gpg.c:3897 sm/gpgsm.c:1730 +#: g10/gpg.c:3897 g10/gpg.c:3928 sm/gpgsm.c:1763 #, c-format msgid "selected cipher algorithm is invalid\n" msgstr "l'algorithme de chiffrement sélectionné est incorrect\n" -#: g10/gpg.c:3873 +#: g10/gpg.c:3904 #, fuzzy, c-format #| msgid "selected digest algorithm is invalid\n" msgid "selected AEAD algorithm is invalid\n" msgstr "la fonction de hachage sélectionnée est incorrecte\n" -#: g10/gpg.c:3885 +#: g10/gpg.c:3916 #, c-format msgid "selected compression algorithm is invalid\n" msgstr "l'algorithme de compression sélectionné est incorrect\n" -#: g10/gpg.c:3891 +#: g10/gpg.c:3922 #, c-format msgid "selected certification digest algorithm is invalid\n" msgstr "la fonction de hachage de certification sélectionnée est incorrecte\n" -#: g10/gpg.c:3906 +#: g10/gpg.c:3937 #, c-format msgid "completes-needed must be greater than 0\n" msgstr "« completes-needed » doit être supérieur à 0\n" -#: g10/gpg.c:3908 +#: g10/gpg.c:3939 #, c-format msgid "marginals-needed must be greater than 1\n" msgstr "« marginals-needed » doit être supérieur à 1\n" -#: g10/gpg.c:3910 +#: g10/gpg.c:3941 #, c-format msgid "max-cert-depth must be in the range from 1 to 255\n" msgstr "« max-cert-depth » doit être compris entre 1 et 255\n" -#: g10/gpg.c:3912 +#: g10/gpg.c:3943 #, c-format msgid "invalid default-cert-level; must be 0, 1, 2, or 3\n" msgstr "« default-cert-level » incorrect ; doit être 0, 1, 2 ou 3\n" -#: g10/gpg.c:3914 +#: g10/gpg.c:3945 #, c-format msgid "invalid min-cert-level; must be 1, 2, or 3\n" msgstr "« min-cert-level » incorrect ; doit être , 1, 2 ou 3\n" -#: g10/gpg.c:3918 +#: g10/gpg.c:3949 #, c-format msgid "Note: simple S2K mode (0) is strongly discouraged\n" msgstr "Remarque : le mode S2K simple (0) est fortement déconseillé\n" -#: g10/gpg.c:3922 +#: g10/gpg.c:3953 #, c-format msgid "invalid S2K mode; must be 0, 1 or 3\n" msgstr "mode S2K incorrect ; doit être 0, 1 ou 3\n" -#: g10/gpg.c:3929 +#: g10/gpg.c:3960 #, c-format msgid "invalid default preferences\n" msgstr "préférences par défaut incorrectes\n" -#: g10/gpg.c:3933 +#: g10/gpg.c:3964 #, c-format msgid "invalid personal cipher preferences\n" msgstr "préférences personnelles de chiffrement incorrectes\n" -#: g10/gpg.c:3936 +#: g10/gpg.c:3967 #, fuzzy, c-format #| msgid "invalid personal cipher preferences\n" msgid "invalid personal AEAD preferences\n" msgstr "préférences personnelles de chiffrement incorrectes\n" -#: g10/gpg.c:3940 +#: g10/gpg.c:3971 #, c-format msgid "invalid personal digest preferences\n" msgstr "préférences personnelles de hachage incorrectes\n" -#: g10/gpg.c:3944 +#: g10/gpg.c:3975 #, c-format msgid "invalid personal compress preferences\n" msgstr "préférences personnelles de compression incorrectes\n" -#: g10/gpg.c:3953 g10/gpg.c:3958 +#: g10/gpg.c:3984 g10/gpg.c:3989 #, fuzzy, c-format #| msgid "keysize invalid; using %u bits\n" msgid "chunk size invalid - using %d\n" msgstr "taille incorrecte ; utilisation de %u bits\n" -#: g10/gpg.c:3995 +#: g10/gpg.c:4026 #, c-format msgid "%s does not yet work with %s\n" msgstr "%s ne fonctionne pas encore avec %s\n" -#: g10/gpg.c:4058 +#: g10/gpg.c:4089 #, fuzzy, c-format #| msgid "you may not use cipher algorithm '%s' while in %s mode\n" msgid "AEAD algorithm '%s' may not be used in %s mode\n" msgstr "impossible d'utiliser l'algorithme de chiffrement « %s » en mode %s.\n" -#: g10/gpg.c:4070 +#: g10/gpg.c:4101 #, fuzzy, c-format #| msgid "you may not use compression algorithm '%s' while in %s mode\n" msgid "compression algorithm '%s' may not be used in %s mode\n" msgstr "impossible d'utiliser l'algorithme de compression « %s » en mode %s.\n" -#: g10/gpg.c:4225 +#: g10/gpg.c:4256 #, c-format msgid "failed to initialize the TrustDB: %s\n" msgstr "impossible d'initialiser la base de confiance : %s\n" -#: g10/gpg.c:4237 +#: g10/gpg.c:4268 #, c-format msgid "WARNING: recipients (-r) given without using public key encryption\n" msgstr "" "Attention : les destinataires (-r) indiqués n'utilisent pas\n" " de clef publique pour le chiffrement\n" -#: g10/gpg.c:4309 +#: g10/gpg.c:4340 #, c-format msgid "symmetric encryption of '%s' failed: %s\n" msgstr "échec du chiffrement symétrique de « %s » : %s\n" -#: g10/gpg.c:4338 +#: g10/gpg.c:4369 #, c-format msgid "you cannot use --symmetric --encrypt with --s2k-mode 0\n" msgstr "impossible d'utiliser --symmetric --encrypt avec --s2k-mode 0\n" -#: g10/gpg.c:4341 +#: g10/gpg.c:4372 #, fuzzy, c-format #| msgid "you cannot use --symmetric --encrypt while in %s mode\n" msgid "you cannot use --symmetric --encrypt in %s mode\n" msgstr "impossible d'utiliser --symmetric --encrypt en mode %s\n" -#: g10/gpg.c:4399 +#: g10/gpg.c:4430 #, c-format msgid "you cannot use --symmetric --sign --encrypt with --s2k-mode 0\n" msgstr "impossible d'utiliser --symmetric --sign --encrypt avec --s2k-mode 0\n" -#: g10/gpg.c:4402 +#: g10/gpg.c:4433 #, fuzzy, c-format #| msgid "you cannot use --symmetric --sign --encrypt while in %s mode\n" msgid "you cannot use --symmetric --sign --encrypt in %s mode\n" msgstr "impossible d'utiliser --symmetric --sign --encrypt en mode %s\n" -#: g10/gpg.c:4790 g10/keyserver.c:1858 +#: g10/gpg.c:4821 g10/keyserver.c:1870 #, c-format msgid "keyserver send failed: %s\n" msgstr "échec d'envoi vers le serveur de clefs : %s\n" -#: g10/gpg.c:4795 +#: g10/gpg.c:4826 #, c-format msgid "keyserver receive failed: %s\n" msgstr "échec de réception depuis le serveur de clefs : %s\n" -#: g10/gpg.c:4801 +#: g10/gpg.c:4832 #, c-format msgid "key export failed: %s\n" msgstr "échec d'exportation de la clef : %s\n" -#: g10/gpg.c:4814 +#: g10/gpg.c:4845 #, fuzzy, c-format #| msgid "key export failed: %s\n" msgid "export as ssh key failed: %s\n" msgstr "échec d'exportation de la clef : %s\n" -#: g10/gpg.c:4826 +#: g10/gpg.c:4857 #, c-format msgid "keyserver search failed: %s\n" msgstr "échec de recherche au sein du serveur de clefs : %s\n" -#: g10/gpg.c:4839 +#: g10/gpg.c:4870 #, c-format msgid "keyserver refresh failed: %s\n" msgstr "échec de rafraîchissement par le serveur de clefs : %s\n" -#: g10/gpg.c:4906 +#: g10/gpg.c:4937 #, c-format msgid "dearmoring failed: %s\n" msgstr "échec de déconstruction d'une armure : %s\n" -#: g10/gpg.c:4917 +#: g10/gpg.c:4948 #, c-format msgid "enarmoring failed: %s\n" msgstr "échec de construction d'une armure : %s \n" -#: g10/gpg.c:5022 +#: g10/gpg.c:5053 #, c-format msgid "invalid hash algorithm '%s'\n" msgstr "algorithme de hachage « %s » incorrect\n" -#: g10/gpg.c:5174 g10/tofu.c:2156 +#: g10/gpg.c:5205 g10/tofu.c:2156 #, fuzzy, c-format #| msgid "error loading certificate '%s': %s\n" msgid "error parsing key specification '%s': %s\n" msgstr "erreur de chargement du certificat « %s » : %s\n" -#: g10/gpg.c:5185 +#: g10/gpg.c:5216 #, c-format msgid "'%s' does not appear to be a valid key ID, fingerprint or keygrip\n" msgstr "" -#: g10/gpg.c:5241 +#: g10/gpg.c:5272 #, c-format msgid "WARNING: no command supplied. Trying to guess what you mean ...\n" msgstr "" -#: g10/gpg.c:5252 +#: g10/gpg.c:5283 #, c-format msgid "Go ahead and type your message ...\n" msgstr "Vous pouvez taper votre message…\n" -#: g10/gpg.c:5599 +#: g10/gpg.c:5630 #, c-format msgid "the given certification policy URL is invalid\n" msgstr "l'URL de politique de certification donnée est incorrecte\n" -#: g10/gpg.c:5601 +#: g10/gpg.c:5632 #, c-format msgid "the given signature policy URL is invalid\n" msgstr "l'URL de politique de signature donnée est incorrecte\n" -#: g10/gpg.c:5634 +#: g10/gpg.c:5665 #, c-format msgid "the given preferred keyserver URL is invalid\n" msgstr "l'URL du serveur de clefs favori qui a été donnée est incorrecte\n" @@ -3548,7 +3548,7 @@ msgstr "|FICHIER|prendre les clefs dans le porte-clefs FICHIER" msgid "make timestamp conflicts only a warning" msgstr "convertir les conflits de date en avertissements" -#: g10/gpgv.c:86 sm/gpgsm.c:411 tools/gpgconf.c:116 tools/gpg-card.c:94 +#: g10/gpgv.c:86 sm/gpgsm.c:414 tools/gpgconf.c:116 tools/gpg-card.c:95 msgid "|FD|write status info to this FD" msgstr "|FD|écrire l'état sur ce descripteur" @@ -3645,98 +3645,98 @@ msgstr "entrée supposée au format binaire" msgid "repair keys on import" msgstr "afficher l'empreinte de la clef" -#: g10/import.c:387 g10/import.c:709 +#: g10/import.c:399 g10/import.c:721 #, c-format msgid "skipping block of type %d\n" msgstr "un bloc de type %d a été ignoré\n" -#: g10/import.c:726 +#: g10/import.c:738 #, c-format msgid "%lu keys processed so far\n" msgstr "%lu clefs traitées jusqu'à présent\n" -#: g10/import.c:819 +#: g10/import.c:831 #, c-format msgid "Total number processed: %lu\n" msgstr " Quantité totale traitée : %lu\n" -#: g10/import.c:822 +#: g10/import.c:834 #, fuzzy, c-format #| msgid " skipped new keys: %lu\n" msgid " skipped PGP-2 keys: %lu\n" msgstr " nouvelles clefs ignorées : %lu\n" -#: g10/import.c:824 +#: g10/import.c:836 #, c-format msgid " skipped new keys: %lu\n" msgstr " nouvelles clefs ignorées : %lu\n" -#: g10/import.c:827 +#: g10/import.c:839 #, c-format msgid " w/o user IDs: %lu\n" msgstr " sans identité : %lu\n" -#: g10/import.c:830 sm/import.c:129 +#: g10/import.c:842 sm/import.c:129 #, c-format msgid " imported: %lu" msgstr " importées : %lu" -#: g10/import.c:834 sm/import.c:133 +#: g10/import.c:846 sm/import.c:133 #, c-format msgid " unchanged: %lu\n" msgstr " non modifiées : %lu\n" -#: g10/import.c:836 +#: g10/import.c:848 #, c-format msgid " new user IDs: %lu\n" msgstr " nouvelles identités : %lu\n" -#: g10/import.c:838 +#: g10/import.c:850 #, c-format msgid " new subkeys: %lu\n" msgstr " nouvelles sous-clefs : %lu\n" -#: g10/import.c:840 +#: g10/import.c:852 #, c-format msgid " new signatures: %lu\n" msgstr " nouvelles signatures : %lu\n" -#: g10/import.c:842 +#: g10/import.c:854 #, c-format msgid " new key revocations: %lu\n" msgstr "nouvelles révocations de clef : %lu\n" -#: g10/import.c:844 sm/import.c:135 +#: g10/import.c:856 sm/import.c:135 #, c-format msgid " secret keys read: %lu\n" msgstr " clefs secrètes lues : %lu\n" -#: g10/import.c:846 sm/import.c:137 +#: g10/import.c:858 sm/import.c:137 #, c-format msgid " secret keys imported: %lu\n" msgstr " clefs secrètes importées : %lu\n" -#: g10/import.c:848 sm/import.c:139 +#: g10/import.c:860 sm/import.c:139 #, c-format msgid " secret keys unchanged: %lu\n" msgstr " clefs secrètes non modifiées : %lu\n" -#: g10/import.c:850 sm/import.c:141 +#: g10/import.c:862 sm/import.c:141 #, c-format msgid " not imported: %lu\n" msgstr " non importées : %lu\n" -#: g10/import.c:852 +#: g10/import.c:864 #, c-format msgid " signatures cleaned: %lu\n" msgstr " signatures nettoyées : %lu\n" -#: g10/import.c:854 +#: g10/import.c:866 #, c-format msgid " user IDs cleaned: %lu\n" msgstr " identités nettoyées : %lu\n" -#: g10/import.c:1279 +#: g10/import.c:1291 #, c-format msgid "" "WARNING: key %s contains preferences for unavailable\n" @@ -3745,174 +3745,174 @@ msgstr "" "Attention : la clef %s contient des préférences pour des\n" " algorithmes indisponibles pour ces identités :\n" -#: g10/import.c:1321 +#: g10/import.c:1333 #, c-format msgid " \"%s\": preference for cipher algorithm %s\n" msgstr " « %s » : préférence pour l'algorithme de chiffrement %s\n" -#: g10/import.c:1339 +#: g10/import.c:1351 #, fuzzy, c-format #| msgid " \"%s\": preference for cipher algorithm %s\n" msgid " \"%s\": preference for AEAD algorithm %s\n" msgstr " « %s » : préférence pour l'algorithme de chiffrement %s\n" -#: g10/import.c:1354 +#: g10/import.c:1366 #, c-format msgid " \"%s\": preference for digest algorithm %s\n" msgstr " « %s » : préférence pour l'algorithme de hachage %s\n" -#: g10/import.c:1366 +#: g10/import.c:1378 #, c-format msgid " \"%s\": preference for compression algorithm %s\n" msgstr " « %s » : préférence pour l'algorithme de compression %s\n" -#: g10/import.c:1379 +#: g10/import.c:1391 #, c-format msgid "it is strongly suggested that you update your preferences and\n" msgstr "vous devriez mettre à jour vos préférences et redistribuer cette\n" -#: g10/import.c:1381 +#: g10/import.c:1393 #, c-format msgid "re-distribute this key to avoid potential algorithm mismatch problems\n" msgstr "clef pour éviter d'éventuels problèmes d'algorithmes non appropriés\n" -#: g10/import.c:1406 +#: g10/import.c:1418 #, c-format msgid "you can update your preferences with: gpg --edit-key %s updpref save\n" msgstr "" "vous pouvez mettre à jour vos préférences avec :\n" "gpg --edit-key %s updpref save\n" -#: g10/import.c:1920 g10/import.c:3041 +#: g10/import.c:1932 g10/import.c:3053 #, c-format msgid "key %s: no user ID\n" msgstr "clef %s : pas d'identité\n" -#: g10/import.c:1926 +#: g10/import.c:1938 #, c-format msgid "key %s: %s\n" msgstr "clef %s : %s\n" -#: g10/import.c:1927 g10/import.c:3013 +#: g10/import.c:1939 g10/import.c:3025 msgid "rejected by import screener" msgstr "rejetée par le filtre d’importation" -#: g10/import.c:1976 +#: g10/import.c:1988 #, c-format msgid "key %s: PKS subkey corruption repaired\n" msgstr "clef %s : corruption de sous-clef PKS réparée\n" -#: g10/import.c:1997 +#: g10/import.c:2009 #, c-format msgid "key %s: accepted non self-signed user ID \"%s\"\n" msgstr "clef %s : identité « %s » non autosignée acceptée\n" -#: g10/import.c:2008 g10/import.c:2039 +#: g10/import.c:2020 g10/import.c:2051 #, c-format msgid "key %s: no valid user IDs\n" msgstr "clef %s : pas d'identité valable\n" -#: g10/import.c:2010 +#: g10/import.c:2022 #, c-format msgid "this may be caused by a missing self-signature\n" msgstr "cela pourrait provenir d'une autosignature manquante\n" -#: g10/import.c:2089 g10/import.c:3427 +#: g10/import.c:2101 g10/import.c:3439 #, c-format msgid "key %s: public key not found: %s\n" msgstr "clef %s : clef publique introuvable : %s\n" -#: g10/import.c:2095 +#: g10/import.c:2107 #, c-format msgid "key %s: new key - skipped\n" msgstr "clef %s : nouvelle clef — ignorée\n" -#: g10/import.c:2107 +#: g10/import.c:2119 #, c-format msgid "no writable keyring found: %s\n" msgstr "aucun porte-clefs accessible en écriture n'a été trouvé : %s\n" -#: g10/import.c:2139 g10/import.c:2241 g10/import.c:3502 +#: g10/import.c:2151 g10/import.c:2253 g10/import.c:3514 #, c-format msgid "error writing keyring '%s': %s\n" msgstr "erreur d'écriture du porte-clefs « %s » : %s\n" -#: g10/import.c:2162 +#: g10/import.c:2174 #, c-format msgid "key %s: public key \"%s\" imported\n" msgstr "clef %s : clef publique « %s » importée\n" -#: g10/import.c:2189 +#: g10/import.c:2201 #, c-format msgid "key %s: doesn't match our copy\n" msgstr "clef %s : ne correspond pas à notre copie\n" -#: g10/import.c:2257 +#: g10/import.c:2269 #, c-format msgid "key %s: \"%s\" 1 new user ID\n" msgstr "clef %s : « %s » 1 nouvelle identité\n" -#: g10/import.c:2260 +#: g10/import.c:2272 #, c-format msgid "key %s: \"%s\" %d new user IDs\n" msgstr "clef %s : « %s » %d nouvelles identités\n" -#: g10/import.c:2263 +#: g10/import.c:2275 #, c-format msgid "key %s: \"%s\" 1 new signature\n" msgstr "clef %s : « %s » 1 nouvelle signature\n" -#: g10/import.c:2266 +#: g10/import.c:2278 #, c-format msgid "key %s: \"%s\" %d new signatures\n" msgstr "clef %s : « %s » %d nouvelles signatures\n" -#: g10/import.c:2269 +#: g10/import.c:2281 #, c-format msgid "key %s: \"%s\" 1 new subkey\n" msgstr "clef %s : « %s » 1 nouvelle sous-clef\n" -#: g10/import.c:2272 +#: g10/import.c:2284 #, c-format msgid "key %s: \"%s\" %d new subkeys\n" msgstr "clef %s : « %s » %d nouvelles sous-clefs\n" -#: g10/import.c:2275 +#: g10/import.c:2287 #, c-format msgid "key %s: \"%s\" %d signature cleaned\n" msgstr "clef %s : « %s » %d signature nettoyée\n" -#: g10/import.c:2278 +#: g10/import.c:2290 #, c-format msgid "key %s: \"%s\" %d signatures cleaned\n" msgstr "clef %s : « %s » %d signatures nettoyées\n" -#: g10/import.c:2281 +#: g10/import.c:2293 #, c-format msgid "key %s: \"%s\" %d user ID cleaned\n" msgstr "clef %s : « %s » %d identité nettoyée\n" -#: g10/import.c:2284 +#: g10/import.c:2296 #, c-format msgid "key %s: \"%s\" %d user IDs cleaned\n" msgstr "clef %s : « %s » %d identités nettoyées\n" -#: g10/import.c:2320 +#: g10/import.c:2332 #, c-format msgid "key %s: \"%s\" not changed\n" msgstr "clef %s : « %s » n'est pas modifiée\n" -#: g10/import.c:2680 g10/import.c:2875 +#: g10/import.c:2692 g10/import.c:2887 #, c-format msgid "key %s: secret key imported\n" msgstr "clef %s : clef secrète importée\n" -#: g10/import.c:2688 +#: g10/import.c:2700 #, c-format msgid "key %s: secret key already exists\n" msgstr "clef %s : la clef secrète clef existe déjà \n" -#: g10/import.c:2696 +#: g10/import.c:2708 #, c-format msgid "key %s: error sending to agent: %s\n" msgstr "clef %s : erreur d'envoi à l'agent : %s\n" @@ -3925,204 +3925,204 @@ msgstr "clef %s : erreur d'envoi à l'agent : %s\n" #. * Instead, user should be suggested to run 'gpg --card-status', #. * then, references to a card will be automatically created #. * again. -#: g10/import.c:2865 +#: g10/import.c:2877 #, c-format msgid "To migrate '%s', with each smartcard, run: %s\n" msgstr "" -#: g10/import.c:3012 +#: g10/import.c:3024 #, c-format msgid "secret key %s: %s\n" msgstr "clef secrète %s : %s\n" -#: g10/import.c:3033 g10/import.c:3072 +#: g10/import.c:3045 g10/import.c:3084 #, c-format msgid "importing secret keys not allowed\n" msgstr "impossible d'importer des clefs secrètes\n" -#: g10/import.c:3060 +#: g10/import.c:3072 #, c-format msgid "key %s: secret key with invalid cipher %d - skipped\n" msgstr "clef %s : clef secrète avec chiffrement %d incorrect — ignorée\n" -#: g10/import.c:3222 g10/pkclist.c:75 g10/revoke.c:774 +#: g10/import.c:3234 g10/pkclist.c:75 g10/revoke.c:774 msgid "No reason specified" msgstr "Aucune cause indiquée" -#: g10/import.c:3223 g10/pkclist.c:77 g10/revoke.c:776 +#: g10/import.c:3235 g10/pkclist.c:77 g10/revoke.c:776 msgid "Key is superseded" msgstr "La clef a été remplacée" -#: g10/import.c:3224 g10/pkclist.c:79 g10/revoke.c:775 +#: g10/import.c:3236 g10/pkclist.c:79 g10/revoke.c:775 msgid "Key has been compromised" msgstr "La clef a été compromise" -#: g10/import.c:3225 g10/pkclist.c:81 g10/revoke.c:777 +#: g10/import.c:3237 g10/pkclist.c:81 g10/revoke.c:777 msgid "Key is no longer used" msgstr "La clef n'est plus utilisée" -#: g10/import.c:3226 g10/pkclist.c:83 g10/revoke.c:778 +#: g10/import.c:3238 g10/pkclist.c:83 g10/revoke.c:778 msgid "User ID is no longer valid" msgstr "L'identité n'est plus valable" -#: g10/import.c:3351 g10/keylist.c:1105 g10/pkclist.c:87 +#: g10/import.c:3363 g10/keylist.c:1105 g10/pkclist.c:87 #, c-format msgid "reason for revocation: " msgstr "cause de révocation : " -#: g10/import.c:3370 g10/keylist.c:1124 g10/pkclist.c:103 +#: g10/import.c:3382 g10/keylist.c:1124 g10/pkclist.c:103 #, c-format msgid "revocation comment: " msgstr "commentaire de révocation : " -#: g10/import.c:3420 +#: g10/import.c:3432 #, c-format msgid "key %s: no public key - can't apply revocation certificate\n" msgstr "" "clef %s : pas de clef publique — impossible d'appliquer le certificat\n" " de révocation\n" -#: g10/import.c:3449 +#: g10/import.c:3461 #, c-format msgid "key %s: can't locate original keyblock: %s\n" msgstr "clef %s : impossible de trouver le bloc de clef d'origine : %s\n" -#: g10/import.c:3456 +#: g10/import.c:3468 #, c-format msgid "key %s: can't read original keyblock: %s\n" msgstr "clef %s : impossible de lire le bloc de clef d'origine : %s\n" -#: g10/import.c:3476 +#: g10/import.c:3488 #, c-format msgid "key %s: invalid revocation certificate: %s - rejected\n" msgstr "clef %s : certificat de révocation incorrect : %s — rejeté\n" -#: g10/import.c:3511 +#: g10/import.c:3523 #, c-format msgid "key %s: \"%s\" revocation certificate imported\n" msgstr "clef %s : « %s » certificat de révocation importé\n" -#: g10/import.c:3597 +#: g10/import.c:3609 #, c-format msgid "key %s: no user ID for signature\n" msgstr "clef %s : pas d'identité pour la signature\n" -#: g10/import.c:3614 +#: g10/import.c:3626 #, c-format msgid "key %s: unsupported public key algorithm on user ID \"%s\"\n" msgstr "clef %s : algorithme à clef publique non géré avec l'identité « %s »\n" -#: g10/import.c:3616 +#: g10/import.c:3628 #, c-format msgid "key %s: invalid self-signature on user ID \"%s\"\n" msgstr "clef %s : autosignature de l'identité « %s » incorrecte\n" -#: g10/import.c:3633 g10/import.c:3661 g10/import.c:3717 +#: g10/import.c:3645 g10/import.c:3673 g10/import.c:3729 #, c-format msgid "key %s: unsupported public key algorithm\n" msgstr "clef %s : algorithme à clef publique non pris en charge\n" -#: g10/import.c:3634 +#: g10/import.c:3646 #, c-format msgid "key %s: invalid direct key signature\n" msgstr "clef %s : signature directe de clef incorrecte\n" -#: g10/import.c:3648 +#: g10/import.c:3660 #, c-format msgid "key %s: no subkey for key binding\n" msgstr "clef %s : pas de sous-clef pour relier la clef\n" -#: g10/import.c:3663 +#: g10/import.c:3675 #, c-format msgid "key %s: invalid subkey binding\n" msgstr "clef %s : lien à la sous-clef incorrect\n" -#: g10/import.c:3682 +#: g10/import.c:3694 #, c-format msgid "key %s: removed multiple subkey binding\n" msgstr "clef %s : suppression de lien multiple aux sous-clefs\n" -#: g10/import.c:3706 +#: g10/import.c:3718 #, c-format msgid "key %s: no subkey for key revocation\n" msgstr "clef %s : pas de sous-clef pour révoquer la clef\n" -#: g10/import.c:3719 +#: g10/import.c:3731 #, c-format msgid "key %s: invalid subkey revocation\n" msgstr "clef %s : révocation de sous-clef incorrecte\n" -#: g10/import.c:3734 +#: g10/import.c:3746 #, c-format msgid "key %s: removed multiple subkey revocation\n" msgstr "clef %s : suppression de la révocation de sous-clefs multiples\n" -#: g10/import.c:3778 +#: g10/import.c:3790 #, c-format msgid "key %s: skipped user ID \"%s\"\n" msgstr "clef %s : identité « %s » ignorée\n" -#: g10/import.c:3805 +#: g10/import.c:3817 #, c-format msgid "key %s: skipped subkey\n" msgstr "clef %s : sous-clef ignorée\n" -#: g10/import.c:3837 +#: g10/import.c:3849 #, c-format msgid "key %s: non exportable signature (class 0x%02X) - skipped\n" msgstr "clef %s : signature non exportable (classe 0x%02X) — ignorée\n" -#: g10/import.c:3848 +#: g10/import.c:3860 #, c-format msgid "key %s: revocation certificate at wrong place - skipped\n" msgstr "clef %s : certificat de révocation au mauvais endroit — ignoré\n" -#: g10/import.c:3866 +#: g10/import.c:3878 #, c-format msgid "key %s: invalid revocation certificate: %s - skipped\n" msgstr "clef %s : certificat de révocation incorrect : %s — ignoré\n" -#: g10/import.c:3880 +#: g10/import.c:3892 #, c-format msgid "key %s: subkey signature in wrong place - skipped\n" msgstr "clef %s : signature de sous-clef au mauvais endroit — ignorée\n" -#: g10/import.c:3888 +#: g10/import.c:3900 #, c-format msgid "key %s: unexpected signature class (0x%02X) - skipped\n" msgstr "clef %s : classe de signature inattendue (0x%02X) — ignorée\n" -#: g10/import.c:4061 +#: g10/import.c:4073 #, c-format msgid "key %s: duplicated user ID detected - merged\n" msgstr "clef %s : identités en double détectées — fusionnées\n" -#: g10/import.c:4168 +#: g10/import.c:4180 #, fuzzy, c-format #| msgid "key %s: duplicated user ID detected - merged\n" msgid "key %s: duplicated subkeys detected - merged\n" msgstr "clef %s : identités en double détectées — fusionnées\n" -#: g10/import.c:4233 +#: g10/import.c:4245 #, c-format msgid "WARNING: key %s may be revoked: fetching revocation key %s\n" msgstr "" "Attention : la clef %s est peut-être révoquée :\n" " récupération de la clef de révocation %s\n" -#: g10/import.c:4249 +#: g10/import.c:4261 #, c-format msgid "WARNING: key %s may be revoked: revocation key %s not present.\n" msgstr "" "Attention : la clef %s est peut-être révoquée :\n" " la clef de révocation %s est absente.\n" -#: g10/import.c:4315 +#: g10/import.c:4327 #, c-format msgid "key %s: \"%s\" revocation certificate added\n" msgstr "clef %s : ajout du certificat de révocation « %s »\n" -#: g10/import.c:4353 +#: g10/import.c:4365 #, c-format msgid "key %s: direct key signature added\n" msgstr "clef %s : ajout de la signature directe de clef\n" @@ -4975,12 +4975,12 @@ msgstr "" "forcément correcte avant d'avoir relancé le programme.\n" #: g10/keyedit.c:4016 g10/keyedit.c:4447 g10/keyserver.c:535 -#: g10/mainproc.c:2277 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 +#: g10/mainproc.c:2280 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 msgid "revoked" msgstr "révoquée" #: g10/keyedit.c:4018 g10/keyedit.c:4449 g10/keyserver.c:539 -#: g10/mainproc.c:2279 g10/tofu.c:1792 g10/trust.c:124 +#: g10/mainproc.c:2282 g10/tofu.c:1792 g10/trust.c:124 msgid "expired" msgstr "expirée" @@ -5545,7 +5545,7 @@ msgstr " (%d) Clef existante sur la carte\n" msgid "Enter the keygrip: " msgstr "Entrez le keygrip : " -#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2279 +#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2280 #, c-format msgid "Not a valid keygrip (expecting 40 hex digits)\n" msgstr "Ce n'est pas un keygrip valable (40 chiffres hexadécimaux attendus)\n" @@ -5554,13 +5554,13 @@ msgstr "Ce n'est pas un keygrip valable (40 chiffres hexadécimaux attendus)\n" msgid "No key with this keygrip\n" msgstr "Pas de clef avec ce keygrip\n" -#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3437 g10/keygen.c:3448 +#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3440 g10/keygen.c:3451 #: sm/certreqgen-ui.c:231 sm/certreqgen-ui.c:240 #, c-format msgid "error reading the card: %s\n" msgstr "erreur de lecture de la carte : %s\n" -#: g10/keygen.c:2292 g10/keygen.c:3441 sm/certreqgen-ui.c:234 +#: g10/keygen.c:2292 g10/keygen.c:3444 sm/certreqgen-ui.c:234 #, c-format msgid "Serial number of the card: %s\n" msgstr "Numéro de série de la carte : %s\n" @@ -5808,13 +5808,18 @@ msgstr "" "pendant la génération de nombres premiers ; cela donne au générateur de\n" "nombres aléatoires une meilleure chance d'obtenir suffisamment d'entropie.\n" -#: g10/keygen.c:4570 g10/keygen.c:4643 g10/keygen.c:4661 g10/keygen.c:4690 -#: g10/keygen.c:5066 g10/keygen.c:5612 g10/keygen.c:5923 g10/keygen.c:6030 +#: g10/keygen.c:3591 +#, c-format +msgid "WARNING: v4 is specified, but overridden by v5.\n" +msgstr "" + +#: g10/keygen.c:4590 g10/keygen.c:4663 g10/keygen.c:4681 g10/keygen.c:4710 +#: g10/keygen.c:5086 g10/keygen.c:5632 g10/keygen.c:5943 g10/keygen.c:6050 #, c-format msgid "Key generation failed: %s\n" msgstr "Échec de génération de la clef : %s\n" -#: g10/keygen.c:4579 +#: g10/keygen.c:4599 #, c-format msgid "" "About to create a key for:\n" @@ -5825,66 +5830,66 @@ msgstr "" " « %s »\n" "\n" -#: g10/keygen.c:4581 +#: g10/keygen.c:4601 msgid "Continue? (Y/n) " msgstr "Faut-il continuer ? (O/n) " -#: g10/keygen.c:4602 +#: g10/keygen.c:4622 #, c-format msgid "A key for \"%s\" already exists\n" msgstr "Une clef pour « %s » existe déjà \n" -#: g10/keygen.c:4607 +#: g10/keygen.c:4627 msgid "Create anyway? (y/N) " msgstr "Faut-il quand même créer ? (o/N) " -#: g10/keygen.c:4613 +#: g10/keygen.c:4633 #, c-format msgid "creating anyway\n" msgstr "création quand même\n" -#: g10/keygen.c:5049 +#: g10/keygen.c:5069 #, c-format msgid "Note: Use \"%s %s\" for a full featured key generation dialog.\n" msgstr "" "Remarque : Utilisez « %s %s » pour une fenêtre de dialogue de génération de " "clef complète.\n" -#: g10/keygen.c:5098 +#: g10/keygen.c:5118 #, c-format msgid "Key generation canceled.\n" msgstr "La génération de clef a été annulée.\n" -#: g10/keygen.c:5158 +#: g10/keygen.c:5178 #, c-format msgid "can't create backup file '%s': %s\n" msgstr "impossible de créer le fichier de sauvegarde « %s » : %s\n" -#: g10/keygen.c:5178 +#: g10/keygen.c:5198 #, c-format msgid "Note: backup of card key saved to '%s'\n" msgstr "Remarque : sauvegarde de la clef de la carte dans « %s »\n" -#: g10/keygen.c:5339 g10/keygen.c:5541 +#: g10/keygen.c:5359 g10/keygen.c:5561 #, c-format msgid "writing public key to '%s'\n" msgstr "écriture de la clef publique dans « %s »\n" -#: g10/keygen.c:5535 +#: g10/keygen.c:5555 #, c-format msgid "no writable public keyring found: %s\n" msgstr "aucun porte-clefs public accessible en écriture n'a été trouvé : %s\n" -#: g10/keygen.c:5549 +#: g10/keygen.c:5569 #, c-format msgid "error writing public keyring '%s': %s\n" msgstr "erreur d'écriture du porte-clefs public « %s » : %s\n" -#: g10/keygen.c:5583 +#: g10/keygen.c:5603 msgid "public and secret key created and signed.\n" msgstr "les clefs publique et secrète ont été créées et signées.\n" -#: g10/keygen.c:5599 +#: g10/keygen.c:5619 msgid "" "Note that this key cannot be used for encryption. You may want to use\n" "the command \"--edit-key\" to generate a subkey for this purpose.\n" @@ -5893,7 +5898,7 @@ msgstr "" "pouvez\n" "utiliser la commande « --edit-key » pour générer une sous-clef à cette fin.\n" -#: g10/keygen.c:5781 g10/keygen.c:5980 +#: g10/keygen.c:5801 g10/keygen.c:6000 #, c-format msgid "" "key has been created %lu second in future (time warp or clock problem)\n" @@ -5901,7 +5906,7 @@ msgstr "" "la clef a été créée %lu seconde dans le futur (faille temporelle ou\n" "problème d'horloge)\n" -#: g10/keygen.c:5783 g10/keygen.c:5982 +#: g10/keygen.c:5803 g10/keygen.c:6002 #, c-format msgid "" "key has been created %lu seconds in future (time warp or clock problem)\n" @@ -5909,25 +5914,25 @@ msgstr "" "la clef a été créée %lu secondes dans le futur (faille temporelle ou\n" "problème d'horloge)\n" -#: g10/keygen.c:5794 g10/keygen.c:5993 +#: g10/keygen.c:5814 g10/keygen.c:6013 #, c-format msgid "Note: creating subkeys for v3 keys is not OpenPGP compliant\n" msgstr "" "Remarque : la création de sous-clefs pour des clefs v3 n'est pas compatible\n" " avec OpenPGP\n" -#: g10/keygen.c:5806 g10/keygen.c:5808 +#: g10/keygen.c:5826 g10/keygen.c:5828 #, c-format msgid "Secret parts of primary key are not available.\n" msgstr "Les parties secrètes de la clef principale ne sont pas disponibles.\n" -#: g10/keygen.c:5815 g10/keygen.c:5817 +#: g10/keygen.c:5835 g10/keygen.c:5837 #, c-format msgid "Secret parts of primary key are stored on-card.\n" msgstr "" "Les parties secrètes de la clef principale sont stockées sur la carte.\n" -#: g10/keygen.c:5837 g10/keygen.c:6007 +#: g10/keygen.c:5857 g10/keygen.c:6027 msgid "Really create? (y/N) " msgstr "Faut-il vraiment la créer ? (o/N) " @@ -6085,7 +6090,7 @@ msgstr "protocole de serveur de clefs incorrect (nous %d!=gestionnaire %d)\n" msgid "\"%s\" not a key ID: skipping\n" msgstr "« %s » n'est pas un identifiant de clef : ignoré\n" -#: g10/keyserver.c:1418 g10/keyserver.c:1451 +#: g10/keyserver.c:1420 g10/keyserver.c:1453 #, fuzzy, c-format #| msgid "refreshing %d keys from %s\n" msgid "refreshing %d key from %s\n" @@ -6093,55 +6098,55 @@ msgid_plural "refreshing %d keys from %s\n" msgstr[0] "rafraîchissement de %d clefs à partir de %s\n" msgstr[1] "rafraîchissement de %d clefs à partir de %s\n" -#: g10/keyserver.c:1425 +#: g10/keyserver.c:1427 #, c-format msgid "WARNING: unable to refresh key %s via %s: %s\n" msgstr "" "Attention : impossible de rafraîchir la clef %s\n" " avec %s : %s\n" -#: g10/keyserver.c:1529 +#: g10/keyserver.c:1531 #, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "clef « %s » introuvable sur le serveur de clefs\n" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1534 #, c-format msgid "key not found on keyserver\n" msgstr "clef introuvable sur le serveur de clefs\n" -#: g10/keyserver.c:1720 +#: g10/keyserver.c:1722 #, c-format msgid "requesting key %s from %s server %s\n" msgstr "demande de la clef %s sur le serveur %s %s\n" -#: g10/keyserver.c:1724 +#: g10/keyserver.c:1726 #, c-format msgid "requesting key %s from %s\n" msgstr "requête de la clef %s sur %s\n" -#: g10/keyserver.c:1829 g10/keyserver.c:2008 +#: g10/keyserver.c:1841 g10/keyserver.c:2020 #, fuzzy, c-format #| msgid "no keyserver action!\n" msgid "no keyserver known\n" msgstr "pas d'action pour le serveur de clefs.\n" -#: g10/keyserver.c:1844 g10/skclist.c:213 g10/skclist.c:241 +#: g10/keyserver.c:1856 g10/skclist.c:213 g10/skclist.c:241 #, c-format msgid "skipped \"%s\": %s\n" msgstr "« %s » a été ignorée : %s\n" -#: g10/keyserver.c:1848 +#: g10/keyserver.c:1860 #, c-format msgid "sending key %s to %s\n" msgstr "envoi de la clef %s à %s\n" -#: g10/keyserver.c:1889 +#: g10/keyserver.c:1901 #, c-format msgid "requesting key from '%s'\n" msgstr "requête de la clef sur « %s »\n" -#: g10/keyserver.c:1905 +#: g10/keyserver.c:1917 #, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "Attention : impossible de récupérer l'URI %s : %s\n" @@ -6337,74 +6342,74 @@ msgstr " alias « %s »" msgid "Key available at: " msgstr "Clef disponible sur : " -#: g10/mainproc.c:2033 +#: g10/mainproc.c:2034 #, c-format msgid "Note: Use '%s' to make use of this info\n" msgstr "" -#: g10/mainproc.c:2231 +#: g10/mainproc.c:2234 msgid "[uncertain]" msgstr "[doute]" -#: g10/mainproc.c:2269 +#: g10/mainproc.c:2272 #, c-format msgid " aka \"%s\"" msgstr " alias « %s »" -#: g10/mainproc.c:2344 +#: g10/mainproc.c:2347 #, fuzzy, c-format #| msgid "WARNING: This key is not certified with a trusted signature!\n" msgid "WARNING: This key is not suitable for signing in %s mode\n" msgstr "" "Attention : cette clef n'est pas certifiée avec une signature de confiance.\n" -#: g10/mainproc.c:2360 +#: g10/mainproc.c:2363 #, c-format msgid "Signature expired %s\n" msgstr "La signature a expiré le %s\n" -#: g10/mainproc.c:2365 +#: g10/mainproc.c:2368 #, c-format msgid "Signature expires %s\n" msgstr "La signature expire le %s\n" -#: g10/mainproc.c:2376 +#: g10/mainproc.c:2379 #, c-format msgid "%s signature, digest algorithm %s%s%s\n" msgstr "signature %s, algorithme de hachage %s%s%s\n" -#: g10/mainproc.c:2377 +#: g10/mainproc.c:2380 msgid "binary" msgstr "binaire" -#: g10/mainproc.c:2378 +#: g10/mainproc.c:2381 msgid "textmode" msgstr "mode texte" -#: g10/mainproc.c:2378 g10/trust.c:123 dirmngr/ocsp.c:792 +#: g10/mainproc.c:2381 g10/trust.c:123 dirmngr/ocsp.c:792 msgid "unknown" msgstr "inconnu" -#: g10/mainproc.c:2380 +#: g10/mainproc.c:2383 msgid ", key algorithm " msgstr ", algorithme de clef " -#: g10/mainproc.c:2415 +#: g10/mainproc.c:2418 #, c-format msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n" msgstr "" -#: g10/mainproc.c:2454 +#: g10/mainproc.c:2457 #, c-format msgid "Can't check signature: %s\n" msgstr "Impossible de vérifier la signature : %s\n" -#: g10/mainproc.c:2550 g10/mainproc.c:2569 g10/mainproc.c:2693 +#: g10/mainproc.c:2553 g10/mainproc.c:2572 g10/mainproc.c:2696 #, c-format msgid "not a detached signature\n" msgstr "la signature n'est pas détachée\n" -#: g10/mainproc.c:2603 +#: g10/mainproc.c:2606 #, c-format msgid "" "WARNING: multiple signatures detected. Only the first will be checked.\n" @@ -6412,12 +6417,12 @@ msgstr "" "Attention : plusieurs signatures ont été détectées.\n" " Seule la première sera vérifiée.\n" -#: g10/mainproc.c:2612 +#: g10/mainproc.c:2615 #, c-format msgid "standalone signature of class 0x%02x\n" msgstr "signature autonome de classe 0x%02x\n" -#: g10/mainproc.c:2697 +#: g10/mainproc.c:2700 #, c-format msgid "old style (PGP 2.x) signature\n" msgstr "signature d'un ancien type (PGP 2.x)\n" @@ -8415,7 +8420,7 @@ msgstr "" #. TRANSLATORS: Put a \x1f right before a colon. This can be #. * used by pinentry to nicely align the names and values. Keep #. * the %s at the start and end of the string. -#: scd/app-piv.c:1770 scd/app-p15.c:4741 scd/app-nks.c:1475 +#: scd/app-piv.c:1770 scd/app-p15.c:4937 scd/app-nks.c:1530 #: scd/app-openpgp.c:2386 #, c-format msgid "%sNumber: %s%%0AHolder: %s%s" @@ -8423,7 +8428,7 @@ msgstr "" #. TRANSLATORS: This is the number of remaining attempts to #. * enter a PIN. Use %%0A (double-percent,0A) for a linefeed. -#: scd/app-piv.c:1787 scd/app-p15.c:4760 scd/app-nks.c:1494 +#: scd/app-piv.c:1787 scd/app-p15.c:4956 scd/app-nks.c:1549 #: scd/app-openpgp.c:2402 #, c-format msgid "Remaining attempts: %d" @@ -8467,7 +8472,7 @@ msgstr "" "|P|Veuillez entrer le code de déblocage personnel (CDP) pour les clefs " "standards." -#: scd/app-piv.c:1888 scd/app-nks.c:1605 scd/app-openpgp.c:2669 +#: scd/app-piv.c:1888 scd/app-nks.c:1660 scd/app-openpgp.c:2669 #: scd/app-openpgp.c:2693 scd/app-openpgp.c:2871 scd/app-openpgp.c:2893 #: scd/app-openpgp.c:3074 scd/app-openpgp.c:3361 scd/app-openpgp.c:3408 #: scd/app-openpgp.c:3545 scd/app-dinsig.c:302 @@ -8560,7 +8565,7 @@ msgstr[1] "la génération de clef est terminé (%d secondes)\n" msgid "response does not contain the public key data\n" msgstr "la réponse ne contient pas les données de clef publique\n" -#: scd/app-p15.c:4839 scd/app-nks.c:1983 +#: scd/app-p15.c:5035 scd/app-nks.c:2038 msgid "||Please enter the PIN for the key to create qualified signatures." msgstr "" "||Veuillez entrer le code personnel pour permettre à la clef de créer des " @@ -8568,58 +8573,58 @@ msgstr "" #. TRANSLATORS: Do not translate the "|A|" prefix but keep it at #. the start of the string. Use %0A (single percent) for a linefeed. -#: scd/app-p15.c:4842 scd/app-openpgp.c:2818 +#: scd/app-p15.c:5038 scd/app-openpgp.c:2818 msgid "|A|Please enter the Admin PIN" msgstr "|A|Veuillez entrer le code personnel d'administration" -#: scd/app-p15.c:4844 scd/app-nks.c:1973 +#: scd/app-p15.c:5040 scd/app-nks.c:2028 msgid "|P|Please enter the PIN Unblocking Code (PUK) for the standard keys." msgstr "" "|P|Veuillez entrer le code de déblocage personnel (CDP) pour les clefs " "standards." -#: scd/app-p15.c:4847 scd/app-nks.c:1964 +#: scd/app-p15.c:5043 scd/app-nks.c:2019 msgid "||Please enter the PIN for the standard keys." msgstr "||Veuillez entrer le code personnel pour les clefs standards." -#: scd/app-nks.c:1413 scd/app-openpgp.c:4321 +#: scd/app-nks.c:1468 scd/app-openpgp.c:4321 #, c-format msgid "RSA modulus missing or not of size %d bits\n" msgstr "le module RSA est manquant ou sa taille n'est pas de %d bits\n" -#: scd/app-nks.c:1421 scd/app-openpgp.c:4333 +#: scd/app-nks.c:1476 scd/app-openpgp.c:4333 #, c-format msgid "RSA public exponent missing or larger than %d bits\n" msgstr "l'exposant public RSA est manquant ou plus grand que %d bits\n" -#: scd/app-nks.c:1594 +#: scd/app-nks.c:1649 #, fuzzy #| msgid "the NullPIN has not yet been changed\n" msgid "Note: PIN has not yet been enabled." msgstr "le code personnel nul n'a pas encore été modifié\n" -#: scd/app-nks.c:1641 +#: scd/app-nks.c:1696 #, c-format msgid "the NullPIN has not yet been changed\n" msgstr "le code personnel nul n'a pas encore été modifié\n" -#: scd/app-nks.c:1963 +#: scd/app-nks.c:2018 msgid "|N|Please enter a new PIN for the standard keys." msgstr "|N|Veuillez entrer un nouveau code personnel pour les clefs standards." -#: scd/app-nks.c:1971 +#: scd/app-nks.c:2026 msgid "|NP|Please enter a new PIN Unblocking Code (PUK) for the standard keys." msgstr "" "|NP|Veuillez entrer un nouveau code de déblocage personnel (CDP) pour les " "clefs standards." -#: scd/app-nks.c:1981 +#: scd/app-nks.c:2036 msgid "|N|Please enter a new PIN for the key to create qualified signatures." msgstr "" "|N|Veuillez entrer un nouveau code personnel pour permettre à la clef de " "créer des signatures qualifiées." -#: scd/app-nks.c:1991 +#: scd/app-nks.c:2046 msgid "" "|NP|Please enter a new PIN Unblocking Code (PUK) for the key to create " "qualified signatures." @@ -8627,7 +8632,7 @@ msgstr "" "|NP|Veuillez entrer un nouveau code de déblocage personnel (CDP) pour " "permettre à la clef de créer des signatures qualifiées." -#: scd/app-nks.c:1993 +#: scd/app-nks.c:2048 msgid "" "|P|Please enter the PIN Unblocking Code (PUK) for the key to create " "qualified signatures." @@ -8635,7 +8640,7 @@ msgstr "" "|P|Veuillez entrer le code de déblocage personnel (CDP) pour permettre à la " "clef de créer des signatures qualifiées." -#: scd/app-nks.c:2166 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 +#: scd/app-nks.c:2221 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 #, c-format msgid "error getting new PIN: %s\n" msgstr "erreur de lecture du nouveau code personnel : %s\n" @@ -8836,59 +8841,59 @@ msgstr "" msgid "|N|Initial New PIN" msgstr "|N|Nouveau code personnel initial" -#: scd/scdaemon.c:118 +#: scd/scdaemon.c:119 msgid "run in multi server mode (foreground)" msgstr "exécuter en mode multiserveur (premier plan)" -#: scd/scdaemon.c:135 sm/gpgsm.c:271 dirmngr/dirmngr.c:197 +#: scd/scdaemon.c:136 sm/gpgsm.c:274 dirmngr/dirmngr.c:198 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "|NIVEAU|définir le niveau de débogage à NIVEAU" -#: scd/scdaemon.c:141 +#: scd/scdaemon.c:142 msgid "|FILE|write a log to FILE" msgstr "|FICHIER|écrire un journal dans le FICHIER" -#: scd/scdaemon.c:148 +#: scd/scdaemon.c:149 msgid "|N|connect to reader at port N" msgstr "|N|se connecter au lecteur par le port N" -#: scd/scdaemon.c:150 +#: scd/scdaemon.c:151 msgid "|NAME|use NAME as ct-API driver" msgstr "|NOM|utiliser NOM comme pilote ct-API" -#: scd/scdaemon.c:152 +#: scd/scdaemon.c:153 msgid "|NAME|use NAME as PC/SC driver" msgstr "|NOM|utiliser NOM comme pilote PC/SC" -#: scd/scdaemon.c:156 +#: scd/scdaemon.c:157 msgid "do not use the internal CCID driver" msgstr "ne pas utiliser le pilote CCID interne" -#: scd/scdaemon.c:162 +#: scd/scdaemon.c:163 msgid "|N|disconnect the card after N seconds of inactivity" msgstr "|N|déconnecter la carte après N secondes d'inactivité " -#: scd/scdaemon.c:165 +#: scd/scdaemon.c:166 msgid "do not use a reader's pinpad" msgstr "ne pas utiliser de pavé numérique du lecteur" -#: scd/scdaemon.c:168 +#: scd/scdaemon.c:169 msgid "use variable length input for pinpad" msgstr "utiliser une entrée de taille variable pour le pavé numérique" -#: scd/scdaemon.c:171 +#: scd/scdaemon.c:172 msgid "|LIST|change the application priority to LIST" msgstr "" -#: scd/scdaemon.c:179 +#: scd/scdaemon.c:180 msgid "deny the use of admin card commands" msgstr "refus d'utiliser les commandes d'administration de la carte" -#: scd/scdaemon.c:324 +#: scd/scdaemon.c:325 msgid "Usage: @SCDAEMON@ [options] (-h for help)" msgstr "Utilisation : @SCDAEMON@ [options] (-h pour l'aide)" -#: scd/scdaemon.c:326 +#: scd/scdaemon.c:327 msgid "" "Syntax: scdaemon [options] [command [args]]\n" "Smartcard daemon for @GNUPG@\n" @@ -8896,19 +8901,19 @@ msgstr "" "Syntaxe : scdaemon [options] [commande [arguments]]\n" "Démon de carte à puce pour @GNUPG@\n" -#: scd/scdaemon.c:807 +#: scd/scdaemon.c:819 #, c-format msgid "please use the option '--daemon' to run the program in the background\n" msgstr "" "veuillez utiliser l'option « --daemon » pour exécuter le programme\n" "en arrière-plan\n" -#: scd/scdaemon.c:1183 dirmngr/dirmngr.c:2077 +#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2104 #, c-format msgid "handler for fd %d started\n" msgstr "gestionnaire pour le descripteur %d démarré\n" -#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2085 +#: scd/scdaemon.c:1207 dirmngr/dirmngr.c:2112 #, c-format msgid "handler for fd %d terminated\n" msgstr "gestionnaire pour le descripteur %d terminé\n" @@ -9192,7 +9197,7 @@ msgstr "" "un hachage de %1$u bits n'est pas valable pour une clef %3$s de %2$u bits\n" #: sm/certcheck.c:239 sm/certcheck.c:263 dirmngr/crlcache.c:1542 -#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1363 dirmngr/validate.c:903 +#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1372 dirmngr/validate.c:903 #: dirmngr/validate.c:927 #, c-format msgid "out of core\n" @@ -9546,127 +9551,127 @@ msgstr "échec de suppression du certificat « %s » : %s\n" msgid "no valid recipients given\n" msgstr "aucune destinataire valable donnée\n" -#: sm/gpgsm.c:224 +#: sm/gpgsm.c:226 msgid "list external keys" msgstr "afficher les clefs externes" -#: sm/gpgsm.c:226 +#: sm/gpgsm.c:228 msgid "list certificate chain" msgstr "afficher la chaîne de certificats" -#: sm/gpgsm.c:234 +#: sm/gpgsm.c:236 msgid "import certificates" msgstr "importer les certificats" -#: sm/gpgsm.c:235 +#: sm/gpgsm.c:237 msgid "export certificates" msgstr "exporter les certificats" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:245 msgid "register a smartcard" msgstr "enregistrer une carte à puce" -#: sm/gpgsm.c:246 +#: sm/gpgsm.c:248 msgid "pass a command to the dirmngr" msgstr "passer une commande au dirmngr" -#: sm/gpgsm.c:248 +#: sm/gpgsm.c:250 msgid "invoke gpg-protect-tool" msgstr "appeler gpg-protect-tool" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:270 msgid "don't use the terminal at all" msgstr "ne pas utiliser du tout le terminal" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "|N|number of certificates to include" msgstr "|N|nombre de certificats à inclure" -#: sm/gpgsm.c:296 +#: sm/gpgsm.c:299 msgid "|FILE|take policy information from FILE" msgstr "|FICHIER|prendre renseignements de politique du FICHIER" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "assume input is in PEM format" msgstr "entrée supposée au format PEM" -#: sm/gpgsm.c:312 +#: sm/gpgsm.c:315 msgid "assume input is in base-64 format" msgstr "entrée supposée au format base-64" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "assume input is in binary format" msgstr "entrée supposée au format binaire" -#: sm/gpgsm.c:323 +#: sm/gpgsm.c:326 msgid "create base-64 encoded output" msgstr "créer une sortie encodée en base-64" -#: sm/gpgsm.c:335 +#: sm/gpgsm.c:338 msgid "|USER-ID|use USER-ID as default secret key" msgstr "|IDENTITÉ| utiliser IDENTITÉ comme clef secr. par défaut" -#: sm/gpgsm.c:346 +#: sm/gpgsm.c:349 msgid "|FILE|add keyring to the list of keyrings" msgstr "|FICHIER|ajouter le trousseau à la liste de trousseaux" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 msgid "|SPEC|use this keyserver to lookup keys" msgstr "|SPEC|utiliser ce serveur pour rechercher les clefs" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "fetch missing issuer certificates" msgstr "récupérer certificats d'émetteur manquants" -#: sm/gpgsm.c:361 +#: sm/gpgsm.c:364 msgid "|NAME|use encoding NAME for PKCS#12 passphrases" msgstr "|NOM|utiliser l’encodage NOM pour les phrases secrète PKCS#12" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 msgid "never consult a CRL" msgstr "ne pas consulter liste de révocations de cert." -#: sm/gpgsm.c:386 +#: sm/gpgsm.c:389 msgid "do not check CRLs for root certificates" msgstr "ne pas vérifier les listes de révocations de certificat racine" -#: sm/gpgsm.c:390 +#: sm/gpgsm.c:393 msgid "check validity using OCSP" msgstr "vérifier la validité avec OCSP" -#: sm/gpgsm.c:392 +#: sm/gpgsm.c:395 msgid "do not check certificate policies" msgstr "ne pas vérifier les politiques de certificat" -#: sm/gpgsm.c:395 +#: sm/gpgsm.c:398 msgid "|NAME|use cipher algorithm NAME" msgstr "|NOM|utiliser l'algorithme de chiffrement NOM" -#: sm/gpgsm.c:397 +#: sm/gpgsm.c:400 msgid "|NAME|use message digest algorithm NAME" msgstr "|NOM|utiliser l'algorithme de hachage NOM" -#: sm/gpgsm.c:407 +#: sm/gpgsm.c:410 msgid "batch mode: never ask" msgstr "mode automatique : aucune question" -#: sm/gpgsm.c:409 +#: sm/gpgsm.c:412 msgid "assume yes on most questions" msgstr "oui comme réponse à la plupart des questions" -#: sm/gpgsm.c:410 +#: sm/gpgsm.c:413 msgid "assume no on most questions" msgstr "non comme réponse à la plupart des questions" -#: sm/gpgsm.c:427 +#: sm/gpgsm.c:430 msgid "|FILE|write an audit log to FILE" msgstr "|FICHIER|écrire un journal d'audit dans le FICHIER" -#: sm/gpgsm.c:612 +#: sm/gpgsm.c:615 msgid "Usage: @GPGSM@ [options] [files] (-h for help)" msgstr "Utilisation : @GPGSM@ [options] [fichiers] (-h pour l'aide)" -#: sm/gpgsm.c:615 +#: sm/gpgsm.c:618 msgid "" "Syntax: @GPGSM@ [options] [files]\n" "Sign, check, encrypt or decrypt using the S/MIME protocol\n" @@ -9676,52 +9681,52 @@ msgstr "" "Signer, vérifier, chiffrer ou déchiffrer en utilisant le protocole S/MIME\n" "L'opération par défaut dépend des données entrées\n" -#: sm/gpgsm.c:823 +#: sm/gpgsm.c:826 #, c-format msgid "Note: won't be able to encrypt to '%s': %s\n" msgstr "Remarque : ne sera pas capable de chiffrer à « %s » : %s\n" -#: sm/gpgsm.c:834 +#: sm/gpgsm.c:837 #, c-format msgid "unknown validation model '%s'\n" msgstr "modèle de validation « %s » inconnu\n" -#: sm/gpgsm.c:893 dirmngr/ldapserver.c:89 +#: sm/gpgsm.c:896 dirmngr/ldapserver.c:89 #, c-format msgid "%s:%u: no hostname given\n" msgstr "%s : %u : aucun nom d'hôte donné\n" -#: sm/gpgsm.c:912 dirmngr/ldapserver.c:108 +#: sm/gpgsm.c:915 dirmngr/ldapserver.c:108 #, c-format msgid "%s:%u: password given without user\n" msgstr "%s : %u : mot de passe donné sans utilisateur\n" -#: sm/gpgsm.c:943 dirmngr/ldapserver.c:139 +#: sm/gpgsm.c:946 dirmngr/ldapserver.c:139 #, c-format msgid "%s:%u: ignoring unknown flag '%s'\n" msgstr "" -#: sm/gpgsm.c:959 dirmngr/ldapserver.c:155 +#: sm/gpgsm.c:962 dirmngr/ldapserver.c:155 #, c-format msgid "%s:%u: skipping this line\n" msgstr "%s : %u : ignorer cette ligne\n" -#: sm/gpgsm.c:1545 +#: sm/gpgsm.c:1550 #, c-format msgid "could not parse keyserver\n" msgstr "impossible d'analyser le serveur de clefs\n" -#: sm/gpgsm.c:1825 +#: sm/gpgsm.c:1858 #, c-format msgid "importing common certificates '%s'\n" msgstr "importation des certificats commun « %s »\n" -#: sm/gpgsm.c:1871 +#: sm/gpgsm.c:1904 #, c-format msgid "can't sign using '%s': %s\n" msgstr "impossible de signer en utilisant « %s » : %s\n" -#: sm/gpgsm.c:2231 +#: sm/gpgsm.c:2273 #, c-format msgid "invalid command (there is no implicit command)\n" msgstr "commande incorrecte (il n'y a pas de commande implicite)\n" @@ -10742,139 +10747,139 @@ msgstr "nom de fichier absolu attendu\n" msgid "looking up '%s'\n" msgstr "recherche de « %s »\n" -#: dirmngr/dirmngr.c:174 +#: dirmngr/dirmngr.c:175 msgid "list the contents of the CRL cache" msgstr "afficher le contenu du cache de la liste de révocations de certificat" -#: dirmngr/dirmngr.c:175 +#: dirmngr/dirmngr.c:176 msgid "|FILE|load CRL from FILE into cache" msgstr "" "|FICHIER|charger la liste de révocations de certificat du FICHIER dans le " "cache" -#: dirmngr/dirmngr.c:176 +#: dirmngr/dirmngr.c:177 msgid "|URL|fetch a CRL from URL" msgstr "|URL|récupérer une liste de révocations de certificat d'une URL" -#: dirmngr/dirmngr.c:177 +#: dirmngr/dirmngr.c:178 msgid "shutdown the dirmngr" msgstr "arrêter le dirmngr" -#: dirmngr/dirmngr.c:178 +#: dirmngr/dirmngr.c:179 msgid "flush the cache" msgstr "vider le cache" -#: dirmngr/dirmngr.c:211 +#: dirmngr/dirmngr.c:212 msgid "allow online software version check" msgstr "" -#: dirmngr/dirmngr.c:214 +#: dirmngr/dirmngr.c:215 msgid "|N|do not return more than N items in one query" msgstr "|N|ne pas renvoyer plus de N éléments dans une requête" -#: dirmngr/dirmngr.c:220 +#: dirmngr/dirmngr.c:221 msgid "Network related options" msgstr "" -#: dirmngr/dirmngr.c:222 +#: dirmngr/dirmngr.c:223 msgid "route all network traffic via Tor" msgstr "" -#: dirmngr/dirmngr.c:234 +#: dirmngr/dirmngr.c:235 msgid "Configuration for Keyservers" msgstr "Configuration pour les serveurs de clefs" -#: dirmngr/dirmngr.c:237 +#: dirmngr/dirmngr.c:238 msgid "|URL|use keyserver at URL" msgstr "|URL|utiliser le serveur de clefs à l'URL" -#: dirmngr/dirmngr.c:239 +#: dirmngr/dirmngr.c:240 msgid "|FILE|use the CA certificates in FILE for HKP over TLS" msgstr "|FICHIER|utiliser les certificats de CA dans FICHIER pour HKP par TLS" -#: dirmngr/dirmngr.c:241 +#: dirmngr/dirmngr.c:242 msgid "Configuration for HTTP servers" msgstr "Configuration pour les serveurs HTTP" -#: dirmngr/dirmngr.c:243 +#: dirmngr/dirmngr.c:244 msgid "inhibit the use of HTTP" msgstr "interdire l'utilisation d'HTTP" -#: dirmngr/dirmngr.c:245 +#: dirmngr/dirmngr.c:246 msgid "ignore HTTP CRL distribution points" msgstr "" "ignorer les points de distribution de liste de révocations de certificat en " "HTTP" -#: dirmngr/dirmngr.c:247 +#: dirmngr/dirmngr.c:248 msgid "|URL|redirect all HTTP requests to URL" msgstr "|URL|rediriger toutes les requêtes HTTP vers l'URL" -#: dirmngr/dirmngr.c:249 +#: dirmngr/dirmngr.c:250 msgid "use system's HTTP proxy setting" msgstr "utiliser la configuration de serveur mandataire (proxy) du système" -#: dirmngr/dirmngr.c:253 +#: dirmngr/dirmngr.c:254 msgid "Configuration of LDAP servers to use" msgstr "Configuration des serveurs LDAP à utiliser" -#: dirmngr/dirmngr.c:255 +#: dirmngr/dirmngr.c:256 msgid "inhibit the use of LDAP" msgstr "interdire l'utilisation de LDAP" -#: dirmngr/dirmngr.c:257 +#: dirmngr/dirmngr.c:258 msgid "ignore LDAP CRL distribution points" msgstr "" "ignorer les points de distribution de liste de révocations de certificat en " "LDAP" -#: dirmngr/dirmngr.c:259 +#: dirmngr/dirmngr.c:260 msgid "|HOST|use HOST for LDAP queries" msgstr "|HÔTE|utiliser l'HÔTE pour les requêtes LDAP" -#: dirmngr/dirmngr.c:261 +#: dirmngr/dirmngr.c:262 msgid "do not use fallback hosts with --ldap-proxy" msgstr "ne pas utiliser d'hôtes de repli avec --ldap-proxy" -#: dirmngr/dirmngr.c:263 +#: dirmngr/dirmngr.c:264 msgid "|FILE|read LDAP server list from FILE" msgstr "|FICHIER|lire la liste de serveurs LDAP depuis le FICHIER" -#: dirmngr/dirmngr.c:265 +#: dirmngr/dirmngr.c:266 msgid "add new servers discovered in CRL distribution points to serverlist" msgstr "" "ajouter les nouveaux serveurs découverts dans les points de distribution de " "liste de révocations de certificat à la liste de serveurs" -#: dirmngr/dirmngr.c:268 dirmngr/dirmngr_ldap.c:104 +#: dirmngr/dirmngr.c:269 dirmngr/dirmngr_ldap.c:104 msgid "|N|set LDAP timeout to N seconds" msgstr "|N|définir le temps d'expiration de LDAP à N secondes" -#: dirmngr/dirmngr.c:271 +#: dirmngr/dirmngr.c:272 msgid "Configuration for OCSP" msgstr "Configuration pour OCSP" -#: dirmngr/dirmngr.c:273 +#: dirmngr/dirmngr.c:274 msgid "allow sending OCSP requests" msgstr "permettre l'envoi de requêtes OCSP" -#: dirmngr/dirmngr.c:275 +#: dirmngr/dirmngr.c:276 msgid "ignore certificate contained OCSP service URLs" msgstr "ignorer les URL de service OCSP contenues dans le certificat" -#: dirmngr/dirmngr.c:277 +#: dirmngr/dirmngr.c:278 msgid "|URL|use OCSP responder at URL" msgstr "|URL|utiliser le répondeur OCSP à l'URL" -#: dirmngr/dirmngr.c:279 +#: dirmngr/dirmngr.c:280 msgid "|FPR|OCSP response signed by FPR" msgstr "|EMPR|réponse OCSP signée par EMPR" -#: dirmngr/dirmngr.c:287 +#: dirmngr/dirmngr.c:288 msgid "force loading of outdated CRLs" msgstr "forcer le chargement des listes de révocations de certificat obsolètes" -#: dirmngr/dirmngr.c:298 +#: dirmngr/dirmngr.c:299 msgid "" "@\n" "(See the \"info\" manual for a complete listing of all commands and " @@ -10884,11 +10889,11 @@ msgstr "" "(Consultez le manuel « info » pour obtenir une liste complète des commandes\n" "et options)\n" -#: dirmngr/dirmngr.c:440 +#: dirmngr/dirmngr.c:441 msgid "Usage: @DIRMNGR@ [options] (-h for help)" msgstr "Utilisation : @DIRMNGR@ [options] (-h pour l'aide)" -#: dirmngr/dirmngr.c:442 +#: dirmngr/dirmngr.c:443 msgid "" "Syntax: @DIRMNGR@ [options] [command [args]]\n" "Keyserver, CRL, and OCSP access for @GNUPG@\n" @@ -10897,85 +10902,85 @@ msgstr "" "Serveur de clefs, liste de révocations de certificat et accès OCSP pour " "@GNUPG@\n" -#: dirmngr/dirmngr.c:522 +#: dirmngr/dirmngr.c:523 #, c-format msgid "valid debug levels are: %s\n" msgstr "les niveaux de débogage possibles sont : %s\n" -#: dirmngr/dirmngr.c:608 tools/gpgconf.c:667 tools/gpgconf.c:702 +#: dirmngr/dirmngr.c:609 tools/gpgconf.c:667 tools/gpgconf.c:702 #: tools/gpgconf.c:802 #, c-format msgid "usage: %s [options] " msgstr "utilisation : %s [options] " -#: dirmngr/dirmngr.c:1251 +#: dirmngr/dirmngr.c:1260 #, c-format msgid "colons are not allowed in the socket name\n" msgstr "les deux-points ne sont pas permis dans le nom de socket\n" -#: dirmngr/dirmngr.c:1486 dirmngr/server.c:1824 +#: dirmngr/dirmngr.c:1495 dirmngr/server.c:1824 #, c-format msgid "fetching CRL from '%s' failed: %s\n" msgstr "" "échec de récupération de liste de révocations de certificat sur « %s » : %s\n" -#: dirmngr/dirmngr.c:1492 dirmngr/server.c:1830 +#: dirmngr/dirmngr.c:1501 dirmngr/server.c:1830 #, c-format msgid "processing CRL from '%s' failed: %s\n" msgstr "" "échec du traitement de liste de révocations de certificat sur « %s » : %s\n" -#: dirmngr/dirmngr.c:1634 +#: dirmngr/dirmngr.c:1643 #, c-format msgid "%s:%u: line too long - skipped\n" msgstr "%s : %u : ligne trop longue — ignorée\n" -#: dirmngr/dirmngr.c:1689 dirmngr/dirmngr.c:1773 +#: dirmngr/dirmngr.c:1698 dirmngr/dirmngr.c:1782 #, c-format msgid "%s:%u: invalid fingerprint detected\n" msgstr "%s : %u : empreinte incorrecte détectée\n" -#: dirmngr/dirmngr.c:1725 dirmngr/dirmngr.c:1751 tools/gpgconf-comp.c:3534 +#: dirmngr/dirmngr.c:1734 dirmngr/dirmngr.c:1760 tools/gpgconf-comp.c:3539 #, c-format msgid "%s:%u: read error: %s\n" msgstr "%s : %u : erreur de lecture : %s\n" -#: dirmngr/dirmngr.c:1780 +#: dirmngr/dirmngr.c:1789 #, c-format msgid "%s:%u: garbage at end of line ignored\n" msgstr "%s : %u : fin de ligne inutile ignorée\n" -#: dirmngr/dirmngr.c:1849 +#: dirmngr/dirmngr.c:1876 #, c-format msgid "SIGHUP received - re-reading configuration and flushing caches\n" msgstr "SIGHUP reçu — relecture de la configuration et vidage des caches\n" -#: dirmngr/dirmngr.c:1890 +#: dirmngr/dirmngr.c:1917 #, c-format msgid "SIGUSR2 received - no action defined\n" msgstr "SIGUSR2 reçu — aucune action définie\n" -#: dirmngr/dirmngr.c:1895 +#: dirmngr/dirmngr.c:1922 #, c-format msgid "SIGTERM received - shutting down ...\n" msgstr "SIGTERM reçu — arrêt…\n" -#: dirmngr/dirmngr.c:1897 +#: dirmngr/dirmngr.c:1924 #, c-format msgid "SIGTERM received - still %d active connections\n" msgstr "SIGTERM reçu — encore %d connexions actives\n" -#: dirmngr/dirmngr.c:1902 +#: dirmngr/dirmngr.c:1929 #, c-format msgid "shutdown forced\n" msgstr "arrêt forcé\n" -#: dirmngr/dirmngr.c:1910 +#: dirmngr/dirmngr.c:1937 #, c-format msgid "SIGINT received - immediate shutdown\n" msgstr "SIGINT reçu — arrêt immédiat\n" -#: dirmngr/dirmngr.c:1917 +#: dirmngr/dirmngr.c:1944 #, c-format msgid "signal %d received - no action defined\n" msgstr "signal %d reçu — aucune action définie\n" @@ -11433,7 +11438,7 @@ msgid "serialno missing in cert ID" msgstr "serialno manquant dans l'identifiant de certificat" #: dirmngr/server.c:1387 dirmngr/server.c:1473 dirmngr/server.c:1909 -#: dirmngr/server.c:1980 dirmngr/server.c:2552 dirmngr/server.c:2567 +#: dirmngr/server.c:1980 dirmngr/server.c:2556 dirmngr/server.c:2571 #, c-format msgid "assuan_inquire failed: %s\n" msgstr "échec d'assuan_inquire : %s\n" @@ -11463,32 +11468,32 @@ msgstr "échec de fetch_next_cert : %s\n" msgid "max_replies %d exceeded\n" msgstr "max_replies %d dépassé\n" -#: dirmngr/server.c:2856 +#: dirmngr/server.c:2860 #, c-format msgid "can't allocate control structure: %s\n" msgstr "impossible d'allouer une structure de contrôle : %s\n" -#: dirmngr/server.c:2867 +#: dirmngr/server.c:2871 #, c-format msgid "failed to allocate assuan context: %s\n" msgstr "échec d'allocation du contexte Assuan : %s\n" -#: dirmngr/server.c:2888 +#: dirmngr/server.c:2892 #, c-format msgid "failed to initialize the server: %s\n" msgstr "impossible d'initialiser le serveur : %s\n" -#: dirmngr/server.c:2896 +#: dirmngr/server.c:2900 #, c-format msgid "failed to the register commands with Assuan: %s\n" msgstr "impossible d'enregistrer les commandes avec Assuan : %s\n" -#: dirmngr/server.c:2929 +#: dirmngr/server.c:2933 #, c-format msgid "Assuan accept problem: %s\n" msgstr "problème d'accept_assuan : %s\n" -#: dirmngr/server.c:2948 +#: dirmngr/server.c:2952 #, c-format msgid "Assuan processing failed: %s\n" msgstr "problème de traitement Assuan : %s\n" @@ -11644,82 +11649,82 @@ msgstr "" msgid "error sending standard options: %s\n" msgstr "erreur d'envoi d'options standards : %s\n" -#: tools/gpgconf-comp.c:647 +#: tools/gpgconf-comp.c:649 #, fuzzy #| msgid "GPG for OpenPGP" msgid "OpenPGP" msgstr "GPG pour OpenPGP" -#: tools/gpgconf-comp.c:651 +#: tools/gpgconf-comp.c:653 #, fuzzy #| msgid "GPG for S/MIME" msgid "S/MIME" msgstr "GPG pour S/MIME" -#: tools/gpgconf-comp.c:655 +#: tools/gpgconf-comp.c:657 #, fuzzy #| msgid "public key is %s\n" msgid "Public Keys" msgstr "la clef publique est %s\n" -#: tools/gpgconf-comp.c:659 +#: tools/gpgconf-comp.c:661 msgid "Private Keys" msgstr "" -#: tools/gpgconf-comp.c:663 +#: tools/gpgconf-comp.c:665 #, fuzzy #| msgid "Smartcard Daemon" msgid "Smartcards" msgstr "Démon de carte à puce" -#: tools/gpgconf-comp.c:667 +#: tools/gpgconf-comp.c:669 msgid "TPM" msgstr "" -#: tools/gpgconf-comp.c:671 +#: tools/gpgconf-comp.c:673 #, fuzzy #| msgid "network error" msgid "Network" msgstr "erreur de réseau" -#: tools/gpgconf-comp.c:675 +#: tools/gpgconf-comp.c:677 #, fuzzy #| msgid "PIN and Passphrase Entry" msgid "Passphrase Entry" msgstr "Entrée de code personnel et de phrase secrète" -#: tools/gpgconf-comp.c:939 +#: tools/gpgconf-comp.c:941 msgid "Component not suitable for launching" msgstr "Composant non convenable pour le lancement" -#: tools/gpgconf-comp.c:945 +#: tools/gpgconf-comp.c:947 #, fuzzy, c-format #| msgid "External verification of component %s failed" msgid "Configuration file of component %s is broken\n" msgstr "Échec de vérification externe du composant %s" -#: tools/gpgconf-comp.c:948 +#: tools/gpgconf-comp.c:950 #, fuzzy, c-format #| msgid "Please use the command \"toggle\" first.\n" msgid "Note: Use the command \"%s%s\" to get details.\n" msgstr "Veuillez d'abord utiliser la commande « toggle ».\n" -#: tools/gpgconf-comp.c:2811 +#: tools/gpgconf-comp.c:2816 #, c-format msgid "External verification of component %s failed" msgstr "Échec de vérification externe du composant %s" -#: tools/gpgconf-comp.c:2941 +#: tools/gpgconf-comp.c:2946 msgid "Note that group specifications are ignored\n" msgstr "Remarquez que les spécifications de groupe sont ignorées\n" -#: tools/gpgconf-comp.c:3538 +#: tools/gpgconf-comp.c:3543 #, fuzzy, c-format #| msgid "error closing '%s': %s\n" msgid "error closing '%s'\n" msgstr "erreur de fermeture de « %s » : %s\n" -#: tools/gpgconf-comp.c:3540 +#: tools/gpgconf-comp.c:3545 #, fuzzy, c-format #| msgid "error hashing '%s': %s\n" msgid "error parsing '%s'\n" @@ -11830,89 +11835,89 @@ msgstr "" "Vérifier une phrase secrète donnée sur l'entrée standard par rapport à " "ficmotif\n" -#: tools/gpg-card.c:2389 +#: tools/gpg-card.c:2390 #, fuzzy, c-format #| msgid "Note: keys are already stored on the card!\n" msgid "Note: key %s is already stored on the card!\n" msgstr "Remarque : les clefs sont déjà stockées sur la carte.\n" -#: tools/gpg-card.c:2392 +#: tools/gpg-card.c:2393 #, fuzzy, c-format #| msgid "Note: keys are already stored on the card!\n" msgid "Note: Keys are already stored on the card!\n" msgstr "Remarque : les clefs sont déjà stockées sur la carte.\n" -#: tools/gpg-card.c:2395 +#: tools/gpg-card.c:2396 #, fuzzy, c-format #| msgid "Replace existing keys? (y/N) " msgid "Replace existing key %s ? (y/N) " msgstr "Faut-il remplacer les clefs existantes ? (o/N) " -#: tools/gpg-card.c:2548 tools/gpg-card.c:2711 tools/gpg-card.c:2934 -#: tools/gpg-card.c:3043 +#: tools/gpg-card.c:2549 tools/gpg-card.c:2712 tools/gpg-card.c:2935 +#: tools/gpg-card.c:3044 #, fuzzy, c-format #| msgid "OpenPGP card no. %s detected\n" msgid "%s card no. %s detected\n" msgstr "carte OpenPGP nº %s détectée\n" -#: tools/gpg-card.c:3395 +#: tools/gpg-card.c:3396 #, c-format msgid "User Interaction Flag is set to \"%s\" - can't change\n" msgstr "" -#: tools/gpg-card.c:3405 tools/gpg-card.c:3419 +#: tools/gpg-card.c:3406 tools/gpg-card.c:3420 #, c-format msgid "" "Warning: Setting the User Interaction Flag to \"%s\"\n" " can only be reverted using a factory reset!\n" msgstr "" -#: tools/gpg-card.c:3422 +#: tools/gpg-card.c:3423 #, c-format msgid "Please use \"uif --yes %d %s\"\n" msgstr "" -#: tools/gpg-card.c:3668 +#: tools/gpg-card.c:3669 #, fuzzy #| msgid "add a certificate to the cache" msgid "authenticate to the card" msgstr "ajouter un certificat au cache" -#: tools/gpg-card.c:3670 +#: tools/gpg-card.c:3671 msgid "send a reset to the card daemon" msgstr "" -#: tools/gpg-card.c:3672 +#: tools/gpg-card.c:3673 #, fuzzy #| msgid "|NAME|use user NAME for authentication" msgid "setup KDF for PIN authentication" msgstr "|NOM|utiliser le NOM d'utilisateur pour authentif." -#: tools/gpg-card.c:3674 +#: tools/gpg-card.c:3675 msgid "change a private data object" msgstr "" -#: tools/gpg-card.c:3675 +#: tools/gpg-card.c:3676 #, fuzzy #| msgid "add a certificate to the cache" msgid "read a certificate from a data object" msgstr "ajouter un certificat au cache" -#: tools/gpg-card.c:3676 +#: tools/gpg-card.c:3677 #, fuzzy #| msgid "add a certificate to the cache" msgid "store a certificate to a data object" msgstr "ajouter un certificat au cache" -#: tools/gpg-card.c:3677 +#: tools/gpg-card.c:3678 msgid "store a private key to a data object" msgstr "" -#: tools/gpg-card.c:3678 +#: tools/gpg-card.c:3679 msgid "Yubikey management commands" msgstr "" -#: tools/gpg-card.c:3680 +#: tools/gpg-card.c:3681 msgid "manage the command history" msgstr "" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg 1.2.4\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2021-04-07 19:24+0200\n" +"POT-Creation-Date: 2021-04-20 12:38+0200\n" "PO-Revision-Date: 2003-12-04 11:39+0100\n" "Last-Translator: Jacobo Tarrio <jtarrio@trasno.net>\n" "Language-Team: Galician <gpul-traduccion@ceu.fi.udc.es>\n" @@ -207,9 +207,9 @@ msgid "ssh keys greater than %d bits are not supported\n" msgstr "o algoritmo de protección %d%s non está soportado\n" #: agent/command-ssh.c:872 common/dotlock.c:852 g10/card-util.c:953 -#: g10/export.c:1329 g10/gpg.c:1430 g10/keygen.c:5327 g10/keyring.c:1319 +#: g10/export.c:1329 g10/gpg.c:1431 g10/keygen.c:5347 g10/keyring.c:1319 #: g10/keyring.c:1632 g10/openfile.c:293 g10/photoid.c:531 g10/photoid.c:549 -#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:478 +#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:479 #, fuzzy, c-format #| msgid "can't create `%s': %s\n" msgid "can't create '%s': %s\n" @@ -217,15 +217,15 @@ msgstr "non se pode crear `%s': %s\n" #: agent/command-ssh.c:884 common/helpfile.c:57 g10/card-util.c:910 #: g10/dearmor.c:59 g10/dearmor.c:106 g10/decrypt.c:65 g10/decrypt.c:136 -#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1431 -#: g10/import.c:359 g10/import.c:546 g10/import.c:781 g10/keygen.c:4302 +#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1432 +#: g10/import.c:371 g10/import.c:558 g10/import.c:793 g10/keygen.c:4322 #: g10/keyring.c:1658 g10/openfile.c:197 g10/openfile.c:211 g10/plaintext.c:128 #: g10/plaintext.c:610 g10/sign.c:1086 g10/sign.c:1311 g10/sign.c:1424 #: g10/sign.c:1596 g10/tdbdump.c:143 g10/tdbdump.c:151 g10/tdbio.c:758 -#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2338 -#: sm/gpgsm.c:2368 sm/gpgsm.c:2406 sm/qualified.c:65 dirmngr/certcache.c:396 -#: dirmngr/certcache.c:476 dirmngr/certcache.c:478 dirmngr/crlcache.c:2588 -#: dirmngr/dirmngr.c:1711 tools/gpg-card.c:407 +#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2380 +#: sm/gpgsm.c:2410 sm/gpgsm.c:2448 sm/keylist.c:1737 sm/qualified.c:65 +#: dirmngr/certcache.c:396 dirmngr/certcache.c:476 dirmngr/certcache.c:478 +#: dirmngr/crlcache.c:2588 dirmngr/dirmngr.c:1720 tools/gpg-card.c:408 #, fuzzy, c-format #| msgid "can't open `%s': %s\n" msgid "can't open '%s': %s\n" @@ -409,217 +409,217 @@ msgstr "" msgid "Please enter the new passphrase" msgstr "cambia-lo contrasinal" -#: agent/gpg-agent.c:161 scd/scdaemon.c:114 dirmngr/dirmngr.c:181 +#: agent/gpg-agent.c:162 scd/scdaemon.c:115 dirmngr/dirmngr.c:182 #, fuzzy msgid "Options used for startup" msgstr "habilitar depuración total" -#: agent/gpg-agent.c:163 scd/scdaemon.c:119 dirmngr/dirmngr.c:170 +#: agent/gpg-agent.c:164 scd/scdaemon.c:120 dirmngr/dirmngr.c:171 msgid "run in daemon mode (background)" msgstr "" -#: agent/gpg-agent.c:164 scd/scdaemon.c:116 dirmngr/dirmngr.c:169 +#: agent/gpg-agent.c:165 scd/scdaemon.c:117 dirmngr/dirmngr.c:170 msgid "run in server mode (foreground)" msgstr "" -#: agent/gpg-agent.c:166 dirmngr/dirmngr.c:172 +#: agent/gpg-agent.c:167 dirmngr/dirmngr.c:173 #, fuzzy #| msgid "Key is superseded" msgid "run in supervised mode" msgstr "A chave é obsoleta" -#: agent/gpg-agent.c:168 scd/scdaemon.c:120 dirmngr/dirmngr.c:183 +#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 msgid "do not detach from the console" msgstr "" -#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 +#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 msgid "sh-style command output" msgstr "" -#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 +#: agent/gpg-agent.c:171 scd/scdaemon.c:123 dirmngr/dirmngr.c:186 msgid "csh-style command output" msgstr "" -#: agent/gpg-agent.c:178 g10/gpg.c:588 scd/scdaemon.c:124 sm/gpgsm.c:419 -#: dirmngr/dirmngr.c:187 +#: agent/gpg-agent.c:179 g10/gpg.c:589 scd/scdaemon.c:125 sm/gpgsm.c:422 +#: dirmngr/dirmngr.c:188 #, fuzzy msgid "|FILE|read options from FILE" msgstr "|FICHEIRO|carga-lo módulo de extensión FICHEIRO" -#: agent/gpg-agent.c:182 g10/gpg.c:573 scd/scdaemon.c:128 sm/gpgsm.c:262 -#: dirmngr/dirmngr.c:191 +#: agent/gpg-agent.c:183 g10/gpg.c:574 scd/scdaemon.c:129 sm/gpgsm.c:265 +#: dirmngr/dirmngr.c:192 msgid "Options controlling the diagnostic output" msgstr "" -#: agent/gpg-agent.c:184 g10/gpg.c:575 g10/gpgv.c:78 kbx/kbxutil.c:89 -#: scd/scdaemon.c:130 sm/gpgsm.c:264 dirmngr/dirmngr-client.c:69 -#: dirmngr/dirmngr.c:193 dirmngr/dirmngr_ldap.c:102 +#: agent/gpg-agent.c:185 g10/gpg.c:576 g10/gpgv.c:78 kbx/kbxutil.c:89 +#: scd/scdaemon.c:131 sm/gpgsm.c:267 dirmngr/dirmngr-client.c:69 +#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:102 #: tools/gpg-connect-agent.c:85 tools/gpgconf.c:111 msgid "verbose" msgstr "lareto" -#: agent/gpg-agent.c:185 g10/gpg.c:577 g10/gpgv.c:79 kbx/kbxutil.c:90 -#: scd/scdaemon.c:131 sm/gpgsm.c:266 dirmngr/dirmngr-client.c:70 -#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:103 +#: agent/gpg-agent.c:186 g10/gpg.c:578 g10/gpgv.c:79 kbx/kbxutil.c:90 +#: scd/scdaemon.c:132 sm/gpgsm.c:269 dirmngr/dirmngr-client.c:70 +#: dirmngr/dirmngr.c:195 dirmngr/dirmngr_ldap.c:103 msgid "be somewhat more quiet" msgstr "ser un pouquiño máis calado" -#: agent/gpg-agent.c:193 g10/gpg.c:592 sm/gpgsm.c:280 dirmngr/dirmngr.c:204 +#: agent/gpg-agent.c:194 g10/gpg.c:593 sm/gpgsm.c:283 dirmngr/dirmngr.c:205 msgid "|FILE|write server mode logs to FILE" msgstr "" -#: agent/gpg-agent.c:197 g10/gpg.c:598 scd/scdaemon.c:145 sm/gpgsm.c:287 -#: dirmngr/dirmngr.c:208 +#: agent/gpg-agent.c:198 g10/gpg.c:599 scd/scdaemon.c:146 sm/gpgsm.c:290 +#: dirmngr/dirmngr.c:209 msgid "Options controlling the configuration" msgstr "" -#: agent/gpg-agent.c:200 +#: agent/gpg-agent.c:201 #, fuzzy msgid "do not use the SCdaemon" msgstr "actualiza-la base de datos de confianza" -#: agent/gpg-agent.c:202 +#: agent/gpg-agent.c:203 msgid "|PGM|use PGM as the SCdaemon program" msgstr "" -#: agent/gpg-agent.c:204 +#: agent/gpg-agent.c:205 msgid "|PGM|use PGM as the tpm2daemon program" msgstr "" -#: agent/gpg-agent.c:208 +#: agent/gpg-agent.c:209 #, fuzzy #| msgid "|NAME|set terminal charset to NAME" msgid "|NAME|accept some commands via NAME" msgstr "|NAME|axusta-lo xogo de caracteres do terminal a NOME" -#: agent/gpg-agent.c:212 +#: agent/gpg-agent.c:213 msgid "ignore requests to change the TTY" msgstr "" -#: agent/gpg-agent.c:214 +#: agent/gpg-agent.c:215 msgid "ignore requests to change the X display" msgstr "" -#: agent/gpg-agent.c:215 +#: agent/gpg-agent.c:216 #, fuzzy #| msgid "not supported" msgid "enable ssh support" msgstr "non está soportado" -#: agent/gpg-agent.c:217 +#: agent/gpg-agent.c:218 msgid "|ALGO|use ALGO to show ssh fingerprints" msgstr "" -#: agent/gpg-agent.c:220 +#: agent/gpg-agent.c:221 #, fuzzy #| msgid "not supported" msgid "enable putty support" msgstr "non está soportado" -#: agent/gpg-agent.c:232 g10/gpg.c:843 scd/scdaemon.c:175 sm/gpgsm.c:379 +#: agent/gpg-agent.c:233 g10/gpg.c:844 scd/scdaemon.c:176 sm/gpgsm.c:382 msgid "Options controlling the security" msgstr "" -#: agent/gpg-agent.c:235 +#: agent/gpg-agent.c:236 msgid "|N|expire cached PINs after N seconds" msgstr "" -#: agent/gpg-agent.c:237 +#: agent/gpg-agent.c:238 msgid "|N|expire SSH keys after N seconds" msgstr "" -#: agent/gpg-agent.c:239 +#: agent/gpg-agent.c:240 msgid "|N|set maximum PIN cache lifetime to N seconds" msgstr "" -#: agent/gpg-agent.c:241 +#: agent/gpg-agent.c:242 msgid "|N|set maximum SSH key lifetime to N seconds" msgstr "" -#: agent/gpg-agent.c:243 +#: agent/gpg-agent.c:244 msgid "do not use the PIN cache when signing" msgstr "" -#: agent/gpg-agent.c:245 +#: agent/gpg-agent.c:246 #, fuzzy msgid "disallow the use of an external password cache" msgstr "erro ao crea-lo contrasinal: %s\n" -#: agent/gpg-agent.c:247 +#: agent/gpg-agent.c:248 msgid "disallow clients to mark keys as \"trusted\"" msgstr "" -#: agent/gpg-agent.c:250 +#: agent/gpg-agent.c:251 #, fuzzy msgid "allow presetting passphrase" msgstr "erro ao crea-lo contrasinal: %s\n" -#: agent/gpg-agent.c:255 +#: agent/gpg-agent.c:256 msgid "Options enforcing a passphrase policy" msgstr "" -#: agent/gpg-agent.c:258 +#: agent/gpg-agent.c:259 msgid "do not allow bypassing the passphrase policy" msgstr "" -#: agent/gpg-agent.c:260 +#: agent/gpg-agent.c:261 msgid "|N|set minimal required length for new passphrases to N" msgstr "" -#: agent/gpg-agent.c:262 +#: agent/gpg-agent.c:263 msgid "|N|require at least N non-alpha characters for a new passphrase" msgstr "" -#: agent/gpg-agent.c:265 +#: agent/gpg-agent.c:266 msgid "|FILE|check new passphrases against pattern in FILE" msgstr "" -#: agent/gpg-agent.c:267 +#: agent/gpg-agent.c:268 #, fuzzy msgid "|N|expire the passphrase after N days" msgstr "|N|emprega-lo modo de contrasinal N" -#: agent/gpg-agent.c:269 +#: agent/gpg-agent.c:270 #, fuzzy msgid "do not allow the reuse of old passphrases" msgstr "erro ao crea-lo contrasinal: %s\n" -#: agent/gpg-agent.c:272 +#: agent/gpg-agent.c:273 msgid "Options controlling the PIN-Entry" msgstr "" -#: agent/gpg-agent.c:274 +#: agent/gpg-agent.c:275 #, fuzzy #| msgid "use the gpg-agent" msgid "never use the PIN-entry" msgstr "emprega-lo gpg-agent" -#: agent/gpg-agent.c:276 +#: agent/gpg-agent.c:277 msgid "disallow caller to override the pinentry" msgstr "" -#: agent/gpg-agent.c:278 +#: agent/gpg-agent.c:279 msgid "let PIN-Entry grab keyboard and mouse" msgstr "" -#: agent/gpg-agent.c:281 +#: agent/gpg-agent.c:282 msgid "|PGM|use PGM as the PIN-Entry program" msgstr "" -#: agent/gpg-agent.c:285 +#: agent/gpg-agent.c:286 msgid "|N|set the Pinentry timeout to N seconds" msgstr "" -#: agent/gpg-agent.c:287 +#: agent/gpg-agent.c:288 msgid "allow passphrase to be prompted through Emacs" msgstr "" #. TRANSLATORS: @EMAIL@ will get replaced by the actual bug #. reporting address. This is so that we can change the #. reporting address without breaking the translations. -#: agent/gpg-agent.c:550 agent/preset-passphrase.c:99 agent/protect-tool.c:154 -#: g10/gpg.c:1131 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:311 -#: sm/gpgsm.c:609 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:437 +#: agent/gpg-agent.c:551 agent/preset-passphrase.c:99 agent/protect-tool.c:154 +#: g10/gpg.c:1132 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:312 +#: sm/gpgsm.c:612 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:438 #: dirmngr/dirmngr_ldap.c:175 tools/gpg-connect-agent.c:220 tools/gpgconf.c:151 #: tools/gpg-check-pattern.c:143 #, fuzzy @@ -628,139 +628,139 @@ msgstr "" "Por favor, informe dos erros no programa a <gnupg-bugs@gnu.org>,\n" "e dos erros na traducción a <proxecto@trasno.net>.\n" -#: agent/gpg-agent.c:559 +#: agent/gpg-agent.c:560 #, fuzzy msgid "Usage: @GPG_AGENT@ [options] (-h for help)" msgstr "Uso: gpg [opcións] [ficheiros] (-h para ve-la axuda)" -#: agent/gpg-agent.c:561 +#: agent/gpg-agent.c:562 msgid "" "Syntax: @GPG_AGENT@ [options] [command [args]]\n" "Secret key management for @GNUPG@\n" msgstr "" -#: agent/gpg-agent.c:606 g10/gpg.c:1336 scd/scdaemon.c:383 sm/gpgsm.c:757 -#: dirmngr/dirmngr.c:521 +#: agent/gpg-agent.c:607 g10/gpg.c:1337 scd/scdaemon.c:384 sm/gpgsm.c:760 +#: dirmngr/dirmngr.c:522 #, c-format msgid "invalid debug-level '%s' given\n" msgstr "" -#: agent/gpg-agent.c:971 g10/gpg.c:3879 g10/gpg.c:3903 sm/gpgsm.c:1736 -#: sm/gpgsm.c:1742 +#: agent/gpg-agent.c:972 g10/gpg.c:3910 g10/gpg.c:3934 sm/gpgsm.c:1769 +#: sm/gpgsm.c:1775 #, c-format msgid "selected digest algorithm is invalid\n" msgstr "o algoritmo de resumo seleccionado non é válido\n" -#: agent/gpg-agent.c:1195 agent/gpg-agent.c:2010 g10/gpg.c:2588 -#: scd/scdaemon.c:548 sm/gpgsm.c:1151 dirmngr/dirmngr.c:988 -#: dirmngr/dirmngr.c:1830 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:2019 common/comopt.c:93 +#: g10/gpg.c:2591 scd/scdaemon.c:549 sm/gpgsm.c:1155 dirmngr/dirmngr.c:989 +#: dirmngr/dirmngr.c:1840 #, fuzzy, c-format #| msgid "reading options from `%s'\n" msgid "reading options from '%s'\n" msgstr "lendo as opcións de `%s'\n" -#: agent/gpg-agent.c:1327 g10/gpg.c:3830 scd/scdaemon.c:675 sm/gpgsm.c:1676 -#: dirmngr/dirmngr.c:1099 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 +#: agent/gpg-agent.c:1335 g10/gpg.c:3861 scd/scdaemon.c:687 sm/gpgsm.c:1709 +#: dirmngr/dirmngr.c:1108 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 #, fuzzy, c-format #| msgid "WARNING: \"%s\" is a deprecated option\n" msgid "Note: '%s' is not considered an option\n" msgstr "AVISO: \"%s\" é unha opción a extinguir\n" -#: agent/gpg-agent.c:2146 scd/scdaemon.c:1096 dirmngr/dirmngr.c:1258 +#: agent/gpg-agent.c:2172 scd/scdaemon.c:1108 dirmngr/dirmngr.c:1267 #, fuzzy, c-format msgid "can't create socket: %s\n" msgstr "non foi posible crear %s: %s\n" -#: agent/gpg-agent.c:2163 scd/scdaemon.c:1109 dirmngr/dirmngr.c:1271 +#: agent/gpg-agent.c:2189 scd/scdaemon.c:1121 dirmngr/dirmngr.c:1280 #, fuzzy, c-format msgid "socket name '%s' is too long\n" msgstr "Revocación de certificado válida" -#: agent/gpg-agent.c:2202 +#: agent/gpg-agent.c:2228 #, fuzzy, c-format msgid "a gpg-agent is already running - not starting a new one\n" msgstr "gpg-agent non está dispoñible nesta sesión\n" -#: agent/gpg-agent.c:2213 scd/scdaemon.c:1133 dirmngr/dirmngr.c:1303 +#: agent/gpg-agent.c:2239 scd/scdaemon.c:1145 dirmngr/dirmngr.c:1312 #, fuzzy, c-format msgid "error getting nonce for the socket\n" msgstr "erro ao crea-lo contrasinal: %s\n" -#: agent/gpg-agent.c:2218 scd/scdaemon.c:1136 dirmngr/dirmngr.c:1306 +#: agent/gpg-agent.c:2244 scd/scdaemon.c:1148 dirmngr/dirmngr.c:1315 #, fuzzy, c-format msgid "error binding socket to '%s': %s\n" msgstr "erro ao enviar a `%s': %s\n" -#: agent/gpg-agent.c:2229 agent/gpg-agent.c:2269 agent/gpg-agent.c:2278 -#: scd/scdaemon.c:1144 dirmngr/dirmngr.c:1315 +#: agent/gpg-agent.c:2255 agent/gpg-agent.c:2295 agent/gpg-agent.c:2304 +#: scd/scdaemon.c:1156 dirmngr/dirmngr.c:1324 #, fuzzy, c-format msgid "can't set permissions of '%s': %s\n" msgstr "AVISO: permisos inseguros en %s \"%s\"\n" -#: agent/gpg-agent.c:2243 scd/scdaemon.c:1156 dirmngr/dirmngr.c:1327 +#: agent/gpg-agent.c:2269 scd/scdaemon.c:1168 dirmngr/dirmngr.c:1336 #, fuzzy, c-format msgid "listening on socket '%s'\n" msgstr "gravando a chave secreta en `%s'\n" -#: agent/gpg-agent.c:2263 agent/gpg-agent.c:2316 common/homedir.c:517 +#: agent/gpg-agent.c:2289 agent/gpg-agent.c:2342 common/homedir.c:517 #: g10/openfile.c:399 g10/photoid.c:379 #, fuzzy, c-format #| msgid "can't create directory `%s': %s\n" msgid "can't create directory '%s': %s\n" msgstr "non se pode crea-lo directorio `%s': %s\n" -#: agent/gpg-agent.c:2266 agent/gpg-agent.c:2321 common/homedir.c:520 +#: agent/gpg-agent.c:2292 agent/gpg-agent.c:2347 common/homedir.c:520 #: g10/openfile.c:402 #, fuzzy, c-format msgid "directory '%s' created\n" msgstr "%s: directorio creado\n" -#: agent/gpg-agent.c:2327 +#: agent/gpg-agent.c:2353 #, fuzzy, c-format msgid "stat() failed for '%s': %s\n" msgstr "base de datos de confianza: fallou a lectura (n=%d): %s\n" -#: agent/gpg-agent.c:2331 +#: agent/gpg-agent.c:2357 #, fuzzy, c-format msgid "can't use '%s' as home directory\n" msgstr "%s: non foi posible crear un directorio: %s\n" -#: agent/gpg-agent.c:2486 scd/scdaemon.c:1172 dirmngr/dirmngr.c:2042 +#: agent/gpg-agent.c:2512 scd/scdaemon.c:1184 dirmngr/dirmngr.c:2069 #, fuzzy, c-format msgid "error reading nonce on fd %d: %s\n" msgstr "erro lendo `%s': %s\n" -#: agent/gpg-agent.c:2693 +#: agent/gpg-agent.c:2719 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:2698 +#: agent/gpg-agent.c:2724 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:2773 +#: agent/gpg-agent.c:2799 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:2778 +#: agent/gpg-agent.c:2804 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:3000 scd/scdaemon.c:1362 dirmngr/dirmngr.c:2256 +#: agent/gpg-agent.c:3026 scd/scdaemon.c:1374 dirmngr/dirmngr.c:2283 #, fuzzy, c-format msgid "npth_pselect failed: %s - waiting 1s\n" msgstr "o segredo da actualización fallou: %s\n" -#: agent/gpg-agent.c:3088 scd/scdaemon.c:1427 +#: agent/gpg-agent.c:3114 scd/scdaemon.c:1439 #, fuzzy, c-format msgid "%s %s stopped\n" msgstr "\t%lu chaves omitidas\n" -#: agent/gpg-agent.c:3226 common/simple-pwquery.c:247 g10/call-agent.c:260 +#: agent/gpg-agent.c:3252 common/simple-pwquery.c:247 g10/call-agent.c:260 #: sm/call-agent.c:131 tools/gpg-connect-agent.c:2319 tools/card-call-scd.c:311 #, fuzzy, c-format msgid "no gpg-agent running in this session\n" @@ -787,8 +787,8 @@ msgid "" "Password cache maintenance\n" msgstr "" -#: agent/protect-tool.c:107 g10/gpg.c:447 kbx/kbxutil.c:72 sm/gpgsm.c:213 -#: dirmngr/dirmngr.c:167 tools/gpgconf.c:81 +#: agent/protect-tool.c:107 g10/gpg.c:448 kbx/kbxutil.c:72 sm/gpgsm.c:215 +#: dirmngr/dirmngr.c:168 tools/gpgconf.c:81 msgid "" "@Commands:\n" " " @@ -1038,7 +1038,7 @@ msgid "error creating a stream for a pipe: %s\n" msgstr "erro ao crea-lo contrasinal: %s\n" #: common/exechelp-posix.c:505 common/exechelp-posix.c:580 -#: common/exechelp-posix.c:861 dirmngr/dirmngr.c:1345 +#: common/exechelp-posix.c:866 dirmngr/dirmngr.c:1354 #, fuzzy, c-format msgid "error forking process: %s\n" msgstr "erro lendo `%s': %s\n" @@ -1048,23 +1048,23 @@ msgstr "erro lendo `%s': %s\n" msgid "waiting for process %d to terminate failed: %s\n" msgstr "" -#: common/exechelp-posix.c:688 common/exechelp-posix.c:804 +#: common/exechelp-posix.c:688 common/exechelp-posix.c:809 #, fuzzy, c-format msgid "error running '%s': probably not installed\n" msgstr "erro lendo `%s': %s\n" -#: common/exechelp-posix.c:694 common/exechelp-posix.c:811 +#: common/exechelp-posix.c:694 common/exechelp-posix.c:816 #: common/exechelp-w32.c:839 common/exechelp-w32ce.c:782 #, fuzzy, c-format msgid "error running '%s': exit status %d\n" msgstr "erro lendo `%s': %s\n" -#: common/exechelp-posix.c:702 common/exechelp-posix.c:819 +#: common/exechelp-posix.c:702 common/exechelp-posix.c:824 #, fuzzy, c-format msgid "error running '%s': terminated\n" msgstr "erro lendo `%s': %s\n" -#: common/exechelp-posix.c:760 common/exechelp-w32.c:820 +#: common/exechelp-posix.c:765 common/exechelp-w32.c:820 #, fuzzy, c-format msgid "waiting for processes to terminate failed: %s\n" msgstr "a actualización fallou: %s\n" @@ -1111,7 +1111,7 @@ msgid "renaming '%s' to '%s' failed: %s\n" msgstr "non se puido poñe-la armadura: %s\n" #. TRANSLATORS: See doc/TRANSLATE about this string. -#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3081 +#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3082 msgid "yes" msgstr "si|sim" @@ -1167,7 +1167,7 @@ msgid "out of core while allocating %lu bytes" msgstr "" #: common/miscellaneous.c:115 g10/card-util.c:917 tools/no-libgcrypt.c:30 -#: tools/gpg-card.c:415 +#: tools/gpg-card.c:416 #, fuzzy, c-format msgid "error allocating enough memory: %s\n" msgstr "erro ao crea-lo chaveiro `%s': %s\n" @@ -1238,7 +1238,7 @@ msgstr "erro ao crea-lo chaveiro `%s': %s\n" msgid "server '%s' is older than us (%s < %s)" msgstr "" -#: common/asshelp.c:737 g10/call-dirmngr.c:407 +#: common/asshelp.c:737 g10/call-dirmngr.c:408 #, fuzzy, c-format #| msgid "WARNING: %s overrides %s\n" msgid "WARNING: %s\n" @@ -1547,8 +1547,8 @@ msgstr "non se atopou a chave pública %08lX: %s\n" msgid "waiting for lock %s...\n" msgstr "gravando a chave secreta en `%s'\n" -#: common/init.c:191 sm/gpgsm.c:1032 dirmngr/dirmngr.c:894 -#: dirmngr/dirmngr.c:903 +#: common/init.c:191 sm/gpgsm.c:1036 dirmngr/dirmngr.c:895 +#: dirmngr/dirmngr.c:904 #, c-format msgid "%s is too old (need %s, have %s)\n" msgstr "" @@ -1723,57 +1723,57 @@ msgstr "erro lendo `%s': %s\n" msgid "problem with the agent: %s\n" msgstr "problema co axente: o axente voltou coa resposta 0x%lx\n" -#: g10/call-dirmngr.c:178 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 +#: g10/call-dirmngr.c:179 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 #, fuzzy, c-format msgid "no dirmngr running in this session\n" msgstr "gpg-agent non está dispoñible nesta sesión\n" -#: g10/call-dirmngr.c:212 +#: g10/call-dirmngr.c:213 #, fuzzy, c-format #| msgid "you may not use %s while in %s mode\n" msgid "keyserver option \"honor-keyserver-url\" may not be used in Tor mode\n" msgstr "non se pode empregar %s no modo %s\n" -#: g10/call-dirmngr.c:385 +#: g10/call-dirmngr.c:386 msgid "WKD uses a cached result" msgstr "" -#: g10/call-dirmngr.c:388 +#: g10/call-dirmngr.c:389 msgid "Tor is not running" msgstr "" -#: g10/call-dirmngr.c:390 +#: g10/call-dirmngr.c:391 #, fuzzy msgid "Tor is not properly configured" msgstr "erro: pegada dactilar non válida\n" -#: g10/call-dirmngr.c:392 +#: g10/call-dirmngr.c:393 #, fuzzy msgid "DNS is not properly configured" msgstr "erro: pegada dactilar non válida\n" -#: g10/call-dirmngr.c:394 +#: g10/call-dirmngr.c:395 msgid "unacceptable HTTP redirect from server" msgstr "" -#: g10/call-dirmngr.c:396 +#: g10/call-dirmngr.c:397 msgid "unacceptable HTTP redirect from server was cleaned up" msgstr "" -#: g10/call-dirmngr.c:398 +#: g10/call-dirmngr.c:399 #, fuzzy #| msgid "generate a revocation certificate" msgid "server uses an invalid certificate" msgstr "xerar un certificado de revocación" -#: g10/call-dirmngr.c:405 g10/gpg.c:4568 +#: g10/call-dirmngr.c:406 g10/gpg.c:4599 #, fuzzy, c-format #| msgid "armor: %s\n" msgid "Note: %s\n" msgstr "armadura: %s\n" #: g10/card-util.c:86 g10/card-util.c:369 g10/card-util.c:1924 -#: tools/gpg-card.c:3038 +#: tools/gpg-card.c:3039 #, fuzzy, c-format msgid "OpenPGP card not available: %s\n" msgstr "a chave secreta non está dispoñible" @@ -1784,17 +1784,17 @@ msgid "OpenPGP card no. %s detected\n" msgstr "" #: g10/card-util.c:97 g10/card-util.c:2309 g10/delkey.c:164 g10/keyedit.c:1428 -#: g10/keygen.c:4771 g10/revoke.c:214 g10/revoke.c:638 +#: g10/keygen.c:4791 g10/revoke.c:214 g10/revoke.c:638 #, fuzzy, c-format msgid "can't do this in batch mode\n" msgstr "non se pode facer iso no modo por lotes\n" -#: g10/card-util.c:105 tools/gpg-card.c:2942 +#: g10/card-util.c:105 tools/gpg-card.c:2943 #, fuzzy, c-format msgid "This command is only available for version 2 cards\n" msgstr "Non se admite este comando no modo %s.\n" -#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2947 +#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2948 #, fuzzy, c-format msgid "Reset Code not or not anymore available\n" msgstr "hai partes da chave secreta non dispoñibles\n" @@ -1803,115 +1803,115 @@ msgstr "hai partes da chave secreta non dispoñibles\n" #: g10/card-util.c:1802 g10/keyedit.c:394 g10/keyedit.c:415 g10/keyedit.c:429 #: g10/keygen.c:1991 g10/keygen.c:2165 g10/keygen.c:2385 g10/keygen.c:2685 #: sm/certreqgen-ui.c:166 sm/certreqgen-ui.c:292 sm/certreqgen-ui.c:326 -#: tools/gpg-card.c:509 +#: tools/gpg-card.c:510 msgid "Your selection? " msgstr "¿A súa selección? " -#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:595 -#: tools/gpg-card.c:635 +#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:596 +#: tools/gpg-card.c:636 msgid "[not set]" msgstr "" -#: g10/card-util.c:558 tools/gpg-card.c:902 +#: g10/card-util.c:558 tools/gpg-card.c:903 msgid "Mr." msgstr "" -#: g10/card-util.c:559 tools/gpg-card.c:903 +#: g10/card-util.c:559 tools/gpg-card.c:904 msgid "Ms." msgstr "" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 #, fuzzy msgid "not forced" msgstr "non procesado" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 msgid "forced" msgstr "" -#: g10/card-util.c:768 tools/gpg-card.c:1467 +#: g10/card-util.c:768 tools/gpg-card.c:1468 msgid "Error: Only plain ASCII is currently allowed.\n" msgstr "" -#: g10/card-util.c:770 tools/gpg-card.c:1469 +#: g10/card-util.c:770 tools/gpg-card.c:1470 msgid "Error: The \"<\" character may not be used.\n" msgstr "" -#: g10/card-util.c:772 tools/gpg-card.c:1471 +#: g10/card-util.c:772 tools/gpg-card.c:1472 msgid "Error: Double spaces are not allowed.\n" msgstr "" -#: g10/card-util.c:789 tools/gpg-card.c:1504 +#: g10/card-util.c:789 tools/gpg-card.c:1505 msgid "Cardholder's surname: " msgstr "" -#: g10/card-util.c:791 tools/gpg-card.c:1505 +#: g10/card-util.c:791 tools/gpg-card.c:1506 msgid "Cardholder's given name: " msgstr "" -#: g10/card-util.c:809 tools/gpg-card.c:1522 +#: g10/card-util.c:809 tools/gpg-card.c:1523 #, c-format msgid "Error: Combined name too long (limit is %d characters).\n" msgstr "" -#: g10/card-util.c:830 tools/gpg-card.c:1560 +#: g10/card-util.c:830 tools/gpg-card.c:1561 #, fuzzy msgid "URL to retrieve public key: " msgstr "non hai unha chave pública correspondente: %s\n" -#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:394 g10/import.c:744 -#: g10/import.c:803 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 -#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1657 -#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:425 +#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:406 g10/import.c:756 +#: g10/import.c:815 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 +#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1666 +#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:426 #, fuzzy, c-format #| msgid "error reading `%s': %s\n" msgid "error reading '%s': %s\n" msgstr "erro lendo `%s': %s\n" #: g10/card-util.c:959 g10/decrypt-data.c:498 g10/export.c:2496 -#: dirmngr/crlcache.c:925 tools/gpg-card.c:485 tools/gpg-card.c:492 +#: dirmngr/crlcache.c:925 tools/gpg-card.c:486 tools/gpg-card.c:493 #, fuzzy, c-format msgid "error writing '%s': %s\n" msgstr "erro escribindo no chaveiro `%s': %s\n" -#: g10/card-util.c:986 tools/gpg-card.c:1649 +#: g10/card-util.c:986 tools/gpg-card.c:1650 msgid "Login data (account name): " msgstr "" -#: g10/card-util.c:1024 tools/gpg-card.c:1944 +#: g10/card-util.c:1024 tools/gpg-card.c:1945 msgid "Private DO data: " msgstr "" -#: g10/card-util.c:1109 tools/gpg-card.c:1698 +#: g10/card-util.c:1109 tools/gpg-card.c:1699 #, fuzzy msgid "Language preferences: " msgstr "preferencias actualizadas" -#: g10/card-util.c:1117 tools/gpg-card.c:1709 +#: g10/card-util.c:1117 tools/gpg-card.c:1710 #, fuzzy, c-format msgid "Error: invalid length of preference string.\n" msgstr "caracter non válido na cadea de preferencias\n" -#: g10/card-util.c:1126 tools/gpg-card.c:1718 +#: g10/card-util.c:1126 tools/gpg-card.c:1719 #, fuzzy, c-format msgid "Error: invalid characters in preference string.\n" msgstr "caracter non válido na cadea de preferencias\n" -#: g10/card-util.c:1148 tools/gpg-card.c:1752 +#: g10/card-util.c:1148 tools/gpg-card.c:1753 msgid "Salutation (M = Mr., F = Ms., or space): " msgstr "" -#: g10/card-util.c:1162 tools/gpg-card.c:1769 +#: g10/card-util.c:1162 tools/gpg-card.c:1770 #, fuzzy msgid "Error: invalid response.\n" msgstr "erro: pegada dactilar non válida\n" -#: g10/card-util.c:1185 tools/gpg-card.c:1834 +#: g10/card-util.c:1185 tools/gpg-card.c:1835 #, fuzzy msgid "CA fingerprint: " msgstr "Pegada dactilar:" -#: g10/card-util.c:1209 tools/gpg-card.c:1860 +#: g10/card-util.c:1209 tools/gpg-card.c:1861 #, fuzzy, c-format msgid "Error: invalid formatted fingerprint.\n" msgstr "erro: pegada dactilar non válida\n" @@ -1926,7 +1926,7 @@ msgstr "A xeración da chave fallou: %s\n" msgid "not an OpenPGP card" msgstr "non se atoparon datos OpenPGP válidos.\n" -#: g10/card-util.c:1273 g10/keygen.c:4791 g10/keygen.c:5952 +#: g10/card-util.c:1273 g10/keygen.c:4811 g10/keygen.c:5972 #, fuzzy, c-format msgid "error getting current key info: %s\n" msgstr "erro escribindo no chaveiro secreto `%s': %s\n" @@ -1935,7 +1935,7 @@ msgstr "erro escribindo no chaveiro secreto `%s': %s\n" msgid "Replace existing key? (y/N) " msgstr "" -#: g10/card-util.c:1375 tools/gpg-card.c:3327 +#: g10/card-util.c:1375 tools/gpg-card.c:3328 msgid "" "Note: There is no guarantee that the card supports the requested\n" " key type or size. If the key generation does not succeed,\n" @@ -2018,14 +2018,14 @@ msgid "error getting card info: %s\n" msgstr "erro escribindo no chaveiro secreto `%s': %s\n" #: g10/card-util.c:1591 g10/card-util.c:1936 g10/card-util.c:2112 -#: g10/card-util.c:2171 tools/gpg-card.c:3056 tools/gpg-card.c:3295 -#: tools/gpg-card.c:3353 +#: g10/card-util.c:2171 tools/gpg-card.c:3057 tools/gpg-card.c:3296 +#: tools/gpg-card.c:3354 #, fuzzy, c-format #| msgid "This command is not allowed while in %s mode.\n" msgid "This command is not supported by this card\n" msgstr "Non se admite este comando no modo %s.\n" -#: g10/card-util.c:1637 tools/gpg-card.c:2425 +#: g10/card-util.c:1637 tools/gpg-card.c:2426 msgid "Make off-card backup of encryption key? (Y/n) " msgstr "" @@ -2034,11 +2034,11 @@ msgstr "" msgid "Note: keys are already stored on the card!\n" msgstr "omÃtese: a chave secreta xa está presente\n" -#: g10/card-util.c:1654 tools/gpg-card.c:2397 +#: g10/card-util.c:1654 tools/gpg-card.c:2398 msgid "Replace existing keys? (y/N) " msgstr "" -#: g10/card-util.c:1666 tools/gpg-card.c:2456 +#: g10/card-util.c:1666 tools/gpg-card.c:2457 #, c-format msgid "" "Please note that the factory settings of the PINs are\n" @@ -2075,17 +2075,17 @@ msgstr "Por favor, escolla o motivo da revocación:\n" msgid "KEYTOCARD failed: %s\n" msgstr "a actualización fallou: %s\n" -#: g10/card-util.c:1941 tools/gpg-card.c:3064 +#: g10/card-util.c:1941 tools/gpg-card.c:3065 #, fuzzy, c-format msgid "Note: This command destroys all keys stored on the card!\n" msgstr "omÃtese: a chave secreta xa está presente\n" -#: g10/card-util.c:1944 tools/gpg-card.c:3067 tools/gpg-card.c:3408 +#: g10/card-util.c:1944 tools/gpg-card.c:3068 tools/gpg-card.c:3409 #, fuzzy msgid "Continue? (y/N) " msgstr "¿Asinar de verdade? " -#: g10/card-util.c:1949 tools/gpg-card.c:3078 +#: g10/card-util.c:1949 tools/gpg-card.c:3079 msgid "Really do a factory reset? (enter \"yes\") " msgstr "" @@ -2099,7 +2099,7 @@ msgstr "erro lendo `%s': %s\n" msgid "error for setup UIF: %s\n" msgstr "erro lendo `%s': %s\n" -#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3648 +#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3649 msgid "quit this menu" msgstr "saÃr deste menú" @@ -2108,68 +2108,68 @@ msgstr "saÃr deste menú" msgid "show admin commands" msgstr "comandos conflictivos\n" -#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3651 +#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3652 msgid "show this help" msgstr "amosar esta axuda" -#: g10/card-util.c:2217 tools/gpg-card.c:3653 +#: g10/card-util.c:2217 tools/gpg-card.c:3654 #, fuzzy msgid "list all available data" msgstr "Chave dispoñible en: " -#: g10/card-util.c:2220 tools/gpg-card.c:3655 +#: g10/card-util.c:2220 tools/gpg-card.c:3656 msgid "change card holder's name" msgstr "" -#: g10/card-util.c:2221 tools/gpg-card.c:3656 +#: g10/card-util.c:2221 tools/gpg-card.c:3657 msgid "change URL to retrieve key" msgstr "" -#: g10/card-util.c:2222 tools/gpg-card.c:3657 +#: g10/card-util.c:2222 tools/gpg-card.c:3658 msgid "fetch the key specified in the card URL" msgstr "" -#: g10/card-util.c:2223 tools/gpg-card.c:3658 +#: g10/card-util.c:2223 tools/gpg-card.c:3659 #, fuzzy msgid "change the login name" msgstr "cambia-la fecha de expiración" -#: g10/card-util.c:2224 tools/gpg-card.c:3659 +#: g10/card-util.c:2224 tools/gpg-card.c:3660 #, fuzzy msgid "change the language preferences" msgstr "cambia-la confianza sobre o dono" -#: g10/card-util.c:2225 tools/gpg-card.c:3660 +#: g10/card-util.c:2225 tools/gpg-card.c:3661 msgid "change card holder's salutation" msgstr "" -#: g10/card-util.c:2227 tools/gpg-card.c:3662 +#: g10/card-util.c:2227 tools/gpg-card.c:3663 #, fuzzy msgid "change a CA fingerprint" msgstr "amosar fingerprint" -#: g10/card-util.c:2228 tools/gpg-card.c:3663 +#: g10/card-util.c:2228 tools/gpg-card.c:3664 msgid "toggle the signature force PIN flag" msgstr "" -#: g10/card-util.c:2229 tools/gpg-card.c:3664 +#: g10/card-util.c:2229 tools/gpg-card.c:3665 #, fuzzy msgid "generate new keys" msgstr "xerar un novo par de chaves" -#: g10/card-util.c:2230 tools/gpg-card.c:3665 +#: g10/card-util.c:2230 tools/gpg-card.c:3666 msgid "menu to change or unblock the PIN" msgstr "" -#: g10/card-util.c:2231 tools/gpg-card.c:3666 +#: g10/card-util.c:2231 tools/gpg-card.c:3667 msgid "verify the PIN and list all data" msgstr "" -#: g10/card-util.c:2232 tools/gpg-card.c:3667 +#: g10/card-util.c:2232 tools/gpg-card.c:3668 msgid "unblock the PIN using a Reset Code" msgstr "" -#: g10/card-util.c:2233 tools/gpg-card.c:3671 +#: g10/card-util.c:2233 tools/gpg-card.c:3672 msgid "destroy all keys and data" msgstr "" @@ -2185,13 +2185,13 @@ msgstr "|NOME|empregar NOME como valor por defecto do destinatario" msgid "change the key attribute" msgstr "cambia-la confianza sobre o dono" -#: g10/card-util.c:2237 tools/gpg-card.c:3673 +#: g10/card-util.c:2237 tools/gpg-card.c:3674 #, fuzzy #| msgid "change the ownertrust" msgid "change the User Interaction Flag" msgstr "cambia-la confianza sobre o dono" -#: g10/card-util.c:2361 tools/gpg-card.c:3923 +#: g10/card-util.c:2361 tools/gpg-card.c:3924 msgid "gpg/card> " msgstr "" @@ -2210,8 +2210,8 @@ msgstr "comandos conflictivos\n" msgid "Admin commands are not allowed\n" msgstr "gravando a chave secreta en `%s'\n" -#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3813 -#: tools/gpg-card.c:4071 +#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3814 +#: tools/gpg-card.c:4072 #, c-format msgid "Invalid command (try \"help\")\n" msgstr "Comando incorrecto (tente \"help\")\n" @@ -2221,22 +2221,22 @@ msgstr "Comando incorrecto (tente \"help\")\n" msgid "--output doesn't work for this command\n" msgstr "--output non traballa con este comando\n" -#: g10/decrypt.c:247 g10/gpg.c:5262 g10/keyring.c:399 g10/keyring.c:750 +#: g10/decrypt.c:247 g10/gpg.c:5293 g10/keyring.c:399 g10/keyring.c:750 #, fuzzy, c-format #| msgid "can't open `%s'\n" msgid "can't open '%s'\n" msgstr "non se puido abrir `%s'\n" #: g10/delkey.c:81 g10/export.c:1934 g10/export.c:2342 g10/export.c:2463 -#: g10/getkey.c:1907 g10/gpg.c:5207 g10/keyedit.c:1450 g10/keyedit.c:2382 -#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1238 +#: g10/getkey.c:1907 g10/gpg.c:5238 g10/keyedit.c:1450 g10/keyedit.c:2382 +#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1240 #: g10/revoke.c:230 g10/tofu.c:2168 #, fuzzy, c-format msgid "key \"%s\" not found: %s\n" msgstr "non se atopou a chave `%s': %s\n" -#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4303 -#: g10/gpg.c:5216 g10/keyedit.c:2354 g10/keyserver.c:1256 g10/revoke.c:236 +#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4330 +#: g10/gpg.c:5247 g10/keyedit.c:2354 g10/keyserver.c:1258 g10/revoke.c:236 #: g10/revoke.c:665 g10/tofu.c:2176 #, c-format msgid "error reading keyblock: %s\n" @@ -2363,14 +2363,14 @@ msgstr "non se pode empregar o algoritmo de cifrado \"%s\" no modo %s\n" msgid "(use option \"%s\" to override)\n" msgstr "" -#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4052 -#: g10/gpg.c:4099 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1760 +#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4083 +#: g10/gpg.c:4130 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1793 #, fuzzy, c-format msgid "cipher algorithm '%s' may not be used in %s mode\n" msgstr "non se pode empregar o algoritmo de cifrado \"%s\" no modo %s\n" -#: g10/encrypt.c:564 g10/gpg.c:4064 g10/gpg.c:4111 g10/sig-check.c:155 -#: g10/sign.c:452 sm/gpgsm.c:1770 sm/gpgsm.c:1780 sm/sign.c:596 sm/verify.c:510 +#: g10/encrypt.c:564 g10/gpg.c:4095 g10/gpg.c:4142 g10/sig-check.c:155 +#: g10/sign.c:452 sm/gpgsm.c:1803 sm/gpgsm.c:1813 sm/sign.c:596 sm/verify.c:510 #, fuzzy, c-format msgid "digest algorithm '%s' may not be used in %s mode\n" msgstr "non se pode empregar o algoritmo de resumo \"%s\" no modo %s\n" @@ -2477,7 +2477,7 @@ msgstr "" msgid " - skipped" msgstr "%s: omitido: %s\n" -#: g10/export.c:1333 g10/import.c:2112 g10/openfile.c:202 g10/openfile.c:296 +#: g10/export.c:1333 g10/import.c:2124 g10/openfile.c:202 g10/openfile.c:296 #: g10/sign.c:1110 g10/sign.c:1447 #, fuzzy, c-format #| msgid "writing to `%s'\n" @@ -2574,297 +2574,297 @@ msgstr "" msgid "using subkey %s instead of primary key %s\n" msgstr "emprégase a chave secundaria %08lX no canto da primaria %08lX\n" -#: g10/getkey.c:4232 g10/gpg.c:2164 +#: g10/getkey.c:4259 g10/gpg.c:2167 #, fuzzy, c-format msgid "valid values for option '%s':\n" msgstr "opcións de importación non válidas\n" -#: g10/gpg.c:449 sm/gpgsm.c:215 +#: g10/gpg.c:450 sm/gpgsm.c:217 #, fuzzy msgid "make a signature" msgstr "facer unha sinatura separada" -#: g10/gpg.c:450 +#: g10/gpg.c:451 #, fuzzy msgid "make a clear text signature" msgstr "|[ficheiro]|facer unha sinatura en texto claro" -#: g10/gpg.c:452 sm/gpgsm.c:217 +#: g10/gpg.c:453 sm/gpgsm.c:219 msgid "make a detached signature" msgstr "facer unha sinatura separada" -#: g10/gpg.c:453 sm/gpgsm.c:218 +#: g10/gpg.c:454 sm/gpgsm.c:220 msgid "encrypt data" msgstr "cifrar datos" -#: g10/gpg.c:455 +#: g10/gpg.c:456 msgid "encryption only with symmetric cipher" msgstr "cifrar só con cifrado simétrico" -#: g10/gpg.c:457 sm/gpgsm.c:220 +#: g10/gpg.c:458 sm/gpgsm.c:222 msgid "decrypt data (default)" msgstr "descifrar datos (por defecto)" -#: g10/gpg.c:459 sm/gpgsm.c:221 +#: g10/gpg.c:460 sm/gpgsm.c:223 msgid "verify a signature" msgstr "verificar unha sinatura" -#: g10/gpg.c:461 sm/gpgsm.c:222 +#: g10/gpg.c:462 sm/gpgsm.c:224 msgid "list keys" msgstr "ve-la lista de chaves" -#: g10/gpg.c:463 +#: g10/gpg.c:464 msgid "list keys and signatures" msgstr "ve-la lista de chaves e sinaturas" -#: g10/gpg.c:466 +#: g10/gpg.c:467 #, fuzzy msgid "list and check key signatures" msgstr "verifica-las sinaturas das chaves" -#: g10/gpg.c:468 sm/gpgsm.c:227 +#: g10/gpg.c:469 sm/gpgsm.c:229 msgid "list keys and fingerprints" msgstr "ve-la lista de chaves e pegadas dactilares" -#: g10/gpg.c:469 sm/gpgsm.c:225 +#: g10/gpg.c:470 sm/gpgsm.c:227 msgid "list secret keys" msgstr "ve-la lista de chaves secretas" -#: g10/gpg.c:471 sm/gpgsm.c:228 +#: g10/gpg.c:472 sm/gpgsm.c:230 msgid "generate a new key pair" msgstr "xerar un novo par de chaves" -#: g10/gpg.c:474 +#: g10/gpg.c:475 #, fuzzy #| msgid "generate a new key pair" msgid "quickly generate a new key pair" msgstr "xerar un novo par de chaves" -#: g10/gpg.c:477 +#: g10/gpg.c:478 #, fuzzy #| msgid "generate a new key pair" msgid "quickly add a new user-id" msgstr "xerar un novo par de chaves" -#: g10/gpg.c:482 +#: g10/gpg.c:483 #, fuzzy #| msgid "generate a new key pair" msgid "quickly revoke a user-id" msgstr "xerar un novo par de chaves" -#: g10/gpg.c:485 +#: g10/gpg.c:486 #, fuzzy #| msgid "generate a new key pair" msgid "quickly set a new expiration date" msgstr "xerar un novo par de chaves" -#: g10/gpg.c:488 +#: g10/gpg.c:489 msgid "full featured key pair generation" msgstr "" -#: g10/gpg.c:491 +#: g10/gpg.c:492 msgid "generate a revocation certificate" msgstr "xerar un certificado de revocación" -#: g10/gpg.c:494 sm/gpgsm.c:231 +#: g10/gpg.c:495 sm/gpgsm.c:233 msgid "remove keys from the public keyring" msgstr "borrar chaves do chaveiro público" -#: g10/gpg.c:496 +#: g10/gpg.c:497 msgid "remove keys from the secret keyring" msgstr "borrar chaves do chaveiro secreto" -#: g10/gpg.c:498 +#: g10/gpg.c:499 #, fuzzy #| msgid "sign a key" msgid "quickly sign a key" msgstr "asinar unha chave" -#: g10/gpg.c:500 +#: g10/gpg.c:501 #, fuzzy #| msgid "sign a key locally" msgid "quickly sign a key locally" msgstr "asinar unha chave localmente" -#: g10/gpg.c:502 +#: g10/gpg.c:503 #, fuzzy #| msgid "generate a new key pair" msgid "quickly revoke a key signature" msgstr "xerar un novo par de chaves" -#: g10/gpg.c:503 +#: g10/gpg.c:504 msgid "sign a key" msgstr "asinar unha chave" -#: g10/gpg.c:504 +#: g10/gpg.c:505 msgid "sign a key locally" msgstr "asinar unha chave localmente" -#: g10/gpg.c:505 +#: g10/gpg.c:506 msgid "sign or edit a key" msgstr "asinar ou editar unha chave" -#: g10/gpg.c:507 sm/gpgsm.c:249 +#: g10/gpg.c:508 sm/gpgsm.c:251 #, fuzzy msgid "change a passphrase" msgstr "cambia-lo contrasinal" -#: g10/gpg.c:511 +#: g10/gpg.c:512 msgid "export keys" msgstr "exportar chaves" -#: g10/gpg.c:512 +#: g10/gpg.c:513 msgid "export keys to a keyserver" msgstr "exportar chaves a un servidor de chaves" -#: g10/gpg.c:513 +#: g10/gpg.c:514 msgid "import keys from a keyserver" msgstr "importar chaves dun servidor de chaves" -#: g10/gpg.c:516 +#: g10/gpg.c:517 msgid "search for keys on a keyserver" msgstr "buscar chaves nun servidor de chaves" -#: g10/gpg.c:518 +#: g10/gpg.c:519 msgid "update all keys from a keyserver" msgstr "actualizar tódalas chaves dun servidor de chaves" -#: g10/gpg.c:526 +#: g10/gpg.c:527 msgid "import/merge keys" msgstr "importar/mesturar chaves" -#: g10/gpg.c:529 +#: g10/gpg.c:530 msgid "print the card status" msgstr "" -#: g10/gpg.c:530 +#: g10/gpg.c:531 msgid "change data on a card" msgstr "" -#: g10/gpg.c:532 +#: g10/gpg.c:533 msgid "change a card's PIN" msgstr "" -#: g10/gpg.c:544 +#: g10/gpg.c:545 msgid "update the trust database" msgstr "actualiza-la base de datos de confianza" -#: g10/gpg.c:554 +#: g10/gpg.c:555 #, fuzzy msgid "print message digests" msgstr "|algo [ficheiros]|visualizar resumos de mensaxes" -#: g10/gpg.c:558 sm/gpgsm.c:244 +#: g10/gpg.c:559 sm/gpgsm.c:246 msgid "run in server mode" msgstr "" -#: g10/gpg.c:560 +#: g10/gpg.c:561 msgid "|VALUE|set the TOFU policy for a key" msgstr "" -#: g10/gpg.c:603 +#: g10/gpg.c:604 msgid "|NAME|use NAME as default secret key" msgstr "|NOME|empregar NOME coma chave secreta por defecto" -#: g10/gpg.c:605 sm/gpgsm.c:337 +#: g10/gpg.c:606 sm/gpgsm.c:340 #, fuzzy msgid "|NAME|encrypt to user ID NAME as well" msgstr "|NOME|cifrar para NOME" -#: g10/gpg.c:613 +#: g10/gpg.c:614 msgid "|SPEC|set up email aliases" msgstr "" -#: g10/gpg.c:625 +#: g10/gpg.c:626 msgid "use strict OpenPGP behavior" msgstr "" -#: g10/gpg.c:650 kbx/kbxutil.c:91 sm/gpgsm.c:421 tools/gpgconf.c:113 +#: g10/gpg.c:651 kbx/kbxutil.c:91 sm/gpgsm.c:424 tools/gpgconf.c:113 msgid "do not make any changes" msgstr "non facer ningún cambio" -#: g10/gpg.c:651 +#: g10/gpg.c:652 msgid "prompt before overwriting" msgstr "avisar antes de sobrescribir" -#: g10/gpg.c:700 sm/gpgsm.c:307 +#: g10/gpg.c:701 sm/gpgsm.c:310 msgid "Options controlling the input" msgstr "" -#: g10/gpg.c:718 sm/gpgsm.c:317 +#: g10/gpg.c:719 sm/gpgsm.c:320 msgid "Options controlling the output" msgstr "" -#: g10/gpg.c:720 sm/gpgsm.c:319 +#: g10/gpg.c:721 sm/gpgsm.c:322 msgid "create ascii armored output" msgstr "crear saÃda con armadura en ascii" -#: g10/gpg.c:724 g10/gpgv.c:82 sm/gpgsm.c:324 +#: g10/gpg.c:725 g10/gpgv.c:82 sm/gpgsm.c:327 #, fuzzy msgid "|FILE|write output to FILE" msgstr "|FICHEIRO|carga-lo módulo de extensión FICHEIRO" -#: g10/gpg.c:737 +#: g10/gpg.c:738 msgid "use canonical text mode" msgstr "usar modo de texto canónico" -#: g10/gpg.c:755 +#: g10/gpg.c:756 #, fuzzy msgid "|N|set compress level to N (0 disables)" msgstr "|N|axusta-lo nivel de compresión a N (0 desactiva)" -#: g10/gpg.c:761 sm/gpgsm.c:354 +#: g10/gpg.c:762 sm/gpgsm.c:357 msgid "Options controlling key import and export" msgstr "" -#: g10/gpg.c:764 +#: g10/gpg.c:765 msgid "|MECHANISMS|use MECHANISMS to locate keys by mail address" msgstr "" -#: g10/gpg.c:767 +#: g10/gpg.c:768 #, fuzzy #| msgid "import keys from a keyserver" msgid "import missing key from a signature" msgstr "importar chaves dun servidor de chaves" -#: g10/gpg.c:772 +#: g10/gpg.c:773 #, fuzzy msgid "include the public key in signatures" msgstr "verifica-las sinaturas das chaves" -#: g10/gpg.c:775 sm/gpgsm.c:357 +#: g10/gpg.c:776 sm/gpgsm.c:360 msgid "disable all access to the dirmngr" msgstr "" -#: g10/gpg.c:787 sm/gpgsm.c:364 +#: g10/gpg.c:788 sm/gpgsm.c:367 msgid "Options controlling key listings" msgstr "" -#: g10/gpg.c:817 sm/gpgsm.c:329 +#: g10/gpg.c:818 sm/gpgsm.c:332 #, fuzzy #| msgid "list secret keys" msgid "Options to specify keys" msgstr "ve-la lista de chaves secretas" -#: g10/gpg.c:819 sm/gpgsm.c:331 +#: g10/gpg.c:820 sm/gpgsm.c:334 #, fuzzy msgid "|USER-ID|encrypt for USER-ID" msgstr "|NOME|cifrar para NOME" -#: g10/gpg.c:827 sm/gpgsm.c:333 +#: g10/gpg.c:828 sm/gpgsm.c:336 #, fuzzy msgid "|USER-ID|use USER-ID to sign or decrypt" msgstr "empregar este id de usuario para asinar ou descifrar" -#: g10/gpg.c:875 sm/gpgsm.c:405 +#: g10/gpg.c:876 sm/gpgsm.c:408 msgid "Options for unattended use" msgstr "" -#: g10/gpg.c:894 sm/gpgsm.c:417 dirmngr/dirmngr.c:285 +#: g10/gpg.c:895 sm/gpgsm.c:420 dirmngr/dirmngr.c:286 msgid "Other options" msgstr "" -#: g10/gpg.c:965 sm/gpgsm.c:450 +#: g10/gpg.c:966 sm/gpgsm.c:453 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -2872,7 +2872,7 @@ msgstr "" "@\n" "(Vexa a páxina man para un listado completo de comandos e opcións)\n" -#: g10/gpg.c:968 +#: g10/gpg.c:969 #, fuzzy #| msgid "" #| "@\n" @@ -2902,13 +2902,13 @@ msgstr "" " --list-keys [nomes] amosa-las chaves\n" " --fingerprint [nomes] amosa-las pegadas dactilares\n" -#: g10/gpg.c:1153 +#: g10/gpg.c:1154 #, fuzzy #| msgid "Usage: gpg [options] [files] (-h for help)" msgid "Usage: @GPG@ [options] [files] (-h for help)" msgstr "Uso: gpg [opcións] [ficheiros] (-h para ve-la axuda)" -#: g10/gpg.c:1156 +#: g10/gpg.c:1157 #, fuzzy #| msgid "" #| "Syntax: gpg [options] [files]\n" @@ -2923,7 +2923,7 @@ msgstr "" "asinar, verificar, cifrar ou descifrar\n" "a operación por defecto depende dos datos de entrada\n" -#: g10/gpg.c:1167 sm/gpgsm.c:633 +#: g10/gpg.c:1168 sm/gpgsm.c:636 msgid "" "\n" "Supported algorithms:\n" @@ -2931,566 +2931,566 @@ msgstr "" "\n" "Algoritmos soportados:\n" -#: g10/gpg.c:1170 +#: g10/gpg.c:1171 msgid "Pubkey: " msgstr "Pública: " -#: g10/gpg.c:1177 g10/keyedit.c:3316 +#: g10/gpg.c:1178 g10/keyedit.c:3316 msgid "Cipher: " msgstr "Cifra: " -#: g10/gpg.c:1191 +#: g10/gpg.c:1192 msgid "Hash: " msgstr "Hash: " -#: g10/gpg.c:1198 g10/keyedit.c:3382 +#: g10/gpg.c:1199 g10/keyedit.c:3382 msgid "Compression: " msgstr "Compresión: " -#: g10/gpg.c:1273 sm/gpgsm.c:707 +#: g10/gpg.c:1274 sm/gpgsm.c:710 #, fuzzy, c-format msgid "usage: %s [options] %s\n" msgstr "uso: gpg [opcións] " -#: g10/gpg.c:1466 sm/gpgsm.c:800 +#: g10/gpg.c:1467 sm/gpgsm.c:803 #, c-format msgid "conflicting commands\n" msgstr "comandos conflictivos\n" -#: g10/gpg.c:1484 +#: g10/gpg.c:1485 #, fuzzy, c-format msgid "no = sign found in group definition '%s'\n" msgstr "non se atopou un signo = na definición do grupo \"%s\"\n" -#: g10/gpg.c:1682 +#: g10/gpg.c:1683 #, fuzzy, c-format msgid "WARNING: unsafe ownership on homedir '%s'\n" msgstr "AVISO: propiedade insegura en %s \"%s\"\n" -#: g10/gpg.c:1685 +#: g10/gpg.c:1686 #, fuzzy, c-format msgid "WARNING: unsafe ownership on configuration file '%s'\n" msgstr "AVISO: propiedade insegura en %s \"%s\"\n" -#: g10/gpg.c:1688 +#: g10/gpg.c:1689 #, fuzzy, c-format msgid "WARNING: unsafe ownership on extension '%s'\n" msgstr "AVISO: propiedade insegura en %s \"%s\"\n" -#: g10/gpg.c:1694 +#: g10/gpg.c:1695 #, fuzzy, c-format msgid "WARNING: unsafe permissions on homedir '%s'\n" msgstr "AVISO: permisos inseguros en %s \"%s\"\n" -#: g10/gpg.c:1697 +#: g10/gpg.c:1698 #, fuzzy, c-format msgid "WARNING: unsafe permissions on configuration file '%s'\n" msgstr "AVISO: permisos inseguros en %s \"%s\"\n" -#: g10/gpg.c:1700 +#: g10/gpg.c:1701 #, fuzzy, c-format msgid "WARNING: unsafe permissions on extension '%s'\n" msgstr "AVISO: permisos inseguros en %s \"%s\"\n" -#: g10/gpg.c:1706 +#: g10/gpg.c:1707 #, fuzzy, c-format msgid "WARNING: unsafe enclosing directory ownership on homedir '%s'\n" msgstr "AVISO: propiedade do directorio contedor insegura en %s \"%s\"\n" -#: g10/gpg.c:1709 +#: g10/gpg.c:1710 #, fuzzy, c-format msgid "" "WARNING: unsafe enclosing directory ownership on configuration file '%s'\n" msgstr "AVISO: propiedade do directorio contedor insegura en %s \"%s\"\n" -#: g10/gpg.c:1712 +#: g10/gpg.c:1713 #, fuzzy, c-format msgid "WARNING: unsafe enclosing directory ownership on extension '%s'\n" msgstr "AVISO: propiedade do directorio contedor insegura en %s \"%s\"\n" -#: g10/gpg.c:1718 +#: g10/gpg.c:1719 #, fuzzy, c-format msgid "WARNING: unsafe enclosing directory permissions on homedir '%s'\n" msgstr "AVISO: permisos do directorio contedor inseguros en %s \"%s\"\n" -#: g10/gpg.c:1721 +#: g10/gpg.c:1722 #, fuzzy, c-format msgid "" "WARNING: unsafe enclosing directory permissions on configuration file '%s'\n" msgstr "AVISO: permisos do directorio contedor inseguros en %s \"%s\"\n" -#: g10/gpg.c:1724 +#: g10/gpg.c:1725 #, fuzzy, c-format msgid "WARNING: unsafe enclosing directory permissions on extension '%s'\n" msgstr "AVISO: permisos do directorio contedor inseguros en %s \"%s\"\n" -#: g10/gpg.c:1940 +#: g10/gpg.c:1941 #, fuzzy, c-format msgid "unknown configuration item '%s'\n" msgstr " creouse un novo ficheiro de configuración `%s'\n" -#: g10/gpg.c:2034 +#: g10/gpg.c:2037 msgid "display photo IDs during key listings" msgstr "" -#: g10/gpg.c:2036 +#: g10/gpg.c:2039 #, fuzzy msgid "show key usage information during key listings" msgstr "Non hai unha sinatura correspondiente no chaveiro secreto\n" -#: g10/gpg.c:2038 +#: g10/gpg.c:2041 msgid "show policy URLs during signature listings" msgstr "" -#: g10/gpg.c:2040 +#: g10/gpg.c:2043 #, fuzzy msgid "show all notations during signature listings" msgstr "Non hai unha sinatura correspondiente no chaveiro secreto\n" -#: g10/gpg.c:2042 +#: g10/gpg.c:2045 msgid "show IETF standard notations during signature listings" msgstr "" -#: g10/gpg.c:2046 +#: g10/gpg.c:2049 msgid "show user-supplied notations during signature listings" msgstr "" -#: g10/gpg.c:2048 +#: g10/gpg.c:2051 #, fuzzy msgid "show preferred keyserver URLs during signature listings" msgstr "o URL de normativa de sinaturas dado non é válido\n" -#: g10/gpg.c:2050 +#: g10/gpg.c:2053 msgid "show user ID validity during key listings" msgstr "" -#: g10/gpg.c:2052 +#: g10/gpg.c:2055 msgid "show revoked and expired user IDs in key listings" msgstr "" -#: g10/gpg.c:2054 +#: g10/gpg.c:2057 msgid "show revoked and expired subkeys in key listings" msgstr "" -#: g10/gpg.c:2056 +#: g10/gpg.c:2059 #, fuzzy msgid "show the keyring name in key listings" msgstr "amosar en que chaveiro está unha chave listada" -#: g10/gpg.c:2058 +#: g10/gpg.c:2061 #, fuzzy msgid "show expiration dates during signature listings" msgstr "Non hai unha sinatura correspondiente no chaveiro secreto\n" -#: g10/gpg.c:2175 +#: g10/gpg.c:2178 #, fuzzy, c-format msgid "unknown TOFU policy '%s'\n" msgstr "destinatario por defecto `%s' descoñecido\n" -#: g10/gpg.c:2177 +#: g10/gpg.c:2180 #, c-format msgid "(use \"help\" to list choices)\n" msgstr "" -#: g10/gpg.c:2972 g10/gpg.c:3797 g10/gpg.c:3809 +#: g10/gpg.c:2975 g10/gpg.c:3828 g10/gpg.c:3840 #, fuzzy, c-format #| msgid "NOTE: %s is not for normal use!\n" msgid "Note: %s is not for normal use!\n" msgstr "NOTA: ¡%s non é para uso normal!\n" -#: g10/gpg.c:3148 g10/gpg.c:3160 +#: g10/gpg.c:3151 g10/gpg.c:3163 #, fuzzy, c-format msgid "'%s' is not a valid signature expiration\n" msgstr "%s non é un xogo de caracteres válido\n" -#: g10/gpg.c:3182 +#: g10/gpg.c:3185 #, fuzzy, c-format msgid "\"%s\" is not a proper mail address\n" msgstr "Non é un enderezo de e-mail válido\n" -#: g10/gpg.c:3214 sm/gpgsm.c:1265 +#: g10/gpg.c:3217 sm/gpgsm.c:1270 #, fuzzy, c-format msgid "invalid pinentry mode '%s'\n" msgstr "algoritmo de hash non válido `%s'\n" -#: g10/gpg.c:3220 sm/gpgsm.c:1271 +#: g10/gpg.c:3223 sm/gpgsm.c:1276 #, fuzzy, c-format msgid "invalid request origin '%s'\n" msgstr "opcións de importación non válidas\n" -#: g10/gpg.c:3277 +#: g10/gpg.c:3280 #, fuzzy, c-format msgid "'%s' is not a valid character set\n" msgstr "%s non é un xogo de caracteres válido\n" -#: g10/gpg.c:3299 g10/gpg.c:3508 g10/keyedit.c:5319 +#: g10/gpg.c:3302 g10/gpg.c:3511 g10/keyedit.c:5319 #, fuzzy, c-format msgid "could not parse keyserver URL\n" msgstr "non se puido analisa-lo URI do servidor de chaves\n" -#: g10/gpg.c:3317 +#: g10/gpg.c:3320 #, fuzzy, c-format msgid "%s:%d: invalid keyserver options\n" msgstr "%s:%d: opcións de exportación non válidas\n" -#: g10/gpg.c:3320 +#: g10/gpg.c:3323 #, fuzzy, c-format msgid "invalid keyserver options\n" msgstr "opcións de exportación non válidas\n" -#: g10/gpg.c:3327 +#: g10/gpg.c:3330 #, c-format msgid "%s:%d: invalid import options\n" msgstr "%s:%d: opcións de importación non válidas\n" -#: g10/gpg.c:3330 +#: g10/gpg.c:3333 #, c-format msgid "invalid import options\n" msgstr "opcións de importación non válidas\n" -#: g10/gpg.c:3336 g10/gpg.c:3351 +#: g10/gpg.c:3339 g10/gpg.c:3354 #, fuzzy, c-format msgid "invalid filter option: %s\n" msgstr "opcións de importación non válidas\n" -#: g10/gpg.c:3342 +#: g10/gpg.c:3345 #, c-format msgid "%s:%d: invalid export options\n" msgstr "%s:%d: opcións de exportación non válidas\n" -#: g10/gpg.c:3345 +#: g10/gpg.c:3348 #, c-format msgid "invalid export options\n" msgstr "opcións de exportación non válidas\n" -#: g10/gpg.c:3357 +#: g10/gpg.c:3360 #, fuzzy, c-format msgid "%s:%d: invalid list options\n" msgstr "%s:%d: opcións de importación non válidas\n" -#: g10/gpg.c:3360 +#: g10/gpg.c:3363 #, fuzzy, c-format msgid "invalid list options\n" msgstr "opcións de importación non válidas\n" -#: g10/gpg.c:3368 +#: g10/gpg.c:3371 msgid "display photo IDs during signature verification" msgstr "" -#: g10/gpg.c:3370 +#: g10/gpg.c:3373 msgid "show policy URLs during signature verification" msgstr "" -#: g10/gpg.c:3372 +#: g10/gpg.c:3375 #, fuzzy msgid "show all notations during signature verification" msgstr "%s non é un xogo de caracteres válido\n" -#: g10/gpg.c:3374 +#: g10/gpg.c:3377 msgid "show IETF standard notations during signature verification" msgstr "" -#: g10/gpg.c:3378 +#: g10/gpg.c:3381 msgid "show user-supplied notations during signature verification" msgstr "" -#: g10/gpg.c:3380 +#: g10/gpg.c:3383 #, fuzzy msgid "show preferred keyserver URLs during signature verification" msgstr "o URL de normativa de sinaturas dado non é válido\n" -#: g10/gpg.c:3382 +#: g10/gpg.c:3385 #, fuzzy msgid "show user ID validity during signature verification" msgstr "%s non é un xogo de caracteres válido\n" -#: g10/gpg.c:3384 +#: g10/gpg.c:3387 msgid "show revoked and expired user IDs in signature verification" msgstr "" -#: g10/gpg.c:3386 +#: g10/gpg.c:3389 #, fuzzy msgid "show only the primary user ID in signature verification" msgstr "%s non é un xogo de caracteres válido\n" -#: g10/gpg.c:3393 +#: g10/gpg.c:3396 #, fuzzy, c-format msgid "%s:%d: invalid verify options\n" msgstr "%s:%d: opcións de exportación non válidas\n" -#: g10/gpg.c:3396 +#: g10/gpg.c:3399 #, fuzzy, c-format msgid "invalid verify options\n" msgstr "opcións de exportación non válidas\n" -#: g10/gpg.c:3403 +#: g10/gpg.c:3406 #, c-format msgid "unable to set exec-path to %s\n" msgstr "non se puido estabrecer exec-path a %s\n" -#: g10/gpg.c:3610 +#: g10/gpg.c:3613 #, fuzzy, c-format msgid "%s:%d: invalid auto-key-locate list\n" msgstr "%s:%d: opcións de exportación non válidas\n" -#: g10/gpg.c:3613 +#: g10/gpg.c:3616 #, c-format msgid "invalid auto-key-locate list\n" msgstr "" -#: g10/gpg.c:3622 +#: g10/gpg.c:3625 #, fuzzy, c-format msgid "invalid argument for option \"%.50s\"\n" msgstr "opcións de importación non válidas\n" -#: g10/gpg.c:3776 sm/gpgsm.c:1642 +#: g10/gpg.c:3807 sm/gpgsm.c:1675 #, c-format msgid "WARNING: program may create a core file!\n" msgstr "AVISO: ¡o programa pode crear un ficheiro 'core'!\n" -#: g10/gpg.c:3790 +#: g10/gpg.c:3821 #, c-format msgid "WARNING: %s overrides %s\n" msgstr "AVISO: %s fai que se ignore %s\n" -#: g10/gpg.c:3799 +#: g10/gpg.c:3830 #, c-format msgid "%s not allowed with %s!\n" msgstr "¡%s non se admite con %s!\n" -#: g10/gpg.c:3802 +#: g10/gpg.c:3833 #, c-format msgid "%s makes no sense with %s!\n" msgstr "¡%s non ten sentido empregándoo con %s!\n" -#: g10/gpg.c:3817 sm/gpgsm.c:1663 dirmngr/dirmngr.c:1114 +#: g10/gpg.c:3848 sm/gpgsm.c:1696 dirmngr/dirmngr.c:1123 #, c-format msgid "WARNING: running with faked system time: " msgstr "" -#: g10/gpg.c:3838 +#: g10/gpg.c:3869 #, fuzzy, c-format msgid "will not run with insecure memory due to %s\n" msgstr "gravando a chave secreta en `%s'\n" -#: g10/gpg.c:3866 g10/gpg.c:3897 sm/gpgsm.c:1730 +#: g10/gpg.c:3897 g10/gpg.c:3928 sm/gpgsm.c:1763 #, c-format msgid "selected cipher algorithm is invalid\n" msgstr "o algoritmo de cifrado seleccionado non é válido\n" -#: g10/gpg.c:3873 +#: g10/gpg.c:3904 #, fuzzy, c-format #| msgid "selected digest algorithm is invalid\n" msgid "selected AEAD algorithm is invalid\n" msgstr "o algoritmo de resumo seleccionado non é válido\n" -#: g10/gpg.c:3885 +#: g10/gpg.c:3916 #, fuzzy, c-format msgid "selected compression algorithm is invalid\n" msgstr "o algoritmo de cifrado seleccionado non é válido\n" -#: g10/gpg.c:3891 +#: g10/gpg.c:3922 #, c-format msgid "selected certification digest algorithm is invalid\n" msgstr "o algoritmo de resumo de certificación seleccionado non é válido\n" -#: g10/gpg.c:3906 +#: g10/gpg.c:3937 #, c-format msgid "completes-needed must be greater than 0\n" msgstr "completes-needed debe ser superior a 0\n" -#: g10/gpg.c:3908 +#: g10/gpg.c:3939 #, c-format msgid "marginals-needed must be greater than 1\n" msgstr "marginals-needed debe ser superior a 1\n" -#: g10/gpg.c:3910 +#: g10/gpg.c:3941 #, fuzzy, c-format msgid "max-cert-depth must be in the range from 1 to 255\n" msgstr "max-cert-depth debe valer entre 1 e 255\n" -#: g10/gpg.c:3912 +#: g10/gpg.c:3943 #, fuzzy, c-format msgid "invalid default-cert-level; must be 0, 1, 2, or 3\n" msgstr "nivel de comprobación por defecto non válido; debe ser 0, 1, 2 ou 3\n" -#: g10/gpg.c:3914 +#: g10/gpg.c:3945 #, fuzzy, c-format msgid "invalid min-cert-level; must be 1, 2, or 3\n" msgstr "nivel de comprobación por defecto non válido; debe ser 0, 1, 2 ou 3\n" -#: g10/gpg.c:3918 +#: g10/gpg.c:3949 #, fuzzy, c-format #| msgid "NOTE: simple S2K mode (0) is strongly discouraged\n" msgid "Note: simple S2K mode (0) is strongly discouraged\n" msgstr "NOTA: desaconséllase encarecidamente o modo S2K simple (0)\n" -#: g10/gpg.c:3922 +#: g10/gpg.c:3953 #, c-format msgid "invalid S2K mode; must be 0, 1 or 3\n" msgstr "modo S2K non válido; debe ser 0, 1 ou 3\n" -#: g10/gpg.c:3929 +#: g10/gpg.c:3960 #, c-format msgid "invalid default preferences\n" msgstr "preferencias por defecto non válidas\n" -#: g10/gpg.c:3933 +#: g10/gpg.c:3964 #, c-format msgid "invalid personal cipher preferences\n" msgstr "preferencias de cifrado personais non válidas\n" -#: g10/gpg.c:3936 +#: g10/gpg.c:3967 #, fuzzy, c-format #| msgid "invalid personal cipher preferences\n" msgid "invalid personal AEAD preferences\n" msgstr "preferencias de cifrado personais non válidas\n" -#: g10/gpg.c:3940 +#: g10/gpg.c:3971 #, c-format msgid "invalid personal digest preferences\n" msgstr "preferencias de resumo personais non válidas\n" -#: g10/gpg.c:3944 +#: g10/gpg.c:3975 #, c-format msgid "invalid personal compress preferences\n" msgstr "preferencias de compresión personais non válidas\n" -#: g10/gpg.c:3953 g10/gpg.c:3958 +#: g10/gpg.c:3984 g10/gpg.c:3989 #, fuzzy, c-format #| msgid "keysize invalid; using %u bits\n" msgid "chunk size invalid - using %d\n" msgstr "tamaño de chave non válido; empregando %u bits\n" -#: g10/gpg.c:3995 +#: g10/gpg.c:4026 #, c-format msgid "%s does not yet work with %s\n" msgstr "¡%s aÃnda non traballa con %s!\n" -#: g10/gpg.c:4058 +#: g10/gpg.c:4089 #, fuzzy, c-format msgid "AEAD algorithm '%s' may not be used in %s mode\n" msgstr "non se pode empregar o algoritmo de cifrado \"%s\" no modo %s\n" -#: g10/gpg.c:4070 +#: g10/gpg.c:4101 #, fuzzy, c-format msgid "compression algorithm '%s' may not be used in %s mode\n" msgstr "non se pode empregar o algoritmo de compresión \"%s\" no modo %s\n" -#: g10/gpg.c:4225 +#: g10/gpg.c:4256 #, c-format msgid "failed to initialize the TrustDB: %s\n" msgstr "non se puido inicializa-la base de datos de confianzas: %s\n" -#: g10/gpg.c:4237 +#: g10/gpg.c:4268 #, c-format msgid "WARNING: recipients (-r) given without using public key encryption\n" msgstr "" "AVISO: deronse destinatarios (-r) sen empregar cifrado de chave pública\n" -#: g10/gpg.c:4309 +#: g10/gpg.c:4340 #, fuzzy, c-format msgid "symmetric encryption of '%s' failed: %s\n" msgstr "o descifrado fallou: %s\n" -#: g10/gpg.c:4338 +#: g10/gpg.c:4369 #, c-format msgid "you cannot use --symmetric --encrypt with --s2k-mode 0\n" msgstr "" -#: g10/gpg.c:4341 +#: g10/gpg.c:4372 #, fuzzy, c-format msgid "you cannot use --symmetric --encrypt in %s mode\n" msgstr "non se pode empregar %s no modo %s\n" -#: g10/gpg.c:4399 +#: g10/gpg.c:4430 #, c-format msgid "you cannot use --symmetric --sign --encrypt with --s2k-mode 0\n" msgstr "" -#: g10/gpg.c:4402 +#: g10/gpg.c:4433 #, fuzzy, c-format msgid "you cannot use --symmetric --sign --encrypt in %s mode\n" msgstr "non se pode empregar %s no modo %s\n" -#: g10/gpg.c:4790 g10/keyserver.c:1858 +#: g10/gpg.c:4821 g10/keyserver.c:1870 #, c-format msgid "keyserver send failed: %s\n" msgstr "o envÃo ao servidor de chaves fallou: %s\n" -#: g10/gpg.c:4795 +#: g10/gpg.c:4826 #, c-format msgid "keyserver receive failed: %s\n" msgstr "a recepción do servidor de chaves fallou: %s\n" -#: g10/gpg.c:4801 +#: g10/gpg.c:4832 #, c-format msgid "key export failed: %s\n" msgstr "a exportación da chave fallou: %s\n" -#: g10/gpg.c:4814 +#: g10/gpg.c:4845 #, fuzzy, c-format #| msgid "key export failed: %s\n" msgid "export as ssh key failed: %s\n" msgstr "a exportación da chave fallou: %s\n" -#: g10/gpg.c:4826 +#: g10/gpg.c:4857 #, c-format msgid "keyserver search failed: %s\n" msgstr "a busca no servidor de chaves fallou fallou: %s\n" -#: g10/gpg.c:4839 +#: g10/gpg.c:4870 #, c-format msgid "keyserver refresh failed: %s\n" msgstr "a actualización no servidor de chaves fallou: %s\n" -#: g10/gpg.c:4906 +#: g10/gpg.c:4937 #, c-format msgid "dearmoring failed: %s\n" msgstr "non se puido quita-la armadura: %s\n" -#: g10/gpg.c:4917 +#: g10/gpg.c:4948 #, c-format msgid "enarmoring failed: %s\n" msgstr "non se puido poñe-la armadura: %s\n" -#: g10/gpg.c:5022 +#: g10/gpg.c:5053 #, fuzzy, c-format #| msgid "invalid hash algorithm `%s'\n" msgid "invalid hash algorithm '%s'\n" msgstr "algoritmo de hash non válido `%s'\n" -#: g10/gpg.c:5174 g10/tofu.c:2156 +#: g10/gpg.c:5205 g10/tofu.c:2156 #, fuzzy, c-format msgid "error parsing key specification '%s': %s\n" msgstr "erro ao crea-lo contrasinal: %s\n" -#: g10/gpg.c:5185 +#: g10/gpg.c:5216 #, c-format msgid "'%s' does not appear to be a valid key ID, fingerprint or keygrip\n" msgstr "" -#: g10/gpg.c:5241 +#: g10/gpg.c:5272 #, c-format msgid "WARNING: no command supplied. Trying to guess what you mean ...\n" msgstr "" -#: g10/gpg.c:5252 +#: g10/gpg.c:5283 #, c-format msgid "Go ahead and type your message ...\n" msgstr "Escriba a súa mensaxe ...\n" -#: g10/gpg.c:5599 +#: g10/gpg.c:5630 #, c-format msgid "the given certification policy URL is invalid\n" msgstr "o URL de normativa de certificación dado non é válido\n" -#: g10/gpg.c:5601 +#: g10/gpg.c:5632 #, c-format msgid "the given signature policy URL is invalid\n" msgstr "o URL de normativa de sinaturas dado non é válido\n" -#: g10/gpg.c:5634 +#: g10/gpg.c:5665 #, fuzzy, c-format msgid "the given preferred keyserver URL is invalid\n" msgstr "o URL de normativa de sinaturas dado non é válido\n" @@ -3504,7 +3504,7 @@ msgstr "toma-las chaves deste chaveiro" msgid "make timestamp conflicts only a warning" msgstr "converte-los conflictos de selo de data nun aviso" -#: g10/gpgv.c:86 sm/gpgsm.c:411 tools/gpgconf.c:116 tools/gpg-card.c:94 +#: g10/gpgv.c:86 sm/gpgsm.c:414 tools/gpgconf.c:116 tools/gpg-card.c:95 msgid "|FD|write status info to this FD" msgstr "|DF|escribi-la información de estado a este DF" @@ -3599,271 +3599,271 @@ msgstr "" msgid "repair keys on import" msgstr "amosar fingerprint" -#: g10/import.c:387 g10/import.c:709 +#: g10/import.c:399 g10/import.c:721 #, c-format msgid "skipping block of type %d\n" msgstr "pasando por alto un bloque de tipo %d\n" -#: g10/import.c:726 +#: g10/import.c:738 #, fuzzy, c-format msgid "%lu keys processed so far\n" msgstr "%lu chaves procesadas hasta polo momento\n" -#: g10/import.c:819 +#: g10/import.c:831 #, c-format msgid "Total number processed: %lu\n" msgstr "Número total procesado: %lu\n" -#: g10/import.c:822 +#: g10/import.c:834 #, fuzzy, c-format #| msgid " skipped new keys: %lu\n" msgid " skipped PGP-2 keys: %lu\n" msgstr "novas chaves omitidas: %lu\n" -#: g10/import.c:824 +#: g10/import.c:836 #, c-format msgid " skipped new keys: %lu\n" msgstr "novas chaves omitidas: %lu\n" -#: g10/import.c:827 +#: g10/import.c:839 #, c-format msgid " w/o user IDs: %lu\n" msgstr " sin IDs de usuario: %lu\n" -#: g10/import.c:830 sm/import.c:129 +#: g10/import.c:842 sm/import.c:129 #, c-format msgid " imported: %lu" msgstr " importadas: %lu" -#: g10/import.c:834 sm/import.c:133 +#: g10/import.c:846 sm/import.c:133 #, c-format msgid " unchanged: %lu\n" msgstr " sin cambios: %lu\n" -#: g10/import.c:836 +#: g10/import.c:848 #, c-format msgid " new user IDs: %lu\n" msgstr " novos IDs de usuario: %lu\n" -#: g10/import.c:838 +#: g10/import.c:850 #, c-format msgid " new subkeys: %lu\n" msgstr " novas sub-chaves: %lu\n" -#: g10/import.c:840 +#: g10/import.c:852 #, c-format msgid " new signatures: %lu\n" msgstr " novas sinaturas: %lu\n" -#: g10/import.c:842 +#: g10/import.c:854 #, c-format msgid " new key revocations: %lu\n" msgstr " novas revocacións de chaves: %lu\n" -#: g10/import.c:844 sm/import.c:135 +#: g10/import.c:856 sm/import.c:135 #, c-format msgid " secret keys read: %lu\n" msgstr "chaves secretas lidas: %lu\n" -#: g10/import.c:846 sm/import.c:137 +#: g10/import.c:858 sm/import.c:137 #, c-format msgid " secret keys imported: %lu\n" msgstr "chaves secretas importadas: %lu\n" -#: g10/import.c:848 sm/import.c:139 +#: g10/import.c:860 sm/import.c:139 #, c-format msgid " secret keys unchanged: %lu\n" msgstr "chaves secretas sin cambios: %lu\n" -#: g10/import.c:850 sm/import.c:141 +#: g10/import.c:862 sm/import.c:141 #, c-format msgid " not imported: %lu\n" msgstr " non importadas: %lu\n" -#: g10/import.c:852 +#: g10/import.c:864 #, fuzzy, c-format msgid " signatures cleaned: %lu\n" msgstr " novas sinaturas: %lu\n" -#: g10/import.c:854 +#: g10/import.c:866 #, fuzzy, c-format msgid " user IDs cleaned: %lu\n" msgstr "chaves secretas lidas: %lu\n" -#: g10/import.c:1279 +#: g10/import.c:1291 #, c-format msgid "" "WARNING: key %s contains preferences for unavailable\n" "algorithms on these user IDs:\n" msgstr "" -#: g10/import.c:1321 +#: g10/import.c:1333 #, c-format msgid " \"%s\": preference for cipher algorithm %s\n" msgstr "" -#: g10/import.c:1339 +#: g10/import.c:1351 #, fuzzy, c-format msgid " \"%s\": preference for AEAD algorithm %s\n" msgstr "Sinatura %s, algoritmo de resumo %s\n" -#: g10/import.c:1354 +#: g10/import.c:1366 #, fuzzy, c-format msgid " \"%s\": preference for digest algorithm %s\n" msgstr "Sinatura %s, algoritmo de resumo %s\n" -#: g10/import.c:1366 +#: g10/import.c:1378 #, c-format msgid " \"%s\": preference for compression algorithm %s\n" msgstr "" -#: g10/import.c:1379 +#: g10/import.c:1391 #, c-format msgid "it is strongly suggested that you update your preferences and\n" msgstr "" -#: g10/import.c:1381 +#: g10/import.c:1393 #, c-format msgid "re-distribute this key to avoid potential algorithm mismatch problems\n" msgstr "" -#: g10/import.c:1406 +#: g10/import.c:1418 #, c-format msgid "you can update your preferences with: gpg --edit-key %s updpref save\n" msgstr "" -#: g10/import.c:1920 g10/import.c:3041 +#: g10/import.c:1932 g10/import.c:3053 #, fuzzy, c-format msgid "key %s: no user ID\n" msgstr "chave %08lX: non hai ID de usuario\n" -#: g10/import.c:1926 +#: g10/import.c:1938 #, fuzzy, c-format msgid "key %s: %s\n" msgstr "omÃtese `%s': %s\n" -#: g10/import.c:1927 g10/import.c:3013 +#: g10/import.c:1939 g10/import.c:3025 msgid "rejected by import screener" msgstr "" -#: g10/import.c:1976 +#: g10/import.c:1988 #, fuzzy, c-format msgid "key %s: PKS subkey corruption repaired\n" msgstr "chave %08lX: arranxouse a corrupción da sub-chave HKP\n" -#: g10/import.c:1997 +#: g10/import.c:2009 #, fuzzy, c-format msgid "key %s: accepted non self-signed user ID \"%s\"\n" msgstr "chave %08lX: aceptouse o ID de usuario '%s' sen auto-sinatura\n" -#: g10/import.c:2008 g10/import.c:2039 +#: g10/import.c:2020 g10/import.c:2051 #, fuzzy, c-format msgid "key %s: no valid user IDs\n" msgstr "chave %08lX: non hai IDs de usuario válidos\n" -#: g10/import.c:2010 +#: g10/import.c:2022 #, c-format msgid "this may be caused by a missing self-signature\n" msgstr "isto pode ser causado por unha auto-sinatura que falta\n" -#: g10/import.c:2089 g10/import.c:3427 +#: g10/import.c:2101 g10/import.c:3439 #, fuzzy, c-format msgid "key %s: public key not found: %s\n" msgstr "chave %08lX: chave pública non atopada: %s\n" -#: g10/import.c:2095 +#: g10/import.c:2107 #, fuzzy, c-format msgid "key %s: new key - skipped\n" msgstr "chave %08lX: nova chave - omitida\n" -#: g10/import.c:2107 +#: g10/import.c:2119 #, c-format msgid "no writable keyring found: %s\n" msgstr "non se atopou un chaveiro no que se poida escribir: %s\n" -#: g10/import.c:2139 g10/import.c:2241 g10/import.c:3502 +#: g10/import.c:2151 g10/import.c:2253 g10/import.c:3514 #, fuzzy, c-format #| msgid "error writing keyring `%s': %s\n" msgid "error writing keyring '%s': %s\n" msgstr "erro escribindo no chaveiro `%s': %s\n" -#: g10/import.c:2162 +#: g10/import.c:2174 #, fuzzy, c-format msgid "key %s: public key \"%s\" imported\n" msgstr "chave %08lX: chave pública \"%s\" importada\n" -#: g10/import.c:2189 +#: g10/import.c:2201 #, fuzzy, c-format msgid "key %s: doesn't match our copy\n" msgstr "chave %08lX: non coincide coa nosa copia\n" -#: g10/import.c:2257 +#: g10/import.c:2269 #, fuzzy, c-format msgid "key %s: \"%s\" 1 new user ID\n" msgstr "chave %08lX: \"%s\" 1 novo ID de usuario\n" -#: g10/import.c:2260 +#: g10/import.c:2272 #, fuzzy, c-format msgid "key %s: \"%s\" %d new user IDs\n" msgstr "chave %08lX: \"%s\" %d novos IDs de usuario\n" -#: g10/import.c:2263 +#: g10/import.c:2275 #, fuzzy, c-format msgid "key %s: \"%s\" 1 new signature\n" msgstr "chave %08lX: \"%s\" 1 nova sinatura\n" -#: g10/import.c:2266 +#: g10/import.c:2278 #, fuzzy, c-format msgid "key %s: \"%s\" %d new signatures\n" msgstr "chave %08lX: \"%s\" %d novas sinaturas\n" -#: g10/import.c:2269 +#: g10/import.c:2281 #, fuzzy, c-format msgid "key %s: \"%s\" 1 new subkey\n" msgstr "chave %08lX: \"%s\" 1 nova sub-chave\n" -#: g10/import.c:2272 +#: g10/import.c:2284 #, fuzzy, c-format msgid "key %s: \"%s\" %d new subkeys\n" msgstr "chave %08lX: \"%s\" %d novas sub-chaves\n" -#: g10/import.c:2275 +#: g10/import.c:2287 #, fuzzy, c-format msgid "key %s: \"%s\" %d signature cleaned\n" msgstr "chave %08lX: \"%s\" %d novas sinaturas\n" -#: g10/import.c:2278 +#: g10/import.c:2290 #, fuzzy, c-format msgid "key %s: \"%s\" %d signatures cleaned\n" msgstr "chave %08lX: \"%s\" %d novas sinaturas\n" -#: g10/import.c:2281 +#: g10/import.c:2293 #, fuzzy, c-format msgid "key %s: \"%s\" %d user ID cleaned\n" msgstr "chave %08lX: \"%s\" %d novos IDs de usuario\n" -#: g10/import.c:2284 +#: g10/import.c:2296 #, fuzzy, c-format msgid "key %s: \"%s\" %d user IDs cleaned\n" msgstr "chave %08lX: \"%s\" %d novos IDs de usuario\n" -#: g10/import.c:2320 +#: g10/import.c:2332 #, fuzzy, c-format msgid "key %s: \"%s\" not changed\n" msgstr "chave %08lX: \"%s\" sen cambios\n" -#: g10/import.c:2680 g10/import.c:2875 +#: g10/import.c:2692 g10/import.c:2887 #, fuzzy, c-format msgid "key %s: secret key imported\n" msgstr "chave %08lX: chave secreta importada\n" -#: g10/import.c:2688 +#: g10/import.c:2700 #, fuzzy, c-format #| msgid "skipped: secret key already present\n" msgid "key %s: secret key already exists\n" msgstr "omÃtese: a chave secreta xa está presente\n" -#: g10/import.c:2696 +#: g10/import.c:2708 #, fuzzy, c-format msgid "key %s: error sending to agent: %s\n" msgstr "erro ao enviar a `%s': %s\n" @@ -3876,212 +3876,212 @@ msgstr "erro ao enviar a `%s': %s\n" #. * Instead, user should be suggested to run 'gpg --card-status', #. * then, references to a card will be automatically created #. * again. -#: g10/import.c:2865 +#: g10/import.c:2877 #, c-format msgid "To migrate '%s', with each smartcard, run: %s\n" msgstr "" -#: g10/import.c:3012 +#: g10/import.c:3024 #, fuzzy, c-format msgid "secret key %s: %s\n" msgstr "non se atopou a chave secreta `%s': %s\n" -#: g10/import.c:3033 g10/import.c:3072 +#: g10/import.c:3045 g10/import.c:3084 #, fuzzy, c-format msgid "importing secret keys not allowed\n" msgstr "gravando a chave secreta en `%s'\n" -#: g10/import.c:3060 +#: g10/import.c:3072 #, fuzzy, c-format msgid "key %s: secret key with invalid cipher %d - skipped\n" msgstr "chave %08lX: chave secreta cunha cifra %d non válida - omitida\n" -#: g10/import.c:3222 g10/pkclist.c:75 g10/revoke.c:774 +#: g10/import.c:3234 g10/pkclist.c:75 g10/revoke.c:774 msgid "No reason specified" msgstr "Non se especificou un motivo" -#: g10/import.c:3223 g10/pkclist.c:77 g10/revoke.c:776 +#: g10/import.c:3235 g10/pkclist.c:77 g10/revoke.c:776 msgid "Key is superseded" msgstr "A chave é obsoleta" -#: g10/import.c:3224 g10/pkclist.c:79 g10/revoke.c:775 +#: g10/import.c:3236 g10/pkclist.c:79 g10/revoke.c:775 msgid "Key has been compromised" msgstr "Esta chave quedou descoberta" -#: g10/import.c:3225 g10/pkclist.c:81 g10/revoke.c:777 +#: g10/import.c:3237 g10/pkclist.c:81 g10/revoke.c:777 msgid "Key is no longer used" msgstr "Xa non se emprega esta chave" -#: g10/import.c:3226 g10/pkclist.c:83 g10/revoke.c:778 +#: g10/import.c:3238 g10/pkclist.c:83 g10/revoke.c:778 msgid "User ID is no longer valid" msgstr "O ID de usuario xa non é válido" -#: g10/import.c:3351 g10/keylist.c:1105 g10/pkclist.c:87 +#: g10/import.c:3363 g10/keylist.c:1105 g10/pkclist.c:87 #, c-format msgid "reason for revocation: " msgstr "motivo para a revocación: " -#: g10/import.c:3370 g10/keylist.c:1124 g10/pkclist.c:103 +#: g10/import.c:3382 g10/keylist.c:1124 g10/pkclist.c:103 #, c-format msgid "revocation comment: " msgstr "comentario de revocación: " -#: g10/import.c:3420 +#: g10/import.c:3432 #, fuzzy, c-format msgid "key %s: no public key - can't apply revocation certificate\n" msgstr "" "chave %08lX: non hai chave pública - non se pode aplica-lo\n" "certificado de revocación\n" -#: g10/import.c:3449 +#: g10/import.c:3461 #, fuzzy, c-format msgid "key %s: can't locate original keyblock: %s\n" msgstr "" "chave %08lX: non foi posible localiza-lo bloque de chaves original:\n" "%s\n" -#: g10/import.c:3456 +#: g10/import.c:3468 #, fuzzy, c-format msgid "key %s: can't read original keyblock: %s\n" msgstr "" "chave %08lX: non foi posible le-lo bloque de chaves original:\n" "%s\n" -#: g10/import.c:3476 +#: g10/import.c:3488 #, fuzzy, c-format msgid "key %s: invalid revocation certificate: %s - rejected\n" msgstr "" "chave %08lX: certificado de revocación incorrecto:\n" "%s - rechazado\n" -#: g10/import.c:3511 +#: g10/import.c:3523 #, fuzzy, c-format msgid "key %s: \"%s\" revocation certificate imported\n" msgstr "chave %08lX: \"%s\" certificado de revocación importado\n" -#: g10/import.c:3597 +#: g10/import.c:3609 #, fuzzy, c-format msgid "key %s: no user ID for signature\n" msgstr "chave %08lX: non hai ID de usuario para a sinatura\n" -#: g10/import.c:3614 +#: g10/import.c:3626 #, fuzzy, c-format msgid "key %s: unsupported public key algorithm on user ID \"%s\"\n" msgstr "" "chave %08lX: algoritmo de chave pública non soportado no ID de usuario \"%s" "\"\n" -#: g10/import.c:3616 +#: g10/import.c:3628 #, fuzzy, c-format msgid "key %s: invalid self-signature on user ID \"%s\"\n" msgstr "" "chave %08lX: auto-sinatura non válida no identificadr de usuario \"%s\"\n" -#: g10/import.c:3633 g10/import.c:3661 g10/import.c:3717 +#: g10/import.c:3645 g10/import.c:3673 g10/import.c:3729 #, fuzzy, c-format msgid "key %s: unsupported public key algorithm\n" msgstr "chave %08lX: algoritmo de chave pública non soportado\n" -#: g10/import.c:3634 +#: g10/import.c:3646 #, fuzzy, c-format msgid "key %s: invalid direct key signature\n" msgstr "chave %08lX: engadiuse unha sinatura de chave directa\n" -#: g10/import.c:3648 +#: g10/import.c:3660 #, fuzzy, c-format msgid "key %s: no subkey for key binding\n" msgstr "chave %08lX: non hai sub-chave para a ligazón da chave\n" -#: g10/import.c:3663 +#: g10/import.c:3675 #, fuzzy, c-format msgid "key %s: invalid subkey binding\n" msgstr "chave %08lX: ligazón de sub-chave incorrecta\n" -#: g10/import.c:3682 +#: g10/import.c:3694 #, fuzzy, c-format msgid "key %s: removed multiple subkey binding\n" msgstr "chave %08lX: eliminouse unha ligazón de sub-chave múltiple\n" -#: g10/import.c:3706 +#: g10/import.c:3718 #, fuzzy, c-format msgid "key %s: no subkey for key revocation\n" msgstr "chave %08lX: non hai unha sub-chave para a revocación da chave\n" -#: g10/import.c:3719 +#: g10/import.c:3731 #, fuzzy, c-format msgid "key %s: invalid subkey revocation\n" msgstr "chave %08lX: revocación de sub-chave non válida\n" -#: g10/import.c:3734 +#: g10/import.c:3746 #, fuzzy, c-format msgid "key %s: removed multiple subkey revocation\n" msgstr "chave %08lX: eliminouse a revocación de sub-chaves múltiples\n" -#: g10/import.c:3778 +#: g10/import.c:3790 #, fuzzy, c-format msgid "key %s: skipped user ID \"%s\"\n" msgstr "chave %08lX: omitido o ID de usuario '" -#: g10/import.c:3805 +#: g10/import.c:3817 #, fuzzy, c-format msgid "key %s: skipped subkey\n" msgstr "chave %08lX: omitida a sub-chave\n" -#: g10/import.c:3837 +#: g10/import.c:3849 #, fuzzy, c-format msgid "key %s: non exportable signature (class 0x%02X) - skipped\n" msgstr "chave %08lX: sinatura non exportable (clase %02x) - omitida\n" -#: g10/import.c:3848 +#: g10/import.c:3860 #, fuzzy, c-format msgid "key %s: revocation certificate at wrong place - skipped\n" msgstr "chave %08lX: certificado de revocación no lugar erróneo - omitido\n" -#: g10/import.c:3866 +#: g10/import.c:3878 #, fuzzy, c-format msgid "key %s: invalid revocation certificate: %s - skipped\n" msgstr "chave %08lX: certificado de revocación incorrecto: %s - omitido\n" -#: g10/import.c:3880 +#: g10/import.c:3892 #, fuzzy, c-format msgid "key %s: subkey signature in wrong place - skipped\n" msgstr "chave %08lX: sinatura da sub-chave nun lugar incorrecto - omitida\n" -#: g10/import.c:3888 +#: g10/import.c:3900 #, fuzzy, c-format msgid "key %s: unexpected signature class (0x%02X) - skipped\n" msgstr "chave %08lX: clase de sinatura non esperada (0x%02X) - omitida\n" -#: g10/import.c:4061 +#: g10/import.c:4073 #, fuzzy, c-format msgid "key %s: duplicated user ID detected - merged\n" msgstr "chave %08lX: ID de usuario duplicado detectado - mesturado\n" -#: g10/import.c:4168 +#: g10/import.c:4180 #, fuzzy, c-format msgid "key %s: duplicated subkeys detected - merged\n" msgstr "chave %08lX: ID de usuario duplicado detectado - mesturado\n" -#: g10/import.c:4233 +#: g10/import.c:4245 #, fuzzy, c-format msgid "WARNING: key %s may be revoked: fetching revocation key %s\n" msgstr "" "AVISO: a chave %08lX pode estar revocada: obtendo a chave de revocación " "%08lX\n" -#: g10/import.c:4249 +#: g10/import.c:4261 #, fuzzy, c-format msgid "WARNING: key %s may be revoked: revocation key %s not present.\n" msgstr "" "AVISO: a chave %08lX pode estar revocada: chave de revocación %08lX " "ausente.\n" -#: g10/import.c:4315 +#: g10/import.c:4327 #, fuzzy, c-format msgid "key %s: \"%s\" revocation certificate added\n" msgstr "chave %08lX: \"%s\" certificado de revocación engadido\n" -#: g10/import.c:4353 +#: g10/import.c:4365 #, fuzzy, c-format msgid "key %s: direct key signature added\n" msgstr "chave %08lX: engadiuse unha sinatura de chave directa\n" @@ -4977,13 +4977,13 @@ msgstr "" "correcta a menos que reinicie o programa.\n" #: g10/keyedit.c:4016 g10/keyedit.c:4447 g10/keyserver.c:535 -#: g10/mainproc.c:2277 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 +#: g10/mainproc.c:2280 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 #, fuzzy msgid "revoked" msgstr "[revocada] " #: g10/keyedit.c:4018 g10/keyedit.c:4449 g10/keyserver.c:539 -#: g10/mainproc.c:2279 g10/tofu.c:1792 g10/trust.c:124 +#: g10/mainproc.c:2282 g10/tofu.c:1792 g10/trust.c:124 #, fuzzy msgid "expired" msgstr "expire" @@ -5540,7 +5540,7 @@ msgstr " (%d) RSA (só cifrar)\n" msgid "Enter the keygrip: " msgstr "Notación de sinaturas: " -#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2279 +#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2280 #, c-format msgid "Not a valid keygrip (expecting 40 hex digits)\n" msgstr "" @@ -5550,13 +5550,13 @@ msgstr "" msgid "No key with this keygrip\n" msgstr "Non hai ID de usuario con Ãndice %d\n" -#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3437 g10/keygen.c:3448 +#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3440 g10/keygen.c:3451 #: sm/certreqgen-ui.c:231 sm/certreqgen-ui.c:240 #, fuzzy, c-format msgid "error reading the card: %s\n" msgstr "%s: erro ao ler un rexistro libre: %s\n" -#: g10/keygen.c:2292 g10/keygen.c:3441 sm/certreqgen-ui.c:234 +#: g10/keygen.c:2292 g10/keygen.c:3444 sm/certreqgen-ui.c:234 #, fuzzy, c-format msgid "Serial number of the card: %s\n" msgstr "erro ao crea-lo contrasinal: %s\n" @@ -5809,13 +5809,18 @@ msgstr "" "mentres se xeran os números primos; isto proporciónalle ao xerador de\n" "números aleatorios unha opoertunidade de acumular entropÃa de abondo.\n" -#: g10/keygen.c:4570 g10/keygen.c:4643 g10/keygen.c:4661 g10/keygen.c:4690 -#: g10/keygen.c:5066 g10/keygen.c:5612 g10/keygen.c:5923 g10/keygen.c:6030 +#: g10/keygen.c:3591 +#, c-format +msgid "WARNING: v4 is specified, but overridden by v5.\n" +msgstr "" + +#: g10/keygen.c:4590 g10/keygen.c:4663 g10/keygen.c:4681 g10/keygen.c:4710 +#: g10/keygen.c:5086 g10/keygen.c:5632 g10/keygen.c:5943 g10/keygen.c:6050 #, c-format msgid "Key generation failed: %s\n" msgstr "A xeración da chave fallou: %s\n" -#: g10/keygen.c:4579 +#: g10/keygen.c:4599 #, c-format msgid "" "About to create a key for:\n" @@ -5823,69 +5828,69 @@ msgid "" "\n" msgstr "" -#: g10/keygen.c:4581 +#: g10/keygen.c:4601 msgid "Continue? (Y/n) " msgstr "" -#: g10/keygen.c:4602 +#: g10/keygen.c:4622 #, fuzzy, c-format msgid "A key for \"%s\" already exists\n" msgstr "`%s' xa está comprimido\n" -#: g10/keygen.c:4607 +#: g10/keygen.c:4627 #, fuzzy #| msgid "Create anyway? " msgid "Create anyway? (y/N) " msgstr "¿Crear de tódolos xeitos? " -#: g10/keygen.c:4613 +#: g10/keygen.c:4633 #, fuzzy, c-format #| msgid "Create anyway? " msgid "creating anyway\n" msgstr "¿Crear de tódolos xeitos? " -#: g10/keygen.c:5049 +#: g10/keygen.c:5069 #, c-format msgid "Note: Use \"%s %s\" for a full featured key generation dialog.\n" msgstr "" -#: g10/keygen.c:5098 +#: g10/keygen.c:5118 #, c-format msgid "Key generation canceled.\n" msgstr "Cancelouse a xeración de chaves.\n" -#: g10/keygen.c:5158 +#: g10/keygen.c:5178 #, fuzzy, c-format msgid "can't create backup file '%s': %s\n" msgstr "non se pode crear `%s': %s\n" -#: g10/keygen.c:5178 +#: g10/keygen.c:5198 #, fuzzy, c-format msgid "Note: backup of card key saved to '%s'\n" msgstr "NOTA: a chave secreta %08lX caducou o %s\n" -#: g10/keygen.c:5339 g10/keygen.c:5541 +#: g10/keygen.c:5359 g10/keygen.c:5561 #, fuzzy, c-format #| msgid "writing public key to `%s'\n" msgid "writing public key to '%s'\n" msgstr "gravando a chave pública en `%s'\n" -#: g10/keygen.c:5535 +#: g10/keygen.c:5555 #, c-format msgid "no writable public keyring found: %s\n" msgstr "non se atopou un chaveiro público no que se poida escribir: %s\n" -#: g10/keygen.c:5549 +#: g10/keygen.c:5569 #, fuzzy, c-format #| msgid "error writing public keyring `%s': %s\n" msgid "error writing public keyring '%s': %s\n" msgstr "erro escribindo no chaveiro público `%s': %s\n" -#: g10/keygen.c:5583 +#: g10/keygen.c:5603 msgid "public and secret key created and signed.\n" msgstr "creáronse e asináronse as chaves pública e secreta.\n" -#: g10/keygen.c:5599 +#: g10/keygen.c:5619 #, fuzzy msgid "" "Note that this key cannot be used for encryption. You may want to use\n" @@ -5895,7 +5900,7 @@ msgstr "" "queira emprega-lo comando \"--edit-key\" para xerar unha chave secundaria\n" "con esa finalidade.\n" -#: g10/keygen.c:5781 g10/keygen.c:5980 +#: g10/keygen.c:5801 g10/keygen.c:6000 #, c-format msgid "" "key has been created %lu second in future (time warp or clock problem)\n" @@ -5903,7 +5908,7 @@ msgstr "" "creouse a chave %lu segundo no futuro (salto no tempo ou problemas co " "reloxo)\n" -#: g10/keygen.c:5783 g10/keygen.c:5982 +#: g10/keygen.c:5803 g10/keygen.c:6002 #, c-format msgid "" "key has been created %lu seconds in future (time warp or clock problem)\n" @@ -5911,23 +5916,23 @@ msgstr "" "creouse a chave %lu segundos no futuro (salto no tempo ou problemas co " "reloxo)\n" -#: g10/keygen.c:5794 g10/keygen.c:5993 +#: g10/keygen.c:5814 g10/keygen.c:6013 #, fuzzy, c-format #| msgid "NOTE: creating subkeys for v3 keys is not OpenPGP compliant\n" msgid "Note: creating subkeys for v3 keys is not OpenPGP compliant\n" msgstr "NOTA: a creación de subchaves para chaves v3 non cumpre OpenPGP\n" -#: g10/keygen.c:5806 g10/keygen.c:5808 +#: g10/keygen.c:5826 g10/keygen.c:5828 #, c-format msgid "Secret parts of primary key are not available.\n" msgstr "as partes secretas da chave primaria non están dispoñibles.\n" -#: g10/keygen.c:5815 g10/keygen.c:5817 +#: g10/keygen.c:5835 g10/keygen.c:5837 #, fuzzy, c-format msgid "Secret parts of primary key are stored on-card.\n" msgstr "as partes secretas da chave primaria non están dispoñibles.\n" -#: g10/keygen.c:5837 g10/keygen.c:6007 +#: g10/keygen.c:5857 g10/keygen.c:6027 #, fuzzy msgid "Really create? (y/N) " msgstr "¿Crear realmente? " @@ -6087,61 +6092,61 @@ msgstr "opcións de exportación non válidas\n" msgid "\"%s\" not a key ID: skipping\n" msgstr "%s: non é un ID de chave válido\n" -#: g10/keyserver.c:1418 g10/keyserver.c:1451 +#: g10/keyserver.c:1420 g10/keyserver.c:1453 #, fuzzy, c-format msgid "refreshing %d key from %s\n" msgid_plural "refreshing %d keys from %s\n" msgstr[0] "solicitando a chave %08lX de %s\n" msgstr[1] "solicitando a chave %08lX de %s\n" -#: g10/keyserver.c:1425 +#: g10/keyserver.c:1427 #, fuzzy, c-format msgid "WARNING: unable to refresh key %s via %s: %s\n" msgstr "AVISO: non se puido borra-lo ficheiro temporal (%s) `%s': %s\n" -#: g10/keyserver.c:1529 +#: g10/keyserver.c:1531 #, fuzzy, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "non se atopou a chave `%s': %s\n" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1534 #, fuzzy, c-format msgid "key not found on keyserver\n" msgstr "non se atopou a chave `%s': %s\n" -#: g10/keyserver.c:1720 +#: g10/keyserver.c:1722 #, fuzzy, c-format msgid "requesting key %s from %s server %s\n" msgstr "solicitando a chave %08lX de %s\n" -#: g10/keyserver.c:1724 +#: g10/keyserver.c:1726 #, fuzzy, c-format msgid "requesting key %s from %s\n" msgstr "solicitando a chave %08lX de %s\n" -#: g10/keyserver.c:1829 g10/keyserver.c:2008 +#: g10/keyserver.c:1841 g10/keyserver.c:2020 #, fuzzy, c-format msgid "no keyserver known\n" msgstr "opcións de exportación non válidas\n" -#: g10/keyserver.c:1844 g10/skclist.c:213 g10/skclist.c:241 +#: g10/keyserver.c:1856 g10/skclist.c:213 g10/skclist.c:241 #, fuzzy, c-format msgid "skipped \"%s\": %s\n" msgstr "omÃtese `%s': %s\n" -#: g10/keyserver.c:1848 +#: g10/keyserver.c:1860 #, fuzzy, c-format msgid "sending key %s to %s\n" msgstr "" "\"\n" "asinado coa súa chave %08lX no %s\n" -#: g10/keyserver.c:1889 +#: g10/keyserver.c:1901 #, fuzzy, c-format msgid "requesting key from '%s'\n" msgstr "solicitando a chave %08lX de %s\n" -#: g10/keyserver.c:1905 +#: g10/keyserver.c:1917 #, fuzzy, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "AVISO: non se puido borra-lo ficheiro temporal (%s) `%s': %s\n" @@ -6332,88 +6337,88 @@ msgstr " alias \"" msgid "Key available at: " msgstr "Chave dispoñible en: " -#: g10/mainproc.c:2033 +#: g10/mainproc.c:2034 #, c-format msgid "Note: Use '%s' to make use of this info\n" msgstr "" -#: g10/mainproc.c:2231 +#: g10/mainproc.c:2234 msgid "[uncertain]" msgstr "[incerto]" -#: g10/mainproc.c:2269 +#: g10/mainproc.c:2272 #, fuzzy, c-format msgid " aka \"%s\"" msgstr " alias \"" -#: g10/mainproc.c:2344 +#: g10/mainproc.c:2347 #, fuzzy, c-format #| msgid "WARNING: This key is not certified with a trusted signature!\n" msgid "WARNING: This key is not suitable for signing in %s mode\n" msgstr "AVISO: ¡Esta chave non está certificada cunha sinatura de confianza!\n" -#: g10/mainproc.c:2360 +#: g10/mainproc.c:2363 #, c-format msgid "Signature expired %s\n" msgstr "A sinatura caducou o %s\n" -#: g10/mainproc.c:2365 +#: g10/mainproc.c:2368 #, c-format msgid "Signature expires %s\n" msgstr "A sinatura caduca o %s\n" -#: g10/mainproc.c:2376 +#: g10/mainproc.c:2379 #, fuzzy, c-format #| msgid "%s signature, digest algorithm %s\n" msgid "%s signature, digest algorithm %s%s%s\n" msgstr "Sinatura %s, algoritmo de resumo %s\n" -#: g10/mainproc.c:2377 +#: g10/mainproc.c:2380 msgid "binary" msgstr "binario" -#: g10/mainproc.c:2378 +#: g10/mainproc.c:2381 msgid "textmode" msgstr "modo texto" -#: g10/mainproc.c:2378 g10/trust.c:123 dirmngr/ocsp.c:792 +#: g10/mainproc.c:2381 g10/trust.c:123 dirmngr/ocsp.c:792 msgid "unknown" msgstr "descoñecido" -#: g10/mainproc.c:2380 +#: g10/mainproc.c:2383 #, fuzzy #| msgid "unknown pubkey algorithm" msgid ", key algorithm " msgstr "algoritmo de chave pública descoñecido" -#: g10/mainproc.c:2415 +#: g10/mainproc.c:2418 #, c-format msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n" msgstr "" -#: g10/mainproc.c:2454 +#: g10/mainproc.c:2457 #, c-format msgid "Can't check signature: %s\n" msgstr "Non foi posible verifica-la sinatura: %s\n" -#: g10/mainproc.c:2550 g10/mainproc.c:2569 g10/mainproc.c:2693 +#: g10/mainproc.c:2553 g10/mainproc.c:2572 g10/mainproc.c:2696 #, c-format msgid "not a detached signature\n" msgstr "non é unha sinatura separada\n" -#: g10/mainproc.c:2603 +#: g10/mainproc.c:2606 #, c-format msgid "" "WARNING: multiple signatures detected. Only the first will be checked.\n" msgstr "" "AVISO: detectáronse sinaturas múltiples. Só se ha comproba-la primeira.\n" -#: g10/mainproc.c:2612 +#: g10/mainproc.c:2615 #, c-format msgid "standalone signature of class 0x%02x\n" msgstr "sinatura independiente de clase 0x%02x\n" -#: g10/mainproc.c:2697 +#: g10/mainproc.c:2700 #, c-format msgid "old style (PGP 2.x) signature\n" msgstr "Sinatura ó vello estilo (PGP 2.x)\n" @@ -8328,7 +8333,7 @@ msgstr "Uso: gpg [opcións] [ficheiros] (-h para ve-la axuda)" #. TRANSLATORS: Put a \x1f right before a colon. This can be #. * used by pinentry to nicely align the names and values. Keep #. * the %s at the start and end of the string. -#: scd/app-piv.c:1770 scd/app-p15.c:4741 scd/app-nks.c:1475 +#: scd/app-piv.c:1770 scd/app-p15.c:4937 scd/app-nks.c:1530 #: scd/app-openpgp.c:2386 #, c-format msgid "%sNumber: %s%%0AHolder: %s%s" @@ -8336,7 +8341,7 @@ msgstr "" #. TRANSLATORS: This is the number of remaining attempts to #. * enter a PIN. Use %%0A (double-percent,0A) for a linefeed. -#: scd/app-piv.c:1787 scd/app-p15.c:4760 scd/app-nks.c:1494 +#: scd/app-piv.c:1787 scd/app-p15.c:4956 scd/app-nks.c:1549 #: scd/app-openpgp.c:2402 #, c-format msgid "Remaining attempts: %d" @@ -8372,7 +8377,7 @@ msgstr "cambia-lo contrasinal" msgid "||Please enter the Unblocking Key of your PIV card" msgstr "Por favor, escolla o motivo da revocación:\n" -#: scd/app-piv.c:1888 scd/app-nks.c:1605 scd/app-openpgp.c:2669 +#: scd/app-piv.c:1888 scd/app-nks.c:1660 scd/app-openpgp.c:2669 #: scd/app-openpgp.c:2693 scd/app-openpgp.c:2871 scd/app-openpgp.c:2893 #: scd/app-openpgp.c:3074 scd/app-openpgp.c:3361 scd/app-openpgp.c:3408 #: scd/app-openpgp.c:3545 scd/app-dinsig.c:302 @@ -8458,75 +8463,75 @@ msgstr[1] "A xeración da chave fallou: %s\n" msgid "response does not contain the public key data\n" msgstr "" -#: scd/app-p15.c:4839 scd/app-nks.c:1983 +#: scd/app-p15.c:5035 scd/app-nks.c:2038 msgid "||Please enter the PIN for the key to create qualified signatures." msgstr "" #. TRANSLATORS: Do not translate the "|A|" prefix but keep it at #. the start of the string. Use %0A (single percent) for a linefeed. -#: scd/app-p15.c:4842 scd/app-openpgp.c:2818 +#: scd/app-p15.c:5038 scd/app-openpgp.c:2818 #, fuzzy msgid "|A|Please enter the Admin PIN" msgstr "cambia-lo contrasinal" -#: scd/app-p15.c:4844 scd/app-nks.c:1973 +#: scd/app-p15.c:5040 scd/app-nks.c:2028 #, fuzzy msgid "|P|Please enter the PIN Unblocking Code (PUK) for the standard keys." msgstr "Por favor, escolla o motivo da revocación:\n" -#: scd/app-p15.c:4847 scd/app-nks.c:1964 +#: scd/app-p15.c:5043 scd/app-nks.c:2019 #, fuzzy msgid "||Please enter the PIN for the standard keys." msgstr "cambia-lo contrasinal" -#: scd/app-nks.c:1413 scd/app-openpgp.c:4321 +#: scd/app-nks.c:1468 scd/app-openpgp.c:4321 #, c-format msgid "RSA modulus missing or not of size %d bits\n" msgstr "" -#: scd/app-nks.c:1421 scd/app-openpgp.c:4333 +#: scd/app-nks.c:1476 scd/app-openpgp.c:4333 #, c-format msgid "RSA public exponent missing or larger than %d bits\n" msgstr "" -#: scd/app-nks.c:1594 +#: scd/app-nks.c:1649 #, fuzzy #| msgid "Note: This key has been disabled.\n" msgid "Note: PIN has not yet been enabled." msgstr "Nota: Esta chave está desactivada.\n" -#: scd/app-nks.c:1641 +#: scd/app-nks.c:1696 #, c-format msgid "the NullPIN has not yet been changed\n" msgstr "" -#: scd/app-nks.c:1963 +#: scd/app-nks.c:2018 #, fuzzy msgid "|N|Please enter a new PIN for the standard keys." msgstr "cambia-lo contrasinal" -#: scd/app-nks.c:1971 +#: scd/app-nks.c:2026 #, fuzzy msgid "|NP|Please enter a new PIN Unblocking Code (PUK) for the standard keys." msgstr "Por favor, escolla o motivo da revocación:\n" -#: scd/app-nks.c:1981 +#: scd/app-nks.c:2036 msgid "|N|Please enter a new PIN for the key to create qualified signatures." msgstr "" -#: scd/app-nks.c:1991 +#: scd/app-nks.c:2046 msgid "" "|NP|Please enter a new PIN Unblocking Code (PUK) for the key to create " "qualified signatures." msgstr "" -#: scd/app-nks.c:1993 +#: scd/app-nks.c:2048 msgid "" "|P|Please enter the PIN Unblocking Code (PUK) for the key to create " "qualified signatures." msgstr "" -#: scd/app-nks.c:2166 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 +#: scd/app-nks.c:2221 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 #, fuzzy, c-format msgid "error getting new PIN: %s\n" msgstr "erro ao crea-lo contrasinal: %s\n" @@ -8713,81 +8718,81 @@ msgstr "cambia-lo contrasinal" msgid "|N|Initial New PIN" msgstr "Introduza o ID de usuario: " -#: scd/scdaemon.c:118 +#: scd/scdaemon.c:119 msgid "run in multi server mode (foreground)" msgstr "" -#: scd/scdaemon.c:135 sm/gpgsm.c:271 dirmngr/dirmngr.c:197 +#: scd/scdaemon.c:136 sm/gpgsm.c:274 dirmngr/dirmngr.c:198 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "" -#: scd/scdaemon.c:141 +#: scd/scdaemon.c:142 #, fuzzy msgid "|FILE|write a log to FILE" msgstr "|FICHEIRO|carga-lo módulo de extensión FICHEIRO" -#: scd/scdaemon.c:148 +#: scd/scdaemon.c:149 msgid "|N|connect to reader at port N" msgstr "" -#: scd/scdaemon.c:150 +#: scd/scdaemon.c:151 #, fuzzy msgid "|NAME|use NAME as ct-API driver" msgstr "|NOME|empregar NOME como valor por defecto do destinatario" -#: scd/scdaemon.c:152 +#: scd/scdaemon.c:153 #, fuzzy msgid "|NAME|use NAME as PC/SC driver" msgstr "|NOME|empregar NOME como valor por defecto do destinatario" -#: scd/scdaemon.c:156 +#: scd/scdaemon.c:157 #, fuzzy msgid "do not use the internal CCID driver" msgstr "non usa-la terminal en absoluto" -#: scd/scdaemon.c:162 +#: scd/scdaemon.c:163 msgid "|N|disconnect the card after N seconds of inactivity" msgstr "" -#: scd/scdaemon.c:165 +#: scd/scdaemon.c:166 msgid "do not use a reader's pinpad" msgstr "" -#: scd/scdaemon.c:168 +#: scd/scdaemon.c:169 msgid "use variable length input for pinpad" msgstr "" -#: scd/scdaemon.c:171 +#: scd/scdaemon.c:172 msgid "|LIST|change the application priority to LIST" msgstr "" -#: scd/scdaemon.c:179 +#: scd/scdaemon.c:180 #, fuzzy msgid "deny the use of admin card commands" msgstr "comandos conflictivos\n" -#: scd/scdaemon.c:324 +#: scd/scdaemon.c:325 #, fuzzy msgid "Usage: @SCDAEMON@ [options] (-h for help)" msgstr "Uso: gpg [opcións] [ficheiros] (-h para ve-la axuda)" -#: scd/scdaemon.c:326 +#: scd/scdaemon.c:327 msgid "" "Syntax: scdaemon [options] [command [args]]\n" "Smartcard daemon for @GNUPG@\n" msgstr "" -#: scd/scdaemon.c:807 +#: scd/scdaemon.c:819 #, c-format msgid "please use the option '--daemon' to run the program in the background\n" msgstr "" -#: scd/scdaemon.c:1183 dirmngr/dirmngr.c:2077 +#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2104 #, c-format msgid "handler for fd %d started\n" msgstr "" -#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2085 +#: scd/scdaemon.c:1207 dirmngr/dirmngr.c:2112 #, c-format msgid "handler for fd %d terminated\n" msgstr "" @@ -9077,7 +9082,7 @@ msgid "a %u bit hash is not valid for a %u bit %s key\n" msgstr "" #: sm/certcheck.c:239 sm/certcheck.c:263 dirmngr/crlcache.c:1542 -#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1363 dirmngr/validate.c:903 +#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1372 dirmngr/validate.c:903 #: dirmngr/validate.c:927 #, fuzzy, c-format msgid "out of core\n" @@ -9432,139 +9437,139 @@ msgstr "fallou o borrado do bloque de chaves: %s\n" msgid "no valid recipients given\n" msgstr "(Non se deu unha descrición)\n" -#: sm/gpgsm.c:224 +#: sm/gpgsm.c:226 #, fuzzy msgid "list external keys" msgstr "ve-la lista de chaves secretas" -#: sm/gpgsm.c:226 +#: sm/gpgsm.c:228 #, fuzzy msgid "list certificate chain" msgstr "Revocación de certificado válida" -#: sm/gpgsm.c:234 +#: sm/gpgsm.c:236 #, fuzzy msgid "import certificates" msgstr "Certificado correcto" -#: sm/gpgsm.c:235 +#: sm/gpgsm.c:237 #, fuzzy msgid "export certificates" msgstr "Certificado correcto" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:245 msgid "register a smartcard" msgstr "" -#: sm/gpgsm.c:246 +#: sm/gpgsm.c:248 msgid "pass a command to the dirmngr" msgstr "" -#: sm/gpgsm.c:248 +#: sm/gpgsm.c:250 msgid "invoke gpg-protect-tool" msgstr "" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:270 msgid "don't use the terminal at all" msgstr "non usa-la terminal en absoluto" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "|N|number of certificates to include" msgstr "" -#: sm/gpgsm.c:296 +#: sm/gpgsm.c:299 msgid "|FILE|take policy information from FILE" msgstr "" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "assume input is in PEM format" msgstr "" -#: sm/gpgsm.c:312 +#: sm/gpgsm.c:315 msgid "assume input is in base-64 format" msgstr "" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "assume input is in binary format" msgstr "" -#: sm/gpgsm.c:323 +#: sm/gpgsm.c:326 #, fuzzy msgid "create base-64 encoded output" msgstr "crear saÃda con armadura en ascii" -#: sm/gpgsm.c:335 +#: sm/gpgsm.c:338 #, fuzzy msgid "|USER-ID|use USER-ID as default secret key" msgstr "|NOME|empregar NOME coma chave secreta por defecto" -#: sm/gpgsm.c:346 +#: sm/gpgsm.c:349 #, fuzzy msgid "|FILE|add keyring to the list of keyrings" msgstr "engadir este chaveiro á lista de chaveiros" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 #, fuzzy msgid "|SPEC|use this keyserver to lookup keys" msgstr "|HOST|empregar este servidor de chaves para buscar chaves" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "fetch missing issuer certificates" msgstr "" -#: sm/gpgsm.c:361 +#: sm/gpgsm.c:364 #, fuzzy msgid "|NAME|use encoding NAME for PKCS#12 passphrases" msgstr "|NOME|emprega-lo algoritmo de cifrado NOME para os contrasinais" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 msgid "never consult a CRL" msgstr "" -#: sm/gpgsm.c:386 +#: sm/gpgsm.c:389 msgid "do not check CRLs for root certificates" msgstr "" -#: sm/gpgsm.c:390 +#: sm/gpgsm.c:393 msgid "check validity using OCSP" msgstr "" -#: sm/gpgsm.c:392 +#: sm/gpgsm.c:395 msgid "do not check certificate policies" msgstr "" -#: sm/gpgsm.c:395 +#: sm/gpgsm.c:398 msgid "|NAME|use cipher algorithm NAME" msgstr "|NOME|emprega-lo algoritmo de cifrado NOME" -#: sm/gpgsm.c:397 +#: sm/gpgsm.c:400 msgid "|NAME|use message digest algorithm NAME" msgstr "|NOME|emprega-lo algoritmo de resumos de mensaxes NOME" -#: sm/gpgsm.c:407 +#: sm/gpgsm.c:410 msgid "batch mode: never ask" msgstr "modo por lotes: non preguntar nunca" -#: sm/gpgsm.c:409 +#: sm/gpgsm.c:412 msgid "assume yes on most questions" msgstr "asumir `si' na maiorÃa das preguntas" -#: sm/gpgsm.c:410 +#: sm/gpgsm.c:413 msgid "assume no on most questions" msgstr "asumir `non' na maiorÃa das preguntas" -#: sm/gpgsm.c:427 +#: sm/gpgsm.c:430 #, fuzzy msgid "|FILE|write an audit log to FILE" msgstr "|FICHEIRO|carga-lo módulo de extensión FICHEIRO" -#: sm/gpgsm.c:612 +#: sm/gpgsm.c:615 #, fuzzy #| msgid "Usage: gpg [options] [files] (-h for help)" msgid "Usage: @GPGSM@ [options] [files] (-h for help)" msgstr "Uso: gpg [opcións] [ficheiros] (-h para ve-la axuda)" -#: sm/gpgsm.c:615 +#: sm/gpgsm.c:618 #, fuzzy msgid "" "Syntax: @GPGSM@ [options] [files]\n" @@ -9575,52 +9580,52 @@ msgstr "" "asinar, verificar, cifrar ou descifrar\n" "a operación por defecto depende dos datos de entrada\n" -#: sm/gpgsm.c:823 +#: sm/gpgsm.c:826 #, fuzzy, c-format msgid "Note: won't be able to encrypt to '%s': %s\n" msgstr "non se puido conectar a `%s': %s\n" -#: sm/gpgsm.c:834 +#: sm/gpgsm.c:837 #, fuzzy, c-format msgid "unknown validation model '%s'\n" msgstr "destinatario por defecto `%s' descoñecido\n" -#: sm/gpgsm.c:893 dirmngr/ldapserver.c:89 +#: sm/gpgsm.c:896 dirmngr/ldapserver.c:89 #, fuzzy, c-format msgid "%s:%u: no hostname given\n" msgstr "(Non se deu unha descrición)\n" -#: sm/gpgsm.c:912 dirmngr/ldapserver.c:108 +#: sm/gpgsm.c:915 dirmngr/ldapserver.c:108 #, c-format msgid "%s:%u: password given without user\n" msgstr "" -#: sm/gpgsm.c:943 dirmngr/ldapserver.c:139 +#: sm/gpgsm.c:946 dirmngr/ldapserver.c:139 #, c-format msgid "%s:%u: ignoring unknown flag '%s'\n" msgstr "" -#: sm/gpgsm.c:959 dirmngr/ldapserver.c:155 +#: sm/gpgsm.c:962 dirmngr/ldapserver.c:155 #, fuzzy, c-format msgid "%s:%u: skipping this line\n" msgstr " o = omitir esta chave\n" -#: sm/gpgsm.c:1545 +#: sm/gpgsm.c:1550 #, fuzzy, c-format msgid "could not parse keyserver\n" msgstr "non se puido analisa-lo URI do servidor de chaves\n" -#: sm/gpgsm.c:1825 +#: sm/gpgsm.c:1858 #, fuzzy, c-format msgid "importing common certificates '%s'\n" msgstr "escribindo a `%s'\n" -#: sm/gpgsm.c:1871 +#: sm/gpgsm.c:1904 #, fuzzy, c-format msgid "can't sign using '%s': %s\n" msgstr "non se pode pechar `%s': %s\n" -#: sm/gpgsm.c:2231 +#: sm/gpgsm.c:2273 #, c-format msgid "invalid command (there is no implicit command)\n" msgstr "" @@ -10589,135 +10594,135 @@ msgstr "" msgid "looking up '%s'\n" msgstr "" -#: dirmngr/dirmngr.c:174 +#: dirmngr/dirmngr.c:175 msgid "list the contents of the CRL cache" msgstr "" -#: dirmngr/dirmngr.c:175 +#: dirmngr/dirmngr.c:176 #, fuzzy msgid "|FILE|load CRL from FILE into cache" msgstr "|FICHEIRO|carga-lo módulo de extensión FICHEIRO" -#: dirmngr/dirmngr.c:176 +#: dirmngr/dirmngr.c:177 msgid "|URL|fetch a CRL from URL" msgstr "" -#: dirmngr/dirmngr.c:177 +#: dirmngr/dirmngr.c:178 msgid "shutdown the dirmngr" msgstr "" -#: dirmngr/dirmngr.c:178 +#: dirmngr/dirmngr.c:179 msgid "flush the cache" msgstr "" -#: dirmngr/dirmngr.c:211 +#: dirmngr/dirmngr.c:212 msgid "allow online software version check" msgstr "" -#: dirmngr/dirmngr.c:214 +#: dirmngr/dirmngr.c:215 msgid "|N|do not return more than N items in one query" msgstr "" -#: dirmngr/dirmngr.c:220 +#: dirmngr/dirmngr.c:221 msgid "Network related options" msgstr "" -#: dirmngr/dirmngr.c:222 +#: dirmngr/dirmngr.c:223 msgid "route all network traffic via Tor" msgstr "" -#: dirmngr/dirmngr.c:234 +#: dirmngr/dirmngr.c:235 msgid "Configuration for Keyservers" msgstr "" -#: dirmngr/dirmngr.c:237 +#: dirmngr/dirmngr.c:238 #, fuzzy msgid "|URL|use keyserver at URL" msgstr "non se puido analisa-lo URI do servidor de chaves\n" -#: dirmngr/dirmngr.c:239 +#: dirmngr/dirmngr.c:240 msgid "|FILE|use the CA certificates in FILE for HKP over TLS" msgstr "" -#: dirmngr/dirmngr.c:241 +#: dirmngr/dirmngr.c:242 msgid "Configuration for HTTP servers" msgstr "" -#: dirmngr/dirmngr.c:243 +#: dirmngr/dirmngr.c:244 msgid "inhibit the use of HTTP" msgstr "" -#: dirmngr/dirmngr.c:245 +#: dirmngr/dirmngr.c:246 msgid "ignore HTTP CRL distribution points" msgstr "" -#: dirmngr/dirmngr.c:247 +#: dirmngr/dirmngr.c:248 msgid "|URL|redirect all HTTP requests to URL" msgstr "" -#: dirmngr/dirmngr.c:249 +#: dirmngr/dirmngr.c:250 msgid "use system's HTTP proxy setting" msgstr "" -#: dirmngr/dirmngr.c:253 +#: dirmngr/dirmngr.c:254 msgid "Configuration of LDAP servers to use" msgstr "" -#: dirmngr/dirmngr.c:255 +#: dirmngr/dirmngr.c:256 msgid "inhibit the use of LDAP" msgstr "" -#: dirmngr/dirmngr.c:257 +#: dirmngr/dirmngr.c:258 msgid "ignore LDAP CRL distribution points" msgstr "" -#: dirmngr/dirmngr.c:259 +#: dirmngr/dirmngr.c:260 msgid "|HOST|use HOST for LDAP queries" msgstr "" -#: dirmngr/dirmngr.c:261 +#: dirmngr/dirmngr.c:262 msgid "do not use fallback hosts with --ldap-proxy" msgstr "" -#: dirmngr/dirmngr.c:263 +#: dirmngr/dirmngr.c:264 #, fuzzy msgid "|FILE|read LDAP server list from FILE" msgstr "|FICHEIRO|carga-lo módulo de extensión FICHEIRO" -#: dirmngr/dirmngr.c:265 +#: dirmngr/dirmngr.c:266 msgid "add new servers discovered in CRL distribution points to serverlist" msgstr "" -#: dirmngr/dirmngr.c:268 dirmngr/dirmngr_ldap.c:104 +#: dirmngr/dirmngr.c:269 dirmngr/dirmngr_ldap.c:104 msgid "|N|set LDAP timeout to N seconds" msgstr "" -#: dirmngr/dirmngr.c:271 +#: dirmngr/dirmngr.c:272 msgid "Configuration for OCSP" msgstr "" -#: dirmngr/dirmngr.c:273 +#: dirmngr/dirmngr.c:274 msgid "allow sending OCSP requests" msgstr "" -#: dirmngr/dirmngr.c:275 +#: dirmngr/dirmngr.c:276 msgid "ignore certificate contained OCSP service URLs" msgstr "" -#: dirmngr/dirmngr.c:277 +#: dirmngr/dirmngr.c:278 #, fuzzy msgid "|URL|use OCSP responder at URL" msgstr "non se puido analisa-lo URI do servidor de chaves\n" -#: dirmngr/dirmngr.c:279 +#: dirmngr/dirmngr.c:280 msgid "|FPR|OCSP response signed by FPR" msgstr "" -#: dirmngr/dirmngr.c:287 +#: dirmngr/dirmngr.c:288 msgid "force loading of outdated CRLs" msgstr "" -#: dirmngr/dirmngr.c:298 +#: dirmngr/dirmngr.c:299 #, fuzzy #| msgid "" #| "@\n" @@ -10730,95 +10735,95 @@ msgstr "" "@\n" "(Vexa a páxina man para un listado completo de comandos e opcións)\n" -#: dirmngr/dirmngr.c:440 +#: dirmngr/dirmngr.c:441 #, fuzzy msgid "Usage: @DIRMNGR@ [options] (-h for help)" msgstr "Uso: gpg [opcións] [ficheiros] (-h para ve-la axuda)" -#: dirmngr/dirmngr.c:442 +#: dirmngr/dirmngr.c:443 msgid "" "Syntax: @DIRMNGR@ [options] [command [args]]\n" "Keyserver, CRL, and OCSP access for @GNUPG@\n" msgstr "" -#: dirmngr/dirmngr.c:522 +#: dirmngr/dirmngr.c:523 #, c-format msgid "valid debug levels are: %s\n" msgstr "" -#: dirmngr/dirmngr.c:608 tools/gpgconf.c:667 tools/gpgconf.c:702 +#: dirmngr/dirmngr.c:609 tools/gpgconf.c:667 tools/gpgconf.c:702 #: tools/gpgconf.c:802 #, fuzzy, c-format msgid "usage: %s [options] " msgstr "uso: gpg [opcións] " -#: dirmngr/dirmngr.c:1251 +#: dirmngr/dirmngr.c:1260 #, fuzzy, c-format #| msgid "%s not allowed with %s!\n" msgid "colons are not allowed in the socket name\n" msgstr "¡%s non se admite con %s!\n" -#: dirmngr/dirmngr.c:1486 dirmngr/server.c:1824 +#: dirmngr/dirmngr.c:1495 dirmngr/server.c:1824 #, fuzzy, c-format msgid "fetching CRL from '%s' failed: %s\n" msgstr "non se puido poñe-la armadura: %s\n" -#: dirmngr/dirmngr.c:1492 dirmngr/server.c:1830 +#: dirmngr/dirmngr.c:1501 dirmngr/server.c:1830 #, fuzzy, c-format msgid "processing CRL from '%s' failed: %s\n" msgstr "non se puido poñe-la armadura: %s\n" -#: dirmngr/dirmngr.c:1634 +#: dirmngr/dirmngr.c:1643 #, fuzzy, c-format msgid "%s:%u: line too long - skipped\n" msgstr "liña longa de máis\n" -#: dirmngr/dirmngr.c:1689 dirmngr/dirmngr.c:1773 +#: dirmngr/dirmngr.c:1698 dirmngr/dirmngr.c:1782 #, fuzzy, c-format msgid "%s:%u: invalid fingerprint detected\n" msgstr "erro: pegada dactilar non válida\n" -#: dirmngr/dirmngr.c:1725 dirmngr/dirmngr.c:1751 tools/gpgconf-comp.c:3534 +#: dirmngr/dirmngr.c:1734 dirmngr/dirmngr.c:1760 tools/gpgconf-comp.c:3539 #, fuzzy, c-format msgid "%s:%u: read error: %s\n" msgstr "erro de lectura: %s\n" -#: dirmngr/dirmngr.c:1780 +#: dirmngr/dirmngr.c:1789 #, c-format msgid "%s:%u: garbage at end of line ignored\n" msgstr "" -#: dirmngr/dirmngr.c:1849 +#: dirmngr/dirmngr.c:1876 #, c-format msgid "SIGHUP received - re-reading configuration and flushing caches\n" msgstr "" -#: dirmngr/dirmngr.c:1890 +#: dirmngr/dirmngr.c:1917 #, c-format msgid "SIGUSR2 received - no action defined\n" msgstr "" -#: dirmngr/dirmngr.c:1895 +#: dirmngr/dirmngr.c:1922 #, c-format msgid "SIGTERM received - shutting down ...\n" msgstr "" -#: dirmngr/dirmngr.c:1897 +#: dirmngr/dirmngr.c:1924 #, c-format msgid "SIGTERM received - still %d active connections\n" msgstr "" -#: dirmngr/dirmngr.c:1902 +#: dirmngr/dirmngr.c:1929 #, fuzzy, c-format msgid "shutdown forced\n" msgstr "non procesado" -#: dirmngr/dirmngr.c:1910 +#: dirmngr/dirmngr.c:1937 #, c-format msgid "SIGINT received - immediate shutdown\n" msgstr "" -#: dirmngr/dirmngr.c:1917 +#: dirmngr/dirmngr.c:1944 #, c-format msgid "signal %d received - no action defined\n" msgstr "" @@ -11285,7 +11290,7 @@ msgid "serialno missing in cert ID" msgstr "" #: dirmngr/server.c:1387 dirmngr/server.c:1473 dirmngr/server.c:1909 -#: dirmngr/server.c:1980 dirmngr/server.c:2552 dirmngr/server.c:2567 +#: dirmngr/server.c:1980 dirmngr/server.c:2556 dirmngr/server.c:2571 #, fuzzy, c-format msgid "assuan_inquire failed: %s\n" msgstr "fallou a sinatura: %s\n" @@ -11315,33 +11320,33 @@ msgstr "fallou o borrado do bloque de chaves: %s\n" msgid "max_replies %d exceeded\n" msgstr "" -#: dirmngr/server.c:2856 +#: dirmngr/server.c:2860 #, fuzzy, c-format msgid "can't allocate control structure: %s\n" msgstr "non se pode crear `%s': %s\n" -#: dirmngr/server.c:2867 +#: dirmngr/server.c:2871 #, fuzzy, c-format msgid "failed to allocate assuan context: %s\n" msgstr "%s: fallo ao crear unha táboa hash: %s\n" -#: dirmngr/server.c:2888 +#: dirmngr/server.c:2892 #, fuzzy, c-format #| msgid "failed to initialize the TrustDB: %s\n" msgid "failed to initialize the server: %s\n" msgstr "non se puido inicializa-la base de datos de confianzas: %s\n" -#: dirmngr/server.c:2896 +#: dirmngr/server.c:2900 #, fuzzy, c-format msgid "failed to the register commands with Assuan: %s\n" msgstr "fallo ao reconstruÃ-la caché de chaveiros: %s\n" -#: dirmngr/server.c:2929 +#: dirmngr/server.c:2933 #, c-format msgid "Assuan accept problem: %s\n" msgstr "" -#: dirmngr/server.c:2948 +#: dirmngr/server.c:2952 #, fuzzy, c-format #| msgid "signing failed: %s\n" msgid "Assuan processing failed: %s\n" @@ -11490,73 +11495,73 @@ msgstr "gpg-agent non está dispoñible nesta sesión\n" msgid "error sending standard options: %s\n" msgstr "erro ao enviar a `%s': %s\n" -#: tools/gpgconf-comp.c:647 +#: tools/gpgconf-comp.c:649 msgid "OpenPGP" msgstr "" -#: tools/gpgconf-comp.c:651 +#: tools/gpgconf-comp.c:653 msgid "S/MIME" msgstr "" -#: tools/gpgconf-comp.c:655 +#: tools/gpgconf-comp.c:657 #, fuzzy msgid "Public Keys" msgstr "a chave pública é %08lX\n" -#: tools/gpgconf-comp.c:659 +#: tools/gpgconf-comp.c:661 msgid "Private Keys" msgstr "" -#: tools/gpgconf-comp.c:663 +#: tools/gpgconf-comp.c:665 msgid "Smartcards" msgstr "" -#: tools/gpgconf-comp.c:667 +#: tools/gpgconf-comp.c:669 msgid "TPM" msgstr "" -#: tools/gpgconf-comp.c:671 +#: tools/gpgconf-comp.c:673 #, fuzzy #| msgid "network error" msgid "Network" msgstr "erro de rede" -#: tools/gpgconf-comp.c:675 +#: tools/gpgconf-comp.c:677 #, fuzzy msgid "Passphrase Entry" msgstr "contrasinal erróneo" -#: tools/gpgconf-comp.c:939 +#: tools/gpgconf-comp.c:941 #, fuzzy msgid "Component not suitable for launching" msgstr "non se atopou a chave pública" -#: tools/gpgconf-comp.c:945 +#: tools/gpgconf-comp.c:947 #, c-format msgid "Configuration file of component %s is broken\n" msgstr "" -#: tools/gpgconf-comp.c:948 +#: tools/gpgconf-comp.c:950 #, fuzzy, c-format #| msgid "Please use the command \"toggle\" first.\n" msgid "Note: Use the command \"%s%s\" to get details.\n" msgstr "Por favor, empregue o comando \"toggle\" antes.\n" -#: tools/gpgconf-comp.c:2811 +#: tools/gpgconf-comp.c:2816 #, c-format msgid "External verification of component %s failed" msgstr "" -#: tools/gpgconf-comp.c:2941 +#: tools/gpgconf-comp.c:2946 msgid "Note that group specifications are ignored\n" msgstr "" -#: tools/gpgconf-comp.c:3538 +#: tools/gpgconf-comp.c:3543 #, fuzzy, c-format msgid "error closing '%s'\n" msgstr "erro lendo `%s': %s\n" -#: tools/gpgconf-comp.c:3540 +#: tools/gpgconf-comp.c:3545 #, fuzzy, c-format msgid "error parsing '%s'\n" msgstr "erro lendo `%s': %s\n" @@ -11665,84 +11670,84 @@ msgid "" "Check a passphrase given on stdin against the patternfile\n" msgstr "" -#: tools/gpg-card.c:2389 +#: tools/gpg-card.c:2390 #, fuzzy, c-format msgid "Note: key %s is already stored on the card!\n" msgstr "omÃtese: a chave secreta xa está presente\n" -#: tools/gpg-card.c:2392 +#: tools/gpg-card.c:2393 #, fuzzy, c-format msgid "Note: Keys are already stored on the card!\n" msgstr "omÃtese: a chave secreta xa está presente\n" -#: tools/gpg-card.c:2395 +#: tools/gpg-card.c:2396 #, c-format msgid "Replace existing key %s ? (y/N) " msgstr "" -#: tools/gpg-card.c:2548 tools/gpg-card.c:2711 tools/gpg-card.c:2934 -#: tools/gpg-card.c:3043 +#: tools/gpg-card.c:2549 tools/gpg-card.c:2712 tools/gpg-card.c:2935 +#: tools/gpg-card.c:3044 #, c-format msgid "%s card no. %s detected\n" msgstr "" -#: tools/gpg-card.c:3395 +#: tools/gpg-card.c:3396 #, c-format msgid "User Interaction Flag is set to \"%s\" - can't change\n" msgstr "" -#: tools/gpg-card.c:3405 tools/gpg-card.c:3419 +#: tools/gpg-card.c:3406 tools/gpg-card.c:3420 #, c-format msgid "" "Warning: Setting the User Interaction Flag to \"%s\"\n" " can only be reverted using a factory reset!\n" msgstr "" -#: tools/gpg-card.c:3422 +#: tools/gpg-card.c:3423 #, c-format msgid "Please use \"uif --yes %d %s\"\n" msgstr "" -#: tools/gpg-card.c:3668 +#: tools/gpg-card.c:3669 #, fuzzy msgid "authenticate to the card" msgstr "Creouse o certificado de revocación.\n" -#: tools/gpg-card.c:3670 +#: tools/gpg-card.c:3671 msgid "send a reset to the card daemon" msgstr "" -#: tools/gpg-card.c:3672 +#: tools/gpg-card.c:3673 #, fuzzy #| msgid "|NAME|use NAME as default recipient" msgid "setup KDF for PIN authentication" msgstr "|NOME|empregar NOME como valor por defecto do destinatario" -#: tools/gpg-card.c:3674 +#: tools/gpg-card.c:3675 #, fuzzy #| msgid "change the expire date" msgid "change a private data object" msgstr "cambia-la fecha de expiración" -#: tools/gpg-card.c:3675 +#: tools/gpg-card.c:3676 #, fuzzy msgid "read a certificate from a data object" msgstr "Creouse o certificado de revocación.\n" -#: tools/gpg-card.c:3676 +#: tools/gpg-card.c:3677 #, fuzzy msgid "store a certificate to a data object" msgstr "Creouse o certificado de revocación.\n" -#: tools/gpg-card.c:3677 +#: tools/gpg-card.c:3678 msgid "store a private key to a data object" msgstr "" -#: tools/gpg-card.c:3678 +#: tools/gpg-card.c:3679 msgid "Yubikey management commands" msgstr "" -#: tools/gpg-card.c:3680 +#: tools/gpg-card.c:3681 msgid "manage the command history" msgstr "" diff --git a/po/gnupg2.pot b/po/gnupg2.pot index 79cbacb..4639554 100644 --- a/po/gnupg2.pot +++ b/po/gnupg2.pot @@ -6,9 +6,9 @@ #, fuzzy msgid "" msgstr "" -"Project-Id-Version: GNU gnupg 2.3.0\n" +"Project-Id-Version: GNU gnupg 2.3.1\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2021-04-07 19:24+0200\n" +"POT-Creation-Date: 2021-04-20 12:38+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -198,24 +198,24 @@ msgid "ssh keys greater than %d bits are not supported\n" msgstr "" #: agent/command-ssh.c:872 common/dotlock.c:852 g10/card-util.c:953 -#: g10/export.c:1329 g10/gpg.c:1430 g10/keygen.c:5327 g10/keyring.c:1319 +#: g10/export.c:1329 g10/gpg.c:1431 g10/keygen.c:5347 g10/keyring.c:1319 #: g10/keyring.c:1632 g10/openfile.c:293 g10/photoid.c:531 g10/photoid.c:549 -#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:478 +#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:479 #, c-format msgid "can't create '%s': %s\n" msgstr "" #: agent/command-ssh.c:884 common/helpfile.c:57 g10/card-util.c:910 #: g10/dearmor.c:59 g10/dearmor.c:106 g10/decrypt.c:65 g10/decrypt.c:136 -#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1431 -#: g10/import.c:359 g10/import.c:546 g10/import.c:781 g10/keygen.c:4302 +#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1432 +#: g10/import.c:371 g10/import.c:558 g10/import.c:793 g10/keygen.c:4322 #: g10/keyring.c:1658 g10/openfile.c:197 g10/openfile.c:211 g10/plaintext.c:128 #: g10/plaintext.c:610 g10/sign.c:1086 g10/sign.c:1311 g10/sign.c:1424 #: g10/sign.c:1596 g10/tdbdump.c:143 g10/tdbdump.c:151 g10/tdbio.c:758 -#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2338 -#: sm/gpgsm.c:2368 sm/gpgsm.c:2406 sm/qualified.c:65 dirmngr/certcache.c:396 -#: dirmngr/certcache.c:476 dirmngr/certcache.c:478 dirmngr/crlcache.c:2588 -#: dirmngr/dirmngr.c:1711 tools/gpg-card.c:407 +#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2380 +#: sm/gpgsm.c:2410 sm/gpgsm.c:2448 sm/keylist.c:1737 sm/qualified.c:65 +#: dirmngr/certcache.c:396 dirmngr/certcache.c:476 dirmngr/certcache.c:478 +#: dirmngr/crlcache.c:2588 dirmngr/dirmngr.c:1720 tools/gpg-card.c:408 #, c-format msgid "can't open '%s': %s\n" msgstr "" @@ -385,334 +385,334 @@ msgstr "" msgid "Please enter the new passphrase" msgstr "" -#: agent/gpg-agent.c:161 scd/scdaemon.c:114 dirmngr/dirmngr.c:181 +#: agent/gpg-agent.c:162 scd/scdaemon.c:115 dirmngr/dirmngr.c:182 msgid "Options used for startup" msgstr "" -#: agent/gpg-agent.c:163 scd/scdaemon.c:119 dirmngr/dirmngr.c:170 +#: agent/gpg-agent.c:164 scd/scdaemon.c:120 dirmngr/dirmngr.c:171 msgid "run in daemon mode (background)" msgstr "" -#: agent/gpg-agent.c:164 scd/scdaemon.c:116 dirmngr/dirmngr.c:169 +#: agent/gpg-agent.c:165 scd/scdaemon.c:117 dirmngr/dirmngr.c:170 msgid "run in server mode (foreground)" msgstr "" -#: agent/gpg-agent.c:166 dirmngr/dirmngr.c:172 +#: agent/gpg-agent.c:167 dirmngr/dirmngr.c:173 msgid "run in supervised mode" msgstr "" -#: agent/gpg-agent.c:168 scd/scdaemon.c:120 dirmngr/dirmngr.c:183 +#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 msgid "do not detach from the console" msgstr "" -#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 +#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 msgid "sh-style command output" msgstr "" -#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 +#: agent/gpg-agent.c:171 scd/scdaemon.c:123 dirmngr/dirmngr.c:186 msgid "csh-style command output" msgstr "" -#: agent/gpg-agent.c:178 g10/gpg.c:588 scd/scdaemon.c:124 sm/gpgsm.c:419 -#: dirmngr/dirmngr.c:187 +#: agent/gpg-agent.c:179 g10/gpg.c:589 scd/scdaemon.c:125 sm/gpgsm.c:422 +#: dirmngr/dirmngr.c:188 msgid "|FILE|read options from FILE" msgstr "" -#: agent/gpg-agent.c:182 g10/gpg.c:573 scd/scdaemon.c:128 sm/gpgsm.c:262 -#: dirmngr/dirmngr.c:191 +#: agent/gpg-agent.c:183 g10/gpg.c:574 scd/scdaemon.c:129 sm/gpgsm.c:265 +#: dirmngr/dirmngr.c:192 msgid "Options controlling the diagnostic output" msgstr "" -#: agent/gpg-agent.c:184 g10/gpg.c:575 g10/gpgv.c:78 kbx/kbxutil.c:89 -#: scd/scdaemon.c:130 sm/gpgsm.c:264 dirmngr/dirmngr-client.c:69 -#: dirmngr/dirmngr.c:193 dirmngr/dirmngr_ldap.c:102 +#: agent/gpg-agent.c:185 g10/gpg.c:576 g10/gpgv.c:78 kbx/kbxutil.c:89 +#: scd/scdaemon.c:131 sm/gpgsm.c:267 dirmngr/dirmngr-client.c:69 +#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:102 #: tools/gpg-connect-agent.c:85 tools/gpgconf.c:111 msgid "verbose" msgstr "" -#: agent/gpg-agent.c:185 g10/gpg.c:577 g10/gpgv.c:79 kbx/kbxutil.c:90 -#: scd/scdaemon.c:131 sm/gpgsm.c:266 dirmngr/dirmngr-client.c:70 -#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:103 +#: agent/gpg-agent.c:186 g10/gpg.c:578 g10/gpgv.c:79 kbx/kbxutil.c:90 +#: scd/scdaemon.c:132 sm/gpgsm.c:269 dirmngr/dirmngr-client.c:70 +#: dirmngr/dirmngr.c:195 dirmngr/dirmngr_ldap.c:103 msgid "be somewhat more quiet" msgstr "" -#: agent/gpg-agent.c:193 g10/gpg.c:592 sm/gpgsm.c:280 dirmngr/dirmngr.c:204 +#: agent/gpg-agent.c:194 g10/gpg.c:593 sm/gpgsm.c:283 dirmngr/dirmngr.c:205 msgid "|FILE|write server mode logs to FILE" msgstr "" -#: agent/gpg-agent.c:197 g10/gpg.c:598 scd/scdaemon.c:145 sm/gpgsm.c:287 -#: dirmngr/dirmngr.c:208 +#: agent/gpg-agent.c:198 g10/gpg.c:599 scd/scdaemon.c:146 sm/gpgsm.c:290 +#: dirmngr/dirmngr.c:209 msgid "Options controlling the configuration" msgstr "" -#: agent/gpg-agent.c:200 +#: agent/gpg-agent.c:201 msgid "do not use the SCdaemon" msgstr "" -#: agent/gpg-agent.c:202 +#: agent/gpg-agent.c:203 msgid "|PGM|use PGM as the SCdaemon program" msgstr "" -#: agent/gpg-agent.c:204 +#: agent/gpg-agent.c:205 msgid "|PGM|use PGM as the tpm2daemon program" msgstr "" -#: agent/gpg-agent.c:208 +#: agent/gpg-agent.c:209 msgid "|NAME|accept some commands via NAME" msgstr "" -#: agent/gpg-agent.c:212 +#: agent/gpg-agent.c:213 msgid "ignore requests to change the TTY" msgstr "" -#: agent/gpg-agent.c:214 +#: agent/gpg-agent.c:215 msgid "ignore requests to change the X display" msgstr "" -#: agent/gpg-agent.c:215 +#: agent/gpg-agent.c:216 msgid "enable ssh support" msgstr "" -#: agent/gpg-agent.c:217 +#: agent/gpg-agent.c:218 msgid "|ALGO|use ALGO to show ssh fingerprints" msgstr "" -#: agent/gpg-agent.c:220 +#: agent/gpg-agent.c:221 msgid "enable putty support" msgstr "" -#: agent/gpg-agent.c:232 g10/gpg.c:843 scd/scdaemon.c:175 sm/gpgsm.c:379 +#: agent/gpg-agent.c:233 g10/gpg.c:844 scd/scdaemon.c:176 sm/gpgsm.c:382 msgid "Options controlling the security" msgstr "" -#: agent/gpg-agent.c:235 +#: agent/gpg-agent.c:236 msgid "|N|expire cached PINs after N seconds" msgstr "" -#: agent/gpg-agent.c:237 +#: agent/gpg-agent.c:238 msgid "|N|expire SSH keys after N seconds" msgstr "" -#: agent/gpg-agent.c:239 +#: agent/gpg-agent.c:240 msgid "|N|set maximum PIN cache lifetime to N seconds" msgstr "" -#: agent/gpg-agent.c:241 +#: agent/gpg-agent.c:242 msgid "|N|set maximum SSH key lifetime to N seconds" msgstr "" -#: agent/gpg-agent.c:243 +#: agent/gpg-agent.c:244 msgid "do not use the PIN cache when signing" msgstr "" -#: agent/gpg-agent.c:245 +#: agent/gpg-agent.c:246 msgid "disallow the use of an external password cache" msgstr "" -#: agent/gpg-agent.c:247 +#: agent/gpg-agent.c:248 msgid "disallow clients to mark keys as \"trusted\"" msgstr "" -#: agent/gpg-agent.c:250 +#: agent/gpg-agent.c:251 msgid "allow presetting passphrase" msgstr "" -#: agent/gpg-agent.c:255 +#: agent/gpg-agent.c:256 msgid "Options enforcing a passphrase policy" msgstr "" -#: agent/gpg-agent.c:258 +#: agent/gpg-agent.c:259 msgid "do not allow bypassing the passphrase policy" msgstr "" -#: agent/gpg-agent.c:260 +#: agent/gpg-agent.c:261 msgid "|N|set minimal required length for new passphrases to N" msgstr "" -#: agent/gpg-agent.c:262 +#: agent/gpg-agent.c:263 msgid "|N|require at least N non-alpha characters for a new passphrase" msgstr "" -#: agent/gpg-agent.c:265 +#: agent/gpg-agent.c:266 msgid "|FILE|check new passphrases against pattern in FILE" msgstr "" -#: agent/gpg-agent.c:267 +#: agent/gpg-agent.c:268 msgid "|N|expire the passphrase after N days" msgstr "" -#: agent/gpg-agent.c:269 +#: agent/gpg-agent.c:270 msgid "do not allow the reuse of old passphrases" msgstr "" -#: agent/gpg-agent.c:272 +#: agent/gpg-agent.c:273 msgid "Options controlling the PIN-Entry" msgstr "" -#: agent/gpg-agent.c:274 +#: agent/gpg-agent.c:275 msgid "never use the PIN-entry" msgstr "" -#: agent/gpg-agent.c:276 +#: agent/gpg-agent.c:277 msgid "disallow caller to override the pinentry" msgstr "" -#: agent/gpg-agent.c:278 +#: agent/gpg-agent.c:279 msgid "let PIN-Entry grab keyboard and mouse" msgstr "" -#: agent/gpg-agent.c:281 +#: agent/gpg-agent.c:282 msgid "|PGM|use PGM as the PIN-Entry program" msgstr "" -#: agent/gpg-agent.c:285 +#: agent/gpg-agent.c:286 msgid "|N|set the Pinentry timeout to N seconds" msgstr "" -#: agent/gpg-agent.c:287 +#: agent/gpg-agent.c:288 msgid "allow passphrase to be prompted through Emacs" msgstr "" #. TRANSLATORS: @EMAIL@ will get replaced by the actual bug #. reporting address. This is so that we can change the #. reporting address without breaking the translations. -#: agent/gpg-agent.c:550 agent/preset-passphrase.c:99 agent/protect-tool.c:154 -#: g10/gpg.c:1131 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:311 -#: sm/gpgsm.c:609 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:437 +#: agent/gpg-agent.c:551 agent/preset-passphrase.c:99 agent/protect-tool.c:154 +#: g10/gpg.c:1132 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:312 +#: sm/gpgsm.c:612 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:438 #: dirmngr/dirmngr_ldap.c:175 tools/gpg-connect-agent.c:220 tools/gpgconf.c:151 #: tools/gpg-check-pattern.c:143 msgid "Please report bugs to <@EMAIL@>.\n" msgstr "" -#: agent/gpg-agent.c:559 +#: agent/gpg-agent.c:560 msgid "Usage: @GPG_AGENT@ [options] (-h for help)" msgstr "" -#: agent/gpg-agent.c:561 +#: agent/gpg-agent.c:562 msgid "" "Syntax: @GPG_AGENT@ [options] [command [args]]\n" "Secret key management for @GNUPG@\n" msgstr "" -#: agent/gpg-agent.c:606 g10/gpg.c:1336 scd/scdaemon.c:383 sm/gpgsm.c:757 -#: dirmngr/dirmngr.c:521 +#: agent/gpg-agent.c:607 g10/gpg.c:1337 scd/scdaemon.c:384 sm/gpgsm.c:760 +#: dirmngr/dirmngr.c:522 #, c-format msgid "invalid debug-level '%s' given\n" msgstr "" -#: agent/gpg-agent.c:971 g10/gpg.c:3879 g10/gpg.c:3903 sm/gpgsm.c:1736 -#: sm/gpgsm.c:1742 +#: agent/gpg-agent.c:972 g10/gpg.c:3910 g10/gpg.c:3934 sm/gpgsm.c:1769 +#: sm/gpgsm.c:1775 #, c-format msgid "selected digest algorithm is invalid\n" msgstr "" -#: agent/gpg-agent.c:1195 agent/gpg-agent.c:2010 g10/gpg.c:2588 -#: scd/scdaemon.c:548 sm/gpgsm.c:1151 dirmngr/dirmngr.c:988 -#: dirmngr/dirmngr.c:1830 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:2019 common/comopt.c:93 +#: g10/gpg.c:2591 scd/scdaemon.c:549 sm/gpgsm.c:1155 dirmngr/dirmngr.c:989 +#: dirmngr/dirmngr.c:1840 #, c-format msgid "reading options from '%s'\n" msgstr "" -#: agent/gpg-agent.c:1327 g10/gpg.c:3830 scd/scdaemon.c:675 sm/gpgsm.c:1676 -#: dirmngr/dirmngr.c:1099 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 +#: agent/gpg-agent.c:1335 g10/gpg.c:3861 scd/scdaemon.c:687 sm/gpgsm.c:1709 +#: dirmngr/dirmngr.c:1108 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 #, c-format msgid "Note: '%s' is not considered an option\n" msgstr "" -#: agent/gpg-agent.c:2146 scd/scdaemon.c:1096 dirmngr/dirmngr.c:1258 +#: agent/gpg-agent.c:2172 scd/scdaemon.c:1108 dirmngr/dirmngr.c:1267 #, c-format msgid "can't create socket: %s\n" msgstr "" -#: agent/gpg-agent.c:2163 scd/scdaemon.c:1109 dirmngr/dirmngr.c:1271 +#: agent/gpg-agent.c:2189 scd/scdaemon.c:1121 dirmngr/dirmngr.c:1280 #, c-format msgid "socket name '%s' is too long\n" msgstr "" -#: agent/gpg-agent.c:2202 +#: agent/gpg-agent.c:2228 #, c-format msgid "a gpg-agent is already running - not starting a new one\n" msgstr "" -#: agent/gpg-agent.c:2213 scd/scdaemon.c:1133 dirmngr/dirmngr.c:1303 +#: agent/gpg-agent.c:2239 scd/scdaemon.c:1145 dirmngr/dirmngr.c:1312 #, c-format msgid "error getting nonce for the socket\n" msgstr "" -#: agent/gpg-agent.c:2218 scd/scdaemon.c:1136 dirmngr/dirmngr.c:1306 +#: agent/gpg-agent.c:2244 scd/scdaemon.c:1148 dirmngr/dirmngr.c:1315 #, c-format msgid "error binding socket to '%s': %s\n" msgstr "" -#: agent/gpg-agent.c:2229 agent/gpg-agent.c:2269 agent/gpg-agent.c:2278 -#: scd/scdaemon.c:1144 dirmngr/dirmngr.c:1315 +#: agent/gpg-agent.c:2255 agent/gpg-agent.c:2295 agent/gpg-agent.c:2304 +#: scd/scdaemon.c:1156 dirmngr/dirmngr.c:1324 #, c-format msgid "can't set permissions of '%s': %s\n" msgstr "" -#: agent/gpg-agent.c:2243 scd/scdaemon.c:1156 dirmngr/dirmngr.c:1327 +#: agent/gpg-agent.c:2269 scd/scdaemon.c:1168 dirmngr/dirmngr.c:1336 #, c-format msgid "listening on socket '%s'\n" msgstr "" -#: agent/gpg-agent.c:2263 agent/gpg-agent.c:2316 common/homedir.c:517 +#: agent/gpg-agent.c:2289 agent/gpg-agent.c:2342 common/homedir.c:517 #: g10/openfile.c:399 g10/photoid.c:379 #, c-format msgid "can't create directory '%s': %s\n" msgstr "" -#: agent/gpg-agent.c:2266 agent/gpg-agent.c:2321 common/homedir.c:520 +#: agent/gpg-agent.c:2292 agent/gpg-agent.c:2347 common/homedir.c:520 #: g10/openfile.c:402 #, c-format msgid "directory '%s' created\n" msgstr "" -#: agent/gpg-agent.c:2327 +#: agent/gpg-agent.c:2353 #, c-format msgid "stat() failed for '%s': %s\n" msgstr "" -#: agent/gpg-agent.c:2331 +#: agent/gpg-agent.c:2357 #, c-format msgid "can't use '%s' as home directory\n" msgstr "" -#: agent/gpg-agent.c:2486 scd/scdaemon.c:1172 dirmngr/dirmngr.c:2042 +#: agent/gpg-agent.c:2512 scd/scdaemon.c:1184 dirmngr/dirmngr.c:2069 #, c-format msgid "error reading nonce on fd %d: %s\n" msgstr "" -#: agent/gpg-agent.c:2693 +#: agent/gpg-agent.c:2719 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:2698 +#: agent/gpg-agent.c:2724 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:2773 +#: agent/gpg-agent.c:2799 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:2778 +#: agent/gpg-agent.c:2804 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:3000 scd/scdaemon.c:1362 dirmngr/dirmngr.c:2256 +#: agent/gpg-agent.c:3026 scd/scdaemon.c:1374 dirmngr/dirmngr.c:2283 #, c-format msgid "npth_pselect failed: %s - waiting 1s\n" msgstr "" -#: agent/gpg-agent.c:3088 scd/scdaemon.c:1427 +#: agent/gpg-agent.c:3114 scd/scdaemon.c:1439 #, c-format msgid "%s %s stopped\n" msgstr "" -#: agent/gpg-agent.c:3226 common/simple-pwquery.c:247 g10/call-agent.c:260 +#: agent/gpg-agent.c:3252 common/simple-pwquery.c:247 g10/call-agent.c:260 #: sm/call-agent.c:131 tools/gpg-connect-agent.c:2319 tools/card-call-scd.c:311 #, c-format msgid "no gpg-agent running in this session\n" @@ -734,8 +734,8 @@ msgid "" "Password cache maintenance\n" msgstr "" -#: agent/protect-tool.c:107 g10/gpg.c:447 kbx/kbxutil.c:72 sm/gpgsm.c:213 -#: dirmngr/dirmngr.c:167 tools/gpgconf.c:81 +#: agent/protect-tool.c:107 g10/gpg.c:448 kbx/kbxutil.c:72 sm/gpgsm.c:215 +#: dirmngr/dirmngr.c:168 tools/gpgconf.c:81 msgid "" "@Commands:\n" " " @@ -970,7 +970,7 @@ msgid "error creating a stream for a pipe: %s\n" msgstr "" #: common/exechelp-posix.c:505 common/exechelp-posix.c:580 -#: common/exechelp-posix.c:861 dirmngr/dirmngr.c:1345 +#: common/exechelp-posix.c:866 dirmngr/dirmngr.c:1354 #, c-format msgid "error forking process: %s\n" msgstr "" @@ -980,23 +980,23 @@ msgstr "" msgid "waiting for process %d to terminate failed: %s\n" msgstr "" -#: common/exechelp-posix.c:688 common/exechelp-posix.c:804 +#: common/exechelp-posix.c:688 common/exechelp-posix.c:809 #, c-format msgid "error running '%s': probably not installed\n" msgstr "" -#: common/exechelp-posix.c:694 common/exechelp-posix.c:811 +#: common/exechelp-posix.c:694 common/exechelp-posix.c:816 #: common/exechelp-w32.c:839 common/exechelp-w32ce.c:782 #, c-format msgid "error running '%s': exit status %d\n" msgstr "" -#: common/exechelp-posix.c:702 common/exechelp-posix.c:819 +#: common/exechelp-posix.c:702 common/exechelp-posix.c:824 #, c-format msgid "error running '%s': terminated\n" msgstr "" -#: common/exechelp-posix.c:760 common/exechelp-w32.c:820 +#: common/exechelp-posix.c:765 common/exechelp-w32.c:820 #, c-format msgid "waiting for processes to terminate failed: %s\n" msgstr "" @@ -1042,7 +1042,7 @@ msgid "renaming '%s' to '%s' failed: %s\n" msgstr "" #. TRANSLATORS: See doc/TRANSLATE about this string. -#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3081 +#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3082 msgid "yes" msgstr "" @@ -1097,7 +1097,7 @@ msgid "out of core while allocating %lu bytes" msgstr "" #: common/miscellaneous.c:115 g10/card-util.c:917 tools/no-libgcrypt.c:30 -#: tools/gpg-card.c:415 +#: tools/gpg-card.c:416 #, c-format msgid "error allocating enough memory: %s\n" msgstr "" @@ -1167,7 +1167,7 @@ msgstr "" msgid "server '%s' is older than us (%s < %s)" msgstr "" -#: common/asshelp.c:737 g10/call-dirmngr.c:407 +#: common/asshelp.c:737 g10/call-dirmngr.c:408 #, c-format msgid "WARNING: %s\n" msgstr "" @@ -1444,8 +1444,8 @@ msgstr "" msgid "waiting for lock %s...\n" msgstr "" -#: common/init.c:191 sm/gpgsm.c:1032 dirmngr/dirmngr.c:894 -#: dirmngr/dirmngr.c:903 +#: common/init.c:191 sm/gpgsm.c:1036 dirmngr/dirmngr.c:895 +#: dirmngr/dirmngr.c:904 #, c-format msgid "%s is too old (need %s, have %s)\n" msgstr "" @@ -1609,51 +1609,51 @@ msgstr "" msgid "problem with the agent: %s\n" msgstr "" -#: g10/call-dirmngr.c:178 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 +#: g10/call-dirmngr.c:179 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 #, c-format msgid "no dirmngr running in this session\n" msgstr "" -#: g10/call-dirmngr.c:212 +#: g10/call-dirmngr.c:213 #, c-format msgid "keyserver option \"honor-keyserver-url\" may not be used in Tor mode\n" msgstr "" -#: g10/call-dirmngr.c:385 +#: g10/call-dirmngr.c:386 msgid "WKD uses a cached result" msgstr "" -#: g10/call-dirmngr.c:388 +#: g10/call-dirmngr.c:389 msgid "Tor is not running" msgstr "" -#: g10/call-dirmngr.c:390 +#: g10/call-dirmngr.c:391 msgid "Tor is not properly configured" msgstr "" -#: g10/call-dirmngr.c:392 +#: g10/call-dirmngr.c:393 msgid "DNS is not properly configured" msgstr "" -#: g10/call-dirmngr.c:394 +#: g10/call-dirmngr.c:395 msgid "unacceptable HTTP redirect from server" msgstr "" -#: g10/call-dirmngr.c:396 +#: g10/call-dirmngr.c:397 msgid "unacceptable HTTP redirect from server was cleaned up" msgstr "" -#: g10/call-dirmngr.c:398 +#: g10/call-dirmngr.c:399 msgid "server uses an invalid certificate" msgstr "" -#: g10/call-dirmngr.c:405 g10/gpg.c:4568 +#: g10/call-dirmngr.c:406 g10/gpg.c:4599 #, c-format msgid "Note: %s\n" msgstr "" #: g10/card-util.c:86 g10/card-util.c:369 g10/card-util.c:1924 -#: tools/gpg-card.c:3038 +#: tools/gpg-card.c:3039 #, c-format msgid "OpenPGP card not available: %s\n" msgstr "" @@ -1664,17 +1664,17 @@ msgid "OpenPGP card no. %s detected\n" msgstr "" #: g10/card-util.c:97 g10/card-util.c:2309 g10/delkey.c:164 g10/keyedit.c:1428 -#: g10/keygen.c:4771 g10/revoke.c:214 g10/revoke.c:638 +#: g10/keygen.c:4791 g10/revoke.c:214 g10/revoke.c:638 #, c-format msgid "can't do this in batch mode\n" msgstr "" -#: g10/card-util.c:105 tools/gpg-card.c:2942 +#: g10/card-util.c:105 tools/gpg-card.c:2943 #, c-format msgid "This command is only available for version 2 cards\n" msgstr "" -#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2947 +#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2948 #, c-format msgid "Reset Code not or not anymore available\n" msgstr "" @@ -1683,109 +1683,109 @@ msgstr "" #: g10/card-util.c:1802 g10/keyedit.c:394 g10/keyedit.c:415 g10/keyedit.c:429 #: g10/keygen.c:1991 g10/keygen.c:2165 g10/keygen.c:2385 g10/keygen.c:2685 #: sm/certreqgen-ui.c:166 sm/certreqgen-ui.c:292 sm/certreqgen-ui.c:326 -#: tools/gpg-card.c:509 +#: tools/gpg-card.c:510 msgid "Your selection? " msgstr "" -#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:595 -#: tools/gpg-card.c:635 +#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:596 +#: tools/gpg-card.c:636 msgid "[not set]" msgstr "" -#: g10/card-util.c:558 tools/gpg-card.c:902 +#: g10/card-util.c:558 tools/gpg-card.c:903 msgid "Mr." msgstr "" -#: g10/card-util.c:559 tools/gpg-card.c:903 +#: g10/card-util.c:559 tools/gpg-card.c:904 msgid "Ms." msgstr "" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 msgid "not forced" msgstr "" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 msgid "forced" msgstr "" -#: g10/card-util.c:768 tools/gpg-card.c:1467 +#: g10/card-util.c:768 tools/gpg-card.c:1468 msgid "Error: Only plain ASCII is currently allowed.\n" msgstr "" -#: g10/card-util.c:770 tools/gpg-card.c:1469 +#: g10/card-util.c:770 tools/gpg-card.c:1470 msgid "Error: The \"<\" character may not be used.\n" msgstr "" -#: g10/card-util.c:772 tools/gpg-card.c:1471 +#: g10/card-util.c:772 tools/gpg-card.c:1472 msgid "Error: Double spaces are not allowed.\n" msgstr "" -#: g10/card-util.c:789 tools/gpg-card.c:1504 +#: g10/card-util.c:789 tools/gpg-card.c:1505 msgid "Cardholder's surname: " msgstr "" -#: g10/card-util.c:791 tools/gpg-card.c:1505 +#: g10/card-util.c:791 tools/gpg-card.c:1506 msgid "Cardholder's given name: " msgstr "" -#: g10/card-util.c:809 tools/gpg-card.c:1522 +#: g10/card-util.c:809 tools/gpg-card.c:1523 #, c-format msgid "Error: Combined name too long (limit is %d characters).\n" msgstr "" -#: g10/card-util.c:830 tools/gpg-card.c:1560 +#: g10/card-util.c:830 tools/gpg-card.c:1561 msgid "URL to retrieve public key: " msgstr "" -#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:394 g10/import.c:744 -#: g10/import.c:803 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 -#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1657 -#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:425 +#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:406 g10/import.c:756 +#: g10/import.c:815 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 +#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1666 +#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:426 #, c-format msgid "error reading '%s': %s\n" msgstr "" #: g10/card-util.c:959 g10/decrypt-data.c:498 g10/export.c:2496 -#: dirmngr/crlcache.c:925 tools/gpg-card.c:485 tools/gpg-card.c:492 +#: dirmngr/crlcache.c:925 tools/gpg-card.c:486 tools/gpg-card.c:493 #, c-format msgid "error writing '%s': %s\n" msgstr "" -#: g10/card-util.c:986 tools/gpg-card.c:1649 +#: g10/card-util.c:986 tools/gpg-card.c:1650 msgid "Login data (account name): " msgstr "" -#: g10/card-util.c:1024 tools/gpg-card.c:1944 +#: g10/card-util.c:1024 tools/gpg-card.c:1945 msgid "Private DO data: " msgstr "" -#: g10/card-util.c:1109 tools/gpg-card.c:1698 +#: g10/card-util.c:1109 tools/gpg-card.c:1699 msgid "Language preferences: " msgstr "" -#: g10/card-util.c:1117 tools/gpg-card.c:1709 +#: g10/card-util.c:1117 tools/gpg-card.c:1710 #, c-format msgid "Error: invalid length of preference string.\n" msgstr "" -#: g10/card-util.c:1126 tools/gpg-card.c:1718 +#: g10/card-util.c:1126 tools/gpg-card.c:1719 #, c-format msgid "Error: invalid characters in preference string.\n" msgstr "" -#: g10/card-util.c:1148 tools/gpg-card.c:1752 +#: g10/card-util.c:1148 tools/gpg-card.c:1753 msgid "Salutation (M = Mr., F = Ms., or space): " msgstr "" -#: g10/card-util.c:1162 tools/gpg-card.c:1769 +#: g10/card-util.c:1162 tools/gpg-card.c:1770 msgid "Error: invalid response.\n" msgstr "" -#: g10/card-util.c:1185 tools/gpg-card.c:1834 +#: g10/card-util.c:1185 tools/gpg-card.c:1835 msgid "CA fingerprint: " msgstr "" -#: g10/card-util.c:1209 tools/gpg-card.c:1860 +#: g10/card-util.c:1209 tools/gpg-card.c:1861 #, c-format msgid "Error: invalid formatted fingerprint.\n" msgstr "" @@ -1799,7 +1799,7 @@ msgstr "" msgid "not an OpenPGP card" msgstr "" -#: g10/card-util.c:1273 g10/keygen.c:4791 g10/keygen.c:5952 +#: g10/card-util.c:1273 g10/keygen.c:4811 g10/keygen.c:5972 #, c-format msgid "error getting current key info: %s\n" msgstr "" @@ -1808,7 +1808,7 @@ msgstr "" msgid "Replace existing key? (y/N) " msgstr "" -#: g10/card-util.c:1375 tools/gpg-card.c:3327 +#: g10/card-util.c:1375 tools/gpg-card.c:3328 msgid "" "Note: There is no guarantee that the card supports the requested\n" " key type or size. If the key generation does not succeed,\n" @@ -1889,13 +1889,13 @@ msgid "error getting card info: %s\n" msgstr "" #: g10/card-util.c:1591 g10/card-util.c:1936 g10/card-util.c:2112 -#: g10/card-util.c:2171 tools/gpg-card.c:3056 tools/gpg-card.c:3295 -#: tools/gpg-card.c:3353 +#: g10/card-util.c:2171 tools/gpg-card.c:3057 tools/gpg-card.c:3296 +#: tools/gpg-card.c:3354 #, c-format msgid "This command is not supported by this card\n" msgstr "" -#: g10/card-util.c:1637 tools/gpg-card.c:2425 +#: g10/card-util.c:1637 tools/gpg-card.c:2426 msgid "Make off-card backup of encryption key? (Y/n) " msgstr "" @@ -1904,11 +1904,11 @@ msgstr "" msgid "Note: keys are already stored on the card!\n" msgstr "" -#: g10/card-util.c:1654 tools/gpg-card.c:2397 +#: g10/card-util.c:1654 tools/gpg-card.c:2398 msgid "Replace existing keys? (y/N) " msgstr "" -#: g10/card-util.c:1666 tools/gpg-card.c:2456 +#: g10/card-util.c:1666 tools/gpg-card.c:2457 #, c-format msgid "" "Please note that the factory settings of the PINs are\n" @@ -1941,16 +1941,16 @@ msgstr "" msgid "KEYTOCARD failed: %s\n" msgstr "" -#: g10/card-util.c:1941 tools/gpg-card.c:3064 +#: g10/card-util.c:1941 tools/gpg-card.c:3065 #, c-format msgid "Note: This command destroys all keys stored on the card!\n" msgstr "" -#: g10/card-util.c:1944 tools/gpg-card.c:3067 tools/gpg-card.c:3408 +#: g10/card-util.c:1944 tools/gpg-card.c:3068 tools/gpg-card.c:3409 msgid "Continue? (y/N) " msgstr "" -#: g10/card-util.c:1949 tools/gpg-card.c:3078 +#: g10/card-util.c:1949 tools/gpg-card.c:3079 msgid "Really do a factory reset? (enter \"yes\") " msgstr "" @@ -1964,7 +1964,7 @@ msgstr "" msgid "error for setup UIF: %s\n" msgstr "" -#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3648 +#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3649 msgid "quit this menu" msgstr "" @@ -1972,63 +1972,63 @@ msgstr "" msgid "show admin commands" msgstr "" -#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3651 +#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3652 msgid "show this help" msgstr "" -#: g10/card-util.c:2217 tools/gpg-card.c:3653 +#: g10/card-util.c:2217 tools/gpg-card.c:3654 msgid "list all available data" msgstr "" -#: g10/card-util.c:2220 tools/gpg-card.c:3655 +#: g10/card-util.c:2220 tools/gpg-card.c:3656 msgid "change card holder's name" msgstr "" -#: g10/card-util.c:2221 tools/gpg-card.c:3656 +#: g10/card-util.c:2221 tools/gpg-card.c:3657 msgid "change URL to retrieve key" msgstr "" -#: g10/card-util.c:2222 tools/gpg-card.c:3657 +#: g10/card-util.c:2222 tools/gpg-card.c:3658 msgid "fetch the key specified in the card URL" msgstr "" -#: g10/card-util.c:2223 tools/gpg-card.c:3658 +#: g10/card-util.c:2223 tools/gpg-card.c:3659 msgid "change the login name" msgstr "" -#: g10/card-util.c:2224 tools/gpg-card.c:3659 +#: g10/card-util.c:2224 tools/gpg-card.c:3660 msgid "change the language preferences" msgstr "" -#: g10/card-util.c:2225 tools/gpg-card.c:3660 +#: g10/card-util.c:2225 tools/gpg-card.c:3661 msgid "change card holder's salutation" msgstr "" -#: g10/card-util.c:2227 tools/gpg-card.c:3662 +#: g10/card-util.c:2227 tools/gpg-card.c:3663 msgid "change a CA fingerprint" msgstr "" -#: g10/card-util.c:2228 tools/gpg-card.c:3663 +#: g10/card-util.c:2228 tools/gpg-card.c:3664 msgid "toggle the signature force PIN flag" msgstr "" -#: g10/card-util.c:2229 tools/gpg-card.c:3664 +#: g10/card-util.c:2229 tools/gpg-card.c:3665 msgid "generate new keys" msgstr "" -#: g10/card-util.c:2230 tools/gpg-card.c:3665 +#: g10/card-util.c:2230 tools/gpg-card.c:3666 msgid "menu to change or unblock the PIN" msgstr "" -#: g10/card-util.c:2231 tools/gpg-card.c:3666 +#: g10/card-util.c:2231 tools/gpg-card.c:3667 msgid "verify the PIN and list all data" msgstr "" -#: g10/card-util.c:2232 tools/gpg-card.c:3667 +#: g10/card-util.c:2232 tools/gpg-card.c:3668 msgid "unblock the PIN using a Reset Code" msgstr "" -#: g10/card-util.c:2233 tools/gpg-card.c:3671 +#: g10/card-util.c:2233 tools/gpg-card.c:3672 msgid "destroy all keys and data" msgstr "" @@ -2040,11 +2040,11 @@ msgstr "" msgid "change the key attribute" msgstr "" -#: g10/card-util.c:2237 tools/gpg-card.c:3673 +#: g10/card-util.c:2237 tools/gpg-card.c:3674 msgid "change the User Interaction Flag" msgstr "" -#: g10/card-util.c:2361 tools/gpg-card.c:3923 +#: g10/card-util.c:2361 tools/gpg-card.c:3924 msgid "gpg/card> " msgstr "" @@ -2060,8 +2060,8 @@ msgstr "" msgid "Admin commands are not allowed\n" msgstr "" -#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3813 -#: tools/gpg-card.c:4071 +#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3814 +#: tools/gpg-card.c:4072 #, c-format msgid "Invalid command (try \"help\")\n" msgstr "" @@ -2071,21 +2071,21 @@ msgstr "" msgid "--output doesn't work for this command\n" msgstr "" -#: g10/decrypt.c:247 g10/gpg.c:5262 g10/keyring.c:399 g10/keyring.c:750 +#: g10/decrypt.c:247 g10/gpg.c:5293 g10/keyring.c:399 g10/keyring.c:750 #, c-format msgid "can't open '%s'\n" msgstr "" #: g10/delkey.c:81 g10/export.c:1934 g10/export.c:2342 g10/export.c:2463 -#: g10/getkey.c:1907 g10/gpg.c:5207 g10/keyedit.c:1450 g10/keyedit.c:2382 -#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1238 +#: g10/getkey.c:1907 g10/gpg.c:5238 g10/keyedit.c:1450 g10/keyedit.c:2382 +#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1240 #: g10/revoke.c:230 g10/tofu.c:2168 #, c-format msgid "key \"%s\" not found: %s\n" msgstr "" -#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4303 -#: g10/gpg.c:5216 g10/keyedit.c:2354 g10/keyserver.c:1256 g10/revoke.c:236 +#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4330 +#: g10/gpg.c:5247 g10/keyedit.c:2354 g10/keyserver.c:1258 g10/revoke.c:236 #: g10/revoke.c:665 g10/tofu.c:2176 #, c-format msgid "error reading keyblock: %s\n" @@ -2205,14 +2205,14 @@ msgstr "" msgid "(use option \"%s\" to override)\n" msgstr "" -#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4052 -#: g10/gpg.c:4099 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1760 +#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4083 +#: g10/gpg.c:4130 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1793 #, c-format msgid "cipher algorithm '%s' may not be used in %s mode\n" msgstr "" -#: g10/encrypt.c:564 g10/gpg.c:4064 g10/gpg.c:4111 g10/sig-check.c:155 -#: g10/sign.c:452 sm/gpgsm.c:1770 sm/gpgsm.c:1780 sm/sign.c:596 sm/verify.c:510 +#: g10/encrypt.c:564 g10/gpg.c:4095 g10/gpg.c:4142 g10/sig-check.c:155 +#: g10/sign.c:452 sm/gpgsm.c:1803 sm/gpgsm.c:1813 sm/sign.c:596 sm/verify.c:510 #, c-format msgid "digest algorithm '%s' may not be used in %s mode\n" msgstr "" @@ -2304,7 +2304,7 @@ msgstr "" msgid " - skipped" msgstr "" -#: g10/export.c:1333 g10/import.c:2112 g10/openfile.c:202 g10/openfile.c:296 +#: g10/export.c:1333 g10/import.c:2124 g10/openfile.c:202 g10/openfile.c:296 #: g10/sign.c:1110 g10/sign.c:1447 #, c-format msgid "writing to '%s'\n" @@ -2394,274 +2394,274 @@ msgstr "" msgid "using subkey %s instead of primary key %s\n" msgstr "" -#: g10/getkey.c:4232 g10/gpg.c:2164 +#: g10/getkey.c:4259 g10/gpg.c:2167 #, c-format msgid "valid values for option '%s':\n" msgstr "" -#: g10/gpg.c:449 sm/gpgsm.c:215 +#: g10/gpg.c:450 sm/gpgsm.c:217 msgid "make a signature" msgstr "" -#: g10/gpg.c:450 +#: g10/gpg.c:451 msgid "make a clear text signature" msgstr "" -#: g10/gpg.c:452 sm/gpgsm.c:217 +#: g10/gpg.c:453 sm/gpgsm.c:219 msgid "make a detached signature" msgstr "" -#: g10/gpg.c:453 sm/gpgsm.c:218 +#: g10/gpg.c:454 sm/gpgsm.c:220 msgid "encrypt data" msgstr "" -#: g10/gpg.c:455 +#: g10/gpg.c:456 msgid "encryption only with symmetric cipher" msgstr "" -#: g10/gpg.c:457 sm/gpgsm.c:220 +#: g10/gpg.c:458 sm/gpgsm.c:222 msgid "decrypt data (default)" msgstr "" -#: g10/gpg.c:459 sm/gpgsm.c:221 +#: g10/gpg.c:460 sm/gpgsm.c:223 msgid "verify a signature" msgstr "" -#: g10/gpg.c:461 sm/gpgsm.c:222 +#: g10/gpg.c:462 sm/gpgsm.c:224 msgid "list keys" msgstr "" -#: g10/gpg.c:463 +#: g10/gpg.c:464 msgid "list keys and signatures" msgstr "" -#: g10/gpg.c:466 +#: g10/gpg.c:467 msgid "list and check key signatures" msgstr "" -#: g10/gpg.c:468 sm/gpgsm.c:227 +#: g10/gpg.c:469 sm/gpgsm.c:229 msgid "list keys and fingerprints" msgstr "" -#: g10/gpg.c:469 sm/gpgsm.c:225 +#: g10/gpg.c:470 sm/gpgsm.c:227 msgid "list secret keys" msgstr "" -#: g10/gpg.c:471 sm/gpgsm.c:228 +#: g10/gpg.c:472 sm/gpgsm.c:230 msgid "generate a new key pair" msgstr "" -#: g10/gpg.c:474 +#: g10/gpg.c:475 msgid "quickly generate a new key pair" msgstr "" -#: g10/gpg.c:477 +#: g10/gpg.c:478 msgid "quickly add a new user-id" msgstr "" -#: g10/gpg.c:482 +#: g10/gpg.c:483 msgid "quickly revoke a user-id" msgstr "" -#: g10/gpg.c:485 +#: g10/gpg.c:486 msgid "quickly set a new expiration date" msgstr "" -#: g10/gpg.c:488 +#: g10/gpg.c:489 msgid "full featured key pair generation" msgstr "" -#: g10/gpg.c:491 +#: g10/gpg.c:492 msgid "generate a revocation certificate" msgstr "" -#: g10/gpg.c:494 sm/gpgsm.c:231 +#: g10/gpg.c:495 sm/gpgsm.c:233 msgid "remove keys from the public keyring" msgstr "" -#: g10/gpg.c:496 +#: g10/gpg.c:497 msgid "remove keys from the secret keyring" msgstr "" -#: g10/gpg.c:498 +#: g10/gpg.c:499 msgid "quickly sign a key" msgstr "" -#: g10/gpg.c:500 +#: g10/gpg.c:501 msgid "quickly sign a key locally" msgstr "" -#: g10/gpg.c:502 +#: g10/gpg.c:503 msgid "quickly revoke a key signature" msgstr "" -#: g10/gpg.c:503 +#: g10/gpg.c:504 msgid "sign a key" msgstr "" -#: g10/gpg.c:504 +#: g10/gpg.c:505 msgid "sign a key locally" msgstr "" -#: g10/gpg.c:505 +#: g10/gpg.c:506 msgid "sign or edit a key" msgstr "" -#: g10/gpg.c:507 sm/gpgsm.c:249 +#: g10/gpg.c:508 sm/gpgsm.c:251 msgid "change a passphrase" msgstr "" -#: g10/gpg.c:511 +#: g10/gpg.c:512 msgid "export keys" msgstr "" -#: g10/gpg.c:512 +#: g10/gpg.c:513 msgid "export keys to a keyserver" msgstr "" -#: g10/gpg.c:513 +#: g10/gpg.c:514 msgid "import keys from a keyserver" msgstr "" -#: g10/gpg.c:516 +#: g10/gpg.c:517 msgid "search for keys on a keyserver" msgstr "" -#: g10/gpg.c:518 +#: g10/gpg.c:519 msgid "update all keys from a keyserver" msgstr "" -#: g10/gpg.c:526 +#: g10/gpg.c:527 msgid "import/merge keys" msgstr "" -#: g10/gpg.c:529 +#: g10/gpg.c:530 msgid "print the card status" msgstr "" -#: g10/gpg.c:530 +#: g10/gpg.c:531 msgid "change data on a card" msgstr "" -#: g10/gpg.c:532 +#: g10/gpg.c:533 msgid "change a card's PIN" msgstr "" -#: g10/gpg.c:544 +#: g10/gpg.c:545 msgid "update the trust database" msgstr "" -#: g10/gpg.c:554 +#: g10/gpg.c:555 msgid "print message digests" msgstr "" -#: g10/gpg.c:558 sm/gpgsm.c:244 +#: g10/gpg.c:559 sm/gpgsm.c:246 msgid "run in server mode" msgstr "" -#: g10/gpg.c:560 +#: g10/gpg.c:561 msgid "|VALUE|set the TOFU policy for a key" msgstr "" -#: g10/gpg.c:603 +#: g10/gpg.c:604 msgid "|NAME|use NAME as default secret key" msgstr "" -#: g10/gpg.c:605 sm/gpgsm.c:337 +#: g10/gpg.c:606 sm/gpgsm.c:340 msgid "|NAME|encrypt to user ID NAME as well" msgstr "" -#: g10/gpg.c:613 +#: g10/gpg.c:614 msgid "|SPEC|set up email aliases" msgstr "" -#: g10/gpg.c:625 +#: g10/gpg.c:626 msgid "use strict OpenPGP behavior" msgstr "" -#: g10/gpg.c:650 kbx/kbxutil.c:91 sm/gpgsm.c:421 tools/gpgconf.c:113 +#: g10/gpg.c:651 kbx/kbxutil.c:91 sm/gpgsm.c:424 tools/gpgconf.c:113 msgid "do not make any changes" msgstr "" -#: g10/gpg.c:651 +#: g10/gpg.c:652 msgid "prompt before overwriting" msgstr "" -#: g10/gpg.c:700 sm/gpgsm.c:307 +#: g10/gpg.c:701 sm/gpgsm.c:310 msgid "Options controlling the input" msgstr "" -#: g10/gpg.c:718 sm/gpgsm.c:317 +#: g10/gpg.c:719 sm/gpgsm.c:320 msgid "Options controlling the output" msgstr "" -#: g10/gpg.c:720 sm/gpgsm.c:319 +#: g10/gpg.c:721 sm/gpgsm.c:322 msgid "create ascii armored output" msgstr "" -#: g10/gpg.c:724 g10/gpgv.c:82 sm/gpgsm.c:324 +#: g10/gpg.c:725 g10/gpgv.c:82 sm/gpgsm.c:327 msgid "|FILE|write output to FILE" msgstr "" -#: g10/gpg.c:737 +#: g10/gpg.c:738 msgid "use canonical text mode" msgstr "" -#: g10/gpg.c:755 +#: g10/gpg.c:756 msgid "|N|set compress level to N (0 disables)" msgstr "" -#: g10/gpg.c:761 sm/gpgsm.c:354 +#: g10/gpg.c:762 sm/gpgsm.c:357 msgid "Options controlling key import and export" msgstr "" -#: g10/gpg.c:764 +#: g10/gpg.c:765 msgid "|MECHANISMS|use MECHANISMS to locate keys by mail address" msgstr "" -#: g10/gpg.c:767 +#: g10/gpg.c:768 msgid "import missing key from a signature" msgstr "" -#: g10/gpg.c:772 +#: g10/gpg.c:773 msgid "include the public key in signatures" msgstr "" -#: g10/gpg.c:775 sm/gpgsm.c:357 +#: g10/gpg.c:776 sm/gpgsm.c:360 msgid "disable all access to the dirmngr" msgstr "" -#: g10/gpg.c:787 sm/gpgsm.c:364 +#: g10/gpg.c:788 sm/gpgsm.c:367 msgid "Options controlling key listings" msgstr "" -#: g10/gpg.c:817 sm/gpgsm.c:329 +#: g10/gpg.c:818 sm/gpgsm.c:332 msgid "Options to specify keys" msgstr "" -#: g10/gpg.c:819 sm/gpgsm.c:331 +#: g10/gpg.c:820 sm/gpgsm.c:334 msgid "|USER-ID|encrypt for USER-ID" msgstr "" -#: g10/gpg.c:827 sm/gpgsm.c:333 +#: g10/gpg.c:828 sm/gpgsm.c:336 msgid "|USER-ID|use USER-ID to sign or decrypt" msgstr "" -#: g10/gpg.c:875 sm/gpgsm.c:405 +#: g10/gpg.c:876 sm/gpgsm.c:408 msgid "Options for unattended use" msgstr "" -#: g10/gpg.c:894 sm/gpgsm.c:417 dirmngr/dirmngr.c:285 +#: g10/gpg.c:895 sm/gpgsm.c:420 dirmngr/dirmngr.c:286 msgid "Other options" msgstr "" -#: g10/gpg.c:965 sm/gpgsm.c:450 +#: g10/gpg.c:966 sm/gpgsm.c:453 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" msgstr "" -#: g10/gpg.c:968 +#: g10/gpg.c:969 msgid "" "@\n" "Examples:\n" @@ -2673,566 +2673,566 @@ msgid "" " --fingerprint [names] show fingerprints\n" msgstr "" -#: g10/gpg.c:1153 +#: g10/gpg.c:1154 msgid "Usage: @GPG@ [options] [files] (-h for help)" msgstr "" -#: g10/gpg.c:1156 +#: g10/gpg.c:1157 msgid "" "Syntax: @GPG@ [options] [files]\n" "Sign, check, encrypt or decrypt\n" "Default operation depends on the input data\n" msgstr "" -#: g10/gpg.c:1167 sm/gpgsm.c:633 +#: g10/gpg.c:1168 sm/gpgsm.c:636 msgid "" "\n" "Supported algorithms:\n" msgstr "" -#: g10/gpg.c:1170 +#: g10/gpg.c:1171 msgid "Pubkey: " msgstr "" -#: g10/gpg.c:1177 g10/keyedit.c:3316 +#: g10/gpg.c:1178 g10/keyedit.c:3316 msgid "Cipher: " msgstr "" -#: g10/gpg.c:1191 +#: g10/gpg.c:1192 msgid "Hash: " msgstr "" -#: g10/gpg.c:1198 g10/keyedit.c:3382 +#: g10/gpg.c:1199 g10/keyedit.c:3382 msgid "Compression: " msgstr "" -#: g10/gpg.c:1273 sm/gpgsm.c:707 +#: g10/gpg.c:1274 sm/gpgsm.c:710 #, c-format msgid "usage: %s [options] %s\n" msgstr "" -#: g10/gpg.c:1466 sm/gpgsm.c:800 +#: g10/gpg.c:1467 sm/gpgsm.c:803 #, c-format msgid "conflicting commands\n" msgstr "" -#: g10/gpg.c:1484 +#: g10/gpg.c:1485 #, c-format msgid "no = sign found in group definition '%s'\n" msgstr "" -#: g10/gpg.c:1682 +#: g10/gpg.c:1683 #, c-format msgid "WARNING: unsafe ownership on homedir '%s'\n" msgstr "" -#: g10/gpg.c:1685 +#: g10/gpg.c:1686 #, c-format msgid "WARNING: unsafe ownership on configuration file '%s'\n" msgstr "" -#: g10/gpg.c:1688 +#: g10/gpg.c:1689 #, c-format msgid "WARNING: unsafe ownership on extension '%s'\n" msgstr "" -#: g10/gpg.c:1694 +#: g10/gpg.c:1695 #, c-format msgid "WARNING: unsafe permissions on homedir '%s'\n" msgstr "" -#: g10/gpg.c:1697 +#: g10/gpg.c:1698 #, c-format msgid "WARNING: unsafe permissions on configuration file '%s'\n" msgstr "" -#: g10/gpg.c:1700 +#: g10/gpg.c:1701 #, c-format msgid "WARNING: unsafe permissions on extension '%s'\n" msgstr "" -#: g10/gpg.c:1706 +#: g10/gpg.c:1707 #, c-format msgid "WARNING: unsafe enclosing directory ownership on homedir '%s'\n" msgstr "" -#: g10/gpg.c:1709 +#: g10/gpg.c:1710 #, c-format msgid "" "WARNING: unsafe enclosing directory ownership on configuration file '%s'\n" msgstr "" -#: g10/gpg.c:1712 +#: g10/gpg.c:1713 #, c-format msgid "WARNING: unsafe enclosing directory ownership on extension '%s'\n" msgstr "" -#: g10/gpg.c:1718 +#: g10/gpg.c:1719 #, c-format msgid "WARNING: unsafe enclosing directory permissions on homedir '%s'\n" msgstr "" -#: g10/gpg.c:1721 +#: g10/gpg.c:1722 #, c-format msgid "" "WARNING: unsafe enclosing directory permissions on configuration file '%s'\n" msgstr "" -#: g10/gpg.c:1724 +#: g10/gpg.c:1725 #, c-format msgid "WARNING: unsafe enclosing directory permissions on extension '%s'\n" msgstr "" -#: g10/gpg.c:1940 +#: g10/gpg.c:1941 #, c-format msgid "unknown configuration item '%s'\n" msgstr "" -#: g10/gpg.c:2034 +#: g10/gpg.c:2037 msgid "display photo IDs during key listings" msgstr "" -#: g10/gpg.c:2036 +#: g10/gpg.c:2039 msgid "show key usage information during key listings" msgstr "" -#: g10/gpg.c:2038 +#: g10/gpg.c:2041 msgid "show policy URLs during signature listings" msgstr "" -#: g10/gpg.c:2040 +#: g10/gpg.c:2043 msgid "show all notations during signature listings" msgstr "" -#: g10/gpg.c:2042 +#: g10/gpg.c:2045 msgid "show IETF standard notations during signature listings" msgstr "" -#: g10/gpg.c:2046 +#: g10/gpg.c:2049 msgid "show user-supplied notations during signature listings" msgstr "" -#: g10/gpg.c:2048 +#: g10/gpg.c:2051 msgid "show preferred keyserver URLs during signature listings" msgstr "" -#: g10/gpg.c:2050 +#: g10/gpg.c:2053 msgid "show user ID validity during key listings" msgstr "" -#: g10/gpg.c:2052 +#: g10/gpg.c:2055 msgid "show revoked and expired user IDs in key listings" msgstr "" -#: g10/gpg.c:2054 +#: g10/gpg.c:2057 msgid "show revoked and expired subkeys in key listings" msgstr "" -#: g10/gpg.c:2056 +#: g10/gpg.c:2059 msgid "show the keyring name in key listings" msgstr "" -#: g10/gpg.c:2058 +#: g10/gpg.c:2061 msgid "show expiration dates during signature listings" msgstr "" -#: g10/gpg.c:2175 +#: g10/gpg.c:2178 #, c-format msgid "unknown TOFU policy '%s'\n" msgstr "" -#: g10/gpg.c:2177 +#: g10/gpg.c:2180 #, c-format msgid "(use \"help\" to list choices)\n" msgstr "" -#: g10/gpg.c:2972 g10/gpg.c:3797 g10/gpg.c:3809 +#: g10/gpg.c:2975 g10/gpg.c:3828 g10/gpg.c:3840 #, c-format msgid "Note: %s is not for normal use!\n" msgstr "" -#: g10/gpg.c:3148 g10/gpg.c:3160 +#: g10/gpg.c:3151 g10/gpg.c:3163 #, c-format msgid "'%s' is not a valid signature expiration\n" msgstr "" -#: g10/gpg.c:3182 +#: g10/gpg.c:3185 #, c-format msgid "\"%s\" is not a proper mail address\n" msgstr "" -#: g10/gpg.c:3214 sm/gpgsm.c:1265 +#: g10/gpg.c:3217 sm/gpgsm.c:1270 #, c-format msgid "invalid pinentry mode '%s'\n" msgstr "" -#: g10/gpg.c:3220 sm/gpgsm.c:1271 +#: g10/gpg.c:3223 sm/gpgsm.c:1276 #, c-format msgid "invalid request origin '%s'\n" msgstr "" -#: g10/gpg.c:3277 +#: g10/gpg.c:3280 #, c-format msgid "'%s' is not a valid character set\n" msgstr "" -#: g10/gpg.c:3299 g10/gpg.c:3508 g10/keyedit.c:5319 +#: g10/gpg.c:3302 g10/gpg.c:3511 g10/keyedit.c:5319 #, c-format msgid "could not parse keyserver URL\n" msgstr "" -#: g10/gpg.c:3317 +#: g10/gpg.c:3320 #, c-format msgid "%s:%d: invalid keyserver options\n" msgstr "" -#: g10/gpg.c:3320 +#: g10/gpg.c:3323 #, c-format msgid "invalid keyserver options\n" msgstr "" -#: g10/gpg.c:3327 +#: g10/gpg.c:3330 #, c-format msgid "%s:%d: invalid import options\n" msgstr "" -#: g10/gpg.c:3330 +#: g10/gpg.c:3333 #, c-format msgid "invalid import options\n" msgstr "" -#: g10/gpg.c:3336 g10/gpg.c:3351 +#: g10/gpg.c:3339 g10/gpg.c:3354 #, c-format msgid "invalid filter option: %s\n" msgstr "" -#: g10/gpg.c:3342 +#: g10/gpg.c:3345 #, c-format msgid "%s:%d: invalid export options\n" msgstr "" -#: g10/gpg.c:3345 +#: g10/gpg.c:3348 #, c-format msgid "invalid export options\n" msgstr "" -#: g10/gpg.c:3357 +#: g10/gpg.c:3360 #, c-format msgid "%s:%d: invalid list options\n" msgstr "" -#: g10/gpg.c:3360 +#: g10/gpg.c:3363 #, c-format msgid "invalid list options\n" msgstr "" -#: g10/gpg.c:3368 +#: g10/gpg.c:3371 msgid "display photo IDs during signature verification" msgstr "" -#: g10/gpg.c:3370 +#: g10/gpg.c:3373 msgid "show policy URLs during signature verification" msgstr "" -#: g10/gpg.c:3372 +#: g10/gpg.c:3375 msgid "show all notations during signature verification" msgstr "" -#: g10/gpg.c:3374 +#: g10/gpg.c:3377 msgid "show IETF standard notations during signature verification" msgstr "" -#: g10/gpg.c:3378 +#: g10/gpg.c:3381 msgid "show user-supplied notations during signature verification" msgstr "" -#: g10/gpg.c:3380 +#: g10/gpg.c:3383 msgid "show preferred keyserver URLs during signature verification" msgstr "" -#: g10/gpg.c:3382 +#: g10/gpg.c:3385 msgid "show user ID validity during signature verification" msgstr "" -#: g10/gpg.c:3384 +#: g10/gpg.c:3387 msgid "show revoked and expired user IDs in signature verification" msgstr "" -#: g10/gpg.c:3386 +#: g10/gpg.c:3389 msgid "show only the primary user ID in signature verification" msgstr "" -#: g10/gpg.c:3393 +#: g10/gpg.c:3396 #, c-format msgid "%s:%d: invalid verify options\n" msgstr "" -#: g10/gpg.c:3396 +#: g10/gpg.c:3399 #, c-format msgid "invalid verify options\n" msgstr "" -#: g10/gpg.c:3403 +#: g10/gpg.c:3406 #, c-format msgid "unable to set exec-path to %s\n" msgstr "" -#: g10/gpg.c:3610 +#: g10/gpg.c:3613 #, c-format msgid "%s:%d: invalid auto-key-locate list\n" msgstr "" -#: g10/gpg.c:3613 +#: g10/gpg.c:3616 #, c-format msgid "invalid auto-key-locate list\n" msgstr "" -#: g10/gpg.c:3622 +#: g10/gpg.c:3625 #, c-format msgid "invalid argument for option \"%.50s\"\n" msgstr "" -#: g10/gpg.c:3776 sm/gpgsm.c:1642 +#: g10/gpg.c:3807 sm/gpgsm.c:1675 #, c-format msgid "WARNING: program may create a core file!\n" msgstr "" -#: g10/gpg.c:3790 +#: g10/gpg.c:3821 #, c-format msgid "WARNING: %s overrides %s\n" msgstr "" -#: g10/gpg.c:3799 +#: g10/gpg.c:3830 #, c-format msgid "%s not allowed with %s!\n" msgstr "" -#: g10/gpg.c:3802 +#: g10/gpg.c:3833 #, c-format msgid "%s makes no sense with %s!\n" msgstr "" -#: g10/gpg.c:3817 sm/gpgsm.c:1663 dirmngr/dirmngr.c:1114 +#: g10/gpg.c:3848 sm/gpgsm.c:1696 dirmngr/dirmngr.c:1123 #, c-format msgid "WARNING: running with faked system time: " msgstr "" -#: g10/gpg.c:3838 +#: g10/gpg.c:3869 #, c-format msgid "will not run with insecure memory due to %s\n" msgstr "" -#: g10/gpg.c:3866 g10/gpg.c:3897 sm/gpgsm.c:1730 +#: g10/gpg.c:3897 g10/gpg.c:3928 sm/gpgsm.c:1763 #, c-format msgid "selected cipher algorithm is invalid\n" msgstr "" -#: g10/gpg.c:3873 +#: g10/gpg.c:3904 #, c-format msgid "selected AEAD algorithm is invalid\n" msgstr "" -#: g10/gpg.c:3885 +#: g10/gpg.c:3916 #, c-format msgid "selected compression algorithm is invalid\n" msgstr "" -#: g10/gpg.c:3891 +#: g10/gpg.c:3922 #, c-format msgid "selected certification digest algorithm is invalid\n" msgstr "" -#: g10/gpg.c:3906 +#: g10/gpg.c:3937 #, c-format msgid "completes-needed must be greater than 0\n" msgstr "" -#: g10/gpg.c:3908 +#: g10/gpg.c:3939 #, c-format msgid "marginals-needed must be greater than 1\n" msgstr "" -#: g10/gpg.c:3910 +#: g10/gpg.c:3941 #, c-format msgid "max-cert-depth must be in the range from 1 to 255\n" msgstr "" -#: g10/gpg.c:3912 +#: g10/gpg.c:3943 #, c-format msgid "invalid default-cert-level; must be 0, 1, 2, or 3\n" msgstr "" -#: g10/gpg.c:3914 +#: g10/gpg.c:3945 #, c-format msgid "invalid min-cert-level; must be 1, 2, or 3\n" msgstr "" -#: g10/gpg.c:3918 +#: g10/gpg.c:3949 #, c-format msgid "Note: simple S2K mode (0) is strongly discouraged\n" msgstr "" -#: g10/gpg.c:3922 +#: g10/gpg.c:3953 #, c-format msgid "invalid S2K mode; must be 0, 1 or 3\n" msgstr "" -#: g10/gpg.c:3929 +#: g10/gpg.c:3960 #, c-format msgid "invalid default preferences\n" msgstr "" -#: g10/gpg.c:3933 +#: g10/gpg.c:3964 #, c-format msgid "invalid personal cipher preferences\n" msgstr "" -#: g10/gpg.c:3936 +#: g10/gpg.c:3967 #, c-format msgid "invalid personal AEAD preferences\n" msgstr "" -#: g10/gpg.c:3940 +#: g10/gpg.c:3971 #, c-format msgid "invalid personal digest preferences\n" msgstr "" -#: g10/gpg.c:3944 +#: g10/gpg.c:3975 #, c-format msgid "invalid personal compress preferences\n" msgstr "" -#: g10/gpg.c:3953 g10/gpg.c:3958 +#: g10/gpg.c:3984 g10/gpg.c:3989 #, c-format msgid "chunk size invalid - using %d\n" msgstr "" -#: g10/gpg.c:3995 +#: g10/gpg.c:4026 #, c-format msgid "%s does not yet work with %s\n" msgstr "" -#: g10/gpg.c:4058 +#: g10/gpg.c:4089 #, c-format msgid "AEAD algorithm '%s' may not be used in %s mode\n" msgstr "" -#: g10/gpg.c:4070 +#: g10/gpg.c:4101 #, c-format msgid "compression algorithm '%s' may not be used in %s mode\n" msgstr "" -#: g10/gpg.c:4225 +#: g10/gpg.c:4256 #, c-format msgid "failed to initialize the TrustDB: %s\n" msgstr "" -#: g10/gpg.c:4237 +#: g10/gpg.c:4268 #, c-format msgid "WARNING: recipients (-r) given without using public key encryption\n" msgstr "" -#: g10/gpg.c:4309 +#: g10/gpg.c:4340 #, c-format msgid "symmetric encryption of '%s' failed: %s\n" msgstr "" -#: g10/gpg.c:4338 +#: g10/gpg.c:4369 #, c-format msgid "you cannot use --symmetric --encrypt with --s2k-mode 0\n" msgstr "" -#: g10/gpg.c:4341 +#: g10/gpg.c:4372 #, c-format msgid "you cannot use --symmetric --encrypt in %s mode\n" msgstr "" -#: g10/gpg.c:4399 +#: g10/gpg.c:4430 #, c-format msgid "you cannot use --symmetric --sign --encrypt with --s2k-mode 0\n" msgstr "" -#: g10/gpg.c:4402 +#: g10/gpg.c:4433 #, c-format msgid "you cannot use --symmetric --sign --encrypt in %s mode\n" msgstr "" -#: g10/gpg.c:4790 g10/keyserver.c:1858 +#: g10/gpg.c:4821 g10/keyserver.c:1870 #, c-format msgid "keyserver send failed: %s\n" msgstr "" -#: g10/gpg.c:4795 +#: g10/gpg.c:4826 #, c-format msgid "keyserver receive failed: %s\n" msgstr "" -#: g10/gpg.c:4801 +#: g10/gpg.c:4832 #, c-format msgid "key export failed: %s\n" msgstr "" -#: g10/gpg.c:4814 +#: g10/gpg.c:4845 #, c-format msgid "export as ssh key failed: %s\n" msgstr "" -#: g10/gpg.c:4826 +#: g10/gpg.c:4857 #, c-format msgid "keyserver search failed: %s\n" msgstr "" -#: g10/gpg.c:4839 +#: g10/gpg.c:4870 #, c-format msgid "keyserver refresh failed: %s\n" msgstr "" -#: g10/gpg.c:4906 +#: g10/gpg.c:4937 #, c-format msgid "dearmoring failed: %s\n" msgstr "" -#: g10/gpg.c:4917 +#: g10/gpg.c:4948 #, c-format msgid "enarmoring failed: %s\n" msgstr "" -#: g10/gpg.c:5022 +#: g10/gpg.c:5053 #, c-format msgid "invalid hash algorithm '%s'\n" msgstr "" -#: g10/gpg.c:5174 g10/tofu.c:2156 +#: g10/gpg.c:5205 g10/tofu.c:2156 #, c-format msgid "error parsing key specification '%s': %s\n" msgstr "" -#: g10/gpg.c:5185 +#: g10/gpg.c:5216 #, c-format msgid "'%s' does not appear to be a valid key ID, fingerprint or keygrip\n" msgstr "" -#: g10/gpg.c:5241 +#: g10/gpg.c:5272 #, c-format msgid "WARNING: no command supplied. Trying to guess what you mean ...\n" msgstr "" -#: g10/gpg.c:5252 +#: g10/gpg.c:5283 #, c-format msgid "Go ahead and type your message ...\n" msgstr "" -#: g10/gpg.c:5599 +#: g10/gpg.c:5630 #, c-format msgid "the given certification policy URL is invalid\n" msgstr "" -#: g10/gpg.c:5601 +#: g10/gpg.c:5632 #, c-format msgid "the given signature policy URL is invalid\n" msgstr "" -#: g10/gpg.c:5634 +#: g10/gpg.c:5665 #, c-format msgid "the given preferred keyserver URL is invalid\n" msgstr "" @@ -3245,7 +3245,7 @@ msgstr "" msgid "make timestamp conflicts only a warning" msgstr "" -#: g10/gpgv.c:86 sm/gpgsm.c:411 tools/gpgconf.c:116 tools/gpg-card.c:94 +#: g10/gpgv.c:86 sm/gpgsm.c:414 tools/gpgconf.c:116 tools/gpg-card.c:95 msgid "|FD|write status info to this FD" msgstr "" @@ -3328,268 +3328,268 @@ msgstr "" msgid "repair keys on import" msgstr "" -#: g10/import.c:387 g10/import.c:709 +#: g10/import.c:399 g10/import.c:721 #, c-format msgid "skipping block of type %d\n" msgstr "" -#: g10/import.c:726 +#: g10/import.c:738 #, c-format msgid "%lu keys processed so far\n" msgstr "" -#: g10/import.c:819 +#: g10/import.c:831 #, c-format msgid "Total number processed: %lu\n" msgstr "" -#: g10/import.c:822 +#: g10/import.c:834 #, c-format msgid " skipped PGP-2 keys: %lu\n" msgstr "" -#: g10/import.c:824 +#: g10/import.c:836 #, c-format msgid " skipped new keys: %lu\n" msgstr "" -#: g10/import.c:827 +#: g10/import.c:839 #, c-format msgid " w/o user IDs: %lu\n" msgstr "" -#: g10/import.c:830 sm/import.c:129 +#: g10/import.c:842 sm/import.c:129 #, c-format msgid " imported: %lu" msgstr "" -#: g10/import.c:834 sm/import.c:133 +#: g10/import.c:846 sm/import.c:133 #, c-format msgid " unchanged: %lu\n" msgstr "" -#: g10/import.c:836 +#: g10/import.c:848 #, c-format msgid " new user IDs: %lu\n" msgstr "" -#: g10/import.c:838 +#: g10/import.c:850 #, c-format msgid " new subkeys: %lu\n" msgstr "" -#: g10/import.c:840 +#: g10/import.c:852 #, c-format msgid " new signatures: %lu\n" msgstr "" -#: g10/import.c:842 +#: g10/import.c:854 #, c-format msgid " new key revocations: %lu\n" msgstr "" -#: g10/import.c:844 sm/import.c:135 +#: g10/import.c:856 sm/import.c:135 #, c-format msgid " secret keys read: %lu\n" msgstr "" -#: g10/import.c:846 sm/import.c:137 +#: g10/import.c:858 sm/import.c:137 #, c-format msgid " secret keys imported: %lu\n" msgstr "" -#: g10/import.c:848 sm/import.c:139 +#: g10/import.c:860 sm/import.c:139 #, c-format msgid " secret keys unchanged: %lu\n" msgstr "" -#: g10/import.c:850 sm/import.c:141 +#: g10/import.c:862 sm/import.c:141 #, c-format msgid " not imported: %lu\n" msgstr "" -#: g10/import.c:852 +#: g10/import.c:864 #, c-format msgid " signatures cleaned: %lu\n" msgstr "" -#: g10/import.c:854 +#: g10/import.c:866 #, c-format msgid " user IDs cleaned: %lu\n" msgstr "" -#: g10/import.c:1279 +#: g10/import.c:1291 #, c-format msgid "" "WARNING: key %s contains preferences for unavailable\n" "algorithms on these user IDs:\n" msgstr "" -#: g10/import.c:1321 +#: g10/import.c:1333 #, c-format msgid " \"%s\": preference for cipher algorithm %s\n" msgstr "" -#: g10/import.c:1339 +#: g10/import.c:1351 #, c-format msgid " \"%s\": preference for AEAD algorithm %s\n" msgstr "" -#: g10/import.c:1354 +#: g10/import.c:1366 #, c-format msgid " \"%s\": preference for digest algorithm %s\n" msgstr "" -#: g10/import.c:1366 +#: g10/import.c:1378 #, c-format msgid " \"%s\": preference for compression algorithm %s\n" msgstr "" -#: g10/import.c:1379 +#: g10/import.c:1391 #, c-format msgid "it is strongly suggested that you update your preferences and\n" msgstr "" -#: g10/import.c:1381 +#: g10/import.c:1393 #, c-format msgid "re-distribute this key to avoid potential algorithm mismatch problems\n" msgstr "" -#: g10/import.c:1406 +#: g10/import.c:1418 #, c-format msgid "you can update your preferences with: gpg --edit-key %s updpref save\n" msgstr "" -#: g10/import.c:1920 g10/import.c:3041 +#: g10/import.c:1932 g10/import.c:3053 #, c-format msgid "key %s: no user ID\n" msgstr "" -#: g10/import.c:1926 +#: g10/import.c:1938 #, c-format msgid "key %s: %s\n" msgstr "" -#: g10/import.c:1927 g10/import.c:3013 +#: g10/import.c:1939 g10/import.c:3025 msgid "rejected by import screener" msgstr "" -#: g10/import.c:1976 +#: g10/import.c:1988 #, c-format msgid "key %s: PKS subkey corruption repaired\n" msgstr "" -#: g10/import.c:1997 +#: g10/import.c:2009 #, c-format msgid "key %s: accepted non self-signed user ID \"%s\"\n" msgstr "" -#: g10/import.c:2008 g10/import.c:2039 +#: g10/import.c:2020 g10/import.c:2051 #, c-format msgid "key %s: no valid user IDs\n" msgstr "" -#: g10/import.c:2010 +#: g10/import.c:2022 #, c-format msgid "this may be caused by a missing self-signature\n" msgstr "" -#: g10/import.c:2089 g10/import.c:3427 +#: g10/import.c:2101 g10/import.c:3439 #, c-format msgid "key %s: public key not found: %s\n" msgstr "" -#: g10/import.c:2095 +#: g10/import.c:2107 #, c-format msgid "key %s: new key - skipped\n" msgstr "" -#: g10/import.c:2107 +#: g10/import.c:2119 #, c-format msgid "no writable keyring found: %s\n" msgstr "" -#: g10/import.c:2139 g10/import.c:2241 g10/import.c:3502 +#: g10/import.c:2151 g10/import.c:2253 g10/import.c:3514 #, c-format msgid "error writing keyring '%s': %s\n" msgstr "" -#: g10/import.c:2162 +#: g10/import.c:2174 #, c-format msgid "key %s: public key \"%s\" imported\n" msgstr "" -#: g10/import.c:2189 +#: g10/import.c:2201 #, c-format msgid "key %s: doesn't match our copy\n" msgstr "" -#: g10/import.c:2257 +#: g10/import.c:2269 #, c-format msgid "key %s: \"%s\" 1 new user ID\n" msgstr "" -#: g10/import.c:2260 +#: g10/import.c:2272 #, c-format msgid "key %s: \"%s\" %d new user IDs\n" msgstr "" -#: g10/import.c:2263 +#: g10/import.c:2275 #, c-format msgid "key %s: \"%s\" 1 new signature\n" msgstr "" -#: g10/import.c:2266 +#: g10/import.c:2278 #, c-format msgid "key %s: \"%s\" %d new signatures\n" msgstr "" -#: g10/import.c:2269 +#: g10/import.c:2281 #, c-format msgid "key %s: \"%s\" 1 new subkey\n" msgstr "" -#: g10/import.c:2272 +#: g10/import.c:2284 #, c-format msgid "key %s: \"%s\" %d new subkeys\n" msgstr "" -#: g10/import.c:2275 +#: g10/import.c:2287 #, c-format msgid "key %s: \"%s\" %d signature cleaned\n" msgstr "" -#: g10/import.c:2278 +#: g10/import.c:2290 #, c-format msgid "key %s: \"%s\" %d signatures cleaned\n" msgstr "" -#: g10/import.c:2281 +#: g10/import.c:2293 #, c-format msgid "key %s: \"%s\" %d user ID cleaned\n" msgstr "" -#: g10/import.c:2284 +#: g10/import.c:2296 #, c-format msgid "key %s: \"%s\" %d user IDs cleaned\n" msgstr "" -#: g10/import.c:2320 +#: g10/import.c:2332 #, c-format msgid "key %s: \"%s\" not changed\n" msgstr "" -#: g10/import.c:2680 g10/import.c:2875 +#: g10/import.c:2692 g10/import.c:2887 #, c-format msgid "key %s: secret key imported\n" msgstr "" -#: g10/import.c:2688 +#: g10/import.c:2700 #, c-format msgid "key %s: secret key already exists\n" msgstr "" -#: g10/import.c:2696 +#: g10/import.c:2708 #, c-format msgid "key %s: error sending to agent: %s\n" msgstr "" @@ -3602,197 +3602,197 @@ msgstr "" #. * Instead, user should be suggested to run 'gpg --card-status', #. * then, references to a card will be automatically created #. * again. -#: g10/import.c:2865 +#: g10/import.c:2877 #, c-format msgid "To migrate '%s', with each smartcard, run: %s\n" msgstr "" -#: g10/import.c:3012 +#: g10/import.c:3024 #, c-format msgid "secret key %s: %s\n" msgstr "" -#: g10/import.c:3033 g10/import.c:3072 +#: g10/import.c:3045 g10/import.c:3084 #, c-format msgid "importing secret keys not allowed\n" msgstr "" -#: g10/import.c:3060 +#: g10/import.c:3072 #, c-format msgid "key %s: secret key with invalid cipher %d - skipped\n" msgstr "" -#: g10/import.c:3222 g10/pkclist.c:75 g10/revoke.c:774 +#: g10/import.c:3234 g10/pkclist.c:75 g10/revoke.c:774 msgid "No reason specified" msgstr "" -#: g10/import.c:3223 g10/pkclist.c:77 g10/revoke.c:776 +#: g10/import.c:3235 g10/pkclist.c:77 g10/revoke.c:776 msgid "Key is superseded" msgstr "" -#: g10/import.c:3224 g10/pkclist.c:79 g10/revoke.c:775 +#: g10/import.c:3236 g10/pkclist.c:79 g10/revoke.c:775 msgid "Key has been compromised" msgstr "" -#: g10/import.c:3225 g10/pkclist.c:81 g10/revoke.c:777 +#: g10/import.c:3237 g10/pkclist.c:81 g10/revoke.c:777 msgid "Key is no longer used" msgstr "" -#: g10/import.c:3226 g10/pkclist.c:83 g10/revoke.c:778 +#: g10/import.c:3238 g10/pkclist.c:83 g10/revoke.c:778 msgid "User ID is no longer valid" msgstr "" -#: g10/import.c:3351 g10/keylist.c:1105 g10/pkclist.c:87 +#: g10/import.c:3363 g10/keylist.c:1105 g10/pkclist.c:87 #, c-format msgid "reason for revocation: " msgstr "" -#: g10/import.c:3370 g10/keylist.c:1124 g10/pkclist.c:103 +#: g10/import.c:3382 g10/keylist.c:1124 g10/pkclist.c:103 #, c-format msgid "revocation comment: " msgstr "" -#: g10/import.c:3420 +#: g10/import.c:3432 #, c-format msgid "key %s: no public key - can't apply revocation certificate\n" msgstr "" -#: g10/import.c:3449 +#: g10/import.c:3461 #, c-format msgid "key %s: can't locate original keyblock: %s\n" msgstr "" -#: g10/import.c:3456 +#: g10/import.c:3468 #, c-format msgid "key %s: can't read original keyblock: %s\n" msgstr "" -#: g10/import.c:3476 +#: g10/import.c:3488 #, c-format msgid "key %s: invalid revocation certificate: %s - rejected\n" msgstr "" -#: g10/import.c:3511 +#: g10/import.c:3523 #, c-format msgid "key %s: \"%s\" revocation certificate imported\n" msgstr "" -#: g10/import.c:3597 +#: g10/import.c:3609 #, c-format msgid "key %s: no user ID for signature\n" msgstr "" -#: g10/import.c:3614 +#: g10/import.c:3626 #, c-format msgid "key %s: unsupported public key algorithm on user ID \"%s\"\n" msgstr "" -#: g10/import.c:3616 +#: g10/import.c:3628 #, c-format msgid "key %s: invalid self-signature on user ID \"%s\"\n" msgstr "" -#: g10/import.c:3633 g10/import.c:3661 g10/import.c:3717 +#: g10/import.c:3645 g10/import.c:3673 g10/import.c:3729 #, c-format msgid "key %s: unsupported public key algorithm\n" msgstr "" -#: g10/import.c:3634 +#: g10/import.c:3646 #, c-format msgid "key %s: invalid direct key signature\n" msgstr "" -#: g10/import.c:3648 +#: g10/import.c:3660 #, c-format msgid "key %s: no subkey for key binding\n" msgstr "" -#: g10/import.c:3663 +#: g10/import.c:3675 #, c-format msgid "key %s: invalid subkey binding\n" msgstr "" -#: g10/import.c:3682 +#: g10/import.c:3694 #, c-format msgid "key %s: removed multiple subkey binding\n" msgstr "" -#: g10/import.c:3706 +#: g10/import.c:3718 #, c-format msgid "key %s: no subkey for key revocation\n" msgstr "" -#: g10/import.c:3719 +#: g10/import.c:3731 #, c-format msgid "key %s: invalid subkey revocation\n" msgstr "" -#: g10/import.c:3734 +#: g10/import.c:3746 #, c-format msgid "key %s: removed multiple subkey revocation\n" msgstr "" -#: g10/import.c:3778 +#: g10/import.c:3790 #, c-format msgid "key %s: skipped user ID \"%s\"\n" msgstr "" -#: g10/import.c:3805 +#: g10/import.c:3817 #, c-format msgid "key %s: skipped subkey\n" msgstr "" -#: g10/import.c:3837 +#: g10/import.c:3849 #, c-format msgid "key %s: non exportable signature (class 0x%02X) - skipped\n" msgstr "" -#: g10/import.c:3848 +#: g10/import.c:3860 #, c-format msgid "key %s: revocation certificate at wrong place - skipped\n" msgstr "" -#: g10/import.c:3866 +#: g10/import.c:3878 #, c-format msgid "key %s: invalid revocation certificate: %s - skipped\n" msgstr "" -#: g10/import.c:3880 +#: g10/import.c:3892 #, c-format msgid "key %s: subkey signature in wrong place - skipped\n" msgstr "" -#: g10/import.c:3888 +#: g10/import.c:3900 #, c-format msgid "key %s: unexpected signature class (0x%02X) - skipped\n" msgstr "" -#: g10/import.c:4061 +#: g10/import.c:4073 #, c-format msgid "key %s: duplicated user ID detected - merged\n" msgstr "" -#: g10/import.c:4168 +#: g10/import.c:4180 #, c-format msgid "key %s: duplicated subkeys detected - merged\n" msgstr "" -#: g10/import.c:4233 +#: g10/import.c:4245 #, c-format msgid "WARNING: key %s may be revoked: fetching revocation key %s\n" msgstr "" -#: g10/import.c:4249 +#: g10/import.c:4261 #, c-format msgid "WARNING: key %s may be revoked: revocation key %s not present.\n" msgstr "" -#: g10/import.c:4315 +#: g10/import.c:4327 #, c-format msgid "key %s: \"%s\" revocation certificate added\n" msgstr "" -#: g10/import.c:4353 +#: g10/import.c:4365 #, c-format msgid "key %s: direct key signature added\n" msgstr "" @@ -4582,12 +4582,12 @@ msgid "" msgstr "" #: g10/keyedit.c:4016 g10/keyedit.c:4447 g10/keyserver.c:535 -#: g10/mainproc.c:2277 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 +#: g10/mainproc.c:2280 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 msgid "revoked" msgstr "" #: g10/keyedit.c:4018 g10/keyedit.c:4449 g10/keyserver.c:539 -#: g10/mainproc.c:2279 g10/tofu.c:1792 g10/trust.c:124 +#: g10/mainproc.c:2282 g10/tofu.c:1792 g10/trust.c:124 msgid "expired" msgstr "" @@ -5098,7 +5098,7 @@ msgstr "" msgid "Enter the keygrip: " msgstr "" -#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2279 +#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2280 #, c-format msgid "Not a valid keygrip (expecting 40 hex digits)\n" msgstr "" @@ -5107,13 +5107,13 @@ msgstr "" msgid "No key with this keygrip\n" msgstr "" -#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3437 g10/keygen.c:3448 +#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3440 g10/keygen.c:3451 #: sm/certreqgen-ui.c:231 sm/certreqgen-ui.c:240 #, c-format msgid "error reading the card: %s\n" msgstr "" -#: g10/keygen.c:2292 g10/keygen.c:3441 sm/certreqgen-ui.c:234 +#: g10/keygen.c:2292 g10/keygen.c:3444 sm/certreqgen-ui.c:234 #, c-format msgid "Serial number of the card: %s\n" msgstr "" @@ -5325,13 +5325,18 @@ msgid "" "generator a better chance to gain enough entropy.\n" msgstr "" -#: g10/keygen.c:4570 g10/keygen.c:4643 g10/keygen.c:4661 g10/keygen.c:4690 -#: g10/keygen.c:5066 g10/keygen.c:5612 g10/keygen.c:5923 g10/keygen.c:6030 +#: g10/keygen.c:3591 +#, c-format +msgid "WARNING: v4 is specified, but overridden by v5.\n" +msgstr "" + +#: g10/keygen.c:4590 g10/keygen.c:4663 g10/keygen.c:4681 g10/keygen.c:4710 +#: g10/keygen.c:5086 g10/keygen.c:5632 g10/keygen.c:5943 g10/keygen.c:6050 #, c-format msgid "Key generation failed: %s\n" msgstr "" -#: g10/keygen.c:4579 +#: g10/keygen.c:4599 #, c-format msgid "" "About to create a key for:\n" @@ -5339,97 +5344,97 @@ msgid "" "\n" msgstr "" -#: g10/keygen.c:4581 +#: g10/keygen.c:4601 msgid "Continue? (Y/n) " msgstr "" -#: g10/keygen.c:4602 +#: g10/keygen.c:4622 #, c-format msgid "A key for \"%s\" already exists\n" msgstr "" -#: g10/keygen.c:4607 +#: g10/keygen.c:4627 msgid "Create anyway? (y/N) " msgstr "" -#: g10/keygen.c:4613 +#: g10/keygen.c:4633 #, c-format msgid "creating anyway\n" msgstr "" -#: g10/keygen.c:5049 +#: g10/keygen.c:5069 #, c-format msgid "Note: Use \"%s %s\" for a full featured key generation dialog.\n" msgstr "" -#: g10/keygen.c:5098 +#: g10/keygen.c:5118 #, c-format msgid "Key generation canceled.\n" msgstr "" -#: g10/keygen.c:5158 +#: g10/keygen.c:5178 #, c-format msgid "can't create backup file '%s': %s\n" msgstr "" -#: g10/keygen.c:5178 +#: g10/keygen.c:5198 #, c-format msgid "Note: backup of card key saved to '%s'\n" msgstr "" -#: g10/keygen.c:5339 g10/keygen.c:5541 +#: g10/keygen.c:5359 g10/keygen.c:5561 #, c-format msgid "writing public key to '%s'\n" msgstr "" -#: g10/keygen.c:5535 +#: g10/keygen.c:5555 #, c-format msgid "no writable public keyring found: %s\n" msgstr "" -#: g10/keygen.c:5549 +#: g10/keygen.c:5569 #, c-format msgid "error writing public keyring '%s': %s\n" msgstr "" -#: g10/keygen.c:5583 +#: g10/keygen.c:5603 msgid "public and secret key created and signed.\n" msgstr "" -#: g10/keygen.c:5599 +#: g10/keygen.c:5619 msgid "" "Note that this key cannot be used for encryption. You may want to use\n" "the command \"--edit-key\" to generate a subkey for this purpose.\n" msgstr "" -#: g10/keygen.c:5781 g10/keygen.c:5980 +#: g10/keygen.c:5801 g10/keygen.c:6000 #, c-format msgid "" "key has been created %lu second in future (time warp or clock problem)\n" msgstr "" -#: g10/keygen.c:5783 g10/keygen.c:5982 +#: g10/keygen.c:5803 g10/keygen.c:6002 #, c-format msgid "" "key has been created %lu seconds in future (time warp or clock problem)\n" msgstr "" -#: g10/keygen.c:5794 g10/keygen.c:5993 +#: g10/keygen.c:5814 g10/keygen.c:6013 #, c-format msgid "Note: creating subkeys for v3 keys is not OpenPGP compliant\n" msgstr "" -#: g10/keygen.c:5806 g10/keygen.c:5808 +#: g10/keygen.c:5826 g10/keygen.c:5828 #, c-format msgid "Secret parts of primary key are not available.\n" msgstr "" -#: g10/keygen.c:5815 g10/keygen.c:5817 +#: g10/keygen.c:5835 g10/keygen.c:5837 #, c-format msgid "Secret parts of primary key are stored on-card.\n" msgstr "" -#: g10/keygen.c:5837 g10/keygen.c:6007 +#: g10/keygen.c:5857 g10/keygen.c:6027 msgid "Really create? (y/N) " msgstr "" @@ -5581,59 +5586,59 @@ msgstr "" msgid "\"%s\" not a key ID: skipping\n" msgstr "" -#: g10/keyserver.c:1418 g10/keyserver.c:1451 +#: g10/keyserver.c:1420 g10/keyserver.c:1453 #, c-format msgid "refreshing %d key from %s\n" msgid_plural "refreshing %d keys from %s\n" msgstr[0] "" msgstr[1] "" -#: g10/keyserver.c:1425 +#: g10/keyserver.c:1427 #, c-format msgid "WARNING: unable to refresh key %s via %s: %s\n" msgstr "" -#: g10/keyserver.c:1529 +#: g10/keyserver.c:1531 #, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1534 #, c-format msgid "key not found on keyserver\n" msgstr "" -#: g10/keyserver.c:1720 +#: g10/keyserver.c:1722 #, c-format msgid "requesting key %s from %s server %s\n" msgstr "" -#: g10/keyserver.c:1724 +#: g10/keyserver.c:1726 #, c-format msgid "requesting key %s from %s\n" msgstr "" -#: g10/keyserver.c:1829 g10/keyserver.c:2008 +#: g10/keyserver.c:1841 g10/keyserver.c:2020 #, c-format msgid "no keyserver known\n" msgstr "" -#: g10/keyserver.c:1844 g10/skclist.c:213 g10/skclist.c:241 +#: g10/keyserver.c:1856 g10/skclist.c:213 g10/skclist.c:241 #, c-format msgid "skipped \"%s\": %s\n" msgstr "" -#: g10/keyserver.c:1848 +#: g10/keyserver.c:1860 #, c-format msgid "sending key %s to %s\n" msgstr "" -#: g10/keyserver.c:1889 +#: g10/keyserver.c:1901 #, c-format msgid "requesting key from '%s'\n" msgstr "" -#: g10/keyserver.c:1905 +#: g10/keyserver.c:1917 #, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "" @@ -5820,83 +5825,83 @@ msgstr "" msgid "Key available at: " msgstr "" -#: g10/mainproc.c:2033 +#: g10/mainproc.c:2034 #, c-format msgid "Note: Use '%s' to make use of this info\n" msgstr "" -#: g10/mainproc.c:2231 +#: g10/mainproc.c:2234 msgid "[uncertain]" msgstr "" -#: g10/mainproc.c:2269 +#: g10/mainproc.c:2272 #, c-format msgid " aka \"%s\"" msgstr "" -#: g10/mainproc.c:2344 +#: g10/mainproc.c:2347 #, c-format msgid "WARNING: This key is not suitable for signing in %s mode\n" msgstr "" -#: g10/mainproc.c:2360 +#: g10/mainproc.c:2363 #, c-format msgid "Signature expired %s\n" msgstr "" -#: g10/mainproc.c:2365 +#: g10/mainproc.c:2368 #, c-format msgid "Signature expires %s\n" msgstr "" -#: g10/mainproc.c:2376 +#: g10/mainproc.c:2379 #, c-format msgid "%s signature, digest algorithm %s%s%s\n" msgstr "" -#: g10/mainproc.c:2377 +#: g10/mainproc.c:2380 msgid "binary" msgstr "" -#: g10/mainproc.c:2378 +#: g10/mainproc.c:2381 msgid "textmode" msgstr "" -#: g10/mainproc.c:2378 g10/trust.c:123 dirmngr/ocsp.c:792 +#: g10/mainproc.c:2381 g10/trust.c:123 dirmngr/ocsp.c:792 msgid "unknown" msgstr "" -#: g10/mainproc.c:2380 +#: g10/mainproc.c:2383 msgid ", key algorithm " msgstr "" -#: g10/mainproc.c:2415 +#: g10/mainproc.c:2418 #, c-format msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n" msgstr "" -#: g10/mainproc.c:2454 +#: g10/mainproc.c:2457 #, c-format msgid "Can't check signature: %s\n" msgstr "" -#: g10/mainproc.c:2550 g10/mainproc.c:2569 g10/mainproc.c:2693 +#: g10/mainproc.c:2553 g10/mainproc.c:2572 g10/mainproc.c:2696 #, c-format msgid "not a detached signature\n" msgstr "" -#: g10/mainproc.c:2603 +#: g10/mainproc.c:2606 #, c-format msgid "" "WARNING: multiple signatures detected. Only the first will be checked.\n" msgstr "" -#: g10/mainproc.c:2612 +#: g10/mainproc.c:2615 #, c-format msgid "standalone signature of class 0x%02x\n" msgstr "" -#: g10/mainproc.c:2697 +#: g10/mainproc.c:2700 #, c-format msgid "old style (PGP 2.x) signature\n" msgstr "" @@ -7663,7 +7668,7 @@ msgstr "" #. TRANSLATORS: Put a \x1f right before a colon. This can be #. * used by pinentry to nicely align the names and values. Keep #. * the %s at the start and end of the string. -#: scd/app-piv.c:1770 scd/app-p15.c:4741 scd/app-nks.c:1475 +#: scd/app-piv.c:1770 scd/app-p15.c:4937 scd/app-nks.c:1530 #: scd/app-openpgp.c:2386 #, c-format msgid "%sNumber: %s%%0AHolder: %s%s" @@ -7671,7 +7676,7 @@ msgstr "" #. TRANSLATORS: This is the number of remaining attempts to #. * enter a PIN. Use %%0A (double-percent,0A) for a linefeed. -#: scd/app-piv.c:1787 scd/app-p15.c:4760 scd/app-nks.c:1494 +#: scd/app-piv.c:1787 scd/app-p15.c:4956 scd/app-nks.c:1549 #: scd/app-openpgp.c:2402 #, c-format msgid "Remaining attempts: %d" @@ -7701,7 +7706,7 @@ msgstr "" msgid "||Please enter the Unblocking Key of your PIV card" msgstr "" -#: scd/app-piv.c:1888 scd/app-nks.c:1605 scd/app-openpgp.c:2669 +#: scd/app-piv.c:1888 scd/app-nks.c:1660 scd/app-openpgp.c:2669 #: scd/app-openpgp.c:2693 scd/app-openpgp.c:2871 scd/app-openpgp.c:2893 #: scd/app-openpgp.c:3074 scd/app-openpgp.c:3361 scd/app-openpgp.c:3408 #: scd/app-openpgp.c:3545 scd/app-dinsig.c:302 @@ -7786,68 +7791,68 @@ msgstr[1] "" msgid "response does not contain the public key data\n" msgstr "" -#: scd/app-p15.c:4839 scd/app-nks.c:1983 +#: scd/app-p15.c:5035 scd/app-nks.c:2038 msgid "||Please enter the PIN for the key to create qualified signatures." msgstr "" #. TRANSLATORS: Do not translate the "|A|" prefix but keep it at #. the start of the string. Use %0A (single percent) for a linefeed. -#: scd/app-p15.c:4842 scd/app-openpgp.c:2818 +#: scd/app-p15.c:5038 scd/app-openpgp.c:2818 msgid "|A|Please enter the Admin PIN" msgstr "" -#: scd/app-p15.c:4844 scd/app-nks.c:1973 +#: scd/app-p15.c:5040 scd/app-nks.c:2028 msgid "|P|Please enter the PIN Unblocking Code (PUK) for the standard keys." msgstr "" -#: scd/app-p15.c:4847 scd/app-nks.c:1964 +#: scd/app-p15.c:5043 scd/app-nks.c:2019 msgid "||Please enter the PIN for the standard keys." msgstr "" -#: scd/app-nks.c:1413 scd/app-openpgp.c:4321 +#: scd/app-nks.c:1468 scd/app-openpgp.c:4321 #, c-format msgid "RSA modulus missing or not of size %d bits\n" msgstr "" -#: scd/app-nks.c:1421 scd/app-openpgp.c:4333 +#: scd/app-nks.c:1476 scd/app-openpgp.c:4333 #, c-format msgid "RSA public exponent missing or larger than %d bits\n" msgstr "" -#: scd/app-nks.c:1594 +#: scd/app-nks.c:1649 msgid "Note: PIN has not yet been enabled." msgstr "" -#: scd/app-nks.c:1641 +#: scd/app-nks.c:1696 #, c-format msgid "the NullPIN has not yet been changed\n" msgstr "" -#: scd/app-nks.c:1963 +#: scd/app-nks.c:2018 msgid "|N|Please enter a new PIN for the standard keys." msgstr "" -#: scd/app-nks.c:1971 +#: scd/app-nks.c:2026 msgid "|NP|Please enter a new PIN Unblocking Code (PUK) for the standard keys." msgstr "" -#: scd/app-nks.c:1981 +#: scd/app-nks.c:2036 msgid "|N|Please enter a new PIN for the key to create qualified signatures." msgstr "" -#: scd/app-nks.c:1991 +#: scd/app-nks.c:2046 msgid "" "|NP|Please enter a new PIN Unblocking Code (PUK) for the key to create " "qualified signatures." msgstr "" -#: scd/app-nks.c:1993 +#: scd/app-nks.c:2048 msgid "" "|P|Please enter the PIN Unblocking Code (PUK) for the key to create " "qualified signatures." msgstr "" -#: scd/app-nks.c:2166 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 +#: scd/app-nks.c:2221 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 #, c-format msgid "error getting new PIN: %s\n" msgstr "" @@ -8026,75 +8031,75 @@ msgstr "" msgid "|N|Initial New PIN" msgstr "" -#: scd/scdaemon.c:118 +#: scd/scdaemon.c:119 msgid "run in multi server mode (foreground)" msgstr "" -#: scd/scdaemon.c:135 sm/gpgsm.c:271 dirmngr/dirmngr.c:197 +#: scd/scdaemon.c:136 sm/gpgsm.c:274 dirmngr/dirmngr.c:198 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "" -#: scd/scdaemon.c:141 +#: scd/scdaemon.c:142 msgid "|FILE|write a log to FILE" msgstr "" -#: scd/scdaemon.c:148 +#: scd/scdaemon.c:149 msgid "|N|connect to reader at port N" msgstr "" -#: scd/scdaemon.c:150 +#: scd/scdaemon.c:151 msgid "|NAME|use NAME as ct-API driver" msgstr "" -#: scd/scdaemon.c:152 +#: scd/scdaemon.c:153 msgid "|NAME|use NAME as PC/SC driver" msgstr "" -#: scd/scdaemon.c:156 +#: scd/scdaemon.c:157 msgid "do not use the internal CCID driver" msgstr "" -#: scd/scdaemon.c:162 +#: scd/scdaemon.c:163 msgid "|N|disconnect the card after N seconds of inactivity" msgstr "" -#: scd/scdaemon.c:165 +#: scd/scdaemon.c:166 msgid "do not use a reader's pinpad" msgstr "" -#: scd/scdaemon.c:168 +#: scd/scdaemon.c:169 msgid "use variable length input for pinpad" msgstr "" -#: scd/scdaemon.c:171 +#: scd/scdaemon.c:172 msgid "|LIST|change the application priority to LIST" msgstr "" -#: scd/scdaemon.c:179 +#: scd/scdaemon.c:180 msgid "deny the use of admin card commands" msgstr "" -#: scd/scdaemon.c:324 +#: scd/scdaemon.c:325 msgid "Usage: @SCDAEMON@ [options] (-h for help)" msgstr "" -#: scd/scdaemon.c:326 +#: scd/scdaemon.c:327 msgid "" "Syntax: scdaemon [options] [command [args]]\n" "Smartcard daemon for @GNUPG@\n" msgstr "" -#: scd/scdaemon.c:807 +#: scd/scdaemon.c:819 #, c-format msgid "please use the option '--daemon' to run the program in the background\n" msgstr "" -#: scd/scdaemon.c:1183 dirmngr/dirmngr.c:2077 +#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2104 #, c-format msgid "handler for fd %d started\n" msgstr "" -#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2085 +#: scd/scdaemon.c:1207 dirmngr/dirmngr.c:2112 #, c-format msgid "handler for fd %d terminated\n" msgstr "" @@ -8369,7 +8374,7 @@ msgid "a %u bit hash is not valid for a %u bit %s key\n" msgstr "" #: sm/certcheck.c:239 sm/certcheck.c:263 dirmngr/crlcache.c:1542 -#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1363 dirmngr/validate.c:903 +#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1372 dirmngr/validate.c:903 #: dirmngr/validate.c:927 #, c-format msgid "out of core\n" @@ -8706,179 +8711,179 @@ msgstr "" msgid "no valid recipients given\n" msgstr "" -#: sm/gpgsm.c:224 +#: sm/gpgsm.c:226 msgid "list external keys" msgstr "" -#: sm/gpgsm.c:226 +#: sm/gpgsm.c:228 msgid "list certificate chain" msgstr "" -#: sm/gpgsm.c:234 +#: sm/gpgsm.c:236 msgid "import certificates" msgstr "" -#: sm/gpgsm.c:235 +#: sm/gpgsm.c:237 msgid "export certificates" msgstr "" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:245 msgid "register a smartcard" msgstr "" -#: sm/gpgsm.c:246 +#: sm/gpgsm.c:248 msgid "pass a command to the dirmngr" msgstr "" -#: sm/gpgsm.c:248 +#: sm/gpgsm.c:250 msgid "invoke gpg-protect-tool" msgstr "" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:270 msgid "don't use the terminal at all" msgstr "" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "|N|number of certificates to include" msgstr "" -#: sm/gpgsm.c:296 +#: sm/gpgsm.c:299 msgid "|FILE|take policy information from FILE" msgstr "" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "assume input is in PEM format" msgstr "" -#: sm/gpgsm.c:312 +#: sm/gpgsm.c:315 msgid "assume input is in base-64 format" msgstr "" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "assume input is in binary format" msgstr "" -#: sm/gpgsm.c:323 +#: sm/gpgsm.c:326 msgid "create base-64 encoded output" msgstr "" -#: sm/gpgsm.c:335 +#: sm/gpgsm.c:338 msgid "|USER-ID|use USER-ID as default secret key" msgstr "" -#: sm/gpgsm.c:346 +#: sm/gpgsm.c:349 msgid "|FILE|add keyring to the list of keyrings" msgstr "" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 msgid "|SPEC|use this keyserver to lookup keys" msgstr "" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "fetch missing issuer certificates" msgstr "" -#: sm/gpgsm.c:361 +#: sm/gpgsm.c:364 msgid "|NAME|use encoding NAME for PKCS#12 passphrases" msgstr "" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 msgid "never consult a CRL" msgstr "" -#: sm/gpgsm.c:386 +#: sm/gpgsm.c:389 msgid "do not check CRLs for root certificates" msgstr "" -#: sm/gpgsm.c:390 +#: sm/gpgsm.c:393 msgid "check validity using OCSP" msgstr "" -#: sm/gpgsm.c:392 +#: sm/gpgsm.c:395 msgid "do not check certificate policies" msgstr "" -#: sm/gpgsm.c:395 +#: sm/gpgsm.c:398 msgid "|NAME|use cipher algorithm NAME" msgstr "" -#: sm/gpgsm.c:397 +#: sm/gpgsm.c:400 msgid "|NAME|use message digest algorithm NAME" msgstr "" -#: sm/gpgsm.c:407 +#: sm/gpgsm.c:410 msgid "batch mode: never ask" msgstr "" -#: sm/gpgsm.c:409 +#: sm/gpgsm.c:412 msgid "assume yes on most questions" msgstr "" -#: sm/gpgsm.c:410 +#: sm/gpgsm.c:413 msgid "assume no on most questions" msgstr "" -#: sm/gpgsm.c:427 +#: sm/gpgsm.c:430 msgid "|FILE|write an audit log to FILE" msgstr "" -#: sm/gpgsm.c:612 +#: sm/gpgsm.c:615 msgid "Usage: @GPGSM@ [options] [files] (-h for help)" msgstr "" -#: sm/gpgsm.c:615 +#: sm/gpgsm.c:618 msgid "" "Syntax: @GPGSM@ [options] [files]\n" "Sign, check, encrypt or decrypt using the S/MIME protocol\n" "Default operation depends on the input data\n" msgstr "" -#: sm/gpgsm.c:823 +#: sm/gpgsm.c:826 #, c-format msgid "Note: won't be able to encrypt to '%s': %s\n" msgstr "" -#: sm/gpgsm.c:834 +#: sm/gpgsm.c:837 #, c-format msgid "unknown validation model '%s'\n" msgstr "" -#: sm/gpgsm.c:893 dirmngr/ldapserver.c:89 +#: sm/gpgsm.c:896 dirmngr/ldapserver.c:89 #, c-format msgid "%s:%u: no hostname given\n" msgstr "" -#: sm/gpgsm.c:912 dirmngr/ldapserver.c:108 +#: sm/gpgsm.c:915 dirmngr/ldapserver.c:108 #, c-format msgid "%s:%u: password given without user\n" msgstr "" -#: sm/gpgsm.c:943 dirmngr/ldapserver.c:139 +#: sm/gpgsm.c:946 dirmngr/ldapserver.c:139 #, c-format msgid "%s:%u: ignoring unknown flag '%s'\n" msgstr "" -#: sm/gpgsm.c:959 dirmngr/ldapserver.c:155 +#: sm/gpgsm.c:962 dirmngr/ldapserver.c:155 #, c-format msgid "%s:%u: skipping this line\n" msgstr "" -#: sm/gpgsm.c:1545 +#: sm/gpgsm.c:1550 #, c-format msgid "could not parse keyserver\n" msgstr "" -#: sm/gpgsm.c:1825 +#: sm/gpgsm.c:1858 #, c-format msgid "importing common certificates '%s'\n" msgstr "" -#: sm/gpgsm.c:1871 +#: sm/gpgsm.c:1904 #, c-format msgid "can't sign using '%s': %s\n" msgstr "" -#: sm/gpgsm.c:2231 +#: sm/gpgsm.c:2273 #, c-format msgid "invalid command (there is no implicit command)\n" msgstr "" @@ -9809,224 +9814,224 @@ msgstr "" msgid "looking up '%s'\n" msgstr "" -#: dirmngr/dirmngr.c:174 +#: dirmngr/dirmngr.c:175 msgid "list the contents of the CRL cache" msgstr "" -#: dirmngr/dirmngr.c:175 +#: dirmngr/dirmngr.c:176 msgid "|FILE|load CRL from FILE into cache" msgstr "" -#: dirmngr/dirmngr.c:176 +#: dirmngr/dirmngr.c:177 msgid "|URL|fetch a CRL from URL" msgstr "" -#: dirmngr/dirmngr.c:177 +#: dirmngr/dirmngr.c:178 msgid "shutdown the dirmngr" msgstr "" -#: dirmngr/dirmngr.c:178 +#: dirmngr/dirmngr.c:179 msgid "flush the cache" msgstr "" -#: dirmngr/dirmngr.c:211 +#: dirmngr/dirmngr.c:212 msgid "allow online software version check" msgstr "" -#: dirmngr/dirmngr.c:214 +#: dirmngr/dirmngr.c:215 msgid "|N|do not return more than N items in one query" msgstr "" -#: dirmngr/dirmngr.c:220 +#: dirmngr/dirmngr.c:221 msgid "Network related options" msgstr "" -#: dirmngr/dirmngr.c:222 +#: dirmngr/dirmngr.c:223 msgid "route all network traffic via Tor" msgstr "" -#: dirmngr/dirmngr.c:234 +#: dirmngr/dirmngr.c:235 msgid "Configuration for Keyservers" msgstr "" -#: dirmngr/dirmngr.c:237 +#: dirmngr/dirmngr.c:238 msgid "|URL|use keyserver at URL" msgstr "" -#: dirmngr/dirmngr.c:239 +#: dirmngr/dirmngr.c:240 msgid "|FILE|use the CA certificates in FILE for HKP over TLS" msgstr "" -#: dirmngr/dirmngr.c:241 +#: dirmngr/dirmngr.c:242 msgid "Configuration for HTTP servers" msgstr "" -#: dirmngr/dirmngr.c:243 +#: dirmngr/dirmngr.c:244 msgid "inhibit the use of HTTP" msgstr "" -#: dirmngr/dirmngr.c:245 +#: dirmngr/dirmngr.c:246 msgid "ignore HTTP CRL distribution points" msgstr "" -#: dirmngr/dirmngr.c:247 +#: dirmngr/dirmngr.c:248 msgid "|URL|redirect all HTTP requests to URL" msgstr "" -#: dirmngr/dirmngr.c:249 +#: dirmngr/dirmngr.c:250 msgid "use system's HTTP proxy setting" msgstr "" -#: dirmngr/dirmngr.c:253 +#: dirmngr/dirmngr.c:254 msgid "Configuration of LDAP servers to use" msgstr "" -#: dirmngr/dirmngr.c:255 +#: dirmngr/dirmngr.c:256 msgid "inhibit the use of LDAP" msgstr "" -#: dirmngr/dirmngr.c:257 +#: dirmngr/dirmngr.c:258 msgid "ignore LDAP CRL distribution points" msgstr "" -#: dirmngr/dirmngr.c:259 +#: dirmngr/dirmngr.c:260 msgid "|HOST|use HOST for LDAP queries" msgstr "" -#: dirmngr/dirmngr.c:261 +#: dirmngr/dirmngr.c:262 msgid "do not use fallback hosts with --ldap-proxy" msgstr "" -#: dirmngr/dirmngr.c:263 +#: dirmngr/dirmngr.c:264 msgid "|FILE|read LDAP server list from FILE" msgstr "" -#: dirmngr/dirmngr.c:265 +#: dirmngr/dirmngr.c:266 msgid "add new servers discovered in CRL distribution points to serverlist" msgstr "" -#: dirmngr/dirmngr.c:268 dirmngr/dirmngr_ldap.c:104 +#: dirmngr/dirmngr.c:269 dirmngr/dirmngr_ldap.c:104 msgid "|N|set LDAP timeout to N seconds" msgstr "" -#: dirmngr/dirmngr.c:271 +#: dirmngr/dirmngr.c:272 msgid "Configuration for OCSP" msgstr "" -#: dirmngr/dirmngr.c:273 +#: dirmngr/dirmngr.c:274 msgid "allow sending OCSP requests" msgstr "" -#: dirmngr/dirmngr.c:275 +#: dirmngr/dirmngr.c:276 msgid "ignore certificate contained OCSP service URLs" msgstr "" -#: dirmngr/dirmngr.c:277 +#: dirmngr/dirmngr.c:278 msgid "|URL|use OCSP responder at URL" msgstr "" -#: dirmngr/dirmngr.c:279 +#: dirmngr/dirmngr.c:280 msgid "|FPR|OCSP response signed by FPR" msgstr "" -#: dirmngr/dirmngr.c:287 +#: dirmngr/dirmngr.c:288 msgid "force loading of outdated CRLs" msgstr "" -#: dirmngr/dirmngr.c:298 +#: dirmngr/dirmngr.c:299 msgid "" "@\n" "(See the \"info\" manual for a complete listing of all commands and " "options)\n" msgstr "" -#: dirmngr/dirmngr.c:440 +#: dirmngr/dirmngr.c:441 msgid "Usage: @DIRMNGR@ [options] (-h for help)" msgstr "" -#: dirmngr/dirmngr.c:442 +#: dirmngr/dirmngr.c:443 msgid "" "Syntax: @DIRMNGR@ [options] [command [args]]\n" "Keyserver, CRL, and OCSP access for @GNUPG@\n" msgstr "" -#: dirmngr/dirmngr.c:522 +#: dirmngr/dirmngr.c:523 #, c-format msgid "valid debug levels are: %s\n" msgstr "" -#: dirmngr/dirmngr.c:608 tools/gpgconf.c:667 tools/gpgconf.c:702 +#: dirmngr/dirmngr.c:609 tools/gpgconf.c:667 tools/gpgconf.c:702 #: tools/gpgconf.c:802 #, c-format msgid "usage: %s [options] " msgstr "" -#: dirmngr/dirmngr.c:1251 +#: dirmngr/dirmngr.c:1260 #, c-format msgid "colons are not allowed in the socket name\n" msgstr "" -#: dirmngr/dirmngr.c:1486 dirmngr/server.c:1824 +#: dirmngr/dirmngr.c:1495 dirmngr/server.c:1824 #, c-format msgid "fetching CRL from '%s' failed: %s\n" msgstr "" -#: dirmngr/dirmngr.c:1492 dirmngr/server.c:1830 +#: dirmngr/dirmngr.c:1501 dirmngr/server.c:1830 #, c-format msgid "processing CRL from '%s' failed: %s\n" msgstr "" -#: dirmngr/dirmngr.c:1634 +#: dirmngr/dirmngr.c:1643 #, c-format msgid "%s:%u: line too long - skipped\n" msgstr "" -#: dirmngr/dirmngr.c:1689 dirmngr/dirmngr.c:1773 +#: dirmngr/dirmngr.c:1698 dirmngr/dirmngr.c:1782 #, c-format msgid "%s:%u: invalid fingerprint detected\n" msgstr "" -#: dirmngr/dirmngr.c:1725 dirmngr/dirmngr.c:1751 tools/gpgconf-comp.c:3534 +#: dirmngr/dirmngr.c:1734 dirmngr/dirmngr.c:1760 tools/gpgconf-comp.c:3539 #, c-format msgid "%s:%u: read error: %s\n" msgstr "" -#: dirmngr/dirmngr.c:1780 +#: dirmngr/dirmngr.c:1789 #, c-format msgid "%s:%u: garbage at end of line ignored\n" msgstr "" -#: dirmngr/dirmngr.c:1849 +#: dirmngr/dirmngr.c:1876 #, c-format msgid "SIGHUP received - re-reading configuration and flushing caches\n" msgstr "" -#: dirmngr/dirmngr.c:1890 +#: dirmngr/dirmngr.c:1917 #, c-format msgid "SIGUSR2 received - no action defined\n" msgstr "" -#: dirmngr/dirmngr.c:1895 +#: dirmngr/dirmngr.c:1922 #, c-format msgid "SIGTERM received - shutting down ...\n" msgstr "" -#: dirmngr/dirmngr.c:1897 +#: dirmngr/dirmngr.c:1924 #, c-format msgid "SIGTERM received - still %d active connections\n" msgstr "" -#: dirmngr/dirmngr.c:1902 +#: dirmngr/dirmngr.c:1929 #, c-format msgid "shutdown forced\n" msgstr "" -#: dirmngr/dirmngr.c:1910 +#: dirmngr/dirmngr.c:1937 #, c-format msgid "SIGINT received - immediate shutdown\n" msgstr "" -#: dirmngr/dirmngr.c:1917 +#: dirmngr/dirmngr.c:1944 #, c-format msgid "signal %d received - no action defined\n" msgstr "" @@ -10476,7 +10481,7 @@ msgid "serialno missing in cert ID" msgstr "" #: dirmngr/server.c:1387 dirmngr/server.c:1473 dirmngr/server.c:1909 -#: dirmngr/server.c:1980 dirmngr/server.c:2552 dirmngr/server.c:2567 +#: dirmngr/server.c:1980 dirmngr/server.c:2556 dirmngr/server.c:2571 #, c-format msgid "assuan_inquire failed: %s\n" msgstr "" @@ -10506,32 +10511,32 @@ msgstr "" msgid "max_replies %d exceeded\n" msgstr "" -#: dirmngr/server.c:2856 +#: dirmngr/server.c:2860 #, c-format msgid "can't allocate control structure: %s\n" msgstr "" -#: dirmngr/server.c:2867 +#: dirmngr/server.c:2871 #, c-format msgid "failed to allocate assuan context: %s\n" msgstr "" -#: dirmngr/server.c:2888 +#: dirmngr/server.c:2892 #, c-format msgid "failed to initialize the server: %s\n" msgstr "" -#: dirmngr/server.c:2896 +#: dirmngr/server.c:2900 #, c-format msgid "failed to the register commands with Assuan: %s\n" msgstr "" -#: dirmngr/server.c:2929 +#: dirmngr/server.c:2933 #, c-format msgid "Assuan accept problem: %s\n" msgstr "" -#: dirmngr/server.c:2948 +#: dirmngr/server.c:2952 #, c-format msgid "Assuan processing failed: %s\n" msgstr "" @@ -10674,67 +10679,67 @@ msgstr "" msgid "error sending standard options: %s\n" msgstr "" -#: tools/gpgconf-comp.c:647 +#: tools/gpgconf-comp.c:649 msgid "OpenPGP" msgstr "" -#: tools/gpgconf-comp.c:651 +#: tools/gpgconf-comp.c:653 msgid "S/MIME" msgstr "" -#: tools/gpgconf-comp.c:655 +#: tools/gpgconf-comp.c:657 msgid "Public Keys" msgstr "" -#: tools/gpgconf-comp.c:659 +#: tools/gpgconf-comp.c:661 msgid "Private Keys" msgstr "" -#: tools/gpgconf-comp.c:663 +#: tools/gpgconf-comp.c:665 msgid "Smartcards" msgstr "" -#: tools/gpgconf-comp.c:667 +#: tools/gpgconf-comp.c:669 msgid "TPM" msgstr "" -#: tools/gpgconf-comp.c:671 +#: tools/gpgconf-comp.c:673 msgid "Network" msgstr "" -#: tools/gpgconf-comp.c:675 +#: tools/gpgconf-comp.c:677 msgid "Passphrase Entry" msgstr "" -#: tools/gpgconf-comp.c:939 +#: tools/gpgconf-comp.c:941 msgid "Component not suitable for launching" msgstr "" -#: tools/gpgconf-comp.c:945 +#: tools/gpgconf-comp.c:947 #, c-format msgid "Configuration file of component %s is broken\n" msgstr "" -#: tools/gpgconf-comp.c:948 +#: tools/gpgconf-comp.c:950 #, c-format msgid "Note: Use the command \"%s%s\" to get details.\n" msgstr "" -#: tools/gpgconf-comp.c:2811 +#: tools/gpgconf-comp.c:2816 #, c-format msgid "External verification of component %s failed" msgstr "" -#: tools/gpgconf-comp.c:2941 +#: tools/gpgconf-comp.c:2946 msgid "Note that group specifications are ignored\n" msgstr "" -#: tools/gpgconf-comp.c:3538 +#: tools/gpgconf-comp.c:3543 #, c-format msgid "error closing '%s'\n" msgstr "" -#: tools/gpgconf-comp.c:3540 +#: tools/gpgconf-comp.c:3545 #, c-format msgid "error parsing '%s'\n" msgstr "" @@ -10835,76 +10840,76 @@ msgid "" "Check a passphrase given on stdin against the patternfile\n" msgstr "" -#: tools/gpg-card.c:2389 +#: tools/gpg-card.c:2390 #, c-format msgid "Note: key %s is already stored on the card!\n" msgstr "" -#: tools/gpg-card.c:2392 +#: tools/gpg-card.c:2393 #, c-format msgid "Note: Keys are already stored on the card!\n" msgstr "" -#: tools/gpg-card.c:2395 +#: tools/gpg-card.c:2396 #, c-format msgid "Replace existing key %s ? (y/N) " msgstr "" -#: tools/gpg-card.c:2548 tools/gpg-card.c:2711 tools/gpg-card.c:2934 -#: tools/gpg-card.c:3043 +#: tools/gpg-card.c:2549 tools/gpg-card.c:2712 tools/gpg-card.c:2935 +#: tools/gpg-card.c:3044 #, c-format msgid "%s card no. %s detected\n" msgstr "" -#: tools/gpg-card.c:3395 +#: tools/gpg-card.c:3396 #, c-format msgid "User Interaction Flag is set to \"%s\" - can't change\n" msgstr "" -#: tools/gpg-card.c:3405 tools/gpg-card.c:3419 +#: tools/gpg-card.c:3406 tools/gpg-card.c:3420 #, c-format msgid "" "Warning: Setting the User Interaction Flag to \"%s\"\n" " can only be reverted using a factory reset!\n" msgstr "" -#: tools/gpg-card.c:3422 +#: tools/gpg-card.c:3423 #, c-format msgid "Please use \"uif --yes %d %s\"\n" msgstr "" -#: tools/gpg-card.c:3668 +#: tools/gpg-card.c:3669 msgid "authenticate to the card" msgstr "" -#: tools/gpg-card.c:3670 +#: tools/gpg-card.c:3671 msgid "send a reset to the card daemon" msgstr "" -#: tools/gpg-card.c:3672 +#: tools/gpg-card.c:3673 msgid "setup KDF for PIN authentication" msgstr "" -#: tools/gpg-card.c:3674 +#: tools/gpg-card.c:3675 msgid "change a private data object" msgstr "" -#: tools/gpg-card.c:3675 +#: tools/gpg-card.c:3676 msgid "read a certificate from a data object" msgstr "" -#: tools/gpg-card.c:3676 +#: tools/gpg-card.c:3677 msgid "store a certificate to a data object" msgstr "" -#: tools/gpg-card.c:3677 +#: tools/gpg-card.c:3678 msgid "store a private key to a data object" msgstr "" -#: tools/gpg-card.c:3678 +#: tools/gpg-card.c:3679 msgid "Yubikey management commands" msgstr "" -#: tools/gpg-card.c:3680 +#: tools/gpg-card.c:3681 msgid "manage the command history" msgstr "" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg 2.2.20\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2021-04-07 19:24+0200\n" +"POT-Creation-Date: 2021-04-20 12:38+0200\n" "PO-Revision-Date: 2020-06-09 23:10+0200\n" "Last-Translator: Nagy Ferenc László <nfl@nfllab.com>\n" "Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n" @@ -206,9 +206,9 @@ msgid "ssh keys greater than %d bits are not supported\n" msgstr "%d%s védÅ‘ algoritmus nem támogatott.\n" #: agent/command-ssh.c:872 common/dotlock.c:852 g10/card-util.c:953 -#: g10/export.c:1329 g10/gpg.c:1430 g10/keygen.c:5327 g10/keyring.c:1319 +#: g10/export.c:1329 g10/gpg.c:1431 g10/keygen.c:5347 g10/keyring.c:1319 #: g10/keyring.c:1632 g10/openfile.c:293 g10/photoid.c:531 g10/photoid.c:549 -#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:478 +#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:479 #, fuzzy, c-format #| msgid "can't create `%s': %s\n" msgid "can't create '%s': %s\n" @@ -216,15 +216,15 @@ msgstr "Nem tudom létrehozni a(z) \"%s\" állományt: %s.\n" #: agent/command-ssh.c:884 common/helpfile.c:57 g10/card-util.c:910 #: g10/dearmor.c:59 g10/dearmor.c:106 g10/decrypt.c:65 g10/decrypt.c:136 -#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1431 -#: g10/import.c:359 g10/import.c:546 g10/import.c:781 g10/keygen.c:4302 +#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1432 +#: g10/import.c:371 g10/import.c:558 g10/import.c:793 g10/keygen.c:4322 #: g10/keyring.c:1658 g10/openfile.c:197 g10/openfile.c:211 g10/plaintext.c:128 #: g10/plaintext.c:610 g10/sign.c:1086 g10/sign.c:1311 g10/sign.c:1424 #: g10/sign.c:1596 g10/tdbdump.c:143 g10/tdbdump.c:151 g10/tdbio.c:758 -#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2338 -#: sm/gpgsm.c:2368 sm/gpgsm.c:2406 sm/qualified.c:65 dirmngr/certcache.c:396 -#: dirmngr/certcache.c:476 dirmngr/certcache.c:478 dirmngr/crlcache.c:2588 -#: dirmngr/dirmngr.c:1711 tools/gpg-card.c:407 +#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2380 +#: sm/gpgsm.c:2410 sm/gpgsm.c:2448 sm/keylist.c:1737 sm/qualified.c:65 +#: dirmngr/certcache.c:396 dirmngr/certcache.c:476 dirmngr/certcache.c:478 +#: dirmngr/crlcache.c:2588 dirmngr/dirmngr.c:1720 tools/gpg-card.c:408 #, fuzzy, c-format #| msgid "can't open `%s': %s\n" msgid "can't open '%s': %s\n" @@ -407,355 +407,355 @@ msgstr "" msgid "Please enter the new passphrase" msgstr "jelszóváltoztatás" -#: agent/gpg-agent.c:161 scd/scdaemon.c:114 dirmngr/dirmngr.c:181 +#: agent/gpg-agent.c:162 scd/scdaemon.c:115 dirmngr/dirmngr.c:182 msgid "Options used for startup" msgstr "" -#: agent/gpg-agent.c:163 scd/scdaemon.c:119 dirmngr/dirmngr.c:170 +#: agent/gpg-agent.c:164 scd/scdaemon.c:120 dirmngr/dirmngr.c:171 msgid "run in daemon mode (background)" msgstr "" -#: agent/gpg-agent.c:164 scd/scdaemon.c:116 dirmngr/dirmngr.c:169 +#: agent/gpg-agent.c:165 scd/scdaemon.c:117 dirmngr/dirmngr.c:170 msgid "run in server mode (foreground)" msgstr "" -#: agent/gpg-agent.c:166 dirmngr/dirmngr.c:172 +#: agent/gpg-agent.c:167 dirmngr/dirmngr.c:173 #, fuzzy #| msgid "Key is superseded" msgid "run in supervised mode" msgstr "A kulcsot lecserélték." -#: agent/gpg-agent.c:168 scd/scdaemon.c:120 dirmngr/dirmngr.c:183 +#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 msgid "do not detach from the console" msgstr "" -#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 +#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 msgid "sh-style command output" msgstr "" -#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 +#: agent/gpg-agent.c:171 scd/scdaemon.c:123 dirmngr/dirmngr.c:186 msgid "csh-style command output" msgstr "" -#: agent/gpg-agent.c:178 g10/gpg.c:588 scd/scdaemon.c:124 sm/gpgsm.c:419 -#: dirmngr/dirmngr.c:187 +#: agent/gpg-agent.c:179 g10/gpg.c:589 scd/scdaemon.c:125 sm/gpgsm.c:422 +#: dirmngr/dirmngr.c:188 #, fuzzy msgid "|FILE|read options from FILE" msgstr "|fájl|bÅ‘vÃtÅ‘ modul betöltése" -#: agent/gpg-agent.c:182 g10/gpg.c:573 scd/scdaemon.c:128 sm/gpgsm.c:262 -#: dirmngr/dirmngr.c:191 +#: agent/gpg-agent.c:183 g10/gpg.c:574 scd/scdaemon.c:129 sm/gpgsm.c:265 +#: dirmngr/dirmngr.c:192 msgid "Options controlling the diagnostic output" msgstr "" -#: agent/gpg-agent.c:184 g10/gpg.c:575 g10/gpgv.c:78 kbx/kbxutil.c:89 -#: scd/scdaemon.c:130 sm/gpgsm.c:264 dirmngr/dirmngr-client.c:69 -#: dirmngr/dirmngr.c:193 dirmngr/dirmngr_ldap.c:102 +#: agent/gpg-agent.c:185 g10/gpg.c:576 g10/gpgv.c:78 kbx/kbxutil.c:89 +#: scd/scdaemon.c:131 sm/gpgsm.c:267 dirmngr/dirmngr-client.c:69 +#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:102 #: tools/gpg-connect-agent.c:85 tools/gpgconf.c:111 msgid "verbose" msgstr "bÅ‘beszédű mód" -#: agent/gpg-agent.c:185 g10/gpg.c:577 g10/gpgv.c:79 kbx/kbxutil.c:90 -#: scd/scdaemon.c:131 sm/gpgsm.c:266 dirmngr/dirmngr-client.c:70 -#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:103 +#: agent/gpg-agent.c:186 g10/gpg.c:578 g10/gpgv.c:79 kbx/kbxutil.c:90 +#: scd/scdaemon.c:132 sm/gpgsm.c:269 dirmngr/dirmngr-client.c:70 +#: dirmngr/dirmngr.c:195 dirmngr/dirmngr_ldap.c:103 msgid "be somewhat more quiet" msgstr "még szűkszavúbb mód" -#: agent/gpg-agent.c:193 g10/gpg.c:592 sm/gpgsm.c:280 dirmngr/dirmngr.c:204 +#: agent/gpg-agent.c:194 g10/gpg.c:593 sm/gpgsm.c:283 dirmngr/dirmngr.c:205 msgid "|FILE|write server mode logs to FILE" msgstr "" -#: agent/gpg-agent.c:197 g10/gpg.c:598 scd/scdaemon.c:145 sm/gpgsm.c:287 -#: dirmngr/dirmngr.c:208 +#: agent/gpg-agent.c:198 g10/gpg.c:599 scd/scdaemon.c:146 sm/gpgsm.c:290 +#: dirmngr/dirmngr.c:209 msgid "Options controlling the configuration" msgstr "" -#: agent/gpg-agent.c:200 +#: agent/gpg-agent.c:201 #, fuzzy msgid "do not use the SCdaemon" msgstr "bizalmi adatbázis frissÃtése" -#: agent/gpg-agent.c:202 +#: agent/gpg-agent.c:203 msgid "|PGM|use PGM as the SCdaemon program" msgstr "" -#: agent/gpg-agent.c:204 +#: agent/gpg-agent.c:205 msgid "|PGM|use PGM as the tpm2daemon program" msgstr "" -#: agent/gpg-agent.c:208 +#: agent/gpg-agent.c:209 #, fuzzy #| msgid "|NAME|set terminal charset to NAME" msgid "|NAME|accept some commands via NAME" msgstr "|NÉV|terminál karakterkódolásának megadása" -#: agent/gpg-agent.c:212 +#: agent/gpg-agent.c:213 msgid "ignore requests to change the TTY" msgstr "" -#: agent/gpg-agent.c:214 +#: agent/gpg-agent.c:215 msgid "ignore requests to change the X display" msgstr "" -#: agent/gpg-agent.c:215 +#: agent/gpg-agent.c:216 #, fuzzy #| msgid "not supported" msgid "enable ssh support" msgstr "nem támogatott" -#: agent/gpg-agent.c:217 +#: agent/gpg-agent.c:218 msgid "|ALGO|use ALGO to show ssh fingerprints" msgstr "" -#: agent/gpg-agent.c:220 +#: agent/gpg-agent.c:221 #, fuzzy #| msgid "not supported" msgid "enable putty support" msgstr "nem támogatott" -#: agent/gpg-agent.c:232 g10/gpg.c:843 scd/scdaemon.c:175 sm/gpgsm.c:379 +#: agent/gpg-agent.c:233 g10/gpg.c:844 scd/scdaemon.c:176 sm/gpgsm.c:382 msgid "Options controlling the security" msgstr "" -#: agent/gpg-agent.c:235 +#: agent/gpg-agent.c:236 msgid "|N|expire cached PINs after N seconds" msgstr "" -#: agent/gpg-agent.c:237 +#: agent/gpg-agent.c:238 msgid "|N|expire SSH keys after N seconds" msgstr "" -#: agent/gpg-agent.c:239 +#: agent/gpg-agent.c:240 msgid "|N|set maximum PIN cache lifetime to N seconds" msgstr "" -#: agent/gpg-agent.c:241 +#: agent/gpg-agent.c:242 msgid "|N|set maximum SSH key lifetime to N seconds" msgstr "" -#: agent/gpg-agent.c:243 +#: agent/gpg-agent.c:244 msgid "do not use the PIN cache when signing" msgstr "" -#: agent/gpg-agent.c:245 +#: agent/gpg-agent.c:246 #, fuzzy msgid "disallow the use of an external password cache" msgstr "Hiba a jelszó létrehozásakor: %s.\n" -#: agent/gpg-agent.c:247 +#: agent/gpg-agent.c:248 msgid "disallow clients to mark keys as \"trusted\"" msgstr "" -#: agent/gpg-agent.c:250 +#: agent/gpg-agent.c:251 #, fuzzy msgid "allow presetting passphrase" msgstr "Hiba a jelszó létrehozásakor: %s.\n" -#: agent/gpg-agent.c:255 +#: agent/gpg-agent.c:256 msgid "Options enforcing a passphrase policy" msgstr "" -#: agent/gpg-agent.c:258 +#: agent/gpg-agent.c:259 msgid "do not allow bypassing the passphrase policy" msgstr "" -#: agent/gpg-agent.c:260 +#: agent/gpg-agent.c:261 msgid "|N|set minimal required length for new passphrases to N" msgstr "" -#: agent/gpg-agent.c:262 +#: agent/gpg-agent.c:263 msgid "|N|require at least N non-alpha characters for a new passphrase" msgstr "" -#: agent/gpg-agent.c:265 +#: agent/gpg-agent.c:266 msgid "|FILE|check new passphrases against pattern in FILE" msgstr "" -#: agent/gpg-agent.c:267 +#: agent/gpg-agent.c:268 #, fuzzy msgid "|N|expire the passphrase after N days" msgstr "|N|N. sorszámú jelszómód használata" -#: agent/gpg-agent.c:269 +#: agent/gpg-agent.c:270 #, fuzzy msgid "do not allow the reuse of old passphrases" msgstr "Hiba a jelszó létrehozásakor: %s.\n" -#: agent/gpg-agent.c:272 +#: agent/gpg-agent.c:273 msgid "Options controlling the PIN-Entry" msgstr "" -#: agent/gpg-agent.c:274 +#: agent/gpg-agent.c:275 #, fuzzy #| msgid "use the gpg-agent" msgid "never use the PIN-entry" msgstr "gpg ügynök használata" -#: agent/gpg-agent.c:276 +#: agent/gpg-agent.c:277 msgid "disallow caller to override the pinentry" msgstr "" -#: agent/gpg-agent.c:278 +#: agent/gpg-agent.c:279 msgid "let PIN-Entry grab keyboard and mouse" msgstr "" -#: agent/gpg-agent.c:281 +#: agent/gpg-agent.c:282 msgid "|PGM|use PGM as the PIN-Entry program" msgstr "" -#: agent/gpg-agent.c:285 +#: agent/gpg-agent.c:286 msgid "|N|set the Pinentry timeout to N seconds" msgstr "" -#: agent/gpg-agent.c:287 +#: agent/gpg-agent.c:288 msgid "allow passphrase to be prompted through Emacs" msgstr "" #. TRANSLATORS: @EMAIL@ will get replaced by the actual bug #. reporting address. This is so that we can change the #. reporting address without breaking the translations. -#: agent/gpg-agent.c:550 agent/preset-passphrase.c:99 agent/protect-tool.c:154 -#: g10/gpg.c:1131 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:311 -#: sm/gpgsm.c:609 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:437 +#: agent/gpg-agent.c:551 agent/preset-passphrase.c:99 agent/protect-tool.c:154 +#: g10/gpg.c:1132 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:312 +#: sm/gpgsm.c:612 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:438 #: dirmngr/dirmngr_ldap.c:175 tools/gpg-connect-agent.c:220 tools/gpgconf.c:151 #: tools/gpg-check-pattern.c:143 #, fuzzy msgid "Please report bugs to <@EMAIL@>.\n" msgstr "A hibákat (angolul) a <gnupg-bugs@gnu.org> cÃmre Ãrja meg!\n" -#: agent/gpg-agent.c:559 +#: agent/gpg-agent.c:560 #, fuzzy msgid "Usage: @GPG_AGENT@ [options] (-h for help)" msgstr "Használat: gpg [opciók] [fájlok] (-h a súgóhoz)" -#: agent/gpg-agent.c:561 +#: agent/gpg-agent.c:562 msgid "" "Syntax: @GPG_AGENT@ [options] [command [args]]\n" "Secret key management for @GNUPG@\n" msgstr "" -#: agent/gpg-agent.c:606 g10/gpg.c:1336 scd/scdaemon.c:383 sm/gpgsm.c:757 -#: dirmngr/dirmngr.c:521 +#: agent/gpg-agent.c:607 g10/gpg.c:1337 scd/scdaemon.c:384 sm/gpgsm.c:760 +#: dirmngr/dirmngr.c:522 #, c-format msgid "invalid debug-level '%s' given\n" msgstr "" -#: agent/gpg-agent.c:971 g10/gpg.c:3879 g10/gpg.c:3903 sm/gpgsm.c:1736 -#: sm/gpgsm.c:1742 +#: agent/gpg-agent.c:972 g10/gpg.c:3910 g10/gpg.c:3934 sm/gpgsm.c:1769 +#: sm/gpgsm.c:1775 #, c-format msgid "selected digest algorithm is invalid\n" msgstr "A kiválasztott kivonatoló algoritmus érvénytelen!\n" -#: agent/gpg-agent.c:1195 agent/gpg-agent.c:2010 g10/gpg.c:2588 -#: scd/scdaemon.c:548 sm/gpgsm.c:1151 dirmngr/dirmngr.c:988 -#: dirmngr/dirmngr.c:1830 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:2019 common/comopt.c:93 +#: g10/gpg.c:2591 scd/scdaemon.c:549 sm/gpgsm.c:1155 dirmngr/dirmngr.c:989 +#: dirmngr/dirmngr.c:1840 #, fuzzy, c-format #| msgid "reading options from `%s'\n" msgid "reading options from '%s'\n" msgstr "Az opciókat a \"%s\" állományból olvasom.\n" -#: agent/gpg-agent.c:1327 g10/gpg.c:3830 scd/scdaemon.c:675 sm/gpgsm.c:1676 -#: dirmngr/dirmngr.c:1099 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 +#: agent/gpg-agent.c:1335 g10/gpg.c:3861 scd/scdaemon.c:687 sm/gpgsm.c:1709 +#: dirmngr/dirmngr.c:1108 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 #, fuzzy, c-format #| msgid "WARNING: \"%s\" is a deprecated option\n" msgid "Note: '%s' is not considered an option\n" msgstr "FIGYELEM: \"%s\" elavult opció!\n" -#: agent/gpg-agent.c:2146 scd/scdaemon.c:1096 dirmngr/dirmngr.c:1258 +#: agent/gpg-agent.c:2172 scd/scdaemon.c:1108 dirmngr/dirmngr.c:1267 #, fuzzy, c-format msgid "can't create socket: %s\n" msgstr "%s nem hozható létre: %s\n" -#: agent/gpg-agent.c:2163 scd/scdaemon.c:1109 dirmngr/dirmngr.c:1271 +#: agent/gpg-agent.c:2189 scd/scdaemon.c:1121 dirmngr/dirmngr.c:1280 #, c-format msgid "socket name '%s' is too long\n" msgstr "" -#: agent/gpg-agent.c:2202 +#: agent/gpg-agent.c:2228 #, fuzzy, c-format msgid "a gpg-agent is already running - not starting a new one\n" msgstr "GPG ügynök nem elérhetÅ‘ ebben a munkafolyamatban.\n" -#: agent/gpg-agent.c:2213 scd/scdaemon.c:1133 dirmngr/dirmngr.c:1303 +#: agent/gpg-agent.c:2239 scd/scdaemon.c:1145 dirmngr/dirmngr.c:1312 #, fuzzy, c-format msgid "error getting nonce for the socket\n" msgstr "Hiba a jelszó létrehozásakor: %s.\n" -#: agent/gpg-agent.c:2218 scd/scdaemon.c:1136 dirmngr/dirmngr.c:1306 +#: agent/gpg-agent.c:2244 scd/scdaemon.c:1148 dirmngr/dirmngr.c:1315 #, fuzzy, c-format msgid "error binding socket to '%s': %s\n" msgstr "Hiba %s-ra/-re küldéskor: %s\n" -#: agent/gpg-agent.c:2229 agent/gpg-agent.c:2269 agent/gpg-agent.c:2278 -#: scd/scdaemon.c:1144 dirmngr/dirmngr.c:1315 +#: agent/gpg-agent.c:2255 agent/gpg-agent.c:2295 agent/gpg-agent.c:2304 +#: scd/scdaemon.c:1156 dirmngr/dirmngr.c:1324 #, fuzzy, c-format msgid "can't set permissions of '%s': %s\n" msgstr "FIGYELEM: nem biztonságos engedélyek: %s \"%s\"\n" -#: agent/gpg-agent.c:2243 scd/scdaemon.c:1156 dirmngr/dirmngr.c:1327 +#: agent/gpg-agent.c:2269 scd/scdaemon.c:1168 dirmngr/dirmngr.c:1336 #, fuzzy, c-format msgid "listening on socket '%s'\n" msgstr "Ãrom a titkos kulcsot a %s állományba.\n" -#: agent/gpg-agent.c:2263 agent/gpg-agent.c:2316 common/homedir.c:517 +#: agent/gpg-agent.c:2289 agent/gpg-agent.c:2342 common/homedir.c:517 #: g10/openfile.c:399 g10/photoid.c:379 #, fuzzy, c-format #| msgid "can't create directory `%s': %s\n" msgid "can't create directory '%s': %s\n" msgstr "Nem tudom a \"%s\" könyvtárat létrehozni: %s.\n" -#: agent/gpg-agent.c:2266 agent/gpg-agent.c:2321 common/homedir.c:520 +#: agent/gpg-agent.c:2292 agent/gpg-agent.c:2347 common/homedir.c:520 #: g10/openfile.c:402 #, fuzzy, c-format msgid "directory '%s' created\n" msgstr "%s: Könyvtárat létrehoztam.\n" -#: agent/gpg-agent.c:2327 +#: agent/gpg-agent.c:2353 #, fuzzy, c-format msgid "stat() failed for '%s': %s\n" msgstr "Bizalmi adatbázis: olvasás sikertelen (n=%d): %s.\n" -#: agent/gpg-agent.c:2331 +#: agent/gpg-agent.c:2357 #, fuzzy, c-format msgid "can't use '%s' as home directory\n" msgstr "%s: Nem tudom a könyvtárat létrehozni: %s.\n" -#: agent/gpg-agent.c:2486 scd/scdaemon.c:1172 dirmngr/dirmngr.c:2042 +#: agent/gpg-agent.c:2512 scd/scdaemon.c:1184 dirmngr/dirmngr.c:2069 #, fuzzy, c-format msgid "error reading nonce on fd %d: %s\n" msgstr "Hiba \"%s\" olvasásakor: %s\n" -#: agent/gpg-agent.c:2693 +#: agent/gpg-agent.c:2719 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:2698 +#: agent/gpg-agent.c:2724 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:2773 +#: agent/gpg-agent.c:2799 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:2778 +#: agent/gpg-agent.c:2804 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:3000 scd/scdaemon.c:1362 dirmngr/dirmngr.c:2256 +#: agent/gpg-agent.c:3026 scd/scdaemon.c:1374 dirmngr/dirmngr.c:2283 #, fuzzy, c-format msgid "npth_pselect failed: %s - waiting 1s\n" msgstr "Titkoskulcs-blokk frissÃtése sikertelen: %s\n" -#: agent/gpg-agent.c:3088 scd/scdaemon.c:1427 +#: agent/gpg-agent.c:3114 scd/scdaemon.c:1439 #, fuzzy, c-format msgid "%s %s stopped\n" msgstr "%s: kihagyva: %s\n" -#: agent/gpg-agent.c:3226 common/simple-pwquery.c:247 g10/call-agent.c:260 +#: agent/gpg-agent.c:3252 common/simple-pwquery.c:247 g10/call-agent.c:260 #: sm/call-agent.c:131 tools/gpg-connect-agent.c:2319 tools/card-call-scd.c:311 #, fuzzy, c-format msgid "no gpg-agent running in this session\n" @@ -782,8 +782,8 @@ msgid "" "Password cache maintenance\n" msgstr "" -#: agent/protect-tool.c:107 g10/gpg.c:447 kbx/kbxutil.c:72 sm/gpgsm.c:213 -#: dirmngr/dirmngr.c:167 tools/gpgconf.c:81 +#: agent/protect-tool.c:107 g10/gpg.c:448 kbx/kbxutil.c:72 sm/gpgsm.c:215 +#: dirmngr/dirmngr.c:168 tools/gpgconf.c:81 msgid "" "@Commands:\n" " " @@ -1033,7 +1033,7 @@ msgid "error creating a stream for a pipe: %s\n" msgstr "Hiba a jelszó létrehozásakor: %s.\n" #: common/exechelp-posix.c:505 common/exechelp-posix.c:580 -#: common/exechelp-posix.c:861 dirmngr/dirmngr.c:1345 +#: common/exechelp-posix.c:866 dirmngr/dirmngr.c:1354 #, fuzzy, c-format msgid "error forking process: %s\n" msgstr "Hiba \"%s\" olvasásakor: %s\n" @@ -1043,23 +1043,23 @@ msgstr "Hiba \"%s\" olvasásakor: %s\n" msgid "waiting for process %d to terminate failed: %s\n" msgstr "" -#: common/exechelp-posix.c:688 common/exechelp-posix.c:804 +#: common/exechelp-posix.c:688 common/exechelp-posix.c:809 #, fuzzy, c-format msgid "error running '%s': probably not installed\n" msgstr "Hiba \"%s\" olvasásakor: %s\n" -#: common/exechelp-posix.c:694 common/exechelp-posix.c:811 +#: common/exechelp-posix.c:694 common/exechelp-posix.c:816 #: common/exechelp-w32.c:839 common/exechelp-w32ce.c:782 #, fuzzy, c-format msgid "error running '%s': exit status %d\n" msgstr "Hiba \"%s\" olvasásakor: %s\n" -#: common/exechelp-posix.c:702 common/exechelp-posix.c:819 +#: common/exechelp-posix.c:702 common/exechelp-posix.c:824 #, fuzzy, c-format msgid "error running '%s': terminated\n" msgstr "Hiba \"%s\" olvasásakor: %s\n" -#: common/exechelp-posix.c:760 common/exechelp-w32.c:820 +#: common/exechelp-posix.c:765 common/exechelp-w32.c:820 #, fuzzy, c-format msgid "waiting for processes to terminate failed: %s\n" msgstr "FrissÃtés sikertelen: %s.\n" @@ -1106,7 +1106,7 @@ msgid "renaming '%s' to '%s' failed: %s\n" msgstr "Páncélozás nem sikerült: %s\n" #. TRANSLATORS: See doc/TRANSLATE about this string. -#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3081 +#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3082 msgid "yes" msgstr "igen" @@ -1162,7 +1162,7 @@ msgid "out of core while allocating %lu bytes" msgstr "" #: common/miscellaneous.c:115 g10/card-util.c:917 tools/no-libgcrypt.c:30 -#: tools/gpg-card.c:415 +#: tools/gpg-card.c:416 #, fuzzy, c-format msgid "error allocating enough memory: %s\n" msgstr "Hiba a(z) \"%s\" kulcskarika létrehozásakor: %s\n" @@ -1233,7 +1233,7 @@ msgstr "Hiba a(z) \"%s\" kulcskarika létrehozásakor: %s\n" msgid "server '%s' is older than us (%s < %s)" msgstr "" -#: common/asshelp.c:737 g10/call-dirmngr.c:407 +#: common/asshelp.c:737 g10/call-dirmngr.c:408 #, fuzzy, c-format #| msgid "WARNING: %s overrides %s\n" msgid "WARNING: %s\n" @@ -1538,8 +1538,8 @@ msgstr "A(z) %08lX nyilvános kulcsot nem találom: %s.\n" msgid "waiting for lock %s...\n" msgstr "Ãrom a titkos kulcsot a %s állományba.\n" -#: common/init.c:191 sm/gpgsm.c:1032 dirmngr/dirmngr.c:894 -#: dirmngr/dirmngr.c:903 +#: common/init.c:191 sm/gpgsm.c:1036 dirmngr/dirmngr.c:895 +#: dirmngr/dirmngr.c:904 #, c-format msgid "%s is too old (need %s, have %s)\n" msgstr "" @@ -1713,57 +1713,57 @@ msgstr "Hiba \"%s\" olvasásakor: %s\n" msgid "problem with the agent: %s\n" msgstr "Probléma az ügynökkel: ügynök válasza: 0x%lx\n" -#: g10/call-dirmngr.c:178 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 +#: g10/call-dirmngr.c:179 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 #, fuzzy, c-format msgid "no dirmngr running in this session\n" msgstr "GPG ügynök nem elérhetÅ‘ ebben a munkafolyamatban.\n" -#: g10/call-dirmngr.c:212 +#: g10/call-dirmngr.c:213 #, fuzzy, c-format #| msgid "you may not use %s while in %s mode\n" msgid "keyserver option \"honor-keyserver-url\" may not be used in Tor mode\n" msgstr "Lehet, hogy nem használhatja %s-t %s módban!\n" -#: g10/call-dirmngr.c:385 +#: g10/call-dirmngr.c:386 msgid "WKD uses a cached result" msgstr "" -#: g10/call-dirmngr.c:388 +#: g10/call-dirmngr.c:389 msgid "Tor is not running" msgstr "" -#: g10/call-dirmngr.c:390 +#: g10/call-dirmngr.c:391 #, fuzzy msgid "Tor is not properly configured" msgstr "Hiba: Érvénytelen ujjlenyomat.\n" -#: g10/call-dirmngr.c:392 +#: g10/call-dirmngr.c:393 #, fuzzy msgid "DNS is not properly configured" msgstr "Hiba: Érvénytelen ujjlenyomat.\n" -#: g10/call-dirmngr.c:394 +#: g10/call-dirmngr.c:395 msgid "unacceptable HTTP redirect from server" msgstr "" -#: g10/call-dirmngr.c:396 +#: g10/call-dirmngr.c:397 msgid "unacceptable HTTP redirect from server was cleaned up" msgstr "" -#: g10/call-dirmngr.c:398 +#: g10/call-dirmngr.c:399 #, fuzzy #| msgid "generate a revocation certificate" msgid "server uses an invalid certificate" msgstr "visszavonási igazolás készÃtése" -#: g10/call-dirmngr.c:405 g10/gpg.c:4568 +#: g10/call-dirmngr.c:406 g10/gpg.c:4599 #, fuzzy, c-format #| msgid "armor: %s\n" msgid "Note: %s\n" msgstr "Páncél: %s\n" #: g10/card-util.c:86 g10/card-util.c:369 g10/card-util.c:1924 -#: tools/gpg-card.c:3038 +#: tools/gpg-card.c:3039 #, fuzzy, c-format msgid "OpenPGP card not available: %s\n" msgstr "titkos kulcs nem áll rendelkezésre" @@ -1774,17 +1774,17 @@ msgid "OpenPGP card no. %s detected\n" msgstr "" #: g10/card-util.c:97 g10/card-util.c:2309 g10/delkey.c:164 g10/keyedit.c:1428 -#: g10/keygen.c:4771 g10/revoke.c:214 g10/revoke.c:638 +#: g10/keygen.c:4791 g10/revoke.c:214 g10/revoke.c:638 #, fuzzy, c-format msgid "can't do this in batch mode\n" msgstr "Nem tudom ezt megcsinálni kötegelt módban!\n" -#: g10/card-util.c:105 tools/gpg-card.c:2942 +#: g10/card-util.c:105 tools/gpg-card.c:2943 #, fuzzy, c-format msgid "This command is only available for version 2 cards\n" msgstr "Ez a parancs %s módban nem engedélyezett.\n" -#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2947 +#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2948 #, fuzzy, c-format msgid "Reset Code not or not anymore available\n" msgstr "Titkos kulcsrészek nem állnak rendelkezésre.\n" @@ -1793,115 +1793,115 @@ msgstr "Titkos kulcsrészek nem állnak rendelkezésre.\n" #: g10/card-util.c:1802 g10/keyedit.c:394 g10/keyedit.c:415 g10/keyedit.c:429 #: g10/keygen.c:1991 g10/keygen.c:2165 g10/keygen.c:2385 g10/keygen.c:2685 #: sm/certreqgen-ui.c:166 sm/certreqgen-ui.c:292 sm/certreqgen-ui.c:326 -#: tools/gpg-card.c:509 +#: tools/gpg-card.c:510 msgid "Your selection? " msgstr "Mit választ? " -#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:595 -#: tools/gpg-card.c:635 +#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:596 +#: tools/gpg-card.c:636 msgid "[not set]" msgstr "" -#: g10/card-util.c:558 tools/gpg-card.c:902 +#: g10/card-util.c:558 tools/gpg-card.c:903 msgid "Mr." msgstr "" -#: g10/card-util.c:559 tools/gpg-card.c:903 +#: g10/card-util.c:559 tools/gpg-card.c:904 msgid "Ms." msgstr "" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 #, fuzzy msgid "not forced" msgstr "nem feldolgozott" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 msgid "forced" msgstr "" -#: g10/card-util.c:768 tools/gpg-card.c:1467 +#: g10/card-util.c:768 tools/gpg-card.c:1468 msgid "Error: Only plain ASCII is currently allowed.\n" msgstr "" -#: g10/card-util.c:770 tools/gpg-card.c:1469 +#: g10/card-util.c:770 tools/gpg-card.c:1470 msgid "Error: The \"<\" character may not be used.\n" msgstr "" -#: g10/card-util.c:772 tools/gpg-card.c:1471 +#: g10/card-util.c:772 tools/gpg-card.c:1472 msgid "Error: Double spaces are not allowed.\n" msgstr "" -#: g10/card-util.c:789 tools/gpg-card.c:1504 +#: g10/card-util.c:789 tools/gpg-card.c:1505 msgid "Cardholder's surname: " msgstr "" -#: g10/card-util.c:791 tools/gpg-card.c:1505 +#: g10/card-util.c:791 tools/gpg-card.c:1506 msgid "Cardholder's given name: " msgstr "" -#: g10/card-util.c:809 tools/gpg-card.c:1522 +#: g10/card-util.c:809 tools/gpg-card.c:1523 #, c-format msgid "Error: Combined name too long (limit is %d characters).\n" msgstr "" -#: g10/card-util.c:830 tools/gpg-card.c:1560 +#: g10/card-util.c:830 tools/gpg-card.c:1561 #, fuzzy msgid "URL to retrieve public key: " msgstr "Nincs hozzá tartozó nyilvános kulcs: %s\n" -#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:394 g10/import.c:744 -#: g10/import.c:803 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 -#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1657 -#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:425 +#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:406 g10/import.c:756 +#: g10/import.c:815 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 +#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1666 +#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:426 #, fuzzy, c-format #| msgid "error reading `%s': %s\n" msgid "error reading '%s': %s\n" msgstr "Hiba \"%s\" olvasásakor: %s\n" #: g10/card-util.c:959 g10/decrypt-data.c:498 g10/export.c:2496 -#: dirmngr/crlcache.c:925 tools/gpg-card.c:485 tools/gpg-card.c:492 +#: dirmngr/crlcache.c:925 tools/gpg-card.c:486 tools/gpg-card.c:493 #, fuzzy, c-format msgid "error writing '%s': %s\n" msgstr "Hiba a \"%s\" kulcskarika Ãrásakor: %s\n" -#: g10/card-util.c:986 tools/gpg-card.c:1649 +#: g10/card-util.c:986 tools/gpg-card.c:1650 msgid "Login data (account name): " msgstr "" -#: g10/card-util.c:1024 tools/gpg-card.c:1944 +#: g10/card-util.c:1024 tools/gpg-card.c:1945 msgid "Private DO data: " msgstr "" -#: g10/card-util.c:1109 tools/gpg-card.c:1698 +#: g10/card-util.c:1109 tools/gpg-card.c:1699 #, fuzzy msgid "Language preferences: " msgstr "preferenciák frissÃtése" -#: g10/card-util.c:1117 tools/gpg-card.c:1709 +#: g10/card-util.c:1117 tools/gpg-card.c:1710 #, fuzzy, c-format msgid "Error: invalid length of preference string.\n" msgstr "Érvénytelen karakter a preferenciák között!\n" -#: g10/card-util.c:1126 tools/gpg-card.c:1718 +#: g10/card-util.c:1126 tools/gpg-card.c:1719 #, fuzzy, c-format msgid "Error: invalid characters in preference string.\n" msgstr "Érvénytelen karakter a preferenciák között!\n" -#: g10/card-util.c:1148 tools/gpg-card.c:1752 +#: g10/card-util.c:1148 tools/gpg-card.c:1753 msgid "Salutation (M = Mr., F = Ms., or space): " msgstr "" -#: g10/card-util.c:1162 tools/gpg-card.c:1769 +#: g10/card-util.c:1162 tools/gpg-card.c:1770 #, fuzzy msgid "Error: invalid response.\n" msgstr "Hiba: Érvénytelen ujjlenyomat.\n" -#: g10/card-util.c:1185 tools/gpg-card.c:1834 +#: g10/card-util.c:1185 tools/gpg-card.c:1835 #, fuzzy msgid "CA fingerprint: " msgstr "megmutatja az ujjlenyomatot" -#: g10/card-util.c:1209 tools/gpg-card.c:1860 +#: g10/card-util.c:1209 tools/gpg-card.c:1861 #, fuzzy, c-format msgid "Error: invalid formatted fingerprint.\n" msgstr "Hiba: Érvénytelen ujjlenyomat.\n" @@ -1916,7 +1916,7 @@ msgstr "Kulcsgenerálás sikertelen: %s\n" msgid "not an OpenPGP card" msgstr "Nem találtam érvényes OpenPGP adatot.\n" -#: g10/card-util.c:1273 g10/keygen.c:4791 g10/keygen.c:5952 +#: g10/card-util.c:1273 g10/keygen.c:4811 g10/keygen.c:5972 #, fuzzy, c-format msgid "error getting current key info: %s\n" msgstr "Hiba a(z) \"%s\" titkoskulcs-karika Ãrásakor: %s.\n" @@ -1925,7 +1925,7 @@ msgstr "Hiba a(z) \"%s\" titkoskulcs-karika Ãrásakor: %s.\n" msgid "Replace existing key? (y/N) " msgstr "" -#: g10/card-util.c:1375 tools/gpg-card.c:3327 +#: g10/card-util.c:1375 tools/gpg-card.c:3328 msgid "" "Note: There is no guarantee that the card supports the requested\n" " key type or size. If the key generation does not succeed,\n" @@ -2008,14 +2008,14 @@ msgid "error getting card info: %s\n" msgstr "Hiba a(z) \"%s\" titkoskulcs-karika Ãrásakor: %s.\n" #: g10/card-util.c:1591 g10/card-util.c:1936 g10/card-util.c:2112 -#: g10/card-util.c:2171 tools/gpg-card.c:3056 tools/gpg-card.c:3295 -#: tools/gpg-card.c:3353 +#: g10/card-util.c:2171 tools/gpg-card.c:3057 tools/gpg-card.c:3296 +#: tools/gpg-card.c:3354 #, fuzzy, c-format #| msgid "This command is not allowed while in %s mode.\n" msgid "This command is not supported by this card\n" msgstr "Ez a parancs %s módban nem engedélyezett.\n" -#: g10/card-util.c:1637 tools/gpg-card.c:2425 +#: g10/card-util.c:1637 tools/gpg-card.c:2426 msgid "Make off-card backup of encryption key? (Y/n) " msgstr "" @@ -2024,11 +2024,11 @@ msgstr "" msgid "Note: keys are already stored on the card!\n" msgstr "Kihagytam: titkos kulcs már jelen van.\n" -#: g10/card-util.c:1654 tools/gpg-card.c:2397 +#: g10/card-util.c:1654 tools/gpg-card.c:2398 msgid "Replace existing keys? (y/N) " msgstr "" -#: g10/card-util.c:1666 tools/gpg-card.c:2456 +#: g10/card-util.c:1666 tools/gpg-card.c:2457 #, c-format msgid "" "Please note that the factory settings of the PINs are\n" @@ -2065,17 +2065,17 @@ msgstr "Kérem, válassza ki a visszavonás okát:\n" msgid "KEYTOCARD failed: %s\n" msgstr "FrissÃtés sikertelen: %s.\n" -#: g10/card-util.c:1941 tools/gpg-card.c:3064 +#: g10/card-util.c:1941 tools/gpg-card.c:3065 #, fuzzy, c-format msgid "Note: This command destroys all keys stored on the card!\n" msgstr "Kihagytam: titkos kulcs már jelen van.\n" -#: g10/card-util.c:1944 tools/gpg-card.c:3067 tools/gpg-card.c:3408 +#: g10/card-util.c:1944 tools/gpg-card.c:3068 tools/gpg-card.c:3409 #, fuzzy msgid "Continue? (y/N) " msgstr "Valóban aláÃrja? " -#: g10/card-util.c:1949 tools/gpg-card.c:3078 +#: g10/card-util.c:1949 tools/gpg-card.c:3079 msgid "Really do a factory reset? (enter \"yes\") " msgstr "" @@ -2089,7 +2089,7 @@ msgstr "Hiba \"%s\" olvasásakor: %s\n" msgid "error for setup UIF: %s\n" msgstr "Hiba \"%s\" olvasásakor: %s\n" -#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3648 +#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3649 msgid "quit this menu" msgstr "kilépés ebbÅ‘l a menübÅ‘l" @@ -2098,68 +2098,68 @@ msgstr "kilépés ebbÅ‘l a menübÅ‘l" msgid "show admin commands" msgstr "Egymásnak ellentmondó parancsok!\n" -#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3651 +#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3652 msgid "show this help" msgstr "megmutatja ezt a súgót" -#: g10/card-util.c:2217 tools/gpg-card.c:3653 +#: g10/card-util.c:2217 tools/gpg-card.c:3654 #, fuzzy msgid "list all available data" msgstr "Kulcs található: " -#: g10/card-util.c:2220 tools/gpg-card.c:3655 +#: g10/card-util.c:2220 tools/gpg-card.c:3656 msgid "change card holder's name" msgstr "" -#: g10/card-util.c:2221 tools/gpg-card.c:3656 +#: g10/card-util.c:2221 tools/gpg-card.c:3657 msgid "change URL to retrieve key" msgstr "" -#: g10/card-util.c:2222 tools/gpg-card.c:3657 +#: g10/card-util.c:2222 tools/gpg-card.c:3658 msgid "fetch the key specified in the card URL" msgstr "" -#: g10/card-util.c:2223 tools/gpg-card.c:3658 +#: g10/card-util.c:2223 tools/gpg-card.c:3659 #, fuzzy msgid "change the login name" msgstr "lejárat megváltoztatása" -#: g10/card-util.c:2224 tools/gpg-card.c:3659 +#: g10/card-util.c:2224 tools/gpg-card.c:3660 #, fuzzy msgid "change the language preferences" msgstr "kulcstulajdonos megbÃzhatóságának beállÃtása" -#: g10/card-util.c:2225 tools/gpg-card.c:3660 +#: g10/card-util.c:2225 tools/gpg-card.c:3661 msgid "change card holder's salutation" msgstr "" -#: g10/card-util.c:2227 tools/gpg-card.c:3662 +#: g10/card-util.c:2227 tools/gpg-card.c:3663 #, fuzzy msgid "change a CA fingerprint" msgstr "megmutatja az ujjlenyomatot" -#: g10/card-util.c:2228 tools/gpg-card.c:3663 +#: g10/card-util.c:2228 tools/gpg-card.c:3664 msgid "toggle the signature force PIN flag" msgstr "" -#: g10/card-util.c:2229 tools/gpg-card.c:3664 +#: g10/card-util.c:2229 tools/gpg-card.c:3665 #, fuzzy msgid "generate new keys" msgstr "új kulcspár létrehozása" -#: g10/card-util.c:2230 tools/gpg-card.c:3665 +#: g10/card-util.c:2230 tools/gpg-card.c:3666 msgid "menu to change or unblock the PIN" msgstr "" -#: g10/card-util.c:2231 tools/gpg-card.c:3666 +#: g10/card-util.c:2231 tools/gpg-card.c:3667 msgid "verify the PIN and list all data" msgstr "" -#: g10/card-util.c:2232 tools/gpg-card.c:3667 +#: g10/card-util.c:2232 tools/gpg-card.c:3668 msgid "unblock the PIN using a Reset Code" msgstr "" -#: g10/card-util.c:2233 tools/gpg-card.c:3671 +#: g10/card-util.c:2233 tools/gpg-card.c:3672 msgid "destroy all keys and data" msgstr "" @@ -2175,13 +2175,13 @@ msgstr "|NÉV|NÉV használata alapértelmezett cÃmzettként" msgid "change the key attribute" msgstr "kulcstulajdonos megbÃzhatóságának beállÃtása" -#: g10/card-util.c:2237 tools/gpg-card.c:3673 +#: g10/card-util.c:2237 tools/gpg-card.c:3674 #, fuzzy #| msgid "change the ownertrust" msgid "change the User Interaction Flag" msgstr "kulcstulajdonos megbÃzhatóságának beállÃtása" -#: g10/card-util.c:2361 tools/gpg-card.c:3923 +#: g10/card-util.c:2361 tools/gpg-card.c:3924 msgid "gpg/card> " msgstr "" @@ -2200,8 +2200,8 @@ msgstr "Egymásnak ellentmondó parancsok!\n" msgid "Admin commands are not allowed\n" msgstr "Ãrom a titkos kulcsot a %s állományba.\n" -#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3813 -#: tools/gpg-card.c:4071 +#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3814 +#: tools/gpg-card.c:4072 #, c-format msgid "Invalid command (try \"help\")\n" msgstr "Érvénytelen parancs! (Próbálja a súgót: \"help\".)\n" @@ -2211,22 +2211,22 @@ msgstr "Érvénytelen parancs! (Próbálja a súgót: \"help\".)\n" msgid "--output doesn't work for this command\n" msgstr "Az --output opció nem működik ehhez a parancshoz.\n" -#: g10/decrypt.c:247 g10/gpg.c:5262 g10/keyring.c:399 g10/keyring.c:750 +#: g10/decrypt.c:247 g10/gpg.c:5293 g10/keyring.c:399 g10/keyring.c:750 #, fuzzy, c-format #| msgid "can't open `%s'\n" msgid "can't open '%s'\n" msgstr "Nem tudom megnyitni %s-t!\n" #: g10/delkey.c:81 g10/export.c:1934 g10/export.c:2342 g10/export.c:2463 -#: g10/getkey.c:1907 g10/gpg.c:5207 g10/keyedit.c:1450 g10/keyedit.c:2382 -#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1238 +#: g10/getkey.c:1907 g10/gpg.c:5238 g10/keyedit.c:1450 g10/keyedit.c:2382 +#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1240 #: g10/revoke.c:230 g10/tofu.c:2168 #, fuzzy, c-format msgid "key \"%s\" not found: %s\n" msgstr "\"%s\" kulcs nem található: %s\n" -#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4303 -#: g10/gpg.c:5216 g10/keyedit.c:2354 g10/keyserver.c:1256 g10/revoke.c:236 +#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4330 +#: g10/gpg.c:5247 g10/keyedit.c:2354 g10/keyserver.c:1258 g10/revoke.c:236 #: g10/revoke.c:665 g10/tofu.c:2176 #, c-format msgid "error reading keyblock: %s\n" @@ -2354,15 +2354,15 @@ msgstr "" msgid "(use option \"%s\" to override)\n" msgstr "" -#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4052 -#: g10/gpg.c:4099 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1760 +#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4083 +#: g10/gpg.c:4130 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1793 #, fuzzy, c-format msgid "cipher algorithm '%s' may not be used in %s mode\n" msgstr "" "Lehet, hogy nem használhatja \"%s\" rejtjelezÅ‘ algoritmust %s módban!\n" -#: g10/encrypt.c:564 g10/gpg.c:4064 g10/gpg.c:4111 g10/sig-check.c:155 -#: g10/sign.c:452 sm/gpgsm.c:1770 sm/gpgsm.c:1780 sm/sign.c:596 sm/verify.c:510 +#: g10/encrypt.c:564 g10/gpg.c:4095 g10/gpg.c:4142 g10/sig-check.c:155 +#: g10/sign.c:452 sm/gpgsm.c:1803 sm/gpgsm.c:1813 sm/sign.c:596 sm/verify.c:510 #, fuzzy, c-format msgid "digest algorithm '%s' may not be used in %s mode\n" msgstr "" @@ -2467,7 +2467,7 @@ msgstr "" msgid " - skipped" msgstr "%s: kihagyva: %s\n" -#: g10/export.c:1333 g10/import.c:2112 g10/openfile.c:202 g10/openfile.c:296 +#: g10/export.c:1333 g10/import.c:2124 g10/openfile.c:202 g10/openfile.c:296 #: g10/sign.c:1110 g10/sign.c:1447 #, fuzzy, c-format #| msgid "writing to `%s'\n" @@ -2565,297 +2565,297 @@ msgstr "" msgid "using subkey %s instead of primary key %s\n" msgstr "A %08lX másodlagos kulcsot használjuk a %08lX elsÅ‘dleges helyett.\n" -#: g10/getkey.c:4232 g10/gpg.c:2164 +#: g10/getkey.c:4259 g10/gpg.c:2167 #, fuzzy, c-format msgid "valid values for option '%s':\n" msgstr "Érvénytelen import opciók!\n" -#: g10/gpg.c:449 sm/gpgsm.c:215 +#: g10/gpg.c:450 sm/gpgsm.c:217 #, fuzzy msgid "make a signature" msgstr "különálló aláÃrás készÃtése" -#: g10/gpg.c:450 +#: g10/gpg.c:451 #, fuzzy msgid "make a clear text signature" msgstr "|[fájl]|olvasható szöveg aláÃrása" -#: g10/gpg.c:452 sm/gpgsm.c:217 +#: g10/gpg.c:453 sm/gpgsm.c:219 msgid "make a detached signature" msgstr "különálló aláÃrás készÃtése" -#: g10/gpg.c:453 sm/gpgsm.c:218 +#: g10/gpg.c:454 sm/gpgsm.c:220 msgid "encrypt data" msgstr "adat titkosÃtása" -#: g10/gpg.c:455 +#: g10/gpg.c:456 msgid "encryption only with symmetric cipher" msgstr "titkosÃtás csak szimmetrikus rejtjelezÅ‘vel" -#: g10/gpg.c:457 sm/gpgsm.c:220 +#: g10/gpg.c:458 sm/gpgsm.c:222 msgid "decrypt data (default)" msgstr "adat visszafejtése (alapértelmezés)" -#: g10/gpg.c:459 sm/gpgsm.c:221 +#: g10/gpg.c:460 sm/gpgsm.c:223 msgid "verify a signature" msgstr "aláÃrás ellenÅ‘rzése" -#: g10/gpg.c:461 sm/gpgsm.c:222 +#: g10/gpg.c:462 sm/gpgsm.c:224 msgid "list keys" msgstr "kulcsok listázása" -#: g10/gpg.c:463 +#: g10/gpg.c:464 msgid "list keys and signatures" msgstr "kulcsok és aláÃrások listázása" -#: g10/gpg.c:466 +#: g10/gpg.c:467 #, fuzzy msgid "list and check key signatures" msgstr "kulcsaláÃrások ellenÅ‘rzése" -#: g10/gpg.c:468 sm/gpgsm.c:227 +#: g10/gpg.c:469 sm/gpgsm.c:229 msgid "list keys and fingerprints" msgstr "kulcsok és ujjlenyomatok listázása" -#: g10/gpg.c:469 sm/gpgsm.c:225 +#: g10/gpg.c:470 sm/gpgsm.c:227 msgid "list secret keys" msgstr "titkos kulcsok listázása" -#: g10/gpg.c:471 sm/gpgsm.c:228 +#: g10/gpg.c:472 sm/gpgsm.c:230 msgid "generate a new key pair" msgstr "új kulcspár létrehozása" -#: g10/gpg.c:474 +#: g10/gpg.c:475 #, fuzzy #| msgid "generate a new key pair" msgid "quickly generate a new key pair" msgstr "új kulcspár létrehozása" -#: g10/gpg.c:477 +#: g10/gpg.c:478 #, fuzzy #| msgid "generate a new key pair" msgid "quickly add a new user-id" msgstr "új kulcspár létrehozása" -#: g10/gpg.c:482 +#: g10/gpg.c:483 #, fuzzy #| msgid "generate a new key pair" msgid "quickly revoke a user-id" msgstr "új kulcspár létrehozása" -#: g10/gpg.c:485 +#: g10/gpg.c:486 #, fuzzy #| msgid "generate a new key pair" msgid "quickly set a new expiration date" msgstr "új kulcspár létrehozása" -#: g10/gpg.c:488 +#: g10/gpg.c:489 msgid "full featured key pair generation" msgstr "" -#: g10/gpg.c:491 +#: g10/gpg.c:492 msgid "generate a revocation certificate" msgstr "visszavonási igazolás készÃtése" -#: g10/gpg.c:494 sm/gpgsm.c:231 +#: g10/gpg.c:495 sm/gpgsm.c:233 msgid "remove keys from the public keyring" msgstr "kulcsok eltávolÃtása a nyilvánoskulcs-karikáról" -#: g10/gpg.c:496 +#: g10/gpg.c:497 msgid "remove keys from the secret keyring" msgstr "kulcsok eltávolÃtása a titkoskulcs-karikáról" -#: g10/gpg.c:498 +#: g10/gpg.c:499 #, fuzzy #| msgid "sign a key" msgid "quickly sign a key" msgstr "kulcs aláÃrása" -#: g10/gpg.c:500 +#: g10/gpg.c:501 #, fuzzy #| msgid "sign a key locally" msgid "quickly sign a key locally" msgstr "kulcs aláÃrása helyileg" -#: g10/gpg.c:502 +#: g10/gpg.c:503 #, fuzzy #| msgid "generate a new key pair" msgid "quickly revoke a key signature" msgstr "új kulcspár létrehozása" -#: g10/gpg.c:503 +#: g10/gpg.c:504 msgid "sign a key" msgstr "kulcs aláÃrása" -#: g10/gpg.c:504 +#: g10/gpg.c:505 msgid "sign a key locally" msgstr "kulcs aláÃrása helyileg" -#: g10/gpg.c:505 +#: g10/gpg.c:506 msgid "sign or edit a key" msgstr "kulcs aláÃrása vagy szerkesztése" -#: g10/gpg.c:507 sm/gpgsm.c:249 +#: g10/gpg.c:508 sm/gpgsm.c:251 #, fuzzy msgid "change a passphrase" msgstr "jelszóváltoztatás" -#: g10/gpg.c:511 +#: g10/gpg.c:512 msgid "export keys" msgstr "kulcsok exportálása" -#: g10/gpg.c:512 +#: g10/gpg.c:513 msgid "export keys to a keyserver" msgstr "kulcsok exportálása kulcsszerverre" -#: g10/gpg.c:513 +#: g10/gpg.c:514 msgid "import keys from a keyserver" msgstr "kulcsok importálása kulcsszerverrÅ‘l" -#: g10/gpg.c:516 +#: g10/gpg.c:517 msgid "search for keys on a keyserver" msgstr "kulcsok keresése kulcsszerveren" -#: g10/gpg.c:518 +#: g10/gpg.c:519 msgid "update all keys from a keyserver" msgstr "minden kulcs frissÃtése kulcsszerverrÅ‘l" -#: g10/gpg.c:526 +#: g10/gpg.c:527 msgid "import/merge keys" msgstr "kulcsok importálása/összefűzése" -#: g10/gpg.c:529 +#: g10/gpg.c:530 msgid "print the card status" msgstr "" -#: g10/gpg.c:530 +#: g10/gpg.c:531 msgid "change data on a card" msgstr "" -#: g10/gpg.c:532 +#: g10/gpg.c:533 msgid "change a card's PIN" msgstr "" -#: g10/gpg.c:544 +#: g10/gpg.c:545 msgid "update the trust database" msgstr "bizalmi adatbázis frissÃtése" -#: g10/gpg.c:554 +#: g10/gpg.c:555 #, fuzzy msgid "print message digests" msgstr "|algo [fájlok]|üzenet kivonatának kiÃrása" -#: g10/gpg.c:558 sm/gpgsm.c:244 +#: g10/gpg.c:559 sm/gpgsm.c:246 msgid "run in server mode" msgstr "" -#: g10/gpg.c:560 +#: g10/gpg.c:561 msgid "|VALUE|set the TOFU policy for a key" msgstr "" -#: g10/gpg.c:603 +#: g10/gpg.c:604 msgid "|NAME|use NAME as default secret key" msgstr "|NÉV|NÉV használata alapértelmezett titkos kulcsként" -#: g10/gpg.c:605 sm/gpgsm.c:337 +#: g10/gpg.c:606 sm/gpgsm.c:340 #, fuzzy msgid "|NAME|encrypt to user ID NAME as well" msgstr "|NÉV|titkosÃtás NÉV részére" -#: g10/gpg.c:613 +#: g10/gpg.c:614 msgid "|SPEC|set up email aliases" msgstr "" -#: g10/gpg.c:625 +#: g10/gpg.c:626 msgid "use strict OpenPGP behavior" msgstr "" -#: g10/gpg.c:650 kbx/kbxutil.c:91 sm/gpgsm.c:421 tools/gpgconf.c:113 +#: g10/gpg.c:651 kbx/kbxutil.c:91 sm/gpgsm.c:424 tools/gpgconf.c:113 msgid "do not make any changes" msgstr "ne csináljon semmi változtatást" -#: g10/gpg.c:651 +#: g10/gpg.c:652 msgid "prompt before overwriting" msgstr "felülÃrás elÅ‘tt rákérdezés" -#: g10/gpg.c:700 sm/gpgsm.c:307 +#: g10/gpg.c:701 sm/gpgsm.c:310 msgid "Options controlling the input" msgstr "" -#: g10/gpg.c:718 sm/gpgsm.c:317 +#: g10/gpg.c:719 sm/gpgsm.c:320 msgid "Options controlling the output" msgstr "" -#: g10/gpg.c:720 sm/gpgsm.c:319 +#: g10/gpg.c:721 sm/gpgsm.c:322 msgid "create ascii armored output" msgstr "ascii páncélozott kimenet létrehozása" -#: g10/gpg.c:724 g10/gpgv.c:82 sm/gpgsm.c:324 +#: g10/gpg.c:725 g10/gpgv.c:82 sm/gpgsm.c:327 #, fuzzy msgid "|FILE|write output to FILE" msgstr "|fájl|bÅ‘vÃtÅ‘ modul betöltése" -#: g10/gpg.c:737 +#: g10/gpg.c:738 msgid "use canonical text mode" msgstr "kanonikus szöveges mód használata" -#: g10/gpg.c:755 +#: g10/gpg.c:756 #, fuzzy msgid "|N|set compress level to N (0 disables)" msgstr "|N|tömörÃtési szint beállÃtása N-re (0: tiltás)" -#: g10/gpg.c:761 sm/gpgsm.c:354 +#: g10/gpg.c:762 sm/gpgsm.c:357 msgid "Options controlling key import and export" msgstr "" -#: g10/gpg.c:764 +#: g10/gpg.c:765 msgid "|MECHANISMS|use MECHANISMS to locate keys by mail address" msgstr "" -#: g10/gpg.c:767 +#: g10/gpg.c:768 #, fuzzy #| msgid "import keys from a keyserver" msgid "import missing key from a signature" msgstr "kulcsok importálása kulcsszerverrÅ‘l" -#: g10/gpg.c:772 +#: g10/gpg.c:773 #, fuzzy msgid "include the public key in signatures" msgstr "kulcsaláÃrások ellenÅ‘rzése" -#: g10/gpg.c:775 sm/gpgsm.c:357 +#: g10/gpg.c:776 sm/gpgsm.c:360 msgid "disable all access to the dirmngr" msgstr "" -#: g10/gpg.c:787 sm/gpgsm.c:364 +#: g10/gpg.c:788 sm/gpgsm.c:367 msgid "Options controlling key listings" msgstr "" -#: g10/gpg.c:817 sm/gpgsm.c:329 +#: g10/gpg.c:818 sm/gpgsm.c:332 #, fuzzy #| msgid "list secret keys" msgid "Options to specify keys" msgstr "titkos kulcsok listázása" -#: g10/gpg.c:819 sm/gpgsm.c:331 +#: g10/gpg.c:820 sm/gpgsm.c:334 #, fuzzy msgid "|USER-ID|encrypt for USER-ID" msgstr "|NÉV|titkosÃtás NÉV részére" -#: g10/gpg.c:827 sm/gpgsm.c:333 +#: g10/gpg.c:828 sm/gpgsm.c:336 #, fuzzy msgid "|USER-ID|use USER-ID to sign or decrypt" msgstr "felh. azonosÃtó aláÃráshoz és visszafejtéshez" -#: g10/gpg.c:875 sm/gpgsm.c:405 +#: g10/gpg.c:876 sm/gpgsm.c:408 msgid "Options for unattended use" msgstr "" -#: g10/gpg.c:894 sm/gpgsm.c:417 dirmngr/dirmngr.c:285 +#: g10/gpg.c:895 sm/gpgsm.c:420 dirmngr/dirmngr.c:286 msgid "Other options" msgstr "" -#: g10/gpg.c:965 sm/gpgsm.c:450 +#: g10/gpg.c:966 sm/gpgsm.c:453 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -2863,7 +2863,7 @@ msgstr "" "@\n" "(A parancsok és opciók teljes listáját a man oldalon tekintheti meg.)\n" -#: g10/gpg.c:968 +#: g10/gpg.c:969 #, fuzzy #| msgid "" #| "@\n" @@ -2893,13 +2893,13 @@ msgstr "" " --list-keys [nevek] kulcsok kiÃratása\n" " --fingerprint [nevek] ujjlenyomatok kiÃratása\n" -#: g10/gpg.c:1153 +#: g10/gpg.c:1154 #, fuzzy #| msgid "Usage: gpg [options] [files] (-h for help)" msgid "Usage: @GPG@ [options] [files] (-h for help)" msgstr "Használat: gpg [opciók] [fájlok] (-h a súgóhoz)" -#: g10/gpg.c:1156 +#: g10/gpg.c:1157 #, fuzzy #| msgid "" #| "Syntax: gpg [options] [files]\n" @@ -2914,7 +2914,7 @@ msgstr "" "AláÃrás, ellenÅ‘rzés, titkosÃtás vagy visszafejtés.\n" "Az alapértelmezett művelet a bemeneti adattól függ.\n" -#: g10/gpg.c:1167 sm/gpgsm.c:633 +#: g10/gpg.c:1168 sm/gpgsm.c:636 msgid "" "\n" "Supported algorithms:\n" @@ -2922,567 +2922,567 @@ msgstr "" "\n" "Támogatott algoritmusok:\n" -#: g10/gpg.c:1170 +#: g10/gpg.c:1171 msgid "Pubkey: " msgstr "Nyilvános kulcsú (pubkey): " -#: g10/gpg.c:1177 g10/keyedit.c:3316 +#: g10/gpg.c:1178 g10/keyedit.c:3316 msgid "Cipher: " msgstr "RejtjelezÅ‘ (cipher): " -#: g10/gpg.c:1191 +#: g10/gpg.c:1192 msgid "Hash: " msgstr "Kivonatoló (hash): " -#: g10/gpg.c:1198 g10/keyedit.c:3382 +#: g10/gpg.c:1199 g10/keyedit.c:3382 msgid "Compression: " msgstr "TömörÃtÅ‘ (compression): " -#: g10/gpg.c:1273 sm/gpgsm.c:707 +#: g10/gpg.c:1274 sm/gpgsm.c:710 #, fuzzy, c-format msgid "usage: %s [options] %s\n" msgstr "Használat: gpg [opciók] " -#: g10/gpg.c:1466 sm/gpgsm.c:800 +#: g10/gpg.c:1467 sm/gpgsm.c:803 #, c-format msgid "conflicting commands\n" msgstr "Egymásnak ellentmondó parancsok!\n" -#: g10/gpg.c:1484 +#: g10/gpg.c:1485 #, fuzzy, c-format msgid "no = sign found in group definition '%s'\n" msgstr "Nem találtam = jelet a \"%s\" csoportdefinÃcióban!\n" -#: g10/gpg.c:1682 +#: g10/gpg.c:1683 #, fuzzy, c-format msgid "WARNING: unsafe ownership on homedir '%s'\n" msgstr "FIGYELEM: Nem biztonságos tulajdonos: %s \"%s\"\n" -#: g10/gpg.c:1685 +#: g10/gpg.c:1686 #, fuzzy, c-format msgid "WARNING: unsafe ownership on configuration file '%s'\n" msgstr "FIGYELEM: Nem biztonságos tulajdonos: %s \"%s\"\n" -#: g10/gpg.c:1688 +#: g10/gpg.c:1689 #, fuzzy, c-format msgid "WARNING: unsafe ownership on extension '%s'\n" msgstr "FIGYELEM: Nem biztonságos tulajdonos: %s \"%s\"\n" -#: g10/gpg.c:1694 +#: g10/gpg.c:1695 #, fuzzy, c-format msgid "WARNING: unsafe permissions on homedir '%s'\n" msgstr "FIGYELEM: nem biztonságos engedélyek: %s \"%s\"\n" -#: g10/gpg.c:1697 +#: g10/gpg.c:1698 #, fuzzy, c-format msgid "WARNING: unsafe permissions on configuration file '%s'\n" msgstr "FIGYELEM: nem biztonságos engedélyek: %s \"%s\"\n" -#: g10/gpg.c:1700 +#: g10/gpg.c:1701 #, fuzzy, c-format msgid "WARNING: unsafe permissions on extension '%s'\n" msgstr "FIGYELEM: nem biztonságos engedélyek: %s \"%s\"\n" -#: g10/gpg.c:1706 +#: g10/gpg.c:1707 #, fuzzy, c-format msgid "WARNING: unsafe enclosing directory ownership on homedir '%s'\n" msgstr "FIGYELEM: nem biztonságos könyvtártulajdonos: %s \"%s\"\n" -#: g10/gpg.c:1709 +#: g10/gpg.c:1710 #, fuzzy, c-format msgid "" "WARNING: unsafe enclosing directory ownership on configuration file '%s'\n" msgstr "FIGYELEM: nem biztonságos könyvtártulajdonos: %s \"%s\"\n" -#: g10/gpg.c:1712 +#: g10/gpg.c:1713 #, fuzzy, c-format msgid "WARNING: unsafe enclosing directory ownership on extension '%s'\n" msgstr "FIGYELEM: nem biztonságos könyvtártulajdonos: %s \"%s\"\n" -#: g10/gpg.c:1718 +#: g10/gpg.c:1719 #, fuzzy, c-format msgid "WARNING: unsafe enclosing directory permissions on homedir '%s'\n" msgstr "FIGYELEM: nem biztonságos könyvtárengedélyek: %s \"%s\"\n" -#: g10/gpg.c:1721 +#: g10/gpg.c:1722 #, fuzzy, c-format msgid "" "WARNING: unsafe enclosing directory permissions on configuration file '%s'\n" msgstr "FIGYELEM: nem biztonságos könyvtárengedélyek: %s \"%s\"\n" -#: g10/gpg.c:1724 +#: g10/gpg.c:1725 #, fuzzy, c-format msgid "WARNING: unsafe enclosing directory permissions on extension '%s'\n" msgstr "FIGYELEM: nem biztonságos könyvtárengedélyek: %s \"%s\"\n" -#: g10/gpg.c:1940 +#: g10/gpg.c:1941 #, fuzzy, c-format msgid "unknown configuration item '%s'\n" msgstr "\"%s\": ismeretlen konfigurációs elem.\n" -#: g10/gpg.c:2034 +#: g10/gpg.c:2037 msgid "display photo IDs during key listings" msgstr "" -#: g10/gpg.c:2036 +#: g10/gpg.c:2039 #, fuzzy msgid "show key usage information during key listings" msgstr "Nincs megfelelÅ‘ aláÃrás a titkoskulcs-karikán.\n" -#: g10/gpg.c:2038 +#: g10/gpg.c:2041 msgid "show policy URLs during signature listings" msgstr "" -#: g10/gpg.c:2040 +#: g10/gpg.c:2043 #, fuzzy msgid "show all notations during signature listings" msgstr "Nincs megfelelÅ‘ aláÃrás a titkoskulcs-karikán.\n" -#: g10/gpg.c:2042 +#: g10/gpg.c:2045 msgid "show IETF standard notations during signature listings" msgstr "" -#: g10/gpg.c:2046 +#: g10/gpg.c:2049 msgid "show user-supplied notations during signature listings" msgstr "" -#: g10/gpg.c:2048 +#: g10/gpg.c:2051 #, fuzzy msgid "show preferred keyserver URLs during signature listings" msgstr "A megadott aláÃrási eljárásmód URL-je érvénytelen!\n" -#: g10/gpg.c:2050 +#: g10/gpg.c:2053 msgid "show user ID validity during key listings" msgstr "" -#: g10/gpg.c:2052 +#: g10/gpg.c:2055 msgid "show revoked and expired user IDs in key listings" msgstr "" -#: g10/gpg.c:2054 +#: g10/gpg.c:2057 msgid "show revoked and expired subkeys in key listings" msgstr "" -#: g10/gpg.c:2056 +#: g10/gpg.c:2059 #, fuzzy msgid "show the keyring name in key listings" msgstr "mutatja a kilistázott kulcs kulcskarikáját is" -#: g10/gpg.c:2058 +#: g10/gpg.c:2061 #, fuzzy msgid "show expiration dates during signature listings" msgstr "Nincs megfelelÅ‘ aláÃrás a titkoskulcs-karikán.\n" -#: g10/gpg.c:2175 +#: g10/gpg.c:2178 #, fuzzy, c-format msgid "unknown TOFU policy '%s'\n" msgstr "Ismeretlen alapértelmezett cÃmzett: \"%s\"\n" -#: g10/gpg.c:2177 +#: g10/gpg.c:2180 #, c-format msgid "(use \"help\" to list choices)\n" msgstr "" -#: g10/gpg.c:2972 g10/gpg.c:3797 g10/gpg.c:3809 +#: g10/gpg.c:2975 g10/gpg.c:3828 g10/gpg.c:3840 #, fuzzy, c-format #| msgid "NOTE: %s is not for normal use!\n" msgid "Note: %s is not for normal use!\n" msgstr "MEGJEGYZÉS: %s nem normál használatra van!\n" -#: g10/gpg.c:3148 g10/gpg.c:3160 +#: g10/gpg.c:3151 g10/gpg.c:3163 #, fuzzy, c-format msgid "'%s' is not a valid signature expiration\n" msgstr "%s nem érvényes karakterkiosztás!\n" -#: g10/gpg.c:3182 +#: g10/gpg.c:3185 #, fuzzy, c-format msgid "\"%s\" is not a proper mail address\n" msgstr "Ez nem érvényes e-mail cÃm.\n" -#: g10/gpg.c:3214 sm/gpgsm.c:1265 +#: g10/gpg.c:3217 sm/gpgsm.c:1270 #, fuzzy, c-format msgid "invalid pinentry mode '%s'\n" msgstr "Érvénytelen kivonatoló algoritmus: %s\n" -#: g10/gpg.c:3220 sm/gpgsm.c:1271 +#: g10/gpg.c:3223 sm/gpgsm.c:1276 #, fuzzy, c-format msgid "invalid request origin '%s'\n" msgstr "Érvénytelen import opciók!\n" -#: g10/gpg.c:3277 +#: g10/gpg.c:3280 #, fuzzy, c-format msgid "'%s' is not a valid character set\n" msgstr "%s nem érvényes karakterkiosztás!\n" -#: g10/gpg.c:3299 g10/gpg.c:3508 g10/keyedit.c:5319 +#: g10/gpg.c:3302 g10/gpg.c:3511 g10/keyedit.c:5319 #, fuzzy, c-format msgid "could not parse keyserver URL\n" msgstr "Értelmezhetetlen a kulcsszerver URI-ja!\n" -#: g10/gpg.c:3317 +#: g10/gpg.c:3320 #, fuzzy, c-format msgid "%s:%d: invalid keyserver options\n" msgstr "%s:%d: Érvénytelen export opciók!\n" -#: g10/gpg.c:3320 +#: g10/gpg.c:3323 #, fuzzy, c-format msgid "invalid keyserver options\n" msgstr "Érvénytelen export opciók!\n" -#: g10/gpg.c:3327 +#: g10/gpg.c:3330 #, c-format msgid "%s:%d: invalid import options\n" msgstr "%s:%d: Érvénytelen import opciók!\n" -#: g10/gpg.c:3330 +#: g10/gpg.c:3333 #, c-format msgid "invalid import options\n" msgstr "Érvénytelen import opciók!\n" -#: g10/gpg.c:3336 g10/gpg.c:3351 +#: g10/gpg.c:3339 g10/gpg.c:3354 #, fuzzy, c-format msgid "invalid filter option: %s\n" msgstr "Érvénytelen import opciók!\n" -#: g10/gpg.c:3342 +#: g10/gpg.c:3345 #, c-format msgid "%s:%d: invalid export options\n" msgstr "%s:%d: Érvénytelen export opciók!\n" -#: g10/gpg.c:3345 +#: g10/gpg.c:3348 #, c-format msgid "invalid export options\n" msgstr "Érvénytelen export opciók!\n" -#: g10/gpg.c:3357 +#: g10/gpg.c:3360 #, fuzzy, c-format msgid "%s:%d: invalid list options\n" msgstr "%s:%d: Érvénytelen import opciók!\n" -#: g10/gpg.c:3360 +#: g10/gpg.c:3363 #, fuzzy, c-format msgid "invalid list options\n" msgstr "Érvénytelen import opciók!\n" -#: g10/gpg.c:3368 +#: g10/gpg.c:3371 msgid "display photo IDs during signature verification" msgstr "" -#: g10/gpg.c:3370 +#: g10/gpg.c:3373 msgid "show policy URLs during signature verification" msgstr "" -#: g10/gpg.c:3372 +#: g10/gpg.c:3375 #, fuzzy msgid "show all notations during signature verification" msgstr "%s nem érvényes karakterkiosztás!\n" -#: g10/gpg.c:3374 +#: g10/gpg.c:3377 msgid "show IETF standard notations during signature verification" msgstr "" -#: g10/gpg.c:3378 +#: g10/gpg.c:3381 msgid "show user-supplied notations during signature verification" msgstr "" -#: g10/gpg.c:3380 +#: g10/gpg.c:3383 #, fuzzy msgid "show preferred keyserver URLs during signature verification" msgstr "A megadott aláÃrási eljárásmód URL-je érvénytelen!\n" -#: g10/gpg.c:3382 +#: g10/gpg.c:3385 #, fuzzy msgid "show user ID validity during signature verification" msgstr "%s nem érvényes karakterkiosztás!\n" -#: g10/gpg.c:3384 +#: g10/gpg.c:3387 msgid "show revoked and expired user IDs in signature verification" msgstr "" -#: g10/gpg.c:3386 +#: g10/gpg.c:3389 #, fuzzy msgid "show only the primary user ID in signature verification" msgstr "%s nem érvényes karakterkiosztás!\n" -#: g10/gpg.c:3393 +#: g10/gpg.c:3396 #, fuzzy, c-format msgid "%s:%d: invalid verify options\n" msgstr "%s:%d: Érvénytelen export opciók!\n" -#: g10/gpg.c:3396 +#: g10/gpg.c:3399 #, fuzzy, c-format msgid "invalid verify options\n" msgstr "Érvénytelen export opciók!\n" -#: g10/gpg.c:3403 +#: g10/gpg.c:3406 #, c-format msgid "unable to set exec-path to %s\n" msgstr "Nem tudom a végrehajtási elérési utat %s értékre állÃtani!\n" -#: g10/gpg.c:3610 +#: g10/gpg.c:3613 #, fuzzy, c-format msgid "%s:%d: invalid auto-key-locate list\n" msgstr "%s:%d: Érvénytelen export opciók!\n" -#: g10/gpg.c:3613 +#: g10/gpg.c:3616 #, c-format msgid "invalid auto-key-locate list\n" msgstr "" -#: g10/gpg.c:3622 +#: g10/gpg.c:3625 #, fuzzy, c-format msgid "invalid argument for option \"%.50s\"\n" msgstr "Érvénytelen import opciók!\n" -#: g10/gpg.c:3776 sm/gpgsm.c:1642 +#: g10/gpg.c:3807 sm/gpgsm.c:1675 #, c-format msgid "WARNING: program may create a core file!\n" msgstr "FIGYELEM: A program core állományt hozhat létre!\n" -#: g10/gpg.c:3790 +#: g10/gpg.c:3821 #, c-format msgid "WARNING: %s overrides %s\n" msgstr "FIGYELEM: %s hatástalanÃtja %s-t!\n" -#: g10/gpg.c:3799 +#: g10/gpg.c:3830 #, c-format msgid "%s not allowed with %s!\n" msgstr "%s és %s nem használható együtt!\n" -#: g10/gpg.c:3802 +#: g10/gpg.c:3833 #, c-format msgid "%s makes no sense with %s!\n" msgstr "%s értelmetlen %s mellett!\n" -#: g10/gpg.c:3817 sm/gpgsm.c:1663 dirmngr/dirmngr.c:1114 +#: g10/gpg.c:3848 sm/gpgsm.c:1696 dirmngr/dirmngr.c:1123 #, c-format msgid "WARNING: running with faked system time: " msgstr "" -#: g10/gpg.c:3838 +#: g10/gpg.c:3869 #, fuzzy, c-format msgid "will not run with insecure memory due to %s\n" msgstr "Ãrom a titkos kulcsot a %s állományba.\n" -#: g10/gpg.c:3866 g10/gpg.c:3897 sm/gpgsm.c:1730 +#: g10/gpg.c:3897 g10/gpg.c:3928 sm/gpgsm.c:1763 #, c-format msgid "selected cipher algorithm is invalid\n" msgstr "A kiválasztott rejtjelezÅ‘ algoritmus érvénytelen!\n" -#: g10/gpg.c:3873 +#: g10/gpg.c:3904 #, fuzzy, c-format #| msgid "selected digest algorithm is invalid\n" msgid "selected AEAD algorithm is invalid\n" msgstr "A kiválasztott kivonatoló algoritmus érvénytelen!\n" -#: g10/gpg.c:3885 +#: g10/gpg.c:3916 #, fuzzy, c-format msgid "selected compression algorithm is invalid\n" msgstr "A kiválasztott rejtjelezÅ‘ algoritmus érvénytelen!\n" -#: g10/gpg.c:3891 +#: g10/gpg.c:3922 #, c-format msgid "selected certification digest algorithm is invalid\n" msgstr "Az igazoláshoz kiválasztott kivonatoló algoritmus érvénytelen!\n" -#: g10/gpg.c:3906 +#: g10/gpg.c:3937 #, c-format msgid "completes-needed must be greater than 0\n" msgstr "completes-needed nagyobb kell legyen 0-nál!\n" -#: g10/gpg.c:3908 +#: g10/gpg.c:3939 #, c-format msgid "marginals-needed must be greater than 1\n" msgstr "marginals-needed nagyobb kell legyen 1-nél!\n" -#: g10/gpg.c:3910 +#: g10/gpg.c:3941 #, fuzzy, c-format msgid "max-cert-depth must be in the range from 1 to 255\n" msgstr "max-cert-depth 1 és 255 közé kell essen!\n" -#: g10/gpg.c:3912 +#: g10/gpg.c:3943 #, c-format msgid "invalid default-cert-level; must be 0, 1, 2, or 3\n" msgstr "Érvénytelen default-cert-level; 0, 1, 2 vagy 3 lehet.\n" -#: g10/gpg.c:3914 +#: g10/gpg.c:3945 #, c-format msgid "invalid min-cert-level; must be 1, 2, or 3\n" msgstr "Érvénytelen min-cert-level; 0, 1, 2 vagy 3 lehet.\n" -#: g10/gpg.c:3918 +#: g10/gpg.c:3949 #, fuzzy, c-format #| msgid "NOTE: simple S2K mode (0) is strongly discouraged\n" msgid "Note: simple S2K mode (0) is strongly discouraged\n" msgstr "MEGJEGYZÉS: Egyszerű S2K mód (0) erÅ‘sen ellenjavallt!\n" -#: g10/gpg.c:3922 +#: g10/gpg.c:3953 #, c-format msgid "invalid S2K mode; must be 0, 1 or 3\n" msgstr "Érvénytelen S2K mód; 0, 1 vagy 3 lehet.\n" -#: g10/gpg.c:3929 +#: g10/gpg.c:3960 #, c-format msgid "invalid default preferences\n" msgstr "Érvénytelen alapértelmezett preferenciák!\n" -#: g10/gpg.c:3933 +#: g10/gpg.c:3964 #, c-format msgid "invalid personal cipher preferences\n" msgstr "Érvénytelen személyes rejtjelezÅ‘-preferenciák!\n" -#: g10/gpg.c:3936 +#: g10/gpg.c:3967 #, fuzzy, c-format #| msgid "invalid personal cipher preferences\n" msgid "invalid personal AEAD preferences\n" msgstr "Érvénytelen személyes rejtjelezÅ‘-preferenciák!\n" -#: g10/gpg.c:3940 +#: g10/gpg.c:3971 #, c-format msgid "invalid personal digest preferences\n" msgstr "Érvénytelen személyes kivonatolópreferenciák!\n" -#: g10/gpg.c:3944 +#: g10/gpg.c:3975 #, c-format msgid "invalid personal compress preferences\n" msgstr "Érvénytelen személyes tömörÃtÅ‘preferenciák!\n" -#: g10/gpg.c:3953 g10/gpg.c:3958 +#: g10/gpg.c:3984 g10/gpg.c:3989 #, fuzzy, c-format #| msgid "keysize invalid; using %u bits\n" msgid "chunk size invalid - using %d\n" msgstr "Kulcsméret érvénytelen; %u bitet használok.\n" -#: g10/gpg.c:3995 +#: g10/gpg.c:4026 #, c-format msgid "%s does not yet work with %s\n" msgstr "%s és %s egyelÅ‘re nem használható együtt!\n" -#: g10/gpg.c:4058 +#: g10/gpg.c:4089 #, fuzzy, c-format msgid "AEAD algorithm '%s' may not be used in %s mode\n" msgstr "" "Lehet, hogy nem használhatja \"%s\" rejtjelezÅ‘ algoritmust %s módban!\n" -#: g10/gpg.c:4070 +#: g10/gpg.c:4101 #, fuzzy, c-format msgid "compression algorithm '%s' may not be used in %s mode\n" msgstr "Lehet, hogy nem használhatja \"%s\" tömörÃtÅ‘ algoritmust %s módban!\n" -#: g10/gpg.c:4225 +#: g10/gpg.c:4256 #, c-format msgid "failed to initialize the TrustDB: %s\n" msgstr "Bizalmi adatbázis (%s) inicializálása sikertelen!\n" -#: g10/gpg.c:4237 +#: g10/gpg.c:4268 #, c-format msgid "WARNING: recipients (-r) given without using public key encryption\n" msgstr "" "FIGYELEM: CÃmzett megadva (-r), de nincs nyilvános kulcsú titkosÃtás!\n" -#: g10/gpg.c:4309 +#: g10/gpg.c:4340 #, fuzzy, c-format msgid "symmetric encryption of '%s' failed: %s\n" msgstr "Visszafejtés sikertelen: %s.\n" -#: g10/gpg.c:4338 +#: g10/gpg.c:4369 #, c-format msgid "you cannot use --symmetric --encrypt with --s2k-mode 0\n" msgstr "" -#: g10/gpg.c:4341 +#: g10/gpg.c:4372 #, fuzzy, c-format msgid "you cannot use --symmetric --encrypt in %s mode\n" msgstr "Lehet, hogy nem használhatja %s-t %s módban!\n" -#: g10/gpg.c:4399 +#: g10/gpg.c:4430 #, c-format msgid "you cannot use --symmetric --sign --encrypt with --s2k-mode 0\n" msgstr "" -#: g10/gpg.c:4402 +#: g10/gpg.c:4433 #, fuzzy, c-format msgid "you cannot use --symmetric --sign --encrypt in %s mode\n" msgstr "Lehet, hogy nem használhatja %s-t %s módban!\n" -#: g10/gpg.c:4790 g10/keyserver.c:1858 +#: g10/gpg.c:4821 g10/keyserver.c:1870 #, c-format msgid "keyserver send failed: %s\n" msgstr "Küldés a kulcsszerverre sikertelen: %s\n" -#: g10/gpg.c:4795 +#: g10/gpg.c:4826 #, c-format msgid "keyserver receive failed: %s\n" msgstr "Vétel a kulcsszerverrÅ‘l sikertelen: %s\n" -#: g10/gpg.c:4801 +#: g10/gpg.c:4832 #, c-format msgid "key export failed: %s\n" msgstr "Kulcsexportálás sikertelen: %s\n" -#: g10/gpg.c:4814 +#: g10/gpg.c:4845 #, fuzzy, c-format #| msgid "key export failed: %s\n" msgid "export as ssh key failed: %s\n" msgstr "Kulcsexportálás sikertelen: %s\n" -#: g10/gpg.c:4826 +#: g10/gpg.c:4857 #, c-format msgid "keyserver search failed: %s\n" msgstr "Keresés a kulcsszerveren sikertelen: %s\n" -#: g10/gpg.c:4839 +#: g10/gpg.c:4870 #, c-format msgid "keyserver refresh failed: %s\n" msgstr "FrissÃtés a kulcsszerverrÅ‘l sikertelen: %s\n" -#: g10/gpg.c:4906 +#: g10/gpg.c:4937 #, c-format msgid "dearmoring failed: %s\n" msgstr "Páncél eltávolÃtása nem sikerült: %s\n" -#: g10/gpg.c:4917 +#: g10/gpg.c:4948 #, c-format msgid "enarmoring failed: %s\n" msgstr "Páncélozás nem sikerült: %s\n" -#: g10/gpg.c:5022 +#: g10/gpg.c:5053 #, fuzzy, c-format #| msgid "invalid hash algorithm `%s'\n" msgid "invalid hash algorithm '%s'\n" msgstr "Érvénytelen kivonatoló algoritmus: %s\n" -#: g10/gpg.c:5174 g10/tofu.c:2156 +#: g10/gpg.c:5205 g10/tofu.c:2156 #, fuzzy, c-format msgid "error parsing key specification '%s': %s\n" msgstr "Hiba a jelszó létrehozásakor: %s.\n" -#: g10/gpg.c:5185 +#: g10/gpg.c:5216 #, c-format msgid "'%s' does not appear to be a valid key ID, fingerprint or keygrip\n" msgstr "" -#: g10/gpg.c:5241 +#: g10/gpg.c:5272 #, c-format msgid "WARNING: no command supplied. Trying to guess what you mean ...\n" msgstr "" -#: g10/gpg.c:5252 +#: g10/gpg.c:5283 #, c-format msgid "Go ahead and type your message ...\n" msgstr "Kezdheti gépelni az üzenetet...\n" -#: g10/gpg.c:5599 +#: g10/gpg.c:5630 #, c-format msgid "the given certification policy URL is invalid\n" msgstr "A megadott igazolási eljárásmód URL-je érvénytelen!\n" -#: g10/gpg.c:5601 +#: g10/gpg.c:5632 #, c-format msgid "the given signature policy URL is invalid\n" msgstr "A megadott aláÃrási eljárásmód URL-je érvénytelen!\n" -#: g10/gpg.c:5634 +#: g10/gpg.c:5665 #, fuzzy, c-format msgid "the given preferred keyserver URL is invalid\n" msgstr "A megadott aláÃrási eljárásmód URL-je érvénytelen!\n" @@ -3496,7 +3496,7 @@ msgstr "a megadott kulcskarikáról vegye a kulcsokat" msgid "make timestamp conflicts only a warning" msgstr "idÅ‘bélyeg-konfliktus esetén csak figyelmeztessen" -#: g10/gpgv.c:86 sm/gpgsm.c:411 tools/gpgconf.c:116 tools/gpg-card.c:94 +#: g10/gpgv.c:86 sm/gpgsm.c:414 tools/gpgconf.c:116 tools/gpg-card.c:95 msgid "|FD|write status info to this FD" msgstr "|ÃL|állapotinformációk Ãrása ÃL állományleÃróra" @@ -3591,271 +3591,271 @@ msgstr "" msgid "repair keys on import" msgstr "megmutatja az ujjlenyomatot" -#: g10/import.c:387 g10/import.c:709 +#: g10/import.c:399 g10/import.c:721 #, c-format msgid "skipping block of type %d\n" msgstr "%d tÃpusú blokkot kihagyom.\n" -#: g10/import.c:726 +#: g10/import.c:738 #, fuzzy, c-format msgid "%lu keys processed so far\n" msgstr "Eddig %lu kulcsot dolgoztam fel.\n" -#: g10/import.c:819 +#: g10/import.c:831 #, c-format msgid "Total number processed: %lu\n" msgstr " Összesen feldolgoztam: %lu\n" -#: g10/import.c:822 +#: g10/import.c:834 #, fuzzy, c-format #| msgid " skipped new keys: %lu\n" msgid " skipped PGP-2 keys: %lu\n" msgstr " új kulcsok kihagyva: %lu\n" -#: g10/import.c:824 +#: g10/import.c:836 #, c-format msgid " skipped new keys: %lu\n" msgstr " új kulcsok kihagyva: %lu\n" -#: g10/import.c:827 +#: g10/import.c:839 #, c-format msgid " w/o user IDs: %lu\n" msgstr " felh. azonosÃtó nélkül: %lu\n" -#: g10/import.c:830 sm/import.c:129 +#: g10/import.c:842 sm/import.c:129 #, c-format msgid " imported: %lu" msgstr " importálva: %lu" -#: g10/import.c:834 sm/import.c:133 +#: g10/import.c:846 sm/import.c:133 #, c-format msgid " unchanged: %lu\n" msgstr " változatlan: %lu\n" -#: g10/import.c:836 +#: g10/import.c:848 #, c-format msgid " new user IDs: %lu\n" msgstr " új felh. azonosÃtók: %lu\n" -#: g10/import.c:838 +#: g10/import.c:850 #, c-format msgid " new subkeys: %lu\n" msgstr " új alkulcsok: %lu\n" -#: g10/import.c:840 +#: g10/import.c:852 #, c-format msgid " new signatures: %lu\n" msgstr " új aláÃrások: %lu\n" -#: g10/import.c:842 +#: g10/import.c:854 #, c-format msgid " new key revocations: %lu\n" msgstr " új kulcsvisszavonások: %lu\n" -#: g10/import.c:844 sm/import.c:135 +#: g10/import.c:856 sm/import.c:135 #, c-format msgid " secret keys read: %lu\n" msgstr " olvasott titkos kulcsok: %lu\n" -#: g10/import.c:846 sm/import.c:137 +#: g10/import.c:858 sm/import.c:137 #, c-format msgid " secret keys imported: %lu\n" msgstr " importált titkos kulcsok: %lu\n" -#: g10/import.c:848 sm/import.c:139 +#: g10/import.c:860 sm/import.c:139 #, c-format msgid " secret keys unchanged: %lu\n" msgstr "változatlan titkos kulcsok: %lu\n" -#: g10/import.c:850 sm/import.c:141 +#: g10/import.c:862 sm/import.c:141 #, c-format msgid " not imported: %lu\n" msgstr " nem importált: %lu\n" -#: g10/import.c:852 +#: g10/import.c:864 #, fuzzy, c-format msgid " signatures cleaned: %lu\n" msgstr " új aláÃrások: %lu\n" -#: g10/import.c:854 +#: g10/import.c:866 #, fuzzy, c-format msgid " user IDs cleaned: %lu\n" msgstr " olvasott titkos kulcsok: %lu\n" -#: g10/import.c:1279 +#: g10/import.c:1291 #, c-format msgid "" "WARNING: key %s contains preferences for unavailable\n" "algorithms on these user IDs:\n" msgstr "" -#: g10/import.c:1321 +#: g10/import.c:1333 #, c-format msgid " \"%s\": preference for cipher algorithm %s\n" msgstr "" -#: g10/import.c:1339 +#: g10/import.c:1351 #, fuzzy, c-format msgid " \"%s\": preference for AEAD algorithm %s\n" msgstr "%s aláÃrás, %s kivonatoló algoritmus.\n" -#: g10/import.c:1354 +#: g10/import.c:1366 #, fuzzy, c-format msgid " \"%s\": preference for digest algorithm %s\n" msgstr "%s aláÃrás, %s kivonatoló algoritmus.\n" -#: g10/import.c:1366 +#: g10/import.c:1378 #, c-format msgid " \"%s\": preference for compression algorithm %s\n" msgstr "" -#: g10/import.c:1379 +#: g10/import.c:1391 #, c-format msgid "it is strongly suggested that you update your preferences and\n" msgstr "" -#: g10/import.c:1381 +#: g10/import.c:1393 #, c-format msgid "re-distribute this key to avoid potential algorithm mismatch problems\n" msgstr "" -#: g10/import.c:1406 +#: g10/import.c:1418 #, c-format msgid "you can update your preferences with: gpg --edit-key %s updpref save\n" msgstr "" -#: g10/import.c:1920 g10/import.c:3041 +#: g10/import.c:1932 g10/import.c:3053 #, fuzzy, c-format msgid "key %s: no user ID\n" msgstr "%08lX kulcs: Nincs felhasználói azonosÃtó.\n" -#: g10/import.c:1926 +#: g10/import.c:1938 #, fuzzy, c-format msgid "key %s: %s\n" msgstr "Kihagytam \"%s\"-t: %s.\n" -#: g10/import.c:1927 g10/import.c:3013 +#: g10/import.c:1939 g10/import.c:3025 msgid "rejected by import screener" msgstr "" -#: g10/import.c:1976 +#: g10/import.c:1988 #, fuzzy, c-format msgid "key %s: PKS subkey corruption repaired\n" msgstr "%08lX kulcs: HKP alkulcssérülés kijavÃtva.\n" -#: g10/import.c:1997 +#: g10/import.c:2009 #, fuzzy, c-format msgid "key %s: accepted non self-signed user ID \"%s\"\n" msgstr "%08lX kulcs: Nem önaláÃrt felh. azonosÃtó (\"%s\") elfogadva.\n" -#: g10/import.c:2008 g10/import.c:2039 +#: g10/import.c:2020 g10/import.c:2051 #, fuzzy, c-format msgid "key %s: no valid user IDs\n" msgstr "%08lX kulcs: Nincs érvényes felhasználói azonosÃtó.\n" -#: g10/import.c:2010 +#: g10/import.c:2022 #, c-format msgid "this may be caused by a missing self-signature\n" msgstr "Ezt okozhatja egy hiányzó önaláÃrás.\n" -#: g10/import.c:2089 g10/import.c:3427 +#: g10/import.c:2101 g10/import.c:3439 #, fuzzy, c-format msgid "key %s: public key not found: %s\n" msgstr "%08lX kulcs: Nyilvános kulcs nem található: %s\n" -#: g10/import.c:2095 +#: g10/import.c:2107 #, fuzzy, c-format msgid "key %s: new key - skipped\n" msgstr "%08lX kulcs: új kulcs - kihagytam.\n" -#: g10/import.c:2107 +#: g10/import.c:2119 #, c-format msgid "no writable keyring found: %s\n" msgstr "Nem Ãrható kulcskarikát találtam: %s\n" -#: g10/import.c:2139 g10/import.c:2241 g10/import.c:3502 +#: g10/import.c:2151 g10/import.c:2253 g10/import.c:3514 #, fuzzy, c-format #| msgid "error writing keyring `%s': %s\n" msgid "error writing keyring '%s': %s\n" msgstr "Hiba a \"%s\" kulcskarika Ãrásakor: %s\n" -#: g10/import.c:2162 +#: g10/import.c:2174 #, fuzzy, c-format msgid "key %s: public key \"%s\" imported\n" msgstr "%08lX kulcs: \"%s\" nyilvános kulcs importálva.\n" -#: g10/import.c:2189 +#: g10/import.c:2201 #, fuzzy, c-format msgid "key %s: doesn't match our copy\n" msgstr "%08lX kulcs: Nem egyezik a mi másolatunkkal!\n" -#: g10/import.c:2257 +#: g10/import.c:2269 #, fuzzy, c-format msgid "key %s: \"%s\" 1 new user ID\n" msgstr "%08lX kulcs: \"%s\" 1 új felhasználói azonosÃtó.\n" -#: g10/import.c:2260 +#: g10/import.c:2272 #, fuzzy, c-format msgid "key %s: \"%s\" %d new user IDs\n" msgstr "%08lX kulcs: \"%s\" %d új felhasználói azonosÃtó.\n" -#: g10/import.c:2263 +#: g10/import.c:2275 #, fuzzy, c-format msgid "key %s: \"%s\" 1 new signature\n" msgstr "%08lX kulcs: \"%s\" 1 új aláÃrás.\n" -#: g10/import.c:2266 +#: g10/import.c:2278 #, fuzzy, c-format msgid "key %s: \"%s\" %d new signatures\n" msgstr "%08lX kulcs: \"%s\" %d új aláÃrás.\n" -#: g10/import.c:2269 +#: g10/import.c:2281 #, fuzzy, c-format msgid "key %s: \"%s\" 1 new subkey\n" msgstr "%08lX kulcs: \"%s\" 1 új alkulcs.\n" -#: g10/import.c:2272 +#: g10/import.c:2284 #, fuzzy, c-format msgid "key %s: \"%s\" %d new subkeys\n" msgstr "%08lX kulcs: \"%s\" %d új alkulcs.\n" -#: g10/import.c:2275 +#: g10/import.c:2287 #, fuzzy, c-format msgid "key %s: \"%s\" %d signature cleaned\n" msgstr "%08lX kulcs: \"%s\" %d új aláÃrás.\n" -#: g10/import.c:2278 +#: g10/import.c:2290 #, fuzzy, c-format msgid "key %s: \"%s\" %d signatures cleaned\n" msgstr "%08lX kulcs: \"%s\" %d új aláÃrás.\n" -#: g10/import.c:2281 +#: g10/import.c:2293 #, fuzzy, c-format msgid "key %s: \"%s\" %d user ID cleaned\n" msgstr "%08lX kulcs: \"%s\" %d új felhasználói azonosÃtó.\n" -#: g10/import.c:2284 +#: g10/import.c:2296 #, fuzzy, c-format msgid "key %s: \"%s\" %d user IDs cleaned\n" msgstr "%08lX kulcs: \"%s\" %d új felhasználói azonosÃtó.\n" -#: g10/import.c:2320 +#: g10/import.c:2332 #, fuzzy, c-format msgid "key %s: \"%s\" not changed\n" msgstr "%08lX kulcs: \"%s\" nem változott.\n" -#: g10/import.c:2680 g10/import.c:2875 +#: g10/import.c:2692 g10/import.c:2887 #, fuzzy, c-format msgid "key %s: secret key imported\n" msgstr "%08lX kulcs: Titkos kulcs importálva.\n" -#: g10/import.c:2688 +#: g10/import.c:2700 #, fuzzy, c-format #| msgid "skipped: secret key already present\n" msgid "key %s: secret key already exists\n" msgstr "Kihagytam: titkos kulcs már jelen van.\n" -#: g10/import.c:2696 +#: g10/import.c:2708 #, fuzzy, c-format msgid "key %s: error sending to agent: %s\n" msgstr "Hiba %s-ra/-re küldéskor: %s\n" @@ -3868,204 +3868,204 @@ msgstr "Hiba %s-ra/-re küldéskor: %s\n" #. * Instead, user should be suggested to run 'gpg --card-status', #. * then, references to a card will be automatically created #. * again. -#: g10/import.c:2865 +#: g10/import.c:2877 #, c-format msgid "To migrate '%s', with each smartcard, run: %s\n" msgstr "" -#: g10/import.c:3012 +#: g10/import.c:3024 #, fuzzy, c-format msgid "secret key %s: %s\n" msgstr "\"%s\" titkos kulcs nem található: %s\n" -#: g10/import.c:3033 g10/import.c:3072 +#: g10/import.c:3045 g10/import.c:3084 #, fuzzy, c-format msgid "importing secret keys not allowed\n" msgstr "Ãrom a titkos kulcsot a %s állományba.\n" -#: g10/import.c:3060 +#: g10/import.c:3072 #, fuzzy, c-format msgid "key %s: secret key with invalid cipher %d - skipped\n" msgstr "" "%08lX kulcs: Titkos kulcs érvénytelen (%d) rejtjelezÅ‘vel - kihagytam.\n" -#: g10/import.c:3222 g10/pkclist.c:75 g10/revoke.c:774 +#: g10/import.c:3234 g10/pkclist.c:75 g10/revoke.c:774 msgid "No reason specified" msgstr "Nincs megadva ok." -#: g10/import.c:3223 g10/pkclist.c:77 g10/revoke.c:776 +#: g10/import.c:3235 g10/pkclist.c:77 g10/revoke.c:776 msgid "Key is superseded" msgstr "A kulcsot lecserélték." -#: g10/import.c:3224 g10/pkclist.c:79 g10/revoke.c:775 +#: g10/import.c:3236 g10/pkclist.c:79 g10/revoke.c:775 msgid "Key has been compromised" msgstr "A kulcs kompromittálódott." -#: g10/import.c:3225 g10/pkclist.c:81 g10/revoke.c:777 +#: g10/import.c:3237 g10/pkclist.c:81 g10/revoke.c:777 msgid "Key is no longer used" msgstr "A kulcs már nem használatos." -#: g10/import.c:3226 g10/pkclist.c:83 g10/revoke.c:778 +#: g10/import.c:3238 g10/pkclist.c:83 g10/revoke.c:778 msgid "User ID is no longer valid" msgstr "A felhasználói azonosÃtó már nem érvényes." -#: g10/import.c:3351 g10/keylist.c:1105 g10/pkclist.c:87 +#: g10/import.c:3363 g10/keylist.c:1105 g10/pkclist.c:87 #, c-format msgid "reason for revocation: " msgstr "Visszavonás oka: " -#: g10/import.c:3370 g10/keylist.c:1124 g10/pkclist.c:103 +#: g10/import.c:3382 g10/keylist.c:1124 g10/pkclist.c:103 #, c-format msgid "revocation comment: " msgstr "Megjegyzés a visszavonáshoz: " -#: g10/import.c:3420 +#: g10/import.c:3432 #, fuzzy, c-format msgid "key %s: no public key - can't apply revocation certificate\n" msgstr "%08lX kulcs: Nincs nyilvános kulcs - nem tudok visszavonni.\n" -#: g10/import.c:3449 +#: g10/import.c:3461 #, fuzzy, c-format msgid "key %s: can't locate original keyblock: %s\n" msgstr "%08lX kulcs: Nem találom az eredeti kulcsblokkot: %s\n" -#: g10/import.c:3456 +#: g10/import.c:3468 #, fuzzy, c-format msgid "key %s: can't read original keyblock: %s\n" msgstr "%08lX kulcs: Nem tudom beolvasni az eredeti kulcsblokkot: %s\n" -#: g10/import.c:3476 +#: g10/import.c:3488 #, fuzzy, c-format msgid "key %s: invalid revocation certificate: %s - rejected\n" msgstr "%08lX kulcs: Érvénytelen visszavonó igazolás: %s - visszautasÃtva.\n" -#: g10/import.c:3511 +#: g10/import.c:3523 #, fuzzy, c-format msgid "key %s: \"%s\" revocation certificate imported\n" msgstr "%08lX kulcs: \"%s\" visszavonó igazolást importáltam.\n" -#: g10/import.c:3597 +#: g10/import.c:3609 #, fuzzy, c-format msgid "key %s: no user ID for signature\n" msgstr "%08lX kulcs: Nincs felhasználói azonosÃtó ehhez az aláÃráshoz!\n" -#: g10/import.c:3614 +#: g10/import.c:3626 #, fuzzy, c-format msgid "key %s: unsupported public key algorithm on user ID \"%s\"\n" msgstr "" "%08lX kulcs: Nem támogatott nyilvános kulcsú alg. a \"%s\" felh. " "azonosÃtón!\n" -#: g10/import.c:3616 +#: g10/import.c:3628 #, fuzzy, c-format msgid "key %s: invalid self-signature on user ID \"%s\"\n" msgstr "%08lX kulcs: Érvénytelen önaláÃrás a \"%s\" felh. azonosÃtón!\n" -#: g10/import.c:3633 g10/import.c:3661 g10/import.c:3717 +#: g10/import.c:3645 g10/import.c:3673 g10/import.c:3729 #, fuzzy, c-format msgid "key %s: unsupported public key algorithm\n" msgstr "%08lX kulcs: Nem támogatott nyilvános kulcsú algoritmus!\n" -#: g10/import.c:3634 +#: g10/import.c:3646 #, fuzzy, c-format msgid "key %s: invalid direct key signature\n" msgstr "%08lX kulcs: KulcsaláÃrást hozzáadtam.\n" -#: g10/import.c:3648 +#: g10/import.c:3660 #, fuzzy, c-format msgid "key %s: no subkey for key binding\n" msgstr "%08lX kulcs: Nincs alkulcs a kulcskötéshez!\n" -#: g10/import.c:3663 +#: g10/import.c:3675 #, fuzzy, c-format msgid "key %s: invalid subkey binding\n" msgstr "%08lX kulcs: Érvénytelen alkulcskötés!\n" -#: g10/import.c:3682 +#: g10/import.c:3694 #, fuzzy, c-format msgid "key %s: removed multiple subkey binding\n" msgstr "%08lX kulcs: EltávolÃtottam a többszörös alkulcskötést.\n" -#: g10/import.c:3706 +#: g10/import.c:3718 #, fuzzy, c-format msgid "key %s: no subkey for key revocation\n" msgstr "%08lX kulcs: Nincs alkulcs a kulcsvisszavonáshoz.\n" -#: g10/import.c:3719 +#: g10/import.c:3731 #, fuzzy, c-format msgid "key %s: invalid subkey revocation\n" msgstr "%08lX kulcs: Érvénytelen alkulcsvisszavonás.\n" -#: g10/import.c:3734 +#: g10/import.c:3746 #, fuzzy, c-format msgid "key %s: removed multiple subkey revocation\n" msgstr "%08lX kulcs: EltávolÃtottam a többszörös alkulcsvisszavonást.\n" -#: g10/import.c:3778 +#: g10/import.c:3790 #, fuzzy, c-format msgid "key %s: skipped user ID \"%s\"\n" msgstr "%08lX kulcs: Kihagytam a felh. azonosÃtót: '" -#: g10/import.c:3805 +#: g10/import.c:3817 #, fuzzy, c-format msgid "key %s: skipped subkey\n" msgstr "%08lX kulcs: Alkulcsot kihagytam.\n" -#: g10/import.c:3837 +#: g10/import.c:3849 #, fuzzy, c-format msgid "key %s: non exportable signature (class 0x%02X) - skipped\n" msgstr "%08lX kulcs: Nem exportálható aláÃrás (%02x. osztály) - kihagytam.\n" -#: g10/import.c:3848 +#: g10/import.c:3860 #, fuzzy, c-format msgid "key %s: revocation certificate at wrong place - skipped\n" msgstr "%08lX kulcs: Visszavonó igazolás rossz helyen - kihagytam.\n" -#: g10/import.c:3866 +#: g10/import.c:3878 #, fuzzy, c-format msgid "key %s: invalid revocation certificate: %s - skipped\n" msgstr "%08lX kulcs: Érvénytelen visszavonó igazolás: %s - kihagytam.\n" -#: g10/import.c:3880 +#: g10/import.c:3892 #, fuzzy, c-format msgid "key %s: subkey signature in wrong place - skipped\n" msgstr "%08lX kulcs: AlkulcsaláÃrás rossz helyen - kihagytam.\n" -#: g10/import.c:3888 +#: g10/import.c:3900 #, fuzzy, c-format msgid "key %s: unexpected signature class (0x%02X) - skipped\n" msgstr "%08lX kulcs: Váratlan aláÃrásosztály (0x%02X) - kihagytam.\n" -#: g10/import.c:4061 +#: g10/import.c:4073 #, fuzzy, c-format msgid "key %s: duplicated user ID detected - merged\n" msgstr "%08lX kulcs: Duplázott felh. azonosÃtót találtam - összefűztem.\n" -#: g10/import.c:4168 +#: g10/import.c:4180 #, fuzzy, c-format msgid "key %s: duplicated subkeys detected - merged\n" msgstr "%08lX kulcs: Duplázott felh. azonosÃtót találtam - összefűztem.\n" -#: g10/import.c:4233 +#: g10/import.c:4245 #, fuzzy, c-format msgid "WARNING: key %s may be revoked: fetching revocation key %s\n" msgstr "" "FIGYELEM: %08lX kulcsot visszavonhatták:\n" "lehÃvom a %08lX visszavonó kulcsot.\n" -#: g10/import.c:4249 +#: g10/import.c:4261 #, fuzzy, c-format msgid "WARNING: key %s may be revoked: revocation key %s not present.\n" msgstr "" "FIGYELEM: %08lX kulcsot visszavonhatták:\n" "visszavonó kulcs (%08lX) nincs jelen.\n" -#: g10/import.c:4315 +#: g10/import.c:4327 #, fuzzy, c-format msgid "key %s: \"%s\" revocation certificate added\n" msgstr "%08lX kulcs: \"%s\" visszavonó igazolást hozzáadtam.\n" -#: g10/import.c:4353 +#: g10/import.c:4365 #, fuzzy, c-format msgid "key %s: direct key signature added\n" msgstr "%08lX kulcs: KulcsaláÃrást hozzáadtam.\n" @@ -4954,13 +4954,13 @@ msgstr "" "feltétlenül helyes, amÃg újra nem indÃtja a programot!\n" #: g10/keyedit.c:4016 g10/keyedit.c:4447 g10/keyserver.c:535 -#: g10/mainproc.c:2277 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 +#: g10/mainproc.c:2280 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 #, fuzzy msgid "revoked" msgstr "[visszavont] " #: g10/keyedit.c:4018 g10/keyedit.c:4449 g10/keyserver.c:539 -#: g10/mainproc.c:2279 g10/tofu.c:1792 g10/trust.c:124 +#: g10/mainproc.c:2282 g10/tofu.c:1792 g10/trust.c:124 #, fuzzy msgid "expired" msgstr "expire" @@ -5509,7 +5509,7 @@ msgstr " (%d) RSA (csak titkosÃtás)\n" msgid "Enter the keygrip: " msgstr "AláÃrás-jelölés: " -#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2279 +#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2280 #, c-format msgid "Not a valid keygrip (expecting 40 hex digits)\n" msgstr "" @@ -5519,13 +5519,13 @@ msgstr "" msgid "No key with this keygrip\n" msgstr "Nincs %d indexű felhasználóazonosÃtó!\n" -#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3437 g10/keygen.c:3448 +#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3440 g10/keygen.c:3451 #: sm/certreqgen-ui.c:231 sm/certreqgen-ui.c:240 #, fuzzy, c-format msgid "error reading the card: %s\n" msgstr "%s: Hiba szabad rekord olvasásakor: %s.\n" -#: g10/keygen.c:2292 g10/keygen.c:3441 sm/certreqgen-ui.c:234 +#: g10/keygen.c:2292 g10/keygen.c:3444 sm/certreqgen-ui.c:234 #, fuzzy, c-format msgid "Serial number of the card: %s\n" msgstr "Hiba a jelszó létrehozásakor: %s.\n" @@ -5774,13 +5774,18 @@ msgstr "" "a lemezeket) a prÃmszám generálása alatt. Ez segÃti a véletlenszám-\n" "generátort, hogy entrópiát tudjon gyűjteni.\n" -#: g10/keygen.c:4570 g10/keygen.c:4643 g10/keygen.c:4661 g10/keygen.c:4690 -#: g10/keygen.c:5066 g10/keygen.c:5612 g10/keygen.c:5923 g10/keygen.c:6030 +#: g10/keygen.c:3591 +#, c-format +msgid "WARNING: v4 is specified, but overridden by v5.\n" +msgstr "" + +#: g10/keygen.c:4590 g10/keygen.c:4663 g10/keygen.c:4681 g10/keygen.c:4710 +#: g10/keygen.c:5086 g10/keygen.c:5632 g10/keygen.c:5943 g10/keygen.c:6050 #, c-format msgid "Key generation failed: %s\n" msgstr "Kulcsgenerálás sikertelen: %s\n" -#: g10/keygen.c:4579 +#: g10/keygen.c:4599 #, c-format msgid "" "About to create a key for:\n" @@ -5788,69 +5793,69 @@ msgid "" "\n" msgstr "" -#: g10/keygen.c:4581 +#: g10/keygen.c:4601 msgid "Continue? (Y/n) " msgstr "" -#: g10/keygen.c:4602 +#: g10/keygen.c:4622 #, fuzzy, c-format msgid "A key for \"%s\" already exists\n" msgstr "\"%s\" már tömörÃtett.\n" -#: g10/keygen.c:4607 +#: g10/keygen.c:4627 #, fuzzy #| msgid "Create anyway? " msgid "Create anyway? (y/N) " msgstr "Mégis létrehozzam? " -#: g10/keygen.c:4613 +#: g10/keygen.c:4633 #, fuzzy, c-format #| msgid "Create anyway? " msgid "creating anyway\n" msgstr "Mégis létrehozzam? " -#: g10/keygen.c:5049 +#: g10/keygen.c:5069 #, c-format msgid "Note: Use \"%s %s\" for a full featured key generation dialog.\n" msgstr "" -#: g10/keygen.c:5098 +#: g10/keygen.c:5118 #, c-format msgid "Key generation canceled.\n" msgstr "Kulcs létrehozása megszakÃtva.\n" -#: g10/keygen.c:5158 +#: g10/keygen.c:5178 #, fuzzy, c-format msgid "can't create backup file '%s': %s\n" msgstr "Nem tudom létrehozni a(z) \"%s\" állományt: %s.\n" -#: g10/keygen.c:5178 +#: g10/keygen.c:5198 #, fuzzy, c-format msgid "Note: backup of card key saved to '%s'\n" msgstr "MEGJEGYZÉS: %08lX titkos kulcs %s-kor lejárt.\n" -#: g10/keygen.c:5339 g10/keygen.c:5541 +#: g10/keygen.c:5359 g10/keygen.c:5561 #, fuzzy, c-format #| msgid "writing public key to `%s'\n" msgid "writing public key to '%s'\n" msgstr "Ãrom a kulcsot a %s állományba.\n" -#: g10/keygen.c:5535 +#: g10/keygen.c:5555 #, c-format msgid "no writable public keyring found: %s\n" msgstr "Nem Ãrható nyilvánoskulcs-karikát találtam: %s\n" -#: g10/keygen.c:5549 +#: g10/keygen.c:5569 #, fuzzy, c-format #| msgid "error writing public keyring `%s': %s\n" msgid "error writing public keyring '%s': %s\n" msgstr "Hiba a(z) \"%s\" nyilvánoskulcs-karika Ãrásakor: %s.\n" -#: g10/keygen.c:5583 +#: g10/keygen.c:5603 msgid "public and secret key created and signed.\n" msgstr "A nyilvános és titkos kulcsokat létrehoztam és aláÃrtam.\n" -#: g10/keygen.c:5599 +#: g10/keygen.c:5619 #, fuzzy msgid "" "Note that this key cannot be used for encryption. You may want to use\n" @@ -5860,38 +5865,38 @@ msgstr "" "kÃván ilyen célra létrehozni, azt az \"--edit-key\" parancs segÃtségével\n" "teheti meg.\n" -#: g10/keygen.c:5781 g10/keygen.c:5980 +#: g10/keygen.c:5801 g10/keygen.c:6000 #, c-format msgid "" "key has been created %lu second in future (time warp or clock problem)\n" msgstr "" "A kulcs %lu másodperccel a jövÅ‘ben készült. (IdÅ‘ugrás vagy óraprobléma.)\n" -#: g10/keygen.c:5783 g10/keygen.c:5982 +#: g10/keygen.c:5803 g10/keygen.c:6002 #, c-format msgid "" "key has been created %lu seconds in future (time warp or clock problem)\n" msgstr "" "A kulcs %lu másodperccel a jövÅ‘ben készült. (IdÅ‘ugrás vagy óraprobléma.)\n" -#: g10/keygen.c:5794 g10/keygen.c:5993 +#: g10/keygen.c:5814 g10/keygen.c:6013 #, fuzzy, c-format #| msgid "NOTE: creating subkeys for v3 keys is not OpenPGP compliant\n" msgid "Note: creating subkeys for v3 keys is not OpenPGP compliant\n" msgstr "" "MEGJEGYZÉS: Alkulcsok létrehozása v3 kulcsokhoz nem OpenPGP-megfelelÅ‘.\n" -#: g10/keygen.c:5806 g10/keygen.c:5808 +#: g10/keygen.c:5826 g10/keygen.c:5828 #, c-format msgid "Secret parts of primary key are not available.\n" msgstr "Az elsÅ‘dleges kulcs titkos részei nem elérhetÅ‘k.\n" -#: g10/keygen.c:5815 g10/keygen.c:5817 +#: g10/keygen.c:5835 g10/keygen.c:5837 #, fuzzy, c-format msgid "Secret parts of primary key are stored on-card.\n" msgstr "Az elsÅ‘dleges kulcs titkos részei nem elérhetÅ‘k.\n" -#: g10/keygen.c:5837 g10/keygen.c:6007 +#: g10/keygen.c:5857 g10/keygen.c:6027 #, fuzzy msgid "Really create? (y/N) " msgstr "Valóban létrehozzam? " @@ -6050,62 +6055,62 @@ msgstr "Érvénytelen export opciók!\n" msgid "\"%s\" not a key ID: skipping\n" msgstr "" -#: g10/keyserver.c:1418 g10/keyserver.c:1451 +#: g10/keyserver.c:1420 g10/keyserver.c:1453 #, fuzzy, c-format msgid "refreshing %d key from %s\n" msgid_plural "refreshing %d keys from %s\n" msgstr[0] "Lekérem a %08lX kulcsot a %s kulcsszerverrÅ‘l.\n" msgstr[1] "Lekérem a %08lX kulcsot a %s kulcsszerverrÅ‘l.\n" -#: g10/keyserver.c:1425 +#: g10/keyserver.c:1427 #, fuzzy, c-format msgid "WARNING: unable to refresh key %s via %s: %s\n" msgstr "" "FIGYELEM: Nem tudom törölni az (\"%s\") átmeneti állományt: \"%s\": %s.\n" -#: g10/keyserver.c:1529 +#: g10/keyserver.c:1531 #, fuzzy, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "\"%s\" kulcs nem található: %s\n" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1534 #, fuzzy, c-format msgid "key not found on keyserver\n" msgstr "\"%s\" kulcs nem található: %s\n" -#: g10/keyserver.c:1720 +#: g10/keyserver.c:1722 #, fuzzy, c-format msgid "requesting key %s from %s server %s\n" msgstr "Lekérem a %08lX kulcsot a %s kulcsszerverrÅ‘l.\n" -#: g10/keyserver.c:1724 +#: g10/keyserver.c:1726 #, fuzzy, c-format msgid "requesting key %s from %s\n" msgstr "Lekérem a %08lX kulcsot a %s kulcsszerverrÅ‘l.\n" -#: g10/keyserver.c:1829 g10/keyserver.c:2008 +#: g10/keyserver.c:1841 g10/keyserver.c:2020 #, fuzzy, c-format msgid "no keyserver known\n" msgstr "Érvénytelen export opciók!\n" -#: g10/keyserver.c:1844 g10/skclist.c:213 g10/skclist.c:241 +#: g10/keyserver.c:1856 g10/skclist.c:213 g10/skclist.c:241 #, fuzzy, c-format msgid "skipped \"%s\": %s\n" msgstr "Kihagytam \"%s\"-t: %s.\n" -#: g10/keyserver.c:1848 +#: g10/keyserver.c:1860 #, fuzzy, c-format msgid "sending key %s to %s\n" msgstr "" "\"\n" "AláÃrva az Ön %08lX kulcsával %s idÅ‘pontban.\n" -#: g10/keyserver.c:1889 +#: g10/keyserver.c:1901 #, fuzzy, c-format msgid "requesting key from '%s'\n" msgstr "Lekérem a %08lX kulcsot a %s kulcsszerverrÅ‘l.\n" -#: g10/keyserver.c:1905 +#: g10/keyserver.c:1917 #, fuzzy, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "" @@ -6300,87 +6305,87 @@ msgstr " azaz \"" msgid "Key available at: " msgstr "Kulcs található: " -#: g10/mainproc.c:2033 +#: g10/mainproc.c:2034 #, c-format msgid "Note: Use '%s' to make use of this info\n" msgstr "" -#: g10/mainproc.c:2231 +#: g10/mainproc.c:2234 msgid "[uncertain]" msgstr "[bizonytalan]" -#: g10/mainproc.c:2269 +#: g10/mainproc.c:2272 #, fuzzy, c-format msgid " aka \"%s\"" msgstr " azaz \"" -#: g10/mainproc.c:2344 +#: g10/mainproc.c:2347 #, fuzzy, c-format #| msgid "WARNING: This key is not certified with a trusted signature!\n" msgid "WARNING: This key is not suitable for signing in %s mode\n" msgstr "FIGYELEM: Ez a kulcs nincs hitelesÃtve megbÃzható aláÃrással!\n" -#: g10/mainproc.c:2360 +#: g10/mainproc.c:2363 #, c-format msgid "Signature expired %s\n" msgstr "Az aláÃrás lejárt: %s.\n" -#: g10/mainproc.c:2365 +#: g10/mainproc.c:2368 #, c-format msgid "Signature expires %s\n" msgstr "Az aláÃrás lejár: %s.\n" -#: g10/mainproc.c:2376 +#: g10/mainproc.c:2379 #, fuzzy, c-format #| msgid "%s signature, digest algorithm %s\n" msgid "%s signature, digest algorithm %s%s%s\n" msgstr "%s aláÃrás, %s kivonatoló algoritmus.\n" -#: g10/mainproc.c:2377 +#: g10/mainproc.c:2380 msgid "binary" msgstr "Bináris" -#: g10/mainproc.c:2378 +#: g10/mainproc.c:2381 msgid "textmode" msgstr "Szövegmódú" -#: g10/mainproc.c:2378 g10/trust.c:123 dirmngr/ocsp.c:792 +#: g10/mainproc.c:2381 g10/trust.c:123 dirmngr/ocsp.c:792 msgid "unknown" msgstr "Ismeretlen módú" -#: g10/mainproc.c:2380 +#: g10/mainproc.c:2383 #, fuzzy #| msgid "unknown pubkey algorithm" msgid ", key algorithm " msgstr "ismeretlen nyilvános kulcsú algoritmus" -#: g10/mainproc.c:2415 +#: g10/mainproc.c:2418 #, c-format msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n" msgstr "" -#: g10/mainproc.c:2454 +#: g10/mainproc.c:2457 #, c-format msgid "Can't check signature: %s\n" msgstr "Nem tudom ellenÅ‘rizni az aláÃrást: %s.\n" -#: g10/mainproc.c:2550 g10/mainproc.c:2569 g10/mainproc.c:2693 +#: g10/mainproc.c:2553 g10/mainproc.c:2572 g10/mainproc.c:2696 #, c-format msgid "not a detached signature\n" msgstr "Nem különálló aláÃrás.\n" -#: g10/mainproc.c:2603 +#: g10/mainproc.c:2606 #, c-format msgid "" "WARNING: multiple signatures detected. Only the first will be checked.\n" msgstr "FIGYELEM: Többszörös aláÃrást érzékeltem. Csak az elsÅ‘t ellenÅ‘rzöm.\n" -#: g10/mainproc.c:2612 +#: g10/mainproc.c:2615 #, c-format msgid "standalone signature of class 0x%02x\n" msgstr "0x%02x osztályú különálló aláÃrás.\n" -#: g10/mainproc.c:2697 +#: g10/mainproc.c:2700 #, c-format msgid "old style (PGP 2.x) signature\n" msgstr "Régi stÃlusú (PGP 2.x) aláÃrás.\n" @@ -8290,7 +8295,7 @@ msgstr "Használat: gpg [opciók] [fájlok] (-h a súgóhoz)" #. TRANSLATORS: Put a \x1f right before a colon. This can be #. * used by pinentry to nicely align the names and values. Keep #. * the %s at the start and end of the string. -#: scd/app-piv.c:1770 scd/app-p15.c:4741 scd/app-nks.c:1475 +#: scd/app-piv.c:1770 scd/app-p15.c:4937 scd/app-nks.c:1530 #: scd/app-openpgp.c:2386 #, c-format msgid "%sNumber: %s%%0AHolder: %s%s" @@ -8298,7 +8303,7 @@ msgstr "" #. TRANSLATORS: This is the number of remaining attempts to #. * enter a PIN. Use %%0A (double-percent,0A) for a linefeed. -#: scd/app-piv.c:1787 scd/app-p15.c:4760 scd/app-nks.c:1494 +#: scd/app-piv.c:1787 scd/app-p15.c:4956 scd/app-nks.c:1549 #: scd/app-openpgp.c:2402 #, c-format msgid "Remaining attempts: %d" @@ -8334,7 +8339,7 @@ msgstr "jelszóváltoztatás" msgid "||Please enter the Unblocking Key of your PIV card" msgstr "Kérem, válassza ki a visszavonás okát:\n" -#: scd/app-piv.c:1888 scd/app-nks.c:1605 scd/app-openpgp.c:2669 +#: scd/app-piv.c:1888 scd/app-nks.c:1660 scd/app-openpgp.c:2669 #: scd/app-openpgp.c:2693 scd/app-openpgp.c:2871 scd/app-openpgp.c:2893 #: scd/app-openpgp.c:3074 scd/app-openpgp.c:3361 scd/app-openpgp.c:3408 #: scd/app-openpgp.c:3545 scd/app-dinsig.c:302 @@ -8420,75 +8425,75 @@ msgstr[1] "Kulcsgenerálás sikertelen: %s\n" msgid "response does not contain the public key data\n" msgstr "" -#: scd/app-p15.c:4839 scd/app-nks.c:1983 +#: scd/app-p15.c:5035 scd/app-nks.c:2038 msgid "||Please enter the PIN for the key to create qualified signatures." msgstr "" #. TRANSLATORS: Do not translate the "|A|" prefix but keep it at #. the start of the string. Use %0A (single percent) for a linefeed. -#: scd/app-p15.c:4842 scd/app-openpgp.c:2818 +#: scd/app-p15.c:5038 scd/app-openpgp.c:2818 #, fuzzy msgid "|A|Please enter the Admin PIN" msgstr "jelszóváltoztatás" -#: scd/app-p15.c:4844 scd/app-nks.c:1973 +#: scd/app-p15.c:5040 scd/app-nks.c:2028 #, fuzzy msgid "|P|Please enter the PIN Unblocking Code (PUK) for the standard keys." msgstr "Kérem, válassza ki a visszavonás okát:\n" -#: scd/app-p15.c:4847 scd/app-nks.c:1964 +#: scd/app-p15.c:5043 scd/app-nks.c:2019 #, fuzzy msgid "||Please enter the PIN for the standard keys." msgstr "jelszóváltoztatás" -#: scd/app-nks.c:1413 scd/app-openpgp.c:4321 +#: scd/app-nks.c:1468 scd/app-openpgp.c:4321 #, c-format msgid "RSA modulus missing or not of size %d bits\n" msgstr "" -#: scd/app-nks.c:1421 scd/app-openpgp.c:4333 +#: scd/app-nks.c:1476 scd/app-openpgp.c:4333 #, c-format msgid "RSA public exponent missing or larger than %d bits\n" msgstr "" -#: scd/app-nks.c:1594 +#: scd/app-nks.c:1649 #, fuzzy #| msgid "Note: This key has been disabled.\n" msgid "Note: PIN has not yet been enabled." msgstr "Megjegyzés: Ez a kulcs le lett tiltva.\n" -#: scd/app-nks.c:1641 +#: scd/app-nks.c:1696 #, c-format msgid "the NullPIN has not yet been changed\n" msgstr "" -#: scd/app-nks.c:1963 +#: scd/app-nks.c:2018 #, fuzzy msgid "|N|Please enter a new PIN for the standard keys." msgstr "jelszóváltoztatás" -#: scd/app-nks.c:1971 +#: scd/app-nks.c:2026 #, fuzzy msgid "|NP|Please enter a new PIN Unblocking Code (PUK) for the standard keys." msgstr "Kérem, válassza ki a visszavonás okát:\n" -#: scd/app-nks.c:1981 +#: scd/app-nks.c:2036 msgid "|N|Please enter a new PIN for the key to create qualified signatures." msgstr "" -#: scd/app-nks.c:1991 +#: scd/app-nks.c:2046 msgid "" "|NP|Please enter a new PIN Unblocking Code (PUK) for the key to create " "qualified signatures." msgstr "" -#: scd/app-nks.c:1993 +#: scd/app-nks.c:2048 msgid "" "|P|Please enter the PIN Unblocking Code (PUK) for the key to create " "qualified signatures." msgstr "" -#: scd/app-nks.c:2166 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 +#: scd/app-nks.c:2221 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 #, fuzzy, c-format msgid "error getting new PIN: %s\n" msgstr "Hiba a jelszó létrehozásakor: %s.\n" @@ -8674,81 +8679,81 @@ msgstr "jelszóváltoztatás" msgid "|N|Initial New PIN" msgstr "" -#: scd/scdaemon.c:118 +#: scd/scdaemon.c:119 msgid "run in multi server mode (foreground)" msgstr "" -#: scd/scdaemon.c:135 sm/gpgsm.c:271 dirmngr/dirmngr.c:197 +#: scd/scdaemon.c:136 sm/gpgsm.c:274 dirmngr/dirmngr.c:198 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "" -#: scd/scdaemon.c:141 +#: scd/scdaemon.c:142 #, fuzzy msgid "|FILE|write a log to FILE" msgstr "|fájl|bÅ‘vÃtÅ‘ modul betöltése" -#: scd/scdaemon.c:148 +#: scd/scdaemon.c:149 msgid "|N|connect to reader at port N" msgstr "" -#: scd/scdaemon.c:150 +#: scd/scdaemon.c:151 #, fuzzy msgid "|NAME|use NAME as ct-API driver" msgstr "|NÉV|NÉV használata alapértelmezett cÃmzettként" -#: scd/scdaemon.c:152 +#: scd/scdaemon.c:153 #, fuzzy msgid "|NAME|use NAME as PC/SC driver" msgstr "|NÉV|NÉV használata alapértelmezett cÃmzettként" -#: scd/scdaemon.c:156 +#: scd/scdaemon.c:157 #, fuzzy msgid "do not use the internal CCID driver" msgstr "ne használja a terminált egyáltalán" -#: scd/scdaemon.c:162 +#: scd/scdaemon.c:163 msgid "|N|disconnect the card after N seconds of inactivity" msgstr "" -#: scd/scdaemon.c:165 +#: scd/scdaemon.c:166 msgid "do not use a reader's pinpad" msgstr "" -#: scd/scdaemon.c:168 +#: scd/scdaemon.c:169 msgid "use variable length input for pinpad" msgstr "" -#: scd/scdaemon.c:171 +#: scd/scdaemon.c:172 msgid "|LIST|change the application priority to LIST" msgstr "" -#: scd/scdaemon.c:179 +#: scd/scdaemon.c:180 #, fuzzy msgid "deny the use of admin card commands" msgstr "Egymásnak ellentmondó parancsok!\n" -#: scd/scdaemon.c:324 +#: scd/scdaemon.c:325 #, fuzzy msgid "Usage: @SCDAEMON@ [options] (-h for help)" msgstr "Használat: gpg [opciók] [fájlok] (-h a súgóhoz)" -#: scd/scdaemon.c:326 +#: scd/scdaemon.c:327 msgid "" "Syntax: scdaemon [options] [command [args]]\n" "Smartcard daemon for @GNUPG@\n" msgstr "" -#: scd/scdaemon.c:807 +#: scd/scdaemon.c:819 #, c-format msgid "please use the option '--daemon' to run the program in the background\n" msgstr "" -#: scd/scdaemon.c:1183 dirmngr/dirmngr.c:2077 +#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2104 #, c-format msgid "handler for fd %d started\n" msgstr "" -#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2085 +#: scd/scdaemon.c:1207 dirmngr/dirmngr.c:2112 #, c-format msgid "handler for fd %d terminated\n" msgstr "" @@ -9031,7 +9036,7 @@ msgid "a %u bit hash is not valid for a %u bit %s key\n" msgstr "" #: sm/certcheck.c:239 sm/certcheck.c:263 dirmngr/crlcache.c:1542 -#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1363 dirmngr/validate.c:903 +#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1372 dirmngr/validate.c:903 #: dirmngr/validate.c:927 #, fuzzy, c-format msgid "out of core\n" @@ -9385,139 +9390,139 @@ msgstr "A kulcsblokk törlése sikertelen: %s.\n" msgid "no valid recipients given\n" msgstr "(Nincs leÃrás.)\n" -#: sm/gpgsm.c:224 +#: sm/gpgsm.c:226 #, fuzzy msgid "list external keys" msgstr "titkos kulcsok listázása" -#: sm/gpgsm.c:226 +#: sm/gpgsm.c:228 #, fuzzy msgid "list certificate chain" msgstr "rossz igazolás" -#: sm/gpgsm.c:234 +#: sm/gpgsm.c:236 #, fuzzy msgid "import certificates" msgstr "rossz igazolás" -#: sm/gpgsm.c:235 +#: sm/gpgsm.c:237 #, fuzzy msgid "export certificates" msgstr "rossz igazolás" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:245 msgid "register a smartcard" msgstr "" -#: sm/gpgsm.c:246 +#: sm/gpgsm.c:248 msgid "pass a command to the dirmngr" msgstr "" -#: sm/gpgsm.c:248 +#: sm/gpgsm.c:250 msgid "invoke gpg-protect-tool" msgstr "" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:270 msgid "don't use the terminal at all" msgstr "ne használja a terminált egyáltalán" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "|N|number of certificates to include" msgstr "" -#: sm/gpgsm.c:296 +#: sm/gpgsm.c:299 msgid "|FILE|take policy information from FILE" msgstr "" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "assume input is in PEM format" msgstr "" -#: sm/gpgsm.c:312 +#: sm/gpgsm.c:315 msgid "assume input is in base-64 format" msgstr "" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "assume input is in binary format" msgstr "" -#: sm/gpgsm.c:323 +#: sm/gpgsm.c:326 #, fuzzy msgid "create base-64 encoded output" msgstr "ascii páncélozott kimenet létrehozása" -#: sm/gpgsm.c:335 +#: sm/gpgsm.c:338 #, fuzzy msgid "|USER-ID|use USER-ID as default secret key" msgstr "|NÉV|NÉV használata alapértelmezett titkos kulcsként" -#: sm/gpgsm.c:346 +#: sm/gpgsm.c:349 #, fuzzy msgid "|FILE|add keyring to the list of keyrings" msgstr "kulcskarika hozzáadása a kulcskarikalistához" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 #, fuzzy msgid "|SPEC|use this keyserver to lookup keys" msgstr "|GÉPNÉV|kulcsszerver beállÃtása kulcsok kereséséhez" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "fetch missing issuer certificates" msgstr "" -#: sm/gpgsm.c:361 +#: sm/gpgsm.c:364 #, fuzzy msgid "|NAME|use encoding NAME for PKCS#12 passphrases" msgstr "|NÉV|NÉV rejtjelezÅ‘ algoritmus haszn. jelszavakhoz" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 msgid "never consult a CRL" msgstr "" -#: sm/gpgsm.c:386 +#: sm/gpgsm.c:389 msgid "do not check CRLs for root certificates" msgstr "" -#: sm/gpgsm.c:390 +#: sm/gpgsm.c:393 msgid "check validity using OCSP" msgstr "" -#: sm/gpgsm.c:392 +#: sm/gpgsm.c:395 msgid "do not check certificate policies" msgstr "" -#: sm/gpgsm.c:395 +#: sm/gpgsm.c:398 msgid "|NAME|use cipher algorithm NAME" msgstr "|NÉV|NÉV rejtjelezÅ‘ algoritmus használata" -#: sm/gpgsm.c:397 +#: sm/gpgsm.c:400 msgid "|NAME|use message digest algorithm NAME" msgstr "|NÉV|NÉV kivonatoló algoritmus használata" -#: sm/gpgsm.c:407 +#: sm/gpgsm.c:410 msgid "batch mode: never ask" msgstr "kötegelt mód: soha nem kérdez" -#: sm/gpgsm.c:409 +#: sm/gpgsm.c:412 msgid "assume yes on most questions" msgstr "igen válasz feltételezése a legtöbb kérdésre" -#: sm/gpgsm.c:410 +#: sm/gpgsm.c:413 msgid "assume no on most questions" msgstr "nem válasz feltételezése a legtöbb kérdésre" -#: sm/gpgsm.c:427 +#: sm/gpgsm.c:430 #, fuzzy msgid "|FILE|write an audit log to FILE" msgstr "|fájl|bÅ‘vÃtÅ‘ modul betöltése" -#: sm/gpgsm.c:612 +#: sm/gpgsm.c:615 #, fuzzy #| msgid "Usage: gpg [options] [files] (-h for help)" msgid "Usage: @GPGSM@ [options] [files] (-h for help)" msgstr "Használat: gpg [opciók] [fájlok] (-h a súgóhoz)" -#: sm/gpgsm.c:615 +#: sm/gpgsm.c:618 #, fuzzy msgid "" "Syntax: @GPGSM@ [options] [files]\n" @@ -9528,52 +9533,52 @@ msgstr "" "AláÃrás, ellenÅ‘rzés, titkosÃtás vagy visszafejtés.\n" "Az alapértelmezett művelet a bemeneti adattól függ.\n" -#: sm/gpgsm.c:823 +#: sm/gpgsm.c:826 #, fuzzy, c-format msgid "Note: won't be able to encrypt to '%s': %s\n" msgstr "Nem tudok kapcsolódni \"%s\" objektumhoz: %s\n" -#: sm/gpgsm.c:834 +#: sm/gpgsm.c:837 #, fuzzy, c-format msgid "unknown validation model '%s'\n" msgstr "Ismeretlen alapértelmezett cÃmzett: \"%s\"\n" -#: sm/gpgsm.c:893 dirmngr/ldapserver.c:89 +#: sm/gpgsm.c:896 dirmngr/ldapserver.c:89 #, fuzzy, c-format msgid "%s:%u: no hostname given\n" msgstr "(Nincs leÃrás.)\n" -#: sm/gpgsm.c:912 dirmngr/ldapserver.c:108 +#: sm/gpgsm.c:915 dirmngr/ldapserver.c:108 #, c-format msgid "%s:%u: password given without user\n" msgstr "" -#: sm/gpgsm.c:943 dirmngr/ldapserver.c:139 +#: sm/gpgsm.c:946 dirmngr/ldapserver.c:139 #, c-format msgid "%s:%u: ignoring unknown flag '%s'\n" msgstr "" -#: sm/gpgsm.c:959 dirmngr/ldapserver.c:155 +#: sm/gpgsm.c:962 dirmngr/ldapserver.c:155 #, fuzzy, c-format msgid "%s:%u: skipping this line\n" msgstr " h = kulcs kihagyása\n" -#: sm/gpgsm.c:1545 +#: sm/gpgsm.c:1550 #, fuzzy, c-format msgid "could not parse keyserver\n" msgstr "Értelmezhetetlen a kulcsszerver URI-ja!\n" -#: sm/gpgsm.c:1825 +#: sm/gpgsm.c:1858 #, fuzzy, c-format msgid "importing common certificates '%s'\n" msgstr "Ãrok a \"%s\" állományba.\n" -#: sm/gpgsm.c:1871 +#: sm/gpgsm.c:1904 #, fuzzy, c-format msgid "can't sign using '%s': %s\n" msgstr "Nem tudom bezárni a(z) \"%s\" állományt: %s.\n" -#: sm/gpgsm.c:2231 +#: sm/gpgsm.c:2273 #, c-format msgid "invalid command (there is no implicit command)\n" msgstr "" @@ -10536,135 +10541,135 @@ msgstr "" msgid "looking up '%s'\n" msgstr "" -#: dirmngr/dirmngr.c:174 +#: dirmngr/dirmngr.c:175 msgid "list the contents of the CRL cache" msgstr "" -#: dirmngr/dirmngr.c:175 +#: dirmngr/dirmngr.c:176 #, fuzzy msgid "|FILE|load CRL from FILE into cache" msgstr "|fájl|bÅ‘vÃtÅ‘ modul betöltése" -#: dirmngr/dirmngr.c:176 +#: dirmngr/dirmngr.c:177 msgid "|URL|fetch a CRL from URL" msgstr "" -#: dirmngr/dirmngr.c:177 +#: dirmngr/dirmngr.c:178 msgid "shutdown the dirmngr" msgstr "" -#: dirmngr/dirmngr.c:178 +#: dirmngr/dirmngr.c:179 msgid "flush the cache" msgstr "" -#: dirmngr/dirmngr.c:211 +#: dirmngr/dirmngr.c:212 msgid "allow online software version check" msgstr "" -#: dirmngr/dirmngr.c:214 +#: dirmngr/dirmngr.c:215 msgid "|N|do not return more than N items in one query" msgstr "" -#: dirmngr/dirmngr.c:220 +#: dirmngr/dirmngr.c:221 msgid "Network related options" msgstr "" -#: dirmngr/dirmngr.c:222 +#: dirmngr/dirmngr.c:223 msgid "route all network traffic via Tor" msgstr "" -#: dirmngr/dirmngr.c:234 +#: dirmngr/dirmngr.c:235 msgid "Configuration for Keyservers" msgstr "" -#: dirmngr/dirmngr.c:237 +#: dirmngr/dirmngr.c:238 #, fuzzy msgid "|URL|use keyserver at URL" msgstr "Értelmezhetetlen a kulcsszerver URI-ja!\n" -#: dirmngr/dirmngr.c:239 +#: dirmngr/dirmngr.c:240 msgid "|FILE|use the CA certificates in FILE for HKP over TLS" msgstr "" -#: dirmngr/dirmngr.c:241 +#: dirmngr/dirmngr.c:242 msgid "Configuration for HTTP servers" msgstr "" -#: dirmngr/dirmngr.c:243 +#: dirmngr/dirmngr.c:244 msgid "inhibit the use of HTTP" msgstr "" -#: dirmngr/dirmngr.c:245 +#: dirmngr/dirmngr.c:246 msgid "ignore HTTP CRL distribution points" msgstr "" -#: dirmngr/dirmngr.c:247 +#: dirmngr/dirmngr.c:248 msgid "|URL|redirect all HTTP requests to URL" msgstr "" -#: dirmngr/dirmngr.c:249 +#: dirmngr/dirmngr.c:250 msgid "use system's HTTP proxy setting" msgstr "" -#: dirmngr/dirmngr.c:253 +#: dirmngr/dirmngr.c:254 msgid "Configuration of LDAP servers to use" msgstr "" -#: dirmngr/dirmngr.c:255 +#: dirmngr/dirmngr.c:256 msgid "inhibit the use of LDAP" msgstr "" -#: dirmngr/dirmngr.c:257 +#: dirmngr/dirmngr.c:258 msgid "ignore LDAP CRL distribution points" msgstr "" -#: dirmngr/dirmngr.c:259 +#: dirmngr/dirmngr.c:260 msgid "|HOST|use HOST for LDAP queries" msgstr "" -#: dirmngr/dirmngr.c:261 +#: dirmngr/dirmngr.c:262 msgid "do not use fallback hosts with --ldap-proxy" msgstr "" -#: dirmngr/dirmngr.c:263 +#: dirmngr/dirmngr.c:264 #, fuzzy msgid "|FILE|read LDAP server list from FILE" msgstr "|fájl|bÅ‘vÃtÅ‘ modul betöltése" -#: dirmngr/dirmngr.c:265 +#: dirmngr/dirmngr.c:266 msgid "add new servers discovered in CRL distribution points to serverlist" msgstr "" -#: dirmngr/dirmngr.c:268 dirmngr/dirmngr_ldap.c:104 +#: dirmngr/dirmngr.c:269 dirmngr/dirmngr_ldap.c:104 msgid "|N|set LDAP timeout to N seconds" msgstr "" -#: dirmngr/dirmngr.c:271 +#: dirmngr/dirmngr.c:272 msgid "Configuration for OCSP" msgstr "" -#: dirmngr/dirmngr.c:273 +#: dirmngr/dirmngr.c:274 msgid "allow sending OCSP requests" msgstr "" -#: dirmngr/dirmngr.c:275 +#: dirmngr/dirmngr.c:276 msgid "ignore certificate contained OCSP service URLs" msgstr "" -#: dirmngr/dirmngr.c:277 +#: dirmngr/dirmngr.c:278 #, fuzzy msgid "|URL|use OCSP responder at URL" msgstr "Értelmezhetetlen a kulcsszerver URI-ja!\n" -#: dirmngr/dirmngr.c:279 +#: dirmngr/dirmngr.c:280 msgid "|FPR|OCSP response signed by FPR" msgstr "" -#: dirmngr/dirmngr.c:287 +#: dirmngr/dirmngr.c:288 msgid "force loading of outdated CRLs" msgstr "" -#: dirmngr/dirmngr.c:298 +#: dirmngr/dirmngr.c:299 #, fuzzy #| msgid "" #| "@\n" @@ -10677,95 +10682,95 @@ msgstr "" "@\n" "(A parancsok és opciók teljes listáját a man oldalon tekintheti meg.)\n" -#: dirmngr/dirmngr.c:440 +#: dirmngr/dirmngr.c:441 #, fuzzy msgid "Usage: @DIRMNGR@ [options] (-h for help)" msgstr "Használat: gpg [opciók] [fájlok] (-h a súgóhoz)" -#: dirmngr/dirmngr.c:442 +#: dirmngr/dirmngr.c:443 msgid "" "Syntax: @DIRMNGR@ [options] [command [args]]\n" "Keyserver, CRL, and OCSP access for @GNUPG@\n" msgstr "" -#: dirmngr/dirmngr.c:522 +#: dirmngr/dirmngr.c:523 #, c-format msgid "valid debug levels are: %s\n" msgstr "" -#: dirmngr/dirmngr.c:608 tools/gpgconf.c:667 tools/gpgconf.c:702 +#: dirmngr/dirmngr.c:609 tools/gpgconf.c:667 tools/gpgconf.c:702 #: tools/gpgconf.c:802 #, fuzzy, c-format msgid "usage: %s [options] " msgstr "Használat: gpg [opciók] " -#: dirmngr/dirmngr.c:1251 +#: dirmngr/dirmngr.c:1260 #, fuzzy, c-format #| msgid "%s not allowed with %s!\n" msgid "colons are not allowed in the socket name\n" msgstr "%s és %s nem használható együtt!\n" -#: dirmngr/dirmngr.c:1486 dirmngr/server.c:1824 +#: dirmngr/dirmngr.c:1495 dirmngr/server.c:1824 #, fuzzy, c-format msgid "fetching CRL from '%s' failed: %s\n" msgstr "Páncélozás nem sikerült: %s\n" -#: dirmngr/dirmngr.c:1492 dirmngr/server.c:1830 +#: dirmngr/dirmngr.c:1501 dirmngr/server.c:1830 #, fuzzy, c-format msgid "processing CRL from '%s' failed: %s\n" msgstr "Páncélozás nem sikerült: %s\n" -#: dirmngr/dirmngr.c:1634 +#: dirmngr/dirmngr.c:1643 #, fuzzy, c-format msgid "%s:%u: line too long - skipped\n" msgstr "A sor túl hosszú!\n" -#: dirmngr/dirmngr.c:1689 dirmngr/dirmngr.c:1773 +#: dirmngr/dirmngr.c:1698 dirmngr/dirmngr.c:1782 #, fuzzy, c-format msgid "%s:%u: invalid fingerprint detected\n" msgstr "Hiba: Érvénytelen ujjlenyomat.\n" -#: dirmngr/dirmngr.c:1725 dirmngr/dirmngr.c:1751 tools/gpgconf-comp.c:3534 +#: dirmngr/dirmngr.c:1734 dirmngr/dirmngr.c:1760 tools/gpgconf-comp.c:3539 #, fuzzy, c-format msgid "%s:%u: read error: %s\n" msgstr "Olvasási hiba: %s.\n" -#: dirmngr/dirmngr.c:1780 +#: dirmngr/dirmngr.c:1789 #, c-format msgid "%s:%u: garbage at end of line ignored\n" msgstr "" -#: dirmngr/dirmngr.c:1849 +#: dirmngr/dirmngr.c:1876 #, c-format msgid "SIGHUP received - re-reading configuration and flushing caches\n" msgstr "" -#: dirmngr/dirmngr.c:1890 +#: dirmngr/dirmngr.c:1917 #, c-format msgid "SIGUSR2 received - no action defined\n" msgstr "" -#: dirmngr/dirmngr.c:1895 +#: dirmngr/dirmngr.c:1922 #, c-format msgid "SIGTERM received - shutting down ...\n" msgstr "" -#: dirmngr/dirmngr.c:1897 +#: dirmngr/dirmngr.c:1924 #, c-format msgid "SIGTERM received - still %d active connections\n" msgstr "" -#: dirmngr/dirmngr.c:1902 +#: dirmngr/dirmngr.c:1929 #, fuzzy, c-format msgid "shutdown forced\n" msgstr "nem feldolgozott" -#: dirmngr/dirmngr.c:1910 +#: dirmngr/dirmngr.c:1937 #, c-format msgid "SIGINT received - immediate shutdown\n" msgstr "" -#: dirmngr/dirmngr.c:1917 +#: dirmngr/dirmngr.c:1944 #, c-format msgid "signal %d received - no action defined\n" msgstr "" @@ -11232,7 +11237,7 @@ msgid "serialno missing in cert ID" msgstr "" #: dirmngr/server.c:1387 dirmngr/server.c:1473 dirmngr/server.c:1909 -#: dirmngr/server.c:1980 dirmngr/server.c:2552 dirmngr/server.c:2567 +#: dirmngr/server.c:1980 dirmngr/server.c:2556 dirmngr/server.c:2571 #, fuzzy, c-format msgid "assuan_inquire failed: %s\n" msgstr "AláÃrás sikertelen: %s\n" @@ -11262,33 +11267,33 @@ msgstr "A kulcsblokk törlése sikertelen: %s.\n" msgid "max_replies %d exceeded\n" msgstr "" -#: dirmngr/server.c:2856 +#: dirmngr/server.c:2860 #, fuzzy, c-format msgid "can't allocate control structure: %s\n" msgstr "Nem tudom létrehozni a(z) \"%s\" állományt: %s.\n" -#: dirmngr/server.c:2867 +#: dirmngr/server.c:2871 #, fuzzy, c-format msgid "failed to allocate assuan context: %s\n" msgstr "%s: Hashtábla létrehozása sikertelen: %s.\n" -#: dirmngr/server.c:2888 +#: dirmngr/server.c:2892 #, fuzzy, c-format #| msgid "failed to initialize the TrustDB: %s\n" msgid "failed to initialize the server: %s\n" msgstr "Bizalmi adatbázis (%s) inicializálása sikertelen!\n" -#: dirmngr/server.c:2896 +#: dirmngr/server.c:2900 #, fuzzy, c-format msgid "failed to the register commands with Assuan: %s\n" msgstr "Nem tudtam újraépÃteni a kulcskarika cache-ét: %s\n" -#: dirmngr/server.c:2929 +#: dirmngr/server.c:2933 #, c-format msgid "Assuan accept problem: %s\n" msgstr "" -#: dirmngr/server.c:2948 +#: dirmngr/server.c:2952 #, fuzzy, c-format #| msgid "signing failed: %s\n" msgid "Assuan processing failed: %s\n" @@ -11437,73 +11442,73 @@ msgstr "GPG ügynök nem elérhetÅ‘ ebben a munkafolyamatban.\n" msgid "error sending standard options: %s\n" msgstr "Hiba %s-ra/-re küldéskor: %s\n" -#: tools/gpgconf-comp.c:647 +#: tools/gpgconf-comp.c:649 msgid "OpenPGP" msgstr "" -#: tools/gpgconf-comp.c:651 +#: tools/gpgconf-comp.c:653 msgid "S/MIME" msgstr "" -#: tools/gpgconf-comp.c:655 +#: tools/gpgconf-comp.c:657 #, fuzzy msgid "Public Keys" msgstr "Nyilvános kulcs: %08lX\n" -#: tools/gpgconf-comp.c:659 +#: tools/gpgconf-comp.c:661 msgid "Private Keys" msgstr "" -#: tools/gpgconf-comp.c:663 +#: tools/gpgconf-comp.c:665 msgid "Smartcards" msgstr "" -#: tools/gpgconf-comp.c:667 +#: tools/gpgconf-comp.c:669 msgid "TPM" msgstr "" -#: tools/gpgconf-comp.c:671 +#: tools/gpgconf-comp.c:673 #, fuzzy #| msgid "network error" msgid "Network" msgstr "hálózati hiba" -#: tools/gpgconf-comp.c:675 +#: tools/gpgconf-comp.c:677 #, fuzzy msgid "Passphrase Entry" msgstr "rossz jelszó" -#: tools/gpgconf-comp.c:939 +#: tools/gpgconf-comp.c:941 #, fuzzy msgid "Component not suitable for launching" msgstr "nyilvános kulcs nem található" -#: tools/gpgconf-comp.c:945 +#: tools/gpgconf-comp.c:947 #, c-format msgid "Configuration file of component %s is broken\n" msgstr "" -#: tools/gpgconf-comp.c:948 +#: tools/gpgconf-comp.c:950 #, fuzzy, c-format #| msgid "Please use the command \"toggle\" first.\n" msgid "Note: Use the command \"%s%s\" to get details.\n" msgstr "Kérem, használja elÅ‘bb a \"toggle\" parancsot!\n" -#: tools/gpgconf-comp.c:2811 +#: tools/gpgconf-comp.c:2816 #, c-format msgid "External verification of component %s failed" msgstr "" -#: tools/gpgconf-comp.c:2941 +#: tools/gpgconf-comp.c:2946 msgid "Note that group specifications are ignored\n" msgstr "" -#: tools/gpgconf-comp.c:3538 +#: tools/gpgconf-comp.c:3543 #, fuzzy, c-format msgid "error closing '%s'\n" msgstr "Hiba \"%s\" olvasásakor: %s\n" -#: tools/gpgconf-comp.c:3540 +#: tools/gpgconf-comp.c:3545 #, fuzzy, c-format msgid "error parsing '%s'\n" msgstr "Hiba \"%s\" olvasásakor: %s\n" @@ -11612,84 +11617,84 @@ msgid "" "Check a passphrase given on stdin against the patternfile\n" msgstr "" -#: tools/gpg-card.c:2389 +#: tools/gpg-card.c:2390 #, fuzzy, c-format msgid "Note: key %s is already stored on the card!\n" msgstr "Kihagytam: titkos kulcs már jelen van.\n" -#: tools/gpg-card.c:2392 +#: tools/gpg-card.c:2393 #, fuzzy, c-format msgid "Note: Keys are already stored on the card!\n" msgstr "Kihagytam: titkos kulcs már jelen van.\n" -#: tools/gpg-card.c:2395 +#: tools/gpg-card.c:2396 #, c-format msgid "Replace existing key %s ? (y/N) " msgstr "" -#: tools/gpg-card.c:2548 tools/gpg-card.c:2711 tools/gpg-card.c:2934 -#: tools/gpg-card.c:3043 +#: tools/gpg-card.c:2549 tools/gpg-card.c:2712 tools/gpg-card.c:2935 +#: tools/gpg-card.c:3044 #, c-format msgid "%s card no. %s detected\n" msgstr "" -#: tools/gpg-card.c:3395 +#: tools/gpg-card.c:3396 #, c-format msgid "User Interaction Flag is set to \"%s\" - can't change\n" msgstr "" -#: tools/gpg-card.c:3405 tools/gpg-card.c:3419 +#: tools/gpg-card.c:3406 tools/gpg-card.c:3420 #, c-format msgid "" "Warning: Setting the User Interaction Flag to \"%s\"\n" " can only be reverted using a factory reset!\n" msgstr "" -#: tools/gpg-card.c:3422 +#: tools/gpg-card.c:3423 #, c-format msgid "Please use \"uif --yes %d %s\"\n" msgstr "" -#: tools/gpg-card.c:3668 +#: tools/gpg-card.c:3669 #, fuzzy msgid "authenticate to the card" msgstr "Visszavonó igazolás létrehozva.\n" -#: tools/gpg-card.c:3670 +#: tools/gpg-card.c:3671 msgid "send a reset to the card daemon" msgstr "" -#: tools/gpg-card.c:3672 +#: tools/gpg-card.c:3673 #, fuzzy #| msgid "|NAME|use NAME as default recipient" msgid "setup KDF for PIN authentication" msgstr "|NÉV|NÉV használata alapértelmezett cÃmzettként" -#: tools/gpg-card.c:3674 +#: tools/gpg-card.c:3675 #, fuzzy #| msgid "change the expire date" msgid "change a private data object" msgstr "lejárat megváltoztatása" -#: tools/gpg-card.c:3675 +#: tools/gpg-card.c:3676 #, fuzzy msgid "read a certificate from a data object" msgstr "Visszavonó igazolás létrehozva.\n" -#: tools/gpg-card.c:3676 +#: tools/gpg-card.c:3677 #, fuzzy msgid "store a certificate to a data object" msgstr "Visszavonó igazolás létrehozva.\n" -#: tools/gpg-card.c:3677 +#: tools/gpg-card.c:3678 msgid "store a private key to a data object" msgstr "" -#: tools/gpg-card.c:3678 +#: tools/gpg-card.c:3679 msgid "Yubikey management commands" msgstr "" -#: tools/gpg-card.c:3680 +#: tools/gpg-card.c:3681 msgid "manage the command history" msgstr "" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg-id\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2021-04-07 19:24+0200\n" +"POT-Creation-Date: 2021-04-20 12:38+0200\n" "PO-Revision-Date: 2004-06-17 16:32+0700\n" "Last-Translator: Tedi Heriyanto <tedi_h@gmx.net>\n" "Language-Team: Indonesian <translation-team-id@lists.sourceforge.net>\n" @@ -211,9 +211,9 @@ msgid "ssh keys greater than %d bits are not supported\n" msgstr "algoritma proteksi %d%s tidak didukung\n" #: agent/command-ssh.c:872 common/dotlock.c:852 g10/card-util.c:953 -#: g10/export.c:1329 g10/gpg.c:1430 g10/keygen.c:5327 g10/keyring.c:1319 +#: g10/export.c:1329 g10/gpg.c:1431 g10/keygen.c:5347 g10/keyring.c:1319 #: g10/keyring.c:1632 g10/openfile.c:293 g10/photoid.c:531 g10/photoid.c:549 -#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:478 +#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:479 #, fuzzy, c-format #| msgid "can't create `%s': %s\n" msgid "can't create '%s': %s\n" @@ -221,15 +221,15 @@ msgstr "tidak dapat membuat %s: %s\n" #: agent/command-ssh.c:884 common/helpfile.c:57 g10/card-util.c:910 #: g10/dearmor.c:59 g10/dearmor.c:106 g10/decrypt.c:65 g10/decrypt.c:136 -#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1431 -#: g10/import.c:359 g10/import.c:546 g10/import.c:781 g10/keygen.c:4302 +#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1432 +#: g10/import.c:371 g10/import.c:558 g10/import.c:793 g10/keygen.c:4322 #: g10/keyring.c:1658 g10/openfile.c:197 g10/openfile.c:211 g10/plaintext.c:128 #: g10/plaintext.c:610 g10/sign.c:1086 g10/sign.c:1311 g10/sign.c:1424 #: g10/sign.c:1596 g10/tdbdump.c:143 g10/tdbdump.c:151 g10/tdbio.c:758 -#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2338 -#: sm/gpgsm.c:2368 sm/gpgsm.c:2406 sm/qualified.c:65 dirmngr/certcache.c:396 -#: dirmngr/certcache.c:476 dirmngr/certcache.c:478 dirmngr/crlcache.c:2588 -#: dirmngr/dirmngr.c:1711 tools/gpg-card.c:407 +#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2380 +#: sm/gpgsm.c:2410 sm/gpgsm.c:2448 sm/keylist.c:1737 sm/qualified.c:65 +#: dirmngr/certcache.c:396 dirmngr/certcache.c:476 dirmngr/certcache.c:478 +#: dirmngr/crlcache.c:2588 dirmngr/dirmngr.c:1720 tools/gpg-card.c:408 #, fuzzy, c-format #| msgid "can't open `%s': %s\n" msgid "can't open '%s': %s\n" @@ -412,355 +412,355 @@ msgstr "" msgid "Please enter the new passphrase" msgstr "ubah passphrase" -#: agent/gpg-agent.c:161 scd/scdaemon.c:114 dirmngr/dirmngr.c:181 +#: agent/gpg-agent.c:162 scd/scdaemon.c:115 dirmngr/dirmngr.c:182 msgid "Options used for startup" msgstr "" -#: agent/gpg-agent.c:163 scd/scdaemon.c:119 dirmngr/dirmngr.c:170 +#: agent/gpg-agent.c:164 scd/scdaemon.c:120 dirmngr/dirmngr.c:171 msgid "run in daemon mode (background)" msgstr "" -#: agent/gpg-agent.c:164 scd/scdaemon.c:116 dirmngr/dirmngr.c:169 +#: agent/gpg-agent.c:165 scd/scdaemon.c:117 dirmngr/dirmngr.c:170 msgid "run in server mode (foreground)" msgstr "" -#: agent/gpg-agent.c:166 dirmngr/dirmngr.c:172 +#: agent/gpg-agent.c:167 dirmngr/dirmngr.c:173 #, fuzzy #| msgid "Key is superseded" msgid "run in supervised mode" msgstr "Kunci dilampaui" -#: agent/gpg-agent.c:168 scd/scdaemon.c:120 dirmngr/dirmngr.c:183 +#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 msgid "do not detach from the console" msgstr "" -#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 +#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 msgid "sh-style command output" msgstr "" -#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 +#: agent/gpg-agent.c:171 scd/scdaemon.c:123 dirmngr/dirmngr.c:186 msgid "csh-style command output" msgstr "" -#: agent/gpg-agent.c:178 g10/gpg.c:588 scd/scdaemon.c:124 sm/gpgsm.c:419 -#: dirmngr/dirmngr.c:187 +#: agent/gpg-agent.c:179 g10/gpg.c:589 scd/scdaemon.c:125 sm/gpgsm.c:422 +#: dirmngr/dirmngr.c:188 #, fuzzy msgid "|FILE|read options from FILE" msgstr "|FILE|muat modul ekstensi FILE" -#: agent/gpg-agent.c:182 g10/gpg.c:573 scd/scdaemon.c:128 sm/gpgsm.c:262 -#: dirmngr/dirmngr.c:191 +#: agent/gpg-agent.c:183 g10/gpg.c:574 scd/scdaemon.c:129 sm/gpgsm.c:265 +#: dirmngr/dirmngr.c:192 msgid "Options controlling the diagnostic output" msgstr "" -#: agent/gpg-agent.c:184 g10/gpg.c:575 g10/gpgv.c:78 kbx/kbxutil.c:89 -#: scd/scdaemon.c:130 sm/gpgsm.c:264 dirmngr/dirmngr-client.c:69 -#: dirmngr/dirmngr.c:193 dirmngr/dirmngr_ldap.c:102 +#: agent/gpg-agent.c:185 g10/gpg.c:576 g10/gpgv.c:78 kbx/kbxutil.c:89 +#: scd/scdaemon.c:131 sm/gpgsm.c:267 dirmngr/dirmngr-client.c:69 +#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:102 #: tools/gpg-connect-agent.c:85 tools/gpgconf.c:111 msgid "verbose" msgstr "detil" -#: agent/gpg-agent.c:185 g10/gpg.c:577 g10/gpgv.c:79 kbx/kbxutil.c:90 -#: scd/scdaemon.c:131 sm/gpgsm.c:266 dirmngr/dirmngr-client.c:70 -#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:103 +#: agent/gpg-agent.c:186 g10/gpg.c:578 g10/gpgv.c:79 kbx/kbxutil.c:90 +#: scd/scdaemon.c:132 sm/gpgsm.c:269 dirmngr/dirmngr-client.c:70 +#: dirmngr/dirmngr.c:195 dirmngr/dirmngr_ldap.c:103 msgid "be somewhat more quiet" msgstr "lebih diam" -#: agent/gpg-agent.c:193 g10/gpg.c:592 sm/gpgsm.c:280 dirmngr/dirmngr.c:204 +#: agent/gpg-agent.c:194 g10/gpg.c:593 sm/gpgsm.c:283 dirmngr/dirmngr.c:205 msgid "|FILE|write server mode logs to FILE" msgstr "" -#: agent/gpg-agent.c:197 g10/gpg.c:598 scd/scdaemon.c:145 sm/gpgsm.c:287 -#: dirmngr/dirmngr.c:208 +#: agent/gpg-agent.c:198 g10/gpg.c:599 scd/scdaemon.c:146 sm/gpgsm.c:290 +#: dirmngr/dirmngr.c:209 msgid "Options controlling the configuration" msgstr "" -#: agent/gpg-agent.c:200 +#: agent/gpg-agent.c:201 #, fuzzy msgid "do not use the SCdaemon" msgstr "perbarui database trust" -#: agent/gpg-agent.c:202 +#: agent/gpg-agent.c:203 msgid "|PGM|use PGM as the SCdaemon program" msgstr "" -#: agent/gpg-agent.c:204 +#: agent/gpg-agent.c:205 msgid "|PGM|use PGM as the tpm2daemon program" msgstr "" -#: agent/gpg-agent.c:208 +#: agent/gpg-agent.c:209 #, fuzzy #| msgid "|NAME|set terminal charset to NAME" msgid "|NAME|accept some commands via NAME" msgstr "|NAMA|set charset terminal ke NAMA" -#: agent/gpg-agent.c:212 +#: agent/gpg-agent.c:213 msgid "ignore requests to change the TTY" msgstr "" -#: agent/gpg-agent.c:214 +#: agent/gpg-agent.c:215 msgid "ignore requests to change the X display" msgstr "" -#: agent/gpg-agent.c:215 +#: agent/gpg-agent.c:216 #, fuzzy #| msgid "not supported" msgid "enable ssh support" msgstr "tidak didukung" -#: agent/gpg-agent.c:217 +#: agent/gpg-agent.c:218 msgid "|ALGO|use ALGO to show ssh fingerprints" msgstr "" -#: agent/gpg-agent.c:220 +#: agent/gpg-agent.c:221 #, fuzzy #| msgid "not supported" msgid "enable putty support" msgstr "tidak didukung" -#: agent/gpg-agent.c:232 g10/gpg.c:843 scd/scdaemon.c:175 sm/gpgsm.c:379 +#: agent/gpg-agent.c:233 g10/gpg.c:844 scd/scdaemon.c:176 sm/gpgsm.c:382 msgid "Options controlling the security" msgstr "" -#: agent/gpg-agent.c:235 +#: agent/gpg-agent.c:236 msgid "|N|expire cached PINs after N seconds" msgstr "" -#: agent/gpg-agent.c:237 +#: agent/gpg-agent.c:238 msgid "|N|expire SSH keys after N seconds" msgstr "" -#: agent/gpg-agent.c:239 +#: agent/gpg-agent.c:240 msgid "|N|set maximum PIN cache lifetime to N seconds" msgstr "" -#: agent/gpg-agent.c:241 +#: agent/gpg-agent.c:242 msgid "|N|set maximum SSH key lifetime to N seconds" msgstr "" -#: agent/gpg-agent.c:243 +#: agent/gpg-agent.c:244 msgid "do not use the PIN cache when signing" msgstr "" -#: agent/gpg-agent.c:245 +#: agent/gpg-agent.c:246 #, fuzzy msgid "disallow the use of an external password cache" msgstr "kesalahan penciptaan passphrase: %s\n" -#: agent/gpg-agent.c:247 +#: agent/gpg-agent.c:248 msgid "disallow clients to mark keys as \"trusted\"" msgstr "" -#: agent/gpg-agent.c:250 +#: agent/gpg-agent.c:251 #, fuzzy msgid "allow presetting passphrase" msgstr "kesalahan penciptaan passphrase: %s\n" -#: agent/gpg-agent.c:255 +#: agent/gpg-agent.c:256 msgid "Options enforcing a passphrase policy" msgstr "" -#: agent/gpg-agent.c:258 +#: agent/gpg-agent.c:259 msgid "do not allow bypassing the passphrase policy" msgstr "" -#: agent/gpg-agent.c:260 +#: agent/gpg-agent.c:261 msgid "|N|set minimal required length for new passphrases to N" msgstr "" -#: agent/gpg-agent.c:262 +#: agent/gpg-agent.c:263 msgid "|N|require at least N non-alpha characters for a new passphrase" msgstr "" -#: agent/gpg-agent.c:265 +#: agent/gpg-agent.c:266 msgid "|FILE|check new passphrases against pattern in FILE" msgstr "" -#: agent/gpg-agent.c:267 +#: agent/gpg-agent.c:268 #, fuzzy msgid "|N|expire the passphrase after N days" msgstr "|N|gunakan passphrase mode N" -#: agent/gpg-agent.c:269 +#: agent/gpg-agent.c:270 #, fuzzy msgid "do not allow the reuse of old passphrases" msgstr "kesalahan penciptaan passphrase: %s\n" -#: agent/gpg-agent.c:272 +#: agent/gpg-agent.c:273 msgid "Options controlling the PIN-Entry" msgstr "" -#: agent/gpg-agent.c:274 +#: agent/gpg-agent.c:275 #, fuzzy #| msgid "use the gpg-agent" msgid "never use the PIN-entry" msgstr "gunakan gpg-agent" -#: agent/gpg-agent.c:276 +#: agent/gpg-agent.c:277 msgid "disallow caller to override the pinentry" msgstr "" -#: agent/gpg-agent.c:278 +#: agent/gpg-agent.c:279 msgid "let PIN-Entry grab keyboard and mouse" msgstr "" -#: agent/gpg-agent.c:281 +#: agent/gpg-agent.c:282 msgid "|PGM|use PGM as the PIN-Entry program" msgstr "" -#: agent/gpg-agent.c:285 +#: agent/gpg-agent.c:286 msgid "|N|set the Pinentry timeout to N seconds" msgstr "" -#: agent/gpg-agent.c:287 +#: agent/gpg-agent.c:288 msgid "allow passphrase to be prompted through Emacs" msgstr "" #. TRANSLATORS: @EMAIL@ will get replaced by the actual bug #. reporting address. This is so that we can change the #. reporting address without breaking the translations. -#: agent/gpg-agent.c:550 agent/preset-passphrase.c:99 agent/protect-tool.c:154 -#: g10/gpg.c:1131 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:311 -#: sm/gpgsm.c:609 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:437 +#: agent/gpg-agent.c:551 agent/preset-passphrase.c:99 agent/protect-tool.c:154 +#: g10/gpg.c:1132 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:312 +#: sm/gpgsm.c:612 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:438 #: dirmngr/dirmngr_ldap.c:175 tools/gpg-connect-agent.c:220 tools/gpgconf.c:151 #: tools/gpg-check-pattern.c:143 #, fuzzy msgid "Please report bugs to <@EMAIL@>.\n" msgstr "Laporkan bug ke <gnupg-bugs@gnu.org>.\n" -#: agent/gpg-agent.c:559 +#: agent/gpg-agent.c:560 #, fuzzy msgid "Usage: @GPG_AGENT@ [options] (-h for help)" msgstr "Pemakaian: gpg [pilihan] [file] (-h untuk bantuan)" -#: agent/gpg-agent.c:561 +#: agent/gpg-agent.c:562 msgid "" "Syntax: @GPG_AGENT@ [options] [command [args]]\n" "Secret key management for @GNUPG@\n" msgstr "" -#: agent/gpg-agent.c:606 g10/gpg.c:1336 scd/scdaemon.c:383 sm/gpgsm.c:757 -#: dirmngr/dirmngr.c:521 +#: agent/gpg-agent.c:607 g10/gpg.c:1337 scd/scdaemon.c:384 sm/gpgsm.c:760 +#: dirmngr/dirmngr.c:522 #, c-format msgid "invalid debug-level '%s' given\n" msgstr "" -#: agent/gpg-agent.c:971 g10/gpg.c:3879 g10/gpg.c:3903 sm/gpgsm.c:1736 -#: sm/gpgsm.c:1742 +#: agent/gpg-agent.c:972 g10/gpg.c:3910 g10/gpg.c:3934 sm/gpgsm.c:1769 +#: sm/gpgsm.c:1775 #, c-format msgid "selected digest algorithm is invalid\n" msgstr "algoritma digest yang dipilih tidak valid\n" -#: agent/gpg-agent.c:1195 agent/gpg-agent.c:2010 g10/gpg.c:2588 -#: scd/scdaemon.c:548 sm/gpgsm.c:1151 dirmngr/dirmngr.c:988 -#: dirmngr/dirmngr.c:1830 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:2019 common/comopt.c:93 +#: g10/gpg.c:2591 scd/scdaemon.c:549 sm/gpgsm.c:1155 dirmngr/dirmngr.c:989 +#: dirmngr/dirmngr.c:1840 #, fuzzy, c-format #| msgid "reading options from `%s'\n" msgid "reading options from '%s'\n" msgstr "membaca pilihan dari `%s'\n" -#: agent/gpg-agent.c:1327 g10/gpg.c:3830 scd/scdaemon.c:675 sm/gpgsm.c:1676 -#: dirmngr/dirmngr.c:1099 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 +#: agent/gpg-agent.c:1335 g10/gpg.c:3861 scd/scdaemon.c:687 sm/gpgsm.c:1709 +#: dirmngr/dirmngr.c:1108 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 #, fuzzy, c-format #| msgid "WARNING: \"%s\" is a deprecated option\n" msgid "Note: '%s' is not considered an option\n" msgstr "WARNING: \"%s\" adalah opsi terdepresiasi\n" -#: agent/gpg-agent.c:2146 scd/scdaemon.c:1096 dirmngr/dirmngr.c:1258 +#: agent/gpg-agent.c:2172 scd/scdaemon.c:1108 dirmngr/dirmngr.c:1267 #, fuzzy, c-format msgid "can't create socket: %s\n" msgstr "tidak dapat membuat %s: %s\n" -#: agent/gpg-agent.c:2163 scd/scdaemon.c:1109 dirmngr/dirmngr.c:1271 +#: agent/gpg-agent.c:2189 scd/scdaemon.c:1121 dirmngr/dirmngr.c:1280 #, c-format msgid "socket name '%s' is too long\n" msgstr "" -#: agent/gpg-agent.c:2202 +#: agent/gpg-agent.c:2228 #, fuzzy, c-format msgid "a gpg-agent is already running - not starting a new one\n" msgstr "gpg-agent tidak tersedia untuk sesi ini\n" -#: agent/gpg-agent.c:2213 scd/scdaemon.c:1133 dirmngr/dirmngr.c:1303 +#: agent/gpg-agent.c:2239 scd/scdaemon.c:1145 dirmngr/dirmngr.c:1312 #, fuzzy, c-format msgid "error getting nonce for the socket\n" msgstr "kesalahan penciptaan passphrase: %s\n" -#: agent/gpg-agent.c:2218 scd/scdaemon.c:1136 dirmngr/dirmngr.c:1306 +#: agent/gpg-agent.c:2244 scd/scdaemon.c:1148 dirmngr/dirmngr.c:1315 #, fuzzy, c-format msgid "error binding socket to '%s': %s\n" msgstr "kesalahan mengirim ke `%s': %s\n" -#: agent/gpg-agent.c:2229 agent/gpg-agent.c:2269 agent/gpg-agent.c:2278 -#: scd/scdaemon.c:1144 dirmngr/dirmngr.c:1315 +#: agent/gpg-agent.c:2255 agent/gpg-agent.c:2295 agent/gpg-agent.c:2304 +#: scd/scdaemon.c:1156 dirmngr/dirmngr.c:1324 #, fuzzy, c-format msgid "can't set permissions of '%s': %s\n" msgstr "Peringatan: permisi tidak aman pada %s \"%s\"\n" -#: agent/gpg-agent.c:2243 scd/scdaemon.c:1156 dirmngr/dirmngr.c:1327 +#: agent/gpg-agent.c:2269 scd/scdaemon.c:1168 dirmngr/dirmngr.c:1336 #, fuzzy, c-format msgid "listening on socket '%s'\n" msgstr "menulis kunci rahasia ke `%s'\n" -#: agent/gpg-agent.c:2263 agent/gpg-agent.c:2316 common/homedir.c:517 +#: agent/gpg-agent.c:2289 agent/gpg-agent.c:2342 common/homedir.c:517 #: g10/openfile.c:399 g10/photoid.c:379 #, fuzzy, c-format #| msgid "can't create directory `%s': %s\n" msgid "can't create directory '%s': %s\n" msgstr "tidak dapat membuat direktori `%s': %s\n" -#: agent/gpg-agent.c:2266 agent/gpg-agent.c:2321 common/homedir.c:520 +#: agent/gpg-agent.c:2292 agent/gpg-agent.c:2347 common/homedir.c:520 #: g10/openfile.c:402 #, fuzzy, c-format msgid "directory '%s' created\n" msgstr "%s: direktori tercipta\n" -#: agent/gpg-agent.c:2327 +#: agent/gpg-agent.c:2353 #, fuzzy, c-format msgid "stat() failed for '%s': %s\n" msgstr "trustdb: read failed (n=%d): %s\n" -#: agent/gpg-agent.c:2331 +#: agent/gpg-agent.c:2357 #, fuzzy, c-format msgid "can't use '%s' as home directory\n" msgstr "%s: tidak dapat membuat direktori: %s\n" -#: agent/gpg-agent.c:2486 scd/scdaemon.c:1172 dirmngr/dirmngr.c:2042 +#: agent/gpg-agent.c:2512 scd/scdaemon.c:1184 dirmngr/dirmngr.c:2069 #, fuzzy, c-format msgid "error reading nonce on fd %d: %s\n" msgstr "kesalahan membaca `%s': %s\n" -#: agent/gpg-agent.c:2693 +#: agent/gpg-agent.c:2719 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:2698 +#: agent/gpg-agent.c:2724 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:2773 +#: agent/gpg-agent.c:2799 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:2778 +#: agent/gpg-agent.c:2804 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:3000 scd/scdaemon.c:1362 dirmngr/dirmngr.c:2256 +#: agent/gpg-agent.c:3026 scd/scdaemon.c:1374 dirmngr/dirmngr.c:2283 #, fuzzy, c-format msgid "npth_pselect failed: %s - waiting 1s\n" msgstr "gagal perbarui rahasia: %s\n" -#: agent/gpg-agent.c:3088 scd/scdaemon.c:1427 +#: agent/gpg-agent.c:3114 scd/scdaemon.c:1439 #, fuzzy, c-format msgid "%s %s stopped\n" msgstr "%s: dilewati: %s\n" -#: agent/gpg-agent.c:3226 common/simple-pwquery.c:247 g10/call-agent.c:260 +#: agent/gpg-agent.c:3252 common/simple-pwquery.c:247 g10/call-agent.c:260 #: sm/call-agent.c:131 tools/gpg-connect-agent.c:2319 tools/card-call-scd.c:311 #, fuzzy, c-format msgid "no gpg-agent running in this session\n" @@ -787,8 +787,8 @@ msgid "" "Password cache maintenance\n" msgstr "" -#: agent/protect-tool.c:107 g10/gpg.c:447 kbx/kbxutil.c:72 sm/gpgsm.c:213 -#: dirmngr/dirmngr.c:167 tools/gpgconf.c:81 +#: agent/protect-tool.c:107 g10/gpg.c:448 kbx/kbxutil.c:72 sm/gpgsm.c:215 +#: dirmngr/dirmngr.c:168 tools/gpgconf.c:81 msgid "" "@Commands:\n" " " @@ -1038,7 +1038,7 @@ msgid "error creating a stream for a pipe: %s\n" msgstr "kesalahan penciptaan passphrase: %s\n" #: common/exechelp-posix.c:505 common/exechelp-posix.c:580 -#: common/exechelp-posix.c:861 dirmngr/dirmngr.c:1345 +#: common/exechelp-posix.c:866 dirmngr/dirmngr.c:1354 #, fuzzy, c-format msgid "error forking process: %s\n" msgstr "kesalahan membaca `%s': %s\n" @@ -1048,23 +1048,23 @@ msgstr "kesalahan membaca `%s': %s\n" msgid "waiting for process %d to terminate failed: %s\n" msgstr "" -#: common/exechelp-posix.c:688 common/exechelp-posix.c:804 +#: common/exechelp-posix.c:688 common/exechelp-posix.c:809 #, fuzzy, c-format msgid "error running '%s': probably not installed\n" msgstr "kesalahan membaca `%s': %s\n" -#: common/exechelp-posix.c:694 common/exechelp-posix.c:811 +#: common/exechelp-posix.c:694 common/exechelp-posix.c:816 #: common/exechelp-w32.c:839 common/exechelp-w32ce.c:782 #, fuzzy, c-format msgid "error running '%s': exit status %d\n" msgstr "kesalahan membaca `%s': %s\n" -#: common/exechelp-posix.c:702 common/exechelp-posix.c:819 +#: common/exechelp-posix.c:702 common/exechelp-posix.c:824 #, fuzzy, c-format msgid "error running '%s': terminated\n" msgstr "kesalahan membaca `%s': %s\n" -#: common/exechelp-posix.c:760 common/exechelp-w32.c:820 +#: common/exechelp-posix.c:765 common/exechelp-w32.c:820 #, fuzzy, c-format msgid "waiting for processes to terminate failed: %s\n" msgstr "gagal memperbarui: %s\n" @@ -1111,7 +1111,7 @@ msgid "renaming '%s' to '%s' failed: %s\n" msgstr "gagal enarmoring: %s\n" #. TRANSLATORS: See doc/TRANSLATE about this string. -#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3081 +#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3082 msgid "yes" msgstr "y|ya" @@ -1167,7 +1167,7 @@ msgid "out of core while allocating %lu bytes" msgstr "" #: common/miscellaneous.c:115 g10/card-util.c:917 tools/no-libgcrypt.c:30 -#: tools/gpg-card.c:415 +#: tools/gpg-card.c:416 #, fuzzy, c-format msgid "error allocating enough memory: %s\n" msgstr "kesalahan menulis keyring `%s': %s\n" @@ -1238,7 +1238,7 @@ msgstr "kesalahan menulis keyring `%s': %s\n" msgid "server '%s' is older than us (%s < %s)" msgstr "" -#: common/asshelp.c:737 g10/call-dirmngr.c:407 +#: common/asshelp.c:737 g10/call-dirmngr.c:408 #, fuzzy, c-format #| msgid "WARNING: %s overrides %s\n" msgid "WARNING: %s\n" @@ -1543,8 +1543,8 @@ msgstr "kunci publik %08lX tidak ditemukan: %s\n" msgid "waiting for lock %s...\n" msgstr "menulis kunci rahasia ke `%s'\n" -#: common/init.c:191 sm/gpgsm.c:1032 dirmngr/dirmngr.c:894 -#: dirmngr/dirmngr.c:903 +#: common/init.c:191 sm/gpgsm.c:1036 dirmngr/dirmngr.c:895 +#: dirmngr/dirmngr.c:904 #, c-format msgid "%s is too old (need %s, have %s)\n" msgstr "" @@ -1719,57 +1719,57 @@ msgstr "kesalahan membaca `%s': %s\n" msgid "problem with the agent: %s\n" msgstr "masalah dengan agen: agen mengembalikan 0x%lx\n" -#: g10/call-dirmngr.c:178 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 +#: g10/call-dirmngr.c:179 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 #, fuzzy, c-format msgid "no dirmngr running in this session\n" msgstr "gpg-agent tidak tersedia untuk sesi ini\n" -#: g10/call-dirmngr.c:212 +#: g10/call-dirmngr.c:213 #, fuzzy, c-format #| msgid "you may not use %s while in %s mode\n" msgid "keyserver option \"honor-keyserver-url\" may not be used in Tor mode\n" msgstr "anda tidak boleh menggunakan %s saat dalam mode %s.\n" -#: g10/call-dirmngr.c:385 +#: g10/call-dirmngr.c:386 msgid "WKD uses a cached result" msgstr "" -#: g10/call-dirmngr.c:388 +#: g10/call-dirmngr.c:389 msgid "Tor is not running" msgstr "" -#: g10/call-dirmngr.c:390 +#: g10/call-dirmngr.c:391 #, fuzzy msgid "Tor is not properly configured" msgstr "kesalahan: fingerprint tidak valid\n" -#: g10/call-dirmngr.c:392 +#: g10/call-dirmngr.c:393 #, fuzzy msgid "DNS is not properly configured" msgstr "kesalahan: fingerprint tidak valid\n" -#: g10/call-dirmngr.c:394 +#: g10/call-dirmngr.c:395 msgid "unacceptable HTTP redirect from server" msgstr "" -#: g10/call-dirmngr.c:396 +#: g10/call-dirmngr.c:397 msgid "unacceptable HTTP redirect from server was cleaned up" msgstr "" -#: g10/call-dirmngr.c:398 +#: g10/call-dirmngr.c:399 #, fuzzy #| msgid "generate a revocation certificate" msgid "server uses an invalid certificate" msgstr "buat sertifikat revokasi" -#: g10/call-dirmngr.c:405 g10/gpg.c:4568 +#: g10/call-dirmngr.c:406 g10/gpg.c:4599 #, fuzzy, c-format #| msgid "armor: %s\n" msgid "Note: %s\n" msgstr "armor: %s\n" #: g10/card-util.c:86 g10/card-util.c:369 g10/card-util.c:1924 -#: tools/gpg-card.c:3038 +#: tools/gpg-card.c:3039 #, fuzzy, c-format msgid "OpenPGP card not available: %s\n" msgstr "kunci rahasia tidak tersedia" @@ -1780,17 +1780,17 @@ msgid "OpenPGP card no. %s detected\n" msgstr "" #: g10/card-util.c:97 g10/card-util.c:2309 g10/delkey.c:164 g10/keyedit.c:1428 -#: g10/keygen.c:4771 g10/revoke.c:214 g10/revoke.c:638 +#: g10/keygen.c:4791 g10/revoke.c:214 g10/revoke.c:638 #, fuzzy, c-format msgid "can't do this in batch mode\n" msgstr "tidak dapat melakukan hal itu dalam mode batch\n" -#: g10/card-util.c:105 tools/gpg-card.c:2942 +#: g10/card-util.c:105 tools/gpg-card.c:2943 #, fuzzy, c-format msgid "This command is only available for version 2 cards\n" msgstr "Perintah ini tidak dibolehkan saat dalam mode %s.\n" -#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2947 +#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2948 #, fuzzy, c-format msgid "Reset Code not or not anymore available\n" msgstr "bagian kunci rahasia tidak tersedia\n" @@ -1799,115 +1799,115 @@ msgstr "bagian kunci rahasia tidak tersedia\n" #: g10/card-util.c:1802 g10/keyedit.c:394 g10/keyedit.c:415 g10/keyedit.c:429 #: g10/keygen.c:1991 g10/keygen.c:2165 g10/keygen.c:2385 g10/keygen.c:2685 #: sm/certreqgen-ui.c:166 sm/certreqgen-ui.c:292 sm/certreqgen-ui.c:326 -#: tools/gpg-card.c:509 +#: tools/gpg-card.c:510 msgid "Your selection? " msgstr "Pilihan anda? " -#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:595 -#: tools/gpg-card.c:635 +#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:596 +#: tools/gpg-card.c:636 msgid "[not set]" msgstr "" -#: g10/card-util.c:558 tools/gpg-card.c:902 +#: g10/card-util.c:558 tools/gpg-card.c:903 msgid "Mr." msgstr "" -#: g10/card-util.c:559 tools/gpg-card.c:903 +#: g10/card-util.c:559 tools/gpg-card.c:904 msgid "Ms." msgstr "" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 #, fuzzy msgid "not forced" msgstr "tidak diproses" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 msgid "forced" msgstr "" -#: g10/card-util.c:768 tools/gpg-card.c:1467 +#: g10/card-util.c:768 tools/gpg-card.c:1468 msgid "Error: Only plain ASCII is currently allowed.\n" msgstr "" -#: g10/card-util.c:770 tools/gpg-card.c:1469 +#: g10/card-util.c:770 tools/gpg-card.c:1470 msgid "Error: The \"<\" character may not be used.\n" msgstr "" -#: g10/card-util.c:772 tools/gpg-card.c:1471 +#: g10/card-util.c:772 tools/gpg-card.c:1472 msgid "Error: Double spaces are not allowed.\n" msgstr "" -#: g10/card-util.c:789 tools/gpg-card.c:1504 +#: g10/card-util.c:789 tools/gpg-card.c:1505 msgid "Cardholder's surname: " msgstr "" -#: g10/card-util.c:791 tools/gpg-card.c:1505 +#: g10/card-util.c:791 tools/gpg-card.c:1506 msgid "Cardholder's given name: " msgstr "" -#: g10/card-util.c:809 tools/gpg-card.c:1522 +#: g10/card-util.c:809 tools/gpg-card.c:1523 #, c-format msgid "Error: Combined name too long (limit is %d characters).\n" msgstr "" -#: g10/card-util.c:830 tools/gpg-card.c:1560 +#: g10/card-util.c:830 tools/gpg-card.c:1561 #, fuzzy msgid "URL to retrieve public key: " msgstr "tidak ada kunci publik yang sesuai: %s\n" -#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:394 g10/import.c:744 -#: g10/import.c:803 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 -#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1657 -#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:425 +#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:406 g10/import.c:756 +#: g10/import.c:815 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 +#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1666 +#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:426 #, fuzzy, c-format #| msgid "error reading `%s': %s\n" msgid "error reading '%s': %s\n" msgstr "kesalahan membaca `%s': %s\n" #: g10/card-util.c:959 g10/decrypt-data.c:498 g10/export.c:2496 -#: dirmngr/crlcache.c:925 tools/gpg-card.c:485 tools/gpg-card.c:492 +#: dirmngr/crlcache.c:925 tools/gpg-card.c:486 tools/gpg-card.c:493 #, fuzzy, c-format msgid "error writing '%s': %s\n" msgstr "kesalahan menulis keyring `%s': %s\n" -#: g10/card-util.c:986 tools/gpg-card.c:1649 +#: g10/card-util.c:986 tools/gpg-card.c:1650 msgid "Login data (account name): " msgstr "" -#: g10/card-util.c:1024 tools/gpg-card.c:1944 +#: g10/card-util.c:1024 tools/gpg-card.c:1945 msgid "Private DO data: " msgstr "" -#: g10/card-util.c:1109 tools/gpg-card.c:1698 +#: g10/card-util.c:1109 tools/gpg-card.c:1699 #, fuzzy msgid "Language preferences: " msgstr "perbarui preferensi" -#: g10/card-util.c:1117 tools/gpg-card.c:1709 +#: g10/card-util.c:1117 tools/gpg-card.c:1710 #, fuzzy, c-format msgid "Error: invalid length of preference string.\n" msgstr "Karakter tidak valid dalam string preferensi\n" -#: g10/card-util.c:1126 tools/gpg-card.c:1718 +#: g10/card-util.c:1126 tools/gpg-card.c:1719 #, fuzzy, c-format msgid "Error: invalid characters in preference string.\n" msgstr "Karakter tidak valid dalam string preferensi\n" -#: g10/card-util.c:1148 tools/gpg-card.c:1752 +#: g10/card-util.c:1148 tools/gpg-card.c:1753 msgid "Salutation (M = Mr., F = Ms., or space): " msgstr "" -#: g10/card-util.c:1162 tools/gpg-card.c:1769 +#: g10/card-util.c:1162 tools/gpg-card.c:1770 #, fuzzy msgid "Error: invalid response.\n" msgstr "kesalahan: fingerprint tidak valid\n" -#: g10/card-util.c:1185 tools/gpg-card.c:1834 +#: g10/card-util.c:1185 tools/gpg-card.c:1835 #, fuzzy msgid "CA fingerprint: " msgstr "tampilkan fingerprint" -#: g10/card-util.c:1209 tools/gpg-card.c:1860 +#: g10/card-util.c:1209 tools/gpg-card.c:1861 #, fuzzy, c-format msgid "Error: invalid formatted fingerprint.\n" msgstr "kesalahan: fingerprint tidak valid\n" @@ -1922,7 +1922,7 @@ msgstr "Pembuatan kunci gagal: %s\n" msgid "not an OpenPGP card" msgstr "tidak ditemukan data OpenPGP yang valid.\n" -#: g10/card-util.c:1273 g10/keygen.c:4791 g10/keygen.c:5952 +#: g10/card-util.c:1273 g10/keygen.c:4811 g10/keygen.c:5972 #, fuzzy, c-format msgid "error getting current key info: %s\n" msgstr "kesalahan menulis keyring rahasia `%s': %s\n" @@ -1931,7 +1931,7 @@ msgstr "kesalahan menulis keyring rahasia `%s': %s\n" msgid "Replace existing key? (y/N) " msgstr "" -#: g10/card-util.c:1375 tools/gpg-card.c:3327 +#: g10/card-util.c:1375 tools/gpg-card.c:3328 msgid "" "Note: There is no guarantee that the card supports the requested\n" " key type or size. If the key generation does not succeed,\n" @@ -2014,14 +2014,14 @@ msgid "error getting card info: %s\n" msgstr "kesalahan menulis keyring rahasia `%s': %s\n" #: g10/card-util.c:1591 g10/card-util.c:1936 g10/card-util.c:2112 -#: g10/card-util.c:2171 tools/gpg-card.c:3056 tools/gpg-card.c:3295 -#: tools/gpg-card.c:3353 +#: g10/card-util.c:2171 tools/gpg-card.c:3057 tools/gpg-card.c:3296 +#: tools/gpg-card.c:3354 #, fuzzy, c-format #| msgid "This command is not allowed while in %s mode.\n" msgid "This command is not supported by this card\n" msgstr "Perintah ini tidak dibolehkan saat dalam mode %s.\n" -#: g10/card-util.c:1637 tools/gpg-card.c:2425 +#: g10/card-util.c:1637 tools/gpg-card.c:2426 msgid "Make off-card backup of encryption key? (Y/n) " msgstr "" @@ -2030,11 +2030,11 @@ msgstr "" msgid "Note: keys are already stored on the card!\n" msgstr "dilewati: kunci pribadi telah ada\n" -#: g10/card-util.c:1654 tools/gpg-card.c:2397 +#: g10/card-util.c:1654 tools/gpg-card.c:2398 msgid "Replace existing keys? (y/N) " msgstr "" -#: g10/card-util.c:1666 tools/gpg-card.c:2456 +#: g10/card-util.c:1666 tools/gpg-card.c:2457 #, c-format msgid "" "Please note that the factory settings of the PINs are\n" @@ -2071,17 +2071,17 @@ msgstr "Silakan pilih alasan untuk pembatalan:\n" msgid "KEYTOCARD failed: %s\n" msgstr "gagal memperbarui: %s\n" -#: g10/card-util.c:1941 tools/gpg-card.c:3064 +#: g10/card-util.c:1941 tools/gpg-card.c:3065 #, fuzzy, c-format msgid "Note: This command destroys all keys stored on the card!\n" msgstr "dilewati: kunci pribadi telah ada\n" -#: g10/card-util.c:1944 tools/gpg-card.c:3067 tools/gpg-card.c:3408 +#: g10/card-util.c:1944 tools/gpg-card.c:3068 tools/gpg-card.c:3409 #, fuzzy msgid "Continue? (y/N) " msgstr "Ditandai? " -#: g10/card-util.c:1949 tools/gpg-card.c:3078 +#: g10/card-util.c:1949 tools/gpg-card.c:3079 msgid "Really do a factory reset? (enter \"yes\") " msgstr "" @@ -2095,7 +2095,7 @@ msgstr "kesalahan membaca `%s': %s\n" msgid "error for setup UIF: %s\n" msgstr "kesalahan membaca `%s': %s\n" -#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3648 +#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3649 msgid "quit this menu" msgstr "berhenti dari menu ini" @@ -2104,68 +2104,68 @@ msgstr "berhenti dari menu ini" msgid "show admin commands" msgstr "perintah saling konflik\n" -#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3651 +#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3652 msgid "show this help" msgstr "tampilkan bantuan" -#: g10/card-util.c:2217 tools/gpg-card.c:3653 +#: g10/card-util.c:2217 tools/gpg-card.c:3654 #, fuzzy msgid "list all available data" msgstr "Kunci tersedia di:" -#: g10/card-util.c:2220 tools/gpg-card.c:3655 +#: g10/card-util.c:2220 tools/gpg-card.c:3656 msgid "change card holder's name" msgstr "" -#: g10/card-util.c:2221 tools/gpg-card.c:3656 +#: g10/card-util.c:2221 tools/gpg-card.c:3657 msgid "change URL to retrieve key" msgstr "" -#: g10/card-util.c:2222 tools/gpg-card.c:3657 +#: g10/card-util.c:2222 tools/gpg-card.c:3658 msgid "fetch the key specified in the card URL" msgstr "" -#: g10/card-util.c:2223 tools/gpg-card.c:3658 +#: g10/card-util.c:2223 tools/gpg-card.c:3659 #, fuzzy msgid "change the login name" msgstr "ubah tanggal kadaluarsa" -#: g10/card-util.c:2224 tools/gpg-card.c:3659 +#: g10/card-util.c:2224 tools/gpg-card.c:3660 #, fuzzy msgid "change the language preferences" msgstr "ubah ownertrust" -#: g10/card-util.c:2225 tools/gpg-card.c:3660 +#: g10/card-util.c:2225 tools/gpg-card.c:3661 msgid "change card holder's salutation" msgstr "" -#: g10/card-util.c:2227 tools/gpg-card.c:3662 +#: g10/card-util.c:2227 tools/gpg-card.c:3663 #, fuzzy msgid "change a CA fingerprint" msgstr "tampilkan fingerprint" -#: g10/card-util.c:2228 tools/gpg-card.c:3663 +#: g10/card-util.c:2228 tools/gpg-card.c:3664 msgid "toggle the signature force PIN flag" msgstr "" -#: g10/card-util.c:2229 tools/gpg-card.c:3664 +#: g10/card-util.c:2229 tools/gpg-card.c:3665 #, fuzzy msgid "generate new keys" msgstr "buat sepasang kunci baru" -#: g10/card-util.c:2230 tools/gpg-card.c:3665 +#: g10/card-util.c:2230 tools/gpg-card.c:3666 msgid "menu to change or unblock the PIN" msgstr "" -#: g10/card-util.c:2231 tools/gpg-card.c:3666 +#: g10/card-util.c:2231 tools/gpg-card.c:3667 msgid "verify the PIN and list all data" msgstr "" -#: g10/card-util.c:2232 tools/gpg-card.c:3667 +#: g10/card-util.c:2232 tools/gpg-card.c:3668 msgid "unblock the PIN using a Reset Code" msgstr "" -#: g10/card-util.c:2233 tools/gpg-card.c:3671 +#: g10/card-util.c:2233 tools/gpg-card.c:3672 msgid "destroy all keys and data" msgstr "" @@ -2181,13 +2181,13 @@ msgstr "|NAMA|gunakan NAMA sebagai penerima baku" msgid "change the key attribute" msgstr "ubah ownertrust" -#: g10/card-util.c:2237 tools/gpg-card.c:3673 +#: g10/card-util.c:2237 tools/gpg-card.c:3674 #, fuzzy #| msgid "change the ownertrust" msgid "change the User Interaction Flag" msgstr "ubah ownertrust" -#: g10/card-util.c:2361 tools/gpg-card.c:3923 +#: g10/card-util.c:2361 tools/gpg-card.c:3924 msgid "gpg/card> " msgstr "" @@ -2206,8 +2206,8 @@ msgstr "perintah saling konflik\n" msgid "Admin commands are not allowed\n" msgstr "menulis kunci rahasia ke `%s'\n" -#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3813 -#: tools/gpg-card.c:4071 +#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3814 +#: tools/gpg-card.c:4072 #, c-format msgid "Invalid command (try \"help\")\n" msgstr "Perintah tidak valid (coba \"help\")\n" @@ -2217,22 +2217,22 @@ msgstr "Perintah tidak valid (coba \"help\")\n" msgid "--output doesn't work for this command\n" msgstr "--output tidak berfungsi untuk perintah ini\n" -#: g10/decrypt.c:247 g10/gpg.c:5262 g10/keyring.c:399 g10/keyring.c:750 +#: g10/decrypt.c:247 g10/gpg.c:5293 g10/keyring.c:399 g10/keyring.c:750 #, fuzzy, c-format #| msgid "can't open `%s'\n" msgid "can't open '%s'\n" msgstr "tidak dapat membuka `%s'\n" #: g10/delkey.c:81 g10/export.c:1934 g10/export.c:2342 g10/export.c:2463 -#: g10/getkey.c:1907 g10/gpg.c:5207 g10/keyedit.c:1450 g10/keyedit.c:2382 -#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1238 +#: g10/getkey.c:1907 g10/gpg.c:5238 g10/keyedit.c:1450 g10/keyedit.c:2382 +#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1240 #: g10/revoke.c:230 g10/tofu.c:2168 #, fuzzy, c-format msgid "key \"%s\" not found: %s\n" msgstr "kunci '%s' tidak ditemukan: %s\n" -#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4303 -#: g10/gpg.c:5216 g10/keyedit.c:2354 g10/keyserver.c:1256 g10/revoke.c:236 +#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4330 +#: g10/gpg.c:5247 g10/keyedit.c:2354 g10/keyserver.c:1258 g10/revoke.c:236 #: g10/revoke.c:665 g10/tofu.c:2176 #, c-format msgid "error reading keyblock: %s\n" @@ -2360,15 +2360,15 @@ msgstr "" msgid "(use option \"%s\" to override)\n" msgstr "" -#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4052 -#: g10/gpg.c:4099 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1760 +#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4083 +#: g10/gpg.c:4130 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1793 #, fuzzy, c-format msgid "cipher algorithm '%s' may not be used in %s mode\n" msgstr "" "anda tidak boleh menggunakan algoritma cipher \"%s\" saat dalam mode %s.\n" -#: g10/encrypt.c:564 g10/gpg.c:4064 g10/gpg.c:4111 g10/sig-check.c:155 -#: g10/sign.c:452 sm/gpgsm.c:1770 sm/gpgsm.c:1780 sm/sign.c:596 sm/verify.c:510 +#: g10/encrypt.c:564 g10/gpg.c:4095 g10/gpg.c:4142 g10/sig-check.c:155 +#: g10/sign.c:452 sm/gpgsm.c:1803 sm/gpgsm.c:1813 sm/sign.c:596 sm/verify.c:510 #, fuzzy, c-format msgid "digest algorithm '%s' may not be used in %s mode\n" msgstr "" @@ -2473,7 +2473,7 @@ msgstr "" msgid " - skipped" msgstr "%s: dilewati: %s\n" -#: g10/export.c:1333 g10/import.c:2112 g10/openfile.c:202 g10/openfile.c:296 +#: g10/export.c:1333 g10/import.c:2124 g10/openfile.c:202 g10/openfile.c:296 #: g10/sign.c:1110 g10/sign.c:1447 #, fuzzy, c-format #| msgid "writing to `%s'\n" @@ -2569,297 +2569,297 @@ msgstr "kunci tidak valid %08lX dibuat valid oleh --allow-non-selfsigned-uid\n" msgid "using subkey %s instead of primary key %s\n" msgstr "menggunakan kunci sekunder %08lX bukannya kunci primer %08lX\n" -#: g10/getkey.c:4232 g10/gpg.c:2164 +#: g10/getkey.c:4259 g10/gpg.c:2167 #, fuzzy, c-format msgid "valid values for option '%s':\n" msgstr "opsi impor tidak valid\n" -#: g10/gpg.c:449 sm/gpgsm.c:215 +#: g10/gpg.c:450 sm/gpgsm.c:217 #, fuzzy msgid "make a signature" msgstr "buat detached signature" -#: g10/gpg.c:450 +#: g10/gpg.c:451 #, fuzzy msgid "make a clear text signature" msgstr "|[file]|buat signature teks" -#: g10/gpg.c:452 sm/gpgsm.c:217 +#: g10/gpg.c:453 sm/gpgsm.c:219 msgid "make a detached signature" msgstr "buat detached signature" -#: g10/gpg.c:453 sm/gpgsm.c:218 +#: g10/gpg.c:454 sm/gpgsm.c:220 msgid "encrypt data" msgstr "enkripsi data" -#: g10/gpg.c:455 +#: g10/gpg.c:456 msgid "encryption only with symmetric cipher" msgstr "enkripsi hanya dengan symmetric cipher" -#: g10/gpg.c:457 sm/gpgsm.c:220 +#: g10/gpg.c:458 sm/gpgsm.c:222 msgid "decrypt data (default)" msgstr "dekripsi data (default)" -#: g10/gpg.c:459 sm/gpgsm.c:221 +#: g10/gpg.c:460 sm/gpgsm.c:223 msgid "verify a signature" msgstr "verifikasi signature" -#: g10/gpg.c:461 sm/gpgsm.c:222 +#: g10/gpg.c:462 sm/gpgsm.c:224 msgid "list keys" msgstr "tampilkan kunci" -#: g10/gpg.c:463 +#: g10/gpg.c:464 msgid "list keys and signatures" msgstr "tampilkan kunci dan signature" -#: g10/gpg.c:466 +#: g10/gpg.c:467 #, fuzzy msgid "list and check key signatures" msgstr "periksa signature kunci" -#: g10/gpg.c:468 sm/gpgsm.c:227 +#: g10/gpg.c:469 sm/gpgsm.c:229 msgid "list keys and fingerprints" msgstr "tampilkan kunci dan fingerprint" -#: g10/gpg.c:469 sm/gpgsm.c:225 +#: g10/gpg.c:470 sm/gpgsm.c:227 msgid "list secret keys" msgstr "tampilkan kunci rahasia" -#: g10/gpg.c:471 sm/gpgsm.c:228 +#: g10/gpg.c:472 sm/gpgsm.c:230 msgid "generate a new key pair" msgstr "buat sepasang kunci baru" -#: g10/gpg.c:474 +#: g10/gpg.c:475 #, fuzzy #| msgid "generate a new key pair" msgid "quickly generate a new key pair" msgstr "buat sepasang kunci baru" -#: g10/gpg.c:477 +#: g10/gpg.c:478 #, fuzzy #| msgid "generate a new key pair" msgid "quickly add a new user-id" msgstr "buat sepasang kunci baru" -#: g10/gpg.c:482 +#: g10/gpg.c:483 #, fuzzy #| msgid "generate a new key pair" msgid "quickly revoke a user-id" msgstr "buat sepasang kunci baru" -#: g10/gpg.c:485 +#: g10/gpg.c:486 #, fuzzy #| msgid "generate a new key pair" msgid "quickly set a new expiration date" msgstr "buat sepasang kunci baru" -#: g10/gpg.c:488 +#: g10/gpg.c:489 msgid "full featured key pair generation" msgstr "" -#: g10/gpg.c:491 +#: g10/gpg.c:492 msgid "generate a revocation certificate" msgstr "buat sertifikat revokasi" -#: g10/gpg.c:494 sm/gpgsm.c:231 +#: g10/gpg.c:495 sm/gpgsm.c:233 msgid "remove keys from the public keyring" msgstr "hapus kunci dari keyring publik" -#: g10/gpg.c:496 +#: g10/gpg.c:497 msgid "remove keys from the secret keyring" msgstr "hapus kunci dari keyring pribadi" -#: g10/gpg.c:498 +#: g10/gpg.c:499 #, fuzzy #| msgid "sign a key" msgid "quickly sign a key" msgstr "tandai kunci" -#: g10/gpg.c:500 +#: g10/gpg.c:501 #, fuzzy #| msgid "sign a key locally" msgid "quickly sign a key locally" msgstr "tandai kunci secara lokal" -#: g10/gpg.c:502 +#: g10/gpg.c:503 #, fuzzy #| msgid "generate a new key pair" msgid "quickly revoke a key signature" msgstr "buat sepasang kunci baru" -#: g10/gpg.c:503 +#: g10/gpg.c:504 msgid "sign a key" msgstr "tandai kunci" -#: g10/gpg.c:504 +#: g10/gpg.c:505 msgid "sign a key locally" msgstr "tandai kunci secara lokal" -#: g10/gpg.c:505 +#: g10/gpg.c:506 msgid "sign or edit a key" msgstr "tandai atau edit kunci" -#: g10/gpg.c:507 sm/gpgsm.c:249 +#: g10/gpg.c:508 sm/gpgsm.c:251 #, fuzzy msgid "change a passphrase" msgstr "ubah passphrase" -#: g10/gpg.c:511 +#: g10/gpg.c:512 msgid "export keys" msgstr "ekspor kunci" -#: g10/gpg.c:512 +#: g10/gpg.c:513 msgid "export keys to a keyserver" msgstr "ekspor kunci ke keyserver" -#: g10/gpg.c:513 +#: g10/gpg.c:514 msgid "import keys from a keyserver" msgstr "impor kunci dari keyserver" -#: g10/gpg.c:516 +#: g10/gpg.c:517 msgid "search for keys on a keyserver" msgstr "cari kunci di keyserver" -#: g10/gpg.c:518 +#: g10/gpg.c:519 msgid "update all keys from a keyserver" msgstr "update semua kunci dari keyserver" -#: g10/gpg.c:526 +#: g10/gpg.c:527 msgid "import/merge keys" msgstr "impor/gabung kunci" -#: g10/gpg.c:529 +#: g10/gpg.c:530 msgid "print the card status" msgstr "" -#: g10/gpg.c:530 +#: g10/gpg.c:531 msgid "change data on a card" msgstr "" -#: g10/gpg.c:532 +#: g10/gpg.c:533 msgid "change a card's PIN" msgstr "" -#: g10/gpg.c:544 +#: g10/gpg.c:545 msgid "update the trust database" msgstr "perbarui database trust" -#: g10/gpg.c:554 +#: g10/gpg.c:555 #, fuzzy msgid "print message digests" msgstr "|algo [file]|cetak digest pesan" -#: g10/gpg.c:558 sm/gpgsm.c:244 +#: g10/gpg.c:559 sm/gpgsm.c:246 msgid "run in server mode" msgstr "" -#: g10/gpg.c:560 +#: g10/gpg.c:561 msgid "|VALUE|set the TOFU policy for a key" msgstr "" -#: g10/gpg.c:603 +#: g10/gpg.c:604 msgid "|NAME|use NAME as default secret key" msgstr "|NAMA|gunakan NAMA sebagai kunci rahasia baku" -#: g10/gpg.c:605 sm/gpgsm.c:337 +#: g10/gpg.c:606 sm/gpgsm.c:340 #, fuzzy msgid "|NAME|encrypt to user ID NAME as well" msgstr "|NAMA|enkripsi untuk NAMA" -#: g10/gpg.c:613 +#: g10/gpg.c:614 msgid "|SPEC|set up email aliases" msgstr "" -#: g10/gpg.c:625 +#: g10/gpg.c:626 msgid "use strict OpenPGP behavior" msgstr "" -#: g10/gpg.c:650 kbx/kbxutil.c:91 sm/gpgsm.c:421 tools/gpgconf.c:113 +#: g10/gpg.c:651 kbx/kbxutil.c:91 sm/gpgsm.c:424 tools/gpgconf.c:113 msgid "do not make any changes" msgstr "jangan buat perubahan" -#: g10/gpg.c:651 +#: g10/gpg.c:652 msgid "prompt before overwriting" msgstr "tanya sebelum menimpa" -#: g10/gpg.c:700 sm/gpgsm.c:307 +#: g10/gpg.c:701 sm/gpgsm.c:310 msgid "Options controlling the input" msgstr "" -#: g10/gpg.c:718 sm/gpgsm.c:317 +#: g10/gpg.c:719 sm/gpgsm.c:320 msgid "Options controlling the output" msgstr "" -#: g10/gpg.c:720 sm/gpgsm.c:319 +#: g10/gpg.c:721 sm/gpgsm.c:322 msgid "create ascii armored output" msgstr "ciptakan output ascii" -#: g10/gpg.c:724 g10/gpgv.c:82 sm/gpgsm.c:324 +#: g10/gpg.c:725 g10/gpgv.c:82 sm/gpgsm.c:327 #, fuzzy msgid "|FILE|write output to FILE" msgstr "|FILE|muat modul ekstensi FILE" -#: g10/gpg.c:737 +#: g10/gpg.c:738 msgid "use canonical text mode" msgstr "gunakan mode teks kanonikal" -#: g10/gpg.c:755 +#: g10/gpg.c:756 #, fuzzy msgid "|N|set compress level to N (0 disables)" msgstr "|N|set tingkat kompresi N (0 tidak ada)" -#: g10/gpg.c:761 sm/gpgsm.c:354 +#: g10/gpg.c:762 sm/gpgsm.c:357 msgid "Options controlling key import and export" msgstr "" -#: g10/gpg.c:764 +#: g10/gpg.c:765 msgid "|MECHANISMS|use MECHANISMS to locate keys by mail address" msgstr "" -#: g10/gpg.c:767 +#: g10/gpg.c:768 #, fuzzy #| msgid "import keys from a keyserver" msgid "import missing key from a signature" msgstr "impor kunci dari keyserver" -#: g10/gpg.c:772 +#: g10/gpg.c:773 #, fuzzy msgid "include the public key in signatures" msgstr "periksa signature kunci" -#: g10/gpg.c:775 sm/gpgsm.c:357 +#: g10/gpg.c:776 sm/gpgsm.c:360 msgid "disable all access to the dirmngr" msgstr "" -#: g10/gpg.c:787 sm/gpgsm.c:364 +#: g10/gpg.c:788 sm/gpgsm.c:367 msgid "Options controlling key listings" msgstr "" -#: g10/gpg.c:817 sm/gpgsm.c:329 +#: g10/gpg.c:818 sm/gpgsm.c:332 #, fuzzy #| msgid "list secret keys" msgid "Options to specify keys" msgstr "tampilkan kunci rahasia" -#: g10/gpg.c:819 sm/gpgsm.c:331 +#: g10/gpg.c:820 sm/gpgsm.c:334 #, fuzzy msgid "|USER-ID|encrypt for USER-ID" msgstr "|NAMA|enkripsi untuk NAMA" -#: g10/gpg.c:827 sm/gpgsm.c:333 +#: g10/gpg.c:828 sm/gpgsm.c:336 #, fuzzy msgid "|USER-ID|use USER-ID to sign or decrypt" msgstr "gunakan id-user ini untuk menandai/dekripsi" -#: g10/gpg.c:875 sm/gpgsm.c:405 +#: g10/gpg.c:876 sm/gpgsm.c:408 msgid "Options for unattended use" msgstr "" -#: g10/gpg.c:894 sm/gpgsm.c:417 dirmngr/dirmngr.c:285 +#: g10/gpg.c:895 sm/gpgsm.c:420 dirmngr/dirmngr.c:286 msgid "Other options" msgstr "" -#: g10/gpg.c:965 sm/gpgsm.c:450 +#: g10/gpg.c:966 sm/gpgsm.c:453 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -2867,7 +2867,7 @@ msgstr "" "@\n" "(Lihat man page untuk daftar lengkap semua perintah dan option)\n" -#: g10/gpg.c:968 +#: g10/gpg.c:969 #, fuzzy #| msgid "" #| "@\n" @@ -2897,13 +2897,13 @@ msgstr "" " --list-keys [nama] tampilkan kunci\n" " --fingerprint [nama] tampilkan fingerprint\n" -#: g10/gpg.c:1153 +#: g10/gpg.c:1154 #, fuzzy #| msgid "Usage: gpg [options] [files] (-h for help)" msgid "Usage: @GPG@ [options] [files] (-h for help)" msgstr "Pemakaian: gpg [pilihan] [file] (-h untuk bantuan)" -#: g10/gpg.c:1156 +#: g10/gpg.c:1157 #, fuzzy #| msgid "" #| "Syntax: gpg [options] [files]\n" @@ -2918,7 +2918,7 @@ msgstr "" "tandai, cek, enkripsi atau dekripsi\n" "operasi baku tergantung pada data input\n" -#: g10/gpg.c:1167 sm/gpgsm.c:633 +#: g10/gpg.c:1168 sm/gpgsm.c:636 msgid "" "\n" "Supported algorithms:\n" @@ -2926,569 +2926,569 @@ msgstr "" "\n" "Algoritma yang didukung:\n" -#: g10/gpg.c:1170 +#: g10/gpg.c:1171 msgid "Pubkey: " msgstr "Pubkey: " -#: g10/gpg.c:1177 g10/keyedit.c:3316 +#: g10/gpg.c:1178 g10/keyedit.c:3316 msgid "Cipher: " msgstr "Cipher: " -#: g10/gpg.c:1191 +#: g10/gpg.c:1192 msgid "Hash: " msgstr "Hash: " -#: g10/gpg.c:1198 g10/keyedit.c:3382 +#: g10/gpg.c:1199 g10/keyedit.c:3382 msgid "Compression: " msgstr "Kompresi: " -#: g10/gpg.c:1273 sm/gpgsm.c:707 +#: g10/gpg.c:1274 sm/gpgsm.c:710 #, fuzzy, c-format msgid "usage: %s [options] %s\n" msgstr "pemakaian: gpg [pilihan] " -#: g10/gpg.c:1466 sm/gpgsm.c:800 +#: g10/gpg.c:1467 sm/gpgsm.c:803 #, c-format msgid "conflicting commands\n" msgstr "perintah saling konflik\n" -#: g10/gpg.c:1484 +#: g10/gpg.c:1485 #, fuzzy, c-format msgid "no = sign found in group definition '%s'\n" msgstr "tanda = tidak ditemukan dalam definisi grup \"%s\"\n" -#: g10/gpg.c:1682 +#: g10/gpg.c:1683 #, fuzzy, c-format msgid "WARNING: unsafe ownership on homedir '%s'\n" msgstr "Peringatan: kepemilikan tidak aman pada %s \"%s\"\n" -#: g10/gpg.c:1685 +#: g10/gpg.c:1686 #, fuzzy, c-format msgid "WARNING: unsafe ownership on configuration file '%s'\n" msgstr "Peringatan: kepemilikan tidak aman pada %s \"%s\"\n" -#: g10/gpg.c:1688 +#: g10/gpg.c:1689 #, fuzzy, c-format msgid "WARNING: unsafe ownership on extension '%s'\n" msgstr "Peringatan: kepemilikan tidak aman pada %s \"%s\"\n" -#: g10/gpg.c:1694 +#: g10/gpg.c:1695 #, fuzzy, c-format msgid "WARNING: unsafe permissions on homedir '%s'\n" msgstr "Peringatan: permisi tidak aman pada %s \"%s\"\n" -#: g10/gpg.c:1697 +#: g10/gpg.c:1698 #, fuzzy, c-format msgid "WARNING: unsafe permissions on configuration file '%s'\n" msgstr "Peringatan: permisi tidak aman pada %s \"%s\"\n" -#: g10/gpg.c:1700 +#: g10/gpg.c:1701 #, fuzzy, c-format msgid "WARNING: unsafe permissions on extension '%s'\n" msgstr "Peringatan: permisi tidak aman pada %s \"%s\"\n" -#: g10/gpg.c:1706 +#: g10/gpg.c:1707 #, fuzzy, c-format msgid "WARNING: unsafe enclosing directory ownership on homedir '%s'\n" msgstr "Peringatan: kepemilikan direktori tidak aman pada %s \"%s\"\n" -#: g10/gpg.c:1709 +#: g10/gpg.c:1710 #, fuzzy, c-format msgid "" "WARNING: unsafe enclosing directory ownership on configuration file '%s'\n" msgstr "Peringatan: kepemilikan direktori tidak aman pada %s \"%s\"\n" -#: g10/gpg.c:1712 +#: g10/gpg.c:1713 #, fuzzy, c-format msgid "WARNING: unsafe enclosing directory ownership on extension '%s'\n" msgstr "Peringatan: kepemilikan direktori tidak aman pada %s \"%s\"\n" -#: g10/gpg.c:1718 +#: g10/gpg.c:1719 #, fuzzy, c-format msgid "WARNING: unsafe enclosing directory permissions on homedir '%s'\n" msgstr "Peringatan: permisi direktori tidak aman pada %s \"%s\"\n" -#: g10/gpg.c:1721 +#: g10/gpg.c:1722 #, fuzzy, c-format msgid "" "WARNING: unsafe enclosing directory permissions on configuration file '%s'\n" msgstr "Peringatan: permisi direktori tidak aman pada %s \"%s\"\n" -#: g10/gpg.c:1724 +#: g10/gpg.c:1725 #, fuzzy, c-format msgid "WARNING: unsafe enclosing directory permissions on extension '%s'\n" msgstr "Peringatan: permisi direktori tidak aman pada %s \"%s\"\n" -#: g10/gpg.c:1940 +#: g10/gpg.c:1941 #, fuzzy, c-format msgid "unknown configuration item '%s'\n" msgstr "Item Konfigurasi tidak dikenal \"%s\"\n" -#: g10/gpg.c:2034 +#: g10/gpg.c:2037 msgid "display photo IDs during key listings" msgstr "" -#: g10/gpg.c:2036 +#: g10/gpg.c:2039 #, fuzzy msgid "show key usage information during key listings" msgstr "Tidak ada signature koresponden di ring rahasia\n" -#: g10/gpg.c:2038 +#: g10/gpg.c:2041 msgid "show policy URLs during signature listings" msgstr "" -#: g10/gpg.c:2040 +#: g10/gpg.c:2043 #, fuzzy msgid "show all notations during signature listings" msgstr "Tidak ada signature koresponden di ring rahasia\n" -#: g10/gpg.c:2042 +#: g10/gpg.c:2045 msgid "show IETF standard notations during signature listings" msgstr "" -#: g10/gpg.c:2046 +#: g10/gpg.c:2049 msgid "show user-supplied notations during signature listings" msgstr "" -#: g10/gpg.c:2048 +#: g10/gpg.c:2051 #, fuzzy msgid "show preferred keyserver URLs during signature listings" msgstr "URL signature kebijakan yang diberikan tidak valid\n" -#: g10/gpg.c:2050 +#: g10/gpg.c:2053 msgid "show user ID validity during key listings" msgstr "" -#: g10/gpg.c:2052 +#: g10/gpg.c:2055 msgid "show revoked and expired user IDs in key listings" msgstr "" -#: g10/gpg.c:2054 +#: g10/gpg.c:2057 msgid "show revoked and expired subkeys in key listings" msgstr "" -#: g10/gpg.c:2056 +#: g10/gpg.c:2059 #, fuzzy msgid "show the keyring name in key listings" msgstr "tampilkan keyring tempat kunci yang dipilih berada" -#: g10/gpg.c:2058 +#: g10/gpg.c:2061 #, fuzzy msgid "show expiration dates during signature listings" msgstr "Tidak ada signature koresponden di ring rahasia\n" -#: g10/gpg.c:2175 +#: g10/gpg.c:2178 #, fuzzy, c-format msgid "unknown TOFU policy '%s'\n" msgstr "penerima baku tidak dikenal `%s'\n" -#: g10/gpg.c:2177 +#: g10/gpg.c:2180 #, c-format msgid "(use \"help\" to list choices)\n" msgstr "" -#: g10/gpg.c:2972 g10/gpg.c:3797 g10/gpg.c:3809 +#: g10/gpg.c:2975 g10/gpg.c:3828 g10/gpg.c:3840 #, fuzzy, c-format #| msgid "NOTE: %s is not for normal use!\n" msgid "Note: %s is not for normal use!\n" msgstr "CATATAN: %s tidak untuk pemakaian normal!\n" -#: g10/gpg.c:3148 g10/gpg.c:3160 +#: g10/gpg.c:3151 g10/gpg.c:3163 #, fuzzy, c-format msgid "'%s' is not a valid signature expiration\n" msgstr "%s bukanlah set karakter yang valid\n" -#: g10/gpg.c:3182 +#: g10/gpg.c:3185 #, fuzzy, c-format msgid "\"%s\" is not a proper mail address\n" msgstr "Bukan alamat email yang valid\n" -#: g10/gpg.c:3214 sm/gpgsm.c:1265 +#: g10/gpg.c:3217 sm/gpgsm.c:1270 #, fuzzy, c-format msgid "invalid pinentry mode '%s'\n" msgstr "algoritma hash tidak valid `%s'\n" -#: g10/gpg.c:3220 sm/gpgsm.c:1271 +#: g10/gpg.c:3223 sm/gpgsm.c:1276 #, fuzzy, c-format msgid "invalid request origin '%s'\n" msgstr "opsi impor tidak valid\n" -#: g10/gpg.c:3277 +#: g10/gpg.c:3280 #, fuzzy, c-format msgid "'%s' is not a valid character set\n" msgstr "%s bukanlah set karakter yang valid\n" -#: g10/gpg.c:3299 g10/gpg.c:3508 g10/keyedit.c:5319 +#: g10/gpg.c:3302 g10/gpg.c:3511 g10/keyedit.c:5319 #, fuzzy, c-format msgid "could not parse keyserver URL\n" msgstr "tidak dapat memparsing URI keyserver\n" -#: g10/gpg.c:3317 +#: g10/gpg.c:3320 #, fuzzy, c-format msgid "%s:%d: invalid keyserver options\n" msgstr "%s:%d: opsi ekspor tidak valid\n" -#: g10/gpg.c:3320 +#: g10/gpg.c:3323 #, fuzzy, c-format msgid "invalid keyserver options\n" msgstr "opsi ekspor tidak valid\n" -#: g10/gpg.c:3327 +#: g10/gpg.c:3330 #, c-format msgid "%s:%d: invalid import options\n" msgstr "%s:%d: opsi impor tidak valid\n" -#: g10/gpg.c:3330 +#: g10/gpg.c:3333 #, c-format msgid "invalid import options\n" msgstr "opsi impor tidak valid\n" -#: g10/gpg.c:3336 g10/gpg.c:3351 +#: g10/gpg.c:3339 g10/gpg.c:3354 #, fuzzy, c-format msgid "invalid filter option: %s\n" msgstr "opsi impor tidak valid\n" -#: g10/gpg.c:3342 +#: g10/gpg.c:3345 #, c-format msgid "%s:%d: invalid export options\n" msgstr "%s:%d: opsi ekspor tidak valid\n" -#: g10/gpg.c:3345 +#: g10/gpg.c:3348 #, c-format msgid "invalid export options\n" msgstr "opsi ekspor tidak valid\n" -#: g10/gpg.c:3357 +#: g10/gpg.c:3360 #, fuzzy, c-format msgid "%s:%d: invalid list options\n" msgstr "%s:%d: opsi impor tidak valid\n" -#: g10/gpg.c:3360 +#: g10/gpg.c:3363 #, fuzzy, c-format msgid "invalid list options\n" msgstr "opsi impor tidak valid\n" -#: g10/gpg.c:3368 +#: g10/gpg.c:3371 msgid "display photo IDs during signature verification" msgstr "" -#: g10/gpg.c:3370 +#: g10/gpg.c:3373 msgid "show policy URLs during signature verification" msgstr "" -#: g10/gpg.c:3372 +#: g10/gpg.c:3375 #, fuzzy msgid "show all notations during signature verification" msgstr "%s bukanlah set karakter yang valid\n" -#: g10/gpg.c:3374 +#: g10/gpg.c:3377 msgid "show IETF standard notations during signature verification" msgstr "" -#: g10/gpg.c:3378 +#: g10/gpg.c:3381 msgid "show user-supplied notations during signature verification" msgstr "" -#: g10/gpg.c:3380 +#: g10/gpg.c:3383 #, fuzzy msgid "show preferred keyserver URLs during signature verification" msgstr "URL signature kebijakan yang diberikan tidak valid\n" -#: g10/gpg.c:3382 +#: g10/gpg.c:3385 #, fuzzy msgid "show user ID validity during signature verification" msgstr "%s bukanlah set karakter yang valid\n" -#: g10/gpg.c:3384 +#: g10/gpg.c:3387 msgid "show revoked and expired user IDs in signature verification" msgstr "" -#: g10/gpg.c:3386 +#: g10/gpg.c:3389 #, fuzzy msgid "show only the primary user ID in signature verification" msgstr "%s bukanlah set karakter yang valid\n" -#: g10/gpg.c:3393 +#: g10/gpg.c:3396 #, fuzzy, c-format msgid "%s:%d: invalid verify options\n" msgstr "%s:%d: opsi ekspor tidak valid\n" -#: g10/gpg.c:3396 +#: g10/gpg.c:3399 #, fuzzy, c-format msgid "invalid verify options\n" msgstr "opsi ekspor tidak valid\n" -#: g10/gpg.c:3403 +#: g10/gpg.c:3406 #, c-format msgid "unable to set exec-path to %s\n" msgstr "tidak dapat menset path exec ke %s\n" -#: g10/gpg.c:3610 +#: g10/gpg.c:3613 #, fuzzy, c-format msgid "%s:%d: invalid auto-key-locate list\n" msgstr "%s:%d: opsi ekspor tidak valid\n" -#: g10/gpg.c:3613 +#: g10/gpg.c:3616 #, c-format msgid "invalid auto-key-locate list\n" msgstr "" -#: g10/gpg.c:3622 +#: g10/gpg.c:3625 #, fuzzy, c-format msgid "invalid argument for option \"%.50s\"\n" msgstr "opsi impor tidak valid\n" -#: g10/gpg.c:3776 sm/gpgsm.c:1642 +#: g10/gpg.c:3807 sm/gpgsm.c:1675 #, c-format msgid "WARNING: program may create a core file!\n" msgstr "PERINGATAN: program mungkin membuat file core!\n" -#: g10/gpg.c:3790 +#: g10/gpg.c:3821 #, c-format msgid "WARNING: %s overrides %s\n" msgstr "PERINGATAN: %s menimpa %s\n" -#: g10/gpg.c:3799 +#: g10/gpg.c:3830 #, c-format msgid "%s not allowed with %s!\n" msgstr "%s tidak dibolehkan dengan %s!\n" -#: g10/gpg.c:3802 +#: g10/gpg.c:3833 #, c-format msgid "%s makes no sense with %s!\n" msgstr "%s tidak masuk akal dengan %s!\n" -#: g10/gpg.c:3817 sm/gpgsm.c:1663 dirmngr/dirmngr.c:1114 +#: g10/gpg.c:3848 sm/gpgsm.c:1696 dirmngr/dirmngr.c:1123 #, c-format msgid "WARNING: running with faked system time: " msgstr "" -#: g10/gpg.c:3838 +#: g10/gpg.c:3869 #, fuzzy, c-format msgid "will not run with insecure memory due to %s\n" msgstr "menulis kunci rahasia ke `%s'\n" -#: g10/gpg.c:3866 g10/gpg.c:3897 sm/gpgsm.c:1730 +#: g10/gpg.c:3897 g10/gpg.c:3928 sm/gpgsm.c:1763 #, c-format msgid "selected cipher algorithm is invalid\n" msgstr "algoritma cipher yang dipilih tidak valid\n" -#: g10/gpg.c:3873 +#: g10/gpg.c:3904 #, fuzzy, c-format #| msgid "selected digest algorithm is invalid\n" msgid "selected AEAD algorithm is invalid\n" msgstr "algoritma digest yang dipilih tidak valid\n" -#: g10/gpg.c:3885 +#: g10/gpg.c:3916 #, fuzzy, c-format msgid "selected compression algorithm is invalid\n" msgstr "algoritma cipher yang dipilih tidak valid\n" -#: g10/gpg.c:3891 +#: g10/gpg.c:3922 #, c-format msgid "selected certification digest algorithm is invalid\n" msgstr "algoritma sertifikasi digest yang dipilih tidak valid\n" -#: g10/gpg.c:3906 +#: g10/gpg.c:3937 #, c-format msgid "completes-needed must be greater than 0\n" msgstr "completes-needed harus lebih dari 0\n" -#: g10/gpg.c:3908 +#: g10/gpg.c:3939 #, c-format msgid "marginals-needed must be greater than 1\n" msgstr "marginals-needed harus lebih dari 1\n" -#: g10/gpg.c:3910 +#: g10/gpg.c:3941 #, fuzzy, c-format msgid "max-cert-depth must be in the range from 1 to 255\n" msgstr "max-cert-depth harus di antara 1 hingga 255\n" -#: g10/gpg.c:3912 +#: g10/gpg.c:3943 #, c-format msgid "invalid default-cert-level; must be 0, 1, 2, or 3\n" msgstr "level cert default tidak valid; harus 0, 1, 2, atau 3\n" -#: g10/gpg.c:3914 +#: g10/gpg.c:3945 #, c-format msgid "invalid min-cert-level; must be 1, 2, or 3\n" msgstr "level cert min tidak valid; harus 0, 1, 2, atau 3\n" -#: g10/gpg.c:3918 +#: g10/gpg.c:3949 #, fuzzy, c-format #| msgid "NOTE: simple S2K mode (0) is strongly discouraged\n" msgid "Note: simple S2K mode (0) is strongly discouraged\n" msgstr "CATATAN: mode S2K sederhana (0) tidak dianjurkan\n" -#: g10/gpg.c:3922 +#: g10/gpg.c:3953 #, c-format msgid "invalid S2K mode; must be 0, 1 or 3\n" msgstr "mode S2K yang tidak valid; harus 0, 1 atau 3\n" -#: g10/gpg.c:3929 +#: g10/gpg.c:3960 #, c-format msgid "invalid default preferences\n" msgstr "preferensi baku tidak valid\n" -#: g10/gpg.c:3933 +#: g10/gpg.c:3964 #, c-format msgid "invalid personal cipher preferences\n" msgstr "preferensi cipher personal tidak valid\n" -#: g10/gpg.c:3936 +#: g10/gpg.c:3967 #, fuzzy, c-format #| msgid "invalid personal cipher preferences\n" msgid "invalid personal AEAD preferences\n" msgstr "preferensi cipher personal tidak valid\n" -#: g10/gpg.c:3940 +#: g10/gpg.c:3971 #, c-format msgid "invalid personal digest preferences\n" msgstr "preferensi digest personal tidak valid\n" -#: g10/gpg.c:3944 +#: g10/gpg.c:3975 #, c-format msgid "invalid personal compress preferences\n" msgstr "preferensi kompresi personal tidak valid\n" -#: g10/gpg.c:3953 g10/gpg.c:3958 +#: g10/gpg.c:3984 g10/gpg.c:3989 #, fuzzy, c-format #| msgid "keysize invalid; using %u bits\n" msgid "chunk size invalid - using %d\n" msgstr "keysize tidak valid; menggunakan %u bit\n" -#: g10/gpg.c:3995 +#: g10/gpg.c:4026 #, c-format msgid "%s does not yet work with %s\n" msgstr "%s belum dapat dipakai dengan %s\n" -#: g10/gpg.c:4058 +#: g10/gpg.c:4089 #, fuzzy, c-format msgid "AEAD algorithm '%s' may not be used in %s mode\n" msgstr "" "anda tidak boleh menggunakan algoritma cipher \"%s\" saat dalam mode %s.\n" -#: g10/gpg.c:4070 +#: g10/gpg.c:4101 #, fuzzy, c-format msgid "compression algorithm '%s' may not be used in %s mode\n" msgstr "" "anda tidak boleh menggunakan algoritma kompresi \"%s\" saat dalam mode %s.\n" -#: g10/gpg.c:4225 +#: g10/gpg.c:4256 #, c-format msgid "failed to initialize the TrustDB: %s\n" msgstr "gagal inisialisasi TrustDB: %s\n" -#: g10/gpg.c:4237 +#: g10/gpg.c:4268 #, c-format msgid "WARNING: recipients (-r) given without using public key encryption\n" msgstr "" "Peringatan: penerima yang disebutkan (-r) tanpa menggunakan enkripsi public " "key \n" -#: g10/gpg.c:4309 +#: g10/gpg.c:4340 #, fuzzy, c-format msgid "symmetric encryption of '%s' failed: %s\n" msgstr "dekripsi gagal: %s\n" -#: g10/gpg.c:4338 +#: g10/gpg.c:4369 #, c-format msgid "you cannot use --symmetric --encrypt with --s2k-mode 0\n" msgstr "" -#: g10/gpg.c:4341 +#: g10/gpg.c:4372 #, fuzzy, c-format msgid "you cannot use --symmetric --encrypt in %s mode\n" msgstr "anda tidak boleh menggunakan %s saat dalam mode %s.\n" -#: g10/gpg.c:4399 +#: g10/gpg.c:4430 #, c-format msgid "you cannot use --symmetric --sign --encrypt with --s2k-mode 0\n" msgstr "" -#: g10/gpg.c:4402 +#: g10/gpg.c:4433 #, fuzzy, c-format msgid "you cannot use --symmetric --sign --encrypt in %s mode\n" msgstr "anda tidak boleh menggunakan %s saat dalam mode %s.\n" -#: g10/gpg.c:4790 g10/keyserver.c:1858 +#: g10/gpg.c:4821 g10/keyserver.c:1870 #, c-format msgid "keyserver send failed: %s\n" msgstr "Pengiriman keyserver gagal: %s\n" -#: g10/gpg.c:4795 +#: g10/gpg.c:4826 #, c-format msgid "keyserver receive failed: %s\n" msgstr "Penerimaan keyserver gagal: %s\n" -#: g10/gpg.c:4801 +#: g10/gpg.c:4832 #, c-format msgid "key export failed: %s\n" msgstr "Ekspor kunci gagal: %s\n" -#: g10/gpg.c:4814 +#: g10/gpg.c:4845 #, fuzzy, c-format #| msgid "key export failed: %s\n" msgid "export as ssh key failed: %s\n" msgstr "Ekspor kunci gagal: %s\n" -#: g10/gpg.c:4826 +#: g10/gpg.c:4857 #, c-format msgid "keyserver search failed: %s\n" msgstr "Pencarian keyserver gagal: %s\n" -#: g10/gpg.c:4839 +#: g10/gpg.c:4870 #, c-format msgid "keyserver refresh failed: %s\n" msgstr "Refresh keyserver gagal: %s\n" -#: g10/gpg.c:4906 +#: g10/gpg.c:4937 #, c-format msgid "dearmoring failed: %s\n" msgstr "gagal dearmoring: %s\n" -#: g10/gpg.c:4917 +#: g10/gpg.c:4948 #, c-format msgid "enarmoring failed: %s\n" msgstr "gagal enarmoring: %s\n" -#: g10/gpg.c:5022 +#: g10/gpg.c:5053 #, fuzzy, c-format #| msgid "invalid hash algorithm `%s'\n" msgid "invalid hash algorithm '%s'\n" msgstr "algoritma hash tidak valid `%s'\n" -#: g10/gpg.c:5174 g10/tofu.c:2156 +#: g10/gpg.c:5205 g10/tofu.c:2156 #, fuzzy, c-format msgid "error parsing key specification '%s': %s\n" msgstr "kesalahan penciptaan passphrase: %s\n" -#: g10/gpg.c:5185 +#: g10/gpg.c:5216 #, c-format msgid "'%s' does not appear to be a valid key ID, fingerprint or keygrip\n" msgstr "" -#: g10/gpg.c:5241 +#: g10/gpg.c:5272 #, c-format msgid "WARNING: no command supplied. Trying to guess what you mean ...\n" msgstr "" -#: g10/gpg.c:5252 +#: g10/gpg.c:5283 #, c-format msgid "Go ahead and type your message ...\n" msgstr "Teruskan dan ketikkan pesan anda ....\n" -#: g10/gpg.c:5599 +#: g10/gpg.c:5630 #, c-format msgid "the given certification policy URL is invalid\n" msgstr "URL sertifikasi kebijakan yang diberikan tidak valid\n" -#: g10/gpg.c:5601 +#: g10/gpg.c:5632 #, c-format msgid "the given signature policy URL is invalid\n" msgstr "URL signature kebijakan yang diberikan tidak valid\n" -#: g10/gpg.c:5634 +#: g10/gpg.c:5665 #, fuzzy, c-format msgid "the given preferred keyserver URL is invalid\n" msgstr "URL signature kebijakan yang diberikan tidak valid\n" @@ -3502,7 +3502,7 @@ msgstr "mengambil kunci ini dari keyring" msgid "make timestamp conflicts only a warning" msgstr "buat timestamp konflik hanya sebagai peringatan" -#: g10/gpgv.c:86 sm/gpgsm.c:411 tools/gpgconf.c:116 tools/gpg-card.c:94 +#: g10/gpgv.c:86 sm/gpgsm.c:414 tools/gpgconf.c:116 tools/gpg-card.c:95 msgid "|FD|write status info to this FD" msgstr "|FD|tulis info status ke FD ini" @@ -3597,271 +3597,271 @@ msgstr "" msgid "repair keys on import" msgstr "tampilkan fingerprint" -#: g10/import.c:387 g10/import.c:709 +#: g10/import.c:399 g10/import.c:721 #, c-format msgid "skipping block of type %d\n" msgstr "melewati blok tipe %d\n" -#: g10/import.c:726 +#: g10/import.c:738 #, fuzzy, c-format msgid "%lu keys processed so far\n" msgstr "%lu kunci telah diproses\n" -#: g10/import.c:819 +#: g10/import.c:831 #, c-format msgid "Total number processed: %lu\n" msgstr "Jumlah yang telah diproses: %lu\n" -#: g10/import.c:822 +#: g10/import.c:834 #, fuzzy, c-format #| msgid " skipped new keys: %lu\n" msgid " skipped PGP-2 keys: %lu\n" msgstr " lewati kunci baru: %lu\n" -#: g10/import.c:824 +#: g10/import.c:836 #, c-format msgid " skipped new keys: %lu\n" msgstr " lewati kunci baru: %lu\n" -#: g10/import.c:827 +#: g10/import.c:839 #, c-format msgid " w/o user IDs: %lu\n" msgstr " tanpa ID user: %lu\n" -#: g10/import.c:830 sm/import.c:129 +#: g10/import.c:842 sm/import.c:129 #, c-format msgid " imported: %lu" msgstr " diimpor: %lu" -#: g10/import.c:834 sm/import.c:133 +#: g10/import.c:846 sm/import.c:133 #, c-format msgid " unchanged: %lu\n" msgstr " tidak berubah: %lu\n" -#: g10/import.c:836 +#: g10/import.c:848 #, c-format msgid " new user IDs: %lu\n" msgstr " ID user baru: %lu\n" -#: g10/import.c:838 +#: g10/import.c:850 #, c-format msgid " new subkeys: %lu\n" msgstr " subkey baru: %lu\n" -#: g10/import.c:840 +#: g10/import.c:852 #, c-format msgid " new signatures: %lu\n" msgstr " signature baru: %lu\n" -#: g10/import.c:842 +#: g10/import.c:854 #, c-format msgid " new key revocations: %lu\n" msgstr " pembatalan kunci baru: %lu\n" -#: g10/import.c:844 sm/import.c:135 +#: g10/import.c:856 sm/import.c:135 #, c-format msgid " secret keys read: %lu\n" msgstr " kunci rahasia dibaca: %lu\n" -#: g10/import.c:846 sm/import.c:137 +#: g10/import.c:858 sm/import.c:137 #, c-format msgid " secret keys imported: %lu\n" msgstr " kunci rahasia diimpor: %lu\n" -#: g10/import.c:848 sm/import.c:139 +#: g10/import.c:860 sm/import.c:139 #, c-format msgid " secret keys unchanged: %lu\n" msgstr " kunci rahasia tidak berubah: %lu\n" -#: g10/import.c:850 sm/import.c:141 +#: g10/import.c:862 sm/import.c:141 #, c-format msgid " not imported: %lu\n" msgstr " tidak diimpor: %lu\n" -#: g10/import.c:852 +#: g10/import.c:864 #, fuzzy, c-format msgid " signatures cleaned: %lu\n" msgstr " signature baru: %lu\n" -#: g10/import.c:854 +#: g10/import.c:866 #, fuzzy, c-format msgid " user IDs cleaned: %lu\n" msgstr " kunci rahasia dibaca: %lu\n" -#: g10/import.c:1279 +#: g10/import.c:1291 #, c-format msgid "" "WARNING: key %s contains preferences for unavailable\n" "algorithms on these user IDs:\n" msgstr "" -#: g10/import.c:1321 +#: g10/import.c:1333 #, c-format msgid " \"%s\": preference for cipher algorithm %s\n" msgstr "" -#: g10/import.c:1339 +#: g10/import.c:1351 #, fuzzy, c-format msgid " \"%s\": preference for AEAD algorithm %s\n" msgstr "%s signature, algoritma digest %s\n" -#: g10/import.c:1354 +#: g10/import.c:1366 #, fuzzy, c-format msgid " \"%s\": preference for digest algorithm %s\n" msgstr "%s signature, algoritma digest %s\n" -#: g10/import.c:1366 +#: g10/import.c:1378 #, c-format msgid " \"%s\": preference for compression algorithm %s\n" msgstr "" -#: g10/import.c:1379 +#: g10/import.c:1391 #, c-format msgid "it is strongly suggested that you update your preferences and\n" msgstr "" -#: g10/import.c:1381 +#: g10/import.c:1393 #, c-format msgid "re-distribute this key to avoid potential algorithm mismatch problems\n" msgstr "" -#: g10/import.c:1406 +#: g10/import.c:1418 #, c-format msgid "you can update your preferences with: gpg --edit-key %s updpref save\n" msgstr "" -#: g10/import.c:1920 g10/import.c:3041 +#: g10/import.c:1932 g10/import.c:3053 #, fuzzy, c-format msgid "key %s: no user ID\n" msgstr "kunci %08lX: tidak ada ID user\n" -#: g10/import.c:1926 +#: g10/import.c:1938 #, fuzzy, c-format msgid "key %s: %s\n" msgstr "melewati `%s': %s\n" -#: g10/import.c:1927 g10/import.c:3013 +#: g10/import.c:1939 g10/import.c:3025 msgid "rejected by import screener" msgstr "" -#: g10/import.c:1976 +#: g10/import.c:1988 #, fuzzy, c-format msgid "key %s: PKS subkey corruption repaired\n" msgstr "kunci %08lX: subkey HKP yang rusak diperbaiki\n" -#: g10/import.c:1997 +#: g10/import.c:2009 #, fuzzy, c-format msgid "key %s: accepted non self-signed user ID \"%s\"\n" msgstr "kunci %08lX: menerima ID user '%s' yang tidak self-signed\n" -#: g10/import.c:2008 g10/import.c:2039 +#: g10/import.c:2020 g10/import.c:2051 #, fuzzy, c-format msgid "key %s: no valid user IDs\n" msgstr "kunci %08lX: tidak ada ID user yang valid\n" -#: g10/import.c:2010 +#: g10/import.c:2022 #, c-format msgid "this may be caused by a missing self-signature\n" msgstr "mungkin disebabkan oleh self-signature yang tidak ada\n" -#: g10/import.c:2089 g10/import.c:3427 +#: g10/import.c:2101 g10/import.c:3439 #, fuzzy, c-format msgid "key %s: public key not found: %s\n" msgstr "kunci %08lX: kunci publik tidak ditemukan: %s\n" -#: g10/import.c:2095 +#: g10/import.c:2107 #, fuzzy, c-format msgid "key %s: new key - skipped\n" msgstr "kunci %08lX: kunci baru - dilewati\n" -#: g10/import.c:2107 +#: g10/import.c:2119 #, c-format msgid "no writable keyring found: %s\n" msgstr "tidak ditemukan keyring yang dapat ditulisi: %s\n" -#: g10/import.c:2139 g10/import.c:2241 g10/import.c:3502 +#: g10/import.c:2151 g10/import.c:2253 g10/import.c:3514 #, fuzzy, c-format #| msgid "error writing keyring `%s': %s\n" msgid "error writing keyring '%s': %s\n" msgstr "kesalahan menulis keyring `%s': %s\n" -#: g10/import.c:2162 +#: g10/import.c:2174 #, fuzzy, c-format msgid "key %s: public key \"%s\" imported\n" msgstr "kunci %08lX: kunci publik \"%s\" diimpor\n" -#: g10/import.c:2189 +#: g10/import.c:2201 #, fuzzy, c-format msgid "key %s: doesn't match our copy\n" msgstr "kunci %08lX: tidak cocok dengan duplikat kami\n" -#: g10/import.c:2257 +#: g10/import.c:2269 #, fuzzy, c-format msgid "key %s: \"%s\" 1 new user ID\n" msgstr "kunci %08lX: 1 user ID baru \"%s\"\n" -#: g10/import.c:2260 +#: g10/import.c:2272 #, fuzzy, c-format msgid "key %s: \"%s\" %d new user IDs\n" msgstr "kunci %08lX: \"%s\" %d user ID baru\n" -#: g10/import.c:2263 +#: g10/import.c:2275 #, fuzzy, c-format msgid "key %s: \"%s\" 1 new signature\n" msgstr "kunci %08lX: \"%s\" 1 signature baru\n" -#: g10/import.c:2266 +#: g10/import.c:2278 #, fuzzy, c-format msgid "key %s: \"%s\" %d new signatures\n" msgstr "kunci %08lX: \"%s\" %d signature baru\n" -#: g10/import.c:2269 +#: g10/import.c:2281 #, fuzzy, c-format msgid "key %s: \"%s\" 1 new subkey\n" msgstr "kunci %08lX: \"%s\" 1 subkey baru\n" -#: g10/import.c:2272 +#: g10/import.c:2284 #, fuzzy, c-format msgid "key %s: \"%s\" %d new subkeys\n" msgstr "kunci %08lX: \"%s\" %d subkey baru\n" -#: g10/import.c:2275 +#: g10/import.c:2287 #, fuzzy, c-format msgid "key %s: \"%s\" %d signature cleaned\n" msgstr "kunci %08lX: \"%s\" %d signature baru\n" -#: g10/import.c:2278 +#: g10/import.c:2290 #, fuzzy, c-format msgid "key %s: \"%s\" %d signatures cleaned\n" msgstr "kunci %08lX: \"%s\" %d signature baru\n" -#: g10/import.c:2281 +#: g10/import.c:2293 #, fuzzy, c-format msgid "key %s: \"%s\" %d user ID cleaned\n" msgstr "kunci %08lX: \"%s\" %d user ID baru\n" -#: g10/import.c:2284 +#: g10/import.c:2296 #, fuzzy, c-format msgid "key %s: \"%s\" %d user IDs cleaned\n" msgstr "kunci %08lX: \"%s\" %d user ID baru\n" -#: g10/import.c:2320 +#: g10/import.c:2332 #, fuzzy, c-format msgid "key %s: \"%s\" not changed\n" msgstr "kunci %08lX: \"%s\" tidak berubah\n" -#: g10/import.c:2680 g10/import.c:2875 +#: g10/import.c:2692 g10/import.c:2887 #, fuzzy, c-format msgid "key %s: secret key imported\n" msgstr "kunci %08lX: kunci rahasia diimpor\n" -#: g10/import.c:2688 +#: g10/import.c:2700 #, fuzzy, c-format #| msgid "skipped: secret key already present\n" msgid "key %s: secret key already exists\n" msgstr "dilewati: kunci pribadi telah ada\n" -#: g10/import.c:2696 +#: g10/import.c:2708 #, fuzzy, c-format msgid "key %s: error sending to agent: %s\n" msgstr "kesalahan mengirim ke `%s': %s\n" @@ -3874,201 +3874,201 @@ msgstr "kesalahan mengirim ke `%s': %s\n" #. * Instead, user should be suggested to run 'gpg --card-status', #. * then, references to a card will be automatically created #. * again. -#: g10/import.c:2865 +#: g10/import.c:2877 #, c-format msgid "To migrate '%s', with each smartcard, run: %s\n" msgstr "" -#: g10/import.c:3012 +#: g10/import.c:3024 #, fuzzy, c-format msgid "secret key %s: %s\n" msgstr "kunci rahasia `%s' tidak ditemukan: %s\n" -#: g10/import.c:3033 g10/import.c:3072 +#: g10/import.c:3045 g10/import.c:3084 #, fuzzy, c-format msgid "importing secret keys not allowed\n" msgstr "menulis kunci rahasia ke `%s'\n" -#: g10/import.c:3060 +#: g10/import.c:3072 #, fuzzy, c-format msgid "key %s: secret key with invalid cipher %d - skipped\n" msgstr "kunci %08lX: kunci rahasia dengan cipher tidak valid %d - dilewati\n" -#: g10/import.c:3222 g10/pkclist.c:75 g10/revoke.c:774 +#: g10/import.c:3234 g10/pkclist.c:75 g10/revoke.c:774 msgid "No reason specified" msgstr "Tidak ada alasan diberikan" -#: g10/import.c:3223 g10/pkclist.c:77 g10/revoke.c:776 +#: g10/import.c:3235 g10/pkclist.c:77 g10/revoke.c:776 msgid "Key is superseded" msgstr "Kunci dilampaui" -#: g10/import.c:3224 g10/pkclist.c:79 g10/revoke.c:775 +#: g10/import.c:3236 g10/pkclist.c:79 g10/revoke.c:775 msgid "Key has been compromised" msgstr "Kunci ini telah dikompromikan" -#: g10/import.c:3225 g10/pkclist.c:81 g10/revoke.c:777 +#: g10/import.c:3237 g10/pkclist.c:81 g10/revoke.c:777 msgid "Key is no longer used" msgstr "Kunci tidak lagi digunakan" -#: g10/import.c:3226 g10/pkclist.c:83 g10/revoke.c:778 +#: g10/import.c:3238 g10/pkclist.c:83 g10/revoke.c:778 msgid "User ID is no longer valid" msgstr "ID User tidak lagi valid" -#: g10/import.c:3351 g10/keylist.c:1105 g10/pkclist.c:87 +#: g10/import.c:3363 g10/keylist.c:1105 g10/pkclist.c:87 #, c-format msgid "reason for revocation: " msgstr "Alasan pembatalan:" -#: g10/import.c:3370 g10/keylist.c:1124 g10/pkclist.c:103 +#: g10/import.c:3382 g10/keylist.c:1124 g10/pkclist.c:103 #, c-format msgid "revocation comment: " msgstr "Komentar pembatalan:" -#: g10/import.c:3420 +#: g10/import.c:3432 #, fuzzy, c-format msgid "key %s: no public key - can't apply revocation certificate\n" msgstr "" "kunci %08lX: tdk ada kunci publik-tdk dpt mengaplikasikan sertifikat " "pembatalan\n" -#: g10/import.c:3449 +#: g10/import.c:3461 #, fuzzy, c-format msgid "key %s: can't locate original keyblock: %s\n" msgstr "kunci %08lX: tidak dapat menemukan keyblock orisinal: %s\n" -#: g10/import.c:3456 +#: g10/import.c:3468 #, fuzzy, c-format msgid "key %s: can't read original keyblock: %s\n" msgstr "kunci %08lX: tidak dapat membaca keyblok orisinal: %s\n" -#: g10/import.c:3476 +#: g10/import.c:3488 #, fuzzy, c-format msgid "key %s: invalid revocation certificate: %s - rejected\n" msgstr "kunci %08lX: sertifikat pembatalan tidak valid: %s - ditolak\n" -#: g10/import.c:3511 +#: g10/import.c:3523 #, fuzzy, c-format msgid "key %s: \"%s\" revocation certificate imported\n" msgstr "kunci %08lX: \"%s\" sertifikat pembatalan diimpor\n" -#: g10/import.c:3597 +#: g10/import.c:3609 #, fuzzy, c-format msgid "key %s: no user ID for signature\n" msgstr "kunci %08lX: tidak ada ID user untuk signature\n" -#: g10/import.c:3614 +#: g10/import.c:3626 #, fuzzy, c-format msgid "key %s: unsupported public key algorithm on user ID \"%s\"\n" msgstr "kunci %08lX: algoritma publik key tidak didukung pada user id \"%s\"\n" -#: g10/import.c:3616 +#: g10/import.c:3628 #, fuzzy, c-format msgid "key %s: invalid self-signature on user ID \"%s\"\n" msgstr "kunci %08lX: self-signature tidak valid pada user id \"%s\"\n" -#: g10/import.c:3633 g10/import.c:3661 g10/import.c:3717 +#: g10/import.c:3645 g10/import.c:3673 g10/import.c:3729 #, fuzzy, c-format msgid "key %s: unsupported public key algorithm\n" msgstr "kunci %08lX: algoritma publik key tidak didukung\n" -#: g10/import.c:3634 +#: g10/import.c:3646 #, fuzzy, c-format msgid "key %s: invalid direct key signature\n" msgstr "kunci %08lX: signature kunci langsung ditambahkan\n" -#: g10/import.c:3648 +#: g10/import.c:3660 #, fuzzy, c-format msgid "key %s: no subkey for key binding\n" msgstr "kunci %08lX: tidak ada subkey untuk key binding\n" -#: g10/import.c:3663 +#: g10/import.c:3675 #, fuzzy, c-format msgid "key %s: invalid subkey binding\n" msgstr "kunci %08lX: subkey binding tidak valid\n" -#: g10/import.c:3682 +#: g10/import.c:3694 #, fuzzy, c-format msgid "key %s: removed multiple subkey binding\n" msgstr "kunci %08lX: hapus subkey binding ganda\n" -#: g10/import.c:3706 +#: g10/import.c:3718 #, fuzzy, c-format msgid "key %s: no subkey for key revocation\n" msgstr "kunci %08lX: tidak ada subkey untuk pembatalan kunci\n" -#: g10/import.c:3719 +#: g10/import.c:3731 #, fuzzy, c-format msgid "key %s: invalid subkey revocation\n" msgstr "kunci %08lX: pembatalan subkey tidak valid\n" -#: g10/import.c:3734 +#: g10/import.c:3746 #, fuzzy, c-format msgid "key %s: removed multiple subkey revocation\n" msgstr "kunci %08lX: hapus pembatalan subkey ganda\n" -#: g10/import.c:3778 +#: g10/import.c:3790 #, fuzzy, c-format msgid "key %s: skipped user ID \"%s\"\n" msgstr "kunci %08lX: melewati ID user " -#: g10/import.c:3805 +#: g10/import.c:3817 #, fuzzy, c-format msgid "key %s: skipped subkey\n" msgstr "kunci %08lX: melewati subkey\n" -#: g10/import.c:3837 +#: g10/import.c:3849 #, fuzzy, c-format msgid "key %s: non exportable signature (class 0x%02X) - skipped\n" msgstr "kunci %08lX: signature tidak dapat diekpor (kelas %02x) - dilewati\n" -#: g10/import.c:3848 +#: g10/import.c:3860 #, fuzzy, c-format msgid "key %s: revocation certificate at wrong place - skipped\n" msgstr "kunci %08lX: sertifikat pembatalan di tempat yang salah - dilewati\n" -#: g10/import.c:3866 +#: g10/import.c:3878 #, fuzzy, c-format msgid "key %s: invalid revocation certificate: %s - skipped\n" msgstr "kunci %08lX: sertifikat pembatalan tidak valid: %s - dilewati\n" -#: g10/import.c:3880 +#: g10/import.c:3892 #, fuzzy, c-format msgid "key %s: subkey signature in wrong place - skipped\n" msgstr "kunci %08lX: signature subkey di tempat yang salah - dilewati\n" -#: g10/import.c:3888 +#: g10/import.c:3900 #, fuzzy, c-format msgid "key %s: unexpected signature class (0x%02X) - skipped\n" msgstr "kunci %08lX: klas signature tidak diharapkan (0x%02x) - dilewati\n" -#: g10/import.c:4061 +#: g10/import.c:4073 #, fuzzy, c-format msgid "key %s: duplicated user ID detected - merged\n" msgstr "kunci %08lX: terdeteksi ID user duplikat - digabungkan\n" -#: g10/import.c:4168 +#: g10/import.c:4180 #, fuzzy, c-format msgid "key %s: duplicated subkeys detected - merged\n" msgstr "kunci %08lX: terdeteksi ID user duplikat - digabungkan\n" -#: g10/import.c:4233 +#: g10/import.c:4245 #, fuzzy, c-format msgid "WARNING: key %s may be revoked: fetching revocation key %s\n" msgstr "" "Peringatan: kunci %08lX dapat dibatalkan: mengambil kunci pembatalan %08lX\n" -#: g10/import.c:4249 +#: g10/import.c:4261 #, fuzzy, c-format msgid "WARNING: key %s may be revoked: revocation key %s not present.\n" msgstr "" "Peringatan: kunci %08lX dapat dibatalkan: kunci pembatalan %08lX tidak ada\n" -#: g10/import.c:4315 +#: g10/import.c:4327 #, fuzzy, c-format msgid "key %s: \"%s\" revocation certificate added\n" msgstr "kunci %08lX: \"%s\" penambahan sertifikat pembatalan\n" -#: g10/import.c:4353 +#: g10/import.c:4365 #, fuzzy, c-format msgid "key %s: direct key signature added\n" msgstr "kunci %08lX: signature kunci langsung ditambahkan\n" @@ -4960,13 +4960,13 @@ msgstr "" "kecuali anda memulai kembali program.\n" #: g10/keyedit.c:4016 g10/keyedit.c:4447 g10/keyserver.c:535 -#: g10/mainproc.c:2277 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 +#: g10/mainproc.c:2280 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 #, fuzzy msgid "revoked" msgstr "[revoked] " #: g10/keyedit.c:4018 g10/keyedit.c:4449 g10/keyserver.c:539 -#: g10/mainproc.c:2279 g10/tofu.c:1792 g10/trust.c:124 +#: g10/mainproc.c:2282 g10/tofu.c:1792 g10/trust.c:124 #, fuzzy msgid "expired" msgstr "expire" @@ -5519,7 +5519,7 @@ msgstr " (%d) RSA (hanya enkripsi)\n" msgid "Enter the keygrip: " msgstr "Notasi signature: " -#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2279 +#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2280 #, c-format msgid "Not a valid keygrip (expecting 40 hex digits)\n" msgstr "" @@ -5529,13 +5529,13 @@ msgstr "" msgid "No key with this keygrip\n" msgstr "Tidak ada ID user dengan index %d\n" -#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3437 g10/keygen.c:3448 +#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3440 g10/keygen.c:3451 #: sm/certreqgen-ui.c:231 sm/certreqgen-ui.c:240 #, fuzzy, c-format msgid "error reading the card: %s\n" msgstr "%s: kesalahan membaca record bebas: %s\n" -#: g10/keygen.c:2292 g10/keygen.c:3441 sm/certreqgen-ui.c:234 +#: g10/keygen.c:2292 g10/keygen.c:3444 sm/certreqgen-ui.c:234 #, fuzzy, c-format msgid "Serial number of the card: %s\n" msgstr "kesalahan penciptaan passphrase: %s\n" @@ -5785,13 +5785,18 @@ msgstr "" "selama pembuatan prima; ini akan memberi random number generator kesempatan\n" "yang baik untuk memperoleh entropi.\n" -#: g10/keygen.c:4570 g10/keygen.c:4643 g10/keygen.c:4661 g10/keygen.c:4690 -#: g10/keygen.c:5066 g10/keygen.c:5612 g10/keygen.c:5923 g10/keygen.c:6030 +#: g10/keygen.c:3591 +#, c-format +msgid "WARNING: v4 is specified, but overridden by v5.\n" +msgstr "" + +#: g10/keygen.c:4590 g10/keygen.c:4663 g10/keygen.c:4681 g10/keygen.c:4710 +#: g10/keygen.c:5086 g10/keygen.c:5632 g10/keygen.c:5943 g10/keygen.c:6050 #, c-format msgid "Key generation failed: %s\n" msgstr "Pembuatan kunci gagal: %s\n" -#: g10/keygen.c:4579 +#: g10/keygen.c:4599 #, c-format msgid "" "About to create a key for:\n" @@ -5799,69 +5804,69 @@ msgid "" "\n" msgstr "" -#: g10/keygen.c:4581 +#: g10/keygen.c:4601 msgid "Continue? (Y/n) " msgstr "" -#: g10/keygen.c:4602 +#: g10/keygen.c:4622 #, fuzzy, c-format msgid "A key for \"%s\" already exists\n" msgstr "`%s' sudah dikompresi\n" -#: g10/keygen.c:4607 +#: g10/keygen.c:4627 #, fuzzy #| msgid "Create anyway? " msgid "Create anyway? (y/N) " msgstr "Tetap dibuat? " -#: g10/keygen.c:4613 +#: g10/keygen.c:4633 #, fuzzy, c-format #| msgid "Create anyway? " msgid "creating anyway\n" msgstr "Tetap dibuat? " -#: g10/keygen.c:5049 +#: g10/keygen.c:5069 #, c-format msgid "Note: Use \"%s %s\" for a full featured key generation dialog.\n" msgstr "" -#: g10/keygen.c:5098 +#: g10/keygen.c:5118 #, c-format msgid "Key generation canceled.\n" msgstr "Pembuatan kunci dibatalkan.\n" -#: g10/keygen.c:5158 +#: g10/keygen.c:5178 #, fuzzy, c-format msgid "can't create backup file '%s': %s\n" msgstr "tidak dapat membuat %s: %s\n" -#: g10/keygen.c:5178 +#: g10/keygen.c:5198 #, fuzzy, c-format msgid "Note: backup of card key saved to '%s'\n" msgstr "CATATAN: kunci pribadi %08lX berakhir pada %s\n" -#: g10/keygen.c:5339 g10/keygen.c:5541 +#: g10/keygen.c:5359 g10/keygen.c:5561 #, fuzzy, c-format #| msgid "writing public key to `%s'\n" msgid "writing public key to '%s'\n" msgstr "menulis kunci publik ke `%s'\n" -#: g10/keygen.c:5535 +#: g10/keygen.c:5555 #, c-format msgid "no writable public keyring found: %s\n" msgstr "tidak ditemukan keyring publik yang dapat ditulisi: %s\n" -#: g10/keygen.c:5549 +#: g10/keygen.c:5569 #, fuzzy, c-format #| msgid "error writing public keyring `%s': %s\n" msgid "error writing public keyring '%s': %s\n" msgstr "kesalahan menulis keyring publik `%s': %s\n" -#: g10/keygen.c:5583 +#: g10/keygen.c:5603 msgid "public and secret key created and signed.\n" msgstr "kunci publik dan rahasia dibuat dan ditandai.\n" -#: g10/keygen.c:5599 +#: g10/keygen.c:5619 #, fuzzy msgid "" "Note that this key cannot be used for encryption. You may want to use\n" @@ -5871,37 +5876,37 @@ msgstr "" "mungkin ingin menggunakan perintah \"--edit-key\" untuk membuat kunci kedua " "untuk tujuan ini.\n" -#: g10/keygen.c:5781 g10/keygen.c:5980 +#: g10/keygen.c:5801 g10/keygen.c:6000 #, c-format msgid "" "key has been created %lu second in future (time warp or clock problem)\n" msgstr "" "kunci telah diciptakan dalam %lu detik mendatang (masalah waktu atau jam)\n" -#: g10/keygen.c:5783 g10/keygen.c:5982 +#: g10/keygen.c:5803 g10/keygen.c:6002 #, c-format msgid "" "key has been created %lu seconds in future (time warp or clock problem)\n" msgstr "" "kunci telah diciptakan dalam %lu detik mendatang (masalah waktu atau jam)\n" -#: g10/keygen.c:5794 g10/keygen.c:5993 +#: g10/keygen.c:5814 g10/keygen.c:6013 #, fuzzy, c-format #| msgid "NOTE: creating subkeys for v3 keys is not OpenPGP compliant\n" msgid "Note: creating subkeys for v3 keys is not OpenPGP compliant\n" msgstr "CATATAN: membuat subkey bagi kunci-kunci v3 tidak OpenPGP compliant\n" -#: g10/keygen.c:5806 g10/keygen.c:5808 +#: g10/keygen.c:5826 g10/keygen.c:5828 #, c-format msgid "Secret parts of primary key are not available.\n" msgstr "Bagian rahasia kunci primer tidak tersedia.\n" -#: g10/keygen.c:5815 g10/keygen.c:5817 +#: g10/keygen.c:5835 g10/keygen.c:5837 #, fuzzy, c-format msgid "Secret parts of primary key are stored on-card.\n" msgstr "Bagian rahasia kunci primer tidak tersedia.\n" -#: g10/keygen.c:5837 g10/keygen.c:6007 +#: g10/keygen.c:5857 g10/keygen.c:6027 #, fuzzy msgid "Really create? (y/N) " msgstr "Ingin diciptakan? " @@ -6060,61 +6065,61 @@ msgstr "opsi ekspor tidak valid\n" msgid "\"%s\" not a key ID: skipping\n" msgstr "" -#: g10/keyserver.c:1418 g10/keyserver.c:1451 +#: g10/keyserver.c:1420 g10/keyserver.c:1453 #, fuzzy, c-format msgid "refreshing %d key from %s\n" msgid_plural "refreshing %d keys from %s\n" msgstr[0] "meminta kunci %08lX dari %s\n" msgstr[1] "meminta kunci %08lX dari %s\n" -#: g10/keyserver.c:1425 +#: g10/keyserver.c:1427 #, fuzzy, c-format msgid "WARNING: unable to refresh key %s via %s: %s\n" msgstr "PERINGATAN: tidak dapat menghapus file temp (%s) `%s': %s\n" -#: g10/keyserver.c:1529 +#: g10/keyserver.c:1531 #, fuzzy, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "kunci '%s' tidak ditemukan: %s\n" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1534 #, fuzzy, c-format msgid "key not found on keyserver\n" msgstr "kunci '%s' tidak ditemukan: %s\n" -#: g10/keyserver.c:1720 +#: g10/keyserver.c:1722 #, fuzzy, c-format msgid "requesting key %s from %s server %s\n" msgstr "meminta kunci %08lX dari %s\n" -#: g10/keyserver.c:1724 +#: g10/keyserver.c:1726 #, fuzzy, c-format msgid "requesting key %s from %s\n" msgstr "meminta kunci %08lX dari %s\n" -#: g10/keyserver.c:1829 g10/keyserver.c:2008 +#: g10/keyserver.c:1841 g10/keyserver.c:2020 #, fuzzy, c-format msgid "no keyserver known\n" msgstr "opsi ekspor tidak valid\n" -#: g10/keyserver.c:1844 g10/skclist.c:213 g10/skclist.c:241 +#: g10/keyserver.c:1856 g10/skclist.c:213 g10/skclist.c:241 #, fuzzy, c-format msgid "skipped \"%s\": %s\n" msgstr "melewati `%s': %s\n" -#: g10/keyserver.c:1848 +#: g10/keyserver.c:1860 #, fuzzy, c-format msgid "sending key %s to %s\n" msgstr "" "\"\n" "ditandai dengan kunci anda %08lX pada %s\n" -#: g10/keyserver.c:1889 +#: g10/keyserver.c:1901 #, fuzzy, c-format msgid "requesting key from '%s'\n" msgstr "meminta kunci %08lX dari %s\n" -#: g10/keyserver.c:1905 +#: g10/keyserver.c:1917 #, fuzzy, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "PERINGATAN: tidak dapat menghapus file temp (%s) `%s': %s\n" @@ -6305,89 +6310,89 @@ msgstr " alias \"" msgid "Key available at: " msgstr "Kunci tersedia di:" -#: g10/mainproc.c:2033 +#: g10/mainproc.c:2034 #, c-format msgid "Note: Use '%s' to make use of this info\n" msgstr "" -#: g10/mainproc.c:2231 +#: g10/mainproc.c:2234 msgid "[uncertain]" msgstr "[uncertain]" -#: g10/mainproc.c:2269 +#: g10/mainproc.c:2272 #, fuzzy, c-format msgid " aka \"%s\"" msgstr " alias \"" -#: g10/mainproc.c:2344 +#: g10/mainproc.c:2347 #, fuzzy, c-format #| msgid "WARNING: This key is not certified with a trusted signature!\n" msgid "WARNING: This key is not suitable for signing in %s mode\n" msgstr "" "PERINGATAN: Kunci ini tidak disertifikasi dengan sig yang terpercaya!\n" -#: g10/mainproc.c:2360 +#: g10/mainproc.c:2363 #, c-format msgid "Signature expired %s\n" msgstr "Signature kadaluwarsa %s\n" -#: g10/mainproc.c:2365 +#: g10/mainproc.c:2368 #, c-format msgid "Signature expires %s\n" msgstr "Signature kadaluarsa pada %s \n" -#: g10/mainproc.c:2376 +#: g10/mainproc.c:2379 #, fuzzy, c-format #| msgid "%s signature, digest algorithm %s\n" msgid "%s signature, digest algorithm %s%s%s\n" msgstr "%s signature, algoritma digest %s\n" -#: g10/mainproc.c:2377 +#: g10/mainproc.c:2380 msgid "binary" msgstr "biner" -#: g10/mainproc.c:2378 +#: g10/mainproc.c:2381 msgid "textmode" msgstr "modeteks" -#: g10/mainproc.c:2378 g10/trust.c:123 dirmngr/ocsp.c:792 +#: g10/mainproc.c:2381 g10/trust.c:123 dirmngr/ocsp.c:792 msgid "unknown" msgstr "tidak dikenal" -#: g10/mainproc.c:2380 +#: g10/mainproc.c:2383 #, fuzzy #| msgid "unknown pubkey algorithm" msgid ", key algorithm " msgstr "algoritma pubkey tidak dikenal" -#: g10/mainproc.c:2415 +#: g10/mainproc.c:2418 #, c-format msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n" msgstr "" -#: g10/mainproc.c:2454 +#: g10/mainproc.c:2457 #, c-format msgid "Can't check signature: %s\n" msgstr "Tidak dapat memeriksa signature: %s\n" -#: g10/mainproc.c:2550 g10/mainproc.c:2569 g10/mainproc.c:2693 +#: g10/mainproc.c:2553 g10/mainproc.c:2572 g10/mainproc.c:2696 #, c-format msgid "not a detached signature\n" msgstr "bukan detached signature\n" -#: g10/mainproc.c:2603 +#: g10/mainproc.c:2606 #, c-format msgid "" "WARNING: multiple signatures detected. Only the first will be checked.\n" msgstr "" "PERINGATAN: multi signature terdeteksi. Hanya yang pertama akan diperiksa.\n" -#: g10/mainproc.c:2612 +#: g10/mainproc.c:2615 #, c-format msgid "standalone signature of class 0x%02x\n" msgstr "kelas signature mandiri 0x%02x\n" -#: g10/mainproc.c:2697 +#: g10/mainproc.c:2700 #, c-format msgid "old style (PGP 2.x) signature\n" msgstr "signature model lama (PGP 2.X)\n" @@ -8289,7 +8294,7 @@ msgstr "Pemakaian: gpg [pilihan] [file] (-h untuk bantuan)" #. TRANSLATORS: Put a \x1f right before a colon. This can be #. * used by pinentry to nicely align the names and values. Keep #. * the %s at the start and end of the string. -#: scd/app-piv.c:1770 scd/app-p15.c:4741 scd/app-nks.c:1475 +#: scd/app-piv.c:1770 scd/app-p15.c:4937 scd/app-nks.c:1530 #: scd/app-openpgp.c:2386 #, c-format msgid "%sNumber: %s%%0AHolder: %s%s" @@ -8297,7 +8302,7 @@ msgstr "" #. TRANSLATORS: This is the number of remaining attempts to #. * enter a PIN. Use %%0A (double-percent,0A) for a linefeed. -#: scd/app-piv.c:1787 scd/app-p15.c:4760 scd/app-nks.c:1494 +#: scd/app-piv.c:1787 scd/app-p15.c:4956 scd/app-nks.c:1549 #: scd/app-openpgp.c:2402 #, c-format msgid "Remaining attempts: %d" @@ -8333,7 +8338,7 @@ msgstr "ubah passphrase" msgid "||Please enter the Unblocking Key of your PIV card" msgstr "Silakan pilih alasan untuk pembatalan:\n" -#: scd/app-piv.c:1888 scd/app-nks.c:1605 scd/app-openpgp.c:2669 +#: scd/app-piv.c:1888 scd/app-nks.c:1660 scd/app-openpgp.c:2669 #: scd/app-openpgp.c:2693 scd/app-openpgp.c:2871 scd/app-openpgp.c:2893 #: scd/app-openpgp.c:3074 scd/app-openpgp.c:3361 scd/app-openpgp.c:3408 #: scd/app-openpgp.c:3545 scd/app-dinsig.c:302 @@ -8419,75 +8424,75 @@ msgstr[1] "Pembuatan kunci gagal: %s\n" msgid "response does not contain the public key data\n" msgstr "" -#: scd/app-p15.c:4839 scd/app-nks.c:1983 +#: scd/app-p15.c:5035 scd/app-nks.c:2038 msgid "||Please enter the PIN for the key to create qualified signatures." msgstr "" #. TRANSLATORS: Do not translate the "|A|" prefix but keep it at #. the start of the string. Use %0A (single percent) for a linefeed. -#: scd/app-p15.c:4842 scd/app-openpgp.c:2818 +#: scd/app-p15.c:5038 scd/app-openpgp.c:2818 #, fuzzy msgid "|A|Please enter the Admin PIN" msgstr "ubah passphrase" -#: scd/app-p15.c:4844 scd/app-nks.c:1973 +#: scd/app-p15.c:5040 scd/app-nks.c:2028 #, fuzzy msgid "|P|Please enter the PIN Unblocking Code (PUK) for the standard keys." msgstr "Silakan pilih alasan untuk pembatalan:\n" -#: scd/app-p15.c:4847 scd/app-nks.c:1964 +#: scd/app-p15.c:5043 scd/app-nks.c:2019 #, fuzzy msgid "||Please enter the PIN for the standard keys." msgstr "ubah passphrase" -#: scd/app-nks.c:1413 scd/app-openpgp.c:4321 +#: scd/app-nks.c:1468 scd/app-openpgp.c:4321 #, c-format msgid "RSA modulus missing or not of size %d bits\n" msgstr "" -#: scd/app-nks.c:1421 scd/app-openpgp.c:4333 +#: scd/app-nks.c:1476 scd/app-openpgp.c:4333 #, c-format msgid "RSA public exponent missing or larger than %d bits\n" msgstr "" -#: scd/app-nks.c:1594 +#: scd/app-nks.c:1649 #, fuzzy #| msgid "Note: This key has been disabled.\n" msgid "Note: PIN has not yet been enabled." msgstr "Catatan: Kunci ini telah ditiadakan\n" -#: scd/app-nks.c:1641 +#: scd/app-nks.c:1696 #, c-format msgid "the NullPIN has not yet been changed\n" msgstr "" -#: scd/app-nks.c:1963 +#: scd/app-nks.c:2018 #, fuzzy msgid "|N|Please enter a new PIN for the standard keys." msgstr "ubah passphrase" -#: scd/app-nks.c:1971 +#: scd/app-nks.c:2026 #, fuzzy msgid "|NP|Please enter a new PIN Unblocking Code (PUK) for the standard keys." msgstr "Silakan pilih alasan untuk pembatalan:\n" -#: scd/app-nks.c:1981 +#: scd/app-nks.c:2036 msgid "|N|Please enter a new PIN for the key to create qualified signatures." msgstr "" -#: scd/app-nks.c:1991 +#: scd/app-nks.c:2046 msgid "" "|NP|Please enter a new PIN Unblocking Code (PUK) for the key to create " "qualified signatures." msgstr "" -#: scd/app-nks.c:1993 +#: scd/app-nks.c:2048 msgid "" "|P|Please enter the PIN Unblocking Code (PUK) for the key to create " "qualified signatures." msgstr "" -#: scd/app-nks.c:2166 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 +#: scd/app-nks.c:2221 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 #, fuzzy, c-format msgid "error getting new PIN: %s\n" msgstr "kesalahan penciptaan passphrase: %s\n" @@ -8673,81 +8678,81 @@ msgstr "ubah passphrase" msgid "|N|Initial New PIN" msgstr "" -#: scd/scdaemon.c:118 +#: scd/scdaemon.c:119 msgid "run in multi server mode (foreground)" msgstr "" -#: scd/scdaemon.c:135 sm/gpgsm.c:271 dirmngr/dirmngr.c:197 +#: scd/scdaemon.c:136 sm/gpgsm.c:274 dirmngr/dirmngr.c:198 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "" -#: scd/scdaemon.c:141 +#: scd/scdaemon.c:142 #, fuzzy msgid "|FILE|write a log to FILE" msgstr "|FILE|muat modul ekstensi FILE" -#: scd/scdaemon.c:148 +#: scd/scdaemon.c:149 msgid "|N|connect to reader at port N" msgstr "" -#: scd/scdaemon.c:150 +#: scd/scdaemon.c:151 #, fuzzy msgid "|NAME|use NAME as ct-API driver" msgstr "|NAMA|gunakan NAMA sebagai penerima baku" -#: scd/scdaemon.c:152 +#: scd/scdaemon.c:153 #, fuzzy msgid "|NAME|use NAME as PC/SC driver" msgstr "|NAMA|gunakan NAMA sebagai penerima baku" -#: scd/scdaemon.c:156 +#: scd/scdaemon.c:157 #, fuzzy msgid "do not use the internal CCID driver" msgstr "jangan menggunakan terminal" -#: scd/scdaemon.c:162 +#: scd/scdaemon.c:163 msgid "|N|disconnect the card after N seconds of inactivity" msgstr "" -#: scd/scdaemon.c:165 +#: scd/scdaemon.c:166 msgid "do not use a reader's pinpad" msgstr "" -#: scd/scdaemon.c:168 +#: scd/scdaemon.c:169 msgid "use variable length input for pinpad" msgstr "" -#: scd/scdaemon.c:171 +#: scd/scdaemon.c:172 msgid "|LIST|change the application priority to LIST" msgstr "" -#: scd/scdaemon.c:179 +#: scd/scdaemon.c:180 #, fuzzy msgid "deny the use of admin card commands" msgstr "perintah saling konflik\n" -#: scd/scdaemon.c:324 +#: scd/scdaemon.c:325 #, fuzzy msgid "Usage: @SCDAEMON@ [options] (-h for help)" msgstr "Pemakaian: gpg [pilihan] [file] (-h untuk bantuan)" -#: scd/scdaemon.c:326 +#: scd/scdaemon.c:327 msgid "" "Syntax: scdaemon [options] [command [args]]\n" "Smartcard daemon for @GNUPG@\n" msgstr "" -#: scd/scdaemon.c:807 +#: scd/scdaemon.c:819 #, c-format msgid "please use the option '--daemon' to run the program in the background\n" msgstr "" -#: scd/scdaemon.c:1183 dirmngr/dirmngr.c:2077 +#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2104 #, c-format msgid "handler for fd %d started\n" msgstr "" -#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2085 +#: scd/scdaemon.c:1207 dirmngr/dirmngr.c:2112 #, c-format msgid "handler for fd %d terminated\n" msgstr "" @@ -9030,7 +9035,7 @@ msgid "a %u bit hash is not valid for a %u bit %s key\n" msgstr "" #: sm/certcheck.c:239 sm/certcheck.c:263 dirmngr/crlcache.c:1542 -#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1363 dirmngr/validate.c:903 +#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1372 dirmngr/validate.c:903 #: dirmngr/validate.c:927 #, fuzzy, c-format msgid "out of core\n" @@ -9384,139 +9389,139 @@ msgstr "gagal menghapus keyblok: %s\n" msgid "no valid recipients given\n" msgstr "(Tidak diberikan deskripsi)\n" -#: sm/gpgsm.c:224 +#: sm/gpgsm.c:226 #, fuzzy msgid "list external keys" msgstr "tampilkan kunci rahasia" -#: sm/gpgsm.c:226 +#: sm/gpgsm.c:228 #, fuzzy msgid "list certificate chain" msgstr "sertifikat yang buruk" -#: sm/gpgsm.c:234 +#: sm/gpgsm.c:236 #, fuzzy msgid "import certificates" msgstr "sertifikat yang buruk" -#: sm/gpgsm.c:235 +#: sm/gpgsm.c:237 #, fuzzy msgid "export certificates" msgstr "sertifikat yang buruk" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:245 msgid "register a smartcard" msgstr "" -#: sm/gpgsm.c:246 +#: sm/gpgsm.c:248 msgid "pass a command to the dirmngr" msgstr "" -#: sm/gpgsm.c:248 +#: sm/gpgsm.c:250 msgid "invoke gpg-protect-tool" msgstr "" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:270 msgid "don't use the terminal at all" msgstr "jangan menggunakan terminal" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "|N|number of certificates to include" msgstr "" -#: sm/gpgsm.c:296 +#: sm/gpgsm.c:299 msgid "|FILE|take policy information from FILE" msgstr "" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "assume input is in PEM format" msgstr "" -#: sm/gpgsm.c:312 +#: sm/gpgsm.c:315 msgid "assume input is in base-64 format" msgstr "" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "assume input is in binary format" msgstr "" -#: sm/gpgsm.c:323 +#: sm/gpgsm.c:326 #, fuzzy msgid "create base-64 encoded output" msgstr "ciptakan output ascii" -#: sm/gpgsm.c:335 +#: sm/gpgsm.c:338 #, fuzzy msgid "|USER-ID|use USER-ID as default secret key" msgstr "|NAMA|gunakan NAMA sebagai kunci rahasia baku" -#: sm/gpgsm.c:346 +#: sm/gpgsm.c:349 #, fuzzy msgid "|FILE|add keyring to the list of keyrings" msgstr "tambah keyring ini ke daftar keyring" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 #, fuzzy msgid "|SPEC|use this keyserver to lookup keys" msgstr "|HOST|gunakan keyserver ini utk lihat kunci" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "fetch missing issuer certificates" msgstr "" -#: sm/gpgsm.c:361 +#: sm/gpgsm.c:364 #, fuzzy msgid "|NAME|use encoding NAME for PKCS#12 passphrases" msgstr "|NAMA|gunakan algoritma cipher NAMA untuk passphrase" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 msgid "never consult a CRL" msgstr "" -#: sm/gpgsm.c:386 +#: sm/gpgsm.c:389 msgid "do not check CRLs for root certificates" msgstr "" -#: sm/gpgsm.c:390 +#: sm/gpgsm.c:393 msgid "check validity using OCSP" msgstr "" -#: sm/gpgsm.c:392 +#: sm/gpgsm.c:395 msgid "do not check certificate policies" msgstr "" -#: sm/gpgsm.c:395 +#: sm/gpgsm.c:398 msgid "|NAME|use cipher algorithm NAME" msgstr "|NAMA|gunakan algoritma cipher NAMA" -#: sm/gpgsm.c:397 +#: sm/gpgsm.c:400 msgid "|NAME|use message digest algorithm NAME" msgstr "|NAMA|gunakan algoritma digest pesan NAMA" -#: sm/gpgsm.c:407 +#: sm/gpgsm.c:410 msgid "batch mode: never ask" msgstr "mode batch: tanpa tanya" -#: sm/gpgsm.c:409 +#: sm/gpgsm.c:412 msgid "assume yes on most questions" msgstr "asumsikan ya untuk seluruh pertanyaan" -#: sm/gpgsm.c:410 +#: sm/gpgsm.c:413 msgid "assume no on most questions" msgstr "asumsikan tidak untuk seluruh pertanyaan" -#: sm/gpgsm.c:427 +#: sm/gpgsm.c:430 #, fuzzy msgid "|FILE|write an audit log to FILE" msgstr "|FILE|muat modul ekstensi FILE" -#: sm/gpgsm.c:612 +#: sm/gpgsm.c:615 #, fuzzy #| msgid "Usage: gpg [options] [files] (-h for help)" msgid "Usage: @GPGSM@ [options] [files] (-h for help)" msgstr "Pemakaian: gpg [pilihan] [file] (-h untuk bantuan)" -#: sm/gpgsm.c:615 +#: sm/gpgsm.c:618 #, fuzzy msgid "" "Syntax: @GPGSM@ [options] [files]\n" @@ -9527,52 +9532,52 @@ msgstr "" "tandai, cek, enkripsi atau dekripsi\n" "operasi baku tergantung pada data input\n" -#: sm/gpgsm.c:823 +#: sm/gpgsm.c:826 #, fuzzy, c-format msgid "Note: won't be able to encrypt to '%s': %s\n" msgstr "tidak dapat terkoneksi ke `%s': %s\n" -#: sm/gpgsm.c:834 +#: sm/gpgsm.c:837 #, fuzzy, c-format msgid "unknown validation model '%s'\n" msgstr "penerima baku tidak dikenal `%s'\n" -#: sm/gpgsm.c:893 dirmngr/ldapserver.c:89 +#: sm/gpgsm.c:896 dirmngr/ldapserver.c:89 #, fuzzy, c-format msgid "%s:%u: no hostname given\n" msgstr "(Tidak diberikan deskripsi)\n" -#: sm/gpgsm.c:912 dirmngr/ldapserver.c:108 +#: sm/gpgsm.c:915 dirmngr/ldapserver.c:108 #, c-format msgid "%s:%u: password given without user\n" msgstr "" -#: sm/gpgsm.c:943 dirmngr/ldapserver.c:139 +#: sm/gpgsm.c:946 dirmngr/ldapserver.c:139 #, c-format msgid "%s:%u: ignoring unknown flag '%s'\n" msgstr "" -#: sm/gpgsm.c:959 dirmngr/ldapserver.c:155 +#: sm/gpgsm.c:962 dirmngr/ldapserver.c:155 #, fuzzy, c-format msgid "%s:%u: skipping this line\n" msgstr " s = lewati kunci ini\n" -#: sm/gpgsm.c:1545 +#: sm/gpgsm.c:1550 #, fuzzy, c-format msgid "could not parse keyserver\n" msgstr "tidak dapat memparsing URI keyserver\n" -#: sm/gpgsm.c:1825 +#: sm/gpgsm.c:1858 #, fuzzy, c-format msgid "importing common certificates '%s'\n" msgstr "menulis ke `%s'\n" -#: sm/gpgsm.c:1871 +#: sm/gpgsm.c:1904 #, fuzzy, c-format msgid "can't sign using '%s': %s\n" msgstr "tidak dapat menutup `%s': %s\n" -#: sm/gpgsm.c:2231 +#: sm/gpgsm.c:2273 #, c-format msgid "invalid command (there is no implicit command)\n" msgstr "" @@ -10535,135 +10540,135 @@ msgstr "" msgid "looking up '%s'\n" msgstr "" -#: dirmngr/dirmngr.c:174 +#: dirmngr/dirmngr.c:175 msgid "list the contents of the CRL cache" msgstr "" -#: dirmngr/dirmngr.c:175 +#: dirmngr/dirmngr.c:176 #, fuzzy msgid "|FILE|load CRL from FILE into cache" msgstr "|FILE|muat modul ekstensi FILE" -#: dirmngr/dirmngr.c:176 +#: dirmngr/dirmngr.c:177 msgid "|URL|fetch a CRL from URL" msgstr "" -#: dirmngr/dirmngr.c:177 +#: dirmngr/dirmngr.c:178 msgid "shutdown the dirmngr" msgstr "" -#: dirmngr/dirmngr.c:178 +#: dirmngr/dirmngr.c:179 msgid "flush the cache" msgstr "" -#: dirmngr/dirmngr.c:211 +#: dirmngr/dirmngr.c:212 msgid "allow online software version check" msgstr "" -#: dirmngr/dirmngr.c:214 +#: dirmngr/dirmngr.c:215 msgid "|N|do not return more than N items in one query" msgstr "" -#: dirmngr/dirmngr.c:220 +#: dirmngr/dirmngr.c:221 msgid "Network related options" msgstr "" -#: dirmngr/dirmngr.c:222 +#: dirmngr/dirmngr.c:223 msgid "route all network traffic via Tor" msgstr "" -#: dirmngr/dirmngr.c:234 +#: dirmngr/dirmngr.c:235 msgid "Configuration for Keyservers" msgstr "" -#: dirmngr/dirmngr.c:237 +#: dirmngr/dirmngr.c:238 #, fuzzy msgid "|URL|use keyserver at URL" msgstr "tidak dapat memparsing URI keyserver\n" -#: dirmngr/dirmngr.c:239 +#: dirmngr/dirmngr.c:240 msgid "|FILE|use the CA certificates in FILE for HKP over TLS" msgstr "" -#: dirmngr/dirmngr.c:241 +#: dirmngr/dirmngr.c:242 msgid "Configuration for HTTP servers" msgstr "" -#: dirmngr/dirmngr.c:243 +#: dirmngr/dirmngr.c:244 msgid "inhibit the use of HTTP" msgstr "" -#: dirmngr/dirmngr.c:245 +#: dirmngr/dirmngr.c:246 msgid "ignore HTTP CRL distribution points" msgstr "" -#: dirmngr/dirmngr.c:247 +#: dirmngr/dirmngr.c:248 msgid "|URL|redirect all HTTP requests to URL" msgstr "" -#: dirmngr/dirmngr.c:249 +#: dirmngr/dirmngr.c:250 msgid "use system's HTTP proxy setting" msgstr "" -#: dirmngr/dirmngr.c:253 +#: dirmngr/dirmngr.c:254 msgid "Configuration of LDAP servers to use" msgstr "" -#: dirmngr/dirmngr.c:255 +#: dirmngr/dirmngr.c:256 msgid "inhibit the use of LDAP" msgstr "" -#: dirmngr/dirmngr.c:257 +#: dirmngr/dirmngr.c:258 msgid "ignore LDAP CRL distribution points" msgstr "" -#: dirmngr/dirmngr.c:259 +#: dirmngr/dirmngr.c:260 msgid "|HOST|use HOST for LDAP queries" msgstr "" -#: dirmngr/dirmngr.c:261 +#: dirmngr/dirmngr.c:262 msgid "do not use fallback hosts with --ldap-proxy" msgstr "" -#: dirmngr/dirmngr.c:263 +#: dirmngr/dirmngr.c:264 #, fuzzy msgid "|FILE|read LDAP server list from FILE" msgstr "|FILE|muat modul ekstensi FILE" -#: dirmngr/dirmngr.c:265 +#: dirmngr/dirmngr.c:266 msgid "add new servers discovered in CRL distribution points to serverlist" msgstr "" -#: dirmngr/dirmngr.c:268 dirmngr/dirmngr_ldap.c:104 +#: dirmngr/dirmngr.c:269 dirmngr/dirmngr_ldap.c:104 msgid "|N|set LDAP timeout to N seconds" msgstr "" -#: dirmngr/dirmngr.c:271 +#: dirmngr/dirmngr.c:272 msgid "Configuration for OCSP" msgstr "" -#: dirmngr/dirmngr.c:273 +#: dirmngr/dirmngr.c:274 msgid "allow sending OCSP requests" msgstr "" -#: dirmngr/dirmngr.c:275 +#: dirmngr/dirmngr.c:276 msgid "ignore certificate contained OCSP service URLs" msgstr "" -#: dirmngr/dirmngr.c:277 +#: dirmngr/dirmngr.c:278 #, fuzzy msgid "|URL|use OCSP responder at URL" msgstr "tidak dapat memparsing URI keyserver\n" -#: dirmngr/dirmngr.c:279 +#: dirmngr/dirmngr.c:280 msgid "|FPR|OCSP response signed by FPR" msgstr "" -#: dirmngr/dirmngr.c:287 +#: dirmngr/dirmngr.c:288 msgid "force loading of outdated CRLs" msgstr "" -#: dirmngr/dirmngr.c:298 +#: dirmngr/dirmngr.c:299 #, fuzzy #| msgid "" #| "@\n" @@ -10676,95 +10681,95 @@ msgstr "" "@\n" "(Lihat man page untuk daftar lengkap semua perintah dan option)\n" -#: dirmngr/dirmngr.c:440 +#: dirmngr/dirmngr.c:441 #, fuzzy msgid "Usage: @DIRMNGR@ [options] (-h for help)" msgstr "Pemakaian: gpg [pilihan] [file] (-h untuk bantuan)" -#: dirmngr/dirmngr.c:442 +#: dirmngr/dirmngr.c:443 msgid "" "Syntax: @DIRMNGR@ [options] [command [args]]\n" "Keyserver, CRL, and OCSP access for @GNUPG@\n" msgstr "" -#: dirmngr/dirmngr.c:522 +#: dirmngr/dirmngr.c:523 #, c-format msgid "valid debug levels are: %s\n" msgstr "" -#: dirmngr/dirmngr.c:608 tools/gpgconf.c:667 tools/gpgconf.c:702 +#: dirmngr/dirmngr.c:609 tools/gpgconf.c:667 tools/gpgconf.c:702 #: tools/gpgconf.c:802 #, fuzzy, c-format msgid "usage: %s [options] " msgstr "pemakaian: gpg [pilihan] " -#: dirmngr/dirmngr.c:1251 +#: dirmngr/dirmngr.c:1260 #, fuzzy, c-format #| msgid "%s not allowed with %s!\n" msgid "colons are not allowed in the socket name\n" msgstr "%s tidak dibolehkan dengan %s!\n" -#: dirmngr/dirmngr.c:1486 dirmngr/server.c:1824 +#: dirmngr/dirmngr.c:1495 dirmngr/server.c:1824 #, fuzzy, c-format msgid "fetching CRL from '%s' failed: %s\n" msgstr "gagal enarmoring: %s\n" -#: dirmngr/dirmngr.c:1492 dirmngr/server.c:1830 +#: dirmngr/dirmngr.c:1501 dirmngr/server.c:1830 #, fuzzy, c-format msgid "processing CRL from '%s' failed: %s\n" msgstr "gagal enarmoring: %s\n" -#: dirmngr/dirmngr.c:1634 +#: dirmngr/dirmngr.c:1643 #, fuzzy, c-format msgid "%s:%u: line too long - skipped\n" msgstr "baris terlalu panjang\n" -#: dirmngr/dirmngr.c:1689 dirmngr/dirmngr.c:1773 +#: dirmngr/dirmngr.c:1698 dirmngr/dirmngr.c:1782 #, fuzzy, c-format msgid "%s:%u: invalid fingerprint detected\n" msgstr "kesalahan: fingerprint tidak valid\n" -#: dirmngr/dirmngr.c:1725 dirmngr/dirmngr.c:1751 tools/gpgconf-comp.c:3534 +#: dirmngr/dirmngr.c:1734 dirmngr/dirmngr.c:1760 tools/gpgconf-comp.c:3539 #, fuzzy, c-format msgid "%s:%u: read error: %s\n" msgstr "kesalahan pembacaan: %s\n" -#: dirmngr/dirmngr.c:1780 +#: dirmngr/dirmngr.c:1789 #, c-format msgid "%s:%u: garbage at end of line ignored\n" msgstr "" -#: dirmngr/dirmngr.c:1849 +#: dirmngr/dirmngr.c:1876 #, c-format msgid "SIGHUP received - re-reading configuration and flushing caches\n" msgstr "" -#: dirmngr/dirmngr.c:1890 +#: dirmngr/dirmngr.c:1917 #, c-format msgid "SIGUSR2 received - no action defined\n" msgstr "" -#: dirmngr/dirmngr.c:1895 +#: dirmngr/dirmngr.c:1922 #, c-format msgid "SIGTERM received - shutting down ...\n" msgstr "" -#: dirmngr/dirmngr.c:1897 +#: dirmngr/dirmngr.c:1924 #, c-format msgid "SIGTERM received - still %d active connections\n" msgstr "" -#: dirmngr/dirmngr.c:1902 +#: dirmngr/dirmngr.c:1929 #, fuzzy, c-format msgid "shutdown forced\n" msgstr "tidak diproses" -#: dirmngr/dirmngr.c:1910 +#: dirmngr/dirmngr.c:1937 #, c-format msgid "SIGINT received - immediate shutdown\n" msgstr "" -#: dirmngr/dirmngr.c:1917 +#: dirmngr/dirmngr.c:1944 #, c-format msgid "signal %d received - no action defined\n" msgstr "" @@ -11231,7 +11236,7 @@ msgid "serialno missing in cert ID" msgstr "" #: dirmngr/server.c:1387 dirmngr/server.c:1473 dirmngr/server.c:1909 -#: dirmngr/server.c:1980 dirmngr/server.c:2552 dirmngr/server.c:2567 +#: dirmngr/server.c:1980 dirmngr/server.c:2556 dirmngr/server.c:2571 #, fuzzy, c-format msgid "assuan_inquire failed: %s\n" msgstr "gagal menandai: %s\n" @@ -11261,33 +11266,33 @@ msgstr "gagal menghapus keyblok: %s\n" msgid "max_replies %d exceeded\n" msgstr "" -#: dirmngr/server.c:2856 +#: dirmngr/server.c:2860 #, fuzzy, c-format msgid "can't allocate control structure: %s\n" msgstr "tidak dapat membuat %s: %s\n" -#: dirmngr/server.c:2867 +#: dirmngr/server.c:2871 #, fuzzy, c-format msgid "failed to allocate assuan context: %s\n" msgstr "%s: gagal membuat hashtable: %s\n" -#: dirmngr/server.c:2888 +#: dirmngr/server.c:2892 #, fuzzy, c-format #| msgid "failed to initialize the TrustDB: %s\n" msgid "failed to initialize the server: %s\n" msgstr "gagal inisialisasi TrustDB: %s\n" -#: dirmngr/server.c:2896 +#: dirmngr/server.c:2900 #, fuzzy, c-format msgid "failed to the register commands with Assuan: %s\n" msgstr "gagal membuat kembali cache keyring: %s\n" -#: dirmngr/server.c:2929 +#: dirmngr/server.c:2933 #, c-format msgid "Assuan accept problem: %s\n" msgstr "" -#: dirmngr/server.c:2948 +#: dirmngr/server.c:2952 #, fuzzy, c-format #| msgid "signing failed: %s\n" msgid "Assuan processing failed: %s\n" @@ -11436,73 +11441,73 @@ msgstr "gpg-agent tidak tersedia untuk sesi ini\n" msgid "error sending standard options: %s\n" msgstr "kesalahan mengirim ke `%s': %s\n" -#: tools/gpgconf-comp.c:647 +#: tools/gpgconf-comp.c:649 msgid "OpenPGP" msgstr "" -#: tools/gpgconf-comp.c:651 +#: tools/gpgconf-comp.c:653 msgid "S/MIME" msgstr "" -#: tools/gpgconf-comp.c:655 +#: tools/gpgconf-comp.c:657 #, fuzzy msgid "Public Keys" msgstr "kunci publik adalah %08lX\n" -#: tools/gpgconf-comp.c:659 +#: tools/gpgconf-comp.c:661 msgid "Private Keys" msgstr "" -#: tools/gpgconf-comp.c:663 +#: tools/gpgconf-comp.c:665 msgid "Smartcards" msgstr "" -#: tools/gpgconf-comp.c:667 +#: tools/gpgconf-comp.c:669 msgid "TPM" msgstr "" -#: tools/gpgconf-comp.c:671 +#: tools/gpgconf-comp.c:673 #, fuzzy #| msgid "network error" msgid "Network" msgstr "kesalahan jaringan" -#: tools/gpgconf-comp.c:675 +#: tools/gpgconf-comp.c:677 #, fuzzy msgid "Passphrase Entry" msgstr "passphrase yang buruk" -#: tools/gpgconf-comp.c:939 +#: tools/gpgconf-comp.c:941 #, fuzzy msgid "Component not suitable for launching" msgstr "kunci publik tidak ditemukan" -#: tools/gpgconf-comp.c:945 +#: tools/gpgconf-comp.c:947 #, c-format msgid "Configuration file of component %s is broken\n" msgstr "" -#: tools/gpgconf-comp.c:948 +#: tools/gpgconf-comp.c:950 #, fuzzy, c-format #| msgid "Please use the command \"toggle\" first.\n" msgid "Note: Use the command \"%s%s\" to get details.\n" msgstr "Silakan gunakan dulu perintah \"toogle\".\n" -#: tools/gpgconf-comp.c:2811 +#: tools/gpgconf-comp.c:2816 #, c-format msgid "External verification of component %s failed" msgstr "" -#: tools/gpgconf-comp.c:2941 +#: tools/gpgconf-comp.c:2946 msgid "Note that group specifications are ignored\n" msgstr "" -#: tools/gpgconf-comp.c:3538 +#: tools/gpgconf-comp.c:3543 #, fuzzy, c-format msgid "error closing '%s'\n" msgstr "kesalahan membaca `%s': %s\n" -#: tools/gpgconf-comp.c:3540 +#: tools/gpgconf-comp.c:3545 #, fuzzy, c-format msgid "error parsing '%s'\n" msgstr "kesalahan membaca `%s': %s\n" @@ -11611,84 +11616,84 @@ msgid "" "Check a passphrase given on stdin against the patternfile\n" msgstr "" -#: tools/gpg-card.c:2389 +#: tools/gpg-card.c:2390 #, fuzzy, c-format msgid "Note: key %s is already stored on the card!\n" msgstr "dilewati: kunci pribadi telah ada\n" -#: tools/gpg-card.c:2392 +#: tools/gpg-card.c:2393 #, fuzzy, c-format msgid "Note: Keys are already stored on the card!\n" msgstr "dilewati: kunci pribadi telah ada\n" -#: tools/gpg-card.c:2395 +#: tools/gpg-card.c:2396 #, c-format msgid "Replace existing key %s ? (y/N) " msgstr "" -#: tools/gpg-card.c:2548 tools/gpg-card.c:2711 tools/gpg-card.c:2934 -#: tools/gpg-card.c:3043 +#: tools/gpg-card.c:2549 tools/gpg-card.c:2712 tools/gpg-card.c:2935 +#: tools/gpg-card.c:3044 #, c-format msgid "%s card no. %s detected\n" msgstr "" -#: tools/gpg-card.c:3395 +#: tools/gpg-card.c:3396 #, c-format msgid "User Interaction Flag is set to \"%s\" - can't change\n" msgstr "" -#: tools/gpg-card.c:3405 tools/gpg-card.c:3419 +#: tools/gpg-card.c:3406 tools/gpg-card.c:3420 #, c-format msgid "" "Warning: Setting the User Interaction Flag to \"%s\"\n" " can only be reverted using a factory reset!\n" msgstr "" -#: tools/gpg-card.c:3422 +#: tools/gpg-card.c:3423 #, c-format msgid "Please use \"uif --yes %d %s\"\n" msgstr "" -#: tools/gpg-card.c:3668 +#: tools/gpg-card.c:3669 #, fuzzy msgid "authenticate to the card" msgstr "Sertifikat pembatalan tercipta.\n" -#: tools/gpg-card.c:3670 +#: tools/gpg-card.c:3671 msgid "send a reset to the card daemon" msgstr "" -#: tools/gpg-card.c:3672 +#: tools/gpg-card.c:3673 #, fuzzy #| msgid "|NAME|use NAME as default recipient" msgid "setup KDF for PIN authentication" msgstr "|NAMA|gunakan NAMA sebagai penerima baku" -#: tools/gpg-card.c:3674 +#: tools/gpg-card.c:3675 #, fuzzy #| msgid "change the expire date" msgid "change a private data object" msgstr "ubah tanggal kadaluarsa" -#: tools/gpg-card.c:3675 +#: tools/gpg-card.c:3676 #, fuzzy msgid "read a certificate from a data object" msgstr "Sertifikat pembatalan tercipta.\n" -#: tools/gpg-card.c:3676 +#: tools/gpg-card.c:3677 #, fuzzy msgid "store a certificate to a data object" msgstr "Sertifikat pembatalan tercipta.\n" -#: tools/gpg-card.c:3677 +#: tools/gpg-card.c:3678 msgid "store a private key to a data object" msgstr "" -#: tools/gpg-card.c:3678 +#: tools/gpg-card.c:3679 msgid "Yubikey management commands" msgstr "" -#: tools/gpg-card.c:3680 +#: tools/gpg-card.c:3681 msgid "manage the command history" msgstr "" @@ -3,10 +3,10 @@ # Marco d'Itri <md@linux.it>, 1998, 1999, 2001, 2002. msgid "" msgstr "" -"Project-Id-Version: GNU gnupg 2.2.23\n" +"Project-Id-Version: GNU gnupg 2.3.0\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2021-04-07 19:24+0200\n" -"PO-Revision-Date: 2020-10-10 19:54+0200\n" +"POT-Creation-Date: 2021-04-20 12:38+0200\n" +"PO-Revision-Date: 2021-04-15 10:09+0900\n" "Last-Translator: Denis <student@alice.it>\n" "Language-Team: \n" "Language: it_IT\n" @@ -14,7 +14,7 @@ msgstr "" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: 8bit\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" -"X-Generator: Poedit 2.4.1\n" +"X-Generator: Poedit 2.4.2\n" #: agent/call-pinentry.c:328 #, c-format @@ -67,7 +67,7 @@ msgstr "|pinentry-tt|Nascondi passphrase" #. for generating a passphrase. #: agent/call-pinentry.c:944 msgid "Suggest" -msgstr "" +msgstr "Suggerisci" #. TRANSLATORS: This string is a tooltip, shown by pinentry when #. hovering over the generate button. Please use an appropriate @@ -77,10 +77,8 @@ msgstr "" #. will be used. The strcmp thingy is there to detect a #. non-translated string. #: agent/call-pinentry.c:966 -#, fuzzy -#| msgid "pinentry.qualitybar.tooltip" msgid "pinentry.genpin.tooltip" -msgstr "pinentry.qualitybar.tooltip" +msgstr "pinentry.genpin.tooltip" #. TRANSLATORS: This string is displayed by Pinentry as the label #. for the quality bar. @@ -138,7 +136,7 @@ msgstr "SETERROR %s (provare %d di %d)" #: agent/call-pinentry.c:1362 agent/call-pinentry.c:1614 msgid "Repeat:" -msgstr "Ripeti :" +msgstr "Ripeti:" #: agent/call-pinentry.c:1372 agent/call-pinentry.c:1384 #: agent/call-pinentry.c:1624 agent/call-pinentry.c:1636 @@ -167,11 +165,11 @@ msgstr "Passphrase non valido" #: agent/command.c:697 msgid "Note: Request from the web browser." -msgstr "" +msgstr "Nota: richiesta dal browser Web." #: agent/command.c:698 msgid "Note: Request from a remote site." -msgstr "" +msgstr "Nota: richiesta da un sito remoto." #: agent/command.c:1106 g10/card-util.c:708 g10/card-util.c:729 #, c-format @@ -184,22 +182,21 @@ msgid "Please re-enter this passphrase" msgstr "Inserisci di nuovo questa passphrase" #: agent/command.c:2567 -#, fuzzy, c-format -#| msgid "" -#| "Please enter the passphrase to protect the imported object within the " -#| "GnuPG system." +#, c-format msgid "" "Please enter the passphrase to protect the imported object within the %s " "system." msgstr "" -"Immettere la passphrase per proteggere l'oggetto importato all'interno del " -"sistema GnuPG." +"Immettere la passphrase per proteggere l'oggetto importato all'interno %s " +"sistema." #: agent/command.c:2697 msgid "" "This key (or subkey) is not protected with a passphrase. Please enter a new " "passphrase to export it." msgstr "" +"Questa chiave (o sottochiave) non è protetta con una passphrase. Immettere " +"una nuova passphrase per esportarla." #: agent/command-ssh.c:675 agent/command-ssh.c:764 #, c-format @@ -207,24 +204,24 @@ msgid "ssh keys greater than %d bits are not supported\n" msgstr "le chiavi ssh maggiori di %d bit non sono supportate\n" #: agent/command-ssh.c:872 common/dotlock.c:852 g10/card-util.c:953 -#: g10/export.c:1329 g10/gpg.c:1430 g10/keygen.c:5327 g10/keyring.c:1319 +#: g10/export.c:1329 g10/gpg.c:1431 g10/keygen.c:5347 g10/keyring.c:1319 #: g10/keyring.c:1632 g10/openfile.c:293 g10/photoid.c:531 g10/photoid.c:549 -#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:478 +#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:479 #, c-format msgid "can't create '%s': %s\n" msgstr "impossibile creare '%s': %s\n" #: agent/command-ssh.c:884 common/helpfile.c:57 g10/card-util.c:910 #: g10/dearmor.c:59 g10/dearmor.c:106 g10/decrypt.c:65 g10/decrypt.c:136 -#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1431 -#: g10/import.c:359 g10/import.c:546 g10/import.c:781 g10/keygen.c:4302 +#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1432 +#: g10/import.c:371 g10/import.c:558 g10/import.c:793 g10/keygen.c:4322 #: g10/keyring.c:1658 g10/openfile.c:197 g10/openfile.c:211 g10/plaintext.c:128 #: g10/plaintext.c:610 g10/sign.c:1086 g10/sign.c:1311 g10/sign.c:1424 #: g10/sign.c:1596 g10/tdbdump.c:143 g10/tdbdump.c:151 g10/tdbio.c:758 -#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2338 -#: sm/gpgsm.c:2368 sm/gpgsm.c:2406 sm/qualified.c:65 dirmngr/certcache.c:396 -#: dirmngr/certcache.c:476 dirmngr/certcache.c:478 dirmngr/crlcache.c:2588 -#: dirmngr/dirmngr.c:1711 tools/gpg-card.c:407 +#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2380 +#: sm/gpgsm.c:2410 sm/gpgsm.c:2448 sm/keylist.c:1737 sm/qualified.c:65 +#: dirmngr/certcache.c:396 dirmngr/certcache.c:476 dirmngr/certcache.c:478 +#: dirmngr/crlcache.c:2588 dirmngr/dirmngr.c:1720 tools/gpg-card.c:408 #, c-format msgid "can't open '%s': %s\n" msgstr "impossibile aprire '%s': %s\n" @@ -406,217 +403,211 @@ msgstr "Immettere la passphrase a%0Aproteggere la nuova chiave" msgid "Please enter the new passphrase" msgstr "Inserisci la nuova passphrase" -#: agent/gpg-agent.c:161 scd/scdaemon.c:114 dirmngr/dirmngr.c:181 -#, fuzzy -#| msgid "Options useful for debugging" +#: agent/gpg-agent.c:162 scd/scdaemon.c:115 dirmngr/dirmngr.c:182 msgid "Options used for startup" -msgstr "Opzioni utili per il debug" +msgstr "Opzioni utilizzate per l'avvio" -#: agent/gpg-agent.c:163 scd/scdaemon.c:119 dirmngr/dirmngr.c:170 +#: agent/gpg-agent.c:164 scd/scdaemon.c:120 dirmngr/dirmngr.c:171 msgid "run in daemon mode (background)" msgstr "eseguire in modalità daemon (sfondo)" -#: agent/gpg-agent.c:164 scd/scdaemon.c:116 dirmngr/dirmngr.c:169 +#: agent/gpg-agent.c:165 scd/scdaemon.c:117 dirmngr/dirmngr.c:170 msgid "run in server mode (foreground)" msgstr "eseguire in modalità server (in primo piano)" -#: agent/gpg-agent.c:166 dirmngr/dirmngr.c:172 +#: agent/gpg-agent.c:167 dirmngr/dirmngr.c:173 msgid "run in supervised mode" msgstr "eseguire in modalità supervisionata" -#: agent/gpg-agent.c:168 scd/scdaemon.c:120 dirmngr/dirmngr.c:183 +#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 msgid "do not detach from the console" msgstr "non scollegarsi dalla console" -#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 +#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 msgid "sh-style command output" msgstr "uscita del comando sh-stile" -#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 +#: agent/gpg-agent.c:171 scd/scdaemon.c:123 dirmngr/dirmngr.c:186 msgid "csh-style command output" msgstr "uscita del comando in csh-stile" -#: agent/gpg-agent.c:178 g10/gpg.c:588 scd/scdaemon.c:124 sm/gpgsm.c:419 -#: dirmngr/dirmngr.c:187 +#: agent/gpg-agent.c:179 g10/gpg.c:589 scd/scdaemon.c:125 sm/gpgsm.c:422 +#: dirmngr/dirmngr.c:188 msgid "|FILE|read options from FILE" msgstr "|FILE|opzioni di lettura da FILE" -#: agent/gpg-agent.c:182 g10/gpg.c:573 scd/scdaemon.c:128 sm/gpgsm.c:262 -#: dirmngr/dirmngr.c:191 +#: agent/gpg-agent.c:183 g10/gpg.c:574 scd/scdaemon.c:129 sm/gpgsm.c:265 +#: dirmngr/dirmngr.c:192 msgid "Options controlling the diagnostic output" msgstr "Opzioni che controllano l'output diagnostico" -#: agent/gpg-agent.c:184 g10/gpg.c:575 g10/gpgv.c:78 kbx/kbxutil.c:89 -#: scd/scdaemon.c:130 sm/gpgsm.c:264 dirmngr/dirmngr-client.c:69 -#: dirmngr/dirmngr.c:193 dirmngr/dirmngr_ldap.c:102 +#: agent/gpg-agent.c:185 g10/gpg.c:576 g10/gpgv.c:78 kbx/kbxutil.c:89 +#: scd/scdaemon.c:131 sm/gpgsm.c:267 dirmngr/dirmngr-client.c:69 +#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:102 #: tools/gpg-connect-agent.c:85 tools/gpgconf.c:111 msgid "verbose" msgstr "prolisso" -#: agent/gpg-agent.c:185 g10/gpg.c:577 g10/gpgv.c:79 kbx/kbxutil.c:90 -#: scd/scdaemon.c:131 sm/gpgsm.c:266 dirmngr/dirmngr-client.c:70 -#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:103 +#: agent/gpg-agent.c:186 g10/gpg.c:578 g10/gpgv.c:79 kbx/kbxutil.c:90 +#: scd/scdaemon.c:132 sm/gpgsm.c:269 dirmngr/dirmngr-client.c:70 +#: dirmngr/dirmngr.c:195 dirmngr/dirmngr_ldap.c:103 msgid "be somewhat more quiet" msgstr "meno prolisso" -#: agent/gpg-agent.c:193 g10/gpg.c:592 sm/gpgsm.c:280 dirmngr/dirmngr.c:204 +#: agent/gpg-agent.c:194 g10/gpg.c:593 sm/gpgsm.c:283 dirmngr/dirmngr.c:205 msgid "|FILE|write server mode logs to FILE" msgstr "|FILE|scrittura dei registri in modalità server in FILE" -#: agent/gpg-agent.c:197 g10/gpg.c:598 scd/scdaemon.c:145 sm/gpgsm.c:287 -#: dirmngr/dirmngr.c:208 +#: agent/gpg-agent.c:198 g10/gpg.c:599 scd/scdaemon.c:146 sm/gpgsm.c:290 +#: dirmngr/dirmngr.c:209 msgid "Options controlling the configuration" msgstr "Opzioni che controllano la configurazione" -#: agent/gpg-agent.c:200 +#: agent/gpg-agent.c:201 msgid "do not use the SCdaemon" msgstr "non utilizzare il SCdaemon" -#: agent/gpg-agent.c:202 +#: agent/gpg-agent.c:203 msgid "|PGM|use PGM as the SCdaemon program" msgstr "| PGM| utilizzare PGM come programma SCdaemon" -#: agent/gpg-agent.c:204 -#, fuzzy -#| msgid "|PGM|use PGM as the SCdaemon program" +#: agent/gpg-agent.c:205 msgid "|PGM|use PGM as the tpm2daemon program" -msgstr "| PGM| utilizzare PGM come programma SCdaemon" +msgstr "|PGM|utilizzare PGM come programma tpm2daemon" -#: agent/gpg-agent.c:208 +#: agent/gpg-agent.c:209 msgid "|NAME|accept some commands via NAME" msgstr "|NAME|accettare alcuni comandi tramite NAME" -#: agent/gpg-agent.c:212 +#: agent/gpg-agent.c:213 msgid "ignore requests to change the TTY" msgstr "ignorare le richieste di modifica del TTY" -#: agent/gpg-agent.c:214 +#: agent/gpg-agent.c:215 msgid "ignore requests to change the X display" msgstr "ignorare le richieste di modifica della visualizzazione X" -#: agent/gpg-agent.c:215 +#: agent/gpg-agent.c:216 msgid "enable ssh support" msgstr "abilitare il supporto ssh" -#: agent/gpg-agent.c:217 +#: agent/gpg-agent.c:218 msgid "|ALGO|use ALGO to show ssh fingerprints" msgstr "|ALGO|usa ALGO per mostrare le impronte digitali ssh" -#: agent/gpg-agent.c:220 +#: agent/gpg-agent.c:221 msgid "enable putty support" msgstr "abilitare il supporto putty" -#: agent/gpg-agent.c:232 g10/gpg.c:843 scd/scdaemon.c:175 sm/gpgsm.c:379 +#: agent/gpg-agent.c:233 g10/gpg.c:844 scd/scdaemon.c:176 sm/gpgsm.c:382 msgid "Options controlling the security" msgstr "Opzioni che controllano la sicurezza" -#: agent/gpg-agent.c:235 +#: agent/gpg-agent.c:236 msgid "|N|expire cached PINs after N seconds" msgstr "|N|scadenza PIN memorizzati nella cache dopo N secondi" -#: agent/gpg-agent.c:237 +#: agent/gpg-agent.c:238 msgid "|N|expire SSH keys after N seconds" msgstr "|N|Chiavi SSH di N-scadenza dopo N secondi" -#: agent/gpg-agent.c:239 +#: agent/gpg-agent.c:240 msgid "|N|set maximum PIN cache lifetime to N seconds" msgstr "|N|imposta la durata massima della cache del PIN su N secondi" -#: agent/gpg-agent.c:241 +#: agent/gpg-agent.c:242 msgid "|N|set maximum SSH key lifetime to N seconds" msgstr "|N|set durata massima del tasto SSH su N secondi" -#: agent/gpg-agent.c:243 +#: agent/gpg-agent.c:244 msgid "do not use the PIN cache when signing" msgstr "non utilizzare la cache PIN durante la firma" -#: agent/gpg-agent.c:245 +#: agent/gpg-agent.c:246 msgid "disallow the use of an external password cache" msgstr "non consentire l'uso di una cache di password esterna" -#: agent/gpg-agent.c:247 +#: agent/gpg-agent.c:248 msgid "disallow clients to mark keys as \"trusted\"" msgstr "" "non consentire ai client di contrassegnare le chiavi come \"attendibili\"" -#: agent/gpg-agent.c:250 +#: agent/gpg-agent.c:251 msgid "allow presetting passphrase" msgstr "consentire la preimpostazione della passphrase" -#: agent/gpg-agent.c:255 +#: agent/gpg-agent.c:256 msgid "Options enforcing a passphrase policy" msgstr "Opzioni che applicano un criterio di passphrase" -#: agent/gpg-agent.c:258 +#: agent/gpg-agent.c:259 msgid "do not allow bypassing the passphrase policy" msgstr "non consentire l'esclusione dei criteri di passphrase" -#: agent/gpg-agent.c:260 +#: agent/gpg-agent.c:261 msgid "|N|set minimal required length for new passphrases to N" msgstr "|N|Lunghezza minima richiesta per le nuove passphrase su N" -#: agent/gpg-agent.c:262 +#: agent/gpg-agent.c:263 msgid "|N|require at least N non-alpha characters for a new passphrase" msgstr "|N|Per una nuova passphrase è necessario almeno N caratteri non alfa" -#: agent/gpg-agent.c:265 +#: agent/gpg-agent.c:266 msgid "|FILE|check new passphrases against pattern in FILE" msgstr "|FILE||controlla le nuove passphrase rispetto al modello in FILE" -#: agent/gpg-agent.c:267 +#: agent/gpg-agent.c:268 msgid "|N|expire the passphrase after N days" msgstr "| La passphrase dopo N giorni" -#: agent/gpg-agent.c:269 +#: agent/gpg-agent.c:270 msgid "do not allow the reuse of old passphrases" msgstr "non consentono il riutilizzo di vecchie passphrase" -#: agent/gpg-agent.c:272 -#, fuzzy -#| msgid "Options controlling the security" +#: agent/gpg-agent.c:273 msgid "Options controlling the PIN-Entry" -msgstr "Opzioni che controllano la sicurezza" +msgstr "Opzioni che controllano la voce PIN" -#: agent/gpg-agent.c:274 +#: agent/gpg-agent.c:275 msgid "never use the PIN-entry" -msgstr "" +msgstr "non utilizzare mai la voce PIN-Entry" -#: agent/gpg-agent.c:276 +#: agent/gpg-agent.c:277 msgid "disallow caller to override the pinentry" msgstr "non consentire al chiamante di eseguire l'override del pinentry" -#: agent/gpg-agent.c:278 +#: agent/gpg-agent.c:279 msgid "let PIN-Entry grab keyboard and mouse" -msgstr "" +msgstr "lasciare che PIN-Entry prenda la tastiera e mouse" -#: agent/gpg-agent.c:281 +#: agent/gpg-agent.c:282 msgid "|PGM|use PGM as the PIN-Entry program" msgstr "| PGM|utilizzare PGM come programma PIN-Entry" -#: agent/gpg-agent.c:285 +#: agent/gpg-agent.c:286 msgid "|N|set the Pinentry timeout to N seconds" msgstr "|N|Il timeout di Pinentry è impostato su N secondi" -#: agent/gpg-agent.c:287 +#: agent/gpg-agent.c:288 msgid "allow passphrase to be prompted through Emacs" msgstr "consentire la passphrase tramite Emacs" #. TRANSLATORS: @EMAIL@ will get replaced by the actual bug #. reporting address. This is so that we can change the #. reporting address without breaking the translations. -#: agent/gpg-agent.c:550 agent/preset-passphrase.c:99 agent/protect-tool.c:154 -#: g10/gpg.c:1131 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:311 -#: sm/gpgsm.c:609 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:437 +#: agent/gpg-agent.c:551 agent/preset-passphrase.c:99 agent/protect-tool.c:154 +#: g10/gpg.c:1132 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:312 +#: sm/gpgsm.c:612 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:438 #: dirmngr/dirmngr_ldap.c:175 tools/gpg-connect-agent.c:220 tools/gpgconf.c:151 #: tools/gpg-check-pattern.c:143 msgid "Please report bugs to <@EMAIL@>.\n" msgstr "Segnalare i bug a <@EMAIL@>.\n" -#: agent/gpg-agent.c:559 +#: agent/gpg-agent.c:560 msgid "Usage: @GPG_AGENT@ [options] (-h for help)" msgstr "Utilizzo: @GPG_AGENT@ [opzioni] (-h per assistenza)" -#: agent/gpg-agent.c:561 +#: agent/gpg-agent.c:562 msgid "" "Syntax: @GPG_AGENT@ [options] [command [args]]\n" "Secret key management for @GNUPG@\n" @@ -624,125 +615,125 @@ msgstr "" "Sintassi: @GPG_AGENT@ [opzioni] [comando [args]]\n" "Gestione delle chiavi segrete per @GNUPG@\n" -#: agent/gpg-agent.c:606 g10/gpg.c:1336 scd/scdaemon.c:383 sm/gpgsm.c:757 -#: dirmngr/dirmngr.c:521 +#: agent/gpg-agent.c:607 g10/gpg.c:1337 scd/scdaemon.c:384 sm/gpgsm.c:760 +#: dirmngr/dirmngr.c:522 #, c-format msgid "invalid debug-level '%s' given\n" msgstr "'%s' a livello di debug non valido specificato\n" -#: agent/gpg-agent.c:971 g10/gpg.c:3879 g10/gpg.c:3903 sm/gpgsm.c:1736 -#: sm/gpgsm.c:1742 +#: agent/gpg-agent.c:972 g10/gpg.c:3910 g10/gpg.c:3934 sm/gpgsm.c:1769 +#: sm/gpgsm.c:1775 #, c-format msgid "selected digest algorithm is invalid\n" msgstr "l'algoritmo di digest selezionato non è valido\n" -#: agent/gpg-agent.c:1195 agent/gpg-agent.c:2010 g10/gpg.c:2588 -#: scd/scdaemon.c:548 sm/gpgsm.c:1151 dirmngr/dirmngr.c:988 -#: dirmngr/dirmngr.c:1830 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:2019 common/comopt.c:93 +#: g10/gpg.c:2591 scd/scdaemon.c:549 sm/gpgsm.c:1155 dirmngr/dirmngr.c:989 +#: dirmngr/dirmngr.c:1840 #, c-format msgid "reading options from '%s'\n" msgstr "opzioni di lettura da '%s'\n" -#: agent/gpg-agent.c:1327 g10/gpg.c:3830 scd/scdaemon.c:675 sm/gpgsm.c:1676 -#: dirmngr/dirmngr.c:1099 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 +#: agent/gpg-agent.c:1335 g10/gpg.c:3861 scd/scdaemon.c:687 sm/gpgsm.c:1709 +#: dirmngr/dirmngr.c:1108 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 #, c-format msgid "Note: '%s' is not considered an option\n" msgstr "Nota: '%s' non è considerato un'opzione\n" -#: agent/gpg-agent.c:2146 scd/scdaemon.c:1096 dirmngr/dirmngr.c:1258 +#: agent/gpg-agent.c:2172 scd/scdaemon.c:1108 dirmngr/dirmngr.c:1267 #, c-format msgid "can't create socket: %s\n" msgstr "impossibile creare il socket: %s\n" -#: agent/gpg-agent.c:2163 scd/scdaemon.c:1109 dirmngr/dirmngr.c:1271 +#: agent/gpg-agent.c:2189 scd/scdaemon.c:1121 dirmngr/dirmngr.c:1280 #, c-format msgid "socket name '%s' is too long\n" msgstr "il nome socket '%s' è troppo lungo\n" -#: agent/gpg-agent.c:2202 +#: agent/gpg-agent.c:2228 #, c-format msgid "a gpg-agent is already running - not starting a new one\n" msgstr "un gpg-agent è già in esecuzione - non iniziare uno nuovo\n" -#: agent/gpg-agent.c:2213 scd/scdaemon.c:1133 dirmngr/dirmngr.c:1303 +#: agent/gpg-agent.c:2239 scd/scdaemon.c:1145 dirmngr/dirmngr.c:1312 #, c-format msgid "error getting nonce for the socket\n" msgstr "errore durante il recupero di un errore per il socket\n" -#: agent/gpg-agent.c:2218 scd/scdaemon.c:1136 dirmngr/dirmngr.c:1306 +#: agent/gpg-agent.c:2244 scd/scdaemon.c:1148 dirmngr/dirmngr.c:1315 #, c-format msgid "error binding socket to '%s': %s\n" msgstr "errore durante l'associazione del socket a '%s': %s\n" -#: agent/gpg-agent.c:2229 agent/gpg-agent.c:2269 agent/gpg-agent.c:2278 -#: scd/scdaemon.c:1144 dirmngr/dirmngr.c:1315 +#: agent/gpg-agent.c:2255 agent/gpg-agent.c:2295 agent/gpg-agent.c:2304 +#: scd/scdaemon.c:1156 dirmngr/dirmngr.c:1324 #, c-format msgid "can't set permissions of '%s': %s\n" msgstr "impossibile impostare le autorizzazioni di '%s': %s\n" -#: agent/gpg-agent.c:2243 scd/scdaemon.c:1156 dirmngr/dirmngr.c:1327 +#: agent/gpg-agent.c:2269 scd/scdaemon.c:1168 dirmngr/dirmngr.c:1336 #, c-format msgid "listening on socket '%s'\n" msgstr "ascolto sul socket '%s'\n" -#: agent/gpg-agent.c:2263 agent/gpg-agent.c:2316 common/homedir.c:517 +#: agent/gpg-agent.c:2289 agent/gpg-agent.c:2342 common/homedir.c:517 #: g10/openfile.c:399 g10/photoid.c:379 #, c-format msgid "can't create directory '%s': %s\n" msgstr "impossibile creare la directory '%s': %s\n" -#: agent/gpg-agent.c:2266 agent/gpg-agent.c:2321 common/homedir.c:520 +#: agent/gpg-agent.c:2292 agent/gpg-agent.c:2347 common/homedir.c:520 #: g10/openfile.c:402 #, c-format msgid "directory '%s' created\n" msgstr "directory '%s' creata\n" -#: agent/gpg-agent.c:2327 +#: agent/gpg-agent.c:2353 #, c-format msgid "stat() failed for '%s': %s\n" msgstr "stat() non riuscito per '%s': %s\n" -#: agent/gpg-agent.c:2331 +#: agent/gpg-agent.c:2357 #, c-format msgid "can't use '%s' as home directory\n" msgstr "impossibile utilizzare '%s' come home directory\n" -#: agent/gpg-agent.c:2486 scd/scdaemon.c:1172 dirmngr/dirmngr.c:2042 +#: agent/gpg-agent.c:2512 scd/scdaemon.c:1184 dirmngr/dirmngr.c:2069 #, c-format msgid "error reading nonce on fd %d: %s\n" msgstr "errore durante la lettura del nonce su fd %d: %s\n" -#: agent/gpg-agent.c:2693 +#: agent/gpg-agent.c:2719 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "gestore 0x%lx per fd %d avviato\n" -#: agent/gpg-agent.c:2698 +#: agent/gpg-agent.c:2724 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "gestore 0x%lx per fd %d terminato\n" -#: agent/gpg-agent.c:2773 +#: agent/gpg-agent.c:2799 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "gestore ssh 0x%lx per fd %d avviato\n" -#: agent/gpg-agent.c:2778 +#: agent/gpg-agent.c:2804 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "gestore ssh 0x%lx per fd %d terminato\n" -#: agent/gpg-agent.c:3000 scd/scdaemon.c:1362 dirmngr/dirmngr.c:2256 +#: agent/gpg-agent.c:3026 scd/scdaemon.c:1374 dirmngr/dirmngr.c:2283 #, c-format msgid "npth_pselect failed: %s - waiting 1s\n" msgstr "npth_pselect non riuscito: %s - 1s in attesa\n" -#: agent/gpg-agent.c:3088 scd/scdaemon.c:1427 +#: agent/gpg-agent.c:3114 scd/scdaemon.c:1439 #, c-format msgid "%s %s stopped\n" msgstr "%s %s arrestato\n" -#: agent/gpg-agent.c:3226 common/simple-pwquery.c:247 g10/call-agent.c:260 +#: agent/gpg-agent.c:3252 common/simple-pwquery.c:247 g10/call-agent.c:260 #: sm/call-agent.c:131 tools/gpg-connect-agent.c:2319 tools/card-call-scd.c:311 #, c-format msgid "no gpg-agent running in this session\n" @@ -768,8 +759,8 @@ msgstr "" "Sintassi: gpg-preset-passphrase [opzioni] KEYGRIP\n" "Manutenzione della cache delle password\n" -#: agent/protect-tool.c:107 g10/gpg.c:447 kbx/kbxutil.c:72 sm/gpgsm.c:213 -#: dirmngr/dirmngr.c:167 tools/gpgconf.c:81 +#: agent/protect-tool.c:107 g10/gpg.c:448 kbx/kbxutil.c:72 sm/gpgsm.c:215 +#: dirmngr/dirmngr.c:168 tools/gpgconf.c:81 msgid "" "@Commands:\n" " " @@ -1029,7 +1020,7 @@ msgid "error creating a stream for a pipe: %s\n" msgstr "errore durante la creazione di un flusso per una pipe: %s\n" #: common/exechelp-posix.c:505 common/exechelp-posix.c:580 -#: common/exechelp-posix.c:861 dirmngr/dirmngr.c:1345 +#: common/exechelp-posix.c:866 dirmngr/dirmngr.c:1354 #, c-format msgid "error forking process: %s\n" msgstr "errore durante il processo di forking: %s\n" @@ -1039,23 +1030,23 @@ msgstr "errore durante il processo di forking: %s\n" msgid "waiting for process %d to terminate failed: %s\n" msgstr "in attesa della terminazione del processo %d non riuscita: %s\n" -#: common/exechelp-posix.c:688 common/exechelp-posix.c:804 +#: common/exechelp-posix.c:688 common/exechelp-posix.c:809 #, c-format msgid "error running '%s': probably not installed\n" msgstr "errore durante l'esecuzione di '%s': probabilmente non installato\n" -#: common/exechelp-posix.c:694 common/exechelp-posix.c:811 +#: common/exechelp-posix.c:694 common/exechelp-posix.c:816 #: common/exechelp-w32.c:839 common/exechelp-w32ce.c:782 #, c-format msgid "error running '%s': exit status %d\n" msgstr "errore durante l'esecuzione di '%s': stato di uscita %d\n" -#: common/exechelp-posix.c:702 common/exechelp-posix.c:819 +#: common/exechelp-posix.c:702 common/exechelp-posix.c:824 #, c-format msgid "error running '%s': terminated\n" msgstr "errore durante l'esecuzione di '%s': terminato\n" -#: common/exechelp-posix.c:760 common/exechelp-w32.c:820 +#: common/exechelp-posix.c:765 common/exechelp-w32.c:820 #, c-format msgid "waiting for processes to terminate failed: %s\n" msgstr "attesa della terminazione dei processi non riuscita: %s\n" @@ -1101,7 +1092,7 @@ msgid "renaming '%s' to '%s' failed: %s\n" msgstr "ridenominazione di '%s' in '%s' non riuscita: %s\n" #. TRANSLATORS: See doc/TRANSLATE about this string. -#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3081 +#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3082 msgid "yes" msgstr "sì" @@ -1157,7 +1148,7 @@ msgid "out of core while allocating %lu bytes" msgstr "fuori dal core durante l'allocazione di %lu byte" #: common/miscellaneous.c:115 g10/card-util.c:917 tools/no-libgcrypt.c:30 -#: tools/gpg-card.c:415 +#: tools/gpg-card.c:416 #, c-format msgid "error allocating enough memory: %s\n" msgstr "errore durante l'allocazione di memoria sufficiente: %s\n" @@ -1178,52 +1169,44 @@ msgid "unknown debug flag '%s' ignored\n" msgstr "flag di debug sconosciuto '%s' ignorato\n" #: common/asshelp.c:348 -#, fuzzy, c-format -#| msgid "waiting for the %s to come up ... (%ds)\n" +#, c-format msgid "waiting for the dirmngr to come up ... (%ds)\n" -msgstr "in attesa che venga in corso il %s... (%ds)\n" +msgstr "in attesa che il dirmngr venga fuori ... (%ds)\n" #: common/asshelp.c:350 -#, fuzzy, c-format -#| msgid "waiting for the %s to come up ... (%ds)\n" +#, c-format msgid "waiting for the keyboxd to come up ... (%ds)\n" -msgstr "in attesa che venga in corso il %s... (%ds)\n" +msgstr "in attesa che il keyboxd venga fuori ... (%ds)\n" #: common/asshelp.c:351 -#, fuzzy, c-format -#| msgid "waiting for the %s to come up ... (%ds)\n" +#, c-format msgid "waiting for the agent to come up ... (%ds)\n" -msgstr "in attesa che venga in corso il %s... (%ds)\n" +msgstr "in attesa che l'agente venga su ... (%ds)\n" #: common/asshelp.c:364 -#, fuzzy, c-format -#| msgid "connection to %s established\n" +#, c-format msgid "connection to the dirmngr established\n" -msgstr "connessione a %s stabilita\n" +msgstr "connessione al dirmngr stabilito\n" #: common/asshelp.c:366 -#, fuzzy, c-format -#| msgid "connection to %s established\n" +#, c-format msgid "connection to the keyboxd established\n" -msgstr "connessione a %s stabilita\n" +msgstr "connessione alla cassetta delle chiavi stabilita\n" #: common/asshelp.c:367 -#, fuzzy, c-format -#| msgid "connection to %s established\n" +#, c-format msgid "connection to the agent established\n" -msgstr "connessione a %s stabilita\n" +msgstr "collegamento con l'agente stabilito\n" #: common/asshelp.c:485 -#, fuzzy, c-format -#| msgid "no running Dirmngr - starting '%s'\n" +#, c-format msgid "no running %s - starting '%s'\n" -msgstr "nessun Dirmngr in esecuzione - avvio di '%s'\n" +msgstr "nessuna corsa %s - a partire da '%s'\n" #: common/asshelp.c:588 -#, fuzzy, c-format -#| msgid "connection to agent is in restricted mode\n" +#, c-format msgid "connection to the agent is in restricted mode\n" -msgstr "connessione all'agente è in modalità limitata\n" +msgstr "la connessione all'agente è in modalità con restrizioni\n" #: common/asshelp.c:725 #, c-format @@ -1235,7 +1218,7 @@ msgstr "errore durante il recupero della versione da '%s': %s\n" msgid "server '%s' is older than us (%s < %s)" msgstr "il server '%s' è precedente a noi (%s < %s)" -#: common/asshelp.c:737 g10/call-dirmngr.c:407 +#: common/asshelp.c:737 g10/call-dirmngr.c:408 #, c-format msgid "WARNING: %s\n" msgstr "AVVISO: %s\n" @@ -1448,22 +1431,24 @@ msgstr "carattere radix64 non valido %02x ignorato\n" #: common/ttyio.c:433 #, c-format msgid "Sorry, we are in batchmode - can't get input\n" -msgstr "" +msgstr "Siamo in modalità batch- non è possibile ottenere l'input\n" #: common/ttyio.c:439 #, c-format msgid "Sorry, no terminal at all requested - can't get input\n" msgstr "" +"Siamo spiacenti, nessun terminale richiesto - non è possibile ottenere " +"l'input\n" #: common/ttyio.c:474 common/ttyio.c:484 #, c-format msgid "too many errors; giving up\n" -msgstr "" +msgstr "troppi errori; rinunciando\n" #: common/ttyio.c:536 #, c-format msgid "Control-D detected\n" -msgstr "" +msgstr "Controllo-D rilevato\n" #: common/utf8conv.c:123 #, c-format @@ -1514,8 +1499,8 @@ msgstr "blocco '%s' non effettuato: %s\n" msgid "waiting for lock %s...\n" msgstr "attesa del blocco %s...\n" -#: common/init.c:191 sm/gpgsm.c:1032 dirmngr/dirmngr.c:894 -#: dirmngr/dirmngr.c:903 +#: common/init.c:191 sm/gpgsm.c:1036 dirmngr/dirmngr.c:895 +#: dirmngr/dirmngr.c:904 #, c-format msgid "%s is too old (need %s, have %s)\n" msgstr "%s è troppo vecchio (è necessario %s, con %s)\n" @@ -1578,7 +1563,7 @@ msgstr "eof prematura (nel CRC)\n" #: g10/armor.c:1080 #, c-format msgid "malformed CRC\n" -msgstr "CRC malformato\n" +msgstr "malformato CRC\n" #: g10/armor.c:1084 #, c-format @@ -1674,10 +1659,9 @@ msgid "%s is not compliant with %s mode\n" msgstr "%s non è conforme alla modalità %s\n" #: g10/call-agent.c:1081 -#, fuzzy, c-format -#| msgid "error reading from %s: %s\n" +#, c-format msgid "error from TPM: %s\n" -msgstr "errore durante la lettura da %s: %s\n" +msgstr "errore da TPM: %s\n" #: g10/call-agent.c:2123 g10/passphrase.c:225 g10/passphrase.c:258 #: tools/card-call-scd.c:1751 @@ -1685,52 +1669,53 @@ msgstr "errore durante la lettura da %s: %s\n" msgid "problem with the agent: %s\n" msgstr "problema con l'agente: %s\n" -#: g10/call-dirmngr.c:178 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 +#: g10/call-dirmngr.c:179 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 #, c-format msgid "no dirmngr running in this session\n" msgstr "nessun dirmngr in esecuzione in questa sessione\n" -#: g10/call-dirmngr.c:212 -#, fuzzy, c-format -#| msgid "keyserver option \"%s\" may not be used in %s mode\n" +#: g10/call-dirmngr.c:213 +#, c-format msgid "keyserver option \"honor-keyserver-url\" may not be used in Tor mode\n" -msgstr "l'opzione keyserver \"%s\" non può essere utilizzata in modalità %s\n" +msgstr "" +"l'opzione keyserver \"honor-keyserver-url\" non può essere utilizzata in " +"modalità Tor\n" -#: g10/call-dirmngr.c:385 +#: g10/call-dirmngr.c:386 msgid "WKD uses a cached result" msgstr "WKD utilizza un risultato memorizzato nella cache" -#: g10/call-dirmngr.c:388 +#: g10/call-dirmngr.c:389 msgid "Tor is not running" msgstr "Tor non è in esecuzione" -#: g10/call-dirmngr.c:390 +#: g10/call-dirmngr.c:391 msgid "Tor is not properly configured" msgstr "Tor non è configurato correttamente" -#: g10/call-dirmngr.c:392 +#: g10/call-dirmngr.c:393 msgid "DNS is not properly configured" msgstr "DNS non è configurato correttamente" -#: g10/call-dirmngr.c:394 +#: g10/call-dirmngr.c:395 msgid "unacceptable HTTP redirect from server" msgstr "reindirizzamento HTTP inaccettabile dal server" -#: g10/call-dirmngr.c:396 +#: g10/call-dirmngr.c:397 msgid "unacceptable HTTP redirect from server was cleaned up" msgstr "il reindirizzamento HTTP dal server è stato pulito" -#: g10/call-dirmngr.c:398 +#: g10/call-dirmngr.c:399 msgid "server uses an invalid certificate" msgstr "server utilizza un certificato non valido" -#: g10/call-dirmngr.c:405 g10/gpg.c:4568 +#: g10/call-dirmngr.c:406 g10/gpg.c:4599 #, c-format msgid "Note: %s\n" msgstr "Nota: %s\n" #: g10/card-util.c:86 g10/card-util.c:369 g10/card-util.c:1924 -#: tools/gpg-card.c:3038 +#: tools/gpg-card.c:3039 #, c-format msgid "OpenPGP card not available: %s\n" msgstr "Scheda OpenPGP non disponibile: %s\n" @@ -1741,17 +1726,17 @@ msgid "OpenPGP card no. %s detected\n" msgstr "Scheda OpenPGP n. %s rilevata\n" #: g10/card-util.c:97 g10/card-util.c:2309 g10/delkey.c:164 g10/keyedit.c:1428 -#: g10/keygen.c:4771 g10/revoke.c:214 g10/revoke.c:638 +#: g10/keygen.c:4791 g10/revoke.c:214 g10/revoke.c:638 #, c-format msgid "can't do this in batch mode\n" msgstr "impossibile eseguire questa operazione in modalità batch\n" -#: g10/card-util.c:105 tools/gpg-card.c:2942 +#: g10/card-util.c:105 tools/gpg-card.c:2943 #, c-format msgid "This command is only available for version 2 cards\n" msgstr "Questo comando è disponibile solo per le schede della versione 2\n" -#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2947 +#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2948 #, c-format msgid "Reset Code not or not anymore available\n" msgstr "Reimposta codice non più disponibile o meno\n" @@ -1760,109 +1745,109 @@ msgstr "Reimposta codice non più disponibile o meno\n" #: g10/card-util.c:1802 g10/keyedit.c:394 g10/keyedit.c:415 g10/keyedit.c:429 #: g10/keygen.c:1991 g10/keygen.c:2165 g10/keygen.c:2385 g10/keygen.c:2685 #: sm/certreqgen-ui.c:166 sm/certreqgen-ui.c:292 sm/certreqgen-ui.c:326 -#: tools/gpg-card.c:509 +#: tools/gpg-card.c:510 msgid "Your selection? " msgstr "Cosa scegli? " -#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:595 -#: tools/gpg-card.c:635 +#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:596 +#: tools/gpg-card.c:636 msgid "[not set]" msgstr "[non impostato]" -#: g10/card-util.c:558 tools/gpg-card.c:902 +#: g10/card-util.c:558 tools/gpg-card.c:903 msgid "Mr." msgstr "Sig." -#: g10/card-util.c:559 tools/gpg-card.c:903 +#: g10/card-util.c:559 tools/gpg-card.c:904 msgid "Ms." msgstr "Sig.ra." -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 msgid "not forced" msgstr "non forzato" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 msgid "forced" msgstr "costretto" -#: g10/card-util.c:768 tools/gpg-card.c:1467 +#: g10/card-util.c:768 tools/gpg-card.c:1468 msgid "Error: Only plain ASCII is currently allowed.\n" msgstr "Errore: al momento è consentito solo ASCII semplice.\n" -#: g10/card-util.c:770 tools/gpg-card.c:1469 +#: g10/card-util.c:770 tools/gpg-card.c:1470 msgid "Error: The \"<\" character may not be used.\n" msgstr "Errore: il carattere \"<\" non può essere utilizzato.\n" -#: g10/card-util.c:772 tools/gpg-card.c:1471 +#: g10/card-util.c:772 tools/gpg-card.c:1472 msgid "Error: Double spaces are not allowed.\n" msgstr "Errore: gli spazi doppi non sono consentiti.\n" -#: g10/card-util.c:789 tools/gpg-card.c:1504 +#: g10/card-util.c:789 tools/gpg-card.c:1505 msgid "Cardholder's surname: " msgstr "Cognome del titolare della carta: " -#: g10/card-util.c:791 tools/gpg-card.c:1505 +#: g10/card-util.c:791 tools/gpg-card.c:1506 msgid "Cardholder's given name: " msgstr "Nome del titolare della carta: " -#: g10/card-util.c:809 tools/gpg-card.c:1522 +#: g10/card-util.c:809 tools/gpg-card.c:1523 #, c-format msgid "Error: Combined name too long (limit is %d characters).\n" msgstr "Errore: nome combinato troppo lungo (limite è di %d caratteri).\n" -#: g10/card-util.c:830 tools/gpg-card.c:1560 +#: g10/card-util.c:830 tools/gpg-card.c:1561 msgid "URL to retrieve public key: " msgstr "URL per recuperare la chiave pubblica: " -#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:394 g10/import.c:744 -#: g10/import.c:803 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 -#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1657 -#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:425 +#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:406 g10/import.c:756 +#: g10/import.c:815 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 +#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1666 +#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:426 #, c-format msgid "error reading '%s': %s\n" msgstr "errore durante la lettura di '%s': %s\n" #: g10/card-util.c:959 g10/decrypt-data.c:498 g10/export.c:2496 -#: dirmngr/crlcache.c:925 tools/gpg-card.c:485 tools/gpg-card.c:492 +#: dirmngr/crlcache.c:925 tools/gpg-card.c:486 tools/gpg-card.c:493 #, c-format msgid "error writing '%s': %s\n" msgstr "errore durante la scrittura di '%s': %s\n" -#: g10/card-util.c:986 tools/gpg-card.c:1649 +#: g10/card-util.c:986 tools/gpg-card.c:1650 msgid "Login data (account name): " msgstr "Dati di accesso (nome account): " -#: g10/card-util.c:1024 tools/gpg-card.c:1944 +#: g10/card-util.c:1024 tools/gpg-card.c:1945 msgid "Private DO data: " msgstr "Dati DO privati: " -#: g10/card-util.c:1109 tools/gpg-card.c:1698 +#: g10/card-util.c:1109 tools/gpg-card.c:1699 msgid "Language preferences: " msgstr "Preferenze lingua: " -#: g10/card-util.c:1117 tools/gpg-card.c:1709 +#: g10/card-util.c:1117 tools/gpg-card.c:1710 #, c-format msgid "Error: invalid length of preference string.\n" msgstr "Errore: lunghezza della stringa di preferenza non valida.\n" -#: g10/card-util.c:1126 tools/gpg-card.c:1718 +#: g10/card-util.c:1126 tools/gpg-card.c:1719 #, c-format msgid "Error: invalid characters in preference string.\n" msgstr "Errore: caratteri non validi nella stringa di preferenza.\n" -#: g10/card-util.c:1148 tools/gpg-card.c:1752 +#: g10/card-util.c:1148 tools/gpg-card.c:1753 msgid "Salutation (M = Mr., F = Ms., or space): " msgstr "Salutazione (M - Mr., F - Ms., o spazio): " -#: g10/card-util.c:1162 tools/gpg-card.c:1769 +#: g10/card-util.c:1162 tools/gpg-card.c:1770 msgid "Error: invalid response.\n" msgstr "|FPR|Risposta OCSP firmata da FPR\n" -#: g10/card-util.c:1185 tools/gpg-card.c:1834 +#: g10/card-util.c:1185 tools/gpg-card.c:1835 msgid "CA fingerprint: " msgstr "Impronta digitale CA: " -#: g10/card-util.c:1209 tools/gpg-card.c:1860 +#: g10/card-util.c:1209 tools/gpg-card.c:1861 #, c-format msgid "Error: invalid formatted fingerprint.\n" msgstr "Errore: impronta digitale formattata non valida.\n" @@ -1876,7 +1861,7 @@ msgstr "operazione chiave non possibile: %s\n" msgid "not an OpenPGP card" msgstr "non una scheda OpenPGP" -#: g10/card-util.c:1273 g10/keygen.c:4791 g10/keygen.c:5952 +#: g10/card-util.c:1273 g10/keygen.c:4811 g10/keygen.c:5972 #, c-format msgid "error getting current key info: %s\n" msgstr "" @@ -1886,23 +1871,18 @@ msgstr "" msgid "Replace existing key? (y/N) " msgstr "Sostituire la chiave esistente? (y/N) " -#: g10/card-util.c:1375 tools/gpg-card.c:3327 -#, fuzzy -#| msgid "" -#| "Note: There is no guarantee that the card supports the requested size.\n" -#| " If the key generation does not succeed, please check the\n" -#| " documentation of your card to see what sizes are allowed.\n" +#: g10/card-util.c:1375 tools/gpg-card.c:3328 msgid "" "Note: There is no guarantee that the card supports the requested\n" " key type or size. If the key generation does not succeed,\n" " please check the documentation of your card to see which\n" " key types and sizes are supported.\n" msgstr "" -"Nota: non vi è alcuna garanzia che la carta supporti la dimensione " -"richiesta.\n" -" Se la generazione della chiave non riesce,\n" -" documentazione della carta per vedere quali dimensioni sono " -"consentite.\n" +"Nota: non vi è alcuna garanzia che la scheda supporti\n" +" tipo o dimensione della chiave. Se la generazione delle chiavi non ha " +"esito positivo,\n" +" Controllare la documentazione della scheda per vedere quale\n" +" sono supportati i tipi e le dimensioni chiave.\n" #: g10/card-util.c:1396 g10/keygen.c:2570 sm/certreqgen-ui.c:180 #, c-format @@ -1982,13 +1962,13 @@ msgid "error getting card info: %s\n" msgstr "errore durante il recupero delle informazioni sulla scheda: %s\n" #: g10/card-util.c:1591 g10/card-util.c:1936 g10/card-util.c:2112 -#: g10/card-util.c:2171 tools/gpg-card.c:3056 tools/gpg-card.c:3295 -#: tools/gpg-card.c:3353 +#: g10/card-util.c:2171 tools/gpg-card.c:3057 tools/gpg-card.c:3296 +#: tools/gpg-card.c:3354 #, c-format msgid "This command is not supported by this card\n" msgstr "Questo comando non è supportato da questa scheda\n" -#: g10/card-util.c:1637 tools/gpg-card.c:2425 +#: g10/card-util.c:1637 tools/gpg-card.c:2426 msgid "Make off-card backup of encryption key? (Y/n) " msgstr "Eseguire il backup off-card della chiave di crittografia? (Y/n) " @@ -1997,11 +1977,11 @@ msgstr "Eseguire il backup off-card della chiave di crittografia? (Y/n) " msgid "Note: keys are already stored on the card!\n" msgstr "Nota: le chiavi sono già memorizzate sulla scheda!\n" -#: g10/card-util.c:1654 tools/gpg-card.c:2397 +#: g10/card-util.c:1654 tools/gpg-card.c:2398 msgid "Replace existing keys? (y/N) " msgstr "Sostituire le chiavi esistenti? (y/N) " -#: g10/card-util.c:1666 tools/gpg-card.c:2456 +#: g10/card-util.c:1666 tools/gpg-card.c:2457 #, c-format msgid "" "Please note that the factory settings of the PINs are\n" @@ -2037,17 +2017,17 @@ msgstr "Si prega di selezionare dove memorizzare la chiave:\n" msgid "KEYTOCARD failed: %s\n" msgstr "KEYTOCARD non riuscito: %s\n" -#: g10/card-util.c:1941 tools/gpg-card.c:3064 +#: g10/card-util.c:1941 tools/gpg-card.c:3065 #, c-format msgid "Note: This command destroys all keys stored on the card!\n" msgstr "" "Nota: Questo comando distrugge tutti i tasti memorizzati sulla scheda!\n" -#: g10/card-util.c:1944 tools/gpg-card.c:3067 tools/gpg-card.c:3408 +#: g10/card-util.c:1944 tools/gpg-card.c:3068 tools/gpg-card.c:3409 msgid "Continue? (y/N) " msgstr "Continuare? (Y/n) " -#: g10/card-util.c:1949 tools/gpg-card.c:3078 +#: g10/card-util.c:1949 tools/gpg-card.c:3079 msgid "Really do a factory reset? (enter \"yes\") " msgstr "Fare davvero un reset di fabbrica? (immettere \"sì\") " @@ -2057,12 +2037,11 @@ msgid "error for setup KDF: %s\n" msgstr "errore per l'installazione KDF: %s\n" #: g10/card-util.c:2188 -#, fuzzy, c-format -#| msgid "error for setup KDF: %s\n" +#, c-format msgid "error for setup UIF: %s\n" -msgstr "errore per l'installazione KDF: %s\n" +msgstr "errore per l'installazione UIF: %s\n" -#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3648 +#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3649 msgid "quit this menu" msgstr "abbandona questo menù" @@ -2070,83 +2049,79 @@ msgstr "abbandona questo menù" msgid "show admin commands" msgstr "mostra comandi di amministrazione" -#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3651 +#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3652 msgid "show this help" msgstr "mostra questo aiuto" -#: g10/card-util.c:2217 tools/gpg-card.c:3653 +#: g10/card-util.c:2217 tools/gpg-card.c:3654 msgid "list all available data" msgstr "elencare tutti i dati disponibili" -#: g10/card-util.c:2220 tools/gpg-card.c:3655 +#: g10/card-util.c:2220 tools/gpg-card.c:3656 msgid "change card holder's name" msgstr "cambiare il nome del titolare della carta" -#: g10/card-util.c:2221 tools/gpg-card.c:3656 +#: g10/card-util.c:2221 tools/gpg-card.c:3657 msgid "change URL to retrieve key" msgstr "modificare l'URL per recuperare la chiave" -#: g10/card-util.c:2222 tools/gpg-card.c:3657 +#: g10/card-util.c:2222 tools/gpg-card.c:3658 msgid "fetch the key specified in the card URL" msgstr "recuperare la chiave specificata nell'URL della scheda" -#: g10/card-util.c:2223 tools/gpg-card.c:3658 +#: g10/card-util.c:2223 tools/gpg-card.c:3659 msgid "change the login name" msgstr "modificare il nome di accesso" -#: g10/card-util.c:2224 tools/gpg-card.c:3659 +#: g10/card-util.c:2224 tools/gpg-card.c:3660 msgid "change the language preferences" msgstr "modificare le preferenze della lingua" -#: g10/card-util.c:2225 tools/gpg-card.c:3660 +#: g10/card-util.c:2225 tools/gpg-card.c:3661 msgid "change card holder's salutation" msgstr "cambiare il saluto del titolare della carta" -#: g10/card-util.c:2227 tools/gpg-card.c:3662 +#: g10/card-util.c:2227 tools/gpg-card.c:3663 msgid "change a CA fingerprint" msgstr "modificare un'impronta digitale CA" -#: g10/card-util.c:2228 tools/gpg-card.c:3663 +#: g10/card-util.c:2228 tools/gpg-card.c:3664 msgid "toggle the signature force PIN flag" msgstr "attivare/disattivare il flag PIN di forza della firma" -#: g10/card-util.c:2229 tools/gpg-card.c:3664 +#: g10/card-util.c:2229 tools/gpg-card.c:3665 msgid "generate new keys" msgstr "genera nuove chiavi" -#: g10/card-util.c:2230 tools/gpg-card.c:3665 +#: g10/card-util.c:2230 tools/gpg-card.c:3666 msgid "menu to change or unblock the PIN" msgstr "per modificare o sbloccare il PIN" -#: g10/card-util.c:2231 tools/gpg-card.c:3666 +#: g10/card-util.c:2231 tools/gpg-card.c:3667 msgid "verify the PIN and list all data" msgstr "verificare il PIN ed elencare tutti i dati" -#: g10/card-util.c:2232 tools/gpg-card.c:3667 +#: g10/card-util.c:2232 tools/gpg-card.c:3668 msgid "unblock the PIN using a Reset Code" msgstr "sbloccare il PIN utilizzando un codice di ripristino" -#: g10/card-util.c:2233 tools/gpg-card.c:3671 +#: g10/card-util.c:2233 tools/gpg-card.c:3672 msgid "destroy all keys and data" msgstr "distruggere tutte le chiavi e i dati" #: g10/card-util.c:2235 -#, fuzzy -#| msgid "setup KDF for PIN authentication" msgid "setup KDF for PIN authentication (on/single/off)" -msgstr "configurazione KDF per l'autenticazione PIN" +msgstr "installazione KDF per l'autenticazione PIN (on/single/off)" #: g10/card-util.c:2236 msgid "change the key attribute" msgstr "modificare l'attributo chiave" -#: g10/card-util.c:2237 tools/gpg-card.c:3673 -#, fuzzy -#| msgid "change the ownertrust" +#: g10/card-util.c:2237 tools/gpg-card.c:3674 msgid "change the User Interaction Flag" -msgstr "cambia il valore di fiducia" +msgstr "modificare il contrassegno interazione utente" -#: g10/card-util.c:2361 tools/gpg-card.c:3923 +#: g10/card-util.c:2361 tools/gpg-card.c:3924 msgid "gpg/card> " msgstr "gpg/card> " @@ -2162,8 +2137,8 @@ msgstr "I comandi di amministrazione sono consentiti\n" msgid "Admin commands are not allowed\n" msgstr "I comandi di amministrazione non sono consentiti\n" -#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3813 -#: tools/gpg-card.c:4071 +#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3814 +#: tools/gpg-card.c:4072 #, c-format msgid "Invalid command (try \"help\")\n" msgstr "Comando non valido (prova \"help\")\n" @@ -2173,21 +2148,21 @@ msgstr "Comando non valido (prova \"help\")\n" msgid "--output doesn't work for this command\n" msgstr "--output non funziona con questo comando\n" -#: g10/decrypt.c:247 g10/gpg.c:5262 g10/keyring.c:399 g10/keyring.c:750 +#: g10/decrypt.c:247 g10/gpg.c:5293 g10/keyring.c:399 g10/keyring.c:750 #, c-format msgid "can't open '%s'\n" msgstr "impossibile aprire '%s'\n" #: g10/delkey.c:81 g10/export.c:1934 g10/export.c:2342 g10/export.c:2463 -#: g10/getkey.c:1907 g10/gpg.c:5207 g10/keyedit.c:1450 g10/keyedit.c:2382 -#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1238 +#: g10/getkey.c:1907 g10/gpg.c:5238 g10/keyedit.c:1450 g10/keyedit.c:2382 +#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1240 #: g10/revoke.c:230 g10/tofu.c:2168 #, c-format msgid "key \"%s\" not found: %s\n" msgstr "chiave \"%s\" non trovata: %s\n" -#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4303 -#: g10/gpg.c:5216 g10/keyedit.c:2354 g10/keyserver.c:1256 g10/revoke.c:236 +#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4330 +#: g10/gpg.c:5247 g10/keyedit.c:2354 g10/keyserver.c:1258 g10/revoke.c:236 #: g10/revoke.c:665 g10/tofu.c:2176 #, c-format msgid "error reading keyblock: %s\n" @@ -2289,10 +2264,9 @@ msgstr "" "impossibile usare un pacchetto ESK simmetrico a causa della modalità S2K\n" #: g10/encrypt.c:370 -#, fuzzy, c-format -#| msgid "using cipher %s\n" +#, c-format msgid "using cipher %s.%s\n" -msgstr "uso il cifrario %s\n" +msgstr "utilizzando il cifrario %s.%s\n" #: g10/encrypt.c:382 g10/encrypt.c:869 #, c-format @@ -2305,26 +2279,25 @@ msgid "WARNING: '%s' is an empty file\n" msgstr "AVVISO: '%s' è un file vuoto\n" #: g10/encrypt.c:544 g10/encrypt.c:795 -#, fuzzy, c-format -#| msgid "cipher algorithm '%s' may not be used in %s mode\n" +#, c-format msgid "cipher algorithm '%s' may not be used for encryption\n" msgstr "" -"l'algoritmo di crittografia '%s' non può essere utilizzato in modalità %s\n" +"l'algoritmo di cifratura '%s' non può essere utilizzato per la crittografia\n" #: g10/encrypt.c:547 g10/encrypt.c:798 g10/misc.c:400 #, c-format msgid "(use option \"%s\" to override)\n" -msgstr "" +msgstr "(utilizzare l'opzione \"%s\" per ignorare)\n" -#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4052 -#: g10/gpg.c:4099 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1760 +#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4083 +#: g10/gpg.c:4130 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1793 #, c-format msgid "cipher algorithm '%s' may not be used in %s mode\n" msgstr "" "l'algoritmo di crittografia '%s' non può essere utilizzato in modalità %s\n" -#: g10/encrypt.c:564 g10/gpg.c:4064 g10/gpg.c:4111 g10/sig-check.c:155 -#: g10/sign.c:452 sm/gpgsm.c:1770 sm/gpgsm.c:1780 sm/sign.c:596 sm/verify.c:510 +#: g10/encrypt.c:564 g10/gpg.c:4095 g10/gpg.c:4142 g10/sig-check.c:155 +#: g10/sign.c:452 sm/gpgsm.c:1803 sm/gpgsm.c:1813 sm/sign.c:596 sm/verify.c:510 #, c-format msgid "digest algorithm '%s' may not be used in %s mode\n" msgstr "l'algoritmo digest '%s' non può essere utilizzato in modalità %s\n" @@ -2364,10 +2337,9 @@ msgstr "" "del destinatario\n" #: g10/encrypt.c:1159 -#, fuzzy, c-format -#| msgid "%s/%s encrypted for: \"%s\"\n" +#, c-format msgid "%s/%s.%s encrypted for: \"%s\"\n" -msgstr "%s/%s cifrato per: \"%s\"\n" +msgstr "%s/%s.%s è crittografato per: \"%s\"\n" #: g10/encrypt.c:1189 g10/pkclist.c:1052 g10/pkclist.c:1103 #, c-format @@ -2375,10 +2347,9 @@ msgid "option '%s' may not be used in %s mode\n" msgstr "l'opzione '%s' non può essere utilizzata in modalità %s\n" #: g10/decrypt-data.c:239 g10/mainproc.c:380 sm/decrypt.c:494 -#, fuzzy, c-format -#| msgid "%s encrypted data\n" +#, c-format msgid "%s.%s encrypted data\n" -msgstr "dati cifrati con %s\n" +msgstr "%s.%s dati crittografati della commissione\n" #: g10/decrypt-data.c:244 #, c-format @@ -2426,7 +2397,7 @@ msgstr "utilizzare il formato di backup della chiave GnuPG" msgid " - skipped" msgstr " - saltato" -#: g10/export.c:1333 g10/import.c:2112 g10/openfile.c:202 g10/openfile.c:296 +#: g10/export.c:1333 g10/import.c:2124 g10/openfile.c:202 g10/openfile.c:296 #: g10/sign.c:1110 g10/sign.c:1447 #, c-format msgid "writing to '%s'\n" @@ -2517,282 +2488,270 @@ msgstr "Chiave non valida %s resa valida da --allow-non-selfsigned-uid\n" msgid "using subkey %s instead of primary key %s\n" msgstr "utilizzando la sottochiave %s anziché la chiave primaria %s\n" -#: g10/getkey.c:4232 g10/gpg.c:2164 +#: g10/getkey.c:4259 g10/gpg.c:2167 #, c-format msgid "valid values for option '%s':\n" msgstr "valori validi per l'opzione '%s':\n" -#: g10/gpg.c:449 sm/gpgsm.c:215 +#: g10/gpg.c:450 sm/gpgsm.c:217 msgid "make a signature" msgstr "fare una firma" -#: g10/gpg.c:450 +#: g10/gpg.c:451 msgid "make a clear text signature" msgstr "creare una firma di testo non crittografato" -#: g10/gpg.c:452 sm/gpgsm.c:217 +#: g10/gpg.c:453 sm/gpgsm.c:219 msgid "make a detached signature" msgstr "fai una firma separata" -#: g10/gpg.c:453 sm/gpgsm.c:218 +#: g10/gpg.c:454 sm/gpgsm.c:220 msgid "encrypt data" msgstr "cifra dati" -#: g10/gpg.c:455 +#: g10/gpg.c:456 msgid "encryption only with symmetric cipher" msgstr "cifra solo con un cifrario simmetrico" -#: g10/gpg.c:457 sm/gpgsm.c:220 +#: g10/gpg.c:458 sm/gpgsm.c:222 msgid "decrypt data (default)" msgstr "decifra dati (predefinito)" -#: g10/gpg.c:459 sm/gpgsm.c:221 +#: g10/gpg.c:460 sm/gpgsm.c:223 msgid "verify a signature" msgstr "verifica una firma" -#: g10/gpg.c:461 sm/gpgsm.c:222 +#: g10/gpg.c:462 sm/gpgsm.c:224 msgid "list keys" msgstr "elenca le chiavi" -#: g10/gpg.c:463 +#: g10/gpg.c:464 msgid "list keys and signatures" msgstr "elenca le chiavi e le firme" -#: g10/gpg.c:466 +#: g10/gpg.c:467 msgid "list and check key signatures" msgstr "elencare e controllare le firme delle chiavi" -#: g10/gpg.c:468 sm/gpgsm.c:227 +#: g10/gpg.c:469 sm/gpgsm.c:229 msgid "list keys and fingerprints" msgstr "elenca le chiavi e le impronte digitali" -#: g10/gpg.c:469 sm/gpgsm.c:225 +#: g10/gpg.c:470 sm/gpgsm.c:227 msgid "list secret keys" msgstr "elenca le chiavi segrete" -#: g10/gpg.c:471 sm/gpgsm.c:228 +#: g10/gpg.c:472 sm/gpgsm.c:230 msgid "generate a new key pair" msgstr "genera una nuova coppia di chiavi" -#: g10/gpg.c:474 +#: g10/gpg.c:475 msgid "quickly generate a new key pair" msgstr "generare rapidamente una nuova coppia di chiavi" -#: g10/gpg.c:477 +#: g10/gpg.c:478 msgid "quickly add a new user-id" msgstr "aggiungere rapidamente un nuovo id utente" -#: g10/gpg.c:482 +#: g10/gpg.c:483 msgid "quickly revoke a user-id" msgstr "revocare rapidamente un id utente" -#: g10/gpg.c:485 +#: g10/gpg.c:486 msgid "quickly set a new expiration date" msgstr "impostare rapidamente una nuova data di scadenza" -#: g10/gpg.c:488 +#: g10/gpg.c:489 msgid "full featured key pair generation" msgstr "generazione completa della coppia di chiavi in primo piano" -#: g10/gpg.c:491 +#: g10/gpg.c:492 msgid "generate a revocation certificate" msgstr "genera un certificato di revoca" -#: g10/gpg.c:494 sm/gpgsm.c:231 +#: g10/gpg.c:495 sm/gpgsm.c:233 msgid "remove keys from the public keyring" msgstr "rimuove le chiavi dal portachiavi pubblico" -#: g10/gpg.c:496 +#: g10/gpg.c:497 msgid "remove keys from the secret keyring" msgstr "rimuove le chiavi dal portachiavi privato" -#: g10/gpg.c:498 +#: g10/gpg.c:499 msgid "quickly sign a key" msgstr "firmare rapidamente un tasto" -#: g10/gpg.c:500 +#: g10/gpg.c:501 msgid "quickly sign a key locally" msgstr "firmare rapidamente una chiave localmente" -#: g10/gpg.c:502 -#, fuzzy -#| msgid "quickly revoke a user-id" +#: g10/gpg.c:503 msgid "quickly revoke a key signature" -msgstr "revocare rapidamente un id utente" +msgstr "revocare rapidamente una firma chiave" -#: g10/gpg.c:503 +#: g10/gpg.c:504 msgid "sign a key" msgstr "firma una chiave" -#: g10/gpg.c:504 +#: g10/gpg.c:505 msgid "sign a key locally" msgstr "firma una chiave localmente" -#: g10/gpg.c:505 +#: g10/gpg.c:506 msgid "sign or edit a key" msgstr "firma o modifica una chiave" -#: g10/gpg.c:507 sm/gpgsm.c:249 +#: g10/gpg.c:508 sm/gpgsm.c:251 msgid "change a passphrase" msgstr "cambia la passphrase" -#: g10/gpg.c:511 +#: g10/gpg.c:512 msgid "export keys" msgstr "esporta delle chiavi" -#: g10/gpg.c:512 +#: g10/gpg.c:513 msgid "export keys to a keyserver" msgstr "esporta le chiavi a un keyserver" -#: g10/gpg.c:513 +#: g10/gpg.c:514 msgid "import keys from a keyserver" msgstr "importa le chiavi da un keyserver" -#: g10/gpg.c:516 +#: g10/gpg.c:517 msgid "search for keys on a keyserver" msgstr "cerca delle chiavi su un keyserver" -#: g10/gpg.c:518 +#: g10/gpg.c:519 msgid "update all keys from a keyserver" msgstr "aggiorna tutte le chiavi da un keyserver" -#: g10/gpg.c:526 +#: g10/gpg.c:527 msgid "import/merge keys" msgstr "importa/aggiungi delle chiavi" -#: g10/gpg.c:529 +#: g10/gpg.c:530 msgid "print the card status" msgstr "stampare lo stato della scheda" -#: g10/gpg.c:530 +#: g10/gpg.c:531 msgid "change data on a card" msgstr "modificare i dati su una scheda" -#: g10/gpg.c:532 +#: g10/gpg.c:533 msgid "change a card's PIN" msgstr "modificare il PIN di una carta" -#: g10/gpg.c:544 +#: g10/gpg.c:545 msgid "update the trust database" msgstr "aggiorna il database della fiducia" -#: g10/gpg.c:554 +#: g10/gpg.c:555 msgid "print message digests" msgstr "stampare digest dei messaggi" -#: g10/gpg.c:558 sm/gpgsm.c:244 +#: g10/gpg.c:559 sm/gpgsm.c:246 msgid "run in server mode" msgstr "eseguire in modalità server" -#: g10/gpg.c:560 +#: g10/gpg.c:561 msgid "|VALUE|set the TOFU policy for a key" msgstr "|VALORE|impostare il criterio TOFU per una chiave" -#: g10/gpg.c:603 +#: g10/gpg.c:604 msgid "|NAME|use NAME as default secret key" msgstr "|NAME|usa NAME come chiave segreta predefinita" -#: g10/gpg.c:605 sm/gpgsm.c:337 +#: g10/gpg.c:606 sm/gpgsm.c:340 msgid "|NAME|encrypt to user ID NAME as well" msgstr "Anche nome-crittografare all'ID utente NOME" -#: g10/gpg.c:613 +#: g10/gpg.c:614 msgid "|SPEC|set up email aliases" msgstr "|SPEC|configurare gli alias di posta elettronica" -#: g10/gpg.c:625 +#: g10/gpg.c:626 msgid "use strict OpenPGP behavior" msgstr "utilizzare un comportamento OpenPGP rigoroso" -#: g10/gpg.c:650 kbx/kbxutil.c:91 sm/gpgsm.c:421 tools/gpgconf.c:113 +#: g10/gpg.c:651 kbx/kbxutil.c:91 sm/gpgsm.c:424 tools/gpgconf.c:113 msgid "do not make any changes" msgstr "non fa cambiamenti" -#: g10/gpg.c:651 +#: g10/gpg.c:652 msgid "prompt before overwriting" msgstr "chiede prima di sovrascrivere" -#: g10/gpg.c:700 sm/gpgsm.c:307 -#, fuzzy -#| msgid "Options controlling the security" +#: g10/gpg.c:701 sm/gpgsm.c:310 msgid "Options controlling the input" -msgstr "Opzioni che controllano la sicurezza" +msgstr "Opzioni che controllano l'input" -#: g10/gpg.c:718 sm/gpgsm.c:317 -#, fuzzy -#| msgid "Options controlling the diagnostic output" +#: g10/gpg.c:719 sm/gpgsm.c:320 msgid "Options controlling the output" -msgstr "Opzioni che controllano l'output diagnostico" +msgstr "Opzioni che controllano l'output" -#: g10/gpg.c:720 sm/gpgsm.c:319 +#: g10/gpg.c:721 sm/gpgsm.c:322 msgid "create ascii armored output" msgstr "crea un output ascii con armatura" -#: g10/gpg.c:724 g10/gpgv.c:82 sm/gpgsm.c:324 +#: g10/gpg.c:725 g10/gpgv.c:82 sm/gpgsm.c:327 msgid "|FILE|write output to FILE" msgstr "|FILE|scrittura dell'output in FILE" -#: g10/gpg.c:737 +#: g10/gpg.c:738 msgid "use canonical text mode" msgstr "usa il modo testo canonico" -#: g10/gpg.c:755 +#: g10/gpg.c:756 msgid "|N|set compress level to N (0 disables)" msgstr "|N|Impostare il livello di compressione su N (0 disabilita)" -#: g10/gpg.c:761 sm/gpgsm.c:354 -#, fuzzy -#| msgid "Options controlling the interactivity and enforcement" +#: g10/gpg.c:762 sm/gpgsm.c:357 msgid "Options controlling key import and export" -msgstr "Opzioni che controllano l'interattività e l'applicazione" +msgstr "Opzioni che controllano l'importazione e l'esportazione delle chiavi" -#: g10/gpg.c:764 +#: g10/gpg.c:765 msgid "|MECHANISMS|use MECHANISMS to locate keys by mail address" msgstr "" "|MECHANISMS|utilizzare MECHANISMS per individuare le chiavi in base " "all'indirizzo di posta elettronica" -#: g10/gpg.c:767 +#: g10/gpg.c:768 msgid "import missing key from a signature" msgstr "importare la chiave mancante da una firma" -#: g10/gpg.c:772 +#: g10/gpg.c:773 msgid "include the public key in signatures" msgstr "includere la chiave pubblica nelle firme" -#: g10/gpg.c:775 sm/gpgsm.c:357 +#: g10/gpg.c:776 sm/gpgsm.c:360 msgid "disable all access to the dirmngr" msgstr "disabilitare tutti gli accessi al dirmngr" -#: g10/gpg.c:787 sm/gpgsm.c:364 -#, fuzzy -#| msgid "Options controlling the configuration" +#: g10/gpg.c:788 sm/gpgsm.c:367 msgid "Options controlling key listings" -msgstr "Opzioni che controllano la configurazione" +msgstr "Opzioni di controllo delle inserzioni chiave" -#: g10/gpg.c:817 sm/gpgsm.c:329 -#, fuzzy -#| msgid "list secret keys" +#: g10/gpg.c:818 sm/gpgsm.c:332 msgid "Options to specify keys" -msgstr "elenca le chiavi segrete" +msgstr "Opzioni per specificare le chiavi" -#: g10/gpg.c:819 sm/gpgsm.c:331 +#: g10/gpg.c:820 sm/gpgsm.c:334 msgid "|USER-ID|encrypt for USER-ID" msgstr "|USER-ID|encrypt per USER-ID" -#: g10/gpg.c:827 sm/gpgsm.c:333 +#: g10/gpg.c:828 sm/gpgsm.c:336 msgid "|USER-ID|use USER-ID to sign or decrypt" msgstr "|USER-ID|utilizzare USER-ID per firmare o decrittografare" -#: g10/gpg.c:875 sm/gpgsm.c:405 +#: g10/gpg.c:876 sm/gpgsm.c:408 msgid "Options for unattended use" -msgstr "" +msgstr "Opzioni per l'uso automatico" -#: g10/gpg.c:894 sm/gpgsm.c:417 dirmngr/dirmngr.c:285 +#: g10/gpg.c:895 sm/gpgsm.c:420 dirmngr/dirmngr.c:286 msgid "Other options" -msgstr "" +msgstr "Altre Opzioni" -#: g10/gpg.c:965 sm/gpgsm.c:450 +#: g10/gpg.c:966 sm/gpgsm.c:453 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -2800,7 +2759,7 @@ msgstr "" "@\n" "(Vedi la man page per una lista completa di tutti i comandi e opzioni)\n" -#: g10/gpg.c:968 +#: g10/gpg.c:969 msgid "" "@\n" "Examples:\n" @@ -2820,11 +2779,11 @@ msgstr "" " --list-keys [nomi] mostra le chiavi\n" " --fingerprint [nomi] mostra le impronte digitali\n" -#: g10/gpg.c:1153 +#: g10/gpg.c:1154 msgid "Usage: @GPG@ [options] [files] (-h for help)" msgstr "Utilizzo: @GPG@ [opzioni] [file] (-h per assistenza)" -#: g10/gpg.c:1156 +#: g10/gpg.c:1157 msgid "" "Syntax: @GPG@ [options] [files]\n" "Sign, check, encrypt or decrypt\n" @@ -2834,7 +2793,7 @@ msgstr "" "Firmare, controllare, crittografare o decrittografare\n" "Il funzionamento predefinito dipende dai dati di input\n" -#: g10/gpg.c:1167 sm/gpgsm.c:633 +#: g10/gpg.c:1168 sm/gpgsm.c:636 msgid "" "\n" "Supported algorithms:\n" @@ -2842,73 +2801,73 @@ msgstr "" "\n" "Algoritmi gestiti:\n" -#: g10/gpg.c:1170 +#: g10/gpg.c:1171 msgid "Pubkey: " msgstr "A chiave pubblica: " -#: g10/gpg.c:1177 g10/keyedit.c:3316 +#: g10/gpg.c:1178 g10/keyedit.c:3316 msgid "Cipher: " msgstr "Cifrari: " -#: g10/gpg.c:1191 +#: g10/gpg.c:1192 msgid "Hash: " msgstr "Hash: " -#: g10/gpg.c:1198 g10/keyedit.c:3382 +#: g10/gpg.c:1199 g10/keyedit.c:3382 msgid "Compression: " msgstr "Compressione: " -#: g10/gpg.c:1273 sm/gpgsm.c:707 +#: g10/gpg.c:1274 sm/gpgsm.c:710 #, c-format msgid "usage: %s [options] %s\n" msgstr "utilizzo: %s [opzioni] %s\n" -#: g10/gpg.c:1466 sm/gpgsm.c:800 +#: g10/gpg.c:1467 sm/gpgsm.c:803 #, c-format msgid "conflicting commands\n" msgstr "comandi in conflitto\n" -#: g10/gpg.c:1484 +#: g10/gpg.c:1485 #, c-format msgid "no = sign found in group definition '%s'\n" msgstr "nessun segno = trovato nella definizione di gruppo '%s'\n" -#: g10/gpg.c:1682 +#: g10/gpg.c:1683 #, c-format msgid "WARNING: unsafe ownership on homedir '%s'\n" msgstr "AVVISO: proprietà non sicura su homedir '%s'\n" -#: g10/gpg.c:1685 +#: g10/gpg.c:1686 #, c-format msgid "WARNING: unsafe ownership on configuration file '%s'\n" msgstr "AVVISO: proprietà non sicura nel file di configurazione '%s'\n" -#: g10/gpg.c:1688 +#: g10/gpg.c:1689 #, c-format msgid "WARNING: unsafe ownership on extension '%s'\n" msgstr "AVVISO: proprietà non sicura nell'estensione '%s'\n" -#: g10/gpg.c:1694 +#: g10/gpg.c:1695 #, c-format msgid "WARNING: unsafe permissions on homedir '%s'\n" msgstr "AVVISO: proprietà non sicura su homedir '%s'\n" -#: g10/gpg.c:1697 +#: g10/gpg.c:1698 #, c-format msgid "WARNING: unsafe permissions on configuration file '%s'\n" msgstr "AVVISO: autorizzazioni non sicure per il file di configurazione '%s'\n" -#: g10/gpg.c:1700 +#: g10/gpg.c:1701 #, c-format msgid "WARNING: unsafe permissions on extension '%s'\n" msgstr "AVVISO: autorizzazioni non sicure per l'estensione '%s'\n" -#: g10/gpg.c:1706 +#: g10/gpg.c:1707 #, c-format msgid "WARNING: unsafe enclosing directory ownership on homedir '%s'\n" msgstr "AVVISO: proprietà non sicura su homedir '%s'\n" -#: g10/gpg.c:1709 +#: g10/gpg.c:1710 #, c-format msgid "" "WARNING: unsafe enclosing directory ownership on configuration file '%s'\n" @@ -2916,21 +2875,21 @@ msgstr "" "AVVISO: proprietà della directory di inclusione non sicura nel file di " "configurazione '%s'\n" -#: g10/gpg.c:1712 +#: g10/gpg.c:1713 #, c-format msgid "WARNING: unsafe enclosing directory ownership on extension '%s'\n" msgstr "" "AVVISO: proprietà della directory di inclusione non sicura nell'estensione " "'%s'\n" -#: g10/gpg.c:1718 +#: g10/gpg.c:1719 #, c-format msgid "WARNING: unsafe enclosing directory permissions on homedir '%s'\n" msgstr "" "AVVISO: autorizzazioni della directory di inclusione non sicure nella " "directory homedir '%s'\n" -#: g10/gpg.c:1721 +#: g10/gpg.c:1722 #, c-format msgid "" "WARNING: unsafe enclosing directory permissions on configuration file '%s'\n" @@ -2938,480 +2897,475 @@ msgstr "" "AVVISO: autorizzazioni della directory di inclusione non sicure nella " "directory homedir '%s'\n" -#: g10/gpg.c:1724 +#: g10/gpg.c:1725 #, c-format msgid "WARNING: unsafe enclosing directory permissions on extension '%s'\n" msgstr "" "AVVISO: autorizzazioni della directory di inclusione non sicure per " "l'estensione '%s'\n" -#: g10/gpg.c:1940 +#: g10/gpg.c:1941 #, c-format msgid "unknown configuration item '%s'\n" msgstr "elemento di configurazione sconosciuto '%s'\n" -#: g10/gpg.c:2034 +#: g10/gpg.c:2037 msgid "display photo IDs during key listings" msgstr "visualizzare gli ID foto durante le elenchi dei tasti" -#: g10/gpg.c:2036 +#: g10/gpg.c:2039 msgid "show key usage information during key listings" msgstr "" "mostra le informazioni sull'utilizzo delle chiavi durante le inserzioni " "chiave" -#: g10/gpg.c:2038 +#: g10/gpg.c:2041 msgid "show policy URLs during signature listings" msgstr "mostra URL dei criteri durante gli elenchi delle firme" -#: g10/gpg.c:2040 +#: g10/gpg.c:2043 msgid "show all notations during signature listings" msgstr "mostra tutte le notazioni durante gli elenchi delle firme" -#: g10/gpg.c:2042 +#: g10/gpg.c:2045 msgid "show IETF standard notations during signature listings" msgstr "mostra notazioni standard IETF durante gli elenchi delle firme" -#: g10/gpg.c:2046 +#: g10/gpg.c:2049 msgid "show user-supplied notations during signature listings" msgstr "" "mostra le notazioni fornite dall'utente durante gli elenchi delle firme" -#: g10/gpg.c:2048 +#: g10/gpg.c:2051 msgid "show preferred keyserver URLs during signature listings" msgstr "mostra gli URL preferiti del keyserver durante gli elenchi delle firme" -#: g10/gpg.c:2050 +#: g10/gpg.c:2053 msgid "show user ID validity during key listings" msgstr "mostra validità ID utente durante le inserzioni chiave" -#: g10/gpg.c:2052 +#: g10/gpg.c:2055 msgid "show revoked and expired user IDs in key listings" msgstr "mostra ID utente revocati e scaduti negli elenchi di chiavi" -#: g10/gpg.c:2054 +#: g10/gpg.c:2057 msgid "show revoked and expired subkeys in key listings" msgstr "mostra sottochiavi revocate e scadute negli elenchi di chiavi" -#: g10/gpg.c:2056 +#: g10/gpg.c:2059 msgid "show the keyring name in key listings" msgstr "mostrare il nome del keyring negli elenchi delle chiavi" -#: g10/gpg.c:2058 +#: g10/gpg.c:2061 msgid "show expiration dates during signature listings" msgstr "mostra date di scadenza durante le inserzioni delle firme" -#: g10/gpg.c:2175 +#: g10/gpg.c:2178 #, c-format msgid "unknown TOFU policy '%s'\n" msgstr "criterio TOFU sconosciuto '%s'\n" -#: g10/gpg.c:2177 +#: g10/gpg.c:2180 #, c-format msgid "(use \"help\" to list choices)\n" msgstr "(utilizzare \"help\" per elencare le scelte)\n" -#: g10/gpg.c:2972 g10/gpg.c:3797 g10/gpg.c:3809 +#: g10/gpg.c:2975 g10/gpg.c:3828 g10/gpg.c:3840 #, c-format msgid "Note: %s is not for normal use!\n" msgstr "Nota: %s non è per uso normale!\n" -#: g10/gpg.c:3148 g10/gpg.c:3160 +#: g10/gpg.c:3151 g10/gpg.c:3163 #, c-format msgid "'%s' is not a valid signature expiration\n" msgstr "'%s' non è una scadenza di firma valida\n" -#: g10/gpg.c:3182 +#: g10/gpg.c:3185 #, c-format msgid "\"%s\" is not a proper mail address\n" msgstr "\"%s\" non è un indirizzo di posta elettronica corretto\n" -#: g10/gpg.c:3214 sm/gpgsm.c:1265 +#: g10/gpg.c:3217 sm/gpgsm.c:1270 #, c-format msgid "invalid pinentry mode '%s'\n" msgstr "modalità pinentry non valida '%s'\n" -#: g10/gpg.c:3220 sm/gpgsm.c:1271 +#: g10/gpg.c:3223 sm/gpgsm.c:1276 #, c-format msgid "invalid request origin '%s'\n" msgstr "origine richiesta non valida '%s'\n" -#: g10/gpg.c:3277 +#: g10/gpg.c:3280 #, c-format msgid "'%s' is not a valid character set\n" msgstr "'%s' non è un set di caratteri valido\n" -#: g10/gpg.c:3299 g10/gpg.c:3508 g10/keyedit.c:5319 +#: g10/gpg.c:3302 g10/gpg.c:3511 g10/keyedit.c:5319 #, c-format msgid "could not parse keyserver URL\n" msgstr "impossibile analizzare l'URL del server dei chiavi\n" -#: g10/gpg.c:3317 +#: g10/gpg.c:3320 #, c-format msgid "%s:%d: invalid keyserver options\n" msgstr "%s:%d: opzioni keyserver non valide\n" -#: g10/gpg.c:3320 +#: g10/gpg.c:3323 #, c-format msgid "invalid keyserver options\n" msgstr "opzioni keyserver non valide\n" -#: g10/gpg.c:3327 +#: g10/gpg.c:3330 #, c-format msgid "%s:%d: invalid import options\n" msgstr "%s:%d: opzioni di importazione non valide\n" -#: g10/gpg.c:3330 +#: g10/gpg.c:3333 #, c-format msgid "invalid import options\n" msgstr "opzioni di importazione non valide\n" -#: g10/gpg.c:3336 g10/gpg.c:3351 +#: g10/gpg.c:3339 g10/gpg.c:3354 #, c-format msgid "invalid filter option: %s\n" msgstr "opzione di filtro non valida: %s\n" -#: g10/gpg.c:3342 +#: g10/gpg.c:3345 #, c-format msgid "%s:%d: invalid export options\n" msgstr "%s:%d: opzioni di esportazione non valide\n" -#: g10/gpg.c:3345 +#: g10/gpg.c:3348 #, c-format msgid "invalid export options\n" msgstr "opzioni di esportazione non valide\n" -#: g10/gpg.c:3357 +#: g10/gpg.c:3360 #, c-format msgid "%s:%d: invalid list options\n" msgstr "%s:%d: opzioni di elenco non valide\n" -#: g10/gpg.c:3360 +#: g10/gpg.c:3363 #, c-format msgid "invalid list options\n" msgstr "opzioni di elenco non valide\n" -#: g10/gpg.c:3368 +#: g10/gpg.c:3371 msgid "display photo IDs during signature verification" msgstr "visualizzare gli ID foto durante la verifica della firma" -#: g10/gpg.c:3370 +#: g10/gpg.c:3373 msgid "show policy URLs during signature verification" msgstr "mostra URL dei criteri durante la verifica della firma" -#: g10/gpg.c:3372 +#: g10/gpg.c:3375 msgid "show all notations during signature verification" msgstr "mostra tutte le notazioni durante la verifica della firma" -#: g10/gpg.c:3374 +#: g10/gpg.c:3377 msgid "show IETF standard notations during signature verification" msgstr "mostra notazioni standard IETF durante la verifica della firma" -#: g10/gpg.c:3378 +#: g10/gpg.c:3381 msgid "show user-supplied notations during signature verification" msgstr "" "mostra le notazioni fornite dall'utente durante la verifica della firma" -#: g10/gpg.c:3380 +#: g10/gpg.c:3383 msgid "show preferred keyserver URLs during signature verification" msgstr "mostra gli URL preferiti del keyserver durante la verifica della firma" -#: g10/gpg.c:3382 +#: g10/gpg.c:3385 msgid "show user ID validity during signature verification" msgstr "mostra validità DELL'ID utente durante la verifica della firma" -#: g10/gpg.c:3384 +#: g10/gpg.c:3387 msgid "show revoked and expired user IDs in signature verification" msgstr "mostra ID utente revocati e scaduti nella verifica della firma" -#: g10/gpg.c:3386 +#: g10/gpg.c:3389 msgid "show only the primary user ID in signature verification" msgstr "mostra solo l'ID utente primario nella verifica della firma" -#: g10/gpg.c:3393 +#: g10/gpg.c:3396 #, c-format msgid "%s:%d: invalid verify options\n" msgstr "%s:%d: opzioni di verifica non valide\n" -#: g10/gpg.c:3396 +#: g10/gpg.c:3399 #, c-format msgid "invalid verify options\n" msgstr "opzioni di verifica non valide\n" -#: g10/gpg.c:3403 +#: g10/gpg.c:3406 #, c-format msgid "unable to set exec-path to %s\n" msgstr "impossibile impostare exec-path a %s\n" -#: g10/gpg.c:3610 +#: g10/gpg.c:3613 #, c-format msgid "%s:%d: invalid auto-key-locate list\n" msgstr "%s:%d: elenco di individuazione automatica della chiave non valido\n" -#: g10/gpg.c:3613 +#: g10/gpg.c:3616 #, c-format msgid "invalid auto-key-locate list\n" msgstr "elenco di individuazione automatica delle chiavi non valido\n" -#: g10/gpg.c:3622 +#: g10/gpg.c:3625 #, c-format msgid "invalid argument for option \"%.50s\"\n" msgstr "argomento non valido per l'opzione \"%.50s\"\n" -#: g10/gpg.c:3776 sm/gpgsm.c:1642 +#: g10/gpg.c:3807 sm/gpgsm.c:1675 #, c-format msgid "WARNING: program may create a core file!\n" msgstr "ATTENZIONE: il programma potrebbe creare un file core!\n" -#: g10/gpg.c:3790 +#: g10/gpg.c:3821 #, c-format msgid "WARNING: %s overrides %s\n" msgstr "ATTENZIONE: %s ha la precedenza su %s\n" -#: g10/gpg.c:3799 +#: g10/gpg.c:3830 #, c-format msgid "%s not allowed with %s!\n" msgstr "Non è permesso usare %s con %s!\n" -#: g10/gpg.c:3802 +#: g10/gpg.c:3833 #, c-format msgid "%s makes no sense with %s!\n" msgstr "Non ha senso usare %s con %s!\n" -#: g10/gpg.c:3817 sm/gpgsm.c:1663 dirmngr/dirmngr.c:1114 +#: g10/gpg.c:3848 sm/gpgsm.c:1696 dirmngr/dirmngr.c:1123 #, c-format msgid "WARNING: running with faked system time: " msgstr "AVVISO: in esecuzione con l'ora di sistema falso: " -#: g10/gpg.c:3838 +#: g10/gpg.c:3869 #, c-format msgid "will not run with insecure memory due to %s\n" msgstr "non verrà eseguito con memoria non protetta a causa di %s\n" -#: g10/gpg.c:3866 g10/gpg.c:3897 sm/gpgsm.c:1730 +#: g10/gpg.c:3897 g10/gpg.c:3928 sm/gpgsm.c:1763 #, c-format msgid "selected cipher algorithm is invalid\n" msgstr "l'algoritmo di cifratura selezionato non è valido\n" -#: g10/gpg.c:3873 -#, fuzzy, c-format -#| msgid "selected digest algorithm is invalid\n" +#: g10/gpg.c:3904 +#, c-format msgid "selected AEAD algorithm is invalid\n" -msgstr "l'algoritmo di digest selezionato non è valido\n" +msgstr "l'algoritmo AEAD selezionato non è valido\n" -#: g10/gpg.c:3885 +#: g10/gpg.c:3916 #, c-format msgid "selected compression algorithm is invalid\n" msgstr "algoritmo di compressione selezionato non valido\n" -#: g10/gpg.c:3891 +#: g10/gpg.c:3922 #, c-format msgid "selected certification digest algorithm is invalid\n" msgstr "l'algoritmo di digest selezionato non è valido\n" -#: g10/gpg.c:3906 +#: g10/gpg.c:3937 #, c-format msgid "completes-needed must be greater than 0\n" msgstr "completes-needed deve essere maggiore di 0\n" -#: g10/gpg.c:3908 +#: g10/gpg.c:3939 #, c-format msgid "marginals-needed must be greater than 1\n" msgstr "marginals-needed deve essere maggiore di 1\n" -#: g10/gpg.c:3910 +#: g10/gpg.c:3941 #, c-format msgid "max-cert-depth must be in the range from 1 to 255\n" msgstr "max-cert-depth deve essere compreso tra 1 e 255\n" -#: g10/gpg.c:3912 +#: g10/gpg.c:3943 #, c-format msgid "invalid default-cert-level; must be 0, 1, 2, or 3\n" msgstr "default-cert-level non valido; deve essere 0, 1, 2 o 3\n" -#: g10/gpg.c:3914 +#: g10/gpg.c:3945 #, c-format msgid "invalid min-cert-level; must be 1, 2, or 3\n" msgstr "min-cert-level non valido; deve essere 1, 2 o 3\n" -#: g10/gpg.c:3918 +#: g10/gpg.c:3949 #, c-format msgid "Note: simple S2K mode (0) is strongly discouraged\n" msgstr "Nota: la modalità S2K semplice (0) è fortemente sconsigliata\n" -#: g10/gpg.c:3922 +#: g10/gpg.c:3953 #, c-format msgid "invalid S2K mode; must be 0, 1 or 3\n" msgstr "modo S2K non valido; deve essere 0, 1 o 3\n" -#: g10/gpg.c:3929 +#: g10/gpg.c:3960 #, c-format msgid "invalid default preferences\n" msgstr "preferenze predefinite non valide\n" -#: g10/gpg.c:3933 +#: g10/gpg.c:3964 #, c-format msgid "invalid personal cipher preferences\n" msgstr "preferenze personali del cifrario non valide\n" -#: g10/gpg.c:3936 -#, fuzzy, c-format -#| msgid "invalid personal cipher preferences\n" +#: g10/gpg.c:3967 +#, c-format msgid "invalid personal AEAD preferences\n" -msgstr "preferenze personali del cifrario non valide\n" +msgstr "preferenze AEAD personali non valide\n" -#: g10/gpg.c:3940 +#: g10/gpg.c:3971 #, c-format msgid "invalid personal digest preferences\n" msgstr "preferenze personali del digest non valide\n" -#: g10/gpg.c:3944 +#: g10/gpg.c:3975 #, c-format msgid "invalid personal compress preferences\n" msgstr "preferenze personali di compressione non valide\n" -#: g10/gpg.c:3953 g10/gpg.c:3958 -#, fuzzy, c-format -#| msgid "keysize invalid; using %u bits\n" +#: g10/gpg.c:3984 g10/gpg.c:3989 +#, c-format msgid "chunk size invalid - using %d\n" -msgstr "dimensione della chiave non valida; uso %u bit\n" +msgstr "dimensione del blocco non valida - utilizzando %d\n" -#: g10/gpg.c:3995 +#: g10/gpg.c:4026 #, c-format msgid "%s does not yet work with %s\n" msgstr "%s non funziona ancora con %s\n" -#: g10/gpg.c:4058 -#, fuzzy, c-format -#| msgid "cipher algorithm '%s' may not be used in %s mode\n" +#: g10/gpg.c:4089 +#, c-format msgid "AEAD algorithm '%s' may not be used in %s mode\n" -msgstr "" -"l'algoritmo di crittografia '%s' non può essere utilizzato in modalità %s\n" +msgstr "L'algoritmo AEAD '%s' non può essere utilizzato %s modalità \n" -#: g10/gpg.c:4070 +#: g10/gpg.c:4101 #, c-format msgid "compression algorithm '%s' may not be used in %s mode\n" msgstr "" "l'algoritmo di compressione '%s' non può essere utilizzato in modalità %s\n" -#: g10/gpg.c:4225 +#: g10/gpg.c:4256 #, c-format msgid "failed to initialize the TrustDB: %s\n" msgstr "inizializzazione del trustdb fallita: %s\n" -#: g10/gpg.c:4237 +#: g10/gpg.c:4268 #, c-format msgid "WARNING: recipients (-r) given without using public key encryption\n" msgstr "" "ATTENZIONE: sono stati indicati dei destinatari (-r) senza usare la\n" "crittografia a chiave pubblica\n" -#: g10/gpg.c:4309 +#: g10/gpg.c:4340 #, c-format msgid "symmetric encryption of '%s' failed: %s\n" msgstr "crittografia simmetrica di '%s' non riuscita: %s\n" -#: g10/gpg.c:4338 +#: g10/gpg.c:4369 #, c-format msgid "you cannot use --symmetric --encrypt with --s2k-mode 0\n" msgstr "non è possibile utilizzare --symmetric --encrypt con --s2k-mode 0\n" -#: g10/gpg.c:4341 +#: g10/gpg.c:4372 #, c-format msgid "you cannot use --symmetric --encrypt in %s mode\n" msgstr "non è possibile utilizzare --symmetric --encrypt in modalità %s\n" -#: g10/gpg.c:4399 +#: g10/gpg.c:4430 #, c-format msgid "you cannot use --symmetric --sign --encrypt with --s2k-mode 0\n" msgstr "" "non è possibile utilizzare --symmetric --sign --encrypt con --s2k-mode 0\n" -#: g10/gpg.c:4402 +#: g10/gpg.c:4433 #, c-format msgid "you cannot use --symmetric --sign --encrypt in %s mode\n" msgstr "" "non è possibile utilizzare --symmetric --sign --encrypt in modalità %s\n" -#: g10/gpg.c:4790 g10/keyserver.c:1858 +#: g10/gpg.c:4821 g10/keyserver.c:1870 #, c-format msgid "keyserver send failed: %s\n" msgstr "invio al keyserver fallito: %s\n" -#: g10/gpg.c:4795 +#: g10/gpg.c:4826 #, c-format msgid "keyserver receive failed: %s\n" msgstr "ricezione dal keyserver fallita: %s\n" -#: g10/gpg.c:4801 +#: g10/gpg.c:4832 #, c-format msgid "key export failed: %s\n" msgstr "esportazione della chiave fallita: %s\n" -#: g10/gpg.c:4814 +#: g10/gpg.c:4845 #, c-format msgid "export as ssh key failed: %s\n" msgstr "esportazione come chiave ssh non riuscita: %s\n" -#: g10/gpg.c:4826 +#: g10/gpg.c:4857 #, c-format msgid "keyserver search failed: %s\n" msgstr "ricerca nel keyserver fallita: %s\n" -#: g10/gpg.c:4839 +#: g10/gpg.c:4870 #, c-format msgid "keyserver refresh failed: %s\n" msgstr "aggiornamento del keyserver fallito: %s\n" -#: g10/gpg.c:4906 +#: g10/gpg.c:4937 #, c-format msgid "dearmoring failed: %s\n" msgstr "rimozione dell'armatura fallita: %s\n" -#: g10/gpg.c:4917 +#: g10/gpg.c:4948 #, c-format msgid "enarmoring failed: %s\n" msgstr "creazione dell'armatura fallita: %s\n" -#: g10/gpg.c:5022 +#: g10/gpg.c:5053 #, c-format msgid "invalid hash algorithm '%s'\n" msgstr "algoritmo hash non valido '%s'\n" -#: g10/gpg.c:5174 g10/tofu.c:2156 +#: g10/gpg.c:5205 g10/tofu.c:2156 #, c-format msgid "error parsing key specification '%s': %s\n" msgstr "errore durante l'analisi della specifica della chiave '%s': %s\n" -#: g10/gpg.c:5185 +#: g10/gpg.c:5216 #, c-format msgid "'%s' does not appear to be a valid key ID, fingerprint or keygrip\n" msgstr "" "'%s' non sembra essere un ID chiave, un'impronta digitale o un keygrip " "valido\n" -#: g10/gpg.c:5241 +#: g10/gpg.c:5272 #, c-format msgid "WARNING: no command supplied. Trying to guess what you mean ...\n" msgstr "" "AVVISO: nessun comando fornito. Cercando di indovinare cosa vuoi dire ...\n" -#: g10/gpg.c:5252 +#: g10/gpg.c:5283 #, c-format msgid "Go ahead and type your message ...\n" msgstr "Vai avanti e scrivi il messaggio...\n" -#: g10/gpg.c:5599 +#: g10/gpg.c:5630 #, c-format msgid "the given certification policy URL is invalid\n" msgstr "l'URL della politica di certificazione indicato non è valido\n" -#: g10/gpg.c:5601 +#: g10/gpg.c:5632 #, c-format msgid "the given signature policy URL is invalid\n" msgstr "l'URL della politica di firma indicato non è valido\n" -#: g10/gpg.c:5634 +#: g10/gpg.c:5665 #, c-format msgid "the given preferred keyserver URL is invalid\n" msgstr "l'URL del keyserver preferito specificato non è valido\n" @@ -3424,7 +3378,7 @@ msgstr "| FILE: prendere le chiavi dal file di tasti" msgid "make timestamp conflicts only a warning" msgstr "segnala i conflitti di data solo con un avvertimento" -#: g10/gpgv.c:86 sm/gpgsm.c:411 tools/gpgconf.c:116 tools/gpg-card.c:94 +#: g10/gpgv.c:86 sm/gpgsm.c:414 tools/gpgconf.c:116 tools/gpg-card.c:95 msgid "|FD|write status info to this FD" msgstr "|FD|scrivi le informazioni di stato sul FD" @@ -3470,20 +3424,16 @@ msgid "do not update the trustdb after import" msgstr "non aggiornare il trustdb dopo l'importazione" #: g10/import.c:181 -#, fuzzy -#| msgid "enable putty support" msgid "enable bulk import mode" -msgstr "abilitare il supporto putty" +msgstr "abilitare la modalità di importazione in blocco" #: g10/import.c:184 msgid "show key during import" msgstr "mostra chiave durante l'importazione" #: g10/import.c:187 -#, fuzzy -#| msgid "show key during import" msgid "show key but do not actually import" -msgstr "mostra chiave durante l'importazione" +msgstr "mostrare la chiave, ma in realtà non importare" #: g10/import.c:190 msgid "only accept updates to existing keys" @@ -3514,97 +3464,97 @@ msgstr "assumere il formato di backup della chiave GnuPG" msgid "repair keys on import" msgstr "ripristinare le chiavi all'importazione" -#: g10/import.c:387 g10/import.c:709 +#: g10/import.c:399 g10/import.c:721 #, c-format msgid "skipping block of type %d\n" msgstr "salto un blocco di tipo %d\n" -#: g10/import.c:726 +#: g10/import.c:738 #, c-format msgid "%lu keys processed so far\n" msgstr "%lu chiavi elaborate finora\n" -#: g10/import.c:819 +#: g10/import.c:831 #, c-format msgid "Total number processed: %lu\n" msgstr "Numero totale esaminato: %lu\n" -#: g10/import.c:822 +#: g10/import.c:834 #, c-format msgid " skipped PGP-2 keys: %lu\n" msgstr " Chiavi PGP-2 ignorate: %lu\n" -#: g10/import.c:824 +#: g10/import.c:836 #, c-format msgid " skipped new keys: %lu\n" msgstr " nuove chiavi saltate: %lu\n" -#: g10/import.c:827 +#: g10/import.c:839 #, c-format msgid " w/o user IDs: %lu\n" msgstr " senza user ID: %lu\n" -#: g10/import.c:830 sm/import.c:129 +#: g10/import.c:842 sm/import.c:129 #, c-format msgid " imported: %lu" msgstr " importate: %lu" -#: g10/import.c:834 sm/import.c:133 +#: g10/import.c:846 sm/import.c:133 #, c-format msgid " unchanged: %lu\n" msgstr " non modificate: %lu\n" -#: g10/import.c:836 +#: g10/import.c:848 #, c-format msgid " new user IDs: %lu\n" msgstr " nuovi user ID: %lu\n" -#: g10/import.c:838 +#: g10/import.c:850 #, c-format msgid " new subkeys: %lu\n" msgstr " nuove subchiavi: %lu\n" -#: g10/import.c:840 +#: g10/import.c:852 #, c-format msgid " new signatures: %lu\n" msgstr " nuove firme: %lu\n" -#: g10/import.c:842 +#: g10/import.c:854 #, c-format msgid " new key revocations: %lu\n" msgstr " nuove revoche di chiavi: %lu\n" -#: g10/import.c:844 sm/import.c:135 +#: g10/import.c:856 sm/import.c:135 #, c-format msgid " secret keys read: %lu\n" msgstr " chiavi segrete lette: %lu\n" -#: g10/import.c:846 sm/import.c:137 +#: g10/import.c:858 sm/import.c:137 #, c-format msgid " secret keys imported: %lu\n" msgstr " chiavi segrete importate: %lu\n" -#: g10/import.c:848 sm/import.c:139 +#: g10/import.c:860 sm/import.c:139 #, c-format msgid " secret keys unchanged: %lu\n" msgstr " chiavi segrete non cambiate: %lu\n" -#: g10/import.c:850 sm/import.c:141 +#: g10/import.c:862 sm/import.c:141 #, c-format msgid " not imported: %lu\n" msgstr " importate: %lu\n" -#: g10/import.c:852 +#: g10/import.c:864 #, c-format msgid " signatures cleaned: %lu\n" msgstr " firme pulite: %lu\n" -#: g10/import.c:854 +#: g10/import.c:866 #, c-format msgid " user IDs cleaned: %lu\n" msgstr " ID utente puliti: %lu\n" -#: g10/import.c:1279 +#: g10/import.c:1291 #, c-format msgid "" "WARNING: key %s contains preferences for unavailable\n" @@ -3613,175 +3563,174 @@ msgstr "" "AVVISO: la chiave %s contiene le preferenze per\n" "algoritmi su questi ID utente:\n" -#: g10/import.c:1321 +#: g10/import.c:1333 #, c-format msgid " \"%s\": preference for cipher algorithm %s\n" msgstr " \"%s\": preferenza per l'algoritmo di crittografia %s\n" -#: g10/import.c:1339 -#, fuzzy, c-format -#| msgid " \"%s\": preference for cipher algorithm %s\n" +#: g10/import.c:1351 +#, c-format msgid " \"%s\": preference for AEAD algorithm %s\n" -msgstr " \"%s\": preferenza per l'algoritmo di crittografia %s\n" +msgstr " \"%s\": preferenza per l'algoritmo AEAD %s\n" -#: g10/import.c:1354 +#: g10/import.c:1366 #, c-format msgid " \"%s\": preference for digest algorithm %s\n" msgstr " \"%s\": preferenza per l'algoritmo digest %s\n" -#: g10/import.c:1366 +#: g10/import.c:1378 #, c-format msgid " \"%s\": preference for compression algorithm %s\n" msgstr " \"%s\": preferenza per l'algoritmo di compressione %s\n" -#: g10/import.c:1379 +#: g10/import.c:1391 #, c-format msgid "it is strongly suggested that you update your preferences and\n" msgstr "si consiglia vivamente di aggiornare le preferenze e\n" -#: g10/import.c:1381 +#: g10/import.c:1393 #, c-format msgid "re-distribute this key to avoid potential algorithm mismatch problems\n" msgstr "" "ri-distribuire questa chiave per evitare potenziali problemi di mancata " "corrispondenza dell'algoritmo\n" -#: g10/import.c:1406 +#: g10/import.c:1418 #, c-format msgid "you can update your preferences with: gpg --edit-key %s updpref save\n" msgstr "" "è possibile aggiornare le preferenze con: gpg --edit-key %s updpref save\n" -#: g10/import.c:1920 g10/import.c:3041 +#: g10/import.c:1932 g10/import.c:3053 #, c-format msgid "key %s: no user ID\n" msgstr "chiave %s: nessun ID utente\n" -#: g10/import.c:1926 +#: g10/import.c:1938 #, c-format msgid "key %s: %s\n" msgstr "chiave %s: %s\n" -#: g10/import.c:1927 g10/import.c:3013 +#: g10/import.c:1939 g10/import.c:3025 msgid "rejected by import screener" msgstr "rifiutato dallo screener di importazione" -#: g10/import.c:1976 +#: g10/import.c:1988 #, c-format msgid "key %s: PKS subkey corruption repaired\n" msgstr "chiave %s: danneggiamento della sottochiave PKS riparato\n" -#: g10/import.c:1997 +#: g10/import.c:2009 #, c-format msgid "key %s: accepted non self-signed user ID \"%s\"\n" msgstr "chiave %s: accettato ID utente non autofirmato \"%s\"\n" -#: g10/import.c:2008 g10/import.c:2039 +#: g10/import.c:2020 g10/import.c:2051 #, c-format msgid "key %s: no valid user IDs\n" msgstr "chiave %s: nessun ID utente valido\n" -#: g10/import.c:2010 +#: g10/import.c:2022 #, c-format msgid "this may be caused by a missing self-signature\n" msgstr "questo può essere causato da una autofirma mancante\n" -#: g10/import.c:2089 g10/import.c:3427 +#: g10/import.c:2101 g10/import.c:3439 #, c-format msgid "key %s: public key not found: %s\n" msgstr "chiave %s: chiave pubblica non trovata: %s\n" -#: g10/import.c:2095 +#: g10/import.c:2107 #, c-format msgid "key %s: new key - skipped\n" msgstr "chiave %s: nuova chiave - ignorata\n" -#: g10/import.c:2107 +#: g10/import.c:2119 #, c-format msgid "no writable keyring found: %s\n" msgstr "non è stato trovato un portachiavi scrivibile: %s\n" -#: g10/import.c:2139 g10/import.c:2241 g10/import.c:3502 +#: g10/import.c:2151 g10/import.c:2253 g10/import.c:3514 #, c-format msgid "error writing keyring '%s': %s\n" msgstr "errore durante la scrittura della chiave '%s': %s\n" -#: g10/import.c:2162 +#: g10/import.c:2174 #, c-format msgid "key %s: public key \"%s\" imported\n" msgstr "chiave %s: chiave pubblica \"%s\" importata\n" -#: g10/import.c:2189 +#: g10/import.c:2201 #, c-format msgid "key %s: doesn't match our copy\n" msgstr "chiave %s: non corrisponde alla nostra copia\n" -#: g10/import.c:2257 +#: g10/import.c:2269 #, c-format msgid "key %s: \"%s\" 1 new user ID\n" msgstr "chiave %s: \"%s\" 1 nuovo ID utente\n" -#: g10/import.c:2260 +#: g10/import.c:2272 #, c-format msgid "key %s: \"%s\" %d new user IDs\n" msgstr "chiave %s: \"%s\" %d nuovi ID utente\n" -#: g10/import.c:2263 +#: g10/import.c:2275 #, c-format msgid "key %s: \"%s\" 1 new signature\n" msgstr "chiave %s: \"%s\" 1 nuova firma\n" -#: g10/import.c:2266 +#: g10/import.c:2278 #, c-format msgid "key %s: \"%s\" %d new signatures\n" msgstr "chiave %s: \"%s\" %d nuove firme\n" -#: g10/import.c:2269 +#: g10/import.c:2281 #, c-format msgid "key %s: \"%s\" 1 new subkey\n" msgstr "chiave %s: \"%s\" 1 nuova sottochiave\n" -#: g10/import.c:2272 +#: g10/import.c:2284 #, c-format msgid "key %s: \"%s\" %d new subkeys\n" msgstr "chiave %s: \"%s\" %d nuove sottochiavi\n" -#: g10/import.c:2275 +#: g10/import.c:2287 #, c-format msgid "key %s: \"%s\" %d signature cleaned\n" msgstr "chiave %s: \"%s\" %d firma pulita\n" -#: g10/import.c:2278 +#: g10/import.c:2290 #, c-format msgid "key %s: \"%s\" %d signatures cleaned\n" msgstr "chiave %s: \"%s\" %d firme pulite\n" -#: g10/import.c:2281 +#: g10/import.c:2293 #, c-format msgid "key %s: \"%s\" %d user ID cleaned\n" msgstr "chiave %s: \"%s\" %d ID utente pulito\n" -#: g10/import.c:2284 +#: g10/import.c:2296 #, c-format msgid "key %s: \"%s\" %d user IDs cleaned\n" msgstr "chiave %s: \"%s\" %d ID utente puliti\n" -#: g10/import.c:2320 +#: g10/import.c:2332 #, c-format msgid "key %s: \"%s\" not changed\n" msgstr "chiave %s: \"%s\" non modificata\n" -#: g10/import.c:2680 g10/import.c:2875 +#: g10/import.c:2692 g10/import.c:2887 #, c-format msgid "key %s: secret key imported\n" msgstr "chiave %s: chiave segreta importata\n" -#: g10/import.c:2688 +#: g10/import.c:2700 #, c-format msgid "key %s: secret key already exists\n" msgstr "chiave %s: chiave segreta già esistente\n" -#: g10/import.c:2696 +#: g10/import.c:2708 #, c-format msgid "key %s: error sending to agent: %s\n" msgstr "chiave %s: errore durante l'invio all'agente: %s\n" @@ -3794,204 +3743,203 @@ msgstr "chiave %s: errore durante l'invio all'agente: %s\n" #. * Instead, user should be suggested to run 'gpg --card-status', #. * then, references to a card will be automatically created #. * again. -#: g10/import.c:2865 +#: g10/import.c:2877 #, c-format msgid "To migrate '%s', with each smartcard, run: %s\n" msgstr "Per eseguire la migrazione di '%s', con ogni smart card: %s\n" -#: g10/import.c:3012 +#: g10/import.c:3024 #, c-format msgid "secret key %s: %s\n" msgstr "chiave segreta %s: %s\n" -#: g10/import.c:3033 g10/import.c:3072 +#: g10/import.c:3045 g10/import.c:3084 #, c-format msgid "importing secret keys not allowed\n" msgstr "importazione di chiavi segrete non consentita\n" -#: g10/import.c:3060 +#: g10/import.c:3072 #, c-format msgid "key %s: secret key with invalid cipher %d - skipped\n" msgstr "chiave %s: chiave segreta con crittografia non valida %d - ignorata\n" -#: g10/import.c:3222 g10/pkclist.c:75 g10/revoke.c:774 +#: g10/import.c:3234 g10/pkclist.c:75 g10/revoke.c:774 msgid "No reason specified" msgstr "Nessuna ragione specificata" -#: g10/import.c:3223 g10/pkclist.c:77 g10/revoke.c:776 +#: g10/import.c:3235 g10/pkclist.c:77 g10/revoke.c:776 msgid "Key is superseded" msgstr "Questa chiave è stata sostituita" -#: g10/import.c:3224 g10/pkclist.c:79 g10/revoke.c:775 +#: g10/import.c:3236 g10/pkclist.c:79 g10/revoke.c:775 msgid "Key has been compromised" msgstr "Questa chiave è stata compromessa" -#: g10/import.c:3225 g10/pkclist.c:81 g10/revoke.c:777 +#: g10/import.c:3237 g10/pkclist.c:81 g10/revoke.c:777 msgid "Key is no longer used" msgstr "La chiave non è più usata" -#: g10/import.c:3226 g10/pkclist.c:83 g10/revoke.c:778 +#: g10/import.c:3238 g10/pkclist.c:83 g10/revoke.c:778 msgid "User ID is no longer valid" msgstr "L'user ID non è più valido" -#: g10/import.c:3351 g10/keylist.c:1105 g10/pkclist.c:87 +#: g10/import.c:3363 g10/keylist.c:1105 g10/pkclist.c:87 #, c-format msgid "reason for revocation: " msgstr "ragione della revoca: " -#: g10/import.c:3370 g10/keylist.c:1124 g10/pkclist.c:103 +#: g10/import.c:3382 g10/keylist.c:1124 g10/pkclist.c:103 #, c-format msgid "revocation comment: " msgstr "commento alla revoca: " -#: g10/import.c:3420 +#: g10/import.c:3432 #, c-format msgid "key %s: no public key - can't apply revocation certificate\n" msgstr "" "chiave %s: nessuna chiave pubblica - impossibile applicare il certificato di " "revoca\n" -#: g10/import.c:3449 +#: g10/import.c:3461 #, c-format msgid "key %s: can't locate original keyblock: %s\n" msgstr "chiave %s: impossibile individuare il blocco di chiave originale: %s\n" -#: g10/import.c:3456 +#: g10/import.c:3468 #, c-format msgid "key %s: can't read original keyblock: %s\n" msgstr "chiave %s: impossibile leggere il keyblock originale: %s\n" -#: g10/import.c:3476 +#: g10/import.c:3488 #, c-format msgid "key %s: invalid revocation certificate: %s - rejected\n" msgstr "chiave %s: certificato di revoca non valido: %s - rifiutato\n" -#: g10/import.c:3511 +#: g10/import.c:3523 #, c-format msgid "key %s: \"%s\" revocation certificate imported\n" msgstr "chiave %s: certificato di revoca \"%s\" importato\n" -#: g10/import.c:3597 +#: g10/import.c:3609 #, c-format msgid "key %s: no user ID for signature\n" msgstr "chiave %s: nessun ID utente per la firma\n" -#: g10/import.c:3614 +#: g10/import.c:3626 #, c-format msgid "key %s: unsupported public key algorithm on user ID \"%s\"\n" msgstr "" "chiave %s: algoritmo a chiave pubblica non supportato sull'ID utente \"%s\"\n" -#: g10/import.c:3616 +#: g10/import.c:3628 #, c-format msgid "key %s: invalid self-signature on user ID \"%s\"\n" msgstr "chiave %s: autode firma non valida sull'ID utente \"%s\"\n" -#: g10/import.c:3633 g10/import.c:3661 g10/import.c:3717 +#: g10/import.c:3645 g10/import.c:3673 g10/import.c:3729 #, c-format msgid "key %s: unsupported public key algorithm\n" msgstr "chiave %s: algoritmo a chiave pubblica non supportato\n" -#: g10/import.c:3634 +#: g10/import.c:3646 #, c-format msgid "key %s: invalid direct key signature\n" msgstr "chiave %s: firma diretta della chiave non valida\n" -#: g10/import.c:3648 +#: g10/import.c:3660 #, c-format msgid "key %s: no subkey for key binding\n" msgstr "chiave %s: nessuna sottochiave per l'associazione della chiave\n" -#: g10/import.c:3663 +#: g10/import.c:3675 #, c-format msgid "key %s: invalid subkey binding\n" msgstr "chiave %s: associazione di sottochiavi non valida\n" -#: g10/import.c:3682 +#: g10/import.c:3694 #, c-format msgid "key %s: removed multiple subkey binding\n" msgstr "chiave %s: rimossa l'associazione di più sottochiavi\n" -#: g10/import.c:3706 +#: g10/import.c:3718 #, c-format msgid "key %s: no subkey for key revocation\n" msgstr "chiave %s: nessuna sottochiave per la revoca della chiave\n" -#: g10/import.c:3719 +#: g10/import.c:3731 #, c-format msgid "key %s: invalid subkey revocation\n" msgstr "chiave %s: revoca della sottochiave non valida\n" -#: g10/import.c:3734 +#: g10/import.c:3746 #, c-format msgid "key %s: removed multiple subkey revocation\n" msgstr "chiave %s: rimossa la revoca di più sottochiavi\n" -#: g10/import.c:3778 +#: g10/import.c:3790 #, c-format msgid "key %s: skipped user ID \"%s\"\n" msgstr "chiave %s: ID utente ignorato \"%s\"\n" -#: g10/import.c:3805 +#: g10/import.c:3817 #, c-format msgid "key %s: skipped subkey\n" msgstr "chiave %s: sottochiave ignorata\n" -#: g10/import.c:3837 +#: g10/import.c:3849 #, c-format msgid "key %s: non exportable signature (class 0x%02X) - skipped\n" msgstr "chiave %s: firma non esportabile (classe 0x%02X) - ignorata\n" -#: g10/import.c:3848 +#: g10/import.c:3860 #, c-format msgid "key %s: revocation certificate at wrong place - skipped\n" msgstr "chiave %s: certificato di revoca nella posizione errata - ignorato\n" -#: g10/import.c:3866 +#: g10/import.c:3878 #, c-format msgid "key %s: invalid revocation certificate: %s - skipped\n" msgstr "chiave %s: certificato di revoca non valido: %s - ignorato\n" -#: g10/import.c:3880 +#: g10/import.c:3892 #, c-format msgid "key %s: subkey signature in wrong place - skipped\n" msgstr "chiave %s: firma della sottochiave nella posizione errata - ignorata\n" -#: g10/import.c:3888 +#: g10/import.c:3900 #, c-format msgid "key %s: unexpected signature class (0x%02X) - skipped\n" msgstr "chiave %s: classe di firma imprevista (0x%02X) - ignorata\n" -#: g10/import.c:4061 +#: g10/import.c:4073 #, c-format msgid "key %s: duplicated user ID detected - merged\n" msgstr "chiave %s: rilevato ID utente duplicato - unito\n" -#: g10/import.c:4168 -#, fuzzy, c-format -#| msgid "key %s: duplicated user ID detected - merged\n" +#: g10/import.c:4180 +#, c-format msgid "key %s: duplicated subkeys detected - merged\n" -msgstr "chiave %s: rilevato ID utente duplicato - unito\n" +msgstr "chiave %s: rilevate sottochiavi duplicate - unite\n" -#: g10/import.c:4233 +#: g10/import.c:4245 #, c-format msgid "WARNING: key %s may be revoked: fetching revocation key %s\n" msgstr "" "AVVISO: la chiave %s può essere revocata: recupero della chiave di revoca " "%s\n" -#: g10/import.c:4249 +#: g10/import.c:4261 #, c-format msgid "WARNING: key %s may be revoked: revocation key %s not present.\n" msgstr "" "AVVISO: la chiave %s può essere revocata: chiave di revoca %s non presente.\n" -#: g10/import.c:4315 +#: g10/import.c:4327 #, c-format msgid "key %s: \"%s\" revocation certificate added\n" msgstr "chiave %s: certificato di revoca \"%s\" aggiunto\n" -#: g10/import.c:4353 +#: g10/import.c:4365 #, c-format msgid "key %s: direct key signature added\n" msgstr "chiave %s: aggiunta firma chiave diretta\n" @@ -4418,7 +4366,7 @@ msgstr "spostare un tasto in una smart card" #: g10/keyedit.c:1303 msgid "convert a key to TPM form using the local TPM" -msgstr "" +msgstr "convertire una chiave in un modulo TPM utilizzando il TPM locale" #: g10/keyedit.c:1305 msgid "move a backup key to a smartcard" @@ -4714,10 +4662,9 @@ msgid "Not signed by you.\n" msgstr "Non firmato da te.\n" #: g10/keyedit.c:3031 -#, fuzzy, c-format -#| msgid "checking created signature failed: %s\n" +#, c-format msgid "revoking the key signature failed: %s\n" -msgstr "controllo della firma creata fallito: %s\n" +msgstr "revoca della firma della chiave non riuscita: %s\n" #: g10/keyedit.c:3152 #, c-format @@ -4830,12 +4777,12 @@ msgstr "" "finchè non eseguirai di nuovo il programma.\n" #: g10/keyedit.c:4016 g10/keyedit.c:4447 g10/keyserver.c:535 -#: g10/mainproc.c:2277 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 +#: g10/mainproc.c:2280 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 msgid "revoked" msgstr "revocato" #: g10/keyedit.c:4018 g10/keyedit.c:4449 g10/keyserver.c:539 -#: g10/mainproc.c:2279 g10/tofu.c:1792 g10/trust.c:124 +#: g10/mainproc.c:2282 g10/tofu.c:1792 g10/trust.c:124 msgid "expired" msgstr "scaduto" @@ -5188,10 +5135,9 @@ msgid "too many compression preferences\n" msgstr "troppe preferenze di compressione\n" #: g10/keygen.c:351 -#, fuzzy, c-format -#| msgid "too many cipher preferences\n" +#, c-format msgid "too many AEAD preferences\n" -msgstr "troppe preferenze di cifratura\n" +msgstr "troppe preferenze AEAD\n" #: g10/keygen.c:521 #, c-format @@ -5263,8 +5209,7 @@ msgid "SsEeAaQq" msgstr "SsEeAaQq" #: g10/keygen.c:1966 -#, fuzzy, c-format -#| msgid "Possible actions for a %s key: " +#, c-format msgid "Possible actions for this %s key: " msgstr "Azioni possibili per una chiave %s: " @@ -5293,62 +5238,53 @@ msgid " (%c) Finished\n" msgstr " (%c) Finito\n" #: g10/keygen.c:2116 -#, fuzzy, c-format -#| msgid " (%d) RSA and RSA (default)\n" +#, c-format msgid " (%d) RSA and RSA%s\n" -msgstr " (%d) RSA e RSA (impostazione predefinita)\n" +msgstr " (%d) RSA e RSA%s\n" #: g10/keygen.c:2120 -#, fuzzy, c-format -#| msgid " (%d) DSA and Elgamal\n" +#, c-format msgid " (%d) DSA and Elgamal%s\n" -msgstr " (%d) DSA ed Elgamal\n" +msgstr " (%d) DSA ed Elgamal%s\n" #: g10/keygen.c:2123 -#, fuzzy, c-format -#| msgid " (%d) DSA (sign only)\n" +#, c-format msgid " (%d) DSA (sign only)%s\n" -msgstr " (%d) DSA (firma solo)\n" +msgstr " (%d) DSA (solo segno)%s\n" #: g10/keygen.c:2125 -#, fuzzy, c-format -#| msgid " (%d) RSA (sign only)\n" +#, c-format msgid " (%d) RSA (sign only)%s\n" -msgstr " (%d) RSA (firma solo)\n" +msgstr " (%d) RSA (solo segno)%s\n" #: g10/keygen.c:2131 -#, fuzzy, c-format -#| msgid " (%d) Elgamal (encrypt only)\n" +#, c-format msgid " (%d) Elgamal (encrypt only)%s\n" -msgstr " (%d) ElGamal (cifra solo)\n" +msgstr " (%d) Elgamal (solo crittografa)%s\n" #: g10/keygen.c:2133 -#, fuzzy, c-format -#| msgid " (%d) RSA (encrypt only)\n" +#, c-format msgid " (%d) RSA (encrypt only)%s\n" -msgstr " (%d) RSA (cifra solo)\n" +msgstr " (%d) RSA (solo crittografia)%s\n" #: g10/keygen.c:2139 -#, fuzzy, c-format -#| msgid " (%d) DSA (set your own capabilities)\n" +#, c-format msgid " (%d) DSA (set your own capabilities)%s\n" -msgstr " (%d) DSA (impostare le proprie capacità )\n" +msgstr " (%d) DSA (impostare le proprie funzionalità )%s\n" #: g10/keygen.c:2141 -#, fuzzy, c-format -#| msgid " (%d) RSA (set your own capabilities)\n" +#, c-format msgid " (%d) RSA (set your own capabilities)%s\n" -msgstr " (%d) RSA (imposta le tue funzionalità )\n" +msgstr " (%d) RSA (impostare le proprie funzionalità )%s\n" #: g10/keygen.c:2147 -#, fuzzy, c-format -#| msgid " (%d) sign, encrypt\n" +#, c-format msgid " (%d) ECC (sign and encrypt)%s\n" -msgstr " (%d) segno, cifra\n" +msgstr " (%d) ECC (firmare e crittografare)%s\n" #: g10/keygen.c:2147 g10/keygen.c:2678 msgid " *default*" -msgstr "" +msgstr " *predefinito*" #: g10/keygen.c:2148 #, c-format @@ -5356,34 +5292,30 @@ msgid " (%d) ECC (sign only)\n" msgstr " (%d) DSA (firma solo)\n" #: g10/keygen.c:2150 -#, fuzzy, c-format -#| msgid " (%d) ECC (set your own capabilities)\n" +#, c-format msgid " (%d) ECC (set your own capabilities)%s\n" -msgstr " (%d) ECC (imposta le tue capacità )\n" +msgstr " (%d) ECC (impostare le proprie funzionalità )%s\n" #: g10/keygen.c:2152 -#, fuzzy, c-format -#| msgid " (%d) ECC (encrypt only)\n" +#, c-format msgid " (%d) ECC (encrypt only)%s\n" -msgstr " (%d) ECC (solo crittografia)\n" +msgstr " (%d) ECC (solo crittografia)%s\n" #: g10/keygen.c:2156 -#, fuzzy, c-format -#| msgid " (%d) Existing key\n" +#, c-format msgid " (%d) Existing key%s\n" -msgstr " (%d) Chiave esistente\n" +msgstr " (%d) Chiave esistente%s\n" #: g10/keygen.c:2158 -#, fuzzy, c-format -#| msgid " (%d) Existing key from card\n" +#, c-format msgid " (%d) Existing key from card%s\n" -msgstr " (%d) Chiave esistente dalla scheda\n" +msgstr " (%d) Chiave esistente dalla carta%s\n" #: g10/keygen.c:2254 sm/certreqgen-ui.c:203 msgid "Enter the keygrip: " msgstr "Immettere il keygrip: " -#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2279 +#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2280 #, c-format msgid "Not a valid keygrip (expecting 40 hex digits)\n" msgstr "Keygrip non valido (previsto 40 cifre esadecimali)\n" @@ -5392,13 +5324,13 @@ msgstr "Keygrip non valido (previsto 40 cifre esadecimali)\n" msgid "No key with this keygrip\n" msgstr "Nessuna chiave con questa chiave\n" -#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3437 g10/keygen.c:3448 +#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3440 g10/keygen.c:3451 #: sm/certreqgen-ui.c:231 sm/certreqgen-ui.c:240 #, c-format msgid "error reading the card: %s\n" msgstr "errore durante la lettura della scheda: %s\n" -#: g10/keygen.c:2292 g10/keygen.c:3441 sm/certreqgen-ui.c:234 +#: g10/keygen.c:2292 g10/keygen.c:3444 sm/certreqgen-ui.c:234 #, c-format msgid "Serial number of the card: %s\n" msgstr "Numero di serie della scheda: %s\n" @@ -5640,13 +5572,18 @@ msgstr "" "dischi) durante la generazione dei numeri primi; questo da al generatore di\n" "numeri casuali migliori possibilità di raccogliere abbastanza entropia.\n" -#: g10/keygen.c:4570 g10/keygen.c:4643 g10/keygen.c:4661 g10/keygen.c:4690 -#: g10/keygen.c:5066 g10/keygen.c:5612 g10/keygen.c:5923 g10/keygen.c:6030 +#: g10/keygen.c:3591 +#, c-format +msgid "WARNING: v4 is specified, but overridden by v5.\n" +msgstr "" + +#: g10/keygen.c:4590 g10/keygen.c:4663 g10/keygen.c:4681 g10/keygen.c:4710 +#: g10/keygen.c:5086 g10/keygen.c:5632 g10/keygen.c:5943 g10/keygen.c:6050 #, c-format msgid "Key generation failed: %s\n" msgstr "Generazione della chiave fallita: %s\n" -#: g10/keygen.c:4579 +#: g10/keygen.c:4599 #, c-format msgid "" "About to create a key for:\n" @@ -5657,66 +5594,66 @@ msgstr "" " \"%s\"\n" "\n" -#: g10/keygen.c:4581 +#: g10/keygen.c:4601 msgid "Continue? (Y/n) " msgstr "Continuare? (Y/n) " -#: g10/keygen.c:4602 +#: g10/keygen.c:4622 #, c-format msgid "A key for \"%s\" already exists\n" msgstr "Esiste già una chiave per \"%s\"\n" -#: g10/keygen.c:4607 +#: g10/keygen.c:4627 msgid "Create anyway? (y/N) " msgstr "Creare comunque? (y/N) " -#: g10/keygen.c:4613 +#: g10/keygen.c:4633 #, c-format msgid "creating anyway\n" msgstr "creazione comunque\n" -#: g10/keygen.c:5049 +#: g10/keygen.c:5069 #, c-format msgid "Note: Use \"%s %s\" for a full featured key generation dialog.\n" msgstr "" "Nota: utilizzare \"%s %s\" per una finestra di dialogo di generazione di " "chiavi in primo piano.\n" -#: g10/keygen.c:5098 +#: g10/keygen.c:5118 #, c-format msgid "Key generation canceled.\n" msgstr "Generazione della chiave annullata.\n" -#: g10/keygen.c:5158 +#: g10/keygen.c:5178 #, c-format msgid "can't create backup file '%s': %s\n" msgstr "impossibile creare il file di backup '%s': %s\n" -#: g10/keygen.c:5178 +#: g10/keygen.c:5198 #, c-format msgid "Note: backup of card key saved to '%s'\n" msgstr "Nota: backup della chiave della scheda salvata in '%s'\n" -#: g10/keygen.c:5339 g10/keygen.c:5541 +#: g10/keygen.c:5359 g10/keygen.c:5561 #, c-format msgid "writing public key to '%s'\n" msgstr "scrittura di chiave pubblica in '%s'\n" -#: g10/keygen.c:5535 +#: g10/keygen.c:5555 #, c-format msgid "no writable public keyring found: %s\n" msgstr "non è stato trovato un portachiavi pubblico scrivibile: %s\n" -#: g10/keygen.c:5549 +#: g10/keygen.c:5569 #, c-format msgid "error writing public keyring '%s': %s\n" msgstr "errore durante la scrittura della chiave pubblica '%s': %s\n" -#: g10/keygen.c:5583 +#: g10/keygen.c:5603 msgid "public and secret key created and signed.\n" msgstr "chiavi pubbliche e segrete create e firmate.\n" -#: g10/keygen.c:5599 +#: g10/keygen.c:5619 msgid "" "Note that this key cannot be used for encryption. You may want to use\n" "the command \"--edit-key\" to generate a subkey for this purpose.\n" @@ -5725,7 +5662,7 @@ msgstr "" "consiglia di utilizzare\n" "il comando \"--edit-key\" per generare una sottochiave a questo scopo.\n" -#: g10/keygen.c:5781 g10/keygen.c:5980 +#: g10/keygen.c:5801 g10/keygen.c:6000 #, c-format msgid "" "key has been created %lu second in future (time warp or clock problem)\n" @@ -5733,7 +5670,7 @@ msgstr "" "la chiave è stata creata %lu secondo nel futuro (salto nel tempo o problema\n" "con l'orologio)\n" -#: g10/keygen.c:5783 g10/keygen.c:5982 +#: g10/keygen.c:5803 g10/keygen.c:6002 #, c-format msgid "" "key has been created %lu seconds in future (time warp or clock problem)\n" @@ -5741,23 +5678,23 @@ msgstr "" "la chiave è stata creata %lu secondi nel futuro (salto nel tempo o problema\n" "con l'orologio)\n" -#: g10/keygen.c:5794 g10/keygen.c:5993 +#: g10/keygen.c:5814 g10/keygen.c:6013 #, c-format msgid "Note: creating subkeys for v3 keys is not OpenPGP compliant\n" msgstr "" "Nota: la creazione di sottochiavi per le chiavi v3 non è conforme a OpenPGP\n" -#: g10/keygen.c:5806 g10/keygen.c:5808 +#: g10/keygen.c:5826 g10/keygen.c:5828 #, c-format msgid "Secret parts of primary key are not available.\n" msgstr "Parti della chiave segreta non sono disponibili.\n" -#: g10/keygen.c:5815 g10/keygen.c:5817 +#: g10/keygen.c:5835 g10/keygen.c:5837 #, c-format msgid "Secret parts of primary key are stored on-card.\n" msgstr "Le parti segrete della chiave primaria vengono archiviate su scheda.\n" -#: g10/keygen.c:5837 g10/keygen.c:6007 +#: g10/keygen.c:5857 g10/keygen.c:6027 msgid "Really create? (y/N) " msgstr "Davvero creare? (y/N) " @@ -5911,7 +5848,7 @@ msgstr "protocollo keyserver non valido (noi %d!=intestazione %d!)\n" msgid "\"%s\" not a key ID: skipping\n" msgstr "\"%s\" non è un ID chiave:\n" -#: g10/keyserver.c:1418 g10/keyserver.c:1451 +#: g10/keyserver.c:1420 g10/keyserver.c:1453 #, c-format msgid "refreshing %d key from %s\n" msgid_plural "refreshing %d keys from %s\n" @@ -5920,52 +5857,52 @@ msgstr[1] "" "aggiornamento della chiavi %d da %s\n" "\n" -#: g10/keyserver.c:1425 +#: g10/keyserver.c:1427 #, c-format msgid "WARNING: unable to refresh key %s via %s: %s\n" msgstr "AVVISO: impossibile aggiornare la chiave %s tramite %s: %s\n" -#: g10/keyserver.c:1529 +#: g10/keyserver.c:1531 #, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "chiave \"%s\" non trovata nel keyserver\n" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1534 #, c-format msgid "key not found on keyserver\n" msgstr "chiave non trovata nel keyserver\n" -#: g10/keyserver.c:1720 +#: g10/keyserver.c:1722 #, c-format msgid "requesting key %s from %s server %s\n" msgstr "richiesta della chiave %s dal server %s %s\n" -#: g10/keyserver.c:1724 +#: g10/keyserver.c:1726 #, c-format msgid "requesting key %s from %s\n" msgstr "richiesta della chiave %s da %s\n" -#: g10/keyserver.c:1829 g10/keyserver.c:2008 +#: g10/keyserver.c:1841 g10/keyserver.c:2020 #, c-format msgid "no keyserver known\n" msgstr "nessun keyserver noto\n" -#: g10/keyserver.c:1844 g10/skclist.c:213 g10/skclist.c:241 +#: g10/keyserver.c:1856 g10/skclist.c:213 g10/skclist.c:241 #, c-format msgid "skipped \"%s\": %s\n" msgstr "\"%s\" ignorato: %s\n" -#: g10/keyserver.c:1848 +#: g10/keyserver.c:1860 #, c-format msgid "sending key %s to %s\n" msgstr "invio della chiave %s a %s\n" -#: g10/keyserver.c:1889 +#: g10/keyserver.c:1901 #, c-format msgid "requesting key from '%s'\n" msgstr "richiesta di chiave da '%s'\n" -#: g10/keyserver.c:1905 +#: g10/keyserver.c:1917 #, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "AVVISO: impossibile recuperare l'URI %s: %s\n" @@ -5976,16 +5913,14 @@ msgid "weird size for an encrypted session key (%d)\n" msgstr "la chiave di sessione cifrata ha dimensioni strane (%d)\n" #: g10/mainproc.c:378 -#, fuzzy, c-format -#| msgid "%s encrypted session key\n" +#, c-format msgid "%s.%s encrypted session key\n" -msgstr "chiave di sessione cifrata con %s\n" +msgstr "%s.%s chiave di sessione crittografata\n" #: g10/mainproc.c:385 -#, fuzzy, c-format -#| msgid "encrypted with unknown algorithm %d\n" +#, c-format msgid "encrypted with unknown algorithm %d.%s\n" -msgstr "cifrato con l'algoritmo sconosciuto %d\n" +msgstr "crittografato con algoritmi sconosciuti %d.%s\n" #: g10/mainproc.c:391 #, c-format @@ -5998,10 +5933,9 @@ msgid "public key is %s\n" msgstr "la chiave pubblica è %s\n" #: g10/mainproc.c:524 -#, fuzzy, c-format -#| msgid "encrypted with %u-bit %s key, ID %s, created %s\n" +#, c-format msgid "encrypted with %s key, ID %s, created %s\n" -msgstr "crittografata con la chiave %u bit %s, ID %s, creata %s\n" +msgstr "crittografato con %s chiave, ID %s, creato %s\n" #: g10/mainproc.c:528 g10/pkclist.c:231 #, c-format @@ -6160,84 +6094,84 @@ msgstr " autorità emittente \"%s\"\n" msgid "Key available at: " msgstr "Chiave disponibile presso: " -#: g10/mainproc.c:2033 +#: g10/mainproc.c:2034 #, c-format msgid "Note: Use '%s' to make use of this info\n" msgstr "Nota: utilizzare '%s' per utilizzare queste informazioni\n" -#: g10/mainproc.c:2231 +#: g10/mainproc.c:2234 msgid "[uncertain]" msgstr "[incerta]" -#: g10/mainproc.c:2269 +#: g10/mainproc.c:2272 #, c-format msgid " aka \"%s\"" msgstr " aka \"%s\"" -#: g10/mainproc.c:2344 +#: g10/mainproc.c:2347 #, c-format msgid "WARNING: This key is not suitable for signing in %s mode\n" msgstr "AVVISO: questa chiave non è adatta per l'accesso in modalità %s\n" -#: g10/mainproc.c:2360 +#: g10/mainproc.c:2363 #, c-format msgid "Signature expired %s\n" msgstr "Firma scaduta il %s\n" -#: g10/mainproc.c:2365 +#: g10/mainproc.c:2368 #, c-format msgid "Signature expires %s\n" msgstr "Questa firma scadrà il %s\n" -#: g10/mainproc.c:2376 +#: g10/mainproc.c:2379 #, c-format msgid "%s signature, digest algorithm %s%s%s\n" msgstr "Firma %s, algoritmo digest %s%s%s\n" -#: g10/mainproc.c:2377 +#: g10/mainproc.c:2380 msgid "binary" msgstr "binario" -#: g10/mainproc.c:2378 +#: g10/mainproc.c:2381 msgid "textmode" msgstr "modo testo" -#: g10/mainproc.c:2378 g10/trust.c:123 dirmngr/ocsp.c:792 +#: g10/mainproc.c:2381 g10/trust.c:123 dirmngr/ocsp.c:792 msgid "unknown" msgstr "sconosciuto" -#: g10/mainproc.c:2380 +#: g10/mainproc.c:2383 msgid ", key algorithm " msgstr ", algoritmo a chiave " -#: g10/mainproc.c:2415 +#: g10/mainproc.c:2418 #, c-format msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n" msgstr "" "AVVISO: non è una firma disconnessa; il file '%s' NON è stato verificato!\n" -#: g10/mainproc.c:2454 +#: g10/mainproc.c:2457 #, c-format msgid "Can't check signature: %s\n" msgstr "Impossibile controllare la firma: %s\n" -#: g10/mainproc.c:2550 g10/mainproc.c:2569 g10/mainproc.c:2693 +#: g10/mainproc.c:2553 g10/mainproc.c:2572 g10/mainproc.c:2696 #, c-format msgid "not a detached signature\n" msgstr "non è una firma separata\n" -#: g10/mainproc.c:2603 +#: g10/mainproc.c:2606 #, c-format msgid "" "WARNING: multiple signatures detected. Only the first will be checked.\n" msgstr "ATTENZIONE: trovate firme multiple. Sarà controllata solo la prima.\n" -#: g10/mainproc.c:2612 +#: g10/mainproc.c:2615 #, c-format msgid "standalone signature of class 0x%02x\n" msgstr "firma solitaria di classe 0x%02x\n" -#: g10/mainproc.c:2697 +#: g10/mainproc.c:2700 #, c-format msgid "old style (PGP 2.x) signature\n" msgstr "firma vecchio stile (PGP 2.x)\n" @@ -6717,30 +6651,24 @@ msgstr "" "non è presente).\n" #: g10/pkclist.c:669 -#, fuzzy, c-format -#| msgid "user ID: \"%s\"\n" +#, c-format msgid "checking User ID \"%s\"\n" -msgstr "ID utente: \"%s\"\n" +msgstr "controllo dell'ID utente \"%s\"\n" #: g10/pkclist.c:681 -#, fuzzy, c-format -#| msgid "option '%s' given, but option '%s' not given\n" +#, c-format msgid "option %s given but issuer \"%s\" does not match\n" -msgstr "" -"l'opzione '%s' specificata, ma l'opzione '%s' non è stata specificata\n" +msgstr "opzione %s data ma l'emittente \"%s\" non corrisponde\n" #: g10/pkclist.c:684 -#, fuzzy, c-format -#| msgid "key %s: doesn't match our copy\n" +#, c-format msgid "issuer \"%s\" does not match any User ID\n" -msgstr "chiave %s: non corrisponde alla nostra copia\n" +msgstr "l'emittente \"%s\" non corrisponde ad alcun ID utente\n" #: g10/pkclist.c:687 -#, fuzzy, c-format -#| msgid "option '%s' given, but option '%s' not given\n" +#, c-format msgid "option %s given but no matching User ID found\n" -msgstr "" -"l'opzione '%s' specificata, ma l'opzione '%s' non è stata specificata\n" +msgstr "opzione %s ma non è stato trovato alcun ID utente corrispondente\n" #: g10/pkclist.c:696 #, c-format @@ -6774,10 +6702,10 @@ msgid "Note: This key has expired!\n" msgstr "Nota: questa chiave è scaduta!\n" #: g10/pkclist.c:729 -#, fuzzy, c-format -#| msgid "WARNING: This key is not certified with a trusted signature!\n" +#, c-format msgid "WARNING: The key's User ID is not certified with a trusted signature!\n" -msgstr "ATTENZIONE: questa chiave non è certificata con una firma fidata!\n" +msgstr "" +"ATTENZIONE: questa chiave ID utente non è certificata con una firma fidata!\n" #: g10/pkclist.c:732 #, c-format @@ -6802,14 +6730,13 @@ msgid " The signature is probably a FORGERY.\n" msgstr " La firma è probabilmente un FALSO.\n" #: g10/pkclist.c:753 -#, fuzzy, c-format -#| msgid "" -#| "WARNING: This key is not certified with sufficiently trusted signatures!\n" +#, c-format msgid "" "WARNING: The key's User ID is not certified with sufficiently trusted " "signatures!\n" msgstr "" -"ATTENZIONE: questa chiave non è certificata con firme abbastanza fidate!\n" +"ATTENZIONE: l'ID utente della chiave non è certificato con firme " +"sufficientemente attendibili!\n" #: g10/pkclist.c:756 #, c-format @@ -6955,10 +6882,10 @@ msgid "anonymous recipient; trying secret key %s ...\n" msgstr "destinatario anonimo; tentativo di chiave segreta %s...\n" #: g10/pubkey-enc.c:146 g10/pubkey-enc.c:159 -#, fuzzy, c-format -#| msgid "key %s is not suitable for decryption in %s mode\n" +#, c-format msgid "used key is not marked for encryption use.\n" -msgstr "la chiave %s non è adatta per la decrittografia in modalità %s\n" +msgstr "" +"la chiave utilizzata non è contrassegnata per l'uso della crittografia.\n" #: g10/pubkey-enc.c:157 #, c-format @@ -7325,10 +7252,9 @@ msgid "signing:" msgstr "firma:" #: g10/sign.c:1622 -#, fuzzy, c-format -#| msgid "%s encryption will be used\n" +#, c-format msgid "%s.%s encryption will be used\n" -msgstr "sarà usato il cifrario %s\n" +msgstr "%s.%s verrà utilizzata la crittografia di Questo tipo\n" #: g10/skclist.c:172 g10/skclist.c:253 #, c-format @@ -8133,16 +8059,15 @@ msgid "can't open fd %d: %s\n" msgstr "impossibile aprire fd %d: %s\n" #: g10/cipher-cfb.c:70 -#, fuzzy, c-format -#| msgid "WARNING: message was not integrity protected\n" +#, c-format msgid "WARNING: encrypting without integrity protection is dangerous\n" -msgstr "ATTENZIONE: l'integrità del messaggio non era protetta\n" +msgstr "" +"ATTENZIONE: crittografare senza protezione dell'integrità è pericoloso\n" #: g10/cipher-cfb.c:72 -#, fuzzy, c-format -#| msgid "ambiguous option '%s'\n" +#, c-format msgid "Hint: Do not use option %s\n" -msgstr "opzione ambigua '%s'\n" +msgstr "Suggerimento: non utilizzare l'opzione %s\n" #: kbx/kbxutil.c:93 msgid "set debugging flags" @@ -8167,7 +8092,7 @@ msgstr "" #. TRANSLATORS: Put a \x1f right before a colon. This can be #. * used by pinentry to nicely align the names and values. Keep #. * the %s at the start and end of the string. -#: scd/app-piv.c:1770 scd/app-p15.c:4741 scd/app-nks.c:1475 +#: scd/app-piv.c:1770 scd/app-p15.c:4937 scd/app-nks.c:1530 #: scd/app-openpgp.c:2386 #, c-format msgid "%sNumber: %s%%0AHolder: %s%s" @@ -8175,49 +8100,37 @@ msgstr "%sNumero: %s%%0ATitolare: %s%s" #. TRANSLATORS: This is the number of remaining attempts to #. * enter a PIN. Use %%0A (double-percent,0A) for a linefeed. -#: scd/app-piv.c:1787 scd/app-p15.c:4760 scd/app-nks.c:1494 +#: scd/app-piv.c:1787 scd/app-p15.c:4956 scd/app-nks.c:1549 #: scd/app-openpgp.c:2402 #, c-format msgid "Remaining attempts: %d" msgstr "Tentativi rimanenti: %d" #: scd/app-piv.c:1845 -#, fuzzy -#| msgid "||Please enter the PIN" msgid "|N|Please enter the new Global-PIN" -msgstr "||Inserisci il PIN" +msgstr "|N|Immettere il nuovo PIN globale" #: scd/app-piv.c:1846 -#, fuzzy -#| msgid "||Please enter the Reset Code for the card" msgid "||Please enter the Global-PIN of your PIV card" -msgstr "||Inserisci il Codice reset per la carta" +msgstr "||Immettere il PIN globale della scheda PIV" #: scd/app-piv.c:1853 -#, fuzzy -#| msgid "||Please enter the PIN" msgid "|N|Please enter the new PIN" -msgstr "||Inserisci il PIN" +msgstr "|N|Immettere il nuovo PIN" #: scd/app-piv.c:1854 -#, fuzzy -#| msgid "||Please enter the Reset Code for the card" msgid "||Please enter the PIN of your PIV card" -msgstr "||Inserisci il Codice reset per la carta" +msgstr "||Inserisci il PIN della tua scheda PIV" #: scd/app-piv.c:1861 -#, fuzzy -#| msgid "|A|Please enter the Admin PIN" msgid "|N|Please enter the new Unblocking Key" -msgstr "|A|Inserisci il PIN di amministratore" +msgstr "|N| Immettere la nuova chiave di sblocco" #: scd/app-piv.c:1862 -#, fuzzy -#| msgid "|P|Please enter the PIN Unblocking Code (PUK) for the standard keys." msgid "||Please enter the Unblocking Key of your PIV card" -msgstr "|P|Inserisci il codice di sblocco del PIN (PUK) per i tasti standard." +msgstr "||Immettere la chiave di sblocco della scheda PIV" -#: scd/app-piv.c:1888 scd/app-nks.c:1605 scd/app-openpgp.c:2669 +#: scd/app-piv.c:1888 scd/app-nks.c:1660 scd/app-openpgp.c:2669 #: scd/app-openpgp.c:2693 scd/app-openpgp.c:2871 scd/app-openpgp.c:2893 #: scd/app-openpgp.c:3074 scd/app-openpgp.c:3361 scd/app-openpgp.c:3408 #: scd/app-openpgp.c:3545 scd/app-dinsig.c:302 @@ -8226,21 +8139,19 @@ msgid "PIN callback returned error: %s\n" msgstr "Errore di richiamata PIN: %s\n" #: scd/app-piv.c:1895 -#, fuzzy, c-format -#| msgid "PIN for CHV%d is too short; minimum length is %d\n" +#, c-format msgid "PIN is too short; minimum length is %d\n" -msgstr "Il PIN per CHV%d è troppo breve; la lunghezza minima è %d\n" +msgstr "Il PIN è troppo corto; la lunghezza minima è %d\n" #: scd/app-piv.c:1903 -#, fuzzy, c-format -#| msgid "PIN for CHV%d is too short; minimum length is %d\n" +#, c-format msgid "PIN is too long; maximum length is %d\n" -msgstr "Il PIN per CHV%d è troppo breve; la lunghezza minima è %d\n" +msgstr "Il PIN è troppo lungo; la lunghezza massima è %d\n" #: scd/app-piv.c:1910 #, c-format msgid "PIN has invalid characters; only digits are allowed\n" -msgstr "" +msgstr "Il PIN ha caratteri non validi; sono consentite solo cifre\n" #: scd/app-piv.c:2657 scd/app-openpgp.c:3616 #, c-format @@ -8307,59 +8218,57 @@ msgstr[1] "" msgid "response does not contain the public key data\n" msgstr "risposta non contiene i dati della chiave pubblica\n" -#: scd/app-p15.c:4839 scd/app-nks.c:1983 +#: scd/app-p15.c:5035 scd/app-nks.c:2038 msgid "||Please enter the PIN for the key to create qualified signatures." msgstr "||Immettere il PIN per la chiave per creare firme qualificate." #. TRANSLATORS: Do not translate the "|A|" prefix but keep it at #. the start of the string. Use %0A (single percent) for a linefeed. -#: scd/app-p15.c:4842 scd/app-openpgp.c:2818 +#: scd/app-p15.c:5038 scd/app-openpgp.c:2818 msgid "|A|Please enter the Admin PIN" msgstr "|A|Inserisci il PIN di amministratore" -#: scd/app-p15.c:4844 scd/app-nks.c:1973 +#: scd/app-p15.c:5040 scd/app-nks.c:2028 msgid "|P|Please enter the PIN Unblocking Code (PUK) for the standard keys." msgstr "|P|Inserisci il codice di sblocco del PIN (PUK) per i tasti standard." -#: scd/app-p15.c:4847 scd/app-nks.c:1964 +#: scd/app-p15.c:5043 scd/app-nks.c:2019 msgid "||Please enter the PIN for the standard keys." msgstr "||Si prega di inserire il PIN per le chiavi standard." -#: scd/app-nks.c:1413 scd/app-openpgp.c:4321 +#: scd/app-nks.c:1468 scd/app-openpgp.c:4321 #, c-format msgid "RSA modulus missing or not of size %d bits\n" msgstr "Modulo RSA mancante o non di dimensione %d bit\n" -#: scd/app-nks.c:1421 scd/app-openpgp.c:4333 +#: scd/app-nks.c:1476 scd/app-openpgp.c:4333 #, c-format msgid "RSA public exponent missing or larger than %d bits\n" msgstr "Esponente pubblico RSA mancante o superiore a %d bit\n" -#: scd/app-nks.c:1594 -#, fuzzy -#| msgid "the NullPIN has not yet been changed\n" +#: scd/app-nks.c:1649 msgid "Note: PIN has not yet been enabled." -msgstr "il NullPIN non è ancora stato modificato\n" +msgstr "Nota: il PIN non è ancora stato abilitato." -#: scd/app-nks.c:1641 +#: scd/app-nks.c:1696 #, c-format msgid "the NullPIN has not yet been changed\n" msgstr "il NullPIN non è ancora stato modificato\n" -#: scd/app-nks.c:1963 +#: scd/app-nks.c:2018 msgid "|N|Please enter a new PIN for the standard keys." msgstr "|N|Immettere un nuovo PIN per le chiavi standard." -#: scd/app-nks.c:1971 +#: scd/app-nks.c:2026 msgid "|NP|Please enter a new PIN Unblocking Code (PUK) for the standard keys." msgstr "" "|N|Inserisci un nuovo codice di sblocco del PIN (PUK) per i tasti standard." -#: scd/app-nks.c:1981 +#: scd/app-nks.c:2036 msgid "|N|Please enter a new PIN for the key to create qualified signatures." msgstr "|N|Immettere un nuovo PIN per la chiave per creare firme qualificate." -#: scd/app-nks.c:1991 +#: scd/app-nks.c:2046 msgid "" "|NP|Please enter a new PIN Unblocking Code (PUK) for the key to create " "qualified signatures." @@ -8367,7 +8276,7 @@ msgstr "" "|NP|Inserisci un nuovo codice di sblocco PIN (PUK) per la chiave per creare " "firme qualificate." -#: scd/app-nks.c:1993 +#: scd/app-nks.c:2048 msgid "" "|P|Please enter the PIN Unblocking Code (PUK) for the key to create " "qualified signatures." @@ -8375,7 +8284,7 @@ msgstr "" "|P|Inserisci il codice di sblocco del PIN (PUK) per la chiave per creare " "firme qualificate." -#: scd/app-nks.c:2166 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 +#: scd/app-nks.c:2221 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 #, c-format msgid "error getting new PIN: %s\n" msgstr "errore durante il recupero del nuovo PIN: %s\n" @@ -8562,59 +8471,59 @@ msgstr "||Inserisci il tuo PIN sul pinpad del lettore" msgid "|N|Initial New PIN" msgstr "|N|Nuovo PIN iniziale" -#: scd/scdaemon.c:118 +#: scd/scdaemon.c:119 msgid "run in multi server mode (foreground)" msgstr "eseguire in modalità multi server (in primo piano)" -#: scd/scdaemon.c:135 sm/gpgsm.c:271 dirmngr/dirmngr.c:197 +#: scd/scdaemon.c:136 sm/gpgsm.c:274 dirmngr/dirmngr.c:198 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "|LEVEL| impostare il livello di debug su LEVEL" -#: scd/scdaemon.c:141 +#: scd/scdaemon.c:142 msgid "|FILE|write a log to FILE" msgstr "|FILE|scrittura di un registro in FILE" -#: scd/scdaemon.c:148 +#: scd/scdaemon.c:149 msgid "|N|connect to reader at port N" msgstr "|N|connessione al lettore alla porta N" -#: scd/scdaemon.c:150 +#: scd/scdaemon.c:151 msgid "|NAME|use NAME as ct-API driver" msgstr "|NAME|utilizzare NAME come driver ct-API" -#: scd/scdaemon.c:152 +#: scd/scdaemon.c:153 msgid "|NAME|use NAME as PC/SC driver" msgstr "|NAME|utilizzare NAME come driver PC/SC" -#: scd/scdaemon.c:156 +#: scd/scdaemon.c:157 msgid "do not use the internal CCID driver" msgstr "non utilizzare il driver CCID interno" -#: scd/scdaemon.c:162 +#: scd/scdaemon.c:163 msgid "|N|disconnect the card after N seconds of inactivity" msgstr "|N|scollegare la scheda dopo N secondi di inattività " -#: scd/scdaemon.c:165 +#: scd/scdaemon.c:166 msgid "do not use a reader's pinpad" msgstr "non utilizzare il pinpad di un lettore" -#: scd/scdaemon.c:168 +#: scd/scdaemon.c:169 msgid "use variable length input for pinpad" msgstr "utilizzare l'input a lunghezza variabile per il pinpad" -#: scd/scdaemon.c:171 +#: scd/scdaemon.c:172 msgid "|LIST|change the application priority to LIST" -msgstr "" +msgstr "|LIST| la priorità dell'applicazione in LIST" -#: scd/scdaemon.c:179 +#: scd/scdaemon.c:180 msgid "deny the use of admin card commands" msgstr "negare l'uso dei comandi della scheda di amministrazione" -#: scd/scdaemon.c:324 +#: scd/scdaemon.c:325 msgid "Usage: @SCDAEMON@ [options] (-h for help)" msgstr "Utilizzo: @SCDAEMON@ [opzioni] (-h per assistenza)" -#: scd/scdaemon.c:326 +#: scd/scdaemon.c:327 msgid "" "Syntax: scdaemon [options] [command [args]]\n" "Smartcard daemon for @GNUPG@\n" @@ -8622,19 +8531,19 @@ msgstr "" "Sintassi: scdaemon [opzioni] [comando [args]]\n" "Daemon smartcard per @GNUPG@\n" -#: scd/scdaemon.c:807 +#: scd/scdaemon.c:819 #, c-format msgid "please use the option '--daemon' to run the program in the background\n" msgstr "" "si prega di utilizzare l'opzione '--daemon' per eseguire il programma in " "background\n" -#: scd/scdaemon.c:1183 dirmngr/dirmngr.c:2077 +#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2104 #, c-format msgid "handler for fd %d started\n" msgstr "gestore per fd %d avviato\n" -#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2085 +#: scd/scdaemon.c:1207 dirmngr/dirmngr.c:2112 #, c-format msgid "handler for fd %d terminated\n" msgstr "gestore per fd %d terminato\n" @@ -8912,7 +8821,7 @@ msgid "a %u bit hash is not valid for a %u bit %s key\n" msgstr "un hash di bit %u non è valido per una chiave %u bit %s\n" #: sm/certcheck.c:239 sm/certcheck.c:263 dirmngr/crlcache.c:1542 -#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1363 dirmngr/validate.c:903 +#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1372 dirmngr/validate.c:903 #: dirmngr/validate.c:927 #, c-format msgid "out of core\n" @@ -9005,10 +8914,9 @@ msgid "certificate is not usable for signing\n" msgstr "certificato non è utilizzabile per la firma\n" #: sm/certlist.c:361 -#, fuzzy, c-format -#| msgid "lookup a certificate" +#, c-format msgid "looking for another certificate\n" -msgstr "ricerca di un certificato" +msgstr "alla ricerca di un altro certificato\n" #: sm/certreqgen.c:468 sm/certreqgen.c:753 #, c-format @@ -9236,12 +9144,9 @@ msgid "(this does not seem to be an encrypted message)\n" msgstr "(questo non sembra essere un messaggio crittografato)\n" #: sm/decrypt.c:868 -#, fuzzy, c-format -#| msgid "encrypted with %s key, ID %s\n" +#, c-format msgid "encrypted to %s key %s\n" -msgstr "" -"crittografata con chiave %s, ID %s\n" -"\n" +msgstr "crittografato per %s chiave %s\n" #: sm/delete.c:50 sm/delete.c:109 #, c-format @@ -9273,127 +9178,127 @@ msgstr "eliminazione del certificato \"%s\" non riuscita: %s\n" msgid "no valid recipients given\n" msgstr "nessun destinatario valido dato\n" -#: sm/gpgsm.c:224 +#: sm/gpgsm.c:226 msgid "list external keys" msgstr "elencare le chiavi esterne" -#: sm/gpgsm.c:226 +#: sm/gpgsm.c:228 msgid "list certificate chain" msgstr "catena di certificati valida" -#: sm/gpgsm.c:234 +#: sm/gpgsm.c:236 msgid "import certificates" msgstr "importa certificati" -#: sm/gpgsm.c:235 +#: sm/gpgsm.c:237 msgid "export certificates" msgstr "esporta certificati" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:245 msgid "register a smartcard" msgstr "registrare una smart card" -#: sm/gpgsm.c:246 +#: sm/gpgsm.c:248 msgid "pass a command to the dirmngr" msgstr "passare un comando al dirmngr" -#: sm/gpgsm.c:248 +#: sm/gpgsm.c:250 msgid "invoke gpg-protect-tool" msgstr "richiamare gpg-protect-tool" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:270 msgid "don't use the terminal at all" msgstr "non usa per niente il terminale" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "|N|number of certificates to include" msgstr "|N|numero di certificati da includere" -#: sm/gpgsm.c:296 +#: sm/gpgsm.c:299 msgid "|FILE|take policy information from FILE" msgstr "|FILE|prendere le informazioni sui criteri da FILE" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "assume input is in PEM format" msgstr "presupporre che l'input sia in formato PEM" -#: sm/gpgsm.c:312 +#: sm/gpgsm.c:315 msgid "assume input is in base-64 format" msgstr "presupporre che l'input sia in formato base 64" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "assume input is in binary format" msgstr "presupporre che l'input sia in formato binario" -#: sm/gpgsm.c:323 +#: sm/gpgsm.c:326 msgid "create base-64 encoded output" msgstr "creare output codificato in base 64" -#: sm/gpgsm.c:335 +#: sm/gpgsm.c:338 msgid "|USER-ID|use USER-ID as default secret key" msgstr "|USER-ID|utilizzare USER-ID come chiave segreta predefinita" -#: sm/gpgsm.c:346 +#: sm/gpgsm.c:349 msgid "|FILE|add keyring to the list of keyrings" msgstr "|FILE|aggiungere il tasto all'elenco dei keyring" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 msgid "|SPEC|use this keyserver to lookup keys" msgstr "|SPEC|utilizzare questo keyserver per cercare le chiavi" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "fetch missing issuer certificates" msgstr "recupera i certificati degli emittenti mancanti" -#: sm/gpgsm.c:361 +#: sm/gpgsm.c:364 msgid "|NAME|use encoding NAME for PKCS#12 passphrases" msgstr "Nome: utilizzare il nome di codifica per le passphrase PKCS-12" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 msgid "never consult a CRL" msgstr "non consultare mai una CRL" -#: sm/gpgsm.c:386 +#: sm/gpgsm.c:389 msgid "do not check CRLs for root certificates" msgstr "non controllare i certificati radice nei CRL" -#: sm/gpgsm.c:390 +#: sm/gpgsm.c:393 msgid "check validity using OCSP" msgstr "verificare la validità utilizzando OCSP" -#: sm/gpgsm.c:392 +#: sm/gpgsm.c:395 msgid "do not check certificate policies" msgstr "non controllare le politiche dei certificati" -#: sm/gpgsm.c:395 +#: sm/gpgsm.c:398 msgid "|NAME|use cipher algorithm NAME" msgstr "|NAME|usa l'algoritmo di cifratura NAME" -#: sm/gpgsm.c:397 +#: sm/gpgsm.c:400 msgid "|NAME|use message digest algorithm NAME" msgstr "|NAME|usa l'algoritmo di message digest NAME" -#: sm/gpgsm.c:407 +#: sm/gpgsm.c:410 msgid "batch mode: never ask" msgstr "modo batch: non fa domande" -#: sm/gpgsm.c:409 +#: sm/gpgsm.c:412 msgid "assume yes on most questions" msgstr "risponde \"sì\" a quasi tutte le domande" -#: sm/gpgsm.c:410 +#: sm/gpgsm.c:413 msgid "assume no on most questions" msgstr "risponde \"no\" a quasi tutte le domande" -#: sm/gpgsm.c:427 +#: sm/gpgsm.c:430 msgid "|FILE|write an audit log to FILE" msgstr "|FILE|scrittura di un registro di controllo in FILE" -#: sm/gpgsm.c:612 +#: sm/gpgsm.c:615 msgid "Usage: @GPGSM@ [options] [files] (-h for help)" msgstr "Utilizzo: @GPGSM@ [opzioni] [file] (-h per assistenza)" -#: sm/gpgsm.c:615 +#: sm/gpgsm.c:618 msgid "" "Syntax: @GPGSM@ [options] [files]\n" "Sign, check, encrypt or decrypt using the S/MIME protocol\n" @@ -9404,52 +9309,52 @@ msgstr "" "protocollo S/MIME\n" "Il funzionamento predefinito dipende dai dati di input\n" -#: sm/gpgsm.c:823 +#: sm/gpgsm.c:826 #, c-format msgid "Note: won't be able to encrypt to '%s': %s\n" msgstr "Nota: impossibile eseguire la crittografia in '%s': %s\n" -#: sm/gpgsm.c:834 +#: sm/gpgsm.c:837 #, c-format msgid "unknown validation model '%s'\n" msgstr "modello di convalida sconosciuto '%s'\n" -#: sm/gpgsm.c:893 dirmngr/ldapserver.c:89 +#: sm/gpgsm.c:896 dirmngr/ldapserver.c:89 #, c-format msgid "%s:%u: no hostname given\n" msgstr "%s: %u: nessun nome host specificato\n" -#: sm/gpgsm.c:912 dirmngr/ldapserver.c:108 +#: sm/gpgsm.c:915 dirmngr/ldapserver.c:108 #, c-format msgid "%s:%u: password given without user\n" msgstr "%s:%u: password fornita senza utente\n" -#: sm/gpgsm.c:943 dirmngr/ldapserver.c:139 +#: sm/gpgsm.c:946 dirmngr/ldapserver.c:139 #, c-format msgid "%s:%u: ignoring unknown flag '%s'\n" -msgstr "" +msgstr "%s:%u: ignorare la bandiera sconosciuta '%s'\n" -#: sm/gpgsm.c:959 dirmngr/ldapserver.c:155 +#: sm/gpgsm.c:962 dirmngr/ldapserver.c:155 #, c-format msgid "%s:%u: skipping this line\n" msgstr "%s:%u: ignorare questa riga\n" -#: sm/gpgsm.c:1545 +#: sm/gpgsm.c:1550 #, c-format msgid "could not parse keyserver\n" msgstr "impossibile analizzare il keyserver\n" -#: sm/gpgsm.c:1825 +#: sm/gpgsm.c:1858 #, c-format msgid "importing common certificates '%s'\n" msgstr "importazione di certificati comuni '%s'\n" -#: sm/gpgsm.c:1871 +#: sm/gpgsm.c:1904 #, c-format msgid "can't sign using '%s': %s\n" msgstr "impossibile firmare utilizzando '%s': %s\n" -#: sm/gpgsm.c:2231 +#: sm/gpgsm.c:2273 #, c-format msgid "invalid command (there is no implicit command)\n" msgstr "comando non valido (non esiste alcun comando implicito)\n" @@ -9485,10 +9390,9 @@ msgid "error reading input: %s\n" msgstr "errore durante la lettura dell'input: %s\n" #: sm/keydb.c:503 -#, fuzzy, c-format -#| msgid "no dirmngr running in this session\n" +#, c-format msgid "no keyboxd running in this session\n" -msgstr "nessun dirmngr in esecuzione in questa sessione\n" +msgstr "nessuna cassetta delle chiavi in esecuzione in questa sessione\n" #: sm/keydb.c:595 #, c-format @@ -9593,10 +9497,9 @@ msgid "checking for qualified certificate failed: %s\n" msgstr "controllo del certificato qualificato non riuscito: %s\n" #: sm/sign.c:912 -#, fuzzy, c-format -#| msgid "Signature made %s using %s key ID %s\n" +#, c-format msgid "%s/%s signature using %s key %s\n" -msgstr "Firma effettuata %s utilizzando l'ID chiave %s %s\n" +msgstr "%s/%s firma con %s chiave %s\n" #: sm/verify.c:467 #, c-format @@ -10436,133 +10339,133 @@ msgstr "previsto nome file assoluto\n" msgid "looking up '%s'\n" msgstr "ricerca di '%s'\n" -#: dirmngr/dirmngr.c:174 +#: dirmngr/dirmngr.c:175 msgid "list the contents of the CRL cache" msgstr "elencare il contenuto della cache CRL" -#: dirmngr/dirmngr.c:175 +#: dirmngr/dirmngr.c:176 msgid "|FILE|load CRL from FILE into cache" msgstr "|FILE|carica CRL da FILE nella cache" -#: dirmngr/dirmngr.c:176 +#: dirmngr/dirmngr.c:177 msgid "|URL|fetch a CRL from URL" msgstr "|URL|recupero di un CRL dall'URL" -#: dirmngr/dirmngr.c:177 +#: dirmngr/dirmngr.c:178 msgid "shutdown the dirmngr" msgstr "arrestare il dirmngr" -#: dirmngr/dirmngr.c:178 +#: dirmngr/dirmngr.c:179 msgid "flush the cache" msgstr "svuotare la cache" -#: dirmngr/dirmngr.c:211 +#: dirmngr/dirmngr.c:212 msgid "allow online software version check" msgstr "consentire il controllo della versione del software online" -#: dirmngr/dirmngr.c:214 +#: dirmngr/dirmngr.c:215 msgid "|N|do not return more than N items in one query" msgstr "|N|Non restituire più di N elementi in una query" -#: dirmngr/dirmngr.c:220 +#: dirmngr/dirmngr.c:221 msgid "Network related options" -msgstr "" +msgstr "Opzioni relative alla rete" -#: dirmngr/dirmngr.c:222 +#: dirmngr/dirmngr.c:223 msgid "route all network traffic via Tor" msgstr "instradare tutto il traffico di rete tramite Tor" -#: dirmngr/dirmngr.c:234 +#: dirmngr/dirmngr.c:235 msgid "Configuration for Keyservers" msgstr "Configurazione per Keyservers" -#: dirmngr/dirmngr.c:237 +#: dirmngr/dirmngr.c:238 msgid "|URL|use keyserver at URL" msgstr "| URL: utilizzare keyserver all'URL" -#: dirmngr/dirmngr.c:239 +#: dirmngr/dirmngr.c:240 msgid "|FILE|use the CA certificates in FILE for HKP over TLS" msgstr "|FILE|utilizzare i certificati CA in FILE per HKP su TLS" -#: dirmngr/dirmngr.c:241 +#: dirmngr/dirmngr.c:242 msgid "Configuration for HTTP servers" msgstr "Configurazione per i server HTTP" -#: dirmngr/dirmngr.c:243 +#: dirmngr/dirmngr.c:244 msgid "inhibit the use of HTTP" msgstr "inibire l'uso di HTTP" -#: dirmngr/dirmngr.c:245 +#: dirmngr/dirmngr.c:246 msgid "ignore HTTP CRL distribution points" msgstr "ignorare i punti di distribuzione CRL HTTP" -#: dirmngr/dirmngr.c:247 +#: dirmngr/dirmngr.c:248 msgid "|URL|redirect all HTTP requests to URL" msgstr "|URL|reindirizza tutte le richieste HTTP all'URL" -#: dirmngr/dirmngr.c:249 +#: dirmngr/dirmngr.c:250 msgid "use system's HTTP proxy setting" msgstr "utilizzare l'impostazione proxy HTTP del sistema" -#: dirmngr/dirmngr.c:253 +#: dirmngr/dirmngr.c:254 msgid "Configuration of LDAP servers to use" msgstr "Configurazione dei server LDAP da utilizzare" -#: dirmngr/dirmngr.c:255 +#: dirmngr/dirmngr.c:256 msgid "inhibit the use of LDAP" msgstr "inibire l'uso di LDAP" -#: dirmngr/dirmngr.c:257 +#: dirmngr/dirmngr.c:258 msgid "ignore LDAP CRL distribution points" msgstr "ignorare i punti di distribuzione CRL LDAP" -#: dirmngr/dirmngr.c:259 +#: dirmngr/dirmngr.c:260 msgid "|HOST|use HOST for LDAP queries" msgstr "|HOST|utilizzare HOST per le query LDAP" -#: dirmngr/dirmngr.c:261 +#: dirmngr/dirmngr.c:262 msgid "do not use fallback hosts with --ldap-proxy" msgstr "non utilizzare host di fallback con --ldap-proxy" -#: dirmngr/dirmngr.c:263 +#: dirmngr/dirmngr.c:264 msgid "|FILE|read LDAP server list from FILE" msgstr "|FILE|lettura dell'elenco dei server LDAP da FILE" -#: dirmngr/dirmngr.c:265 +#: dirmngr/dirmngr.c:266 msgid "add new servers discovered in CRL distribution points to serverlist" msgstr "" "aggiungere nuovi server individuati nei punti di distribuzione CRL " "all'elenco dei server" -#: dirmngr/dirmngr.c:268 dirmngr/dirmngr_ldap.c:104 +#: dirmngr/dirmngr.c:269 dirmngr/dirmngr_ldap.c:104 msgid "|N|set LDAP timeout to N seconds" msgstr "|N|imposta il timeout LDAP su N secondi" -#: dirmngr/dirmngr.c:271 +#: dirmngr/dirmngr.c:272 msgid "Configuration for OCSP" msgstr "Configurazione per OCSP" -#: dirmngr/dirmngr.c:273 +#: dirmngr/dirmngr.c:274 msgid "allow sending OCSP requests" msgstr "consentire l'invio di richieste OCSP" -#: dirmngr/dirmngr.c:275 +#: dirmngr/dirmngr.c:276 msgid "ignore certificate contained OCSP service URLs" msgstr "ignorare gli URL del servizio OCSP contenuti nel certificato" -#: dirmngr/dirmngr.c:277 +#: dirmngr/dirmngr.c:278 msgid "|URL|use OCSP responder at URL" msgstr "|URL|utilizzare risponditore OCSP all'URL" -#: dirmngr/dirmngr.c:279 +#: dirmngr/dirmngr.c:280 msgid "|FPR|OCSP response signed by FPR" msgstr "|FPR|Risposta OCSP firmata da FPR" -#: dirmngr/dirmngr.c:287 +#: dirmngr/dirmngr.c:288 msgid "force loading of outdated CRLs" msgstr "forzare il caricamento di CRL obsoleti" -#: dirmngr/dirmngr.c:298 +#: dirmngr/dirmngr.c:299 msgid "" "@\n" "(See the \"info\" manual for a complete listing of all commands and " @@ -10572,11 +10475,11 @@ msgstr "" "(Vedere il manuale \"info\" per un elenco completo di tutti i comandi e le " "opzioni)\n" -#: dirmngr/dirmngr.c:440 +#: dirmngr/dirmngr.c:441 msgid "Usage: @DIRMNGR@ [options] (-h for help)" msgstr "Utilizzo: @DIRMNGR@ [opzioni] (-h per assistenza)" -#: dirmngr/dirmngr.c:442 +#: dirmngr/dirmngr.c:443 msgid "" "Syntax: @DIRMNGR@ [options] [command [args]]\n" "Keyserver, CRL, and OCSP access for @GNUPG@\n" @@ -10584,84 +10487,84 @@ msgstr "" "Sintassi: @DIRMNGR@ [opzioni] [comando [args]]\n" "Accesso keyserver, CRL e OCSP per @GNUPG@\n" -#: dirmngr/dirmngr.c:522 +#: dirmngr/dirmngr.c:523 #, c-format msgid "valid debug levels are: %s\n" msgstr "i livelli di debug validi sono: %s\n" -#: dirmngr/dirmngr.c:608 tools/gpgconf.c:667 tools/gpgconf.c:702 +#: dirmngr/dirmngr.c:609 tools/gpgconf.c:667 tools/gpgconf.c:702 #: tools/gpgconf.c:802 #, c-format msgid "usage: %s [options] " msgstr "utilizzo: %s [opzioni] " -#: dirmngr/dirmngr.c:1251 +#: dirmngr/dirmngr.c:1260 #, c-format msgid "colons are not allowed in the socket name\n" msgstr "due punti non sono consentiti nel nome del socket\n" -#: dirmngr/dirmngr.c:1486 dirmngr/server.c:1824 +#: dirmngr/dirmngr.c:1495 dirmngr/server.c:1824 #, c-format msgid "fetching CRL from '%s' failed: %s\n" msgstr "recupero CRL da '%s' non riuscito: %s\n" -#: dirmngr/dirmngr.c:1492 dirmngr/server.c:1830 +#: dirmngr/dirmngr.c:1501 dirmngr/server.c:1830 #, c-format msgid "processing CRL from '%s' failed: %s\n" msgstr "elaborazione CRL da '%s' non riuscita: %s\n" -#: dirmngr/dirmngr.c:1634 +#: dirmngr/dirmngr.c:1643 #, c-format msgid "%s:%u: line too long - skipped\n" msgstr "%s:%u: riga troppo lunga - ignorata\n" -#: dirmngr/dirmngr.c:1689 dirmngr/dirmngr.c:1773 +#: dirmngr/dirmngr.c:1698 dirmngr/dirmngr.c:1782 #, c-format msgid "%s:%u: invalid fingerprint detected\n" msgstr "%s:%u: rilevata impronta digitale non valida\n" -#: dirmngr/dirmngr.c:1725 dirmngr/dirmngr.c:1751 tools/gpgconf-comp.c:3534 +#: dirmngr/dirmngr.c:1734 dirmngr/dirmngr.c:1760 tools/gpgconf-comp.c:3539 #, c-format msgid "%s:%u: read error: %s\n" msgstr "%s: %u: errore di lettura: %s\n" -#: dirmngr/dirmngr.c:1780 +#: dirmngr/dirmngr.c:1789 #, c-format msgid "%s:%u: garbage at end of line ignored\n" msgstr "%s: %u: Garbage alla fine della riga ignorato\n" -#: dirmngr/dirmngr.c:1849 +#: dirmngr/dirmngr.c:1876 #, c-format msgid "SIGHUP received - re-reading configuration and flushing caches\n" msgstr "" "SIGHUP ricevuto - rilezione delle cache di configurazione e svuotamento\n" -#: dirmngr/dirmngr.c:1890 +#: dirmngr/dirmngr.c:1917 #, c-format msgid "SIGUSR2 received - no action defined\n" msgstr "SIGUSR2 ricevuto - nessuna azione definita\n" -#: dirmngr/dirmngr.c:1895 +#: dirmngr/dirmngr.c:1922 #, c-format msgid "SIGTERM received - shutting down ...\n" msgstr "SIGTERM ricevuto - arresto …\n" -#: dirmngr/dirmngr.c:1897 +#: dirmngr/dirmngr.c:1924 #, c-format msgid "SIGTERM received - still %d active connections\n" msgstr "SIGTERM ricevuto - connessioni ancora %d attive\n" -#: dirmngr/dirmngr.c:1902 +#: dirmngr/dirmngr.c:1929 #, c-format msgid "shutdown forced\n" msgstr "arresto forzato\n" -#: dirmngr/dirmngr.c:1910 +#: dirmngr/dirmngr.c:1937 #, c-format msgid "SIGINT received - immediate shutdown\n" msgstr "SIGINT ricevuto - arresto immediato\n" -#: dirmngr/dirmngr.c:1917 +#: dirmngr/dirmngr.c:1944 #, c-format msgid "signal %d received - no action defined\n" msgstr "segnale %d ricevuto - nessuna azione definita\n" @@ -10676,7 +10579,7 @@ msgstr "|NOME|Ignorare la parte host e connettersi tramite NOME" #: dirmngr/dirmngr_ldap.c:109 msgid "force a TLS connection" -msgstr "" +msgstr "forzare una connessione TLS" #: dirmngr/dirmngr_ldap.c:110 msgid "|NAME|connect to host NAME" @@ -10817,16 +10720,14 @@ msgid "LDAP init to '%s:%d' failed: %s\n" msgstr "Impossibile eseguire LDAP in '%s:%d': %s\n" #: dirmngr/dirmngr_ldap.c:659 -#, fuzzy, c-format -#| msgid "LDAP init to '%s:%d' failed: %s\n" +#, c-format msgid "LDAP init to '%s' failed: %s\n" -msgstr "Impossibile eseguire LDAP in '%s:%d': %s\n" +msgstr "Init LDAP a '%s' non riuscito: %s\n" #: dirmngr/dirmngr_ldap.c:665 -#, fuzzy, c-format -#| msgid "LDAP init to '%s:%d' failed: %s\n" +#, c-format msgid "LDAP init to '%s' done\n" -msgstr "Impossibile eseguire LDAP in '%s:%d': %s\n" +msgstr "Dentro LDAP a '%s' fatto\n" #: dirmngr/dirmngr_ldap.c:704 #, c-format @@ -11120,7 +11021,7 @@ msgid "serialno missing in cert ID" msgstr "serialno mancante nell'ID certificato" #: dirmngr/server.c:1387 dirmngr/server.c:1473 dirmngr/server.c:1909 -#: dirmngr/server.c:1980 dirmngr/server.c:2552 dirmngr/server.c:2567 +#: dirmngr/server.c:1980 dirmngr/server.c:2556 dirmngr/server.c:2571 #, c-format msgid "assuan_inquire failed: %s\n" msgstr "assuan_inquire non riuscito: %s\n" @@ -11150,32 +11051,32 @@ msgstr "fetch_next_cert non riuscito: %s\n" msgid "max_replies %d exceeded\n" msgstr "max_replies %d superato\n" -#: dirmngr/server.c:2856 +#: dirmngr/server.c:2860 #, c-format msgid "can't allocate control structure: %s\n" msgstr "impossibile allocare la struttura di controllo: %s\n" -#: dirmngr/server.c:2867 +#: dirmngr/server.c:2871 #, c-format msgid "failed to allocate assuan context: %s\n" msgstr "impossibile allocare il contesto assuan: %s\n" -#: dirmngr/server.c:2888 +#: dirmngr/server.c:2892 #, c-format msgid "failed to initialize the server: %s\n" msgstr "impossibile inizializzare il server: %s\n" -#: dirmngr/server.c:2896 +#: dirmngr/server.c:2900 #, c-format msgid "failed to the register commands with Assuan: %s\n" msgstr "impossibile eseguire i comandi di registro con Assuan: %s\n" -#: dirmngr/server.c:2929 +#: dirmngr/server.c:2933 #, c-format msgid "Assuan accept problem: %s\n" msgstr "Problema di accettazione assuan: %s\n" -#: dirmngr/server.c:2948 +#: dirmngr/server.c:2952 #, c-format msgid "Assuan processing failed: %s\n" msgstr "Elaborazione Assuan non riuscita: %s\n" @@ -11235,10 +11136,8 @@ msgid "connect to the dirmngr" msgstr "collegare al dirmngr" #: tools/gpg-connect-agent.c:90 -#, fuzzy -#| msgid "connect to the dirmngr" msgid "connect to the keyboxd" -msgstr "collegare al dirmngr" +msgstr "connettersi alla cassetta delle chiavi" #: tools/gpg-connect-agent.c:93 msgid "|NAME|connect to Assuan socket NAME" @@ -11313,79 +11212,76 @@ msgid "sending line failed: %s\n" msgstr "riga di invio non riuscita: %s\n" #: tools/gpg-connect-agent.c:2318 -#, fuzzy, c-format -#| msgid "no dirmngr running in this session\n" +#, c-format msgid "no keybox daemon running in this session\n" -msgstr "nessun dirmngr in esecuzione in questa sessione\n" +msgstr "nessun daemon keybox in esecuzione in questa sessione\n" #: tools/gpg-connect-agent.c:2324 #, c-format msgid "error sending standard options: %s\n" msgstr "errore durante l'invio delle opzioni standard: %s\n" -#: tools/gpgconf-comp.c:647 +#: tools/gpgconf-comp.c:649 msgid "OpenPGP" msgstr "OpenPGP" -#: tools/gpgconf-comp.c:651 +#: tools/gpgconf-comp.c:653 msgid "S/MIME" msgstr "S/MIME" -#: tools/gpgconf-comp.c:655 -#, fuzzy -#| msgid "public key is %s\n" +#: tools/gpgconf-comp.c:657 msgid "Public Keys" -msgstr "la chiave pubblica è %s\n" +msgstr "Chiavi pubbliche" -#: tools/gpgconf-comp.c:659 +#: tools/gpgconf-comp.c:661 msgid "Private Keys" msgstr "Chiavi private" -#: tools/gpgconf-comp.c:663 +#: tools/gpgconf-comp.c:665 msgid "Smartcards" msgstr "Smartcard" -#: tools/gpgconf-comp.c:667 +#: tools/gpgconf-comp.c:669 msgid "TPM" -msgstr "" +msgstr "TPM" -#: tools/gpgconf-comp.c:671 +#: tools/gpgconf-comp.c:673 msgid "Network" msgstr "Rete" -#: tools/gpgconf-comp.c:675 +#: tools/gpgconf-comp.c:677 msgid "Passphrase Entry" msgstr "Voce passphrase" -#: tools/gpgconf-comp.c:939 +#: tools/gpgconf-comp.c:941 msgid "Component not suitable for launching" msgstr "Componente non adatto per il lancio" -#: tools/gpgconf-comp.c:945 +#: tools/gpgconf-comp.c:947 #, c-format msgid "Configuration file of component %s is broken\n" msgstr "Il file di configurazione del componente %s è interrotto\n" -#: tools/gpgconf-comp.c:948 +#: tools/gpgconf-comp.c:950 #, c-format msgid "Note: Use the command \"%s%s\" to get details.\n" msgstr "Nota: utilizzare il comando \"%s%s\" per ottenere i dettagli.\n" -#: tools/gpgconf-comp.c:2811 +#: tools/gpgconf-comp.c:2816 #, c-format msgid "External verification of component %s failed" msgstr "Verifica esterna del componente %s non riuscita" -#: tools/gpgconf-comp.c:2941 +#: tools/gpgconf-comp.c:2946 msgid "Note that group specifications are ignored\n" msgstr "Si noti che le specifiche del gruppo vengono ignorate\n" -#: tools/gpgconf-comp.c:3538 +#: tools/gpgconf-comp.c:3543 #, c-format msgid "error closing '%s'\n" msgstr "errore durante la chiusura di '%s'\n" -#: tools/gpgconf-comp.c:3540 +#: tools/gpgconf-comp.c:3545 #, c-format msgid "error parsing '%s'\n" msgstr "errore durante l'analisi di '%s'\n" @@ -11491,94 +11387,83 @@ msgstr "" "Sintassi: gpg-check-pattern [opzioni] patternfile\n" "Controllare una passphrase data su stdin rispetto al patternfile\n" -#: tools/gpg-card.c:2389 -#, fuzzy, c-format -#| msgid "Note: keys are already stored on the card!\n" +#: tools/gpg-card.c:2390 +#, c-format msgid "Note: key %s is already stored on the card!\n" -msgstr "Nota: le chiavi sono già memorizzate sulla scheda!\n" +msgstr "Nota: il %s chiave è già memorizzato sulla carta!\n" -#: tools/gpg-card.c:2392 -#, fuzzy, c-format -#| msgid "Note: keys are already stored on the card!\n" +#: tools/gpg-card.c:2393 +#, c-format msgid "Note: Keys are already stored on the card!\n" -msgstr "Nota: le chiavi sono già memorizzate sulla scheda!\n" +msgstr "Nota: le chiavi sono già memorizzate sulla carta!\n" -#: tools/gpg-card.c:2395 -#, fuzzy, c-format -#| msgid "Replace existing keys? (y/N) " +#: tools/gpg-card.c:2396 +#, c-format msgid "Replace existing key %s ? (y/N) " -msgstr "Sostituire le chiavi esistenti? (y/N) " +msgstr "Sostituire le chiavi %s ? (y/N) " -#: tools/gpg-card.c:2548 tools/gpg-card.c:2711 tools/gpg-card.c:2934 -#: tools/gpg-card.c:3043 -#, fuzzy, c-format -#| msgid "OpenPGP card no. %s detected\n" +#: tools/gpg-card.c:2549 tools/gpg-card.c:2712 tools/gpg-card.c:2935 +#: tools/gpg-card.c:3044 +#, c-format msgid "%s card no. %s detected\n" -msgstr "Scheda OpenPGP n. %s rilevata\n" +msgstr "%s la scheda n. %s rilevata\n" -#: tools/gpg-card.c:3395 +#: tools/gpg-card.c:3396 #, c-format msgid "User Interaction Flag is set to \"%s\" - can't change\n" msgstr "" +"Il contrassegno interazione utente è impostato su \"%s\" - non può cambiare\n" -#: tools/gpg-card.c:3405 tools/gpg-card.c:3419 +#: tools/gpg-card.c:3406 tools/gpg-card.c:3420 #, c-format msgid "" "Warning: Setting the User Interaction Flag to \"%s\"\n" " can only be reverted using a factory reset!\n" msgstr "" +"Avviso: impostazione del contrassegno interazione utente su \"%s\"\n" +" può essere ripristinato solo utilizzando un ripristino delle " +"impostazioni di fabbrica!\n" -#: tools/gpg-card.c:3422 +#: tools/gpg-card.c:3423 #, c-format msgid "Please use \"uif --yes %d %s\"\n" -msgstr "" +msgstr "Utilizzare \"uif --yes %d %s\"\n" -#: tools/gpg-card.c:3668 -#, fuzzy -#| msgid "add a certificate to the cache" +#: tools/gpg-card.c:3669 msgid "authenticate to the card" -msgstr "aggiungere un certificato alla cache" +msgstr "eseguire l'autenticazione nella scheda" -#: tools/gpg-card.c:3670 +#: tools/gpg-card.c:3671 msgid "send a reset to the card daemon" -msgstr "" +msgstr "inviare un ripristino al daemon della carta" -#: tools/gpg-card.c:3672 +#: tools/gpg-card.c:3673 msgid "setup KDF for PIN authentication" msgstr "configurazione KDF per l'autenticazione PIN" -#: tools/gpg-card.c:3674 +#: tools/gpg-card.c:3675 msgid "change a private data object" -msgstr "" +msgstr "modificare un oggetto dati privato" -#: tools/gpg-card.c:3675 -#, fuzzy -#| msgid "add a certificate to the cache" +#: tools/gpg-card.c:3676 msgid "read a certificate from a data object" -msgstr "aggiungere un certificato alla cache" +msgstr "leggere un certificato da un oggetto dati" -#: tools/gpg-card.c:3676 -#, fuzzy -#| msgid "add a certificate to the cache" +#: tools/gpg-card.c:3677 msgid "store a certificate to a data object" -msgstr "aggiungere un certificato alla cache" +msgstr "archiviare un certificato in un oggetto dati" -#: tools/gpg-card.c:3677 +#: tools/gpg-card.c:3678 msgid "store a private key to a data object" -msgstr "" +msgstr "archiviare una chiave privata in un oggetto dati" -#: tools/gpg-card.c:3678 +#: tools/gpg-card.c:3679 msgid "Yubikey management commands" -msgstr "" +msgstr "Comandi di gestione Yubikey" -#: tools/gpg-card.c:3680 +#: tools/gpg-card.c:3681 msgid "manage the command history" -msgstr "" - -#, fuzzy -#~| msgid "change a passphrase" -#~ msgid "Suggest a random passphrase." -#~ msgstr "cambia la passphrase" +msgstr "gestire la cronologia dei comandi" #~ msgid "detected card with S/N: %s\n" #~ msgstr "scheda rilevata con S/N: %s\n" @@ -11620,21 +11505,6 @@ msgstr "" #~ msgid "out of core" #~ msgstr "fuori dal nucleo" -#, fuzzy -#~| msgid "invalid command" -#~ msgid "invalid meta command" -#~ msgstr "comando non valido" - -#, fuzzy -#~| msgid "unknown command '%s'\n" -#~ msgid "unknown meta command" -#~ msgstr "comando sconosciuto '%s'\n" - -#, fuzzy -#~| msgid "unexpected armor: " -#~ msgid "unexpected meta command" -#~ msgstr "armatura inaspettata: " - #~ msgid "invalid option" #~ msgstr "opzione non valida" @@ -9,10 +9,10 @@ # msgid "" msgstr "" -"Project-Id-Version: gnupg 2.2.27\n" +"Project-Id-Version: gnupg 2.3.0\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2021-04-07 19:24+0200\n" -"PO-Revision-Date: 2021-01-12 13:50+0900\n" +"POT-Creation-Date: 2021-04-20 12:38+0200\n" +"PO-Revision-Date: 2021-04-08 10:15+0900\n" "Last-Translator: NIIBE Yutaka <gniibe@fsij.org>\n" "Language-Team: none\n" "Language: ja\n" @@ -170,11 +170,11 @@ msgstr "パスフレーズãŒä¸æ£ã§ã™" #: agent/command.c:697 msgid "Note: Request from the web browser." -msgstr "" +msgstr "注æ„: ウェブブラウザã‹ã‚‰ã®ãƒªã‚¯ã‚¨ã‚¹ãƒˆã§ã™ã€‚" #: agent/command.c:698 msgid "Note: Request from a remote site." -msgstr "" +msgstr "注æ„: リモートサイトã‹ã‚‰ã®ãƒªã‚¯ã‚¨ã‚¹ãƒˆã§ã™ã€‚" #: agent/command.c:1106 g10/card-util.c:708 g10/card-util.c:729 #, c-format @@ -187,22 +187,21 @@ msgid "Please re-enter this passphrase" msgstr "ã“ã®ãƒ‘スフレーズをもã†ä¸€åº¦å…¥åŠ›ã—ã¦ãã ã•ã„" #: agent/command.c:2567 -#, fuzzy, c-format -#| msgid "" -#| "Please enter the passphrase to protect the imported object within the " -#| "GnuPG system." +#, c-format msgid "" "Please enter the passphrase to protect the imported object within the %s " "system." msgstr "" -"GnuPGシステムã«ã‚¤ãƒ³ãƒãƒ¼ãƒˆã•ã‚ŒãŸã‚ªãƒ–ジェクトをä¿è·ã™ã‚‹ãŸã‚ã«ãƒ‘スフレーズを入力" -"ã—ã¦ãã ã•ã„" +"%sシステムã«ã‚¤ãƒ³ãƒãƒ¼ãƒˆã•ã‚ŒãŸã‚ªãƒ–ジェクトをä¿è·ã™ã‚‹ãŸã‚ã«ãƒ‘スフレーズを入力ã—" +"ã¦ãã ã•ã„" #: agent/command.c:2697 msgid "" "This key (or subkey) is not protected with a passphrase. Please enter a new " "passphrase to export it." msgstr "" +"ã“ã®éµ(ã‚‚ã—ãã¯å‰¯éµ)ã¯ãƒ‘スフレーズã§ä¿è·ã•ã‚Œã¦ã„ã¾ã›ã‚“。エクスãƒãƒ¼ãƒˆã™ã‚‹ãŸã‚" +"ã«æ–°ã—ã„パスフレーズを入力ã—ã¦ãã ã•ã„。" #: agent/command-ssh.c:675 agent/command-ssh.c:764 #, c-format @@ -210,24 +209,24 @@ msgid "ssh keys greater than %d bits are not supported\n" msgstr "sshéµã§%dビットより大ãã„ã‚‚ã®ã¯ã‚µãƒãƒ¼ãƒˆã•ã‚Œã¾ã›ã‚“\n" #: agent/command-ssh.c:872 common/dotlock.c:852 g10/card-util.c:953 -#: g10/export.c:1329 g10/gpg.c:1430 g10/keygen.c:5327 g10/keyring.c:1319 +#: g10/export.c:1329 g10/gpg.c:1431 g10/keygen.c:5347 g10/keyring.c:1319 #: g10/keyring.c:1632 g10/openfile.c:293 g10/photoid.c:531 g10/photoid.c:549 -#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:478 +#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:479 #, c-format msgid "can't create '%s': %s\n" msgstr "'%s'ãŒä½œæˆã§ãã¾ã›ã‚“: %s\n" #: agent/command-ssh.c:884 common/helpfile.c:57 g10/card-util.c:910 #: g10/dearmor.c:59 g10/dearmor.c:106 g10/decrypt.c:65 g10/decrypt.c:136 -#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1431 -#: g10/import.c:359 g10/import.c:546 g10/import.c:781 g10/keygen.c:4302 +#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1432 +#: g10/import.c:371 g10/import.c:558 g10/import.c:793 g10/keygen.c:4322 #: g10/keyring.c:1658 g10/openfile.c:197 g10/openfile.c:211 g10/plaintext.c:128 #: g10/plaintext.c:610 g10/sign.c:1086 g10/sign.c:1311 g10/sign.c:1424 #: g10/sign.c:1596 g10/tdbdump.c:143 g10/tdbdump.c:151 g10/tdbio.c:758 -#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2338 -#: sm/gpgsm.c:2368 sm/gpgsm.c:2406 sm/qualified.c:65 dirmngr/certcache.c:396 -#: dirmngr/certcache.c:476 dirmngr/certcache.c:478 dirmngr/crlcache.c:2588 -#: dirmngr/dirmngr.c:1711 tools/gpg-card.c:407 +#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2380 +#: sm/gpgsm.c:2410 sm/gpgsm.c:2448 sm/keylist.c:1737 sm/qualified.c:65 +#: dirmngr/certcache.c:396 dirmngr/certcache.c:476 dirmngr/certcache.c:478 +#: dirmngr/crlcache.c:2588 dirmngr/dirmngr.c:1720 tools/gpg-card.c:408 #, c-format msgid "can't open '%s': %s\n" msgstr "'%s'ãŒé–‹ã‘ã¾ã›ã‚“: %s\n" @@ -404,213 +403,211 @@ msgstr "æ–°ã—ã„éµã‚’ä¿è·ã™ã‚‹ãŸã‚ã«ã€%0Aパスフレーズを入力㗠msgid "Please enter the new passphrase" msgstr "æ–°ã—ã„パスフレーズを入力ã—ã¦ãã ã•ã„" -#: agent/gpg-agent.c:161 scd/scdaemon.c:114 dirmngr/dirmngr.c:181 +#: agent/gpg-agent.c:162 scd/scdaemon.c:115 dirmngr/dirmngr.c:182 msgid "Options used for startup" msgstr "èµ·å‹•ã«ä½¿ã‚れるオプション" -#: agent/gpg-agent.c:163 scd/scdaemon.c:119 dirmngr/dirmngr.c:170 +#: agent/gpg-agent.c:164 scd/scdaemon.c:120 dirmngr/dirmngr.c:171 msgid "run in daemon mode (background)" msgstr "デーモン・モードã§å®Ÿè¡Œ (ãƒãƒƒã‚¯ã‚°ãƒ©ã‚¦ãƒ³ãƒ‰)" -#: agent/gpg-agent.c:164 scd/scdaemon.c:116 dirmngr/dirmngr.c:169 +#: agent/gpg-agent.c:165 scd/scdaemon.c:117 dirmngr/dirmngr.c:170 msgid "run in server mode (foreground)" msgstr "サーãƒãƒ»ãƒ¢ãƒ¼ãƒ‰ã§å®Ÿè¡Œ (フォアグラウンド)" -#: agent/gpg-agent.c:166 dirmngr/dirmngr.c:172 +#: agent/gpg-agent.c:167 dirmngr/dirmngr.c:173 msgid "run in supervised mode" msgstr "スーパーãƒã‚¤ã‚ºãƒ‰ãƒ»ãƒ¢ãƒ¼ãƒ‰ã§å®Ÿè¡Œ" -#: agent/gpg-agent.c:168 scd/scdaemon.c:120 dirmngr/dirmngr.c:183 +#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 msgid "do not detach from the console" msgstr "コンソールã‹ã‚‰ãƒ‡ã‚¿ãƒƒãƒã—ãªã„" -#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 +#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 msgid "sh-style command output" msgstr "sh-å½¢å¼ã®ã‚³ãƒžãƒ³ãƒ‰å‡ºåŠ›" -#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 +#: agent/gpg-agent.c:171 scd/scdaemon.c:123 dirmngr/dirmngr.c:186 msgid "csh-style command output" msgstr "csh-å½¢å¼ã®ã‚³ãƒžãƒ³ãƒ‰å‡ºåŠ›" -#: agent/gpg-agent.c:178 g10/gpg.c:588 scd/scdaemon.c:124 sm/gpgsm.c:419 -#: dirmngr/dirmngr.c:187 +#: agent/gpg-agent.c:179 g10/gpg.c:589 scd/scdaemon.c:125 sm/gpgsm.c:422 +#: dirmngr/dirmngr.c:188 msgid "|FILE|read options from FILE" msgstr "|FILE|FILEã‹ã‚‰ã‚ªãƒ—ションをèªã¿è¾¼ã¿ã¾ã™" -#: agent/gpg-agent.c:182 g10/gpg.c:573 scd/scdaemon.c:128 sm/gpgsm.c:262 -#: dirmngr/dirmngr.c:191 +#: agent/gpg-agent.c:183 g10/gpg.c:574 scd/scdaemon.c:129 sm/gpgsm.c:265 +#: dirmngr/dirmngr.c:192 msgid "Options controlling the diagnostic output" msgstr "診æ–出力を制御ã™ã‚‹ã‚ªãƒ—ション" -#: agent/gpg-agent.c:184 g10/gpg.c:575 g10/gpgv.c:78 kbx/kbxutil.c:89 -#: scd/scdaemon.c:130 sm/gpgsm.c:264 dirmngr/dirmngr-client.c:69 -#: dirmngr/dirmngr.c:193 dirmngr/dirmngr_ldap.c:102 +#: agent/gpg-agent.c:185 g10/gpg.c:576 g10/gpgv.c:78 kbx/kbxutil.c:89 +#: scd/scdaemon.c:131 sm/gpgsm.c:267 dirmngr/dirmngr-client.c:69 +#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:102 #: tools/gpg-connect-agent.c:85 tools/gpgconf.c:111 msgid "verbose" msgstr "冗長" -#: agent/gpg-agent.c:185 g10/gpg.c:577 g10/gpgv.c:79 kbx/kbxutil.c:90 -#: scd/scdaemon.c:131 sm/gpgsm.c:266 dirmngr/dirmngr-client.c:70 -#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:103 +#: agent/gpg-agent.c:186 g10/gpg.c:578 g10/gpgv.c:79 kbx/kbxutil.c:90 +#: scd/scdaemon.c:132 sm/gpgsm.c:269 dirmngr/dirmngr-client.c:70 +#: dirmngr/dirmngr.c:195 dirmngr/dirmngr_ldap.c:103 msgid "be somewhat more quiet" msgstr "ã„ãらã‹ãŠã¨ãªã—ã" -#: agent/gpg-agent.c:193 g10/gpg.c:592 sm/gpgsm.c:280 dirmngr/dirmngr.c:204 +#: agent/gpg-agent.c:194 g10/gpg.c:593 sm/gpgsm.c:283 dirmngr/dirmngr.c:205 msgid "|FILE|write server mode logs to FILE" msgstr "|FILE|FILEã«ã‚µãƒ¼ãƒãƒ»ãƒ¢ãƒ¼ãƒ‰ã®ãƒã‚°ã‚’書ã出ã™" -#: agent/gpg-agent.c:197 g10/gpg.c:598 scd/scdaemon.c:145 sm/gpgsm.c:287 -#: dirmngr/dirmngr.c:208 +#: agent/gpg-agent.c:198 g10/gpg.c:599 scd/scdaemon.c:146 sm/gpgsm.c:290 +#: dirmngr/dirmngr.c:209 msgid "Options controlling the configuration" msgstr "コンフィグレーションを制御ã™ã‚‹ã‚ªãƒ—ション" -#: agent/gpg-agent.c:200 +#: agent/gpg-agent.c:201 msgid "do not use the SCdaemon" msgstr "SCdaemonを使ã‚ãªã„" -#: agent/gpg-agent.c:202 +#: agent/gpg-agent.c:203 msgid "|PGM|use PGM as the SCdaemon program" msgstr "|PGM|PGMã‚’SCdaemonプãƒã‚°ãƒ©ãƒ ã¨ã—ã¦ä½¿ã†" -#: agent/gpg-agent.c:204 -#, fuzzy -#| msgid "|PGM|use PGM as the SCdaemon program" +#: agent/gpg-agent.c:205 msgid "|PGM|use PGM as the tpm2daemon program" -msgstr "|PGM|PGMã‚’SCdaemonプãƒã‚°ãƒ©ãƒ ã¨ã—ã¦ä½¿ã†" +msgstr "|PGM|PGMã‚’tpm2daemonプãƒã‚°ãƒ©ãƒ ã¨ã—ã¦ä½¿ã†" -#: agent/gpg-agent.c:208 +#: agent/gpg-agent.c:209 msgid "|NAME|accept some commands via NAME" msgstr "|NAME|NAMEã‹ã‚‰ã®ã‚³ãƒžãƒ³ãƒ‰ã‚’å—ã‘付ã‘ã‚‹" -#: agent/gpg-agent.c:212 +#: agent/gpg-agent.c:213 msgid "ignore requests to change the TTY" msgstr "TTYã®å¤‰æ›´è¦æ±‚を無視ã™ã‚‹" -#: agent/gpg-agent.c:214 +#: agent/gpg-agent.c:215 msgid "ignore requests to change the X display" msgstr "Xディスプレイã®å¤‰æ›´è¦æ±‚を無視ã™ã‚‹" -#: agent/gpg-agent.c:215 +#: agent/gpg-agent.c:216 msgid "enable ssh support" msgstr "sshサãƒãƒ¼ãƒˆã‚’有功ã«ã™ã‚‹" -#: agent/gpg-agent.c:217 +#: agent/gpg-agent.c:218 msgid "|ALGO|use ALGO to show ssh fingerprints" msgstr "|ALGO|sshç½²åã®è¡¨ç¤ºã«ALGOを使ã†" -#: agent/gpg-agent.c:220 +#: agent/gpg-agent.c:221 msgid "enable putty support" msgstr "puttyサãƒãƒ¼ãƒˆã‚’有功ã«ã™ã‚‹" -#: agent/gpg-agent.c:232 g10/gpg.c:843 scd/scdaemon.c:175 sm/gpgsm.c:379 +#: agent/gpg-agent.c:233 g10/gpg.c:844 scd/scdaemon.c:176 sm/gpgsm.c:382 msgid "Options controlling the security" msgstr "ã‚»ã‚ュリティを制御ã™ã‚‹ã‚ªãƒ—ション" -#: agent/gpg-agent.c:235 +#: agent/gpg-agent.c:236 msgid "|N|expire cached PINs after N seconds" msgstr "|N|N秒後ã«ä¿æŒã—ãŸPINを無効ã¨ã™ã‚‹" -#: agent/gpg-agent.c:237 +#: agent/gpg-agent.c:238 msgid "|N|expire SSH keys after N seconds" msgstr "|N|N秒後ã«SSHéµã‚’無効ã¨ã™ã‚‹" -#: agent/gpg-agent.c:239 +#: agent/gpg-agent.c:240 msgid "|N|set maximum PIN cache lifetime to N seconds" msgstr "|N|最大PINã‚ャッシュå˜ç¶šæ™‚é–“ã‚’N秒ã¨ã™ã‚‹" -#: agent/gpg-agent.c:241 +#: agent/gpg-agent.c:242 msgid "|N|set maximum SSH key lifetime to N seconds" msgstr "|N|最大SSHéµå˜ç¶šæ™‚é–“ã‚’N秒ã¨ã™ã‚‹" -#: agent/gpg-agent.c:243 +#: agent/gpg-agent.c:244 msgid "do not use the PIN cache when signing" msgstr "ç½²åã«å¯¾ã—ã¦PINã®ä¿æŒã‚’使ã‚ãªã„" -#: agent/gpg-agent.c:245 +#: agent/gpg-agent.c:246 msgid "disallow the use of an external password cache" msgstr "外部ã®ãƒ‘スワードã‚ャッシュã®ä½¿ç”¨ã‚’èªã‚ãªã„" -#: agent/gpg-agent.c:247 +#: agent/gpg-agent.c:248 msgid "disallow clients to mark keys as \"trusted\"" msgstr "クライアントãŒéµã«\"trusted\"マークをã¤ã‘ã‚‹ã“ã¨ã‚’èªã‚ãªã„" -#: agent/gpg-agent.c:250 +#: agent/gpg-agent.c:251 msgid "allow presetting passphrase" msgstr "パスフレーズã®äº‹å‰è¨å®šã‚’èªã‚ã‚‹" -#: agent/gpg-agent.c:255 +#: agent/gpg-agent.c:256 msgid "Options enforcing a passphrase policy" msgstr "パスワード・ãƒãƒªã‚·ãƒ¼ã®å¼·åˆ¶ã‚ªãƒ—ション" -#: agent/gpg-agent.c:258 +#: agent/gpg-agent.c:259 msgid "do not allow bypassing the passphrase policy" msgstr "パスワード・ãƒãƒªã‚·ãƒ¼ã‚’迂回ã™ã‚‹ã“ã¨ã‚’èªã‚ãªã„" -#: agent/gpg-agent.c:260 +#: agent/gpg-agent.c:261 msgid "|N|set minimal required length for new passphrases to N" msgstr "|N|æ–°ã—ã„パスフレーズã®å¿…è¦ã¨ã™ã‚‹æœ€ä½Žé•·ã‚’Nã¨ã™ã‚‹" -#: agent/gpg-agent.c:262 +#: agent/gpg-agent.c:263 msgid "|N|require at least N non-alpha characters for a new passphrase" msgstr "" "|N|æ–°ã—ã„パスフレーズã¨ã—ã¦ã‚¢ãƒ«ãƒ•ã‚¡ãƒ™ãƒƒãƒˆã§ãªã„ã‚ャラクタを最低Nå¿…è¦ã¨ã™ã‚‹" -#: agent/gpg-agent.c:265 +#: agent/gpg-agent.c:266 msgid "|FILE|check new passphrases against pattern in FILE" msgstr "|FILE|æ–°ã—ã„パスフレーズをFILEã®ãƒ‘ターンã«å¯¾ã—ã¦ãƒã‚§ãƒƒã‚¯ã™ã‚‹" -#: agent/gpg-agent.c:267 +#: agent/gpg-agent.c:268 msgid "|N|expire the passphrase after N days" msgstr "|N|N日後ã«ãƒ‘スフレーズを期é™åˆ‡ã‚Œã¨ã™ã‚‹" -#: agent/gpg-agent.c:269 +#: agent/gpg-agent.c:270 msgid "do not allow the reuse of old passphrases" msgstr "å¤ã„パスフレーズをå†ä½¿ç”¨ã™ã‚‹ã“ã¨ã‚’èªã‚ãªã„" -#: agent/gpg-agent.c:272 +#: agent/gpg-agent.c:273 msgid "Options controlling the PIN-Entry" msgstr "PIN-Entryを制御ã™ã‚‹ã‚ªãƒ—ション" -#: agent/gpg-agent.c:274 +#: agent/gpg-agent.c:275 msgid "never use the PIN-entry" msgstr "PIN-Entryを決ã—ã¦ä½¿ã‚ãªã„" -#: agent/gpg-agent.c:276 +#: agent/gpg-agent.c:277 msgid "disallow caller to override the pinentry" msgstr "pinentryより優先ã—ã¦ãƒ‘スフレーズ入力をèªã‚ãªã„" -#: agent/gpg-agent.c:278 +#: agent/gpg-agent.c:279 msgid "let PIN-Entry grab keyboard and mouse" msgstr "PIN-Entryã«ã‚ーボードã¨ãƒžã‚¦ã‚¹ã‚’å 有ã•ã›ã‚‹" -#: agent/gpg-agent.c:281 +#: agent/gpg-agent.c:282 msgid "|PGM|use PGM as the PIN-Entry program" msgstr "|PGM|PGMã‚’PIN入力プãƒã‚°ãƒ©ãƒ ã¨ã—ã¦ä½¿ã†" -#: agent/gpg-agent.c:285 +#: agent/gpg-agent.c:286 msgid "|N|set the Pinentry timeout to N seconds" msgstr "|N|Pinentryã®ã‚¿ã‚¤ãƒ アウトをN秒ã¨ã™ã‚‹" -#: agent/gpg-agent.c:287 +#: agent/gpg-agent.c:288 msgid "allow passphrase to be prompted through Emacs" msgstr "Emacsを通ã˜ã¦ãƒ‘スフレーズを催促ã™ã‚‹ã“ã¨ã‚’èªã‚ã‚‹" #. TRANSLATORS: @EMAIL@ will get replaced by the actual bug #. reporting address. This is so that we can change the #. reporting address without breaking the translations. -#: agent/gpg-agent.c:550 agent/preset-passphrase.c:99 agent/protect-tool.c:154 -#: g10/gpg.c:1131 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:311 -#: sm/gpgsm.c:609 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:437 +#: agent/gpg-agent.c:551 agent/preset-passphrase.c:99 agent/protect-tool.c:154 +#: g10/gpg.c:1132 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:312 +#: sm/gpgsm.c:612 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:438 #: dirmngr/dirmngr_ldap.c:175 tools/gpg-connect-agent.c:220 tools/gpgconf.c:151 #: tools/gpg-check-pattern.c:143 msgid "Please report bugs to <@EMAIL@>.\n" msgstr "ãƒã‚°ã¯ <@EMAIL@> ã¾ã§ã”å ±å‘Šãã ã•ã„。\n" -#: agent/gpg-agent.c:559 +#: agent/gpg-agent.c:560 msgid "Usage: @GPG_AGENT@ [options] (-h for help)" msgstr "使ã„æ–¹: @GPG_AGENT@ [オプション] (ヘルプ㯠-h)" -#: agent/gpg-agent.c:561 +#: agent/gpg-agent.c:562 msgid "" "Syntax: @GPG_AGENT@ [options] [command [args]]\n" "Secret key management for @GNUPG@\n" @@ -618,125 +615,125 @@ msgstr "" "å½¢å¼: @GPG_AGENT@ [オプション] [コマンド [引数]]\n" "@GnuPG@ã®ç§˜å¯†éµã®ç®¡ç†\n" -#: agent/gpg-agent.c:606 g10/gpg.c:1336 scd/scdaemon.c:383 sm/gpgsm.c:757 -#: dirmngr/dirmngr.c:521 +#: agent/gpg-agent.c:607 g10/gpg.c:1337 scd/scdaemon.c:384 sm/gpgsm.c:760 +#: dirmngr/dirmngr.c:522 #, c-format msgid "invalid debug-level '%s' given\n" msgstr "無効ãªdebug-level '%s'ãŒä¸Žãˆã‚‰ã‚Œã¾ã—ãŸ\n" -#: agent/gpg-agent.c:971 g10/gpg.c:3879 g10/gpg.c:3903 sm/gpgsm.c:1736 -#: sm/gpgsm.c:1742 +#: agent/gpg-agent.c:972 g10/gpg.c:3910 g10/gpg.c:3934 sm/gpgsm.c:1769 +#: sm/gpgsm.c:1775 #, c-format msgid "selected digest algorithm is invalid\n" msgstr "é¸æŠžã•ã‚ŒãŸãƒ€ã‚¤ã‚¸ã‚§ã‚¹ãƒˆãƒ»ã‚¢ãƒ«ã‚´ãƒªã‚ºãƒ ã¯ã€ç„¡åŠ¹ã§ã™\n" -#: agent/gpg-agent.c:1195 agent/gpg-agent.c:2010 g10/gpg.c:2588 -#: scd/scdaemon.c:548 sm/gpgsm.c:1151 dirmngr/dirmngr.c:988 -#: dirmngr/dirmngr.c:1830 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:2019 common/comopt.c:93 +#: g10/gpg.c:2591 scd/scdaemon.c:549 sm/gpgsm.c:1155 dirmngr/dirmngr.c:989 +#: dirmngr/dirmngr.c:1840 #, c-format msgid "reading options from '%s'\n" msgstr "'%s' ã‹ã‚‰ã‚ªãƒ—ションをèªã¿è¾¼ã¿ã¾ã™\n" -#: agent/gpg-agent.c:1327 g10/gpg.c:3830 scd/scdaemon.c:675 sm/gpgsm.c:1676 -#: dirmngr/dirmngr.c:1099 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 +#: agent/gpg-agent.c:1335 g10/gpg.c:3861 scd/scdaemon.c:687 sm/gpgsm.c:1709 +#: dirmngr/dirmngr.c:1108 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 #, c-format msgid "Note: '%s' is not considered an option\n" msgstr "注æ„: '%s'ã¯ã‚ªãƒ—ションã¨ã¯è€ƒãˆã‚‰ã‚Œã¾ã›ã‚“\n" -#: agent/gpg-agent.c:2146 scd/scdaemon.c:1096 dirmngr/dirmngr.c:1258 +#: agent/gpg-agent.c:2172 scd/scdaemon.c:1108 dirmngr/dirmngr.c:1267 #, c-format msgid "can't create socket: %s\n" msgstr "ソケットãŒä½œæˆã§ãã¾ã›ã‚“: %s\n" -#: agent/gpg-agent.c:2163 scd/scdaemon.c:1109 dirmngr/dirmngr.c:1271 +#: agent/gpg-agent.c:2189 scd/scdaemon.c:1121 dirmngr/dirmngr.c:1280 #, c-format msgid "socket name '%s' is too long\n" msgstr "ソケットå'%s'ã¯é•·ã™ãŽã¾ã™\n" -#: agent/gpg-agent.c:2202 +#: agent/gpg-agent.c:2228 #, c-format msgid "a gpg-agent is already running - not starting a new one\n" msgstr "gpg-agentã¯æ—¢ã«å®Ÿè¡Œã•ã‚Œã¦ã„ã¾ã™ - æ–°ã—ã„ã‚‚ã®ã‚’スタートã•ã›ã¾ã›ã‚“\n" -#: agent/gpg-agent.c:2213 scd/scdaemon.c:1133 dirmngr/dirmngr.c:1303 +#: agent/gpg-agent.c:2239 scd/scdaemon.c:1145 dirmngr/dirmngr.c:1312 #, c-format msgid "error getting nonce for the socket\n" msgstr "ソケットã®ãƒŠãƒ³ã‚¹å–得エラー\n" -#: agent/gpg-agent.c:2218 scd/scdaemon.c:1136 dirmngr/dirmngr.c:1306 +#: agent/gpg-agent.c:2244 scd/scdaemon.c:1148 dirmngr/dirmngr.c:1315 #, c-format msgid "error binding socket to '%s': %s\n" msgstr "'%s'ã§ã‚½ã‚±ãƒƒãƒˆã®ãƒã‚¤ãƒ³ãƒ‰ã®ã‚¨ãƒ©ãƒ¼: %s\n" -#: agent/gpg-agent.c:2229 agent/gpg-agent.c:2269 agent/gpg-agent.c:2278 -#: scd/scdaemon.c:1144 dirmngr/dirmngr.c:1315 +#: agent/gpg-agent.c:2255 agent/gpg-agent.c:2295 agent/gpg-agent.c:2304 +#: scd/scdaemon.c:1156 dirmngr/dirmngr.c:1324 #, c-format msgid "can't set permissions of '%s': %s\n" msgstr "'%s'ã®è¨±å¯ãŒè¨å®šã§ãã¾ã›ã‚“: %s\n" -#: agent/gpg-agent.c:2243 scd/scdaemon.c:1156 dirmngr/dirmngr.c:1327 +#: agent/gpg-agent.c:2269 scd/scdaemon.c:1168 dirmngr/dirmngr.c:1336 #, c-format msgid "listening on socket '%s'\n" msgstr "ソケット'%s'ã§listen\n" -#: agent/gpg-agent.c:2263 agent/gpg-agent.c:2316 common/homedir.c:517 +#: agent/gpg-agent.c:2289 agent/gpg-agent.c:2342 common/homedir.c:517 #: g10/openfile.c:399 g10/photoid.c:379 #, c-format msgid "can't create directory '%s': %s\n" msgstr "ディレクトリ'%s'ãŒä½œæˆã§ãã¾ã›ã‚“: %s\n" -#: agent/gpg-agent.c:2266 agent/gpg-agent.c:2321 common/homedir.c:520 +#: agent/gpg-agent.c:2292 agent/gpg-agent.c:2347 common/homedir.c:520 #: g10/openfile.c:402 #, c-format msgid "directory '%s' created\n" msgstr "ディレクトリ'%s'ãŒä½œæˆã•ã‚Œã¾ã—ãŸ\n" -#: agent/gpg-agent.c:2327 +#: agent/gpg-agent.c:2353 #, c-format msgid "stat() failed for '%s': %s\n" msgstr "'%s'ã§stat()ãŒå¤±æ•—ã—ã¾ã—ãŸ: %s\n" -#: agent/gpg-agent.c:2331 +#: agent/gpg-agent.c:2357 #, c-format msgid "can't use '%s' as home directory\n" msgstr "'%s'をホーム・ディレクトリã«ä½¿ãˆã¾ã›ã‚“\n" -#: agent/gpg-agent.c:2486 scd/scdaemon.c:1172 dirmngr/dirmngr.c:2042 +#: agent/gpg-agent.c:2512 scd/scdaemon.c:1184 dirmngr/dirmngr.c:2069 #, c-format msgid "error reading nonce on fd %d: %s\n" msgstr "fd %dã§ãƒŠãƒ³ã‚¹ã®èªã¿è¾¼ã¿ã‚¨ãƒ©ãƒ¼: %s\n" -#: agent/gpg-agent.c:2693 +#: agent/gpg-agent.c:2719 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "ãƒãƒ³ãƒ‰ãƒ©0x%lx (fd %d ã«å¯¾ã™ã‚‹)ãŒé–‹å§‹\n" -#: agent/gpg-agent.c:2698 +#: agent/gpg-agent.c:2724 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "ãƒãƒ³ãƒ‰ãƒ©0x%lx (fd %d ã«å¯¾ã™ã‚‹)ãŒçµ‚了\n" -#: agent/gpg-agent.c:2773 +#: agent/gpg-agent.c:2799 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "ssh ãƒãƒ³ãƒ‰ãƒ©0x%lx (fd %d ã«å¯¾ã™ã‚‹)ãŒé–‹å§‹\n" -#: agent/gpg-agent.c:2778 +#: agent/gpg-agent.c:2804 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "ssh ãƒãƒ³ãƒ‰ãƒ©0x%lx (fd %d ã«å¯¾ã™ã‚‹)ãŒçµ‚了\n" -#: agent/gpg-agent.c:3000 scd/scdaemon.c:1362 dirmngr/dirmngr.c:2256 +#: agent/gpg-agent.c:3026 scd/scdaemon.c:1374 dirmngr/dirmngr.c:2283 #, c-format msgid "npth_pselect failed: %s - waiting 1s\n" msgstr "npth_pselectã«å¤±æ•—ã—ã¾ã—ãŸ: %s - 一秒待ã¡ã¾ã™\n" -#: agent/gpg-agent.c:3088 scd/scdaemon.c:1427 +#: agent/gpg-agent.c:3114 scd/scdaemon.c:1439 #, c-format msgid "%s %s stopped\n" msgstr "%s %s åœæ¢ã—ã¾ã—ãŸ\n" -#: agent/gpg-agent.c:3226 common/simple-pwquery.c:247 g10/call-agent.c:260 +#: agent/gpg-agent.c:3252 common/simple-pwquery.c:247 g10/call-agent.c:260 #: sm/call-agent.c:131 tools/gpg-connect-agent.c:2319 tools/card-call-scd.c:311 #, c-format msgid "no gpg-agent running in this session\n" @@ -762,8 +759,8 @@ msgstr "" "å½¢å¼: gpg-preset-passphrase [オプション] KEYGRIP\n" "パスワードã‚ャッシュã®ç®¡ç†\n" -#: agent/protect-tool.c:107 g10/gpg.c:447 kbx/kbxutil.c:72 sm/gpgsm.c:213 -#: dirmngr/dirmngr.c:167 tools/gpgconf.c:81 +#: agent/protect-tool.c:107 g10/gpg.c:448 kbx/kbxutil.c:72 sm/gpgsm.c:215 +#: dirmngr/dirmngr.c:168 tools/gpgconf.c:81 msgid "" "@Commands:\n" " " @@ -1016,7 +1013,7 @@ msgid "error creating a stream for a pipe: %s\n" msgstr "パイプã®ã‚¹ãƒˆãƒªãƒ¼ãƒ 作æˆã‚¨ãƒ©ãƒ¼: %s\n" #: common/exechelp-posix.c:505 common/exechelp-posix.c:580 -#: common/exechelp-posix.c:861 dirmngr/dirmngr.c:1345 +#: common/exechelp-posix.c:866 dirmngr/dirmngr.c:1354 #, c-format msgid "error forking process: %s\n" msgstr "プãƒã‚»ã‚¹forkエラー: %s\n" @@ -1026,23 +1023,23 @@ msgstr "プãƒã‚»ã‚¹forkエラー: %s\n" msgid "waiting for process %d to terminate failed: %s\n" msgstr "プãƒã‚»ã‚¹%dã®çµ‚了待ã¡ãŒå¤±æ•—: %s\n" -#: common/exechelp-posix.c:688 common/exechelp-posix.c:804 +#: common/exechelp-posix.c:688 common/exechelp-posix.c:809 #, c-format msgid "error running '%s': probably not installed\n" msgstr "'%s'ã®å®Ÿè¡Œã‚¨ãƒ©ãƒ¼: ãŠãらãインストールã•ã‚Œã¦ã„ã¾ã›ã‚“\n" -#: common/exechelp-posix.c:694 common/exechelp-posix.c:811 +#: common/exechelp-posix.c:694 common/exechelp-posix.c:816 #: common/exechelp-w32.c:839 common/exechelp-w32ce.c:782 #, c-format msgid "error running '%s': exit status %d\n" msgstr "'%s'ã®å®Ÿè¡Œã‚¨ãƒ©ãƒ¼: exitステイタス %d\n" -#: common/exechelp-posix.c:702 common/exechelp-posix.c:819 +#: common/exechelp-posix.c:702 common/exechelp-posix.c:824 #, c-format msgid "error running '%s': terminated\n" msgstr "'%s'ã®å®Ÿè¡Œã‚¨ãƒ©ãƒ¼: 終了ã—ã¾ã—ãŸ\n" -#: common/exechelp-posix.c:760 common/exechelp-w32.c:820 +#: common/exechelp-posix.c:765 common/exechelp-w32.c:820 #, c-format msgid "waiting for processes to terminate failed: %s\n" msgstr "プãƒã‚»ã‚¹ã®çµ‚了待ã¡ãŒå¤±æ•—: %s\n" @@ -1088,7 +1085,7 @@ msgid "renaming '%s' to '%s' failed: %s\n" msgstr "'%s'ã‹ã‚‰'%s'ã¸åå‰å¤‰æ›´ã«å¤±æ•—: %s\n" #. TRANSLATORS: See doc/TRANSLATE about this string. -#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3081 +#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3082 msgid "yes" msgstr "yes" @@ -1143,7 +1140,7 @@ msgid "out of core while allocating %lu bytes" msgstr "%luãƒã‚¤ãƒˆã®ç¢ºä¿ã«ãŠã„ã¦ãƒ¡ãƒ¢ãƒªãŒè¶³ã‚Šã¾ã›ã‚“" #: common/miscellaneous.c:115 g10/card-util.c:917 tools/no-libgcrypt.c:30 -#: tools/gpg-card.c:415 +#: tools/gpg-card.c:416 #, c-format msgid "error allocating enough memory: %s\n" msgstr "å分ãªãƒ¡ãƒ¢ãƒªã®ç¢ºä¿ã®ã‚¨ãƒ©ãƒ¼: %s\n" @@ -1215,7 +1212,7 @@ msgstr "%s'ã‹ã‚‰ãƒãƒ¼ã‚¸ãƒ§ãƒ³å–得エラー: %s\n" msgid "server '%s' is older than us (%s < %s)" msgstr "サーãƒ'%s'ã¯ã“ã¡ã‚‰ã‚ˆã‚Šå¤ã„ã§ã™(%s < %s)" -#: common/asshelp.c:737 g10/call-dirmngr.c:407 +#: common/asshelp.c:737 g10/call-dirmngr.c:408 #, c-format msgid "WARNING: %s\n" msgstr "*è¦å‘Š*: %s\n" @@ -1427,22 +1424,22 @@ msgstr "無効ãª64進文å—%02Xをスã‚ップã—ã¾ã—ãŸ\n" #: common/ttyio.c:433 #, c-format msgid "Sorry, we are in batchmode - can't get input\n" -msgstr "" +msgstr "ã™ã¿ã¾ã›ã‚“ã€ãƒãƒƒãƒãƒ¢ãƒ¼ãƒ‰ã§ã™ - 入力をå—ã‘られã¾ã›ã‚“\n" #: common/ttyio.c:439 #, c-format msgid "Sorry, no terminal at all requested - can't get input\n" -msgstr "" +msgstr "ã™ã¿ã¾ã›ã‚“ã€ç«¯æœ«ãªã—ãŒè¦æ±‚ã•ã‚Œã¦ã„ã¾ã™ - 入力をå—ã‘られã¾ã›ã‚“\n" #: common/ttyio.c:474 common/ttyio.c:484 #, c-format msgid "too many errors; giving up\n" -msgstr "" +msgstr "エラーãŒå¤šã™ãŽã¾ã™; ã‚ãらã‚ã¾ã™\n" #: common/ttyio.c:536 #, c-format msgid "Control-D detected\n" -msgstr "" +msgstr "Control-D ãŒæ¤œå‡ºã•ã‚Œã¾ã—ãŸ\n" #: common/utf8conv.c:123 #, c-format @@ -1493,8 +1490,8 @@ msgstr "lock '%s' ã¯ä½œæˆã•ã‚Œã¾ã›ã‚“ã§ã—ãŸ: %s\n" msgid "waiting for lock %s...\n" msgstr "lock %s ã‚’å¾…ã¡ã¾ã™...\n" -#: common/init.c:191 sm/gpgsm.c:1032 dirmngr/dirmngr.c:894 -#: dirmngr/dirmngr.c:903 +#: common/init.c:191 sm/gpgsm.c:1036 dirmngr/dirmngr.c:895 +#: dirmngr/dirmngr.c:904 #, c-format msgid "%s is too old (need %s, have %s)\n" msgstr "%s ãŒå¤ã™ãŽã¾ã™ (%s ãŒå¿…è¦ã€ç¾åœ¨ %s)\n" @@ -1651,10 +1648,9 @@ msgid "%s is not compliant with %s mode\n" msgstr "%sã¯%sモードã«æº–æ‹ ã—ã¾ã›ã‚“\n" #: g10/call-agent.c:1081 -#, fuzzy, c-format -#| msgid "error reading from %s: %s\n" +#, c-format msgid "error from TPM: %s\n" -msgstr "'%s'ã®èªã¿è¾¼ã¿ã‚¨ãƒ©ãƒ¼: %s\n" +msgstr "TPMã‹ã‚‰ã®ã‚¨ãƒ©ãƒ¼: %s\n" #: g10/call-agent.c:2123 g10/passphrase.c:225 g10/passphrase.c:258 #: tools/card-call-scd.c:1751 @@ -1662,53 +1658,53 @@ msgstr "'%s'ã®èªã¿è¾¼ã¿ã‚¨ãƒ©ãƒ¼: %s\n" msgid "problem with the agent: %s\n" msgstr "エージェントã«å•é¡Œ: %s\n" -#: g10/call-dirmngr.c:178 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 +#: g10/call-dirmngr.c:179 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 #, c-format msgid "no dirmngr running in this session\n" msgstr "ã“ã®ã‚»ãƒƒã‚·ãƒ§ãƒ³ã§dirmngrã¯å®Ÿè¡Œã•ã‚Œã¦ã„ã¾ã›ã‚“\n" -#: g10/call-dirmngr.c:212 +#: g10/call-dirmngr.c:213 #, c-format msgid "keyserver option \"honor-keyserver-url\" may not be used in Tor mode\n" msgstr "" "éµã‚µãƒ¼ãƒã®ã‚ªãƒ—ション\"honor-keyserver-url\"ã‚’Torモードã§ä½¿ã†ã“ã¨ã¯ã§ãã¾ã›" "ã‚“\n" -#: g10/call-dirmngr.c:385 +#: g10/call-dirmngr.c:386 msgid "WKD uses a cached result" msgstr "WKDã¯ã‚ャッシュã•ã‚ŒãŸçµæžœã‚’使ã„ã¾ã™" -#: g10/call-dirmngr.c:388 +#: g10/call-dirmngr.c:389 msgid "Tor is not running" msgstr "TorãŒå‹•ã„ã¦ã„ã¾ã›ã‚“" -#: g10/call-dirmngr.c:390 +#: g10/call-dirmngr.c:391 msgid "Tor is not properly configured" msgstr "TorãŒæ£ã—ãè¨å®šã•ã‚Œã¦ã„ã¾ã›ã‚“" -#: g10/call-dirmngr.c:392 +#: g10/call-dirmngr.c:393 msgid "DNS is not properly configured" msgstr "DNSãŒæ£ã—ãè¨å®šã•ã‚Œã¦ã„ã¾ã›ã‚“" -#: g10/call-dirmngr.c:394 +#: g10/call-dirmngr.c:395 msgid "unacceptable HTTP redirect from server" msgstr "サーãƒã‹ã‚‰ã®å—ã‘容れるã“ã¨ã®ã§ããªã„HTTPりダイレクト" -#: g10/call-dirmngr.c:396 +#: g10/call-dirmngr.c:397 msgid "unacceptable HTTP redirect from server was cleaned up" msgstr "サーãƒã‹ã‚‰ã®å—ã‘容れるã“ã¨ã®ã§ããªã„HTTPりダイレクトã¯ä¸€æŽƒã—ã¾ã—ãŸ" -#: g10/call-dirmngr.c:398 +#: g10/call-dirmngr.c:399 msgid "server uses an invalid certificate" msgstr "サーãƒã¯ç„¡åŠ¹ãªè¨¼æ˜Žæ›¸ã‚’使ã£ã¦ã„ã¾ã™" -#: g10/call-dirmngr.c:405 g10/gpg.c:4568 +#: g10/call-dirmngr.c:406 g10/gpg.c:4599 #, c-format msgid "Note: %s\n" msgstr "注æ„: %s\n" #: g10/card-util.c:86 g10/card-util.c:369 g10/card-util.c:1924 -#: tools/gpg-card.c:3038 +#: tools/gpg-card.c:3039 #, c-format msgid "OpenPGP card not available: %s\n" msgstr "OpenPGPカードãŒåˆ©ç”¨ã§ãã¾ã›ã‚“: %s\n" @@ -1719,17 +1715,17 @@ msgid "OpenPGP card no. %s detected\n" msgstr "OpenPGPカードno. %sを検出\n" #: g10/card-util.c:97 g10/card-util.c:2309 g10/delkey.c:164 g10/keyedit.c:1428 -#: g10/keygen.c:4771 g10/revoke.c:214 g10/revoke.c:638 +#: g10/keygen.c:4791 g10/revoke.c:214 g10/revoke.c:638 #, c-format msgid "can't do this in batch mode\n" msgstr "ã“ã‚Œã¯ãƒãƒƒãƒãƒ»ãƒ¢ãƒ¼ãƒ‰ã§ã¯ã§ãã¾ã›ã‚“\n" -#: g10/card-util.c:105 tools/gpg-card.c:2942 +#: g10/card-util.c:105 tools/gpg-card.c:2943 #, c-format msgid "This command is only available for version 2 cards\n" msgstr "ã“ã®ã‚³ãƒžãƒ³ãƒ‰ãŒä½¿ãˆã‚‹ã®ã¯ãƒãƒ¼ã‚¸ãƒ§ãƒ³2ã®ã‚«ãƒ¼ãƒ‰ã ã‘ã§ã™\n" -#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2947 +#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2948 #, c-format msgid "Reset Code not or not anymore available\n" msgstr "リセット・コードãŒ(ã‚‚ã¯ã‚„)利用å¯èƒ½ã§ã¯ã‚ã‚Šã¾ã›ã‚“\n" @@ -1738,109 +1734,109 @@ msgstr "リセット・コードãŒ(ã‚‚ã¯ã‚„)利用å¯èƒ½ã§ã¯ã‚ã‚Šã¾ã›ã‚“\ #: g10/card-util.c:1802 g10/keyedit.c:394 g10/keyedit.c:415 g10/keyedit.c:429 #: g10/keygen.c:1991 g10/keygen.c:2165 g10/keygen.c:2385 g10/keygen.c:2685 #: sm/certreqgen-ui.c:166 sm/certreqgen-ui.c:292 sm/certreqgen-ui.c:326 -#: tools/gpg-card.c:509 +#: tools/gpg-card.c:510 msgid "Your selection? " msgstr "ã‚ãªãŸã®é¸æŠžã¯? " -#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:595 -#: tools/gpg-card.c:635 +#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:596 +#: tools/gpg-card.c:636 msgid "[not set]" msgstr "[未è¨å®š]" -#: g10/card-util.c:558 tools/gpg-card.c:902 +#: g10/card-util.c:558 tools/gpg-card.c:903 msgid "Mr." msgstr "Mr." -#: g10/card-util.c:559 tools/gpg-card.c:903 +#: g10/card-util.c:559 tools/gpg-card.c:904 msgid "Ms." msgstr "Ms." -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 msgid "not forced" msgstr "強制ãªã—" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 msgid "forced" msgstr "強制" -#: g10/card-util.c:768 tools/gpg-card.c:1467 +#: g10/card-util.c:768 tools/gpg-card.c:1468 msgid "Error: Only plain ASCII is currently allowed.\n" msgstr "エラー: 普通ã®ASCIIã ã‘ãŒä»Šã€è¨±å¯ã•ã‚Œã¦ã„ã¾ã™ã€‚\n" -#: g10/card-util.c:770 tools/gpg-card.c:1469 +#: g10/card-util.c:770 tools/gpg-card.c:1470 msgid "Error: The \"<\" character may not be used.\n" msgstr "エラー: \"<\"æ–‡å—ã¯ä½¿ãˆã¾ã›ã‚“。\n" -#: g10/card-util.c:772 tools/gpg-card.c:1471 +#: g10/card-util.c:772 tools/gpg-card.c:1472 msgid "Error: Double spaces are not allowed.\n" msgstr "エラー: 二é‡ã®ç©ºç™½ã¯ç¦æ¢ã§ã™ã€‚\n" -#: g10/card-util.c:789 tools/gpg-card.c:1504 +#: g10/card-util.c:789 tools/gpg-card.c:1505 msgid "Cardholder's surname: " msgstr "カード所有者ã®å§“ (surname): " -#: g10/card-util.c:791 tools/gpg-card.c:1505 +#: g10/card-util.c:791 tools/gpg-card.c:1506 msgid "Cardholder's given name: " msgstr "カード所有者ã®å (given name): " -#: g10/card-util.c:809 tools/gpg-card.c:1522 +#: g10/card-util.c:809 tools/gpg-card.c:1523 #, c-format msgid "Error: Combined name too long (limit is %d characters).\n" msgstr "エラー: ã¤ãªã„ã åå‰ãŒé•·ã™ãŽã¾ã™ (上é™%dæ–‡å—)。\n" -#: g10/card-util.c:830 tools/gpg-card.c:1560 +#: g10/card-util.c:830 tools/gpg-card.c:1561 msgid "URL to retrieve public key: " msgstr "公開éµã‚’å–å¾—ã™ã‚‹URL: " -#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:394 g10/import.c:744 -#: g10/import.c:803 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 -#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1657 -#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:425 +#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:406 g10/import.c:756 +#: g10/import.c:815 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 +#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1666 +#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:426 #, c-format msgid "error reading '%s': %s\n" msgstr "'%s'ã®èªã¿è¾¼ã¿ã‚¨ãƒ©ãƒ¼: %s\n" #: g10/card-util.c:959 g10/decrypt-data.c:498 g10/export.c:2496 -#: dirmngr/crlcache.c:925 tools/gpg-card.c:485 tools/gpg-card.c:492 +#: dirmngr/crlcache.c:925 tools/gpg-card.c:486 tools/gpg-card.c:493 #, c-format msgid "error writing '%s': %s\n" msgstr "'%s'ã®æ›¸ãè¾¼ã¿ã‚¨ãƒ©ãƒ¼: %s\n" -#: g10/card-util.c:986 tools/gpg-card.c:1649 +#: g10/card-util.c:986 tools/gpg-card.c:1650 msgid "Login data (account name): " msgstr "ãƒã‚°ã‚¤ãƒ³ãƒ»ãƒ‡ãƒ¼ã‚¿ (アカウントå): " -#: g10/card-util.c:1024 tools/gpg-card.c:1944 +#: g10/card-util.c:1024 tools/gpg-card.c:1945 msgid "Private DO data: " msgstr "プライベート DO データ: " -#: g10/card-util.c:1109 tools/gpg-card.c:1698 +#: g10/card-util.c:1109 tools/gpg-card.c:1699 msgid "Language preferences: " msgstr "言語ã®å„ªå…ˆæŒ‡å®š: " -#: g10/card-util.c:1117 tools/gpg-card.c:1709 +#: g10/card-util.c:1117 tools/gpg-card.c:1710 #, c-format msgid "Error: invalid length of preference string.\n" msgstr "エラー: 優先指定ã®æ–‡å—列ã®é•·ã•ãŒç„¡åŠ¹ã§ã™ã€‚\n" -#: g10/card-util.c:1126 tools/gpg-card.c:1718 +#: g10/card-util.c:1126 tools/gpg-card.c:1719 #, c-format msgid "Error: invalid characters in preference string.\n" msgstr "エラー: 優先指定ã®æ–‡å—列ã«ç„¡åŠ¹ãªæ–‡å—ãŒã‚ã‚Šã¾ã™ã€‚\n" -#: g10/card-util.c:1148 tools/gpg-card.c:1752 +#: g10/card-util.c:1148 tools/gpg-card.c:1753 msgid "Salutation (M = Mr., F = Ms., or space): " msgstr "敬称 (M = Mr., F = Ms., ã‚ã‚‹ã„ã¯ç©ºç™½): " -#: g10/card-util.c:1162 tools/gpg-card.c:1769 +#: g10/card-util.c:1162 tools/gpg-card.c:1770 msgid "Error: invalid response.\n" msgstr "エラー: 無効ãªå¿œç”。\n" -#: g10/card-util.c:1185 tools/gpg-card.c:1834 +#: g10/card-util.c:1185 tools/gpg-card.c:1835 msgid "CA fingerprint: " msgstr "CAã®ãƒ•ã‚£ãƒ³ã‚¬ãƒ¼ãƒ—リント: " -#: g10/card-util.c:1209 tools/gpg-card.c:1860 +#: g10/card-util.c:1209 tools/gpg-card.c:1861 #, c-format msgid "Error: invalid formatted fingerprint.\n" msgstr "エラー: 無効ãªå½¢å¼ã®ãƒ•ã‚£ãƒ³ã‚¬ãƒ¼ãƒ—リント。\n" @@ -1854,7 +1850,7 @@ msgstr "éµã¯æ“作ã§ãã¾ã›ã‚“: %s\n" msgid "not an OpenPGP card" msgstr "OpenPGPカードã§ã‚ã‚Šã¾ã›ã‚“" -#: g10/card-util.c:1273 g10/keygen.c:4791 g10/keygen.c:5952 +#: g10/card-util.c:1273 g10/keygen.c:4811 g10/keygen.c:5972 #, c-format msgid "error getting current key info: %s\n" msgstr "ç¾è¡Œéµæƒ…å ±ã®å–得エラー: %s\n" @@ -1863,7 +1859,7 @@ msgstr "ç¾è¡Œéµæƒ…å ±ã®å–得エラー: %s\n" msgid "Replace existing key? (y/N) " msgstr "æ—¢å˜ã®éµã‚’ç½®ãæ›ãˆã—ã¾ã™ã‹? (y/N) " -#: g10/card-util.c:1375 tools/gpg-card.c:3327 +#: g10/card-util.c:1375 tools/gpg-card.c:3328 msgid "" "Note: There is no guarantee that the card supports the requested\n" " key type or size. If the key generation does not succeed,\n" @@ -1948,13 +1944,13 @@ msgid "error getting card info: %s\n" msgstr "ã‚«ãƒ¼ãƒ‰æƒ…å ±ã®å–得エラー: %s\n" #: g10/card-util.c:1591 g10/card-util.c:1936 g10/card-util.c:2112 -#: g10/card-util.c:2171 tools/gpg-card.c:3056 tools/gpg-card.c:3295 -#: tools/gpg-card.c:3353 +#: g10/card-util.c:2171 tools/gpg-card.c:3057 tools/gpg-card.c:3296 +#: tools/gpg-card.c:3354 #, c-format msgid "This command is not supported by this card\n" msgstr "ã“ã®ã‚«ãƒ¼ãƒ‰ã§ã¯ã€ã“ã®ã‚³ãƒžãƒ³ãƒ‰ã¯ã‚µãƒãƒ¼ãƒˆã•ã‚Œã¦ã„ã¾ã›ã‚“。\n" -#: g10/card-util.c:1637 tools/gpg-card.c:2425 +#: g10/card-util.c:1637 tools/gpg-card.c:2426 msgid "Make off-card backup of encryption key? (Y/n) " msgstr "æš—å·åŒ–éµã®ã‚«ãƒ¼ãƒ‰å¤–ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—を作æˆã—ã¾ã™ã‹? (Y/n) " @@ -1963,11 +1959,11 @@ msgstr "æš—å·åŒ–éµã®ã‚«ãƒ¼ãƒ‰å¤–ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—を作æˆã—ã¾ã™ã‹? (Y/n msgid "Note: keys are already stored on the card!\n" msgstr "注æ„: 秘密éµã¯ã‚‚ã†ã‚«ãƒ¼ãƒ‰ã«ä¿ç®¡ã—ã¦ã‚ã‚Šã¾ã™!\n" -#: g10/card-util.c:1654 tools/gpg-card.c:2397 +#: g10/card-util.c:1654 tools/gpg-card.c:2398 msgid "Replace existing keys? (y/N) " msgstr "æ—¢å˜ã®éµã‚’ç½®ãæ›ãˆã¾ã™ã‹? (y/N) " -#: g10/card-util.c:1666 tools/gpg-card.c:2456 +#: g10/card-util.c:1666 tools/gpg-card.c:2457 #, c-format msgid "" "Please note that the factory settings of the PINs are\n" @@ -2003,16 +1999,16 @@ msgstr "éµã‚’ä¿ç®¡ã™ã‚‹å ´æ‰€ã‚’é¸æŠžã—ã¦ãã ã•ã„:\n" msgid "KEYTOCARD failed: %s\n" msgstr "KEYTOCARDãŒå¤±æ•—ã—ã¾ã—ãŸ: %s\n" -#: g10/card-util.c:1941 tools/gpg-card.c:3064 +#: g10/card-util.c:1941 tools/gpg-card.c:3065 #, c-format msgid "Note: This command destroys all keys stored on the card!\n" msgstr "注æ„: ã“ã®ã‚³ãƒžãƒ³ãƒ‰ã¯ã‚«ãƒ¼ãƒ‰ã«ä¿ç®¡ã—ã¦ã‚ã‚‹ã™ã¹ã¦ã®éµã‚’ç ´å£Šã—ã¾ã™!\n" -#: g10/card-util.c:1944 tools/gpg-card.c:3067 tools/gpg-card.c:3408 +#: g10/card-util.c:1944 tools/gpg-card.c:3068 tools/gpg-card.c:3409 msgid "Continue? (y/N) " msgstr "続ã‘ã¾ã™ã‹? (y/N) " -#: g10/card-util.c:1949 tools/gpg-card.c:3078 +#: g10/card-util.c:1949 tools/gpg-card.c:3079 msgid "Really do a factory reset? (enter \"yes\") " msgstr "å·¥å ´å‡ºè·ãƒªã‚»ãƒƒãƒˆã‚’è¡Œã„ã¾ã™ã‹? (本当ãªã‚‰ \"yes\" ã¨å…¥åŠ›) " @@ -2026,7 +2022,7 @@ msgstr "KDFè¨å®šã®ã‚¨ãƒ©ãƒ¼: %s\n" msgid "error for setup UIF: %s\n" msgstr "UIFè¨å®šã®ã‚¨ãƒ©ãƒ¼: %s\n" -#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3648 +#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3649 msgid "quit this menu" msgstr "ã“ã®ãƒ¡ãƒ‹ãƒ¥ãƒ¼ã‚’終了" @@ -2034,63 +2030,63 @@ msgstr "ã“ã®ãƒ¡ãƒ‹ãƒ¥ãƒ¼ã‚’終了" msgid "show admin commands" msgstr "管ç†ã‚³ãƒžãƒ³ãƒ‰ã‚’表示" -#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3651 +#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3652 msgid "show this help" msgstr "ã“ã®ãƒ˜ãƒ«ãƒ—を表示" -#: g10/card-util.c:2217 tools/gpg-card.c:3653 +#: g10/card-util.c:2217 tools/gpg-card.c:3654 msgid "list all available data" msgstr "全有効データを表示" -#: g10/card-util.c:2220 tools/gpg-card.c:3655 +#: g10/card-util.c:2220 tools/gpg-card.c:3656 msgid "change card holder's name" msgstr "カード所有者ã®åå‰ã®å¤‰æ›´" -#: g10/card-util.c:2221 tools/gpg-card.c:3656 +#: g10/card-util.c:2221 tools/gpg-card.c:3657 msgid "change URL to retrieve key" msgstr "éµã‚’å–å¾—ã™ã‚‹URLã®å¤‰æ›´" -#: g10/card-util.c:2222 tools/gpg-card.c:3657 +#: g10/card-util.c:2222 tools/gpg-card.c:3658 msgid "fetch the key specified in the card URL" msgstr "カードURLã§æŒ‡å®šã•ã‚ŒãŸéµã®å–å¾—" -#: g10/card-util.c:2223 tools/gpg-card.c:3658 +#: g10/card-util.c:2223 tools/gpg-card.c:3659 msgid "change the login name" msgstr "ãƒã‚°ã‚¤ãƒ³åã®å¤‰æ›´" -#: g10/card-util.c:2224 tools/gpg-card.c:3659 +#: g10/card-util.c:2224 tools/gpg-card.c:3660 msgid "change the language preferences" msgstr "言語ã®å„ªå…ˆæŒ‡å®šã®å¤‰æ›´" -#: g10/card-util.c:2225 tools/gpg-card.c:3660 +#: g10/card-util.c:2225 tools/gpg-card.c:3661 msgid "change card holder's salutation" msgstr "カード所有者ã®æ•¬ç§°ã®å¤‰æ›´" -#: g10/card-util.c:2227 tools/gpg-card.c:3662 +#: g10/card-util.c:2227 tools/gpg-card.c:3663 msgid "change a CA fingerprint" msgstr "CAフィンガープリントã®å¤‰æ›´" -#: g10/card-util.c:2228 tools/gpg-card.c:3663 +#: g10/card-util.c:2228 tools/gpg-card.c:3664 msgid "toggle the signature force PIN flag" msgstr "ç½²å強制PINフラグをå転" -#: g10/card-util.c:2229 tools/gpg-card.c:3664 +#: g10/card-util.c:2229 tools/gpg-card.c:3665 msgid "generate new keys" msgstr "æ–°ã—ã„éµã‚’生æˆ" -#: g10/card-util.c:2230 tools/gpg-card.c:3665 +#: g10/card-util.c:2230 tools/gpg-card.c:3666 msgid "menu to change or unblock the PIN" msgstr "PINブãƒãƒƒã‚¯ã®è§£é™¤ã‚„変更ã®ãƒ¡ãƒ‹ãƒ¥ãƒ¼" -#: g10/card-util.c:2231 tools/gpg-card.c:3666 +#: g10/card-util.c:2231 tools/gpg-card.c:3667 msgid "verify the PIN and list all data" msgstr "PINを確èªã—ã™ã¹ã¦ã®ãƒ‡ãƒ¼ã‚¿ã‚’表示ã™ã‚‹" -#: g10/card-util.c:2232 tools/gpg-card.c:3667 +#: g10/card-util.c:2232 tools/gpg-card.c:3668 msgid "unblock the PIN using a Reset Code" msgstr "PINをリセット・コードã§ãƒ–ãƒãƒƒã‚¯ã‚’解除ã™ã‚‹" -#: g10/card-util.c:2233 tools/gpg-card.c:3671 +#: g10/card-util.c:2233 tools/gpg-card.c:3672 msgid "destroy all keys and data" msgstr "ã™ã¹ã¦ã®éµã¨ãƒ‡ãƒ¼ã‚¿ã‚’ç ´å£Šã—ã¾ã™" @@ -2102,11 +2098,11 @@ msgstr "PINèªè¨¼ã®KDFã‚’è¨å®šã™ã‚‹ (on/single/off)" msgid "change the key attribute" msgstr "éµã®å±žæ€§ã®å¤‰æ›´" -#: g10/card-util.c:2237 tools/gpg-card.c:3673 +#: g10/card-util.c:2237 tools/gpg-card.c:3674 msgid "change the User Interaction Flag" msgstr "ユーザインタラクションフラグã®å¤‰æ›´" -#: g10/card-util.c:2361 tools/gpg-card.c:3923 +#: g10/card-util.c:2361 tools/gpg-card.c:3924 msgid "gpg/card> " msgstr "gpg/card> " @@ -2122,8 +2118,8 @@ msgstr "管ç†è€…コマンドãŒè¨±å¯ã•ã‚Œã¦ã„ã¾ã™\n" msgid "Admin commands are not allowed\n" msgstr "管ç†è€…コマンドã¯ç¦æ¢ã•ã‚Œã¦ã„ã¾ã™\n" -#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3813 -#: tools/gpg-card.c:4071 +#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3814 +#: tools/gpg-card.c:4072 #, c-format msgid "Invalid command (try \"help\")\n" msgstr "無効ãªã‚³ãƒžãƒ³ãƒ‰ (\"help\"ã‚’å‚ç…§)\n" @@ -2133,21 +2129,21 @@ msgstr "無効ãªã‚³ãƒžãƒ³ãƒ‰ (\"help\"ã‚’å‚ç…§)\n" msgid "--output doesn't work for this command\n" msgstr "ã“ã®ã‚³ãƒžãƒ³ãƒ‰ã§--outputã¯æ©Ÿèƒ½ã—ã¾ã›ã‚“\n" -#: g10/decrypt.c:247 g10/gpg.c:5262 g10/keyring.c:399 g10/keyring.c:750 +#: g10/decrypt.c:247 g10/gpg.c:5293 g10/keyring.c:399 g10/keyring.c:750 #, c-format msgid "can't open '%s'\n" msgstr "'%s'ãŒé–‹ã‘ã¾ã›ã‚“\n" #: g10/delkey.c:81 g10/export.c:1934 g10/export.c:2342 g10/export.c:2463 -#: g10/getkey.c:1907 g10/gpg.c:5207 g10/keyedit.c:1450 g10/keyedit.c:2382 -#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1238 +#: g10/getkey.c:1907 g10/gpg.c:5238 g10/keyedit.c:1450 g10/keyedit.c:2382 +#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1240 #: g10/revoke.c:230 g10/tofu.c:2168 #, c-format msgid "key \"%s\" not found: %s\n" msgstr "éµ\"%s\"ãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“: %s\n" -#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4303 -#: g10/gpg.c:5216 g10/keyedit.c:2354 g10/keyserver.c:1256 g10/revoke.c:236 +#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4330 +#: g10/gpg.c:5247 g10/keyedit.c:2354 g10/keyserver.c:1258 g10/revoke.c:236 #: g10/revoke.c:665 g10/tofu.c:2176 #, c-format msgid "error reading keyblock: %s\n" @@ -2267,14 +2263,14 @@ msgstr "æš—å·ã‚¢ãƒ«ã‚´ãƒªã‚ºãƒ '%s'ã‚’æš—å·åŒ–ã«ä½¿ã†ã“ã¨ã¯ã§ãã¾ã›ã‚ msgid "(use option \"%s\" to override)\n" msgstr "(オーãƒãƒ¼ãƒ©ã‚¤ãƒ‰ã™ã‚‹ã«ã¯ã€ã‚ªãƒ—ション\"%s\"を使ã„ã¾ã™)\n" -#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4052 -#: g10/gpg.c:4099 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1760 +#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4083 +#: g10/gpg.c:4130 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1793 #, c-format msgid "cipher algorithm '%s' may not be used in %s mode\n" msgstr "æš—å·ã‚¢ãƒ«ã‚´ãƒªã‚ºãƒ '%s'ã‚’%sモードã§ä½¿ã†ã“ã¨ã¯ã§ãã¾ã›ã‚“\n" -#: g10/encrypt.c:564 g10/gpg.c:4064 g10/gpg.c:4111 g10/sig-check.c:155 -#: g10/sign.c:452 sm/gpgsm.c:1770 sm/gpgsm.c:1780 sm/sign.c:596 sm/verify.c:510 +#: g10/encrypt.c:564 g10/gpg.c:4095 g10/gpg.c:4142 g10/sig-check.c:155 +#: g10/sign.c:452 sm/gpgsm.c:1803 sm/gpgsm.c:1813 sm/sign.c:596 sm/verify.c:510 #, c-format msgid "digest algorithm '%s' may not be used in %s mode\n" msgstr "ダイジェスト・アルゴリズム'%s'ã‚’%sモードã§ä½¿ã†ã“ã¨ã¯ã§ãã¾ã›ã‚“\n" @@ -2368,7 +2364,7 @@ msgstr "GnuPGã®éµã®ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—フォーマットを使ã„ã¾ã™" msgid " - skipped" msgstr " - スã‚ップã•ã‚Œã¾ã—ãŸ" -#: g10/export.c:1333 g10/import.c:2112 g10/openfile.c:202 g10/openfile.c:296 +#: g10/export.c:1333 g10/import.c:2124 g10/openfile.c:202 g10/openfile.c:296 #: g10/sign.c:1110 g10/sign.c:1447 #, c-format msgid "writing to '%s'\n" @@ -2458,268 +2454,268 @@ msgstr "--allow-non-selfsigned-uidã§æœ‰åŠ¹ã«ã•ã‚ŒãŸç„¡åŠ¹ãªéµ%sã§ã™\n" msgid "using subkey %s instead of primary key %s\n" msgstr "副éµ%s(主éµ%sã§ã¯ãªã)を用ã„ã¾ã™\n" -#: g10/getkey.c:4232 g10/gpg.c:2164 +#: g10/getkey.c:4259 g10/gpg.c:2167 #, c-format msgid "valid values for option '%s':\n" msgstr "オプション'%s'ã«æœ‰åŠ¹ãªå€¤:\n" -#: g10/gpg.c:449 sm/gpgsm.c:215 +#: g10/gpg.c:450 sm/gpgsm.c:217 msgid "make a signature" msgstr "ç½²åを作æˆ" -#: g10/gpg.c:450 +#: g10/gpg.c:451 msgid "make a clear text signature" msgstr "クリア・テクスト署åを作æˆ" -#: g10/gpg.c:452 sm/gpgsm.c:217 +#: g10/gpg.c:453 sm/gpgsm.c:219 msgid "make a detached signature" msgstr "分é£ç½²åを作æˆ" -#: g10/gpg.c:453 sm/gpgsm.c:218 +#: g10/gpg.c:454 sm/gpgsm.c:220 msgid "encrypt data" msgstr "データを暗å·åŒ–" -#: g10/gpg.c:455 +#: g10/gpg.c:456 msgid "encryption only with symmetric cipher" msgstr "æš—å·åŒ–ã«ã¯å…±é€šéµæš—å·æ–¹å¼ã®ã¿ã‚’使用" -#: g10/gpg.c:457 sm/gpgsm.c:220 +#: g10/gpg.c:458 sm/gpgsm.c:222 msgid "decrypt data (default)" msgstr "ãƒ‡ãƒ¼ã‚¿ã‚’å¾©å· (デフォルト)" -#: g10/gpg.c:459 sm/gpgsm.c:221 +#: g10/gpg.c:460 sm/gpgsm.c:223 msgid "verify a signature" msgstr "ç½²åを検証" -#: g10/gpg.c:461 sm/gpgsm.c:222 +#: g10/gpg.c:462 sm/gpgsm.c:224 msgid "list keys" msgstr "éµã®ä¸€è¦§" -#: g10/gpg.c:463 +#: g10/gpg.c:464 msgid "list keys and signatures" msgstr "éµã¨ç½²åã®ä¸€è¦§" -#: g10/gpg.c:466 +#: g10/gpg.c:467 msgid "list and check key signatures" msgstr "éµç½²åã®æ¤œæŸ»ã¨ä¸€è¦§" -#: g10/gpg.c:468 sm/gpgsm.c:227 +#: g10/gpg.c:469 sm/gpgsm.c:229 msgid "list keys and fingerprints" msgstr "éµã¨ãƒ•ã‚£ãƒ³ã‚¬ãƒ¼ãƒ—リントã®ä¸€è¦§" -#: g10/gpg.c:469 sm/gpgsm.c:225 +#: g10/gpg.c:470 sm/gpgsm.c:227 msgid "list secret keys" msgstr "秘密éµã®ä¸€è¦§" -#: g10/gpg.c:471 sm/gpgsm.c:228 +#: g10/gpg.c:472 sm/gpgsm.c:230 msgid "generate a new key pair" msgstr "æ–°ã—ã„éµãƒšã‚¢ã‚’生æˆ" -#: g10/gpg.c:474 +#: g10/gpg.c:475 msgid "quickly generate a new key pair" msgstr "ã™ã°ã‚„ãæ–°ã—ã„éµãƒšã‚¢ã‚’生æˆ" -#: g10/gpg.c:477 +#: g10/gpg.c:478 msgid "quickly add a new user-id" msgstr "ã™ã°ã‚„ãæ–°ã—ã„ユーザIDã‚’è¿½åŠ " -#: g10/gpg.c:482 +#: g10/gpg.c:483 msgid "quickly revoke a user-id" msgstr "ã™ã°ã‚„ãユーザIDを失効" -#: g10/gpg.c:485 +#: g10/gpg.c:486 msgid "quickly set a new expiration date" msgstr "ã™ã°ã‚„ãæ–°ã—ã„有効期é™ã‚’è¨å®š" -#: g10/gpg.c:488 +#: g10/gpg.c:489 msgid "full featured key pair generation" msgstr "全機能ã®éµãƒšã‚¢ã‚’生æˆ" -#: g10/gpg.c:491 +#: g10/gpg.c:492 msgid "generate a revocation certificate" msgstr "失効証明書を生æˆ" -#: g10/gpg.c:494 sm/gpgsm.c:231 +#: g10/gpg.c:495 sm/gpgsm.c:233 msgid "remove keys from the public keyring" msgstr "公開éµãƒªãƒ³ã‚°ã‹ã‚‰éµã‚’削除" -#: g10/gpg.c:496 +#: g10/gpg.c:497 msgid "remove keys from the secret keyring" msgstr "秘密éµãƒªãƒ³ã‚°ã‹ã‚‰éµã‚’削除" -#: g10/gpg.c:498 +#: g10/gpg.c:499 msgid "quickly sign a key" msgstr "ã™ã°ã‚„ãéµã«ç½²å" -#: g10/gpg.c:500 +#: g10/gpg.c:501 msgid "quickly sign a key locally" msgstr "ã™ã°ã‚„ãéµã¸ãƒãƒ¼ã‚«ãƒ«ã«ç½²å" -#: g10/gpg.c:502 +#: g10/gpg.c:503 msgid "quickly revoke a key signature" msgstr "ã™ã°ã‚„ãéµã¸ã®ç½²åを失効" -#: g10/gpg.c:503 +#: g10/gpg.c:504 msgid "sign a key" msgstr "éµã«ç½²å" -#: g10/gpg.c:504 +#: g10/gpg.c:505 msgid "sign a key locally" msgstr "éµã¸ãƒãƒ¼ã‚«ãƒ«ã«ç½²å" -#: g10/gpg.c:505 +#: g10/gpg.c:506 msgid "sign or edit a key" msgstr "éµã¸ã®ç½²åや編集" -#: g10/gpg.c:507 sm/gpgsm.c:249 +#: g10/gpg.c:508 sm/gpgsm.c:251 msgid "change a passphrase" msgstr "パスフレーズã®å¤‰æ›´" -#: g10/gpg.c:511 +#: g10/gpg.c:512 msgid "export keys" msgstr "éµã‚’エクスãƒãƒ¼ãƒˆã™ã‚‹" -#: g10/gpg.c:512 +#: g10/gpg.c:513 msgid "export keys to a keyserver" msgstr "éµã‚µãƒ¼ãƒã«éµã‚’エクスãƒãƒ¼ãƒˆã™ã‚‹" -#: g10/gpg.c:513 +#: g10/gpg.c:514 msgid "import keys from a keyserver" msgstr "éµã‚µãƒ¼ãƒã‹ã‚‰éµã‚’インãƒãƒ¼ãƒˆã™ã‚‹" -#: g10/gpg.c:516 +#: g10/gpg.c:517 msgid "search for keys on a keyserver" msgstr "éµã‚µãƒ¼ãƒã®éµã‚’検索ã™ã‚‹" -#: g10/gpg.c:518 +#: g10/gpg.c:519 msgid "update all keys from a keyserver" msgstr "éµã‚µãƒ¼ãƒã‹ã‚‰éµã‚’全部更新ã™ã‚‹" -#: g10/gpg.c:526 +#: g10/gpg.c:527 msgid "import/merge keys" msgstr "éµã®ã‚¤ãƒ³ãƒãƒ¼ãƒˆ/マージ" -#: g10/gpg.c:529 +#: g10/gpg.c:530 msgid "print the card status" msgstr "カード・ステイタスを表示" -#: g10/gpg.c:530 +#: g10/gpg.c:531 msgid "change data on a card" msgstr "カードã®ãƒ‡ãƒ¼ã‚¿ã‚’変更" -#: g10/gpg.c:532 +#: g10/gpg.c:533 msgid "change a card's PIN" msgstr "カードã®PINを変更" -#: g10/gpg.c:544 +#: g10/gpg.c:545 msgid "update the trust database" msgstr "信用データベースを更新" -#: g10/gpg.c:554 +#: g10/gpg.c:555 msgid "print message digests" msgstr "メッセージ・ダイジェストを表示" -#: g10/gpg.c:558 sm/gpgsm.c:244 +#: g10/gpg.c:559 sm/gpgsm.c:246 msgid "run in server mode" msgstr "サーãƒãƒ»ãƒ¢ãƒ¼ãƒ‰ã§å®Ÿè¡Œ" -#: g10/gpg.c:560 +#: g10/gpg.c:561 msgid "|VALUE|set the TOFU policy for a key" msgstr "|VALUE|TOFUãƒãƒªã‚·ãƒ¼ã‚’éµã«è¨å®šã™ã‚‹" -#: g10/gpg.c:603 +#: g10/gpg.c:604 msgid "|NAME|use NAME as default secret key" msgstr "|NAME|デフォルトã®ç§˜å¯†éµã¨ã—ã¦NAMEを用ã„ã‚‹" -#: g10/gpg.c:605 sm/gpgsm.c:337 +#: g10/gpg.c:606 sm/gpgsm.c:340 msgid "|NAME|encrypt to user ID NAME as well" msgstr "|NAME|ユーザID NAMEã«ã‚‚æš—å·åŒ–ã™ã‚‹" -#: g10/gpg.c:613 +#: g10/gpg.c:614 msgid "|SPEC|set up email aliases" msgstr "|SPEC|é›»åメールエイリアスをè¨å®šã™ã‚‹" -#: g10/gpg.c:625 +#: g10/gpg.c:626 msgid "use strict OpenPGP behavior" msgstr "厳密ãªOpenPGPã®æŒ¯èˆžã‚’採用" -#: g10/gpg.c:650 kbx/kbxutil.c:91 sm/gpgsm.c:421 tools/gpgconf.c:113 +#: g10/gpg.c:651 kbx/kbxutil.c:91 sm/gpgsm.c:424 tools/gpgconf.c:113 msgid "do not make any changes" msgstr "無変更" -#: g10/gpg.c:651 +#: g10/gpg.c:652 msgid "prompt before overwriting" msgstr "上書ãå‰ã«ç¢ºèª" -#: g10/gpg.c:700 sm/gpgsm.c:307 +#: g10/gpg.c:701 sm/gpgsm.c:310 msgid "Options controlling the input" msgstr "入力を制御ã™ã‚‹ã‚ªãƒ—ション" -#: g10/gpg.c:718 sm/gpgsm.c:317 +#: g10/gpg.c:719 sm/gpgsm.c:320 msgid "Options controlling the output" msgstr "出力を制御ã™ã‚‹ã‚ªãƒ—ション" -#: g10/gpg.c:720 sm/gpgsm.c:319 +#: g10/gpg.c:721 sm/gpgsm.c:322 msgid "create ascii armored output" msgstr "ASCIIå½¢å¼ã®å¤–装を作æˆ" -#: g10/gpg.c:724 g10/gpgv.c:82 sm/gpgsm.c:324 +#: g10/gpg.c:725 g10/gpgv.c:82 sm/gpgsm.c:327 msgid "|FILE|write output to FILE" msgstr "|FILE|出力をFILEã«æ›¸ã出ã™" -#: g10/gpg.c:737 +#: g10/gpg.c:738 msgid "use canonical text mode" msgstr "æ£æº–テã‚スト・モードを使用" -#: g10/gpg.c:755 +#: g10/gpg.c:756 msgid "|N|set compress level to N (0 disables)" msgstr "|N|圧縮レベルをNã«è¨å®š (0ã¯éžåœ§ç¸®)" -#: g10/gpg.c:761 sm/gpgsm.c:354 +#: g10/gpg.c:762 sm/gpgsm.c:357 msgid "Options controlling key import and export" msgstr "éµã®ã‚¤ãƒ³ãƒãƒ¼ãƒˆã¨ã‚¨ã‚¯ã‚¹ãƒãƒ¼ãƒˆã‚’制御ã™ã‚‹ã‚ªãƒ—ション" -#: g10/gpg.c:764 +#: g10/gpg.c:765 msgid "|MECHANISMS|use MECHANISMS to locate keys by mail address" msgstr "|MECHANISMS|メールアドレスã«ã‚ˆã£ã¦éµã‚’特定ã™ã‚‹éš›ã€MECHANISMSを使用ã™ã‚‹" -#: g10/gpg.c:767 +#: g10/gpg.c:768 msgid "import missing key from a signature" msgstr "ç½²åã‹ã‚‰æ‰‹å…ƒã«ãªã„éµã‚’インãƒãƒ¼ãƒˆã™ã‚‹" -#: g10/gpg.c:772 +#: g10/gpg.c:773 msgid "include the public key in signatures" msgstr "ç½²åã«å…¬é–‹éµã‚’å«ã‚ã‚‹" -#: g10/gpg.c:775 sm/gpgsm.c:357 +#: g10/gpg.c:776 sm/gpgsm.c:360 msgid "disable all access to the dirmngr" msgstr "dirmngrã¸ã®ã™ã¹ã¦ã®ã‚¢ã‚¯ã‚»ã‚¹ã‚’無効ã¨ã™ã‚‹" -#: g10/gpg.c:787 sm/gpgsm.c:364 +#: g10/gpg.c:788 sm/gpgsm.c:367 msgid "Options controlling key listings" msgstr "éµã®ãƒªã‚¹ãƒ†ã‚£ãƒ³ã‚°ã‚’を制御ã™ã‚‹ã‚ªãƒ—ション" -#: g10/gpg.c:817 sm/gpgsm.c:329 +#: g10/gpg.c:818 sm/gpgsm.c:332 msgid "Options to specify keys" msgstr "éµã‚’指定ã™ã‚‹ã‚ªãƒ—ション" -#: g10/gpg.c:819 sm/gpgsm.c:331 +#: g10/gpg.c:820 sm/gpgsm.c:334 msgid "|USER-ID|encrypt for USER-ID" msgstr "|USER-ID|USER-ID用ã«æš—å·åŒ–" -#: g10/gpg.c:827 sm/gpgsm.c:333 +#: g10/gpg.c:828 sm/gpgsm.c:336 msgid "|USER-ID|use USER-ID to sign or decrypt" msgstr "|USER-ID|ç½²åや復å·ã«ã“ã®USER-IDを使用" -#: g10/gpg.c:875 sm/gpgsm.c:405 +#: g10/gpg.c:876 sm/gpgsm.c:408 msgid "Options for unattended use" msgstr "無人使用ã®ãŸã‚ã®ã‚ªãƒ—ション" -#: g10/gpg.c:894 sm/gpgsm.c:417 dirmngr/dirmngr.c:285 +#: g10/gpg.c:895 sm/gpgsm.c:420 dirmngr/dirmngr.c:286 msgid "Other options" msgstr "ãã®ã»ã‹ã®ã‚ªãƒ—ション" -#: g10/gpg.c:965 sm/gpgsm.c:450 +#: g10/gpg.c:966 sm/gpgsm.c:453 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -2727,7 +2723,7 @@ msgstr "" "@\n" "(コマンドã¨ã‚ªãƒ—ション全部ã®ä¸€è¦§ã¯ã€ãƒžãƒ‹ãƒ¥ã‚¢ãƒ«ãƒ»ãƒšãƒ¼ã‚¸ã‚’ã”覧ãã ã•ã„)\n" -#: g10/gpg.c:968 +#: g10/gpg.c:969 msgid "" "@\n" "Examples:\n" @@ -2747,11 +2743,11 @@ msgstr "" " --list-keys [åå‰] éµã‚’表示\n" " --fingerprint [åå‰] フィンガープリントを表示\n" -#: g10/gpg.c:1153 +#: g10/gpg.c:1154 msgid "Usage: @GPG@ [options] [files] (-h for help)" msgstr "使ã„æ–¹: @GPG@ [オプション] [ファイル] (ヘルプ㯠-h)" -#: g10/gpg.c:1156 +#: g10/gpg.c:1157 msgid "" "Syntax: @GPG@ [options] [files]\n" "Sign, check, encrypt or decrypt\n" @@ -2761,7 +2757,7 @@ msgstr "" "ç½²åã€æ¤œæŸ»ã€æš—å·åŒ–ã¾ãŸã¯å¾©å·\n" "デフォルトã®æ“作ã¯ã€å…¥åŠ›ãƒ‡ãƒ¼ã‚¿ã«ä¾å˜\n" -#: g10/gpg.c:1167 sm/gpgsm.c:633 +#: g10/gpg.c:1168 sm/gpgsm.c:636 msgid "" "\n" "Supported algorithms:\n" @@ -2769,553 +2765,553 @@ msgstr "" "\n" "サãƒãƒ¼ãƒˆã—ã¦ã„るアルゴリズム:\n" -#: g10/gpg.c:1170 +#: g10/gpg.c:1171 msgid "Pubkey: " msgstr "公開éµ: " -#: g10/gpg.c:1177 g10/keyedit.c:3316 +#: g10/gpg.c:1178 g10/keyedit.c:3316 msgid "Cipher: " msgstr "æš—å·æ–¹å¼: " -#: g10/gpg.c:1191 +#: g10/gpg.c:1192 msgid "Hash: " msgstr "ãƒãƒƒã‚·ãƒ¥: " -#: g10/gpg.c:1198 g10/keyedit.c:3382 +#: g10/gpg.c:1199 g10/keyedit.c:3382 msgid "Compression: " msgstr "圧縮: " -#: g10/gpg.c:1273 sm/gpgsm.c:707 +#: g10/gpg.c:1274 sm/gpgsm.c:710 #, c-format msgid "usage: %s [options] %s\n" msgstr "使ã„æ–¹: %s [オプション] %s\n" -#: g10/gpg.c:1466 sm/gpgsm.c:800 +#: g10/gpg.c:1467 sm/gpgsm.c:803 #, c-format msgid "conflicting commands\n" msgstr "対立ã™ã‚‹ã‚³ãƒžãƒ³ãƒ‰\n" -#: g10/gpg.c:1484 +#: g10/gpg.c:1485 #, c-format msgid "no = sign found in group definition '%s'\n" msgstr "=記å·ãŒã€ã‚°ãƒ«ãƒ¼ãƒ—定義'%s'内ã«è¦‹ã¤ã‹ã‚Šã¾ã›ã‚“\n" -#: g10/gpg.c:1682 +#: g10/gpg.c:1683 #, c-format msgid "WARNING: unsafe ownership on homedir '%s'\n" msgstr "*è¦å‘Š*: homedir '%s'ã®å®‰å…¨ã§ãªã„所有\n" -#: g10/gpg.c:1685 +#: g10/gpg.c:1686 #, c-format msgid "WARNING: unsafe ownership on configuration file '%s'\n" msgstr "*è¦å‘Š*: コンフィグレーション・ファイル'%s'ã®å®‰å…¨ã§ãªã„所有\n" -#: g10/gpg.c:1688 +#: g10/gpg.c:1689 #, c-format msgid "WARNING: unsafe ownership on extension '%s'\n" msgstr "*è¦å‘Š*: æ‹¡å¼µ'%s'ã®å®‰å…¨ã§ãªã„所有\n" -#: g10/gpg.c:1694 +#: g10/gpg.c:1695 #, c-format msgid "WARNING: unsafe permissions on homedir '%s'\n" msgstr "*è¦å‘Š*: homedir '%s'ã®å®‰å…¨ã§ãªã„許å¯\n" -#: g10/gpg.c:1697 +#: g10/gpg.c:1698 #, c-format msgid "WARNING: unsafe permissions on configuration file '%s'\n" msgstr "*è¦å‘Š*: コンフィグレーション・ファイル'%s'ã®å®‰å…¨ã§ãªã„許å¯\n" -#: g10/gpg.c:1700 +#: g10/gpg.c:1701 #, c-format msgid "WARNING: unsafe permissions on extension '%s'\n" msgstr "*è¦å‘Š*: æ‹¡å¼µ'%s'ã®å®‰å…¨ã§ãªã„許å¯\n" -#: g10/gpg.c:1706 +#: g10/gpg.c:1707 #, c-format msgid "WARNING: unsafe enclosing directory ownership on homedir '%s'\n" msgstr "*è¦å‘Š*: homedir '%s'ã®å®‰å…¨ã§ãªã„上ä½ãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆãƒªæ‰€æœ‰\n" -#: g10/gpg.c:1709 +#: g10/gpg.c:1710 #, c-format msgid "" "WARNING: unsafe enclosing directory ownership on configuration file '%s'\n" msgstr "" "*è¦å‘Š*: コンフィグレーション・ファイル'%s'ã®å®‰å…¨ã§ãªã„上ä½ãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆãƒªæ‰€æœ‰\n" -#: g10/gpg.c:1712 +#: g10/gpg.c:1713 #, c-format msgid "WARNING: unsafe enclosing directory ownership on extension '%s'\n" msgstr "*è¦å‘Š*: æ‹¡å¼µ'%s'ã®å®‰å…¨ã§ãªã„上ä½ãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆãƒªæ‰€æœ‰\n" -#: g10/gpg.c:1718 +#: g10/gpg.c:1719 #, c-format msgid "WARNING: unsafe enclosing directory permissions on homedir '%s'\n" msgstr "*è¦å‘Š*: homedir '%s'ã®å®‰å…¨ã§ãªã„上ä½ãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆãƒªè¨±å¯\n" -#: g10/gpg.c:1721 +#: g10/gpg.c:1722 #, c-format msgid "" "WARNING: unsafe enclosing directory permissions on configuration file '%s'\n" msgstr "" "*è¦å‘Š*: コンフィグレーション・ファイル'%s'ã®å®‰å…¨ã§ãªã„上ä½ãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆãƒªè¨±å¯\n" -#: g10/gpg.c:1724 +#: g10/gpg.c:1725 #, c-format msgid "WARNING: unsafe enclosing directory permissions on extension '%s'\n" msgstr "*è¦å‘Š*: æ‹¡å¼µ'%s'ã®å®‰å…¨ã§ãªã„上ä½ãƒ‡ã‚£ãƒ¬ã‚¯ãƒˆãƒªè¨±å¯\n" -#: g10/gpg.c:1940 +#: g10/gpg.c:1941 #, c-format msgid "unknown configuration item '%s'\n" msgstr "ä¸æ˜Žã®ã‚³ãƒ³ãƒ•ã‚£ã‚°ãƒ¬ãƒ¼ã‚·ãƒ§ãƒ³é …ç›®'%s'\n" -#: g10/gpg.c:2034 +#: g10/gpg.c:2037 msgid "display photo IDs during key listings" msgstr "éµã®ä¸€è¦§æ™‚ã«ãƒ•ã‚©ãƒˆIDを表示ã™ã‚‹" -#: g10/gpg.c:2036 +#: g10/gpg.c:2039 msgid "show key usage information during key listings" msgstr "éµã®ä¸€è¦§æ™‚ã«éµã®ä½¿ã„æ–¹ã®æƒ…å ±ã‚’è¡¨ç¤ºã™ã‚‹" -#: g10/gpg.c:2038 +#: g10/gpg.c:2041 msgid "show policy URLs during signature listings" msgstr "ç½²åã®ä¸€è¦§æ™‚ã«ãƒãƒªã‚·ãƒ¼URLを表示ã™ã‚‹" -#: g10/gpg.c:2040 +#: g10/gpg.c:2043 msgid "show all notations during signature listings" msgstr "ç½²åã®ä¸€è¦§æ™‚ã«ã™ã¹ã¦ã®æ³¨é‡ˆã‚’表示ã™ã‚‹" -#: g10/gpg.c:2042 +#: g10/gpg.c:2045 msgid "show IETF standard notations during signature listings" msgstr "ç½²åã®ä¸€è¦§æ™‚ã«IETF標準注釈を表示ã™ã‚‹" -#: g10/gpg.c:2046 +#: g10/gpg.c:2049 msgid "show user-supplied notations during signature listings" msgstr "ç½²åã®ä¸€è¦§æ™‚ã«ãƒ¦ãƒ¼ã‚¶ã®æ³¨é‡ˆã‚’表示ã™ã‚‹" -#: g10/gpg.c:2048 +#: g10/gpg.c:2051 msgid "show preferred keyserver URLs during signature listings" msgstr "ç½²åã®ä¸€è¦§æ™‚ã«å„ªå…ˆéµã‚µãƒ¼ãƒURLを表示ã™ã‚‹" -#: g10/gpg.c:2050 +#: g10/gpg.c:2053 msgid "show user ID validity during key listings" msgstr "éµã®ä¸€è¦§æ™‚ã«ãƒ¦ãƒ¼ã‚¶IDã®æœ‰åŠ¹æ€§ã‚’表示ã™ã‚‹" -#: g10/gpg.c:2052 +#: g10/gpg.c:2055 msgid "show revoked and expired user IDs in key listings" msgstr "éµã®ä¸€è¦§ã«å¤±åŠ¹ã—ãŸãƒ¦ãƒ¼ã‚¶IDã€æœŸé™åˆ‡ã‚Œã¨ãªã£ãŸãƒ¦ãƒ¼ã‚¶IDを表示ã™ã‚‹" -#: g10/gpg.c:2054 +#: g10/gpg.c:2057 msgid "show revoked and expired subkeys in key listings" msgstr "éµã®ä¸€è¦§ã«å¤±åŠ¹ã—ãŸå‰¯éµã€æœŸé™åˆ‡ã‚Œã¨ãªã£ãŸå‰¯éµã‚’表示ã™ã‚‹" -#: g10/gpg.c:2056 +#: g10/gpg.c:2059 msgid "show the keyring name in key listings" msgstr "éµã®ä¸€è¦§ã«éµãƒªãƒ³ã‚°ã®åå‰ã‚’表示ã™ã‚‹" -#: g10/gpg.c:2058 +#: g10/gpg.c:2061 msgid "show expiration dates during signature listings" msgstr "ç½²åã®ä¸€è¦§æ™‚ã«æœ‰åŠ¹æœŸé™ã®æ—¥ä»˜ã‚’表示ã™ã‚‹" -#: g10/gpg.c:2175 +#: g10/gpg.c:2178 #, c-format msgid "unknown TOFU policy '%s'\n" msgstr "ä¸æ˜Žã®TOFUãƒãƒªã‚·ãƒ¼'%s'\n" -#: g10/gpg.c:2177 +#: g10/gpg.c:2180 #, c-format msgid "(use \"help\" to list choices)\n" msgstr "(é¸æŠžè‚¢ã®ä¸€è¦§ã«ã¯\"help\"を使ã£ã¦ãã ã•ã„)\n" -#: g10/gpg.c:2972 g10/gpg.c:3797 g10/gpg.c:3809 +#: g10/gpg.c:2975 g10/gpg.c:3828 g10/gpg.c:3840 #, c-format msgid "Note: %s is not for normal use!\n" msgstr "注æ„: 普通%sã¯ä½¿ã„ã¾ã›ã‚“!\n" -#: g10/gpg.c:3148 g10/gpg.c:3160 +#: g10/gpg.c:3151 g10/gpg.c:3163 #, c-format msgid "'%s' is not a valid signature expiration\n" msgstr "'%s'ã¯ã€æœ‰åŠ¹ãªç½²å表ç¾ã§ã¯ã‚ã‚Šã¾ã›ã‚“\n" -#: g10/gpg.c:3182 +#: g10/gpg.c:3185 #, c-format msgid "\"%s\" is not a proper mail address\n" msgstr "\"%s\"ã¯æ£ã—ã„メール・アドレスã§ã¯ã‚ã‚Šã¾ã›ã‚“\n" -#: g10/gpg.c:3214 sm/gpgsm.c:1265 +#: g10/gpg.c:3217 sm/gpgsm.c:1270 #, c-format msgid "invalid pinentry mode '%s'\n" msgstr "無効㪠pinentry mode '%s'ã§ã™\n" -#: g10/gpg.c:3220 sm/gpgsm.c:1271 +#: g10/gpg.c:3223 sm/gpgsm.c:1276 #, c-format msgid "invalid request origin '%s'\n" msgstr "無効ãªé€ä¿¡å…ƒè¦æ±‚ '%s' ã§ã™\n" -#: g10/gpg.c:3277 +#: g10/gpg.c:3280 #, c-format msgid "'%s' is not a valid character set\n" msgstr "'%s'ã¯ã€æœ‰åŠ¹ãªæ–‡å—集åˆã§ã¯ã‚ã‚Šã¾ã›ã‚“\n" -#: g10/gpg.c:3299 g10/gpg.c:3508 g10/keyedit.c:5319 +#: g10/gpg.c:3302 g10/gpg.c:3511 g10/keyedit.c:5319 #, c-format msgid "could not parse keyserver URL\n" msgstr "éµã‚µãƒ¼ãƒã®URLを解æžä¸èƒ½\n" -#: g10/gpg.c:3317 +#: g10/gpg.c:3320 #, c-format msgid "%s:%d: invalid keyserver options\n" msgstr "%s:%d: 無効ãªéµã‚µãƒ¼ãƒãƒ»ã‚ªãƒ—ションã§ã™\n" -#: g10/gpg.c:3320 +#: g10/gpg.c:3323 #, c-format msgid "invalid keyserver options\n" msgstr "無効ãªéµã‚µãƒ¼ãƒãƒ»ã‚ªãƒ—ションã§ã™\n" -#: g10/gpg.c:3327 +#: g10/gpg.c:3330 #, c-format msgid "%s:%d: invalid import options\n" msgstr "%s:%d: 無効ãªã‚¤ãƒ³ãƒãƒ¼ãƒˆãƒ»ã‚ªãƒ—ションã§ã™\n" -#: g10/gpg.c:3330 +#: g10/gpg.c:3333 #, c-format msgid "invalid import options\n" msgstr "無効ãªã‚¤ãƒ³ãƒãƒ¼ãƒˆãƒ»ã‚ªãƒ—ションã§ã™\n" -#: g10/gpg.c:3336 g10/gpg.c:3351 +#: g10/gpg.c:3339 g10/gpg.c:3354 #, c-format msgid "invalid filter option: %s\n" msgstr "無効ãªãƒ•ã‚£ãƒ«ã‚¿ãƒ»ã‚ªãƒ—ションã§ã™: %s\n" -#: g10/gpg.c:3342 +#: g10/gpg.c:3345 #, c-format msgid "%s:%d: invalid export options\n" msgstr "%s:%d: 無効ãªã‚¨ã‚¯ã‚¹ãƒãƒ¼ãƒˆãƒ»ã‚ªãƒ—ションã§ã™\n" -#: g10/gpg.c:3345 +#: g10/gpg.c:3348 #, c-format msgid "invalid export options\n" msgstr "無効ãªã‚¨ã‚¯ã‚¹ãƒãƒ¼ãƒˆãƒ»ã‚ªãƒ—ションã§ã™\n" -#: g10/gpg.c:3357 +#: g10/gpg.c:3360 #, c-format msgid "%s:%d: invalid list options\n" msgstr "%s:%d: 無効ãªä¸€è¦§ã‚ªãƒ—ションã§ã™\n" -#: g10/gpg.c:3360 +#: g10/gpg.c:3363 #, c-format msgid "invalid list options\n" msgstr "無効ãªä¸€è¦§ã‚ªãƒ—ションã§ã™\n" -#: g10/gpg.c:3368 +#: g10/gpg.c:3371 msgid "display photo IDs during signature verification" msgstr "ç½²åã®æ¤œè¨¼æ™‚ã«ãƒ•ã‚©ãƒˆIDを表示ã™ã‚‹" -#: g10/gpg.c:3370 +#: g10/gpg.c:3373 msgid "show policy URLs during signature verification" msgstr "ç½²åã®æ¤œè¨¼æ™‚ã«ãƒãƒªã‚·ãƒ¼URLを表示ã™ã‚‹" -#: g10/gpg.c:3372 +#: g10/gpg.c:3375 msgid "show all notations during signature verification" msgstr "ç½²åã®æ¤œè¨¼æ™‚ã«ã™ã¹ã¦ã®æ³¨é‡ˆã‚’表示ã™ã‚‹" -#: g10/gpg.c:3374 +#: g10/gpg.c:3377 msgid "show IETF standard notations during signature verification" msgstr "ç½²åã®æ¤œè¨¼æ™‚ã«IETF標準注釈を表示ã™ã‚‹" -#: g10/gpg.c:3378 +#: g10/gpg.c:3381 msgid "show user-supplied notations during signature verification" msgstr "ç½²åã®æ¤œè¨¼æ™‚ã«ãƒ¦ãƒ¼ã‚¶ã®æ³¨é‡ˆã‚’表示ã™ã‚‹" -#: g10/gpg.c:3380 +#: g10/gpg.c:3383 msgid "show preferred keyserver URLs during signature verification" msgstr "ç½²åã®æ¤œè¨¼æ™‚ã«å„ªå…ˆéµã‚µãƒ¼ãƒURLを表示ã™ã‚‹" -#: g10/gpg.c:3382 +#: g10/gpg.c:3385 msgid "show user ID validity during signature verification" msgstr "ç½²åã®æ¤œè¨¼æ™‚ã«ãƒ¦ãƒ¼ã‚¶IDã®æœ‰åŠ¹æ€§ã‚’表示ã™ã‚‹" -#: g10/gpg.c:3384 +#: g10/gpg.c:3387 msgid "show revoked and expired user IDs in signature verification" msgstr "ç½²åã®æ¤œè¨¼æ™‚ã«å¤±åŠ¹ã—ãŸãƒ¦ãƒ¼ã‚¶IDã€æœŸé™åˆ‡ã‚Œã¨ãªã£ãŸãƒ¦ãƒ¼ã‚¶IDを表示ã™ã‚‹" -#: g10/gpg.c:3386 +#: g10/gpg.c:3389 msgid "show only the primary user ID in signature verification" msgstr "ç½²åã®æ¤œè¨¼æ™‚ã«ãƒ—ライマリ・ユーザIDã ã‘をを表示ã™ã‚‹" -#: g10/gpg.c:3393 +#: g10/gpg.c:3396 #, c-format msgid "%s:%d: invalid verify options\n" msgstr "%s:%d: 無効ãªæ¤œè¨¼ã‚ªãƒ—ションã§ã™\n" -#: g10/gpg.c:3396 +#: g10/gpg.c:3399 #, c-format msgid "invalid verify options\n" msgstr "無効ãªæ¤œè¨¼ã‚ªãƒ—ションã§ã™\n" -#: g10/gpg.c:3403 +#: g10/gpg.c:3406 #, c-format msgid "unable to set exec-path to %s\n" msgstr "exec-pathã‚’%sã«è¨å®šä¸èƒ½\n" -#: g10/gpg.c:3610 +#: g10/gpg.c:3613 #, c-format msgid "%s:%d: invalid auto-key-locate list\n" msgstr "%s:%d: 無効㪠auto-key-locate リストã§ã™\n" -#: g10/gpg.c:3613 +#: g10/gpg.c:3616 #, c-format msgid "invalid auto-key-locate list\n" msgstr "無効㪠auto-key-locate リストã§ã™\n" -#: g10/gpg.c:3622 +#: g10/gpg.c:3625 #, c-format msgid "invalid argument for option \"%.50s\"\n" msgstr "オプション\"%.50s\"ã«ã¯ç„¡åŠ¹ãªå¼•æ•°ã§ã™\n" -#: g10/gpg.c:3776 sm/gpgsm.c:1642 +#: g10/gpg.c:3807 sm/gpgsm.c:1675 #, c-format msgid "WARNING: program may create a core file!\n" msgstr "*è¦å‘Š*: プãƒã‚°ãƒ©ãƒ ã¯coreファイルを作æˆã™ã‚‹ã“ã¨ãŒã‚ã‚Šã¾ã™!\n" -#: g10/gpg.c:3790 +#: g10/gpg.c:3821 #, c-format msgid "WARNING: %s overrides %s\n" msgstr "*è¦å‘Š*: %sã¯%sより優先\n" -#: g10/gpg.c:3799 +#: g10/gpg.c:3830 #, c-format msgid "%s not allowed with %s!\n" msgstr "%sã¯%sã¨ã¨ã‚‚ã«ä½¿ã†ã“ã¨ã¯ã§ãã¾ã›ã‚“!\n" -#: g10/gpg.c:3802 +#: g10/gpg.c:3833 #, c-format msgid "%s makes no sense with %s!\n" msgstr "%sã¯%sã¨ã¨ã‚‚ã«ä½¿ã£ã¦ã‚‚ç„¡æ„味ã§ã™!\n" -#: g10/gpg.c:3817 sm/gpgsm.c:1663 dirmngr/dirmngr.c:1114 +#: g10/gpg.c:3848 sm/gpgsm.c:1696 dirmngr/dirmngr.c:1123 #, c-format msgid "WARNING: running with faked system time: " msgstr "*è¦å‘Š*: ニセモノã®ã‚·ã‚¹ãƒ†ãƒ 時刻ã§å®Ÿè¡Œã—ã¦ã„ã¾ã™: " -#: g10/gpg.c:3838 +#: g10/gpg.c:3869 #, c-format msgid "will not run with insecure memory due to %s\n" msgstr "%s ã®ãŸã‚ã€ã‚»ã‚ュアã§ãªã„メモリã§å®Ÿè¡Œã—ã¾ã›ã‚“\n" -#: g10/gpg.c:3866 g10/gpg.c:3897 sm/gpgsm.c:1730 +#: g10/gpg.c:3897 g10/gpg.c:3928 sm/gpgsm.c:1763 #, c-format msgid "selected cipher algorithm is invalid\n" msgstr "é¸æŠžã•ã‚ŒãŸæš—å·ã‚¢ãƒ«ã‚´ãƒªã‚ºãƒ ã¯ç„¡åŠ¹ã§ã™\n" -#: g10/gpg.c:3873 +#: g10/gpg.c:3904 #, c-format msgid "selected AEAD algorithm is invalid\n" msgstr "é¸æŠžã•ã‚ŒãŸAEADアルゴリズムã¯ç„¡åŠ¹ã§ã™\n" -#: g10/gpg.c:3885 +#: g10/gpg.c:3916 #, c-format msgid "selected compression algorithm is invalid\n" msgstr "é¸æŠžã•ã‚ŒãŸåœ§ç¸®ã‚¢ãƒ«ã‚´ãƒªã‚ºãƒ ã¯ç„¡åŠ¹ã§ã™\n" -#: g10/gpg.c:3891 +#: g10/gpg.c:3922 #, c-format msgid "selected certification digest algorithm is invalid\n" msgstr "é¸æŠžã•ã‚ŒãŸè¨¼æ˜Žæ›¸ãƒ€ã‚¤ã‚¸ã‚§ã‚¹ãƒˆãƒ»ã‚¢ãƒ«ã‚´ãƒªã‚ºãƒ ã¯ç„¡åŠ¹ã§ã™\n" -#: g10/gpg.c:3906 +#: g10/gpg.c:3937 #, c-format msgid "completes-needed must be greater than 0\n" msgstr "completes-neededã¯æ£ã®å€¤ãŒå¿…è¦ã§ã™\n" -#: g10/gpg.c:3908 +#: g10/gpg.c:3939 #, c-format msgid "marginals-needed must be greater than 1\n" msgstr "marginals-neededã¯1より大ããªå€¤ãŒå¿…è¦ã§ã™\n" -#: g10/gpg.c:3910 +#: g10/gpg.c:3941 #, c-format msgid "max-cert-depth must be in the range from 1 to 255\n" msgstr "max-cert-depthã¯1ã‹ã‚‰255ã®ç¯„囲ã§ãªã‘ã‚Œã°ãªã‚Šã¾ã›ã‚“\n" -#: g10/gpg.c:3912 +#: g10/gpg.c:3943 #, c-format msgid "invalid default-cert-level; must be 0, 1, 2, or 3\n" msgstr "無効ãªdefault-cert-level。0ã‹1ã‹2ã‹3ã§ãªã‘ã‚Œã°ãªã‚Šã¾ã›ã‚“\n" -#: g10/gpg.c:3914 +#: g10/gpg.c:3945 #, c-format msgid "invalid min-cert-level; must be 1, 2, or 3\n" msgstr "無効ãªmin-cert-level。0ã‹1ã‹2ã‹3ã§ãªã‘ã‚Œã°ãªã‚Šã¾ã›ã‚“\n" -#: g10/gpg.c:3918 +#: g10/gpg.c:3949 #, c-format msgid "Note: simple S2K mode (0) is strongly discouraged\n" msgstr "注æ„: å˜ç´”ãªS2Kモード(0)ã®ä½¿ç”¨ã«ã¯å¼·ãå対ã—ã¾ã™\n" -#: g10/gpg.c:3922 +#: g10/gpg.c:3953 #, c-format msgid "invalid S2K mode; must be 0, 1 or 3\n" msgstr "無効ãªS2Kモード。0ã‹1ã‹3ã§ãªã‘ã‚Œã°ãªã‚Šã¾ã›ã‚“\n" -#: g10/gpg.c:3929 +#: g10/gpg.c:3960 #, c-format msgid "invalid default preferences\n" msgstr "無効ãªãƒ‡ãƒ•ã‚©ãƒ«ãƒˆã®å„ªå…ˆæŒ‡å®š\n" -#: g10/gpg.c:3933 +#: g10/gpg.c:3964 #, c-format msgid "invalid personal cipher preferences\n" msgstr "無効ãªå€‹äººç”¨æš—å·æ–¹å¼ã®å„ªå…ˆæŒ‡å®š\n" -#: g10/gpg.c:3936 +#: g10/gpg.c:3967 #, c-format msgid "invalid personal AEAD preferences\n" msgstr "無効ãªå€‹äººç”¨AEADæ–¹å¼ã®å„ªå…ˆæŒ‡å®š\n" -#: g10/gpg.c:3940 +#: g10/gpg.c:3971 #, c-format msgid "invalid personal digest preferences\n" msgstr "無効ãªå€‹äººç”¨ãƒ€ã‚¤ã‚¸ã‚§ã‚¹ãƒˆã®å„ªå…ˆæŒ‡å®š\n" -#: g10/gpg.c:3944 +#: g10/gpg.c:3975 #, c-format msgid "invalid personal compress preferences\n" msgstr "無効ãªå€‹äººç”¨åœ§ç¸®ã®å„ªå…ˆæŒ‡å®š\n" -#: g10/gpg.c:3953 g10/gpg.c:3958 +#: g10/gpg.c:3984 g10/gpg.c:3989 #, c-format msgid "chunk size invalid - using %d\n" msgstr "無効ãªãƒãƒ£ãƒ³ã‚¯é•· - %dビットã«ã—ã¾ã™\n" -#: g10/gpg.c:3995 +#: g10/gpg.c:4026 #, c-format msgid "%s does not yet work with %s\n" msgstr "%sã¯%sã§ã¯ã¾ã 機能ã—ã¾ã›ã‚“\n" -#: g10/gpg.c:4058 +#: g10/gpg.c:4089 #, c-format msgid "AEAD algorithm '%s' may not be used in %s mode\n" msgstr "AEADアルゴリズム'%s'ã‚’%sモードã§ä½¿ã†ã“ã¨ã¯ã§ãã¾ã›ã‚“\n" -#: g10/gpg.c:4070 +#: g10/gpg.c:4101 #, c-format msgid "compression algorithm '%s' may not be used in %s mode\n" msgstr "圧縮アルゴリズム'%s'ã‚’%sモードã§ä½¿ã†ã“ã¨ã¯ã§ãã¾ã›ã‚“\n" -#: g10/gpg.c:4225 +#: g10/gpg.c:4256 #, c-format msgid "failed to initialize the TrustDB: %s\n" msgstr "信用データベースã®åˆæœŸåŒ–ã«å¤±æ•—ã—ã¾ã—ãŸ: %s\n" -#: g10/gpg.c:4237 +#: g10/gpg.c:4268 #, c-format msgid "WARNING: recipients (-r) given without using public key encryption\n" msgstr "*è¦å‘Š*: 公開éµæš—å·ã‚’使ã‚ãšã«ã€å—å–人 (-r) を指定ã—ã¦ã„ã¾ã™\n" -#: g10/gpg.c:4309 +#: g10/gpg.c:4340 #, c-format msgid "symmetric encryption of '%s' failed: %s\n" msgstr "'%s'ã®å…±é€šéµæš—å·ã«å¤±æ•—ã—ã¾ã—ãŸ: %s\n" -#: g10/gpg.c:4338 +#: g10/gpg.c:4369 #, c-format msgid "you cannot use --symmetric --encrypt with --s2k-mode 0\n" msgstr "--symmetric --encryptã‚’--s2k-mode 0ã§ä½¿ã†ã“ã¨ã¯ã§ãã¾ã›ã‚“\n" -#: g10/gpg.c:4341 +#: g10/gpg.c:4372 #, c-format msgid "you cannot use --symmetric --encrypt in %s mode\n" msgstr "--symmetric --encryptã‚’%sモードã§ä½¿ã†ã“ã¨ã¯ã§ãã¾ã›ã‚“\n" -#: g10/gpg.c:4399 +#: g10/gpg.c:4430 #, c-format msgid "you cannot use --symmetric --sign --encrypt with --s2k-mode 0\n" msgstr "--symmetric --sign --encryptã‚’--s2k-mode 0ã§ä½¿ã†ã“ã¨ã¯ã§ãã¾ã›ã‚“\n" -#: g10/gpg.c:4402 +#: g10/gpg.c:4433 #, c-format msgid "you cannot use --symmetric --sign --encrypt in %s mode\n" msgstr "--symmetric --sign --encryptã‚’%sモードã§ä½¿ã†ã“ã¨ã¯ã§ãã¾ã›ã‚“\n" -#: g10/gpg.c:4790 g10/keyserver.c:1858 +#: g10/gpg.c:4821 g10/keyserver.c:1870 #, c-format msgid "keyserver send failed: %s\n" msgstr "éµã‚µãƒ¼ãƒã¸ã®é€ä¿¡ã«å¤±æ•—ã—ã¾ã—ãŸ: %s\n" -#: g10/gpg.c:4795 +#: g10/gpg.c:4826 #, c-format msgid "keyserver receive failed: %s\n" msgstr "éµã‚µãƒ¼ãƒã‹ã‚‰ã®å—ä¿¡ã«å¤±æ•—ã—ã¾ã—ãŸ: %s\n" -#: g10/gpg.c:4801 +#: g10/gpg.c:4832 #, c-format msgid "key export failed: %s\n" msgstr "éµã®ã‚¨ã‚¯ã‚¹ãƒãƒ¼ãƒˆã«å¤±æ•—ã—ã¾ã—ãŸ: %s\n" -#: g10/gpg.c:4814 +#: g10/gpg.c:4845 #, c-format msgid "export as ssh key failed: %s\n" msgstr "sshéµã¨ã—ã¦ã®ã‚¨ã‚¯ã‚¹ãƒãƒ¼ãƒˆã«å¤±æ•—ã—ã¾ã—ãŸ: %s\n" -#: g10/gpg.c:4826 +#: g10/gpg.c:4857 #, c-format msgid "keyserver search failed: %s\n" msgstr "éµã‚µãƒ¼ãƒã®æ¤œç´¢ã«å¤±æ•—ã—ã¾ã—ãŸ: %s\n" -#: g10/gpg.c:4839 +#: g10/gpg.c:4870 #, c-format msgid "keyserver refresh failed: %s\n" msgstr "éµã‚µãƒ¼ãƒã®æ›´æ–°ã«å¤±æ•—ã—ã¾ã—ãŸ: %s\n" -#: g10/gpg.c:4906 +#: g10/gpg.c:4937 #, c-format msgid "dearmoring failed: %s\n" msgstr "外装除去ã«å¤±æ•—ã—ã¾ã—ãŸ: %s\n" -#: g10/gpg.c:4917 +#: g10/gpg.c:4948 #, c-format msgid "enarmoring failed: %s\n" msgstr "外装ã«å¤±æ•—ã—ã¾ã—ãŸ: %s\n" -#: g10/gpg.c:5022 +#: g10/gpg.c:5053 #, c-format msgid "invalid hash algorithm '%s'\n" msgstr "無効ãªãƒãƒƒã‚·ãƒ¥ãƒ»ã‚¢ãƒ«ã‚´ãƒªã‚ºãƒ '%s'ã§ã™\n" -#: g10/gpg.c:5174 g10/tofu.c:2156 +#: g10/gpg.c:5205 g10/tofu.c:2156 #, c-format msgid "error parsing key specification '%s': %s\n" msgstr "éµæŒ‡å®š'%s'ã®æ§‹æ–‡è§£æžã‚¨ãƒ©ãƒ¼: %s\n" -#: g10/gpg.c:5185 +#: g10/gpg.c:5216 #, c-format msgid "'%s' does not appear to be a valid key ID, fingerprint or keygrip\n" msgstr "'%s'ã¯æœ‰åŠ¹ãªéµID, フィンガープリントã€keygripã§ã¯ãªã„よã†ã§ã™ã€‚\n" -#: g10/gpg.c:5241 +#: g10/gpg.c:5272 #, c-format msgid "WARNING: no command supplied. Trying to guess what you mean ...\n" msgstr "" "*è¦å‘Š*: コマンドãŒæŒ‡å®šã•ã‚Œã¦ã„ã¾ã›ã‚“。ãªã«ã‚’æ„味ã—ã¦ã„ã‚‹ã®ã‹å½“ã¦ã¦ã¿ã¾" "ã™ ...\n" -#: g10/gpg.c:5252 +#: g10/gpg.c:5283 #, c-format msgid "Go ahead and type your message ...\n" msgstr "開始ã—ã¾ã™ã€‚メッセージを打ã£ã¦ãã ã•ã„ ...\n" -#: g10/gpg.c:5599 +#: g10/gpg.c:5630 #, c-format msgid "the given certification policy URL is invalid\n" msgstr "ã‚ãŸãˆã‚‰ã‚ŒãŸè¨¼æ˜Žæ›¸ãƒãƒªã‚·ãƒ¼URLã¯ç„¡åŠ¹ã§ã™\n" -#: g10/gpg.c:5601 +#: g10/gpg.c:5632 #, c-format msgid "the given signature policy URL is invalid\n" msgstr "ã‚ãŸãˆã‚‰ã‚ŒãŸç½²åãƒãƒªã‚·ãƒ¼URLã¯ç„¡åŠ¹ã§ã™\n" -#: g10/gpg.c:5634 +#: g10/gpg.c:5665 #, c-format msgid "the given preferred keyserver URL is invalid\n" msgstr "指定ã•ã‚ŒãŸå„ªå…ˆéµã‚µãƒ¼ãƒURLã¯ç„¡åŠ¹ã§ã™\n" @@ -3328,7 +3324,7 @@ msgstr "|FILE|éµãƒªãƒ³ã‚°FILEã®éµã‚’扱ã„ã¾ã™" msgid "make timestamp conflicts only a warning" msgstr "日時ã®çŸ›ç›¾ã‚’è¦å‘Šã ã‘ã«ã—ã¾ã™" -#: g10/gpgv.c:86 sm/gpgsm.c:411 tools/gpgconf.c:116 tools/gpg-card.c:94 +#: g10/gpgv.c:86 sm/gpgsm.c:414 tools/gpgconf.c:116 tools/gpg-card.c:95 msgid "|FD|write status info to this FD" msgstr "|FD|ã“ã®FDã«ã‚¹ãƒ†ã‚¤ã‚¿ã‚¹æƒ…å ±ã‚’æ›¸ã出ã™" @@ -3413,97 +3409,97 @@ msgstr "GnuPGã®éµã®ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—フォーマットを仮定ã—ã¾ã™" msgid "repair keys on import" msgstr "インãƒãƒ¼ãƒˆã®éš›ã€éµã‚’修復ã™ã‚‹" -#: g10/import.c:387 g10/import.c:709 +#: g10/import.c:399 g10/import.c:721 #, c-format msgid "skipping block of type %d\n" msgstr "åž‹%dã®ãƒ–ãƒãƒƒã‚¯ã‚’スã‚ップã—ã¾ã™\n" -#: g10/import.c:726 +#: g10/import.c:738 #, c-format msgid "%lu keys processed so far\n" msgstr "ã“ã‚Œã¾ã§%lu個ã®éµã‚’処ç†\n" -#: g10/import.c:819 +#: g10/import.c:831 #, c-format msgid "Total number processed: %lu\n" msgstr " 処ç†æ•°ã®åˆè¨ˆ: %lu\n" -#: g10/import.c:822 +#: g10/import.c:834 #, c-format msgid " skipped PGP-2 keys: %lu\n" msgstr " スã‚ップã—ãŸPGP-2éµ: %lu\n" -#: g10/import.c:824 +#: g10/import.c:836 #, c-format msgid " skipped new keys: %lu\n" msgstr " スã‚ップã—ãŸæ–°ã—ã„éµ: %lu\n" -#: g10/import.c:827 +#: g10/import.c:839 #, c-format msgid " w/o user IDs: %lu\n" msgstr " ユーザIDãªã—: %lu\n" -#: g10/import.c:830 sm/import.c:129 +#: g10/import.c:842 sm/import.c:129 #, c-format msgid " imported: %lu" msgstr " インãƒãƒ¼ãƒˆ: %lu" -#: g10/import.c:834 sm/import.c:133 +#: g10/import.c:846 sm/import.c:133 #, c-format msgid " unchanged: %lu\n" msgstr " 変更ãªã—: %lu\n" -#: g10/import.c:836 +#: g10/import.c:848 #, c-format msgid " new user IDs: %lu\n" msgstr " æ–°ã—ã„ユーザID: %lu\n" -#: g10/import.c:838 +#: g10/import.c:850 #, c-format msgid " new subkeys: %lu\n" msgstr " æ–°ã—ã„副éµ: %lu\n" -#: g10/import.c:840 +#: g10/import.c:852 #, c-format msgid " new signatures: %lu\n" msgstr " æ–°ã—ã„ç½²å: %lu\n" -#: g10/import.c:842 +#: g10/import.c:854 #, c-format msgid " new key revocations: %lu\n" msgstr " æ–°ã—ã„éµã®å¤±åŠ¹: %lu\n" -#: g10/import.c:844 sm/import.c:135 +#: g10/import.c:856 sm/import.c:135 #, c-format msgid " secret keys read: %lu\n" msgstr " 秘密éµã®èªã¿è¾¼ã¿: %lu\n" -#: g10/import.c:846 sm/import.c:137 +#: g10/import.c:858 sm/import.c:137 #, c-format msgid " secret keys imported: %lu\n" msgstr " 秘密éµã®ã‚¤ãƒ³ãƒãƒ¼ãƒˆ: %lu\n" -#: g10/import.c:848 sm/import.c:139 +#: g10/import.c:860 sm/import.c:139 #, c-format msgid " secret keys unchanged: %lu\n" msgstr " 無変更ã®ç§˜å¯†éµ: %lu\n" -#: g10/import.c:850 sm/import.c:141 +#: g10/import.c:862 sm/import.c:141 #, c-format msgid " not imported: %lu\n" msgstr " 未インãƒãƒ¼ãƒˆ: %lu\n" -#: g10/import.c:852 +#: g10/import.c:864 #, c-format msgid " signatures cleaned: %lu\n" msgstr " 掃除ã•ã‚ŒãŸç½²å: %lu\n" -#: g10/import.c:854 +#: g10/import.c:866 #, c-format msgid " user IDs cleaned: %lu\n" msgstr " 掃除ã•ã‚ŒãŸãƒ¦ãƒ¼ã‚¶ID: %lu\n" -#: g10/import.c:1279 +#: g10/import.c:1291 #, c-format msgid "" "WARNING: key %s contains preferences for unavailable\n" @@ -3512,171 +3508,171 @@ msgstr "" "*è¦å‘Š*: éµ%sã«ã¯ã€ã“れらã®ãƒ¦ãƒ¼ã‚¶IDã«å¯¾ã—ã¦ä½¿ç”¨ä¸å¯ã®ã‚¢ãƒ«ã‚´ãƒªã‚ºãƒ ã®å„ªå…ˆæŒ‡å®šãŒ" "ã‚ã‚Šã¾ã™\n" -#: g10/import.c:1321 +#: g10/import.c:1333 #, c-format msgid " \"%s\": preference for cipher algorithm %s\n" msgstr " \"%s\": æš—å·ã‚¢ãƒ«ã‚´ãƒªã‚ºãƒ ã®å„ªå…ˆæŒ‡å®š %s\n" -#: g10/import.c:1339 +#: g10/import.c:1351 #, c-format msgid " \"%s\": preference for AEAD algorithm %s\n" msgstr " \"%s\": AEADアルゴリズムã®å„ªå…ˆæŒ‡å®š %s\n" -#: g10/import.c:1354 +#: g10/import.c:1366 #, c-format msgid " \"%s\": preference for digest algorithm %s\n" msgstr " \"%s\": ダイジェスト・アルゴリズムã®å„ªå…ˆæŒ‡å®š %s\n" -#: g10/import.c:1366 +#: g10/import.c:1378 #, c-format msgid " \"%s\": preference for compression algorithm %s\n" msgstr " \"%s\": 圧縮アルゴリズムã®å„ªå…ˆæŒ‡å®š %s\n" -#: g10/import.c:1379 +#: g10/import.c:1391 #, c-format msgid "it is strongly suggested that you update your preferences and\n" msgstr "ã‚ãªãŸã®å„ªå…ˆæŒ‡å®šã‚’æ›´æ–°ã—ã€ã“ã®éµã‚’å†é…布ã™ã‚‹ã“ã¨ãŒå¼·ã推奨ã•ã‚Œã¾ã™\n" -#: g10/import.c:1381 +#: g10/import.c:1393 #, c-format msgid "re-distribute this key to avoid potential algorithm mismatch problems\n" msgstr "ãã‚Œã«ã‚ˆã£ã¦ã€æ½œåœ¨çš„ãªã‚¢ãƒ«ã‚´ãƒªã‚ºãƒ ä¸ä¸€è‡´ã®å•é¡Œã‚’é¿ã‘られã¾ã™\n" -#: g10/import.c:1406 +#: g10/import.c:1418 #, c-format msgid "you can update your preferences with: gpg --edit-key %s updpref save\n" msgstr "以下ã§ã€å„ªå…ˆæŒ‡å®šã‚’æ›´æ–°ã§ãã¾ã™: gpg --edit-key %s updpref save\n" -#: g10/import.c:1920 g10/import.c:3041 +#: g10/import.c:1932 g10/import.c:3053 #, c-format msgid "key %s: no user ID\n" msgstr "éµ%s: ユーザIDãŒã‚ã‚Šã¾ã›ã‚“\n" -#: g10/import.c:1926 +#: g10/import.c:1938 #, c-format msgid "key %s: %s\n" msgstr "éµ %s: %s\n" -#: g10/import.c:1927 g10/import.c:3013 +#: g10/import.c:1939 g10/import.c:3025 msgid "rejected by import screener" msgstr "インãƒãƒ¼ãƒˆã®æ¤œæŸ»ã§æ‹’å¦ã•ã‚Œã¾ã—ãŸ" -#: g10/import.c:1976 +#: g10/import.c:1988 #, c-format msgid "key %s: PKS subkey corruption repaired\n" msgstr "éµ%s: PKSã®å‰¯éµå¤‰é€ を修復\n" -#: g10/import.c:1997 +#: g10/import.c:2009 #, c-format msgid "key %s: accepted non self-signed user ID \"%s\"\n" msgstr "éµ%s: å—ç†ã—ãŸæœªè‡ªå·±ç½²åã®ãƒ¦ãƒ¼ã‚¶ID\"%s\"\n" -#: g10/import.c:2008 g10/import.c:2039 +#: g10/import.c:2020 g10/import.c:2051 #, c-format msgid "key %s: no valid user IDs\n" msgstr "éµ%s: 有効ãªãƒ¦ãƒ¼ã‚¶IDãŒã‚ã‚Šã¾ã›ã‚“\n" -#: g10/import.c:2010 +#: g10/import.c:2022 #, c-format msgid "this may be caused by a missing self-signature\n" msgstr "ã“ã‚Œã¯ãŠãらã自己署åã®ãªã„ã›ã„ã§ã—ょã†\n" -#: g10/import.c:2089 g10/import.c:3427 +#: g10/import.c:2101 g10/import.c:3439 #, c-format msgid "key %s: public key not found: %s\n" msgstr "éµ%s: 公開éµãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“: %s\n" -#: g10/import.c:2095 +#: g10/import.c:2107 #, c-format msgid "key %s: new key - skipped\n" msgstr "éµ%s: æ–°ã—ã„éµã§ã™ - スã‚ップã—ã¾ã™\n" -#: g10/import.c:2107 +#: g10/import.c:2119 #, c-format msgid "no writable keyring found: %s\n" msgstr "書ãè¾¼ã¿å¯èƒ½ãªéµãƒªãƒ³ã‚°ãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“: %s\n" -#: g10/import.c:2139 g10/import.c:2241 g10/import.c:3502 +#: g10/import.c:2151 g10/import.c:2253 g10/import.c:3514 #, c-format msgid "error writing keyring '%s': %s\n" msgstr "éµãƒªãƒ³ã‚°'%s'ã®æ›¸ãè¾¼ã¿ã‚¨ãƒ©ãƒ¼: %s\n" -#: g10/import.c:2162 +#: g10/import.c:2174 #, c-format msgid "key %s: public key \"%s\" imported\n" msgstr "éµ%s: 公開éµ\"%s\"をインãƒãƒ¼ãƒˆã—ã¾ã—ãŸ\n" -#: g10/import.c:2189 +#: g10/import.c:2201 #, c-format msgid "key %s: doesn't match our copy\n" msgstr "éµ%s: ã“ã¡ã‚‰ã®è¤‡è£½ã¨åˆã„ã¾ã›ã‚“\n" -#: g10/import.c:2257 +#: g10/import.c:2269 #, c-format msgid "key %s: \"%s\" 1 new user ID\n" msgstr "éµ%s: \"%s\" æ–°ã—ã„ユーザIDã‚’1個\n" -#: g10/import.c:2260 +#: g10/import.c:2272 #, c-format msgid "key %s: \"%s\" %d new user IDs\n" msgstr "éµ%s: \"%s\" æ–°ã—ã„ユーザIDã‚’%d個\n" -#: g10/import.c:2263 +#: g10/import.c:2275 #, c-format msgid "key %s: \"%s\" 1 new signature\n" msgstr "éµ%s: \"%s\" æ–°ã—ã„ç½²åã‚’1個\n" -#: g10/import.c:2266 +#: g10/import.c:2278 #, c-format msgid "key %s: \"%s\" %d new signatures\n" msgstr "éµ%s: \"%s\" æ–°ã—ã„ç½²åã‚’%d個\n" -#: g10/import.c:2269 +#: g10/import.c:2281 #, c-format msgid "key %s: \"%s\" 1 new subkey\n" msgstr "éµ%s: \"%s\" æ–°ã—ã„副éµã‚’1個\n" -#: g10/import.c:2272 +#: g10/import.c:2284 #, c-format msgid "key %s: \"%s\" %d new subkeys\n" msgstr "éµ%s: \"%s\" æ–°ã—ã„副éµã‚’%d個\n" -#: g10/import.c:2275 +#: g10/import.c:2287 #, c-format msgid "key %s: \"%s\" %d signature cleaned\n" msgstr "éµ%s: \"%s\" %d個ã®ç½²åã‚’ãã‚Œã„ã«ã—ã¾ã—ãŸ\n" -#: g10/import.c:2278 +#: g10/import.c:2290 #, c-format msgid "key %s: \"%s\" %d signatures cleaned\n" msgstr "éµ%s: \"%s\" %d個ã®ç½²åã‚’ãã‚Œã„ã«ã—ã¾ã—ãŸ\n" -#: g10/import.c:2281 +#: g10/import.c:2293 #, c-format msgid "key %s: \"%s\" %d user ID cleaned\n" msgstr "éµ%s: \"%s\" %d個ã®ãƒ¦ãƒ¼ã‚¶IDã‚’ãã‚Œã„ã«ã—ã¾ã—ãŸ\n" -#: g10/import.c:2284 +#: g10/import.c:2296 #, c-format msgid "key %s: \"%s\" %d user IDs cleaned\n" msgstr "éµ%s: \"%s\" %d個ã®ãƒ¦ãƒ¼ã‚¶IDã‚’ãã‚Œã„ã«ã—ã¾ã—ãŸ\n" -#: g10/import.c:2320 +#: g10/import.c:2332 #, c-format msgid "key %s: \"%s\" not changed\n" msgstr "éµ%s:\"%s\"変更ãªã—\n" -#: g10/import.c:2680 g10/import.c:2875 +#: g10/import.c:2692 g10/import.c:2887 #, c-format msgid "key %s: secret key imported\n" msgstr "éµ%s: 秘密éµã‚’インãƒãƒ¼ãƒˆã—ã¾ã—ãŸ\n" -#: g10/import.c:2688 +#: g10/import.c:2700 #, c-format msgid "key %s: secret key already exists\n" msgstr "éµ %s: 秘密éµã¯ã‚‚ã†ã‚ã‚Šã¾ã™\n" -#: g10/import.c:2696 +#: g10/import.c:2708 #, c-format msgid "key %s: error sending to agent: %s\n" msgstr "éµ %s: エージェントã¸ã®é€ä¿¡ã‚¨ãƒ©ãƒ¼: %s\n" @@ -3689,197 +3685,197 @@ msgstr "éµ %s: エージェントã¸ã®é€ä¿¡ã‚¨ãƒ©ãƒ¼: %s\n" #. * Instead, user should be suggested to run 'gpg --card-status', #. * then, references to a card will be automatically created #. * again. -#: g10/import.c:2865 +#: g10/import.c:2877 #, c-format msgid "To migrate '%s', with each smartcard, run: %s\n" msgstr "'%s'ã®ç§»è¡Œã«ã¯ã€ã‚¹ãƒžãƒ¼ãƒ‰ã‚«ãƒ¼ãƒ‰ãã‚Œãžã‚Œã§ã€ä»¥ä¸‹ã‚’実行ã—ã¦ãã ã•ã„: %s\n" -#: g10/import.c:3012 +#: g10/import.c:3024 #, c-format msgid "secret key %s: %s\n" msgstr "ç§˜å¯†éµ %s: %s\n" -#: g10/import.c:3033 g10/import.c:3072 +#: g10/import.c:3045 g10/import.c:3084 #, c-format msgid "importing secret keys not allowed\n" msgstr "秘密éµã®ã‚¤ãƒ³ãƒãƒ¼ãƒˆã¯ç¦æ¢ã§ã™\n" -#: g10/import.c:3060 +#: g10/import.c:3072 #, c-format msgid "key %s: secret key with invalid cipher %d - skipped\n" msgstr "éµ%s: 無効ãªæš—å·æ–¹å¼%dã®ç§˜å¯†éµã§ã™ - スã‚ップã—ã¾ã™\n" -#: g10/import.c:3222 g10/pkclist.c:75 g10/revoke.c:774 +#: g10/import.c:3234 g10/pkclist.c:75 g10/revoke.c:774 msgid "No reason specified" msgstr "ç†ç”±ã¯æŒ‡å®šã•ã‚Œã¦ã„ã¾ã›ã‚“" -#: g10/import.c:3223 g10/pkclist.c:77 g10/revoke.c:776 +#: g10/import.c:3235 g10/pkclist.c:77 g10/revoke.c:776 msgid "Key is superseded" msgstr "éµãŒã¨ã‚Šã‹ã‚ã£ã¦ã„ã¾ã™" -#: g10/import.c:3224 g10/pkclist.c:79 g10/revoke.c:775 +#: g10/import.c:3236 g10/pkclist.c:79 g10/revoke.c:775 msgid "Key has been compromised" msgstr "éµ(ã®ä¿¡é ¼æ€§)ãŒæãªã‚ã‚Œã¦ã„ã¾ã™" -#: g10/import.c:3225 g10/pkclist.c:81 g10/revoke.c:777 +#: g10/import.c:3237 g10/pkclist.c:81 g10/revoke.c:777 msgid "Key is no longer used" msgstr "éµã¯ã‚‚ã¯ã‚„使ã‚ã‚Œã¦ã„ã¾ã›ã‚“" -#: g10/import.c:3226 g10/pkclist.c:83 g10/revoke.c:778 +#: g10/import.c:3238 g10/pkclist.c:83 g10/revoke.c:778 msgid "User ID is no longer valid" msgstr "ユーザIDãŒã‚‚ã¯ã‚„有効ã§ã‚ã‚Šã¾ã›ã‚“" -#: g10/import.c:3351 g10/keylist.c:1105 g10/pkclist.c:87 +#: g10/import.c:3363 g10/keylist.c:1105 g10/pkclist.c:87 #, c-format msgid "reason for revocation: " msgstr "失効ç†ç”±: " -#: g10/import.c:3370 g10/keylist.c:1124 g10/pkclist.c:103 +#: g10/import.c:3382 g10/keylist.c:1124 g10/pkclist.c:103 #, c-format msgid "revocation comment: " msgstr "失効ã®ã‚³ãƒ¡ãƒ³ãƒˆ: " -#: g10/import.c:3420 +#: g10/import.c:3432 #, c-format msgid "key %s: no public key - can't apply revocation certificate\n" msgstr "éµ%s: 公開éµãŒã‚ã‚Šã¾ã›ã‚“ - 失効証明書をé©ç”¨ã§ãã¾ã›ã‚“\n" -#: g10/import.c:3449 +#: g10/import.c:3461 #, c-format msgid "key %s: can't locate original keyblock: %s\n" msgstr "éµ%s: å…ƒã®éµãƒ–ãƒãƒƒã‚¯ã«ä½ç½®ã¥ã‘ã§ãã¾ã›ã‚“: %s\n" -#: g10/import.c:3456 +#: g10/import.c:3468 #, c-format msgid "key %s: can't read original keyblock: %s\n" msgstr "éµ%s: å…ƒã®éµãƒ–ãƒãƒƒã‚¯ã‚’èªã¿è¾¼ã‚ã¾ã›ã‚“: %s\n" -#: g10/import.c:3476 +#: g10/import.c:3488 #, c-format msgid "key %s: invalid revocation certificate: %s - rejected\n" msgstr "éµ%s: 無効ãªå¤±åŠ¹è¨¼æ˜Žæ›¸: %s - æ‹’å¦\n" -#: g10/import.c:3511 +#: g10/import.c:3523 #, c-format msgid "key %s: \"%s\" revocation certificate imported\n" msgstr "éµ%s:\"%s\"失効証明書をインãƒãƒ¼ãƒˆã—ã¾ã—ãŸ\n" -#: g10/import.c:3597 +#: g10/import.c:3609 #, c-format msgid "key %s: no user ID for signature\n" msgstr "éµ%s: ç½²åã«å¯¾å¿œã™ã‚‹ãƒ¦ãƒ¼ã‚¶IDãŒã‚ã‚Šã¾ã›ã‚“\n" -#: g10/import.c:3614 +#: g10/import.c:3626 #, c-format msgid "key %s: unsupported public key algorithm on user ID \"%s\"\n" msgstr "éµ%s: ユーザID\"%s\"ã®ã‚µãƒãƒ¼ãƒˆã—ã¦ã„ãªã„公開éµã‚¢ãƒ«ã‚´ãƒªã‚ºãƒ ã§ã™\n" -#: g10/import.c:3616 +#: g10/import.c:3628 #, c-format msgid "key %s: invalid self-signature on user ID \"%s\"\n" msgstr "éµ%s: ユーザID\"%s\"ã®è‡ªå·±ç½²åãŒã€ç„¡åŠ¹ã§ã™\n" -#: g10/import.c:3633 g10/import.c:3661 g10/import.c:3717 +#: g10/import.c:3645 g10/import.c:3673 g10/import.c:3729 #, c-format msgid "key %s: unsupported public key algorithm\n" msgstr "éµ%s: サãƒãƒ¼ãƒˆã—ã¦ã„ãªã„公開éµã‚¢ãƒ«ã‚´ãƒªã‚ºãƒ ã§ã™\n" -#: g10/import.c:3634 +#: g10/import.c:3646 #, c-format msgid "key %s: invalid direct key signature\n" msgstr "éµ%s: 無効ãªç›´æŽ¥éµç½²å\n" -#: g10/import.c:3648 +#: g10/import.c:3660 #, c-format msgid "key %s: no subkey for key binding\n" msgstr "éµ%s: éµã«å¯¾å¿œã™ã‚‹å‰¯éµãŒã‚ã‚Šã¾ã›ã‚“\n" -#: g10/import.c:3663 +#: g10/import.c:3675 #, c-format msgid "key %s: invalid subkey binding\n" msgstr "éµ%s: 無効ãªå‰¯éµã®å¯¾å¿œã§ã™\n" -#: g10/import.c:3682 +#: g10/import.c:3694 #, c-format msgid "key %s: removed multiple subkey binding\n" msgstr "éµ%s: 多é‡å‰¯éµã®å¯¾å¿œã‚’削除ã—ã¾ã™\n" -#: g10/import.c:3706 +#: g10/import.c:3718 #, c-format msgid "key %s: no subkey for key revocation\n" msgstr "éµ%s: éµå¤±åŠ¹ã«å¯¾ã™ã‚‹å‰¯éµãŒã‚ã‚Šã¾ã›ã‚“\n" -#: g10/import.c:3719 +#: g10/import.c:3731 #, c-format msgid "key %s: invalid subkey revocation\n" msgstr "éµ%s: 無効ãªå‰¯éµå¤±åŠ¹ã§ã™\n" -#: g10/import.c:3734 +#: g10/import.c:3746 #, c-format msgid "key %s: removed multiple subkey revocation\n" msgstr "éµ%s: 無効ãªå‰¯éµã®å¤šé‡å¤±åŠ¹ã‚’削除ã—ã¾ã™\n" -#: g10/import.c:3778 +#: g10/import.c:3790 #, c-format msgid "key %s: skipped user ID \"%s\"\n" msgstr "éµ%s: スã‚ップã—ãŸãƒ¦ãƒ¼ã‚¶ID\"%s\"\n" -#: g10/import.c:3805 +#: g10/import.c:3817 #, c-format msgid "key %s: skipped subkey\n" msgstr "éµ%s: スã‚ップã—ãŸå‰¯éµ\n" -#: g10/import.c:3837 +#: g10/import.c:3849 #, c-format msgid "key %s: non exportable signature (class 0x%02X) - skipped\n" msgstr "éµ%s: エクスãƒãƒ¼ãƒˆä¸å¯ãªç½²å (クラス0x%02X) - スã‚ップã—ã¾ã™\n" -#: g10/import.c:3848 +#: g10/import.c:3860 #, c-format msgid "key %s: revocation certificate at wrong place - skipped\n" msgstr "éµ%s: 失効証明書ãŒèª¤ã£ã¦è¨å®šã•ã‚Œã¦ã„ã¾ã™ - スã‚ップã—ã¾ã™\n" -#: g10/import.c:3866 +#: g10/import.c:3878 #, c-format msgid "key %s: invalid revocation certificate: %s - skipped\n" msgstr "éµ%s: 無効ãªå¤±åŠ¹è¨¼æ˜Žæ›¸: %s - スã‚ップã—ã¾ã™\n" -#: g10/import.c:3880 +#: g10/import.c:3892 #, c-format msgid "key %s: subkey signature in wrong place - skipped\n" msgstr "éµ%s: 副éµç½²åã®å ´æ‰€ãŒã€èª¤ã£ã¦ã„ã¾ã™ - スã‚ップã—ã¾ã™\n" -#: g10/import.c:3888 +#: g10/import.c:3900 #, c-format msgid "key %s: unexpected signature class (0x%02X) - skipped\n" msgstr "éµ%s: 予期ã›ã¬ç½²åクラス (0x%02X) - スã‚ップã—ã¾ã™\n" -#: g10/import.c:4061 +#: g10/import.c:4073 #, c-format msgid "key %s: duplicated user ID detected - merged\n" msgstr "éµ%s: é‡è¤‡ã—ãŸãƒ¦ãƒ¼ã‚¶IDã®æ¤œå‡º - マージ\n" -#: g10/import.c:4168 +#: g10/import.c:4180 #, c-format msgid "key %s: duplicated subkeys detected - merged\n" msgstr "éµ%s: é‡è¤‡ã—ãŸå‰¯éµã®æ¤œå‡º - マージ\n" -#: g10/import.c:4233 +#: g10/import.c:4245 #, c-format msgid "WARNING: key %s may be revoked: fetching revocation key %s\n" msgstr "*è¦å‘Š*: éµ%sã¯å¤±åŠ¹ã•ã‚ŒãŸã‹ã‚‚ã—ã‚Œã¾ã›ã‚“: 失効éµ%sã‚’å–ã£ã¦ãã¾ã™\n" -#: g10/import.c:4249 +#: g10/import.c:4261 #, c-format msgid "WARNING: key %s may be revoked: revocation key %s not present.\n" msgstr "*è¦å‘Š*: éµ%sã¯å¤±åŠ¹ã•ã‚ŒãŸã‹ã‚‚ã—ã‚Œã¾ã›ã‚“: 失効éµ%sãŒå˜åœ¨ã—ã¾ã›ã‚“。\n" -#: g10/import.c:4315 +#: g10/import.c:4327 #, c-format msgid "key %s: \"%s\" revocation certificate added\n" msgstr "éµ%s:\"%s\"失効証明書ã®è¿½åŠ \n" -#: g10/import.c:4353 +#: g10/import.c:4365 #, c-format msgid "key %s: direct key signature added\n" msgstr "éµ%s: 直接éµç½²åã‚’è¿½åŠ \n" @@ -4291,7 +4287,7 @@ msgstr "éµã‚’スマートカードã¸ç§»å‹•" #: g10/keyedit.c:1303 msgid "convert a key to TPM form using the local TPM" -msgstr "" +msgstr "TPMå½¢å¼ã«ãƒãƒ¼ã‚«ãƒ«ãªTPMを使ã£ã¦éµã‚’変æ›ã™ã‚‹" #: g10/keyedit.c:1305 msgid "move a backup key to a smartcard" @@ -4691,12 +4687,12 @@ msgstr "" "ã¨ã„ã†ã“ã¨ã‚’念é ã«ãŠã„ã¦ãã ã•ã„。\n" #: g10/keyedit.c:4016 g10/keyedit.c:4447 g10/keyserver.c:535 -#: g10/mainproc.c:2277 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 +#: g10/mainproc.c:2280 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 msgid "revoked" msgstr "失効" #: g10/keyedit.c:4018 g10/keyedit.c:4449 g10/keyserver.c:539 -#: g10/mainproc.c:2279 g10/tofu.c:1792 g10/trust.c:124 +#: g10/mainproc.c:2282 g10/tofu.c:1792 g10/trust.c:124 msgid "expired" msgstr "期é™åˆ‡ã‚Œ" @@ -5215,7 +5211,7 @@ msgstr " (%d) カードã«å˜åœ¨ã™ã‚‹éµ%s\n" msgid "Enter the keygrip: " msgstr "keygripを入力: " -#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2279 +#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2280 #, c-format msgid "Not a valid keygrip (expecting 40 hex digits)\n" msgstr "有効ãªkeygrip (40æ¡ã®16進数å—)ã§ã¯ã‚ã‚Šã¾ã›ã‚“\n" @@ -5224,13 +5220,13 @@ msgstr "有効ãªkeygrip (40æ¡ã®16進数å—)ã§ã¯ã‚ã‚Šã¾ã›ã‚“\n" msgid "No key with this keygrip\n" msgstr "ã“ã®keygripã®éµã¯ã‚ã‚Šã¾ã›ã‚“\n" -#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3437 g10/keygen.c:3448 +#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3440 g10/keygen.c:3451 #: sm/certreqgen-ui.c:231 sm/certreqgen-ui.c:240 #, c-format msgid "error reading the card: %s\n" msgstr "カードã®èªã¿è¾¼ã¿ã‚¨ãƒ©ãƒ¼: %s\n" -#: g10/keygen.c:2292 g10/keygen.c:3441 sm/certreqgen-ui.c:234 +#: g10/keygen.c:2292 g10/keygen.c:3444 sm/certreqgen-ui.c:234 #, c-format msgid "Serial number of the card: %s\n" msgstr "カードã®ã‚·ãƒªã‚¢ãƒ«ç•ªå·: %s\n" @@ -5471,13 +5467,18 @@ msgstr "" "ã™ã€ãƒ‡ã‚£ã‚¹ã‚¯ã«ã‚¢ã‚¯ã‚»ã‚¹ã™ã‚‹ãªã©ã®ä»–ã®æ“ä½œã‚’ç´ æ•°ç”Ÿæˆã®é–“ã«è¡Œã†ã“ã¨ã§ã€ä¹±æ•°ç”Ÿ\n" "æˆå™¨ã«å分ãªã‚¨ãƒ³ãƒˆãƒãƒ”ーを供給ã™ã‚‹æ©Ÿä¼šã‚’与ãˆã‚‹ã“ã¨ãŒã§ãã¾ã™ã€‚\n" -#: g10/keygen.c:4570 g10/keygen.c:4643 g10/keygen.c:4661 g10/keygen.c:4690 -#: g10/keygen.c:5066 g10/keygen.c:5612 g10/keygen.c:5923 g10/keygen.c:6030 +#: g10/keygen.c:3591 +#, c-format +msgid "WARNING: v4 is specified, but overridden by v5.\n" +msgstr "" + +#: g10/keygen.c:4590 g10/keygen.c:4663 g10/keygen.c:4681 g10/keygen.c:4710 +#: g10/keygen.c:5086 g10/keygen.c:5632 g10/keygen.c:5943 g10/keygen.c:6050 #, c-format msgid "Key generation failed: %s\n" msgstr "éµã®ç”Ÿæˆã«å¤±æ•—ã—ã¾ã—ãŸ: %s\n" -#: g10/keygen.c:4579 +#: g10/keygen.c:4599 #, c-format msgid "" "About to create a key for:\n" @@ -5488,64 +5489,64 @@ msgstr "" " \"%s\"\n" "\n" -#: g10/keygen.c:4581 +#: g10/keygen.c:4601 msgid "Continue? (Y/n) " msgstr "続ã‘ã¾ã™ã‹? (Y/n) " -#: g10/keygen.c:4602 +#: g10/keygen.c:4622 #, c-format msgid "A key for \"%s\" already exists\n" msgstr "\"%s\" ã®éµã¯ã‚‚ã†ã‚ã‚Šã¾ã™\n" -#: g10/keygen.c:4607 +#: g10/keygen.c:4627 msgid "Create anyway? (y/N) " msgstr "ãã‚Œã§ã‚‚éµã‚’作æˆã—ã¾ã™ã‹? (y/N) " -#: g10/keygen.c:4613 +#: g10/keygen.c:4633 #, c-format msgid "creating anyway\n" msgstr "ã„ãšã‚Œã«ã—ã‚éµã‚’作æˆ\n" -#: g10/keygen.c:5049 +#: g10/keygen.c:5069 #, c-format msgid "Note: Use \"%s %s\" for a full featured key generation dialog.\n" msgstr "注æ„: 全機能ã®éµç”Ÿæˆã«ã¯ \"%s %s\" を使ã„ã¾ã™ã€‚\n" -#: g10/keygen.c:5098 +#: g10/keygen.c:5118 #, c-format msgid "Key generation canceled.\n" msgstr "éµã®ç”ŸæˆãŒå–り消ã•ã‚Œã¾ã—ãŸã€‚\n" -#: g10/keygen.c:5158 +#: g10/keygen.c:5178 #, c-format msgid "can't create backup file '%s': %s\n" msgstr "ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—・ファイル'%s'ãŒä½œæˆã§ãã¾ã›ã‚“: %s\n" -#: g10/keygen.c:5178 +#: g10/keygen.c:5198 #, c-format msgid "Note: backup of card key saved to '%s'\n" msgstr "注æ„: カードéµã®ãƒãƒƒã‚¯ã‚¢ãƒƒãƒ—ãŒ'%s'ã¸ä¿å˜ã•ã‚Œã¾ã™\n" -#: g10/keygen.c:5339 g10/keygen.c:5541 +#: g10/keygen.c:5359 g10/keygen.c:5561 #, c-format msgid "writing public key to '%s'\n" msgstr "'%s'ã¸å…¬é–‹éµã‚’書ãè¾¼ã¿ã¾ã™\n" -#: g10/keygen.c:5535 +#: g10/keygen.c:5555 #, c-format msgid "no writable public keyring found: %s\n" msgstr "書ãè¾¼ã¿å¯èƒ½ãªå…¬é–‹éµãƒªãƒ³ã‚°ãŒè¦‹ã¤ã‹ã‚Šã¾ã›ã‚“: %s\n" -#: g10/keygen.c:5549 +#: g10/keygen.c:5569 #, c-format msgid "error writing public keyring '%s': %s\n" msgstr "公開éµãƒªãƒ³ã‚°'%s'ã®æ›¸ãè¾¼ã¿ã‚¨ãƒ©ãƒ¼: %s\n" -#: g10/keygen.c:5583 +#: g10/keygen.c:5603 msgid "public and secret key created and signed.\n" msgstr "公開éµã¨ç§˜å¯†éµã‚’作æˆã—ã€ç½²åã—ã¾ã—ãŸã€‚\n" -#: g10/keygen.c:5599 +#: g10/keygen.c:5619 msgid "" "Note that this key cannot be used for encryption. You may want to use\n" "the command \"--edit-key\" to generate a subkey for this purpose.\n" @@ -5553,34 +5554,34 @@ msgstr "" "ã“ã®éµã¯æš—å·åŒ–ã«ã¯ä½¿ç”¨ã§ããªã„ã“ã¨ã«æ³¨æ„ã—ã¦ãã ã•ã„。暗å·åŒ–ã‚’è¡Œã†ã«ã¯ã€\n" "\"--edit-key\"コマンドを使ã£ã¦å‰¯éµã‚’生æˆã—ã¦ãã ã•ã„。\n" -#: g10/keygen.c:5781 g10/keygen.c:5980 +#: g10/keygen.c:5801 g10/keygen.c:6000 #, c-format msgid "" "key has been created %lu second in future (time warp or clock problem)\n" msgstr "éµã¯%lu秒未æ¥ã«ã§ãã¾ã—㟠(時間æªæ›²ã‹æ™‚計ã®éšœå®³ã§ã—ょã†)\n" -#: g10/keygen.c:5783 g10/keygen.c:5982 +#: g10/keygen.c:5803 g10/keygen.c:6002 #, c-format msgid "" "key has been created %lu seconds in future (time warp or clock problem)\n" msgstr "éµã¯%lu秒未æ¥ã«ã§ãã¾ã—㟠(時間æªæ›²ã‹æ™‚計ã®éšœå®³ã§ã—ょã†)\n" -#: g10/keygen.c:5794 g10/keygen.c:5993 +#: g10/keygen.c:5814 g10/keygen.c:6013 #, c-format msgid "Note: creating subkeys for v3 keys is not OpenPGP compliant\n" msgstr "注æ„: v3éµã«å¯¾ã™ã‚‹å‰¯éµã®ä½œæˆã¯ã€OpenPGPã«é©åˆã—ã¾ã›ã‚“\n" -#: g10/keygen.c:5806 g10/keygen.c:5808 +#: g10/keygen.c:5826 g10/keygen.c:5828 #, c-format msgid "Secret parts of primary key are not available.\n" msgstr "主éµã®ç§˜å¯†éƒ¨åˆ†ãŒåˆ©ç”¨ã§ãã¾ã›ã‚“。\n" -#: g10/keygen.c:5815 g10/keygen.c:5817 +#: g10/keygen.c:5835 g10/keygen.c:5837 #, c-format msgid "Secret parts of primary key are stored on-card.\n" msgstr "主éµã®ç§˜å¯†éƒ¨åˆ†ã¯ã‚«ãƒ¼ãƒ‰ä¸Šã«ä¿å˜ã•ã‚Œã¦ã„ã¾ã™ã€‚\n" -#: g10/keygen.c:5837 g10/keygen.c:6007 +#: g10/keygen.c:5857 g10/keygen.c:6027 msgid "Really create? (y/N) " msgstr "本当ã«ä½œæˆã—ã¾ã™ã‹? (y/N) " @@ -5726,58 +5727,58 @@ msgstr "無効ãªéµã‚µãƒ¼ãƒãƒ»ãƒ—ãƒãƒˆã‚³ãƒ«ã§ã™ (us %d!=handler %d)\n" msgid "\"%s\" not a key ID: skipping\n" msgstr "\"%s\"éµIDã§ã¯ã‚ã‚Šã¾ã›ã‚“: スã‚ップã—ã¾ã™\n" -#: g10/keyserver.c:1418 g10/keyserver.c:1451 +#: g10/keyserver.c:1420 g10/keyserver.c:1453 #, c-format msgid "refreshing %d key from %s\n" msgid_plural "refreshing %d keys from %s\n" msgstr[0] "%d本ã®éµã‚’%sã‹ã‚‰æ›´æ–°\n" -#: g10/keyserver.c:1425 +#: g10/keyserver.c:1427 #, c-format msgid "WARNING: unable to refresh key %s via %s: %s\n" msgstr "*è¦å‘Š*: éµ%sã‚’%s経由ã§æ›´æ–°ã§ãã¾ã›ã‚“: %s\n" -#: g10/keyserver.c:1529 +#: g10/keyserver.c:1531 #, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "éµ\"%s\"ãŒéµã‚µãƒ¼ãƒã«è¦‹ã¤ã‹ã‚Šã¾ã›ã‚“\n" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1534 #, c-format msgid "key not found on keyserver\n" msgstr "éµãŒéµã‚µãƒ¼ãƒã«è¦‹ã¤ã‹ã‚Šã¾ã›ã‚“\n" -#: g10/keyserver.c:1720 +#: g10/keyserver.c:1722 #, c-format msgid "requesting key %s from %s server %s\n" msgstr "éµ%sã‚’%sã‹ã‚‰ã‚µãƒ¼ãƒ%sã«è¦æ±‚\n" -#: g10/keyserver.c:1724 +#: g10/keyserver.c:1726 #, c-format msgid "requesting key %s from %s\n" msgstr "éµ%sã‚’%sã«è¦æ±‚\n" -#: g10/keyserver.c:1829 g10/keyserver.c:2008 +#: g10/keyserver.c:1841 g10/keyserver.c:2020 #, c-format msgid "no keyserver known\n" msgstr "éµã‚µãƒ¼ãƒãŒã‚ã‹ã‚Šã¾ã›ã‚“\n" -#: g10/keyserver.c:1844 g10/skclist.c:213 g10/skclist.c:241 +#: g10/keyserver.c:1856 g10/skclist.c:213 g10/skclist.c:241 #, c-format msgid "skipped \"%s\": %s\n" msgstr "\"%s\"をスã‚ップã—ã¾ã—ãŸ: %s\n" -#: g10/keyserver.c:1848 +#: g10/keyserver.c:1860 #, c-format msgid "sending key %s to %s\n" msgstr "éµ%sã‚’%sã¸é€ä¿¡\n" -#: g10/keyserver.c:1889 +#: g10/keyserver.c:1901 #, c-format msgid "requesting key from '%s'\n" msgstr "éµã‚’'%s'ã‹ã‚‰è¦æ±‚\n" -#: g10/keyserver.c:1905 +#: g10/keyserver.c:1917 #, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "*è¦å‘Š*: URI %s ã‹ã‚‰ãƒ‡ãƒ¼ã‚¿ã‚’å–ã‚Œã¾ã›ã‚“: %s\n" @@ -5967,84 +5968,84 @@ msgstr " 発行者\"%s\"\n" msgid "Key available at: " msgstr "以下ã«éµãŒã‚ã‚Šã¾ã™: " -#: g10/mainproc.c:2033 +#: g10/mainproc.c:2034 #, c-format msgid "Note: Use '%s' to make use of this info\n" msgstr "注æ„: ã“ã®æƒ…å ±ã‚’åˆ©ç”¨ã™ã‚‹ã«ã¯ '%s' を使ã£ã¦ãã ã•ã„\n" -#: g10/mainproc.c:2231 +#: g10/mainproc.c:2234 msgid "[uncertain]" msgstr "[ä¸ç¢ºå®š]" -#: g10/mainproc.c:2269 +#: g10/mainproc.c:2272 #, c-format msgid " aka \"%s\"" msgstr " 別å\"%s\"" -#: g10/mainproc.c:2344 +#: g10/mainproc.c:2347 #, c-format msgid "WARNING: This key is not suitable for signing in %s mode\n" msgstr "*è¦å‘Š*: ã“ã®éµã¯%sモードã§ã®ç½²åã«é©ã—ã¾ã›ã‚“!\n" -#: g10/mainproc.c:2360 +#: g10/mainproc.c:2363 #, c-format msgid "Signature expired %s\n" msgstr "期é™åˆ‡ã‚Œã®ç½²å %s\n" -#: g10/mainproc.c:2365 +#: g10/mainproc.c:2368 #, c-format msgid "Signature expires %s\n" msgstr "ã“ã®ç½²åã¯%sã§æœŸé™åˆ‡ã‚Œã¨ãªã‚Šã¾ã™\n" -#: g10/mainproc.c:2376 +#: g10/mainproc.c:2379 #, c-format msgid "%s signature, digest algorithm %s%s%s\n" msgstr "%sç½²åã€ãƒ€ã‚¤ã‚¸ã‚§ã‚¹ãƒˆãƒ»ã‚¢ãƒ«ã‚´ãƒªã‚ºãƒ %s%s%s\n" -#: g10/mainproc.c:2377 +#: g10/mainproc.c:2380 msgid "binary" msgstr "ãƒã‚¤ãƒŠãƒª" -#: g10/mainproc.c:2378 +#: g10/mainproc.c:2381 msgid "textmode" msgstr "テã‚ストモード" -#: g10/mainproc.c:2378 g10/trust.c:123 dirmngr/ocsp.c:792 +#: g10/mainproc.c:2381 g10/trust.c:123 dirmngr/ocsp.c:792 msgid "unknown" msgstr "ä¸æ˜Žã®" -#: g10/mainproc.c:2380 +#: g10/mainproc.c:2383 msgid ", key algorithm " msgstr "ã€éµã‚¢ãƒ«ã‚´ãƒªã‚ºãƒ " -#: g10/mainproc.c:2415 +#: g10/mainproc.c:2418 #, c-format msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n" msgstr "" "*è¦å‘Š*: 分é£ç½²åã§ã¯ã‚ã‚Šã¾ã›ã‚“。ファイル「%sã€ã¯æ¤œè¨¼ã•ã‚Œ*ã¾ã›ã‚“ã§ã—ãŸ*!\n" -#: g10/mainproc.c:2454 +#: g10/mainproc.c:2457 #, c-format msgid "Can't check signature: %s\n" msgstr "ç½²åを検査ã§ãã¾ã›ã‚“: %s\n" -#: g10/mainproc.c:2550 g10/mainproc.c:2569 g10/mainproc.c:2693 +#: g10/mainproc.c:2553 g10/mainproc.c:2572 g10/mainproc.c:2696 #, c-format msgid "not a detached signature\n" msgstr "分é£ç½²åã§ã‚ã‚Šã¾ã›ã‚“\n" -#: g10/mainproc.c:2603 +#: g10/mainproc.c:2606 #, c-format msgid "" "WARNING: multiple signatures detected. Only the first will be checked.\n" msgstr "*è¦å‘Š*: 多é‡ç½²åã®æ¤œå‡ºã€‚最åˆã®ã‚‚ã®ã ã‘検査ã—ã¾ã™ã€‚\n" -#: g10/mainproc.c:2612 +#: g10/mainproc.c:2615 #, c-format msgid "standalone signature of class 0x%02x\n" msgstr "クラス0x%02xã®ã‚¹ã‚¿ãƒ³ãƒ‰ã‚¢ãƒãƒ³ç½²å\n" -#: g10/mainproc.c:2697 +#: g10/mainproc.c:2700 #, c-format msgid "old style (PGP 2.x) signature\n" msgstr "å¤ã„å½¢å¼ (PGP 2.x) ã®ç½²å\n" @@ -7859,7 +7860,7 @@ msgstr "" #. TRANSLATORS: Put a \x1f right before a colon. This can be #. * used by pinentry to nicely align the names and values. Keep #. * the %s at the start and end of the string. -#: scd/app-piv.c:1770 scd/app-p15.c:4741 scd/app-nks.c:1475 +#: scd/app-piv.c:1770 scd/app-p15.c:4937 scd/app-nks.c:1530 #: scd/app-openpgp.c:2386 #, c-format msgid "%sNumber: %s%%0AHolder: %s%s" @@ -7867,7 +7868,7 @@ msgstr "%s番å·: %s%%0Aä¿æŒè€…: %s%s" #. TRANSLATORS: This is the number of remaining attempts to #. * enter a PIN. Use %%0A (double-percent,0A) for a linefeed. -#: scd/app-piv.c:1787 scd/app-p15.c:4760 scd/app-nks.c:1494 +#: scd/app-piv.c:1787 scd/app-p15.c:4956 scd/app-nks.c:1549 #: scd/app-openpgp.c:2402 #, c-format msgid "Remaining attempts: %d" @@ -7897,7 +7898,7 @@ msgstr "|N|ã‚ãŸã‚‰ã—ã„アンブãƒãƒƒã‚ングã‚ーを入力ã—ã¦ãã ã• msgid "||Please enter the Unblocking Key of your PIV card" msgstr "||ã‚ãªãŸã®PIVカードã®ã‚¢ãƒ³ãƒ–ãƒãƒƒã‚ングã‚ーを入力ã—ã¦ãã ã•ã„" -#: scd/app-piv.c:1888 scd/app-nks.c:1605 scd/app-openpgp.c:2669 +#: scd/app-piv.c:1888 scd/app-nks.c:1660 scd/app-openpgp.c:2669 #: scd/app-openpgp.c:2693 scd/app-openpgp.c:2871 scd/app-openpgp.c:2893 #: scd/app-openpgp.c:3074 scd/app-openpgp.c:3361 scd/app-openpgp.c:3408 #: scd/app-openpgp.c:3545 scd/app-dinsig.c:302 @@ -7981,70 +7982,70 @@ msgstr[0] "éµã®ç”ŸæˆãŒå®Œäº†ã—ã¾ã—㟠(%d秒)\n" msgid "response does not contain the public key data\n" msgstr "å¿œç”ã«å…¬é–‹éµãƒ‡ãƒ¼ã‚¿ãŒå«ã¾ã‚Œã¦ã„ã¾ã›ã‚“\n" -#: scd/app-p15.c:4839 scd/app-nks.c:1983 +#: scd/app-p15.c:5035 scd/app-nks.c:2038 msgid "||Please enter the PIN for the key to create qualified signatures." msgstr "||æ–°ã—ã„PINã‚’èªå®šç½²åを生æˆã™ã‚‹éµã®ãŸã‚ã«å…¥åŠ›ã—ã¦ãã ã•ã„。" #. TRANSLATORS: Do not translate the "|A|" prefix but keep it at #. the start of the string. Use %0A (single percent) for a linefeed. -#: scd/app-p15.c:4842 scd/app-openpgp.c:2818 +#: scd/app-p15.c:5038 scd/app-openpgp.c:2818 msgid "|A|Please enter the Admin PIN" msgstr "|A|管ç†è€…PINを入力ã—ã¦ãã ã•ã„" -#: scd/app-p15.c:4844 scd/app-nks.c:1973 +#: scd/app-p15.c:5040 scd/app-nks.c:2028 msgid "|P|Please enter the PIN Unblocking Code (PUK) for the standard keys." msgstr "|P|標準ã®éµã®PIN Unblocking Code (PUK)を入力ã—ã¦ãã ã•ã„。" -#: scd/app-p15.c:4847 scd/app-nks.c:1964 +#: scd/app-p15.c:5043 scd/app-nks.c:2019 msgid "||Please enter the PIN for the standard keys." msgstr "||PINを標準ã®éµã®ãŸã‚ã«å…¥åŠ›ã—ã¦ãã ã•ã„。" -#: scd/app-nks.c:1413 scd/app-openpgp.c:4321 +#: scd/app-nks.c:1468 scd/app-openpgp.c:4321 #, c-format msgid "RSA modulus missing or not of size %d bits\n" msgstr "RSAã®ãƒ¢ã‚¸ãƒ¥ãƒ©ã‚¹ãŒãªã„ã‹ã€%dビットã®ã‚‚ã®ã§ã¯ã‚ã‚Šã¾ã›ã‚“\n" -#: scd/app-nks.c:1421 scd/app-openpgp.c:4333 +#: scd/app-nks.c:1476 scd/app-openpgp.c:4333 #, c-format msgid "RSA public exponent missing or larger than %d bits\n" msgstr "RSA公開指数ãŒãªã„ã‹ %d ビットより大ãã™ãŽã¾ã™\n" -#: scd/app-nks.c:1594 +#: scd/app-nks.c:1649 msgid "Note: PIN has not yet been enabled." msgstr "注æ„: PINãŒã¾ã 有効ã¨ãªã£ã¦ã„ã¾ã›ã‚“" -#: scd/app-nks.c:1641 +#: scd/app-nks.c:1696 #, c-format msgid "the NullPIN has not yet been changed\n" msgstr "NullPINãŒå¤‰æ›´ã•ã‚Œã¦ã„ã¾ã›ã‚“\n" -#: scd/app-nks.c:1963 +#: scd/app-nks.c:2018 msgid "|N|Please enter a new PIN for the standard keys." msgstr "|N|æ–°ã—ã„PINを標準ã®éµã®ãŸã‚ã«å…¥åŠ›ã—ã¦ãã ã•ã„。" -#: scd/app-nks.c:1971 +#: scd/app-nks.c:2026 msgid "|NP|Please enter a new PIN Unblocking Code (PUK) for the standard keys." msgstr "|NP|標準ã®éµã®æ–°ã—ã„PIN Unblocking Code (PUK)を入力ã—ã¦ãã ã•ã„。" -#: scd/app-nks.c:1981 +#: scd/app-nks.c:2036 msgid "|N|Please enter a new PIN for the key to create qualified signatures." msgstr "|N|æ–°ã—ã„PINã‚’èªå®šç½²åを生æˆã™ã‚‹éµã®ãŸã‚ã«å…¥åŠ›ã—ã¦ãã ã•ã„。" -#: scd/app-nks.c:1991 +#: scd/app-nks.c:2046 msgid "" "|NP|Please enter a new PIN Unblocking Code (PUK) for the key to create " "qualified signatures." msgstr "" "|NP|èªå®šç½²åã®éµã®ãŸã‚ã«æ–°ã—ã„PINブãƒãƒƒã‚¯è§£é™¤ã‚³ãƒ¼ãƒ‰(PUK)を入力ã—ã¦ãã ã•ã„。" -#: scd/app-nks.c:1993 +#: scd/app-nks.c:2048 msgid "" "|P|Please enter the PIN Unblocking Code (PUK) for the key to create " "qualified signatures." msgstr "" "|P|èªå®šç½²åã®éµã®ãŸã‚ã«æ–°ã—ã„PINブãƒãƒƒã‚¯è§£é™¤ã‚³ãƒ¼ãƒ‰(PUK)を入力ã—ã¦ãã ã•ã„。" -#: scd/app-nks.c:2166 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 +#: scd/app-nks.c:2221 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 #, c-format msgid "error getting new PIN: %s\n" msgstr "æ–°ã—ã„PINã®å–得エラー: %s\n" @@ -8224,59 +8225,59 @@ msgstr "||PINをリーダã®ãƒ”ンパッドã§å…¥åŠ›ã—ã¦ãã ã•ã„" msgid "|N|Initial New PIN" msgstr "|N|åˆæœŸã®æ–°ã—ã„PIN" -#: scd/scdaemon.c:118 +#: scd/scdaemon.c:119 msgid "run in multi server mode (foreground)" msgstr "マルãƒãƒ»ã‚µãƒ¼ãƒãƒ»ãƒ¢ãƒ¼ãƒ‰(フォアグラウンド)ã§å®Ÿè¡Œ" -#: scd/scdaemon.c:135 sm/gpgsm.c:271 dirmngr/dirmngr.c:197 +#: scd/scdaemon.c:136 sm/gpgsm.c:274 dirmngr/dirmngr.c:198 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "|LEVEL|デãƒãƒƒã‚°ãƒ»ãƒ¬ãƒ™ãƒ«ã‚’LEVELã¨ã—ã¾ã™" -#: scd/scdaemon.c:141 +#: scd/scdaemon.c:142 msgid "|FILE|write a log to FILE" msgstr "|FILE|FILEã«ãƒã‚°ã‚’書ã出ã—ã¾ã™" -#: scd/scdaemon.c:148 +#: scd/scdaemon.c:149 msgid "|N|connect to reader at port N" msgstr "|N|ãƒãƒ¼ãƒˆNã®ãƒªãƒ¼ãƒ€ã«æŽ¥ç¶šã—ã¾ã™" -#: scd/scdaemon.c:150 +#: scd/scdaemon.c:151 msgid "|NAME|use NAME as ct-API driver" msgstr "|NAME|ct-APIドライãƒã¨ã—ã¦NAMEを用ã„ã¾ã™" -#: scd/scdaemon.c:152 +#: scd/scdaemon.c:153 msgid "|NAME|use NAME as PC/SC driver" msgstr "|NAME|PC/SCドライãƒã¨ã—ã¦NAMEを用ã„ã¾ã™" -#: scd/scdaemon.c:156 +#: scd/scdaemon.c:157 msgid "do not use the internal CCID driver" msgstr "内蔵CCIDドライãƒã‚’使ã„ã¾ã›ã‚“" -#: scd/scdaemon.c:162 +#: scd/scdaemon.c:163 msgid "|N|disconnect the card after N seconds of inactivity" msgstr "|N|N秒アクティブã§ãªã„å ´åˆã€ã‚«ãƒ¼ãƒ‰ã¸ã®æŽ¥ç¶šã‚’切りã¾ã™" -#: scd/scdaemon.c:165 +#: scd/scdaemon.c:166 msgid "do not use a reader's pinpad" msgstr "リーダã®ãƒ”ンパッドを使ã‚ãªã„" -#: scd/scdaemon.c:168 +#: scd/scdaemon.c:169 msgid "use variable length input for pinpad" msgstr "ピンパッドã®å¯å¤‰é•·å…¥åŠ›ã‚’使ã†" -#: scd/scdaemon.c:171 +#: scd/scdaemon.c:172 msgid "|LIST|change the application priority to LIST" msgstr "|LIST|アプリケーションã®å„ªå…ˆåº¦ã‚’LISTã¨ã™ã‚‹" -#: scd/scdaemon.c:179 +#: scd/scdaemon.c:180 msgid "deny the use of admin card commands" msgstr "管ç†ã‚«ãƒ¼ãƒ‰ãƒ»ã‚³ãƒžãƒ³ãƒ‰ã®ä½¿ç”¨ã‚’æ‹’å¦" -#: scd/scdaemon.c:324 +#: scd/scdaemon.c:325 msgid "Usage: @SCDAEMON@ [options] (-h for help)" msgstr "使ã„æ–¹: @SCDAEMON@ [オプション] (ヘルプ㯠-h)" -#: scd/scdaemon.c:326 +#: scd/scdaemon.c:327 msgid "" "Syntax: scdaemon [options] [command [args]]\n" "Smartcard daemon for @GNUPG@\n" @@ -8284,19 +8285,19 @@ msgstr "" "å½¢å¼: scdaemon [オプション] [コマンド [引数]]\n" "@GNUPG@ã®Smartcardデーモン\n" -#: scd/scdaemon.c:807 +#: scd/scdaemon.c:819 #, c-format msgid "please use the option '--daemon' to run the program in the background\n" msgstr "" "'--daemon'オプションを使ã£ã¦ã€ãƒ—ãƒã‚°ãƒ©ãƒ ã‚’ãƒãƒƒã‚¯ã‚°ãƒ©ã‚¦ãƒ³ãƒ‰ã§å®Ÿè¡Œã—ã¦ãã ã•" "ã„\n" -#: scd/scdaemon.c:1183 dirmngr/dirmngr.c:2077 +#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2104 #, c-format msgid "handler for fd %d started\n" msgstr "fd %dã®ãƒãƒ³ãƒ‰ãƒ©ãŒé–‹å§‹ã•ã‚Œã¾ã—ãŸ\n" -#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2085 +#: scd/scdaemon.c:1207 dirmngr/dirmngr.c:2112 #, c-format msgid "handler for fd %d terminated\n" msgstr "fd %dã®ãƒãƒ³ãƒ‰ãƒ©ãŒçµ‚了ã—ã¾ã—ãŸ\n" @@ -8574,7 +8575,7 @@ msgid "a %u bit hash is not valid for a %u bit %s key\n" msgstr "%uビットãƒãƒƒã‚·ãƒ¥ã¯%uビットã®%séµã«ã¯ç„¡åŠ¹ã§ã™\n" #: sm/certcheck.c:239 sm/certcheck.c:263 dirmngr/crlcache.c:1542 -#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1363 dirmngr/validate.c:903 +#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1372 dirmngr/validate.c:903 #: dirmngr/validate.c:927 #, c-format msgid "out of core\n" @@ -8918,127 +8919,127 @@ msgstr "証明書'%s'ã®å‰Šé™¤ã«å¤±æ•—ã—ã¾ã—ãŸ: %s\n" msgid "no valid recipients given\n" msgstr "有効ãªå—ã‘å–り手ãŒæŒ‡å®šã•ã‚Œã¦ã„ã¾ã›ã‚“\n" -#: sm/gpgsm.c:224 +#: sm/gpgsm.c:226 msgid "list external keys" msgstr "外部éµã‚’一覧ã™ã‚‹" -#: sm/gpgsm.c:226 +#: sm/gpgsm.c:228 msgid "list certificate chain" msgstr "証明書ã®ãƒã‚§ã‚¤ãƒ³ã‚’表示ã™ã‚‹" -#: sm/gpgsm.c:234 +#: sm/gpgsm.c:236 msgid "import certificates" msgstr "証明書をインãƒãƒ¼ãƒˆã™ã‚‹" -#: sm/gpgsm.c:235 +#: sm/gpgsm.c:237 msgid "export certificates" msgstr "証明書をエクスãƒãƒ¼ãƒˆã™ã‚‹" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:245 msgid "register a smartcard" msgstr "スマートカードを登録ã™ã‚‹" -#: sm/gpgsm.c:246 +#: sm/gpgsm.c:248 msgid "pass a command to the dirmngr" msgstr "dirmngrã«ã‚³ãƒžãƒ³ãƒ‰ã‚’渡ã™" -#: sm/gpgsm.c:248 +#: sm/gpgsm.c:250 msgid "invoke gpg-protect-tool" msgstr "gpg-protect-toolã‚’èµ·å‹•ã™ã‚‹" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:270 msgid "don't use the terminal at all" msgstr "端末をã¾ã£ãŸã使ã‚ãªã„" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "|N|number of certificates to include" msgstr "|N|インクルードã™ã‚‹è¨¼æ˜Žæ›¸ã®æ•°" -#: sm/gpgsm.c:296 +#: sm/gpgsm.c:299 msgid "|FILE|take policy information from FILE" msgstr "|FILE|ãƒãƒªã‚·ãƒ¼æƒ…å ±ã‚’FILEã‹ã‚‰å–å¾—ã™ã‚‹" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "assume input is in PEM format" msgstr "PEMフォーマットã®å…¥åŠ›ã‚’仮定ã™ã‚‹" -#: sm/gpgsm.c:312 +#: sm/gpgsm.c:315 msgid "assume input is in base-64 format" msgstr "base-64フォーマットã®å…¥åŠ›ã‚’仮定ã™ã‚‹" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "assume input is in binary format" msgstr "ãƒã‚¤ãƒŠãƒªãƒ»ãƒ•ã‚©ãƒ¼ãƒžãƒƒãƒˆã®å…¥åŠ›ã‚’仮定ã™ã‚‹" -#: sm/gpgsm.c:323 +#: sm/gpgsm.c:326 msgid "create base-64 encoded output" msgstr "base-64å½¢å¼ã®å‡ºåŠ›ã‚’作æˆ" -#: sm/gpgsm.c:335 +#: sm/gpgsm.c:338 msgid "|USER-ID|use USER-ID as default secret key" msgstr "|USER-ID|USER-IDをデフォルトã®ç§˜å¯†éµã¨ã—ã¦ä½¿ã†" -#: sm/gpgsm.c:346 +#: sm/gpgsm.c:349 msgid "|FILE|add keyring to the list of keyrings" msgstr "|FILE|éµãƒªãƒ³ã‚°ã‚’éµãƒªãƒ³ã‚°ã®ãƒªã‚¹ãƒˆã«è¿½åŠ " -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 msgid "|SPEC|use this keyserver to lookup keys" msgstr "|SPEC|ã“ã®ã‚ーサーãƒã‚’éµã®æ¤œç´¢ã«ä½¿ã†" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "fetch missing issuer certificates" msgstr "紛失ã—ã¦ã„る発行者証明書をå–å¾—ã™ã‚‹" -#: sm/gpgsm.c:361 +#: sm/gpgsm.c:364 msgid "|NAME|use encoding NAME for PKCS#12 passphrases" msgstr "|NAME|PKCS#12ã®ãƒ‘スフレーズã«NAMEã®ã‚¨ãƒ³ã‚³ãƒ¼ãƒ‡ã‚£ãƒ³ã‚°ã‚’使ã†" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 msgid "never consult a CRL" msgstr "決ã—ã¦CRLを調ã¹ãªã„" -#: sm/gpgsm.c:386 +#: sm/gpgsm.c:389 msgid "do not check CRLs for root certificates" msgstr "ルート証明書ã®CRLã‚’ãƒã‚§ãƒƒã‚¯ã—ãªã„" -#: sm/gpgsm.c:390 +#: sm/gpgsm.c:393 msgid "check validity using OCSP" msgstr "OCSPを用ã„ã¦æœ‰åŠ¹æ€§ã‚’確èªã™ã‚‹" -#: sm/gpgsm.c:392 +#: sm/gpgsm.c:395 msgid "do not check certificate policies" msgstr "証明書ãƒãƒªã‚·ãƒ¼ã‚’ãƒã‚§ãƒƒã‚¯ã—ãªã„" -#: sm/gpgsm.c:395 +#: sm/gpgsm.c:398 msgid "|NAME|use cipher algorithm NAME" msgstr "|NAME|æš—å·ã‚¢ãƒ«ã‚´ãƒªã‚ºãƒ ã«NAMEを使用" -#: sm/gpgsm.c:397 +#: sm/gpgsm.c:400 msgid "|NAME|use message digest algorithm NAME" msgstr "|NAME|ダイジェスト・アルゴリズムã«NAMEを使用" -#: sm/gpgsm.c:407 +#: sm/gpgsm.c:410 msgid "batch mode: never ask" msgstr "ãƒãƒƒãƒãƒ»ãƒ¢ãƒ¼ãƒ‰: ãªã«ã‚‚ユーザã«å•ã„åˆã‚ã›ãªã„" -#: sm/gpgsm.c:409 +#: sm/gpgsm.c:412 msgid "assume yes on most questions" msgstr "ã»ã¨ã‚“ã©ã®è¨å•ã«yesを仮定ã™ã‚‹" -#: sm/gpgsm.c:410 +#: sm/gpgsm.c:413 msgid "assume no on most questions" msgstr "ã»ã¨ã‚“ã©ã®è¨å•ã«noを仮定ã™ã‚‹" -#: sm/gpgsm.c:427 +#: sm/gpgsm.c:430 msgid "|FILE|write an audit log to FILE" msgstr "|FILE|監査ãƒã‚°ã‚’FILEã«æ›¸ã出ã™" -#: sm/gpgsm.c:612 +#: sm/gpgsm.c:615 msgid "Usage: @GPGSM@ [options] [files] (-h for help)" msgstr "使ã„æ–¹: @GPGSM@ [オプション] [ファイル] (ヘルプ㯠-h)" -#: sm/gpgsm.c:615 +#: sm/gpgsm.c:618 msgid "" "Syntax: @GPGSM@ [options] [files]\n" "Sign, check, encrypt or decrypt using the S/MIME protocol\n" @@ -9048,52 +9049,52 @@ msgstr "" "S/MIMEプãƒãƒˆã‚³ãƒ«ã‚’用ã„ã¦ã€ç½²åã€æ¤œæŸ»ã€æš—å·åŒ–や復å·ã‚’è¡Œã„ã¾ã™\n" "デフォルトã®æ“作ã¯ã€å…¥åŠ›ãƒ‡ãƒ¼ã‚¿ã«ä¾å˜ã—ã¾ã™\n" -#: sm/gpgsm.c:823 +#: sm/gpgsm.c:826 #, c-format msgid "Note: won't be able to encrypt to '%s': %s\n" msgstr "注æ„:'%s'ã«å¯¾ã—ã¦æš—å·åŒ–ã§ãã¾ã›ã‚“: %s\n" -#: sm/gpgsm.c:834 +#: sm/gpgsm.c:837 #, c-format msgid "unknown validation model '%s'\n" msgstr "ä¸æ˜Žã®æ¤œè¨¼ãƒ¢ãƒ‡ãƒ« '%s'\n" -#: sm/gpgsm.c:893 dirmngr/ldapserver.c:89 +#: sm/gpgsm.c:896 dirmngr/ldapserver.c:89 #, c-format msgid "%s:%u: no hostname given\n" msgstr "%s:%u: ホストåãŒæŒ‡å®šã•ã‚Œã¦ã„ã¾ã›ã‚“\n" -#: sm/gpgsm.c:912 dirmngr/ldapserver.c:108 +#: sm/gpgsm.c:915 dirmngr/ldapserver.c:108 #, c-format msgid "%s:%u: password given without user\n" msgstr "%s:%u: ユーザãªã—ã«ä¸Žãˆã‚‰ã‚ŒãŸãƒ‘スワード\n" -#: sm/gpgsm.c:943 dirmngr/ldapserver.c:139 +#: sm/gpgsm.c:946 dirmngr/ldapserver.c:139 #, c-format msgid "%s:%u: ignoring unknown flag '%s'\n" msgstr "%s:%u: 未知ã®ãƒ•ãƒ©ã‚° '%s' を無視ã—ã¾ã™\n" -#: sm/gpgsm.c:959 dirmngr/ldapserver.c:155 +#: sm/gpgsm.c:962 dirmngr/ldapserver.c:155 #, c-format msgid "%s:%u: skipping this line\n" msgstr "%s:%u: ã“ã®è¡Œã¯ã‚¹ã‚ップ\n" -#: sm/gpgsm.c:1545 +#: sm/gpgsm.c:1550 #, c-format msgid "could not parse keyserver\n" msgstr "éµã‚µãƒ¼ãƒã®URLを解æžä¸èƒ½\n" -#: sm/gpgsm.c:1825 +#: sm/gpgsm.c:1858 #, c-format msgid "importing common certificates '%s'\n" msgstr "共通証明書ã®ã‚¤ãƒ³ãƒãƒ¼ãƒˆãƒ»ã‚¨ãƒ©ãƒ¼: %s\n" -#: sm/gpgsm.c:1871 +#: sm/gpgsm.c:1904 #, c-format msgid "can't sign using '%s': %s\n" msgstr "'%s'を用ã„ã¦ç½²åã§ãã¾ã›ã‚“: %s\n" -#: sm/gpgsm.c:2231 +#: sm/gpgsm.c:2273 #, c-format msgid "invalid command (there is no implicit command)\n" msgstr "無効ãªã‚³ãƒžãƒ³ãƒ‰ (æš—é»™ã®ã‚³ãƒžãƒ³ãƒ‰ã¯ã‚ã‚Šã¾ã›ã‚“)\n" @@ -10050,131 +10051,131 @@ msgstr "絶対ファイルåãŒãã¾ã™\n" msgid "looking up '%s'\n" msgstr "'%s'を検索ã—ã¾ã™\n" -#: dirmngr/dirmngr.c:174 +#: dirmngr/dirmngr.c:175 msgid "list the contents of the CRL cache" msgstr "CRLã‚ャッシュã®å†…容をリストã—ã¾ã™" -#: dirmngr/dirmngr.c:175 +#: dirmngr/dirmngr.c:176 msgid "|FILE|load CRL from FILE into cache" msgstr "|FILE|FILEã‹ã‚‰CRLã‚’ã‚ャッシュã«ãƒãƒ¼ãƒ‰ã™ã‚‹" -#: dirmngr/dirmngr.c:176 +#: dirmngr/dirmngr.c:177 msgid "|URL|fetch a CRL from URL" msgstr "|URL|URLã‹ã‚‰CRLã‚’å–å¾—ã—ã¾ã™" -#: dirmngr/dirmngr.c:177 +#: dirmngr/dirmngr.c:178 msgid "shutdown the dirmngr" msgstr "dirmngrをシャットダウンã™ã‚‹" -#: dirmngr/dirmngr.c:178 +#: dirmngr/dirmngr.c:179 msgid "flush the cache" msgstr "ã‚ャッシュをフラッシュã—ã¾ã™" -#: dirmngr/dirmngr.c:211 +#: dirmngr/dirmngr.c:212 msgid "allow online software version check" msgstr "オンラインã®ã‚½ãƒ•ãƒˆã‚¦ã‚§ã‚¢ãƒ»ãƒãƒ¼ã‚¸ãƒ§ãƒ³ãƒ»ãƒã‚§ãƒƒã‚¯ã‚’許ã™" -#: dirmngr/dirmngr.c:214 +#: dirmngr/dirmngr.c:215 msgid "|N|do not return more than N items in one query" msgstr "|N|一ã¤ã®ã‚¯ã‚¨ãƒªã§Nを越ãˆã‚‹ã®ã‚¢ã‚¤ãƒ†ãƒ ã‚’è¿”ã•ãªã„" -#: dirmngr/dirmngr.c:220 +#: dirmngr/dirmngr.c:221 msgid "Network related options" msgstr "ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯é–¢é€£ã‚ªãƒ—ション" -#: dirmngr/dirmngr.c:222 +#: dirmngr/dirmngr.c:223 msgid "route all network traffic via Tor" msgstr "ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯ãƒ»ãƒˆãƒ©ãƒ•ã‚£ãƒƒã‚¯ã‚’ã™ã¹ã¦Tor経由ã«ã™ã‚‹" -#: dirmngr/dirmngr.c:234 +#: dirmngr/dirmngr.c:235 msgid "Configuration for Keyservers" msgstr "ã‚ーサーãƒã®ã‚³ãƒ³ãƒ•ã‚£ã‚°ãƒ¬ãƒ¼ã‚·ãƒ§ãƒ³" -#: dirmngr/dirmngr.c:237 +#: dirmngr/dirmngr.c:238 msgid "|URL|use keyserver at URL" msgstr "|URL|éµã‚µãƒ¼ãƒã¨ã—ã¦URLを使用" -#: dirmngr/dirmngr.c:239 +#: dirmngr/dirmngr.c:240 msgid "|FILE|use the CA certificates in FILE for HKP over TLS" msgstr "|FILE|FILEã«ã‚ã‚‹CA証明書をTLSã§ã®HKPã«ä½¿ã†" -#: dirmngr/dirmngr.c:241 +#: dirmngr/dirmngr.c:242 msgid "Configuration for HTTP servers" msgstr "HTTPサーãƒã®ã‚³ãƒ³ãƒ•ã‚£ã‚°ãƒ¬ãƒ¼ã‚·ãƒ§ãƒ³" -#: dirmngr/dirmngr.c:243 +#: dirmngr/dirmngr.c:244 msgid "inhibit the use of HTTP" msgstr "HTTPã®ä½¿ç”¨ã‚’ç¦æ¢ã™ã‚‹" -#: dirmngr/dirmngr.c:245 +#: dirmngr/dirmngr.c:246 msgid "ignore HTTP CRL distribution points" msgstr "HTTP CRLé…布ãƒã‚¤ãƒ³ãƒˆã‚’無視ã™ã‚‹" -#: dirmngr/dirmngr.c:247 +#: dirmngr/dirmngr.c:248 msgid "|URL|redirect all HTTP requests to URL" msgstr "|URL|ã™ã¹ã¦ã®HTTPリクエストをURLã«ãƒªãƒ€ã‚¤ãƒ¬ã‚¯ãƒˆã™ã‚‹" -#: dirmngr/dirmngr.c:249 +#: dirmngr/dirmngr.c:250 msgid "use system's HTTP proxy setting" msgstr "システムã®HTTPプãƒã‚ã‚·è¨å®šã‚’用ã„ã¾ã™" -#: dirmngr/dirmngr.c:253 +#: dirmngr/dirmngr.c:254 msgid "Configuration of LDAP servers to use" msgstr "使用ã™ã‚‹LDAPサーãƒã®ã‚³ãƒ³ãƒ•ã‚£ã‚°ãƒ¬ãƒ¼ã‚·ãƒ§ãƒ³" -#: dirmngr/dirmngr.c:255 +#: dirmngr/dirmngr.c:256 msgid "inhibit the use of LDAP" msgstr "LDAPã®ä½¿ç”¨ã‚’ç¦æ¢ã™ã‚‹" -#: dirmngr/dirmngr.c:257 +#: dirmngr/dirmngr.c:258 msgid "ignore LDAP CRL distribution points" msgstr "LDAP CRLé…布ãƒã‚¤ãƒ³ãƒˆã‚’無視ã™ã‚‹" -#: dirmngr/dirmngr.c:259 +#: dirmngr/dirmngr.c:260 msgid "|HOST|use HOST for LDAP queries" msgstr "|HOST|LDAPã®å•ã„åˆã‚ã›ã«HOSTを使ã†" -#: dirmngr/dirmngr.c:261 +#: dirmngr/dirmngr.c:262 msgid "do not use fallback hosts with --ldap-proxy" msgstr "--ldap-proxy ã«ãƒ•ã‚©ãƒ¼ãƒ«ãƒãƒƒã‚¯ãƒ»ãƒ›ã‚¹ãƒˆã‚’使ã‚ãªã„" -#: dirmngr/dirmngr.c:263 +#: dirmngr/dirmngr.c:264 msgid "|FILE|read LDAP server list from FILE" msgstr "|FILE|FILEã‹ã‚‰LDAPサーãƒãƒªã‚¹ãƒˆã‚’èªã¿è¾¼ã¿ã¾ã™" -#: dirmngr/dirmngr.c:265 +#: dirmngr/dirmngr.c:266 msgid "add new servers discovered in CRL distribution points to serverlist" msgstr "CRLé…布ãƒã‚¤ãƒ³ãƒˆã«ç™ºè¦‹ã•ã‚ŒãŸæ–°ã—ã„サーãƒã‚’ serverlist ã«è¿½åŠ ã™ã‚‹" -#: dirmngr/dirmngr.c:268 dirmngr/dirmngr_ldap.c:104 +#: dirmngr/dirmngr.c:269 dirmngr/dirmngr_ldap.c:104 msgid "|N|set LDAP timeout to N seconds" msgstr "|N|LDAPã®ã‚¿ã‚¤ãƒ アウトをN秒ã¨ã™ã‚‹" -#: dirmngr/dirmngr.c:271 +#: dirmngr/dirmngr.c:272 msgid "Configuration for OCSP" msgstr "OCSPã®ã‚³ãƒ³ãƒ•ã‚£ã‚°ãƒ¬ãƒ¼ã‚·ãƒ§ãƒ³" -#: dirmngr/dirmngr.c:273 +#: dirmngr/dirmngr.c:274 msgid "allow sending OCSP requests" msgstr "OCSPè¦æ±‚ã®é€ä¿¡ã‚’èªã‚ã‚‹" -#: dirmngr/dirmngr.c:275 +#: dirmngr/dirmngr.c:276 msgid "ignore certificate contained OCSP service URLs" msgstr "OCSPサービスURLã«å…¥ã£ã¦ã„る証明書を無視ã™ã‚‹" -#: dirmngr/dirmngr.c:277 +#: dirmngr/dirmngr.c:278 msgid "|URL|use OCSP responder at URL" msgstr "|URL|OCSPå¿œç”ã¨ã—ã¦URLを使用" -#: dirmngr/dirmngr.c:279 +#: dirmngr/dirmngr.c:280 msgid "|FPR|OCSP response signed by FPR" msgstr "|FPR|FPRã§ç½²åã•ã‚ŒãŸOCSPレスãƒãƒ³ã‚¹" -#: dirmngr/dirmngr.c:287 +#: dirmngr/dirmngr.c:288 msgid "force loading of outdated CRLs" msgstr "期日ã®éŽãŽãŸCRLã®ãƒãƒ¼ãƒ‰ã‚’強制ã™ã‚‹" -#: dirmngr/dirmngr.c:298 +#: dirmngr/dirmngr.c:299 msgid "" "@\n" "(See the \"info\" manual for a complete listing of all commands and " @@ -10183,11 +10184,11 @@ msgstr "" "@\n" "(コマンドã¨ã‚ªãƒ—ション全部ã®ä¸€è¦§ã¯ã€\"info\" マニュアルをã”覧ãã ã•ã„)\n" -#: dirmngr/dirmngr.c:440 +#: dirmngr/dirmngr.c:441 msgid "Usage: @DIRMNGR@ [options] (-h for help)" msgstr "使ã„æ–¹: @DIRMNGR@ [オプション] (ヘルプ㯠-h)" -#: dirmngr/dirmngr.c:442 +#: dirmngr/dirmngr.c:443 msgid "" "Syntax: @DIRMNGR@ [options] [command [args]]\n" "Keyserver, CRL, and OCSP access for @GNUPG@\n" @@ -10195,83 +10196,83 @@ msgstr "" "å½¢å¼: @DIRMNGR@ [オプション] [コマンド [引数]]\n" "@GnuPG@ã®éµã‚µãƒ¼ãƒã€CRLã¨OCSPアクセス\n" -#: dirmngr/dirmngr.c:522 +#: dirmngr/dirmngr.c:523 #, c-format msgid "valid debug levels are: %s\n" msgstr "有効ãªdebugレベルã¯: %s\n" -#: dirmngr/dirmngr.c:608 tools/gpgconf.c:667 tools/gpgconf.c:702 +#: dirmngr/dirmngr.c:609 tools/gpgconf.c:667 tools/gpgconf.c:702 #: tools/gpgconf.c:802 #, c-format msgid "usage: %s [options] " msgstr "使ã„æ–¹: %s [オプション] " -#: dirmngr/dirmngr.c:1251 +#: dirmngr/dirmngr.c:1260 #, c-format msgid "colons are not allowed in the socket name\n" msgstr "コãƒãƒ³ã¯ã‚½ã‚±ãƒƒãƒˆåã«è¨±ã•ã‚Œã¾ã›ã‚“\n" -#: dirmngr/dirmngr.c:1486 dirmngr/server.c:1824 +#: dirmngr/dirmngr.c:1495 dirmngr/server.c:1824 #, c-format msgid "fetching CRL from '%s' failed: %s\n" msgstr "'%s'ã‹ã‚‰CRLã®å–å¾—ã®å¤±æ•—: %s\n" -#: dirmngr/dirmngr.c:1492 dirmngr/server.c:1830 +#: dirmngr/dirmngr.c:1501 dirmngr/server.c:1830 #, c-format msgid "processing CRL from '%s' failed: %s\n" msgstr "'%s'ã‹ã‚‰CRLã®å‡¦ç†ã«å¤±æ•—: %s\n" -#: dirmngr/dirmngr.c:1634 +#: dirmngr/dirmngr.c:1643 #, c-format msgid "%s:%u: line too long - skipped\n" msgstr "%s:%u: è¡ŒãŒé•·ã™ãŽã¾ã™ - スã‚ップã•ã‚Œã¾ã—ãŸ\n" -#: dirmngr/dirmngr.c:1689 dirmngr/dirmngr.c:1773 +#: dirmngr/dirmngr.c:1698 dirmngr/dirmngr.c:1782 #, c-format msgid "%s:%u: invalid fingerprint detected\n" msgstr "%s:%u: 無効ãªãƒ•ã‚£ãƒ³ã‚¬ãƒ¼ãƒ—リントãŒæ¤œå‡ºã•ã‚Œã¾ã—ãŸ\n" -#: dirmngr/dirmngr.c:1725 dirmngr/dirmngr.c:1751 tools/gpgconf-comp.c:3534 +#: dirmngr/dirmngr.c:1734 dirmngr/dirmngr.c:1760 tools/gpgconf-comp.c:3539 #, c-format msgid "%s:%u: read error: %s\n" msgstr "%s:%u: èªã¿è¾¼ã¿ã‚¨ãƒ©ãƒ¼: %s\n" -#: dirmngr/dirmngr.c:1780 +#: dirmngr/dirmngr.c:1789 #, c-format msgid "%s:%u: garbage at end of line ignored\n" msgstr "%s:%u: 行末ã®ã‚´ãƒŸã‚’無視\n" -#: dirmngr/dirmngr.c:1849 +#: dirmngr/dirmngr.c:1876 #, c-format msgid "SIGHUP received - re-reading configuration and flushing caches\n" msgstr "SIGHUPã‚’å—ã‘å–ã‚Š - è¨å®šã‚’èªã¿ç›´ã—ã€ã‚ャッシュをフラッシュ\n" -#: dirmngr/dirmngr.c:1890 +#: dirmngr/dirmngr.c:1917 #, c-format msgid "SIGUSR2 received - no action defined\n" msgstr "SIGUSR2ã‚’å—ã‘å–ã‚Š - 動作ã¯å®šç¾©ã•ã‚Œãªã„\n" -#: dirmngr/dirmngr.c:1895 +#: dirmngr/dirmngr.c:1922 #, c-format msgid "SIGTERM received - shutting down ...\n" msgstr "SIGTERMã‚’å—ã‘å–ã‚Š - シャットダウン...\n" -#: dirmngr/dirmngr.c:1897 +#: dirmngr/dirmngr.c:1924 #, c-format msgid "SIGTERM received - still %d active connections\n" msgstr "SIGTERMã‚’å—ã‘å–ã‚Š - %d本ã®ã‚¢ã‚¯ãƒ†ã‚£ãƒ–ãªæŽ¥ç¶šãŒã¾ã ã‚ã‚Šã¾ã™\n" -#: dirmngr/dirmngr.c:1902 +#: dirmngr/dirmngr.c:1929 #, c-format msgid "shutdown forced\n" msgstr "強制的ã«ã‚·ãƒ£ãƒƒãƒˆãƒ€ã‚¦ãƒ³ã™ã‚‹\n" -#: dirmngr/dirmngr.c:1910 +#: dirmngr/dirmngr.c:1937 #, c-format msgid "SIGINT received - immediate shutdown\n" msgstr "SIGINTã‚’å—ã‘å–ã‚Š - ã™ãã«ã‚·ãƒ£ãƒƒãƒˆãƒ€ã‚¦ãƒ³\n" -#: dirmngr/dirmngr.c:1917 +#: dirmngr/dirmngr.c:1944 #, c-format msgid "signal %d received - no action defined\n" msgstr "シグナル%dã‚’å—ã‘å–ã‚Š - アクションã¯å®šç¾©ã•ã‚Œãªã„\n" @@ -10724,7 +10725,7 @@ msgid "serialno missing in cert ID" msgstr "serialnoãŒcert IDã«ã‚ã‚Šã¾ã›ã‚“" #: dirmngr/server.c:1387 dirmngr/server.c:1473 dirmngr/server.c:1909 -#: dirmngr/server.c:1980 dirmngr/server.c:2552 dirmngr/server.c:2567 +#: dirmngr/server.c:1980 dirmngr/server.c:2556 dirmngr/server.c:2571 #, c-format msgid "assuan_inquire failed: %s\n" msgstr "assuan_inquireã«å¤±æ•—ã—ã¾ã—ãŸ: %s\n" @@ -10754,32 +10755,32 @@ msgstr "fetch_next_cert ãŒå¤±æ•—ã—ã¾ã—ãŸ: %s\n" msgid "max_replies %d exceeded\n" msgstr "max_replies %d を越ãˆã¾ã—ãŸ\n" -#: dirmngr/server.c:2856 +#: dirmngr/server.c:2860 #, c-format msgid "can't allocate control structure: %s\n" msgstr "åˆ¶å¾¡æ§‹é€ ã‚’ç¢ºä¿ã§ãã¾ã›ã‚“: %s\n" -#: dirmngr/server.c:2867 +#: dirmngr/server.c:2871 #, c-format msgid "failed to allocate assuan context: %s\n" msgstr "assuanコンテクストã®ç¢ºä¿ã«å¤±æ•—ã—ã¾ã—ãŸ: %s\n" -#: dirmngr/server.c:2888 +#: dirmngr/server.c:2892 #, c-format msgid "failed to initialize the server: %s\n" msgstr "サーãƒã®åˆæœŸåŒ–ã«å¤±æ•—ã—ã¾ã—ãŸ: %s\n" -#: dirmngr/server.c:2896 +#: dirmngr/server.c:2900 #, c-format msgid "failed to the register commands with Assuan: %s\n" msgstr "Assuanã§ç™»éŒ²ã‚³ãƒžãƒ³ãƒ‰ã«å¤±æ•—ã—ã¾ã—ãŸ: %s\n" -#: dirmngr/server.c:2929 +#: dirmngr/server.c:2933 #, c-format msgid "Assuan accept problem: %s\n" msgstr "Assuan accept ã®å•é¡Œ: %s\n" -#: dirmngr/server.c:2948 +#: dirmngr/server.c:2952 #, c-format msgid "Assuan processing failed: %s\n" msgstr "Assuanã®å‡¦ç†ãŒå¤±æ•—ã—ã¾ã—ãŸ: %s\n" @@ -10924,67 +10925,67 @@ msgstr "ã“ã®ã‚»ãƒƒã‚·ãƒ§ãƒ³ã§keyboxデーモンã¯å®Ÿè¡Œã•ã‚Œã¦ã„ã¾ã›ã‚“ msgid "error sending standard options: %s\n" msgstr "標準オプションをé€ä¿¡ã‚¨ãƒ©ãƒ¼: %s\n" -#: tools/gpgconf-comp.c:647 +#: tools/gpgconf-comp.c:649 msgid "OpenPGP" msgstr "OpenPGP" -#: tools/gpgconf-comp.c:651 +#: tools/gpgconf-comp.c:653 msgid "S/MIME" msgstr "S/MIME" -#: tools/gpgconf-comp.c:655 +#: tools/gpgconf-comp.c:657 msgid "Public Keys" msgstr "公開éµ" -#: tools/gpgconf-comp.c:659 +#: tools/gpgconf-comp.c:661 msgid "Private Keys" msgstr "プライベートéµ" -#: tools/gpgconf-comp.c:663 +#: tools/gpgconf-comp.c:665 msgid "Smartcards" msgstr "スマートカード" -#: tools/gpgconf-comp.c:667 +#: tools/gpgconf-comp.c:669 msgid "TPM" -msgstr "" +msgstr "TPM" -#: tools/gpgconf-comp.c:671 +#: tools/gpgconf-comp.c:673 msgid "Network" msgstr "ãƒãƒƒãƒˆãƒ¯ãƒ¼ã‚¯" -#: tools/gpgconf-comp.c:675 +#: tools/gpgconf-comp.c:677 msgid "Passphrase Entry" msgstr "パスフレーズ入力" -#: tools/gpgconf-comp.c:939 +#: tools/gpgconf-comp.c:941 msgid "Component not suitable for launching" msgstr "コンãƒãƒ¼ãƒãƒ³ãƒˆãŒèµ·å‹•ã™ã‚‹ãŸã‚ã«é©åˆ‡ã§ã¯ã‚ã‚Šã¾ã›ã‚“" -#: tools/gpgconf-comp.c:945 +#: tools/gpgconf-comp.c:947 #, c-format msgid "Configuration file of component %s is broken\n" msgstr "コンãƒãƒ¼ãƒãƒ³ãƒˆ%sã®ã‚³ãƒ³ãƒ•ã‚£ã‚°ãƒ¬ãƒ¼ã‚·ãƒ§ãƒ³ãƒ»ãƒ•ã‚¡ã‚¤ãƒ«ãŒå£Šã‚Œã¦ã„ã¾ã™\n" -#: tools/gpgconf-comp.c:948 +#: tools/gpgconf-comp.c:950 #, c-format msgid "Note: Use the command \"%s%s\" to get details.\n" msgstr "注æ„: \"%s%s\"コマンドを使ã£ã¦è©³ç´°ã‚’å¾—ã¦ãã ã•ã„。\n" -#: tools/gpgconf-comp.c:2811 +#: tools/gpgconf-comp.c:2816 #, c-format msgid "External verification of component %s failed" msgstr "コンãƒãƒ¼ãƒãƒ³ãƒˆ%sã®å¤–部ã®æ¤œè¨¼ãŒå¤±æ•—ã—ã¾ã—ãŸ" -#: tools/gpgconf-comp.c:2941 +#: tools/gpgconf-comp.c:2946 msgid "Note that group specifications are ignored\n" msgstr "グループ仕様ã¯ç„¡è¦–ã•ã‚Œã¦ã„ã‚‹ã“ã¨ã«æ³¨æ„ã—ã¦ãã ã•ã„\n" -#: tools/gpgconf-comp.c:3538 +#: tools/gpgconf-comp.c:3543 #, c-format msgid "error closing '%s'\n" msgstr "'%s'ã§ã‚¯ãƒãƒ¼ã‚ºã®ã‚¨ãƒ©ãƒ¼\n" -#: tools/gpgconf-comp.c:3540 +#: tools/gpgconf-comp.c:3545 #, c-format msgid "error parsing '%s'\n" msgstr "'%s'ã§ãƒ‘ーズã®ã‚¨ãƒ©ãƒ¼\n" @@ -11089,34 +11090,34 @@ msgstr "" "å½¢å¼: gpg-check-pattern [オプション] パターンファイル\n" "パターンファイルã«å¯¾ã—ã¦æ¨™æº–入力ã®ãƒ‘スフレーズを確èªã™ã‚‹\n" -#: tools/gpg-card.c:2389 +#: tools/gpg-card.c:2390 #, c-format msgid "Note: key %s is already stored on the card!\n" msgstr "注æ„: éµ %s ã¯ã‚‚ã†ã‚«ãƒ¼ãƒ‰ã«ä¿ç®¡ã—ã¦ã‚ã‚Šã¾ã™!\n" -#: tools/gpg-card.c:2392 +#: tools/gpg-card.c:2393 #, c-format msgid "Note: Keys are already stored on the card!\n" msgstr "注æ„: éµã¯ã‚‚ã†ã‚«ãƒ¼ãƒ‰ã«ä¿ç®¡ã—ã¦ã‚ã‚Šã¾ã™!\n" -#: tools/gpg-card.c:2395 +#: tools/gpg-card.c:2396 #, c-format msgid "Replace existing key %s ? (y/N) " msgstr "æ—¢å˜ã®éµ %s ã‚’ç½®ãæ›ãˆã¾ã™ã‹? (y/N) " -#: tools/gpg-card.c:2548 tools/gpg-card.c:2711 tools/gpg-card.c:2934 -#: tools/gpg-card.c:3043 +#: tools/gpg-card.c:2549 tools/gpg-card.c:2712 tools/gpg-card.c:2935 +#: tools/gpg-card.c:3044 #, c-format msgid "%s card no. %s detected\n" msgstr "%s カードno. %sを検出\n" -#: tools/gpg-card.c:3395 +#: tools/gpg-card.c:3396 #, c-format msgid "User Interaction Flag is set to \"%s\" - can't change\n" msgstr "" "ユーザインタラクションフラグã¯\"%s\"ã«è¨å®šã•ã‚Œã¦ã„ã¾ã™ - 変更ã§ãã¾ã›ã‚“\n" -#: tools/gpg-card.c:3405 tools/gpg-card.c:3419 +#: tools/gpg-card.c:3406 tools/gpg-card.c:3420 #, c-format msgid "" "Warning: Setting the User Interaction Flag to \"%s\"\n" @@ -11125,44 +11126,44 @@ msgstr "" "è¦å‘Š: ユーザインタラクションフラグを\"%s\"ã«æˆ»ã™ã«ã¯\n" " ファクトリリセットã—ã‹ã‚ã‚Šã¾ã›ã‚“!\n" -#: tools/gpg-card.c:3422 +#: tools/gpg-card.c:3423 #, c-format msgid "Please use \"uif --yes %d %s\"\n" msgstr "\"uif --yes %d %s\"を使ã£ã¦ãã ã•ã„\n" -#: tools/gpg-card.c:3668 +#: tools/gpg-card.c:3669 msgid "authenticate to the card" msgstr "カードã«å¯¾ã—ã¦èªè¨¼ã—ã¾ã™" -#: tools/gpg-card.c:3670 +#: tools/gpg-card.c:3671 msgid "send a reset to the card daemon" msgstr "カードデーモンã«ãƒªã‚»ãƒƒãƒˆã‚’é€ä¿¡ã™ã‚‹" -#: tools/gpg-card.c:3672 +#: tools/gpg-card.c:3673 msgid "setup KDF for PIN authentication" msgstr "PINèªè¨¼ã®KDFã‚’è¨å®šã™ã‚‹" -#: tools/gpg-card.c:3674 +#: tools/gpg-card.c:3675 msgid "change a private data object" msgstr "プライベート使用ã®ãƒ‡ãƒ¼ã‚¿ã‚ªãƒ–ジェクトを変更ã™ã‚‹" -#: tools/gpg-card.c:3675 +#: tools/gpg-card.c:3676 msgid "read a certificate from a data object" msgstr "データオブジェクトã‹ã‚‰è¨¼æ˜Žæ›¸ã‚’èªã¿å‡ºã—ã¾ã™" -#: tools/gpg-card.c:3676 +#: tools/gpg-card.c:3677 msgid "store a certificate to a data object" msgstr "証明書をデータオブジェクトã«ä¿ç®¡ã—ã¾ã™" -#: tools/gpg-card.c:3677 +#: tools/gpg-card.c:3678 msgid "store a private key to a data object" msgstr "プライベートéµã‚’データオブジェクトã«ä¿ç®¡ã™ã‚‹" -#: tools/gpg-card.c:3678 +#: tools/gpg-card.c:3679 msgid "Yubikey management commands" msgstr "Yubikey管ç†ã‚³ãƒžãƒ³ãƒ‰" -#: tools/gpg-card.c:3680 +#: tools/gpg-card.c:3681 msgid "manage the command history" msgstr "コマンド履æ´ã‚’管ç†ã™ã‚‹" @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: GNU gnupg 2.1\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2021-04-07 19:24+0200\n" +"POT-Creation-Date: 2021-04-20 12:38+0200\n" "PO-Revision-Date: 2017-11-02 17:40+0100\n" "Last-Translator: Ã…ka Sikrom <a4@hush.com>\n" "Language-Team: Norwegian BokmÃ¥l <i18n-nb@lister.ping.uio.no>\n" @@ -216,24 +216,24 @@ msgid "ssh keys greater than %d bits are not supported\n" msgstr "ssh-nøkler som er lenger enn %d bit støttes ikke\n" #: agent/command-ssh.c:872 common/dotlock.c:852 g10/card-util.c:953 -#: g10/export.c:1329 g10/gpg.c:1430 g10/keygen.c:5327 g10/keyring.c:1319 +#: g10/export.c:1329 g10/gpg.c:1431 g10/keygen.c:5347 g10/keyring.c:1319 #: g10/keyring.c:1632 g10/openfile.c:293 g10/photoid.c:531 g10/photoid.c:549 -#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:478 +#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:479 #, c-format msgid "can't create '%s': %s\n" msgstr "klarte ikke Ã¥ lage «%s»: %s\n" #: agent/command-ssh.c:884 common/helpfile.c:57 g10/card-util.c:910 #: g10/dearmor.c:59 g10/dearmor.c:106 g10/decrypt.c:65 g10/decrypt.c:136 -#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1431 -#: g10/import.c:359 g10/import.c:546 g10/import.c:781 g10/keygen.c:4302 +#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1432 +#: g10/import.c:371 g10/import.c:558 g10/import.c:793 g10/keygen.c:4322 #: g10/keyring.c:1658 g10/openfile.c:197 g10/openfile.c:211 g10/plaintext.c:128 #: g10/plaintext.c:610 g10/sign.c:1086 g10/sign.c:1311 g10/sign.c:1424 #: g10/sign.c:1596 g10/tdbdump.c:143 g10/tdbdump.c:151 g10/tdbio.c:758 -#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2338 -#: sm/gpgsm.c:2368 sm/gpgsm.c:2406 sm/qualified.c:65 dirmngr/certcache.c:396 -#: dirmngr/certcache.c:476 dirmngr/certcache.c:478 dirmngr/crlcache.c:2588 -#: dirmngr/dirmngr.c:1711 tools/gpg-card.c:407 +#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2380 +#: sm/gpgsm.c:2410 sm/gpgsm.c:2448 sm/keylist.c:1737 sm/qualified.c:65 +#: dirmngr/certcache.c:396 dirmngr/certcache.c:476 dirmngr/certcache.c:478 +#: dirmngr/crlcache.c:2588 dirmngr/dirmngr.c:1720 tools/gpg-card.c:408 #, c-format msgid "can't open '%s': %s\n" msgstr "klarte ikke Ã¥ Ã¥pne «%s»: %s\n" @@ -412,219 +412,219 @@ msgstr "Skriv inn passordfrase for Ã¥%0Abeskytte ny nøkkel" msgid "Please enter the new passphrase" msgstr "Skriv inn ny passordfrase" -#: agent/gpg-agent.c:161 scd/scdaemon.c:114 dirmngr/dirmngr.c:181 +#: agent/gpg-agent.c:162 scd/scdaemon.c:115 dirmngr/dirmngr.c:182 #, fuzzy #| msgid "Options useful for debugging" msgid "Options used for startup" msgstr "Nyttige feilsøkingsvalg" -#: agent/gpg-agent.c:163 scd/scdaemon.c:119 dirmngr/dirmngr.c:170 +#: agent/gpg-agent.c:164 scd/scdaemon.c:120 dirmngr/dirmngr.c:171 msgid "run in daemon mode (background)" msgstr "kjør som bakgrunnsprosess («daemon»)" -#: agent/gpg-agent.c:164 scd/scdaemon.c:116 dirmngr/dirmngr.c:169 +#: agent/gpg-agent.c:165 scd/scdaemon.c:117 dirmngr/dirmngr.c:170 msgid "run in server mode (foreground)" msgstr "kjør i tjenermodus (forgrunn)" -#: agent/gpg-agent.c:166 dirmngr/dirmngr.c:172 +#: agent/gpg-agent.c:167 dirmngr/dirmngr.c:173 msgid "run in supervised mode" msgstr "kjør i «supervised» modus" -#: agent/gpg-agent.c:168 scd/scdaemon.c:120 dirmngr/dirmngr.c:183 +#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 msgid "do not detach from the console" msgstr "ikke løsne fra konsoll" -#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 +#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 msgid "sh-style command output" msgstr "sh-utdata for kommandoer" -#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 +#: agent/gpg-agent.c:171 scd/scdaemon.c:123 dirmngr/dirmngr.c:186 msgid "csh-style command output" msgstr "csh-utdata for kommandoer" -#: agent/gpg-agent.c:178 g10/gpg.c:588 scd/scdaemon.c:124 sm/gpgsm.c:419 -#: dirmngr/dirmngr.c:187 +#: agent/gpg-agent.c:179 g10/gpg.c:589 scd/scdaemon.c:125 sm/gpgsm.c:422 +#: dirmngr/dirmngr.c:188 msgid "|FILE|read options from FILE" msgstr "|FIL|les valg fra valgt FIL" -#: agent/gpg-agent.c:182 g10/gpg.c:573 scd/scdaemon.c:128 sm/gpgsm.c:262 -#: dirmngr/dirmngr.c:191 +#: agent/gpg-agent.c:183 g10/gpg.c:574 scd/scdaemon.c:129 sm/gpgsm.c:265 +#: dirmngr/dirmngr.c:192 msgid "Options controlling the diagnostic output" msgstr "Styring av diagnostikk-utdata" -#: agent/gpg-agent.c:184 g10/gpg.c:575 g10/gpgv.c:78 kbx/kbxutil.c:89 -#: scd/scdaemon.c:130 sm/gpgsm.c:264 dirmngr/dirmngr-client.c:69 -#: dirmngr/dirmngr.c:193 dirmngr/dirmngr_ldap.c:102 +#: agent/gpg-agent.c:185 g10/gpg.c:576 g10/gpgv.c:78 kbx/kbxutil.c:89 +#: scd/scdaemon.c:131 sm/gpgsm.c:267 dirmngr/dirmngr-client.c:69 +#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:102 #: tools/gpg-connect-agent.c:85 tools/gpgconf.c:111 msgid "verbose" msgstr "detaljert utskrift" -#: agent/gpg-agent.c:185 g10/gpg.c:577 g10/gpgv.c:79 kbx/kbxutil.c:90 -#: scd/scdaemon.c:131 sm/gpgsm.c:266 dirmngr/dirmngr-client.c:70 -#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:103 +#: agent/gpg-agent.c:186 g10/gpg.c:578 g10/gpgv.c:79 kbx/kbxutil.c:90 +#: scd/scdaemon.c:132 sm/gpgsm.c:269 dirmngr/dirmngr-client.c:70 +#: dirmngr/dirmngr.c:195 dirmngr/dirmngr_ldap.c:103 msgid "be somewhat more quiet" msgstr "være noenlunde stille" -#: agent/gpg-agent.c:193 g10/gpg.c:592 sm/gpgsm.c:280 dirmngr/dirmngr.c:204 +#: agent/gpg-agent.c:194 g10/gpg.c:593 sm/gpgsm.c:283 dirmngr/dirmngr.c:205 msgid "|FILE|write server mode logs to FILE" msgstr "|FIL|skriv tjenermodus-logger til valgt FIL" -#: agent/gpg-agent.c:197 g10/gpg.c:598 scd/scdaemon.c:145 sm/gpgsm.c:287 -#: dirmngr/dirmngr.c:208 +#: agent/gpg-agent.c:198 g10/gpg.c:599 scd/scdaemon.c:146 sm/gpgsm.c:290 +#: dirmngr/dirmngr.c:209 msgid "Options controlling the configuration" msgstr "Oppsettsvalg" -#: agent/gpg-agent.c:200 +#: agent/gpg-agent.c:201 msgid "do not use the SCdaemon" msgstr "ikke bruk SCdaemon" -#: agent/gpg-agent.c:202 +#: agent/gpg-agent.c:203 msgid "|PGM|use PGM as the SCdaemon program" msgstr "|PGM|bruk PGN som SCdaemon-program" -#: agent/gpg-agent.c:204 +#: agent/gpg-agent.c:205 #, fuzzy #| msgid "|PGM|use PGM as the SCdaemon program" msgid "|PGM|use PGM as the tpm2daemon program" msgstr "|PGM|bruk PGN som SCdaemon-program" -#: agent/gpg-agent.c:208 +#: agent/gpg-agent.c:209 msgid "|NAME|accept some commands via NAME" msgstr "|NAME|godta enkelte kommandoer via «NAME»" -#: agent/gpg-agent.c:212 +#: agent/gpg-agent.c:213 msgid "ignore requests to change the TTY" msgstr "ignorer forespørsler om Ã¥ bytte TTY" -#: agent/gpg-agent.c:214 +#: agent/gpg-agent.c:215 msgid "ignore requests to change the X display" msgstr "ignorer forespørsler om Ã¥ bytte X-skjerm" -#: agent/gpg-agent.c:215 +#: agent/gpg-agent.c:216 msgid "enable ssh support" msgstr "slÃ¥ pÃ¥ ssh-støtte" -#: agent/gpg-agent.c:217 +#: agent/gpg-agent.c:218 msgid "|ALGO|use ALGO to show ssh fingerprints" msgstr "|ALGO|bruk valgt ALGOritme til Ã¥ vise ssh-fingeravtrykk" -#: agent/gpg-agent.c:220 +#: agent/gpg-agent.c:221 msgid "enable putty support" msgstr "slÃ¥ pÃ¥ støtte for putty" -#: agent/gpg-agent.c:232 g10/gpg.c:843 scd/scdaemon.c:175 sm/gpgsm.c:379 +#: agent/gpg-agent.c:233 g10/gpg.c:844 scd/scdaemon.c:176 sm/gpgsm.c:382 msgid "Options controlling the security" msgstr "Sikkerhetsvalg" -#: agent/gpg-agent.c:235 +#: agent/gpg-agent.c:236 msgid "|N|expire cached PINs after N seconds" msgstr "|N|fjern hurtiglagrede PIN-koder etter N sekunder" -#: agent/gpg-agent.c:237 +#: agent/gpg-agent.c:238 msgid "|N|expire SSH keys after N seconds" msgstr "|N|SSH-nøkler utgÃ¥r etter N antall sekunder" -#: agent/gpg-agent.c:239 +#: agent/gpg-agent.c:240 msgid "|N|set maximum PIN cache lifetime to N seconds" msgstr "" "|N|endre maksimal livstid for PIN-koder i hurtiglager til N antall sekunder" -#: agent/gpg-agent.c:241 +#: agent/gpg-agent.c:242 msgid "|N|set maximum SSH key lifetime to N seconds" msgstr "|N|endre maksimal livstid for SSH-nøkler til N antall sekunder" -#: agent/gpg-agent.c:243 +#: agent/gpg-agent.c:244 msgid "do not use the PIN cache when signing" msgstr "ikke bruk PIN-hurtiglager under signering" -#: agent/gpg-agent.c:245 +#: agent/gpg-agent.c:246 msgid "disallow the use of an external password cache" msgstr "ikke tillat bruk av eksternt passord-hurtiglager" -#: agent/gpg-agent.c:247 +#: agent/gpg-agent.c:248 msgid "disallow clients to mark keys as \"trusted\"" msgstr "ikke la klienter tillitsmarkere nøkler" -#: agent/gpg-agent.c:250 +#: agent/gpg-agent.c:251 msgid "allow presetting passphrase" msgstr "tillat valg av passordfrase pÃ¥ forhÃ¥nd" -#: agent/gpg-agent.c:255 +#: agent/gpg-agent.c:256 msgid "Options enforcing a passphrase policy" msgstr "Valg som hÃ¥ndhever passordfrase-regler" -#: agent/gpg-agent.c:258 +#: agent/gpg-agent.c:259 msgid "do not allow bypassing the passphrase policy" msgstr "ikke tillat avvik fra passordregler" -#: agent/gpg-agent.c:260 +#: agent/gpg-agent.c:261 msgid "|N|set minimal required length for new passphrases to N" msgstr "|N|endre minimal passordfrase-lengde til N" -#: agent/gpg-agent.c:262 +#: agent/gpg-agent.c:263 msgid "|N|require at least N non-alpha characters for a new passphrase" msgstr "|N|krev at passordfraser inneholder minst N antall spesialtegn og tall" -#: agent/gpg-agent.c:265 +#: agent/gpg-agent.c:266 msgid "|FILE|check new passphrases against pattern in FILE" msgstr "|FIL|kontroller nye passordfraser mot mønster i valgt FIL" -#: agent/gpg-agent.c:267 +#: agent/gpg-agent.c:268 msgid "|N|expire the passphrase after N days" msgstr "|N|regn passord som ugyldig etter N antall dager" -#: agent/gpg-agent.c:269 +#: agent/gpg-agent.c:270 msgid "do not allow the reuse of old passphrases" msgstr "ikke tillat gjenbruk av gamle passordfraser" -#: agent/gpg-agent.c:272 +#: agent/gpg-agent.c:273 #, fuzzy #| msgid "Options controlling the security" msgid "Options controlling the PIN-Entry" msgstr "Sikkerhetsvalg" -#: agent/gpg-agent.c:274 +#: agent/gpg-agent.c:275 msgid "never use the PIN-entry" msgstr "" -#: agent/gpg-agent.c:276 +#: agent/gpg-agent.c:277 msgid "disallow caller to override the pinentry" msgstr "ikke la kaller overstyre PIN-inntasting" -#: agent/gpg-agent.c:278 +#: agent/gpg-agent.c:279 #, fuzzy #| msgid "do not grab keyboard and mouse" msgid "let PIN-Entry grab keyboard and mouse" msgstr "ikke bruk tastatur og mus" -#: agent/gpg-agent.c:281 +#: agent/gpg-agent.c:282 msgid "|PGM|use PGM as the PIN-Entry program" msgstr "|PGM|bruk PGM til inntasting av PIN-koder" -#: agent/gpg-agent.c:285 +#: agent/gpg-agent.c:286 msgid "|N|set the Pinentry timeout to N seconds" msgstr "|N|endre tidsavbrudd for PIN-inntasting til N antall sekunder" -#: agent/gpg-agent.c:287 +#: agent/gpg-agent.c:288 msgid "allow passphrase to be prompted through Emacs" msgstr "la brukeren skrive inn passordfrase via Emacs" #. TRANSLATORS: @EMAIL@ will get replaced by the actual bug #. reporting address. This is so that we can change the #. reporting address without breaking the translations. -#: agent/gpg-agent.c:550 agent/preset-passphrase.c:99 agent/protect-tool.c:154 -#: g10/gpg.c:1131 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:311 -#: sm/gpgsm.c:609 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:437 +#: agent/gpg-agent.c:551 agent/preset-passphrase.c:99 agent/protect-tool.c:154 +#: g10/gpg.c:1132 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:312 +#: sm/gpgsm.c:612 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:438 #: dirmngr/dirmngr_ldap.c:175 tools/gpg-connect-agent.c:220 tools/gpgconf.c:151 #: tools/gpg-check-pattern.c:143 msgid "Please report bugs to <@EMAIL@>.\n" msgstr "Rapporter programfeil til <@EMAIL@>.\n" -#: agent/gpg-agent.c:559 +#: agent/gpg-agent.c:560 msgid "Usage: @GPG_AGENT@ [options] (-h for help)" msgstr "Bruk: @GPG_AGENT@ [valg] («-h» for hjelp)" -#: agent/gpg-agent.c:561 +#: agent/gpg-agent.c:562 msgid "" "Syntax: @GPG_AGENT@ [options] [command [args]]\n" "Secret key management for @GNUPG@\n" @@ -632,125 +632,125 @@ msgstr "" "Syntaks: @GPG_AGENT@ [valg] [kommando [arg]]\n" "HÃ¥ndtering av hemmelige nøkler for @GNUPG@\n" -#: agent/gpg-agent.c:606 g10/gpg.c:1336 scd/scdaemon.c:383 sm/gpgsm.c:757 -#: dirmngr/dirmngr.c:521 +#: agent/gpg-agent.c:607 g10/gpg.c:1337 scd/scdaemon.c:384 sm/gpgsm.c:760 +#: dirmngr/dirmngr.c:522 #, c-format msgid "invalid debug-level '%s' given\n" msgstr "«%s» er et ugyldig feilsøkingsnivÃ¥\n" -#: agent/gpg-agent.c:971 g10/gpg.c:3879 g10/gpg.c:3903 sm/gpgsm.c:1736 -#: sm/gpgsm.c:1742 +#: agent/gpg-agent.c:972 g10/gpg.c:3910 g10/gpg.c:3934 sm/gpgsm.c:1769 +#: sm/gpgsm.c:1775 #, c-format msgid "selected digest algorithm is invalid\n" msgstr "valg kontrollsum-algoritme er ugyldig\n" -#: agent/gpg-agent.c:1195 agent/gpg-agent.c:2010 g10/gpg.c:2588 -#: scd/scdaemon.c:548 sm/gpgsm.c:1151 dirmngr/dirmngr.c:988 -#: dirmngr/dirmngr.c:1830 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:2019 common/comopt.c:93 +#: g10/gpg.c:2591 scd/scdaemon.c:549 sm/gpgsm.c:1155 dirmngr/dirmngr.c:989 +#: dirmngr/dirmngr.c:1840 #, c-format msgid "reading options from '%s'\n" msgstr "leser valg fra «%s»\n" -#: agent/gpg-agent.c:1327 g10/gpg.c:3830 scd/scdaemon.c:675 sm/gpgsm.c:1676 -#: dirmngr/dirmngr.c:1099 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 +#: agent/gpg-agent.c:1335 g10/gpg.c:3861 scd/scdaemon.c:687 sm/gpgsm.c:1709 +#: dirmngr/dirmngr.c:1108 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 #, c-format msgid "Note: '%s' is not considered an option\n" msgstr "Merk: «%s» regnes ikke som et valg\n" -#: agent/gpg-agent.c:2146 scd/scdaemon.c:1096 dirmngr/dirmngr.c:1258 +#: agent/gpg-agent.c:2172 scd/scdaemon.c:1108 dirmngr/dirmngr.c:1267 #, c-format msgid "can't create socket: %s\n" msgstr "klarte ikke Ã¥ lage sokkel: %s\n" -#: agent/gpg-agent.c:2163 scd/scdaemon.c:1109 dirmngr/dirmngr.c:1271 +#: agent/gpg-agent.c:2189 scd/scdaemon.c:1121 dirmngr/dirmngr.c:1280 #, c-format msgid "socket name '%s' is too long\n" msgstr "sokkelnavnet «%s» er for langt\n" -#: agent/gpg-agent.c:2202 +#: agent/gpg-agent.c:2228 #, c-format msgid "a gpg-agent is already running - not starting a new one\n" msgstr "en gpg-agent kjører allerede. Lar være Ã¥ starte en ny\n" -#: agent/gpg-agent.c:2213 scd/scdaemon.c:1133 dirmngr/dirmngr.c:1303 +#: agent/gpg-agent.c:2239 scd/scdaemon.c:1145 dirmngr/dirmngr.c:1312 #, c-format msgid "error getting nonce for the socket\n" msgstr "feil under henting av sokkel-anledning\n" -#: agent/gpg-agent.c:2218 scd/scdaemon.c:1136 dirmngr/dirmngr.c:1306 +#: agent/gpg-agent.c:2244 scd/scdaemon.c:1148 dirmngr/dirmngr.c:1315 #, c-format msgid "error binding socket to '%s': %s\n" msgstr "feil under knytning av sokkel til «%s»: %s\n" -#: agent/gpg-agent.c:2229 agent/gpg-agent.c:2269 agent/gpg-agent.c:2278 -#: scd/scdaemon.c:1144 dirmngr/dirmngr.c:1315 +#: agent/gpg-agent.c:2255 agent/gpg-agent.c:2295 agent/gpg-agent.c:2304 +#: scd/scdaemon.c:1156 dirmngr/dirmngr.c:1324 #, c-format msgid "can't set permissions of '%s': %s\n" msgstr "klarte ikke Ã¥ endre tillatelser til «%s»: %s\n" -#: agent/gpg-agent.c:2243 scd/scdaemon.c:1156 dirmngr/dirmngr.c:1327 +#: agent/gpg-agent.c:2269 scd/scdaemon.c:1168 dirmngr/dirmngr.c:1336 #, c-format msgid "listening on socket '%s'\n" msgstr "lytter pÃ¥ sokkel «%s»\n" -#: agent/gpg-agent.c:2263 agent/gpg-agent.c:2316 common/homedir.c:517 +#: agent/gpg-agent.c:2289 agent/gpg-agent.c:2342 common/homedir.c:517 #: g10/openfile.c:399 g10/photoid.c:379 #, c-format msgid "can't create directory '%s': %s\n" msgstr "klarte ikke Ã¥ lage mappa «%s»: %s\n" -#: agent/gpg-agent.c:2266 agent/gpg-agent.c:2321 common/homedir.c:520 +#: agent/gpg-agent.c:2292 agent/gpg-agent.c:2347 common/homedir.c:520 #: g10/openfile.c:402 #, c-format msgid "directory '%s' created\n" msgstr "mappa «%s» er opprettet\n" -#: agent/gpg-agent.c:2327 +#: agent/gpg-agent.c:2353 #, c-format msgid "stat() failed for '%s': %s\n" msgstr "stat() mislyktes for «%s»: %s\n" -#: agent/gpg-agent.c:2331 +#: agent/gpg-agent.c:2357 #, c-format msgid "can't use '%s' as home directory\n" msgstr "«%s» kan ikke brukes som hjemmemappe\n" -#: agent/gpg-agent.c:2486 scd/scdaemon.c:1172 dirmngr/dirmngr.c:2042 +#: agent/gpg-agent.c:2512 scd/scdaemon.c:1184 dirmngr/dirmngr.c:2069 #, c-format msgid "error reading nonce on fd %d: %s\n" msgstr "feil under lesing av anledning pÃ¥ fd %d: %s\n" -#: agent/gpg-agent.c:2693 +#: agent/gpg-agent.c:2719 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "startet behandler 0x%lx for fd %d\n" -#: agent/gpg-agent.c:2698 +#: agent/gpg-agent.c:2724 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "avsluttet behandler 0x%lx for fd %d\n" -#: agent/gpg-agent.c:2773 +#: agent/gpg-agent.c:2799 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "startet ssh-behandler 0x%lx for fd %d\n" -#: agent/gpg-agent.c:2778 +#: agent/gpg-agent.c:2804 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "avsluttet ssh-behandler 0x%lx for fd %d\n" -#: agent/gpg-agent.c:3000 scd/scdaemon.c:1362 dirmngr/dirmngr.c:2256 +#: agent/gpg-agent.c:3026 scd/scdaemon.c:1374 dirmngr/dirmngr.c:2283 #, c-format msgid "npth_pselect failed: %s - waiting 1s\n" msgstr "npth_pselect mislyktes: %s - venter 1s\n" -#: agent/gpg-agent.c:3088 scd/scdaemon.c:1427 +#: agent/gpg-agent.c:3114 scd/scdaemon.c:1439 #, c-format msgid "%s %s stopped\n" msgstr "%s %s stoppet\n" -#: agent/gpg-agent.c:3226 common/simple-pwquery.c:247 g10/call-agent.c:260 +#: agent/gpg-agent.c:3252 common/simple-pwquery.c:247 g10/call-agent.c:260 #: sm/call-agent.c:131 tools/gpg-connect-agent.c:2319 tools/card-call-scd.c:311 #, c-format msgid "no gpg-agent running in this session\n" @@ -776,8 +776,8 @@ msgstr "" "Syntaks: gpg-preset-passphrase [valg] KEYGRIP\n" "Vedlikehold av hurtiglager for passord\n" -#: agent/protect-tool.c:107 g10/gpg.c:447 kbx/kbxutil.c:72 sm/gpgsm.c:213 -#: dirmngr/dirmngr.c:167 tools/gpgconf.c:81 +#: agent/protect-tool.c:107 g10/gpg.c:448 kbx/kbxutil.c:72 sm/gpgsm.c:215 +#: dirmngr/dirmngr.c:168 tools/gpgconf.c:81 msgid "" "@Commands:\n" " " @@ -1031,7 +1031,7 @@ msgid "error creating a stream for a pipe: %s\n" msgstr "feil under opprettelse av strøm for datarør: %s\n" #: common/exechelp-posix.c:505 common/exechelp-posix.c:580 -#: common/exechelp-posix.c:861 dirmngr/dirmngr.c:1345 +#: common/exechelp-posix.c:866 dirmngr/dirmngr.c:1354 #, c-format msgid "error forking process: %s\n" msgstr "feil under kopiering av prosess: %s\n" @@ -1041,24 +1041,24 @@ msgstr "feil under kopiering av prosess: %s\n" msgid "waiting for process %d to terminate failed: %s\n" msgstr "prosess %d avsluttet ikke i tide: %s\n" -#: common/exechelp-posix.c:688 common/exechelp-posix.c:804 +#: common/exechelp-posix.c:688 common/exechelp-posix.c:809 #, c-format msgid "error running '%s': probably not installed\n" msgstr "" "feil under kjøring av «%s». Programmet er sannsynligvis ikke installert\n" -#: common/exechelp-posix.c:694 common/exechelp-posix.c:811 +#: common/exechelp-posix.c:694 common/exechelp-posix.c:816 #: common/exechelp-w32.c:839 common/exechelp-w32ce.c:782 #, c-format msgid "error running '%s': exit status %d\n" msgstr "feil under kjøring av «%s». Avslutningskode %d\n" -#: common/exechelp-posix.c:702 common/exechelp-posix.c:819 +#: common/exechelp-posix.c:702 common/exechelp-posix.c:824 #, c-format msgid "error running '%s': terminated\n" msgstr "feil under kjøring av «%s». Avsluttet\n" -#: common/exechelp-posix.c:760 common/exechelp-w32.c:820 +#: common/exechelp-posix.c:765 common/exechelp-w32.c:820 #, c-format msgid "waiting for processes to terminate failed: %s\n" msgstr "venting pÃ¥ avslutning av prosesser mislyktes: %s\n" @@ -1104,7 +1104,7 @@ msgid "renaming '%s' to '%s' failed: %s\n" msgstr "klarte ikke Ã¥ gi «%s» det nye navnet «%s»: %s\n" #. TRANSLATORS: See doc/TRANSLATE about this string. -#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3081 +#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3082 msgid "yes" msgstr "ja" @@ -1159,7 +1159,7 @@ msgid "out of core while allocating %lu bytes" msgstr "kjernen ble full under tildeling av %lu byte" #: common/miscellaneous.c:115 g10/card-util.c:917 tools/no-libgcrypt.c:30 -#: tools/gpg-card.c:415 +#: tools/gpg-card.c:416 #, c-format msgid "error allocating enough memory: %s\n" msgstr "feil under tildeling av minne: %s\n" @@ -1235,7 +1235,7 @@ msgstr "feil under henting av versjon fra «%s»: %s\n" msgid "server '%s' is older than us (%s < %s)" msgstr "tjener «%s» er eldre enn oss (%s < %s)" -#: common/asshelp.c:737 g10/call-dirmngr.c:407 +#: common/asshelp.c:737 g10/call-dirmngr.c:408 #, c-format msgid "WARNING: %s\n" msgstr "ADVARSEL: %s\n" @@ -1512,8 +1512,8 @@ msgstr "lÃ¥s «%s» ikke opprettet: %s\n" msgid "waiting for lock %s...\n" msgstr "venter pÃ¥ lÃ¥s %s …\n" -#: common/init.c:191 sm/gpgsm.c:1032 dirmngr/dirmngr.c:894 -#: dirmngr/dirmngr.c:903 +#: common/init.c:191 sm/gpgsm.c:1036 dirmngr/dirmngr.c:895 +#: dirmngr/dirmngr.c:904 #, c-format msgid "%s is too old (need %s, have %s)\n" msgstr "%s er for gammel (krever %s, har %s)\n" @@ -1682,59 +1682,59 @@ msgstr "feil under lesing fra %s: %s\n" msgid "problem with the agent: %s\n" msgstr "problem med agent: %s\n" -#: g10/call-dirmngr.c:178 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 +#: g10/call-dirmngr.c:179 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 #, c-format msgid "no dirmngr running in this session\n" msgstr "ingen dirmngr kjører i gjeldende økt\n" -#: g10/call-dirmngr.c:212 +#: g10/call-dirmngr.c:213 #, fuzzy, c-format #| msgid "option '%s' may not be used in %s mode\n" msgid "keyserver option \"honor-keyserver-url\" may not be used in Tor mode\n" msgstr "du kan ikke bruke valget «%s» i %s-modus\n" -#: g10/call-dirmngr.c:385 +#: g10/call-dirmngr.c:386 msgid "WKD uses a cached result" msgstr "" -#: g10/call-dirmngr.c:388 +#: g10/call-dirmngr.c:389 msgid "Tor is not running" msgstr "" -#: g10/call-dirmngr.c:390 +#: g10/call-dirmngr.c:391 #, fuzzy #| msgid "\"%s\" is not a proper fingerprint\n" msgid "Tor is not properly configured" msgstr "«%s» er et ugyldig fingeravtrykk\n" -#: g10/call-dirmngr.c:392 +#: g10/call-dirmngr.c:393 #, fuzzy #| msgid "\"%s\" is not a proper fingerprint\n" msgid "DNS is not properly configured" msgstr "«%s» er et ugyldig fingeravtrykk\n" -#: g10/call-dirmngr.c:394 +#: g10/call-dirmngr.c:395 msgid "unacceptable HTTP redirect from server" msgstr "" -#: g10/call-dirmngr.c:396 +#: g10/call-dirmngr.c:397 msgid "unacceptable HTTP redirect from server was cleaned up" msgstr "" -#: g10/call-dirmngr.c:398 +#: g10/call-dirmngr.c:399 #, fuzzy #| msgid "generate a revocation certificate" msgid "server uses an invalid certificate" msgstr "lag opphevelsessertifikat" -#: g10/call-dirmngr.c:405 g10/gpg.c:4568 +#: g10/call-dirmngr.c:406 g10/gpg.c:4599 #, fuzzy, c-format #| msgid "armor: %s\n" msgid "Note: %s\n" msgstr "armor: %s\n" #: g10/card-util.c:86 g10/card-util.c:369 g10/card-util.c:1924 -#: tools/gpg-card.c:3038 +#: tools/gpg-card.c:3039 #, c-format msgid "OpenPGP card not available: %s\n" msgstr "OpenPGP-kort er ikke tilgjengelig: %s\n" @@ -1745,17 +1745,17 @@ msgid "OpenPGP card no. %s detected\n" msgstr "Oppdaget OpenPGP-kortnummer %s\n" #: g10/card-util.c:97 g10/card-util.c:2309 g10/delkey.c:164 g10/keyedit.c:1428 -#: g10/keygen.c:4771 g10/revoke.c:214 g10/revoke.c:638 +#: g10/keygen.c:4791 g10/revoke.c:214 g10/revoke.c:638 #, c-format msgid "can't do this in batch mode\n" msgstr "du kan ikke gjøres dette i buntmodus\n" -#: g10/card-util.c:105 tools/gpg-card.c:2942 +#: g10/card-util.c:105 tools/gpg-card.c:2943 #, c-format msgid "This command is only available for version 2 cards\n" msgstr "Denne kommandoen er bare tilgjengelig for kort av versjon 2\n" -#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2947 +#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2948 #, c-format msgid "Reset Code not or not anymore available\n" msgstr "Tilbakestillingskode er ikke tilgjengelig\n" @@ -1764,109 +1764,109 @@ msgstr "Tilbakestillingskode er ikke tilgjengelig\n" #: g10/card-util.c:1802 g10/keyedit.c:394 g10/keyedit.c:415 g10/keyedit.c:429 #: g10/keygen.c:1991 g10/keygen.c:2165 g10/keygen.c:2385 g10/keygen.c:2685 #: sm/certreqgen-ui.c:166 sm/certreqgen-ui.c:292 sm/certreqgen-ui.c:326 -#: tools/gpg-card.c:509 +#: tools/gpg-card.c:510 msgid "Your selection? " msgstr "Ditt valg? " -#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:595 -#: tools/gpg-card.c:635 +#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:596 +#: tools/gpg-card.c:636 msgid "[not set]" msgstr "[ikke valgt]" -#: g10/card-util.c:558 tools/gpg-card.c:902 +#: g10/card-util.c:558 tools/gpg-card.c:903 msgid "Mr." msgstr "" -#: g10/card-util.c:559 tools/gpg-card.c:903 +#: g10/card-util.c:559 tools/gpg-card.c:904 msgid "Ms." msgstr "" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 msgid "not forced" msgstr "ikke tvunget" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 msgid "forced" msgstr "tvunget" -#: g10/card-util.c:768 tools/gpg-card.c:1467 +#: g10/card-util.c:768 tools/gpg-card.c:1468 msgid "Error: Only plain ASCII is currently allowed.\n" msgstr "Feil: Bare ren ASCII er foreløpig tillatt.\n" -#: g10/card-util.c:770 tools/gpg-card.c:1469 +#: g10/card-util.c:770 tools/gpg-card.c:1470 msgid "Error: The \"<\" character may not be used.\n" msgstr "Feil: tegnet «<» kan ikke brukes.\n" -#: g10/card-util.c:772 tools/gpg-card.c:1471 +#: g10/card-util.c:772 tools/gpg-card.c:1472 msgid "Error: Double spaces are not allowed.\n" msgstr "Feil: Doble mellomrom er ikke tillatt.\n" -#: g10/card-util.c:789 tools/gpg-card.c:1504 +#: g10/card-util.c:789 tools/gpg-card.c:1505 msgid "Cardholder's surname: " msgstr "Kortholders etternavn: " -#: g10/card-util.c:791 tools/gpg-card.c:1505 +#: g10/card-util.c:791 tools/gpg-card.c:1506 msgid "Cardholder's given name: " msgstr "Kortholders fornavn: " -#: g10/card-util.c:809 tools/gpg-card.c:1522 +#: g10/card-util.c:809 tools/gpg-card.c:1523 #, c-format msgid "Error: Combined name too long (limit is %d characters).\n" msgstr "Feil: Det kombinerte navnet er for langt (grensa gÃ¥r ved %d tegn).\n" -#: g10/card-util.c:830 tools/gpg-card.c:1560 +#: g10/card-util.c:830 tools/gpg-card.c:1561 msgid "URL to retrieve public key: " msgstr "Adresse for henting av offentlig nøkkel: " -#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:394 g10/import.c:744 -#: g10/import.c:803 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 -#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1657 -#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:425 +#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:406 g10/import.c:756 +#: g10/import.c:815 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 +#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1666 +#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:426 #, c-format msgid "error reading '%s': %s\n" msgstr "feil under lesing av «%s»: %s\n" #: g10/card-util.c:959 g10/decrypt-data.c:498 g10/export.c:2496 -#: dirmngr/crlcache.c:925 tools/gpg-card.c:485 tools/gpg-card.c:492 +#: dirmngr/crlcache.c:925 tools/gpg-card.c:486 tools/gpg-card.c:493 #, c-format msgid "error writing '%s': %s\n" msgstr "feil under skriving av «%s»: %s\n" -#: g10/card-util.c:986 tools/gpg-card.c:1649 +#: g10/card-util.c:986 tools/gpg-card.c:1650 msgid "Login data (account name): " msgstr "Logindata (kontonavn): " -#: g10/card-util.c:1024 tools/gpg-card.c:1944 +#: g10/card-util.c:1024 tools/gpg-card.c:1945 msgid "Private DO data: " msgstr "Privat DO-data: " -#: g10/card-util.c:1109 tools/gpg-card.c:1698 +#: g10/card-util.c:1109 tools/gpg-card.c:1699 msgid "Language preferences: " msgstr "SprÃ¥koppsett: " -#: g10/card-util.c:1117 tools/gpg-card.c:1709 +#: g10/card-util.c:1117 tools/gpg-card.c:1710 #, c-format msgid "Error: invalid length of preference string.\n" msgstr "Feil: oppsettsstreng har ugyldig lengde.\n" -#: g10/card-util.c:1126 tools/gpg-card.c:1718 +#: g10/card-util.c:1126 tools/gpg-card.c:1719 #, c-format msgid "Error: invalid characters in preference string.\n" msgstr "Feil: oppsettsstreng inneholder ugyldige tegn.\n" -#: g10/card-util.c:1148 tools/gpg-card.c:1752 +#: g10/card-util.c:1148 tools/gpg-card.c:1753 msgid "Salutation (M = Mr., F = Ms., or space): " msgstr "" -#: g10/card-util.c:1162 tools/gpg-card.c:1769 +#: g10/card-util.c:1162 tools/gpg-card.c:1770 msgid "Error: invalid response.\n" msgstr "Feil: ugyldig svar.\n" -#: g10/card-util.c:1185 tools/gpg-card.c:1834 +#: g10/card-util.c:1185 tools/gpg-card.c:1835 msgid "CA fingerprint: " msgstr "CA-fingeravtrykk: " -#: g10/card-util.c:1209 tools/gpg-card.c:1860 +#: g10/card-util.c:1209 tools/gpg-card.c:1861 #, c-format msgid "Error: invalid formatted fingerprint.\n" msgstr "Feil: feilformatert fingeravtrykk.\n" @@ -1880,7 +1880,7 @@ msgstr "klarte ikke Ã¥ utføre nøkkelhandling: %s\n" msgid "not an OpenPGP card" msgstr "ikke et OpenPGP-kort" -#: g10/card-util.c:1273 g10/keygen.c:4791 g10/keygen.c:5952 +#: g10/card-util.c:1273 g10/keygen.c:4811 g10/keygen.c:5972 #, c-format msgid "error getting current key info: %s\n" msgstr "feil under henting av nøkkelinfo: %s\n" @@ -1889,7 +1889,7 @@ msgstr "feil under henting av nøkkelinfo: %s\n" msgid "Replace existing key? (y/N) " msgstr "Erstatte eksisterende nøkkel? (j/N) " -#: g10/card-util.c:1375 tools/gpg-card.c:3327 +#: g10/card-util.c:1375 tools/gpg-card.c:3328 #, fuzzy #| msgid "" #| "Note: There is no guarantee that the card supports the requested size.\n" @@ -1988,13 +1988,13 @@ msgid "error getting card info: %s\n" msgstr "feil under henting av nøkkelinfo: %s\n" #: g10/card-util.c:1591 g10/card-util.c:1936 g10/card-util.c:2112 -#: g10/card-util.c:2171 tools/gpg-card.c:3056 tools/gpg-card.c:3295 -#: tools/gpg-card.c:3353 +#: g10/card-util.c:2171 tools/gpg-card.c:3057 tools/gpg-card.c:3296 +#: tools/gpg-card.c:3354 #, c-format msgid "This command is not supported by this card\n" msgstr "Denne kommandoen støttes ikke av dette kortet\n" -#: g10/card-util.c:1637 tools/gpg-card.c:2425 +#: g10/card-util.c:1637 tools/gpg-card.c:2426 msgid "Make off-card backup of encryption key? (Y/n) " msgstr "Lage sikkerhetskopi av krypteringsnøkler utenfor kortet? (J/n) " @@ -2003,11 +2003,11 @@ msgstr "Lage sikkerhetskopi av krypteringsnøkler utenfor kortet? (J/n) " msgid "Note: keys are already stored on the card!\n" msgstr "MERK: det ligger allerede nøkler pÃ¥ kortet.\n" -#: g10/card-util.c:1654 tools/gpg-card.c:2397 +#: g10/card-util.c:1654 tools/gpg-card.c:2398 msgid "Replace existing keys? (y/N) " msgstr "Erstatte eksisterende nøkler? (j/N) " -#: g10/card-util.c:1666 tools/gpg-card.c:2456 +#: g10/card-util.c:1666 tools/gpg-card.c:2457 #, c-format msgid "" "Please note that the factory settings of the PINs are\n" @@ -2043,16 +2043,16 @@ msgstr "velg hvor nøkkelen skal lagres:\n" msgid "KEYTOCARD failed: %s\n" msgstr "KEYTOCARD mislyktes: %s\n" -#: g10/card-util.c:1941 tools/gpg-card.c:3064 +#: g10/card-util.c:1941 tools/gpg-card.c:3065 #, c-format msgid "Note: This command destroys all keys stored on the card!\n" msgstr "Merk: denne kommandoen ødelegger alle nøkler pÃ¥ kortet.\n" -#: g10/card-util.c:1944 tools/gpg-card.c:3067 tools/gpg-card.c:3408 +#: g10/card-util.c:1944 tools/gpg-card.c:3068 tools/gpg-card.c:3409 msgid "Continue? (y/N) " msgstr "Vil du fortsette? (j/N) " -#: g10/card-util.c:1949 tools/gpg-card.c:3078 +#: g10/card-util.c:1949 tools/gpg-card.c:3079 msgid "Really do a factory reset? (enter \"yes\") " msgstr "Er du sikker pÃ¥ at du vil gjenopprette fabrikkoppsett? (skriv «ja») " @@ -2068,7 +2068,7 @@ msgstr "feil under oppslag av %s\n" msgid "error for setup UIF: %s\n" msgstr "feil under oppslag av %s\n" -#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3648 +#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3649 msgid "quit this menu" msgstr "gÃ¥ ut av denne menyen" @@ -2076,65 +2076,65 @@ msgstr "gÃ¥ ut av denne menyen" msgid "show admin commands" msgstr "vis admin-kommandoer" -#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3651 +#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3652 msgid "show this help" msgstr "vis denne hjelpeteksten" -#: g10/card-util.c:2217 tools/gpg-card.c:3653 +#: g10/card-util.c:2217 tools/gpg-card.c:3654 msgid "list all available data" msgstr "vis alle tilgjengelige data" -#: g10/card-util.c:2220 tools/gpg-card.c:3655 +#: g10/card-util.c:2220 tools/gpg-card.c:3656 msgid "change card holder's name" msgstr "endre kortholders navn" -#: g10/card-util.c:2221 tools/gpg-card.c:3656 +#: g10/card-util.c:2221 tools/gpg-card.c:3657 msgid "change URL to retrieve key" msgstr "endre adresse for Ã¥ hente nøkkel" -#: g10/card-util.c:2222 tools/gpg-card.c:3657 +#: g10/card-util.c:2222 tools/gpg-card.c:3658 msgid "fetch the key specified in the card URL" msgstr "hent nøkkel som ligger i kortets adresse" -#: g10/card-util.c:2223 tools/gpg-card.c:3658 +#: g10/card-util.c:2223 tools/gpg-card.c:3659 msgid "change the login name" msgstr "endre brukernavn" -#: g10/card-util.c:2224 tools/gpg-card.c:3659 +#: g10/card-util.c:2224 tools/gpg-card.c:3660 msgid "change the language preferences" msgstr "endre sprÃ¥koppsett" -#: g10/card-util.c:2225 tools/gpg-card.c:3660 +#: g10/card-util.c:2225 tools/gpg-card.c:3661 #, fuzzy #| msgid "change card holder's sex" msgid "change card holder's salutation" msgstr "endre kortholders kjønn" -#: g10/card-util.c:2227 tools/gpg-card.c:3662 +#: g10/card-util.c:2227 tools/gpg-card.c:3663 msgid "change a CA fingerprint" msgstr "endre CA-fingeravtrykk" -#: g10/card-util.c:2228 tools/gpg-card.c:3663 +#: g10/card-util.c:2228 tools/gpg-card.c:3664 msgid "toggle the signature force PIN flag" msgstr "slÃ¥ av pÃ¥ tvungen bruk av signatur-PIN" -#: g10/card-util.c:2229 tools/gpg-card.c:3664 +#: g10/card-util.c:2229 tools/gpg-card.c:3665 msgid "generate new keys" msgstr "lag nye nøkler" -#: g10/card-util.c:2230 tools/gpg-card.c:3665 +#: g10/card-util.c:2230 tools/gpg-card.c:3666 msgid "menu to change or unblock the PIN" msgstr "meny for Ã¥ endre eller fjerne blokkering av PIN" -#: g10/card-util.c:2231 tools/gpg-card.c:3666 +#: g10/card-util.c:2231 tools/gpg-card.c:3667 msgid "verify the PIN and list all data" msgstr "bekrefte PIN og vise alle data" -#: g10/card-util.c:2232 tools/gpg-card.c:3667 +#: g10/card-util.c:2232 tools/gpg-card.c:3668 msgid "unblock the PIN using a Reset Code" msgstr "fjern PIN-blokkering med en tilbakestillingskode" -#: g10/card-util.c:2233 tools/gpg-card.c:3671 +#: g10/card-util.c:2233 tools/gpg-card.c:3672 msgid "destroy all keys and data" msgstr "ødelegg alle nøkler og data" @@ -2150,13 +2150,13 @@ msgstr "|NAVN|bruk valgt brukerNAVN til autentisering" msgid "change the key attribute" msgstr "endre eiertillit" -#: g10/card-util.c:2237 tools/gpg-card.c:3673 +#: g10/card-util.c:2237 tools/gpg-card.c:3674 #, fuzzy #| msgid "change the ownertrust" msgid "change the User Interaction Flag" msgstr "endre eiertillit" -#: g10/card-util.c:2361 tools/gpg-card.c:3923 +#: g10/card-util.c:2361 tools/gpg-card.c:3924 msgid "gpg/card> " msgstr "gpg/kort> " @@ -2172,8 +2172,8 @@ msgstr "Admin-kommandoer er tillatt\n" msgid "Admin commands are not allowed\n" msgstr "Admin-kommandoer er ikke tillatt\n" -#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3813 -#: tools/gpg-card.c:4071 +#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3814 +#: tools/gpg-card.c:4072 #, c-format msgid "Invalid command (try \"help\")\n" msgstr "Ugyldig kommando (prøv «help»)\n" @@ -2183,21 +2183,21 @@ msgstr "Ugyldig kommando (prøv «help»)\n" msgid "--output doesn't work for this command\n" msgstr "«--output» virker ikke med denne kommandoen\n" -#: g10/decrypt.c:247 g10/gpg.c:5262 g10/keyring.c:399 g10/keyring.c:750 +#: g10/decrypt.c:247 g10/gpg.c:5293 g10/keyring.c:399 g10/keyring.c:750 #, c-format msgid "can't open '%s'\n" msgstr "klarte ikke Ã¥ Ã¥pne «%s»\n" #: g10/delkey.c:81 g10/export.c:1934 g10/export.c:2342 g10/export.c:2463 -#: g10/getkey.c:1907 g10/gpg.c:5207 g10/keyedit.c:1450 g10/keyedit.c:2382 -#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1238 +#: g10/getkey.c:1907 g10/gpg.c:5238 g10/keyedit.c:1450 g10/keyedit.c:2382 +#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1240 #: g10/revoke.c:230 g10/tofu.c:2168 #, c-format msgid "key \"%s\" not found: %s\n" msgstr "fant ikke nøkkelen «%s»: %s\n" -#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4303 -#: g10/gpg.c:5216 g10/keyedit.c:2354 g10/keyserver.c:1256 g10/revoke.c:236 +#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4330 +#: g10/gpg.c:5247 g10/keyedit.c:2354 g10/keyserver.c:1258 g10/revoke.c:236 #: g10/revoke.c:665 g10/tofu.c:2176 #, c-format msgid "error reading keyblock: %s\n" @@ -2320,14 +2320,14 @@ msgstr "du kan ikke bruke algoritme «%s» i %s-modus\n" msgid "(use option \"%s\" to override)\n" msgstr "" -#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4052 -#: g10/gpg.c:4099 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1760 +#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4083 +#: g10/gpg.c:4130 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1793 #, c-format msgid "cipher algorithm '%s' may not be used in %s mode\n" msgstr "du kan ikke bruke algoritme «%s» i %s-modus\n" -#: g10/encrypt.c:564 g10/gpg.c:4064 g10/gpg.c:4111 g10/sig-check.c:155 -#: g10/sign.c:452 sm/gpgsm.c:1770 sm/gpgsm.c:1780 sm/sign.c:596 sm/verify.c:510 +#: g10/encrypt.c:564 g10/gpg.c:4095 g10/gpg.c:4142 g10/sig-check.c:155 +#: g10/sign.c:452 sm/gpgsm.c:1803 sm/gpgsm.c:1813 sm/sign.c:596 sm/verify.c:510 #, c-format msgid "digest algorithm '%s' may not be used in %s mode\n" msgstr "du kan ikke bruke algoritme «%s» i %s-modus\n" @@ -2427,7 +2427,7 @@ msgstr "bruk GnuPG-format til sikkerhetskopiering av nøkkel" msgid " - skipped" msgstr ". Hoppet over" -#: g10/export.c:1333 g10/import.c:2112 g10/openfile.c:202 g10/openfile.c:296 +#: g10/export.c:1333 g10/import.c:2124 g10/openfile.c:202 g10/openfile.c:296 #: g10/sign.c:1110 g10/sign.c:1447 #, c-format msgid "writing to '%s'\n" @@ -2517,284 +2517,284 @@ msgstr "Ugyldig nøkkel %s gjort gyldig av --allow-non-selfsigned-uid\n" msgid "using subkey %s instead of primary key %s\n" msgstr "bruker undernøkkel %s i stedet for primærnøkkel %s\n" -#: g10/getkey.c:4232 g10/gpg.c:2164 +#: g10/getkey.c:4259 g10/gpg.c:2167 #, c-format msgid "valid values for option '%s':\n" msgstr "følgende verdier er gyldige for «%s»:\n" -#: g10/gpg.c:449 sm/gpgsm.c:215 +#: g10/gpg.c:450 sm/gpgsm.c:217 msgid "make a signature" msgstr "lag signatur" -#: g10/gpg.c:450 +#: g10/gpg.c:451 msgid "make a clear text signature" msgstr "lag klartekst-signatur" -#: g10/gpg.c:452 sm/gpgsm.c:217 +#: g10/gpg.c:453 sm/gpgsm.c:219 msgid "make a detached signature" msgstr "lag adskilt signatur" -#: g10/gpg.c:453 sm/gpgsm.c:218 +#: g10/gpg.c:454 sm/gpgsm.c:220 msgid "encrypt data" msgstr "krypter data" -#: g10/gpg.c:455 +#: g10/gpg.c:456 msgid "encryption only with symmetric cipher" msgstr "krypter data (symmetrisk)" -#: g10/gpg.c:457 sm/gpgsm.c:220 +#: g10/gpg.c:458 sm/gpgsm.c:222 msgid "decrypt data (default)" msgstr "dekrypter data (forvalgt)" -#: g10/gpg.c:459 sm/gpgsm.c:221 +#: g10/gpg.c:460 sm/gpgsm.c:223 msgid "verify a signature" msgstr "bekreft signatur" -#: g10/gpg.c:461 sm/gpgsm.c:222 +#: g10/gpg.c:462 sm/gpgsm.c:224 msgid "list keys" msgstr "vis nøkler" -#: g10/gpg.c:463 +#: g10/gpg.c:464 msgid "list keys and signatures" msgstr "vis nøkler og signaturer" -#: g10/gpg.c:466 +#: g10/gpg.c:467 msgid "list and check key signatures" msgstr "vis og kontroller nøkkelsignaturer" -#: g10/gpg.c:468 sm/gpgsm.c:227 +#: g10/gpg.c:469 sm/gpgsm.c:229 msgid "list keys and fingerprints" msgstr "vis nøkler og fingeravtrykk" -#: g10/gpg.c:469 sm/gpgsm.c:225 +#: g10/gpg.c:470 sm/gpgsm.c:227 msgid "list secret keys" msgstr "vis hemmelige nøkler" -#: g10/gpg.c:471 sm/gpgsm.c:228 +#: g10/gpg.c:472 sm/gpgsm.c:230 msgid "generate a new key pair" msgstr "lag nytt nøkkelpar" -#: g10/gpg.c:474 +#: g10/gpg.c:475 msgid "quickly generate a new key pair" msgstr "lag nytt nøkkelpar raskt" -#: g10/gpg.c:477 +#: g10/gpg.c:478 msgid "quickly add a new user-id" msgstr "legg til en ny bruker-ID raskt" -#: g10/gpg.c:482 +#: g10/gpg.c:483 msgid "quickly revoke a user-id" msgstr "opphev bruker-ID raskt" -#: g10/gpg.c:485 +#: g10/gpg.c:486 msgid "quickly set a new expiration date" msgstr "endre utløpsdato raskt" -#: g10/gpg.c:488 +#: g10/gpg.c:489 msgid "full featured key pair generation" msgstr "fullverdig generering av nøkkelpar" -#: g10/gpg.c:491 +#: g10/gpg.c:492 msgid "generate a revocation certificate" msgstr "lag opphevelsessertifikat" -#: g10/gpg.c:494 sm/gpgsm.c:231 +#: g10/gpg.c:495 sm/gpgsm.c:233 msgid "remove keys from the public keyring" msgstr "fjern nøkler fra offentlig nøkkelknippe" -#: g10/gpg.c:496 +#: g10/gpg.c:497 msgid "remove keys from the secret keyring" msgstr "fjern nøkler fra hemmelig nøkkelknippe" -#: g10/gpg.c:498 +#: g10/gpg.c:499 msgid "quickly sign a key" msgstr "hurtigsigner nøkkel" -#: g10/gpg.c:500 +#: g10/gpg.c:501 msgid "quickly sign a key locally" msgstr "hurtigsigner nøkkel lokalt" -#: g10/gpg.c:502 +#: g10/gpg.c:503 #, fuzzy #| msgid "quickly revoke a user-id" msgid "quickly revoke a key signature" msgstr "opphev bruker-ID raskt" -#: g10/gpg.c:503 +#: g10/gpg.c:504 msgid "sign a key" msgstr "signer nøkkel" -#: g10/gpg.c:504 +#: g10/gpg.c:505 msgid "sign a key locally" msgstr "signer nøkkel lokalt" -#: g10/gpg.c:505 +#: g10/gpg.c:506 msgid "sign or edit a key" msgstr "signer eller rediger nøkkel" -#: g10/gpg.c:507 sm/gpgsm.c:249 +#: g10/gpg.c:508 sm/gpgsm.c:251 msgid "change a passphrase" msgstr "endre passordfrase" -#: g10/gpg.c:511 +#: g10/gpg.c:512 msgid "export keys" msgstr "eksporter nøkler" -#: g10/gpg.c:512 +#: g10/gpg.c:513 msgid "export keys to a keyserver" msgstr "eksporter nøkler til nøkkeltjener" -#: g10/gpg.c:513 +#: g10/gpg.c:514 msgid "import keys from a keyserver" msgstr "importer nøkler fra nøkkeltjener" -#: g10/gpg.c:516 +#: g10/gpg.c:517 msgid "search for keys on a keyserver" msgstr "søk etter nøkler pÃ¥ nøkkeltjener" -#: g10/gpg.c:518 +#: g10/gpg.c:519 msgid "update all keys from a keyserver" msgstr "oppdater alle nøkler fra nøkkeltjener" -#: g10/gpg.c:526 +#: g10/gpg.c:527 msgid "import/merge keys" msgstr "importer/slÃ¥ sammen nøkler" -#: g10/gpg.c:529 +#: g10/gpg.c:530 msgid "print the card status" msgstr "vis kortstatus" -#: g10/gpg.c:530 +#: g10/gpg.c:531 msgid "change data on a card" msgstr "endre data pÃ¥ kort" -#: g10/gpg.c:532 +#: g10/gpg.c:533 msgid "change a card's PIN" msgstr "endre PIN pÃ¥ kort" -#: g10/gpg.c:544 +#: g10/gpg.c:545 msgid "update the trust database" msgstr "oppdater tillitsdatabase" -#: g10/gpg.c:554 +#: g10/gpg.c:555 msgid "print message digests" msgstr "skriv ut kontrollsum av melding" -#: g10/gpg.c:558 sm/gpgsm.c:244 +#: g10/gpg.c:559 sm/gpgsm.c:246 msgid "run in server mode" msgstr "kjør i tjenermodus" -#: g10/gpg.c:560 +#: g10/gpg.c:561 msgid "|VALUE|set the TOFU policy for a key" msgstr "|VERDI|endre TOFU-regler for nøkkel" -#: g10/gpg.c:603 +#: g10/gpg.c:604 msgid "|NAME|use NAME as default secret key" msgstr "|NAVN|bruk valgt NAVN som forvalgt hemmelig nøkkel" -#: g10/gpg.c:605 sm/gpgsm.c:337 +#: g10/gpg.c:606 sm/gpgsm.c:340 msgid "|NAME|encrypt to user ID NAME as well" msgstr "|NAVN|krypter ogsÃ¥ til valgt bruker-id-NAVN" -#: g10/gpg.c:613 +#: g10/gpg.c:614 msgid "|SPEC|set up email aliases" msgstr "|SPES|sett opp e-post-alias" -#: g10/gpg.c:625 +#: g10/gpg.c:626 msgid "use strict OpenPGP behavior" msgstr "bruk streng OpenPGP-oppførsel" -#: g10/gpg.c:650 kbx/kbxutil.c:91 sm/gpgsm.c:421 tools/gpgconf.c:113 +#: g10/gpg.c:651 kbx/kbxutil.c:91 sm/gpgsm.c:424 tools/gpgconf.c:113 msgid "do not make any changes" msgstr "ikke utfør valgte endringer" -#: g10/gpg.c:651 +#: g10/gpg.c:652 msgid "prompt before overwriting" msgstr "spør før overskriving" -#: g10/gpg.c:700 sm/gpgsm.c:307 +#: g10/gpg.c:701 sm/gpgsm.c:310 #, fuzzy #| msgid "Options controlling the security" msgid "Options controlling the input" msgstr "Sikkerhetsvalg" -#: g10/gpg.c:718 sm/gpgsm.c:317 +#: g10/gpg.c:719 sm/gpgsm.c:320 #, fuzzy #| msgid "Options controlling the diagnostic output" msgid "Options controlling the output" msgstr "Styring av diagnostikk-utdata" -#: g10/gpg.c:720 sm/gpgsm.c:319 +#: g10/gpg.c:721 sm/gpgsm.c:322 msgid "create ascii armored output" msgstr "lag ASCII-beskyttet utdata" -#: g10/gpg.c:724 g10/gpgv.c:82 sm/gpgsm.c:324 +#: g10/gpg.c:725 g10/gpgv.c:82 sm/gpgsm.c:327 msgid "|FILE|write output to FILE" msgstr "|FILE|skriv utdata til valgt FIL" -#: g10/gpg.c:737 +#: g10/gpg.c:738 msgid "use canonical text mode" msgstr "bruk kanonisk tekstmodus" -#: g10/gpg.c:755 +#: g10/gpg.c:756 msgid "|N|set compress level to N (0 disables)" msgstr "|N|endre komprimeringsnivÃ¥ til N (0 for Ã¥ slÃ¥ av)" -#: g10/gpg.c:761 sm/gpgsm.c:354 +#: g10/gpg.c:762 sm/gpgsm.c:357 #, fuzzy #| msgid "Options controlling the interactivity and enforcement" msgid "Options controlling key import and export" msgstr "Valg som styrer grensesnitt og hÃ¥ndheving av regler" -#: g10/gpg.c:764 +#: g10/gpg.c:765 msgid "|MECHANISMS|use MECHANISMS to locate keys by mail address" msgstr "|MEKANISMER|bruk valgte MEKANISME til Ã¥ finne nøkler med e-postadresse" -#: g10/gpg.c:767 +#: g10/gpg.c:768 #, fuzzy #| msgid "import keys from a keyserver" msgid "import missing key from a signature" msgstr "importer nøkler fra nøkkeltjener" -#: g10/gpg.c:772 +#: g10/gpg.c:773 #, fuzzy #| msgid "list and check key signatures" msgid "include the public key in signatures" msgstr "vis og kontroller nøkkelsignaturer" -#: g10/gpg.c:775 sm/gpgsm.c:357 +#: g10/gpg.c:776 sm/gpgsm.c:360 msgid "disable all access to the dirmngr" msgstr "slÃ¥ av all tilgang til dirmngr" -#: g10/gpg.c:787 sm/gpgsm.c:364 +#: g10/gpg.c:788 sm/gpgsm.c:367 #, fuzzy #| msgid "Options controlling the configuration" msgid "Options controlling key listings" msgstr "Oppsettsvalg" -#: g10/gpg.c:817 sm/gpgsm.c:329 +#: g10/gpg.c:818 sm/gpgsm.c:332 #, fuzzy #| msgid "list secret keys" msgid "Options to specify keys" msgstr "vis hemmelige nøkler" -#: g10/gpg.c:819 sm/gpgsm.c:331 +#: g10/gpg.c:820 sm/gpgsm.c:334 msgid "|USER-ID|encrypt for USER-ID" msgstr "|BRUKER-ID|krypter for valgt BRUKER-ID" -#: g10/gpg.c:827 sm/gpgsm.c:333 +#: g10/gpg.c:828 sm/gpgsm.c:336 msgid "|USER-ID|use USER-ID to sign or decrypt" msgstr "|BRUKER-ID|bruk valgt BRUKER-ID til Ã¥ signere eller dekryptere" -#: g10/gpg.c:875 sm/gpgsm.c:405 +#: g10/gpg.c:876 sm/gpgsm.c:408 msgid "Options for unattended use" msgstr "" -#: g10/gpg.c:894 sm/gpgsm.c:417 dirmngr/dirmngr.c:285 +#: g10/gpg.c:895 sm/gpgsm.c:420 dirmngr/dirmngr.c:286 msgid "Other options" msgstr "" -#: g10/gpg.c:965 sm/gpgsm.c:450 +#: g10/gpg.c:966 sm/gpgsm.c:453 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -2802,7 +2802,7 @@ msgstr "" "@\n" "(Se bruksanvisning for en fullstendig liste over alle kommandoer og valg)\n" -#: g10/gpg.c:968 +#: g10/gpg.c:969 msgid "" "@\n" "Examples:\n" @@ -2822,11 +2822,11 @@ msgstr "" " --list-keys [navn] vis nøkler\n" " --fingerprint [navn] vis fingeravtrykk\n" -#: g10/gpg.c:1153 +#: g10/gpg.c:1154 msgid "Usage: @GPG@ [options] [files] (-h for help)" msgstr "Bruk: @GPG@ [valg] [filer] (-h for hjelp)" -#: g10/gpg.c:1156 +#: g10/gpg.c:1157 msgid "" "Syntax: @GPG@ [options] [files]\n" "Sign, check, encrypt or decrypt\n" @@ -2836,7 +2836,7 @@ msgstr "" "Signer, kontroller, krypter eller dekrypter.\n" "Forvalgt handling avhenger av inndata.\n" -#: g10/gpg.c:1167 sm/gpgsm.c:633 +#: g10/gpg.c:1168 sm/gpgsm.c:636 msgid "" "\n" "Supported algorithms:\n" @@ -2844,557 +2844,557 @@ msgstr "" "\n" "Støttede algoritmer:\n" -#: g10/gpg.c:1170 +#: g10/gpg.c:1171 msgid "Pubkey: " msgstr "Off. nøkkel: " -#: g10/gpg.c:1177 g10/keyedit.c:3316 +#: g10/gpg.c:1178 g10/keyedit.c:3316 msgid "Cipher: " msgstr "Kryptering: " -#: g10/gpg.c:1191 +#: g10/gpg.c:1192 msgid "Hash: " msgstr "Hash: " -#: g10/gpg.c:1198 g10/keyedit.c:3382 +#: g10/gpg.c:1199 g10/keyedit.c:3382 msgid "Compression: " msgstr "Komprimering: " -#: g10/gpg.c:1273 sm/gpgsm.c:707 +#: g10/gpg.c:1274 sm/gpgsm.c:710 #, c-format msgid "usage: %s [options] %s\n" msgstr "bruk: %s [valg] %s\n" -#: g10/gpg.c:1466 sm/gpgsm.c:800 +#: g10/gpg.c:1467 sm/gpgsm.c:803 #, c-format msgid "conflicting commands\n" msgstr "motstridende kommandoer\n" -#: g10/gpg.c:1484 +#: g10/gpg.c:1485 #, c-format msgid "no = sign found in group definition '%s'\n" msgstr "fant ingen «=»-tegn i gruppedefinisjon «%s»\n" -#: g10/gpg.c:1682 +#: g10/gpg.c:1683 #, c-format msgid "WARNING: unsafe ownership on homedir '%s'\n" msgstr "ADVARSEL: utrygt eierskap til hjemmemappe «%s»\n" -#: g10/gpg.c:1685 +#: g10/gpg.c:1686 #, c-format msgid "WARNING: unsafe ownership on configuration file '%s'\n" msgstr "ADVARSEL: utrygt eierskap til oppsettsfil «%s»\n" -#: g10/gpg.c:1688 +#: g10/gpg.c:1689 #, c-format msgid "WARNING: unsafe ownership on extension '%s'\n" msgstr "ADVARSEL: utrygt eierskap til utvidelse «%s»\n" -#: g10/gpg.c:1694 +#: g10/gpg.c:1695 #, c-format msgid "WARNING: unsafe permissions on homedir '%s'\n" msgstr "ADVARSEL: utrygge tillatelser til hjemmemappe «%s»\n" -#: g10/gpg.c:1697 +#: g10/gpg.c:1698 #, c-format msgid "WARNING: unsafe permissions on configuration file '%s'\n" msgstr "ADVARSEL: utrygge tillatelser til oppsettsfil «%s»\n" -#: g10/gpg.c:1700 +#: g10/gpg.c:1701 #, c-format msgid "WARNING: unsafe permissions on extension '%s'\n" msgstr "ADVARSEL: utrygge tillatelser til utvidelse «%s»\n" -#: g10/gpg.c:1706 +#: g10/gpg.c:1707 #, c-format msgid "WARNING: unsafe enclosing directory ownership on homedir '%s'\n" msgstr "ADVARSEL: utrgt eierskap til foreldermapper av hjemmemappe «%s»\n" -#: g10/gpg.c:1709 +#: g10/gpg.c:1710 #, c-format msgid "" "WARNING: unsafe enclosing directory ownership on configuration file '%s'\n" msgstr "ADVARSEL: utrgt eierskap til foreldermapper av oppsettsfil «%s»\n" -#: g10/gpg.c:1712 +#: g10/gpg.c:1713 #, c-format msgid "WARNING: unsafe enclosing directory ownership on extension '%s'\n" msgstr "ADVARSEL: utrgt eierskap til foreldermapper av utvidelse «%s»\n" -#: g10/gpg.c:1718 +#: g10/gpg.c:1719 #, c-format msgid "WARNING: unsafe enclosing directory permissions on homedir '%s'\n" msgstr "ADVARSEL: utrygge tillatelser til foreldermapper av hjemmemappe «%s»\n" -#: g10/gpg.c:1721 +#: g10/gpg.c:1722 #, c-format msgid "" "WARNING: unsafe enclosing directory permissions on configuration file '%s'\n" msgstr "ADVARSEL: utrygge tillatelser til foreldermapper av oppsettsfil «%s»\n" -#: g10/gpg.c:1724 +#: g10/gpg.c:1725 #, c-format msgid "WARNING: unsafe enclosing directory permissions on extension '%s'\n" msgstr "ADVARSEL: utrygge tillatelser til foreldermapper av utvidelse «%s»\n" -#: g10/gpg.c:1940 +#: g10/gpg.c:1941 #, c-format msgid "unknown configuration item '%s'\n" msgstr "oppsettselementet «%s» er ukjent\n" -#: g10/gpg.c:2034 +#: g10/gpg.c:2037 msgid "display photo IDs during key listings" msgstr "vis foto-id-er i nøkkelvisning" -#: g10/gpg.c:2036 +#: g10/gpg.c:2039 msgid "show key usage information during key listings" msgstr "vis informasjon om nøkkelbruk i nøkkelvisning" -#: g10/gpg.c:2038 +#: g10/gpg.c:2041 msgid "show policy URLs during signature listings" msgstr "vis regeladresser i signaturvisning" -#: g10/gpg.c:2040 +#: g10/gpg.c:2043 msgid "show all notations during signature listings" msgstr "vis alle notater i signaturvisning" -#: g10/gpg.c:2042 +#: g10/gpg.c:2045 msgid "show IETF standard notations during signature listings" msgstr "vis IETF-standardnotater under signaturvisning" -#: g10/gpg.c:2046 +#: g10/gpg.c:2049 msgid "show user-supplied notations during signature listings" msgstr "vis brukervalgte notater under signaturvisning" -#: g10/gpg.c:2048 +#: g10/gpg.c:2051 msgid "show preferred keyserver URLs during signature listings" msgstr "vis foretrukne nøkkeltjener-adresser under signaturvisning" -#: g10/gpg.c:2050 +#: g10/gpg.c:2053 msgid "show user ID validity during key listings" msgstr "vis gyldighet for bruker-ID under nøkkelvisning" -#: g10/gpg.c:2052 +#: g10/gpg.c:2055 msgid "show revoked and expired user IDs in key listings" msgstr "vis opphevede og utgÃ¥tte bruker-id-er i nøkkelvisning" -#: g10/gpg.c:2054 +#: g10/gpg.c:2057 msgid "show revoked and expired subkeys in key listings" msgstr "vis opphevede og utgÃ¥tte undernøkler i nøkkelvisning" -#: g10/gpg.c:2056 +#: g10/gpg.c:2059 msgid "show the keyring name in key listings" msgstr "vis nøkkelknippe-navn i nøkkelvisning" -#: g10/gpg.c:2058 +#: g10/gpg.c:2061 msgid "show expiration dates during signature listings" msgstr "vis utløpsdatoer i nøkkelvisning" -#: g10/gpg.c:2175 +#: g10/gpg.c:2178 #, c-format msgid "unknown TOFU policy '%s'\n" msgstr "«%s» er et ukjent TOFU-regelverk\n" -#: g10/gpg.c:2177 +#: g10/gpg.c:2180 #, c-format msgid "(use \"help\" to list choices)\n" msgstr "(bruk «help» for Ã¥ vise valg)\n" -#: g10/gpg.c:2972 g10/gpg.c:3797 g10/gpg.c:3809 +#: g10/gpg.c:2975 g10/gpg.c:3828 g10/gpg.c:3840 #, c-format msgid "Note: %s is not for normal use!\n" msgstr "Merk: %s er ikke ment for vanlig bruk.\n" -#: g10/gpg.c:3148 g10/gpg.c:3160 +#: g10/gpg.c:3151 g10/gpg.c:3163 #, c-format msgid "'%s' is not a valid signature expiration\n" msgstr "«%s» er en ugyldig signatur-utløpstid\n" -#: g10/gpg.c:3182 +#: g10/gpg.c:3185 #, c-format msgid "\"%s\" is not a proper mail address\n" msgstr "«%s» er en ugyldig e-postadresse\n" -#: g10/gpg.c:3214 sm/gpgsm.c:1265 +#: g10/gpg.c:3217 sm/gpgsm.c:1270 #, c-format msgid "invalid pinentry mode '%s'\n" msgstr "PIN-inntastingsmodus «%s» er ugyldig\n" -#: g10/gpg.c:3220 sm/gpgsm.c:1271 +#: g10/gpg.c:3223 sm/gpgsm.c:1276 #, fuzzy, c-format #| msgid "invalid value for option '%s'\n" msgid "invalid request origin '%s'\n" msgstr "ugyldig verdi for valg «%s»\n" -#: g10/gpg.c:3277 +#: g10/gpg.c:3280 #, c-format msgid "'%s' is not a valid character set\n" msgstr "«%s» er ikke et gyldig tegnsett\n" -#: g10/gpg.c:3299 g10/gpg.c:3508 g10/keyedit.c:5319 +#: g10/gpg.c:3302 g10/gpg.c:3511 g10/keyedit.c:5319 #, c-format msgid "could not parse keyserver URL\n" msgstr "klarte ikke Ã¥ tolke nøkkeltjener-adresse\n" -#: g10/gpg.c:3317 +#: g10/gpg.c:3320 #, c-format msgid "%s:%d: invalid keyserver options\n" msgstr "%s:%d: ugyldige nøkkeltjener-valg\n" -#: g10/gpg.c:3320 +#: g10/gpg.c:3323 #, c-format msgid "invalid keyserver options\n" msgstr "ugyldige nøkkeltjener-valg\n" -#: g10/gpg.c:3327 +#: g10/gpg.c:3330 #, c-format msgid "%s:%d: invalid import options\n" msgstr "%s:%d: ugyldige importeringsvalg\n" -#: g10/gpg.c:3330 +#: g10/gpg.c:3333 #, c-format msgid "invalid import options\n" msgstr "ugyldige importeringsvalg\n" -#: g10/gpg.c:3336 g10/gpg.c:3351 +#: g10/gpg.c:3339 g10/gpg.c:3354 #, c-format msgid "invalid filter option: %s\n" msgstr "filtervalget %s er ugyldig\n" -#: g10/gpg.c:3342 +#: g10/gpg.c:3345 #, c-format msgid "%s:%d: invalid export options\n" msgstr "%s:%d: ugyldige eksporteringsvalg\n" -#: g10/gpg.c:3345 +#: g10/gpg.c:3348 #, c-format msgid "invalid export options\n" msgstr "ugyldige eksporteringsvalg\n" -#: g10/gpg.c:3357 +#: g10/gpg.c:3360 #, c-format msgid "%s:%d: invalid list options\n" msgstr "%s:%d: ugyldige listevalg\n" -#: g10/gpg.c:3360 +#: g10/gpg.c:3363 #, c-format msgid "invalid list options\n" msgstr "ugyldige listevalg\n" -#: g10/gpg.c:3368 +#: g10/gpg.c:3371 msgid "display photo IDs during signature verification" msgstr "vis bruker-ID under signaturbekreftelse" -#: g10/gpg.c:3370 +#: g10/gpg.c:3373 msgid "show policy URLs during signature verification" msgstr "vis adresser til retningslinjer under signaturbekreftelse" -#: g10/gpg.c:3372 +#: g10/gpg.c:3375 msgid "show all notations during signature verification" msgstr "vis alle merknader under signaturbekreftelse" -#: g10/gpg.c:3374 +#: g10/gpg.c:3377 msgid "show IETF standard notations during signature verification" msgstr "vis IETF-standardnotater under signaturbekreftelse" -#: g10/gpg.c:3378 +#: g10/gpg.c:3381 msgid "show user-supplied notations during signature verification" msgstr "vis selvvalgte merknader under signaturbekreftelse" -#: g10/gpg.c:3380 +#: g10/gpg.c:3383 msgid "show preferred keyserver URLs during signature verification" msgstr "vis adresser til foretrukne nøkkeltjenere under signaturbekreftelse" -#: g10/gpg.c:3382 +#: g10/gpg.c:3385 msgid "show user ID validity during signature verification" msgstr "vis gyldighet for bruker-ID under signaturbekreftelse" -#: g10/gpg.c:3384 +#: g10/gpg.c:3387 msgid "show revoked and expired user IDs in signature verification" msgstr "vis opphevede og utgÃ¥tte bruker-id-er under signaturbekreftelse" -#: g10/gpg.c:3386 +#: g10/gpg.c:3389 msgid "show only the primary user ID in signature verification" msgstr "bare vis primærbrukerens ID under signaturbekreftelse" -#: g10/gpg.c:3393 +#: g10/gpg.c:3396 #, c-format msgid "%s:%d: invalid verify options\n" msgstr "%s:%d: ugyldige kontrollvalg\n" -#: g10/gpg.c:3396 +#: g10/gpg.c:3399 #, c-format msgid "invalid verify options\n" msgstr "ugyldige kontrollvalg\n" -#: g10/gpg.c:3403 +#: g10/gpg.c:3406 #, c-format msgid "unable to set exec-path to %s\n" msgstr "klarte ikke Ã¥ endre «exec»-sti til %s\n" -#: g10/gpg.c:3610 +#: g10/gpg.c:3613 #, c-format msgid "%s:%d: invalid auto-key-locate list\n" msgstr "%s:%d: ugyldig «auto-key-locate»-liste\n" -#: g10/gpg.c:3613 +#: g10/gpg.c:3616 #, c-format msgid "invalid auto-key-locate list\n" msgstr "ugyldig «auto-key-locate»-liste\n" -#: g10/gpg.c:3622 +#: g10/gpg.c:3625 #, c-format msgid "invalid argument for option \"%.50s\"\n" msgstr "ugyldig argument for valget «%.50s»\n" -#: g10/gpg.c:3776 sm/gpgsm.c:1642 +#: g10/gpg.c:3807 sm/gpgsm.c:1675 #, c-format msgid "WARNING: program may create a core file!\n" msgstr "ADVARSEL: programmet kan lage en kjernefil.\n" -#: g10/gpg.c:3790 +#: g10/gpg.c:3821 #, c-format msgid "WARNING: %s overrides %s\n" msgstr "ADVARSEL: %s overstyrere %s\n" -#: g10/gpg.c:3799 +#: g10/gpg.c:3830 #, c-format msgid "%s not allowed with %s!\n" msgstr "du kan ikke bruke %s med %s.\n" -#: g10/gpg.c:3802 +#: g10/gpg.c:3833 #, c-format msgid "%s makes no sense with %s!\n" msgstr "%s gir ikke mening med %s.\n" -#: g10/gpg.c:3817 sm/gpgsm.c:1663 dirmngr/dirmngr.c:1114 +#: g10/gpg.c:3848 sm/gpgsm.c:1696 dirmngr/dirmngr.c:1123 #, c-format msgid "WARNING: running with faked system time: " msgstr "ADVARSEL: kjører med falsk systemtid: " -#: g10/gpg.c:3838 +#: g10/gpg.c:3869 #, c-format msgid "will not run with insecure memory due to %s\n" msgstr "lar være Ã¥ kjøre med usikret minne pÃ¥ grunn av %s\n" -#: g10/gpg.c:3866 g10/gpg.c:3897 sm/gpgsm.c:1730 +#: g10/gpg.c:3897 g10/gpg.c:3928 sm/gpgsm.c:1763 #, c-format msgid "selected cipher algorithm is invalid\n" msgstr "valgt krypteringsalgoritme er ugyldig\n" -#: g10/gpg.c:3873 +#: g10/gpg.c:3904 #, fuzzy, c-format #| msgid "selected digest algorithm is invalid\n" msgid "selected AEAD algorithm is invalid\n" msgstr "valg kontrollsum-algoritme er ugyldig\n" -#: g10/gpg.c:3885 +#: g10/gpg.c:3916 #, c-format msgid "selected compression algorithm is invalid\n" msgstr "valgt komprimeringsalgoritme er ugyldig\n" -#: g10/gpg.c:3891 +#: g10/gpg.c:3922 #, c-format msgid "selected certification digest algorithm is invalid\n" msgstr "valgt kontrollsum-algoritme for sertifisering er ugyldig\n" -#: g10/gpg.c:3906 +#: g10/gpg.c:3937 #, c-format msgid "completes-needed must be greater than 0\n" msgstr "«completes-needed» mÃ¥ være større enn 0\n" -#: g10/gpg.c:3908 +#: g10/gpg.c:3939 #, c-format msgid "marginals-needed must be greater than 1\n" msgstr "«marginals-needed» mÃ¥ være større enn 1\n" -#: g10/gpg.c:3910 +#: g10/gpg.c:3941 #, c-format msgid "max-cert-depth must be in the range from 1 to 255\n" msgstr "«max-cert-depth» mÃ¥ være mellom 1 og 255\n" -#: g10/gpg.c:3912 +#: g10/gpg.c:3943 #, c-format msgid "invalid default-cert-level; must be 0, 1, 2, or 3\n" msgstr "ugyldig «default-cert-level» (mÃ¥ være 0, 1, 2 eller 3)\n" -#: g10/gpg.c:3914 +#: g10/gpg.c:3945 #, c-format msgid "invalid min-cert-level; must be 1, 2, or 3\n" msgstr "ugyldig «min-cert-level» (mÃ¥ være 0, 1, 2 eller 3)\n" -#: g10/gpg.c:3918 +#: g10/gpg.c:3949 #, c-format msgid "Note: simple S2K mode (0) is strongly discouraged\n" msgstr "Merk: enkel S2K-modus (0) er sterkt frarÃ¥det\n" -#: g10/gpg.c:3922 +#: g10/gpg.c:3953 #, c-format msgid "invalid S2K mode; must be 0, 1 or 3\n" msgstr "ugyldig S2K-modus (mÃ¥ være 0, 1 eller 3)\n" -#: g10/gpg.c:3929 +#: g10/gpg.c:3960 #, c-format msgid "invalid default preferences\n" msgstr "ugyldig standardoppsett\n" -#: g10/gpg.c:3933 +#: g10/gpg.c:3964 #, c-format msgid "invalid personal cipher preferences\n" msgstr "ugyldig personlig oppsett av krypteringsmetode\n" -#: g10/gpg.c:3936 +#: g10/gpg.c:3967 #, fuzzy, c-format #| msgid "invalid personal cipher preferences\n" msgid "invalid personal AEAD preferences\n" msgstr "ugyldig personlig oppsett av krypteringsmetode\n" -#: g10/gpg.c:3940 +#: g10/gpg.c:3971 #, c-format msgid "invalid personal digest preferences\n" msgstr "ugyldig personlig oppsett av kontrollsummetode\n" -#: g10/gpg.c:3944 +#: g10/gpg.c:3975 #, c-format msgid "invalid personal compress preferences\n" msgstr "ugyldig personlig oppsett av komprimeringsmetode\n" -#: g10/gpg.c:3953 g10/gpg.c:3958 +#: g10/gpg.c:3984 g10/gpg.c:3989 #, fuzzy, c-format #| msgid "keysize invalid; using %u bits\n" msgid "chunk size invalid - using %d\n" msgstr "ugyldig nøkkelstørrelse. Bruker %u bit\n" -#: g10/gpg.c:3995 +#: g10/gpg.c:4026 #, c-format msgid "%s does not yet work with %s\n" msgstr "%s virker ikke enda med %s\n" -#: g10/gpg.c:4058 +#: g10/gpg.c:4089 #, fuzzy, c-format #| msgid "cipher algorithm '%s' may not be used in %s mode\n" msgid "AEAD algorithm '%s' may not be used in %s mode\n" msgstr "du kan ikke bruke algoritme «%s» i %s-modus\n" -#: g10/gpg.c:4070 +#: g10/gpg.c:4101 #, c-format msgid "compression algorithm '%s' may not be used in %s mode\n" msgstr "du kan ikke bruke komprimeringsalgoritme «%s» i %s-modus\n" -#: g10/gpg.c:4225 +#: g10/gpg.c:4256 #, c-format msgid "failed to initialize the TrustDB: %s\n" msgstr "klarte ikke Ã¥ starte tillitsdatabase (TrustDB): %s\n" -#: g10/gpg.c:4237 +#: g10/gpg.c:4268 #, c-format msgid "WARNING: recipients (-r) given without using public key encryption\n" msgstr "ADVARSEL: mottakere (-r) valgt uten offentlig nøkkelkryptering\n" -#: g10/gpg.c:4309 +#: g10/gpg.c:4340 #, c-format msgid "symmetric encryption of '%s' failed: %s\n" msgstr "symmetrisk kryptering av «%s» mislyktes: %s\n" -#: g10/gpg.c:4338 +#: g10/gpg.c:4369 #, c-format msgid "you cannot use --symmetric --encrypt with --s2k-mode 0\n" msgstr "du kan ikke bruke «--symmetric --encrypt» og «--s2k-mode 0» samtidig\n" -#: g10/gpg.c:4341 +#: g10/gpg.c:4372 #, c-format msgid "you cannot use --symmetric --encrypt in %s mode\n" msgstr "du kan ikke velge --symmetric --encrypt i %s-modus\n" -#: g10/gpg.c:4399 +#: g10/gpg.c:4430 #, c-format msgid "you cannot use --symmetric --sign --encrypt with --s2k-mode 0\n" msgstr "" "du kan ikke bruke «--symmetric --sign --encrypt» og «--s2k-mode 0» samtidig\n" -#: g10/gpg.c:4402 +#: g10/gpg.c:4433 #, c-format msgid "you cannot use --symmetric --sign --encrypt in %s mode\n" msgstr "du kan ikke velge --symmetric --sign --encrypt i %s-modus\n" -#: g10/gpg.c:4790 g10/keyserver.c:1858 +#: g10/gpg.c:4821 g10/keyserver.c:1870 #, c-format msgid "keyserver send failed: %s\n" msgstr "sending til nøkkeltjener mislyktes: %s\n" -#: g10/gpg.c:4795 +#: g10/gpg.c:4826 #, c-format msgid "keyserver receive failed: %s\n" msgstr "mottak fra nøkkeltjener mislyktes: %s\n" -#: g10/gpg.c:4801 +#: g10/gpg.c:4832 #, c-format msgid "key export failed: %s\n" msgstr "nøkkeleksport mislyktes: %s\n" -#: g10/gpg.c:4814 +#: g10/gpg.c:4845 #, c-format msgid "export as ssh key failed: %s\n" msgstr "eksportering som ssh-nøkkel mislyktes: %s\n" -#: g10/gpg.c:4826 +#: g10/gpg.c:4857 #, c-format msgid "keyserver search failed: %s\n" msgstr "søk pÃ¥ nøkkeltjener mislyktes: %s\n" -#: g10/gpg.c:4839 +#: g10/gpg.c:4870 #, c-format msgid "keyserver refresh failed: %s\n" msgstr "oppdatering av nøkkeltjener mislyktes: %s\n" -#: g10/gpg.c:4906 +#: g10/gpg.c:4937 #, c-format msgid "dearmoring failed: %s\n" msgstr "dearmoring failed: %s\n" -#: g10/gpg.c:4917 +#: g10/gpg.c:4948 #, c-format msgid "enarmoring failed: %s\n" msgstr "enarmoring failed: %s\n" -#: g10/gpg.c:5022 +#: g10/gpg.c:5053 #, c-format msgid "invalid hash algorithm '%s'\n" msgstr "«%s» er en ugyldig summeringsalgoritme\n" -#: g10/gpg.c:5174 g10/tofu.c:2156 +#: g10/gpg.c:5205 g10/tofu.c:2156 #, c-format msgid "error parsing key specification '%s': %s\n" msgstr "feil under tolking av nøkkelspesifikasjon «%s»: %s\n" -#: g10/gpg.c:5185 +#: g10/gpg.c:5216 #, c-format msgid "'%s' does not appear to be a valid key ID, fingerprint or keygrip\n" msgstr "" "«%s» ser hverken ut til Ã¥ være en gyldig nøkkel-ID, fingeravtrykk eller " "nøkkelgrep\n" -#: g10/gpg.c:5241 +#: g10/gpg.c:5272 #, c-format msgid "WARNING: no command supplied. Trying to guess what you mean ...\n" msgstr "ADVARSEL: ingen kommando valgt. Prøver Ã¥ gjette hva du mener …\n" -#: g10/gpg.c:5252 +#: g10/gpg.c:5283 #, c-format msgid "Go ahead and type your message ...\n" msgstr "Skriv inn melding …\n" -#: g10/gpg.c:5599 +#: g10/gpg.c:5630 #, c-format msgid "the given certification policy URL is invalid\n" msgstr "valgt adresse for sertifikasjonsregler er ugyldig\n" -#: g10/gpg.c:5601 +#: g10/gpg.c:5632 #, c-format msgid "the given signature policy URL is invalid\n" msgstr "valgt adresse for signaturregler er ugyldig\n" -#: g10/gpg.c:5634 +#: g10/gpg.c:5665 #, c-format msgid "the given preferred keyserver URL is invalid\n" msgstr "valgt adresse for foretrukket nøkkeltjener er ugyldig\n" @@ -3407,7 +3407,7 @@ msgstr "|FIL|hent nøkler fra valgt nøkkelknippe-FIL" msgid "make timestamp conflicts only a warning" msgstr "la konflikter mellom tidsstempler bare være en advarsel" -#: g10/gpgv.c:86 sm/gpgsm.c:411 tools/gpgconf.c:116 tools/gpg-card.c:94 +#: g10/gpgv.c:86 sm/gpgsm.c:414 tools/gpgconf.c:116 tools/gpg-card.c:95 msgid "|FD|write status info to this FD" msgstr "|FD|skrive statusinfo til denne FD" @@ -3496,97 +3496,97 @@ msgstr "forvent GnuPG-format pÃ¥ sikkerhetskopierte nøkler" msgid "repair keys on import" msgstr "reparer nøkler under importering" -#: g10/import.c:387 g10/import.c:709 +#: g10/import.c:399 g10/import.c:721 #, c-format msgid "skipping block of type %d\n" msgstr "hopper over blokk av typen %d\n" -#: g10/import.c:726 +#: g10/import.c:738 #, c-format msgid "%lu keys processed so far\n" msgstr "%lu nøkler behandlet hittil\n" -#: g10/import.c:819 +#: g10/import.c:831 #, c-format msgid "Total number processed: %lu\n" msgstr "Totalt antall behandlet: %lu\n" -#: g10/import.c:822 +#: g10/import.c:834 #, c-format msgid " skipped PGP-2 keys: %lu\n" msgstr " hopper over PGP 2-nøkler: %lu\n" -#: g10/import.c:824 +#: g10/import.c:836 #, c-format msgid " skipped new keys: %lu\n" msgstr " nye nøkler som ble hoppet over: %lu\n" -#: g10/import.c:827 +#: g10/import.c:839 #, c-format msgid " w/o user IDs: %lu\n" msgstr " uten bruker-id-er: %lu\n" -#: g10/import.c:830 sm/import.c:129 +#: g10/import.c:842 sm/import.c:129 #, c-format msgid " imported: %lu" msgstr " importert: %lu" -#: g10/import.c:834 sm/import.c:133 +#: g10/import.c:846 sm/import.c:133 #, c-format msgid " unchanged: %lu\n" msgstr " uendret: %lu\n" -#: g10/import.c:836 +#: g10/import.c:848 #, c-format msgid " new user IDs: %lu\n" msgstr " nye bruker-id-er: %lu\n" -#: g10/import.c:838 +#: g10/import.c:850 #, c-format msgid " new subkeys: %lu\n" msgstr " nye undernøkler: %lu\n" -#: g10/import.c:840 +#: g10/import.c:852 #, c-format msgid " new signatures: %lu\n" msgstr " nye signaturer: %lu\n" -#: g10/import.c:842 +#: g10/import.c:854 #, c-format msgid " new key revocations: %lu\n" msgstr " nye nøkkelopphevinger: %lu\n" -#: g10/import.c:844 sm/import.c:135 +#: g10/import.c:856 sm/import.c:135 #, c-format msgid " secret keys read: %lu\n" msgstr " leste hemmelige nøkler: %lu\n" -#: g10/import.c:846 sm/import.c:137 +#: g10/import.c:858 sm/import.c:137 #, c-format msgid " secret keys imported: %lu\n" msgstr " importerte hemmelige nøkler: %lu\n" -#: g10/import.c:848 sm/import.c:139 +#: g10/import.c:860 sm/import.c:139 #, c-format msgid " secret keys unchanged: %lu\n" msgstr " uforandrede hemmelige nøkler: %lu\n" -#: g10/import.c:850 sm/import.c:141 +#: g10/import.c:862 sm/import.c:141 #, c-format msgid " not imported: %lu\n" msgstr " ikke importert: %lu\n" -#: g10/import.c:852 +#: g10/import.c:864 #, c-format msgid " signatures cleaned: %lu\n" msgstr " oppryddete signaturer: %lu\n" -#: g10/import.c:854 +#: g10/import.c:866 #, c-format msgid " user IDs cleaned: %lu\n" msgstr " tømte bruker-id-er: %lu\n" -#: g10/import.c:1279 +#: g10/import.c:1291 #, c-format msgid "" "WARNING: key %s contains preferences for unavailable\n" @@ -3595,175 +3595,175 @@ msgstr "" "ADVARSEL: nøkkelen %s inneholder innstillinger for\n" "utilgjengelige algoritmer pÃ¥ følgende bruker-id-er:\n" -#: g10/import.c:1321 +#: g10/import.c:1333 #, c-format msgid " \"%s\": preference for cipher algorithm %s\n" msgstr " «%s»: innstilling for krypteringsalgoritme %s\n" -#: g10/import.c:1339 +#: g10/import.c:1351 #, fuzzy, c-format #| msgid " \"%s\": preference for cipher algorithm %s\n" msgid " \"%s\": preference for AEAD algorithm %s\n" msgstr " «%s»: innstilling for krypteringsalgoritme %s\n" -#: g10/import.c:1354 +#: g10/import.c:1366 #, c-format msgid " \"%s\": preference for digest algorithm %s\n" msgstr " «%s»: oppsett for kontrollsum-algoritme %s\n" -#: g10/import.c:1366 +#: g10/import.c:1378 #, c-format msgid " \"%s\": preference for compression algorithm %s\n" msgstr " «%s»: oppsett av komprimeringsalgoritme %s\n" -#: g10/import.c:1379 +#: g10/import.c:1391 #, c-format msgid "it is strongly suggested that you update your preferences and\n" msgstr "du anbefales pÃ¥ det sterkeste Ã¥ endre oppsett og\n" -#: g10/import.c:1381 +#: g10/import.c:1393 #, c-format msgid "re-distribute this key to avoid potential algorithm mismatch problems\n" msgstr "" "dele ut denne nøkkelen pÃ¥ nytt for Ã¥ unngÃ¥ potensielle problemer med " "algoritme-samsvar\n" -#: g10/import.c:1406 +#: g10/import.c:1418 #, c-format msgid "you can update your preferences with: gpg --edit-key %s updpref save\n" msgstr "" "oppdater oppsettet med følgende kommando: gpg --edit-key %s updpref save\n" -#: g10/import.c:1920 g10/import.c:3041 +#: g10/import.c:1932 g10/import.c:3053 #, c-format msgid "key %s: no user ID\n" msgstr "nøkkel %s: ingen bruker-ID\n" -#: g10/import.c:1926 +#: g10/import.c:1938 #, c-format msgid "key %s: %s\n" msgstr "nøkkel %s: %s\n" -#: g10/import.c:1927 g10/import.c:3013 +#: g10/import.c:1939 g10/import.c:3025 msgid "rejected by import screener" msgstr "avvist av importeringskontrollør" -#: g10/import.c:1976 +#: g10/import.c:1988 #, c-format msgid "key %s: PKS subkey corruption repaired\n" msgstr "nøkkel %s: PKS-undernøkkel reparert\n" -#: g10/import.c:1997 +#: g10/import.c:2009 #, c-format msgid "key %s: accepted non self-signed user ID \"%s\"\n" msgstr "nøkkel %s: akseptert ikke-selvsignert bruker-ID «%s»\n" -#: g10/import.c:2008 g10/import.c:2039 +#: g10/import.c:2020 g10/import.c:2051 #, c-format msgid "key %s: no valid user IDs\n" msgstr "nøkkel %s: ingen gyldig bruker-id-er\n" -#: g10/import.c:2010 +#: g10/import.c:2022 #, c-format msgid "this may be caused by a missing self-signature\n" msgstr "dette kan skyldes manglende selvsignatur\n" -#: g10/import.c:2089 g10/import.c:3427 +#: g10/import.c:2101 g10/import.c:3439 #, c-format msgid "key %s: public key not found: %s\n" msgstr "nøkkel %s: fant ikke offentlig nøkkel: %s\n" -#: g10/import.c:2095 +#: g10/import.c:2107 #, c-format msgid "key %s: new key - skipped\n" msgstr "nøkkel %s: ny nøkkel. Hoppet over\n" -#: g10/import.c:2107 +#: g10/import.c:2119 #, c-format msgid "no writable keyring found: %s\n" msgstr "fant ikke skrivbart nøkkelknippe: %s\n" -#: g10/import.c:2139 g10/import.c:2241 g10/import.c:3502 +#: g10/import.c:2151 g10/import.c:2253 g10/import.c:3514 #, c-format msgid "error writing keyring '%s': %s\n" msgstr "feil under skriving av nøkkelknippe «%s»: %s\n" -#: g10/import.c:2162 +#: g10/import.c:2174 #, c-format msgid "key %s: public key \"%s\" imported\n" msgstr "nøkkel %s: offentlig nøkkel «%s» importert\n" -#: g10/import.c:2189 +#: g10/import.c:2201 #, c-format msgid "key %s: doesn't match our copy\n" msgstr "nøkkel %s: stemmer ikke med vÃ¥r kopi\n" -#: g10/import.c:2257 +#: g10/import.c:2269 #, c-format msgid "key %s: \"%s\" 1 new user ID\n" msgstr "nøkkel %s: «%s» 1 ny bruker-ID\n" -#: g10/import.c:2260 +#: g10/import.c:2272 #, c-format msgid "key %s: \"%s\" %d new user IDs\n" msgstr "nøkkel %s: «%s» %d nye bruker-id-er\n" -#: g10/import.c:2263 +#: g10/import.c:2275 #, c-format msgid "key %s: \"%s\" 1 new signature\n" msgstr "nøkkel %s: «%s» 1 ny signatur\n" -#: g10/import.c:2266 +#: g10/import.c:2278 #, c-format msgid "key %s: \"%s\" %d new signatures\n" msgstr "nøkkel: %s: «%s» %d nye signaturer\n" -#: g10/import.c:2269 +#: g10/import.c:2281 #, c-format msgid "key %s: \"%s\" 1 new subkey\n" msgstr "nøkkel %s: «%s» 1 ny undernøkkel\n" -#: g10/import.c:2272 +#: g10/import.c:2284 #, c-format msgid "key %s: \"%s\" %d new subkeys\n" msgstr "nøkkel %s: «%s» %d nye undernøkler\n" -#: g10/import.c:2275 +#: g10/import.c:2287 #, c-format msgid "key %s: \"%s\" %d signature cleaned\n" msgstr "nøkkel: %s: «%s» %d nye signaturer\n" -#: g10/import.c:2278 +#: g10/import.c:2290 #, c-format msgid "key %s: \"%s\" %d signatures cleaned\n" msgstr "nøkkel: %s: «%s» %d nye signaturer\n" -#: g10/import.c:2281 +#: g10/import.c:2293 #, c-format msgid "key %s: \"%s\" %d user ID cleaned\n" msgstr "nøkkel %s: «%s» %d nye bruker-id-er\n" -#: g10/import.c:2284 +#: g10/import.c:2296 #, c-format msgid "key %s: \"%s\" %d user IDs cleaned\n" msgstr "nøkkel %s: «%s» %d nye bruker-id-er\n" -#: g10/import.c:2320 +#: g10/import.c:2332 #, c-format msgid "key %s: \"%s\" not changed\n" msgstr "nøkkel %s: «%s» ikke endret\n" -#: g10/import.c:2680 g10/import.c:2875 +#: g10/import.c:2692 g10/import.c:2887 #, c-format msgid "key %s: secret key imported\n" msgstr "nøkkel %s: hemmelig nøkkel importert\n" -#: g10/import.c:2688 +#: g10/import.c:2700 #, c-format msgid "key %s: secret key already exists\n" msgstr "nøkkel %s: hemmelig nøkkel finnes allerede\n" -#: g10/import.c:2696 +#: g10/import.c:2708 #, c-format msgid "key %s: error sending to agent: %s\n" msgstr "nøkkel %s: feil under sending til agent: %s\n" @@ -3776,203 +3776,203 @@ msgstr "nøkkel %s: feil under sending til agent: %s\n" #. * Instead, user should be suggested to run 'gpg --card-status', #. * then, references to a card will be automatically created #. * again. -#: g10/import.c:2865 +#: g10/import.c:2877 #, c-format msgid "To migrate '%s', with each smartcard, run: %s\n" msgstr "Kjør følgende kommando for Ã¥ flytte «%s»: %s\n" -#: g10/import.c:3012 +#: g10/import.c:3024 #, c-format msgid "secret key %s: %s\n" msgstr "hemmelig nøkkel %s: %s\n" -#: g10/import.c:3033 g10/import.c:3072 +#: g10/import.c:3045 g10/import.c:3084 #, c-format msgid "importing secret keys not allowed\n" msgstr "importering av hemmelig nøkkel er ikke tillatt\n" -#: g10/import.c:3060 +#: g10/import.c:3072 #, c-format msgid "key %s: secret key with invalid cipher %d - skipped\n" msgstr "" "nøkkel %s: hemmelig nøkkel med ugyldig krypteringsmetode %d - hoppet over\n" -#: g10/import.c:3222 g10/pkclist.c:75 g10/revoke.c:774 +#: g10/import.c:3234 g10/pkclist.c:75 g10/revoke.c:774 msgid "No reason specified" msgstr "Ingen grunn oppgitt" -#: g10/import.c:3223 g10/pkclist.c:77 g10/revoke.c:776 +#: g10/import.c:3235 g10/pkclist.c:77 g10/revoke.c:776 msgid "Key is superseded" msgstr "Nøkkelen er overgÃ¥tt" -#: g10/import.c:3224 g10/pkclist.c:79 g10/revoke.c:775 +#: g10/import.c:3236 g10/pkclist.c:79 g10/revoke.c:775 msgid "Key has been compromised" msgstr "Nøkkelen har blitt kompromittert" -#: g10/import.c:3225 g10/pkclist.c:81 g10/revoke.c:777 +#: g10/import.c:3237 g10/pkclist.c:81 g10/revoke.c:777 msgid "Key is no longer used" msgstr "Nøkkelen er ikke lengre i bruk" -#: g10/import.c:3226 g10/pkclist.c:83 g10/revoke.c:778 +#: g10/import.c:3238 g10/pkclist.c:83 g10/revoke.c:778 msgid "User ID is no longer valid" msgstr "Bruker-ID er ikke lenger gyldig" -#: g10/import.c:3351 g10/keylist.c:1105 g10/pkclist.c:87 +#: g10/import.c:3363 g10/keylist.c:1105 g10/pkclist.c:87 #, c-format msgid "reason for revocation: " msgstr "grunnen for opphevelse: " -#: g10/import.c:3370 g10/keylist.c:1124 g10/pkclist.c:103 +#: g10/import.c:3382 g10/keylist.c:1124 g10/pkclist.c:103 #, c-format msgid "revocation comment: " msgstr "kommentar til opphevelse: " -#: g10/import.c:3420 +#: g10/import.c:3432 #, c-format msgid "key %s: no public key - can't apply revocation certificate\n" msgstr "" "nøkkel %s: offentlig nøkkel mangler. Klarte ikke Ã¥ bruke " "opphevelsessertifikat\n" -#: g10/import.c:3449 +#: g10/import.c:3461 #, c-format msgid "key %s: can't locate original keyblock: %s\n" msgstr "nøkkel %s: finner ikke original nøkkelblokk: %s\n" -#: g10/import.c:3456 +#: g10/import.c:3468 #, c-format msgid "key %s: can't read original keyblock: %s\n" msgstr "nøkkel %s: klarte ikke Ã¥ lese opprinnelig nøkkelblokk: %s\n" -#: g10/import.c:3476 +#: g10/import.c:3488 #, c-format msgid "key %s: invalid revocation certificate: %s - rejected\n" msgstr "nøkkel %s: ugyldig opphevingssertifikat: %s - avvist\n" -#: g10/import.c:3511 +#: g10/import.c:3523 #, c-format msgid "key %s: \"%s\" revocation certificate imported\n" msgstr "nøkkel %s: «%s» opphevingssertifikat importert\n" -#: g10/import.c:3597 +#: g10/import.c:3609 #, c-format msgid "key %s: no user ID for signature\n" msgstr "nøkkel %s: ingen bruker-ID for signatur\n" -#: g10/import.c:3614 +#: g10/import.c:3626 #, c-format msgid "key %s: unsupported public key algorithm on user ID \"%s\"\n" msgstr "" "nøkkel %s: offentlig nøkkelalgoritme for bruker-ID («%s») støttes ikke\n" -#: g10/import.c:3616 +#: g10/import.c:3628 #, c-format msgid "key %s: invalid self-signature on user ID \"%s\"\n" msgstr "nøkkel %s: ugyldig selvsignatur for bruker-ID «%s»\n" -#: g10/import.c:3633 g10/import.c:3661 g10/import.c:3717 +#: g10/import.c:3645 g10/import.c:3673 g10/import.c:3729 #, c-format msgid "key %s: unsupported public key algorithm\n" msgstr "nøkkel %s: ustøttet offentlig nøkkelalgoritme\n" -#: g10/import.c:3634 +#: g10/import.c:3646 #, c-format msgid "key %s: invalid direct key signature\n" msgstr "nøkkel %s: ugyldig direkte nøkkelsignatur\n" -#: g10/import.c:3648 +#: g10/import.c:3660 #, c-format msgid "key %s: no subkey for key binding\n" msgstr "nøkkel %s: ingen undernøkkel for nøkkelbinding\n" -#: g10/import.c:3663 +#: g10/import.c:3675 #, c-format msgid "key %s: invalid subkey binding\n" msgstr "nøkkel %s: ugyldig undernøkkelbinding\n" -#: g10/import.c:3682 +#: g10/import.c:3694 #, c-format msgid "key %s: removed multiple subkey binding\n" msgstr "nøkkel %s: fjernet flere undernøkkelbindinger\n" -#: g10/import.c:3706 +#: g10/import.c:3718 #, c-format msgid "key %s: no subkey for key revocation\n" msgstr "nøkkel %s: ingen undernøkkel for nøkkeloppheving\n" -#: g10/import.c:3719 +#: g10/import.c:3731 #, c-format msgid "key %s: invalid subkey revocation\n" msgstr "nøkkel %s: ugyldig undernøkkeloppheving\n" -#: g10/import.c:3734 +#: g10/import.c:3746 #, c-format msgid "key %s: removed multiple subkey revocation\n" msgstr "nøkkel %s: fjernet flere undernøkkelopphevinger\n" -#: g10/import.c:3778 +#: g10/import.c:3790 #, c-format msgid "key %s: skipped user ID \"%s\"\n" msgstr "nøkkel %s: hoppet over bruker-ID «%s»\n" -#: g10/import.c:3805 +#: g10/import.c:3817 #, c-format msgid "key %s: skipped subkey\n" msgstr "nøkkel %s: hoppet over undernøkkel\n" -#: g10/import.c:3837 +#: g10/import.c:3849 #, c-format msgid "key %s: non exportable signature (class 0x%02X) - skipped\n" msgstr "nøkkel %s: ikke-eksporterbar signatur (klasse 0x%02X) - hoppet over\n" -#: g10/import.c:3848 +#: g10/import.c:3860 #, c-format msgid "key %s: revocation certificate at wrong place - skipped\n" msgstr "nøkkel %s: opphevingssertifikat pÃ¥ feil plass - hoppet over\n" -#: g10/import.c:3866 +#: g10/import.c:3878 #, c-format msgid "key %s: invalid revocation certificate: %s - skipped\n" msgstr "nøkkel %s: ugyldig opphevingssertifikat: %s - hoppet over\n" -#: g10/import.c:3880 +#: g10/import.c:3892 #, c-format msgid "key %s: subkey signature in wrong place - skipped\n" msgstr "nøkkel %s: undernøkkelsignatur pÃ¥ feil plass - hoppet over\n" -#: g10/import.c:3888 +#: g10/import.c:3900 #, c-format msgid "key %s: unexpected signature class (0x%02X) - skipped\n" msgstr "nøkkel %s: uforventet signaturklasse (0x%02X) - hoppet over\n" -#: g10/import.c:4061 +#: g10/import.c:4073 #, c-format msgid "key %s: duplicated user ID detected - merged\n" msgstr "nøkkel %s: oppdaget duplisert bruker-ID. SlÃ¥tt sammen\n" -#: g10/import.c:4168 +#: g10/import.c:4180 #, fuzzy, c-format #| msgid "key %s: duplicated user ID detected - merged\n" msgid "key %s: duplicated subkeys detected - merged\n" msgstr "nøkkel %s: oppdaget duplisert bruker-ID. SlÃ¥tt sammen\n" -#: g10/import.c:4233 +#: g10/import.c:4245 #, c-format msgid "WARNING: key %s may be revoked: fetching revocation key %s\n" msgstr "ADVARSEL: nøkkel %s kan være opphevet: henter opphevingsnøkkel %s\n" -#: g10/import.c:4249 +#: g10/import.c:4261 #, c-format msgid "WARNING: key %s may be revoked: revocation key %s not present.\n" msgstr "" "ADVARSEL: nøkkel %s kan være opphevet: opphevingsnøkkel %s ikke tilstede.\n" -#: g10/import.c:4315 +#: g10/import.c:4327 #, c-format msgid "key %s: \"%s\" revocation certificate added\n" msgstr "nøkkel %s: «%s» opphevingssertifikat lagt til\n" -#: g10/import.c:4353 +#: g10/import.c:4365 #, c-format msgid "key %s: direct key signature added\n" msgstr "nøkkel %s: direkte nøkkelsignatur lagt til\n" @@ -4806,12 +4806,12 @@ msgstr "" "som vises her er riktig.\n" #: g10/keyedit.c:4016 g10/keyedit.c:4447 g10/keyserver.c:535 -#: g10/mainproc.c:2277 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 +#: g10/mainproc.c:2280 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 msgid "revoked" msgstr "opphevet" #: g10/keyedit.c:4018 g10/keyedit.c:4449 g10/keyserver.c:539 -#: g10/mainproc.c:2279 g10/tofu.c:1792 g10/trust.c:124 +#: g10/mainproc.c:2282 g10/tofu.c:1792 g10/trust.c:124 msgid "expired" msgstr "utgÃ¥tt" @@ -5358,7 +5358,7 @@ msgstr " (%d) Nøkkel fra kort\n" msgid "Enter the keygrip: " msgstr "Skriv inn nøkkelgrep: " -#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2279 +#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2280 #, c-format msgid "Not a valid keygrip (expecting 40 hex digits)\n" msgstr "Ugyldig nøkkelgrep (forventer 40 heks-sifre)\n" @@ -5367,13 +5367,13 @@ msgstr "Ugyldig nøkkelgrep (forventer 40 heks-sifre)\n" msgid "No key with this keygrip\n" msgstr "Ingen nøkkel med dette nøkkelgrepet\n" -#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3437 g10/keygen.c:3448 +#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3440 g10/keygen.c:3451 #: sm/certreqgen-ui.c:231 sm/certreqgen-ui.c:240 #, c-format msgid "error reading the card: %s\n" msgstr "feil under lesing av kort: %s\n" -#: g10/keygen.c:2292 g10/keygen.c:3441 sm/certreqgen-ui.c:234 +#: g10/keygen.c:2292 g10/keygen.c:3444 sm/certreqgen-ui.c:234 #, c-format msgid "Serial number of the card: %s\n" msgstr "Kortets serienummer: %s\n" @@ -5615,13 +5615,18 @@ msgstr "" "diskene jobbe) mens dette pÃ¥gÃ¥r. Da fÃ¥r\n" "tallgeneratoren bedre muligheter til Ã¥ samle inn vilkÃ¥rlighetsdata.\n" -#: g10/keygen.c:4570 g10/keygen.c:4643 g10/keygen.c:4661 g10/keygen.c:4690 -#: g10/keygen.c:5066 g10/keygen.c:5612 g10/keygen.c:5923 g10/keygen.c:6030 +#: g10/keygen.c:3591 +#, c-format +msgid "WARNING: v4 is specified, but overridden by v5.\n" +msgstr "" + +#: g10/keygen.c:4590 g10/keygen.c:4663 g10/keygen.c:4681 g10/keygen.c:4710 +#: g10/keygen.c:5086 g10/keygen.c:5632 g10/keygen.c:5943 g10/keygen.c:6050 #, c-format msgid "Key generation failed: %s\n" msgstr "Nøkkelgenerering mislyktes: %s\n" -#: g10/keygen.c:4579 +#: g10/keygen.c:4599 #, c-format msgid "" "About to create a key for:\n" @@ -5632,65 +5637,65 @@ msgstr "" " «%s»\n" "\n" -#: g10/keygen.c:4581 +#: g10/keygen.c:4601 msgid "Continue? (Y/n) " msgstr "Vil du fortsette? (J/n) " -#: g10/keygen.c:4602 +#: g10/keygen.c:4622 #, c-format msgid "A key for \"%s\" already exists\n" msgstr "Det finnes allerede en nøkkel for «%s»\n" -#: g10/keygen.c:4607 +#: g10/keygen.c:4627 msgid "Create anyway? (y/N) " msgstr "Vil du lage nøkkel likevel? (j/N) " -#: g10/keygen.c:4613 +#: g10/keygen.c:4633 #, c-format msgid "creating anyway\n" msgstr "lager likevel\n" -#: g10/keygen.c:5049 +#: g10/keygen.c:5069 #, c-format msgid "Note: Use \"%s %s\" for a full featured key generation dialog.\n" msgstr "" "Merk: Bruk «%s %s» for Ã¥ se et fullverdig dialogvindu for nøkkelgenerering.\n" -#: g10/keygen.c:5098 +#: g10/keygen.c:5118 #, c-format msgid "Key generation canceled.\n" msgstr "Nøkkelgenerering ble avbrutt.\n" -#: g10/keygen.c:5158 +#: g10/keygen.c:5178 #, c-format msgid "can't create backup file '%s': %s\n" msgstr "klarte ikke Ã¥ lage sikkerhetskopifila «%s»: %s\n" -#: g10/keygen.c:5178 +#: g10/keygen.c:5198 #, c-format msgid "Note: backup of card key saved to '%s'\n" msgstr "Merk: sikkerhetskopi av kortnøkkel lagret pÃ¥ «%s»\n" -#: g10/keygen.c:5339 g10/keygen.c:5541 +#: g10/keygen.c:5359 g10/keygen.c:5561 #, c-format msgid "writing public key to '%s'\n" msgstr "skriver offentlig nøkkel til «%s»\n" -#: g10/keygen.c:5535 +#: g10/keygen.c:5555 #, c-format msgid "no writable public keyring found: %s\n" msgstr "fant ikke skrivbart offentlig nøkkelknippe: %s\n" -#: g10/keygen.c:5549 +#: g10/keygen.c:5569 #, c-format msgid "error writing public keyring '%s': %s\n" msgstr "feil under skriving av offentlig nøkkelknippe «%s»: %s\n" -#: g10/keygen.c:5583 +#: g10/keygen.c:5603 msgid "public and secret key created and signed.\n" msgstr "offentlig og hemmelig nøkkel opprettet og signert.\n" -#: g10/keygen.c:5599 +#: g10/keygen.c:5619 msgid "" "Note that this key cannot be used for encryption. You may want to use\n" "the command \"--edit-key\" to generate a subkey for this purpose.\n" @@ -5699,7 +5704,7 @@ msgstr "" "vurdere Ã¥ bruke kommandoen «--edit-key» for Ã¥ lage en\n" "undernøkkel til dette formÃ¥let.\n" -#: g10/keygen.c:5781 g10/keygen.c:5980 +#: g10/keygen.c:5801 g10/keygen.c:6000 #, c-format msgid "" "key has been created %lu second in future (time warp or clock problem)\n" @@ -5707,7 +5712,7 @@ msgstr "" "nøkkel har blitt opprettet %lu sekund i framtiden (time warp- eller " "klokkeproblem)\n" -#: g10/keygen.c:5783 g10/keygen.c:5982 +#: g10/keygen.c:5803 g10/keygen.c:6002 #, c-format msgid "" "key has been created %lu seconds in future (time warp or clock problem)\n" @@ -5715,23 +5720,23 @@ msgstr "" "nøkkel har blitt opprettet %lu sekunder i framtiden (time warp- eller " "klokkeproblem)\n" -#: g10/keygen.c:5794 g10/keygen.c:5993 +#: g10/keygen.c:5814 g10/keygen.c:6013 #, c-format msgid "Note: creating subkeys for v3 keys is not OpenPGP compliant\n" msgstr "" "Merk: det strider med OpenPGP-standarden Ã¥ lage undernøkler for v3-nøkler\n" -#: g10/keygen.c:5806 g10/keygen.c:5808 +#: g10/keygen.c:5826 g10/keygen.c:5828 #, c-format msgid "Secret parts of primary key are not available.\n" msgstr "Hemmelige deler av primærnøkkelen er ikke tilgjengelig.\n" -#: g10/keygen.c:5815 g10/keygen.c:5817 +#: g10/keygen.c:5835 g10/keygen.c:5837 #, c-format msgid "Secret parts of primary key are stored on-card.\n" msgstr "Hemmelige deler av primærnøkkelen er lagret pÃ¥ kort.\n" -#: g10/keygen.c:5837 g10/keygen.c:6007 +#: g10/keygen.c:5857 g10/keygen.c:6027 msgid "Really create? (y/N) " msgstr "Er du sikker pÃ¥ at du vil fortsette? (j/N) " @@ -5883,59 +5888,59 @@ msgstr "ugyldig nøkkeltjener-protokoll (us %d!=hÃ¥ndteringsprogram %d)\n" msgid "\"%s\" not a key ID: skipping\n" msgstr "«%s» er ikke en nøkkel-ID, og blir hoppet over\n" -#: g10/keyserver.c:1418 g10/keyserver.c:1451 +#: g10/keyserver.c:1420 g10/keyserver.c:1453 #, c-format msgid "refreshing %d key from %s\n" msgid_plural "refreshing %d keys from %s\n" msgstr[0] "oppdaterer %d nøkkel fra %s\n" msgstr[1] "oppdaterer %d nøkler fra %s\n" -#: g10/keyserver.c:1425 +#: g10/keyserver.c:1427 #, c-format msgid "WARNING: unable to refresh key %s via %s: %s\n" msgstr "ADVARSEL: klarte ikke Ã¥ oppdatere nøkkel %s via %s: %s\n" -#: g10/keyserver.c:1529 +#: g10/keyserver.c:1531 #, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "fant ikke nøkkelen «%s» pÃ¥ nøkkeltjener\n" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1534 #, c-format msgid "key not found on keyserver\n" msgstr "fant ikke nøkkelen pÃ¥ nøkkeltjener\n" -#: g10/keyserver.c:1720 +#: g10/keyserver.c:1722 #, c-format msgid "requesting key %s from %s server %s\n" msgstr "ber om nøkkelen %s fra %s tjener %s\n" -#: g10/keyserver.c:1724 +#: g10/keyserver.c:1726 #, c-format msgid "requesting key %s from %s\n" msgstr "ber om nøkkelen %s fra %s\n" -#: g10/keyserver.c:1829 g10/keyserver.c:2008 +#: g10/keyserver.c:1841 g10/keyserver.c:2020 #, c-format msgid "no keyserver known\n" msgstr "ingen kjent nøkkeltjener\n" -#: g10/keyserver.c:1844 g10/skclist.c:213 g10/skclist.c:241 +#: g10/keyserver.c:1856 g10/skclist.c:213 g10/skclist.c:241 #, c-format msgid "skipped \"%s\": %s\n" msgstr "hoppet over «%s»: %s\n" -#: g10/keyserver.c:1848 +#: g10/keyserver.c:1860 #, c-format msgid "sending key %s to %s\n" msgstr "sender nøkkelen %s til %s\n" -#: g10/keyserver.c:1889 +#: g10/keyserver.c:1901 #, c-format msgid "requesting key from '%s'\n" msgstr "ber om nøkkel fra «%s»\n" -#: g10/keyserver.c:1905 +#: g10/keyserver.c:1917 #, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "ADVARSEL: klarte ikke Ã¥ fange URI %s: %s\n" @@ -6128,83 +6133,83 @@ msgstr " utsteder «%s»\n" msgid "Key available at: " msgstr "Nøkkel tilgjengelig ved: " -#: g10/mainproc.c:2033 +#: g10/mainproc.c:2034 #, c-format msgid "Note: Use '%s' to make use of this info\n" msgstr "" -#: g10/mainproc.c:2231 +#: g10/mainproc.c:2234 msgid "[uncertain]" msgstr "[usikker]" -#: g10/mainproc.c:2269 +#: g10/mainproc.c:2272 #, c-format msgid " aka \"%s\"" msgstr " aka «%s»" -#: g10/mainproc.c:2344 +#: g10/mainproc.c:2347 #, c-format msgid "WARNING: This key is not suitable for signing in %s mode\n" msgstr "ADVARSEL: Denne nøkkelen egner seg ikke for signering i %s-modus\n" -#: g10/mainproc.c:2360 +#: g10/mainproc.c:2363 #, c-format msgid "Signature expired %s\n" msgstr "Signatur utgÃ¥tt %s\n" -#: g10/mainproc.c:2365 +#: g10/mainproc.c:2368 #, c-format msgid "Signature expires %s\n" msgstr "Signatur utgÃ¥r %s\n" -#: g10/mainproc.c:2376 +#: g10/mainproc.c:2379 #, c-format msgid "%s signature, digest algorithm %s%s%s\n" msgstr "%s-signatur, kontrollsum-algoritme %s%s%s\n" -#: g10/mainproc.c:2377 +#: g10/mainproc.c:2380 msgid "binary" msgstr "binær" -#: g10/mainproc.c:2378 +#: g10/mainproc.c:2381 msgid "textmode" msgstr "tekstmodus" -#: g10/mainproc.c:2378 g10/trust.c:123 dirmngr/ocsp.c:792 +#: g10/mainproc.c:2381 g10/trust.c:123 dirmngr/ocsp.c:792 msgid "unknown" msgstr "ukjent" -#: g10/mainproc.c:2380 +#: g10/mainproc.c:2383 msgid ", key algorithm " msgstr ", nøkkelalgoritme" -#: g10/mainproc.c:2415 +#: g10/mainproc.c:2418 #, c-format msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n" msgstr "ADVARSEL: ikke en separat signatur. Fila «%s» er IKKE bekreftet.\n" -#: g10/mainproc.c:2454 +#: g10/mainproc.c:2457 #, c-format msgid "Can't check signature: %s\n" msgstr "Klarte ikke Ã¥ kontrollere signatur: %s\n" -#: g10/mainproc.c:2550 g10/mainproc.c:2569 g10/mainproc.c:2693 +#: g10/mainproc.c:2553 g10/mainproc.c:2572 g10/mainproc.c:2696 #, c-format msgid "not a detached signature\n" msgstr "ikke en separat signatur\n" -#: g10/mainproc.c:2603 +#: g10/mainproc.c:2606 #, c-format msgid "" "WARNING: multiple signatures detected. Only the first will be checked.\n" msgstr "ADVARSEL: fant flere signaturer. Kontrollerer bare den første.\n" -#: g10/mainproc.c:2612 +#: g10/mainproc.c:2615 #, c-format msgid "standalone signature of class 0x%02x\n" msgstr "separat signatur av klasse 0x%02x\n" -#: g10/mainproc.c:2697 +#: g10/mainproc.c:2700 #, c-format msgid "old style (PGP 2.x) signature\n" msgstr "gammeldags (PGP 2.x) signatur\n" @@ -8094,7 +8099,7 @@ msgstr "" #. TRANSLATORS: Put a \x1f right before a colon. This can be #. * used by pinentry to nicely align the names and values. Keep #. * the %s at the start and end of the string. -#: scd/app-piv.c:1770 scd/app-p15.c:4741 scd/app-nks.c:1475 +#: scd/app-piv.c:1770 scd/app-p15.c:4937 scd/app-nks.c:1530 #: scd/app-openpgp.c:2386 #, c-format msgid "%sNumber: %s%%0AHolder: %s%s" @@ -8102,7 +8107,7 @@ msgstr "%sNummer\\x1f: %s%%0AHolder\\x1f: %s%s" #. TRANSLATORS: This is the number of remaining attempts to #. * enter a PIN. Use %%0A (double-percent,0A) for a linefeed. -#: scd/app-piv.c:1787 scd/app-p15.c:4760 scd/app-nks.c:1494 +#: scd/app-piv.c:1787 scd/app-p15.c:4956 scd/app-nks.c:1549 #: scd/app-openpgp.c:2402 #, c-format msgid "Remaining attempts: %d" @@ -8144,7 +8149,7 @@ msgstr "|A|Skriv inn admin-PIN" msgid "||Please enter the Unblocking Key of your PIV card" msgstr "|P|Skriv inn PIN-opplÃ¥singskode (PUK) for standardnøkler." -#: scd/app-piv.c:1888 scd/app-nks.c:1605 scd/app-openpgp.c:2669 +#: scd/app-piv.c:1888 scd/app-nks.c:1660 scd/app-openpgp.c:2669 #: scd/app-openpgp.c:2693 scd/app-openpgp.c:2871 scd/app-openpgp.c:2893 #: scd/app-openpgp.c:3074 scd/app-openpgp.c:3361 scd/app-openpgp.c:3408 #: scd/app-openpgp.c:3545 scd/app-dinsig.c:302 @@ -8231,71 +8236,71 @@ msgstr[1] "nøkkelgenerering fullført (%d sekunder)\n" msgid "response does not contain the public key data\n" msgstr "svar inneholder ikke offentlig nøkkeldata\n" -#: scd/app-p15.c:4839 scd/app-nks.c:1983 +#: scd/app-p15.c:5035 scd/app-nks.c:2038 msgid "||Please enter the PIN for the key to create qualified signatures." msgstr "||Skriv inn PIN for Ã¥ la nøkkelen lage kvalifiserte signaturer." #. TRANSLATORS: Do not translate the "|A|" prefix but keep it at #. the start of the string. Use %0A (single percent) for a linefeed. -#: scd/app-p15.c:4842 scd/app-openpgp.c:2818 +#: scd/app-p15.c:5038 scd/app-openpgp.c:2818 msgid "|A|Please enter the Admin PIN" msgstr "|A|Skriv inn admin-PIN" -#: scd/app-p15.c:4844 scd/app-nks.c:1973 +#: scd/app-p15.c:5040 scd/app-nks.c:2028 msgid "|P|Please enter the PIN Unblocking Code (PUK) for the standard keys." msgstr "|P|Skriv inn PIN-opplÃ¥singskode (PUK) for standardnøkler." -#: scd/app-p15.c:4847 scd/app-nks.c:1964 +#: scd/app-p15.c:5043 scd/app-nks.c:2019 msgid "||Please enter the PIN for the standard keys." msgstr "||Skriv inn PIN-kode for standardnøkler." -#: scd/app-nks.c:1413 scd/app-openpgp.c:4321 +#: scd/app-nks.c:1468 scd/app-openpgp.c:4321 #, c-format msgid "RSA modulus missing or not of size %d bits\n" msgstr "RSA-modulus mangler eller er av annen størrelse enn %d bit\n" -#: scd/app-nks.c:1421 scd/app-openpgp.c:4333 +#: scd/app-nks.c:1476 scd/app-openpgp.c:4333 #, c-format msgid "RSA public exponent missing or larger than %d bits\n" msgstr "offentlig RSA-eksponent mangler eller er større enn %d bit\n" -#: scd/app-nks.c:1594 +#: scd/app-nks.c:1649 #, fuzzy #| msgid "the NullPIN has not yet been changed\n" msgid "Note: PIN has not yet been enabled." msgstr "NullPIN er ikke blitt endret enda\n" -#: scd/app-nks.c:1641 +#: scd/app-nks.c:1696 #, c-format msgid "the NullPIN has not yet been changed\n" msgstr "NullPIN er ikke blitt endret enda\n" -#: scd/app-nks.c:1963 +#: scd/app-nks.c:2018 msgid "|N|Please enter a new PIN for the standard keys." msgstr "|N|Skriv inn ny PIN-kode for standardnøkler." -#: scd/app-nks.c:1971 +#: scd/app-nks.c:2026 msgid "|NP|Please enter a new PIN Unblocking Code (PUK) for the standard keys." msgstr "|NP|Skriv inn ny PIN-opplÃ¥singskode (PUK) for standardnøkler." -#: scd/app-nks.c:1981 +#: scd/app-nks.c:2036 msgid "|N|Please enter a new PIN for the key to create qualified signatures." msgstr "|N|Skriv inn ny PIN for Ã¥ la nøkkelen lage kvalifiserte signaturer." -#: scd/app-nks.c:1991 +#: scd/app-nks.c:2046 msgid "" "|NP|Please enter a new PIN Unblocking Code (PUK) for the key to create " "qualified signatures." msgstr "" "|NP|Skriv inn ny PUK-kode for Ã¥ la nøkkelen lage kvalifiserte signaturer." -#: scd/app-nks.c:1993 +#: scd/app-nks.c:2048 msgid "" "|P|Please enter the PIN Unblocking Code (PUK) for the key to create " "qualified signatures." msgstr "|P|Skriv inn PUK-kode for Ã¥ la nøkkelen lage kvalifiserte signaturer." -#: scd/app-nks.c:2166 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 +#: scd/app-nks.c:2221 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 #, c-format msgid "error getting new PIN: %s\n" msgstr "feil under henting av ny PIN: %s\n" @@ -8476,59 +8481,59 @@ msgstr "||Skriv inn PIN-koden pÃ¥ leserens kodetastatur" msgid "|N|Initial New PIN" msgstr "|N|Ny PIN" -#: scd/scdaemon.c:118 +#: scd/scdaemon.c:119 msgid "run in multi server mode (foreground)" msgstr "kjør i multi-tjenermodus (forgrunn)" -#: scd/scdaemon.c:135 sm/gpgsm.c:271 dirmngr/dirmngr.c:197 +#: scd/scdaemon.c:136 sm/gpgsm.c:274 dirmngr/dirmngr.c:198 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "|NIVÃ…|endre feilsøkingsnivÃ¥ til valgt NIVÃ…" -#: scd/scdaemon.c:141 +#: scd/scdaemon.c:142 msgid "|FILE|write a log to FILE" msgstr "|FIL|skriv logg til valgt FIL" -#: scd/scdaemon.c:148 +#: scd/scdaemon.c:149 msgid "|N|connect to reader at port N" msgstr "|N|koble til leser via port N" -#: scd/scdaemon.c:150 +#: scd/scdaemon.c:151 msgid "|NAME|use NAME as ct-API driver" msgstr "|NAVN|bruk valgt NAVN som ct-API-driver" -#: scd/scdaemon.c:152 +#: scd/scdaemon.c:153 msgid "|NAME|use NAME as PC/SC driver" msgstr "|NAME|bruk valgt NAVN som PC-/SC-driver" -#: scd/scdaemon.c:156 +#: scd/scdaemon.c:157 msgid "do not use the internal CCID driver" msgstr "ikke bruk intern CCID-driver" -#: scd/scdaemon.c:162 +#: scd/scdaemon.c:163 msgid "|N|disconnect the card after N seconds of inactivity" msgstr "|N|koble fra kort etter N antall sekunder uten aktivitet" -#: scd/scdaemon.c:165 +#: scd/scdaemon.c:166 msgid "do not use a reader's pinpad" msgstr "ikke bruk kodetastatur" -#: scd/scdaemon.c:168 +#: scd/scdaemon.c:169 msgid "use variable length input for pinpad" msgstr "bruk inndata av vairabel lengde for kodetastatur" -#: scd/scdaemon.c:171 +#: scd/scdaemon.c:172 msgid "|LIST|change the application priority to LIST" msgstr "" -#: scd/scdaemon.c:179 +#: scd/scdaemon.c:180 msgid "deny the use of admin card commands" msgstr "avvis bruk av admin-kortkommandoer" -#: scd/scdaemon.c:324 +#: scd/scdaemon.c:325 msgid "Usage: @SCDAEMON@ [options] (-h for help)" msgstr "Bruk: @SCDAEMON@ [valg] (-h for hjelp)" -#: scd/scdaemon.c:326 +#: scd/scdaemon.c:327 msgid "" "Syntax: scdaemon [options] [command [args]]\n" "Smartcard daemon for @GNUPG@\n" @@ -8536,17 +8541,17 @@ msgstr "" "Syntaks: scdaemon [valg] [kommando [arg]]\n" "Smartcard-bakgrunnsprogram for @GNUPG@\n" -#: scd/scdaemon.c:807 +#: scd/scdaemon.c:819 #, c-format msgid "please use the option '--daemon' to run the program in the background\n" msgstr "bruk valget «--daemon» for Ã¥ kjøre programmet i bakgrunnen\n" -#: scd/scdaemon.c:1183 dirmngr/dirmngr.c:2077 +#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2104 #, c-format msgid "handler for fd %d started\n" msgstr "startet hÃ¥ndteringsprogram for fd %d\n" -#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2085 +#: scd/scdaemon.c:1207 dirmngr/dirmngr.c:2112 #, c-format msgid "handler for fd %d terminated\n" msgstr "avsluttet hÃ¥ndteringsprogram for fd %d\n" @@ -8822,7 +8827,7 @@ msgid "a %u bit hash is not valid for a %u bit %s key\n" msgstr "kontrollsum pÃ¥ %u bit er ugyldig for en %u-bit %s-nøkkel\n" #: sm/certcheck.c:239 sm/certcheck.c:263 dirmngr/crlcache.c:1542 -#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1363 dirmngr/validate.c:903 +#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1372 dirmngr/validate.c:903 #: dirmngr/validate.c:927 #, c-format msgid "out of core\n" @@ -9171,127 +9176,127 @@ msgstr "sletting av sertifikat «%s» mislyktes: %s\n" msgid "no valid recipients given\n" msgstr "ingen gyldige mottakere valgt\n" -#: sm/gpgsm.c:224 +#: sm/gpgsm.c:226 msgid "list external keys" msgstr "vis eksterne nøkler" -#: sm/gpgsm.c:226 +#: sm/gpgsm.c:228 msgid "list certificate chain" msgstr "vis sertifikatkjede " -#: sm/gpgsm.c:234 +#: sm/gpgsm.c:236 msgid "import certificates" msgstr "importer sertifikater" -#: sm/gpgsm.c:235 +#: sm/gpgsm.c:237 msgid "export certificates" msgstr "eksporter sertifikater" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:245 msgid "register a smartcard" msgstr "registrer smartkort" -#: sm/gpgsm.c:246 +#: sm/gpgsm.c:248 msgid "pass a command to the dirmngr" msgstr "send en kommando til dirmngr" -#: sm/gpgsm.c:248 +#: sm/gpgsm.c:250 msgid "invoke gpg-protect-tool" msgstr "kall gpg-protect-tool" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:270 msgid "don't use the terminal at all" msgstr "ikke bruk terminal i det hele tatt" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "|N|number of certificates to include" msgstr "|N|antall sertifikater som skal være med" -#: sm/gpgsm.c:296 +#: sm/gpgsm.c:299 msgid "|FILE|take policy information from FILE" msgstr "|FIL|hent regler fra valgt FIL" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "assume input is in PEM format" msgstr "forvent inndata i «PEM»-format" -#: sm/gpgsm.c:312 +#: sm/gpgsm.c:315 msgid "assume input is in base-64 format" msgstr "forvent inndata i «base-64»-format" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "assume input is in binary format" msgstr "forvent inndata i binærformat" -#: sm/gpgsm.c:323 +#: sm/gpgsm.c:326 msgid "create base-64 encoded output" msgstr "lag base64-kodet utdata" -#: sm/gpgsm.c:335 +#: sm/gpgsm.c:338 msgid "|USER-ID|use USER-ID as default secret key" msgstr "|BRUKER-ID|bruk valgt BRUKER-ID som forvalgt hemmelig nøkkel" -#: sm/gpgsm.c:346 +#: sm/gpgsm.c:349 msgid "|FILE|add keyring to the list of keyrings" msgstr "|FIL|legg til nøkkelknippe i liste over nøkkelknipper" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 msgid "|SPEC|use this keyserver to lookup keys" msgstr "|SPEC|bruk valgt nøkkeltjener til Ã¥ slÃ¥ opp nøkler" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "fetch missing issuer certificates" msgstr "hent manglende utstedersertifikat" -#: sm/gpgsm.c:361 +#: sm/gpgsm.c:364 msgid "|NAME|use encoding NAME for PKCS#12 passphrases" msgstr "|NAVN|bruk valgt kodeNAVN til PKCS#12-passordfraser" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 msgid "never consult a CRL" msgstr "aldri spør CRL" -#: sm/gpgsm.c:386 +#: sm/gpgsm.c:389 msgid "do not check CRLs for root certificates" msgstr "ikke se etter rotsertifikater i CRL" -#: sm/gpgsm.c:390 +#: sm/gpgsm.c:393 msgid "check validity using OCSP" msgstr "kontroller gyldighet med OCSP" -#: sm/gpgsm.c:392 +#: sm/gpgsm.c:395 msgid "do not check certificate policies" msgstr "ikke kontroller sertifikatregler" -#: sm/gpgsm.c:395 +#: sm/gpgsm.c:398 msgid "|NAME|use cipher algorithm NAME" msgstr "|NAVN|bruk valgt krypteringsalgoritme-NAVN" -#: sm/gpgsm.c:397 +#: sm/gpgsm.c:400 msgid "|NAME|use message digest algorithm NAME" msgstr "|NAVN|bruk valgt summeringsalgoritme-NAVN for melding" -#: sm/gpgsm.c:407 +#: sm/gpgsm.c:410 msgid "batch mode: never ask" msgstr "buntmodus: aldri spør" -#: sm/gpgsm.c:409 +#: sm/gpgsm.c:412 msgid "assume yes on most questions" msgstr "svar automatisk ja pÃ¥ de fleste spørsmÃ¥l" -#: sm/gpgsm.c:410 +#: sm/gpgsm.c:413 msgid "assume no on most questions" msgstr "svar automatisk nei pÃ¥ de fleste spørsmÃ¥l" -#: sm/gpgsm.c:427 +#: sm/gpgsm.c:430 msgid "|FILE|write an audit log to FILE" msgstr "|FIL|lagre en revisjonslogg i valgt FIL" -#: sm/gpgsm.c:612 +#: sm/gpgsm.c:615 msgid "Usage: @GPGSM@ [options] [files] (-h for help)" msgstr "Bruk: @GPGSM@ [valg] [filer] (-h for hjelp)" -#: sm/gpgsm.c:615 +#: sm/gpgsm.c:618 msgid "" "Syntax: @GPGSM@ [options] [files]\n" "Sign, check, encrypt or decrypt using the S/MIME protocol\n" @@ -9301,52 +9306,52 @@ msgstr "" "Signer, kontroller, krypter eller dekrypter.\n" "Forvalgt handling avhenger av inndata.\n" -#: sm/gpgsm.c:823 +#: sm/gpgsm.c:826 #, c-format msgid "Note: won't be able to encrypt to '%s': %s\n" msgstr "Merk: det er ikke mulig Ã¥ kryptere til «%s»: %s\n" -#: sm/gpgsm.c:834 +#: sm/gpgsm.c:837 #, c-format msgid "unknown validation model '%s'\n" msgstr "«%s» er en ukjent kontrollmodell\n" -#: sm/gpgsm.c:893 dirmngr/ldapserver.c:89 +#: sm/gpgsm.c:896 dirmngr/ldapserver.c:89 #, c-format msgid "%s:%u: no hostname given\n" msgstr "%s:%u: vertsnavn mangler\n" -#: sm/gpgsm.c:912 dirmngr/ldapserver.c:108 +#: sm/gpgsm.c:915 dirmngr/ldapserver.c:108 #, c-format msgid "%s:%u: password given without user\n" msgstr "%s:%u: passord skrevet inn uten brukernavn\n" -#: sm/gpgsm.c:943 dirmngr/ldapserver.c:139 +#: sm/gpgsm.c:946 dirmngr/ldapserver.c:139 #, c-format msgid "%s:%u: ignoring unknown flag '%s'\n" msgstr "" -#: sm/gpgsm.c:959 dirmngr/ldapserver.c:155 +#: sm/gpgsm.c:962 dirmngr/ldapserver.c:155 #, c-format msgid "%s:%u: skipping this line\n" msgstr "%s:%u: hopper over denne linja\n" -#: sm/gpgsm.c:1545 +#: sm/gpgsm.c:1550 #, c-format msgid "could not parse keyserver\n" msgstr "klarte ikke Ã¥ tolke nøkkeltjener\n" -#: sm/gpgsm.c:1825 +#: sm/gpgsm.c:1858 #, c-format msgid "importing common certificates '%s'\n" msgstr "importerer sertifikat «%s»\n" -#: sm/gpgsm.c:1871 +#: sm/gpgsm.c:1904 #, c-format msgid "can't sign using '%s': %s\n" msgstr "klarte ikke Ã¥ signere med «%s»: %s\n" -#: sm/gpgsm.c:2231 +#: sm/gpgsm.c:2273 #, c-format msgid "invalid command (there is no implicit command)\n" msgstr "ugyldig kommando (implisitt kommando finnes ikke)\n" @@ -10307,132 +10312,132 @@ msgstr "forventet fullstendig filsti\n" msgid "looking up '%s'\n" msgstr "slÃ¥r opp «%s»\n" -#: dirmngr/dirmngr.c:174 +#: dirmngr/dirmngr.c:175 msgid "list the contents of the CRL cache" msgstr "vis innhold i CRL-hurtiglager" -#: dirmngr/dirmngr.c:175 +#: dirmngr/dirmngr.c:176 msgid "|FILE|load CRL from FILE into cache" msgstr "|FIL|last inn CRL fra valgt FIL i hurtiglager" -#: dirmngr/dirmngr.c:176 +#: dirmngr/dirmngr.c:177 msgid "|URL|fetch a CRL from URL" msgstr "|ADR|hent CRL fra valgt nettADResse" -#: dirmngr/dirmngr.c:177 +#: dirmngr/dirmngr.c:178 msgid "shutdown the dirmngr" msgstr "slÃ¥ av dirmngr" -#: dirmngr/dirmngr.c:178 +#: dirmngr/dirmngr.c:179 msgid "flush the cache" msgstr "tøm hurtiglager" -#: dirmngr/dirmngr.c:211 +#: dirmngr/dirmngr.c:212 msgid "allow online software version check" msgstr "tillat kontroll av programvare-versjon over nett" -#: dirmngr/dirmngr.c:214 +#: dirmngr/dirmngr.c:215 msgid "|N|do not return more than N items in one query" msgstr "|N|ikke vis flere enn N antall elementer per spørring" -#: dirmngr/dirmngr.c:220 +#: dirmngr/dirmngr.c:221 msgid "Network related options" msgstr "" -#: dirmngr/dirmngr.c:222 +#: dirmngr/dirmngr.c:223 msgid "route all network traffic via Tor" msgstr "kjør all nettverkstrafikk gjennom Tor" -#: dirmngr/dirmngr.c:234 +#: dirmngr/dirmngr.c:235 msgid "Configuration for Keyservers" msgstr "Oppsett for nøkkeltjenere" -#: dirmngr/dirmngr.c:237 +#: dirmngr/dirmngr.c:238 msgid "|URL|use keyserver at URL" msgstr "|ADR|bruk nøkkeltjener pÃ¥ valgt nettADResse" -#: dirmngr/dirmngr.c:239 +#: dirmngr/dirmngr.c:240 msgid "|FILE|use the CA certificates in FILE for HKP over TLS" msgstr "|FIL|bruk CA-sertifikater i valgt FIL til HKP via TLS" -#: dirmngr/dirmngr.c:241 +#: dirmngr/dirmngr.c:242 msgid "Configuration for HTTP servers" msgstr "Oppsett for HTTP-tjenere" -#: dirmngr/dirmngr.c:243 +#: dirmngr/dirmngr.c:244 msgid "inhibit the use of HTTP" msgstr "hindre bruk av HTTP" -#: dirmngr/dirmngr.c:245 +#: dirmngr/dirmngr.c:246 msgid "ignore HTTP CRL distribution points" msgstr "ignorer HTTP CRL-distribusjonspunkter" -#: dirmngr/dirmngr.c:247 +#: dirmngr/dirmngr.c:248 msgid "|URL|redirect all HTTP requests to URL" msgstr "|ADR|videresend alle HTTP-forespørsler til valgt nettADResse" -#: dirmngr/dirmngr.c:249 +#: dirmngr/dirmngr.c:250 msgid "use system's HTTP proxy setting" msgstr "bruk systemets innstilling for HTTP-mellomtjener" -#: dirmngr/dirmngr.c:253 +#: dirmngr/dirmngr.c:254 msgid "Configuration of LDAP servers to use" msgstr "Oppsett for bruk av LDAP-tjenere" -#: dirmngr/dirmngr.c:255 +#: dirmngr/dirmngr.c:256 msgid "inhibit the use of LDAP" msgstr "hindre bruk av LDAP" -#: dirmngr/dirmngr.c:257 +#: dirmngr/dirmngr.c:258 msgid "ignore LDAP CRL distribution points" msgstr "ignorer LDAP CRL-distribusjonspunkter" -#: dirmngr/dirmngr.c:259 +#: dirmngr/dirmngr.c:260 msgid "|HOST|use HOST for LDAP queries" msgstr "|VERT|bruk valgt VERT til LDAP-oppslag" -#: dirmngr/dirmngr.c:261 +#: dirmngr/dirmngr.c:262 msgid "do not use fallback hosts with --ldap-proxy" msgstr "ikke bruk tilbakefallsverter ved bruk av valget «--ldap-proxy»" -#: dirmngr/dirmngr.c:263 +#: dirmngr/dirmngr.c:264 msgid "|FILE|read LDAP server list from FILE" msgstr "|FIL|les LDAP-tjenerliste fra valgt FIL" -#: dirmngr/dirmngr.c:265 +#: dirmngr/dirmngr.c:266 msgid "add new servers discovered in CRL distribution points to serverlist" msgstr "" "legg til tjenere i tjenerliste som blir oppdaget via CRL-distribusjonspunkter" -#: dirmngr/dirmngr.c:268 dirmngr/dirmngr_ldap.c:104 +#: dirmngr/dirmngr.c:269 dirmngr/dirmngr_ldap.c:104 msgid "|N|set LDAP timeout to N seconds" msgstr "|N|endre LDAP-tidsavbrudd til N antall sekunder" -#: dirmngr/dirmngr.c:271 +#: dirmngr/dirmngr.c:272 msgid "Configuration for OCSP" msgstr "Oppsett for OCSP" -#: dirmngr/dirmngr.c:273 +#: dirmngr/dirmngr.c:274 msgid "allow sending OCSP requests" msgstr "tillat sending av OCSP-forespørsler" -#: dirmngr/dirmngr.c:275 +#: dirmngr/dirmngr.c:276 msgid "ignore certificate contained OCSP service URLs" msgstr "ignorer OSCP-tjenesteadresser som følger sertifikater" -#: dirmngr/dirmngr.c:277 +#: dirmngr/dirmngr.c:278 msgid "|URL|use OCSP responder at URL" msgstr "|ADR|bruk OCSP-svartjeneste ved valgt nettADResse" -#: dirmngr/dirmngr.c:279 +#: dirmngr/dirmngr.c:280 msgid "|FPR|OCSP response signed by FPR" msgstr "|FPR|OCSP-svartjeneste signert av FPR" -#: dirmngr/dirmngr.c:287 +#: dirmngr/dirmngr.c:288 msgid "force loading of outdated CRLs" msgstr "tving innlasting av utdatert CRL" -#: dirmngr/dirmngr.c:298 +#: dirmngr/dirmngr.c:299 msgid "" "@\n" "(See the \"info\" manual for a complete listing of all commands and " @@ -10441,11 +10446,11 @@ msgstr "" "@\n" "Se «info»-bruksanvisning for fullstendig liste over alle kommandoer og valg\n" -#: dirmngr/dirmngr.c:440 +#: dirmngr/dirmngr.c:441 msgid "Usage: @DIRMNGR@ [options] (-h for help)" msgstr "Bruk: @DIRMNGR@ [valg] (-h for hjelp)" -#: dirmngr/dirmngr.c:442 +#: dirmngr/dirmngr.c:443 msgid "" "Syntax: @DIRMNGR@ [options] [command [args]]\n" "Keyserver, CRL, and OCSP access for @GNUPG@\n" @@ -10453,83 +10458,83 @@ msgstr "" "Syntaks: @DIRMNGR@ [valg] [kommando [arg]]\n" "Tilgang til nøkkeltjener, CRL og OCSP for @GNUPG@\n" -#: dirmngr/dirmngr.c:522 +#: dirmngr/dirmngr.c:523 #, c-format msgid "valid debug levels are: %s\n" msgstr "følgende feilsøkingsnivÃ¥er er gyldige: %s\n" -#: dirmngr/dirmngr.c:608 tools/gpgconf.c:667 tools/gpgconf.c:702 +#: dirmngr/dirmngr.c:609 tools/gpgconf.c:667 tools/gpgconf.c:702 #: tools/gpgconf.c:802 #, c-format msgid "usage: %s [options] " msgstr "bruk: %s [valg] " -#: dirmngr/dirmngr.c:1251 +#: dirmngr/dirmngr.c:1260 #, c-format msgid "colons are not allowed in the socket name\n" msgstr "kolon tillates ikke i sokkelnavn\n" -#: dirmngr/dirmngr.c:1486 dirmngr/server.c:1824 +#: dirmngr/dirmngr.c:1495 dirmngr/server.c:1824 #, c-format msgid "fetching CRL from '%s' failed: %s\n" msgstr "henting av CRL fra «%s» mislyktes: %s\n" -#: dirmngr/dirmngr.c:1492 dirmngr/server.c:1830 +#: dirmngr/dirmngr.c:1501 dirmngr/server.c:1830 #, c-format msgid "processing CRL from '%s' failed: %s\n" msgstr "behandling av CRL fra «%s» mislyktes: %s\n" -#: dirmngr/dirmngr.c:1634 +#: dirmngr/dirmngr.c:1643 #, c-format msgid "%s:%u: line too long - skipped\n" msgstr "%s:%u: for lang linje. Hoppet over\n" -#: dirmngr/dirmngr.c:1689 dirmngr/dirmngr.c:1773 +#: dirmngr/dirmngr.c:1698 dirmngr/dirmngr.c:1782 #, c-format msgid "%s:%u: invalid fingerprint detected\n" msgstr "%s:%u: oppdaget ugyldig fingeravtrykk\n" -#: dirmngr/dirmngr.c:1725 dirmngr/dirmngr.c:1751 tools/gpgconf-comp.c:3534 +#: dirmngr/dirmngr.c:1734 dirmngr/dirmngr.c:1760 tools/gpgconf-comp.c:3539 #, c-format msgid "%s:%u: read error: %s\n" msgstr "%s:%u: lesefeil: %s\n" -#: dirmngr/dirmngr.c:1780 +#: dirmngr/dirmngr.c:1789 #, c-format msgid "%s:%u: garbage at end of line ignored\n" msgstr "%s:%u: ignorerer ugyldige data ved linjeslutt\n" -#: dirmngr/dirmngr.c:1849 +#: dirmngr/dirmngr.c:1876 #, c-format msgid "SIGHUP received - re-reading configuration and flushing caches\n" msgstr "SIGHUP mottatt. Leser inn oppsett pÃ¥ nytt og tømmer hurtiglagre\n" -#: dirmngr/dirmngr.c:1890 +#: dirmngr/dirmngr.c:1917 #, c-format msgid "SIGUSR2 received - no action defined\n" msgstr "SIGUSR2 mottatt. Ingen handling definert\n" -#: dirmngr/dirmngr.c:1895 +#: dirmngr/dirmngr.c:1922 #, c-format msgid "SIGTERM received - shutting down ...\n" msgstr "SIGTERM mottatt. SlÃ¥r av …\n" -#: dirmngr/dirmngr.c:1897 +#: dirmngr/dirmngr.c:1924 #, c-format msgid "SIGTERM received - still %d active connections\n" msgstr "SIGTERM mottatt. %d tilkoblinger er fremdeles aktive\n" -#: dirmngr/dirmngr.c:1902 +#: dirmngr/dirmngr.c:1929 #, c-format msgid "shutdown forced\n" msgstr "slÃ¥r av under tvang\n" -#: dirmngr/dirmngr.c:1910 +#: dirmngr/dirmngr.c:1937 #, c-format msgid "SIGINT received - immediate shutdown\n" msgstr "SIGINT mottatt. SlÃ¥r av umiddelbart\n" -#: dirmngr/dirmngr.c:1917 +#: dirmngr/dirmngr.c:1944 #, c-format msgid "signal %d received - no action defined\n" msgstr "signal %d mottatt. Ingen handling definert\n" @@ -10985,7 +10990,7 @@ msgid "serialno missing in cert ID" msgstr "serienummer mangler i sertifikat-ID" #: dirmngr/server.c:1387 dirmngr/server.c:1473 dirmngr/server.c:1909 -#: dirmngr/server.c:1980 dirmngr/server.c:2552 dirmngr/server.c:2567 +#: dirmngr/server.c:1980 dirmngr/server.c:2556 dirmngr/server.c:2571 #, c-format msgid "assuan_inquire failed: %s\n" msgstr "«assuan_inquire» mislyktes: %s\n" @@ -11015,32 +11020,32 @@ msgstr "«fetch_next_cert» mislyktes: %s\n" msgid "max_replies %d exceeded\n" msgstr "max_replies %d overskredet\n" -#: dirmngr/server.c:2856 +#: dirmngr/server.c:2860 #, c-format msgid "can't allocate control structure: %s\n" msgstr "klarte ikke Ã¥ tildele kontrollstruktur: %s\n" -#: dirmngr/server.c:2867 +#: dirmngr/server.c:2871 #, c-format msgid "failed to allocate assuan context: %s\n" msgstr "klarte ikke Ã¥ tildele assuan-kontekst: %s\n" -#: dirmngr/server.c:2888 +#: dirmngr/server.c:2892 #, c-format msgid "failed to initialize the server: %s\n" msgstr "klarte ikke Ã¥ starte opp tjener: %s\n" -#: dirmngr/server.c:2896 +#: dirmngr/server.c:2900 #, c-format msgid "failed to the register commands with Assuan: %s\n" msgstr "klarte ikke Ã¥ registrere kommandoer i Assuan: %s\n" -#: dirmngr/server.c:2929 +#: dirmngr/server.c:2933 #, c-format msgid "Assuan accept problem: %s\n" msgstr "Assuan-godkjenningsproblem: %s\n" -#: dirmngr/server.c:2948 +#: dirmngr/server.c:2952 #, c-format msgid "Assuan processing failed: %s\n" msgstr "Assuan-behandling mislyktes: %s\n" @@ -11188,71 +11193,71 @@ msgstr "ingen dirmngr kjører i gjeldende økt\n" msgid "error sending standard options: %s\n" msgstr "feil under sending av standardvalg: %s\n" -#: tools/gpgconf-comp.c:647 +#: tools/gpgconf-comp.c:649 msgid "OpenPGP" msgstr "OpenPGP" -#: tools/gpgconf-comp.c:651 +#: tools/gpgconf-comp.c:653 msgid "S/MIME" msgstr "S/MIME" -#: tools/gpgconf-comp.c:655 +#: tools/gpgconf-comp.c:657 #, fuzzy #| msgid "public key is %s\n" msgid "Public Keys" msgstr "offentlig nøkkel er %s\n" -#: tools/gpgconf-comp.c:659 +#: tools/gpgconf-comp.c:661 msgid "Private Keys" msgstr "Privatnøkler" -#: tools/gpgconf-comp.c:663 +#: tools/gpgconf-comp.c:665 msgid "Smartcards" msgstr "Smartkort" -#: tools/gpgconf-comp.c:667 +#: tools/gpgconf-comp.c:669 msgid "TPM" msgstr "" -#: tools/gpgconf-comp.c:671 +#: tools/gpgconf-comp.c:673 msgid "Network" msgstr "Nettverk" -#: tools/gpgconf-comp.c:675 +#: tools/gpgconf-comp.c:677 msgid "Passphrase Entry" msgstr "Skriving av passordfrase" -#: tools/gpgconf-comp.c:939 +#: tools/gpgconf-comp.c:941 msgid "Component not suitable for launching" msgstr "Komponent egner seg ikke for oppstart" -#: tools/gpgconf-comp.c:945 +#: tools/gpgconf-comp.c:947 #, fuzzy, c-format #| msgid "External verification of component %s failed" msgid "Configuration file of component %s is broken\n" msgstr "Ekstern bekreftelse av komponent %s mislyktes" -#: tools/gpgconf-comp.c:948 +#: tools/gpgconf-comp.c:950 #, fuzzy, c-format #| msgid "Note: Use the command \"%s\" to restart them.\n" msgid "Note: Use the command \"%s%s\" to get details.\n" msgstr "Merk: Bruk kommandoen «%s» for Ã¥ starte dem pÃ¥ nytt.\n" -#: tools/gpgconf-comp.c:2811 +#: tools/gpgconf-comp.c:2816 #, c-format msgid "External verification of component %s failed" msgstr "Ekstern bekreftelse av komponent %s mislyktes" -#: tools/gpgconf-comp.c:2941 +#: tools/gpgconf-comp.c:2946 msgid "Note that group specifications are ignored\n" msgstr "Merk at gruppespesifikasjoner blir ignorert\n" -#: tools/gpgconf-comp.c:3538 +#: tools/gpgconf-comp.c:3543 #, c-format msgid "error closing '%s'\n" msgstr "feil under lukking av «%s»\n" -#: tools/gpgconf-comp.c:3540 +#: tools/gpgconf-comp.c:3545 #, c-format msgid "error parsing '%s'\n" msgstr "feil under tolkning av «%s»\n" @@ -11357,89 +11362,89 @@ msgstr "" "Syntaks: gpg-check-pattern [valg] mønsterfil\n" "Kontroller passordfrase oppgitt pÃ¥ standard innkanal mot valgt mønsterfil\n" -#: tools/gpg-card.c:2389 +#: tools/gpg-card.c:2390 #, fuzzy, c-format #| msgid "Note: keys are already stored on the card!\n" msgid "Note: key %s is already stored on the card!\n" msgstr "MERK: det ligger allerede nøkler pÃ¥ kortet.\n" -#: tools/gpg-card.c:2392 +#: tools/gpg-card.c:2393 #, fuzzy, c-format #| msgid "Note: keys are already stored on the card!\n" msgid "Note: Keys are already stored on the card!\n" msgstr "MERK: det ligger allerede nøkler pÃ¥ kortet.\n" -#: tools/gpg-card.c:2395 +#: tools/gpg-card.c:2396 #, fuzzy, c-format #| msgid "Replace existing keys? (y/N) " msgid "Replace existing key %s ? (y/N) " msgstr "Erstatte eksisterende nøkler? (j/N) " -#: tools/gpg-card.c:2548 tools/gpg-card.c:2711 tools/gpg-card.c:2934 -#: tools/gpg-card.c:3043 +#: tools/gpg-card.c:2549 tools/gpg-card.c:2712 tools/gpg-card.c:2935 +#: tools/gpg-card.c:3044 #, fuzzy, c-format #| msgid "OpenPGP card no. %s detected\n" msgid "%s card no. %s detected\n" msgstr "Oppdaget OpenPGP-kortnummer %s\n" -#: tools/gpg-card.c:3395 +#: tools/gpg-card.c:3396 #, c-format msgid "User Interaction Flag is set to \"%s\" - can't change\n" msgstr "" -#: tools/gpg-card.c:3405 tools/gpg-card.c:3419 +#: tools/gpg-card.c:3406 tools/gpg-card.c:3420 #, c-format msgid "" "Warning: Setting the User Interaction Flag to \"%s\"\n" " can only be reverted using a factory reset!\n" msgstr "" -#: tools/gpg-card.c:3422 +#: tools/gpg-card.c:3423 #, c-format msgid "Please use \"uif --yes %d %s\"\n" msgstr "" -#: tools/gpg-card.c:3668 +#: tools/gpg-card.c:3669 #, fuzzy #| msgid "add a certificate to the cache" msgid "authenticate to the card" msgstr "legg til sertifikat i hurtiglager" -#: tools/gpg-card.c:3670 +#: tools/gpg-card.c:3671 msgid "send a reset to the card daemon" msgstr "" -#: tools/gpg-card.c:3672 +#: tools/gpg-card.c:3673 #, fuzzy #| msgid "|NAME|use user NAME for authentication" msgid "setup KDF for PIN authentication" msgstr "|NAVN|bruk valgt brukerNAVN til autentisering" -#: tools/gpg-card.c:3674 +#: tools/gpg-card.c:3675 msgid "change a private data object" msgstr "" -#: tools/gpg-card.c:3675 +#: tools/gpg-card.c:3676 #, fuzzy #| msgid "add a certificate to the cache" msgid "read a certificate from a data object" msgstr "legg til sertifikat i hurtiglager" -#: tools/gpg-card.c:3676 +#: tools/gpg-card.c:3677 #, fuzzy #| msgid "add a certificate to the cache" msgid "store a certificate to a data object" msgstr "legg til sertifikat i hurtiglager" -#: tools/gpg-card.c:3677 +#: tools/gpg-card.c:3678 msgid "store a private key to a data object" msgstr "" -#: tools/gpg-card.c:3678 +#: tools/gpg-card.c:3679 msgid "Yubikey management commands" msgstr "" -#: tools/gpg-card.c:3680 +#: tools/gpg-card.c:3681 msgid "manage the command history" msgstr "" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg-2.2.24\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2021-04-07 19:24+0200\n" +"POT-Creation-Date: 2021-04-20 12:38+0200\n" "PO-Revision-Date: 2020-11-18 17:35+0100\n" "Last-Translator: Jakub Bogusz <qboosh@pld-linux.org>\n" "Language-Team: Polish <translation-team-pl@lists.sourceforge.net>\n" @@ -210,24 +210,24 @@ msgid "ssh keys greater than %d bits are not supported\n" msgstr "klucze ssh wiÄ™ksze niż %d bitów nie sÄ… obsÅ‚ugiwane\n" #: agent/command-ssh.c:872 common/dotlock.c:852 g10/card-util.c:953 -#: g10/export.c:1329 g10/gpg.c:1430 g10/keygen.c:5327 g10/keyring.c:1319 +#: g10/export.c:1329 g10/gpg.c:1431 g10/keygen.c:5347 g10/keyring.c:1319 #: g10/keyring.c:1632 g10/openfile.c:293 g10/photoid.c:531 g10/photoid.c:549 -#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:478 +#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:479 #, c-format msgid "can't create '%s': %s\n" msgstr "nie można utworzyć ,,%s'': %s\n" #: agent/command-ssh.c:884 common/helpfile.c:57 g10/card-util.c:910 #: g10/dearmor.c:59 g10/dearmor.c:106 g10/decrypt.c:65 g10/decrypt.c:136 -#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1431 -#: g10/import.c:359 g10/import.c:546 g10/import.c:781 g10/keygen.c:4302 +#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1432 +#: g10/import.c:371 g10/import.c:558 g10/import.c:793 g10/keygen.c:4322 #: g10/keyring.c:1658 g10/openfile.c:197 g10/openfile.c:211 g10/plaintext.c:128 #: g10/plaintext.c:610 g10/sign.c:1086 g10/sign.c:1311 g10/sign.c:1424 #: g10/sign.c:1596 g10/tdbdump.c:143 g10/tdbdump.c:151 g10/tdbio.c:758 -#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2338 -#: sm/gpgsm.c:2368 sm/gpgsm.c:2406 sm/qualified.c:65 dirmngr/certcache.c:396 -#: dirmngr/certcache.c:476 dirmngr/certcache.c:478 dirmngr/crlcache.c:2588 -#: dirmngr/dirmngr.c:1711 tools/gpg-card.c:407 +#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2380 +#: sm/gpgsm.c:2410 sm/gpgsm.c:2448 sm/keylist.c:1737 sm/qualified.c:65 +#: dirmngr/certcache.c:396 dirmngr/certcache.c:476 dirmngr/certcache.c:478 +#: dirmngr/crlcache.c:2588 dirmngr/dirmngr.c:1720 tools/gpg-card.c:408 #, c-format msgid "can't open '%s': %s\n" msgstr "nie można otworzyć ,,%s'': %s\n" @@ -406,217 +406,217 @@ msgstr "ProszÄ™ wprowadzić hasÅ‚o do%0Azabezpieczenia swojego nowego klucza" msgid "Please enter the new passphrase" msgstr "ProszÄ™ wprowadzić nowe hasÅ‚o" -#: agent/gpg-agent.c:161 scd/scdaemon.c:114 dirmngr/dirmngr.c:181 +#: agent/gpg-agent.c:162 scd/scdaemon.c:115 dirmngr/dirmngr.c:182 #, fuzzy #| msgid "Options useful for debugging" msgid "Options used for startup" msgstr "Opcje przydatne do diagnostyki" -#: agent/gpg-agent.c:163 scd/scdaemon.c:119 dirmngr/dirmngr.c:170 +#: agent/gpg-agent.c:164 scd/scdaemon.c:120 dirmngr/dirmngr.c:171 msgid "run in daemon mode (background)" msgstr "uruchomienie w trybie demona (w tle)" -#: agent/gpg-agent.c:164 scd/scdaemon.c:116 dirmngr/dirmngr.c:169 +#: agent/gpg-agent.c:165 scd/scdaemon.c:117 dirmngr/dirmngr.c:170 msgid "run in server mode (foreground)" msgstr "uruchomienie w trybie serwera (pierwszoplanowo)" -#: agent/gpg-agent.c:166 dirmngr/dirmngr.c:172 +#: agent/gpg-agent.c:167 dirmngr/dirmngr.c:173 msgid "run in supervised mode" msgstr "uruchomienie w trybie dozorowanym" -#: agent/gpg-agent.c:168 scd/scdaemon.c:120 dirmngr/dirmngr.c:183 +#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 msgid "do not detach from the console" msgstr "bez odÅ‚Ä…czania od konsoli" -#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 +#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 msgid "sh-style command output" msgstr "wyjÅ›cie poleceÅ„ w stylu sh" -#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 +#: agent/gpg-agent.c:171 scd/scdaemon.c:123 dirmngr/dirmngr.c:186 msgid "csh-style command output" msgstr "wyjÅ›cie poleceÅ„ w stylu csh" -#: agent/gpg-agent.c:178 g10/gpg.c:588 scd/scdaemon.c:124 sm/gpgsm.c:419 -#: dirmngr/dirmngr.c:187 +#: agent/gpg-agent.c:179 g10/gpg.c:589 scd/scdaemon.c:125 sm/gpgsm.c:422 +#: dirmngr/dirmngr.c:188 msgid "|FILE|read options from FILE" msgstr "|PLIK|odczyt opcji z PLIKU" -#: agent/gpg-agent.c:182 g10/gpg.c:573 scd/scdaemon.c:128 sm/gpgsm.c:262 -#: dirmngr/dirmngr.c:191 +#: agent/gpg-agent.c:183 g10/gpg.c:574 scd/scdaemon.c:129 sm/gpgsm.c:265 +#: dirmngr/dirmngr.c:192 msgid "Options controlling the diagnostic output" msgstr "Opcje sterujÄ…ce wyjÅ›ciem diagnostycznym" -#: agent/gpg-agent.c:184 g10/gpg.c:575 g10/gpgv.c:78 kbx/kbxutil.c:89 -#: scd/scdaemon.c:130 sm/gpgsm.c:264 dirmngr/dirmngr-client.c:69 -#: dirmngr/dirmngr.c:193 dirmngr/dirmngr_ldap.c:102 +#: agent/gpg-agent.c:185 g10/gpg.c:576 g10/gpgv.c:78 kbx/kbxutil.c:89 +#: scd/scdaemon.c:131 sm/gpgsm.c:267 dirmngr/dirmngr-client.c:69 +#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:102 #: tools/gpg-connect-agent.c:85 tools/gpgconf.c:111 msgid "verbose" msgstr "wiÄ™cej komunikatów" -#: agent/gpg-agent.c:185 g10/gpg.c:577 g10/gpgv.c:79 kbx/kbxutil.c:90 -#: scd/scdaemon.c:131 sm/gpgsm.c:266 dirmngr/dirmngr-client.c:70 -#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:103 +#: agent/gpg-agent.c:186 g10/gpg.c:578 g10/gpgv.c:79 kbx/kbxutil.c:90 +#: scd/scdaemon.c:132 sm/gpgsm.c:269 dirmngr/dirmngr-client.c:70 +#: dirmngr/dirmngr.c:195 dirmngr/dirmngr_ldap.c:103 msgid "be somewhat more quiet" msgstr "mniej komunikatów" -#: agent/gpg-agent.c:193 g10/gpg.c:592 sm/gpgsm.c:280 dirmngr/dirmngr.c:204 +#: agent/gpg-agent.c:194 g10/gpg.c:593 sm/gpgsm.c:283 dirmngr/dirmngr.c:205 msgid "|FILE|write server mode logs to FILE" msgstr "|PLIK|zapis logów trybu serwera do PLIKU" -#: agent/gpg-agent.c:197 g10/gpg.c:598 scd/scdaemon.c:145 sm/gpgsm.c:287 -#: dirmngr/dirmngr.c:208 +#: agent/gpg-agent.c:198 g10/gpg.c:599 scd/scdaemon.c:146 sm/gpgsm.c:290 +#: dirmngr/dirmngr.c:209 msgid "Options controlling the configuration" msgstr "Opcje sterujÄ…ce konfiguracjÄ…" -#: agent/gpg-agent.c:200 +#: agent/gpg-agent.c:201 msgid "do not use the SCdaemon" msgstr "nieużywanie SCdaemona" -#: agent/gpg-agent.c:202 +#: agent/gpg-agent.c:203 msgid "|PGM|use PGM as the SCdaemon program" msgstr "|PGM|użycie PGM jako programu SCdaemon" -#: agent/gpg-agent.c:204 +#: agent/gpg-agent.c:205 #, fuzzy #| msgid "|PGM|use PGM as the SCdaemon program" msgid "|PGM|use PGM as the tpm2daemon program" msgstr "|PGM|użycie PGM jako programu SCdaemon" -#: agent/gpg-agent.c:208 +#: agent/gpg-agent.c:209 msgid "|NAME|accept some commands via NAME" msgstr "|NAZWA|przyjÄ™cie poleceÅ„ poprzez NAZWĘ" -#: agent/gpg-agent.c:212 +#: agent/gpg-agent.c:213 msgid "ignore requests to change the TTY" msgstr "ignorowanie żądaÅ„ zmiany TTY" -#: agent/gpg-agent.c:214 +#: agent/gpg-agent.c:215 msgid "ignore requests to change the X display" msgstr "ignorowanie żądaÅ„ zmiany ekranu X" -#: agent/gpg-agent.c:215 +#: agent/gpg-agent.c:216 msgid "enable ssh support" msgstr "wÅ‚Ä…czenie obsÅ‚ugi ssh" -#: agent/gpg-agent.c:217 +#: agent/gpg-agent.c:218 msgid "|ALGO|use ALGO to show ssh fingerprints" msgstr "|ALGO|użycie ALGO do wyÅ›wietlania odcisków ssh" -#: agent/gpg-agent.c:220 +#: agent/gpg-agent.c:221 msgid "enable putty support" msgstr "wÅ‚Ä…czenie obsÅ‚ugi putty" -#: agent/gpg-agent.c:232 g10/gpg.c:843 scd/scdaemon.c:175 sm/gpgsm.c:379 +#: agent/gpg-agent.c:233 g10/gpg.c:844 scd/scdaemon.c:176 sm/gpgsm.c:382 msgid "Options controlling the security" msgstr "Opcje sterujÄ…ce bezpieczeÅ„stwem" -#: agent/gpg-agent.c:235 +#: agent/gpg-agent.c:236 msgid "|N|expire cached PINs after N seconds" msgstr "|N|przedawnienie pamiÄ™tanych PIN-ów po N sekundach" -#: agent/gpg-agent.c:237 +#: agent/gpg-agent.c:238 msgid "|N|expire SSH keys after N seconds" msgstr "|N|przedawnienie kluczy SSH po N sekundach" -#: agent/gpg-agent.c:239 +#: agent/gpg-agent.c:240 msgid "|N|set maximum PIN cache lifetime to N seconds" msgstr "" "|N|ustawienie maksymalnego czasu życia pamiÄ™ci podrÄ™cznej PIN-ów na N sekund" -#: agent/gpg-agent.c:241 +#: agent/gpg-agent.c:242 msgid "|N|set maximum SSH key lifetime to N seconds" msgstr "|N|ustawienie maksymalnego czasu życia kluczy SSH na N sekund" -#: agent/gpg-agent.c:243 +#: agent/gpg-agent.c:244 msgid "do not use the PIN cache when signing" msgstr "nieużywanie pamiÄ™ci PIN-ów przy podpisywaniu" -#: agent/gpg-agent.c:245 +#: agent/gpg-agent.c:246 msgid "disallow the use of an external password cache" msgstr "niezezwalanie na użycie zewnÄ™trznej pamiÄ™ci podrÄ™cznej haseÅ‚" -#: agent/gpg-agent.c:247 +#: agent/gpg-agent.c:248 msgid "disallow clients to mark keys as \"trusted\"" msgstr "niezezwalanie klientom na oznaczanie kluczy jako ,,zaufanych''" -#: agent/gpg-agent.c:250 +#: agent/gpg-agent.c:251 msgid "allow presetting passphrase" msgstr "zezwolenie na predefiniowane hasÅ‚o" -#: agent/gpg-agent.c:255 +#: agent/gpg-agent.c:256 msgid "Options enforcing a passphrase policy" msgstr "Opcje wymuszajÄ…ce politykÄ™ haseÅ‚" -#: agent/gpg-agent.c:258 +#: agent/gpg-agent.c:259 msgid "do not allow bypassing the passphrase policy" msgstr "niezezwalanie na pominiÄ™cie polityki haseÅ‚" -#: agent/gpg-agent.c:260 +#: agent/gpg-agent.c:261 msgid "|N|set minimal required length for new passphrases to N" msgstr "|N|ustawienie minimalnej dÅ‚ugoÅ›ci nowych haseÅ‚ na N" -#: agent/gpg-agent.c:262 +#: agent/gpg-agent.c:263 msgid "|N|require at least N non-alpha characters for a new passphrase" msgstr "|N|wymaganie przynajmniej N znaków niealfanumerycznych w nowym haÅ›le" -#: agent/gpg-agent.c:265 +#: agent/gpg-agent.c:266 msgid "|FILE|check new passphrases against pattern in FILE" msgstr "|PLIK|sprawdzanie nowych haseÅ‚ pod kÄ…tem wzorców z PLIKU" -#: agent/gpg-agent.c:267 +#: agent/gpg-agent.c:268 msgid "|N|expire the passphrase after N days" msgstr "|N|przedawnianie haseÅ‚ po N dniach" -#: agent/gpg-agent.c:269 +#: agent/gpg-agent.c:270 msgid "do not allow the reuse of old passphrases" msgstr "niezezwalanie na ponowne użycie starych haseÅ‚" -#: agent/gpg-agent.c:272 +#: agent/gpg-agent.c:273 #, fuzzy #| msgid "Options controlling the security" msgid "Options controlling the PIN-Entry" msgstr "Opcje sterujÄ…ce bezpieczeÅ„stwem" -#: agent/gpg-agent.c:274 +#: agent/gpg-agent.c:275 msgid "never use the PIN-entry" msgstr "" -#: agent/gpg-agent.c:276 +#: agent/gpg-agent.c:277 msgid "disallow caller to override the pinentry" msgstr "niezezwalanie wywoÅ‚ujÄ…cym na nadpisywanie pinentry" -#: agent/gpg-agent.c:278 +#: agent/gpg-agent.c:279 msgid "let PIN-Entry grab keyboard and mouse" msgstr "" -#: agent/gpg-agent.c:281 +#: agent/gpg-agent.c:282 msgid "|PGM|use PGM as the PIN-Entry program" msgstr "|PGM|użycie PGM jako programu do wprowadzania PIN-u" -#: agent/gpg-agent.c:285 +#: agent/gpg-agent.c:286 msgid "|N|set the Pinentry timeout to N seconds" msgstr "|N|ustawienie limitu czasu Pinentry na N sekund" -#: agent/gpg-agent.c:287 +#: agent/gpg-agent.c:288 msgid "allow passphrase to be prompted through Emacs" msgstr "zezwolenie na pytanie o hasÅ‚o poprzez Emacsa" #. TRANSLATORS: @EMAIL@ will get replaced by the actual bug #. reporting address. This is so that we can change the #. reporting address without breaking the translations. -#: agent/gpg-agent.c:550 agent/preset-passphrase.c:99 agent/protect-tool.c:154 -#: g10/gpg.c:1131 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:311 -#: sm/gpgsm.c:609 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:437 +#: agent/gpg-agent.c:551 agent/preset-passphrase.c:99 agent/protect-tool.c:154 +#: g10/gpg.c:1132 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:312 +#: sm/gpgsm.c:612 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:438 #: dirmngr/dirmngr_ldap.c:175 tools/gpg-connect-agent.c:220 tools/gpgconf.c:151 #: tools/gpg-check-pattern.c:143 msgid "Please report bugs to <@EMAIL@>.\n" msgstr "BÅ‚Ä™dy prosimy zgÅ‚aszać na adres <@EMAIL@>.\n" -#: agent/gpg-agent.c:559 +#: agent/gpg-agent.c:560 msgid "Usage: @GPG_AGENT@ [options] (-h for help)" msgstr "SkÅ‚adnia: @GPG_AGENT@ [opcje] (-h wyÅ›wietla pomoc)" -#: agent/gpg-agent.c:561 +#: agent/gpg-agent.c:562 msgid "" "Syntax: @GPG_AGENT@ [options] [command [args]]\n" "Secret key management for @GNUPG@\n" @@ -624,125 +624,125 @@ msgstr "" "SkÅ‚adnia: @GPG_AGENT@ [opcje] [polecenie [argumenty]]\n" "ZarzÄ…dzanie kluczem tajnym dla @GNUPG@\n" -#: agent/gpg-agent.c:606 g10/gpg.c:1336 scd/scdaemon.c:383 sm/gpgsm.c:757 -#: dirmngr/dirmngr.c:521 +#: agent/gpg-agent.c:607 g10/gpg.c:1337 scd/scdaemon.c:384 sm/gpgsm.c:760 +#: dirmngr/dirmngr.c:522 #, c-format msgid "invalid debug-level '%s' given\n" msgstr "podano bÅ‚Ä™dny poziom diagnostyki ,,%s''\n" -#: agent/gpg-agent.c:971 g10/gpg.c:3879 g10/gpg.c:3903 sm/gpgsm.c:1736 -#: sm/gpgsm.c:1742 +#: agent/gpg-agent.c:972 g10/gpg.c:3910 g10/gpg.c:3934 sm/gpgsm.c:1769 +#: sm/gpgsm.c:1775 #, c-format msgid "selected digest algorithm is invalid\n" msgstr "wybrany algorytm skrótów wiadomoÅ›ci jest niepoprawny\n" -#: agent/gpg-agent.c:1195 agent/gpg-agent.c:2010 g10/gpg.c:2588 -#: scd/scdaemon.c:548 sm/gpgsm.c:1151 dirmngr/dirmngr.c:988 -#: dirmngr/dirmngr.c:1830 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:2019 common/comopt.c:93 +#: g10/gpg.c:2591 scd/scdaemon.c:549 sm/gpgsm.c:1155 dirmngr/dirmngr.c:989 +#: dirmngr/dirmngr.c:1840 #, c-format msgid "reading options from '%s'\n" msgstr "odczyt opcji z ,,%s''\n" -#: agent/gpg-agent.c:1327 g10/gpg.c:3830 scd/scdaemon.c:675 sm/gpgsm.c:1676 -#: dirmngr/dirmngr.c:1099 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 +#: agent/gpg-agent.c:1335 g10/gpg.c:3861 scd/scdaemon.c:687 sm/gpgsm.c:1709 +#: dirmngr/dirmngr.c:1108 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 #, c-format msgid "Note: '%s' is not considered an option\n" msgstr "Uwaga: ,,%s'' nie jest uznane za opcjÄ™\n" -#: agent/gpg-agent.c:2146 scd/scdaemon.c:1096 dirmngr/dirmngr.c:1258 +#: agent/gpg-agent.c:2172 scd/scdaemon.c:1108 dirmngr/dirmngr.c:1267 #, c-format msgid "can't create socket: %s\n" msgstr "nie można utworzyć gniazda: %s\n" -#: agent/gpg-agent.c:2163 scd/scdaemon.c:1109 dirmngr/dirmngr.c:1271 +#: agent/gpg-agent.c:2189 scd/scdaemon.c:1121 dirmngr/dirmngr.c:1280 #, c-format msgid "socket name '%s' is too long\n" msgstr "nazwa gniazda ,,%s'' zbyt dÅ‚uga\n" -#: agent/gpg-agent.c:2202 +#: agent/gpg-agent.c:2228 #, c-format msgid "a gpg-agent is already running - not starting a new one\n" msgstr "gpg-agent już dziaÅ‚a - nieuruchamianie nowego\n" -#: agent/gpg-agent.c:2213 scd/scdaemon.c:1133 dirmngr/dirmngr.c:1303 +#: agent/gpg-agent.c:2239 scd/scdaemon.c:1145 dirmngr/dirmngr.c:1312 #, c-format msgid "error getting nonce for the socket\n" msgstr "bÅ‚Ä…d podczas pobierania nonce z gniazda\n" -#: agent/gpg-agent.c:2218 scd/scdaemon.c:1136 dirmngr/dirmngr.c:1306 +#: agent/gpg-agent.c:2244 scd/scdaemon.c:1148 dirmngr/dirmngr.c:1315 #, c-format msgid "error binding socket to '%s': %s\n" msgstr "bÅ‚Ä…d podczas przypisywania gniazda do ,,%s'': %s\n" -#: agent/gpg-agent.c:2229 agent/gpg-agent.c:2269 agent/gpg-agent.c:2278 -#: scd/scdaemon.c:1144 dirmngr/dirmngr.c:1315 +#: agent/gpg-agent.c:2255 agent/gpg-agent.c:2295 agent/gpg-agent.c:2304 +#: scd/scdaemon.c:1156 dirmngr/dirmngr.c:1324 #, c-format msgid "can't set permissions of '%s': %s\n" msgstr "nie można ustawić praw dostÄ™pu do ,,%s'': %s\n" -#: agent/gpg-agent.c:2243 scd/scdaemon.c:1156 dirmngr/dirmngr.c:1327 +#: agent/gpg-agent.c:2269 scd/scdaemon.c:1168 dirmngr/dirmngr.c:1336 #, c-format msgid "listening on socket '%s'\n" msgstr "nasÅ‚uchiwanie na gnieździe ,,%s''\n" -#: agent/gpg-agent.c:2263 agent/gpg-agent.c:2316 common/homedir.c:517 +#: agent/gpg-agent.c:2289 agent/gpg-agent.c:2342 common/homedir.c:517 #: g10/openfile.c:399 g10/photoid.c:379 #, c-format msgid "can't create directory '%s': %s\n" msgstr "nie można utworzyć katalogu ,,%s'': %s\n" -#: agent/gpg-agent.c:2266 agent/gpg-agent.c:2321 common/homedir.c:520 +#: agent/gpg-agent.c:2292 agent/gpg-agent.c:2347 common/homedir.c:520 #: g10/openfile.c:402 #, c-format msgid "directory '%s' created\n" msgstr "katalog ,,%s'' utworzony\n" -#: agent/gpg-agent.c:2327 +#: agent/gpg-agent.c:2353 #, c-format msgid "stat() failed for '%s': %s\n" msgstr "stat() nie powiodÅ‚o siÄ™ dla ,,%s'': %s\n" -#: agent/gpg-agent.c:2331 +#: agent/gpg-agent.c:2357 #, c-format msgid "can't use '%s' as home directory\n" msgstr "nie można użyć ,,%s'' jako katalogu domowego\n" -#: agent/gpg-agent.c:2486 scd/scdaemon.c:1172 dirmngr/dirmngr.c:2042 +#: agent/gpg-agent.c:2512 scd/scdaemon.c:1184 dirmngr/dirmngr.c:2069 #, c-format msgid "error reading nonce on fd %d: %s\n" msgstr "bÅ‚Ä…d odczytu nonce z fd %d: %s\n" -#: agent/gpg-agent.c:2693 +#: agent/gpg-agent.c:2719 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "obsÅ‚uga 0x%lx dla fd %d uruchomiona\n" -#: agent/gpg-agent.c:2698 +#: agent/gpg-agent.c:2724 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "obsÅ‚uga 0x%lx dla fd %d zakoÅ„czona\n" -#: agent/gpg-agent.c:2773 +#: agent/gpg-agent.c:2799 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "obsÅ‚uga ssh 0x%lx dla fd %d uruchomiona\n" -#: agent/gpg-agent.c:2778 +#: agent/gpg-agent.c:2804 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "obsÅ‚uga ssh 0x%lx dla fd %d zakoÅ„czona\n" -#: agent/gpg-agent.c:3000 scd/scdaemon.c:1362 dirmngr/dirmngr.c:2256 +#: agent/gpg-agent.c:3026 scd/scdaemon.c:1374 dirmngr/dirmngr.c:2283 #, c-format msgid "npth_pselect failed: %s - waiting 1s\n" msgstr "npth_pselect nie powiodÅ‚o siÄ™: %s - czekanie 1s\n" -#: agent/gpg-agent.c:3088 scd/scdaemon.c:1427 +#: agent/gpg-agent.c:3114 scd/scdaemon.c:1439 #, c-format msgid "%s %s stopped\n" msgstr "%s %s zatrzymany\n" -#: agent/gpg-agent.c:3226 common/simple-pwquery.c:247 g10/call-agent.c:260 +#: agent/gpg-agent.c:3252 common/simple-pwquery.c:247 g10/call-agent.c:260 #: sm/call-agent.c:131 tools/gpg-connect-agent.c:2319 tools/card-call-scd.c:311 #, c-format msgid "no gpg-agent running in this session\n" @@ -769,8 +769,8 @@ msgstr "" "SkÅ‚adnia: gpg-preset-passphrase [opcje] UCHWYT_KLUCZA\n" "Utrzymuwanie pamiÄ™ci haseÅ‚\n" -#: agent/protect-tool.c:107 g10/gpg.c:447 kbx/kbxutil.c:72 sm/gpgsm.c:213 -#: dirmngr/dirmngr.c:167 tools/gpgconf.c:81 +#: agent/protect-tool.c:107 g10/gpg.c:448 kbx/kbxutil.c:72 sm/gpgsm.c:215 +#: dirmngr/dirmngr.c:168 tools/gpgconf.c:81 msgid "" "@Commands:\n" " " @@ -1023,7 +1023,7 @@ msgid "error creating a stream for a pipe: %s\n" msgstr "bÅ‚Ä…d tworzenia strumienia dla potoku: %s\n" #: common/exechelp-posix.c:505 common/exechelp-posix.c:580 -#: common/exechelp-posix.c:861 dirmngr/dirmngr.c:1345 +#: common/exechelp-posix.c:866 dirmngr/dirmngr.c:1354 #, c-format msgid "error forking process: %s\n" msgstr "bÅ‚Ä…d podczas tworzenia procesu: %s\n" @@ -1033,23 +1033,23 @@ msgstr "bÅ‚Ä…d podczas tworzenia procesu: %s\n" msgid "waiting for process %d to terminate failed: %s\n" msgstr "oczekiwanie na zakoÅ„czenie procesu %d nie powiodÅ‚o siÄ™: %s\n" -#: common/exechelp-posix.c:688 common/exechelp-posix.c:804 +#: common/exechelp-posix.c:688 common/exechelp-posix.c:809 #, c-format msgid "error running '%s': probably not installed\n" msgstr "bÅ‚Ä…d uruchamiania ,,%s'': prawdopodobnie nie zainstalowany\n" -#: common/exechelp-posix.c:694 common/exechelp-posix.c:811 +#: common/exechelp-posix.c:694 common/exechelp-posix.c:816 #: common/exechelp-w32.c:839 common/exechelp-w32ce.c:782 #, c-format msgid "error running '%s': exit status %d\n" msgstr "bÅ‚Ä…d uruchamiania ,,%s'': kod wyjÅ›cia %d\n" -#: common/exechelp-posix.c:702 common/exechelp-posix.c:819 +#: common/exechelp-posix.c:702 common/exechelp-posix.c:824 #, c-format msgid "error running '%s': terminated\n" msgstr "bÅ‚Ä…d uruchamiania ,,%s'': zakoÅ„czono\n" -#: common/exechelp-posix.c:760 common/exechelp-w32.c:820 +#: common/exechelp-posix.c:765 common/exechelp-w32.c:820 #, c-format msgid "waiting for processes to terminate failed: %s\n" msgstr "oczekiwanie na zakoÅ„czenie procesów nie powiodÅ‚o siÄ™: %s\n" @@ -1095,7 +1095,7 @@ msgid "renaming '%s' to '%s' failed: %s\n" msgstr "zmiana nazwy ,,%s'' na ,,%s'' nie powiodÅ‚a siÄ™: %s\n" #. TRANSLATORS: See doc/TRANSLATE about this string. -#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3081 +#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3082 msgid "yes" msgstr "tak" @@ -1150,7 +1150,7 @@ msgid "out of core while allocating %lu bytes" msgstr "brak miejsca podczas przydzielania %lu bajtów" #: common/miscellaneous.c:115 g10/card-util.c:917 tools/no-libgcrypt.c:30 -#: tools/gpg-card.c:415 +#: tools/gpg-card.c:416 #, c-format msgid "error allocating enough memory: %s\n" msgstr "bÅ‚Ä…d przydzielania wystarczajÄ…cej iloÅ›ci pamiÄ™ci: %s\n" @@ -1228,7 +1228,7 @@ msgstr "bÅ‚Ä…d pobierania wersji z ,,%s'': %s\n" msgid "server '%s' is older than us (%s < %s)" msgstr "serwer ,,%s'' jest starszy niż nasz (%s < %s)" -#: common/asshelp.c:737 g10/call-dirmngr.c:407 +#: common/asshelp.c:737 g10/call-dirmngr.c:408 #, c-format msgid "WARNING: %s\n" msgstr "OSTRZEÅ»ENIE: %s\n" @@ -1506,8 +1506,8 @@ msgstr "blokada ,,%s'' nie zaÅ‚ożona: %s\n" msgid "waiting for lock %s...\n" msgstr "oczekiwanie na blokadÄ™ %s...\n" -#: common/init.c:191 sm/gpgsm.c:1032 dirmngr/dirmngr.c:894 -#: dirmngr/dirmngr.c:903 +#: common/init.c:191 sm/gpgsm.c:1036 dirmngr/dirmngr.c:895 +#: dirmngr/dirmngr.c:904 #, c-format msgid "%s is too old (need %s, have %s)\n" msgstr "biblioteka %s jest zbyt stara (wymagana %s, zainstalowana %s)\n" @@ -1676,52 +1676,52 @@ msgstr "bÅ‚Ä…d odczytu z %s: %s\n" msgid "problem with the agent: %s\n" msgstr "problem z agentem: %s\n" -#: g10/call-dirmngr.c:178 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 +#: g10/call-dirmngr.c:179 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 #, c-format msgid "no dirmngr running in this session\n" msgstr "brak dziaÅ‚ajÄ…cego dirmngr w tej sesji\n" -#: g10/call-dirmngr.c:212 +#: g10/call-dirmngr.c:213 #, fuzzy, c-format #| msgid "keyserver option \"%s\" may not be used in %s mode\n" msgid "keyserver option \"honor-keyserver-url\" may not be used in Tor mode\n" msgstr "opcja serwera kluczy ,,%s'' nie może być używana w trybie %s\n" -#: g10/call-dirmngr.c:385 +#: g10/call-dirmngr.c:386 msgid "WKD uses a cached result" msgstr "WKD używa zapamiÄ™tanego wyniku" -#: g10/call-dirmngr.c:388 +#: g10/call-dirmngr.c:389 msgid "Tor is not running" msgstr "Tor nie dziaÅ‚a" -#: g10/call-dirmngr.c:390 +#: g10/call-dirmngr.c:391 msgid "Tor is not properly configured" msgstr "Tor nie jest wÅ‚aÅ›ciwie skonfigurowany" -#: g10/call-dirmngr.c:392 +#: g10/call-dirmngr.c:393 msgid "DNS is not properly configured" msgstr "DNS nie jest wÅ‚aÅ›ciwie skonfigurowany" -#: g10/call-dirmngr.c:394 +#: g10/call-dirmngr.c:395 msgid "unacceptable HTTP redirect from server" msgstr "niedopuszczalne przekierowanie HTTP z serwera" -#: g10/call-dirmngr.c:396 +#: g10/call-dirmngr.c:397 msgid "unacceptable HTTP redirect from server was cleaned up" msgstr "niedopuszczalne przekierowanie HTTP z serwera zostaÅ‚o wyczyszczone" -#: g10/call-dirmngr.c:398 +#: g10/call-dirmngr.c:399 msgid "server uses an invalid certificate" msgstr "serwer używa bÅ‚Ä™dnego certyfikatu" -#: g10/call-dirmngr.c:405 g10/gpg.c:4568 +#: g10/call-dirmngr.c:406 g10/gpg.c:4599 #, c-format msgid "Note: %s\n" msgstr "Uwaga: %s\n" #: g10/card-util.c:86 g10/card-util.c:369 g10/card-util.c:1924 -#: tools/gpg-card.c:3038 +#: tools/gpg-card.c:3039 #, c-format msgid "OpenPGP card not available: %s\n" msgstr "Karta OpenPGP niedostÄ™pna: %s\n" @@ -1732,17 +1732,17 @@ msgid "OpenPGP card no. %s detected\n" msgstr "Wykryto kartÄ™ OpenPGP nr %s\n" #: g10/card-util.c:97 g10/card-util.c:2309 g10/delkey.c:164 g10/keyedit.c:1428 -#: g10/keygen.c:4771 g10/revoke.c:214 g10/revoke.c:638 +#: g10/keygen.c:4791 g10/revoke.c:214 g10/revoke.c:638 #, c-format msgid "can't do this in batch mode\n" msgstr "nie dziaÅ‚a w trybie wsadowym\n" -#: g10/card-util.c:105 tools/gpg-card.c:2942 +#: g10/card-util.c:105 tools/gpg-card.c:2943 #, c-format msgid "This command is only available for version 2 cards\n" msgstr "To polecenie jest dostÄ™pne tylko dla kart w wersji 2\n" -#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2947 +#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2948 #, c-format msgid "Reset Code not or not anymore available\n" msgstr "Kod resetujÄ…cy nie jest (już lub w ogóle) dostÄ™pny\n" @@ -1751,109 +1751,109 @@ msgstr "Kod resetujÄ…cy nie jest (już lub w ogóle) dostÄ™pny\n" #: g10/card-util.c:1802 g10/keyedit.c:394 g10/keyedit.c:415 g10/keyedit.c:429 #: g10/keygen.c:1991 g10/keygen.c:2165 g10/keygen.c:2385 g10/keygen.c:2685 #: sm/certreqgen-ui.c:166 sm/certreqgen-ui.c:292 sm/certreqgen-ui.c:326 -#: tools/gpg-card.c:509 +#: tools/gpg-card.c:510 msgid "Your selection? " msgstr "Twój wybór? " -#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:595 -#: tools/gpg-card.c:635 +#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:596 +#: tools/gpg-card.c:636 msgid "[not set]" msgstr "[nie ustawiono]" -#: g10/card-util.c:558 tools/gpg-card.c:902 +#: g10/card-util.c:558 tools/gpg-card.c:903 msgid "Mr." msgstr "Pan" -#: g10/card-util.c:559 tools/gpg-card.c:903 +#: g10/card-util.c:559 tools/gpg-card.c:904 msgid "Ms." msgstr "Pani" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 msgid "not forced" msgstr "nie wymuszono" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 msgid "forced" msgstr "wymuszono" -#: g10/card-util.c:768 tools/gpg-card.c:1467 +#: g10/card-util.c:768 tools/gpg-card.c:1468 msgid "Error: Only plain ASCII is currently allowed.\n" msgstr "BÅ‚Ä…d: aktualnie dopuszczalne jest tylko czyste ASCII.\n" -#: g10/card-util.c:770 tools/gpg-card.c:1469 +#: g10/card-util.c:770 tools/gpg-card.c:1470 msgid "Error: The \"<\" character may not be used.\n" msgstr "BÅ‚Ä…d: znak ,,<'' nie może być użyty.\n" -#: g10/card-util.c:772 tools/gpg-card.c:1471 +#: g10/card-util.c:772 tools/gpg-card.c:1472 msgid "Error: Double spaces are not allowed.\n" msgstr "BÅ‚Ä…d: podwójne spacje nie sÄ… dopuszczalne.\n" -#: g10/card-util.c:789 tools/gpg-card.c:1504 +#: g10/card-util.c:789 tools/gpg-card.c:1505 msgid "Cardholder's surname: " msgstr "Nazwisko posiadacza karty: " -#: g10/card-util.c:791 tools/gpg-card.c:1505 +#: g10/card-util.c:791 tools/gpg-card.c:1506 msgid "Cardholder's given name: " msgstr "ImiÄ™ posiadacza karty: " -#: g10/card-util.c:809 tools/gpg-card.c:1522 +#: g10/card-util.c:809 tools/gpg-card.c:1523 #, c-format msgid "Error: Combined name too long (limit is %d characters).\n" msgstr "BÅ‚Ä…d: peÅ‚ne personalia zbyt dÅ‚ugie (limit to %d znaków).\n" -#: g10/card-util.c:830 tools/gpg-card.c:1560 +#: g10/card-util.c:830 tools/gpg-card.c:1561 msgid "URL to retrieve public key: " msgstr "URL do odczytania klucza publicznego: " -#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:394 g10/import.c:744 -#: g10/import.c:803 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 -#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1657 -#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:425 +#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:406 g10/import.c:756 +#: g10/import.c:815 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 +#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1666 +#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:426 #, c-format msgid "error reading '%s': %s\n" msgstr "bÅ‚Ä…d odczytu ,,%s'': %s\n" #: g10/card-util.c:959 g10/decrypt-data.c:498 g10/export.c:2496 -#: dirmngr/crlcache.c:925 tools/gpg-card.c:485 tools/gpg-card.c:492 +#: dirmngr/crlcache.c:925 tools/gpg-card.c:486 tools/gpg-card.c:493 #, c-format msgid "error writing '%s': %s\n" msgstr "bÅ‚Ä…d zapisu ,,%s'': %s\n" -#: g10/card-util.c:986 tools/gpg-card.c:1649 +#: g10/card-util.c:986 tools/gpg-card.c:1650 msgid "Login data (account name): " msgstr "Dane logowania (nazwa konta): " -#: g10/card-util.c:1024 tools/gpg-card.c:1944 +#: g10/card-util.c:1024 tools/gpg-card.c:1945 msgid "Private DO data: " msgstr "Prywatne dane DO: " -#: g10/card-util.c:1109 tools/gpg-card.c:1698 +#: g10/card-util.c:1109 tools/gpg-card.c:1699 msgid "Language preferences: " msgstr "Preferowane jÄ™zyki: " -#: g10/card-util.c:1117 tools/gpg-card.c:1709 +#: g10/card-util.c:1117 tools/gpg-card.c:1710 #, c-format msgid "Error: invalid length of preference string.\n" msgstr "BÅ‚Ä…d: niewÅ‚aÅ›ciwa dÅ‚ugość tekstu preferencji.\n" -#: g10/card-util.c:1126 tools/gpg-card.c:1718 +#: g10/card-util.c:1126 tools/gpg-card.c:1719 #, c-format msgid "Error: invalid characters in preference string.\n" msgstr "BÅ‚Ä…d: niewÅ‚aÅ›ciwe znaki w tekÅ›cie preferencji.\n" -#: g10/card-util.c:1148 tools/gpg-card.c:1752 +#: g10/card-util.c:1148 tools/gpg-card.c:1753 msgid "Salutation (M = Mr., F = Ms., or space): " msgstr "TutuÅ‚ (M = Pan, F = Pani lub spacja): " -#: g10/card-util.c:1162 tools/gpg-card.c:1769 +#: g10/card-util.c:1162 tools/gpg-card.c:1770 msgid "Error: invalid response.\n" msgstr "BÅ‚Ä…d: niewÅ‚aÅ›ciwa odpowiedź.\n" -#: g10/card-util.c:1185 tools/gpg-card.c:1834 +#: g10/card-util.c:1185 tools/gpg-card.c:1835 msgid "CA fingerprint: " msgstr "Odcisk CA:" -#: g10/card-util.c:1209 tools/gpg-card.c:1860 +#: g10/card-util.c:1209 tools/gpg-card.c:1861 #, c-format msgid "Error: invalid formatted fingerprint.\n" msgstr "BÅ‚Ä…d: niewÅ‚aÅ›ciwie sformatowany odcisk.\n" @@ -1867,7 +1867,7 @@ msgstr "operacja na kluczu niewykonalna: %s\n" msgid "not an OpenPGP card" msgstr "to nie jest karta OpenPGP" -#: g10/card-util.c:1273 g10/keygen.c:4791 g10/keygen.c:5952 +#: g10/card-util.c:1273 g10/keygen.c:4811 g10/keygen.c:5972 #, c-format msgid "error getting current key info: %s\n" msgstr "bÅ‚Ä…d podczas odczytu aktualnych informacji o kluczu: %s\n" @@ -1876,7 +1876,7 @@ msgstr "bÅ‚Ä…d podczas odczytu aktualnych informacji o kluczu: %s\n" msgid "Replace existing key? (y/N) " msgstr "ZastÄ…pić istniejÄ…cy klucz? (t/N) " -#: g10/card-util.c:1375 tools/gpg-card.c:3327 +#: g10/card-util.c:1375 tools/gpg-card.c:3328 #, fuzzy #| msgid "" #| "Note: There is no guarantee that the card supports the requested size.\n" @@ -1965,13 +1965,13 @@ msgid "error getting card info: %s\n" msgstr "bÅ‚Ä…d podczas pobierania informacji o karcie: %s\n" #: g10/card-util.c:1591 g10/card-util.c:1936 g10/card-util.c:2112 -#: g10/card-util.c:2171 tools/gpg-card.c:3056 tools/gpg-card.c:3295 -#: tools/gpg-card.c:3353 +#: g10/card-util.c:2171 tools/gpg-card.c:3057 tools/gpg-card.c:3296 +#: tools/gpg-card.c:3354 #, c-format msgid "This command is not supported by this card\n" msgstr "To polecenie nie jest obsÅ‚ugiwane przez tÄ™ kartÄ™\n" -#: g10/card-util.c:1637 tools/gpg-card.c:2425 +#: g10/card-util.c:1637 tools/gpg-card.c:2426 msgid "Make off-card backup of encryption key? (Y/n) " msgstr "Stworzyć poza kartÄ… kopiÄ™ zapasowÄ… klucza szyfrujÄ…cego? (T/n) " @@ -1980,11 +1980,11 @@ msgstr "Stworzyć poza kartÄ… kopiÄ™ zapasowÄ… klucza szyfrujÄ…cego? (T/n) " msgid "Note: keys are already stored on the card!\n" msgstr "Uwaga: klucze sÄ… już zapisane na karcie!\n" -#: g10/card-util.c:1654 tools/gpg-card.c:2397 +#: g10/card-util.c:1654 tools/gpg-card.c:2398 msgid "Replace existing keys? (y/N) " msgstr "ZastÄ…pić istniejÄ…ce klucze? (t/N) " -#: g10/card-util.c:1666 tools/gpg-card.c:2456 +#: g10/card-util.c:1666 tools/gpg-card.c:2457 #, c-format msgid "" "Please note that the factory settings of the PINs are\n" @@ -2020,16 +2020,16 @@ msgstr "ProszÄ™ wybrać gdzie zapisać klucz:\n" msgid "KEYTOCARD failed: %s\n" msgstr "KEYTOCARD nie powiodÅ‚o siÄ™: %s\n" -#: g10/card-util.c:1941 tools/gpg-card.c:3064 +#: g10/card-util.c:1941 tools/gpg-card.c:3065 #, c-format msgid "Note: This command destroys all keys stored on the card!\n" msgstr "Uwaga: to polecenie niszczy wszystkie klucze zapisane na karcie!\n" -#: g10/card-util.c:1944 tools/gpg-card.c:3067 tools/gpg-card.c:3408 +#: g10/card-util.c:1944 tools/gpg-card.c:3068 tools/gpg-card.c:3409 msgid "Continue? (y/N) " msgstr "Kontynuować? (t/N) " -#: g10/card-util.c:1949 tools/gpg-card.c:3078 +#: g10/card-util.c:1949 tools/gpg-card.c:3079 msgid "Really do a factory reset? (enter \"yes\") " msgstr "NaprawdÄ™ przywrócić stan fabryczny? (proszÄ™ wpisać ,,yes'') " @@ -2044,7 +2044,7 @@ msgstr "bÅ‚Ä…d przy ustawianiu KDF: %s\n" msgid "error for setup UIF: %s\n" msgstr "bÅ‚Ä…d przy ustawianiu KDF: %s\n" -#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3648 +#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3649 msgid "quit this menu" msgstr "wyjÅ›cie z tego menu" @@ -2052,63 +2052,63 @@ msgstr "wyjÅ›cie z tego menu" msgid "show admin commands" msgstr "pokazanie poleceÅ„ administratora" -#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3651 +#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3652 msgid "show this help" msgstr "ten tekst pomocy" -#: g10/card-util.c:2217 tools/gpg-card.c:3653 +#: g10/card-util.c:2217 tools/gpg-card.c:3654 msgid "list all available data" msgstr "wypisanie wszystkich dostÄ™pnych danych" -#: g10/card-util.c:2220 tools/gpg-card.c:3655 +#: g10/card-util.c:2220 tools/gpg-card.c:3656 msgid "change card holder's name" msgstr "zmiana nazwy posiadacza karty" -#: g10/card-util.c:2221 tools/gpg-card.c:3656 +#: g10/card-util.c:2221 tools/gpg-card.c:3657 msgid "change URL to retrieve key" msgstr "zmiana URL-a do odczytu klucza" -#: g10/card-util.c:2222 tools/gpg-card.c:3657 +#: g10/card-util.c:2222 tools/gpg-card.c:3658 msgid "fetch the key specified in the card URL" msgstr "pobranie klucza okreÅ›lonego w URL-u karty" -#: g10/card-util.c:2223 tools/gpg-card.c:3658 +#: g10/card-util.c:2223 tools/gpg-card.c:3659 msgid "change the login name" msgstr "zmiana nazwy logowania" -#: g10/card-util.c:2224 tools/gpg-card.c:3659 +#: g10/card-util.c:2224 tools/gpg-card.c:3660 msgid "change the language preferences" msgstr "zmiana preferowanych jÄ™zyków" -#: g10/card-util.c:2225 tools/gpg-card.c:3660 +#: g10/card-util.c:2225 tools/gpg-card.c:3661 msgid "change card holder's salutation" msgstr "zmiana tytuÅ‚u posiadacza karty" -#: g10/card-util.c:2227 tools/gpg-card.c:3662 +#: g10/card-util.c:2227 tools/gpg-card.c:3663 msgid "change a CA fingerprint" msgstr "zmiana odcisku CA" -#: g10/card-util.c:2228 tools/gpg-card.c:3663 +#: g10/card-util.c:2228 tools/gpg-card.c:3664 msgid "toggle the signature force PIN flag" msgstr "zmiana flagi wymuszenia PIN-u do podpisu" -#: g10/card-util.c:2229 tools/gpg-card.c:3664 +#: g10/card-util.c:2229 tools/gpg-card.c:3665 msgid "generate new keys" msgstr "wygenerowanie nowych kluczy" -#: g10/card-util.c:2230 tools/gpg-card.c:3665 +#: g10/card-util.c:2230 tools/gpg-card.c:3666 msgid "menu to change or unblock the PIN" msgstr "menu do zmiany lub odblokowania PIN-u" -#: g10/card-util.c:2231 tools/gpg-card.c:3666 +#: g10/card-util.c:2231 tools/gpg-card.c:3667 msgid "verify the PIN and list all data" msgstr "sprawdzenie PIN-u i wypisanie wszystkich danych" -#: g10/card-util.c:2232 tools/gpg-card.c:3667 +#: g10/card-util.c:2232 tools/gpg-card.c:3668 msgid "unblock the PIN using a Reset Code" msgstr "odblokowanie PIN-u przy użyciu kodu resetujÄ…cego" -#: g10/card-util.c:2233 tools/gpg-card.c:3671 +#: g10/card-util.c:2233 tools/gpg-card.c:3672 msgid "destroy all keys and data" msgstr "zniszczenie wszystkich kluczy i danych" @@ -2122,13 +2122,13 @@ msgstr "ustawienie KDF do uwierzytelniania PIN-em" msgid "change the key attribute" msgstr "zmiana atrybutu klucza" -#: g10/card-util.c:2237 tools/gpg-card.c:3673 +#: g10/card-util.c:2237 tools/gpg-card.c:3674 #, fuzzy #| msgid "change the ownertrust" msgid "change the User Interaction Flag" msgstr "zmiana zaufania wÅ‚aÅ›ciciela" -#: g10/card-util.c:2361 tools/gpg-card.c:3923 +#: g10/card-util.c:2361 tools/gpg-card.c:3924 msgid "gpg/card> " msgstr "gpg/karta> " @@ -2144,8 +2144,8 @@ msgstr "Polecenia dla administratora sÄ… dozwolone\n" msgid "Admin commands are not allowed\n" msgstr "Polecenia dla administratora nie sÄ… dozwolone\n" -#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3813 -#: tools/gpg-card.c:4071 +#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3814 +#: tools/gpg-card.c:4072 #, c-format msgid "Invalid command (try \"help\")\n" msgstr "Niepoprawne polecenie (spróbuj ,,help'')\n" @@ -2155,21 +2155,21 @@ msgstr "Niepoprawne polecenie (spróbuj ,,help'')\n" msgid "--output doesn't work for this command\n" msgstr "opcja --output nie dziaÅ‚a z tym poleceniem\n" -#: g10/decrypt.c:247 g10/gpg.c:5262 g10/keyring.c:399 g10/keyring.c:750 +#: g10/decrypt.c:247 g10/gpg.c:5293 g10/keyring.c:399 g10/keyring.c:750 #, c-format msgid "can't open '%s'\n" msgstr "nie można otworzyć ,,%s''\n" #: g10/delkey.c:81 g10/export.c:1934 g10/export.c:2342 g10/export.c:2463 -#: g10/getkey.c:1907 g10/gpg.c:5207 g10/keyedit.c:1450 g10/keyedit.c:2382 -#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1238 +#: g10/getkey.c:1907 g10/gpg.c:5238 g10/keyedit.c:1450 g10/keyedit.c:2382 +#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1240 #: g10/revoke.c:230 g10/tofu.c:2168 #, c-format msgid "key \"%s\" not found: %s\n" msgstr "klucz ,,%s'' nie zostaÅ‚ odnaleziony: %s\n" -#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4303 -#: g10/gpg.c:5216 g10/keyedit.c:2354 g10/keyserver.c:1256 g10/revoke.c:236 +#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4330 +#: g10/gpg.c:5247 g10/keyedit.c:2354 g10/keyserver.c:1258 g10/revoke.c:236 #: g10/revoke.c:665 g10/tofu.c:2176 #, c-format msgid "error reading keyblock: %s\n" @@ -2294,14 +2294,14 @@ msgstr "szyfr ,,%s'' nie może być używany w trybie %s\n" msgid "(use option \"%s\" to override)\n" msgstr "" -#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4052 -#: g10/gpg.c:4099 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1760 +#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4083 +#: g10/gpg.c:4130 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1793 #, c-format msgid "cipher algorithm '%s' may not be used in %s mode\n" msgstr "szyfr ,,%s'' nie może być używany w trybie %s\n" -#: g10/encrypt.c:564 g10/gpg.c:4064 g10/gpg.c:4111 g10/sig-check.c:155 -#: g10/sign.c:452 sm/gpgsm.c:1770 sm/gpgsm.c:1780 sm/sign.c:596 sm/verify.c:510 +#: g10/encrypt.c:564 g10/gpg.c:4095 g10/gpg.c:4142 g10/sig-check.c:155 +#: g10/sign.c:452 sm/gpgsm.c:1803 sm/gpgsm.c:1813 sm/sign.c:596 sm/verify.c:510 #, c-format msgid "digest algorithm '%s' may not be used in %s mode\n" msgstr "algorytm skrótu ,,%s'' nie może być używany w trybie %s\n" @@ -2400,7 +2400,7 @@ msgstr "użycie formatu kopii zapasowej klucza GnuPG" msgid " - skipped" msgstr " - pominiÄ™ty" -#: g10/export.c:1333 g10/import.c:2112 g10/openfile.c:202 g10/openfile.c:296 +#: g10/export.c:1333 g10/import.c:2124 g10/openfile.c:202 g10/openfile.c:296 #: g10/sign.c:1110 g10/sign.c:1447 #, c-format msgid "writing to '%s'\n" @@ -2492,282 +2492,282 @@ msgstr "" msgid "using subkey %s instead of primary key %s\n" msgstr "używany jest podklucz %s zamiast klucza głównego %s\n" -#: g10/getkey.c:4232 g10/gpg.c:2164 +#: g10/getkey.c:4259 g10/gpg.c:2167 #, c-format msgid "valid values for option '%s':\n" msgstr "poprawne argimenty dla opcji ,,%s'':\n" -#: g10/gpg.c:449 sm/gpgsm.c:215 +#: g10/gpg.c:450 sm/gpgsm.c:217 msgid "make a signature" msgstr "zÅ‚ożenie podpisu" -#: g10/gpg.c:450 +#: g10/gpg.c:451 msgid "make a clear text signature" msgstr "zÅ‚ożenie podpisu pod dokumentem" -#: g10/gpg.c:452 sm/gpgsm.c:217 +#: g10/gpg.c:453 sm/gpgsm.c:219 msgid "make a detached signature" msgstr "zÅ‚ożenie podpisu oddzielonego od dokumentu" -#: g10/gpg.c:453 sm/gpgsm.c:218 +#: g10/gpg.c:454 sm/gpgsm.c:220 msgid "encrypt data" msgstr "szyfrowanie danych" -#: g10/gpg.c:455 +#: g10/gpg.c:456 msgid "encryption only with symmetric cipher" msgstr "szyfrowanie tylko szyfrem symetrycznym" -#: g10/gpg.c:457 sm/gpgsm.c:220 +#: g10/gpg.c:458 sm/gpgsm.c:222 msgid "decrypt data (default)" msgstr "odszyfrowywanie danych (domyÅ›lne)" -#: g10/gpg.c:459 sm/gpgsm.c:221 +#: g10/gpg.c:460 sm/gpgsm.c:223 msgid "verify a signature" msgstr "sprawdzenie podpisu" -#: g10/gpg.c:461 sm/gpgsm.c:222 +#: g10/gpg.c:462 sm/gpgsm.c:224 msgid "list keys" msgstr "lista kluczy" -#: g10/gpg.c:463 +#: g10/gpg.c:464 msgid "list keys and signatures" msgstr "lista kluczy i podpisów" -#: g10/gpg.c:466 +#: g10/gpg.c:467 msgid "list and check key signatures" msgstr "wypisanie i sprawdzenie podpisów kluczy" -#: g10/gpg.c:468 sm/gpgsm.c:227 +#: g10/gpg.c:469 sm/gpgsm.c:229 msgid "list keys and fingerprints" msgstr "lista kluczy i ich odcisków" -#: g10/gpg.c:469 sm/gpgsm.c:225 +#: g10/gpg.c:470 sm/gpgsm.c:227 msgid "list secret keys" msgstr "lista kluczy prywatnych" -#: g10/gpg.c:471 sm/gpgsm.c:228 +#: g10/gpg.c:472 sm/gpgsm.c:230 msgid "generate a new key pair" msgstr "wygenerowanie nowej pary kluczy" -#: g10/gpg.c:474 +#: g10/gpg.c:475 msgid "quickly generate a new key pair" msgstr "szybkie wygenerowanie nowej pary kluczy" -#: g10/gpg.c:477 +#: g10/gpg.c:478 msgid "quickly add a new user-id" msgstr "szybkie dodanie nowego identyfikatora użytkownika" -#: g10/gpg.c:482 +#: g10/gpg.c:483 msgid "quickly revoke a user-id" msgstr "szybkie unieważnienie identyfikatora użytkownika" -#: g10/gpg.c:485 +#: g10/gpg.c:486 msgid "quickly set a new expiration date" msgstr "szybkie ustawienie nowej daty wygaÅ›niÄ™cia" -#: g10/gpg.c:488 +#: g10/gpg.c:489 msgid "full featured key pair generation" msgstr "wygenerowanie pary kluczy z peÅ‚nÄ… funkcjonalnoÅ›ciÄ…" -#: g10/gpg.c:491 +#: g10/gpg.c:492 msgid "generate a revocation certificate" msgstr "tworzenie certyfikatu unieważnienia klucza" -#: g10/gpg.c:494 sm/gpgsm.c:231 +#: g10/gpg.c:495 sm/gpgsm.c:233 msgid "remove keys from the public keyring" msgstr "usuniÄ™cie klucza ze zbioru kluczy publicznych" -#: g10/gpg.c:496 +#: g10/gpg.c:497 msgid "remove keys from the secret keyring" msgstr "usuniÄ™cie klucza ze zbioru kluczy prywatnych" -#: g10/gpg.c:498 +#: g10/gpg.c:499 msgid "quickly sign a key" msgstr "szybkie zÅ‚ożenie podpisu na kluczu" -#: g10/gpg.c:500 +#: g10/gpg.c:501 msgid "quickly sign a key locally" msgstr "szybkie zÅ‚ożenie prywatnego podpisu na kluczu" -#: g10/gpg.c:502 +#: g10/gpg.c:503 msgid "quickly revoke a key signature" msgstr "szybkie unieważnienie podpisu klucza" -#: g10/gpg.c:503 +#: g10/gpg.c:504 msgid "sign a key" msgstr "zÅ‚ożenie podpisu na kluczu" -#: g10/gpg.c:504 +#: g10/gpg.c:505 msgid "sign a key locally" msgstr "zÅ‚ożenie prywatnego podpisu na kluczu" -#: g10/gpg.c:505 +#: g10/gpg.c:506 msgid "sign or edit a key" msgstr "podpisanie lub modyfikacja klucza" -#: g10/gpg.c:507 sm/gpgsm.c:249 +#: g10/gpg.c:508 sm/gpgsm.c:251 msgid "change a passphrase" msgstr "zmiana hasÅ‚a" -#: g10/gpg.c:511 +#: g10/gpg.c:512 msgid "export keys" msgstr "eksport kluczy do pliku" -#: g10/gpg.c:512 +#: g10/gpg.c:513 msgid "export keys to a keyserver" msgstr "eksport kluczy do serwera kluczy" -#: g10/gpg.c:513 +#: g10/gpg.c:514 msgid "import keys from a keyserver" msgstr "import kluczy z serwera kluczy" -#: g10/gpg.c:516 +#: g10/gpg.c:517 msgid "search for keys on a keyserver" msgstr "szukanie kluczy na serwerze" -#: g10/gpg.c:518 +#: g10/gpg.c:519 msgid "update all keys from a keyserver" msgstr "odÅ›wieżenie wszystkich kluczy z serwera" -#: g10/gpg.c:526 +#: g10/gpg.c:527 msgid "import/merge keys" msgstr "import/doÅ‚Ä…czenie kluczy" -#: g10/gpg.c:529 +#: g10/gpg.c:530 msgid "print the card status" msgstr "wyÅ›wietlenie stanu karty" -#: g10/gpg.c:530 +#: g10/gpg.c:531 msgid "change data on a card" msgstr "zmiana danych na karcie" -#: g10/gpg.c:532 +#: g10/gpg.c:533 msgid "change a card's PIN" msgstr "zmiana PIN-u karty" -#: g10/gpg.c:544 +#: g10/gpg.c:545 msgid "update the trust database" msgstr "uaktualnienie bazy zaufania" -#: g10/gpg.c:554 +#: g10/gpg.c:555 msgid "print message digests" msgstr "wypisanie skrótów wiadomoÅ›ci" -#: g10/gpg.c:558 sm/gpgsm.c:244 +#: g10/gpg.c:559 sm/gpgsm.c:246 msgid "run in server mode" msgstr "uruchomienie w trybie serwera" -#: g10/gpg.c:560 +#: g10/gpg.c:561 msgid "|VALUE|set the TOFU policy for a key" msgstr "|WARTOŚĆ|ustawienie polityki TOFU dla klucza" -#: g10/gpg.c:603 +#: g10/gpg.c:604 msgid "|NAME|use NAME as default secret key" msgstr "|NAZWA|użycie NAZWY jako domyÅ›lnego klucza tajnego" -#: g10/gpg.c:605 sm/gpgsm.c:337 +#: g10/gpg.c:606 sm/gpgsm.c:340 msgid "|NAME|encrypt to user ID NAME as well" msgstr "|NAZWA|szyfrowanie także dla odbiorcy NAZWA" -#: g10/gpg.c:613 +#: g10/gpg.c:614 msgid "|SPEC|set up email aliases" msgstr "|SPEC|okreÅ›l adres email" -#: g10/gpg.c:625 +#: g10/gpg.c:626 msgid "use strict OpenPGP behavior" msgstr "Å›cisÅ‚e zachowanie OpenPGP" -#: g10/gpg.c:650 kbx/kbxutil.c:91 sm/gpgsm.c:421 tools/gpgconf.c:113 +#: g10/gpg.c:651 kbx/kbxutil.c:91 sm/gpgsm.c:424 tools/gpgconf.c:113 msgid "do not make any changes" msgstr "pozostawienie bez zmian" -#: g10/gpg.c:651 +#: g10/gpg.c:652 msgid "prompt before overwriting" msgstr "pytanie przed nadpisaniem plików" -#: g10/gpg.c:700 sm/gpgsm.c:307 +#: g10/gpg.c:701 sm/gpgsm.c:310 #, fuzzy #| msgid "Options controlling the security" msgid "Options controlling the input" msgstr "Opcje sterujÄ…ce bezpieczeÅ„stwem" -#: g10/gpg.c:718 sm/gpgsm.c:317 +#: g10/gpg.c:719 sm/gpgsm.c:320 #, fuzzy #| msgid "Options controlling the diagnostic output" msgid "Options controlling the output" msgstr "Opcje sterujÄ…ce wyjÅ›ciem diagnostycznym" -#: g10/gpg.c:720 sm/gpgsm.c:319 +#: g10/gpg.c:721 sm/gpgsm.c:322 msgid "create ascii armored output" msgstr "opakowanie ASCII pliku wynikowego" -#: g10/gpg.c:724 g10/gpgv.c:82 sm/gpgsm.c:324 +#: g10/gpg.c:725 g10/gpgv.c:82 sm/gpgsm.c:327 msgid "|FILE|write output to FILE" msgstr "|PLIK|zapis wyjÅ›cia do PLIKU" -#: g10/gpg.c:737 +#: g10/gpg.c:738 msgid "use canonical text mode" msgstr "kanoniczny format tekstowy" -#: g10/gpg.c:755 +#: g10/gpg.c:756 msgid "|N|set compress level to N (0 disables)" msgstr "|N|ustawienie poziomu kompresji N (0 - bez)" -#: g10/gpg.c:761 sm/gpgsm.c:354 +#: g10/gpg.c:762 sm/gpgsm.c:357 #, fuzzy #| msgid "Options controlling the interactivity and enforcement" msgid "Options controlling key import and export" msgstr "Opcje sterujÄ…ce interaktywnoÅ›ciÄ… i wymuszaniem" -#: g10/gpg.c:764 +#: g10/gpg.c:765 msgid "|MECHANISMS|use MECHANISMS to locate keys by mail address" msgstr "" "|MECHANIZMY|wykorzystaj MECHANIZMY do wyszukiwania kluczy na podstawie " "adresów e-mail" -#: g10/gpg.c:767 +#: g10/gpg.c:768 msgid "import missing key from a signature" msgstr "import brakujÄ…cego klucza z podpisu" -#: g10/gpg.c:772 +#: g10/gpg.c:773 msgid "include the public key in signatures" msgstr "wÅ‚Ä…czanie klucza publicznego do podpisów" -#: g10/gpg.c:775 sm/gpgsm.c:357 +#: g10/gpg.c:776 sm/gpgsm.c:360 msgid "disable all access to the dirmngr" msgstr "zablokuj dostÄ™p do dirmngr" -#: g10/gpg.c:787 sm/gpgsm.c:364 +#: g10/gpg.c:788 sm/gpgsm.c:367 #, fuzzy #| msgid "Options controlling the configuration" msgid "Options controlling key listings" msgstr "Opcje sterujÄ…ce konfiguracjÄ…" -#: g10/gpg.c:817 sm/gpgsm.c:329 +#: g10/gpg.c:818 sm/gpgsm.c:332 #, fuzzy #| msgid "list secret keys" msgid "Options to specify keys" msgstr "lista kluczy prywatnych" -#: g10/gpg.c:819 sm/gpgsm.c:331 +#: g10/gpg.c:820 sm/gpgsm.c:334 msgid "|USER-ID|encrypt for USER-ID" msgstr "|UÅ»YTKOWNIK|szyfrowanie dla odbiorcy o tym identyfikatorze" -#: g10/gpg.c:827 sm/gpgsm.c:333 +#: g10/gpg.c:828 sm/gpgsm.c:336 msgid "|USER-ID|use USER-ID to sign or decrypt" msgstr "" "|UÅ»YTKOWNIK|użycie tego identyfikatora użytkownika do podpisania lub " "odszyfrowania" -#: g10/gpg.c:875 sm/gpgsm.c:405 +#: g10/gpg.c:876 sm/gpgsm.c:408 msgid "Options for unattended use" msgstr "" -#: g10/gpg.c:894 sm/gpgsm.c:417 dirmngr/dirmngr.c:285 +#: g10/gpg.c:895 sm/gpgsm.c:420 dirmngr/dirmngr.c:286 msgid "Other options" msgstr "" -#: g10/gpg.c:965 sm/gpgsm.c:450 +#: g10/gpg.c:966 sm/gpgsm.c:453 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -2775,7 +2775,7 @@ msgstr "" "@\n" "(PeÅ‚nÄ… listÄ™ poleceÅ„ i opcji można znaleźć w podrÄ™czniku systemowym.)\n" -#: g10/gpg.c:968 +#: g10/gpg.c:969 msgid "" "@\n" "Examples:\n" @@ -2797,11 +2797,11 @@ msgstr "" " --list-keys [nazwy] pokazanie kluczy\n" " --fingerprint [nazwy] pokazanie odcisków kluczy\n" -#: g10/gpg.c:1153 +#: g10/gpg.c:1154 msgid "Usage: @GPG@ [options] [files] (-h for help)" msgstr "SkÅ‚adnia: @GPG@ [opcje] [pliki] (-h wyÅ›wietla pomoc)" -#: g10/gpg.c:1156 +#: g10/gpg.c:1157 msgid "" "Syntax: @GPG@ [options] [files]\n" "Sign, check, encrypt or decrypt\n" @@ -2811,7 +2811,7 @@ msgstr "" "Podpisywanie, sprawdzanie podpisów, szyfrowanie, rozszyfrowywanie\n" "DomyÅ›lnie wykonywana operacja zależy od danych wejÅ›ciowych\n" -#: g10/gpg.c:1167 sm/gpgsm.c:633 +#: g10/gpg.c:1168 sm/gpgsm.c:636 msgid "" "\n" "Supported algorithms:\n" @@ -2819,78 +2819,78 @@ msgstr "" "\n" "ObsÅ‚ugiwane algorytmy:\n" -#: g10/gpg.c:1170 +#: g10/gpg.c:1171 msgid "Pubkey: " msgstr "Asymetryczne: " -#: g10/gpg.c:1177 g10/keyedit.c:3316 +#: g10/gpg.c:1178 g10/keyedit.c:3316 msgid "Cipher: " msgstr "Symetryczne: " -#: g10/gpg.c:1191 +#: g10/gpg.c:1192 msgid "Hash: " msgstr "Skrótów: " -#: g10/gpg.c:1198 g10/keyedit.c:3382 +#: g10/gpg.c:1199 g10/keyedit.c:3382 msgid "Compression: " msgstr "Kompresji: " -#: g10/gpg.c:1273 sm/gpgsm.c:707 +#: g10/gpg.c:1274 sm/gpgsm.c:710 #, c-format msgid "usage: %s [options] %s\n" msgstr "skÅ‚adnia: %s [opcje] %s\n" -#: g10/gpg.c:1466 sm/gpgsm.c:800 +#: g10/gpg.c:1467 sm/gpgsm.c:803 #, c-format msgid "conflicting commands\n" msgstr "sprzeczne polecenia\n" -#: g10/gpg.c:1484 +#: g10/gpg.c:1485 #, c-format msgid "no = sign found in group definition '%s'\n" msgstr "w definicji grupy ,,%s'' brak znaku ,,=''\n" -#: g10/gpg.c:1682 +#: g10/gpg.c:1683 #, c-format msgid "WARNING: unsafe ownership on homedir '%s'\n" msgstr "" "OSTRZEÅ»ENIE: niebezpieczne prawa wÅ‚asnoÅ›ci do katalogu domowego ,,%s''\n" -#: g10/gpg.c:1685 +#: g10/gpg.c:1686 #, c-format msgid "WARNING: unsafe ownership on configuration file '%s'\n" msgstr "" "OSTRZEÅ»ENIE: niebezpieczne prawa wÅ‚asnoÅ›ci do pliku konfiguracyjnego ,,%s''\n" -#: g10/gpg.c:1688 +#: g10/gpg.c:1689 #, c-format msgid "WARNING: unsafe ownership on extension '%s'\n" msgstr "OSTRZEÅ»ENIE: niebezpieczne prawa wÅ‚asnoÅ›ci do rozszerzenia ,,%s''\n" -#: g10/gpg.c:1694 +#: g10/gpg.c:1695 #, c-format msgid "WARNING: unsafe permissions on homedir '%s'\n" msgstr "OSTRZEÅ»ENIE: niebezpieczne prawa dostÄ™pu do katalogu domowego ,,%s''\n" -#: g10/gpg.c:1697 +#: g10/gpg.c:1698 #, c-format msgid "WARNING: unsafe permissions on configuration file '%s'\n" msgstr "" "OSTRZEÅ»ENIE: niebezpieczne prawa dostÄ™pu do pliku konfiguracyjnego ,,%s''\n" -#: g10/gpg.c:1700 +#: g10/gpg.c:1701 #, c-format msgid "WARNING: unsafe permissions on extension '%s'\n" msgstr "OSTRZEÅ»ENIE: niebezpieczne prawa dostÄ™pu do rozszerzenia ,,%s''\n" -#: g10/gpg.c:1706 +#: g10/gpg.c:1707 #, c-format msgid "WARNING: unsafe enclosing directory ownership on homedir '%s'\n" msgstr "" "OSTRZEÅ»ENIE: niebezpieczne prawa wÅ‚asnoÅ›ci do katalogu zawierajÄ…cego katalog " "domowy ,,%s''\n" -#: g10/gpg.c:1709 +#: g10/gpg.c:1710 #, c-format msgid "" "WARNING: unsafe enclosing directory ownership on configuration file '%s'\n" @@ -2898,21 +2898,21 @@ msgstr "" "OSTRZEÅ»ENIE: niebezpieczne prawa wÅ‚asnoÅ›ci do katalogu zawierajÄ…cego plik " "konfiguracyjny ,,%s''\n" -#: g10/gpg.c:1712 +#: g10/gpg.c:1713 #, c-format msgid "WARNING: unsafe enclosing directory ownership on extension '%s'\n" msgstr "" "OSTRZEÅ»ENIE: niebezpieczne prawa wÅ‚asnoÅ›ci do katalogu zawierajÄ…cego " "rozszerzenie ,,%s''\n" -#: g10/gpg.c:1718 +#: g10/gpg.c:1719 #, c-format msgid "WARNING: unsafe enclosing directory permissions on homedir '%s'\n" msgstr "" "OSTRZEÅ»ENIE: niebezpieczne prawa dostÄ™pu do katalogu zawierajÄ…cego katalog " "domowy ,,%s''\n" -#: g10/gpg.c:1721 +#: g10/gpg.c:1722 #, c-format msgid "" "WARNING: unsafe enclosing directory permissions on configuration file '%s'\n" @@ -2920,475 +2920,475 @@ msgstr "" "OSTRZEÅ»ENIE: niebezpieczne prawa dostÄ™pu do katalogu zawierajÄ…cego plik " "konfiguracyjny ,,%s''\n" -#: g10/gpg.c:1724 +#: g10/gpg.c:1725 #, c-format msgid "WARNING: unsafe enclosing directory permissions on extension '%s'\n" msgstr "" "OSTRZEÅ»ENIE: niebezpieczne prawa dostÄ™pu do katalogu zawierajÄ…cego " "rozszerzenie ,,%s''\n" -#: g10/gpg.c:1940 +#: g10/gpg.c:1941 #, c-format msgid "unknown configuration item '%s'\n" msgstr "nieznana opcja konfiguracyjna ,,%s''\n" -#: g10/gpg.c:2034 +#: g10/gpg.c:2037 msgid "display photo IDs during key listings" msgstr "wyÅ›wietlenie ID zdjęć przy wypisywaniu kluczy" -#: g10/gpg.c:2036 +#: g10/gpg.c:2039 msgid "show key usage information during key listings" msgstr "pokazywanie informacji o zastosowaniu klucza przy wypisywaniu kluczy" -#: g10/gpg.c:2038 +#: g10/gpg.c:2041 msgid "show policy URLs during signature listings" msgstr "pokazywanie URL-i polityk przy wypisywaniu podpisów" -#: g10/gpg.c:2040 +#: g10/gpg.c:2043 msgid "show all notations during signature listings" msgstr "pokazywanie wszystkich adnotacji przy wypisywaniu podpisów" -#: g10/gpg.c:2042 +#: g10/gpg.c:2045 msgid "show IETF standard notations during signature listings" msgstr "pokazywanie standardowych adnotacji IETF przy wypisywaniu podpisów" -#: g10/gpg.c:2046 +#: g10/gpg.c:2049 msgid "show user-supplied notations during signature listings" msgstr "pokazywanie adnotacji użytkownika przy wypisywaniu podpisów" -#: g10/gpg.c:2048 +#: g10/gpg.c:2051 msgid "show preferred keyserver URLs during signature listings" msgstr "" "pokazywanie URL-i preferowanych serwerów kluczy przy wypisywaniu podpisów" -#: g10/gpg.c:2050 +#: g10/gpg.c:2053 msgid "show user ID validity during key listings" msgstr "pokazywanie poprawnoÅ›ci ID użytkownika przy wypisywaniu kluczy" -#: g10/gpg.c:2052 +#: g10/gpg.c:2055 msgid "show revoked and expired user IDs in key listings" msgstr "" "pokazywanie unieważnionych i wygasÅ‚ych ID użytkownika na listach kluczy" -#: g10/gpg.c:2054 +#: g10/gpg.c:2057 msgid "show revoked and expired subkeys in key listings" msgstr "pokazywanie unieważnionych i wygasÅ‚ych podkluczy na listach kluczy" -#: g10/gpg.c:2056 +#: g10/gpg.c:2059 msgid "show the keyring name in key listings" msgstr "pokazywanie nazwy zbioru kluczy na listach kluczy" -#: g10/gpg.c:2058 +#: g10/gpg.c:2061 msgid "show expiration dates during signature listings" msgstr "pokazywanie dat wygaÅ›niÄ™cia przy wypisywaniu podpisów" -#: g10/gpg.c:2175 +#: g10/gpg.c:2178 #, c-format msgid "unknown TOFU policy '%s'\n" msgstr "nieznana polityka TOFU ,,%s''\n" -#: g10/gpg.c:2177 +#: g10/gpg.c:2180 #, c-format msgid "(use \"help\" to list choices)\n" msgstr "(,,help'' wyÅ›wietli listÄ™ wyborów)\n" -#: g10/gpg.c:2972 g10/gpg.c:3797 g10/gpg.c:3809 +#: g10/gpg.c:2975 g10/gpg.c:3828 g10/gpg.c:3840 #, c-format msgid "Note: %s is not for normal use!\n" msgstr "Uwaga: %s nie jest do normalnego użytku!\n" -#: g10/gpg.c:3148 g10/gpg.c:3160 +#: g10/gpg.c:3151 g10/gpg.c:3163 #, c-format msgid "'%s' is not a valid signature expiration\n" msgstr ",,%s'' nie jest poprawnym czasem wygaÅ›niÄ™cia podpisu\n" -#: g10/gpg.c:3182 +#: g10/gpg.c:3185 #, c-format msgid "\"%s\" is not a proper mail address\n" msgstr ",,%s'' nie jest niepoprawnym adresem e-mail\n" -#: g10/gpg.c:3214 sm/gpgsm.c:1265 +#: g10/gpg.c:3217 sm/gpgsm.c:1270 #, c-format msgid "invalid pinentry mode '%s'\n" msgstr "bÅ‚Ä™dny tryb pinentry ,,%s''\n" -#: g10/gpg.c:3220 sm/gpgsm.c:1271 +#: g10/gpg.c:3223 sm/gpgsm.c:1276 #, c-format msgid "invalid request origin '%s'\n" msgstr "bÅ‚Ä™dne źródÅ‚o żądania ,,%s''\n" -#: g10/gpg.c:3277 +#: g10/gpg.c:3280 #, c-format msgid "'%s' is not a valid character set\n" msgstr ",,%s'' nie jest poprawnÄ… nazwÄ… zestawu znaków\n" -#: g10/gpg.c:3299 g10/gpg.c:3508 g10/keyedit.c:5319 +#: g10/gpg.c:3302 g10/gpg.c:3511 g10/keyedit.c:5319 #, c-format msgid "could not parse keyserver URL\n" msgstr "niezrozumiaÅ‚y URL serwera kluczy\n" -#: g10/gpg.c:3317 +#: g10/gpg.c:3320 #, c-format msgid "%s:%d: invalid keyserver options\n" msgstr "%s:%d: niepoprawne opcje serwera kluczy\n" -#: g10/gpg.c:3320 +#: g10/gpg.c:3323 #, c-format msgid "invalid keyserver options\n" msgstr "niepoprawne opcje serwera kluczy\n" -#: g10/gpg.c:3327 +#: g10/gpg.c:3330 #, c-format msgid "%s:%d: invalid import options\n" msgstr "%s:%d: niepoprawne opcje wczytania kluczy\n" -#: g10/gpg.c:3330 +#: g10/gpg.c:3333 #, c-format msgid "invalid import options\n" msgstr "niepoprawne opcje wczytania kluczy\n" -#: g10/gpg.c:3336 g10/gpg.c:3351 +#: g10/gpg.c:3339 g10/gpg.c:3354 #, c-format msgid "invalid filter option: %s\n" msgstr "niepoprawne opcje filtrowania: %s\n" -#: g10/gpg.c:3342 +#: g10/gpg.c:3345 #, c-format msgid "%s:%d: invalid export options\n" msgstr "%s:%d niepoprawne opcje eksportu kluczy\n" -#: g10/gpg.c:3345 +#: g10/gpg.c:3348 #, c-format msgid "invalid export options\n" msgstr "niepoprawne opcje eksportu kluczy\n" -#: g10/gpg.c:3357 +#: g10/gpg.c:3360 #, c-format msgid "%s:%d: invalid list options\n" msgstr "%s:%d: niepoprawne opcje wypisywania\n" -#: g10/gpg.c:3360 +#: g10/gpg.c:3363 #, c-format msgid "invalid list options\n" msgstr "niepoprawne opcje wypisywania\n" -#: g10/gpg.c:3368 +#: g10/gpg.c:3371 msgid "display photo IDs during signature verification" msgstr "wyÅ›wietlanie ID zdjęć przy sprawdzaniu podpisów" -#: g10/gpg.c:3370 +#: g10/gpg.c:3373 msgid "show policy URLs during signature verification" msgstr "pokazywanie URL-i polityk przy sprawdzaniu podpisów" -#: g10/gpg.c:3372 +#: g10/gpg.c:3375 msgid "show all notations during signature verification" msgstr "pokazywanie wszystkich adnotacji przy sprawdzaniu podpisów" -#: g10/gpg.c:3374 +#: g10/gpg.c:3377 msgid "show IETF standard notations during signature verification" msgstr "pokazywanie standardowych adnotacji IETF przy sprawdzaniu podpisów" -#: g10/gpg.c:3378 +#: g10/gpg.c:3381 msgid "show user-supplied notations during signature verification" msgstr "pokazywanie adnotacji użytkownika przy sprawdzaniu podpisów" -#: g10/gpg.c:3380 +#: g10/gpg.c:3383 msgid "show preferred keyserver URLs during signature verification" msgstr "" "pokazywanie URL-i preferowanych serwerów kluczy przy sprawdzaniu podpisów" -#: g10/gpg.c:3382 +#: g10/gpg.c:3385 msgid "show user ID validity during signature verification" msgstr "pokazywanie poprawnoÅ›ci ID użytkownika przy sprawdzaniu podpisów" -#: g10/gpg.c:3384 +#: g10/gpg.c:3387 msgid "show revoked and expired user IDs in signature verification" msgstr "" "pokazywanie unieważnionych i wygasÅ‚ych ID użytkownika przy sprawdzaniu " "podpisów" -#: g10/gpg.c:3386 +#: g10/gpg.c:3389 msgid "show only the primary user ID in signature verification" msgstr "pokazywanie tylko głównego ID użytkownika przy sprawdzaniu podpisu" -#: g10/gpg.c:3393 +#: g10/gpg.c:3396 #, c-format msgid "%s:%d: invalid verify options\n" msgstr "%s:%d: niepoprawne opcje sprawdzania\n" -#: g10/gpg.c:3396 +#: g10/gpg.c:3399 #, c-format msgid "invalid verify options\n" msgstr "niepoprawne opcje sprawdzania\n" -#: g10/gpg.c:3403 +#: g10/gpg.c:3406 #, c-format msgid "unable to set exec-path to %s\n" msgstr "nie można ustawić Å›cieżki programów wykonywalnych na %s\n" -#: g10/gpg.c:3610 +#: g10/gpg.c:3613 #, c-format msgid "%s:%d: invalid auto-key-locate list\n" msgstr "%s:%d: niepoprawna lista auto-key-locate\n" -#: g10/gpg.c:3613 +#: g10/gpg.c:3616 #, c-format msgid "invalid auto-key-locate list\n" msgstr "Niepoprawna lista auto-key-locate\n" -#: g10/gpg.c:3622 +#: g10/gpg.c:3625 #, c-format msgid "invalid argument for option \"%.50s\"\n" msgstr "bÅ‚Ä™dny argument dla opcji ,,%.50s''\n" -#: g10/gpg.c:3776 sm/gpgsm.c:1642 +#: g10/gpg.c:3807 sm/gpgsm.c:1675 #, c-format msgid "WARNING: program may create a core file!\n" msgstr "OSTRZEÅ»ENIE: program może stworzyć plik zrzutu pamiÄ™ci!\n" -#: g10/gpg.c:3790 +#: g10/gpg.c:3821 #, c-format msgid "WARNING: %s overrides %s\n" msgstr "OSTRZEÅ»ENIE: %s powoduje obejÅ›cie %s\n" -#: g10/gpg.c:3799 +#: g10/gpg.c:3830 #, c-format msgid "%s not allowed with %s!\n" msgstr "Nie wolno używać %s z %s!\n" -#: g10/gpg.c:3802 +#: g10/gpg.c:3833 #, c-format msgid "%s makes no sense with %s!\n" msgstr "%s nie ma sensu w poÅ‚Ä…czeniu z %s!\n" -#: g10/gpg.c:3817 sm/gpgsm.c:1663 dirmngr/dirmngr.c:1114 +#: g10/gpg.c:3848 sm/gpgsm.c:1696 dirmngr/dirmngr.c:1123 #, c-format msgid "WARNING: running with faked system time: " msgstr "OSTRZEÅ»ENIE: dziaÅ‚anie z faÅ‚szywym czasem systemowym: " -#: g10/gpg.c:3838 +#: g10/gpg.c:3869 #, c-format msgid "will not run with insecure memory due to %s\n" msgstr "nie zadziaÅ‚a z niebezpiecznÄ… pamiÄ™ciÄ… z powodu %s\n" -#: g10/gpg.c:3866 g10/gpg.c:3897 sm/gpgsm.c:1730 +#: g10/gpg.c:3897 g10/gpg.c:3928 sm/gpgsm.c:1763 #, c-format msgid "selected cipher algorithm is invalid\n" msgstr "wybrany algorytm szyfrujÄ…cy jest niepoprawny\n" -#: g10/gpg.c:3873 +#: g10/gpg.c:3904 #, fuzzy, c-format #| msgid "selected digest algorithm is invalid\n" msgid "selected AEAD algorithm is invalid\n" msgstr "wybrany algorytm skrótów wiadomoÅ›ci jest niepoprawny\n" -#: g10/gpg.c:3885 +#: g10/gpg.c:3916 #, c-format msgid "selected compression algorithm is invalid\n" msgstr "wybrany algorytm kompresji jest niepoprawny\n" -#: g10/gpg.c:3891 +#: g10/gpg.c:3922 #, c-format msgid "selected certification digest algorithm is invalid\n" msgstr "wybrany algorytm skrótów poÅ›wiadczeÅ„ jest niepoprawny\n" -#: g10/gpg.c:3906 +#: g10/gpg.c:3937 #, c-format msgid "completes-needed must be greater than 0\n" msgstr "wartość completes-needed musi być wiÄ™ksza od 0\n" -#: g10/gpg.c:3908 +#: g10/gpg.c:3939 #, c-format msgid "marginals-needed must be greater than 1\n" msgstr "wartość marginals-needed musi być wiÄ™ksza od 1\n" -#: g10/gpg.c:3910 +#: g10/gpg.c:3941 #, c-format msgid "max-cert-depth must be in the range from 1 to 255\n" msgstr "wartość max-cert-depth musi mieÅ›cić siÄ™ w zakresie od 1 do 255\n" -#: g10/gpg.c:3912 +#: g10/gpg.c:3943 #, c-format msgid "invalid default-cert-level; must be 0, 1, 2, or 3\n" msgstr "" "niewÅ‚aÅ›ciwy domyÅ›lny poziom sprawdzania; musi mieć wartość 0, 1, 2 lub 3\n" -#: g10/gpg.c:3914 +#: g10/gpg.c:3945 #, c-format msgid "invalid min-cert-level; must be 1, 2, or 3\n" msgstr "" "niewÅ‚aÅ›ciwy minimalny poziom sprawdzania; musi mieć wartość 0, 1, 2 lub 3\n" -#: g10/gpg.c:3918 +#: g10/gpg.c:3949 #, c-format msgid "Note: simple S2K mode (0) is strongly discouraged\n" msgstr "Uwaga: prosty tryb S2K (0) jest stanowczo odradzany\n" -#: g10/gpg.c:3922 +#: g10/gpg.c:3953 #, c-format msgid "invalid S2K mode; must be 0, 1 or 3\n" msgstr "niepoprawny tryb S2K; musi mieć wartość 0, 1 lub 3\n" -#: g10/gpg.c:3929 +#: g10/gpg.c:3960 #, c-format msgid "invalid default preferences\n" msgstr "niewÅ‚aÅ›ciwe domyÅ›lne ustawienia\n" -#: g10/gpg.c:3933 +#: g10/gpg.c:3964 #, c-format msgid "invalid personal cipher preferences\n" msgstr "niewÅ‚aÅ›ciwe ustawienia szyfrów\n" -#: g10/gpg.c:3936 +#: g10/gpg.c:3967 #, fuzzy, c-format #| msgid "invalid personal cipher preferences\n" msgid "invalid personal AEAD preferences\n" msgstr "niewÅ‚aÅ›ciwe ustawienia szyfrów\n" -#: g10/gpg.c:3940 +#: g10/gpg.c:3971 #, c-format msgid "invalid personal digest preferences\n" msgstr "niewÅ‚aÅ›ciwe ustawienia skrótów\n" -#: g10/gpg.c:3944 +#: g10/gpg.c:3975 #, c-format msgid "invalid personal compress preferences\n" msgstr "niewÅ‚aÅ›ciwe ustawienia algorytmów kompresji\n" -#: g10/gpg.c:3953 g10/gpg.c:3958 +#: g10/gpg.c:3984 g10/gpg.c:3989 #, fuzzy, c-format #| msgid "keysize invalid; using %u bits\n" msgid "chunk size invalid - using %d\n" msgstr "niewÅ‚aÅ›ciwa dÅ‚ugość klucza; wykorzystano %u bitów\n" -#: g10/gpg.c:3995 +#: g10/gpg.c:4026 #, c-format msgid "%s does not yet work with %s\n" msgstr "%s jeszcze nie dziaÅ‚a z %s!\n" -#: g10/gpg.c:4058 +#: g10/gpg.c:4089 #, fuzzy, c-format #| msgid "cipher algorithm '%s' may not be used in %s mode\n" msgid "AEAD algorithm '%s' may not be used in %s mode\n" msgstr "szyfr ,,%s'' nie może być używany w trybie %s\n" -#: g10/gpg.c:4070 +#: g10/gpg.c:4101 #, c-format msgid "compression algorithm '%s' may not be used in %s mode\n" msgstr "algorytm kompresji ,,%s'' nie może być używany w trybie %s\n" -#: g10/gpg.c:4225 +#: g10/gpg.c:4256 #, c-format msgid "failed to initialize the TrustDB: %s\n" msgstr "inicjowanie Bazy Zaufania nie powiodÅ‚o siÄ™: %s\n" -#: g10/gpg.c:4237 +#: g10/gpg.c:4268 #, c-format msgid "WARNING: recipients (-r) given without using public key encryption\n" msgstr "OSTRZEÅ»ENIE: podano adresatów (-r) w dziaÅ‚aniu które ich nie dotyczy\n" -#: g10/gpg.c:4309 +#: g10/gpg.c:4340 #, c-format msgid "symmetric encryption of '%s' failed: %s\n" msgstr "szyfrowanie symetryczne ,,%s'' nie powiodÅ‚o siÄ™: %s\n" -#: g10/gpg.c:4338 +#: g10/gpg.c:4369 #, c-format msgid "you cannot use --symmetric --encrypt with --s2k-mode 0\n" msgstr "nie można użyć --symmetric --encrypt wraz z --s2k-mode 0\n" -#: g10/gpg.c:4341 +#: g10/gpg.c:4372 #, c-format msgid "you cannot use --symmetric --encrypt in %s mode\n" msgstr "nie można użyć --symmetric --encrypt w trybie %s\n" -#: g10/gpg.c:4399 +#: g10/gpg.c:4430 #, c-format msgid "you cannot use --symmetric --sign --encrypt with --s2k-mode 0\n" msgstr "nie można użyć --symmetric --sign --encrypt wraz z --s2k-mode 0\n" -#: g10/gpg.c:4402 +#: g10/gpg.c:4433 #, c-format msgid "you cannot use --symmetric --sign --encrypt in %s mode\n" msgstr "nie można użyć --symmetric --sign --encrypt w trybie %s\n" -#: g10/gpg.c:4790 g10/keyserver.c:1858 +#: g10/gpg.c:4821 g10/keyserver.c:1870 #, c-format msgid "keyserver send failed: %s\n" msgstr "wysyÅ‚ka do serwera kluczy nie powiodÅ‚a siÄ™: %s\n" -#: g10/gpg.c:4795 +#: g10/gpg.c:4826 #, c-format msgid "keyserver receive failed: %s\n" msgstr "odbiór z serwera kluczy nie powiódÅ‚ siÄ™: %s\n" -#: g10/gpg.c:4801 +#: g10/gpg.c:4832 #, c-format msgid "key export failed: %s\n" msgstr "eksport kluczy nie powiódÅ‚ siÄ™: %s\n" -#: g10/gpg.c:4814 +#: g10/gpg.c:4845 #, c-format msgid "export as ssh key failed: %s\n" msgstr "eksport do klucza ssh powiódÅ‚ siÄ™: %s\n" -#: g10/gpg.c:4826 +#: g10/gpg.c:4857 #, c-format msgid "keyserver search failed: %s\n" msgstr "szukanie w serwerze kluczy nie powiodÅ‚o siÄ™: %s\n" -#: g10/gpg.c:4839 +#: g10/gpg.c:4870 #, c-format msgid "keyserver refresh failed: %s\n" msgstr "odÅ›wieżenie kluczy z serwera nie powiodÅ‚o siÄ™: %s\n" -#: g10/gpg.c:4906 +#: g10/gpg.c:4937 #, c-format msgid "dearmoring failed: %s\n" msgstr "zdjÄ™cie opakowania ASCII nie powiodÅ‚o siÄ™: %s\n" -#: g10/gpg.c:4917 +#: g10/gpg.c:4948 #, c-format msgid "enarmoring failed: %s\n" msgstr "opakowywanie ASCII nie powiodÅ‚o siÄ™: %s\n" -#: g10/gpg.c:5022 +#: g10/gpg.c:5053 #, c-format msgid "invalid hash algorithm '%s'\n" msgstr "niewÅ‚aÅ›ciwy algorytm skrótu ,,%s''\n" -#: g10/gpg.c:5174 g10/tofu.c:2156 +#: g10/gpg.c:5205 g10/tofu.c:2156 #, c-format msgid "error parsing key specification '%s': %s\n" msgstr "bÅ‚Ä…d analizy specyfikacji klucza ,,%s'': %s\n" -#: g10/gpg.c:5185 +#: g10/gpg.c:5216 #, c-format msgid "'%s' does not appear to be a valid key ID, fingerprint or keygrip\n" msgstr "" ",,%s'' nie wyglÄ…da na prawidÅ‚owy identyfikator, odcisk ani uchwyt klucza\n" -#: g10/gpg.c:5241 +#: g10/gpg.c:5272 #, c-format msgid "WARNING: no command supplied. Trying to guess what you mean ...\n" msgstr "OSTRZEÅ»ENIE: nie podano polecenia. Próba odgadniÄ™cia zamiaru...\n" -#: g10/gpg.c:5252 +#: g10/gpg.c:5283 #, c-format msgid "Go ahead and type your message ...\n" msgstr "Wpisz tutaj swojÄ… wiadomość ...\n" -#: g10/gpg.c:5599 +#: g10/gpg.c:5630 #, c-format msgid "the given certification policy URL is invalid\n" msgstr "podany URL regulaminu poÅ›wiadczania jest niepoprawny\n" -#: g10/gpg.c:5601 +#: g10/gpg.c:5632 #, c-format msgid "the given signature policy URL is invalid\n" msgstr "podany URL regulaminu podpisów jest niepoprawny\n" -#: g10/gpg.c:5634 +#: g10/gpg.c:5665 #, c-format msgid "the given preferred keyserver URL is invalid\n" msgstr "podany preferowany URL serwera kluczy jest niepoprawny\n" @@ -3401,7 +3401,7 @@ msgstr "|PLIK|pobieranie kluczy ze zbioru PLIK" msgid "make timestamp conflicts only a warning" msgstr "nie traktować konfliktu datowników jako bÅ‚Ä™du" -#: g10/gpgv.c:86 sm/gpgsm.c:411 tools/gpgconf.c:116 tools/gpg-card.c:94 +#: g10/gpgv.c:86 sm/gpgsm.c:414 tools/gpgconf.c:116 tools/gpg-card.c:95 msgid "|FD|write status info to this FD" msgstr "|FD|pisanie opisu stanu do deskryptora FD" @@ -3490,97 +3490,97 @@ msgstr "przyjÄ™cie wejÅ›cia w formacie kopii zapasowej klucza GnuPG" msgid "repair keys on import" msgstr "naprawienie kluczy przy imporcie" -#: g10/import.c:387 g10/import.c:709 +#: g10/import.c:399 g10/import.c:721 #, c-format msgid "skipping block of type %d\n" msgstr "blok typu %d zostaje pominiÄ™ty\n" -#: g10/import.c:726 +#: g10/import.c:738 #, c-format msgid "%lu keys processed so far\n" msgstr "%lu kluczy przetworzonych do tej chwili\n" -#: g10/import.c:819 +#: g10/import.c:831 #, c-format msgid "Total number processed: %lu\n" msgstr "Ogółem przetworzonych kluczy: %lu\n" -#: g10/import.c:822 +#: g10/import.c:834 #, c-format msgid " skipped PGP-2 keys: %lu\n" msgstr " pominiÄ™tych kluczy PGP-2: %lu\n" -#: g10/import.c:824 +#: g10/import.c:836 #, c-format msgid " skipped new keys: %lu\n" msgstr " pominiÄ™tych nowych kluczy: %lu\n" -#: g10/import.c:827 +#: g10/import.c:839 #, c-format msgid " w/o user IDs: %lu\n" msgstr " bez identyfikatora: %lu\n" -#: g10/import.c:830 sm/import.c:129 +#: g10/import.c:842 sm/import.c:129 #, c-format msgid " imported: %lu" msgstr " doÅ‚Ä…czono do zbioru: %lu" -#: g10/import.c:834 sm/import.c:133 +#: g10/import.c:846 sm/import.c:133 #, c-format msgid " unchanged: %lu\n" msgstr " bez zmian: %lu\n" -#: g10/import.c:836 +#: g10/import.c:848 #, c-format msgid " new user IDs: %lu\n" msgstr " nowych identyfikatorów: %lu\n" -#: g10/import.c:838 +#: g10/import.c:850 #, c-format msgid " new subkeys: %lu\n" msgstr " nowych podkluczy: %lu\n" -#: g10/import.c:840 +#: g10/import.c:852 #, c-format msgid " new signatures: %lu\n" msgstr " nowych podpisów: %lu\n" -#: g10/import.c:842 +#: g10/import.c:854 #, c-format msgid " new key revocations: %lu\n" msgstr " nowych unieważnieÅ„ kluczy: %lu\n" -#: g10/import.c:844 sm/import.c:135 +#: g10/import.c:856 sm/import.c:135 #, c-format msgid " secret keys read: %lu\n" msgstr " tajnych kluczy wczytanych: %lu\n" -#: g10/import.c:846 sm/import.c:137 +#: g10/import.c:858 sm/import.c:137 #, c-format msgid " secret keys imported: %lu\n" msgstr " tajnych kluczy dodanych: %lu\n" -#: g10/import.c:848 sm/import.c:139 +#: g10/import.c:860 sm/import.c:139 #, c-format msgid " secret keys unchanged: %lu\n" msgstr " tajnych kluczy bez zmian: %lu\n" -#: g10/import.c:850 sm/import.c:141 +#: g10/import.c:862 sm/import.c:141 #, c-format msgid " not imported: %lu\n" msgstr " nie wÅ‚Ä…czono do zbioru: %lu\n" -#: g10/import.c:852 +#: g10/import.c:864 #, c-format msgid " signatures cleaned: %lu\n" msgstr " podpisów wyczyszczonych: %lu\n" -#: g10/import.c:854 +#: g10/import.c:866 #, c-format msgid " user IDs cleaned: %lu\n" msgstr "ID użytkownika wyczyszczonych: %lu\n" -#: g10/import.c:1279 +#: g10/import.c:1291 #, c-format msgid "" "WARNING: key %s contains preferences for unavailable\n" @@ -3589,173 +3589,173 @@ msgstr "" "OSTRZEÅ»ENIE: klucz %s zawiera preferencje dla niedostÄ™pnych\n" "algorytmów dla tych ID użytkownika:\n" -#: g10/import.c:1321 +#: g10/import.c:1333 #, c-format msgid " \"%s\": preference for cipher algorithm %s\n" msgstr " ,,%s'': preferowany szyfr %s\n" -#: g10/import.c:1339 +#: g10/import.c:1351 #, fuzzy, c-format #| msgid " \"%s\": preference for cipher algorithm %s\n" msgid " \"%s\": preference for AEAD algorithm %s\n" msgstr " ,,%s'': preferowany szyfr %s\n" -#: g10/import.c:1354 +#: g10/import.c:1366 #, c-format msgid " \"%s\": preference for digest algorithm %s\n" msgstr " ,,%s'': preferowany algorytm skrótu %s\n" -#: g10/import.c:1366 +#: g10/import.c:1378 #, c-format msgid " \"%s\": preference for compression algorithm %s\n" msgstr " ,,%s'': preferowany algorytm kompresji %s\n" -#: g10/import.c:1379 +#: g10/import.c:1391 #, c-format msgid "it is strongly suggested that you update your preferences and\n" msgstr "zdecydowanie sugerowane jest uaktualnienie ustawieÅ„ i ponowne\n" -#: g10/import.c:1381 +#: g10/import.c:1393 #, c-format msgid "re-distribute this key to avoid potential algorithm mismatch problems\n" msgstr "rozesÅ‚anie tego klucza w celu unikniÄ™cia niezgodnoÅ›ci algorytmów\n" -#: g10/import.c:1406 +#: g10/import.c:1418 #, c-format msgid "you can update your preferences with: gpg --edit-key %s updpref save\n" msgstr "" "można uaktualnić swoje ustawienia poprzez: gpg --edit-key %s updpref save\n" -#: g10/import.c:1920 g10/import.c:3041 +#: g10/import.c:1932 g10/import.c:3053 #, c-format msgid "key %s: no user ID\n" msgstr "klucz %s: brak identyfikatora użytkownika\n" -#: g10/import.c:1926 +#: g10/import.c:1938 #, c-format msgid "key %s: %s\n" msgstr "klucz %s: %s\n" -#: g10/import.c:1927 g10/import.c:3013 +#: g10/import.c:1939 g10/import.c:3025 msgid "rejected by import screener" msgstr "odrzucony przez filtr importu" -#: g10/import.c:1976 +#: g10/import.c:1988 #, c-format msgid "key %s: PKS subkey corruption repaired\n" msgstr "klucz %s: podklucz uszkodzony przez serwer zostaÅ‚ naprawiony\n" -#: g10/import.c:1997 +#: g10/import.c:2009 #, c-format msgid "key %s: accepted non self-signed user ID \"%s\"\n" msgstr "klucz %s: przyjÄ™to identyfikator nie podpisany nim samym ,,%s''\n" -#: g10/import.c:2008 g10/import.c:2039 +#: g10/import.c:2020 g10/import.c:2051 #, c-format msgid "key %s: no valid user IDs\n" msgstr "klucz %s: brak poprawnych identyfikatorów użytkownika\n" -#: g10/import.c:2010 +#: g10/import.c:2022 #, c-format msgid "this may be caused by a missing self-signature\n" msgstr "to może być spowodowane brakiem podpisu klucza nim samym\n" -#: g10/import.c:2089 g10/import.c:3427 +#: g10/import.c:2101 g10/import.c:3439 #, c-format msgid "key %s: public key not found: %s\n" msgstr "klucz %s: brak klucza publicznego: %s\n" -#: g10/import.c:2095 +#: g10/import.c:2107 #, c-format msgid "key %s: new key - skipped\n" msgstr "klucz %s: nowy klucz - pominiÄ™ty\n" -#: g10/import.c:2107 +#: g10/import.c:2119 #, c-format msgid "no writable keyring found: %s\n" msgstr "brak zapisywalnego zbioru kluczy: %s\n" -#: g10/import.c:2139 g10/import.c:2241 g10/import.c:3502 +#: g10/import.c:2151 g10/import.c:2253 g10/import.c:3514 #, c-format msgid "error writing keyring '%s': %s\n" msgstr "bÅ‚Ä…d zapisu zbioru kluczy ,,%s'': %s\n" -#: g10/import.c:2162 +#: g10/import.c:2174 #, c-format msgid "key %s: public key \"%s\" imported\n" msgstr "klucz %s: klucz publiczny ,,%s'' wczytano do zbioru\n" -#: g10/import.c:2189 +#: g10/import.c:2201 #, c-format msgid "key %s: doesn't match our copy\n" msgstr "klucz %s: nie zgadza siÄ™ z lokalnÄ… kopiÄ…\n" -#: g10/import.c:2257 +#: g10/import.c:2269 #, c-format msgid "key %s: \"%s\" 1 new user ID\n" msgstr "klucz %s: ,,%s'' 1 nowy identyfikator użytkownika\n" -#: g10/import.c:2260 +#: g10/import.c:2272 #, c-format msgid "key %s: \"%s\" %d new user IDs\n" msgstr "klucz %s: ,,%s'' %d nowych identyfikatorów użytkownika\n" -#: g10/import.c:2263 +#: g10/import.c:2275 #, c-format msgid "key %s: \"%s\" 1 new signature\n" msgstr "klucz %s: ,,%s'' 1 nowy podpis\n" -#: g10/import.c:2266 +#: g10/import.c:2278 #, c-format msgid "key %s: \"%s\" %d new signatures\n" msgstr "klucz %s: ,,%s'' %d nowych podpisów\n" -#: g10/import.c:2269 +#: g10/import.c:2281 #, c-format msgid "key %s: \"%s\" 1 new subkey\n" msgstr "klucz %s: ,,%s'' 1 nowy podklucz\n" -#: g10/import.c:2272 +#: g10/import.c:2284 #, c-format msgid "key %s: \"%s\" %d new subkeys\n" msgstr "klucz %s: ,,%s'' %d nowych podkluczy\n" -#: g10/import.c:2275 +#: g10/import.c:2287 #, c-format msgid "key %s: \"%s\" %d signature cleaned\n" msgstr "klucz %s: ,,%s'' %d podpis wyczyszczony\n" -#: g10/import.c:2278 +#: g10/import.c:2290 #, c-format msgid "key %s: \"%s\" %d signatures cleaned\n" msgstr "klucz %s: ,,%s'' %d podpisów wyczyszczonych\n" -#: g10/import.c:2281 +#: g10/import.c:2293 #, c-format msgid "key %s: \"%s\" %d user ID cleaned\n" msgstr "klucz %s: ,,%s'' %d identyfikator użytkownika wyczyszczony\n" -#: g10/import.c:2284 +#: g10/import.c:2296 #, c-format msgid "key %s: \"%s\" %d user IDs cleaned\n" msgstr "klucz %s: ,,%s'' %d identyfikatorów użytkownika wyczyszczonych\n" -#: g10/import.c:2320 +#: g10/import.c:2332 #, c-format msgid "key %s: \"%s\" not changed\n" msgstr "klucz %s: ,,%s'' bez zmian\n" -#: g10/import.c:2680 g10/import.c:2875 +#: g10/import.c:2692 g10/import.c:2887 #, c-format msgid "key %s: secret key imported\n" msgstr "klucz %s: klucz tajny wczytany do zbioru\n" -#: g10/import.c:2688 +#: g10/import.c:2700 #, c-format msgid "key %s: secret key already exists\n" msgstr "klucz %s: klucz prywatny już istnieje\n" -#: g10/import.c:2696 +#: g10/import.c:2708 #, c-format msgid "key %s: error sending to agent: %s\n" msgstr "klucz %s: bÅ‚Ä…d wysyÅ‚ania do agenta: %s\n" @@ -3768,207 +3768,207 @@ msgstr "klucz %s: bÅ‚Ä…d wysyÅ‚ania do agenta: %s\n" #. * Instead, user should be suggested to run 'gpg --card-status', #. * then, references to a card will be automatically created #. * again. -#: g10/import.c:2865 +#: g10/import.c:2877 #, c-format msgid "To migrate '%s', with each smartcard, run: %s\n" msgstr "" "Aby zmigrować ,,%s'', dla każdej karty procesorowej należy uruchomić: %s\n" -#: g10/import.c:3012 +#: g10/import.c:3024 #, c-format msgid "secret key %s: %s\n" msgstr "klucz prywatny %s: %s\n" -#: g10/import.c:3033 g10/import.c:3072 +#: g10/import.c:3045 g10/import.c:3084 #, c-format msgid "importing secret keys not allowed\n" msgstr "wczytywanie kluczy tajnych nie jest dozwolone\n" -#: g10/import.c:3060 +#: g10/import.c:3072 #, c-format msgid "key %s: secret key with invalid cipher %d - skipped\n" msgstr "klucz %s: klucz tajny z bÅ‚Ä™dnym szyfrem %d - pominiÄ™ty\n" -#: g10/import.c:3222 g10/pkclist.c:75 g10/revoke.c:774 +#: g10/import.c:3234 g10/pkclist.c:75 g10/revoke.c:774 msgid "No reason specified" msgstr "nie podano przyczyny" -#: g10/import.c:3223 g10/pkclist.c:77 g10/revoke.c:776 +#: g10/import.c:3235 g10/pkclist.c:77 g10/revoke.c:776 msgid "Key is superseded" msgstr "klucz zostaÅ‚ zastÄ…piony" -#: g10/import.c:3224 g10/pkclist.c:79 g10/revoke.c:775 +#: g10/import.c:3236 g10/pkclist.c:79 g10/revoke.c:775 msgid "Key has been compromised" msgstr "klucz zostaÅ‚ skompromitowany" -#: g10/import.c:3225 g10/pkclist.c:81 g10/revoke.c:777 +#: g10/import.c:3237 g10/pkclist.c:81 g10/revoke.c:777 msgid "Key is no longer used" msgstr "klucz nie jest już używany" -#: g10/import.c:3226 g10/pkclist.c:83 g10/revoke.c:778 +#: g10/import.c:3238 g10/pkclist.c:83 g10/revoke.c:778 msgid "User ID is no longer valid" msgstr "identyfikator użytkownika przestaÅ‚ być poprawny" -#: g10/import.c:3351 g10/keylist.c:1105 g10/pkclist.c:87 +#: g10/import.c:3363 g10/keylist.c:1105 g10/pkclist.c:87 #, c-format msgid "reason for revocation: " msgstr "powód unieważnienia: " -#: g10/import.c:3370 g10/keylist.c:1124 g10/pkclist.c:103 +#: g10/import.c:3382 g10/keylist.c:1124 g10/pkclist.c:103 #, c-format msgid "revocation comment: " msgstr "komentarz do unieważnienia: " -#: g10/import.c:3420 +#: g10/import.c:3432 #, c-format msgid "key %s: no public key - can't apply revocation certificate\n" msgstr "" "klucz %s: brak klucza publicznego, którego dotyczy wczytany certyfikat\n" " unieważnienia\n" -#: g10/import.c:3449 +#: g10/import.c:3461 #, c-format msgid "key %s: can't locate original keyblock: %s\n" msgstr "klucz %s: brak oryginalnego bloku klucza; %s\n" -#: g10/import.c:3456 +#: g10/import.c:3468 #, c-format msgid "key %s: can't read original keyblock: %s\n" msgstr "klucz %s: nie można odczytać oryginalnego bloku klucza: %s\n" -#: g10/import.c:3476 +#: g10/import.c:3488 #, c-format msgid "key %s: invalid revocation certificate: %s - rejected\n" msgstr "klucz %s: niepoprawny certyfikat unieważnienia: %s - odrzucony\n" -#: g10/import.c:3511 +#: g10/import.c:3523 #, c-format msgid "key %s: \"%s\" revocation certificate imported\n" msgstr "klucz %s: ,,%s'' certyfikat unieważnienia zostaÅ‚ już wczytany\n" -#: g10/import.c:3597 +#: g10/import.c:3609 #, c-format msgid "key %s: no user ID for signature\n" msgstr "klucz %s: brak identyfikatora użytkownika do podpisu\n" -#: g10/import.c:3614 +#: g10/import.c:3626 #, c-format msgid "key %s: unsupported public key algorithm on user ID \"%s\"\n" msgstr "klucz %s: algorytm asymetryczny dla id ,,%s'' nie jest obsÅ‚ugiwany\n" -#: g10/import.c:3616 +#: g10/import.c:3628 #, c-format msgid "key %s: invalid self-signature on user ID \"%s\"\n" msgstr "klucz %s: niepoprawny podpis na identyfikatorze ,,%s''\n" -#: g10/import.c:3633 g10/import.c:3661 g10/import.c:3717 +#: g10/import.c:3645 g10/import.c:3673 g10/import.c:3729 #, c-format msgid "key %s: unsupported public key algorithm\n" msgstr "klucz %s: nieobsÅ‚ugiwany algorytm asymetryczny\n" -#: g10/import.c:3634 +#: g10/import.c:3646 #, c-format msgid "key %s: invalid direct key signature\n" msgstr "klucz %s: nieprawidÅ‚owy bezpoÅ›redni podpis\n" -#: g10/import.c:3648 +#: g10/import.c:3660 #, c-format msgid "key %s: no subkey for key binding\n" msgstr "klucz %s: brak podklucza do dowiÄ…zania\n" -#: g10/import.c:3663 +#: g10/import.c:3675 #, c-format msgid "key %s: invalid subkey binding\n" msgstr "klucz %s: niepoprawne dowiÄ…zanie podklucza\n" -#: g10/import.c:3682 +#: g10/import.c:3694 #, c-format msgid "key %s: removed multiple subkey binding\n" msgstr "klucz %s: usuniÄ™to wielokrotne dowiÄ…zanie podklucza\n" -#: g10/import.c:3706 +#: g10/import.c:3718 #, c-format msgid "key %s: no subkey for key revocation\n" msgstr "klucz %s: brak podklucza, którego dotyczy unieważnienie\n" -#: g10/import.c:3719 +#: g10/import.c:3731 #, c-format msgid "key %s: invalid subkey revocation\n" msgstr "klucz %s: niepoprawne unieważnienie podklucza\n" -#: g10/import.c:3734 +#: g10/import.c:3746 #, c-format msgid "key %s: removed multiple subkey revocation\n" msgstr "klucz %s: usuniÄ™to wielokrotne unieważnienie podklucza\n" -#: g10/import.c:3778 +#: g10/import.c:3790 #, c-format msgid "key %s: skipped user ID \"%s\"\n" msgstr "klucz %s: pominiÄ™to identyfikator użytkownika ,,%s''\n" -#: g10/import.c:3805 +#: g10/import.c:3817 #, c-format msgid "key %s: skipped subkey\n" msgstr "klucz %s: podklucz pominiÄ™ty\n" -#: g10/import.c:3837 +#: g10/import.c:3849 #, c-format msgid "key %s: non exportable signature (class 0x%02X) - skipped\n" msgstr "klucz %s: podpis nieeksportowalny (klasy 0x%02X) - pominiÄ™ty\n" -#: g10/import.c:3848 +#: g10/import.c:3860 #, c-format msgid "key %s: revocation certificate at wrong place - skipped\n" msgstr "" "klucz %s: pominiÄ™to certyfikat unieważnienia umieszczony\n" " w niewÅ‚aÅ›ciwym miejscu\n" -#: g10/import.c:3866 +#: g10/import.c:3878 #, c-format msgid "key %s: invalid revocation certificate: %s - skipped\n" msgstr "klucz %s: pominiÄ™to - niepoprawny certyfikat unieważnienia: %s\n" -#: g10/import.c:3880 +#: g10/import.c:3892 #, c-format msgid "key %s: subkey signature in wrong place - skipped\n" msgstr "klucz %s: pominiÄ™to - podpis na podkluczu w niewÅ‚aÅ›ciwym miejscu\n" -#: g10/import.c:3888 +#: g10/import.c:3900 #, c-format msgid "key %s: unexpected signature class (0x%02X) - skipped\n" msgstr "klucz %s: pominiÄ™to - nieoczekiwana klasa podpisu (0x%02X)\n" -#: g10/import.c:4061 +#: g10/import.c:4073 #, c-format msgid "key %s: duplicated user ID detected - merged\n" msgstr "key %s: doÅ‚Ä…czono powtórzony identyfikator użytkownika\n" -#: g10/import.c:4168 +#: g10/import.c:4180 #, fuzzy, c-format #| msgid "key %s: duplicated user ID detected - merged\n" msgid "key %s: duplicated subkeys detected - merged\n" msgstr "key %s: doÅ‚Ä…czono powtórzony identyfikator użytkownika\n" -#: g10/import.c:4233 +#: g10/import.c:4245 #, c-format msgid "WARNING: key %s may be revoked: fetching revocation key %s\n" msgstr "" "OSTRZEÅ»ENIE: klucz %s mógÅ‚ zostać unieważniony:\n" " zapytanie o unieważniajÄ…cy klucz %s w serwerze kluczy\n" -#: g10/import.c:4249 +#: g10/import.c:4261 #, c-format msgid "WARNING: key %s may be revoked: revocation key %s not present.\n" msgstr "" "OSTRZEÅ»ENIE: klucz %s mógÅ‚ zostać unieważniony:\n" " brak unieważniajÄ…cego klucza %s.\n" -#: g10/import.c:4315 +#: g10/import.c:4327 #, c-format msgid "key %s: \"%s\" revocation certificate added\n" msgstr "klucz %s: ,,%s'' dodany certyfikat unieważnienia\n" -#: g10/import.c:4353 +#: g10/import.c:4365 #, c-format msgid "key %s: direct key signature added\n" msgstr "klucz %s: dodano bezpoÅ›redni podpis\n" @@ -4817,12 +4817,12 @@ msgstr "" "dopóki program nie zostanie uruchomiony ponownie.\n" #: g10/keyedit.c:4016 g10/keyedit.c:4447 g10/keyserver.c:535 -#: g10/mainproc.c:2277 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 +#: g10/mainproc.c:2280 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 msgid "revoked" msgstr "unieważniony" #: g10/keyedit.c:4018 g10/keyedit.c:4449 g10/keyserver.c:539 -#: g10/mainproc.c:2279 g10/tofu.c:1792 g10/trust.c:124 +#: g10/mainproc.c:2282 g10/tofu.c:1792 g10/trust.c:124 msgid "expired" msgstr "wygasÅ‚" @@ -5368,7 +5368,7 @@ msgstr " (%d) IstniejÄ…cy klucz z karty\n" msgid "Enter the keygrip: " msgstr "Uchwyt klucza: " -#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2279 +#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2280 #, c-format msgid "Not a valid keygrip (expecting 40 hex digits)\n" msgstr "NieprawidÅ‚owy uchwyt klucza (oczekiwano 40 cyfr szesnastkowych)\n" @@ -5377,13 +5377,13 @@ msgstr "NieprawidÅ‚owy uchwyt klucza (oczekiwano 40 cyfr szesnastkowych)\n" msgid "No key with this keygrip\n" msgstr "Brak klucza o tym uchwycie\n" -#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3437 g10/keygen.c:3448 +#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3440 g10/keygen.c:3451 #: sm/certreqgen-ui.c:231 sm/certreqgen-ui.c:240 #, c-format msgid "error reading the card: %s\n" msgstr "bÅ‚Ä…d odczytu karty: %s\n" -#: g10/keygen.c:2292 g10/keygen.c:3441 sm/certreqgen-ui.c:234 +#: g10/keygen.c:2292 g10/keygen.c:3444 sm/certreqgen-ui.c:234 #, c-format msgid "Serial number of the card: %s\n" msgstr "Numer seryjny karty: %s\n" @@ -5635,13 +5635,18 @@ msgstr "" "iloÅ›ci\n" "entropii.\n" -#: g10/keygen.c:4570 g10/keygen.c:4643 g10/keygen.c:4661 g10/keygen.c:4690 -#: g10/keygen.c:5066 g10/keygen.c:5612 g10/keygen.c:5923 g10/keygen.c:6030 +#: g10/keygen.c:3591 +#, c-format +msgid "WARNING: v4 is specified, but overridden by v5.\n" +msgstr "" + +#: g10/keygen.c:4590 g10/keygen.c:4663 g10/keygen.c:4681 g10/keygen.c:4710 +#: g10/keygen.c:5086 g10/keygen.c:5632 g10/keygen.c:5943 g10/keygen.c:6050 #, c-format msgid "Key generation failed: %s\n" msgstr "Generacja klucza nie powiodÅ‚a siÄ™: %s\n" -#: g10/keygen.c:4579 +#: g10/keygen.c:4599 #, c-format msgid "" "About to create a key for:\n" @@ -5652,66 +5657,66 @@ msgstr "" " ,,%s''\n" "\n" -#: g10/keygen.c:4581 +#: g10/keygen.c:4601 msgid "Continue? (Y/n) " msgstr "Kontynuować? (T/n) " -#: g10/keygen.c:4602 +#: g10/keygen.c:4622 #, c-format msgid "A key for \"%s\" already exists\n" msgstr "klucz dla ,,%s'' już istnieje\n" -#: g10/keygen.c:4607 +#: g10/keygen.c:4627 msgid "Create anyway? (y/N) " msgstr "Utworzyć klucz mimo to? (t/N) " -#: g10/keygen.c:4613 +#: g10/keygen.c:4633 #, c-format msgid "creating anyway\n" msgstr "tworzenie mimo to\n" -#: g10/keygen.c:5049 +#: g10/keygen.c:5069 #, c-format msgid "Note: Use \"%s %s\" for a full featured key generation dialog.\n" msgstr "" "Uwaga: peÅ‚nÄ… funkcjonalność generowania klucza można uzyskać przez ,,%s " "%s''.\n" -#: g10/keygen.c:5098 +#: g10/keygen.c:5118 #, c-format msgid "Key generation canceled.\n" msgstr "Procedura generacji klucza zostaÅ‚a anulowana.\n" -#: g10/keygen.c:5158 +#: g10/keygen.c:5178 #, c-format msgid "can't create backup file '%s': %s\n" msgstr "nie można utworzyć pliku kopii zapasowej ,,%s'': %s\n" -#: g10/keygen.c:5178 +#: g10/keygen.c:5198 #, c-format msgid "Note: backup of card key saved to '%s'\n" msgstr "Uwaga: kopia zapasowa klucza karty zapisana do ,,%s''\n" -#: g10/keygen.c:5339 g10/keygen.c:5541 +#: g10/keygen.c:5359 g10/keygen.c:5561 #, c-format msgid "writing public key to '%s'\n" msgstr "zapis klucza publicznego w ,,%s''\n" -#: g10/keygen.c:5535 +#: g10/keygen.c:5555 #, c-format msgid "no writable public keyring found: %s\n" msgstr "brak zapisywalnego zbioru kluczy publicznych: %s\n" -#: g10/keygen.c:5549 +#: g10/keygen.c:5569 #, c-format msgid "error writing public keyring '%s': %s\n" msgstr "bÅ‚Ä…d podczas zapisu zbioru kluczy publicznych ,,%s'': %s\n" -#: g10/keygen.c:5583 +#: g10/keygen.c:5603 msgid "public and secret key created and signed.\n" msgstr "klucz publiczny i prywatny (tajny) zostaÅ‚y utworzone i podpisane.\n" -#: g10/keygen.c:5599 +#: g10/keygen.c:5619 msgid "" "Note that this key cannot be used for encryption. You may want to use\n" "the command \"--edit-key\" to generate a subkey for this purpose.\n" @@ -5719,7 +5724,7 @@ msgstr "" "Ten klucz nie może być wykorzystany do szyfrowania. KomendÄ… \"--edit-key\"\n" "można dodać do niego podklucz szyfrujÄ…cy.\n" -#: g10/keygen.c:5781 g10/keygen.c:5980 +#: g10/keygen.c:5801 g10/keygen.c:6000 #, c-format msgid "" "key has been created %lu second in future (time warp or clock problem)\n" @@ -5727,7 +5732,7 @@ msgstr "" "klucz zostaÅ‚ stworzony %lu sekundÄ™ w przyszÅ‚oÅ›ci (zaburzenia\n" "czasoprzestrzeni, lub źle ustawiony zegar systemowy)\n" -#: g10/keygen.c:5783 g10/keygen.c:5982 +#: g10/keygen.c:5803 g10/keygen.c:6002 #, c-format msgid "" "key has been created %lu seconds in future (time warp or clock problem)\n" @@ -5735,23 +5740,23 @@ msgstr "" "klucz zostaÅ‚ stworzony %lu sekund w przyszÅ‚oÅ›ci (zaburzenia\n" "czasoprzestrzeni, lub źle ustawiony zegar systemowy)\n" -#: g10/keygen.c:5794 g10/keygen.c:5993 +#: g10/keygen.c:5814 g10/keygen.c:6013 #, c-format msgid "Note: creating subkeys for v3 keys is not OpenPGP compliant\n" msgstr "" "Uwaga: tworzenie podkluczy dla kluczy wersji 3 jest niezgodne z OpenPGP.\n" -#: g10/keygen.c:5806 g10/keygen.c:5808 +#: g10/keygen.c:5826 g10/keygen.c:5828 #, c-format msgid "Secret parts of primary key are not available.\n" msgstr "Część tajna głównego klucza jest niedostÄ™pna.\n" -#: g10/keygen.c:5815 g10/keygen.c:5817 +#: g10/keygen.c:5835 g10/keygen.c:5837 #, c-format msgid "Secret parts of primary key are stored on-card.\n" msgstr "Część tajna głównego klucza jest zapisana na karcie.\n" -#: g10/keygen.c:5837 g10/keygen.c:6007 +#: g10/keygen.c:5857 g10/keygen.c:6027 msgid "Really create? (y/N) " msgstr "Czy na pewno utworzyć? (t/N) " @@ -5909,7 +5914,7 @@ msgstr "niepoprawny protokół serwera kluczy (nasz %d != moduÅ‚ obsÅ‚ugi %d)\n" msgid "\"%s\" not a key ID: skipping\n" msgstr ",,%s'' nie jest identyfikatorem klucza - pominiÄ™to\n" -#: g10/keyserver.c:1418 g10/keyserver.c:1451 +#: g10/keyserver.c:1420 g10/keyserver.c:1453 #, c-format msgid "refreshing %d key from %s\n" msgid_plural "refreshing %d keys from %s\n" @@ -5917,52 +5922,52 @@ msgstr[0] "odÅ›wieżanie %d klucza z %s\n" msgstr[1] "odÅ›wieżanie %d kluczy z %s\n" msgstr[2] "odÅ›wieżanie %d kluczy z %s\n" -#: g10/keyserver.c:1425 +#: g10/keyserver.c:1427 #, c-format msgid "WARNING: unable to refresh key %s via %s: %s\n" msgstr "OSTRZEÅ»ENIE: nie można odÅ›wieżyć klucza %s przez %s: %s\n" -#: g10/keyserver.c:1529 +#: g10/keyserver.c:1531 #, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "klucz ,,%s'' nie zostaÅ‚ odnaleziony na serwerze kluczy\n" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1534 #, c-format msgid "key not found on keyserver\n" msgstr "klucz nie zostaÅ‚ odnaleziony na serwerze kluczy\n" -#: g10/keyserver.c:1720 +#: g10/keyserver.c:1722 #, c-format msgid "requesting key %s from %s server %s\n" msgstr "zapytanie o klucz %s z serwera %s %s\n" -#: g10/keyserver.c:1724 +#: g10/keyserver.c:1726 #, c-format msgid "requesting key %s from %s\n" msgstr "zapytanie o klucz %s z %s\n" -#: g10/keyserver.c:1829 g10/keyserver.c:2008 +#: g10/keyserver.c:1841 g10/keyserver.c:2020 #, c-format msgid "no keyserver known\n" msgstr "brak znanego serwera kluczy\n" -#: g10/keyserver.c:1844 g10/skclist.c:213 g10/skclist.c:241 +#: g10/keyserver.c:1856 g10/skclist.c:213 g10/skclist.c:241 #, c-format msgid "skipped \"%s\": %s\n" msgstr "pominiÄ™ty ,,%s'': %s\n" -#: g10/keyserver.c:1848 +#: g10/keyserver.c:1860 #, c-format msgid "sending key %s to %s\n" msgstr "wysyÅ‚anie klucza %s na %s\n" -#: g10/keyserver.c:1889 +#: g10/keyserver.c:1901 #, c-format msgid "requesting key from '%s'\n" msgstr "zapytanie o klucz z ,,%s''\n" -#: g10/keyserver.c:1905 +#: g10/keyserver.c:1917 #, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "OSTRZEÅ»ENIE: nie można pobrać URI %s: %s\n" @@ -6157,86 +6162,86 @@ msgstr " wystawca ,,%s''\n" msgid "Key available at: " msgstr "Klucz dostÄ™pny w: " -#: g10/mainproc.c:2033 +#: g10/mainproc.c:2034 #, c-format msgid "Note: Use '%s' to make use of this info\n" msgstr "Uwaga: aby wykorzystać tÄ™ informacjÄ™, należy użyć ,,%s''\n" -#: g10/mainproc.c:2231 +#: g10/mainproc.c:2234 msgid "[uncertain]" msgstr "[niepewne]" -#: g10/mainproc.c:2269 +#: g10/mainproc.c:2272 #, c-format msgid " aka \"%s\"" msgstr " alias ,,%s''" -#: g10/mainproc.c:2344 +#: g10/mainproc.c:2347 #, c-format msgid "WARNING: This key is not suitable for signing in %s mode\n" msgstr "OSTRZEÅ»ENIE: ten klucz nie nadaje siÄ™ do podpisywania w trybie %s\n" -#: g10/mainproc.c:2360 +#: g10/mainproc.c:2363 #, c-format msgid "Signature expired %s\n" msgstr "Ważność podpisu wygasÅ‚a %s.\n" -#: g10/mainproc.c:2365 +#: g10/mainproc.c:2368 #, c-format msgid "Signature expires %s\n" msgstr "Ważność podpisu wygasa %s.\n" -#: g10/mainproc.c:2376 +#: g10/mainproc.c:2379 #, c-format msgid "%s signature, digest algorithm %s%s%s\n" msgstr "podpis %s, algorytm skrótu %s%s%s\n" -#: g10/mainproc.c:2377 +#: g10/mainproc.c:2380 msgid "binary" msgstr "binarny" -#: g10/mainproc.c:2378 +#: g10/mainproc.c:2381 msgid "textmode" msgstr "tekstowy" -#: g10/mainproc.c:2378 g10/trust.c:123 dirmngr/ocsp.c:792 +#: g10/mainproc.c:2381 g10/trust.c:123 dirmngr/ocsp.c:792 msgid "unknown" msgstr "nieznany" -#: g10/mainproc.c:2380 +#: g10/mainproc.c:2383 msgid ", key algorithm " msgstr ", algorytm klucza " -#: g10/mainproc.c:2415 +#: g10/mainproc.c:2418 #, c-format msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n" msgstr "" "OSTRZEÅ»ENIE: to nie jest oddzielony podpis; plik ,,%s'' NIE zostaÅ‚ " "zweryfikowany!\n" -#: g10/mainproc.c:2454 +#: g10/mainproc.c:2457 #, c-format msgid "Can't check signature: %s\n" msgstr "Nie można sprawdzić podpisu: %s\n" -#: g10/mainproc.c:2550 g10/mainproc.c:2569 g10/mainproc.c:2693 +#: g10/mainproc.c:2553 g10/mainproc.c:2572 g10/mainproc.c:2696 #, c-format msgid "not a detached signature\n" msgstr "nie jest oddzielonym podpisem.\n" -#: g10/mainproc.c:2603 +#: g10/mainproc.c:2606 #, c-format msgid "" "WARNING: multiple signatures detected. Only the first will be checked.\n" msgstr "" "OSTRZEÅ»ENIE: wielokrotne podpisy. Tylko pierwszy zostanie sprawdzony.\n" -#: g10/mainproc.c:2612 +#: g10/mainproc.c:2615 #, c-format msgid "standalone signature of class 0x%02x\n" msgstr "oddzielony podpis klasy 0x%02x.\n" -#: g10/mainproc.c:2697 +#: g10/mainproc.c:2700 #, c-format msgid "old style (PGP 2.x) signature\n" msgstr "podpis starego typu (PGP 2.x).\n" @@ -8183,7 +8188,7 @@ msgstr "" #. TRANSLATORS: Put a \x1f right before a colon. This can be #. * used by pinentry to nicely align the names and values. Keep #. * the %s at the start and end of the string. -#: scd/app-piv.c:1770 scd/app-p15.c:4741 scd/app-nks.c:1475 +#: scd/app-piv.c:1770 scd/app-p15.c:4937 scd/app-nks.c:1530 #: scd/app-openpgp.c:2386 #, c-format msgid "%sNumber: %s%%0AHolder: %s%s" @@ -8191,7 +8196,7 @@ msgstr "%sNumer: %s%%0AWÅ‚aÅ›ciciel: %s%s" #. TRANSLATORS: This is the number of remaining attempts to #. * enter a PIN. Use %%0A (double-percent,0A) for a linefeed. -#: scd/app-piv.c:1787 scd/app-p15.c:4760 scd/app-nks.c:1494 +#: scd/app-piv.c:1787 scd/app-p15.c:4956 scd/app-nks.c:1549 #: scd/app-openpgp.c:2402 #, c-format msgid "Remaining attempts: %d" @@ -8233,7 +8238,7 @@ msgstr "|A|ProszÄ™ wprowadzić PIN administracyjny" msgid "||Please enter the Unblocking Key of your PIV card" msgstr "|P|ProszÄ™ wprowadzić kod odblokowujÄ…cy PIN (PUK) dla zwykÅ‚ych kluczy." -#: scd/app-piv.c:1888 scd/app-nks.c:1605 scd/app-openpgp.c:2669 +#: scd/app-piv.c:1888 scd/app-nks.c:1660 scd/app-openpgp.c:2669 #: scd/app-openpgp.c:2693 scd/app-openpgp.c:2871 scd/app-openpgp.c:2893 #: scd/app-openpgp.c:3074 scd/app-openpgp.c:3361 scd/app-openpgp.c:3408 #: scd/app-openpgp.c:3545 scd/app-dinsig.c:302 @@ -8321,62 +8326,62 @@ msgstr[2] "generowanie klucza zakoÅ„czone (%d sekund)\n" msgid "response does not contain the public key data\n" msgstr "odpowiedź nie zawiera danych klucza publicznego\n" -#: scd/app-p15.c:4839 scd/app-nks.c:1983 +#: scd/app-p15.c:5035 scd/app-nks.c:2038 msgid "||Please enter the PIN for the key to create qualified signatures." msgstr "" "||ProszÄ™ wprowadzić PIN PIN dla klucza do tworzenia podpisów kwalifikowanych." #. TRANSLATORS: Do not translate the "|A|" prefix but keep it at #. the start of the string. Use %0A (single percent) for a linefeed. -#: scd/app-p15.c:4842 scd/app-openpgp.c:2818 +#: scd/app-p15.c:5038 scd/app-openpgp.c:2818 msgid "|A|Please enter the Admin PIN" msgstr "|A|ProszÄ™ wprowadzić PIN administracyjny" -#: scd/app-p15.c:4844 scd/app-nks.c:1973 +#: scd/app-p15.c:5040 scd/app-nks.c:2028 msgid "|P|Please enter the PIN Unblocking Code (PUK) for the standard keys." msgstr "|P|ProszÄ™ wprowadzić kod odblokowujÄ…cy PIN (PUK) dla zwykÅ‚ych kluczy." -#: scd/app-p15.c:4847 scd/app-nks.c:1964 +#: scd/app-p15.c:5043 scd/app-nks.c:2019 msgid "||Please enter the PIN for the standard keys." msgstr "||ProszÄ™ wprowadzić PIN dla zwykÅ‚ych kluczy." -#: scd/app-nks.c:1413 scd/app-openpgp.c:4321 +#: scd/app-nks.c:1468 scd/app-openpgp.c:4321 #, c-format msgid "RSA modulus missing or not of size %d bits\n" msgstr "reszta RSA brakujÄ…ca lub o rozmiarze innym niż %d bity\n" -#: scd/app-nks.c:1421 scd/app-openpgp.c:4333 +#: scd/app-nks.c:1476 scd/app-openpgp.c:4333 #, c-format msgid "RSA public exponent missing or larger than %d bits\n" msgstr "publiczny wykÅ‚adnik RSA brakujÄ…cy lub wiÄ™kszy niż %d bity\n" -#: scd/app-nks.c:1594 +#: scd/app-nks.c:1649 #, fuzzy #| msgid "the NullPIN has not yet been changed\n" msgid "Note: PIN has not yet been enabled." msgstr "NullPIN nie zostaÅ‚ jeszcze zmieniony\n" -#: scd/app-nks.c:1641 +#: scd/app-nks.c:1696 #, c-format msgid "the NullPIN has not yet been changed\n" msgstr "NullPIN nie zostaÅ‚ jeszcze zmieniony\n" -#: scd/app-nks.c:1963 +#: scd/app-nks.c:2018 msgid "|N|Please enter a new PIN for the standard keys." msgstr "|N|ProszÄ™ wprowadzić nowy PIN dla zwykÅ‚ych kluczy." -#: scd/app-nks.c:1971 +#: scd/app-nks.c:2026 msgid "|NP|Please enter a new PIN Unblocking Code (PUK) for the standard keys." msgstr "" "|NP|ProszÄ™ wprowadzić nowy kod oblokowujÄ…cy PIN (PUK) dla zwykÅ‚ych kluczy." -#: scd/app-nks.c:1981 +#: scd/app-nks.c:2036 msgid "|N|Please enter a new PIN for the key to create qualified signatures." msgstr "" "|N|ProszÄ™ wprowadzić nowy PIN dla klucza do tworzenia podpisów " "kwalifikowanych." -#: scd/app-nks.c:1991 +#: scd/app-nks.c:2046 msgid "" "|NP|Please enter a new PIN Unblocking Code (PUK) for the key to create " "qualified signatures." @@ -8384,7 +8389,7 @@ msgstr "" "|NP|ProszÄ™ wprowadzić nowy kod odblokowujÄ…cy PIN (PUK) dla klucza do " "tworzenia podpisów kwalifikowanych." -#: scd/app-nks.c:1993 +#: scd/app-nks.c:2048 msgid "" "|P|Please enter the PIN Unblocking Code (PUK) for the key to create " "qualified signatures." @@ -8392,7 +8397,7 @@ msgstr "" "|P|ProszÄ™ wprowadzić kod odblokowujÄ…cy PIN (PUK) dla klucza do tworzenia " "podpisów kwalifikowanych." -#: scd/app-nks.c:2166 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 +#: scd/app-nks.c:2221 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 #, c-format msgid "error getting new PIN: %s\n" msgstr "bÅ‚Ä…d podczas odczytu nowego PIN-u: %s\n" @@ -8579,59 +8584,59 @@ msgstr "||ProszÄ™ wprowadzić PIN na klawiaturze czytnika" msgid "|N|Initial New PIN" msgstr "|N|PoczÄ…tkowy nowy PIN" -#: scd/scdaemon.c:118 +#: scd/scdaemon.c:119 msgid "run in multi server mode (foreground)" msgstr "uruchomienie w trybie serwera (pierwszoplanowo)" -#: scd/scdaemon.c:135 sm/gpgsm.c:271 dirmngr/dirmngr.c:197 +#: scd/scdaemon.c:136 sm/gpgsm.c:274 dirmngr/dirmngr.c:198 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "|POZIOM|ustawienie POZIOMU diagnostyki" -#: scd/scdaemon.c:141 +#: scd/scdaemon.c:142 msgid "|FILE|write a log to FILE" msgstr "|PLIK|zapisanie logów do PLIKu" -#: scd/scdaemon.c:148 +#: scd/scdaemon.c:149 msgid "|N|connect to reader at port N" msgstr "|N|poÅ‚Ä…czenie z czytnikiem na porcie N" -#: scd/scdaemon.c:150 +#: scd/scdaemon.c:151 msgid "|NAME|use NAME as ct-API driver" msgstr "|NAZWA|użycie NAZWY jako sterownika ct-API" -#: scd/scdaemon.c:152 +#: scd/scdaemon.c:153 msgid "|NAME|use NAME as PC/SC driver" msgstr "|NAZWA|użycie NAZWY jako sterownika PC/SC" -#: scd/scdaemon.c:156 +#: scd/scdaemon.c:157 msgid "do not use the internal CCID driver" msgstr "nieużywanie wewnÄ™trznego sterownika CCID" -#: scd/scdaemon.c:162 +#: scd/scdaemon.c:163 msgid "|N|disconnect the card after N seconds of inactivity" msgstr "|N|odÅ‚Ä…czenie karty po N sekundach nieaktywnoÅ›ci" -#: scd/scdaemon.c:165 +#: scd/scdaemon.c:166 msgid "do not use a reader's pinpad" msgstr "nieużywanie klawiatury czytnika" -#: scd/scdaemon.c:168 +#: scd/scdaemon.c:169 msgid "use variable length input for pinpad" msgstr "użycie wejÅ›cia z klawiatury czytnika o zmiennej dÅ‚ugoÅ›ci" -#: scd/scdaemon.c:171 +#: scd/scdaemon.c:172 msgid "|LIST|change the application priority to LIST" msgstr "" -#: scd/scdaemon.c:179 +#: scd/scdaemon.c:180 msgid "deny the use of admin card commands" msgstr "zabronienie używania poleceÅ„ karty administratora" -#: scd/scdaemon.c:324 +#: scd/scdaemon.c:325 msgid "Usage: @SCDAEMON@ [options] (-h for help)" msgstr "SkÅ‚adnia: @SCDAEMON@ [opcje] (-h wyÅ›wietla pomoc)" -#: scd/scdaemon.c:326 +#: scd/scdaemon.c:327 msgid "" "Syntax: scdaemon [options] [command [args]]\n" "Smartcard daemon for @GNUPG@\n" @@ -8639,17 +8644,17 @@ msgstr "" "SkÅ‚adnia: scdaemon [opcje] [polecenie [argumenty]]\n" "Demon kart procesorowych dla @GNUPG@\n" -#: scd/scdaemon.c:807 +#: scd/scdaemon.c:819 #, c-format msgid "please use the option '--daemon' to run the program in the background\n" msgstr "proszÄ™ użyć opcji ,,--daemon'' do uruchomienia programu w tle\n" -#: scd/scdaemon.c:1183 dirmngr/dirmngr.c:2077 +#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2104 #, c-format msgid "handler for fd %d started\n" msgstr "obsÅ‚uga fd %d uruchomiona\n" -#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2085 +#: scd/scdaemon.c:1207 dirmngr/dirmngr.c:2112 #, c-format msgid "handler for fd %d terminated\n" msgstr "obsÅ‚uga fd %d zakoÅ„czona\n" @@ -8926,7 +8931,7 @@ msgid "a %u bit hash is not valid for a %u bit %s key\n" msgstr "skrót %u-bitowy nie jest poprawny dla %u-bitowego klucza %s\n" #: sm/certcheck.c:239 sm/certcheck.c:263 dirmngr/crlcache.c:1542 -#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1363 dirmngr/validate.c:903 +#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1372 dirmngr/validate.c:903 #: dirmngr/validate.c:927 #, c-format msgid "out of core\n" @@ -9272,127 +9277,127 @@ msgstr "usuniÄ™cie certyfikatu ,,%s'' nie powiodÅ‚o siÄ™: %s\n" msgid "no valid recipients given\n" msgstr "nie podano poprawnych adresatów\n" -#: sm/gpgsm.c:224 +#: sm/gpgsm.c:226 msgid "list external keys" msgstr "wypisanie kluczy zewnÄ™trznych" -#: sm/gpgsm.c:226 +#: sm/gpgsm.c:228 msgid "list certificate chain" msgstr "wypisanie Å‚aÅ„cucha certyfikatów" -#: sm/gpgsm.c:234 +#: sm/gpgsm.c:236 msgid "import certificates" msgstr "import certyfikatów" -#: sm/gpgsm.c:235 +#: sm/gpgsm.c:237 msgid "export certificates" msgstr "eksport certyfikatów" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:245 msgid "register a smartcard" msgstr "zarejestrowanie karty procesorowej" -#: sm/gpgsm.c:246 +#: sm/gpgsm.c:248 msgid "pass a command to the dirmngr" msgstr "przekazanie polecenia do dirmngr" -#: sm/gpgsm.c:248 +#: sm/gpgsm.c:250 msgid "invoke gpg-protect-tool" msgstr "wywoÅ‚anie gpg-protect-tool" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:270 msgid "don't use the terminal at all" msgstr "nieużywanie w ogóle terminala" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "|N|number of certificates to include" msgstr "|N|liczba certyfikatów do doÅ‚Ä…czenia" -#: sm/gpgsm.c:296 +#: sm/gpgsm.c:299 msgid "|FILE|take policy information from FILE" msgstr "|PLIK|pobranie informacji o polityce z PLIKU" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "assume input is in PEM format" msgstr "przyjÄ™cie wejÅ›cia w formacie PEM" -#: sm/gpgsm.c:312 +#: sm/gpgsm.c:315 msgid "assume input is in base-64 format" msgstr "przyjÄ™cie wejÅ›cia w formacie base-64" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "assume input is in binary format" msgstr "przyjÄ™cie wejÅ›cia w formacie binarnym" -#: sm/gpgsm.c:323 +#: sm/gpgsm.c:326 msgid "create base-64 encoded output" msgstr "tworzenie wyjÅ›cia zakodowanego base-64" -#: sm/gpgsm.c:335 +#: sm/gpgsm.c:338 msgid "|USER-ID|use USER-ID as default secret key" msgstr "|UÅ»YTKOWNIK|użycie tego identyfikatora jako domyÅ›lnego klucza tajnego" -#: sm/gpgsm.c:346 +#: sm/gpgsm.c:349 msgid "|FILE|add keyring to the list of keyrings" msgstr "|PLIK|dodanie tego zbioru kluczy do listy zbiorów kluczy" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 msgid "|SPEC|use this keyserver to lookup keys" msgstr "|SPEC|użycie tego serwera do wyszukiwania kluczy" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "fetch missing issuer certificates" msgstr "pobranie brakujÄ…cych certyfikatów wystawców" -#: sm/gpgsm.c:361 +#: sm/gpgsm.c:364 msgid "|NAME|use encoding NAME for PKCS#12 passphrases" msgstr "|NAZWA|użycie kodowania NAZWA dla haseÅ‚ PKCS#12" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 msgid "never consult a CRL" msgstr "pominiÄ™cie CRL" -#: sm/gpgsm.c:386 +#: sm/gpgsm.c:389 msgid "do not check CRLs for root certificates" msgstr "niesprawdzanie CRL dla głównych certyfikatów" -#: sm/gpgsm.c:390 +#: sm/gpgsm.c:393 msgid "check validity using OCSP" msgstr "sprawdzenie poprawnoÅ›ci przy użyciu OCSP" -#: sm/gpgsm.c:392 +#: sm/gpgsm.c:395 msgid "do not check certificate policies" msgstr "niesprawdzanie polityk certyfikatów" -#: sm/gpgsm.c:395 +#: sm/gpgsm.c:398 msgid "|NAME|use cipher algorithm NAME" msgstr "|NAZWA|użycie tego algorytmu szyfrowania NAZWA" -#: sm/gpgsm.c:397 +#: sm/gpgsm.c:400 msgid "|NAME|use message digest algorithm NAME" msgstr "|NAZWA|użycie tego algorytmu skrótu wiadomoÅ›ci" -#: sm/gpgsm.c:407 +#: sm/gpgsm.c:410 msgid "batch mode: never ask" msgstr "tryb wsadowy: bez żadnych pytaÅ„" -#: sm/gpgsm.c:409 +#: sm/gpgsm.c:412 msgid "assume yes on most questions" msgstr "przyjÄ™cie odpowiedzi ,,tak'' na wiÄ™kszość pytaÅ„" -#: sm/gpgsm.c:410 +#: sm/gpgsm.c:413 msgid "assume no on most questions" msgstr "przyjÄ™cie odpowiedzi ,,nie'' na wiÄ™kszość pytaÅ„" -#: sm/gpgsm.c:427 +#: sm/gpgsm.c:430 msgid "|FILE|write an audit log to FILE" msgstr "|PLIK|zapisanie logów audytowych do PLIKU" -#: sm/gpgsm.c:612 +#: sm/gpgsm.c:615 msgid "Usage: @GPGSM@ [options] [files] (-h for help)" msgstr "SkÅ‚adnia: @GPGSM@ [opcje] [pliki] (-h wyÅ›wietla pomoc)" -#: sm/gpgsm.c:615 +#: sm/gpgsm.c:618 msgid "" "Syntax: @GPGSM@ [options] [files]\n" "Sign, check, encrypt or decrypt using the S/MIME protocol\n" @@ -9403,52 +9408,52 @@ msgstr "" "S/MIME\n" "DomyÅ›lnie wykonywana operacja zależy od danych wejÅ›ciowych\n" -#: sm/gpgsm.c:823 +#: sm/gpgsm.c:826 #, c-format msgid "Note: won't be able to encrypt to '%s': %s\n" msgstr "Uwaga: nie można zaszyfrować do ,,%s'': %s\n" -#: sm/gpgsm.c:834 +#: sm/gpgsm.c:837 #, c-format msgid "unknown validation model '%s'\n" msgstr "nieznany model poprawnoÅ›ci ,,%s''\n" -#: sm/gpgsm.c:893 dirmngr/ldapserver.c:89 +#: sm/gpgsm.c:896 dirmngr/ldapserver.c:89 #, c-format msgid "%s:%u: no hostname given\n" msgstr "%s:%u: nie podano nazwy hosta\n" -#: sm/gpgsm.c:912 dirmngr/ldapserver.c:108 +#: sm/gpgsm.c:915 dirmngr/ldapserver.c:108 #, c-format msgid "%s:%u: password given without user\n" msgstr "%s:%u: podano hasÅ‚o bez użytkownika\n" -#: sm/gpgsm.c:943 dirmngr/ldapserver.c:139 +#: sm/gpgsm.c:946 dirmngr/ldapserver.c:139 #, c-format msgid "%s:%u: ignoring unknown flag '%s'\n" msgstr "" -#: sm/gpgsm.c:959 dirmngr/ldapserver.c:155 +#: sm/gpgsm.c:962 dirmngr/ldapserver.c:155 #, c-format msgid "%s:%u: skipping this line\n" msgstr "%s:%u: linia pominiÄ™ta\n" -#: sm/gpgsm.c:1545 +#: sm/gpgsm.c:1550 #, c-format msgid "could not parse keyserver\n" msgstr "niezrozumiaÅ‚y adres serwera kluczy\n" -#: sm/gpgsm.c:1825 +#: sm/gpgsm.c:1858 #, c-format msgid "importing common certificates '%s'\n" msgstr "import wspólnych certyfikatów ,,%s''\n" -#: sm/gpgsm.c:1871 +#: sm/gpgsm.c:1904 #, c-format msgid "can't sign using '%s': %s\n" msgstr "nie można podpisać z użyciem ,,%s'': %s\n" -#: sm/gpgsm.c:2231 +#: sm/gpgsm.c:2273 #, c-format msgid "invalid command (there is no implicit command)\n" msgstr "bÅ‚Ä™dne polecenie (nie ma polecenia domyÅ›lnego)\n" @@ -10424,133 +10429,133 @@ msgstr "oczekiwano bezwzglÄ™dnej nazwy pliku\n" msgid "looking up '%s'\n" msgstr "wyszukiwanie ,,%s''\n" -#: dirmngr/dirmngr.c:174 +#: dirmngr/dirmngr.c:175 msgid "list the contents of the CRL cache" msgstr "lista zawartoÅ›ci pamiÄ™ci podrÄ™cznej CRL" -#: dirmngr/dirmngr.c:175 +#: dirmngr/dirmngr.c:176 msgid "|FILE|load CRL from FILE into cache" msgstr "|PLIK|zaÅ‚adowanie CRL z PLIKU do pamiÄ™ci podrÄ™cznej" -#: dirmngr/dirmngr.c:176 +#: dirmngr/dirmngr.c:177 msgid "|URL|fetch a CRL from URL" msgstr "|URL|pobranie CRL z URL-a" -#: dirmngr/dirmngr.c:177 +#: dirmngr/dirmngr.c:178 msgid "shutdown the dirmngr" msgstr "wyÅ‚Ä…czenie dirmngr" -#: dirmngr/dirmngr.c:178 +#: dirmngr/dirmngr.c:179 msgid "flush the cache" msgstr "zapis pamiÄ™ci podrÄ™cznej" -#: dirmngr/dirmngr.c:211 +#: dirmngr/dirmngr.c:212 msgid "allow online software version check" msgstr "zezwolenie na sprawdzenie wersji oprogramowania online" -#: dirmngr/dirmngr.c:214 +#: dirmngr/dirmngr.c:215 msgid "|N|do not return more than N items in one query" msgstr "|N|bez zwracania wiÄ™cej niż N elementów w jednym zapytaniu" -#: dirmngr/dirmngr.c:220 +#: dirmngr/dirmngr.c:221 msgid "Network related options" msgstr "" -#: dirmngr/dirmngr.c:222 +#: dirmngr/dirmngr.c:223 msgid "route all network traffic via Tor" msgstr "trasowanie caÅ‚ego ruchu sieciowego przez Tora" -#: dirmngr/dirmngr.c:234 +#: dirmngr/dirmngr.c:235 msgid "Configuration for Keyservers" msgstr "Konfiguracja dla serwerów kluczy" -#: dirmngr/dirmngr.c:237 +#: dirmngr/dirmngr.c:238 msgid "|URL|use keyserver at URL" msgstr "|URL|używaj serwera kluczy URL" -#: dirmngr/dirmngr.c:239 +#: dirmngr/dirmngr.c:240 msgid "|FILE|use the CA certificates in FILE for HKP over TLS" msgstr "|PLIK|użycie certyfikatów CA w PLIKU dla HKP po TLS" -#: dirmngr/dirmngr.c:241 +#: dirmngr/dirmngr.c:242 msgid "Configuration for HTTP servers" msgstr "Konfiguracja dla serwerów HTTP" -#: dirmngr/dirmngr.c:243 +#: dirmngr/dirmngr.c:244 msgid "inhibit the use of HTTP" msgstr "powstrzymanie od użycia HTTP" -#: dirmngr/dirmngr.c:245 +#: dirmngr/dirmngr.c:246 msgid "ignore HTTP CRL distribution points" msgstr "ignorowanie punktów dystrybucji CRL przez HTTP" -#: dirmngr/dirmngr.c:247 +#: dirmngr/dirmngr.c:248 msgid "|URL|redirect all HTTP requests to URL" msgstr "|URL|przekierowanie wszystkich żądaÅ„ HTTP na URL" -#: dirmngr/dirmngr.c:249 +#: dirmngr/dirmngr.c:250 msgid "use system's HTTP proxy setting" msgstr "użycie systemowego ustawienia proxy HTTP" -#: dirmngr/dirmngr.c:253 +#: dirmngr/dirmngr.c:254 msgid "Configuration of LDAP servers to use" msgstr "Konfiguracja używanych serwerów LDAP" -#: dirmngr/dirmngr.c:255 +#: dirmngr/dirmngr.c:256 msgid "inhibit the use of LDAP" msgstr "powstrzymanie od użycia LDAP" -#: dirmngr/dirmngr.c:257 +#: dirmngr/dirmngr.c:258 msgid "ignore LDAP CRL distribution points" msgstr "ignorowanie punktów dystrybucji CRL przez LDAP" -#: dirmngr/dirmngr.c:259 +#: dirmngr/dirmngr.c:260 msgid "|HOST|use HOST for LDAP queries" msgstr "|HOST|użycie HOSTA do zapytaÅ„ LDAP" -#: dirmngr/dirmngr.c:261 +#: dirmngr/dirmngr.c:262 msgid "do not use fallback hosts with --ldap-proxy" msgstr "bez użycia hostów zapasowych z --ldap-proxy" -#: dirmngr/dirmngr.c:263 +#: dirmngr/dirmngr.c:264 msgid "|FILE|read LDAP server list from FILE" msgstr "|PLIK|odczyt listy serwerów LDAP z PLIKU" -#: dirmngr/dirmngr.c:265 +#: dirmngr/dirmngr.c:266 msgid "add new servers discovered in CRL distribution points to serverlist" msgstr "" "dodanie nowych serwerów wykrytych w pinktach dystrybucji CRL do listy " "serwerów" -#: dirmngr/dirmngr.c:268 dirmngr/dirmngr_ldap.c:104 +#: dirmngr/dirmngr.c:269 dirmngr/dirmngr_ldap.c:104 msgid "|N|set LDAP timeout to N seconds" msgstr "|N|ustawienie limitu czasu LDAP na N sekund" -#: dirmngr/dirmngr.c:271 +#: dirmngr/dirmngr.c:272 msgid "Configuration for OCSP" msgstr "Konfiguracja dla OCSP" -#: dirmngr/dirmngr.c:273 +#: dirmngr/dirmngr.c:274 msgid "allow sending OCSP requests" msgstr "zezwolenie na wysyÅ‚anie żądaÅ„ OCSP" -#: dirmngr/dirmngr.c:275 +#: dirmngr/dirmngr.c:276 msgid "ignore certificate contained OCSP service URLs" msgstr "ignorowanie URL-i usÅ‚ug OCSP zawartych w certyfikatach" -#: dirmngr/dirmngr.c:277 +#: dirmngr/dirmngr.c:278 msgid "|URL|use OCSP responder at URL" msgstr "|URL|użycie respondera OCSP spod URL-a" -#: dirmngr/dirmngr.c:279 +#: dirmngr/dirmngr.c:280 msgid "|FPR|OCSP response signed by FPR" msgstr "|FPR|odpowiedź OCSP podpisana przez FPR" -#: dirmngr/dirmngr.c:287 +#: dirmngr/dirmngr.c:288 msgid "force loading of outdated CRLs" msgstr "wymuszenie Å‚adowania nieaktualnych CRL" -#: dirmngr/dirmngr.c:298 +#: dirmngr/dirmngr.c:299 msgid "" "@\n" "(See the \"info\" manual for a complete listing of all commands and " @@ -10559,11 +10564,11 @@ msgstr "" "@\n" "(peÅ‚nÄ… listÄ™ poleceÅ„ i opcji można znaleźć w podrÄ™czniku ,,info'')\n" -#: dirmngr/dirmngr.c:440 +#: dirmngr/dirmngr.c:441 msgid "Usage: @DIRMNGR@ [options] (-h for help)" msgstr "SkÅ‚adnia: @DIRMNGR@ [opcje] (-h wyÅ›wietla pomoc)" -#: dirmngr/dirmngr.c:442 +#: dirmngr/dirmngr.c:443 msgid "" "Syntax: @DIRMNGR@ [options] [command [args]]\n" "Keyserver, CRL, and OCSP access for @GNUPG@\n" @@ -10571,84 +10576,84 @@ msgstr "" "SkÅ‚adnia: @DIRMNGR@ [opcje] [polecenie [argumenty]]\n" "DostÄ™p do serwera kluczy, CRL i OCSP dla @GNUPG@\n" -#: dirmngr/dirmngr.c:522 +#: dirmngr/dirmngr.c:523 #, c-format msgid "valid debug levels are: %s\n" msgstr "poprawne poziomy diagnostyki to: %s\n" -#: dirmngr/dirmngr.c:608 tools/gpgconf.c:667 tools/gpgconf.c:702 +#: dirmngr/dirmngr.c:609 tools/gpgconf.c:667 tools/gpgconf.c:702 #: tools/gpgconf.c:802 #, c-format msgid "usage: %s [options] " msgstr "skÅ‚adnia: %s [opcje]" -#: dirmngr/dirmngr.c:1251 +#: dirmngr/dirmngr.c:1260 #, c-format msgid "colons are not allowed in the socket name\n" msgstr "dwukropki nie sÄ… dozwolone w nazwie gniazda\n" -#: dirmngr/dirmngr.c:1486 dirmngr/server.c:1824 +#: dirmngr/dirmngr.c:1495 dirmngr/server.c:1824 #, c-format msgid "fetching CRL from '%s' failed: %s\n" msgstr "pobranie CRL z ,,%s'' nie powiodÅ‚o siÄ™: %s\n" -#: dirmngr/dirmngr.c:1492 dirmngr/server.c:1830 +#: dirmngr/dirmngr.c:1501 dirmngr/server.c:1830 #, c-format msgid "processing CRL from '%s' failed: %s\n" msgstr "przetworzenie CRL z ,,%s'' nie powiodÅ‚o siÄ™: %s\n" -#: dirmngr/dirmngr.c:1634 +#: dirmngr/dirmngr.c:1643 #, c-format msgid "%s:%u: line too long - skipped\n" msgstr "%s:%u: linia zbyt dÅ‚uga - pominiÄ™to\n" -#: dirmngr/dirmngr.c:1689 dirmngr/dirmngr.c:1773 +#: dirmngr/dirmngr.c:1698 dirmngr/dirmngr.c:1782 #, c-format msgid "%s:%u: invalid fingerprint detected\n" msgstr "%s:%u: wykryto bÅ‚Ä™dny odcisk\n" -#: dirmngr/dirmngr.c:1725 dirmngr/dirmngr.c:1751 tools/gpgconf-comp.c:3534 +#: dirmngr/dirmngr.c:1734 dirmngr/dirmngr.c:1760 tools/gpgconf-comp.c:3539 #, c-format msgid "%s:%u: read error: %s\n" msgstr "%s:%u: bÅ‚Ä…d odczytu: %s\n" -#: dirmngr/dirmngr.c:1780 +#: dirmngr/dirmngr.c:1789 #, c-format msgid "%s:%u: garbage at end of line ignored\n" msgstr "%s:%u: zignorowano Å›mieci na koÅ„cu linii\n" -#: dirmngr/dirmngr.c:1849 +#: dirmngr/dirmngr.c:1876 #, c-format msgid "SIGHUP received - re-reading configuration and flushing caches\n" msgstr "" "otrzymano SIGHUP - ponowny odczyt konfiguracji i zapis pamiÄ™ci podrÄ™cznej\n" -#: dirmngr/dirmngr.c:1890 +#: dirmngr/dirmngr.c:1917 #, c-format msgid "SIGUSR2 received - no action defined\n" msgstr "otrzymano SIGUSR2 - nie zdefiniowano akcji\n" -#: dirmngr/dirmngr.c:1895 +#: dirmngr/dirmngr.c:1922 #, c-format msgid "SIGTERM received - shutting down ...\n" msgstr "otrzymano SIGTERM - zamykanie...\n" -#: dirmngr/dirmngr.c:1897 +#: dirmngr/dirmngr.c:1924 #, c-format msgid "SIGTERM received - still %d active connections\n" msgstr "otrzymano SIGTERM - nadal sÄ… aktywne poÅ‚Ä…czenia: %d\n" -#: dirmngr/dirmngr.c:1902 +#: dirmngr/dirmngr.c:1929 #, c-format msgid "shutdown forced\n" msgstr "wymuszono zamkniÄ™cie\n" -#: dirmngr/dirmngr.c:1910 +#: dirmngr/dirmngr.c:1937 #, c-format msgid "SIGINT received - immediate shutdown\n" msgstr "otrzymano SIGINT - natychmiastowe zamkniÄ™cie\n" -#: dirmngr/dirmngr.c:1917 +#: dirmngr/dirmngr.c:1944 #, c-format msgid "signal %d received - no action defined\n" msgstr "otrzymano sygnaÅ‚ %d - nie zdefiniowano akcji\n" @@ -11104,7 +11109,7 @@ msgid "serialno missing in cert ID" msgstr "brak pola serialno w ID certyfikatu" #: dirmngr/server.c:1387 dirmngr/server.c:1473 dirmngr/server.c:1909 -#: dirmngr/server.c:1980 dirmngr/server.c:2552 dirmngr/server.c:2567 +#: dirmngr/server.c:1980 dirmngr/server.c:2556 dirmngr/server.c:2571 #, c-format msgid "assuan_inquire failed: %s\n" msgstr "assuan_inquire nie powiodÅ‚o siÄ™: %s\n" @@ -11134,32 +11139,32 @@ msgstr "fetch_next_cert nie powiodÅ‚o siÄ™: %s\n" msgid "max_replies %d exceeded\n" msgstr "przekroczono max_replies %d\n" -#: dirmngr/server.c:2856 +#: dirmngr/server.c:2860 #, c-format msgid "can't allocate control structure: %s\n" msgstr "nie można przydzielić struktury sterujÄ…cej: %s\n" -#: dirmngr/server.c:2867 +#: dirmngr/server.c:2871 #, c-format msgid "failed to allocate assuan context: %s\n" msgstr "nie udaÅ‚o siÄ™ przydzielić kontekstu assuan: %s\n" -#: dirmngr/server.c:2888 +#: dirmngr/server.c:2892 #, c-format msgid "failed to initialize the server: %s\n" msgstr "nie udaÅ‚o siÄ™ zainicjować serwera: %s\n" -#: dirmngr/server.c:2896 +#: dirmngr/server.c:2900 #, c-format msgid "failed to the register commands with Assuan: %s\n" msgstr "nie udaÅ‚o siÄ™ zarejestrować poleceÅ„ przez Assuana: %s\n" -#: dirmngr/server.c:2929 +#: dirmngr/server.c:2933 #, c-format msgid "Assuan accept problem: %s\n" msgstr "Problem z accept u Assuana: %s\n" -#: dirmngr/server.c:2948 +#: dirmngr/server.c:2952 #, c-format msgid "Assuan processing failed: %s\n" msgstr "Przetwarzanie u Assuana nie powiodÅ‚o siÄ™: %s\n" @@ -11307,69 +11312,69 @@ msgstr "brak dziaÅ‚ajÄ…cego dirmngr w tej sesji\n" msgid "error sending standard options: %s\n" msgstr "bÅ‚Ä…d wysyÅ‚ania standardowych opcji: %s\n" -#: tools/gpgconf-comp.c:647 +#: tools/gpgconf-comp.c:649 msgid "OpenPGP" msgstr "OpenPGP" -#: tools/gpgconf-comp.c:651 +#: tools/gpgconf-comp.c:653 msgid "S/MIME" msgstr "S/MIME" -#: tools/gpgconf-comp.c:655 +#: tools/gpgconf-comp.c:657 #, fuzzy #| msgid "public key is %s\n" msgid "Public Keys" msgstr "klucz publiczny to %s\n" -#: tools/gpgconf-comp.c:659 +#: tools/gpgconf-comp.c:661 msgid "Private Keys" msgstr "Klucze prywatne" -#: tools/gpgconf-comp.c:663 +#: tools/gpgconf-comp.c:665 msgid "Smartcards" msgstr "Karty procesorowe" -#: tools/gpgconf-comp.c:667 +#: tools/gpgconf-comp.c:669 msgid "TPM" msgstr "" -#: tools/gpgconf-comp.c:671 +#: tools/gpgconf-comp.c:673 msgid "Network" msgstr "Sieć" -#: tools/gpgconf-comp.c:675 +#: tools/gpgconf-comp.c:677 msgid "Passphrase Entry" msgstr "Wpisywanie hasÅ‚a" -#: tools/gpgconf-comp.c:939 +#: tools/gpgconf-comp.c:941 msgid "Component not suitable for launching" msgstr "Komponent nie nadaje siÄ™ do uruchomienia" -#: tools/gpgconf-comp.c:945 +#: tools/gpgconf-comp.c:947 #, c-format msgid "Configuration file of component %s is broken\n" msgstr "Plik konfiguracyjny komponentu %s jest uszkodzony\n" -#: tools/gpgconf-comp.c:948 +#: tools/gpgconf-comp.c:950 #, c-format msgid "Note: Use the command \"%s%s\" to get details.\n" msgstr "Podpowiedź: można użyć polecenia ,,%s%s'', aby uzyskać szczegóły.\n" -#: tools/gpgconf-comp.c:2811 +#: tools/gpgconf-comp.c:2816 #, c-format msgid "External verification of component %s failed" msgstr "ZewnÄ™trzna weryfikacja komponentu %s nie powiodÅ‚a siÄ™" -#: tools/gpgconf-comp.c:2941 +#: tools/gpgconf-comp.c:2946 msgid "Note that group specifications are ignored\n" msgstr "Uwaga, okreÅ›lenia grup sÄ… ignorowane\n" -#: tools/gpgconf-comp.c:3538 +#: tools/gpgconf-comp.c:3543 #, c-format msgid "error closing '%s'\n" msgstr "bÅ‚Ä…d zamykania ,,%s''\n" -#: tools/gpgconf-comp.c:3540 +#: tools/gpgconf-comp.c:3545 #, c-format msgid "error parsing '%s'\n" msgstr "bÅ‚Ä…d analizy ,,%s''\n" @@ -11475,87 +11480,87 @@ msgstr "" "SkÅ‚adnia: gpg-check-pattern [opcje] plik-wzorców\n" "Sprawdzanie hasÅ‚a ze standardowego wejÅ›cia wzglÄ™dem pliku wzorców\n" -#: tools/gpg-card.c:2389 +#: tools/gpg-card.c:2390 #, fuzzy, c-format #| msgid "Note: keys are already stored on the card!\n" msgid "Note: key %s is already stored on the card!\n" msgstr "Uwaga: klucze sÄ… już zapisane na karcie!\n" -#: tools/gpg-card.c:2392 +#: tools/gpg-card.c:2393 #, fuzzy, c-format #| msgid "Note: keys are already stored on the card!\n" msgid "Note: Keys are already stored on the card!\n" msgstr "Uwaga: klucze sÄ… już zapisane na karcie!\n" -#: tools/gpg-card.c:2395 +#: tools/gpg-card.c:2396 #, fuzzy, c-format #| msgid "Replace existing keys? (y/N) " msgid "Replace existing key %s ? (y/N) " msgstr "ZastÄ…pić istniejÄ…ce klucze? (t/N) " -#: tools/gpg-card.c:2548 tools/gpg-card.c:2711 tools/gpg-card.c:2934 -#: tools/gpg-card.c:3043 +#: tools/gpg-card.c:2549 tools/gpg-card.c:2712 tools/gpg-card.c:2935 +#: tools/gpg-card.c:3044 #, fuzzy, c-format #| msgid "OpenPGP card no. %s detected\n" msgid "%s card no. %s detected\n" msgstr "Wykryto kartÄ™ OpenPGP nr %s\n" -#: tools/gpg-card.c:3395 +#: tools/gpg-card.c:3396 #, c-format msgid "User Interaction Flag is set to \"%s\" - can't change\n" msgstr "" -#: tools/gpg-card.c:3405 tools/gpg-card.c:3419 +#: tools/gpg-card.c:3406 tools/gpg-card.c:3420 #, c-format msgid "" "Warning: Setting the User Interaction Flag to \"%s\"\n" " can only be reverted using a factory reset!\n" msgstr "" -#: tools/gpg-card.c:3422 +#: tools/gpg-card.c:3423 #, c-format msgid "Please use \"uif --yes %d %s\"\n" msgstr "" -#: tools/gpg-card.c:3668 +#: tools/gpg-card.c:3669 #, fuzzy #| msgid "add a certificate to the cache" msgid "authenticate to the card" msgstr "dodanie certyfikatu do pamiÄ™ci podrÄ™cznej" -#: tools/gpg-card.c:3670 +#: tools/gpg-card.c:3671 msgid "send a reset to the card daemon" msgstr "" -#: tools/gpg-card.c:3672 +#: tools/gpg-card.c:3673 msgid "setup KDF for PIN authentication" msgstr "ustawienie KDF do uwierzytelniania PIN-em" -#: tools/gpg-card.c:3674 +#: tools/gpg-card.c:3675 msgid "change a private data object" msgstr "" -#: tools/gpg-card.c:3675 +#: tools/gpg-card.c:3676 #, fuzzy #| msgid "add a certificate to the cache" msgid "read a certificate from a data object" msgstr "dodanie certyfikatu do pamiÄ™ci podrÄ™cznej" -#: tools/gpg-card.c:3676 +#: tools/gpg-card.c:3677 #, fuzzy #| msgid "add a certificate to the cache" msgid "store a certificate to a data object" msgstr "dodanie certyfikatu do pamiÄ™ci podrÄ™cznej" -#: tools/gpg-card.c:3677 +#: tools/gpg-card.c:3678 msgid "store a private key to a data object" msgstr "" -#: tools/gpg-card.c:3678 +#: tools/gpg-card.c:3679 msgid "Yubikey management commands" msgstr "" -#: tools/gpg-card.c:3680 +#: tools/gpg-card.c:3681 msgid "manage the command history" msgstr "" @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2021-04-07 19:24+0200\n" +"POT-Creation-Date: 2021-04-20 12:38+0200\n" "PO-Revision-Date: 2015-02-11 19:17+0100\n" "Last-Translator: Pedro Morais <morais@kde.org>\n" "Language-Team: pt <morais@kde.org>\n" @@ -209,9 +209,9 @@ msgid "ssh keys greater than %d bits are not supported\n" msgstr "algoritmo de protecção %d%s não é suportado\n" #: agent/command-ssh.c:872 common/dotlock.c:852 g10/card-util.c:953 -#: g10/export.c:1329 g10/gpg.c:1430 g10/keygen.c:5327 g10/keyring.c:1319 +#: g10/export.c:1329 g10/gpg.c:1431 g10/keygen.c:5347 g10/keyring.c:1319 #: g10/keyring.c:1632 g10/openfile.c:293 g10/photoid.c:531 g10/photoid.c:549 -#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:478 +#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:479 #, fuzzy, c-format #| msgid "can't create `%s': %s\n" msgid "can't create '%s': %s\n" @@ -219,15 +219,15 @@ msgstr "impossÃvel criar `%s': %s\n" #: agent/command-ssh.c:884 common/helpfile.c:57 g10/card-util.c:910 #: g10/dearmor.c:59 g10/dearmor.c:106 g10/decrypt.c:65 g10/decrypt.c:136 -#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1431 -#: g10/import.c:359 g10/import.c:546 g10/import.c:781 g10/keygen.c:4302 +#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1432 +#: g10/import.c:371 g10/import.c:558 g10/import.c:793 g10/keygen.c:4322 #: g10/keyring.c:1658 g10/openfile.c:197 g10/openfile.c:211 g10/plaintext.c:128 #: g10/plaintext.c:610 g10/sign.c:1086 g10/sign.c:1311 g10/sign.c:1424 #: g10/sign.c:1596 g10/tdbdump.c:143 g10/tdbdump.c:151 g10/tdbio.c:758 -#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2338 -#: sm/gpgsm.c:2368 sm/gpgsm.c:2406 sm/qualified.c:65 dirmngr/certcache.c:396 -#: dirmngr/certcache.c:476 dirmngr/certcache.c:478 dirmngr/crlcache.c:2588 -#: dirmngr/dirmngr.c:1711 tools/gpg-card.c:407 +#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2380 +#: sm/gpgsm.c:2410 sm/gpgsm.c:2448 sm/keylist.c:1737 sm/qualified.c:65 +#: dirmngr/certcache.c:396 dirmngr/certcache.c:476 dirmngr/certcache.c:478 +#: dirmngr/crlcache.c:2588 dirmngr/dirmngr.c:1720 tools/gpg-card.c:408 #, fuzzy, c-format #| msgid "can't open `%s': %s\n" msgid "can't open '%s': %s\n" @@ -410,83 +410,83 @@ msgstr "" msgid "Please enter the new passphrase" msgstr "muda a frase secreta" -#: agent/gpg-agent.c:161 scd/scdaemon.c:114 dirmngr/dirmngr.c:181 +#: agent/gpg-agent.c:162 scd/scdaemon.c:115 dirmngr/dirmngr.c:182 msgid "Options used for startup" msgstr "" -#: agent/gpg-agent.c:163 scd/scdaemon.c:119 dirmngr/dirmngr.c:170 +#: agent/gpg-agent.c:164 scd/scdaemon.c:120 dirmngr/dirmngr.c:171 msgid "run in daemon mode (background)" msgstr "" -#: agent/gpg-agent.c:164 scd/scdaemon.c:116 dirmngr/dirmngr.c:169 +#: agent/gpg-agent.c:165 scd/scdaemon.c:117 dirmngr/dirmngr.c:170 msgid "run in server mode (foreground)" msgstr "" -#: agent/gpg-agent.c:166 dirmngr/dirmngr.c:172 +#: agent/gpg-agent.c:167 dirmngr/dirmngr.c:173 #, fuzzy #| msgid "Key is superseded" msgid "run in supervised mode" msgstr "A chave foi substituÃda" -#: agent/gpg-agent.c:168 scd/scdaemon.c:120 dirmngr/dirmngr.c:183 +#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 msgid "do not detach from the console" msgstr "" -#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 +#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 msgid "sh-style command output" msgstr "" -#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 +#: agent/gpg-agent.c:171 scd/scdaemon.c:123 dirmngr/dirmngr.c:186 msgid "csh-style command output" msgstr "" -#: agent/gpg-agent.c:178 g10/gpg.c:588 scd/scdaemon.c:124 sm/gpgsm.c:419 -#: dirmngr/dirmngr.c:187 +#: agent/gpg-agent.c:179 g10/gpg.c:589 scd/scdaemon.c:125 sm/gpgsm.c:422 +#: dirmngr/dirmngr.c:188 #, fuzzy msgid "|FILE|read options from FILE" msgstr "|FICHEIRO|carregar módulo de extensão FICHEIRO" -#: agent/gpg-agent.c:182 g10/gpg.c:573 scd/scdaemon.c:128 sm/gpgsm.c:262 -#: dirmngr/dirmngr.c:191 +#: agent/gpg-agent.c:183 g10/gpg.c:574 scd/scdaemon.c:129 sm/gpgsm.c:265 +#: dirmngr/dirmngr.c:192 msgid "Options controlling the diagnostic output" msgstr "" -#: agent/gpg-agent.c:184 g10/gpg.c:575 g10/gpgv.c:78 kbx/kbxutil.c:89 -#: scd/scdaemon.c:130 sm/gpgsm.c:264 dirmngr/dirmngr-client.c:69 -#: dirmngr/dirmngr.c:193 dirmngr/dirmngr_ldap.c:102 +#: agent/gpg-agent.c:185 g10/gpg.c:576 g10/gpgv.c:78 kbx/kbxutil.c:89 +#: scd/scdaemon.c:131 sm/gpgsm.c:267 dirmngr/dirmngr-client.c:69 +#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:102 #: tools/gpg-connect-agent.c:85 tools/gpgconf.c:111 msgid "verbose" msgstr "detalhado" -#: agent/gpg-agent.c:185 g10/gpg.c:577 g10/gpgv.c:79 kbx/kbxutil.c:90 -#: scd/scdaemon.c:131 sm/gpgsm.c:266 dirmngr/dirmngr-client.c:70 -#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:103 +#: agent/gpg-agent.c:186 g10/gpg.c:578 g10/gpgv.c:79 kbx/kbxutil.c:90 +#: scd/scdaemon.c:132 sm/gpgsm.c:269 dirmngr/dirmngr-client.c:70 +#: dirmngr/dirmngr.c:195 dirmngr/dirmngr_ldap.c:103 msgid "be somewhat more quiet" msgstr "ser mais silencioso" -#: agent/gpg-agent.c:193 g10/gpg.c:592 sm/gpgsm.c:280 dirmngr/dirmngr.c:204 +#: agent/gpg-agent.c:194 g10/gpg.c:593 sm/gpgsm.c:283 dirmngr/dirmngr.c:205 msgid "|FILE|write server mode logs to FILE" msgstr "" -#: agent/gpg-agent.c:197 g10/gpg.c:598 scd/scdaemon.c:145 sm/gpgsm.c:287 -#: dirmngr/dirmngr.c:208 +#: agent/gpg-agent.c:198 g10/gpg.c:599 scd/scdaemon.c:146 sm/gpgsm.c:290 +#: dirmngr/dirmngr.c:209 msgid "Options controlling the configuration" msgstr "" -#: agent/gpg-agent.c:200 +#: agent/gpg-agent.c:201 #, fuzzy msgid "do not use the SCdaemon" msgstr "actualizar a base de dados de confiança" -#: agent/gpg-agent.c:202 +#: agent/gpg-agent.c:203 msgid "|PGM|use PGM as the SCdaemon program" msgstr "" -#: agent/gpg-agent.c:204 +#: agent/gpg-agent.c:205 msgid "|PGM|use PGM as the tpm2daemon program" msgstr "" -#: agent/gpg-agent.c:208 +#: agent/gpg-agent.c:209 #, fuzzy #| msgid "|NAME|set terminal charset to NAME" msgid "|NAME|accept some commands via NAME" @@ -494,272 +494,272 @@ msgstr "" "|NOME|definir mapa de caracteres do terminal como\n" "NOME" -#: agent/gpg-agent.c:212 +#: agent/gpg-agent.c:213 msgid "ignore requests to change the TTY" msgstr "" -#: agent/gpg-agent.c:214 +#: agent/gpg-agent.c:215 msgid "ignore requests to change the X display" msgstr "" -#: agent/gpg-agent.c:215 +#: agent/gpg-agent.c:216 #, fuzzy #| msgid "not supported" msgid "enable ssh support" msgstr "não suportado" -#: agent/gpg-agent.c:217 +#: agent/gpg-agent.c:218 msgid "|ALGO|use ALGO to show ssh fingerprints" msgstr "" -#: agent/gpg-agent.c:220 +#: agent/gpg-agent.c:221 #, fuzzy #| msgid "not supported" msgid "enable putty support" msgstr "não suportado" -#: agent/gpg-agent.c:232 g10/gpg.c:843 scd/scdaemon.c:175 sm/gpgsm.c:379 +#: agent/gpg-agent.c:233 g10/gpg.c:844 scd/scdaemon.c:176 sm/gpgsm.c:382 msgid "Options controlling the security" msgstr "" -#: agent/gpg-agent.c:235 +#: agent/gpg-agent.c:236 msgid "|N|expire cached PINs after N seconds" msgstr "" -#: agent/gpg-agent.c:237 +#: agent/gpg-agent.c:238 msgid "|N|expire SSH keys after N seconds" msgstr "" -#: agent/gpg-agent.c:239 +#: agent/gpg-agent.c:240 msgid "|N|set maximum PIN cache lifetime to N seconds" msgstr "" -#: agent/gpg-agent.c:241 +#: agent/gpg-agent.c:242 msgid "|N|set maximum SSH key lifetime to N seconds" msgstr "" -#: agent/gpg-agent.c:243 +#: agent/gpg-agent.c:244 msgid "do not use the PIN cache when signing" msgstr "" -#: agent/gpg-agent.c:245 +#: agent/gpg-agent.c:246 #, fuzzy msgid "disallow the use of an external password cache" msgstr "erro na criação da frase secreta: %s\n" -#: agent/gpg-agent.c:247 +#: agent/gpg-agent.c:248 msgid "disallow clients to mark keys as \"trusted\"" msgstr "" -#: agent/gpg-agent.c:250 +#: agent/gpg-agent.c:251 #, fuzzy msgid "allow presetting passphrase" msgstr "erro na criação da frase secreta: %s\n" -#: agent/gpg-agent.c:255 +#: agent/gpg-agent.c:256 msgid "Options enforcing a passphrase policy" msgstr "" -#: agent/gpg-agent.c:258 +#: agent/gpg-agent.c:259 msgid "do not allow bypassing the passphrase policy" msgstr "" -#: agent/gpg-agent.c:260 +#: agent/gpg-agent.c:261 msgid "|N|set minimal required length for new passphrases to N" msgstr "" -#: agent/gpg-agent.c:262 +#: agent/gpg-agent.c:263 msgid "|N|require at least N non-alpha characters for a new passphrase" msgstr "" -#: agent/gpg-agent.c:265 +#: agent/gpg-agent.c:266 msgid "|FILE|check new passphrases against pattern in FILE" msgstr "" -#: agent/gpg-agent.c:267 +#: agent/gpg-agent.c:268 #, fuzzy msgid "|N|expire the passphrase after N days" msgstr "|N|usar mode de frase secreta N" -#: agent/gpg-agent.c:269 +#: agent/gpg-agent.c:270 #, fuzzy msgid "do not allow the reuse of old passphrases" msgstr "erro na criação da frase secreta: %s\n" -#: agent/gpg-agent.c:272 +#: agent/gpg-agent.c:273 msgid "Options controlling the PIN-Entry" msgstr "" -#: agent/gpg-agent.c:274 +#: agent/gpg-agent.c:275 #, fuzzy #| msgid "use the gpg-agent" msgid "never use the PIN-entry" msgstr "utilizar o gpg-agent" -#: agent/gpg-agent.c:276 +#: agent/gpg-agent.c:277 msgid "disallow caller to override the pinentry" msgstr "" -#: agent/gpg-agent.c:278 +#: agent/gpg-agent.c:279 msgid "let PIN-Entry grab keyboard and mouse" msgstr "" -#: agent/gpg-agent.c:281 +#: agent/gpg-agent.c:282 msgid "|PGM|use PGM as the PIN-Entry program" msgstr "" -#: agent/gpg-agent.c:285 +#: agent/gpg-agent.c:286 msgid "|N|set the Pinentry timeout to N seconds" msgstr "" -#: agent/gpg-agent.c:287 +#: agent/gpg-agent.c:288 msgid "allow passphrase to be prompted through Emacs" msgstr "" #. TRANSLATORS: @EMAIL@ will get replaced by the actual bug #. reporting address. This is so that we can change the #. reporting address without breaking the translations. -#: agent/gpg-agent.c:550 agent/preset-passphrase.c:99 agent/protect-tool.c:154 -#: g10/gpg.c:1131 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:311 -#: sm/gpgsm.c:609 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:437 +#: agent/gpg-agent.c:551 agent/preset-passphrase.c:99 agent/protect-tool.c:154 +#: g10/gpg.c:1132 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:312 +#: sm/gpgsm.c:612 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:438 #: dirmngr/dirmngr_ldap.c:175 tools/gpg-connect-agent.c:220 tools/gpgconf.c:151 #: tools/gpg-check-pattern.c:143 #, fuzzy msgid "Please report bugs to <@EMAIL@>.\n" msgstr "Por favor comunique bugs para <gnupg-bugs@gnu.org>.\n" -#: agent/gpg-agent.c:559 +#: agent/gpg-agent.c:560 #, fuzzy msgid "Usage: @GPG_AGENT@ [options] (-h for help)" msgstr "Uso: gpg [opções] [ficheiros] (-h para ajuda)" -#: agent/gpg-agent.c:561 +#: agent/gpg-agent.c:562 msgid "" "Syntax: @GPG_AGENT@ [options] [command [args]]\n" "Secret key management for @GNUPG@\n" msgstr "" -#: agent/gpg-agent.c:606 g10/gpg.c:1336 scd/scdaemon.c:383 sm/gpgsm.c:757 -#: dirmngr/dirmngr.c:521 +#: agent/gpg-agent.c:607 g10/gpg.c:1337 scd/scdaemon.c:384 sm/gpgsm.c:760 +#: dirmngr/dirmngr.c:522 #, c-format msgid "invalid debug-level '%s' given\n" msgstr "" -#: agent/gpg-agent.c:971 g10/gpg.c:3879 g10/gpg.c:3903 sm/gpgsm.c:1736 -#: sm/gpgsm.c:1742 +#: agent/gpg-agent.c:972 g10/gpg.c:3910 g10/gpg.c:3934 sm/gpgsm.c:1769 +#: sm/gpgsm.c:1775 #, c-format msgid "selected digest algorithm is invalid\n" msgstr "o algoritmo de \"digest\" selecionado é inválido\n" -#: agent/gpg-agent.c:1195 agent/gpg-agent.c:2010 g10/gpg.c:2588 -#: scd/scdaemon.c:548 sm/gpgsm.c:1151 dirmngr/dirmngr.c:988 -#: dirmngr/dirmngr.c:1830 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:2019 common/comopt.c:93 +#: g10/gpg.c:2591 scd/scdaemon.c:549 sm/gpgsm.c:1155 dirmngr/dirmngr.c:989 +#: dirmngr/dirmngr.c:1840 #, fuzzy, c-format #| msgid "reading options from `%s'\n" msgid "reading options from '%s'\n" msgstr "a ler opções de `%s'\n" -#: agent/gpg-agent.c:1327 g10/gpg.c:3830 scd/scdaemon.c:675 sm/gpgsm.c:1676 -#: dirmngr/dirmngr.c:1099 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 +#: agent/gpg-agent.c:1335 g10/gpg.c:3861 scd/scdaemon.c:687 sm/gpgsm.c:1709 +#: dirmngr/dirmngr.c:1108 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 #, fuzzy, c-format #| msgid "WARNING: \"%s\" is a deprecated option\n" msgid "Note: '%s' is not considered an option\n" msgstr "AVISO: \"%s\" é uma opção depreciada\n" -#: agent/gpg-agent.c:2146 scd/scdaemon.c:1096 dirmngr/dirmngr.c:1258 +#: agent/gpg-agent.c:2172 scd/scdaemon.c:1108 dirmngr/dirmngr.c:1267 #, fuzzy, c-format msgid "can't create socket: %s\n" msgstr "impossÃvel criar %s: %s\n" -#: agent/gpg-agent.c:2163 scd/scdaemon.c:1109 dirmngr/dirmngr.c:1271 +#: agent/gpg-agent.c:2189 scd/scdaemon.c:1121 dirmngr/dirmngr.c:1280 #, c-format msgid "socket name '%s' is too long\n" msgstr "" -#: agent/gpg-agent.c:2202 +#: agent/gpg-agent.c:2228 #, fuzzy, c-format msgid "a gpg-agent is already running - not starting a new one\n" msgstr "o gpg-agent não está disponÃvel nesta sessão\n" -#: agent/gpg-agent.c:2213 scd/scdaemon.c:1133 dirmngr/dirmngr.c:1303 +#: agent/gpg-agent.c:2239 scd/scdaemon.c:1145 dirmngr/dirmngr.c:1312 #, fuzzy, c-format msgid "error getting nonce for the socket\n" msgstr "erro na criação da frase secreta: %s\n" -#: agent/gpg-agent.c:2218 scd/scdaemon.c:1136 dirmngr/dirmngr.c:1306 +#: agent/gpg-agent.c:2244 scd/scdaemon.c:1148 dirmngr/dirmngr.c:1315 #, fuzzy, c-format msgid "error binding socket to '%s': %s\n" msgstr "erro ao enviar para `%s': %s\n" -#: agent/gpg-agent.c:2229 agent/gpg-agent.c:2269 agent/gpg-agent.c:2278 -#: scd/scdaemon.c:1144 dirmngr/dirmngr.c:1315 +#: agent/gpg-agent.c:2255 agent/gpg-agent.c:2295 agent/gpg-agent.c:2304 +#: scd/scdaemon.c:1156 dirmngr/dirmngr.c:1324 #, fuzzy, c-format msgid "can't set permissions of '%s': %s\n" msgstr "AVISO: permissões pouco seguras em %s \"%s\"\n" -#: agent/gpg-agent.c:2243 scd/scdaemon.c:1156 dirmngr/dirmngr.c:1327 +#: agent/gpg-agent.c:2269 scd/scdaemon.c:1168 dirmngr/dirmngr.c:1336 #, fuzzy, c-format msgid "listening on socket '%s'\n" msgstr "a escrever chave privada para `%s'\n" -#: agent/gpg-agent.c:2263 agent/gpg-agent.c:2316 common/homedir.c:517 +#: agent/gpg-agent.c:2289 agent/gpg-agent.c:2342 common/homedir.c:517 #: g10/openfile.c:399 g10/photoid.c:379 #, fuzzy, c-format msgid "can't create directory '%s': %s\n" msgstr "%s: impossÃvel criar directoria: %s\n" -#: agent/gpg-agent.c:2266 agent/gpg-agent.c:2321 common/homedir.c:520 +#: agent/gpg-agent.c:2292 agent/gpg-agent.c:2347 common/homedir.c:520 #: g10/openfile.c:402 #, fuzzy, c-format msgid "directory '%s' created\n" msgstr "%s: directoria criada\n" -#: agent/gpg-agent.c:2327 +#: agent/gpg-agent.c:2353 #, fuzzy, c-format msgid "stat() failed for '%s': %s\n" msgstr "base de dados de confiança: leitura falhou (n=%d): %s\n" -#: agent/gpg-agent.c:2331 +#: agent/gpg-agent.c:2357 #, fuzzy, c-format msgid "can't use '%s' as home directory\n" msgstr "%s: impossÃvel criar directoria: %s\n" -#: agent/gpg-agent.c:2486 scd/scdaemon.c:1172 dirmngr/dirmngr.c:2042 +#: agent/gpg-agent.c:2512 scd/scdaemon.c:1184 dirmngr/dirmngr.c:2069 #, fuzzy, c-format msgid "error reading nonce on fd %d: %s\n" msgstr "erro na leitura de `%s': %s\n" -#: agent/gpg-agent.c:2693 +#: agent/gpg-agent.c:2719 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:2698 +#: agent/gpg-agent.c:2724 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:2773 +#: agent/gpg-agent.c:2799 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:2778 +#: agent/gpg-agent.c:2804 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:3000 scd/scdaemon.c:1362 dirmngr/dirmngr.c:2256 +#: agent/gpg-agent.c:3026 scd/scdaemon.c:1374 dirmngr/dirmngr.c:2283 #, fuzzy, c-format msgid "npth_pselect failed: %s - waiting 1s\n" msgstr "actualização da chave secreta falhou: %s\n" -#: agent/gpg-agent.c:3088 scd/scdaemon.c:1427 +#: agent/gpg-agent.c:3114 scd/scdaemon.c:1439 #, fuzzy, c-format msgid "%s %s stopped\n" msgstr "%s: ignorado: %s\n" -#: agent/gpg-agent.c:3226 common/simple-pwquery.c:247 g10/call-agent.c:260 +#: agent/gpg-agent.c:3252 common/simple-pwquery.c:247 g10/call-agent.c:260 #: sm/call-agent.c:131 tools/gpg-connect-agent.c:2319 tools/card-call-scd.c:311 #, fuzzy, c-format msgid "no gpg-agent running in this session\n" @@ -786,8 +786,8 @@ msgid "" "Password cache maintenance\n" msgstr "" -#: agent/protect-tool.c:107 g10/gpg.c:447 kbx/kbxutil.c:72 sm/gpgsm.c:213 -#: dirmngr/dirmngr.c:167 tools/gpgconf.c:81 +#: agent/protect-tool.c:107 g10/gpg.c:448 kbx/kbxutil.c:72 sm/gpgsm.c:215 +#: dirmngr/dirmngr.c:168 tools/gpgconf.c:81 msgid "" "@Commands:\n" " " @@ -1037,7 +1037,7 @@ msgid "error creating a stream for a pipe: %s\n" msgstr "erro na criação da frase secreta: %s\n" #: common/exechelp-posix.c:505 common/exechelp-posix.c:580 -#: common/exechelp-posix.c:861 dirmngr/dirmngr.c:1345 +#: common/exechelp-posix.c:866 dirmngr/dirmngr.c:1354 #, fuzzy, c-format msgid "error forking process: %s\n" msgstr "erro na leitura de `%s': %s\n" @@ -1047,23 +1047,23 @@ msgstr "erro na leitura de `%s': %s\n" msgid "waiting for process %d to terminate failed: %s\n" msgstr "" -#: common/exechelp-posix.c:688 common/exechelp-posix.c:804 +#: common/exechelp-posix.c:688 common/exechelp-posix.c:809 #, fuzzy, c-format msgid "error running '%s': probably not installed\n" msgstr "erro na leitura de `%s': %s\n" -#: common/exechelp-posix.c:694 common/exechelp-posix.c:811 +#: common/exechelp-posix.c:694 common/exechelp-posix.c:816 #: common/exechelp-w32.c:839 common/exechelp-w32ce.c:782 #, fuzzy, c-format msgid "error running '%s': exit status %d\n" msgstr "erro na leitura de `%s': %s\n" -#: common/exechelp-posix.c:702 common/exechelp-posix.c:819 +#: common/exechelp-posix.c:702 common/exechelp-posix.c:824 #, fuzzy, c-format msgid "error running '%s': terminated\n" msgstr "erro na leitura de `%s': %s\n" -#: common/exechelp-posix.c:760 common/exechelp-w32.c:820 +#: common/exechelp-posix.c:765 common/exechelp-w32.c:820 #, fuzzy, c-format msgid "waiting for processes to terminate failed: %s\n" msgstr "actualização falhou: %s\n" @@ -1110,7 +1110,7 @@ msgid "renaming '%s' to '%s' failed: %s\n" msgstr "criação de armadura falhou: %s\n" #. TRANSLATORS: See doc/TRANSLATE about this string. -#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3081 +#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3082 #, fuzzy msgid "yes" msgstr "sim" @@ -1167,7 +1167,7 @@ msgid "out of core while allocating %lu bytes" msgstr "" #: common/miscellaneous.c:115 g10/card-util.c:917 tools/no-libgcrypt.c:30 -#: tools/gpg-card.c:415 +#: tools/gpg-card.c:416 #, fuzzy, c-format msgid "error allocating enough memory: %s\n" msgstr "erro ao criar porta-chaves `%s': %s\n" @@ -1238,7 +1238,7 @@ msgstr "erro ao criar porta-chaves `%s': %s\n" msgid "server '%s' is older than us (%s < %s)" msgstr "" -#: common/asshelp.c:737 g10/call-dirmngr.c:407 +#: common/asshelp.c:737 g10/call-dirmngr.c:408 #, fuzzy, c-format #| msgid "WARNING: %s overrides %s\n" msgid "WARNING: %s\n" @@ -1543,8 +1543,8 @@ msgstr "chave pública %08lX não encontrada: %s\n" msgid "waiting for lock %s...\n" msgstr "a escrever chave privada para `%s'\n" -#: common/init.c:191 sm/gpgsm.c:1032 dirmngr/dirmngr.c:894 -#: dirmngr/dirmngr.c:903 +#: common/init.c:191 sm/gpgsm.c:1036 dirmngr/dirmngr.c:895 +#: dirmngr/dirmngr.c:904 #, c-format msgid "%s is too old (need %s, have %s)\n" msgstr "" @@ -1718,57 +1718,57 @@ msgstr "erro na leitura de `%s': %s\n" msgid "problem with the agent: %s\n" msgstr "problema com o agente: o agente returnou 0x%lx\n" -#: g10/call-dirmngr.c:178 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 +#: g10/call-dirmngr.c:179 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 #, fuzzy, c-format msgid "no dirmngr running in this session\n" msgstr "o gpg-agent não está disponÃvel nesta sessão\n" -#: g10/call-dirmngr.c:212 +#: g10/call-dirmngr.c:213 #, fuzzy, c-format #| msgid "you may not use %s while in %s mode\n" msgid "keyserver option \"honor-keyserver-url\" may not be used in Tor mode\n" msgstr "não pode utilizar %s enquanto estiver no modo %s\n" -#: g10/call-dirmngr.c:385 +#: g10/call-dirmngr.c:386 msgid "WKD uses a cached result" msgstr "" -#: g10/call-dirmngr.c:388 +#: g10/call-dirmngr.c:389 msgid "Tor is not running" msgstr "" -#: g10/call-dirmngr.c:390 +#: g10/call-dirmngr.c:391 #, fuzzy msgid "Tor is not properly configured" msgstr "%s: versão de ficheiro inválida %d\n" -#: g10/call-dirmngr.c:392 +#: g10/call-dirmngr.c:393 #, fuzzy msgid "DNS is not properly configured" msgstr "%s: versão de ficheiro inválida %d\n" -#: g10/call-dirmngr.c:394 +#: g10/call-dirmngr.c:395 msgid "unacceptable HTTP redirect from server" msgstr "" -#: g10/call-dirmngr.c:396 +#: g10/call-dirmngr.c:397 msgid "unacceptable HTTP redirect from server was cleaned up" msgstr "" -#: g10/call-dirmngr.c:398 +#: g10/call-dirmngr.c:399 #, fuzzy #| msgid "generate a revocation certificate" msgid "server uses an invalid certificate" msgstr "gerar um certificado de revogação" -#: g10/call-dirmngr.c:405 g10/gpg.c:4568 +#: g10/call-dirmngr.c:406 g10/gpg.c:4599 #, fuzzy, c-format #| msgid "armor: %s\n" msgid "Note: %s\n" msgstr "armadura: %s\n" #: g10/card-util.c:86 g10/card-util.c:369 g10/card-util.c:1924 -#: tools/gpg-card.c:3038 +#: tools/gpg-card.c:3039 #, fuzzy, c-format msgid "OpenPGP card not available: %s\n" msgstr "chave secreta não disponÃvel" @@ -1779,17 +1779,17 @@ msgid "OpenPGP card no. %s detected\n" msgstr "" #: g10/card-util.c:97 g10/card-util.c:2309 g10/delkey.c:164 g10/keyedit.c:1428 -#: g10/keygen.c:4771 g10/revoke.c:214 g10/revoke.c:638 +#: g10/keygen.c:4791 g10/revoke.c:214 g10/revoke.c:638 #, fuzzy, c-format msgid "can't do this in batch mode\n" msgstr "impossÃvel fazer isso em modo não-interativo\n" -#: g10/card-util.c:105 tools/gpg-card.c:2942 +#: g10/card-util.c:105 tools/gpg-card.c:2943 #, fuzzy, c-format msgid "This command is only available for version 2 cards\n" msgstr "Este comando não é permitido no modo %s.\n" -#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2947 +#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2948 #, fuzzy, c-format msgid "Reset Code not or not anymore available\n" msgstr "partes da chave secreta não disponÃveis\n" @@ -1798,115 +1798,115 @@ msgstr "partes da chave secreta não disponÃveis\n" #: g10/card-util.c:1802 g10/keyedit.c:394 g10/keyedit.c:415 g10/keyedit.c:429 #: g10/keygen.c:1991 g10/keygen.c:2165 g10/keygen.c:2385 g10/keygen.c:2685 #: sm/certreqgen-ui.c:166 sm/certreqgen-ui.c:292 sm/certreqgen-ui.c:326 -#: tools/gpg-card.c:509 +#: tools/gpg-card.c:510 msgid "Your selection? " msgstr "Opção? " -#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:595 -#: tools/gpg-card.c:635 +#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:596 +#: tools/gpg-card.c:636 msgid "[not set]" msgstr "" -#: g10/card-util.c:558 tools/gpg-card.c:902 +#: g10/card-util.c:558 tools/gpg-card.c:903 msgid "Mr." msgstr "" -#: g10/card-util.c:559 tools/gpg-card.c:903 +#: g10/card-util.c:559 tools/gpg-card.c:904 msgid "Ms." msgstr "" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 #, fuzzy msgid "not forced" msgstr "não processado" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 msgid "forced" msgstr "" -#: g10/card-util.c:768 tools/gpg-card.c:1467 +#: g10/card-util.c:768 tools/gpg-card.c:1468 msgid "Error: Only plain ASCII is currently allowed.\n" msgstr "" -#: g10/card-util.c:770 tools/gpg-card.c:1469 +#: g10/card-util.c:770 tools/gpg-card.c:1470 msgid "Error: The \"<\" character may not be used.\n" msgstr "" -#: g10/card-util.c:772 tools/gpg-card.c:1471 +#: g10/card-util.c:772 tools/gpg-card.c:1472 msgid "Error: Double spaces are not allowed.\n" msgstr "" -#: g10/card-util.c:789 tools/gpg-card.c:1504 +#: g10/card-util.c:789 tools/gpg-card.c:1505 msgid "Cardholder's surname: " msgstr "" -#: g10/card-util.c:791 tools/gpg-card.c:1505 +#: g10/card-util.c:791 tools/gpg-card.c:1506 msgid "Cardholder's given name: " msgstr "" -#: g10/card-util.c:809 tools/gpg-card.c:1522 +#: g10/card-util.c:809 tools/gpg-card.c:1523 #, c-format msgid "Error: Combined name too long (limit is %d characters).\n" msgstr "" -#: g10/card-util.c:830 tools/gpg-card.c:1560 +#: g10/card-util.c:830 tools/gpg-card.c:1561 #, fuzzy msgid "URL to retrieve public key: " msgstr "a escrever chave pública para `%s'\n" -#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:394 g10/import.c:744 -#: g10/import.c:803 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 -#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1657 -#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:425 +#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:406 g10/import.c:756 +#: g10/import.c:815 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 +#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1666 +#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:426 #, fuzzy, c-format #| msgid "error reading `%s': %s\n" msgid "error reading '%s': %s\n" msgstr "erro na leitura de `%s': %s\n" #: g10/card-util.c:959 g10/decrypt-data.c:498 g10/export.c:2496 -#: dirmngr/crlcache.c:925 tools/gpg-card.c:485 tools/gpg-card.c:492 +#: dirmngr/crlcache.c:925 tools/gpg-card.c:486 tools/gpg-card.c:493 #, fuzzy, c-format msgid "error writing '%s': %s\n" msgstr "erro na escrita do porta-chaves `%s': %s\n" -#: g10/card-util.c:986 tools/gpg-card.c:1649 +#: g10/card-util.c:986 tools/gpg-card.c:1650 msgid "Login data (account name): " msgstr "" -#: g10/card-util.c:1024 tools/gpg-card.c:1944 +#: g10/card-util.c:1024 tools/gpg-card.c:1945 msgid "Private DO data: " msgstr "" -#: g10/card-util.c:1109 tools/gpg-card.c:1698 +#: g10/card-util.c:1109 tools/gpg-card.c:1699 #, fuzzy msgid "Language preferences: " msgstr "preferências actualizadas" -#: g10/card-util.c:1117 tools/gpg-card.c:1709 +#: g10/card-util.c:1117 tools/gpg-card.c:1710 #, fuzzy, c-format msgid "Error: invalid length of preference string.\n" msgstr "caracter inválido na cadeia de caractéres da preferência\n" -#: g10/card-util.c:1126 tools/gpg-card.c:1718 +#: g10/card-util.c:1126 tools/gpg-card.c:1719 #, fuzzy, c-format msgid "Error: invalid characters in preference string.\n" msgstr "caracter inválido na cadeia de caractéres da preferência\n" -#: g10/card-util.c:1148 tools/gpg-card.c:1752 +#: g10/card-util.c:1148 tools/gpg-card.c:1753 msgid "Salutation (M = Mr., F = Ms., or space): " msgstr "" -#: g10/card-util.c:1162 tools/gpg-card.c:1769 +#: g10/card-util.c:1162 tools/gpg-card.c:1770 #, fuzzy msgid "Error: invalid response.\n" msgstr "%s: versão de ficheiro inválida %d\n" -#: g10/card-util.c:1185 tools/gpg-card.c:1834 +#: g10/card-util.c:1185 tools/gpg-card.c:1835 #, fuzzy msgid "CA fingerprint: " msgstr "mostra impressão digital" -#: g10/card-util.c:1209 tools/gpg-card.c:1860 +#: g10/card-util.c:1209 tools/gpg-card.c:1861 #, fuzzy, c-format msgid "Error: invalid formatted fingerprint.\n" msgstr "%s: versão de ficheiro inválida %d\n" @@ -1921,7 +1921,7 @@ msgstr "A geração de chaves falhou: %s\n" msgid "not an OpenPGP card" msgstr "nenhum dado OpenPGP válido encontrado.\n" -#: g10/card-util.c:1273 g10/keygen.c:4791 g10/keygen.c:5952 +#: g10/card-util.c:1273 g10/keygen.c:4811 g10/keygen.c:5972 #, fuzzy, c-format msgid "error getting current key info: %s\n" msgstr "erro ao escrever no porta-chaves secreto `%s': %s\n" @@ -1930,7 +1930,7 @@ msgstr "erro ao escrever no porta-chaves secreto `%s': %s\n" msgid "Replace existing key? (y/N) " msgstr "" -#: g10/card-util.c:1375 tools/gpg-card.c:3327 +#: g10/card-util.c:1375 tools/gpg-card.c:3328 msgid "" "Note: There is no guarantee that the card supports the requested\n" " key type or size. If the key generation does not succeed,\n" @@ -2013,14 +2013,14 @@ msgid "error getting card info: %s\n" msgstr "erro ao escrever no porta-chaves secreto `%s': %s\n" #: g10/card-util.c:1591 g10/card-util.c:1936 g10/card-util.c:2112 -#: g10/card-util.c:2171 tools/gpg-card.c:3056 tools/gpg-card.c:3295 -#: tools/gpg-card.c:3353 +#: g10/card-util.c:2171 tools/gpg-card.c:3057 tools/gpg-card.c:3296 +#: tools/gpg-card.c:3354 #, fuzzy, c-format #| msgid "This command is not allowed while in %s mode.\n" msgid "This command is not supported by this card\n" msgstr "Este comando não é permitido no modo %s.\n" -#: g10/card-util.c:1637 tools/gpg-card.c:2425 +#: g10/card-util.c:1637 tools/gpg-card.c:2426 msgid "Make off-card backup of encryption key? (Y/n) " msgstr "" @@ -2029,11 +2029,11 @@ msgstr "" msgid "Note: keys are already stored on the card!\n" msgstr "ignorado: a chave secreta já está presente\n" -#: g10/card-util.c:1654 tools/gpg-card.c:2397 +#: g10/card-util.c:1654 tools/gpg-card.c:2398 msgid "Replace existing keys? (y/N) " msgstr "" -#: g10/card-util.c:1666 tools/gpg-card.c:2456 +#: g10/card-util.c:1666 tools/gpg-card.c:2457 #, c-format msgid "" "Please note that the factory settings of the PINs are\n" @@ -2070,17 +2070,17 @@ msgstr "motivo da revocação: " msgid "KEYTOCARD failed: %s\n" msgstr "actualização falhou: %s\n" -#: g10/card-util.c:1941 tools/gpg-card.c:3064 +#: g10/card-util.c:1941 tools/gpg-card.c:3065 #, fuzzy, c-format msgid "Note: This command destroys all keys stored on the card!\n" msgstr "ignorado: a chave secreta já está presente\n" -#: g10/card-util.c:1944 tools/gpg-card.c:3067 tools/gpg-card.c:3408 +#: g10/card-util.c:1944 tools/gpg-card.c:3068 tools/gpg-card.c:3409 #, fuzzy msgid "Continue? (y/N) " msgstr "Realmente assinar? " -#: g10/card-util.c:1949 tools/gpg-card.c:3078 +#: g10/card-util.c:1949 tools/gpg-card.c:3079 msgid "Really do a factory reset? (enter \"yes\") " msgstr "" @@ -2094,7 +2094,7 @@ msgstr "erro na leitura de `%s': %s\n" msgid "error for setup UIF: %s\n" msgstr "erro na leitura de `%s': %s\n" -#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3648 +#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3649 msgid "quit this menu" msgstr "sair deste menu" @@ -2103,68 +2103,68 @@ msgstr "sair deste menu" msgid "show admin commands" msgstr "comandos em conflito\n" -#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3651 +#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3652 msgid "show this help" msgstr "mostra esta ajuda" -#: g10/card-util.c:2217 tools/gpg-card.c:3653 +#: g10/card-util.c:2217 tools/gpg-card.c:3654 #, fuzzy msgid "list all available data" msgstr "Nenhuma ajuda disponÃvel" -#: g10/card-util.c:2220 tools/gpg-card.c:3655 +#: g10/card-util.c:2220 tools/gpg-card.c:3656 msgid "change card holder's name" msgstr "" -#: g10/card-util.c:2221 tools/gpg-card.c:3656 +#: g10/card-util.c:2221 tools/gpg-card.c:3657 msgid "change URL to retrieve key" msgstr "" -#: g10/card-util.c:2222 tools/gpg-card.c:3657 +#: g10/card-util.c:2222 tools/gpg-card.c:3658 msgid "fetch the key specified in the card URL" msgstr "" -#: g10/card-util.c:2223 tools/gpg-card.c:3658 +#: g10/card-util.c:2223 tools/gpg-card.c:3659 #, fuzzy msgid "change the login name" msgstr "muda a data de validade" -#: g10/card-util.c:2224 tools/gpg-card.c:3659 +#: g10/card-util.c:2224 tools/gpg-card.c:3660 #, fuzzy msgid "change the language preferences" msgstr "muda os valores de confiança" -#: g10/card-util.c:2225 tools/gpg-card.c:3660 +#: g10/card-util.c:2225 tools/gpg-card.c:3661 msgid "change card holder's salutation" msgstr "" -#: g10/card-util.c:2227 tools/gpg-card.c:3662 +#: g10/card-util.c:2227 tools/gpg-card.c:3663 #, fuzzy msgid "change a CA fingerprint" msgstr "mostra impressão digital" -#: g10/card-util.c:2228 tools/gpg-card.c:3663 +#: g10/card-util.c:2228 tools/gpg-card.c:3664 msgid "toggle the signature force PIN flag" msgstr "" -#: g10/card-util.c:2229 tools/gpg-card.c:3664 +#: g10/card-util.c:2229 tools/gpg-card.c:3665 #, fuzzy msgid "generate new keys" msgstr "gerar um novo par de chaves" -#: g10/card-util.c:2230 tools/gpg-card.c:3665 +#: g10/card-util.c:2230 tools/gpg-card.c:3666 msgid "menu to change or unblock the PIN" msgstr "" -#: g10/card-util.c:2231 tools/gpg-card.c:3666 +#: g10/card-util.c:2231 tools/gpg-card.c:3667 msgid "verify the PIN and list all data" msgstr "" -#: g10/card-util.c:2232 tools/gpg-card.c:3667 +#: g10/card-util.c:2232 tools/gpg-card.c:3668 msgid "unblock the PIN using a Reset Code" msgstr "" -#: g10/card-util.c:2233 tools/gpg-card.c:3671 +#: g10/card-util.c:2233 tools/gpg-card.c:3672 msgid "destroy all keys and data" msgstr "" @@ -2180,13 +2180,13 @@ msgstr "|NOME|usar NOME como destinatário por omissão" msgid "change the key attribute" msgstr "muda os valores de confiança" -#: g10/card-util.c:2237 tools/gpg-card.c:3673 +#: g10/card-util.c:2237 tools/gpg-card.c:3674 #, fuzzy #| msgid "change the ownertrust" msgid "change the User Interaction Flag" msgstr "muda os valores de confiança" -#: g10/card-util.c:2361 tools/gpg-card.c:3923 +#: g10/card-util.c:2361 tools/gpg-card.c:3924 msgid "gpg/card> " msgstr "" @@ -2205,8 +2205,8 @@ msgstr "comandos em conflito\n" msgid "Admin commands are not allowed\n" msgstr "a escrever chave privada para `%s'\n" -#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3813 -#: tools/gpg-card.c:4071 +#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3814 +#: tools/gpg-card.c:4072 #, c-format msgid "Invalid command (try \"help\")\n" msgstr "Comando inválido (tente \"help\")\n" @@ -2216,22 +2216,22 @@ msgstr "Comando inválido (tente \"help\")\n" msgid "--output doesn't work for this command\n" msgstr "--output não funciona para este comando\n" -#: g10/decrypt.c:247 g10/gpg.c:5262 g10/keyring.c:399 g10/keyring.c:750 +#: g10/decrypt.c:247 g10/gpg.c:5293 g10/keyring.c:399 g10/keyring.c:750 #, fuzzy, c-format #| msgid "can't open `%s'\n" msgid "can't open '%s'\n" msgstr "impossÃvel abrir `%s'\n" #: g10/delkey.c:81 g10/export.c:1934 g10/export.c:2342 g10/export.c:2463 -#: g10/getkey.c:1907 g10/gpg.c:5207 g10/keyedit.c:1450 g10/keyedit.c:2382 -#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1238 +#: g10/getkey.c:1907 g10/gpg.c:5238 g10/keyedit.c:1450 g10/keyedit.c:2382 +#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1240 #: g10/revoke.c:230 g10/tofu.c:2168 #, fuzzy, c-format msgid "key \"%s\" not found: %s\n" msgstr "chave `%s' não encontrada: %s\n" -#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4303 -#: g10/gpg.c:5216 g10/keyedit.c:2354 g10/keyserver.c:1256 g10/revoke.c:236 +#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4330 +#: g10/gpg.c:5247 g10/keyedit.c:2354 g10/keyserver.c:1258 g10/revoke.c:236 #: g10/revoke.c:665 g10/tofu.c:2176 #, c-format msgid "error reading keyblock: %s\n" @@ -2357,14 +2357,14 @@ msgstr "não pode utilizar %s enquanto estiver no modo %s\n" msgid "(use option \"%s\" to override)\n" msgstr "" -#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4052 -#: g10/gpg.c:4099 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1760 +#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4083 +#: g10/gpg.c:4130 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1793 #, fuzzy, c-format msgid "cipher algorithm '%s' may not be used in %s mode\n" msgstr "não pode utilizar %s enquanto estiver no modo %s\n" -#: g10/encrypt.c:564 g10/gpg.c:4064 g10/gpg.c:4111 g10/sig-check.c:155 -#: g10/sign.c:452 sm/gpgsm.c:1770 sm/gpgsm.c:1780 sm/sign.c:596 sm/verify.c:510 +#: g10/encrypt.c:564 g10/gpg.c:4095 g10/gpg.c:4142 g10/sig-check.c:155 +#: g10/sign.c:452 sm/gpgsm.c:1803 sm/gpgsm.c:1813 sm/sign.c:596 sm/verify.c:510 #, fuzzy, c-format msgid "digest algorithm '%s' may not be used in %s mode\n" msgstr "não pode utilizar %s enquanto estiver no modo %s\n" @@ -2471,7 +2471,7 @@ msgstr "" msgid " - skipped" msgstr "%s: ignorado: %s\n" -#: g10/export.c:1333 g10/import.c:2112 g10/openfile.c:202 g10/openfile.c:296 +#: g10/export.c:1333 g10/import.c:2124 g10/openfile.c:202 g10/openfile.c:296 #: g10/sign.c:1110 g10/sign.c:1447 #, fuzzy, c-format #| msgid "writing to `%s'\n" @@ -2567,301 +2567,301 @@ msgstr "Chave inválida %08lX tornada válida por --allow-non-selfsigned-uid\n" msgid "using subkey %s instead of primary key %s\n" msgstr "usando chave secundária %08lX ao invés de chave primária %08lX\n" -#: g10/getkey.c:4232 g10/gpg.c:2164 +#: g10/getkey.c:4259 g10/gpg.c:2167 #, fuzzy, c-format msgid "valid values for option '%s':\n" msgstr "opções de importação inválidas\n" -#: g10/gpg.c:449 sm/gpgsm.c:215 +#: g10/gpg.c:450 sm/gpgsm.c:217 #, fuzzy msgid "make a signature" msgstr "fazer uma assinatura separada" -#: g10/gpg.c:450 +#: g10/gpg.c:451 #, fuzzy msgid "make a clear text signature" msgstr "|[ficheiro]|fazer uma assinatura em texto puro" -#: g10/gpg.c:452 sm/gpgsm.c:217 +#: g10/gpg.c:453 sm/gpgsm.c:219 msgid "make a detached signature" msgstr "fazer uma assinatura separada" -#: g10/gpg.c:453 sm/gpgsm.c:218 +#: g10/gpg.c:454 sm/gpgsm.c:220 msgid "encrypt data" msgstr "cifrar dados" -#: g10/gpg.c:455 +#: g10/gpg.c:456 msgid "encryption only with symmetric cipher" msgstr "cifrar apenas com cifra simétrica" -#: g10/gpg.c:457 sm/gpgsm.c:220 +#: g10/gpg.c:458 sm/gpgsm.c:222 msgid "decrypt data (default)" msgstr "decifrar dados (acção por omissão)" -#: g10/gpg.c:459 sm/gpgsm.c:221 +#: g10/gpg.c:460 sm/gpgsm.c:223 msgid "verify a signature" msgstr "verificar uma assinatura" -#: g10/gpg.c:461 sm/gpgsm.c:222 +#: g10/gpg.c:462 sm/gpgsm.c:224 msgid "list keys" msgstr "listar as chaves" -#: g10/gpg.c:463 +#: g10/gpg.c:464 msgid "list keys and signatures" msgstr "listar as chaves e as assinaturas" -#: g10/gpg.c:466 +#: g10/gpg.c:467 #, fuzzy msgid "list and check key signatures" msgstr "verificar as assinaturas das chaves" -#: g10/gpg.c:468 sm/gpgsm.c:227 +#: g10/gpg.c:469 sm/gpgsm.c:229 msgid "list keys and fingerprints" msgstr "listar as chaves e as impressões digitais" -#: g10/gpg.c:469 sm/gpgsm.c:225 +#: g10/gpg.c:470 sm/gpgsm.c:227 msgid "list secret keys" msgstr "listar as chaves secretas" -#: g10/gpg.c:471 sm/gpgsm.c:228 +#: g10/gpg.c:472 sm/gpgsm.c:230 msgid "generate a new key pair" msgstr "gerar um novo par de chaves" -#: g10/gpg.c:474 +#: g10/gpg.c:475 #, fuzzy #| msgid "generate a new key pair" msgid "quickly generate a new key pair" msgstr "gerar um novo par de chaves" -#: g10/gpg.c:477 +#: g10/gpg.c:478 #, fuzzy #| msgid "generate a new key pair" msgid "quickly add a new user-id" msgstr "gerar um novo par de chaves" -#: g10/gpg.c:482 +#: g10/gpg.c:483 #, fuzzy #| msgid "generate a new key pair" msgid "quickly revoke a user-id" msgstr "gerar um novo par de chaves" -#: g10/gpg.c:485 +#: g10/gpg.c:486 #, fuzzy #| msgid "generate a new key pair" msgid "quickly set a new expiration date" msgstr "gerar um novo par de chaves" -#: g10/gpg.c:488 +#: g10/gpg.c:489 msgid "full featured key pair generation" msgstr "" -#: g10/gpg.c:491 +#: g10/gpg.c:492 msgid "generate a revocation certificate" msgstr "gerar um certificado de revogação" -#: g10/gpg.c:494 sm/gpgsm.c:231 +#: g10/gpg.c:495 sm/gpgsm.c:233 msgid "remove keys from the public keyring" msgstr "remover chaves do porta-chaves público" -#: g10/gpg.c:496 +#: g10/gpg.c:497 msgid "remove keys from the secret keyring" msgstr "remover chaves do porta-chaves secreto" -#: g10/gpg.c:498 +#: g10/gpg.c:499 #, fuzzy #| msgid "sign a key" msgid "quickly sign a key" msgstr "assinar uma chave" -#: g10/gpg.c:500 +#: g10/gpg.c:501 #, fuzzy #| msgid "sign a key locally" msgid "quickly sign a key locally" msgstr "assinar uma chave localmente" -#: g10/gpg.c:502 +#: g10/gpg.c:503 #, fuzzy #| msgid "generate a new key pair" msgid "quickly revoke a key signature" msgstr "gerar um novo par de chaves" -#: g10/gpg.c:503 +#: g10/gpg.c:504 msgid "sign a key" msgstr "assinar uma chave" -#: g10/gpg.c:504 +#: g10/gpg.c:505 msgid "sign a key locally" msgstr "assinar uma chave localmente" -#: g10/gpg.c:505 +#: g10/gpg.c:506 msgid "sign or edit a key" msgstr "assinar ou editar uma chave" -#: g10/gpg.c:507 sm/gpgsm.c:249 +#: g10/gpg.c:508 sm/gpgsm.c:251 #, fuzzy msgid "change a passphrase" msgstr "muda a frase secreta" -#: g10/gpg.c:511 +#: g10/gpg.c:512 msgid "export keys" msgstr "exportar chaves" -#: g10/gpg.c:512 +#: g10/gpg.c:513 msgid "export keys to a keyserver" msgstr "exportar chaves para um servidor de chaves" -#: g10/gpg.c:513 +#: g10/gpg.c:514 msgid "import keys from a keyserver" msgstr "importar chaves de um servidor de chaves" -#: g10/gpg.c:516 +#: g10/gpg.c:517 msgid "search for keys on a keyserver" msgstr "procurar chaves num servidor de chaves" -#: g10/gpg.c:518 +#: g10/gpg.c:519 msgid "update all keys from a keyserver" msgstr "actualizar todas as chaves a partir de um servidor de chaves" -#: g10/gpg.c:526 +#: g10/gpg.c:527 msgid "import/merge keys" msgstr "importar/fundir chaves" -#: g10/gpg.c:529 +#: g10/gpg.c:530 msgid "print the card status" msgstr "" -#: g10/gpg.c:530 +#: g10/gpg.c:531 msgid "change data on a card" msgstr "" -#: g10/gpg.c:532 +#: g10/gpg.c:533 msgid "change a card's PIN" msgstr "" -#: g10/gpg.c:544 +#: g10/gpg.c:545 msgid "update the trust database" msgstr "actualizar a base de dados de confiança" -#: g10/gpg.c:554 +#: g10/gpg.c:555 #, fuzzy msgid "print message digests" msgstr "|algo [ficheiros]|imprimir \"digests\" de mensagens" -#: g10/gpg.c:558 sm/gpgsm.c:244 +#: g10/gpg.c:559 sm/gpgsm.c:246 msgid "run in server mode" msgstr "" -#: g10/gpg.c:560 +#: g10/gpg.c:561 msgid "|VALUE|set the TOFU policy for a key" msgstr "" -#: g10/gpg.c:603 +#: g10/gpg.c:604 msgid "|NAME|use NAME as default secret key" msgstr "|NOME|usar NOME como chave secreta por omissão" -#: g10/gpg.c:605 sm/gpgsm.c:337 +#: g10/gpg.c:606 sm/gpgsm.c:340 #, fuzzy msgid "|NAME|encrypt to user ID NAME as well" msgstr "|NOME|cifrar para NOME" -#: g10/gpg.c:613 +#: g10/gpg.c:614 msgid "|SPEC|set up email aliases" msgstr "" -#: g10/gpg.c:625 +#: g10/gpg.c:626 msgid "use strict OpenPGP behavior" msgstr "" -#: g10/gpg.c:650 kbx/kbxutil.c:91 sm/gpgsm.c:421 tools/gpgconf.c:113 +#: g10/gpg.c:651 kbx/kbxutil.c:91 sm/gpgsm.c:424 tools/gpgconf.c:113 msgid "do not make any changes" msgstr "não fazer alterações" -#: g10/gpg.c:651 +#: g10/gpg.c:652 msgid "prompt before overwriting" msgstr "perguntar antes de sobrepôr" -#: g10/gpg.c:700 sm/gpgsm.c:307 +#: g10/gpg.c:701 sm/gpgsm.c:310 msgid "Options controlling the input" msgstr "" -#: g10/gpg.c:718 sm/gpgsm.c:317 +#: g10/gpg.c:719 sm/gpgsm.c:320 msgid "Options controlling the output" msgstr "" -#: g10/gpg.c:720 sm/gpgsm.c:319 +#: g10/gpg.c:721 sm/gpgsm.c:322 msgid "create ascii armored output" msgstr "criar saÃda com armadura ascii" -#: g10/gpg.c:724 g10/gpgv.c:82 sm/gpgsm.c:324 +#: g10/gpg.c:725 g10/gpgv.c:82 sm/gpgsm.c:327 #, fuzzy msgid "|FILE|write output to FILE" msgstr "|FICHEIRO|carregar módulo de extensão FICHEIRO" -#: g10/gpg.c:737 +#: g10/gpg.c:738 msgid "use canonical text mode" msgstr "usar modo de texto canônico" -#: g10/gpg.c:755 +#: g10/gpg.c:756 #, fuzzy msgid "|N|set compress level to N (0 disables)" msgstr "" "|N|estabelecer nÃvel de compressão N\n" "(0 desactiva)" -#: g10/gpg.c:761 sm/gpgsm.c:354 +#: g10/gpg.c:762 sm/gpgsm.c:357 msgid "Options controlling key import and export" msgstr "" -#: g10/gpg.c:764 +#: g10/gpg.c:765 msgid "|MECHANISMS|use MECHANISMS to locate keys by mail address" msgstr "" -#: g10/gpg.c:767 +#: g10/gpg.c:768 #, fuzzy #| msgid "import keys from a keyserver" msgid "import missing key from a signature" msgstr "importar chaves de um servidor de chaves" -#: g10/gpg.c:772 +#: g10/gpg.c:773 #, fuzzy msgid "include the public key in signatures" msgstr "verificar as assinaturas das chaves" -#: g10/gpg.c:775 sm/gpgsm.c:357 +#: g10/gpg.c:776 sm/gpgsm.c:360 msgid "disable all access to the dirmngr" msgstr "" -#: g10/gpg.c:787 sm/gpgsm.c:364 +#: g10/gpg.c:788 sm/gpgsm.c:367 msgid "Options controlling key listings" msgstr "" -#: g10/gpg.c:817 sm/gpgsm.c:329 +#: g10/gpg.c:818 sm/gpgsm.c:332 #, fuzzy #| msgid "list secret keys" msgid "Options to specify keys" msgstr "listar as chaves secretas" -#: g10/gpg.c:819 sm/gpgsm.c:331 +#: g10/gpg.c:820 sm/gpgsm.c:334 #, fuzzy msgid "|USER-ID|encrypt for USER-ID" msgstr "|NOME|cifrar para NOME" -#: g10/gpg.c:827 sm/gpgsm.c:333 +#: g10/gpg.c:828 sm/gpgsm.c:336 #, fuzzy msgid "|USER-ID|use USER-ID to sign or decrypt" msgstr "" "usar este identificador de utilizador para\n" "assinar ou decifrar" -#: g10/gpg.c:875 sm/gpgsm.c:405 +#: g10/gpg.c:876 sm/gpgsm.c:408 msgid "Options for unattended use" msgstr "" -#: g10/gpg.c:894 sm/gpgsm.c:417 dirmngr/dirmngr.c:285 +#: g10/gpg.c:895 sm/gpgsm.c:420 dirmngr/dirmngr.c:286 msgid "Other options" msgstr "" -#: g10/gpg.c:965 sm/gpgsm.c:450 +#: g10/gpg.c:966 sm/gpgsm.c:453 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -2869,7 +2869,7 @@ msgstr "" "@\n" "(Veja a página man para uma lista completa de comandos e opções)\n" -#: g10/gpg.c:968 +#: g10/gpg.c:969 #, fuzzy #| msgid "" #| "@\n" @@ -2899,13 +2899,13 @@ msgstr "" " --list-keys [nomes] mostrar chaves\n" " --fingerprint [nomes] mostrar impressões digitais\n" -#: g10/gpg.c:1153 +#: g10/gpg.c:1154 #, fuzzy #| msgid "Usage: gpg [options] [files] (-h for help)" msgid "Usage: @GPG@ [options] [files] (-h for help)" msgstr "Uso: gpg [opções] [ficheiros] (-h para ajuda)" -#: g10/gpg.c:1156 +#: g10/gpg.c:1157 #, fuzzy #| msgid "" #| "Syntax: gpg [options] [files]\n" @@ -2920,7 +2920,7 @@ msgstr "" "assina, verifica, cifra ou decifra\n" "a operação por omissão depende dos dados de entrada\n" -#: g10/gpg.c:1167 sm/gpgsm.c:633 +#: g10/gpg.c:1168 sm/gpgsm.c:636 msgid "" "\n" "Supported algorithms:\n" @@ -2928,565 +2928,565 @@ msgstr "" "\n" "Algoritmos suportados:\n" -#: g10/gpg.c:1170 +#: g10/gpg.c:1171 msgid "Pubkey: " msgstr "Chave pública: " -#: g10/gpg.c:1177 g10/keyedit.c:3316 +#: g10/gpg.c:1178 g10/keyedit.c:3316 msgid "Cipher: " msgstr "Cifra: " -#: g10/gpg.c:1191 +#: g10/gpg.c:1192 msgid "Hash: " msgstr "Dispersão: " -#: g10/gpg.c:1198 g10/keyedit.c:3382 +#: g10/gpg.c:1199 g10/keyedit.c:3382 msgid "Compression: " msgstr "Compressão: " -#: g10/gpg.c:1273 sm/gpgsm.c:707 +#: g10/gpg.c:1274 sm/gpgsm.c:710 #, fuzzy, c-format msgid "usage: %s [options] %s\n" msgstr "uso: gpg [opções] " -#: g10/gpg.c:1466 sm/gpgsm.c:800 +#: g10/gpg.c:1467 sm/gpgsm.c:803 #, c-format msgid "conflicting commands\n" msgstr "comandos em conflito\n" -#: g10/gpg.c:1484 +#: g10/gpg.c:1485 #, fuzzy, c-format msgid "no = sign found in group definition '%s'\n" msgstr "nenhum sinal = encontrada na definição de grupo \"%s\"\n" -#: g10/gpg.c:1682 +#: g10/gpg.c:1683 #, fuzzy, c-format msgid "WARNING: unsafe ownership on homedir '%s'\n" msgstr "AVISO: dono pouco seguro em %s \"%s\"\n" -#: g10/gpg.c:1685 +#: g10/gpg.c:1686 #, fuzzy, c-format msgid "WARNING: unsafe ownership on configuration file '%s'\n" msgstr "AVISO: dono pouco seguro em %s \"%s\"\n" -#: g10/gpg.c:1688 +#: g10/gpg.c:1689 #, fuzzy, c-format msgid "WARNING: unsafe ownership on extension '%s'\n" msgstr "AVISO: dono pouco seguro em %s \"%s\"\n" -#: g10/gpg.c:1694 +#: g10/gpg.c:1695 #, fuzzy, c-format msgid "WARNING: unsafe permissions on homedir '%s'\n" msgstr "AVISO: permissões pouco seguras em %s \"%s\"\n" -#: g10/gpg.c:1697 +#: g10/gpg.c:1698 #, fuzzy, c-format msgid "WARNING: unsafe permissions on configuration file '%s'\n" msgstr "AVISO: permissões pouco seguras em %s \"%s\"\n" -#: g10/gpg.c:1700 +#: g10/gpg.c:1701 #, fuzzy, c-format msgid "WARNING: unsafe permissions on extension '%s'\n" msgstr "AVISO: permissões pouco seguras em %s \"%s\"\n" -#: g10/gpg.c:1706 +#: g10/gpg.c:1707 #, fuzzy, c-format msgid "WARNING: unsafe enclosing directory ownership on homedir '%s'\n" msgstr "AVISO: dono pouco seguro em %s \"%s\"\n" -#: g10/gpg.c:1709 +#: g10/gpg.c:1710 #, fuzzy, c-format msgid "" "WARNING: unsafe enclosing directory ownership on configuration file '%s'\n" msgstr "AVISO: dono pouco seguro em %s \"%s\"\n" -#: g10/gpg.c:1712 +#: g10/gpg.c:1713 #, fuzzy, c-format msgid "WARNING: unsafe enclosing directory ownership on extension '%s'\n" msgstr "AVISO: dono pouco seguro em %s \"%s\"\n" -#: g10/gpg.c:1718 +#: g10/gpg.c:1719 #, fuzzy, c-format msgid "WARNING: unsafe enclosing directory permissions on homedir '%s'\n" msgstr "AVISO: permissões pouco seguras em %s \"%s\"\n" -#: g10/gpg.c:1721 +#: g10/gpg.c:1722 #, fuzzy, c-format msgid "" "WARNING: unsafe enclosing directory permissions on configuration file '%s'\n" msgstr "AVISO: permissões pouco seguras em %s \"%s\"\n" -#: g10/gpg.c:1724 +#: g10/gpg.c:1725 #, fuzzy, c-format msgid "WARNING: unsafe enclosing directory permissions on extension '%s'\n" msgstr "AVISO: permissões pouco seguras em %s \"%s\"\n" -#: g10/gpg.c:1940 +#: g10/gpg.c:1941 #, fuzzy, c-format msgid "unknown configuration item '%s'\n" msgstr "criado um novo ficheiro de configuração `%s'\n" -#: g10/gpg.c:2034 +#: g10/gpg.c:2037 msgid "display photo IDs during key listings" msgstr "" -#: g10/gpg.c:2036 +#: g10/gpg.c:2039 #, fuzzy msgid "show key usage information during key listings" msgstr "Nenhuma assinatura correspondente no porta-chaves secreto\n" -#: g10/gpg.c:2038 +#: g10/gpg.c:2041 msgid "show policy URLs during signature listings" msgstr "" -#: g10/gpg.c:2040 +#: g10/gpg.c:2043 #, fuzzy msgid "show all notations during signature listings" msgstr "Nenhuma assinatura correspondente no porta-chaves secreto\n" -#: g10/gpg.c:2042 +#: g10/gpg.c:2045 msgid "show IETF standard notations during signature listings" msgstr "" -#: g10/gpg.c:2046 +#: g10/gpg.c:2049 msgid "show user-supplied notations during signature listings" msgstr "" -#: g10/gpg.c:2048 +#: g10/gpg.c:2051 #, fuzzy msgid "show preferred keyserver URLs during signature listings" msgstr "a URL de polÃtica de assinatura dada é inválida\n" -#: g10/gpg.c:2050 +#: g10/gpg.c:2053 msgid "show user ID validity during key listings" msgstr "" -#: g10/gpg.c:2052 +#: g10/gpg.c:2055 msgid "show revoked and expired user IDs in key listings" msgstr "" -#: g10/gpg.c:2054 +#: g10/gpg.c:2057 msgid "show revoked and expired subkeys in key listings" msgstr "" -#: g10/gpg.c:2056 +#: g10/gpg.c:2059 #, fuzzy msgid "show the keyring name in key listings" msgstr "mostrar em que porta-chave a chave está" -#: g10/gpg.c:2058 +#: g10/gpg.c:2061 #, fuzzy msgid "show expiration dates during signature listings" msgstr "Nenhuma assinatura correspondente no porta-chaves secreto\n" -#: g10/gpg.c:2175 +#: g10/gpg.c:2178 #, fuzzy, c-format msgid "unknown TOFU policy '%s'\n" msgstr "destinatário por omissão desconhecido `%s'\n" -#: g10/gpg.c:2177 +#: g10/gpg.c:2180 #, c-format msgid "(use \"help\" to list choices)\n" msgstr "" -#: g10/gpg.c:2972 g10/gpg.c:3797 g10/gpg.c:3809 +#: g10/gpg.c:2975 g10/gpg.c:3828 g10/gpg.c:3840 #, fuzzy, c-format #| msgid "NOTE: %s is not for normal use!\n" msgid "Note: %s is not for normal use!\n" msgstr "NOTA: %s não é para uso normal!\n" -#: g10/gpg.c:3148 g10/gpg.c:3160 +#: g10/gpg.c:3151 g10/gpg.c:3163 #, fuzzy, c-format msgid "'%s' is not a valid signature expiration\n" msgstr "%s não é um conjunto de caracteres válido\n" -#: g10/gpg.c:3182 +#: g10/gpg.c:3185 #, fuzzy, c-format msgid "\"%s\" is not a proper mail address\n" msgstr "Endereço eletrónico inválido\n" -#: g10/gpg.c:3214 sm/gpgsm.c:1265 +#: g10/gpg.c:3217 sm/gpgsm.c:1270 #, fuzzy, c-format msgid "invalid pinentry mode '%s'\n" msgstr "algoritmo de dispersão inválido `%s'\n" -#: g10/gpg.c:3220 sm/gpgsm.c:1271 +#: g10/gpg.c:3223 sm/gpgsm.c:1276 #, fuzzy, c-format msgid "invalid request origin '%s'\n" msgstr "opções de importação inválidas\n" -#: g10/gpg.c:3277 +#: g10/gpg.c:3280 #, fuzzy, c-format msgid "'%s' is not a valid character set\n" msgstr "%s não é um conjunto de caracteres válido\n" -#: g10/gpg.c:3299 g10/gpg.c:3508 g10/keyedit.c:5319 +#: g10/gpg.c:3302 g10/gpg.c:3511 g10/keyedit.c:5319 #, fuzzy, c-format msgid "could not parse keyserver URL\n" msgstr "não consegui processar a URI do servidor de chaves\n" -#: g10/gpg.c:3317 +#: g10/gpg.c:3320 #, fuzzy, c-format msgid "%s:%d: invalid keyserver options\n" msgstr "%s:%d: opções de exportação inválidas\n" -#: g10/gpg.c:3320 +#: g10/gpg.c:3323 #, fuzzy, c-format msgid "invalid keyserver options\n" msgstr "opções de exportação inválidas\n" -#: g10/gpg.c:3327 +#: g10/gpg.c:3330 #, c-format msgid "%s:%d: invalid import options\n" msgstr "%s:%d: opções de importação inválidas\n" -#: g10/gpg.c:3330 +#: g10/gpg.c:3333 #, c-format msgid "invalid import options\n" msgstr "opções de importação inválidas\n" -#: g10/gpg.c:3336 g10/gpg.c:3351 +#: g10/gpg.c:3339 g10/gpg.c:3354 #, fuzzy, c-format msgid "invalid filter option: %s\n" msgstr "opções de importação inválidas\n" -#: g10/gpg.c:3342 +#: g10/gpg.c:3345 #, c-format msgid "%s:%d: invalid export options\n" msgstr "%s:%d: opções de exportação inválidas\n" -#: g10/gpg.c:3345 +#: g10/gpg.c:3348 #, c-format msgid "invalid export options\n" msgstr "opções de exportação inválidas\n" -#: g10/gpg.c:3357 +#: g10/gpg.c:3360 #, fuzzy, c-format msgid "%s:%d: invalid list options\n" msgstr "%s:%d: opções de importação inválidas\n" -#: g10/gpg.c:3360 +#: g10/gpg.c:3363 #, fuzzy, c-format msgid "invalid list options\n" msgstr "opções de importação inválidas\n" -#: g10/gpg.c:3368 +#: g10/gpg.c:3371 msgid "display photo IDs during signature verification" msgstr "" -#: g10/gpg.c:3370 +#: g10/gpg.c:3373 msgid "show policy URLs during signature verification" msgstr "" -#: g10/gpg.c:3372 +#: g10/gpg.c:3375 #, fuzzy msgid "show all notations during signature verification" msgstr "%s não é um conjunto de caracteres válido\n" -#: g10/gpg.c:3374 +#: g10/gpg.c:3377 msgid "show IETF standard notations during signature verification" msgstr "" -#: g10/gpg.c:3378 +#: g10/gpg.c:3381 msgid "show user-supplied notations during signature verification" msgstr "" -#: g10/gpg.c:3380 +#: g10/gpg.c:3383 #, fuzzy msgid "show preferred keyserver URLs during signature verification" msgstr "a URL de polÃtica de assinatura dada é inválida\n" -#: g10/gpg.c:3382 +#: g10/gpg.c:3385 #, fuzzy msgid "show user ID validity during signature verification" msgstr "%s não é um conjunto de caracteres válido\n" -#: g10/gpg.c:3384 +#: g10/gpg.c:3387 msgid "show revoked and expired user IDs in signature verification" msgstr "" -#: g10/gpg.c:3386 +#: g10/gpg.c:3389 #, fuzzy msgid "show only the primary user ID in signature verification" msgstr "%s não é um conjunto de caracteres válido\n" -#: g10/gpg.c:3393 +#: g10/gpg.c:3396 #, fuzzy, c-format msgid "%s:%d: invalid verify options\n" msgstr "%s:%d: opções de exportação inválidas\n" -#: g10/gpg.c:3396 +#: g10/gpg.c:3399 #, fuzzy, c-format msgid "invalid verify options\n" msgstr "opções de exportação inválidas\n" -#: g10/gpg.c:3403 +#: g10/gpg.c:3406 #, c-format msgid "unable to set exec-path to %s\n" msgstr "não foi possÃvel alterar o exec-path para %s\n" -#: g10/gpg.c:3610 +#: g10/gpg.c:3613 #, fuzzy, c-format msgid "%s:%d: invalid auto-key-locate list\n" msgstr "%s:%d: opções de exportação inválidas\n" -#: g10/gpg.c:3613 +#: g10/gpg.c:3616 #, c-format msgid "invalid auto-key-locate list\n" msgstr "" -#: g10/gpg.c:3622 +#: g10/gpg.c:3625 #, fuzzy, c-format msgid "invalid argument for option \"%.50s\"\n" msgstr "opções de importação inválidas\n" -#: g10/gpg.c:3776 sm/gpgsm.c:1642 +#: g10/gpg.c:3807 sm/gpgsm.c:1675 #, c-format msgid "WARNING: program may create a core file!\n" msgstr "AVISO: O programa pode criar um ficheiro core!\n" -#: g10/gpg.c:3790 +#: g10/gpg.c:3821 #, c-format msgid "WARNING: %s overrides %s\n" msgstr "AVISO: %s sobrepõe %s\n" -#: g10/gpg.c:3799 +#: g10/gpg.c:3830 #, c-format msgid "%s not allowed with %s!\n" msgstr "%s não é permitido com %s!\n" -#: g10/gpg.c:3802 +#: g10/gpg.c:3833 #, c-format msgid "%s makes no sense with %s!\n" msgstr "%s não faz sentido com %s!\n" -#: g10/gpg.c:3817 sm/gpgsm.c:1663 dirmngr/dirmngr.c:1114 +#: g10/gpg.c:3848 sm/gpgsm.c:1696 dirmngr/dirmngr.c:1123 #, c-format msgid "WARNING: running with faked system time: " msgstr "" -#: g10/gpg.c:3838 +#: g10/gpg.c:3869 #, fuzzy, c-format msgid "will not run with insecure memory due to %s\n" msgstr "a escrever chave privada para `%s'\n" -#: g10/gpg.c:3866 g10/gpg.c:3897 sm/gpgsm.c:1730 +#: g10/gpg.c:3897 g10/gpg.c:3928 sm/gpgsm.c:1763 #, c-format msgid "selected cipher algorithm is invalid\n" msgstr "o algoritmo de cifragem selecionado é inválido\n" -#: g10/gpg.c:3873 +#: g10/gpg.c:3904 #, fuzzy, c-format #| msgid "selected digest algorithm is invalid\n" msgid "selected AEAD algorithm is invalid\n" msgstr "o algoritmo de \"digest\" selecionado é inválido\n" -#: g10/gpg.c:3885 +#: g10/gpg.c:3916 #, fuzzy, c-format msgid "selected compression algorithm is invalid\n" msgstr "o algoritmo de cifragem selecionado é inválido\n" -#: g10/gpg.c:3891 +#: g10/gpg.c:3922 #, c-format msgid "selected certification digest algorithm is invalid\n" msgstr "o algoritmo de \"digest\" de certificação selecionado é inválido\n" -#: g10/gpg.c:3906 +#: g10/gpg.c:3937 #, c-format msgid "completes-needed must be greater than 0\n" msgstr "completes-needed deve ser maior que 0\n" -#: g10/gpg.c:3908 +#: g10/gpg.c:3939 #, c-format msgid "marginals-needed must be greater than 1\n" msgstr "marginals-needed deve ser maior que 1\n" -#: g10/gpg.c:3910 +#: g10/gpg.c:3941 #, fuzzy, c-format msgid "max-cert-depth must be in the range from 1 to 255\n" msgstr "max-cert-depth deve estar na entre 1 e 255\n" -#: g10/gpg.c:3912 +#: g10/gpg.c:3943 #, fuzzy, c-format msgid "invalid default-cert-level; must be 0, 1, 2, or 3\n" msgstr "nÃvel de verificação por omissão inválido: deve ser 0, 1, 2 ou 3\n" -#: g10/gpg.c:3914 +#: g10/gpg.c:3945 #, fuzzy, c-format msgid "invalid min-cert-level; must be 1, 2, or 3\n" msgstr "nÃvel de verificação por omissão inválido: deve ser 0, 1, 2 ou 3\n" -#: g10/gpg.c:3918 +#: g10/gpg.c:3949 #, fuzzy, c-format #| msgid "NOTE: simple S2K mode (0) is strongly discouraged\n" msgid "Note: simple S2K mode (0) is strongly discouraged\n" msgstr "NOTA: o modo S2K simples (0) não é recomendável\n" -#: g10/gpg.c:3922 +#: g10/gpg.c:3953 #, c-format msgid "invalid S2K mode; must be 0, 1 or 3\n" msgstr "modo S2K inválido: deve ser 0, 1 ou 3\n" -#: g10/gpg.c:3929 +#: g10/gpg.c:3960 #, c-format msgid "invalid default preferences\n" msgstr "preferências por omissão inválidas\n" -#: g10/gpg.c:3933 +#: g10/gpg.c:3964 #, c-format msgid "invalid personal cipher preferences\n" msgstr "preferências pessoais de cifra inválidas\n" -#: g10/gpg.c:3936 +#: g10/gpg.c:3967 #, fuzzy, c-format #| msgid "invalid personal cipher preferences\n" msgid "invalid personal AEAD preferences\n" msgstr "preferências pessoais de cifra inválidas\n" -#: g10/gpg.c:3940 +#: g10/gpg.c:3971 #, c-format msgid "invalid personal digest preferences\n" msgstr "preferências pessoais de 'digest' inválidas\n" -#: g10/gpg.c:3944 +#: g10/gpg.c:3975 #, c-format msgid "invalid personal compress preferences\n" msgstr "preferências pessoais de compressão inválidas\n" -#: g10/gpg.c:3953 g10/gpg.c:3958 +#: g10/gpg.c:3984 g10/gpg.c:3989 #, fuzzy, c-format #| msgid "keysize invalid; using %u bits\n" msgid "chunk size invalid - using %d\n" msgstr "tamanho de chave inválido; a utilizar %u bits\n" -#: g10/gpg.c:3995 +#: g10/gpg.c:4026 #, fuzzy, c-format msgid "%s does not yet work with %s\n" msgstr "%s não faz sentido com %s!\n" -#: g10/gpg.c:4058 +#: g10/gpg.c:4089 #, fuzzy, c-format msgid "AEAD algorithm '%s' may not be used in %s mode\n" msgstr "não pode utilizar %s enquanto estiver no modo %s\n" -#: g10/gpg.c:4070 +#: g10/gpg.c:4101 #, fuzzy, c-format msgid "compression algorithm '%s' may not be used in %s mode\n" msgstr "não pode utilizar %s enquanto estiver no modo %s\n" -#: g10/gpg.c:4225 +#: g10/gpg.c:4256 #, c-format msgid "failed to initialize the TrustDB: %s\n" msgstr "falha ao inicializar a base de dados de confiança: %s\n" -#: g10/gpg.c:4237 +#: g10/gpg.c:4268 #, c-format msgid "WARNING: recipients (-r) given without using public key encryption\n" msgstr "" "AVISO: destinatários (-r) dados sem utilizar uma cifra de chave pública\n" -#: g10/gpg.c:4309 +#: g10/gpg.c:4340 #, fuzzy, c-format msgid "symmetric encryption of '%s' failed: %s\n" msgstr "decifragem falhou: %s\n" -#: g10/gpg.c:4338 +#: g10/gpg.c:4369 #, c-format msgid "you cannot use --symmetric --encrypt with --s2k-mode 0\n" msgstr "" -#: g10/gpg.c:4341 +#: g10/gpg.c:4372 #, fuzzy, c-format msgid "you cannot use --symmetric --encrypt in %s mode\n" msgstr "não pode utilizar %s enquanto estiver no modo %s\n" -#: g10/gpg.c:4399 +#: g10/gpg.c:4430 #, c-format msgid "you cannot use --symmetric --sign --encrypt with --s2k-mode 0\n" msgstr "" -#: g10/gpg.c:4402 +#: g10/gpg.c:4433 #, fuzzy, c-format msgid "you cannot use --symmetric --sign --encrypt in %s mode\n" msgstr "não pode utilizar %s enquanto estiver no modo %s\n" -#: g10/gpg.c:4790 g10/keyserver.c:1858 +#: g10/gpg.c:4821 g10/keyserver.c:1870 #, fuzzy, c-format msgid "keyserver send failed: %s\n" msgstr "A geração de chaves falhou: %s\n" -#: g10/gpg.c:4795 +#: g10/gpg.c:4826 #, fuzzy, c-format msgid "keyserver receive failed: %s\n" msgstr "A geração de chaves falhou: %s\n" -#: g10/gpg.c:4801 +#: g10/gpg.c:4832 #, fuzzy, c-format msgid "key export failed: %s\n" msgstr "A geração de chaves falhou: %s\n" -#: g10/gpg.c:4814 +#: g10/gpg.c:4845 #, fuzzy, c-format msgid "export as ssh key failed: %s\n" msgstr "A geração de chaves falhou: %s\n" -#: g10/gpg.c:4826 +#: g10/gpg.c:4857 #, fuzzy, c-format msgid "keyserver search failed: %s\n" msgstr "A geração de chaves falhou: %s\n" -#: g10/gpg.c:4839 +#: g10/gpg.c:4870 #, fuzzy, c-format msgid "keyserver refresh failed: %s\n" msgstr "actualização da chave secreta falhou: %s\n" -#: g10/gpg.c:4906 +#: g10/gpg.c:4937 #, c-format msgid "dearmoring failed: %s\n" msgstr "retirada de armadura falhou: %s\n" -#: g10/gpg.c:4917 +#: g10/gpg.c:4948 #, c-format msgid "enarmoring failed: %s\n" msgstr "criação de armadura falhou: %s\n" -#: g10/gpg.c:5022 +#: g10/gpg.c:5053 #, fuzzy, c-format #| msgid "invalid hash algorithm `%s'\n" msgid "invalid hash algorithm '%s'\n" msgstr "algoritmo de dispersão inválido `%s'\n" -#: g10/gpg.c:5174 g10/tofu.c:2156 +#: g10/gpg.c:5205 g10/tofu.c:2156 #, fuzzy, c-format msgid "error parsing key specification '%s': %s\n" msgstr "erro na criação da frase secreta: %s\n" -#: g10/gpg.c:5185 +#: g10/gpg.c:5216 #, c-format msgid "'%s' does not appear to be a valid key ID, fingerprint or keygrip\n" msgstr "" -#: g10/gpg.c:5241 +#: g10/gpg.c:5272 #, c-format msgid "WARNING: no command supplied. Trying to guess what you mean ...\n" msgstr "" -#: g10/gpg.c:5252 +#: g10/gpg.c:5283 #, c-format msgid "Go ahead and type your message ...\n" msgstr "Digite a sua mensagem ...\n" -#: g10/gpg.c:5599 +#: g10/gpg.c:5630 #, c-format msgid "the given certification policy URL is invalid\n" msgstr "a URL de polÃtica de certificação dada é inválida\n" -#: g10/gpg.c:5601 +#: g10/gpg.c:5632 #, c-format msgid "the given signature policy URL is invalid\n" msgstr "a URL de polÃtica de assinatura dada é inválida\n" -#: g10/gpg.c:5634 +#: g10/gpg.c:5665 #, fuzzy, c-format msgid "the given preferred keyserver URL is invalid\n" msgstr "a URL de polÃtica de assinatura dada é inválida\n" @@ -3501,7 +3501,7 @@ msgstr "Remover esta chave do porta-chaves?" msgid "make timestamp conflicts only a warning" msgstr "conflito de \"timestamp\"" -#: g10/gpgv.c:86 sm/gpgsm.c:411 tools/gpgconf.c:116 tools/gpg-card.c:94 +#: g10/gpgv.c:86 sm/gpgsm.c:414 tools/gpgconf.c:116 tools/gpg-card.c:95 msgid "|FD|write status info to this FD" msgstr "" "|DF|escrever informações de estado para o\n" @@ -3596,271 +3596,271 @@ msgstr "" msgid "repair keys on import" msgstr "mostra impressão digital" -#: g10/import.c:387 g10/import.c:709 +#: g10/import.c:399 g10/import.c:721 #, c-format msgid "skipping block of type %d\n" msgstr "ignorando bloco do tipo %d\n" -#: g10/import.c:726 +#: g10/import.c:738 #, fuzzy, c-format msgid "%lu keys processed so far\n" msgstr "%lu chaves processadas até agora\n" -#: g10/import.c:819 +#: g10/import.c:831 #, c-format msgid "Total number processed: %lu\n" msgstr "Número total processado: %lu\n" -#: g10/import.c:822 +#: g10/import.c:834 #, fuzzy, c-format #| msgid " skipped new keys: %lu\n" msgid " skipped PGP-2 keys: %lu\n" msgstr " ignorei novas chaves: %lu\n" -#: g10/import.c:824 +#: g10/import.c:836 #, c-format msgid " skipped new keys: %lu\n" msgstr " ignorei novas chaves: %lu\n" -#: g10/import.c:827 +#: g10/import.c:839 #, c-format msgid " w/o user IDs: %lu\n" msgstr " sem IDs de utilizadores: %lu\n" -#: g10/import.c:830 sm/import.c:129 +#: g10/import.c:842 sm/import.c:129 #, c-format msgid " imported: %lu" msgstr " importados: %lu" -#: g10/import.c:834 sm/import.c:133 +#: g10/import.c:846 sm/import.c:133 #, c-format msgid " unchanged: %lu\n" msgstr " não modificados: %lu\n" -#: g10/import.c:836 +#: g10/import.c:848 #, c-format msgid " new user IDs: %lu\n" msgstr " novos IDs de utilizadores: %lu\n" -#: g10/import.c:838 +#: g10/import.c:850 #, c-format msgid " new subkeys: %lu\n" msgstr " novas subchaves: %lu\n" -#: g10/import.c:840 +#: g10/import.c:852 #, c-format msgid " new signatures: %lu\n" msgstr " novas assinaturas: %lu\n" -#: g10/import.c:842 +#: g10/import.c:854 #, c-format msgid " new key revocations: %lu\n" msgstr " novas revogações de chaves: %lu\n" -#: g10/import.c:844 sm/import.c:135 +#: g10/import.c:856 sm/import.c:135 #, c-format msgid " secret keys read: %lu\n" msgstr " chaves secretas lidas: %lu\n" -#: g10/import.c:846 sm/import.c:137 +#: g10/import.c:858 sm/import.c:137 #, c-format msgid " secret keys imported: %lu\n" msgstr " chaves secretas importadas: %lu\n" -#: g10/import.c:848 sm/import.c:139 +#: g10/import.c:860 sm/import.c:139 #, c-format msgid " secret keys unchanged: %lu\n" msgstr " chaves secretas não modificadas: %lu\n" -#: g10/import.c:850 sm/import.c:141 +#: g10/import.c:862 sm/import.c:141 #, c-format msgid " not imported: %lu\n" msgstr " não importadas: %lu\n" -#: g10/import.c:852 +#: g10/import.c:864 #, fuzzy, c-format msgid " signatures cleaned: %lu\n" msgstr " novas assinaturas: %lu\n" -#: g10/import.c:854 +#: g10/import.c:866 #, fuzzy, c-format msgid " user IDs cleaned: %lu\n" msgstr " chaves secretas lidas: %lu\n" -#: g10/import.c:1279 +#: g10/import.c:1291 #, c-format msgid "" "WARNING: key %s contains preferences for unavailable\n" "algorithms on these user IDs:\n" msgstr "" -#: g10/import.c:1321 +#: g10/import.c:1333 #, c-format msgid " \"%s\": preference for cipher algorithm %s\n" msgstr "" -#: g10/import.c:1339 +#: g10/import.c:1351 #, fuzzy, c-format msgid " \"%s\": preference for AEAD algorithm %s\n" msgstr "assinatura %s de: \"%s\"\n" -#: g10/import.c:1354 +#: g10/import.c:1366 #, fuzzy, c-format msgid " \"%s\": preference for digest algorithm %s\n" msgstr "assinatura %s de: \"%s\"\n" -#: g10/import.c:1366 +#: g10/import.c:1378 #, c-format msgid " \"%s\": preference for compression algorithm %s\n" msgstr "" -#: g10/import.c:1379 +#: g10/import.c:1391 #, c-format msgid "it is strongly suggested that you update your preferences and\n" msgstr "" -#: g10/import.c:1381 +#: g10/import.c:1393 #, c-format msgid "re-distribute this key to avoid potential algorithm mismatch problems\n" msgstr "" -#: g10/import.c:1406 +#: g10/import.c:1418 #, c-format msgid "you can update your preferences with: gpg --edit-key %s updpref save\n" msgstr "" -#: g10/import.c:1920 g10/import.c:3041 +#: g10/import.c:1932 g10/import.c:3053 #, fuzzy, c-format msgid "key %s: no user ID\n" msgstr "chave %08lX: sem ID de utilizador\n" -#: g10/import.c:1926 +#: g10/import.c:1938 #, fuzzy, c-format msgid "key %s: %s\n" msgstr "ignorado `%s': %s\n" -#: g10/import.c:1927 g10/import.c:3013 +#: g10/import.c:1939 g10/import.c:3025 msgid "rejected by import screener" msgstr "" -#: g10/import.c:1976 +#: g10/import.c:1988 #, fuzzy, c-format msgid "key %s: PKS subkey corruption repaired\n" msgstr "chave %08lX: subchave HKP corrompida foi reparada\n" -#: g10/import.c:1997 +#: g10/import.c:2009 #, fuzzy, c-format msgid "key %s: accepted non self-signed user ID \"%s\"\n" msgstr "chave %08lX: aceite ID de utilizador sem auto-assinatura '%s'\n" -#: g10/import.c:2008 g10/import.c:2039 +#: g10/import.c:2020 g10/import.c:2051 #, fuzzy, c-format msgid "key %s: no valid user IDs\n" msgstr "chave %08lX: sem IDs de utilizadores válidos\n" -#: g10/import.c:2010 +#: g10/import.c:2022 #, c-format msgid "this may be caused by a missing self-signature\n" msgstr "isto pode ser causado por falta de auto-assinatura\n" -#: g10/import.c:2089 g10/import.c:3427 +#: g10/import.c:2101 g10/import.c:3439 #, fuzzy, c-format msgid "key %s: public key not found: %s\n" msgstr "chave %08lX: chave pública não encontrada: %s\n" -#: g10/import.c:2095 +#: g10/import.c:2107 #, fuzzy, c-format msgid "key %s: new key - skipped\n" msgstr "chave %08lX: chave nova - ignorada\n" -#: g10/import.c:2107 +#: g10/import.c:2119 #, c-format msgid "no writable keyring found: %s\n" msgstr "não foi encontrada nenhum porta-chaves onde escrever: %s\n" -#: g10/import.c:2139 g10/import.c:2241 g10/import.c:3502 +#: g10/import.c:2151 g10/import.c:2253 g10/import.c:3514 #, fuzzy, c-format #| msgid "error writing keyring `%s': %s\n" msgid "error writing keyring '%s': %s\n" msgstr "erro na escrita do porta-chaves `%s': %s\n" -#: g10/import.c:2162 +#: g10/import.c:2174 #, fuzzy, c-format msgid "key %s: public key \"%s\" imported\n" msgstr "chave %08lX: chave pública \"%s\" importada\n" -#: g10/import.c:2189 +#: g10/import.c:2201 #, fuzzy, c-format msgid "key %s: doesn't match our copy\n" msgstr "chave %08lX: não corresponde à nossa cópia\n" -#: g10/import.c:2257 +#: g10/import.c:2269 #, fuzzy, c-format msgid "key %s: \"%s\" 1 new user ID\n" msgstr "chave %8lX: \"%s\" 1 novo ID de utilizador\n" -#: g10/import.c:2260 +#: g10/import.c:2272 #, fuzzy, c-format msgid "key %s: \"%s\" %d new user IDs\n" msgstr "chave %08lX: \"%s\" %d novos IDs de utilizadores\n" -#: g10/import.c:2263 +#: g10/import.c:2275 #, fuzzy, c-format msgid "key %s: \"%s\" 1 new signature\n" msgstr "chave %08lX: \"%s\" 1 nova assinatura\n" -#: g10/import.c:2266 +#: g10/import.c:2278 #, fuzzy, c-format msgid "key %s: \"%s\" %d new signatures\n" msgstr "chave %08lX: \"%s\" %d novas assinaturas\n" -#: g10/import.c:2269 +#: g10/import.c:2281 #, fuzzy, c-format msgid "key %s: \"%s\" 1 new subkey\n" msgstr "chave %08lX: \"%s\" 1 nova subchave\n" -#: g10/import.c:2272 +#: g10/import.c:2284 #, fuzzy, c-format msgid "key %s: \"%s\" %d new subkeys\n" msgstr "chave %08lX: \"%s\" %d novas subchaves\n" -#: g10/import.c:2275 +#: g10/import.c:2287 #, fuzzy, c-format msgid "key %s: \"%s\" %d signature cleaned\n" msgstr "chave %08lX: \"%s\" %d novas assinaturas\n" -#: g10/import.c:2278 +#: g10/import.c:2290 #, fuzzy, c-format msgid "key %s: \"%s\" %d signatures cleaned\n" msgstr "chave %08lX: \"%s\" %d novas assinaturas\n" -#: g10/import.c:2281 +#: g10/import.c:2293 #, fuzzy, c-format msgid "key %s: \"%s\" %d user ID cleaned\n" msgstr "chave %08lX: \"%s\" %d novos IDs de utilizadores\n" -#: g10/import.c:2284 +#: g10/import.c:2296 #, fuzzy, c-format msgid "key %s: \"%s\" %d user IDs cleaned\n" msgstr "chave %08lX: \"%s\" %d novos IDs de utilizadores\n" -#: g10/import.c:2320 +#: g10/import.c:2332 #, fuzzy, c-format msgid "key %s: \"%s\" not changed\n" msgstr "chave %08lX: \"%s\" não modificada\n" -#: g10/import.c:2680 g10/import.c:2875 +#: g10/import.c:2692 g10/import.c:2887 #, fuzzy, c-format msgid "key %s: secret key imported\n" msgstr "chave %08lX: chave secreta importada\n" -#: g10/import.c:2688 +#: g10/import.c:2700 #, fuzzy, c-format #| msgid "skipped: secret key already present\n" msgid "key %s: secret key already exists\n" msgstr "ignorado: a chave secreta já está presente\n" -#: g10/import.c:2696 +#: g10/import.c:2708 #, fuzzy, c-format msgid "key %s: error sending to agent: %s\n" msgstr "erro ao enviar para `%s': %s\n" @@ -3873,204 +3873,204 @@ msgstr "erro ao enviar para `%s': %s\n" #. * Instead, user should be suggested to run 'gpg --card-status', #. * then, references to a card will be automatically created #. * again. -#: g10/import.c:2865 +#: g10/import.c:2877 #, c-format msgid "To migrate '%s', with each smartcard, run: %s\n" msgstr "" -#: g10/import.c:3012 +#: g10/import.c:3024 #, fuzzy, c-format msgid "secret key %s: %s\n" msgstr "chave `%s' não encontrada: %s\n" -#: g10/import.c:3033 g10/import.c:3072 +#: g10/import.c:3045 g10/import.c:3084 #, fuzzy, c-format msgid "importing secret keys not allowed\n" msgstr "a escrever chave privada para `%s'\n" -#: g10/import.c:3060 +#: g10/import.c:3072 #, fuzzy, c-format msgid "key %s: secret key with invalid cipher %d - skipped\n" msgstr "chave %08lX: chave secreta com cifra inválida %d - ignorada\n" -#: g10/import.c:3222 g10/pkclist.c:75 g10/revoke.c:774 +#: g10/import.c:3234 g10/pkclist.c:75 g10/revoke.c:774 msgid "No reason specified" msgstr "Nenhum motivo especificado" -#: g10/import.c:3223 g10/pkclist.c:77 g10/revoke.c:776 +#: g10/import.c:3235 g10/pkclist.c:77 g10/revoke.c:776 msgid "Key is superseded" msgstr "A chave foi substituÃda" -#: g10/import.c:3224 g10/pkclist.c:79 g10/revoke.c:775 +#: g10/import.c:3236 g10/pkclist.c:79 g10/revoke.c:775 msgid "Key has been compromised" msgstr "A chave foi comprometida" -#: g10/import.c:3225 g10/pkclist.c:81 g10/revoke.c:777 +#: g10/import.c:3237 g10/pkclist.c:81 g10/revoke.c:777 msgid "Key is no longer used" msgstr "A chave já não é utilizada" -#: g10/import.c:3226 g10/pkclist.c:83 g10/revoke.c:778 +#: g10/import.c:3238 g10/pkclist.c:83 g10/revoke.c:778 msgid "User ID is no longer valid" msgstr "O identificador do utilizador já não é válido" -#: g10/import.c:3351 g10/keylist.c:1105 g10/pkclist.c:87 +#: g10/import.c:3363 g10/keylist.c:1105 g10/pkclist.c:87 #, c-format msgid "reason for revocation: " msgstr "motivo da revocação: " -#: g10/import.c:3370 g10/keylist.c:1124 g10/pkclist.c:103 +#: g10/import.c:3382 g10/keylist.c:1124 g10/pkclist.c:103 #, c-format msgid "revocation comment: " msgstr "comentário da revocação: " -#: g10/import.c:3420 +#: g10/import.c:3432 #, fuzzy, c-format msgid "key %s: no public key - can't apply revocation certificate\n" msgstr "" "chave %08lX: sem chave pública - impossÃvel aplicar certificado\n" "de revogação\n" -#: g10/import.c:3449 +#: g10/import.c:3461 #, fuzzy, c-format msgid "key %s: can't locate original keyblock: %s\n" msgstr "chave %08lX: impossÃvel localizar bloco de chaves original: %s\n" -#: g10/import.c:3456 +#: g10/import.c:3468 #, fuzzy, c-format msgid "key %s: can't read original keyblock: %s\n" msgstr "chave %08lX: impossÃvel ler bloco de chaves original: %s\n" -#: g10/import.c:3476 +#: g10/import.c:3488 #, fuzzy, c-format msgid "key %s: invalid revocation certificate: %s - rejected\n" msgstr "chave %08lX: certificado de revogação inválido: %s - rejeitado\n" -#: g10/import.c:3511 +#: g10/import.c:3523 #, fuzzy, c-format msgid "key %s: \"%s\" revocation certificate imported\n" msgstr "chave %08lX: \"%s\" certificado de revogação importado\n" -#: g10/import.c:3597 +#: g10/import.c:3609 #, fuzzy, c-format msgid "key %s: no user ID for signature\n" msgstr "chave %08lX: nenhum ID de utilizador para assinatura\n" -#: g10/import.c:3614 +#: g10/import.c:3626 #, fuzzy, c-format msgid "key %s: unsupported public key algorithm on user ID \"%s\"\n" msgstr "" "chave %08lX: algoritmo de chave pública não suportado no utilizador \"%s\"\n" -#: g10/import.c:3616 +#: g10/import.c:3628 #, fuzzy, c-format msgid "key %s: invalid self-signature on user ID \"%s\"\n" msgstr "chave %08lX: auto-assinatura inválida do utilizador \"%s\"\n" -#: g10/import.c:3633 g10/import.c:3661 g10/import.c:3717 +#: g10/import.c:3645 g10/import.c:3673 g10/import.c:3729 #, fuzzy, c-format msgid "key %s: unsupported public key algorithm\n" msgstr "chave %08lX: algoritmo de chave pública não suportado\n" -#: g10/import.c:3634 +#: g10/import.c:3646 #, fuzzy, c-format msgid "key %s: invalid direct key signature\n" msgstr "chave %08lX: assinatura directa de chave adicionada\n" -#: g10/import.c:3648 +#: g10/import.c:3660 #, fuzzy, c-format msgid "key %s: no subkey for key binding\n" msgstr "chave %08lX: sem subchave para ligação de chaves\n" -#: g10/import.c:3663 +#: g10/import.c:3675 #, fuzzy, c-format msgid "key %s: invalid subkey binding\n" msgstr "chave %08lX: ligação de subchave inválida\n" -#: g10/import.c:3682 +#: g10/import.c:3694 #, fuzzy, c-format msgid "key %s: removed multiple subkey binding\n" msgstr "chave %08lX: apagada ligação múltipla de subchave \n" -#: g10/import.c:3706 +#: g10/import.c:3718 #, fuzzy, c-format msgid "key %s: no subkey for key revocation\n" msgstr "chave %08lX: sem subchave para revocação de chave\n" -#: g10/import.c:3719 +#: g10/import.c:3731 #, fuzzy, c-format msgid "key %s: invalid subkey revocation\n" msgstr "chave %08lX: revocação de subchave inválida\n" -#: g10/import.c:3734 +#: g10/import.c:3746 #, fuzzy, c-format msgid "key %s: removed multiple subkey revocation\n" msgstr "chave %08lX: removida revogação múltiplace de subchaves\n" -#: g10/import.c:3778 +#: g10/import.c:3790 #, fuzzy, c-format msgid "key %s: skipped user ID \"%s\"\n" msgstr "chave %08lX: ignorado ID de utilizador '" -#: g10/import.c:3805 +#: g10/import.c:3817 #, fuzzy, c-format msgid "key %s: skipped subkey\n" msgstr "chave %08lX: subchave ignorada\n" -#: g10/import.c:3837 +#: g10/import.c:3849 #, fuzzy, c-format msgid "key %s: non exportable signature (class 0x%02X) - skipped\n" msgstr "chave %08lX: assinatura não exportável (classe %02x) - ignorada\n" -#: g10/import.c:3848 +#: g10/import.c:3860 #, fuzzy, c-format msgid "key %s: revocation certificate at wrong place - skipped\n" msgstr "chave %08lX: certificado de revogação no local errado - ignorado\n" -#: g10/import.c:3866 +#: g10/import.c:3878 #, fuzzy, c-format msgid "key %s: invalid revocation certificate: %s - skipped\n" msgstr "chave %08lX: certificado de revogação inválido: %s - ignorado\n" -#: g10/import.c:3880 +#: g10/import.c:3892 #, fuzzy, c-format msgid "key %s: subkey signature in wrong place - skipped\n" msgstr "chave %08lX: assintura da subchave no local errado - ignorado\n" -#: g10/import.c:3888 +#: g10/import.c:3900 #, fuzzy, c-format msgid "key %s: unexpected signature class (0x%02X) - skipped\n" msgstr "chave %08lX: classe de assinatura inesperada (%02x) - ignorada\n" -#: g10/import.c:4061 +#: g10/import.c:4073 #, fuzzy, c-format msgid "key %s: duplicated user ID detected - merged\n" msgstr "chave %08lX: detectado ID de utilizador duplicado - fundido\n" -#: g10/import.c:4168 +#: g10/import.c:4180 #, fuzzy, c-format msgid "key %s: duplicated subkeys detected - merged\n" msgstr "chave %08lX: detectado ID de utilizador duplicado - fundido\n" -#: g10/import.c:4233 +#: g10/import.c:4245 #, fuzzy, c-format msgid "WARNING: key %s may be revoked: fetching revocation key %s\n" msgstr "" "AVISO: a chave %08lX pode estar revocada: a transferir a chave de revocação " "%08lX\n" -#: g10/import.c:4249 +#: g10/import.c:4261 #, fuzzy, c-format msgid "WARNING: key %s may be revoked: revocation key %s not present.\n" msgstr "" "AVISO: a chave %08lX pode estar revocada: chave de revocação %08lX não " "presente.\n" -#: g10/import.c:4315 +#: g10/import.c:4327 #, fuzzy, c-format msgid "key %s: \"%s\" revocation certificate added\n" msgstr "chave %08lX: certificado de revogação \"%s\" adicionado\n" -#: g10/import.c:4353 +#: g10/import.c:4365 #, fuzzy, c-format msgid "key %s: direct key signature added\n" msgstr "chave %08lX: assinatura directa de chave adicionada\n" @@ -4966,13 +4966,13 @@ msgstr "" "correcta a não ser que reinicie o programa.\n" #: g10/keyedit.c:4016 g10/keyedit.c:4447 g10/keyserver.c:535 -#: g10/mainproc.c:2277 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 +#: g10/mainproc.c:2280 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 #, fuzzy msgid "revoked" msgstr "revkey" #: g10/keyedit.c:4018 g10/keyedit.c:4449 g10/keyserver.c:539 -#: g10/mainproc.c:2279 g10/tofu.c:1792 g10/trust.c:124 +#: g10/mainproc.c:2282 g10/tofu.c:1792 g10/trust.c:124 #, fuzzy msgid "expired" msgstr "expire" @@ -5518,7 +5518,7 @@ msgstr " (%d) RSA (apenas cifragem)\n" msgid "Enter the keygrip: " msgstr "Notação de assinatura: " -#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2279 +#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2280 #, c-format msgid "Not a valid keygrip (expecting 40 hex digits)\n" msgstr "" @@ -5528,13 +5528,13 @@ msgstr "" msgid "No key with this keygrip\n" msgstr "Nenhum ID de utilizador com Ãndice %d\n" -#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3437 g10/keygen.c:3448 +#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3440 g10/keygen.c:3451 #: sm/certreqgen-ui.c:231 sm/certreqgen-ui.c:240 #, fuzzy, c-format msgid "error reading the card: %s\n" msgstr "%s: erro ao ler registo livre: %s\n" -#: g10/keygen.c:2292 g10/keygen.c:3441 sm/certreqgen-ui.c:234 +#: g10/keygen.c:2292 g10/keygen.c:3444 sm/certreqgen-ui.c:234 #, fuzzy, c-format msgid "Serial number of the card: %s\n" msgstr "erro na criação da frase secreta: %s\n" @@ -5789,13 +5789,18 @@ msgstr "" "geração dos números primos; isso dá ao gerador de números aleatórios\n" "uma hipótese maior de ganhar entropia suficiente.\n" -#: g10/keygen.c:4570 g10/keygen.c:4643 g10/keygen.c:4661 g10/keygen.c:4690 -#: g10/keygen.c:5066 g10/keygen.c:5612 g10/keygen.c:5923 g10/keygen.c:6030 +#: g10/keygen.c:3591 +#, c-format +msgid "WARNING: v4 is specified, but overridden by v5.\n" +msgstr "" + +#: g10/keygen.c:4590 g10/keygen.c:4663 g10/keygen.c:4681 g10/keygen.c:4710 +#: g10/keygen.c:5086 g10/keygen.c:5632 g10/keygen.c:5943 g10/keygen.c:6050 #, c-format msgid "Key generation failed: %s\n" msgstr "A geração de chaves falhou: %s\n" -#: g10/keygen.c:4579 +#: g10/keygen.c:4599 #, c-format msgid "" "About to create a key for:\n" @@ -5803,69 +5808,69 @@ msgid "" "\n" msgstr "" -#: g10/keygen.c:4581 +#: g10/keygen.c:4601 msgid "Continue? (Y/n) " msgstr "" -#: g10/keygen.c:4602 +#: g10/keygen.c:4622 #, fuzzy, c-format msgid "A key for \"%s\" already exists\n" msgstr "%s' já comprimido\n" -#: g10/keygen.c:4607 +#: g10/keygen.c:4627 #, fuzzy #| msgid "Create anyway? " msgid "Create anyway? (y/N) " msgstr "Criar mesmo assim?" -#: g10/keygen.c:4613 +#: g10/keygen.c:4633 #, fuzzy, c-format #| msgid "Create anyway? " msgid "creating anyway\n" msgstr "Criar mesmo assim?" -#: g10/keygen.c:5049 +#: g10/keygen.c:5069 #, c-format msgid "Note: Use \"%s %s\" for a full featured key generation dialog.\n" msgstr "" -#: g10/keygen.c:5098 +#: g10/keygen.c:5118 #, c-format msgid "Key generation canceled.\n" msgstr "Geração de chave cancelada.\n" -#: g10/keygen.c:5158 +#: g10/keygen.c:5178 #, fuzzy, c-format msgid "can't create backup file '%s': %s\n" msgstr "impossÃvel criar `%s': %s\n" -#: g10/keygen.c:5178 +#: g10/keygen.c:5198 #, fuzzy, c-format msgid "Note: backup of card key saved to '%s'\n" msgstr "NOTA: chave secreta %08lX expirou em %s\n" -#: g10/keygen.c:5339 g10/keygen.c:5541 +#: g10/keygen.c:5359 g10/keygen.c:5561 #, fuzzy, c-format #| msgid "writing public key to `%s'\n" msgid "writing public key to '%s'\n" msgstr "a escrever chave pública para `%s'\n" -#: g10/keygen.c:5535 +#: g10/keygen.c:5555 #, c-format msgid "no writable public keyring found: %s\n" msgstr "nenhum porta-chaves público com permissões de escrita encontrado: %s\n" -#: g10/keygen.c:5549 +#: g10/keygen.c:5569 #, fuzzy, c-format #| msgid "error writing public keyring `%s': %s\n" msgid "error writing public keyring '%s': %s\n" msgstr "erro ao escrever no porta-chaves público `%s': %s\n" -#: g10/keygen.c:5583 +#: g10/keygen.c:5603 msgid "public and secret key created and signed.\n" msgstr "chaves pública e privada criadas e assinadas.\n" -#: g10/keygen.c:5599 +#: g10/keygen.c:5619 #, fuzzy msgid "" "Note that this key cannot be used for encryption. You may want to use\n" @@ -5874,7 +5879,7 @@ msgstr "" "Note que esta chave não pode ser usada para cifragem. Você pode usar\n" "o comando \"--edit-key\" para gerar uma chave secundária para esse fim.\n" -#: g10/keygen.c:5781 g10/keygen.c:5980 +#: g10/keygen.c:5801 g10/keygen.c:6000 #, c-format msgid "" "key has been created %lu second in future (time warp or clock problem)\n" @@ -5882,7 +5887,7 @@ msgstr "" "a chave foi criada %lu segundo no futuro\n" "(viagem no tempo ou problema no relógio)\n" -#: g10/keygen.c:5783 g10/keygen.c:5982 +#: g10/keygen.c:5803 g10/keygen.c:6002 #, c-format msgid "" "key has been created %lu seconds in future (time warp or clock problem)\n" @@ -5890,23 +5895,23 @@ msgstr "" "a chave foi criada %lu segundos no futuro\n" "(viagem no tempo ou problema no relógio)\n" -#: g10/keygen.c:5794 g10/keygen.c:5993 +#: g10/keygen.c:5814 g10/keygen.c:6013 #, fuzzy, c-format #| msgid "NOTE: creating subkeys for v3 keys is not OpenPGP compliant\n" msgid "Note: creating subkeys for v3 keys is not OpenPGP compliant\n" msgstr "NOTA: a criação de sub-chave para chaves v3 não respeito o OpenPGP\n" -#: g10/keygen.c:5806 g10/keygen.c:5808 +#: g10/keygen.c:5826 g10/keygen.c:5828 #, c-format msgid "Secret parts of primary key are not available.\n" msgstr "Componentes secretas da chave primária não disponÃveis.\n" -#: g10/keygen.c:5815 g10/keygen.c:5817 +#: g10/keygen.c:5835 g10/keygen.c:5837 #, fuzzy, c-format msgid "Secret parts of primary key are stored on-card.\n" msgstr "Componentes secretas da chave primária não disponÃveis.\n" -#: g10/keygen.c:5837 g10/keygen.c:6007 +#: g10/keygen.c:5857 g10/keygen.c:6027 #, fuzzy msgid "Really create? (y/N) " msgstr "Realmente criar? " @@ -6065,61 +6070,61 @@ msgstr "opções de exportação inválidas\n" msgid "\"%s\" not a key ID: skipping\n" msgstr "" -#: g10/keyserver.c:1418 g10/keyserver.c:1451 +#: g10/keyserver.c:1420 g10/keyserver.c:1453 #, fuzzy, c-format msgid "refreshing %d key from %s\n" msgid_plural "refreshing %d keys from %s\n" msgstr[0] "a pedir a chave %08lX de %s\n" msgstr[1] "a pedir a chave %08lX de %s\n" -#: g10/keyserver.c:1425 +#: g10/keyserver.c:1427 #, fuzzy, c-format msgid "WARNING: unable to refresh key %s via %s: %s\n" msgstr "AVISO: dono pouco seguro em %s \"%s\"\n" -#: g10/keyserver.c:1529 +#: g10/keyserver.c:1531 #, fuzzy, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "chave `%s' não encontrada: %s\n" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1534 #, fuzzy, c-format msgid "key not found on keyserver\n" msgstr "chave `%s' não encontrada: %s\n" -#: g10/keyserver.c:1720 +#: g10/keyserver.c:1722 #, fuzzy, c-format msgid "requesting key %s from %s server %s\n" msgstr "a pedir a chave %08lX de %s\n" -#: g10/keyserver.c:1724 +#: g10/keyserver.c:1726 #, fuzzy, c-format msgid "requesting key %s from %s\n" msgstr "a pedir a chave %08lX de %s\n" -#: g10/keyserver.c:1829 g10/keyserver.c:2008 +#: g10/keyserver.c:1841 g10/keyserver.c:2020 #, fuzzy, c-format msgid "no keyserver known\n" msgstr "opções de exportação inválidas\n" -#: g10/keyserver.c:1844 g10/skclist.c:213 g10/skclist.c:241 +#: g10/keyserver.c:1856 g10/skclist.c:213 g10/skclist.c:241 #, fuzzy, c-format msgid "skipped \"%s\": %s\n" msgstr "ignorado `%s': %s\n" -#: g10/keyserver.c:1848 +#: g10/keyserver.c:1860 #, fuzzy, c-format msgid "sending key %s to %s\n" msgstr "" "\"\n" "assinado com a sua chave %08lX em %s\n" -#: g10/keyserver.c:1889 +#: g10/keyserver.c:1901 #, fuzzy, c-format msgid "requesting key from '%s'\n" msgstr "a pedir a chave %08lX de %s\n" -#: g10/keyserver.c:1905 +#: g10/keyserver.c:1917 #, fuzzy, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "AVISO: dono pouco seguro em %s \"%s\"\n" @@ -6309,89 +6314,89 @@ msgstr " ou \"" msgid "Key available at: " msgstr "Nenhuma ajuda disponÃvel" -#: g10/mainproc.c:2033 +#: g10/mainproc.c:2034 #, c-format msgid "Note: Use '%s' to make use of this info\n" msgstr "" -#: g10/mainproc.c:2231 +#: g10/mainproc.c:2234 msgid "[uncertain]" msgstr "[incerto]" -#: g10/mainproc.c:2269 +#: g10/mainproc.c:2272 #, fuzzy, c-format msgid " aka \"%s\"" msgstr " ou \"" -#: g10/mainproc.c:2344 +#: g10/mainproc.c:2347 #, fuzzy, c-format #| msgid "WARNING: This key is not certified with a trusted signature!\n" msgid "WARNING: This key is not suitable for signing in %s mode\n" msgstr "AVISO: Esta chave não está certificada com uma assinatura confiável!\n" -#: g10/mainproc.c:2360 +#: g10/mainproc.c:2363 #, fuzzy, c-format msgid "Signature expired %s\n" msgstr "Esta assinatura expirou em %s.\n" -#: g10/mainproc.c:2365 +#: g10/mainproc.c:2368 #, fuzzy, c-format msgid "Signature expires %s\n" msgstr "Esta assinatura expirou em %s.\n" -#: g10/mainproc.c:2376 +#: g10/mainproc.c:2379 #, fuzzy, c-format msgid "%s signature, digest algorithm %s%s%s\n" msgstr "assinatura %s de: \"%s\"\n" -#: g10/mainproc.c:2377 +#: g10/mainproc.c:2380 #, fuzzy msgid "binary" msgstr "primary" -#: g10/mainproc.c:2378 +#: g10/mainproc.c:2381 msgid "textmode" msgstr "" -#: g10/mainproc.c:2378 g10/trust.c:123 dirmngr/ocsp.c:792 +#: g10/mainproc.c:2381 g10/trust.c:123 dirmngr/ocsp.c:792 #, fuzzy msgid "unknown" msgstr "versão desconhecida" -#: g10/mainproc.c:2380 +#: g10/mainproc.c:2383 #, fuzzy #| msgid "unknown pubkey algorithm" msgid ", key algorithm " msgstr "algoritmo de chave pública desconhecido" -#: g10/mainproc.c:2415 +#: g10/mainproc.c:2418 #, c-format msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n" msgstr "" -#: g10/mainproc.c:2454 +#: g10/mainproc.c:2457 #, c-format msgid "Can't check signature: %s\n" msgstr "ImpossÃvel verificar assinatura: %s\n" -#: g10/mainproc.c:2550 g10/mainproc.c:2569 g10/mainproc.c:2693 +#: g10/mainproc.c:2553 g10/mainproc.c:2572 g10/mainproc.c:2696 #, c-format msgid "not a detached signature\n" msgstr "não é uma assinatura separada\n" -#: g10/mainproc.c:2603 +#: g10/mainproc.c:2606 #, c-format msgid "" "WARNING: multiple signatures detected. Only the first will be checked.\n" msgstr "" "AVISO: várias assinaturas detectadas. Apenas a primeira será verificada.\n" -#: g10/mainproc.c:2612 +#: g10/mainproc.c:2615 #, c-format msgid "standalone signature of class 0x%02x\n" msgstr "assinatura de classe 0x%02x\n" -#: g10/mainproc.c:2697 +#: g10/mainproc.c:2700 #, c-format msgid "old style (PGP 2.x) signature\n" msgstr "formato de assinatura antigo (PGP2.x)\n" @@ -8281,7 +8286,7 @@ msgstr "Uso: gpg [opções] [ficheiros] (-h para ajuda)" #. TRANSLATORS: Put a \x1f right before a colon. This can be #. * used by pinentry to nicely align the names and values. Keep #. * the %s at the start and end of the string. -#: scd/app-piv.c:1770 scd/app-p15.c:4741 scd/app-nks.c:1475 +#: scd/app-piv.c:1770 scd/app-p15.c:4937 scd/app-nks.c:1530 #: scd/app-openpgp.c:2386 #, c-format msgid "%sNumber: %s%%0AHolder: %s%s" @@ -8289,7 +8294,7 @@ msgstr "" #. TRANSLATORS: This is the number of remaining attempts to #. * enter a PIN. Use %%0A (double-percent,0A) for a linefeed. -#: scd/app-piv.c:1787 scd/app-p15.c:4760 scd/app-nks.c:1494 +#: scd/app-piv.c:1787 scd/app-p15.c:4956 scd/app-nks.c:1549 #: scd/app-openpgp.c:2402 #, c-format msgid "Remaining attempts: %d" @@ -8325,7 +8330,7 @@ msgstr "muda a frase secreta" msgid "||Please enter the Unblocking Key of your PIV card" msgstr "motivo da revocação: " -#: scd/app-piv.c:1888 scd/app-nks.c:1605 scd/app-openpgp.c:2669 +#: scd/app-piv.c:1888 scd/app-nks.c:1660 scd/app-openpgp.c:2669 #: scd/app-openpgp.c:2693 scd/app-openpgp.c:2871 scd/app-openpgp.c:2893 #: scd/app-openpgp.c:3074 scd/app-openpgp.c:3361 scd/app-openpgp.c:3408 #: scd/app-openpgp.c:3545 scd/app-dinsig.c:302 @@ -8411,75 +8416,75 @@ msgstr[1] "A geração de chaves falhou: %s\n" msgid "response does not contain the public key data\n" msgstr "" -#: scd/app-p15.c:4839 scd/app-nks.c:1983 +#: scd/app-p15.c:5035 scd/app-nks.c:2038 msgid "||Please enter the PIN for the key to create qualified signatures." msgstr "" #. TRANSLATORS: Do not translate the "|A|" prefix but keep it at #. the start of the string. Use %0A (single percent) for a linefeed. -#: scd/app-p15.c:4842 scd/app-openpgp.c:2818 +#: scd/app-p15.c:5038 scd/app-openpgp.c:2818 #, fuzzy msgid "|A|Please enter the Admin PIN" msgstr "muda a frase secreta" -#: scd/app-p15.c:4844 scd/app-nks.c:1973 +#: scd/app-p15.c:5040 scd/app-nks.c:2028 #, fuzzy msgid "|P|Please enter the PIN Unblocking Code (PUK) for the standard keys." msgstr "motivo da revocação: " -#: scd/app-p15.c:4847 scd/app-nks.c:1964 +#: scd/app-p15.c:5043 scd/app-nks.c:2019 #, fuzzy msgid "||Please enter the PIN for the standard keys." msgstr "muda a frase secreta" -#: scd/app-nks.c:1413 scd/app-openpgp.c:4321 +#: scd/app-nks.c:1468 scd/app-openpgp.c:4321 #, c-format msgid "RSA modulus missing or not of size %d bits\n" msgstr "" -#: scd/app-nks.c:1421 scd/app-openpgp.c:4333 +#: scd/app-nks.c:1476 scd/app-openpgp.c:4333 #, c-format msgid "RSA public exponent missing or larger than %d bits\n" msgstr "" -#: scd/app-nks.c:1594 +#: scd/app-nks.c:1649 #, fuzzy #| msgid "Note: This key has been disabled.\n" msgid "Note: PIN has not yet been enabled." msgstr "Nota: Esta chave foi desactivada.\n" -#: scd/app-nks.c:1641 +#: scd/app-nks.c:1696 #, c-format msgid "the NullPIN has not yet been changed\n" msgstr "" -#: scd/app-nks.c:1963 +#: scd/app-nks.c:2018 #, fuzzy msgid "|N|Please enter a new PIN for the standard keys." msgstr "muda a frase secreta" -#: scd/app-nks.c:1971 +#: scd/app-nks.c:2026 #, fuzzy msgid "|NP|Please enter a new PIN Unblocking Code (PUK) for the standard keys." msgstr "motivo da revocação: " -#: scd/app-nks.c:1981 +#: scd/app-nks.c:2036 msgid "|N|Please enter a new PIN for the key to create qualified signatures." msgstr "" -#: scd/app-nks.c:1991 +#: scd/app-nks.c:2046 msgid "" "|NP|Please enter a new PIN Unblocking Code (PUK) for the key to create " "qualified signatures." msgstr "" -#: scd/app-nks.c:1993 +#: scd/app-nks.c:2048 msgid "" "|P|Please enter the PIN Unblocking Code (PUK) for the key to create " "qualified signatures." msgstr "" -#: scd/app-nks.c:2166 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 +#: scd/app-nks.c:2221 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 #, fuzzy, c-format msgid "error getting new PIN: %s\n" msgstr "erro na criação da frase secreta: %s\n" @@ -8665,81 +8670,81 @@ msgstr "muda a frase secreta" msgid "|N|Initial New PIN" msgstr "" -#: scd/scdaemon.c:118 +#: scd/scdaemon.c:119 msgid "run in multi server mode (foreground)" msgstr "" -#: scd/scdaemon.c:135 sm/gpgsm.c:271 dirmngr/dirmngr.c:197 +#: scd/scdaemon.c:136 sm/gpgsm.c:274 dirmngr/dirmngr.c:198 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "" -#: scd/scdaemon.c:141 +#: scd/scdaemon.c:142 #, fuzzy msgid "|FILE|write a log to FILE" msgstr "|FICHEIRO|carregar módulo de extensão FICHEIRO" -#: scd/scdaemon.c:148 +#: scd/scdaemon.c:149 msgid "|N|connect to reader at port N" msgstr "" -#: scd/scdaemon.c:150 +#: scd/scdaemon.c:151 #, fuzzy msgid "|NAME|use NAME as ct-API driver" msgstr "|NOME|usar NOME como destinatário por omissão" -#: scd/scdaemon.c:152 +#: scd/scdaemon.c:153 #, fuzzy msgid "|NAME|use NAME as PC/SC driver" msgstr "|NOME|usar NOME como destinatário por omissão" -#: scd/scdaemon.c:156 +#: scd/scdaemon.c:157 #, fuzzy msgid "do not use the internal CCID driver" msgstr "nunca usar o terminal" -#: scd/scdaemon.c:162 +#: scd/scdaemon.c:163 msgid "|N|disconnect the card after N seconds of inactivity" msgstr "" -#: scd/scdaemon.c:165 +#: scd/scdaemon.c:166 msgid "do not use a reader's pinpad" msgstr "" -#: scd/scdaemon.c:168 +#: scd/scdaemon.c:169 msgid "use variable length input for pinpad" msgstr "" -#: scd/scdaemon.c:171 +#: scd/scdaemon.c:172 msgid "|LIST|change the application priority to LIST" msgstr "" -#: scd/scdaemon.c:179 +#: scd/scdaemon.c:180 #, fuzzy msgid "deny the use of admin card commands" msgstr "comandos em conflito\n" -#: scd/scdaemon.c:324 +#: scd/scdaemon.c:325 #, fuzzy msgid "Usage: @SCDAEMON@ [options] (-h for help)" msgstr "Uso: gpg [opções] [ficheiros] (-h para ajuda)" -#: scd/scdaemon.c:326 +#: scd/scdaemon.c:327 msgid "" "Syntax: scdaemon [options] [command [args]]\n" "Smartcard daemon for @GNUPG@\n" msgstr "" -#: scd/scdaemon.c:807 +#: scd/scdaemon.c:819 #, c-format msgid "please use the option '--daemon' to run the program in the background\n" msgstr "" -#: scd/scdaemon.c:1183 dirmngr/dirmngr.c:2077 +#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2104 #, c-format msgid "handler for fd %d started\n" msgstr "" -#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2085 +#: scd/scdaemon.c:1207 dirmngr/dirmngr.c:2112 #, c-format msgid "handler for fd %d terminated\n" msgstr "" @@ -9022,7 +9027,7 @@ msgid "a %u bit hash is not valid for a %u bit %s key\n" msgstr "" #: sm/certcheck.c:239 sm/certcheck.c:263 dirmngr/crlcache.c:1542 -#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1363 dirmngr/validate.c:903 +#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1372 dirmngr/validate.c:903 #: dirmngr/validate.c:927 #, fuzzy, c-format msgid "out of core\n" @@ -9377,143 +9382,143 @@ msgstr "remoção do bloco de chave falhou: %s\n" msgid "no valid recipients given\n" msgstr "resposta do agente inválida\n" -#: sm/gpgsm.c:224 +#: sm/gpgsm.c:226 #, fuzzy msgid "list external keys" msgstr "listar as chaves secretas" -#: sm/gpgsm.c:226 +#: sm/gpgsm.c:228 #, fuzzy msgid "list certificate chain" msgstr "certificado incorrecto" -#: sm/gpgsm.c:234 +#: sm/gpgsm.c:236 #, fuzzy msgid "import certificates" msgstr "certificado incorrecto" -#: sm/gpgsm.c:235 +#: sm/gpgsm.c:237 #, fuzzy msgid "export certificates" msgstr "certificado incorrecto" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:245 msgid "register a smartcard" msgstr "" -#: sm/gpgsm.c:246 +#: sm/gpgsm.c:248 msgid "pass a command to the dirmngr" msgstr "" -#: sm/gpgsm.c:248 +#: sm/gpgsm.c:250 msgid "invoke gpg-protect-tool" msgstr "" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:270 msgid "don't use the terminal at all" msgstr "nunca usar o terminal" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "|N|number of certificates to include" msgstr "" -#: sm/gpgsm.c:296 +#: sm/gpgsm.c:299 msgid "|FILE|take policy information from FILE" msgstr "" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "assume input is in PEM format" msgstr "" -#: sm/gpgsm.c:312 +#: sm/gpgsm.c:315 msgid "assume input is in base-64 format" msgstr "" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "assume input is in binary format" msgstr "" -#: sm/gpgsm.c:323 +#: sm/gpgsm.c:326 #, fuzzy msgid "create base-64 encoded output" msgstr "criar saÃda com armadura ascii" -#: sm/gpgsm.c:335 +#: sm/gpgsm.c:338 #, fuzzy msgid "|USER-ID|use USER-ID as default secret key" msgstr "|NOME|usar NOME como chave secreta por omissão" -#: sm/gpgsm.c:346 +#: sm/gpgsm.c:349 #, fuzzy msgid "|FILE|add keyring to the list of keyrings" msgstr "" "adicionar este porta-chaves\n" "à lista de porta-chaves" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 #, fuzzy msgid "|SPEC|use this keyserver to lookup keys" msgstr "|ENDEREÇO|usar este servidor para buscar chaves" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "fetch missing issuer certificates" msgstr "" -#: sm/gpgsm.c:361 +#: sm/gpgsm.c:364 #, fuzzy msgid "|NAME|use encoding NAME for PKCS#12 passphrases" msgstr "" "|NOME|usar algoritmo de criptografia NOME para\n" "frases secretas" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 msgid "never consult a CRL" msgstr "" -#: sm/gpgsm.c:386 +#: sm/gpgsm.c:389 msgid "do not check CRLs for root certificates" msgstr "" -#: sm/gpgsm.c:390 +#: sm/gpgsm.c:393 msgid "check validity using OCSP" msgstr "" -#: sm/gpgsm.c:392 +#: sm/gpgsm.c:395 msgid "do not check certificate policies" msgstr "" -#: sm/gpgsm.c:395 +#: sm/gpgsm.c:398 msgid "|NAME|use cipher algorithm NAME" msgstr "|NOME|usar algoritmo de criptografia NOME" -#: sm/gpgsm.c:397 +#: sm/gpgsm.c:400 msgid "|NAME|use message digest algorithm NAME" msgstr "|NOME|usar algoritmo de \"digest\" de mensagens NOME" -#: sm/gpgsm.c:407 +#: sm/gpgsm.c:410 msgid "batch mode: never ask" msgstr "modo não-interactivo: nunca perguntar" -#: sm/gpgsm.c:409 +#: sm/gpgsm.c:412 msgid "assume yes on most questions" msgstr "assumir sim para a maioria das perguntas" -#: sm/gpgsm.c:410 +#: sm/gpgsm.c:413 msgid "assume no on most questions" msgstr "assumir não para a maioria das perguntas" -#: sm/gpgsm.c:427 +#: sm/gpgsm.c:430 #, fuzzy msgid "|FILE|write an audit log to FILE" msgstr "|FICHEIRO|carregar módulo de extensão FICHEIRO" -#: sm/gpgsm.c:612 +#: sm/gpgsm.c:615 #, fuzzy #| msgid "Usage: gpg [options] [files] (-h for help)" msgid "Usage: @GPGSM@ [options] [files] (-h for help)" msgstr "Uso: gpg [opções] [ficheiros] (-h para ajuda)" -#: sm/gpgsm.c:615 +#: sm/gpgsm.c:618 #, fuzzy msgid "" "Syntax: @GPGSM@ [options] [files]\n" @@ -9524,52 +9529,52 @@ msgstr "" "assina, verifica, cifra ou decifra\n" "a operação por omissão depende dos dados de entrada\n" -#: sm/gpgsm.c:823 +#: sm/gpgsm.c:826 #, fuzzy, c-format msgid "Note: won't be able to encrypt to '%s': %s\n" msgstr "impossÃvel ligar a `%s': %s\n" -#: sm/gpgsm.c:834 +#: sm/gpgsm.c:837 #, fuzzy, c-format msgid "unknown validation model '%s'\n" msgstr "destinatário por omissão desconhecido `%s'\n" -#: sm/gpgsm.c:893 dirmngr/ldapserver.c:89 +#: sm/gpgsm.c:896 dirmngr/ldapserver.c:89 #, c-format msgid "%s:%u: no hostname given\n" msgstr "" -#: sm/gpgsm.c:912 dirmngr/ldapserver.c:108 +#: sm/gpgsm.c:915 dirmngr/ldapserver.c:108 #, c-format msgid "%s:%u: password given without user\n" msgstr "" -#: sm/gpgsm.c:943 dirmngr/ldapserver.c:139 +#: sm/gpgsm.c:946 dirmngr/ldapserver.c:139 #, c-format msgid "%s:%u: ignoring unknown flag '%s'\n" msgstr "" -#: sm/gpgsm.c:959 dirmngr/ldapserver.c:155 +#: sm/gpgsm.c:962 dirmngr/ldapserver.c:155 #, fuzzy, c-format msgid "%s:%u: skipping this line\n" msgstr " s = saltar esta chave\n" -#: sm/gpgsm.c:1545 +#: sm/gpgsm.c:1550 #, fuzzy, c-format msgid "could not parse keyserver\n" msgstr "não consegui processar a URI do servidor de chaves\n" -#: sm/gpgsm.c:1825 +#: sm/gpgsm.c:1858 #, fuzzy, c-format msgid "importing common certificates '%s'\n" msgstr "a escrever para `%s'\n" -#: sm/gpgsm.c:1871 +#: sm/gpgsm.c:1904 #, fuzzy, c-format msgid "can't sign using '%s': %s\n" msgstr "impossÃvel fechar `%s': %s\n" -#: sm/gpgsm.c:2231 +#: sm/gpgsm.c:2273 #, c-format msgid "invalid command (there is no implicit command)\n" msgstr "" @@ -10531,135 +10536,135 @@ msgstr "" msgid "looking up '%s'\n" msgstr "" -#: dirmngr/dirmngr.c:174 +#: dirmngr/dirmngr.c:175 msgid "list the contents of the CRL cache" msgstr "" -#: dirmngr/dirmngr.c:175 +#: dirmngr/dirmngr.c:176 #, fuzzy msgid "|FILE|load CRL from FILE into cache" msgstr "|FICHEIRO|carregar módulo de extensão FICHEIRO" -#: dirmngr/dirmngr.c:176 +#: dirmngr/dirmngr.c:177 msgid "|URL|fetch a CRL from URL" msgstr "" -#: dirmngr/dirmngr.c:177 +#: dirmngr/dirmngr.c:178 msgid "shutdown the dirmngr" msgstr "" -#: dirmngr/dirmngr.c:178 +#: dirmngr/dirmngr.c:179 msgid "flush the cache" msgstr "" -#: dirmngr/dirmngr.c:211 +#: dirmngr/dirmngr.c:212 msgid "allow online software version check" msgstr "" -#: dirmngr/dirmngr.c:214 +#: dirmngr/dirmngr.c:215 msgid "|N|do not return more than N items in one query" msgstr "" -#: dirmngr/dirmngr.c:220 +#: dirmngr/dirmngr.c:221 msgid "Network related options" msgstr "" -#: dirmngr/dirmngr.c:222 +#: dirmngr/dirmngr.c:223 msgid "route all network traffic via Tor" msgstr "" -#: dirmngr/dirmngr.c:234 +#: dirmngr/dirmngr.c:235 msgid "Configuration for Keyservers" msgstr "" -#: dirmngr/dirmngr.c:237 +#: dirmngr/dirmngr.c:238 #, fuzzy msgid "|URL|use keyserver at URL" msgstr "não consegui processar a URI do servidor de chaves\n" -#: dirmngr/dirmngr.c:239 +#: dirmngr/dirmngr.c:240 msgid "|FILE|use the CA certificates in FILE for HKP over TLS" msgstr "" -#: dirmngr/dirmngr.c:241 +#: dirmngr/dirmngr.c:242 msgid "Configuration for HTTP servers" msgstr "" -#: dirmngr/dirmngr.c:243 +#: dirmngr/dirmngr.c:244 msgid "inhibit the use of HTTP" msgstr "" -#: dirmngr/dirmngr.c:245 +#: dirmngr/dirmngr.c:246 msgid "ignore HTTP CRL distribution points" msgstr "" -#: dirmngr/dirmngr.c:247 +#: dirmngr/dirmngr.c:248 msgid "|URL|redirect all HTTP requests to URL" msgstr "" -#: dirmngr/dirmngr.c:249 +#: dirmngr/dirmngr.c:250 msgid "use system's HTTP proxy setting" msgstr "" -#: dirmngr/dirmngr.c:253 +#: dirmngr/dirmngr.c:254 msgid "Configuration of LDAP servers to use" msgstr "" -#: dirmngr/dirmngr.c:255 +#: dirmngr/dirmngr.c:256 msgid "inhibit the use of LDAP" msgstr "" -#: dirmngr/dirmngr.c:257 +#: dirmngr/dirmngr.c:258 msgid "ignore LDAP CRL distribution points" msgstr "" -#: dirmngr/dirmngr.c:259 +#: dirmngr/dirmngr.c:260 msgid "|HOST|use HOST for LDAP queries" msgstr "" -#: dirmngr/dirmngr.c:261 +#: dirmngr/dirmngr.c:262 msgid "do not use fallback hosts with --ldap-proxy" msgstr "" -#: dirmngr/dirmngr.c:263 +#: dirmngr/dirmngr.c:264 #, fuzzy msgid "|FILE|read LDAP server list from FILE" msgstr "|FICHEIRO|carregar módulo de extensão FICHEIRO" -#: dirmngr/dirmngr.c:265 +#: dirmngr/dirmngr.c:266 msgid "add new servers discovered in CRL distribution points to serverlist" msgstr "" -#: dirmngr/dirmngr.c:268 dirmngr/dirmngr_ldap.c:104 +#: dirmngr/dirmngr.c:269 dirmngr/dirmngr_ldap.c:104 msgid "|N|set LDAP timeout to N seconds" msgstr "" -#: dirmngr/dirmngr.c:271 +#: dirmngr/dirmngr.c:272 msgid "Configuration for OCSP" msgstr "" -#: dirmngr/dirmngr.c:273 +#: dirmngr/dirmngr.c:274 msgid "allow sending OCSP requests" msgstr "" -#: dirmngr/dirmngr.c:275 +#: dirmngr/dirmngr.c:276 msgid "ignore certificate contained OCSP service URLs" msgstr "" -#: dirmngr/dirmngr.c:277 +#: dirmngr/dirmngr.c:278 #, fuzzy msgid "|URL|use OCSP responder at URL" msgstr "não consegui processar a URI do servidor de chaves\n" -#: dirmngr/dirmngr.c:279 +#: dirmngr/dirmngr.c:280 msgid "|FPR|OCSP response signed by FPR" msgstr "" -#: dirmngr/dirmngr.c:287 +#: dirmngr/dirmngr.c:288 msgid "force loading of outdated CRLs" msgstr "" -#: dirmngr/dirmngr.c:298 +#: dirmngr/dirmngr.c:299 #, fuzzy #| msgid "" #| "@\n" @@ -10672,95 +10677,95 @@ msgstr "" "@\n" "(Veja a página man para uma lista completa de comandos e opções)\n" -#: dirmngr/dirmngr.c:440 +#: dirmngr/dirmngr.c:441 #, fuzzy msgid "Usage: @DIRMNGR@ [options] (-h for help)" msgstr "Uso: gpg [opções] [ficheiros] (-h para ajuda)" -#: dirmngr/dirmngr.c:442 +#: dirmngr/dirmngr.c:443 msgid "" "Syntax: @DIRMNGR@ [options] [command [args]]\n" "Keyserver, CRL, and OCSP access for @GNUPG@\n" msgstr "" -#: dirmngr/dirmngr.c:522 +#: dirmngr/dirmngr.c:523 #, c-format msgid "valid debug levels are: %s\n" msgstr "" -#: dirmngr/dirmngr.c:608 tools/gpgconf.c:667 tools/gpgconf.c:702 +#: dirmngr/dirmngr.c:609 tools/gpgconf.c:667 tools/gpgconf.c:702 #: tools/gpgconf.c:802 #, fuzzy, c-format msgid "usage: %s [options] " msgstr "uso: gpg [opções] " -#: dirmngr/dirmngr.c:1251 +#: dirmngr/dirmngr.c:1260 #, fuzzy, c-format #| msgid "%s not allowed with %s!\n" msgid "colons are not allowed in the socket name\n" msgstr "%s não é permitido com %s!\n" -#: dirmngr/dirmngr.c:1486 dirmngr/server.c:1824 +#: dirmngr/dirmngr.c:1495 dirmngr/server.c:1824 #, fuzzy, c-format msgid "fetching CRL from '%s' failed: %s\n" msgstr "criação de armadura falhou: %s\n" -#: dirmngr/dirmngr.c:1492 dirmngr/server.c:1830 +#: dirmngr/dirmngr.c:1501 dirmngr/server.c:1830 #, fuzzy, c-format msgid "processing CRL from '%s' failed: %s\n" msgstr "criação de armadura falhou: %s\n" -#: dirmngr/dirmngr.c:1634 +#: dirmngr/dirmngr.c:1643 #, fuzzy, c-format msgid "%s:%u: line too long - skipped\n" msgstr "frase secreta demasiado longa\n" -#: dirmngr/dirmngr.c:1689 dirmngr/dirmngr.c:1773 +#: dirmngr/dirmngr.c:1698 dirmngr/dirmngr.c:1782 #, fuzzy, c-format msgid "%s:%u: invalid fingerprint detected\n" msgstr "%s: versão de ficheiro inválida %d\n" -#: dirmngr/dirmngr.c:1725 dirmngr/dirmngr.c:1751 tools/gpgconf-comp.c:3534 +#: dirmngr/dirmngr.c:1734 dirmngr/dirmngr.c:1760 tools/gpgconf-comp.c:3539 #, fuzzy, c-format msgid "%s:%u: read error: %s\n" msgstr "armadura: %s\n" -#: dirmngr/dirmngr.c:1780 +#: dirmngr/dirmngr.c:1789 #, c-format msgid "%s:%u: garbage at end of line ignored\n" msgstr "" -#: dirmngr/dirmngr.c:1849 +#: dirmngr/dirmngr.c:1876 #, c-format msgid "SIGHUP received - re-reading configuration and flushing caches\n" msgstr "" -#: dirmngr/dirmngr.c:1890 +#: dirmngr/dirmngr.c:1917 #, c-format msgid "SIGUSR2 received - no action defined\n" msgstr "" -#: dirmngr/dirmngr.c:1895 +#: dirmngr/dirmngr.c:1922 #, c-format msgid "SIGTERM received - shutting down ...\n" msgstr "" -#: dirmngr/dirmngr.c:1897 +#: dirmngr/dirmngr.c:1924 #, c-format msgid "SIGTERM received - still %d active connections\n" msgstr "" -#: dirmngr/dirmngr.c:1902 +#: dirmngr/dirmngr.c:1929 #, fuzzy, c-format msgid "shutdown forced\n" msgstr "não processado" -#: dirmngr/dirmngr.c:1910 +#: dirmngr/dirmngr.c:1937 #, c-format msgid "SIGINT received - immediate shutdown\n" msgstr "" -#: dirmngr/dirmngr.c:1917 +#: dirmngr/dirmngr.c:1944 #, c-format msgid "signal %d received - no action defined\n" msgstr "" @@ -11228,7 +11233,7 @@ msgid "serialno missing in cert ID" msgstr "" #: dirmngr/server.c:1387 dirmngr/server.c:1473 dirmngr/server.c:1909 -#: dirmngr/server.c:1980 dirmngr/server.c:2552 dirmngr/server.c:2567 +#: dirmngr/server.c:1980 dirmngr/server.c:2556 dirmngr/server.c:2571 #, fuzzy, c-format msgid "assuan_inquire failed: %s\n" msgstr "assinatura falhou: %s\n" @@ -11258,33 +11263,33 @@ msgstr "remoção do bloco de chave falhou: %s\n" msgid "max_replies %d exceeded\n" msgstr "" -#: dirmngr/server.c:2856 +#: dirmngr/server.c:2860 #, fuzzy, c-format msgid "can't allocate control structure: %s\n" msgstr "impossÃvel criar `%s': %s\n" -#: dirmngr/server.c:2867 +#: dirmngr/server.c:2871 #, fuzzy, c-format msgid "failed to allocate assuan context: %s\n" msgstr "%s: falha ao criar tabela de dispersão: %s\n" -#: dirmngr/server.c:2888 +#: dirmngr/server.c:2892 #, fuzzy, c-format #| msgid "failed to initialize the TrustDB: %s\n" msgid "failed to initialize the server: %s\n" msgstr "falha ao inicializar a base de dados de confiança: %s\n" -#: dirmngr/server.c:2896 +#: dirmngr/server.c:2900 #, fuzzy, c-format msgid "failed to the register commands with Assuan: %s\n" msgstr "falha ao criar 'cache' do porta-chaves: %s\n" -#: dirmngr/server.c:2929 +#: dirmngr/server.c:2933 #, c-format msgid "Assuan accept problem: %s\n" msgstr "" -#: dirmngr/server.c:2948 +#: dirmngr/server.c:2952 #, fuzzy, c-format #| msgid "signing failed: %s\n" msgid "Assuan processing failed: %s\n" @@ -11433,73 +11438,73 @@ msgstr "o gpg-agent não está disponÃvel nesta sessão\n" msgid "error sending standard options: %s\n" msgstr "erro ao enviar para `%s': %s\n" -#: tools/gpgconf-comp.c:647 +#: tools/gpgconf-comp.c:649 msgid "OpenPGP" msgstr "" -#: tools/gpgconf-comp.c:651 +#: tools/gpgconf-comp.c:653 msgid "S/MIME" msgstr "" -#: tools/gpgconf-comp.c:655 +#: tools/gpgconf-comp.c:657 #, fuzzy msgid "Public Keys" msgstr "a chave pública é %08lX\n" -#: tools/gpgconf-comp.c:659 +#: tools/gpgconf-comp.c:661 msgid "Private Keys" msgstr "" -#: tools/gpgconf-comp.c:663 +#: tools/gpgconf-comp.c:665 msgid "Smartcards" msgstr "" -#: tools/gpgconf-comp.c:667 +#: tools/gpgconf-comp.c:669 msgid "TPM" msgstr "" -#: tools/gpgconf-comp.c:671 +#: tools/gpgconf-comp.c:673 #, fuzzy #| msgid "network error" msgid "Network" msgstr "erro na rede" -#: tools/gpgconf-comp.c:675 +#: tools/gpgconf-comp.c:677 #, fuzzy msgid "Passphrase Entry" msgstr "frase secreta incorrecta" -#: tools/gpgconf-comp.c:939 +#: tools/gpgconf-comp.c:941 #, fuzzy msgid "Component not suitable for launching" msgstr "chave pública não encontrada" -#: tools/gpgconf-comp.c:945 +#: tools/gpgconf-comp.c:947 #, c-format msgid "Configuration file of component %s is broken\n" msgstr "" -#: tools/gpgconf-comp.c:948 +#: tools/gpgconf-comp.c:950 #, fuzzy, c-format #| msgid "Please use the command \"toggle\" first.\n" msgid "Note: Use the command \"%s%s\" to get details.\n" msgstr "Por favor utilize o comando \"toggle\" primeiro.\n" -#: tools/gpgconf-comp.c:2811 +#: tools/gpgconf-comp.c:2816 #, c-format msgid "External verification of component %s failed" msgstr "" -#: tools/gpgconf-comp.c:2941 +#: tools/gpgconf-comp.c:2946 msgid "Note that group specifications are ignored\n" msgstr "" -#: tools/gpgconf-comp.c:3538 +#: tools/gpgconf-comp.c:3543 #, fuzzy, c-format msgid "error closing '%s'\n" msgstr "erro na leitura de `%s': %s\n" -#: tools/gpgconf-comp.c:3540 +#: tools/gpgconf-comp.c:3545 #, fuzzy, c-format msgid "error parsing '%s'\n" msgstr "erro na leitura de `%s': %s\n" @@ -11608,84 +11613,84 @@ msgid "" "Check a passphrase given on stdin against the patternfile\n" msgstr "" -#: tools/gpg-card.c:2389 +#: tools/gpg-card.c:2390 #, fuzzy, c-format msgid "Note: key %s is already stored on the card!\n" msgstr "ignorado: a chave secreta já está presente\n" -#: tools/gpg-card.c:2392 +#: tools/gpg-card.c:2393 #, fuzzy, c-format msgid "Note: Keys are already stored on the card!\n" msgstr "ignorado: a chave secreta já está presente\n" -#: tools/gpg-card.c:2395 +#: tools/gpg-card.c:2396 #, c-format msgid "Replace existing key %s ? (y/N) " msgstr "" -#: tools/gpg-card.c:2548 tools/gpg-card.c:2711 tools/gpg-card.c:2934 -#: tools/gpg-card.c:3043 +#: tools/gpg-card.c:2549 tools/gpg-card.c:2712 tools/gpg-card.c:2935 +#: tools/gpg-card.c:3044 #, c-format msgid "%s card no. %s detected\n" msgstr "" -#: tools/gpg-card.c:3395 +#: tools/gpg-card.c:3396 #, c-format msgid "User Interaction Flag is set to \"%s\" - can't change\n" msgstr "" -#: tools/gpg-card.c:3405 tools/gpg-card.c:3419 +#: tools/gpg-card.c:3406 tools/gpg-card.c:3420 #, c-format msgid "" "Warning: Setting the User Interaction Flag to \"%s\"\n" " can only be reverted using a factory reset!\n" msgstr "" -#: tools/gpg-card.c:3422 +#: tools/gpg-card.c:3423 #, c-format msgid "Please use \"uif --yes %d %s\"\n" msgstr "" -#: tools/gpg-card.c:3668 +#: tools/gpg-card.c:3669 #, fuzzy msgid "authenticate to the card" msgstr "chave %08lX: certificado de revogação \"%s\" adicionado\n" -#: tools/gpg-card.c:3670 +#: tools/gpg-card.c:3671 msgid "send a reset to the card daemon" msgstr "" -#: tools/gpg-card.c:3672 +#: tools/gpg-card.c:3673 #, fuzzy #| msgid "|NAME|use NAME as default recipient" msgid "setup KDF for PIN authentication" msgstr "|NOME|usar NOME como destinatário por omissão" -#: tools/gpg-card.c:3674 +#: tools/gpg-card.c:3675 #, fuzzy #| msgid "change the expire date" msgid "change a private data object" msgstr "muda a data de validade" -#: tools/gpg-card.c:3675 +#: tools/gpg-card.c:3676 #, fuzzy msgid "read a certificate from a data object" msgstr "chave %08lX: certificado de revogação \"%s\" adicionado\n" -#: tools/gpg-card.c:3676 +#: tools/gpg-card.c:3677 #, fuzzy msgid "store a certificate to a data object" msgstr "chave %08lX: certificado de revogação \"%s\" adicionado\n" -#: tools/gpg-card.c:3677 +#: tools/gpg-card.c:3678 msgid "store a private key to a data object" msgstr "" -#: tools/gpg-card.c:3678 +#: tools/gpg-card.c:3679 msgid "Yubikey management commands" msgstr "" -#: tools/gpg-card.c:3680 +#: tools/gpg-card.c:3681 msgid "manage the command history" msgstr "" @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg 1.4.2rc1\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2021-04-07 19:24+0200\n" +"POT-Creation-Date: 2021-04-20 12:38+0200\n" "PO-Revision-Date: 2017-12-19 12:30+0100\n" "Last-Translator: Laurentiu Buzdugan <lbuz@rolix.org>\n" "Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n" @@ -214,9 +214,9 @@ msgid "ssh keys greater than %d bits are not supported\n" msgstr "algoritm rezumat %d nu este suportat\n" #: agent/command-ssh.c:872 common/dotlock.c:852 g10/card-util.c:953 -#: g10/export.c:1329 g10/gpg.c:1430 g10/keygen.c:5327 g10/keyring.c:1319 +#: g10/export.c:1329 g10/gpg.c:1431 g10/keygen.c:5347 g10/keyring.c:1319 #: g10/keyring.c:1632 g10/openfile.c:293 g10/photoid.c:531 g10/photoid.c:549 -#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:478 +#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:479 #, fuzzy, c-format #| msgid "can't create `%s': %s\n" msgid "can't create '%s': %s\n" @@ -224,15 +224,15 @@ msgstr "nu pot crea `%s': %s\n" #: agent/command-ssh.c:884 common/helpfile.c:57 g10/card-util.c:910 #: g10/dearmor.c:59 g10/dearmor.c:106 g10/decrypt.c:65 g10/decrypt.c:136 -#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1431 -#: g10/import.c:359 g10/import.c:546 g10/import.c:781 g10/keygen.c:4302 +#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1432 +#: g10/import.c:371 g10/import.c:558 g10/import.c:793 g10/keygen.c:4322 #: g10/keyring.c:1658 g10/openfile.c:197 g10/openfile.c:211 g10/plaintext.c:128 #: g10/plaintext.c:610 g10/sign.c:1086 g10/sign.c:1311 g10/sign.c:1424 #: g10/sign.c:1596 g10/tdbdump.c:143 g10/tdbdump.c:151 g10/tdbio.c:758 -#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2338 -#: sm/gpgsm.c:2368 sm/gpgsm.c:2406 sm/qualified.c:65 dirmngr/certcache.c:396 -#: dirmngr/certcache.c:476 dirmngr/certcache.c:478 dirmngr/crlcache.c:2588 -#: dirmngr/dirmngr.c:1711 tools/gpg-card.c:407 +#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2380 +#: sm/gpgsm.c:2410 sm/gpgsm.c:2448 sm/keylist.c:1737 sm/qualified.c:65 +#: dirmngr/certcache.c:396 dirmngr/certcache.c:476 dirmngr/certcache.c:478 +#: dirmngr/crlcache.c:2588 dirmngr/dirmngr.c:1720 tools/gpg-card.c:408 #, fuzzy, c-format #| msgid "can't open `%s': %s\n" msgid "can't open '%s': %s\n" @@ -420,356 +420,356 @@ msgstr "" msgid "Please enter the new passphrase" msgstr "schimbă fraza-parolă" -#: agent/gpg-agent.c:161 scd/scdaemon.c:114 dirmngr/dirmngr.c:181 +#: agent/gpg-agent.c:162 scd/scdaemon.c:115 dirmngr/dirmngr.c:182 msgid "Options used for startup" msgstr "" -#: agent/gpg-agent.c:163 scd/scdaemon.c:119 dirmngr/dirmngr.c:170 +#: agent/gpg-agent.c:164 scd/scdaemon.c:120 dirmngr/dirmngr.c:171 msgid "run in daemon mode (background)" msgstr "" -#: agent/gpg-agent.c:164 scd/scdaemon.c:116 dirmngr/dirmngr.c:169 +#: agent/gpg-agent.c:165 scd/scdaemon.c:117 dirmngr/dirmngr.c:170 msgid "run in server mode (foreground)" msgstr "" -#: agent/gpg-agent.c:166 dirmngr/dirmngr.c:172 +#: agent/gpg-agent.c:167 dirmngr/dirmngr.c:173 #, fuzzy #| msgid "Key is superseded" msgid "run in supervised mode" msgstr "Cheia este înlocuită" -#: agent/gpg-agent.c:168 scd/scdaemon.c:120 dirmngr/dirmngr.c:183 +#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 msgid "do not detach from the console" msgstr "" -#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 +#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 msgid "sh-style command output" msgstr "" -#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 +#: agent/gpg-agent.c:171 scd/scdaemon.c:123 dirmngr/dirmngr.c:186 msgid "csh-style command output" msgstr "" -#: agent/gpg-agent.c:178 g10/gpg.c:588 scd/scdaemon.c:124 sm/gpgsm.c:419 -#: dirmngr/dirmngr.c:187 +#: agent/gpg-agent.c:179 g10/gpg.c:589 scd/scdaemon.c:125 sm/gpgsm.c:422 +#: dirmngr/dirmngr.c:188 #, fuzzy msgid "|FILE|read options from FILE" msgstr "|FIÅžIER|încarcă modulul extensie FIÅžIER" -#: agent/gpg-agent.c:182 g10/gpg.c:573 scd/scdaemon.c:128 sm/gpgsm.c:262 -#: dirmngr/dirmngr.c:191 +#: agent/gpg-agent.c:183 g10/gpg.c:574 scd/scdaemon.c:129 sm/gpgsm.c:265 +#: dirmngr/dirmngr.c:192 msgid "Options controlling the diagnostic output" msgstr "" -#: agent/gpg-agent.c:184 g10/gpg.c:575 g10/gpgv.c:78 kbx/kbxutil.c:89 -#: scd/scdaemon.c:130 sm/gpgsm.c:264 dirmngr/dirmngr-client.c:69 -#: dirmngr/dirmngr.c:193 dirmngr/dirmngr_ldap.c:102 +#: agent/gpg-agent.c:185 g10/gpg.c:576 g10/gpgv.c:78 kbx/kbxutil.c:89 +#: scd/scdaemon.c:131 sm/gpgsm.c:267 dirmngr/dirmngr-client.c:69 +#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:102 #: tools/gpg-connect-agent.c:85 tools/gpgconf.c:111 msgid "verbose" msgstr "locvace" -#: agent/gpg-agent.c:185 g10/gpg.c:577 g10/gpgv.c:79 kbx/kbxutil.c:90 -#: scd/scdaemon.c:131 sm/gpgsm.c:266 dirmngr/dirmngr-client.c:70 -#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:103 +#: agent/gpg-agent.c:186 g10/gpg.c:578 g10/gpgv.c:79 kbx/kbxutil.c:90 +#: scd/scdaemon.c:132 sm/gpgsm.c:269 dirmngr/dirmngr-client.c:70 +#: dirmngr/dirmngr.c:195 dirmngr/dirmngr_ldap.c:103 msgid "be somewhat more quiet" msgstr "fii oarecum mai tăcut" -#: agent/gpg-agent.c:193 g10/gpg.c:592 sm/gpgsm.c:280 dirmngr/dirmngr.c:204 +#: agent/gpg-agent.c:194 g10/gpg.c:593 sm/gpgsm.c:283 dirmngr/dirmngr.c:205 msgid "|FILE|write server mode logs to FILE" msgstr "" -#: agent/gpg-agent.c:197 g10/gpg.c:598 scd/scdaemon.c:145 sm/gpgsm.c:287 -#: dirmngr/dirmngr.c:208 +#: agent/gpg-agent.c:198 g10/gpg.c:599 scd/scdaemon.c:146 sm/gpgsm.c:290 +#: dirmngr/dirmngr.c:209 msgid "Options controlling the configuration" msgstr "" -#: agent/gpg-agent.c:200 +#: agent/gpg-agent.c:201 #, fuzzy msgid "do not use the SCdaemon" msgstr "actualizează baza de date de încredere" -#: agent/gpg-agent.c:202 +#: agent/gpg-agent.c:203 msgid "|PGM|use PGM as the SCdaemon program" msgstr "" -#: agent/gpg-agent.c:204 +#: agent/gpg-agent.c:205 msgid "|PGM|use PGM as the tpm2daemon program" msgstr "" -#: agent/gpg-agent.c:208 +#: agent/gpg-agent.c:209 #, fuzzy #| msgid "|NAME|set terminal charset to NAME" msgid "|NAME|accept some commands via NAME" msgstr "|NUME|setează charset-ul pentru terminal ca NUME" -#: agent/gpg-agent.c:212 +#: agent/gpg-agent.c:213 msgid "ignore requests to change the TTY" msgstr "" -#: agent/gpg-agent.c:214 +#: agent/gpg-agent.c:215 msgid "ignore requests to change the X display" msgstr "" -#: agent/gpg-agent.c:215 +#: agent/gpg-agent.c:216 #, fuzzy #| msgid "not supported" msgid "enable ssh support" msgstr "nu este suportat(ă)" -#: agent/gpg-agent.c:217 +#: agent/gpg-agent.c:218 msgid "|ALGO|use ALGO to show ssh fingerprints" msgstr "" -#: agent/gpg-agent.c:220 +#: agent/gpg-agent.c:221 #, fuzzy #| msgid "not supported" msgid "enable putty support" msgstr "nu este suportat(ă)" -#: agent/gpg-agent.c:232 g10/gpg.c:843 scd/scdaemon.c:175 sm/gpgsm.c:379 +#: agent/gpg-agent.c:233 g10/gpg.c:844 scd/scdaemon.c:176 sm/gpgsm.c:382 msgid "Options controlling the security" msgstr "" -#: agent/gpg-agent.c:235 +#: agent/gpg-agent.c:236 msgid "|N|expire cached PINs after N seconds" msgstr "" -#: agent/gpg-agent.c:237 +#: agent/gpg-agent.c:238 msgid "|N|expire SSH keys after N seconds" msgstr "" -#: agent/gpg-agent.c:239 +#: agent/gpg-agent.c:240 msgid "|N|set maximum PIN cache lifetime to N seconds" msgstr "" -#: agent/gpg-agent.c:241 +#: agent/gpg-agent.c:242 msgid "|N|set maximum SSH key lifetime to N seconds" msgstr "" -#: agent/gpg-agent.c:243 +#: agent/gpg-agent.c:244 msgid "do not use the PIN cache when signing" msgstr "" -#: agent/gpg-agent.c:245 +#: agent/gpg-agent.c:246 #, fuzzy msgid "disallow the use of an external password cache" msgstr "eroare la crearea frazei-parolă: %s\n" -#: agent/gpg-agent.c:247 +#: agent/gpg-agent.c:248 msgid "disallow clients to mark keys as \"trusted\"" msgstr "" -#: agent/gpg-agent.c:250 +#: agent/gpg-agent.c:251 #, fuzzy msgid "allow presetting passphrase" msgstr "eroare la crearea frazei-parolă: %s\n" -#: agent/gpg-agent.c:255 +#: agent/gpg-agent.c:256 msgid "Options enforcing a passphrase policy" msgstr "" -#: agent/gpg-agent.c:258 +#: agent/gpg-agent.c:259 msgid "do not allow bypassing the passphrase policy" msgstr "" -#: agent/gpg-agent.c:260 +#: agent/gpg-agent.c:261 msgid "|N|set minimal required length for new passphrases to N" msgstr "" -#: agent/gpg-agent.c:262 +#: agent/gpg-agent.c:263 msgid "|N|require at least N non-alpha characters for a new passphrase" msgstr "" -#: agent/gpg-agent.c:265 +#: agent/gpg-agent.c:266 msgid "|FILE|check new passphrases against pattern in FILE" msgstr "" -#: agent/gpg-agent.c:267 +#: agent/gpg-agent.c:268 #, fuzzy msgid "|N|expire the passphrase after N days" msgstr "|N|foloseÅŸte modul frază-parolă N" -#: agent/gpg-agent.c:269 +#: agent/gpg-agent.c:270 #, fuzzy msgid "do not allow the reuse of old passphrases" msgstr "eroare la crearea frazei-parolă: %s\n" -#: agent/gpg-agent.c:272 +#: agent/gpg-agent.c:273 msgid "Options controlling the PIN-Entry" msgstr "" -#: agent/gpg-agent.c:274 +#: agent/gpg-agent.c:275 #, fuzzy #| msgid "use the gpg-agent" msgid "never use the PIN-entry" msgstr "foloseÅŸte gpg-agent" -#: agent/gpg-agent.c:276 +#: agent/gpg-agent.c:277 msgid "disallow caller to override the pinentry" msgstr "" -#: agent/gpg-agent.c:278 +#: agent/gpg-agent.c:279 msgid "let PIN-Entry grab keyboard and mouse" msgstr "" -#: agent/gpg-agent.c:281 +#: agent/gpg-agent.c:282 msgid "|PGM|use PGM as the PIN-Entry program" msgstr "" -#: agent/gpg-agent.c:285 +#: agent/gpg-agent.c:286 msgid "|N|set the Pinentry timeout to N seconds" msgstr "" -#: agent/gpg-agent.c:287 +#: agent/gpg-agent.c:288 msgid "allow passphrase to be prompted through Emacs" msgstr "" #. TRANSLATORS: @EMAIL@ will get replaced by the actual bug #. reporting address. This is so that we can change the #. reporting address without breaking the translations. -#: agent/gpg-agent.c:550 agent/preset-passphrase.c:99 agent/protect-tool.c:154 -#: g10/gpg.c:1131 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:311 -#: sm/gpgsm.c:609 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:437 +#: agent/gpg-agent.c:551 agent/preset-passphrase.c:99 agent/protect-tool.c:154 +#: g10/gpg.c:1132 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:312 +#: sm/gpgsm.c:612 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:438 #: dirmngr/dirmngr_ldap.c:175 tools/gpg-connect-agent.c:220 tools/gpgconf.c:151 #: tools/gpg-check-pattern.c:143 #, fuzzy msgid "Please report bugs to <@EMAIL@>.\n" msgstr "RaportaÅ£i bug-uri la <gnupg-bugs@gnu.org>.\n" -#: agent/gpg-agent.c:559 +#: agent/gpg-agent.c:560 #, fuzzy msgid "Usage: @GPG_AGENT@ [options] (-h for help)" msgstr "Folosire: gpg [opÅ£iuni] [fiÅŸiere] (-h pentru ajutor)" -#: agent/gpg-agent.c:561 +#: agent/gpg-agent.c:562 msgid "" "Syntax: @GPG_AGENT@ [options] [command [args]]\n" "Secret key management for @GNUPG@\n" msgstr "" -#: agent/gpg-agent.c:606 g10/gpg.c:1336 scd/scdaemon.c:383 sm/gpgsm.c:757 -#: dirmngr/dirmngr.c:521 +#: agent/gpg-agent.c:607 g10/gpg.c:1337 scd/scdaemon.c:384 sm/gpgsm.c:760 +#: dirmngr/dirmngr.c:522 #, c-format msgid "invalid debug-level '%s' given\n" msgstr "" -#: agent/gpg-agent.c:971 g10/gpg.c:3879 g10/gpg.c:3903 sm/gpgsm.c:1736 -#: sm/gpgsm.c:1742 +#: agent/gpg-agent.c:972 g10/gpg.c:3910 g10/gpg.c:3934 sm/gpgsm.c:1769 +#: sm/gpgsm.c:1775 #, c-format msgid "selected digest algorithm is invalid\n" msgstr "algoritm rezumat selectat este invalid\n" -#: agent/gpg-agent.c:1195 agent/gpg-agent.c:2010 g10/gpg.c:2588 -#: scd/scdaemon.c:548 sm/gpgsm.c:1151 dirmngr/dirmngr.c:988 -#: dirmngr/dirmngr.c:1830 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:2019 common/comopt.c:93 +#: g10/gpg.c:2591 scd/scdaemon.c:549 sm/gpgsm.c:1155 dirmngr/dirmngr.c:989 +#: dirmngr/dirmngr.c:1840 #, fuzzy, c-format #| msgid "reading options from `%s'\n" msgid "reading options from '%s'\n" msgstr "citesc opÅ£iuni din `%s'\n" -#: agent/gpg-agent.c:1327 g10/gpg.c:3830 scd/scdaemon.c:675 sm/gpgsm.c:1676 -#: dirmngr/dirmngr.c:1099 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 +#: agent/gpg-agent.c:1335 g10/gpg.c:3861 scd/scdaemon.c:687 sm/gpgsm.c:1709 +#: dirmngr/dirmngr.c:1108 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 #, fuzzy, c-format #| msgid "WARNING: \"%s\" is a deprecated option\n" msgid "Note: '%s' is not considered an option\n" msgstr "AVERTISMENT: \"%s\" este o opÅ£iune învechită\n" -#: agent/gpg-agent.c:2146 scd/scdaemon.c:1096 dirmngr/dirmngr.c:1258 +#: agent/gpg-agent.c:2172 scd/scdaemon.c:1108 dirmngr/dirmngr.c:1267 #, fuzzy, c-format msgid "can't create socket: %s\n" msgstr "nu pot crea `%s': %s\n" -#: agent/gpg-agent.c:2163 scd/scdaemon.c:1109 dirmngr/dirmngr.c:1271 +#: agent/gpg-agent.c:2189 scd/scdaemon.c:1121 dirmngr/dirmngr.c:1280 #, c-format msgid "socket name '%s' is too long\n" msgstr "" -#: agent/gpg-agent.c:2202 +#: agent/gpg-agent.c:2228 #, fuzzy, c-format msgid "a gpg-agent is already running - not starting a new one\n" msgstr "gpg-agent nu este disponibil în această sesiune\n" -#: agent/gpg-agent.c:2213 scd/scdaemon.c:1133 dirmngr/dirmngr.c:1303 +#: agent/gpg-agent.c:2239 scd/scdaemon.c:1145 dirmngr/dirmngr.c:1312 #, fuzzy, c-format msgid "error getting nonce for the socket\n" msgstr "eroare la obÅ£inere noului PIN: %s\n" -#: agent/gpg-agent.c:2218 scd/scdaemon.c:1136 dirmngr/dirmngr.c:1306 +#: agent/gpg-agent.c:2244 scd/scdaemon.c:1148 dirmngr/dirmngr.c:1315 #, fuzzy, c-format msgid "error binding socket to '%s': %s\n" msgstr "eroare trimitere la `%s': %s\n" -#: agent/gpg-agent.c:2229 agent/gpg-agent.c:2269 agent/gpg-agent.c:2278 -#: scd/scdaemon.c:1144 dirmngr/dirmngr.c:1315 +#: agent/gpg-agent.c:2255 agent/gpg-agent.c:2295 agent/gpg-agent.c:2304 +#: scd/scdaemon.c:1156 dirmngr/dirmngr.c:1324 #, fuzzy, c-format msgid "can't set permissions of '%s': %s\n" msgstr "AVERTISMENT: permisiuni nesigure (unsafe) pentru extensia `%s'\n" -#: agent/gpg-agent.c:2243 scd/scdaemon.c:1156 dirmngr/dirmngr.c:1327 +#: agent/gpg-agent.c:2269 scd/scdaemon.c:1168 dirmngr/dirmngr.c:1336 #, fuzzy, c-format msgid "listening on socket '%s'\n" msgstr "scriu cheia secretă în `%s'\n" -#: agent/gpg-agent.c:2263 agent/gpg-agent.c:2316 common/homedir.c:517 +#: agent/gpg-agent.c:2289 agent/gpg-agent.c:2342 common/homedir.c:517 #: g10/openfile.c:399 g10/photoid.c:379 #, fuzzy, c-format #| msgid "can't create directory `%s': %s\n" msgid "can't create directory '%s': %s\n" msgstr "nu pot crea directorul `%s': %s\n" -#: agent/gpg-agent.c:2266 agent/gpg-agent.c:2321 common/homedir.c:520 +#: agent/gpg-agent.c:2292 agent/gpg-agent.c:2347 common/homedir.c:520 #: g10/openfile.c:402 #, fuzzy, c-format #| msgid "directory `%s' created\n" msgid "directory '%s' created\n" msgstr "director `%s' creat\n" -#: agent/gpg-agent.c:2327 +#: agent/gpg-agent.c:2353 #, fuzzy, c-format msgid "stat() failed for '%s': %s\n" msgstr "fstat(%d) a eÅŸuat în %s: %s\n" -#: agent/gpg-agent.c:2331 +#: agent/gpg-agent.c:2357 #, fuzzy, c-format msgid "can't use '%s' as home directory\n" msgstr "%s: nu pot crea director: %s\n" -#: agent/gpg-agent.c:2486 scd/scdaemon.c:1172 dirmngr/dirmngr.c:2042 +#: agent/gpg-agent.c:2512 scd/scdaemon.c:1184 dirmngr/dirmngr.c:2069 #, fuzzy, c-format msgid "error reading nonce on fd %d: %s\n" msgstr "eroare la citire `%s': %s\n" -#: agent/gpg-agent.c:2693 +#: agent/gpg-agent.c:2719 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:2698 +#: agent/gpg-agent.c:2724 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:2773 +#: agent/gpg-agent.c:2799 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:2778 +#: agent/gpg-agent.c:2804 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:3000 scd/scdaemon.c:1362 dirmngr/dirmngr.c:2256 +#: agent/gpg-agent.c:3026 scd/scdaemon.c:1374 dirmngr/dirmngr.c:2283 #, fuzzy, c-format msgid "npth_pselect failed: %s - waiting 1s\n" msgstr "actualizarea secretului a eÅŸuat: %s\n" -#: agent/gpg-agent.c:3088 scd/scdaemon.c:1427 +#: agent/gpg-agent.c:3114 scd/scdaemon.c:1439 #, fuzzy, c-format msgid "%s %s stopped\n" msgstr "%s: sărită: %s\n" -#: agent/gpg-agent.c:3226 common/simple-pwquery.c:247 g10/call-agent.c:260 +#: agent/gpg-agent.c:3252 common/simple-pwquery.c:247 g10/call-agent.c:260 #: sm/call-agent.c:131 tools/gpg-connect-agent.c:2319 tools/card-call-scd.c:311 #, fuzzy, c-format msgid "no gpg-agent running in this session\n" @@ -796,8 +796,8 @@ msgid "" "Password cache maintenance\n" msgstr "" -#: agent/protect-tool.c:107 g10/gpg.c:447 kbx/kbxutil.c:72 sm/gpgsm.c:213 -#: dirmngr/dirmngr.c:167 tools/gpgconf.c:81 +#: agent/protect-tool.c:107 g10/gpg.c:448 kbx/kbxutil.c:72 sm/gpgsm.c:215 +#: dirmngr/dirmngr.c:168 tools/gpgconf.c:81 msgid "" "@Commands:\n" " " @@ -1052,7 +1052,7 @@ msgid "error creating a stream for a pipe: %s\n" msgstr "eroare la crearea frazei-parolă: %s\n" #: common/exechelp-posix.c:505 common/exechelp-posix.c:580 -#: common/exechelp-posix.c:861 dirmngr/dirmngr.c:1345 +#: common/exechelp-posix.c:866 dirmngr/dirmngr.c:1354 #, fuzzy, c-format msgid "error forking process: %s\n" msgstr "eroare la citire `%s': %s\n" @@ -1062,23 +1062,23 @@ msgstr "eroare la citire `%s': %s\n" msgid "waiting for process %d to terminate failed: %s\n" msgstr "" -#: common/exechelp-posix.c:688 common/exechelp-posix.c:804 +#: common/exechelp-posix.c:688 common/exechelp-posix.c:809 #, fuzzy, c-format msgid "error running '%s': probably not installed\n" msgstr "eroare la citire `%s': %s\n" -#: common/exechelp-posix.c:694 common/exechelp-posix.c:811 +#: common/exechelp-posix.c:694 common/exechelp-posix.c:816 #: common/exechelp-w32.c:839 common/exechelp-w32ce.c:782 #, fuzzy, c-format msgid "error running '%s': exit status %d\n" msgstr "eroare la citire `%s': %s\n" -#: common/exechelp-posix.c:702 common/exechelp-posix.c:819 +#: common/exechelp-posix.c:702 common/exechelp-posix.c:824 #, fuzzy, c-format msgid "error running '%s': terminated\n" msgstr "eroare la citire `%s': %s\n" -#: common/exechelp-posix.c:760 common/exechelp-w32.c:820 +#: common/exechelp-posix.c:765 common/exechelp-w32.c:820 #, fuzzy, c-format msgid "waiting for processes to terminate failed: %s\n" msgstr "actualizarea a eÅŸuat: %s\n" @@ -1126,7 +1126,7 @@ msgid "renaming '%s' to '%s' failed: %s\n" msgstr "redenumirea `%s' ca `%s' a eÅŸuat: %s\n" #. TRANSLATORS: See doc/TRANSLATE about this string. -#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3081 +#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3082 msgid "yes" msgstr "da" @@ -1181,7 +1181,7 @@ msgid "out of core while allocating %lu bytes" msgstr "" #: common/miscellaneous.c:115 g10/card-util.c:917 tools/no-libgcrypt.c:30 -#: tools/gpg-card.c:415 +#: tools/gpg-card.c:416 #, fuzzy, c-format msgid "error allocating enough memory: %s\n" msgstr "eroare la crearea inelului de chei `%s': %s\n" @@ -1256,7 +1256,7 @@ msgstr "eroare la crearea inelului de chei `%s': %s\n" msgid "server '%s' is older than us (%s < %s)" msgstr "" -#: common/asshelp.c:737 g10/call-dirmngr.c:407 +#: common/asshelp.c:737 g10/call-dirmngr.c:408 #, fuzzy, c-format #| msgid "WARNING: " msgid "WARNING: %s\n" @@ -1562,8 +1562,8 @@ msgstr "cheia publică %s nu a fost găsită: %s\n" msgid "waiting for lock %s...\n" msgstr "scriu cheia secretă în `%s'\n" -#: common/init.c:191 sm/gpgsm.c:1032 dirmngr/dirmngr.c:894 -#: dirmngr/dirmngr.c:903 +#: common/init.c:191 sm/gpgsm.c:1036 dirmngr/dirmngr.c:895 +#: dirmngr/dirmngr.c:904 #, c-format msgid "%s is too old (need %s, have %s)\n" msgstr "" @@ -1740,59 +1740,59 @@ msgstr "eroare la citire `%s': %s\n" msgid "problem with the agent: %s\n" msgstr "problemă cu agentul: agentul returnează 0x%lx\n" -#: g10/call-dirmngr.c:178 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 +#: g10/call-dirmngr.c:179 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 #, fuzzy, c-format msgid "no dirmngr running in this session\n" msgstr "gpg-agent nu este disponibil în această sesiune\n" -#: g10/call-dirmngr.c:212 +#: g10/call-dirmngr.c:213 #, fuzzy, c-format #| msgid "you may not use %s while in %s mode\n" msgid "keyserver option \"honor-keyserver-url\" may not be used in Tor mode\n" msgstr "nu puteÅ£i folosi %s câtă vreme în modul %s\n" -#: g10/call-dirmngr.c:385 +#: g10/call-dirmngr.c:386 msgid "WKD uses a cached result" msgstr "" -#: g10/call-dirmngr.c:388 +#: g10/call-dirmngr.c:389 msgid "Tor is not running" msgstr "" -#: g10/call-dirmngr.c:390 +#: g10/call-dirmngr.c:391 #, fuzzy #| msgid "invalid fingerprint" msgid "Tor is not properly configured" msgstr "amprentă invalidă" -#: g10/call-dirmngr.c:392 +#: g10/call-dirmngr.c:393 #, fuzzy #| msgid "invalid fingerprint" msgid "DNS is not properly configured" msgstr "amprentă invalidă" -#: g10/call-dirmngr.c:394 +#: g10/call-dirmngr.c:395 msgid "unacceptable HTTP redirect from server" msgstr "" -#: g10/call-dirmngr.c:396 +#: g10/call-dirmngr.c:397 msgid "unacceptable HTTP redirect from server was cleaned up" msgstr "" -#: g10/call-dirmngr.c:398 +#: g10/call-dirmngr.c:399 #, fuzzy #| msgid "generate a revocation certificate" msgid "server uses an invalid certificate" msgstr "generează un certificat de revocare" -#: g10/call-dirmngr.c:405 g10/gpg.c:4568 +#: g10/call-dirmngr.c:406 g10/gpg.c:4599 #, fuzzy, c-format #| msgid "armor: %s\n" msgid "Note: %s\n" msgstr "armură: %s\n" #: g10/card-util.c:86 g10/card-util.c:369 g10/card-util.c:1924 -#: tools/gpg-card.c:3038 +#: tools/gpg-card.c:3039 #, c-format msgid "OpenPGP card not available: %s\n" msgstr "cardul OpenPGP nu e disponibil: %s\n" @@ -1803,17 +1803,17 @@ msgid "OpenPGP card no. %s detected\n" msgstr "cardul OpenPGP nr. %s detectat\n" #: g10/card-util.c:97 g10/card-util.c:2309 g10/delkey.c:164 g10/keyedit.c:1428 -#: g10/keygen.c:4771 g10/revoke.c:214 g10/revoke.c:638 +#: g10/keygen.c:4791 g10/revoke.c:214 g10/revoke.c:638 #, c-format msgid "can't do this in batch mode\n" msgstr "nu pot face acest lucru în modul batch\n" -#: g10/card-util.c:105 tools/gpg-card.c:2942 +#: g10/card-util.c:105 tools/gpg-card.c:2943 #, fuzzy, c-format msgid "This command is only available for version 2 cards\n" msgstr "Această comandă nu este permisă în modul %s.\n" -#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2947 +#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2948 #, fuzzy, c-format msgid "Reset Code not or not anymore available\n" msgstr "părÅ£i ale cheii secrete nu sunt disponibile\n" @@ -1822,110 +1822,110 @@ msgstr "părÅ£i ale cheii secrete nu sunt disponibile\n" #: g10/card-util.c:1802 g10/keyedit.c:394 g10/keyedit.c:415 g10/keyedit.c:429 #: g10/keygen.c:1991 g10/keygen.c:2165 g10/keygen.c:2385 g10/keygen.c:2685 #: sm/certreqgen-ui.c:166 sm/certreqgen-ui.c:292 sm/certreqgen-ui.c:326 -#: tools/gpg-card.c:509 +#: tools/gpg-card.c:510 msgid "Your selection? " msgstr "SelecÅ£ia d-voastră? " -#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:595 -#: tools/gpg-card.c:635 +#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:596 +#: tools/gpg-card.c:636 msgid "[not set]" msgstr "[nesetat(ă)]" -#: g10/card-util.c:558 tools/gpg-card.c:902 +#: g10/card-util.c:558 tools/gpg-card.c:903 msgid "Mr." msgstr "" -#: g10/card-util.c:559 tools/gpg-card.c:903 +#: g10/card-util.c:559 tools/gpg-card.c:904 msgid "Ms." msgstr "" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 msgid "not forced" msgstr "neforÅ£at(ă)" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 msgid "forced" msgstr "forÅ£at(ă)" -#: g10/card-util.c:768 tools/gpg-card.c:1467 +#: g10/card-util.c:768 tools/gpg-card.c:1468 msgid "Error: Only plain ASCII is currently allowed.\n" msgstr "Eroare: Deocamdată sunt permise numai caractere ASCII.\n" -#: g10/card-util.c:770 tools/gpg-card.c:1469 +#: g10/card-util.c:770 tools/gpg-card.c:1470 msgid "Error: The \"<\" character may not be used.\n" msgstr "Eroare: Caracterul \"<\" nu poate fi folosit.\n" -#: g10/card-util.c:772 tools/gpg-card.c:1471 +#: g10/card-util.c:772 tools/gpg-card.c:1472 msgid "Error: Double spaces are not allowed.\n" msgstr "Eroare: SpaÅ£iile duble nu sunt permise.\n" -#: g10/card-util.c:789 tools/gpg-card.c:1504 +#: g10/card-util.c:789 tools/gpg-card.c:1505 msgid "Cardholder's surname: " msgstr "Numele de familie al proprietarului cardului: " -#: g10/card-util.c:791 tools/gpg-card.c:1505 +#: g10/card-util.c:791 tools/gpg-card.c:1506 msgid "Cardholder's given name: " msgstr "Prenumele proprietarului cardului: " -#: g10/card-util.c:809 tools/gpg-card.c:1522 +#: g10/card-util.c:809 tools/gpg-card.c:1523 #, c-format msgid "Error: Combined name too long (limit is %d characters).\n" msgstr "Eroare: Nume combinat prea lung (limita este de %d caractere).\n" -#: g10/card-util.c:830 tools/gpg-card.c:1560 +#: g10/card-util.c:830 tools/gpg-card.c:1561 msgid "URL to retrieve public key: " msgstr "URL pentru a aduce cheia publică: " -#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:394 g10/import.c:744 -#: g10/import.c:803 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 -#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1657 -#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:425 +#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:406 g10/import.c:756 +#: g10/import.c:815 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 +#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1666 +#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:426 #, fuzzy, c-format #| msgid "error reading `%s': %s\n" msgid "error reading '%s': %s\n" msgstr "eroare la citire `%s': %s\n" #: g10/card-util.c:959 g10/decrypt-data.c:498 g10/export.c:2496 -#: dirmngr/crlcache.c:925 tools/gpg-card.c:485 tools/gpg-card.c:492 +#: dirmngr/crlcache.c:925 tools/gpg-card.c:486 tools/gpg-card.c:493 #, fuzzy, c-format msgid "error writing '%s': %s\n" msgstr "eroare la scrierea inelului de chei `%s': %s\n" -#: g10/card-util.c:986 tools/gpg-card.c:1649 +#: g10/card-util.c:986 tools/gpg-card.c:1650 msgid "Login data (account name): " msgstr "Date login (nume cont): " -#: g10/card-util.c:1024 tools/gpg-card.c:1944 +#: g10/card-util.c:1024 tools/gpg-card.c:1945 msgid "Private DO data: " msgstr "Date DO personale: " -#: g10/card-util.c:1109 tools/gpg-card.c:1698 +#: g10/card-util.c:1109 tools/gpg-card.c:1699 msgid "Language preferences: " msgstr "PreferinÅ£e limbă: " -#: g10/card-util.c:1117 tools/gpg-card.c:1709 +#: g10/card-util.c:1117 tools/gpg-card.c:1710 #, c-format msgid "Error: invalid length of preference string.\n" msgstr "Eroare: lungime invalidă pentru ÅŸir preferinÅ£e.\n" -#: g10/card-util.c:1126 tools/gpg-card.c:1718 +#: g10/card-util.c:1126 tools/gpg-card.c:1719 #, c-format msgid "Error: invalid characters in preference string.\n" msgstr "Eroare: caractere invalide în ÅŸir preferinÅ£e.\n" -#: g10/card-util.c:1148 tools/gpg-card.c:1752 +#: g10/card-util.c:1148 tools/gpg-card.c:1753 msgid "Salutation (M = Mr., F = Ms., or space): " msgstr "" -#: g10/card-util.c:1162 tools/gpg-card.c:1769 +#: g10/card-util.c:1162 tools/gpg-card.c:1770 msgid "Error: invalid response.\n" msgstr "Eroare: răspuns invalid.\n" -#: g10/card-util.c:1185 tools/gpg-card.c:1834 +#: g10/card-util.c:1185 tools/gpg-card.c:1835 msgid "CA fingerprint: " msgstr "Amprenta CA: " -#: g10/card-util.c:1209 tools/gpg-card.c:1860 +#: g10/card-util.c:1209 tools/gpg-card.c:1861 #, c-format msgid "Error: invalid formatted fingerprint.\n" msgstr "Eroare: amprentă formatată invalid.\n" @@ -1939,7 +1939,7 @@ msgstr "operaÅ£ia pe cheie nu e posibilă: %s\n" msgid "not an OpenPGP card" msgstr "nu este un card OpenPGP" -#: g10/card-util.c:1273 g10/keygen.c:4791 g10/keygen.c:5952 +#: g10/card-util.c:1273 g10/keygen.c:4811 g10/keygen.c:5972 #, c-format msgid "error getting current key info: %s\n" msgstr "eroare la obÅ£inerea informaÅ£iei pentru cheia curentă: %s\n" @@ -1948,7 +1948,7 @@ msgstr "eroare la obÅ£inerea informaÅ£iei pentru cheia curentă: %s\n" msgid "Replace existing key? (y/N) " msgstr "ÃŽnlocuiesc cheia existentă? (d/N) " -#: g10/card-util.c:1375 tools/gpg-card.c:3327 +#: g10/card-util.c:1375 tools/gpg-card.c:3328 msgid "" "Note: There is no guarantee that the card supports the requested\n" " key type or size. If the key generation does not succeed,\n" @@ -2036,14 +2036,14 @@ msgid "error getting card info: %s\n" msgstr "eroare la obÅ£inerea informaÅ£iei pentru cheia curentă: %s\n" #: g10/card-util.c:1591 g10/card-util.c:1936 g10/card-util.c:2112 -#: g10/card-util.c:2171 tools/gpg-card.c:3056 tools/gpg-card.c:3295 -#: tools/gpg-card.c:3353 +#: g10/card-util.c:2171 tools/gpg-card.c:3057 tools/gpg-card.c:3296 +#: tools/gpg-card.c:3354 #, fuzzy, c-format #| msgid "This command is not allowed while in %s mode.\n" msgid "This command is not supported by this card\n" msgstr "Această comandă nu este permisă în modul %s.\n" -#: g10/card-util.c:1637 tools/gpg-card.c:2425 +#: g10/card-util.c:1637 tools/gpg-card.c:2426 msgid "Make off-card backup of encryption key? (Y/n) " msgstr "Creez copie de rezervă a cheii de cifrare în afara cardului? (d/N) " @@ -2052,11 +2052,11 @@ msgstr "Creez copie de rezervă a cheii de cifrare în afara cardului? (d/N) " msgid "Note: keys are already stored on the card!\n" msgstr "cheia secretă deja stocată pe un card\n" -#: g10/card-util.c:1654 tools/gpg-card.c:2397 +#: g10/card-util.c:1654 tools/gpg-card.c:2398 msgid "Replace existing keys? (y/N) " msgstr "ÃŽnlocuiesc cheile existente? (d/N) " -#: g10/card-util.c:1666 tools/gpg-card.c:2456 +#: g10/card-util.c:1666 tools/gpg-card.c:2457 #, fuzzy, c-format #| msgid "" #| "Please note that the factory settings of the PINs are\n" @@ -2096,18 +2096,18 @@ msgstr "Vă rugăm selectaÅ£i unde să fie stocată cheia:\n" msgid "KEYTOCARD failed: %s\n" msgstr "actualizarea a eÅŸuat: %s\n" -#: g10/card-util.c:1941 tools/gpg-card.c:3064 +#: g10/card-util.c:1941 tools/gpg-card.c:3065 #, fuzzy, c-format msgid "Note: This command destroys all keys stored on the card!\n" msgstr "cheia secretă deja stocată pe un card\n" -#: g10/card-util.c:1944 tools/gpg-card.c:3067 tools/gpg-card.c:3408 +#: g10/card-util.c:1944 tools/gpg-card.c:3068 tools/gpg-card.c:3409 #, fuzzy #| msgid "Sign it? (y/N) " msgid "Continue? (y/N) " msgstr "DoriÅ£i să-l semnaÅ£i? (d/N) " -#: g10/card-util.c:1949 tools/gpg-card.c:3078 +#: g10/card-util.c:1949 tools/gpg-card.c:3079 msgid "Really do a factory reset? (enter \"yes\") " msgstr "" @@ -2121,7 +2121,7 @@ msgstr "eroare în `%s': %s\n" msgid "error for setup UIF: %s\n" msgstr "eroare în `%s': %s\n" -#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3648 +#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3649 msgid "quit this menu" msgstr "ieÅŸi din acest meniu" @@ -2129,65 +2129,65 @@ msgstr "ieÅŸi din acest meniu" msgid "show admin commands" msgstr "arată comenzi administrare" -#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3651 +#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3652 msgid "show this help" msgstr "afiÅŸează acest mesaj" -#: g10/card-util.c:2217 tools/gpg-card.c:3653 +#: g10/card-util.c:2217 tools/gpg-card.c:3654 msgid "list all available data" msgstr "afiÅŸează toate datele disponibile" -#: g10/card-util.c:2220 tools/gpg-card.c:3655 +#: g10/card-util.c:2220 tools/gpg-card.c:3656 msgid "change card holder's name" msgstr "schimbă numele purtătorului cardului" -#: g10/card-util.c:2221 tools/gpg-card.c:3656 +#: g10/card-util.c:2221 tools/gpg-card.c:3657 msgid "change URL to retrieve key" msgstr "schimbă URL-ul de unde să fie adusă cheia" -#: g10/card-util.c:2222 tools/gpg-card.c:3657 +#: g10/card-util.c:2222 tools/gpg-card.c:3658 msgid "fetch the key specified in the card URL" msgstr "adu cheia specificată de URL-ul de pe card" -#: g10/card-util.c:2223 tools/gpg-card.c:3658 +#: g10/card-util.c:2223 tools/gpg-card.c:3659 msgid "change the login name" msgstr "schimbă numele de login" -#: g10/card-util.c:2224 tools/gpg-card.c:3659 +#: g10/card-util.c:2224 tools/gpg-card.c:3660 msgid "change the language preferences" msgstr "schimbă preferinÅ£ele de limbă" -#: g10/card-util.c:2225 tools/gpg-card.c:3660 +#: g10/card-util.c:2225 tools/gpg-card.c:3661 #, fuzzy #| msgid "change card holder's sex" msgid "change card holder's salutation" msgstr "schimbă sexul purtătorului cardului" -#: g10/card-util.c:2227 tools/gpg-card.c:3662 +#: g10/card-util.c:2227 tools/gpg-card.c:3663 msgid "change a CA fingerprint" msgstr "schimbă o amprentă CA" -#: g10/card-util.c:2228 tools/gpg-card.c:3663 +#: g10/card-util.c:2228 tools/gpg-card.c:3664 msgid "toggle the signature force PIN flag" msgstr "comută fanionul PIN de forÅ£are a semnăturii" -#: g10/card-util.c:2229 tools/gpg-card.c:3664 +#: g10/card-util.c:2229 tools/gpg-card.c:3665 msgid "generate new keys" msgstr "generează noi chei" -#: g10/card-util.c:2230 tools/gpg-card.c:3665 +#: g10/card-util.c:2230 tools/gpg-card.c:3666 msgid "menu to change or unblock the PIN" msgstr "meniu pentru a schimba sau debloca PIN-ul" -#: g10/card-util.c:2231 tools/gpg-card.c:3666 +#: g10/card-util.c:2231 tools/gpg-card.c:3667 msgid "verify the PIN and list all data" msgstr "verifică PIN-ul ÅŸi listează toate datele" -#: g10/card-util.c:2232 tools/gpg-card.c:3667 +#: g10/card-util.c:2232 tools/gpg-card.c:3668 msgid "unblock the PIN using a Reset Code" msgstr "" -#: g10/card-util.c:2233 tools/gpg-card.c:3671 +#: g10/card-util.c:2233 tools/gpg-card.c:3672 msgid "destroy all keys and data" msgstr "" @@ -2203,13 +2203,13 @@ msgstr "|NUME|foloseÅŸte NUME ca destinatar implicit" msgid "change the key attribute" msgstr "schimbă încrederea pentru proprietar" -#: g10/card-util.c:2237 tools/gpg-card.c:3673 +#: g10/card-util.c:2237 tools/gpg-card.c:3674 #, fuzzy #| msgid "change the ownertrust" msgid "change the User Interaction Flag" msgstr "schimbă încrederea pentru proprietar" -#: g10/card-util.c:2361 tools/gpg-card.c:3923 +#: g10/card-util.c:2361 tools/gpg-card.c:3924 msgid "gpg/card> " msgstr "" @@ -2225,8 +2225,8 @@ msgstr "Sunt permise comenzi administrare\n" msgid "Admin commands are not allowed\n" msgstr "Nu sunt permise comenzi administrare\n" -#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3813 -#: tools/gpg-card.c:4071 +#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3814 +#: tools/gpg-card.c:4072 #, c-format msgid "Invalid command (try \"help\")\n" msgstr "Comandă invalidă (încercaÅ£i \"ajutor\")\n" @@ -2236,22 +2236,22 @@ msgstr "Comandă invalidă (încercaÅ£i \"ajutor\")\n" msgid "--output doesn't work for this command\n" msgstr "--output nu merge pentru această comandă\n" -#: g10/decrypt.c:247 g10/gpg.c:5262 g10/keyring.c:399 g10/keyring.c:750 +#: g10/decrypt.c:247 g10/gpg.c:5293 g10/keyring.c:399 g10/keyring.c:750 #, fuzzy, c-format #| msgid "can't open `%s'\n" msgid "can't open '%s'\n" msgstr "nu pot deschide `%s'\n" #: g10/delkey.c:81 g10/export.c:1934 g10/export.c:2342 g10/export.c:2463 -#: g10/getkey.c:1907 g10/gpg.c:5207 g10/keyedit.c:1450 g10/keyedit.c:2382 -#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1238 +#: g10/getkey.c:1907 g10/gpg.c:5238 g10/keyedit.c:1450 g10/keyedit.c:2382 +#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1240 #: g10/revoke.c:230 g10/tofu.c:2168 #, c-format msgid "key \"%s\" not found: %s\n" msgstr "cheia \"%s\" nu a fost găsită: %s\n" -#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4303 -#: g10/gpg.c:5216 g10/keyedit.c:2354 g10/keyserver.c:1256 g10/revoke.c:236 +#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4330 +#: g10/gpg.c:5247 g10/keyedit.c:2354 g10/keyserver.c:1258 g10/revoke.c:236 #: g10/revoke.c:665 g10/tofu.c:2176 #, c-format msgid "error reading keyblock: %s\n" @@ -2380,15 +2380,15 @@ msgstr "nu puteÅ£i folosi algoritmul de cifrare `%s' câtă vreme în modul %s\n msgid "(use option \"%s\" to override)\n" msgstr "" -#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4052 -#: g10/gpg.c:4099 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1760 +#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4083 +#: g10/gpg.c:4130 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1793 #, fuzzy, c-format #| msgid "you may not use cipher algorithm `%s' while in %s mode\n" msgid "cipher algorithm '%s' may not be used in %s mode\n" msgstr "nu puteÅ£i folosi algoritmul de cifrare `%s' câtă vreme în modul %s\n" -#: g10/encrypt.c:564 g10/gpg.c:4064 g10/gpg.c:4111 g10/sig-check.c:155 -#: g10/sign.c:452 sm/gpgsm.c:1770 sm/gpgsm.c:1780 sm/sign.c:596 sm/verify.c:510 +#: g10/encrypt.c:564 g10/gpg.c:4095 g10/gpg.c:4142 g10/sig-check.c:155 +#: g10/sign.c:452 sm/gpgsm.c:1803 sm/gpgsm.c:1813 sm/sign.c:596 sm/verify.c:510 #, fuzzy, c-format #| msgid "you may not use digest algorithm `%s' while in %s mode\n" msgid "digest algorithm '%s' may not be used in %s mode\n" @@ -2495,7 +2495,7 @@ msgstr "" msgid " - skipped" msgstr "%s: sărită: %s\n" -#: g10/export.c:1333 g10/import.c:2112 g10/openfile.c:202 g10/openfile.c:296 +#: g10/export.c:1333 g10/import.c:2124 g10/openfile.c:202 g10/openfile.c:296 #: g10/sign.c:1110 g10/sign.c:1447 #, fuzzy, c-format #| msgid "writing to `%s'\n" @@ -2590,297 +2590,297 @@ msgstr "Cheia invalidă %s făcută validă de --allow-non-selfsigned-uid\n" msgid "using subkey %s instead of primary key %s\n" msgstr "folosim subcheia %s în loc de cheia primară %s\n" -#: g10/getkey.c:4232 g10/gpg.c:2164 +#: g10/getkey.c:4259 g10/gpg.c:2167 #, fuzzy, c-format msgid "valid values for option '%s':\n" msgstr "opÅ£iuni enumerare invalide\n" -#: g10/gpg.c:449 sm/gpgsm.c:215 +#: g10/gpg.c:450 sm/gpgsm.c:217 #, fuzzy msgid "make a signature" msgstr "|[fiÅŸier]|crează o semnătură" -#: g10/gpg.c:450 +#: g10/gpg.c:451 #, fuzzy msgid "make a clear text signature" msgstr "|[fiÅŸier]|crează o semnătură text în clar" -#: g10/gpg.c:452 sm/gpgsm.c:217 +#: g10/gpg.c:453 sm/gpgsm.c:219 msgid "make a detached signature" msgstr "crează o semnătură detaÅŸată" -#: g10/gpg.c:453 sm/gpgsm.c:218 +#: g10/gpg.c:454 sm/gpgsm.c:220 msgid "encrypt data" msgstr "cifrează datele" -#: g10/gpg.c:455 +#: g10/gpg.c:456 msgid "encryption only with symmetric cipher" msgstr "cifrează numai cu cifru simetric" -#: g10/gpg.c:457 sm/gpgsm.c:220 +#: g10/gpg.c:458 sm/gpgsm.c:222 msgid "decrypt data (default)" msgstr "decriptează datele (implicit)" -#: g10/gpg.c:459 sm/gpgsm.c:221 +#: g10/gpg.c:460 sm/gpgsm.c:223 msgid "verify a signature" msgstr "verifică o semnătură" -#: g10/gpg.c:461 sm/gpgsm.c:222 +#: g10/gpg.c:462 sm/gpgsm.c:224 msgid "list keys" msgstr "enumeră chei" -#: g10/gpg.c:463 +#: g10/gpg.c:464 msgid "list keys and signatures" msgstr "enumeră chei ÅŸi semnături" -#: g10/gpg.c:466 +#: g10/gpg.c:467 msgid "list and check key signatures" msgstr "enumeră ÅŸi verifică semnăturile cheii" -#: g10/gpg.c:468 sm/gpgsm.c:227 +#: g10/gpg.c:469 sm/gpgsm.c:229 msgid "list keys and fingerprints" msgstr "enumeră chei ÅŸi amprente" -#: g10/gpg.c:469 sm/gpgsm.c:225 +#: g10/gpg.c:470 sm/gpgsm.c:227 msgid "list secret keys" msgstr "enumeră chei secrete" -#: g10/gpg.c:471 sm/gpgsm.c:228 +#: g10/gpg.c:472 sm/gpgsm.c:230 msgid "generate a new key pair" msgstr "generează o nouă perechi de chei" -#: g10/gpg.c:474 +#: g10/gpg.c:475 #, fuzzy #| msgid "generate a new key pair" msgid "quickly generate a new key pair" msgstr "generează o nouă perechi de chei" -#: g10/gpg.c:477 +#: g10/gpg.c:478 #, fuzzy #| msgid "generate a new key pair" msgid "quickly add a new user-id" msgstr "generează o nouă perechi de chei" -#: g10/gpg.c:482 +#: g10/gpg.c:483 #, fuzzy #| msgid "generate a new key pair" msgid "quickly revoke a user-id" msgstr "generează o nouă perechi de chei" -#: g10/gpg.c:485 +#: g10/gpg.c:486 #, fuzzy #| msgid "generate a new key pair" msgid "quickly set a new expiration date" msgstr "generează o nouă perechi de chei" -#: g10/gpg.c:488 +#: g10/gpg.c:489 msgid "full featured key pair generation" msgstr "" -#: g10/gpg.c:491 +#: g10/gpg.c:492 msgid "generate a revocation certificate" msgstr "generează un certificat de revocare" -#: g10/gpg.c:494 sm/gpgsm.c:231 +#: g10/gpg.c:495 sm/gpgsm.c:233 msgid "remove keys from the public keyring" msgstr "ÅŸterge chei de pe inelul de chei public" -#: g10/gpg.c:496 +#: g10/gpg.c:497 msgid "remove keys from the secret keyring" msgstr "ÅŸterge chei de pe inelul de chei secret" -#: g10/gpg.c:498 +#: g10/gpg.c:499 #, fuzzy #| msgid "sign a key" msgid "quickly sign a key" msgstr "semnează o cheie" -#: g10/gpg.c:500 +#: g10/gpg.c:501 #, fuzzy #| msgid "sign a key locally" msgid "quickly sign a key locally" msgstr "semnează o cheie local" -#: g10/gpg.c:502 +#: g10/gpg.c:503 #, fuzzy #| msgid "generate a new key pair" msgid "quickly revoke a key signature" msgstr "generează o nouă perechi de chei" -#: g10/gpg.c:503 +#: g10/gpg.c:504 msgid "sign a key" msgstr "semnează o cheie" -#: g10/gpg.c:504 +#: g10/gpg.c:505 msgid "sign a key locally" msgstr "semnează o cheie local" -#: g10/gpg.c:505 +#: g10/gpg.c:506 msgid "sign or edit a key" msgstr "semnează sau editează o cheie" -#: g10/gpg.c:507 sm/gpgsm.c:249 +#: g10/gpg.c:508 sm/gpgsm.c:251 #, fuzzy msgid "change a passphrase" msgstr "schimbă fraza-parolă" -#: g10/gpg.c:511 +#: g10/gpg.c:512 msgid "export keys" msgstr "exportă chei" -#: g10/gpg.c:512 +#: g10/gpg.c:513 msgid "export keys to a keyserver" msgstr "exportă chei pentru un server de chei" -#: g10/gpg.c:513 +#: g10/gpg.c:514 msgid "import keys from a keyserver" msgstr "importă chei de la un server de chei" -#: g10/gpg.c:516 +#: g10/gpg.c:517 msgid "search for keys on a keyserver" msgstr "caută pentru chei pe un server de chei" -#: g10/gpg.c:518 +#: g10/gpg.c:519 msgid "update all keys from a keyserver" msgstr "actualizează toate cheile de la un server de chei" -#: g10/gpg.c:526 +#: g10/gpg.c:527 msgid "import/merge keys" msgstr "importă/combină chei" -#: g10/gpg.c:529 +#: g10/gpg.c:530 msgid "print the card status" msgstr "afiÅŸează starea cardului" -#: g10/gpg.c:530 +#: g10/gpg.c:531 msgid "change data on a card" msgstr "schimbă data de pe card" -#: g10/gpg.c:532 +#: g10/gpg.c:533 msgid "change a card's PIN" msgstr "schimbă PIN-ul unui card" -#: g10/gpg.c:544 +#: g10/gpg.c:545 msgid "update the trust database" msgstr "actualizează baza de date de încredere" -#: g10/gpg.c:554 +#: g10/gpg.c:555 #, fuzzy msgid "print message digests" msgstr "|algo [fiÅŸiere]|afiÅŸează rezumate mesaje" -#: g10/gpg.c:558 sm/gpgsm.c:244 +#: g10/gpg.c:559 sm/gpgsm.c:246 msgid "run in server mode" msgstr "" -#: g10/gpg.c:560 +#: g10/gpg.c:561 msgid "|VALUE|set the TOFU policy for a key" msgstr "" -#: g10/gpg.c:603 +#: g10/gpg.c:604 msgid "|NAME|use NAME as default secret key" msgstr "|NUME|foloseÅŸte NUME ca cheie secretă implicită" -#: g10/gpg.c:605 sm/gpgsm.c:337 +#: g10/gpg.c:606 sm/gpgsm.c:340 #, fuzzy msgid "|NAME|encrypt to user ID NAME as well" msgstr "|NUME|cifrare pentru NUME" -#: g10/gpg.c:613 +#: g10/gpg.c:614 msgid "|SPEC|set up email aliases" msgstr "" -#: g10/gpg.c:625 +#: g10/gpg.c:626 msgid "use strict OpenPGP behavior" msgstr "foloseÅŸte comportament strict OpenPGP" -#: g10/gpg.c:650 kbx/kbxutil.c:91 sm/gpgsm.c:421 tools/gpgconf.c:113 +#: g10/gpg.c:651 kbx/kbxutil.c:91 sm/gpgsm.c:424 tools/gpgconf.c:113 msgid "do not make any changes" msgstr "nu face nici o schimbare" -#: g10/gpg.c:651 +#: g10/gpg.c:652 msgid "prompt before overwriting" msgstr "întreabă înainte de a suprascrie" -#: g10/gpg.c:700 sm/gpgsm.c:307 +#: g10/gpg.c:701 sm/gpgsm.c:310 msgid "Options controlling the input" msgstr "" -#: g10/gpg.c:718 sm/gpgsm.c:317 +#: g10/gpg.c:719 sm/gpgsm.c:320 msgid "Options controlling the output" msgstr "" -#: g10/gpg.c:720 sm/gpgsm.c:319 +#: g10/gpg.c:721 sm/gpgsm.c:322 msgid "create ascii armored output" msgstr "crează ieÅŸire în armură ascii" -#: g10/gpg.c:724 g10/gpgv.c:82 sm/gpgsm.c:324 +#: g10/gpg.c:725 g10/gpgv.c:82 sm/gpgsm.c:327 #, fuzzy msgid "|FILE|write output to FILE" msgstr "|FIÅžIER|încarcă modulul extensie FIÅžIER" -#: g10/gpg.c:737 +#: g10/gpg.c:738 msgid "use canonical text mode" msgstr "foloseÅŸte modul text canonic" -#: g10/gpg.c:755 +#: g10/gpg.c:756 #, fuzzy msgid "|N|set compress level to N (0 disables)" msgstr "|N|setează nivel de compresie N (0 deactivează)" -#: g10/gpg.c:761 sm/gpgsm.c:354 +#: g10/gpg.c:762 sm/gpgsm.c:357 msgid "Options controlling key import and export" msgstr "" -#: g10/gpg.c:764 +#: g10/gpg.c:765 msgid "|MECHANISMS|use MECHANISMS to locate keys by mail address" msgstr "" -#: g10/gpg.c:767 +#: g10/gpg.c:768 #, fuzzy #| msgid "import keys from a keyserver" msgid "import missing key from a signature" msgstr "importă chei de la un server de chei" -#: g10/gpg.c:772 +#: g10/gpg.c:773 #, fuzzy #| msgid "list and check key signatures" msgid "include the public key in signatures" msgstr "enumeră ÅŸi verifică semnăturile cheii" -#: g10/gpg.c:775 sm/gpgsm.c:357 +#: g10/gpg.c:776 sm/gpgsm.c:360 msgid "disable all access to the dirmngr" msgstr "" -#: g10/gpg.c:787 sm/gpgsm.c:364 +#: g10/gpg.c:788 sm/gpgsm.c:367 msgid "Options controlling key listings" msgstr "" -#: g10/gpg.c:817 sm/gpgsm.c:329 +#: g10/gpg.c:818 sm/gpgsm.c:332 #, fuzzy #| msgid "list secret keys" msgid "Options to specify keys" msgstr "enumeră chei secrete" -#: g10/gpg.c:819 sm/gpgsm.c:331 +#: g10/gpg.c:820 sm/gpgsm.c:334 #, fuzzy msgid "|USER-ID|encrypt for USER-ID" msgstr "|NUME|cifrare pentru NUME" -#: g10/gpg.c:827 sm/gpgsm.c:333 +#: g10/gpg.c:828 sm/gpgsm.c:336 #, fuzzy msgid "|USER-ID|use USER-ID to sign or decrypt" msgstr "foloseÅŸte acest id-utilizator pentru a semna sau decripta" -#: g10/gpg.c:875 sm/gpgsm.c:405 +#: g10/gpg.c:876 sm/gpgsm.c:408 msgid "Options for unattended use" msgstr "" -#: g10/gpg.c:894 sm/gpgsm.c:417 dirmngr/dirmngr.c:285 +#: g10/gpg.c:895 sm/gpgsm.c:420 dirmngr/dirmngr.c:286 msgid "Other options" msgstr "" -#: g10/gpg.c:965 sm/gpgsm.c:450 +#: g10/gpg.c:966 sm/gpgsm.c:453 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -2888,7 +2888,7 @@ msgstr "" "@\n" "(Arată pagina man pentru o listă completă a comenzilor ÅŸi opÅ£iunilor)\n" -#: g10/gpg.c:968 +#: g10/gpg.c:969 #, fuzzy #| msgid "" #| "@\n" @@ -2918,13 +2918,13 @@ msgstr "" " --list-keys [nume] arată chei\n" " --fingerprint [nume] arată amprente\n" -#: g10/gpg.c:1153 +#: g10/gpg.c:1154 #, fuzzy #| msgid "Usage: gpg [options] [files] (-h for help)" msgid "Usage: @GPG@ [options] [files] (-h for help)" msgstr "Folosire: gpg [opÅ£iuni] [fiÅŸiere] (-h pentru ajutor)" -#: g10/gpg.c:1156 +#: g10/gpg.c:1157 #, fuzzy #| msgid "" #| "Syntax: gpg [options] [files]\n" @@ -2939,7 +2939,7 @@ msgstr "" "sign, check, encrypt sau decrypt\n" "operaÅ£iunea implicită depinde de datele de intrare\n" -#: g10/gpg.c:1167 sm/gpgsm.c:633 +#: g10/gpg.c:1168 sm/gpgsm.c:636 msgid "" "\n" "Supported algorithms:\n" @@ -2947,79 +2947,79 @@ msgstr "" "\n" "Algoritmuri suportate:\n" -#: g10/gpg.c:1170 +#: g10/gpg.c:1171 msgid "Pubkey: " msgstr "Pubkey: " -#: g10/gpg.c:1177 g10/keyedit.c:3316 +#: g10/gpg.c:1178 g10/keyedit.c:3316 msgid "Cipher: " msgstr "Cifru: " -#: g10/gpg.c:1191 +#: g10/gpg.c:1192 msgid "Hash: " msgstr "Hash: " -#: g10/gpg.c:1198 g10/keyedit.c:3382 +#: g10/gpg.c:1199 g10/keyedit.c:3382 msgid "Compression: " msgstr "Compresie: " -#: g10/gpg.c:1273 sm/gpgsm.c:707 +#: g10/gpg.c:1274 sm/gpgsm.c:710 #, fuzzy, c-format msgid "usage: %s [options] %s\n" msgstr "folosire: gpg [opÅ£iuni] " -#: g10/gpg.c:1466 sm/gpgsm.c:800 +#: g10/gpg.c:1467 sm/gpgsm.c:803 #, c-format msgid "conflicting commands\n" msgstr "comenzi în conflict\n" -#: g10/gpg.c:1484 +#: g10/gpg.c:1485 #, fuzzy, c-format #| msgid "no = sign found in group definition `%s'\n" msgid "no = sign found in group definition '%s'\n" msgstr "nu am găsit nici un semn = în definiÅ£ia grupului `%s'\n" -#: g10/gpg.c:1682 +#: g10/gpg.c:1683 #, fuzzy, c-format #| msgid "WARNING: unsafe ownership on homedir `%s'\n" msgid "WARNING: unsafe ownership on homedir '%s'\n" msgstr "" "AVERTISMENT: proprietate nesigură (unsafe) pentru directorul home `%s'\n" -#: g10/gpg.c:1685 +#: g10/gpg.c:1686 #, fuzzy, c-format #| msgid "WARNING: unsafe ownership on configuration file `%s'\n" msgid "WARNING: unsafe ownership on configuration file '%s'\n" msgstr "" "AVERTISMENT: proprietate nesigură (unsafe) pentru fiÅŸier configurare `%s'\n" -#: g10/gpg.c:1688 +#: g10/gpg.c:1689 #, fuzzy, c-format #| msgid "WARNING: unsafe ownership on extension `%s'\n" msgid "WARNING: unsafe ownership on extension '%s'\n" msgstr "AVERTISMENT: proprietate nesigură (unsafe) pentru extensia `%s'\n" -#: g10/gpg.c:1694 +#: g10/gpg.c:1695 #, fuzzy, c-format #| msgid "WARNING: unsafe permissions on homedir `%s'\n" msgid "WARNING: unsafe permissions on homedir '%s'\n" msgstr "" "AVERTISMENT: permisiuni nesigure (unsafe) pentru directorul home `%s'\n" -#: g10/gpg.c:1697 +#: g10/gpg.c:1698 #, fuzzy, c-format #| msgid "WARNING: unsafe permissions on configuration file `%s'\n" msgid "WARNING: unsafe permissions on configuration file '%s'\n" msgstr "" "AVERTISMENT: permisiuni nesigure (unsafe) pentru fiÅŸier configurare `%s'\n" -#: g10/gpg.c:1700 +#: g10/gpg.c:1701 #, fuzzy, c-format #| msgid "WARNING: unsafe permissions on extension `%s'\n" msgid "WARNING: unsafe permissions on extension '%s'\n" msgstr "AVERTISMENT: permisiuni nesigure (unsafe) pentru extensia `%s'\n" -#: g10/gpg.c:1706 +#: g10/gpg.c:1707 #, fuzzy, c-format #| msgid "WARNING: unsafe enclosing directory ownership on homedir `%s'\n" msgid "WARNING: unsafe enclosing directory ownership on homedir '%s'\n" @@ -3027,7 +3027,7 @@ msgstr "" "AVERTISMENT: proprietate director incluziuni nesigur (unsafe) pentru " "directorul home `%s'\n" -#: g10/gpg.c:1709 +#: g10/gpg.c:1710 #, fuzzy, c-format #| msgid "" #| "WARNING: unsafe enclosing directory ownership on configuration file `%s'\n" @@ -3037,7 +3037,7 @@ msgstr "" "AVERTISMENT: proprietate director incluziuni nesigur (unsafe) pentru fiÅŸier " "configurare `%s'\n" -#: g10/gpg.c:1712 +#: g10/gpg.c:1713 #, fuzzy, c-format #| msgid "WARNING: unsafe enclosing directory ownership on extension `%s'\n" msgid "WARNING: unsafe enclosing directory ownership on extension '%s'\n" @@ -3045,7 +3045,7 @@ msgstr "" "AVERTISMENT: proprietate director incluziuni nesigur (unsafe) pentru " "extensia `%s'\n" -#: g10/gpg.c:1718 +#: g10/gpg.c:1719 #, fuzzy, c-format #| msgid "WARNING: unsafe enclosing directory permissions on homedir `%s'\n" msgid "WARNING: unsafe enclosing directory permissions on homedir '%s'\n" @@ -3053,7 +3053,7 @@ msgstr "" "AVERTISMENT: permisiuni director incluziuni nesigure (unsafe) pentru " "directorul home `%s'\n" -#: g10/gpg.c:1721 +#: g10/gpg.c:1722 #, fuzzy, c-format #| msgid "" #| "WARNING: unsafe enclosing directory permissions on configuration file `" @@ -3064,7 +3064,7 @@ msgstr "" "AVERTISMENT: permisiuni director incluziuni nesigure (unsafe) pentru fiÅŸier " "configurare `%s'\n" -#: g10/gpg.c:1724 +#: g10/gpg.c:1725 #, fuzzy, c-format #| msgid "WARNING: unsafe enclosing directory permissions on extension `%s'\n" msgid "WARNING: unsafe enclosing directory permissions on extension '%s'\n" @@ -3072,485 +3072,485 @@ msgstr "" "AVERTISMENT: permisiuni director incluziuni nesigure (unsafe) pentru " "extensia `%s'\n" -#: g10/gpg.c:1940 +#: g10/gpg.c:1941 #, fuzzy, c-format #| msgid "unknown configuration item `%s'\n" msgid "unknown configuration item '%s'\n" msgstr "articol configurare necunoscut `%s'\n" -#: g10/gpg.c:2034 +#: g10/gpg.c:2037 msgid "display photo IDs during key listings" msgstr "" -#: g10/gpg.c:2036 +#: g10/gpg.c:2039 #, fuzzy msgid "show key usage information during key listings" msgstr "Nici o semnătură corespunzătoare în inelul secret\n" -#: g10/gpg.c:2038 +#: g10/gpg.c:2041 msgid "show policy URLs during signature listings" msgstr "" -#: g10/gpg.c:2040 +#: g10/gpg.c:2043 #, fuzzy msgid "show all notations during signature listings" msgstr "Nici o semnătură corespunzătoare în inelul secret\n" -#: g10/gpg.c:2042 +#: g10/gpg.c:2045 msgid "show IETF standard notations during signature listings" msgstr "" -#: g10/gpg.c:2046 +#: g10/gpg.c:2049 msgid "show user-supplied notations during signature listings" msgstr "" -#: g10/gpg.c:2048 +#: g10/gpg.c:2051 #, fuzzy msgid "show preferred keyserver URLs during signature listings" msgstr "URL-ul serverului de chei preferat furnizat este invalid\n" -#: g10/gpg.c:2050 +#: g10/gpg.c:2053 msgid "show user ID validity during key listings" msgstr "" -#: g10/gpg.c:2052 +#: g10/gpg.c:2055 msgid "show revoked and expired user IDs in key listings" msgstr "" -#: g10/gpg.c:2054 +#: g10/gpg.c:2057 msgid "show revoked and expired subkeys in key listings" msgstr "" -#: g10/gpg.c:2056 +#: g10/gpg.c:2059 #, fuzzy msgid "show the keyring name in key listings" msgstr "arată căruia dintre inelele de chei îi aparÅ£ine o cheie enumerată" -#: g10/gpg.c:2058 +#: g10/gpg.c:2061 #, fuzzy msgid "show expiration dates during signature listings" msgstr "Nici o semnătură corespunzătoare în inelul secret\n" -#: g10/gpg.c:2175 +#: g10/gpg.c:2178 #, fuzzy, c-format #| msgid "unknown option `%s'\n" msgid "unknown TOFU policy '%s'\n" msgstr "opÅ£iune necunoscută `%s'\n" -#: g10/gpg.c:2177 +#: g10/gpg.c:2180 #, c-format msgid "(use \"help\" to list choices)\n" msgstr "" -#: g10/gpg.c:2972 g10/gpg.c:3797 g10/gpg.c:3809 +#: g10/gpg.c:2975 g10/gpg.c:3828 g10/gpg.c:3840 #, fuzzy, c-format #| msgid "NOTE: %s is not for normal use!\n" msgid "Note: %s is not for normal use!\n" msgstr "NOTÄ‚: %s nu este pentru o folosire normală!\n" -#: g10/gpg.c:3148 g10/gpg.c:3160 +#: g10/gpg.c:3151 g10/gpg.c:3163 #, fuzzy, c-format #| msgid "`%s' is not a valid signature expiration\n" msgid "'%s' is not a valid signature expiration\n" msgstr "`%s' nu este expirare de semnătură validă\n" -#: g10/gpg.c:3182 +#: g10/gpg.c:3185 #, fuzzy, c-format msgid "\"%s\" is not a proper mail address\n" msgstr "Nu este o adresă de email validă\n" -#: g10/gpg.c:3214 sm/gpgsm.c:1265 +#: g10/gpg.c:3217 sm/gpgsm.c:1270 #, fuzzy, c-format msgid "invalid pinentry mode '%s'\n" msgstr "algoritm hash invalid `%s'\n" -#: g10/gpg.c:3220 sm/gpgsm.c:1271 +#: g10/gpg.c:3223 sm/gpgsm.c:1276 #, fuzzy, c-format msgid "invalid request origin '%s'\n" msgstr "opÅ£iuni enumerare invalide\n" -#: g10/gpg.c:3277 +#: g10/gpg.c:3280 #, fuzzy, c-format #| msgid "`%s' is not a valid character set\n" msgid "'%s' is not a valid character set\n" msgstr "`%s' nu este un set de carectere valid\n" # -#: g10/gpg.c:3299 g10/gpg.c:3508 g10/keyedit.c:5319 +#: g10/gpg.c:3302 g10/gpg.c:3511 g10/keyedit.c:5319 #, c-format msgid "could not parse keyserver URL\n" msgstr "nu am putut interpreta URL-ul serverului de chei\n" -#: g10/gpg.c:3317 +#: g10/gpg.c:3320 #, c-format msgid "%s:%d: invalid keyserver options\n" msgstr "%s:%d: opÅ£iuni server de chei invalide\n" -#: g10/gpg.c:3320 +#: g10/gpg.c:3323 #, c-format msgid "invalid keyserver options\n" msgstr "opÅ£iuni server de chei invalide\n" -#: g10/gpg.c:3327 +#: g10/gpg.c:3330 #, c-format msgid "%s:%d: invalid import options\n" msgstr "%s:%d: opÅ£iuni import invalide\n" -#: g10/gpg.c:3330 +#: g10/gpg.c:3333 #, c-format msgid "invalid import options\n" msgstr "opÅ£iuni import invalide\n" -#: g10/gpg.c:3336 g10/gpg.c:3351 +#: g10/gpg.c:3339 g10/gpg.c:3354 #, fuzzy, c-format #| msgid "invalid list options\n" msgid "invalid filter option: %s\n" msgstr "opÅ£iuni enumerare invalide\n" -#: g10/gpg.c:3342 +#: g10/gpg.c:3345 #, c-format msgid "%s:%d: invalid export options\n" msgstr "%s:%d: opÅ£iuni export invalide\n" -#: g10/gpg.c:3345 +#: g10/gpg.c:3348 #, c-format msgid "invalid export options\n" msgstr "opÅ£iuni export invalide\n" -#: g10/gpg.c:3357 +#: g10/gpg.c:3360 #, c-format msgid "%s:%d: invalid list options\n" msgstr "%s:%d: opÅ£iuni enumerare invalide\n" -#: g10/gpg.c:3360 +#: g10/gpg.c:3363 #, c-format msgid "invalid list options\n" msgstr "opÅ£iuni enumerare invalide\n" -#: g10/gpg.c:3368 +#: g10/gpg.c:3371 msgid "display photo IDs during signature verification" msgstr "" -#: g10/gpg.c:3370 +#: g10/gpg.c:3373 msgid "show policy URLs during signature verification" msgstr "" -#: g10/gpg.c:3372 +#: g10/gpg.c:3375 #, fuzzy msgid "show all notations during signature verification" msgstr "`%s' nu este expirare de semnătură validă\n" -#: g10/gpg.c:3374 +#: g10/gpg.c:3377 msgid "show IETF standard notations during signature verification" msgstr "" -#: g10/gpg.c:3378 +#: g10/gpg.c:3381 msgid "show user-supplied notations during signature verification" msgstr "" -#: g10/gpg.c:3380 +#: g10/gpg.c:3383 #, fuzzy msgid "show preferred keyserver URLs during signature verification" msgstr "URL-ul serverului de chei preferat furnizat este invalid\n" -#: g10/gpg.c:3382 +#: g10/gpg.c:3385 #, fuzzy msgid "show user ID validity during signature verification" msgstr "`%s' nu este expirare de semnătură validă\n" -#: g10/gpg.c:3384 +#: g10/gpg.c:3387 msgid "show revoked and expired user IDs in signature verification" msgstr "" -#: g10/gpg.c:3386 +#: g10/gpg.c:3389 #, fuzzy msgid "show only the primary user ID in signature verification" msgstr "`%s' nu este expirare de semnătură validă\n" -#: g10/gpg.c:3393 +#: g10/gpg.c:3396 #, c-format msgid "%s:%d: invalid verify options\n" msgstr "%s:%d: opÅ£iuni verificare invalide\n" -#: g10/gpg.c:3396 +#: g10/gpg.c:3399 #, c-format msgid "invalid verify options\n" msgstr "opÅ£iuni verificare invalide\n" -#: g10/gpg.c:3403 +#: g10/gpg.c:3406 #, c-format msgid "unable to set exec-path to %s\n" msgstr "nu pot seta cale-execuÅ£ie ca %s\n" -#: g10/gpg.c:3610 +#: g10/gpg.c:3613 #, fuzzy, c-format msgid "%s:%d: invalid auto-key-locate list\n" msgstr "%s:%d: opÅ£iuni verificare invalide\n" -#: g10/gpg.c:3613 +#: g10/gpg.c:3616 #, c-format msgid "invalid auto-key-locate list\n" msgstr "" -#: g10/gpg.c:3622 +#: g10/gpg.c:3625 #, fuzzy, c-format msgid "invalid argument for option \"%.50s\"\n" msgstr "opÅ£iuni enumerare invalide\n" -#: g10/gpg.c:3776 sm/gpgsm.c:1642 +#: g10/gpg.c:3807 sm/gpgsm.c:1675 #, c-format msgid "WARNING: program may create a core file!\n" msgstr "AVERTISMENT: programul ar putea crea un fiÅŸier core!\n" -#: g10/gpg.c:3790 +#: g10/gpg.c:3821 #, c-format msgid "WARNING: %s overrides %s\n" msgstr "AVERTISMENT: %s înlocuieÅŸte %s\n" -#: g10/gpg.c:3799 +#: g10/gpg.c:3830 #, c-format msgid "%s not allowed with %s!\n" msgstr "%s nu este permis cu %s!\n" -#: g10/gpg.c:3802 +#: g10/gpg.c:3833 #, c-format msgid "%s makes no sense with %s!\n" msgstr "%s nu are sens cu %s!\n" -#: g10/gpg.c:3817 sm/gpgsm.c:1663 dirmngr/dirmngr.c:1114 +#: g10/gpg.c:3848 sm/gpgsm.c:1696 dirmngr/dirmngr.c:1123 #, c-format msgid "WARNING: running with faked system time: " msgstr "" -#: g10/gpg.c:3838 +#: g10/gpg.c:3869 #, c-format msgid "will not run with insecure memory due to %s\n" msgstr "nu va rula cu memorie neprotejată (insecure) pentru că %s\n" -#: g10/gpg.c:3866 g10/gpg.c:3897 sm/gpgsm.c:1730 +#: g10/gpg.c:3897 g10/gpg.c:3928 sm/gpgsm.c:1763 #, c-format msgid "selected cipher algorithm is invalid\n" msgstr "algoritm cifrare selectat este invalid\n" -#: g10/gpg.c:3873 +#: g10/gpg.c:3904 #, fuzzy, c-format #| msgid "selected digest algorithm is invalid\n" msgid "selected AEAD algorithm is invalid\n" msgstr "algoritm rezumat selectat este invalid\n" -#: g10/gpg.c:3885 +#: g10/gpg.c:3916 #, c-format msgid "selected compression algorithm is invalid\n" msgstr "algoritm compresie selectat este invalid\n" -#: g10/gpg.c:3891 +#: g10/gpg.c:3922 #, c-format msgid "selected certification digest algorithm is invalid\n" msgstr "algoritm rezumat certificare selectat este invalid\n" -#: g10/gpg.c:3906 +#: g10/gpg.c:3937 #, c-format msgid "completes-needed must be greater than 0\n" msgstr "completes-needed trebuie să fie mai mare decât 0\n" -#: g10/gpg.c:3908 +#: g10/gpg.c:3939 #, c-format msgid "marginals-needed must be greater than 1\n" msgstr "marginals-needed trebuie să fie mai mare decât 1\n" -#: g10/gpg.c:3910 +#: g10/gpg.c:3941 #, c-format msgid "max-cert-depth must be in the range from 1 to 255\n" msgstr "max-cert-depth trebuie să fie în intervalul de la 1 la 255\n" -#: g10/gpg.c:3912 +#: g10/gpg.c:3943 #, c-format msgid "invalid default-cert-level; must be 0, 1, 2, or 3\n" msgstr "default-cert-level invalid; trebuie să fie 0, 1, 2 sau 3\n" -#: g10/gpg.c:3914 +#: g10/gpg.c:3945 #, c-format msgid "invalid min-cert-level; must be 1, 2, or 3\n" msgstr "min-cert-level invalid; trebuie să fie 0, 1, 2 sau 3\n" -#: g10/gpg.c:3918 +#: g10/gpg.c:3949 #, fuzzy, c-format #| msgid "NOTE: simple S2K mode (0) is strongly discouraged\n" msgid "Note: simple S2K mode (0) is strongly discouraged\n" msgstr "NOTÄ‚: modul S2K simplu (0) este contraindicat cu insistenţă\n" -#: g10/gpg.c:3922 +#: g10/gpg.c:3953 #, c-format msgid "invalid S2K mode; must be 0, 1 or 3\n" msgstr "mod S2K invalid; trebuie să fie 0, 1 sau 3\n" -#: g10/gpg.c:3929 +#: g10/gpg.c:3960 #, c-format msgid "invalid default preferences\n" msgstr "preferinÅ£e implicite invalide\n" -#: g10/gpg.c:3933 +#: g10/gpg.c:3964 #, c-format msgid "invalid personal cipher preferences\n" msgstr "preferinÅ£e cifrare personale invalide\n" -#: g10/gpg.c:3936 +#: g10/gpg.c:3967 #, fuzzy, c-format #| msgid "invalid personal cipher preferences\n" msgid "invalid personal AEAD preferences\n" msgstr "preferinÅ£e cifrare personale invalide\n" -#: g10/gpg.c:3940 +#: g10/gpg.c:3971 #, c-format msgid "invalid personal digest preferences\n" msgstr "preferinÅ£e rezumat personale invalide\n" -#: g10/gpg.c:3944 +#: g10/gpg.c:3975 #, c-format msgid "invalid personal compress preferences\n" msgstr "preferinÅ£e compresie personale invalide\n" -#: g10/gpg.c:3953 g10/gpg.c:3958 +#: g10/gpg.c:3984 g10/gpg.c:3989 #, fuzzy, c-format #| msgid "keysize invalid; using %u bits\n" msgid "chunk size invalid - using %d\n" msgstr "lungime cheie invalidă; folosesc %u biÅ£i\n" -#: g10/gpg.c:3995 +#: g10/gpg.c:4026 #, c-format msgid "%s does not yet work with %s\n" msgstr "%s nu merge încă cu %s!\n" -#: g10/gpg.c:4058 +#: g10/gpg.c:4089 #, fuzzy, c-format #| msgid "you may not use cipher algorithm `%s' while in %s mode\n" msgid "AEAD algorithm '%s' may not be used in %s mode\n" msgstr "nu puteÅ£i folosi algoritmul de cifrare `%s' câtă vreme în modul %s\n" -#: g10/gpg.c:4070 +#: g10/gpg.c:4101 #, fuzzy, c-format #| msgid "you may not use compression algorithm `%s' while in %s mode\n" msgid "compression algorithm '%s' may not be used in %s mode\n" msgstr "nu puteÅ£i folosi algoritmul de compresie `%s' câtă vreme în modul %s\n" -#: g10/gpg.c:4225 +#: g10/gpg.c:4256 #, c-format msgid "failed to initialize the TrustDB: %s\n" msgstr "am eÅŸuat să iniÅ£ializez TrustDB:%s\n" -#: g10/gpg.c:4237 +#: g10/gpg.c:4268 #, c-format msgid "WARNING: recipients (-r) given without using public key encryption\n" msgstr "" "AVERTISMENT: destinatari (-r) furnizaÅ£i fără a folosi cifrare cu cheie " "publică\n" -#: g10/gpg.c:4309 +#: g10/gpg.c:4340 #, fuzzy, c-format #| msgid "symmetric encryption of `%s' failed: %s\n" msgid "symmetric encryption of '%s' failed: %s\n" msgstr "cifrarea simetrică a lui `%s' a eÅŸuat: %s\n" -#: g10/gpg.c:4338 +#: g10/gpg.c:4369 #, c-format msgid "you cannot use --symmetric --encrypt with --s2k-mode 0\n" msgstr "nu puteÅ£i folosi --symmetric --encrypt cu --s2k-mode 0\n" -#: g10/gpg.c:4341 +#: g10/gpg.c:4372 #, fuzzy, c-format #| msgid "you cannot use --symmetric --encrypt while in %s mode\n" msgid "you cannot use --symmetric --encrypt in %s mode\n" msgstr "nu puteÅ£i folosi --symmetric --encrypt câtă vreme în modul %s\n" -#: g10/gpg.c:4399 +#: g10/gpg.c:4430 #, c-format msgid "you cannot use --symmetric --sign --encrypt with --s2k-mode 0\n" msgstr "nu puteÅ£i folosi --symmetric --sign --encrypt cu --s2k-mode 0\n" -#: g10/gpg.c:4402 +#: g10/gpg.c:4433 #, fuzzy, c-format #| msgid "you cannot use --symmetric --sign --encrypt while in %s mode\n" msgid "you cannot use --symmetric --sign --encrypt in %s mode\n" msgstr "nu puteÅ£i folosi --symmetric --sign --encrypt câtă vreme în modul %s\n" -#: g10/gpg.c:4790 g10/keyserver.c:1858 +#: g10/gpg.c:4821 g10/keyserver.c:1870 #, c-format msgid "keyserver send failed: %s\n" msgstr "trimitere server de chei eÅŸuată: %s\n" -#: g10/gpg.c:4795 +#: g10/gpg.c:4826 #, c-format msgid "keyserver receive failed: %s\n" msgstr "recepÅ£ie server de chei eÅŸuată: %s\n" -#: g10/gpg.c:4801 +#: g10/gpg.c:4832 #, c-format msgid "key export failed: %s\n" msgstr "export cheie eÅŸuat: %s\n" -#: g10/gpg.c:4814 +#: g10/gpg.c:4845 #, fuzzy, c-format #| msgid "key export failed: %s\n" msgid "export as ssh key failed: %s\n" msgstr "export cheie eÅŸuat: %s\n" -#: g10/gpg.c:4826 +#: g10/gpg.c:4857 #, c-format msgid "keyserver search failed: %s\n" msgstr "căutare server de chei eÅŸuată: %s\n" -#: g10/gpg.c:4839 +#: g10/gpg.c:4870 #, c-format msgid "keyserver refresh failed: %s\n" msgstr "actualizare server de chei eÅŸuată: %s\n" -#: g10/gpg.c:4906 +#: g10/gpg.c:4937 #, c-format msgid "dearmoring failed: %s\n" msgstr "eliminarea armurii a eÅŸuat: %s\n" -#: g10/gpg.c:4917 +#: g10/gpg.c:4948 #, c-format msgid "enarmoring failed: %s\n" msgstr "punerea armurii a eÅŸuat: %s\n" -#: g10/gpg.c:5022 +#: g10/gpg.c:5053 #, fuzzy, c-format #| msgid "invalid hash algorithm `%s'\n" msgid "invalid hash algorithm '%s'\n" msgstr "algoritm hash invalid `%s'\n" -#: g10/gpg.c:5174 g10/tofu.c:2156 +#: g10/gpg.c:5205 g10/tofu.c:2156 #, fuzzy, c-format msgid "error parsing key specification '%s': %s\n" msgstr "eroare la obÅ£inerea numărului serial: %s\n" -#: g10/gpg.c:5185 +#: g10/gpg.c:5216 #, c-format msgid "'%s' does not appear to be a valid key ID, fingerprint or keygrip\n" msgstr "" -#: g10/gpg.c:5241 +#: g10/gpg.c:5272 #, c-format msgid "WARNING: no command supplied. Trying to guess what you mean ...\n" msgstr "" -#: g10/gpg.c:5252 +#: g10/gpg.c:5283 #, c-format msgid "Go ahead and type your message ...\n" msgstr "DaÅ£i-i drumul ÅŸi scrieÅ£i mesajul ...\n" -#: g10/gpg.c:5599 +#: g10/gpg.c:5630 #, c-format msgid "the given certification policy URL is invalid\n" msgstr "URL-ul politicii de certificare furnizat este invalid\n" -#: g10/gpg.c:5601 +#: g10/gpg.c:5632 #, c-format msgid "the given signature policy URL is invalid\n" msgstr "URL-ul politicii de semnături furnizat este invalid\n" -#: g10/gpg.c:5634 +#: g10/gpg.c:5665 #, c-format msgid "the given preferred keyserver URL is invalid\n" msgstr "URL-ul serverului de chei preferat furnizat este invalid\n" @@ -3564,7 +3564,7 @@ msgstr "ia cheile de pe acest inel de chei" msgid "make timestamp conflicts only a warning" msgstr "dă numai un avertisment la conflicte de timestamp" -#: g10/gpgv.c:86 sm/gpgsm.c:411 tools/gpgconf.c:116 tools/gpg-card.c:94 +#: g10/gpgv.c:86 sm/gpgsm.c:414 tools/gpgconf.c:116 tools/gpg-card.c:95 msgid "|FD|write status info to this FD" msgstr "|FD|scrie informaÅ£ii de stare în acest FD" @@ -3662,276 +3662,276 @@ msgstr "" msgid "repair keys on import" msgstr "afiÅŸează amprenta cheii" -#: g10/import.c:387 g10/import.c:709 +#: g10/import.c:399 g10/import.c:721 #, c-format msgid "skipping block of type %d\n" msgstr "bloc de tip %d sărit\n" -#: g10/import.c:726 +#: g10/import.c:738 #, c-format msgid "%lu keys processed so far\n" msgstr "%lu chei procesate până acum\n" -#: g10/import.c:819 +#: g10/import.c:831 #, c-format msgid "Total number processed: %lu\n" msgstr "Număr total procesate: %lu\n" -#: g10/import.c:822 +#: g10/import.c:834 #, fuzzy, c-format #| msgid " skipped new keys: %lu\n" msgid " skipped PGP-2 keys: %lu\n" msgstr " chei noi sărite: %lu\n" -#: g10/import.c:824 +#: g10/import.c:836 #, c-format msgid " skipped new keys: %lu\n" msgstr " chei noi sărite: %lu\n" -#: g10/import.c:827 +#: g10/import.c:839 #, c-format msgid " w/o user IDs: %lu\n" msgstr " fără ID-uri utilizator: %lu\n" -#: g10/import.c:830 sm/import.c:129 +#: g10/import.c:842 sm/import.c:129 #, c-format msgid " imported: %lu" msgstr " importate: %lu" -#: g10/import.c:834 sm/import.c:133 +#: g10/import.c:846 sm/import.c:133 #, c-format msgid " unchanged: %lu\n" msgstr " neschimbate: %lu\n" -#: g10/import.c:836 +#: g10/import.c:848 #, c-format msgid " new user IDs: %lu\n" msgstr " noi ID-uri utilizator: %lu\n" -#: g10/import.c:838 +#: g10/import.c:850 #, c-format msgid " new subkeys: %lu\n" msgstr " noi subchei: %lu\n" -#: g10/import.c:840 +#: g10/import.c:852 #, c-format msgid " new signatures: %lu\n" msgstr " noi semnături: %lu\n" -#: g10/import.c:842 +#: g10/import.c:854 #, c-format msgid " new key revocations: %lu\n" msgstr " noi revocări de chei: %lu\n" -#: g10/import.c:844 sm/import.c:135 +#: g10/import.c:856 sm/import.c:135 #, c-format msgid " secret keys read: %lu\n" msgstr " chei secrete citite: %lu\n" -#: g10/import.c:846 sm/import.c:137 +#: g10/import.c:858 sm/import.c:137 #, c-format msgid " secret keys imported: %lu\n" msgstr " chei secrete importate: %lu\n" -#: g10/import.c:848 sm/import.c:139 +#: g10/import.c:860 sm/import.c:139 #, c-format msgid " secret keys unchanged: %lu\n" msgstr "chei secrete neschimbate: %lu\n" -#: g10/import.c:850 sm/import.c:141 +#: g10/import.c:862 sm/import.c:141 #, c-format msgid " not imported: %lu\n" msgstr " ne importate: %lu\n" -#: g10/import.c:852 +#: g10/import.c:864 #, fuzzy, c-format msgid " signatures cleaned: %lu\n" msgstr "semnături create până acum: %lu\n" -#: g10/import.c:854 +#: g10/import.c:866 #, fuzzy, c-format msgid " user IDs cleaned: %lu\n" msgstr " chei secrete citite: %lu\n" -#: g10/import.c:1279 +#: g10/import.c:1291 #, fuzzy, c-format msgid "" "WARNING: key %s contains preferences for unavailable\n" "algorithms on these user IDs:\n" msgstr "AVERTISMENT: cheia %s conÅ£ine preferinÅ£e pentru indisponibil\n" -#: g10/import.c:1321 +#: g10/import.c:1333 #, c-format msgid " \"%s\": preference for cipher algorithm %s\n" msgstr " \"%s\": preferinţă pentru algoritm de cifrare %s\n" -#: g10/import.c:1339 +#: g10/import.c:1351 #, fuzzy, c-format #| msgid " \"%s\": preference for cipher algorithm %s\n" msgid " \"%s\": preference for AEAD algorithm %s\n" msgstr " \"%s\": preferinţă pentru algoritm de cifrare %s\n" -#: g10/import.c:1354 +#: g10/import.c:1366 #, c-format msgid " \"%s\": preference for digest algorithm %s\n" msgstr " \"%s\": preferinţă pentru algoritm rezumat %s\n" -#: g10/import.c:1366 +#: g10/import.c:1378 #, c-format msgid " \"%s\": preference for compression algorithm %s\n" msgstr " \"%s\": preferinţă pentru algoritm compresie %s\n" -#: g10/import.c:1379 +#: g10/import.c:1391 #, c-format msgid "it is strongly suggested that you update your preferences and\n" msgstr "" "este puternic sugerat să vă actualizaÅ£i preferinÅ£ele ÅŸi re-distribuiÅ£i\n" -#: g10/import.c:1381 +#: g10/import.c:1393 #, c-format msgid "re-distribute this key to avoid potential algorithm mismatch problems\n" msgstr "" "această cheie pentru a avita probleme potenÅ£iale de ne-potrivire de " "algoritm\n" -#: g10/import.c:1406 +#: g10/import.c:1418 #, c-format msgid "you can update your preferences with: gpg --edit-key %s updpref save\n" msgstr "vă puteÅ£i actualiza preferinÅ£ele cu: gpg --edit-key %s updpref save\n" -#: g10/import.c:1920 g10/import.c:3041 +#: g10/import.c:1932 g10/import.c:3053 #, c-format msgid "key %s: no user ID\n" msgstr "cheia %s: nici un ID utilizator\n" -#: g10/import.c:1926 +#: g10/import.c:1938 #, fuzzy, c-format #| msgid "skipped \"%s\": %s\n" msgid "key %s: %s\n" msgstr "sărită \"%s\": %s\n" -#: g10/import.c:1927 g10/import.c:3013 +#: g10/import.c:1939 g10/import.c:3025 msgid "rejected by import screener" msgstr "" -#: g10/import.c:1976 +#: g10/import.c:1988 #, c-format msgid "key %s: PKS subkey corruption repaired\n" msgstr "cheia %s: subcheia HPK coruptă a fost reparată\n" -#: g10/import.c:1997 +#: g10/import.c:2009 #, c-format msgid "key %s: accepted non self-signed user ID \"%s\"\n" msgstr "cheia %s: am acceptat ID-ul utilizator ce nu e auto-semnat \"%s\"\n" -#: g10/import.c:2008 g10/import.c:2039 +#: g10/import.c:2020 g10/import.c:2051 #, c-format msgid "key %s: no valid user IDs\n" msgstr "cheia %s: nici un ID utilizator valid\n" -#: g10/import.c:2010 +#: g10/import.c:2022 #, c-format msgid "this may be caused by a missing self-signature\n" msgstr "aceasta poate fi cauzată de o auto-semnătură ce lipseÅŸte\n" -#: g10/import.c:2089 g10/import.c:3427 +#: g10/import.c:2101 g10/import.c:3439 #, c-format msgid "key %s: public key not found: %s\n" msgstr "cheia %s: cheia publică nu a fost găsită: %s\n" -#: g10/import.c:2095 +#: g10/import.c:2107 #, c-format msgid "key %s: new key - skipped\n" msgstr "cheia %s: cheie nouă - sărită\n" -#: g10/import.c:2107 +#: g10/import.c:2119 #, c-format msgid "no writable keyring found: %s\n" msgstr "n-am găsit nici un inel de chei ce poate fi scris: %s\n" -#: g10/import.c:2139 g10/import.c:2241 g10/import.c:3502 +#: g10/import.c:2151 g10/import.c:2253 g10/import.c:3514 #, fuzzy, c-format #| msgid "error writing keyring `%s': %s\n" msgid "error writing keyring '%s': %s\n" msgstr "eroare la scrierea inelului de chei `%s': %s\n" -#: g10/import.c:2162 +#: g10/import.c:2174 #, c-format msgid "key %s: public key \"%s\" imported\n" msgstr "cheia %s: cheia publică \"%s\" importată\n" -#: g10/import.c:2189 +#: g10/import.c:2201 #, c-format msgid "key %s: doesn't match our copy\n" msgstr "cheia %s: nu se potriveÅŸte cu copia noastră\n" -#: g10/import.c:2257 +#: g10/import.c:2269 #, c-format msgid "key %s: \"%s\" 1 new user ID\n" msgstr "cheia %s: \"%s\" 1 nou ID utilizator\n" -#: g10/import.c:2260 +#: g10/import.c:2272 #, c-format msgid "key %s: \"%s\" %d new user IDs\n" msgstr "cheia %s: \"%s\" %d noi ID-uri utilizator\n" -#: g10/import.c:2263 +#: g10/import.c:2275 #, c-format msgid "key %s: \"%s\" 1 new signature\n" msgstr "cheia %s: \"%s\" 1 nouă semnătură\n" -#: g10/import.c:2266 +#: g10/import.c:2278 #, c-format msgid "key %s: \"%s\" %d new signatures\n" msgstr "cheia %s: \"%s\" %d noi semnături\n" -#: g10/import.c:2269 +#: g10/import.c:2281 #, c-format msgid "key %s: \"%s\" 1 new subkey\n" msgstr "cheia %s: \"%s\" 1 nouă subcheie\n" -#: g10/import.c:2272 +#: g10/import.c:2284 #, c-format msgid "key %s: \"%s\" %d new subkeys\n" msgstr "cheia %s: \"%s\" %d noi subchei\n" -#: g10/import.c:2275 +#: g10/import.c:2287 #, fuzzy, c-format msgid "key %s: \"%s\" %d signature cleaned\n" msgstr "cheia %s: \"%s\" %d noi semnături\n" -#: g10/import.c:2278 +#: g10/import.c:2290 #, fuzzy, c-format msgid "key %s: \"%s\" %d signatures cleaned\n" msgstr "cheia %s: \"%s\" %d noi semnături\n" -#: g10/import.c:2281 +#: g10/import.c:2293 #, fuzzy, c-format msgid "key %s: \"%s\" %d user ID cleaned\n" msgstr "cheia %s: \"%s\" %d noi ID-uri utilizator\n" -#: g10/import.c:2284 +#: g10/import.c:2296 #, fuzzy, c-format msgid "key %s: \"%s\" %d user IDs cleaned\n" msgstr "cheia %s: \"%s\" %d noi ID-uri utilizator\n" -#: g10/import.c:2320 +#: g10/import.c:2332 #, c-format msgid "key %s: \"%s\" not changed\n" msgstr "cheia %s: \"%s\" nu a fost schimbată\n" -#: g10/import.c:2680 g10/import.c:2875 +#: g10/import.c:2692 g10/import.c:2887 #, c-format msgid "key %s: secret key imported\n" msgstr "cheia %s: cheie secretă importată\n" -#: g10/import.c:2688 +#: g10/import.c:2700 #, fuzzy, c-format #| msgid "skipped: secret key already present\n" msgid "key %s: secret key already exists\n" msgstr "sărită: cheia secretă deja prezentă\n" -#: g10/import.c:2696 +#: g10/import.c:2708 #, fuzzy, c-format msgid "key %s: error sending to agent: %s\n" msgstr "eroare trimitere la `%s': %s\n" @@ -3944,204 +3944,204 @@ msgstr "eroare trimitere la `%s': %s\n" #. * Instead, user should be suggested to run 'gpg --card-status', #. * then, references to a card will be automatically created #. * again. -#: g10/import.c:2865 +#: g10/import.c:2877 #, c-format msgid "To migrate '%s', with each smartcard, run: %s\n" msgstr "" -#: g10/import.c:3012 +#: g10/import.c:3024 #, fuzzy, c-format #| msgid "secret key \"%s\" not found: %s\n" msgid "secret key %s: %s\n" msgstr "cheia secretă \"%s\" nu a fost găsită: %s\n" -#: g10/import.c:3033 g10/import.c:3072 +#: g10/import.c:3045 g10/import.c:3084 #, c-format msgid "importing secret keys not allowed\n" msgstr "importul de chei secrete nu este permis\n" -#: g10/import.c:3060 +#: g10/import.c:3072 #, c-format msgid "key %s: secret key with invalid cipher %d - skipped\n" msgstr "cheia %s: cheie secretă cu cifru invalid %d - sărită\n" -#: g10/import.c:3222 g10/pkclist.c:75 g10/revoke.c:774 +#: g10/import.c:3234 g10/pkclist.c:75 g10/revoke.c:774 msgid "No reason specified" msgstr "Nici un motiv specificat" -#: g10/import.c:3223 g10/pkclist.c:77 g10/revoke.c:776 +#: g10/import.c:3235 g10/pkclist.c:77 g10/revoke.c:776 msgid "Key is superseded" msgstr "Cheia este înlocuită" -#: g10/import.c:3224 g10/pkclist.c:79 g10/revoke.c:775 +#: g10/import.c:3236 g10/pkclist.c:79 g10/revoke.c:775 msgid "Key has been compromised" msgstr "Cheia a fost compromisă" -#: g10/import.c:3225 g10/pkclist.c:81 g10/revoke.c:777 +#: g10/import.c:3237 g10/pkclist.c:81 g10/revoke.c:777 msgid "Key is no longer used" msgstr "Cheia nu mai este folosită" -#: g10/import.c:3226 g10/pkclist.c:83 g10/revoke.c:778 +#: g10/import.c:3238 g10/pkclist.c:83 g10/revoke.c:778 msgid "User ID is no longer valid" msgstr "ID utilizator nu mai este valid" -#: g10/import.c:3351 g10/keylist.c:1105 g10/pkclist.c:87 +#: g10/import.c:3363 g10/keylist.c:1105 g10/pkclist.c:87 #, c-format msgid "reason for revocation: " msgstr "motiv pentru revocare: " -#: g10/import.c:3370 g10/keylist.c:1124 g10/pkclist.c:103 +#: g10/import.c:3382 g10/keylist.c:1124 g10/pkclist.c:103 #, c-format msgid "revocation comment: " msgstr "comentariu revocare: " -#: g10/import.c:3420 +#: g10/import.c:3432 #, c-format msgid "key %s: no public key - can't apply revocation certificate\n" msgstr "" "cheia %s: nici o cheie publică - nu pot aplica certificatul de revocare\n" -#: g10/import.c:3449 +#: g10/import.c:3461 #, c-format msgid "key %s: can't locate original keyblock: %s\n" msgstr "cheia %s: nu pot găsi keyblock-ul original: %s\n" -#: g10/import.c:3456 +#: g10/import.c:3468 #, c-format msgid "key %s: can't read original keyblock: %s\n" msgstr "cheia %s: nu pot citi keyblock-ul original: %s\n" -#: g10/import.c:3476 +#: g10/import.c:3488 #, c-format msgid "key %s: invalid revocation certificate: %s - rejected\n" msgstr "cheia %s: certificat de revocare invalid: %s - respins\n" -#: g10/import.c:3511 +#: g10/import.c:3523 #, c-format msgid "key %s: \"%s\" revocation certificate imported\n" msgstr "cheia %s: certificatul de revocare \"%s\" importat\n" -#: g10/import.c:3597 +#: g10/import.c:3609 #, c-format msgid "key %s: no user ID for signature\n" msgstr "cheia %s: nici un ID utilizator pentru semnătură\n" -#: g10/import.c:3614 +#: g10/import.c:3626 #, c-format msgid "key %s: unsupported public key algorithm on user ID \"%s\"\n" msgstr "" "cheia %s: algoritm cu cheie publică nesuportat pentru ID-ul utilizator \"%s" "\"\n" -#: g10/import.c:3616 +#: g10/import.c:3628 #, c-format msgid "key %s: invalid self-signature on user ID \"%s\"\n" msgstr "cheia %s: auto-semnătură invalidă pentru ID-ul utilizator \"%s\"\n" -#: g10/import.c:3633 g10/import.c:3661 g10/import.c:3717 +#: g10/import.c:3645 g10/import.c:3673 g10/import.c:3729 #, c-format msgid "key %s: unsupported public key algorithm\n" msgstr "cheia %s: algoritm cu cheie publică nesuportat\n" -#: g10/import.c:3634 +#: g10/import.c:3646 #, fuzzy, c-format msgid "key %s: invalid direct key signature\n" msgstr "cheia %s: am adăugat semnătura de cheie directă\n" -#: g10/import.c:3648 +#: g10/import.c:3660 #, c-format msgid "key %s: no subkey for key binding\n" msgstr "cheia %s: nici o subcheie pentru legarea cheii\n" -#: g10/import.c:3663 +#: g10/import.c:3675 #, c-format msgid "key %s: invalid subkey binding\n" msgstr "cheia %s: legare subcheie invalidă\n" -#: g10/import.c:3682 +#: g10/import.c:3694 #, c-format msgid "key %s: removed multiple subkey binding\n" msgstr "cheia %s: am ÅŸters multiple legături de subchei\n" -#: g10/import.c:3706 +#: g10/import.c:3718 #, c-format msgid "key %s: no subkey for key revocation\n" msgstr "cheia %s: nici o subcheie pentru revocare de cheie\n" -#: g10/import.c:3719 +#: g10/import.c:3731 #, c-format msgid "key %s: invalid subkey revocation\n" msgstr "cheia %s: revocare de subcheie invalidă\n" -#: g10/import.c:3734 +#: g10/import.c:3746 #, c-format msgid "key %s: removed multiple subkey revocation\n" msgstr "cheia %s: am ÅŸters multiple revocări de subcheie\n" -#: g10/import.c:3778 +#: g10/import.c:3790 #, c-format msgid "key %s: skipped user ID \"%s\"\n" msgstr "cheia %s: am sărit ID-ul utilizator \"%s\"\n" -#: g10/import.c:3805 +#: g10/import.c:3817 #, c-format msgid "key %s: skipped subkey\n" msgstr "cheia %s: am sărit subcheia\n" -#: g10/import.c:3837 +#: g10/import.c:3849 #, c-format msgid "key %s: non exportable signature (class 0x%02X) - skipped\n" msgstr "cheia %s: semnătura nu poate fi exportată (clasa 0x%02X) - sărită\n" -#: g10/import.c:3848 +#: g10/import.c:3860 #, c-format msgid "key %s: revocation certificate at wrong place - skipped\n" msgstr "cheia %s: certificat de revocare într-un loc greÅŸit - sărit\n" -#: g10/import.c:3866 +#: g10/import.c:3878 #, c-format msgid "key %s: invalid revocation certificate: %s - skipped\n" msgstr "cheia %s: certificat de revocare invalid: %s - sărit\n" -#: g10/import.c:3880 +#: g10/import.c:3892 #, c-format msgid "key %s: subkey signature in wrong place - skipped\n" msgstr "cheia %s: semnătură subcheie într-un loc greÅŸit - sărită\n" -#: g10/import.c:3888 +#: g10/import.c:3900 #, c-format msgid "key %s: unexpected signature class (0x%02X) - skipped\n" msgstr "cheia %s: clasă de semnătură neaÅŸteptată (0x%02X) - sărită\n" -#: g10/import.c:4061 +#: g10/import.c:4073 #, c-format msgid "key %s: duplicated user ID detected - merged\n" msgstr "cheia %s: am detectat un ID utilizator duplicat - combinate\n" -#: g10/import.c:4168 +#: g10/import.c:4180 #, fuzzy, c-format #| msgid "key %s: duplicated user ID detected - merged\n" msgid "key %s: duplicated subkeys detected - merged\n" msgstr "cheia %s: am detectat un ID utilizator duplicat - combinate\n" -#: g10/import.c:4233 +#: g10/import.c:4245 #, c-format msgid "WARNING: key %s may be revoked: fetching revocation key %s\n" msgstr "AVERTISMENT: cheia %s poate fi revocată: aduc revocarea cheii %s\n" -#: g10/import.c:4249 +#: g10/import.c:4261 #, c-format msgid "WARNING: key %s may be revoked: revocation key %s not present.\n" msgstr "" "AVERTISMENT: cheia %s poate fi revocată: cheia de revocare %s nu este " "prezentă.\n" -#: g10/import.c:4315 +#: g10/import.c:4327 #, c-format msgid "key %s: \"%s\" revocation certificate added\n" msgstr "cheia %s: am adăugat certificatul de revocare \"%s\"\n" -#: g10/import.c:4353 +#: g10/import.c:4365 #, c-format msgid "key %s: direct key signature added\n" msgstr "cheia %s: am adăugat semnătura de cheie directă\n" @@ -5012,12 +5012,12 @@ msgstr "" # #: g10/keyedit.c:4016 g10/keyedit.c:4447 g10/keyserver.c:535 -#: g10/mainproc.c:2277 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 +#: g10/mainproc.c:2280 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 msgid "revoked" msgstr "revocată" #: g10/keyedit.c:4018 g10/keyedit.c:4449 g10/keyserver.c:539 -#: g10/mainproc.c:2279 g10/tofu.c:1792 g10/trust.c:124 +#: g10/mainproc.c:2282 g10/tofu.c:1792 g10/trust.c:124 msgid "expired" msgstr "expirată" @@ -5576,7 +5576,7 @@ msgstr " (2) Cheie de cifrare\n" msgid "Enter the keygrip: " msgstr "Notare semnătură: " -#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2279 +#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2280 #, c-format msgid "Not a valid keygrip (expecting 40 hex digits)\n" msgstr "" @@ -5586,13 +5586,13 @@ msgstr "" msgid "No key with this keygrip\n" msgstr "Nici o subcheie cu indicele %d\n" -#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3437 g10/keygen.c:3448 +#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3440 g10/keygen.c:3451 #: sm/certreqgen-ui.c:231 sm/certreqgen-ui.c:240 #, fuzzy, c-format msgid "error reading the card: %s\n" msgstr "%s: eroare citire înregistrare liberă: %s\n" -#: g10/keygen.c:2292 g10/keygen.c:3441 sm/certreqgen-ui.c:234 +#: g10/keygen.c:2292 g10/keygen.c:3444 sm/certreqgen-ui.c:234 #, fuzzy, c-format msgid "Serial number of the card: %s\n" msgstr "eroare la obÅ£inerea numărului serial: %s\n" @@ -5841,13 +5841,18 @@ msgstr "" "în timpul generării numerelor prime; aceasta dă o ÅŸansă generatorului de\n" "numere aleatoare o ÅŸansă mai bună de a aduna destulă entropie.\n" -#: g10/keygen.c:4570 g10/keygen.c:4643 g10/keygen.c:4661 g10/keygen.c:4690 -#: g10/keygen.c:5066 g10/keygen.c:5612 g10/keygen.c:5923 g10/keygen.c:6030 +#: g10/keygen.c:3591 +#, c-format +msgid "WARNING: v4 is specified, but overridden by v5.\n" +msgstr "" + +#: g10/keygen.c:4590 g10/keygen.c:4663 g10/keygen.c:4681 g10/keygen.c:4710 +#: g10/keygen.c:5086 g10/keygen.c:5632 g10/keygen.c:5943 g10/keygen.c:6050 #, c-format msgid "Key generation failed: %s\n" msgstr "Generarea cheii a eÅŸuat: %s\n" -#: g10/keygen.c:4579 +#: g10/keygen.c:4599 #, c-format msgid "" "About to create a key for:\n" @@ -5855,72 +5860,72 @@ msgid "" "\n" msgstr "" -#: g10/keygen.c:4581 +#: g10/keygen.c:4601 msgid "Continue? (Y/n) " msgstr "" -#: g10/keygen.c:4602 +#: g10/keygen.c:4622 #, fuzzy, c-format #| msgid "key already exists\n" msgid "A key for \"%s\" already exists\n" msgstr "cheia există deja\n" -#: g10/keygen.c:4607 +#: g10/keygen.c:4627 #, fuzzy #| msgid "Create anyway? " msgid "Create anyway? (y/N) " msgstr "CreaÅ£i oricum? " -#: g10/keygen.c:4613 +#: g10/keygen.c:4633 #, fuzzy, c-format #| msgid "Create anyway? " msgid "creating anyway\n" msgstr "CreaÅ£i oricum? " -#: g10/keygen.c:5049 +#: g10/keygen.c:5069 #, c-format msgid "Note: Use \"%s %s\" for a full featured key generation dialog.\n" msgstr "" -#: g10/keygen.c:5098 +#: g10/keygen.c:5118 #, c-format msgid "Key generation canceled.\n" msgstr "Generarea cheii a fost anulată.\n" -#: g10/keygen.c:5158 +#: g10/keygen.c:5178 #, fuzzy, c-format #| msgid "can't create backup file `%s': %s\n" msgid "can't create backup file '%s': %s\n" msgstr "nu pot crea fiÅŸier de rezervă `%s': %s\n" -#: g10/keygen.c:5178 +#: g10/keygen.c:5198 #, fuzzy, c-format #| msgid "NOTE: backup of card key saved to `%s'\n" msgid "Note: backup of card key saved to '%s'\n" msgstr "NOTÄ‚: copia de siguranÅ£a a cheii cardului salvată la `%s'\n" -#: g10/keygen.c:5339 g10/keygen.c:5541 +#: g10/keygen.c:5359 g10/keygen.c:5561 #, fuzzy, c-format #| msgid "writing public key to `%s'\n" msgid "writing public key to '%s'\n" msgstr "scriu cheia publică în `%s'\n" -#: g10/keygen.c:5535 +#: g10/keygen.c:5555 #, c-format msgid "no writable public keyring found: %s\n" msgstr "nu am găsit nici un inel de chei public de scris: %s\n" -#: g10/keygen.c:5549 +#: g10/keygen.c:5569 #, fuzzy, c-format #| msgid "error writing public keyring `%s': %s\n" msgid "error writing public keyring '%s': %s\n" msgstr "eroare la scrierea inelului de chei public `%s': %s\n" -#: g10/keygen.c:5583 +#: g10/keygen.c:5603 msgid "public and secret key created and signed.\n" msgstr "cheile secretă ÅŸi publică au fost create ÅŸi semnate.\n" -#: g10/keygen.c:5599 +#: g10/keygen.c:5619 msgid "" "Note that this key cannot be used for encryption. You may want to use\n" "the command \"--edit-key\" to generate a subkey for this purpose.\n" @@ -5930,7 +5935,7 @@ msgstr "" "să folosiÅ£i comanda \"--edit-key\" pentru a genera o subcheie secundară\n" "pentru acest scop.\n" -#: g10/keygen.c:5781 g10/keygen.c:5980 +#: g10/keygen.c:5801 g10/keygen.c:6000 #, c-format msgid "" "key has been created %lu second in future (time warp or clock problem)\n" @@ -5938,7 +5943,7 @@ msgstr "" "cheia a fost creată %lu secundă în viitor (warp în timp sau probleme cu " "ceasul)\n" -#: g10/keygen.c:5783 g10/keygen.c:5982 +#: g10/keygen.c:5803 g10/keygen.c:6002 #, c-format msgid "" "key has been created %lu seconds in future (time warp or clock problem)\n" @@ -5946,23 +5951,23 @@ msgstr "" "cheia a fost creată %lu secunde în viitor (warp în timp sau probleme cu " "ceasul)\n" -#: g10/keygen.c:5794 g10/keygen.c:5993 +#: g10/keygen.c:5814 g10/keygen.c:6013 #, fuzzy, c-format #| msgid "NOTE: creating subkeys for v3 keys is not OpenPGP compliant\n" msgid "Note: creating subkeys for v3 keys is not OpenPGP compliant\n" msgstr "NOTÄ‚: crearea de subchei pentru chei v3 nu este conform OpenPGP\n" -#: g10/keygen.c:5806 g10/keygen.c:5808 +#: g10/keygen.c:5826 g10/keygen.c:5828 #, c-format msgid "Secret parts of primary key are not available.\n" msgstr "PărÅ£ile secrete ale cheii primare nu sunt disponibile.\n" -#: g10/keygen.c:5815 g10/keygen.c:5817 +#: g10/keygen.c:5835 g10/keygen.c:5837 #, c-format msgid "Secret parts of primary key are stored on-card.\n" msgstr "PărÅ£i secrete ale cheii primare sunt stacate pe card.\n" -#: g10/keygen.c:5837 g10/keygen.c:6007 +#: g10/keygen.c:5857 g10/keygen.c:6027 msgid "Really create? (y/N) " msgstr "CreaÅ£i într-adevăr? (d/N) " @@ -6120,7 +6125,7 @@ msgstr "protocol server de chei invalid (us %d!=handler %d)\n" msgid "\"%s\" not a key ID: skipping\n" msgstr "\"%s\" nu este un ID de cheie: sărit\n" -#: g10/keyserver.c:1418 g10/keyserver.c:1451 +#: g10/keyserver.c:1420 g10/keyserver.c:1453 #, fuzzy, c-format #| msgid "refreshing %d keys from %s\n" msgid "refreshing %d key from %s\n" @@ -6128,54 +6133,54 @@ msgid_plural "refreshing %d keys from %s\n" msgstr[0] "reactualizez %d chei de la %s\n" msgstr[1] "reactualizez %d chei de la %s\n" -#: g10/keyserver.c:1425 +#: g10/keyserver.c:1427 #, c-format msgid "WARNING: unable to refresh key %s via %s: %s\n" msgstr "AVERTISMENT: nu pot reactualiza cheia %s via %s: %s\n" -#: g10/keyserver.c:1529 +#: g10/keyserver.c:1531 #, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "cheia \"%s\" nu a fost găsită pe serverul de chei\n" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1534 #, c-format msgid "key not found on keyserver\n" msgstr "cheia nu a fost găsită pe serverul de chei\n" -#: g10/keyserver.c:1720 +#: g10/keyserver.c:1722 #, c-format msgid "requesting key %s from %s server %s\n" msgstr "cer cheia %s de la serverul %s %s\n" -#: g10/keyserver.c:1724 +#: g10/keyserver.c:1726 #, c-format msgid "requesting key %s from %s\n" msgstr "cer cheia %s de la %s\n" -#: g10/keyserver.c:1829 g10/keyserver.c:2008 +#: g10/keyserver.c:1841 g10/keyserver.c:2020 #, fuzzy, c-format #| msgid "no keyserver action!\n" msgid "no keyserver known\n" msgstr "nici o acÅ£iune pentru serverul de chei!\n" -#: g10/keyserver.c:1844 g10/skclist.c:213 g10/skclist.c:241 +#: g10/keyserver.c:1856 g10/skclist.c:213 g10/skclist.c:241 #, c-format msgid "skipped \"%s\": %s\n" msgstr "sărită \"%s\": %s\n" -#: g10/keyserver.c:1848 +#: g10/keyserver.c:1860 #, c-format msgid "sending key %s to %s\n" msgstr "trimit cheia %s lui %s\n" -#: g10/keyserver.c:1889 +#: g10/keyserver.c:1901 #, fuzzy, c-format #| msgid "requesting key %s from %s\n" msgid "requesting key from '%s'\n" msgstr "cer cheia %s de la %s\n" -#: g10/keyserver.c:1905 +#: g10/keyserver.c:1917 #, fuzzy, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "AVERTISMENT: nu pot reactualiza cheia %s via %s: %s\n" @@ -6368,89 +6373,89 @@ msgstr " aka \"%s\"" msgid "Key available at: " msgstr "Cheie disponibilă la: " -#: g10/mainproc.c:2033 +#: g10/mainproc.c:2034 #, c-format msgid "Note: Use '%s' to make use of this info\n" msgstr "" -#: g10/mainproc.c:2231 +#: g10/mainproc.c:2234 msgid "[uncertain]" msgstr "[nesigur]" -#: g10/mainproc.c:2269 +#: g10/mainproc.c:2272 #, c-format msgid " aka \"%s\"" msgstr " aka \"%s\"" -#: g10/mainproc.c:2344 +#: g10/mainproc.c:2347 #, fuzzy, c-format #| msgid "WARNING: This key is not certified with a trusted signature!\n" msgid "WARNING: This key is not suitable for signing in %s mode\n" msgstr "" "AVERTISMENT: Această cheie nu este certificată de o semnătură de încredere!\n" -#: g10/mainproc.c:2360 +#: g10/mainproc.c:2363 #, c-format msgid "Signature expired %s\n" msgstr "Semnătură expirată %s\n" -#: g10/mainproc.c:2365 +#: g10/mainproc.c:2368 #, c-format msgid "Signature expires %s\n" msgstr "Semnătura expiră %s\n" -#: g10/mainproc.c:2376 +#: g10/mainproc.c:2379 #, fuzzy, c-format #| msgid "%s signature, digest algorithm %s\n" msgid "%s signature, digest algorithm %s%s%s\n" msgstr "semnătură %s, algoritm rezumat %s\n" -#: g10/mainproc.c:2377 +#: g10/mainproc.c:2380 msgid "binary" msgstr "binar" -#: g10/mainproc.c:2378 +#: g10/mainproc.c:2381 msgid "textmode" msgstr "modtext" -#: g10/mainproc.c:2378 g10/trust.c:123 dirmngr/ocsp.c:792 +#: g10/mainproc.c:2381 g10/trust.c:123 dirmngr/ocsp.c:792 msgid "unknown" msgstr "necunoscut" -#: g10/mainproc.c:2380 +#: g10/mainproc.c:2383 #, fuzzy #| msgid "unknown pubkey algorithm" msgid ", key algorithm " msgstr "algoritm pubkey necunoscut" -#: g10/mainproc.c:2415 +#: g10/mainproc.c:2418 #, c-format msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n" msgstr "" -#: g10/mainproc.c:2454 +#: g10/mainproc.c:2457 #, c-format msgid "Can't check signature: %s\n" msgstr "Nu pot verifica semnătura: %s\n" -#: g10/mainproc.c:2550 g10/mainproc.c:2569 g10/mainproc.c:2693 +#: g10/mainproc.c:2553 g10/mainproc.c:2572 g10/mainproc.c:2696 #, c-format msgid "not a detached signature\n" msgstr "nu o semnătură detaÅŸată\n" -#: g10/mainproc.c:2603 +#: g10/mainproc.c:2606 #, c-format msgid "" "WARNING: multiple signatures detected. Only the first will be checked.\n" msgstr "" "AVERTISMENT: am detectat multiple semnături. Numai prima va fi verificată.\n" -#: g10/mainproc.c:2612 +#: g10/mainproc.c:2615 #, c-format msgid "standalone signature of class 0x%02x\n" msgstr "semnătură de sine stătătoare (standalone) de clasă 0x%02x\n" -#: g10/mainproc.c:2697 +#: g10/mainproc.c:2700 #, c-format msgid "old style (PGP 2.x) signature\n" msgstr "semnătură de stil vechi (PGP 2.x)\n" @@ -8394,7 +8399,7 @@ msgstr "Folosire: gpg [opÅ£iuni] [fiÅŸiere] (-h pentru ajutor)" #. TRANSLATORS: Put a \x1f right before a colon. This can be #. * used by pinentry to nicely align the names and values. Keep #. * the %s at the start and end of the string. -#: scd/app-piv.c:1770 scd/app-p15.c:4741 scd/app-nks.c:1475 +#: scd/app-piv.c:1770 scd/app-p15.c:4937 scd/app-nks.c:1530 #: scd/app-openpgp.c:2386 #, c-format msgid "%sNumber: %s%%0AHolder: %s%s" @@ -8402,7 +8407,7 @@ msgstr "" #. TRANSLATORS: This is the number of remaining attempts to #. * enter a PIN. Use %%0A (double-percent,0A) for a linefeed. -#: scd/app-piv.c:1787 scd/app-p15.c:4760 scd/app-nks.c:1494 +#: scd/app-piv.c:1787 scd/app-p15.c:4956 scd/app-nks.c:1549 #: scd/app-openpgp.c:2402 #, c-format msgid "Remaining attempts: %d" @@ -8438,7 +8443,7 @@ msgstr "||Vă rugăm introduceÅ£i PIN%%0A[semnături făcute: %lu]" msgid "||Please enter the Unblocking Key of your PIV card" msgstr "||Vă rugăm introduceÅ£i PIN%%0A[semnături făcute: %lu]" -#: scd/app-piv.c:1888 scd/app-nks.c:1605 scd/app-openpgp.c:2669 +#: scd/app-piv.c:1888 scd/app-nks.c:1660 scd/app-openpgp.c:2669 #: scd/app-openpgp.c:2693 scd/app-openpgp.c:2871 scd/app-openpgp.c:2893 #: scd/app-openpgp.c:3074 scd/app-openpgp.c:3361 scd/app-openpgp.c:3408 #: scd/app-openpgp.c:3545 scd/app-dinsig.c:302 @@ -8527,75 +8532,75 @@ msgstr[1] "generarea cheii este completă (%d secunde)\n" msgid "response does not contain the public key data\n" msgstr "răspunsul nu conÅ£ine datele cheii publice\n" -#: scd/app-p15.c:4839 scd/app-nks.c:1983 +#: scd/app-p15.c:5035 scd/app-nks.c:2038 msgid "||Please enter the PIN for the key to create qualified signatures." msgstr "" #. TRANSLATORS: Do not translate the "|A|" prefix but keep it at #. the start of the string. Use %0A (single percent) for a linefeed. -#: scd/app-p15.c:4842 scd/app-openpgp.c:2818 +#: scd/app-p15.c:5038 scd/app-openpgp.c:2818 #, fuzzy msgid "|A|Please enter the Admin PIN" msgstr "||Vă rugăm introduceÅ£i PIN%%0A[semnături făcute: %lu]" -#: scd/app-p15.c:4844 scd/app-nks.c:1973 +#: scd/app-p15.c:5040 scd/app-nks.c:2028 #, fuzzy msgid "|P|Please enter the PIN Unblocking Code (PUK) for the standard keys." msgstr "||Vă rugăm introduceÅ£i PIN%%0A[semnături făcute: %lu]" -#: scd/app-p15.c:4847 scd/app-nks.c:1964 +#: scd/app-p15.c:5043 scd/app-nks.c:2019 #, fuzzy msgid "||Please enter the PIN for the standard keys." msgstr "||Vă rugăm introduceÅ£i PIN%%0A[semnături făcute: %lu]" -#: scd/app-nks.c:1413 scd/app-openpgp.c:4321 +#: scd/app-nks.c:1468 scd/app-openpgp.c:4321 #, c-format msgid "RSA modulus missing or not of size %d bits\n" msgstr "modulus-ul RSA lipseÅŸte sau nu are %d biÅ£i\n" -#: scd/app-nks.c:1421 scd/app-openpgp.c:4333 +#: scd/app-nks.c:1476 scd/app-openpgp.c:4333 #, fuzzy, c-format msgid "RSA public exponent missing or larger than %d bits\n" msgstr "exponentul public RSA lipseÅŸte sau are mai mult de %d biÅ£i\n" -#: scd/app-nks.c:1594 +#: scd/app-nks.c:1649 #, fuzzy #| msgid "Note: This key has been disabled.\n" msgid "Note: PIN has not yet been enabled." msgstr "Notă: Această cheie a fost deactivată.\n" -#: scd/app-nks.c:1641 +#: scd/app-nks.c:1696 #, c-format msgid "the NullPIN has not yet been changed\n" msgstr "" -#: scd/app-nks.c:1963 +#: scd/app-nks.c:2018 #, fuzzy msgid "|N|Please enter a new PIN for the standard keys." msgstr "||Vă rugăm introduceÅ£i PIN%%0A[semnături făcute: %lu]" -#: scd/app-nks.c:1971 +#: scd/app-nks.c:2026 #, fuzzy msgid "|NP|Please enter a new PIN Unblocking Code (PUK) for the standard keys." msgstr "||Vă rugăm introduceÅ£i PIN%%0A[semnături făcute: %lu]" -#: scd/app-nks.c:1981 +#: scd/app-nks.c:2036 msgid "|N|Please enter a new PIN for the key to create qualified signatures." msgstr "" -#: scd/app-nks.c:1991 +#: scd/app-nks.c:2046 msgid "" "|NP|Please enter a new PIN Unblocking Code (PUK) for the key to create " "qualified signatures." msgstr "" -#: scd/app-nks.c:1993 +#: scd/app-nks.c:2048 msgid "" "|P|Please enter the PIN Unblocking Code (PUK) for the key to create " "qualified signatures." msgstr "" -#: scd/app-nks.c:2166 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 +#: scd/app-nks.c:2221 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 #, c-format msgid "error getting new PIN: %s\n" msgstr "eroare la obÅ£inere noului PIN: %s\n" @@ -8786,81 +8791,81 @@ msgstr "||Vă rugăm introduceÅ£i PIN%%0A[semnături făcute: %lu]" msgid "|N|Initial New PIN" msgstr "|N|PIN Nou" -#: scd/scdaemon.c:118 +#: scd/scdaemon.c:119 msgid "run in multi server mode (foreground)" msgstr "" -#: scd/scdaemon.c:135 sm/gpgsm.c:271 dirmngr/dirmngr.c:197 +#: scd/scdaemon.c:136 sm/gpgsm.c:274 dirmngr/dirmngr.c:198 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "" -#: scd/scdaemon.c:141 +#: scd/scdaemon.c:142 #, fuzzy msgid "|FILE|write a log to FILE" msgstr "|FIÅžIER|încarcă modulul extensie FIÅžIER" -#: scd/scdaemon.c:148 +#: scd/scdaemon.c:149 msgid "|N|connect to reader at port N" msgstr "" -#: scd/scdaemon.c:150 +#: scd/scdaemon.c:151 #, fuzzy msgid "|NAME|use NAME as ct-API driver" msgstr "|NUME|foloseÅŸte NUME ca destinatar implicit" -#: scd/scdaemon.c:152 +#: scd/scdaemon.c:153 #, fuzzy msgid "|NAME|use NAME as PC/SC driver" msgstr "|NUME|foloseÅŸte NUME ca destinatar implicit" -#: scd/scdaemon.c:156 +#: scd/scdaemon.c:157 #, fuzzy msgid "do not use the internal CCID driver" msgstr "nu folosi deloc terminalul" -#: scd/scdaemon.c:162 +#: scd/scdaemon.c:163 msgid "|N|disconnect the card after N seconds of inactivity" msgstr "" -#: scd/scdaemon.c:165 +#: scd/scdaemon.c:166 msgid "do not use a reader's pinpad" msgstr "" -#: scd/scdaemon.c:168 +#: scd/scdaemon.c:169 msgid "use variable length input for pinpad" msgstr "" -#: scd/scdaemon.c:171 +#: scd/scdaemon.c:172 msgid "|LIST|change the application priority to LIST" msgstr "" -#: scd/scdaemon.c:179 +#: scd/scdaemon.c:180 #, fuzzy msgid "deny the use of admin card commands" msgstr "arată comenzi administrare" -#: scd/scdaemon.c:324 +#: scd/scdaemon.c:325 #, fuzzy msgid "Usage: @SCDAEMON@ [options] (-h for help)" msgstr "Folosire: gpg [opÅ£iuni] [fiÅŸiere] (-h pentru ajutor)" -#: scd/scdaemon.c:326 +#: scd/scdaemon.c:327 msgid "" "Syntax: scdaemon [options] [command [args]]\n" "Smartcard daemon for @GNUPG@\n" msgstr "" -#: scd/scdaemon.c:807 +#: scd/scdaemon.c:819 #, c-format msgid "please use the option '--daemon' to run the program in the background\n" msgstr "" -#: scd/scdaemon.c:1183 dirmngr/dirmngr.c:2077 +#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2104 #, c-format msgid "handler for fd %d started\n" msgstr "" -#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2085 +#: scd/scdaemon.c:1207 dirmngr/dirmngr.c:2112 #, c-format msgid "handler for fd %d terminated\n" msgstr "" @@ -9143,7 +9148,7 @@ msgid "a %u bit hash is not valid for a %u bit %s key\n" msgstr "" #: sm/certcheck.c:239 sm/certcheck.c:263 dirmngr/crlcache.c:1542 -#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1363 dirmngr/validate.c:903 +#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1372 dirmngr/validate.c:903 #: dirmngr/validate.c:927 #, fuzzy, c-format msgid "out of core\n" @@ -9501,140 +9506,140 @@ msgstr "stergere keyblock a eÅŸuat: %s\n" msgid "no valid recipients given\n" msgstr "(Nici o descriere dată)\n" -#: sm/gpgsm.c:224 +#: sm/gpgsm.c:226 #, fuzzy msgid "list external keys" msgstr "enumeră chei secrete" -#: sm/gpgsm.c:226 +#: sm/gpgsm.c:228 #, fuzzy msgid "list certificate chain" msgstr "certificat incorect" -#: sm/gpgsm.c:234 +#: sm/gpgsm.c:236 #, fuzzy msgid "import certificates" msgstr "certificat incorect" -#: sm/gpgsm.c:235 +#: sm/gpgsm.c:237 #, fuzzy msgid "export certificates" msgstr "certificat incorect" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:245 #, fuzzy msgid "register a smartcard" msgstr "adaugă o cheie la un smartcard" -#: sm/gpgsm.c:246 +#: sm/gpgsm.c:248 msgid "pass a command to the dirmngr" msgstr "" -#: sm/gpgsm.c:248 +#: sm/gpgsm.c:250 msgid "invoke gpg-protect-tool" msgstr "" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:270 msgid "don't use the terminal at all" msgstr "nu folosi deloc terminalul" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "|N|number of certificates to include" msgstr "" -#: sm/gpgsm.c:296 +#: sm/gpgsm.c:299 msgid "|FILE|take policy information from FILE" msgstr "" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "assume input is in PEM format" msgstr "" -#: sm/gpgsm.c:312 +#: sm/gpgsm.c:315 msgid "assume input is in base-64 format" msgstr "" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "assume input is in binary format" msgstr "" -#: sm/gpgsm.c:323 +#: sm/gpgsm.c:326 #, fuzzy msgid "create base-64 encoded output" msgstr "crează ieÅŸire în armură ascii" -#: sm/gpgsm.c:335 +#: sm/gpgsm.c:338 #, fuzzy msgid "|USER-ID|use USER-ID as default secret key" msgstr "|NUME|foloseÅŸte NUME ca cheie secretă implicită" -#: sm/gpgsm.c:346 +#: sm/gpgsm.c:349 #, fuzzy msgid "|FILE|add keyring to the list of keyrings" msgstr "adaugă acest inel de chei la lista inelelor de chei" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 #, fuzzy msgid "|SPEC|use this keyserver to lookup keys" msgstr "|HOST|foloseÅŸte acest server de chei pentru a căuta chei" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "fetch missing issuer certificates" msgstr "" -#: sm/gpgsm.c:361 +#: sm/gpgsm.c:364 #, fuzzy msgid "|NAME|use encoding NAME for PKCS#12 passphrases" msgstr "|NUME|foloseÅŸte algoritm cifrare NUME pentru fraza-parolă" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 msgid "never consult a CRL" msgstr "" -#: sm/gpgsm.c:386 +#: sm/gpgsm.c:389 msgid "do not check CRLs for root certificates" msgstr "" -#: sm/gpgsm.c:390 +#: sm/gpgsm.c:393 msgid "check validity using OCSP" msgstr "" -#: sm/gpgsm.c:392 +#: sm/gpgsm.c:395 msgid "do not check certificate policies" msgstr "" -#: sm/gpgsm.c:395 +#: sm/gpgsm.c:398 msgid "|NAME|use cipher algorithm NAME" msgstr "|NUME|foloseÅŸte algoritm cifrare NUME" -#: sm/gpgsm.c:397 +#: sm/gpgsm.c:400 msgid "|NAME|use message digest algorithm NAME" msgstr "|NUME|foloseÅŸte algoritm rezumat mesaj NUME" -#: sm/gpgsm.c:407 +#: sm/gpgsm.c:410 msgid "batch mode: never ask" msgstr "modul batch: nu întreba niciodată" -#: sm/gpgsm.c:409 +#: sm/gpgsm.c:412 msgid "assume yes on most questions" msgstr "presupune da la cele mai multe întrebări" -#: sm/gpgsm.c:410 +#: sm/gpgsm.c:413 msgid "assume no on most questions" msgstr "presupune nu la cele mai multe întrebări" -#: sm/gpgsm.c:427 +#: sm/gpgsm.c:430 #, fuzzy msgid "|FILE|write an audit log to FILE" msgstr "|FIÅžIER|încarcă modulul extensie FIÅžIER" -#: sm/gpgsm.c:612 +#: sm/gpgsm.c:615 #, fuzzy #| msgid "Usage: gpg [options] [files] (-h for help)" msgid "Usage: @GPGSM@ [options] [files] (-h for help)" msgstr "Folosire: gpg [opÅ£iuni] [fiÅŸiere] (-h pentru ajutor)" -#: sm/gpgsm.c:615 +#: sm/gpgsm.c:618 #, fuzzy msgid "" "Syntax: @GPGSM@ [options] [files]\n" @@ -9645,53 +9650,53 @@ msgstr "" "sign, check, encrypt sau decrypt\n" "operaÅ£iunea implicită depinde de datele de intrare\n" -#: sm/gpgsm.c:823 +#: sm/gpgsm.c:826 #, fuzzy, c-format msgid "Note: won't be able to encrypt to '%s': %s\n" msgstr "nu mă pot conecta la `%s': %s\n" -#: sm/gpgsm.c:834 +#: sm/gpgsm.c:837 #, fuzzy, c-format msgid "unknown validation model '%s'\n" msgstr "opÅ£iune necunoscută `%s'\n" -#: sm/gpgsm.c:893 dirmngr/ldapserver.c:89 +#: sm/gpgsm.c:896 dirmngr/ldapserver.c:89 #, fuzzy, c-format msgid "%s:%u: no hostname given\n" msgstr "(Nici o descriere dată)\n" -#: sm/gpgsm.c:912 dirmngr/ldapserver.c:108 +#: sm/gpgsm.c:915 dirmngr/ldapserver.c:108 #, c-format msgid "%s:%u: password given without user\n" msgstr "" -#: sm/gpgsm.c:943 dirmngr/ldapserver.c:139 +#: sm/gpgsm.c:946 dirmngr/ldapserver.c:139 #, c-format msgid "%s:%u: ignoring unknown flag '%s'\n" msgstr "" -#: sm/gpgsm.c:959 dirmngr/ldapserver.c:155 +#: sm/gpgsm.c:962 dirmngr/ldapserver.c:155 #, fuzzy, c-format msgid "%s:%u: skipping this line\n" msgstr " s = sări peste cheia asta\n" # -#: sm/gpgsm.c:1545 +#: sm/gpgsm.c:1550 #, fuzzy, c-format msgid "could not parse keyserver\n" msgstr "nu am putut interpreta URL-ul serverului de chei\n" -#: sm/gpgsm.c:1825 +#: sm/gpgsm.c:1858 #, fuzzy, c-format msgid "importing common certificates '%s'\n" msgstr "eroare la obÅ£inerea numărului serial: %s\n" -#: sm/gpgsm.c:1871 +#: sm/gpgsm.c:1904 #, fuzzy, c-format msgid "can't sign using '%s': %s\n" msgstr "nu pot accesa `%s': %s\n" -#: sm/gpgsm.c:2231 +#: sm/gpgsm.c:2273 #, c-format msgid "invalid command (there is no implicit command)\n" msgstr "" @@ -10664,137 +10669,137 @@ msgstr "" msgid "looking up '%s'\n" msgstr "" -#: dirmngr/dirmngr.c:174 +#: dirmngr/dirmngr.c:175 msgid "list the contents of the CRL cache" msgstr "" -#: dirmngr/dirmngr.c:175 +#: dirmngr/dirmngr.c:176 #, fuzzy msgid "|FILE|load CRL from FILE into cache" msgstr "|FIÅžIER|încarcă modulul extensie FIÅžIER" -#: dirmngr/dirmngr.c:176 +#: dirmngr/dirmngr.c:177 msgid "|URL|fetch a CRL from URL" msgstr "" -#: dirmngr/dirmngr.c:177 +#: dirmngr/dirmngr.c:178 msgid "shutdown the dirmngr" msgstr "" -#: dirmngr/dirmngr.c:178 +#: dirmngr/dirmngr.c:179 msgid "flush the cache" msgstr "" -#: dirmngr/dirmngr.c:211 +#: dirmngr/dirmngr.c:212 msgid "allow online software version check" msgstr "" -#: dirmngr/dirmngr.c:214 +#: dirmngr/dirmngr.c:215 msgid "|N|do not return more than N items in one query" msgstr "" -#: dirmngr/dirmngr.c:220 +#: dirmngr/dirmngr.c:221 msgid "Network related options" msgstr "" -#: dirmngr/dirmngr.c:222 +#: dirmngr/dirmngr.c:223 msgid "route all network traffic via Tor" msgstr "" -#: dirmngr/dirmngr.c:234 +#: dirmngr/dirmngr.c:235 msgid "Configuration for Keyservers" msgstr "" # -#: dirmngr/dirmngr.c:237 +#: dirmngr/dirmngr.c:238 #, fuzzy msgid "|URL|use keyserver at URL" msgstr "nu am putut interpreta URL-ul serverului de chei\n" -#: dirmngr/dirmngr.c:239 +#: dirmngr/dirmngr.c:240 msgid "|FILE|use the CA certificates in FILE for HKP over TLS" msgstr "" -#: dirmngr/dirmngr.c:241 +#: dirmngr/dirmngr.c:242 msgid "Configuration for HTTP servers" msgstr "" -#: dirmngr/dirmngr.c:243 +#: dirmngr/dirmngr.c:244 msgid "inhibit the use of HTTP" msgstr "" -#: dirmngr/dirmngr.c:245 +#: dirmngr/dirmngr.c:246 msgid "ignore HTTP CRL distribution points" msgstr "" -#: dirmngr/dirmngr.c:247 +#: dirmngr/dirmngr.c:248 msgid "|URL|redirect all HTTP requests to URL" msgstr "" -#: dirmngr/dirmngr.c:249 +#: dirmngr/dirmngr.c:250 msgid "use system's HTTP proxy setting" msgstr "" -#: dirmngr/dirmngr.c:253 +#: dirmngr/dirmngr.c:254 msgid "Configuration of LDAP servers to use" msgstr "" -#: dirmngr/dirmngr.c:255 +#: dirmngr/dirmngr.c:256 msgid "inhibit the use of LDAP" msgstr "" -#: dirmngr/dirmngr.c:257 +#: dirmngr/dirmngr.c:258 msgid "ignore LDAP CRL distribution points" msgstr "" -#: dirmngr/dirmngr.c:259 +#: dirmngr/dirmngr.c:260 msgid "|HOST|use HOST for LDAP queries" msgstr "" -#: dirmngr/dirmngr.c:261 +#: dirmngr/dirmngr.c:262 msgid "do not use fallback hosts with --ldap-proxy" msgstr "" -#: dirmngr/dirmngr.c:263 +#: dirmngr/dirmngr.c:264 #, fuzzy msgid "|FILE|read LDAP server list from FILE" msgstr "|FIÅžIER|încarcă modulul extensie FIÅžIER" -#: dirmngr/dirmngr.c:265 +#: dirmngr/dirmngr.c:266 msgid "add new servers discovered in CRL distribution points to serverlist" msgstr "" -#: dirmngr/dirmngr.c:268 dirmngr/dirmngr_ldap.c:104 +#: dirmngr/dirmngr.c:269 dirmngr/dirmngr_ldap.c:104 msgid "|N|set LDAP timeout to N seconds" msgstr "" -#: dirmngr/dirmngr.c:271 +#: dirmngr/dirmngr.c:272 msgid "Configuration for OCSP" msgstr "" -#: dirmngr/dirmngr.c:273 +#: dirmngr/dirmngr.c:274 msgid "allow sending OCSP requests" msgstr "" -#: dirmngr/dirmngr.c:275 +#: dirmngr/dirmngr.c:276 msgid "ignore certificate contained OCSP service URLs" msgstr "" # -#: dirmngr/dirmngr.c:277 +#: dirmngr/dirmngr.c:278 #, fuzzy msgid "|URL|use OCSP responder at URL" msgstr "nu am putut interpreta URL-ul serverului de chei\n" -#: dirmngr/dirmngr.c:279 +#: dirmngr/dirmngr.c:280 msgid "|FPR|OCSP response signed by FPR" msgstr "" -#: dirmngr/dirmngr.c:287 +#: dirmngr/dirmngr.c:288 msgid "force loading of outdated CRLs" msgstr "" -#: dirmngr/dirmngr.c:298 +#: dirmngr/dirmngr.c:299 #, fuzzy #| msgid "" #| "@\n" @@ -10807,99 +10812,99 @@ msgstr "" "@\n" "(Arată pagina man pentru o listă completă a comenzilor ÅŸi opÅ£iunilor)\n" -#: dirmngr/dirmngr.c:440 +#: dirmngr/dirmngr.c:441 #, fuzzy msgid "Usage: @DIRMNGR@ [options] (-h for help)" msgstr "Folosire: gpg [opÅ£iuni] [fiÅŸiere] (-h pentru ajutor)" -#: dirmngr/dirmngr.c:442 +#: dirmngr/dirmngr.c:443 msgid "" "Syntax: @DIRMNGR@ [options] [command [args]]\n" "Keyserver, CRL, and OCSP access for @GNUPG@\n" msgstr "" -#: dirmngr/dirmngr.c:522 +#: dirmngr/dirmngr.c:523 #, c-format msgid "valid debug levels are: %s\n" msgstr "" -#: dirmngr/dirmngr.c:608 tools/gpgconf.c:667 tools/gpgconf.c:702 +#: dirmngr/dirmngr.c:609 tools/gpgconf.c:667 tools/gpgconf.c:702 #: tools/gpgconf.c:802 #, fuzzy, c-format msgid "usage: %s [options] " msgstr "folosire: gpg [opÅ£iuni] " -#: dirmngr/dirmngr.c:1251 +#: dirmngr/dirmngr.c:1260 #, fuzzy, c-format #| msgid "%s not allowed with %s!\n" msgid "colons are not allowed in the socket name\n" msgstr "%s nu este permis cu %s!\n" -#: dirmngr/dirmngr.c:1486 dirmngr/server.c:1824 +#: dirmngr/dirmngr.c:1495 dirmngr/server.c:1824 #, fuzzy, c-format #| msgid "renaming `%s' to `%s' failed: %s\n" msgid "fetching CRL from '%s' failed: %s\n" msgstr "redenumirea `%s' ca `%s' a eÅŸuat: %s\n" -#: dirmngr/dirmngr.c:1492 dirmngr/server.c:1830 +#: dirmngr/dirmngr.c:1501 dirmngr/server.c:1830 #, fuzzy, c-format msgid "processing CRL from '%s' failed: %s\n" msgstr "redenumirea `%s' ca `%s' a eÅŸuat: %s\n" -#: dirmngr/dirmngr.c:1634 +#: dirmngr/dirmngr.c:1643 #, fuzzy, c-format msgid "%s:%u: line too long - skipped\n" msgstr "linie prea lungă" -#: dirmngr/dirmngr.c:1689 dirmngr/dirmngr.c:1773 +#: dirmngr/dirmngr.c:1698 dirmngr/dirmngr.c:1782 #, fuzzy, c-format #| msgid "invalid fingerprint" msgid "%s:%u: invalid fingerprint detected\n" msgstr "amprentă invalidă" -#: dirmngr/dirmngr.c:1725 dirmngr/dirmngr.c:1751 tools/gpgconf-comp.c:3534 +#: dirmngr/dirmngr.c:1734 dirmngr/dirmngr.c:1760 tools/gpgconf-comp.c:3539 #, fuzzy, c-format #| msgid "read error in `%s': %s\n" msgid "%s:%u: read error: %s\n" msgstr "eroare citire în `%s': %s\n" -#: dirmngr/dirmngr.c:1780 +#: dirmngr/dirmngr.c:1789 #, c-format msgid "%s:%u: garbage at end of line ignored\n" msgstr "" -#: dirmngr/dirmngr.c:1849 +#: dirmngr/dirmngr.c:1876 #, c-format msgid "SIGHUP received - re-reading configuration and flushing caches\n" msgstr "" -#: dirmngr/dirmngr.c:1890 +#: dirmngr/dirmngr.c:1917 #, c-format msgid "SIGUSR2 received - no action defined\n" msgstr "" -#: dirmngr/dirmngr.c:1895 +#: dirmngr/dirmngr.c:1922 #, c-format msgid "SIGTERM received - shutting down ...\n" msgstr "" -#: dirmngr/dirmngr.c:1897 +#: dirmngr/dirmngr.c:1924 #, c-format msgid "SIGTERM received - still %d active connections\n" msgstr "" -#: dirmngr/dirmngr.c:1902 +#: dirmngr/dirmngr.c:1929 #, fuzzy, c-format #| msgid "not forced" msgid "shutdown forced\n" msgstr "neforÅ£at(ă)" -#: dirmngr/dirmngr.c:1910 +#: dirmngr/dirmngr.c:1937 #, c-format msgid "SIGINT received - immediate shutdown\n" msgstr "" -#: dirmngr/dirmngr.c:1917 +#: dirmngr/dirmngr.c:1944 #, c-format msgid "signal %d received - no action defined\n" msgstr "" @@ -11379,7 +11384,7 @@ msgid "serialno missing in cert ID" msgstr "" #: dirmngr/server.c:1387 dirmngr/server.c:1473 dirmngr/server.c:1909 -#: dirmngr/server.c:1980 dirmngr/server.c:2552 dirmngr/server.c:2567 +#: dirmngr/server.c:1980 dirmngr/server.c:2556 dirmngr/server.c:2571 #, fuzzy, c-format msgid "assuan_inquire failed: %s\n" msgstr "semnarea a eÅŸuat: %s\n" @@ -11409,34 +11414,34 @@ msgstr "stergere keyblock a eÅŸuat: %s\n" msgid "max_replies %d exceeded\n" msgstr "" -#: dirmngr/server.c:2856 +#: dirmngr/server.c:2860 #, fuzzy, c-format msgid "can't allocate control structure: %s\n" msgstr "nu pot crea fiÅŸier de rezervă `%s': %s\n" -#: dirmngr/server.c:2867 +#: dirmngr/server.c:2871 #, fuzzy, c-format msgid "failed to allocate assuan context: %s\n" msgstr "%s: am eÅŸuat să creez hashtable: %s\n" -#: dirmngr/server.c:2888 +#: dirmngr/server.c:2892 #, fuzzy, c-format #| msgid "failed to initialize the TrustDB: %s\n" msgid "failed to initialize the server: %s\n" msgstr "am eÅŸuat să iniÅ£ializez TrustDB:%s\n" -#: dirmngr/server.c:2896 +#: dirmngr/server.c:2900 #, fuzzy, c-format #| msgid "failed to store the creation date: %s\n" msgid "failed to the register commands with Assuan: %s\n" msgstr "am eÅŸuat să stochez data creării: %s\n" -#: dirmngr/server.c:2929 +#: dirmngr/server.c:2933 #, c-format msgid "Assuan accept problem: %s\n" msgstr "" -#: dirmngr/server.c:2948 +#: dirmngr/server.c:2952 #, fuzzy, c-format #| msgid "signing failed: %s\n" msgid "Assuan processing failed: %s\n" @@ -11585,74 +11590,74 @@ msgstr "gpg-agent nu este disponibil în această sesiune\n" msgid "error sending standard options: %s\n" msgstr "eroare trimitere la `%s': %s\n" -#: tools/gpgconf-comp.c:647 +#: tools/gpgconf-comp.c:649 msgid "OpenPGP" msgstr "" -#: tools/gpgconf-comp.c:651 +#: tools/gpgconf-comp.c:653 msgid "S/MIME" msgstr "" -#: tools/gpgconf-comp.c:655 +#: tools/gpgconf-comp.c:657 #, fuzzy #| msgid "public key is %s\n" msgid "Public Keys" msgstr "cheia publică este %s\n" -#: tools/gpgconf-comp.c:659 +#: tools/gpgconf-comp.c:661 msgid "Private Keys" msgstr "" -#: tools/gpgconf-comp.c:663 +#: tools/gpgconf-comp.c:665 msgid "Smartcards" msgstr "" -#: tools/gpgconf-comp.c:667 +#: tools/gpgconf-comp.c:669 msgid "TPM" msgstr "" -#: tools/gpgconf-comp.c:671 +#: tools/gpgconf-comp.c:673 #, fuzzy #| msgid "network error" msgid "Network" msgstr "eroare reÅ£ea" -#: tools/gpgconf-comp.c:675 +#: tools/gpgconf-comp.c:677 #, fuzzy msgid "Passphrase Entry" msgstr "frază-parolă incorectă" -#: tools/gpgconf-comp.c:939 +#: tools/gpgconf-comp.c:941 #, fuzzy msgid "Component not suitable for launching" msgstr "cheia publică nu a fost găsită" -#: tools/gpgconf-comp.c:945 +#: tools/gpgconf-comp.c:947 #, c-format msgid "Configuration file of component %s is broken\n" msgstr "" -#: tools/gpgconf-comp.c:948 +#: tools/gpgconf-comp.c:950 #, fuzzy, c-format #| msgid "Please use the command \"toggle\" first.\n" msgid "Note: Use the command \"%s%s\" to get details.\n" msgstr "Vă rugăm folosiÅ£i mai întâi comanda \"toggle\".\n" -#: tools/gpgconf-comp.c:2811 +#: tools/gpgconf-comp.c:2816 #, c-format msgid "External verification of component %s failed" msgstr "" -#: tools/gpgconf-comp.c:2941 +#: tools/gpgconf-comp.c:2946 msgid "Note that group specifications are ignored\n" msgstr "" -#: tools/gpgconf-comp.c:3538 +#: tools/gpgconf-comp.c:3543 #, fuzzy, c-format msgid "error closing '%s'\n" msgstr "eroare în `%s': %s\n" -#: tools/gpgconf-comp.c:3540 +#: tools/gpgconf-comp.c:3545 #, fuzzy, c-format #| msgid "error in `%s': %s\n" msgid "error parsing '%s'\n" @@ -11762,84 +11767,84 @@ msgid "" "Check a passphrase given on stdin against the patternfile\n" msgstr "" -#: tools/gpg-card.c:2389 +#: tools/gpg-card.c:2390 #, fuzzy, c-format msgid "Note: key %s is already stored on the card!\n" msgstr "cheia secretă deja stocată pe un card\n" -#: tools/gpg-card.c:2392 +#: tools/gpg-card.c:2393 #, fuzzy, c-format msgid "Note: Keys are already stored on the card!\n" msgstr "cheia secretă deja stocată pe un card\n" -#: tools/gpg-card.c:2395 +#: tools/gpg-card.c:2396 #, fuzzy, c-format #| msgid "Replace existing keys? (y/N) " msgid "Replace existing key %s ? (y/N) " msgstr "ÃŽnlocuiesc cheile existente? (d/N) " -#: tools/gpg-card.c:2548 tools/gpg-card.c:2711 tools/gpg-card.c:2934 -#: tools/gpg-card.c:3043 +#: tools/gpg-card.c:2549 tools/gpg-card.c:2712 tools/gpg-card.c:2935 +#: tools/gpg-card.c:3044 #, fuzzy, c-format #| msgid "OpenPGP card no. %s detected\n" msgid "%s card no. %s detected\n" msgstr "cardul OpenPGP nr. %s detectat\n" -#: tools/gpg-card.c:3395 +#: tools/gpg-card.c:3396 #, c-format msgid "User Interaction Flag is set to \"%s\" - can't change\n" msgstr "" -#: tools/gpg-card.c:3405 tools/gpg-card.c:3419 +#: tools/gpg-card.c:3406 tools/gpg-card.c:3420 #, c-format msgid "" "Warning: Setting the User Interaction Flag to \"%s\"\n" " can only be reverted using a factory reset!\n" msgstr "" -#: tools/gpg-card.c:3422 +#: tools/gpg-card.c:3423 #, c-format msgid "Please use \"uif --yes %d %s\"\n" msgstr "" -#: tools/gpg-card.c:3668 +#: tools/gpg-card.c:3669 #, fuzzy msgid "authenticate to the card" msgstr "Certificat de revocare creat.\n" -#: tools/gpg-card.c:3670 +#: tools/gpg-card.c:3671 msgid "send a reset to the card daemon" msgstr "" -#: tools/gpg-card.c:3672 +#: tools/gpg-card.c:3673 #, fuzzy #| msgid "|NAME|use NAME as default recipient" msgid "setup KDF for PIN authentication" msgstr "|NUME|foloseÅŸte NUME ca destinatar implicit" -#: tools/gpg-card.c:3674 +#: tools/gpg-card.c:3675 msgid "change a private data object" msgstr "" -#: tools/gpg-card.c:3675 +#: tools/gpg-card.c:3676 #, fuzzy msgid "read a certificate from a data object" msgstr "Certificat de revocare creat.\n" -#: tools/gpg-card.c:3676 +#: tools/gpg-card.c:3677 #, fuzzy msgid "store a certificate to a data object" msgstr "Certificat de revocare creat.\n" -#: tools/gpg-card.c:3677 +#: tools/gpg-card.c:3678 msgid "store a private key to a data object" msgstr "" -#: tools/gpg-card.c:3678 +#: tools/gpg-card.c:3679 msgid "Yubikey management commands" msgstr "" -#: tools/gpg-card.c:3680 +#: tools/gpg-card.c:3681 msgid "manage the command history" msgstr "" @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: GnuPG 2.2.0\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2021-04-07 19:24+0200\n" +"POT-Creation-Date: 2021-04-20 12:38+0200\n" "PO-Revision-Date: 2020-07-20 17:41+0100\n" "Last-Translator: Ineiev <ineiev@gnu.org>\n" "Language-Team: Russian <gnupg-ru@gnupg.org>\n" @@ -213,24 +213,24 @@ msgid "ssh keys greater than %d bits are not supported\n" msgstr "ключи ssh длиннее %d бит не поддерживаютÑÑ\n" #: agent/command-ssh.c:872 common/dotlock.c:852 g10/card-util.c:953 -#: g10/export.c:1329 g10/gpg.c:1430 g10/keygen.c:5327 g10/keyring.c:1319 +#: g10/export.c:1329 g10/gpg.c:1431 g10/keygen.c:5347 g10/keyring.c:1319 #: g10/keyring.c:1632 g10/openfile.c:293 g10/photoid.c:531 g10/photoid.c:549 -#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:478 +#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:479 #, c-format msgid "can't create '%s': %s\n" msgstr "не могу Ñоздать '%s': %s\n" #: agent/command-ssh.c:884 common/helpfile.c:57 g10/card-util.c:910 #: g10/dearmor.c:59 g10/dearmor.c:106 g10/decrypt.c:65 g10/decrypt.c:136 -#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1431 -#: g10/import.c:359 g10/import.c:546 g10/import.c:781 g10/keygen.c:4302 +#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1432 +#: g10/import.c:371 g10/import.c:558 g10/import.c:793 g10/keygen.c:4322 #: g10/keyring.c:1658 g10/openfile.c:197 g10/openfile.c:211 g10/plaintext.c:128 #: g10/plaintext.c:610 g10/sign.c:1086 g10/sign.c:1311 g10/sign.c:1424 #: g10/sign.c:1596 g10/tdbdump.c:143 g10/tdbdump.c:151 g10/tdbio.c:758 -#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2338 -#: sm/gpgsm.c:2368 sm/gpgsm.c:2406 sm/qualified.c:65 dirmngr/certcache.c:396 -#: dirmngr/certcache.c:476 dirmngr/certcache.c:478 dirmngr/crlcache.c:2588 -#: dirmngr/dirmngr.c:1711 tools/gpg-card.c:407 +#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2380 +#: sm/gpgsm.c:2410 sm/gpgsm.c:2448 sm/keylist.c:1737 sm/qualified.c:65 +#: dirmngr/certcache.c:396 dirmngr/certcache.c:476 dirmngr/certcache.c:478 +#: dirmngr/crlcache.c:2588 dirmngr/dirmngr.c:1720 tools/gpg-card.c:408 #, c-format msgid "can't open '%s': %s\n" msgstr "не могу открыть '%s': %s\n" @@ -416,219 +416,219 @@ msgstr "Введите фразу-пароль%0AÐ´Ð»Ñ Ð·Ð°Ñ‰Ð¸Ñ‚Ñ‹ новогРmsgid "Please enter the new passphrase" msgstr "Введите новую фразу-пароль" -#: agent/gpg-agent.c:161 scd/scdaemon.c:114 dirmngr/dirmngr.c:181 +#: agent/gpg-agent.c:162 scd/scdaemon.c:115 dirmngr/dirmngr.c:182 #, fuzzy #| msgid "Options useful for debugging" msgid "Options used for startup" msgstr "Параметры, полезные Ð´Ð»Ñ Ð¾Ñ‚Ð»Ð°Ð´ÐºÐ¸" -#: agent/gpg-agent.c:163 scd/scdaemon.c:119 dirmngr/dirmngr.c:170 +#: agent/gpg-agent.c:164 scd/scdaemon.c:120 dirmngr/dirmngr.c:171 msgid "run in daemon mode (background)" msgstr "запуÑк в режиме демона (фоновый режим)" -#: agent/gpg-agent.c:164 scd/scdaemon.c:116 dirmngr/dirmngr.c:169 +#: agent/gpg-agent.c:165 scd/scdaemon.c:117 dirmngr/dirmngr.c:170 msgid "run in server mode (foreground)" msgstr "запуÑк в режиме Ñервера (нефоновый режим)" -#: agent/gpg-agent.c:166 dirmngr/dirmngr.c:172 +#: agent/gpg-agent.c:167 dirmngr/dirmngr.c:173 msgid "run in supervised mode" msgstr "запуÑк в подконтрольном режиме" -#: agent/gpg-agent.c:168 scd/scdaemon.c:120 dirmngr/dirmngr.c:183 +#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 msgid "do not detach from the console" msgstr "не отÑоединÑÑ‚ÑŒÑÑ Ð¾Ñ‚ конÑоли" -#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 +#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 msgid "sh-style command output" msgstr "вывод команд в Ñтиле sh" -#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 +#: agent/gpg-agent.c:171 scd/scdaemon.c:123 dirmngr/dirmngr.c:186 msgid "csh-style command output" msgstr "вывод команд в Ñтиле csh" -#: agent/gpg-agent.c:178 g10/gpg.c:588 scd/scdaemon.c:124 sm/gpgsm.c:419 -#: dirmngr/dirmngr.c:187 +#: agent/gpg-agent.c:179 g10/gpg.c:589 scd/scdaemon.c:125 sm/gpgsm.c:422 +#: dirmngr/dirmngr.c:188 msgid "|FILE|read options from FILE" msgstr "|FILE|взÑÑ‚ÑŒ параметры из файла FILE" -#: agent/gpg-agent.c:182 g10/gpg.c:573 scd/scdaemon.c:128 sm/gpgsm.c:262 -#: dirmngr/dirmngr.c:191 +#: agent/gpg-agent.c:183 g10/gpg.c:574 scd/scdaemon.c:129 sm/gpgsm.c:265 +#: dirmngr/dirmngr.c:192 msgid "Options controlling the diagnostic output" msgstr "Параметры, управлÑющие выводом диагноÑтики" -#: agent/gpg-agent.c:184 g10/gpg.c:575 g10/gpgv.c:78 kbx/kbxutil.c:89 -#: scd/scdaemon.c:130 sm/gpgsm.c:264 dirmngr/dirmngr-client.c:69 -#: dirmngr/dirmngr.c:193 dirmngr/dirmngr_ldap.c:102 +#: agent/gpg-agent.c:185 g10/gpg.c:576 g10/gpgv.c:78 kbx/kbxutil.c:89 +#: scd/scdaemon.c:131 sm/gpgsm.c:267 dirmngr/dirmngr-client.c:69 +#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:102 #: tools/gpg-connect-agent.c:85 tools/gpgconf.c:111 msgid "verbose" msgstr "подробно" -#: agent/gpg-agent.c:185 g10/gpg.c:577 g10/gpgv.c:79 kbx/kbxutil.c:90 -#: scd/scdaemon.c:131 sm/gpgsm.c:266 dirmngr/dirmngr-client.c:70 -#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:103 +#: agent/gpg-agent.c:186 g10/gpg.c:578 g10/gpgv.c:79 kbx/kbxutil.c:90 +#: scd/scdaemon.c:132 sm/gpgsm.c:269 dirmngr/dirmngr-client.c:70 +#: dirmngr/dirmngr.c:195 dirmngr/dirmngr_ldap.c:103 msgid "be somewhat more quiet" msgstr "Ñократить подробноÑти" -#: agent/gpg-agent.c:193 g10/gpg.c:592 sm/gpgsm.c:280 dirmngr/dirmngr.c:204 +#: agent/gpg-agent.c:194 g10/gpg.c:593 sm/gpgsm.c:283 dirmngr/dirmngr.c:205 msgid "|FILE|write server mode logs to FILE" msgstr "|FILE|ÑохранÑÑ‚ÑŒ журнал режима Ñервера в файле FILE" -#: agent/gpg-agent.c:197 g10/gpg.c:598 scd/scdaemon.c:145 sm/gpgsm.c:287 -#: dirmngr/dirmngr.c:208 +#: agent/gpg-agent.c:198 g10/gpg.c:599 scd/scdaemon.c:146 sm/gpgsm.c:290 +#: dirmngr/dirmngr.c:209 msgid "Options controlling the configuration" msgstr "Параметры, управлÑющие наÑтройками" -#: agent/gpg-agent.c:200 +#: agent/gpg-agent.c:201 msgid "do not use the SCdaemon" msgstr "не иÑпользовать демон криптографичеÑких карт" -#: agent/gpg-agent.c:202 +#: agent/gpg-agent.c:203 msgid "|PGM|use PGM as the SCdaemon program" msgstr "|PGM|иÑпользовать программу PGM как демон криптографичеÑких карт" -#: agent/gpg-agent.c:204 +#: agent/gpg-agent.c:205 #, fuzzy #| msgid "|PGM|use PGM as the SCdaemon program" msgid "|PGM|use PGM as the tpm2daemon program" msgstr "|PGM|иÑпользовать программу PGM как демон криптографичеÑких карт" -#: agent/gpg-agent.c:208 +#: agent/gpg-agent.c:209 msgid "|NAME|accept some commands via NAME" msgstr "|NAME|принимать некоторые команды по NAME" -#: agent/gpg-agent.c:212 +#: agent/gpg-agent.c:213 msgid "ignore requests to change the TTY" msgstr "игнорировать запроÑÑ‹ Ñмены терминала" -#: agent/gpg-agent.c:214 +#: agent/gpg-agent.c:215 msgid "ignore requests to change the X display" msgstr "игнорировать запроÑÑ‹ Ñмены диÑÐ¿Ð»ÐµÑ XWindow" -#: agent/gpg-agent.c:215 +#: agent/gpg-agent.c:216 msgid "enable ssh support" msgstr "включить поддержку ssh" -#: agent/gpg-agent.c:217 +#: agent/gpg-agent.c:218 msgid "|ALGO|use ALGO to show ssh fingerprints" msgstr "|ALGO|иÑпользовать Ð´Ð»Ñ Ð¾Ñ‚Ð¾Ð±Ñ€Ð°Ð¶ÐµÐ½Ð¸Ñ Ð¾Ñ‚Ð¿ÐµÑ‡Ð°Ñ‚ÐºÐ¾Ð² алгоритм ALGO" -#: agent/gpg-agent.c:220 +#: agent/gpg-agent.c:221 msgid "enable putty support" msgstr "включить поддержку putty" -#: agent/gpg-agent.c:232 g10/gpg.c:843 scd/scdaemon.c:175 sm/gpgsm.c:379 +#: agent/gpg-agent.c:233 g10/gpg.c:844 scd/scdaemon.c:176 sm/gpgsm.c:382 msgid "Options controlling the security" msgstr "Параметры, управлÑющие безопаÑноÑтью" -#: agent/gpg-agent.c:235 +#: agent/gpg-agent.c:236 msgid "|N|expire cached PINs after N seconds" msgstr "|N|ÑбраÑывать запомненный PIN через N Ñекунд" -#: agent/gpg-agent.c:237 +#: agent/gpg-agent.c:238 msgid "|N|expire SSH keys after N seconds" msgstr "|N|ÑбраÑывать ключи SSH по иÑтечении N Ñекунд" -#: agent/gpg-agent.c:239 +#: agent/gpg-agent.c:240 msgid "|N|set maximum PIN cache lifetime to N seconds" msgstr "|N|уÑтановить макÑимальный Ñрок Ð·Ð°Ð¿Ð¾Ð¼Ð¸Ð½Ð°Ð½Ð¸Ñ PIN N Ñекунд" -#: agent/gpg-agent.c:241 +#: agent/gpg-agent.c:242 msgid "|N|set maximum SSH key lifetime to N seconds" msgstr "|N|уÑтановить макÑимальный Ñрок дейÑÑ‚Ð²Ð¸Ñ ÐºÐ»ÑŽÑ‡Ð° SSH N Ñекунд" -#: agent/gpg-agent.c:243 +#: agent/gpg-agent.c:244 msgid "do not use the PIN cache when signing" msgstr "не иÑпользовать запомненный PIN при подпиÑывании" -#: agent/gpg-agent.c:245 +#: agent/gpg-agent.c:246 msgid "disallow the use of an external password cache" msgstr "не позволÑÑ‚ÑŒ пользоватьÑÑ Ð²Ð½ÐµÑˆÐ½ÐµÐ¹ памÑтью паролей" -#: agent/gpg-agent.c:247 +#: agent/gpg-agent.c:248 msgid "disallow clients to mark keys as \"trusted\"" msgstr "не позволÑÑ‚ÑŒ клиентам помечать ключи как \"доверенные\"" -#: agent/gpg-agent.c:250 +#: agent/gpg-agent.c:251 msgid "allow presetting passphrase" msgstr "разрешить предуÑтанавливать фразу-пароль" -#: agent/gpg-agent.c:255 +#: agent/gpg-agent.c:256 msgid "Options enforcing a passphrase policy" msgstr "Параметры, обеÑпечивающие правила Ð´Ð»Ñ Ñ„Ñ€Ð°Ð·-паролей" -#: agent/gpg-agent.c:258 +#: agent/gpg-agent.c:259 msgid "do not allow bypassing the passphrase policy" msgstr "не позволÑÑ‚ÑŒ обходить правила Ð´Ð»Ñ Ñ„Ñ€Ð°Ð·-паролей" -#: agent/gpg-agent.c:260 +#: agent/gpg-agent.c:261 msgid "|N|set minimal required length for new passphrases to N" msgstr "|N|уÑтановить минимальную длину фразы-Ð¿Ð°Ñ€Ð¾Ð»Ñ Ñ€Ð°Ð²Ð½Ð¾Ð¹ N" -#: agent/gpg-agent.c:262 +#: agent/gpg-agent.c:263 msgid "|N|require at least N non-alpha characters for a new passphrase" msgstr "|n|требовать Ð´Ð»Ñ Ð½Ð¾Ð²Ð¾Ð¹ фразы-Ð¿Ð°Ñ€Ð¾Ð»Ñ Ð½Ðµ менее N неалфавитных Ñимволов" -#: agent/gpg-agent.c:265 +#: agent/gpg-agent.c:266 msgid "|FILE|check new passphrases against pattern in FILE" msgstr "|FILE|проверÑÑ‚ÑŒ новую фразу-пароль по файлу образцов FILE" -#: agent/gpg-agent.c:267 +#: agent/gpg-agent.c:268 msgid "|N|expire the passphrase after N days" msgstr "|N|Ñчитать фразу-пароль уÑтаревшей через N дней" -#: agent/gpg-agent.c:269 +#: agent/gpg-agent.c:270 msgid "do not allow the reuse of old passphrases" msgstr "не разрешать повторное иÑпользование Ñтарых фраз-паролей" -#: agent/gpg-agent.c:272 +#: agent/gpg-agent.c:273 #, fuzzy #| msgid "Options controlling the security" msgid "Options controlling the PIN-Entry" msgstr "Параметры, управлÑющие безопаÑноÑтью" -#: agent/gpg-agent.c:274 +#: agent/gpg-agent.c:275 msgid "never use the PIN-entry" msgstr "" -#: agent/gpg-agent.c:276 +#: agent/gpg-agent.c:277 msgid "disallow caller to override the pinentry" msgstr "" "не позволÑÑ‚ÑŒ вызывающей программе замещать Ñобой программу ввода паролÑ" -#: agent/gpg-agent.c:278 +#: agent/gpg-agent.c:279 #, fuzzy #| msgid "do not grab keyboard and mouse" msgid "let PIN-Entry grab keyboard and mouse" msgstr "не захватывать клавиатуру и мышь" -#: agent/gpg-agent.c:281 +#: agent/gpg-agent.c:282 msgid "|PGM|use PGM as the PIN-Entry program" msgstr "|PGM|иÑпользовать программу PGM Ð´Ð»Ñ Ð²Ð²Ð¾Ð´Ð° паролей" -#: agent/gpg-agent.c:285 +#: agent/gpg-agent.c:286 msgid "|N|set the Pinentry timeout to N seconds" msgstr "|N|уÑтановить Ð²Ñ€ÐµÐ¼Ñ Ð¾Ð¶Ð¸Ð´Ð°Ð½Ð¸Ñ Ð²Ð²Ð¾Ð´Ð° Ð¿Ð°Ñ€Ð¾Ð»Ñ N Ñекунд" -#: agent/gpg-agent.c:287 +#: agent/gpg-agent.c:288 msgid "allow passphrase to be prompted through Emacs" msgstr "разрешить ввод фразы-Ð¿Ð°Ñ€Ð¾Ð»Ñ Ñ‡ÐµÑ€ÐµÐ· Emacs" #. TRANSLATORS: @EMAIL@ will get replaced by the actual bug #. reporting address. This is so that we can change the #. reporting address without breaking the translations. -#: agent/gpg-agent.c:550 agent/preset-passphrase.c:99 agent/protect-tool.c:154 -#: g10/gpg.c:1131 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:311 -#: sm/gpgsm.c:609 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:437 +#: agent/gpg-agent.c:551 agent/preset-passphrase.c:99 agent/protect-tool.c:154 +#: g10/gpg.c:1132 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:312 +#: sm/gpgsm.c:612 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:438 #: dirmngr/dirmngr_ldap.c:175 tools/gpg-connect-agent.c:220 tools/gpgconf.c:151 #: tools/gpg-check-pattern.c:143 msgid "Please report bugs to <@EMAIL@>.\n" msgstr "Об ошибках в программе Ñообщайте по адреÑу <@EMAIL@>.\n" -#: agent/gpg-agent.c:559 +#: agent/gpg-agent.c:560 msgid "Usage: @GPG_AGENT@ [options] (-h for help)" msgstr "Вызов: @GPG_AGENT@ [параметры] (-h - подÑказка)" -#: agent/gpg-agent.c:561 +#: agent/gpg-agent.c:562 msgid "" "Syntax: @GPG_AGENT@ [options] [command [args]]\n" "Secret key management for @GNUPG@\n" @@ -636,125 +636,125 @@ msgstr "" "СинтакÑиÑ: @GPG_AGENT@ [параметры] [команда [аргументы]]\n" "Управление Ñекретными ключами Ð´Ð»Ñ @GNUPG@\n" -#: agent/gpg-agent.c:606 g10/gpg.c:1336 scd/scdaemon.c:383 sm/gpgsm.c:757 -#: dirmngr/dirmngr.c:521 +#: agent/gpg-agent.c:607 g10/gpg.c:1337 scd/scdaemon.c:384 sm/gpgsm.c:760 +#: dirmngr/dirmngr.c:522 #, c-format msgid "invalid debug-level '%s' given\n" msgstr "запрошен недопуÑтимый уровень отладки '%s'\n" -#: agent/gpg-agent.c:971 g10/gpg.c:3879 g10/gpg.c:3903 sm/gpgsm.c:1736 -#: sm/gpgsm.c:1742 +#: agent/gpg-agent.c:972 g10/gpg.c:3910 g10/gpg.c:3934 sm/gpgsm.c:1769 +#: sm/gpgsm.c:1775 #, c-format msgid "selected digest algorithm is invalid\n" msgstr "выбрана недопуÑÑ‚Ð¸Ð¼Ð°Ñ Ñ…ÐµÑˆ-функциÑ\n" -#: agent/gpg-agent.c:1195 agent/gpg-agent.c:2010 g10/gpg.c:2588 -#: scd/scdaemon.c:548 sm/gpgsm.c:1151 dirmngr/dirmngr.c:988 -#: dirmngr/dirmngr.c:1830 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:2019 common/comopt.c:93 +#: g10/gpg.c:2591 scd/scdaemon.c:549 sm/gpgsm.c:1155 dirmngr/dirmngr.c:989 +#: dirmngr/dirmngr.c:1840 #, c-format msgid "reading options from '%s'\n" msgstr "чтение параметров из '%s'\n" -#: agent/gpg-agent.c:1327 g10/gpg.c:3830 scd/scdaemon.c:675 sm/gpgsm.c:1676 -#: dirmngr/dirmngr.c:1099 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 +#: agent/gpg-agent.c:1335 g10/gpg.c:3861 scd/scdaemon.c:687 sm/gpgsm.c:1709 +#: dirmngr/dirmngr.c:1108 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 #, c-format msgid "Note: '%s' is not considered an option\n" msgstr "Замечание: '%s' не ÑчитаетÑÑ Ð¿Ð°Ñ€Ð°Ð¼ÐµÑ‚Ñ€Ð¾Ð¼\n" -#: agent/gpg-agent.c:2146 scd/scdaemon.c:1096 dirmngr/dirmngr.c:1258 +#: agent/gpg-agent.c:2172 scd/scdaemon.c:1108 dirmngr/dirmngr.c:1267 #, c-format msgid "can't create socket: %s\n" msgstr "не могу Ñоздать Ñокет: %s\n" -#: agent/gpg-agent.c:2163 scd/scdaemon.c:1109 dirmngr/dirmngr.c:1271 +#: agent/gpg-agent.c:2189 scd/scdaemon.c:1121 dirmngr/dirmngr.c:1280 #, c-format msgid "socket name '%s' is too long\n" msgstr "Ñлишком длинное Ð¸Ð¼Ñ Ñокета '%s'\n" -#: agent/gpg-agent.c:2202 +#: agent/gpg-agent.c:2228 #, c-format msgid "a gpg-agent is already running - not starting a new one\n" msgstr "агент gpg уже запущен - еще один, новый, запущен не будет\n" -#: agent/gpg-agent.c:2213 scd/scdaemon.c:1133 dirmngr/dirmngr.c:1303 +#: agent/gpg-agent.c:2239 scd/scdaemon.c:1145 dirmngr/dirmngr.c:1312 #, c-format msgid "error getting nonce for the socket\n" msgstr "ошибка Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½Ð¸Ñ Ñ€Ð°Ð·Ð¾Ð²Ð¾Ð³Ð¾ кода Ð´Ð»Ñ Ñокета\n" -#: agent/gpg-agent.c:2218 scd/scdaemon.c:1136 dirmngr/dirmngr.c:1306 +#: agent/gpg-agent.c:2244 scd/scdaemon.c:1148 dirmngr/dirmngr.c:1315 #, c-format msgid "error binding socket to '%s': %s\n" msgstr "ошибка ÑвÑÐ·Ñ‹Ð²Ð°Ð½Ð¸Ñ Ñокета Ñ '%s': %s\n" -#: agent/gpg-agent.c:2229 agent/gpg-agent.c:2269 agent/gpg-agent.c:2278 -#: scd/scdaemon.c:1144 dirmngr/dirmngr.c:1315 +#: agent/gpg-agent.c:2255 agent/gpg-agent.c:2295 agent/gpg-agent.c:2304 +#: scd/scdaemon.c:1156 dirmngr/dirmngr.c:1324 #, c-format msgid "can't set permissions of '%s': %s\n" msgstr "не удалоÑÑŒ задать права доÑтупа Ð´Ð»Ñ '%s': %s\n" -#: agent/gpg-agent.c:2243 scd/scdaemon.c:1156 dirmngr/dirmngr.c:1327 +#: agent/gpg-agent.c:2269 scd/scdaemon.c:1168 dirmngr/dirmngr.c:1336 #, c-format msgid "listening on socket '%s'\n" msgstr "Ñлушаем Ñокет '%s'\n" -#: agent/gpg-agent.c:2263 agent/gpg-agent.c:2316 common/homedir.c:517 +#: agent/gpg-agent.c:2289 agent/gpg-agent.c:2342 common/homedir.c:517 #: g10/openfile.c:399 g10/photoid.c:379 #, c-format msgid "can't create directory '%s': %s\n" msgstr "не могу Ñоздать каталог '%s': %s\n" -#: agent/gpg-agent.c:2266 agent/gpg-agent.c:2321 common/homedir.c:520 +#: agent/gpg-agent.c:2292 agent/gpg-agent.c:2347 common/homedir.c:520 #: g10/openfile.c:402 #, c-format msgid "directory '%s' created\n" msgstr "Ñоздан каталог '%s'\n" -#: agent/gpg-agent.c:2327 +#: agent/gpg-agent.c:2353 #, c-format msgid "stat() failed for '%s': %s\n" msgstr "Ñбой stat() Ð´Ð»Ñ '%s': %s\n" -#: agent/gpg-agent.c:2331 +#: agent/gpg-agent.c:2357 #, c-format msgid "can't use '%s' as home directory\n" msgstr "невозможно иÑпользовать '%s' как домашний каталог\n" -#: agent/gpg-agent.c:2486 scd/scdaemon.c:1172 dirmngr/dirmngr.c:2042 +#: agent/gpg-agent.c:2512 scd/scdaemon.c:1184 dirmngr/dirmngr.c:2069 #, c-format msgid "error reading nonce on fd %d: %s\n" msgstr "ошибка Ñ‡Ñ‚ÐµÐ½Ð¸Ñ Ñ€Ð°Ð·Ð¾Ð²Ð¾Ð³Ð¾ кода из файлового деÑкриптора %d: %s\n" -#: agent/gpg-agent.c:2693 +#: agent/gpg-agent.c:2719 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "обработчик 0x%lx Ð´Ð»Ñ Ñ„Ð°Ð¹Ð»Ð¾Ð²Ð¾Ð³Ð¾ деÑкриптора %d запущен\n" -#: agent/gpg-agent.c:2698 +#: agent/gpg-agent.c:2724 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "обработчик 0x%lx Ð´Ð»Ñ Ñ„Ð°Ð¹Ð»Ð¾Ð²Ð¾Ð³Ð¾ деÑкриптора %d завершилÑÑ\n" -#: agent/gpg-agent.c:2773 +#: agent/gpg-agent.c:2799 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "обработчик ssh 0x%lx Ð´Ð»Ñ Ñ„Ð°Ð¹Ð»Ð¾Ð²Ð¾Ð³Ð¾ деÑкриптора %d запущен\n" -#: agent/gpg-agent.c:2778 +#: agent/gpg-agent.c:2804 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "обработчик ssh 0x%lx Ð´Ð»Ñ Ñ„Ð°Ð¹Ð»Ð¾Ð²Ð¾Ð³Ð¾ деÑкриптора %d завершилÑÑ\n" -#: agent/gpg-agent.c:3000 scd/scdaemon.c:1362 dirmngr/dirmngr.c:2256 +#: agent/gpg-agent.c:3026 scd/scdaemon.c:1374 dirmngr/dirmngr.c:2283 #, c-format msgid "npth_pselect failed: %s - waiting 1s\n" msgstr "Ñбой npth_pselect: %s - жду 1 Ñекунду\n" -#: agent/gpg-agent.c:3088 scd/scdaemon.c:1427 +#: agent/gpg-agent.c:3114 scd/scdaemon.c:1439 #, c-format msgid "%s %s stopped\n" msgstr "%s %s оÑтановлен\n" -#: agent/gpg-agent.c:3226 common/simple-pwquery.c:247 g10/call-agent.c:260 +#: agent/gpg-agent.c:3252 common/simple-pwquery.c:247 g10/call-agent.c:260 #: sm/call-agent.c:131 tools/gpg-connect-agent.c:2319 tools/card-call-scd.c:311 #, c-format msgid "no gpg-agent running in this session\n" @@ -780,8 +780,8 @@ msgstr "" "СинтакÑиÑ: gpg-preset-passphrase [параметры] КОД_КЛЮЧÐ\n" "Работа Ñ Ð±ÑƒÑ„ÐµÑ€Ð¾Ð¼ паролей\n" -#: agent/protect-tool.c:107 g10/gpg.c:447 kbx/kbxutil.c:72 sm/gpgsm.c:213 -#: dirmngr/dirmngr.c:167 tools/gpgconf.c:81 +#: agent/protect-tool.c:107 g10/gpg.c:448 kbx/kbxutil.c:72 sm/gpgsm.c:215 +#: dirmngr/dirmngr.c:168 tools/gpgconf.c:81 msgid "" "@Commands:\n" " " @@ -1033,7 +1033,7 @@ msgid "error creating a stream for a pipe: %s\n" msgstr "ошибка при Ñоздании потока Ð´Ð»Ñ ÐºÐ°Ð½Ð°Ð»Ð° конвейера: %s\n" #: common/exechelp-posix.c:505 common/exechelp-posix.c:580 -#: common/exechelp-posix.c:861 dirmngr/dirmngr.c:1345 +#: common/exechelp-posix.c:866 dirmngr/dirmngr.c:1354 #, c-format msgid "error forking process: %s\n" msgstr "ошибка при дублировании процеÑÑа: %s\n" @@ -1043,23 +1043,23 @@ msgstr "ошибка при дублировании процеÑÑа: %s\n" msgid "waiting for process %d to terminate failed: %s\n" msgstr "Ñбой при ожидании Ð·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ð¸Ñ Ð¿Ñ€Ð¾Ñ†ÐµÑÑа %d: %s\n" -#: common/exechelp-posix.c:688 common/exechelp-posix.c:804 +#: common/exechelp-posix.c:688 common/exechelp-posix.c:809 #, c-format msgid "error running '%s': probably not installed\n" msgstr "ошибка Ð²Ñ‹Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¸Ñ '%s': возможно, не уÑтановлен\n" -#: common/exechelp-posix.c:694 common/exechelp-posix.c:811 +#: common/exechelp-posix.c:694 common/exechelp-posix.c:816 #: common/exechelp-w32.c:839 common/exechelp-w32ce.c:782 #, c-format msgid "error running '%s': exit status %d\n" msgstr "ошибка Ð²Ñ‹Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¸Ñ '%s': ÑÑ‚Ð°Ñ‚ÑƒÑ Ð·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ð¸Ñ %d\n" -#: common/exechelp-posix.c:702 common/exechelp-posix.c:819 +#: common/exechelp-posix.c:702 common/exechelp-posix.c:824 #, c-format msgid "error running '%s': terminated\n" msgstr "ошибка Ð²Ñ‹Ð¿Ð¾Ð»Ð½ÐµÐ½Ð¸Ñ '%s': прервано\n" -#: common/exechelp-posix.c:760 common/exechelp-w32.c:820 +#: common/exechelp-posix.c:765 common/exechelp-w32.c:820 #, c-format msgid "waiting for processes to terminate failed: %s\n" msgstr "Ñбой при ожидании Ð·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ð¸Ñ Ð¿Ñ€Ð¾Ñ†ÐµÑÑа: %s\n" @@ -1105,7 +1105,7 @@ msgid "renaming '%s' to '%s' failed: %s\n" msgstr "Ñбой при переименовании '%s' в '%s': %s\n" #. TRANSLATORS: See doc/TRANSLATE about this string. -#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3081 +#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3082 msgid "yes" msgstr "да|yes" @@ -1160,7 +1160,7 @@ msgid "out of core while allocating %lu bytes" msgstr "выход за границы при размещении %lu байтов" #: common/miscellaneous.c:115 g10/card-util.c:917 tools/no-libgcrypt.c:30 -#: tools/gpg-card.c:415 +#: tools/gpg-card.c:416 #, c-format msgid "error allocating enough memory: %s\n" msgstr "ошибка Ð²Ñ‹Ð´ÐµÐ»ÐµÐ½Ð¸Ñ Ð´Ð¾Ñтаточной памÑти: %s\n" @@ -1238,7 +1238,7 @@ msgstr "ошибка Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½Ð¸Ñ Ð²ÐµÑ€Ñии из '%s': %s\n" msgid "server '%s' is older than us (%s < %s)" msgstr "Ñервер '%s' Ñтарше Ð½Ð°Ñ (%s < %s)" -#: common/asshelp.c:737 g10/call-dirmngr.c:407 +#: common/asshelp.c:737 g10/call-dirmngr.c:408 #, c-format msgid "WARNING: %s\n" msgstr "Внимание: %s\n" @@ -1517,8 +1517,8 @@ msgstr "блокировка '%s' не выполнена: %s\n" msgid "waiting for lock %s...\n" msgstr "ожидаю ÑнÑÑ‚Ð¸Ñ Ð±Ð»Ð¾ÐºÐ¸Ñ€Ð¾Ð²ÐºÐ¸ %s...\n" -#: common/init.c:191 sm/gpgsm.c:1032 dirmngr/dirmngr.c:894 -#: dirmngr/dirmngr.c:903 +#: common/init.c:191 sm/gpgsm.c:1036 dirmngr/dirmngr.c:895 +#: dirmngr/dirmngr.c:904 #, c-format msgid "%s is too old (need %s, have %s)\n" msgstr "Ñлишком ÑÑ‚Ð°Ñ€Ð°Ñ Ð²ÐµÑ€ÑÐ¸Ñ %s (нужно %s, еÑÑ‚ÑŒ %s)\n" @@ -1687,52 +1687,52 @@ msgstr "ошибка Ñ‡Ñ‚ÐµÐ½Ð¸Ñ Ð¸Ð· %s: %s\n" msgid "problem with the agent: %s\n" msgstr "проблема Ñ Ð°Ð³ÐµÐ½Ñ‚Ð¾Ð¼: %s\n" -#: g10/call-dirmngr.c:178 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 +#: g10/call-dirmngr.c:179 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 #, c-format msgid "no dirmngr running in this session\n" msgstr "в Ñтом ÑеанÑе dirmngr не работает\n" -#: g10/call-dirmngr.c:212 +#: g10/call-dirmngr.c:213 #, fuzzy, c-format #| msgid "keyserver option \"%s\" may not be used in %s mode\n" msgid "keyserver option \"honor-keyserver-url\" may not be used in Tor mode\n" msgstr "параметр Ñервера ключей \"%s\" Ð½ÐµÐ»ÑŒÐ·Ñ Ð¸Ñпользовать в режиме %s\n" -#: g10/call-dirmngr.c:385 +#: g10/call-dirmngr.c:386 msgid "WKD uses a cached result" msgstr "WKD пользуетÑÑ Ñохраненным результатом" -#: g10/call-dirmngr.c:388 +#: g10/call-dirmngr.c:389 msgid "Tor is not running" msgstr "Tor не работает" -#: g10/call-dirmngr.c:390 +#: g10/call-dirmngr.c:391 msgid "Tor is not properly configured" msgstr "Tor не наÑтроен должным образом" -#: g10/call-dirmngr.c:392 +#: g10/call-dirmngr.c:393 msgid "DNS is not properly configured" msgstr "DNS не наÑтроен должным образом" -#: g10/call-dirmngr.c:394 +#: g10/call-dirmngr.c:395 msgid "unacceptable HTTP redirect from server" msgstr "недопуÑтимое перенаправление HTTP Ñ Ñервера" -#: g10/call-dirmngr.c:396 +#: g10/call-dirmngr.c:397 msgid "unacceptable HTTP redirect from server was cleaned up" msgstr "недопуÑтимое перенаправление HTTP Ñ Ñервера Ñброшено" -#: g10/call-dirmngr.c:398 +#: g10/call-dirmngr.c:399 msgid "server uses an invalid certificate" msgstr "на Ñервере применÑетÑÑ Ð½ÐµÐ¿Ñ€Ð¸Ð³Ð¾Ð´Ð½Ñ‹Ð¹ Ñертификат" -#: g10/call-dirmngr.c:405 g10/gpg.c:4568 +#: g10/call-dirmngr.c:406 g10/gpg.c:4599 #, c-format msgid "Note: %s\n" msgstr "Замечание: %s\n" #: g10/card-util.c:86 g10/card-util.c:369 g10/card-util.c:1924 -#: tools/gpg-card.c:3038 +#: tools/gpg-card.c:3039 #, c-format msgid "OpenPGP card not available: %s\n" msgstr "Карта OpenPGP недоÑтупна: %s\n" @@ -1743,17 +1743,17 @@ msgid "OpenPGP card no. %s detected\n" msgstr "Обнаружена карта OpenPGP номер %s\n" #: g10/card-util.c:97 g10/card-util.c:2309 g10/delkey.c:164 g10/keyedit.c:1428 -#: g10/keygen.c:4771 g10/revoke.c:214 g10/revoke.c:638 +#: g10/keygen.c:4791 g10/revoke.c:214 g10/revoke.c:638 #, c-format msgid "can't do this in batch mode\n" msgstr "в пакетном режиме Ñто дейÑтвие невозможно\n" -#: g10/card-util.c:105 tools/gpg-card.c:2942 +#: g10/card-util.c:105 tools/gpg-card.c:2943 #, c-format msgid "This command is only available for version 2 cards\n" msgstr "Ðта команда доÑтупна только Ð´Ð»Ñ ÐºÐ°Ñ€Ñ‚ верÑии 2\n" -#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2947 +#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2948 #, c-format msgid "Reset Code not or not anymore available\n" msgstr "Код ÑброÑа (больше) не доÑтупен\n" @@ -1762,109 +1762,109 @@ msgstr "Код ÑброÑа (больше) не доÑтупен\n" #: g10/card-util.c:1802 g10/keyedit.c:394 g10/keyedit.c:415 g10/keyedit.c:429 #: g10/keygen.c:1991 g10/keygen.c:2165 g10/keygen.c:2385 g10/keygen.c:2685 #: sm/certreqgen-ui.c:166 sm/certreqgen-ui.c:292 sm/certreqgen-ui.c:326 -#: tools/gpg-card.c:509 +#: tools/gpg-card.c:510 msgid "Your selection? " msgstr "Ваш выбор? " -#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:595 -#: tools/gpg-card.c:635 +#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:596 +#: tools/gpg-card.c:636 msgid "[not set]" msgstr "[не уÑтановлено]" -#: g10/card-util.c:558 tools/gpg-card.c:902 +#: g10/card-util.c:558 tools/gpg-card.c:903 msgid "Mr." msgstr "Уважаемый" -#: g10/card-util.c:559 tools/gpg-card.c:903 +#: g10/card-util.c:559 tools/gpg-card.c:904 msgid "Ms." msgstr "УважаемаÑ" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 msgid "not forced" msgstr "не требуетÑÑ" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 msgid "forced" msgstr "требуетÑÑ" -#: g10/card-util.c:768 tools/gpg-card.c:1467 +#: g10/card-util.c:768 tools/gpg-card.c:1468 msgid "Error: Only plain ASCII is currently allowed.\n" msgstr "Ошибка: ДопуÑтим только проÑтой текÑÑ‚ ASCII.\n" -#: g10/card-util.c:770 tools/gpg-card.c:1469 +#: g10/card-util.c:770 tools/gpg-card.c:1470 msgid "Error: The \"<\" character may not be used.\n" msgstr "Ошибка: ÐÐµÐ»ÑŒÐ·Ñ Ð¸Ñпользовать Ñимвол \"<\".\n" -#: g10/card-util.c:772 tools/gpg-card.c:1471 +#: g10/card-util.c:772 tools/gpg-card.c:1472 msgid "Error: Double spaces are not allowed.\n" msgstr "Ошибка: Двойные пробелы недопуÑтимы.\n" -#: g10/card-util.c:789 tools/gpg-card.c:1504 +#: g10/card-util.c:789 tools/gpg-card.c:1505 msgid "Cardholder's surname: " msgstr "Ð¤Ð°Ð¼Ð¸Ð»Ð¸Ñ Ð´ÐµÑ€Ð¶Ð°Ñ‚ÐµÐ»Ñ ÐºÐ°Ñ€Ñ‚Ñ‹: " -#: g10/card-util.c:791 tools/gpg-card.c:1505 +#: g10/card-util.c:791 tools/gpg-card.c:1506 msgid "Cardholder's given name: " msgstr "Ð˜Ð¼Ñ Ð´ÐµÑ€Ð¶Ð°Ñ‚ÐµÐ»Ñ ÐºÐ°Ñ€Ñ‚Ñ‹: " -#: g10/card-util.c:809 tools/gpg-card.c:1522 +#: g10/card-util.c:809 tools/gpg-card.c:1523 #, c-format msgid "Error: Combined name too long (limit is %d characters).\n" msgstr "Ошибка: Слишком длинное полное Ð¸Ð¼Ñ (предел - %d Ñимволов).\n" -#: g10/card-util.c:830 tools/gpg-card.c:1560 +#: g10/card-util.c:830 tools/gpg-card.c:1561 msgid "URL to retrieve public key: " msgstr "URL Ð´Ð»Ñ Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½Ð¸Ñ Ð¾Ñ‚ÐºÑ€Ñ‹Ñ‚Ð¾Ð³Ð¾ ключа: " -#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:394 g10/import.c:744 -#: g10/import.c:803 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 -#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1657 -#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:425 +#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:406 g10/import.c:756 +#: g10/import.c:815 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 +#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1666 +#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:426 #, c-format msgid "error reading '%s': %s\n" msgstr "ошибка Ñ‡Ñ‚ÐµÐ½Ð¸Ñ '%s': %s\n" #: g10/card-util.c:959 g10/decrypt-data.c:498 g10/export.c:2496 -#: dirmngr/crlcache.c:925 tools/gpg-card.c:485 tools/gpg-card.c:492 +#: dirmngr/crlcache.c:925 tools/gpg-card.c:486 tools/gpg-card.c:493 #, c-format msgid "error writing '%s': %s\n" msgstr "ошибка запиÑи '%s': %s\n" -#: g10/card-util.c:986 tools/gpg-card.c:1649 +#: g10/card-util.c:986 tools/gpg-card.c:1650 msgid "Login data (account name): " msgstr "Ð£Ñ‡ÐµÑ‚Ð½Ð°Ñ Ð·Ð°Ð¿Ð¸ÑÑŒ (имÑ): " -#: g10/card-util.c:1024 tools/gpg-card.c:1944 +#: g10/card-util.c:1024 tools/gpg-card.c:1945 msgid "Private DO data: " msgstr "Секретные данные DO:" -#: g10/card-util.c:1109 tools/gpg-card.c:1698 +#: g10/card-util.c:1109 tools/gpg-card.c:1699 msgid "Language preferences: " msgstr "Предпочтительный Ñзык: " -#: g10/card-util.c:1117 tools/gpg-card.c:1709 +#: g10/card-util.c:1117 tools/gpg-card.c:1710 #, c-format msgid "Error: invalid length of preference string.\n" msgstr "Ошибка: недопуÑÑ‚Ð¸Ð¼Ð°Ñ Ð´Ð»Ð¸Ð½Ð° Ñтроки предпочтений.\n" -#: g10/card-util.c:1126 tools/gpg-card.c:1718 +#: g10/card-util.c:1126 tools/gpg-card.c:1719 #, c-format msgid "Error: invalid characters in preference string.\n" msgstr "Ошибка: недопуÑтимые Ñимволы в Ñтроке предпочтений.\n" -#: g10/card-util.c:1148 tools/gpg-card.c:1752 +#: g10/card-util.c:1148 tools/gpg-card.c:1753 msgid "Salutation (M = Mr., F = Ms., or space): " msgstr "ПриветÑтвие (M = Уважаемый, F = УважаемаÑ, пробел - не задано): " -#: g10/card-util.c:1162 tools/gpg-card.c:1769 +#: g10/card-util.c:1162 tools/gpg-card.c:1770 msgid "Error: invalid response.\n" msgstr "Ошибка: недопуÑтимый ответ.\n" -#: g10/card-util.c:1185 tools/gpg-card.c:1834 +#: g10/card-util.c:1185 tools/gpg-card.c:1835 msgid "CA fingerprint: " msgstr "отпечаток удоÑтоверÑющего центра: " -#: g10/card-util.c:1209 tools/gpg-card.c:1860 +#: g10/card-util.c:1209 tools/gpg-card.c:1861 #, c-format msgid "Error: invalid formatted fingerprint.\n" msgstr "Ошибка: недопуÑтимый формат отпечатка.\n" @@ -1878,7 +1878,7 @@ msgstr "Ð¾Ð¿ÐµÑ€Ð°Ñ†Ð¸Ñ Ñ ÐºÐ»ÑŽÑ‡Ð¾Ð¼ невозможна: %s\n" msgid "not an OpenPGP card" msgstr "Ñто не карта OpenPGP" -#: g10/card-util.c:1273 g10/keygen.c:4791 g10/keygen.c:5952 +#: g10/card-util.c:1273 g10/keygen.c:4811 g10/keygen.c:5972 #, c-format msgid "error getting current key info: %s\n" msgstr "ошибка при Ñчитывании информации ключа: %s\n" @@ -1887,7 +1887,7 @@ msgstr "ошибка при Ñчитывании информации ключа msgid "Replace existing key? (y/N) " msgstr "Заменить ÑущеÑтвующий ключ? (y/N) " -#: g10/card-util.c:1375 tools/gpg-card.c:3327 +#: g10/card-util.c:1375 tools/gpg-card.c:3328 #, fuzzy #| msgid "" #| "Note: There is no guarantee that the card supports the requested size.\n" @@ -1976,13 +1976,13 @@ msgid "error getting card info: %s\n" msgstr "ошибка при Ñчитывании информации карты: %s\n" #: g10/card-util.c:1591 g10/card-util.c:1936 g10/card-util.c:2112 -#: g10/card-util.c:2171 tools/gpg-card.c:3056 tools/gpg-card.c:3295 -#: tools/gpg-card.c:3353 +#: g10/card-util.c:2171 tools/gpg-card.c:3057 tools/gpg-card.c:3296 +#: tools/gpg-card.c:3354 #, c-format msgid "This command is not supported by this card\n" msgstr "Ð”Ð°Ð½Ð½Ð°Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´Ð° Ñтой картой не поддерживаетÑÑ\n" -#: g10/card-util.c:1637 tools/gpg-card.c:2425 +#: g10/card-util.c:1637 tools/gpg-card.c:2426 msgid "Make off-card backup of encryption key? (Y/n) " msgstr "Сделать вне карты архивную копию ключа шифрованиÑ? (Y/n) " @@ -1991,11 +1991,11 @@ msgstr "Сделать вне карты архивную копию ключа msgid "Note: keys are already stored on the card!\n" msgstr "Замечание: ключи уже хранÑÑ‚ÑÑ Ð½Ð° карте!\n" -#: g10/card-util.c:1654 tools/gpg-card.c:2397 +#: g10/card-util.c:1654 tools/gpg-card.c:2398 msgid "Replace existing keys? (y/N) " msgstr "Заменить ÑущеÑтвующие ключи? (y/N) " -#: g10/card-util.c:1666 tools/gpg-card.c:2456 +#: g10/card-util.c:1666 tools/gpg-card.c:2457 #, c-format msgid "" "Please note that the factory settings of the PINs are\n" @@ -2031,16 +2031,16 @@ msgstr "Выберите, где хранить ключ:\n" msgid "KEYTOCARD failed: %s\n" msgstr "Ñбой запиÑи ключа на карту: %s\n" -#: g10/card-util.c:1941 tools/gpg-card.c:3064 +#: g10/card-util.c:1941 tools/gpg-card.c:3065 #, c-format msgid "Note: This command destroys all keys stored on the card!\n" msgstr "Замечание: Ñта команда Ñотрет Ñ ÐºÐ°Ñ€Ñ‚Ñ‹ вÑе ключи!\n" -#: g10/card-util.c:1944 tools/gpg-card.c:3067 tools/gpg-card.c:3408 +#: g10/card-util.c:1944 tools/gpg-card.c:3068 tools/gpg-card.c:3409 msgid "Continue? (y/N) " msgstr "Продолжить? (y/N) " -#: g10/card-util.c:1949 tools/gpg-card.c:3078 +#: g10/card-util.c:1949 tools/gpg-card.c:3079 msgid "Really do a factory reset? (enter \"yes\") " msgstr "Подтвердите ÑÐ±Ñ€Ð¾Ñ Ðº заводÑким уÑтановкам (введите \"yes\") " @@ -2055,7 +2055,7 @@ msgstr "ошибка при наÑтройке KDF: %s\n" msgid "error for setup UIF: %s\n" msgstr "ошибка при наÑтройке KDF: %s\n" -#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3648 +#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3649 msgid "quit this menu" msgstr "выйти из Ñтого меню" @@ -2063,63 +2063,63 @@ msgstr "выйти из Ñтого меню" msgid "show admin commands" msgstr "показать админиÑтративные команды" -#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3651 +#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3652 msgid "show this help" msgstr "показать данную Ñправку" -#: g10/card-util.c:2217 tools/gpg-card.c:3653 +#: g10/card-util.c:2217 tools/gpg-card.c:3654 msgid "list all available data" msgstr "вывеÑти вÑе доÑтупные данные" -#: g10/card-util.c:2220 tools/gpg-card.c:3655 +#: g10/card-util.c:2220 tools/gpg-card.c:3656 msgid "change card holder's name" msgstr "изменить Ð¸Ð¼Ñ Ð´ÐµÑ€Ð¶Ð°Ñ‚ÐµÐ»Ñ ÐºÐ°Ñ€Ñ‚Ñ‹" -#: g10/card-util.c:2221 tools/gpg-card.c:3656 +#: g10/card-util.c:2221 tools/gpg-card.c:3657 msgid "change URL to retrieve key" msgstr "изменить URL Ð¿Ð¾Ð»ÑƒÑ‡ÐµÐ½Ð¸Ñ ÐºÐ»ÑŽÑ‡Ð°" -#: g10/card-util.c:2222 tools/gpg-card.c:3657 +#: g10/card-util.c:2222 tools/gpg-card.c:3658 msgid "fetch the key specified in the card URL" msgstr "запроÑить ключ по заданному картой URL" -#: g10/card-util.c:2223 tools/gpg-card.c:3658 +#: g10/card-util.c:2223 tools/gpg-card.c:3659 msgid "change the login name" msgstr "изменить Ð¸Ð¼Ñ ÑƒÑ‡ÐµÑ‚Ð½Ð¾Ð¹ запиÑи" -#: g10/card-util.c:2224 tools/gpg-card.c:3659 +#: g10/card-util.c:2224 tools/gpg-card.c:3660 msgid "change the language preferences" msgstr "изменить Ñзыковые предпочтениÑ" -#: g10/card-util.c:2225 tools/gpg-card.c:3660 +#: g10/card-util.c:2225 tools/gpg-card.c:3661 msgid "change card holder's salutation" msgstr "изменить приветÑтвие Ð´Ð»Ñ Ð´ÐµÑ€Ð¶Ð°Ñ‚ÐµÐ»Ñ ÐºÐ°Ñ€Ñ‚Ñ‹" -#: g10/card-util.c:2227 tools/gpg-card.c:3662 +#: g10/card-util.c:2227 tools/gpg-card.c:3663 msgid "change a CA fingerprint" msgstr "Ñменить отпечаток удоÑтоверÑющего центра" -#: g10/card-util.c:2228 tools/gpg-card.c:3663 +#: g10/card-util.c:2228 tools/gpg-card.c:3664 msgid "toggle the signature force PIN flag" msgstr "переключить признак 'подпиÑÑŒ требует PIN'" -#: g10/card-util.c:2229 tools/gpg-card.c:3664 +#: g10/card-util.c:2229 tools/gpg-card.c:3665 msgid "generate new keys" msgstr "Ñоздать новые ключи" -#: g10/card-util.c:2230 tools/gpg-card.c:3665 +#: g10/card-util.c:2230 tools/gpg-card.c:3666 msgid "menu to change or unblock the PIN" msgstr "меню Ð¸Ð·Ð¼ÐµÐ½ÐµÐ½Ð¸Ñ Ð¸Ð»Ð¸ разблокировки PIN" -#: g10/card-util.c:2231 tools/gpg-card.c:3666 +#: g10/card-util.c:2231 tools/gpg-card.c:3667 msgid "verify the PIN and list all data" msgstr "проверить PIN и показать вÑе данные" -#: g10/card-util.c:2232 tools/gpg-card.c:3667 +#: g10/card-util.c:2232 tools/gpg-card.c:3668 msgid "unblock the PIN using a Reset Code" msgstr "разблокировать PIN Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ кода ÑброÑа" -#: g10/card-util.c:2233 tools/gpg-card.c:3671 +#: g10/card-util.c:2233 tools/gpg-card.c:3672 msgid "destroy all keys and data" msgstr "уничтожить вÑе ключи и данные" @@ -2133,13 +2133,13 @@ msgstr "наÑтроить KDF Ð´Ð»Ñ Ð¿Ñ€Ð¾Ð²ÐµÑ€ÐºÐ¸ по PIN" msgid "change the key attribute" msgstr "изменить атрибут ключа" -#: g10/card-util.c:2237 tools/gpg-card.c:3673 +#: g10/card-util.c:2237 tools/gpg-card.c:3674 #, fuzzy #| msgid "change the ownertrust" msgid "change the User Interaction Flag" msgstr "изменить уровень Ð´Ð¾Ð²ÐµÑ€Ð¸Ñ Ð²Ð»Ð°Ð´ÐµÐ»ÑŒÑ†Ñƒ" -#: g10/card-util.c:2361 tools/gpg-card.c:3923 +#: g10/card-util.c:2361 tools/gpg-card.c:3924 msgid "gpg/card> " msgstr "gpg/card> " @@ -2155,8 +2155,8 @@ msgstr "Команды админиÑÑ‚Ñ€Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ñ€Ð°Ð·Ñ€ÐµÑˆÐµÐ½Ñ‹\n" msgid "Admin commands are not allowed\n" msgstr "Команды админиÑÑ‚Ñ€Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ð½Ðµ разрешены\n" -#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3813 -#: tools/gpg-card.c:4071 +#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3814 +#: tools/gpg-card.c:4072 #, c-format msgid "Invalid command (try \"help\")\n" msgstr "ÐедопуÑÑ‚Ð¸Ð¼Ð°Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´Ð° (ÑпиÑок команд: \"help\")\n" @@ -2166,21 +2166,21 @@ msgstr "ÐедопуÑÑ‚Ð¸Ð¼Ð°Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´Ð° (ÑпиÑок команд: \"he msgid "--output doesn't work for this command\n" msgstr "--output Ð´Ð»Ñ Ð´Ð°Ð½Ð½Ð¾Ð¹ команды не работает\n" -#: g10/decrypt.c:247 g10/gpg.c:5262 g10/keyring.c:399 g10/keyring.c:750 +#: g10/decrypt.c:247 g10/gpg.c:5293 g10/keyring.c:399 g10/keyring.c:750 #, c-format msgid "can't open '%s'\n" msgstr "не могу открыть '%s'\n" #: g10/delkey.c:81 g10/export.c:1934 g10/export.c:2342 g10/export.c:2463 -#: g10/getkey.c:1907 g10/gpg.c:5207 g10/keyedit.c:1450 g10/keyedit.c:2382 -#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1238 +#: g10/getkey.c:1907 g10/gpg.c:5238 g10/keyedit.c:1450 g10/keyedit.c:2382 +#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1240 #: g10/revoke.c:230 g10/tofu.c:2168 #, c-format msgid "key \"%s\" not found: %s\n" msgstr "ключ \"%s\" не найден: %s\n" -#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4303 -#: g10/gpg.c:5216 g10/keyedit.c:2354 g10/keyserver.c:1256 g10/revoke.c:236 +#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4330 +#: g10/gpg.c:5247 g10/keyedit.c:2354 g10/keyserver.c:1258 g10/revoke.c:236 #: g10/revoke.c:665 g10/tofu.c:2176 #, c-format msgid "error reading keyblock: %s\n" @@ -2305,14 +2305,14 @@ msgstr "алгоритм ÑˆÐ¸Ñ„Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ '%s' Ð½ÐµÐ»ÑŒÐ·Ñ Ð¸Ñпользо msgid "(use option \"%s\" to override)\n" msgstr "" -#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4052 -#: g10/gpg.c:4099 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1760 +#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4083 +#: g10/gpg.c:4130 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1793 #, c-format msgid "cipher algorithm '%s' may not be used in %s mode\n" msgstr "алгоритм ÑˆÐ¸Ñ„Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ '%s' Ð½ÐµÐ»ÑŒÐ·Ñ Ð¸Ñпользовать в режиме %s\n" -#: g10/encrypt.c:564 g10/gpg.c:4064 g10/gpg.c:4111 g10/sig-check.c:155 -#: g10/sign.c:452 sm/gpgsm.c:1770 sm/gpgsm.c:1780 sm/sign.c:596 sm/verify.c:510 +#: g10/encrypt.c:564 g10/gpg.c:4095 g10/gpg.c:4142 g10/sig-check.c:155 +#: g10/sign.c:452 sm/gpgsm.c:1803 sm/gpgsm.c:1813 sm/sign.c:596 sm/verify.c:510 #, c-format msgid "digest algorithm '%s' may not be used in %s mode\n" msgstr "хеш-функцию '%s' Ð½ÐµÐ»ÑŒÐ·Ñ Ð¸Ñпользовать в режиме %s\n" @@ -2413,7 +2413,7 @@ msgstr "пользоватьÑÑ Ð°Ñ€Ñ…Ð¸Ð²Ð½Ñ‹Ð¼ форматом ключей msgid " - skipped" msgstr " - пропущено" -#: g10/export.c:1333 g10/import.c:2112 g10/openfile.c:202 g10/openfile.c:296 +#: g10/export.c:1333 g10/import.c:2124 g10/openfile.c:202 g10/openfile.c:296 #: g10/sign.c:1110 g10/sign.c:1447 #, c-format msgid "writing to '%s'\n" @@ -2506,282 +2506,282 @@ msgstr "" msgid "using subkey %s instead of primary key %s\n" msgstr "иÑпользую подключ %s вмеÑто первичного ключа %s\n" -#: g10/getkey.c:4232 g10/gpg.c:2164 +#: g10/getkey.c:4259 g10/gpg.c:2167 #, c-format msgid "valid values for option '%s':\n" msgstr "недопуÑтимые Ð·Ð½Ð°Ñ‡ÐµÐ½Ð¸Ñ Ð´Ð»Ñ Ð¿Ð°Ñ€Ð°Ð¼ÐµÑ‚Ñ€Ð° \"%s\"\n" -#: g10/gpg.c:449 sm/gpgsm.c:215 +#: g10/gpg.c:450 sm/gpgsm.c:217 msgid "make a signature" msgstr "Ñоздать подпиÑÑŒ" -#: g10/gpg.c:450 +#: g10/gpg.c:451 msgid "make a clear text signature" msgstr "Ñоздать текÑтовую подпиÑÑŒ" -#: g10/gpg.c:452 sm/gpgsm.c:217 +#: g10/gpg.c:453 sm/gpgsm.c:219 msgid "make a detached signature" msgstr "Ñоздать отделенную подпиÑÑŒ" -#: g10/gpg.c:453 sm/gpgsm.c:218 +#: g10/gpg.c:454 sm/gpgsm.c:220 msgid "encrypt data" msgstr "зашифровать данные" -#: g10/gpg.c:455 +#: g10/gpg.c:456 msgid "encryption only with symmetric cipher" msgstr "шифрование только Ñимметричным шифром" -#: g10/gpg.c:457 sm/gpgsm.c:220 +#: g10/gpg.c:458 sm/gpgsm.c:222 msgid "decrypt data (default)" msgstr "раÑшифровать данные (по умолчанию)" -#: g10/gpg.c:459 sm/gpgsm.c:221 +#: g10/gpg.c:460 sm/gpgsm.c:223 msgid "verify a signature" msgstr "проверить подпиÑÑŒ" -#: g10/gpg.c:461 sm/gpgsm.c:222 +#: g10/gpg.c:462 sm/gpgsm.c:224 msgid "list keys" msgstr "вывеÑти ÑпиÑок ключей" -#: g10/gpg.c:463 +#: g10/gpg.c:464 msgid "list keys and signatures" msgstr "вывеÑти ÑпиÑок ключей и подпиÑей" -#: g10/gpg.c:466 +#: g10/gpg.c:467 msgid "list and check key signatures" msgstr "вывеÑти и проверить подпиÑи ключей" -#: g10/gpg.c:468 sm/gpgsm.c:227 +#: g10/gpg.c:469 sm/gpgsm.c:229 msgid "list keys and fingerprints" msgstr "вывеÑти ÑпиÑок ключей и их отпечатков" -#: g10/gpg.c:469 sm/gpgsm.c:225 +#: g10/gpg.c:470 sm/gpgsm.c:227 msgid "list secret keys" msgstr "вывеÑти ÑпиÑок Ñекретных ключей" -#: g10/gpg.c:471 sm/gpgsm.c:228 +#: g10/gpg.c:472 sm/gpgsm.c:230 msgid "generate a new key pair" msgstr "Ñоздать новую пару ключей" -#: g10/gpg.c:474 +#: g10/gpg.c:475 msgid "quickly generate a new key pair" msgstr "быÑтро Ñоздать новую пару ключей" -#: g10/gpg.c:477 +#: g10/gpg.c:478 msgid "quickly add a new user-id" msgstr "быÑтро добавить новый идентификатор пользователÑ" -#: g10/gpg.c:482 +#: g10/gpg.c:483 msgid "quickly revoke a user-id" msgstr "быÑтро отозвать идентификатор пользователÑ" -#: g10/gpg.c:485 +#: g10/gpg.c:486 msgid "quickly set a new expiration date" msgstr "быÑтро уÑтановить новый Ñрок дейÑтвиÑ" -#: g10/gpg.c:488 +#: g10/gpg.c:489 msgid "full featured key pair generation" msgstr "Ñоздание полноценной пары ключей" -#: g10/gpg.c:491 +#: g10/gpg.c:492 msgid "generate a revocation certificate" msgstr "Ñоздать Ñертификат отзыва" -#: g10/gpg.c:494 sm/gpgsm.c:231 +#: g10/gpg.c:495 sm/gpgsm.c:233 msgid "remove keys from the public keyring" msgstr "удалить ключи из таблицы открытых ключей" -#: g10/gpg.c:496 +#: g10/gpg.c:497 msgid "remove keys from the secret keyring" msgstr "удалить ключи из таблицы Ñекретных ключей" -#: g10/gpg.c:498 +#: g10/gpg.c:499 msgid "quickly sign a key" msgstr "быÑтро подпиÑать ключ" -#: g10/gpg.c:500 +#: g10/gpg.c:501 msgid "quickly sign a key locally" msgstr "быÑтро подпиÑать ключ локально" -#: g10/gpg.c:502 +#: g10/gpg.c:503 #, fuzzy #| msgid "quickly revoke a user-id" msgid "quickly revoke a key signature" msgstr "быÑтро отозвать идентификатор пользователÑ" -#: g10/gpg.c:503 +#: g10/gpg.c:504 msgid "sign a key" msgstr "подпиÑать ключ" -#: g10/gpg.c:504 +#: g10/gpg.c:505 msgid "sign a key locally" msgstr "подпиÑать ключ локально" -#: g10/gpg.c:505 +#: g10/gpg.c:506 msgid "sign or edit a key" msgstr "подпиÑать или редактировать ключ" -#: g10/gpg.c:507 sm/gpgsm.c:249 +#: g10/gpg.c:508 sm/gpgsm.c:251 msgid "change a passphrase" msgstr "Ñменить фразу-пароль" -#: g10/gpg.c:511 +#: g10/gpg.c:512 msgid "export keys" msgstr "ÑкÑпортировать ключи" -#: g10/gpg.c:512 +#: g10/gpg.c:513 msgid "export keys to a keyserver" msgstr "ÑкÑпортировать ключи на Ñервер ключей" -#: g10/gpg.c:513 +#: g10/gpg.c:514 msgid "import keys from a keyserver" msgstr "импортировать ключи Ñ Ñервера ключей" -#: g10/gpg.c:516 +#: g10/gpg.c:517 msgid "search for keys on a keyserver" msgstr "иÑкать ключи на Ñервере ключей" -#: g10/gpg.c:518 +#: g10/gpg.c:519 msgid "update all keys from a keyserver" msgstr "обновить вÑе ключи Ñ Ñервера ключей" -#: g10/gpg.c:526 +#: g10/gpg.c:527 msgid "import/merge keys" msgstr "импортировать/объединить ключи" -#: g10/gpg.c:529 +#: g10/gpg.c:530 msgid "print the card status" msgstr "показать ÑоÑтоÑние карты" -#: g10/gpg.c:530 +#: g10/gpg.c:531 msgid "change data on a card" msgstr "изменить данные на карте" -#: g10/gpg.c:532 +#: g10/gpg.c:533 msgid "change a card's PIN" msgstr "Ñменить PIN карты" -#: g10/gpg.c:544 +#: g10/gpg.c:545 msgid "update the trust database" msgstr "обновить таблицу довериÑ" -#: g10/gpg.c:554 +#: g10/gpg.c:555 msgid "print message digests" msgstr "вывеÑти хеши Ñообщений" -#: g10/gpg.c:558 sm/gpgsm.c:244 +#: g10/gpg.c:559 sm/gpgsm.c:246 msgid "run in server mode" msgstr "запуÑк в режиме Ñервера" -#: g10/gpg.c:560 +#: g10/gpg.c:561 msgid "|VALUE|set the TOFU policy for a key" msgstr "|VALUE|уÑтановить правила TOFU Ð´Ð»Ñ ÐºÐ»ÑŽÑ‡Ð°" -#: g10/gpg.c:603 +#: g10/gpg.c:604 msgid "|NAME|use NAME as default secret key" msgstr "|NAME|иÑпользовать NAME как оÑновной Ñекретный ключ" -#: g10/gpg.c:605 sm/gpgsm.c:337 +#: g10/gpg.c:606 sm/gpgsm.c:340 msgid "|NAME|encrypt to user ID NAME as well" msgstr "|NAME|зашифровывать также Ð´Ð»Ñ Ð¸Ð´ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ‚Ð¾Ñ€Ð° Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ NAME" -#: g10/gpg.c:613 +#: g10/gpg.c:614 msgid "|SPEC|set up email aliases" msgstr "|SPEC|уÑтановить Ñинонимы Ñлектронной почты" -#: g10/gpg.c:625 +#: g10/gpg.c:626 msgid "use strict OpenPGP behavior" msgstr "Ñтрого Ñледовать Ñтандарту OpenPGP" -#: g10/gpg.c:650 kbx/kbxutil.c:91 sm/gpgsm.c:421 tools/gpgconf.c:113 +#: g10/gpg.c:651 kbx/kbxutil.c:91 sm/gpgsm.c:424 tools/gpgconf.c:113 msgid "do not make any changes" msgstr "не делать никаких изменений" -#: g10/gpg.c:651 +#: g10/gpg.c:652 msgid "prompt before overwriting" msgstr "ÑпроÑить перед перезапиÑью" -#: g10/gpg.c:700 sm/gpgsm.c:307 +#: g10/gpg.c:701 sm/gpgsm.c:310 #, fuzzy #| msgid "Options controlling the security" msgid "Options controlling the input" msgstr "Параметры, управлÑющие безопаÑноÑтью" -#: g10/gpg.c:718 sm/gpgsm.c:317 +#: g10/gpg.c:719 sm/gpgsm.c:320 #, fuzzy #| msgid "Options controlling the diagnostic output" msgid "Options controlling the output" msgstr "Параметры, управлÑющие выводом диагноÑтики" -#: g10/gpg.c:720 sm/gpgsm.c:319 +#: g10/gpg.c:721 sm/gpgsm.c:322 msgid "create ascii armored output" msgstr "вывод в текÑтовом формате" -#: g10/gpg.c:724 g10/gpgv.c:82 sm/gpgsm.c:324 +#: g10/gpg.c:725 g10/gpgv.c:82 sm/gpgsm.c:327 msgid "|FILE|write output to FILE" msgstr "|FILE|выводить данные в файл FILE" -#: g10/gpg.c:737 +#: g10/gpg.c:738 msgid "use canonical text mode" msgstr "иÑпользовать каноничеÑкий текÑтовый режим" -#: g10/gpg.c:755 +#: g10/gpg.c:756 msgid "|N|set compress level to N (0 disables)" msgstr "|N|уÑтановить уровень ÑÐ¶Ð°Ñ‚Ð¸Ñ N (0 - без ÑжатиÑ)" -#: g10/gpg.c:761 sm/gpgsm.c:354 +#: g10/gpg.c:762 sm/gpgsm.c:357 #, fuzzy #| msgid "Options controlling the interactivity and enforcement" msgid "Options controlling key import and export" msgstr "Параметры, управлÑющие интерактивноÑтью и принудительными дейÑтвиÑми" -#: g10/gpg.c:764 +#: g10/gpg.c:765 msgid "|MECHANISMS|use MECHANISMS to locate keys by mail address" msgstr "" "|MECHANISMS|иÑпользовать механизмы MECHANISMS Ð´Ð»Ñ Ð¿Ð¾Ð¸Ñка ключей по адреÑу " "Ñлектронной почты" -#: g10/gpg.c:767 +#: g10/gpg.c:768 msgid "import missing key from a signature" msgstr "импортировать недоÑтающий ключ из подпиÑи" -#: g10/gpg.c:772 +#: g10/gpg.c:773 msgid "include the public key in signatures" msgstr "вноÑить открытый ключ в подпиÑи" -#: g10/gpg.c:775 sm/gpgsm.c:357 +#: g10/gpg.c:776 sm/gpgsm.c:360 msgid "disable all access to the dirmngr" msgstr "полноÑтью запретить доÑтуп к dirmngr" -#: g10/gpg.c:787 sm/gpgsm.c:364 +#: g10/gpg.c:788 sm/gpgsm.c:367 #, fuzzy #| msgid "Options controlling the configuration" msgid "Options controlling key listings" msgstr "Параметры, управлÑющие наÑтройками" -#: g10/gpg.c:817 sm/gpgsm.c:329 +#: g10/gpg.c:818 sm/gpgsm.c:332 #, fuzzy #| msgid "list secret keys" msgid "Options to specify keys" msgstr "вывеÑти ÑпиÑок Ñекретных ключей" -#: g10/gpg.c:819 sm/gpgsm.c:331 +#: g10/gpg.c:820 sm/gpgsm.c:334 msgid "|USER-ID|encrypt for USER-ID" msgstr "|USER-ID|зашифровать Ð´Ð»Ñ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ USER-ID" -#: g10/gpg.c:827 sm/gpgsm.c:333 +#: g10/gpg.c:828 sm/gpgsm.c:336 msgid "|USER-ID|use USER-ID to sign or decrypt" msgstr "|USER-ID|иÑпользовать ключ USER-ID Ð´Ð»Ñ Ð¿Ð¾Ð´Ð¿Ð¸Ñи и раÑшифровки" -#: g10/gpg.c:875 sm/gpgsm.c:405 +#: g10/gpg.c:876 sm/gpgsm.c:408 msgid "Options for unattended use" msgstr "" -#: g10/gpg.c:894 sm/gpgsm.c:417 dirmngr/dirmngr.c:285 +#: g10/gpg.c:895 sm/gpgsm.c:420 dirmngr/dirmngr.c:286 msgid "Other options" msgstr "" -#: g10/gpg.c:965 sm/gpgsm.c:450 +#: g10/gpg.c:966 sm/gpgsm.c:453 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -2789,7 +2789,7 @@ msgstr "" "@\n" "(Полный ÑпиÑок команд и параметров Ñм. на Ñтранице man)\n" -#: g10/gpg.c:968 +#: g10/gpg.c:969 msgid "" "@\n" "Examples:\n" @@ -2809,11 +2809,11 @@ msgstr "" " --list-keys [имена] показать ключи\n" " --fingerprint [имена] показать отпечатки\n" -#: g10/gpg.c:1153 +#: g10/gpg.c:1154 msgid "Usage: @GPG@ [options] [files] (-h for help)" msgstr "Вызов: @GPG@ [параметры] [файлы] (-h - подÑказка)" -#: g10/gpg.c:1156 +#: g10/gpg.c:1157 msgid "" "Syntax: @GPG@ [options] [files]\n" "Sign, check, encrypt or decrypt\n" @@ -2823,7 +2823,7 @@ msgstr "" "ПодпиÑи и их проверка, шифрование и раÑшифровка\n" "ДейÑтвие по умолчанию завиÑит от входных данных\n" -#: g10/gpg.c:1167 sm/gpgsm.c:633 +#: g10/gpg.c:1168 sm/gpgsm.c:636 msgid "" "\n" "Supported algorithms:\n" @@ -2831,95 +2831,95 @@ msgstr "" "\n" "ПоддерживаютÑÑ Ñледующие алгоритмы:\n" -#: g10/gpg.c:1170 +#: g10/gpg.c:1171 msgid "Pubkey: " msgstr "С открытым ключом: " -#: g10/gpg.c:1177 g10/keyedit.c:3316 +#: g10/gpg.c:1178 g10/keyedit.c:3316 msgid "Cipher: " msgstr "Симметричные шифры: " -#: g10/gpg.c:1191 +#: g10/gpg.c:1192 msgid "Hash: " msgstr "Хеш-функции: " -#: g10/gpg.c:1198 g10/keyedit.c:3382 +#: g10/gpg.c:1199 g10/keyedit.c:3382 msgid "Compression: " msgstr "Ðлгоритмы ÑжатиÑ: " -#: g10/gpg.c:1273 sm/gpgsm.c:707 +#: g10/gpg.c:1274 sm/gpgsm.c:710 #, c-format msgid "usage: %s [options] %s\n" msgstr "вызов: %s [параметры] %s\n" -#: g10/gpg.c:1466 sm/gpgsm.c:800 +#: g10/gpg.c:1467 sm/gpgsm.c:803 #, c-format msgid "conflicting commands\n" msgstr "неÑовмеÑтимые команды\n" -#: g10/gpg.c:1484 +#: g10/gpg.c:1485 #, c-format msgid "no = sign found in group definition '%s'\n" msgstr "в определении группы '%s' отÑутÑтвует знак =\n" -#: g10/gpg.c:1682 +#: g10/gpg.c:1683 #, c-format msgid "WARNING: unsafe ownership on homedir '%s'\n" msgstr "Внимание: небезопаÑный владелец домашнего каталога '%s'\n" -#: g10/gpg.c:1685 +#: g10/gpg.c:1686 #, c-format msgid "WARNING: unsafe ownership on configuration file '%s'\n" msgstr "Внимание: небезопаÑный владелец файла наÑтроек '%s'\n" -#: g10/gpg.c:1688 +#: g10/gpg.c:1689 #, c-format msgid "WARNING: unsafe ownership on extension '%s'\n" msgstr "Внимание: небезопаÑный владелец файла Ð¼Ð¾Ð´ÑƒÐ»Ñ Ñ€Ð°ÑÑˆÐ¸Ñ€ÐµÐ½Ð¸Ñ '%s'\n" -#: g10/gpg.c:1694 +#: g10/gpg.c:1695 #, c-format msgid "WARNING: unsafe permissions on homedir '%s'\n" msgstr "Внимание: небезопаÑные права доÑтупа к домашнему каталогу '%s'\n" -#: g10/gpg.c:1697 +#: g10/gpg.c:1698 #, c-format msgid "WARNING: unsafe permissions on configuration file '%s'\n" msgstr "Внимание: небезопаÑные права доÑтупа к файлу наÑтроек '%s'\n" -#: g10/gpg.c:1700 +#: g10/gpg.c:1701 #, c-format msgid "WARNING: unsafe permissions on extension '%s'\n" msgstr "Внимание: небезопаÑные права доÑтупа к файлу Ð¼Ð¾Ð´ÑƒÐ»Ñ Ñ€Ð°ÑÑˆÐ¸Ñ€ÐµÐ½Ð¸Ñ '%s'\n" -#: g10/gpg.c:1706 +#: g10/gpg.c:1707 #, c-format msgid "WARNING: unsafe enclosing directory ownership on homedir '%s'\n" msgstr "" "Внимание: небезопаÑный владелец каталога, Ñодержащего домашний каталог '%s'\n" -#: g10/gpg.c:1709 +#: g10/gpg.c:1710 #, c-format msgid "" "WARNING: unsafe enclosing directory ownership on configuration file '%s'\n" msgstr "" "Внимание: небезопаÑный владелец каталога, Ñодержащего файл наÑтроек '%s'\n" -#: g10/gpg.c:1712 +#: g10/gpg.c:1713 #, c-format msgid "WARNING: unsafe enclosing directory ownership on extension '%s'\n" msgstr "" "Внимание: небезопаÑный владелец каталога,\n" " Ñодержащего модуль раÑÑˆÐ¸Ñ€ÐµÐ½Ð¸Ñ '%s'\n" -#: g10/gpg.c:1718 +#: g10/gpg.c:1719 #, c-format msgid "WARNING: unsafe enclosing directory permissions on homedir '%s'\n" msgstr "" "Внимание: небезопаÑные права доÑтупа к каталогу,\n" " Ñодержащему домашний каталог '%s'\n" -#: g10/gpg.c:1721 +#: g10/gpg.c:1722 #, c-format msgid "" "WARNING: unsafe enclosing directory permissions on configuration file '%s'\n" @@ -2927,477 +2927,477 @@ msgstr "" "Ð’ÐИМÐÐИЕ: небезопаÑные права доÑтупа к каталогу,\n" " Ñодержащему файл наÑтроек '%s'\n" -#: g10/gpg.c:1724 +#: g10/gpg.c:1725 #, c-format msgid "WARNING: unsafe enclosing directory permissions on extension '%s'\n" msgstr "" "Внимание: небезопаÑные права доÑтупа к каталогу,\n" " Ñодержащему файл Ð¼Ð¾Ð´ÑƒÐ»Ñ Ñ€Ð°ÑÑˆÐ¸Ñ€ÐµÐ½Ð¸Ñ '%s'\n" -#: g10/gpg.c:1940 +#: g10/gpg.c:1941 #, c-format msgid "unknown configuration item '%s'\n" msgstr "неизвеÑтный Ñлемент в файле наÑтроек '%s'\n" -#: g10/gpg.c:2034 +#: g10/gpg.c:2037 msgid "display photo IDs during key listings" msgstr "показывать в ÑпиÑке ключей фотоидентификаторы" -#: g10/gpg.c:2036 +#: g10/gpg.c:2039 msgid "show key usage information during key listings" msgstr "показывать в ÑпиÑке ключей ÑÐ²ÐµÐ´ÐµÐ½Ð¸Ñ Ð¾ назначении ключа" -#: g10/gpg.c:2038 +#: g10/gpg.c:2041 msgid "show policy URLs during signature listings" msgstr "показывать в ÑпиÑке подпиÑей URL правил" -#: g10/gpg.c:2040 +#: g10/gpg.c:2043 msgid "show all notations during signature listings" msgstr "показывать в ÑпиÑке подпиÑей вÑе замечаниÑ" -#: g10/gpg.c:2042 +#: g10/gpg.c:2045 msgid "show IETF standard notations during signature listings" msgstr "показывать в ÑпиÑке подпиÑей Ð·Ð°Ð¼ÐµÑ‡Ð°Ð½Ð¸Ñ Ñтандарта IETF" -#: g10/gpg.c:2046 +#: g10/gpg.c:2049 msgid "show user-supplied notations during signature listings" msgstr "показывать в ÑпиÑке подпиÑей пользовательÑкие замечаниÑ" -#: g10/gpg.c:2048 +#: g10/gpg.c:2051 msgid "show preferred keyserver URLs during signature listings" msgstr "показывать в ÑпиÑке подпиÑей URL предпочтительных Ñерверов ключей" -#: g10/gpg.c:2050 +#: g10/gpg.c:2053 msgid "show user ID validity during key listings" msgstr "" "показывать в ÑпиÑке ключей дейÑтвительноÑÑ‚ÑŒ идентификаторов пользователей" -#: g10/gpg.c:2052 +#: g10/gpg.c:2055 msgid "show revoked and expired user IDs in key listings" msgstr "" "показывать в ÑпиÑке ключей отозванные и проÑроченные идентификаторы " "пользователей" -#: g10/gpg.c:2054 +#: g10/gpg.c:2057 msgid "show revoked and expired subkeys in key listings" msgstr "показывать в ÑпиÑке ключей отозванные и проÑроченные подключи" -#: g10/gpg.c:2056 +#: g10/gpg.c:2059 msgid "show the keyring name in key listings" msgstr "показывать в ÑпиÑке ключей название таблицы ключей" -#: g10/gpg.c:2058 +#: g10/gpg.c:2061 msgid "show expiration dates during signature listings" msgstr "показывать в ÑпиÑке подпиÑей Ñроки дейÑтвиÑ" -#: g10/gpg.c:2175 +#: g10/gpg.c:2178 #, c-format msgid "unknown TOFU policy '%s'\n" msgstr "неизвеÑтные правила TOFU '%s'\n" -#: g10/gpg.c:2177 +#: g10/gpg.c:2180 #, c-format msgid "(use \"help\" to list choices)\n" msgstr "(\"help\" выведет ÑпиÑок вариантов)\n" -#: g10/gpg.c:2972 g10/gpg.c:3797 g10/gpg.c:3809 +#: g10/gpg.c:2975 g10/gpg.c:3828 g10/gpg.c:3840 #, c-format msgid "Note: %s is not for normal use!\n" msgstr "Замечание: %s не предназначен Ð´Ð»Ñ Ð½Ð¾Ñ€Ð¼Ð°Ð»ÑŒÐ½Ð¾Ð³Ð¾ применениÑ!\n" -#: g10/gpg.c:3148 g10/gpg.c:3160 +#: g10/gpg.c:3151 g10/gpg.c:3163 #, c-format msgid "'%s' is not a valid signature expiration\n" msgstr "'%s' - не допуÑтимый Ñрок дейÑÑ‚Ð²Ð¸Ñ Ð¿Ð¾Ð´Ð¿Ð¸Ñи\n" -#: g10/gpg.c:3182 +#: g10/gpg.c:3185 #, c-format msgid "\"%s\" is not a proper mail address\n" msgstr "\"%s\" не ÑвлÑетÑÑ Ð°Ð´Ñ€ÐµÑом Ñлектронной почты\n" -#: g10/gpg.c:3214 sm/gpgsm.c:1265 +#: g10/gpg.c:3217 sm/gpgsm.c:1270 #, c-format msgid "invalid pinentry mode '%s'\n" msgstr "недопуÑтимый режим ввода Ð¿Ð°Ñ€Ð¾Ð»Ñ '%s'\n" -#: g10/gpg.c:3220 sm/gpgsm.c:1271 +#: g10/gpg.c:3223 sm/gpgsm.c:1276 #, c-format msgid "invalid request origin '%s'\n" msgstr "недопуÑтимый иÑточник запроÑа '%s'\n" -#: g10/gpg.c:3277 +#: g10/gpg.c:3280 #, c-format msgid "'%s' is not a valid character set\n" msgstr "'%s' - не допуÑÑ‚Ð¸Ð¼Ð°Ñ Ñ‚Ð°Ð±Ð»Ð¸Ñ†Ð° Ñимволов\n" -#: g10/gpg.c:3299 g10/gpg.c:3508 g10/keyedit.c:5319 +#: g10/gpg.c:3302 g10/gpg.c:3511 g10/keyedit.c:5319 #, c-format msgid "could not parse keyserver URL\n" msgstr "не могу интерпретировать URL Ñервера ключей\n" -#: g10/gpg.c:3317 +#: g10/gpg.c:3320 #, c-format msgid "%s:%d: invalid keyserver options\n" msgstr "%s:%d: недопуÑтимые параметры Ñервера ключей\n" -#: g10/gpg.c:3320 +#: g10/gpg.c:3323 #, c-format msgid "invalid keyserver options\n" msgstr "недопуÑтимые параметры Ñервера ключей\n" -#: g10/gpg.c:3327 +#: g10/gpg.c:3330 #, c-format msgid "%s:%d: invalid import options\n" msgstr "%s:%d: недопуÑтимые параметры импорта\n" -#: g10/gpg.c:3330 +#: g10/gpg.c:3333 #, c-format msgid "invalid import options\n" msgstr "недопуÑтимые параметры импорта\n" -#: g10/gpg.c:3336 g10/gpg.c:3351 +#: g10/gpg.c:3339 g10/gpg.c:3354 #, c-format msgid "invalid filter option: %s\n" msgstr "недопуÑтимый параметр фильтра: %s\n" -#: g10/gpg.c:3342 +#: g10/gpg.c:3345 #, c-format msgid "%s:%d: invalid export options\n" msgstr "%s:%d: недопуÑтимые параметры ÑкÑпорта\n" -#: g10/gpg.c:3345 +#: g10/gpg.c:3348 #, c-format msgid "invalid export options\n" msgstr "недопуÑтимые параметры ÑкÑпорта\n" -#: g10/gpg.c:3357 +#: g10/gpg.c:3360 #, c-format msgid "%s:%d: invalid list options\n" msgstr "%s:%d: недопуÑтимые параметры ÑпиÑка\n" -#: g10/gpg.c:3360 +#: g10/gpg.c:3363 #, c-format msgid "invalid list options\n" msgstr "недопуÑтимые параметры ÑпиÑка\n" -#: g10/gpg.c:3368 +#: g10/gpg.c:3371 msgid "display photo IDs during signature verification" msgstr "показать при проверке подпиÑи фотоидентификаторы" -#: g10/gpg.c:3370 +#: g10/gpg.c:3373 msgid "show policy URLs during signature verification" msgstr "показать при проверке подпиÑи URL правил" -#: g10/gpg.c:3372 +#: g10/gpg.c:3375 msgid "show all notations during signature verification" msgstr "показать при проверке подпиÑей вÑе замечаниÑ" -#: g10/gpg.c:3374 +#: g10/gpg.c:3377 msgid "show IETF standard notations during signature verification" msgstr "показать при проверке подпиÑей Ð·Ð°Ð¼ÐµÑ‡Ð°Ð½Ð¸Ñ Ñтандарта IETF" -#: g10/gpg.c:3378 +#: g10/gpg.c:3381 msgid "show user-supplied notations during signature verification" msgstr "показать при проверке подпиÑей пользовательÑкие замечаниÑ" -#: g10/gpg.c:3380 +#: g10/gpg.c:3383 msgid "show preferred keyserver URLs during signature verification" msgstr "показать при проверке подпиÑей URL предпочтительных Ñерверов ключей" -#: g10/gpg.c:3382 +#: g10/gpg.c:3385 msgid "show user ID validity during signature verification" msgstr "" "показать при проверке подпиÑей дейÑтвительноÑÑ‚ÑŒ идентификаторов пользователей" -#: g10/gpg.c:3384 +#: g10/gpg.c:3387 msgid "show revoked and expired user IDs in signature verification" msgstr "" "показать при проверке подпиÑей отозванные и проÑроченные идентификаторы " "пользователÑ" -#: g10/gpg.c:3386 +#: g10/gpg.c:3389 msgid "show only the primary user ID in signature verification" msgstr "" "показать при проверке подпиÑей только первичный идентификатор пользователÑ" -#: g10/gpg.c:3393 +#: g10/gpg.c:3396 #, c-format msgid "%s:%d: invalid verify options\n" msgstr "%s:%d: недопуÑтимые параметры проверки\n" -#: g10/gpg.c:3396 +#: g10/gpg.c:3399 #, c-format msgid "invalid verify options\n" msgstr "недопуÑтимые параметры проверки\n" -#: g10/gpg.c:3403 +#: g10/gpg.c:3406 #, c-format msgid "unable to set exec-path to %s\n" msgstr "не могу определить путь запуÑка Ð´Ð»Ñ %s\n" -#: g10/gpg.c:3610 +#: g10/gpg.c:3613 #, c-format msgid "%s:%d: invalid auto-key-locate list\n" msgstr "%s:%d: недопуÑтимый ÑпиÑок auto-key-locate\n" -#: g10/gpg.c:3613 +#: g10/gpg.c:3616 #, c-format msgid "invalid auto-key-locate list\n" msgstr "недопуÑтимый ÑпиÑок auto-key-locate\n" -#: g10/gpg.c:3622 +#: g10/gpg.c:3625 #, c-format msgid "invalid argument for option \"%.50s\"\n" msgstr "недопуÑтимый аргумент Ð´Ð»Ñ Ð¿Ð°Ñ€Ð°Ð¼ÐµÑ‚Ñ€Ð° \"%.50s\"\n" -#: g10/gpg.c:3776 sm/gpgsm.c:1642 +#: g10/gpg.c:3807 sm/gpgsm.c:1675 #, c-format msgid "WARNING: program may create a core file!\n" msgstr "Внимание: возможно Ñоздание файла образа памÑти!\n" -#: g10/gpg.c:3790 +#: g10/gpg.c:3821 #, c-format msgid "WARNING: %s overrides %s\n" msgstr "Внимание: %s отменÑет %s\n" -#: g10/gpg.c:3799 +#: g10/gpg.c:3830 #, c-format msgid "%s not allowed with %s!\n" msgstr "%s Ñ %s недопуÑтимо!\n" -#: g10/gpg.c:3802 +#: g10/gpg.c:3833 #, c-format msgid "%s makes no sense with %s!\n" msgstr "%s Ñ %s не имеет ÑмыÑла!\n" -#: g10/gpg.c:3817 sm/gpgsm.c:1663 dirmngr/dirmngr.c:1114 +#: g10/gpg.c:3848 sm/gpgsm.c:1696 dirmngr/dirmngr.c:1123 #, c-format msgid "WARNING: running with faked system time: " msgstr "Внимание: работаем Ñ Ñ„Ð°Ð»ÑŒÑˆÐ¸Ð²Ñ‹Ð¼ ÑиÑтемным временем: " -#: g10/gpg.c:3838 +#: g10/gpg.c:3869 #, c-format msgid "will not run with insecure memory due to %s\n" msgstr "отказываюÑÑŒ работать Ñ Ð½ÐµÐ±ÐµÐ·Ð¾Ð¿Ð°Ñной памÑтью из-за %s\n" -#: g10/gpg.c:3866 g10/gpg.c:3897 sm/gpgsm.c:1730 +#: g10/gpg.c:3897 g10/gpg.c:3928 sm/gpgsm.c:1763 #, c-format msgid "selected cipher algorithm is invalid\n" msgstr "выбран недопуÑтимый алгоритм шифрованиÑ\n" -#: g10/gpg.c:3873 +#: g10/gpg.c:3904 #, fuzzy, c-format #| msgid "selected digest algorithm is invalid\n" msgid "selected AEAD algorithm is invalid\n" msgstr "выбрана недопуÑÑ‚Ð¸Ð¼Ð°Ñ Ñ…ÐµÑˆ-функциÑ\n" -#: g10/gpg.c:3885 +#: g10/gpg.c:3916 #, c-format msgid "selected compression algorithm is invalid\n" msgstr "выбран недопуÑтимый алгоритм ÑжатиÑ\n" -#: g10/gpg.c:3891 +#: g10/gpg.c:3922 #, c-format msgid "selected certification digest algorithm is invalid\n" msgstr "выбрана недопуÑÑ‚Ð¸Ð¼Ð°Ñ Ñ…ÐµÑˆ-Ñ„ÑƒÐ½ÐºÑ†Ð¸Ñ Ð´Ð»Ñ Ñертификации\n" -#: g10/gpg.c:3906 +#: g10/gpg.c:3937 #, c-format msgid "completes-needed must be greater than 0\n" msgstr "completes-needed должен быть больше 0\n" -#: g10/gpg.c:3908 +#: g10/gpg.c:3939 #, c-format msgid "marginals-needed must be greater than 1\n" msgstr "marginals-needed должен быть больше 1\n" -#: g10/gpg.c:3910 +#: g10/gpg.c:3941 #, c-format msgid "max-cert-depth must be in the range from 1 to 255\n" msgstr "max-cert-depth должен быть в диапазоне от 1 до 255\n" -#: g10/gpg.c:3912 +#: g10/gpg.c:3943 #, c-format msgid "invalid default-cert-level; must be 0, 1, 2, or 3\n" msgstr "недопуÑтимый default-cert-level; должен быть 0, 1, 2 или 3\n" -#: g10/gpg.c:3914 +#: g10/gpg.c:3945 #, c-format msgid "invalid min-cert-level; must be 1, 2, or 3\n" msgstr "недопуÑтимый min-cert-level; должен быть 0, 1, 2 или 3\n" -#: g10/gpg.c:3918 +#: g10/gpg.c:3949 #, c-format msgid "Note: simple S2K mode (0) is strongly discouraged\n" msgstr "Замечание: проÑтой режим S2K (0) Ñтрого противопоказан\n" -#: g10/gpg.c:3922 +#: g10/gpg.c:3953 #, c-format msgid "invalid S2K mode; must be 0, 1 or 3\n" msgstr "недопуÑтимый режим S2K; должно быть 0, 1 или 3\n" -#: g10/gpg.c:3929 +#: g10/gpg.c:3960 #, c-format msgid "invalid default preferences\n" msgstr "недопуÑтимые Ð¿Ñ€ÐµÐ´Ð¿Ð¾Ñ‡Ñ‚ÐµÐ½Ð¸Ñ Ð¿Ð¾ умолчанию\n" -#: g10/gpg.c:3933 +#: g10/gpg.c:3964 #, c-format msgid "invalid personal cipher preferences\n" msgstr "недопуÑтимые личные Ð¿Ñ€ÐµÐ´Ð¿Ð¾Ñ‡Ñ‚ÐµÐ½Ð¸Ñ ÑˆÐ¸Ñ„Ñ€Ð°\n" -#: g10/gpg.c:3936 +#: g10/gpg.c:3967 #, fuzzy, c-format #| msgid "invalid personal cipher preferences\n" msgid "invalid personal AEAD preferences\n" msgstr "недопуÑтимые личные Ð¿Ñ€ÐµÐ´Ð¿Ð¾Ñ‡Ñ‚ÐµÐ½Ð¸Ñ ÑˆÐ¸Ñ„Ñ€Ð°\n" -#: g10/gpg.c:3940 +#: g10/gpg.c:3971 #, c-format msgid "invalid personal digest preferences\n" msgstr "недопуÑтимые личные Ð¿Ñ€ÐµÐ´Ð¿Ð¾Ñ‡Ñ‚ÐµÐ½Ð¸Ñ Ñ…ÐµÑˆ-функции\n" -#: g10/gpg.c:3944 +#: g10/gpg.c:3975 #, c-format msgid "invalid personal compress preferences\n" msgstr "недопуÑтимые личные Ð¿Ñ€ÐµÐ´Ð¿Ð¾Ñ‡Ñ‚ÐµÐ½Ð¸Ñ Ð°Ð»Ð³Ð¾Ñ€Ð¸Ñ‚Ð¼Ð¾Ð² ÑжатиÑ\n" -#: g10/gpg.c:3953 g10/gpg.c:3958 +#: g10/gpg.c:3984 g10/gpg.c:3989 #, fuzzy, c-format #| msgid "keysize invalid; using %u bits\n" msgid "chunk size invalid - using %d\n" msgstr "неверный размер ключа; иÑпользую %u бит\n" -#: g10/gpg.c:3995 +#: g10/gpg.c:4026 #, c-format msgid "%s does not yet work with %s\n" msgstr "%s пока не работает ÑовмеÑтно Ñ %s!\n" -#: g10/gpg.c:4058 +#: g10/gpg.c:4089 #, fuzzy, c-format #| msgid "cipher algorithm '%s' may not be used in %s mode\n" msgid "AEAD algorithm '%s' may not be used in %s mode\n" msgstr "алгоритм ÑˆÐ¸Ñ„Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ '%s' Ð½ÐµÐ»ÑŒÐ·Ñ Ð¸Ñпользовать в режиме %s\n" -#: g10/gpg.c:4070 +#: g10/gpg.c:4101 #, c-format msgid "compression algorithm '%s' may not be used in %s mode\n" msgstr "алгоритм ÑÐ¶Ð°Ñ‚Ð¸Ñ '%s' Ð½ÐµÐ»ÑŒÐ·Ñ Ð¸Ñпользовать в режиме %s\n" -#: g10/gpg.c:4225 +#: g10/gpg.c:4256 #, c-format msgid "failed to initialize the TrustDB: %s\n" msgstr "Ñбой инициализации таблицы довериÑ: %s\n" -#: g10/gpg.c:4237 +#: g10/gpg.c:4268 #, c-format msgid "WARNING: recipients (-r) given without using public key encryption\n" msgstr "" "Ð’ÐИМÐÐИЕ: получатели (-r) заданы без иÑÐ¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ð½Ð¸Ñ ÑˆÐ¸Ñ„Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ Ñ Ð¾Ñ‚ÐºÑ€Ñ‹Ñ‚Ñ‹Ð¼ " "ключом\n" -#: g10/gpg.c:4309 +#: g10/gpg.c:4340 #, c-format msgid "symmetric encryption of '%s' failed: %s\n" msgstr "Ñбой Ñимметричного ÑˆÐ¸Ñ„Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ '%s': %s\n" -#: g10/gpg.c:4338 +#: g10/gpg.c:4369 #, c-format msgid "you cannot use --symmetric --encrypt with --s2k-mode 0\n" msgstr "--symmetric --encrypt Ð½ÐµÐ»ÑŒÐ·Ñ Ð¸Ñпользовать ÑовмеÑтно Ñ --s2k-mode 0\n" -#: g10/gpg.c:4341 +#: g10/gpg.c:4372 #, c-format msgid "you cannot use --symmetric --encrypt in %s mode\n" msgstr "в режиме %s Ð½ÐµÐ»ÑŒÐ·Ñ Ð¸Ñпользовать --symmetric --encrypt\n" -#: g10/gpg.c:4399 +#: g10/gpg.c:4430 #, c-format msgid "you cannot use --symmetric --sign --encrypt with --s2k-mode 0\n" msgstr "" "Ð½ÐµÐ»ÑŒÐ·Ñ Ð¸Ñпользовать --symmetric --sign --encrypt ÑовмеÑтно Ñ --s2k-mode 0\n" -#: g10/gpg.c:4402 +#: g10/gpg.c:4433 #, c-format msgid "you cannot use --symmetric --sign --encrypt in %s mode\n" msgstr "в режиме %s Ð½ÐµÐ»ÑŒÐ·Ñ Ð¸Ñпользовать --symmetric --sign --encrypt\n" -#: g10/gpg.c:4790 g10/keyserver.c:1858 +#: g10/gpg.c:4821 g10/keyserver.c:1870 #, c-format msgid "keyserver send failed: %s\n" msgstr "Ñбой при отправке на Ñервер ключей: %s\n" -#: g10/gpg.c:4795 +#: g10/gpg.c:4826 #, c-format msgid "keyserver receive failed: %s\n" msgstr "Ñбой при получении Ñ Ñервера ключей: %s\n" -#: g10/gpg.c:4801 +#: g10/gpg.c:4832 #, c-format msgid "key export failed: %s\n" msgstr "Ñбой при ÑкÑпорте ключа: %s\n" -#: g10/gpg.c:4814 +#: g10/gpg.c:4845 #, c-format msgid "export as ssh key failed: %s\n" msgstr "Ñбой при ÑкÑпорте в виде ключа ssh: %s\n" -#: g10/gpg.c:4826 +#: g10/gpg.c:4857 #, c-format msgid "keyserver search failed: %s\n" msgstr "Ñбой при поиÑке на Ñервере ключей: %s\n" -#: g10/gpg.c:4839 +#: g10/gpg.c:4870 #, c-format msgid "keyserver refresh failed: %s\n" msgstr "Ñбой при обновлении Ñ Ñервера ключей: %s\n" -#: g10/gpg.c:4906 +#: g10/gpg.c:4937 #, c-format msgid "dearmoring failed: %s\n" msgstr "ошибка Ð¿Ñ€ÐµÐ¾Ð±Ñ€Ð°Ð·Ð¾Ð²Ð°Ð½Ð¸Ñ Ð¸Ð· текÑтового формата: %s\n" -#: g10/gpg.c:4917 +#: g10/gpg.c:4948 #, c-format msgid "enarmoring failed: %s\n" msgstr "ошибка Ð¿Ñ€ÐµÐ¾Ð±Ñ€Ð°Ð·Ð¾Ð²Ð°Ð½Ð¸Ñ Ð² текÑтовый формат: %s\n" -#: g10/gpg.c:5022 +#: g10/gpg.c:5053 #, c-format msgid "invalid hash algorithm '%s'\n" msgstr "недопуÑÑ‚Ð¸Ð¼Ð°Ñ Ñ…ÐµÑˆ-Ñ„ÑƒÐ½ÐºÑ†Ð¸Ñ '%s'\n" -#: g10/gpg.c:5174 g10/tofu.c:2156 +#: g10/gpg.c:5205 g10/tofu.c:2156 #, c-format msgid "error parsing key specification '%s': %s\n" msgstr "ошибка ÑинтакÑичеÑкого анализа Ñпецификации ключа '%s': %s\n" -#: g10/gpg.c:5185 +#: g10/gpg.c:5216 #, c-format msgid "'%s' does not appear to be a valid key ID, fingerprint or keygrip\n" msgstr "'%s' не ÑвлÑетÑÑ Ð¸Ð´ÐµÐ½Ñ‚Ð¸Ñ„Ð¸ÐºÐ°Ñ‚Ð¾Ñ€Ð¾Ð¼, отпечатком или кодом ключа\n" -#: g10/gpg.c:5241 +#: g10/gpg.c:5272 #, c-format msgid "WARNING: no command supplied. Trying to guess what you mean ...\n" msgstr "Внимание: команда не отдана. ПытаюÑÑŒ угадать, что имелоÑÑŒ в виду ...\n" -#: g10/gpg.c:5252 +#: g10/gpg.c:5283 #, c-format msgid "Go ahead and type your message ...\n" msgstr "Пишите Ñообщение ...\n" -#: g10/gpg.c:5599 +#: g10/gpg.c:5630 #, c-format msgid "the given certification policy URL is invalid\n" msgstr "заданный URL правил Ñертификации неверен\n" -#: g10/gpg.c:5601 +#: g10/gpg.c:5632 #, c-format msgid "the given signature policy URL is invalid\n" msgstr "заданный URL правил подпиÑи неверен\n" -#: g10/gpg.c:5634 +#: g10/gpg.c:5665 #, c-format msgid "the given preferred keyserver URL is invalid\n" msgstr "заданный URL предпочтительного Ñервера ключей неверен\n" @@ -3410,7 +3410,7 @@ msgstr "|FILE|взÑÑ‚ÑŒ ключи из файла таблицы ключей msgid "make timestamp conflicts only a warning" msgstr "при неÑоответÑтвии метки времени - только предупреждение" -#: g10/gpgv.c:86 sm/gpgsm.c:411 tools/gpgconf.c:116 tools/gpg-card.c:94 +#: g10/gpgv.c:86 sm/gpgsm.c:414 tools/gpgconf.c:116 tools/gpg-card.c:95 msgid "|FD|write status info to this FD" msgstr "|FD|выводить информацию в файл Ñ Ð´ÐµÑкриптором FD" @@ -3499,97 +3499,97 @@ msgstr "ожидать ключи в архивном формате GnuPG" msgid "repair keys on import" msgstr "иÑправлÑÑ‚ÑŒ ключи при импорте" -#: g10/import.c:387 g10/import.c:709 +#: g10/import.c:399 g10/import.c:721 #, c-format msgid "skipping block of type %d\n" msgstr "пропущен блок типа %d\n" -#: g10/import.c:726 +#: g10/import.c:738 #, c-format msgid "%lu keys processed so far\n" msgstr "обработано %lu ключей\n" -#: g10/import.c:819 +#: g10/import.c:831 #, c-format msgid "Total number processed: %lu\n" msgstr "Ð’Ñего обработано: %lu\n" -#: g10/import.c:822 +#: g10/import.c:834 #, c-format msgid " skipped PGP-2 keys: %lu\n" msgstr " пропущено ключей PGP-2: %lu\n" -#: g10/import.c:824 +#: g10/import.c:836 #, c-format msgid " skipped new keys: %lu\n" msgstr " пропущено новых ключей: %lu\n" -#: g10/import.c:827 +#: g10/import.c:839 #, c-format msgid " w/o user IDs: %lu\n" msgstr " без идентификатора пользователÑ: %lu\n" -#: g10/import.c:830 sm/import.c:129 +#: g10/import.c:842 sm/import.c:129 #, c-format msgid " imported: %lu" msgstr " импортировано: %lu" -#: g10/import.c:834 sm/import.c:133 +#: g10/import.c:846 sm/import.c:133 #, c-format msgid " unchanged: %lu\n" msgstr " неизмененных: %lu\n" -#: g10/import.c:836 +#: g10/import.c:848 #, c-format msgid " new user IDs: %lu\n" msgstr " новых идентификаторов пользователÑ: %lu\n" -#: g10/import.c:838 +#: g10/import.c:850 #, c-format msgid " new subkeys: %lu\n" msgstr " новых подключей: %lu\n" -#: g10/import.c:840 +#: g10/import.c:852 #, c-format msgid " new signatures: %lu\n" msgstr " новых подпиÑей: %lu\n" -#: g10/import.c:842 +#: g10/import.c:854 #, c-format msgid " new key revocations: %lu\n" msgstr " новых отзывов ключей: %lu\n" -#: g10/import.c:844 sm/import.c:135 +#: g10/import.c:856 sm/import.c:135 #, c-format msgid " secret keys read: %lu\n" msgstr " прочитано Ñекретных ключей: %lu\n" -#: g10/import.c:846 sm/import.c:137 +#: g10/import.c:858 sm/import.c:137 #, c-format msgid " secret keys imported: %lu\n" msgstr "импортировано Ñекретных ключей: %lu\n" -#: g10/import.c:848 sm/import.c:139 +#: g10/import.c:860 sm/import.c:139 #, c-format msgid " secret keys unchanged: %lu\n" msgstr " неизмененных Ñекретных ключей: %lu\n" -#: g10/import.c:850 sm/import.c:141 +#: g10/import.c:862 sm/import.c:141 #, c-format msgid " not imported: %lu\n" msgstr " не импортировано: %lu\n" -#: g10/import.c:852 +#: g10/import.c:864 #, c-format msgid " signatures cleaned: %lu\n" msgstr " очищено подпиÑей: %lu\n" -#: g10/import.c:854 +#: g10/import.c:866 #, c-format msgid " user IDs cleaned: %lu\n" msgstr " очищено идентификаторов пользователей: %lu\n" -#: g10/import.c:1279 +#: g10/import.c:1291 #, c-format msgid "" "WARNING: key %s contains preferences for unavailable\n" @@ -3598,175 +3598,175 @@ msgstr "" "Внимание: ключ %s Ñодержит Ð¿Ñ€ÐµÐ´Ð¿Ð¾Ñ‡Ñ‚ÐµÐ½Ð¸Ñ Ð´Ð»Ñ Ð½ÐµÐ´Ð¾Ñтупных\n" "алгоритмов Ð´Ð»Ñ Ñледующих идентификаторов пользователей:\n" -#: g10/import.c:1321 +#: g10/import.c:1333 #, c-format msgid " \"%s\": preference for cipher algorithm %s\n" msgstr " \"%s\": предпочитает шифр %s\n" -#: g10/import.c:1339 +#: g10/import.c:1351 #, fuzzy, c-format #| msgid " \"%s\": preference for cipher algorithm %s\n" msgid " \"%s\": preference for AEAD algorithm %s\n" msgstr " \"%s\": предпочитает шифр %s\n" -#: g10/import.c:1354 +#: g10/import.c:1366 #, c-format msgid " \"%s\": preference for digest algorithm %s\n" msgstr " \"%s\": предпочитает хеш-функцию %s\n" -#: g10/import.c:1366 +#: g10/import.c:1378 #, c-format msgid " \"%s\": preference for compression algorithm %s\n" msgstr " \"%s\": предпочитает алгоритм ÑÐ¶Ð°Ñ‚Ð¸Ñ %s\n" -#: g10/import.c:1379 +#: g10/import.c:1391 #, c-format msgid "it is strongly suggested that you update your preferences and\n" msgstr "крайне желательно, чтобы Ð’Ñ‹ обновили Ñвои Ð¿Ñ€ÐµÐ´Ð¿Ð¾Ñ‡Ñ‚ÐµÐ½Ð¸Ñ Ð¸\n" -#: g10/import.c:1381 +#: g10/import.c:1393 #, c-format msgid "re-distribute this key to avoid potential algorithm mismatch problems\n" msgstr "" "раÑпроÑтранили Ñтот ключ во избежание возможных неÑтыковок алгоритмов\n" -#: g10/import.c:1406 +#: g10/import.c:1418 #, c-format msgid "you can update your preferences with: gpg --edit-key %s updpref save\n" msgstr "" "Ñвои Ð¿Ñ€ÐµÐ´Ð¿Ð¾Ñ‡Ñ‚ÐµÐ½Ð¸Ñ Ð¼Ð¾Ð¶Ð½Ð¾ обновить командой gpg --edit-key %s updpref save\n" -#: g10/import.c:1920 g10/import.c:3041 +#: g10/import.c:1932 g10/import.c:3053 #, c-format msgid "key %s: no user ID\n" msgstr "ключ %s: нет идентификатора пользователÑ\n" -#: g10/import.c:1926 +#: g10/import.c:1938 #, c-format msgid "key %s: %s\n" msgstr "ключ %s: %s\n" -#: g10/import.c:1927 g10/import.c:3013 +#: g10/import.c:1939 g10/import.c:3025 msgid "rejected by import screener" msgstr "иÑключен фильтром импорта" -#: g10/import.c:1976 +#: g10/import.c:1988 #, c-format msgid "key %s: PKS subkey corruption repaired\n" msgstr "ключ %s: повреждение подключа PKS иÑправлено\n" -#: g10/import.c:1997 +#: g10/import.c:2009 #, c-format msgid "key %s: accepted non self-signed user ID \"%s\"\n" msgstr "" "ключ %s: принÑÑ‚ без Ñамозаверенного идентификатора Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ \"%s\"\n" -#: g10/import.c:2008 g10/import.c:2039 +#: g10/import.c:2020 g10/import.c:2051 #, c-format msgid "key %s: no valid user IDs\n" msgstr "ключ %s: нет дейÑтвительных идентификаторов пользователÑ\n" -#: g10/import.c:2010 +#: g10/import.c:2022 #, c-format msgid "this may be caused by a missing self-signature\n" msgstr "может быть, из-за отÑутÑÑ‚Ð²Ð¸Ñ ÑамоподпиÑи\n" -#: g10/import.c:2089 g10/import.c:3427 +#: g10/import.c:2101 g10/import.c:3439 #, c-format msgid "key %s: public key not found: %s\n" msgstr "ключ %s: не найден открытый ключ: %s\n" -#: g10/import.c:2095 +#: g10/import.c:2107 #, c-format msgid "key %s: new key - skipped\n" msgstr "ключ %s: новый ключ - пропущен\n" -#: g10/import.c:2107 +#: g10/import.c:2119 #, c-format msgid "no writable keyring found: %s\n" msgstr "нет доÑтупной Ð´Ð»Ñ Ð·Ð°Ð¿Ð¸Ñи таблицы ключей: %s\n" -#: g10/import.c:2139 g10/import.c:2241 g10/import.c:3502 +#: g10/import.c:2151 g10/import.c:2253 g10/import.c:3514 #, c-format msgid "error writing keyring '%s': %s\n" msgstr "ошибка запиÑи таблицы ключей '%s': %s\n" -#: g10/import.c:2162 +#: g10/import.c:2174 #, c-format msgid "key %s: public key \"%s\" imported\n" msgstr "ключ %s: импортирован открытый ключ \"%s\"\n" -#: g10/import.c:2189 +#: g10/import.c:2201 #, c-format msgid "key %s: doesn't match our copy\n" msgstr "ключ %s: не Ñовпадает Ñ Ð½Ð°ÑˆÐµÐ¹ копией\n" -#: g10/import.c:2257 +#: g10/import.c:2269 #, c-format msgid "key %s: \"%s\" 1 new user ID\n" msgstr "ключ %s: \"%s\" 1 новый идентификатор пользователÑ\n" -#: g10/import.c:2260 +#: g10/import.c:2272 #, c-format msgid "key %s: \"%s\" %d new user IDs\n" msgstr "ключ %s: \"%s\" %d новых идентификаторов пользователÑ\n" -#: g10/import.c:2263 +#: g10/import.c:2275 #, c-format msgid "key %s: \"%s\" 1 new signature\n" msgstr "ключ %s: \"%s\" 1 Ð½Ð¾Ð²Ð°Ñ Ð¿Ð¾Ð´Ð¿Ð¸ÑÑŒ\n" -#: g10/import.c:2266 +#: g10/import.c:2278 #, c-format msgid "key %s: \"%s\" %d new signatures\n" msgstr "ключ %s: \"%s\" %d новых подпиÑей\n" -#: g10/import.c:2269 +#: g10/import.c:2281 #, c-format msgid "key %s: \"%s\" 1 new subkey\n" msgstr "ключ %s: \"%s\" 1 новый подключ\n" -#: g10/import.c:2272 +#: g10/import.c:2284 #, c-format msgid "key %s: \"%s\" %d new subkeys\n" msgstr "ключ %s: \"%s\" %d новых подключей\n" -#: g10/import.c:2275 +#: g10/import.c:2287 #, c-format msgid "key %s: \"%s\" %d signature cleaned\n" msgstr "ключ %s: \"%s\" %d подпиÑÑŒ очищена\n" -#: g10/import.c:2278 +#: g10/import.c:2290 #, c-format msgid "key %s: \"%s\" %d signatures cleaned\n" msgstr "ключ %s: \"%s\" %d подпиÑей очищено\n" -#: g10/import.c:2281 +#: g10/import.c:2293 #, c-format msgid "key %s: \"%s\" %d user ID cleaned\n" msgstr "ключ %s: \"%s\" %d идентификатор Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð¾Ñ‡Ð¸Ñ‰ÐµÐ½\n" -#: g10/import.c:2284 +#: g10/import.c:2296 #, c-format msgid "key %s: \"%s\" %d user IDs cleaned\n" msgstr "ключ %s: \"%s\" %d идентификаторов Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð¾Ñ‡Ð¸Ñ‰ÐµÐ½Ð¾\n" -#: g10/import.c:2320 +#: g10/import.c:2332 #, c-format msgid "key %s: \"%s\" not changed\n" msgstr "ключ %s: \"%s\" не изменен\n" -#: g10/import.c:2680 g10/import.c:2875 +#: g10/import.c:2692 g10/import.c:2887 #, c-format msgid "key %s: secret key imported\n" msgstr "ключ %s: импортирован Ñекретный ключ\n" -#: g10/import.c:2688 +#: g10/import.c:2700 #, c-format msgid "key %s: secret key already exists\n" msgstr "ключ %s: Ñекретный ключ уже имеетÑÑ\n" -#: g10/import.c:2696 +#: g10/import.c:2708 #, c-format msgid "key %s: error sending to agent: %s\n" msgstr "ключ %s: ошибка отправки в агент: %s\n" @@ -3779,203 +3779,203 @@ msgstr "ключ %s: ошибка отправки в агент: %s\n" #. * Instead, user should be suggested to run 'gpg --card-status', #. * then, references to a card will be automatically created #. * again. -#: g10/import.c:2865 +#: g10/import.c:2877 #, c-format msgid "To migrate '%s', with each smartcard, run: %s\n" msgstr "Ð”Ð»Ñ Ð¿ÐµÑ€ÐµÐ½Ð¾Ñа '%s' выполните на каждой криптографичеÑкой карте: %s\n" -#: g10/import.c:3012 +#: g10/import.c:3024 #, c-format msgid "secret key %s: %s\n" msgstr "Ñекретный ключ %s: %s\n" -#: g10/import.c:3033 g10/import.c:3072 +#: g10/import.c:3045 g10/import.c:3084 #, c-format msgid "importing secret keys not allowed\n" msgstr "импорт Ñекретного ключа не допуÑкаетÑÑ\n" -#: g10/import.c:3060 +#: g10/import.c:3072 #, c-format msgid "key %s: secret key with invalid cipher %d - skipped\n" msgstr "ключ %s: Ñекретный ключ Ñ Ð½ÐµÐ´Ð¾Ð¿ÑƒÑтимым шифром %d - пропущен\n" -#: g10/import.c:3222 g10/pkclist.c:75 g10/revoke.c:774 +#: g10/import.c:3234 g10/pkclist.c:75 g10/revoke.c:774 msgid "No reason specified" msgstr "Причина не указана" -#: g10/import.c:3223 g10/pkclist.c:77 g10/revoke.c:776 +#: g10/import.c:3235 g10/pkclist.c:77 g10/revoke.c:776 msgid "Key is superseded" msgstr "Ключ заменен другим" -#: g10/import.c:3224 g10/pkclist.c:79 g10/revoke.c:775 +#: g10/import.c:3236 g10/pkclist.c:79 g10/revoke.c:775 msgid "Key has been compromised" msgstr "Ключ был раÑкрыт" -#: g10/import.c:3225 g10/pkclist.c:81 g10/revoke.c:777 +#: g10/import.c:3237 g10/pkclist.c:81 g10/revoke.c:777 msgid "Key is no longer used" msgstr "Ключ больше не иÑпользуетÑÑ" -#: g10/import.c:3226 g10/pkclist.c:83 g10/revoke.c:778 +#: g10/import.c:3238 g10/pkclist.c:83 g10/revoke.c:778 msgid "User ID is no longer valid" msgstr "Идентификатор Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð±Ð¾Ð»ÑŒÑˆÐµ не дейÑтвителен" -#: g10/import.c:3351 g10/keylist.c:1105 g10/pkclist.c:87 +#: g10/import.c:3363 g10/keylist.c:1105 g10/pkclist.c:87 #, c-format msgid "reason for revocation: " msgstr "причина отзыва: " -#: g10/import.c:3370 g10/keylist.c:1124 g10/pkclist.c:103 +#: g10/import.c:3382 g10/keylist.c:1124 g10/pkclist.c:103 #, c-format msgid "revocation comment: " msgstr "поÑÑнение к отзыву: " -#: g10/import.c:3420 +#: g10/import.c:3432 #, c-format msgid "key %s: no public key - can't apply revocation certificate\n" msgstr "ключ %s: нет открытого ключа - не могу применить Ñертификат отзыва\n" -#: g10/import.c:3449 +#: g10/import.c:3461 #, c-format msgid "key %s: can't locate original keyblock: %s\n" msgstr "ключ %s: оригинальный блок ключей не найден: %s\n" -#: g10/import.c:3456 +#: g10/import.c:3468 #, c-format msgid "key %s: can't read original keyblock: %s\n" msgstr "ключ %s: оригинальный блок ключей не читаетÑÑ: %s\n" -#: g10/import.c:3476 +#: g10/import.c:3488 #, c-format msgid "key %s: invalid revocation certificate: %s - rejected\n" msgstr "ключ %s: недейÑтвительный Ñертификат отзыва: %s - отвергнут\n" -#: g10/import.c:3511 +#: g10/import.c:3523 #, c-format msgid "key %s: \"%s\" revocation certificate imported\n" msgstr "ключ %s: Ñертификат отзыва \"%s\" импортирован\n" -#: g10/import.c:3597 +#: g10/import.c:3609 #, c-format msgid "key %s: no user ID for signature\n" msgstr "ключ %s: нет идентификатора Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ Ð´Ð»Ñ Ð¿Ð¾Ð´Ð¿Ð¸Ñи\n" -#: g10/import.c:3614 +#: g10/import.c:3626 #, c-format msgid "key %s: unsupported public key algorithm on user ID \"%s\"\n" msgstr "" "ключ %s: алгоритм Ñ Ð¾Ñ‚ÐºÑ€Ñ‹Ñ‚Ñ‹Ð¼ ключом у идентификатора Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ \"%s\" не " "поддерживаетÑÑ\n" -#: g10/import.c:3616 +#: g10/import.c:3628 #, c-format msgid "key %s: invalid self-signature on user ID \"%s\"\n" msgstr "" "ключ %s: Ð½ÐµÐ¿Ñ€Ð°Ð²Ð¸Ð»ÑŒÐ½Ð°Ñ ÑамоподпиÑÑŒ на идентификаторе Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ \"%s\"\n" -#: g10/import.c:3633 g10/import.c:3661 g10/import.c:3717 +#: g10/import.c:3645 g10/import.c:3673 g10/import.c:3729 #, c-format msgid "key %s: unsupported public key algorithm\n" msgstr "ключ %s: алгоритм Ñ Ð¾Ñ‚ÐºÑ€Ñ‹Ñ‚Ñ‹Ð¼ ключом не поддерживаетÑÑ\n" -#: g10/import.c:3634 +#: g10/import.c:3646 #, c-format msgid "key %s: invalid direct key signature\n" msgstr "ключ %s: недейÑÑ‚Ð²Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð°Ñ Ð¿Ñ€ÑÐ¼Ð°Ñ Ð¿Ð¾Ð´Ð¿Ð¸ÑÑŒ ключа\n" -#: g10/import.c:3648 +#: g10/import.c:3660 #, c-format msgid "key %s: no subkey for key binding\n" msgstr "ключ %s: нет подключа Ð´Ð»Ñ ÑвÑÐ·Ñ‹Ð²Ð°Ð½Ð¸Ñ ÐºÐ»ÑŽÑ‡ÐµÐ¹\n" -#: g10/import.c:3663 +#: g10/import.c:3675 #, c-format msgid "key %s: invalid subkey binding\n" msgstr "ключ %s: недопуÑÑ‚Ð¸Ð¼Ð°Ñ ÑвÑзь подключей\n" -#: g10/import.c:3682 +#: g10/import.c:3694 #, c-format msgid "key %s: removed multiple subkey binding\n" msgstr "ключ %s: удалена Ð¼Ð½Ð¾Ð³Ð¾ÐºÑ€Ð°Ñ‚Ð½Ð°Ñ ÑвÑзь подключей\n" -#: g10/import.c:3706 +#: g10/import.c:3718 #, c-format msgid "key %s: no subkey for key revocation\n" msgstr "ключ %s: нет подключа Ð´Ð»Ñ Ð¾Ñ‚Ð·Ñ‹Ð²Ð° ключа\n" -#: g10/import.c:3719 +#: g10/import.c:3731 #, c-format msgid "key %s: invalid subkey revocation\n" msgstr "ключ %s: неверный отзыв подключа\n" -#: g10/import.c:3734 +#: g10/import.c:3746 #, c-format msgid "key %s: removed multiple subkey revocation\n" msgstr "ключ %s: удален многократный отзыв подключей\n" -#: g10/import.c:3778 +#: g10/import.c:3790 #, c-format msgid "key %s: skipped user ID \"%s\"\n" msgstr "ключ %s: пропущен идентификатор Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ \"%s\"\n" -#: g10/import.c:3805 +#: g10/import.c:3817 #, c-format msgid "key %s: skipped subkey\n" msgstr "ключ %s: пропущен подключ\n" -#: g10/import.c:3837 +#: g10/import.c:3849 #, c-format msgid "key %s: non exportable signature (class 0x%02X) - skipped\n" msgstr "ключ %s: неÑкÑÐ¿Ð¾Ñ€Ñ‚Ð¸Ñ€ÑƒÐµÐ¼Ð°Ñ Ð¿Ð¾Ð´Ð¿Ð¸ÑÑŒ (клаÑÑ 0x%02X) - пропущена\n" -#: g10/import.c:3848 +#: g10/import.c:3860 #, c-format msgid "key %s: revocation certificate at wrong place - skipped\n" msgstr "ключ %s: Ñертификат отзыва в неправильном меÑте - пропущен\n" -#: g10/import.c:3866 +#: g10/import.c:3878 #, c-format msgid "key %s: invalid revocation certificate: %s - skipped\n" msgstr "ключ %s: недейÑтвительный Ñертификат отзыва: %s - пропущен\n" -#: g10/import.c:3880 +#: g10/import.c:3892 #, c-format msgid "key %s: subkey signature in wrong place - skipped\n" msgstr "ключ %s: подпиÑÑŒ подключа в неправильном меÑте - пропущена\n" -#: g10/import.c:3888 +#: g10/import.c:3900 #, c-format msgid "key %s: unexpected signature class (0x%02X) - skipped\n" msgstr "ключ %s: неожиданный клаÑÑ Ð¿Ð¾Ð´Ð¿Ð¸Ñи (0x%02X) - пропущена\n" -#: g10/import.c:4061 +#: g10/import.c:4073 #, c-format msgid "key %s: duplicated user ID detected - merged\n" msgstr "" "ключ %s: обнаружено дублирование идентификатора Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ - объединены\n" -#: g10/import.c:4168 +#: g10/import.c:4180 #, fuzzy, c-format #| msgid "key %s: duplicated user ID detected - merged\n" msgid "key %s: duplicated subkeys detected - merged\n" msgstr "" "ключ %s: обнаружено дублирование идентификатора Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ - объединены\n" -#: g10/import.c:4233 +#: g10/import.c:4245 #, c-format msgid "WARNING: key %s may be revoked: fetching revocation key %s\n" msgstr "Внимание: ключ %s, возможно, отозван: запрашиваю ключ отзыва %s\n" -#: g10/import.c:4249 +#: g10/import.c:4261 #, c-format msgid "WARNING: key %s may be revoked: revocation key %s not present.\n" msgstr "Внимание: ключ %s, возможно, отозван: ключ отзыва %s отÑутÑтвует.\n" -#: g10/import.c:4315 +#: g10/import.c:4327 #, c-format msgid "key %s: \"%s\" revocation certificate added\n" msgstr "ключ %s: добавлен Ñертификат отзыва \"%s\"\n" -#: g10/import.c:4353 +#: g10/import.c:4365 #, c-format msgid "key %s: direct key signature added\n" msgstr "ключ %s: добавлена прÑÐ¼Ð°Ñ Ð¿Ð¾Ð´Ð¿Ð¸ÑÑŒ ключа\n" @@ -4820,12 +4820,12 @@ msgstr "" "пока Ð’Ñ‹ не перезапуÑтите программу.\n" #: g10/keyedit.c:4016 g10/keyedit.c:4447 g10/keyserver.c:535 -#: g10/mainproc.c:2277 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 +#: g10/mainproc.c:2280 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 msgid "revoked" msgstr "отозван" #: g10/keyedit.c:4018 g10/keyedit.c:4449 g10/keyserver.c:539 -#: g10/mainproc.c:2279 g10/tofu.c:1792 g10/trust.c:124 +#: g10/mainproc.c:2282 g10/tofu.c:1792 g10/trust.c:124 msgid "expired" msgstr "проÑрочен" @@ -5369,7 +5369,7 @@ msgstr " (%d) ИмеющийÑÑ Ð½Ð° карте ключ\n" msgid "Enter the keygrip: " msgstr "Введите код ключа:" -#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2279 +#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2280 #, c-format msgid "Not a valid keygrip (expecting 40 hex digits)\n" msgstr "ÐедопуÑтимый код ключа (ожидаетÑÑ 40 шеÑтнадцатеричных цифр)\n" @@ -5378,13 +5378,13 @@ msgstr "ÐедопуÑтимый код ключа (ожидаетÑÑ 40 ÑˆÐµÑ msgid "No key with this keygrip\n" msgstr "Ðет ключа Ñ Ñ‚Ð°ÐºÐ¸Ð¼ кодом\n" -#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3437 g10/keygen.c:3448 +#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3440 g10/keygen.c:3451 #: sm/certreqgen-ui.c:231 sm/certreqgen-ui.c:240 #, c-format msgid "error reading the card: %s\n" msgstr "ошибка Ñ‡Ñ‚ÐµÐ½Ð¸Ñ ÐºÐ°Ñ€Ñ‚Ñ‹: %s\n" -#: g10/keygen.c:2292 g10/keygen.c:3441 sm/certreqgen-ui.c:234 +#: g10/keygen.c:2292 g10/keygen.c:3444 sm/certreqgen-ui.c:234 #, c-format msgid "Serial number of the card: %s\n" msgstr "Серийный номер карты: %s\n" @@ -5628,13 +5628,18 @@ msgstr "" "Ñлучайных чиÑел больше возможноÑтей получить доÑтаточное количеÑтво " "Ñнтропии.\n" -#: g10/keygen.c:4570 g10/keygen.c:4643 g10/keygen.c:4661 g10/keygen.c:4690 -#: g10/keygen.c:5066 g10/keygen.c:5612 g10/keygen.c:5923 g10/keygen.c:6030 +#: g10/keygen.c:3591 +#, c-format +msgid "WARNING: v4 is specified, but overridden by v5.\n" +msgstr "" + +#: g10/keygen.c:4590 g10/keygen.c:4663 g10/keygen.c:4681 g10/keygen.c:4710 +#: g10/keygen.c:5086 g10/keygen.c:5632 g10/keygen.c:5943 g10/keygen.c:6050 #, c-format msgid "Key generation failed: %s\n" msgstr "Сбой при Ñоздании ключа: %s\n" -#: g10/keygen.c:4579 +#: g10/keygen.c:4599 #, c-format msgid "" "About to create a key for:\n" @@ -5645,65 +5650,65 @@ msgstr "" " \"%s\"\n" "\n" -#: g10/keygen.c:4581 +#: g10/keygen.c:4601 msgid "Continue? (Y/n) " msgstr "Продолжить? (Y/n) " -#: g10/keygen.c:4602 +#: g10/keygen.c:4622 #, c-format msgid "A key for \"%s\" already exists\n" msgstr "Ключ Ð¿Ð¾Ð»ÑŒÐ·Ð¾Ð²Ð°Ñ‚ÐµÐ»Ñ \"%s\" уже ÑущеÑтвует\n" -#: g10/keygen.c:4607 +#: g10/keygen.c:4627 msgid "Create anyway? (y/N) " msgstr "Ð’Ñе равно Ñоздать новый? (y/N) " -#: g10/keygen.c:4613 +#: g10/keygen.c:4633 #, c-format msgid "creating anyway\n" msgstr "принудительное Ñоздание\n" -#: g10/keygen.c:5049 +#: g10/keygen.c:5069 #, c-format msgid "Note: Use \"%s %s\" for a full featured key generation dialog.\n" msgstr "" "Замечание: \"%s %s\" вызывает полнофункциональный диалог ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ ÐºÐ»ÑŽÑ‡Ð°.\n" -#: g10/keygen.c:5098 +#: g10/keygen.c:5118 #, c-format msgid "Key generation canceled.\n" msgstr "Создание ключа прервано.\n" -#: g10/keygen.c:5158 +#: g10/keygen.c:5178 #, c-format msgid "can't create backup file '%s': %s\n" msgstr "не могу Ñоздать архивную копию, файл '%s': %s\n" -#: g10/keygen.c:5178 +#: g10/keygen.c:5198 #, c-format msgid "Note: backup of card key saved to '%s'\n" msgstr "Замечание: Ð°Ñ€Ñ…Ð¸Ð²Ð½Ð°Ñ ÐºÐ¾Ð¿Ð¸Ñ ÐºÐ»ÑŽÑ‡Ð° Ñ ÐºÐ°Ñ€Ñ‚Ñ‹ Ñохранена в '%s'\n" -#: g10/keygen.c:5339 g10/keygen.c:5541 +#: g10/keygen.c:5359 g10/keygen.c:5561 #, c-format msgid "writing public key to '%s'\n" msgstr "Ñохранение открытого ключа в '%s'\n" -#: g10/keygen.c:5535 +#: g10/keygen.c:5555 #, c-format msgid "no writable public keyring found: %s\n" msgstr "нет доÑтупной Ð´Ð»Ñ Ð·Ð°Ð¿Ð¸Ñи таблицы открытых ключей: %s\n" -#: g10/keygen.c:5549 +#: g10/keygen.c:5569 #, c-format msgid "error writing public keyring '%s': %s\n" msgstr "ошибка запиÑи таблицы открытых ключей '%s': %s\n" -#: g10/keygen.c:5583 +#: g10/keygen.c:5603 msgid "public and secret key created and signed.\n" msgstr "открытый и Ñекретный ключи Ñозданы и подпиÑаны.\n" -#: g10/keygen.c:5599 +#: g10/keygen.c:5619 msgid "" "Note that this key cannot be used for encryption. You may want to use\n" "the command \"--edit-key\" to generate a subkey for this purpose.\n" @@ -5711,7 +5716,7 @@ msgstr "" "Учтите, что данный ключ не может иÑпользоватьÑÑ Ð´Ð»Ñ ÑˆÐ¸Ñ„Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ. Можно\n" "воÑпользоватьÑÑ ÐºÐ¾Ð¼Ð°Ð½Ð´Ð¾Ð¹ \"--edit-key\" и Ñоздать подключ Ð´Ð»Ñ Ñтих целей.\n" -#: g10/keygen.c:5781 g10/keygen.c:5980 +#: g10/keygen.c:5801 g10/keygen.c:6000 #, c-format msgid "" "key has been created %lu second in future (time warp or clock problem)\n" @@ -5719,7 +5724,7 @@ msgstr "" "ключ Ñоздан на %lu Ñекунду в будущем (Ð¿ÐµÑ‚Ð»Ñ Ð²Ð¾ времени или проблемы Ñ " "чаÑами)\n" -#: g10/keygen.c:5783 g10/keygen.c:5982 +#: g10/keygen.c:5803 g10/keygen.c:6002 #, c-format msgid "" "key has been created %lu seconds in future (time warp or clock problem)\n" @@ -5727,22 +5732,22 @@ msgstr "" "ключ Ñоздан на %lu Ñекунд в будущем (Ð¿ÐµÑ‚Ð»Ñ Ð²Ð¾ времени или проблемы Ñ " "чаÑами)\n" -#: g10/keygen.c:5794 g10/keygen.c:5993 +#: g10/keygen.c:5814 g10/keygen.c:6013 #, c-format msgid "Note: creating subkeys for v3 keys is not OpenPGP compliant\n" msgstr "Замечание: Ñоздание подключей Ð´Ð»Ñ ÐºÐ»ÑŽÑ‡ÐµÐ¹ v3 не ÑовмеÑтимо Ñ OpenPGP\n" -#: g10/keygen.c:5806 g10/keygen.c:5808 +#: g10/keygen.c:5826 g10/keygen.c:5828 #, c-format msgid "Secret parts of primary key are not available.\n" msgstr "Секретные чаÑти первичного ключа отÑутÑтвуют.\n" -#: g10/keygen.c:5815 g10/keygen.c:5817 +#: g10/keygen.c:5835 g10/keygen.c:5837 #, c-format msgid "Secret parts of primary key are stored on-card.\n" msgstr "Секретные чаÑти первичного ключа хранÑÑ‚ÑÑ Ð½Ð° карте.\n" -#: g10/keygen.c:5837 g10/keygen.c:6007 +#: g10/keygen.c:5857 g10/keygen.c:6027 msgid "Really create? (y/N) " msgstr "ДейÑтвительно Ñоздать? (y/N) " @@ -5900,7 +5905,7 @@ msgstr "недопуÑтимый протокол Ñервера ключей (Ð msgid "\"%s\" not a key ID: skipping\n" msgstr "\"%s\" - не идентификатор ключа: пропущен\n" -#: g10/keyserver.c:1418 g10/keyserver.c:1451 +#: g10/keyserver.c:1420 g10/keyserver.c:1453 #, c-format msgid "refreshing %d key from %s\n" msgid_plural "refreshing %d keys from %s\n" @@ -5908,52 +5913,52 @@ msgstr[0] "обновление %d ключа из %s\n" msgstr[1] "обновление %d ключей из %s\n" msgstr[2] "обновление %d ключей из %s\n" -#: g10/keyserver.c:1425 +#: g10/keyserver.c:1427 #, c-format msgid "WARNING: unable to refresh key %s via %s: %s\n" msgstr "Внимание: невозможно обновить ключ %s Ñ %s: %s\n" -#: g10/keyserver.c:1529 +#: g10/keyserver.c:1531 #, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "ключ \"%s\" на Ñервере ключей не найден\n" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1534 #, c-format msgid "key not found on keyserver\n" msgstr "ключ не найден на Ñервере ключей\n" -#: g10/keyserver.c:1720 +#: g10/keyserver.c:1722 #, c-format msgid "requesting key %s from %s server %s\n" msgstr "запрашиваю ключ %s Ñ Ñервера %s %s\n" -#: g10/keyserver.c:1724 +#: g10/keyserver.c:1726 #, c-format msgid "requesting key %s from %s\n" msgstr "получение ключа %s Ñ %s\n" -#: g10/keyserver.c:1829 g10/keyserver.c:2008 +#: g10/keyserver.c:1841 g10/keyserver.c:2020 #, c-format msgid "no keyserver known\n" msgstr "не извеÑтно ни одного Ñервера ключей\n" -#: g10/keyserver.c:1844 g10/skclist.c:213 g10/skclist.c:241 +#: g10/keyserver.c:1856 g10/skclist.c:213 g10/skclist.c:241 #, c-format msgid "skipped \"%s\": %s\n" msgstr "пропущено \"%s\": %s\n" -#: g10/keyserver.c:1848 +#: g10/keyserver.c:1860 #, c-format msgid "sending key %s to %s\n" msgstr "отправка ключа %s на %s\n" -#: g10/keyserver.c:1889 +#: g10/keyserver.c:1901 #, c-format msgid "requesting key from '%s'\n" msgstr "Ð·Ð°Ð¿Ñ€Ð¾Ñ ÐºÐ»ÑŽÑ‡Ð° из '%s'\n" -#: g10/keyserver.c:1905 +#: g10/keyserver.c:1917 #, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "Внимание: невозможно получить URI %s: %s\n" @@ -6146,84 +6151,84 @@ msgstr " издатель \"%s\"\n" msgid "Key available at: " msgstr "Ключ доÑтупен на: " -#: g10/mainproc.c:2033 +#: g10/mainproc.c:2034 #, c-format msgid "Note: Use '%s' to make use of this info\n" msgstr "Замечание: Параметр '%s' включает иÑпользование Ñтой информации\n" -#: g10/mainproc.c:2231 +#: g10/mainproc.c:2234 msgid "[uncertain]" msgstr "[Ñомнительно]" -#: g10/mainproc.c:2269 +#: g10/mainproc.c:2272 #, c-format msgid " aka \"%s\"" msgstr " или \"%s\"" -#: g10/mainproc.c:2344 +#: g10/mainproc.c:2347 #, c-format msgid "WARNING: This key is not suitable for signing in %s mode\n" msgstr "Внимание: Данный ключ не подходит Ð´Ð»Ñ Ð¿Ð¾Ð´Ð¿Ð¸Ñи в режиме %s\n" -#: g10/mainproc.c:2360 +#: g10/mainproc.c:2363 #, c-format msgid "Signature expired %s\n" msgstr "ПодпиÑÑŒ проÑрочена %s\n" -#: g10/mainproc.c:2365 +#: g10/mainproc.c:2368 #, c-format msgid "Signature expires %s\n" msgstr "ПодпиÑÑŒ дейÑтвительна до %s\n" -#: g10/mainproc.c:2376 +#: g10/mainproc.c:2379 #, c-format msgid "%s signature, digest algorithm %s%s%s\n" msgstr "формат подпиÑи: %s, хеш-Ñ„ÑƒÐ½ÐºÑ†Ð¸Ñ %s%s%s\n" -#: g10/mainproc.c:2377 +#: g10/mainproc.c:2380 msgid "binary" msgstr "двоичный" -#: g10/mainproc.c:2378 +#: g10/mainproc.c:2381 msgid "textmode" msgstr "текÑтовый" -#: g10/mainproc.c:2378 g10/trust.c:123 dirmngr/ocsp.c:792 +#: g10/mainproc.c:2381 g10/trust.c:123 dirmngr/ocsp.c:792 msgid "unknown" msgstr "неизвеÑтно" -#: g10/mainproc.c:2380 +#: g10/mainproc.c:2383 msgid ", key algorithm " msgstr ", алгоритм ключа " -#: g10/mainproc.c:2415 +#: g10/mainproc.c:2418 #, c-format msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n" msgstr "Внимание: не Ð¾Ñ‚Ð´ÐµÐ»ÐµÐ½Ð½Ð°Ñ Ð¿Ð¾Ð´Ð¿Ð¸ÑÑŒ; файл '%s' ÐЕ был проверен!\n" -#: g10/mainproc.c:2454 +#: g10/mainproc.c:2457 #, c-format msgid "Can't check signature: %s\n" msgstr "Ðе могу проверить подпиÑÑŒ: %s\n" -#: g10/mainproc.c:2550 g10/mainproc.c:2569 g10/mainproc.c:2693 +#: g10/mainproc.c:2553 g10/mainproc.c:2572 g10/mainproc.c:2696 #, c-format msgid "not a detached signature\n" msgstr "не Ð¾Ñ‚Ð´ÐµÐ»ÐµÐ½Ð½Ð°Ñ Ð¿Ð¾Ð´Ð¿Ð¸ÑÑŒ\n" -#: g10/mainproc.c:2603 +#: g10/mainproc.c:2606 #, c-format msgid "" "WARNING: multiple signatures detected. Only the first will be checked.\n" msgstr "" "Внимание: обнаружено неÑколько подпиÑей. Проверена будет только перваÑ.\n" -#: g10/mainproc.c:2612 +#: g10/mainproc.c:2615 #, c-format msgid "standalone signature of class 0x%02x\n" msgstr "Ð¾Ñ‚Ð´ÐµÐ»ÑŒÐ½Ð°Ñ Ð¿Ð¾Ð´Ð¿Ð¸ÑÑŒ клаÑÑа 0x%02x\n" -#: g10/mainproc.c:2697 +#: g10/mainproc.c:2700 #, c-format msgid "old style (PGP 2.x) signature\n" msgstr "подпиÑÑŒ Ñтарого типа (PGP 2.x)\n" @@ -8151,7 +8156,7 @@ msgstr "" #. TRANSLATORS: Put a \x1f right before a colon. This can be #. * used by pinentry to nicely align the names and values. Keep #. * the %s at the start and end of the string. -#: scd/app-piv.c:1770 scd/app-p15.c:4741 scd/app-nks.c:1475 +#: scd/app-piv.c:1770 scd/app-p15.c:4937 scd/app-nks.c:1530 #: scd/app-openpgp.c:2386 #, c-format msgid "%sNumber: %s%%0AHolder: %s%s" @@ -8159,7 +8164,7 @@ msgstr "%sÐомер: %s%%0AДержатель: %s%s" #. TRANSLATORS: This is the number of remaining attempts to #. * enter a PIN. Use %%0A (double-percent,0A) for a linefeed. -#: scd/app-piv.c:1787 scd/app-p15.c:4760 scd/app-nks.c:1494 +#: scd/app-piv.c:1787 scd/app-p15.c:4956 scd/app-nks.c:1549 #: scd/app-openpgp.c:2402 #, c-format msgid "Remaining attempts: %d" @@ -8201,7 +8206,7 @@ msgstr "|A|Введите админиÑтративный PIN" msgid "||Please enter the Unblocking Key of your PIV card" msgstr "|P|Введите код разблокировки PIN (PUK) Ð´Ð»Ñ Ñтандартных ключей." -#: scd/app-piv.c:1888 scd/app-nks.c:1605 scd/app-openpgp.c:2669 +#: scd/app-piv.c:1888 scd/app-nks.c:1660 scd/app-openpgp.c:2669 #: scd/app-openpgp.c:2693 scd/app-openpgp.c:2871 scd/app-openpgp.c:2893 #: scd/app-openpgp.c:3074 scd/app-openpgp.c:3361 scd/app-openpgp.c:3408 #: scd/app-openpgp.c:3545 scd/app-dinsig.c:302 @@ -8289,58 +8294,58 @@ msgstr[2] "Ñоздание ключа завершено (%d Ñекунд)\n" msgid "response does not contain the public key data\n" msgstr "ответ не Ñодержит данных открытого ключа\n" -#: scd/app-p15.c:4839 scd/app-nks.c:1983 +#: scd/app-p15.c:5035 scd/app-nks.c:2038 msgid "||Please enter the PIN for the key to create qualified signatures." msgstr "||Введите PIN ключа Ð´Ð»Ñ ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ ÐºÐ²Ð°Ð»Ð¸Ñ„Ð¸Ñ†Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð½Ñ‹Ñ… подпиÑей." #. TRANSLATORS: Do not translate the "|A|" prefix but keep it at #. the start of the string. Use %0A (single percent) for a linefeed. -#: scd/app-p15.c:4842 scd/app-openpgp.c:2818 +#: scd/app-p15.c:5038 scd/app-openpgp.c:2818 msgid "|A|Please enter the Admin PIN" msgstr "|A|Введите админиÑтративный PIN" -#: scd/app-p15.c:4844 scd/app-nks.c:1973 +#: scd/app-p15.c:5040 scd/app-nks.c:2028 msgid "|P|Please enter the PIN Unblocking Code (PUK) for the standard keys." msgstr "|P|Введите код разблокировки PIN (PUK) Ð´Ð»Ñ Ñтандартных ключей." -#: scd/app-p15.c:4847 scd/app-nks.c:1964 +#: scd/app-p15.c:5043 scd/app-nks.c:2019 msgid "||Please enter the PIN for the standard keys." msgstr "|A|Введите PIN Ð´Ð»Ñ Ñтандартных ключей." -#: scd/app-nks.c:1413 scd/app-openpgp.c:4321 +#: scd/app-nks.c:1468 scd/app-openpgp.c:4321 #, c-format msgid "RSA modulus missing or not of size %d bits\n" msgstr "Модули RSA пропущены, или их размер не равен %d бит\n" -#: scd/app-nks.c:1421 scd/app-openpgp.c:4333 +#: scd/app-nks.c:1476 scd/app-openpgp.c:4333 #, c-format msgid "RSA public exponent missing or larger than %d bits\n" msgstr "отÑутÑтвует Ð¾Ñ‚ÐºÑ€Ñ‹Ñ‚Ð°Ñ ÑкÑпонента RSA, или ее размер превышает %d бит\n" -#: scd/app-nks.c:1594 +#: scd/app-nks.c:1649 #, fuzzy #| msgid "the NullPIN has not yet been changed\n" msgid "Note: PIN has not yet been enabled." msgstr "пуÑтой PIN до Ñих пор не изменен\n" -#: scd/app-nks.c:1641 +#: scd/app-nks.c:1696 #, c-format msgid "the NullPIN has not yet been changed\n" msgstr "пуÑтой PIN до Ñих пор не изменен\n" -#: scd/app-nks.c:1963 +#: scd/app-nks.c:2018 msgid "|N|Please enter a new PIN for the standard keys." msgstr "|A|Введите новый PIN Ð´Ð»Ñ Ñтандартных ключей." -#: scd/app-nks.c:1971 +#: scd/app-nks.c:2026 msgid "|NP|Please enter a new PIN Unblocking Code (PUK) for the standard keys." msgstr "|NP|Введите новый код разблокировки PIN (PUK) Ð´Ð»Ñ Ñтандартных ключей." -#: scd/app-nks.c:1981 +#: scd/app-nks.c:2036 msgid "|N|Please enter a new PIN for the key to create qualified signatures." msgstr "|N|Введите новый PIN ключа Ð´Ð»Ñ ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ ÐºÐ²Ð°Ð»Ð¸Ñ„Ð¸Ñ†Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð½Ñ‹Ñ… подпиÑей." -#: scd/app-nks.c:1991 +#: scd/app-nks.c:2046 msgid "" "|NP|Please enter a new PIN Unblocking Code (PUK) for the key to create " "qualified signatures." @@ -8348,7 +8353,7 @@ msgstr "" "|NP|Введите новый код разблокировки PIN (PUK) ключа Ð´Ð»Ñ ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ " "квалифицированных подпиÑей." -#: scd/app-nks.c:1993 +#: scd/app-nks.c:2048 msgid "" "|P|Please enter the PIN Unblocking Code (PUK) for the key to create " "qualified signatures." @@ -8356,7 +8361,7 @@ msgstr "" "|P|Введите код разблокировки PIN (PUK) ключа Ð´Ð»Ñ ÑÐ¾Ð·Ð´Ð°Ð½Ð¸Ñ ÐºÐ²Ð°Ð»Ð¸Ñ„Ð¸Ñ†Ð¸Ñ€Ð¾Ð²Ð°Ð½Ð½Ñ‹Ñ… " "подпиÑей." -#: scd/app-nks.c:2166 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 +#: scd/app-nks.c:2221 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 #, c-format msgid "error getting new PIN: %s\n" msgstr "ошибка при получении нового PIN: %s\n" @@ -8542,59 +8547,59 @@ msgstr "||Введите PIN на клавиатуре ÑчитывателÑ" msgid "|N|Initial New PIN" msgstr "|N|Первоначальный новый PIN" -#: scd/scdaemon.c:118 +#: scd/scdaemon.c:119 msgid "run in multi server mode (foreground)" msgstr "работать в многоÑерверном режиме (нефоновый режим)" -#: scd/scdaemon.c:135 sm/gpgsm.c:271 dirmngr/dirmngr.c:197 +#: scd/scdaemon.c:136 sm/gpgsm.c:274 dirmngr/dirmngr.c:198 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "|LEVEL|уÑтановить уровень отладки, равный LEVEL" -#: scd/scdaemon.c:141 +#: scd/scdaemon.c:142 msgid "|FILE|write a log to FILE" msgstr "|FILE|ÑохранÑÑ‚ÑŒ журнал в файл FILE" -#: scd/scdaemon.c:148 +#: scd/scdaemon.c:149 msgid "|N|connect to reader at port N" msgstr "|N|подключатьÑÑ Ðº Ñчитывателю на порту N" -#: scd/scdaemon.c:150 +#: scd/scdaemon.c:151 msgid "|NAME|use NAME as ct-API driver" msgstr "|NAME|иÑпользовать NAME как драйвер ct-API" -#: scd/scdaemon.c:152 +#: scd/scdaemon.c:153 msgid "|NAME|use NAME as PC/SC driver" msgstr "|NAME|иÑпользовать NAME как драйвер PC/SC" -#: scd/scdaemon.c:156 +#: scd/scdaemon.c:157 msgid "do not use the internal CCID driver" msgstr "не иÑпользовать внутренний драйвер CCID" -#: scd/scdaemon.c:162 +#: scd/scdaemon.c:163 msgid "|N|disconnect the card after N seconds of inactivity" msgstr "|N|отключить карту поÑле N Ñекунд неактивноÑти" -#: scd/scdaemon.c:165 +#: scd/scdaemon.c:166 msgid "do not use a reader's pinpad" msgstr "не иÑпользовать клавиатуру ÑчитывателÑ" -#: scd/scdaemon.c:168 +#: scd/scdaemon.c:169 msgid "use variable length input for pinpad" msgstr "иÑпользовать входные данные переменой длины Ð´Ð»Ñ ÐºÐ»Ð°Ð²Ð¸Ð°Ñ‚ÑƒÑ€Ñ‹ ÑчитывателÑ" -#: scd/scdaemon.c:171 +#: scd/scdaemon.c:172 msgid "|LIST|change the application priority to LIST" msgstr "" -#: scd/scdaemon.c:179 +#: scd/scdaemon.c:180 msgid "deny the use of admin card commands" msgstr "не позволÑÑ‚ÑŒ иÑпользовать админиÑтративные команды карты" -#: scd/scdaemon.c:324 +#: scd/scdaemon.c:325 msgid "Usage: @SCDAEMON@ [options] (-h for help)" msgstr "Вызов: @SCDAEMON@ [параметры] (-h - подÑказка)" -#: scd/scdaemon.c:326 +#: scd/scdaemon.c:327 msgid "" "Syntax: scdaemon [options] [command [args]]\n" "Smartcard daemon for @GNUPG@\n" @@ -8602,18 +8607,18 @@ msgstr "" "СинтакÑиÑ: scdaemon [параметры] [команда [аргументы]]\n" "Демон криптографичеÑких карт Ð´Ð»Ñ @GNUPG@\n" -#: scd/scdaemon.c:807 +#: scd/scdaemon.c:819 #, c-format msgid "please use the option '--daemon' to run the program in the background\n" msgstr "" "иÑпользуйте параметр '--daemon' Ð´Ð»Ñ Ð·Ð°Ð¿ÑƒÑка Ð¿Ñ€Ð¸Ð»Ð¾Ð¶ÐµÐ½Ð¸Ñ Ð² фоновом режиме\n" -#: scd/scdaemon.c:1183 dirmngr/dirmngr.c:2077 +#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2104 #, c-format msgid "handler for fd %d started\n" msgstr "обработчик fd %d запущен\n" -#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2085 +#: scd/scdaemon.c:1207 dirmngr/dirmngr.c:2112 #, c-format msgid "handler for fd %d terminated\n" msgstr "обработчик fd %d оÑтановлен\n" @@ -8892,7 +8897,7 @@ msgid "a %u bit hash is not valid for a %u bit %s key\n" msgstr "%u-битный хеш недопуÑтим Ð´Ð»Ñ %u-битного ключа %s\n" #: sm/certcheck.c:239 sm/certcheck.c:263 dirmngr/crlcache.c:1542 -#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1363 dirmngr/validate.c:903 +#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1372 dirmngr/validate.c:903 #: dirmngr/validate.c:927 #, c-format msgid "out of core\n" @@ -9238,127 +9243,127 @@ msgstr "Ñбой при удалении Ñертификата \"%s\": %s\n" msgid "no valid recipients given\n" msgstr "не заданы получатели\n" -#: sm/gpgsm.c:224 +#: sm/gpgsm.c:226 msgid "list external keys" msgstr "вывеÑти ÑпиÑок внешних ключей" -#: sm/gpgsm.c:226 +#: sm/gpgsm.c:228 msgid "list certificate chain" msgstr "вывеÑти ÑпиÑок цепочек Ñертификатов" -#: sm/gpgsm.c:234 +#: sm/gpgsm.c:236 msgid "import certificates" msgstr "импорт Ñертификатов" -#: sm/gpgsm.c:235 +#: sm/gpgsm.c:237 msgid "export certificates" msgstr "ÑкÑпорт Ñертификатов" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:245 msgid "register a smartcard" msgstr "зарегиÑтрировать криптографичеÑкую карту" -#: sm/gpgsm.c:246 +#: sm/gpgsm.c:248 msgid "pass a command to the dirmngr" msgstr "передать команду dirmngr" -#: sm/gpgsm.c:248 +#: sm/gpgsm.c:250 msgid "invoke gpg-protect-tool" msgstr "вызываем gpg-protect-tool" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:270 msgid "don't use the terminal at all" msgstr "не иÑпользовать терминал ÑовÑем" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "|N|number of certificates to include" msgstr "|N|чиÑло включаемых Ñертификатов" -#: sm/gpgsm.c:296 +#: sm/gpgsm.c:299 msgid "|FILE|take policy information from FILE" msgstr "|FILE|взÑÑ‚ÑŒ информацию о правилах из файла FILE" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "assume input is in PEM format" msgstr "предполагаю, что входные данные в формате PEM" -#: sm/gpgsm.c:312 +#: sm/gpgsm.c:315 msgid "assume input is in base-64 format" msgstr "предполагаю, что входные данные в формате base64" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "assume input is in binary format" msgstr "предполагаю, что входные данные в двоичном формате" -#: sm/gpgsm.c:323 +#: sm/gpgsm.c:326 msgid "create base-64 encoded output" msgstr "вывод в кодировке base64" -#: sm/gpgsm.c:335 +#: sm/gpgsm.c:338 msgid "|USER-ID|use USER-ID as default secret key" msgstr "|USER-ID|иÑпользовать USER-ID как оÑновной Ñекретный ключ" -#: sm/gpgsm.c:346 +#: sm/gpgsm.c:349 msgid "|FILE|add keyring to the list of keyrings" msgstr "|FILE|добавить таблицу ключей в ÑпиÑок таблиц ключей" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 msgid "|SPEC|use this keyserver to lookup keys" msgstr "|SPEC|иÑкать ключи на данном Ñервере ключей" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "fetch missing issuer certificates" msgstr "запроÑить недоÑтающих издателей Ñертификатов" -#: sm/gpgsm.c:361 +#: sm/gpgsm.c:364 msgid "|NAME|use encoding NAME for PKCS#12 passphrases" msgstr "|NAME|иÑпользовать кодировку NAME Ð´Ð»Ñ Ñ„Ñ€Ð°Ð·-паролей PKCS#12" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 msgid "never consult a CRL" msgstr "не ÑверÑÑ‚ÑŒ Ñо ÑпиÑком отозванных Ñертификатов" -#: sm/gpgsm.c:386 +#: sm/gpgsm.c:389 msgid "do not check CRLs for root certificates" msgstr "не проверÑÑ‚ÑŒ ÑпиÑки отозванных Ñертификатов Ð´Ð»Ñ ÐºÐ¾Ñ€Ð½ÐµÐ²Ñ‹Ñ… Ñертификатов" -#: sm/gpgsm.c:390 +#: sm/gpgsm.c:393 msgid "check validity using OCSP" msgstr "проверка доÑтоверноÑти Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ OCSP" -#: sm/gpgsm.c:392 +#: sm/gpgsm.c:395 msgid "do not check certificate policies" msgstr "не проверÑÑ‚ÑŒ правила Ñертификата" -#: sm/gpgsm.c:395 +#: sm/gpgsm.c:398 msgid "|NAME|use cipher algorithm NAME" msgstr "|NAME|иÑпользовать алгоритм ÑˆÐ¸Ñ„Ñ€Ð¾Ð²Ð°Ð½Ð¸Ñ NAME" -#: sm/gpgsm.c:397 +#: sm/gpgsm.c:400 msgid "|NAME|use message digest algorithm NAME" msgstr "|NAME|иÑпользовать хеш-функцию NAME" -#: sm/gpgsm.c:407 +#: sm/gpgsm.c:410 msgid "batch mode: never ask" msgstr "пакетный режим: ничего не Ñпрашивать" -#: sm/gpgsm.c:409 +#: sm/gpgsm.c:412 msgid "assume yes on most questions" msgstr "принÑÑ‚ÑŒ 'да' как ответ на большинÑтво вопроÑов" -#: sm/gpgsm.c:410 +#: sm/gpgsm.c:413 msgid "assume no on most questions" msgstr "принÑÑ‚ÑŒ 'нет' как ответ на большинÑтво вопроÑов" -#: sm/gpgsm.c:427 +#: sm/gpgsm.c:430 msgid "|FILE|write an audit log to FILE" msgstr "|FILE|ÑохранÑÑ‚ÑŒ журнал аудита в файле FILE" -#: sm/gpgsm.c:612 +#: sm/gpgsm.c:615 msgid "Usage: @GPGSM@ [options] [files] (-h for help)" msgstr "Вызов: @GPGSM@ [параметры] [файлы] (-h - подÑказка)" -#: sm/gpgsm.c:615 +#: sm/gpgsm.c:618 msgid "" "Syntax: @GPGSM@ [options] [files]\n" "Sign, check, encrypt or decrypt using the S/MIME protocol\n" @@ -9368,52 +9373,52 @@ msgstr "" "ПодпиÑать, проверить, зашифровать или раÑшифровать по протоколу S/MIME\n" "ÐžÐ¿ÐµÑ€Ð°Ñ†Ð¸Ñ Ð¿Ð¾ умолчанию завиÑит от входных данных\n" -#: sm/gpgsm.c:823 +#: sm/gpgsm.c:826 #, c-format msgid "Note: won't be able to encrypt to '%s': %s\n" msgstr "Замечание: не могу зашифровать Ð´Ð»Ñ '%s': %s\n" -#: sm/gpgsm.c:834 +#: sm/gpgsm.c:837 #, c-format msgid "unknown validation model '%s'\n" msgstr "неизвеÑÑ‚Ð½Ð°Ñ Ñхема проверки '%s'\n" -#: sm/gpgsm.c:893 dirmngr/ldapserver.c:89 +#: sm/gpgsm.c:896 dirmngr/ldapserver.c:89 #, c-format msgid "%s:%u: no hostname given\n" msgstr "%s:%u: не задано Ð¸Ð¼Ñ Ñ…Ð¾Ñта\n" -#: sm/gpgsm.c:912 dirmngr/ldapserver.c:108 +#: sm/gpgsm.c:915 dirmngr/ldapserver.c:108 #, c-format msgid "%s:%u: password given without user\n" msgstr "%s:%u: задан пароль, но не задан пользователь\n" -#: sm/gpgsm.c:943 dirmngr/ldapserver.c:139 +#: sm/gpgsm.c:946 dirmngr/ldapserver.c:139 #, c-format msgid "%s:%u: ignoring unknown flag '%s'\n" msgstr "" -#: sm/gpgsm.c:959 dirmngr/ldapserver.c:155 +#: sm/gpgsm.c:962 dirmngr/ldapserver.c:155 #, c-format msgid "%s:%u: skipping this line\n" msgstr "%s:%u: пропуÑкаю Ñту Ñтроку\n" -#: sm/gpgsm.c:1545 +#: sm/gpgsm.c:1550 #, c-format msgid "could not parse keyserver\n" msgstr "не удалоÑÑŒ определить Ñервер ключей\n" -#: sm/gpgsm.c:1825 +#: sm/gpgsm.c:1858 #, c-format msgid "importing common certificates '%s'\n" msgstr "импорт общих Ñертификатов '%s'\n" -#: sm/gpgsm.c:1871 +#: sm/gpgsm.c:1904 #, c-format msgid "can't sign using '%s': %s\n" msgstr "невозможно подпиÑать Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ '%s': %s\n" -#: sm/gpgsm.c:2231 +#: sm/gpgsm.c:2273 #, c-format msgid "invalid command (there is no implicit command)\n" msgstr "недопуÑÑ‚Ð¸Ð¼Ð°Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´Ð° (неÑвной команды нет)\n" @@ -10404,137 +10409,137 @@ msgstr "нужно абÑолютное Ð¸Ð¼Ñ Ñ„Ð°Ð¹Ð»Ð°\n" msgid "looking up '%s'\n" msgstr "поиÑк '%s'\n" -#: dirmngr/dirmngr.c:174 +#: dirmngr/dirmngr.c:175 msgid "list the contents of the CRL cache" msgstr "вывеÑти Ñодержание буфера ÑпиÑков отозванных Ñертификатов" -#: dirmngr/dirmngr.c:175 +#: dirmngr/dirmngr.c:176 msgid "|FILE|load CRL from FILE into cache" msgstr "|FILE|загрузить ÑпиÑок отозванных Ñертификатов из файла FILE в буфер" -#: dirmngr/dirmngr.c:176 +#: dirmngr/dirmngr.c:177 msgid "|URL|fetch a CRL from URL" msgstr "|URL|получить ÑпиÑок отозванных Ñертификатов из URL" -#: dirmngr/dirmngr.c:177 +#: dirmngr/dirmngr.c:178 msgid "shutdown the dirmngr" msgstr "выключить dirmngr" -#: dirmngr/dirmngr.c:178 +#: dirmngr/dirmngr.c:179 msgid "flush the cache" msgstr "запиÑать буфер на диÑк" -#: dirmngr/dirmngr.c:211 +#: dirmngr/dirmngr.c:212 msgid "allow online software version check" msgstr "разрешить проверку верÑий программ по Ñети" -#: dirmngr/dirmngr.c:214 +#: dirmngr/dirmngr.c:215 msgid "|N|do not return more than N items in one query" msgstr "|N|не возвращать более чем N результатов одного поиÑка" -#: dirmngr/dirmngr.c:220 +#: dirmngr/dirmngr.c:221 msgid "Network related options" msgstr "" -#: dirmngr/dirmngr.c:222 +#: dirmngr/dirmngr.c:223 msgid "route all network traffic via Tor" msgstr "проводить веÑÑŒ Ñетевой обмен через Tor" -#: dirmngr/dirmngr.c:234 +#: dirmngr/dirmngr.c:235 msgid "Configuration for Keyservers" msgstr "ÐаÑтройки Ñерверов ключей" -#: dirmngr/dirmngr.c:237 +#: dirmngr/dirmngr.c:238 msgid "|URL|use keyserver at URL" msgstr "|URL|иÑпользовать Ñевер ключей по URL" -#: dirmngr/dirmngr.c:239 +#: dirmngr/dirmngr.c:240 msgid "|FILE|use the CA certificates in FILE for HKP over TLS" msgstr "" "|FILE|иÑпользовать Ñертификаты удоÑтоверÑющего центра из файла FILE Ð´Ð»Ñ HKP " "по TLS" -#: dirmngr/dirmngr.c:241 +#: dirmngr/dirmngr.c:242 msgid "Configuration for HTTP servers" msgstr "ÐаÑтройки Ñерверов HTTP" -#: dirmngr/dirmngr.c:243 +#: dirmngr/dirmngr.c:244 msgid "inhibit the use of HTTP" msgstr "запретить иÑпользование HTTP" -#: dirmngr/dirmngr.c:245 +#: dirmngr/dirmngr.c:246 msgid "ignore HTTP CRL distribution points" msgstr "" "игнорировать точки раÑпроÑÑ‚Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ ÑпиÑков отозванных Ñертификатов по HTTP" -#: dirmngr/dirmngr.c:247 +#: dirmngr/dirmngr.c:248 msgid "|URL|redirect all HTTP requests to URL" msgstr "|URL|перенаправлÑÑ‚ÑŒ вÑе запроÑÑ‹ HTTP на URL" -#: dirmngr/dirmngr.c:249 +#: dirmngr/dirmngr.c:250 msgid "use system's HTTP proxy setting" msgstr "иÑпользовать ÑиÑтемные наÑтройки промежуточного Ñервера HTTP" -#: dirmngr/dirmngr.c:253 +#: dirmngr/dirmngr.c:254 msgid "Configuration of LDAP servers to use" msgstr "ÐаÑтройки Ñерверов LDAP" -#: dirmngr/dirmngr.c:255 +#: dirmngr/dirmngr.c:256 msgid "inhibit the use of LDAP" msgstr "запретить иÑпользование LDAP" -#: dirmngr/dirmngr.c:257 +#: dirmngr/dirmngr.c:258 msgid "ignore LDAP CRL distribution points" msgstr "" "игнорировать точки раÑпроÑÑ‚Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ ÑпиÑков отозванных Ñертификатов по LDAP" -#: dirmngr/dirmngr.c:259 +#: dirmngr/dirmngr.c:260 msgid "|HOST|use HOST for LDAP queries" msgstr "|HOST|иÑпользовать хоÑÑ‚ HOST Ð´Ð»Ñ Ð¿Ð¾Ð¸Ñка LDAP" -#: dirmngr/dirmngr.c:261 +#: dirmngr/dirmngr.c:262 msgid "do not use fallback hosts with --ldap-proxy" msgstr "не пользоватьÑÑ Ð·Ð°Ð¿Ð°Ñными хоÑтами Ñ --ldap-proxy" -#: dirmngr/dirmngr.c:263 +#: dirmngr/dirmngr.c:264 msgid "|FILE|read LDAP server list from FILE" msgstr "|FILE|взÑÑ‚ÑŒ ÑпиÑок Ñерверов LDAP из файла FILE" -#: dirmngr/dirmngr.c:265 +#: dirmngr/dirmngr.c:266 msgid "add new servers discovered in CRL distribution points to serverlist" msgstr "" "добавлÑÑ‚ÑŒ новые Ñерверы, обнаруженные в точках раÑпроÑÑ‚Ñ€Ð°Ð½ÐµÐ½Ð¸Ñ ÑпиÑков " "отозванных Ñертификатов, в ÑпиÑок Ñерверов" -#: dirmngr/dirmngr.c:268 dirmngr/dirmngr_ldap.c:104 +#: dirmngr/dirmngr.c:269 dirmngr/dirmngr_ldap.c:104 msgid "|N|set LDAP timeout to N seconds" msgstr "|N|уÑтановить Ð²Ñ€ÐµÐ¼Ñ Ð¾Ð¶Ð¸Ð´Ð°Ð½Ð¸Ñ LDAP N Ñекунд" -#: dirmngr/dirmngr.c:271 +#: dirmngr/dirmngr.c:272 msgid "Configuration for OCSP" msgstr "ÐаÑтройки OCSP" -#: dirmngr/dirmngr.c:273 +#: dirmngr/dirmngr.c:274 msgid "allow sending OCSP requests" msgstr "разрешить поÑылку запроÑов OCSP" -#: dirmngr/dirmngr.c:275 +#: dirmngr/dirmngr.c:276 msgid "ignore certificate contained OCSP service URLs" msgstr "игнорировать URL Ñлужб OCSP из Ñертификата" -#: dirmngr/dirmngr.c:277 +#: dirmngr/dirmngr.c:278 msgid "|URL|use OCSP responder at URL" msgstr "|URL|иÑпользовать ответчик OCSP по URL" -#: dirmngr/dirmngr.c:279 +#: dirmngr/dirmngr.c:280 msgid "|FPR|OCSP response signed by FPR" msgstr "|FPR|ответ OCSP подпиÑан Ñертификатом Ñ Ð¾Ñ‚Ð¿ÐµÑ‡Ð°Ñ‚ÐºÐ¾Ð¼ FPR" -#: dirmngr/dirmngr.c:287 +#: dirmngr/dirmngr.c:288 msgid "force loading of outdated CRLs" msgstr "Ð¿Ñ€Ð¸Ð½ÑƒÐ´Ð¸Ñ‚ÐµÐ»ÑŒÐ½Ð°Ñ Ð·Ð°Ð³Ñ€ÑƒÐ·ÐºÐ° уÑтаревших ÑпиÑков отозванных Ñертификатов" -#: dirmngr/dirmngr.c:298 +#: dirmngr/dirmngr.c:299 msgid "" "@\n" "(See the \"info\" manual for a complete listing of all commands and " @@ -10543,11 +10548,11 @@ msgstr "" "@\n" "(Полный ÑпиÑок команд и параметров Ñм. в руководÑтве \"info\")\n" -#: dirmngr/dirmngr.c:440 +#: dirmngr/dirmngr.c:441 msgid "Usage: @DIRMNGR@ [options] (-h for help)" msgstr "Вызов: @DIRMNGR@ [параметры] (-h - подÑказка)" -#: dirmngr/dirmngr.c:442 +#: dirmngr/dirmngr.c:443 msgid "" "Syntax: @DIRMNGR@ [options] [command [args]]\n" "Keyserver, CRL, and OCSP access for @GNUPG@\n" @@ -10555,83 +10560,83 @@ msgstr "" "СинтакÑиÑ: @DIRMNGR@ [параметры] [команда [аргументы]]\n" "ДоÑтуп к OCSP, Ñерверам ключей, ÑпиÑкам отозванных Ñертификатов Ð´Ð»Ñ @GNUPG@\n" -#: dirmngr/dirmngr.c:522 +#: dirmngr/dirmngr.c:523 #, c-format msgid "valid debug levels are: %s\n" msgstr "допуÑтимые уровни отладки: %s\n" -#: dirmngr/dirmngr.c:608 tools/gpgconf.c:667 tools/gpgconf.c:702 +#: dirmngr/dirmngr.c:609 tools/gpgconf.c:667 tools/gpgconf.c:702 #: tools/gpgconf.c:802 #, c-format msgid "usage: %s [options] " msgstr "вызов: %s [параметры] " -#: dirmngr/dirmngr.c:1251 +#: dirmngr/dirmngr.c:1260 #, c-format msgid "colons are not allowed in the socket name\n" msgstr "Ð´Ð²Ð¾ÐµÑ‚Ð¾Ñ‡Ð¸Ñ Ð² имени Ñокета недопуÑтимы\n" -#: dirmngr/dirmngr.c:1486 dirmngr/server.c:1824 +#: dirmngr/dirmngr.c:1495 dirmngr/server.c:1824 #, c-format msgid "fetching CRL from '%s' failed: %s\n" msgstr "Ñбой при получении ÑпиÑка отозванных Ñертификатов из '%s': %s\n" -#: dirmngr/dirmngr.c:1492 dirmngr/server.c:1830 +#: dirmngr/dirmngr.c:1501 dirmngr/server.c:1830 #, c-format msgid "processing CRL from '%s' failed: %s\n" msgstr "Ñбой обработки ÑпиÑка отозванных Ñертификатов из '%s': %s\n" -#: dirmngr/dirmngr.c:1634 +#: dirmngr/dirmngr.c:1643 #, c-format msgid "%s:%u: line too long - skipped\n" msgstr "%s:%u: Ñлишком Ð´Ð»Ð¸Ð½Ð½Ð°Ñ Ñтрока - пропущена\n" -#: dirmngr/dirmngr.c:1689 dirmngr/dirmngr.c:1773 +#: dirmngr/dirmngr.c:1698 dirmngr/dirmngr.c:1782 #, c-format msgid "%s:%u: invalid fingerprint detected\n" msgstr "%s:%u: обнаружен неверный отпечаток\n" -#: dirmngr/dirmngr.c:1725 dirmngr/dirmngr.c:1751 tools/gpgconf-comp.c:3534 +#: dirmngr/dirmngr.c:1734 dirmngr/dirmngr.c:1760 tools/gpgconf-comp.c:3539 #, c-format msgid "%s:%u: read error: %s\n" msgstr "%s:%u: ошибка чтениÑ: %s\n" -#: dirmngr/dirmngr.c:1780 +#: dirmngr/dirmngr.c:1789 #, c-format msgid "%s:%u: garbage at end of line ignored\n" msgstr "%s:%u: муÑор в конце Ñтроки игнорируетÑÑ\n" -#: dirmngr/dirmngr.c:1849 +#: dirmngr/dirmngr.c:1876 #, c-format msgid "SIGHUP received - re-reading configuration and flushing caches\n" msgstr "получен SIGHUP - повторное чтение наÑтроек и запиÑÑŒ буферов на диÑк\n" -#: dirmngr/dirmngr.c:1890 +#: dirmngr/dirmngr.c:1917 #, c-format msgid "SIGUSR2 received - no action defined\n" msgstr "получен SIGUSR2 - дейÑтвие не определено\n" -#: dirmngr/dirmngr.c:1895 +#: dirmngr/dirmngr.c:1922 #, c-format msgid "SIGTERM received - shutting down ...\n" msgstr "получен SIGTERM - завершение работы ...\n" -#: dirmngr/dirmngr.c:1897 +#: dirmngr/dirmngr.c:1924 #, c-format msgid "SIGTERM received - still %d active connections\n" msgstr "получен SIGTERM - оÑталоÑÑŒ %d активных Ñоединений\n" -#: dirmngr/dirmngr.c:1902 +#: dirmngr/dirmngr.c:1929 #, c-format msgid "shutdown forced\n" msgstr "принудительное выключение\n" -#: dirmngr/dirmngr.c:1910 +#: dirmngr/dirmngr.c:1937 #, c-format msgid "SIGINT received - immediate shutdown\n" msgstr "получен SIGINT - немедленное завершение работы\n" -#: dirmngr/dirmngr.c:1917 +#: dirmngr/dirmngr.c:1944 #, c-format msgid "signal %d received - no action defined\n" msgstr "получен Ñигнал %d - дейÑтвие не определено\n" @@ -11086,7 +11091,7 @@ msgid "serialno missing in cert ID" msgstr "в идентификаторе Ñертификата нет Ñерийного номера" #: dirmngr/server.c:1387 dirmngr/server.c:1473 dirmngr/server.c:1909 -#: dirmngr/server.c:1980 dirmngr/server.c:2552 dirmngr/server.c:2567 +#: dirmngr/server.c:1980 dirmngr/server.c:2556 dirmngr/server.c:2571 #, c-format msgid "assuan_inquire failed: %s\n" msgstr "Ñбой assuan_inquire: %s\n" @@ -11116,32 +11121,32 @@ msgstr "Ñбой fetch_next_cert: %s\n" msgid "max_replies %d exceeded\n" msgstr "превышено max_replies %d\n" -#: dirmngr/server.c:2856 +#: dirmngr/server.c:2860 #, c-format msgid "can't allocate control structure: %s\n" msgstr "Ñбой при выделении памÑти под управлÑющую Ñтруктуру: %s\n" -#: dirmngr/server.c:2867 +#: dirmngr/server.c:2871 #, c-format msgid "failed to allocate assuan context: %s\n" msgstr "Ñбой Ñ€Ð°Ð·Ð¼ÐµÑ‰ÐµÐ½Ð¸Ñ ÐºÐ¾Ð½Ñ‚ÐµÐºÑта Assuan: %s\n" -#: dirmngr/server.c:2888 +#: dirmngr/server.c:2892 #, c-format msgid "failed to initialize the server: %s\n" msgstr "Ñбой инициализации Ñервера: %s\n" -#: dirmngr/server.c:2896 +#: dirmngr/server.c:2900 #, c-format msgid "failed to the register commands with Assuan: %s\n" msgstr "Ñбой региÑтрации команд Ñ Ð¿Ð¾Ð¼Ð¾Ñ‰ÑŒÑŽ Assuan: %s\n" -#: dirmngr/server.c:2929 +#: dirmngr/server.c:2933 #, c-format msgid "Assuan accept problem: %s\n" msgstr "проблема Ñ Ð¿Ñ€Ð¸ÐµÐ¼Ð¾Ð¼ Assuan: %s\n" -#: dirmngr/server.c:2948 +#: dirmngr/server.c:2952 #, c-format msgid "Assuan processing failed: %s\n" msgstr "Ñбой обработки Assuan: %s\n" @@ -11292,69 +11297,69 @@ msgstr "в Ñтом ÑеанÑе dirmngr не работает\n" msgid "error sending standard options: %s\n" msgstr "ошибка отправки Ñтандартных параметров: %s\n" -#: tools/gpgconf-comp.c:647 +#: tools/gpgconf-comp.c:649 msgid "OpenPGP" msgstr "OpenPGP" -#: tools/gpgconf-comp.c:651 +#: tools/gpgconf-comp.c:653 msgid "S/MIME" msgstr "S/MIME" -#: tools/gpgconf-comp.c:655 +#: tools/gpgconf-comp.c:657 #, fuzzy #| msgid "public key is %s\n" msgid "Public Keys" msgstr "открытый ключ - %s\n" -#: tools/gpgconf-comp.c:659 +#: tools/gpgconf-comp.c:661 msgid "Private Keys" msgstr "Закрытые ключи" -#: tools/gpgconf-comp.c:663 +#: tools/gpgconf-comp.c:665 msgid "Smartcards" msgstr "КриптографичеÑкие карты" -#: tools/gpgconf-comp.c:667 +#: tools/gpgconf-comp.c:669 msgid "TPM" msgstr "" -#: tools/gpgconf-comp.c:671 +#: tools/gpgconf-comp.c:673 msgid "Network" msgstr "Сеть" -#: tools/gpgconf-comp.c:675 +#: tools/gpgconf-comp.c:677 msgid "Passphrase Entry" msgstr "Ввод фраз-паролей" -#: tools/gpgconf-comp.c:939 +#: tools/gpgconf-comp.c:941 msgid "Component not suitable for launching" msgstr "Компонент не подходит Ð´Ð»Ñ Ð·Ð°Ð¿ÑƒÑка" -#: tools/gpgconf-comp.c:945 +#: tools/gpgconf-comp.c:947 #, c-format msgid "Configuration file of component %s is broken\n" msgstr "Файл конфигурации компонента %s неиÑправен\n" -#: tools/gpgconf-comp.c:948 +#: tools/gpgconf-comp.c:950 #, c-format msgid "Note: Use the command \"%s%s\" to get details.\n" msgstr "Замечание: ПодробноÑти можно вывеÑти командой \"%s%s\".\n" -#: tools/gpgconf-comp.c:2811 +#: tools/gpgconf-comp.c:2816 #, c-format msgid "External verification of component %s failed" msgstr "ВнешнÑÑ Ð¿Ñ€Ð¾Ð²ÐµÑ€ÐºÐ° компонента %s не прошла" -#: tools/gpgconf-comp.c:2941 +#: tools/gpgconf-comp.c:2946 msgid "Note that group specifications are ignored\n" msgstr "Обратите внимание, что Ñпецификации групп игнорируютÑÑ\n" -#: tools/gpgconf-comp.c:3538 +#: tools/gpgconf-comp.c:3543 #, c-format msgid "error closing '%s'\n" msgstr "ошибка Ð·Ð°ÐºÑ€Ñ‹Ñ‚Ð¸Ñ '%s'\n" -#: tools/gpgconf-comp.c:3540 +#: tools/gpgconf-comp.c:3545 #, c-format msgid "error parsing '%s'\n" msgstr "ошибка при интерпретации '%s'\n" @@ -11459,87 +11464,87 @@ msgstr "" "СинтакÑиÑ: gpg-check-pattern [параметры] файл_образцов\n" "Проверить фразу-пароль, поÑтупающую из stdin, по файлу образцов\n" -#: tools/gpg-card.c:2389 +#: tools/gpg-card.c:2390 #, fuzzy, c-format #| msgid "Note: keys are already stored on the card!\n" msgid "Note: key %s is already stored on the card!\n" msgstr "Замечание: ключи уже хранÑÑ‚ÑÑ Ð½Ð° карте!\n" -#: tools/gpg-card.c:2392 +#: tools/gpg-card.c:2393 #, fuzzy, c-format #| msgid "Note: keys are already stored on the card!\n" msgid "Note: Keys are already stored on the card!\n" msgstr "Замечание: ключи уже хранÑÑ‚ÑÑ Ð½Ð° карте!\n" -#: tools/gpg-card.c:2395 +#: tools/gpg-card.c:2396 #, fuzzy, c-format #| msgid "Replace existing keys? (y/N) " msgid "Replace existing key %s ? (y/N) " msgstr "Заменить ÑущеÑтвующие ключи? (y/N) " -#: tools/gpg-card.c:2548 tools/gpg-card.c:2711 tools/gpg-card.c:2934 -#: tools/gpg-card.c:3043 +#: tools/gpg-card.c:2549 tools/gpg-card.c:2712 tools/gpg-card.c:2935 +#: tools/gpg-card.c:3044 #, fuzzy, c-format #| msgid "OpenPGP card no. %s detected\n" msgid "%s card no. %s detected\n" msgstr "Обнаружена карта OpenPGP номер %s\n" -#: tools/gpg-card.c:3395 +#: tools/gpg-card.c:3396 #, c-format msgid "User Interaction Flag is set to \"%s\" - can't change\n" msgstr "" -#: tools/gpg-card.c:3405 tools/gpg-card.c:3419 +#: tools/gpg-card.c:3406 tools/gpg-card.c:3420 #, c-format msgid "" "Warning: Setting the User Interaction Flag to \"%s\"\n" " can only be reverted using a factory reset!\n" msgstr "" -#: tools/gpg-card.c:3422 +#: tools/gpg-card.c:3423 #, c-format msgid "Please use \"uif --yes %d %s\"\n" msgstr "" -#: tools/gpg-card.c:3668 +#: tools/gpg-card.c:3669 #, fuzzy #| msgid "add a certificate to the cache" msgid "authenticate to the card" msgstr "добавить Ñертификат в буфер" -#: tools/gpg-card.c:3670 +#: tools/gpg-card.c:3671 msgid "send a reset to the card daemon" msgstr "" -#: tools/gpg-card.c:3672 +#: tools/gpg-card.c:3673 msgid "setup KDF for PIN authentication" msgstr "наÑтроить KDF Ð´Ð»Ñ Ð¿Ñ€Ð¾Ð²ÐµÑ€ÐºÐ¸ по PIN" -#: tools/gpg-card.c:3674 +#: tools/gpg-card.c:3675 msgid "change a private data object" msgstr "" -#: tools/gpg-card.c:3675 +#: tools/gpg-card.c:3676 #, fuzzy #| msgid "add a certificate to the cache" msgid "read a certificate from a data object" msgstr "добавить Ñертификат в буфер" -#: tools/gpg-card.c:3676 +#: tools/gpg-card.c:3677 #, fuzzy #| msgid "add a certificate to the cache" msgid "store a certificate to a data object" msgstr "добавить Ñертификат в буфер" -#: tools/gpg-card.c:3677 +#: tools/gpg-card.c:3678 msgid "store a private key to a data object" msgstr "" -#: tools/gpg-card.c:3678 +#: tools/gpg-card.c:3679 msgid "Yubikey management commands" msgstr "" -#: tools/gpg-card.c:3680 +#: tools/gpg-card.c:3681 msgid "manage the command history" msgstr "" @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg 1.2.5\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2021-04-07 19:24+0200\n" +"POT-Creation-Date: 2021-04-20 12:38+0200\n" "PO-Revision-Date: 2004-07-20 15:52+0200\n" "Last-Translator: Michal Majer <mmajer@econ.umb.sk>\n" "Language-Team: Slovak <sk-i18n@lists.linux.sk>\n" @@ -209,9 +209,9 @@ msgid "ssh keys greater than %d bits are not supported\n" msgstr "ochranný algoritmus %d%s nie je podporováný\n" #: agent/command-ssh.c:872 common/dotlock.c:852 g10/card-util.c:953 -#: g10/export.c:1329 g10/gpg.c:1430 g10/keygen.c:5327 g10/keyring.c:1319 +#: g10/export.c:1329 g10/gpg.c:1431 g10/keygen.c:5347 g10/keyring.c:1319 #: g10/keyring.c:1632 g10/openfile.c:293 g10/photoid.c:531 g10/photoid.c:549 -#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:478 +#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:479 #, fuzzy, c-format #| msgid "can't create `%s': %s\n" msgid "can't create '%s': %s\n" @@ -219,15 +219,15 @@ msgstr "nemôžem vytvoriÅ¥ `%s': %s\n" #: agent/command-ssh.c:884 common/helpfile.c:57 g10/card-util.c:910 #: g10/dearmor.c:59 g10/dearmor.c:106 g10/decrypt.c:65 g10/decrypt.c:136 -#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1431 -#: g10/import.c:359 g10/import.c:546 g10/import.c:781 g10/keygen.c:4302 +#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1432 +#: g10/import.c:371 g10/import.c:558 g10/import.c:793 g10/keygen.c:4322 #: g10/keyring.c:1658 g10/openfile.c:197 g10/openfile.c:211 g10/plaintext.c:128 #: g10/plaintext.c:610 g10/sign.c:1086 g10/sign.c:1311 g10/sign.c:1424 #: g10/sign.c:1596 g10/tdbdump.c:143 g10/tdbdump.c:151 g10/tdbio.c:758 -#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2338 -#: sm/gpgsm.c:2368 sm/gpgsm.c:2406 sm/qualified.c:65 dirmngr/certcache.c:396 -#: dirmngr/certcache.c:476 dirmngr/certcache.c:478 dirmngr/crlcache.c:2588 -#: dirmngr/dirmngr.c:1711 tools/gpg-card.c:407 +#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2380 +#: sm/gpgsm.c:2410 sm/gpgsm.c:2448 sm/keylist.c:1737 sm/qualified.c:65 +#: dirmngr/certcache.c:396 dirmngr/certcache.c:476 dirmngr/certcache.c:478 +#: dirmngr/crlcache.c:2588 dirmngr/dirmngr.c:1720 tools/gpg-card.c:408 #, fuzzy, c-format #| msgid "can't open `%s': %s\n" msgid "can't open '%s': %s\n" @@ -410,216 +410,216 @@ msgstr "" msgid "Please enter the new passphrase" msgstr "zmeniÅ¥ heslo" -#: agent/gpg-agent.c:161 scd/scdaemon.c:114 dirmngr/dirmngr.c:181 +#: agent/gpg-agent.c:162 scd/scdaemon.c:115 dirmngr/dirmngr.c:182 msgid "Options used for startup" msgstr "" -#: agent/gpg-agent.c:163 scd/scdaemon.c:119 dirmngr/dirmngr.c:170 +#: agent/gpg-agent.c:164 scd/scdaemon.c:120 dirmngr/dirmngr.c:171 msgid "run in daemon mode (background)" msgstr "" -#: agent/gpg-agent.c:164 scd/scdaemon.c:116 dirmngr/dirmngr.c:169 +#: agent/gpg-agent.c:165 scd/scdaemon.c:117 dirmngr/dirmngr.c:170 msgid "run in server mode (foreground)" msgstr "" -#: agent/gpg-agent.c:166 dirmngr/dirmngr.c:172 +#: agent/gpg-agent.c:167 dirmngr/dirmngr.c:173 #, fuzzy #| msgid "Key is superseded" msgid "run in supervised mode" msgstr "KÄ¾ÃºÄ je nahradený" -#: agent/gpg-agent.c:168 scd/scdaemon.c:120 dirmngr/dirmngr.c:183 +#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 msgid "do not detach from the console" msgstr "" -#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 +#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 msgid "sh-style command output" msgstr "" -#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 +#: agent/gpg-agent.c:171 scd/scdaemon.c:123 dirmngr/dirmngr.c:186 msgid "csh-style command output" msgstr "" -#: agent/gpg-agent.c:178 g10/gpg.c:588 scd/scdaemon.c:124 sm/gpgsm.c:419 -#: dirmngr/dirmngr.c:187 +#: agent/gpg-agent.c:179 g10/gpg.c:589 scd/scdaemon.c:125 sm/gpgsm.c:422 +#: dirmngr/dirmngr.c:188 #, fuzzy msgid "|FILE|read options from FILE" msgstr "|SÚBOR|nahraÅ¥ rozÅ¡irujúci modul SÚBOR" -#: agent/gpg-agent.c:182 g10/gpg.c:573 scd/scdaemon.c:128 sm/gpgsm.c:262 -#: dirmngr/dirmngr.c:191 +#: agent/gpg-agent.c:183 g10/gpg.c:574 scd/scdaemon.c:129 sm/gpgsm.c:265 +#: dirmngr/dirmngr.c:192 msgid "Options controlling the diagnostic output" msgstr "" -#: agent/gpg-agent.c:184 g10/gpg.c:575 g10/gpgv.c:78 kbx/kbxutil.c:89 -#: scd/scdaemon.c:130 sm/gpgsm.c:264 dirmngr/dirmngr-client.c:69 -#: dirmngr/dirmngr.c:193 dirmngr/dirmngr_ldap.c:102 +#: agent/gpg-agent.c:185 g10/gpg.c:576 g10/gpgv.c:78 kbx/kbxutil.c:89 +#: scd/scdaemon.c:131 sm/gpgsm.c:267 dirmngr/dirmngr-client.c:69 +#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:102 #: tools/gpg-connect-agent.c:85 tools/gpgconf.c:111 msgid "verbose" msgstr "s dodatoÄnými informáciami" -#: agent/gpg-agent.c:185 g10/gpg.c:577 g10/gpgv.c:79 kbx/kbxutil.c:90 -#: scd/scdaemon.c:131 sm/gpgsm.c:266 dirmngr/dirmngr-client.c:70 -#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:103 +#: agent/gpg-agent.c:186 g10/gpg.c:578 g10/gpgv.c:79 kbx/kbxutil.c:90 +#: scd/scdaemon.c:132 sm/gpgsm.c:269 dirmngr/dirmngr-client.c:70 +#: dirmngr/dirmngr.c:195 dirmngr/dirmngr_ldap.c:103 msgid "be somewhat more quiet" msgstr "byÅ¥ o trochu tichÅ¡Ã" -#: agent/gpg-agent.c:193 g10/gpg.c:592 sm/gpgsm.c:280 dirmngr/dirmngr.c:204 +#: agent/gpg-agent.c:194 g10/gpg.c:593 sm/gpgsm.c:283 dirmngr/dirmngr.c:205 msgid "|FILE|write server mode logs to FILE" msgstr "" -#: agent/gpg-agent.c:197 g10/gpg.c:598 scd/scdaemon.c:145 sm/gpgsm.c:287 -#: dirmngr/dirmngr.c:208 +#: agent/gpg-agent.c:198 g10/gpg.c:599 scd/scdaemon.c:146 sm/gpgsm.c:290 +#: dirmngr/dirmngr.c:209 msgid "Options controlling the configuration" msgstr "" -#: agent/gpg-agent.c:200 +#: agent/gpg-agent.c:201 #, fuzzy msgid "do not use the SCdaemon" msgstr "aktualizovaÅ¥ databázu dôvery" -#: agent/gpg-agent.c:202 +#: agent/gpg-agent.c:203 msgid "|PGM|use PGM as the SCdaemon program" msgstr "" -#: agent/gpg-agent.c:204 +#: agent/gpg-agent.c:205 msgid "|PGM|use PGM as the tpm2daemon program" msgstr "" -#: agent/gpg-agent.c:208 +#: agent/gpg-agent.c:209 #, fuzzy #| msgid "|NAME|set terminal charset to NAME" msgid "|NAME|accept some commands via NAME" msgstr "|MENO|nastav znakovú sadu terminálu na MENO" -#: agent/gpg-agent.c:212 +#: agent/gpg-agent.c:213 msgid "ignore requests to change the TTY" msgstr "" -#: agent/gpg-agent.c:214 +#: agent/gpg-agent.c:215 msgid "ignore requests to change the X display" msgstr "" -#: agent/gpg-agent.c:215 +#: agent/gpg-agent.c:216 #, fuzzy #| msgid "not supported" msgid "enable ssh support" msgstr "nepodporované" -#: agent/gpg-agent.c:217 +#: agent/gpg-agent.c:218 msgid "|ALGO|use ALGO to show ssh fingerprints" msgstr "" -#: agent/gpg-agent.c:220 +#: agent/gpg-agent.c:221 #, fuzzy #| msgid "not supported" msgid "enable putty support" msgstr "nepodporované" -#: agent/gpg-agent.c:232 g10/gpg.c:843 scd/scdaemon.c:175 sm/gpgsm.c:379 +#: agent/gpg-agent.c:233 g10/gpg.c:844 scd/scdaemon.c:176 sm/gpgsm.c:382 msgid "Options controlling the security" msgstr "" -#: agent/gpg-agent.c:235 +#: agent/gpg-agent.c:236 msgid "|N|expire cached PINs after N seconds" msgstr "" -#: agent/gpg-agent.c:237 +#: agent/gpg-agent.c:238 msgid "|N|expire SSH keys after N seconds" msgstr "" -#: agent/gpg-agent.c:239 +#: agent/gpg-agent.c:240 msgid "|N|set maximum PIN cache lifetime to N seconds" msgstr "" -#: agent/gpg-agent.c:241 +#: agent/gpg-agent.c:242 msgid "|N|set maximum SSH key lifetime to N seconds" msgstr "" -#: agent/gpg-agent.c:243 +#: agent/gpg-agent.c:244 msgid "do not use the PIN cache when signing" msgstr "" -#: agent/gpg-agent.c:245 +#: agent/gpg-agent.c:246 #, fuzzy msgid "disallow the use of an external password cache" msgstr "chyba pri vytváranà hesla: %s\n" -#: agent/gpg-agent.c:247 +#: agent/gpg-agent.c:248 msgid "disallow clients to mark keys as \"trusted\"" msgstr "" -#: agent/gpg-agent.c:250 +#: agent/gpg-agent.c:251 #, fuzzy msgid "allow presetting passphrase" msgstr "chyba pri vytváranà hesla: %s\n" -#: agent/gpg-agent.c:255 +#: agent/gpg-agent.c:256 msgid "Options enforcing a passphrase policy" msgstr "" -#: agent/gpg-agent.c:258 +#: agent/gpg-agent.c:259 msgid "do not allow bypassing the passphrase policy" msgstr "" -#: agent/gpg-agent.c:260 +#: agent/gpg-agent.c:261 msgid "|N|set minimal required length for new passphrases to N" msgstr "" -#: agent/gpg-agent.c:262 +#: agent/gpg-agent.c:263 msgid "|N|require at least N non-alpha characters for a new passphrase" msgstr "" -#: agent/gpg-agent.c:265 +#: agent/gpg-agent.c:266 msgid "|FILE|check new passphrases against pattern in FILE" msgstr "" -#: agent/gpg-agent.c:267 +#: agent/gpg-agent.c:268 #, fuzzy msgid "|N|expire the passphrase after N days" msgstr "|N|použiÅ¥ mód hesla N" -#: agent/gpg-agent.c:269 +#: agent/gpg-agent.c:270 #, fuzzy msgid "do not allow the reuse of old passphrases" msgstr "chyba pri vytváranà hesla: %s\n" -#: agent/gpg-agent.c:272 +#: agent/gpg-agent.c:273 msgid "Options controlling the PIN-Entry" msgstr "" -#: agent/gpg-agent.c:274 +#: agent/gpg-agent.c:275 #, fuzzy #| msgid "use the gpg-agent" msgid "never use the PIN-entry" msgstr "použite gpg-agenta" -#: agent/gpg-agent.c:276 +#: agent/gpg-agent.c:277 msgid "disallow caller to override the pinentry" msgstr "" -#: agent/gpg-agent.c:278 +#: agent/gpg-agent.c:279 msgid "let PIN-Entry grab keyboard and mouse" msgstr "" -#: agent/gpg-agent.c:281 +#: agent/gpg-agent.c:282 msgid "|PGM|use PGM as the PIN-Entry program" msgstr "" -#: agent/gpg-agent.c:285 +#: agent/gpg-agent.c:286 msgid "|N|set the Pinentry timeout to N seconds" msgstr "" -#: agent/gpg-agent.c:287 +#: agent/gpg-agent.c:288 msgid "allow passphrase to be prompted through Emacs" msgstr "" #. TRANSLATORS: @EMAIL@ will get replaced by the actual bug #. reporting address. This is so that we can change the #. reporting address without breaking the translations. -#: agent/gpg-agent.c:550 agent/preset-passphrase.c:99 agent/protect-tool.c:154 -#: g10/gpg.c:1131 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:311 -#: sm/gpgsm.c:609 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:437 +#: agent/gpg-agent.c:551 agent/preset-passphrase.c:99 agent/protect-tool.c:154 +#: g10/gpg.c:1132 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:312 +#: sm/gpgsm.c:612 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:438 #: dirmngr/dirmngr_ldap.c:175 tools/gpg-connect-agent.c:220 tools/gpgconf.c:151 #: tools/gpg-check-pattern.c:143 #, fuzzy @@ -628,139 +628,139 @@ msgstr "" "Chyby oznámte, prosÃm, na adresu <gnupg-bugs@gnu.org>.\n" "Pripomienky k prekladu <sk-i18n@lists.linux.sk>.\n" -#: agent/gpg-agent.c:559 +#: agent/gpg-agent.c:560 #, fuzzy msgid "Usage: @GPG_AGENT@ [options] (-h for help)" msgstr "Použitie: gpg [možnosti] [súbory] (-h pre pomoc)" -#: agent/gpg-agent.c:561 +#: agent/gpg-agent.c:562 msgid "" "Syntax: @GPG_AGENT@ [options] [command [args]]\n" "Secret key management for @GNUPG@\n" msgstr "" -#: agent/gpg-agent.c:606 g10/gpg.c:1336 scd/scdaemon.c:383 sm/gpgsm.c:757 -#: dirmngr/dirmngr.c:521 +#: agent/gpg-agent.c:607 g10/gpg.c:1337 scd/scdaemon.c:384 sm/gpgsm.c:760 +#: dirmngr/dirmngr.c:522 #, c-format msgid "invalid debug-level '%s' given\n" msgstr "" -#: agent/gpg-agent.c:971 g10/gpg.c:3879 g10/gpg.c:3903 sm/gpgsm.c:1736 -#: sm/gpgsm.c:1742 +#: agent/gpg-agent.c:972 g10/gpg.c:3910 g10/gpg.c:3934 sm/gpgsm.c:1769 +#: sm/gpgsm.c:1775 #, c-format msgid "selected digest algorithm is invalid\n" msgstr "vybraný hashovacà algoritmus je neplatný\n" -#: agent/gpg-agent.c:1195 agent/gpg-agent.c:2010 g10/gpg.c:2588 -#: scd/scdaemon.c:548 sm/gpgsm.c:1151 dirmngr/dirmngr.c:988 -#: dirmngr/dirmngr.c:1830 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:2019 common/comopt.c:93 +#: g10/gpg.c:2591 scd/scdaemon.c:549 sm/gpgsm.c:1155 dirmngr/dirmngr.c:989 +#: dirmngr/dirmngr.c:1840 #, fuzzy, c-format #| msgid "reading options from `%s'\n" msgid "reading options from '%s'\n" msgstr "ÄÃtam možnosti z `%s'\n" -#: agent/gpg-agent.c:1327 g10/gpg.c:3830 scd/scdaemon.c:675 sm/gpgsm.c:1676 -#: dirmngr/dirmngr.c:1099 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 +#: agent/gpg-agent.c:1335 g10/gpg.c:3861 scd/scdaemon.c:687 sm/gpgsm.c:1709 +#: dirmngr/dirmngr.c:1108 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 #, fuzzy, c-format #| msgid "WARNING: \"%s\" is a deprecated option\n" msgid "Note: '%s' is not considered an option\n" msgstr "VAROVÃNÃ: použitie parametra \"%s\" sa neodporúÄa\n" -#: agent/gpg-agent.c:2146 scd/scdaemon.c:1096 dirmngr/dirmngr.c:1258 +#: agent/gpg-agent.c:2172 scd/scdaemon.c:1108 dirmngr/dirmngr.c:1267 #, fuzzy, c-format msgid "can't create socket: %s\n" msgstr "%s: nemôžem vytvoriÅ¥: %s\n" -#: agent/gpg-agent.c:2163 scd/scdaemon.c:1109 dirmngr/dirmngr.c:1271 +#: agent/gpg-agent.c:2189 scd/scdaemon.c:1121 dirmngr/dirmngr.c:1280 #, c-format msgid "socket name '%s' is too long\n" msgstr "" -#: agent/gpg-agent.c:2202 +#: agent/gpg-agent.c:2228 #, fuzzy, c-format msgid "a gpg-agent is already running - not starting a new one\n" msgstr "gpg-agent nie je v tomto sedenà dostupný\n" -#: agent/gpg-agent.c:2213 scd/scdaemon.c:1133 dirmngr/dirmngr.c:1303 +#: agent/gpg-agent.c:2239 scd/scdaemon.c:1145 dirmngr/dirmngr.c:1312 #, fuzzy, c-format msgid "error getting nonce for the socket\n" msgstr "chyba pri vytváranà hesla: %s\n" -#: agent/gpg-agent.c:2218 scd/scdaemon.c:1136 dirmngr/dirmngr.c:1306 +#: agent/gpg-agent.c:2244 scd/scdaemon.c:1148 dirmngr/dirmngr.c:1315 #, fuzzy, c-format msgid "error binding socket to '%s': %s\n" msgstr "chyba pri posielanà na `%s': %s\n" -#: agent/gpg-agent.c:2229 agent/gpg-agent.c:2269 agent/gpg-agent.c:2278 -#: scd/scdaemon.c:1144 dirmngr/dirmngr.c:1315 +#: agent/gpg-agent.c:2255 agent/gpg-agent.c:2295 agent/gpg-agent.c:2304 +#: scd/scdaemon.c:1156 dirmngr/dirmngr.c:1324 #, fuzzy, c-format msgid "can't set permissions of '%s': %s\n" msgstr "VAROVANIE: prÃstupové práva pre %s nie sú nastavené bezpeÄne \"%s\"\n" -#: agent/gpg-agent.c:2243 scd/scdaemon.c:1156 dirmngr/dirmngr.c:1327 +#: agent/gpg-agent.c:2269 scd/scdaemon.c:1168 dirmngr/dirmngr.c:1336 #, fuzzy, c-format msgid "listening on socket '%s'\n" msgstr "zapisujem tajný kÄ¾ÃºÄ do `%s'\n" -#: agent/gpg-agent.c:2263 agent/gpg-agent.c:2316 common/homedir.c:517 +#: agent/gpg-agent.c:2289 agent/gpg-agent.c:2342 common/homedir.c:517 #: g10/openfile.c:399 g10/photoid.c:379 #, fuzzy, c-format #| msgid "can't create directory `%s': %s\n" msgid "can't create directory '%s': %s\n" msgstr "nemôžem vytvoriÅ¥ adresár `%s': %s\n" -#: agent/gpg-agent.c:2266 agent/gpg-agent.c:2321 common/homedir.c:520 +#: agent/gpg-agent.c:2292 agent/gpg-agent.c:2347 common/homedir.c:520 #: g10/openfile.c:402 #, fuzzy, c-format msgid "directory '%s' created\n" msgstr "%s: adresár vytvorený\n" -#: agent/gpg-agent.c:2327 +#: agent/gpg-agent.c:2353 #, fuzzy, c-format msgid "stat() failed for '%s': %s\n" msgstr "databáza dôvery: procedúra read() (n=%d) zlyhala: %s\n" -#: agent/gpg-agent.c:2331 +#: agent/gpg-agent.c:2357 #, fuzzy, c-format msgid "can't use '%s' as home directory\n" msgstr "%s: nemôžem vytvoriÅ¥ adresár: %s\n" -#: agent/gpg-agent.c:2486 scd/scdaemon.c:1172 dirmngr/dirmngr.c:2042 +#: agent/gpg-agent.c:2512 scd/scdaemon.c:1184 dirmngr/dirmngr.c:2069 #, fuzzy, c-format msgid "error reading nonce on fd %d: %s\n" msgstr "chyba pri ÄÃtanà `%s': %s\n" -#: agent/gpg-agent.c:2693 +#: agent/gpg-agent.c:2719 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:2698 +#: agent/gpg-agent.c:2724 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:2773 +#: agent/gpg-agent.c:2799 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:2778 +#: agent/gpg-agent.c:2804 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:3000 scd/scdaemon.c:1362 dirmngr/dirmngr.c:2256 +#: agent/gpg-agent.c:3026 scd/scdaemon.c:1374 dirmngr/dirmngr.c:2283 #, fuzzy, c-format msgid "npth_pselect failed: %s - waiting 1s\n" msgstr "aktualizácia tajného kľúÄa zlyhala: %s\n" -#: agent/gpg-agent.c:3088 scd/scdaemon.c:1427 +#: agent/gpg-agent.c:3114 scd/scdaemon.c:1439 #, fuzzy, c-format msgid "%s %s stopped\n" msgstr "%s: preskoÄené: %s\n" -#: agent/gpg-agent.c:3226 common/simple-pwquery.c:247 g10/call-agent.c:260 +#: agent/gpg-agent.c:3252 common/simple-pwquery.c:247 g10/call-agent.c:260 #: sm/call-agent.c:131 tools/gpg-connect-agent.c:2319 tools/card-call-scd.c:311 #, fuzzy, c-format msgid "no gpg-agent running in this session\n" @@ -787,8 +787,8 @@ msgid "" "Password cache maintenance\n" msgstr "" -#: agent/protect-tool.c:107 g10/gpg.c:447 kbx/kbxutil.c:72 sm/gpgsm.c:213 -#: dirmngr/dirmngr.c:167 tools/gpgconf.c:81 +#: agent/protect-tool.c:107 g10/gpg.c:448 kbx/kbxutil.c:72 sm/gpgsm.c:215 +#: dirmngr/dirmngr.c:168 tools/gpgconf.c:81 msgid "" "@Commands:\n" " " @@ -1038,7 +1038,7 @@ msgid "error creating a stream for a pipe: %s\n" msgstr "chyba pri vytváranà hesla: %s\n" #: common/exechelp-posix.c:505 common/exechelp-posix.c:580 -#: common/exechelp-posix.c:861 dirmngr/dirmngr.c:1345 +#: common/exechelp-posix.c:866 dirmngr/dirmngr.c:1354 #, fuzzy, c-format msgid "error forking process: %s\n" msgstr "chyba pri ÄÃtanà `%s': %s\n" @@ -1048,23 +1048,23 @@ msgstr "chyba pri ÄÃtanà `%s': %s\n" msgid "waiting for process %d to terminate failed: %s\n" msgstr "" -#: common/exechelp-posix.c:688 common/exechelp-posix.c:804 +#: common/exechelp-posix.c:688 common/exechelp-posix.c:809 #, fuzzy, c-format msgid "error running '%s': probably not installed\n" msgstr "chyba pri ÄÃtanà `%s': %s\n" -#: common/exechelp-posix.c:694 common/exechelp-posix.c:811 +#: common/exechelp-posix.c:694 common/exechelp-posix.c:816 #: common/exechelp-w32.c:839 common/exechelp-w32ce.c:782 #, fuzzy, c-format msgid "error running '%s': exit status %d\n" msgstr "chyba pri ÄÃtanà `%s': %s\n" -#: common/exechelp-posix.c:702 common/exechelp-posix.c:819 +#: common/exechelp-posix.c:702 common/exechelp-posix.c:824 #, fuzzy, c-format msgid "error running '%s': terminated\n" msgstr "chyba pri ÄÃtanà `%s': %s\n" -#: common/exechelp-posix.c:760 common/exechelp-w32.c:820 +#: common/exechelp-posix.c:765 common/exechelp-w32.c:820 #, fuzzy, c-format msgid "waiting for processes to terminate failed: %s\n" msgstr "aktualizácia zlyhala: %s\n" @@ -1111,7 +1111,7 @@ msgid "renaming '%s' to '%s' failed: %s\n" msgstr "kódovanie do ASCII formátu zlyhalo: %s\n" #. TRANSLATORS: See doc/TRANSLATE about this string. -#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3081 +#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3082 msgid "yes" msgstr "ano" @@ -1167,7 +1167,7 @@ msgid "out of core while allocating %lu bytes" msgstr "" #: common/miscellaneous.c:115 g10/card-util.c:917 tools/no-libgcrypt.c:30 -#: tools/gpg-card.c:415 +#: tools/gpg-card.c:416 #, fuzzy, c-format msgid "error allocating enough memory: %s\n" msgstr "chyba pri vytváranà súboru kľúÄov (keyring)`%s': %s\n" @@ -1238,7 +1238,7 @@ msgstr "chyba pri vytváranà súboru kľúÄov (keyring)`%s': %s\n" msgid "server '%s' is older than us (%s < %s)" msgstr "" -#: common/asshelp.c:737 g10/call-dirmngr.c:407 +#: common/asshelp.c:737 g10/call-dirmngr.c:408 #, fuzzy, c-format #| msgid "WARNING: %s overrides %s\n" msgid "WARNING: %s\n" @@ -1543,8 +1543,8 @@ msgstr "verejný kÄ¾ÃºÄ %08lX nebol nájdený: %s\n" msgid "waiting for lock %s...\n" msgstr "zapisujem tajný kÄ¾ÃºÄ do `%s'\n" -#: common/init.c:191 sm/gpgsm.c:1032 dirmngr/dirmngr.c:894 -#: dirmngr/dirmngr.c:903 +#: common/init.c:191 sm/gpgsm.c:1036 dirmngr/dirmngr.c:895 +#: dirmngr/dirmngr.c:904 #, c-format msgid "%s is too old (need %s, have %s)\n" msgstr "" @@ -1719,12 +1719,12 @@ msgstr "chyba pri ÄÃtanà `%s': %s\n" msgid "problem with the agent: %s\n" msgstr "problém s agentom: agent vracia 0x%lx\n" -#: g10/call-dirmngr.c:178 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 +#: g10/call-dirmngr.c:179 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 #, fuzzy, c-format msgid "no dirmngr running in this session\n" msgstr "gpg-agent nie je v tomto sedenà dostupný\n" -#: g10/call-dirmngr.c:212 +#: g10/call-dirmngr.c:213 #, fuzzy, c-format #| msgid "you may not use %s while in %s mode\n" msgid "keyserver option \"honor-keyserver-url\" may not be used in Tor mode\n" @@ -1732,46 +1732,46 @@ msgstr "" "použitie %s nie je v móde %s dovolené\n" "\n" -#: g10/call-dirmngr.c:385 +#: g10/call-dirmngr.c:386 msgid "WKD uses a cached result" msgstr "" -#: g10/call-dirmngr.c:388 +#: g10/call-dirmngr.c:389 msgid "Tor is not running" msgstr "" -#: g10/call-dirmngr.c:390 +#: g10/call-dirmngr.c:391 #, fuzzy msgid "Tor is not properly configured" msgstr "chyba: neplatný odtlaÄok\n" -#: g10/call-dirmngr.c:392 +#: g10/call-dirmngr.c:393 #, fuzzy msgid "DNS is not properly configured" msgstr "chyba: neplatný odtlaÄok\n" -#: g10/call-dirmngr.c:394 +#: g10/call-dirmngr.c:395 msgid "unacceptable HTTP redirect from server" msgstr "" -#: g10/call-dirmngr.c:396 +#: g10/call-dirmngr.c:397 msgid "unacceptable HTTP redirect from server was cleaned up" msgstr "" -#: g10/call-dirmngr.c:398 +#: g10/call-dirmngr.c:399 #, fuzzy #| msgid "generate a revocation certificate" msgid "server uses an invalid certificate" msgstr "vytvoriÅ¥ revokaÄný certifikát" -#: g10/call-dirmngr.c:405 g10/gpg.c:4568 +#: g10/call-dirmngr.c:406 g10/gpg.c:4599 #, fuzzy, c-format #| msgid "armor: %s\n" msgid "Note: %s\n" msgstr "ASCII kódovanie: %s\n" #: g10/card-util.c:86 g10/card-util.c:369 g10/card-util.c:1924 -#: tools/gpg-card.c:3038 +#: tools/gpg-card.c:3039 #, fuzzy, c-format msgid "OpenPGP card not available: %s\n" msgstr "tajný kÄ¾ÃºÄ nie je dostupný" @@ -1782,17 +1782,17 @@ msgid "OpenPGP card no. %s detected\n" msgstr "" #: g10/card-util.c:97 g10/card-util.c:2309 g10/delkey.c:164 g10/keyedit.c:1428 -#: g10/keygen.c:4771 g10/revoke.c:214 g10/revoke.c:638 +#: g10/keygen.c:4791 g10/revoke.c:214 g10/revoke.c:638 #, fuzzy, c-format msgid "can't do this in batch mode\n" msgstr "nemožno previesÅ¥ v dávkovom móde\n" -#: g10/card-util.c:105 tools/gpg-card.c:2942 +#: g10/card-util.c:105 tools/gpg-card.c:2943 #, fuzzy, c-format msgid "This command is only available for version 2 cards\n" msgstr "Tento prÃkaz nie je v módoch %s dovolený.\n" -#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2947 +#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2948 #, fuzzy, c-format msgid "Reset Code not or not anymore available\n" msgstr "tajné Äasti kľúÄa nie sú dostupné\n" @@ -1801,115 +1801,115 @@ msgstr "tajné Äasti kľúÄa nie sú dostupné\n" #: g10/card-util.c:1802 g10/keyedit.c:394 g10/keyedit.c:415 g10/keyedit.c:429 #: g10/keygen.c:1991 g10/keygen.c:2165 g10/keygen.c:2385 g10/keygen.c:2685 #: sm/certreqgen-ui.c:166 sm/certreqgen-ui.c:292 sm/certreqgen-ui.c:326 -#: tools/gpg-card.c:509 +#: tools/gpg-card.c:510 msgid "Your selection? " msgstr "Váš výber? " -#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:595 -#: tools/gpg-card.c:635 +#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:596 +#: tools/gpg-card.c:636 msgid "[not set]" msgstr "" -#: g10/card-util.c:558 tools/gpg-card.c:902 +#: g10/card-util.c:558 tools/gpg-card.c:903 msgid "Mr." msgstr "" -#: g10/card-util.c:559 tools/gpg-card.c:903 +#: g10/card-util.c:559 tools/gpg-card.c:904 msgid "Ms." msgstr "" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 #, fuzzy msgid "not forced" msgstr "nespracované" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 msgid "forced" msgstr "" -#: g10/card-util.c:768 tools/gpg-card.c:1467 +#: g10/card-util.c:768 tools/gpg-card.c:1468 msgid "Error: Only plain ASCII is currently allowed.\n" msgstr "" -#: g10/card-util.c:770 tools/gpg-card.c:1469 +#: g10/card-util.c:770 tools/gpg-card.c:1470 msgid "Error: The \"<\" character may not be used.\n" msgstr "" -#: g10/card-util.c:772 tools/gpg-card.c:1471 +#: g10/card-util.c:772 tools/gpg-card.c:1472 msgid "Error: Double spaces are not allowed.\n" msgstr "" -#: g10/card-util.c:789 tools/gpg-card.c:1504 +#: g10/card-util.c:789 tools/gpg-card.c:1505 msgid "Cardholder's surname: " msgstr "" -#: g10/card-util.c:791 tools/gpg-card.c:1505 +#: g10/card-util.c:791 tools/gpg-card.c:1506 msgid "Cardholder's given name: " msgstr "" -#: g10/card-util.c:809 tools/gpg-card.c:1522 +#: g10/card-util.c:809 tools/gpg-card.c:1523 #, c-format msgid "Error: Combined name too long (limit is %d characters).\n" msgstr "" -#: g10/card-util.c:830 tools/gpg-card.c:1560 +#: g10/card-util.c:830 tools/gpg-card.c:1561 #, fuzzy msgid "URL to retrieve public key: " msgstr "žiadny zodpovedajúci verejný kľúÄ: %s\n" -#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:394 g10/import.c:744 -#: g10/import.c:803 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 -#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1657 -#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:425 +#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:406 g10/import.c:756 +#: g10/import.c:815 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 +#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1666 +#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:426 #, fuzzy, c-format #| msgid "error reading `%s': %s\n" msgid "error reading '%s': %s\n" msgstr "chyba pri ÄÃtanà `%s': %s\n" #: g10/card-util.c:959 g10/decrypt-data.c:498 g10/export.c:2496 -#: dirmngr/crlcache.c:925 tools/gpg-card.c:485 tools/gpg-card.c:492 +#: dirmngr/crlcache.c:925 tools/gpg-card.c:486 tools/gpg-card.c:493 #, fuzzy, c-format msgid "error writing '%s': %s\n" msgstr "chyba pri zápise súboru kľúÄov (keyring) `%s': %s\n" -#: g10/card-util.c:986 tools/gpg-card.c:1649 +#: g10/card-util.c:986 tools/gpg-card.c:1650 msgid "Login data (account name): " msgstr "" -#: g10/card-util.c:1024 tools/gpg-card.c:1944 +#: g10/card-util.c:1024 tools/gpg-card.c:1945 msgid "Private DO data: " msgstr "" -#: g10/card-util.c:1109 tools/gpg-card.c:1698 +#: g10/card-util.c:1109 tools/gpg-card.c:1699 #, fuzzy msgid "Language preferences: " msgstr "aktualizovaÅ¥ predvoľby" -#: g10/card-util.c:1117 tools/gpg-card.c:1709 +#: g10/card-util.c:1117 tools/gpg-card.c:1710 #, fuzzy, c-format msgid "Error: invalid length of preference string.\n" msgstr "neplatný znak v reÅ¥azci s predvoľbami\n" -#: g10/card-util.c:1126 tools/gpg-card.c:1718 +#: g10/card-util.c:1126 tools/gpg-card.c:1719 #, fuzzy, c-format msgid "Error: invalid characters in preference string.\n" msgstr "neplatný znak v reÅ¥azci s predvoľbami\n" -#: g10/card-util.c:1148 tools/gpg-card.c:1752 +#: g10/card-util.c:1148 tools/gpg-card.c:1753 msgid "Salutation (M = Mr., F = Ms., or space): " msgstr "" -#: g10/card-util.c:1162 tools/gpg-card.c:1769 +#: g10/card-util.c:1162 tools/gpg-card.c:1770 #, fuzzy msgid "Error: invalid response.\n" msgstr "chyba: neplatný odtlaÄok\n" -#: g10/card-util.c:1185 tools/gpg-card.c:1834 +#: g10/card-util.c:1185 tools/gpg-card.c:1835 #, fuzzy msgid "CA fingerprint: " msgstr "vypÃsaÅ¥ fingerprint" -#: g10/card-util.c:1209 tools/gpg-card.c:1860 +#: g10/card-util.c:1209 tools/gpg-card.c:1861 #, fuzzy, c-format msgid "Error: invalid formatted fingerprint.\n" msgstr "chyba: neplatný odtlaÄok\n" @@ -1924,7 +1924,7 @@ msgstr "Vytvorenie kľúÄa sa nepodarilo: %s\n" msgid "not an OpenPGP card" msgstr "nenájdené žiadne platné dáta vo formáte OpenPGP.\n" -#: g10/card-util.c:1273 g10/keygen.c:4791 g10/keygen.c:5952 +#: g10/card-util.c:1273 g10/keygen.c:4811 g10/keygen.c:5972 #, fuzzy, c-format msgid "error getting current key info: %s\n" msgstr "chyba pri zápise do súboru tajných kľúÄov `%s': %s\n" @@ -1933,7 +1933,7 @@ msgstr "chyba pri zápise do súboru tajných kľúÄov `%s': %s\n" msgid "Replace existing key? (y/N) " msgstr "" -#: g10/card-util.c:1375 tools/gpg-card.c:3327 +#: g10/card-util.c:1375 tools/gpg-card.c:3328 msgid "" "Note: There is no guarantee that the card supports the requested\n" " key type or size. If the key generation does not succeed,\n" @@ -2016,14 +2016,14 @@ msgid "error getting card info: %s\n" msgstr "chyba pri zápise do súboru tajných kľúÄov `%s': %s\n" #: g10/card-util.c:1591 g10/card-util.c:1936 g10/card-util.c:2112 -#: g10/card-util.c:2171 tools/gpg-card.c:3056 tools/gpg-card.c:3295 -#: tools/gpg-card.c:3353 +#: g10/card-util.c:2171 tools/gpg-card.c:3057 tools/gpg-card.c:3296 +#: tools/gpg-card.c:3354 #, fuzzy, c-format #| msgid "This command is not allowed while in %s mode.\n" msgid "This command is not supported by this card\n" msgstr "Tento prÃkaz nie je v módoch %s dovolený.\n" -#: g10/card-util.c:1637 tools/gpg-card.c:2425 +#: g10/card-util.c:1637 tools/gpg-card.c:2426 msgid "Make off-card backup of encryption key? (Y/n) " msgstr "" @@ -2032,11 +2032,11 @@ msgstr "" msgid "Note: keys are already stored on the card!\n" msgstr "preskoÄené: tajný kÄ¾ÃºÄ je už v databáze\n" -#: g10/card-util.c:1654 tools/gpg-card.c:2397 +#: g10/card-util.c:1654 tools/gpg-card.c:2398 msgid "Replace existing keys? (y/N) " msgstr "" -#: g10/card-util.c:1666 tools/gpg-card.c:2456 +#: g10/card-util.c:1666 tools/gpg-card.c:2457 #, c-format msgid "" "Please note that the factory settings of the PINs are\n" @@ -2073,17 +2073,17 @@ msgstr "ProsÃm výberte dôvod na revokáciu:\n" msgid "KEYTOCARD failed: %s\n" msgstr "aktualizácia zlyhala: %s\n" -#: g10/card-util.c:1941 tools/gpg-card.c:3064 +#: g10/card-util.c:1941 tools/gpg-card.c:3065 #, fuzzy, c-format msgid "Note: This command destroys all keys stored on the card!\n" msgstr "preskoÄené: tajný kÄ¾ÃºÄ je už v databáze\n" -#: g10/card-util.c:1944 tools/gpg-card.c:3067 tools/gpg-card.c:3408 +#: g10/card-util.c:1944 tools/gpg-card.c:3068 tools/gpg-card.c:3409 #, fuzzy msgid "Continue? (y/N) " msgstr "SkutoÄne podpÃsaÅ¥? " -#: g10/card-util.c:1949 tools/gpg-card.c:3078 +#: g10/card-util.c:1949 tools/gpg-card.c:3079 msgid "Really do a factory reset? (enter \"yes\") " msgstr "" @@ -2097,7 +2097,7 @@ msgstr "chyba pri ÄÃtanà `%s': %s\n" msgid "error for setup UIF: %s\n" msgstr "chyba pri ÄÃtanà `%s': %s\n" -#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3648 +#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3649 msgid "quit this menu" msgstr "ukonÄiÅ¥ toto menu" @@ -2106,68 +2106,68 @@ msgstr "ukonÄiÅ¥ toto menu" msgid "show admin commands" msgstr "konfliktné prÃkazy\n" -#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3651 +#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3652 msgid "show this help" msgstr "ukázaÅ¥ túto pomoc" -#: g10/card-util.c:2217 tools/gpg-card.c:3653 +#: g10/card-util.c:2217 tools/gpg-card.c:3654 #, fuzzy msgid "list all available data" msgstr "KÄ¾ÃºÄ k dispozÃcii na: " -#: g10/card-util.c:2220 tools/gpg-card.c:3655 +#: g10/card-util.c:2220 tools/gpg-card.c:3656 msgid "change card holder's name" msgstr "" -#: g10/card-util.c:2221 tools/gpg-card.c:3656 +#: g10/card-util.c:2221 tools/gpg-card.c:3657 msgid "change URL to retrieve key" msgstr "" -#: g10/card-util.c:2222 tools/gpg-card.c:3657 +#: g10/card-util.c:2222 tools/gpg-card.c:3658 msgid "fetch the key specified in the card URL" msgstr "" -#: g10/card-util.c:2223 tools/gpg-card.c:3658 +#: g10/card-util.c:2223 tools/gpg-card.c:3659 #, fuzzy msgid "change the login name" msgstr "zmeniÅ¥ dobu platnosti" -#: g10/card-util.c:2224 tools/gpg-card.c:3659 +#: g10/card-util.c:2224 tools/gpg-card.c:3660 #, fuzzy msgid "change the language preferences" msgstr "zmeniÅ¥ dôveryhodnosÅ¥ vlastnÃka kľúÄa" -#: g10/card-util.c:2225 tools/gpg-card.c:3660 +#: g10/card-util.c:2225 tools/gpg-card.c:3661 msgid "change card holder's salutation" msgstr "" -#: g10/card-util.c:2227 tools/gpg-card.c:3662 +#: g10/card-util.c:2227 tools/gpg-card.c:3663 #, fuzzy msgid "change a CA fingerprint" msgstr "vypÃsaÅ¥ fingerprint" -#: g10/card-util.c:2228 tools/gpg-card.c:3663 +#: g10/card-util.c:2228 tools/gpg-card.c:3664 msgid "toggle the signature force PIN flag" msgstr "" -#: g10/card-util.c:2229 tools/gpg-card.c:3664 +#: g10/card-util.c:2229 tools/gpg-card.c:3665 #, fuzzy msgid "generate new keys" msgstr "vytvoriÅ¥ nový pár kľúÄov" -#: g10/card-util.c:2230 tools/gpg-card.c:3665 +#: g10/card-util.c:2230 tools/gpg-card.c:3666 msgid "menu to change or unblock the PIN" msgstr "" -#: g10/card-util.c:2231 tools/gpg-card.c:3666 +#: g10/card-util.c:2231 tools/gpg-card.c:3667 msgid "verify the PIN and list all data" msgstr "" -#: g10/card-util.c:2232 tools/gpg-card.c:3667 +#: g10/card-util.c:2232 tools/gpg-card.c:3668 msgid "unblock the PIN using a Reset Code" msgstr "" -#: g10/card-util.c:2233 tools/gpg-card.c:3671 +#: g10/card-util.c:2233 tools/gpg-card.c:3672 msgid "destroy all keys and data" msgstr "" @@ -2183,13 +2183,13 @@ msgstr "|MENO|použiÅ¥ MENO ako implicitného adresáta" msgid "change the key attribute" msgstr "zmeniÅ¥ dôveryhodnosÅ¥ vlastnÃka kľúÄa" -#: g10/card-util.c:2237 tools/gpg-card.c:3673 +#: g10/card-util.c:2237 tools/gpg-card.c:3674 #, fuzzy #| msgid "change the ownertrust" msgid "change the User Interaction Flag" msgstr "zmeniÅ¥ dôveryhodnosÅ¥ vlastnÃka kľúÄa" -#: g10/card-util.c:2361 tools/gpg-card.c:3923 +#: g10/card-util.c:2361 tools/gpg-card.c:3924 msgid "gpg/card> " msgstr "" @@ -2208,8 +2208,8 @@ msgstr "konfliktné prÃkazy\n" msgid "Admin commands are not allowed\n" msgstr "zapisujem tajný kÄ¾ÃºÄ do `%s'\n" -#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3813 -#: tools/gpg-card.c:4071 +#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3814 +#: tools/gpg-card.c:4072 #, c-format msgid "Invalid command (try \"help\")\n" msgstr "Neplatný prÃkaz (skúste \"help\")\n" @@ -2219,22 +2219,22 @@ msgstr "Neplatný prÃkaz (skúste \"help\")\n" msgid "--output doesn't work for this command\n" msgstr "--output pre tento prÃkaz nefunguje\n" -#: g10/decrypt.c:247 g10/gpg.c:5262 g10/keyring.c:399 g10/keyring.c:750 +#: g10/decrypt.c:247 g10/gpg.c:5293 g10/keyring.c:399 g10/keyring.c:750 #, fuzzy, c-format #| msgid "can't open `%s'\n" msgid "can't open '%s'\n" msgstr "nemožno otvoriÅ¥ `%s'\n" #: g10/delkey.c:81 g10/export.c:1934 g10/export.c:2342 g10/export.c:2463 -#: g10/getkey.c:1907 g10/gpg.c:5207 g10/keyedit.c:1450 g10/keyedit.c:2382 -#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1238 +#: g10/getkey.c:1907 g10/gpg.c:5238 g10/keyedit.c:1450 g10/keyedit.c:2382 +#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1240 #: g10/revoke.c:230 g10/tofu.c:2168 #, fuzzy, c-format msgid "key \"%s\" not found: %s\n" msgstr "kÄ¾ÃºÄ `%s' nebol nájdený: %s\n" -#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4303 -#: g10/gpg.c:5216 g10/keyedit.c:2354 g10/keyserver.c:1256 g10/revoke.c:236 +#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4330 +#: g10/gpg.c:5247 g10/keyedit.c:2354 g10/keyserver.c:1258 g10/revoke.c:236 #: g10/revoke.c:665 g10/tofu.c:2176 #, c-format msgid "error reading keyblock: %s\n" @@ -2361,14 +2361,14 @@ msgstr "nemôžete použiÅ¥ Å¡ifrovacà algoritmus \"%s\" v móde %s\n" msgid "(use option \"%s\" to override)\n" msgstr "" -#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4052 -#: g10/gpg.c:4099 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1760 +#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4083 +#: g10/gpg.c:4130 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1793 #, fuzzy, c-format msgid "cipher algorithm '%s' may not be used in %s mode\n" msgstr "nemôžete použiÅ¥ Å¡ifrovacà algoritmus \"%s\" v móde %s\n" -#: g10/encrypt.c:564 g10/gpg.c:4064 g10/gpg.c:4111 g10/sig-check.c:155 -#: g10/sign.c:452 sm/gpgsm.c:1770 sm/gpgsm.c:1780 sm/sign.c:596 sm/verify.c:510 +#: g10/encrypt.c:564 g10/gpg.c:4095 g10/gpg.c:4142 g10/sig-check.c:155 +#: g10/sign.c:452 sm/gpgsm.c:1803 sm/gpgsm.c:1813 sm/sign.c:596 sm/verify.c:510 #, fuzzy, c-format msgid "digest algorithm '%s' may not be used in %s mode\n" msgstr "nemôžete použiÅ¥ hashovacà algoritmus \"%s\" v móde %s\n" @@ -2475,7 +2475,7 @@ msgstr "" msgid " - skipped" msgstr "%s: preskoÄené: %s\n" -#: g10/export.c:1333 g10/import.c:2112 g10/openfile.c:202 g10/openfile.c:296 +#: g10/export.c:1333 g10/import.c:2124 g10/openfile.c:202 g10/openfile.c:296 #: g10/sign.c:1110 g10/sign.c:1447 #, fuzzy, c-format #| msgid "writing to `%s'\n" @@ -2573,301 +2573,301 @@ msgstr "" msgid "using subkey %s instead of primary key %s\n" msgstr "použÃvam sekundárny kÄ¾ÃºÄ %08lX namiesto primárneho kľúÄa %08lX\n" -#: g10/getkey.c:4232 g10/gpg.c:2164 +#: g10/getkey.c:4259 g10/gpg.c:2167 #, fuzzy, c-format msgid "valid values for option '%s':\n" msgstr "neplatný parameter pre import\n" -#: g10/gpg.c:449 sm/gpgsm.c:215 +#: g10/gpg.c:450 sm/gpgsm.c:217 #, fuzzy msgid "make a signature" msgstr "vytvoriÅ¥ podpis oddelený od dokumentu" -#: g10/gpg.c:450 +#: g10/gpg.c:451 #, fuzzy msgid "make a clear text signature" msgstr "|[súbor]|vytvoriÅ¥ podpis v Äitateľnom dokumente" -#: g10/gpg.c:452 sm/gpgsm.c:217 +#: g10/gpg.c:453 sm/gpgsm.c:219 msgid "make a detached signature" msgstr "vytvoriÅ¥ podpis oddelený od dokumentu" -#: g10/gpg.c:453 sm/gpgsm.c:218 +#: g10/gpg.c:454 sm/gpgsm.c:220 msgid "encrypt data" msgstr "Å¡ifrovaÅ¥ dáta" -#: g10/gpg.c:455 +#: g10/gpg.c:456 msgid "encryption only with symmetric cipher" msgstr "Å¡ifrovanie len so symetrickou Å¡ifrou" -#: g10/gpg.c:457 sm/gpgsm.c:220 +#: g10/gpg.c:458 sm/gpgsm.c:222 msgid "decrypt data (default)" msgstr "deÅ¡ifrovaÅ¥ dáta (implicitne)" -#: g10/gpg.c:459 sm/gpgsm.c:221 +#: g10/gpg.c:460 sm/gpgsm.c:223 msgid "verify a signature" msgstr "verifikovaÅ¥ podpis" -#: g10/gpg.c:461 sm/gpgsm.c:222 +#: g10/gpg.c:462 sm/gpgsm.c:224 msgid "list keys" msgstr "vypÃsaÅ¥ zoznam kľúÄov" -#: g10/gpg.c:463 +#: g10/gpg.c:464 msgid "list keys and signatures" msgstr "vypÃsaÅ¥ zoznam kľúÄov a podpisov" -#: g10/gpg.c:466 +#: g10/gpg.c:467 #, fuzzy msgid "list and check key signatures" msgstr "skontrolovaÅ¥ podpisy kľúÄov" -#: g10/gpg.c:468 sm/gpgsm.c:227 +#: g10/gpg.c:469 sm/gpgsm.c:229 msgid "list keys and fingerprints" msgstr "vypÃsaÅ¥ zoznam kľúÄov a fingerprintov" -#: g10/gpg.c:469 sm/gpgsm.c:225 +#: g10/gpg.c:470 sm/gpgsm.c:227 msgid "list secret keys" msgstr "vypÃsaÅ¥ zoznam tajných kľúÄov" -#: g10/gpg.c:471 sm/gpgsm.c:228 +#: g10/gpg.c:472 sm/gpgsm.c:230 msgid "generate a new key pair" msgstr "vytvoriÅ¥ nový pár kľúÄov" -#: g10/gpg.c:474 +#: g10/gpg.c:475 #, fuzzy #| msgid "generate a new key pair" msgid "quickly generate a new key pair" msgstr "vytvoriÅ¥ nový pár kľúÄov" -#: g10/gpg.c:477 +#: g10/gpg.c:478 #, fuzzy #| msgid "generate a new key pair" msgid "quickly add a new user-id" msgstr "vytvoriÅ¥ nový pár kľúÄov" -#: g10/gpg.c:482 +#: g10/gpg.c:483 #, fuzzy #| msgid "generate a new key pair" msgid "quickly revoke a user-id" msgstr "vytvoriÅ¥ nový pár kľúÄov" -#: g10/gpg.c:485 +#: g10/gpg.c:486 #, fuzzy #| msgid "generate a new key pair" msgid "quickly set a new expiration date" msgstr "vytvoriÅ¥ nový pár kľúÄov" -#: g10/gpg.c:488 +#: g10/gpg.c:489 msgid "full featured key pair generation" msgstr "" -#: g10/gpg.c:491 +#: g10/gpg.c:492 msgid "generate a revocation certificate" msgstr "vytvoriÅ¥ revokaÄný certifikát" -#: g10/gpg.c:494 sm/gpgsm.c:231 +#: g10/gpg.c:495 sm/gpgsm.c:233 msgid "remove keys from the public keyring" msgstr "odstrániÅ¥ kÄ¾ÃºÄ zo súboru verejných kľúÄov" -#: g10/gpg.c:496 +#: g10/gpg.c:497 msgid "remove keys from the secret keyring" msgstr "odstrániÅ¥ kÄ¾ÃºÄ zo súboru tajných kľúÄov" -#: g10/gpg.c:498 +#: g10/gpg.c:499 #, fuzzy #| msgid "sign a key" msgid "quickly sign a key" msgstr "podpÃsaÅ¥ kľúÄ" -#: g10/gpg.c:500 +#: g10/gpg.c:501 #, fuzzy #| msgid "sign a key locally" msgid "quickly sign a key locally" msgstr "podpÃsaÅ¥ kÄ¾ÃºÄ lokálne" -#: g10/gpg.c:502 +#: g10/gpg.c:503 #, fuzzy #| msgid "generate a new key pair" msgid "quickly revoke a key signature" msgstr "vytvoriÅ¥ nový pár kľúÄov" -#: g10/gpg.c:503 +#: g10/gpg.c:504 msgid "sign a key" msgstr "podpÃsaÅ¥ kľúÄ" -#: g10/gpg.c:504 +#: g10/gpg.c:505 msgid "sign a key locally" msgstr "podpÃsaÅ¥ kÄ¾ÃºÄ lokálne" -#: g10/gpg.c:505 +#: g10/gpg.c:506 msgid "sign or edit a key" msgstr "podpÃsaÅ¥ alebo modifikovaÅ¥ kľúÄ" -#: g10/gpg.c:507 sm/gpgsm.c:249 +#: g10/gpg.c:508 sm/gpgsm.c:251 #, fuzzy msgid "change a passphrase" msgstr "zmeniÅ¥ heslo" -#: g10/gpg.c:511 +#: g10/gpg.c:512 msgid "export keys" msgstr "exportovaÅ¥ kľúÄe" -#: g10/gpg.c:512 +#: g10/gpg.c:513 msgid "export keys to a keyserver" msgstr "exportovaÅ¥ kľúÄe na server kľúÄov" -#: g10/gpg.c:513 +#: g10/gpg.c:514 msgid "import keys from a keyserver" msgstr "importovaÅ¥ kľúÄe zo servera kľúÄov" -#: g10/gpg.c:516 +#: g10/gpg.c:517 msgid "search for keys on a keyserver" msgstr "vyhľadaÅ¥ kľúÄe na serveri kľúÄov" -#: g10/gpg.c:518 +#: g10/gpg.c:519 msgid "update all keys from a keyserver" msgstr "aktualizovaÅ¥ vÅ¡etky kľúÄe zo servera kľúÄov" -#: g10/gpg.c:526 +#: g10/gpg.c:527 msgid "import/merge keys" msgstr "importovaÅ¥/zlúÄiÅ¥ kľúÄe" -#: g10/gpg.c:529 +#: g10/gpg.c:530 msgid "print the card status" msgstr "" -#: g10/gpg.c:530 +#: g10/gpg.c:531 msgid "change data on a card" msgstr "" -#: g10/gpg.c:532 +#: g10/gpg.c:533 msgid "change a card's PIN" msgstr "" -#: g10/gpg.c:544 +#: g10/gpg.c:545 msgid "update the trust database" msgstr "aktualizovaÅ¥ databázu dôvery" -#: g10/gpg.c:554 +#: g10/gpg.c:555 #, fuzzy msgid "print message digests" msgstr "|algo [súbory]|vypÃÅ¡ hash" -#: g10/gpg.c:558 sm/gpgsm.c:244 +#: g10/gpg.c:559 sm/gpgsm.c:246 msgid "run in server mode" msgstr "" -#: g10/gpg.c:560 +#: g10/gpg.c:561 msgid "|VALUE|set the TOFU policy for a key" msgstr "" -#: g10/gpg.c:603 +#: g10/gpg.c:604 msgid "|NAME|use NAME as default secret key" msgstr "|MENO|použi MENO ako implicitný tajný kľúÄ" -#: g10/gpg.c:605 sm/gpgsm.c:337 +#: g10/gpg.c:606 sm/gpgsm.c:340 #, fuzzy msgid "|NAME|encrypt to user ID NAME as well" msgstr "|MENO|Å¡ifrovaÅ¥ pre MENO" -#: g10/gpg.c:613 +#: g10/gpg.c:614 msgid "|SPEC|set up email aliases" msgstr "" -#: g10/gpg.c:625 +#: g10/gpg.c:626 msgid "use strict OpenPGP behavior" msgstr "" -#: g10/gpg.c:650 kbx/kbxutil.c:91 sm/gpgsm.c:421 tools/gpgconf.c:113 +#: g10/gpg.c:651 kbx/kbxutil.c:91 sm/gpgsm.c:424 tools/gpgconf.c:113 msgid "do not make any changes" msgstr "nevykonaÅ¥ žiadne zmeny" -#: g10/gpg.c:651 +#: g10/gpg.c:652 msgid "prompt before overwriting" msgstr "vyžiadaÅ¥ potvrdenie pred prepÃsanÃm" -#: g10/gpg.c:700 sm/gpgsm.c:307 +#: g10/gpg.c:701 sm/gpgsm.c:310 msgid "Options controlling the input" msgstr "" -#: g10/gpg.c:718 sm/gpgsm.c:317 +#: g10/gpg.c:719 sm/gpgsm.c:320 msgid "Options controlling the output" msgstr "" -#: g10/gpg.c:720 sm/gpgsm.c:319 +#: g10/gpg.c:721 sm/gpgsm.c:322 msgid "create ascii armored output" msgstr "vytvor výstup zakódovaný pomocou ASCII" -#: g10/gpg.c:724 g10/gpgv.c:82 sm/gpgsm.c:324 +#: g10/gpg.c:725 g10/gpgv.c:82 sm/gpgsm.c:327 #, fuzzy msgid "|FILE|write output to FILE" msgstr "|SÚBOR|nahraÅ¥ rozÅ¡irujúci modul SÚBOR" -#: g10/gpg.c:737 +#: g10/gpg.c:738 msgid "use canonical text mode" msgstr "použiÅ¥ kánonický textový mód" -#: g10/gpg.c:755 +#: g10/gpg.c:756 #, fuzzy msgid "|N|set compress level to N (0 disables)" msgstr "" "|N|nastaviÅ¥ úroveň komprimácie N (0 - žiadna\n" " komprimácia)" -#: g10/gpg.c:761 sm/gpgsm.c:354 +#: g10/gpg.c:762 sm/gpgsm.c:357 msgid "Options controlling key import and export" msgstr "" -#: g10/gpg.c:764 +#: g10/gpg.c:765 msgid "|MECHANISMS|use MECHANISMS to locate keys by mail address" msgstr "" -#: g10/gpg.c:767 +#: g10/gpg.c:768 #, fuzzy #| msgid "import keys from a keyserver" msgid "import missing key from a signature" msgstr "importovaÅ¥ kľúÄe zo servera kľúÄov" -#: g10/gpg.c:772 +#: g10/gpg.c:773 #, fuzzy msgid "include the public key in signatures" msgstr "skontrolovaÅ¥ podpisy kľúÄov" -#: g10/gpg.c:775 sm/gpgsm.c:357 +#: g10/gpg.c:776 sm/gpgsm.c:360 msgid "disable all access to the dirmngr" msgstr "" -#: g10/gpg.c:787 sm/gpgsm.c:364 +#: g10/gpg.c:788 sm/gpgsm.c:367 msgid "Options controlling key listings" msgstr "" -#: g10/gpg.c:817 sm/gpgsm.c:329 +#: g10/gpg.c:818 sm/gpgsm.c:332 #, fuzzy #| msgid "list secret keys" msgid "Options to specify keys" msgstr "vypÃsaÅ¥ zoznam tajných kľúÄov" -#: g10/gpg.c:819 sm/gpgsm.c:331 +#: g10/gpg.c:820 sm/gpgsm.c:334 #, fuzzy msgid "|USER-ID|encrypt for USER-ID" msgstr "|MENO|Å¡ifrovaÅ¥ pre MENO" -#: g10/gpg.c:827 sm/gpgsm.c:333 +#: g10/gpg.c:828 sm/gpgsm.c:336 #, fuzzy msgid "|USER-ID|use USER-ID to sign or decrypt" msgstr "" "použiÅ¥ toto id užÃvateľa na podpÃsanie\n" " alebo deÅ¡ifrovanie" -#: g10/gpg.c:875 sm/gpgsm.c:405 +#: g10/gpg.c:876 sm/gpgsm.c:408 msgid "Options for unattended use" msgstr "" -#: g10/gpg.c:894 sm/gpgsm.c:417 dirmngr/dirmngr.c:285 +#: g10/gpg.c:895 sm/gpgsm.c:420 dirmngr/dirmngr.c:286 msgid "Other options" msgstr "" -#: g10/gpg.c:965 sm/gpgsm.c:450 +#: g10/gpg.c:966 sm/gpgsm.c:453 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -2876,7 +2876,7 @@ msgstr "" "(Použite manuálové stránky pre kompletný zoznam vÅ¡etkých prÃkazov a " "možnostÃ)\n" -#: g10/gpg.c:968 +#: g10/gpg.c:969 #, fuzzy #| msgid "" #| "@\n" @@ -2906,13 +2906,13 @@ msgstr "" " --list-keys [mená] vypÃsaÅ¥ kľúÄe\n" " --fingerprint [mená] vypÃsaÅ¥ fingerprinty\n" -#: g10/gpg.c:1153 +#: g10/gpg.c:1154 #, fuzzy #| msgid "Usage: gpg [options] [files] (-h for help)" msgid "Usage: @GPG@ [options] [files] (-h for help)" msgstr "Použitie: gpg [možnosti] [súbory] (-h pre pomoc)" -#: g10/gpg.c:1156 +#: g10/gpg.c:1157 #, fuzzy #| msgid "" #| "Syntax: gpg [options] [files]\n" @@ -2927,7 +2927,7 @@ msgstr "" "podpÃsaÅ¥, overiÅ¥, Å¡ifrovaÅ¥ alebo deÅ¡ifrovaÅ¥\n" "implicitné operácie závisia od vstupných dát\n" -#: g10/gpg.c:1167 sm/gpgsm.c:633 +#: g10/gpg.c:1168 sm/gpgsm.c:636 msgid "" "\n" "Supported algorithms:\n" @@ -2935,573 +2935,573 @@ msgstr "" "\n" "Podporované algoritmy:\n" -#: g10/gpg.c:1170 +#: g10/gpg.c:1171 msgid "Pubkey: " msgstr "Verejné kľúÄe: " -#: g10/gpg.c:1177 g10/keyedit.c:3316 +#: g10/gpg.c:1178 g10/keyedit.c:3316 msgid "Cipher: " msgstr "Å ifry: " -#: g10/gpg.c:1191 +#: g10/gpg.c:1192 msgid "Hash: " msgstr "Hash: " -#: g10/gpg.c:1198 g10/keyedit.c:3382 +#: g10/gpg.c:1199 g10/keyedit.c:3382 msgid "Compression: " msgstr "Kompresia: " -#: g10/gpg.c:1273 sm/gpgsm.c:707 +#: g10/gpg.c:1274 sm/gpgsm.c:710 #, fuzzy, c-format msgid "usage: %s [options] %s\n" msgstr "použitie: gpg [možnosti] " -#: g10/gpg.c:1466 sm/gpgsm.c:800 +#: g10/gpg.c:1467 sm/gpgsm.c:803 #, c-format msgid "conflicting commands\n" msgstr "konfliktné prÃkazy\n" -#: g10/gpg.c:1484 +#: g10/gpg.c:1485 #, fuzzy, c-format msgid "no = sign found in group definition '%s'\n" msgstr "no = podpis nájdený v definÃcii skupiny \"%s\"\n" -#: g10/gpg.c:1682 +#: g10/gpg.c:1683 #, fuzzy, c-format msgid "WARNING: unsafe ownership on homedir '%s'\n" msgstr "VAROVANIE: vlastnÃctvo pre %s nastavené nebezpeÄne \"%s\"\n" -#: g10/gpg.c:1685 +#: g10/gpg.c:1686 #, fuzzy, c-format msgid "WARNING: unsafe ownership on configuration file '%s'\n" msgstr "VAROVANIE: vlastnÃctvo pre %s nastavené nebezpeÄne \"%s\"\n" -#: g10/gpg.c:1688 +#: g10/gpg.c:1689 #, fuzzy, c-format msgid "WARNING: unsafe ownership on extension '%s'\n" msgstr "VAROVANIE: vlastnÃctvo pre %s nastavené nebezpeÄne \"%s\"\n" -#: g10/gpg.c:1694 +#: g10/gpg.c:1695 #, fuzzy, c-format msgid "WARNING: unsafe permissions on homedir '%s'\n" msgstr "VAROVANIE: prÃstupové práva pre %s nie sú nastavené bezpeÄne \"%s\"\n" -#: g10/gpg.c:1697 +#: g10/gpg.c:1698 #, fuzzy, c-format msgid "WARNING: unsafe permissions on configuration file '%s'\n" msgstr "VAROVANIE: prÃstupové práva pre %s nie sú nastavené bezpeÄne \"%s\"\n" -#: g10/gpg.c:1700 +#: g10/gpg.c:1701 #, fuzzy, c-format msgid "WARNING: unsafe permissions on extension '%s'\n" msgstr "VAROVANIE: prÃstupové práva pre %s nie sú nastavené bezpeÄne \"%s\"\n" -#: g10/gpg.c:1706 +#: g10/gpg.c:1707 #, fuzzy, c-format msgid "WARNING: unsafe enclosing directory ownership on homedir '%s'\n" msgstr "VAROVANIE: vlastnÃctvo adresára %s nastavené nebezpeÄne \"%s\"\n" -#: g10/gpg.c:1709 +#: g10/gpg.c:1710 #, fuzzy, c-format msgid "" "WARNING: unsafe enclosing directory ownership on configuration file '%s'\n" msgstr "VAROVANIE: vlastnÃctvo adresára %s nastavené nebezpeÄne \"%s\"\n" -#: g10/gpg.c:1712 +#: g10/gpg.c:1713 #, fuzzy, c-format msgid "WARNING: unsafe enclosing directory ownership on extension '%s'\n" msgstr "VAROVANIE: vlastnÃctvo adresára %s nastavené nebezpeÄne \"%s\"\n" -#: g10/gpg.c:1718 +#: g10/gpg.c:1719 #, fuzzy, c-format msgid "WARNING: unsafe enclosing directory permissions on homedir '%s'\n" msgstr "" "VAROVANIE: prÃstupové práva adresára %s nie sú nastavené bezpeÄne \"%s\"\n" -#: g10/gpg.c:1721 +#: g10/gpg.c:1722 #, fuzzy, c-format msgid "" "WARNING: unsafe enclosing directory permissions on configuration file '%s'\n" msgstr "" "VAROVANIE: prÃstupové práva adresára %s nie sú nastavené bezpeÄne \"%s\"\n" -#: g10/gpg.c:1724 +#: g10/gpg.c:1725 #, fuzzy, c-format msgid "WARNING: unsafe enclosing directory permissions on extension '%s'\n" msgstr "" "VAROVANIE: prÃstupové práva adresára %s nie sú nastavené bezpeÄne \"%s\"\n" -#: g10/gpg.c:1940 +#: g10/gpg.c:1941 #, fuzzy, c-format msgid "unknown configuration item '%s'\n" msgstr "neznáma položka konfigurácie \"%s\"\n" -#: g10/gpg.c:2034 +#: g10/gpg.c:2037 msgid "display photo IDs during key listings" msgstr "" -#: g10/gpg.c:2036 +#: g10/gpg.c:2039 #, fuzzy msgid "show key usage information during key listings" msgstr "V súbore tajných kľúÄov chýba zodpovedajúci podpis\n" -#: g10/gpg.c:2038 +#: g10/gpg.c:2041 msgid "show policy URLs during signature listings" msgstr "" -#: g10/gpg.c:2040 +#: g10/gpg.c:2043 #, fuzzy msgid "show all notations during signature listings" msgstr "V súbore tajných kľúÄov chýba zodpovedajúci podpis\n" -#: g10/gpg.c:2042 +#: g10/gpg.c:2045 msgid "show IETF standard notations during signature listings" msgstr "" -#: g10/gpg.c:2046 +#: g10/gpg.c:2049 msgid "show user-supplied notations during signature listings" msgstr "" -#: g10/gpg.c:2048 +#: g10/gpg.c:2051 #, fuzzy msgid "show preferred keyserver URLs during signature listings" msgstr "zadané URL pre podpisovú politiku je neplatné\n" -#: g10/gpg.c:2050 +#: g10/gpg.c:2053 msgid "show user ID validity during key listings" msgstr "" -#: g10/gpg.c:2052 +#: g10/gpg.c:2055 msgid "show revoked and expired user IDs in key listings" msgstr "" -#: g10/gpg.c:2054 +#: g10/gpg.c:2057 msgid "show revoked and expired subkeys in key listings" msgstr "" -#: g10/gpg.c:2056 +#: g10/gpg.c:2059 #, fuzzy msgid "show the keyring name in key listings" msgstr "ukáž v ktorom súbore kľúÄov je vypÃsaný kľúÄ" -#: g10/gpg.c:2058 +#: g10/gpg.c:2061 #, fuzzy msgid "show expiration dates during signature listings" msgstr "V súbore tajných kľúÄov chýba zodpovedajúci podpis\n" -#: g10/gpg.c:2175 +#: g10/gpg.c:2178 #, fuzzy, c-format msgid "unknown TOFU policy '%s'\n" msgstr "neznámy implicitný adresát `%s'\n" -#: g10/gpg.c:2177 +#: g10/gpg.c:2180 #, c-format msgid "(use \"help\" to list choices)\n" msgstr "" -#: g10/gpg.c:2972 g10/gpg.c:3797 g10/gpg.c:3809 +#: g10/gpg.c:2975 g10/gpg.c:3828 g10/gpg.c:3840 #, fuzzy, c-format #| msgid "NOTE: %s is not for normal use!\n" msgid "Note: %s is not for normal use!\n" msgstr "POZNÃMKA: %s nie je pre normálne použitie!\n" -#: g10/gpg.c:3148 g10/gpg.c:3160 +#: g10/gpg.c:3151 g10/gpg.c:3163 #, fuzzy, c-format msgid "'%s' is not a valid signature expiration\n" msgstr "%s nie je platná znaková sada\n" -#: g10/gpg.c:3182 +#: g10/gpg.c:3185 #, fuzzy, c-format msgid "\"%s\" is not a proper mail address\n" msgstr "Neplatná e-mailová adresa\n" -#: g10/gpg.c:3214 sm/gpgsm.c:1265 +#: g10/gpg.c:3217 sm/gpgsm.c:1270 #, fuzzy, c-format msgid "invalid pinentry mode '%s'\n" msgstr "neplatný hashovacà algoritmus `%s'\n" -#: g10/gpg.c:3220 sm/gpgsm.c:1271 +#: g10/gpg.c:3223 sm/gpgsm.c:1276 #, fuzzy, c-format msgid "invalid request origin '%s'\n" msgstr "neplatný parameter pre import\n" -#: g10/gpg.c:3277 +#: g10/gpg.c:3280 #, fuzzy, c-format msgid "'%s' is not a valid character set\n" msgstr "%s nie je platná znaková sada\n" -#: g10/gpg.c:3299 g10/gpg.c:3508 g10/keyedit.c:5319 +#: g10/gpg.c:3302 g10/gpg.c:3511 g10/keyedit.c:5319 #, fuzzy, c-format msgid "could not parse keyserver URL\n" msgstr "nemožno použiÅ¥ URI servera kľúÄov - chyba analýzy URI\n" -#: g10/gpg.c:3317 +#: g10/gpg.c:3320 #, fuzzy, c-format msgid "%s:%d: invalid keyserver options\n" msgstr "%s:%d: neplatný parameter pre export\n" -#: g10/gpg.c:3320 +#: g10/gpg.c:3323 #, fuzzy, c-format msgid "invalid keyserver options\n" msgstr "neplatný parameter pre export\n" -#: g10/gpg.c:3327 +#: g10/gpg.c:3330 #, c-format msgid "%s:%d: invalid import options\n" msgstr "%s:%d: neplatný parameter pre import\n" -#: g10/gpg.c:3330 +#: g10/gpg.c:3333 #, c-format msgid "invalid import options\n" msgstr "neplatný parameter pre import\n" -#: g10/gpg.c:3336 g10/gpg.c:3351 +#: g10/gpg.c:3339 g10/gpg.c:3354 #, fuzzy, c-format msgid "invalid filter option: %s\n" msgstr "neplatný parameter pre import\n" -#: g10/gpg.c:3342 +#: g10/gpg.c:3345 #, c-format msgid "%s:%d: invalid export options\n" msgstr "%s:%d: neplatný parameter pre export\n" -#: g10/gpg.c:3345 +#: g10/gpg.c:3348 #, c-format msgid "invalid export options\n" msgstr "neplatný parameter pre export\n" -#: g10/gpg.c:3357 +#: g10/gpg.c:3360 #, fuzzy, c-format msgid "%s:%d: invalid list options\n" msgstr "%s:%d: neplatný parameter pre import\n" -#: g10/gpg.c:3360 +#: g10/gpg.c:3363 #, fuzzy, c-format msgid "invalid list options\n" msgstr "neplatný parameter pre import\n" -#: g10/gpg.c:3368 +#: g10/gpg.c:3371 msgid "display photo IDs during signature verification" msgstr "" -#: g10/gpg.c:3370 +#: g10/gpg.c:3373 msgid "show policy URLs during signature verification" msgstr "" -#: g10/gpg.c:3372 +#: g10/gpg.c:3375 #, fuzzy msgid "show all notations during signature verification" msgstr "%s nie je platná znaková sada\n" -#: g10/gpg.c:3374 +#: g10/gpg.c:3377 msgid "show IETF standard notations during signature verification" msgstr "" -#: g10/gpg.c:3378 +#: g10/gpg.c:3381 msgid "show user-supplied notations during signature verification" msgstr "" -#: g10/gpg.c:3380 +#: g10/gpg.c:3383 #, fuzzy msgid "show preferred keyserver URLs during signature verification" msgstr "zadané URL pre podpisovú politiku je neplatné\n" -#: g10/gpg.c:3382 +#: g10/gpg.c:3385 #, fuzzy msgid "show user ID validity during signature verification" msgstr "%s nie je platná znaková sada\n" -#: g10/gpg.c:3384 +#: g10/gpg.c:3387 msgid "show revoked and expired user IDs in signature verification" msgstr "" -#: g10/gpg.c:3386 +#: g10/gpg.c:3389 #, fuzzy msgid "show only the primary user ID in signature verification" msgstr "%s nie je platná znaková sada\n" -#: g10/gpg.c:3393 +#: g10/gpg.c:3396 #, fuzzy, c-format msgid "%s:%d: invalid verify options\n" msgstr "%s:%d: neplatný parameter pre export\n" -#: g10/gpg.c:3396 +#: g10/gpg.c:3399 #, fuzzy, c-format msgid "invalid verify options\n" msgstr "neplatný parameter pre export\n" -#: g10/gpg.c:3403 +#: g10/gpg.c:3406 #, c-format msgid "unable to set exec-path to %s\n" msgstr "nemožno nastaviÅ¥ exec-path na %s\n" -#: g10/gpg.c:3610 +#: g10/gpg.c:3613 #, fuzzy, c-format msgid "%s:%d: invalid auto-key-locate list\n" msgstr "%s:%d: neplatný parameter pre export\n" -#: g10/gpg.c:3613 +#: g10/gpg.c:3616 #, c-format msgid "invalid auto-key-locate list\n" msgstr "" -#: g10/gpg.c:3622 +#: g10/gpg.c:3625 #, fuzzy, c-format msgid "invalid argument for option \"%.50s\"\n" msgstr "neplatný parameter pre import\n" -#: g10/gpg.c:3776 sm/gpgsm.c:1642 +#: g10/gpg.c:3807 sm/gpgsm.c:1675 #, c-format msgid "WARNING: program may create a core file!\n" msgstr "VAROVANIE: program môže vytvoriÅ¥ súbor core!\n" -#: g10/gpg.c:3790 +#: g10/gpg.c:3821 #, c-format msgid "WARNING: %s overrides %s\n" msgstr "VAROVANIE: %s prepÃÅ¡e %s\n" -#: g10/gpg.c:3799 +#: g10/gpg.c:3830 #, c-format msgid "%s not allowed with %s!\n" msgstr "Nie je dovolené použÃvaÅ¥ %s s %s!\n" -#: g10/gpg.c:3802 +#: g10/gpg.c:3833 #, c-format msgid "%s makes no sense with %s!\n" msgstr "%s nedáva s %s zmysel!\n" -#: g10/gpg.c:3817 sm/gpgsm.c:1663 dirmngr/dirmngr.c:1114 +#: g10/gpg.c:3848 sm/gpgsm.c:1696 dirmngr/dirmngr.c:1123 #, c-format msgid "WARNING: running with faked system time: " msgstr "" -#: g10/gpg.c:3838 +#: g10/gpg.c:3869 #, fuzzy, c-format msgid "will not run with insecure memory due to %s\n" msgstr "zapisujem tajný kÄ¾ÃºÄ do `%s'\n" -#: g10/gpg.c:3866 g10/gpg.c:3897 sm/gpgsm.c:1730 +#: g10/gpg.c:3897 g10/gpg.c:3928 sm/gpgsm.c:1763 #, c-format msgid "selected cipher algorithm is invalid\n" msgstr "vybraný Å¡ifrovacà algoritmus je neplatný\n" -#: g10/gpg.c:3873 +#: g10/gpg.c:3904 #, fuzzy, c-format #| msgid "selected digest algorithm is invalid\n" msgid "selected AEAD algorithm is invalid\n" msgstr "vybraný hashovacà algoritmus je neplatný\n" -#: g10/gpg.c:3885 +#: g10/gpg.c:3916 #, fuzzy, c-format msgid "selected compression algorithm is invalid\n" msgstr "vybraný Å¡ifrovacà algoritmus je neplatný\n" -#: g10/gpg.c:3891 +#: g10/gpg.c:3922 #, c-format msgid "selected certification digest algorithm is invalid\n" msgstr "vybraný hashovacà algoritmus je neplatný\n" -#: g10/gpg.c:3906 +#: g10/gpg.c:3937 #, c-format msgid "completes-needed must be greater than 0\n" msgstr "položka completes-needed musà byÅ¥ väÄÅ¡ia ako 0\n" -#: g10/gpg.c:3908 +#: g10/gpg.c:3939 #, c-format msgid "marginals-needed must be greater than 1\n" msgstr "položka marginals-needed musà byÅ¥ väÄÅ¡ia ako 1\n" -#: g10/gpg.c:3910 +#: g10/gpg.c:3941 #, fuzzy, c-format msgid "max-cert-depth must be in the range from 1 to 255\n" msgstr "položka max-cert-depth musà byÅ¥ v rozmedzà od 1 do 255\n" -#: g10/gpg.c:3912 +#: g10/gpg.c:3943 #, c-format msgid "invalid default-cert-level; must be 0, 1, 2, or 3\n" msgstr "neplatná implicitná úroveň certifikácie; musà byÅ¥ 0, 1, 2 alebo 3\n" -#: g10/gpg.c:3914 +#: g10/gpg.c:3945 #, c-format msgid "invalid min-cert-level; must be 1, 2, or 3\n" msgstr "neplatná minimálna úroveň certifikácie; musà byÅ¥ 0, 1, 2 alebo 3\n" -#: g10/gpg.c:3918 +#: g10/gpg.c:3949 #, fuzzy, c-format #| msgid "NOTE: simple S2K mode (0) is strongly discouraged\n" msgid "Note: simple S2K mode (0) is strongly discouraged\n" msgstr "POZNÃMKA: jednoduchý mód S2K (0) je dôrazne nedoporuÄovaný\n" -#: g10/gpg.c:3922 +#: g10/gpg.c:3953 #, c-format msgid "invalid S2K mode; must be 0, 1 or 3\n" msgstr "neplatný mód S2K; musà byÅ¥ 0, 1 alebo 3\n" -#: g10/gpg.c:3929 +#: g10/gpg.c:3960 #, c-format msgid "invalid default preferences\n" msgstr "neplatné defaultné predvoľby\n" -#: g10/gpg.c:3933 +#: g10/gpg.c:3964 #, c-format msgid "invalid personal cipher preferences\n" msgstr "neplatné užÃvateľské predvoľby pre Å¡ifrovanie\n" -#: g10/gpg.c:3936 +#: g10/gpg.c:3967 #, fuzzy, c-format #| msgid "invalid personal cipher preferences\n" msgid "invalid personal AEAD preferences\n" msgstr "neplatné užÃvateľské predvoľby pre Å¡ifrovanie\n" -#: g10/gpg.c:3940 +#: g10/gpg.c:3971 #, c-format msgid "invalid personal digest preferences\n" msgstr "neplatné užÃvateľské predvoľby pre hashovanie\n" -#: g10/gpg.c:3944 +#: g10/gpg.c:3975 #, c-format msgid "invalid personal compress preferences\n" msgstr "neplatné užÃvateľské predvoľby pre kompresiu\n" -#: g10/gpg.c:3953 g10/gpg.c:3958 +#: g10/gpg.c:3984 g10/gpg.c:3989 #, fuzzy, c-format #| msgid "keysize invalid; using %u bits\n" msgid "chunk size invalid - using %d\n" msgstr "neplatná dĺžka kľúÄa; použijem %u bitov\n" -#: g10/gpg.c:3995 +#: g10/gpg.c:4026 #, c-format msgid "%s does not yet work with %s\n" msgstr "%s eÅ¡te nepracuje s %s\n" -#: g10/gpg.c:4058 +#: g10/gpg.c:4089 #, fuzzy, c-format msgid "AEAD algorithm '%s' may not be used in %s mode\n" msgstr "nemôžete použiÅ¥ Å¡ifrovacà algoritmus \"%s\" v móde %s\n" -#: g10/gpg.c:4070 +#: g10/gpg.c:4101 #, fuzzy, c-format msgid "compression algorithm '%s' may not be used in %s mode\n" msgstr "nemôžete použiÅ¥ kompresný algoritmus \"%s\" v móde %s\n" -#: g10/gpg.c:4225 +#: g10/gpg.c:4256 #, c-format msgid "failed to initialize the TrustDB: %s\n" msgstr "nemôžem inicializovaÅ¥ databázu dôvery: %s\n" -#: g10/gpg.c:4237 +#: g10/gpg.c:4268 #, c-format msgid "WARNING: recipients (-r) given without using public key encryption\n" msgstr "" "VAROVANIE: daný adresát (-r) bez použitia Å¡ifrovania s verejným kľúÄom\n" -#: g10/gpg.c:4309 +#: g10/gpg.c:4340 #, fuzzy, c-format msgid "symmetric encryption of '%s' failed: %s\n" msgstr "deÅ¡ifrovanie zlyhalo: %s\n" -#: g10/gpg.c:4338 +#: g10/gpg.c:4369 #, c-format msgid "you cannot use --symmetric --encrypt with --s2k-mode 0\n" msgstr "" -#: g10/gpg.c:4341 +#: g10/gpg.c:4372 #, fuzzy, c-format msgid "you cannot use --symmetric --encrypt in %s mode\n" msgstr "" "použitie %s nie je v móde %s dovolené\n" "\n" -#: g10/gpg.c:4399 +#: g10/gpg.c:4430 #, c-format msgid "you cannot use --symmetric --sign --encrypt with --s2k-mode 0\n" msgstr "" -#: g10/gpg.c:4402 +#: g10/gpg.c:4433 #, fuzzy, c-format msgid "you cannot use --symmetric --sign --encrypt in %s mode\n" msgstr "" "použitie %s nie je v móde %s dovolené\n" "\n" -#: g10/gpg.c:4790 g10/keyserver.c:1858 +#: g10/gpg.c:4821 g10/keyserver.c:1870 #, c-format msgid "keyserver send failed: %s\n" msgstr "nepodarilo poslaÅ¥ kÄ¾ÃºÄ na server: %s\n" -#: g10/gpg.c:4795 +#: g10/gpg.c:4826 #, c-format msgid "keyserver receive failed: %s\n" msgstr "nepodarilo sa prijaÅ¥ kÄ¾ÃºÄ zo servera: %s\n" -#: g10/gpg.c:4801 +#: g10/gpg.c:4832 #, c-format msgid "key export failed: %s\n" msgstr "nepodaril sa export kľúÄa: %s\n" -#: g10/gpg.c:4814 +#: g10/gpg.c:4845 #, fuzzy, c-format #| msgid "key export failed: %s\n" msgid "export as ssh key failed: %s\n" msgstr "nepodaril sa export kľúÄa: %s\n" -#: g10/gpg.c:4826 +#: g10/gpg.c:4857 #, c-format msgid "keyserver search failed: %s\n" msgstr "nepodarilo sa nájsÅ¥ server: %s\n" -#: g10/gpg.c:4839 +#: g10/gpg.c:4870 #, c-format msgid "keyserver refresh failed: %s\n" msgstr "aktualizácia servera zlyhala: %s\n" -#: g10/gpg.c:4906 +#: g10/gpg.c:4937 #, c-format msgid "dearmoring failed: %s\n" msgstr "dekódovanie z ASCII formátu zlyhalo: %s\n" -#: g10/gpg.c:4917 +#: g10/gpg.c:4948 #, c-format msgid "enarmoring failed: %s\n" msgstr "kódovanie do ASCII formátu zlyhalo: %s\n" -#: g10/gpg.c:5022 +#: g10/gpg.c:5053 #, fuzzy, c-format #| msgid "invalid hash algorithm `%s'\n" msgid "invalid hash algorithm '%s'\n" msgstr "neplatný hashovacà algoritmus `%s'\n" -#: g10/gpg.c:5174 g10/tofu.c:2156 +#: g10/gpg.c:5205 g10/tofu.c:2156 #, fuzzy, c-format msgid "error parsing key specification '%s': %s\n" msgstr "chyba pri vytváranà hesla: %s\n" -#: g10/gpg.c:5185 +#: g10/gpg.c:5216 #, c-format msgid "'%s' does not appear to be a valid key ID, fingerprint or keygrip\n" msgstr "" -#: g10/gpg.c:5241 +#: g10/gpg.c:5272 #, c-format msgid "WARNING: no command supplied. Trying to guess what you mean ...\n" msgstr "" -#: g10/gpg.c:5252 +#: g10/gpg.c:5283 #, c-format msgid "Go ahead and type your message ...\n" msgstr "ZaÄnite pÃsaÅ¥ svoju správu ...\n" -#: g10/gpg.c:5599 +#: g10/gpg.c:5630 #, c-format msgid "the given certification policy URL is invalid\n" msgstr "zadané URL pre certifikaÄnú politiku je neplatné\n" -#: g10/gpg.c:5601 +#: g10/gpg.c:5632 #, c-format msgid "the given signature policy URL is invalid\n" msgstr "zadané URL pre podpisovú politiku je neplatné\n" -#: g10/gpg.c:5634 +#: g10/gpg.c:5665 #, fuzzy, c-format msgid "the given preferred keyserver URL is invalid\n" msgstr "zadané URL pre podpisovú politiku je neplatné\n" @@ -3515,7 +3515,7 @@ msgstr "ZmazaÅ¥ tento kÄ¾ÃºÄ zo súboru kľúÄov? " msgid "make timestamp conflicts only a warning" msgstr "konflikt Äasového razÃtka" -#: g10/gpgv.c:86 sm/gpgsm.c:411 tools/gpgconf.c:116 tools/gpg-card.c:94 +#: g10/gpgv.c:86 sm/gpgsm.c:414 tools/gpgconf.c:116 tools/gpg-card.c:95 msgid "|FD|write status info to this FD" msgstr "|FD|zapÃsaÅ¥ informácie o stave do tohto FD" @@ -3610,273 +3610,273 @@ msgstr "" msgid "repair keys on import" msgstr "vypÃsaÅ¥ fingerprint" -#: g10/import.c:387 g10/import.c:709 +#: g10/import.c:399 g10/import.c:721 #, c-format msgid "skipping block of type %d\n" msgstr "blok typu %d bol preskoÄený\n" -#: g10/import.c:726 +#: g10/import.c:738 #, fuzzy, c-format msgid "%lu keys processed so far\n" msgstr "%lu kľúÄe boli doteraz spracované\n" -#: g10/import.c:819 +#: g10/import.c:831 #, c-format msgid "Total number processed: %lu\n" msgstr "Celkovo spracovaných kľúÄov: %lu\n" -#: g10/import.c:822 +#: g10/import.c:834 #, fuzzy, c-format #| msgid " skipped new keys: %lu\n" msgid " skipped PGP-2 keys: %lu\n" msgstr " preskoÄené nové kľúÄe: %lu\n" -#: g10/import.c:824 +#: g10/import.c:836 #, c-format msgid " skipped new keys: %lu\n" msgstr " preskoÄené nové kľúÄe: %lu\n" -#: g10/import.c:827 +#: g10/import.c:839 #, c-format msgid " w/o user IDs: %lu\n" msgstr " bez identifikátorov: %lu\n" -#: g10/import.c:830 sm/import.c:129 +#: g10/import.c:842 sm/import.c:129 #, c-format msgid " imported: %lu" msgstr " importované: %lu" -#: g10/import.c:834 sm/import.c:133 +#: g10/import.c:846 sm/import.c:133 #, c-format msgid " unchanged: %lu\n" msgstr " bez zmien: %lu\n" -#: g10/import.c:836 +#: g10/import.c:848 #, c-format msgid " new user IDs: %lu\n" msgstr " nové id užÃvateľov: %lu\n" -#: g10/import.c:838 +#: g10/import.c:850 #, c-format msgid " new subkeys: %lu\n" msgstr " nové podkľúÄe: %lu\n" -#: g10/import.c:840 +#: g10/import.c:852 #, c-format msgid " new signatures: %lu\n" msgstr " nové podpisy: %lu\n" -#: g10/import.c:842 +#: g10/import.c:854 #, c-format msgid " new key revocations: %lu\n" msgstr " nové revokácie kľúÄov: %lu\n" -#: g10/import.c:844 sm/import.c:135 +#: g10/import.c:856 sm/import.c:135 #, c-format msgid " secret keys read: %lu\n" msgstr " preÄÃtané tajné kľúÄe: %lu\n" -#: g10/import.c:846 sm/import.c:137 +#: g10/import.c:858 sm/import.c:137 #, c-format msgid " secret keys imported: %lu\n" msgstr " importované tajné kľúÄe: %lu\n" -#: g10/import.c:848 sm/import.c:139 +#: g10/import.c:860 sm/import.c:139 #, c-format msgid " secret keys unchanged: %lu\n" msgstr " tajné kľúÄe nezmenené: %lu\n" -#: g10/import.c:850 sm/import.c:141 +#: g10/import.c:862 sm/import.c:141 #, c-format msgid " not imported: %lu\n" msgstr " neimportované: %lu\n" -#: g10/import.c:852 +#: g10/import.c:864 #, fuzzy, c-format msgid " signatures cleaned: %lu\n" msgstr " nové podpisy: %lu\n" -#: g10/import.c:854 +#: g10/import.c:866 #, fuzzy, c-format msgid " user IDs cleaned: %lu\n" msgstr " preÄÃtané tajné kľúÄe: %lu\n" -#: g10/import.c:1279 +#: g10/import.c:1291 #, c-format msgid "" "WARNING: key %s contains preferences for unavailable\n" "algorithms on these user IDs:\n" msgstr "" -#: g10/import.c:1321 +#: g10/import.c:1333 #, c-format msgid " \"%s\": preference for cipher algorithm %s\n" msgstr "" -#: g10/import.c:1339 +#: g10/import.c:1351 #, fuzzy, c-format msgid " \"%s\": preference for AEAD algorithm %s\n" msgstr "%s podpis, hashovacà algoritmus %s\n" -#: g10/import.c:1354 +#: g10/import.c:1366 #, fuzzy, c-format msgid " \"%s\": preference for digest algorithm %s\n" msgstr "%s podpis, hashovacà algoritmus %s\n" -#: g10/import.c:1366 +#: g10/import.c:1378 #, c-format msgid " \"%s\": preference for compression algorithm %s\n" msgstr "" -#: g10/import.c:1379 +#: g10/import.c:1391 #, c-format msgid "it is strongly suggested that you update your preferences and\n" msgstr "" -#: g10/import.c:1381 +#: g10/import.c:1393 #, c-format msgid "re-distribute this key to avoid potential algorithm mismatch problems\n" msgstr "" -#: g10/import.c:1406 +#: g10/import.c:1418 #, c-format msgid "you can update your preferences with: gpg --edit-key %s updpref save\n" msgstr "" -#: g10/import.c:1920 g10/import.c:3041 +#: g10/import.c:1932 g10/import.c:3053 #, fuzzy, c-format msgid "key %s: no user ID\n" msgstr "kÄ¾ÃºÄ %08lX: chyba identifikátor užÃvateľa\n" -#: g10/import.c:1926 +#: g10/import.c:1938 #, fuzzy, c-format msgid "key %s: %s\n" msgstr "preskoÄený `%s': %s\n" -#: g10/import.c:1927 g10/import.c:3013 +#: g10/import.c:1939 g10/import.c:3025 msgid "rejected by import screener" msgstr "" -#: g10/import.c:1976 +#: g10/import.c:1988 #, fuzzy, c-format msgid "key %s: PKS subkey corruption repaired\n" msgstr "kÄ¾ÃºÄ %08lX: HKP poÅ¡kodenie podkľúÄa opravené\n" # c-format -#: g10/import.c:1997 +#: g10/import.c:2009 #, fuzzy, c-format msgid "key %s: accepted non self-signed user ID \"%s\"\n" msgstr "" "kÄ¾ÃºÄ %08lX: prijaté id užÃvateľa '%s', ktorý nie je podpÃsaný nÃm samým\n" -#: g10/import.c:2008 g10/import.c:2039 +#: g10/import.c:2020 g10/import.c:2051 #, fuzzy, c-format msgid "key %s: no valid user IDs\n" msgstr "kÄ¾ÃºÄ %08lX: chýba platný identifikátor užÃvateľa\n" -#: g10/import.c:2010 +#: g10/import.c:2022 #, c-format msgid "this may be caused by a missing self-signature\n" msgstr "môže to byÅ¥ spôsobené chýbajúcim podpisom kľúÄa nÃm samým\n" -#: g10/import.c:2089 g10/import.c:3427 +#: g10/import.c:2101 g10/import.c:3439 #, fuzzy, c-format msgid "key %s: public key not found: %s\n" msgstr "kÄ¾ÃºÄ %08lX: verejný kÄ¾ÃºÄ nenájdený: %s\n" -#: g10/import.c:2095 +#: g10/import.c:2107 #, fuzzy, c-format msgid "key %s: new key - skipped\n" msgstr "kÄ¾ÃºÄ %08lX: nový kÄ¾ÃºÄ - preskoÄený\n" -#: g10/import.c:2107 +#: g10/import.c:2119 #, c-format msgid "no writable keyring found: %s\n" msgstr "nenájdený zapisovateľný súbor kľúÄov (keyring): %s\n" -#: g10/import.c:2139 g10/import.c:2241 g10/import.c:3502 +#: g10/import.c:2151 g10/import.c:2253 g10/import.c:3514 #, fuzzy, c-format #| msgid "error writing keyring `%s': %s\n" msgid "error writing keyring '%s': %s\n" msgstr "chyba pri zápise súboru kľúÄov (keyring) `%s': %s\n" -#: g10/import.c:2162 +#: g10/import.c:2174 #, fuzzy, c-format msgid "key %s: public key \"%s\" imported\n" msgstr "kÄ¾ÃºÄ %08lX: verejný kÄ¾ÃºÄ \"%s\" importovaný\n" -#: g10/import.c:2189 +#: g10/import.c:2201 #, fuzzy, c-format msgid "key %s: doesn't match our copy\n" msgstr "kÄ¾ÃºÄ %08lX: nezodpovedá naÅ¡ej kópii\n" -#: g10/import.c:2257 +#: g10/import.c:2269 #, fuzzy, c-format msgid "key %s: \"%s\" 1 new user ID\n" msgstr "kÄ¾ÃºÄ %08lX: \"%s\" 1 nový identifikátor užÃvateľa\n" -#: g10/import.c:2260 +#: g10/import.c:2272 #, fuzzy, c-format msgid "key %s: \"%s\" %d new user IDs\n" msgstr "kÄ¾ÃºÄ %08lX: \"%s\" %d nových identifikátorov užÃvateľa\n" -#: g10/import.c:2263 +#: g10/import.c:2275 #, fuzzy, c-format msgid "key %s: \"%s\" 1 new signature\n" msgstr "kÄ¾ÃºÄ %08lX: \"%s\" 1 nový podpis\n" -#: g10/import.c:2266 +#: g10/import.c:2278 #, fuzzy, c-format msgid "key %s: \"%s\" %d new signatures\n" msgstr "kÄ¾ÃºÄ %08lX: \"%s\" %d nových podpisov\n" -#: g10/import.c:2269 +#: g10/import.c:2281 #, fuzzy, c-format msgid "key %s: \"%s\" 1 new subkey\n" msgstr "kÄ¾ÃºÄ %08lX: \"%s\" 1 nový podkľúÄ\n" -#: g10/import.c:2272 +#: g10/import.c:2284 #, fuzzy, c-format msgid "key %s: \"%s\" %d new subkeys\n" msgstr "kÄ¾ÃºÄ %08lX: \"%s\" %d nových podkľúÄov\n" -#: g10/import.c:2275 +#: g10/import.c:2287 #, fuzzy, c-format msgid "key %s: \"%s\" %d signature cleaned\n" msgstr "kÄ¾ÃºÄ %08lX: \"%s\" %d nových podpisov\n" -#: g10/import.c:2278 +#: g10/import.c:2290 #, fuzzy, c-format msgid "key %s: \"%s\" %d signatures cleaned\n" msgstr "kÄ¾ÃºÄ %08lX: \"%s\" %d nových podpisov\n" -#: g10/import.c:2281 +#: g10/import.c:2293 #, fuzzy, c-format msgid "key %s: \"%s\" %d user ID cleaned\n" msgstr "kÄ¾ÃºÄ %08lX: \"%s\" %d nových identifikátorov užÃvateľa\n" -#: g10/import.c:2284 +#: g10/import.c:2296 #, fuzzy, c-format msgid "key %s: \"%s\" %d user IDs cleaned\n" msgstr "kÄ¾ÃºÄ %08lX: \"%s\" %d nových identifikátorov užÃvateľa\n" -#: g10/import.c:2320 +#: g10/import.c:2332 #, fuzzy, c-format msgid "key %s: \"%s\" not changed\n" msgstr "kÄ¾ÃºÄ %08lX: \"%s\" bez zmeny\n" -#: g10/import.c:2680 g10/import.c:2875 +#: g10/import.c:2692 g10/import.c:2887 #, fuzzy, c-format msgid "key %s: secret key imported\n" msgstr "kÄ¾ÃºÄ %08lX: tajný kÄ¾ÃºÄ importovaný\n" -#: g10/import.c:2688 +#: g10/import.c:2700 #, fuzzy, c-format #| msgid "skipped: secret key already present\n" msgid "key %s: secret key already exists\n" msgstr "preskoÄené: tajný kÄ¾ÃºÄ je už v databáze\n" -#: g10/import.c:2696 +#: g10/import.c:2708 #, fuzzy, c-format msgid "key %s: error sending to agent: %s\n" msgstr "chyba pri posielanà na `%s': %s\n" @@ -3889,204 +3889,204 @@ msgstr "chyba pri posielanà na `%s': %s\n" #. * Instead, user should be suggested to run 'gpg --card-status', #. * then, references to a card will be automatically created #. * again. -#: g10/import.c:2865 +#: g10/import.c:2877 #, c-format msgid "To migrate '%s', with each smartcard, run: %s\n" msgstr "" -#: g10/import.c:3012 +#: g10/import.c:3024 #, fuzzy, c-format msgid "secret key %s: %s\n" msgstr "tajný kÄ¾ÃºÄ `%s' nebol nájdený: %s\n" -#: g10/import.c:3033 g10/import.c:3072 +#: g10/import.c:3045 g10/import.c:3084 #, fuzzy, c-format msgid "importing secret keys not allowed\n" msgstr "zapisujem tajný kÄ¾ÃºÄ do `%s'\n" -#: g10/import.c:3060 +#: g10/import.c:3072 #, fuzzy, c-format msgid "key %s: secret key with invalid cipher %d - skipped\n" msgstr "kÄ¾ÃºÄ %08lX: tajný kÄ¾ÃºÄ bez verejného kľúÄa %d - preskoÄené\n" -#: g10/import.c:3222 g10/pkclist.c:75 g10/revoke.c:774 +#: g10/import.c:3234 g10/pkclist.c:75 g10/revoke.c:774 msgid "No reason specified" msgstr "Dôvod nebol Å¡pecifikovaný" -#: g10/import.c:3223 g10/pkclist.c:77 g10/revoke.c:776 +#: g10/import.c:3235 g10/pkclist.c:77 g10/revoke.c:776 msgid "Key is superseded" msgstr "KÄ¾ÃºÄ je nahradený" -#: g10/import.c:3224 g10/pkclist.c:79 g10/revoke.c:775 +#: g10/import.c:3236 g10/pkclist.c:79 g10/revoke.c:775 msgid "Key has been compromised" msgstr "KÄ¾ÃºÄ bol skompromitovaný" -#: g10/import.c:3225 g10/pkclist.c:81 g10/revoke.c:777 +#: g10/import.c:3237 g10/pkclist.c:81 g10/revoke.c:777 msgid "Key is no longer used" msgstr "KÄ¾ÃºÄ sa už nepoužÃva" -#: g10/import.c:3226 g10/pkclist.c:83 g10/revoke.c:778 +#: g10/import.c:3238 g10/pkclist.c:83 g10/revoke.c:778 msgid "User ID is no longer valid" msgstr "Identifikátor užÃvateľa už neplatÃ" -#: g10/import.c:3351 g10/keylist.c:1105 g10/pkclist.c:87 +#: g10/import.c:3363 g10/keylist.c:1105 g10/pkclist.c:87 #, c-format msgid "reason for revocation: " msgstr "dôvod na revokáciu: " -#: g10/import.c:3370 g10/keylist.c:1124 g10/pkclist.c:103 +#: g10/import.c:3382 g10/keylist.c:1124 g10/pkclist.c:103 #, c-format msgid "revocation comment: " msgstr "revokaÄná poznámka: " -#: g10/import.c:3420 +#: g10/import.c:3432 #, fuzzy, c-format msgid "key %s: no public key - can't apply revocation certificate\n" msgstr "" "kÄ¾ÃºÄ %08lX: chýba verejný kÄ¾ÃºÄ - nemôžem aplikovaÅ¥ revokaÄný certifikát\n" -#: g10/import.c:3449 +#: g10/import.c:3461 #, fuzzy, c-format msgid "key %s: can't locate original keyblock: %s\n" msgstr "kÄ¾ÃºÄ %08lX: nemôžem nájsÅ¥ originálny blok kľúÄa: %s\n" -#: g10/import.c:3456 +#: g10/import.c:3468 #, fuzzy, c-format msgid "key %s: can't read original keyblock: %s\n" msgstr "kÄ¾ÃºÄ %08lX: nemôžem ÄÃtaÅ¥ originálny blok kľúÄa: %s\n" -#: g10/import.c:3476 +#: g10/import.c:3488 #, fuzzy, c-format msgid "key %s: invalid revocation certificate: %s - rejected\n" msgstr "kÄ¾ÃºÄ %08lX: neplatný revokaÄný certifikát: %s - zamietnuté\n" -#: g10/import.c:3511 +#: g10/import.c:3523 #, fuzzy, c-format msgid "key %s: \"%s\" revocation certificate imported\n" msgstr "kÄ¾ÃºÄ %08lX: \"%s\" revokaÄný certifikát importovaný\n" -#: g10/import.c:3597 +#: g10/import.c:3609 #, fuzzy, c-format msgid "key %s: no user ID for signature\n" msgstr "kÄ¾ÃºÄ %08lX: neexistuje id užÃvateľa pre podpis\n" -#: g10/import.c:3614 +#: g10/import.c:3626 #, fuzzy, c-format msgid "key %s: unsupported public key algorithm on user ID \"%s\"\n" msgstr "" "kÄ¾ÃºÄ %08lX: nepodporovaný algoritmus verejného kľúÄa u užÃvateľského id \"%s" "\"\n" -#: g10/import.c:3616 +#: g10/import.c:3628 #, fuzzy, c-format msgid "key %s: invalid self-signature on user ID \"%s\"\n" msgstr "" "kÄ¾ÃºÄ %08lX: neplatný podpis kľúÄa nÃm samým u užÃvateľského id \"%s\"\n" -#: g10/import.c:3633 g10/import.c:3661 g10/import.c:3717 +#: g10/import.c:3645 g10/import.c:3673 g10/import.c:3729 #, fuzzy, c-format msgid "key %s: unsupported public key algorithm\n" msgstr "kÄ¾ÃºÄ %08lX: nepodporovaný algoritmus verejného kľúÄa\n" -#: g10/import.c:3634 +#: g10/import.c:3646 #, fuzzy, c-format msgid "key %s: invalid direct key signature\n" msgstr "kÄ¾ÃºÄ %08lX: podpis kľúÄa nÃm samým (direct key signature)\n" -#: g10/import.c:3648 +#: g10/import.c:3660 #, fuzzy, c-format msgid "key %s: no subkey for key binding\n" msgstr "kÄ¾ÃºÄ %08lX: neexistuje podkÄ¾ÃºÄ pre viazanie kľúÄov\n" -#: g10/import.c:3663 +#: g10/import.c:3675 #, fuzzy, c-format msgid "key %s: invalid subkey binding\n" msgstr "kÄ¾ÃºÄ %08lX: neplatná väzba podkľúÄa\n" -#: g10/import.c:3682 +#: g10/import.c:3694 #, fuzzy, c-format msgid "key %s: removed multiple subkey binding\n" msgstr "kÄ¾ÃºÄ %08lX: zmazaná viacnásobná väzba podkľúÄa\n" -#: g10/import.c:3706 +#: g10/import.c:3718 #, fuzzy, c-format msgid "key %s: no subkey for key revocation\n" msgstr "kÄ¾ÃºÄ %08lX: neexistuje podkÄ¾ÃºÄ na revokáciu kľúÄa\n" -#: g10/import.c:3719 +#: g10/import.c:3731 #, fuzzy, c-format msgid "key %s: invalid subkey revocation\n" msgstr "kÄ¾ÃºÄ %08lX: neplatný revokaÄný podkľúÄ\n" -#: g10/import.c:3734 +#: g10/import.c:3746 #, fuzzy, c-format msgid "key %s: removed multiple subkey revocation\n" msgstr "kÄ¾ÃºÄ %08lX: zmazaná viacnásobná revokácia podkľúÄa\n" -#: g10/import.c:3778 +#: g10/import.c:3790 #, fuzzy, c-format msgid "key %s: skipped user ID \"%s\"\n" msgstr "kÄ¾ÃºÄ %08lX: identifikátor užÃvateľa preskoÄený '" -#: g10/import.c:3805 +#: g10/import.c:3817 #, fuzzy, c-format msgid "key %s: skipped subkey\n" msgstr "kÄ¾ÃºÄ %08lX: podkÄ¾ÃºÄ preskoÄený\n" -#: g10/import.c:3837 +#: g10/import.c:3849 #, fuzzy, c-format msgid "key %s: non exportable signature (class 0x%02X) - skipped\n" msgstr "kÄ¾ÃºÄ %08lX: podpis nie je exportovateľný (trieda %02x) - preskoÄené\n" -#: g10/import.c:3848 +#: g10/import.c:3860 #, fuzzy, c-format msgid "key %s: revocation certificate at wrong place - skipped\n" msgstr "kÄ¾ÃºÄ %08lX: revokaÄný certifikát na zlom mieste - preskoÄené \n" -#: g10/import.c:3866 +#: g10/import.c:3878 #, fuzzy, c-format msgid "key %s: invalid revocation certificate: %s - skipped\n" msgstr "kÄ¾ÃºÄ %08lX: neplatný revokaÄný certifikát: %s - preskoÄené\n" -#: g10/import.c:3880 +#: g10/import.c:3892 #, fuzzy, c-format msgid "key %s: subkey signature in wrong place - skipped\n" msgstr "kÄ¾ÃºÄ %08lX: podpis subkľúÄa na zlom mieste - preskoÄené \n" -#: g10/import.c:3888 +#: g10/import.c:3900 #, fuzzy, c-format msgid "key %s: unexpected signature class (0x%02X) - skipped\n" msgstr "kÄ¾ÃºÄ %08lX: neoÄakávaná podpisová trieda (0x%02X) - preskoÄené\n" -#: g10/import.c:4061 +#: g10/import.c:4073 #, fuzzy, c-format msgid "key %s: duplicated user ID detected - merged\n" msgstr "kÄ¾ÃºÄ %08lX: zistený duplikovaný identifikátor užÃvateľa - zlúÄený\n" -#: g10/import.c:4168 +#: g10/import.c:4180 #, fuzzy, c-format msgid "key %s: duplicated subkeys detected - merged\n" msgstr "kÄ¾ÃºÄ %08lX: zistený duplikovaný identifikátor užÃvateľa - zlúÄený\n" -#: g10/import.c:4233 +#: g10/import.c:4245 #, fuzzy, c-format msgid "WARNING: key %s may be revoked: fetching revocation key %s\n" msgstr "" "VAROVANIE: kÄ¾ÃºÄ %08lX môže byÅ¥ revokovaný: skúšam zÃskaÅ¥ revokaÄný kÄ¾ÃºÄ " "%08lX\n" -#: g10/import.c:4249 +#: g10/import.c:4261 #, fuzzy, c-format msgid "WARNING: key %s may be revoked: revocation key %s not present.\n" msgstr "" "VAROVANIE: kÄ¾ÃºÄ %08lX môže byÅ¥ revokovaný: revokaÄný kÄ¾ÃºÄ %08lX nenájdený.\n" -#: g10/import.c:4315 +#: g10/import.c:4327 #, fuzzy, c-format msgid "key %s: \"%s\" revocation certificate added\n" msgstr "kÄ¾ÃºÄ %08lX: pridaný revokaÄný certifikát \"%s\"\n" -#: g10/import.c:4353 +#: g10/import.c:4365 #, fuzzy, c-format msgid "key %s: direct key signature added\n" msgstr "kÄ¾ÃºÄ %08lX: podpis kľúÄa nÃm samým (direct key signature)\n" @@ -4979,13 +4979,13 @@ msgstr "" "byÅ¥ správne, pokiaľ znovu nespustÃte program.\n" #: g10/keyedit.c:4016 g10/keyedit.c:4447 g10/keyserver.c:535 -#: g10/mainproc.c:2277 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 +#: g10/mainproc.c:2280 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 #, fuzzy msgid "revoked" msgstr "[revokované]" #: g10/keyedit.c:4018 g10/keyedit.c:4449 g10/keyserver.c:539 -#: g10/mainproc.c:2279 g10/tofu.c:1792 g10/trust.c:124 +#: g10/mainproc.c:2282 g10/tofu.c:1792 g10/trust.c:124 #, fuzzy msgid "expired" msgstr "expire" @@ -5529,7 +5529,7 @@ msgstr " (%d) RSA (len na Å¡ifrovanie)\n" msgid "Enter the keygrip: " msgstr "Podpisová notácia: " -#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2279 +#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2280 #, c-format msgid "Not a valid keygrip (expecting 40 hex digits)\n" msgstr "" @@ -5539,13 +5539,13 @@ msgstr "" msgid "No key with this keygrip\n" msgstr "Neexistuje identifikátor užÃvateľa s indexom %d\n" -#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3437 g10/keygen.c:3448 +#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3440 g10/keygen.c:3451 #: sm/certreqgen-ui.c:231 sm/certreqgen-ui.c:240 #, fuzzy, c-format msgid "error reading the card: %s\n" msgstr "%s: chyba pri ÄÃtanà voľného záznamu: %s\n" -#: g10/keygen.c:2292 g10/keygen.c:3441 sm/certreqgen-ui.c:234 +#: g10/keygen.c:2292 g10/keygen.c:3444 sm/certreqgen-ui.c:234 #, fuzzy, c-format msgid "Serial number of the card: %s\n" msgstr "chyba pri vytváranà hesla: %s\n" @@ -5797,13 +5797,18 @@ msgstr "" "použÃvaÅ¥ disky); vÄaka tomu má generátor lepÅ¡iu Å¡ancu zÃskaÅ¥ dostatok " "entropie.\n" -#: g10/keygen.c:4570 g10/keygen.c:4643 g10/keygen.c:4661 g10/keygen.c:4690 -#: g10/keygen.c:5066 g10/keygen.c:5612 g10/keygen.c:5923 g10/keygen.c:6030 +#: g10/keygen.c:3591 +#, c-format +msgid "WARNING: v4 is specified, but overridden by v5.\n" +msgstr "" + +#: g10/keygen.c:4590 g10/keygen.c:4663 g10/keygen.c:4681 g10/keygen.c:4710 +#: g10/keygen.c:5086 g10/keygen.c:5632 g10/keygen.c:5943 g10/keygen.c:6050 #, c-format msgid "Key generation failed: %s\n" msgstr "Vytvorenie kľúÄa sa nepodarilo: %s\n" -#: g10/keygen.c:4579 +#: g10/keygen.c:4599 #, c-format msgid "" "About to create a key for:\n" @@ -5811,67 +5816,67 @@ msgid "" "\n" msgstr "" -#: g10/keygen.c:4581 +#: g10/keygen.c:4601 msgid "Continue? (Y/n) " msgstr "" -#: g10/keygen.c:4602 +#: g10/keygen.c:4622 #, fuzzy, c-format msgid "A key for \"%s\" already exists\n" msgstr "`%s' je už skomprimovaný\n" -#: g10/keygen.c:4607 +#: g10/keygen.c:4627 #, fuzzy msgid "Create anyway? (y/N) " msgstr "PoužiÅ¥ napriek tomu tento kľúÄ? " -#: g10/keygen.c:4613 +#: g10/keygen.c:4633 #, fuzzy, c-format msgid "creating anyway\n" msgstr "vytvoriÅ¥ nový pár kľúÄov" -#: g10/keygen.c:5049 +#: g10/keygen.c:5069 #, c-format msgid "Note: Use \"%s %s\" for a full featured key generation dialog.\n" msgstr "" -#: g10/keygen.c:5098 +#: g10/keygen.c:5118 #, c-format msgid "Key generation canceled.\n" msgstr "Vytváranie kľúÄa bolo zruÅ¡ené.\n" -#: g10/keygen.c:5158 +#: g10/keygen.c:5178 #, fuzzy, c-format msgid "can't create backup file '%s': %s\n" msgstr "nemôžem vytvoriÅ¥ `%s': %s\n" -#: g10/keygen.c:5178 +#: g10/keygen.c:5198 #, fuzzy, c-format msgid "Note: backup of card key saved to '%s'\n" msgstr "POZNÃMKA: platnosÅ¥ tajného kľúÄa %08lX skonÄila %s\n" -#: g10/keygen.c:5339 g10/keygen.c:5541 +#: g10/keygen.c:5359 g10/keygen.c:5561 #, fuzzy, c-format #| msgid "writing public key to `%s'\n" msgid "writing public key to '%s'\n" msgstr "zapisujem verejný kÄ¾ÃºÄ do `%s'\n" -#: g10/keygen.c:5535 +#: g10/keygen.c:5555 #, c-format msgid "no writable public keyring found: %s\n" msgstr "nenájdený zapisovateľný súbor verejných kľúÄov (pubring): %s\n" -#: g10/keygen.c:5549 +#: g10/keygen.c:5569 #, fuzzy, c-format #| msgid "error writing public keyring `%s': %s\n" msgid "error writing public keyring '%s': %s\n" msgstr "chyba pri zápise do súboru verejných kľúÄov `%s': %s\n" -#: g10/keygen.c:5583 +#: g10/keygen.c:5603 msgid "public and secret key created and signed.\n" msgstr "verejný a tajný kÄ¾ÃºÄ boli vytvorené a podpÃsané.\n" -#: g10/keygen.c:5599 +#: g10/keygen.c:5619 #, fuzzy msgid "" "Note that this key cannot be used for encryption. You may want to use\n" @@ -5880,7 +5885,7 @@ msgstr "" "Tento kÄ¾ÃºÄ nemôže byÅ¥ použitý na Å¡ifrovanie. Pre vytvorenie\n" "sekundárneho kľúÄa na tento úÄel môžete použiÅ¥ prÃkaz \"--edit-key\".\n" -#: g10/keygen.c:5781 g10/keygen.c:5980 +#: g10/keygen.c:5801 g10/keygen.c:6000 #, c-format msgid "" "key has been created %lu second in future (time warp or clock problem)\n" @@ -5888,7 +5893,7 @@ msgstr "" "kÄ¾ÃºÄ bol vytvorený %lu sekund v budúcnosti (doÅ¡lo k zmene Äasu alebo\n" "je problém so systémovým Äasom)\n" -#: g10/keygen.c:5783 g10/keygen.c:5982 +#: g10/keygen.c:5803 g10/keygen.c:6002 #, c-format msgid "" "key has been created %lu seconds in future (time warp or clock problem)\n" @@ -5896,23 +5901,23 @@ msgstr "" "kÄ¾ÃºÄ bol vytvorený %lu sekund v budúcnosti (doÅ¡lo k zmene Äasu alebo\n" "je problém so systémovým Äasom)\n" -#: g10/keygen.c:5794 g10/keygen.c:5993 +#: g10/keygen.c:5814 g10/keygen.c:6013 #, fuzzy, c-format #| msgid "NOTE: creating subkeys for v3 keys is not OpenPGP compliant\n" msgid "Note: creating subkeys for v3 keys is not OpenPGP compliant\n" msgstr "POZNÃMKA: vytvorenie podkľúÄa pre kľúÄe v3 nie je v súlade s OpenPGP\n" -#: g10/keygen.c:5806 g10/keygen.c:5808 +#: g10/keygen.c:5826 g10/keygen.c:5828 #, c-format msgid "Secret parts of primary key are not available.\n" msgstr "Tajné Äasti primárneho kľúÄa nie sú dostupné.\n" -#: g10/keygen.c:5815 g10/keygen.c:5817 +#: g10/keygen.c:5835 g10/keygen.c:5837 #, fuzzy, c-format msgid "Secret parts of primary key are stored on-card.\n" msgstr "Tajné Äasti primárneho kľúÄa nie sú dostupné.\n" -#: g10/keygen.c:5837 g10/keygen.c:6007 +#: g10/keygen.c:5857 g10/keygen.c:6027 #, fuzzy msgid "Really create? (y/N) " msgstr "SkutoÄne vytvoriÅ¥? " @@ -6071,61 +6076,61 @@ msgstr "neplatný parameter pre export\n" msgid "\"%s\" not a key ID: skipping\n" msgstr "" -#: g10/keyserver.c:1418 g10/keyserver.c:1451 +#: g10/keyserver.c:1420 g10/keyserver.c:1453 #, fuzzy, c-format msgid "refreshing %d key from %s\n" msgid_plural "refreshing %d keys from %s\n" msgstr[0] "požadujem kÄ¾ÃºÄ %08lX z %s\n" msgstr[1] "požadujem kÄ¾ÃºÄ %08lX z %s\n" -#: g10/keyserver.c:1425 +#: g10/keyserver.c:1427 #, fuzzy, c-format msgid "WARNING: unable to refresh key %s via %s: %s\n" msgstr "VAROVANIE: nemôžem vymazaÅ¥ doÄasný súbor (%s) `%s': %s\n" -#: g10/keyserver.c:1529 +#: g10/keyserver.c:1531 #, fuzzy, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "kÄ¾ÃºÄ `%s' nebol nájdený: %s\n" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1534 #, fuzzy, c-format msgid "key not found on keyserver\n" msgstr "kÄ¾ÃºÄ `%s' nebol nájdený: %s\n" -#: g10/keyserver.c:1720 +#: g10/keyserver.c:1722 #, fuzzy, c-format msgid "requesting key %s from %s server %s\n" msgstr "požadujem kÄ¾ÃºÄ %08lX z %s\n" -#: g10/keyserver.c:1724 +#: g10/keyserver.c:1726 #, fuzzy, c-format msgid "requesting key %s from %s\n" msgstr "požadujem kÄ¾ÃºÄ %08lX z %s\n" -#: g10/keyserver.c:1829 g10/keyserver.c:2008 +#: g10/keyserver.c:1841 g10/keyserver.c:2020 #, fuzzy, c-format msgid "no keyserver known\n" msgstr "neplatný parameter pre export\n" -#: g10/keyserver.c:1844 g10/skclist.c:213 g10/skclist.c:241 +#: g10/keyserver.c:1856 g10/skclist.c:213 g10/skclist.c:241 #, fuzzy, c-format msgid "skipped \"%s\": %s\n" msgstr "preskoÄený `%s': %s\n" -#: g10/keyserver.c:1848 +#: g10/keyserver.c:1860 #, fuzzy, c-format msgid "sending key %s to %s\n" msgstr "" "\"\n" "podpÃsané VaÅ¡Ãm kľúÄom %08lX v %s\n" -#: g10/keyserver.c:1889 +#: g10/keyserver.c:1901 #, fuzzy, c-format msgid "requesting key from '%s'\n" msgstr "požadujem kÄ¾ÃºÄ %08lX z %s\n" -#: g10/keyserver.c:1905 +#: g10/keyserver.c:1917 #, fuzzy, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "VAROVANIE: nemôžem vymazaÅ¥ doÄasný súbor (%s) `%s': %s\n" @@ -6323,87 +6328,87 @@ msgstr " alias \"" msgid "Key available at: " msgstr "KÄ¾ÃºÄ k dispozÃcii na: " -#: g10/mainproc.c:2033 +#: g10/mainproc.c:2034 #, c-format msgid "Note: Use '%s' to make use of this info\n" msgstr "" -#: g10/mainproc.c:2231 +#: g10/mainproc.c:2234 msgid "[uncertain]" msgstr "[neistý] " -#: g10/mainproc.c:2269 +#: g10/mainproc.c:2272 #, fuzzy, c-format msgid " aka \"%s\"" msgstr " alias \"" -#: g10/mainproc.c:2344 +#: g10/mainproc.c:2347 #, fuzzy, c-format #| msgid "WARNING: This key is not certified with a trusted signature!\n" msgid "WARNING: This key is not suitable for signing in %s mode\n" msgstr "VAROVANIE: Tento kÄ¾ÃºÄ nie certifikovaný dôveryhodným podpisom!\n" -#: g10/mainproc.c:2360 +#: g10/mainproc.c:2363 #, c-format msgid "Signature expired %s\n" msgstr "PlatnosÅ¥ podpisu vyprÅ¡ala %s\n" -#: g10/mainproc.c:2365 +#: g10/mainproc.c:2368 #, c-format msgid "Signature expires %s\n" msgstr "PlatnosÅ¥ podpisu vyprÅ¡Ã %s\n" -#: g10/mainproc.c:2376 +#: g10/mainproc.c:2379 #, fuzzy, c-format #| msgid "%s signature, digest algorithm %s\n" msgid "%s signature, digest algorithm %s%s%s\n" msgstr "%s podpis, hashovacà algoritmus %s\n" -#: g10/mainproc.c:2377 +#: g10/mainproc.c:2380 msgid "binary" msgstr "binárne" -#: g10/mainproc.c:2378 +#: g10/mainproc.c:2381 msgid "textmode" msgstr "textový mód" -#: g10/mainproc.c:2378 g10/trust.c:123 dirmngr/ocsp.c:792 +#: g10/mainproc.c:2381 g10/trust.c:123 dirmngr/ocsp.c:792 msgid "unknown" msgstr "neznáme" -#: g10/mainproc.c:2380 +#: g10/mainproc.c:2383 #, fuzzy #| msgid "unknown pubkey algorithm" msgid ", key algorithm " msgstr "neznámy algoritmus verejného kľúÄa" -#: g10/mainproc.c:2415 +#: g10/mainproc.c:2418 #, c-format msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n" msgstr "" -#: g10/mainproc.c:2454 +#: g10/mainproc.c:2457 #, c-format msgid "Can't check signature: %s\n" msgstr "Nemôžem overiÅ¥ podpis: %s\n" -#: g10/mainproc.c:2550 g10/mainproc.c:2569 g10/mainproc.c:2693 +#: g10/mainproc.c:2553 g10/mainproc.c:2572 g10/mainproc.c:2696 #, c-format msgid "not a detached signature\n" msgstr "toto nie je podpis oddelený od dokumentu\n" -#: g10/mainproc.c:2603 +#: g10/mainproc.c:2606 #, c-format msgid "" "WARNING: multiple signatures detected. Only the first will be checked.\n" msgstr "VAROVANIE: Nájdené viacnásobne podpisy. Skontrolovaný bude len prvý.\n" -#: g10/mainproc.c:2612 +#: g10/mainproc.c:2615 #, c-format msgid "standalone signature of class 0x%02x\n" msgstr "samostatný podpis triedy 0x%02x\n" -#: g10/mainproc.c:2697 +#: g10/mainproc.c:2700 #, c-format msgid "old style (PGP 2.x) signature\n" msgstr "podpis starého typu (PGP 2.x)\n" @@ -8315,7 +8320,7 @@ msgstr "Použitie: gpg [možnosti] [súbory] (-h pre pomoc)" #. TRANSLATORS: Put a \x1f right before a colon. This can be #. * used by pinentry to nicely align the names and values. Keep #. * the %s at the start and end of the string. -#: scd/app-piv.c:1770 scd/app-p15.c:4741 scd/app-nks.c:1475 +#: scd/app-piv.c:1770 scd/app-p15.c:4937 scd/app-nks.c:1530 #: scd/app-openpgp.c:2386 #, c-format msgid "%sNumber: %s%%0AHolder: %s%s" @@ -8323,7 +8328,7 @@ msgstr "" #. TRANSLATORS: This is the number of remaining attempts to #. * enter a PIN. Use %%0A (double-percent,0A) for a linefeed. -#: scd/app-piv.c:1787 scd/app-p15.c:4760 scd/app-nks.c:1494 +#: scd/app-piv.c:1787 scd/app-p15.c:4956 scd/app-nks.c:1549 #: scd/app-openpgp.c:2402 #, c-format msgid "Remaining attempts: %d" @@ -8359,7 +8364,7 @@ msgstr "zmeniÅ¥ heslo" msgid "||Please enter the Unblocking Key of your PIV card" msgstr "ProsÃm výberte dôvod na revokáciu:\n" -#: scd/app-piv.c:1888 scd/app-nks.c:1605 scd/app-openpgp.c:2669 +#: scd/app-piv.c:1888 scd/app-nks.c:1660 scd/app-openpgp.c:2669 #: scd/app-openpgp.c:2693 scd/app-openpgp.c:2871 scd/app-openpgp.c:2893 #: scd/app-openpgp.c:3074 scd/app-openpgp.c:3361 scd/app-openpgp.c:3408 #: scd/app-openpgp.c:3545 scd/app-dinsig.c:302 @@ -8445,75 +8450,75 @@ msgstr[1] "Vytvorenie kľúÄa sa nepodarilo: %s\n" msgid "response does not contain the public key data\n" msgstr "" -#: scd/app-p15.c:4839 scd/app-nks.c:1983 +#: scd/app-p15.c:5035 scd/app-nks.c:2038 msgid "||Please enter the PIN for the key to create qualified signatures." msgstr "" #. TRANSLATORS: Do not translate the "|A|" prefix but keep it at #. the start of the string. Use %0A (single percent) for a linefeed. -#: scd/app-p15.c:4842 scd/app-openpgp.c:2818 +#: scd/app-p15.c:5038 scd/app-openpgp.c:2818 #, fuzzy msgid "|A|Please enter the Admin PIN" msgstr "zmeniÅ¥ heslo" -#: scd/app-p15.c:4844 scd/app-nks.c:1973 +#: scd/app-p15.c:5040 scd/app-nks.c:2028 #, fuzzy msgid "|P|Please enter the PIN Unblocking Code (PUK) for the standard keys." msgstr "ProsÃm výberte dôvod na revokáciu:\n" -#: scd/app-p15.c:4847 scd/app-nks.c:1964 +#: scd/app-p15.c:5043 scd/app-nks.c:2019 #, fuzzy msgid "||Please enter the PIN for the standard keys." msgstr "zmeniÅ¥ heslo" -#: scd/app-nks.c:1413 scd/app-openpgp.c:4321 +#: scd/app-nks.c:1468 scd/app-openpgp.c:4321 #, c-format msgid "RSA modulus missing or not of size %d bits\n" msgstr "" -#: scd/app-nks.c:1421 scd/app-openpgp.c:4333 +#: scd/app-nks.c:1476 scd/app-openpgp.c:4333 #, c-format msgid "RSA public exponent missing or larger than %d bits\n" msgstr "" -#: scd/app-nks.c:1594 +#: scd/app-nks.c:1649 #, fuzzy #| msgid "Note: This key has been disabled.\n" msgid "Note: PIN has not yet been enabled." msgstr "Poznámka: Tento kÄ¾ÃºÄ bol oznaÄený ako neplatný (disabled).\n" -#: scd/app-nks.c:1641 +#: scd/app-nks.c:1696 #, c-format msgid "the NullPIN has not yet been changed\n" msgstr "" -#: scd/app-nks.c:1963 +#: scd/app-nks.c:2018 #, fuzzy msgid "|N|Please enter a new PIN for the standard keys." msgstr "zmeniÅ¥ heslo" -#: scd/app-nks.c:1971 +#: scd/app-nks.c:2026 #, fuzzy msgid "|NP|Please enter a new PIN Unblocking Code (PUK) for the standard keys." msgstr "ProsÃm výberte dôvod na revokáciu:\n" -#: scd/app-nks.c:1981 +#: scd/app-nks.c:2036 msgid "|N|Please enter a new PIN for the key to create qualified signatures." msgstr "" -#: scd/app-nks.c:1991 +#: scd/app-nks.c:2046 msgid "" "|NP|Please enter a new PIN Unblocking Code (PUK) for the key to create " "qualified signatures." msgstr "" -#: scd/app-nks.c:1993 +#: scd/app-nks.c:2048 msgid "" "|P|Please enter the PIN Unblocking Code (PUK) for the key to create " "qualified signatures." msgstr "" -#: scd/app-nks.c:2166 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 +#: scd/app-nks.c:2221 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 #, fuzzy, c-format msgid "error getting new PIN: %s\n" msgstr "chyba pri vytváranà hesla: %s\n" @@ -8699,81 +8704,81 @@ msgstr "zmeniÅ¥ heslo" msgid "|N|Initial New PIN" msgstr "" -#: scd/scdaemon.c:118 +#: scd/scdaemon.c:119 msgid "run in multi server mode (foreground)" msgstr "" -#: scd/scdaemon.c:135 sm/gpgsm.c:271 dirmngr/dirmngr.c:197 +#: scd/scdaemon.c:136 sm/gpgsm.c:274 dirmngr/dirmngr.c:198 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "" -#: scd/scdaemon.c:141 +#: scd/scdaemon.c:142 #, fuzzy msgid "|FILE|write a log to FILE" msgstr "|SÚBOR|nahraÅ¥ rozÅ¡irujúci modul SÚBOR" -#: scd/scdaemon.c:148 +#: scd/scdaemon.c:149 msgid "|N|connect to reader at port N" msgstr "" -#: scd/scdaemon.c:150 +#: scd/scdaemon.c:151 #, fuzzy msgid "|NAME|use NAME as ct-API driver" msgstr "|MENO|použiÅ¥ MENO ako implicitného adresáta" -#: scd/scdaemon.c:152 +#: scd/scdaemon.c:153 #, fuzzy msgid "|NAME|use NAME as PC/SC driver" msgstr "|MENO|použiÅ¥ MENO ako implicitného adresáta" -#: scd/scdaemon.c:156 +#: scd/scdaemon.c:157 #, fuzzy msgid "do not use the internal CCID driver" msgstr "vôbec nepoužÃvaÅ¥ terminál" -#: scd/scdaemon.c:162 +#: scd/scdaemon.c:163 msgid "|N|disconnect the card after N seconds of inactivity" msgstr "" -#: scd/scdaemon.c:165 +#: scd/scdaemon.c:166 msgid "do not use a reader's pinpad" msgstr "" -#: scd/scdaemon.c:168 +#: scd/scdaemon.c:169 msgid "use variable length input for pinpad" msgstr "" -#: scd/scdaemon.c:171 +#: scd/scdaemon.c:172 msgid "|LIST|change the application priority to LIST" msgstr "" -#: scd/scdaemon.c:179 +#: scd/scdaemon.c:180 #, fuzzy msgid "deny the use of admin card commands" msgstr "konfliktné prÃkazy\n" -#: scd/scdaemon.c:324 +#: scd/scdaemon.c:325 #, fuzzy msgid "Usage: @SCDAEMON@ [options] (-h for help)" msgstr "Použitie: gpg [možnosti] [súbory] (-h pre pomoc)" -#: scd/scdaemon.c:326 +#: scd/scdaemon.c:327 msgid "" "Syntax: scdaemon [options] [command [args]]\n" "Smartcard daemon for @GNUPG@\n" msgstr "" -#: scd/scdaemon.c:807 +#: scd/scdaemon.c:819 #, c-format msgid "please use the option '--daemon' to run the program in the background\n" msgstr "" -#: scd/scdaemon.c:1183 dirmngr/dirmngr.c:2077 +#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2104 #, c-format msgid "handler for fd %d started\n" msgstr "" -#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2085 +#: scd/scdaemon.c:1207 dirmngr/dirmngr.c:2112 #, c-format msgid "handler for fd %d terminated\n" msgstr "" @@ -9056,7 +9061,7 @@ msgid "a %u bit hash is not valid for a %u bit %s key\n" msgstr "" #: sm/certcheck.c:239 sm/certcheck.c:263 dirmngr/crlcache.c:1542 -#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1363 dirmngr/validate.c:903 +#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1372 dirmngr/validate.c:903 #: dirmngr/validate.c:927 #, fuzzy, c-format msgid "out of core\n" @@ -9411,143 +9416,143 @@ msgstr "zmazanie bloku kľúÄa sa nepodarilo: %s\n" msgid "no valid recipients given\n" msgstr "(Žiadny popis)\n" -#: sm/gpgsm.c:224 +#: sm/gpgsm.c:226 #, fuzzy msgid "list external keys" msgstr "vypÃsaÅ¥ zoznam tajných kľúÄov" -#: sm/gpgsm.c:226 +#: sm/gpgsm.c:228 #, fuzzy msgid "list certificate chain" msgstr "nesprávny certifikát" -#: sm/gpgsm.c:234 +#: sm/gpgsm.c:236 #, fuzzy msgid "import certificates" msgstr "nesprávny certifikát" -#: sm/gpgsm.c:235 +#: sm/gpgsm.c:237 #, fuzzy msgid "export certificates" msgstr "nesprávny certifikát" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:245 msgid "register a smartcard" msgstr "" -#: sm/gpgsm.c:246 +#: sm/gpgsm.c:248 msgid "pass a command to the dirmngr" msgstr "" -#: sm/gpgsm.c:248 +#: sm/gpgsm.c:250 msgid "invoke gpg-protect-tool" msgstr "" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:270 msgid "don't use the terminal at all" msgstr "vôbec nepoužÃvaÅ¥ terminál" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "|N|number of certificates to include" msgstr "" -#: sm/gpgsm.c:296 +#: sm/gpgsm.c:299 msgid "|FILE|take policy information from FILE" msgstr "" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "assume input is in PEM format" msgstr "" -#: sm/gpgsm.c:312 +#: sm/gpgsm.c:315 msgid "assume input is in base-64 format" msgstr "" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "assume input is in binary format" msgstr "" -#: sm/gpgsm.c:323 +#: sm/gpgsm.c:326 #, fuzzy msgid "create base-64 encoded output" msgstr "vytvor výstup zakódovaný pomocou ASCII" -#: sm/gpgsm.c:335 +#: sm/gpgsm.c:338 #, fuzzy msgid "|USER-ID|use USER-ID as default secret key" msgstr "|MENO|použi MENO ako implicitný tajný kľúÄ" -#: sm/gpgsm.c:346 +#: sm/gpgsm.c:349 #, fuzzy msgid "|FILE|add keyring to the list of keyrings" msgstr "" "pridaÅ¥ tento súbor kľúÄov do zoznamu\n" " použÃvaných súborov kľúÄov" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 #, fuzzy msgid "|SPEC|use this keyserver to lookup keys" msgstr "" "|POÄŒÃTAÄŒ|použi tento server kľúÄov na vyhľadávanie\n" " kľúÄov" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "fetch missing issuer certificates" msgstr "" -#: sm/gpgsm.c:361 +#: sm/gpgsm.c:364 #, fuzzy msgid "|NAME|use encoding NAME for PKCS#12 passphrases" msgstr "|ALG|použiÅ¥ Å¡ifrovacà algoritmus ALG pre heslá" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 msgid "never consult a CRL" msgstr "" -#: sm/gpgsm.c:386 +#: sm/gpgsm.c:389 msgid "do not check CRLs for root certificates" msgstr "" -#: sm/gpgsm.c:390 +#: sm/gpgsm.c:393 msgid "check validity using OCSP" msgstr "" -#: sm/gpgsm.c:392 +#: sm/gpgsm.c:395 msgid "do not check certificate policies" msgstr "" -#: sm/gpgsm.c:395 +#: sm/gpgsm.c:398 msgid "|NAME|use cipher algorithm NAME" msgstr "|ALG|použiÅ¥ Å¡ifrovacà algoritmus ALG" -#: sm/gpgsm.c:397 +#: sm/gpgsm.c:400 msgid "|NAME|use message digest algorithm NAME" msgstr "|ALG|použiÅ¥ hashovacà algoritmus ALG" -#: sm/gpgsm.c:407 +#: sm/gpgsm.c:410 msgid "batch mode: never ask" msgstr "dávkový režim: nikdy sa na niÄ nepýtaÅ¥" -#: sm/gpgsm.c:409 +#: sm/gpgsm.c:412 msgid "assume yes on most questions" msgstr "automaticky odpovedaÅ¥ áno na väÄÅ¡inu otázok" -#: sm/gpgsm.c:410 +#: sm/gpgsm.c:413 msgid "assume no on most questions" msgstr "automaticky odpovedaÅ¥ NIE na väÄÅ¡inu otázok" -#: sm/gpgsm.c:427 +#: sm/gpgsm.c:430 #, fuzzy msgid "|FILE|write an audit log to FILE" msgstr "|SÚBOR|nahraÅ¥ rozÅ¡irujúci modul SÚBOR" -#: sm/gpgsm.c:612 +#: sm/gpgsm.c:615 #, fuzzy #| msgid "Usage: gpg [options] [files] (-h for help)" msgid "Usage: @GPGSM@ [options] [files] (-h for help)" msgstr "Použitie: gpg [možnosti] [súbory] (-h pre pomoc)" -#: sm/gpgsm.c:615 +#: sm/gpgsm.c:618 #, fuzzy msgid "" "Syntax: @GPGSM@ [options] [files]\n" @@ -9558,52 +9563,52 @@ msgstr "" "podpÃsaÅ¥, overiÅ¥, Å¡ifrovaÅ¥ alebo deÅ¡ifrovaÅ¥\n" "implicitné operácie závisia od vstupných dát\n" -#: sm/gpgsm.c:823 +#: sm/gpgsm.c:826 #, fuzzy, c-format msgid "Note: won't be able to encrypt to '%s': %s\n" msgstr "nemôžem sa pripojiÅ¥ k `%s': %s\n" -#: sm/gpgsm.c:834 +#: sm/gpgsm.c:837 #, fuzzy, c-format msgid "unknown validation model '%s'\n" msgstr "neznámy implicitný adresát `%s'\n" -#: sm/gpgsm.c:893 dirmngr/ldapserver.c:89 +#: sm/gpgsm.c:896 dirmngr/ldapserver.c:89 #, fuzzy, c-format msgid "%s:%u: no hostname given\n" msgstr "(Žiadny popis)\n" -#: sm/gpgsm.c:912 dirmngr/ldapserver.c:108 +#: sm/gpgsm.c:915 dirmngr/ldapserver.c:108 #, c-format msgid "%s:%u: password given without user\n" msgstr "" -#: sm/gpgsm.c:943 dirmngr/ldapserver.c:139 +#: sm/gpgsm.c:946 dirmngr/ldapserver.c:139 #, c-format msgid "%s:%u: ignoring unknown flag '%s'\n" msgstr "" -#: sm/gpgsm.c:959 dirmngr/ldapserver.c:155 +#: sm/gpgsm.c:962 dirmngr/ldapserver.c:155 #, fuzzy, c-format msgid "%s:%u: skipping this line\n" msgstr " s = preskoÄiÅ¥ tento kľúÄ\n" -#: sm/gpgsm.c:1545 +#: sm/gpgsm.c:1550 #, fuzzy, c-format msgid "could not parse keyserver\n" msgstr "nemožno použiÅ¥ URI servera kľúÄov - chyba analýzy URI\n" -#: sm/gpgsm.c:1825 +#: sm/gpgsm.c:1858 #, fuzzy, c-format msgid "importing common certificates '%s'\n" msgstr "zapisujem do '%s'\n" -#: sm/gpgsm.c:1871 +#: sm/gpgsm.c:1904 #, fuzzy, c-format msgid "can't sign using '%s': %s\n" msgstr "nemôžem zavrieÅ¥ `%s': %s\n" -#: sm/gpgsm.c:2231 +#: sm/gpgsm.c:2273 #, c-format msgid "invalid command (there is no implicit command)\n" msgstr "" @@ -10567,135 +10572,135 @@ msgstr "" msgid "looking up '%s'\n" msgstr "" -#: dirmngr/dirmngr.c:174 +#: dirmngr/dirmngr.c:175 msgid "list the contents of the CRL cache" msgstr "" -#: dirmngr/dirmngr.c:175 +#: dirmngr/dirmngr.c:176 #, fuzzy msgid "|FILE|load CRL from FILE into cache" msgstr "|SÚBOR|nahraÅ¥ rozÅ¡irujúci modul SÚBOR" -#: dirmngr/dirmngr.c:176 +#: dirmngr/dirmngr.c:177 msgid "|URL|fetch a CRL from URL" msgstr "" -#: dirmngr/dirmngr.c:177 +#: dirmngr/dirmngr.c:178 msgid "shutdown the dirmngr" msgstr "" -#: dirmngr/dirmngr.c:178 +#: dirmngr/dirmngr.c:179 msgid "flush the cache" msgstr "" -#: dirmngr/dirmngr.c:211 +#: dirmngr/dirmngr.c:212 msgid "allow online software version check" msgstr "" -#: dirmngr/dirmngr.c:214 +#: dirmngr/dirmngr.c:215 msgid "|N|do not return more than N items in one query" msgstr "" -#: dirmngr/dirmngr.c:220 +#: dirmngr/dirmngr.c:221 msgid "Network related options" msgstr "" -#: dirmngr/dirmngr.c:222 +#: dirmngr/dirmngr.c:223 msgid "route all network traffic via Tor" msgstr "" -#: dirmngr/dirmngr.c:234 +#: dirmngr/dirmngr.c:235 msgid "Configuration for Keyservers" msgstr "" -#: dirmngr/dirmngr.c:237 +#: dirmngr/dirmngr.c:238 #, fuzzy msgid "|URL|use keyserver at URL" msgstr "nemožno použiÅ¥ URI servera kľúÄov - chyba analýzy URI\n" -#: dirmngr/dirmngr.c:239 +#: dirmngr/dirmngr.c:240 msgid "|FILE|use the CA certificates in FILE for HKP over TLS" msgstr "" -#: dirmngr/dirmngr.c:241 +#: dirmngr/dirmngr.c:242 msgid "Configuration for HTTP servers" msgstr "" -#: dirmngr/dirmngr.c:243 +#: dirmngr/dirmngr.c:244 msgid "inhibit the use of HTTP" msgstr "" -#: dirmngr/dirmngr.c:245 +#: dirmngr/dirmngr.c:246 msgid "ignore HTTP CRL distribution points" msgstr "" -#: dirmngr/dirmngr.c:247 +#: dirmngr/dirmngr.c:248 msgid "|URL|redirect all HTTP requests to URL" msgstr "" -#: dirmngr/dirmngr.c:249 +#: dirmngr/dirmngr.c:250 msgid "use system's HTTP proxy setting" msgstr "" -#: dirmngr/dirmngr.c:253 +#: dirmngr/dirmngr.c:254 msgid "Configuration of LDAP servers to use" msgstr "" -#: dirmngr/dirmngr.c:255 +#: dirmngr/dirmngr.c:256 msgid "inhibit the use of LDAP" msgstr "" -#: dirmngr/dirmngr.c:257 +#: dirmngr/dirmngr.c:258 msgid "ignore LDAP CRL distribution points" msgstr "" -#: dirmngr/dirmngr.c:259 +#: dirmngr/dirmngr.c:260 msgid "|HOST|use HOST for LDAP queries" msgstr "" -#: dirmngr/dirmngr.c:261 +#: dirmngr/dirmngr.c:262 msgid "do not use fallback hosts with --ldap-proxy" msgstr "" -#: dirmngr/dirmngr.c:263 +#: dirmngr/dirmngr.c:264 #, fuzzy msgid "|FILE|read LDAP server list from FILE" msgstr "|SÚBOR|nahraÅ¥ rozÅ¡irujúci modul SÚBOR" -#: dirmngr/dirmngr.c:265 +#: dirmngr/dirmngr.c:266 msgid "add new servers discovered in CRL distribution points to serverlist" msgstr "" -#: dirmngr/dirmngr.c:268 dirmngr/dirmngr_ldap.c:104 +#: dirmngr/dirmngr.c:269 dirmngr/dirmngr_ldap.c:104 msgid "|N|set LDAP timeout to N seconds" msgstr "" -#: dirmngr/dirmngr.c:271 +#: dirmngr/dirmngr.c:272 msgid "Configuration for OCSP" msgstr "" -#: dirmngr/dirmngr.c:273 +#: dirmngr/dirmngr.c:274 msgid "allow sending OCSP requests" msgstr "" -#: dirmngr/dirmngr.c:275 +#: dirmngr/dirmngr.c:276 msgid "ignore certificate contained OCSP service URLs" msgstr "" -#: dirmngr/dirmngr.c:277 +#: dirmngr/dirmngr.c:278 #, fuzzy msgid "|URL|use OCSP responder at URL" msgstr "nemožno použiÅ¥ URI servera kľúÄov - chyba analýzy URI\n" -#: dirmngr/dirmngr.c:279 +#: dirmngr/dirmngr.c:280 msgid "|FPR|OCSP response signed by FPR" msgstr "" -#: dirmngr/dirmngr.c:287 +#: dirmngr/dirmngr.c:288 msgid "force loading of outdated CRLs" msgstr "" -#: dirmngr/dirmngr.c:298 +#: dirmngr/dirmngr.c:299 #, fuzzy #| msgid "" #| "@\n" @@ -10709,95 +10714,95 @@ msgstr "" "(Použite manuálové stránky pre kompletný zoznam vÅ¡etkých prÃkazov a " "možnostÃ)\n" -#: dirmngr/dirmngr.c:440 +#: dirmngr/dirmngr.c:441 #, fuzzy msgid "Usage: @DIRMNGR@ [options] (-h for help)" msgstr "Použitie: gpg [možnosti] [súbory] (-h pre pomoc)" -#: dirmngr/dirmngr.c:442 +#: dirmngr/dirmngr.c:443 msgid "" "Syntax: @DIRMNGR@ [options] [command [args]]\n" "Keyserver, CRL, and OCSP access for @GNUPG@\n" msgstr "" -#: dirmngr/dirmngr.c:522 +#: dirmngr/dirmngr.c:523 #, c-format msgid "valid debug levels are: %s\n" msgstr "" -#: dirmngr/dirmngr.c:608 tools/gpgconf.c:667 tools/gpgconf.c:702 +#: dirmngr/dirmngr.c:609 tools/gpgconf.c:667 tools/gpgconf.c:702 #: tools/gpgconf.c:802 #, fuzzy, c-format msgid "usage: %s [options] " msgstr "použitie: gpg [možnosti] " -#: dirmngr/dirmngr.c:1251 +#: dirmngr/dirmngr.c:1260 #, fuzzy, c-format #| msgid "%s not allowed with %s!\n" msgid "colons are not allowed in the socket name\n" msgstr "Nie je dovolené použÃvaÅ¥ %s s %s!\n" -#: dirmngr/dirmngr.c:1486 dirmngr/server.c:1824 +#: dirmngr/dirmngr.c:1495 dirmngr/server.c:1824 #, fuzzy, c-format msgid "fetching CRL from '%s' failed: %s\n" msgstr "kódovanie do ASCII formátu zlyhalo: %s\n" -#: dirmngr/dirmngr.c:1492 dirmngr/server.c:1830 +#: dirmngr/dirmngr.c:1501 dirmngr/server.c:1830 #, fuzzy, c-format msgid "processing CRL from '%s' failed: %s\n" msgstr "kódovanie do ASCII formátu zlyhalo: %s\n" -#: dirmngr/dirmngr.c:1634 +#: dirmngr/dirmngr.c:1643 #, fuzzy, c-format msgid "%s:%u: line too long - skipped\n" msgstr "riadok je prÃliÅ¡ dlhý\n" -#: dirmngr/dirmngr.c:1689 dirmngr/dirmngr.c:1773 +#: dirmngr/dirmngr.c:1698 dirmngr/dirmngr.c:1782 #, fuzzy, c-format msgid "%s:%u: invalid fingerprint detected\n" msgstr "chyba: neplatný odtlaÄok\n" -#: dirmngr/dirmngr.c:1725 dirmngr/dirmngr.c:1751 tools/gpgconf-comp.c:3534 +#: dirmngr/dirmngr.c:1734 dirmngr/dirmngr.c:1760 tools/gpgconf-comp.c:3539 #, fuzzy, c-format msgid "%s:%u: read error: %s\n" msgstr "chyba pri ÄÃtanÃ: %s\n" -#: dirmngr/dirmngr.c:1780 +#: dirmngr/dirmngr.c:1789 #, c-format msgid "%s:%u: garbage at end of line ignored\n" msgstr "" -#: dirmngr/dirmngr.c:1849 +#: dirmngr/dirmngr.c:1876 #, c-format msgid "SIGHUP received - re-reading configuration and flushing caches\n" msgstr "" -#: dirmngr/dirmngr.c:1890 +#: dirmngr/dirmngr.c:1917 #, c-format msgid "SIGUSR2 received - no action defined\n" msgstr "" -#: dirmngr/dirmngr.c:1895 +#: dirmngr/dirmngr.c:1922 #, c-format msgid "SIGTERM received - shutting down ...\n" msgstr "" -#: dirmngr/dirmngr.c:1897 +#: dirmngr/dirmngr.c:1924 #, c-format msgid "SIGTERM received - still %d active connections\n" msgstr "" -#: dirmngr/dirmngr.c:1902 +#: dirmngr/dirmngr.c:1929 #, fuzzy, c-format msgid "shutdown forced\n" msgstr "nespracované" -#: dirmngr/dirmngr.c:1910 +#: dirmngr/dirmngr.c:1937 #, c-format msgid "SIGINT received - immediate shutdown\n" msgstr "" -#: dirmngr/dirmngr.c:1917 +#: dirmngr/dirmngr.c:1944 #, c-format msgid "signal %d received - no action defined\n" msgstr "" @@ -11264,7 +11269,7 @@ msgid "serialno missing in cert ID" msgstr "" #: dirmngr/server.c:1387 dirmngr/server.c:1473 dirmngr/server.c:1909 -#: dirmngr/server.c:1980 dirmngr/server.c:2552 dirmngr/server.c:2567 +#: dirmngr/server.c:1980 dirmngr/server.c:2556 dirmngr/server.c:2571 #, fuzzy, c-format msgid "assuan_inquire failed: %s\n" msgstr "podpisovanie zlyhalo: %s\n" @@ -11294,33 +11299,33 @@ msgstr "zmazanie bloku kľúÄa sa nepodarilo: %s\n" msgid "max_replies %d exceeded\n" msgstr "" -#: dirmngr/server.c:2856 +#: dirmngr/server.c:2860 #, fuzzy, c-format msgid "can't allocate control structure: %s\n" msgstr "nemôžem vytvoriÅ¥ `%s': %s\n" -#: dirmngr/server.c:2867 +#: dirmngr/server.c:2871 #, fuzzy, c-format msgid "failed to allocate assuan context: %s\n" msgstr "%s: nepodarilo sa vytvoriÅ¥ hashovaciu tabuľku: %s\n" -#: dirmngr/server.c:2888 +#: dirmngr/server.c:2892 #, fuzzy, c-format #| msgid "failed to initialize the TrustDB: %s\n" msgid "failed to initialize the server: %s\n" msgstr "nemôžem inicializovaÅ¥ databázu dôvery: %s\n" -#: dirmngr/server.c:2896 +#: dirmngr/server.c:2900 #, fuzzy, c-format msgid "failed to the register commands with Assuan: %s\n" msgstr "zlyhalo obnovenie vyrovnávacej pamäti kľúÄov: %s\n" -#: dirmngr/server.c:2929 +#: dirmngr/server.c:2933 #, c-format msgid "Assuan accept problem: %s\n" msgstr "" -#: dirmngr/server.c:2948 +#: dirmngr/server.c:2952 #, fuzzy, c-format #| msgid "signing failed: %s\n" msgid "Assuan processing failed: %s\n" @@ -11469,73 +11474,73 @@ msgstr "gpg-agent nie je v tomto sedenà dostupný\n" msgid "error sending standard options: %s\n" msgstr "chyba pri posielanà na `%s': %s\n" -#: tools/gpgconf-comp.c:647 +#: tools/gpgconf-comp.c:649 msgid "OpenPGP" msgstr "" -#: tools/gpgconf-comp.c:651 +#: tools/gpgconf-comp.c:653 msgid "S/MIME" msgstr "" -#: tools/gpgconf-comp.c:655 +#: tools/gpgconf-comp.c:657 #, fuzzy msgid "Public Keys" msgstr "verejný kÄ¾ÃºÄ je %08lX\n" -#: tools/gpgconf-comp.c:659 +#: tools/gpgconf-comp.c:661 msgid "Private Keys" msgstr "" -#: tools/gpgconf-comp.c:663 +#: tools/gpgconf-comp.c:665 msgid "Smartcards" msgstr "" -#: tools/gpgconf-comp.c:667 +#: tools/gpgconf-comp.c:669 msgid "TPM" msgstr "" -#: tools/gpgconf-comp.c:671 +#: tools/gpgconf-comp.c:673 #, fuzzy #| msgid "network error" msgid "Network" msgstr "chyba siete" -#: tools/gpgconf-comp.c:675 +#: tools/gpgconf-comp.c:677 #, fuzzy msgid "Passphrase Entry" msgstr "nesprávne heslo" -#: tools/gpgconf-comp.c:939 +#: tools/gpgconf-comp.c:941 #, fuzzy msgid "Component not suitable for launching" msgstr "verejný kÄ¾ÃºÄ nenájdený" -#: tools/gpgconf-comp.c:945 +#: tools/gpgconf-comp.c:947 #, c-format msgid "Configuration file of component %s is broken\n" msgstr "" -#: tools/gpgconf-comp.c:948 +#: tools/gpgconf-comp.c:950 #, fuzzy, c-format #| msgid "Please use the command \"toggle\" first.\n" msgid "Note: Use the command \"%s%s\" to get details.\n" msgstr "ProsÃm, najskôr použite prÃkaz \"toggle\" (prepnúť).\n" -#: tools/gpgconf-comp.c:2811 +#: tools/gpgconf-comp.c:2816 #, c-format msgid "External verification of component %s failed" msgstr "" -#: tools/gpgconf-comp.c:2941 +#: tools/gpgconf-comp.c:2946 msgid "Note that group specifications are ignored\n" msgstr "" -#: tools/gpgconf-comp.c:3538 +#: tools/gpgconf-comp.c:3543 #, fuzzy, c-format msgid "error closing '%s'\n" msgstr "chyba pri ÄÃtanà `%s': %s\n" -#: tools/gpgconf-comp.c:3540 +#: tools/gpgconf-comp.c:3545 #, fuzzy, c-format msgid "error parsing '%s'\n" msgstr "chyba pri ÄÃtanà `%s': %s\n" @@ -11644,84 +11649,84 @@ msgid "" "Check a passphrase given on stdin against the patternfile\n" msgstr "" -#: tools/gpg-card.c:2389 +#: tools/gpg-card.c:2390 #, fuzzy, c-format msgid "Note: key %s is already stored on the card!\n" msgstr "preskoÄené: tajný kÄ¾ÃºÄ je už v databáze\n" -#: tools/gpg-card.c:2392 +#: tools/gpg-card.c:2393 #, fuzzy, c-format msgid "Note: Keys are already stored on the card!\n" msgstr "preskoÄené: tajný kÄ¾ÃºÄ je už v databáze\n" -#: tools/gpg-card.c:2395 +#: tools/gpg-card.c:2396 #, c-format msgid "Replace existing key %s ? (y/N) " msgstr "" -#: tools/gpg-card.c:2548 tools/gpg-card.c:2711 tools/gpg-card.c:2934 -#: tools/gpg-card.c:3043 +#: tools/gpg-card.c:2549 tools/gpg-card.c:2712 tools/gpg-card.c:2935 +#: tools/gpg-card.c:3044 #, c-format msgid "%s card no. %s detected\n" msgstr "" -#: tools/gpg-card.c:3395 +#: tools/gpg-card.c:3396 #, c-format msgid "User Interaction Flag is set to \"%s\" - can't change\n" msgstr "" -#: tools/gpg-card.c:3405 tools/gpg-card.c:3419 +#: tools/gpg-card.c:3406 tools/gpg-card.c:3420 #, c-format msgid "" "Warning: Setting the User Interaction Flag to \"%s\"\n" " can only be reverted using a factory reset!\n" msgstr "" -#: tools/gpg-card.c:3422 +#: tools/gpg-card.c:3423 #, c-format msgid "Please use \"uif --yes %d %s\"\n" msgstr "" -#: tools/gpg-card.c:3668 +#: tools/gpg-card.c:3669 #, fuzzy msgid "authenticate to the card" msgstr "RevokaÄný certifikát bol vytvorený.\n" -#: tools/gpg-card.c:3670 +#: tools/gpg-card.c:3671 msgid "send a reset to the card daemon" msgstr "" -#: tools/gpg-card.c:3672 +#: tools/gpg-card.c:3673 #, fuzzy #| msgid "|NAME|use NAME as default recipient" msgid "setup KDF for PIN authentication" msgstr "|MENO|použiÅ¥ MENO ako implicitného adresáta" -#: tools/gpg-card.c:3674 +#: tools/gpg-card.c:3675 #, fuzzy #| msgid "change the expire date" msgid "change a private data object" msgstr "zmeniÅ¥ dobu platnosti" -#: tools/gpg-card.c:3675 +#: tools/gpg-card.c:3676 #, fuzzy msgid "read a certificate from a data object" msgstr "RevokaÄný certifikát bol vytvorený.\n" -#: tools/gpg-card.c:3676 +#: tools/gpg-card.c:3677 #, fuzzy msgid "store a certificate to a data object" msgstr "RevokaÄný certifikát bol vytvorený.\n" -#: tools/gpg-card.c:3677 +#: tools/gpg-card.c:3678 msgid "store a private key to a data object" msgstr "" -#: tools/gpg-card.c:3678 +#: tools/gpg-card.c:3679 msgid "Yubikey management commands" msgstr "" -#: tools/gpg-card.c:3680 +#: tools/gpg-card.c:3681 msgid "manage the command history" msgstr "" @@ -24,7 +24,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg trunk\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2021-04-07 19:24+0200\n" +"POT-Creation-Date: 2021-04-20 12:38+0200\n" "PO-Revision-Date: 2017-11-02 17:41+0100\n" "Last-Translator: Daniel Nylander <po@danielnylander.se>\n" "Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n" @@ -246,9 +246,9 @@ msgid "ssh keys greater than %d bits are not supported\n" msgstr "ssh-nycklar större än %d bitar stöds inte\n" #: agent/command-ssh.c:872 common/dotlock.c:852 g10/card-util.c:953 -#: g10/export.c:1329 g10/gpg.c:1430 g10/keygen.c:5327 g10/keyring.c:1319 +#: g10/export.c:1329 g10/gpg.c:1431 g10/keygen.c:5347 g10/keyring.c:1319 #: g10/keyring.c:1632 g10/openfile.c:293 g10/photoid.c:531 g10/photoid.c:549 -#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:478 +#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:479 #, fuzzy, c-format #| msgid "can't create `%s': %s\n" msgid "can't create '%s': %s\n" @@ -256,15 +256,15 @@ msgstr "kan inte skapa \"%s\": %s\n" #: agent/command-ssh.c:884 common/helpfile.c:57 g10/card-util.c:910 #: g10/dearmor.c:59 g10/dearmor.c:106 g10/decrypt.c:65 g10/decrypt.c:136 -#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1431 -#: g10/import.c:359 g10/import.c:546 g10/import.c:781 g10/keygen.c:4302 +#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1432 +#: g10/import.c:371 g10/import.c:558 g10/import.c:793 g10/keygen.c:4322 #: g10/keyring.c:1658 g10/openfile.c:197 g10/openfile.c:211 g10/plaintext.c:128 #: g10/plaintext.c:610 g10/sign.c:1086 g10/sign.c:1311 g10/sign.c:1424 #: g10/sign.c:1596 g10/tdbdump.c:143 g10/tdbdump.c:151 g10/tdbio.c:758 -#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2338 -#: sm/gpgsm.c:2368 sm/gpgsm.c:2406 sm/qualified.c:65 dirmngr/certcache.c:396 -#: dirmngr/certcache.c:476 dirmngr/certcache.c:478 dirmngr/crlcache.c:2588 -#: dirmngr/dirmngr.c:1711 tools/gpg-card.c:407 +#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2380 +#: sm/gpgsm.c:2410 sm/gpgsm.c:2448 sm/keylist.c:1737 sm/qualified.c:65 +#: dirmngr/certcache.c:396 dirmngr/certcache.c:476 dirmngr/certcache.c:478 +#: dirmngr/crlcache.c:2588 dirmngr/dirmngr.c:1720 tools/gpg-card.c:408 #, fuzzy, c-format #| msgid "can't open `%s': %s\n" msgid "can't open '%s': %s\n" @@ -469,221 +469,221 @@ msgstr "Ange lösenfrasen för%0Aför att skydda din nya nyckel" msgid "Please enter the new passphrase" msgstr "Ange den nya lösenfrasen" -#: agent/gpg-agent.c:161 scd/scdaemon.c:114 dirmngr/dirmngr.c:181 +#: agent/gpg-agent.c:162 scd/scdaemon.c:115 dirmngr/dirmngr.c:182 #, fuzzy #| msgid "Options useful for debugging" msgid "Options used for startup" msgstr "Flaggor användbara för felsökning" -#: agent/gpg-agent.c:163 scd/scdaemon.c:119 dirmngr/dirmngr.c:170 +#: agent/gpg-agent.c:164 scd/scdaemon.c:120 dirmngr/dirmngr.c:171 msgid "run in daemon mode (background)" msgstr "kör i demonläge (bakgrund)" -#: agent/gpg-agent.c:164 scd/scdaemon.c:116 dirmngr/dirmngr.c:169 +#: agent/gpg-agent.c:165 scd/scdaemon.c:117 dirmngr/dirmngr.c:170 msgid "run in server mode (foreground)" msgstr "kör i serverläge (förgrund)" -#: agent/gpg-agent.c:166 dirmngr/dirmngr.c:172 +#: agent/gpg-agent.c:167 dirmngr/dirmngr.c:173 #, fuzzy #| msgid "run in server mode" msgid "run in supervised mode" msgstr "kör i serverläge" -#: agent/gpg-agent.c:168 scd/scdaemon.c:120 dirmngr/dirmngr.c:183 +#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 msgid "do not detach from the console" msgstr "frigör inte frÃ¥n konsollen" -#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 +#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 msgid "sh-style command output" msgstr "sh-liknande kommandoutdata" -#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 +#: agent/gpg-agent.c:171 scd/scdaemon.c:123 dirmngr/dirmngr.c:186 msgid "csh-style command output" msgstr "csh-liknande kommandoutdata" -#: agent/gpg-agent.c:178 g10/gpg.c:588 scd/scdaemon.c:124 sm/gpgsm.c:419 -#: dirmngr/dirmngr.c:187 +#: agent/gpg-agent.c:179 g10/gpg.c:589 scd/scdaemon.c:125 sm/gpgsm.c:422 +#: dirmngr/dirmngr.c:188 msgid "|FILE|read options from FILE" msgstr "|FIL|läs inställningar frÃ¥n FIL" -#: agent/gpg-agent.c:182 g10/gpg.c:573 scd/scdaemon.c:128 sm/gpgsm.c:262 -#: dirmngr/dirmngr.c:191 +#: agent/gpg-agent.c:183 g10/gpg.c:574 scd/scdaemon.c:129 sm/gpgsm.c:265 +#: dirmngr/dirmngr.c:192 msgid "Options controlling the diagnostic output" msgstr "Flaggor som kontrollerar diagnosutdata" -#: agent/gpg-agent.c:184 g10/gpg.c:575 g10/gpgv.c:78 kbx/kbxutil.c:89 -#: scd/scdaemon.c:130 sm/gpgsm.c:264 dirmngr/dirmngr-client.c:69 -#: dirmngr/dirmngr.c:193 dirmngr/dirmngr_ldap.c:102 +#: agent/gpg-agent.c:185 g10/gpg.c:576 g10/gpgv.c:78 kbx/kbxutil.c:89 +#: scd/scdaemon.c:131 sm/gpgsm.c:267 dirmngr/dirmngr-client.c:69 +#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:102 #: tools/gpg-connect-agent.c:85 tools/gpgconf.c:111 msgid "verbose" msgstr "utförlig" -#: agent/gpg-agent.c:185 g10/gpg.c:577 g10/gpgv.c:79 kbx/kbxutil.c:90 -#: scd/scdaemon.c:131 sm/gpgsm.c:266 dirmngr/dirmngr-client.c:70 -#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:103 +#: agent/gpg-agent.c:186 g10/gpg.c:578 g10/gpgv.c:79 kbx/kbxutil.c:90 +#: scd/scdaemon.c:132 sm/gpgsm.c:269 dirmngr/dirmngr-client.c:70 +#: dirmngr/dirmngr.c:195 dirmngr/dirmngr_ldap.c:103 msgid "be somewhat more quiet" msgstr "var nÃ¥got tystare" -#: agent/gpg-agent.c:193 g10/gpg.c:592 sm/gpgsm.c:280 dirmngr/dirmngr.c:204 +#: agent/gpg-agent.c:194 g10/gpg.c:593 sm/gpgsm.c:283 dirmngr/dirmngr.c:205 msgid "|FILE|write server mode logs to FILE" msgstr "|FIL|skriv serverlägesloggar till FIL" -#: agent/gpg-agent.c:197 g10/gpg.c:598 scd/scdaemon.c:145 sm/gpgsm.c:287 -#: dirmngr/dirmngr.c:208 +#: agent/gpg-agent.c:198 g10/gpg.c:599 scd/scdaemon.c:146 sm/gpgsm.c:290 +#: dirmngr/dirmngr.c:209 msgid "Options controlling the configuration" msgstr "Flaggor som kontrollerar konfigurationen" -#: agent/gpg-agent.c:200 +#: agent/gpg-agent.c:201 msgid "do not use the SCdaemon" msgstr "använd inte SCdaemon" -#: agent/gpg-agent.c:202 +#: agent/gpg-agent.c:203 msgid "|PGM|use PGM as the SCdaemon program" msgstr "|PRG|använd PRG som SCdaemon-programmet" -#: agent/gpg-agent.c:204 +#: agent/gpg-agent.c:205 #, fuzzy #| msgid "|PGM|use PGM as the SCdaemon program" msgid "|PGM|use PGM as the tpm2daemon program" msgstr "|PRG|använd PRG som SCdaemon-programmet" -#: agent/gpg-agent.c:208 +#: agent/gpg-agent.c:209 #, fuzzy #| msgid "|NAME|connect to Assuan socket NAME" msgid "|NAME|accept some commands via NAME" msgstr "|NAMN|anslut till Assuan-uttaget NAMN" -#: agent/gpg-agent.c:212 +#: agent/gpg-agent.c:213 msgid "ignore requests to change the TTY" msgstr "ignorera begäran om att ändra TTY" -#: agent/gpg-agent.c:214 +#: agent/gpg-agent.c:215 msgid "ignore requests to change the X display" msgstr "ignorera begäran om att ändra X-display" -#: agent/gpg-agent.c:215 +#: agent/gpg-agent.c:216 #, fuzzy #| msgid "enable ssh-agent emulation" msgid "enable ssh support" msgstr "aktivera ssh-agent-emulering" -#: agent/gpg-agent.c:217 +#: agent/gpg-agent.c:218 msgid "|ALGO|use ALGO to show ssh fingerprints" msgstr "" -#: agent/gpg-agent.c:220 +#: agent/gpg-agent.c:221 msgid "enable putty support" msgstr "" -#: agent/gpg-agent.c:232 g10/gpg.c:843 scd/scdaemon.c:175 sm/gpgsm.c:379 +#: agent/gpg-agent.c:233 g10/gpg.c:844 scd/scdaemon.c:176 sm/gpgsm.c:382 msgid "Options controlling the security" msgstr "Flaggor som kontrollerar säkerheten" -#: agent/gpg-agent.c:235 +#: agent/gpg-agent.c:236 msgid "|N|expire cached PINs after N seconds" msgstr "|N|lÃ¥t mellanlagrade PIN-koder gÃ¥ ut efter N sekunder" -#: agent/gpg-agent.c:237 +#: agent/gpg-agent.c:238 msgid "|N|expire SSH keys after N seconds" msgstr "|N|lÃ¥t mellanlagrade SSH-nycklar gÃ¥ ut efter N sekunder" -#: agent/gpg-agent.c:239 +#: agent/gpg-agent.c:240 msgid "|N|set maximum PIN cache lifetime to N seconds" msgstr "|N|ställ in maximal livstid för PIN-cache till N sekunder" -#: agent/gpg-agent.c:241 +#: agent/gpg-agent.c:242 msgid "|N|set maximum SSH key lifetime to N seconds" msgstr "|N|ställ in maximal livstid för SSH-nyckel till N sekunder" -#: agent/gpg-agent.c:243 +#: agent/gpg-agent.c:244 msgid "do not use the PIN cache when signing" msgstr "använd inte mellanlagring av PIN-kod vid signering" -#: agent/gpg-agent.c:245 +#: agent/gpg-agent.c:246 #, fuzzy #| msgid "do not allow the reuse of old passphrases" msgid "disallow the use of an external password cache" msgstr "tillÃ¥t inte Ã¥teranvändning av gamla lösenfraser" # Antar att värdet inte ska översättas. -#: agent/gpg-agent.c:247 +#: agent/gpg-agent.c:248 #, fuzzy #| msgid "allow clients to mark keys as \"trusted\"" msgid "disallow clients to mark keys as \"trusted\"" msgstr "tillÃ¥t klienter att markera nycklar som \"trusted\"" -#: agent/gpg-agent.c:250 +#: agent/gpg-agent.c:251 msgid "allow presetting passphrase" msgstr "tillÃ¥t förinställning av lösenfras" -#: agent/gpg-agent.c:255 +#: agent/gpg-agent.c:256 msgid "Options enforcing a passphrase policy" msgstr "Flaggor som tvingar igenom en lösenfraspolicy" -#: agent/gpg-agent.c:258 +#: agent/gpg-agent.c:259 msgid "do not allow bypassing the passphrase policy" msgstr "tillÃ¥t inte att gÃ¥ förbi lösenfraspolicyn" -#: agent/gpg-agent.c:260 +#: agent/gpg-agent.c:261 msgid "|N|set minimal required length for new passphrases to N" msgstr "|N|ställ in minimal nödvändig längd för nya lösenfraser till N" -#: agent/gpg-agent.c:262 +#: agent/gpg-agent.c:263 msgid "|N|require at least N non-alpha characters for a new passphrase" msgstr "|N|kräv minst N icke-alfabetiska tecken för en ny lösenfras" -#: agent/gpg-agent.c:265 +#: agent/gpg-agent.c:266 msgid "|FILE|check new passphrases against pattern in FILE" msgstr "|FIL|kontrollera nya lösenfraser mot mönster i FIL" -#: agent/gpg-agent.c:267 +#: agent/gpg-agent.c:268 msgid "|N|expire the passphrase after N days" msgstr "|N|lÃ¥t mellanlagrad lösenfras gÃ¥ ut efter N dagar" -#: agent/gpg-agent.c:269 +#: agent/gpg-agent.c:270 msgid "do not allow the reuse of old passphrases" msgstr "tillÃ¥t inte Ã¥teranvändning av gamla lösenfraser" -#: agent/gpg-agent.c:272 +#: agent/gpg-agent.c:273 #, fuzzy #| msgid "Options controlling the security" msgid "Options controlling the PIN-Entry" msgstr "Flaggor som kontrollerar säkerheten" -#: agent/gpg-agent.c:274 +#: agent/gpg-agent.c:275 msgid "never use the PIN-entry" msgstr "" -#: agent/gpg-agent.c:276 +#: agent/gpg-agent.c:277 msgid "disallow caller to override the pinentry" msgstr "" -#: agent/gpg-agent.c:278 +#: agent/gpg-agent.c:279 #, fuzzy #| msgid "do not grab keyboard and mouse" msgid "let PIN-Entry grab keyboard and mouse" msgstr "fÃ¥nga inte tangentbord och mus" -#: agent/gpg-agent.c:281 +#: agent/gpg-agent.c:282 msgid "|PGM|use PGM as the PIN-Entry program" msgstr "|PRG|använd PRG som PIN-inmatningsprogrammet" -#: agent/gpg-agent.c:285 +#: agent/gpg-agent.c:286 #, fuzzy #| msgid "|N|set maximum PIN cache lifetime to N seconds" msgid "|N|set the Pinentry timeout to N seconds" msgstr "|N|ställ in maximal livstid för PIN-cache till N sekunder" -#: agent/gpg-agent.c:287 +#: agent/gpg-agent.c:288 msgid "allow passphrase to be prompted through Emacs" msgstr "" #. TRANSLATORS: @EMAIL@ will get replaced by the actual bug #. reporting address. This is so that we can change the #. reporting address without breaking the translations. -#: agent/gpg-agent.c:550 agent/preset-passphrase.c:99 agent/protect-tool.c:154 -#: g10/gpg.c:1131 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:311 -#: sm/gpgsm.c:609 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:437 +#: agent/gpg-agent.c:551 agent/preset-passphrase.c:99 agent/protect-tool.c:154 +#: g10/gpg.c:1132 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:312 +#: sm/gpgsm.c:612 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:438 #: dirmngr/dirmngr_ldap.c:175 tools/gpg-connect-agent.c:220 tools/gpgconf.c:151 #: tools/gpg-check-pattern.c:143 msgid "Please report bugs to <@EMAIL@>.\n" @@ -691,13 +691,13 @@ msgstr "" "Rapportera fel till <@EMAIL@>.\n" "Skicka synpunkter pÃ¥ översättningen till <tp-sv@listor.tp-sv.se>.\n" -#: agent/gpg-agent.c:559 +#: agent/gpg-agent.c:560 #, fuzzy #| msgid "Usage: gpgconf [options] (-h for help)" msgid "Usage: @GPG_AGENT@ [options] (-h for help)" msgstr "Användning: gpgconf [flaggor] (-h för hjälp)" -#: agent/gpg-agent.c:561 +#: agent/gpg-agent.c:562 #, fuzzy #| msgid "" #| "Syntax: gpg-agent [options] [command [args]]\n" @@ -709,139 +709,139 @@ msgstr "" "Syntax: gpg-agent [flaggor] [kommando [argument]]\n" "Hantering av hemliga nycklar för GnuPG\n" -#: agent/gpg-agent.c:606 g10/gpg.c:1336 scd/scdaemon.c:383 sm/gpgsm.c:757 -#: dirmngr/dirmngr.c:521 +#: agent/gpg-agent.c:607 g10/gpg.c:1337 scd/scdaemon.c:384 sm/gpgsm.c:760 +#: dirmngr/dirmngr.c:522 #, fuzzy, c-format #| msgid "invalid debug-level `%s' given\n" msgid "invalid debug-level '%s' given\n" msgstr "ogiltig debug-level \"%s\" angiven\n" -#: agent/gpg-agent.c:971 g10/gpg.c:3879 g10/gpg.c:3903 sm/gpgsm.c:1736 -#: sm/gpgsm.c:1742 +#: agent/gpg-agent.c:972 g10/gpg.c:3910 g10/gpg.c:3934 sm/gpgsm.c:1769 +#: sm/gpgsm.c:1775 #, c-format msgid "selected digest algorithm is invalid\n" msgstr "vald sammandragsalgoritm är ogiltig\n" -#: agent/gpg-agent.c:1195 agent/gpg-agent.c:2010 g10/gpg.c:2588 -#: scd/scdaemon.c:548 sm/gpgsm.c:1151 dirmngr/dirmngr.c:988 -#: dirmngr/dirmngr.c:1830 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:2019 common/comopt.c:93 +#: g10/gpg.c:2591 scd/scdaemon.c:549 sm/gpgsm.c:1155 dirmngr/dirmngr.c:989 +#: dirmngr/dirmngr.c:1840 #, fuzzy, c-format #| msgid "reading options from `%s'\n" msgid "reading options from '%s'\n" msgstr "läser inställningar frÃ¥n \"%s\"\n" -#: agent/gpg-agent.c:1327 g10/gpg.c:3830 scd/scdaemon.c:675 sm/gpgsm.c:1676 -#: dirmngr/dirmngr.c:1099 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 +#: agent/gpg-agent.c:1335 g10/gpg.c:3861 scd/scdaemon.c:687 sm/gpgsm.c:1709 +#: dirmngr/dirmngr.c:1108 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 #, fuzzy, c-format #| msgid "WARNING: \"%s\" is a deprecated option\n" msgid "Note: '%s' is not considered an option\n" msgstr "VARNING: inställningen \"%s\" är förÃ¥ldrad\n" -#: agent/gpg-agent.c:2146 scd/scdaemon.c:1096 dirmngr/dirmngr.c:1258 +#: agent/gpg-agent.c:2172 scd/scdaemon.c:1108 dirmngr/dirmngr.c:1267 #, c-format msgid "can't create socket: %s\n" msgstr "kan inte skapa uttag: %s\n" -#: agent/gpg-agent.c:2163 scd/scdaemon.c:1109 dirmngr/dirmngr.c:1271 +#: agent/gpg-agent.c:2189 scd/scdaemon.c:1121 dirmngr/dirmngr.c:1280 #, fuzzy, c-format #| msgid "socket name `%s' is too long\n" msgid "socket name '%s' is too long\n" msgstr "namnet pÃ¥ uttaget \"%s\" är för lÃ¥ngt\n" -#: agent/gpg-agent.c:2202 +#: agent/gpg-agent.c:2228 #, c-format msgid "a gpg-agent is already running - not starting a new one\n" msgstr "en gpg-agent är redan igÃ¥ng - startar inte en till\n" # Jag har valt att inte översätta nonce. Nonce är data eller information som endast används en gÃ¥ng -#: agent/gpg-agent.c:2213 scd/scdaemon.c:1133 dirmngr/dirmngr.c:1303 +#: agent/gpg-agent.c:2239 scd/scdaemon.c:1145 dirmngr/dirmngr.c:1312 #, c-format msgid "error getting nonce for the socket\n" msgstr "fel vid hämtning av nonce för uttaget\n" -#: agent/gpg-agent.c:2218 scd/scdaemon.c:1136 dirmngr/dirmngr.c:1306 +#: agent/gpg-agent.c:2244 scd/scdaemon.c:1148 dirmngr/dirmngr.c:1315 #, fuzzy, c-format #| msgid "error binding socket to `%s': %s\n" msgid "error binding socket to '%s': %s\n" msgstr "fel när \"%s\" bands till uttag: %s\n" # Extension är vad? FIXME -#: agent/gpg-agent.c:2229 agent/gpg-agent.c:2269 agent/gpg-agent.c:2278 -#: scd/scdaemon.c:1144 dirmngr/dirmngr.c:1315 +#: agent/gpg-agent.c:2255 agent/gpg-agent.c:2295 agent/gpg-agent.c:2304 +#: scd/scdaemon.c:1156 dirmngr/dirmngr.c:1324 #, fuzzy, c-format #| msgid "Warning: unsafe permissions on %s \"%s\"\n" msgid "can't set permissions of '%s': %s\n" msgstr "Varning: osäkra rättigheter pÃ¥ %s \"%s\"\n" -#: agent/gpg-agent.c:2243 scd/scdaemon.c:1156 dirmngr/dirmngr.c:1327 +#: agent/gpg-agent.c:2269 scd/scdaemon.c:1168 dirmngr/dirmngr.c:1336 #, fuzzy, c-format #| msgid "listening on socket `%s'\n" msgid "listening on socket '%s'\n" msgstr "lyssnar pÃ¥ uttaget \"%s\"\n" -#: agent/gpg-agent.c:2263 agent/gpg-agent.c:2316 common/homedir.c:517 +#: agent/gpg-agent.c:2289 agent/gpg-agent.c:2342 common/homedir.c:517 #: g10/openfile.c:399 g10/photoid.c:379 #, fuzzy, c-format #| msgid "can't create directory `%s': %s\n" msgid "can't create directory '%s': %s\n" msgstr "%s: kan inte skapa katalog: %s\n" -#: agent/gpg-agent.c:2266 agent/gpg-agent.c:2321 common/homedir.c:520 +#: agent/gpg-agent.c:2292 agent/gpg-agent.c:2347 common/homedir.c:520 #: g10/openfile.c:402 #, fuzzy, c-format #| msgid "directory `%s' created\n" msgid "directory '%s' created\n" msgstr "katalogen \"%s\" skapades\n" -#: agent/gpg-agent.c:2327 +#: agent/gpg-agent.c:2353 #, fuzzy, c-format #| msgid "stat() failed for `%s': %s\n" msgid "stat() failed for '%s': %s\n" msgstr "stat() misslyckades för \"%s\": %s\n" -#: agent/gpg-agent.c:2331 +#: agent/gpg-agent.c:2357 #, fuzzy, c-format #| msgid "can't use `%s' as home directory\n" msgid "can't use '%s' as home directory\n" msgstr "kan inte använda \"%s\" som hemkatalog\n" -#: agent/gpg-agent.c:2486 scd/scdaemon.c:1172 dirmngr/dirmngr.c:2042 +#: agent/gpg-agent.c:2512 scd/scdaemon.c:1184 dirmngr/dirmngr.c:2069 #, c-format msgid "error reading nonce on fd %d: %s\n" msgstr "fel vid läsning av nonce pÃ¥ fd %d: %s\n" -#: agent/gpg-agent.c:2693 +#: agent/gpg-agent.c:2719 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "hanteraren 0x%lx för fd %d startad\n" -#: agent/gpg-agent.c:2698 +#: agent/gpg-agent.c:2724 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "hanteraren 0x%lx för fd %d avslutad\n" -#: agent/gpg-agent.c:2773 +#: agent/gpg-agent.c:2799 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "ssh-hanteraren 0x%lx för fd %d startad\n" -#: agent/gpg-agent.c:2778 +#: agent/gpg-agent.c:2804 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "ssh-hanteraren 0x%lx för fd %d avslutad\n" -#: agent/gpg-agent.c:3000 scd/scdaemon.c:1362 dirmngr/dirmngr.c:2256 +#: agent/gpg-agent.c:3026 scd/scdaemon.c:1374 dirmngr/dirmngr.c:2283 #, fuzzy, c-format #| msgid "pth_select failed: %s - waiting 1s\n" msgid "npth_pselect failed: %s - waiting 1s\n" msgstr "pth_select misslyckades: %s - väntar 1 s\n" -#: agent/gpg-agent.c:3088 scd/scdaemon.c:1427 +#: agent/gpg-agent.c:3114 scd/scdaemon.c:1439 #, c-format msgid "%s %s stopped\n" msgstr "%s %s stoppad\n" -#: agent/gpg-agent.c:3226 common/simple-pwquery.c:247 g10/call-agent.c:260 +#: agent/gpg-agent.c:3252 common/simple-pwquery.c:247 g10/call-agent.c:260 #: sm/call-agent.c:131 tools/gpg-connect-agent.c:2319 tools/card-call-scd.c:311 #, c-format msgid "no gpg-agent running in this session\n" @@ -870,8 +870,8 @@ msgstr "" "Syntax: gpg-preset-passphrase [flaggor] NYCKELHASH\n" "UnderhÃ¥ll av lösenordscache\n" -#: agent/protect-tool.c:107 g10/gpg.c:447 kbx/kbxutil.c:72 sm/gpgsm.c:213 -#: dirmngr/dirmngr.c:167 tools/gpgconf.c:81 +#: agent/protect-tool.c:107 g10/gpg.c:448 kbx/kbxutil.c:72 sm/gpgsm.c:215 +#: dirmngr/dirmngr.c:168 tools/gpgconf.c:81 msgid "" "@Commands:\n" " " @@ -1140,7 +1140,7 @@ msgid "error creating a stream for a pipe: %s\n" msgstr "fel när ett rör skapades: %s\n" #: common/exechelp-posix.c:505 common/exechelp-posix.c:580 -#: common/exechelp-posix.c:861 dirmngr/dirmngr.c:1345 +#: common/exechelp-posix.c:866 dirmngr/dirmngr.c:1354 #, c-format msgid "error forking process: %s\n" msgstr "fel vid grening av process: %s\n" @@ -1150,26 +1150,26 @@ msgstr "fel vid grening av process: %s\n" msgid "waiting for process %d to terminate failed: %s\n" msgstr "misslyckades med att vänta pÃ¥ att processen %d skulle avslutas: %s\n" -#: common/exechelp-posix.c:688 common/exechelp-posix.c:804 +#: common/exechelp-posix.c:688 common/exechelp-posix.c:809 #, fuzzy, c-format #| msgid "error running `%s': probably not installed\n" msgid "error running '%s': probably not installed\n" msgstr "fel vid körning av \"%s\": antagligen inte installerat\n" -#: common/exechelp-posix.c:694 common/exechelp-posix.c:811 +#: common/exechelp-posix.c:694 common/exechelp-posix.c:816 #: common/exechelp-w32.c:839 common/exechelp-w32ce.c:782 #, fuzzy, c-format #| msgid "error running `%s': exit status %d\n" msgid "error running '%s': exit status %d\n" msgstr "fel vid körning av \"%s\": avslutsstatus %d\n" -#: common/exechelp-posix.c:702 common/exechelp-posix.c:819 +#: common/exechelp-posix.c:702 common/exechelp-posix.c:824 #, fuzzy, c-format #| msgid "error running `%s': terminated\n" msgid "error running '%s': terminated\n" msgstr "fel vid körning av \"%s\": avslutades\n" -#: common/exechelp-posix.c:760 common/exechelp-w32.c:820 +#: common/exechelp-posix.c:765 common/exechelp-w32.c:820 #, fuzzy, c-format #| msgid "waiting for process %d to terminate failed: %s\n" msgid "waiting for processes to terminate failed: %s\n" @@ -1220,7 +1220,7 @@ msgid "renaming '%s' to '%s' failed: %s\n" msgstr "namnbyte frÃ¥n \"%s\" till \"%s\" misslyckades: %s\n" #. TRANSLATORS: See doc/TRANSLATE about this string. -#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3081 +#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3082 msgid "yes" msgstr "ja" @@ -1275,7 +1275,7 @@ msgid "out of core while allocating %lu bytes" msgstr "slut pÃ¥ kärna vid allokering av %lu byte" #: common/miscellaneous.c:115 g10/card-util.c:917 tools/no-libgcrypt.c:30 -#: tools/gpg-card.c:415 +#: tools/gpg-card.c:416 #, c-format msgid "error allocating enough memory: %s\n" msgstr "fel vid allokering av tillräckligt mycket minne: %s\n" @@ -1355,7 +1355,7 @@ msgstr "fel när nyckelringen \"%s\" skapades: %s\n" msgid "server '%s' is older than us (%s < %s)" msgstr "" -#: common/asshelp.c:737 g10/call-dirmngr.c:407 +#: common/asshelp.c:737 g10/call-dirmngr.c:408 #, fuzzy, c-format #| msgid "WARNING: %s overrides %s\n" msgid "WARNING: %s\n" @@ -1641,8 +1641,8 @@ msgstr "lÃ¥set \"%s\" gjordes inte: %s\n" msgid "waiting for lock %s...\n" msgstr "väntar pÃ¥ lÃ¥set %s...\n" -#: common/init.c:191 sm/gpgsm.c:1032 dirmngr/dirmngr.c:894 -#: dirmngr/dirmngr.c:903 +#: common/init.c:191 sm/gpgsm.c:1036 dirmngr/dirmngr.c:895 +#: dirmngr/dirmngr.c:904 #, c-format msgid "%s is too old (need %s, have %s)\n" msgstr "%s är för gammal (behöver %s, har %s)\n" @@ -1826,60 +1826,60 @@ msgstr "fel vid läsning frÃ¥n %s: %s\n" msgid "problem with the agent: %s\n" msgstr "problem med agenten: %s\n" -#: g10/call-dirmngr.c:178 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 +#: g10/call-dirmngr.c:179 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 #, fuzzy, c-format #| msgid "no gpg-agent running in this session\n" msgid "no dirmngr running in this session\n" msgstr "ingen gpg-agent kör i den här sessionen\n" -#: g10/call-dirmngr.c:212 +#: g10/call-dirmngr.c:213 #, fuzzy, c-format #| msgid "you may not use %s while in %s mode\n" msgid "keyserver option \"honor-keyserver-url\" may not be used in Tor mode\n" msgstr "du kan inte använda %s när du är i %s-läget\n" -#: g10/call-dirmngr.c:385 +#: g10/call-dirmngr.c:386 msgid "WKD uses a cached result" msgstr "" -#: g10/call-dirmngr.c:388 +#: g10/call-dirmngr.c:389 msgid "Tor is not running" msgstr "" -#: g10/call-dirmngr.c:390 +#: g10/call-dirmngr.c:391 #, fuzzy #| msgid "invalid fingerprint" msgid "Tor is not properly configured" msgstr "ogiltigt fingeravtryck" -#: g10/call-dirmngr.c:392 +#: g10/call-dirmngr.c:393 #, fuzzy #| msgid "invalid fingerprint" msgid "DNS is not properly configured" msgstr "ogiltigt fingeravtryck" -#: g10/call-dirmngr.c:394 +#: g10/call-dirmngr.c:395 msgid "unacceptable HTTP redirect from server" msgstr "" -#: g10/call-dirmngr.c:396 +#: g10/call-dirmngr.c:397 msgid "unacceptable HTTP redirect from server was cleaned up" msgstr "" -#: g10/call-dirmngr.c:398 +#: g10/call-dirmngr.c:399 #, fuzzy #| msgid "generate a revocation certificate" msgid "server uses an invalid certificate" msgstr "generera ett spärrcertifikat" -#: g10/call-dirmngr.c:405 g10/gpg.c:4568 +#: g10/call-dirmngr.c:406 g10/gpg.c:4599 #, fuzzy, c-format #| msgid "armor: %s\n" msgid "Note: %s\n" msgstr "ASCII-skal: %s\n" #: g10/card-util.c:86 g10/card-util.c:369 g10/card-util.c:1924 -#: tools/gpg-card.c:3038 +#: tools/gpg-card.c:3039 #, c-format msgid "OpenPGP card not available: %s\n" msgstr "OpenPGP-kort är inte tillgängligt: %s\n" @@ -1890,17 +1890,17 @@ msgid "OpenPGP card no. %s detected\n" msgstr "OpenPGP-kort nr. %s identifierades\n" #: g10/card-util.c:97 g10/card-util.c:2309 g10/delkey.c:164 g10/keyedit.c:1428 -#: g10/keygen.c:4771 g10/revoke.c:214 g10/revoke.c:638 +#: g10/keygen.c:4791 g10/revoke.c:214 g10/revoke.c:638 #, c-format msgid "can't do this in batch mode\n" msgstr "kan inte göra detta i satsläge\n" -#: g10/card-util.c:105 tools/gpg-card.c:2942 +#: g10/card-util.c:105 tools/gpg-card.c:2943 #, c-format msgid "This command is only available for version 2 cards\n" msgstr "Detta kommando är endast tillgängligt för kort av version 2\n" -#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2947 +#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2948 #, c-format msgid "Reset Code not or not anymore available\n" msgstr "Ã…terställningskoden är inte tillgänglig längre\n" @@ -1909,111 +1909,111 @@ msgstr "Ã…terställningskoden är inte tillgänglig längre\n" #: g10/card-util.c:1802 g10/keyedit.c:394 g10/keyedit.c:415 g10/keyedit.c:429 #: g10/keygen.c:1991 g10/keygen.c:2165 g10/keygen.c:2385 g10/keygen.c:2685 #: sm/certreqgen-ui.c:166 sm/certreqgen-ui.c:292 sm/certreqgen-ui.c:326 -#: tools/gpg-card.c:509 +#: tools/gpg-card.c:510 msgid "Your selection? " msgstr "Vad väljer du? " -#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:595 -#: tools/gpg-card.c:635 +#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:596 +#: tools/gpg-card.c:636 msgid "[not set]" msgstr "[inte inställt]" -#: g10/card-util.c:558 tools/gpg-card.c:902 +#: g10/card-util.c:558 tools/gpg-card.c:903 msgid "Mr." msgstr "" -#: g10/card-util.c:559 tools/gpg-card.c:903 +#: g10/card-util.c:559 tools/gpg-card.c:904 msgid "Ms." msgstr "" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 msgid "not forced" msgstr "inte tvingad" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 msgid "forced" msgstr "tvingad" -#: g10/card-util.c:768 tools/gpg-card.c:1467 +#: g10/card-util.c:768 tools/gpg-card.c:1468 msgid "Error: Only plain ASCII is currently allowed.\n" msgstr "Fel: Endast ren ASCII tillÃ¥ts för närvarande.\n" -#: g10/card-util.c:770 tools/gpg-card.c:1469 +#: g10/card-util.c:770 tools/gpg-card.c:1470 msgid "Error: The \"<\" character may not be used.\n" msgstr "Fel: Tecknet \"<\" fÃ¥r inte användas.\n" -#: g10/card-util.c:772 tools/gpg-card.c:1471 +#: g10/card-util.c:772 tools/gpg-card.c:1472 msgid "Error: Double spaces are not allowed.\n" msgstr "Fel: Dubbla blanksteg tillÃ¥ts inte.\n" -#: g10/card-util.c:789 tools/gpg-card.c:1504 +#: g10/card-util.c:789 tools/gpg-card.c:1505 msgid "Cardholder's surname: " msgstr "Kortinnehavarens efternamn: " -#: g10/card-util.c:791 tools/gpg-card.c:1505 +#: g10/card-util.c:791 tools/gpg-card.c:1506 msgid "Cardholder's given name: " msgstr "Kortinnehavarens förnamn: " -#: g10/card-util.c:809 tools/gpg-card.c:1522 +#: g10/card-util.c:809 tools/gpg-card.c:1523 #, c-format msgid "Error: Combined name too long (limit is %d characters).\n" msgstr "Fel: Fullständigt namn för lÃ¥ngt (gränsen är %d tecken).\n" -#: g10/card-util.c:830 tools/gpg-card.c:1560 +#: g10/card-util.c:830 tools/gpg-card.c:1561 msgid "URL to retrieve public key: " msgstr "Url för att hämta publik nyckel: " -#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:394 g10/import.c:744 -#: g10/import.c:803 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 -#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1657 -#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:425 +#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:406 g10/import.c:756 +#: g10/import.c:815 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 +#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1666 +#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:426 #, fuzzy, c-format #| msgid "error reading `%s': %s\n" msgid "error reading '%s': %s\n" msgstr "fel vid läsning av \"%s\": %s\n" #: g10/card-util.c:959 g10/decrypt-data.c:498 g10/export.c:2496 -#: dirmngr/crlcache.c:925 tools/gpg-card.c:485 tools/gpg-card.c:492 +#: dirmngr/crlcache.c:925 tools/gpg-card.c:486 tools/gpg-card.c:493 #, fuzzy, c-format #| msgid "error writing `%s': %s\n" msgid "error writing '%s': %s\n" msgstr "fel vid skrivning till \"%s\": %s\n" -#: g10/card-util.c:986 tools/gpg-card.c:1649 +#: g10/card-util.c:986 tools/gpg-card.c:1650 msgid "Login data (account name): " msgstr "Inloggningsdata (kontonamn): " -#: g10/card-util.c:1024 tools/gpg-card.c:1944 +#: g10/card-util.c:1024 tools/gpg-card.c:1945 msgid "Private DO data: " msgstr "Privat DO-data: " -#: g10/card-util.c:1109 tools/gpg-card.c:1698 +#: g10/card-util.c:1109 tools/gpg-card.c:1699 msgid "Language preferences: " msgstr "SprÃ¥kinställningar: " -#: g10/card-util.c:1117 tools/gpg-card.c:1709 +#: g10/card-util.c:1117 tools/gpg-card.c:1710 #, c-format msgid "Error: invalid length of preference string.\n" msgstr "Fel: ogiltig längd pÃ¥ inställningssträngen\n" -#: g10/card-util.c:1126 tools/gpg-card.c:1718 +#: g10/card-util.c:1126 tools/gpg-card.c:1719 #, c-format msgid "Error: invalid characters in preference string.\n" msgstr "Fel: ogiltiga tecken i inställningssträngen.\n" -#: g10/card-util.c:1148 tools/gpg-card.c:1752 +#: g10/card-util.c:1148 tools/gpg-card.c:1753 msgid "Salutation (M = Mr., F = Ms., or space): " msgstr "" -#: g10/card-util.c:1162 tools/gpg-card.c:1769 +#: g10/card-util.c:1162 tools/gpg-card.c:1770 msgid "Error: invalid response.\n" msgstr "Fel: ogiltigt svar.\n" -#: g10/card-util.c:1185 tools/gpg-card.c:1834 +#: g10/card-util.c:1185 tools/gpg-card.c:1835 msgid "CA fingerprint: " msgstr "CA-fingeravtryck: " -#: g10/card-util.c:1209 tools/gpg-card.c:1860 +#: g10/card-util.c:1209 tools/gpg-card.c:1861 #, c-format msgid "Error: invalid formatted fingerprint.\n" msgstr "Fel: ogiltigt formaterat fingeravtryck.\n" @@ -2027,7 +2027,7 @@ msgstr "nyckelÃ¥tgärden är inte möjlig: %s\n" msgid "not an OpenPGP card" msgstr "inte ett OpenPGP-kort" -#: g10/card-util.c:1273 g10/keygen.c:4791 g10/keygen.c:5952 +#: g10/card-util.c:1273 g10/keygen.c:4811 g10/keygen.c:5972 #, c-format msgid "error getting current key info: %s\n" msgstr "fel vid hämtning av aktuell nyckelinformation: %s\n" @@ -2036,7 +2036,7 @@ msgstr "fel vid hämtning av aktuell nyckelinformation: %s\n" msgid "Replace existing key? (y/N) " msgstr "Ersätt existerande nyckel? (j/N) " -#: g10/card-util.c:1375 tools/gpg-card.c:3327 +#: g10/card-util.c:1375 tools/gpg-card.c:3328 #, fuzzy #| msgid "" #| "Note: There is no guarantee that the card supports the requested size.\n" @@ -2140,14 +2140,14 @@ msgid "error getting card info: %s\n" msgstr "fel vid hämtning av aktuell nyckelinformation: %s\n" #: g10/card-util.c:1591 g10/card-util.c:1936 g10/card-util.c:2112 -#: g10/card-util.c:2171 tools/gpg-card.c:3056 tools/gpg-card.c:3295 -#: tools/gpg-card.c:3353 +#: g10/card-util.c:2171 tools/gpg-card.c:3057 tools/gpg-card.c:3296 +#: tools/gpg-card.c:3354 #, fuzzy, c-format #| msgid "This command is not allowed while in %s mode.\n" msgid "This command is not supported by this card\n" msgstr "Detta kommando är inte tillÃ¥tet när du är i %s-läge.\n" -#: g10/card-util.c:1637 tools/gpg-card.c:2425 +#: g10/card-util.c:1637 tools/gpg-card.c:2426 msgid "Make off-card backup of encryption key? (Y/n) " msgstr "Skapa säkerhetskopia av krypteringsnyckel utanför kortet? (J/n) " @@ -2157,11 +2157,11 @@ msgstr "Skapa säkerhetskopia av krypteringsnyckel utanför kortet? (J/n) " msgid "Note: keys are already stored on the card!\n" msgstr "OBSERVERA: nycklar har redan lagrats pÃ¥ kortet!\n" -#: g10/card-util.c:1654 tools/gpg-card.c:2397 +#: g10/card-util.c:1654 tools/gpg-card.c:2398 msgid "Replace existing keys? (y/N) " msgstr "Ersätt existerande nycklar? (j/N) " -#: g10/card-util.c:1666 tools/gpg-card.c:2456 +#: g10/card-util.c:1666 tools/gpg-card.c:2457 #, fuzzy, c-format #| msgid "" #| "Please note that the factory settings of the PINs are\n" @@ -2202,19 +2202,19 @@ msgstr "Välj var nyckeln ska sparas:\n" msgid "KEYTOCARD failed: %s\n" msgstr "läsning misslyckades: %s\n" -#: g10/card-util.c:1941 tools/gpg-card.c:3064 +#: g10/card-util.c:1941 tools/gpg-card.c:3065 #, fuzzy, c-format #| msgid "NOTE: keys are already stored on the card!\n" msgid "Note: This command destroys all keys stored on the card!\n" msgstr "OBSERVERA: nycklar har redan lagrats pÃ¥ kortet!\n" -#: g10/card-util.c:1944 tools/gpg-card.c:3067 tools/gpg-card.c:3408 +#: g10/card-util.c:1944 tools/gpg-card.c:3068 tools/gpg-card.c:3409 #, fuzzy #| msgid "Sign it? (y/N) " msgid "Continue? (y/N) " msgstr "Signera den? (j/N) " -#: g10/card-util.c:1949 tools/gpg-card.c:3078 +#: g10/card-util.c:1949 tools/gpg-card.c:3079 msgid "Really do a factory reset? (enter \"yes\") " msgstr "" @@ -2230,7 +2230,7 @@ msgstr "fel vid stängning av %s: %s\n" msgid "error for setup UIF: %s\n" msgstr "fel vid stängning av %s: %s\n" -#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3648 +#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3649 msgid "quit this menu" msgstr "avsluta denna meny" @@ -2238,67 +2238,67 @@ msgstr "avsluta denna meny" msgid "show admin commands" msgstr "visa administratörskommandon" -#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3651 +#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3652 msgid "show this help" msgstr "visa denna hjälp" -#: g10/card-util.c:2217 tools/gpg-card.c:3653 +#: g10/card-util.c:2217 tools/gpg-card.c:3654 msgid "list all available data" msgstr "lista allt tillgängligt data" -#: g10/card-util.c:2220 tools/gpg-card.c:3655 +#: g10/card-util.c:2220 tools/gpg-card.c:3656 msgid "change card holder's name" msgstr "ändra kortinnehavarens namn" -#: g10/card-util.c:2221 tools/gpg-card.c:3656 +#: g10/card-util.c:2221 tools/gpg-card.c:3657 msgid "change URL to retrieve key" msgstr "ändra url för att hämta nyckel" -#: g10/card-util.c:2222 tools/gpg-card.c:3657 +#: g10/card-util.c:2222 tools/gpg-card.c:3658 msgid "fetch the key specified in the card URL" msgstr "hämta nyckel som anges i kortets url" -#: g10/card-util.c:2223 tools/gpg-card.c:3658 +#: g10/card-util.c:2223 tools/gpg-card.c:3659 msgid "change the login name" msgstr "ändra inloggningsnamnet" # originalet borde ha ett value -#: g10/card-util.c:2224 tools/gpg-card.c:3659 +#: g10/card-util.c:2224 tools/gpg-card.c:3660 msgid "change the language preferences" msgstr "ändra sprÃ¥kinställningarna" -#: g10/card-util.c:2225 tools/gpg-card.c:3660 +#: g10/card-util.c:2225 tools/gpg-card.c:3661 #, fuzzy #| msgid "change card holder's sex" msgid "change card holder's salutation" msgstr "ändra kortinnehavarens kön" -#: g10/card-util.c:2227 tools/gpg-card.c:3662 +#: g10/card-util.c:2227 tools/gpg-card.c:3663 msgid "change a CA fingerprint" msgstr "ändra ett CA-fingeravtryck" # den lÃ¥ter skum -#: g10/card-util.c:2228 tools/gpg-card.c:3663 +#: g10/card-util.c:2228 tools/gpg-card.c:3664 msgid "toggle the signature force PIN flag" msgstr "växla flagga för att tvinga signatur-PIN-kod" -#: g10/card-util.c:2229 tools/gpg-card.c:3664 +#: g10/card-util.c:2229 tools/gpg-card.c:3665 msgid "generate new keys" msgstr "generera nya nycklar" -#: g10/card-util.c:2230 tools/gpg-card.c:3665 +#: g10/card-util.c:2230 tools/gpg-card.c:3666 msgid "menu to change or unblock the PIN" msgstr "meny för att ändra eller avblockera PIN-koden" -#: g10/card-util.c:2231 tools/gpg-card.c:3666 +#: g10/card-util.c:2231 tools/gpg-card.c:3667 msgid "verify the PIN and list all data" msgstr "validera PIN-koden och lista allt data" -#: g10/card-util.c:2232 tools/gpg-card.c:3667 +#: g10/card-util.c:2232 tools/gpg-card.c:3668 msgid "unblock the PIN using a Reset Code" msgstr "lÃ¥s upp PIN-koden med en nollställningskod" -#: g10/card-util.c:2233 tools/gpg-card.c:3671 +#: g10/card-util.c:2233 tools/gpg-card.c:3672 msgid "destroy all keys and data" msgstr "" @@ -2316,13 +2316,13 @@ msgid "change the key attribute" msgstr "ändra ägartillitsvärdet" # originalet borde ha ett value -#: g10/card-util.c:2237 tools/gpg-card.c:3673 +#: g10/card-util.c:2237 tools/gpg-card.c:3674 #, fuzzy #| msgid "change the ownertrust" msgid "change the User Interaction Flag" msgstr "ändra ägartillitsvärdet" -#: g10/card-util.c:2361 tools/gpg-card.c:3923 +#: g10/card-util.c:2361 tools/gpg-card.c:3924 msgid "gpg/card> " msgstr "gpg/kort> " @@ -2338,8 +2338,8 @@ msgstr "Administrationskommandon tillÃ¥ts\n" msgid "Admin commands are not allowed\n" msgstr "Administrationskommandon tillÃ¥ts inte\n" -#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3813 -#: tools/gpg-card.c:4071 +#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3814 +#: tools/gpg-card.c:4072 #, c-format msgid "Invalid command (try \"help\")\n" msgstr "Ogiltigt kommando (prova med \"help\")\n" @@ -2350,22 +2350,22 @@ msgid "--output doesn't work for this command\n" msgstr "--output kan inte användas för detta kommando\n" # se förra kommentaren -#: g10/decrypt.c:247 g10/gpg.c:5262 g10/keyring.c:399 g10/keyring.c:750 +#: g10/decrypt.c:247 g10/gpg.c:5293 g10/keyring.c:399 g10/keyring.c:750 #, fuzzy, c-format #| msgid "can't open `%s'\n" msgid "can't open '%s'\n" msgstr "kan inte öppna \"%s\"\n" #: g10/delkey.c:81 g10/export.c:1934 g10/export.c:2342 g10/export.c:2463 -#: g10/getkey.c:1907 g10/gpg.c:5207 g10/keyedit.c:1450 g10/keyedit.c:2382 -#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1238 +#: g10/getkey.c:1907 g10/gpg.c:5238 g10/keyedit.c:1450 g10/keyedit.c:2382 +#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1240 #: g10/revoke.c:230 g10/tofu.c:2168 #, c-format msgid "key \"%s\" not found: %s\n" msgstr "nyckeln \"%s\" hittades inte: %s\n" -#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4303 -#: g10/gpg.c:5216 g10/keyedit.c:2354 g10/keyserver.c:1256 g10/revoke.c:236 +#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4330 +#: g10/gpg.c:5247 g10/keyedit.c:2354 g10/keyserver.c:1258 g10/revoke.c:236 #: g10/revoke.c:665 g10/tofu.c:2176 #, c-format msgid "error reading keyblock: %s\n" @@ -2493,15 +2493,15 @@ msgstr "du fÃ¥r inte använda chifferalgoritmen \"%s\" när du är i %s-läget\n msgid "(use option \"%s\" to override)\n" msgstr "" -#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4052 -#: g10/gpg.c:4099 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1760 +#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4083 +#: g10/gpg.c:4130 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1793 #, fuzzy, c-format #| msgid "you may not use cipher algorithm `%s' while in %s mode\n" msgid "cipher algorithm '%s' may not be used in %s mode\n" msgstr "du fÃ¥r inte använda chifferalgoritmen \"%s\" när du är i %s-läget\n" -#: g10/encrypt.c:564 g10/gpg.c:4064 g10/gpg.c:4111 g10/sig-check.c:155 -#: g10/sign.c:452 sm/gpgsm.c:1770 sm/gpgsm.c:1780 sm/sign.c:596 sm/verify.c:510 +#: g10/encrypt.c:564 g10/gpg.c:4095 g10/gpg.c:4142 g10/sig-check.c:155 +#: g10/sign.c:452 sm/gpgsm.c:1803 sm/gpgsm.c:1813 sm/sign.c:596 sm/verify.c:510 #, fuzzy, c-format #| msgid "you may not use digest algorithm `%s' while in %s mode\n" msgid "digest algorithm '%s' may not be used in %s mode\n" @@ -2610,7 +2610,7 @@ msgstr "" msgid " - skipped" msgstr "%s: hoppade över: %s\n" -#: g10/export.c:1333 g10/import.c:2112 g10/openfile.c:202 g10/openfile.c:296 +#: g10/export.c:1333 g10/import.c:2124 g10/openfile.c:202 g10/openfile.c:296 #: g10/sign.c:1110 g10/sign.c:1447 #, fuzzy, c-format #| msgid "writing to `%s'\n" @@ -2708,300 +2708,300 @@ msgstr "" msgid "using subkey %s instead of primary key %s\n" msgstr "använder undernyckeln %s istället för primära nyckeln %s\n" -#: g10/getkey.c:4232 g10/gpg.c:2164 +#: g10/getkey.c:4259 g10/gpg.c:2167 #, fuzzy, c-format #| msgid "missing argument for option \"%.50s\"\n" msgid "valid values for option '%s':\n" msgstr "argument för flaggan \"%.50s\" saknas\n" -#: g10/gpg.c:449 sm/gpgsm.c:215 +#: g10/gpg.c:450 sm/gpgsm.c:217 msgid "make a signature" msgstr "skapa en signatur" -#: g10/gpg.c:450 +#: g10/gpg.c:451 msgid "make a clear text signature" msgstr "skapa en klartextsignatur" -#: g10/gpg.c:452 sm/gpgsm.c:217 +#: g10/gpg.c:453 sm/gpgsm.c:219 msgid "make a detached signature" msgstr "skapa signatur i en separat fil" -#: g10/gpg.c:453 sm/gpgsm.c:218 +#: g10/gpg.c:454 sm/gpgsm.c:220 msgid "encrypt data" msgstr "kryptera data" -#: g10/gpg.c:455 +#: g10/gpg.c:456 msgid "encryption only with symmetric cipher" msgstr "kryptering endast med symmetriskt chiffer" # gnupg dekrypterar data om inget kommando anges dvs. kommandot "decrypt" behöver inte användas. -#: g10/gpg.c:457 sm/gpgsm.c:220 +#: g10/gpg.c:458 sm/gpgsm.c:222 msgid "decrypt data (default)" msgstr "dekryptera data (standard)" -#: g10/gpg.c:459 sm/gpgsm.c:221 +#: g10/gpg.c:460 sm/gpgsm.c:223 msgid "verify a signature" msgstr "validera en signatur" -#: g10/gpg.c:461 sm/gpgsm.c:222 +#: g10/gpg.c:462 sm/gpgsm.c:224 msgid "list keys" msgstr "lista nycklar" -#: g10/gpg.c:463 +#: g10/gpg.c:464 msgid "list keys and signatures" msgstr "lista nycklar och signaturer" -#: g10/gpg.c:466 +#: g10/gpg.c:467 msgid "list and check key signatures" msgstr "lista och kontrollera nyckelsignaturer" -#: g10/gpg.c:468 sm/gpgsm.c:227 +#: g10/gpg.c:469 sm/gpgsm.c:229 msgid "list keys and fingerprints" msgstr "lista nycklar och fingeravtryck" -#: g10/gpg.c:469 sm/gpgsm.c:225 +#: g10/gpg.c:470 sm/gpgsm.c:227 msgid "list secret keys" msgstr "lista hemliga nycklar" -#: g10/gpg.c:471 sm/gpgsm.c:228 +#: g10/gpg.c:472 sm/gpgsm.c:230 msgid "generate a new key pair" msgstr "generera ett nytt nyckelpar" -#: g10/gpg.c:474 +#: g10/gpg.c:475 #, fuzzy #| msgid "generate a new key pair" msgid "quickly generate a new key pair" msgstr "generera ett nytt nyckelpar" -#: g10/gpg.c:477 +#: g10/gpg.c:478 #, fuzzy #| msgid "generate a new key pair" msgid "quickly add a new user-id" msgstr "generera ett nytt nyckelpar" -#: g10/gpg.c:482 +#: g10/gpg.c:483 #, fuzzy #| msgid "generate a new key pair" msgid "quickly revoke a user-id" msgstr "generera ett nytt nyckelpar" -#: g10/gpg.c:485 +#: g10/gpg.c:486 #, fuzzy #| msgid "generate a new key pair" msgid "quickly set a new expiration date" msgstr "generera ett nytt nyckelpar" -#: g10/gpg.c:488 +#: g10/gpg.c:489 msgid "full featured key pair generation" msgstr "" -#: g10/gpg.c:491 +#: g10/gpg.c:492 msgid "generate a revocation certificate" msgstr "generera ett spärrcertifikat" -#: g10/gpg.c:494 sm/gpgsm.c:231 +#: g10/gpg.c:495 sm/gpgsm.c:233 msgid "remove keys from the public keyring" msgstr "ta bort nycklar frÃ¥n den publika nyckelringen" -#: g10/gpg.c:496 +#: g10/gpg.c:497 msgid "remove keys from the secret keyring" msgstr "ta bort nycklar frÃ¥n den hemliga nyckelringen" -#: g10/gpg.c:498 +#: g10/gpg.c:499 #, fuzzy #| msgid "sign a key" msgid "quickly sign a key" msgstr "signera en nyckel" -#: g10/gpg.c:500 +#: g10/gpg.c:501 #, fuzzy #| msgid "sign a key locally" msgid "quickly sign a key locally" msgstr "signera en nyckel lokalt" -#: g10/gpg.c:502 +#: g10/gpg.c:503 #, fuzzy #| msgid "generate a new key pair" msgid "quickly revoke a key signature" msgstr "generera ett nytt nyckelpar" -#: g10/gpg.c:503 +#: g10/gpg.c:504 msgid "sign a key" msgstr "signera en nyckel" -#: g10/gpg.c:504 +#: g10/gpg.c:505 msgid "sign a key locally" msgstr "signera en nyckel lokalt" -#: g10/gpg.c:505 +#: g10/gpg.c:506 msgid "sign or edit a key" msgstr "signera eller redigera en nyckel" -#: g10/gpg.c:507 sm/gpgsm.c:249 +#: g10/gpg.c:508 sm/gpgsm.c:251 msgid "change a passphrase" msgstr "ändra en lösenfras" -#: g10/gpg.c:511 +#: g10/gpg.c:512 msgid "export keys" msgstr "exportera nycklar" -#: g10/gpg.c:512 +#: g10/gpg.c:513 msgid "export keys to a keyserver" msgstr "exportera nycklar till en nyckelserver" -#: g10/gpg.c:513 +#: g10/gpg.c:514 msgid "import keys from a keyserver" msgstr "importera nycklar frÃ¥n en nyckelserver" -#: g10/gpg.c:516 +#: g10/gpg.c:517 msgid "search for keys on a keyserver" msgstr "sök efter nycklar hos en nyckelserver" -#: g10/gpg.c:518 +#: g10/gpg.c:519 msgid "update all keys from a keyserver" msgstr "uppdatera alla nycklar nycklar frÃ¥n en nyckelserver" -#: g10/gpg.c:526 +#: g10/gpg.c:527 msgid "import/merge keys" msgstr "importera/slÃ¥ samman nycklar" -#: g10/gpg.c:529 +#: g10/gpg.c:530 msgid "print the card status" msgstr "skriv ut kortstatus" -#: g10/gpg.c:530 +#: g10/gpg.c:531 msgid "change data on a card" msgstr "ändra data pÃ¥ ett kort" -#: g10/gpg.c:532 +#: g10/gpg.c:533 msgid "change a card's PIN" msgstr "ändra PIN-kod för ett kort" -#: g10/gpg.c:544 +#: g10/gpg.c:545 msgid "update the trust database" msgstr "uppdatera tillitsdatabasen" -#: g10/gpg.c:554 +#: g10/gpg.c:555 msgid "print message digests" msgstr "skriv ut kontrollsummor" -#: g10/gpg.c:558 sm/gpgsm.c:244 +#: g10/gpg.c:559 sm/gpgsm.c:246 msgid "run in server mode" msgstr "kör i serverläge" -#: g10/gpg.c:560 +#: g10/gpg.c:561 msgid "|VALUE|set the TOFU policy for a key" msgstr "" -#: g10/gpg.c:603 +#: g10/gpg.c:604 msgid "|NAME|use NAME as default secret key" msgstr "|NAMN|använd NAMN som förvald hemlig nyckel" -#: g10/gpg.c:605 sm/gpgsm.c:337 +#: g10/gpg.c:606 sm/gpgsm.c:340 msgid "|NAME|encrypt to user ID NAME as well" msgstr "|NAMN|kryptera även till användaridentiteten NAMN" -#: g10/gpg.c:613 +#: g10/gpg.c:614 msgid "|SPEC|set up email aliases" msgstr "|SPEC|ange e-postalias (ett eller flera)" -#: g10/gpg.c:625 +#: g10/gpg.c:626 msgid "use strict OpenPGP behavior" msgstr "använd strikt OpenPGP-beteende" -#: g10/gpg.c:650 kbx/kbxutil.c:91 sm/gpgsm.c:421 tools/gpgconf.c:113 +#: g10/gpg.c:651 kbx/kbxutil.c:91 sm/gpgsm.c:424 tools/gpgconf.c:113 msgid "do not make any changes" msgstr "gör inga ändringar" -#: g10/gpg.c:651 +#: g10/gpg.c:652 msgid "prompt before overwriting" msgstr "frÃ¥ga innan överskrivning" -#: g10/gpg.c:700 sm/gpgsm.c:307 +#: g10/gpg.c:701 sm/gpgsm.c:310 #, fuzzy #| msgid "Options controlling the security" msgid "Options controlling the input" msgstr "Flaggor som kontrollerar säkerheten" -#: g10/gpg.c:718 sm/gpgsm.c:317 +#: g10/gpg.c:719 sm/gpgsm.c:320 #, fuzzy #| msgid "Options controlling the diagnostic output" msgid "Options controlling the output" msgstr "Flaggor som kontrollerar diagnosutdata" -#: g10/gpg.c:720 sm/gpgsm.c:319 +#: g10/gpg.c:721 sm/gpgsm.c:322 msgid "create ascii armored output" msgstr "skapa utdata med ett ascii-skal" -#: g10/gpg.c:724 g10/gpgv.c:82 sm/gpgsm.c:324 +#: g10/gpg.c:725 g10/gpgv.c:82 sm/gpgsm.c:327 msgid "|FILE|write output to FILE" msgstr "|FIL|skriv utdata till FIL" -#: g10/gpg.c:737 +#: g10/gpg.c:738 msgid "use canonical text mode" msgstr "använd \"ursprunglig text\"-läget" -#: g10/gpg.c:755 +#: g10/gpg.c:756 msgid "|N|set compress level to N (0 disables)" msgstr "|N|ställ in komprimeringsnivÃ¥n till N (0 för att inaktivera)" -#: g10/gpg.c:761 sm/gpgsm.c:354 +#: g10/gpg.c:762 sm/gpgsm.c:357 #, fuzzy #| msgid "Options controlling the interactivity and enforcement" msgid "Options controlling key import and export" msgstr "Flaggor som kontrollerar interaktivitet och framtvingande" -#: g10/gpg.c:764 +#: g10/gpg.c:765 msgid "|MECHANISMS|use MECHANISMS to locate keys by mail address" msgstr "|MEKANISMER|använd MEKANISMER för att hitta nycklar efter e-postadress" -#: g10/gpg.c:767 +#: g10/gpg.c:768 #, fuzzy #| msgid "import keys from a keyserver" msgid "import missing key from a signature" msgstr "importera nycklar frÃ¥n en nyckelserver" -#: g10/gpg.c:772 +#: g10/gpg.c:773 #, fuzzy #| msgid "list and check key signatures" msgid "include the public key in signatures" msgstr "lista och kontrollera nyckelsignaturer" -#: g10/gpg.c:775 sm/gpgsm.c:357 +#: g10/gpg.c:776 sm/gpgsm.c:360 msgid "disable all access to the dirmngr" msgstr "inaktivera all Ã¥tkomst till dirmngr" -#: g10/gpg.c:787 sm/gpgsm.c:364 +#: g10/gpg.c:788 sm/gpgsm.c:367 #, fuzzy #| msgid "Options controlling the configuration" msgid "Options controlling key listings" msgstr "Flaggor som kontrollerar konfigurationen" -#: g10/gpg.c:817 sm/gpgsm.c:329 +#: g10/gpg.c:818 sm/gpgsm.c:332 #, fuzzy #| msgid "list secret keys" msgid "Options to specify keys" msgstr "lista hemliga nycklar" -#: g10/gpg.c:819 sm/gpgsm.c:331 +#: g10/gpg.c:820 sm/gpgsm.c:334 msgid "|USER-ID|encrypt for USER-ID" msgstr "|ANVÄNDAR-ID|kryptera för ANVÄNDAR-ID" -#: g10/gpg.c:827 sm/gpgsm.c:333 +#: g10/gpg.c:828 sm/gpgsm.c:336 msgid "|USER-ID|use USER-ID to sign or decrypt" msgstr "|ANVÄNDAR-ID|använd ANVÄNDAR-ID för att signera eller dekryptera" -#: g10/gpg.c:875 sm/gpgsm.c:405 +#: g10/gpg.c:876 sm/gpgsm.c:408 msgid "Options for unattended use" msgstr "" -#: g10/gpg.c:894 sm/gpgsm.c:417 dirmngr/dirmngr.c:285 +#: g10/gpg.c:895 sm/gpgsm.c:420 dirmngr/dirmngr.c:286 msgid "Other options" msgstr "" # inställningar istället för flaggor? # Nej, här är det bruksanvisningen för kommandoraden. -#: g10/gpg.c:965 sm/gpgsm.c:450 +#: g10/gpg.c:966 sm/gpgsm.c:453 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -3009,7 +3009,7 @@ msgstr "" "@\n" "(Se manualsidan för en fullständig lista över alla kommandon och flaggor)\n" -#: g10/gpg.c:968 +#: g10/gpg.c:969 #, fuzzy #| msgid "" #| "@\n" @@ -3039,14 +3039,14 @@ msgstr "" "--list-keys [namn] visa nycklar\n" "--fingerprint [namn] visa fingeravtryck\n" -#: g10/gpg.c:1153 +#: g10/gpg.c:1154 #, fuzzy #| msgid "Usage: gpg [options] [files] (-h for help)" msgid "Usage: @GPG@ [options] [files] (-h for help)" msgstr "Användning: gpg [flaggor] [filer] (-h för hjälp)" # Om inget kommando anges (decrypt/encrypt etc) väljs Ã¥tgärd efter indata. -#: g10/gpg.c:1156 +#: g10/gpg.c:1157 #, fuzzy #| msgid "" #| "Syntax: gpg [options] [files]\n" @@ -3061,7 +3061,7 @@ msgstr "" "signera, kontrollera, kryptera eller dekryptera\n" "standardÃ¥tgärden beror pÃ¥ inmatningsdata\n" -#: g10/gpg.c:1167 sm/gpgsm.c:633 +#: g10/gpg.c:1168 sm/gpgsm.c:636 msgid "" "\n" "Supported algorithms:\n" @@ -3069,85 +3069,85 @@ msgstr "" "\n" "Algoritmer som stöds:\n" -#: g10/gpg.c:1170 +#: g10/gpg.c:1171 msgid "Pubkey: " msgstr "Publik nyckel: " -#: g10/gpg.c:1177 g10/keyedit.c:3316 +#: g10/gpg.c:1178 g10/keyedit.c:3316 msgid "Cipher: " msgstr "Chiffer: " -#: g10/gpg.c:1191 +#: g10/gpg.c:1192 msgid "Hash: " msgstr "Kontrollsumma: " -#: g10/gpg.c:1198 g10/keyedit.c:3382 +#: g10/gpg.c:1199 g10/keyedit.c:3382 msgid "Compression: " msgstr "Komprimering: " -#: g10/gpg.c:1273 sm/gpgsm.c:707 +#: g10/gpg.c:1274 sm/gpgsm.c:710 #, fuzzy, c-format #| msgid "usage: gpgsm [options] " msgid "usage: %s [options] %s\n" msgstr "användning: gpgsm [flaggor] " -#: g10/gpg.c:1466 sm/gpgsm.c:800 +#: g10/gpg.c:1467 sm/gpgsm.c:803 #, c-format msgid "conflicting commands\n" msgstr "motstridiga kommandon\n" # Vad betyder detta? -#: g10/gpg.c:1484 +#: g10/gpg.c:1485 #, fuzzy, c-format #| msgid "no = sign found in group definition `%s'\n" msgid "no = sign found in group definition '%s'\n" msgstr "no = signatur hittad i gruppdefinitionen \"%s\"\n" -#: g10/gpg.c:1682 +#: g10/gpg.c:1683 #, fuzzy, c-format #| msgid "WARNING: unsafe ownership on homedir `%s'\n" msgid "WARNING: unsafe ownership on homedir '%s'\n" msgstr "VARNING: osäkert ägarskap pÃ¥ hemkatalogen \"%s\"\n" -#: g10/gpg.c:1685 +#: g10/gpg.c:1686 #, fuzzy, c-format #| msgid "WARNING: unsafe ownership on configuration file `%s'\n" msgid "WARNING: unsafe ownership on configuration file '%s'\n" msgstr "VARNING: osäkert ägarskap pÃ¥ konfigurationsfilen \"%s\"\n" -#: g10/gpg.c:1688 +#: g10/gpg.c:1689 #, fuzzy, c-format #| msgid "WARNING: unsafe ownership on extension `%s'\n" msgid "WARNING: unsafe ownership on extension '%s'\n" msgstr "VARNING: osäkert ägarskap pÃ¥ tillägget \"%s\"\n" -#: g10/gpg.c:1694 +#: g10/gpg.c:1695 #, fuzzy, c-format #| msgid "WARNING: unsafe permissions on homedir `%s'\n" msgid "WARNING: unsafe permissions on homedir '%s'\n" msgstr "VARNING: osäkra rättigheter pÃ¥ hemkatalogen \"%s\"\n" -#: g10/gpg.c:1697 +#: g10/gpg.c:1698 #, fuzzy, c-format #| msgid "WARNING: unsafe permissions on configuration file `%s'\n" msgid "WARNING: unsafe permissions on configuration file '%s'\n" msgstr "VARNING: osäkra rättigheter pÃ¥ konfigurationsfilen \"%s\"\n" # Extension är vad? FIXME -#: g10/gpg.c:1700 +#: g10/gpg.c:1701 #, fuzzy, c-format #| msgid "WARNING: unsafe permissions on extension `%s'\n" msgid "WARNING: unsafe permissions on extension '%s'\n" msgstr "VARNING: osäkra rättigheter pÃ¥ tillägget \"%s\"\n" -#: g10/gpg.c:1706 +#: g10/gpg.c:1707 #, fuzzy, c-format #| msgid "WARNING: unsafe enclosing directory ownership on homedir `%s'\n" msgid "WARNING: unsafe enclosing directory ownership on homedir '%s'\n" msgstr "" "VARNING: osäkert ägarskap pÃ¥ inneslutande katalog för hemkatalogen \"%s\"\n" -#: g10/gpg.c:1709 +#: g10/gpg.c:1710 #, fuzzy, c-format #| msgid "" #| "WARNING: unsafe enclosing directory ownership on configuration file `%s'\n" @@ -3157,21 +3157,21 @@ msgstr "" "VARNING: osäkert ägarskap pÃ¥ inneslutande katalog för konfigurationsfilen " "\"%s\"\n" -#: g10/gpg.c:1712 +#: g10/gpg.c:1713 #, fuzzy, c-format #| msgid "WARNING: unsafe enclosing directory ownership on extension `%s'\n" msgid "WARNING: unsafe enclosing directory ownership on extension '%s'\n" msgstr "" "VARNING: osäkert ägarskap pÃ¥ inneslutande katalog för tillägget \"%s\"\n" -#: g10/gpg.c:1718 +#: g10/gpg.c:1719 #, fuzzy, c-format #| msgid "WARNING: unsafe enclosing directory permissions on homedir `%s'\n" msgid "WARNING: unsafe enclosing directory permissions on homedir '%s'\n" msgstr "" "VARNING: osäkra rättigheter pÃ¥ inneslutande katalog för hemkatalogen \"%s\"\n" -#: g10/gpg.c:1721 +#: g10/gpg.c:1722 #, fuzzy, c-format #| msgid "" #| "WARNING: unsafe enclosing directory permissions on configuration file `" @@ -3182,500 +3182,500 @@ msgstr "" "VARNING: osäkra rättigheter pÃ¥ inneslutande katalog för konfigurationsfilen " "\"%s\"\n" -#: g10/gpg.c:1724 +#: g10/gpg.c:1725 #, fuzzy, c-format #| msgid "WARNING: unsafe enclosing directory permissions on extension `%s'\n" msgid "WARNING: unsafe enclosing directory permissions on extension '%s'\n" msgstr "" "VARNING: osäkra rättigheter pÃ¥ inneslutande katalog för tillägget \"%s\"\n" -#: g10/gpg.c:1940 +#: g10/gpg.c:1941 #, fuzzy, c-format #| msgid "unknown configuration item `%s'\n" msgid "unknown configuration item '%s'\n" msgstr "okänd konfigurationspost \"%s\"\n" -#: g10/gpg.c:2034 +#: g10/gpg.c:2037 msgid "display photo IDs during key listings" msgstr "visa foto-id under nyckellistning" -#: g10/gpg.c:2036 +#: g10/gpg.c:2039 #, fuzzy #| msgid "show user ID validity during key listings" msgid "show key usage information during key listings" msgstr "visa giltighet för användaridentitet vid nyckellistningar " -#: g10/gpg.c:2038 +#: g10/gpg.c:2041 msgid "show policy URLs during signature listings" msgstr "visa policy-url:er under signaturlistningar" -#: g10/gpg.c:2040 +#: g10/gpg.c:2043 msgid "show all notations during signature listings" msgstr "visa alla notationer under signaturlistningar" -#: g10/gpg.c:2042 +#: g10/gpg.c:2045 msgid "show IETF standard notations during signature listings" msgstr "visa IETF-standardnotationer under signaturlistningar" -#: g10/gpg.c:2046 +#: g10/gpg.c:2049 msgid "show user-supplied notations during signature listings" msgstr "visa användarangivna notationer under signaturlistningar" -#: g10/gpg.c:2048 +#: g10/gpg.c:2051 msgid "show preferred keyserver URLs during signature listings" msgstr "visa url:er till föredragna nyckelservrar under signaturlistningar" -#: g10/gpg.c:2050 +#: g10/gpg.c:2053 msgid "show user ID validity during key listings" msgstr "visa giltighet för användaridentitet vid nyckellistningar " -#: g10/gpg.c:2052 +#: g10/gpg.c:2055 msgid "show revoked and expired user IDs in key listings" msgstr "visa spärrade och utgÃ¥ngna användaridentiteter i nyckellistningar" -#: g10/gpg.c:2054 +#: g10/gpg.c:2057 msgid "show revoked and expired subkeys in key listings" msgstr "visa spärrade och utgÃ¥ngna undernycklar i nyckellistningar" -#: g10/gpg.c:2056 +#: g10/gpg.c:2059 msgid "show the keyring name in key listings" msgstr "visa nyckelringens namn i nyckellistningar" -#: g10/gpg.c:2058 +#: g10/gpg.c:2061 msgid "show expiration dates during signature listings" msgstr "visa utgÃ¥ngsdatum under signaturlistningar" -#: g10/gpg.c:2175 +#: g10/gpg.c:2178 #, fuzzy, c-format #| msgid "unknown option `%s'\n" msgid "unknown TOFU policy '%s'\n" msgstr "okänd flagga \"%s\"\n" -#: g10/gpg.c:2177 +#: g10/gpg.c:2180 #, c-format msgid "(use \"help\" to list choices)\n" msgstr "" -#: g10/gpg.c:2972 g10/gpg.c:3797 g10/gpg.c:3809 +#: g10/gpg.c:2975 g10/gpg.c:3828 g10/gpg.c:3840 #, fuzzy, c-format #| msgid "NOTE: %s is not for normal use!\n" msgid "Note: %s is not for normal use!\n" msgstr "OBS: %s är inte för normal användning!\n" -#: g10/gpg.c:3148 g10/gpg.c:3160 +#: g10/gpg.c:3151 g10/gpg.c:3163 #, fuzzy, c-format #| msgid "`%s' is not a valid signature expiration\n" msgid "'%s' is not a valid signature expiration\n" msgstr "\"%s\" är inte ett giltigt utgÃ¥ngsdatum för en signatur\n" -#: g10/gpg.c:3182 +#: g10/gpg.c:3185 #, fuzzy, c-format #| msgid "line %d: not a valid email address\n" msgid "\"%s\" is not a proper mail address\n" msgstr "rad %d: inte en giltig e-postadress\n" -#: g10/gpg.c:3214 sm/gpgsm.c:1265 +#: g10/gpg.c:3217 sm/gpgsm.c:1270 #, fuzzy, c-format #| msgid "invalid country code in `%s', line %d\n" msgid "invalid pinentry mode '%s'\n" msgstr "ogiltig landskod i \"%s\", rad %d\n" -#: g10/gpg.c:3220 sm/gpgsm.c:1271 +#: g10/gpg.c:3223 sm/gpgsm.c:1276 #, fuzzy, c-format #| msgid "missing argument for option \"%.50s\"\n" msgid "invalid request origin '%s'\n" msgstr "argument för flaggan \"%.50s\" saknas\n" -#: g10/gpg.c:3277 +#: g10/gpg.c:3280 #, fuzzy, c-format #| msgid "`%s' is not a valid character set\n" msgid "'%s' is not a valid character set\n" msgstr "\"%s\" är ingen giltig teckentabell\n" -#: g10/gpg.c:3299 g10/gpg.c:3508 g10/keyedit.c:5319 +#: g10/gpg.c:3302 g10/gpg.c:3511 g10/keyedit.c:5319 #, c-format msgid "could not parse keyserver URL\n" msgstr "kunde inte tolka url till nyckelserver\n" -#: g10/gpg.c:3317 +#: g10/gpg.c:3320 #, c-format msgid "%s:%d: invalid keyserver options\n" msgstr "%s:%d: ogiltiga flaggor för nyckelserver\n" -#: g10/gpg.c:3320 +#: g10/gpg.c:3323 #, c-format msgid "invalid keyserver options\n" msgstr "ogiltiga flaggor för nyckelserver\n" -#: g10/gpg.c:3327 +#: g10/gpg.c:3330 #, c-format msgid "%s:%d: invalid import options\n" msgstr "%s:%d: ogiltiga importeringsflaggor\n" -#: g10/gpg.c:3330 +#: g10/gpg.c:3333 #, c-format msgid "invalid import options\n" msgstr "ogiltiga importflaggor\n" -#: g10/gpg.c:3336 g10/gpg.c:3351 +#: g10/gpg.c:3339 g10/gpg.c:3354 #, fuzzy, c-format #| msgid "invalid list options\n" msgid "invalid filter option: %s\n" msgstr "ogiltiga listflaggor\n" -#: g10/gpg.c:3342 +#: g10/gpg.c:3345 #, c-format msgid "%s:%d: invalid export options\n" msgstr "%s:%d: ogiltiga exportflaggor\n" -#: g10/gpg.c:3345 +#: g10/gpg.c:3348 #, c-format msgid "invalid export options\n" msgstr "ogiltiga exportinställningar\n" -#: g10/gpg.c:3357 +#: g10/gpg.c:3360 #, c-format msgid "%s:%d: invalid list options\n" msgstr "%s:%d: ogiltiga listflaggor\n" -#: g10/gpg.c:3360 +#: g10/gpg.c:3363 #, c-format msgid "invalid list options\n" msgstr "ogiltiga listflaggor\n" -#: g10/gpg.c:3368 +#: g10/gpg.c:3371 msgid "display photo IDs during signature verification" msgstr "visa foto-id under signaturvalidering" -#: g10/gpg.c:3370 +#: g10/gpg.c:3373 msgid "show policy URLs during signature verification" msgstr "visa policy-url:er under signaturvalidering" -#: g10/gpg.c:3372 +#: g10/gpg.c:3375 msgid "show all notations during signature verification" msgstr "visa alla notationer under signaturvalidering" -#: g10/gpg.c:3374 +#: g10/gpg.c:3377 msgid "show IETF standard notations during signature verification" msgstr "visa IETF-standardnotationer under signaturvalidering" -#: g10/gpg.c:3378 +#: g10/gpg.c:3381 msgid "show user-supplied notations during signature verification" msgstr "visa användarangivna notationer under signaturvalidering" -#: g10/gpg.c:3380 +#: g10/gpg.c:3383 msgid "show preferred keyserver URLs during signature verification" msgstr "visa url:er till föredragna nyckelserver under signaturvalidering" -#: g10/gpg.c:3382 +#: g10/gpg.c:3385 msgid "show user ID validity during signature verification" msgstr "visa giltighet för användaridentitet vid signaturvalidering" -#: g10/gpg.c:3384 +#: g10/gpg.c:3387 msgid "show revoked and expired user IDs in signature verification" msgstr "visa spärrade och utgÃ¥ngna användaridentiteter i signaturvalidering" -#: g10/gpg.c:3386 +#: g10/gpg.c:3389 msgid "show only the primary user ID in signature verification" msgstr "visa endast primär användaridentitet i signaturvalidering" -#: g10/gpg.c:3393 +#: g10/gpg.c:3396 #, c-format msgid "%s:%d: invalid verify options\n" msgstr "%s:%d: ogiltiga flaggor för validering\n" -#: g10/gpg.c:3396 +#: g10/gpg.c:3399 #, c-format msgid "invalid verify options\n" msgstr "ogiltiga flaggor för validering\n" -#: g10/gpg.c:3403 +#: g10/gpg.c:3406 #, c-format msgid "unable to set exec-path to %s\n" msgstr "kunde inte ställa in exec-path till %s\n" -#: g10/gpg.c:3610 +#: g10/gpg.c:3613 #, c-format msgid "%s:%d: invalid auto-key-locate list\n" msgstr "%s:%d: ogiltig auto-key-locate-lista\n" -#: g10/gpg.c:3613 +#: g10/gpg.c:3616 #, c-format msgid "invalid auto-key-locate list\n" msgstr "ogiltig auto-key-locate-lista\n" -#: g10/gpg.c:3622 +#: g10/gpg.c:3625 #, fuzzy, c-format #| msgid "missing argument for option \"%.50s\"\n" msgid "invalid argument for option \"%.50s\"\n" msgstr "argument för flaggan \"%.50s\" saknas\n" # Programmet skapar en avbildning (image) av minnet för att lättare kunna spÃ¥ra fel. -#: g10/gpg.c:3776 sm/gpgsm.c:1642 +#: g10/gpg.c:3807 sm/gpgsm.c:1675 #, c-format msgid "WARNING: program may create a core file!\n" msgstr "VARNING: programmet kan komma att skapa en minnesavbild!\n" -#: g10/gpg.c:3790 +#: g10/gpg.c:3821 #, c-format msgid "WARNING: %s overrides %s\n" msgstr "VARNING: %s gäller istället för %s\n" -#: g10/gpg.c:3799 +#: g10/gpg.c:3830 #, c-format msgid "%s not allowed with %s!\n" msgstr "%s är inte tillÃ¥ten tillsammans med %s!\n" -#: g10/gpg.c:3802 +#: g10/gpg.c:3833 #, c-format msgid "%s makes no sense with %s!\n" msgstr "det är ingen poäng att använda %s tillsammans med %s!\n" -#: g10/gpg.c:3817 sm/gpgsm.c:1663 dirmngr/dirmngr.c:1114 +#: g10/gpg.c:3848 sm/gpgsm.c:1696 dirmngr/dirmngr.c:1123 #, c-format msgid "WARNING: running with faked system time: " msgstr "VARNING: kör med falsk systemtid: " -#: g10/gpg.c:3838 +#: g10/gpg.c:3869 #, c-format msgid "will not run with insecure memory due to %s\n" msgstr "kommer inte att köra med osäkert minne pÃ¥ grund av %s\n" -#: g10/gpg.c:3866 g10/gpg.c:3897 sm/gpgsm.c:1730 +#: g10/gpg.c:3897 g10/gpg.c:3928 sm/gpgsm.c:1763 #, c-format msgid "selected cipher algorithm is invalid\n" msgstr "den valda chifferalgoritmen är ogiltig\n" -#: g10/gpg.c:3873 +#: g10/gpg.c:3904 #, fuzzy, c-format #| msgid "selected digest algorithm is invalid\n" msgid "selected AEAD algorithm is invalid\n" msgstr "vald sammandragsalgoritm är ogiltig\n" -#: g10/gpg.c:3885 +#: g10/gpg.c:3916 #, c-format msgid "selected compression algorithm is invalid\n" msgstr "vald komprimeringsalgoritm är ogiltig\n" -#: g10/gpg.c:3891 +#: g10/gpg.c:3922 #, c-format msgid "selected certification digest algorithm is invalid\n" msgstr "vald algoritm för certifieringssammandrag är felaktig\n" # antalet betrodda signaturer som behövs (1-3) för att du ska lita pÃ¥ en nyckel du inte själv verifierat. -#: g10/gpg.c:3906 +#: g10/gpg.c:3937 #, c-format msgid "completes-needed must be greater than 0\n" msgstr "variabeln \"completes-needed\" mÃ¥ste ha ett värde som är större än 0\n" # antalet delvis betrodda signaturer som behövs (1-3) för att du ska lita pÃ¥ en nyckel du inte själv verifierat. -#: g10/gpg.c:3908 +#: g10/gpg.c:3939 #, c-format msgid "marginals-needed must be greater than 1\n" msgstr "variabeln \"marginals-needed\" mÃ¥ste vara större än 1\n" # Hur djupt GnuPG ska leta i Web-of-trust. -#: g10/gpg.c:3910 +#: g10/gpg.c:3941 #, c-format msgid "max-cert-depth must be in the range from 1 to 255\n" msgstr "max-cert-depth mÃ¥ste vara inom intervallet frÃ¥n 1 till 255\n" # Det är nivÃ¥n för hurväl du har kontrollerat att nyckeln tillhör innehavaren. -#: g10/gpg.c:3912 +#: g10/gpg.c:3943 #, c-format msgid "invalid default-cert-level; must be 0, 1, 2, or 3\n" msgstr "" "ogiltigt standardvärde för certifieringsnivÃ¥n; mÃ¥ste vara 0, 1, 2 eller 3\n" # Det är nivÃ¥n för hurväl du har kontrollerat att nyckeln tillhör innehavaren. -#: g10/gpg.c:3914 +#: g10/gpg.c:3945 #, c-format msgid "invalid min-cert-level; must be 1, 2, or 3\n" msgstr "ogiltigt minimivärde för certifieringsnivÃ¥n; mÃ¥ste vara 1, 2 eller 3\n" # S2K har med krypteringen av hemliga nyckeln att göra -#: g10/gpg.c:3918 +#: g10/gpg.c:3949 #, fuzzy, c-format #| msgid "NOTE: simple S2K mode (0) is strongly discouraged\n" msgid "Note: simple S2K mode (0) is strongly discouraged\n" msgstr "OBS: enkelt S2K-läge (0) rekommenderas inte\n" -#: g10/gpg.c:3922 +#: g10/gpg.c:3953 #, c-format msgid "invalid S2K mode; must be 0, 1 or 3\n" msgstr "ogiltigt S2K-läge; mÃ¥ste vara 0, 1 eller 3\n" -#: g10/gpg.c:3929 +#: g10/gpg.c:3960 #, c-format msgid "invalid default preferences\n" msgstr "ogiltiga standardinställningar\n" # Du kan ange de algoritmer du föredrar i prioritetsordning. DÃ¥ avgör inte enbart standard (symmetrisk kryptering) eller mottagarens preferenser (kryptering till öppen nyckel). -#: g10/gpg.c:3933 +#: g10/gpg.c:3964 #, c-format msgid "invalid personal cipher preferences\n" msgstr "ogiltig inställning av personligt chiffer\n" # Du kan ange de algoritmer du föredrar i prioritetsordning. DÃ¥ avgör inte enbart standard (symmetrisk kryptering) eller mottagarens preferenser (kryptering till öppen nyckel). -#: g10/gpg.c:3936 +#: g10/gpg.c:3967 #, fuzzy, c-format #| msgid "invalid personal cipher preferences\n" msgid "invalid personal AEAD preferences\n" msgstr "ogiltig inställning av personligt chiffer\n" -#: g10/gpg.c:3940 +#: g10/gpg.c:3971 #, c-format msgid "invalid personal digest preferences\n" msgstr "ogiltig inställning av föredragna kontrollsummealgoritmer\n" -#: g10/gpg.c:3944 +#: g10/gpg.c:3975 #, c-format msgid "invalid personal compress preferences\n" msgstr "ogiltig inställning av föredragna kompressionsalgoritmer\n" -#: g10/gpg.c:3953 g10/gpg.c:3958 +#: g10/gpg.c:3984 g10/gpg.c:3989 #, fuzzy, c-format #| msgid "keysize invalid; using %u bits\n" msgid "chunk size invalid - using %d\n" msgstr "ogiltig nyckelstorlek; använder %u bitar\n" -#: g10/gpg.c:3995 +#: g10/gpg.c:4026 #, c-format msgid "%s does not yet work with %s\n" msgstr "%s fungerar ännu inte med %s\n" -#: g10/gpg.c:4058 +#: g10/gpg.c:4089 #, fuzzy, c-format #| msgid "you may not use cipher algorithm `%s' while in %s mode\n" msgid "AEAD algorithm '%s' may not be used in %s mode\n" msgstr "du fÃ¥r inte använda chifferalgoritmen \"%s\" när du är i %s-läget\n" -#: g10/gpg.c:4070 +#: g10/gpg.c:4101 #, fuzzy, c-format #| msgid "you may not use compression algorithm `%s' while in %s mode\n" msgid "compression algorithm '%s' may not be used in %s mode\n" msgstr "" "du fÃ¥r inte använda komprimeringsalgoritmen \"%s\" när du är i %s-läget\n" -#: g10/gpg.c:4225 +#: g10/gpg.c:4256 #, c-format msgid "failed to initialize the TrustDB: %s\n" msgstr "misslyckades med att initialisera tillitsdatabasen: %s\n" -#: g10/gpg.c:4237 +#: g10/gpg.c:4268 #, c-format msgid "WARNING: recipients (-r) given without using public key encryption\n" msgstr "" "VARNING: mottagare (-r) angivna utan att använda publik nyckel-kryptering\n" -#: g10/gpg.c:4309 +#: g10/gpg.c:4340 #, fuzzy, c-format #| msgid "symmetric encryption of `%s' failed: %s\n" msgid "symmetric encryption of '%s' failed: %s\n" msgstr "symmetrisk kryptering av \"%s\" misslyckades: %s\n" -#: g10/gpg.c:4338 +#: g10/gpg.c:4369 #, c-format msgid "you cannot use --symmetric --encrypt with --s2k-mode 0\n" msgstr "du kan inte använda --symmetric --encrypt med --s2k-mode 0\n" -#: g10/gpg.c:4341 +#: g10/gpg.c:4372 #, fuzzy, c-format #| msgid "you cannot use --symmetric --encrypt while in %s mode\n" msgid "you cannot use --symmetric --encrypt in %s mode\n" msgstr "du kan inte använda --symmetric --encrypt i %s-läget\n" -#: g10/gpg.c:4399 +#: g10/gpg.c:4430 #, c-format msgid "you cannot use --symmetric --sign --encrypt with --s2k-mode 0\n" msgstr "du kan inte använda --symmetric --sign --encrypt med --s2k-mode 0\n" -#: g10/gpg.c:4402 +#: g10/gpg.c:4433 #, fuzzy, c-format #| msgid "you cannot use --symmetric --sign --encrypt while in %s mode\n" msgid "you cannot use --symmetric --sign --encrypt in %s mode\n" msgstr "" "du kan inte använda --symmetric --sign --encrypt när du är i %s-läget\n" -#: g10/gpg.c:4790 g10/keyserver.c:1858 +#: g10/gpg.c:4821 g10/keyserver.c:1870 #, c-format msgid "keyserver send failed: %s\n" msgstr "sändning till nyckelservern misslyckades: %s\n" -#: g10/gpg.c:4795 +#: g10/gpg.c:4826 #, c-format msgid "keyserver receive failed: %s\n" msgstr "hämtning frÃ¥n nyckelservern misslyckades: %s\n" -#: g10/gpg.c:4801 +#: g10/gpg.c:4832 #, c-format msgid "key export failed: %s\n" msgstr "export av nyckeln misslyckades: %s\n" -#: g10/gpg.c:4814 +#: g10/gpg.c:4845 #, fuzzy, c-format #| msgid "key export failed: %s\n" msgid "export as ssh key failed: %s\n" msgstr "export av nyckeln misslyckades: %s\n" -#: g10/gpg.c:4826 +#: g10/gpg.c:4857 #, c-format msgid "keyserver search failed: %s\n" msgstr "sökning pÃ¥ nyckelservern misslyckades: %s\n" -#: g10/gpg.c:4839 +#: g10/gpg.c:4870 #, c-format msgid "keyserver refresh failed: %s\n" msgstr "uppdatering av nyckeln frÃ¥n en nyckelserver misslyckades: %s\n" -#: g10/gpg.c:4906 +#: g10/gpg.c:4937 #, c-format msgid "dearmoring failed: %s\n" msgstr "misslyckades med att ta bort ASCII-skalet: %s\n" -#: g10/gpg.c:4917 +#: g10/gpg.c:4948 #, c-format msgid "enarmoring failed: %s\n" msgstr "misslyckades med att skapa ASCII-skal: %s\n" -#: g10/gpg.c:5022 +#: g10/gpg.c:5053 #, fuzzy, c-format #| msgid "invalid hash algorithm `%s'\n" msgid "invalid hash algorithm '%s'\n" msgstr "ogiltig kontrollsummealgoritm \"%s\"\n" -#: g10/gpg.c:5174 g10/tofu.c:2156 +#: g10/gpg.c:5205 g10/tofu.c:2156 #, fuzzy, c-format #| msgid "error storing certificate: %s\n" msgid "error parsing key specification '%s': %s\n" msgstr "fel vid lagring av certifikat: %s\n" -#: g10/gpg.c:5185 +#: g10/gpg.c:5216 #, c-format msgid "'%s' does not appear to be a valid key ID, fingerprint or keygrip\n" msgstr "" -#: g10/gpg.c:5241 +#: g10/gpg.c:5272 #, c-format msgid "WARNING: no command supplied. Trying to guess what you mean ...\n" msgstr "" -#: g10/gpg.c:5252 +#: g10/gpg.c:5283 #, c-format msgid "Go ahead and type your message ...\n" msgstr "Skriv ditt meddelande här ...\n" -#: g10/gpg.c:5599 +#: g10/gpg.c:5630 #, c-format msgid "the given certification policy URL is invalid\n" msgstr "den angivna URL som beskriver certifieringsspolicy är ogiltig\n" -#: g10/gpg.c:5601 +#: g10/gpg.c:5632 #, c-format msgid "the given signature policy URL is invalid\n" msgstr "den angivna URL som beskriver signaturpolicy är ogiltig\n" -#: g10/gpg.c:5634 +#: g10/gpg.c:5665 #, c-format msgid "the given preferred keyserver URL is invalid\n" msgstr "den angivna föredragna nyckelserver-url:n är ogiltig\n" @@ -3691,7 +3691,7 @@ msgstr "|FIL|ta nycklarna frÃ¥n nyckelringen FIL " msgid "make timestamp conflicts only a warning" msgstr "utfärda enbart en varning när tidsstämpeln är orimlig" -#: g10/gpgv.c:86 sm/gpgsm.c:411 tools/gpgconf.c:116 tools/gpg-card.c:94 +#: g10/gpgv.c:86 sm/gpgsm.c:414 tools/gpgconf.c:116 tools/gpg-card.c:95 msgid "|FD|write status info to this FD" msgstr "|FD|skriv statusinformation till denna FD" @@ -3787,98 +3787,98 @@ msgstr "anta att inmatning är i binärformat" msgid "repair keys on import" msgstr "visa nyckelns fingeravtryck" -#: g10/import.c:387 g10/import.c:709 +#: g10/import.c:399 g10/import.c:721 #, c-format msgid "skipping block of type %d\n" msgstr "hoppar över block av typen %d\n" -#: g10/import.c:726 +#: g10/import.c:738 #, c-format msgid "%lu keys processed so far\n" msgstr "%lu nycklar behandlade än sÃ¥ länge\n" -#: g10/import.c:819 +#: g10/import.c:831 #, c-format msgid "Total number processed: %lu\n" msgstr "Totalt antal behandlade enheter: %lu\n" -#: g10/import.c:822 +#: g10/import.c:834 #, fuzzy, c-format #| msgid " skipped new keys: %lu\n" msgid " skipped PGP-2 keys: %lu\n" msgstr " överhoppade nya nycklar: %lu\n" -#: g10/import.c:824 +#: g10/import.c:836 #, c-format msgid " skipped new keys: %lu\n" msgstr " överhoppade nya nycklar: %lu\n" -#: g10/import.c:827 +#: g10/import.c:839 #, c-format msgid " w/o user IDs: %lu\n" msgstr " utan användaridentiteter: %lu\n" -#: g10/import.c:830 sm/import.c:129 +#: g10/import.c:842 sm/import.c:129 #, c-format msgid " imported: %lu" msgstr " importerade: %lu" -#: g10/import.c:834 sm/import.c:133 +#: g10/import.c:846 sm/import.c:133 #, c-format msgid " unchanged: %lu\n" msgstr " oförändrade: %lu\n" -#: g10/import.c:836 +#: g10/import.c:848 #, c-format msgid " new user IDs: %lu\n" msgstr " nya användaridentiteter: %lu\n" -#: g10/import.c:838 +#: g10/import.c:850 #, c-format msgid " new subkeys: %lu\n" msgstr " nya undernycklar: %lu\n" -#: g10/import.c:840 +#: g10/import.c:852 #, c-format msgid " new signatures: %lu\n" msgstr " nya signaturer: %lu\n" -#: g10/import.c:842 +#: g10/import.c:854 #, c-format msgid " new key revocations: %lu\n" msgstr " nya nyckelspärrningar: %lu\n" -#: g10/import.c:844 sm/import.c:135 +#: g10/import.c:856 sm/import.c:135 #, c-format msgid " secret keys read: %lu\n" msgstr " antal lästa hemliga nycklar: %lu\n" -#: g10/import.c:846 sm/import.c:137 +#: g10/import.c:858 sm/import.c:137 #, c-format msgid " secret keys imported: %lu\n" msgstr " importerade hemliga nycklar: %lu\n" -#: g10/import.c:848 sm/import.c:139 +#: g10/import.c:860 sm/import.c:139 #, c-format msgid " secret keys unchanged: %lu\n" msgstr " oförändrade hemliga nycklar: %lu\n" -#: g10/import.c:850 sm/import.c:141 +#: g10/import.c:862 sm/import.c:141 #, c-format msgid " not imported: %lu\n" msgstr " inte importerade: %lu\n" -#: g10/import.c:852 +#: g10/import.c:864 #, c-format msgid " signatures cleaned: %lu\n" msgstr " signaturer rensade: %lu\n" -#: g10/import.c:854 +#: g10/import.c:866 #, c-format msgid " user IDs cleaned: %lu\n" msgstr " användaridentiteter rensade: %lu\n" -#: g10/import.c:1279 +#: g10/import.c:1291 #, c-format msgid "" "WARNING: key %s contains preferences for unavailable\n" @@ -3887,181 +3887,181 @@ msgstr "" "VARNING: nyckeln %s innehÃ¥ller inställningar för otillgängliga\n" "algoritmer för dessa användaridentiteter:\n" -#: g10/import.c:1321 +#: g10/import.c:1333 #, c-format msgid " \"%s\": preference for cipher algorithm %s\n" msgstr " \"%s\": inställning för chifferalgoritmen %s\n" -#: g10/import.c:1339 +#: g10/import.c:1351 #, fuzzy, c-format #| msgid " \"%s\": preference for cipher algorithm %s\n" msgid " \"%s\": preference for AEAD algorithm %s\n" msgstr " \"%s\": inställning för chifferalgoritmen %s\n" -#: g10/import.c:1354 +#: g10/import.c:1366 #, c-format msgid " \"%s\": preference for digest algorithm %s\n" msgstr " \"%s\": inställning för sammandragsalgoritmen %s\n" -#: g10/import.c:1366 +#: g10/import.c:1378 #, c-format msgid " \"%s\": preference for compression algorithm %s\n" msgstr " \"%s\": inställning för komprimeringsalgoritmen %s\n" -#: g10/import.c:1379 +#: g10/import.c:1391 #, c-format msgid "it is strongly suggested that you update your preferences and\n" msgstr "det rekommenderas starkt att du uppdaterar dina inställningar\n" -#: g10/import.c:1381 +#: g10/import.c:1393 #, c-format msgid "re-distribute this key to avoid potential algorithm mismatch problems\n" msgstr "" "och distribuerar denna nyckel igen för att undvika tänkbara problem\n" "med att algoritmerna inte stämmer\n" -#: g10/import.c:1406 +#: g10/import.c:1418 #, c-format msgid "you can update your preferences with: gpg --edit-key %s updpref save\n" msgstr "" "du kan uppdatera dina inställningar med: gpg --edit-key %s updpref save\n" -#: g10/import.c:1920 g10/import.c:3041 +#: g10/import.c:1932 g10/import.c:3053 #, c-format msgid "key %s: no user ID\n" msgstr "nyckel %s: ingen användaridentitet\n" -#: g10/import.c:1926 +#: g10/import.c:1938 #, fuzzy, c-format #| msgid "skipped \"%s\": %s\n" msgid "key %s: %s\n" msgstr "hoppade över \"%s\": %s\n" -#: g10/import.c:1927 g10/import.c:3013 +#: g10/import.c:1939 g10/import.c:3025 msgid "rejected by import screener" msgstr "" # Undernyckeln är skadad pÃ¥ HKP-servern. Vanligt fel vid mÃ¥nga undernycklar. -#: g10/import.c:1976 +#: g10/import.c:1988 #, c-format msgid "key %s: PKS subkey corruption repaired\n" msgstr "nyckeln %s: PKS-skadad undernyckel reparerades\n" # vad innebär fnutten i slutet? -#: g10/import.c:1997 +#: g10/import.c:2009 #, c-format msgid "key %s: accepted non self-signed user ID \"%s\"\n" msgstr "nyckel %s: accepterade icke-självsignerad användaridentitet \"%s\"\n" -#: g10/import.c:2008 g10/import.c:2039 +#: g10/import.c:2020 g10/import.c:2051 #, c-format msgid "key %s: no valid user IDs\n" msgstr "nyckel %s: inga giltiga användaridentiteter\n" -#: g10/import.c:2010 +#: g10/import.c:2022 #, c-format msgid "this may be caused by a missing self-signature\n" msgstr "detta kan bero pÃ¥ att det saknas en självsignatur\n" -#: g10/import.c:2089 g10/import.c:3427 +#: g10/import.c:2101 g10/import.c:3439 #, c-format msgid "key %s: public key not found: %s\n" msgstr "nyckel %s: hittade ingen publik nyckel: %s\n" -#: g10/import.c:2095 +#: g10/import.c:2107 #, c-format msgid "key %s: new key - skipped\n" msgstr "nyckel %s: ny nyckel - hoppade över\n" -#: g10/import.c:2107 +#: g10/import.c:2119 #, c-format msgid "no writable keyring found: %s\n" msgstr "hittade ingen nyckelring som gick att skriva till: %s\n" -#: g10/import.c:2139 g10/import.c:2241 g10/import.c:3502 +#: g10/import.c:2151 g10/import.c:2253 g10/import.c:3514 #, fuzzy, c-format #| msgid "error writing keyring `%s': %s\n" msgid "error writing keyring '%s': %s\n" msgstr "fel vid skrivning av nyckelringen \"%s\": %s\n" # fixme: I appended the %s -wk -#: g10/import.c:2162 +#: g10/import.c:2174 #, c-format msgid "key %s: public key \"%s\" imported\n" msgstr "nyckel %s: publika nyckeln \"%s\" importerades\n" -#: g10/import.c:2189 +#: g10/import.c:2201 #, c-format msgid "key %s: doesn't match our copy\n" msgstr "nyckel %s: stämmer inte mot vÃ¥r lokala kopia\n" -#: g10/import.c:2257 +#: g10/import.c:2269 #, c-format msgid "key %s: \"%s\" 1 new user ID\n" msgstr "nyckel %s: \"%s\" 1 ny användaridentitet\n" -#: g10/import.c:2260 +#: g10/import.c:2272 #, c-format msgid "key %s: \"%s\" %d new user IDs\n" msgstr "nyckel %s: \"%s\" %d nya användaridentiteter\n" -#: g10/import.c:2263 +#: g10/import.c:2275 #, c-format msgid "key %s: \"%s\" 1 new signature\n" msgstr "nyckel %s: \"%s\" 1 ny signatur\n" -#: g10/import.c:2266 +#: g10/import.c:2278 #, c-format msgid "key %s: \"%s\" %d new signatures\n" msgstr "nyckel %s: \"%s\" %d nya signaturer\n" -#: g10/import.c:2269 +#: g10/import.c:2281 #, c-format msgid "key %s: \"%s\" 1 new subkey\n" msgstr "nyckel %s: \"%s\" 1 ny undernyckel\n" -#: g10/import.c:2272 +#: g10/import.c:2284 #, c-format msgid "key %s: \"%s\" %d new subkeys\n" msgstr "nyckel %s: \"%s\" %d nya undernycklar\n" -#: g10/import.c:2275 +#: g10/import.c:2287 #, c-format msgid "key %s: \"%s\" %d signature cleaned\n" msgstr "nyckel %s: \"%s\" %d signatur rensad\n" -#: g10/import.c:2278 +#: g10/import.c:2290 #, c-format msgid "key %s: \"%s\" %d signatures cleaned\n" msgstr "nyckel %s: \"%s\" %d signaturer rensade\n" -#: g10/import.c:2281 +#: g10/import.c:2293 #, c-format msgid "key %s: \"%s\" %d user ID cleaned\n" msgstr "nyckel %s: \"%s\" %d användaridentitet rensad\n" -#: g10/import.c:2284 +#: g10/import.c:2296 #, c-format msgid "key %s: \"%s\" %d user IDs cleaned\n" msgstr "nyckel %s: \"%s\" %d användaridentiteter rensade\n" -#: g10/import.c:2320 +#: g10/import.c:2332 #, c-format msgid "key %s: \"%s\" not changed\n" msgstr "nyckel %s: \"%s\" inte ändrad\n" -#: g10/import.c:2680 g10/import.c:2875 +#: g10/import.c:2692 g10/import.c:2887 #, c-format msgid "key %s: secret key imported\n" msgstr "nyckel %s: hemlig nyckel importerades\n" -#: g10/import.c:2688 +#: g10/import.c:2700 #, fuzzy, c-format #| msgid "skipped: secret key already present\n" msgid "key %s: secret key already exists\n" msgstr "hoppade över: hemlig nyckel finns redan\n" -#: g10/import.c:2696 +#: g10/import.c:2708 #, fuzzy, c-format #| msgid "error sending %s command: %s\n" msgid "key %s: error sending to agent: %s\n" @@ -4075,208 +4075,208 @@ msgstr "fel vid sändning av %s-kommando: %s\n" #. * Instead, user should be suggested to run 'gpg --card-status', #. * then, references to a card will be automatically created #. * again. -#: g10/import.c:2865 +#: g10/import.c:2877 #, c-format msgid "To migrate '%s', with each smartcard, run: %s\n" msgstr "" -#: g10/import.c:3012 +#: g10/import.c:3024 #, fuzzy, c-format #| msgid "secret key \"%s\" not found: %s\n" msgid "secret key %s: %s\n" msgstr "hemliga nyckeln \"%s\" hittades inte: %s\n" -#: g10/import.c:3033 g10/import.c:3072 +#: g10/import.c:3045 g10/import.c:3084 #, c-format msgid "importing secret keys not allowed\n" msgstr "import av hemliga nycklar tillÃ¥ts inte\n" -#: g10/import.c:3060 +#: g10/import.c:3072 #, c-format msgid "key %s: secret key with invalid cipher %d - skipped\n" msgstr "nyckel %s: hemlig nyckel med ogiltigt chiffer %d - hoppade över\n" -#: g10/import.c:3222 g10/pkclist.c:75 g10/revoke.c:774 +#: g10/import.c:3234 g10/pkclist.c:75 g10/revoke.c:774 msgid "No reason specified" msgstr "Ingen anledning har angivits" # tveksam översättning. funderar pÃ¥ "ersatt av nÃ¥got bättre" men det # känns inte heller bra. Betyder att nyckeln inte används längre, utan användaren har skapat en ny nyckel som ersätter den gamla. -#: g10/import.c:3223 g10/pkclist.c:77 g10/revoke.c:776 +#: g10/import.c:3235 g10/pkclist.c:77 g10/revoke.c:776 msgid "Key is superseded" msgstr "Nyckeln är Ã¥sidosatt" -#: g10/import.c:3224 g10/pkclist.c:79 g10/revoke.c:775 +#: g10/import.c:3236 g10/pkclist.c:79 g10/revoke.c:775 msgid "Key has been compromised" msgstr "Nyckeln har blivit komprometterad" -#: g10/import.c:3225 g10/pkclist.c:81 g10/revoke.c:777 +#: g10/import.c:3237 g10/pkclist.c:81 g10/revoke.c:777 msgid "Key is no longer used" msgstr "Nyckeln används inte längre" -#: g10/import.c:3226 g10/pkclist.c:83 g10/revoke.c:778 +#: g10/import.c:3238 g10/pkclist.c:83 g10/revoke.c:778 msgid "User ID is no longer valid" msgstr "Användaridentiteten är inte längre giltig" -#: g10/import.c:3351 g10/keylist.c:1105 g10/pkclist.c:87 +#: g10/import.c:3363 g10/keylist.c:1105 g10/pkclist.c:87 #, c-format msgid "reason for revocation: " msgstr "anledning för spärrning: " -#: g10/import.c:3370 g10/keylist.c:1124 g10/pkclist.c:103 +#: g10/import.c:3382 g10/keylist.c:1124 g10/pkclist.c:103 #, c-format msgid "revocation comment: " msgstr "spärrningskommentar: " -#: g10/import.c:3420 +#: g10/import.c:3432 #, c-format msgid "key %s: no public key - can't apply revocation certificate\n" msgstr "nyckel %s: ingen publik nyckel - kan inte verkställa spärrcertifikat\n" -#: g10/import.c:3449 +#: g10/import.c:3461 #, c-format msgid "key %s: can't locate original keyblock: %s\n" msgstr "nyckel %s: kan inte hitta det ursprungliga nyckelblocket: %s\n" -#: g10/import.c:3456 +#: g10/import.c:3468 #, c-format msgid "key %s: can't read original keyblock: %s\n" msgstr "nyckel %s: kan inte läsa det ursprungliga nyckelblocket %s\n" -#: g10/import.c:3476 +#: g10/import.c:3488 #, c-format msgid "key %s: invalid revocation certificate: %s - rejected\n" msgstr "nyckel %s: ogiltigt spärrcertifikat: %s - avvisat\n" -#: g10/import.c:3511 +#: g10/import.c:3523 #, c-format msgid "key %s: \"%s\" revocation certificate imported\n" msgstr "nyckel %s: \"%s\" spärrcertifikat importerat\n" -#: g10/import.c:3597 +#: g10/import.c:3609 #, c-format msgid "key %s: no user ID for signature\n" msgstr "nyckel %s: ingen användaridentitet för signaturen\n" # fixme: I appended the %s -wk -#: g10/import.c:3614 +#: g10/import.c:3626 #, c-format msgid "key %s: unsupported public key algorithm on user ID \"%s\"\n" msgstr "" "nyckel %s: algoritmen för publika nycklar stöds inte för " "användaridentiteten \"%s\"\n" -#: g10/import.c:3616 +#: g10/import.c:3628 #, c-format msgid "key %s: invalid self-signature on user ID \"%s\"\n" msgstr "nyckel %s: ogiltig självsignatur pÃ¥ användaridentiteten \"%s\"\n" -#: g10/import.c:3633 g10/import.c:3661 g10/import.c:3717 +#: g10/import.c:3645 g10/import.c:3673 g10/import.c:3729 #, c-format msgid "key %s: unsupported public key algorithm\n" msgstr "nyckel %s: algoritmen för publika nycklar stöds inte\n" -#: g10/import.c:3634 +#: g10/import.c:3646 #, c-format msgid "key %s: invalid direct key signature\n" msgstr "nyckel %s: ogiltig direkt nyckelsignatur\n" -#: g10/import.c:3648 +#: g10/import.c:3660 #, c-format msgid "key %s: no subkey for key binding\n" msgstr "nyckel %s: ingen undernyckel för nyckelbindning\n" -#: g10/import.c:3663 +#: g10/import.c:3675 #, c-format msgid "key %s: invalid subkey binding\n" msgstr "nyckel %s: ogiltig undernyckelbindning\n" -#: g10/import.c:3682 +#: g10/import.c:3694 #, c-format msgid "key %s: removed multiple subkey binding\n" msgstr "nyckel %s: tog bort flera undernyckelbindningar\n" -#: g10/import.c:3706 +#: g10/import.c:3718 #, c-format msgid "key %s: no subkey for key revocation\n" msgstr "nyckel %s: ingen undernyckel för nyckelspärrning\n" -#: g10/import.c:3719 +#: g10/import.c:3731 #, c-format msgid "key %s: invalid subkey revocation\n" msgstr "nyckel %s: ogiltig spärr av undernyckel\n" -#: g10/import.c:3734 +#: g10/import.c:3746 #, c-format msgid "key %s: removed multiple subkey revocation\n" msgstr "nyckel %s: tog bort flera spärrar av undernyckel\n" -#: g10/import.c:3778 +#: g10/import.c:3790 #, c-format msgid "key %s: skipped user ID \"%s\"\n" msgstr "nyckel %s: hoppade över användaridentiteten \"%s\"\n" -#: g10/import.c:3805 +#: g10/import.c:3817 #, c-format msgid "key %s: skipped subkey\n" msgstr "nyckel %s: hoppade över undernyckel\n" -#: g10/import.c:3837 +#: g10/import.c:3849 #, c-format msgid "key %s: non exportable signature (class 0x%02X) - skipped\n" msgstr "nyckel %s: icke-exporterbar signatur (klass 0x%02X) - hoppade över\n" -#: g10/import.c:3848 +#: g10/import.c:3860 #, c-format msgid "key %s: revocation certificate at wrong place - skipped\n" msgstr "nyckel %s: spärrcertifikat pÃ¥ fel plats - hoppade över\n" # nyckeln eller certifikatet?? -#: g10/import.c:3866 +#: g10/import.c:3878 #, c-format msgid "key %s: invalid revocation certificate: %s - skipped\n" msgstr "nyckel %s: ogiltigt spärrcertifikat: %s - hoppade över\n" -#: g10/import.c:3880 +#: g10/import.c:3892 #, c-format msgid "key %s: subkey signature in wrong place - skipped\n" msgstr "nyckel %s: signatur pÃ¥ undernyckel pÃ¥ fel plats - hoppade över\n" # nyckeln eller klassen? -#: g10/import.c:3888 +#: g10/import.c:3900 #, c-format msgid "key %s: unexpected signature class (0x%02X) - skipped\n" msgstr "nyckel %s: oväntad signaturklass (0x%02X) - hoppade över\n" -#: g10/import.c:4061 +#: g10/import.c:4073 #, c-format msgid "key %s: duplicated user ID detected - merged\n" msgstr "" "nyckel %s: dubblett av användaridentiteten hittades - slog samman dem\n" -#: g10/import.c:4168 +#: g10/import.c:4180 #, fuzzy, c-format #| msgid "key %s: duplicated user ID detected - merged\n" msgid "key %s: duplicated subkeys detected - merged\n" msgstr "" "nyckel %s: dubblett av användaridentiteten hittades - slog samman dem\n" -#: g10/import.c:4233 +#: g10/import.c:4245 #, c-format msgid "WARNING: key %s may be revoked: fetching revocation key %s\n" msgstr "VARNING: nyckeln %s kan ha spärrats: hämtar spärrnyckeln %s\n" -#: g10/import.c:4249 +#: g10/import.c:4261 #, c-format msgid "WARNING: key %s may be revoked: revocation key %s not present.\n" msgstr "VARNING: nyckeln %s kan ha spärrats: spärrnyckeln %s saknas.\n" -#: g10/import.c:4315 +#: g10/import.c:4327 #, c-format msgid "key %s: \"%s\" revocation certificate added\n" msgstr "nyckel %s: \"%s\" spärrcertifikat lades till\n" -#: g10/import.c:4353 +#: g10/import.c:4365 #, c-format msgid "key %s: direct key signature added\n" msgstr "nyckel %s: lade till direkt nyckelsignatur\n" @@ -5156,12 +5156,12 @@ msgstr "" "sÃ¥vida inte du startar om programmet.\n" #: g10/keyedit.c:4016 g10/keyedit.c:4447 g10/keyserver.c:535 -#: g10/mainproc.c:2277 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 +#: g10/mainproc.c:2280 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 msgid "revoked" msgstr "spärrad" #: g10/keyedit.c:4018 g10/keyedit.c:4449 g10/keyserver.c:539 -#: g10/mainproc.c:2279 g10/tofu.c:1792 g10/trust.c:124 +#: g10/mainproc.c:2282 g10/tofu.c:1792 g10/trust.c:124 msgid "expired" msgstr "utgÃ¥nget" @@ -5728,7 +5728,7 @@ msgstr " (%d) Befintlig nyckel frÃ¥n kort\n" msgid "Enter the keygrip: " msgstr "Ange nyckelhashen: " -#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2279 +#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2280 #, c-format msgid "Not a valid keygrip (expecting 40 hex digits)\n" msgstr "Inte en giltig nyckelhash (förväntade 40 hexadecimala siffror)\n" @@ -5737,13 +5737,13 @@ msgstr "Inte en giltig nyckelhash (förväntade 40 hexadecimala siffror)\n" msgid "No key with this keygrip\n" msgstr "Ingen nyckel med denna nyckelhash\n" -#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3437 g10/keygen.c:3448 +#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3440 g10/keygen.c:3451 #: sm/certreqgen-ui.c:231 sm/certreqgen-ui.c:240 #, c-format msgid "error reading the card: %s\n" msgstr "fel vid läsning av kortet: %s\n" -#: g10/keygen.c:2292 g10/keygen.c:3441 sm/certreqgen-ui.c:234 +#: g10/keygen.c:2292 g10/keygen.c:3444 sm/certreqgen-ui.c:234 #, c-format msgid "Serial number of the card: %s\n" msgstr "Serienummer för kortet: %s\n" @@ -5999,13 +5999,18 @@ msgstr "" "hÃ¥rddisken) under primtalsgenereringen; detta ger slumptalsgeneratorn\n" "en större chans att samla ihop en tillräcklig mängd slumpmässig data.\n" -#: g10/keygen.c:4570 g10/keygen.c:4643 g10/keygen.c:4661 g10/keygen.c:4690 -#: g10/keygen.c:5066 g10/keygen.c:5612 g10/keygen.c:5923 g10/keygen.c:6030 +#: g10/keygen.c:3591 +#, c-format +msgid "WARNING: v4 is specified, but overridden by v5.\n" +msgstr "" + +#: g10/keygen.c:4590 g10/keygen.c:4663 g10/keygen.c:4681 g10/keygen.c:4710 +#: g10/keygen.c:5086 g10/keygen.c:5632 g10/keygen.c:5943 g10/keygen.c:6050 #, c-format msgid "Key generation failed: %s\n" msgstr "Nyckelgenereringen misslyckades: %s\n" -#: g10/keygen.c:4579 +#: g10/keygen.c:4599 #, c-format msgid "" "About to create a key for:\n" @@ -6013,73 +6018,73 @@ msgid "" "\n" msgstr "" -#: g10/keygen.c:4581 +#: g10/keygen.c:4601 msgid "Continue? (Y/n) " msgstr "" -#: g10/keygen.c:4602 +#: g10/keygen.c:4622 #, fuzzy, c-format #| msgid "key already exists\n" msgid "A key for \"%s\" already exists\n" msgstr "nyckeln finns redan\n" -#: g10/keygen.c:4607 +#: g10/keygen.c:4627 #, fuzzy #| msgid "Use this key anyway? (y/N) " msgid "Create anyway? (y/N) " msgstr "Vill du använda nyckeln ändÃ¥? (j/N) " -#: g10/keygen.c:4613 +#: g10/keygen.c:4633 #, fuzzy, c-format #| msgid "generating new key\n" msgid "creating anyway\n" msgstr "genererar ny nyckel\n" -#: g10/keygen.c:5049 +#: g10/keygen.c:5069 #, c-format msgid "Note: Use \"%s %s\" for a full featured key generation dialog.\n" msgstr "" -#: g10/keygen.c:5098 +#: g10/keygen.c:5118 #, c-format msgid "Key generation canceled.\n" msgstr "Skapandet av nycklar avbröts.\n" -#: g10/keygen.c:5158 +#: g10/keygen.c:5178 #, fuzzy, c-format #| msgid "can't create backup file `%s': %s\n" msgid "can't create backup file '%s': %s\n" msgstr "kan inte skapa säkerhetskopian \"%s\": %s\n" -#: g10/keygen.c:5178 +#: g10/keygen.c:5198 #, fuzzy, c-format #| msgid "NOTE: backup of card key saved to `%s'\n" msgid "Note: backup of card key saved to '%s'\n" msgstr "OBSERVERA: säkerhetskopia av kortnyckeln sparades i \"%s\"\n" -#: g10/keygen.c:5339 g10/keygen.c:5541 +#: g10/keygen.c:5359 g10/keygen.c:5561 #, fuzzy, c-format #| msgid "writing public key to `%s'\n" msgid "writing public key to '%s'\n" msgstr "skriver den publika nyckeln till \"%s\"\n" -#: g10/keygen.c:5535 +#: g10/keygen.c:5555 #, c-format msgid "no writable public keyring found: %s\n" msgstr "ingen skrivbar publik nyckelring hittades: %s\n" -#: g10/keygen.c:5549 +#: g10/keygen.c:5569 #, fuzzy, c-format #| msgid "error writing public keyring `%s': %s\n" msgid "error writing public keyring '%s': %s\n" msgstr "fel vid skrivning av publika nyckelringen \"%s\": %s\n" -#: g10/keygen.c:5583 +#: g10/keygen.c:5603 msgid "public and secret key created and signed.\n" msgstr "den publika och den hemliga nyckeln är skapade och signerade.\n" # Flagga.. inte kommando -#: g10/keygen.c:5599 +#: g10/keygen.c:5619 msgid "" "Note that this key cannot be used for encryption. You may want to use\n" "the command \"--edit-key\" to generate a subkey for this purpose.\n" @@ -6089,7 +6094,7 @@ msgstr "" "syfte.\n" # c-format behövs inte i singularis -#: g10/keygen.c:5781 g10/keygen.c:5980 +#: g10/keygen.c:5801 g10/keygen.c:6000 #, c-format msgid "" "key has been created %lu second in future (time warp or clock problem)\n" @@ -6097,7 +6102,7 @@ msgstr "" "nyckeln är skapad %lu sekund in i framtiden (problemet är\n" "relaterat till tidsresande eller en felställd klocka)\n" -#: g10/keygen.c:5783 g10/keygen.c:5982 +#: g10/keygen.c:5803 g10/keygen.c:6002 #, c-format msgid "" "key has been created %lu seconds in future (time warp or clock problem)\n" @@ -6105,23 +6110,23 @@ msgstr "" "nyckeln är skapad %lu sekunder in i framtiden (problemet är\n" "relaterat till tidsresande eller en felställd klocka)\n" -#: g10/keygen.c:5794 g10/keygen.c:5993 +#: g10/keygen.c:5814 g10/keygen.c:6013 #, fuzzy, c-format #| msgid "NOTE: creating subkeys for v3 keys is not OpenPGP compliant\n" msgid "Note: creating subkeys for v3 keys is not OpenPGP compliant\n" msgstr "OBS: att skapa undernycklar till v3-nycklar bryter mot OpenPGP\n" -#: g10/keygen.c:5806 g10/keygen.c:5808 +#: g10/keygen.c:5826 g10/keygen.c:5828 #, c-format msgid "Secret parts of primary key are not available.\n" msgstr "De hemliga delarna av den primära nyckeln är inte tillgängliga.\n" -#: g10/keygen.c:5815 g10/keygen.c:5817 +#: g10/keygen.c:5835 g10/keygen.c:5837 #, c-format msgid "Secret parts of primary key are stored on-card.\n" msgstr "Hemliga delar av den primära nyckeln är lagrade pÃ¥ kortet.\n" -#: g10/keygen.c:5837 g10/keygen.c:6007 +#: g10/keygen.c:5857 g10/keygen.c:6027 msgid "Really create? (y/N) " msgstr "Verkligen skapa? (j/N) " @@ -6278,7 +6283,7 @@ msgstr "ogiltigt nyckelserverprotokoll (vi %d!=hanterare %d)\n" msgid "\"%s\" not a key ID: skipping\n" msgstr "\"%s\" inte ett nyckel-id: hoppar över\n" -#: g10/keyserver.c:1418 g10/keyserver.c:1451 +#: g10/keyserver.c:1420 g10/keyserver.c:1453 #, fuzzy, c-format #| msgid "refreshing %d keys from %s\n" msgid "refreshing %d key from %s\n" @@ -6286,54 +6291,54 @@ msgid_plural "refreshing %d keys from %s\n" msgstr[0] "uppdaterar %d nycklar frÃ¥n %s\n" msgstr[1] "uppdaterar %d nycklar frÃ¥n %s\n" -#: g10/keyserver.c:1425 +#: g10/keyserver.c:1427 #, c-format msgid "WARNING: unable to refresh key %s via %s: %s\n" msgstr "VARNING: kunde inte uppdatera nyckeln %s via %s: %s\n" -#: g10/keyserver.c:1529 +#: g10/keyserver.c:1531 #, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "nyckeln \"%s\" hittades inte pÃ¥ nyckelservern\n" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1534 #, c-format msgid "key not found on keyserver\n" msgstr "nyckeln hittades inte pÃ¥ nyckelservern\n" -#: g10/keyserver.c:1720 +#: g10/keyserver.c:1722 #, c-format msgid "requesting key %s from %s server %s\n" msgstr "begär nyckeln %s frÃ¥n %s-servern %s\n" -#: g10/keyserver.c:1724 +#: g10/keyserver.c:1726 #, c-format msgid "requesting key %s from %s\n" msgstr "begär nyckeln %s frÃ¥n %s\n" -#: g10/keyserver.c:1829 g10/keyserver.c:2008 +#: g10/keyserver.c:1841 g10/keyserver.c:2020 #, fuzzy, c-format #| msgid "no keyserver action!\n" msgid "no keyserver known\n" msgstr "ingen nyckelserverÃ¥tgärd!\n" -#: g10/keyserver.c:1844 g10/skclist.c:213 g10/skclist.c:241 +#: g10/keyserver.c:1856 g10/skclist.c:213 g10/skclist.c:241 #, c-format msgid "skipped \"%s\": %s\n" msgstr "hoppade över \"%s\": %s\n" -#: g10/keyserver.c:1848 +#: g10/keyserver.c:1860 #, c-format msgid "sending key %s to %s\n" msgstr "skickar nyckeln %s till %s\n" -#: g10/keyserver.c:1889 +#: g10/keyserver.c:1901 #, fuzzy, c-format #| msgid "requesting key %s from %s\n" msgid "requesting key from '%s'\n" msgstr "begär nyckeln %s frÃ¥n %s\n" -#: g10/keyserver.c:1905 +#: g10/keyserver.c:1917 #, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "VARNING: kunde inte hämta uri:n %s: %s\n" @@ -6534,78 +6539,78 @@ msgstr " även känd som \"%s\"" msgid "Key available at: " msgstr "Nyckeln tillgänglig hos: " -#: g10/mainproc.c:2033 +#: g10/mainproc.c:2034 #, c-format msgid "Note: Use '%s' to make use of this info\n" msgstr "" # Visas vid ogiltig signatur: # Eftersom signaturen är ogiltig kan man inte vara säker pÃ¥ att angivet namn och nyckel-id är riktigt. -#: g10/mainproc.c:2231 +#: g10/mainproc.c:2234 msgid "[uncertain]" msgstr "[osäkert]" -#: g10/mainproc.c:2269 +#: g10/mainproc.c:2272 #, c-format msgid " aka \"%s\"" msgstr " även känd som \"%s\"" -#: g10/mainproc.c:2344 +#: g10/mainproc.c:2347 #, fuzzy, c-format #| msgid "WARNING: This key is not certified with a trusted signature!\n" msgid "WARNING: This key is not suitable for signing in %s mode\n" msgstr "VARNING: Denna nyckel är inte certifierad med en pÃ¥litlig signatur!\n" -#: g10/mainproc.c:2360 +#: g10/mainproc.c:2363 #, c-format msgid "Signature expired %s\n" msgstr "Giltighetstiden för signaturen har upphört %s\n" -#: g10/mainproc.c:2365 +#: g10/mainproc.c:2368 #, c-format msgid "Signature expires %s\n" msgstr "Giltighetstiden för signaturen gÃ¥r ut %s\n" -#: g10/mainproc.c:2376 +#: g10/mainproc.c:2379 #, fuzzy, c-format #| msgid "%s signature, digest algorithm %s\n" msgid "%s signature, digest algorithm %s%s%s\n" msgstr "%s signatur, sammandragsalgoritm %s\n" -#: g10/mainproc.c:2377 +#: g10/mainproc.c:2380 msgid "binary" msgstr "binär" -#: g10/mainproc.c:2378 +#: g10/mainproc.c:2381 msgid "textmode" msgstr "textläge" -#: g10/mainproc.c:2378 g10/trust.c:123 dirmngr/ocsp.c:792 +#: g10/mainproc.c:2381 g10/trust.c:123 dirmngr/ocsp.c:792 msgid "unknown" msgstr "okänd" -#: g10/mainproc.c:2380 +#: g10/mainproc.c:2383 #, fuzzy #| msgid "algorithm: %s" msgid ", key algorithm " msgstr "algoritm: %s" -#: g10/mainproc.c:2415 +#: g10/mainproc.c:2418 #, c-format msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n" msgstr "" -#: g10/mainproc.c:2454 +#: g10/mainproc.c:2457 #, c-format msgid "Can't check signature: %s\n" msgstr "Kan inte kontrollera signaturen: %s\n" -#: g10/mainproc.c:2550 g10/mainproc.c:2569 g10/mainproc.c:2693 +#: g10/mainproc.c:2553 g10/mainproc.c:2572 g10/mainproc.c:2696 #, c-format msgid "not a detached signature\n" msgstr "detta är inte nÃ¥gon signatur i en separat fil\n" -#: g10/mainproc.c:2603 +#: g10/mainproc.c:2606 #, c-format msgid "" "WARNING: multiple signatures detected. Only the first will be checked.\n" @@ -6613,12 +6618,12 @@ msgstr "" "VARNING: multipla signaturer upptäckta. Endast den första kommer att " "kontrolleras.\n" -#: g10/mainproc.c:2612 +#: g10/mainproc.c:2615 #, c-format msgid "standalone signature of class 0x%02x\n" msgstr "fristÃ¥ende signatur av klassen 0x%02x\n" -#: g10/mainproc.c:2697 +#: g10/mainproc.c:2700 #, c-format msgid "old style (PGP 2.x) signature\n" msgstr "signatur av den gamla (PGP 2.x) typen\n" @@ -8616,7 +8621,7 @@ msgstr "" #. TRANSLATORS: Put a \x1f right before a colon. This can be #. * used by pinentry to nicely align the names and values. Keep #. * the %s at the start and end of the string. -#: scd/app-piv.c:1770 scd/app-p15.c:4741 scd/app-nks.c:1475 +#: scd/app-piv.c:1770 scd/app-p15.c:4937 scd/app-nks.c:1530 #: scd/app-openpgp.c:2386 #, c-format msgid "%sNumber: %s%%0AHolder: %s%s" @@ -8624,7 +8629,7 @@ msgstr "" #. TRANSLATORS: This is the number of remaining attempts to #. * enter a PIN. Use %%0A (double-percent,0A) for a linefeed. -#: scd/app-piv.c:1787 scd/app-p15.c:4760 scd/app-nks.c:1494 +#: scd/app-piv.c:1787 scd/app-p15.c:4956 scd/app-nks.c:1549 #: scd/app-openpgp.c:2402 #, c-format msgid "Remaining attempts: %d" @@ -8666,7 +8671,7 @@ msgstr "|A|Ange administratörens PIN-kod" msgid "||Please enter the Unblocking Key of your PIV card" msgstr "|P|Ange upplÃ¥sningskoden (PUK-kod) för standardnycklarna." -#: scd/app-piv.c:1888 scd/app-nks.c:1605 scd/app-openpgp.c:2669 +#: scd/app-piv.c:1888 scd/app-nks.c:1660 scd/app-openpgp.c:2669 #: scd/app-openpgp.c:2693 scd/app-openpgp.c:2871 scd/app-openpgp.c:2893 #: scd/app-openpgp.c:3074 scd/app-openpgp.c:3361 scd/app-openpgp.c:3408 #: scd/app-openpgp.c:3545 scd/app-dinsig.c:302 @@ -8755,59 +8760,59 @@ msgstr[1] "nyckelgenereringen är färdig (%d sekunder)\n" msgid "response does not contain the public key data\n" msgstr "svaret innehÃ¥ller inte publikt nyckeldata\n" -#: scd/app-p15.c:4839 scd/app-nks.c:1983 +#: scd/app-p15.c:5035 scd/app-nks.c:2038 msgid "||Please enter the PIN for the key to create qualified signatures." msgstr "||Ange PIN-koden för nyckeln att skapa kvalificerade signaturer med." #. TRANSLATORS: Do not translate the "|A|" prefix but keep it at #. the start of the string. Use %0A (single percent) for a linefeed. -#: scd/app-p15.c:4842 scd/app-openpgp.c:2818 +#: scd/app-p15.c:5038 scd/app-openpgp.c:2818 msgid "|A|Please enter the Admin PIN" msgstr "|A|Ange administratörens PIN-kod" -#: scd/app-p15.c:4844 scd/app-nks.c:1973 +#: scd/app-p15.c:5040 scd/app-nks.c:2028 msgid "|P|Please enter the PIN Unblocking Code (PUK) for the standard keys." msgstr "|P|Ange upplÃ¥sningskoden (PUK-kod) för standardnycklarna." -#: scd/app-p15.c:4847 scd/app-nks.c:1964 +#: scd/app-p15.c:5043 scd/app-nks.c:2019 msgid "||Please enter the PIN for the standard keys." msgstr "||Ange PIN-koden för standardnycklarna." -#: scd/app-nks.c:1413 scd/app-openpgp.c:4321 +#: scd/app-nks.c:1468 scd/app-openpgp.c:4321 #, c-format msgid "RSA modulus missing or not of size %d bits\n" msgstr "RSA modulus saknas eller är inte %d bitar stor\n" -#: scd/app-nks.c:1421 scd/app-openpgp.c:4333 +#: scd/app-nks.c:1476 scd/app-openpgp.c:4333 #, c-format msgid "RSA public exponent missing or larger than %d bits\n" msgstr "Publik RSA-exponent saknas eller större än %d bitar\n" -#: scd/app-nks.c:1594 +#: scd/app-nks.c:1649 #, fuzzy #| msgid "the NullPIN has not yet been changed\n" msgid "Note: PIN has not yet been enabled." msgstr "NullPIN har ännu inte ändrats\n" -#: scd/app-nks.c:1641 +#: scd/app-nks.c:1696 #, c-format msgid "the NullPIN has not yet been changed\n" msgstr "NullPIN har ännu inte ändrats\n" -#: scd/app-nks.c:1963 +#: scd/app-nks.c:2018 msgid "|N|Please enter a new PIN for the standard keys." msgstr "|N|Ange en ny PIN-kod för standardnycklarna." -#: scd/app-nks.c:1971 +#: scd/app-nks.c:2026 msgid "|NP|Please enter a new PIN Unblocking Code (PUK) for the standard keys." msgstr "|NP|Ange en ny upplÃ¥sningskod (PUK-kod) för standardnycklarna." -#: scd/app-nks.c:1981 +#: scd/app-nks.c:2036 msgid "|N|Please enter a new PIN for the key to create qualified signatures." msgstr "" "|N|Ange en ny PIN-kod för nyckeln att skapa kvalificerade signaturer med." -#: scd/app-nks.c:1991 +#: scd/app-nks.c:2046 msgid "" "|NP|Please enter a new PIN Unblocking Code (PUK) for the key to create " "qualified signatures." @@ -8815,7 +8820,7 @@ msgstr "" "|NP|Ange en ny upplÃ¥sningskod (PUK-kod) för nyckeln att skapa kvalificerade " "signaturer med." -#: scd/app-nks.c:1993 +#: scd/app-nks.c:2048 msgid "" "|P|Please enter the PIN Unblocking Code (PUK) for the key to create " "qualified signatures." @@ -8823,7 +8828,7 @@ msgstr "" "|P|Ange upplÃ¥sningskoden (PUK-koden) för nyckeln att skapa kvalificerade " "signaturer med." -#: scd/app-nks.c:2166 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 +#: scd/app-nks.c:2221 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 #, c-format msgid "error getting new PIN: %s\n" msgstr "fel vid hämtning av ny PIN-kod: %s\n" @@ -9018,63 +9023,63 @@ msgstr "||Knappa in din PIN-kod pÃ¥ läsarens knappsats" msgid "|N|Initial New PIN" msgstr "|N|Initial PIN-kod" -#: scd/scdaemon.c:118 +#: scd/scdaemon.c:119 msgid "run in multi server mode (foreground)" msgstr "kör i multiserverläge (förgrund)" -#: scd/scdaemon.c:135 sm/gpgsm.c:271 dirmngr/dirmngr.c:197 +#: scd/scdaemon.c:136 sm/gpgsm.c:274 dirmngr/dirmngr.c:198 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "|NIVÃ…|ställ in felsökningsnivÃ¥n till NIVÃ…" -#: scd/scdaemon.c:141 +#: scd/scdaemon.c:142 msgid "|FILE|write a log to FILE" msgstr "|FIL|skriv en logg till FIL" -#: scd/scdaemon.c:148 +#: scd/scdaemon.c:149 msgid "|N|connect to reader at port N" msgstr "|N|anslut till läsare pÃ¥ port N" -#: scd/scdaemon.c:150 +#: scd/scdaemon.c:151 msgid "|NAME|use NAME as ct-API driver" msgstr "|NAMN|använd NAMN som ct-API-drivrutin" -#: scd/scdaemon.c:152 +#: scd/scdaemon.c:153 msgid "|NAME|use NAME as PC/SC driver" msgstr "|NAMN|använd NAMN som PC/SC-drivrutin" -#: scd/scdaemon.c:156 +#: scd/scdaemon.c:157 msgid "do not use the internal CCID driver" msgstr "använd inte den interna CCID-drivrutinen" -#: scd/scdaemon.c:162 +#: scd/scdaemon.c:163 msgid "|N|disconnect the card after N seconds of inactivity" msgstr "|N|koppla frÃ¥n kortet efter N sekunder inaktivitet" -#: scd/scdaemon.c:165 +#: scd/scdaemon.c:166 #, fuzzy #| msgid "do not use a reader's keypad" msgid "do not use a reader's pinpad" msgstr "använd inte läsarens knappsats" -#: scd/scdaemon.c:168 +#: scd/scdaemon.c:169 msgid "use variable length input for pinpad" msgstr "" -#: scd/scdaemon.c:171 +#: scd/scdaemon.c:172 msgid "|LIST|change the application priority to LIST" msgstr "" -#: scd/scdaemon.c:179 +#: scd/scdaemon.c:180 msgid "deny the use of admin card commands" msgstr "neka användning av administratörskommandon för kort" -#: scd/scdaemon.c:324 +#: scd/scdaemon.c:325 #, fuzzy #| msgid "Usage: gpgconf [options] (-h for help)" msgid "Usage: @SCDAEMON@ [options] (-h for help)" msgstr "Användning: gpgconf [flaggor] (-h för hjälp)" -#: scd/scdaemon.c:326 +#: scd/scdaemon.c:327 #, fuzzy #| msgid "" #| "Syntax: scdaemon [options] [command [args]]\n" @@ -9086,19 +9091,19 @@ msgstr "" "Syntax: scdaemon [flaggor] [kommando [argument]]\n" "Smartkortsdemon för GnuPG\n" -#: scd/scdaemon.c:807 +#: scd/scdaemon.c:819 #, fuzzy, c-format #| msgid "" #| "please use the option `--daemon' to run the program in the background\n" msgid "please use the option '--daemon' to run the program in the background\n" msgstr "använd flaggan \"--daemon\" för att köra programmet i bakgrunden\n" -#: scd/scdaemon.c:1183 dirmngr/dirmngr.c:2077 +#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2104 #, c-format msgid "handler for fd %d started\n" msgstr "hanterare för fd %d startad\n" -#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2085 +#: scd/scdaemon.c:1207 dirmngr/dirmngr.c:2112 #, c-format msgid "handler for fd %d terminated\n" msgstr "hanterare för fd %d avslutad\n" @@ -9377,7 +9382,7 @@ msgid "a %u bit hash is not valid for a %u bit %s key\n" msgstr "en %u-bitars hash är inte giltig för en %u-bitars %s-nyckel\n" #: sm/certcheck.c:239 sm/certcheck.c:263 dirmngr/crlcache.c:1542 -#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1363 dirmngr/validate.c:903 +#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1372 dirmngr/validate.c:903 #: dirmngr/validate.c:927 #, c-format msgid "out of core\n" @@ -9756,130 +9761,130 @@ msgstr "borttagning av certifikatet \"%s\" misslyckades: %s\n" msgid "no valid recipients given\n" msgstr "inga giltiga mottagare angavs\n" -#: sm/gpgsm.c:224 +#: sm/gpgsm.c:226 msgid "list external keys" msgstr "lista externa nycklar" -#: sm/gpgsm.c:226 +#: sm/gpgsm.c:228 msgid "list certificate chain" msgstr "lista certifikatkedja" -#: sm/gpgsm.c:234 +#: sm/gpgsm.c:236 msgid "import certificates" msgstr "importera certifikat" -#: sm/gpgsm.c:235 +#: sm/gpgsm.c:237 msgid "export certificates" msgstr "exportera certifikat" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:245 msgid "register a smartcard" msgstr "registrera ett smartkort" -#: sm/gpgsm.c:246 +#: sm/gpgsm.c:248 msgid "pass a command to the dirmngr" msgstr "skicka ett kommando till dirmngr" -#: sm/gpgsm.c:248 +#: sm/gpgsm.c:250 msgid "invoke gpg-protect-tool" msgstr "starta gpg-protect-tool" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:270 msgid "don't use the terminal at all" msgstr "använd inte terminalen alls" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "|N|number of certificates to include" msgstr "|N|antal certifikat att inkludera" -#: sm/gpgsm.c:296 +#: sm/gpgsm.c:299 msgid "|FILE|take policy information from FILE" msgstr "|FIL|hämta policyinformation frÃ¥n FIL" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "assume input is in PEM format" msgstr "anta att inmatning är i PEM-format" -#: sm/gpgsm.c:312 +#: sm/gpgsm.c:315 msgid "assume input is in base-64 format" msgstr "anta att inmatning är i base-64-format" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "assume input is in binary format" msgstr "anta att inmatning är i binärformat" -#: sm/gpgsm.c:323 +#: sm/gpgsm.c:326 msgid "create base-64 encoded output" msgstr "skapa base-64-kodat utdata" -#: sm/gpgsm.c:335 +#: sm/gpgsm.c:338 msgid "|USER-ID|use USER-ID as default secret key" msgstr "|ANVÄNDAR-ID|använd ANVÄNDAR-ID som förvald hemlig nyckel" -#: sm/gpgsm.c:346 +#: sm/gpgsm.c:349 msgid "|FILE|add keyring to the list of keyrings" msgstr "|FIL|lägg till nyckelring till listan över nyckelringar" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 msgid "|SPEC|use this keyserver to lookup keys" msgstr "|SPEC|använd denna nyckelserver för att slÃ¥ upp nycklar" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "fetch missing issuer certificates" msgstr "hämta saknade utfärdarcertifikat" -#: sm/gpgsm.c:361 +#: sm/gpgsm.c:364 msgid "|NAME|use encoding NAME for PKCS#12 passphrases" msgstr "|NAMN|använd kodningen NAMN för PKCS#12-lösenfraser" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 msgid "never consult a CRL" msgstr "kontrollera aldrig mot spärrlista" -#: sm/gpgsm.c:386 +#: sm/gpgsm.c:389 msgid "do not check CRLs for root certificates" msgstr "kontrollera inte spärrlistor för rotcertifikat" -#: sm/gpgsm.c:390 +#: sm/gpgsm.c:393 msgid "check validity using OCSP" msgstr "kontrollera giltigheten med OCSP" -#: sm/gpgsm.c:392 +#: sm/gpgsm.c:395 msgid "do not check certificate policies" msgstr "kontrollera inte certifikatpolicier" -#: sm/gpgsm.c:395 +#: sm/gpgsm.c:398 msgid "|NAME|use cipher algorithm NAME" msgstr "|NAMN|använd chifferalgoritmen NAMN" -#: sm/gpgsm.c:397 +#: sm/gpgsm.c:400 msgid "|NAME|use message digest algorithm NAME" msgstr "|NAMN|använd algoritmen NAMN för kontrollsummor" -#: sm/gpgsm.c:407 +#: sm/gpgsm.c:410 msgid "batch mode: never ask" msgstr "satsläge: frÃ¥ga aldrig" -#: sm/gpgsm.c:409 +#: sm/gpgsm.c:412 msgid "assume yes on most questions" msgstr "anta ja pÃ¥ de flesta frÃ¥gorna" -#: sm/gpgsm.c:410 +#: sm/gpgsm.c:413 msgid "assume no on most questions" msgstr "anta nej pÃ¥ de flesta frÃ¥gorna" -#: sm/gpgsm.c:427 +#: sm/gpgsm.c:430 msgid "|FILE|write an audit log to FILE" msgstr "|FIL|skriv en granskningslogg till FIL" -#: sm/gpgsm.c:612 +#: sm/gpgsm.c:615 #, fuzzy #| msgid "Usage: gpg [options] [files] (-h for help)" msgid "Usage: @GPGSM@ [options] [files] (-h for help)" msgstr "Användning: gpg [flaggor] [filer] (-h för hjälp)" # Om inget kommando anges (decrypt/encrypt etc) väljs Ã¥tgärd efter indata. -#: sm/gpgsm.c:615 +#: sm/gpgsm.c:618 #, fuzzy #| msgid "" #| "Syntax: gpgsm [options] [files]\n" @@ -9894,56 +9899,56 @@ msgstr "" "signera, kontrollera, kryptera eller dekryptera med S/MIME-protokollet\n" "standardÃ¥tgärden beror pÃ¥ inmatningsdata\n" -#: sm/gpgsm.c:823 +#: sm/gpgsm.c:826 #, fuzzy, c-format #| msgid "NOTE: won't be able to encrypt to `%s': %s\n" msgid "Note: won't be able to encrypt to '%s': %s\n" msgstr "OBSERVERA: kommer inte att kunna kryptera till \"%s\": %s\n" -#: sm/gpgsm.c:834 +#: sm/gpgsm.c:837 #, fuzzy, c-format #| msgid "unknown validation model `%s'\n" msgid "unknown validation model '%s'\n" msgstr "okänd valideringsmodell \"%s\"\n" -#: sm/gpgsm.c:893 dirmngr/ldapserver.c:89 +#: sm/gpgsm.c:896 dirmngr/ldapserver.c:89 #, c-format msgid "%s:%u: no hostname given\n" msgstr "%s:%u: inget värdnamn angivet\n" -#: sm/gpgsm.c:912 dirmngr/ldapserver.c:108 +#: sm/gpgsm.c:915 dirmngr/ldapserver.c:108 #, c-format msgid "%s:%u: password given without user\n" msgstr "%s:%u: lösenord angivet utan användare\n" -#: sm/gpgsm.c:943 dirmngr/ldapserver.c:139 +#: sm/gpgsm.c:946 dirmngr/ldapserver.c:139 #, c-format msgid "%s:%u: ignoring unknown flag '%s'\n" msgstr "" -#: sm/gpgsm.c:959 dirmngr/ldapserver.c:155 +#: sm/gpgsm.c:962 dirmngr/ldapserver.c:155 #, c-format msgid "%s:%u: skipping this line\n" msgstr "%s:%u: hoppar över denna rad\n" -#: sm/gpgsm.c:1545 +#: sm/gpgsm.c:1550 #, c-format msgid "could not parse keyserver\n" msgstr "kunde inte tolka nyckelserver\n" -#: sm/gpgsm.c:1825 +#: sm/gpgsm.c:1858 #, fuzzy, c-format #| msgid "importing common certificates `%s'\n" msgid "importing common certificates '%s'\n" msgstr "importerar vanliga certifikat \"%s\"\n" -#: sm/gpgsm.c:1871 +#: sm/gpgsm.c:1904 #, fuzzy, c-format #| msgid "can't sign using `%s': %s\n" msgid "can't sign using '%s': %s\n" msgstr "kan inte signera med \"%s\": %s\n" -#: sm/gpgsm.c:2231 +#: sm/gpgsm.c:2273 #, c-format msgid "invalid command (there is no implicit command)\n" msgstr "ogiltigt kommando (det finns inget implicit kommando)\n" @@ -11006,145 +11011,145 @@ msgstr "" msgid "looking up '%s'\n" msgstr "" -#: dirmngr/dirmngr.c:174 +#: dirmngr/dirmngr.c:175 msgid "list the contents of the CRL cache" msgstr "" -#: dirmngr/dirmngr.c:175 +#: dirmngr/dirmngr.c:176 #, fuzzy #| msgid "|FILE|run commands from FILE on startup" msgid "|FILE|load CRL from FILE into cache" msgstr "|FIL|kör kommandon frÃ¥n FIL vid uppstart" -#: dirmngr/dirmngr.c:176 +#: dirmngr/dirmngr.c:177 msgid "|URL|fetch a CRL from URL" msgstr "" -#: dirmngr/dirmngr.c:177 +#: dirmngr/dirmngr.c:178 #, fuzzy #| msgid "pass a command to the dirmngr" msgid "shutdown the dirmngr" msgstr "skicka ett kommando till dirmngr" -#: dirmngr/dirmngr.c:178 +#: dirmngr/dirmngr.c:179 msgid "flush the cache" msgstr "" -#: dirmngr/dirmngr.c:211 +#: dirmngr/dirmngr.c:212 msgid "allow online software version check" msgstr "" -#: dirmngr/dirmngr.c:214 +#: dirmngr/dirmngr.c:215 msgid "|N|do not return more than N items in one query" msgstr "" -#: dirmngr/dirmngr.c:220 +#: dirmngr/dirmngr.c:221 msgid "Network related options" msgstr "" -#: dirmngr/dirmngr.c:222 +#: dirmngr/dirmngr.c:223 msgid "route all network traffic via Tor" msgstr "" -#: dirmngr/dirmngr.c:234 +#: dirmngr/dirmngr.c:235 msgid "Configuration for Keyservers" msgstr "Konfiguration för nyckelservrar" -#: dirmngr/dirmngr.c:237 +#: dirmngr/dirmngr.c:238 msgid "|URL|use keyserver at URL" msgstr "|URL| använd nyckelservern pÃ¥ URL" -#: dirmngr/dirmngr.c:239 +#: dirmngr/dirmngr.c:240 msgid "|FILE|use the CA certificates in FILE for HKP over TLS" msgstr "" -#: dirmngr/dirmngr.c:241 +#: dirmngr/dirmngr.c:242 msgid "Configuration for HTTP servers" msgstr "Konfiguration för HTTP-servrar" -#: dirmngr/dirmngr.c:243 +#: dirmngr/dirmngr.c:244 msgid "inhibit the use of HTTP" msgstr "" -#: dirmngr/dirmngr.c:245 +#: dirmngr/dirmngr.c:246 msgid "ignore HTTP CRL distribution points" msgstr "" -#: dirmngr/dirmngr.c:247 +#: dirmngr/dirmngr.c:248 msgid "|URL|redirect all HTTP requests to URL" msgstr "" -#: dirmngr/dirmngr.c:249 +#: dirmngr/dirmngr.c:250 msgid "use system's HTTP proxy setting" msgstr "använd systemets HTTP-proxyinställningar" -#: dirmngr/dirmngr.c:253 +#: dirmngr/dirmngr.c:254 msgid "Configuration of LDAP servers to use" msgstr "Konfiguration av LDAP-servrar som ska användas" -#: dirmngr/dirmngr.c:255 +#: dirmngr/dirmngr.c:256 msgid "inhibit the use of LDAP" msgstr "" -#: dirmngr/dirmngr.c:257 +#: dirmngr/dirmngr.c:258 msgid "ignore LDAP CRL distribution points" msgstr "" -#: dirmngr/dirmngr.c:259 +#: dirmngr/dirmngr.c:260 msgid "|HOST|use HOST for LDAP queries" msgstr "" -#: dirmngr/dirmngr.c:261 +#: dirmngr/dirmngr.c:262 msgid "do not use fallback hosts with --ldap-proxy" msgstr "" -#: dirmngr/dirmngr.c:263 +#: dirmngr/dirmngr.c:264 #, fuzzy #| msgid "|FILE|read options from FILE" msgid "|FILE|read LDAP server list from FILE" msgstr "|FIL|läs inställningar frÃ¥n FIL" -#: dirmngr/dirmngr.c:265 +#: dirmngr/dirmngr.c:266 msgid "add new servers discovered in CRL distribution points to serverlist" msgstr "" -#: dirmngr/dirmngr.c:268 dirmngr/dirmngr_ldap.c:104 +#: dirmngr/dirmngr.c:269 dirmngr/dirmngr_ldap.c:104 #, fuzzy #| msgid "|N|set maximum PIN cache lifetime to N seconds" msgid "|N|set LDAP timeout to N seconds" msgstr "|N|ställ in maximal livstid för PIN-cache till N sekunder" -#: dirmngr/dirmngr.c:271 +#: dirmngr/dirmngr.c:272 msgid "Configuration for OCSP" msgstr "Konfiguration för OCSP" -#: dirmngr/dirmngr.c:273 +#: dirmngr/dirmngr.c:274 #, fuzzy #| msgid "allow PKA lookups (DNS requests)" msgid "allow sending OCSP requests" msgstr "tillÃ¥t PKA-uppslag (DNS-förfrÃ¥gningar)" -#: dirmngr/dirmngr.c:275 +#: dirmngr/dirmngr.c:276 msgid "ignore certificate contained OCSP service URLs" msgstr "" -#: dirmngr/dirmngr.c:277 +#: dirmngr/dirmngr.c:278 #, fuzzy #| msgid "|URL|use keyserver at URL" msgid "|URL|use OCSP responder at URL" msgstr "|URL| använd nyckelservern pÃ¥ URL" -#: dirmngr/dirmngr.c:279 +#: dirmngr/dirmngr.c:280 msgid "|FPR|OCSP response signed by FPR" msgstr "" -#: dirmngr/dirmngr.c:287 +#: dirmngr/dirmngr.c:288 msgid "force loading of outdated CRLs" msgstr "" # inställningar istället för flaggor? # Nej, här är det bruksanvisningen för kommandoraden. -#: dirmngr/dirmngr.c:298 +#: dirmngr/dirmngr.c:299 #, fuzzy #| msgid "" #| "@\n" @@ -11157,13 +11162,13 @@ msgstr "" "@\n" "(Se manualsidan för en fullständig lista över alla kommandon och flaggor)\n" -#: dirmngr/dirmngr.c:440 +#: dirmngr/dirmngr.c:441 #, fuzzy #| msgid "Usage: gpgconf [options] (-h for help)" msgid "Usage: @DIRMNGR@ [options] (-h for help)" msgstr "Användning: gpgconf [flaggor] (-h för hjälp)" -#: dirmngr/dirmngr.c:442 +#: dirmngr/dirmngr.c:443 #, fuzzy #| msgid "" #| "Syntax: gpg-agent [options] [command [args]]\n" @@ -11175,92 +11180,92 @@ msgstr "" "Syntax: gpg-agent [flaggor] [kommando [argument]]\n" "Hantering av hemliga nycklar för GnuPG\n" -#: dirmngr/dirmngr.c:522 +#: dirmngr/dirmngr.c:523 #, fuzzy, c-format #| msgid "invalid debug-level `%s' given\n" msgid "valid debug levels are: %s\n" msgstr "ogiltig debug-level \"%s\" angiven\n" -#: dirmngr/dirmngr.c:608 tools/gpgconf.c:667 tools/gpgconf.c:702 +#: dirmngr/dirmngr.c:609 tools/gpgconf.c:667 tools/gpgconf.c:702 #: tools/gpgconf.c:802 #, fuzzy, c-format #| msgid "usage: gpgsm [options] " msgid "usage: %s [options] " msgstr "användning: gpgsm [flaggor] " -#: dirmngr/dirmngr.c:1251 +#: dirmngr/dirmngr.c:1260 #, fuzzy, c-format #| msgid "%s not allowed with %s!\n" msgid "colons are not allowed in the socket name\n" msgstr "%s är inte tillÃ¥ten tillsammans med %s!\n" -#: dirmngr/dirmngr.c:1486 dirmngr/server.c:1824 +#: dirmngr/dirmngr.c:1495 dirmngr/server.c:1824 #, fuzzy, c-format #| msgid "renaming `%s' to `%s' failed: %s\n" msgid "fetching CRL from '%s' failed: %s\n" msgstr "namnbyte frÃ¥n \"%s\" till \"%s\" misslyckades: %s\n" -#: dirmngr/dirmngr.c:1492 dirmngr/server.c:1830 +#: dirmngr/dirmngr.c:1501 dirmngr/server.c:1830 #, fuzzy, c-format #| msgid "conversion from `%s' to `%s' failed: %s\n" msgid "processing CRL from '%s' failed: %s\n" msgstr "konvertering frÃ¥n \"%s\" till \"%s\" misslyckades: %s\n" -#: dirmngr/dirmngr.c:1634 +#: dirmngr/dirmngr.c:1643 #, fuzzy, c-format #| msgid "line too long - skipped\n" msgid "%s:%u: line too long - skipped\n" msgstr "raden är för lÃ¥ng - hoppades över\n" -#: dirmngr/dirmngr.c:1689 dirmngr/dirmngr.c:1773 +#: dirmngr/dirmngr.c:1698 dirmngr/dirmngr.c:1782 #, fuzzy, c-format #| msgid "invalid fingerprint" msgid "%s:%u: invalid fingerprint detected\n" msgstr "ogiltigt fingeravtryck" -#: dirmngr/dirmngr.c:1725 dirmngr/dirmngr.c:1751 tools/gpgconf-comp.c:3534 +#: dirmngr/dirmngr.c:1734 dirmngr/dirmngr.c:1760 tools/gpgconf-comp.c:3539 #, fuzzy, c-format #| msgid "read error in `%s': %s\n" msgid "%s:%u: read error: %s\n" msgstr "läsfel i \"%s\": %s\n" -#: dirmngr/dirmngr.c:1780 +#: dirmngr/dirmngr.c:1789 #, c-format msgid "%s:%u: garbage at end of line ignored\n" msgstr "" -#: dirmngr/dirmngr.c:1849 +#: dirmngr/dirmngr.c:1876 #, c-format msgid "SIGHUP received - re-reading configuration and flushing caches\n" msgstr "" -#: dirmngr/dirmngr.c:1890 +#: dirmngr/dirmngr.c:1917 #, c-format msgid "SIGUSR2 received - no action defined\n" msgstr "" -#: dirmngr/dirmngr.c:1895 +#: dirmngr/dirmngr.c:1922 #, c-format msgid "SIGTERM received - shutting down ...\n" msgstr "" -#: dirmngr/dirmngr.c:1897 +#: dirmngr/dirmngr.c:1924 #, c-format msgid "SIGTERM received - still %d active connections\n" msgstr "" -#: dirmngr/dirmngr.c:1902 +#: dirmngr/dirmngr.c:1929 #, fuzzy, c-format #| msgid "not forced" msgid "shutdown forced\n" msgstr "inte tvingad" -#: dirmngr/dirmngr.c:1910 +#: dirmngr/dirmngr.c:1937 #, c-format msgid "SIGINT received - immediate shutdown\n" msgstr "" -#: dirmngr/dirmngr.c:1917 +#: dirmngr/dirmngr.c:1944 #, c-format msgid "signal %d received - no action defined\n" msgstr "" @@ -11769,7 +11774,7 @@ msgid "serialno missing in cert ID" msgstr "" #: dirmngr/server.c:1387 dirmngr/server.c:1473 dirmngr/server.c:1909 -#: dirmngr/server.c:1980 dirmngr/server.c:2552 dirmngr/server.c:2567 +#: dirmngr/server.c:1980 dirmngr/server.c:2556 dirmngr/server.c:2571 #, fuzzy, c-format #| msgid "sending line failed: %s\n" msgid "assuan_inquire failed: %s\n" @@ -11804,36 +11809,36 @@ msgstr "val misslyckades: %s\n" msgid "max_replies %d exceeded\n" msgstr "" -#: dirmngr/server.c:2856 +#: dirmngr/server.c:2860 #, fuzzy, c-format #| msgid "cannot allocate outfile string: %s\n" msgid "can't allocate control structure: %s\n" msgstr "kan inte allokera utfilssträng: %s\n" -#: dirmngr/server.c:2867 +#: dirmngr/server.c:2871 #, fuzzy, c-format #| msgid "failed to create stream from socket: %s\n" msgid "failed to allocate assuan context: %s\n" msgstr "misslyckades med att skapa flöde frÃ¥n uttag: %s\n" -#: dirmngr/server.c:2888 +#: dirmngr/server.c:2892 #, fuzzy, c-format #| msgid "failed to initialize the TrustDB: %s\n" msgid "failed to initialize the server: %s\n" msgstr "misslyckades med att initialisera tillitsdatabasen: %s\n" -#: dirmngr/server.c:2896 +#: dirmngr/server.c:2900 #, fuzzy, c-format #| msgid "failed to store the creation date: %s\n" msgid "failed to the register commands with Assuan: %s\n" msgstr "misslyckades med att lagra datum för skapandet: %s\n" -#: dirmngr/server.c:2929 +#: dirmngr/server.c:2933 #, c-format msgid "Assuan accept problem: %s\n" msgstr "" -#: dirmngr/server.c:2948 +#: dirmngr/server.c:2952 #, fuzzy, c-format #| msgid "signing failed: %s\n" msgid "Assuan processing failed: %s\n" @@ -12002,76 +12007,76 @@ msgstr "ingen gpg-agent kör i den här sessionen\n" msgid "error sending standard options: %s\n" msgstr "fel vid sändning av standardflaggor: %s\n" -#: tools/gpgconf-comp.c:647 +#: tools/gpgconf-comp.c:649 msgid "OpenPGP" msgstr "" -#: tools/gpgconf-comp.c:651 +#: tools/gpgconf-comp.c:653 msgid "S/MIME" msgstr "" -#: tools/gpgconf-comp.c:655 +#: tools/gpgconf-comp.c:657 #, fuzzy #| msgid "public key is %s\n" msgid "Public Keys" msgstr "publik nyckel är %s\n" -#: tools/gpgconf-comp.c:659 +#: tools/gpgconf-comp.c:661 msgid "Private Keys" msgstr "" -#: tools/gpgconf-comp.c:663 +#: tools/gpgconf-comp.c:665 msgid "Smartcards" msgstr "" -#: tools/gpgconf-comp.c:667 +#: tools/gpgconf-comp.c:669 msgid "TPM" msgstr "" -#: tools/gpgconf-comp.c:671 +#: tools/gpgconf-comp.c:673 msgid "Network" msgstr "" -#: tools/gpgconf-comp.c:675 +#: tools/gpgconf-comp.c:677 #, fuzzy #| msgid "Bad Passphrase" msgid "Passphrase Entry" msgstr "Felaktig lösenfras" -#: tools/gpgconf-comp.c:939 +#: tools/gpgconf-comp.c:941 #, fuzzy #| msgid "Component not found" msgid "Component not suitable for launching" msgstr "Komponenten hittades inte" -#: tools/gpgconf-comp.c:945 +#: tools/gpgconf-comp.c:947 #, fuzzy, c-format #| msgid "External verification of component %s failed" msgid "Configuration file of component %s is broken\n" msgstr "Extern validering av komponenten %s misslyckades" -#: tools/gpgconf-comp.c:948 +#: tools/gpgconf-comp.c:950 #, fuzzy, c-format #| msgid "Please use the command \"toggle\" first.\n" msgid "Note: Use the command \"%s%s\" to get details.\n" msgstr "Använd kommandot \"toggle\" först.\n" -#: tools/gpgconf-comp.c:2811 +#: tools/gpgconf-comp.c:2816 #, c-format msgid "External verification of component %s failed" msgstr "Extern validering av komponenten %s misslyckades" -#: tools/gpgconf-comp.c:2941 +#: tools/gpgconf-comp.c:2946 msgid "Note that group specifications are ignored\n" msgstr "Observera att gruppspecifikationer ignoreras\n" -#: tools/gpgconf-comp.c:3538 +#: tools/gpgconf-comp.c:3543 #, fuzzy, c-format #| msgid "error closing %s: %s\n" msgid "error closing '%s'\n" msgstr "fel vid stängning av %s: %s\n" -#: tools/gpgconf-comp.c:3540 +#: tools/gpgconf-comp.c:3545 #, fuzzy, c-format #| msgid "error in `%s': %s\n" msgid "error parsing '%s'\n" @@ -12195,89 +12200,89 @@ msgstr "" "Syntax: gpg-check-pattern [flaggor] mönsterfil\n" "Kontrollera en lösenfras angiven pÃ¥ standard in mot mönsterfilen\n" -#: tools/gpg-card.c:2389 +#: tools/gpg-card.c:2390 #, fuzzy, c-format #| msgid "NOTE: keys are already stored on the card!\n" msgid "Note: key %s is already stored on the card!\n" msgstr "OBSERVERA: nycklar har redan lagrats pÃ¥ kortet!\n" -#: tools/gpg-card.c:2392 +#: tools/gpg-card.c:2393 #, fuzzy, c-format #| msgid "NOTE: keys are already stored on the card!\n" msgid "Note: Keys are already stored on the card!\n" msgstr "OBSERVERA: nycklar har redan lagrats pÃ¥ kortet!\n" -#: tools/gpg-card.c:2395 +#: tools/gpg-card.c:2396 #, fuzzy, c-format #| msgid "Replace existing keys? (y/N) " msgid "Replace existing key %s ? (y/N) " msgstr "Ersätt existerande nycklar? (j/N) " -#: tools/gpg-card.c:2548 tools/gpg-card.c:2711 tools/gpg-card.c:2934 -#: tools/gpg-card.c:3043 +#: tools/gpg-card.c:2549 tools/gpg-card.c:2712 tools/gpg-card.c:2935 +#: tools/gpg-card.c:3044 #, fuzzy, c-format #| msgid "OpenPGP card no. %s detected\n" msgid "%s card no. %s detected\n" msgstr "OpenPGP-kort nr. %s identifierades\n" -#: tools/gpg-card.c:3395 +#: tools/gpg-card.c:3396 #, c-format msgid "User Interaction Flag is set to \"%s\" - can't change\n" msgstr "" -#: tools/gpg-card.c:3405 tools/gpg-card.c:3419 +#: tools/gpg-card.c:3406 tools/gpg-card.c:3420 #, c-format msgid "" "Warning: Setting the User Interaction Flag to \"%s\"\n" " can only be reverted using a factory reset!\n" msgstr "" -#: tools/gpg-card.c:3422 +#: tools/gpg-card.c:3423 #, c-format msgid "Please use \"uif --yes %d %s\"\n" msgstr "" -#: tools/gpg-card.c:3668 +#: tools/gpg-card.c:3669 #, fuzzy #| msgid " (certificate created at " msgid "authenticate to the card" msgstr " (certifikat skapat " -#: tools/gpg-card.c:3670 +#: tools/gpg-card.c:3671 msgid "send a reset to the card daemon" msgstr "" -#: tools/gpg-card.c:3672 +#: tools/gpg-card.c:3673 #, fuzzy #| msgid "|NAME|use NAME as default recipient" msgid "setup KDF for PIN authentication" msgstr "|NAMN|använd NAMN som standardmottagare" -#: tools/gpg-card.c:3674 +#: tools/gpg-card.c:3675 msgid "change a private data object" msgstr "" -#: tools/gpg-card.c:3675 +#: tools/gpg-card.c:3676 #, fuzzy #| msgid " (certificate created at " msgid "read a certificate from a data object" msgstr " (certifikat skapat " -#: tools/gpg-card.c:3676 +#: tools/gpg-card.c:3677 #, fuzzy #| msgid " (certificate created at " msgid "store a certificate to a data object" msgstr " (certifikat skapat " -#: tools/gpg-card.c:3677 +#: tools/gpg-card.c:3678 msgid "store a private key to a data object" msgstr "" -#: tools/gpg-card.c:3678 +#: tools/gpg-card.c:3679 msgid "Yubikey management commands" msgstr "" -#: tools/gpg-card.c:3680 +#: tools/gpg-card.c:3681 msgid "manage the command history" msgstr "" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg 2.0.10rc1\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2021-04-07 19:24+0200\n" +"POT-Creation-Date: 2021-04-20 12:38+0200\n" "PO-Revision-Date: 2015-02-11 19:18+0100\n" "Last-Translator: Nilgün Belma Bugüner <nilgun@belgeler.gen.tr>\n" "Language-Team: Turkish\n" @@ -211,9 +211,9 @@ msgid "ssh keys greater than %d bits are not supported\n" msgstr "%d bitlikten daha büyük SSH anahtarları desteklenmiyor\n" #: agent/command-ssh.c:872 common/dotlock.c:852 g10/card-util.c:953 -#: g10/export.c:1329 g10/gpg.c:1430 g10/keygen.c:5327 g10/keyring.c:1319 +#: g10/export.c:1329 g10/gpg.c:1431 g10/keygen.c:5347 g10/keyring.c:1319 #: g10/keyring.c:1632 g10/openfile.c:293 g10/photoid.c:531 g10/photoid.c:549 -#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:478 +#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:479 #, fuzzy, c-format #| msgid "can't create `%s': %s\n" msgid "can't create '%s': %s\n" @@ -221,15 +221,15 @@ msgstr "\"%s\" oluÅŸturulamıyor: %s\n" #: agent/command-ssh.c:884 common/helpfile.c:57 g10/card-util.c:910 #: g10/dearmor.c:59 g10/dearmor.c:106 g10/decrypt.c:65 g10/decrypt.c:136 -#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1431 -#: g10/import.c:359 g10/import.c:546 g10/import.c:781 g10/keygen.c:4302 +#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1432 +#: g10/import.c:371 g10/import.c:558 g10/import.c:793 g10/keygen.c:4322 #: g10/keyring.c:1658 g10/openfile.c:197 g10/openfile.c:211 g10/plaintext.c:128 #: g10/plaintext.c:610 g10/sign.c:1086 g10/sign.c:1311 g10/sign.c:1424 #: g10/sign.c:1596 g10/tdbdump.c:143 g10/tdbdump.c:151 g10/tdbio.c:758 -#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2338 -#: sm/gpgsm.c:2368 sm/gpgsm.c:2406 sm/qualified.c:65 dirmngr/certcache.c:396 -#: dirmngr/certcache.c:476 dirmngr/certcache.c:478 dirmngr/crlcache.c:2588 -#: dirmngr/dirmngr.c:1711 tools/gpg-card.c:407 +#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2380 +#: sm/gpgsm.c:2410 sm/gpgsm.c:2448 sm/keylist.c:1737 sm/qualified.c:65 +#: dirmngr/certcache.c:396 dirmngr/certcache.c:476 dirmngr/certcache.c:478 +#: dirmngr/crlcache.c:2588 dirmngr/dirmngr.c:1720 tools/gpg-card.c:408 #, fuzzy, c-format #| msgid "can't open `%s': %s\n" msgid "can't open '%s': %s\n" @@ -435,234 +435,234 @@ msgstr "Yeni anahtarınızı korumak için Lütfen%0AAnahtar Parolanızı girini msgid "Please enter the new passphrase" msgstr "Lütfen yeni anahtar parolasını girin" -#: agent/gpg-agent.c:161 scd/scdaemon.c:114 dirmngr/dirmngr.c:181 +#: agent/gpg-agent.c:162 scd/scdaemon.c:115 dirmngr/dirmngr.c:182 #, fuzzy #| msgid "Options useful for debugging" msgid "Options used for startup" msgstr "Hata ayıklamaya elveriÅŸli seçenekler" -#: agent/gpg-agent.c:163 scd/scdaemon.c:119 dirmngr/dirmngr.c:170 +#: agent/gpg-agent.c:164 scd/scdaemon.c:120 dirmngr/dirmngr.c:171 msgid "run in daemon mode (background)" msgstr "artalan süreci olarak çalışır" -#: agent/gpg-agent.c:164 scd/scdaemon.c:116 dirmngr/dirmngr.c:169 +#: agent/gpg-agent.c:165 scd/scdaemon.c:117 dirmngr/dirmngr.c:170 msgid "run in server mode (foreground)" msgstr "sunucu olarak (önalanda) çalışır" -#: agent/gpg-agent.c:166 dirmngr/dirmngr.c:172 +#: agent/gpg-agent.c:167 dirmngr/dirmngr.c:173 #, fuzzy #| msgid "run in server mode" msgid "run in supervised mode" msgstr "sunucu kipinde çalışır" -#: agent/gpg-agent.c:168 scd/scdaemon.c:120 dirmngr/dirmngr.c:183 +#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 msgid "do not detach from the console" msgstr "konsoldan kopulmaz" -#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 +#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 msgid "sh-style command output" msgstr "sh tarzı komut çıktısı" -#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 +#: agent/gpg-agent.c:171 scd/scdaemon.c:123 dirmngr/dirmngr.c:186 msgid "csh-style command output" msgstr "csh tarzı komut çıktısı" -#: agent/gpg-agent.c:178 g10/gpg.c:588 scd/scdaemon.c:124 sm/gpgsm.c:419 -#: dirmngr/dirmngr.c:187 +#: agent/gpg-agent.c:179 g10/gpg.c:589 scd/scdaemon.c:125 sm/gpgsm.c:422 +#: dirmngr/dirmngr.c:188 msgid "|FILE|read options from FILE" msgstr "|DOSYA|seçenekler DOSYAdan okunur" -#: agent/gpg-agent.c:182 g10/gpg.c:573 scd/scdaemon.c:128 sm/gpgsm.c:262 -#: dirmngr/dirmngr.c:191 +#: agent/gpg-agent.c:183 g10/gpg.c:574 scd/scdaemon.c:129 sm/gpgsm.c:265 +#: dirmngr/dirmngr.c:192 msgid "Options controlling the diagnostic output" msgstr "Tanı çıktısını denetleyen seçenekler" -#: agent/gpg-agent.c:184 g10/gpg.c:575 g10/gpgv.c:78 kbx/kbxutil.c:89 -#: scd/scdaemon.c:130 sm/gpgsm.c:264 dirmngr/dirmngr-client.c:69 -#: dirmngr/dirmngr.c:193 dirmngr/dirmngr_ldap.c:102 +#: agent/gpg-agent.c:185 g10/gpg.c:576 g10/gpgv.c:78 kbx/kbxutil.c:89 +#: scd/scdaemon.c:131 sm/gpgsm.c:267 dirmngr/dirmngr-client.c:69 +#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:102 #: tools/gpg-connect-agent.c:85 tools/gpgconf.c:111 msgid "verbose" msgstr "ayrıntılı" -#: agent/gpg-agent.c:185 g10/gpg.c:577 g10/gpgv.c:79 kbx/kbxutil.c:90 -#: scd/scdaemon.c:131 sm/gpgsm.c:266 dirmngr/dirmngr-client.c:70 -#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:103 +#: agent/gpg-agent.c:186 g10/gpg.c:578 g10/gpgv.c:79 kbx/kbxutil.c:90 +#: scd/scdaemon.c:132 sm/gpgsm.c:269 dirmngr/dirmngr-client.c:70 +#: dirmngr/dirmngr.c:195 dirmngr/dirmngr_ldap.c:103 msgid "be somewhat more quiet" msgstr "biraz daha sessiz olur" -#: agent/gpg-agent.c:193 g10/gpg.c:592 sm/gpgsm.c:280 dirmngr/dirmngr.c:204 +#: agent/gpg-agent.c:194 g10/gpg.c:593 sm/gpgsm.c:283 dirmngr/dirmngr.c:205 msgid "|FILE|write server mode logs to FILE" msgstr "|DOSYA|sunucu kipi günlükleri DOSYAya yazar" -#: agent/gpg-agent.c:197 g10/gpg.c:598 scd/scdaemon.c:145 sm/gpgsm.c:287 -#: dirmngr/dirmngr.c:208 +#: agent/gpg-agent.c:198 g10/gpg.c:599 scd/scdaemon.c:146 sm/gpgsm.c:290 +#: dirmngr/dirmngr.c:209 msgid "Options controlling the configuration" msgstr "Yapılandırmayı denetleyen seçenekler" -#: agent/gpg-agent.c:200 +#: agent/gpg-agent.c:201 msgid "do not use the SCdaemon" msgstr "Akıllı kart süreci kullanılmaz" -#: agent/gpg-agent.c:202 +#: agent/gpg-agent.c:203 msgid "|PGM|use PGM as the SCdaemon program" msgstr "[UYG|Akıllı kart uygulaması olarak UYG kullanılır" -#: agent/gpg-agent.c:204 +#: agent/gpg-agent.c:205 #, fuzzy #| msgid "|PGM|use PGM as the SCdaemon program" msgid "|PGM|use PGM as the tpm2daemon program" msgstr "[UYG|Akıllı kart uygulaması olarak UYG kullanılır" -#: agent/gpg-agent.c:208 +#: agent/gpg-agent.c:209 #, fuzzy #| msgid "|NAME|connect to Assuan socket NAME" msgid "|NAME|accept some commands via NAME" msgstr "|Ä°SÄ°M|Assuan soketi Ä°SÄ°Me baÄŸlanır" -#: agent/gpg-agent.c:212 +#: agent/gpg-agent.c:213 msgid "ignore requests to change the TTY" msgstr "TTY deÄŸiÅŸtirme istekleri yoksayılır" -#: agent/gpg-agent.c:214 +#: agent/gpg-agent.c:215 msgid "ignore requests to change the X display" msgstr "X birimi deÄŸiÅŸtirme istekleri yoksayılır" -#: agent/gpg-agent.c:215 +#: agent/gpg-agent.c:216 #, fuzzy #| msgid "enable ssh-agent emulation" msgid "enable ssh support" msgstr "ssh-agent öykünümü etkinleÅŸir" -#: agent/gpg-agent.c:217 +#: agent/gpg-agent.c:218 msgid "|ALGO|use ALGO to show ssh fingerprints" msgstr "" -#: agent/gpg-agent.c:220 +#: agent/gpg-agent.c:221 msgid "enable putty support" msgstr "" -#: agent/gpg-agent.c:232 g10/gpg.c:843 scd/scdaemon.c:175 sm/gpgsm.c:379 +#: agent/gpg-agent.c:233 g10/gpg.c:844 scd/scdaemon.c:176 sm/gpgsm.c:382 msgid "Options controlling the security" msgstr "GüvenliÄŸi denetleyen seçenekler" -#: agent/gpg-agent.c:235 +#: agent/gpg-agent.c:236 msgid "|N|expire cached PINs after N seconds" msgstr "|N|arabellekteki PINler N saniyede zamanaşımına uÄŸrar" -#: agent/gpg-agent.c:237 +#: agent/gpg-agent.c:238 msgid "|N|expire SSH keys after N seconds" msgstr "|N|SSH anahtarları N saniyede zamanaşımına uÄŸrar" -#: agent/gpg-agent.c:239 +#: agent/gpg-agent.c:240 msgid "|N|set maximum PIN cache lifetime to N seconds" msgstr "|N|azami PIN önbelleÄŸi ömrü N saniyeye ayarlanır" -#: agent/gpg-agent.c:241 +#: agent/gpg-agent.c:242 msgid "|N|set maximum SSH key lifetime to N seconds" msgstr "|N|azami SSH anahtarı ömrü N saniyeye ayarlanır" -#: agent/gpg-agent.c:243 +#: agent/gpg-agent.c:244 msgid "do not use the PIN cache when signing" msgstr "imzalarken PIN arabelleÄŸi kullanılmaz" -#: agent/gpg-agent.c:245 +#: agent/gpg-agent.c:246 #, fuzzy #| msgid "do not allow the reuse of old passphrases" msgid "disallow the use of an external password cache" msgstr "eski anahtar parolalarının yeniden kullanılmasına izin vermez" -#: agent/gpg-agent.c:247 +#: agent/gpg-agent.c:248 #, fuzzy #| msgid "allow clients to mark keys as \"trusted\"" msgid "disallow clients to mark keys as \"trusted\"" msgstr "istemcilerin anahtarları \"güvenilir\" olarak imlemesine izin verilir" -#: agent/gpg-agent.c:250 +#: agent/gpg-agent.c:251 msgid "allow presetting passphrase" msgstr "anahtar parolasının önceden atanmasına izin verilir" -#: agent/gpg-agent.c:255 +#: agent/gpg-agent.c:256 msgid "Options enforcing a passphrase policy" msgstr "Bir anahtar parolası kuralını zorlayan seçenekler" -#: agent/gpg-agent.c:258 +#: agent/gpg-agent.c:259 msgid "do not allow bypassing the passphrase policy" msgstr "anahtar parolası kuralının atlanmasına izin verilmez" -#: agent/gpg-agent.c:260 +#: agent/gpg-agent.c:261 msgid "|N|set minimal required length for new passphrases to N" msgstr "|N|yeni anahtar parolası için gereken en küçük uzunluk N'ye ayarlanır" -#: agent/gpg-agent.c:262 +#: agent/gpg-agent.c:263 msgid "|N|require at least N non-alpha characters for a new passphrase" msgstr "" "|N|yeni bir anahtar parolası için en azından harf olmayan N karakter gerekir" -#: agent/gpg-agent.c:265 +#: agent/gpg-agent.c:266 msgid "|FILE|check new passphrases against pattern in FILE" msgstr "|DOSYA|yeni anahtar parolası DOSYAdaki kalıba göre sınanır" -#: agent/gpg-agent.c:267 +#: agent/gpg-agent.c:268 msgid "|N|expire the passphrase after N days" msgstr "|N|anahtar parolası N gün sonra zaman aşımına uÄŸrar" -#: agent/gpg-agent.c:269 +#: agent/gpg-agent.c:270 msgid "do not allow the reuse of old passphrases" msgstr "eski anahtar parolalarının yeniden kullanılmasına izin vermez" -#: agent/gpg-agent.c:272 +#: agent/gpg-agent.c:273 #, fuzzy #| msgid "Options controlling the security" msgid "Options controlling the PIN-Entry" msgstr "GüvenliÄŸi denetleyen seçenekler" -#: agent/gpg-agent.c:274 +#: agent/gpg-agent.c:275 msgid "never use the PIN-entry" msgstr "" -#: agent/gpg-agent.c:276 +#: agent/gpg-agent.c:277 msgid "disallow caller to override the pinentry" msgstr "" -#: agent/gpg-agent.c:278 +#: agent/gpg-agent.c:279 #, fuzzy #| msgid "do not grab keyboard and mouse" msgid "let PIN-Entry grab keyboard and mouse" msgstr "klavye ve fare gaspedilmez" -#: agent/gpg-agent.c:281 +#: agent/gpg-agent.c:282 msgid "|PGM|use PGM as the PIN-Entry program" msgstr "|UYG|PIN girme uygulaması olarak UYG kullanılır" -#: agent/gpg-agent.c:285 +#: agent/gpg-agent.c:286 #, fuzzy #| msgid "|N|set maximum PIN cache lifetime to N seconds" msgid "|N|set the Pinentry timeout to N seconds" msgstr "|N|azami PIN önbelleÄŸi ömrü N saniyeye ayarlanır" -#: agent/gpg-agent.c:287 +#: agent/gpg-agent.c:288 msgid "allow passphrase to be prompted through Emacs" msgstr "" #. TRANSLATORS: @EMAIL@ will get replaced by the actual bug #. reporting address. This is so that we can change the #. reporting address without breaking the translations. -#: agent/gpg-agent.c:550 agent/preset-passphrase.c:99 agent/protect-tool.c:154 -#: g10/gpg.c:1131 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:311 -#: sm/gpgsm.c:609 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:437 +#: agent/gpg-agent.c:551 agent/preset-passphrase.c:99 agent/protect-tool.c:154 +#: g10/gpg.c:1132 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:312 +#: sm/gpgsm.c:612 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:438 #: dirmngr/dirmngr_ldap.c:175 tools/gpg-connect-agent.c:220 tools/gpgconf.c:151 #: tools/gpg-check-pattern.c:143 #, fuzzy msgid "Please report bugs to <@EMAIL@>.\n" msgstr "Yazılım hatalarını lütfen <" -#: agent/gpg-agent.c:559 +#: agent/gpg-agent.c:560 #, fuzzy #| msgid "Usage: gpgconf [options] (-h for help)" msgid "Usage: @GPG_AGENT@ [options] (-h for help)" msgstr "Kullanımı: gpgconf [seçenekler] (yardım için -h)" -#: agent/gpg-agent.c:561 +#: agent/gpg-agent.c:562 #, fuzzy #| msgid "" #| "Syntax: gpg-agent [options] [command [args]]\n" @@ -674,137 +674,137 @@ msgstr "" "Sözdizimi: gpg-agent [seçenekler] [komut [arg ...]]\n" "GnuPG için gizli anahtar yönetimi\n" -#: agent/gpg-agent.c:606 g10/gpg.c:1336 scd/scdaemon.c:383 sm/gpgsm.c:757 -#: dirmngr/dirmngr.c:521 +#: agent/gpg-agent.c:607 g10/gpg.c:1337 scd/scdaemon.c:384 sm/gpgsm.c:760 +#: dirmngr/dirmngr.c:522 #, fuzzy, c-format #| msgid "invalid debug-level `%s' given\n" msgid "invalid debug-level '%s' given\n" msgstr "belirtilen hata seviyesi `%s' geçersiz\n" -#: agent/gpg-agent.c:971 g10/gpg.c:3879 g10/gpg.c:3903 sm/gpgsm.c:1736 -#: sm/gpgsm.c:1742 +#: agent/gpg-agent.c:972 g10/gpg.c:3910 g10/gpg.c:3934 sm/gpgsm.c:1769 +#: sm/gpgsm.c:1775 #, c-format msgid "selected digest algorithm is invalid\n" msgstr "seçilen özet algoritması geçersiz\n" -#: agent/gpg-agent.c:1195 agent/gpg-agent.c:2010 g10/gpg.c:2588 -#: scd/scdaemon.c:548 sm/gpgsm.c:1151 dirmngr/dirmngr.c:988 -#: dirmngr/dirmngr.c:1830 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:2019 common/comopt.c:93 +#: g10/gpg.c:2591 scd/scdaemon.c:549 sm/gpgsm.c:1155 dirmngr/dirmngr.c:989 +#: dirmngr/dirmngr.c:1840 #, fuzzy, c-format #| msgid "reading options from `%s'\n" msgid "reading options from '%s'\n" msgstr "\"%s\"den seçenekler okunuyor\n" -#: agent/gpg-agent.c:1327 g10/gpg.c:3830 scd/scdaemon.c:675 sm/gpgsm.c:1676 -#: dirmngr/dirmngr.c:1099 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 +#: agent/gpg-agent.c:1335 g10/gpg.c:3861 scd/scdaemon.c:687 sm/gpgsm.c:1709 +#: dirmngr/dirmngr.c:1108 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 #, fuzzy, c-format #| msgid "WARNING: \"%s\" is a deprecated option\n" msgid "Note: '%s' is not considered an option\n" msgstr "UYARI: %s seçeneÄŸi kullanımdan kaldırılmak üzere.\n" -#: agent/gpg-agent.c:2146 scd/scdaemon.c:1096 dirmngr/dirmngr.c:1258 +#: agent/gpg-agent.c:2172 scd/scdaemon.c:1108 dirmngr/dirmngr.c:1267 #, c-format msgid "can't create socket: %s\n" msgstr "soket oluÅŸturulamıyor: %s\n" -#: agent/gpg-agent.c:2163 scd/scdaemon.c:1109 dirmngr/dirmngr.c:1271 +#: agent/gpg-agent.c:2189 scd/scdaemon.c:1121 dirmngr/dirmngr.c:1280 #, fuzzy, c-format #| msgid "socket name `%s' is too long\n" msgid "socket name '%s' is too long\n" msgstr "soketin ismi `%s' çok uzun\n" -#: agent/gpg-agent.c:2202 +#: agent/gpg-agent.c:2228 #, c-format msgid "a gpg-agent is already running - not starting a new one\n" msgstr "çalışan bir gpg-agent zaten var - bir yenisi baÅŸlatılmayacak\n" -#: agent/gpg-agent.c:2213 scd/scdaemon.c:1133 dirmngr/dirmngr.c:1303 +#: agent/gpg-agent.c:2239 scd/scdaemon.c:1145 dirmngr/dirmngr.c:1312 #, c-format msgid "error getting nonce for the socket\n" msgstr "soket için tuz alınırken hata\n" -#: agent/gpg-agent.c:2218 scd/scdaemon.c:1136 dirmngr/dirmngr.c:1306 +#: agent/gpg-agent.c:2244 scd/scdaemon.c:1148 dirmngr/dirmngr.c:1315 #, fuzzy, c-format #| msgid "error binding socket to `%s': %s\n" msgid "error binding socket to '%s': %s\n" msgstr "soket `%s'e baÄŸlanırken hata: %s\n" -#: agent/gpg-agent.c:2229 agent/gpg-agent.c:2269 agent/gpg-agent.c:2278 -#: scd/scdaemon.c:1144 dirmngr/dirmngr.c:1315 +#: agent/gpg-agent.c:2255 agent/gpg-agent.c:2295 agent/gpg-agent.c:2304 +#: scd/scdaemon.c:1156 dirmngr/dirmngr.c:1324 #, fuzzy, c-format #| msgid "Warning: unsafe permissions on %s \"%s\"\n" msgid "can't set permissions of '%s': %s\n" msgstr "UYARI: %s üzerinde izinler güvensiz: \"%s\"\n" -#: agent/gpg-agent.c:2243 scd/scdaemon.c:1156 dirmngr/dirmngr.c:1327 +#: agent/gpg-agent.c:2269 scd/scdaemon.c:1168 dirmngr/dirmngr.c:1336 #, fuzzy, c-format #| msgid "listening on socket `%s'\n" msgid "listening on socket '%s'\n" msgstr "`%s' soketi dinlemede\n" -#: agent/gpg-agent.c:2263 agent/gpg-agent.c:2316 common/homedir.c:517 +#: agent/gpg-agent.c:2289 agent/gpg-agent.c:2342 common/homedir.c:517 #: g10/openfile.c:399 g10/photoid.c:379 #, fuzzy, c-format #| msgid "can't create directory `%s': %s\n" msgid "can't create directory '%s': %s\n" msgstr "`%s' dizini oluÅŸturulamıyor: %s\n" -#: agent/gpg-agent.c:2266 agent/gpg-agent.c:2321 common/homedir.c:520 +#: agent/gpg-agent.c:2292 agent/gpg-agent.c:2347 common/homedir.c:520 #: g10/openfile.c:402 #, fuzzy, c-format #| msgid "directory `%s' created\n" msgid "directory '%s' created\n" msgstr "dizin `%s' oluÅŸturuldu\n" -#: agent/gpg-agent.c:2327 +#: agent/gpg-agent.c:2353 #, fuzzy, c-format #| msgid "stat() failed for `%s': %s\n" msgid "stat() failed for '%s': %s\n" msgstr "%s için stat() baÅŸarısız oldu: %s\n" -#: agent/gpg-agent.c:2331 +#: agent/gpg-agent.c:2357 #, fuzzy, c-format #| msgid "can't use `%s' as home directory\n" msgid "can't use '%s' as home directory\n" msgstr "`%s' ev dizini olarak kullanılamıyor\n" -#: agent/gpg-agent.c:2486 scd/scdaemon.c:1172 dirmngr/dirmngr.c:2042 +#: agent/gpg-agent.c:2512 scd/scdaemon.c:1184 dirmngr/dirmngr.c:2069 #, c-format msgid "error reading nonce on fd %d: %s\n" msgstr "fd %d üzerinde tuz okunurken hata: %s\n" -#: agent/gpg-agent.c:2693 +#: agent/gpg-agent.c:2719 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "tutamak 0x%lx, fd %d için baÅŸlatıldı\n" -#: agent/gpg-agent.c:2698 +#: agent/gpg-agent.c:2724 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "tutamak 0x%lx, fd %d için sonlandırıldı\n" -#: agent/gpg-agent.c:2773 +#: agent/gpg-agent.c:2799 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "ssh tutamağı 0x%lx, fd %d için baÅŸlatıldı\n" -#: agent/gpg-agent.c:2778 +#: agent/gpg-agent.c:2804 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "ssh tutamağı 0x%lx, fd %d için sonlandırıldı\n" -#: agent/gpg-agent.c:3000 scd/scdaemon.c:1362 dirmngr/dirmngr.c:2256 +#: agent/gpg-agent.c:3026 scd/scdaemon.c:1374 dirmngr/dirmngr.c:2283 #, fuzzy, c-format #| msgid "pth_select failed: %s - waiting 1s\n" msgid "npth_pselect failed: %s - waiting 1s\n" msgstr "pth_select baÅŸarısız: %s - 1s bekliyor\n" -#: agent/gpg-agent.c:3088 scd/scdaemon.c:1427 +#: agent/gpg-agent.c:3114 scd/scdaemon.c:1439 #, c-format msgid "%s %s stopped\n" msgstr "%s %s durdu\n" -#: agent/gpg-agent.c:3226 common/simple-pwquery.c:247 g10/call-agent.c:260 +#: agent/gpg-agent.c:3252 common/simple-pwquery.c:247 g10/call-agent.c:260 #: sm/call-agent.c:131 tools/gpg-connect-agent.c:2319 tools/card-call-scd.c:311 #, c-format msgid "no gpg-agent running in this session\n" @@ -831,8 +831,8 @@ msgstr "" "Sözdizimi: gpg-preset-passphrase [seçenekler] ANHMAÅžASI\n" "Parola arabelleÄŸi bakımcısı\n" -#: agent/protect-tool.c:107 g10/gpg.c:447 kbx/kbxutil.c:72 sm/gpgsm.c:213 -#: dirmngr/dirmngr.c:167 tools/gpgconf.c:81 +#: agent/protect-tool.c:107 g10/gpg.c:448 kbx/kbxutil.c:72 sm/gpgsm.c:215 +#: dirmngr/dirmngr.c:168 tools/gpgconf.c:81 msgid "" "@Commands:\n" " " @@ -1101,7 +1101,7 @@ msgid "error creating a stream for a pipe: %s\n" msgstr "boru oluÅŸturulurken hata: %s\n" #: common/exechelp-posix.c:505 common/exechelp-posix.c:580 -#: common/exechelp-posix.c:861 dirmngr/dirmngr.c:1345 +#: common/exechelp-posix.c:866 dirmngr/dirmngr.c:1354 #, c-format msgid "error forking process: %s\n" msgstr "süreç çatallanırken hata: %s\n" @@ -1111,26 +1111,26 @@ msgstr "süreç çatallanırken hata: %s\n" msgid "waiting for process %d to terminate failed: %s\n" msgstr "süreç %d sonlanacak diye beklerken baÅŸarısızlık: %s\n" -#: common/exechelp-posix.c:688 common/exechelp-posix.c:804 +#: common/exechelp-posix.c:688 common/exechelp-posix.c:809 #, fuzzy, c-format #| msgid "error running `%s': probably not installed\n" msgid "error running '%s': probably not installed\n" msgstr "`%s' çalıştırılırken hata: muhtemelen kurulu deÄŸil\n" -#: common/exechelp-posix.c:694 common/exechelp-posix.c:811 +#: common/exechelp-posix.c:694 common/exechelp-posix.c:816 #: common/exechelp-w32.c:839 common/exechelp-w32ce.c:782 #, fuzzy, c-format #| msgid "error running `%s': exit status %d\n" msgid "error running '%s': exit status %d\n" msgstr "`%s' çalışırken hata: çıkış durumu: %d\n" -#: common/exechelp-posix.c:702 common/exechelp-posix.c:819 +#: common/exechelp-posix.c:702 common/exechelp-posix.c:824 #, fuzzy, c-format #| msgid "error running `%s': terminated\n" msgid "error running '%s': terminated\n" msgstr "`%s' çalışırken hata: sonlandırıldı\n" -#: common/exechelp-posix.c:760 common/exechelp-w32.c:820 +#: common/exechelp-posix.c:765 common/exechelp-w32.c:820 #, fuzzy, c-format #| msgid "waiting for process %d to terminate failed: %s\n" msgid "waiting for processes to terminate failed: %s\n" @@ -1180,7 +1180,7 @@ msgid "renaming '%s' to '%s' failed: %s\n" msgstr "`%s' > `%s' isim deÄŸiÅŸikliÄŸi baÅŸarısız: %s\n" #. TRANSLATORS: See doc/TRANSLATE about this string. -#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3081 +#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3082 msgid "yes" msgstr "evet" @@ -1235,7 +1235,7 @@ msgid "out of core while allocating %lu bytes" msgstr "%lu bayt ayrılırken nüve dışına çıkıldı" #: common/miscellaneous.c:115 g10/card-util.c:917 tools/no-libgcrypt.c:30 -#: tools/gpg-card.c:415 +#: tools/gpg-card.c:416 #, c-format msgid "error allocating enough memory: %s\n" msgstr "yeterli bellek ayrılırken hata: %s\n" @@ -1315,7 +1315,7 @@ msgstr "`%s' anahtarlığı oluÅŸturulurken hata: %s\n" msgid "server '%s' is older than us (%s < %s)" msgstr "" -#: common/asshelp.c:737 g10/call-dirmngr.c:407 +#: common/asshelp.c:737 g10/call-dirmngr.c:408 #, fuzzy, c-format #| msgid "WARNING: %s overrides %s\n" msgid "WARNING: %s\n" @@ -1608,8 +1608,8 @@ msgstr "kilit `%s' yapılmadı: %s\n" msgid "waiting for lock %s...\n" msgstr "%s kilidi için bekleniyor...\n" -#: common/init.c:191 sm/gpgsm.c:1032 dirmngr/dirmngr.c:894 -#: dirmngr/dirmngr.c:903 +#: common/init.c:191 sm/gpgsm.c:1036 dirmngr/dirmngr.c:895 +#: dirmngr/dirmngr.c:904 #, c-format msgid "%s is too old (need %s, have %s)\n" msgstr "%s çok eski (gereken %s, sizinki %s)\n" @@ -1788,60 +1788,60 @@ msgstr "%s okunurken hata: %s\n" msgid "problem with the agent: %s\n" msgstr "aracı ile sorun var: %s\n" -#: g10/call-dirmngr.c:178 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 +#: g10/call-dirmngr.c:179 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 #, fuzzy, c-format #| msgid "no gpg-agent running in this session\n" msgid "no dirmngr running in this session\n" msgstr "bu oturumda çalışan gpg-agent yok\n" -#: g10/call-dirmngr.c:212 +#: g10/call-dirmngr.c:213 #, fuzzy, c-format #| msgid "you may not use %s while in %s mode\n" msgid "keyserver option \"honor-keyserver-url\" may not be used in Tor mode\n" msgstr "%2$s kipindeyken %1$s kullanılamayabilir.\n" -#: g10/call-dirmngr.c:385 +#: g10/call-dirmngr.c:386 msgid "WKD uses a cached result" msgstr "" -#: g10/call-dirmngr.c:388 +#: g10/call-dirmngr.c:389 msgid "Tor is not running" msgstr "" -#: g10/call-dirmngr.c:390 +#: g10/call-dirmngr.c:391 #, fuzzy #| msgid "invalid fingerprint" msgid "Tor is not properly configured" msgstr "parmakizi geçersiz" -#: g10/call-dirmngr.c:392 +#: g10/call-dirmngr.c:393 #, fuzzy #| msgid "invalid fingerprint" msgid "DNS is not properly configured" msgstr "parmakizi geçersiz" -#: g10/call-dirmngr.c:394 +#: g10/call-dirmngr.c:395 msgid "unacceptable HTTP redirect from server" msgstr "" -#: g10/call-dirmngr.c:396 +#: g10/call-dirmngr.c:397 msgid "unacceptable HTTP redirect from server was cleaned up" msgstr "" -#: g10/call-dirmngr.c:398 +#: g10/call-dirmngr.c:399 #, fuzzy #| msgid "generate a revocation certificate" msgid "server uses an invalid certificate" msgstr "bir yürürlükten kaldırma sertifikası üretir" -#: g10/call-dirmngr.c:405 g10/gpg.c:4568 +#: g10/call-dirmngr.c:406 g10/gpg.c:4599 #, fuzzy, c-format #| msgid "armor: %s\n" msgid "Note: %s\n" msgstr "zırh: %s\n" #: g10/card-util.c:86 g10/card-util.c:369 g10/card-util.c:1924 -#: tools/gpg-card.c:3038 +#: tools/gpg-card.c:3039 #, c-format msgid "OpenPGP card not available: %s\n" msgstr "OpenPGP anahtarı kullanılabilir deÄŸil: %s\n" @@ -1852,17 +1852,17 @@ msgid "OpenPGP card no. %s detected\n" msgstr "%s numaralı OpenPGP kartı saptandı\n" #: g10/card-util.c:97 g10/card-util.c:2309 g10/delkey.c:164 g10/keyedit.c:1428 -#: g10/keygen.c:4771 g10/revoke.c:214 g10/revoke.c:638 +#: g10/keygen.c:4791 g10/revoke.c:214 g10/revoke.c:638 #, c-format msgid "can't do this in batch mode\n" msgstr "bu önceden betik kipinde yapılamaz\n" -#: g10/card-util.c:105 tools/gpg-card.c:2942 +#: g10/card-util.c:105 tools/gpg-card.c:2943 #, c-format msgid "This command is only available for version 2 cards\n" msgstr "Bu komut sadece 2. sürüm kartlar için kullanılabilir\n" -#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2947 +#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2948 #, c-format msgid "Reset Code not or not anymore available\n" msgstr "Sıfırlama kodu ya yok ya da kullanım dışı\n" @@ -1871,110 +1871,110 @@ msgstr "Sıfırlama kodu ya yok ya da kullanım dışı\n" #: g10/card-util.c:1802 g10/keyedit.c:394 g10/keyedit.c:415 g10/keyedit.c:429 #: g10/keygen.c:1991 g10/keygen.c:2165 g10/keygen.c:2385 g10/keygen.c:2685 #: sm/certreqgen-ui.c:166 sm/certreqgen-ui.c:292 sm/certreqgen-ui.c:326 -#: tools/gpg-card.c:509 +#: tools/gpg-card.c:510 msgid "Your selection? " msgstr "Seçiminiz? " -#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:595 -#: tools/gpg-card.c:635 +#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:596 +#: tools/gpg-card.c:636 msgid "[not set]" msgstr "[belirtilmedi]" -#: g10/card-util.c:558 tools/gpg-card.c:902 +#: g10/card-util.c:558 tools/gpg-card.c:903 msgid "Mr." msgstr "" -#: g10/card-util.c:559 tools/gpg-card.c:903 +#: g10/card-util.c:559 tools/gpg-card.c:904 msgid "Ms." msgstr "" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 msgid "not forced" msgstr "zorlanmadı" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 msgid "forced" msgstr "zorlandı" -#: g10/card-util.c:768 tools/gpg-card.c:1467 +#: g10/card-util.c:768 tools/gpg-card.c:1468 msgid "Error: Only plain ASCII is currently allowed.\n" msgstr "Hata: Åžimdilik sadece US-ASCII mümkün.\n" -#: g10/card-util.c:770 tools/gpg-card.c:1469 +#: g10/card-util.c:770 tools/gpg-card.c:1470 msgid "Error: The \"<\" character may not be used.\n" msgstr "Hata: \"<\" karakteri kullanılmamalı.\n" -#: g10/card-util.c:772 tools/gpg-card.c:1471 +#: g10/card-util.c:772 tools/gpg-card.c:1472 msgid "Error: Double spaces are not allowed.\n" msgstr "Hata: Çift boÅŸluÄŸa izin verilmez.\n" -#: g10/card-util.c:789 tools/gpg-card.c:1504 +#: g10/card-util.c:789 tools/gpg-card.c:1505 msgid "Cardholder's surname: " msgstr "Kart sahibinin soyadı: " -#: g10/card-util.c:791 tools/gpg-card.c:1505 +#: g10/card-util.c:791 tools/gpg-card.c:1506 msgid "Cardholder's given name: " msgstr "Kart sahibinin adı: " -#: g10/card-util.c:809 tools/gpg-card.c:1522 +#: g10/card-util.c:809 tools/gpg-card.c:1523 #, c-format msgid "Error: Combined name too long (limit is %d characters).\n" msgstr "Hata: Ä°simler birlikte çok uzun oluyor (sınır: %d karakter).\n" -#: g10/card-util.c:830 tools/gpg-card.c:1560 +#: g10/card-util.c:830 tools/gpg-card.c:1561 msgid "URL to retrieve public key: " msgstr "genel anahtarın alınacağı URL: " -#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:394 g10/import.c:744 -#: g10/import.c:803 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 -#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1657 -#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:425 +#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:406 g10/import.c:756 +#: g10/import.c:815 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 +#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1666 +#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:426 #, fuzzy, c-format #| msgid "error reading `%s': %s\n" msgid "error reading '%s': %s\n" msgstr "\"%s\" okunurken hata: %s\n" #: g10/card-util.c:959 g10/decrypt-data.c:498 g10/export.c:2496 -#: dirmngr/crlcache.c:925 tools/gpg-card.c:485 tools/gpg-card.c:492 +#: dirmngr/crlcache.c:925 tools/gpg-card.c:486 tools/gpg-card.c:493 #, fuzzy, c-format msgid "error writing '%s': %s\n" msgstr "`%s' yazılırken hata: %s\n" -#: g10/card-util.c:986 tools/gpg-card.c:1649 +#: g10/card-util.c:986 tools/gpg-card.c:1650 msgid "Login data (account name): " msgstr "Oturum açma verisi (hesap adı): " -#: g10/card-util.c:1024 tools/gpg-card.c:1944 +#: g10/card-util.c:1024 tools/gpg-card.c:1945 msgid "Private DO data: " msgstr "Özel DO verisi: " -#: g10/card-util.c:1109 tools/gpg-card.c:1698 +#: g10/card-util.c:1109 tools/gpg-card.c:1699 msgid "Language preferences: " msgstr "Dil tercihleri: " -#: g10/card-util.c:1117 tools/gpg-card.c:1709 +#: g10/card-util.c:1117 tools/gpg-card.c:1710 #, c-format msgid "Error: invalid length of preference string.\n" msgstr "Hata: tercih dizgesinin uzunluÄŸu geçersiz.\n" -#: g10/card-util.c:1126 tools/gpg-card.c:1718 +#: g10/card-util.c:1126 tools/gpg-card.c:1719 #, c-format msgid "Error: invalid characters in preference string.\n" msgstr "Hata: tercih dizgesindeki karakterler geçersiz.\n" -#: g10/card-util.c:1148 tools/gpg-card.c:1752 +#: g10/card-util.c:1148 tools/gpg-card.c:1753 msgid "Salutation (M = Mr., F = Ms., or space): " msgstr "" -#: g10/card-util.c:1162 tools/gpg-card.c:1769 +#: g10/card-util.c:1162 tools/gpg-card.c:1770 msgid "Error: invalid response.\n" msgstr "Hata: yanıt geçersiz.\n" -#: g10/card-util.c:1185 tools/gpg-card.c:1834 +#: g10/card-util.c:1185 tools/gpg-card.c:1835 msgid "CA fingerprint: " msgstr "CA parmak izi: " -#: g10/card-util.c:1209 tools/gpg-card.c:1860 +#: g10/card-util.c:1209 tools/gpg-card.c:1861 #, c-format msgid "Error: invalid formatted fingerprint.\n" msgstr "Hata: biçimli parmakizi geçersiz\n" @@ -1988,7 +1988,7 @@ msgstr "anahtar iÅŸlemi mümkün deÄŸil: %s\n" msgid "not an OpenPGP card" msgstr "bir OpenPGP kartı deÄŸil" -#: g10/card-util.c:1273 g10/keygen.c:4791 g10/keygen.c:5952 +#: g10/card-util.c:1273 g10/keygen.c:4811 g10/keygen.c:5972 #, c-format msgid "error getting current key info: %s\n" msgstr "geçerli anahtar bilgisi alınırken hata: %s\n" @@ -1997,7 +1997,7 @@ msgstr "geçerli anahtar bilgisi alınırken hata: %s\n" msgid "Replace existing key? (y/N) " msgstr "Mevcut anahtar deÄŸiÅŸtirilsin mi? (e/H ya da y/N) " -#: g10/card-util.c:1375 tools/gpg-card.c:3327 +#: g10/card-util.c:1375 tools/gpg-card.c:3328 msgid "" "Note: There is no guarantee that the card supports the requested\n" " key type or size. If the key generation does not succeed,\n" @@ -2085,14 +2085,14 @@ msgid "error getting card info: %s\n" msgstr "geçerli anahtar bilgisi alınırken hata: %s\n" #: g10/card-util.c:1591 g10/card-util.c:1936 g10/card-util.c:2112 -#: g10/card-util.c:2171 tools/gpg-card.c:3056 tools/gpg-card.c:3295 -#: tools/gpg-card.c:3353 +#: g10/card-util.c:2171 tools/gpg-card.c:3057 tools/gpg-card.c:3296 +#: tools/gpg-card.c:3354 #, fuzzy, c-format #| msgid "This command is not allowed while in %s mode.\n" msgid "This command is not supported by this card\n" msgstr "%s kipindeyken bu komut kullanılamaz.\n" -#: g10/card-util.c:1637 tools/gpg-card.c:2425 +#: g10/card-util.c:1637 tools/gpg-card.c:2426 msgid "Make off-card backup of encryption key? (Y/n) " msgstr "Åžifreli anahtarın kartsız yedeÄŸi yapılsın mı? (E/h ya da Y/n) " @@ -2101,11 +2101,11 @@ msgstr "Åžifreli anahtarın kartsız yedeÄŸi yapılsın mı? (E/h ya da Y/n) " msgid "Note: keys are already stored on the card!\n" msgstr "gizli anahtar zaten bir kartın üzerinde saklı\n" -#: g10/card-util.c:1654 tools/gpg-card.c:2397 +#: g10/card-util.c:1654 tools/gpg-card.c:2398 msgid "Replace existing keys? (y/N) " msgstr "Mevcut anahtarlar deÄŸiÅŸtirilsin mi? (e/H ya da y/N) " -#: g10/card-util.c:1666 tools/gpg-card.c:2456 +#: g10/card-util.c:1666 tools/gpg-card.c:2457 #, fuzzy, c-format #| msgid "" #| "Please note that the factory settings of the PINs are\n" @@ -2146,18 +2146,18 @@ msgstr "Lütfen anahtarın saklanacağı yeri seçiniz:\n" msgid "KEYTOCARD failed: %s\n" msgstr "read baÅŸarısız: %s\n" -#: g10/card-util.c:1941 tools/gpg-card.c:3064 +#: g10/card-util.c:1941 tools/gpg-card.c:3065 #, fuzzy, c-format msgid "Note: This command destroys all keys stored on the card!\n" msgstr "gizli anahtar zaten bir kartın üzerinde saklı\n" -#: g10/card-util.c:1944 tools/gpg-card.c:3067 tools/gpg-card.c:3408 +#: g10/card-util.c:1944 tools/gpg-card.c:3068 tools/gpg-card.c:3409 #, fuzzy #| msgid "Sign it? (y/N) " msgid "Continue? (y/N) " msgstr "Ä°mzalayacak mısınız? (e/H veya y/N) " -#: g10/card-util.c:1949 tools/gpg-card.c:3078 +#: g10/card-util.c:1949 tools/gpg-card.c:3079 msgid "Really do a factory reset? (enter \"yes\") " msgstr "" @@ -2173,7 +2173,7 @@ msgstr "%s kapanırken hata: %s\n" msgid "error for setup UIF: %s\n" msgstr "%s kapanırken hata: %s\n" -#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3648 +#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3649 msgid "quit this menu" msgstr "bu menüden çık" @@ -2181,65 +2181,65 @@ msgstr "bu menüden çık" msgid "show admin commands" msgstr "yönetici komutlarını gösterir" -#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3651 +#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3652 msgid "show this help" msgstr "bunu gösterir" -#: g10/card-util.c:2217 tools/gpg-card.c:3653 +#: g10/card-util.c:2217 tools/gpg-card.c:3654 msgid "list all available data" msgstr "tüm kullanılabilir veriyi listeler" -#: g10/card-util.c:2220 tools/gpg-card.c:3655 +#: g10/card-util.c:2220 tools/gpg-card.c:3656 msgid "change card holder's name" msgstr "kart sahibinin ismini deÄŸiÅŸtirir" -#: g10/card-util.c:2221 tools/gpg-card.c:3656 +#: g10/card-util.c:2221 tools/gpg-card.c:3657 msgid "change URL to retrieve key" msgstr "anahtarın alınacağı URL deÄŸiÅŸtirilir" -#: g10/card-util.c:2222 tools/gpg-card.c:3657 +#: g10/card-util.c:2222 tools/gpg-card.c:3658 msgid "fetch the key specified in the card URL" msgstr "kart URL'sinde belirtilmiÅŸ anahtarı alır" -#: g10/card-util.c:2223 tools/gpg-card.c:3658 +#: g10/card-util.c:2223 tools/gpg-card.c:3659 msgid "change the login name" msgstr "oturum açma ismini deÄŸiÅŸtirir" -#: g10/card-util.c:2224 tools/gpg-card.c:3659 +#: g10/card-util.c:2224 tools/gpg-card.c:3660 msgid "change the language preferences" msgstr "dil tercihlerini deÄŸiÅŸtirir" -#: g10/card-util.c:2225 tools/gpg-card.c:3660 +#: g10/card-util.c:2225 tools/gpg-card.c:3661 #, fuzzy #| msgid "change card holder's sex" msgid "change card holder's salutation" msgstr "kart sahibinin cinsiyetini deÄŸiÅŸtirir" -#: g10/card-util.c:2227 tools/gpg-card.c:3662 +#: g10/card-util.c:2227 tools/gpg-card.c:3663 msgid "change a CA fingerprint" msgstr "bir CA parmakizini deÄŸiÅŸtirir" -#: g10/card-util.c:2228 tools/gpg-card.c:3663 +#: g10/card-util.c:2228 tools/gpg-card.c:3664 msgid "toggle the signature force PIN flag" msgstr "imza zorlama PIN'i bayrağını deÄŸiÅŸtirir" -#: g10/card-util.c:2229 tools/gpg-card.c:3664 +#: g10/card-util.c:2229 tools/gpg-card.c:3665 msgid "generate new keys" msgstr "yeni anahtarlar üretir" -#: g10/card-util.c:2230 tools/gpg-card.c:3665 +#: g10/card-util.c:2230 tools/gpg-card.c:3666 msgid "menu to change or unblock the PIN" msgstr "PIN'i deÄŸiÅŸtirme veya engelleme menüsü" -#: g10/card-util.c:2231 tools/gpg-card.c:3666 +#: g10/card-util.c:2231 tools/gpg-card.c:3667 msgid "verify the PIN and list all data" msgstr "PIN'i doÄŸrular ve tüm veriyi listeler" -#: g10/card-util.c:2232 tools/gpg-card.c:3667 +#: g10/card-util.c:2232 tools/gpg-card.c:3668 msgid "unblock the PIN using a Reset Code" msgstr "Bir Sıfırlama Kodu kullanarak PIN'in engelini kaldır" -#: g10/card-util.c:2233 tools/gpg-card.c:3671 +#: g10/card-util.c:2233 tools/gpg-card.c:3672 msgid "destroy all keys and data" msgstr "" @@ -2253,13 +2253,13 @@ msgstr "" msgid "change the key attribute" msgstr "sahibiningüvencesini deÄŸiÅŸtirir" -#: g10/card-util.c:2237 tools/gpg-card.c:3673 +#: g10/card-util.c:2237 tools/gpg-card.c:3674 #, fuzzy #| msgid "change the ownertrust" msgid "change the User Interaction Flag" msgstr "sahibiningüvencesini deÄŸiÅŸtirir" -#: g10/card-util.c:2361 tools/gpg-card.c:3923 +#: g10/card-util.c:2361 tools/gpg-card.c:3924 msgid "gpg/card> " msgstr "" @@ -2275,8 +2275,8 @@ msgstr "Yönetici komutlarına izin verilir\n" msgid "Admin commands are not allowed\n" msgstr "Yönetici komutlarına izin verilmez\n" -#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3813 -#: tools/gpg-card.c:4071 +#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3814 +#: tools/gpg-card.c:4072 #, c-format msgid "Invalid command (try \"help\")\n" msgstr "Komut geçersiz (\"help\" komutunu deneyin)\n" @@ -2286,22 +2286,22 @@ msgstr "Komut geçersiz (\"help\" komutunu deneyin)\n" msgid "--output doesn't work for this command\n" msgstr "--output seçeneÄŸi bu komutla çalışmaz\n" -#: g10/decrypt.c:247 g10/gpg.c:5262 g10/keyring.c:399 g10/keyring.c:750 +#: g10/decrypt.c:247 g10/gpg.c:5293 g10/keyring.c:399 g10/keyring.c:750 #, fuzzy, c-format #| msgid "can't open `%s'\n" msgid "can't open '%s'\n" msgstr "`%s' açılamadı\n" #: g10/delkey.c:81 g10/export.c:1934 g10/export.c:2342 g10/export.c:2463 -#: g10/getkey.c:1907 g10/gpg.c:5207 g10/keyedit.c:1450 g10/keyedit.c:2382 -#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1238 +#: g10/getkey.c:1907 g10/gpg.c:5238 g10/keyedit.c:1450 g10/keyedit.c:2382 +#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1240 #: g10/revoke.c:230 g10/tofu.c:2168 #, c-format msgid "key \"%s\" not found: %s\n" msgstr "anahtar \"%s\" yok: %s\n" -#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4303 -#: g10/gpg.c:5216 g10/keyedit.c:2354 g10/keyserver.c:1256 g10/revoke.c:236 +#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4330 +#: g10/gpg.c:5247 g10/keyedit.c:2354 g10/keyserver.c:1258 g10/revoke.c:236 #: g10/revoke.c:665 g10/tofu.c:2176 #, c-format msgid "error reading keyblock: %s\n" @@ -2429,15 +2429,15 @@ msgstr "%2$s kipindeyken '%1$s' ÅŸifreleme algoritması kullanılamaz\n" msgid "(use option \"%s\" to override)\n" msgstr "" -#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4052 -#: g10/gpg.c:4099 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1760 +#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4083 +#: g10/gpg.c:4130 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1793 #, fuzzy, c-format #| msgid "you may not use cipher algorithm `%s' while in %s mode\n" msgid "cipher algorithm '%s' may not be used in %s mode\n" msgstr "%2$s kipindeyken '%1$s' ÅŸifreleme algoritması kullanılamaz\n" -#: g10/encrypt.c:564 g10/gpg.c:4064 g10/gpg.c:4111 g10/sig-check.c:155 -#: g10/sign.c:452 sm/gpgsm.c:1770 sm/gpgsm.c:1780 sm/sign.c:596 sm/verify.c:510 +#: g10/encrypt.c:564 g10/gpg.c:4095 g10/gpg.c:4142 g10/sig-check.c:155 +#: g10/sign.c:452 sm/gpgsm.c:1803 sm/gpgsm.c:1813 sm/sign.c:596 sm/verify.c:510 #, fuzzy, c-format #| msgid "you may not use digest algorithm `%s' while in %s mode\n" msgid "digest algorithm '%s' may not be used in %s mode\n" @@ -2543,7 +2543,7 @@ msgstr "" msgid " - skipped" msgstr "%s: atlandı: %s\n" -#: g10/export.c:1333 g10/import.c:2112 g10/openfile.c:202 g10/openfile.c:296 +#: g10/export.c:1333 g10/import.c:2124 g10/openfile.c:202 g10/openfile.c:296 #: g10/sign.c:1110 g10/sign.c:1447 #, fuzzy, c-format #| msgid "writing to `%s'\n" @@ -2641,301 +2641,301 @@ msgstr "" msgid "using subkey %s instead of primary key %s\n" msgstr "yardımcı anahtar %s, asıl anahtar %s yerine kullanılıyor\n" -#: g10/getkey.c:4232 g10/gpg.c:2164 +#: g10/getkey.c:4259 g10/gpg.c:2167 #, fuzzy, c-format #| msgid "missing argument for option \"%.50s\"\n" msgid "valid values for option '%s':\n" msgstr "\"%.50s\" seçeneÄŸi için deÄŸiÅŸtirge eksik\n" -#: g10/gpg.c:449 sm/gpgsm.c:215 +#: g10/gpg.c:450 sm/gpgsm.c:217 msgid "make a signature" msgstr "bir imza yapar" -#: g10/gpg.c:450 +#: g10/gpg.c:451 msgid "make a clear text signature" msgstr "açıkça okunabilen bir imza yapar" -#: g10/gpg.c:452 sm/gpgsm.c:217 +#: g10/gpg.c:453 sm/gpgsm.c:219 msgid "make a detached signature" msgstr "bağımsız bir imza yapar" -#: g10/gpg.c:453 sm/gpgsm.c:218 +#: g10/gpg.c:454 sm/gpgsm.c:220 msgid "encrypt data" msgstr "veriyi ÅŸifreler" -#: g10/gpg.c:455 +#: g10/gpg.c:456 msgid "encryption only with symmetric cipher" msgstr "sadece simetrik ÅŸifre ile ÅŸifreler" -#: g10/gpg.c:457 sm/gpgsm.c:220 +#: g10/gpg.c:458 sm/gpgsm.c:222 msgid "decrypt data (default)" msgstr "veri ÅŸifresini açar (öntanımlı)" -#: g10/gpg.c:459 sm/gpgsm.c:221 +#: g10/gpg.c:460 sm/gpgsm.c:223 msgid "verify a signature" msgstr "bir imzayı doÄŸrular" -#: g10/gpg.c:461 sm/gpgsm.c:222 +#: g10/gpg.c:462 sm/gpgsm.c:224 msgid "list keys" msgstr "anahtarları listeler" -#: g10/gpg.c:463 +#: g10/gpg.c:464 msgid "list keys and signatures" msgstr "anahtarları ve imzaları listeler" -#: g10/gpg.c:466 +#: g10/gpg.c:467 msgid "list and check key signatures" msgstr "anahtar imzalarını listeler ve sınar" -#: g10/gpg.c:468 sm/gpgsm.c:227 +#: g10/gpg.c:469 sm/gpgsm.c:229 msgid "list keys and fingerprints" msgstr "anahtarları ve parmak izlerini listeler" -#: g10/gpg.c:469 sm/gpgsm.c:225 +#: g10/gpg.c:470 sm/gpgsm.c:227 msgid "list secret keys" msgstr "gizli anahtarları listeler" -#: g10/gpg.c:471 sm/gpgsm.c:228 +#: g10/gpg.c:472 sm/gpgsm.c:230 msgid "generate a new key pair" msgstr "yeni bir anahtar çifti üretir" -#: g10/gpg.c:474 +#: g10/gpg.c:475 #, fuzzy #| msgid "generate a new key pair" msgid "quickly generate a new key pair" msgstr "yeni bir anahtar çifti üretir" -#: g10/gpg.c:477 +#: g10/gpg.c:478 #, fuzzy #| msgid "generate a new key pair" msgid "quickly add a new user-id" msgstr "yeni bir anahtar çifti üretir" -#: g10/gpg.c:482 +#: g10/gpg.c:483 #, fuzzy #| msgid "generate a new key pair" msgid "quickly revoke a user-id" msgstr "yeni bir anahtar çifti üretir" -#: g10/gpg.c:485 +#: g10/gpg.c:486 #, fuzzy #| msgid "generate a new key pair" msgid "quickly set a new expiration date" msgstr "yeni bir anahtar çifti üretir" -#: g10/gpg.c:488 +#: g10/gpg.c:489 msgid "full featured key pair generation" msgstr "" -#: g10/gpg.c:491 +#: g10/gpg.c:492 msgid "generate a revocation certificate" msgstr "bir yürürlükten kaldırma sertifikası üretir" -#: g10/gpg.c:494 sm/gpgsm.c:231 +#: g10/gpg.c:495 sm/gpgsm.c:233 msgid "remove keys from the public keyring" msgstr "anahtarları genel anahtar zincirinden siler" -#: g10/gpg.c:496 +#: g10/gpg.c:497 msgid "remove keys from the secret keyring" msgstr "anahtarları gizli anahtar zincirinden siler" -#: g10/gpg.c:498 +#: g10/gpg.c:499 #, fuzzy #| msgid "sign a key" msgid "quickly sign a key" msgstr "bir anahtarı imzalar" -#: g10/gpg.c:500 +#: g10/gpg.c:501 #, fuzzy #| msgid "sign a key locally" msgid "quickly sign a key locally" msgstr "bir anahtarı yerel olarak imzalar" -#: g10/gpg.c:502 +#: g10/gpg.c:503 #, fuzzy #| msgid "generate a new key pair" msgid "quickly revoke a key signature" msgstr "yeni bir anahtar çifti üretir" -#: g10/gpg.c:503 +#: g10/gpg.c:504 msgid "sign a key" msgstr "bir anahtarı imzalar" -#: g10/gpg.c:504 +#: g10/gpg.c:505 msgid "sign a key locally" msgstr "bir anahtarı yerel olarak imzalar" -#: g10/gpg.c:505 +#: g10/gpg.c:506 msgid "sign or edit a key" msgstr "bir anahtarı düzenler ve imzalar" -#: g10/gpg.c:507 sm/gpgsm.c:249 +#: g10/gpg.c:508 sm/gpgsm.c:251 msgid "change a passphrase" msgstr "anahtar parolası deÄŸiÅŸtirir" -#: g10/gpg.c:511 +#: g10/gpg.c:512 msgid "export keys" msgstr "anahtarları gönderir" -#: g10/gpg.c:512 +#: g10/gpg.c:513 msgid "export keys to a keyserver" msgstr "anahtarları bir anahtar sunucusuna gönderir" -#: g10/gpg.c:513 +#: g10/gpg.c:514 msgid "import keys from a keyserver" msgstr "anahtarları bir anahtar sunucusundan indirir" -#: g10/gpg.c:516 +#: g10/gpg.c:517 msgid "search for keys on a keyserver" msgstr "bir anahtar sunucusunda anahtarları arar" -#: g10/gpg.c:518 +#: g10/gpg.c:519 msgid "update all keys from a keyserver" msgstr "anahtarları bir anahtar sunucusundan günceller" -#: g10/gpg.c:526 +#: g10/gpg.c:527 msgid "import/merge keys" msgstr "anahtarları indirir/katıştırır" -#: g10/gpg.c:529 +#: g10/gpg.c:530 msgid "print the card status" msgstr "kart durumunu basar" -#: g10/gpg.c:530 +#: g10/gpg.c:531 msgid "change data on a card" msgstr "kart üzerindeki veriyi deÄŸiÅŸtirir" -#: g10/gpg.c:532 +#: g10/gpg.c:533 msgid "change a card's PIN" msgstr "bir kartın PIN'ini deÄŸiÅŸtirir" -#: g10/gpg.c:544 +#: g10/gpg.c:545 msgid "update the trust database" msgstr "güvence veritabanını günceller" -#: g10/gpg.c:554 +#: g10/gpg.c:555 msgid "print message digests" msgstr "ileti özetlerini gösterir" -#: g10/gpg.c:558 sm/gpgsm.c:244 +#: g10/gpg.c:559 sm/gpgsm.c:246 msgid "run in server mode" msgstr "sunucu kipinde çalışır" -#: g10/gpg.c:560 +#: g10/gpg.c:561 msgid "|VALUE|set the TOFU policy for a key" msgstr "" -#: g10/gpg.c:603 +#: g10/gpg.c:604 msgid "|NAME|use NAME as default secret key" msgstr "|Ä°SÄ°M|öntanımlı gizli anahtar olarak Ä°SÄ°M kullanılır" -#: g10/gpg.c:605 sm/gpgsm.c:337 +#: g10/gpg.c:606 sm/gpgsm.c:340 msgid "|NAME|encrypt to user ID NAME as well" msgstr "|Ä°SÄ°M|Ä°SÄ°M kullanıcısı için de ÅŸifreleme yapar" -#: g10/gpg.c:613 +#: g10/gpg.c:614 msgid "|SPEC|set up email aliases" msgstr "|BELÄ°RTÄ°M|eposta rumuzlarını ayarlar" -#: g10/gpg.c:625 +#: g10/gpg.c:626 msgid "use strict OpenPGP behavior" msgstr "kesin OpenPGP davranışı etkin olur" -#: g10/gpg.c:650 kbx/kbxutil.c:91 sm/gpgsm.c:421 tools/gpgconf.c:113 +#: g10/gpg.c:651 kbx/kbxutil.c:91 sm/gpgsm.c:424 tools/gpgconf.c:113 msgid "do not make any changes" msgstr "hiçbir deÄŸiÅŸiklik yapmaz" -#: g10/gpg.c:651 +#: g10/gpg.c:652 msgid "prompt before overwriting" msgstr "üzerine yazmadan önce sorar" -#: g10/gpg.c:700 sm/gpgsm.c:307 +#: g10/gpg.c:701 sm/gpgsm.c:310 #, fuzzy #| msgid "Options controlling the security" msgid "Options controlling the input" msgstr "GüvenliÄŸi denetleyen seçenekler" -#: g10/gpg.c:718 sm/gpgsm.c:317 +#: g10/gpg.c:719 sm/gpgsm.c:320 #, fuzzy #| msgid "Options controlling the diagnostic output" msgid "Options controlling the output" msgstr "Tanı çıktısını denetleyen seçenekler" -#: g10/gpg.c:720 sm/gpgsm.c:319 +#: g10/gpg.c:721 sm/gpgsm.c:322 msgid "create ascii armored output" msgstr "ascii zırhlı çıktı oluÅŸturur" -#: g10/gpg.c:724 g10/gpgv.c:82 sm/gpgsm.c:324 +#: g10/gpg.c:725 g10/gpgv.c:82 sm/gpgsm.c:327 msgid "|FILE|write output to FILE" msgstr "|DOSYA|çıktı DOSYAya yazılır" -#: g10/gpg.c:737 +#: g10/gpg.c:738 msgid "use canonical text mode" msgstr "kurallı metin kipini kullanır" -#: g10/gpg.c:755 +#: g10/gpg.c:756 msgid "|N|set compress level to N (0 disables)" msgstr "|N|sıkıştırma seviyesi N olarak ayarlanır (0 iptal eder)" -#: g10/gpg.c:761 sm/gpgsm.c:354 +#: g10/gpg.c:762 sm/gpgsm.c:357 #, fuzzy #| msgid "Options controlling the interactivity and enforcement" msgid "Options controlling key import and export" msgstr "EtkileÅŸimliliÄŸi ve zorlamayı denetleyen seçenekler" -#: g10/gpg.c:764 +#: g10/gpg.c:765 msgid "|MECHANISMS|use MECHANISMS to locate keys by mail address" msgstr "" "|MEKANÄ°ZMALAR|anahtarları eposta adreslerine göre konumlamak için " "MEKANÄ°ZMALAR kullanılır" -#: g10/gpg.c:767 +#: g10/gpg.c:768 #, fuzzy #| msgid "import keys from a keyserver" msgid "import missing key from a signature" msgstr "anahtarları bir anahtar sunucusundan indirir" -#: g10/gpg.c:772 +#: g10/gpg.c:773 #, fuzzy #| msgid "list and check key signatures" msgid "include the public key in signatures" msgstr "anahtar imzalarını listeler ve sınar" -#: g10/gpg.c:775 sm/gpgsm.c:357 +#: g10/gpg.c:776 sm/gpgsm.c:360 msgid "disable all access to the dirmngr" msgstr "dirmngr'a tüm eriÅŸim iptal edilir" -#: g10/gpg.c:787 sm/gpgsm.c:364 +#: g10/gpg.c:788 sm/gpgsm.c:367 #, fuzzy #| msgid "Options controlling the configuration" msgid "Options controlling key listings" msgstr "Yapılandırmayı denetleyen seçenekler" -#: g10/gpg.c:817 sm/gpgsm.c:329 +#: g10/gpg.c:818 sm/gpgsm.c:332 #, fuzzy #| msgid "list secret keys" msgid "Options to specify keys" msgstr "gizli anahtarları listeler" -#: g10/gpg.c:819 sm/gpgsm.c:331 +#: g10/gpg.c:820 sm/gpgsm.c:334 msgid "|USER-ID|encrypt for USER-ID" msgstr "|KULLANICI-KÄ°MLİĞİ|KULLANICI-KÄ°MLİĞİ için ÅŸifreleme yapar" -#: g10/gpg.c:827 sm/gpgsm.c:333 +#: g10/gpg.c:828 sm/gpgsm.c:336 msgid "|USER-ID|use USER-ID to sign or decrypt" msgstr "" "|KULLANICI-KÄ°MLİĞİ|imzalamak ya da ÅŸifre çözmek için KULLANICI-KÄ°MLİĞİ " "kullanılır" -#: g10/gpg.c:875 sm/gpgsm.c:405 +#: g10/gpg.c:876 sm/gpgsm.c:408 msgid "Options for unattended use" msgstr "" -#: g10/gpg.c:894 sm/gpgsm.c:417 dirmngr/dirmngr.c:285 +#: g10/gpg.c:895 sm/gpgsm.c:420 dirmngr/dirmngr.c:286 msgid "Other options" msgstr "" -#: g10/gpg.c:965 sm/gpgsm.c:450 +#: g10/gpg.c:966 sm/gpgsm.c:453 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -2943,7 +2943,7 @@ msgstr "" "@\n" "(Tüm komut ve seçeneklerin komple listesi için man sayfalarına bakın)\n" -#: g10/gpg.c:968 +#: g10/gpg.c:969 #, fuzzy #| msgid "" #| "@\n" @@ -2973,13 +2973,13 @@ msgstr "" " --list-keys [isimler] anahtarları listeler\n" " --fingerprint [isimler] parmak izlerini gösterir\n" -#: g10/gpg.c:1153 +#: g10/gpg.c:1154 #, fuzzy #| msgid "Usage: gpg [options] [files] (-h for help)" msgid "Usage: @GPG@ [options] [files] (-h for help)" msgstr "Kullanımı: gpg [seçenekler] [dosyalar] (yardım için -h)" -#: g10/gpg.c:1156 +#: g10/gpg.c:1157 #, fuzzy #| msgid "" #| "Syntax: gpg [options] [files]\n" @@ -2994,7 +2994,7 @@ msgstr "" "imzalama, kontrol, ÅŸifreleme veya çözme\n" "öntanımlı iÅŸlem girilen veriye bağımlıdır\n" -#: g10/gpg.c:1167 sm/gpgsm.c:633 +#: g10/gpg.c:1168 sm/gpgsm.c:636 msgid "" "\n" "Supported algorithms:\n" @@ -3002,82 +3002,82 @@ msgstr "" "\n" "Desteklenen algoritmalar:\n" -#: g10/gpg.c:1170 +#: g10/gpg.c:1171 msgid "Pubkey: " msgstr "GenAnah: " -#: g10/gpg.c:1177 g10/keyedit.c:3316 +#: g10/gpg.c:1178 g10/keyedit.c:3316 msgid "Cipher: " msgstr "Åžifre: " -#: g10/gpg.c:1191 +#: g10/gpg.c:1192 msgid "Hash: " msgstr "Hash: " -#: g10/gpg.c:1198 g10/keyedit.c:3382 +#: g10/gpg.c:1199 g10/keyedit.c:3382 msgid "Compression: " msgstr "Sıkıştırma: " -#: g10/gpg.c:1273 sm/gpgsm.c:707 +#: g10/gpg.c:1274 sm/gpgsm.c:710 #, fuzzy, c-format #| msgid "usage: gpgsm [options] " msgid "usage: %s [options] %s\n" msgstr "kullanımı: gpgsm [seçenekler] " -#: g10/gpg.c:1466 sm/gpgsm.c:800 +#: g10/gpg.c:1467 sm/gpgsm.c:803 #, c-format msgid "conflicting commands\n" msgstr "çeliÅŸen komutlar\n" -#: g10/gpg.c:1484 +#: g10/gpg.c:1485 #, fuzzy, c-format #| msgid "no = sign found in group definition `%s'\n" msgid "no = sign found in group definition '%s'\n" msgstr "grup tanımı '%s' içinde = iÅŸareti yok\n" -#: g10/gpg.c:1682 +#: g10/gpg.c:1683 #, fuzzy, c-format #| msgid "WARNING: unsafe ownership on homedir `%s'\n" msgid "WARNING: unsafe ownership on homedir '%s'\n" msgstr "UYARI: '%s' evdizininde güvensiz iyelik\n" -#: g10/gpg.c:1685 +#: g10/gpg.c:1686 #, fuzzy, c-format #| msgid "WARNING: unsafe ownership on configuration file `%s'\n" msgid "WARNING: unsafe ownership on configuration file '%s'\n" msgstr "UYARI: '%s' yapılandırma dosyasında güvensiz iyelik\n" -#: g10/gpg.c:1688 +#: g10/gpg.c:1689 #, fuzzy, c-format #| msgid "WARNING: unsafe ownership on extension `%s'\n" msgid "WARNING: unsafe ownership on extension '%s'\n" msgstr "UYARI: '%s' eklentisinde güvensiz iyelik\n" -#: g10/gpg.c:1694 +#: g10/gpg.c:1695 #, fuzzy, c-format #| msgid "WARNING: unsafe permissions on homedir `%s'\n" msgid "WARNING: unsafe permissions on homedir '%s'\n" msgstr "UYARI: UYARI: '%s' evdizininde güvensiz izinler\n" -#: g10/gpg.c:1697 +#: g10/gpg.c:1698 #, fuzzy, c-format #| msgid "WARNING: unsafe permissions on configuration file `%s'\n" msgid "WARNING: unsafe permissions on configuration file '%s'\n" msgstr "UYARI: '%s' yapılandırma dosyasında güvensiz izinler\n" -#: g10/gpg.c:1700 +#: g10/gpg.c:1701 #, fuzzy, c-format #| msgid "WARNING: unsafe permissions on extension `%s'\n" msgid "WARNING: unsafe permissions on extension '%s'\n" msgstr "UYARI: '%s' eklentisinde güvensiz izinler\n" -#: g10/gpg.c:1706 +#: g10/gpg.c:1707 #, fuzzy, c-format #| msgid "WARNING: unsafe enclosing directory ownership on homedir `%s'\n" msgid "WARNING: unsafe enclosing directory ownership on homedir '%s'\n" msgstr "UYARI: '%s' evdizinindeki ilgili dizinin iyeliÄŸi güvensiz\n" -#: g10/gpg.c:1709 +#: g10/gpg.c:1710 #, fuzzy, c-format #| msgid "" #| "WARNING: unsafe enclosing directory ownership on configuration file `%s'\n" @@ -3085,19 +3085,19 @@ msgid "" "WARNING: unsafe enclosing directory ownership on configuration file '%s'\n" msgstr "UYARI: '%s' yapılandırma dosyasını içeren dizinin iyeliÄŸi güvensiz\n" -#: g10/gpg.c:1712 +#: g10/gpg.c:1713 #, fuzzy, c-format #| msgid "WARNING: unsafe enclosing directory ownership on extension `%s'\n" msgid "WARNING: unsafe enclosing directory ownership on extension '%s'\n" msgstr "UYARI: '%s' eklentisini içeren dizinin iyeliÄŸi güvensiz\n" -#: g10/gpg.c:1718 +#: g10/gpg.c:1719 #, fuzzy, c-format #| msgid "WARNING: unsafe enclosing directory permissions on homedir `%s'\n" msgid "WARNING: unsafe enclosing directory permissions on homedir '%s'\n" msgstr "UYARI: '%s' evdizinindeki ilgili dizinin izinleri güvensiz\n" -#: g10/gpg.c:1721 +#: g10/gpg.c:1722 #, fuzzy, c-format #| msgid "" #| "WARNING: unsafe enclosing directory permissions on configuration file `" @@ -3106,496 +3106,496 @@ msgid "" "WARNING: unsafe enclosing directory permissions on configuration file '%s'\n" msgstr "UYARI: '%s' yapılandırma dosyasını içeren dizinin izinleri güvensiz\n" -#: g10/gpg.c:1724 +#: g10/gpg.c:1725 #, fuzzy, c-format #| msgid "WARNING: unsafe enclosing directory permissions on extension `%s'\n" msgid "WARNING: unsafe enclosing directory permissions on extension '%s'\n" msgstr "UYARI: '%s' eklentisini içeren dizinin izinleri güvensiz\n" -#: g10/gpg.c:1940 +#: g10/gpg.c:1941 #, fuzzy, c-format #| msgid "unknown configuration item `%s'\n" msgid "unknown configuration item '%s'\n" msgstr "yapılandırma öğesi '%s' bilinmiyor\n" -#: g10/gpg.c:2034 +#: g10/gpg.c:2037 msgid "display photo IDs during key listings" msgstr "anahtarların listelenmesi sırasında foto kimliklerini gösterir" -#: g10/gpg.c:2036 +#: g10/gpg.c:2039 #, fuzzy #| msgid "show user ID validity during key listings" msgid "show key usage information during key listings" msgstr "anahtar listelemesi sırasında kullanıcı kimliÄŸi geçerliliÄŸini gösterir" -#: g10/gpg.c:2038 +#: g10/gpg.c:2041 msgid "show policy URLs during signature listings" msgstr "imza listelemesi sırasında poliçe URLleri gösterilir" -#: g10/gpg.c:2040 +#: g10/gpg.c:2043 msgid "show all notations during signature listings" msgstr "imza listelemesi sırasında tüm simgelemi gösterir" -#: g10/gpg.c:2042 +#: g10/gpg.c:2045 msgid "show IETF standard notations during signature listings" msgstr "imza listelemesi sırasında IETF standart simgelemlerini gösterir" -#: g10/gpg.c:2046 +#: g10/gpg.c:2049 msgid "show user-supplied notations during signature listings" msgstr "imza listelemesi sırasında kullanıcı kanaklı simgelemleri gösterir" -#: g10/gpg.c:2048 +#: g10/gpg.c:2051 msgid "show preferred keyserver URLs during signature listings" msgstr "" "imza listelemesi sırasında tercih edilen anahtar sunucusu adresi gösterilir" -#: g10/gpg.c:2050 +#: g10/gpg.c:2053 msgid "show user ID validity during key listings" msgstr "anahtar listelemesi sırasında kullanıcı kimliÄŸi geçerliliÄŸini gösterir" -#: g10/gpg.c:2052 +#: g10/gpg.c:2055 msgid "show revoked and expired user IDs in key listings" msgstr "" "anahtar listelerinde yürürlükten kaldırılmış ve zamanaşımına uÄŸramış " "kullanıcı kimlikleri gösterilir" -#: g10/gpg.c:2054 +#: g10/gpg.c:2057 msgid "show revoked and expired subkeys in key listings" msgstr "" "anahtar listelerinde yürürlükten kaldırılmış ve zamanaşımına uÄŸramış " "yardımcı anahtarlar gösterilir" -#: g10/gpg.c:2056 +#: g10/gpg.c:2059 msgid "show the keyring name in key listings" msgstr "anahtar zinciri ismini anahtar listelerinde gösterir" -#: g10/gpg.c:2058 +#: g10/gpg.c:2061 msgid "show expiration dates during signature listings" msgstr "imza listelemesi sırasında zamanaşımı tarihleri gösterilir" -#: g10/gpg.c:2175 +#: g10/gpg.c:2178 #, fuzzy, c-format #| msgid "unknown option `%s'\n" msgid "unknown TOFU policy '%s'\n" msgstr "`%s' seçeneÄŸi bilinmiyor\n" -#: g10/gpg.c:2177 +#: g10/gpg.c:2180 #, c-format msgid "(use \"help\" to list choices)\n" msgstr "" -#: g10/gpg.c:2972 g10/gpg.c:3797 g10/gpg.c:3809 +#: g10/gpg.c:2975 g10/gpg.c:3828 g10/gpg.c:3840 #, fuzzy, c-format #| msgid "NOTE: %s is not for normal use!\n" msgid "Note: %s is not for normal use!\n" msgstr "BÄ°LGÄ°: %s normal kullanım için deÄŸil!\n" -#: g10/gpg.c:3148 g10/gpg.c:3160 +#: g10/gpg.c:3151 g10/gpg.c:3163 #, fuzzy, c-format #| msgid "`%s' is not a valid signature expiration\n" msgid "'%s' is not a valid signature expiration\n" msgstr "'%s' geçerli bir imza zamanaşımı deÄŸil\n" -#: g10/gpg.c:3182 +#: g10/gpg.c:3185 #, fuzzy, c-format #| msgid "line %d: not a valid email address\n" msgid "\"%s\" is not a proper mail address\n" msgstr "%d. satır: geçerli bir eposta adresi deÄŸil\n" -#: g10/gpg.c:3214 sm/gpgsm.c:1265 +#: g10/gpg.c:3217 sm/gpgsm.c:1270 #, fuzzy, c-format #| msgid "invalid country code in `%s', line %d\n" msgid "invalid pinentry mode '%s'\n" msgstr "`%s', %d. satırındaki ülke kodu geçersiz\n" -#: g10/gpg.c:3220 sm/gpgsm.c:1271 +#: g10/gpg.c:3223 sm/gpgsm.c:1276 #, fuzzy, c-format #| msgid "missing argument for option \"%.50s\"\n" msgid "invalid request origin '%s'\n" msgstr "\"%.50s\" seçeneÄŸi için deÄŸiÅŸtirge eksik\n" -#: g10/gpg.c:3277 +#: g10/gpg.c:3280 #, fuzzy, c-format #| msgid "`%s' is not a valid character set\n" msgid "'%s' is not a valid character set\n" msgstr "'%s' geçerli bir karakter kümesi deÄŸil\n" -#: g10/gpg.c:3299 g10/gpg.c:3508 g10/keyedit.c:5319 +#: g10/gpg.c:3302 g10/gpg.c:3511 g10/keyedit.c:5319 #, c-format msgid "could not parse keyserver URL\n" msgstr "anahtar sunucusunun adresi çözümlenemedi\n" -#: g10/gpg.c:3317 +#: g10/gpg.c:3320 #, c-format msgid "%s:%d: invalid keyserver options\n" msgstr "%s:%d: anahtar sunucusu seçenekleri geçersiz\n" -#: g10/gpg.c:3320 +#: g10/gpg.c:3323 #, c-format msgid "invalid keyserver options\n" msgstr "anahtar sunucusu seçenekleri geçersiz\n" -#: g10/gpg.c:3327 +#: g10/gpg.c:3330 #, c-format msgid "%s:%d: invalid import options\n" msgstr "%s:%d: geçersiz içselleÅŸtirme seçenekleri\n" -#: g10/gpg.c:3330 +#: g10/gpg.c:3333 #, c-format msgid "invalid import options\n" msgstr "içselleÅŸtirme seçenekleri geçersiz\n" -#: g10/gpg.c:3336 g10/gpg.c:3351 +#: g10/gpg.c:3339 g10/gpg.c:3354 #, fuzzy, c-format #| msgid "invalid list options\n" msgid "invalid filter option: %s\n" msgstr "liste seçenekleri geçersiz\n" -#: g10/gpg.c:3342 +#: g10/gpg.c:3345 #, c-format msgid "%s:%d: invalid export options\n" msgstr "%s:%d geçersiz dışsallaÅŸtırma seçenekleri\n" -#: g10/gpg.c:3345 +#: g10/gpg.c:3348 #, c-format msgid "invalid export options\n" msgstr "dışsallaÅŸtırma seçenekleri geçersiz\n" -#: g10/gpg.c:3357 +#: g10/gpg.c:3360 #, c-format msgid "%s:%d: invalid list options\n" msgstr "%s:%d: liste seçenekleri geçersiz\n" -#: g10/gpg.c:3360 +#: g10/gpg.c:3363 #, c-format msgid "invalid list options\n" msgstr "liste seçenekleri geçersiz\n" -#: g10/gpg.c:3368 +#: g10/gpg.c:3371 msgid "display photo IDs during signature verification" msgstr "imza doÄŸrulaması sırasında foto kimliklerini gösterir" -#: g10/gpg.c:3370 +#: g10/gpg.c:3373 msgid "show policy URLs during signature verification" msgstr "imza doÄŸrulaması sırasında poliçe adreslerini gösterir" -#: g10/gpg.c:3372 +#: g10/gpg.c:3375 msgid "show all notations during signature verification" msgstr "imza doÄŸrulaması sırasında tüm simgelemi gösterir" -#: g10/gpg.c:3374 +#: g10/gpg.c:3377 msgid "show IETF standard notations during signature verification" msgstr "imza doÄŸrulaması sırasında IETF standart simgelemlerini gösterir" -#: g10/gpg.c:3378 +#: g10/gpg.c:3381 msgid "show user-supplied notations during signature verification" msgstr "imza doÄŸrulaması sırasında kullanıcı kaynaklı simgelemleri gösterir" -#: g10/gpg.c:3380 +#: g10/gpg.c:3383 msgid "show preferred keyserver URLs during signature verification" msgstr "" "imza doÄŸrulaması sırasında tercih edilen anahtar sunucusu adresleri " "gösterilir" -#: g10/gpg.c:3382 +#: g10/gpg.c:3385 msgid "show user ID validity during signature verification" msgstr "imza doÄŸrulaması sırasında kullanıcı kimliÄŸi geçerliliÄŸini gösterir" -#: g10/gpg.c:3384 +#: g10/gpg.c:3387 msgid "show revoked and expired user IDs in signature verification" msgstr "" "imza doÄŸrulamasında yürürlükten kaldırılan ve zamanaşımına uÄŸrayan kullanıcı " "kimlikleri gösterilir" -#: g10/gpg.c:3386 +#: g10/gpg.c:3389 msgid "show only the primary user ID in signature verification" msgstr "imza doÄŸrulamasında sadece birincil kullanıcı kimlik gösterilir" -#: g10/gpg.c:3393 +#: g10/gpg.c:3396 #, c-format msgid "%s:%d: invalid verify options\n" msgstr "%s:%d doÄŸrulama seçenekleri geçersiz\n" -#: g10/gpg.c:3396 +#: g10/gpg.c:3399 #, c-format msgid "invalid verify options\n" msgstr "doÄŸrulama seçenekleri geçersiz\n" -#: g10/gpg.c:3403 +#: g10/gpg.c:3406 #, c-format msgid "unable to set exec-path to %s\n" msgstr "çalıştırılabilirlerin patikası %s yapılamıyor\n" -#: g10/gpg.c:3610 +#: g10/gpg.c:3613 #, c-format msgid "%s:%d: invalid auto-key-locate list\n" msgstr "%s:%d: özdevinimli anahtar konumlama listesi geçersiz\n" -#: g10/gpg.c:3613 +#: g10/gpg.c:3616 #, c-format msgid "invalid auto-key-locate list\n" msgstr "özdevinimli anahtar konumlama listesi geçersiz\n" -#: g10/gpg.c:3622 +#: g10/gpg.c:3625 #, fuzzy, c-format #| msgid "missing argument for option \"%.50s\"\n" msgid "invalid argument for option \"%.50s\"\n" msgstr "\"%.50s\" seçeneÄŸi için deÄŸiÅŸtirge eksik\n" -#: g10/gpg.c:3776 sm/gpgsm.c:1642 +#: g10/gpg.c:3807 sm/gpgsm.c:1675 #, c-format msgid "WARNING: program may create a core file!\n" msgstr "UYARI: program bir \"core\" dosyası oluÅŸturabilir!\n" -#: g10/gpg.c:3790 +#: g10/gpg.c:3821 #, c-format msgid "WARNING: %s overrides %s\n" msgstr "UYARI: %s %s'i aşıyor\n" -#: g10/gpg.c:3799 +#: g10/gpg.c:3830 #, c-format msgid "%s not allowed with %s!\n" msgstr "%s ile %s birlikte kullanılmaz!\n" -#: g10/gpg.c:3802 +#: g10/gpg.c:3833 #, c-format msgid "%s makes no sense with %s!\n" msgstr "%s, %s ile etkisiz olur!\n" -#: g10/gpg.c:3817 sm/gpgsm.c:1663 dirmngr/dirmngr.c:1114 +#: g10/gpg.c:3848 sm/gpgsm.c:1696 dirmngr/dirmngr.c:1123 #, c-format msgid "WARNING: running with faked system time: " msgstr "UYARI: sahte sistem zamanıyla çalışıyor: " -#: g10/gpg.c:3838 +#: g10/gpg.c:3869 #, c-format msgid "will not run with insecure memory due to %s\n" msgstr "%s olmasından dolayı güvensiz bellekle çalıştırılmayacak\n" -#: g10/gpg.c:3866 g10/gpg.c:3897 sm/gpgsm.c:1730 +#: g10/gpg.c:3897 g10/gpg.c:3928 sm/gpgsm.c:1763 #, c-format msgid "selected cipher algorithm is invalid\n" msgstr "seçilen ÅŸifre algoritması geçersiz\n" -#: g10/gpg.c:3873 +#: g10/gpg.c:3904 #, fuzzy, c-format #| msgid "selected digest algorithm is invalid\n" msgid "selected AEAD algorithm is invalid\n" msgstr "seçilen özet algoritması geçersiz\n" -#: g10/gpg.c:3885 +#: g10/gpg.c:3916 #, c-format msgid "selected compression algorithm is invalid\n" msgstr "seçilen ÅŸifre algoritması geçersiz\n" -#: g10/gpg.c:3891 +#: g10/gpg.c:3922 #, c-format msgid "selected certification digest algorithm is invalid\n" msgstr "seçilen sertifikalama özet algoritması geçersiz\n" -#: g10/gpg.c:3906 +#: g10/gpg.c:3937 #, c-format msgid "completes-needed must be greater than 0\n" msgstr "\"completes-needed\" 0 dan büyük olmalı\n" -#: g10/gpg.c:3908 +#: g10/gpg.c:3939 #, c-format msgid "marginals-needed must be greater than 1\n" msgstr "\"marginals-needed\" 1 den büyük olmalı\n" -#: g10/gpg.c:3910 +#: g10/gpg.c:3941 #, c-format msgid "max-cert-depth must be in the range from 1 to 255\n" msgstr "\"max-cert-depth\" 1 ile 255 arasında olmalı\n" -#: g10/gpg.c:3912 +#: g10/gpg.c:3943 #, c-format msgid "invalid default-cert-level; must be 0, 1, 2, or 3\n" msgstr "öntanımlı sertifika seviyesi geçersiz; 0, 1, 2, ya da 3 olabilir\n" -#: g10/gpg.c:3914 +#: g10/gpg.c:3945 #, c-format msgid "invalid min-cert-level; must be 1, 2, or 3\n" msgstr "asgari sertifika seviyesi geçersiz; 1, 2, ya da 3 olabilir\n" -#: g10/gpg.c:3918 +#: g10/gpg.c:3949 #, fuzzy, c-format #| msgid "NOTE: simple S2K mode (0) is strongly discouraged\n" msgid "Note: simple S2K mode (0) is strongly discouraged\n" msgstr "BÄ°LGÄ°: basit S2K kipi (0) kesinlikle tavsiye edilmez\n" -#: g10/gpg.c:3922 +#: g10/gpg.c:3953 #, c-format msgid "invalid S2K mode; must be 0, 1 or 3\n" msgstr "S2K kipi geçersiz; 0, 1 veya 3 olmalı\n" -#: g10/gpg.c:3929 +#: g10/gpg.c:3960 #, c-format msgid "invalid default preferences\n" msgstr "öntanımlı tercihler geçersiz\n" -#: g10/gpg.c:3933 +#: g10/gpg.c:3964 #, c-format msgid "invalid personal cipher preferences\n" msgstr "kiÅŸisel ÅŸifre tercihleri geçersiz\n" -#: g10/gpg.c:3936 +#: g10/gpg.c:3967 #, fuzzy, c-format #| msgid "invalid personal cipher preferences\n" msgid "invalid personal AEAD preferences\n" msgstr "kiÅŸisel ÅŸifre tercihleri geçersiz\n" -#: g10/gpg.c:3940 +#: g10/gpg.c:3971 #, c-format msgid "invalid personal digest preferences\n" msgstr "kiÅŸisel özet tercihleri geçersiz\n" -#: g10/gpg.c:3944 +#: g10/gpg.c:3975 #, c-format msgid "invalid personal compress preferences\n" msgstr "kiÅŸisel sıkıştırma tercihleri geçersiz\n" -#: g10/gpg.c:3953 g10/gpg.c:3958 +#: g10/gpg.c:3984 g10/gpg.c:3989 #, fuzzy, c-format #| msgid "keysize invalid; using %u bits\n" msgid "chunk size invalid - using %d\n" msgstr "anahtar uzunluÄŸu geçersiz; %u bit kullanılıyor\n" -#: g10/gpg.c:3995 +#: g10/gpg.c:4026 #, c-format msgid "%s does not yet work with %s\n" msgstr "%s, %s ile henüz çalışmıyor\n" -#: g10/gpg.c:4058 +#: g10/gpg.c:4089 #, fuzzy, c-format #| msgid "you may not use cipher algorithm `%s' while in %s mode\n" msgid "AEAD algorithm '%s' may not be used in %s mode\n" msgstr "%2$s kipindeyken '%1$s' ÅŸifreleme algoritması kullanılamaz\n" -#: g10/gpg.c:4070 +#: g10/gpg.c:4101 #, fuzzy, c-format #| msgid "you may not use compression algorithm `%s' while in %s mode\n" msgid "compression algorithm '%s' may not be used in %s mode\n" msgstr "%2$s kipindeyken '%1$s' sıkıştırma algoritması kullanılamaz\n" -#: g10/gpg.c:4225 +#: g10/gpg.c:4256 #, c-format msgid "failed to initialize the TrustDB: %s\n" msgstr "\"TrustDB\" güvence veritabanı baÅŸlangıç aÅŸamasında baÅŸarısız: %s\n" -#: g10/gpg.c:4237 +#: g10/gpg.c:4268 #, c-format msgid "WARNING: recipients (-r) given without using public key encryption\n" msgstr "" "UYARI: alıcılar (-r) genel anahtar ÅŸifrelemesi kullanılmadan belirtilmiÅŸ\n" -#: g10/gpg.c:4309 +#: g10/gpg.c:4340 #, fuzzy, c-format #| msgid "symmetric encryption of `%s' failed: %s\n" msgid "symmetric encryption of '%s' failed: %s\n" msgstr "`%s' için simetrik ÅŸifreleme baÅŸarısız: %s\n" -#: g10/gpg.c:4338 +#: g10/gpg.c:4369 #, c-format msgid "you cannot use --symmetric --encrypt with --s2k-mode 0\n" msgstr "--s2k-mode 0 ile --symmetric --encrypt kullanamazsınız\n" -#: g10/gpg.c:4341 +#: g10/gpg.c:4372 #, fuzzy, c-format #| msgid "you cannot use --symmetric --encrypt while in %s mode\n" msgid "you cannot use --symmetric --encrypt in %s mode\n" msgstr "%s kipindeyken --symmetric --encrypt kullanamazsınız\n" -#: g10/gpg.c:4399 +#: g10/gpg.c:4430 #, c-format msgid "you cannot use --symmetric --sign --encrypt with --s2k-mode 0\n" msgstr "--s2k-mode 0 ile --symmetric --sign --encrypt kullanamazsınız\n" -#: g10/gpg.c:4402 +#: g10/gpg.c:4433 #, fuzzy, c-format #| msgid "you cannot use --symmetric --sign --encrypt while in %s mode\n" msgid "you cannot use --symmetric --sign --encrypt in %s mode\n" msgstr "%s kipindeyken --symmetric --sign --encrypt kullanamazsınız.\n" -#: g10/gpg.c:4790 g10/keyserver.c:1858 +#: g10/gpg.c:4821 g10/keyserver.c:1870 #, c-format msgid "keyserver send failed: %s\n" msgstr "anahtar sunucusuna gönderim baÅŸarısızlığa uÄŸradı: %s\n" -#: g10/gpg.c:4795 +#: g10/gpg.c:4826 #, c-format msgid "keyserver receive failed: %s\n" msgstr "anahtar sunucusundan alım baÅŸarısızlığa uÄŸradı: %s\n" -#: g10/gpg.c:4801 +#: g10/gpg.c:4832 #, c-format msgid "key export failed: %s\n" msgstr "anahtar ihracı baÅŸarısızlığa uÄŸradı: %s\n" -#: g10/gpg.c:4814 +#: g10/gpg.c:4845 #, fuzzy, c-format #| msgid "key export failed: %s\n" msgid "export as ssh key failed: %s\n" msgstr "anahtar ihracı baÅŸarısızlığa uÄŸradı: %s\n" -#: g10/gpg.c:4826 +#: g10/gpg.c:4857 #, c-format msgid "keyserver search failed: %s\n" msgstr "anahtar sunucusunda arama baÅŸarısız: %s\n" -#: g10/gpg.c:4839 +#: g10/gpg.c:4870 #, c-format msgid "keyserver refresh failed: %s\n" msgstr "anahtar sunucusunda tazeleme baÅŸarısız: %s\n" -#: g10/gpg.c:4906 +#: g10/gpg.c:4937 #, c-format msgid "dearmoring failed: %s\n" msgstr "zırhın kaldırılması baÅŸarısız: %s\n" -#: g10/gpg.c:4917 +#: g10/gpg.c:4948 #, c-format msgid "enarmoring failed: %s\n" msgstr "zırhlama baÅŸarısız: %s\n" -#: g10/gpg.c:5022 +#: g10/gpg.c:5053 #, fuzzy, c-format #| msgid "invalid hash algorithm `%s'\n" msgid "invalid hash algorithm '%s'\n" msgstr "`%s' çittirim algoritması geçersiz\n" -#: g10/gpg.c:5174 g10/tofu.c:2156 +#: g10/gpg.c:5205 g10/tofu.c:2156 #, fuzzy, c-format #| msgid "error storing certificate: %s\n" msgid "error parsing key specification '%s': %s\n" msgstr "serifika saklanırken hata: %s\n" -#: g10/gpg.c:5185 +#: g10/gpg.c:5216 #, c-format msgid "'%s' does not appear to be a valid key ID, fingerprint or keygrip\n" msgstr "" -#: g10/gpg.c:5241 +#: g10/gpg.c:5272 #, c-format msgid "WARNING: no command supplied. Trying to guess what you mean ...\n" msgstr "" -#: g10/gpg.c:5252 +#: g10/gpg.c:5283 #, c-format msgid "Go ahead and type your message ...\n" msgstr "Ä°letinizi yazın ...\n" -#: g10/gpg.c:5599 +#: g10/gpg.c:5630 #, c-format msgid "the given certification policy URL is invalid\n" msgstr "belirtilen sertifika güvence adresi geçersiz\n" -#: g10/gpg.c:5601 +#: g10/gpg.c:5632 #, c-format msgid "the given signature policy URL is invalid\n" msgstr "belirtilen imza güvence adresi geçersiz\n" -#: g10/gpg.c:5634 +#: g10/gpg.c:5665 #, c-format msgid "the given preferred keyserver URL is invalid\n" msgstr "belirtilen anahtar sunucusu adresi geçersiz\n" @@ -3608,7 +3608,7 @@ msgstr "|DOSYA|anahtarlar DOSYA anahtar zincirinden alınır" msgid "make timestamp conflicts only a warning" msgstr "zaman damgası çeliÅŸkilerini uyarı olarak bildirir" -#: g10/gpgv.c:86 sm/gpgsm.c:411 tools/gpgconf.c:116 tools/gpg-card.c:94 +#: g10/gpgv.c:86 sm/gpgsm.c:414 tools/gpgconf.c:116 tools/gpg-card.c:95 msgid "|FD|write status info to this FD" msgstr "|FD|durum bilgisini bu FD'ye yazar" @@ -3705,98 +3705,98 @@ msgstr "girdinin ikilik biçimde olduÄŸu kabul edilir" msgid "repair keys on import" msgstr "parmakizini gösterir" -#: g10/import.c:387 g10/import.c:709 +#: g10/import.c:399 g10/import.c:721 #, c-format msgid "skipping block of type %d\n" msgstr "%d türündeki blok atlanıyor\n" -#: g10/import.c:726 +#: g10/import.c:738 #, c-format msgid "%lu keys processed so far\n" msgstr "ÅŸu ana kadar %lu anahtar iÅŸlendi\n" -#: g10/import.c:819 +#: g10/import.c:831 #, c-format msgid "Total number processed: %lu\n" msgstr "Ä°ÅŸlenmiÅŸ toplam miktar: %lu\n" -#: g10/import.c:822 +#: g10/import.c:834 #, fuzzy, c-format #| msgid " skipped new keys: %lu\n" msgid " skipped PGP-2 keys: %lu\n" msgstr " yeni anahtarlar atlandı: %lu\n" -#: g10/import.c:824 +#: g10/import.c:836 #, c-format msgid " skipped new keys: %lu\n" msgstr " yeni anahtarlar atlandı: %lu\n" -#: g10/import.c:827 +#: g10/import.c:839 #, c-format msgid " w/o user IDs: %lu\n" msgstr " kullanıcı kimliksiz: %lu\n" -#: g10/import.c:830 sm/import.c:129 +#: g10/import.c:842 sm/import.c:129 #, c-format msgid " imported: %lu" msgstr " alınan: %lu" -#: g10/import.c:834 sm/import.c:133 +#: g10/import.c:846 sm/import.c:133 #, c-format msgid " unchanged: %lu\n" msgstr " deÄŸiÅŸmedi: %lu\n" -#: g10/import.c:836 +#: g10/import.c:848 #, c-format msgid " new user IDs: %lu\n" msgstr " yeni kullanıcı kimliÄŸi: %lu\n" -#: g10/import.c:838 +#: g10/import.c:850 #, c-format msgid " new subkeys: %lu\n" msgstr " yeni yardımcı anahtarlar: %lu\n" -#: g10/import.c:840 +#: g10/import.c:852 #, c-format msgid " new signatures: %lu\n" msgstr " yeni imzalar: %lu\n" -#: g10/import.c:842 +#: g10/import.c:854 #, c-format msgid " new key revocations: %lu\n" msgstr " yeni anahtar iptalleri: %lu\n" -#: g10/import.c:844 sm/import.c:135 +#: g10/import.c:856 sm/import.c:135 #, c-format msgid " secret keys read: %lu\n" msgstr " gizli anahtarlar okundu: %lu\n" -#: g10/import.c:846 sm/import.c:137 +#: g10/import.c:858 sm/import.c:137 #, c-format msgid " secret keys imported: %lu\n" msgstr " gizli anahtarlar indirildi: %lu\n" -#: g10/import.c:848 sm/import.c:139 +#: g10/import.c:860 sm/import.c:139 #, c-format msgid " secret keys unchanged: %lu\n" msgstr " gizli anahtarlar deÄŸiÅŸmedi: %lu\n" -#: g10/import.c:850 sm/import.c:141 +#: g10/import.c:862 sm/import.c:141 #, c-format msgid " not imported: %lu\n" msgstr " alınamadı: %lu\n" -#: g10/import.c:852 +#: g10/import.c:864 #, c-format msgid " signatures cleaned: %lu\n" msgstr " temizlenen imzalar: %lu\n" -#: g10/import.c:854 +#: g10/import.c:866 #, c-format msgid " user IDs cleaned: %lu\n" msgstr " temizlenen kullanıcı kimlikleri: %lu\n" -#: g10/import.c:1279 +#: g10/import.c:1291 #, c-format msgid "" "WARNING: key %s contains preferences for unavailable\n" @@ -3805,180 +3805,180 @@ msgstr "" "UYARI: anahtar %s bu kullanıcı kimliklerde kullanışsız algoritmalar için " "tercihler içeriyor:\n" -#: g10/import.c:1321 +#: g10/import.c:1333 #, c-format msgid " \"%s\": preference for cipher algorithm %s\n" msgstr " \"%s\": ÅŸifreleme algoritması %s için tercih edilir\n" -#: g10/import.c:1339 +#: g10/import.c:1351 #, fuzzy, c-format #| msgid " \"%s\": preference for cipher algorithm %s\n" msgid " \"%s\": preference for AEAD algorithm %s\n" msgstr " \"%s\": ÅŸifreleme algoritması %s için tercih edilir\n" -#: g10/import.c:1354 +#: g10/import.c:1366 #, c-format msgid " \"%s\": preference for digest algorithm %s\n" msgstr " \"%s\": özet algoritması %s için tercih edilir\n" -#: g10/import.c:1366 +#: g10/import.c:1378 #, c-format msgid " \"%s\": preference for compression algorithm %s\n" msgstr "" " \"%s\": sıkıştırma algoritması %s için tercih edilir\n" "\n" -#: g10/import.c:1379 +#: g10/import.c:1391 #, c-format msgid "it is strongly suggested that you update your preferences and\n" msgstr "tercihlerinizi güncellemenizi ve\n" -#: g10/import.c:1381 +#: g10/import.c:1393 #, c-format msgid "re-distribute this key to avoid potential algorithm mismatch problems\n" msgstr "" "olası algoritma uyuÅŸmazlığı sorunlarından kaçınmak için bu anahtarı\n" "tekrar dağıtmanızı ÅŸiddetle öneririz.\n" -#: g10/import.c:1406 +#: g10/import.c:1418 #, c-format msgid "you can update your preferences with: gpg --edit-key %s updpref save\n" msgstr "" "tercihlerinizi böyle güncelleyemezsiniz: gpg --edit-key %s updpref save\n" -#: g10/import.c:1920 g10/import.c:3041 +#: g10/import.c:1932 g10/import.c:3053 #, c-format msgid "key %s: no user ID\n" msgstr "anahtar %s: kullanıcı kimliÄŸi yok\n" -#: g10/import.c:1926 +#: g10/import.c:1938 #, fuzzy, c-format #| msgid "skipped \"%s\": %s\n" msgid "key %s: %s\n" msgstr "\"%s\" atlandı: %s\n" -#: g10/import.c:1927 g10/import.c:3013 +#: g10/import.c:1939 g10/import.c:3025 msgid "rejected by import screener" msgstr "" -#: g10/import.c:1976 +#: g10/import.c:1988 #, c-format msgid "key %s: PKS subkey corruption repaired\n" msgstr "anahtar %s: PKS yardımcı anahtar bozulması giderildi\n" -#: g10/import.c:1997 +#: g10/import.c:2009 #, c-format msgid "key %s: accepted non self-signed user ID \"%s\"\n" msgstr "anahtar %s: öz-imzalı olmayan kullanıcı kimliÄŸi \"%s\" kabul edildi\n" -#: g10/import.c:2008 g10/import.c:2039 +#: g10/import.c:2020 g10/import.c:2051 #, c-format msgid "key %s: no valid user IDs\n" msgstr "anahtar %s: geçerli kullanıcı kimliÄŸi yok\n" -#: g10/import.c:2010 +#: g10/import.c:2022 #, c-format msgid "this may be caused by a missing self-signature\n" msgstr "bu kayıp bir öz-imza yüzünden meydana gelebilir\n" -#: g10/import.c:2089 g10/import.c:3427 +#: g10/import.c:2101 g10/import.c:3439 #, c-format msgid "key %s: public key not found: %s\n" msgstr "anahtar %s: genel anahtar yok: %s\n" -#: g10/import.c:2095 +#: g10/import.c:2107 #, c-format msgid "key %s: new key - skipped\n" msgstr "anahtar %s: yeni anahtar - atlandı\n" -#: g10/import.c:2107 +#: g10/import.c:2119 #, c-format msgid "no writable keyring found: %s\n" msgstr "yazılabilir bir anahtar zinciri yok: %s\n" -#: g10/import.c:2139 g10/import.c:2241 g10/import.c:3502 +#: g10/import.c:2151 g10/import.c:2253 g10/import.c:3514 #, fuzzy, c-format #| msgid "error writing keyring `%s': %s\n" msgid "error writing keyring '%s': %s\n" msgstr "\"%s\" anahtarlığına yazarken hata oluÅŸtu: %s\n" -#: g10/import.c:2162 +#: g10/import.c:2174 #, c-format msgid "key %s: public key \"%s\" imported\n" msgstr "anahtar %s: genel anahtar \"%s\" alındı\n" -#: g10/import.c:2189 +#: g10/import.c:2201 #, c-format msgid "key %s: doesn't match our copy\n" msgstr "anahtar %s: bizim kopyamızla eÅŸleÅŸmiyor\n" -#: g10/import.c:2257 +#: g10/import.c:2269 #, c-format msgid "key %s: \"%s\" 1 new user ID\n" msgstr "anahtar %s: \"%s\" 1 yeni kullanıcı kimliÄŸi\n" -#: g10/import.c:2260 +#: g10/import.c:2272 #, c-format msgid "key %s: \"%s\" %d new user IDs\n" msgstr "anahtar %s: \"%s\" %d yeni kullanıcı kimliÄŸi\n" -#: g10/import.c:2263 +#: g10/import.c:2275 #, c-format msgid "key %s: \"%s\" 1 new signature\n" msgstr "anahtar %s: \"%s\" 1 yeni imza\n" -#: g10/import.c:2266 +#: g10/import.c:2278 #, c-format msgid "key %s: \"%s\" %d new signatures\n" msgstr "anahtar %s: \"%s\" %d yeni imza\n" -#: g10/import.c:2269 +#: g10/import.c:2281 #, c-format msgid "key %s: \"%s\" 1 new subkey\n" msgstr "anahtar %s: %s 1 yeni yardımcı anahtar\n" -#: g10/import.c:2272 +#: g10/import.c:2284 #, c-format msgid "key %s: \"%s\" %d new subkeys\n" msgstr "anahtar %s: \"%s\" %d yeni yardımcı anahtar\n" -#: g10/import.c:2275 +#: g10/import.c:2287 #, c-format msgid "key %s: \"%s\" %d signature cleaned\n" msgstr "anahtar %s: \"%s\" %d imza temizlendi\n" -#: g10/import.c:2278 +#: g10/import.c:2290 #, c-format msgid "key %s: \"%s\" %d signatures cleaned\n" msgstr "anahtar %s: \"%s\" %d imza temizlendi\n" -#: g10/import.c:2281 +#: g10/import.c:2293 #, c-format msgid "key %s: \"%s\" %d user ID cleaned\n" msgstr "anahtar %s: \"%s\" %d kullanıcı kimliÄŸi temizlendi\n" -#: g10/import.c:2284 +#: g10/import.c:2296 #, c-format msgid "key %s: \"%s\" %d user IDs cleaned\n" msgstr "anahtar %s: \"%s\" %d kullanıcı kimliÄŸi temizlendi\n" -#: g10/import.c:2320 +#: g10/import.c:2332 #, c-format msgid "key %s: \"%s\" not changed\n" msgstr "anahtar %s: \"%s\" deÄŸiÅŸmedi\n" -#: g10/import.c:2680 g10/import.c:2875 +#: g10/import.c:2692 g10/import.c:2887 #, c-format msgid "key %s: secret key imported\n" msgstr "anahtar %s: gizli anahtar alındı\n" -#: g10/import.c:2688 +#: g10/import.c:2700 #, fuzzy, c-format #| msgid "skipped: secret key already present\n" msgid "key %s: secret key already exists\n" msgstr "atlandı: gizli anahtar zaten var\n" -#: g10/import.c:2696 +#: g10/import.c:2708 #, fuzzy, c-format #| msgid "error sending %s command: %s\n" msgid "key %s: error sending to agent: %s\n" @@ -3992,209 +3992,209 @@ msgstr "%s komutu gönderilirken hata: %s\n" #. * Instead, user should be suggested to run 'gpg --card-status', #. * then, references to a card will be automatically created #. * again. -#: g10/import.c:2865 +#: g10/import.c:2877 #, c-format msgid "To migrate '%s', with each smartcard, run: %s\n" msgstr "" -#: g10/import.c:3012 +#: g10/import.c:3024 #, fuzzy, c-format #| msgid "secret key \"%s\" not found: %s\n" msgid "secret key %s: %s\n" msgstr "gizli anahtar \"%s\" yok: %s\n" -#: g10/import.c:3033 g10/import.c:3072 +#: g10/import.c:3045 g10/import.c:3084 #, c-format msgid "importing secret keys not allowed\n" msgstr "gizli anahtarı alımına izin verilmez\n" -#: g10/import.c:3060 +#: g10/import.c:3072 #, c-format msgid "key %s: secret key with invalid cipher %d - skipped\n" msgstr "anahtar %s: geçersiz ÅŸifreli (%d) gizli anahtar - atlandı\n" -#: g10/import.c:3222 g10/pkclist.c:75 g10/revoke.c:774 +#: g10/import.c:3234 g10/pkclist.c:75 g10/revoke.c:774 msgid "No reason specified" msgstr "BelirtilmiÅŸ bir neden yok" -#: g10/import.c:3223 g10/pkclist.c:77 g10/revoke.c:776 +#: g10/import.c:3235 g10/pkclist.c:77 g10/revoke.c:776 msgid "Key is superseded" msgstr "Anahtarın yerine baÅŸkası konulmuÅŸ ve iptal edilmiÅŸtir" -#: g10/import.c:3224 g10/pkclist.c:79 g10/revoke.c:775 +#: g10/import.c:3236 g10/pkclist.c:79 g10/revoke.c:775 msgid "Key has been compromised" msgstr "Anahtar tehlikede" -#: g10/import.c:3225 g10/pkclist.c:81 g10/revoke.c:777 +#: g10/import.c:3237 g10/pkclist.c:81 g10/revoke.c:777 msgid "Key is no longer used" msgstr "Anahtar artık kullanılmayacak" -#: g10/import.c:3226 g10/pkclist.c:83 g10/revoke.c:778 +#: g10/import.c:3238 g10/pkclist.c:83 g10/revoke.c:778 msgid "User ID is no longer valid" msgstr "Kullanıcı kimliÄŸi artık geçersiz" -#: g10/import.c:3351 g10/keylist.c:1105 g10/pkclist.c:87 +#: g10/import.c:3363 g10/keylist.c:1105 g10/pkclist.c:87 #, c-format msgid "reason for revocation: " msgstr "yürürlükten kaldırma sebebi: " -#: g10/import.c:3370 g10/keylist.c:1124 g10/pkclist.c:103 +#: g10/import.c:3382 g10/keylist.c:1124 g10/pkclist.c:103 #, c-format msgid "revocation comment: " msgstr "yürürlükten kaldırma açıklaması: " -#: g10/import.c:3420 +#: g10/import.c:3432 #, c-format msgid "key %s: no public key - can't apply revocation certificate\n" msgstr "" "anahtar %s: genel anahtar deÄŸil - yürürlükten kaldırma sertifikası " "uygulanamaz\n" -#: g10/import.c:3449 +#: g10/import.c:3461 #, c-format msgid "key %s: can't locate original keyblock: %s\n" msgstr "anahtar %s: özgün anahtar bloku bulunamadı: %s\n" -#: g10/import.c:3456 +#: g10/import.c:3468 #, c-format msgid "key %s: can't read original keyblock: %s\n" msgstr "anahtar %s: özgün anahtar bloku okunamadı: %s\n" -#: g10/import.c:3476 +#: g10/import.c:3488 #, c-format msgid "key %s: invalid revocation certificate: %s - rejected\n" msgstr "" "anahtar %s: yürürlükten kaldırma sertifikası geçersiz: %s - reddedildi\n" -#: g10/import.c:3511 +#: g10/import.c:3523 #, c-format msgid "key %s: \"%s\" revocation certificate imported\n" msgstr "anahtar %s: \"%s\" yürürlükten kaldırma sertifikası alındı\n" -#: g10/import.c:3597 +#: g10/import.c:3609 #, c-format msgid "key %s: no user ID for signature\n" msgstr "anahtar %s: imza için kullanıcı kimliÄŸi yok\n" -#: g10/import.c:3614 +#: g10/import.c:3626 #, c-format msgid "key %s: unsupported public key algorithm on user ID \"%s\"\n" msgstr "" "anahtar %s: genel anahtar algoritması, kullanıcı kimliÄŸi \"%s\" için " "desteklenmiyor\n" -#: g10/import.c:3616 +#: g10/import.c:3628 #, c-format msgid "key %s: invalid self-signature on user ID \"%s\"\n" msgstr "anahtar %s: kullanıcı kimliÄŸi \"%s\" için öz-imza geçersiz\n" -#: g10/import.c:3633 g10/import.c:3661 g10/import.c:3717 +#: g10/import.c:3645 g10/import.c:3673 g10/import.c:3729 #, c-format msgid "key %s: unsupported public key algorithm\n" msgstr "anahtar %s: genel anahtar algoritması desteklenmiyor\n" -#: g10/import.c:3634 +#: g10/import.c:3646 #, fuzzy, c-format msgid "key %s: invalid direct key signature\n" msgstr "anahtar %s: doÄŸrudan anahtar imzası eklendi\n" -#: g10/import.c:3648 +#: g10/import.c:3660 #, c-format msgid "key %s: no subkey for key binding\n" msgstr "anahtar %s: anahtarı garantilemek için yardımcı anahtar yok\n" -#: g10/import.c:3663 +#: g10/import.c:3675 #, c-format msgid "key %s: invalid subkey binding\n" msgstr "anahtar %s: yardımcı anahtar garantileme geçersiz\n" -#: g10/import.c:3682 +#: g10/import.c:3694 #, c-format msgid "key %s: removed multiple subkey binding\n" msgstr "anahtar %s: çok sayıda yardımcı anahtar baÄŸlantısı silindi\n" -#: g10/import.c:3706 +#: g10/import.c:3718 #, c-format msgid "key %s: no subkey for key revocation\n" msgstr "anahtar %s: anahtarı yürürlükten kaldırılacak yardımcı anahtar yok\n" -#: g10/import.c:3719 +#: g10/import.c:3731 #, c-format msgid "key %s: invalid subkey revocation\n" msgstr "anahtar %s: yardımcı anahtar yürürlükten kaldırması geçersiz\n" -#: g10/import.c:3734 +#: g10/import.c:3746 #, c-format msgid "key %s: removed multiple subkey revocation\n" msgstr "" "anahtar %s: çok sayıda yardımcı anahtar yürürlükten kaldırması silindi\n" -#: g10/import.c:3778 +#: g10/import.c:3790 #, c-format msgid "key %s: skipped user ID \"%s\"\n" msgstr "anahtar %s: kullanıcı kimliÄŸi \"%s\" atlandı\n" -#: g10/import.c:3805 +#: g10/import.c:3817 #, c-format msgid "key %s: skipped subkey\n" msgstr "anahtar %s: yardımcı anahtar atlandı\n" -#: g10/import.c:3837 +#: g10/import.c:3849 #, c-format msgid "key %s: non exportable signature (class 0x%02X) - skipped\n" msgstr "anahtar %s: imza gönderilebilir deÄŸil (0x%02X sınıfı) - atlandı\n" -#: g10/import.c:3848 +#: g10/import.c:3860 #, c-format msgid "key %s: revocation certificate at wrong place - skipped\n" msgstr "anahtar %s: yürürlükten kaldırma sertifikası yanlış yerde - atlandı\n" -#: g10/import.c:3866 +#: g10/import.c:3878 #, c-format msgid "key %s: invalid revocation certificate: %s - skipped\n" msgstr "anahtar %s: yürürlükten kaldırma sertifikası geçersiz: %s - atlandı\n" -#: g10/import.c:3880 +#: g10/import.c:3892 #, c-format msgid "key %s: subkey signature in wrong place - skipped\n" msgstr "anahtar %s: yardımcı anahtar imzası yanlış yerde - atlandı\n" -#: g10/import.c:3888 +#: g10/import.c:3900 #, c-format msgid "key %s: unexpected signature class (0x%02X) - skipped\n" msgstr "anahtar %s: umulmayan imza sınıfı (0x%02X) - atlandı\n" -#: g10/import.c:4061 +#: g10/import.c:4073 #, c-format msgid "key %s: duplicated user ID detected - merged\n" msgstr "anahtar %s: çift kullanıcı kimliÄŸi saptandı - birleÅŸtirildi\n" -#: g10/import.c:4168 +#: g10/import.c:4180 #, fuzzy, c-format #| msgid "key %s: duplicated user ID detected - merged\n" msgid "key %s: duplicated subkeys detected - merged\n" msgstr "anahtar %s: çift kullanıcı kimliÄŸi saptandı - birleÅŸtirildi\n" -#: g10/import.c:4233 +#: g10/import.c:4245 #, c-format msgid "WARNING: key %s may be revoked: fetching revocation key %s\n" msgstr "" "UYARI: anahtar %s yürürlükten kaldırılmış olmalı: yürürlükten kaldırma " "anahtarı %s alınıyor\n" -#: g10/import.c:4249 +#: g10/import.c:4261 #, c-format msgid "WARNING: key %s may be revoked: revocation key %s not present.\n" msgstr "" "UYARI: anahtar %s yürürlükten kaldırılmış olabilir: yürürlükten kaldırma " "anahtarı %s mevcut deÄŸil.\n" -#: g10/import.c:4315 +#: g10/import.c:4327 #, c-format msgid "key %s: \"%s\" revocation certificate added\n" msgstr "anahtar %s: \"%s\" yürürlükten kaldırma sertifikası eklendi\n" -#: g10/import.c:4353 +#: g10/import.c:4365 #, c-format msgid "key %s: direct key signature added\n" msgstr "anahtar %s: doÄŸrudan anahtar imzası eklendi\n" @@ -5089,12 +5089,12 @@ msgstr "" "doÄŸrulukta olmayacağını lütfen gözönüne alınız.\n" #: g10/keyedit.c:4016 g10/keyedit.c:4447 g10/keyserver.c:535 -#: g10/mainproc.c:2277 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 +#: g10/mainproc.c:2280 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 msgid "revoked" msgstr "yürürlükten kaldırıldı" #: g10/keyedit.c:4018 g10/keyedit.c:4449 g10/keyserver.c:539 -#: g10/mainproc.c:2279 g10/tofu.c:1792 g10/trust.c:124 +#: g10/mainproc.c:2282 g10/tofu.c:1792 g10/trust.c:124 msgid "expired" msgstr "zamanaşımına uÄŸradı" @@ -5666,7 +5666,7 @@ msgstr " (%d) Karttaki mevcut anahtar\n" msgid "Enter the keygrip: " msgstr "Simgelemi giriniz: " -#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2279 +#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2280 #, c-format msgid "Not a valid keygrip (expecting 40 hex digits)\n" msgstr "" @@ -5676,13 +5676,13 @@ msgstr "" msgid "No key with this keygrip\n" msgstr "%d indisli bir yardımcı anahtar yok\n" -#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3437 g10/keygen.c:3448 +#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3440 g10/keygen.c:3451 #: sm/certreqgen-ui.c:231 sm/certreqgen-ui.c:240 #, fuzzy, c-format msgid "error reading the card: %s\n" msgstr "%s: serbest kaydı okuma hatası: %s\n" -#: g10/keygen.c:2292 g10/keygen.c:3441 sm/certreqgen-ui.c:234 +#: g10/keygen.c:2292 g10/keygen.c:3444 sm/certreqgen-ui.c:234 #, fuzzy, c-format msgid "Serial number of the card: %s\n" msgstr "kartın seri numarası alınırken hata: %s\n" @@ -5938,13 +5938,18 @@ msgstr "" "iyi olacaktır; bu yeterli rasgele bayt kazanmak için rasgele sayı\n" "üretecine yardımcı olur. \n" -#: g10/keygen.c:4570 g10/keygen.c:4643 g10/keygen.c:4661 g10/keygen.c:4690 -#: g10/keygen.c:5066 g10/keygen.c:5612 g10/keygen.c:5923 g10/keygen.c:6030 +#: g10/keygen.c:3591 +#, c-format +msgid "WARNING: v4 is specified, but overridden by v5.\n" +msgstr "" + +#: g10/keygen.c:4590 g10/keygen.c:4663 g10/keygen.c:4681 g10/keygen.c:4710 +#: g10/keygen.c:5086 g10/keygen.c:5632 g10/keygen.c:5943 g10/keygen.c:6050 #, c-format msgid "Key generation failed: %s\n" msgstr "Anahtar üretimi baÅŸarısızlığa uÄŸradı: %s\n" -#: g10/keygen.c:4579 +#: g10/keygen.c:4599 #, c-format msgid "" "About to create a key for:\n" @@ -5952,72 +5957,72 @@ msgid "" "\n" msgstr "" -#: g10/keygen.c:4581 +#: g10/keygen.c:4601 msgid "Continue? (Y/n) " msgstr "" -#: g10/keygen.c:4602 +#: g10/keygen.c:4622 #, fuzzy, c-format #| msgid "key already exists\n" msgid "A key for \"%s\" already exists\n" msgstr "anahtar zaten mevcut\n" -#: g10/keygen.c:4607 +#: g10/keygen.c:4627 #, fuzzy #| msgid "Use this key anyway? (y/N) " msgid "Create anyway? (y/N) " msgstr "Bu anahtar yine de kullanılsın mı? (e/H ya da y/N) " -#: g10/keygen.c:4613 +#: g10/keygen.c:4633 #, fuzzy, c-format #| msgid "generating new key\n" msgid "creating anyway\n" msgstr "yeni anahtar üretiliyor\n" -#: g10/keygen.c:5049 +#: g10/keygen.c:5069 #, c-format msgid "Note: Use \"%s %s\" for a full featured key generation dialog.\n" msgstr "" -#: g10/keygen.c:5098 +#: g10/keygen.c:5118 #, c-format msgid "Key generation canceled.\n" msgstr "Anahtar üretimi durduruldu.\n" -#: g10/keygen.c:5158 +#: g10/keygen.c:5178 #, fuzzy, c-format #| msgid "can't create backup file `%s': %s\n" msgid "can't create backup file '%s': %s\n" msgstr "'%s' yedek dosyası oluÅŸturulamıyor: %s\n" -#: g10/keygen.c:5178 +#: g10/keygen.c:5198 #, fuzzy, c-format #| msgid "NOTE: backup of card key saved to `%s'\n" msgid "Note: backup of card key saved to '%s'\n" msgstr "BÄ°LGÄ°: kart anahtarının yedeklemesi '%s' e kaydedildi\n" -#: g10/keygen.c:5339 g10/keygen.c:5541 +#: g10/keygen.c:5359 g10/keygen.c:5561 #, fuzzy, c-format #| msgid "writing public key to `%s'\n" msgid "writing public key to '%s'\n" msgstr "genel anahtarı `%s'e yazıyor\n" -#: g10/keygen.c:5535 +#: g10/keygen.c:5555 #, c-format msgid "no writable public keyring found: %s\n" msgstr "yazılabilir bir genel anahtar zinciri yok: %s\n" -#: g10/keygen.c:5549 +#: g10/keygen.c:5569 #, fuzzy, c-format #| msgid "error writing public keyring `%s': %s\n" msgid "error writing public keyring '%s': %s\n" msgstr "`%s' genel anahtarlığa yazılırken hata oluÅŸtu: %s\n" -#: g10/keygen.c:5583 +#: g10/keygen.c:5603 msgid "public and secret key created and signed.\n" msgstr "genel ve gizli anahtar üretildi ve imzalandı.\n" -#: g10/keygen.c:5599 +#: g10/keygen.c:5619 msgid "" "Note that this key cannot be used for encryption. You may want to use\n" "the command \"--edit-key\" to generate a subkey for this purpose.\n" @@ -6025,14 +6030,14 @@ msgstr "" "Bu anahtar ÅŸifreleme için kullanılamaz. Åžifreleme için yardımcı anahtarı\n" "\"--edit-key\" seçeneÄŸini kullanarak üretebilirsiniz.\n" -#: g10/keygen.c:5781 g10/keygen.c:5980 +#: g10/keygen.c:5801 g10/keygen.c:6000 #, c-format msgid "" "key has been created %lu second in future (time warp or clock problem)\n" msgstr "" "anahtar %lu saniye sonra üretilmiÅŸ (zaman sapması veya saat problemi)\n" -#: g10/keygen.c:5783 g10/keygen.c:5982 +#: g10/keygen.c:5803 g10/keygen.c:6002 #, c-format msgid "" "key has been created %lu seconds in future (time warp or clock problem)\n" @@ -6040,24 +6045,24 @@ msgstr "" "anahtar bundan %lu saniye sonra üretilmiÅŸ (zaman sapması veya saat " "problemi)\n" -#: g10/keygen.c:5794 g10/keygen.c:5993 +#: g10/keygen.c:5814 g10/keygen.c:6013 #, fuzzy, c-format #| msgid "NOTE: creating subkeys for v3 keys is not OpenPGP compliant\n" msgid "Note: creating subkeys for v3 keys is not OpenPGP compliant\n" msgstr "" "BÄ°LGÄ°: v3 anahtarları için yardımcı anahtar üretimi OpenPGP uyumlu deÄŸildir\n" -#: g10/keygen.c:5806 g10/keygen.c:5808 +#: g10/keygen.c:5826 g10/keygen.c:5828 #, c-format msgid "Secret parts of primary key are not available.\n" msgstr "Asıl anahtarın gizli parçaları kullanılamaz.\n" -#: g10/keygen.c:5815 g10/keygen.c:5817 +#: g10/keygen.c:5835 g10/keygen.c:5837 #, c-format msgid "Secret parts of primary key are stored on-card.\n" msgstr "Asıl anahtarın gizli parçaları kart üzerinde saklı.\n" -#: g10/keygen.c:5837 g10/keygen.c:6007 +#: g10/keygen.c:5857 g10/keygen.c:6027 msgid "Really create? (y/N) " msgstr "Gerçekten oluÅŸturulsun mu? (e/H ya da y/N) " @@ -6215,7 +6220,7 @@ msgstr "anahtar sunucu protokolü geçersiz (bizimki %d!=eylemci %d)\n" msgid "\"%s\" not a key ID: skipping\n" msgstr "\"%s\" bir anahtar kimliÄŸi deÄŸil: atlanıyor\n" -#: g10/keyserver.c:1418 g10/keyserver.c:1451 +#: g10/keyserver.c:1420 g10/keyserver.c:1453 #, fuzzy, c-format #| msgid "refreshing %d keys from %s\n" msgid "refreshing %d key from %s\n" @@ -6223,54 +6228,54 @@ msgid_plural "refreshing %d keys from %s\n" msgstr[0] "%d anahtar %s adresinden tazeleniyor\n" msgstr[1] "%d anahtar %s adresinden tazeleniyor\n" -#: g10/keyserver.c:1425 +#: g10/keyserver.c:1427 #, c-format msgid "WARNING: unable to refresh key %s via %s: %s\n" msgstr "UYARI: %s anahtarı %s üzerinden tazelenemiyor: %s\n" -#: g10/keyserver.c:1529 +#: g10/keyserver.c:1531 #, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "anahtar \"%s\" anahtar sunucusunda yok\n" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1534 #, c-format msgid "key not found on keyserver\n" msgstr "anahtar, anahtar sunucusunda yok\n" -#: g10/keyserver.c:1720 +#: g10/keyserver.c:1722 #, c-format msgid "requesting key %s from %s server %s\n" msgstr "%1$s anahtarı %3$s sunucusunun %2$s adresinden isteniyor\n" -#: g10/keyserver.c:1724 +#: g10/keyserver.c:1726 #, c-format msgid "requesting key %s from %s\n" msgstr "%s anahtarı %s adresinden isteniyor\n" -#: g10/keyserver.c:1829 g10/keyserver.c:2008 +#: g10/keyserver.c:1841 g10/keyserver.c:2020 #, fuzzy, c-format #| msgid "no keyserver action!\n" msgid "no keyserver known\n" msgstr "bir anahtar sunucusu eylemi yok!\n" -#: g10/keyserver.c:1844 g10/skclist.c:213 g10/skclist.c:241 +#: g10/keyserver.c:1856 g10/skclist.c:213 g10/skclist.c:241 #, c-format msgid "skipped \"%s\": %s\n" msgstr "\"%s\" atlandı: %s\n" -#: g10/keyserver.c:1848 +#: g10/keyserver.c:1860 #, c-format msgid "sending key %s to %s\n" msgstr "%s anahtarı %s adresine gönderiliyor\n" -#: g10/keyserver.c:1889 +#: g10/keyserver.c:1901 #, fuzzy, c-format #| msgid "requesting key %s from %s\n" msgid "requesting key from '%s'\n" msgstr "%s anahtarı %s adresinden isteniyor\n" -#: g10/keyserver.c:1905 +#: g10/keyserver.c:1917 #, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "UYARI: Betimleyici %s alınamıyor: %s\n" @@ -6467,87 +6472,87 @@ msgstr " nam-ı diÄŸer \"%s\"" msgid "Key available at: " msgstr "Anahtar burada:" -#: g10/mainproc.c:2033 +#: g10/mainproc.c:2034 #, c-format msgid "Note: Use '%s' to make use of this info\n" msgstr "" -#: g10/mainproc.c:2231 +#: g10/mainproc.c:2234 msgid "[uncertain]" msgstr "[şüpheli]" -#: g10/mainproc.c:2269 +#: g10/mainproc.c:2272 #, c-format msgid " aka \"%s\"" msgstr " nam-ı diÄŸer \"%s\"" -#: g10/mainproc.c:2344 +#: g10/mainproc.c:2347 #, fuzzy, c-format #| msgid "WARNING: This key is not certified with a trusted signature!\n" msgid "WARNING: This key is not suitable for signing in %s mode\n" msgstr "UYARI: Bu anahtar güven dereceli bir imza ile sertifikalanmamış!\n" -#: g10/mainproc.c:2360 +#: g10/mainproc.c:2363 #, c-format msgid "Signature expired %s\n" msgstr "Bu imzanın geçerliliÄŸi %s de bitti.\n" -#: g10/mainproc.c:2365 +#: g10/mainproc.c:2368 #, c-format msgid "Signature expires %s\n" msgstr "Bu imzanın geçerliliÄŸi %s de bitecek.\n" -#: g10/mainproc.c:2376 +#: g10/mainproc.c:2379 #, fuzzy, c-format #| msgid "%s signature, digest algorithm %s\n" msgid "%s signature, digest algorithm %s%s%s\n" msgstr "%s imzası, %s özet algoritması\n" -#: g10/mainproc.c:2377 +#: g10/mainproc.c:2380 msgid "binary" msgstr "ikili" -#: g10/mainproc.c:2378 +#: g10/mainproc.c:2381 msgid "textmode" msgstr "metinkipi" -#: g10/mainproc.c:2378 g10/trust.c:123 dirmngr/ocsp.c:792 +#: g10/mainproc.c:2381 g10/trust.c:123 dirmngr/ocsp.c:792 msgid "unknown" msgstr "bilinmeyen" -#: g10/mainproc.c:2380 +#: g10/mainproc.c:2383 #, fuzzy #| msgid "algorithm: %s" msgid ", key algorithm " msgstr "algoritma: %s" -#: g10/mainproc.c:2415 +#: g10/mainproc.c:2418 #, c-format msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n" msgstr "" -#: g10/mainproc.c:2454 +#: g10/mainproc.c:2457 #, c-format msgid "Can't check signature: %s\n" msgstr "Ä°mza kontrol edilemedi: %s\n" -#: g10/mainproc.c:2550 g10/mainproc.c:2569 g10/mainproc.c:2693 +#: g10/mainproc.c:2553 g10/mainproc.c:2572 g10/mainproc.c:2696 #, c-format msgid "not a detached signature\n" msgstr "bir bağımsız imza deÄŸil\n" -#: g10/mainproc.c:2603 +#: g10/mainproc.c:2606 #, c-format msgid "" "WARNING: multiple signatures detected. Only the first will be checked.\n" msgstr "UYARI: çoklu imzalar saptandı. Sadece ilki denetlenecek.\n" -#: g10/mainproc.c:2612 +#: g10/mainproc.c:2615 #, c-format msgid "standalone signature of class 0x%02x\n" msgstr "0x%02x sınıfı tek başına imza\n" -#: g10/mainproc.c:2697 +#: g10/mainproc.c:2700 #, c-format msgid "old style (PGP 2.x) signature\n" msgstr "eski stil (PGP 2.x) imza\n" @@ -8513,7 +8518,7 @@ msgstr "" #. TRANSLATORS: Put a \x1f right before a colon. This can be #. * used by pinentry to nicely align the names and values. Keep #. * the %s at the start and end of the string. -#: scd/app-piv.c:1770 scd/app-p15.c:4741 scd/app-nks.c:1475 +#: scd/app-piv.c:1770 scd/app-p15.c:4937 scd/app-nks.c:1530 #: scd/app-openpgp.c:2386 #, c-format msgid "%sNumber: %s%%0AHolder: %s%s" @@ -8521,7 +8526,7 @@ msgstr "" #. TRANSLATORS: This is the number of remaining attempts to #. * enter a PIN. Use %%0A (double-percent,0A) for a linefeed. -#: scd/app-piv.c:1787 scd/app-p15.c:4760 scd/app-nks.c:1494 +#: scd/app-piv.c:1787 scd/app-p15.c:4956 scd/app-nks.c:1549 #: scd/app-openpgp.c:2402 #, c-format msgid "Remaining attempts: %d" @@ -8561,7 +8566,7 @@ msgstr "||Lütfen PIN'i giriniz" msgid "||Please enter the Unblocking Key of your PIV card" msgstr "||Lütfen kart için Sıfırlama Kodunu giriniz" -#: scd/app-piv.c:1888 scd/app-nks.c:1605 scd/app-openpgp.c:2669 +#: scd/app-piv.c:1888 scd/app-nks.c:1660 scd/app-openpgp.c:2669 #: scd/app-openpgp.c:2693 scd/app-openpgp.c:2871 scd/app-openpgp.c:2893 #: scd/app-openpgp.c:3074 scd/app-openpgp.c:3361 scd/app-openpgp.c:3408 #: scd/app-openpgp.c:3545 scd/app-dinsig.c:302 @@ -8650,75 +8655,75 @@ msgstr[1] "anahtar üretimi tamamlandı (%d saniye)\n" msgid "response does not contain the public key data\n" msgstr "yanıt genel anahtar verisi içermiyor\n" -#: scd/app-p15.c:4839 scd/app-nks.c:1983 +#: scd/app-p15.c:5035 scd/app-nks.c:2038 msgid "||Please enter the PIN for the key to create qualified signatures." msgstr "" #. TRANSLATORS: Do not translate the "|A|" prefix but keep it at #. the start of the string. Use %0A (single percent) for a linefeed. -#: scd/app-p15.c:4842 scd/app-openpgp.c:2818 +#: scd/app-p15.c:5038 scd/app-openpgp.c:2818 #, fuzzy msgid "|A|Please enter the Admin PIN" msgstr "||Lütfen PIN'i giriniz" -#: scd/app-p15.c:4844 scd/app-nks.c:1973 +#: scd/app-p15.c:5040 scd/app-nks.c:2028 #, fuzzy msgid "|P|Please enter the PIN Unblocking Code (PUK) for the standard keys." msgstr "||Lütfen kart için Sıfırlama Kodunu giriniz" -#: scd/app-p15.c:4847 scd/app-nks.c:1964 +#: scd/app-p15.c:5043 scd/app-nks.c:2019 #, fuzzy msgid "||Please enter the PIN for the standard keys." msgstr "|A|Lütfen Yönetici PIN'ini okuyucu tuÅŸtakımından giriniz" -#: scd/app-nks.c:1413 scd/app-openpgp.c:4321 +#: scd/app-nks.c:1468 scd/app-openpgp.c:4321 #, c-format msgid "RSA modulus missing or not of size %d bits\n" msgstr "RSA modülü ya eksik ya da %d bitlik deÄŸil\n" -#: scd/app-nks.c:1421 scd/app-openpgp.c:4333 +#: scd/app-nks.c:1476 scd/app-openpgp.c:4333 #, c-format msgid "RSA public exponent missing or larger than %d bits\n" msgstr "RSA genel üstel sayısı ya eksik ya da %d bitten büyük\n" -#: scd/app-nks.c:1594 +#: scd/app-nks.c:1649 #, fuzzy #| msgid "the NullPIN has not yet been changed\n" msgid "Note: PIN has not yet been enabled." msgstr "BoÅŸPIN henüz deÄŸiÅŸmedi\n" -#: scd/app-nks.c:1641 +#: scd/app-nks.c:1696 #, c-format msgid "the NullPIN has not yet been changed\n" msgstr "BoÅŸPIN henüz deÄŸiÅŸmedi\n" -#: scd/app-nks.c:1963 +#: scd/app-nks.c:2018 #, fuzzy msgid "|N|Please enter a new PIN for the standard keys." msgstr "||Lütfen PIN'inizi okuyucunun tuÅŸtakımından giriniz" -#: scd/app-nks.c:1971 +#: scd/app-nks.c:2026 #, fuzzy msgid "|NP|Please enter a new PIN Unblocking Code (PUK) for the standard keys." msgstr "||Lütfen kart için Sıfırlama Kodunu giriniz" -#: scd/app-nks.c:1981 +#: scd/app-nks.c:2036 msgid "|N|Please enter a new PIN for the key to create qualified signatures." msgstr "" -#: scd/app-nks.c:1991 +#: scd/app-nks.c:2046 msgid "" "|NP|Please enter a new PIN Unblocking Code (PUK) for the key to create " "qualified signatures." msgstr "" -#: scd/app-nks.c:1993 +#: scd/app-nks.c:2048 msgid "" "|P|Please enter the PIN Unblocking Code (PUK) for the key to create " "qualified signatures." msgstr "" -#: scd/app-nks.c:2166 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 +#: scd/app-nks.c:2221 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 #, c-format msgid "error getting new PIN: %s\n" msgstr "yeni PIN alınırken hata: %s\n" @@ -8910,64 +8915,64 @@ msgstr "||Lütfen PIN'inizi okuyucunun tuÅŸtakımından giriniz" msgid "|N|Initial New PIN" msgstr "|N|Ä°lk Yeni PIN" -#: scd/scdaemon.c:118 +#: scd/scdaemon.c:119 msgid "run in multi server mode (foreground)" msgstr "çoklu sunucu kipinde çalışır (önalanda)" -#: scd/scdaemon.c:135 sm/gpgsm.c:271 dirmngr/dirmngr.c:197 +#: scd/scdaemon.c:136 sm/gpgsm.c:274 dirmngr/dirmngr.c:198 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "|LDÃœZEY|hata ayıklama düzeyini DÃœZEY yapar" -#: scd/scdaemon.c:141 +#: scd/scdaemon.c:142 msgid "|FILE|write a log to FILE" msgstr "|DOSYA|DOSYAya bir günce yazar" -#: scd/scdaemon.c:148 +#: scd/scdaemon.c:149 msgid "|N|connect to reader at port N" msgstr "|N|N. porttaki okuyucuya baÄŸlanır" -#: scd/scdaemon.c:150 +#: scd/scdaemon.c:151 msgid "|NAME|use NAME as ct-API driver" msgstr "|Ä°SÄ°M|ct-API sürücüsü olarak Ä°SÄ°M kullanılır" -#: scd/scdaemon.c:152 +#: scd/scdaemon.c:153 msgid "|NAME|use NAME as PC/SC driver" msgstr "|Ä°SÄ°M|PC/SC sürücüsü olarak Ä°SÄ°M kullanılır" -#: scd/scdaemon.c:156 +#: scd/scdaemon.c:157 msgid "do not use the internal CCID driver" msgstr "dahili CCID sürücüsü kullanılmaz" -#: scd/scdaemon.c:162 +#: scd/scdaemon.c:163 msgid "|N|disconnect the card after N seconds of inactivity" msgstr "|N|N saniyelik durgunluktan sonra kartı ayırır" -#: scd/scdaemon.c:165 +#: scd/scdaemon.c:166 #, fuzzy #| msgid "do not use a reader's keypad" msgid "do not use a reader's pinpad" msgstr "bir okuyucu tuÅŸtakımı kullanılmaz" -#: scd/scdaemon.c:168 +#: scd/scdaemon.c:169 msgid "use variable length input for pinpad" msgstr "" -#: scd/scdaemon.c:171 +#: scd/scdaemon.c:172 msgid "|LIST|change the application priority to LIST" msgstr "" -#: scd/scdaemon.c:179 +#: scd/scdaemon.c:180 #, fuzzy msgid "deny the use of admin card commands" msgstr "yönetici kartı komutları kullanımına izin verir" -#: scd/scdaemon.c:324 +#: scd/scdaemon.c:325 #, fuzzy #| msgid "Usage: gpgconf [options] (-h for help)" msgid "Usage: @SCDAEMON@ [options] (-h for help)" msgstr "Kullanımı: gpgconf [seçenekler] (yardım için -h)" -#: scd/scdaemon.c:326 +#: scd/scdaemon.c:327 #, fuzzy #| msgid "" #| "Syntax: scdaemon [options] [command [args]]\n" @@ -8979,7 +8984,7 @@ msgstr "" "Sözdizimi: scdaemon [seçenekler] [komut [arg ...]]\n" "GnuPG için akıllı kart artalan süreci\n" -#: scd/scdaemon.c:807 +#: scd/scdaemon.c:819 #, fuzzy, c-format #| msgid "" #| "please use the option `--daemon' to run the program in the background\n" @@ -8988,12 +8993,12 @@ msgstr "" "Programı artalanda çalışır bırakmak için lütfen `--daemon' seçeneÄŸini " "kullanın\n" -#: scd/scdaemon.c:1183 dirmngr/dirmngr.c:2077 +#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2104 #, c-format msgid "handler for fd %d started\n" msgstr "fd %d için eylemci baÅŸlatıldı\n" -#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2085 +#: scd/scdaemon.c:1207 dirmngr/dirmngr.c:2112 #, c-format msgid "handler for fd %d terminated\n" msgstr "fd %d için eylemci sonlandı\n" @@ -9272,7 +9277,7 @@ msgid "a %u bit hash is not valid for a %u bit %s key\n" msgstr "%u bitlik çittirim %u bitlik %s anahtarı için geçersiz\n" #: sm/certcheck.c:239 sm/certcheck.c:263 dirmngr/crlcache.c:1542 -#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1363 dirmngr/validate.c:903 +#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1372 dirmngr/validate.c:903 #: dirmngr/validate.c:927 #, c-format msgid "out of core\n" @@ -9648,131 +9653,131 @@ msgstr "\"%s\" sertifikası silinemedi: %s\n" msgid "no valid recipients given\n" msgstr "geçerli alıcılar verilmedi\n" -#: sm/gpgsm.c:224 +#: sm/gpgsm.c:226 msgid "list external keys" msgstr "harici anahtarları listeler" -#: sm/gpgsm.c:226 +#: sm/gpgsm.c:228 msgid "list certificate chain" msgstr "sertifika zincirini listeler" -#: sm/gpgsm.c:234 +#: sm/gpgsm.c:236 msgid "import certificates" msgstr "sertifikaları ithal eder" -#: sm/gpgsm.c:235 +#: sm/gpgsm.c:237 msgid "export certificates" msgstr "sertifikaları ihraç eder" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:245 msgid "register a smartcard" msgstr "bir akıllı kartı kayda alır" -#: sm/gpgsm.c:246 +#: sm/gpgsm.c:248 msgid "pass a command to the dirmngr" msgstr "dirmngr'a bir komut aktarır" -#: sm/gpgsm.c:248 +#: sm/gpgsm.c:250 msgid "invoke gpg-protect-tool" msgstr "gpg-protect-tool'u çalıştırır" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:270 msgid "don't use the terminal at all" msgstr "terminali hiç kullanma" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "|N|number of certificates to include" msgstr "|N|içerilecek sertifika sayısı" -#: sm/gpgsm.c:296 +#: sm/gpgsm.c:299 msgid "|FILE|take policy information from FILE" msgstr "|DOSYA|poliçe bilgisi DOSYAdan alınır" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "assume input is in PEM format" msgstr "girdinin PEM biçiminde olduÄŸu kabul edilir" -#: sm/gpgsm.c:312 +#: sm/gpgsm.c:315 msgid "assume input is in base-64 format" msgstr "girdinin base-64 biçiminde olduÄŸu kabul edilir" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "assume input is in binary format" msgstr "girdinin ikilik biçimde olduÄŸu kabul edilir" -#: sm/gpgsm.c:323 +#: sm/gpgsm.c:326 msgid "create base-64 encoded output" msgstr "base-64 kodlu çıktı oluÅŸturur" -#: sm/gpgsm.c:335 +#: sm/gpgsm.c:338 msgid "|USER-ID|use USER-ID as default secret key" msgstr "" "|KULLANICI-KÄ°MLİĞİ|öntanımlı gizli anahtar olarak KULLANICI-KÄ°MLİĞİ " "kullanılır" -#: sm/gpgsm.c:346 +#: sm/gpgsm.c:349 msgid "|FILE|add keyring to the list of keyrings" msgstr "|DOSYA|anahtar zincirini anahtar zincirleri listesine ekler" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 msgid "|SPEC|use this keyserver to lookup keys" msgstr "|BELÄ°RTÄ°M|anahtarları aramak için bu anahtar sunucusu kullanılır" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "fetch missing issuer certificates" msgstr "kayıp sertifikacı sertifikalarını alır" -#: sm/gpgsm.c:361 +#: sm/gpgsm.c:364 msgid "|NAME|use encoding NAME for PKCS#12 passphrases" msgstr "|Ä°SÄ°M|PKCS#12 anahtar parolaları için kodlama olarak Ä°SÄ°M kullanılır" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 msgid "never consult a CRL" msgstr "asla bir CRL sormaz" -#: sm/gpgsm.c:386 +#: sm/gpgsm.c:389 msgid "do not check CRLs for root certificates" msgstr "kök sertifikalar için CRLler sınanmaz" -#: sm/gpgsm.c:390 +#: sm/gpgsm.c:393 msgid "check validity using OCSP" msgstr "doÄŸruluÄŸu OCSP kullarak sınar" -#: sm/gpgsm.c:392 +#: sm/gpgsm.c:395 msgid "do not check certificate policies" msgstr "sertifika poliçeleri sınanmaz" -#: sm/gpgsm.c:395 +#: sm/gpgsm.c:398 msgid "|NAME|use cipher algorithm NAME" msgstr "|Ä°SÄ°M|ÅŸifre algoritması olarak Ä°SÄ°M kullanılır" -#: sm/gpgsm.c:397 +#: sm/gpgsm.c:400 msgid "|NAME|use message digest algorithm NAME" msgstr "|Ä°SÄ°M|özet algoritması olarak Ä°SÄ°M kullanılır" -#: sm/gpgsm.c:407 +#: sm/gpgsm.c:410 msgid "batch mode: never ask" msgstr "önceden belirlenmiÅŸ iÅŸlemler kipi: hiç sormaz" -#: sm/gpgsm.c:409 +#: sm/gpgsm.c:412 msgid "assume yes on most questions" msgstr "soruların çoÄŸunda cevap evet farzedilir" -#: sm/gpgsm.c:410 +#: sm/gpgsm.c:413 msgid "assume no on most questions" msgstr "soruların çoÄŸunda cevap hayır farzedilir" -#: sm/gpgsm.c:427 +#: sm/gpgsm.c:430 msgid "|FILE|write an audit log to FILE" msgstr "|DOSYA|bir denetim günlüğünü DOSYAya yazar" -#: sm/gpgsm.c:612 +#: sm/gpgsm.c:615 #, fuzzy #| msgid "Usage: gpg [options] [files] (-h for help)" msgid "Usage: @GPGSM@ [options] [files] (-h for help)" msgstr "Kullanımı: gpg [seçenekler] [dosyalar] (yardım için -h)" -#: sm/gpgsm.c:615 +#: sm/gpgsm.c:618 #, fuzzy #| msgid "" #| "Syntax: gpgsm [options] [files]\n" @@ -9787,56 +9792,56 @@ msgstr "" "imzalama, kontrol, ÅŸifreleme veya çözme S/MIME protokolü kullanarak yapılır\n" "öntanımlı iÅŸlem girilen veriye bağımlıdır\n" -#: sm/gpgsm.c:823 +#: sm/gpgsm.c:826 #, fuzzy, c-format #| msgid "NOTE: won't be able to encrypt to `%s': %s\n" msgid "Note: won't be able to encrypt to '%s': %s\n" msgstr "BÄ°LGÄ°:`%s'e ÅŸifrelenemez: %s\n" -#: sm/gpgsm.c:834 +#: sm/gpgsm.c:837 #, fuzzy, c-format #| msgid "unknown validation model `%s'\n" msgid "unknown validation model '%s'\n" msgstr "`%s' geçerlilik modeli bilinmiyor\n" -#: sm/gpgsm.c:893 dirmngr/ldapserver.c:89 +#: sm/gpgsm.c:896 dirmngr/ldapserver.c:89 #, c-format msgid "%s:%u: no hostname given\n" msgstr "%s:%u: konak adı belirtilmemiÅŸ\n" -#: sm/gpgsm.c:912 dirmngr/ldapserver.c:108 +#: sm/gpgsm.c:915 dirmngr/ldapserver.c:108 #, c-format msgid "%s:%u: password given without user\n" msgstr "%s:%u: kullanıcısız parola verilmiÅŸ\n" -#: sm/gpgsm.c:943 dirmngr/ldapserver.c:139 +#: sm/gpgsm.c:946 dirmngr/ldapserver.c:139 #, c-format msgid "%s:%u: ignoring unknown flag '%s'\n" msgstr "" -#: sm/gpgsm.c:959 dirmngr/ldapserver.c:155 +#: sm/gpgsm.c:962 dirmngr/ldapserver.c:155 #, c-format msgid "%s:%u: skipping this line\n" msgstr "%s:%u: bu satır atlanıyor\n" -#: sm/gpgsm.c:1545 +#: sm/gpgsm.c:1550 #, c-format msgid "could not parse keyserver\n" msgstr "anahtar sunucusu çözümlenemedi\n" -#: sm/gpgsm.c:1825 +#: sm/gpgsm.c:1858 #, fuzzy, c-format #| msgid "importing common certificates `%s'\n" msgid "importing common certificates '%s'\n" msgstr "ortak sertifikalar `%s' ithal ediliyor\n" -#: sm/gpgsm.c:1871 +#: sm/gpgsm.c:1904 #, fuzzy, c-format #| msgid "can't sign using `%s': %s\n" msgid "can't sign using '%s': %s\n" msgstr "`%s' kullanarak imzalanamıyor: %s\n" -#: sm/gpgsm.c:2231 +#: sm/gpgsm.c:2273 #, c-format msgid "invalid command (there is no implicit command)\n" msgstr "geçersiz komut (hiç dolaylı komut yok)\n" @@ -10895,143 +10900,143 @@ msgstr "" msgid "looking up '%s'\n" msgstr "" -#: dirmngr/dirmngr.c:174 +#: dirmngr/dirmngr.c:175 msgid "list the contents of the CRL cache" msgstr "" -#: dirmngr/dirmngr.c:175 +#: dirmngr/dirmngr.c:176 #, fuzzy #| msgid "|FILE|run commands from FILE on startup" msgid "|FILE|load CRL from FILE into cache" msgstr "|DOSYA|DOSYAdaki komutlar baÅŸlangıçta çalıştırılır" -#: dirmngr/dirmngr.c:176 +#: dirmngr/dirmngr.c:177 msgid "|URL|fetch a CRL from URL" msgstr "" -#: dirmngr/dirmngr.c:177 +#: dirmngr/dirmngr.c:178 #, fuzzy #| msgid "pass a command to the dirmngr" msgid "shutdown the dirmngr" msgstr "dirmngr'a bir komut aktarır" -#: dirmngr/dirmngr.c:178 +#: dirmngr/dirmngr.c:179 msgid "flush the cache" msgstr "" -#: dirmngr/dirmngr.c:211 +#: dirmngr/dirmngr.c:212 msgid "allow online software version check" msgstr "" -#: dirmngr/dirmngr.c:214 +#: dirmngr/dirmngr.c:215 msgid "|N|do not return more than N items in one query" msgstr "" -#: dirmngr/dirmngr.c:220 +#: dirmngr/dirmngr.c:221 msgid "Network related options" msgstr "" -#: dirmngr/dirmngr.c:222 +#: dirmngr/dirmngr.c:223 msgid "route all network traffic via Tor" msgstr "" -#: dirmngr/dirmngr.c:234 +#: dirmngr/dirmngr.c:235 msgid "Configuration for Keyservers" msgstr "Anahtar sunucular için yapılandırma" -#: dirmngr/dirmngr.c:237 +#: dirmngr/dirmngr.c:238 msgid "|URL|use keyserver at URL" msgstr "|URL| URL'si veriler anahtar sunucusu kullanılır" -#: dirmngr/dirmngr.c:239 +#: dirmngr/dirmngr.c:240 msgid "|FILE|use the CA certificates in FILE for HKP over TLS" msgstr "" -#: dirmngr/dirmngr.c:241 +#: dirmngr/dirmngr.c:242 msgid "Configuration for HTTP servers" msgstr "HTTP sunucuları için yapılandırma" -#: dirmngr/dirmngr.c:243 +#: dirmngr/dirmngr.c:244 msgid "inhibit the use of HTTP" msgstr "" -#: dirmngr/dirmngr.c:245 +#: dirmngr/dirmngr.c:246 msgid "ignore HTTP CRL distribution points" msgstr "" -#: dirmngr/dirmngr.c:247 +#: dirmngr/dirmngr.c:248 msgid "|URL|redirect all HTTP requests to URL" msgstr "" -#: dirmngr/dirmngr.c:249 +#: dirmngr/dirmngr.c:250 msgid "use system's HTTP proxy setting" msgstr "sistemin HTTP vekil ayarları kullanılır" -#: dirmngr/dirmngr.c:253 +#: dirmngr/dirmngr.c:254 msgid "Configuration of LDAP servers to use" msgstr "Kullanılacak LDAP sunucularının yapılandırması" -#: dirmngr/dirmngr.c:255 +#: dirmngr/dirmngr.c:256 msgid "inhibit the use of LDAP" msgstr "" -#: dirmngr/dirmngr.c:257 +#: dirmngr/dirmngr.c:258 msgid "ignore LDAP CRL distribution points" msgstr "" -#: dirmngr/dirmngr.c:259 +#: dirmngr/dirmngr.c:260 msgid "|HOST|use HOST for LDAP queries" msgstr "" -#: dirmngr/dirmngr.c:261 +#: dirmngr/dirmngr.c:262 msgid "do not use fallback hosts with --ldap-proxy" msgstr "" -#: dirmngr/dirmngr.c:263 +#: dirmngr/dirmngr.c:264 #, fuzzy #| msgid "|FILE|read options from FILE" msgid "|FILE|read LDAP server list from FILE" msgstr "|DOSYA|seçenekler DOSYAdan okunur" -#: dirmngr/dirmngr.c:265 +#: dirmngr/dirmngr.c:266 msgid "add new servers discovered in CRL distribution points to serverlist" msgstr "" -#: dirmngr/dirmngr.c:268 dirmngr/dirmngr_ldap.c:104 +#: dirmngr/dirmngr.c:269 dirmngr/dirmngr_ldap.c:104 #, fuzzy #| msgid "|N|set maximum PIN cache lifetime to N seconds" msgid "|N|set LDAP timeout to N seconds" msgstr "|N|azami PIN önbelleÄŸi ömrü N saniyeye ayarlanır" -#: dirmngr/dirmngr.c:271 +#: dirmngr/dirmngr.c:272 msgid "Configuration for OCSP" msgstr "OCSP için yapılandırma" -#: dirmngr/dirmngr.c:273 +#: dirmngr/dirmngr.c:274 #, fuzzy #| msgid "allow PKA lookups (DNS requests)" msgid "allow sending OCSP requests" msgstr "PKA aramalarına izin verilir (DNS istekleri)" -#: dirmngr/dirmngr.c:275 +#: dirmngr/dirmngr.c:276 msgid "ignore certificate contained OCSP service URLs" msgstr "" -#: dirmngr/dirmngr.c:277 +#: dirmngr/dirmngr.c:278 #, fuzzy #| msgid "|URL|use keyserver at URL" msgid "|URL|use OCSP responder at URL" msgstr "|URL| URL'si veriler anahtar sunucusu kullanılır" -#: dirmngr/dirmngr.c:279 +#: dirmngr/dirmngr.c:280 msgid "|FPR|OCSP response signed by FPR" msgstr "" -#: dirmngr/dirmngr.c:287 +#: dirmngr/dirmngr.c:288 msgid "force loading of outdated CRLs" msgstr "" -#: dirmngr/dirmngr.c:298 +#: dirmngr/dirmngr.c:299 #, fuzzy #| msgid "" #| "@\n" @@ -11044,13 +11049,13 @@ msgstr "" "@\n" "(Tüm komut ve seçeneklerin komple listesi için man sayfalarına bakın)\n" -#: dirmngr/dirmngr.c:440 +#: dirmngr/dirmngr.c:441 #, fuzzy #| msgid "Usage: gpgconf [options] (-h for help)" msgid "Usage: @DIRMNGR@ [options] (-h for help)" msgstr "Kullanımı: gpgconf [seçenekler] (yardım için -h)" -#: dirmngr/dirmngr.c:442 +#: dirmngr/dirmngr.c:443 #, fuzzy #| msgid "" #| "Syntax: gpg-agent [options] [command [args]]\n" @@ -11062,92 +11067,92 @@ msgstr "" "Sözdizimi: gpg-agent [seçenekler] [komut [arg ...]]\n" "GnuPG için gizli anahtar yönetimi\n" -#: dirmngr/dirmngr.c:522 +#: dirmngr/dirmngr.c:523 #, fuzzy, c-format #| msgid "invalid debug-level `%s' given\n" msgid "valid debug levels are: %s\n" msgstr "belirtilen hata seviyesi `%s' geçersiz\n" -#: dirmngr/dirmngr.c:608 tools/gpgconf.c:667 tools/gpgconf.c:702 +#: dirmngr/dirmngr.c:609 tools/gpgconf.c:667 tools/gpgconf.c:702 #: tools/gpgconf.c:802 #, fuzzy, c-format #| msgid "usage: gpgsm [options] " msgid "usage: %s [options] " msgstr "kullanımı: gpgsm [seçenekler] " -#: dirmngr/dirmngr.c:1251 +#: dirmngr/dirmngr.c:1260 #, fuzzy, c-format #| msgid "%s not allowed with %s!\n" msgid "colons are not allowed in the socket name\n" msgstr "%s ile %s birlikte kullanılmaz!\n" -#: dirmngr/dirmngr.c:1486 dirmngr/server.c:1824 +#: dirmngr/dirmngr.c:1495 dirmngr/server.c:1824 #, fuzzy, c-format #| msgid "renaming `%s' to `%s' failed: %s\n" msgid "fetching CRL from '%s' failed: %s\n" msgstr "`%s' > `%s' isim deÄŸiÅŸikliÄŸi baÅŸarısız: %s\n" -#: dirmngr/dirmngr.c:1492 dirmngr/server.c:1830 +#: dirmngr/dirmngr.c:1501 dirmngr/server.c:1830 #, fuzzy, c-format #| msgid "conversion from `%s' to `%s' failed: %s\n" msgid "processing CRL from '%s' failed: %s\n" msgstr "`%s' > `%s' dönüşümü baÅŸarısız: %s\n" -#: dirmngr/dirmngr.c:1634 +#: dirmngr/dirmngr.c:1643 #, fuzzy, c-format #| msgid "line too long - skipped\n" msgid "%s:%u: line too long - skipped\n" msgstr "satır çok uzun - atlandı\n" -#: dirmngr/dirmngr.c:1689 dirmngr/dirmngr.c:1773 +#: dirmngr/dirmngr.c:1698 dirmngr/dirmngr.c:1782 #, fuzzy, c-format #| msgid "invalid fingerprint" msgid "%s:%u: invalid fingerprint detected\n" msgstr "parmakizi geçersiz" -#: dirmngr/dirmngr.c:1725 dirmngr/dirmngr.c:1751 tools/gpgconf-comp.c:3534 +#: dirmngr/dirmngr.c:1734 dirmngr/dirmngr.c:1760 tools/gpgconf-comp.c:3539 #, fuzzy, c-format #| msgid "read error in `%s': %s\n" msgid "%s:%u: read error: %s\n" msgstr "`%s' için okuma hatası: %s\n" -#: dirmngr/dirmngr.c:1780 +#: dirmngr/dirmngr.c:1789 #, c-format msgid "%s:%u: garbage at end of line ignored\n" msgstr "" -#: dirmngr/dirmngr.c:1849 +#: dirmngr/dirmngr.c:1876 #, c-format msgid "SIGHUP received - re-reading configuration and flushing caches\n" msgstr "" -#: dirmngr/dirmngr.c:1890 +#: dirmngr/dirmngr.c:1917 #, c-format msgid "SIGUSR2 received - no action defined\n" msgstr "" -#: dirmngr/dirmngr.c:1895 +#: dirmngr/dirmngr.c:1922 #, c-format msgid "SIGTERM received - shutting down ...\n" msgstr "" -#: dirmngr/dirmngr.c:1897 +#: dirmngr/dirmngr.c:1924 #, c-format msgid "SIGTERM received - still %d active connections\n" msgstr "" -#: dirmngr/dirmngr.c:1902 +#: dirmngr/dirmngr.c:1929 #, fuzzy, c-format #| msgid "not forced" msgid "shutdown forced\n" msgstr "zorlanmadı" -#: dirmngr/dirmngr.c:1910 +#: dirmngr/dirmngr.c:1937 #, c-format msgid "SIGINT received - immediate shutdown\n" msgstr "" -#: dirmngr/dirmngr.c:1917 +#: dirmngr/dirmngr.c:1944 #, c-format msgid "signal %d received - no action defined\n" msgstr "" @@ -11654,7 +11659,7 @@ msgid "serialno missing in cert ID" msgstr "" #: dirmngr/server.c:1387 dirmngr/server.c:1473 dirmngr/server.c:1909 -#: dirmngr/server.c:1980 dirmngr/server.c:2552 dirmngr/server.c:2567 +#: dirmngr/server.c:1980 dirmngr/server.c:2556 dirmngr/server.c:2571 #, fuzzy, c-format #| msgid "sending line failed: %s\n" msgid "assuan_inquire failed: %s\n" @@ -11689,36 +11694,36 @@ msgstr "select baÅŸarısız: %s\n" msgid "max_replies %d exceeded\n" msgstr "" -#: dirmngr/server.c:2856 +#: dirmngr/server.c:2860 #, fuzzy, c-format #| msgid "cannot allocate outfile string: %s\n" msgid "can't allocate control structure: %s\n" msgstr "dosya dışı dizge ayrılamıyor: %s\n" -#: dirmngr/server.c:2867 +#: dirmngr/server.c:2871 #, fuzzy, c-format #| msgid "failed to create stream from socket: %s\n" msgid "failed to allocate assuan context: %s\n" msgstr "sokette akım oluÅŸturulamadı: %s\n" -#: dirmngr/server.c:2888 +#: dirmngr/server.c:2892 #, fuzzy, c-format #| msgid "failed to initialize the TrustDB: %s\n" msgid "failed to initialize the server: %s\n" msgstr "\"TrustDB\" güvence veritabanı baÅŸlangıç aÅŸamasında baÅŸarısız: %s\n" -#: dirmngr/server.c:2896 +#: dirmngr/server.c:2900 #, fuzzy, c-format #| msgid "failed to store the creation date: %s\n" msgid "failed to the register commands with Assuan: %s\n" msgstr "oluÅŸturma tarihinin saklanması baÅŸarısız oldu: %s\n" -#: dirmngr/server.c:2929 +#: dirmngr/server.c:2933 #, c-format msgid "Assuan accept problem: %s\n" msgstr "" -#: dirmngr/server.c:2948 +#: dirmngr/server.c:2952 #, fuzzy, c-format #| msgid "signing failed: %s\n" msgid "Assuan processing failed: %s\n" @@ -11886,76 +11891,76 @@ msgstr "bu oturumda çalışan gpg-agent yok\n" msgid "error sending standard options: %s\n" msgstr "standart seçenekler gönderilirken hata: %s\n" -#: tools/gpgconf-comp.c:647 +#: tools/gpgconf-comp.c:649 msgid "OpenPGP" msgstr "" -#: tools/gpgconf-comp.c:651 +#: tools/gpgconf-comp.c:653 msgid "S/MIME" msgstr "" -#: tools/gpgconf-comp.c:655 +#: tools/gpgconf-comp.c:657 #, fuzzy #| msgid "public key is %s\n" msgid "Public Keys" msgstr "genel anahtar: %s\n" -#: tools/gpgconf-comp.c:659 +#: tools/gpgconf-comp.c:661 msgid "Private Keys" msgstr "" -#: tools/gpgconf-comp.c:663 +#: tools/gpgconf-comp.c:665 msgid "Smartcards" msgstr "" -#: tools/gpgconf-comp.c:667 +#: tools/gpgconf-comp.c:669 msgid "TPM" msgstr "" -#: tools/gpgconf-comp.c:671 +#: tools/gpgconf-comp.c:673 msgid "Network" msgstr "" -#: tools/gpgconf-comp.c:675 +#: tools/gpgconf-comp.c:677 #, fuzzy #| msgid "Bad Passphrase" msgid "Passphrase Entry" msgstr "Anahtar Parolası hatalı" -#: tools/gpgconf-comp.c:939 +#: tools/gpgconf-comp.c:941 #, fuzzy #| msgid "Component not found" msgid "Component not suitable for launching" msgstr "BileÅŸen yok" -#: tools/gpgconf-comp.c:945 +#: tools/gpgconf-comp.c:947 #, fuzzy, c-format #| msgid "External verification of component %s failed" msgid "Configuration file of component %s is broken\n" msgstr "%s bileÅŸeninin harici doÄŸrulaması baÅŸarısız oldu" -#: tools/gpgconf-comp.c:948 +#: tools/gpgconf-comp.c:950 #, fuzzy, c-format #| msgid "Please use the command \"toggle\" first.\n" msgid "Note: Use the command \"%s%s\" to get details.\n" msgstr "lütfen önce \"seçmece\" komutunu kullanın.\n" -#: tools/gpgconf-comp.c:2811 +#: tools/gpgconf-comp.c:2816 #, c-format msgid "External verification of component %s failed" msgstr "%s bileÅŸeninin harici doÄŸrulaması baÅŸarısız oldu" -#: tools/gpgconf-comp.c:2941 +#: tools/gpgconf-comp.c:2946 msgid "Note that group specifications are ignored\n" msgstr "Grup belirtimlerinin yoksayıldığına dikkat edin\n" -#: tools/gpgconf-comp.c:3538 +#: tools/gpgconf-comp.c:3543 #, fuzzy, c-format #| msgid "error closing %s: %s\n" msgid "error closing '%s'\n" msgstr "%s kapanırken hata: %s\n" -#: tools/gpgconf-comp.c:3540 +#: tools/gpgconf-comp.c:3545 #, fuzzy, c-format #| msgid "error in `%s': %s\n" msgid "error parsing '%s'\n" @@ -12081,85 +12086,85 @@ msgstr "" "Standart girdiden verilen anahtar parolasını örüntü dosyasıyla " "karşılaÅŸtırır\n" -#: tools/gpg-card.c:2389 +#: tools/gpg-card.c:2390 #, fuzzy, c-format msgid "Note: key %s is already stored on the card!\n" msgstr "gizli anahtar zaten bir kartın üzerinde saklı\n" -#: tools/gpg-card.c:2392 +#: tools/gpg-card.c:2393 #, fuzzy, c-format msgid "Note: Keys are already stored on the card!\n" msgstr "gizli anahtar zaten bir kartın üzerinde saklı\n" -#: tools/gpg-card.c:2395 +#: tools/gpg-card.c:2396 #, fuzzy, c-format #| msgid "Replace existing keys? (y/N) " msgid "Replace existing key %s ? (y/N) " msgstr "Mevcut anahtarlar deÄŸiÅŸtirilsin mi? (e/H ya da y/N) " -#: tools/gpg-card.c:2548 tools/gpg-card.c:2711 tools/gpg-card.c:2934 -#: tools/gpg-card.c:3043 +#: tools/gpg-card.c:2549 tools/gpg-card.c:2712 tools/gpg-card.c:2935 +#: tools/gpg-card.c:3044 #, fuzzy, c-format #| msgid "OpenPGP card no. %s detected\n" msgid "%s card no. %s detected\n" msgstr "%s numaralı OpenPGP kartı saptandı\n" -#: tools/gpg-card.c:3395 +#: tools/gpg-card.c:3396 #, c-format msgid "User Interaction Flag is set to \"%s\" - can't change\n" msgstr "" -#: tools/gpg-card.c:3405 tools/gpg-card.c:3419 +#: tools/gpg-card.c:3406 tools/gpg-card.c:3420 #, c-format msgid "" "Warning: Setting the User Interaction Flag to \"%s\"\n" " can only be reverted using a factory reset!\n" msgstr "" -#: tools/gpg-card.c:3422 +#: tools/gpg-card.c:3423 #, c-format msgid "Please use \"uif --yes %d %s\"\n" msgstr "" -#: tools/gpg-card.c:3668 +#: tools/gpg-card.c:3669 #, fuzzy #| msgid " (certificate created at " msgid "authenticate to the card" msgstr " ( sertifikanın oluÅŸturuluÅŸu: " -#: tools/gpg-card.c:3670 +#: tools/gpg-card.c:3671 msgid "send a reset to the card daemon" msgstr "" -#: tools/gpg-card.c:3672 +#: tools/gpg-card.c:3673 msgid "setup KDF for PIN authentication" msgstr "" -#: tools/gpg-card.c:3674 +#: tools/gpg-card.c:3675 msgid "change a private data object" msgstr "" -#: tools/gpg-card.c:3675 +#: tools/gpg-card.c:3676 #, fuzzy #| msgid " (certificate created at " msgid "read a certificate from a data object" msgstr " ( sertifikanın oluÅŸturuluÅŸu: " -#: tools/gpg-card.c:3676 +#: tools/gpg-card.c:3677 #, fuzzy #| msgid " (certificate created at " msgid "store a certificate to a data object" msgstr " ( sertifikanın oluÅŸturuluÅŸu: " -#: tools/gpg-card.c:3677 +#: tools/gpg-card.c:3678 msgid "store a private key to a data object" msgstr "" -#: tools/gpg-card.c:3678 +#: tools/gpg-card.c:3679 msgid "Yubikey management commands" msgstr "" -#: tools/gpg-card.c:3680 +#: tools/gpg-card.c:3681 msgid "manage the command history" msgstr "" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: GNU gnupg 2.1.0\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2021-04-07 19:24+0200\n" +"POT-Creation-Date: 2021-04-20 12:38+0200\n" "PO-Revision-Date: 2020-08-31 11:54+0300\n" "Last-Translator: Yuri Chornoivan <yurchor@ukr.net>\n" "Language-Team: Ukrainian <kde-i18n-uk@kde.org>\n" @@ -214,24 +214,24 @@ msgstr "" "підтримки ключів ssh, що ÑкладаютьÑÑ Ð· понад %d бітів, не передбачено\n" #: agent/command-ssh.c:872 common/dotlock.c:852 g10/card-util.c:953 -#: g10/export.c:1329 g10/gpg.c:1430 g10/keygen.c:5327 g10/keyring.c:1319 +#: g10/export.c:1329 g10/gpg.c:1431 g10/keygen.c:5347 g10/keyring.c:1319 #: g10/keyring.c:1632 g10/openfile.c:293 g10/photoid.c:531 g10/photoid.c:549 -#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:478 +#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:479 #, c-format msgid "can't create '%s': %s\n" msgstr "не вдалоÑÑ Ñтворити «%s»: %s\n" #: agent/command-ssh.c:884 common/helpfile.c:57 g10/card-util.c:910 #: g10/dearmor.c:59 g10/dearmor.c:106 g10/decrypt.c:65 g10/decrypt.c:136 -#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1431 -#: g10/import.c:359 g10/import.c:546 g10/import.c:781 g10/keygen.c:4302 +#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1432 +#: g10/import.c:371 g10/import.c:558 g10/import.c:793 g10/keygen.c:4322 #: g10/keyring.c:1658 g10/openfile.c:197 g10/openfile.c:211 g10/plaintext.c:128 #: g10/plaintext.c:610 g10/sign.c:1086 g10/sign.c:1311 g10/sign.c:1424 #: g10/sign.c:1596 g10/tdbdump.c:143 g10/tdbdump.c:151 g10/tdbio.c:758 -#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2338 -#: sm/gpgsm.c:2368 sm/gpgsm.c:2406 sm/qualified.c:65 dirmngr/certcache.c:396 -#: dirmngr/certcache.c:476 dirmngr/certcache.c:478 dirmngr/crlcache.c:2588 -#: dirmngr/dirmngr.c:1711 tools/gpg-card.c:407 +#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2380 +#: sm/gpgsm.c:2410 sm/gpgsm.c:2448 sm/keylist.c:1737 sm/qualified.c:65 +#: dirmngr/certcache.c:396 dirmngr/certcache.c:476 dirmngr/certcache.c:478 +#: dirmngr/crlcache.c:2588 dirmngr/dirmngr.c:1720 tools/gpg-card.c:408 #, c-format msgid "can't open '%s': %s\n" msgstr "не вдалоÑÑ Ð²Ñ–Ð´ÐºÑ€Ð¸Ñ‚Ð¸ «%s»: %s\n" @@ -413,218 +413,218 @@ msgstr "Вкажіть пароль до%0Aз метою захиÑту вашо msgid "Please enter the new passphrase" msgstr "Вкажіть новий пароль" -#: agent/gpg-agent.c:161 scd/scdaemon.c:114 dirmngr/dirmngr.c:181 +#: agent/gpg-agent.c:162 scd/scdaemon.c:115 dirmngr/dirmngr.c:182 #, fuzzy #| msgid "Options useful for debugging" msgid "Options used for startup" msgstr "Параметри діагноÑтики" -#: agent/gpg-agent.c:163 scd/scdaemon.c:119 dirmngr/dirmngr.c:170 +#: agent/gpg-agent.c:164 scd/scdaemon.c:120 dirmngr/dirmngr.c:171 msgid "run in daemon mode (background)" msgstr "запуÑтити у режимі фонової Ñлужби (фоновий)" -#: agent/gpg-agent.c:164 scd/scdaemon.c:116 dirmngr/dirmngr.c:169 +#: agent/gpg-agent.c:165 scd/scdaemon.c:117 dirmngr/dirmngr.c:170 msgid "run in server mode (foreground)" msgstr "запуÑтити у режимі Ñервера (оÑновному)" -#: agent/gpg-agent.c:166 dirmngr/dirmngr.c:172 +#: agent/gpg-agent.c:167 dirmngr/dirmngr.c:173 msgid "run in supervised mode" msgstr "запуÑтити у режимі із наглÑдом" -#: agent/gpg-agent.c:168 scd/scdaemon.c:120 dirmngr/dirmngr.c:183 +#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 msgid "do not detach from the console" msgstr "не від’єднувати від конÑолі" -#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 +#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 msgid "sh-style command output" msgstr "Ð²Ð¸Ð²ÐµÐ´ÐµÐ½Ð½Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´ у форматі sh" -#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 +#: agent/gpg-agent.c:171 scd/scdaemon.c:123 dirmngr/dirmngr.c:186 msgid "csh-style command output" msgstr "Ð²Ð¸Ð²ÐµÐ´ÐµÐ½Ð½Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´ у форматі csh" -#: agent/gpg-agent.c:178 g10/gpg.c:588 scd/scdaemon.c:124 sm/gpgsm.c:419 -#: dirmngr/dirmngr.c:187 +#: agent/gpg-agent.c:179 g10/gpg.c:589 scd/scdaemon.c:125 sm/gpgsm.c:422 +#: dirmngr/dirmngr.c:188 msgid "|FILE|read options from FILE" msgstr "|FILE|прочитати параметри з вказаного файла" -#: agent/gpg-agent.c:182 g10/gpg.c:573 scd/scdaemon.c:128 sm/gpgsm.c:262 -#: dirmngr/dirmngr.c:191 +#: agent/gpg-agent.c:183 g10/gpg.c:574 scd/scdaemon.c:129 sm/gpgsm.c:265 +#: dirmngr/dirmngr.c:192 msgid "Options controlling the diagnostic output" msgstr "Параметри ÐºÐµÑ€ÑƒÐ²Ð°Ð½Ð½Ñ Ð´Ñ–Ð°Ð³Ð½Ð¾Ñтичним виводом" -#: agent/gpg-agent.c:184 g10/gpg.c:575 g10/gpgv.c:78 kbx/kbxutil.c:89 -#: scd/scdaemon.c:130 sm/gpgsm.c:264 dirmngr/dirmngr-client.c:69 -#: dirmngr/dirmngr.c:193 dirmngr/dirmngr_ldap.c:102 +#: agent/gpg-agent.c:185 g10/gpg.c:576 g10/gpgv.c:78 kbx/kbxutil.c:89 +#: scd/scdaemon.c:131 sm/gpgsm.c:267 dirmngr/dirmngr-client.c:69 +#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:102 #: tools/gpg-connect-agent.c:85 tools/gpgconf.c:111 msgid "verbose" msgstr "докладний режим" -#: agent/gpg-agent.c:185 g10/gpg.c:577 g10/gpgv.c:79 kbx/kbxutil.c:90 -#: scd/scdaemon.c:131 sm/gpgsm.c:266 dirmngr/dirmngr-client.c:70 -#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:103 +#: agent/gpg-agent.c:186 g10/gpg.c:578 g10/gpgv.c:79 kbx/kbxutil.c:90 +#: scd/scdaemon.c:132 sm/gpgsm.c:269 dirmngr/dirmngr-client.c:70 +#: dirmngr/dirmngr.c:195 dirmngr/dirmngr_ldap.c:103 msgid "be somewhat more quiet" msgstr "дещо зменшити кількіÑÑ‚ÑŒ повідомлень" -#: agent/gpg-agent.c:193 g10/gpg.c:592 sm/gpgsm.c:280 dirmngr/dirmngr.c:204 +#: agent/gpg-agent.c:194 g10/gpg.c:593 sm/gpgsm.c:283 dirmngr/dirmngr.c:205 msgid "|FILE|write server mode logs to FILE" msgstr "|FILE|запиÑувати журнал режиму Ñервера до файла" -#: agent/gpg-agent.c:197 g10/gpg.c:598 scd/scdaemon.c:145 sm/gpgsm.c:287 -#: dirmngr/dirmngr.c:208 +#: agent/gpg-agent.c:198 g10/gpg.c:599 scd/scdaemon.c:146 sm/gpgsm.c:290 +#: dirmngr/dirmngr.c:209 msgid "Options controlling the configuration" msgstr "Параметри ÐºÐµÑ€ÑƒÐ²Ð°Ð½Ð½Ñ Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñми" -#: agent/gpg-agent.c:200 +#: agent/gpg-agent.c:201 msgid "do not use the SCdaemon" msgstr "не викориÑтовувати SCdaemon" -#: agent/gpg-agent.c:202 +#: agent/gpg-agent.c:203 msgid "|PGM|use PGM as the SCdaemon program" msgstr "|PGM|викориÑтовувати вказану програму SCdaemon" -#: agent/gpg-agent.c:204 +#: agent/gpg-agent.c:205 #, fuzzy #| msgid "|PGM|use PGM as the SCdaemon program" msgid "|PGM|use PGM as the tpm2daemon program" msgstr "|PGM|викориÑтовувати вказану програму SCdaemon" -#: agent/gpg-agent.c:208 +#: agent/gpg-agent.c:209 msgid "|NAME|accept some commands via NAME" msgstr "|NAME|приймати певні команди через NAME" -#: agent/gpg-agent.c:212 +#: agent/gpg-agent.c:213 msgid "ignore requests to change the TTY" msgstr "ігнорувати запити щодо зміни TTY" -#: agent/gpg-agent.c:214 +#: agent/gpg-agent.c:215 msgid "ignore requests to change the X display" msgstr "ігнорувати запити щодо зміни графічного диÑплеÑ" -#: agent/gpg-agent.c:215 +#: agent/gpg-agent.c:216 msgid "enable ssh support" msgstr "увімкнути підтримку ssh" -#: agent/gpg-agent.c:217 +#: agent/gpg-agent.c:218 msgid "|ALGO|use ALGO to show ssh fingerprints" msgstr "|ÐЛГО|викориÑтати алгоритм ÐЛГО Ð´Ð»Ñ Ð¿Ð¾ÐºÐ°Ð·Ñƒ відбитків ssh" -#: agent/gpg-agent.c:220 +#: agent/gpg-agent.c:221 msgid "enable putty support" msgstr "увімкнути підтримку putty" -#: agent/gpg-agent.c:232 g10/gpg.c:843 scd/scdaemon.c:175 sm/gpgsm.c:379 +#: agent/gpg-agent.c:233 g10/gpg.c:844 scd/scdaemon.c:176 sm/gpgsm.c:382 msgid "Options controlling the security" msgstr "Параметри ÐºÐµÑ€ÑƒÐ²Ð°Ð½Ð½Ñ Ð·Ð°Ñ…Ð¸Ñтом" -#: agent/gpg-agent.c:235 +#: agent/gpg-agent.c:236 msgid "|N|expire cached PINs after N seconds" msgstr "|N|вважати кешовані пінкоди за вказану кількіÑÑ‚ÑŒ Ñекунд" -#: agent/gpg-agent.c:237 +#: agent/gpg-agent.c:238 msgid "|N|expire SSH keys after N seconds" msgstr "|N|завершувати Ñтрок дії ключів SSH за N Ñекунд" -#: agent/gpg-agent.c:239 +#: agent/gpg-agent.c:240 msgid "|N|set maximum PIN cache lifetime to N seconds" msgstr "|N|вÑтановити макÑимальний Ñтрок дії кешу пінкодів у Ñекундах" -#: agent/gpg-agent.c:241 +#: agent/gpg-agent.c:242 msgid "|N|set maximum SSH key lifetime to N seconds" msgstr "|N|вÑтановити макÑимальний Ñтрок дії ключа SSH у Ñекундах" -#: agent/gpg-agent.c:243 +#: agent/gpg-agent.c:244 msgid "do not use the PIN cache when signing" msgstr "не викориÑтовувати кеш пін-кодів Ð´Ð»Ñ Ð¿Ñ–Ð´Ð¿Ð¸ÑуваннÑ" -#: agent/gpg-agent.c:245 +#: agent/gpg-agent.c:246 msgid "disallow the use of an external password cache" msgstr "заборонити викориÑÑ‚Ð°Ð½Ð½Ñ Ð·Ð¾Ð²Ð½Ñ–ÑˆÐ½ÑŒÐ¾Ð³Ð¾ кешу паролів" -#: agent/gpg-agent.c:247 +#: agent/gpg-agent.c:248 msgid "disallow clients to mark keys as \"trusted\"" msgstr "заборонити клієнтам позначати ключі Ñк надійні" -#: agent/gpg-agent.c:250 +#: agent/gpg-agent.c:251 msgid "allow presetting passphrase" msgstr "дозволити попереднє вÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð¿Ð°Ñ€Ð¾Ð»Ñ" -#: agent/gpg-agent.c:255 +#: agent/gpg-agent.c:256 msgid "Options enforcing a passphrase policy" msgstr "Параметри примуÑового викориÑÑ‚Ð°Ð½Ð½Ñ Ð¿Ñ€Ð°Ð²Ð¸Ð» паролів" -#: agent/gpg-agent.c:258 +#: agent/gpg-agent.c:259 msgid "do not allow bypassing the passphrase policy" msgstr "не дозволÑти обхід правил паролів" -#: agent/gpg-agent.c:260 +#: agent/gpg-agent.c:261 msgid "|N|set minimal required length for new passphrases to N" msgstr "|N|вÑтановити вказану мінімальну довжину нових паролів" -#: agent/gpg-agent.c:262 +#: agent/gpg-agent.c:263 msgid "|N|require at least N non-alpha characters for a new passphrase" msgstr "|N|вимагати у нових паролÑÑ… не менше вказаної кількоÑÑ‚Ñ– нелітер" -#: agent/gpg-agent.c:265 +#: agent/gpg-agent.c:266 msgid "|FILE|check new passphrases against pattern in FILE" msgstr "|FILE|перевірÑти нові паролі за зразком з вказаного файла" -#: agent/gpg-agent.c:267 +#: agent/gpg-agent.c:268 msgid "|N|expire the passphrase after N days" msgstr "|N|завершувати Ñтрок дії паролів за вказану кількіÑÑ‚ÑŒ днів" -#: agent/gpg-agent.c:269 +#: agent/gpg-agent.c:270 msgid "do not allow the reuse of old passphrases" msgstr "не дозволÑти повторне викориÑÑ‚Ð°Ð½Ð½Ñ Ñтарих паролів" -#: agent/gpg-agent.c:272 +#: agent/gpg-agent.c:273 #, fuzzy #| msgid "Options controlling the security" msgid "Options controlling the PIN-Entry" msgstr "Параметри ÐºÐµÑ€ÑƒÐ²Ð°Ð½Ð½Ñ Ð·Ð°Ñ…Ð¸Ñтом" -#: agent/gpg-agent.c:274 +#: agent/gpg-agent.c:275 msgid "never use the PIN-entry" msgstr "" -#: agent/gpg-agent.c:276 +#: agent/gpg-agent.c:277 msgid "disallow caller to override the pinentry" msgstr "заборонити функції виклику перевизначати pinentry" -#: agent/gpg-agent.c:278 +#: agent/gpg-agent.c:279 #, fuzzy #| msgid "do not grab keyboard and mouse" msgid "let PIN-Entry grab keyboard and mouse" msgstr "не захоплювати ÐºÐµÑ€ÑƒÐ²Ð°Ð½Ð½Ñ ÐºÐ»Ð°Ð²Ñ–Ð°Ñ‚ÑƒÑ€Ð¾ÑŽ Ñ– мишею" -#: agent/gpg-agent.c:281 +#: agent/gpg-agent.c:282 msgid "|PGM|use PGM as the PIN-Entry program" msgstr "|PGM|викориÑтовувати вказану програму пінзапиÑів" -#: agent/gpg-agent.c:285 +#: agent/gpg-agent.c:286 msgid "|N|set the Pinentry timeout to N seconds" msgstr "|N|вÑтановити вказаний Ñ‡Ð°Ñ Ð¾Ñ‡Ñ–ÐºÑƒÐ²Ð°Ð½Ð½Ñ Pinentry у Ñекундах" -#: agent/gpg-agent.c:287 +#: agent/gpg-agent.c:288 msgid "allow passphrase to be prompted through Emacs" msgstr "дозволити запит Ð¿Ð°Ñ€Ð¾Ð»Ñ Ð· Emacs" #. TRANSLATORS: @EMAIL@ will get replaced by the actual bug #. reporting address. This is so that we can change the #. reporting address without breaking the translations. -#: agent/gpg-agent.c:550 agent/preset-passphrase.c:99 agent/protect-tool.c:154 -#: g10/gpg.c:1131 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:311 -#: sm/gpgsm.c:609 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:437 +#: agent/gpg-agent.c:551 agent/preset-passphrase.c:99 agent/protect-tool.c:154 +#: g10/gpg.c:1132 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:312 +#: sm/gpgsm.c:612 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:438 #: dirmngr/dirmngr_ldap.c:175 tools/gpg-connect-agent.c:220 tools/gpgconf.c:151 #: tools/gpg-check-pattern.c:143 msgid "Please report bugs to <@EMAIL@>.\n" msgstr "Будь лаÑка, надÑилайте Ð¿Ð¾Ð²Ñ–Ð´Ð¾Ð¼Ð»ÐµÐ½Ð½Ñ Ð¿Ñ€Ð¾ помилки на <@EMAIL@>.\n" -#: agent/gpg-agent.c:559 +#: agent/gpg-agent.c:560 msgid "Usage: @GPG_AGENT@ [options] (-h for help)" msgstr "ВикориÑтаннÑ: @GPG_AGENT@ [параметри] (-h — довідка)" -#: agent/gpg-agent.c:561 +#: agent/gpg-agent.c:562 msgid "" "Syntax: @GPG_AGENT@ [options] [command [args]]\n" "Secret key management for @GNUPG@\n" @@ -632,127 +632,127 @@ msgstr "" "СинтакÑиÑ: @GPG_AGENT@ [параметри] [команда [аргументи]]\n" "ÐšÐµÑ€ÑƒÐ²Ð°Ð½Ð½Ñ Ð·Ð°ÐºÑ€Ð¸Ñ‚Ð¸Ð¼Ð¸ ключами у @GNUPG@\n" -#: agent/gpg-agent.c:606 g10/gpg.c:1336 scd/scdaemon.c:383 sm/gpgsm.c:757 -#: dirmngr/dirmngr.c:521 +#: agent/gpg-agent.c:607 g10/gpg.c:1337 scd/scdaemon.c:384 sm/gpgsm.c:760 +#: dirmngr/dirmngr.c:522 #, c-format msgid "invalid debug-level '%s' given\n" msgstr "вказано некоректне Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ñ€Ñ–Ð²Ð½Ñ Ð´Ñ–Ð°Ð³Ð½Ð¾Ñтики «%s»\n" -#: agent/gpg-agent.c:971 g10/gpg.c:3879 g10/gpg.c:3903 sm/gpgsm.c:1736 -#: sm/gpgsm.c:1742 +#: agent/gpg-agent.c:972 g10/gpg.c:3910 g10/gpg.c:3934 sm/gpgsm.c:1769 +#: sm/gpgsm.c:1775 #, c-format msgid "selected digest algorithm is invalid\n" msgstr "вибраний алгоритм побудови контрольних Ñум Ñ” некоректним\n" -#: agent/gpg-agent.c:1195 agent/gpg-agent.c:2010 g10/gpg.c:2588 -#: scd/scdaemon.c:548 sm/gpgsm.c:1151 dirmngr/dirmngr.c:988 -#: dirmngr/dirmngr.c:1830 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:2019 common/comopt.c:93 +#: g10/gpg.c:2591 scd/scdaemon.c:549 sm/gpgsm.c:1155 dirmngr/dirmngr.c:989 +#: dirmngr/dirmngr.c:1840 #, c-format msgid "reading options from '%s'\n" msgstr "прочитати параметри з «%s»\n" -#: agent/gpg-agent.c:1327 g10/gpg.c:3830 scd/scdaemon.c:675 sm/gpgsm.c:1676 -#: dirmngr/dirmngr.c:1099 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 +#: agent/gpg-agent.c:1335 g10/gpg.c:3861 scd/scdaemon.c:687 sm/gpgsm.c:1709 +#: dirmngr/dirmngr.c:1108 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 #, c-format msgid "Note: '%s' is not considered an option\n" msgstr "ЗÐУВÐЖЕÐÐЯ: %s не призначено Ð´Ð»Ñ Ð·Ð²Ð¸Ñ‡Ð°Ð¹Ð½Ð¾Ð³Ð¾ викориÑтаннÑ!\n" -#: agent/gpg-agent.c:2146 scd/scdaemon.c:1096 dirmngr/dirmngr.c:1258 +#: agent/gpg-agent.c:2172 scd/scdaemon.c:1108 dirmngr/dirmngr.c:1267 #, c-format msgid "can't create socket: %s\n" msgstr "не вдалоÑÑ Ñтворити Ñокет: %s\n" -#: agent/gpg-agent.c:2163 scd/scdaemon.c:1109 dirmngr/dirmngr.c:1271 +#: agent/gpg-agent.c:2189 scd/scdaemon.c:1121 dirmngr/dirmngr.c:1280 #, c-format msgid "socket name '%s' is too long\n" msgstr "назва Ñокета «%s» Ñ” надто довгою\n" -#: agent/gpg-agent.c:2202 +#: agent/gpg-agent.c:2228 #, c-format msgid "a gpg-agent is already running - not starting a new one\n" msgstr "gpg-agent вже запущено, потреби у запуÑку нової копії немає\n" -#: agent/gpg-agent.c:2213 scd/scdaemon.c:1133 dirmngr/dirmngr.c:1303 +#: agent/gpg-agent.c:2239 scd/scdaemon.c:1145 dirmngr/dirmngr.c:1312 #, c-format msgid "error getting nonce for the socket\n" msgstr "помилка під Ñ‡Ð°Ñ Ñпроби Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ð½Ð½Ñ Ð¿Ð¾Ñ‚Ð¾Ñ‡Ð½Ð¾Ð³Ð¾ Ñтану Ñокета\n" -#: agent/gpg-agent.c:2218 scd/scdaemon.c:1136 dirmngr/dirmngr.c:1306 +#: agent/gpg-agent.c:2244 scd/scdaemon.c:1148 dirmngr/dirmngr.c:1315 #, c-format msgid "error binding socket to '%s': %s\n" msgstr "помилка під Ñ‡Ð°Ñ Ñпроби прив’ÑÐ·ÑƒÐ²Ð°Ð½Ð½Ñ Ñокета до «%s»: %s\n" -#: agent/gpg-agent.c:2229 agent/gpg-agent.c:2269 agent/gpg-agent.c:2278 -#: scd/scdaemon.c:1144 dirmngr/dirmngr.c:1315 +#: agent/gpg-agent.c:2255 agent/gpg-agent.c:2295 agent/gpg-agent.c:2304 +#: scd/scdaemon.c:1156 dirmngr/dirmngr.c:1324 #, c-format msgid "can't set permissions of '%s': %s\n" msgstr "не вдалоÑÑ Ð²Ñтановити права доÑтупу до «%s»: %s\n" -#: agent/gpg-agent.c:2243 scd/scdaemon.c:1156 dirmngr/dirmngr.c:1327 +#: agent/gpg-agent.c:2269 scd/scdaemon.c:1168 dirmngr/dirmngr.c:1336 #, c-format msgid "listening on socket '%s'\n" msgstr "Ð¾Ñ‡Ñ–ÐºÑƒÐ²Ð°Ð½Ð½Ñ Ð´Ð°Ð½Ð¸Ñ… на Ñокеті «%s»\n" -#: agent/gpg-agent.c:2263 agent/gpg-agent.c:2316 common/homedir.c:517 +#: agent/gpg-agent.c:2289 agent/gpg-agent.c:2342 common/homedir.c:517 #: g10/openfile.c:399 g10/photoid.c:379 #, c-format msgid "can't create directory '%s': %s\n" msgstr "не вдалоÑÑ Ñтворити каталог «%s»: %s\n" -#: agent/gpg-agent.c:2266 agent/gpg-agent.c:2321 common/homedir.c:520 +#: agent/gpg-agent.c:2292 agent/gpg-agent.c:2347 common/homedir.c:520 #: g10/openfile.c:402 #, c-format msgid "directory '%s' created\n" msgstr "Ñтворено каталог «%s»\n" -#: agent/gpg-agent.c:2327 +#: agent/gpg-agent.c:2353 #, c-format msgid "stat() failed for '%s': %s\n" msgstr "помилка stat() щодо «%s»: %s\n" -#: agent/gpg-agent.c:2331 +#: agent/gpg-agent.c:2357 #, c-format msgid "can't use '%s' as home directory\n" msgstr "не можна викориÑтовувати Ñк домашній каталог «%s»\n" -#: agent/gpg-agent.c:2486 scd/scdaemon.c:1172 dirmngr/dirmngr.c:2042 +#: agent/gpg-agent.c:2512 scd/scdaemon.c:1184 dirmngr/dirmngr.c:2069 #, c-format msgid "error reading nonce on fd %d: %s\n" msgstr "" "помилка під Ñ‡Ð°Ñ Ñпроби Ñ‡Ð¸Ñ‚Ð°Ð½Ð½Ñ Ð¿Ð¾Ñ‚Ð¾Ñ‡Ð½Ð¾Ð³Ð¾ Ñтану на файловому деÑкрипторі %d: " "%s\n" -#: agent/gpg-agent.c:2693 +#: agent/gpg-agent.c:2719 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "запущено обробки 0x%lx Ð´Ð»Ñ Ñ„Ð°Ð¹Ð»Ð¾Ð²Ð¾Ð³Ð¾ деÑкриптора %d\n" -#: agent/gpg-agent.c:2698 +#: agent/gpg-agent.c:2724 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "обробник 0x%lx деÑкриптора файла %d завершив роботу\n" -#: agent/gpg-agent.c:2773 +#: agent/gpg-agent.c:2799 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "запущено обробник ssh 0x%lx Ð´Ð»Ñ Ð´ÐµÑкриптора файла %d\n" -#: agent/gpg-agent.c:2778 +#: agent/gpg-agent.c:2804 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "обробник ssh 0x%lx деÑкриптора файла %d завершив роботу\n" -#: agent/gpg-agent.c:3000 scd/scdaemon.c:1362 dirmngr/dirmngr.c:2256 +#: agent/gpg-agent.c:3026 scd/scdaemon.c:1374 dirmngr/dirmngr.c:2283 #, c-format msgid "npth_pselect failed: %s - waiting 1s\n" msgstr "помилка pth_select: %s — Ð¾Ñ‡Ñ–ÐºÑƒÐ²Ð°Ð½Ð½Ñ Ñƒ 1 Ñ\n" -#: agent/gpg-agent.c:3088 scd/scdaemon.c:1427 +#: agent/gpg-agent.c:3114 scd/scdaemon.c:1439 #, c-format msgid "%s %s stopped\n" msgstr "%s %s зупинено\n" -#: agent/gpg-agent.c:3226 common/simple-pwquery.c:247 g10/call-agent.c:260 +#: agent/gpg-agent.c:3252 common/simple-pwquery.c:247 g10/call-agent.c:260 #: sm/call-agent.c:131 tools/gpg-connect-agent.c:2319 tools/card-call-scd.c:311 #, c-format msgid "no gpg-agent running in this session\n" @@ -779,8 +779,8 @@ msgstr "" "СинтакÑиÑ: gpg-preset-passphrase [параметри] KEYGRIP\n" "ÐšÐµÑ€ÑƒÐ²Ð°Ð½Ð½Ñ ÐºÐµÑˆÐµÐ¼ паролів\n" -#: agent/protect-tool.c:107 g10/gpg.c:447 kbx/kbxutil.c:72 sm/gpgsm.c:213 -#: dirmngr/dirmngr.c:167 tools/gpgconf.c:81 +#: agent/protect-tool.c:107 g10/gpg.c:448 kbx/kbxutil.c:72 sm/gpgsm.c:215 +#: dirmngr/dirmngr.c:168 tools/gpgconf.c:81 msgid "" "@Commands:\n" " " @@ -1037,7 +1037,7 @@ msgid "error creating a stream for a pipe: %s\n" msgstr "помилка під Ñ‡Ð°Ñ Ñпроби ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð¿Ð¾Ñ‚Ð¾ÐºÑƒ Ð´Ð»Ñ ÐºÐ°Ð½Ð°Ð»Ñƒ: %s\n" #: common/exechelp-posix.c:505 common/exechelp-posix.c:580 -#: common/exechelp-posix.c:861 dirmngr/dirmngr.c:1345 +#: common/exechelp-posix.c:866 dirmngr/dirmngr.c:1354 #, c-format msgid "error forking process: %s\n" msgstr "помилка під Ñ‡Ð°Ñ Ñпроби Ñ€Ð¾Ð·Ð³Ð°Ð»ÑƒÐ¶ÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ñ€Ð¾Ñ†ÐµÑу: %s\n" @@ -1047,24 +1047,24 @@ msgstr "помилка під Ñ‡Ð°Ñ Ñпроби Ñ€Ð¾Ð·Ð³Ð°Ð»ÑƒÐ¶ÑƒÐ²Ð°Ð½Ð½Ñ Ð msgid "waiting for process %d to terminate failed: %s\n" msgstr "не вдалоÑÑ Ð´Ð¾Ñ‡ÐµÐºÐ°Ñ‚Ð¸ÑÑ Ð·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ð½Ñ Ð¿Ñ€Ð¾Ñ†ÐµÑу %d: %s\n" -#: common/exechelp-posix.c:688 common/exechelp-posix.c:804 +#: common/exechelp-posix.c:688 common/exechelp-posix.c:809 #, c-format msgid "error running '%s': probably not installed\n" msgstr "" "помилка під Ñ‡Ð°Ñ Ñпроби Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ Â«%s»: ймовірно, програму не вÑтановлено\n" -#: common/exechelp-posix.c:694 common/exechelp-posix.c:811 +#: common/exechelp-posix.c:694 common/exechelp-posix.c:816 #: common/exechelp-w32.c:839 common/exechelp-w32ce.c:782 #, c-format msgid "error running '%s': exit status %d\n" msgstr "помилка під Ñ‡Ð°Ñ Ñпроби Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ Â«%s»: Ñтан виходу %d\n" -#: common/exechelp-posix.c:702 common/exechelp-posix.c:819 +#: common/exechelp-posix.c:702 common/exechelp-posix.c:824 #, c-format msgid "error running '%s': terminated\n" msgstr "помилка під Ñ‡Ð°Ñ Ñпроби Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ Â«%s»: Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ Ð¿ÐµÑ€ÐµÑ€Ð²Ð°Ð½Ð¾\n" -#: common/exechelp-posix.c:760 common/exechelp-w32.c:820 +#: common/exechelp-posix.c:765 common/exechelp-w32.c:820 #, c-format msgid "waiting for processes to terminate failed: %s\n" msgstr "не вдалоÑÑ Ð´Ð¾Ñ‡ÐµÐºÐ°Ñ‚Ð¸ÑÑ Ð¿ÐµÑ€ÐµÑ€Ð¸Ð²Ð°Ð½Ð½Ñ Ð¿Ñ€Ð¾Ñ†ÐµÑу: %s\n" @@ -1110,7 +1110,7 @@ msgid "renaming '%s' to '%s' failed: %s\n" msgstr "Ñпроба Ð¿ÐµÑ€ÐµÐ¹Ð¼ÐµÐ½ÑƒÐ²Ð°Ð½Ð½Ñ Â«%s» на «%s» зазнала невдачі: %s\n" #. TRANSLATORS: See doc/TRANSLATE about this string. -#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3081 +#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3082 msgid "yes" msgstr "yes|так" @@ -1166,7 +1166,7 @@ msgid "out of core while allocating %lu bytes" msgstr "вихід за межі облаÑÑ‚Ñ– під Ñ‡Ð°Ñ Ñпроби Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ð½Ð½Ñ %lu байтів" #: common/miscellaneous.c:115 g10/card-util.c:917 tools/no-libgcrypt.c:30 -#: tools/gpg-card.c:415 +#: tools/gpg-card.c:416 #, c-format msgid "error allocating enough memory: %s\n" msgstr "помилка під Ñ‡Ð°Ñ Ñпроби розподілу пам’ÑÑ‚Ñ–: %s\n" @@ -1242,7 +1242,7 @@ msgstr "помилка під Ñ‡Ð°Ñ Ñпроби Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ð½Ð½Ñ Ð´Ð°Ð½Ð¸Ñ… msgid "server '%s' is older than us (%s < %s)" msgstr "Ñервер «%s» має верÑÑ–ÑŽ, Ñтарішу за нашу (%s < %s)" -#: common/asshelp.c:737 g10/call-dirmngr.c:407 +#: common/asshelp.c:737 g10/call-dirmngr.c:408 #, c-format msgid "WARNING: %s\n" msgstr "УВÐГÐ: %s\n" @@ -1521,8 +1521,8 @@ msgstr "Ð±Ð»Ð¾ÐºÑƒÐ²Ð°Ð½Ð½Ñ Â«%s» не виконано: %s\n" msgid "waiting for lock %s...\n" msgstr "Ð¾Ñ‡Ñ–ÐºÑƒÐ²Ð°Ð½Ð½Ñ Ð½Ð° Ð±Ð»Ð¾ÐºÑƒÐ²Ð°Ð½Ð½Ñ %s…\n" -#: common/init.c:191 sm/gpgsm.c:1032 dirmngr/dirmngr.c:894 -#: dirmngr/dirmngr.c:903 +#: common/init.c:191 sm/gpgsm.c:1036 dirmngr/dirmngr.c:895 +#: dirmngr/dirmngr.c:904 #, c-format msgid "%s is too old (need %s, have %s)\n" msgstr "%s Ñ” занадто заÑтарілою (потрібно %s, маємо %s)\n" @@ -1691,59 +1691,59 @@ msgstr "помилка Ñ‡Ð¸Ñ‚Ð°Ð½Ð½Ñ Ð· %s: %s\n" msgid "problem with the agent: %s\n" msgstr "проблема з агентом: %s\n" -#: g10/call-dirmngr.c:178 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 +#: g10/call-dirmngr.c:179 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 #, c-format msgid "no dirmngr running in this session\n" msgstr "у цьому ÑеанÑÑ– не запущено dirmngr\n" -#: g10/call-dirmngr.c:212 +#: g10/call-dirmngr.c:213 #, fuzzy, c-format #| msgid "you may not use %s while in %s mode\n" msgid "keyserver option \"honor-keyserver-url\" may not be used in Tor mode\n" msgstr "не можна викориÑтовувати %s у режимі %s\n" -#: g10/call-dirmngr.c:385 +#: g10/call-dirmngr.c:386 msgid "WKD uses a cached result" msgstr "" -#: g10/call-dirmngr.c:388 +#: g10/call-dirmngr.c:389 msgid "Tor is not running" msgstr "" -#: g10/call-dirmngr.c:390 +#: g10/call-dirmngr.c:391 #, fuzzy #| msgid "\"%s\" is not a fingerprint\n" msgid "Tor is not properly configured" msgstr "«%s» не Ñ” відбитком\n" -#: g10/call-dirmngr.c:392 +#: g10/call-dirmngr.c:393 #, fuzzy #| msgid "\"%s\" is not a fingerprint\n" msgid "DNS is not properly configured" msgstr "«%s» не Ñ” відбитком\n" -#: g10/call-dirmngr.c:394 +#: g10/call-dirmngr.c:395 msgid "unacceptable HTTP redirect from server" msgstr "" -#: g10/call-dirmngr.c:396 +#: g10/call-dirmngr.c:397 msgid "unacceptable HTTP redirect from server was cleaned up" msgstr "" -#: g10/call-dirmngr.c:398 +#: g10/call-dirmngr.c:399 #, fuzzy #| msgid "generate a revocation certificate" msgid "server uses an invalid certificate" msgstr "Ñтворити Ñертифікат відкликаннÑ" -#: g10/call-dirmngr.c:405 g10/gpg.c:4568 +#: g10/call-dirmngr.c:406 g10/gpg.c:4599 #, fuzzy, c-format #| msgid "armor: %s\n" msgid "Note: %s\n" msgstr "формат ASCII: %s\n" #: g10/card-util.c:86 g10/card-util.c:369 g10/card-util.c:1924 -#: tools/gpg-card.c:3038 +#: tools/gpg-card.c:3039 #, c-format msgid "OpenPGP card not available: %s\n" msgstr "Ðе вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ доÑтуп до картки OpenPGP: %s\n" @@ -1754,17 +1754,17 @@ msgid "OpenPGP card no. %s detected\n" msgstr "ВиÑвлено картку OpenPGP з номером %s\n" #: g10/card-util.c:97 g10/card-util.c:2309 g10/delkey.c:164 g10/keyedit.c:1428 -#: g10/keygen.c:4771 g10/revoke.c:214 g10/revoke.c:638 +#: g10/keygen.c:4791 g10/revoke.c:214 g10/revoke.c:638 #, c-format msgid "can't do this in batch mode\n" msgstr "це не можна робити у пакетному режимі\n" -#: g10/card-util.c:105 tools/gpg-card.c:2942 +#: g10/card-util.c:105 tools/gpg-card.c:2943 #, c-format msgid "This command is only available for version 2 cards\n" msgstr "Цією командою можна кориÑтуватиÑÑ Ð»Ð¸ÑˆÐµ Ð´Ð»Ñ ÐºÐ°Ñ€Ñ‚Ð¾Ðº верÑÑ–Ñ— 2\n" -#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2947 +#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2948 #, c-format msgid "Reset Code not or not anymore available\n" msgstr "Ðемає коду ÑÐºÐ¸Ð´Ð°Ð½Ð½Ñ Ð°Ð±Ð¾ код ÑÐºÐ¸Ð´Ð°Ð½Ð½Ñ Ð²Ð¶Ðµ недоÑтупний\n" @@ -1773,110 +1773,110 @@ msgstr "Ðемає коду ÑÐºÐ¸Ð´Ð°Ð½Ð½Ñ Ð°Ð±Ð¾ код ÑÐºÐ¸Ð´Ð°Ð½Ð½Ñ Ð²Ð¶ #: g10/card-util.c:1802 g10/keyedit.c:394 g10/keyedit.c:415 g10/keyedit.c:429 #: g10/keygen.c:1991 g10/keygen.c:2165 g10/keygen.c:2385 g10/keygen.c:2685 #: sm/certreqgen-ui.c:166 sm/certreqgen-ui.c:292 sm/certreqgen-ui.c:326 -#: tools/gpg-card.c:509 +#: tools/gpg-card.c:510 msgid "Your selection? " msgstr "Ваш вибір? " -#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:595 -#: tools/gpg-card.c:635 +#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:596 +#: tools/gpg-card.c:636 msgid "[not set]" msgstr "[не вÑтановлено]" -#: g10/card-util.c:558 tools/gpg-card.c:902 +#: g10/card-util.c:558 tools/gpg-card.c:903 msgid "Mr." msgstr "" -#: g10/card-util.c:559 tools/gpg-card.c:903 +#: g10/card-util.c:559 tools/gpg-card.c:904 msgid "Ms." msgstr "" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 msgid "not forced" msgstr "не увімкнено" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 msgid "forced" msgstr "увімкнено" -#: g10/card-util.c:768 tools/gpg-card.c:1467 +#: g10/card-util.c:768 tools/gpg-card.c:1468 msgid "Error: Only plain ASCII is currently allowed.\n" msgstr "" "Помилка: у поточній верÑÑ–Ñ— можна викориÑтовувати лише звичайний ASCII.\n" -#: g10/card-util.c:770 tools/gpg-card.c:1469 +#: g10/card-util.c:770 tools/gpg-card.c:1470 msgid "Error: The \"<\" character may not be used.\n" msgstr "Помилка: Ñимвол «<» не можна викориÑтовувати.\n" -#: g10/card-util.c:772 tools/gpg-card.c:1471 +#: g10/card-util.c:772 tools/gpg-card.c:1472 msgid "Error: Double spaces are not allowed.\n" msgstr "Помилка: не можна викориÑтовувати подвійні пробіли.\n" -#: g10/card-util.c:789 tools/gpg-card.c:1504 +#: g10/card-util.c:789 tools/gpg-card.c:1505 msgid "Cardholder's surname: " msgstr "Прізвище влаÑника картки: " -#: g10/card-util.c:791 tools/gpg-card.c:1505 +#: g10/card-util.c:791 tools/gpg-card.c:1506 msgid "Cardholder's given name: " msgstr "Ð†Ð¼â€™Ñ Ð²Ð»Ð°Ñника картки: " -#: g10/card-util.c:809 tools/gpg-card.c:1522 +#: g10/card-util.c:809 tools/gpg-card.c:1523 #, c-format msgid "Error: Combined name too long (limit is %d characters).\n" msgstr "Помилка: Ñкладена назва Ñ” занадто довгою (макÑимум — %d Ñимволів).\n" -#: g10/card-util.c:830 tools/gpg-card.c:1560 +#: g10/card-util.c:830 tools/gpg-card.c:1561 msgid "URL to retrieve public key: " msgstr "ÐдреÑа Ð´Ð»Ñ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ð½Ð½Ñ Ð²Ñ–Ð´ÐºÑ€Ð¸Ñ‚Ð¾Ð³Ð¾ ключа: " -#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:394 g10/import.c:744 -#: g10/import.c:803 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 -#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1657 -#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:425 +#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:406 g10/import.c:756 +#: g10/import.c:815 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 +#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1666 +#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:426 #, c-format msgid "error reading '%s': %s\n" msgstr "помилка під Ñ‡Ð°Ñ Ñпроби Ñ‡Ð¸Ñ‚Ð°Ð½Ð½Ñ Â«%s»: %s\n" #: g10/card-util.c:959 g10/decrypt-data.c:498 g10/export.c:2496 -#: dirmngr/crlcache.c:925 tools/gpg-card.c:485 tools/gpg-card.c:492 +#: dirmngr/crlcache.c:925 tools/gpg-card.c:486 tools/gpg-card.c:493 #, c-format msgid "error writing '%s': %s\n" msgstr "помилка під Ñ‡Ð°Ñ Ñпроби Ñ‡Ð¸Ñ‚Ð°Ð½Ð½Ñ Â«%s»: %s\n" -#: g10/card-util.c:986 tools/gpg-card.c:1649 +#: g10/card-util.c:986 tools/gpg-card.c:1650 msgid "Login data (account name): " msgstr "Дані кориÑтувача (назва запиÑу): " -#: g10/card-util.c:1024 tools/gpg-card.c:1944 +#: g10/card-util.c:1024 tools/gpg-card.c:1945 msgid "Private DO data: " msgstr "ОÑобиÑÑ‚Ñ– дані DO: " -#: g10/card-util.c:1109 tools/gpg-card.c:1698 +#: g10/card-util.c:1109 tools/gpg-card.c:1699 msgid "Language preferences: " msgstr "ОÑновна мова: " -#: g10/card-util.c:1117 tools/gpg-card.c:1709 +#: g10/card-util.c:1117 tools/gpg-card.c:1710 #, c-format msgid "Error: invalid length of preference string.\n" msgstr "Помилка: некоректна довжина Ñ€Ñдка оÑновної мови.\n" -#: g10/card-util.c:1126 tools/gpg-card.c:1718 +#: g10/card-util.c:1126 tools/gpg-card.c:1719 #, c-format msgid "Error: invalid characters in preference string.\n" msgstr "Помилка: некоректні Ñимволи у Ñ€Ñдку оÑновної мови.\n" -#: g10/card-util.c:1148 tools/gpg-card.c:1752 +#: g10/card-util.c:1148 tools/gpg-card.c:1753 msgid "Salutation (M = Mr., F = Ms., or space): " msgstr "" -#: g10/card-util.c:1162 tools/gpg-card.c:1769 +#: g10/card-util.c:1162 tools/gpg-card.c:1770 msgid "Error: invalid response.\n" msgstr "Помилка: некоректна відповідь.\n" -#: g10/card-util.c:1185 tools/gpg-card.c:1834 +#: g10/card-util.c:1185 tools/gpg-card.c:1835 msgid "CA fingerprint: " msgstr "Відбиток CA: " -#: g10/card-util.c:1209 tools/gpg-card.c:1860 +#: g10/card-util.c:1209 tools/gpg-card.c:1861 #, c-format msgid "Error: invalid formatted fingerprint.\n" msgstr "Помилка: некоректне Ñ„Ð¾Ñ€Ð¼Ð°Ñ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð²Ñ–Ð´Ð±Ð¸Ñ‚ÐºÐ°.\n" @@ -1890,7 +1890,7 @@ msgstr "Ð´Ñ–Ñ Ð½Ð°Ð´ ключем неможлива: %s\n" msgid "not an OpenPGP card" msgstr "не Ñ” карткою OpenPGP" -#: g10/card-util.c:1273 g10/keygen.c:4791 g10/keygen.c:5952 +#: g10/card-util.c:1273 g10/keygen.c:4811 g10/keygen.c:5972 #, c-format msgid "error getting current key info: %s\n" msgstr "помилка під Ñ‡Ð°Ñ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ð½Ð½Ñ Ð´Ð°Ð½Ð¸Ñ… поточного ключа: %s\n" @@ -1899,7 +1899,7 @@ msgstr "помилка під Ñ‡Ð°Ñ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ð½Ð½Ñ Ð´Ð°Ð½Ð¸Ñ… поточнРmsgid "Replace existing key? (y/N) " msgstr "Замінити вже Ñтворений ключ? (y/N або Ñ‚/Ð) " -#: g10/card-util.c:1375 tools/gpg-card.c:3327 +#: g10/card-util.c:1375 tools/gpg-card.c:3328 #, fuzzy #| msgid "" #| "Note: There is no guarantee that the card supports the requested size.\n" @@ -1990,13 +1990,13 @@ msgid "error getting card info: %s\n" msgstr "помилка під Ñ‡Ð°Ñ Ñпроби Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ð½Ð½Ñ Ð´Ð°Ð½Ð¸Ñ… щодо картки: %s\n" #: g10/card-util.c:1591 g10/card-util.c:1936 g10/card-util.c:2112 -#: g10/card-util.c:2171 tools/gpg-card.c:3056 tools/gpg-card.c:3295 -#: tools/gpg-card.c:3353 +#: g10/card-util.c:2171 tools/gpg-card.c:3057 tools/gpg-card.c:3296 +#: tools/gpg-card.c:3354 #, c-format msgid "This command is not supported by this card\n" msgstr "Цією карткою не передбачено підтримки вказаної команди\n" -#: g10/card-util.c:1637 tools/gpg-card.c:2425 +#: g10/card-util.c:1637 tools/gpg-card.c:2426 msgid "Make off-card backup of encryption key? (Y/n) " msgstr "Створити резервну копію ключа ÑˆÐ¸Ñ„Ñ€ÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ð¾Ð·Ð° карткою? (Y/n або Т/н) " @@ -2005,11 +2005,11 @@ msgstr "Створити резервну копію ключа шифруван msgid "Note: keys are already stored on the card!\n" msgstr "ЗÐУВÐЖЕÐÐЯ: ключі вже збережено на картці!\n" -#: g10/card-util.c:1654 tools/gpg-card.c:2397 +#: g10/card-util.c:1654 tools/gpg-card.c:2398 msgid "Replace existing keys? (y/N) " msgstr "Замірити вже Ñтворені ключі? (y/N або Ñ‚/Ð) " -#: g10/card-util.c:1666 tools/gpg-card.c:2456 +#: g10/card-util.c:1666 tools/gpg-card.c:2457 #, c-format msgid "" "Please note that the factory settings of the PINs are\n" @@ -2045,18 +2045,18 @@ msgstr "Виберіть Ñховище Ð´Ð»Ñ Ð·Ð±ÐµÑ€Ñ–Ð³Ð°Ð½Ð½Ñ ÐºÐ»ÑŽÑ‡Ð°:\ msgid "KEYTOCARD failed: %s\n" msgstr "Помилка KEYTOCARD: %s\n" -#: g10/card-util.c:1941 tools/gpg-card.c:3064 +#: g10/card-util.c:1941 tools/gpg-card.c:3065 #, c-format msgid "Note: This command destroys all keys stored on the card!\n" msgstr "" "ЗауваженнÑ: у результаті Ð²Ð¸ÐºÐ¾Ð½Ð°Ð½Ð½Ñ Ñ†Ñ–Ñ”Ñ— команди уÑÑ– ключі на картці буде " "знищено!\n" -#: g10/card-util.c:1944 tools/gpg-card.c:3067 tools/gpg-card.c:3408 +#: g10/card-util.c:1944 tools/gpg-card.c:3068 tools/gpg-card.c:3409 msgid "Continue? (y/N) " msgstr "Продовжити? (y (так)/N (ні)) " -#: g10/card-util.c:1949 tools/gpg-card.c:3078 +#: g10/card-util.c:1949 tools/gpg-card.c:3079 msgid "Really do a factory reset? (enter \"yes\") " msgstr "" "Справді хочете Ñкинути уÑе до типових налаштувань? (введіть «yes» («так»)) " @@ -2072,7 +2072,7 @@ msgstr "помилка Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ KDF: %s\n" msgid "error for setup UIF: %s\n" msgstr "помилка Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ KDF: %s\n" -#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3648 +#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3649 msgid "quit this menu" msgstr "вийти з цього меню" @@ -2080,65 +2080,65 @@ msgstr "вийти з цього меню" msgid "show admin commands" msgstr "показати керівні команди" -#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3651 +#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3652 msgid "show this help" msgstr "показати цю довідкову інформацію" -#: g10/card-util.c:2217 tools/gpg-card.c:3653 +#: g10/card-util.c:2217 tools/gpg-card.c:3654 msgid "list all available data" msgstr "показати вÑÑ– доÑтупні дані" -#: g10/card-util.c:2220 tools/gpg-card.c:3655 +#: g10/card-util.c:2220 tools/gpg-card.c:3656 msgid "change card holder's name" msgstr "змінити Ñ–Ð¼â€™Ñ Ð²Ð»Ð°Ñника картки" -#: g10/card-util.c:2221 tools/gpg-card.c:3656 +#: g10/card-util.c:2221 tools/gpg-card.c:3657 msgid "change URL to retrieve key" msgstr "змінити адреÑу Ð´Ð»Ñ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ð½Ð½Ñ ÐºÐ»ÑŽÑ‡Ð°" -#: g10/card-util.c:2222 tools/gpg-card.c:3657 +#: g10/card-util.c:2222 tools/gpg-card.c:3658 msgid "fetch the key specified in the card URL" msgstr "отримати ключ, вказаний у полі адреÑи картки" -#: g10/card-util.c:2223 tools/gpg-card.c:3658 +#: g10/card-util.c:2223 tools/gpg-card.c:3659 msgid "change the login name" msgstr "змінити Ñ–Ð¼â€™Ñ ÐºÐ¾Ñ€Ð¸Ñтувача" -#: g10/card-util.c:2224 tools/gpg-card.c:3659 +#: g10/card-util.c:2224 tools/gpg-card.c:3660 msgid "change the language preferences" msgstr "змінити оÑновну мову" -#: g10/card-util.c:2225 tools/gpg-card.c:3660 +#: g10/card-util.c:2225 tools/gpg-card.c:3661 #, fuzzy #| msgid "change card holder's sex" msgid "change card holder's salutation" msgstr "змінити поле Ñтаті влаÑника картки" -#: g10/card-util.c:2227 tools/gpg-card.c:3662 +#: g10/card-util.c:2227 tools/gpg-card.c:3663 msgid "change a CA fingerprint" msgstr "змінити відбиток CA" -#: g10/card-util.c:2228 tools/gpg-card.c:3663 +#: g10/card-util.c:2228 tools/gpg-card.c:3664 msgid "toggle the signature force PIN flag" msgstr "увімкнути або вимкнути позначку примуÑового пінкоду підпиÑу" -#: g10/card-util.c:2229 tools/gpg-card.c:3664 +#: g10/card-util.c:2229 tools/gpg-card.c:3665 msgid "generate new keys" msgstr "Ñтворити ключі" -#: g10/card-util.c:2230 tools/gpg-card.c:3665 +#: g10/card-util.c:2230 tools/gpg-card.c:3666 msgid "menu to change or unblock the PIN" msgstr "меню зміни або Ñ€Ð¾Ð·Ð±Ð»Ð¾ÐºÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ñ–Ð½ÐºÐ¾Ð´Ñƒ" -#: g10/card-util.c:2231 tools/gpg-card.c:3666 +#: g10/card-util.c:2231 tools/gpg-card.c:3667 msgid "verify the PIN and list all data" msgstr "перевірити пінкод Ñ– показати ÑпиÑок вÑÑ–Ñ… даних" -#: g10/card-util.c:2232 tools/gpg-card.c:3667 +#: g10/card-util.c:2232 tools/gpg-card.c:3668 msgid "unblock the PIN using a Reset Code" msgstr "розблокувати під коду за допомогою коду ÑкиданнÑ" -#: g10/card-util.c:2233 tools/gpg-card.c:3671 +#: g10/card-util.c:2233 tools/gpg-card.c:3672 msgid "destroy all keys and data" msgstr "знищити уÑÑ– ключі Ñ– дані" @@ -2152,13 +2152,13 @@ msgstr "Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ KDF Ð´Ð»Ñ Ñ€Ð¾Ð·Ð¿Ñ–Ð·Ð½Ð°Ð²Ð°Ð½Ð½Ñ Ð·Ð° PIN" msgid "change the key attribute" msgstr "змінити атрибут ключа" -#: g10/card-util.c:2237 tools/gpg-card.c:3673 +#: g10/card-util.c:2237 tools/gpg-card.c:3674 #, fuzzy #| msgid "change the ownertrust" msgid "change the User Interaction Flag" msgstr "змінити рівень довіри до влаÑника" -#: g10/card-util.c:2361 tools/gpg-card.c:3923 +#: g10/card-util.c:2361 tools/gpg-card.c:3924 msgid "gpg/card> " msgstr "gpg/картка> " @@ -2174,8 +2174,8 @@ msgstr "Команди адмініÑÑ‚Ñ€ÑƒÐ²Ð°Ð½Ð½Ñ Ð´Ð¾Ð·Ð²Ð¾Ð»ÐµÐ½Ð¾\n" msgid "Admin commands are not allowed\n" msgstr "Команди адмініÑÑ‚Ñ€ÑƒÐ²Ð°Ð½Ð½Ñ Ð·Ð°Ð±Ð¾Ñ€Ð¾Ð½ÐµÐ½Ð¾\n" -#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3813 -#: tools/gpg-card.c:4071 +#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3814 +#: tools/gpg-card.c:4072 #, c-format msgid "Invalid command (try \"help\")\n" msgstr "Ðекоректна команда (ÑкориÑтайтеÑÑ ÐºÐ¾Ð¼Ð°Ð½Ð´Ð¾ÑŽ «help»)\n" @@ -2185,21 +2185,21 @@ msgstr "Ðекоректна команда (ÑкориÑтайтеÑÑ ÐºÐ¾Ð¼Ð msgid "--output doesn't work for this command\n" msgstr "--output не працює з цією командою\n" -#: g10/decrypt.c:247 g10/gpg.c:5262 g10/keyring.c:399 g10/keyring.c:750 +#: g10/decrypt.c:247 g10/gpg.c:5293 g10/keyring.c:399 g10/keyring.c:750 #, c-format msgid "can't open '%s'\n" msgstr "не вдалоÑÑ Ð²Ñ–Ð´ÐºÑ€Ð¸Ñ‚Ð¸ «%s»\n" #: g10/delkey.c:81 g10/export.c:1934 g10/export.c:2342 g10/export.c:2463 -#: g10/getkey.c:1907 g10/gpg.c:5207 g10/keyedit.c:1450 g10/keyedit.c:2382 -#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1238 +#: g10/getkey.c:1907 g10/gpg.c:5238 g10/keyedit.c:1450 g10/keyedit.c:2382 +#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1240 #: g10/revoke.c:230 g10/tofu.c:2168 #, c-format msgid "key \"%s\" not found: %s\n" msgstr "ключ «%s» не знайдено: %s\n" -#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4303 -#: g10/gpg.c:5216 g10/keyedit.c:2354 g10/keyserver.c:1256 g10/revoke.c:236 +#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4330 +#: g10/gpg.c:5247 g10/keyedit.c:2354 g10/keyserver.c:1258 g10/revoke.c:236 #: g10/revoke.c:665 g10/tofu.c:2176 #, c-format msgid "error reading keyblock: %s\n" @@ -2322,14 +2322,14 @@ msgstr "алгоритм ÑˆÐ¸Ñ„Ñ€ÑƒÐ²Ð°Ð½Ð½Ñ Â«%s» не можна викорРmsgid "(use option \"%s\" to override)\n" msgstr "" -#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4052 -#: g10/gpg.c:4099 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1760 +#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4083 +#: g10/gpg.c:4130 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1793 #, c-format msgid "cipher algorithm '%s' may not be used in %s mode\n" msgstr "алгоритм ÑˆÐ¸Ñ„Ñ€ÑƒÐ²Ð°Ð½Ð½Ñ Â«%s» не можна викориÑтовувати у режимі %s\n" -#: g10/encrypt.c:564 g10/gpg.c:4064 g10/gpg.c:4111 g10/sig-check.c:155 -#: g10/sign.c:452 sm/gpgsm.c:1770 sm/gpgsm.c:1780 sm/sign.c:596 sm/verify.c:510 +#: g10/encrypt.c:564 g10/gpg.c:4095 g10/gpg.c:4142 g10/sig-check.c:155 +#: g10/sign.c:452 sm/gpgsm.c:1803 sm/gpgsm.c:1813 sm/sign.c:596 sm/verify.c:510 #, c-format msgid "digest algorithm '%s' may not be used in %s mode\n" msgstr "" @@ -2435,7 +2435,7 @@ msgstr "викориÑтовувати формат резервних копіРmsgid " - skipped" msgstr " - пропущено" -#: g10/export.c:1333 g10/import.c:2112 g10/openfile.c:202 g10/openfile.c:296 +#: g10/export.c:1333 g10/import.c:2124 g10/openfile.c:202 g10/openfile.c:296 #: g10/sign.c:1110 g10/sign.c:1447 #, c-format msgid "writing to '%s'\n" @@ -2527,287 +2527,287 @@ msgstr "" msgid "using subkey %s instead of primary key %s\n" msgstr "викориÑтовуємо підключ %s заміÑÑ‚ÑŒ оÑновного ключа %s\n" -#: g10/getkey.c:4232 g10/gpg.c:2164 +#: g10/getkey.c:4259 g10/gpg.c:2167 #, c-format msgid "valid values for option '%s':\n" msgstr "коректні Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð¿Ð°Ñ€Ð°Ð¼ÐµÑ‚Ñ€Ð° «%s»:\n" -#: g10/gpg.c:449 sm/gpgsm.c:215 +#: g10/gpg.c:450 sm/gpgsm.c:217 msgid "make a signature" msgstr "Ñтворити підпиÑ" -#: g10/gpg.c:450 +#: g10/gpg.c:451 msgid "make a clear text signature" msgstr "Ñтворити текÑтовий підпиÑ" -#: g10/gpg.c:452 sm/gpgsm.c:217 +#: g10/gpg.c:453 sm/gpgsm.c:219 msgid "make a detached signature" msgstr "Ñтворити від’єднаний підпиÑ" -#: g10/gpg.c:453 sm/gpgsm.c:218 +#: g10/gpg.c:454 sm/gpgsm.c:220 msgid "encrypt data" msgstr "зашифрувати дані" -#: g10/gpg.c:455 +#: g10/gpg.c:456 msgid "encryption only with symmetric cipher" msgstr "шифрувати лише за допомогою Ñиметричного шифру" -#: g10/gpg.c:457 sm/gpgsm.c:220 +#: g10/gpg.c:458 sm/gpgsm.c:222 msgid "decrypt data (default)" msgstr "розшифрувати дані (типова діÑ)" -#: g10/gpg.c:459 sm/gpgsm.c:221 +#: g10/gpg.c:460 sm/gpgsm.c:223 msgid "verify a signature" msgstr "перевірити підпиÑ" -#: g10/gpg.c:461 sm/gpgsm.c:222 +#: g10/gpg.c:462 sm/gpgsm.c:224 msgid "list keys" msgstr "показати ÑпиÑок ключів" -#: g10/gpg.c:463 +#: g10/gpg.c:464 msgid "list keys and signatures" msgstr "показати ÑпиÑок ключів Ñ– підпиÑів" -#: g10/gpg.c:466 +#: g10/gpg.c:467 msgid "list and check key signatures" msgstr "показати ÑпиÑок Ñ– перевірити підпиÑи ключів" -#: g10/gpg.c:468 sm/gpgsm.c:227 +#: g10/gpg.c:469 sm/gpgsm.c:229 msgid "list keys and fingerprints" msgstr "показати ÑпиÑок ключів Ñ– відбитків" -#: g10/gpg.c:469 sm/gpgsm.c:225 +#: g10/gpg.c:470 sm/gpgsm.c:227 msgid "list secret keys" msgstr "показати ÑпиÑок закритих ключів" -#: g10/gpg.c:471 sm/gpgsm.c:228 +#: g10/gpg.c:472 sm/gpgsm.c:230 msgid "generate a new key pair" msgstr "Ñтворити пару ключів" -#: g10/gpg.c:474 +#: g10/gpg.c:475 msgid "quickly generate a new key pair" msgstr "швидке ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð¿Ð°Ñ€Ð¸ ключів" -#: g10/gpg.c:477 +#: g10/gpg.c:478 msgid "quickly add a new user-id" msgstr "швидке Ð´Ð¾Ð´Ð°Ð²Ð°Ð½Ð½Ñ Ð½Ð¾Ð²Ð¾Ð³Ð¾ ідентифікатора кориÑтувача" -#: g10/gpg.c:482 +#: g10/gpg.c:483 msgid "quickly revoke a user-id" msgstr "швидке Ð²Ñ–Ð´ÐºÐ»Ð¸ÐºÐ°Ð½Ð½Ñ Ñ–Ð´ÐµÐ½Ñ‚Ð¸Ñ„Ñ–ÐºÐ°Ñ‚Ð¾Ñ€Ð° кориÑтувача" -#: g10/gpg.c:485 +#: g10/gpg.c:486 msgid "quickly set a new expiration date" msgstr "швидке вÑÑ‚Ð°Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð½Ð¾Ð²Ð¾Ñ— дати Ð·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ð½Ñ Ñтроку дії" -#: g10/gpg.c:488 +#: g10/gpg.c:489 msgid "full featured key pair generation" msgstr "повноцінне ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð¿Ð°Ñ€Ð¸ ключів" -#: g10/gpg.c:491 +#: g10/gpg.c:492 msgid "generate a revocation certificate" msgstr "Ñтворити Ñертифікат відкликаннÑ" -#: g10/gpg.c:494 sm/gpgsm.c:231 +#: g10/gpg.c:495 sm/gpgsm.c:233 msgid "remove keys from the public keyring" msgstr "вилучити ключі з відкритого Ñховища ключів" -#: g10/gpg.c:496 +#: g10/gpg.c:497 msgid "remove keys from the secret keyring" msgstr "вилучити ключів з закритого Ñховища ключів" -#: g10/gpg.c:498 +#: g10/gpg.c:499 msgid "quickly sign a key" msgstr "швидко підпиÑати ключ" -#: g10/gpg.c:500 +#: g10/gpg.c:501 msgid "quickly sign a key locally" msgstr "швидко підпиÑати ключ локально" -#: g10/gpg.c:502 +#: g10/gpg.c:503 #, fuzzy #| msgid "quickly revoke a user-id" msgid "quickly revoke a key signature" msgstr "швидке Ð²Ñ–Ð´ÐºÐ»Ð¸ÐºÐ°Ð½Ð½Ñ Ñ–Ð´ÐµÐ½Ñ‚Ð¸Ñ„Ñ–ÐºÐ°Ñ‚Ð¾Ñ€Ð° кориÑтувача" -#: g10/gpg.c:503 +#: g10/gpg.c:504 msgid "sign a key" msgstr "підпиÑати ключ" -#: g10/gpg.c:504 +#: g10/gpg.c:505 msgid "sign a key locally" msgstr "підпиÑати ключ локально" -#: g10/gpg.c:505 +#: g10/gpg.c:506 msgid "sign or edit a key" msgstr "підпиÑати або редагувати ключ" -#: g10/gpg.c:507 sm/gpgsm.c:249 +#: g10/gpg.c:508 sm/gpgsm.c:251 msgid "change a passphrase" msgstr "змінити пароль" -#: g10/gpg.c:511 +#: g10/gpg.c:512 msgid "export keys" msgstr "екÑпортувати ключі" -#: g10/gpg.c:512 +#: g10/gpg.c:513 msgid "export keys to a keyserver" msgstr "екÑпортувати ключі на Ñервер ключів" -#: g10/gpg.c:513 +#: g10/gpg.c:514 msgid "import keys from a keyserver" msgstr "імпортувати ключі з Ñервера ключів" -#: g10/gpg.c:516 +#: g10/gpg.c:517 msgid "search for keys on a keyserver" msgstr "шукати ключі на Ñервері ключів" -#: g10/gpg.c:518 +#: g10/gpg.c:519 msgid "update all keys from a keyserver" msgstr "оновити вÑÑ– ключів з Ñервера ключів" -#: g10/gpg.c:526 +#: g10/gpg.c:527 msgid "import/merge keys" msgstr "імпортувати/об’єднати ключі" -#: g10/gpg.c:529 +#: g10/gpg.c:530 msgid "print the card status" msgstr "показати дані про Ñтан картки" -#: g10/gpg.c:530 +#: g10/gpg.c:531 msgid "change data on a card" msgstr "змінити дані на картці" -#: g10/gpg.c:532 +#: g10/gpg.c:533 msgid "change a card's PIN" msgstr "змінити пінкод картки" -#: g10/gpg.c:544 +#: g10/gpg.c:545 msgid "update the trust database" msgstr "оновити базу даних довіри" -#: g10/gpg.c:554 +#: g10/gpg.c:555 msgid "print message digests" msgstr "показати контрольні Ñуми повідомлень" -#: g10/gpg.c:558 sm/gpgsm.c:244 +#: g10/gpg.c:559 sm/gpgsm.c:246 msgid "run in server mode" msgstr "запуÑтити у режимі Ñервера" -#: g10/gpg.c:560 +#: g10/gpg.c:561 msgid "|VALUE|set the TOFU policy for a key" msgstr "|VALUE|вÑтановити вказане правило TOFU Ð´Ð»Ñ ÐºÐ»ÑŽÑ‡Ð°" -#: g10/gpg.c:603 +#: g10/gpg.c:604 msgid "|NAME|use NAME as default secret key" msgstr "|NAME|викориÑтовувати вказаний типовий закритий ключ" -#: g10/gpg.c:605 sm/gpgsm.c:337 +#: g10/gpg.c:606 sm/gpgsm.c:340 msgid "|NAME|encrypt to user ID NAME as well" msgstr "|NAME|шифрувати також до вказаного ідентифікатора кориÑтувача" -#: g10/gpg.c:613 +#: g10/gpg.c:614 msgid "|SPEC|set up email aliases" msgstr "|SPEC|вÑтановити замінники адреÑи електронної пошти" -#: g10/gpg.c:625 +#: g10/gpg.c:626 msgid "use strict OpenPGP behavior" msgstr "Ñтрого викориÑтовувати Ñтандарт OpenPGP" -#: g10/gpg.c:650 kbx/kbxutil.c:91 sm/gpgsm.c:421 tools/gpgconf.c:113 +#: g10/gpg.c:651 kbx/kbxutil.c:91 sm/gpgsm.c:424 tools/gpgconf.c:113 msgid "do not make any changes" msgstr "не вноÑити змін" -#: g10/gpg.c:651 +#: g10/gpg.c:652 msgid "prompt before overwriting" msgstr "запитувати перед перезапиÑом" -#: g10/gpg.c:700 sm/gpgsm.c:307 +#: g10/gpg.c:701 sm/gpgsm.c:310 #, fuzzy #| msgid "Options controlling the security" msgid "Options controlling the input" msgstr "Параметри ÐºÐµÑ€ÑƒÐ²Ð°Ð½Ð½Ñ Ð·Ð°Ñ…Ð¸Ñтом" -#: g10/gpg.c:718 sm/gpgsm.c:317 +#: g10/gpg.c:719 sm/gpgsm.c:320 #, fuzzy #| msgid "Options controlling the diagnostic output" msgid "Options controlling the output" msgstr "Параметри ÐºÐµÑ€ÑƒÐ²Ð°Ð½Ð½Ñ Ð´Ñ–Ð°Ð³Ð½Ð¾Ñтичним виводом" -#: g10/gpg.c:720 sm/gpgsm.c:319 +#: g10/gpg.c:721 sm/gpgsm.c:322 msgid "create ascii armored output" msgstr "Ñтворити дані у форматі ASCII" -#: g10/gpg.c:724 g10/gpgv.c:82 sm/gpgsm.c:324 +#: g10/gpg.c:725 g10/gpgv.c:82 sm/gpgsm.c:327 msgid "|FILE|write output to FILE" msgstr "|FILE|запиÑати дані до вказаного файла" -#: g10/gpg.c:737 +#: g10/gpg.c:738 msgid "use canonical text mode" msgstr "викориÑтовувати канонічний текÑтовий режим" -#: g10/gpg.c:755 +#: g10/gpg.c:756 msgid "|N|set compress level to N (0 disables)" msgstr "|N|вÑтановити рівень ÑтиÑÐ½ÐµÐ½Ð½Ñ (0 — вимкнути)" -#: g10/gpg.c:761 sm/gpgsm.c:354 +#: g10/gpg.c:762 sm/gpgsm.c:357 #, fuzzy #| msgid "Options controlling the interactivity and enforcement" msgid "Options controlling key import and export" msgstr "Параметри ÐºÐµÑ€ÑƒÐ²Ð°Ð½Ð½Ñ Ñ–Ð½Ñ‚ÐµÑ€Ð°ÐºÑ‚Ð¸Ð²Ð½Ñ–ÑÑ‚ÑŽ та примуÑом" -#: g10/gpg.c:764 +#: g10/gpg.c:765 msgid "|MECHANISMS|use MECHANISMS to locate keys by mail address" msgstr "" "|MECHANISMS|викориÑтовувати вказаний механізм Ð´Ð»Ñ Ð¿Ð¾ÑˆÑƒÐºÑƒ ключів за адреÑою" -#: g10/gpg.c:767 +#: g10/gpg.c:768 #, fuzzy #| msgid "import keys from a keyserver" msgid "import missing key from a signature" msgstr "імпортувати ключі з Ñервера ключів" -#: g10/gpg.c:772 +#: g10/gpg.c:773 #, fuzzy #| msgid "list and check key signatures" msgid "include the public key in signatures" msgstr "показати ÑпиÑок Ñ– перевірити підпиÑи ключів" -#: g10/gpg.c:775 sm/gpgsm.c:357 +#: g10/gpg.c:776 sm/gpgsm.c:360 msgid "disable all access to the dirmngr" msgstr "заборонити доÑтуп до dirmngr" -#: g10/gpg.c:787 sm/gpgsm.c:364 +#: g10/gpg.c:788 sm/gpgsm.c:367 #, fuzzy #| msgid "Options controlling the configuration" msgid "Options controlling key listings" msgstr "Параметри ÐºÐµÑ€ÑƒÐ²Ð°Ð½Ð½Ñ Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñми" -#: g10/gpg.c:817 sm/gpgsm.c:329 +#: g10/gpg.c:818 sm/gpgsm.c:332 #, fuzzy #| msgid "list secret keys" msgid "Options to specify keys" msgstr "показати ÑпиÑок закритих ключів" -#: g10/gpg.c:819 sm/gpgsm.c:331 +#: g10/gpg.c:820 sm/gpgsm.c:334 msgid "|USER-ID|encrypt for USER-ID" msgstr "|USER-ID|зашифрувати Ð´Ð»Ñ Ð²ÐºÐ°Ð·Ð°Ð½Ð¾Ð³Ð¾ ідентифікатора" -#: g10/gpg.c:827 sm/gpgsm.c:333 +#: g10/gpg.c:828 sm/gpgsm.c:336 msgid "|USER-ID|use USER-ID to sign or decrypt" msgstr "" "|USER-ID|викориÑтовувати Ð´Ð»Ñ ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð¿Ñ–Ð´Ð¿Ð¸Ñів або Ñ€Ð¾Ð·ÑˆÐ¸Ñ„Ñ€ÑƒÐ²Ð°Ð½Ð½Ñ Ð²ÐºÐ°Ð·Ð°Ð½Ð¸Ð¹ " "ідентифікатор" -#: g10/gpg.c:875 sm/gpgsm.c:405 +#: g10/gpg.c:876 sm/gpgsm.c:408 msgid "Options for unattended use" msgstr "" -#: g10/gpg.c:894 sm/gpgsm.c:417 dirmngr/dirmngr.c:285 +#: g10/gpg.c:895 sm/gpgsm.c:420 dirmngr/dirmngr.c:286 msgid "Other options" msgstr "" -#: g10/gpg.c:965 sm/gpgsm.c:450 +#: g10/gpg.c:966 sm/gpgsm.c:453 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -2816,7 +2816,7 @@ msgstr "" "(Щоб ознайомитиÑÑ Ð·Ñ– ÑпиÑком команд Ñ– параметрів, ÑкориÑтайтеÑÑ Ñторінкою " "довідника (man))\n" -#: g10/gpg.c:968 +#: g10/gpg.c:969 msgid "" "@\n" "Examples:\n" @@ -2837,11 +2837,11 @@ msgstr "" " --list-keys [назви] показати ключі\n" " --fingerprint [назви] показати відбитки\n" -#: g10/gpg.c:1153 +#: g10/gpg.c:1154 msgid "Usage: @GPG@ [options] [files] (-h for help)" msgstr "ВикориÑтаннÑ: @GPG@ [параметри] [файли] (-h — довідка)" -#: g10/gpg.c:1156 +#: g10/gpg.c:1157 msgid "" "Syntax: @GPG@ [options] [files]\n" "Sign, check, encrypt or decrypt\n" @@ -2851,7 +2851,7 @@ msgstr "" "ПідпиÑуваннÑ, перевірка підпиÑів, ÑˆÐ¸Ñ„Ñ€ÑƒÐ²Ð°Ð½Ð½Ñ Ð°Ð±Ð¾ розшифруваннÑ\n" "Типова Ð´Ñ–Ñ Ð·Ð°Ð»ÐµÐ¶Ð°Ñ‚Ð¸Ð¼Ðµ від вхідних даних\n" -#: g10/gpg.c:1167 sm/gpgsm.c:633 +#: g10/gpg.c:1168 sm/gpgsm.c:636 msgid "" "\n" "Supported algorithms:\n" @@ -2859,77 +2859,77 @@ msgstr "" "\n" "Підтримувані алгоритми:\n" -#: g10/gpg.c:1170 +#: g10/gpg.c:1171 msgid "Pubkey: " msgstr "Відкритий ключ: " -#: g10/gpg.c:1177 g10/keyedit.c:3316 +#: g10/gpg.c:1178 g10/keyedit.c:3316 msgid "Cipher: " msgstr "Шифр: " -#: g10/gpg.c:1191 +#: g10/gpg.c:1192 msgid "Hash: " msgstr "Хеш: " -#: g10/gpg.c:1198 g10/keyedit.c:3382 +#: g10/gpg.c:1199 g10/keyedit.c:3382 msgid "Compression: " msgstr "СтиÑненнÑ: " -#: g10/gpg.c:1273 sm/gpgsm.c:707 +#: g10/gpg.c:1274 sm/gpgsm.c:710 #, c-format msgid "usage: %s [options] %s\n" msgstr "кориÑтуваннÑ: %s [параметри] %s\n" -#: g10/gpg.c:1466 sm/gpgsm.c:800 +#: g10/gpg.c:1467 sm/gpgsm.c:803 #, c-format msgid "conflicting commands\n" msgstr "неÑуміÑні команди\n" -#: g10/gpg.c:1484 +#: g10/gpg.c:1485 #, c-format msgid "no = sign found in group definition '%s'\n" msgstr "у визначенні групи «%s» немає знаку «=»\n" -#: g10/gpg.c:1682 +#: g10/gpg.c:1683 #, c-format msgid "WARNING: unsafe ownership on homedir '%s'\n" msgstr "УВÐГÐ: Ð²Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð²Ð»Ð°Ñника домашнього каталогу «%s» не Ñ” безпечним\n" -#: g10/gpg.c:1685 +#: g10/gpg.c:1686 #, c-format msgid "WARNING: unsafe ownership on configuration file '%s'\n" msgstr "УВÐГÐ: Ð²Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð²Ð»Ð°Ñника у файлі налаштувань «%s» не Ñ” безпечним\n" -#: g10/gpg.c:1688 +#: g10/gpg.c:1689 #, c-format msgid "WARNING: unsafe ownership on extension '%s'\n" msgstr "УВÐГÐ: Ð²Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð²Ð»Ð°Ñника додатка «%s» не Ñ” безпечним\n" -#: g10/gpg.c:1694 +#: g10/gpg.c:1695 #, c-format msgid "WARNING: unsafe permissions on homedir '%s'\n" msgstr "" "УВÐГÐ: Ð²Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð¿Ñ€Ð°Ð² доÑтупу до домашнього каталогу «%s» не Ñ” безпечним\n" -#: g10/gpg.c:1697 +#: g10/gpg.c:1698 #, c-format msgid "WARNING: unsafe permissions on configuration file '%s'\n" msgstr "" "УВÐГÐ: Ð²Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð¿Ñ€Ð°Ð² доÑтупу до файла налаштувань «%s» не Ñ” безпечним\n" -#: g10/gpg.c:1700 +#: g10/gpg.c:1701 #, c-format msgid "WARNING: unsafe permissions on extension '%s'\n" msgstr "УВÐГÐ: Ð²Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð¿Ñ€Ð°Ð² доÑтупу до додатка «%s» не Ñ” безпечним\n" -#: g10/gpg.c:1706 +#: g10/gpg.c:1707 #, c-format msgid "WARNING: unsafe enclosing directory ownership on homedir '%s'\n" msgstr "" "УВÐГÐ: Ð²Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð²Ð»Ð°Ñника підлеглого каталогу домашнього каталогу «%s» не Ñ” " "безпечним\n" -#: g10/gpg.c:1709 +#: g10/gpg.c:1710 #, c-format msgid "" "WARNING: unsafe enclosing directory ownership on configuration file '%s'\n" @@ -2937,21 +2937,21 @@ msgstr "" "УВÐГÐ: Ð²Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð²Ð»Ð°Ñника у підлеглому каталозі, визначеному файлом " "налаштувань «%s», не Ñ” безпечним\n" -#: g10/gpg.c:1712 +#: g10/gpg.c:1713 #, c-format msgid "WARNING: unsafe enclosing directory ownership on extension '%s'\n" msgstr "" "УВÐГÐ: Ð²Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð²Ð»Ð°Ñника підлеглого каталогу у додатку «%s» не Ñ” " "безпечним\n" -#: g10/gpg.c:1718 +#: g10/gpg.c:1719 #, c-format msgid "WARNING: unsafe enclosing directory permissions on homedir '%s'\n" msgstr "" "УВÐГÐ: Ð²Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð¿Ñ€Ð°Ð² доÑтупу до підлеглого каталогу домашнього каталогу " "«%s» не Ñ” безпечним\n" -#: g10/gpg.c:1721 +#: g10/gpg.c:1722 #, c-format msgid "" "WARNING: unsafe enclosing directory permissions on configuration file '%s'\n" @@ -2959,485 +2959,485 @@ msgstr "" "УВÐГÐ: Ð²Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð¿Ñ€Ð°Ð² доÑтупу до підлеглого каталогу, визначеного файлом " "налаштувань «%s», не Ñ” безпечним\n" -#: g10/gpg.c:1724 +#: g10/gpg.c:1725 #, c-format msgid "WARNING: unsafe enclosing directory permissions on extension '%s'\n" msgstr "" "УВÐГÐ: Ð²Ð¸Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ Ð¿Ñ€Ð°Ð² доÑтупу до підлеглого каталогу у додатку «%s» не Ñ” " "безпечним\n" -#: g10/gpg.c:1940 +#: g10/gpg.c:1941 #, c-format msgid "unknown configuration item '%s'\n" msgstr "невідомий пункт налаштувань «%s»\n" -#: g10/gpg.c:2034 +#: g10/gpg.c:2037 msgid "display photo IDs during key listings" msgstr "показувати фотоідентифікатори у ÑпиÑках ключів" -#: g10/gpg.c:2036 +#: g10/gpg.c:2039 msgid "show key usage information during key listings" msgstr "показувати дані щодо викориÑÑ‚Ð°Ð½Ð½Ñ ÐºÐ»ÑŽÑ‡Ð° у ÑпиÑках ключів" -#: g10/gpg.c:2038 +#: g10/gpg.c:2041 msgid "show policy URLs during signature listings" msgstr "показувати адреÑи правил у ÑпиÑках підпиÑів" -#: g10/gpg.c:2040 +#: g10/gpg.c:2043 msgid "show all notations during signature listings" msgstr "показувати вÑÑ– примітки у ÑпиÑках підпиÑів" -#: g10/gpg.c:2042 +#: g10/gpg.c:2045 msgid "show IETF standard notations during signature listings" msgstr "показувати Ñтандартні примітки IETF у ÑпиÑках підпиÑів" -#: g10/gpg.c:2046 +#: g10/gpg.c:2049 msgid "show user-supplied notations during signature listings" msgstr "показувати примітки кориÑтувача у ÑпиÑках підпиÑів" -#: g10/gpg.c:2048 +#: g10/gpg.c:2051 msgid "show preferred keyserver URLs during signature listings" msgstr "показувати адреÑи оÑновних Ñерверів ключів у ÑпиÑках підпиÑів" -#: g10/gpg.c:2050 +#: g10/gpg.c:2053 msgid "show user ID validity during key listings" msgstr "показувати чинніÑÑ‚ÑŒ ідентифікаторів кориÑтувачів у ÑпиÑках ключів" -#: g10/gpg.c:2052 +#: g10/gpg.c:2055 msgid "show revoked and expired user IDs in key listings" msgstr "" "показувати відкликані та заÑтарілі ідентифікатори кориÑтувачів у ÑпиÑках " "ключів" -#: g10/gpg.c:2054 +#: g10/gpg.c:2057 msgid "show revoked and expired subkeys in key listings" msgstr "показувати відкликані та заÑтарілі підключі у ÑпиÑках ключів" -#: g10/gpg.c:2056 +#: g10/gpg.c:2059 msgid "show the keyring name in key listings" msgstr "показувати назву Ñховища ключів у ÑпиÑках ключів" -#: g10/gpg.c:2058 +#: g10/gpg.c:2061 msgid "show expiration dates during signature listings" msgstr "показувати дати Ð·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ð½Ñ Ñтроків дії у ÑпиÑку підпиÑів" -#: g10/gpg.c:2175 +#: g10/gpg.c:2178 #, c-format msgid "unknown TOFU policy '%s'\n" msgstr "невідомі правила TOFU «%s»\n" -#: g10/gpg.c:2177 +#: g10/gpg.c:2180 #, c-format msgid "(use \"help\" to list choices)\n" msgstr "(команда «help» виводить ÑпиÑок можливих варіантів)\n" -#: g10/gpg.c:2972 g10/gpg.c:3797 g10/gpg.c:3809 +#: g10/gpg.c:2975 g10/gpg.c:3828 g10/gpg.c:3840 #, c-format msgid "Note: %s is not for normal use!\n" msgstr "ЗÐУВÐЖЕÐÐЯ: %s не призначено Ð´Ð»Ñ Ð·Ð²Ð¸Ñ‡Ð°Ð¹Ð½Ð¾Ð³Ð¾ викориÑтаннÑ!\n" -#: g10/gpg.c:3148 g10/gpg.c:3160 +#: g10/gpg.c:3151 g10/gpg.c:3163 #, c-format msgid "'%s' is not a valid signature expiration\n" msgstr "«%s» не Ñ” коректним запиÑом Ð·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ð½Ñ Ñтроку дії підпиÑу\n" -#: g10/gpg.c:3182 +#: g10/gpg.c:3185 #, c-format msgid "\"%s\" is not a proper mail address\n" msgstr "«%s» не Ñ” коректною адреÑою електронної пошти\n" -#: g10/gpg.c:3214 sm/gpgsm.c:1265 +#: g10/gpg.c:3217 sm/gpgsm.c:1270 #, c-format msgid "invalid pinentry mode '%s'\n" msgstr "некоректний режим pinentry, «%s»\n" -#: g10/gpg.c:3220 sm/gpgsm.c:1271 +#: g10/gpg.c:3223 sm/gpgsm.c:1276 #, c-format msgid "invalid request origin '%s'\n" msgstr "некоректне Ð¿Ð¾Ñ…Ð¾Ð´Ð¶ÐµÐ½Ð½Ñ Ð·Ð°Ð¿Ð¸Ñ‚Ñƒ «%s»\n" -#: g10/gpg.c:3277 +#: g10/gpg.c:3280 #, c-format msgid "'%s' is not a valid character set\n" msgstr "«%s» не Ñ” коректним набором Ñимволів\n" -#: g10/gpg.c:3299 g10/gpg.c:3508 g10/keyedit.c:5319 +#: g10/gpg.c:3302 g10/gpg.c:3511 g10/keyedit.c:5319 #, c-format msgid "could not parse keyserver URL\n" msgstr "не вдалоÑÑ Ð¾Ð±Ñ€Ð¾Ð±Ð¸Ñ‚Ð¸ адреÑу Ñервера ключів\n" -#: g10/gpg.c:3317 +#: g10/gpg.c:3320 #, c-format msgid "%s:%d: invalid keyserver options\n" msgstr "%s:%d: некоректні параметри Ñервера ключів\n" -#: g10/gpg.c:3320 +#: g10/gpg.c:3323 #, c-format msgid "invalid keyserver options\n" msgstr "некоректні параметри Ñервера ключів\n" -#: g10/gpg.c:3327 +#: g10/gpg.c:3330 #, c-format msgid "%s:%d: invalid import options\n" msgstr "%s:%d: некоректні параметри імпортуваннÑ\n" -#: g10/gpg.c:3330 +#: g10/gpg.c:3333 #, c-format msgid "invalid import options\n" msgstr "некоректні параметри імпортуваннÑ\n" -#: g10/gpg.c:3336 g10/gpg.c:3351 +#: g10/gpg.c:3339 g10/gpg.c:3354 #, c-format msgid "invalid filter option: %s\n" msgstr "некоректний параметр фільтруваннÑ: %s\n" -#: g10/gpg.c:3342 +#: g10/gpg.c:3345 #, c-format msgid "%s:%d: invalid export options\n" msgstr "%s:%d: некоректні параметри екÑпортуваннÑ\n" -#: g10/gpg.c:3345 +#: g10/gpg.c:3348 #, c-format msgid "invalid export options\n" msgstr "некоректні параметри екÑпортуваннÑ\n" -#: g10/gpg.c:3357 +#: g10/gpg.c:3360 #, c-format msgid "%s:%d: invalid list options\n" msgstr "%s:%d: некоректні параметри побудови ÑпиÑку\n" -#: g10/gpg.c:3360 +#: g10/gpg.c:3363 #, c-format msgid "invalid list options\n" msgstr "некоректні параметри побудови ÑпиÑку\n" -#: g10/gpg.c:3368 +#: g10/gpg.c:3371 msgid "display photo IDs during signature verification" msgstr "показувати фотоідентифікатори під Ñ‡Ð°Ñ Ð¿ÐµÑ€ÐµÐ²Ñ–Ñ€ÐºÐ¸ підпиÑів" -#: g10/gpg.c:3370 +#: g10/gpg.c:3373 msgid "show policy URLs during signature verification" msgstr "показувати адреÑи правил під Ñ‡Ð°Ñ Ð¿ÐµÑ€ÐµÐ²Ñ–Ñ€ÐºÐ¸ підпиÑів" -#: g10/gpg.c:3372 +#: g10/gpg.c:3375 msgid "show all notations during signature verification" msgstr "показувати вÑÑ– примітки під Ñ‡Ð°Ñ Ð¿ÐµÑ€ÐµÐ²Ñ–Ñ€ÐºÐ¸ підпиÑів" -#: g10/gpg.c:3374 +#: g10/gpg.c:3377 msgid "show IETF standard notations during signature verification" msgstr "показувати Ñтандартні примітки IETF під Ñ‡Ð°Ñ Ð¿ÐµÑ€ÐµÐ²Ñ–Ñ€ÐºÐ¸ підпиÑів" -#: g10/gpg.c:3378 +#: g10/gpg.c:3381 msgid "show user-supplied notations during signature verification" msgstr "показувати вказані кориÑтувачем примітки під Ñ‡Ð°Ñ Ð¿ÐµÑ€ÐµÐ²Ñ–Ñ€ÐºÐ¸ підпиÑів" -#: g10/gpg.c:3380 +#: g10/gpg.c:3383 msgid "show preferred keyserver URLs during signature verification" msgstr "" "показувати адреÑи оÑновних Ñерверів ключів у ÑпиÑках перевірки підпиÑів" -#: g10/gpg.c:3382 +#: g10/gpg.c:3385 msgid "show user ID validity during signature verification" msgstr "" "показувати чинніÑÑ‚ÑŒ ідентифікаторів кориÑтувача під Ñ‡Ð°Ñ Ð¿ÐµÑ€ÐµÐ²Ñ–Ñ€ÐºÐ¸ підпиÑів" -#: g10/gpg.c:3384 +#: g10/gpg.c:3387 msgid "show revoked and expired user IDs in signature verification" msgstr "" "показувати відкликані та заÑтарілі ідентифікатори кориÑтувачів у ÑпиÑках " "перевірки підпиÑів" -#: g10/gpg.c:3386 +#: g10/gpg.c:3389 msgid "show only the primary user ID in signature verification" msgstr "" "показувати лише оÑновний ідентифікатор кориÑтувача під Ñ‡Ð°Ñ Ð¿ÐµÑ€ÐµÐ²Ñ–Ñ€ÐºÐ¸ підпиÑів" -#: g10/gpg.c:3393 +#: g10/gpg.c:3396 #, c-format msgid "%s:%d: invalid verify options\n" msgstr "%s:%d: некоректні параметри перевірки\n" -#: g10/gpg.c:3396 +#: g10/gpg.c:3399 #, c-format msgid "invalid verify options\n" msgstr "некоректні параметри перевірки\n" -#: g10/gpg.c:3403 +#: g10/gpg.c:3406 #, c-format msgid "unable to set exec-path to %s\n" msgstr "не вдалоÑÑ Ð²Ñтановити шлÑÑ… Ð´Ð»Ñ Ð·Ð°Ð¿ÑƒÑку у Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ %s\n" -#: g10/gpg.c:3610 +#: g10/gpg.c:3613 #, c-format msgid "%s:%d: invalid auto-key-locate list\n" msgstr "%s:%d: некоректний ÑпиÑок auto-key-locate\n" -#: g10/gpg.c:3613 +#: g10/gpg.c:3616 #, c-format msgid "invalid auto-key-locate list\n" msgstr "некоректний ÑпиÑок auto-key-locate\n" -#: g10/gpg.c:3622 +#: g10/gpg.c:3625 #, c-format msgid "invalid argument for option \"%.50s\"\n" msgstr "некоректний аргумент параметра «%.50s»\n" -#: g10/gpg.c:3776 sm/gpgsm.c:1642 +#: g10/gpg.c:3807 sm/gpgsm.c:1675 #, c-format msgid "WARNING: program may create a core file!\n" msgstr "УВÐГÐ: можливе ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð´Ð°Ð¼Ð¿Ñƒ пам’ÑÑ‚Ñ– програми!\n" -#: g10/gpg.c:3790 +#: g10/gpg.c:3821 #, c-format msgid "WARNING: %s overrides %s\n" msgstr "УВÐГÐ: %s перевизначає %s\n" -#: g10/gpg.c:3799 +#: g10/gpg.c:3830 #, c-format msgid "%s not allowed with %s!\n" msgstr "%s не можна викориÑтовувати разом з %s!\n" -#: g10/gpg.c:3802 +#: g10/gpg.c:3833 #, c-format msgid "%s makes no sense with %s!\n" msgstr "%s Ñ” зайвим, Ñкщо викориÑтано %s!\n" -#: g10/gpg.c:3817 sm/gpgsm.c:1663 dirmngr/dirmngr.c:1114 +#: g10/gpg.c:3848 sm/gpgsm.c:1696 dirmngr/dirmngr.c:1123 #, c-format msgid "WARNING: running with faked system time: " msgstr "УВÐГÐ: запущено з фіктивним ÑиÑтемним чаÑом: " -#: g10/gpg.c:3838 +#: g10/gpg.c:3869 #, c-format msgid "will not run with insecure memory due to %s\n" msgstr "не буде запущено з помилками у захиÑÑ‚Ñ– пам’ÑÑ‚Ñ– через %s\n" -#: g10/gpg.c:3866 g10/gpg.c:3897 sm/gpgsm.c:1730 +#: g10/gpg.c:3897 g10/gpg.c:3928 sm/gpgsm.c:1763 #, c-format msgid "selected cipher algorithm is invalid\n" msgstr "вибраний алгоритм ÑˆÐ¸Ñ„Ñ€ÑƒÐ²Ð°Ð½Ð½Ñ Ñ” некоректним\n" -#: g10/gpg.c:3873 +#: g10/gpg.c:3904 #, fuzzy, c-format #| msgid "selected digest algorithm is invalid\n" msgid "selected AEAD algorithm is invalid\n" msgstr "вибраний алгоритм побудови контрольних Ñум Ñ” некоректним\n" -#: g10/gpg.c:3885 +#: g10/gpg.c:3916 #, c-format msgid "selected compression algorithm is invalid\n" msgstr "вибраний алгоритм ÑтиÑÐºÐ°Ð½Ð½Ñ Ñ” некоректним\n" -#: g10/gpg.c:3891 +#: g10/gpg.c:3922 #, c-format msgid "selected certification digest algorithm is invalid\n" msgstr "" "вибраний алгоритм ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ ÐºÐ¾Ð½Ñ‚Ñ€Ð¾Ð»ÑŒÐ½Ð¸Ñ… Ñум Ð´Ð»Ñ Ñертифікації Ñ” некоректним\n" -#: g10/gpg.c:3906 +#: g10/gpg.c:3937 #, c-format msgid "completes-needed must be greater than 0\n" msgstr "Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ completes-needed має бути більшим за 0\n" -#: g10/gpg.c:3908 +#: g10/gpg.c:3939 #, c-format msgid "marginals-needed must be greater than 1\n" msgstr "Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ marginals-needed має перевищувати 1\n" -#: g10/gpg.c:3910 +#: g10/gpg.c:3941 #, c-format msgid "max-cert-depth must be in the range from 1 to 255\n" msgstr "Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ max-cert-depth має перебувати у діапазоні від 1 до 255\n" -#: g10/gpg.c:3912 +#: g10/gpg.c:3943 #, c-format msgid "invalid default-cert-level; must be 0, 1, 2, or 3\n" msgstr "некоректне Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ default-cert-level; має бути 0, 1, 2 або 3\n" -#: g10/gpg.c:3914 +#: g10/gpg.c:3945 #, c-format msgid "invalid min-cert-level; must be 1, 2, or 3\n" msgstr "некоректне Ð·Ð½Ð°Ñ‡ÐµÐ½Ð½Ñ min-cert-level; має бути 1, 2 або 3\n" -#: g10/gpg.c:3918 +#: g10/gpg.c:3949 #, c-format msgid "Note: simple S2K mode (0) is strongly discouraged\n" msgstr "" "ЗÐУВÐЖЕÐÐЯ: наполегливо не рекомендуємо вам кориÑтуватиÑÑ Ð¿Ñ€Ð¾Ñтим режимом " "S2K (0)\n" -#: g10/gpg.c:3922 +#: g10/gpg.c:3953 #, c-format msgid "invalid S2K mode; must be 0, 1 or 3\n" msgstr "некоректний режим S2K; мало бути вказано 0, 1 або 3\n" -#: g10/gpg.c:3929 +#: g10/gpg.c:3960 #, c-format msgid "invalid default preferences\n" msgstr "некоректні типові параметри\n" -#: g10/gpg.c:3933 +#: g10/gpg.c:3964 #, c-format msgid "invalid personal cipher preferences\n" msgstr "некоректні оÑобиÑÑ‚Ñ– параметри шифруваннÑ\n" -#: g10/gpg.c:3936 +#: g10/gpg.c:3967 #, fuzzy, c-format #| msgid "invalid personal cipher preferences\n" msgid "invalid personal AEAD preferences\n" msgstr "некоректні оÑобиÑÑ‚Ñ– параметри шифруваннÑ\n" -#: g10/gpg.c:3940 +#: g10/gpg.c:3971 #, c-format msgid "invalid personal digest preferences\n" msgstr "некоректні оÑобиÑÑ‚Ñ– параметри контрольної Ñуми\n" -#: g10/gpg.c:3944 +#: g10/gpg.c:3975 #, c-format msgid "invalid personal compress preferences\n" msgstr "некоректні оÑобиÑÑ‚Ñ– параметри ÑтиÑканнÑ\n" -#: g10/gpg.c:3953 g10/gpg.c:3958 +#: g10/gpg.c:3984 g10/gpg.c:3989 #, fuzzy, c-format #| msgid "keysize invalid; using %u bits\n" msgid "chunk size invalid - using %d\n" msgstr "некоректний розмір ключа; викориÑтовуємо %u-бітовий\n" -#: g10/gpg.c:3995 +#: g10/gpg.c:4026 #, c-format msgid "%s does not yet work with %s\n" msgstr "%s ще не може працювати разом з %s\n" -#: g10/gpg.c:4058 +#: g10/gpg.c:4089 #, fuzzy, c-format #| msgid "cipher algorithm '%s' may not be used in %s mode\n" msgid "AEAD algorithm '%s' may not be used in %s mode\n" msgstr "алгоритм ÑˆÐ¸Ñ„Ñ€ÑƒÐ²Ð°Ð½Ð½Ñ Â«%s» не можна викориÑтовувати у режимі %s\n" -#: g10/gpg.c:4070 +#: g10/gpg.c:4101 #, c-format msgid "compression algorithm '%s' may not be used in %s mode\n" msgstr "алгоритм ÑтиÑÐºÐ°Ð½Ð½Ñ Â«%s» не можна викориÑтовувати у режимі %s\n" -#: g10/gpg.c:4225 +#: g10/gpg.c:4256 #, c-format msgid "failed to initialize the TrustDB: %s\n" msgstr "не вдалоÑÑ Ñ–Ð½Ñ–Ñ†Ñ–Ð°Ð»Ñ–Ð·ÑƒÐ²Ð°Ñ‚Ð¸ базу даних надійноÑÑ‚Ñ– (TrustDB): %s\n" -#: g10/gpg.c:4237 +#: g10/gpg.c:4268 #, c-format msgid "WARNING: recipients (-r) given without using public key encryption\n" msgstr "" "УВÐГÐ: отримувачів (-r) вказано без викориÑÑ‚Ð°Ð½Ð½Ñ ÑˆÐ¸Ñ„Ñ€ÑƒÐ²Ð°Ð½Ð½Ñ Ð²Ñ–Ð´ÐºÑ€Ð¸Ñ‚Ð¸Ð¼ " "ключем\n" -#: g10/gpg.c:4309 +#: g10/gpg.c:4340 #, c-format msgid "symmetric encryption of '%s' failed: %s\n" msgstr "помилка під Ñ‡Ð°Ñ Ñпроби Ñиметричного ÑˆÐ¸Ñ„Ñ€ÑƒÐ²Ð°Ð½Ð½Ñ Â«%s»: %s\n" -#: g10/gpg.c:4338 +#: g10/gpg.c:4369 #, c-format msgid "you cannot use --symmetric --encrypt with --s2k-mode 0\n" msgstr "" "не можна викориÑтовувати комбінацію --symmetric --encrypt у режимі --s2k-" "mode 0\n" -#: g10/gpg.c:4341 +#: g10/gpg.c:4372 #, c-format msgid "you cannot use --symmetric --encrypt in %s mode\n" msgstr "" "не можна викориÑтовувати комбінацію --symmetric --encrypt у режимі %s\n" -#: g10/gpg.c:4399 +#: g10/gpg.c:4430 #, c-format msgid "you cannot use --symmetric --sign --encrypt with --s2k-mode 0\n" msgstr "" "не можна викориÑтовувати комбінацію --symmetric --sign --encrypt у режимі --" "s2k-mode 0\n" -#: g10/gpg.c:4402 +#: g10/gpg.c:4433 #, c-format msgid "you cannot use --symmetric --sign --encrypt in %s mode\n" msgstr "" "не можна викориÑтовувати комбінацію --symmetric --encrypt у режимі %s\n" -#: g10/gpg.c:4790 g10/keyserver.c:1858 +#: g10/gpg.c:4821 g10/keyserver.c:1870 #, c-format msgid "keyserver send failed: %s\n" msgstr "помилка під Ñ‡Ð°Ñ Ð½Ð°Ð´ÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð´Ð°Ð½Ð¸Ñ… на Ñервер ключів: %s\n" -#: g10/gpg.c:4795 +#: g10/gpg.c:4826 #, c-format msgid "keyserver receive failed: %s\n" msgstr "помилка під Ñ‡Ð°Ñ Ñпроби Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ð½Ð½Ñ Ð´Ð°Ð½Ð¸Ñ… з Ñервера ключів: %s\n" -#: g10/gpg.c:4801 +#: g10/gpg.c:4832 #, c-format msgid "key export failed: %s\n" msgstr "помилка під Ñ‡Ð°Ñ Ñпроби екÑÐ¿Ð¾Ñ€Ñ‚ÑƒÐ²Ð°Ð½Ð½Ñ ÐºÐ»ÑŽÑ‡Ð°: %s\n" -#: g10/gpg.c:4814 +#: g10/gpg.c:4845 #, c-format msgid "export as ssh key failed: %s\n" msgstr "Ñпроба екÑÐ¿Ð¾Ñ€Ñ‚ÑƒÐ²Ð°Ð½Ð½Ñ ÐºÐ»ÑŽÑ‡Ð° ssh зазнала невдачі: %s\n" -#: g10/gpg.c:4826 +#: g10/gpg.c:4857 #, c-format msgid "keyserver search failed: %s\n" msgstr "помилка пошуку на Ñервері ключів: %s\n" -#: g10/gpg.c:4839 +#: g10/gpg.c:4870 #, c-format msgid "keyserver refresh failed: %s\n" msgstr "помилка Ð¾Ð½Ð¾Ð²Ð»ÐµÐ½Ð½Ñ Ð· Ñервера ключів: %s\n" -#: g10/gpg.c:4906 +#: g10/gpg.c:4937 #, c-format msgid "dearmoring failed: %s\n" msgstr "помилка Ð¿ÐµÑ€ÐµÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð· формату ASCII: %s\n" -#: g10/gpg.c:4917 +#: g10/gpg.c:4948 #, c-format msgid "enarmoring failed: %s\n" msgstr "помилка Ð¿ÐµÑ€ÐµÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ñƒ формат ASCII: %s\n" -#: g10/gpg.c:5022 +#: g10/gpg.c:5053 #, c-format msgid "invalid hash algorithm '%s'\n" msgstr "некоректний алгоритм Ñ…ÐµÑˆÑƒÐ²Ð°Ð½Ð½Ñ Â«%s»\n" -#: g10/gpg.c:5174 g10/tofu.c:2156 +#: g10/gpg.c:5205 g10/tofu.c:2156 #, c-format msgid "error parsing key specification '%s': %s\n" msgstr "помилка під Ñ‡Ð°Ñ Ñпроби обробки Ñпецифікації ключа «%s»: %s\n" -#: g10/gpg.c:5185 +#: g10/gpg.c:5216 #, c-format msgid "'%s' does not appear to be a valid key ID, fingerprint or keygrip\n" msgstr "«%s» не Ñ” коректним ідентифікатором ключа, відбитком або кодом\n" -#: g10/gpg.c:5241 +#: g10/gpg.c:5272 #, c-format msgid "WARNING: no command supplied. Trying to guess what you mean ...\n" msgstr "УВÐГÐ: команд не надано. ÐамагаємоÑÑ Ð²Ð³Ð°Ð´Ð°Ñ‚Ð¸, що вам потрібно...\n" -#: g10/gpg.c:5252 +#: g10/gpg.c:5283 #, c-format msgid "Go ahead and type your message ...\n" msgstr "Почніть вводити ваше повідомленнÑ...\n" -#: g10/gpg.c:5599 +#: g10/gpg.c:5630 #, c-format msgid "the given certification policy URL is invalid\n" msgstr "вказана адреÑа правил Ñертифікації Ñ” некоректною\n" -#: g10/gpg.c:5601 +#: g10/gpg.c:5632 #, c-format msgid "the given signature policy URL is invalid\n" msgstr "вказана адреÑа правил підпиÑÑƒÐ²Ð°Ð½Ð½Ñ Ñ” некоректною\n" -#: g10/gpg.c:5634 +#: g10/gpg.c:5665 #, c-format msgid "the given preferred keyserver URL is invalid\n" msgstr "вказана адреÑа оÑновного Ñервера ключів Ñ” некоректною\n" @@ -3450,7 +3450,7 @@ msgstr "|FILE|визначити ключі з файла Ñховища ÐºÐ»ÑŽÑ msgid "make timestamp conflicts only a warning" msgstr "Ñупроводжувати конфлікти чаÑових позначок лише попередженнÑми" -#: g10/gpgv.c:86 sm/gpgsm.c:411 tools/gpgconf.c:116 tools/gpg-card.c:94 +#: g10/gpgv.c:86 sm/gpgsm.c:414 tools/gpgconf.c:116 tools/gpg-card.c:95 msgid "|FD|write status info to this FD" msgstr "|FD|запиÑувати до деÑкриптора файла дані щодо Ñтану" @@ -3539,97 +3539,97 @@ msgstr "припуÑкати формат резервних копій ключ msgid "repair keys on import" msgstr "відновлювати ключі при імпортуванні" -#: g10/import.c:387 g10/import.c:709 +#: g10/import.c:399 g10/import.c:721 #, c-format msgid "skipping block of type %d\n" msgstr "пропуÑкаємо блок типу %d\n" -#: g10/import.c:726 +#: g10/import.c:738 #, c-format msgid "%lu keys processed so far\n" msgstr "оброблено %lu ключів\n" -#: g10/import.c:819 +#: g10/import.c:831 #, c-format msgid "Total number processed: %lu\n" msgstr "Загалом оброблено: %lu\n" -#: g10/import.c:822 +#: g10/import.c:834 #, c-format msgid " skipped PGP-2 keys: %lu\n" msgstr " пропущено ключів PGP-2: %lu\n" -#: g10/import.c:824 +#: g10/import.c:836 #, c-format msgid " skipped new keys: %lu\n" msgstr "пропущено нових ключів: %lu\n" -#: g10/import.c:827 +#: g10/import.c:839 #, c-format msgid " w/o user IDs: %lu\n" msgstr " без ід. кориÑтувача: %lu\n" -#: g10/import.c:830 sm/import.c:129 +#: g10/import.c:842 sm/import.c:129 #, c-format msgid " imported: %lu" msgstr " імпортовано: %lu" -#: g10/import.c:834 sm/import.c:133 +#: g10/import.c:846 sm/import.c:133 #, c-format msgid " unchanged: %lu\n" msgstr " без змін: %lu\n" -#: g10/import.c:836 +#: g10/import.c:848 #, c-format msgid " new user IDs: %lu\n" msgstr "нових ід. кориÑтувачів: %lu\n" -#: g10/import.c:838 +#: g10/import.c:850 #, c-format msgid " new subkeys: %lu\n" msgstr " нових підключів: %lu\n" -#: g10/import.c:840 +#: g10/import.c:852 #, c-format msgid " new signatures: %lu\n" msgstr " нових підпиÑів: %lu\n" -#: g10/import.c:842 +#: g10/import.c:854 #, c-format msgid " new key revocations: %lu\n" msgstr "відкликань нових ключів: %lu\n" -#: g10/import.c:844 sm/import.c:135 +#: g10/import.c:856 sm/import.c:135 #, c-format msgid " secret keys read: %lu\n" msgstr "прочитано закритих ключів: %lu\n" -#: g10/import.c:846 sm/import.c:137 +#: g10/import.c:858 sm/import.c:137 #, c-format msgid " secret keys imported: %lu\n" msgstr "імпортовано закр. ключів: %lu\n" -#: g10/import.c:848 sm/import.c:139 +#: g10/import.c:860 sm/import.c:139 #, c-format msgid " secret keys unchanged: %lu\n" msgstr " закр. ключів без змін: %lu\n" -#: g10/import.c:850 sm/import.c:141 +#: g10/import.c:862 sm/import.c:141 #, c-format msgid " not imported: %lu\n" msgstr " не імпортовано: %lu\n" -#: g10/import.c:852 +#: g10/import.c:864 #, c-format msgid " signatures cleaned: %lu\n" msgstr " вилучених підпиÑів: %lu\n" -#: g10/import.c:854 +#: g10/import.c:866 #, c-format msgid " user IDs cleaned: %lu\n" msgstr " вилучених ід. кориÑÑ‚.: %lu\n" -#: g10/import.c:1279 +#: g10/import.c:1291 #, c-format msgid "" "WARNING: key %s contains preferences for unavailable\n" @@ -3638,175 +3638,175 @@ msgstr "" "УВÐГÐ: у ключі %s міÑÑ‚ÑÑ‚ÑŒÑÑ Ð·Ð°Ð¿Ð¸Ñи Ð½Ð°Ð´Ð°Ð½Ð½Ñ Ð¿ÐµÑ€ÐµÐ²Ð°Ð³Ð¸\n" "недоÑтупним алгоритмам Ð´Ð»Ñ Ñ‚Ð°ÐºÐ¸Ñ… ід. кориÑтувачів:\n" -#: g10/import.c:1321 +#: g10/import.c:1333 #, c-format msgid " \"%s\": preference for cipher algorithm %s\n" msgstr " «%s»: перевага алгоритму ÑˆÐ¸Ñ„Ñ€ÑƒÐ²Ð°Ð½Ð½Ñ %s\n" -#: g10/import.c:1339 +#: g10/import.c:1351 #, fuzzy, c-format #| msgid " \"%s\": preference for cipher algorithm %s\n" msgid " \"%s\": preference for AEAD algorithm %s\n" msgstr " «%s»: перевага алгоритму ÑˆÐ¸Ñ„Ñ€ÑƒÐ²Ð°Ð½Ð½Ñ %s\n" -#: g10/import.c:1354 +#: g10/import.c:1366 #, c-format msgid " \"%s\": preference for digest algorithm %s\n" msgstr " «%s»: перевага алгоритму контрольних Ñум %s\n" -#: g10/import.c:1366 +#: g10/import.c:1378 #, c-format msgid " \"%s\": preference for compression algorithm %s\n" msgstr " «%s»: перевага алгоритму ÑтиÑÐºÐ°Ð½Ð½Ñ %s\n" -#: g10/import.c:1379 +#: g10/import.c:1391 #, c-format msgid "it is strongly suggested that you update your preferences and\n" msgstr "наполегливо рекомендуємо вам оновити запиÑи переваг Ñ–\n" -#: g10/import.c:1381 +#: g10/import.c:1393 #, c-format msgid "re-distribute this key to avoid potential algorithm mismatch problems\n" msgstr "" "повторно поширити цей ключ, щоб уникнути потенційних проблем з алгоритмами\n" -#: g10/import.c:1406 +#: g10/import.c:1418 #, c-format msgid "you can update your preferences with: gpg --edit-key %s updpref save\n" msgstr "" "оновити запиÑи перевад можна за допомогою команди: gpg --edit-key %s updpref " "save\n" -#: g10/import.c:1920 g10/import.c:3041 +#: g10/import.c:1932 g10/import.c:3053 #, c-format msgid "key %s: no user ID\n" msgstr "ключ %s: немає ідентифікатор кориÑтувача\n" -#: g10/import.c:1926 +#: g10/import.c:1938 #, c-format msgid "key %s: %s\n" msgstr "ключ %s: %s\n" -#: g10/import.c:1927 g10/import.c:3013 +#: g10/import.c:1939 g10/import.c:3025 msgid "rejected by import screener" msgstr "відкинуто екранувальником імпорту" -#: g10/import.c:1976 +#: g10/import.c:1988 #, c-format msgid "key %s: PKS subkey corruption repaired\n" msgstr "ключ %s: відновлено пошкоджений підключ PKS\n" -#: g10/import.c:1997 +#: g10/import.c:2009 #, c-format msgid "key %s: accepted non self-signed user ID \"%s\"\n" msgstr "ключ %s: прийнÑто неÑамопідпиÑаний ідентифікатор кориÑтувача «%s»\n" -#: g10/import.c:2008 g10/import.c:2039 +#: g10/import.c:2020 g10/import.c:2051 #, c-format msgid "key %s: no valid user IDs\n" msgstr "ключ %s: немає чинних ідентифікаторів кориÑтувача\n" -#: g10/import.c:2010 +#: g10/import.c:2022 #, c-format msgid "this may be caused by a missing self-signature\n" msgstr "причиною цього може бути те, що немає ÑамопідпиÑу\n" -#: g10/import.c:2089 g10/import.c:3427 +#: g10/import.c:2101 g10/import.c:3439 #, c-format msgid "key %s: public key not found: %s\n" msgstr "ключ %s: не знайдено відкритий ключ: %s\n" -#: g10/import.c:2095 +#: g10/import.c:2107 #, c-format msgid "key %s: new key - skipped\n" msgstr "ключ %s: новий ключ — пропущено\n" -#: g10/import.c:2107 +#: g10/import.c:2119 #, c-format msgid "no writable keyring found: %s\n" msgstr "не виÑвлено придатного до запиÑу Ñховища ключів: %s\n" -#: g10/import.c:2139 g10/import.c:2241 g10/import.c:3502 +#: g10/import.c:2151 g10/import.c:2253 g10/import.c:3514 #, c-format msgid "error writing keyring '%s': %s\n" msgstr "помилка під Ñ‡Ð°Ñ Ñпроби запиÑу Ñховища ключів «%s»: %s\n" -#: g10/import.c:2162 +#: g10/import.c:2174 #, c-format msgid "key %s: public key \"%s\" imported\n" msgstr "ключ %s: імпортовано відкритий ключ «%s»\n" -#: g10/import.c:2189 +#: g10/import.c:2201 #, c-format msgid "key %s: doesn't match our copy\n" msgstr "ключ %s: не відповідає нашій копії\n" -#: g10/import.c:2257 +#: g10/import.c:2269 #, c-format msgid "key %s: \"%s\" 1 new user ID\n" msgstr "ключ %s: «%s» 1 новий ідентифікатор кориÑтувача\n" -#: g10/import.c:2260 +#: g10/import.c:2272 #, c-format msgid "key %s: \"%s\" %d new user IDs\n" msgstr "ключ %s: «%s» %d нових ідентифікаторів кориÑтувачів\n" -#: g10/import.c:2263 +#: g10/import.c:2275 #, c-format msgid "key %s: \"%s\" 1 new signature\n" msgstr "ключ %s: «%s» 1 новий підпиÑ\n" -#: g10/import.c:2266 +#: g10/import.c:2278 #, c-format msgid "key %s: \"%s\" %d new signatures\n" msgstr "ключ %s: «%s» %d нових підпиÑів\n" -#: g10/import.c:2269 +#: g10/import.c:2281 #, c-format msgid "key %s: \"%s\" 1 new subkey\n" msgstr "ключ %s: «%s» 1 новий підключ\n" -#: g10/import.c:2272 +#: g10/import.c:2284 #, c-format msgid "key %s: \"%s\" %d new subkeys\n" msgstr "ключ %s: «%s» %d нових підключів\n" -#: g10/import.c:2275 +#: g10/import.c:2287 #, c-format msgid "key %s: \"%s\" %d signature cleaned\n" msgstr "ключ %s: «%s» вилучено %d підпиÑ\n" -#: g10/import.c:2278 +#: g10/import.c:2290 #, c-format msgid "key %s: \"%s\" %d signatures cleaned\n" msgstr "ключ %s: «%s» вилучено %d підпиÑів\n" -#: g10/import.c:2281 +#: g10/import.c:2293 #, c-format msgid "key %s: \"%s\" %d user ID cleaned\n" msgstr "ключ %s: «%s» Ñпорожнено %d ідентифікатор кориÑтувача\n" -#: g10/import.c:2284 +#: g10/import.c:2296 #, c-format msgid "key %s: \"%s\" %d user IDs cleaned\n" msgstr "ключ %s: «%s» Ñпорожнено %d ідентифікаторів кориÑтувачів\n" -#: g10/import.c:2320 +#: g10/import.c:2332 #, c-format msgid "key %s: \"%s\" not changed\n" msgstr "ключ %s: «%s» не змінено\n" -#: g10/import.c:2680 g10/import.c:2875 +#: g10/import.c:2692 g10/import.c:2887 #, c-format msgid "key %s: secret key imported\n" msgstr "ключ %s: імпортовано закритий ключ\n" -#: g10/import.c:2688 +#: g10/import.c:2700 #, c-format msgid "key %s: secret key already exists\n" msgstr "ключ %s: закритий ключ вже Ñ–Ñнує\n" -#: g10/import.c:2696 +#: g10/import.c:2708 #, c-format msgid "key %s: error sending to agent: %s\n" msgstr "ключ %s: помилка під Ñ‡Ð°Ñ Ñпроби надÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð°Ð³ÐµÐ½Ñ‚Ñƒ: %s\n" @@ -3819,204 +3819,204 @@ msgstr "ключ %s: помилка під Ñ‡Ð°Ñ Ñпроби надÑиланР#. * Instead, user should be suggested to run 'gpg --card-status', #. * then, references to a card will be automatically created #. * again. -#: g10/import.c:2865 +#: g10/import.c:2877 #, c-format msgid "To migrate '%s', with each smartcard, run: %s\n" msgstr "" "Ð”Ð»Ñ Ð¿ÐµÑ€ÐµÐ½ÐµÑÐµÐ½Ð½Ñ Â«%s» на кожній із карток пам’ÑÑ‚Ñ– Ñлід виконати таку команду: " "%s\n" -#: g10/import.c:3012 +#: g10/import.c:3024 #, c-format msgid "secret key %s: %s\n" msgstr "закритий ключ %s: %s\n" -#: g10/import.c:3033 g10/import.c:3072 +#: g10/import.c:3045 g10/import.c:3084 #, c-format msgid "importing secret keys not allowed\n" msgstr "Ñ–Ð¼Ð¿Ð¾Ñ€Ñ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð·Ð°ÐºÑ€Ð¸Ñ‚Ð¸Ñ… ключів заборонено\n" -#: g10/import.c:3060 +#: g10/import.c:3072 #, c-format msgid "key %s: secret key with invalid cipher %d - skipped\n" msgstr "ключ %s: закритий ключ з некоректним шифром %d — пропущено\n" -#: g10/import.c:3222 g10/pkclist.c:75 g10/revoke.c:774 +#: g10/import.c:3234 g10/pkclist.c:75 g10/revoke.c:774 msgid "No reason specified" msgstr "Причину не вказано" -#: g10/import.c:3223 g10/pkclist.c:77 g10/revoke.c:776 +#: g10/import.c:3235 g10/pkclist.c:77 g10/revoke.c:776 msgid "Key is superseded" msgstr "Ключ замінено" -#: g10/import.c:3224 g10/pkclist.c:79 g10/revoke.c:775 +#: g10/import.c:3236 g10/pkclist.c:79 g10/revoke.c:775 msgid "Key has been compromised" msgstr "Ключ Ñкомпрометовано" -#: g10/import.c:3225 g10/pkclist.c:81 g10/revoke.c:777 +#: g10/import.c:3237 g10/pkclist.c:81 g10/revoke.c:777 msgid "Key is no longer used" msgstr "Ключ більше не викориÑтовуєтьÑÑ" -#: g10/import.c:3226 g10/pkclist.c:83 g10/revoke.c:778 +#: g10/import.c:3238 g10/pkclist.c:83 g10/revoke.c:778 msgid "User ID is no longer valid" msgstr "Ідентифікатор кориÑтувача втратив чинніÑÑ‚ÑŒ" -#: g10/import.c:3351 g10/keylist.c:1105 g10/pkclist.c:87 +#: g10/import.c:3363 g10/keylist.c:1105 g10/pkclist.c:87 #, c-format msgid "reason for revocation: " msgstr "причина відкликаннÑ: " -#: g10/import.c:3370 g10/keylist.c:1124 g10/pkclist.c:103 +#: g10/import.c:3382 g10/keylist.c:1124 g10/pkclist.c:103 #, c-format msgid "revocation comment: " msgstr "коментар щодо відкликаннÑ: " -#: g10/import.c:3420 +#: g10/import.c:3432 #, c-format msgid "key %s: no public key - can't apply revocation certificate\n" msgstr "" "ключ %s: немає відкритого ключа — не можна заÑтоÑовувати Ñертифікат " "відкликаннÑ\n" -#: g10/import.c:3449 +#: g10/import.c:3461 #, c-format msgid "key %s: can't locate original keyblock: %s\n" msgstr "ключ %s: не вдалоÑÑ Ð·Ð½Ð°Ð¹Ñ‚Ð¸ початковий блок ключів: %s\n" -#: g10/import.c:3456 +#: g10/import.c:3468 #, c-format msgid "key %s: can't read original keyblock: %s\n" msgstr "ключ %s: не вдалоÑÑ Ð¿Ñ€Ð¾Ñ‡Ð¸Ñ‚Ð°Ñ‚Ð¸ початковий блок ключів: %s\n" -#: g10/import.c:3476 +#: g10/import.c:3488 #, c-format msgid "key %s: invalid revocation certificate: %s - rejected\n" msgstr "ключ %s: некоректний Ñертифікат відкликаннÑ: %s — відкинуто\n" -#: g10/import.c:3511 +#: g10/import.c:3523 #, c-format msgid "key %s: \"%s\" revocation certificate imported\n" msgstr "ключ %s: імпортовано Ñертифікат Ð²Ñ–Ð´ÐºÐ»Ð¸ÐºÐ°Ð½Ð½Ñ Â«%s»\n" -#: g10/import.c:3597 +#: g10/import.c:3609 #, c-format msgid "key %s: no user ID for signature\n" msgstr "ключ %s: немає ідентифікатор кориÑтувача Ð´Ð»Ñ Ð¿Ñ–Ð´Ð¿Ð¸Ñу\n" -#: g10/import.c:3614 +#: g10/import.c:3626 #, c-format msgid "key %s: unsupported public key algorithm on user ID \"%s\"\n" msgstr "" "ключ %s: непідтримуваний алгоритм ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð²Ñ–Ð´ÐºÑ€Ð¸Ñ‚Ð¾Ð³Ð¾ ключа Ð´Ð»Ñ " "ідентифікатора кориÑтувача «%s»\n" -#: g10/import.c:3616 +#: g10/import.c:3628 #, c-format msgid "key %s: invalid self-signature on user ID \"%s\"\n" msgstr "ключ %s: некоректний ÑÐ°Ð¼Ð¾Ð¿Ñ–Ð´Ð¿Ð¸Ñ Ð´Ð»Ñ Ñ–Ð´ÐµÐ½Ñ‚Ð¸Ñ„Ñ–ÐºÐ°Ñ‚Ð¾Ñ€Ð° кориÑтувача «%s»\n" -#: g10/import.c:3633 g10/import.c:3661 g10/import.c:3717 +#: g10/import.c:3645 g10/import.c:3673 g10/import.c:3729 #, c-format msgid "key %s: unsupported public key algorithm\n" msgstr "ключ %s: непідтримуваний алгоритм ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð²Ñ–Ð´ÐºÑ€Ð¸Ñ‚Ð¾Ð³Ð¾ ключа\n" -#: g10/import.c:3634 +#: g10/import.c:3646 #, c-format msgid "key %s: invalid direct key signature\n" msgstr "ключ %s: некоректний безпоÑередній Ð¿Ñ–Ð´Ð¿Ð¸Ñ ÐºÐ»ÑŽÑ‡Ð°\n" -#: g10/import.c:3648 +#: g10/import.c:3660 #, c-format msgid "key %s: no subkey for key binding\n" msgstr "ключ %s: немає підключа Ð´Ð»Ñ Ð·Ð²â€™ÑÐ·ÑƒÐ²Ð°Ð½Ð½Ñ ÐºÐ»ÑŽÑ‡Ñ–Ð²\n" -#: g10/import.c:3663 +#: g10/import.c:3675 #, c-format msgid "key %s: invalid subkey binding\n" msgstr "ключ %s: некоректне зв’ÑÐ·ÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ñ–Ð´ÐºÐ»ÑŽÑ‡Ñ–Ð²\n" -#: g10/import.c:3682 +#: g10/import.c:3694 #, c-format msgid "key %s: removed multiple subkey binding\n" msgstr "ключ %s: вилучено кратне зв’ÑÐ·ÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ñ–Ð´ÐºÐ»ÑŽÑ‡Ñ–Ð²\n" -#: g10/import.c:3706 +#: g10/import.c:3718 #, c-format msgid "key %s: no subkey for key revocation\n" msgstr "ключ %s: немає підключа Ð´Ð»Ñ Ð²Ñ–Ð´ÐºÐ»Ð¸ÐºÐ°Ð½Ð½Ñ ÐºÐ»ÑŽÑ‡Ð°\n" -#: g10/import.c:3719 +#: g10/import.c:3731 #, c-format msgid "key %s: invalid subkey revocation\n" msgstr "ключ %s: некоректне Ð²Ñ–Ð´ÐºÐ»Ð¸ÐºÐ°Ð½Ð½Ñ Ð¿Ñ–Ð´ÐºÐ»ÑŽÑ‡Ð°\n" -#: g10/import.c:3734 +#: g10/import.c:3746 #, c-format msgid "key %s: removed multiple subkey revocation\n" msgstr "ключ %s: вилучено кратне Ð²Ñ–Ð´ÐºÐ»Ð¸ÐºÐ°Ð½Ð½Ñ Ð¿Ñ–Ð´ÐºÐ»ÑŽÑ‡Ð°\n" -#: g10/import.c:3778 +#: g10/import.c:3790 #, c-format msgid "key %s: skipped user ID \"%s\"\n" msgstr "ключ %s: пропущено ідентифікатор кориÑтувача «%s»\n" -#: g10/import.c:3805 +#: g10/import.c:3817 #, c-format msgid "key %s: skipped subkey\n" msgstr "ключ %s: пропущено підключ\n" -#: g10/import.c:3837 +#: g10/import.c:3849 #, c-format msgid "key %s: non exportable signature (class 0x%02X) - skipped\n" msgstr "ключ %s: непридатний до екÑпорту Ð¿Ñ–Ð´Ð¿Ð¸Ñ (ÐºÐ»Ð°Ñ 0x%02X) — пропущено\n" -#: g10/import.c:3848 +#: g10/import.c:3860 #, c-format msgid "key %s: revocation certificate at wrong place - skipped\n" msgstr "ключ %s: Ñертифікат Ð²Ñ–Ð´ÐºÐ»Ð¸ÐºÐ°Ð½Ð½Ñ Ñƒ помилковому міÑці — пропущено\n" -#: g10/import.c:3866 +#: g10/import.c:3878 #, c-format msgid "key %s: invalid revocation certificate: %s - skipped\n" msgstr "ключ %s: некоректний Ñертифікат відкликаннÑ: %s — пропущено\n" -#: g10/import.c:3880 +#: g10/import.c:3892 #, c-format msgid "key %s: subkey signature in wrong place - skipped\n" msgstr "ключ %s: Ð¿Ñ–Ð´Ð¿Ð¸Ñ Ð¿Ñ–Ð´ÐºÐ»ÑŽÑ‡Ð° у помилковому міÑці — пропущено\n" -#: g10/import.c:3888 +#: g10/import.c:3900 #, c-format msgid "key %s: unexpected signature class (0x%02X) - skipped\n" msgstr "ключ %s: неочікуваний ÐºÐ»Ð°Ñ Ð¿Ñ–Ð´Ð¿Ð¸Ñу (0x%02X) — пропущено\n" -#: g10/import.c:4061 +#: g10/import.c:4073 #, c-format msgid "key %s: duplicated user ID detected - merged\n" msgstr "ключ %s: виÑвлено Ð´ÑƒÐ±Ð»ÑŽÐ²Ð°Ð½Ð½Ñ Ñ–Ð´ÐµÐ½Ñ‚Ð¸Ñ„Ñ–ÐºÐ°Ñ‚Ð¾Ñ€Ñ–Ð² кориÑтувача — об’єднано\n" -#: g10/import.c:4168 +#: g10/import.c:4180 #, fuzzy, c-format #| msgid "key %s: duplicated user ID detected - merged\n" msgid "key %s: duplicated subkeys detected - merged\n" msgstr "ключ %s: виÑвлено Ð´ÑƒÐ±Ð»ÑŽÐ²Ð°Ð½Ð½Ñ Ñ–Ð´ÐµÐ½Ñ‚Ð¸Ñ„Ñ–ÐºÐ°Ñ‚Ð¾Ñ€Ñ–Ð² кориÑтувача — об’єднано\n" -#: g10/import.c:4233 +#: g10/import.c:4245 #, c-format msgid "WARNING: key %s may be revoked: fetching revocation key %s\n" msgstr "УВÐГÐ: ключ %s могло бути відкликано: отримуємо ключ Ð²Ñ–Ð´ÐºÐ»Ð¸ÐºÐ°Ð½Ð½Ñ %s\n" -#: g10/import.c:4249 +#: g10/import.c:4261 #, c-format msgid "WARNING: key %s may be revoked: revocation key %s not present.\n" msgstr "УВÐГÐ: ключ %s могло бути відкликано: ключа Ð²Ñ–Ð´ÐºÐ»Ð¸ÐºÐ°Ð½Ð½Ñ %s немає.\n" -#: g10/import.c:4315 +#: g10/import.c:4327 #, c-format msgid "key %s: \"%s\" revocation certificate added\n" msgstr "ключ %s: додано Ñертифікат Ð²Ñ–Ð´ÐºÐ»Ð¸ÐºÐ°Ð½Ð½Ñ Â«%s»\n" -#: g10/import.c:4353 +#: g10/import.c:4365 #, c-format msgid "key %s: direct key signature added\n" msgstr "ключ %s: додано безпоÑередній Ð¿Ñ–Ð´Ð¿Ð¸Ñ ÐºÐ»ÑŽÑ‡Ð°\n" @@ -4862,12 +4862,12 @@ msgstr "" "до перезапуÑку програми.\n" #: g10/keyedit.c:4016 g10/keyedit.c:4447 g10/keyserver.c:535 -#: g10/mainproc.c:2277 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 +#: g10/mainproc.c:2280 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 msgid "revoked" msgstr "відкликано" #: g10/keyedit.c:4018 g10/keyedit.c:4449 g10/keyserver.c:539 -#: g10/mainproc.c:2279 g10/tofu.c:1792 g10/trust.c:124 +#: g10/mainproc.c:2282 g10/tofu.c:1792 g10/trust.c:124 msgid "expired" msgstr "збіг Ñтрок дії" @@ -5418,7 +5418,7 @@ msgstr " (%d) Вже запиÑаний ключ з картки\n" msgid "Enter the keygrip: " msgstr "Вкажіть keygrip: " -#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2279 +#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2280 #, c-format msgid "Not a valid keygrip (expecting 40 hex digits)\n" msgstr "Ðекоректний keygrip (мало бути вказано 40 шіÑтнадцÑткових цифр)\n" @@ -5427,13 +5427,13 @@ msgstr "Ðекоректний keygrip (мало бути вказано 40 ші msgid "No key with this keygrip\n" msgstr "Ðемає ключів з таким значеннÑм keygrip\n" -#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3437 g10/keygen.c:3448 +#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3440 g10/keygen.c:3451 #: sm/certreqgen-ui.c:231 sm/certreqgen-ui.c:240 #, c-format msgid "error reading the card: %s\n" msgstr "помилка Ñ‡Ð¸Ñ‚Ð°Ð½Ð½Ñ ÐºÐ°Ñ€Ñ‚ÐºÐ¸: %s\n" -#: g10/keygen.c:2292 g10/keygen.c:3441 sm/certreqgen-ui.c:234 +#: g10/keygen.c:2292 g10/keygen.c:3444 sm/certreqgen-ui.c:234 #, c-format msgid "Serial number of the card: %s\n" msgstr "Серійний номер картки: %s\n" @@ -5680,13 +5680,18 @@ msgstr "" "під Ñ‡Ð°Ñ ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð¿Ñ€Ð¾Ñтого чиÑла. Це надаÑÑ‚ÑŒ змогу генератору\n" "пÑевдовипадкових чиÑел Ñтворити краще випадкове чиÑло.\n" -#: g10/keygen.c:4570 g10/keygen.c:4643 g10/keygen.c:4661 g10/keygen.c:4690 -#: g10/keygen.c:5066 g10/keygen.c:5612 g10/keygen.c:5923 g10/keygen.c:6030 +#: g10/keygen.c:3591 +#, c-format +msgid "WARNING: v4 is specified, but overridden by v5.\n" +msgstr "" + +#: g10/keygen.c:4590 g10/keygen.c:4663 g10/keygen.c:4681 g10/keygen.c:4710 +#: g10/keygen.c:5086 g10/keygen.c:5632 g10/keygen.c:5943 g10/keygen.c:6050 #, c-format msgid "Key generation failed: %s\n" msgstr "Помилка під Ñ‡Ð°Ñ Ñпроби ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ ÐºÐ»ÑŽÑ‡Ð°: %s\n" -#: g10/keygen.c:4579 +#: g10/keygen.c:4599 #, c-format msgid "" "About to create a key for:\n" @@ -5697,66 +5702,66 @@ msgstr "" " \"%s\"\n" "\n" -#: g10/keygen.c:4581 +#: g10/keygen.c:4601 msgid "Continue? (Y/n) " msgstr "Продовжити? (Y (так)/n (ні)) " -#: g10/keygen.c:4602 +#: g10/keygen.c:4622 #, c-format msgid "A key for \"%s\" already exists\n" msgstr "Ключ Ð´Ð»Ñ Â«%s» вже Ñ–Ñнує\n" -#: g10/keygen.c:4607 +#: g10/keygen.c:4627 msgid "Create anyway? (y/N) " msgstr "Створити попри це? (y (так)/N (ні)) " -#: g10/keygen.c:4613 +#: g10/keygen.c:4633 #, c-format msgid "creating anyway\n" msgstr "Ñтворюємо попри уÑе\n" -#: g10/keygen.c:5049 +#: g10/keygen.c:5069 #, c-format msgid "Note: Use \"%s %s\" for a full featured key generation dialog.\n" msgstr "" "ЗауваженнÑ: ÑкориÑтайтеÑÑ Â«%s %s», щоб викликати повноцінне діалогове вікно " "ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ ÐºÐ»ÑŽÑ‡Ð°.\n" -#: g10/keygen.c:5098 +#: g10/keygen.c:5118 #, c-format msgid "Key generation canceled.\n" msgstr "Ð¡Ñ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ ÐºÐ»ÑŽÑ‡Ð° ÑкаÑовано.\n" -#: g10/keygen.c:5158 +#: g10/keygen.c:5178 #, c-format msgid "can't create backup file '%s': %s\n" msgstr "не вдалоÑÑ Ñтворити файл резервної копії «%s»: %s\n" -#: g10/keygen.c:5178 +#: g10/keygen.c:5198 #, c-format msgid "Note: backup of card key saved to '%s'\n" msgstr "ЗÐУВÐЖЕÐÐЯ: резервну копію ключа на картці збережено до «%s»\n" -#: g10/keygen.c:5339 g10/keygen.c:5541 +#: g10/keygen.c:5359 g10/keygen.c:5561 #, c-format msgid "writing public key to '%s'\n" msgstr "запиÑуємо відкритий ключ до «%s»\n" -#: g10/keygen.c:5535 +#: g10/keygen.c:5555 #, c-format msgid "no writable public keyring found: %s\n" msgstr "не знайдено придатного до запиÑу Ñховища відкритих ключів: %s\n" -#: g10/keygen.c:5549 +#: g10/keygen.c:5569 #, c-format msgid "error writing public keyring '%s': %s\n" msgstr "помилка під Ñ‡Ð°Ñ Ñпроби запиÑу до Ñховища відкритих ключів «%s»: %s\n" -#: g10/keygen.c:5583 +#: g10/keygen.c:5603 msgid "public and secret key created and signed.\n" msgstr "відкритий Ñ– закритий ключі Ñтворено Ñ– підпиÑано.\n" -#: g10/keygen.c:5599 +#: g10/keygen.c:5619 msgid "" "Note that this key cannot be used for encryption. You may want to use\n" "the command \"--edit-key\" to generate a subkey for this purpose.\n" @@ -5764,7 +5769,7 @@ msgstr "" "Зауважте, що цей ключ не може бути викориÑтано Ð´Ð»Ñ ÑˆÐ¸Ñ„Ñ€ÑƒÐ²Ð°Ð½Ð½Ñ. Ви можете\n" "ÑкориÑтатиÑÑ ÐºÐ¾Ð¼Ð°Ð½Ð´Ð¾ÑŽ «--edit-key» Ð´Ð»Ñ ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð¿Ñ–Ð´ÐºÐ»ÑŽÑ‡Ð° з цією метою.\n" -#: g10/keygen.c:5781 g10/keygen.c:5980 +#: g10/keygen.c:5801 g10/keygen.c:6000 #, c-format msgid "" "key has been created %lu second in future (time warp or clock problem)\n" @@ -5772,7 +5777,7 @@ msgstr "" "ключ було Ñтворено з позначкою на %lu Ñекунд у майбутньому (чаÑова Ð¿ÐµÑ‚Ð»Ñ Ð°Ð±Ð¾ " "проблема з годинником)\n" -#: g10/keygen.c:5783 g10/keygen.c:5982 +#: g10/keygen.c:5803 g10/keygen.c:6002 #, c-format msgid "" "key has been created %lu seconds in future (time warp or clock problem)\n" @@ -5780,22 +5785,22 @@ msgstr "" "ключ було Ñтворено з позначкою на %lu Ñекунду у майбутньому (чаÑова Ð¿ÐµÑ‚Ð»Ñ " "або проблема з годинником)\n" -#: g10/keygen.c:5794 g10/keygen.c:5993 +#: g10/keygen.c:5814 g10/keygen.c:6013 #, c-format msgid "Note: creating subkeys for v3 keys is not OpenPGP compliant\n" msgstr "ЗÐУВÐЖЕÐÐЯ: ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ Ð¿Ñ–Ð´ÐºÐ»ÑŽÑ‡Ñ–Ð² Ð´Ð»Ñ ÐºÐ»ÑŽÑ‡Ñ–Ð² v3 неÑуміÑне з OpenPGP\n" -#: g10/keygen.c:5806 g10/keygen.c:5808 +#: g10/keygen.c:5826 g10/keygen.c:5828 #, c-format msgid "Secret parts of primary key are not available.\n" msgstr "Закриті чаÑтини оÑновного ключа недоÑтупні.\n" -#: g10/keygen.c:5815 g10/keygen.c:5817 +#: g10/keygen.c:5835 g10/keygen.c:5837 #, c-format msgid "Secret parts of primary key are stored on-card.\n" msgstr "Закриті чаÑтини оÑновного ключа зберігаютьÑÑ Ð½Ð° картці.\n" -#: g10/keygen.c:5837 g10/keygen.c:6007 +#: g10/keygen.c:5857 g10/keygen.c:6027 msgid "Really create? (y/N) " msgstr "Створити? (y/N або Ñ‚/Ð) " @@ -5955,7 +5960,7 @@ msgstr "некоректний протокол Ñервера ключів (нРmsgid "\"%s\" not a key ID: skipping\n" msgstr "«%s» не Ñ” ідентифікатором ключа: пропуÑкаємо\n" -#: g10/keyserver.c:1418 g10/keyserver.c:1451 +#: g10/keyserver.c:1420 g10/keyserver.c:1453 #, c-format msgid "refreshing %d key from %s\n" msgid_plural "refreshing %d keys from %s\n" @@ -5963,52 +5968,52 @@ msgstr[0] "оновлюємо %d ключ з %s\n" msgstr[1] "оновлюємо %d ключі з %s\n" msgstr[2] "оновлюємо %d ключів з %s\n" -#: g10/keyserver.c:1425 +#: g10/keyserver.c:1427 #, c-format msgid "WARNING: unable to refresh key %s via %s: %s\n" msgstr "УВÐГÐ: не вдалоÑÑ Ð¾Ð½Ð¾Ð²Ð¸Ñ‚Ð¸ ключ %s за допомогою %s: %s\n" -#: g10/keyserver.c:1529 +#: g10/keyserver.c:1531 #, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "ключ «%s» не знайдено на Ñервері ключів\n" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1534 #, c-format msgid "key not found on keyserver\n" msgstr "ключ не знайдено на Ñервері ключів\n" -#: g10/keyserver.c:1720 +#: g10/keyserver.c:1722 #, c-format msgid "requesting key %s from %s server %s\n" msgstr "надÑилаємо запит щодо ключа %s до %s Ñервера %s\n" -#: g10/keyserver.c:1724 +#: g10/keyserver.c:1726 #, c-format msgid "requesting key %s from %s\n" msgstr "надÑилаємо запит щодо ключа %s з %s\n" -#: g10/keyserver.c:1829 g10/keyserver.c:2008 +#: g10/keyserver.c:1841 g10/keyserver.c:2020 #, c-format msgid "no keyserver known\n" msgstr "немає відомих Ñерверів ключів\n" -#: g10/keyserver.c:1844 g10/skclist.c:213 g10/skclist.c:241 +#: g10/keyserver.c:1856 g10/skclist.c:213 g10/skclist.c:241 #, c-format msgid "skipped \"%s\": %s\n" msgstr "пропущено «%s»: %s\n" -#: g10/keyserver.c:1848 +#: g10/keyserver.c:1860 #, c-format msgid "sending key %s to %s\n" msgstr "надÑилаємо ключ %s на %s\n" -#: g10/keyserver.c:1889 +#: g10/keyserver.c:1901 #, c-format msgid "requesting key from '%s'\n" msgstr "надÑилаємо запит щодо ключа з «%s»\n" -#: g10/keyserver.c:1905 +#: g10/keyserver.c:1917 #, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "УВÐГÐ: не вдалоÑÑ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ñ‚Ð¸ адреÑу %s: %s\n" @@ -6204,84 +6209,84 @@ msgstr " видавець «%s»\n" msgid "Key available at: " msgstr "Ключ доÑтупний на: " -#: g10/mainproc.c:2033 +#: g10/mainproc.c:2034 #, c-format msgid "Note: Use '%s' to make use of this info\n" msgstr "" -#: g10/mainproc.c:2231 +#: g10/mainproc.c:2234 msgid "[uncertain]" msgstr "[непевний]" -#: g10/mainproc.c:2269 +#: g10/mainproc.c:2272 #, c-format msgid " aka \"%s\"" msgstr " або «%s»" -#: g10/mainproc.c:2344 +#: g10/mainproc.c:2347 #, c-format msgid "WARNING: This key is not suitable for signing in %s mode\n" msgstr "" "УВÐГÐ: цей ключ не можна викориÑтовувати Ð´Ð»Ñ Ð¿Ñ–Ð´Ð¿Ð¸ÑÑƒÐ²Ð°Ð½Ð½Ñ Ñƒ режимі %s\n" -#: g10/mainproc.c:2360 +#: g10/mainproc.c:2363 #, c-format msgid "Signature expired %s\n" msgstr "Строк дії підпиÑу вичерпано %s\n" -#: g10/mainproc.c:2365 +#: g10/mainproc.c:2368 #, c-format msgid "Signature expires %s\n" msgstr "ÐŸÑ–Ð´Ð¿Ð¸Ñ Ð´Ñ–Ñ” до %s\n" -#: g10/mainproc.c:2376 +#: g10/mainproc.c:2379 #, c-format msgid "%s signature, digest algorithm %s%s%s\n" msgstr "%s підпиÑ, алгоритм контрольної Ñуми %s%s%s\n" -#: g10/mainproc.c:2377 +#: g10/mainproc.c:2380 msgid "binary" msgstr "двійковий" -#: g10/mainproc.c:2378 +#: g10/mainproc.c:2381 msgid "textmode" msgstr "текÑтовий" -#: g10/mainproc.c:2378 g10/trust.c:123 dirmngr/ocsp.c:792 +#: g10/mainproc.c:2381 g10/trust.c:123 dirmngr/ocsp.c:792 msgid "unknown" msgstr "невідомо" -#: g10/mainproc.c:2380 +#: g10/mainproc.c:2383 msgid ", key algorithm " msgstr ", алгоритм ключа " -#: g10/mainproc.c:2415 +#: g10/mainproc.c:2418 #, c-format msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n" msgstr "УВÐГÐ: не відє’днаний підпиÑ; файл «%s» не було перевірено!\n" -#: g10/mainproc.c:2454 +#: g10/mainproc.c:2457 #, c-format msgid "Can't check signature: %s\n" msgstr "Ðе вдалоÑÑ Ð¿ÐµÑ€ÐµÐ²Ñ–Ñ€Ð¸Ñ‚Ð¸ підпиÑ: %s\n" -#: g10/mainproc.c:2550 g10/mainproc.c:2569 g10/mainproc.c:2693 +#: g10/mainproc.c:2553 g10/mainproc.c:2572 g10/mainproc.c:2696 #, c-format msgid "not a detached signature\n" msgstr "не Ñ” від’єднаним підпиÑом\n" -#: g10/mainproc.c:2603 +#: g10/mainproc.c:2606 #, c-format msgid "" "WARNING: multiple signatures detected. Only the first will be checked.\n" msgstr "УВÐГÐ: виÑвлено кратні підпиÑи. Буде перевірено лише перший.\n" -#: g10/mainproc.c:2612 +#: g10/mainproc.c:2615 #, c-format msgid "standalone signature of class 0x%02x\n" msgstr "окремий Ð¿Ñ–Ð´Ð¿Ð¸Ñ ÐºÐ»Ð°Ñу 0x%02x\n" -#: g10/mainproc.c:2697 +#: g10/mainproc.c:2700 #, c-format msgid "old style (PGP 2.x) signature\n" msgstr "Ð¿Ñ–Ð´Ð¿Ð¸Ñ Ñƒ заÑтарілому форматі (PGP 2.x)\n" @@ -8238,7 +8243,7 @@ msgstr "" #. TRANSLATORS: Put a \x1f right before a colon. This can be #. * used by pinentry to nicely align the names and values. Keep #. * the %s at the start and end of the string. -#: scd/app-piv.c:1770 scd/app-p15.c:4741 scd/app-nks.c:1475 +#: scd/app-piv.c:1770 scd/app-p15.c:4937 scd/app-nks.c:1530 #: scd/app-openpgp.c:2386 #, c-format msgid "%sNumber: %s%%0AHolder: %s%s" @@ -8246,7 +8251,7 @@ msgstr "" #. TRANSLATORS: This is the number of remaining attempts to #. * enter a PIN. Use %%0A (double-percent,0A) for a linefeed. -#: scd/app-piv.c:1787 scd/app-p15.c:4760 scd/app-nks.c:1494 +#: scd/app-piv.c:1787 scd/app-p15.c:4956 scd/app-nks.c:1549 #: scd/app-openpgp.c:2402 #, c-format msgid "Remaining attempts: %d" @@ -8290,7 +8295,7 @@ msgstr "" "|P|Будь лаÑка, вкажіть код Ñ€Ð¾Ð·Ð±Ð»Ð¾ÐºÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ñ–Ð½ÐºÐ¾Ð´Ñƒ (PUK) Ð´Ð»Ñ Ñтандартних " "ключів." -#: scd/app-piv.c:1888 scd/app-nks.c:1605 scd/app-openpgp.c:2669 +#: scd/app-piv.c:1888 scd/app-nks.c:1660 scd/app-openpgp.c:2669 #: scd/app-openpgp.c:2693 scd/app-openpgp.c:2871 scd/app-openpgp.c:2893 #: scd/app-openpgp.c:3074 scd/app-openpgp.c:3361 scd/app-openpgp.c:3408 #: scd/app-openpgp.c:3545 scd/app-dinsig.c:302 @@ -8378,7 +8383,7 @@ msgstr[2] "ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ ÐºÐ»ÑŽÑ‡Ð° завершено (за %d ÑекунРmsgid "response does not contain the public key data\n" msgstr "відповідь не міÑтить даних відкритого ключа\n" -#: scd/app-p15.c:4839 scd/app-nks.c:1983 +#: scd/app-p15.c:5035 scd/app-nks.c:2038 msgid "||Please enter the PIN for the key to create qualified signatures." msgstr "" "||Будь лаÑка, вкажіть пінкод Ð´Ð»Ñ ÐºÐ»ÑŽÑ‡Ð°, призначеного Ð´Ð»Ñ ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ ÑкіÑних " @@ -8386,62 +8391,62 @@ msgstr "" #. TRANSLATORS: Do not translate the "|A|" prefix but keep it at #. the start of the string. Use %0A (single percent) for a linefeed. -#: scd/app-p15.c:4842 scd/app-openpgp.c:2818 +#: scd/app-p15.c:5038 scd/app-openpgp.c:2818 msgid "|A|Please enter the Admin PIN" msgstr "|A|Вкажіть адмініÑтративний пінкод" -#: scd/app-p15.c:4844 scd/app-nks.c:1973 +#: scd/app-p15.c:5040 scd/app-nks.c:2028 msgid "|P|Please enter the PIN Unblocking Code (PUK) for the standard keys." msgstr "" "|P|Будь лаÑка, вкажіть код Ñ€Ð¾Ð·Ð±Ð»Ð¾ÐºÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ñ–Ð½ÐºÐ¾Ð´Ñƒ (PUK) Ð´Ð»Ñ Ñтандартних " "ключів." -#: scd/app-p15.c:4847 scd/app-nks.c:1964 +#: scd/app-p15.c:5043 scd/app-nks.c:2019 msgid "||Please enter the PIN for the standard keys." msgstr "||Вкажіть пінкод Ð´Ð»Ñ Ñтандартних ключів." -#: scd/app-nks.c:1413 scd/app-openpgp.c:4321 +#: scd/app-nks.c:1468 scd/app-openpgp.c:4321 #, c-format msgid "RSA modulus missing or not of size %d bits\n" msgstr "" "Ðе знайдено оÑнови чиÑÐ»ÐµÐ½Ð½Ñ RSA або оÑнова чиÑÐ»ÐµÐ½Ð½Ñ Ð½Ðµ належить до %d-" "бітових\n" -#: scd/app-nks.c:1421 scd/app-openpgp.c:4333 +#: scd/app-nks.c:1476 scd/app-openpgp.c:4333 #, c-format msgid "RSA public exponent missing or larger than %d bits\n" msgstr "" "Ðе виÑтачає відкритого показника RSA або розмірніÑÑ‚ÑŒ показника перевищує %d " "бітів\n" -#: scd/app-nks.c:1594 +#: scd/app-nks.c:1649 #, fuzzy #| msgid "the NullPIN has not yet been changed\n" msgid "Note: PIN has not yet been enabled." msgstr "NullPIN ще не було змінено\n" -#: scd/app-nks.c:1641 +#: scd/app-nks.c:1696 #, c-format msgid "the NullPIN has not yet been changed\n" msgstr "NullPIN ще не було змінено\n" -#: scd/app-nks.c:1963 +#: scd/app-nks.c:2018 msgid "|N|Please enter a new PIN for the standard keys." msgstr "|N|Вкажіть новий пінкод Ð´Ð»Ñ Ñтандартних ключів." -#: scd/app-nks.c:1971 +#: scd/app-nks.c:2026 msgid "|NP|Please enter a new PIN Unblocking Code (PUK) for the standard keys." msgstr "" "|NP|Будь лаÑка, вкажіть новий код Ñ€Ð¾Ð·Ð±Ð»Ð¾ÐºÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ñ–Ð½ÐºÐ¾Ð´Ñƒ (PUK) Ð´Ð»Ñ " "Ñтандартних ключів." -#: scd/app-nks.c:1981 +#: scd/app-nks.c:2036 msgid "|N|Please enter a new PIN for the key to create qualified signatures." msgstr "" "|N|Будь лаÑка, вкажіть новий пінкод Ð´Ð»Ñ ÐºÐ»ÑŽÑ‡Ð°, призначеного Ð´Ð»Ñ ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ " "ÑкіÑних підпиÑів." -#: scd/app-nks.c:1991 +#: scd/app-nks.c:2046 msgid "" "|NP|Please enter a new PIN Unblocking Code (PUK) for the key to create " "qualified signatures." @@ -8449,7 +8454,7 @@ msgstr "" "|NP|Будь лаÑка, вкажіть новий код Ñ€Ð¾Ð·Ð±Ð»Ð¾ÐºÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ñ–Ð½ÐºÐ¾Ð´Ñƒ (PUK) Ð´Ð»Ñ ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ " "ÑкіÑних підпиÑів." -#: scd/app-nks.c:1993 +#: scd/app-nks.c:2048 msgid "" "|P|Please enter the PIN Unblocking Code (PUK) for the key to create " "qualified signatures." @@ -8457,7 +8462,7 @@ msgstr "" "|P|Будь лаÑка, вкажіть код Ñ€Ð¾Ð·Ð±Ð»Ð¾ÐºÑƒÐ²Ð°Ð½Ð½Ñ Ð¿Ñ–Ð½ÐºÐ¾Ð´Ñƒ (PUK) Ð´Ð»Ñ ÑÑ‚Ð²Ð¾Ñ€ÐµÐ½Ð½Ñ ÑкіÑних " "підпиÑів." -#: scd/app-nks.c:2166 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 +#: scd/app-nks.c:2221 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 #, c-format msgid "error getting new PIN: %s\n" msgstr "помилка під Ñ‡Ð°Ñ Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ð½Ð½Ñ Ð½Ð¾Ð²Ð¾Ð³Ð¾ пінкоду: %s\n" @@ -8646,59 +8651,59 @@ msgstr "||Вкажіть ваш пінкод за допомогою клавіРmsgid "|N|Initial New PIN" msgstr "|N|Початковий новий пінкод" -#: scd/scdaemon.c:118 +#: scd/scdaemon.c:119 msgid "run in multi server mode (foreground)" msgstr "запуÑтити у режимі декількох Ñерверів (оÑновному режимі)" -#: scd/scdaemon.c:135 sm/gpgsm.c:271 dirmngr/dirmngr.c:197 +#: scd/scdaemon.c:136 sm/gpgsm.c:274 dirmngr/dirmngr.c:198 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "|LEVEL|вÑтановити вказаний рівень діагноÑтики" -#: scd/scdaemon.c:141 +#: scd/scdaemon.c:142 msgid "|FILE|write a log to FILE" msgstr "|FILE|запиÑувати журнал до файла" -#: scd/scdaemon.c:148 +#: scd/scdaemon.c:149 msgid "|N|connect to reader at port N" msgstr "|N|з’єднатиÑÑ Ð·Ñ– зчитувачем на вказаному порту" -#: scd/scdaemon.c:150 +#: scd/scdaemon.c:151 msgid "|NAME|use NAME as ct-API driver" msgstr "|NAME|викориÑтовувати вказаний драйвер ct-API" -#: scd/scdaemon.c:152 +#: scd/scdaemon.c:153 msgid "|NAME|use NAME as PC/SC driver" msgstr "|NAME|викориÑтовувати вказаний драйвер PC/SC" -#: scd/scdaemon.c:156 +#: scd/scdaemon.c:157 msgid "do not use the internal CCID driver" msgstr "не викориÑтовувати вбудованого драйвера CCID" -#: scd/scdaemon.c:162 +#: scd/scdaemon.c:163 msgid "|N|disconnect the card after N seconds of inactivity" msgstr "|N|від’єднати бездіÑльну вказану кількіÑÑ‚ÑŒ Ñекунд картку" -#: scd/scdaemon.c:165 +#: scd/scdaemon.c:166 msgid "do not use a reader's pinpad" msgstr "не викориÑтовувати додаткову клавіатуру зчитувача" -#: scd/scdaemon.c:168 +#: scd/scdaemon.c:169 msgid "use variable length input for pinpad" msgstr "викориÑтовувати змінну довжину вхідних даних Ð´Ð»Ñ Ð·Ñ‡Ð¸Ñ‚ÑƒÐ²Ð°Ñ‡Ð°" -#: scd/scdaemon.c:171 +#: scd/scdaemon.c:172 msgid "|LIST|change the application priority to LIST" msgstr "" -#: scd/scdaemon.c:179 +#: scd/scdaemon.c:180 msgid "deny the use of admin card commands" msgstr "заборонити викориÑÑ‚Ð°Ð½Ð½Ñ ÐºÐ¾Ð¼Ð°Ð½Ð´ з адмініÑÑ‚Ñ€ÑƒÐ²Ð°Ð½Ð½Ñ ÐºÐ°Ñ€Ñ‚ÐºÐ¸" -#: scd/scdaemon.c:324 +#: scd/scdaemon.c:325 msgid "Usage: @SCDAEMON@ [options] (-h for help)" msgstr "ВикориÑтаннÑ: @SCDAEMON@ [параметри] (-h — довідка)" -#: scd/scdaemon.c:326 +#: scd/scdaemon.c:327 msgid "" "Syntax: scdaemon [options] [command [args]]\n" "Smartcard daemon for @GNUPG@\n" @@ -8706,19 +8711,19 @@ msgstr "" "СинтакÑиÑ: scdaemon [параметри] [команди [аргументи]]\n" "Фонова Ñлужба карток пам’ÑÑ‚Ñ– Ð´Ð»Ñ @GNUPG@\n" -#: scd/scdaemon.c:807 +#: scd/scdaemon.c:819 #, c-format msgid "please use the option '--daemon' to run the program in the background\n" msgstr "" "будь лаÑка, ÑкориÑтайтеÑÑ Ð¿Ð°Ñ€Ð°Ð¼ÐµÑ‚Ñ€Ð¾Ð¼ «--daemon» Ð´Ð»Ñ Ð·Ð°Ð¿ÑƒÑку програми у " "фоновому режимі\n" -#: scd/scdaemon.c:1183 dirmngr/dirmngr.c:2077 +#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2104 #, c-format msgid "handler for fd %d started\n" msgstr "запущено запуÑк обробки Ð´Ð»Ñ Ð´ÐµÑкриптора %d\n" -#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2085 +#: scd/scdaemon.c:1207 dirmngr/dirmngr.c:2112 #, c-format msgid "handler for fd %d terminated\n" msgstr "роботу обробника Ð´Ð»Ñ Ð´ÐµÑкриптора %d перервано\n" @@ -8995,7 +9000,7 @@ msgid "a %u bit hash is not valid for a %u bit %s key\n" msgstr "%u-бітовий хеш не Ñ” коректним Ð´Ð»Ñ %u-бітового ключа %s\n" #: sm/certcheck.c:239 sm/certcheck.c:263 dirmngr/crlcache.c:1542 -#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1363 dirmngr/validate.c:903 +#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1372 dirmngr/validate.c:903 #: dirmngr/validate.c:927 #, c-format msgid "out of core\n" @@ -9347,130 +9352,130 @@ msgstr "помилка під Ñ‡Ð°Ñ Ñпроби Ð²Ð¸Ð»ÑƒÑ‡ÐµÐ½Ð½Ñ ÑÐµÑ€Ñ‚Ð¸Ñ msgid "no valid recipients given\n" msgstr "не вказано коректних отримувачів\n" -#: sm/gpgsm.c:224 +#: sm/gpgsm.c:226 msgid "list external keys" msgstr "показати ключ зовнішніх ключів" -#: sm/gpgsm.c:226 +#: sm/gpgsm.c:228 msgid "list certificate chain" msgstr "показати ланцюжок Ñертифікації" -#: sm/gpgsm.c:234 +#: sm/gpgsm.c:236 msgid "import certificates" msgstr "імпортувати Ñертифікати" -#: sm/gpgsm.c:235 +#: sm/gpgsm.c:237 msgid "export certificates" msgstr "екÑпортувати Ñертифікати" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:245 msgid "register a smartcard" msgstr "зареєÑтрувати картку пам’ÑÑ‚Ñ–" -#: sm/gpgsm.c:246 +#: sm/gpgsm.c:248 msgid "pass a command to the dirmngr" msgstr "передати команду dirmngr" -#: sm/gpgsm.c:248 +#: sm/gpgsm.c:250 msgid "invoke gpg-protect-tool" msgstr "виклик gpg-protect-tool" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:270 msgid "don't use the terminal at all" msgstr "взагалі не викориÑтовувати термінал" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "|N|number of certificates to include" msgstr "кількіÑÑ‚ÑŒ Ñертифікатів, Ñкі Ñлід включити" -#: sm/gpgsm.c:296 +#: sm/gpgsm.c:299 msgid "|FILE|take policy information from FILE" msgstr "|FILE|взÑти дані щодо правил з вказаного файла" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "assume input is in PEM format" msgstr "вважати вхідні дані даними у форматі PEM" -#: sm/gpgsm.c:312 +#: sm/gpgsm.c:315 msgid "assume input is in base-64 format" msgstr "вважати вхідні дані даними у форматі BASE64" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "assume input is in binary format" msgstr "вважати вхідні дані даними у двійковому форматі" -#: sm/gpgsm.c:323 +#: sm/gpgsm.c:326 msgid "create base-64 encoded output" msgstr "Ñтворити дані, закодовані у BASE64" -#: sm/gpgsm.c:335 +#: sm/gpgsm.c:338 msgid "|USER-ID|use USER-ID as default secret key" msgstr "" "|USER-ID|викориÑтовувати ідентифікатор кориÑтувача Ñк типовий закритий ключ" -#: sm/gpgsm.c:346 +#: sm/gpgsm.c:349 msgid "|FILE|add keyring to the list of keyrings" msgstr "|FILE|додати Ñховище ключів до ÑпиÑку Ñховищ ключів" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 msgid "|SPEC|use this keyserver to lookup keys" msgstr "викориÑтовувати цей Ñервер ключів Ð´Ð»Ñ Ð¿Ð¾ÑˆÑƒÐºÑƒ" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "fetch missing issuer certificates" msgstr "ÐадіÑлати запит щодо незнайдених Ñертифікатів видавцÑ" -#: sm/gpgsm.c:361 +#: sm/gpgsm.c:364 msgid "|NAME|use encoding NAME for PKCS#12 passphrases" msgstr "викориÑтовувати вказане ÐºÐ¾Ð´ÑƒÐ²Ð°Ð½Ð½Ñ Ð´Ð»Ñ Ð¿Ð°Ñ€Ð¾Ð»Ñ–Ð² PKCS#12" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 msgid "never consult a CRL" msgstr "не викориÑтовувати СÐС" -#: sm/gpgsm.c:386 +#: sm/gpgsm.c:389 msgid "do not check CRLs for root certificates" msgstr "не шукати у ÑпиÑках відкликаних Ñертифікатів кореневі Ñертифікати" -#: sm/gpgsm.c:390 +#: sm/gpgsm.c:393 msgid "check validity using OCSP" msgstr "перевірÑти чинніÑÑ‚ÑŒ за допомогою OCSP" -#: sm/gpgsm.c:392 +#: sm/gpgsm.c:395 msgid "do not check certificate policies" msgstr "не перевірÑти правила Ñертифікатів" -#: sm/gpgsm.c:395 +#: sm/gpgsm.c:398 msgid "|NAME|use cipher algorithm NAME" msgstr "|NAME|викориÑтовувати вказаний алгоритм шифруваннÑ" -#: sm/gpgsm.c:397 +#: sm/gpgsm.c:400 msgid "|NAME|use message digest algorithm NAME" msgstr "" "|NAME|викориÑтовувати вказаний алгоритм обчиÑÐ»ÐµÐ½Ð½Ñ ÐºÐ¾Ð½Ñ‚Ñ€Ð¾Ð»ÑŒÐ½Ð¾Ñ— Ñуми " "повідомленнÑ" -#: sm/gpgsm.c:407 +#: sm/gpgsm.c:410 msgid "batch mode: never ask" msgstr "пакетний режим: нічого не запитувати" -#: sm/gpgsm.c:409 +#: sm/gpgsm.c:412 msgid "assume yes on most questions" msgstr "вважати відповіддю на більшіÑÑ‚ÑŒ питань «так»" -#: sm/gpgsm.c:410 +#: sm/gpgsm.c:413 msgid "assume no on most questions" msgstr "вважати відповіддю на більшіÑÑ‚ÑŒ питань «ні»" -#: sm/gpgsm.c:427 +#: sm/gpgsm.c:430 msgid "|FILE|write an audit log to FILE" msgstr "|FILE|запиÑувати журнал перевірки до файла" -#: sm/gpgsm.c:612 +#: sm/gpgsm.c:615 msgid "Usage: @GPGSM@ [options] [files] (-h for help)" msgstr "ВикориÑтаннÑ: @GPGSM@ [параметри] [файли] (-h — довідка)" -#: sm/gpgsm.c:615 +#: sm/gpgsm.c:618 msgid "" "Syntax: @GPGSM@ [options] [files]\n" "Sign, check, encrypt or decrypt using the S/MIME protocol\n" @@ -9481,52 +9486,52 @@ msgstr "" "протоколу S/MIME\n" "Типова Ð´Ñ–Ñ Ð·Ð°Ð»ÐµÐ¶Ð°Ñ‚Ð¸Ð¼Ðµ від вхідних даних\n" -#: sm/gpgsm.c:823 +#: sm/gpgsm.c:826 #, c-format msgid "Note: won't be able to encrypt to '%s': %s\n" msgstr "ЗÐУВÐЖЕÐÐЯ: не вдаÑÑ‚ÑŒÑÑ Ð·Ð°ÑˆÐ¸Ñ„Ñ€ÑƒÐ²Ð°Ñ‚Ð¸ до «%s»: %s\n" -#: sm/gpgsm.c:834 +#: sm/gpgsm.c:837 #, c-format msgid "unknown validation model '%s'\n" msgstr "невідома модель перевірки «%s»\n" -#: sm/gpgsm.c:893 dirmngr/ldapserver.c:89 +#: sm/gpgsm.c:896 dirmngr/ldapserver.c:89 #, c-format msgid "%s:%u: no hostname given\n" msgstr "%s:%u: не вказано назви вузла\n" -#: sm/gpgsm.c:912 dirmngr/ldapserver.c:108 +#: sm/gpgsm.c:915 dirmngr/ldapserver.c:108 #, c-format msgid "%s:%u: password given without user\n" msgstr "%s:%u: вказано пароль, але не вказано кориÑтувача\n" -#: sm/gpgsm.c:943 dirmngr/ldapserver.c:139 +#: sm/gpgsm.c:946 dirmngr/ldapserver.c:139 #, c-format msgid "%s:%u: ignoring unknown flag '%s'\n" msgstr "" -#: sm/gpgsm.c:959 dirmngr/ldapserver.c:155 +#: sm/gpgsm.c:962 dirmngr/ldapserver.c:155 #, c-format msgid "%s:%u: skipping this line\n" msgstr "%s:%u: пропуÑкаємо цей Ñ€Ñдок\n" -#: sm/gpgsm.c:1545 +#: sm/gpgsm.c:1550 #, c-format msgid "could not parse keyserver\n" msgstr "не вдалоÑÑ Ð¾Ð±Ñ€Ð¾Ð±Ð¸Ñ‚Ð¸ Ñервер ключів\n" -#: sm/gpgsm.c:1825 +#: sm/gpgsm.c:1858 #, c-format msgid "importing common certificates '%s'\n" msgstr "імпортуємо загальні Ñертифікати «%s»\n" -#: sm/gpgsm.c:1871 +#: sm/gpgsm.c:1904 #, c-format msgid "can't sign using '%s': %s\n" msgstr "підпиÑÑƒÐ²Ð°Ð½Ð½Ñ Ð·Ð° допомогою «%s» неможливе: %s\n" -#: sm/gpgsm.c:2231 +#: sm/gpgsm.c:2273 #, c-format msgid "invalid command (there is no implicit command)\n" msgstr "некоректна команда (немає неÑвної команди)\n" @@ -10500,131 +10505,131 @@ msgstr "мало бути вказано абÑолютний шлÑÑ… до фа msgid "looking up '%s'\n" msgstr "пошук «%s»\n" -#: dirmngr/dirmngr.c:174 +#: dirmngr/dirmngr.c:175 msgid "list the contents of the CRL cache" msgstr "показати вміÑÑ‚ кешу CRL" -#: dirmngr/dirmngr.c:175 +#: dirmngr/dirmngr.c:176 msgid "|FILE|load CRL from FILE into cache" msgstr "|FILE|завантажити CRL з вказаного файла до кешу" -#: dirmngr/dirmngr.c:176 +#: dirmngr/dirmngr.c:177 msgid "|URL|fetch a CRL from URL" msgstr "|URL|отримати CRL з вказаної адреÑи" -#: dirmngr/dirmngr.c:177 +#: dirmngr/dirmngr.c:178 msgid "shutdown the dirmngr" msgstr "завершити роботу dirmngr" -#: dirmngr/dirmngr.c:178 +#: dirmngr/dirmngr.c:179 msgid "flush the cache" msgstr "Ñпорожнити кеш" -#: dirmngr/dirmngr.c:211 +#: dirmngr/dirmngr.c:212 msgid "allow online software version check" msgstr "дозволити інтерактивну перевірку верÑÑ–Ñ— програмного забезпеченнÑ" -#: dirmngr/dirmngr.c:214 +#: dirmngr/dirmngr.c:215 msgid "|N|do not return more than N items in one query" msgstr "|N|повертати не більше за вказану кількіÑÑ‚ÑŒ запиÑів на запит" -#: dirmngr/dirmngr.c:220 +#: dirmngr/dirmngr.c:221 msgid "Network related options" msgstr "" -#: dirmngr/dirmngr.c:222 +#: dirmngr/dirmngr.c:223 msgid "route all network traffic via Tor" msgstr "маршрутизувати увеÑÑŒ обмін даними з мережею через Tor" -#: dirmngr/dirmngr.c:234 +#: dirmngr/dirmngr.c:235 msgid "Configuration for Keyservers" msgstr "ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð´Ð»Ñ Ñерверів ключів" -#: dirmngr/dirmngr.c:237 +#: dirmngr/dirmngr.c:238 msgid "|URL|use keyserver at URL" msgstr "|URL|викориÑтовувати Ñервер ключів за адреÑою" -#: dirmngr/dirmngr.c:239 +#: dirmngr/dirmngr.c:240 msgid "|FILE|use the CA certificates in FILE for HKP over TLS" msgstr "|FILE|викориÑтовувати Ñертифікати CA з файла Ð´Ð»Ñ HKP крізь TLS" -#: dirmngr/dirmngr.c:241 +#: dirmngr/dirmngr.c:242 msgid "Configuration for HTTP servers" msgstr "ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð´Ð»Ñ Ñерверів HTTP" -#: dirmngr/dirmngr.c:243 +#: dirmngr/dirmngr.c:244 msgid "inhibit the use of HTTP" msgstr "заборонити викориÑÑ‚Ð°Ð½Ð½Ñ HTTP" -#: dirmngr/dirmngr.c:245 +#: dirmngr/dirmngr.c:246 msgid "ignore HTTP CRL distribution points" msgstr "ігнорувати точки Ð¿Ð¾ÑˆÐ¸Ñ€ÐµÐ½Ð½Ñ Ð¡ÐС протоколу HTTP" -#: dirmngr/dirmngr.c:247 +#: dirmngr/dirmngr.c:248 msgid "|URL|redirect all HTTP requests to URL" msgstr "|URL|переÑпрÑмувати вÑÑ– запити HTTP на вказану адреÑу" -#: dirmngr/dirmngr.c:249 +#: dirmngr/dirmngr.c:250 msgid "use system's HTTP proxy setting" msgstr "викориÑтовувати загальноÑиÑтемний прокÑÑ–-Ñервер HTTP" -#: dirmngr/dirmngr.c:253 +#: dirmngr/dirmngr.c:254 msgid "Configuration of LDAP servers to use" msgstr "ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ Ð²Ð¸ÐºÐ¾Ñ€Ð¸ÑÑ‚Ð°Ð½Ð½Ñ Ñерверів LDAP" -#: dirmngr/dirmngr.c:255 +#: dirmngr/dirmngr.c:256 msgid "inhibit the use of LDAP" msgstr "заборонити викориÑÑ‚Ð°Ð½Ð½Ñ LDAP" -#: dirmngr/dirmngr.c:257 +#: dirmngr/dirmngr.c:258 msgid "ignore LDAP CRL distribution points" msgstr "ігнорувати точки Ð¿Ð¾ÑˆÐ¸Ñ€ÐµÐ½Ð½Ñ Ð¡ÐС протоколу LDAP" -#: dirmngr/dirmngr.c:259 +#: dirmngr/dirmngr.c:260 msgid "|HOST|use HOST for LDAP queries" msgstr "|HOST|викориÑтовувати вказаний вузол Ð´Ð»Ñ Ð·Ð°Ð¿Ð¸Ñ‚Ñ–Ð² LDAP" -#: dirmngr/dirmngr.c:261 +#: dirmngr/dirmngr.c:262 msgid "do not use fallback hosts with --ldap-proxy" msgstr "не викориÑтовувати резервні вузли з --ldap-proxy" -#: dirmngr/dirmngr.c:263 +#: dirmngr/dirmngr.c:264 msgid "|FILE|read LDAP server list from FILE" msgstr "|FILE|прочитати ÑпиÑок Ñерверів LDAP з вказаного файла" -#: dirmngr/dirmngr.c:265 +#: dirmngr/dirmngr.c:266 msgid "add new servers discovered in CRL distribution points to serverlist" msgstr "додати виÑвлені у точках Ð¿Ð¾ÑˆÐ¸Ñ€ÐµÐ½Ð½Ñ CRL нові Ñервери до ÑпиÑку Ñерверів" -#: dirmngr/dirmngr.c:268 dirmngr/dirmngr_ldap.c:104 +#: dirmngr/dirmngr.c:269 dirmngr/dirmngr_ldap.c:104 msgid "|N|set LDAP timeout to N seconds" msgstr "|N|вÑтановити вказаний Ñ‡Ð°Ñ Ð¾Ñ‡Ñ–ÐºÑƒÐ²Ð°Ð½Ð½Ñ Ð´Ð°Ð½Ð¸Ñ… від LDAP" -#: dirmngr/dirmngr.c:271 +#: dirmngr/dirmngr.c:272 msgid "Configuration for OCSP" msgstr "ÐÐ°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ OCSP" -#: dirmngr/dirmngr.c:273 +#: dirmngr/dirmngr.c:274 msgid "allow sending OCSP requests" msgstr "дозволити надÑÐ¸Ð»Ð°Ð½Ð½Ñ Ð·Ð°Ð¿Ð¸Ñ‚Ñ–Ð² OCSP" -#: dirmngr/dirmngr.c:275 +#: dirmngr/dirmngr.c:276 msgid "ignore certificate contained OCSP service URLs" msgstr "ігнорувати адреÑи Ñлужб OCSP з Ñертифікатами" -#: dirmngr/dirmngr.c:277 +#: dirmngr/dirmngr.c:278 msgid "|URL|use OCSP responder at URL" msgstr "|URL|викориÑтовувати відповідач OCSP за вказаною адреÑою" -#: dirmngr/dirmngr.c:279 +#: dirmngr/dirmngr.c:280 msgid "|FPR|OCSP response signed by FPR" msgstr "|FPR|відповідь OCSP підпиÑано FPR" -#: dirmngr/dirmngr.c:287 +#: dirmngr/dirmngr.c:288 msgid "force loading of outdated CRLs" msgstr "примуÑове Ð·Ð°Ð²Ð°Ð½Ñ‚Ð°Ð¶ÐµÐ½Ð½Ñ Ð·Ð°Ñтарілих СÐС" -#: dirmngr/dirmngr.c:298 +#: dirmngr/dirmngr.c:299 msgid "" "@\n" "(See the \"info\" manual for a complete listing of all commands and " @@ -10634,11 +10639,11 @@ msgstr "" "(Щоб ознайомитиÑÑ Ð·Ñ– ÑпиÑком команд Ñ– параметрів, ÑкориÑтайтеÑÑ Ñторінкою " "довідника (man) «info»)\n" -#: dirmngr/dirmngr.c:440 +#: dirmngr/dirmngr.c:441 msgid "Usage: @DIRMNGR@ [options] (-h for help)" msgstr "ВикориÑтаннÑ: @DIRMNGR@ [параметри] (-h — довідка)" -#: dirmngr/dirmngr.c:442 +#: dirmngr/dirmngr.c:443 msgid "" "Syntax: @DIRMNGR@ [options] [command [args]]\n" "Keyserver, CRL, and OCSP access for @GNUPG@\n" @@ -10646,84 +10651,84 @@ msgstr "" "СинтакÑиÑ: @DIRMNGR@ [параметри] [команда [аргументи]]\n" "ДоÑтуп до Ñервера ключів, CRL та OCSP Ð´Ð»Ñ @GNUPG@\n" -#: dirmngr/dirmngr.c:522 +#: dirmngr/dirmngr.c:523 #, c-format msgid "valid debug levels are: %s\n" msgstr "коректними рівнÑми Ð·Ð½ÐµÐ²Ð°Ð´Ð¶ÑƒÐ²Ð°Ð½Ð½Ñ Ñ”: %s\n" -#: dirmngr/dirmngr.c:608 tools/gpgconf.c:667 tools/gpgconf.c:702 +#: dirmngr/dirmngr.c:609 tools/gpgconf.c:667 tools/gpgconf.c:702 #: tools/gpgconf.c:802 #, c-format msgid "usage: %s [options] " msgstr "викориÑтаннÑ: %s [параметри]" -#: dirmngr/dirmngr.c:1251 +#: dirmngr/dirmngr.c:1260 #, c-format msgid "colons are not allowed in the socket name\n" msgstr "не можна викориÑтовувати двокрапки у назві Ñокета\n" -#: dirmngr/dirmngr.c:1486 dirmngr/server.c:1824 +#: dirmngr/dirmngr.c:1495 dirmngr/server.c:1824 #, c-format msgid "fetching CRL from '%s' failed: %s\n" msgstr "помилка під Ñ‡Ð°Ñ Ñпроби Ð¾Ñ‚Ñ€Ð¸Ð¼Ð°Ð½Ð½Ñ CRL з «%s»: %s\n" -#: dirmngr/dirmngr.c:1492 dirmngr/server.c:1830 +#: dirmngr/dirmngr.c:1501 dirmngr/server.c:1830 #, c-format msgid "processing CRL from '%s' failed: %s\n" msgstr "помилка під Ñ‡Ð°Ñ Ð¾Ð±Ñ€Ð¾Ð±ÐºÐ¸ CRL з «%s»: %s\n" -#: dirmngr/dirmngr.c:1634 +#: dirmngr/dirmngr.c:1643 #, c-format msgid "%s:%u: line too long - skipped\n" msgstr "%s:%u: занадто довгий Ñ€Ñдок — пропущено\n" -#: dirmngr/dirmngr.c:1689 dirmngr/dirmngr.c:1773 +#: dirmngr/dirmngr.c:1698 dirmngr/dirmngr.c:1782 #, c-format msgid "%s:%u: invalid fingerprint detected\n" msgstr "%s:%u: виÑвлено некоректний відбиток\n" -#: dirmngr/dirmngr.c:1725 dirmngr/dirmngr.c:1751 tools/gpgconf-comp.c:3534 +#: dirmngr/dirmngr.c:1734 dirmngr/dirmngr.c:1760 tools/gpgconf-comp.c:3539 #, c-format msgid "%s:%u: read error: %s\n" msgstr "%s:%u: помилка під Ñ‡Ð°Ñ Ñ‡Ð¸Ñ‚Ð°Ð½Ð½Ñ: %s\n" -#: dirmngr/dirmngr.c:1780 +#: dirmngr/dirmngr.c:1789 #, c-format msgid "%s:%u: garbage at end of line ignored\n" msgstr "%s:%u: беззміÑтовні дані наприкінці Ñ€Ñдка проігноровано\n" -#: dirmngr/dirmngr.c:1849 +#: dirmngr/dirmngr.c:1876 #, c-format msgid "SIGHUP received - re-reading configuration and flushing caches\n" msgstr "" "отримано Ñигнал SIGHUP — повторне Ñ‡Ð¸Ñ‚Ð°Ð½Ð½Ñ Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½ÑŒ та ÑÐ¿Ð¾Ñ€Ð¾Ð¶Ð½ÐµÐ½Ð½Ñ ÐºÐµÑˆÑƒ\n" -#: dirmngr/dirmngr.c:1890 +#: dirmngr/dirmngr.c:1917 #, c-format msgid "SIGUSR2 received - no action defined\n" msgstr "отримано Ñигнал SIGUSR2 — дій не визначено\n" -#: dirmngr/dirmngr.c:1895 +#: dirmngr/dirmngr.c:1922 #, c-format msgid "SIGTERM received - shutting down ...\n" msgstr "отримано Ñигнал SIGTERM — завершуємо роботу…\n" -#: dirmngr/dirmngr.c:1897 +#: dirmngr/dirmngr.c:1924 #, c-format msgid "SIGTERM received - still %d active connections\n" msgstr "отримано Ñигнал SIGTERM — підтримуєтьÑÑ %d активних з’єднань\n" -#: dirmngr/dirmngr.c:1902 +#: dirmngr/dirmngr.c:1929 #, c-format msgid "shutdown forced\n" msgstr "примуÑове Ð·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ð½Ñ Ñ€Ð¾Ð±Ð¾Ñ‚Ð¸\n" -#: dirmngr/dirmngr.c:1910 +#: dirmngr/dirmngr.c:1937 #, c-format msgid "SIGINT received - immediate shutdown\n" msgstr "отримано Ñигнал SIGINT — негайне Ð·Ð°Ð²ÐµÑ€ÑˆÐµÐ½Ð½Ñ Ñ€Ð¾Ð±Ð¾Ñ‚Ð¸\n" -#: dirmngr/dirmngr.c:1917 +#: dirmngr/dirmngr.c:1944 #, c-format msgid "signal %d received - no action defined\n" msgstr "отримано Ñигнал %d — дій не визначено\n" @@ -11180,7 +11185,7 @@ msgid "serialno missing in cert ID" msgstr "у ідентифікаторі Ñертифіката немає Ñерійного номера" #: dirmngr/server.c:1387 dirmngr/server.c:1473 dirmngr/server.c:1909 -#: dirmngr/server.c:1980 dirmngr/server.c:2552 dirmngr/server.c:2567 +#: dirmngr/server.c:1980 dirmngr/server.c:2556 dirmngr/server.c:2571 #, c-format msgid "assuan_inquire failed: %s\n" msgstr "помилка assuan_inquire: %s\n" @@ -11210,32 +11215,32 @@ msgstr "помилка fetch_next_cert: %s\n" msgid "max_replies %d exceeded\n" msgstr "перевищено max_replies у %d\n" -#: dirmngr/server.c:2856 +#: dirmngr/server.c:2860 #, c-format msgid "can't allocate control structure: %s\n" msgstr "не вдалоÑÑ Ñ€Ð¾Ð·Ð¼Ñ–Ñтити Ñтруктуру керуваннÑ: %s\n" -#: dirmngr/server.c:2867 +#: dirmngr/server.c:2871 #, c-format msgid "failed to allocate assuan context: %s\n" msgstr "не вдалоÑÑ Ñ€Ð¾Ð·Ð¼Ñ–Ñтити контекÑÑ‚ assuan: %s\n" -#: dirmngr/server.c:2888 +#: dirmngr/server.c:2892 #, c-format msgid "failed to initialize the server: %s\n" msgstr "не вдалоÑÑ Ñ–Ð½Ñ–Ñ†Ñ–Ð°Ð»Ñ–Ð·ÑƒÐ²Ð°Ñ‚Ð¸ Ñервер: %s\n" -#: dirmngr/server.c:2896 +#: dirmngr/server.c:2900 #, c-format msgid "failed to the register commands with Assuan: %s\n" msgstr "не вдалоÑÑ Ð·Ð°Ñ€ÐµÑ”Ñтрувати команди за допомогою Assuan: %s\n" -#: dirmngr/server.c:2929 +#: dirmngr/server.c:2933 #, c-format msgid "Assuan accept problem: %s\n" msgstr "проблема з прийнÑÑ‚Ñ‚Ñм Assuan: %s\n" -#: dirmngr/server.c:2948 +#: dirmngr/server.c:2952 #, c-format msgid "Assuan processing failed: %s\n" msgstr "помилка обробки за допомогою Assuan: %s\n" @@ -11386,71 +11391,71 @@ msgstr "у цьому ÑеанÑÑ– не запущено dirmngr\n" msgid "error sending standard options: %s\n" msgstr "помилка під Ñ‡Ð°Ñ Ñпроби надÑÐ¸Ð»Ð°Ð½Ð½Ñ Ñтандартних параметрів: %s\n" -#: tools/gpgconf-comp.c:647 +#: tools/gpgconf-comp.c:649 msgid "OpenPGP" msgstr "OpenPGP" -#: tools/gpgconf-comp.c:651 +#: tools/gpgconf-comp.c:653 msgid "S/MIME" msgstr "S/MIME" -#: tools/gpgconf-comp.c:655 +#: tools/gpgconf-comp.c:657 #, fuzzy #| msgid "public key is %s\n" msgid "Public Keys" msgstr "відкритий ключ — %s\n" -#: tools/gpgconf-comp.c:659 +#: tools/gpgconf-comp.c:661 msgid "Private Keys" msgstr "Закриті ключі" -#: tools/gpgconf-comp.c:663 +#: tools/gpgconf-comp.c:665 msgid "Smartcards" msgstr "Картки пам’ÑÑ‚Ñ–" -#: tools/gpgconf-comp.c:667 +#: tools/gpgconf-comp.c:669 msgid "TPM" msgstr "" -#: tools/gpgconf-comp.c:671 +#: tools/gpgconf-comp.c:673 msgid "Network" msgstr "Мережа" -#: tools/gpgconf-comp.c:675 +#: tools/gpgconf-comp.c:677 msgid "Passphrase Entry" msgstr "Ð’Ð²ÐµÐ´ÐµÐ½Ð½Ñ Ð¿Ð°Ñ€Ð¾Ð»Ñ" -#: tools/gpgconf-comp.c:939 +#: tools/gpgconf-comp.c:941 msgid "Component not suitable for launching" msgstr "Компонент не Ñ” придатним до запуÑку" -#: tools/gpgconf-comp.c:945 +#: tools/gpgconf-comp.c:947 #, fuzzy, c-format #| msgid "External verification of component %s failed" msgid "Configuration file of component %s is broken\n" msgstr "Помилка зовнішньої перевірки компонента %s" -#: tools/gpgconf-comp.c:948 +#: tools/gpgconf-comp.c:950 #, fuzzy, c-format #| msgid "Please use the command \"toggle\" first.\n" msgid "Note: Use the command \"%s%s\" to get details.\n" msgstr "СкориÑтайтеÑÑ Ñпочатку командою «toggle».\n" -#: tools/gpgconf-comp.c:2811 +#: tools/gpgconf-comp.c:2816 #, c-format msgid "External verification of component %s failed" msgstr "Помилка зовнішньої перевірки компонента %s" -#: tools/gpgconf-comp.c:2941 +#: tools/gpgconf-comp.c:2946 msgid "Note that group specifications are ignored\n" msgstr "Зауважте, що Ñпецифікації груп буде проігноровано\n" -#: tools/gpgconf-comp.c:3538 +#: tools/gpgconf-comp.c:3543 #, c-format msgid "error closing '%s'\n" msgstr "помилка під Ñ‡Ð°Ñ Ñпроби закрити «%s»\n" -#: tools/gpgconf-comp.c:3540 +#: tools/gpgconf-comp.c:3545 #, c-format msgid "error parsing '%s'\n" msgstr "помилка під Ñ‡Ð°Ñ Ñпроби обробити «%s»'\n" @@ -11556,87 +11561,87 @@ msgstr "" "СинтакÑиÑ: gpg-check-pattern [параметри] файл_шаблонів\n" "Перевірити пароль, вказаний у stdin, за допомогою файла_шаблонів\n" -#: tools/gpg-card.c:2389 +#: tools/gpg-card.c:2390 #, fuzzy, c-format #| msgid "Note: keys are already stored on the card!\n" msgid "Note: key %s is already stored on the card!\n" msgstr "ЗÐУВÐЖЕÐÐЯ: ключі вже збережено на картці!\n" -#: tools/gpg-card.c:2392 +#: tools/gpg-card.c:2393 #, fuzzy, c-format #| msgid "Note: keys are already stored on the card!\n" msgid "Note: Keys are already stored on the card!\n" msgstr "ЗÐУВÐЖЕÐÐЯ: ключі вже збережено на картці!\n" -#: tools/gpg-card.c:2395 +#: tools/gpg-card.c:2396 #, fuzzy, c-format #| msgid "Replace existing keys? (y/N) " msgid "Replace existing key %s ? (y/N) " msgstr "Замірити вже Ñтворені ключі? (y/N або Ñ‚/Ð) " -#: tools/gpg-card.c:2548 tools/gpg-card.c:2711 tools/gpg-card.c:2934 -#: tools/gpg-card.c:3043 +#: tools/gpg-card.c:2549 tools/gpg-card.c:2712 tools/gpg-card.c:2935 +#: tools/gpg-card.c:3044 #, fuzzy, c-format #| msgid "OpenPGP card no. %s detected\n" msgid "%s card no. %s detected\n" msgstr "ВиÑвлено картку OpenPGP з номером %s\n" -#: tools/gpg-card.c:3395 +#: tools/gpg-card.c:3396 #, c-format msgid "User Interaction Flag is set to \"%s\" - can't change\n" msgstr "" -#: tools/gpg-card.c:3405 tools/gpg-card.c:3419 +#: tools/gpg-card.c:3406 tools/gpg-card.c:3420 #, c-format msgid "" "Warning: Setting the User Interaction Flag to \"%s\"\n" " can only be reverted using a factory reset!\n" msgstr "" -#: tools/gpg-card.c:3422 +#: tools/gpg-card.c:3423 #, c-format msgid "Please use \"uif --yes %d %s\"\n" msgstr "" -#: tools/gpg-card.c:3668 +#: tools/gpg-card.c:3669 #, fuzzy #| msgid "add a certificate to the cache" msgid "authenticate to the card" msgstr "додати Ñертифікат до кешу" -#: tools/gpg-card.c:3670 +#: tools/gpg-card.c:3671 msgid "send a reset to the card daemon" msgstr "" -#: tools/gpg-card.c:3672 +#: tools/gpg-card.c:3673 msgid "setup KDF for PIN authentication" msgstr "Ð½Ð°Ð»Ð°ÑˆÑ‚ÑƒÐ²Ð°Ð½Ð½Ñ KDF Ð´Ð»Ñ Ñ€Ð¾Ð·Ð¿Ñ–Ð·Ð½Ð°Ð²Ð°Ð½Ð½Ñ Ð·Ð° PIN" -#: tools/gpg-card.c:3674 +#: tools/gpg-card.c:3675 msgid "change a private data object" msgstr "" -#: tools/gpg-card.c:3675 +#: tools/gpg-card.c:3676 #, fuzzy #| msgid "add a certificate to the cache" msgid "read a certificate from a data object" msgstr "додати Ñертифікат до кешу" -#: tools/gpg-card.c:3676 +#: tools/gpg-card.c:3677 #, fuzzy #| msgid "add a certificate to the cache" msgid "store a certificate to a data object" msgstr "додати Ñертифікат до кешу" -#: tools/gpg-card.c:3677 +#: tools/gpg-card.c:3678 msgid "store a private key to a data object" msgstr "" -#: tools/gpg-card.c:3678 +#: tools/gpg-card.c:3679 msgid "Yubikey management commands" msgstr "" -#: tools/gpg-card.c:3680 +#: tools/gpg-card.c:3681 msgid "manage the command history" msgstr "" diff --git a/po/zh_CN.po b/po/zh_CN.po index 62d5cb4..2bb0032 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: GNU gnupg 2.2.27\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2021-04-07 19:24+0200\n" +"POT-Creation-Date: 2021-04-20 12:38+0200\n" "PO-Revision-Date: 2021-02-23 01:08+0800\n" "Last-Translator: bobwxc <bobwxc@yeah.net>\n" "Language-Team: None\n" @@ -205,24 +205,24 @@ msgid "ssh keys greater than %d bits are not supported\n" msgstr "长度超过 %d ä½çš„ ssh 密钥ä¸è¢«æ”¯æŒ\n" #: agent/command-ssh.c:872 common/dotlock.c:852 g10/card-util.c:953 -#: g10/export.c:1329 g10/gpg.c:1430 g10/keygen.c:5327 g10/keyring.c:1319 +#: g10/export.c:1329 g10/gpg.c:1431 g10/keygen.c:5347 g10/keyring.c:1319 #: g10/keyring.c:1632 g10/openfile.c:293 g10/photoid.c:531 g10/photoid.c:549 -#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:478 +#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:479 #, c-format msgid "can't create '%s': %s\n" msgstr "æ— æ³•åˆ›å»º ‘%s’: %s\n" #: agent/command-ssh.c:884 common/helpfile.c:57 g10/card-util.c:910 #: g10/dearmor.c:59 g10/dearmor.c:106 g10/decrypt.c:65 g10/decrypt.c:136 -#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1431 -#: g10/import.c:359 g10/import.c:546 g10/import.c:781 g10/keygen.c:4302 +#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1432 +#: g10/import.c:371 g10/import.c:558 g10/import.c:793 g10/keygen.c:4322 #: g10/keyring.c:1658 g10/openfile.c:197 g10/openfile.c:211 g10/plaintext.c:128 #: g10/plaintext.c:610 g10/sign.c:1086 g10/sign.c:1311 g10/sign.c:1424 #: g10/sign.c:1596 g10/tdbdump.c:143 g10/tdbdump.c:151 g10/tdbio.c:758 -#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2338 -#: sm/gpgsm.c:2368 sm/gpgsm.c:2406 sm/qualified.c:65 dirmngr/certcache.c:396 -#: dirmngr/certcache.c:476 dirmngr/certcache.c:478 dirmngr/crlcache.c:2588 -#: dirmngr/dirmngr.c:1711 tools/gpg-card.c:407 +#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2380 +#: sm/gpgsm.c:2410 sm/gpgsm.c:2448 sm/keylist.c:1737 sm/qualified.c:65 +#: dirmngr/certcache.c:396 dirmngr/certcache.c:476 dirmngr/certcache.c:478 +#: dirmngr/crlcache.c:2588 dirmngr/dirmngr.c:1720 tools/gpg-card.c:408 #, c-format msgid "can't open '%s': %s\n" msgstr "æ— æ³•æ‰“å¼€ ‘%s’: %s\n" @@ -394,202 +394,202 @@ msgstr "请输入密ç 以%0Aä¿æŠ¤æ‚¨çš„新密钥" msgid "Please enter the new passphrase" msgstr "请输入新的密ç " -#: agent/gpg-agent.c:161 scd/scdaemon.c:114 dirmngr/dirmngr.c:181 +#: agent/gpg-agent.c:162 scd/scdaemon.c:115 dirmngr/dirmngr.c:182 msgid "Options used for startup" msgstr "用于å¯åŠ¨çš„选项" -#: agent/gpg-agent.c:163 scd/scdaemon.c:119 dirmngr/dirmngr.c:170 +#: agent/gpg-agent.c:164 scd/scdaemon.c:120 dirmngr/dirmngr.c:171 msgid "run in daemon mode (background)" msgstr "以守护进程模å¼è¿è¡Œ (åŽå°ï¼‰" -#: agent/gpg-agent.c:164 scd/scdaemon.c:116 dirmngr/dirmngr.c:169 +#: agent/gpg-agent.c:165 scd/scdaemon.c:117 dirmngr/dirmngr.c:170 msgid "run in server mode (foreground)" msgstr "以æœåŠ¡è¿›ç¨‹æ¨¡å¼è¿è¡Œ (å‰å°ï¼‰" -#: agent/gpg-agent.c:166 dirmngr/dirmngr.c:172 +#: agent/gpg-agent.c:167 dirmngr/dirmngr.c:173 msgid "run in supervised mode" msgstr "以管ç†è¿›ç¨‹æ¨¡å¼è¿è¡Œ" -#: agent/gpg-agent.c:168 scd/scdaemon.c:120 dirmngr/dirmngr.c:183 +#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 msgid "do not detach from the console" msgstr "请勿离开控制å°" -#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 +#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 msgid "sh-style command output" msgstr "sh é£Žæ ¼çš„å‘½ä»¤è¡Œè¾“å‡º" -#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 +#: agent/gpg-agent.c:171 scd/scdaemon.c:123 dirmngr/dirmngr.c:186 msgid "csh-style command output" msgstr "csh é£Žæ ¼çš„å‘½ä»¤è¡Œè¾“å‡º" -#: agent/gpg-agent.c:178 g10/gpg.c:588 scd/scdaemon.c:124 sm/gpgsm.c:419 -#: dirmngr/dirmngr.c:187 +#: agent/gpg-agent.c:179 g10/gpg.c:589 scd/scdaemon.c:125 sm/gpgsm.c:422 +#: dirmngr/dirmngr.c:188 msgid "|FILE|read options from FILE" msgstr "|FILE|从 FILE ä¸è¯»å–选项" -#: agent/gpg-agent.c:182 g10/gpg.c:573 scd/scdaemon.c:128 sm/gpgsm.c:262 -#: dirmngr/dirmngr.c:191 +#: agent/gpg-agent.c:183 g10/gpg.c:574 scd/scdaemon.c:129 sm/gpgsm.c:265 +#: dirmngr/dirmngr.c:192 msgid "Options controlling the diagnostic output" msgstr "控制诊æ–输出的选项" -#: agent/gpg-agent.c:184 g10/gpg.c:575 g10/gpgv.c:78 kbx/kbxutil.c:89 -#: scd/scdaemon.c:130 sm/gpgsm.c:264 dirmngr/dirmngr-client.c:69 -#: dirmngr/dirmngr.c:193 dirmngr/dirmngr_ldap.c:102 +#: agent/gpg-agent.c:185 g10/gpg.c:576 g10/gpgv.c:78 kbx/kbxutil.c:89 +#: scd/scdaemon.c:131 sm/gpgsm.c:267 dirmngr/dirmngr-client.c:69 +#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:102 #: tools/gpg-connect-agent.c:85 tools/gpgconf.c:111 msgid "verbose" msgstr "详细模å¼" -#: agent/gpg-agent.c:185 g10/gpg.c:577 g10/gpgv.c:79 kbx/kbxutil.c:90 -#: scd/scdaemon.c:131 sm/gpgsm.c:266 dirmngr/dirmngr-client.c:70 -#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:103 +#: agent/gpg-agent.c:186 g10/gpg.c:578 g10/gpgv.c:79 kbx/kbxutil.c:90 +#: scd/scdaemon.c:132 sm/gpgsm.c:269 dirmngr/dirmngr-client.c:70 +#: dirmngr/dirmngr.c:195 dirmngr/dirmngr_ldap.c:103 msgid "be somewhat more quiet" msgstr "å°½é‡å‡å°‘æ示信æ¯" -#: agent/gpg-agent.c:193 g10/gpg.c:592 sm/gpgsm.c:280 dirmngr/dirmngr.c:204 +#: agent/gpg-agent.c:194 g10/gpg.c:593 sm/gpgsm.c:283 dirmngr/dirmngr.c:205 msgid "|FILE|write server mode logs to FILE" msgstr "|FILE|å°†æœåŠ¡å™¨æ¨¡å¼çš„日志写入到 FILE" -#: agent/gpg-agent.c:197 g10/gpg.c:598 scd/scdaemon.c:145 sm/gpgsm.c:287 -#: dirmngr/dirmngr.c:208 +#: agent/gpg-agent.c:198 g10/gpg.c:599 scd/scdaemon.c:146 sm/gpgsm.c:290 +#: dirmngr/dirmngr.c:209 msgid "Options controlling the configuration" msgstr "控制é…置的选项" -#: agent/gpg-agent.c:200 +#: agent/gpg-agent.c:201 msgid "do not use the SCdaemon" msgstr "ä¸ä½¿ç”¨ SCdaemon" -#: agent/gpg-agent.c:202 +#: agent/gpg-agent.c:203 msgid "|PGM|use PGM as the SCdaemon program" msgstr "|PGM|使用 PGM 作为 SCdaemon 程åº" -#: agent/gpg-agent.c:204 +#: agent/gpg-agent.c:205 #, fuzzy #| msgid "|PGM|use PGM as the SCdaemon program" msgid "|PGM|use PGM as the tpm2daemon program" msgstr "|PGM|使用 PGM 作为 SCdaemon 程åº" -#: agent/gpg-agent.c:208 +#: agent/gpg-agent.c:209 msgid "|NAME|accept some commands via NAME" msgstr "|NAME|通过 NAME 接收一些命令" -#: agent/gpg-agent.c:212 +#: agent/gpg-agent.c:213 msgid "ignore requests to change the TTY" msgstr "å¿½ç•¥æ”¹å˜ TTY 的请求" -#: agent/gpg-agent.c:214 +#: agent/gpg-agent.c:215 msgid "ignore requests to change the X display" msgstr "å¿½ç•¥æ”¹å˜ X display 的请求" -#: agent/gpg-agent.c:215 +#: agent/gpg-agent.c:216 msgid "enable ssh support" msgstr "å¯ç”¨ ssh 支æŒ" -#: agent/gpg-agent.c:217 +#: agent/gpg-agent.c:218 msgid "|ALGO|use ALGO to show ssh fingerprints" msgstr "|ALGO|使用 ALGO 显示 ssh 指纹" -#: agent/gpg-agent.c:220 +#: agent/gpg-agent.c:221 msgid "enable putty support" msgstr "å¯ç”¨ putty 支æŒ" -#: agent/gpg-agent.c:232 g10/gpg.c:843 scd/scdaemon.c:175 sm/gpgsm.c:379 +#: agent/gpg-agent.c:233 g10/gpg.c:844 scd/scdaemon.c:176 sm/gpgsm.c:382 msgid "Options controlling the security" msgstr "控制安全的选项" -#: agent/gpg-agent.c:235 +#: agent/gpg-agent.c:236 msgid "|N|expire cached PINs after N seconds" msgstr "|N|使被缓å˜çš„ PIN 在 N 秒åŽè¿‡æœŸ" -#: agent/gpg-agent.c:237 +#: agent/gpg-agent.c:238 msgid "|N|expire SSH keys after N seconds" msgstr "|N|在 N 秒åŽä½¿ SSH 密钥过期" -#: agent/gpg-agent.c:239 +#: agent/gpg-agent.c:240 msgid "|N|set maximum PIN cache lifetime to N seconds" msgstr "|N|设置 PIN 缓å˜çš„生命周期为 N 秒" -#: agent/gpg-agent.c:241 +#: agent/gpg-agent.c:242 msgid "|N|set maximum SSH key lifetime to N seconds" msgstr "|N|设置 SSH 缓å˜çš„生命周期为 N 秒" -#: agent/gpg-agent.c:243 +#: agent/gpg-agent.c:244 msgid "do not use the PIN cache when signing" msgstr "在ç¾åæ—¶ä¸ä½¿ç”¨ PIN 缓å˜" -#: agent/gpg-agent.c:245 +#: agent/gpg-agent.c:246 msgid "disallow the use of an external password cache" msgstr "ç¦æ¢ä½¿ç”¨ä¸€ä¸ªå¤–部的密ç 缓å˜" -#: agent/gpg-agent.c:247 +#: agent/gpg-agent.c:248 msgid "disallow clients to mark keys as \"trusted\"" msgstr "ç¦æ¢å®¢æˆ·ç«¯å°†ä¸€ä¸ªå¯†é’¥æ ‡è®°ä¸ºâ€œä¿¡ä»»â€" -#: agent/gpg-agent.c:250 +#: agent/gpg-agent.c:251 msgid "allow presetting passphrase" msgstr "å…许预设置的密ç " -#: agent/gpg-agent.c:255 +#: agent/gpg-agent.c:256 msgid "Options enforcing a passphrase policy" msgstr "选项强制è¦æ±‚一个密ç ç–ç•¥" -#: agent/gpg-agent.c:258 +#: agent/gpg-agent.c:259 msgid "do not allow bypassing the passphrase policy" msgstr "ä¸å…许绕过密ç çš„ç–ç•¥" -#: agent/gpg-agent.c:260 +#: agent/gpg-agent.c:261 msgid "|N|set minimal required length for new passphrases to N" msgstr "|N|设置è¦æ±‚新密ç 的最çŸé•¿åº¦ä¸º N" -#: agent/gpg-agent.c:262 +#: agent/gpg-agent.c:263 msgid "|N|require at least N non-alpha characters for a new passphrase" msgstr "|N|è¦æ±‚新密ç 至少有 N 个éžå—æ¯å—符" -#: agent/gpg-agent.c:265 +#: agent/gpg-agent.c:266 msgid "|FILE|check new passphrases against pattern in FILE" msgstr "|FILE|按 FILE ä¸çš„æ ·å¼æ£€æŸ¥æ–°å¯†ç " -#: agent/gpg-agent.c:267 +#: agent/gpg-agent.c:268 msgid "|N|expire the passphrase after N days" msgstr "|N|在 N 天åŽä½¿å¯†ç 过期" -#: agent/gpg-agent.c:269 +#: agent/gpg-agent.c:270 msgid "do not allow the reuse of old passphrases" msgstr "ä¸å…许å†æ¬¡ä½¿ç”¨æ—§çš„密ç " -#: agent/gpg-agent.c:272 +#: agent/gpg-agent.c:273 msgid "Options controlling the PIN-Entry" msgstr "控制 PIN-Entry 的选项" -#: agent/gpg-agent.c:274 +#: agent/gpg-agent.c:275 msgid "never use the PIN-entry" msgstr "ä¸ä½¿ç”¨ PIN-entry" -#: agent/gpg-agent.c:276 +#: agent/gpg-agent.c:277 msgid "disallow caller to override the pinentry" msgstr "ç¦æ¢è°ƒç”¨è€…覆盖 pinentry" -#: agent/gpg-agent.c:278 +#: agent/gpg-agent.c:279 msgid "let PIN-Entry grab keyboard and mouse" msgstr "å…许 PIN-Entry 抓å–é”®ç›˜ä¸Žé¼ æ ‡" -#: agent/gpg-agent.c:281 +#: agent/gpg-agent.c:282 msgid "|PGM|use PGM as the PIN-Entry program" msgstr "|PGM|使用 PGM 作为 PIN-Entry 程åº" -#: agent/gpg-agent.c:285 +#: agent/gpg-agent.c:286 msgid "|N|set the Pinentry timeout to N seconds" msgstr "|N|设置 Pinentry 的超时时间为 N 秒" -#: agent/gpg-agent.c:287 +#: agent/gpg-agent.c:288 msgid "allow passphrase to be prompted through Emacs" msgstr "è¿è¡Œå¯†ç 通过 Emacs 回显" #. TRANSLATORS: @EMAIL@ will get replaced by the actual bug #. reporting address. This is so that we can change the #. reporting address without breaking the translations. -#: agent/gpg-agent.c:550 agent/preset-passphrase.c:99 agent/protect-tool.c:154 -#: g10/gpg.c:1131 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:311 -#: sm/gpgsm.c:609 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:437 +#: agent/gpg-agent.c:551 agent/preset-passphrase.c:99 agent/protect-tool.c:154 +#: g10/gpg.c:1132 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:312 +#: sm/gpgsm.c:612 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:438 #: dirmngr/dirmngr_ldap.c:175 tools/gpg-connect-agent.c:220 tools/gpgconf.c:151 #: tools/gpg-check-pattern.c:143 msgid "Please report bugs to <@EMAIL@>.\n" @@ -597,11 +597,11 @@ msgstr "" "è¯·å‘ <@EMAIL@> 报告程åºç¼ºé™·ã€‚\n" "è¯·å‘ <i18n-zh@googlegroups.com> 邮件列表åæ˜ ç®€ä½“ä¸æ–‡çš„翻译问题或建议。\n" -#: agent/gpg-agent.c:559 +#: agent/gpg-agent.c:560 msgid "Usage: @GPG_AGENT@ [options] (-h for help)" msgstr "用法: @GPG_AGENT@ [选项] (-h 获å–帮助)" -#: agent/gpg-agent.c:561 +#: agent/gpg-agent.c:562 msgid "" "Syntax: @GPG_AGENT@ [options] [command [args]]\n" "Secret key management for @GNUPG@\n" @@ -609,125 +609,125 @@ msgstr "" "è¯æ³•ï¼š @GPG_AGENT@ [选项] [命令 [å‚æ•°]]\n" "@GNUPG@ ç§é’¥ç®¡ç†å™¨\n" -#: agent/gpg-agent.c:606 g10/gpg.c:1336 scd/scdaemon.c:383 sm/gpgsm.c:757 -#: dirmngr/dirmngr.c:521 +#: agent/gpg-agent.c:607 g10/gpg.c:1337 scd/scdaemon.c:384 sm/gpgsm.c:760 +#: dirmngr/dirmngr.c:522 #, c-format msgid "invalid debug-level '%s' given\n" msgstr "æ— æ•ˆçš„è°ƒè¯•çº§åˆ«â€˜%s’\n" -#: agent/gpg-agent.c:971 g10/gpg.c:3879 g10/gpg.c:3903 sm/gpgsm.c:1736 -#: sm/gpgsm.c:1742 +#: agent/gpg-agent.c:972 g10/gpg.c:3910 g10/gpg.c:3934 sm/gpgsm.c:1769 +#: sm/gpgsm.c:1775 #, c-format msgid "selected digest algorithm is invalid\n" msgstr "æ‰€é€‰çš„æ•£åˆ—ç®—æ³•æ— æ•ˆ\n" -#: agent/gpg-agent.c:1195 agent/gpg-agent.c:2010 g10/gpg.c:2588 -#: scd/scdaemon.c:548 sm/gpgsm.c:1151 dirmngr/dirmngr.c:988 -#: dirmngr/dirmngr.c:1830 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:2019 common/comopt.c:93 +#: g10/gpg.c:2591 scd/scdaemon.c:549 sm/gpgsm.c:1155 dirmngr/dirmngr.c:989 +#: dirmngr/dirmngr.c:1840 #, c-format msgid "reading options from '%s'\n" msgstr "从‘%s’读å–选项\n" -#: agent/gpg-agent.c:1327 g10/gpg.c:3830 scd/scdaemon.c:675 sm/gpgsm.c:1676 -#: dirmngr/dirmngr.c:1099 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 +#: agent/gpg-agent.c:1335 g10/gpg.c:3861 scd/scdaemon.c:687 sm/gpgsm.c:1709 +#: dirmngr/dirmngr.c:1108 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 #, c-format msgid "Note: '%s' is not considered an option\n" msgstr "注æ„:‘%s’ä¸è¢«è®¤ä¸ºæ˜¯ä¸€ä¸ªé€‰é¡¹\n" -#: agent/gpg-agent.c:2146 scd/scdaemon.c:1096 dirmngr/dirmngr.c:1258 +#: agent/gpg-agent.c:2172 scd/scdaemon.c:1108 dirmngr/dirmngr.c:1267 #, c-format msgid "can't create socket: %s\n" msgstr "æ— æ³•åˆ›å»ºå¥—æŽ¥å—: %s\n" -#: agent/gpg-agent.c:2163 scd/scdaemon.c:1109 dirmngr/dirmngr.c:1271 +#: agent/gpg-agent.c:2189 scd/scdaemon.c:1121 dirmngr/dirmngr.c:1280 #, c-format msgid "socket name '%s' is too long\n" msgstr "套接å—å称‘%s’太长\n" -#: agent/gpg-agent.c:2202 +#: agent/gpg-agent.c:2228 #, c-format msgid "a gpg-agent is already running - not starting a new one\n" msgstr "一个 gpg-agent 实例æ£åœ¨è¿è¡Œ - ä¸å¯åŠ¨æ–°çš„实例\n" -#: agent/gpg-agent.c:2213 scd/scdaemon.c:1133 dirmngr/dirmngr.c:1303 +#: agent/gpg-agent.c:2239 scd/scdaemon.c:1145 dirmngr/dirmngr.c:1312 #, c-format msgid "error getting nonce for the socket\n" msgstr "获å–å¥—æŽ¥å— nonce 时出现错误\n" -#: agent/gpg-agent.c:2218 scd/scdaemon.c:1136 dirmngr/dirmngr.c:1306 +#: agent/gpg-agent.c:2244 scd/scdaemon.c:1148 dirmngr/dirmngr.c:1315 #, c-format msgid "error binding socket to '%s': %s\n" msgstr "绑定套接å—到 '%s' 时出现错误: %s\n" -#: agent/gpg-agent.c:2229 agent/gpg-agent.c:2269 agent/gpg-agent.c:2278 -#: scd/scdaemon.c:1144 dirmngr/dirmngr.c:1315 +#: agent/gpg-agent.c:2255 agent/gpg-agent.c:2295 agent/gpg-agent.c:2304 +#: scd/scdaemon.c:1156 dirmngr/dirmngr.c:1324 #, c-format msgid "can't set permissions of '%s': %s\n" msgstr "æ— æ³•è®¾ç½®â€˜%s’的æƒé™ï¼š %s\n" -#: agent/gpg-agent.c:2243 scd/scdaemon.c:1156 dirmngr/dirmngr.c:1327 +#: agent/gpg-agent.c:2269 scd/scdaemon.c:1168 dirmngr/dirmngr.c:1336 #, c-format msgid "listening on socket '%s'\n" msgstr "æ£åœ¨ç›‘å¬å¥—接å—‘%s’\n" -#: agent/gpg-agent.c:2263 agent/gpg-agent.c:2316 common/homedir.c:517 +#: agent/gpg-agent.c:2289 agent/gpg-agent.c:2342 common/homedir.c:517 #: g10/openfile.c:399 g10/photoid.c:379 #, c-format msgid "can't create directory '%s': %s\n" msgstr "æ— æ³•åˆ›å»ºç›®å½•â€˜%s’:%s\n" -#: agent/gpg-agent.c:2266 agent/gpg-agent.c:2321 common/homedir.c:520 +#: agent/gpg-agent.c:2292 agent/gpg-agent.c:2347 common/homedir.c:520 #: g10/openfile.c:402 #, c-format msgid "directory '%s' created\n" msgstr "目录‘%s’已创建\n" -#: agent/gpg-agent.c:2327 +#: agent/gpg-agent.c:2353 #, c-format msgid "stat() failed for '%s': %s\n" msgstr "‘%s’的 stat() 方法失败:%s\n" -#: agent/gpg-agent.c:2331 +#: agent/gpg-agent.c:2357 #, c-format msgid "can't use '%s' as home directory\n" msgstr "æ— æ³•ä½¿ç”¨â€˜%s’作为家目录\n" -#: agent/gpg-agent.c:2486 scd/scdaemon.c:1172 dirmngr/dirmngr.c:2042 +#: agent/gpg-agent.c:2512 scd/scdaemon.c:1184 dirmngr/dirmngr.c:2069 #, c-format msgid "error reading nonce on fd %d: %s\n" msgstr "åœ¨è¯»å– fd %d 上的 nonce 时出现错误: %s\n" -#: agent/gpg-agent.c:2693 +#: agent/gpg-agent.c:2719 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "å¥æŸ„ 0x%lx 于文件æ述符 %d å¯åŠ¨\n" -#: agent/gpg-agent.c:2698 +#: agent/gpg-agent.c:2724 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "å¥æŸ„ 0x%lx 于文件æ述符 %d 终æ¢\n" -#: agent/gpg-agent.c:2773 +#: agent/gpg-agent.c:2799 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "ssh å¥æŸ„ 0x%lx 于文件æ述符 %d å¯åŠ¨\n" -#: agent/gpg-agent.c:2778 +#: agent/gpg-agent.c:2804 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "ssh å¥æŸ„ 0x%lx 于文件æ述符 %d 终æ¢\n" -#: agent/gpg-agent.c:3000 scd/scdaemon.c:1362 dirmngr/dirmngr.c:2256 +#: agent/gpg-agent.c:3026 scd/scdaemon.c:1374 dirmngr/dirmngr.c:2283 #, c-format msgid "npth_pselect failed: %s - waiting 1s\n" msgstr "npth_pselect 方法失败:%s - ç‰å¾… 1s\n" -#: agent/gpg-agent.c:3088 scd/scdaemon.c:1427 +#: agent/gpg-agent.c:3114 scd/scdaemon.c:1439 #, c-format msgid "%s %s stopped\n" msgstr "%s %s å·²åœæ¢\n" -#: agent/gpg-agent.c:3226 common/simple-pwquery.c:247 g10/call-agent.c:260 +#: agent/gpg-agent.c:3252 common/simple-pwquery.c:247 g10/call-agent.c:260 #: sm/call-agent.c:131 tools/gpg-connect-agent.c:2319 tools/card-call-scd.c:311 #, c-format msgid "no gpg-agent running in this session\n" @@ -753,8 +753,8 @@ msgstr "" "è¯æ³•ï¼š gpg-preset-passphrase [选项] KEYGRIP\n" "密ç 缓å˜ç®¡ç†\n" -#: agent/protect-tool.c:107 g10/gpg.c:447 kbx/kbxutil.c:72 sm/gpgsm.c:213 -#: dirmngr/dirmngr.c:167 tools/gpgconf.c:81 +#: agent/protect-tool.c:107 g10/gpg.c:448 kbx/kbxutil.c:72 sm/gpgsm.c:215 +#: dirmngr/dirmngr.c:168 tools/gpgconf.c:81 msgid "" "@Commands:\n" " " @@ -1001,7 +1001,7 @@ msgid "error creating a stream for a pipe: %s\n" msgstr "为管é“创建æµæ—¶å‡ºçŽ°é”™è¯¯ï¼š %s\n" #: common/exechelp-posix.c:505 common/exechelp-posix.c:580 -#: common/exechelp-posix.c:861 dirmngr/dirmngr.c:1345 +#: common/exechelp-posix.c:866 dirmngr/dirmngr.c:1354 #, c-format msgid "error forking process: %s\n" msgstr "在 fork 进程时出现错误: %s\n" @@ -1011,23 +1011,23 @@ msgstr "在 fork 进程时出现错误: %s\n" msgid "waiting for process %d to terminate failed: %s\n" msgstr "ç‰å¾…进程 %d 终æ¢æ—¶å¤±è´¥ï¼š %s\n" -#: common/exechelp-posix.c:688 common/exechelp-posix.c:804 +#: common/exechelp-posix.c:688 common/exechelp-posix.c:809 #, c-format msgid "error running '%s': probably not installed\n" msgstr "è¿è¡Œâ€˜%s’时出现错误:å¯èƒ½æœªå®‰è£…\n" -#: common/exechelp-posix.c:694 common/exechelp-posix.c:811 +#: common/exechelp-posix.c:694 common/exechelp-posix.c:816 #: common/exechelp-w32.c:839 common/exechelp-w32ce.c:782 #, c-format msgid "error running '%s': exit status %d\n" msgstr "è¿è¡Œâ€˜%s’时出现错误:退出代ç %d\n" -#: common/exechelp-posix.c:702 common/exechelp-posix.c:819 +#: common/exechelp-posix.c:702 common/exechelp-posix.c:824 #, c-format msgid "error running '%s': terminated\n" msgstr "è¿è¡Œâ€˜%s’时出现错误:被终æ¢\n" -#: common/exechelp-posix.c:760 common/exechelp-w32.c:820 +#: common/exechelp-posix.c:765 common/exechelp-w32.c:820 #, c-format msgid "waiting for processes to terminate failed: %s\n" msgstr "ç‰å¾…进程终æ¢æ—¶å¤±è´¥ï¼š %s\n" @@ -1073,7 +1073,7 @@ msgid "renaming '%s' to '%s' failed: %s\n" msgstr "å°† ‘%s’ é‡å‘½å为 ‘%s’ 时失败:%s\n" #. TRANSLATORS: See doc/TRANSLATE about this string. -#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3081 +#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3082 msgid "yes" msgstr "yes" @@ -1131,7 +1131,7 @@ msgid "out of core while allocating %lu bytes" msgstr "åˆ†é… %lu å—节时内å˜ä¸è¶³" #: common/miscellaneous.c:115 g10/card-util.c:917 tools/no-libgcrypt.c:30 -#: tools/gpg-card.c:415 +#: tools/gpg-card.c:416 #, c-format msgid "error allocating enough memory: %s\n" msgstr "在分é…足够的内å˜æ—¶å‡ºçŽ°é”™è¯¯ï¼š %s\n" @@ -1201,7 +1201,7 @@ msgstr "从 ‘%s’ 获å–版本时出现错误: %s\n" msgid "server '%s' is older than us (%s < %s)" msgstr "æœåŠ¡å™¨ ‘%s’ æ¯”æˆ‘ä»¬çš„ç‰ˆæœ¬æ›´è€ ï¼ˆ%s < %s)" -#: common/asshelp.c:737 g10/call-dirmngr.c:407 +#: common/asshelp.c:737 g10/call-dirmngr.c:408 #, c-format msgid "WARNING: %s\n" msgstr "è¦å‘Šï¼š%s\n" @@ -1478,8 +1478,8 @@ msgstr "é” â€˜%s’ 未被建立: %s\n" msgid "waiting for lock %s...\n" msgstr "ç‰å¾…é” %s...\n" -#: common/init.c:191 sm/gpgsm.c:1032 dirmngr/dirmngr.c:894 -#: dirmngr/dirmngr.c:903 +#: common/init.c:191 sm/gpgsm.c:1036 dirmngr/dirmngr.c:895 +#: dirmngr/dirmngr.c:904 #, c-format msgid "%s is too old (need %s, have %s)\n" msgstr "%s 太旧 ï¼ˆéœ€è¦ %s,拥有 %s)\n" @@ -1645,53 +1645,53 @@ msgstr "è¯»å– %s 时出现错误:%s\n" msgid "problem with the agent: %s\n" msgstr "代ç†äººç¨‹åºå‡ºçŽ°é—®é¢˜ï¼š%s\n" -#: g10/call-dirmngr.c:178 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 +#: g10/call-dirmngr.c:179 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 #, c-format msgid "no dirmngr running in this session\n" msgstr "" "æ¤ä¼šè¯ä¸æ²¡æœ‰æ£åœ¨è¿è¡Œçš„ dirmngr\n" "\n" -#: g10/call-dirmngr.c:212 +#: g10/call-dirmngr.c:213 #, c-format msgid "keyserver option \"honor-keyserver-url\" may not be used in Tor mode\n" msgstr "密钥æœåŠ¡å™¨é€‰é¡¹ “honor-keyserver-url†ä¸åº”用于 Tor 模å¼ä¸\n" -#: g10/call-dirmngr.c:385 +#: g10/call-dirmngr.c:386 msgid "WKD uses a cached result" msgstr "WKD 使用了缓å˜çš„结果" -#: g10/call-dirmngr.c:388 +#: g10/call-dirmngr.c:389 msgid "Tor is not running" msgstr "Tor 未在è¿è¡Œ" -#: g10/call-dirmngr.c:390 +#: g10/call-dirmngr.c:391 msgid "Tor is not properly configured" msgstr "Tor é…置错误" -#: g10/call-dirmngr.c:392 +#: g10/call-dirmngr.c:393 msgid "DNS is not properly configured" msgstr "DNS é…置错误" -#: g10/call-dirmngr.c:394 +#: g10/call-dirmngr.c:395 msgid "unacceptable HTTP redirect from server" msgstr "æ— æ³•æŽ¥å—æ¥è‡ªæœåŠ¡å™¨çš„ HTTP é‡å®šå‘" -#: g10/call-dirmngr.c:396 +#: g10/call-dirmngr.c:397 msgid "unacceptable HTTP redirect from server was cleaned up" msgstr "已清除æ¥è‡ªæœåŠ¡å™¨çš„ä¸å¯æŽ¥å—çš„ HTTP é‡å®šå‘" -#: g10/call-dirmngr.c:398 +#: g10/call-dirmngr.c:399 msgid "server uses an invalid certificate" msgstr "æœåŠ¡å™¨è¯ä¹¦æ— 效" -#: g10/call-dirmngr.c:405 g10/gpg.c:4568 +#: g10/call-dirmngr.c:406 g10/gpg.c:4599 #, c-format msgid "Note: %s\n" msgstr "注æ„:%s\n" #: g10/card-util.c:86 g10/card-util.c:369 g10/card-util.c:1924 -#: tools/gpg-card.c:3038 +#: tools/gpg-card.c:3039 #, c-format msgid "OpenPGP card not available: %s\n" msgstr "OpenPGP å¡ä¸å¯ç”¨ï¼š%s\n" @@ -1702,17 +1702,17 @@ msgid "OpenPGP card no. %s detected\n" msgstr "检测到 OpenPGP å¡ï¼Œå·ç 为 %s\n" #: g10/card-util.c:97 g10/card-util.c:2309 g10/delkey.c:164 g10/keyedit.c:1428 -#: g10/keygen.c:4771 g10/revoke.c:214 g10/revoke.c:638 +#: g10/keygen.c:4791 g10/revoke.c:214 g10/revoke.c:638 #, c-format msgid "can't do this in batch mode\n" msgstr "在批处ç†æ¨¡å¼ä¸æ— 法完æˆæ¤æ“作\n" -#: g10/card-util.c:105 tools/gpg-card.c:2942 +#: g10/card-util.c:105 tools/gpg-card.c:2943 #, c-format msgid "This command is only available for version 2 cards\n" msgstr "这一命令åªåœ¨ç‰ˆæœ¬ 2 çš„å¡ä¸Šå¯ç”¨\n" -#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2947 +#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2948 #, c-format msgid "Reset Code not or not anymore available\n" msgstr "é‡ç½®ç ä¸å¯ç”¨æˆ–ä¸å†å¯ç”¨\n" @@ -1721,109 +1721,109 @@ msgstr "é‡ç½®ç ä¸å¯ç”¨æˆ–ä¸å†å¯ç”¨\n" #: g10/card-util.c:1802 g10/keyedit.c:394 g10/keyedit.c:415 g10/keyedit.c:429 #: g10/keygen.c:1991 g10/keygen.c:2165 g10/keygen.c:2385 g10/keygen.c:2685 #: sm/certreqgen-ui.c:166 sm/certreqgen-ui.c:292 sm/certreqgen-ui.c:326 -#: tools/gpg-card.c:509 +#: tools/gpg-card.c:510 msgid "Your selection? " msgstr "您的选择是? " -#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:595 -#: tools/gpg-card.c:635 +#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:596 +#: tools/gpg-card.c:636 msgid "[not set]" msgstr "[未设定]" -#: g10/card-util.c:558 tools/gpg-card.c:902 +#: g10/card-util.c:558 tools/gpg-card.c:903 msgid "Mr." msgstr "先生" -#: g10/card-util.c:559 tools/gpg-card.c:903 +#: g10/card-util.c:559 tools/gpg-card.c:904 msgid "Ms." msgstr "女士" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 msgid "not forced" msgstr "éžå¼ºåˆ¶" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 msgid "forced" msgstr "强制" -#: g10/card-util.c:768 tools/gpg-card.c:1467 +#: g10/card-util.c:768 tools/gpg-card.c:1468 msgid "Error: Only plain ASCII is currently allowed.\n" msgstr "错误:目å‰åªå…许使用纯 ASCII å—符。\n" -#: g10/card-util.c:770 tools/gpg-card.c:1469 +#: g10/card-util.c:770 tools/gpg-card.c:1470 msgid "Error: The \"<\" character may not be used.\n" msgstr "错误:ä¸èƒ½ä½¿ç”¨å—符 “<â€ã€‚\n" -#: g10/card-util.c:772 tools/gpg-card.c:1471 +#: g10/card-util.c:772 tools/gpg-card.c:1472 msgid "Error: Double spaces are not allowed.\n" msgstr "错误:ä¸å…è®¸å‡ºçŽ°ä¸¤ä¸ªç©ºæ ¼ã€‚\n" -#: g10/card-util.c:789 tools/gpg-card.c:1504 +#: g10/card-util.c:789 tools/gpg-card.c:1505 msgid "Cardholder's surname: " msgstr "å¡ç‰‡æŒæœ‰äººçš„姓: " -#: g10/card-util.c:791 tools/gpg-card.c:1505 +#: g10/card-util.c:791 tools/gpg-card.c:1506 msgid "Cardholder's given name: " msgstr "å¡ç‰‡æŒæœ‰äººçš„å: " -#: g10/card-util.c:809 tools/gpg-card.c:1522 +#: g10/card-util.c:809 tools/gpg-card.c:1523 #, c-format msgid "Error: Combined name too long (limit is %d characters).\n" msgstr "错误:åˆæˆåŽçš„姓å太长(至多 %d 个å—符)。\n" -#: g10/card-util.c:830 tools/gpg-card.c:1560 +#: g10/card-util.c:830 tools/gpg-card.c:1561 msgid "URL to retrieve public key: " msgstr "拉å–公钥的 URL: " -#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:394 g10/import.c:744 -#: g10/import.c:803 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 -#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1657 -#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:425 +#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:406 g10/import.c:756 +#: g10/import.c:815 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 +#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1666 +#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:426 #, c-format msgid "error reading '%s': %s\n" msgstr "è¯»å– â€˜%s’ 时出现错误:%s\n" #: g10/card-util.c:959 g10/decrypt-data.c:498 g10/export.c:2496 -#: dirmngr/crlcache.c:925 tools/gpg-card.c:485 tools/gpg-card.c:492 +#: dirmngr/crlcache.c:925 tools/gpg-card.c:486 tools/gpg-card.c:493 #, c-format msgid "error writing '%s': %s\n" msgstr "写入 ‘%s’ 时出现错误: %s\n" -#: g10/card-util.c:986 tools/gpg-card.c:1649 +#: g10/card-util.c:986 tools/gpg-card.c:1650 msgid "Login data (account name): " msgstr "登录数æ®ï¼ˆå¸æˆ·å): " -#: g10/card-util.c:1024 tools/gpg-card.c:1944 +#: g10/card-util.c:1024 tools/gpg-card.c:1945 msgid "Private DO data: " msgstr "个人 DO æ•°æ®ï¼š " -#: g10/card-util.c:1109 tools/gpg-card.c:1698 +#: g10/card-util.c:1109 tools/gpg-card.c:1699 msgid "Language preferences: " msgstr "è¯è¨€å好: " -#: g10/card-util.c:1117 tools/gpg-card.c:1709 +#: g10/card-util.c:1117 tools/gpg-card.c:1710 #, c-format msgid "Error: invalid length of preference string.\n" msgstr "错误:å好å—ç¬¦ä¸²é•¿åº¦æ— æ•ˆã€‚\n" -#: g10/card-util.c:1126 tools/gpg-card.c:1718 +#: g10/card-util.c:1126 tools/gpg-card.c:1719 #, c-format msgid "Error: invalid characters in preference string.\n" msgstr "错误:å好å—符串ä¸å˜åœ¨æ— 效å—符。\n" -#: g10/card-util.c:1148 tools/gpg-card.c:1752 +#: g10/card-util.c:1148 tools/gpg-card.c:1753 msgid "Salutation (M = Mr., F = Ms., or space): " msgstr "称呼(M = 先生,F = 女士,或者留空): " -#: g10/card-util.c:1162 tools/gpg-card.c:1769 +#: g10/card-util.c:1162 tools/gpg-card.c:1770 msgid "Error: invalid response.\n" msgstr "é”™è¯¯ï¼šæ— æ•ˆçš„å“应。\n" -#: g10/card-util.c:1185 tools/gpg-card.c:1834 +#: g10/card-util.c:1185 tools/gpg-card.c:1835 msgid "CA fingerprint: " msgstr "CA 指纹: " -#: g10/card-util.c:1209 tools/gpg-card.c:1860 +#: g10/card-util.c:1209 tools/gpg-card.c:1861 #, c-format msgid "Error: invalid formatted fingerprint.\n" msgstr "é”™è¯¯ï¼šæŒ‡çº¹æ ¼å¼æ— 效。\n" @@ -1837,7 +1837,7 @@ msgstr "密钥æ“ä½œæ— æ³•å®žçŽ°ï¼š%s\n" msgid "not an OpenPGP card" msgstr "ä¸æ˜¯ä¸€ä¸ª OpenPGP å¡" -#: g10/card-util.c:1273 g10/keygen.c:4791 g10/keygen.c:5952 +#: g10/card-util.c:1273 g10/keygen.c:4811 g10/keygen.c:5972 #, c-format msgid "error getting current key info: %s\n" msgstr "å–得当å‰å¯†é’¥ä¿¡æ¯æ—¶å‡ºé”™ï¼š%s\n" @@ -1846,7 +1846,7 @@ msgstr "å–得当å‰å¯†é’¥ä¿¡æ¯æ—¶å‡ºé”™ï¼š%s\n" msgid "Replace existing key? (y/N) " msgstr "替æ¢çŽ°å˜çš„密钥?(y/N) " -#: g10/card-util.c:1375 tools/gpg-card.c:3327 +#: g10/card-util.c:1375 tools/gpg-card.c:3328 msgid "" "Note: There is no guarantee that the card supports the requested\n" " key type or size. If the key generation does not succeed,\n" @@ -1930,13 +1930,13 @@ msgid "error getting card info: %s\n" msgstr "获å–å¡ç‰‡ä¿¡æ¯æ—¶å‡ºçŽ°é”™ï¼š %s\n" #: g10/card-util.c:1591 g10/card-util.c:1936 g10/card-util.c:2112 -#: g10/card-util.c:2171 tools/gpg-card.c:3056 tools/gpg-card.c:3295 -#: tools/gpg-card.c:3353 +#: g10/card-util.c:2171 tools/gpg-card.c:3057 tools/gpg-card.c:3296 +#: tools/gpg-card.c:3354 #, c-format msgid "This command is not supported by this card\n" msgstr "æ¤å‘½ä»¤ä¸è¢«æ¤å¡ç‰‡æ”¯æŒ\n" -#: g10/card-util.c:1637 tools/gpg-card.c:2425 +#: g10/card-util.c:1637 tools/gpg-card.c:2426 msgid "Make off-card backup of encryption key? (Y/n) " msgstr "åˆ›å»ºåŠ å¯†å¯†é’¥çš„ç¦»å¡å¤‡ä»½ï¼Ÿ (Y/n) " @@ -1945,11 +1945,11 @@ msgstr "åˆ›å»ºåŠ å¯†å¯†é’¥çš„ç¦»å¡å¤‡ä»½ï¼Ÿ (Y/n) " msgid "Note: keys are already stored on the card!\n" msgstr "注æ„: 已有ç§é’¥è¢«å˜å‚¨äºŽå¡ç‰‡ä¸Šï¼\n" -#: g10/card-util.c:1654 tools/gpg-card.c:2397 +#: g10/card-util.c:1654 tools/gpg-card.c:2398 msgid "Replace existing keys? (y/N) " msgstr "替æ¢çŽ°å˜çš„密钥?(y/N) " -#: g10/card-util.c:1666 tools/gpg-card.c:2456 +#: g10/card-util.c:1666 tools/gpg-card.c:2457 #, c-format msgid "" "Please note that the factory settings of the PINs are\n" @@ -1985,16 +1985,16 @@ msgstr "请选择在哪里å˜å‚¨å¯†é’¥ï¼š\n" msgid "KEYTOCARD failed: %s\n" msgstr "KEYTOCARD 失败: %s\n" -#: g10/card-util.c:1941 tools/gpg-card.c:3064 +#: g10/card-util.c:1941 tools/gpg-card.c:3065 #, c-format msgid "Note: This command destroys all keys stored on the card!\n" msgstr "注æ„: 这一命令将会销æ¯æ‰€æœ‰å‚¨å˜äºŽå¡ç‰‡ä¸Šçš„ç§é’¥ï¼\n" -#: g10/card-util.c:1944 tools/gpg-card.c:3067 tools/gpg-card.c:3408 +#: g10/card-util.c:1944 tools/gpg-card.c:3068 tools/gpg-card.c:3409 msgid "Continue? (y/N) " msgstr "继ç»ï¼Ÿ (y/N) " -#: g10/card-util.c:1949 tools/gpg-card.c:3078 +#: g10/card-util.c:1949 tools/gpg-card.c:3079 msgid "Really do a factory reset? (enter \"yes\") " msgstr "真的è¦æ‰§è¡Œæ¢å¤å‡ºåŽ‚设置å—? (输入“yesâ€) " @@ -2008,7 +2008,7 @@ msgstr "设置 KDF 时出现错误: %s\n" msgid "error for setup UIF: %s\n" msgstr "设置 KDF 时出现错误: %s\n" -#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3648 +#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3649 msgid "quit this menu" msgstr "退出æ¤èœå•" @@ -2016,63 +2016,63 @@ msgstr "退出æ¤èœå•" msgid "show admin commands" msgstr "显示管ç†å‘˜å‘½ä»¤" -#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3651 +#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3652 msgid "show this help" msgstr "显示æ¤å¸®åŠ©" -#: g10/card-util.c:2217 tools/gpg-card.c:3653 +#: g10/card-util.c:2217 tools/gpg-card.c:3654 msgid "list all available data" msgstr "列出所有å¯ç”¨æ•°æ®" -#: g10/card-util.c:2220 tools/gpg-card.c:3655 +#: g10/card-util.c:2220 tools/gpg-card.c:3656 msgid "change card holder's name" msgstr "更改å¡æŒæœ‰äººçš„姓å" -#: g10/card-util.c:2221 tools/gpg-card.c:3656 +#: g10/card-util.c:2221 tools/gpg-card.c:3657 msgid "change URL to retrieve key" msgstr "更改拉å–密钥的 URL" -#: g10/card-util.c:2222 tools/gpg-card.c:3657 +#: g10/card-util.c:2222 tools/gpg-card.c:3658 msgid "fetch the key specified in the card URL" msgstr "æ ¹æ®å¡ä¸æŒ‡å®šçš„ URL 获å–密钥" -#: g10/card-util.c:2223 tools/gpg-card.c:3658 +#: g10/card-util.c:2223 tools/gpg-card.c:3659 msgid "change the login name" msgstr "更改登录å" -#: g10/card-util.c:2224 tools/gpg-card.c:3659 +#: g10/card-util.c:2224 tools/gpg-card.c:3660 msgid "change the language preferences" msgstr "更改è¯è¨€å好" -#: g10/card-util.c:2225 tools/gpg-card.c:3660 +#: g10/card-util.c:2225 tools/gpg-card.c:3661 msgid "change card holder's salutation" msgstr "å˜æ›´å¡ç‰‡æŒæœ‰äººçš„称呼" -#: g10/card-util.c:2227 tools/gpg-card.c:3662 +#: g10/card-util.c:2227 tools/gpg-card.c:3663 msgid "change a CA fingerprint" msgstr "更改一个 CA 指纹" -#: g10/card-util.c:2228 tools/gpg-card.c:3663 +#: g10/card-util.c:2228 tools/gpg-card.c:3664 msgid "toggle the signature force PIN flag" msgstr "开关ç¾å的强制 PIN 设置" -#: g10/card-util.c:2229 tools/gpg-card.c:3664 +#: g10/card-util.c:2229 tools/gpg-card.c:3665 msgid "generate new keys" msgstr "生æˆæ–°çš„密钥" -#: g10/card-util.c:2230 tools/gpg-card.c:3665 +#: g10/card-util.c:2230 tools/gpg-card.c:3666 msgid "menu to change or unblock the PIN" msgstr "æ›´æ”¹æˆ–è§£é” PIN çš„èœå•" -#: g10/card-util.c:2231 tools/gpg-card.c:3666 +#: g10/card-util.c:2231 tools/gpg-card.c:3667 msgid "verify the PIN and list all data" msgstr "éªŒè¯ PIN 并列出所有数æ®" -#: g10/card-util.c:2232 tools/gpg-card.c:3667 +#: g10/card-util.c:2232 tools/gpg-card.c:3668 msgid "unblock the PIN using a Reset Code" msgstr "使用é‡ç½®ç è§£é” PIN" -#: g10/card-util.c:2233 tools/gpg-card.c:3671 +#: g10/card-util.c:2233 tools/gpg-card.c:3672 msgid "destroy all keys and data" msgstr "销æ¯æ‰€æœ‰å¯†é’¥å’Œæ•°æ®" @@ -2084,11 +2084,11 @@ msgstr "针对 PIN 身份验è¯è®¾ç½® KDF(开å¯/å•ä¸€/å…³é—)" msgid "change the key attribute" msgstr "更改密钥属性" -#: g10/card-util.c:2237 tools/gpg-card.c:3673 +#: g10/card-util.c:2237 tools/gpg-card.c:3674 msgid "change the User Interaction Flag" msgstr "å˜æ›´ç”¨æˆ·äº¤äº’选项" -#: g10/card-util.c:2361 tools/gpg-card.c:3923 +#: g10/card-util.c:2361 tools/gpg-card.c:3924 msgid "gpg/card> " msgstr "gpg/card> " @@ -2104,8 +2104,8 @@ msgstr "管ç†å‘˜å‘½ä»¤å¯ç”¨\n" msgid "Admin commands are not allowed\n" msgstr "管ç†å‘˜å‘½ä»¤ä¸å¯ç”¨\n" -#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3813 -#: tools/gpg-card.c:4071 +#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3814 +#: tools/gpg-card.c:4072 #, c-format msgid "Invalid command (try \"help\")\n" msgstr "æ— æ•ˆçš„å‘½ä»¤ (å°è¯•â€œhelpâ€ï¼‰\n" @@ -2115,21 +2115,21 @@ msgstr "æ— æ•ˆçš„å‘½ä»¤ (å°è¯•â€œhelpâ€ï¼‰\n" msgid "--output doesn't work for this command\n" msgstr "--output 在这个命令ä¸ä¸èµ·ä½œç”¨\n" -#: g10/decrypt.c:247 g10/gpg.c:5262 g10/keyring.c:399 g10/keyring.c:750 +#: g10/decrypt.c:247 g10/gpg.c:5293 g10/keyring.c:399 g10/keyring.c:750 #, c-format msgid "can't open '%s'\n" msgstr "æ— æ³•æ‰“å¼€ ‘%s’\n" #: g10/delkey.c:81 g10/export.c:1934 g10/export.c:2342 g10/export.c:2463 -#: g10/getkey.c:1907 g10/gpg.c:5207 g10/keyedit.c:1450 g10/keyedit.c:2382 -#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1238 +#: g10/getkey.c:1907 g10/gpg.c:5238 g10/keyedit.c:1450 g10/keyedit.c:2382 +#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1240 #: g10/revoke.c:230 g10/tofu.c:2168 #, c-format msgid "key \"%s\" not found: %s\n" msgstr "未找到密钥 ‘%s’:%s\n" -#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4303 -#: g10/gpg.c:5216 g10/keyedit.c:2354 g10/keyserver.c:1256 g10/revoke.c:236 +#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4330 +#: g10/gpg.c:5247 g10/keyedit.c:2354 g10/keyserver.c:1258 g10/revoke.c:236 #: g10/revoke.c:665 g10/tofu.c:2176 #, c-format msgid "error reading keyblock: %s\n" @@ -2249,14 +2249,14 @@ msgstr "密文算法 ‘%s’ å¯èƒ½ä¸èƒ½è¢«ç”¨äºŽåŠ 密\n" msgid "(use option \"%s\" to override)\n" msgstr "(使用选项 “%s†æ¥è¦†ç›–)\n" -#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4052 -#: g10/gpg.c:4099 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1760 +#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4083 +#: g10/gpg.c:4130 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1793 #, c-format msgid "cipher algorithm '%s' may not be used in %s mode\n" msgstr "密文算法 ‘%s’ å¯èƒ½ä¸èƒ½è¢«ç”¨äºŽ %s 模å¼\n" -#: g10/encrypt.c:564 g10/gpg.c:4064 g10/gpg.c:4111 g10/sig-check.c:155 -#: g10/sign.c:452 sm/gpgsm.c:1770 sm/gpgsm.c:1780 sm/sign.c:596 sm/verify.c:510 +#: g10/encrypt.c:564 g10/gpg.c:4095 g10/gpg.c:4142 g10/sig-check.c:155 +#: g10/sign.c:452 sm/gpgsm.c:1803 sm/gpgsm.c:1813 sm/sign.c:596 sm/verify.c:510 #, c-format msgid "digest algorithm '%s' may not be used in %s mode\n" msgstr "摘è¦ç®—法‘%s’ä¸èƒ½åœ¨ %s 模å¼ä¸‹ä½¿ç”¨\n" @@ -2348,7 +2348,7 @@ msgstr "使用 GnuPG å¯†é’¥å¤‡ä»½æ ¼å¼" msgid " - skipped" msgstr " - 已跳过" -#: g10/export.c:1333 g10/import.c:2112 g10/openfile.c:202 g10/openfile.c:296 +#: g10/export.c:1333 g10/import.c:2124 g10/openfile.c:202 g10/openfile.c:296 #: g10/sign.c:1110 g10/sign.c:1447 #, c-format msgid "writing to '%s'\n" @@ -2438,268 +2438,268 @@ msgstr "æ— æ•ˆçš„å¯†é’¥ %s 通过 --allow-non-selfsigned-uid 生效\n" msgid "using subkey %s instead of primary key %s\n" msgstr "使用å密钥 %s 而éžä¸»å¯†é’¥ %s\n" -#: g10/getkey.c:4232 g10/gpg.c:2164 +#: g10/getkey.c:4259 g10/gpg.c:2167 #, c-format msgid "valid values for option '%s':\n" msgstr "选项 ‘%s’ 的有效值:\n" -#: g10/gpg.c:449 sm/gpgsm.c:215 +#: g10/gpg.c:450 sm/gpgsm.c:217 msgid "make a signature" msgstr "生æˆä¸€ä»½ç¾å" -#: g10/gpg.c:450 +#: g10/gpg.c:451 msgid "make a clear text signature" msgstr "生æˆä¸€ä»½æ˜Žæ–‡ç¾å" -#: g10/gpg.c:452 sm/gpgsm.c:217 +#: g10/gpg.c:453 sm/gpgsm.c:219 msgid "make a detached signature" msgstr "生æˆä¸€ä»½åˆ†ç¦»çš„ç¾å" -#: g10/gpg.c:453 sm/gpgsm.c:218 +#: g10/gpg.c:454 sm/gpgsm.c:220 msgid "encrypt data" msgstr "åŠ å¯†æ•°æ®" -#: g10/gpg.c:455 +#: g10/gpg.c:456 msgid "encryption only with symmetric cipher" msgstr "ä»…ä½¿ç”¨å¯¹ç§°å¯†æ–‡åŠ å¯†" -#: g10/gpg.c:457 sm/gpgsm.c:220 +#: g10/gpg.c:458 sm/gpgsm.c:222 msgid "decrypt data (default)" msgstr "解密数æ®ï¼ˆé»˜è®¤ï¼‰" -#: g10/gpg.c:459 sm/gpgsm.c:221 +#: g10/gpg.c:460 sm/gpgsm.c:223 msgid "verify a signature" msgstr "验è¯ç¾å" -#: g10/gpg.c:461 sm/gpgsm.c:222 +#: g10/gpg.c:462 sm/gpgsm.c:224 msgid "list keys" msgstr "列出密钥" -#: g10/gpg.c:463 +#: g10/gpg.c:464 msgid "list keys and signatures" msgstr "列出密钥和ç¾å" -#: g10/gpg.c:466 +#: g10/gpg.c:467 msgid "list and check key signatures" msgstr "列出并检查密钥ç¾å" -#: g10/gpg.c:468 sm/gpgsm.c:227 +#: g10/gpg.c:469 sm/gpgsm.c:229 msgid "list keys and fingerprints" msgstr "列出密钥和指纹" -#: g10/gpg.c:469 sm/gpgsm.c:225 +#: g10/gpg.c:470 sm/gpgsm.c:227 msgid "list secret keys" msgstr "列出ç§é’¥" -#: g10/gpg.c:471 sm/gpgsm.c:228 +#: g10/gpg.c:472 sm/gpgsm.c:230 msgid "generate a new key pair" msgstr "生æˆä¸€ä¸ªæ–°çš„密钥对" -#: g10/gpg.c:474 +#: g10/gpg.c:475 msgid "quickly generate a new key pair" msgstr "快速生æˆä¸€ä¸ªæ–°çš„密钥对" -#: g10/gpg.c:477 +#: g10/gpg.c:478 msgid "quickly add a new user-id" msgstr "å¿«é€Ÿæ·»åŠ ä¸€ä¸ªæ–°çš„ç”¨æˆ·æ ‡è¯†" -#: g10/gpg.c:482 +#: g10/gpg.c:483 msgid "quickly revoke a user-id" msgstr "快速åŠé”€ä¸€ä¸ªç”¨æˆ·æ ‡è¯†" -#: g10/gpg.c:485 +#: g10/gpg.c:486 msgid "quickly set a new expiration date" msgstr "快速设置一个过期日期" -#: g10/gpg.c:488 +#: g10/gpg.c:489 msgid "full featured key pair generation" msgstr "完整功能的密钥对生æˆ" -#: g10/gpg.c:491 +#: g10/gpg.c:492 msgid "generate a revocation certificate" msgstr "生æˆä¸€ä»½åŠé”€è¯ä¹¦" -#: g10/gpg.c:494 sm/gpgsm.c:231 +#: g10/gpg.c:495 sm/gpgsm.c:233 msgid "remove keys from the public keyring" msgstr "ä»Žå…¬é’¥é’¥åŒ™çŽ¯é‡Œåˆ é™¤å¯†é’¥" -#: g10/gpg.c:496 +#: g10/gpg.c:497 msgid "remove keys from the secret keyring" msgstr "从ç§é’¥é’¥åŒ™çŽ¯é‡Œåˆ 除密钥" -#: g10/gpg.c:498 +#: g10/gpg.c:499 msgid "quickly sign a key" msgstr "快速ç¾å一个密钥" -#: g10/gpg.c:500 +#: g10/gpg.c:501 msgid "quickly sign a key locally" msgstr "快速本地ç¾å一个密钥" -#: g10/gpg.c:502 +#: g10/gpg.c:503 msgid "quickly revoke a key signature" msgstr "快速åŠé”€ä¸€ä¸ªå¯†é’¥ç¾å" -#: g10/gpg.c:503 +#: g10/gpg.c:504 msgid "sign a key" msgstr "ç¾å一个密钥" -#: g10/gpg.c:504 +#: g10/gpg.c:505 msgid "sign a key locally" msgstr "本地ç¾å一个密钥" -#: g10/gpg.c:505 +#: g10/gpg.c:506 msgid "sign or edit a key" msgstr "ç¾å或编辑一个密钥" -#: g10/gpg.c:507 sm/gpgsm.c:249 +#: g10/gpg.c:508 sm/gpgsm.c:251 msgid "change a passphrase" msgstr "更改密ç " -#: g10/gpg.c:511 +#: g10/gpg.c:512 msgid "export keys" msgstr "导出密钥" -#: g10/gpg.c:512 +#: g10/gpg.c:513 msgid "export keys to a keyserver" msgstr "个密钥导出到一个公钥æœåŠ¡å™¨ä¸Š" -#: g10/gpg.c:513 +#: g10/gpg.c:514 msgid "import keys from a keyserver" msgstr "从公钥æœåŠ¡å™¨ä¸Šå¯¼å…¥å¯†é’¥" -#: g10/gpg.c:516 +#: g10/gpg.c:517 msgid "search for keys on a keyserver" msgstr "在公钥æœåŠ¡å™¨ä¸Šæœç´¢å¯†é’¥" -#: g10/gpg.c:518 +#: g10/gpg.c:519 msgid "update all keys from a keyserver" msgstr "从公钥æœåŠ¡å™¨æ›´æ–°æ‰€æœ‰å¯†é’¥" -#: g10/gpg.c:526 +#: g10/gpg.c:527 msgid "import/merge keys" msgstr "导入/åˆå¹¶å¯†é’¥" -#: g10/gpg.c:529 +#: g10/gpg.c:530 msgid "print the card status" msgstr "打å°å¡ç‰‡çŠ¶æ€" -#: g10/gpg.c:530 +#: g10/gpg.c:531 msgid "change data on a card" msgstr "更改å¡ç‰‡ä¸Šçš„æ•°æ®" -#: g10/gpg.c:532 +#: g10/gpg.c:533 msgid "change a card's PIN" msgstr "更改å¡ç‰‡çš„ PIN" -#: g10/gpg.c:544 +#: g10/gpg.c:545 msgid "update the trust database" msgstr "更新信任数æ®åº“" -#: g10/gpg.c:554 +#: g10/gpg.c:555 msgid "print message digests" msgstr "打å°æ¶ˆæ¯æ‘˜è¦" -#: g10/gpg.c:558 sm/gpgsm.c:244 +#: g10/gpg.c:559 sm/gpgsm.c:246 msgid "run in server mode" msgstr "以æœåŠ¡å™¨æ¨¡å¼è¿è¡Œ" -#: g10/gpg.c:560 +#: g10/gpg.c:561 msgid "|VALUE|set the TOFU policy for a key" msgstr "|VALUE|设置一个密钥的 TOFU 政ç–" -#: g10/gpg.c:603 +#: g10/gpg.c:604 msgid "|NAME|use NAME as default secret key" msgstr "|NAME|使用 NAME 作为默认的ç§é’¥" -#: g10/gpg.c:605 sm/gpgsm.c:337 +#: g10/gpg.c:606 sm/gpgsm.c:340 msgid "|NAME|encrypt to user ID NAME as well" msgstr "|NAME|åŒæ—¶ç»™ä»¥ NAME 为åç§°çš„ç”¨æˆ·æ ‡è¯†åŠ å¯†" -#: g10/gpg.c:613 +#: g10/gpg.c:614 msgid "|SPEC|set up email aliases" msgstr "|SPEC|设置电å邮件别å" -#: g10/gpg.c:625 +#: g10/gpg.c:626 msgid "use strict OpenPGP behavior" msgstr "ä½¿ç”¨ä¸¥æ ¼çš„ OpenPGP 行为" -#: g10/gpg.c:650 kbx/kbxutil.c:91 sm/gpgsm.c:421 tools/gpgconf.c:113 +#: g10/gpg.c:651 kbx/kbxutil.c:91 sm/gpgsm.c:424 tools/gpgconf.c:113 msgid "do not make any changes" msgstr "ä¸åšä»»ä½•æ›´æ”¹" -#: g10/gpg.c:651 +#: g10/gpg.c:652 msgid "prompt before overwriting" msgstr "覆盖å‰æ示" -#: g10/gpg.c:700 sm/gpgsm.c:307 +#: g10/gpg.c:701 sm/gpgsm.c:310 msgid "Options controlling the input" msgstr "控制输入的选项" -#: g10/gpg.c:718 sm/gpgsm.c:317 +#: g10/gpg.c:719 sm/gpgsm.c:320 msgid "Options controlling the output" msgstr "控制输出的选项" -#: g10/gpg.c:720 sm/gpgsm.c:319 +#: g10/gpg.c:721 sm/gpgsm.c:322 msgid "create ascii armored output" msgstr "创建 ASCII å—符å°è£…的输出" -#: g10/gpg.c:724 g10/gpgv.c:82 sm/gpgsm.c:324 +#: g10/gpg.c:725 g10/gpgv.c:82 sm/gpgsm.c:327 msgid "|FILE|write output to FILE" msgstr "|FILE|写输出到 FILE" -#: g10/gpg.c:737 +#: g10/gpg.c:738 msgid "use canonical text mode" msgstr "使用规范的文本模å¼" -#: g10/gpg.c:755 +#: g10/gpg.c:756 msgid "|N|set compress level to N (0 disables)" msgstr "|N|设置压缩ç‰çº§ä¸º N (0 为ç¦ç”¨ï¼‰" -#: g10/gpg.c:761 sm/gpgsm.c:354 +#: g10/gpg.c:762 sm/gpgsm.c:357 msgid "Options controlling key import and export" msgstr "控制密钥导入导出的选项" -#: g10/gpg.c:764 +#: g10/gpg.c:765 msgid "|MECHANISMS|use MECHANISMS to locate keys by mail address" msgstr "|MECHANISMS|通过邮件地å€å®šä½å¯†é’¥æ—¶ä½¿ç”¨æœºåˆ¶ MECHANISMS" -#: g10/gpg.c:767 +#: g10/gpg.c:768 msgid "import missing key from a signature" msgstr "从ç¾å导入缺少的密钥" -#: g10/gpg.c:772 +#: g10/gpg.c:773 msgid "include the public key in signatures" msgstr "在ç¾åä¸åŒ…å«å…¬é’¥" -#: g10/gpg.c:775 sm/gpgsm.c:357 +#: g10/gpg.c:776 sm/gpgsm.c:360 msgid "disable all access to the dirmngr" msgstr "ç¦ç”¨å¯¹ dirmngr 的所有访问" -#: g10/gpg.c:787 sm/gpgsm.c:364 +#: g10/gpg.c:788 sm/gpgsm.c:367 msgid "Options controlling key listings" msgstr "控制密钥列表的选项" -#: g10/gpg.c:817 sm/gpgsm.c:329 +#: g10/gpg.c:818 sm/gpgsm.c:332 msgid "Options to specify keys" msgstr "指定密钥的选项" -#: g10/gpg.c:819 sm/gpgsm.c:331 +#: g10/gpg.c:820 sm/gpgsm.c:334 msgid "|USER-ID|encrypt for USER-ID" msgstr "|USER-ID|为 USER-ID åŠ å¯†" -#: g10/gpg.c:827 sm/gpgsm.c:333 +#: g10/gpg.c:828 sm/gpgsm.c:336 msgid "|USER-ID|use USER-ID to sign or decrypt" msgstr "|USER-ID|使用 USER-ID æ¥ç¾å或者解密" -#: g10/gpg.c:875 sm/gpgsm.c:405 +#: g10/gpg.c:876 sm/gpgsm.c:408 msgid "Options for unattended use" msgstr "ç”¨äºŽæ— äººå€¼å®ˆçš„é€‰é¡¹" -#: g10/gpg.c:894 sm/gpgsm.c:417 dirmngr/dirmngr.c:285 +#: g10/gpg.c:895 sm/gpgsm.c:420 dirmngr/dirmngr.c:286 msgid "Other options" msgstr "其他选项" -#: g10/gpg.c:965 sm/gpgsm.c:450 +#: g10/gpg.c:966 sm/gpgsm.c:453 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -2707,7 +2707,7 @@ msgstr "" "@\n" "(请å‚考手册页以获得所有命令和选项的完整列表)\n" -#: g10/gpg.c:968 +#: g10/gpg.c:969 msgid "" "@\n" "Examples:\n" @@ -2727,11 +2727,11 @@ msgstr "" " --list-keys [åå—] 列出密钥\n" " --fingerprint [åå—] 显示指纹\n" -#: g10/gpg.c:1153 +#: g10/gpg.c:1154 msgid "Usage: @GPG@ [options] [files] (-h for help)" msgstr "用法: @GPG@ [选项] [文件] (-h 获å–帮助)" -#: g10/gpg.c:1156 +#: g10/gpg.c:1157 msgid "" "Syntax: @GPG@ [options] [files]\n" "Sign, check, encrypt or decrypt\n" @@ -2741,7 +2741,7 @@ msgstr "" "ç¾åã€æ£€æŸ¥ã€åŠ 密或解密\n" "默认的æ“作ä¾è¾“入数æ®è€Œå®š\n" -#: g10/gpg.c:1167 sm/gpgsm.c:633 +#: g10/gpg.c:1168 sm/gpgsm.c:636 msgid "" "\n" "Supported algorithms:\n" @@ -2749,549 +2749,549 @@ msgstr "" "\n" "支æŒçš„算法:\n" -#: g10/gpg.c:1170 +#: g10/gpg.c:1171 msgid "Pubkey: " msgstr "公钥: " -#: g10/gpg.c:1177 g10/keyedit.c:3316 +#: g10/gpg.c:1178 g10/keyedit.c:3316 msgid "Cipher: " msgstr "密文: " -#: g10/gpg.c:1191 +#: g10/gpg.c:1192 msgid "Hash: " msgstr "散列: " -#: g10/gpg.c:1198 g10/keyedit.c:3382 +#: g10/gpg.c:1199 g10/keyedit.c:3382 msgid "Compression: " msgstr "压缩: " -#: g10/gpg.c:1273 sm/gpgsm.c:707 +#: g10/gpg.c:1274 sm/gpgsm.c:710 #, c-format msgid "usage: %s [options] %s\n" msgstr "用法: %s [选项] %s\n" -#: g10/gpg.c:1466 sm/gpgsm.c:800 +#: g10/gpg.c:1467 sm/gpgsm.c:803 #, c-format msgid "conflicting commands\n" msgstr "冲çªçš„指令\n" -#: g10/gpg.c:1484 +#: g10/gpg.c:1485 #, c-format msgid "no = sign found in group definition '%s'\n" msgstr "群组定义 ‘%s’ ä¸æ‰¾ä¸åˆ° = æ ‡å¿—\n" -#: g10/gpg.c:1682 +#: g10/gpg.c:1683 #, c-format msgid "WARNING: unsafe ownership on homedir '%s'\n" msgstr "è¦å‘Šï¼šå®¶ç›®å½•â€˜%s’的所有æƒä¸å®‰å…¨\n" -#: g10/gpg.c:1685 +#: g10/gpg.c:1686 #, c-format msgid "WARNING: unsafe ownership on configuration file '%s'\n" msgstr "è¦å‘Šï¼šé…置文件‘%s’的所有æƒä¸å®‰å…¨\n" -#: g10/gpg.c:1688 +#: g10/gpg.c:1689 #, c-format msgid "WARNING: unsafe ownership on extension '%s'\n" msgstr "è¦å‘Šï¼šæ‰©å±•æ¨¡å—‘%s’的所有æƒä¸å®‰å…¨\n" -#: g10/gpg.c:1694 +#: g10/gpg.c:1695 #, c-format msgid "WARNING: unsafe permissions on homedir '%s'\n" msgstr "è¦å‘Šï¼šå®¶ç›®å½•â€˜%s’的æƒé™ä½ä¸å®‰å…¨\n" -#: g10/gpg.c:1697 +#: g10/gpg.c:1698 #, c-format msgid "WARNING: unsafe permissions on configuration file '%s'\n" msgstr "è¦å‘Šï¼šé…置文件‘%s’的æƒé™ä½ä¸å®‰å…¨\n" -#: g10/gpg.c:1700 +#: g10/gpg.c:1701 #, c-format msgid "WARNING: unsafe permissions on extension '%s'\n" msgstr "è¦å‘Šï¼šæ‰©å±•æ¨¡å—‘%s’的æƒé™ä½ä¸å®‰å…¨\n" -#: g10/gpg.c:1706 +#: g10/gpg.c:1707 #, c-format msgid "WARNING: unsafe enclosing directory ownership on homedir '%s'\n" msgstr "è¦å‘Šï¼šå®¶ç›®å½•â€˜%s’的上级目录所有æƒä¸å®‰å…¨\n" -#: g10/gpg.c:1709 +#: g10/gpg.c:1710 #, c-format msgid "" "WARNING: unsafe enclosing directory ownership on configuration file '%s'\n" msgstr "è¦å‘Šï¼šé…置文件‘%s’的上级目录所有æƒä¸å®‰å…¨\n" -#: g10/gpg.c:1712 +#: g10/gpg.c:1713 #, c-format msgid "WARNING: unsafe enclosing directory ownership on extension '%s'\n" msgstr "è¦å‘Šï¼šæ‰©å±•æ¨¡å—‘%s’的上级目录所有æƒä¸å®‰å…¨\n" -#: g10/gpg.c:1718 +#: g10/gpg.c:1719 #, c-format msgid "WARNING: unsafe enclosing directory permissions on homedir '%s'\n" msgstr "è¦å‘Šï¼šå®¶ç›®å½•â€˜%s’的上级目录æƒé™ä½ä¸å®‰å…¨\n" -#: g10/gpg.c:1721 +#: g10/gpg.c:1722 #, c-format msgid "" "WARNING: unsafe enclosing directory permissions on configuration file '%s'\n" msgstr "è¦å‘Šï¼šé…置文件‘%s’的上级目录æƒé™ä¸å®‰å…¨\n" -#: g10/gpg.c:1724 +#: g10/gpg.c:1725 #, c-format msgid "WARNING: unsafe enclosing directory permissions on extension '%s'\n" msgstr "è¦å‘Šï¼šæ‰©å±•æ¨¡å—‘%s’的上级目录æƒé™ä½ä¸å®‰å…¨\n" -#: g10/gpg.c:1940 +#: g10/gpg.c:1941 #, c-format msgid "unknown configuration item '%s'\n" msgstr "未知的é…置项‘%s’\n" -#: g10/gpg.c:2034 +#: g10/gpg.c:2037 msgid "display photo IDs during key listings" msgstr "åˆ—å‡ºå¯†é’¥æ—¶æ˜¾ç¤ºç…§ç‰‡æ ‡è¯†" -#: g10/gpg.c:2036 +#: g10/gpg.c:2039 msgid "show key usage information during key listings" msgstr "列出密钥时显示用途信æ¯" -#: g10/gpg.c:2038 +#: g10/gpg.c:2041 msgid "show policy URLs during signature listings" msgstr "列出ç¾å时显示ç–ç•¥ URL" -#: g10/gpg.c:2040 +#: g10/gpg.c:2043 msgid "show all notations during signature listings" msgstr "列出ç¾å时显示所有注记" -#: g10/gpg.c:2042 +#: g10/gpg.c:2045 msgid "show IETF standard notations during signature listings" msgstr "列出ç¾å时显示 IETF æ ‡å‡†æ³¨è®°" -#: g10/gpg.c:2046 +#: g10/gpg.c:2049 msgid "show user-supplied notations during signature listings" msgstr "列出ç¾å时显示用户æ供的注记" -#: g10/gpg.c:2048 +#: g10/gpg.c:2051 msgid "show preferred keyserver URLs during signature listings" msgstr "列出ç¾å时显示首选公钥æœåŠ¡å™¨ URL" -#: g10/gpg.c:2050 +#: g10/gpg.c:2053 msgid "show user ID validity during key listings" msgstr "åˆ—å‡ºå¯†é’¥æ—¶æ˜¾ç¤ºç”¨æˆ·æ ‡è¯†çš„æœ‰æ•ˆæ€§" -#: g10/gpg.c:2052 +#: g10/gpg.c:2055 msgid "show revoked and expired user IDs in key listings" msgstr "列出密钥时显示已åŠé”€æˆ–å·²è¿‡æœŸçš„ç”¨æˆ·æ ‡è¯†" -#: g10/gpg.c:2054 +#: g10/gpg.c:2057 msgid "show revoked and expired subkeys in key listings" msgstr "列出密钥时显示已åŠé”€æˆ–已过期的å密钥" -#: g10/gpg.c:2056 +#: g10/gpg.c:2059 msgid "show the keyring name in key listings" msgstr "列出密钥时显示钥匙环的å称" -#: g10/gpg.c:2058 +#: g10/gpg.c:2061 msgid "show expiration dates during signature listings" msgstr "列出ç¾å时显示过期日期" -#: g10/gpg.c:2175 +#: g10/gpg.c:2178 #, c-format msgid "unknown TOFU policy '%s'\n" msgstr "未知的 TOFU 政ç–‘%s’\n" -#: g10/gpg.c:2177 +#: g10/gpg.c:2180 #, c-format msgid "(use \"help\" to list choices)\n" msgstr "(使用“helpâ€æ¥åˆ—出选择)\n" -#: g10/gpg.c:2972 g10/gpg.c:3797 g10/gpg.c:3809 +#: g10/gpg.c:2975 g10/gpg.c:3828 g10/gpg.c:3840 #, c-format msgid "Note: %s is not for normal use!\n" msgstr "注æ„:%s ä¸é€‚用于一般使用ï¼\n" -#: g10/gpg.c:3148 g10/gpg.c:3160 +#: g10/gpg.c:3151 g10/gpg.c:3163 #, c-format msgid "'%s' is not a valid signature expiration\n" msgstr "‘%s’ä¸æ˜¯ä¸€ä¸ªæœ‰æ•ˆçš„ç¾å过期日期\n" -#: g10/gpg.c:3182 +#: g10/gpg.c:3185 #, c-format msgid "\"%s\" is not a proper mail address\n" msgstr "“%s†ä¸æ˜¯ä¸€ä¸ªåˆé€‚的邮件地å€\n" -#: g10/gpg.c:3214 sm/gpgsm.c:1265 +#: g10/gpg.c:3217 sm/gpgsm.c:1270 #, c-format msgid "invalid pinentry mode '%s'\n" msgstr "æ— æ•ˆçš„ pinentry 模å¼â€˜%s’\n" -#: g10/gpg.c:3220 sm/gpgsm.c:1271 +#: g10/gpg.c:3223 sm/gpgsm.c:1276 #, c-format msgid "invalid request origin '%s'\n" msgstr "æ— æ•ˆçš„è¯·æ±‚æ¥æºâ€˜%s’\n" -#: g10/gpg.c:3277 +#: g10/gpg.c:3280 #, c-format msgid "'%s' is not a valid character set\n" msgstr "‘%s’ä¸æ˜¯ä¸€ä¸ªæœ‰æ•ˆçš„å—符集\n" -#: g10/gpg.c:3299 g10/gpg.c:3508 g10/keyedit.c:5319 +#: g10/gpg.c:3302 g10/gpg.c:3511 g10/keyedit.c:5319 #, c-format msgid "could not parse keyserver URL\n" msgstr "æ— æ³•è§£æžå…¬é’¥æœåŠ¡å™¨ URL\n" -#: g10/gpg.c:3317 +#: g10/gpg.c:3320 #, c-format msgid "%s:%d: invalid keyserver options\n" msgstr "%s:%dï¼šæ— æ•ˆçš„å…¬é’¥æœåŠ¡å™¨é€‰é¡¹\n" -#: g10/gpg.c:3320 +#: g10/gpg.c:3323 #, c-format msgid "invalid keyserver options\n" msgstr "æ— æ•ˆçš„å…¬é’¥æœåŠ¡å™¨é€‰é¡¹\n" -#: g10/gpg.c:3327 +#: g10/gpg.c:3330 #, c-format msgid "%s:%d: invalid import options\n" msgstr "%s:%dï¼šæ— æ•ˆçš„å¯¼å…¥é€‰é¡¹\n" -#: g10/gpg.c:3330 +#: g10/gpg.c:3333 #, c-format msgid "invalid import options\n" msgstr "æ— æ•ˆçš„å¯¼å…¥é€‰é¡¹\n" -#: g10/gpg.c:3336 g10/gpg.c:3351 +#: g10/gpg.c:3339 g10/gpg.c:3354 #, c-format msgid "invalid filter option: %s\n" msgstr "æ— æ•ˆçš„è¿‡æ»¤é€‰é¡¹ï¼š%s\n" -#: g10/gpg.c:3342 +#: g10/gpg.c:3345 #, c-format msgid "%s:%d: invalid export options\n" msgstr "%s:%dï¼šæ— æ•ˆçš„å¯¼å‡ºé€‰é¡¹\n" -#: g10/gpg.c:3345 +#: g10/gpg.c:3348 #, c-format msgid "invalid export options\n" msgstr "æ— æ•ˆçš„å¯¼å‡ºé€‰é¡¹\n" -#: g10/gpg.c:3357 +#: g10/gpg.c:3360 #, c-format msgid "%s:%d: invalid list options\n" msgstr "%s:%dï¼šæ— æ•ˆçš„åˆ—è¡¨é€‰é¡¹\n" -#: g10/gpg.c:3360 +#: g10/gpg.c:3363 #, c-format msgid "invalid list options\n" msgstr "æ— æ•ˆçš„åˆ—è¡¨é€‰é¡¹\n" -#: g10/gpg.c:3368 +#: g10/gpg.c:3371 msgid "display photo IDs during signature verification" msgstr "验è¯ç¾åæ—¶æ˜¾ç¤ºç…§ç‰‡æ ‡è¯†" -#: g10/gpg.c:3370 +#: g10/gpg.c:3373 msgid "show policy URLs during signature verification" msgstr "验è¯ç¾å时显示ç–ç•¥ URL" -#: g10/gpg.c:3372 +#: g10/gpg.c:3375 msgid "show all notations during signature verification" msgstr "验è¯ç¾å时显示所有注记" -#: g10/gpg.c:3374 +#: g10/gpg.c:3377 msgid "show IETF standard notations during signature verification" msgstr "验è¯ç¾å时显示 IETF æ ‡å‡†æ³¨è®°" -#: g10/gpg.c:3378 +#: g10/gpg.c:3381 msgid "show user-supplied notations during signature verification" msgstr "验è¯ç¾å时显示用户æ供的注记" -#: g10/gpg.c:3380 +#: g10/gpg.c:3383 msgid "show preferred keyserver URLs during signature verification" msgstr "验è¯ç¾å时显示首选公钥æœåŠ¡å™¨ URL" -#: g10/gpg.c:3382 +#: g10/gpg.c:3385 msgid "show user ID validity during signature verification" msgstr "验è¯ç¾åæ—¶æ˜¾ç¤ºç”¨æˆ·æ ‡è¯†çš„æœ‰æ•ˆæ€§" -#: g10/gpg.c:3384 +#: g10/gpg.c:3387 msgid "show revoked and expired user IDs in signature verification" msgstr "验è¯å¯†é’¥æ—¶æ˜¾ç¤ºå·²åŠé”€æˆ–已过期的åé’¥" -#: g10/gpg.c:3386 +#: g10/gpg.c:3389 msgid "show only the primary user ID in signature verification" msgstr "在ç¾å验è¯ä¸åªæ˜¾ç¤ºä¸»è¦ç”¨æˆ·æ ‡è¯†" -#: g10/gpg.c:3393 +#: g10/gpg.c:3396 #, c-format msgid "%s:%d: invalid verify options\n" msgstr "%s:%d: æ— æ•ˆçš„éªŒè¯é€‰é¡¹\n" -#: g10/gpg.c:3396 +#: g10/gpg.c:3399 #, c-format msgid "invalid verify options\n" msgstr "æ— æ•ˆçš„éªŒè¯é€‰é¡¹\n" -#: g10/gpg.c:3403 +#: g10/gpg.c:3406 #, c-format msgid "unable to set exec-path to %s\n" msgstr "æ— æ³•è®¾ç½®è¿è¡Œè·¯å¾„为 %s\n" -#: g10/gpg.c:3610 +#: g10/gpg.c:3613 #, c-format msgid "%s:%d: invalid auto-key-locate list\n" msgstr "%s%d: æ— æ•ˆçš„ auto-key-locate 列表\n" -#: g10/gpg.c:3613 +#: g10/gpg.c:3616 #, c-format msgid "invalid auto-key-locate list\n" msgstr "æ— æ•ˆçš„ auto-key-locate 列表\n" -#: g10/gpg.c:3622 +#: g10/gpg.c:3625 #, c-format msgid "invalid argument for option \"%.50s\"\n" msgstr "选项 “%.50s†的å‚æ•°æ— æ•ˆ\n" -#: g10/gpg.c:3776 sm/gpgsm.c:1642 +#: g10/gpg.c:3807 sm/gpgsm.c:1675 #, c-format msgid "WARNING: program may create a core file!\n" msgstr "è¦å‘Šï¼šç¨‹åºå¯èƒ½ä¼šåˆ›å»ºæ ¸å¿ƒå†…å˜è½¬å‚¨æ–‡ä»¶ï¼\n" -#: g10/gpg.c:3790 +#: g10/gpg.c:3821 #, c-format msgid "WARNING: %s overrides %s\n" msgstr "è¦å‘Šï¼š%s 覆盖了 %s \n" -#: g10/gpg.c:3799 +#: g10/gpg.c:3830 #, c-format msgid "%s not allowed with %s!\n" msgstr "%s ä¸å…许与 %s 并用\n" -#: g10/gpg.c:3802 +#: g10/gpg.c:3833 #, c-format msgid "%s makes no sense with %s!\n" msgstr "%s 与 %s 并用时ä¸èµ·ä½œç”¨\n" -#: g10/gpg.c:3817 sm/gpgsm.c:1663 dirmngr/dirmngr.c:1114 +#: g10/gpg.c:3848 sm/gpgsm.c:1696 dirmngr/dirmngr.c:1123 #, c-format msgid "WARNING: running with faked system time: " msgstr "è¦å‘Šï¼šæ£åœ¨ä»¥è™šå‡çš„系统时间è¿è¡Œï¼š " -#: g10/gpg.c:3838 +#: g10/gpg.c:3869 #, c-format msgid "will not run with insecure memory due to %s\n" msgstr "ä¸ä¼šåœ¨å†…å˜ä¸å®‰å…¨çš„情况下è¿è¡Œï¼ŒåŽŸå› 是 %s\n" -#: g10/gpg.c:3866 g10/gpg.c:3897 sm/gpgsm.c:1730 +#: g10/gpg.c:3897 g10/gpg.c:3928 sm/gpgsm.c:1763 #, c-format msgid "selected cipher algorithm is invalid\n" msgstr "æ‰€é€‰çš„å¯†æ–‡ç®—æ³•æ— æ•ˆ\n" -#: g10/gpg.c:3873 +#: g10/gpg.c:3904 #, c-format msgid "selected AEAD algorithm is invalid\n" msgstr "所选择的 AEAD ç®—æ³•æ— æ•ˆ\n" -#: g10/gpg.c:3885 +#: g10/gpg.c:3916 #, c-format msgid "selected compression algorithm is invalid\n" msgstr "æ‰€é€‰çš„åŽ‹ç¼©ç®—æ³•æ— æ•ˆ\n" -#: g10/gpg.c:3891 +#: g10/gpg.c:3922 #, c-format msgid "selected certification digest algorithm is invalid\n" msgstr "所选的è¯ä¹¦æ•£åˆ—ç®—æ³•æ— æ•ˆ\n" -#: g10/gpg.c:3906 +#: g10/gpg.c:3937 #, c-format msgid "completes-needed must be greater than 0\n" msgstr "需è¦çš„完全å¯ä¿¡ç¾å数一定è¦å¤§äºŽ 0\n" -#: g10/gpg.c:3908 +#: g10/gpg.c:3939 #, c-format msgid "marginals-needed must be greater than 1\n" msgstr "需è¦çš„勉强å¯ä¿¡ç¾å数一定è¦å¤§äºŽ 1\n" -#: g10/gpg.c:3910 +#: g10/gpg.c:3941 #, c-format msgid "max-cert-depth must be in the range from 1 to 255\n" msgstr "最大è¯ä¹¦é“¾æ·±åº¦ï¼ˆmax-cert-depth)一定è¦ä»‹äºŽ 1 å’Œ 255 之间\n" -#: g10/gpg.c:3912 +#: g10/gpg.c:3943 #, c-format msgid "invalid default-cert-level; must be 0, 1, 2, or 3\n" msgstr "æ— æ•ˆçš„é»˜è®¤è®¤è¯çº§åˆ«ï¼ˆdefault-cert-level);必须为 0,1,2 或 3\n" -#: g10/gpg.c:3914 +#: g10/gpg.c:3945 #, c-format msgid "invalid min-cert-level; must be 1, 2, or 3\n" msgstr "æ— æ•ˆçš„æœ€å°è®¤è¯çº§åˆ«ï¼ˆdefault-cert-level);必须为 1,2 或 3\n" -#: g10/gpg.c:3918 +#: g10/gpg.c:3949 #, c-format msgid "Note: simple S2K mode (0) is strongly discouraged\n" msgstr "注æ„:强烈ä¸å»ºè®®ä½¿ç”¨ç®€å•çš„ S2K æ¨¡å¼ (0)\n" -#: g10/gpg.c:3922 +#: g10/gpg.c:3953 #, c-format msgid "invalid S2K mode; must be 0, 1 or 3\n" msgstr "æ— æ•ˆçš„ S2K 模å¼ï¼›å¿…须是 0,1 或 3\n" -#: g10/gpg.c:3929 +#: g10/gpg.c:3960 #, c-format msgid "invalid default preferences\n" msgstr "æ— æ•ˆçš„é»˜è®¤å好设置\n" -#: g10/gpg.c:3933 +#: g10/gpg.c:3964 #, c-format msgid "invalid personal cipher preferences\n" msgstr "æ— æ•ˆçš„ä¸ªäººå¯†æ–‡å好设置\n" -#: g10/gpg.c:3936 +#: g10/gpg.c:3967 #, c-format msgid "invalid personal AEAD preferences\n" msgstr "æ— æ•ˆçš„ä¸ªäºº AEAD å好设置\n" -#: g10/gpg.c:3940 +#: g10/gpg.c:3971 #, c-format msgid "invalid personal digest preferences\n" msgstr "æ— æ•ˆçš„ä¸ªäººæ‘˜è¦ç®—法å好设置\n" -#: g10/gpg.c:3944 +#: g10/gpg.c:3975 #, c-format msgid "invalid personal compress preferences\n" msgstr "æ— æ•ˆçš„ä¸ªäººåŽ‹ç¼©ç®—æ³•é¦–é€‰é¡¹\n" -#: g10/gpg.c:3953 g10/gpg.c:3958 +#: g10/gpg.c:3984 g10/gpg.c:3989 #, c-format msgid "chunk size invalid - using %d\n" msgstr "å—大å°æ— 效 - 使用 %d\n" -#: g10/gpg.c:3995 +#: g10/gpg.c:4026 #, c-format msgid "%s does not yet work with %s\n" msgstr "%s å°šä¸èƒ½å’Œ %s 并用\n" -#: g10/gpg.c:4058 +#: g10/gpg.c:4089 #, c-format msgid "AEAD algorithm '%s' may not be used in %s mode\n" msgstr "AEAD 算法‘%s’ä¸èƒ½åœ¨ %s 模å¼ä¸‹ä½¿ç”¨\n" -#: g10/gpg.c:4070 +#: g10/gpg.c:4101 #, c-format msgid "compression algorithm '%s' may not be used in %s mode\n" msgstr "压缩算法‘%s’ä¸èƒ½åœ¨ %s 模å¼ä¸‹ä½¿ç”¨\n" -#: g10/gpg.c:4225 +#: g10/gpg.c:4256 #, c-format msgid "failed to initialize the TrustDB: %s\n" msgstr "åˆå§‹åŒ–信任度数æ®åº“失败:%s\n" -#: g10/gpg.c:4237 +#: g10/gpg.c:4268 #, c-format msgid "WARNING: recipients (-r) given without using public key encryption\n" msgstr "è¦å‘Šï¼šç»™å®šäº†æŽ¥æ”¶è€…(-rï¼‰ä½†å¹¶æœªä½¿ç”¨å…¬é’¥åŠ å¯†\n" -#: g10/gpg.c:4309 +#: g10/gpg.c:4340 #, c-format msgid "symmetric encryption of '%s' failed: %s\n" msgstr "å¯¹ç§°åŠ å¯†â€˜%s’失败:%s\n" -#: g10/gpg.c:4338 +#: g10/gpg.c:4369 #, c-format msgid "you cannot use --symmetric --encrypt with --s2k-mode 0\n" msgstr "您ä¸èƒ½åœ¨ä½¿ç”¨ --symmetric --encrypt 时使用 --s2k-mode 0\n" -#: g10/gpg.c:4341 +#: g10/gpg.c:4372 #, c-format msgid "you cannot use --symmetric --encrypt in %s mode\n" msgstr "您ä¸èƒ½åœ¨ %s 模å¼ä¸‹ä½¿ç”¨ --symmetric -encrypt\n" -#: g10/gpg.c:4399 +#: g10/gpg.c:4430 #, c-format msgid "you cannot use --symmetric --sign --encrypt with --s2k-mode 0\n" msgstr "您ä¸èƒ½åœ¨ä½¿ç”¨ --symmetric --sign --encrypt 时使用 --s2k-mode 0\n" -#: g10/gpg.c:4402 +#: g10/gpg.c:4433 #, c-format msgid "you cannot use --symmetric --sign --encrypt in %s mode\n" msgstr "您ä¸èƒ½åœ¨ %s 模å¼ä¸‹ä½¿ç”¨ --symmetric --sign -encrypt\n" -#: g10/gpg.c:4790 g10/keyserver.c:1858 +#: g10/gpg.c:4821 g10/keyserver.c:1870 #, c-format msgid "keyserver send failed: %s\n" msgstr "å‘é€è‡³å…¬é’¥æœåŠ¡å™¨å¤±è´¥ï¼š%s\n" -#: g10/gpg.c:4795 +#: g10/gpg.c:4826 #, c-format msgid "keyserver receive failed: %s\n" msgstr "从公钥æœåŠ¡å™¨æŽ¥æ”¶å¤±è´¥ï¼š%s\n" -#: g10/gpg.c:4801 +#: g10/gpg.c:4832 #, c-format msgid "key export failed: %s\n" msgstr "导出密钥失败:%s\n" -#: g10/gpg.c:4814 +#: g10/gpg.c:4845 #, c-format msgid "export as ssh key failed: %s\n" msgstr "作为 ssh 密钥导出失败:%s\n" -#: g10/gpg.c:4826 +#: g10/gpg.c:4857 #, c-format msgid "keyserver search failed: %s\n" msgstr "公钥æœåŠ¡å™¨æœç´¢å¤±è´¥ï¼š%s\n" -#: g10/gpg.c:4839 +#: g10/gpg.c:4870 #, c-format msgid "keyserver refresh failed: %s\n" msgstr "公钥æœåŠ¡å™¨åˆ·æ–°å¤±è´¥ï¼š%s\n" -#: g10/gpg.c:4906 +#: g10/gpg.c:4937 #, c-format msgid "dearmoring failed: %s\n" msgstr "解开å—符å°è£…时失败:%s\n" -#: g10/gpg.c:4917 +#: g10/gpg.c:4948 #, c-format msgid "enarmoring failed: %s\n" msgstr "进行å—符å°è£…时失败:%s\n" -#: g10/gpg.c:5022 +#: g10/gpg.c:5053 #, c-format msgid "invalid hash algorithm '%s'\n" msgstr "æ— æ•ˆçš„æ•£åˆ—ç®—æ³•â€˜%s’\n" -#: g10/gpg.c:5174 g10/tofu.c:2156 +#: g10/gpg.c:5205 g10/tofu.c:2156 #, c-format msgid "error parsing key specification '%s': %s\n" msgstr "解æžå¯†é’¥æŒ‡å®šâ€˜%s’时出现错误:%s\n" -#: g10/gpg.c:5185 +#: g10/gpg.c:5216 #, c-format msgid "'%s' does not appear to be a valid key ID, fingerprint or keygrip\n" msgstr "‘%s’ä¸åƒæ˜¯ä¸€ä¸ªæœ‰æ•ˆçš„å¯†é’¥æ ‡è¯†ã€æŒ‡çº¹æˆ–者 keygrip\n" -#: g10/gpg.c:5241 +#: g10/gpg.c:5272 #, c-format msgid "WARNING: no command supplied. Trying to guess what you mean ...\n" msgstr "è¦å‘Šï¼šæ²¡æœ‰æ供命令。æ£åœ¨å°è¯•çŒœæµ‹æ‚¨çš„æ„图...\n" -#: g10/gpg.c:5252 +#: g10/gpg.c:5283 #, c-format msgid "Go ahead and type your message ...\n" msgstr "请开始输入您的消æ¯â€¦\n" -#: g10/gpg.c:5599 +#: g10/gpg.c:5630 #, c-format msgid "the given certification policy URL is invalid\n" msgstr "给定的的è¯ä¹¦ç–ç•¥ URL æ— æ•ˆ\n" -#: g10/gpg.c:5601 +#: g10/gpg.c:5632 #, c-format msgid "the given signature policy URL is invalid\n" msgstr "给定的ç¾åç–ç•¥ URL æ— æ•ˆ\n" -#: g10/gpg.c:5634 +#: g10/gpg.c:5665 #, c-format msgid "the given preferred keyserver URL is invalid\n" msgstr "给定的首选公钥æœåŠ¡å™¨ URL æ— æ•ˆ\n" @@ -3304,7 +3304,7 @@ msgstr "|FILE|从钥匙环 FILE 文件ä¸å–得密钥" msgid "make timestamp conflicts only a warning" msgstr "把时间戳冲çªä»…视为è¦å‘Š" -#: g10/gpgv.c:86 sm/gpgsm.c:411 tools/gpgconf.c:116 tools/gpg-card.c:94 +#: g10/gpgv.c:86 sm/gpgsm.c:414 tools/gpgconf.c:116 tools/gpg-card.c:95 msgid "|FD|write status info to this FD" msgstr "|FD|把状æ€ä¿¡æ¯å†™å…¥æ–‡ä»¶æ述符 FD" @@ -3389,97 +3389,97 @@ msgstr "å‡å®šä¸º GnuPG å¯†é’¥å¤‡ä»½æ ¼å¼" msgid "repair keys on import" msgstr "在导入期间修å¤å¯†é’¥" -#: g10/import.c:387 g10/import.c:709 +#: g10/import.c:399 g10/import.c:721 #, c-format msgid "skipping block of type %d\n" msgstr "跳过 %d 类型的å—\n" -#: g10/import.c:726 +#: g10/import.c:738 #, c-format msgid "%lu keys processed so far\n" msgstr "ç›®å‰å·²å¤„ç† %lu 个密钥\n" -#: g10/import.c:819 +#: g10/import.c:831 #, c-format msgid "Total number processed: %lu\n" msgstr "处ç†çš„总数:%lu\n" -#: g10/import.c:822 +#: g10/import.c:834 #, c-format msgid " skipped PGP-2 keys: %lu\n" msgstr " 已跳过的 PGP-2 密钥:%lu\n" -#: g10/import.c:824 +#: g10/import.c:836 #, c-format msgid " skipped new keys: %lu\n" msgstr " 已跳过的新密钥:%lu\n" -#: g10/import.c:827 +#: g10/import.c:839 #, c-format msgid " w/o user IDs: %lu\n" msgstr " ç¼ºå°‘ç”¨æˆ·æ ‡è¯†ï¼š%lu\n" -#: g10/import.c:830 sm/import.c:129 +#: g10/import.c:842 sm/import.c:129 #, c-format msgid " imported: %lu" msgstr " 已导入:%lu" -#: g10/import.c:834 sm/import.c:133 +#: g10/import.c:846 sm/import.c:133 #, c-format msgid " unchanged: %lu\n" msgstr " 未改å˜ï¼š%lu\n" -#: g10/import.c:836 +#: g10/import.c:848 #, c-format msgid " new user IDs: %lu\n" msgstr " æ–°ç”¨æˆ·æ ‡è¯†ï¼š%lu\n" -#: g10/import.c:838 +#: g10/import.c:850 #, c-format msgid " new subkeys: %lu\n" msgstr " æ–°çš„å密钥:%lu\n" -#: g10/import.c:840 +#: g10/import.c:852 #, c-format msgid " new signatures: %lu\n" msgstr " æ–°çš„ç¾å:%lu\n" -#: g10/import.c:842 +#: g10/import.c:854 #, c-format msgid " new key revocations: %lu\n" msgstr " 新的密钥åŠé”€ï¼š%lu\n" -#: g10/import.c:844 sm/import.c:135 +#: g10/import.c:856 sm/import.c:135 #, c-format msgid " secret keys read: %lu\n" msgstr " 读å–çš„ç§é’¥ï¼š%lu\n" -#: g10/import.c:846 sm/import.c:137 +#: g10/import.c:858 sm/import.c:137 #, c-format msgid " secret keys imported: %lu\n" msgstr " 导入的ç§é’¥ï¼š%lu\n" -#: g10/import.c:848 sm/import.c:139 +#: g10/import.c:860 sm/import.c:139 #, c-format msgid " secret keys unchanged: %lu\n" msgstr " 未改å˜çš„ç§é’¥ï¼š%lu\n" -#: g10/import.c:850 sm/import.c:141 +#: g10/import.c:862 sm/import.c:141 #, c-format msgid " not imported: %lu\n" msgstr " 未被导入:%lu\n" -#: g10/import.c:852 +#: g10/import.c:864 #, c-format msgid " signatures cleaned: %lu\n" msgstr " 清ç†çš„ç¾å:%lu\n" -#: g10/import.c:854 +#: g10/import.c:866 #, c-format msgid " user IDs cleaned: %lu\n" msgstr " 清ç†çš„ç”¨æˆ·æ ‡è¯†ï¼š%lu\n" -#: g10/import.c:1279 +#: g10/import.c:1291 #, c-format msgid "" "WARNING: key %s contains preferences for unavailable\n" @@ -3488,171 +3488,171 @@ msgstr "" "è¦å‘Šï¼šå¯†é’¥ %s 包å«äº†ä¸å¯ç”¨ç®—法的å好设置\n" "äºŽä¸‹åˆ—ç”¨æˆ·æ ‡è¯†ä¸Šï¼š\n" -#: g10/import.c:1321 +#: g10/import.c:1333 #, c-format msgid " \"%s\": preference for cipher algorithm %s\n" msgstr " “%sâ€ï¼šå¯†æ–‡ç®—法 %s 的首选项\n" -#: g10/import.c:1339 +#: g10/import.c:1351 #, c-format msgid " \"%s\": preference for AEAD algorithm %s\n" msgstr " \"%s\":关于 AEAD 算法 %s çš„å好设置\n" -#: g10/import.c:1354 +#: g10/import.c:1366 #, c-format msgid " \"%s\": preference for digest algorithm %s\n" msgstr " “%sâ€ï¼šæ•£åˆ—算法 %s 对应首选项\n" -#: g10/import.c:1366 +#: g10/import.c:1378 #, c-format msgid " \"%s\": preference for compression algorithm %s\n" msgstr " “%sâ€ï¼šåŽ‹ç¼©ç®—法 %s 对应首选项\n" -#: g10/import.c:1379 +#: g10/import.c:1391 #, c-format msgid "it is strongly suggested that you update your preferences and\n" msgstr "强烈建议您更新您的å好设置并é‡æ–°åˆ†å‘这个密钥\n" -#: g10/import.c:1381 +#: g10/import.c:1393 #, c-format msgid "re-distribute this key to avoid potential algorithm mismatch problems\n" msgstr "以é¿å…å¯èƒ½çš„算法ä¸åŒ¹é…问题\n" -#: g10/import.c:1406 +#: g10/import.c:1418 #, c-format msgid "you can update your preferences with: gpg --edit-key %s updpref save\n" msgstr "您å¯ä»¥è¿™æ ·æ›´æ–°æ‚¨çš„å好设置:gpg --edit-key %s updpref save\n" -#: g10/import.c:1920 g10/import.c:3041 +#: g10/import.c:1932 g10/import.c:3053 #, c-format msgid "key %s: no user ID\n" msgstr "密钥 %sï¼šæ²¡æœ‰ç”¨æˆ·æ ‡è¯†\n" -#: g10/import.c:1926 +#: g10/import.c:1938 #, c-format msgid "key %s: %s\n" msgstr "密钥 %s: %s\n" -#: g10/import.c:1927 g10/import.c:3013 +#: g10/import.c:1939 g10/import.c:3025 msgid "rejected by import screener" msgstr "被导入ç›æŸ¥å™¨æ‹’ç»" -#: g10/import.c:1976 +#: g10/import.c:1988 #, c-format msgid "key %s: PKS subkey corruption repaired\n" msgstr "密钥%s:PKS åå¯†é’¥ç ´æŸå·²ä¿®å¤\n" -#: g10/import.c:1997 +#: g10/import.c:2009 #, c-format msgid "key %s: accepted non self-signed user ID \"%s\"\n" msgstr "密钥 %s:已接å—ä¸å«è‡ªç¾åçš„ç”¨æˆ·æ ‡è¯† “%sâ€\n" -#: g10/import.c:2008 g10/import.c:2039 +#: g10/import.c:2020 g10/import.c:2051 #, c-format msgid "key %s: no valid user IDs\n" msgstr "密钥 %sï¼šæ²¡æœ‰æœ‰æ•ˆçš„ç”¨æˆ·æ ‡è¯†\n" -#: g10/import.c:2010 +#: g10/import.c:2022 #, c-format msgid "this may be caused by a missing self-signature\n" msgstr "è¿™å¯èƒ½ç”±äºŽé—失自ç¾å所致\n" -#: g10/import.c:2089 g10/import.c:3427 +#: g10/import.c:2101 g10/import.c:3439 #, c-format msgid "key %s: public key not found: %s\n" msgstr "密钥 %s:找ä¸åˆ°å…¬é’¥ï¼š%s\n" -#: g10/import.c:2095 +#: g10/import.c:2107 #, c-format msgid "key %s: new key - skipped\n" msgstr "密钥 %s:新密钥 - 已跳过\n" -#: g10/import.c:2107 +#: g10/import.c:2119 #, c-format msgid "no writable keyring found: %s\n" msgstr "找ä¸åˆ°å¯å†™çš„钥匙环:%s\n" -#: g10/import.c:2139 g10/import.c:2241 g10/import.c:3502 +#: g10/import.c:2151 g10/import.c:2253 g10/import.c:3514 #, c-format msgid "error writing keyring '%s': %s\n" msgstr "写入钥匙环 ‘%s’ 时出现错误: %s\n" -#: g10/import.c:2162 +#: g10/import.c:2174 #, c-format msgid "key %s: public key \"%s\" imported\n" msgstr "密钥 %s:公钥 “%s†已导入\n" -#: g10/import.c:2189 +#: g10/import.c:2201 #, c-format msgid "key %s: doesn't match our copy\n" msgstr "密钥 %s:与我们的副本ä¸ç¬¦åˆ\n" -#: g10/import.c:2257 +#: g10/import.c:2269 #, c-format msgid "key %s: \"%s\" 1 new user ID\n" msgstr "密钥 %s:“%s†1 ä¸ªæ–°çš„ç”¨æˆ·æ ‡è¯†\n" -#: g10/import.c:2260 +#: g10/import.c:2272 #, c-format msgid "key %s: \"%s\" %d new user IDs\n" msgstr "密钥 %s:“%s†%d ä¸ªæ–°çš„ç”¨æˆ·æ ‡è¯†\n" -#: g10/import.c:2263 +#: g10/import.c:2275 #, c-format msgid "key %s: \"%s\" 1 new signature\n" msgstr "密钥 %s:“%s†1 个新的ç¾å\n" -#: g10/import.c:2266 +#: g10/import.c:2278 #, c-format msgid "key %s: \"%s\" %d new signatures\n" msgstr "密钥 %s:“%s†%d 个新的ç¾å\n" -#: g10/import.c:2269 +#: g10/import.c:2281 #, c-format msgid "key %s: \"%s\" 1 new subkey\n" msgstr "密钥 %s:“%s†1 个新的å密钥\n" -#: g10/import.c:2272 +#: g10/import.c:2284 #, c-format msgid "key %s: \"%s\" %d new subkeys\n" msgstr "密钥 %s:“%s†%d 个新的å密钥\n" -#: g10/import.c:2275 +#: g10/import.c:2287 #, c-format msgid "key %s: \"%s\" %d signature cleaned\n" msgstr "密钥 %s:“%s†%d 个ç¾å被清ç†\n" -#: g10/import.c:2278 +#: g10/import.c:2290 #, c-format msgid "key %s: \"%s\" %d signatures cleaned\n" msgstr "密钥 %s:“%s†%d 个ç¾å被清ç†\n" -#: g10/import.c:2281 +#: g10/import.c:2293 #, c-format msgid "key %s: \"%s\" %d user ID cleaned\n" msgstr "密钥 %s:“%s†%d ä¸ªç”¨æˆ·æ ‡è¯†è¢«æ¸…ç†\n" -#: g10/import.c:2284 +#: g10/import.c:2296 #, c-format msgid "key %s: \"%s\" %d user IDs cleaned\n" msgstr "密钥 %s:“%s†%d ä¸ªç”¨æˆ·æ ‡è¯†è¢«æ¸…ç†\n" -#: g10/import.c:2320 +#: g10/import.c:2332 #, c-format msgid "key %s: \"%s\" not changed\n" msgstr "密钥 %s:“%s†未改å˜\n" -#: g10/import.c:2680 g10/import.c:2875 +#: g10/import.c:2692 g10/import.c:2887 #, c-format msgid "key %s: secret key imported\n" msgstr "密钥 %s:ç§é’¥å·²å¯¼å…¥\n" -#: g10/import.c:2688 +#: g10/import.c:2700 #, c-format msgid "key %s: secret key already exists\n" msgstr "密钥 %s:ç§é’¥å·²å˜åœ¨\n" -#: g10/import.c:2696 +#: g10/import.c:2708 #, c-format msgid "key %s: error sending to agent: %s\n" msgstr "密钥 %s:å‘é€è‡³ä»£ç†äººç¨‹åºæ—¶å‡ºçŽ°é”™è¯¯ï¼š%s\n" @@ -3665,197 +3665,197 @@ msgstr "密钥 %s:å‘é€è‡³ä»£ç†äººç¨‹åºæ—¶å‡ºçŽ°é”™è¯¯ï¼š%s\n" #. * Instead, user should be suggested to run 'gpg --card-status', #. * then, references to a card will be automatically created #. * again. -#: g10/import.c:2865 +#: g10/import.c:2877 #, c-format msgid "To migrate '%s', with each smartcard, run: %s\n" msgstr "è¦è¿ç§» ‘%s’,对æ¯ä¸€å¼ 智能å¡ï¼Œæ‰§è¡Œï¼š%s\n" -#: g10/import.c:3012 +#: g10/import.c:3024 #, c-format msgid "secret key %s: %s\n" msgstr "ç§é’¥ %s:%s\n" -#: g10/import.c:3033 g10/import.c:3072 +#: g10/import.c:3045 g10/import.c:3084 #, c-format msgid "importing secret keys not allowed\n" msgstr "ç§é’¥å¯¼å…¥è¢«ç¦æ¢\n" -#: g10/import.c:3060 +#: g10/import.c:3072 #, c-format msgid "key %s: secret key with invalid cipher %d - skipped\n" msgstr "密钥 %s:ç§é’¥ä½¿ç”¨äº†æ— 效的密文算法 %d - 已跳过\n" -#: g10/import.c:3222 g10/pkclist.c:75 g10/revoke.c:774 +#: g10/import.c:3234 g10/pkclist.c:75 g10/revoke.c:774 msgid "No reason specified" msgstr "æœªæŒ‡å®šåŽŸå› " -#: g10/import.c:3223 g10/pkclist.c:77 g10/revoke.c:776 +#: g10/import.c:3235 g10/pkclist.c:77 g10/revoke.c:776 msgid "Key is superseded" msgstr "密钥被替æ¢" -#: g10/import.c:3224 g10/pkclist.c:79 g10/revoke.c:775 +#: g10/import.c:3236 g10/pkclist.c:79 g10/revoke.c:775 msgid "Key has been compromised" msgstr "密钥已泄æ¼" -#: g10/import.c:3225 g10/pkclist.c:81 g10/revoke.c:777 +#: g10/import.c:3237 g10/pkclist.c:81 g10/revoke.c:777 msgid "Key is no longer used" msgstr "密钥ä¸å†ä½¿ç”¨" -#: g10/import.c:3226 g10/pkclist.c:83 g10/revoke.c:778 +#: g10/import.c:3238 g10/pkclist.c:83 g10/revoke.c:778 msgid "User ID is no longer valid" msgstr "ç”¨æˆ·æ ‡è¯†ä¸å†æœ‰æ•ˆ" -#: g10/import.c:3351 g10/keylist.c:1105 g10/pkclist.c:87 +#: g10/import.c:3363 g10/keylist.c:1105 g10/pkclist.c:87 #, c-format msgid "reason for revocation: " msgstr "åŠé”€åŽŸå› : " -#: g10/import.c:3370 g10/keylist.c:1124 g10/pkclist.c:103 +#: g10/import.c:3382 g10/keylist.c:1124 g10/pkclist.c:103 #, c-format msgid "revocation comment: " msgstr "åŠé”€æ³¨é‡Šï¼š " -#: g10/import.c:3420 +#: g10/import.c:3432 #, c-format msgid "key %s: no public key - can't apply revocation certificate\n" msgstr "密钥 %s:没有公钥 - æ— æ³•åº”ç”¨åŠé”€è¯ä¹¦\n" -#: g10/import.c:3449 +#: g10/import.c:3461 #, c-format msgid "key %s: can't locate original keyblock: %s\n" msgstr "密钥 %sï¼šæ— æ³•å®šä½åŽŸå§‹çš„密钥区å—:%s\n" -#: g10/import.c:3456 +#: g10/import.c:3468 #, c-format msgid "key %s: can't read original keyblock: %s\n" msgstr "密钥 %sï¼šæ— æ³•è¯»å–原始的密钥区å—:%s\n" -#: g10/import.c:3476 +#: g10/import.c:3488 #, c-format msgid "key %s: invalid revocation certificate: %s - rejected\n" msgstr "密钥 %sï¼šæ— æ•ˆçš„åŠé”€è¯ä¹¦ï¼š%s - 已拒ç»\n" -#: g10/import.c:3511 +#: g10/import.c:3523 #, c-format msgid "key %s: \"%s\" revocation certificate imported\n" msgstr "密钥 %s:“%s†åŠé”€è¯ä¹¦å·²è¢«å¯¼å…¥\n" -#: g10/import.c:3597 +#: g10/import.c:3609 #, c-format msgid "key %s: no user ID for signature\n" msgstr "密钥 %s:ç¾åæ²¡æœ‰ç”¨æˆ·æ ‡è¯†\n" -#: g10/import.c:3614 +#: g10/import.c:3626 #, c-format msgid "key %s: unsupported public key algorithm on user ID \"%s\"\n" msgstr "密钥 %sï¼šç”¨æˆ·æ ‡è¯† “%s†使用了ä¸æ”¯æŒçš„公钥算法\n" -#: g10/import.c:3616 +#: g10/import.c:3628 #, c-format msgid "key %s: invalid self-signature on user ID \"%s\"\n" msgstr "密钥 %sï¼šç”¨æˆ·æ ‡è¯† “%s†自身ç¾åæ— æ•ˆ\n" -#: g10/import.c:3633 g10/import.c:3661 g10/import.c:3717 +#: g10/import.c:3645 g10/import.c:3673 g10/import.c:3729 #, c-format msgid "key %s: unsupported public key algorithm\n" msgstr "密钥 %s:ä¸æ”¯æŒçš„公钥算法\n" -#: g10/import.c:3634 +#: g10/import.c:3646 #, c-format msgid "key %s: invalid direct key signature\n" msgstr "密钥 %sï¼šæ— æ•ˆçš„ç›´æŽ¥å¯†é’¥ç¾å\n" -#: g10/import.c:3648 +#: g10/import.c:3660 #, c-format msgid "key %s: no subkey for key binding\n" msgstr "密钥 %s:没有å¯ä¾›ç»‘定的å密钥\n" -#: g10/import.c:3663 +#: g10/import.c:3675 #, c-format msgid "key %s: invalid subkey binding\n" msgstr "密钥 %sï¼šæ— æ•ˆçš„å密钥绑定\n" -#: g10/import.c:3682 +#: g10/import.c:3694 #, c-format msgid "key %s: removed multiple subkey binding\n" msgstr "密钥 %sï¼šå·²åˆ é™¤å¤šé‡å密钥绑定\n" -#: g10/import.c:3706 +#: g10/import.c:3718 #, c-format msgid "key %s: no subkey for key revocation\n" msgstr "密钥 %s:没有用于密钥åŠé”€ç”¨çš„å密钥\n" -#: g10/import.c:3719 +#: g10/import.c:3731 #, c-format msgid "key %s: invalid subkey revocation\n" msgstr "密钥 %sï¼šæ— æ•ˆçš„å密钥åŠé”€\n" -#: g10/import.c:3734 +#: g10/import.c:3746 #, c-format msgid "key %s: removed multiple subkey revocation\n" msgstr "密钥 %sï¼šå·²åˆ é™¤å¤šé‡å密钥åŠé”€\n" -#: g10/import.c:3778 +#: g10/import.c:3790 #, c-format msgid "key %s: skipped user ID \"%s\"\n" msgstr "密钥 %sï¼šå·²è·³è¿‡ç”¨æˆ·æ ‡è¯† “%sâ€\n" -#: g10/import.c:3805 +#: g10/import.c:3817 #, c-format msgid "key %s: skipped subkey\n" msgstr "密钥 %s:已跳过å密钥\n" -#: g10/import.c:3837 +#: g10/import.c:3849 #, c-format msgid "key %s: non exportable signature (class 0x%02X) - skipped\n" msgstr "密钥 %s:éžå¯å¯¼å‡ºç¾å(验è¯çº§åˆ« 0x%02X)- 已跳过\n" -#: g10/import.c:3848 +#: g10/import.c:3860 #, c-format msgid "key %s: revocation certificate at wrong place - skipped\n" msgstr "密钥 %s:åŠé”€è¯ä¹¦ä½ç½®é”™è¯¯â€•â€•å·²è·³è¿‡\n" -#: g10/import.c:3866 +#: g10/import.c:3878 #, c-format msgid "key %s: invalid revocation certificate: %s - skipped\n" msgstr "密钥 %sï¼šæ— æ•ˆçš„åŠé”€è¯ä¹¦ï¼š%s――已跳过\n" -#: g10/import.c:3880 +#: g10/import.c:3892 #, c-format msgid "key %s: subkey signature in wrong place - skipped\n" msgstr "密钥 %s:åé’¥ç¾åä½ç½®é”™è¯¯ - 已跳过\n" -#: g10/import.c:3888 +#: g10/import.c:3900 #, c-format msgid "key %s: unexpected signature class (0x%02X) - skipped\n" msgstr "密钥 %s:与预期ä¸ç¬¦çš„ç¾å级别(0x%02X) - 已跳过\n" -#: g10/import.c:4061 +#: g10/import.c:4073 #, c-format msgid "key %s: duplicated user ID detected - merged\n" msgstr "密钥 %s:检测到é‡å¤çš„ç”¨æˆ·æ ‡è¯† - å·²åˆå¹¶\n" -#: g10/import.c:4168 +#: g10/import.c:4180 #, c-format msgid "key %s: duplicated subkeys detected - merged\n" msgstr "密钥 %s:检测到é‡å¤çš„åé’¥ - å·²åˆå¹¶\n" -#: g10/import.c:4233 +#: g10/import.c:4245 #, c-format msgid "WARNING: key %s may be revoked: fetching revocation key %s\n" msgstr "è¦å‘Šï¼šå¯†é’¥ %s å¯èƒ½å·²è¢«åŠé”€ï¼šæ£åœ¨å–回åŠé”€ç”¨å¯†é’¥ %s\n" -#: g10/import.c:4249 +#: g10/import.c:4261 #, c-format msgid "WARNING: key %s may be revoked: revocation key %s not present.\n" msgstr "è¦å‘Šï¼šå¯†é’¥ %s å¯èƒ½å·²è¢«åŠé”€ï¼šåŠé”€ç”¨å¯†é’¥ %s ä¸å˜åœ¨ã€‚\n" -#: g10/import.c:4315 +#: g10/import.c:4327 #, c-format msgid "key %s: \"%s\" revocation certificate added\n" msgstr "密钥 %sï¼šå·²æ·»åŠ åŠé”€è¯ä¹¦ “%sâ€\n" -#: g10/import.c:4353 +#: g10/import.c:4365 #, c-format msgid "key %s: direct key signature added\n" msgstr "密钥 %sï¼šå·²æ·»åŠ ç›´æŽ¥å¯†é’¥ç¾å\n" @@ -4655,12 +4655,12 @@ msgid "" msgstr "请注æ„,在您é‡å¯ç¨‹åºä¹‹å‰ï¼Œæ‰€æ˜¾ç¤ºçš„密钥有效性ä¸ä¸€å®šæ£ç¡®ã€‚\n" #: g10/keyedit.c:4016 g10/keyedit.c:4447 g10/keyserver.c:535 -#: g10/mainproc.c:2277 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 +#: g10/mainproc.c:2280 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 msgid "revoked" msgstr "å·²åŠé”€" #: g10/keyedit.c:4018 g10/keyedit.c:4449 g10/keyserver.c:539 -#: g10/mainproc.c:2279 g10/tofu.c:1792 g10/trust.c:124 +#: g10/mainproc.c:2282 g10/tofu.c:1792 g10/trust.c:124 msgid "expired" msgstr "已过期" @@ -5175,7 +5175,7 @@ msgstr " (%d)å¡ä¸çŽ°æœ‰å¯†é’¥ %s\n" msgid "Enter the keygrip: " msgstr "输入 keygrip: " -#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2279 +#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2280 #, c-format msgid "Not a valid keygrip (expecting 40 hex digits)\n" msgstr "ä¸æ˜¯ä¸€ä¸ªæœ‰æ•ˆçš„ keygrip ï¼ˆéœ€è¦ 40 ä½åå…进制数)\n" @@ -5184,13 +5184,13 @@ msgstr "ä¸æ˜¯ä¸€ä¸ªæœ‰æ•ˆçš„ keygrip ï¼ˆéœ€è¦ 40 ä½åå…进制数)\n" msgid "No key with this keygrip\n" msgstr "æ²¡æœ‰æ¤ keygrip å…³è”的密钥\n" -#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3437 g10/keygen.c:3448 +#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3440 g10/keygen.c:3451 #: sm/certreqgen-ui.c:231 sm/certreqgen-ui.c:240 #, c-format msgid "error reading the card: %s\n" msgstr "读å–å¡ç‰‡æ—¶å‡ºçŽ°é”™è¯¯ï¼š%s\n" -#: g10/keygen.c:2292 g10/keygen.c:3441 sm/certreqgen-ui.c:234 +#: g10/keygen.c:2292 g10/keygen.c:3444 sm/certreqgen-ui.c:234 #, c-format msgid "Serial number of the card: %s\n" msgstr "å¡ç‰‡çš„åºåˆ—å·ï¼š%s\n" @@ -5430,13 +5430,18 @@ msgstr "" "ã€ç§»åŠ¨é¼ æ ‡ã€è¯»å†™ç¡¬ç›˜ä¹‹ç±»çš„)将会是一个ä¸é”™çš„主æ„;这会让éšæœºæ•°\n" "å‘生器有更好的机会获得足够的熵。\n" -#: g10/keygen.c:4570 g10/keygen.c:4643 g10/keygen.c:4661 g10/keygen.c:4690 -#: g10/keygen.c:5066 g10/keygen.c:5612 g10/keygen.c:5923 g10/keygen.c:6030 +#: g10/keygen.c:3591 +#, c-format +msgid "WARNING: v4 is specified, but overridden by v5.\n" +msgstr "" + +#: g10/keygen.c:4590 g10/keygen.c:4663 g10/keygen.c:4681 g10/keygen.c:4710 +#: g10/keygen.c:5086 g10/keygen.c:5632 g10/keygen.c:5943 g10/keygen.c:6050 #, c-format msgid "Key generation failed: %s\n" msgstr "密钥生æˆå¤±è´¥ï¼š%s\n" -#: g10/keygen.c:4579 +#: g10/keygen.c:4599 #, c-format msgid "" "About to create a key for:\n" @@ -5447,64 +5452,64 @@ msgstr "" " \"%s\"\n" "\n" -#: g10/keygen.c:4581 +#: g10/keygen.c:4601 msgid "Continue? (Y/n) " msgstr "继ç»å—? (Y/n) " -#: g10/keygen.c:4602 +#: g10/keygen.c:4622 #, c-format msgid "A key for \"%s\" already exists\n" msgstr "一个 \"%s\" 的密钥已ç»å˜åœ¨\n" -#: g10/keygen.c:4607 +#: g10/keygen.c:4627 msgid "Create anyway? (y/N) " msgstr "æ— è®ºå¦‚ä½•éƒ½è¦åˆ›å»ºå—?(y/N) " -#: g10/keygen.c:4613 +#: g10/keygen.c:4633 #, c-format msgid "creating anyway\n" msgstr "æ— è®ºå¦‚ä½•éƒ½åˆ›å»º\n" -#: g10/keygen.c:5049 +#: g10/keygen.c:5069 #, c-format msgid "Note: Use \"%s %s\" for a full featured key generation dialog.\n" msgstr "注æ„:使用 “%s %s†以获得一个全功能的密钥生æˆå¯¹è¯æ¡†ã€‚\n" -#: g10/keygen.c:5098 +#: g10/keygen.c:5118 #, c-format msgid "Key generation canceled.\n" msgstr "密钥生æˆå·²å–消。\n" -#: g10/keygen.c:5158 +#: g10/keygen.c:5178 #, c-format msgid "can't create backup file '%s': %s\n" msgstr "ä¸èƒ½åˆ›å»ºå¤‡ä»½æ–‡ä»¶â€˜%s’:%s\n" -#: g10/keygen.c:5178 +#: g10/keygen.c:5198 #, c-format msgid "Note: backup of card key saved to '%s'\n" msgstr "注æ„:å¡ç‰‡å¯†é’¥çš„备份已ä¿å˜åˆ°â€˜%s’\n" -#: g10/keygen.c:5339 g10/keygen.c:5541 +#: g10/keygen.c:5359 g10/keygen.c:5561 #, c-format msgid "writing public key to '%s'\n" msgstr "æ£åœ¨å°†å…¬é’¥å†™è‡³â€˜%s’\n" -#: g10/keygen.c:5535 +#: g10/keygen.c:5555 #, c-format msgid "no writable public keyring found: %s\n" msgstr "æ— å¯å†™çš„公钥钥匙环:%s\n" -#: g10/keygen.c:5549 +#: g10/keygen.c:5569 #, c-format msgid "error writing public keyring '%s': %s\n" msgstr "写入公钥钥匙环‘%s’时å‘生错误: %s\n" -#: g10/keygen.c:5583 +#: g10/keygen.c:5603 msgid "public and secret key created and signed.\n" msgstr "公钥和ç§é’¥å·²ç»ç”Ÿæˆå¹¶è¢«ç¾å。\n" -#: g10/keygen.c:5599 +#: g10/keygen.c:5619 msgid "" "Note that this key cannot be used for encryption. You may want to use\n" "the command \"--edit-key\" to generate a subkey for this purpose.\n" @@ -5512,34 +5517,34 @@ msgstr "" "请注æ„这个密钥ä¸èƒ½ç”¨äºŽåŠ 密。您å¯èƒ½æƒ³è¦ä½¿ç”¨â€œ--edit-keyâ€å‘½ä»¤æ¥\n" "生æˆä¸€ä¸ªç”¨äºŽæ¤ç”¨é€”çš„å密钥。\n" -#: g10/keygen.c:5781 g10/keygen.c:5980 +#: g10/keygen.c:5801 g10/keygen.c:6000 #, c-format msgid "" "key has been created %lu second in future (time warp or clock problem)\n" msgstr "密钥已ç»åœ¨ %lu 秒åŽçš„未æ¥ç”Ÿæˆï¼ˆå¯èƒ½æ˜¯å› 为时空æ‰æ›²æˆ–时钟的问题)\n" -#: g10/keygen.c:5783 g10/keygen.c:5982 +#: g10/keygen.c:5803 g10/keygen.c:6002 #, c-format msgid "" "key has been created %lu seconds in future (time warp or clock problem)\n" msgstr "密钥已ç»åœ¨ %lu 秒åŽçš„未æ¥ç”Ÿæˆï¼ˆå¯èƒ½æ˜¯å› 为时空æ‰æ›²æˆ–时钟的问题)\n" -#: g10/keygen.c:5794 g10/keygen.c:5993 +#: g10/keygen.c:5814 g10/keygen.c:6013 #, c-format msgid "Note: creating subkeys for v3 keys is not OpenPGP compliant\n" msgstr "注æ„:为 v3 密钥创建å密钥是ä¸ä¸Ž OpenPGP 兼容的\n" -#: g10/keygen.c:5806 g10/keygen.c:5808 +#: g10/keygen.c:5826 g10/keygen.c:5828 #, c-format msgid "Secret parts of primary key are not available.\n" msgstr "主密钥的ç§é’¥éƒ¨åˆ†ä¸å¯ç”¨ã€‚\n" -#: g10/keygen.c:5815 g10/keygen.c:5817 +#: g10/keygen.c:5835 g10/keygen.c:5837 #, c-format msgid "Secret parts of primary key are stored on-card.\n" msgstr "主密钥的ç§é’¥éƒ¨åˆ†å˜å‚¨åœ¨å¡ä¸Šã€‚\n" -#: g10/keygen.c:5837 g10/keygen.c:6007 +#: g10/keygen.c:5857 g10/keygen.c:6027 msgid "Really create? (y/N) " msgstr "真的è¦åˆ›å»ºå—?(y/N) " @@ -5685,58 +5690,58 @@ msgstr "æ— æ•ˆçš„å…¬é’¥æœåŠ¡å™¨å议(us %d!=handler %d)\n" msgid "\"%s\" not a key ID: skipping\n" msgstr "“%s†ä¸æ˜¯ä¸€ä¸ªç”¨æˆ·æ ‡è¯†ï¼šè·³è¿‡\n" -#: g10/keyserver.c:1418 g10/keyserver.c:1451 +#: g10/keyserver.c:1420 g10/keyserver.c:1453 #, c-format msgid "refreshing %d key from %s\n" msgid_plural "refreshing %d keys from %s\n" msgstr[0] "æ£åœ¨æ›´æ–° %d 把密钥,从 %s \n" -#: g10/keyserver.c:1425 +#: g10/keyserver.c:1427 #, c-format msgid "WARNING: unable to refresh key %s via %s: %s\n" msgstr "è¦å‘Šï¼šæ— 法通过 %s 更新密钥 %s :%s\n" -#: g10/keyserver.c:1529 +#: g10/keyserver.c:1531 #, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "在公钥æœåŠ¡å™¨ä¸Šæ‰¾ä¸åˆ°å¯†é’¥ “%sâ€\n" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1534 #, c-format msgid "key not found on keyserver\n" msgstr "在公钥æœåŠ¡å™¨ä¸Šæ‰¾ä¸åˆ°å¯†é’¥\n" -#: g10/keyserver.c:1720 +#: g10/keyserver.c:1722 #, c-format msgid "requesting key %s from %s server %s\n" msgstr "æ£åœ¨è¯·æ±‚密钥 %s 从 %s æœåŠ¡å™¨ %s\n" -#: g10/keyserver.c:1724 +#: g10/keyserver.c:1726 #, c-format msgid "requesting key %s from %s\n" msgstr "æ£åœ¨è¯·æ±‚密钥 %s 从 %s\n" -#: g10/keyserver.c:1829 g10/keyserver.c:2008 +#: g10/keyserver.c:1841 g10/keyserver.c:2020 #, c-format msgid "no keyserver known\n" msgstr "æ— å·²çŸ¥çš„å…¬é’¥æœåŠ¡å™¨\n" -#: g10/keyserver.c:1844 g10/skclist.c:213 g10/skclist.c:241 +#: g10/keyserver.c:1856 g10/skclist.c:213 g10/skclist.c:241 #, c-format msgid "skipped \"%s\": %s\n" msgstr "已跳过 “%sâ€ï¼š %s\n" -#: g10/keyserver.c:1848 +#: g10/keyserver.c:1860 #, c-format msgid "sending key %s to %s\n" msgstr "æ£åœ¨å‘é€å¯†é’¥ %s 到 %s\n" -#: g10/keyserver.c:1889 +#: g10/keyserver.c:1901 #, c-format msgid "requesting key from '%s'\n" msgstr "æ£åœ¨ä»Ž %s 请求密钥\n" -#: g10/keyserver.c:1905 +#: g10/keyserver.c:1917 #, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "è¦å‘Šï¼šæ— æ³•èŽ·å– URI %s:%s\n" @@ -5926,83 +5931,83 @@ msgstr " ç¾å‘者 \"%s\"\n" msgid "Key available at: " msgstr "密钥在以下地方å¯ç”¨ï¼š " -#: g10/mainproc.c:2033 +#: g10/mainproc.c:2034 #, c-format msgid "Note: Use '%s' to make use of this info\n" msgstr "注æ„:使用 “%s†å¯ä½¿ç”¨æ¤ä¿¡æ¯\n" -#: g10/mainproc.c:2231 +#: g10/mainproc.c:2234 msgid "[uncertain]" msgstr "[ä¸ç¡®å®š]" -#: g10/mainproc.c:2269 +#: g10/mainproc.c:2272 #, c-format msgid " aka \"%s\"" msgstr " äº¦å³ â€œ%sâ€" -#: g10/mainproc.c:2344 +#: g10/mainproc.c:2347 #, c-format msgid "WARNING: This key is not suitable for signing in %s mode\n" msgstr "è¦å‘Šï¼š æ¤å¯†é’¥åœ¨ %s 模å¼ä¸‹ä¸é€‚用于ç¾å\n" -#: g10/mainproc.c:2360 +#: g10/mainproc.c:2363 #, c-format msgid "Signature expired %s\n" msgstr "这份ç¾å已于 %s 过期。\n" -#: g10/mainproc.c:2365 +#: g10/mainproc.c:2368 #, c-format msgid "Signature expires %s\n" msgstr "这份ç¾å在 %s 过期。\n" -#: g10/mainproc.c:2376 +#: g10/mainproc.c:2379 #, c-format msgid "%s signature, digest algorithm %s%s%s\n" msgstr "%s ç¾å,摘è¦ç®—法 %s%s%s\n" -#: g10/mainproc.c:2377 +#: g10/mainproc.c:2380 msgid "binary" msgstr "二进制" -#: g10/mainproc.c:2378 +#: g10/mainproc.c:2381 msgid "textmode" msgstr "文本模å¼" -#: g10/mainproc.c:2378 g10/trust.c:123 dirmngr/ocsp.c:792 +#: g10/mainproc.c:2381 g10/trust.c:123 dirmngr/ocsp.c:792 msgid "unknown" msgstr "未知" -#: g10/mainproc.c:2380 +#: g10/mainproc.c:2383 msgid ", key algorithm " msgstr ",密钥算法 " -#: g10/mainproc.c:2415 +#: g10/mainproc.c:2418 #, c-format msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n" msgstr "è¦å‘Šï¼šä¸æ˜¯ä¸€ä¸ªåˆ†ç¦»ç¾å;文件‘%s’没有被验è¯ï¼\n" -#: g10/mainproc.c:2454 +#: g10/mainproc.c:2457 #, c-format msgid "Can't check signature: %s\n" msgstr "æ— æ³•æ£€æŸ¥ç¾å:%s\n" -#: g10/mainproc.c:2550 g10/mainproc.c:2569 g10/mainproc.c:2693 +#: g10/mainproc.c:2553 g10/mainproc.c:2572 g10/mainproc.c:2696 #, c-format msgid "not a detached signature\n" msgstr "ä¸æ˜¯ä¸€ä»½åˆ†ç¦»çš„ç¾å\n" -#: g10/mainproc.c:2603 +#: g10/mainproc.c:2606 #, c-format msgid "" "WARNING: multiple signatures detected. Only the first will be checked.\n" msgstr "è¦å‘Šï¼šæ£€æµ‹åˆ°å¤šé‡ç¾å。åªæ£€æŸ¥ç¬¬ä¸€ä¸ªç¾å。\n" -#: g10/mainproc.c:2612 +#: g10/mainproc.c:2615 #, c-format msgid "standalone signature of class 0x%02x\n" msgstr "ç‰çº§ 0x%02x 的独立ç¾å\n" -#: g10/mainproc.c:2697 +#: g10/mainproc.c:2700 #, c-format msgid "old style (PGP 2.x) signature\n" msgstr "æ—§å¼ï¼ˆPGP 2.x)ç¾å\n" @@ -7793,7 +7798,7 @@ msgstr "" #. TRANSLATORS: Put a \x1f right before a colon. This can be #. * used by pinentry to nicely align the names and values. Keep #. * the %s at the start and end of the string. -#: scd/app-piv.c:1770 scd/app-p15.c:4741 scd/app-nks.c:1475 +#: scd/app-piv.c:1770 scd/app-p15.c:4937 scd/app-nks.c:1530 #: scd/app-openpgp.c:2386 #, c-format msgid "%sNumber: %s%%0AHolder: %s%s" @@ -7801,7 +7806,7 @@ msgstr "%sæ•°å—: %s%%0AæŒæœ‰è€…: %s%s" #. TRANSLATORS: This is the number of remaining attempts to #. * enter a PIN. Use %%0A (double-percent,0A) for a linefeed. -#: scd/app-piv.c:1787 scd/app-p15.c:4760 scd/app-nks.c:1494 +#: scd/app-piv.c:1787 scd/app-p15.c:4956 scd/app-nks.c:1549 #: scd/app-openpgp.c:2402 #, c-format msgid "Remaining attempts: %d" @@ -7831,7 +7836,7 @@ msgstr "|N|请输入新的解é”密钥" msgid "||Please enter the Unblocking Key of your PIV card" msgstr "||请为您的 PIV å¡ç‰‡è¾“入解é”密钥" -#: scd/app-piv.c:1888 scd/app-nks.c:1605 scd/app-openpgp.c:2669 +#: scd/app-piv.c:1888 scd/app-nks.c:1660 scd/app-openpgp.c:2669 #: scd/app-openpgp.c:2693 scd/app-openpgp.c:2871 scd/app-openpgp.c:2893 #: scd/app-openpgp.c:3074 scd/app-openpgp.c:3361 scd/app-openpgp.c:3408 #: scd/app-openpgp.c:3545 scd/app-dinsig.c:302 @@ -7915,68 +7920,68 @@ msgstr[0] "密钥生æˆå®Œæˆï¼ˆ%d 秒)\n" msgid "response does not contain the public key data\n" msgstr "å“应ä¸åŒ…å«å…¬é’¥æ•°æ®\n" -#: scd/app-p15.c:4839 scd/app-nks.c:1983 +#: scd/app-p15.c:5035 scd/app-nks.c:2038 msgid "||Please enter the PIN for the key to create qualified signatures." msgstr "||请为这个密钥输入 PIN 以创建åˆæ ¼çš„ç¾å。" #. TRANSLATORS: Do not translate the "|A|" prefix but keep it at #. the start of the string. Use %0A (single percent) for a linefeed. -#: scd/app-p15.c:4842 scd/app-openpgp.c:2818 +#: scd/app-p15.c:5038 scd/app-openpgp.c:2818 msgid "|A|Please enter the Admin PIN" msgstr "|A|请输入管ç†å‘˜ PIN" -#: scd/app-p15.c:4844 scd/app-nks.c:1973 +#: scd/app-p15.c:5040 scd/app-nks.c:2028 msgid "|P|Please enter the PIN Unblocking Code (PUK) for the standard keys." msgstr "|NP|è¯·è¾“å…¥æ ‡å‡†å¯†é’¥çš„ PIN 解é”ç (PUK)。" -#: scd/app-p15.c:4847 scd/app-nks.c:1964 +#: scd/app-p15.c:5043 scd/app-nks.c:2019 msgid "||Please enter the PIN for the standard keys." msgstr "||è¯·è¾“å…¥æ ‡å‡†å¯†é’¥çš„ PIN。" -#: scd/app-nks.c:1413 scd/app-openpgp.c:4321 +#: scd/app-nks.c:1468 scd/app-openpgp.c:4321 #, c-format msgid "RSA modulus missing or not of size %d bits\n" msgstr "RSA 余数缺失或者ä¸æ˜¯ %d ä½é•¿\n" -#: scd/app-nks.c:1421 scd/app-openpgp.c:4333 +#: scd/app-nks.c:1476 scd/app-openpgp.c:4333 #, c-format msgid "RSA public exponent missing or larger than %d bits\n" msgstr "RSA 公钥指数缺失或长于 %d ä½\n" -#: scd/app-nks.c:1594 +#: scd/app-nks.c:1649 msgid "Note: PIN has not yet been enabled." msgstr "注æ„:尚未å¯ç”¨ PIN。" -#: scd/app-nks.c:1641 +#: scd/app-nks.c:1696 #, c-format msgid "the NullPIN has not yet been changed\n" msgstr "尚未å˜æ›´ NullPIN\n" -#: scd/app-nks.c:1963 +#: scd/app-nks.c:2018 msgid "|N|Please enter a new PIN for the standard keys." msgstr "|N|è¯·ä¸ºæ ‡å‡†å¯†é’¥è¾“å…¥ä¸€ä¸ªæ–°çš„ PIN。" -#: scd/app-nks.c:1971 +#: scd/app-nks.c:2026 msgid "|NP|Please enter a new PIN Unblocking Code (PUK) for the standard keys." msgstr "|NP|è¯·ä¸ºæ ‡å‡†å¯†é’¥è¾“å…¥ä¸€ä¸ªæ–°çš„ PIN 解é”ç (PUK)。" -#: scd/app-nks.c:1981 +#: scd/app-nks.c:2036 msgid "|N|Please enter a new PIN for the key to create qualified signatures." msgstr "|N|请为这个密钥输入一个新的 PIN 以创建åˆæ ¼çš„ç¾å。" -#: scd/app-nks.c:1991 +#: scd/app-nks.c:2046 msgid "" "|NP|Please enter a new PIN Unblocking Code (PUK) for the key to create " "qualified signatures." msgstr "|NP|请为这个密钥输入一个新的 PIN 解é”ç (PUK)以创建åˆæ ¼çš„ç¾å。" -#: scd/app-nks.c:1993 +#: scd/app-nks.c:2048 msgid "" "|P|Please enter the PIN Unblocking Code (PUK) for the key to create " "qualified signatures." msgstr "|P|请为这个密钥输入 PIN 解é”ç (PUK)以创建åˆæ ¼çš„ç¾å。" -#: scd/app-nks.c:2166 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 +#: scd/app-nks.c:2221 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 #, c-format msgid "error getting new PIN: %s\n" msgstr "获å–æ–° PIN 时出现错误:%s\n" @@ -8154,59 +8159,59 @@ msgstr "||请在读å¡å™¨çš„å°é”®ç›˜ä¸Šè¾“入您的 PIN" msgid "|N|Initial New PIN" msgstr "|N|åˆå§‹åŒ–æ–° PIN" -#: scd/scdaemon.c:118 +#: scd/scdaemon.c:119 msgid "run in multi server mode (foreground)" msgstr "æ£åœ¨ä»¥å¤šæœåŠ¡å™¨æ¨¡å¼è¿è¡Œï¼ˆå‰å°ï¼‰" -#: scd/scdaemon.c:135 sm/gpgsm.c:271 dirmngr/dirmngr.c:197 +#: scd/scdaemon.c:136 sm/gpgsm.c:274 dirmngr/dirmngr.c:198 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "|LEVEL|设置调试级别至 LEVEL" -#: scd/scdaemon.c:141 +#: scd/scdaemon.c:142 msgid "|FILE|write a log to FILE" msgstr "|FILE|将日志写入 FILE" -#: scd/scdaemon.c:148 +#: scd/scdaemon.c:149 msgid "|N|connect to reader at port N" msgstr "|N|è¿žæŽ¥åˆ°ç«¯å£ N 上的读å¡å™¨" -#: scd/scdaemon.c:150 +#: scd/scdaemon.c:151 msgid "|NAME|use NAME as ct-API driver" msgstr "|NAME|使用 NAME 作为 ct-API 驱动" -#: scd/scdaemon.c:152 +#: scd/scdaemon.c:153 msgid "|NAME|use NAME as PC/SC driver" msgstr "|NAME|使用 NAME 作为 PC/SC 驱动" -#: scd/scdaemon.c:156 +#: scd/scdaemon.c:157 msgid "do not use the internal CCID driver" msgstr "ä¸ä½¿ç”¨å†…置的 CCID 驱动" -#: scd/scdaemon.c:162 +#: scd/scdaemon.c:163 msgid "|N|disconnect the card after N seconds of inactivity" msgstr "|N|在 N 秒的ä¸æ´»è·ƒä¹‹åŽæ–å¼€å¡ç‰‡çš„连接" -#: scd/scdaemon.c:165 +#: scd/scdaemon.c:166 msgid "do not use a reader's pinpad" msgstr "ä¸ä½¿ç”¨è¯»å¡å™¨çš„å°é”®ç›˜" -#: scd/scdaemon.c:168 +#: scd/scdaemon.c:169 msgid "use variable length input for pinpad" msgstr "使用å°é”®ç›˜çš„å˜é•¿è¾“å…¥" -#: scd/scdaemon.c:171 +#: scd/scdaemon.c:172 msgid "|LIST|change the application priority to LIST" msgstr "|LIST|将应用程åºä¼˜å…ˆçº§æ”¹ä¸º LIST" -#: scd/scdaemon.c:179 +#: scd/scdaemon.c:180 msgid "deny the use of admin card commands" msgstr "æ‹’ç»ä½¿ç”¨å¡ç‰‡çš„管ç†å‘˜å‘½ä»¤" -#: scd/scdaemon.c:324 +#: scd/scdaemon.c:325 msgid "Usage: @SCDAEMON@ [options] (-h for help)" msgstr "用法:@SCDAEMON@ [选项] (-h 获å–帮助)" -#: scd/scdaemon.c:326 +#: scd/scdaemon.c:327 msgid "" "Syntax: scdaemon [options] [command [args]]\n" "Smartcard daemon for @GNUPG@\n" @@ -8214,17 +8219,17 @@ msgstr "" "è¯æ³•ï¼šscdaemon [选项] [命令 [å‚æ•°]]\n" "@GNUPG@ 智能å¡å®ˆæŠ¤è¿›ç¨‹\n" -#: scd/scdaemon.c:807 +#: scd/scdaemon.c:819 #, c-format msgid "please use the option '--daemon' to run the program in the background\n" msgstr "请使用‘--daemon’选项以在åŽå°è¿è¡Œæ¤ç¨‹åº\n" -#: scd/scdaemon.c:1183 dirmngr/dirmngr.c:2077 +#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2104 #, c-format msgid "handler for fd %d started\n" msgstr "fd %d çš„å¥æŸ„å·²å¯åŠ¨\n" -#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2085 +#: scd/scdaemon.c:1207 dirmngr/dirmngr.c:2112 #, c-format msgid "handler for fd %d terminated\n" msgstr "fd %d çš„å¥æŸ„已关é—\n" @@ -8499,7 +8504,7 @@ msgid "a %u bit hash is not valid for a %u bit %s key\n" msgstr "一个 %u ä½çš„散列对于一个 %u ä½çš„ %s å¯†é’¥æ˜¯æ— æ•ˆçš„\n" #: sm/certcheck.c:239 sm/certcheck.c:263 dirmngr/crlcache.c:1542 -#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1363 dirmngr/validate.c:903 +#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1372 dirmngr/validate.c:903 #: dirmngr/validate.c:927 #, c-format msgid "out of core\n" @@ -8840,127 +8845,127 @@ msgstr "åˆ é™¤è¯ä¹¦ “%s†时失败:%s\n" msgid "no valid recipients given\n" msgstr "未指定有效的接收者\n" -#: sm/gpgsm.c:224 +#: sm/gpgsm.c:226 msgid "list external keys" msgstr "列出外部密钥" -#: sm/gpgsm.c:226 +#: sm/gpgsm.c:228 msgid "list certificate chain" msgstr "列出è¯ä¹¦é“¾" -#: sm/gpgsm.c:234 +#: sm/gpgsm.c:236 msgid "import certificates" msgstr "导入è¯ä¹¦" -#: sm/gpgsm.c:235 +#: sm/gpgsm.c:237 msgid "export certificates" msgstr "导出è¯ä¹¦" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:245 msgid "register a smartcard" msgstr "æ³¨å†Œä¸€å¼ æ™ºèƒ½å¡" -#: sm/gpgsm.c:246 +#: sm/gpgsm.c:248 msgid "pass a command to the dirmngr" msgstr "ä¼ é€’ä¸€æ¡å‘½ä»¤ç»™ dirmngr" -#: sm/gpgsm.c:248 +#: sm/gpgsm.c:250 msgid "invoke gpg-protect-tool" msgstr "调用 gpg-protect-tool" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:270 msgid "don't use the terminal at all" msgstr "始终ä¸ä½¿ç”¨ç»ˆç«¯" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "|N|number of certificates to include" msgstr "|N|è¦åŒ…å«çš„è¯ä¹¦æ•°ç›®" -#: sm/gpgsm.c:296 +#: sm/gpgsm.c:299 msgid "|FILE|take policy information from FILE" msgstr "|FILE|从 FILE 处获å–ç–略信æ¯" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "assume input is in PEM format" msgstr "å‡å®šè¾“入的是 PEM æ ¼å¼" -#: sm/gpgsm.c:312 +#: sm/gpgsm.c:315 msgid "assume input is in base-64 format" msgstr "å‡å®šè¾“入的是 base-64 æ ¼å¼" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "assume input is in binary format" msgstr "å‡å®šè¾“å…¥çš„æ˜¯äºŒè¿›åˆ¶æ ¼å¼" -#: sm/gpgsm.c:323 +#: sm/gpgsm.c:326 msgid "create base-64 encoded output" msgstr "创建 base-64 ç¼–ç 的输出" -#: sm/gpgsm.c:335 +#: sm/gpgsm.c:338 msgid "|USER-ID|use USER-ID as default secret key" msgstr "|USER-ID|使用 USER-ID 作为默认的ç§é’¥" -#: sm/gpgsm.c:346 +#: sm/gpgsm.c:349 msgid "|FILE|add keyring to the list of keyrings" msgstr "|FILE|æ·»åŠ é’¥åŒ™çŽ¯åˆ°é’¥åŒ™çŽ¯åˆ—è¡¨" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 msgid "|SPEC|use this keyserver to lookup keys" msgstr "|SPEC|使用æ¤å…¬é’¥æœåŠ¡å™¨æ¥æŸ¥æ‰¾å¯†é’¥" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "fetch missing issuer certificates" msgstr "获å–缺失的ç¾å‘者è¯ä¹¦" -#: sm/gpgsm.c:361 +#: sm/gpgsm.c:364 msgid "|NAME|use encoding NAME for PKCS#12 passphrases" msgstr "|NAME|对 PKCS#12 密ç 使用å为 NAME çš„ç¼–ç " -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 msgid "never consult a CRL" msgstr "从ä¸æŸ¥è¯¢ CRL" -#: sm/gpgsm.c:386 +#: sm/gpgsm.c:389 msgid "do not check CRLs for root certificates" msgstr "ä¸å¯¹æ ¹è¯ä¹¦æ£€æŸ¥ CRLs" -#: sm/gpgsm.c:390 +#: sm/gpgsm.c:393 msgid "check validity using OCSP" msgstr "使用 OCSP 检查有效性" -#: sm/gpgsm.c:392 +#: sm/gpgsm.c:395 msgid "do not check certificate policies" msgstr "ä¸æ£€æŸ¥è¯ä¹¦ç–ç•¥" -#: sm/gpgsm.c:395 +#: sm/gpgsm.c:398 msgid "|NAME|use cipher algorithm NAME" msgstr "|NAME|使用å称为 NAME 的密文算法" -#: sm/gpgsm.c:397 +#: sm/gpgsm.c:400 msgid "|NAME|use message digest algorithm NAME" msgstr "|NAME|使用以 NAME 命åçš„ä¿¡æ¯æ‘˜è¦ç®—法" -#: sm/gpgsm.c:407 +#: sm/gpgsm.c:410 msgid "batch mode: never ask" msgstr "批处ç†æ¨¡å¼ï¼šæ°¸ä¸è¯¢é—®" -#: sm/gpgsm.c:409 +#: sm/gpgsm.c:412 msgid "assume yes on most questions" msgstr "在多数问题上å‡å®šå›žç”为是" -#: sm/gpgsm.c:410 +#: sm/gpgsm.c:413 msgid "assume no on most questions" msgstr "在多数问题上å‡å®šå›žç”为å¦" -#: sm/gpgsm.c:427 +#: sm/gpgsm.c:430 msgid "|FILE|write an audit log to FILE" msgstr "|FILE|将审计日志写入 FILE" -#: sm/gpgsm.c:612 +#: sm/gpgsm.c:615 msgid "Usage: @GPGSM@ [options] [files] (-h for help)" msgstr "用法:@GPGSM@ [选项] [文件] (-h 获å–帮助)" -#: sm/gpgsm.c:615 +#: sm/gpgsm.c:618 msgid "" "Syntax: @GPGSM@ [options] [files]\n" "Sign, check, encrypt or decrypt using the S/MIME protocol\n" @@ -8970,52 +8975,52 @@ msgstr "" "使用 S/MIME å议以ç¾åã€æ£€æŸ¥ã€åŠ 密或者解密\n" "默认æ“作å–决于输入的数æ®\n" -#: sm/gpgsm.c:823 +#: sm/gpgsm.c:826 #, c-format msgid "Note: won't be able to encrypt to '%s': %s\n" msgstr "注æ„:将ä¸åŠ 密给‘%s’:%s\n" -#: sm/gpgsm.c:834 +#: sm/gpgsm.c:837 #, c-format msgid "unknown validation model '%s'\n" msgstr "未知的验è¯æ¨¡åž‹â€˜%s’\n" -#: sm/gpgsm.c:893 dirmngr/ldapserver.c:89 +#: sm/gpgsm.c:896 dirmngr/ldapserver.c:89 #, c-format msgid "%s:%u: no hostname given\n" msgstr "%s:%u: 未指定主机å\n" -#: sm/gpgsm.c:912 dirmngr/ldapserver.c:108 +#: sm/gpgsm.c:915 dirmngr/ldapserver.c:108 #, c-format msgid "%s:%u: password given without user\n" msgstr "%s:%u: 给定密ç 但未给定用户\n" -#: sm/gpgsm.c:943 dirmngr/ldapserver.c:139 +#: sm/gpgsm.c:946 dirmngr/ldapserver.c:139 #, c-format msgid "%s:%u: ignoring unknown flag '%s'\n" msgstr "%s:%uï¼šå¿½ç•¥æœªçŸ¥çš„æ ‡å¿— ‘%s’\n" -#: sm/gpgsm.c:959 dirmngr/ldapserver.c:155 +#: sm/gpgsm.c:962 dirmngr/ldapserver.c:155 #, c-format msgid "%s:%u: skipping this line\n" msgstr "%s:%u: æ£åœ¨è·³è¿‡æ¤è¡Œ\n" -#: sm/gpgsm.c:1545 +#: sm/gpgsm.c:1550 #, c-format msgid "could not parse keyserver\n" msgstr "æ— æ³•è§£æžå…¬é’¥æœåŠ¡å™¨\n" -#: sm/gpgsm.c:1825 +#: sm/gpgsm.c:1858 #, c-format msgid "importing common certificates '%s'\n" msgstr "æ£åœ¨å¯¼å…¥é€šç”¨è¯ä¹¦â€˜%s’\n" -#: sm/gpgsm.c:1871 +#: sm/gpgsm.c:1904 #, c-format msgid "can't sign using '%s': %s\n" msgstr "æ— æ³•ä½¿ç”¨â€˜%s’ç¾å:%s\n" -#: sm/gpgsm.c:2231 +#: sm/gpgsm.c:2273 #, c-format msgid "invalid command (there is no implicit command)\n" msgstr "æ— æ•ˆçš„å‘½ä»¤ï¼ˆä¸å˜åœ¨éšå¼çš„命令)\n" @@ -9967,131 +9972,131 @@ msgstr "需è¦ç»å¯¹æ–‡ä»¶å\n" msgid "looking up '%s'\n" msgstr "æ£åœ¨æŸ¥æ‰¾â€˜%s’\n" -#: dirmngr/dirmngr.c:174 +#: dirmngr/dirmngr.c:175 msgid "list the contents of the CRL cache" msgstr "列出 CRL 缓å˜çš„内容" -#: dirmngr/dirmngr.c:175 +#: dirmngr/dirmngr.c:176 msgid "|FILE|load CRL from FILE into cache" msgstr "|FILE|从 FILE ä¸åŠ è½½ CRL 到缓å˜" -#: dirmngr/dirmngr.c:176 +#: dirmngr/dirmngr.c:177 msgid "|URL|fetch a CRL from URL" msgstr "|URL|从 URL å¤„èŽ·å– CRL" -#: dirmngr/dirmngr.c:177 +#: dirmngr/dirmngr.c:178 msgid "shutdown the dirmngr" msgstr "å…³é— dirmngr" -#: dirmngr/dirmngr.c:178 +#: dirmngr/dirmngr.c:179 msgid "flush the cache" msgstr "刷新缓å˜" -#: dirmngr/dirmngr.c:211 +#: dirmngr/dirmngr.c:212 msgid "allow online software version check" msgstr "å…许在线软件版本检查" -#: dirmngr/dirmngr.c:214 +#: dirmngr/dirmngr.c:215 msgid "|N|do not return more than N items in one query" msgstr "|N|在一次查询ä¸æœ€å¤šè¿”回 N 个项目" -#: dirmngr/dirmngr.c:220 +#: dirmngr/dirmngr.c:221 msgid "Network related options" msgstr "网络相关选项" -#: dirmngr/dirmngr.c:222 +#: dirmngr/dirmngr.c:223 msgid "route all network traffic via Tor" msgstr "通过 Tor 转å‘所有网络æµé‡" -#: dirmngr/dirmngr.c:234 +#: dirmngr/dirmngr.c:235 msgid "Configuration for Keyservers" msgstr "公钥æœåŠ¡å™¨çš„é…ç½®" -#: dirmngr/dirmngr.c:237 +#: dirmngr/dirmngr.c:238 msgid "|URL|use keyserver at URL" msgstr "|URL|使用 URL 处的密钥æœåŠ¡å™¨" -#: dirmngr/dirmngr.c:239 +#: dirmngr/dirmngr.c:240 msgid "|FILE|use the CA certificates in FILE for HKP over TLS" msgstr "|FILE|为承载 HKP çš„ TLS 使用 FILE ä¸çš„ CA è¯ä¹¦" -#: dirmngr/dirmngr.c:241 +#: dirmngr/dirmngr.c:242 msgid "Configuration for HTTP servers" msgstr "对 HTTP æœåŠ¡å™¨çš„é…ç½®" -#: dirmngr/dirmngr.c:243 +#: dirmngr/dirmngr.c:244 msgid "inhibit the use of HTTP" msgstr "抑制 HTTP 的使用" -#: dirmngr/dirmngr.c:245 +#: dirmngr/dirmngr.c:246 msgid "ignore HTTP CRL distribution points" msgstr "忽略 HTTP CRL 分å‘点" -#: dirmngr/dirmngr.c:247 +#: dirmngr/dirmngr.c:248 msgid "|URL|redirect all HTTP requests to URL" msgstr "|URL|é‡å®šå‘ HTTP 请求到 URL" -#: dirmngr/dirmngr.c:249 +#: dirmngr/dirmngr.c:250 msgid "use system's HTTP proxy setting" msgstr "使用系统的 HTTP 代ç†è®¾ç½®" -#: dirmngr/dirmngr.c:253 +#: dirmngr/dirmngr.c:254 msgid "Configuration of LDAP servers to use" msgstr "对è¦ä½¿ç”¨çš„ LDAP æœåŠ¡å™¨çš„é…ç½®" -#: dirmngr/dirmngr.c:255 +#: dirmngr/dirmngr.c:256 msgid "inhibit the use of LDAP" msgstr "抑制 LDAP 的使用" -#: dirmngr/dirmngr.c:257 +#: dirmngr/dirmngr.c:258 msgid "ignore LDAP CRL distribution points" msgstr "忽略 LDAP CRL 分å‘点" -#: dirmngr/dirmngr.c:259 +#: dirmngr/dirmngr.c:260 msgid "|HOST|use HOST for LDAP queries" msgstr "|HOST|使用 HOST 进行 LDAP 查询" -#: dirmngr/dirmngr.c:261 +#: dirmngr/dirmngr.c:262 msgid "do not use fallback hosts with --ldap-proxy" msgstr "使用 --ldap-proxy 选项以ä¸ä½¿ç”¨å›žé€€ä¸»æœº" -#: dirmngr/dirmngr.c:263 +#: dirmngr/dirmngr.c:264 msgid "|FILE|read LDAP server list from FILE" msgstr "|FILE|从 FILE ä¸è¯»å– LDAP æœåŠ¡å™¨åˆ—表" -#: dirmngr/dirmngr.c:265 +#: dirmngr/dirmngr.c:266 msgid "add new servers discovered in CRL distribution points to serverlist" msgstr "æ·»åŠ ä»Ž CRL 分å‘点å‘现的新æœåŠ¡å™¨åˆ°æœåŠ¡å™¨åˆ—表" -#: dirmngr/dirmngr.c:268 dirmngr/dirmngr_ldap.c:104 +#: dirmngr/dirmngr.c:269 dirmngr/dirmngr_ldap.c:104 msgid "|N|set LDAP timeout to N seconds" msgstr "|N|设置 LDAP 超时时间为 N 秒" -#: dirmngr/dirmngr.c:271 +#: dirmngr/dirmngr.c:272 msgid "Configuration for OCSP" msgstr "对于 OCSP çš„é…ç½®" -#: dirmngr/dirmngr.c:273 +#: dirmngr/dirmngr.c:274 msgid "allow sending OCSP requests" msgstr "å…许å‘é€ OCSP 请求" -#: dirmngr/dirmngr.c:275 +#: dirmngr/dirmngr.c:276 msgid "ignore certificate contained OCSP service URLs" msgstr "忽略è¯ä¹¦åŒ…å«çš„ OCSP æœåŠ¡ URLs" -#: dirmngr/dirmngr.c:277 +#: dirmngr/dirmngr.c:278 msgid "|URL|use OCSP responder at URL" msgstr "|URL|使用 URL 处的 OCSP å“应者" -#: dirmngr/dirmngr.c:279 +#: dirmngr/dirmngr.c:280 msgid "|FPR|OCSP response signed by FPR" msgstr "|FPR|OCSP å“应由 FPR ç¾å" -#: dirmngr/dirmngr.c:287 +#: dirmngr/dirmngr.c:288 msgid "force loading of outdated CRLs" msgstr "强制载入过期的 CRLs" -#: dirmngr/dirmngr.c:298 +#: dirmngr/dirmngr.c:299 msgid "" "@\n" "(See the \"info\" manual for a complete listing of all commands and " @@ -10100,11 +10105,11 @@ msgstr "" "@\n" "(å‚阅 \"info\" 手册以获å–一份所有命令åŠé€‰é¡¹çš„完整列表)\n" -#: dirmngr/dirmngr.c:440 +#: dirmngr/dirmngr.c:441 msgid "Usage: @DIRMNGR@ [options] (-h for help)" msgstr "用法:@DIRMNGR@ [选项] (-h 获å–帮助)" -#: dirmngr/dirmngr.c:442 +#: dirmngr/dirmngr.c:443 msgid "" "Syntax: @DIRMNGR@ [options] [command [args]]\n" "Keyserver, CRL, and OCSP access for @GNUPG@\n" @@ -10112,83 +10117,83 @@ msgstr "" "è¯æ³•ï¼š@DIRMNGR@ [选项] [命令 [å‚æ•°]]\n" "@GNUPG@ 的公钥æœåŠ¡å™¨ã€CRL å’Œ OCSP 访问\n" -#: dirmngr/dirmngr.c:522 +#: dirmngr/dirmngr.c:523 #, c-format msgid "valid debug levels are: %s\n" msgstr "有效的调试ç‰çº§ä¸ºï¼š%s\n" -#: dirmngr/dirmngr.c:608 tools/gpgconf.c:667 tools/gpgconf.c:702 +#: dirmngr/dirmngr.c:609 tools/gpgconf.c:667 tools/gpgconf.c:702 #: tools/gpgconf.c:802 #, c-format msgid "usage: %s [options] " msgstr "用法:%s [选项] " -#: dirmngr/dirmngr.c:1251 +#: dirmngr/dirmngr.c:1260 #, c-format msgid "colons are not allowed in the socket name\n" msgstr "套接å—å称ä¸ä¸å…许使用冒å·\n" -#: dirmngr/dirmngr.c:1486 dirmngr/server.c:1824 +#: dirmngr/dirmngr.c:1495 dirmngr/server.c:1824 #, c-format msgid "fetching CRL from '%s' failed: %s\n" msgstr "从‘%sâ€™å¤„èŽ·å– CRL 时失败:%s\n" -#: dirmngr/dirmngr.c:1492 dirmngr/server.c:1830 +#: dirmngr/dirmngr.c:1501 dirmngr/server.c:1830 #, c-format msgid "processing CRL from '%s' failed: %s\n" msgstr "从‘%sâ€™å¤„å¤„ç† CRL 时失败:%s\n" -#: dirmngr/dirmngr.c:1634 +#: dirmngr/dirmngr.c:1643 #, c-format msgid "%s:%u: line too long - skipped\n" msgstr "%s:%u: 行太长 - 跳过\n" -#: dirmngr/dirmngr.c:1689 dirmngr/dirmngr.c:1773 +#: dirmngr/dirmngr.c:1698 dirmngr/dirmngr.c:1782 #, c-format msgid "%s:%u: invalid fingerprint detected\n" msgstr "%s:%u: æ£€æµ‹åˆ°æ— æ•ˆæŒ‡çº¹\n" -#: dirmngr/dirmngr.c:1725 dirmngr/dirmngr.c:1751 tools/gpgconf-comp.c:3534 +#: dirmngr/dirmngr.c:1734 dirmngr/dirmngr.c:1760 tools/gpgconf-comp.c:3539 #, c-format msgid "%s:%u: read error: %s\n" msgstr "%s:%u: 读å–错误:%s\n" -#: dirmngr/dirmngr.c:1780 +#: dirmngr/dirmngr.c:1789 #, c-format msgid "%s:%u: garbage at end of line ignored\n" msgstr "%s:%u: 已忽略行尾部的垃圾数æ®\n" -#: dirmngr/dirmngr.c:1849 +#: dirmngr/dirmngr.c:1876 #, c-format msgid "SIGHUP received - re-reading configuration and flushing caches\n" msgstr "接收到 SIGHUP ä¿¡å· -æ£åœ¨é‡æ–°è¯»å–é…置文件并刷新缓å˜\n" -#: dirmngr/dirmngr.c:1890 +#: dirmngr/dirmngr.c:1917 #, c-format msgid "SIGUSR2 received - no action defined\n" msgstr "接收到 SIGUSR2 ä¿¡å· - 未定义è¦è¿›è¡Œçš„æ“作\n" -#: dirmngr/dirmngr.c:1895 +#: dirmngr/dirmngr.c:1922 #, c-format msgid "SIGTERM received - shutting down ...\n" msgstr "接收到 SIGTERM ä¿¡å· - æ£åœ¨å…³é—...\n" -#: dirmngr/dirmngr.c:1897 +#: dirmngr/dirmngr.c:1924 #, c-format msgid "SIGTERM received - still %d active connections\n" msgstr "接收到 SIGTERM ä¿¡å· - ä»ç„¶æœ‰ %d 个活动的连接\n" -#: dirmngr/dirmngr.c:1902 +#: dirmngr/dirmngr.c:1929 #, c-format msgid "shutdown forced\n" msgstr "强制关é—\n" -#: dirmngr/dirmngr.c:1910 +#: dirmngr/dirmngr.c:1937 #, c-format msgid "SIGINT received - immediate shutdown\n" msgstr "收到 SIGINT ä¿¡å· - ç«‹å³å…³é—\n" -#: dirmngr/dirmngr.c:1917 +#: dirmngr/dirmngr.c:1944 #, c-format msgid "signal %d received - no action defined\n" msgstr "收到 %d ä¿¡å· - 未定义è¦è¿›è¡Œçš„æ“作\n" @@ -10641,7 +10646,7 @@ msgid "serialno missing in cert ID" msgstr "è¯ä¹¦ ID ä¸çš„åºåˆ—å·ç¼ºå¤±" #: dirmngr/server.c:1387 dirmngr/server.c:1473 dirmngr/server.c:1909 -#: dirmngr/server.c:1980 dirmngr/server.c:2552 dirmngr/server.c:2567 +#: dirmngr/server.c:1980 dirmngr/server.c:2556 dirmngr/server.c:2571 #, c-format msgid "assuan_inquire failed: %s\n" msgstr "assuan_inquire 方法失败:%s\n" @@ -10671,32 +10676,32 @@ msgstr "fetch_next_cert 方法失败:%s\n" msgid "max_replies %d exceeded\n" msgstr "超过设置的 max_replies %d\n" -#: dirmngr/server.c:2856 +#: dirmngr/server.c:2860 #, c-format msgid "can't allocate control structure: %s\n" msgstr "æ— æ³•åˆ†é…控制结构:%s\n" -#: dirmngr/server.c:2867 +#: dirmngr/server.c:2871 #, c-format msgid "failed to allocate assuan context: %s\n" msgstr "åˆ†é… assuan 上下文时失败:%s\n" -#: dirmngr/server.c:2888 +#: dirmngr/server.c:2892 #, c-format msgid "failed to initialize the server: %s\n" msgstr "åˆå§‹åŒ–æœåŠ¡å™¨æ—¶å¤±è´¥ï¼š%s\n" -#: dirmngr/server.c:2896 +#: dirmngr/server.c:2900 #, c-format msgid "failed to the register commands with Assuan: %s\n" msgstr "å‘ Assuan 注册命令时失败:%s\n" -#: dirmngr/server.c:2929 +#: dirmngr/server.c:2933 #, c-format msgid "Assuan accept problem: %s\n" msgstr "Assuan 接å—出现问题:%s\n" -#: dirmngr/server.c:2948 +#: dirmngr/server.c:2952 #, c-format msgid "Assuan processing failed: %s\n" msgstr "Assuan 处ç†æ—¶å¤±è´¥ï¼š%s\n" @@ -10841,67 +10846,67 @@ msgstr "æ¤ä¼šè¯ä¸æ²¡æœ‰æ£åœ¨è¿è¡Œçš„ keybox 守护进程\n" msgid "error sending standard options: %s\n" msgstr "å‘é€æ ‡å‡†é€‰é¡¹æ—¶å‡ºçŽ°é”™è¯¯ï¼š%s\n" -#: tools/gpgconf-comp.c:647 +#: tools/gpgconf-comp.c:649 msgid "OpenPGP" msgstr "OpenPGP" -#: tools/gpgconf-comp.c:651 +#: tools/gpgconf-comp.c:653 msgid "S/MIME" msgstr "S/MIME" -#: tools/gpgconf-comp.c:655 +#: tools/gpgconf-comp.c:657 msgid "Public Keys" msgstr "公钥" -#: tools/gpgconf-comp.c:659 +#: tools/gpgconf-comp.c:661 msgid "Private Keys" msgstr "ç§é’¥" -#: tools/gpgconf-comp.c:663 +#: tools/gpgconf-comp.c:665 msgid "Smartcards" msgstr "智能å¡" -#: tools/gpgconf-comp.c:667 +#: tools/gpgconf-comp.c:669 msgid "TPM" msgstr "" -#: tools/gpgconf-comp.c:671 +#: tools/gpgconf-comp.c:673 msgid "Network" msgstr "网络" -#: tools/gpgconf-comp.c:675 +#: tools/gpgconf-comp.c:677 msgid "Passphrase Entry" msgstr "密ç æ¡ç›®" -#: tools/gpgconf-comp.c:939 +#: tools/gpgconf-comp.c:941 msgid "Component not suitable for launching" msgstr "组件ä¸é€‚åˆå¯åŠ¨" -#: tools/gpgconf-comp.c:945 +#: tools/gpgconf-comp.c:947 #, c-format msgid "Configuration file of component %s is broken\n" msgstr "组件 %s çš„é…置文件已æŸå\n" -#: tools/gpgconf-comp.c:948 +#: tools/gpgconf-comp.c:950 #, c-format msgid "Note: Use the command \"%s%s\" to get details.\n" msgstr "注æ„:使用命令 “%s%s†获å–详情。\n" -#: tools/gpgconf-comp.c:2811 +#: tools/gpgconf-comp.c:2816 #, c-format msgid "External verification of component %s failed" msgstr "组件 %s 的外部验è¯å¤±è´¥" -#: tools/gpgconf-comp.c:2941 +#: tools/gpgconf-comp.c:2946 msgid "Note that group specifications are ignored\n" msgstr "注æ„,群组规范已被忽略\n" -#: tools/gpgconf-comp.c:3538 +#: tools/gpgconf-comp.c:3543 #, c-format msgid "error closing '%s'\n" msgstr "关闑%s’时出现错误\n" -#: tools/gpgconf-comp.c:3540 +#: tools/gpgconf-comp.c:3545 #, c-format msgid "error parsing '%s'\n" msgstr "处ç†â€˜%s’时出现错误\n" @@ -11006,33 +11011,33 @@ msgstr "" "è¯æ³•ï¼šgpg-check-pattern [选项] patternfile\n" "按照 patternfile æ£€æŸ¥ä¸€ä¸ªç”±æ ‡å‡†è¾“å…¥ï¼ˆstdin)给定的密ç \n" -#: tools/gpg-card.c:2389 +#: tools/gpg-card.c:2390 #, c-format msgid "Note: key %s is already stored on the card!\n" msgstr "注æ„: 已有ç§é’¥ %s 被å˜å‚¨äºŽå¡ç‰‡ä¸Šï¼\n" -#: tools/gpg-card.c:2392 +#: tools/gpg-card.c:2393 #, c-format msgid "Note: Keys are already stored on the card!\n" msgstr "注æ„: 已有ç§é’¥è¢«å˜å‚¨äºŽå¡ç‰‡ä¸Šï¼\n" -#: tools/gpg-card.c:2395 +#: tools/gpg-card.c:2396 #, c-format msgid "Replace existing key %s ? (y/N) " msgstr "替æ¢çŽ°æœ‰å¯†é’¥ %s ?(y/N) " -#: tools/gpg-card.c:2548 tools/gpg-card.c:2711 tools/gpg-card.c:2934 -#: tools/gpg-card.c:3043 +#: tools/gpg-card.c:2549 tools/gpg-card.c:2712 tools/gpg-card.c:2935 +#: tools/gpg-card.c:3044 #, c-format msgid "%s card no. %s detected\n" msgstr "检测到 %s å¡ç‰‡ ç¼–å· %s\n" -#: tools/gpg-card.c:3395 +#: tools/gpg-card.c:3396 #, c-format msgid "User Interaction Flag is set to \"%s\" - can't change\n" msgstr "ç”¨æˆ·äº¤äº’æ ‡å¿—è®¾ç½®ä¸ºâ€œ%sâ€â€”â€”æ— æ³•æ›´æ”¹\n" -#: tools/gpg-card.c:3405 tools/gpg-card.c:3419 +#: tools/gpg-card.c:3406 tools/gpg-card.c:3420 #, c-format msgid "" "Warning: Setting the User Interaction Flag to \"%s\"\n" @@ -11041,44 +11046,44 @@ msgstr "" "è¦å‘Šï¼šæ£åœ¨å°†ç”¨æˆ·äº¤äº’æ ‡å¿—è®¾ç½®ä¸ºâ€œ%sâ€\n" " åªèƒ½ä½¿ç”¨å‡ºåŽ‚é‡ç½®è¿˜åŽŸï¼\n" -#: tools/gpg-card.c:3422 +#: tools/gpg-card.c:3423 #, c-format msgid "Please use \"uif --yes %d %s\"\n" msgstr "请使用“uif --yes %d %sâ€\n" -#: tools/gpg-card.c:3668 +#: tools/gpg-card.c:3669 msgid "authenticate to the card" msgstr "验è¯å¡ç‰‡" -#: tools/gpg-card.c:3670 +#: tools/gpg-card.c:3671 msgid "send a reset to the card daemon" msgstr "å‘å¡ç‰‡å®ˆæŠ¤è¿›ç¨‹å‘é€é‡ç½®" -#: tools/gpg-card.c:3672 +#: tools/gpg-card.c:3673 msgid "setup KDF for PIN authentication" msgstr "针对 PIN 身份验è¯è®¾ç½® KDF" -#: tools/gpg-card.c:3674 +#: tools/gpg-card.c:3675 msgid "change a private data object" msgstr "更改ç§æœ‰æ•°æ®å¯¹è±¡" -#: tools/gpg-card.c:3675 +#: tools/gpg-card.c:3676 msgid "read a certificate from a data object" msgstr "从数æ®å¯¹è±¡ä¸è¯»å–è¯ä¹¦" -#: tools/gpg-card.c:3676 +#: tools/gpg-card.c:3677 msgid "store a certificate to a data object" msgstr "储å˜ä¸€ä¸ªè¯ä¹¦åˆ°æ•°æ®å¯¹è±¡" -#: tools/gpg-card.c:3677 +#: tools/gpg-card.c:3678 msgid "store a private key to a data object" msgstr "储å˜ç§é’¥åˆ°æ•°æ®å¯¹è±¡" -#: tools/gpg-card.c:3678 +#: tools/gpg-card.c:3679 msgid "Yubikey management commands" msgstr "Yubikey 管ç†å‘½ä»¤" -#: tools/gpg-card.c:3680 +#: tools/gpg-card.c:3681 msgid "manage the command history" msgstr "管ç†å‘½ä»¤åŽ†å²è®°å½•" diff --git a/po/zh_TW.po b/po/zh_TW.po index fd8c8c9..9e8e8e2 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: GNU gnupg 2.1.0\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2021-04-07 19:24+0200\n" +"POT-Creation-Date: 2021-04-20 12:38+0200\n" "PO-Revision-Date: 2019-11-04 09:49+0100\n" "Last-Translator: Jedi Lin <Jedi@Jedi.org>\n" "Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n" @@ -220,24 +220,24 @@ msgid "ssh keys greater than %d bits are not supported\n" msgstr "未支æ´å¤§æ–¼ %d ä½å…ƒçš„ ssh 金鑰\n" #: agent/command-ssh.c:872 common/dotlock.c:852 g10/card-util.c:953 -#: g10/export.c:1329 g10/gpg.c:1430 g10/keygen.c:5327 g10/keyring.c:1319 +#: g10/export.c:1329 g10/gpg.c:1431 g10/keygen.c:5347 g10/keyring.c:1319 #: g10/keyring.c:1632 g10/openfile.c:293 g10/photoid.c:531 g10/photoid.c:549 -#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:478 +#: g10/sign.c:1106 g10/sign.c:1443 g10/tdbio.c:753 tools/gpg-card.c:479 #, c-format msgid "can't create '%s': %s\n" msgstr "無法建立 '%s': %s\n" #: agent/command-ssh.c:884 common/helpfile.c:57 g10/card-util.c:910 #: g10/dearmor.c:59 g10/dearmor.c:106 g10/decrypt.c:65 g10/decrypt.c:136 -#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1431 -#: g10/import.c:359 g10/import.c:546 g10/import.c:781 g10/keygen.c:4302 +#: g10/decrypt.c:153 g10/encrypt.c:308 g10/encrypt.c:721 g10/gpg.c:1432 +#: g10/import.c:371 g10/import.c:558 g10/import.c:793 g10/keygen.c:4322 #: g10/keyring.c:1658 g10/openfile.c:197 g10/openfile.c:211 g10/plaintext.c:128 #: g10/plaintext.c:610 g10/sign.c:1086 g10/sign.c:1311 g10/sign.c:1424 #: g10/sign.c:1596 g10/tdbdump.c:143 g10/tdbdump.c:151 g10/tdbio.c:758 -#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2338 -#: sm/gpgsm.c:2368 sm/gpgsm.c:2406 sm/qualified.c:65 dirmngr/certcache.c:396 -#: dirmngr/certcache.c:476 dirmngr/certcache.c:478 dirmngr/crlcache.c:2588 -#: dirmngr/dirmngr.c:1711 tools/gpg-card.c:407 +#: g10/tdbio.c:829 g10/verify.c:96 g10/verify.c:160 sm/gpgsm.c:2380 +#: sm/gpgsm.c:2410 sm/gpgsm.c:2448 sm/keylist.c:1737 sm/qualified.c:65 +#: dirmngr/certcache.c:396 dirmngr/certcache.c:476 dirmngr/certcache.c:478 +#: dirmngr/crlcache.c:2588 dirmngr/dirmngr.c:1720 tools/gpg-card.c:408 #, c-format msgid "can't open '%s': %s\n" msgstr "無法開啟 '%s': %s\n" @@ -413,226 +413,226 @@ msgstr "請輸入密語至%0A以ä¿è·ä½ 的新金鑰" msgid "Please enter the new passphrase" msgstr "請輸入新的密語" -#: agent/gpg-agent.c:161 scd/scdaemon.c:114 dirmngr/dirmngr.c:181 +#: agent/gpg-agent.c:162 scd/scdaemon.c:115 dirmngr/dirmngr.c:182 #, fuzzy #| msgid "Options useful for debugging" msgid "Options used for startup" msgstr "å°é™¤éŒ¯æœ‰å¹«åŠ©çš„é¸é …" -#: agent/gpg-agent.c:163 scd/scdaemon.c:119 dirmngr/dirmngr.c:170 +#: agent/gpg-agent.c:164 scd/scdaemon.c:120 dirmngr/dirmngr.c:171 msgid "run in daemon mode (background)" msgstr "以æœå‹™æ¨¡å¼åŸ·è¡Œ (背景)" -#: agent/gpg-agent.c:164 scd/scdaemon.c:116 dirmngr/dirmngr.c:169 +#: agent/gpg-agent.c:165 scd/scdaemon.c:117 dirmngr/dirmngr.c:170 msgid "run in server mode (foreground)" msgstr "以伺æœå™¨æ¨¡å¼åŸ·è¡Œ (å‰æ™¯)" -#: agent/gpg-agent.c:166 dirmngr/dirmngr.c:172 +#: agent/gpg-agent.c:167 dirmngr/dirmngr.c:173 #, fuzzy #| msgid "run in server mode" msgid "run in supervised mode" msgstr "以伺æœå™¨æ¨¡å¼åŸ·è¡Œ" -#: agent/gpg-agent.c:168 scd/scdaemon.c:120 dirmngr/dirmngr.c:183 +#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 msgid "do not detach from the console" msgstr "ä¸è¦å¾ž console 分離" -#: agent/gpg-agent.c:169 scd/scdaemon.c:121 dirmngr/dirmngr.c:184 +#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 msgid "sh-style command output" msgstr "sh 樣å¼çš„指令輸出" -#: agent/gpg-agent.c:170 scd/scdaemon.c:122 dirmngr/dirmngr.c:185 +#: agent/gpg-agent.c:171 scd/scdaemon.c:123 dirmngr/dirmngr.c:186 msgid "csh-style command output" msgstr "csh 樣å¼çš„指令輸出" -#: agent/gpg-agent.c:178 g10/gpg.c:588 scd/scdaemon.c:124 sm/gpgsm.c:419 -#: dirmngr/dirmngr.c:187 +#: agent/gpg-agent.c:179 g10/gpg.c:589 scd/scdaemon.c:125 sm/gpgsm.c:422 +#: dirmngr/dirmngr.c:188 msgid "|FILE|read options from FILE" msgstr "|檔案|從指定檔案ä¸è®€å–é¸é …" -#: agent/gpg-agent.c:182 g10/gpg.c:573 scd/scdaemon.c:128 sm/gpgsm.c:262 -#: dirmngr/dirmngr.c:191 +#: agent/gpg-agent.c:183 g10/gpg.c:574 scd/scdaemon.c:129 sm/gpgsm.c:265 +#: dirmngr/dirmngr.c:192 msgid "Options controlling the diagnostic output" msgstr "控制著診斷性輸出的é¸é …" -#: agent/gpg-agent.c:184 g10/gpg.c:575 g10/gpgv.c:78 kbx/kbxutil.c:89 -#: scd/scdaemon.c:130 sm/gpgsm.c:264 dirmngr/dirmngr-client.c:69 -#: dirmngr/dirmngr.c:193 dirmngr/dirmngr_ldap.c:102 +#: agent/gpg-agent.c:185 g10/gpg.c:576 g10/gpgv.c:78 kbx/kbxutil.c:89 +#: scd/scdaemon.c:131 sm/gpgsm.c:267 dirmngr/dirmngr-client.c:69 +#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:102 #: tools/gpg-connect-agent.c:85 tools/gpgconf.c:111 msgid "verbose" msgstr "囉唆模å¼" -#: agent/gpg-agent.c:185 g10/gpg.c:577 g10/gpgv.c:79 kbx/kbxutil.c:90 -#: scd/scdaemon.c:131 sm/gpgsm.c:266 dirmngr/dirmngr-client.c:70 -#: dirmngr/dirmngr.c:194 dirmngr/dirmngr_ldap.c:103 +#: agent/gpg-agent.c:186 g10/gpg.c:578 g10/gpgv.c:79 kbx/kbxutil.c:90 +#: scd/scdaemon.c:132 sm/gpgsm.c:269 dirmngr/dirmngr-client.c:70 +#: dirmngr/dirmngr.c:195 dirmngr/dirmngr_ldap.c:103 msgid "be somewhat more quiet" msgstr "盡é‡å®‰éœäº›" -#: agent/gpg-agent.c:193 g10/gpg.c:592 sm/gpgsm.c:280 dirmngr/dirmngr.c:204 +#: agent/gpg-agent.c:194 g10/gpg.c:593 sm/gpgsm.c:283 dirmngr/dirmngr.c:205 msgid "|FILE|write server mode logs to FILE" msgstr "|檔案|將伺æœå™¨æ¨¡å¼æ—¥èªŒå¯«å…¥è‡³æŒ‡å®šæª”案" -#: agent/gpg-agent.c:197 g10/gpg.c:598 scd/scdaemon.c:145 sm/gpgsm.c:287 -#: dirmngr/dirmngr.c:208 +#: agent/gpg-agent.c:198 g10/gpg.c:599 scd/scdaemon.c:146 sm/gpgsm.c:290 +#: dirmngr/dirmngr.c:209 msgid "Options controlling the configuration" msgstr "控制著組態的é¸é …" -#: agent/gpg-agent.c:200 +#: agent/gpg-agent.c:201 msgid "do not use the SCdaemon" msgstr "ä¸è¦ä½¿ç”¨ SCdaemon" -#: agent/gpg-agent.c:202 +#: agent/gpg-agent.c:203 msgid "|PGM|use PGM as the SCdaemon program" msgstr "|PGM|使用 PGM åšç‚º SCdaemon 程å¼" -#: agent/gpg-agent.c:204 +#: agent/gpg-agent.c:205 #, fuzzy #| msgid "|PGM|use PGM as the SCdaemon program" msgid "|PGM|use PGM as the tpm2daemon program" msgstr "|PGM|使用 PGM åšç‚º SCdaemon 程å¼" -#: agent/gpg-agent.c:208 +#: agent/gpg-agent.c:209 #, fuzzy #| msgid "|NAME|connect to host NAME" msgid "|NAME|accept some commands via NAME" msgstr "|å稱|連線至ä½æ–¼æŒ‡å®šå稱的主機" -#: agent/gpg-agent.c:212 +#: agent/gpg-agent.c:213 msgid "ignore requests to change the TTY" msgstr "忽略變更 TTY çš„è¦æ±‚" -#: agent/gpg-agent.c:214 +#: agent/gpg-agent.c:215 msgid "ignore requests to change the X display" msgstr "忽略變更 X display çš„è¦æ±‚" -#: agent/gpg-agent.c:215 +#: agent/gpg-agent.c:216 msgid "enable ssh support" msgstr "啟用 ssh 支æ´" -#: agent/gpg-agent.c:217 +#: agent/gpg-agent.c:218 msgid "|ALGO|use ALGO to show ssh fingerprints" msgstr "" -#: agent/gpg-agent.c:220 +#: agent/gpg-agent.c:221 msgid "enable putty support" msgstr "啟用 putty 支æ´" -#: agent/gpg-agent.c:232 g10/gpg.c:843 scd/scdaemon.c:175 sm/gpgsm.c:379 +#: agent/gpg-agent.c:233 g10/gpg.c:844 scd/scdaemon.c:176 sm/gpgsm.c:382 msgid "Options controlling the security" msgstr "控制著安全性的é¸é …" -#: agent/gpg-agent.c:235 +#: agent/gpg-agent.c:236 msgid "|N|expire cached PINs after N seconds" msgstr "|N|讓快å–ä½çš„個人è˜åˆ¥ç¢¼ (PIN) 在 N 秒後到期" -#: agent/gpg-agent.c:237 +#: agent/gpg-agent.c:238 msgid "|N|expire SSH keys after N seconds" msgstr "|N|在 N 秒之後讓 SSH 金鑰éŽæœŸ" -#: agent/gpg-agent.c:239 +#: agent/gpg-agent.c:240 msgid "|N|set maximum PIN cache lifetime to N seconds" msgstr "|N|把個人è˜åˆ¥ç¢¼ (PIN) å¿«å–最大生å˜æ™‚é–“è¨æˆ N 秒" -#: agent/gpg-agent.c:241 +#: agent/gpg-agent.c:242 msgid "|N|set maximum SSH key lifetime to N seconds" msgstr "|N|把 SSH 金鑰最大生å˜æ™‚é–“è¨æˆ N 秒" -#: agent/gpg-agent.c:243 +#: agent/gpg-agent.c:244 msgid "do not use the PIN cache when signing" msgstr "簽署時ä¸è¦ä½¿ç”¨å€‹äººè˜åˆ¥ç¢¼ (PIN) å¿«å–" -#: agent/gpg-agent.c:245 +#: agent/gpg-agent.c:246 #, fuzzy #| msgid "do not allow the reuse of old passphrases" msgid "disallow the use of an external password cache" msgstr "ä¸å…許é‡è¤‡ä½¿ç”¨èˆŠå¯†èªž" -#: agent/gpg-agent.c:247 +#: agent/gpg-agent.c:248 msgid "disallow clients to mark keys as \"trusted\"" msgstr "ä¸å…許用戶端將金鑰標記為 \"已信任\"" -#: agent/gpg-agent.c:250 +#: agent/gpg-agent.c:251 msgid "allow presetting passphrase" msgstr "å…許é å…ˆè¨å®šå¯†èªž" -#: agent/gpg-agent.c:255 +#: agent/gpg-agent.c:256 msgid "Options enforcing a passphrase policy" msgstr "強制執行密語原則的é¸é …" -#: agent/gpg-agent.c:258 +#: agent/gpg-agent.c:259 msgid "do not allow bypassing the passphrase policy" msgstr "ä¸å…許略éŽå¯†èªžåŽŸå‰‡" -#: agent/gpg-agent.c:260 +#: agent/gpg-agent.c:261 msgid "|N|set minimal required length for new passphrases to N" msgstr "|N|把新密語所需的最çŸé•·åº¦è¨æˆ N" -#: agent/gpg-agent.c:262 +#: agent/gpg-agent.c:263 msgid "|N|require at least N non-alpha characters for a new passphrase" msgstr "|N|新密語至少è¦æœ‰ N 個éžå—æ¯çš„å—符" -#: agent/gpg-agent.c:265 +#: agent/gpg-agent.c:266 msgid "|FILE|check new passphrases against pattern in FILE" msgstr "|檔案|用指定檔案ä¸çš„樣å¼ä¾†æª¢æŸ¥æ–°å¯†èªž" -#: agent/gpg-agent.c:267 +#: agent/gpg-agent.c:268 msgid "|N|expire the passphrase after N days" msgstr "|N|在 N 天之後讓密語éŽæœŸ" -#: agent/gpg-agent.c:269 +#: agent/gpg-agent.c:270 msgid "do not allow the reuse of old passphrases" msgstr "ä¸å…許é‡è¤‡ä½¿ç”¨èˆŠå¯†èªž" -#: agent/gpg-agent.c:272 +#: agent/gpg-agent.c:273 #, fuzzy #| msgid "Options controlling the security" msgid "Options controlling the PIN-Entry" msgstr "控制著安全性的é¸é …" -#: agent/gpg-agent.c:274 +#: agent/gpg-agent.c:275 msgid "never use the PIN-entry" msgstr "" -#: agent/gpg-agent.c:276 +#: agent/gpg-agent.c:277 msgid "disallow caller to override the pinentry" msgstr "" -#: agent/gpg-agent.c:278 +#: agent/gpg-agent.c:279 #, fuzzy #| msgid "do not grab keyboard and mouse" msgid "let PIN-Entry grab keyboard and mouse" msgstr "ä¸è¦å¥ªå–éµç›¤åŠæ»‘é¼ " -#: agent/gpg-agent.c:281 +#: agent/gpg-agent.c:282 msgid "|PGM|use PGM as the PIN-Entry program" msgstr "|PGM|使用 PGM åšç‚º PIN-Entry 程å¼" -#: agent/gpg-agent.c:285 +#: agent/gpg-agent.c:286 #, fuzzy #| msgid "|N|set LDAP timeout to N seconds" msgid "|N|set the Pinentry timeout to N seconds" msgstr "|N|把 LDAP 逾時è¨æˆ N 秒" -#: agent/gpg-agent.c:287 +#: agent/gpg-agent.c:288 msgid "allow passphrase to be prompted through Emacs" msgstr "" #. TRANSLATORS: @EMAIL@ will get replaced by the actual bug #. reporting address. This is so that we can change the #. reporting address without breaking the translations. -#: agent/gpg-agent.c:550 agent/preset-passphrase.c:99 agent/protect-tool.c:154 -#: g10/gpg.c:1131 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:311 -#: sm/gpgsm.c:609 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:437 +#: agent/gpg-agent.c:551 agent/preset-passphrase.c:99 agent/protect-tool.c:154 +#: g10/gpg.c:1132 g10/gpgv.c:149 kbx/kbxutil.c:118 scd/scdaemon.c:312 +#: sm/gpgsm.c:612 dirmngr/dirmngr-client.c:167 dirmngr/dirmngr.c:438 #: dirmngr/dirmngr_ldap.c:175 tools/gpg-connect-agent.c:220 tools/gpgconf.c:151 #: tools/gpg-check-pattern.c:143 msgid "Please report bugs to <@EMAIL@>.\n" msgstr "ç¿»è¯ç‘•ç–µè«‹å›žå ±çµ¦ <Jedi@Jedi.org>, 程å¼ç‘•ç–µå‰‡è«‹å›žå ±çµ¦ <@EMAIL@>.\n" -#: agent/gpg-agent.c:559 +#: agent/gpg-agent.c:560 msgid "Usage: @GPG_AGENT@ [options] (-h for help)" msgstr "用法: @GPG_AGENT@ [é¸é …] (或用 -h 求助)" -#: agent/gpg-agent.c:561 +#: agent/gpg-agent.c:562 msgid "" "Syntax: @GPG_AGENT@ [options] [command [args]]\n" "Secret key management for @GNUPG@\n" @@ -640,126 +640,126 @@ msgstr "" "語法: @GPG_AGENT@ [é¸é …] [指令 [引數]]\n" "@GNUPG@ ç§é‘°ç®¡ç†\n" -#: agent/gpg-agent.c:606 g10/gpg.c:1336 scd/scdaemon.c:383 sm/gpgsm.c:757 -#: dirmngr/dirmngr.c:521 +#: agent/gpg-agent.c:607 g10/gpg.c:1337 scd/scdaemon.c:384 sm/gpgsm.c:760 +#: dirmngr/dirmngr.c:522 #, c-format msgid "invalid debug-level '%s' given\n" msgstr "給定的除錯ç‰ç´š '%s' 無效\n" -#: agent/gpg-agent.c:971 g10/gpg.c:3879 g10/gpg.c:3903 sm/gpgsm.c:1736 -#: sm/gpgsm.c:1742 +#: agent/gpg-agent.c:972 g10/gpg.c:3910 g10/gpg.c:3934 sm/gpgsm.c:1769 +#: sm/gpgsm.c:1775 #, c-format msgid "selected digest algorithm is invalid\n" msgstr "所é¸çš„摘è¦æ¼”算法無效\n" -#: agent/gpg-agent.c:1195 agent/gpg-agent.c:2010 g10/gpg.c:2588 -#: scd/scdaemon.c:548 sm/gpgsm.c:1151 dirmngr/dirmngr.c:988 -#: dirmngr/dirmngr.c:1830 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:2019 common/comopt.c:93 +#: g10/gpg.c:2591 scd/scdaemon.c:549 sm/gpgsm.c:1155 dirmngr/dirmngr.c:989 +#: dirmngr/dirmngr.c:1840 #, c-format msgid "reading options from '%s'\n" msgstr "從 '%s' 讀å–é¸é …ä¸\n" -#: agent/gpg-agent.c:1327 g10/gpg.c:3830 scd/scdaemon.c:675 sm/gpgsm.c:1676 -#: dirmngr/dirmngr.c:1099 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 +#: agent/gpg-agent.c:1335 g10/gpg.c:3861 scd/scdaemon.c:687 sm/gpgsm.c:1709 +#: dirmngr/dirmngr.c:1108 tools/gpg-connect-agent.c:1270 tools/gpgconf.c:634 #, c-format msgid "Note: '%s' is not considered an option\n" msgstr "請注æ„: '%s' 並ä¸ç•¶æˆé¸é …\n" -#: agent/gpg-agent.c:2146 scd/scdaemon.c:1096 dirmngr/dirmngr.c:1258 +#: agent/gpg-agent.c:2172 scd/scdaemon.c:1108 dirmngr/dirmngr.c:1267 #, c-format msgid "can't create socket: %s\n" msgstr "無法建立 socket: %s\n" -#: agent/gpg-agent.c:2163 scd/scdaemon.c:1109 dirmngr/dirmngr.c:1271 +#: agent/gpg-agent.c:2189 scd/scdaemon.c:1121 dirmngr/dirmngr.c:1280 #, c-format msgid "socket name '%s' is too long\n" msgstr "socket å稱 '%s' 太長\n" -#: agent/gpg-agent.c:2202 +#: agent/gpg-agent.c:2228 #, c-format msgid "a gpg-agent is already running - not starting a new one\n" msgstr "已經有一份 gpg-agent 在執行了 - ä¸æœƒå†å•Ÿå‹•ä¸€ä»½æ–°çš„\n" -#: agent/gpg-agent.c:2213 scd/scdaemon.c:1133 dirmngr/dirmngr.c:1303 +#: agent/gpg-agent.c:2239 scd/scdaemon.c:1145 dirmngr/dirmngr.c:1312 #, c-format msgid "error getting nonce for the socket\n" msgstr "為 socket å–å¾— nonce 時出錯\n" -#: agent/gpg-agent.c:2218 scd/scdaemon.c:1136 dirmngr/dirmngr.c:1306 +#: agent/gpg-agent.c:2244 scd/scdaemon.c:1148 dirmngr/dirmngr.c:1315 #, c-format msgid "error binding socket to '%s': %s\n" msgstr "ç¶å®š socket 至 '%s' 時出錯: %s\n" -#: agent/gpg-agent.c:2229 agent/gpg-agent.c:2269 agent/gpg-agent.c:2278 -#: scd/scdaemon.c:1144 dirmngr/dirmngr.c:1315 +#: agent/gpg-agent.c:2255 agent/gpg-agent.c:2295 agent/gpg-agent.c:2304 +#: scd/scdaemon.c:1156 dirmngr/dirmngr.c:1324 #, fuzzy, c-format #| msgid "Warning: unsafe permissions on %s \"%s\"\n" msgid "can't set permissions of '%s': %s\n" msgstr "è¦å‘Š: %s çš„æ¬Šé™ \"%s\" 並ä¸å®‰å…¨\n" -#: agent/gpg-agent.c:2243 scd/scdaemon.c:1156 dirmngr/dirmngr.c:1327 +#: agent/gpg-agent.c:2269 scd/scdaemon.c:1168 dirmngr/dirmngr.c:1336 #, c-format msgid "listening on socket '%s'\n" msgstr "æ£åœ¨å€™è½ socket '%s'\n" -#: agent/gpg-agent.c:2263 agent/gpg-agent.c:2316 common/homedir.c:517 +#: agent/gpg-agent.c:2289 agent/gpg-agent.c:2342 common/homedir.c:517 #: g10/openfile.c:399 g10/photoid.c:379 #, c-format msgid "can't create directory '%s': %s\n" msgstr "無法建立目錄 '%s': %s\n" -#: agent/gpg-agent.c:2266 agent/gpg-agent.c:2321 common/homedir.c:520 +#: agent/gpg-agent.c:2292 agent/gpg-agent.c:2347 common/homedir.c:520 #: g10/openfile.c:402 #, c-format msgid "directory '%s' created\n" msgstr "目錄 '%s' 已建立\n" -#: agent/gpg-agent.c:2327 +#: agent/gpg-agent.c:2353 #, c-format msgid "stat() failed for '%s': %s\n" msgstr "'%s' çš„ stat() 失敗: %s\n" -#: agent/gpg-agent.c:2331 +#: agent/gpg-agent.c:2357 #, c-format msgid "can't use '%s' as home directory\n" msgstr "無法使用 '%s' åšç‚ºå®¶ç›®éŒ„\n" -#: agent/gpg-agent.c:2486 scd/scdaemon.c:1172 dirmngr/dirmngr.c:2042 +#: agent/gpg-agent.c:2512 scd/scdaemon.c:1184 dirmngr/dirmngr.c:2069 #, c-format msgid "error reading nonce on fd %d: %s\n" msgstr "æ–¼ fd %d è®€å– nonce 時出錯: %s\n" -#: agent/gpg-agent.c:2693 +#: agent/gpg-agent.c:2719 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "ç¶“æ‰‹ç¨‹å¼ 0x%lx (用於 fd %d) 已啟動\n" -#: agent/gpg-agent.c:2698 +#: agent/gpg-agent.c:2724 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "ç¶“æ‰‹ç¨‹å¼ 0x%lx (用於 fd %d) 已終æ¢\n" -#: agent/gpg-agent.c:2773 +#: agent/gpg-agent.c:2799 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "ssh ç¶“æ‰‹ç¨‹å¼ 0x%lx (用於 fd %d) 已啟動\n" -#: agent/gpg-agent.c:2778 +#: agent/gpg-agent.c:2804 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "ssh ç¶“æ‰‹ç¨‹å¼ 0x%lx (用於 fd %d) 已終æ¢\n" -#: agent/gpg-agent.c:3000 scd/scdaemon.c:1362 dirmngr/dirmngr.c:2256 +#: agent/gpg-agent.c:3026 scd/scdaemon.c:1374 dirmngr/dirmngr.c:2283 #, c-format msgid "npth_pselect failed: %s - waiting 1s\n" msgstr "npth_select 失敗: %s - ç‰ 1 秒é˜\n" -#: agent/gpg-agent.c:3088 scd/scdaemon.c:1427 +#: agent/gpg-agent.c:3114 scd/scdaemon.c:1439 #, c-format msgid "%s %s stopped\n" msgstr "%s %s å·²åœæ¢\n" -#: agent/gpg-agent.c:3226 common/simple-pwquery.c:247 g10/call-agent.c:260 +#: agent/gpg-agent.c:3252 common/simple-pwquery.c:247 g10/call-agent.c:260 #: sm/call-agent.c:131 tools/gpg-connect-agent.c:2319 tools/card-call-scd.c:311 #, c-format msgid "no gpg-agent running in this session\n" @@ -785,8 +785,8 @@ msgstr "" "語法: gpg-preset-passphrase [é¸é …] 金鑰鑰柄\n" "密碼快å–ç¶è·\n" -#: agent/protect-tool.c:107 g10/gpg.c:447 kbx/kbxutil.c:72 sm/gpgsm.c:213 -#: dirmngr/dirmngr.c:167 tools/gpgconf.c:81 +#: agent/protect-tool.c:107 g10/gpg.c:448 kbx/kbxutil.c:72 sm/gpgsm.c:215 +#: dirmngr/dirmngr.c:168 tools/gpgconf.c:81 msgid "" "@Commands:\n" " " @@ -1033,7 +1033,7 @@ msgid "error creating a stream for a pipe: %s\n" msgstr "建立管é“串æµæ™‚出錯: %s\n" #: common/exechelp-posix.c:505 common/exechelp-posix.c:580 -#: common/exechelp-posix.c:861 dirmngr/dirmngr.c:1345 +#: common/exechelp-posix.c:866 dirmngr/dirmngr.c:1354 #, c-format msgid "error forking process: %s\n" msgstr "è¡ç”ŸåŸ·è¡Œç¨‹åºæ™‚出錯: %s\n" @@ -1043,23 +1043,23 @@ msgstr "è¡ç”ŸåŸ·è¡Œç¨‹åºæ™‚出錯: %s\n" msgid "waiting for process %d to terminate failed: %s\n" msgstr "ç‰å€™ %d 處ç†ç¨‹åºçµ‚æ¢æ™‚失敗: %s\n" -#: common/exechelp-posix.c:688 common/exechelp-posix.c:804 +#: common/exechelp-posix.c:688 common/exechelp-posix.c:809 #, c-format msgid "error running '%s': probably not installed\n" msgstr "執行 '%s' 時出錯: å¯èƒ½å°šæœªå®‰è£\n" -#: common/exechelp-posix.c:694 common/exechelp-posix.c:811 +#: common/exechelp-posix.c:694 common/exechelp-posix.c:816 #: common/exechelp-w32.c:839 common/exechelp-w32ce.c:782 #, c-format msgid "error running '%s': exit status %d\n" msgstr "執行 '%s' 時出錯: çµæŸç‹€æ…‹ %d\n" -#: common/exechelp-posix.c:702 common/exechelp-posix.c:819 +#: common/exechelp-posix.c:702 common/exechelp-posix.c:824 #, c-format msgid "error running '%s': terminated\n" msgstr "執行 '%s' 時出錯: 已終æ¢\n" -#: common/exechelp-posix.c:760 common/exechelp-w32.c:820 +#: common/exechelp-posix.c:765 common/exechelp-w32.c:820 #, fuzzy, c-format #| msgid "waiting for process %d to terminate failed: %s\n" msgid "waiting for processes to terminate failed: %s\n" @@ -1107,7 +1107,7 @@ msgid "renaming '%s' to '%s' failed: %s\n" msgstr "把 '%s' é‡æ–°æ–°å‘½æˆ '%s' 時失敗: %s\n" #. TRANSLATORS: See doc/TRANSLATE about this string. -#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3081 +#: common/yesno.c:45 common/yesno.c:82 tools/gpg-card.c:3082 msgid "yes" msgstr "yes" @@ -1162,7 +1162,7 @@ msgid "out of core while allocating %lu bytes" msgstr "é…ç½® %lu ä½å…ƒçµ„æ™‚è¶…å‡ºæ ¸å¿ƒ" #: common/miscellaneous.c:115 g10/card-util.c:917 tools/no-libgcrypt.c:30 -#: tools/gpg-card.c:415 +#: tools/gpg-card.c:416 #, c-format msgid "error allocating enough memory: %s\n" msgstr "é…ç½®è¶³å¤ çš„è¨˜æ†¶é«”æ™‚å‡ºéŒ¯: %s\n" @@ -1239,7 +1239,7 @@ msgstr "建立鑰匙圈 '%s' 時出錯: %s\n" msgid "server '%s' is older than us (%s < %s)" msgstr "" -#: common/asshelp.c:737 g10/call-dirmngr.c:407 +#: common/asshelp.c:737 g10/call-dirmngr.c:408 #, fuzzy, c-format #| msgid "WARNING: %s overrides %s\n" msgid "WARNING: %s\n" @@ -1518,8 +1518,8 @@ msgstr "未鎖定 '%s': %s\n" msgid "waiting for lock %s...\n" msgstr "æ£åœ¨ç‰å€™ `%s' 鎖定...\n" -#: common/init.c:191 sm/gpgsm.c:1032 dirmngr/dirmngr.c:894 -#: dirmngr/dirmngr.c:903 +#: common/init.c:191 sm/gpgsm.c:1036 dirmngr/dirmngr.c:895 +#: dirmngr/dirmngr.c:904 #, c-format msgid "%s is too old (need %s, have %s)\n" msgstr "%s 太舊了 (éœ€è¦ %s, 但是祇有 %s)\n" @@ -1690,60 +1690,60 @@ msgstr "è®€å– %s 時出錯: %s\n" msgid "problem with the agent: %s\n" msgstr "代ç†ç¨‹å¼çš„å•é¡Œ: %s\n" -#: g10/call-dirmngr.c:178 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 +#: g10/call-dirmngr.c:179 sm/call-dirmngr.c:238 tools/gpg-connect-agent.c:2316 #, fuzzy, c-format #| msgid "no gpg-agent running in this session\n" msgid "no dirmngr running in this session\n" msgstr "在æ¤éšŽæ®µä¸æ²’有執行ä¸çš„ gpg-agent\n" -#: g10/call-dirmngr.c:212 +#: g10/call-dirmngr.c:213 #, fuzzy, c-format #| msgid "you may not use %s while in %s mode\n" msgid "keyserver option \"honor-keyserver-url\" may not be used in Tor mode\n" msgstr "ä½ ä¸èƒ½å¤ å°‡ %s 用於 %s 模å¼ä¸\n" -#: g10/call-dirmngr.c:385 +#: g10/call-dirmngr.c:386 msgid "WKD uses a cached result" msgstr "" -#: g10/call-dirmngr.c:388 +#: g10/call-dirmngr.c:389 msgid "Tor is not running" msgstr "" -#: g10/call-dirmngr.c:390 +#: g10/call-dirmngr.c:391 #, fuzzy #| msgid "\"%s\" is not a fingerprint\n" msgid "Tor is not properly configured" msgstr "\"%s\" ä¸æ˜¯æŒ‡ç´‹\n" -#: g10/call-dirmngr.c:392 +#: g10/call-dirmngr.c:393 #, fuzzy #| msgid "\"%s\" is not a fingerprint\n" msgid "DNS is not properly configured" msgstr "\"%s\" ä¸æ˜¯æŒ‡ç´‹\n" -#: g10/call-dirmngr.c:394 +#: g10/call-dirmngr.c:395 msgid "unacceptable HTTP redirect from server" msgstr "" -#: g10/call-dirmngr.c:396 +#: g10/call-dirmngr.c:397 msgid "unacceptable HTTP redirect from server was cleaned up" msgstr "" -#: g10/call-dirmngr.c:398 +#: g10/call-dirmngr.c:399 #, fuzzy #| msgid "generate a revocation certificate" msgid "server uses an invalid certificate" msgstr "產生撤銷憑è‰" -#: g10/call-dirmngr.c:405 g10/gpg.c:4568 +#: g10/call-dirmngr.c:406 g10/gpg.c:4599 #, fuzzy, c-format #| msgid "armor: %s\n" msgid "Note: %s\n" msgstr "å°è£: %s\n" #: g10/card-util.c:86 g10/card-util.c:369 g10/card-util.c:1924 -#: tools/gpg-card.c:3038 +#: tools/gpg-card.c:3039 #, c-format msgid "OpenPGP card not available: %s\n" msgstr "沒有å¯ç”¨çš„ OpenPGP å¡ç‰‡: %s\n" @@ -1754,17 +1754,17 @@ msgid "OpenPGP card no. %s detected\n" msgstr "åµæ¸¬åˆ° OpenPGP å¡ç‰‡ç·¨è™Ÿ %s\n" #: g10/card-util.c:97 g10/card-util.c:2309 g10/delkey.c:164 g10/keyedit.c:1428 -#: g10/keygen.c:4771 g10/revoke.c:214 g10/revoke.c:638 +#: g10/keygen.c:4791 g10/revoke.c:214 g10/revoke.c:638 #, c-format msgid "can't do this in batch mode\n" msgstr "無法在批次模å¼ä¸é€™æ¨£åš\n" -#: g10/card-util.c:105 tools/gpg-card.c:2942 +#: g10/card-util.c:105 tools/gpg-card.c:2943 #, c-format msgid "This command is only available for version 2 cards\n" msgstr "祇有第二版å¡ç‰‡çº”能用這個指令\n" -#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2947 +#: g10/card-util.c:107 scd/app-openpgp.c:3398 tools/gpg-card.c:2948 #, c-format msgid "Reset Code not or not anymore available\n" msgstr "(å†ä¹Ÿ) 沒有é‡è¨ç¢¼\n" @@ -1773,109 +1773,109 @@ msgstr "(å†ä¹Ÿ) 沒有é‡è¨ç¢¼\n" #: g10/card-util.c:1802 g10/keyedit.c:394 g10/keyedit.c:415 g10/keyedit.c:429 #: g10/keygen.c:1991 g10/keygen.c:2165 g10/keygen.c:2385 g10/keygen.c:2685 #: sm/certreqgen-ui.c:166 sm/certreqgen-ui.c:292 sm/certreqgen-ui.c:326 -#: tools/gpg-card.c:509 +#: tools/gpg-card.c:510 msgid "Your selection? " msgstr "ä½ è¦é¸å“ªä¸€å€‹? " -#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:595 -#: tools/gpg-card.c:635 +#: g10/card-util.c:262 g10/card-util.c:313 tools/gpg-card.c:596 +#: tools/gpg-card.c:636 msgid "[not set]" msgstr "[未è¨å®š]" -#: g10/card-util.c:558 tools/gpg-card.c:902 +#: g10/card-util.c:558 tools/gpg-card.c:903 msgid "Mr." msgstr "" -#: g10/card-util.c:559 tools/gpg-card.c:903 +#: g10/card-util.c:559 tools/gpg-card.c:904 msgid "Ms." msgstr "" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 msgid "not forced" msgstr "ä¸å¼·è¿«ä½¿ç”¨" -#: g10/card-util.c:586 tools/gpg-card.c:930 +#: g10/card-util.c:586 tools/gpg-card.c:931 msgid "forced" msgstr "強迫使用" -#: g10/card-util.c:768 tools/gpg-card.c:1467 +#: g10/card-util.c:768 tools/gpg-card.c:1468 msgid "Error: Only plain ASCII is currently allowed.\n" msgstr "錯誤: ç›®å‰ç¥‡å…許使用單純的 ASCII å—符.\n" -#: g10/card-util.c:770 tools/gpg-card.c:1469 +#: g10/card-util.c:770 tools/gpg-card.c:1470 msgid "Error: The \"<\" character may not be used.\n" msgstr "錯誤: ä¸èƒ½ä½¿ç”¨ \"<\" å—符.\n" -#: g10/card-util.c:772 tools/gpg-card.c:1471 +#: g10/card-util.c:772 tools/gpg-card.c:1472 msgid "Error: Double spaces are not allowed.\n" msgstr "錯誤: 並ä¸å…è¨±ä½¿ç”¨é€£çºŒå…©å€‹ä»¥ä¸Šçš„ç©ºæ ¼.\n" -#: g10/card-util.c:789 tools/gpg-card.c:1504 +#: g10/card-util.c:789 tools/gpg-card.c:1505 msgid "Cardholder's surname: " msgstr "å¡ç‰‡æŒæœ‰è€…的姓æ°: " -#: g10/card-util.c:791 tools/gpg-card.c:1505 +#: g10/card-util.c:791 tools/gpg-card.c:1506 msgid "Cardholder's given name: " msgstr "å¡ç‰‡æŒæœ‰è€…çš„åå—: " -#: g10/card-util.c:809 tools/gpg-card.c:1522 +#: g10/card-util.c:809 tools/gpg-card.c:1523 #, c-format msgid "Error: Combined name too long (limit is %d characters).\n" msgstr "錯誤: åˆä½µå¾Œçš„åå—太長 (上é™æ˜¯ %d 個å—符).\n" -#: g10/card-util.c:830 tools/gpg-card.c:1560 +#: g10/card-util.c:830 tools/gpg-card.c:1561 msgid "URL to retrieve public key: " msgstr "å–回公鑰的 URL: " -#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:394 g10/import.c:744 -#: g10/import.c:803 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 -#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1657 -#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:425 +#: g10/card-util.c:926 g10/decrypt-data.c:495 g10/import.c:406 g10/import.c:756 +#: g10/import.c:815 dirmngr/crlcache.c:655 dirmngr/crlcache.c:660 +#: dirmngr/crlcache.c:914 dirmngr/crlcache.c:920 dirmngr/dirmngr.c:1666 +#: tools/gpgconf.c:437 tools/gpgconf.c:483 tools/gpg-card.c:426 #, c-format msgid "error reading '%s': %s\n" msgstr "è®€å– '%s' 時出錯: %s\n" #: g10/card-util.c:959 g10/decrypt-data.c:498 g10/export.c:2496 -#: dirmngr/crlcache.c:925 tools/gpg-card.c:485 tools/gpg-card.c:492 +#: dirmngr/crlcache.c:925 tools/gpg-card.c:486 tools/gpg-card.c:493 #, c-format msgid "error writing '%s': %s\n" msgstr "寫入 '%s' 時出錯: %s\n" -#: g10/card-util.c:986 tools/gpg-card.c:1649 +#: g10/card-util.c:986 tools/gpg-card.c:1650 msgid "Login data (account name): " msgstr "登入資料 (帳號å稱): " -#: g10/card-util.c:1024 tools/gpg-card.c:1944 +#: g10/card-util.c:1024 tools/gpg-card.c:1945 msgid "Private DO data: " msgstr "ç§äººçš„ DO 資料: " -#: g10/card-util.c:1109 tools/gpg-card.c:1698 +#: g10/card-util.c:1109 tools/gpg-card.c:1699 msgid "Language preferences: " msgstr "介é¢èªžè¨€å好è¨å®š: " -#: g10/card-util.c:1117 tools/gpg-card.c:1709 +#: g10/card-util.c:1117 tools/gpg-card.c:1710 #, c-format msgid "Error: invalid length of preference string.\n" msgstr "錯誤: 無效的å好è¨å®šå—串長度\n" -#: g10/card-util.c:1126 tools/gpg-card.c:1718 +#: g10/card-util.c:1126 tools/gpg-card.c:1719 #, c-format msgid "Error: invalid characters in preference string.\n" msgstr "錯誤: å好è¨å®šå—串ä¸å«æœ‰ç„¡æ•ˆçš„å—符\n" -#: g10/card-util.c:1148 tools/gpg-card.c:1752 +#: g10/card-util.c:1148 tools/gpg-card.c:1753 msgid "Salutation (M = Mr., F = Ms., or space): " msgstr "" -#: g10/card-util.c:1162 tools/gpg-card.c:1769 +#: g10/card-util.c:1162 tools/gpg-card.c:1770 msgid "Error: invalid response.\n" msgstr "錯誤: 無效的回應.\n" -#: g10/card-util.c:1185 tools/gpg-card.c:1834 +#: g10/card-util.c:1185 tools/gpg-card.c:1835 msgid "CA fingerprint: " msgstr "憑è‰ä¸å¿ƒ (CA) 指紋: " -#: g10/card-util.c:1209 tools/gpg-card.c:1860 +#: g10/card-util.c:1209 tools/gpg-card.c:1861 #, c-format msgid "Error: invalid formatted fingerprint.\n" msgstr "錯誤: ç„¡æ•ˆçš„æ ¼å¼åŒ–指紋.\n" @@ -1889,7 +1889,7 @@ msgstr "ä¸å¯èƒ½é€²è¡Œé‡‘é‘°æ“作: %s\n" msgid "not an OpenPGP card" msgstr "這ä¸æ˜¯ OpenPGP å¡ç‰‡" -#: g10/card-util.c:1273 g10/keygen.c:4791 g10/keygen.c:5952 +#: g10/card-util.c:1273 g10/keygen.c:4811 g10/keygen.c:5972 #, c-format msgid "error getting current key info: %s\n" msgstr "å–å¾—ç¾ç”¨é‡‘鑰資訊時出錯: %s\n" @@ -1898,7 +1898,7 @@ msgstr "å–å¾—ç¾ç”¨é‡‘鑰資訊時出錯: %s\n" msgid "Replace existing key? (y/N) " msgstr "是å¦è¦å–代既有的金鑰? (y/N) " -#: g10/card-util.c:1375 tools/gpg-card.c:3327 +#: g10/card-util.c:1375 tools/gpg-card.c:3328 #, fuzzy #| msgid "" #| "Note: There is no guarantee that the card supports the requested size.\n" @@ -1997,14 +1997,14 @@ msgid "error getting card info: %s\n" msgstr "å–å¾—ç¾ç”¨é‡‘鑰資訊時出錯: %s\n" #: g10/card-util.c:1591 g10/card-util.c:1936 g10/card-util.c:2112 -#: g10/card-util.c:2171 tools/gpg-card.c:3056 tools/gpg-card.c:3295 -#: tools/gpg-card.c:3353 +#: g10/card-util.c:2171 tools/gpg-card.c:3057 tools/gpg-card.c:3296 +#: tools/gpg-card.c:3354 #, fuzzy, c-format #| msgid "This command is not allowed while in %s mode.\n" msgid "This command is not supported by this card\n" msgstr "在 %s 模å¼ä¸ä¸å…許使用這個指令.\n" -#: g10/card-util.c:1637 tools/gpg-card.c:2425 +#: g10/card-util.c:1637 tools/gpg-card.c:2426 msgid "Make off-card backup of encryption key? (Y/n) " msgstr "是å¦è¦ç‚ºåŠ 密用金鑰建立å¡å¤–備份? (Y/n) " @@ -2013,11 +2013,11 @@ msgstr "是å¦è¦ç‚ºåŠ 密用金鑰建立å¡å¤–備份? (Y/n) " msgid "Note: keys are already stored on the card!\n" msgstr "請注æ„: 金鑰已經å˜æ”¾åœ¨å¡ç‰‡ä¸Šäº†!\n" -#: g10/card-util.c:1654 tools/gpg-card.c:2397 +#: g10/card-util.c:1654 tools/gpg-card.c:2398 msgid "Replace existing keys? (y/N) " msgstr "是å¦è¦å–代既有的金鑰? (y/N) " -#: g10/card-util.c:1666 tools/gpg-card.c:2456 +#: g10/card-util.c:1666 tools/gpg-card.c:2457 #, c-format msgid "" "Please note that the factory settings of the PINs are\n" @@ -2053,19 +2053,19 @@ msgstr "è«‹é¸æ“‡è¦æŠŠé‡‘é‘°å˜æ”¾åœ¨å“ªè£¡:\n" msgid "KEYTOCARD failed: %s\n" msgstr "KEYTOCARD 失敗: %s\n" -#: g10/card-util.c:1941 tools/gpg-card.c:3064 +#: g10/card-util.c:1941 tools/gpg-card.c:3065 #, fuzzy, c-format #| msgid "Note: keys are already stored on the card!\n" msgid "Note: This command destroys all keys stored on the card!\n" msgstr "請注æ„: 金鑰已經å˜æ”¾åœ¨å¡ç‰‡ä¸Šäº†!\n" -#: g10/card-util.c:1944 tools/gpg-card.c:3067 tools/gpg-card.c:3408 +#: g10/card-util.c:1944 tools/gpg-card.c:3068 tools/gpg-card.c:3409 #, fuzzy #| msgid "Continue? (Y/n) " msgid "Continue? (y/N) " msgstr "是å¦ç¹¼çºŒ? (Y/n) " -#: g10/card-util.c:1949 tools/gpg-card.c:3078 +#: g10/card-util.c:1949 tools/gpg-card.c:3079 msgid "Really do a factory reset? (enter \"yes\") " msgstr "" @@ -2081,7 +2081,7 @@ msgstr "關閉 %s 時出錯: %s\n" msgid "error for setup UIF: %s\n" msgstr "關閉 %s 時出錯: %s\n" -#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3648 +#: g10/card-util.c:2212 g10/keyedit.c:1263 tools/gpg-card.c:3649 msgid "quit this menu" msgstr "離開這個é¸å–®" @@ -2089,65 +2089,65 @@ msgstr "離開這個é¸å–®" msgid "show admin commands" msgstr "顯示管ç†è€…指令" -#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3651 +#: g10/card-util.c:2215 g10/keyedit.c:1266 tools/gpg-card.c:3652 msgid "show this help" msgstr "顯示這份線上說明" -#: g10/card-util.c:2217 tools/gpg-card.c:3653 +#: g10/card-util.c:2217 tools/gpg-card.c:3654 msgid "list all available data" msgstr "列出所有å¯ç”¨çš„資料" -#: g10/card-util.c:2220 tools/gpg-card.c:3655 +#: g10/card-util.c:2220 tools/gpg-card.c:3656 msgid "change card holder's name" msgstr "變更å¡ç‰‡æŒæœ‰äººçš„åå—" -#: g10/card-util.c:2221 tools/gpg-card.c:3656 +#: g10/card-util.c:2221 tools/gpg-card.c:3657 msgid "change URL to retrieve key" msgstr "變更å–回金鑰的 URL" -#: g10/card-util.c:2222 tools/gpg-card.c:3657 +#: g10/card-util.c:2222 tools/gpg-card.c:3658 msgid "fetch the key specified in the card URL" msgstr "從å¡ç‰‡ URL å–回指定的金鑰" -#: g10/card-util.c:2223 tools/gpg-card.c:3658 +#: g10/card-util.c:2223 tools/gpg-card.c:3659 msgid "change the login name" msgstr "變更登入å稱" -#: g10/card-util.c:2224 tools/gpg-card.c:3659 +#: g10/card-util.c:2224 tools/gpg-card.c:3660 msgid "change the language preferences" msgstr "變更介é¢èªžè¨€å好è¨å®š" -#: g10/card-util.c:2225 tools/gpg-card.c:3660 +#: g10/card-util.c:2225 tools/gpg-card.c:3661 #, fuzzy #| msgid "change card holder's sex" msgid "change card holder's salutation" msgstr "變更å¡ç‰‡æŒæœ‰è€…的性別" -#: g10/card-util.c:2227 tools/gpg-card.c:3662 +#: g10/card-util.c:2227 tools/gpg-card.c:3663 msgid "change a CA fingerprint" msgstr "變更æŸå€‹æ†‘è‰ä¸å¿ƒ (CA) 的指紋" -#: g10/card-util.c:2228 tools/gpg-card.c:3663 +#: g10/card-util.c:2228 tools/gpg-card.c:3664 msgid "toggle the signature force PIN flag" msgstr "切æ›ç°½ç« 是å¦å¼·åˆ¶ä½¿ç”¨å€‹äººè˜åˆ¥ç¢¼ (PIN) 的旗標" -#: g10/card-util.c:2229 tools/gpg-card.c:3664 +#: g10/card-util.c:2229 tools/gpg-card.c:3665 msgid "generate new keys" msgstr "產生新的金鑰" -#: g10/card-util.c:2230 tools/gpg-card.c:3665 +#: g10/card-util.c:2230 tools/gpg-card.c:3666 msgid "menu to change or unblock the PIN" msgstr "變更或é‡è¨å€‹äººè˜åˆ¥ç¢¼ (PIN) çš„é¸å–®" -#: g10/card-util.c:2231 tools/gpg-card.c:3666 +#: g10/card-util.c:2231 tools/gpg-card.c:3667 msgid "verify the PIN and list all data" msgstr "é©—è‰å€‹äººè˜åˆ¥ç¢¼ (PIN) 並列出所有的資料" -#: g10/card-util.c:2232 tools/gpg-card.c:3667 +#: g10/card-util.c:2232 tools/gpg-card.c:3668 msgid "unblock the PIN using a Reset Code" msgstr "用é‡è¨ç¢¼ä¾†è§£å‡å€‹äººè˜åˆ¥ç¢¼ (PIN)" -#: g10/card-util.c:2233 tools/gpg-card.c:3671 +#: g10/card-util.c:2233 tools/gpg-card.c:3672 msgid "destroy all keys and data" msgstr "" @@ -2163,13 +2163,13 @@ msgstr "|åå—|使用指定åå—åšç‚ºèªè‰ç”¨çš„使用者å稱" msgid "change the key attribute" msgstr "更改主觀信任" -#: g10/card-util.c:2237 tools/gpg-card.c:3673 +#: g10/card-util.c:2237 tools/gpg-card.c:3674 #, fuzzy #| msgid "change the ownertrust" msgid "change the User Interaction Flag" msgstr "更改主觀信任" -#: g10/card-util.c:2361 tools/gpg-card.c:3923 +#: g10/card-util.c:2361 tools/gpg-card.c:3924 msgid "gpg/card> " msgstr "gpg/å¡ç‰‡> " @@ -2185,8 +2185,8 @@ msgstr "å…許使用管ç†è€…指令\n" msgid "Admin commands are not allowed\n" msgstr "未å…許使用管ç†è€…指令\n" -#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3813 -#: tools/gpg-card.c:4071 +#: g10/card-util.c:2546 g10/keyedit.c:2275 tools/gpg-card.c:3814 +#: tools/gpg-card.c:4072 #, c-format msgid "Invalid command (try \"help\")\n" msgstr "無效的指令 (試試看 \"help\")\n" @@ -2196,21 +2196,21 @@ msgstr "無效的指令 (試試看 \"help\")\n" msgid "--output doesn't work for this command\n" msgstr "--output 在這個指令ä¸æ²’有作用\n" -#: g10/decrypt.c:247 g10/gpg.c:5262 g10/keyring.c:399 g10/keyring.c:750 +#: g10/decrypt.c:247 g10/gpg.c:5293 g10/keyring.c:399 g10/keyring.c:750 #, c-format msgid "can't open '%s'\n" msgstr "無法開啟 '%s'\n" #: g10/delkey.c:81 g10/export.c:1934 g10/export.c:2342 g10/export.c:2463 -#: g10/getkey.c:1907 g10/gpg.c:5207 g10/keyedit.c:1450 g10/keyedit.c:2382 -#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1238 +#: g10/getkey.c:1907 g10/gpg.c:5238 g10/keyedit.c:1450 g10/keyedit.c:2382 +#: g10/keyedit.c:2626 g10/keyedit.c:4580 g10/keylist.c:703 g10/keyserver.c:1240 #: g10/revoke.c:230 g10/tofu.c:2168 #, c-format msgid "key \"%s\" not found: %s\n" msgstr "找ä¸åˆ°é‡‘é‘° \"%s\": %s\n" -#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4303 -#: g10/gpg.c:5216 g10/keyedit.c:2354 g10/keyserver.c:1256 g10/revoke.c:236 +#: g10/delkey.c:90 g10/export.c:2002 g10/getkey.c:1915 g10/getkey.c:4330 +#: g10/gpg.c:5247 g10/keyedit.c:2354 g10/keyserver.c:1258 g10/revoke.c:236 #: g10/revoke.c:665 g10/tofu.c:2176 #, c-format msgid "error reading keyblock: %s\n" @@ -2333,15 +2333,15 @@ msgstr "ä½ ä¸è©²å°‡ '%s' 編密演算法用於 %s 模å¼\n" msgid "(use option \"%s\" to override)\n" msgstr "" -#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4052 -#: g10/gpg.c:4099 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1760 +#: g10/encrypt.c:555 g10/encrypt.c:808 g10/decrypt-data.c:261 g10/gpg.c:4083 +#: g10/gpg.c:4130 sm/decrypt.c:742 sm/encrypt.c:691 sm/gpgsm.c:1793 #, fuzzy, c-format #| msgid "you may not use cipher algorithm '%s' while in %s mode\n" msgid "cipher algorithm '%s' may not be used in %s mode\n" msgstr "ä½ ä¸è©²å°‡ '%s' 編密演算法用於 %s 模å¼\n" -#: g10/encrypt.c:564 g10/gpg.c:4064 g10/gpg.c:4111 g10/sig-check.c:155 -#: g10/sign.c:452 sm/gpgsm.c:1770 sm/gpgsm.c:1780 sm/sign.c:596 sm/verify.c:510 +#: g10/encrypt.c:564 g10/gpg.c:4095 g10/gpg.c:4142 g10/sig-check.c:155 +#: g10/sign.c:452 sm/gpgsm.c:1803 sm/gpgsm.c:1813 sm/sign.c:596 sm/verify.c:510 #, fuzzy, c-format #| msgid "you may not use digest algorithm '%s' while in %s mode\n" msgid "digest algorithm '%s' may not be used in %s mode\n" @@ -2438,7 +2438,7 @@ msgstr "" msgid " - skipped" msgstr " - 已跳éŽ" -#: g10/export.c:1333 g10/import.c:2112 g10/openfile.c:202 g10/openfile.c:296 +#: g10/export.c:1333 g10/import.c:2124 g10/openfile.c:202 g10/openfile.c:296 #: g10/sign.c:1110 g10/sign.c:1447 #, c-format msgid "writing to '%s'\n" @@ -2531,291 +2531,291 @@ msgstr "無效的金鑰 %s å¯ä»¥è—‰ç”± --allow-non-selfsigned-uid 而生效\n" msgid "using subkey %s instead of primary key %s\n" msgstr "使用åé‘° %s 來替æ›ä¸»é‘° %s\n" -#: g10/getkey.c:4232 g10/gpg.c:2164 +#: g10/getkey.c:4259 g10/gpg.c:2167 #, fuzzy, c-format #| msgid "invalid argument for option \"%.50s\"\n" msgid "valid values for option '%s':\n" msgstr "é¸é … \"%.50s\" 的引數無效\n" -#: g10/gpg.c:449 sm/gpgsm.c:215 +#: g10/gpg.c:450 sm/gpgsm.c:217 msgid "make a signature" msgstr "å»ºç«‹ç°½ç« " -#: g10/gpg.c:450 +#: g10/gpg.c:451 msgid "make a clear text signature" msgstr "å»ºç«‹æ˜Žæ–‡ç°½ç« " -#: g10/gpg.c:452 sm/gpgsm.c:217 +#: g10/gpg.c:453 sm/gpgsm.c:219 msgid "make a detached signature" msgstr "建立分離å¼ç°½ç« " -#: g10/gpg.c:453 sm/gpgsm.c:218 +#: g10/gpg.c:454 sm/gpgsm.c:220 msgid "encrypt data" msgstr "åŠ å¯†è³‡æ–™" -#: g10/gpg.c:455 +#: g10/gpg.c:456 msgid "encryption only with symmetric cipher" msgstr "僅使用å°ç¨±å¼ç·¨å¯†æ³•ä¾†åŠ 密" -#: g10/gpg.c:457 sm/gpgsm.c:220 +#: g10/gpg.c:458 sm/gpgsm.c:222 msgid "decrypt data (default)" msgstr "資料解密 (é è¨)" -#: g10/gpg.c:459 sm/gpgsm.c:221 +#: g10/gpg.c:460 sm/gpgsm.c:223 msgid "verify a signature" msgstr "é©—è‰ç°½ç« " -#: g10/gpg.c:461 sm/gpgsm.c:222 +#: g10/gpg.c:462 sm/gpgsm.c:224 msgid "list keys" msgstr "列出金鑰" -#: g10/gpg.c:463 +#: g10/gpg.c:464 msgid "list keys and signatures" msgstr "åˆ—å‡ºé‡‘é‘°å’Œç°½ç« " -#: g10/gpg.c:466 +#: g10/gpg.c:467 msgid "list and check key signatures" msgstr "åˆ—å‡ºä¸¦æª¢æŸ¥é‡‘é‘°ç°½ç« " -#: g10/gpg.c:468 sm/gpgsm.c:227 +#: g10/gpg.c:469 sm/gpgsm.c:229 msgid "list keys and fingerprints" msgstr "列出金鑰和指紋" -#: g10/gpg.c:469 sm/gpgsm.c:225 +#: g10/gpg.c:470 sm/gpgsm.c:227 msgid "list secret keys" msgstr "列出ç§é‘°" -#: g10/gpg.c:471 sm/gpgsm.c:228 +#: g10/gpg.c:472 sm/gpgsm.c:230 msgid "generate a new key pair" msgstr "產生新的金鑰å°" -#: g10/gpg.c:474 +#: g10/gpg.c:475 msgid "quickly generate a new key pair" msgstr "快速產生新的金鑰å°" -#: g10/gpg.c:477 +#: g10/gpg.c:478 #, fuzzy #| msgid "quickly generate a new key pair" msgid "quickly add a new user-id" msgstr "快速產生新的金鑰å°" -#: g10/gpg.c:482 +#: g10/gpg.c:483 #, fuzzy #| msgid "quickly generate a new key pair" msgid "quickly revoke a user-id" msgstr "快速產生新的金鑰å°" -#: g10/gpg.c:485 +#: g10/gpg.c:486 #, fuzzy #| msgid "quickly generate a new key pair" msgid "quickly set a new expiration date" msgstr "快速產生新的金鑰å°" -#: g10/gpg.c:488 +#: g10/gpg.c:489 msgid "full featured key pair generation" msgstr "全能金鑰å°ç”Ÿæˆ" -#: g10/gpg.c:491 +#: g10/gpg.c:492 msgid "generate a revocation certificate" msgstr "產生撤銷憑è‰" -#: g10/gpg.c:494 sm/gpgsm.c:231 +#: g10/gpg.c:495 sm/gpgsm.c:233 msgid "remove keys from the public keyring" msgstr "從公鑰鑰匙圈裡移除金鑰" -#: g10/gpg.c:496 +#: g10/gpg.c:497 msgid "remove keys from the secret keyring" msgstr "從ç§é‘°é‘°åŒ™åœˆè£¡ç§»é™¤é‡‘é‘°" -#: g10/gpg.c:498 +#: g10/gpg.c:499 msgid "quickly sign a key" msgstr "快速簽署金鑰" -#: g10/gpg.c:500 +#: g10/gpg.c:501 msgid "quickly sign a key locally" msgstr "快速在本機簽署金鑰" -#: g10/gpg.c:502 +#: g10/gpg.c:503 #, fuzzy #| msgid "quickly generate a new key pair" msgid "quickly revoke a key signature" msgstr "快速產生新的金鑰å°" -#: g10/gpg.c:503 +#: g10/gpg.c:504 msgid "sign a key" msgstr "簽署金鑰" -#: g10/gpg.c:504 +#: g10/gpg.c:505 msgid "sign a key locally" msgstr "僅在本機簽署金鑰" -#: g10/gpg.c:505 +#: g10/gpg.c:506 msgid "sign or edit a key" msgstr "簽署或編輯金鑰" -#: g10/gpg.c:507 sm/gpgsm.c:249 +#: g10/gpg.c:508 sm/gpgsm.c:251 msgid "change a passphrase" msgstr "更改密語" -#: g10/gpg.c:511 +#: g10/gpg.c:512 msgid "export keys" msgstr "匯出金鑰" -#: g10/gpg.c:512 +#: g10/gpg.c:513 msgid "export keys to a keyserver" msgstr "把金鑰匯出至金鑰伺æœå™¨" -#: g10/gpg.c:513 +#: g10/gpg.c:514 msgid "import keys from a keyserver" msgstr "從金鑰伺æœå™¨åŒ¯å…¥é‡‘é‘°" -#: g10/gpg.c:516 +#: g10/gpg.c:517 msgid "search for keys on a keyserver" msgstr "在金鑰伺æœå™¨ä¸Šæœå°‹é‡‘é‘°" -#: g10/gpg.c:518 +#: g10/gpg.c:519 msgid "update all keys from a keyserver" msgstr "從金鑰伺æœå™¨æ›´æ–°æ‰€æœ‰çš„金鑰" -#: g10/gpg.c:526 +#: g10/gpg.c:527 msgid "import/merge keys" msgstr "匯入/åˆä½µé‡‘é‘°" -#: g10/gpg.c:529 +#: g10/gpg.c:530 msgid "print the card status" msgstr "列å°å¡ç‰‡ç‹€æ…‹" -#: g10/gpg.c:530 +#: g10/gpg.c:531 msgid "change data on a card" msgstr "變更å¡ç‰‡ä¸Šçš„資料" -#: g10/gpg.c:532 +#: g10/gpg.c:533 msgid "change a card's PIN" msgstr "變更å¡ç‰‡çš„個人è˜åˆ¥ç¢¼ (PIN)" -#: g10/gpg.c:544 +#: g10/gpg.c:545 msgid "update the trust database" msgstr "更新信任資料庫" -#: g10/gpg.c:554 +#: g10/gpg.c:555 msgid "print message digests" msgstr "å°å‡ºè¨Šæ¯æ‘˜è¦" -#: g10/gpg.c:558 sm/gpgsm.c:244 +#: g10/gpg.c:559 sm/gpgsm.c:246 msgid "run in server mode" msgstr "以伺æœå™¨æ¨¡å¼åŸ·è¡Œ" -#: g10/gpg.c:560 +#: g10/gpg.c:561 msgid "|VALUE|set the TOFU policy for a key" msgstr "" -#: g10/gpg.c:603 +#: g10/gpg.c:604 msgid "|NAME|use NAME as default secret key" msgstr "|åå—|使用指定åå—åšç‚ºé è¨ç§é‘°" -#: g10/gpg.c:605 sm/gpgsm.c:337 +#: g10/gpg.c:606 sm/gpgsm.c:340 msgid "|NAME|encrypt to user ID NAME as well" msgstr "|åå—|ä¹ŸåŠ å¯†çµ¦æŒ‡å®šåå—的使用者 ID" -#: g10/gpg.c:613 +#: g10/gpg.c:614 msgid "|SPEC|set up email aliases" msgstr "|SPEC|è¨å®šé›»å郵件別å" -#: g10/gpg.c:625 +#: g10/gpg.c:626 msgid "use strict OpenPGP behavior" msgstr "使用嚴謹的 OpenPGP 行為" -#: g10/gpg.c:650 kbx/kbxutil.c:91 sm/gpgsm.c:421 tools/gpgconf.c:113 +#: g10/gpg.c:651 kbx/kbxutil.c:91 sm/gpgsm.c:424 tools/gpgconf.c:113 msgid "do not make any changes" msgstr "ä¸è¦åšä»»ä½•æ”¹è®Š" -#: g10/gpg.c:651 +#: g10/gpg.c:652 msgid "prompt before overwriting" msgstr "覆寫å‰å…ˆè©¢å•" -#: g10/gpg.c:700 sm/gpgsm.c:307 +#: g10/gpg.c:701 sm/gpgsm.c:310 #, fuzzy #| msgid "Options controlling the security" msgid "Options controlling the input" msgstr "控制著安全性的é¸é …" -#: g10/gpg.c:718 sm/gpgsm.c:317 +#: g10/gpg.c:719 sm/gpgsm.c:320 #, fuzzy #| msgid "Options controlling the diagnostic output" msgid "Options controlling the output" msgstr "控制著診斷性輸出的é¸é …" -#: g10/gpg.c:720 sm/gpgsm.c:319 +#: g10/gpg.c:721 sm/gpgsm.c:322 msgid "create ascii armored output" msgstr "建立以 ASCII å°è£éŽçš„輸出" -#: g10/gpg.c:724 g10/gpgv.c:82 sm/gpgsm.c:324 +#: g10/gpg.c:725 g10/gpgv.c:82 sm/gpgsm.c:327 msgid "|FILE|write output to FILE" msgstr "|檔案|將輸出寫入至指定檔案" -#: g10/gpg.c:737 +#: g10/gpg.c:738 msgid "use canonical text mode" msgstr "使用標準的文å—模å¼" -#: g10/gpg.c:755 +#: g10/gpg.c:756 msgid "|N|set compress level to N (0 disables)" msgstr "|N|è¨å®šå£“縮ç‰ç´šç‚º N (0 表示ä¸å£“縮)" -#: g10/gpg.c:761 sm/gpgsm.c:354 +#: g10/gpg.c:762 sm/gpgsm.c:357 #, fuzzy #| msgid "Options controlling the interactivity and enforcement" msgid "Options controlling key import and export" msgstr "控制著互動åŠå¼·åˆ¶åŸ·è¡Œçš„é¸é …" -#: g10/gpg.c:764 +#: g10/gpg.c:765 msgid "|MECHANISMS|use MECHANISMS to locate keys by mail address" msgstr "|MECHANISMS|使用 MECHANISMS 機制來從郵件地å€æ‰¾å‡ºé‡‘é‘°" -#: g10/gpg.c:767 +#: g10/gpg.c:768 #, fuzzy #| msgid "import keys from a keyserver" msgid "import missing key from a signature" msgstr "從金鑰伺æœå™¨åŒ¯å…¥é‡‘é‘°" -#: g10/gpg.c:772 +#: g10/gpg.c:773 #, fuzzy #| msgid "list and check key signatures" msgid "include the public key in signatures" msgstr "åˆ—å‡ºä¸¦æª¢æŸ¥é‡‘é‘°ç°½ç« " -#: g10/gpg.c:775 sm/gpgsm.c:357 +#: g10/gpg.c:776 sm/gpgsm.c:360 msgid "disable all access to the dirmngr" msgstr "åœç”¨æ‰€æœ‰çš„ dirmngr å˜å–" -#: g10/gpg.c:787 sm/gpgsm.c:364 +#: g10/gpg.c:788 sm/gpgsm.c:367 #, fuzzy #| msgid "Options controlling the configuration" msgid "Options controlling key listings" msgstr "控制著組態的é¸é …" -#: g10/gpg.c:817 sm/gpgsm.c:329 +#: g10/gpg.c:818 sm/gpgsm.c:332 #, fuzzy #| msgid "list secret keys" msgid "Options to specify keys" msgstr "列出ç§é‘°" -#: g10/gpg.c:819 sm/gpgsm.c:331 +#: g10/gpg.c:820 sm/gpgsm.c:334 msgid "|USER-ID|encrypt for USER-ID" msgstr "|使用者-ID|以指定使用者 ID ä½œç‚ºåŠ å¯†å°è±¡" -#: g10/gpg.c:827 sm/gpgsm.c:333 +#: g10/gpg.c:828 sm/gpgsm.c:336 msgid "|USER-ID|use USER-ID to sign or decrypt" msgstr "|使用者-ID|拿指定使用者 ID 來簽署或解密" -#: g10/gpg.c:875 sm/gpgsm.c:405 +#: g10/gpg.c:876 sm/gpgsm.c:408 msgid "Options for unattended use" msgstr "" -#: g10/gpg.c:894 sm/gpgsm.c:417 dirmngr/dirmngr.c:285 +#: g10/gpg.c:895 sm/gpgsm.c:420 dirmngr/dirmngr.c:286 msgid "Other options" msgstr "" -#: g10/gpg.c:965 sm/gpgsm.c:450 +#: g10/gpg.c:966 sm/gpgsm.c:453 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -2823,7 +2823,7 @@ msgstr "" "@\n" "(è«‹åƒç…§ç·šä¸Šèªªæ˜Žé é¢ä¾†å–得所有命令和é¸é …的完整清單)\n" -#: g10/gpg.c:968 +#: g10/gpg.c:969 #, fuzzy #| msgid "" #| "@\n" @@ -2853,11 +2853,11 @@ msgstr "" " --list-keys [åå—] 顯示金鑰\n" " --fingerprint [åå—] 顯示指紋\n" -#: g10/gpg.c:1153 +#: g10/gpg.c:1154 msgid "Usage: @GPG@ [options] [files] (-h for help)" msgstr "用法: @GPG@ [é¸é …] [檔案] (或用 -h 求助)" -#: g10/gpg.c:1156 +#: g10/gpg.c:1157 msgid "" "Syntax: @GPG@ [options] [files]\n" "Sign, check, encrypt or decrypt\n" @@ -2867,7 +2867,7 @@ msgstr "" "簽署, 檢查, åŠ å¯†, 解密\n" "é è¨çš„æ“作會ä¾è¼¸å…¥è³‡æ–™è€Œå®š\n" -#: g10/gpg.c:1167 sm/gpgsm.c:633 +#: g10/gpg.c:1168 sm/gpgsm.c:636 msgid "" "\n" "Supported algorithms:\n" @@ -2875,562 +2875,562 @@ msgstr "" "\n" "已支æ´çš„演算法:\n" -#: g10/gpg.c:1170 +#: g10/gpg.c:1171 msgid "Pubkey: " msgstr "公鑰: " -#: g10/gpg.c:1177 g10/keyedit.c:3316 +#: g10/gpg.c:1178 g10/keyedit.c:3316 msgid "Cipher: " msgstr "編密法: " -#: g10/gpg.c:1191 +#: g10/gpg.c:1192 msgid "Hash: " msgstr "雜湊: " -#: g10/gpg.c:1198 g10/keyedit.c:3382 +#: g10/gpg.c:1199 g10/keyedit.c:3382 msgid "Compression: " msgstr "壓縮: " -#: g10/gpg.c:1273 sm/gpgsm.c:707 +#: g10/gpg.c:1274 sm/gpgsm.c:710 #, c-format msgid "usage: %s [options] %s\n" msgstr "用法: %s [é¸é …] %s\n" -#: g10/gpg.c:1466 sm/gpgsm.c:800 +#: g10/gpg.c:1467 sm/gpgsm.c:803 #, c-format msgid "conflicting commands\n" msgstr "指令彼æ¤çŸ›ç›¾\n" -#: g10/gpg.c:1484 +#: g10/gpg.c:1485 #, c-format msgid "no = sign found in group definition '%s'\n" msgstr "在群組定義 '%s' 裡找ä¸åˆ° = 記號\n" -#: g10/gpg.c:1682 +#: g10/gpg.c:1683 #, c-format msgid "WARNING: unsafe ownership on homedir '%s'\n" msgstr "è¦å‘Š: 家目錄 '%s' 的所有權並ä¸å®‰å…¨\n" -#: g10/gpg.c:1685 +#: g10/gpg.c:1686 #, c-format msgid "WARNING: unsafe ownership on configuration file '%s'\n" msgstr "è¦å‘Š: 組態檔案 '%s' 的所有權並ä¸å®‰å…¨\n" -#: g10/gpg.c:1688 +#: g10/gpg.c:1689 #, c-format msgid "WARNING: unsafe ownership on extension '%s'\n" msgstr "è¦å‘Š: 延伸模組 '%s' 的所有權並ä¸å®‰å…¨\n" -#: g10/gpg.c:1694 +#: g10/gpg.c:1695 #, c-format msgid "WARNING: unsafe permissions on homedir '%s'\n" msgstr "è¦å‘Š: 家目錄 '%s' 的權é™ä¸¦ä¸å®‰å…¨\n" -#: g10/gpg.c:1697 +#: g10/gpg.c:1698 #, c-format msgid "WARNING: unsafe permissions on configuration file '%s'\n" msgstr "è¦å‘Š: 組態檔案 '%s' 的權é™ä¸¦ä¸å®‰å…¨\n" -#: g10/gpg.c:1700 +#: g10/gpg.c:1701 #, c-format msgid "WARNING: unsafe permissions on extension '%s'\n" msgstr "è¦å‘Š: 延伸模組 '%s' 的權é™ä¸¦ä¸å®‰å…¨\n" -#: g10/gpg.c:1706 +#: g10/gpg.c:1707 #, c-format msgid "WARNING: unsafe enclosing directory ownership on homedir '%s'\n" msgstr "è¦å‘Š: 家目錄 '%s' çš„å°å…¥ç›®éŒ„所有權並ä¸å®‰å…¨\n" -#: g10/gpg.c:1709 +#: g10/gpg.c:1710 #, c-format msgid "" "WARNING: unsafe enclosing directory ownership on configuration file '%s'\n" msgstr "è¦å‘Š: 組態檔案 '%s' çš„å°å…¥ç›®éŒ„所有權並ä¸å®‰å…¨\n" -#: g10/gpg.c:1712 +#: g10/gpg.c:1713 #, c-format msgid "WARNING: unsafe enclosing directory ownership on extension '%s'\n" msgstr "è¦å‘Š: 延伸模組 '%s' çš„å°å…¥ç›®éŒ„所有權並ä¸å®‰å…¨\n" -#: g10/gpg.c:1718 +#: g10/gpg.c:1719 #, c-format msgid "WARNING: unsafe enclosing directory permissions on homedir '%s'\n" msgstr "è¦å‘Š: 家目錄 '%s' çš„å°å…¥ç›®éŒ„權é™ä¸¦ä¸å®‰å…¨\n" -#: g10/gpg.c:1721 +#: g10/gpg.c:1722 #, c-format msgid "" "WARNING: unsafe enclosing directory permissions on configuration file '%s'\n" msgstr "è¦å‘Š: 組態檔案 '%s' çš„å°å…¥ç›®éŒ„權é™ä¸¦ä¸å®‰å…¨\n" -#: g10/gpg.c:1724 +#: g10/gpg.c:1725 #, c-format msgid "WARNING: unsafe enclosing directory permissions on extension '%s'\n" msgstr "è¦å‘Š: 延伸模組 '%s' çš„å°å…¥ç›®éŒ„權é™ä¸¦ä¸å®‰å…¨\n" -#: g10/gpg.c:1940 +#: g10/gpg.c:1941 #, c-format msgid "unknown configuration item '%s'\n" msgstr "æœªçŸ¥çš„çµ„æ…‹é …ç›® '%s'\n" -#: g10/gpg.c:2034 +#: g10/gpg.c:2037 msgid "display photo IDs during key listings" msgstr "列出金鑰時顯示照片 ID" -#: g10/gpg.c:2036 +#: g10/gpg.c:2039 msgid "show key usage information during key listings" msgstr "列出金鑰時顯示金鑰用途資訊" -#: g10/gpg.c:2038 +#: g10/gpg.c:2041 msgid "show policy URLs during signature listings" msgstr "åˆ—å‡ºç°½ç« æ™‚é¡¯ç¤ºåŽŸå‰‡ URL" -#: g10/gpg.c:2040 +#: g10/gpg.c:2043 msgid "show all notations during signature listings" msgstr "åˆ—å‡ºç°½ç« æ™‚é¡¯ç¤ºæ‰€æœ‰çš„è¨»è¨˜" -#: g10/gpg.c:2042 +#: g10/gpg.c:2045 msgid "show IETF standard notations during signature listings" msgstr "åˆ—å‡ºç°½ç« æ™‚é¡¯ç¤º IETF 標準註記" -#: g10/gpg.c:2046 +#: g10/gpg.c:2049 msgid "show user-supplied notations during signature listings" msgstr "åˆ—å‡ºç°½ç« æ™‚é¡¯ç¤ºä½¿ç”¨è€…æ供的註記" -#: g10/gpg.c:2048 +#: g10/gpg.c:2051 msgid "show preferred keyserver URLs during signature listings" msgstr "åˆ—å‡ºç°½ç« æ™‚é¡¯ç¤ºå好的金鑰伺æœå™¨ URL" -#: g10/gpg.c:2050 +#: g10/gpg.c:2053 msgid "show user ID validity during key listings" msgstr "列出金鑰時顯示使用者 ID 有效性" -#: g10/gpg.c:2052 +#: g10/gpg.c:2055 msgid "show revoked and expired user IDs in key listings" msgstr "列出金鑰時顯示已撤銷或éŽæœŸçš„使用者 ID" -#: g10/gpg.c:2054 +#: g10/gpg.c:2057 msgid "show revoked and expired subkeys in key listings" msgstr "列出金鑰時顯示已撤銷或éŽæœŸçš„åé‘°" -#: g10/gpg.c:2056 +#: g10/gpg.c:2059 msgid "show the keyring name in key listings" msgstr "在金鑰清單ä¸é¡¯ç¤ºé‘°åŒ™åœˆå稱" -#: g10/gpg.c:2058 +#: g10/gpg.c:2061 msgid "show expiration dates during signature listings" msgstr "åˆ—å‡ºç°½ç« æ™‚é¡¯ç¤ºæœ‰æ•ˆæœŸé™" -#: g10/gpg.c:2175 +#: g10/gpg.c:2178 #, fuzzy, c-format #| msgid "unknown option '%s'\n" msgid "unknown TOFU policy '%s'\n" msgstr "未知的é¸é … '%s'\n" -#: g10/gpg.c:2177 +#: g10/gpg.c:2180 #, c-format msgid "(use \"help\" to list choices)\n" msgstr "" -#: g10/gpg.c:2972 g10/gpg.c:3797 g10/gpg.c:3809 +#: g10/gpg.c:2975 g10/gpg.c:3828 g10/gpg.c:3840 #, c-format msgid "Note: %s is not for normal use!\n" msgstr "請注æ„: 一般情æ³ä¸‹ä¸æŽ¡ç”¨ %s!\n" -#: g10/gpg.c:3148 g10/gpg.c:3160 +#: g10/gpg.c:3151 g10/gpg.c:3163 #, c-format msgid "'%s' is not a valid signature expiration\n" msgstr "'%s' ä¸æ˜¯æœ‰æ•ˆçš„ç°½ç« ä½¿ç”¨æœŸé™\n" -#: g10/gpg.c:3182 +#: g10/gpg.c:3185 #, fuzzy, c-format #| msgid "line %d: not a valid email address\n" msgid "\"%s\" is not a proper mail address\n" msgstr "第 %d 列: ä¸æ˜¯æœ‰æ•ˆçš„é›»å郵件地å€\n" -#: g10/gpg.c:3214 sm/gpgsm.c:1265 +#: g10/gpg.c:3217 sm/gpgsm.c:1270 #, c-format msgid "invalid pinentry mode '%s'\n" msgstr "無效的個人è˜åˆ¥ç¢¼é …ç›®æ¨¡å¼ '%s'\n" -#: g10/gpg.c:3220 sm/gpgsm.c:1271 +#: g10/gpg.c:3223 sm/gpgsm.c:1276 #, fuzzy, c-format #| msgid "invalid argument for option \"%.50s\"\n" msgid "invalid request origin '%s'\n" msgstr "é¸é … \"%.50s\" 的引數無效\n" -#: g10/gpg.c:3277 +#: g10/gpg.c:3280 #, c-format msgid "'%s' is not a valid character set\n" msgstr "'%s' ä¸æ˜¯æœ‰æ•ˆçš„å—元集\n" -#: g10/gpg.c:3299 g10/gpg.c:3508 g10/keyedit.c:5319 +#: g10/gpg.c:3302 g10/gpg.c:3511 g10/keyedit.c:5319 #, c-format msgid "could not parse keyserver URL\n" msgstr "無法剖æžé‡‘鑰伺æœå™¨ URL\n" -#: g10/gpg.c:3317 +#: g10/gpg.c:3320 #, c-format msgid "%s:%d: invalid keyserver options\n" msgstr "%s:%d: 無效的金鑰伺æœå™¨é¸é …\n" -#: g10/gpg.c:3320 +#: g10/gpg.c:3323 #, c-format msgid "invalid keyserver options\n" msgstr "無效的金鑰伺æœå™¨é¸é …\n" -#: g10/gpg.c:3327 +#: g10/gpg.c:3330 #, c-format msgid "%s:%d: invalid import options\n" msgstr "%s:%d: 無效的匯入é¸é …\n" -#: g10/gpg.c:3330 +#: g10/gpg.c:3333 #, c-format msgid "invalid import options\n" msgstr "無效的匯入é¸é …\n" -#: g10/gpg.c:3336 g10/gpg.c:3351 +#: g10/gpg.c:3339 g10/gpg.c:3354 #, fuzzy, c-format #| msgid "invalid list options\n" msgid "invalid filter option: %s\n" msgstr "無效的清單é¸é …\n" -#: g10/gpg.c:3342 +#: g10/gpg.c:3345 #, c-format msgid "%s:%d: invalid export options\n" msgstr "%s:%d: 無效的匯出é¸é …\n" -#: g10/gpg.c:3345 +#: g10/gpg.c:3348 #, c-format msgid "invalid export options\n" msgstr "無效的匯出é¸é …\n" -#: g10/gpg.c:3357 +#: g10/gpg.c:3360 #, c-format msgid "%s:%d: invalid list options\n" msgstr "%s:%d: 無效的清單é¸é …\n" -#: g10/gpg.c:3360 +#: g10/gpg.c:3363 #, c-format msgid "invalid list options\n" msgstr "無效的清單é¸é …\n" -#: g10/gpg.c:3368 +#: g10/gpg.c:3371 msgid "display photo IDs during signature verification" msgstr "é©—è‰ç°½ç« 時顯示照片 ID" -#: g10/gpg.c:3370 +#: g10/gpg.c:3373 msgid "show policy URLs during signature verification" msgstr "é©—è‰ç°½ç« 時顯示原則 URL" -#: g10/gpg.c:3372 +#: g10/gpg.c:3375 msgid "show all notations during signature verification" msgstr "é©—è‰ç°½ç« 時顯示所有的註記" -#: g10/gpg.c:3374 +#: g10/gpg.c:3377 msgid "show IETF standard notations during signature verification" msgstr "é©—è‰ç°½ç« 時顯示 IETF 標準註記" -#: g10/gpg.c:3378 +#: g10/gpg.c:3381 msgid "show user-supplied notations during signature verification" msgstr "é©—è‰ç°½ç« 時顯示使用者æ供的註記" -#: g10/gpg.c:3380 +#: g10/gpg.c:3383 msgid "show preferred keyserver URLs during signature verification" msgstr "é©—è‰ç°½ç« 時顯示å好的金鑰伺æœå™¨ URL" -#: g10/gpg.c:3382 +#: g10/gpg.c:3385 msgid "show user ID validity during signature verification" msgstr "é©—è‰ç°½ç« 時顯示使用者 ID 有效性" -#: g10/gpg.c:3384 +#: g10/gpg.c:3387 msgid "show revoked and expired user IDs in signature verification" msgstr "é©—è‰ç°½ç« 時顯示已撤銷或éŽæœŸçš„使用者 ID" -#: g10/gpg.c:3386 +#: g10/gpg.c:3389 msgid "show only the primary user ID in signature verification" msgstr "é©—è‰ç°½ç« 時祇顯示主è¦çš„使用者 ID" -#: g10/gpg.c:3393 +#: g10/gpg.c:3396 #, c-format msgid "%s:%d: invalid verify options\n" msgstr "%s:%d: 無效的驗è‰é¸é …\n" -#: g10/gpg.c:3396 +#: g10/gpg.c:3399 #, c-format msgid "invalid verify options\n" msgstr "無效的驗è‰é¸é …\n" -#: g10/gpg.c:3403 +#: g10/gpg.c:3406 #, c-format msgid "unable to set exec-path to %s\n" msgstr "無法把執行檔路徑è¨æˆ %s\n" -#: g10/gpg.c:3610 +#: g10/gpg.c:3613 #, c-format msgid "%s:%d: invalid auto-key-locate list\n" msgstr "%s:%d: 無效的自動金鑰定å€æ¸…å–®\n" -#: g10/gpg.c:3613 +#: g10/gpg.c:3616 #, c-format msgid "invalid auto-key-locate list\n" msgstr "無效的自動金鑰定å€æ¸…å–®\n" -#: g10/gpg.c:3622 +#: g10/gpg.c:3625 #, c-format msgid "invalid argument for option \"%.50s\"\n" msgstr "é¸é … \"%.50s\" 的引數無效\n" -#: g10/gpg.c:3776 sm/gpgsm.c:1642 +#: g10/gpg.c:3807 sm/gpgsm.c:1675 #, c-format msgid "WARNING: program may create a core file!\n" msgstr "è¦å‘Š: 程å¼å¯èƒ½æœƒå‚¾å°å‡ºæ ¸å¿ƒæª”!\n" -#: g10/gpg.c:3790 +#: g10/gpg.c:3821 #, c-format msgid "WARNING: %s overrides %s\n" msgstr "è¦å‘Š: %s 會推翻 %s\n" -#: g10/gpg.c:3799 +#: g10/gpg.c:3830 #, c-format msgid "%s not allowed with %s!\n" msgstr "%s ä¸å…許跟 %s 併用!\n" -#: g10/gpg.c:3802 +#: g10/gpg.c:3833 #, c-format msgid "%s makes no sense with %s!\n" msgstr "%s è·Ÿ %s 放在一起沒有æ„義!\n" -#: g10/gpg.c:3817 sm/gpgsm.c:1663 dirmngr/dirmngr.c:1114 +#: g10/gpg.c:3848 sm/gpgsm.c:1696 dirmngr/dirmngr.c:1123 #, c-format msgid "WARNING: running with faked system time: " msgstr "è¦å‘Š: æ£åœ¨å½é€ 的系統時間ä¸åŸ·è¡Œ: " -#: g10/gpg.c:3838 +#: g10/gpg.c:3869 #, c-format msgid "will not run with insecure memory due to %s\n" msgstr "å› ç‚º %s 而ä¸æœƒåœ¨ä¸å®‰å…¨çš„記憶體ä¸åŸ·è¡Œ\n" -#: g10/gpg.c:3866 g10/gpg.c:3897 sm/gpgsm.c:1730 +#: g10/gpg.c:3897 g10/gpg.c:3928 sm/gpgsm.c:1763 #, c-format msgid "selected cipher algorithm is invalid\n" msgstr "所é¸çš„編密演算法無效\n" -#: g10/gpg.c:3873 +#: g10/gpg.c:3904 #, fuzzy, c-format #| msgid "selected digest algorithm is invalid\n" msgid "selected AEAD algorithm is invalid\n" msgstr "所é¸çš„摘è¦æ¼”算法無效\n" -#: g10/gpg.c:3885 +#: g10/gpg.c:3916 #, c-format msgid "selected compression algorithm is invalid\n" msgstr "所é¸çš„壓縮演算法無效\n" -#: g10/gpg.c:3891 +#: g10/gpg.c:3922 #, c-format msgid "selected certification digest algorithm is invalid\n" msgstr "所é¸çš„憑è‰æ‘˜è¦æ¼”算法無效\n" -#: g10/gpg.c:3906 +#: g10/gpg.c:3937 #, c-format msgid "completes-needed must be greater than 0\n" msgstr "completes-needed 一定è¦å¤§æ–¼ 0\n" -#: g10/gpg.c:3908 +#: g10/gpg.c:3939 #, c-format msgid "marginals-needed must be greater than 1\n" msgstr "marginals-needed 一定è¦å¤§æ–¼ 1\n" -#: g10/gpg.c:3910 +#: g10/gpg.c:3941 #, c-format msgid "max-cert-depth must be in the range from 1 to 255\n" msgstr "max-cert-depth 一定è¦ä»‹æ–¼ 1 å’Œ 255 之間\n" -#: g10/gpg.c:3912 +#: g10/gpg.c:3943 #, c-format msgid "invalid default-cert-level; must be 0, 1, 2, or 3\n" msgstr "無效的 default-cert-level; 一定è¦æ˜¯ 0, 1, 2 或 3\n" -#: g10/gpg.c:3914 +#: g10/gpg.c:3945 #, c-format msgid "invalid min-cert-level; must be 1, 2, or 3\n" msgstr "無效的 min-cert-level; 一定è¦æ˜¯ 1, 2 或 3\n" -#: g10/gpg.c:3918 +#: g10/gpg.c:3949 #, c-format msgid "Note: simple S2K mode (0) is strongly discouraged\n" msgstr "請注æ„: 強烈ä¸å»ºè°ä½¿ç”¨å–®ç´” S2K æ¨¡å¼ (0)\n" -#: g10/gpg.c:3922 +#: g10/gpg.c:3953 #, c-format msgid "invalid S2K mode; must be 0, 1 or 3\n" msgstr "無效的 S2K 模å¼; 一定è¦æ˜¯ 0, 1 或 3\n" -#: g10/gpg.c:3929 +#: g10/gpg.c:3960 #, c-format msgid "invalid default preferences\n" msgstr "無效的é è¨å好\n" -#: g10/gpg.c:3933 +#: g10/gpg.c:3964 #, c-format msgid "invalid personal cipher preferences\n" msgstr "無效的個人編密法å好\n" -#: g10/gpg.c:3936 +#: g10/gpg.c:3967 #, fuzzy, c-format #| msgid "invalid personal cipher preferences\n" msgid "invalid personal AEAD preferences\n" msgstr "無效的個人編密法å好\n" -#: g10/gpg.c:3940 +#: g10/gpg.c:3971 #, c-format msgid "invalid personal digest preferences\n" msgstr "無效的個人摘è¦å好\n" -#: g10/gpg.c:3944 +#: g10/gpg.c:3975 #, c-format msgid "invalid personal compress preferences\n" msgstr "無效的個人壓縮å好\n" -#: g10/gpg.c:3953 g10/gpg.c:3958 +#: g10/gpg.c:3984 g10/gpg.c:3989 #, fuzzy, c-format #| msgid "keysize invalid; using %u bits\n" msgid "chunk size invalid - using %d\n" msgstr "金鑰尺寸無效; 改用 %u ä½å…ƒ\n" -#: g10/gpg.c:3995 +#: g10/gpg.c:4026 #, c-format msgid "%s does not yet work with %s\n" msgstr "%s 還沒辦法跟 %s 一起é‹ä½œ\n" -#: g10/gpg.c:4058 +#: g10/gpg.c:4089 #, fuzzy, c-format #| msgid "you may not use cipher algorithm '%s' while in %s mode\n" msgid "AEAD algorithm '%s' may not be used in %s mode\n" msgstr "ä½ ä¸è©²å°‡ '%s' 編密演算法用於 %s 模å¼\n" -#: g10/gpg.c:4070 +#: g10/gpg.c:4101 #, fuzzy, c-format #| msgid "you may not use compression algorithm '%s' while in %s mode\n" msgid "compression algorithm '%s' may not be used in %s mode\n" msgstr "ä½ ä¸è©²å°‡ '%s' 壓縮演算法用於 %s 模å¼\n" -#: g10/gpg.c:4225 +#: g10/gpg.c:4256 #, c-format msgid "failed to initialize the TrustDB: %s\n" msgstr "信任資料庫啟始失敗: %s\n" -#: g10/gpg.c:4237 +#: g10/gpg.c:4268 #, c-format msgid "WARNING: recipients (-r) given without using public key encryption\n" msgstr "è¦å‘Š: 給定的收件者 (-r) æœªä½¿ç”¨å…¬é‘°åŠ å¯†\n" -#: g10/gpg.c:4309 +#: g10/gpg.c:4340 #, c-format msgid "symmetric encryption of '%s' failed: %s\n" msgstr "'%s' å°ç¨±å¼åŠ 密失敗: %s\n" -#: g10/gpg.c:4338 +#: g10/gpg.c:4369 #, c-format msgid "you cannot use --symmetric --encrypt with --s2k-mode 0\n" msgstr "ä½ ä¸èƒ½åœ¨ --s2k-mode 0 ä¸ä½¿ç”¨ --symmetric --encrypt\n" -#: g10/gpg.c:4341 +#: g10/gpg.c:4372 #, fuzzy, c-format #| msgid "you cannot use --symmetric --encrypt while in %s mode\n" msgid "you cannot use --symmetric --encrypt in %s mode\n" msgstr "ä½ ä¸èƒ½åœ¨ %s 模å¼ä¸ä½¿ç”¨ --symmetric --encrypt\n" -#: g10/gpg.c:4399 +#: g10/gpg.c:4430 #, c-format msgid "you cannot use --symmetric --sign --encrypt with --s2k-mode 0\n" msgstr "ä½ ä¸èƒ½åœ¨ --s2k-mode 0 ä¸ä½¿ç”¨ --symmetric --sign --encrypt\n" -#: g10/gpg.c:4402 +#: g10/gpg.c:4433 #, fuzzy, c-format #| msgid "you cannot use --symmetric --sign --encrypt while in %s mode\n" msgid "you cannot use --symmetric --sign --encrypt in %s mode\n" msgstr "ä½ ä¸èƒ½åœ¨ %s 模å¼ä¸ä½¿ç”¨ --symmetric --sign --encrypt\n" -#: g10/gpg.c:4790 g10/keyserver.c:1858 +#: g10/gpg.c:4821 g10/keyserver.c:1870 #, c-format msgid "keyserver send failed: %s\n" msgstr "é€è‡³é‡‘鑰伺æœå™¨å¤±æ•—: %s\n" -#: g10/gpg.c:4795 +#: g10/gpg.c:4826 #, c-format msgid "keyserver receive failed: %s\n" msgstr "從金鑰伺æœå™¨æŽ¥æ”¶å¤±æ•—: %s\n" -#: g10/gpg.c:4801 +#: g10/gpg.c:4832 #, c-format msgid "key export failed: %s\n" msgstr "金鑰匯出失敗: %s\n" -#: g10/gpg.c:4814 +#: g10/gpg.c:4845 #, fuzzy, c-format #| msgid "key export failed: %s\n" msgid "export as ssh key failed: %s\n" msgstr "金鑰匯出失敗: %s\n" -#: g10/gpg.c:4826 +#: g10/gpg.c:4857 #, c-format msgid "keyserver search failed: %s\n" msgstr "用金鑰伺æœå™¨æœå°‹å¤±æ•—: %s\n" -#: g10/gpg.c:4839 +#: g10/gpg.c:4870 #, c-format msgid "keyserver refresh failed: %s\n" msgstr "從金鑰伺æœå™¨æ›´æ–°å¤±æ•—: %s\n" -#: g10/gpg.c:4906 +#: g10/gpg.c:4937 #, c-format msgid "dearmoring failed: %s\n" msgstr "解開å°è£å¤±æ•—: %s\n" -#: g10/gpg.c:4917 +#: g10/gpg.c:4948 #, c-format msgid "enarmoring failed: %s\n" msgstr "進行å°è£å¤±æ•—: %s\n" -#: g10/gpg.c:5022 +#: g10/gpg.c:5053 #, c-format msgid "invalid hash algorithm '%s'\n" msgstr "無效的雜湊演算法 '%s'\n" -#: g10/gpg.c:5174 g10/tofu.c:2156 +#: g10/gpg.c:5205 g10/tofu.c:2156 #, fuzzy, c-format #| msgid "error loading certificate '%s': %s\n" msgid "error parsing key specification '%s': %s\n" msgstr "è¼‰å…¥æ†‘è‰ '%s' 時出錯: %s\n" -#: g10/gpg.c:5185 +#: g10/gpg.c:5216 #, c-format msgid "'%s' does not appear to be a valid key ID, fingerprint or keygrip\n" msgstr "" -#: g10/gpg.c:5241 +#: g10/gpg.c:5272 #, c-format msgid "WARNING: no command supplied. Trying to guess what you mean ...\n" msgstr "" -#: g10/gpg.c:5252 +#: g10/gpg.c:5283 #, c-format msgid "Go ahead and type your message ...\n" msgstr "è«‹é–‹å§‹è¼¸å…¥ä½ çš„è¨Šæ¯ ...\n" -#: g10/gpg.c:5599 +#: g10/gpg.c:5630 #, c-format msgid "the given certification policy URL is invalid\n" msgstr "給定的的憑è‰åŽŸå‰‡ URL 無效\n" -#: g10/gpg.c:5601 +#: g10/gpg.c:5632 #, c-format msgid "the given signature policy URL is invalid\n" msgstr "çµ¦å®šçš„ç°½ç« åŽŸå‰‡ URL 無效\n" -#: g10/gpg.c:5634 +#: g10/gpg.c:5665 #, c-format msgid "the given preferred keyserver URL is invalid\n" msgstr "給定的å好金鑰伺æœå™¨ URL 無效\n" @@ -3443,7 +3443,7 @@ msgstr "|檔案|從指定鑰匙圈檔案裡å–用金鑰" msgid "make timestamp conflicts only a warning" msgstr "僅把時間戳å°çŸ›ç›¾è¦–為è¦å‘Š" -#: g10/gpgv.c:86 sm/gpgsm.c:411 tools/gpgconf.c:116 tools/gpg-card.c:94 +#: g10/gpgv.c:86 sm/gpgsm.c:414 tools/gpgconf.c:116 tools/gpg-card.c:95 msgid "|FD|write status info to this FD" msgstr "|檔案æè¿°|把狀態資訊寫入æ¤æŒ‡å®šæª”案æè¿°" @@ -3540,270 +3540,270 @@ msgstr "å‡è¨è¼¸å…¥çš„æ˜¯äºŒé€²åˆ¶æ ¼å¼" msgid "repair keys on import" msgstr "顯示金鑰指紋" -#: g10/import.c:387 g10/import.c:709 +#: g10/import.c:399 g10/import.c:721 #, c-format msgid "skipping block of type %d\n" msgstr "æ£åœ¨è·³éŽ %d åž‹æ…‹çš„å€å¡Š\n" -#: g10/import.c:726 +#: g10/import.c:738 #, c-format msgid "%lu keys processed so far\n" msgstr "ç›®å‰å·²è™•ç† %lu 把金鑰\n" -#: g10/import.c:819 +#: g10/import.c:831 #, c-format msgid "Total number processed: %lu\n" msgstr "處ç†ç¸½é‡: %lu\n" -#: g10/import.c:822 +#: g10/import.c:834 #, fuzzy, c-format #| msgid " skipped new keys: %lu\n" msgid " skipped PGP-2 keys: %lu\n" msgstr " 已跳éŽçš„新金鑰: %lu\n" -#: g10/import.c:824 +#: g10/import.c:836 #, c-format msgid " skipped new keys: %lu\n" msgstr " 已跳éŽçš„新金鑰: %lu\n" -#: g10/import.c:827 +#: g10/import.c:839 #, c-format msgid " w/o user IDs: %lu\n" msgstr " 沒有使用者的 ID: %lu\n" -#: g10/import.c:830 sm/import.c:129 +#: g10/import.c:842 sm/import.c:129 #, c-format msgid " imported: %lu" msgstr " 已匯入: %lu" -#: g10/import.c:834 sm/import.c:133 +#: g10/import.c:846 sm/import.c:133 #, c-format msgid " unchanged: %lu\n" msgstr " 未改變的: %lu\n" -#: g10/import.c:836 +#: g10/import.c:848 #, c-format msgid " new user IDs: %lu\n" msgstr " 新的使用者 ID: %lu\n" -#: g10/import.c:838 +#: g10/import.c:850 #, c-format msgid " new subkeys: %lu\n" msgstr " æ–°çš„åé‘°: %lu\n" -#: g10/import.c:840 +#: g10/import.c:852 #, c-format msgid " new signatures: %lu\n" msgstr " æ–°çš„ç°½ç« : %lu\n" -#: g10/import.c:842 +#: g10/import.c:854 #, c-format msgid " new key revocations: %lu\n" msgstr " 新的金鑰撤銷: %lu\n" -#: g10/import.c:844 sm/import.c:135 +#: g10/import.c:856 sm/import.c:135 #, c-format msgid " secret keys read: %lu\n" msgstr " 已讀å–çš„ç§é‘°: %lu\n" -#: g10/import.c:846 sm/import.c:137 +#: g10/import.c:858 sm/import.c:137 #, c-format msgid " secret keys imported: %lu\n" msgstr " 已匯入的ç§é‘°: %lu\n" -#: g10/import.c:848 sm/import.c:139 +#: g10/import.c:860 sm/import.c:139 #, c-format msgid " secret keys unchanged: %lu\n" msgstr " 未改變的ç§é‘°: %lu\n" -#: g10/import.c:850 sm/import.c:141 +#: g10/import.c:862 sm/import.c:141 #, c-format msgid " not imported: %lu\n" msgstr " 未被匯入: %lu\n" -#: g10/import.c:852 +#: g10/import.c:864 #, c-format msgid " signatures cleaned: %lu\n" msgstr " å·²æ¸…é™¤çš„ç°½ç« : %lu\n" -#: g10/import.c:854 +#: g10/import.c:866 #, c-format msgid " user IDs cleaned: %lu\n" msgstr " 已清除的使用者 ID: %lu\n" -#: g10/import.c:1279 +#: g10/import.c:1291 #, c-format msgid "" "WARNING: key %s contains preferences for unavailable\n" "algorithms on these user IDs:\n" msgstr "è¦å‘Š: 金鑰 %s çš„å好è¨å®šå«æœ‰é€™äº›ä½¿ç”¨è€… ID 無法使用的演算法:\n" -#: g10/import.c:1321 +#: g10/import.c:1333 #, c-format msgid " \"%s\": preference for cipher algorithm %s\n" msgstr " \"%s\": 編密演算法 %s çš„å好è¨å®š\n" -#: g10/import.c:1339 +#: g10/import.c:1351 #, fuzzy, c-format #| msgid " \"%s\": preference for cipher algorithm %s\n" msgid " \"%s\": preference for AEAD algorithm %s\n" msgstr " \"%s\": 編密演算法 %s çš„å好è¨å®š\n" -#: g10/import.c:1354 +#: g10/import.c:1366 #, c-format msgid " \"%s\": preference for digest algorithm %s\n" msgstr " \"%s\": 摘è¦æ¼”算法 %s çš„å好è¨å®š\n" -#: g10/import.c:1366 +#: g10/import.c:1378 #, c-format msgid " \"%s\": preference for compression algorithm %s\n" msgstr " \"%s\": 壓縮演算法 %s çš„å好è¨å®š\n" -#: g10/import.c:1379 +#: g10/import.c:1391 #, c-format msgid "it is strongly suggested that you update your preferences and\n" msgstr "我們強烈建è°ä½ æ›´æ–°å好è¨å®š, 並é‡æ–°\n" -#: g10/import.c:1381 +#: g10/import.c:1393 #, c-format msgid "re-distribute this key to avoid potential algorithm mismatch problems\n" msgstr "散佈æ¤é‡‘é‘°, 以é¿å…潛在的演算法ä¸ä¸€è‡´å•é¡Œ.\n" -#: g10/import.c:1406 +#: g10/import.c:1418 #, c-format msgid "you can update your preferences with: gpg --edit-key %s updpref save\n" msgstr "ä½ å¯ä»¥åƒé€™æ¨£ä¾†æ›´æ–°å好è¨å®š: gpg --edit-key %s updpref save\n" -#: g10/import.c:1920 g10/import.c:3041 +#: g10/import.c:1932 g10/import.c:3053 #, c-format msgid "key %s: no user ID\n" msgstr "金鑰 %s: 沒有使用者 ID\n" -#: g10/import.c:1926 +#: g10/import.c:1938 #, c-format msgid "key %s: %s\n" msgstr "金鑰 %s: %s\n" -#: g10/import.c:1927 g10/import.c:3013 +#: g10/import.c:1939 g10/import.c:3025 msgid "rejected by import screener" msgstr "é到匯入篩é¸ç¨‹å¼é§å›ž" -#: g10/import.c:1976 +#: g10/import.c:1988 #, c-format msgid "key %s: PKS subkey corruption repaired\n" msgstr "金鑰 %s: PKS å鑰的訛誤已被修復\n" -#: g10/import.c:1997 +#: g10/import.c:2009 #, c-format msgid "key %s: accepted non self-signed user ID \"%s\"\n" msgstr "金鑰 %s: 已接å—éžè‡ªæˆ‘簽署的使用者 ID \"%s\"\n" -#: g10/import.c:2008 g10/import.c:2039 +#: g10/import.c:2020 g10/import.c:2051 #, c-format msgid "key %s: no valid user IDs\n" msgstr "金鑰 %s: 沒有有效的使用者 ID\n" -#: g10/import.c:2010 +#: g10/import.c:2022 #, c-format msgid "this may be caused by a missing self-signature\n" msgstr "這å¯èƒ½è‚‡å› æ–¼éºå¤±è‡ªæˆ‘ç°½ç« æ‰€è‡´\n" -#: g10/import.c:2089 g10/import.c:3427 +#: g10/import.c:2101 g10/import.c:3439 #, c-format msgid "key %s: public key not found: %s\n" msgstr "金鑰 %s: 找ä¸åˆ°å…¬é‘°: %s\n" -#: g10/import.c:2095 +#: g10/import.c:2107 #, c-format msgid "key %s: new key - skipped\n" msgstr "金鑰 %s: 新的金鑰 - 已跳éŽ\n" -#: g10/import.c:2107 +#: g10/import.c:2119 #, c-format msgid "no writable keyring found: %s\n" msgstr "找ä¸åˆ°å¯å¯«å…¥çš„鑰匙圈: %s\n" -#: g10/import.c:2139 g10/import.c:2241 g10/import.c:3502 +#: g10/import.c:2151 g10/import.c:2253 g10/import.c:3514 #, c-format msgid "error writing keyring '%s': %s\n" msgstr "寫入鑰匙圈 '%s' 時出錯: %s\n" -#: g10/import.c:2162 +#: g10/import.c:2174 #, c-format msgid "key %s: public key \"%s\" imported\n" msgstr "金鑰 %s: 公鑰 \"%s\" 已匯入\n" -#: g10/import.c:2189 +#: g10/import.c:2201 #, c-format msgid "key %s: doesn't match our copy\n" msgstr "金鑰 %s: 跟我們的副本ä¸å»åˆ\n" -#: g10/import.c:2257 +#: g10/import.c:2269 #, c-format msgid "key %s: \"%s\" 1 new user ID\n" msgstr "金鑰 %s: \"%s\" 1 個新的使用者 ID\n" -#: g10/import.c:2260 +#: g10/import.c:2272 #, c-format msgid "key %s: \"%s\" %d new user IDs\n" msgstr "金鑰 %s: \"%s\" %d 個新的使用者 ID\n" -#: g10/import.c:2263 +#: g10/import.c:2275 #, c-format msgid "key %s: \"%s\" 1 new signature\n" msgstr "金鑰 %s: \"%s\" 1 ä»½æ–°çš„ç°½ç« \n" -#: g10/import.c:2266 +#: g10/import.c:2278 #, c-format msgid "key %s: \"%s\" %d new signatures\n" msgstr "金鑰 %s: \"%s\" %d ä»½æ–°çš„ç°½ç« \n" -#: g10/import.c:2269 +#: g10/import.c:2281 #, c-format msgid "key %s: \"%s\" 1 new subkey\n" msgstr "金鑰 %s: \"%s\" 1 把新的åé‘°\n" -#: g10/import.c:2272 +#: g10/import.c:2284 #, c-format msgid "key %s: \"%s\" %d new subkeys\n" msgstr "金鑰 %s: \"%s\" %d 把新的åé‘°\n" -#: g10/import.c:2275 +#: g10/import.c:2287 #, c-format msgid "key %s: \"%s\" %d signature cleaned\n" msgstr "金鑰 %s: \"%s\" 已清除 %d ä»½ç°½ç« \n" -#: g10/import.c:2278 +#: g10/import.c:2290 #, c-format msgid "key %s: \"%s\" %d signatures cleaned\n" msgstr "金鑰 %s: \"%s\" 已清除 %d ä»½ç°½ç« \n" -#: g10/import.c:2281 +#: g10/import.c:2293 #, c-format msgid "key %s: \"%s\" %d user ID cleaned\n" msgstr "金鑰 %s: \"%s\" 已清除 %d 個使用者 ID\n" -#: g10/import.c:2284 +#: g10/import.c:2296 #, c-format msgid "key %s: \"%s\" %d user IDs cleaned\n" msgstr "金鑰 %s: \"%s\" 已清除 %d 個使用者 ID\n" -#: g10/import.c:2320 +#: g10/import.c:2332 #, c-format msgid "key %s: \"%s\" not changed\n" msgstr "金鑰 %s: \"%s\" 未改變\n" -#: g10/import.c:2680 g10/import.c:2875 +#: g10/import.c:2692 g10/import.c:2887 #, c-format msgid "key %s: secret key imported\n" msgstr "金鑰 %s: ç§é‘°å·²åŒ¯å…¥\n" -#: g10/import.c:2688 +#: g10/import.c:2700 #, c-format msgid "key %s: secret key already exists\n" msgstr "金鑰 %s: ç§é‘°å·²å˜åœ¨\n" -#: g10/import.c:2696 +#: g10/import.c:2708 #, c-format msgid "key %s: error sending to agent: %s\n" msgstr "金鑰 %s: é€è‡³ä»£ç†ç¨‹å¼æ™‚出錯: %s\n" @@ -3816,142 +3816,142 @@ msgstr "金鑰 %s: é€è‡³ä»£ç†ç¨‹å¼æ™‚出錯: %s\n" #. * Instead, user should be suggested to run 'gpg --card-status', #. * then, references to a card will be automatically created #. * again. -#: g10/import.c:2865 +#: g10/import.c:2877 #, c-format msgid "To migrate '%s', with each smartcard, run: %s\n" msgstr "" -#: g10/import.c:3012 +#: g10/import.c:3024 #, c-format msgid "secret key %s: %s\n" msgstr "ç§é‘° %s: %s\n" -#: g10/import.c:3033 g10/import.c:3072 +#: g10/import.c:3045 g10/import.c:3084 #, c-format msgid "importing secret keys not allowed\n" msgstr "未å…許匯入ç§é‘°\n" -#: g10/import.c:3060 +#: g10/import.c:3072 #, c-format msgid "key %s: secret key with invalid cipher %d - skipped\n" msgstr "金鑰 %s: ç§é‘°ä½¿ç”¨äº†ç„¡æ•ˆçš„ %d 編密法 - 已跳éŽ\n" -#: g10/import.c:3222 g10/pkclist.c:75 g10/revoke.c:774 +#: g10/import.c:3234 g10/pkclist.c:75 g10/revoke.c:774 msgid "No reason specified" msgstr "æœªæŒ‡å®šåŽŸå› " -#: g10/import.c:3223 g10/pkclist.c:77 g10/revoke.c:776 +#: g10/import.c:3235 g10/pkclist.c:77 g10/revoke.c:776 msgid "Key is superseded" msgstr "金鑰被代æ›äº†" -#: g10/import.c:3224 g10/pkclist.c:79 g10/revoke.c:775 +#: g10/import.c:3236 g10/pkclist.c:79 g10/revoke.c:775 msgid "Key has been compromised" msgstr "金鑰已經被洩æ¼äº†" -#: g10/import.c:3225 g10/pkclist.c:81 g10/revoke.c:777 +#: g10/import.c:3237 g10/pkclist.c:81 g10/revoke.c:777 msgid "Key is no longer used" msgstr "金鑰ä¸å†è¢«ä½¿ç”¨äº†" -#: g10/import.c:3226 g10/pkclist.c:83 g10/revoke.c:778 +#: g10/import.c:3238 g10/pkclist.c:83 g10/revoke.c:778 msgid "User ID is no longer valid" msgstr "使用者 ID ä¸å†æœ‰æ•ˆäº†" -#: g10/import.c:3351 g10/keylist.c:1105 g10/pkclist.c:87 +#: g10/import.c:3363 g10/keylist.c:1105 g10/pkclist.c:87 #, c-format msgid "reason for revocation: " msgstr "æ’¤éŠ·åŽŸå› : " -#: g10/import.c:3370 g10/keylist.c:1124 g10/pkclist.c:103 +#: g10/import.c:3382 g10/keylist.c:1124 g10/pkclist.c:103 #, c-format msgid "revocation comment: " msgstr "撤銷註釋: " -#: g10/import.c:3420 +#: g10/import.c:3432 #, c-format msgid "key %s: no public key - can't apply revocation certificate\n" msgstr "金鑰 %s: 沒有公鑰 - 無法套用撤銷憑è‰\n" -#: g10/import.c:3449 +#: g10/import.c:3461 #, c-format msgid "key %s: can't locate original keyblock: %s\n" msgstr "金鑰 %s: 無法定å€åŽŸå§‹çš„金鑰å€å¡Š: %s\n" -#: g10/import.c:3456 +#: g10/import.c:3468 #, c-format msgid "key %s: can't read original keyblock: %s\n" msgstr "金鑰 %s: 無法讀å–原始的金鑰å€å¡Š: %s\n" -#: g10/import.c:3476 +#: g10/import.c:3488 #, c-format msgid "key %s: invalid revocation certificate: %s - rejected\n" msgstr "金鑰 %s: 無效的撤銷憑è‰: %s - å·²é§å›ž\n" -#: g10/import.c:3511 +#: g10/import.c:3523 #, c-format msgid "key %s: \"%s\" revocation certificate imported\n" msgstr "金鑰 %s: \"%s\" 撤銷憑è‰å·²åŒ¯å…¥\n" -#: g10/import.c:3597 +#: g10/import.c:3609 #, c-format msgid "key %s: no user ID for signature\n" msgstr "金鑰 %s: ç°½ç« æ²’æœ‰ä½¿ç”¨è€… ID\n" -#: g10/import.c:3614 +#: g10/import.c:3626 #, c-format msgid "key %s: unsupported public key algorithm on user ID \"%s\"\n" msgstr "金鑰 %s: 使用者 ID \"%s\" 用了未支æ´çš„公鑰演算法\n" -#: g10/import.c:3616 +#: g10/import.c:3628 #, c-format msgid "key %s: invalid self-signature on user ID \"%s\"\n" msgstr "金鑰 %s: 使用者 ID \"%s\" çš„è‡ªæˆ‘ç°½ç« ç„¡æ•ˆ\n" -#: g10/import.c:3633 g10/import.c:3661 g10/import.c:3717 +#: g10/import.c:3645 g10/import.c:3673 g10/import.c:3729 #, c-format msgid "key %s: unsupported public key algorithm\n" msgstr "金鑰 %s: 未支æ´çš„公鑰演算法\n" -#: g10/import.c:3634 +#: g10/import.c:3646 #, c-format msgid "key %s: invalid direct key signature\n" msgstr "金鑰 %s: ç„¡æ•ˆçš„ç›´æŽ¥é‡‘é‘°ç°½ç« \n" -#: g10/import.c:3648 +#: g10/import.c:3660 #, c-format msgid "key %s: no subkey for key binding\n" msgstr "金鑰 %s: 沒有å¯ä¾›é™„帶的åé‘°\n" -#: g10/import.c:3663 +#: g10/import.c:3675 #, c-format msgid "key %s: invalid subkey binding\n" msgstr "金鑰 %s: 無效的附帶åé‘°\n" -#: g10/import.c:3682 +#: g10/import.c:3694 #, c-format msgid "key %s: removed multiple subkey binding\n" msgstr "金鑰 %s: 多é‡é™„帶å鑰已移除\n" -#: g10/import.c:3706 +#: g10/import.c:3718 #, c-format msgid "key %s: no subkey for key revocation\n" msgstr "金鑰 %s: 沒有åé‘°å¯ä¾›é‡‘鑰撤銷\n" -#: g10/import.c:3719 +#: g10/import.c:3731 #, c-format msgid "key %s: invalid subkey revocation\n" msgstr "金鑰 %s: 無效的å鑰撤銷\n" -#: g10/import.c:3734 +#: g10/import.c:3746 #, c-format msgid "key %s: removed multiple subkey revocation\n" msgstr "金鑰 %s: 多é‡å鑰撤銷已移除\n" -#: g10/import.c:3778 +#: g10/import.c:3790 #, c-format msgid "key %s: skipped user ID \"%s\"\n" msgstr "金鑰 %s: 使用者 ID \"%s\" 已跳éŽ\n" -#: g10/import.c:3805 +#: g10/import.c:3817 #, c-format msgid "key %s: skipped subkey\n" msgstr "金鑰 %s: å鑰已跳éŽ\n" @@ -3960,58 +3960,58 @@ msgstr "金鑰 %s: å鑰已跳éŽ\n" # * to import non-exportable signature when we have the # * the secret key used to create this signature - it # * seems that this makes sense -#: g10/import.c:3837 +#: g10/import.c:3849 #, c-format msgid "key %s: non exportable signature (class 0x%02X) - skipped\n" msgstr "金鑰 %s: ä¸å¯åŒ¯å‡ºçš„ç°½ç« (ç‰ç´š 0x%02X) - 已跳éŽ\n" -#: g10/import.c:3848 +#: g10/import.c:3860 #, c-format msgid "key %s: revocation certificate at wrong place - skipped\n" msgstr "金鑰 %s: 撤銷憑è‰åœ¨éŒ¯èª¤çš„地方 - 已跳éŽ\n" -#: g10/import.c:3866 +#: g10/import.c:3878 #, c-format msgid "key %s: invalid revocation certificate: %s - skipped\n" msgstr "金鑰 %s: 無效的撤銷憑è‰: %s - 已跳éŽ\n" -#: g10/import.c:3880 +#: g10/import.c:3892 #, c-format msgid "key %s: subkey signature in wrong place - skipped\n" msgstr "金鑰 %s: åé‘°ç°½ç« åœ¨éŒ¯èª¤çš„åœ°æ–¹ - 已跳éŽ\n" -#: g10/import.c:3888 +#: g10/import.c:3900 #, c-format msgid "key %s: unexpected signature class (0x%02X) - skipped\n" msgstr "金鑰 %s: éžé æœŸçš„ç°½ç« ç‰ç´š (0x%02X) - 已跳éŽ\n" -#: g10/import.c:4061 +#: g10/import.c:4073 #, c-format msgid "key %s: duplicated user ID detected - merged\n" msgstr "金鑰 %s: åµæ¸¬åˆ°é‡è¤‡çš„使用者 ID - å·²åˆä½µ\n" -#: g10/import.c:4168 +#: g10/import.c:4180 #, fuzzy, c-format #| msgid "key %s: duplicated user ID detected - merged\n" msgid "key %s: duplicated subkeys detected - merged\n" msgstr "金鑰 %s: åµæ¸¬åˆ°é‡è¤‡çš„使用者 ID - å·²åˆä½µ\n" -#: g10/import.c:4233 +#: g10/import.c:4245 #, c-format msgid "WARNING: key %s may be revoked: fetching revocation key %s\n" msgstr "è¦å‘Š: 金鑰 %s å¯èƒ½è¢«æ’¤éŠ·äº†: æ£åœ¨å–回撤銷金鑰 %s\n" -#: g10/import.c:4249 +#: g10/import.c:4261 #, c-format msgid "WARNING: key %s may be revoked: revocation key %s not present.\n" msgstr "è¦å‘Š: 金鑰 %s å¯èƒ½è¢«æ’¤éŠ·äº†: 撤銷金鑰 %s 未出ç¾.\n" -#: g10/import.c:4315 +#: g10/import.c:4327 #, c-format msgid "key %s: \"%s\" revocation certificate added\n" msgstr "金鑰 %s: 已新增 \"%s\" 撤銷憑è‰\n" -#: g10/import.c:4353 +#: g10/import.c:4365 #, c-format msgid "key %s: direct key signature added\n" msgstr "金鑰 %s: å·²æ–°å¢žç›´æŽ¥é‡‘é‘°ç°½ç« \n" @@ -4842,12 +4842,12 @@ msgstr "" "除éžä½ é‡æ–°åŸ·è¡Œç¨‹å¼.\n" #: g10/keyedit.c:4016 g10/keyedit.c:4447 g10/keyserver.c:535 -#: g10/mainproc.c:2277 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 +#: g10/mainproc.c:2280 g10/tofu.c:1787 g10/trust.c:437 dirmngr/ocsp.c:791 msgid "revoked" msgstr "已撤銷" #: g10/keyedit.c:4018 g10/keyedit.c:4449 g10/keyserver.c:539 -#: g10/mainproc.c:2279 g10/tofu.c:1792 g10/trust.c:124 +#: g10/mainproc.c:2282 g10/tofu.c:1792 g10/trust.c:124 msgid "expired" msgstr "å·²éŽæœŸ" @@ -5392,7 +5392,7 @@ msgstr " (%d) å¡ç‰‡ä¸Šç¾å˜çš„金鑰\n" msgid "Enter the keygrip: " msgstr "請輸入金鑰鑰柄: " -#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2279 +#: g10/keygen.c:2267 sm/certreqgen-ui.c:211 tools/gpg-card.c:2280 #, c-format msgid "Not a valid keygrip (expecting 40 hex digits)\n" msgstr "ä¸æ˜¯æœ‰æ•ˆçš„金鑰鑰柄 (應該è¦æ˜¯ 40 ä½åå…進制數值)\n" @@ -5401,13 +5401,13 @@ msgstr "ä¸æ˜¯æœ‰æ•ˆçš„金鑰鑰柄 (應該è¦æ˜¯ 40 ä½åå…進制數值)\n" msgid "No key with this keygrip\n" msgstr "沒有金鑰有æ¤é‡‘鑰鑰柄\n" -#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3437 g10/keygen.c:3448 +#: g10/keygen.c:2288 g10/keygen.c:2298 g10/keygen.c:3440 g10/keygen.c:3451 #: sm/certreqgen-ui.c:231 sm/certreqgen-ui.c:240 #, c-format msgid "error reading the card: %s\n" msgstr "讀å–å¡ç‰‡æ™‚出錯: %s\n" -#: g10/keygen.c:2292 g10/keygen.c:3441 sm/certreqgen-ui.c:234 +#: g10/keygen.c:2292 g10/keygen.c:3444 sm/certreqgen-ui.c:234 #, c-format msgid "Serial number of the card: %s\n" msgstr "å¡ç‰‡åºè™Ÿ: %s\n" @@ -5647,13 +5647,18 @@ msgstr "" "(åƒæ˜¯æ•²æ‰“éµç›¤, ç§»å‹•æ»‘é¼ , 讀寫硬碟之類的)\n" "這會讓隨機數å—產生器有更多的機會ç²å¾—å¤ å¤šçš„äº‚æ•¸.\n" -#: g10/keygen.c:4570 g10/keygen.c:4643 g10/keygen.c:4661 g10/keygen.c:4690 -#: g10/keygen.c:5066 g10/keygen.c:5612 g10/keygen.c:5923 g10/keygen.c:6030 +#: g10/keygen.c:3591 +#, c-format +msgid "WARNING: v4 is specified, but overridden by v5.\n" +msgstr "" + +#: g10/keygen.c:4590 g10/keygen.c:4663 g10/keygen.c:4681 g10/keygen.c:4710 +#: g10/keygen.c:5086 g10/keygen.c:5632 g10/keygen.c:5943 g10/keygen.c:6050 #, c-format msgid "Key generation failed: %s\n" msgstr "產生金鑰失敗: %s\n" -#: g10/keygen.c:4579 +#: g10/keygen.c:4599 #, c-format msgid "" "About to create a key for:\n" @@ -5664,64 +5669,64 @@ msgstr "" " \"%s\"\n" "\n" -#: g10/keygen.c:4581 +#: g10/keygen.c:4601 msgid "Continue? (Y/n) " msgstr "是å¦ç¹¼çºŒ? (Y/n) " -#: g10/keygen.c:4602 +#: g10/keygen.c:4622 #, c-format msgid "A key for \"%s\" already exists\n" msgstr "\"%s\" 的金鑰已å˜åœ¨\n" -#: g10/keygen.c:4607 +#: g10/keygen.c:4627 msgid "Create anyway? (y/N) " msgstr "無論如何還是è¦å»ºç«‹å—Ž? (y/N) " -#: g10/keygen.c:4613 +#: g10/keygen.c:4633 #, c-format msgid "creating anyway\n" msgstr "總之還是在建立\n" -#: g10/keygen.c:5049 +#: g10/keygen.c:5069 #, c-format msgid "Note: Use \"%s %s\" for a full featured key generation dialog.\n" msgstr "請注æ„: 如需全能金鑰產生å°è©±æ¡†è«‹ç”¨ \"%s %s\".\n" -#: g10/keygen.c:5098 +#: g10/keygen.c:5118 #, c-format msgid "Key generation canceled.\n" msgstr "金鑰產生已å–消.\n" -#: g10/keygen.c:5158 +#: g10/keygen.c:5178 #, c-format msgid "can't create backup file '%s': %s\n" msgstr "無法建立備份檔案 '%s': %s\n" -#: g10/keygen.c:5178 +#: g10/keygen.c:5198 #, c-format msgid "Note: backup of card key saved to '%s'\n" msgstr "請注æ„: å¡ç‰‡é‡‘鑰的備份已儲å˜è‡³ '%s'\n" -#: g10/keygen.c:5339 g10/keygen.c:5541 +#: g10/keygen.c:5359 g10/keygen.c:5561 #, c-format msgid "writing public key to '%s'\n" msgstr "æ£åœ¨å¯«å…¥å…¬é‘°è‡³ '%s'\n" -#: g10/keygen.c:5535 +#: g10/keygen.c:5555 #, c-format msgid "no writable public keyring found: %s\n" msgstr "找ä¸åˆ°å¯å¯«å…¥çš„公鑰鑰匙圈: %s\n" -#: g10/keygen.c:5549 +#: g10/keygen.c:5569 #, c-format msgid "error writing public keyring '%s': %s\n" msgstr "寫入公鑰鑰匙圈 '%s' 時出錯: %s\n" -#: g10/keygen.c:5583 +#: g10/keygen.c:5603 msgid "public and secret key created and signed.\n" msgstr "公鑰和ç§é‘°å·²å»ºç«‹åŠç°½ç½².\n" -#: g10/keygen.c:5599 +#: g10/keygen.c:5619 msgid "" "Note that this key cannot be used for encryption. You may want to use\n" "the command \"--edit-key\" to generate a subkey for this purpose.\n" @@ -5729,34 +5734,34 @@ msgstr "" "請注æ„這把金鑰ä¸èƒ½ç”¨æ–¼åŠ 密. ä¹Ÿè¨±ä½ æœƒæƒ³è—‰ç”± \"--edit-key\" 指令\n" "ä¾†ç”¢ç”ŸåŠ å¯†ç”¨çš„åé‘°.\n" -#: g10/keygen.c:5781 g10/keygen.c:5980 +#: g10/keygen.c:5801 g10/keygen.c:6000 #, c-format msgid "" "key has been created %lu second in future (time warp or clock problem)\n" msgstr "金鑰已經在 %lu 秒後的未來製妥 (å¯èƒ½æ˜¯å› 為時光旅行或時é˜çš„å•é¡Œ)\n" -#: g10/keygen.c:5783 g10/keygen.c:5982 +#: g10/keygen.c:5803 g10/keygen.c:6002 #, c-format msgid "" "key has been created %lu seconds in future (time warp or clock problem)\n" msgstr "金鑰已經在 %lu 秒後的未來製妥 (å¯èƒ½æ˜¯å› 為時光旅行或時é˜çš„å•é¡Œ)\n" -#: g10/keygen.c:5794 g10/keygen.c:5993 +#: g10/keygen.c:5814 g10/keygen.c:6013 #, c-format msgid "Note: creating subkeys for v3 keys is not OpenPGP compliant\n" msgstr "請注æ„: å° v3 é‡‘é‘°è£½é€ åé‘°ä¸ç¬¦åˆ OpenPGP è¦ç¯„\n" -#: g10/keygen.c:5806 g10/keygen.c:5808 +#: g10/keygen.c:5826 g10/keygen.c:5828 #, c-format msgid "Secret parts of primary key are not available.\n" msgstr "主鑰的ç§é‘°éƒ¨åˆ†ç„¡æ³•å–用.\n" -#: g10/keygen.c:5815 g10/keygen.c:5817 +#: g10/keygen.c:5835 g10/keygen.c:5837 #, c-format msgid "Secret parts of primary key are stored on-card.\n" msgstr "主鑰的ç§é‘°éƒ¨åˆ†å˜æ”¾æ–¼å¡ä¸Š.\n" -#: g10/keygen.c:5837 g10/keygen.c:6007 +#: g10/keygen.c:5857 g10/keygen.c:6027 msgid "Really create? (y/N) " msgstr "真的è¦å»ºç«‹å—Ž? (y/N) " @@ -5909,60 +5914,60 @@ msgstr "無效的金鑰伺æœå™¨å”定 (我們用 %d!=ç¶“æ‰‹ç¨‹å¼ %d)\n" msgid "\"%s\" not a key ID: skipping\n" msgstr "\"%s\" 並éžé‡‘é‘° ID: è·³éŽä¸\n" -#: g10/keyserver.c:1418 g10/keyserver.c:1451 +#: g10/keyserver.c:1420 g10/keyserver.c:1453 #, fuzzy, c-format #| msgid "refreshing %d keys from %s\n" msgid "refreshing %d key from %s\n" msgid_plural "refreshing %d keys from %s\n" msgstr[0] "æ›´æ–° %d ä»½é‡‘é‘°ä¸ (從 %s )\n" -#: g10/keyserver.c:1425 +#: g10/keyserver.c:1427 #, c-format msgid "WARNING: unable to refresh key %s via %s: %s\n" msgstr "è¦å‘Š: 無法更新金鑰 %s æ–¼ %s: %s\n" -#: g10/keyserver.c:1529 +#: g10/keyserver.c:1531 #, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "在金鑰伺æœå™¨ä¸Šæ‰¾ä¸åˆ°é‡‘é‘° \"%s\"\n" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1534 #, c-format msgid "key not found on keyserver\n" msgstr "在金鑰伺æœå™¨ä¸Šæ‰¾ä¸åˆ°é‡‘é‘°\n" -#: g10/keyserver.c:1720 +#: g10/keyserver.c:1722 #, c-format msgid "requesting key %s from %s server %s\n" msgstr "æ£åœ¨è«‹æ±‚金鑰 %s 自 %s 伺æœå™¨ %s\n" -#: g10/keyserver.c:1724 +#: g10/keyserver.c:1726 #, c-format msgid "requesting key %s from %s\n" msgstr "æ£åœ¨è«‹æ±‚金鑰 %s 自 %s\n" -#: g10/keyserver.c:1829 g10/keyserver.c:2008 +#: g10/keyserver.c:1841 g10/keyserver.c:2020 #, fuzzy, c-format #| msgid "invalid keyserver options\n" msgid "no keyserver known\n" msgstr "無效的金鑰伺æœå™¨é¸é …\n" -#: g10/keyserver.c:1844 g10/skclist.c:213 g10/skclist.c:241 +#: g10/keyserver.c:1856 g10/skclist.c:213 g10/skclist.c:241 #, c-format msgid "skipped \"%s\": %s\n" msgstr "å·²è·³éŽ \"%s\": %s\n" -#: g10/keyserver.c:1848 +#: g10/keyserver.c:1860 #, c-format msgid "sending key %s to %s\n" msgstr "éžé€é‡‘é‘° %s 至 %s\n" -#: g10/keyserver.c:1889 +#: g10/keyserver.c:1901 #, c-format msgid "requesting key from '%s'\n" msgstr "æ£åœ¨å‘ '%s' 請求金鑰\n" -#: g10/keyserver.c:1905 +#: g10/keyserver.c:1917 #, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "è¦å‘Š: ç„¡æ³•æŠ“å– URI %s: %s\n" @@ -6154,84 +6159,84 @@ msgstr " äº¦å³ \"%s\"" msgid "Key available at: " msgstr "å¯ç”¨çš„金鑰於: " -#: g10/mainproc.c:2033 +#: g10/mainproc.c:2034 #, c-format msgid "Note: Use '%s' to make use of this info\n" msgstr "" -#: g10/mainproc.c:2231 +#: g10/mainproc.c:2234 msgid "[uncertain]" msgstr "[ ä¸ç¢ºå®š ]" -#: g10/mainproc.c:2269 +#: g10/mainproc.c:2272 #, c-format msgid " aka \"%s\"" msgstr " äº¦å³ \"%s\"" -#: g10/mainproc.c:2344 +#: g10/mainproc.c:2347 #, fuzzy, c-format #| msgid "WARNING: This key is not certified with a trusted signature!\n" msgid "WARNING: This key is not suitable for signing in %s mode\n" msgstr "è¦å‘Š: 這把金鑰並éžä»¥å—ä¿¡ä»»çš„ç°½ç« æ‰€èªè‰!\n" -#: g10/mainproc.c:2360 +#: g10/mainproc.c:2363 #, c-format msgid "Signature expired %s\n" msgstr "這份簽署已經在 %s éŽæœŸäº†\n" -#: g10/mainproc.c:2365 +#: g10/mainproc.c:2368 #, c-format msgid "Signature expires %s\n" msgstr "這份簽署將在 %s 到期\n" -#: g10/mainproc.c:2376 +#: g10/mainproc.c:2379 #, c-format msgid "%s signature, digest algorithm %s%s%s\n" msgstr "%s ç°½ç« , 摘è¦æ¼”算法 %s%s%s\n" -#: g10/mainproc.c:2377 +#: g10/mainproc.c:2380 msgid "binary" msgstr "二進制" -#: g10/mainproc.c:2378 +#: g10/mainproc.c:2381 msgid "textmode" msgstr "æ–‡å—模å¼" -#: g10/mainproc.c:2378 g10/trust.c:123 dirmngr/ocsp.c:792 +#: g10/mainproc.c:2381 g10/trust.c:123 dirmngr/ocsp.c:792 msgid "unknown" msgstr "未知" -#: g10/mainproc.c:2380 +#: g10/mainproc.c:2383 msgid ", key algorithm " msgstr ", 金鑰演算法 " -#: g10/mainproc.c:2415 +#: g10/mainproc.c:2418 #, c-format msgid "WARNING: not a detached signature; file '%s' was NOT verified!\n" msgstr "" -#: g10/mainproc.c:2454 +#: g10/mainproc.c:2457 #, c-format msgid "Can't check signature: %s\n" msgstr "ç„¡æ³•æª¢æŸ¥ç°½ç« : %s\n" -#: g10/mainproc.c:2550 g10/mainproc.c:2569 g10/mainproc.c:2693 +#: g10/mainproc.c:2553 g10/mainproc.c:2572 g10/mainproc.c:2696 #, c-format msgid "not a detached signature\n" msgstr "ä¸æ˜¯ä¸€ä»½åˆ†é›¢çš„ç°½ç« \n" -#: g10/mainproc.c:2603 +#: g10/mainproc.c:2606 #, c-format msgid "" "WARNING: multiple signatures detected. Only the first will be checked.\n" msgstr "è¦å‘Š: åµæ¸¬åˆ°å¤šé‡ç°½ç« . ç¥‡æœ‰ç¬¬ä¸€å€‹ç°½ç« çº”æœƒè¢«æ ¸é¸.\n" -#: g10/mainproc.c:2612 +#: g10/mainproc.c:2615 #, c-format msgid "standalone signature of class 0x%02x\n" msgstr "ç‰ç´š 0x%02x çš„ç¨ç«‹ç°½ç« \n" -#: g10/mainproc.c:2697 +#: g10/mainproc.c:2700 #, c-format msgid "old style (PGP 2.x) signature\n" msgstr "舊型 (PGP 2.x) ç°½ç« \n" @@ -8105,7 +8110,7 @@ msgstr "" #. TRANSLATORS: Put a \x1f right before a colon. This can be #. * used by pinentry to nicely align the names and values. Keep #. * the %s at the start and end of the string. -#: scd/app-piv.c:1770 scd/app-p15.c:4741 scd/app-nks.c:1475 +#: scd/app-piv.c:1770 scd/app-p15.c:4937 scd/app-nks.c:1530 #: scd/app-openpgp.c:2386 #, c-format msgid "%sNumber: %s%%0AHolder: %s%s" @@ -8113,7 +8118,7 @@ msgstr "" #. TRANSLATORS: This is the number of remaining attempts to #. * enter a PIN. Use %%0A (double-percent,0A) for a linefeed. -#: scd/app-piv.c:1787 scd/app-p15.c:4760 scd/app-nks.c:1494 +#: scd/app-piv.c:1787 scd/app-p15.c:4956 scd/app-nks.c:1549 #: scd/app-openpgp.c:2402 #, c-format msgid "Remaining attempts: %d" @@ -8155,7 +8160,7 @@ msgstr "|A|請輸入管ç†è€… PIN" msgid "||Please enter the Unblocking Key of your PIV card" msgstr "|P|請輸入標準金鑰的 PIN é‡è¨ç¢¼ (PUK)." -#: scd/app-piv.c:1888 scd/app-nks.c:1605 scd/app-openpgp.c:2669 +#: scd/app-piv.c:1888 scd/app-nks.c:1660 scd/app-openpgp.c:2669 #: scd/app-openpgp.c:2693 scd/app-openpgp.c:2871 scd/app-openpgp.c:2893 #: scd/app-openpgp.c:3074 scd/app-openpgp.c:3361 scd/app-openpgp.c:3408 #: scd/app-openpgp.c:3545 scd/app-dinsig.c:302 @@ -8243,70 +8248,70 @@ msgstr[0] "金鑰產生完畢 (%d 秒)\n" msgid "response does not contain the public key data\n" msgstr "回應ä¸æœªåŒ…å«å…¬é‘°è³‡æ–™\n" -#: scd/app-p15.c:4839 scd/app-nks.c:1983 +#: scd/app-p15.c:5035 scd/app-nks.c:2038 msgid "||Please enter the PIN for the key to create qualified signatures." msgstr "||請輸入金鑰的個人è˜åˆ¥ç¢¼ (PIN) ä»¥å»ºç«‹å®Œå–„çš„ç°½ç« ." #. TRANSLATORS: Do not translate the "|A|" prefix but keep it at #. the start of the string. Use %0A (single percent) for a linefeed. -#: scd/app-p15.c:4842 scd/app-openpgp.c:2818 +#: scd/app-p15.c:5038 scd/app-openpgp.c:2818 msgid "|A|Please enter the Admin PIN" msgstr "|A|請輸入管ç†è€… PIN" -#: scd/app-p15.c:4844 scd/app-nks.c:1973 +#: scd/app-p15.c:5040 scd/app-nks.c:2028 msgid "|P|Please enter the PIN Unblocking Code (PUK) for the standard keys." msgstr "|P|請輸入標準金鑰的 PIN é‡è¨ç¢¼ (PUK)." -#: scd/app-p15.c:4847 scd/app-nks.c:1964 +#: scd/app-p15.c:5043 scd/app-nks.c:2019 msgid "||Please enter the PIN for the standard keys." msgstr "||請輸入標準金鑰的個人è˜åˆ¥ç¢¼ (PIN)." -#: scd/app-nks.c:1413 scd/app-openpgp.c:4321 +#: scd/app-nks.c:1468 scd/app-openpgp.c:4321 #, c-format msgid "RSA modulus missing or not of size %d bits\n" msgstr "RSA 模組缺æ¼æˆ–è€…ä¸¦éž %d ä½å…ƒå¤§\n" -#: scd/app-nks.c:1421 scd/app-openpgp.c:4333 +#: scd/app-nks.c:1476 scd/app-openpgp.c:4333 #, c-format msgid "RSA public exponent missing or larger than %d bits\n" msgstr "RSA 公用指數缺æ¼æˆ–者大於 %d ä½å…ƒ\n" -#: scd/app-nks.c:1594 +#: scd/app-nks.c:1649 #, fuzzy #| msgid "the NullPIN has not yet been changed\n" msgid "Note: PIN has not yet been enabled." msgstr "NullPIN 還沒有變更éŽ\n" -#: scd/app-nks.c:1641 +#: scd/app-nks.c:1696 #, c-format msgid "the NullPIN has not yet been changed\n" msgstr "NullPIN 還沒有變更éŽ\n" -#: scd/app-nks.c:1963 +#: scd/app-nks.c:2018 msgid "|N|Please enter a new PIN for the standard keys." msgstr "|N|請輸入標準金鑰將採用的新個人è˜åˆ¥ç¢¼ (PIN)." -#: scd/app-nks.c:1971 +#: scd/app-nks.c:2026 msgid "|NP|Please enter a new PIN Unblocking Code (PUK) for the standard keys." msgstr "|NP|請輸入標準金鑰將採用的 PIN é‡è¨ç¢¼ (PUK)." -#: scd/app-nks.c:1981 +#: scd/app-nks.c:2036 msgid "|N|Please enter a new PIN for the key to create qualified signatures." msgstr "|N|請輸入金鑰的新個人è˜åˆ¥ç¢¼ (PIN) ä»¥å»ºç«‹å®Œå–„çš„ç°½ç« ." -#: scd/app-nks.c:1991 +#: scd/app-nks.c:2046 msgid "" "|NP|Please enter a new PIN Unblocking Code (PUK) for the key to create " "qualified signatures." msgstr "|NP|請輸入金鑰的新 PIN é‡è¨ç¢¼ (PUK) ä»¥å»ºç«‹å®Œå–„çš„ç°½ç« ." -#: scd/app-nks.c:1993 +#: scd/app-nks.c:2048 msgid "" "|P|Please enter the PIN Unblocking Code (PUK) for the key to create " "qualified signatures." msgstr "|P|請輸入金鑰的 PIN é‡è¨ç¢¼ (PUK) ä»¥å»ºç«‹å®Œå–„çš„ç°½ç« ." -#: scd/app-nks.c:2166 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 +#: scd/app-nks.c:2221 scd/app-openpgp.c:3442 scd/app-dinsig.c:534 #, c-format msgid "error getting new PIN: %s\n" msgstr "å–得新的個人è˜åˆ¥ç¢¼ (PIN) 時出錯: %s\n" @@ -8488,59 +8493,59 @@ msgstr "||請在讀å¡æ©Ÿéµç›¤ä¸Šè¼¸å…¥ä½ 的個人è˜åˆ¥ç¢¼ (PIN)" msgid "|N|Initial New PIN" msgstr "|N|開始新增個人è˜åˆ¥ç¢¼ (PIN)" -#: scd/scdaemon.c:118 +#: scd/scdaemon.c:119 msgid "run in multi server mode (foreground)" msgstr "以多é‡ä¼ºæœå™¨æ¨¡å¼åŸ·è¡Œ (å‰æ™¯)" -#: scd/scdaemon.c:135 sm/gpgsm.c:271 dirmngr/dirmngr.c:197 +#: scd/scdaemon.c:136 sm/gpgsm.c:274 dirmngr/dirmngr.c:198 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "|ç‰ç´š|è¨å®šé™¤éŒ¯ç‰ç´šç‚ºæŒ‡å®šç‰ç´š" -#: scd/scdaemon.c:141 +#: scd/scdaemon.c:142 msgid "|FILE|write a log to FILE" msgstr "|檔案|將日誌寫入至指定檔案" -#: scd/scdaemon.c:148 +#: scd/scdaemon.c:149 msgid "|N|connect to reader at port N" msgstr "|N|從 N åŸ é€£ç·šè‡³è®€å¡æ©Ÿ" -#: scd/scdaemon.c:150 +#: scd/scdaemon.c:151 msgid "|NAME|use NAME as ct-API driver" msgstr "|å稱|使用指定å稱åšç‚º ct-API 驅動程å¼" -#: scd/scdaemon.c:152 +#: scd/scdaemon.c:153 msgid "|NAME|use NAME as PC/SC driver" msgstr "|å稱|使用指定å稱åšç‚º PC/SC 驅動程å¼" -#: scd/scdaemon.c:156 +#: scd/scdaemon.c:157 msgid "do not use the internal CCID driver" msgstr "ä¸è¦ä½¿ç”¨å…§éƒ¨çš„ CCID 驅動程å¼" -#: scd/scdaemon.c:162 +#: scd/scdaemon.c:163 msgid "|N|disconnect the card after N seconds of inactivity" msgstr "|N|æ²’æœ‰æ´»å‹•é” N 秒後就與å¡ç‰‡æ–·ç·š" -#: scd/scdaemon.c:165 +#: scd/scdaemon.c:166 msgid "do not use a reader's pinpad" msgstr "ä¸è¦ä½¿ç”¨è®€å¡æ©Ÿéµç›¤" -#: scd/scdaemon.c:168 +#: scd/scdaemon.c:169 msgid "use variable length input for pinpad" msgstr "輸入 PIN 時在輸入å€é¡¯ç¤ºæˆè®Šå‹•é•·åº¦" -#: scd/scdaemon.c:171 +#: scd/scdaemon.c:172 msgid "|LIST|change the application priority to LIST" msgstr "" -#: scd/scdaemon.c:179 +#: scd/scdaemon.c:180 msgid "deny the use of admin card commands" msgstr "ç¦ç”¨ç®¡ç†è€…å¡ç‰‡æŒ‡ä»¤" -#: scd/scdaemon.c:324 +#: scd/scdaemon.c:325 msgid "Usage: @SCDAEMON@ [options] (-h for help)" msgstr "用法: @SCDAEMON@ [é¸é …] (或用 -h 求助)" -#: scd/scdaemon.c:326 +#: scd/scdaemon.c:327 msgid "" "Syntax: scdaemon [options] [command [args]]\n" "Smartcard daemon for @GNUPG@\n" @@ -8548,17 +8553,17 @@ msgstr "" "語法: scdaemon [é¸é …] [指令 [引數]]\n" "@GNUPG@ 智慧å¡æœå‹™\n" -#: scd/scdaemon.c:807 +#: scd/scdaemon.c:819 #, c-format msgid "please use the option '--daemon' to run the program in the background\n" msgstr "請使用 '--daemon' é¸é …來將æ¤ç¨‹å¼åŸ·è¡Œæ–¼èƒŒæ™¯\n" -#: scd/scdaemon.c:1183 dirmngr/dirmngr.c:2077 +#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2104 #, c-format msgid "handler for fd %d started\n" msgstr "用於 fd %d 的經手程å¼å·²å•Ÿå‹•\n" -#: scd/scdaemon.c:1195 dirmngr/dirmngr.c:2085 +#: scd/scdaemon.c:1207 dirmngr/dirmngr.c:2112 #, c-format msgid "handler for fd %d terminated\n" msgstr "用於 fd %d 的經手程å¼å·²çµ‚æ¢\n" @@ -8833,7 +8838,7 @@ msgid "a %u bit hash is not valid for a %u bit %s key\n" msgstr "%u ä½å…ƒçš„é›œæ¹Šå° %u ä½å…ƒçš„ %s 金鑰來說是無效的\n" #: sm/certcheck.c:239 sm/certcheck.c:263 dirmngr/crlcache.c:1542 -#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1363 dirmngr/validate.c:903 +#: dirmngr/crlcache.c:1566 dirmngr/dirmngr.c:1372 dirmngr/validate.c:903 #: dirmngr/validate.c:927 #, c-format msgid "out of core\n" @@ -9176,127 +9181,127 @@ msgstr "åˆªé™¤æ†‘è‰ \"%s\" 時失敗: %s\n" msgid "no valid recipients given\n" msgstr "沒有給定有效的收件者\n" -#: sm/gpgsm.c:224 +#: sm/gpgsm.c:226 msgid "list external keys" msgstr "列出外部金鑰" -#: sm/gpgsm.c:226 +#: sm/gpgsm.c:228 msgid "list certificate chain" msgstr "列出憑è‰éˆ" -#: sm/gpgsm.c:234 +#: sm/gpgsm.c:236 msgid "import certificates" msgstr "匯入憑è‰" -#: sm/gpgsm.c:235 +#: sm/gpgsm.c:237 msgid "export certificates" msgstr "匯出憑è‰" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:245 msgid "register a smartcard" msgstr "註冊智慧å¡" -#: sm/gpgsm.c:246 +#: sm/gpgsm.c:248 msgid "pass a command to the dirmngr" msgstr "將指令éžé€çµ¦ dirmngr" -#: sm/gpgsm.c:248 +#: sm/gpgsm.c:250 msgid "invoke gpg-protect-tool" msgstr "å«ç”¨ gpg-protect-tool" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:270 msgid "don't use the terminal at all" msgstr "完全ä¸è¦ä½¿ç”¨çµ‚端機" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "|N|number of certificates to include" msgstr "|N|è¦åŒ…å«çš„憑è‰æ•¸é‡" -#: sm/gpgsm.c:296 +#: sm/gpgsm.c:299 msgid "|FILE|take policy information from FILE" msgstr "|檔案|從指定檔案ä¸å–得原則資訊" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "assume input is in PEM format" msgstr "å‡è¨è¼¸å…¥çš„是 PEM æ ¼å¼" -#: sm/gpgsm.c:312 +#: sm/gpgsm.c:315 msgid "assume input is in base-64 format" msgstr "å‡è¨è¼¸å…¥çš„是 base-64 æ ¼å¼" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "assume input is in binary format" msgstr "å‡è¨è¼¸å…¥çš„æ˜¯äºŒé€²åˆ¶æ ¼å¼" -#: sm/gpgsm.c:323 +#: sm/gpgsm.c:326 msgid "create base-64 encoded output" msgstr "建立以 base-64 編碼éŽçš„輸出" -#: sm/gpgsm.c:335 +#: sm/gpgsm.c:338 msgid "|USER-ID|use USER-ID as default secret key" msgstr "|使用者-ID|使用指定使用者 ID åšç‚ºé è¨ç§é‘°" -#: sm/gpgsm.c:346 +#: sm/gpgsm.c:349 msgid "|FILE|add keyring to the list of keyrings" msgstr "|檔案|å°‡æ¤é‡‘é‘°é‘°åŒ™åœˆåŠ åˆ°æŒ‡å®šé‡‘é‘°é‘°åŒ™åœˆæ¸…å–®æª”æ¡ˆä¸" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 msgid "|SPEC|use this keyserver to lookup keys" msgstr "|SPEC|使用æ¤é‡‘鑰伺æœå™¨ä¾†æŸ¥æ‰¾é‡‘é‘°" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "fetch missing issuer certificates" msgstr "å–回éºå¤±çš„發行者憑è‰" -#: sm/gpgsm.c:361 +#: sm/gpgsm.c:364 msgid "|NAME|use encoding NAME for PKCS#12 passphrases" msgstr "|å稱|將指定å稱的編碼用於 PKCS#12 密語" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 msgid "never consult a CRL" msgstr "æ°¸é ä¸è¦æŸ¥é–± CRL" -#: sm/gpgsm.c:386 +#: sm/gpgsm.c:389 msgid "do not check CRLs for root certificates" msgstr "ä¸è¦ç‚ºæ ¹æ†‘è‰æª¢æŸ¥ CRL" -#: sm/gpgsm.c:390 +#: sm/gpgsm.c:393 msgid "check validity using OCSP" msgstr "用 OCSP 檢查有效性" -#: sm/gpgsm.c:392 +#: sm/gpgsm.c:395 msgid "do not check certificate policies" msgstr "ä¸è¦æª¢æŸ¥æ†‘è‰åŽŸå‰‡" -#: sm/gpgsm.c:395 +#: sm/gpgsm.c:398 msgid "|NAME|use cipher algorithm NAME" msgstr "|å稱|使用指定å稱的編密演算法" -#: sm/gpgsm.c:397 +#: sm/gpgsm.c:400 msgid "|NAME|use message digest algorithm NAME" msgstr "|å稱|使用指定å稱的訊æ¯æ‘˜è¦æ¼”算法" -#: sm/gpgsm.c:407 +#: sm/gpgsm.c:410 msgid "batch mode: never ask" msgstr "批次模å¼: æ°¸é ä¸è©¢å•" -#: sm/gpgsm.c:409 +#: sm/gpgsm.c:412 msgid "assume yes on most questions" msgstr "å‡è¨å¤§éƒ¨åˆ†çš„å•é¡Œéƒ½å›žç”是" -#: sm/gpgsm.c:410 +#: sm/gpgsm.c:413 msgid "assume no on most questions" msgstr "å‡è¨å¤§éƒ¨åˆ†çš„å•é¡Œéƒ½å›žç”å¦" -#: sm/gpgsm.c:427 +#: sm/gpgsm.c:430 msgid "|FILE|write an audit log to FILE" msgstr "|檔案|å°‡ç¨½æ ¸æ—¥èªŒå¯«å…¥è‡³æŒ‡å®šæª”æ¡ˆ" -#: sm/gpgsm.c:612 +#: sm/gpgsm.c:615 msgid "Usage: @GPGSM@ [options] [files] (-h for help)" msgstr "用法: @GPGSM@ [é¸é …] [檔案] (或用 -h 求助)" -#: sm/gpgsm.c:615 +#: sm/gpgsm.c:618 msgid "" "Syntax: @GPGSM@ [options] [files]\n" "Sign, check, encrypt or decrypt using the S/MIME protocol\n" @@ -9306,52 +9311,52 @@ msgstr "" "用 S/MIME å”定來簽署, 檢查, åŠ å¯†, 解密\n" "é è¨çš„æ“作會ä¾è¼¸å…¥è³‡æ–™è€Œå®š\n" -#: sm/gpgsm.c:823 +#: sm/gpgsm.c:826 #, c-format msgid "Note: won't be able to encrypt to '%s': %s\n" msgstr "請注æ„: å°‡ç„¡æ³•åŠ å¯†ç‚º '%s': %s\n" -#: sm/gpgsm.c:834 +#: sm/gpgsm.c:837 #, c-format msgid "unknown validation model '%s'\n" msgstr "未知的驗è‰æ¨¡åž‹ '%s'\n" -#: sm/gpgsm.c:893 dirmngr/ldapserver.c:89 +#: sm/gpgsm.c:896 dirmngr/ldapserver.c:89 #, c-format msgid "%s:%u: no hostname given\n" msgstr "%s:%u: 沒有給定主機å稱\n" -#: sm/gpgsm.c:912 dirmngr/ldapserver.c:108 +#: sm/gpgsm.c:915 dirmngr/ldapserver.c:108 #, c-format msgid "%s:%u: password given without user\n" msgstr "%s:%u: 給定的密碼沒有使用者\n" -#: sm/gpgsm.c:943 dirmngr/ldapserver.c:139 +#: sm/gpgsm.c:946 dirmngr/ldapserver.c:139 #, c-format msgid "%s:%u: ignoring unknown flag '%s'\n" msgstr "" -#: sm/gpgsm.c:959 dirmngr/ldapserver.c:155 +#: sm/gpgsm.c:962 dirmngr/ldapserver.c:155 #, c-format msgid "%s:%u: skipping this line\n" msgstr "%s:%u: æ£åœ¨è·³éŽé€™ä¸€åˆ—\n" -#: sm/gpgsm.c:1545 +#: sm/gpgsm.c:1550 #, c-format msgid "could not parse keyserver\n" msgstr "無法剖æžé‡‘鑰伺æœå™¨\n" -#: sm/gpgsm.c:1825 +#: sm/gpgsm.c:1858 #, c-format msgid "importing common certificates '%s'\n" msgstr "æ£åœ¨åŒ¯å…¥é€šç”¨æ†‘è‰ '%s'\n" -#: sm/gpgsm.c:1871 +#: sm/gpgsm.c:1904 #, c-format msgid "can't sign using '%s': %s\n" msgstr "無法用 '%s' 來簽署: %s\n" -#: sm/gpgsm.c:2231 +#: sm/gpgsm.c:2273 #, c-format msgid "invalid command (there is no implicit command)\n" msgstr "無效的指令 (沒有這樣的指令)\n" @@ -10300,131 +10305,131 @@ msgstr "應該è¦æœ‰çµ•å°æª”å\n" msgid "looking up '%s'\n" msgstr "æ£åœ¨æŸ¥æ‰¾ '%s'\n" -#: dirmngr/dirmngr.c:174 +#: dirmngr/dirmngr.c:175 msgid "list the contents of the CRL cache" msgstr "列出 CRL å¿«å–的內容" -#: dirmngr/dirmngr.c:175 +#: dirmngr/dirmngr.c:176 msgid "|FILE|load CRL from FILE into cache" msgstr "|檔案|從指定檔案載入 CRL 至快å–" -#: dirmngr/dirmngr.c:176 +#: dirmngr/dirmngr.c:177 msgid "|URL|fetch a CRL from URL" msgstr "|網å€|從指定網å€å–å¾— CRL" -#: dirmngr/dirmngr.c:177 +#: dirmngr/dirmngr.c:178 msgid "shutdown the dirmngr" msgstr "關閉 dirmngr" -#: dirmngr/dirmngr.c:178 +#: dirmngr/dirmngr.c:179 msgid "flush the cache" msgstr "清除快å–" -#: dirmngr/dirmngr.c:211 +#: dirmngr/dirmngr.c:212 msgid "allow online software version check" msgstr "" -#: dirmngr/dirmngr.c:214 +#: dirmngr/dirmngr.c:215 msgid "|N|do not return more than N items in one query" msgstr "|N|單次查詢ä¸è¦å‚³å›žè¶…éŽ N ç†é …ç›®" -#: dirmngr/dirmngr.c:220 +#: dirmngr/dirmngr.c:221 msgid "Network related options" msgstr "" -#: dirmngr/dirmngr.c:222 +#: dirmngr/dirmngr.c:223 msgid "route all network traffic via Tor" msgstr "" -#: dirmngr/dirmngr.c:234 +#: dirmngr/dirmngr.c:235 msgid "Configuration for Keyservers" msgstr "金鑰伺æœå™¨çµ„æ…‹" -#: dirmngr/dirmngr.c:237 +#: dirmngr/dirmngr.c:238 msgid "|URL|use keyserver at URL" msgstr "|URL|使用ä½æ–¼ URL 的金鑰伺æœå™¨" -#: dirmngr/dirmngr.c:239 +#: dirmngr/dirmngr.c:240 msgid "|FILE|use the CA certificates in FILE for HKP over TLS" msgstr "|檔案|在 HKP over TLS 的指定檔案ä¸ä½¿ç”¨ CA 憑è‰" -#: dirmngr/dirmngr.c:241 +#: dirmngr/dirmngr.c:242 msgid "Configuration for HTTP servers" msgstr "HTTP 伺æœå™¨çµ„æ…‹" -#: dirmngr/dirmngr.c:243 +#: dirmngr/dirmngr.c:244 msgid "inhibit the use of HTTP" msgstr "é¿å…使用 HTTP" -#: dirmngr/dirmngr.c:245 +#: dirmngr/dirmngr.c:246 msgid "ignore HTTP CRL distribution points" msgstr "忽略 HTTP CRL 分布點" -#: dirmngr/dirmngr.c:247 +#: dirmngr/dirmngr.c:248 msgid "|URL|redirect all HTTP requests to URL" msgstr "|網å€|é‡æ–°å°Žå‘所有å°æŒ‡å®šç¶²å€æ出的 HTTP 請求" -#: dirmngr/dirmngr.c:249 +#: dirmngr/dirmngr.c:250 msgid "use system's HTTP proxy setting" msgstr "使用系統的 HTTP 代ç†ä¼ºæœå™¨è¨å®š" -#: dirmngr/dirmngr.c:253 +#: dirmngr/dirmngr.c:254 msgid "Configuration of LDAP servers to use" msgstr "è¦ç”¨çš„ LDAP 伺æœå™¨çµ„æ…‹" -#: dirmngr/dirmngr.c:255 +#: dirmngr/dirmngr.c:256 msgid "inhibit the use of LDAP" msgstr "é¿å…使用 LDAP" -#: dirmngr/dirmngr.c:257 +#: dirmngr/dirmngr.c:258 msgid "ignore LDAP CRL distribution points" msgstr "忽略 LDAP CRL 分布點" -#: dirmngr/dirmngr.c:259 +#: dirmngr/dirmngr.c:260 msgid "|HOST|use HOST for LDAP queries" msgstr "|主機|指定 LDAP 查詢主機" -#: dirmngr/dirmngr.c:261 +#: dirmngr/dirmngr.c:262 msgid "do not use fallback hosts with --ldap-proxy" msgstr "ä¸è¦å°‡ä¸»æ©Ÿå‚™æ¡ˆèˆ‡ --ldap-proxy 並用" -#: dirmngr/dirmngr.c:263 +#: dirmngr/dirmngr.c:264 msgid "|FILE|read LDAP server list from FILE" msgstr "|檔案|å¾žæŒ‡å®šæª”æ¡ˆè®€å– LDAP 伺æœå™¨æ¸…å–®" -#: dirmngr/dirmngr.c:265 +#: dirmngr/dirmngr.c:266 msgid "add new servers discovered in CRL distribution points to serverlist" msgstr "將從 CRL 分布點發ç¾çš„新伺æœå™¨åŠ 入至伺æœå™¨æ¸…å–®" -#: dirmngr/dirmngr.c:268 dirmngr/dirmngr_ldap.c:104 +#: dirmngr/dirmngr.c:269 dirmngr/dirmngr_ldap.c:104 msgid "|N|set LDAP timeout to N seconds" msgstr "|N|把 LDAP 逾時è¨æˆ N 秒" -#: dirmngr/dirmngr.c:271 +#: dirmngr/dirmngr.c:272 msgid "Configuration for OCSP" msgstr "OCSP 組態" -#: dirmngr/dirmngr.c:273 +#: dirmngr/dirmngr.c:274 msgid "allow sending OCSP requests" msgstr "å…許é€å‡º OCSP 請求" -#: dirmngr/dirmngr.c:275 +#: dirmngr/dirmngr.c:276 msgid "ignore certificate contained OCSP service URLs" msgstr "忽略å«æœ‰ OCSP 伺æœå™¨ç¶²å€çš„憑è‰" -#: dirmngr/dirmngr.c:277 +#: dirmngr/dirmngr.c:278 msgid "|URL|use OCSP responder at URL" msgstr "|網å€|使用ä½æ–¼æŒ‡å®šç¶²å€çš„ OCSP 回應程å¼" -#: dirmngr/dirmngr.c:279 +#: dirmngr/dirmngr.c:280 msgid "|FPR|OCSP response signed by FPR" msgstr "|FPR|ç”± FPR 簽署的 OCSP 回應" -#: dirmngr/dirmngr.c:287 +#: dirmngr/dirmngr.c:288 msgid "force loading of outdated CRLs" msgstr "強迫載入éŽæ™‚çš„ CRL" -#: dirmngr/dirmngr.c:298 +#: dirmngr/dirmngr.c:299 msgid "" "@\n" "(See the \"info\" manual for a complete listing of all commands and " @@ -10433,11 +10438,11 @@ msgstr "" "@\n" "(è«‹åƒç…§ã€Œè³‡è¨Šã€æ‰‹å†Šä¾†å–得所有命令和é¸é …的完整清單)\n" -#: dirmngr/dirmngr.c:440 +#: dirmngr/dirmngr.c:441 msgid "Usage: @DIRMNGR@ [options] (-h for help)" msgstr "用法: @DIRMNGR@ [é¸é …] (或用 -h 求助)" -#: dirmngr/dirmngr.c:442 +#: dirmngr/dirmngr.c:443 msgid "" "Syntax: @DIRMNGR@ [options] [command [args]]\n" "Keyserver, CRL, and OCSP access for @GNUPG@\n" @@ -10445,83 +10450,83 @@ msgstr "" "語法: @DIRMNGR@ [é¸é …] [指令 [引數]]\n" "@GNUPG@ 的金鑰伺æœå™¨, CRL, OCSP å˜å–\n" -#: dirmngr/dirmngr.c:522 +#: dirmngr/dirmngr.c:523 #, c-format msgid "valid debug levels are: %s\n" msgstr "有效的除錯ç‰ç´šç‚º: %s\n" -#: dirmngr/dirmngr.c:608 tools/gpgconf.c:667 tools/gpgconf.c:702 +#: dirmngr/dirmngr.c:609 tools/gpgconf.c:667 tools/gpgconf.c:702 #: tools/gpgconf.c:802 #, c-format msgid "usage: %s [options] " msgstr "用法: %s [é¸é …] " -#: dirmngr/dirmngr.c:1251 +#: dirmngr/dirmngr.c:1260 #, c-format msgid "colons are not allowed in the socket name\n" msgstr "socket å稱內ä¸å…許使用冒號\n" -#: dirmngr/dirmngr.c:1486 dirmngr/server.c:1824 +#: dirmngr/dirmngr.c:1495 dirmngr/server.c:1824 #, c-format msgid "fetching CRL from '%s' failed: %s\n" msgstr "從 '%s' å–回 CRL 時失敗: %s\n" -#: dirmngr/dirmngr.c:1492 dirmngr/server.c:1830 +#: dirmngr/dirmngr.c:1501 dirmngr/server.c:1830 #, c-format msgid "processing CRL from '%s' failed: %s\n" msgstr "從 '%s' è™•ç† CRL 時失敗: %s\n" -#: dirmngr/dirmngr.c:1634 +#: dirmngr/dirmngr.c:1643 #, c-format msgid "%s:%u: line too long - skipped\n" msgstr "%s:%u: 列太長 - 已跳éŽ\n" -#: dirmngr/dirmngr.c:1689 dirmngr/dirmngr.c:1773 +#: dirmngr/dirmngr.c:1698 dirmngr/dirmngr.c:1782 #, c-format msgid "%s:%u: invalid fingerprint detected\n" msgstr "%s:%u: åµæ¸¬åˆ°ç„¡æ•ˆçš„指紋\n" -#: dirmngr/dirmngr.c:1725 dirmngr/dirmngr.c:1751 tools/gpgconf-comp.c:3534 +#: dirmngr/dirmngr.c:1734 dirmngr/dirmngr.c:1760 tools/gpgconf-comp.c:3539 #, c-format msgid "%s:%u: read error: %s\n" msgstr "%s:%u: 讀å–錯誤: %s\n" -#: dirmngr/dirmngr.c:1780 +#: dirmngr/dirmngr.c:1789 #, c-format msgid "%s:%u: garbage at end of line ignored\n" msgstr "%s:%u: 列尾的垃圾已忽略\n" -#: dirmngr/dirmngr.c:1849 +#: dirmngr/dirmngr.c:1876 #, c-format msgid "SIGHUP received - re-reading configuration and flushing caches\n" msgstr "收到 SIGHUP - æ£åœ¨é‡æ–°è®€å–組態並清除快å–\n" -#: dirmngr/dirmngr.c:1890 +#: dirmngr/dirmngr.c:1917 #, c-format msgid "SIGUSR2 received - no action defined\n" msgstr "收到 SIGUSR2 - 無定義行動\n" -#: dirmngr/dirmngr.c:1895 +#: dirmngr/dirmngr.c:1922 #, c-format msgid "SIGTERM received - shutting down ...\n" msgstr "收到 SIGTERM - æ£åœ¨é—œé–‰ ...\n" -#: dirmngr/dirmngr.c:1897 +#: dirmngr/dirmngr.c:1924 #, c-format msgid "SIGTERM received - still %d active connections\n" msgstr "收到 SIGTERM - 還有 %d 個使用ä¸çš„連線\n" -#: dirmngr/dirmngr.c:1902 +#: dirmngr/dirmngr.c:1929 #, c-format msgid "shutdown forced\n" msgstr "已強迫關閉\n" -#: dirmngr/dirmngr.c:1910 +#: dirmngr/dirmngr.c:1937 #, c-format msgid "SIGINT received - immediate shutdown\n" msgstr "收到 SIGINT - ç«‹å³é—œé–‰\n" -#: dirmngr/dirmngr.c:1917 +#: dirmngr/dirmngr.c:1944 #, c-format msgid "signal %d received - no action defined\n" msgstr "收到訊號 %d - 無定義行動\n" @@ -10978,7 +10983,7 @@ msgid "serialno missing in cert ID" msgstr "æ†‘è‰ ID ä¸éºå¤± serialno" #: dirmngr/server.c:1387 dirmngr/server.c:1473 dirmngr/server.c:1909 -#: dirmngr/server.c:1980 dirmngr/server.c:2552 dirmngr/server.c:2567 +#: dirmngr/server.c:1980 dirmngr/server.c:2556 dirmngr/server.c:2571 #, c-format msgid "assuan_inquire failed: %s\n" msgstr "assuan_inquire 失敗: %s\n" @@ -11008,32 +11013,32 @@ msgstr "fetch_next_cert 失敗: %s\n" msgid "max_replies %d exceeded\n" msgstr "max_replies %d 已超出\n" -#: dirmngr/server.c:2856 +#: dirmngr/server.c:2860 #, c-format msgid "can't allocate control structure: %s\n" msgstr "無法é…置控制çµæ§‹: %s\n" -#: dirmngr/server.c:2867 +#: dirmngr/server.c:2871 #, c-format msgid "failed to allocate assuan context: %s\n" msgstr "é…ç½® assuan 脈絡失敗: %s\n" -#: dirmngr/server.c:2888 +#: dirmngr/server.c:2892 #, c-format msgid "failed to initialize the server: %s\n" msgstr "伺æœå™¨å•Ÿå§‹å¤±æ•—: %s\n" -#: dirmngr/server.c:2896 +#: dirmngr/server.c:2900 #, c-format msgid "failed to the register commands with Assuan: %s\n" msgstr "å‘ Assuan 註冊指令時失敗: %s\n" -#: dirmngr/server.c:2929 +#: dirmngr/server.c:2933 #, c-format msgid "Assuan accept problem: %s\n" msgstr "Assuan 接å—å•é¡Œ: %s\n" -#: dirmngr/server.c:2948 +#: dirmngr/server.c:2952 #, c-format msgid "Assuan processing failed: %s\n" msgstr "Assuan 處ç†æ™‚失敗: %s\n" @@ -11181,80 +11186,80 @@ msgstr "在æ¤éšŽæ®µä¸æ²’有執行ä¸çš„ gpg-agent\n" msgid "error sending standard options: %s\n" msgstr "é€å‡ºæ¨™æº–é¸é …時出錯: %s\n" -#: tools/gpgconf-comp.c:647 +#: tools/gpgconf-comp.c:649 #, fuzzy #| msgid "GPG for OpenPGP" msgid "OpenPGP" msgstr "OpenPGP 版 GPG" -#: tools/gpgconf-comp.c:651 +#: tools/gpgconf-comp.c:653 #, fuzzy #| msgid "GPG for S/MIME" msgid "S/MIME" msgstr "S/MIME 版 GPG" -#: tools/gpgconf-comp.c:655 +#: tools/gpgconf-comp.c:657 #, fuzzy #| msgid "public key is %s\n" msgid "Public Keys" msgstr "公鑰為 %s\n" -#: tools/gpgconf-comp.c:659 +#: tools/gpgconf-comp.c:661 msgid "Private Keys" msgstr "" -#: tools/gpgconf-comp.c:663 +#: tools/gpgconf-comp.c:665 #, fuzzy #| msgid "Smartcard Daemon" msgid "Smartcards" msgstr "智慧å¡æœå‹™" -#: tools/gpgconf-comp.c:667 +#: tools/gpgconf-comp.c:669 msgid "TPM" msgstr "" -#: tools/gpgconf-comp.c:671 +#: tools/gpgconf-comp.c:673 msgid "Network" msgstr "" -#: tools/gpgconf-comp.c:675 +#: tools/gpgconf-comp.c:677 #, fuzzy #| msgid "PIN and Passphrase Entry" msgid "Passphrase Entry" msgstr "個人è˜åˆ¥ç¢¼åŠå¯†èªžé …ç›®" -#: tools/gpgconf-comp.c:939 +#: tools/gpgconf-comp.c:941 msgid "Component not suitable for launching" msgstr "元件ä¸é©åˆå•Ÿå‹•" -#: tools/gpgconf-comp.c:945 +#: tools/gpgconf-comp.c:947 #, fuzzy, c-format #| msgid "External verification of component %s failed" msgid "Configuration file of component %s is broken\n" msgstr "元件 %s 的外部驗è‰å¤±æ•—" -#: tools/gpgconf-comp.c:948 +#: tools/gpgconf-comp.c:950 #, fuzzy, c-format #| msgid "Please use the command \"toggle\" first.\n" msgid "Note: Use the command \"%s%s\" to get details.\n" msgstr "請先使用 \"toggle\" 指令.\n" -#: tools/gpgconf-comp.c:2811 +#: tools/gpgconf-comp.c:2816 #, c-format msgid "External verification of component %s failed" msgstr "元件 %s 的外部驗è‰å¤±æ•—" -#: tools/gpgconf-comp.c:2941 +#: tools/gpgconf-comp.c:2946 msgid "Note that group specifications are ignored\n" msgstr "請注æ„群組è¦æ ¼å·²å¿½ç•¥\n" -#: tools/gpgconf-comp.c:3538 +#: tools/gpgconf-comp.c:3543 #, fuzzy, c-format #| msgid "error closing '%s': %s\n" msgid "error closing '%s'\n" msgstr "關閉 '%s' 時出錯: %s\n" -#: tools/gpgconf-comp.c:3540 +#: tools/gpgconf-comp.c:3545 #, fuzzy, c-format #| msgid "error hashing '%s': %s\n" msgid "error parsing '%s'\n" @@ -11364,89 +11369,89 @@ msgstr "" "語法: gpg-check-pattern [é¸é …] 樣å¼æª”案\n" "用樣å¼æª”案來檢查由標準輸入給定的密語\n" -#: tools/gpg-card.c:2389 +#: tools/gpg-card.c:2390 #, fuzzy, c-format #| msgid "Note: keys are already stored on the card!\n" msgid "Note: key %s is already stored on the card!\n" msgstr "請注æ„: 金鑰已經å˜æ”¾åœ¨å¡ç‰‡ä¸Šäº†!\n" -#: tools/gpg-card.c:2392 +#: tools/gpg-card.c:2393 #, fuzzy, c-format #| msgid "Note: keys are already stored on the card!\n" msgid "Note: Keys are already stored on the card!\n" msgstr "請注æ„: 金鑰已經å˜æ”¾åœ¨å¡ç‰‡ä¸Šäº†!\n" -#: tools/gpg-card.c:2395 +#: tools/gpg-card.c:2396 #, fuzzy, c-format #| msgid "Replace existing keys? (y/N) " msgid "Replace existing key %s ? (y/N) " msgstr "是å¦è¦å–代既有的金鑰? (y/N) " -#: tools/gpg-card.c:2548 tools/gpg-card.c:2711 tools/gpg-card.c:2934 -#: tools/gpg-card.c:3043 +#: tools/gpg-card.c:2549 tools/gpg-card.c:2712 tools/gpg-card.c:2935 +#: tools/gpg-card.c:3044 #, fuzzy, c-format #| msgid "OpenPGP card no. %s detected\n" msgid "%s card no. %s detected\n" msgstr "åµæ¸¬åˆ° OpenPGP å¡ç‰‡ç·¨è™Ÿ %s\n" -#: tools/gpg-card.c:3395 +#: tools/gpg-card.c:3396 #, c-format msgid "User Interaction Flag is set to \"%s\" - can't change\n" msgstr "" -#: tools/gpg-card.c:3405 tools/gpg-card.c:3419 +#: tools/gpg-card.c:3406 tools/gpg-card.c:3420 #, c-format msgid "" "Warning: Setting the User Interaction Flag to \"%s\"\n" " can only be reverted using a factory reset!\n" msgstr "" -#: tools/gpg-card.c:3422 +#: tools/gpg-card.c:3423 #, c-format msgid "Please use \"uif --yes %d %s\"\n" msgstr "" -#: tools/gpg-card.c:3668 +#: tools/gpg-card.c:3669 #, fuzzy #| msgid "add a certificate to the cache" msgid "authenticate to the card" msgstr "åŠ å…¥æ†‘è‰è‡³å¿«å–" -#: tools/gpg-card.c:3670 +#: tools/gpg-card.c:3671 msgid "send a reset to the card daemon" msgstr "" -#: tools/gpg-card.c:3672 +#: tools/gpg-card.c:3673 #, fuzzy #| msgid "|NAME|use user NAME for authentication" msgid "setup KDF for PIN authentication" msgstr "|åå—|使用指定åå—åšç‚ºèªè‰ç”¨çš„使用者å稱" -#: tools/gpg-card.c:3674 +#: tools/gpg-card.c:3675 msgid "change a private data object" msgstr "" -#: tools/gpg-card.c:3675 +#: tools/gpg-card.c:3676 #, fuzzy #| msgid "add a certificate to the cache" msgid "read a certificate from a data object" msgstr "åŠ å…¥æ†‘è‰è‡³å¿«å–" -#: tools/gpg-card.c:3676 +#: tools/gpg-card.c:3677 #, fuzzy #| msgid "add a certificate to the cache" msgid "store a certificate to a data object" msgstr "åŠ å…¥æ†‘è‰è‡³å¿«å–" -#: tools/gpg-card.c:3677 +#: tools/gpg-card.c:3678 msgid "store a private key to a data object" msgstr "" -#: tools/gpg-card.c:3678 +#: tools/gpg-card.c:3679 msgid "Yubikey management commands" msgstr "" -#: tools/gpg-card.c:3680 +#: tools/gpg-card.c:3681 msgid "manage the command history" msgstr "" @@ -1985,6 +1985,7 @@ apdu_dev_list_start (const char *portstr, struct dev_list **l_p) err = ccid_dev_scan (&dl->idx_max, &dl->table); if (err) { + xfree (dl); npth_mutex_unlock (&reader_table_lock); return err; } @@ -2009,6 +2010,7 @@ apdu_dev_list_start (const char *portstr, struct dev_list **l_p) if (!pcsc.context) if (pcsc_init () < 0) { + xfree (dl); npth_mutex_unlock (&reader_table_lock); return gpg_error (GPG_ERR_NO_SERVICE); } @@ -2023,6 +2025,7 @@ apdu_dev_list_start (const char *portstr, struct dev_list **l_p) log_error ("error allocating memory for reader list\n"); close_pcsc_reader (0); + xfree (dl); npth_mutex_unlock (&reader_table_lock); return err; } @@ -2034,6 +2037,7 @@ apdu_dev_list_start (const char *portstr, struct dev_list **l_p) pcsc_error_string (r), r); xfree (p); close_pcsc_reader (0); + xfree (dl); npth_mutex_unlock (&reader_table_lock); return iso7816_map_sw (pcsc_error_to_sw (r)); } diff --git a/scd/app-help.c b/scd/app-help.c index 7774b54..a542a53 100644 --- a/scd/app-help.c +++ b/scd/app-help.c @@ -58,7 +58,8 @@ app_help_count_bits (const unsigned char *a, size_t len) * there. The caller needs to call gcry_sexp_release on that. If * R_ALGO is not NULL the public key algorithm id of Libgcrypt is * stored there. If R_ALGOSTR is not NULL and the function succeeds a - * newly allocated algo string (e.g. "rsa2048") is stored there. */ + * newly allocated algo string (e.g. "rsa2048") is stored there. + * HEXKEYGRIP may be NULL if the caller is not interested in it. */ gpg_error_t app_help_get_keygrip_string_pk (const void *pk, size_t pklen, char *hexkeygrip, gcry_sexp_t *r_pkey, int *r_algo, @@ -77,7 +78,7 @@ app_help_get_keygrip_string_pk (const void *pk, size_t pklen, char *hexkeygrip, if (err) return err; /* Can't parse that S-expression. */ - if (!gcry_pk_get_keygrip (s_pkey, array)) + if (hexkeygrip && !gcry_pk_get_keygrip (s_pkey, array)) { gcry_sexp_release (s_pkey); return gpg_error (GPG_ERR_GENERAL); /* Failed to calculate the keygrip.*/ @@ -102,7 +103,8 @@ app_help_get_keygrip_string_pk (const void *pk, size_t pklen, char *hexkeygrip, else gcry_sexp_release (s_pkey); - bin2hex (array, KEYGRIP_LEN, hexkeygrip); + if (hexkeygrip) + bin2hex (array, KEYGRIP_LEN, hexkeygrip); return 0; } diff --git a/scd/app-nks.c b/scd/app-nks.c index 006e6a9..31b91ac 100644 --- a/scd/app-nks.c +++ b/scd/app-nks.c @@ -372,7 +372,7 @@ pubkey_from_pk_file (app_t app, int pkfid, int cfid, newlen = 1 + buflen[i] - offset[i]; newbuf = xtrymalloc (newlen); - if (!newlen) + if (!newbuf) { err = gpg_error_from_syserror (); xfree (buffer[0]); @@ -440,8 +440,9 @@ keygripstr_from_pk_file (app_t app, int pkfid, int cfid, char *r_gripstr, } err = pubkey_from_pk_file (app, pkfid, cfid, &pk, &pklen); - err = app_help_get_keygrip_string_pk (pk, pklen, r_gripstr, NULL, - &algo, &algostr); + if (!err) + err = app_help_get_keygrip_string_pk (pk, pklen, r_gripstr, NULL, + &algo, &algostr); xfree (pk); if (!err) @@ -794,14 +795,9 @@ do_getattr (app_t app, ctrl_t ctrl, const char *name) } - -static void -do_learn_status_core (app_t app, ctrl_t ctrl, unsigned int flags, - int nks_app_id) +const char * +get_nks_tag (app_t app, int nks_app_id) { - gpg_error_t err; - char ct_buf[100], id_buf[100]; - int i; const char *tag; if (nks_app_id == NKS_APP_ESIGN) @@ -815,6 +811,18 @@ do_learn_status_core (app_t app, ctrl_t ctrl, unsigned int flags, else tag = "NKS3"; + return tag; +} + +static void +do_learn_status_core (app_t app, ctrl_t ctrl, unsigned int flags, + int nks_app_id) +{ + gpg_error_t err; + char ct_buf[100], id_buf[100]; + int i; + const char *tag = get_nks_tag (app, nks_app_id); + /* Output information about all useful objects in the NKS application. */ for (i=0; filelist[i].fid; i++) { @@ -867,6 +875,8 @@ do_learn_status_core (app_t app, ctrl_t ctrl, unsigned int flags, usagebuf[usageidx++] = 'a'; if (filelist[i].isencrkey) usagebuf[usageidx++] = 'e'; + if (!usageidx) + usagebuf[usageidx++] = '-'; usagebuf[usageidx] = 0; send_status_info (ctrl, "KEYPAIRINFO", gripstr, 40, @@ -1198,13 +1208,63 @@ do_readkey (app_t app, ctrl_t ctrl, const char *keyid, unsigned int flags, unsigned char **pk, size_t *pklen) { gpg_error_t err; - unsigned char *buffer[2]; - size_t buflen[2]; - unsigned short path[1] = { 0x4500 }; + unsigned char *dummy_pk = NULL; + size_t dummy_pklen = 0; + + if (!pk) + pk = &dummy_pk; + if (!pklen) + pklen = &dummy_pklen; /* We use a generic name to retrieve PK.AUT.IFD-SPK. */ if (!strcmp (keyid, "$IFDAUTHKEY") && app->appversion >= 3) - ; + { + unsigned short path[1] = { 0x4500 }; + unsigned char *buffer[2]; + size_t buflen[2]; + + /* Access the KEYD file which is always in the master directory. */ + err = iso7816_select_path (app_get_slot (app), path, DIM (path), 0); + if (err) + goto leave; + /* Due to the above select we need to re-select our application. */ + app->app_local->need_app_select = 1; + /* Get the two records. */ + err = iso7816_read_record (app_get_slot (app), 5, 1, 0, + &buffer[0], &buflen[0]); + if (err) + goto leave; + if (all_zero_p (buffer[0], buflen[0])) + { + xfree (buffer[0]); + err = gpg_error (GPG_ERR_NOT_FOUND); + goto leave; + } + err = iso7816_read_record (app_get_slot (app), 6, 1, 0, + &buffer[1], &buflen[1]); + if (err) + { + xfree (buffer[0]); + goto leave; + } + + if ((flags & APP_READKEY_FLAG_INFO)) + { + /* FIXME */ + } + + if (pk && pklen && pk != &dummy_pk) + { + *pk = make_canon_sexp_from_rsa_pk (buffer[0], buflen[0], + buffer[1], buflen[1], + pklen); + if (!*pk) + err = gpg_error_from_syserror (); + } + + xfree (buffer[0]); + xfree (buffer[1]); + } else if (strlen (keyid) == 40) { char keygripstr[2*KEYGRIP_LEN+1]; @@ -1212,10 +1272,42 @@ do_readkey (app_t app, ctrl_t ctrl, const char *keyid, unsigned int flags, err = iterate_over_filelist (app, keyid, 0, keygripstr, &i); if (err) - return err; + goto leave; - return pubkey_from_pk_file (app, filelist[i].fid, filelist[i].iskeypair, - pk, pklen); + err = pubkey_from_pk_file (app, filelist[i].fid, filelist[i].iskeypair, + pk, pklen); + if (!err && (flags & APP_READKEY_FLAG_INFO)) + { + char *algostr; + char usagebuf[5]; + int usageidx = 0; + char id_buf[100]; + + if (app_help_get_keygrip_string_pk (*pk, *pklen, NULL, NULL, NULL, + &algostr)) + algostr = NULL; /* Ooops. */ + + snprintf (id_buf, sizeof id_buf, "NKS-%s.%04X", + get_nks_tag (app, filelist[i].nks_app_id), + filelist[i].fid); + if (filelist[i].issignkey) + usagebuf[usageidx++] = 's'; + if (filelist[i].isauthkey) + usagebuf[usageidx++] = 'a'; + if (filelist[i].isencrkey) + usagebuf[usageidx++] = 'e'; + if (!usageidx) + usagebuf[usageidx++] = '-'; + usagebuf[usageidx] = 0; + send_status_info (ctrl, "KEYPAIRINFO", + keygripstr, strlen (keygripstr), + id_buf, strlen (id_buf), + usagebuf, strlen (usagebuf), + "-", (size_t)1, + algostr, strlen (algostr?algostr:""), + NULL, (size_t)0); + xfree (algostr); + } } else if (!strncmp (keyid, "NKS-IDLM.", 9)) { @@ -1223,56 +1315,19 @@ do_readkey (app_t app, ctrl_t ctrl, const char *keyid, unsigned int flags, if (!hexdigitp (keyid) || !hexdigitp (keyid+1) || !hexdigitp (keyid+2) || !hexdigitp (keyid+3) || keyid[4]) - return gpg_error (GPG_ERR_INV_ID); + { + err = gpg_error (GPG_ERR_INV_ID); + goto leave; + } - return pubkey_from_pk_file (app, xtoi_4 (keyid), -1, pk, pklen); + err = pubkey_from_pk_file (app, xtoi_4 (keyid), -1, pk, pklen); + /* FIXME: Implement KEYPAIRINFO. */ } else /* Return the error code expected by cmd_readkey. */ - return gpg_error (GPG_ERR_UNSUPPORTED_OPERATION); + err = gpg_error (GPG_ERR_UNSUPPORTED_OPERATION); - /* Access the KEYD file which is always in the master directory. */ - err = iso7816_select_path (app_get_slot (app), path, DIM (path), 0); - if (err) - return err; - /* Due to the above select we need to re-select our application. */ - app->app_local->need_app_select = 1; - /* Get the two records. */ - err = iso7816_read_record (app_get_slot (app), 5, 1, 0, - &buffer[0], &buflen[0]); - if (err) - return err; - if (all_zero_p (buffer[0], buflen[0])) - { - xfree (buffer[0]); - return gpg_error (GPG_ERR_NOT_FOUND); - } - err = iso7816_read_record (app_get_slot (app), 6, 1, 0, - &buffer[1], &buflen[1]); - if (err) - { - xfree (buffer[0]); - return err; - } - - if ((flags & APP_READKEY_FLAG_INFO)) - { - /* Not yet implemented but we won't get here for any regular - * keyrefs anyway, thus the top layer will provide the - * keypairinfo from the certificate. */ - (void)ctrl; - } - - if (pk && pklen) - { - *pk = make_canon_sexp_from_rsa_pk (buffer[0], buflen[0], - buffer[1], buflen[1], - pklen); - if (!*pk) - err = gpg_error_from_syserror (); - } - - xfree (buffer[0]); - xfree (buffer[1]); + leave: + xfree (dummy_pk); return err; } diff --git a/scd/app-p15.c b/scd/app-p15.c index 20c6e06..0782c25 100644 --- a/scd/app-p15.c +++ b/scd/app-p15.c @@ -42,6 +42,7 @@ #include "../common/i18n.h" #include "../common/tlv.h" #include "../common/host2net.h" +#include "../common/openpgpdefs.h" #include "apdu.h" /* fixme: we should move the card detection to a separate file */ @@ -254,6 +255,7 @@ struct prkdf_object_s unsigned int keygrip_valid:1; unsigned int key_reference_valid:1; unsigned int have_off:1; + unsigned int have_keytime:1; /* Flag indicating that the corresponding PIN has already been * verified. Note that for cards which are able to return the @@ -310,6 +312,10 @@ struct prkdf_object_s * certificate or NULL if not known. */ char *serial_number; + /* KDF/KEK parameter for OpenPGP's ECDH. First byte is zero if not + * availabale. .*/ + unsigned char ecdh_kdf[4]; + /* Length and allocated buffer with the Id of this object. */ size_t objidlen; unsigned char *objid; @@ -635,7 +641,6 @@ do_deinit (app_t app) } - /* Do a select and a read for the file with EFID. EFID_DESC is a desctription of the EF to be used with error messages. On success BUFFER and BUFLEN contain the entire content of the EF. The caller @@ -887,6 +892,34 @@ cdf_object_from_objid (app_t app, size_t objidlen, const unsigned char *objid, } +/* Find a certificate object by its label and store a pointer to it at + * R_CDF. */ +static gpg_error_t +cdf_object_from_label (app_t app, const char *label, cdf_object_t *r_cdf) +{ + cdf_object_t cdf; + + if (!label) + return gpg_error (GPG_ERR_NOT_FOUND); + + for (cdf = app->app_local->certificate_info; cdf; cdf = cdf->next) + if (cdf->label && !strcmp (cdf->label, label)) + break; + if (!cdf) + for (cdf = app->app_local->trusted_certificate_info; cdf; cdf = cdf->next) + if (cdf->label && !strcmp (cdf->label, label)) + break; + if (!cdf) + for (cdf = app->app_local->useful_certificate_info; cdf; cdf = cdf->next) + if (cdf->label && !strcmp (cdf->label, label)) + break; + if (!cdf) + return gpg_error (GPG_ERR_NOT_FOUND); + *r_cdf = cdf; + return 0; +} + + /* Find a certificate object by the certificate ID CERTID and store a * pointer to it at R_CDF. */ static gpg_error_t @@ -896,12 +929,24 @@ cdf_object_from_certid (app_t app, const char *certid, cdf_object_t *r_cdf) size_t objidlen; unsigned char *objid; cdf_object_t cdf; + prkdf_object_t prkdf; err = parse_certid (app, certid, &objid, &objidlen); if (err) return err; err = cdf_object_from_objid (app, objidlen, objid, &cdf); + if (gpg_err_code (err) == GPG_ERR_NOT_FOUND) + { + /* Try again by finding the certid in the prkdf and matching by + * label. */ + for (prkdf = app->app_local->private_key_info; prkdf; prkdf = prkdf->next) + if (prkdf->objidlen == objidlen + && !memcmp (prkdf->objid, objid, objidlen)) + break; + if (prkdf) + err = cdf_object_from_label (app, prkdf->label, &cdf); + } xfree (objid); if (err) return err; @@ -3517,17 +3562,49 @@ read_p15_info (app_t app) cdf_object_t cdf; char *extusage; char *p, *pend; - int seen; + int seen, i; if (opt.debug) log_printhex (prkdf->objid, prkdf->objidlen, "p15: prkdf id="); - if (cdf_object_from_objid (app, prkdf->objidlen, prkdf->objid, &cdf)) + if (cdf_object_from_objid (app, prkdf->objidlen, prkdf->objid, &cdf) + && cdf_object_from_label (app, prkdf->label, &cdf)) continue; /* No matching certificate. */ if (!cdf->cert) /* Read and parse the certificate. */ readcert_by_cdf (app, cdf, NULL, NULL); if (!cdf->cert) continue; /* Unsupported or broken certificate. */ + if (prkdf->is_ecc) + { + const char *oid; + const unsigned char *der; + size_t off, derlen, objlen, hdrlen; + int class, tag, constructed, ndef; + + for (i=0; !(err = ksba_cert_get_extension + (cdf->cert, i, &oid, NULL, &off, &derlen)); i++) + if (!strcmp (oid, "1.3.6.1.4.1.11591.2.2.10") ) + break; + if (!err && (der = ksba_cert_get_image (cdf->cert, NULL))) + { + der += off; + err = parse_ber_header (&der, &derlen, &class, &tag, &constructed, + &ndef, &objlen, &hdrlen); + if (!err && (objlen > derlen || tag != TAG_OCTET_STRING || ndef)) + err = gpg_error (GPG_ERR_INV_OBJ); + if (!err) + { + derlen = objlen; + if (opt.debug) + log_printhex (der, derlen, "p15: OpenPGP KDF parms:"); + /* Store them if they match the known OpenPGP format. */ + if (derlen == 4 && der[0] == 3 && der[1] == 1) + memcpy (prkdf->ecdh_kdf, der, 4); + } + } + err = 0; + } + if (ksba_cert_get_ext_key_usages (cdf->cert, &extusage)) continue; /* No extended key usage attribute. */ @@ -3801,33 +3878,22 @@ keygrip_from_prkdf (app_t app, prkdf_object_t prkdf) xfree (prkdf->serial_number); prkdf->serial_number = NULL; - /* FIXME: We should check whether a public key directory file and a - matching public key for PRKDF is available. This should make - extraction of the key much easier. My current test card doesn't - have one, so we can only use the fallback solution by looking for - a matching certificate and extract the key from there. */ + /* We could have also checked whether a public key directory file + * and a matching public key for PRKDF is available. This would + * make extraction of the key faster. However, this way we don't + * have a way to look at extended key attributes to check gpgusage. + * FIXME: Add public key lookup if no certificate was found. */ - /* Look for a matching certificate. A certificate matches if the Id - matches the one of the private key info. */ - for (cdf = app->app_local->certificate_info; cdf; cdf = cdf->next) - if (cdf->objidlen == prkdf->objidlen - && !memcmp (cdf->objid, prkdf->objid, prkdf->objidlen)) - break; - if (!cdf) - for (cdf = app->app_local->trusted_certificate_info; cdf; cdf = cdf->next) - if (cdf->objidlen == prkdf->objidlen - && !memcmp (cdf->objid, prkdf->objid, prkdf->objidlen)) - break; - if (!cdf) - for (cdf = app->app_local->useful_certificate_info; cdf; cdf = cdf->next) - if (cdf->objidlen == prkdf->objidlen - && !memcmp (cdf->objid, prkdf->objid, prkdf->objidlen)) - break; - if (!cdf) - { - err = gpg_error (GPG_ERR_NOT_FOUND); - goto leave; - } + /* Look for a matching certificate. A certificate matches if the id + * matches the one of the private key info. If none was found we + * also try to match on the label. */ + err = cdf_object_from_objid (app, prkdf->objidlen, prkdf->objid, &cdf); + if (gpg_err_code (err) == GPG_ERR_NOT_FOUND) + err = cdf_object_from_label (app, prkdf->label, &cdf); + if (!err && !cdf) + err = gpg_error (GPG_ERR_NOT_FOUND); + if (err) + goto leave; err = readcert_by_cdf (app, cdf, &der, &derlen); if (err) @@ -3902,6 +3968,7 @@ keygrip_from_prkdf (app_t app, prkdf_object_t prkdf) ksba_cert_get_validity (cert, 0, isot); t = isotime2epoch (isot); prkdf->keytime = (t == (time_t)(-1))? 0 : (u32)t; + prkdf->have_keytime = 1; } if (!err && !prkdf->keyalgostr) @@ -4022,7 +4089,7 @@ send_keypairinfo (app_t app, ctrl_t ctrl, prkdf_object_t prkdf) } log_assert (strlen (prkdf->keygrip) == 40); - if (prkdf->keytime) + if (prkdf->keytime && prkdf->have_keytime) snprintf (keytime, sizeof keytime, "%lu", (unsigned long)prkdf->keytime); else @@ -4289,6 +4356,98 @@ compare_aodf_objid (const void *arg_a, const void *arg_b) } +static void +send_key_fpr_line (ctrl_t ctrl, int number, const unsigned char *fpr) +{ + char buf[41]; + char numbuf[25]; + + bin2hex (fpr, 20, buf); + if (number == -1) + *numbuf = 0; /* Don't print the key number */ + else + snprintf (numbuf, sizeof numbuf, "%d", number); + send_status_info (ctrl, "KEY-FPR", + numbuf, (size_t)strlen(numbuf), + buf, (size_t)strlen (buf), + NULL, 0); +} + + +/* If possible Emit a FPR-KEY status line for the private key object + * PRKDF using NUMBER as index. */ +static void +send_key_fpr (app_t app, ctrl_t ctrl, prkdf_object_t prkdf, int number) +{ + gpg_error_t err; + cdf_object_t cdf; + unsigned char *pk, *fixed_pk; + size_t pklen, fixed_pklen; + const unsigned char *m, *e, *q; + size_t mlen, elen, qlen; + unsigned char fpr20[20]; + + if (cdf_object_from_objid (app, prkdf->objidlen, prkdf->objid, &cdf) + && cdf_object_from_label (app, prkdf->label, &cdf)) + return; + if (!cdf->cert) + readcert_by_cdf (app, cdf, NULL, NULL); + if (!cdf->cert) + return; + if (!prkdf->have_keytime) + return; + pk = ksba_cert_get_public_key (cdf->cert); + if (!pk) + return; + pklen = gcry_sexp_canon_len (pk, 0, NULL, &err); + + if (uncompress_ecc_q_in_canon_sexp (pk, pklen, &fixed_pk, &fixed_pklen)) + { + xfree (pk); + return; + } + if (fixed_pk) + { + xfree (pk); pk = NULL; + pk = fixed_pk; + pklen = fixed_pklen; + } + + switch (prkdf->keyalgo) + { + case GCRY_PK_RSA: + if (!get_rsa_pk_from_canon_sexp (pk, pklen, + &m, &mlen, &e, &elen) + && !compute_openpgp_fpr_rsa (4, + prkdf->keytime, + m, mlen, e, elen, + fpr20, NULL)) + send_key_fpr_line (ctrl, number, fpr20); + break; + + case GCRY_PK_ECC: + case GCRY_PK_ECDSA: + case GCRY_PK_ECDH: + case GCRY_PK_EDDSA: + /* Note that NUMBER 2 indicates the encryption key. */ + if (!get_ecc_q_from_canon_sexp (pk, pklen, &q, &qlen) + && !compute_openpgp_fpr_ecc (4, + prkdf->keytime, + prkdf->keyalgostr, + number == 2, + q, qlen, + prkdf->ecdh_kdf, 4, + fpr20, NULL)) + send_key_fpr_line (ctrl, number, fpr20); + break; + + default: /* No Fingerprint for an unknown algo. */ + break; + + } + xfree (pk); +} + /* Implement the GETATTR command. This is similar to the LEARN command but returns just one value via the status interface. */ @@ -4499,6 +4658,43 @@ do_getattr (app_t app, ctrl_t ctrl, const char *name) } return 0; } + else if (!strcmp (name, "KEY-FPR")) + { + /* Send KEY-FPR for the two openpgp keys. */ + for (prkdf = app->app_local->private_key_info; prkdf; + prkdf = prkdf->next) + { + if (app->app_local->any_gpgusage) + { + if (prkdf->gpgusage.sign) + break; + } + else + { + if (prkdf->usageflags.sign || prkdf->usageflags.sign_recover) + break; + } + } + if (prkdf) + send_key_fpr (app, ctrl, prkdf, 1); + for (prkdf = app->app_local->private_key_info; prkdf; + prkdf = prkdf->next) + { + if (app->app_local->any_gpgusage) + { + if (prkdf->gpgusage.encr) + break; + } + else + { + if (prkdf->usageflags.decrypt || prkdf->usageflags.unwrap) + break; + } + } + if (prkdf) + send_key_fpr (app, ctrl, prkdf, 2); + return 0; + } return gpg_error (GPG_ERR_INV_NAME); } diff --git a/scd/ccid-driver.c b/scd/ccid-driver.c index 603c0cd..ca900bf 100644 --- a/scd/ccid-driver.c +++ b/scd/ccid-driver.c @@ -1291,10 +1291,20 @@ ccid_vendor_specific_setup (ccid_driver_t handle) { if (handle->id_vendor == VENDOR_SCM && handle->id_product == SCM_SPR532) { + libusb_clear_halt (handle->idev, handle->ep_intr); + } + return 0; +} + + +static int +ccid_vendor_specific_pinpad_setup (ccid_driver_t handle) +{ + if (handle->id_vendor == VENDOR_SCM && handle->id_product == SCM_SPR532) + { DEBUGOUT ("sending escape sequence to switch to a case 1 APDU\n"); send_escape_cmd (handle, (const unsigned char*)"\x80\x02\x00", 3, NULL, 0, NULL); - libusb_clear_halt (handle->idev, handle->ep_intr); } return 0; } @@ -3587,6 +3597,8 @@ ccid_transceive_secure (ccid_driver_t handle, if (pininfo->fixedlen < 0 || pininfo->fixedlen >= 16) return CCID_DRIVER_ERR_NOT_SUPPORTED; + ccid_vendor_specific_pinpad_setup (handle); + msg = send_buffer; msg[0] = cherry_mode? 0x89 : PC_to_RDR_Secure; msg[5] = 0; /* slot */ diff --git a/scd/command.c b/scd/command.c index fc1bb01..11d6164 100644 --- a/scd/command.c +++ b/scd/command.c @@ -471,11 +471,11 @@ static const char hlp_learn[] = "\n" "For certain cards, more information will be returned:\n" "\n" - " S KEY-FPR <no> <hexstring>\n" + " S KEY-FPR <keyref> <hexstring>\n" "\n" - "For OpenPGP cards this returns the stored fingerprints of the\n" + "For some cards this returns the stored fingerprints of the\n" "keys. This can be used check whether a key is available on the\n" - "card. NO may be 1, 2 or 3.\n" + "card. KEYREF may be 1, 2 or 3 for OpenPGP or a standard keyref.\n" "\n" " S CA-FPR <no> <hexstring>\n" "\n" @@ -616,19 +616,19 @@ cmd_readcert (assuan_context_t ctx, char *line) static gpg_error_t do_readkey (card_t card, ctrl_t ctrl, const char *line, - int opt_info, int opt_nokey, - unsigned char **pk_p, size_t *pklen_p) + int opt_info, unsigned char **pk_p, size_t *pklen_p) { int rc; + int direct_readkey = 0; /* If the application supports the READKEY function we use that. Otherwise we use the old way by extracting it from the certificate. */ rc = app_readkey (card, ctrl, line, opt_info? APP_READKEY_FLAG_INFO : 0, - opt_nokey? NULL : pk_p, pklen_p); + pk_p, pklen_p); if (!rc) - ; /* Got the key. */ + direct_readkey = 1; /* Got the key. */ else if (gpg_err_code (rc) == GPG_ERR_UNSUPPORTED_OPERATION || gpg_err_code (rc) == GPG_ERR_NOT_FOUND) { @@ -651,7 +651,7 @@ do_readkey (card_t card, ctrl_t ctrl, const char *line, else log_error ("app_readkey failed: %s\n", gpg_strerror (rc)); - if (!rc && opt_info) + if (!rc && opt_info && !direct_readkey) { char keygripstr[KEYGRIP_LEN*2+1]; char *algostr; @@ -730,7 +730,7 @@ cmd_readkey (assuan_context_t ctx, char *line) if (direct) card_ref (card); - rc = do_readkey (card, ctrl, line, opt_info, opt_nokey, &pk, &pklen); + rc = do_readkey (card, ctrl, line, opt_info, &pk, &pklen); if (direct) card_unref (card); diff --git a/scd/scdaemon.c b/scd/scdaemon.c index eddc832..60d68c2 100644 --- a/scd/scdaemon.c +++ b/scd/scdaemon.c @@ -54,6 +54,7 @@ #include "../common/gc-opt-flags.h" #include "../common/asshelp.h" #include "../common/exechelp.h" +#include "../common/comopt.h" #include "../common/init.h" #ifndef ENAMETOOLONG @@ -652,6 +653,17 @@ main (int argc, char **argv ) if (log_get_errorcount(0)) exit(2); + + /* Process common component options. */ + if (parse_comopt (GNUPG_MODULE_NAME_SCDAEMON, debug_argparser)) + exit(2); + + if (!logfile) + { + logfile = comopt.logfile; + comopt.logfile = NULL; + } + if (nogreeting ) greeting = 0; diff --git a/sm/Makefile.am b/sm/Makefile.am index 9e768aa..b2f042d 100644 --- a/sm/Makefile.am +++ b/sm/Makefile.am @@ -79,7 +79,7 @@ module_maint_tests = t-minip12 t_common_src = t_common_ldadd = $(libcommon) $(LIBGCRYPT_LIBS) $(KSBA_LIBS) \ - $(GPG_ERROR_LIBS) $(LIBINTL) + $(GPG_ERROR_LIBS) $(LIBINTL) $(LIBICONV) t_minip12_CFLAGS = -DWITHOUT_NPTH=1 \ diff --git a/sm/Makefile.in b/sm/Makefile.in index 06c15db..0ddfb89 100644 --- a/sm/Makefile.in +++ b/sm/Makefile.in @@ -195,7 +195,7 @@ am_t_minip12_OBJECTS = $(am__objects_1) t_minip12-t-minip12.$(OBJEXT) \ t_minip12_OBJECTS = $(am_t_minip12_OBJECTS) am__DEPENDENCIES_2 = $(libcommon) $(am__DEPENDENCIES_1) \ $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) \ - $(am__DEPENDENCIES_1) + $(am__DEPENDENCIES_1) $(am__DEPENDENCIES_1) t_minip12_DEPENDENCIES = $(am__DEPENDENCIES_2) $(am__DEPENDENCIES_1) t_minip12_LINK = $(CCLD) $(t_minip12_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \ $(LDFLAGS) -o $@ @@ -554,7 +554,7 @@ module_tests = module_maint_tests = t-minip12 t_common_src = t_common_ldadd = $(libcommon) $(LIBGCRYPT_LIBS) $(KSBA_LIBS) \ - $(GPG_ERROR_LIBS) $(LIBINTL) + $(GPG_ERROR_LIBS) $(LIBINTL) $(LIBICONV) t_minip12_CFLAGS = -DWITHOUT_NPTH=1 \ $(LIBGCRYPT_CFLAGS) $(GPG_ERROR_CFLAGS) @@ -1,7 +1,7 @@ /* gpgsm.c - GnuPG for S/MIME * Copyright (C) 2001-2020 Free Software Foundation, Inc. * Copyright (C) 2001-2019 Werner Koch - * Copyright (C) 2015-2020 g10 Code GmbH + * Copyright (C) 2015-2021 g10 Code GmbH * * This file is part of GnuPG. * @@ -47,6 +47,7 @@ #include "../common/asshelp.h" #include "../common/init.h" #include "../common/compliance.h" +#include "../common/comopt.h" #include "minip12.h" #ifndef O_BINARY @@ -95,6 +96,7 @@ enum cmd_and_opt_values { aDumpChain, aDumpSecretKeys, aDumpExternalKeys, + aShowCerts, aKeydbClearSomeCertFlags, aFingerprint, @@ -251,6 +253,7 @@ static gpgrt_opt_t opts[] = { ARGPARSE_c (aGPGConfList, "gpgconf-list", "@"), ARGPARSE_c (aGPGConfTest, "gpgconf-test", "@"), + ARGPARSE_c (aShowCerts, "show-certs", "@"), ARGPARSE_c (aDumpKeys, "dump-cert", "@"), ARGPARSE_c (aDumpKeys, "dump-keys", "@"), ARGPARSE_c (aDumpChain, "dump-chain", "@"), @@ -1005,6 +1008,7 @@ main ( int argc, char **argv) estream_t htmlauditfp = NULL; struct assuan_malloc_hooks malloc_hooks; int pwfd = -1; + int no_logfile = 0; static const char *homedirvalue; static const char *changeuser; @@ -1210,6 +1214,7 @@ main ( int argc, char **argv) case aExportSecretKeyP12: case aExportSecretKeyP8: case aExportSecretKeyRaw: + case aShowCerts: case aDumpKeys: case aDumpChain: case aDumpExternalKeys: @@ -1354,7 +1359,7 @@ main ( int argc, char **argv) break; case oLogFile: logfile = pargs.r.ret_str; break; - case oNoLogFile: logfile = NULL; break; + case oNoLogFile: logfile = NULL; no_logfile = 1; break; case oAuditLog: auditlog = pargs.r.ret_str; break; case oHtmlAuditLog: htmlauditlog = pargs.r.ret_str; break; @@ -1613,6 +1618,34 @@ main ( int argc, char **argv) gpgsm_exit(2); } + /* Process common component options. */ + if (parse_comopt (GNUPG_MODULE_NAME_GPGSM, debug_argparser)) + { + gpgsm_status_with_error (&ctrl, STATUS_FAILURE, + "option-parser", gpg_error (GPG_ERR_GENERAL)); + gpgsm_exit(2); + } + + if (!logfile && !no_logfile) + { + logfile = comopt.logfile; + comopt.logfile = NULL; + } + + if (opt.use_keyboxd) + log_info ("Note: Please move option \"%s\" to \"common.conf\"\n", + "use-keyboxd"); + opt.use_keyboxd = comopt.use_keyboxd; /* Override. */ + + if (opt.keyboxd_program) + log_info ("Note: Please move option \"%s\" to \"common.conf\"\n", + "keyboxd-program"); + if (!opt.keyboxd_program && comopt.keyboxd_program) + { + opt.keyboxd_program = comopt.keyboxd_program; + comopt.keyboxd_program = NULL; + } + if (pwfd != -1) /* Read the passphrase now. */ read_passphrase_from_fd (pwfd); @@ -2091,6 +2124,15 @@ main ( int argc, char **argv) } break; + case aShowCerts: + { + estream_t fp; + + fp = open_es_fwrite (opt.outfile?opt.outfile:"-"); + gpgsm_show_certs (&ctrl, argc, argv, fp); + es_fclose (fp); + } + break; case aKeygen: /* Generate a key; well kind of. */ { @@ -389,6 +389,8 @@ int gpgsm_find_cert (ctrl_t ctrl, const char *name, ksba_sexp_t keyid, /*-- keylist.c --*/ gpg_error_t gpgsm_list_keys (ctrl_t ctrl, strlist_t names, estream_t fp, unsigned int mode); +gpg_error_t gpgsm_show_certs (ctrl_t ctrl, int nfiles, char **files, + estream_t fp); /*-- import.c --*/ int gpgsm_import (ctrl_t ctrl, int in_fd, int reimport_mode); diff --git a/sm/keylist.c b/sm/keylist.c index 1a062d1..3c9e10c 100644 --- a/sm/keylist.c +++ b/sm/keylist.c @@ -1710,3 +1710,98 @@ gpgsm_list_keys (ctrl_t ctrl, strlist_t names, estream_t fp, err = list_external_keys (ctrl, names, fp, (mode&256)); return err; } + + + +static gpg_error_t +do_show_certs (ctrl_t ctrl, const char *fname, estream_t outfp) +{ + gpg_error_t err; + gnupg_ksba_io_t b64reader = NULL; + ksba_reader_t reader; + ksba_cert_t cert = NULL; + estream_t fp; + int any = 0; + + if (!fname || (fname[0] == '-' && !fname[1])) + { + fp = es_stdin; + fname = "[stdin]"; + } + else + { + fp = es_fopen (fname, "rb"); + if (!fp) + { + err = gpg_error_from_syserror (); + log_error (_("can't open '%s': %s\n"), fname, gpg_strerror (err)); + return err; + } + } + + err = gnupg_ksba_create_reader + (&b64reader, ((ctrl->is_pem? GNUPG_KSBA_IO_PEM : 0) + | (ctrl->is_base64? GNUPG_KSBA_IO_BASE64 : 0) + | (ctrl->autodetect_encoding? GNUPG_KSBA_IO_AUTODETECT : 0) + | GNUPG_KSBA_IO_MULTIPEM), + fp, &reader); + if (err) + { + log_error ("can't create reader: %s\n", gpg_strerror (err)); + goto leave; + } + + /* We need to loop here to handle multiple PEM objects per file. */ + do + { + ksba_cert_release (cert); cert = NULL; + + err = ksba_cert_new (&cert); + if (err) + goto leave; + + err = ksba_cert_read_der (cert, reader); + if (err) + goto leave; + + es_fprintf (outfp, "File ........: %s\n", fname); + list_cert_raw (ctrl, NULL, cert, outfp, 0, 0); + es_putc ('\n', outfp); + any = 1; + + ksba_reader_clear (reader, NULL, NULL); + } + while (!gnupg_ksba_reader_eof_seen (b64reader)); + + leave: + if (any && gpg_err_code (err) == GPG_ERR_EOF) + err = 0; + ksba_cert_release (cert); + gnupg_ksba_destroy_reader (b64reader); + if (fp != es_stdin) + es_fclose (fp); + return err; +} + + +/* Show a raw dump of the certificates found in the files given in + * the arrag FILES. Write output to FP. */ +gpg_error_t +gpgsm_show_certs (ctrl_t ctrl, int nfiles, char **files, estream_t fp) +{ + gpg_error_t saveerr = 0; + gpg_error_t err; + + if (!nfiles) + saveerr = do_show_certs (ctrl, NULL, fp); + else + { + for (; nfiles; nfiles--, files++) + { + err = do_show_certs (ctrl, *files, fp); + if (err && !saveerr) + saveerr = err; + } + } + return saveerr; +} diff --git a/tests/openpgp/Makefile.am b/tests/openpgp/Makefile.am index 984b63f..106e49c 100644 --- a/tests/openpgp/Makefile.am +++ b/tests/openpgp/Makefile.am @@ -272,7 +272,7 @@ CLEANFILES = prepared.stamp x y yy z out err $(data_files) \ plain-1 plain-2 plain-3 trustdb.gpg *.lock .\#lk* \ *.log gpg_dearmor gpg.conf gpg-agent.conf S.gpg-agent \ pubring.gpg pubring.gpg~ pubring.kbx pubring.kbx~ \ - secring.gpg pubring.pkr secring.skr \ + common.conf secring.gpg pubring.pkr secring.skr \ gnupg-test.stop random_seed gpg-agent.log tofu.db \ passphrases sshcontrol S.gpg-agent.ssh report.xml diff --git a/tests/openpgp/Makefile.in b/tests/openpgp/Makefile.in index 4622ca0..30dbb87 100644 --- a/tests/openpgp/Makefile.in +++ b/tests/openpgp/Makefile.in @@ -633,7 +633,7 @@ CLEANFILES = prepared.stamp x y yy z out err $(data_files) \ plain-1 plain-2 plain-3 trustdb.gpg *.lock .\#lk* \ *.log gpg_dearmor gpg.conf gpg-agent.conf S.gpg-agent \ pubring.gpg pubring.gpg~ pubring.kbx pubring.kbx~ \ - secring.gpg pubring.pkr secring.skr \ + common.conf secring.gpg pubring.pkr secring.skr \ gnupg-test.stop random_seed gpg-agent.log tofu.db \ passphrases sshcontrol S.gpg-agent.ssh report.xml diff --git a/tests/openpgp/defs.scm b/tests/openpgp/defs.scm index d26d383..768d479 100644 --- a/tests/openpgp/defs.scm +++ b/tests/openpgp/defs.scm @@ -335,6 +335,11 @@ (if (flag "--use-keyring" *args*) (create-file "pubring.gpg")) + (create-file "common.conf" + (if (flag "--use-keyboxd" *args*) + "use-keyboxd" "#use-keyboxd") + ) + (create-file "gpg.conf" ;;"log-file socket:///tmp/S.wklog" ;;"verbose" @@ -352,8 +357,6 @@ (string-append "agent-program " (tool 'gpg-agent) "|--debug-quick-random\n") - (if (flag "--use-keyboxd" *args*) - "use-keyboxd" "#use-keyboxd") ) (create-file "keyboxd.conf" ;;"log-file socket:///tmp/S.wklog" diff --git a/tools/gpg-card.c b/tools/gpg-card.c index d9d626c..07e9232 100644 --- a/tools/gpg-card.c +++ b/tools/gpg-card.c @@ -22,6 +22,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <ctype.h> #ifdef HAVE_LIBREADLINE # define GNUPG_LIBREADLINE_H_INCLUDED # include <readline/readline.h> diff --git a/tools/gpgconf-comp.c b/tools/gpgconf-comp.c index ca15aa8..2a5087e 100644 --- a/tools/gpgconf-comp.c +++ b/tools/gpgconf-comp.c @@ -420,12 +420,11 @@ static known_option_t known_options_gpg[] = { "completes-needed", GC_OPT_FLAG_NONE, GC_LEVEL_INVISIBLE }, { "marginals-needed", GC_OPT_FLAG_NONE, GC_LEVEL_INVISIBLE }, - { "use-keyboxd", GC_OPT_FLAG_NONE, GC_LEVEL_INVISIBLE }, - /* The next items are pseudo options which we read via --gpgconf-list. * The meta information is taken from the table below. */ { "default_pubkey_algo", GC_OPT_FLAG_NONE, GC_LEVEL_INVISIBLE }, { "compliance_de_vs", GC_OPT_FLAG_NONE, GC_LEVEL_INVISIBLE }, + { "use_keyboxd", GC_OPT_FLAG_NONE, GC_LEVEL_INVISIBLE }, { NULL } }; @@ -436,6 +435,11 @@ static const char *known_pseudo_options_gpg[] = * result is valid for all components. * v-- ARGPARSE_TYPE_INT */ "compliance_de_vs:0:1:@:", + /* True is use_keyboxd is enabled. That option can be set in + * common.conf but is not direcly supported by gpgconf. Thus we + * only allow to read it out. + * v-- ARGPARSE_TYPE_INT */ + "use_keyboxd:0:1:@:", NULL }; @@ -466,8 +470,6 @@ static known_option_t known_options_gpgsm[] = { "cipher-algo", GC_OPT_FLAG_NONE, GC_LEVEL_ADVANCED }, { "disable-trusted-cert-crl-check", GC_OPT_FLAG_NONE, GC_LEVEL_EXPERT }, - { "use-keyboxd", GC_OPT_FLAG_NONE, GC_LEVEL_INVISIBLE }, - /* Pseudo option follows. See also table below. */ { "default_pubkey_algo", GC_OPT_FLAG_NONE, GC_LEVEL_INVISIBLE }, @@ -946,7 +948,10 @@ gc_component_launch (int component) gc_component[component].name); if (!opt.quiet) log_info (_("Note: Use the command \"%s%s\" to get details.\n"), - gc_component[component].name, " --gpgconf-test"); + gc_component[component].program + ? gc_component[component].program + : gc_component[component].name, + " --gpgconf-test"); gpgconf_failure (0); } diff --git a/tools/gpgsplit.c b/tools/gpgsplit.c index 7257b63..cc7bf8e 100644 --- a/tools/gpgsplit.c +++ b/tools/gpgsplit.c @@ -582,7 +582,10 @@ write_part (FILE *fpin, unsigned long pktlen, { c = getc (fpin); if (c == EOF) - goto read_error; + { + xfree (blob); + goto read_error; + } blob[i] = c; } len = public_key_length (blob, pktlen); @@ -594,18 +597,27 @@ write_part (FILE *fpin, unsigned long pktlen, if ( (hdr[0] & 0x40) ) { if (write_new_header (fpout, pkttype, len)) - goto write_error; + { + xfree (blob); + goto write_error; + } } else { if (write_old_header (fpout, pkttype, len)) - goto write_error; + { + xfree (blob); + goto write_error; + } } for (i=0; i < len; i++) { if ( putc (blob[i], fpout) == EOF ) - goto write_error; + { + xfree (blob); + goto write_error; + } } goto ready; |