diff options
author | Werner Koch <wk@gnupg.org> | 2007-05-07 21:49:12 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2007-05-07 21:49:12 +0200 |
commit | d5052fd22864ebb879e3b417ecfefd88e6c1800a (patch) | |
tree | 82f547df2e3ac98021fd713f470cc00610482c8e /po | |
parent | Updated to automake 1.10. (diff) | |
download | gnupg2-d5052fd22864ebb879e3b417ecfefd88e6c1800a.tar.xz gnupg2-d5052fd22864ebb879e3b417ecfefd88e6c1800a.zip |
Upgraded gettext.
Fixed accidental dependency on libgcrypt 1.3.0.
Diffstat (limited to 'po')
-rw-r--r-- | po/ChangeLog | 4 | ||||
-rw-r--r-- | po/Makefile.in.in | 12 | ||||
-rw-r--r-- | po/Makevars.template | 41 | ||||
-rw-r--r-- | po/be.po | 680 | ||||
-rw-r--r-- | po/ca.po | 684 | ||||
-rw-r--r-- | po/cs.po | 680 | ||||
-rw-r--r-- | po/da.po | 679 | ||||
-rw-r--r-- | po/de.po | 688 | ||||
-rw-r--r-- | po/el.po | 684 | ||||
-rw-r--r-- | po/eo.po | 679 | ||||
-rw-r--r-- | po/es.po | 684 | ||||
-rw-r--r-- | po/et.po | 684 | ||||
-rw-r--r-- | po/fi.po | 684 | ||||
-rw-r--r-- | po/fr.po | 681 | ||||
-rw-r--r-- | po/gl.po | 684 | ||||
-rw-r--r-- | po/hu.po | 684 | ||||
-rw-r--r-- | po/id.po | 684 | ||||
-rw-r--r-- | po/it.po | 684 | ||||
-rw-r--r-- | po/ja.po | 680 | ||||
-rw-r--r-- | po/nb.po | 680 | ||||
-rw-r--r-- | po/pl.po | 684 | ||||
-rw-r--r-- | po/pt.po | 689 | ||||
-rw-r--r-- | po/pt_BR.po | 683 | ||||
-rw-r--r-- | po/ro.po | 684 | ||||
-rw-r--r-- | po/ru.po | 684 | ||||
-rw-r--r-- | po/sk.po | 684 | ||||
-rw-r--r-- | po/sv.po | 684 | ||||
-rw-r--r-- | po/tr.po | 685 | ||||
-rw-r--r-- | po/zh_CN.po | 680 | ||||
-rw-r--r-- | po/zh_TW.po | 680 |
30 files changed, 9473 insertions, 9024 deletions
diff --git a/po/ChangeLog b/po/ChangeLog index d72c927b7..3ec5cca53 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,7 @@ +2007-05-07 gettextize <bug-gnu-gettext@gnu.org> + + * Makefile.in.in: Upgrade to gettext-0.16.1. + 2007-02-26 Werner Koch <wk@g10code.com> * sv.po: Update from Daniel. diff --git a/po/Makefile.in.in b/po/Makefile.in.in index 2ed49e62d..5022b8b18 100644 --- a/po/Makefile.in.in +++ b/po/Makefile.in.in @@ -8,7 +8,7 @@ # Please note that the actual code of GNU gettext is covered by the GNU # General Public License and is *not* in the public domain. # -# Origin: gettext-0.15 +# Origin: gettext-0.16 PACKAGE = @PACKAGE@ VERSION = @VERSION@ @@ -30,7 +30,17 @@ gettextsrcdir = $(datadir)/gettext/po INSTALL = @INSTALL@ INSTALL_DATA = @INSTALL_DATA@ + +# We use $(mkdir_p). +# In automake <= 1.9.x, $(mkdir_p) is defined either as "mkdir -p --" or as +# "$(mkinstalldirs)" or as "$(install_sh) -d". For these automake versions, +# @install_sh@ does not start with $(SHELL), so we add it. +# In automake >= 1.10, @mkdir_p@ is derived from ${MKDIR_P}, which is defined +# either as "/path/to/mkdir -p" or ".../install-sh -c -d". For these automake +# versions, $(mkinstalldirs) and $(install_sh) are unused. mkinstalldirs = $(SHELL) @install_sh@ -d +install_sh = $(SHELL) @install_sh@ +MKDIR_P = @MKDIR_P@ mkdir_p = @mkdir_p@ GMSGFMT_ = @GMSGFMT@ diff --git a/po/Makevars.template b/po/Makevars.template new file mode 100644 index 000000000..32692ab4b --- /dev/null +++ b/po/Makevars.template @@ -0,0 +1,41 @@ +# Makefile variables for PO directory in any package using GNU gettext. + +# Usually the message domain is the same as the package name. +DOMAIN = $(PACKAGE) + +# These two variables depend on the location of this directory. +subdir = po +top_builddir = .. + +# These options get passed to xgettext. +XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ + +# This is the copyright holder that gets inserted into the header of the +# $(DOMAIN).pot file. Set this to the copyright holder of the surrounding +# package. (Note that the msgstr strings, extracted from the package's +# sources, belong to the copyright holder of the package.) Translators are +# expected to transfer the copyright for their translations to this person +# or entity, or to disclaim their copyright. The empty string stands for +# the public domain; in this case the translators are expected to disclaim +# their copyright. +COPYRIGHT_HOLDER = Free Software Foundation, Inc. + +# This is the email address or URL to which the translators shall report +# bugs in the untranslated strings: +# - Strings which are not entire sentences, see the maintainer guidelines +# in the GNU gettext documentation, section 'Preparing Strings'. +# - Strings which use unclear terms or require additional context to be +# understood. +# - Strings which make invalid assumptions about notation of date, time or +# money. +# - Pluralisation problems. +# - Incorrect English spelling. +# - Incorrect formatting. +# It can be your email address, or a mailing list address where translators +# can write to without being subscribed, or the URL of a web page through +# which the translators can contact you. +MSGID_BUGS_ADDRESS = + +# This is the list of locale categories, beyond LC_MESSAGES, for which the +# message catalogs shall be used. It is usually empty. +EXTRA_LOCALE_CATEGORIES = @@ -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: 2007-03-08 14:20+0100\n" +"POT-Creation-Date: 2007-05-07 20:39+0200\n" "PO-Revision-Date: 2003-10-30 16:35+0200\n" "Last-Translator: Ales Nyakhaychyk <nab@mail.by>\n" "Language-Team: Belarusian <i18n@mova.org>\n" @@ -88,8 +88,8 @@ msgstr "" #: g10/keyring.c:1534 g10/openfile.c:190 g10/openfile.c:345 #: g10/plaintext.c:504 g10/sign.c:814 g10/sign.c:1009 g10/sign.c:1125 #: g10/sign.c:1281 g10/tdbdump.c:141 g10/tdbdump.c:149 g10/tdbio.c:542 -#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1775 -#: sm/gpgsm.c:1812 sm/qualified.c:74 +#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1780 +#: sm/gpgsm.c:1817 sm/gpgsm.c:1855 sm/qualified.c:74 #, c-format msgid "can't open `%s': %s\n" msgstr "" @@ -188,13 +188,13 @@ msgstr "" "Увядзіце новы пароль для гэтага сакрэтнага ключа.\n" "\n" -#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1216 +#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1202 #, fuzzy msgid "Please re-enter this passphrase" msgstr "Увядзіце пароль\n" -#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1222 -#: tools/symcryptrun.c:487 +#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1208 +#: tools/symcryptrun.c:468 msgid "does not match - try again" msgstr "" @@ -203,7 +203,7 @@ msgstr "" msgid "Please enter the new passphrase" msgstr "Паўтарыце пароль\n" -#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:109 +#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:111 #: scd/scdaemon.c:103 #, fuzzy msgid "" @@ -223,13 +223,13 @@ msgid "run in daemon mode (background)" msgstr "" #: agent/gpg-agent.c:117 g10/gpg.c:470 g10/gpgv.c:71 kbx/kbxutil.c:82 -#: scd/scdaemon.c:109 sm/gpgsm.c:335 tools/gpg-connect-agent.c:59 -#: tools/gpgconf.c:69 tools/symcryptrun.c:185 +#: scd/scdaemon.c:109 sm/gpgsm.c:338 tools/gpg-connect-agent.c:60 +#: tools/gpgconf.c:69 tools/symcryptrun.c:166 msgid "verbose" msgstr "шматслоўнасьць" #: agent/gpg-agent.c:118 g10/gpgv.c:72 kbx/kbxutil.c:83 scd/scdaemon.c:110 -#: sm/gpgsm.c:336 +#: sm/gpgsm.c:339 msgid "be somewhat more quiet" msgstr "працаваць менш шматслоўна" @@ -241,7 +241,7 @@ msgstr "" msgid "csh-style command output" msgstr "" -#: agent/gpg-agent.c:121 tools/symcryptrun.c:188 +#: agent/gpg-agent.c:121 tools/symcryptrun.c:169 msgid "|FILE|read options from FILE" msgstr "" @@ -253,8 +253,8 @@ msgstr "" msgid "do not grab keyboard and mouse" msgstr "" -#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:338 -#: tools/symcryptrun.c:187 +#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:341 +#: tools/symcryptrun.c:168 msgid "use a log file for the server" msgstr "" @@ -308,9 +308,9 @@ msgstr "" msgid "|FILE|write environment settings also to FILE" msgstr "" -#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:143 -#: scd/scdaemon.c:192 sm/gpgsm.c:517 tools/gpg-connect-agent.c:123 -#: tools/gpgconf.c:91 tools/symcryptrun.c:225 +#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:148 +#: scd/scdaemon.c:192 sm/gpgsm.c:521 tools/gpg-connect-agent.c:126 +#: tools/gpgconf.c:91 tools/symcryptrun.c:206 #, fuzzy msgid "Please report bugs to <" msgstr "Калі ласка, паведамляйце пра памылкі на <gnupg-bugs@gnu.org>.\n" @@ -326,137 +326,126 @@ msgid "" "Secret key management for GnuPG\n" msgstr "" -#: agent/gpg-agent.c:311 -#, c-format -msgid "out of core in secure memory while allocating %lu bytes" -msgstr "" - -#: agent/gpg-agent.c:314 -#, c-format -msgid "out of core while allocating %lu bytes" -msgstr "" - -#: agent/gpg-agent.c:345 g10/gpg.c:931 scd/scdaemon.c:266 sm/gpgsm.c:646 +#: agent/gpg-agent.c:303 g10/gpg.c:931 scd/scdaemon.c:247 sm/gpgsm.c:650 #, c-format msgid "invalid debug-level `%s' given\n" msgstr "" -#: agent/gpg-agent.c:521 agent/protect-tool.c:1073 g10/gpg.c:1835 -#: kbx/kbxutil.c:432 scd/scdaemon.c:358 sm/gpgsm.c:768 -#: tools/symcryptrun.c:1056 +#: agent/gpg-agent.c:479 agent/protect-tool.c:1059 kbx/kbxutil.c:432 +#: scd/scdaemon.c:339 sm/gpgsm.c:771 sm/gpgsm.c:774 tools/symcryptrun.c:1037 #, c-format -msgid "libgcrypt is too old (need %s, have %s)\n" +msgid "%s is too old (need %s, have %s)\n" msgstr "" -#: agent/gpg-agent.c:615 g10/gpg.c:2035 scd/scdaemon.c:435 sm/gpgsm.c:865 +#: agent/gpg-agent.c:572 g10/gpg.c:2035 scd/scdaemon.c:415 sm/gpgsm.c:865 #, c-format msgid "NOTE: no default option file `%s'\n" msgstr "" -#: agent/gpg-agent.c:620 agent/gpg-agent.c:1179 g10/gpg.c:2039 -#: scd/scdaemon.c:440 sm/gpgsm.c:869 tools/symcryptrun.c:989 +#: agent/gpg-agent.c:577 agent/gpg-agent.c:1136 g10/gpg.c:2039 +#: scd/scdaemon.c:420 sm/gpgsm.c:869 tools/symcryptrun.c:970 #, c-format msgid "option file `%s': %s\n" msgstr "" -#: agent/gpg-agent.c:628 g10/gpg.c:2046 scd/scdaemon.c:448 sm/gpgsm.c:876 +#: agent/gpg-agent.c:585 g10/gpg.c:2046 scd/scdaemon.c:428 sm/gpgsm.c:876 #, c-format msgid "reading options from `%s'\n" msgstr "" -#: agent/gpg-agent.c:949 g10/plaintext.c:142 g10/plaintext.c:147 +#: agent/gpg-agent.c:906 g10/plaintext.c:142 g10/plaintext.c:147 #: g10/plaintext.c:164 #, c-format msgid "error creating `%s': %s\n" msgstr "памылка стварэньня \"%s\": %s\n" -#: agent/gpg-agent.c:1239 agent/gpg-agent.c:1342 agent/gpg-agent.c:1346 -#: agent/gpg-agent.c:1382 agent/gpg-agent.c:1386 g10/exec.c:174 -#: g10/openfile.c:418 scd/scdaemon.c:934 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:1299 agent/gpg-agent.c:1303 +#: agent/gpg-agent.c:1339 agent/gpg-agent.c:1343 g10/exec.c:174 +#: g10/openfile.c:418 scd/scdaemon.c:914 #, fuzzy, c-format msgid "can't create directory `%s': %s\n" msgstr "%s: немагчыма стварыць тэчку: %s\n" -#: agent/gpg-agent.c:1253 scd/scdaemon.c:948 +#: agent/gpg-agent.c:1210 scd/scdaemon.c:928 msgid "name of socket too long\n" msgstr "" -#: agent/gpg-agent.c:1279 scd/scdaemon.c:974 +#: agent/gpg-agent.c:1236 scd/scdaemon.c:954 #, fuzzy, c-format msgid "can't create socket: %s\n" msgstr "%s: немагчыма стварыць тэчку: %s\n" -#: agent/gpg-agent.c:1308 scd/scdaemon.c:1003 +#: agent/gpg-agent.c:1265 scd/scdaemon.c:983 #, fuzzy, c-format msgid "error binding socket to `%s': %s\n" msgstr "памылка стварэньня \"%s\": %s\n" -#: agent/gpg-agent.c:1316 scd/scdaemon.c:1011 +#: agent/gpg-agent.c:1273 scd/scdaemon.c:991 #, fuzzy, c-format msgid "listen() failed: %s\n" msgstr "збой падпісаньня: %s\n" -#: agent/gpg-agent.c:1322 scd/scdaemon.c:1017 +#: agent/gpg-agent.c:1279 scd/scdaemon.c:997 #, fuzzy, c-format msgid "listening on socket `%s'\n" msgstr "запіс у stdout\n" -#: agent/gpg-agent.c:1350 agent/gpg-agent.c:1392 g10/openfile.c:421 +#: agent/gpg-agent.c:1307 agent/gpg-agent.c:1349 g10/openfile.c:421 #, fuzzy, c-format msgid "directory `%s' created\n" msgstr "%s: тэчка створана\n" -#: agent/gpg-agent.c:1398 +#: agent/gpg-agent.c:1355 #, fuzzy, c-format msgid "stat() failed for `%s': %s\n" msgstr "немагчыма адкрыць %s: %s\n" -#: agent/gpg-agent.c:1402 +#: agent/gpg-agent.c:1359 #, fuzzy, c-format msgid "can't use `%s' as home directory\n" msgstr "%s: немагчыма стварыць тэчку: %s\n" -#: agent/gpg-agent.c:1504 +#: agent/gpg-agent.c:1461 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:1509 +#: agent/gpg-agent.c:1466 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:1526 +#: agent/gpg-agent.c:1483 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:1531 +#: agent/gpg-agent.c:1488 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:1627 scd/scdaemon.c:1136 +#: agent/gpg-agent.c:1584 scd/scdaemon.c:1116 #, c-format msgid "pth_select failed: %s - waiting 1s\n" msgstr "" -#: agent/gpg-agent.c:1733 scd/scdaemon.c:1203 +#: agent/gpg-agent.c:1690 scd/scdaemon.c:1183 #, c-format msgid "%s %s stopped\n" msgstr "" -#: agent/gpg-agent.c:1754 +#: agent/gpg-agent.c:1711 msgid "no gpg-agent running in this session\n" msgstr "" -#: agent/gpg-agent.c:1764 common/simple-pwquery.c:324 g10/call-agent.c:137 -#: sm/call-agent.c:144 tools/gpg-connect-agent.c:713 +#: agent/gpg-agent.c:1721 common/simple-pwquery.c:324 g10/call-agent.c:137 +#: sm/call-agent.c:144 tools/gpg-connect-agent.c:764 msgid "malformed GPG_AGENT_INFO environment variable\n" msgstr "" -#: agent/gpg-agent.c:1776 common/simple-pwquery.c:336 g10/call-agent.c:149 -#: sm/call-agent.c:156 tools/gpg-connect-agent.c:724 +#: agent/gpg-agent.c:1733 common/simple-pwquery.c:336 g10/call-agent.c:149 +#: sm/call-agent.c:156 tools/gpg-connect-agent.c:775 #, c-format msgid "gpg-agent protocol version %d is not supported\n" msgstr "" @@ -472,48 +461,48 @@ msgid "" "Password cache maintenance\n" msgstr "" -#: agent/protect-tool.c:146 +#: agent/protect-tool.c:151 #, fuzzy msgid "Usage: gpg-protect-tool [options] (-h for help)\n" msgstr "Выкарыстаньне: gpg [выбары] [файлы] (-h для даведкі)" -#: agent/protect-tool.c:148 +#: agent/protect-tool.c:153 msgid "" "Syntax: gpg-protect-tool [options] [args]\n" "Secret key maintenance tool\n" msgstr "" -#: agent/protect-tool.c:1207 +#: agent/protect-tool.c:1193 msgid "Please enter the passphrase to unprotect the PKCS#12 object." msgstr "" -#: agent/protect-tool.c:1210 +#: agent/protect-tool.c:1196 msgid "Please enter the passphrase to protect the new PKCS#12 object." msgstr "" -#: agent/protect-tool.c:1213 +#: agent/protect-tool.c:1199 msgid "" "Please enter the passphrase to protect the imported object within the GnuPG " "system." msgstr "" -#: agent/protect-tool.c:1218 +#: agent/protect-tool.c:1204 msgid "" "Please enter the passphrase or the PIN\n" "needed to complete this operation." msgstr "" -#: agent/protect-tool.c:1223 tools/symcryptrun.c:488 +#: agent/protect-tool.c:1209 tools/symcryptrun.c:469 #, fuzzy msgid "Passphrase:" msgstr "дрэнны пароль" -#: agent/protect-tool.c:1236 tools/symcryptrun.c:501 +#: agent/protect-tool.c:1222 tools/symcryptrun.c:482 #, c-format msgid "error while asking for the passphrase: %s\n" msgstr "" -#: agent/protect-tool.c:1239 tools/symcryptrun.c:505 +#: agent/protect-tool.c:1225 tools/symcryptrun.c:486 #, fuzzy msgid "cancelled\n" msgstr "скасавана карыстальнікам\n" @@ -553,7 +542,7 @@ msgstr "" msgid "error reading `%s', line %d: %s\n" msgstr "памылка стварэньня \"%s\": %s\n" -#: agent/trustlist.c:355 agent/trustlist.c:394 +#: agent/trustlist.c:365 agent/trustlist.c:404 msgid "error reading list of trusted root certificates\n" msgstr "" @@ -566,7 +555,7 @@ msgstr "" #. second "%s" gets replaced by a hexdecimal #. fingerprint string whereas the first one receives #. the name as store in the certificate. -#: agent/trustlist.c:470 +#: agent/trustlist.c:480 #, c-format msgid "" "Please verify that the certificate identified as:%%0A \"%s\"%%0Ahas the " @@ -576,7 +565,7 @@ msgstr "" #. TRANSLATORS: "Correct" is the label of a button and intended to #. be hit if the fingerprint matches the one of the CA. The other #. button is "the default "Cancel" of the Pinentry. -#: agent/trustlist.c:479 +#: agent/trustlist.c:489 msgid "Correct" msgstr "" @@ -588,19 +577,19 @@ msgstr "" #. plain % sign, you need to encode it as "%%25". The #. "%s" gets replaced by the name as store in the #. certificate. -#: agent/trustlist.c:499 +#: agent/trustlist.c:509 #, c-format msgid "" "Do you ultimately trust%%0A \"%s\"%%0Ato correctly certify user " "certificates?" msgstr "" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 #, fuzzy msgid "Yes" msgstr "yes [так]" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 msgid "No" msgstr "" @@ -644,12 +633,12 @@ msgstr "" msgid "error running `%s': terminated\n" msgstr "памылка стварэньня \"%s\": %s\n" -#: common/http.c:1623 +#: common/http.c:1621 #, fuzzy, c-format msgid "error creating socket: %s\n" msgstr "памылка стварэньня \"%s\": %s\n" -#: common/http.c:1667 +#: common/http.c:1665 #, fuzzy msgid "host not found" msgstr "нерэчаісны хэш-альгарытм \"%s\"\n" @@ -741,6 +730,16 @@ msgstr "" msgid "cC" msgstr "" +#: common/miscellaneous.c:73 +#, c-format +msgid "out of core in secure memory while allocating %lu bytes" +msgstr "" + +#: common/miscellaneous.c:76 +#, c-format +msgid "out of core while allocating %lu bytes" +msgstr "" + #: g10/armor.c:368 #, c-format msgid "armor: %s\n" @@ -1159,13 +1158,13 @@ msgstr "" msgid "can't open `%s'\n" msgstr "немагчыма адкрыць \"%s\"\n" -#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1714 +#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1721 #: g10/revoke.c:228 #, fuzzy, c-format msgid "key \"%s\" not found: %s\n" msgstr "грамадскі ключ ня знойдзены" -#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1728 +#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1735 #: g10/revoke.c:234 g10/revoke.c:479 #, c-format msgid "error reading keyblock: %s\n" @@ -1430,22 +1429,22 @@ msgstr "" msgid "Invalid key %s made valid by --allow-non-selfsigned-uid\n" msgstr "" -#: g10/getkey.c:2390 g10/keyedit.c:3723 +#: g10/getkey.c:2393 g10/keyedit.c:3723 #, c-format msgid "no secret subkey for public subkey %s - ignoring\n" msgstr "" -#: g10/getkey.c:2621 +#: g10/getkey.c:2624 #, fuzzy, c-format msgid "using subkey %s instead of primary key %s\n" msgstr "%s: немагчыма стварыць тэчку: %s\n" -#: g10/getkey.c:2668 +#: g10/getkey.c:2671 #, c-format msgid "key %s: secret key without public key - skipped\n" msgstr "" -#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:241 tools/gpgconf.c:56 +#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:242 tools/gpgconf.c:56 msgid "" "@Commands:\n" " " @@ -1461,27 +1460,27 @@ msgstr "|[файл]|зрабіць подпіс" msgid "|[file]|make a clear text signature" msgstr "|[файл]|зрабіць чысты тэкставы подпіс" -#: g10/gpg.c:373 sm/gpgsm.c:245 +#: g10/gpg.c:373 sm/gpgsm.c:246 msgid "make a detached signature" msgstr "зрабіць адчэплены подпіс" -#: g10/gpg.c:374 sm/gpgsm.c:246 +#: g10/gpg.c:374 sm/gpgsm.c:247 msgid "encrypt data" msgstr "зашыфраваць даньні" -#: g10/gpg.c:376 sm/gpgsm.c:247 +#: g10/gpg.c:376 sm/gpgsm.c:248 msgid "encryption only with symmetric cipher" msgstr "шыфраваньне толькі сымэтрычнымі шыфрамі" -#: g10/gpg.c:378 sm/gpgsm.c:248 +#: g10/gpg.c:378 sm/gpgsm.c:249 msgid "decrypt data (default)" msgstr "разшыфраваць даньні (дапомна)" -#: g10/gpg.c:380 sm/gpgsm.c:249 +#: g10/gpg.c:380 sm/gpgsm.c:250 msgid "verify a signature" msgstr "праверыць подпіс" -#: g10/gpg.c:382 sm/gpgsm.c:251 +#: g10/gpg.c:382 sm/gpgsm.c:252 msgid "list keys" msgstr "паказаць сьпіс ключоў" @@ -1494,11 +1493,11 @@ msgstr "паказаць сьпіс ключоў і подпісаў" msgid "list and check key signatures" msgstr "праверыць подпісы ключа" -#: g10/gpg.c:386 sm/gpgsm.c:255 +#: g10/gpg.c:386 sm/gpgsm.c:256 msgid "list keys and fingerprints" msgstr "паказаць ключы й адбіткі пальцаў" -#: g10/gpg.c:387 sm/gpgsm.c:253 +#: g10/gpg.c:387 sm/gpgsm.c:254 msgid "list secret keys" msgstr "паказаць сакрэтныя ключы" @@ -1534,11 +1533,11 @@ msgstr "" msgid "export keys" msgstr "экспарт ключоў" -#: g10/gpg.c:398 sm/gpgsm.c:258 +#: g10/gpg.c:398 sm/gpgsm.c:259 msgid "export keys to a key server" msgstr "экспартаваць ключы на паслужнік ключоў" -#: g10/gpg.c:399 sm/gpgsm.c:259 +#: g10/gpg.c:399 sm/gpgsm.c:260 msgid "import keys from a key server" msgstr "імпартаваць ключы з паслужніка ключоў" @@ -1574,12 +1573,12 @@ msgstr "" msgid "|algo [files]|print message digests" msgstr "" -#: g10/gpg.c:431 sm/gpgsm.c:263 +#: g10/gpg.c:431 sm/gpgsm.c:264 msgid "run in server mode" msgstr "" -#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:278 -#: tools/gpg-connect-agent.c:57 tools/gpgconf.c:66 tools/symcryptrun.c:178 +#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:279 +#: tools/gpg-connect-agent.c:58 tools/gpgconf.c:66 tools/symcryptrun.c:159 msgid "" "@\n" "Options:\n" @@ -1589,31 +1588,31 @@ msgstr "" "Выбары:\n" " " -#: g10/gpg.c:435 sm/gpgsm.c:280 +#: g10/gpg.c:435 sm/gpgsm.c:281 msgid "create ascii armored output" msgstr "" -#: g10/gpg.c:437 sm/gpgsm.c:290 +#: g10/gpg.c:437 sm/gpgsm.c:293 msgid "|NAME|encrypt for NAME" msgstr "|ІМЯ| зашыфраваць для вылучанай асобы" -#: g10/gpg.c:448 sm/gpgsm.c:326 +#: g10/gpg.c:448 sm/gpgsm.c:329 msgid "use this user-id to sign or decrypt" msgstr "" -#: g10/gpg.c:449 sm/gpgsm.c:329 +#: g10/gpg.c:449 sm/gpgsm.c:332 msgid "|N|set compress level N (0 disables)" msgstr "" -#: g10/gpg.c:454 sm/gpgsm.c:331 +#: g10/gpg.c:454 sm/gpgsm.c:334 msgid "use canonical text mode" msgstr "" -#: g10/gpg.c:468 sm/gpgsm.c:334 tools/gpgconf.c:68 +#: g10/gpg.c:468 sm/gpgsm.c:337 tools/gpgconf.c:68 msgid "use as output file" msgstr "выкарыстоўваць у якасьці файла вываду" -#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:344 tools/gpgconf.c:71 +#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:347 tools/gpgconf.c:71 msgid "do not make any changes" msgstr "не рабіць ніякіх зьменаў" @@ -1629,7 +1628,7 @@ msgstr "" msgid "generate PGP 2.x compatible messages" msgstr "" -#: g10/gpg.c:554 sm/gpgsm.c:392 +#: g10/gpg.c:554 sm/gpgsm.c:395 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -1637,7 +1636,7 @@ msgstr "" "@\n" "(Глядзіце man старонку, для больш поўнага апісаньня ўсіх загадаў і выбараў)\n" -#: g10/gpg.c:557 sm/gpgsm.c:395 +#: g10/gpg.c:557 sm/gpgsm.c:398 msgid "" "@\n" "Examples:\n" @@ -1675,7 +1674,7 @@ msgstr "" "sign, check, encrypt ці decrypt\n" "Дапомнае дзеяньне залежыць ад уваходных даньняў\n" -#: g10/gpg.c:782 sm/gpgsm.c:530 +#: g10/gpg.c:782 sm/gpgsm.c:534 msgid "" "\n" "Supported algorithms:\n" @@ -1703,7 +1702,7 @@ msgstr "" msgid "usage: gpg [options] " msgstr "Выкарыстаньне: gpg [выбары] " -#: g10/gpg.c:1060 sm/gpgsm.c:682 +#: g10/gpg.c:1060 sm/gpgsm.c:686 msgid "conflicting commands\n" msgstr "несумяшчальныя загады\n" @@ -1823,6 +1822,11 @@ msgstr "" msgid "show expiration dates during signature listings" msgstr "" +#: g10/gpg.c:1835 +#, c-format +msgid "libgcrypt is too old (need %s, have %s)\n" +msgstr "" + #: g10/gpg.c:1993 #, c-format msgid "NOTE: old default options file `%s' ignored\n" @@ -1961,7 +1965,7 @@ msgstr "%s:%d: недапушчальныя выбары экспартаван msgid "invalid auto-key-locate list\n" msgstr "" -#: g10/gpg.c:2893 sm/gpgsm.c:1232 +#: g10/gpg.c:2893 sm/gpgsm.c:1236 msgid "WARNING: program may create a core file!\n" msgstr "" @@ -2001,11 +2005,11 @@ msgstr "" msgid "encrypting a message in --pgp2 mode requires the IDEA cipher\n" msgstr "" -#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1288 +#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1292 msgid "selected cipher algorithm is invalid\n" msgstr "" -#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1296 +#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1300 msgid "selected digest algorithm is invalid\n" msgstr "" @@ -2236,7 +2240,7 @@ msgstr "выдаліць ключы са зьвязку грамадскіх к msgid "make timestamp conflicts only a warning" msgstr "" -#: g10/gpgv.c:76 sm/gpgsm.c:367 +#: g10/gpgv.c:76 sm/gpgsm.c:370 msgid "|FD|write status info to this FD" msgstr "" @@ -3626,7 +3630,7 @@ msgid "(sensitive)" msgstr "" #: g10/keyedit.c:2743 g10/keyedit.c:2799 g10/keyedit.c:2860 g10/keyedit.c:2875 -#: g10/keylist.c:194 g10/keyserver.c:516 +#: g10/keylist.c:194 g10/keyserver.c:523 #, fuzzy, c-format msgid "created: %s" msgstr "памылка чытаньня файла" @@ -3643,7 +3647,7 @@ msgstr "збой падпісаньня: %s\n" #: g10/keyedit.c:2750 g10/keyedit.c:2801 g10/keyedit.c:2862 g10/keyedit.c:2877 #: g10/keylist.c:196 g10/keylist.c:748 g10/keylist.c:783 g10/keylist.c:877 -#: g10/keylist.c:898 g10/keyserver.c:522 g10/mainproc.c:985 +#: g10/keylist.c:898 g10/keyserver.c:529 g10/mainproc.c:985 #, fuzzy, c-format msgid "expires: %s" msgstr "збой падпісаньня: %s\n" @@ -3677,12 +3681,12 @@ msgid "" "unless you restart the program.\n" msgstr "" -#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:526 +#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:533 #: g10/mainproc.c:1831 g10/trustdb.c:1179 g10/trustdb.c:1699 msgid "revoked" msgstr "" -#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:530 +#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:537 #: g10/mainproc.c:1833 g10/trustdb.c:532 g10/trustdb.c:1701 msgid "expired" msgstr "" @@ -4494,180 +4498,180 @@ msgstr "паказаць сьпіс ключоў і подпісаў" msgid "%s: keyring created\n" msgstr "%s: створаны зьвязак ключоў\n" -#: g10/keyserver.c:66 +#: g10/keyserver.c:73 msgid "include revoked keys in search results" msgstr "" -#: g10/keyserver.c:67 +#: g10/keyserver.c:74 msgid "include subkeys when searching by key ID" msgstr "" -#: g10/keyserver.c:69 +#: g10/keyserver.c:76 msgid "use temporary files to pass data to keyserver helpers" msgstr "" -#: g10/keyserver.c:71 +#: g10/keyserver.c:78 msgid "do not delete temporary files after using them" msgstr "" -#: g10/keyserver.c:75 +#: g10/keyserver.c:82 msgid "automatically retrieve keys when verifying signatures" msgstr "" -#: g10/keyserver.c:77 +#: g10/keyserver.c:84 msgid "honor the preferred keyserver URL set on the key" msgstr "" -#: g10/keyserver.c:79 +#: g10/keyserver.c:86 msgid "honor the PKA record set on a key when retrieving keys" msgstr "" -#: g10/keyserver.c:145 +#: g10/keyserver.c:152 #, c-format msgid "WARNING: keyserver option `%s' is not used on this platform\n" msgstr "" -#: g10/keyserver.c:528 +#: g10/keyserver.c:535 msgid "disabled" msgstr "" -#: g10/keyserver.c:729 +#: g10/keyserver.c:736 msgid "Enter number(s), N)ext, or Q)uit > " msgstr "" -#: g10/keyserver.c:813 g10/keyserver.c:1435 +#: g10/keyserver.c:820 g10/keyserver.c:1442 #, fuzzy, c-format msgid "invalid keyserver protocol (us %d!=handler %d)\n" msgstr "недапушчальныя выбары экспартаваньня\n" -#: g10/keyserver.c:911 +#: g10/keyserver.c:918 #, fuzzy, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "грамадскі ключ ня знойдзены" -#: g10/keyserver.c:913 +#: g10/keyserver.c:920 #, fuzzy msgid "key not found on keyserver\n" msgstr "экспартаваць ключы на паслужнік ключоў" -#: g10/keyserver.c:1154 +#: g10/keyserver.c:1161 #, fuzzy, c-format msgid "requesting key %s from %s server %s\n" msgstr "імпартаваць ключы з паслужніка ключоў" -#: g10/keyserver.c:1158 +#: g10/keyserver.c:1165 #, c-format msgid "requesting key %s from %s\n" msgstr "" -#: g10/keyserver.c:1182 +#: g10/keyserver.c:1189 #, fuzzy, c-format msgid "searching for names from %s server %s\n" msgstr "імпартаваць ключы з паслужніка ключоў" -#: g10/keyserver.c:1185 +#: g10/keyserver.c:1192 #, c-format msgid "searching for names from %s\n" msgstr "" -#: g10/keyserver.c:1338 +#: g10/keyserver.c:1345 #, c-format msgid "sending key %s to %s server %s\n" msgstr "" -#: g10/keyserver.c:1342 +#: g10/keyserver.c:1349 #, fuzzy, c-format msgid "sending key %s to %s\n" msgstr "грамадскі ключ ня знойдзены" -#: g10/keyserver.c:1385 +#: g10/keyserver.c:1392 #, c-format msgid "searching for \"%s\" from %s server %s\n" msgstr "" -#: g10/keyserver.c:1388 +#: g10/keyserver.c:1395 #, c-format msgid "searching for \"%s\" from %s\n" msgstr "" -#: g10/keyserver.c:1395 g10/keyserver.c:1491 +#: g10/keyserver.c:1402 g10/keyserver.c:1498 #, fuzzy msgid "no keyserver action!\n" msgstr "недапушчальныя выбары экспартаваньня\n" -#: g10/keyserver.c:1443 +#: g10/keyserver.c:1450 #, c-format msgid "WARNING: keyserver handler from a different version of GnuPG (%s)\n" msgstr "" -#: g10/keyserver.c:1452 +#: g10/keyserver.c:1459 msgid "keyserver did not send VERSION\n" msgstr "" -#: g10/keyserver.c:1514 g10/keyserver.c:2042 +#: g10/keyserver.c:1521 g10/keyserver.c:2049 msgid "no keyserver known (use option --keyserver)\n" msgstr "" -#: g10/keyserver.c:1520 +#: g10/keyserver.c:1527 msgid "external keyserver calls are not supported in this build\n" msgstr "" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1539 #, c-format msgid "no handler for keyserver scheme `%s'\n" msgstr "" -#: g10/keyserver.c:1537 +#: g10/keyserver.c:1544 #, c-format msgid "action `%s' not supported with keyserver scheme `%s'\n" msgstr "" -#: g10/keyserver.c:1545 +#: g10/keyserver.c:1552 #, c-format msgid "%s does not support handler version %d\n" msgstr "" -#: g10/keyserver.c:1552 +#: g10/keyserver.c:1559 #, fuzzy msgid "keyserver timed out\n" msgstr "збой падпісаньня: %s\n" -#: g10/keyserver.c:1557 +#: g10/keyserver.c:1564 #, fuzzy msgid "keyserver internal error\n" msgstr "агульная памылка" -#: g10/keyserver.c:1566 +#: g10/keyserver.c:1573 #, fuzzy, c-format msgid "keyserver communications error: %s\n" msgstr "збой падпісаньня: %s\n" -#: g10/keyserver.c:1591 g10/keyserver.c:1625 +#: g10/keyserver.c:1598 g10/keyserver.c:1632 #, c-format msgid "\"%s\" not a key ID: skipping\n" msgstr "" -#: g10/keyserver.c:1884 +#: g10/keyserver.c:1891 #, c-format msgid "WARNING: unable to refresh key %s via %s: %s\n" msgstr "" -#: g10/keyserver.c:1906 +#: g10/keyserver.c:1913 #, c-format msgid "refreshing 1 key from %s\n" msgstr "" -#: g10/keyserver.c:1908 +#: g10/keyserver.c:1915 #, c-format msgid "refreshing %d keys from %s\n" msgstr "" -#: g10/keyserver.c:1964 +#: g10/keyserver.c:1971 #, fuzzy, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "немагчыма адкрыць %s: %s\n" -#: g10/keyserver.c:1970 +#: g10/keyserver.c:1977 #, c-format msgid "WARNING: unable to parse URI %s\n" msgstr "" @@ -5014,16 +5018,16 @@ msgstr "" msgid "WARNING: options in `%s' are not yet active during this run\n" msgstr "" -#: g10/parse-packet.c:192 +#: g10/parse-packet.c:193 #, c-format msgid "can't handle public key algorithm %d\n" msgstr "" -#: g10/parse-packet.c:762 +#: g10/parse-packet.c:798 msgid "WARNING: potentially insecure symmetrically encrypted session key\n" msgstr "" -#: g10/parse-packet.c:1213 +#: g10/parse-packet.c:1249 #, c-format msgid "subpacket of type %d has critical bit set\n" msgstr "" @@ -5596,7 +5600,7 @@ msgstr "" msgid "cannot avoid weak key for symmetric cipher; tried %d times!\n" msgstr "" -#: g10/seskey.c:229 +#: g10/seskey.c:229 sm/certcheck.c:91 msgid "DSA requires the hash length to be a multiple of 8 bits\n" msgstr "" @@ -6137,7 +6141,7 @@ msgstr "" msgid "iconv_open failed: %s\n" msgstr "немагчыма адкрыць %s: %s\n" -#: jnlib/utf8conv.c:331 jnlib/utf8conv.c:597 +#: jnlib/utf8conv.c:338 jnlib/utf8conv.c:604 #, fuzzy, c-format msgid "conversion from `%s' to `%s' failed: %s\n" msgstr "збой падпісаньня: %s\n" @@ -6361,7 +6365,7 @@ msgstr "" msgid "run in multi server mode (foreground)" msgstr "" -#: scd/scdaemon.c:113 sm/gpgsm.c:356 +#: scd/scdaemon.c:113 sm/gpgsm.c:359 msgid "read options from file" msgstr "" @@ -6403,21 +6407,21 @@ msgid "" "Smartcard daemon for GnuPG\n" msgstr "" -#: scd/scdaemon.c:684 +#: scd/scdaemon.c:664 msgid "please use the option `--daemon' to run the program in the background\n" msgstr "" -#: scd/scdaemon.c:1032 +#: scd/scdaemon.c:1012 #, c-format msgid "handler for fd %d started\n" msgstr "" -#: scd/scdaemon.c:1037 +#: scd/scdaemon.c:1017 #, c-format msgid "handler for fd %d terminated\n" msgstr "" -#: sm/base64.c:323 +#: sm/base64.c:327 #, c-format msgid "invalid radix64 character %02x skipped\n" msgstr "" @@ -6440,178 +6444,184 @@ msgstr "" msgid "can't connect to the dirmngr - trying fall back\n" msgstr "" -#: sm/certchain.c:165 +#: sm/certchain.c:176 #, c-format msgid "critical certificate extension %s is not supported" msgstr "" -#: sm/certchain.c:203 +#: sm/certchain.c:214 msgid "issuer certificate is not marked as a CA" msgstr "" -#: sm/certchain.c:242 +#: sm/certchain.c:253 msgid "critical marked policy without configured policies" msgstr "" -#: sm/certchain.c:252 +#: sm/certchain.c:263 #, fuzzy, c-format msgid "failed to open `%s': %s\n" msgstr "немагчыма адкрыць %s: %s\n" -#: sm/certchain.c:259 sm/certchain.c:288 +#: sm/certchain.c:270 sm/certchain.c:299 msgid "note: non-critical certificate policy not allowed" msgstr "" -#: sm/certchain.c:263 sm/certchain.c:292 +#: sm/certchain.c:274 sm/certchain.c:303 #, fuzzy msgid "certificate policy not allowed" msgstr "сакрэтны ключ недаступны" -#: sm/certchain.c:403 +#: sm/certchain.c:414 msgid "looking up issuer at external location\n" msgstr "" -#: sm/certchain.c:423 +#: sm/certchain.c:434 #, c-format msgid "number of issuers matching: %d\n" msgstr "" -#: sm/certchain.c:576 sm/certchain.c:740 sm/certchain.c:1266 sm/decrypt.c:261 +#: sm/certchain.c:587 sm/certchain.c:753 sm/certchain.c:1334 sm/decrypt.c:261 #: sm/encrypt.c:343 sm/sign.c:328 sm/verify.c:107 #, fuzzy msgid "failed to allocated keyDB handle\n" msgstr "%s: немагчыма стварыць хэш-табліцу: %s\n" -#: sm/certchain.c:667 +#: sm/certchain.c:678 msgid "certificate has been revoked" msgstr "" -#: sm/certchain.c:676 +#: sm/certchain.c:687 #, fuzzy msgid "no CRL found for certificate" msgstr "дрэнны сэртыфікат" -#: sm/certchain.c:680 +#: sm/certchain.c:691 #, fuzzy msgid "the available CRL is too old" msgstr "Даведка адсутнічае" -#: sm/certchain.c:682 +#: sm/certchain.c:693 msgid "please make sure that the \"dirmngr\" is properly installed\n" msgstr "" -#: sm/certchain.c:687 +#: sm/certchain.c:698 #, fuzzy, c-format msgid "checking the CRL failed: %s" msgstr "збой падпісаньня: %s\n" -#: sm/certchain.c:765 +#: sm/certchain.c:794 msgid "no issuer found in certificate" msgstr "" -#: sm/certchain.c:792 +#: sm/certchain.c:823 #, c-format msgid "certificate with invalid validity: %s" msgstr "" -#: sm/certchain.c:808 +#: sm/certchain.c:839 msgid "certificate not yet valid" msgstr "" -#: sm/certchain.c:821 +#: sm/certchain.c:852 #, fuzzy msgid "certificate has expired" msgstr "Гэты ключ згубіў састарэў!" -#: sm/certchain.c:864 +#: sm/certchain.c:895 msgid "self-signed certificate has a BAD signature" msgstr "" -#: sm/certchain.c:932 +#: sm/certchain.c:963 msgid "root certificate is not marked trusted" msgstr "" -#: sm/certchain.c:947 +#: sm/certchain.c:978 #, fuzzy, c-format msgid "fingerprint=%s\n" msgstr "паказаць ключы й адбіткі пальцаў" -#: sm/certchain.c:955 +#: sm/certchain.c:986 msgid "root certificate has now been marked as trusted\n" msgstr "" -#: sm/certchain.c:970 +#: sm/certchain.c:1001 msgid "interactive marking as trusted not enabled in gpg-agent\n" msgstr "" -#: sm/certchain.c:976 +#: sm/certchain.c:1007 msgid "interactive marking as trusted disabled for this session\n" msgstr "" -#: sm/certchain.c:986 +#: sm/certchain.c:1017 #, fuzzy, c-format msgid "checking the trust list failed: %s\n" msgstr "збой падпісаньня: %s\n" -#: sm/certchain.c:1013 sm/import.c:158 +#: sm/certchain.c:1044 sm/import.c:159 msgid "certificate chain too long\n" msgstr "" -#: sm/certchain.c:1025 +#: sm/certchain.c:1056 msgid "issuer certificate not found" msgstr "" -#: sm/certchain.c:1058 +#: sm/certchain.c:1089 #, fuzzy msgid "certificate has a BAD signature" msgstr "праверыць подпіс" -#: sm/certchain.c:1088 +#: sm/certchain.c:1119 msgid "found another possible matching CA certificate - trying again" msgstr "" -#: sm/certchain.c:1139 +#: sm/certchain.c:1170 #, c-format msgid "certificate chain longer than allowed by CA (%d)" msgstr "" -#: sm/certcheck.c:52 -msgid "DSA requires the use of a 160 bit hash algorithm\n" -msgstr "DSA патрабуе выкарыстаньня 160-і бітавага хэш-альгарытму\n" +#: sm/certcheck.c:103 +#, c-format +msgid "%s key uses an unsafe (%u bit) hash\n" +msgstr "" + +#: sm/certcheck.c:113 +#, c-format +msgid "a %u bit hash is not valid for a %u bit %s key\n" +msgstr "" -#: sm/certcheck.c:177 sm/sign.c:482 sm/verify.c:189 +#: sm/certcheck.c:250 sm/sign.c:482 sm/verify.c:189 msgid "(this is the MD2 algorithm)\n" msgstr "" -#: sm/certdump.c:68 sm/certdump.c:154 +#: sm/certdump.c:68 sm/certdump.c:151 #, fuzzy msgid "none" msgstr "no [не]" -#: sm/certdump.c:163 +#: sm/certdump.c:162 #, fuzzy msgid "[none]" msgstr "невядомая вэрсыя" -#: sm/certdump.c:536 sm/certdump.c:599 +#: sm/certdump.c:552 sm/certdump.c:597 sm/certdump.c:662 sm/certdump.c:715 #, fuzzy msgid "[Error - invalid encoding]" msgstr "паказаць ключы й адбіткі пальцаў" -#: sm/certdump.c:544 +#: sm/certdump.c:560 sm/certdump.c:605 msgid "[Error - out of core]" msgstr "" -#: sm/certdump.c:579 +#: sm/certdump.c:642 sm/certdump.c:698 msgid "[Error - No name]" msgstr "" -#: sm/certdump.c:604 +#: sm/certdump.c:667 sm/certdump.c:721 #, fuzzy msgid "[Error - invalid DN]" msgstr "паказаць ключы й адбіткі пальцаў" -#: sm/certdump.c:818 +#: sm/certdump.c:930 #, fuzzy, c-format msgid "" "Please enter the passphrase to unlock the secret key for:\n" @@ -6626,7 +6636,7 @@ msgstr "" msgid "no key usage specified - assuming all usages\n" msgstr "" -#: sm/certlist.c:135 sm/keylist.c:255 +#: sm/certlist.c:135 sm/keylist.c:258 #, fuzzy, c-format msgid "error getting key usage information: %s\n" msgstr "памылка стварэньня \"%s\": %s\n" @@ -6713,7 +6723,7 @@ msgstr "" msgid "certificate `%s' not found: %s\n" msgstr "грамадскі ключ ня знойдзены" -#: sm/delete.c:113 sm/keydb.c:1392 sm/keydb.c:1485 +#: sm/delete.c:113 sm/keydb.c:1397 sm/keydb.c:1497 #, fuzzy, c-format msgid "error locking keybox: %s\n" msgstr "памылка стварэньня \"%s\": %s\n" @@ -6737,196 +6747,196 @@ msgstr "збой падпісаньня: %s\n" msgid "no valid recipients given\n" msgstr "" -#: sm/export.c:562 sm/export.c:578 sm/import.c:525 sm/import.c:550 +#: sm/export.c:615 sm/export.c:631 sm/import.c:526 sm/import.c:551 #, fuzzy, c-format msgid "error creating temporary file: %s\n" msgstr "памылка стварэньня \"%s\": %s\n" -#: sm/export.c:569 sm/import.c:533 +#: sm/export.c:622 sm/import.c:534 #, fuzzy, c-format msgid "error writing to temporary file: %s\n" msgstr "памылка стварэньня \"%s\": %s\n" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:244 #, fuzzy msgid "|[FILE]|make a signature" msgstr "|[файл]|зрабіць подпіс" -#: sm/gpgsm.c:244 +#: sm/gpgsm.c:245 #, fuzzy msgid "|[FILE]|make a clear text signature" msgstr "|[файл]|зрабіць чысты тэкставы подпіс" -#: sm/gpgsm.c:252 +#: sm/gpgsm.c:253 #, fuzzy msgid "list external keys" msgstr "паказаць сакрэтныя ключы" -#: sm/gpgsm.c:254 +#: sm/gpgsm.c:255 #, fuzzy msgid "list certificate chain" msgstr "дрэнны сэртыфікат" -#: sm/gpgsm.c:257 +#: sm/gpgsm.c:258 #, fuzzy msgid "remove key from the public keyring" msgstr "выдаліць ключы са зьвязку грамадскіх ключоў" -#: sm/gpgsm.c:260 +#: sm/gpgsm.c:261 #, fuzzy msgid "import certificates" msgstr "дрэнны сэртыфікат" -#: sm/gpgsm.c:261 +#: sm/gpgsm.c:262 #, fuzzy msgid "export certificates" msgstr "дрэнны сэртыфікат" -#: sm/gpgsm.c:262 +#: sm/gpgsm.c:263 msgid "register a smartcard" msgstr "" -#: sm/gpgsm.c:264 +#: sm/gpgsm.c:265 msgid "pass a command to the dirmngr" msgstr "" -#: sm/gpgsm.c:266 +#: sm/gpgsm.c:267 msgid "invoke gpg-protect-tool" msgstr "" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:268 #, fuzzy msgid "change a passphrase" msgstr "дрэнны пароль" -#: sm/gpgsm.c:282 +#: sm/gpgsm.c:283 msgid "create base-64 encoded output" msgstr "" -#: sm/gpgsm.c:284 +#: sm/gpgsm.c:287 msgid "assume input is in PEM format" msgstr "" -#: sm/gpgsm.c:286 +#: sm/gpgsm.c:289 msgid "assume input is in base-64 format" msgstr "" -#: sm/gpgsm.c:288 +#: sm/gpgsm.c:291 msgid "assume input is in binary format" msgstr "" -#: sm/gpgsm.c:293 +#: sm/gpgsm.c:296 msgid "use system's dirmngr if available" msgstr "" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "never consult a CRL" msgstr "" -#: sm/gpgsm.c:301 +#: sm/gpgsm.c:304 msgid "check validity using OCSP" msgstr "" -#: sm/gpgsm.c:304 +#: sm/gpgsm.c:307 msgid "|N|number of certificates to include" msgstr "" -#: sm/gpgsm.c:307 +#: sm/gpgsm.c:310 msgid "|FILE|take policy information from FILE" msgstr "" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "do not check certificate policies" msgstr "" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "fetch missing issuer certificates" msgstr "" -#: sm/gpgsm.c:318 +#: sm/gpgsm.c:321 #, fuzzy msgid "|NAME|use NAME as default recipient" msgstr "|НАЗВА| задаць назву дапомнага сакрэтнага ключа" -#: sm/gpgsm.c:320 +#: sm/gpgsm.c:323 msgid "use the default key as default recipient" msgstr "" -#: sm/gpgsm.c:337 +#: sm/gpgsm.c:340 msgid "don't use the terminal at all" msgstr "" -#: sm/gpgsm.c:341 +#: sm/gpgsm.c:344 #, fuzzy msgid "force v3 signatures" msgstr "праверыць подпісы ключа" -#: sm/gpgsm.c:342 +#: sm/gpgsm.c:345 msgid "always use a MDC for encryption" msgstr "заўсёдвы выкарыстоўваць MDC для шыфраваньня" -#: sm/gpgsm.c:347 +#: sm/gpgsm.c:350 msgid "batch mode: never ask" msgstr "" -#: sm/gpgsm.c:348 +#: sm/gpgsm.c:351 msgid "assume yes on most questions" msgstr "" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 msgid "assume no on most questions" msgstr "" -#: sm/gpgsm.c:351 +#: sm/gpgsm.c:354 #, fuzzy msgid "add this keyring to the list of keyrings" msgstr "выдаліць ключы са зьвязку грамадскіх ключоў" -#: sm/gpgsm.c:352 +#: sm/gpgsm.c:355 msgid "add this secret keyring to the list" msgstr "" -#: sm/gpgsm.c:353 +#: sm/gpgsm.c:356 msgid "|NAME|use NAME as default secret key" msgstr "|НАЗВА| задаць назву дапомнага сакрэтнага ключа" -#: sm/gpgsm.c:354 +#: sm/gpgsm.c:357 msgid "|HOST|use this keyserver to lookup keys" msgstr "|ВУЗЕЛ| выкарыстоўваць гэты паслужнік для пошуку ключоў" -#: sm/gpgsm.c:355 +#: sm/gpgsm.c:358 msgid "|NAME|set terminal charset to NAME" msgstr "|НАЗВА| усталяваць мноства знакаў тэрмінала" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "" -#: sm/gpgsm.c:374 +#: sm/gpgsm.c:377 msgid "|FILE|load extension module FILE" msgstr "" -#: sm/gpgsm.c:380 +#: sm/gpgsm.c:383 #, fuzzy msgid "|NAME|use cipher algorithm NAME" msgstr "|ІМЯ| зашыфраваць для вылучанай асобы" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 #, fuzzy msgid "|NAME|use message digest algorithm NAME" msgstr "нерэчаісны хэш-альгарытм \"%s\"\n" -#: sm/gpgsm.c:384 +#: sm/gpgsm.c:387 #, fuzzy msgid "|N|use compress algorithm N" msgstr "невядомы альгарытм сьцісканьня" -#: sm/gpgsm.c:520 +#: sm/gpgsm.c:524 #, fuzzy msgid "Usage: gpgsm [options] [files] (-h for help)" msgstr "Выкарыстаньне: gpg [выбары] [файлы] (-h для даведкі)" -#: sm/gpgsm.c:523 +#: sm/gpgsm.c:527 #, fuzzy msgid "" "Syntax: gpgsm [options] [files]\n" @@ -6937,44 +6947,39 @@ msgstr "" "sign, check, encrypt ці decrypt\n" "Дапомнае дзеяньне залежыць ад уваходных даньняў\n" -#: sm/gpgsm.c:617 +#: sm/gpgsm.c:621 #, fuzzy msgid "usage: gpgsm [options] " msgstr "Выкарыстаньне: gpg [выбары] " -#: sm/gpgsm.c:698 +#: sm/gpgsm.c:702 #, fuzzy, c-format msgid "can't encrypt to `%s': %s\n" msgstr "%s: немагчыма стварыць тэчку: %s\n" -#: sm/gpgsm.c:773 -#, c-format -msgid "libksba is too old (need %s, have %s)\n" -msgstr "" - -#: sm/gpgsm.c:1249 +#: sm/gpgsm.c:1253 msgid "WARNING: running with faked system time: " msgstr "" -#: sm/gpgsm.c:1328 +#: sm/gpgsm.c:1332 #, c-format msgid "importing common certificates `%s'\n" msgstr "" -#: sm/gpgsm.c:1346 +#: sm/gpgsm.c:1350 #, fuzzy, c-format msgid "can't sign using `%s': %s\n" msgstr "немагчыма адкрыць %s: %s\n" -#: sm/gpgsm.c:1536 +#: sm/gpgsm.c:1542 msgid "this command has not yet been implemented\n" msgstr "" -#: sm/gpgsm.c:1601 +#: sm/gpgsm.c:1606 msgid "key generation is not available from the commandline\n" msgstr "" -#: sm/gpgsm.c:1602 +#: sm/gpgsm.c:1607 #, fuzzy, c-format msgid "please use the script \"%s\" to generate a new key\n" msgstr "Калі ласка, абярыце від ключа, які Вам патрэбны:\n" @@ -6984,20 +6989,20 @@ msgstr "Калі ласка, абярыце від ключа, які Вам п msgid "total number processed: %lu\n" msgstr "" -#: sm/import.c:227 +#: sm/import.c:228 msgid "error storing certificate\n" msgstr "" -#: sm/import.c:235 +#: sm/import.c:236 msgid "basic certificate checks failed - not imported\n" msgstr "" -#: sm/import.c:421 sm/import.c:453 +#: sm/import.c:422 sm/import.c:454 #, fuzzy, c-format msgid "error importing certificate: %s\n" msgstr "памылка стварэньня \"%s\": %s\n" -#: sm/import.c:542 tools/gpg-connect-agent.c:384 +#: sm/import.c:543 tools/gpg-connect-agent.c:388 #, fuzzy, c-format msgid "error reading input: %s\n" msgstr "паказаць ключы й адбіткі пальцаў" @@ -7016,12 +7021,12 @@ msgstr "" msgid "keybox `%s' created\n" msgstr "%s: тэчка створана\n" -#: sm/keydb.c:1312 sm/keydb.c:1378 +#: sm/keydb.c:1312 sm/keydb.c:1380 #, fuzzy msgid "failed to get the fingerprint\n" msgstr "%s: немагчыма стварыць хэш-табліцу: %s\n" -#: sm/keydb.c:1319 sm/keydb.c:1385 +#: sm/keydb.c:1319 sm/keydb.c:1387 #, fuzzy msgid "failed to allocate keyDB handle\n" msgstr "%s: немагчыма стварыць хэш-табліцу: %s\n" @@ -7041,17 +7046,17 @@ msgstr "памылка стварэньня \"%s\": %s\n" msgid "error storing certificate: %s\n" msgstr "памылка стварэньня \"%s\": %s\n" -#: sm/keydb.c:1400 +#: sm/keydb.c:1408 #, c-format msgid "problem re-searching certificate: %s\n" msgstr "" -#: sm/keydb.c:1409 sm/keydb.c:1497 +#: sm/keydb.c:1417 sm/keydb.c:1509 #, fuzzy, c-format msgid "error getting stored flags: %s\n" msgstr "памылка стварэньня \"%s\": %s\n" -#: sm/keydb.c:1418 sm/keydb.c:1508 +#: sm/keydb.c:1429 sm/keydb.c:1520 #, fuzzy, c-format msgid "error storing flags: %s\n" msgstr "памылка стварэньня \"%s\": %s\n" @@ -7123,103 +7128,107 @@ msgstr "нерэчаісны хэш-альгарытм \"%s\"\n" msgid " aka" msgstr "" -#: tools/gpg-connect-agent.c:60 tools/gpgconf.c:70 tools/symcryptrun.c:186 +#: tools/gpg-connect-agent.c:61 tools/gpgconf.c:70 tools/symcryptrun.c:167 #, fuzzy msgid "quiet" msgstr "quit [выйсьці]" -#: tools/gpg-connect-agent.c:61 +#: tools/gpg-connect-agent.c:62 msgid "print data out hex encoded" msgstr "" -#: tools/gpg-connect-agent.c:62 +#: tools/gpg-connect-agent.c:63 +msgid "decode received data lines" +msgstr "" + +#: tools/gpg-connect-agent.c:64 msgid "|NAME|connect to Assuan socket NAME" msgstr "" -#: tools/gpg-connect-agent.c:63 +#: tools/gpg-connect-agent.c:65 msgid "run the Assuan server given on the command line" msgstr "" -#: tools/gpg-connect-agent.c:65 +#: tools/gpg-connect-agent.c:67 msgid "do not use extended connect mode" msgstr "" -#: tools/gpg-connect-agent.c:126 +#: tools/gpg-connect-agent.c:129 #, fuzzy msgid "Usage: gpg-connect-agent [options] (-h for help)" msgstr "Выкарыстаньне: gpg [выбары] [файлы] (-h для даведкі)" -#: tools/gpg-connect-agent.c:129 +#: tools/gpg-connect-agent.c:132 msgid "" "Syntax: gpg-connect-agent [options]\n" "Connect to a running agent and send commands\n" msgstr "" -#: tools/gpg-connect-agent.c:324 +#: tools/gpg-connect-agent.c:328 #, c-format msgid "option \"%s\" requires a program and optional arguments\n" msgstr "" -#: tools/gpg-connect-agent.c:333 +#: tools/gpg-connect-agent.c:337 #, c-format msgid "option \"%s\" ignored due to \"%s\"\n" msgstr "" -#: tools/gpg-connect-agent.c:391 +#: tools/gpg-connect-agent.c:395 #, fuzzy msgid "line too long - skipped\n" msgstr "пароль занадта доўгі\n" -#: tools/gpg-connect-agent.c:395 +#: tools/gpg-connect-agent.c:399 msgid "line shortened due to embedded Nul character\n" msgstr "" -#: tools/gpg-connect-agent.c:457 +#: tools/gpg-connect-agent.c:471 #, fuzzy, c-format msgid "unknown command `%s'\n" msgstr "невядомая вэрсыя" -#: tools/gpg-connect-agent.c:465 +#: tools/gpg-connect-agent.c:479 #, fuzzy, c-format msgid "sending line failed: %s\n" msgstr "збой падпісаньня: %s\n" -#: tools/gpg-connect-agent.c:473 +#: tools/gpg-connect-agent.c:487 #, fuzzy, c-format msgid "receiving line failed: %s\n" msgstr "грамадскі ключ ня знойдзены" -#: tools/gpg-connect-agent.c:746 +#: tools/gpg-connect-agent.c:797 #, fuzzy, c-format msgid "error sending %s command: %s\n" msgstr "памылка стварэньня \"%s\": %s\n" -#: tools/gpg-connect-agent.c:755 +#: tools/gpg-connect-agent.c:806 #, fuzzy, c-format msgid "error sending standard options: %s\n" msgstr "памылка стварэньня \"%s\": %s\n" #: tools/gpgconf-comp.c:445 tools/gpgconf-comp.c:525 tools/gpgconf-comp.c:592 -#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:720 +#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:723 msgid "Options controlling the diagnostic output" msgstr "" #: tools/gpgconf-comp.c:458 tools/gpgconf-comp.c:538 tools/gpgconf-comp.c:605 -#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:743 +#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:746 msgid "Options controlling the configuration" msgstr "" #: tools/gpgconf-comp.c:468 tools/gpgconf-comp.c:563 tools/gpgconf-comp.c:612 -#: tools/gpgconf-comp.c:671 tools/gpgconf-comp.c:750 +#: tools/gpgconf-comp.c:674 tools/gpgconf-comp.c:753 msgid "Options useful for debugging" msgstr "" #: tools/gpgconf-comp.c:473 tools/gpgconf-comp.c:568 tools/gpgconf-comp.c:617 -#: tools/gpgconf-comp.c:676 tools/gpgconf-comp.c:758 +#: tools/gpgconf-comp.c:679 tools/gpgconf-comp.c:761 msgid "|FILE|write server mode logs to FILE" msgstr "" -#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:684 +#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:687 msgid "Options controlling the security" msgstr "" @@ -7247,31 +7256,35 @@ msgstr "" msgid "allow PKA lookups (DNS requests)" msgstr "" -#: tools/gpgconf-comp.c:689 +#: tools/gpgconf-comp.c:669 +msgid "|NAME|use encoding NAME for PKCS#12 passphrases" +msgstr "" + +#: tools/gpgconf-comp.c:692 msgid "do not check CRLs for root certificates" msgstr "" -#: tools/gpgconf-comp.c:733 +#: tools/gpgconf-comp.c:736 msgid "Options controlling the format of the output" msgstr "" -#: tools/gpgconf-comp.c:769 +#: tools/gpgconf-comp.c:772 msgid "Options controlling the interactivity and enforcement" msgstr "" -#: tools/gpgconf-comp.c:779 +#: tools/gpgconf-comp.c:782 msgid "Configuration for HTTP servers" msgstr "" -#: tools/gpgconf-comp.c:790 +#: tools/gpgconf-comp.c:793 msgid "use system's HTTP proxy setting" msgstr "" -#: tools/gpgconf-comp.c:795 +#: tools/gpgconf-comp.c:798 msgid "Configuration of LDAP servers to use" msgstr "" -#: tools/gpgconf-comp.c:832 +#: tools/gpgconf-comp.c:835 msgid "Configuration for OCSP" msgstr "" @@ -7335,7 +7348,7 @@ msgstr "сакрэтны ключ недаступны" msgid "error allocating enough memory: %s\n" msgstr "памылка стварэньня \"%s\": %s\n" -#: tools/symcryptrun.c:173 +#: tools/symcryptrun.c:154 #, fuzzy msgid "" "@\n" @@ -7345,164 +7358,167 @@ msgstr "" "@Загады:\n" " " -#: tools/symcryptrun.c:175 +#: tools/symcryptrun.c:156 msgid "decryption modus" msgstr "" -#: tools/symcryptrun.c:176 +#: tools/symcryptrun.c:157 #, fuzzy msgid "encryption modus" msgstr "зашыфраваць даньні" -#: tools/symcryptrun.c:180 +#: tools/symcryptrun.c:161 msgid "tool class (confucius)" msgstr "" -#: tools/symcryptrun.c:181 +#: tools/symcryptrun.c:162 #, fuzzy msgid "program filename" msgstr "--store [назва_файла]" -#: tools/symcryptrun.c:183 +#: tools/symcryptrun.c:164 msgid "secret key file (required)" msgstr "" -#: tools/symcryptrun.c:184 +#: tools/symcryptrun.c:165 msgid "input file name (default stdin)" msgstr "" -#: tools/symcryptrun.c:228 +#: tools/symcryptrun.c:209 #, fuzzy msgid "Usage: symcryptrun [options] (-h for help)" msgstr "Выкарыстаньне: gpg [выбары] [файлы] (-h для даведкі)" -#: tools/symcryptrun.c:231 +#: tools/symcryptrun.c:212 msgid "" "Syntax: symcryptrun --class CLASS --program PROGRAM --keyfile KEYFILE " "[options...] COMMAND [inputfile]\n" "Call a simple symmetric encryption tool\n" msgstr "" -#: tools/symcryptrun.c:313 +#: tools/symcryptrun.c:294 #, fuzzy, c-format msgid "%s on %s aborted with status %i\n" msgstr "%s не дазваляецца разам з %s!\n" -#: tools/symcryptrun.c:320 +#: tools/symcryptrun.c:301 #, fuzzy, c-format msgid "%s on %s failed with status %i\n" msgstr "немагчыма адкрыць %s: %s\n" -#: tools/symcryptrun.c:346 +#: tools/symcryptrun.c:327 #, fuzzy, c-format msgid "can't create temporary directory `%s': %s\n" msgstr "%s: немагчыма стварыць тэчку: %s\n" -#: tools/symcryptrun.c:386 tools/symcryptrun.c:403 +#: tools/symcryptrun.c:367 tools/symcryptrun.c:384 #, c-format msgid "could not open %s for writing: %s\n" msgstr "" -#: tools/symcryptrun.c:414 +#: tools/symcryptrun.c:395 #, fuzzy, c-format msgid "error writing to %s: %s\n" msgstr "памылка стварэньня \"%s\": %s\n" -#: tools/symcryptrun.c:421 +#: tools/symcryptrun.c:402 #, fuzzy, c-format msgid "error reading from %s: %s\n" msgstr "памылка стварэньня \"%s\": %s\n" -#: tools/symcryptrun.c:428 tools/symcryptrun.c:435 +#: tools/symcryptrun.c:409 tools/symcryptrun.c:416 #, fuzzy, c-format msgid "error closing %s: %s\n" msgstr "памылка стварэньня \"%s\": %s\n" -#: tools/symcryptrun.c:545 +#: tools/symcryptrun.c:526 msgid "no --program option provided\n" msgstr "" -#: tools/symcryptrun.c:551 +#: tools/symcryptrun.c:532 msgid "only --decrypt and --encrypt are supported\n" msgstr "" -#: tools/symcryptrun.c:557 +#: tools/symcryptrun.c:538 msgid "no --keyfile option provided\n" msgstr "" -#: tools/symcryptrun.c:568 +#: tools/symcryptrun.c:549 msgid "cannot allocate args vector\n" msgstr "" -#: tools/symcryptrun.c:586 +#: tools/symcryptrun.c:567 #, fuzzy, c-format msgid "could not create pipe: %s\n" msgstr "%s: немагчыма стварыць тэчку: %s\n" -#: tools/symcryptrun.c:593 +#: tools/symcryptrun.c:574 #, fuzzy, c-format msgid "could not create pty: %s\n" msgstr "%s: немагчыма стварыць тэчку: %s\n" -#: tools/symcryptrun.c:609 +#: tools/symcryptrun.c:590 #, c-format msgid "could not fork: %s\n" msgstr "" -#: tools/symcryptrun.c:637 +#: tools/symcryptrun.c:618 #, fuzzy, c-format msgid "execv failed: %s\n" msgstr "збой падпісаньня: %s\n" -#: tools/symcryptrun.c:666 +#: tools/symcryptrun.c:647 #, fuzzy, c-format msgid "select failed: %s\n" msgstr "збой падпісаньня: %s\n" -#: tools/symcryptrun.c:683 +#: tools/symcryptrun.c:664 #, fuzzy, c-format msgid "read failed: %s\n" msgstr "збой падпісаньня: %s\n" -#: tools/symcryptrun.c:735 +#: tools/symcryptrun.c:716 #, fuzzy, c-format msgid "pty read failed: %s\n" msgstr "збой падпісаньня: %s\n" -#: tools/symcryptrun.c:787 +#: tools/symcryptrun.c:768 #, fuzzy, c-format msgid "waitpid failed: %s\n" msgstr "збой падпісаньня: %s\n" -#: tools/symcryptrun.c:801 +#: tools/symcryptrun.c:782 #, c-format msgid "child aborted with status %i\n" msgstr "" -#: tools/symcryptrun.c:856 +#: tools/symcryptrun.c:837 #, fuzzy, c-format msgid "cannot allocate infile string: %s\n" msgstr "%s: немагчыма стварыць тэчку: %s\n" -#: tools/symcryptrun.c:869 +#: tools/symcryptrun.c:850 #, fuzzy, c-format msgid "cannot allocate outfile string: %s\n" msgstr "%s: немагчыма стварыць тэчку: %s\n" -#: tools/symcryptrun.c:1044 +#: tools/symcryptrun.c:1025 #, c-format msgid "either %s or %s must be given\n" msgstr "" -#: tools/symcryptrun.c:1064 +#: tools/symcryptrun.c:1045 msgid "no class provided\n" msgstr "" -#: tools/symcryptrun.c:1071 +#: tools/symcryptrun.c:1052 #, fuzzy, c-format msgid "class %s is not supported\n" msgstr "непадтрымліваецца" +#~ msgid "DSA requires the use of a 160 bit hash algorithm\n" +#~ msgstr "DSA патрабуе выкарыстаньня 160-і бітавага хэш-альгарытму\n" + #~ msgid "Enter passphrase: " #~ msgstr "Увядзіце пароль: " @@ -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: 2007-03-08 14:20+0100\n" +"POT-Creation-Date: 2007-05-07 20:39+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" @@ -110,8 +110,8 @@ msgstr "no s'ha pogut crear «%s»: %s\n" #: g10/keyring.c:1534 g10/openfile.c:190 g10/openfile.c:345 #: g10/plaintext.c:504 g10/sign.c:814 g10/sign.c:1009 g10/sign.c:1125 #: g10/sign.c:1281 g10/tdbdump.c:141 g10/tdbdump.c:149 g10/tdbio.c:542 -#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1775 -#: sm/gpgsm.c:1812 sm/qualified.c:74 +#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1780 +#: sm/gpgsm.c:1817 sm/gpgsm.c:1855 sm/qualified.c:74 #, c-format msgid "can't open `%s': %s\n" msgstr "no s'ha pogut obrir «%s»: %s\n" @@ -213,13 +213,13 @@ msgstr "" "Cal una contrasenya per a protegir la clau secreta.\n" "\n" -#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1216 +#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1202 #, fuzzy msgid "Please re-enter this passphrase" msgstr "canvia la contrasenya" -#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1222 -#: tools/symcryptrun.c:487 +#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1208 +#: tools/symcryptrun.c:468 msgid "does not match - try again" msgstr "" @@ -228,7 +228,7 @@ msgstr "" msgid "Please enter the new passphrase" msgstr "canvia la contrasenya" -#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:109 +#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:111 #: scd/scdaemon.c:103 #, fuzzy msgid "" @@ -249,13 +249,13 @@ msgstr "" # Un dels dos és en la llista d'opcions amb --help. Urgh. jm #: agent/gpg-agent.c:117 g10/gpg.c:470 g10/gpgv.c:71 kbx/kbxutil.c:82 -#: scd/scdaemon.c:109 sm/gpgsm.c:335 tools/gpg-connect-agent.c:59 -#: tools/gpgconf.c:69 tools/symcryptrun.c:185 +#: scd/scdaemon.c:109 sm/gpgsm.c:338 tools/gpg-connect-agent.c:60 +#: tools/gpgconf.c:69 tools/symcryptrun.c:166 msgid "verbose" msgstr "detall" #: agent/gpg-agent.c:118 g10/gpgv.c:72 kbx/kbxutil.c:83 scd/scdaemon.c:110 -#: sm/gpgsm.c:336 +#: sm/gpgsm.c:339 msgid "be somewhat more quiet" msgstr "una mica més silenciós" @@ -267,7 +267,7 @@ msgstr "" msgid "csh-style command output" msgstr "" -#: agent/gpg-agent.c:121 tools/symcryptrun.c:188 +#: agent/gpg-agent.c:121 tools/symcryptrun.c:169 #, fuzzy msgid "|FILE|read options from FILE" msgstr "|FITXER|carrega el mòdul d'extensió especificat" @@ -280,8 +280,8 @@ msgstr "" msgid "do not grab keyboard and mouse" msgstr "" -#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:338 -#: tools/symcryptrun.c:187 +#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:341 +#: tools/symcryptrun.c:168 #, fuzzy msgid "use a log file for the server" msgstr "cerca claus en un servidor de claus" @@ -338,9 +338,9 @@ msgstr "" msgid "|FILE|write environment settings also to FILE" msgstr "" -#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:143 -#: scd/scdaemon.c:192 sm/gpgsm.c:517 tools/gpg-connect-agent.c:123 -#: tools/gpgconf.c:91 tools/symcryptrun.c:225 +#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:148 +#: scd/scdaemon.c:192 sm/gpgsm.c:521 tools/gpg-connect-agent.c:126 +#: tools/gpgconf.c:91 tools/symcryptrun.c:206 #, fuzzy msgid "Please report bugs to <" msgstr "Si us plau, informeu sobre els errors a <gnupg-bugs@gnu.org>.\n" @@ -356,138 +356,127 @@ msgid "" "Secret key management for GnuPG\n" msgstr "" -#: agent/gpg-agent.c:311 -#, c-format -msgid "out of core in secure memory while allocating %lu bytes" -msgstr "" - -#: agent/gpg-agent.c:314 -#, c-format -msgid "out of core while allocating %lu bytes" -msgstr "" - -#: agent/gpg-agent.c:345 g10/gpg.c:931 scd/scdaemon.c:266 sm/gpgsm.c:646 +#: agent/gpg-agent.c:303 g10/gpg.c:931 scd/scdaemon.c:247 sm/gpgsm.c:650 #, c-format msgid "invalid debug-level `%s' given\n" msgstr "" -#: agent/gpg-agent.c:521 agent/protect-tool.c:1073 g10/gpg.c:1835 -#: kbx/kbxutil.c:432 scd/scdaemon.c:358 sm/gpgsm.c:768 -#: tools/symcryptrun.c:1056 +#: agent/gpg-agent.c:479 agent/protect-tool.c:1059 kbx/kbxutil.c:432 +#: scd/scdaemon.c:339 sm/gpgsm.c:771 sm/gpgsm.c:774 tools/symcryptrun.c:1037 #, c-format -msgid "libgcrypt is too old (need %s, have %s)\n" +msgid "%s is too old (need %s, have %s)\n" msgstr "" -#: agent/gpg-agent.c:615 g10/gpg.c:2035 scd/scdaemon.c:435 sm/gpgsm.c:865 +#: agent/gpg-agent.c:572 g10/gpg.c:2035 scd/scdaemon.c:415 sm/gpgsm.c:865 #, c-format msgid "NOTE: no default option file `%s'\n" msgstr "NOTA: no existeix el fitxer d'opcions predeterminades «%s»\n" -#: agent/gpg-agent.c:620 agent/gpg-agent.c:1179 g10/gpg.c:2039 -#: scd/scdaemon.c:440 sm/gpgsm.c:869 tools/symcryptrun.c:989 +#: agent/gpg-agent.c:577 agent/gpg-agent.c:1136 g10/gpg.c:2039 +#: scd/scdaemon.c:420 sm/gpgsm.c:869 tools/symcryptrun.c:970 #, c-format msgid "option file `%s': %s\n" msgstr "fitxer d'opcions «%s»: %s\n" -#: agent/gpg-agent.c:628 g10/gpg.c:2046 scd/scdaemon.c:448 sm/gpgsm.c:876 +#: agent/gpg-agent.c:585 g10/gpg.c:2046 scd/scdaemon.c:428 sm/gpgsm.c:876 #, c-format msgid "reading options from `%s'\n" msgstr "s'estan llegint opcions de «%s»\n" -#: agent/gpg-agent.c:949 g10/plaintext.c:142 g10/plaintext.c:147 +#: agent/gpg-agent.c:906 g10/plaintext.c:142 g10/plaintext.c:147 #: g10/plaintext.c:164 #, c-format msgid "error creating `%s': %s\n" msgstr "error en crear «%s»: %s\n" -#: agent/gpg-agent.c:1239 agent/gpg-agent.c:1342 agent/gpg-agent.c:1346 -#: agent/gpg-agent.c:1382 agent/gpg-agent.c:1386 g10/exec.c:174 -#: g10/openfile.c:418 scd/scdaemon.c:934 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:1299 agent/gpg-agent.c:1303 +#: agent/gpg-agent.c:1339 agent/gpg-agent.c:1343 g10/exec.c:174 +#: g10/openfile.c:418 scd/scdaemon.c:914 #, c-format msgid "can't create directory `%s': %s\n" msgstr "no es pot crear el directori «%s»: %s\n" -#: agent/gpg-agent.c:1253 scd/scdaemon.c:948 +#: agent/gpg-agent.c:1210 scd/scdaemon.c:928 msgid "name of socket too long\n" msgstr "" -#: agent/gpg-agent.c:1279 scd/scdaemon.c:974 +#: agent/gpg-agent.c:1236 scd/scdaemon.c:954 #, fuzzy, c-format msgid "can't create socket: %s\n" msgstr "no s'ha pogut crear «%s»: %s\n" -#: agent/gpg-agent.c:1308 scd/scdaemon.c:1003 +#: agent/gpg-agent.c:1265 scd/scdaemon.c:983 #, fuzzy, c-format msgid "error binding socket to `%s': %s\n" msgstr "error mentre s'enviava a «%s»: %s\n" -#: agent/gpg-agent.c:1316 scd/scdaemon.c:1011 +#: agent/gpg-agent.c:1273 scd/scdaemon.c:991 #, fuzzy, c-format msgid "listen() failed: %s\n" msgstr "ha fallat l'actualització: %s\n" -#: agent/gpg-agent.c:1322 scd/scdaemon.c:1017 +#: agent/gpg-agent.c:1279 scd/scdaemon.c:997 #, fuzzy, c-format msgid "listening on socket `%s'\n" msgstr "s'està escrivint la clau secreta a «%s»\n" -#: agent/gpg-agent.c:1350 agent/gpg-agent.c:1392 g10/openfile.c:421 +#: agent/gpg-agent.c:1307 agent/gpg-agent.c:1349 g10/openfile.c:421 #, fuzzy, c-format msgid "directory `%s' created\n" msgstr "%s: s'ha creat el directori\n" -#: agent/gpg-agent.c:1398 +#: agent/gpg-agent.c:1355 #, 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:1402 +#: agent/gpg-agent.c:1359 #, 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:1504 +#: agent/gpg-agent.c:1461 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:1509 +#: agent/gpg-agent.c:1466 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:1526 +#: agent/gpg-agent.c:1483 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:1531 +#: agent/gpg-agent.c:1488 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:1627 scd/scdaemon.c:1136 +#: agent/gpg-agent.c:1584 scd/scdaemon.c:1116 #, fuzzy, c-format msgid "pth_select failed: %s - waiting 1s\n" msgstr "ha fallat l'actualització de la clau secreta: %s\n" -#: agent/gpg-agent.c:1733 scd/scdaemon.c:1203 +#: agent/gpg-agent.c:1690 scd/scdaemon.c:1183 #, fuzzy, c-format msgid "%s %s stopped\n" msgstr "\t%lu claus es descarta\n" -#: agent/gpg-agent.c:1754 +#: agent/gpg-agent.c:1711 #, fuzzy msgid "no gpg-agent running in this session\n" msgstr "gpg-agent no està disponible en aquesta sessió\n" -#: agent/gpg-agent.c:1764 common/simple-pwquery.c:324 g10/call-agent.c:137 -#: sm/call-agent.c:144 tools/gpg-connect-agent.c:713 +#: agent/gpg-agent.c:1721 common/simple-pwquery.c:324 g10/call-agent.c:137 +#: sm/call-agent.c:144 tools/gpg-connect-agent.c:764 msgid "malformed GPG_AGENT_INFO environment variable\n" msgstr "la variable d'entorn GPG_AGENT_INFO és malformada\n" -#: agent/gpg-agent.c:1776 common/simple-pwquery.c:336 g10/call-agent.c:149 -#: sm/call-agent.c:156 tools/gpg-connect-agent.c:724 +#: agent/gpg-agent.c:1733 common/simple-pwquery.c:336 g10/call-agent.c:149 +#: sm/call-agent.c:156 tools/gpg-connect-agent.c:775 #, c-format msgid "gpg-agent protocol version %d is not supported\n" msgstr "la versió %d del protocol de gpg-agent no està suportada\n" @@ -503,51 +492,51 @@ msgid "" "Password cache maintenance\n" msgstr "" -#: agent/protect-tool.c:146 +#: agent/protect-tool.c:151 #, fuzzy msgid "Usage: gpg-protect-tool [options] (-h for help)\n" msgstr "Forma d'ús: gpg [opcions] [fitxers] (-h per a veure l'ajuda)" -#: agent/protect-tool.c:148 +#: agent/protect-tool.c:153 msgid "" "Syntax: gpg-protect-tool [options] [args]\n" "Secret key maintenance tool\n" msgstr "" -#: agent/protect-tool.c:1207 +#: agent/protect-tool.c:1193 #, fuzzy msgid "Please enter the passphrase to unprotect the PKCS#12 object." msgstr "Introduïu la contrasenya; aquesta ha de ser una frase secreta \n" -#: agent/protect-tool.c:1210 +#: agent/protect-tool.c:1196 #, fuzzy msgid "Please enter the passphrase to protect the new PKCS#12 object." msgstr "Introduïu la contrasenya; aquesta ha de ser una frase secreta \n" -#: agent/protect-tool.c:1213 +#: agent/protect-tool.c:1199 msgid "" "Please enter the passphrase to protect the imported object within the GnuPG " "system." msgstr "" -#: agent/protect-tool.c:1218 +#: agent/protect-tool.c:1204 #, fuzzy msgid "" "Please enter the passphrase or the PIN\n" "needed to complete this operation." msgstr "Introduïu la contrasenya; aquesta ha de ser una frase secreta \n" -#: agent/protect-tool.c:1223 tools/symcryptrun.c:488 +#: agent/protect-tool.c:1209 tools/symcryptrun.c:469 #, fuzzy msgid "Passphrase:" msgstr "la contrasenya és errònia" -#: agent/protect-tool.c:1236 tools/symcryptrun.c:501 +#: agent/protect-tool.c:1222 tools/symcryptrun.c:482 #, fuzzy, c-format msgid "error while asking for the passphrase: %s\n" msgstr "error en la creació de la contrasenya: %s\n" -#: agent/protect-tool.c:1239 tools/symcryptrun.c:505 +#: agent/protect-tool.c:1225 tools/symcryptrun.c:486 #, fuzzy msgid "cancelled\n" msgstr "Cancel·la" @@ -588,7 +577,7 @@ msgstr "" msgid "error reading `%s', line %d: %s\n" msgstr "error en la lectura de «%s»: %s\n" -#: agent/trustlist.c:355 agent/trustlist.c:394 +#: agent/trustlist.c:365 agent/trustlist.c:404 msgid "error reading list of trusted root certificates\n" msgstr "" @@ -601,7 +590,7 @@ msgstr "" #. second "%s" gets replaced by a hexdecimal #. fingerprint string whereas the first one receives #. the name as store in the certificate. -#: agent/trustlist.c:470 +#: agent/trustlist.c:480 #, c-format msgid "" "Please verify that the certificate identified as:%%0A \"%s\"%%0Ahas the " @@ -611,7 +600,7 @@ msgstr "" #. TRANSLATORS: "Correct" is the label of a button and intended to #. be hit if the fingerprint matches the one of the CA. The other #. button is "the default "Cancel" of the Pinentry. -#: agent/trustlist.c:479 +#: agent/trustlist.c:489 msgid "Correct" msgstr "" @@ -623,19 +612,19 @@ msgstr "" #. plain % sign, you need to encode it as "%%25". The #. "%s" gets replaced by the name as store in the #. certificate. -#: agent/trustlist.c:499 +#: agent/trustlist.c:509 #, c-format msgid "" "Do you ultimately trust%%0A \"%s\"%%0Ato correctly certify user " "certificates?" msgstr "" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 #, fuzzy msgid "Yes" msgstr "sí|si" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 msgid "No" msgstr "" @@ -679,12 +668,12 @@ msgstr "" msgid "error running `%s': terminated\n" msgstr "error en la lectura de «%s»: %s\n" -#: common/http.c:1623 +#: common/http.c:1621 #, fuzzy, c-format msgid "error creating socket: %s\n" msgstr "error en crear «%s»: %s\n" -#: common/http.c:1667 +#: common/http.c:1665 #, fuzzy msgid "host not found" msgstr "%s: no s'ha trobat l'usuari\n" @@ -781,6 +770,16 @@ msgstr "" msgid "cC" msgstr "c" +#: common/miscellaneous.c:73 +#, c-format +msgid "out of core in secure memory while allocating %lu bytes" +msgstr "" + +#: common/miscellaneous.c:76 +#, c-format +msgid "out of core while allocating %lu bytes" +msgstr "" + #: g10/armor.c:368 #, c-format msgid "armor: %s\n" @@ -1218,13 +1217,13 @@ msgstr "--output no funciona per a aquesta ordre\n" msgid "can't open `%s'\n" msgstr "no s'ha pogut obrir «%s»\n" -#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1714 +#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1721 #: g10/revoke.c:228 #, fuzzy, c-format msgid "key \"%s\" not found: %s\n" msgstr "no s'ha trobat la clau «%s»: %s\n" -#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1728 +#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1735 #: g10/revoke.c:234 g10/revoke.c:479 #, c-format msgid "error reading keyblock: %s\n" @@ -1518,23 +1517,23 @@ msgid "Invalid key %s made valid by --allow-non-selfsigned-uid\n" msgstr "" "La clau invàlida %08lX s'ha fet vàlida amb --allow-non-selfsigned-uid\n" -#: g10/getkey.c:2390 g10/keyedit.c:3723 +#: g10/getkey.c:2393 g10/keyedit.c:3723 #, fuzzy, c-format msgid "no secret subkey for public subkey %s - ignoring\n" msgstr "" "no hi ha una clau secreta per a la subclau pública %08lX - es descarta\n" -#: g10/getkey.c:2621 +#: g10/getkey.c:2624 #, fuzzy, c-format 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:2668 +#: g10/getkey.c:2671 #, fuzzy, c-format msgid "key %s: secret key without public key - skipped\n" msgstr "clau %08lX: clau secreta sense clau pública - es descarta\n" -#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:241 tools/gpgconf.c:56 +#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:242 tools/gpgconf.c:56 msgid "" "@Commands:\n" " " @@ -1550,27 +1549,27 @@ msgstr "|[fitxer]|crea una signatura" msgid "|[file]|make a clear text signature" msgstr "|[fitxer]|crea una signatura en text clar" -#: g10/gpg.c:373 sm/gpgsm.c:245 +#: g10/gpg.c:373 sm/gpgsm.c:246 msgid "make a detached signature" msgstr "crea una signatura separada" -#: g10/gpg.c:374 sm/gpgsm.c:246 +#: g10/gpg.c:374 sm/gpgsm.c:247 msgid "encrypt data" msgstr "xifra dades" -#: g10/gpg.c:376 sm/gpgsm.c:247 +#: g10/gpg.c:376 sm/gpgsm.c:248 msgid "encryption only with symmetric cipher" msgstr "xifra només amb xifratge simètric" -#: g10/gpg.c:378 sm/gpgsm.c:248 +#: g10/gpg.c:378 sm/gpgsm.c:249 msgid "decrypt data (default)" msgstr "desxifra dades (predeterminat)" -#: g10/gpg.c:380 sm/gpgsm.c:249 +#: g10/gpg.c:380 sm/gpgsm.c:250 msgid "verify a signature" msgstr "verifica una signatura" -#: g10/gpg.c:382 sm/gpgsm.c:251 +#: g10/gpg.c:382 sm/gpgsm.c:252 msgid "list keys" msgstr "llista claus" @@ -1585,11 +1584,11 @@ msgid "list and check key signatures" msgstr "comprova les signatures de la claus" # «dactilars» o «digitals»? ivb -#: g10/gpg.c:386 sm/gpgsm.c:255 +#: g10/gpg.c:386 sm/gpgsm.c:256 msgid "list keys and fingerprints" msgstr "llista claus i empremtes digitals" -#: g10/gpg.c:387 sm/gpgsm.c:253 +#: g10/gpg.c:387 sm/gpgsm.c:254 msgid "list secret keys" msgstr "llista claus secretes" @@ -1625,11 +1624,11 @@ msgstr "genera un certificat de revocació" msgid "export keys" msgstr "exporta claus" -#: g10/gpg.c:398 sm/gpgsm.c:258 +#: g10/gpg.c:398 sm/gpgsm.c:259 msgid "export keys to a key server" msgstr "exporta claus a un servidor de claus" -#: g10/gpg.c:399 sm/gpgsm.c:259 +#: g10/gpg.c:399 sm/gpgsm.c:260 msgid "import keys from a key server" msgstr "importa claus d'un servidor de claus" @@ -1665,12 +1664,12 @@ msgstr "actualitza la base de dades de confiança" msgid "|algo [files]|print message digests" msgstr "|algo [fitxers]|imprimeix resums de missatges" -#: g10/gpg.c:431 sm/gpgsm.c:263 +#: g10/gpg.c:431 sm/gpgsm.c:264 msgid "run in server mode" msgstr "" -#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:278 -#: tools/gpg-connect-agent.c:57 tools/gpgconf.c:66 tools/symcryptrun.c:178 +#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:279 +#: tools/gpg-connect-agent.c:58 tools/gpgconf.c:66 tools/symcryptrun.c:159 msgid "" "@\n" "Options:\n" @@ -1680,31 +1679,31 @@ msgstr "" "Opcions:\n" " " -#: g10/gpg.c:435 sm/gpgsm.c:280 +#: g10/gpg.c:435 sm/gpgsm.c:281 msgid "create ascii armored output" msgstr "crea eixida amb armadura ascii" -#: g10/gpg.c:437 sm/gpgsm.c:290 +#: g10/gpg.c:437 sm/gpgsm.c:293 msgid "|NAME|encrypt for NAME" msgstr "|NOM|xifra per a NOM" -#: g10/gpg.c:448 sm/gpgsm.c:326 +#: g10/gpg.c:448 sm/gpgsm.c:329 msgid "use this user-id to sign or decrypt" msgstr "usa aquest id per a signar o desxifrar" -#: g10/gpg.c:449 sm/gpgsm.c:329 +#: g10/gpg.c:449 sm/gpgsm.c:332 msgid "|N|set compress level N (0 disables)" msgstr "|N|nivell de compressió N (0 no comprimeix)" -#: g10/gpg.c:454 sm/gpgsm.c:331 +#: g10/gpg.c:454 sm/gpgsm.c:334 msgid "use canonical text mode" msgstr "usa el mode de text canònic" -#: g10/gpg.c:468 sm/gpgsm.c:334 tools/gpgconf.c:68 +#: g10/gpg.c:468 sm/gpgsm.c:337 tools/gpgconf.c:68 msgid "use as output file" msgstr "fitxer d'eixida" -#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:344 tools/gpgconf.c:71 +#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:347 tools/gpgconf.c:71 msgid "do not make any changes" msgstr "no fa cap canvi" @@ -1720,7 +1719,7 @@ msgstr "" msgid "generate PGP 2.x compatible messages" msgstr "" -#: g10/gpg.c:554 sm/gpgsm.c:392 +#: g10/gpg.c:554 sm/gpgsm.c:395 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -1731,7 +1730,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:557 sm/gpgsm.c:395 +#: g10/gpg.c:557 sm/gpgsm.c:398 msgid "" "@\n" "Examples:\n" @@ -1774,7 +1773,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:782 sm/gpgsm.c:530 +#: g10/gpg.c:782 sm/gpgsm.c:534 msgid "" "\n" "Supported algorithms:\n" @@ -1802,7 +1801,7 @@ msgstr "Compressió: " msgid "usage: gpg [options] " msgstr "forma d'ús: gpg [opcions] " -#: g10/gpg.c:1060 sm/gpgsm.c:682 +#: g10/gpg.c:1060 sm/gpgsm.c:686 msgid "conflicting commands\n" msgstr "les ordres entren en conflicte\n" @@ -1929,6 +1928,11 @@ msgstr "mostra en quin anell de claus està una clau llistada" msgid "show expiration dates during signature listings" msgstr "No hi ha cap signatura corresponent en l'anell secret\n" +#: g10/gpg.c:1835 +#, c-format +msgid "libgcrypt is too old (need %s, have %s)\n" +msgstr "" + #: g10/gpg.c:1993 #, c-format msgid "NOTE: old default options file `%s' ignored\n" @@ -2070,7 +2074,7 @@ msgstr "%s:%d opcions d'exportació no vàlides\n" msgid "invalid auto-key-locate list\n" msgstr "" -#: g10/gpg.c:2893 sm/gpgsm.c:1232 +#: g10/gpg.c:2893 sm/gpgsm.c:1236 msgid "WARNING: program may create a core file!\n" msgstr "AVÍS: el programa podria crear un fitxer core!\n" @@ -2115,11 +2119,11 @@ msgstr "" msgid "encrypting a message in --pgp2 mode requires the IDEA cipher\n" msgstr "xifrar un missatge en mode --pgp2 requereix el xifratge IDEA\n" -#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1288 +#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1292 msgid "selected cipher algorithm is invalid\n" msgstr "l'algorisme de xifratge triat no és vàlid\n" -#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1296 +#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1300 msgid "selected digest algorithm is invalid\n" msgstr "l'algorisme de resum seleccionat no és vàlid\n" @@ -2355,7 +2359,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:76 sm/gpgsm.c:367 +#: g10/gpgv.c:76 sm/gpgsm.c:370 msgid "|FD|write status info to this FD" msgstr "|FD|escriu informació d'estat en aquest FD" @@ -3957,7 +3961,7 @@ msgid "(sensitive)" msgstr " (sensible)" #: g10/keyedit.c:2743 g10/keyedit.c:2799 g10/keyedit.c:2860 g10/keyedit.c:2875 -#: g10/keylist.c:194 g10/keyserver.c:516 +#: g10/keylist.c:194 g10/keyserver.c:523 #, fuzzy, c-format msgid "created: %s" msgstr "no s'ha pogut creat %s: %s\n" @@ -3974,7 +3978,7 @@ msgstr " [caduca: %s]" #: g10/keyedit.c:2750 g10/keyedit.c:2801 g10/keyedit.c:2862 g10/keyedit.c:2877 #: g10/keylist.c:196 g10/keylist.c:748 g10/keylist.c:783 g10/keylist.c:877 -#: g10/keylist.c:898 g10/keyserver.c:522 g10/mainproc.c:985 +#: g10/keylist.c:898 g10/keyserver.c:529 g10/mainproc.c:985 #, fuzzy, c-format msgid "expires: %s" msgstr " [caduca: %s]" @@ -4010,13 +4014,13 @@ msgstr "" "Teniu en compte que la validesa de la clau mostrada no és necessàriament\n" "correcta a no ser que torneu a executar el programa.\n" -#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:526 +#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:533 #: g10/mainproc.c:1831 g10/trustdb.c:1179 g10/trustdb.c:1699 #, fuzzy msgid "revoked" msgstr "[revocada]" -#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:530 +#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:537 #: g10/mainproc.c:1833 g10/trustdb.c:532 g10/trustdb.c:1701 #, fuzzy msgid "expired" @@ -4915,186 +4919,186 @@ msgstr "s'han comprovat %lu claus (%lu signatures)\n" msgid "%s: keyring created\n" msgstr "%s: s'ha creat l'anell\n" -#: g10/keyserver.c:66 +#: g10/keyserver.c:73 msgid "include revoked keys in search results" msgstr "" -#: g10/keyserver.c:67 +#: g10/keyserver.c:74 msgid "include subkeys when searching by key ID" msgstr "" -#: g10/keyserver.c:69 +#: g10/keyserver.c:76 msgid "use temporary files to pass data to keyserver helpers" msgstr "" -#: g10/keyserver.c:71 +#: g10/keyserver.c:78 msgid "do not delete temporary files after using them" msgstr "" -#: g10/keyserver.c:75 +#: g10/keyserver.c:82 msgid "automatically retrieve keys when verifying signatures" msgstr "" -#: g10/keyserver.c:77 +#: g10/keyserver.c:84 #, fuzzy msgid "honor the preferred keyserver URL set on the key" msgstr "la URL de política de signatura donada no és vàlida\n" -#: g10/keyserver.c:79 +#: g10/keyserver.c:86 msgid "honor the PKA record set on a key when retrieving keys" msgstr "" -#: g10/keyserver.c:145 +#: g10/keyserver.c:152 #, fuzzy, c-format msgid "WARNING: keyserver option `%s' is not used on this platform\n" msgstr "" "AVÍS: les opcions en «%s» encara no estan actives durant aquesta execució\n" -#: g10/keyserver.c:528 +#: g10/keyserver.c:535 #, fuzzy msgid "disabled" msgstr "disable" -#: g10/keyserver.c:729 +#: g10/keyserver.c:736 msgid "Enter number(s), N)ext, or Q)uit > " msgstr "" -#: g10/keyserver.c:813 g10/keyserver.c:1435 +#: g10/keyserver.c:820 g10/keyserver.c:1442 #, c-format msgid "invalid keyserver protocol (us %d!=handler %d)\n" msgstr "" -#: g10/keyserver.c:911 +#: g10/keyserver.c:918 #, fuzzy, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "no s'ha trobat la clau «%s»: %s\n" -#: g10/keyserver.c:913 +#: g10/keyserver.c:920 #, fuzzy msgid "key not found on keyserver\n" msgstr "no s'ha trobat la clau «%s»: %s\n" -#: g10/keyserver.c:1154 +#: g10/keyserver.c:1161 #, 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:1158 +#: g10/keyserver.c:1165 #, fuzzy, c-format msgid "requesting key %s from %s\n" msgstr "s'està sol·licitant la clau %08lX de %s\n" -#: g10/keyserver.c:1182 +#: g10/keyserver.c:1189 #, fuzzy, c-format msgid "searching for names from %s server %s\n" msgstr "s'està cercant «%s» al servidor HKP %s\n" -#: g10/keyserver.c:1185 +#: g10/keyserver.c:1192 #, fuzzy, c-format msgid "searching for names from %s\n" msgstr "s'està cercant «%s» al servidor HKP %s\n" -#: g10/keyserver.c:1338 +#: g10/keyserver.c:1345 #, fuzzy, c-format msgid "sending key %s to %s server %s\n" msgstr "s'està cercant «%s» al servidor HKP %s\n" -#: g10/keyserver.c:1342 +#: g10/keyserver.c:1349 #, fuzzy, c-format msgid "sending key %s to %s\n" msgstr "s'està sol·licitant la clau %08lX de %s\n" -#: g10/keyserver.c:1385 +#: g10/keyserver.c:1392 #, fuzzy, c-format msgid "searching for \"%s\" from %s server %s\n" msgstr "s'està cercant «%s» al servidor HKP %s\n" -#: g10/keyserver.c:1388 +#: g10/keyserver.c:1395 #, fuzzy, c-format msgid "searching for \"%s\" from %s\n" msgstr "s'està cercant «%s» al servidor HKP %s\n" # «del servidor», «en el servidor»? ivb -#: g10/keyserver.c:1395 g10/keyserver.c:1491 +#: g10/keyserver.c:1402 g10/keyserver.c:1498 #, fuzzy msgid "no keyserver action!\n" msgstr "error de servidor de claus" -#: g10/keyserver.c:1443 +#: g10/keyserver.c:1450 #, c-format msgid "WARNING: keyserver handler from a different version of GnuPG (%s)\n" msgstr "" -#: g10/keyserver.c:1452 +#: g10/keyserver.c:1459 msgid "keyserver did not send VERSION\n" msgstr "" -#: g10/keyserver.c:1514 g10/keyserver.c:2042 +#: g10/keyserver.c:1521 g10/keyserver.c:2049 msgid "no keyserver known (use option --keyserver)\n" msgstr "no es coneix cap servidor de claus (useu l'opció \"--keyserver\")\n" -#: g10/keyserver.c:1520 +#: g10/keyserver.c:1527 msgid "external keyserver calls are not supported in this build\n" msgstr "" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1539 #, c-format msgid "no handler for keyserver scheme `%s'\n" msgstr "" -#: g10/keyserver.c:1537 +#: g10/keyserver.c:1544 #, c-format msgid "action `%s' not supported with keyserver scheme `%s'\n" msgstr "" -#: g10/keyserver.c:1545 +#: g10/keyserver.c:1552 #, c-format msgid "%s does not support handler version %d\n" msgstr "" # «del servidor», «en el servidor»? ivb -#: g10/keyserver.c:1552 +#: g10/keyserver.c:1559 #, fuzzy msgid "keyserver timed out\n" msgstr "error de servidor de claus" # «del servidor», «en el servidor»? ivb -#: g10/keyserver.c:1557 +#: g10/keyserver.c:1564 #, fuzzy msgid "keyserver internal error\n" msgstr "error de servidor de claus" -#: g10/keyserver.c:1566 +#: g10/keyserver.c:1573 #, fuzzy, c-format msgid "keyserver communications error: %s\n" msgstr "la recepció des del servidor de claus ha fallat: %s\n" -#: g10/keyserver.c:1591 g10/keyserver.c:1625 +#: g10/keyserver.c:1598 g10/keyserver.c:1632 #, fuzzy, c-format msgid "\"%s\" not a key ID: skipping\n" msgstr "%s: no és un ID vàlid\n" -#: g10/keyserver.c:1884 +#: g10/keyserver.c:1891 #, 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:1906 +#: g10/keyserver.c:1913 #, fuzzy, c-format msgid "refreshing 1 key from %s\n" msgstr "s'està sol·licitant la clau %08lX de %s\n" -#: g10/keyserver.c:1908 +#: g10/keyserver.c:1915 #, fuzzy, c-format msgid "refreshing %d keys from %s\n" msgstr "s'està sol·licitant la clau %08lX de %s\n" -#: g10/keyserver.c:1964 +#: g10/keyserver.c:1971 #, 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" -#: g10/keyserver.c:1970 +#: g10/keyserver.c:1977 #, fuzzy, c-format msgid "WARNING: unable to parse URI %s\n" msgstr "AVÍS: no s'ha pogut eliminar el fitxer temporal (%s) «%s»: %s\n" @@ -5455,17 +5459,17 @@ msgid "WARNING: options in `%s' are not yet active during this run\n" msgstr "" "AVÍS: les opcions en «%s» encara no estan actives durant aquesta execució\n" -#: g10/parse-packet.c:192 +#: g10/parse-packet.c:193 #, c-format msgid "can't handle public key algorithm %d\n" msgstr "no es pot treballar amb l'algoritme de clau pública %d\n" -#: g10/parse-packet.c:762 +#: g10/parse-packet.c:798 msgid "WARNING: potentially insecure symmetrically encrypted session key\n" msgstr "" "AVÍS: la clau de sessió pot estar xifrada simètricament de forma insegura\n" -#: g10/parse-packet.c:1213 +#: g10/parse-packet.c:1249 #, c-format msgid "subpacket of type %d has critical bit set\n" msgstr "el subpaquet de tipus %d té el bit crític activat\n" @@ -6100,7 +6104,7 @@ msgstr "" "no s'ha pogut evitar una clau feble per a xifratge simètric;\n" "hi ha hagut %d intents!\n" -#: g10/seskey.c:229 +#: g10/seskey.c:229 sm/certcheck.c:91 msgid "DSA requires the hash length to be a multiple of 8 bits\n" msgstr "" @@ -6696,7 +6700,7 @@ msgstr "" msgid "iconv_open failed: %s\n" msgstr "no es pot obrir el fitxer: %s\n" -#: jnlib/utf8conv.c:331 jnlib/utf8conv.c:597 +#: jnlib/utf8conv.c:338 jnlib/utf8conv.c:604 #, fuzzy, c-format msgid "conversion from `%s' to `%s' failed: %s\n" msgstr "no s'ha pogut crear l'armadura: %s\n" @@ -6921,7 +6925,7 @@ msgstr "" msgid "run in multi server mode (foreground)" msgstr "" -#: scd/scdaemon.c:113 sm/gpgsm.c:356 +#: scd/scdaemon.c:113 sm/gpgsm.c:359 #, fuzzy msgid "read options from file" msgstr "s'estan llegint opcions de «%s»\n" @@ -6965,21 +6969,21 @@ msgid "" "Smartcard daemon for GnuPG\n" msgstr "" -#: scd/scdaemon.c:684 +#: scd/scdaemon.c:664 msgid "please use the option `--daemon' to run the program in the background\n" msgstr "" -#: scd/scdaemon.c:1032 +#: scd/scdaemon.c:1012 #, c-format msgid "handler for fd %d started\n" msgstr "" -#: scd/scdaemon.c:1037 +#: scd/scdaemon.c:1017 #, c-format msgid "handler for fd %d terminated\n" msgstr "" -#: sm/base64.c:323 +#: sm/base64.c:327 #, fuzzy, c-format msgid "invalid radix64 character %02x skipped\n" msgstr "el caràcter radix64 %02x invàlid s'ha omés\n" @@ -7003,184 +7007,190 @@ msgstr "la versió %d del protocol de gpg-agent no està suportada\n" msgid "can't connect to the dirmngr - trying fall back\n" msgstr "" -#: sm/certchain.c:165 +#: sm/certchain.c:176 #, fuzzy, c-format msgid "critical certificate extension %s is not supported" msgstr "la versió %d del protocol de gpg-agent no està suportada\n" -#: sm/certchain.c:203 +#: sm/certchain.c:214 msgid "issuer certificate is not marked as a CA" msgstr "" -#: sm/certchain.c:242 +#: sm/certchain.c:253 msgid "critical marked policy without configured policies" msgstr "" -#: sm/certchain.c:252 +#: sm/certchain.c:263 #, fuzzy, c-format msgid "failed to open `%s': %s\n" msgstr "no s'ha pogut obrir «%s»: %s\n" -#: sm/certchain.c:259 sm/certchain.c:288 +#: sm/certchain.c:270 sm/certchain.c:299 msgid "note: non-critical certificate policy not allowed" msgstr "" -#: sm/certchain.c:263 sm/certchain.c:292 +#: sm/certchain.c:274 sm/certchain.c:303 #, fuzzy msgid "certificate policy not allowed" msgstr "s'està escrivint la clau secreta a «%s»\n" -#: sm/certchain.c:403 +#: sm/certchain.c:414 msgid "looking up issuer at external location\n" msgstr "" -#: sm/certchain.c:423 +#: sm/certchain.c:434 #, c-format msgid "number of issuers matching: %d\n" msgstr "" -#: sm/certchain.c:576 sm/certchain.c:740 sm/certchain.c:1266 sm/decrypt.c:261 +#: sm/certchain.c:587 sm/certchain.c:753 sm/certchain.c:1334 sm/decrypt.c:261 #: sm/encrypt.c:343 sm/sign.c:328 sm/verify.c:107 #, fuzzy msgid "failed to allocated keyDB handle\n" msgstr "no s'ha pogut inicialitzar la base de dades de confiança: %s\n" -#: sm/certchain.c:667 +#: sm/certchain.c:678 #, fuzzy msgid "certificate has been revoked" msgstr "NOTA: aquesta clau ha estat revocada!" -#: sm/certchain.c:676 +#: sm/certchain.c:687 #, fuzzy msgid "no CRL found for certificate" msgstr "Certificat correcte" -#: sm/certchain.c:680 +#: sm/certchain.c:691 #, fuzzy msgid "the available CRL is too old" msgstr "La clau és disponible en: " -#: sm/certchain.c:682 +#: sm/certchain.c:693 msgid "please make sure that the \"dirmngr\" is properly installed\n" msgstr "" -#: sm/certchain.c:687 +#: sm/certchain.c:698 #, fuzzy, c-format msgid "checking the CRL failed: %s" msgstr "no s'ha pogut comprovar la signatura creada: %s\n" -#: sm/certchain.c:765 +#: sm/certchain.c:794 #, fuzzy msgid "no issuer found in certificate" msgstr "Certificat correcte" -#: sm/certchain.c:792 +#: sm/certchain.c:823 #, fuzzy, c-format msgid "certificate with invalid validity: %s" msgstr "problema en la lectura del certificat: %s\n" -#: sm/certchain.c:808 +#: sm/certchain.c:839 #, fuzzy msgid "certificate not yet valid" msgstr "Certificat de revocació vàlid" -#: sm/certchain.c:821 +#: sm/certchain.c:852 #, fuzzy msgid "certificate has expired" msgstr "problema en la lectura del certificat: %s\n" -#: sm/certchain.c:864 +#: sm/certchain.c:895 msgid "self-signed certificate has a BAD signature" msgstr "" -#: sm/certchain.c:932 +#: sm/certchain.c:963 #, fuzzy msgid "root certificate is not marked trusted" msgstr "" "No s'han trobat certificats amb confiança no definida.\n" "\n" -#: sm/certchain.c:947 +#: sm/certchain.c:978 #, fuzzy, c-format msgid "fingerprint=%s\n" msgstr "Empremta digital:" -#: sm/certchain.c:955 +#: sm/certchain.c:986 #, fuzzy msgid "root certificate has now been marked as trusted\n" msgstr "" "No s'han trobat certificats amb confiança no definida.\n" "\n" -#: sm/certchain.c:970 +#: sm/certchain.c:1001 msgid "interactive marking as trusted not enabled in gpg-agent\n" msgstr "" -#: sm/certchain.c:976 +#: sm/certchain.c:1007 msgid "interactive marking as trusted disabled for this session\n" msgstr "" -#: sm/certchain.c:986 +#: sm/certchain.c:1017 #, fuzzy, c-format msgid "checking the trust list failed: %s\n" msgstr "no s'ha pogut comprovar la signatura creada: %s\n" -#: sm/certchain.c:1013 sm/import.c:158 +#: sm/certchain.c:1044 sm/import.c:159 #, fuzzy msgid "certificate chain too long\n" msgstr "Certificat de revocació vàlid" -#: sm/certchain.c:1025 +#: sm/certchain.c:1056 #, fuzzy msgid "issuer certificate not found" msgstr "Certificat de revocació vàlid" -#: sm/certchain.c:1058 +#: sm/certchain.c:1089 #, fuzzy msgid "certificate has a BAD signature" msgstr "verifica una signatura" -#: sm/certchain.c:1088 +#: sm/certchain.c:1119 msgid "found another possible matching CA certificate - trying again" msgstr "" -#: sm/certchain.c:1139 +#: sm/certchain.c:1170 #, c-format msgid "certificate chain longer than allowed by CA (%d)" msgstr "" -#: sm/certcheck.c:52 -msgid "DSA requires the use of a 160 bit hash algorithm\n" -msgstr "DSA requereix l'ús d'un algoritme de dispersió de 160 bits\n" +#: sm/certcheck.c:103 +#, c-format +msgid "%s key uses an unsafe (%u bit) hash\n" +msgstr "" + +#: sm/certcheck.c:113 +#, c-format +msgid "a %u bit hash is not valid for a %u bit %s key\n" +msgstr "" -#: sm/certcheck.c:177 sm/sign.c:482 sm/verify.c:189 +#: sm/certcheck.c:250 sm/sign.c:482 sm/verify.c:189 msgid "(this is the MD2 algorithm)\n" msgstr "" -#: sm/certdump.c:68 sm/certdump.c:154 +#: sm/certdump.c:68 sm/certdump.c:151 #, fuzzy msgid "none" msgstr "no" -#: sm/certdump.c:163 +#: sm/certdump.c:162 #, fuzzy msgid "[none]" msgstr "[no establert]" -#: sm/certdump.c:536 sm/certdump.c:599 +#: sm/certdump.c:552 sm/certdump.c:597 sm/certdump.c:662 sm/certdump.c:715 #, fuzzy msgid "[Error - invalid encoding]" msgstr "error: l'empremta digital és invàlida\n" -#: sm/certdump.c:544 +#: sm/certdump.c:560 sm/certdump.c:605 msgid "[Error - out of core]" msgstr "" -#: sm/certdump.c:579 +#: sm/certdump.c:642 sm/certdump.c:698 msgid "[Error - No name]" msgstr "" -#: sm/certdump.c:604 +#: sm/certdump.c:667 sm/certdump.c:721 #, fuzzy msgid "[Error - invalid DN]" msgstr "error: l'empremta digital és invàlida\n" @@ -7196,7 +7206,7 @@ msgstr "error: l'empremta digital és invàlida\n" # Se't passava l'argument «*». printf(3), hieroglyph(7). ivb # Ah! Prova-ho, no casque alguna cosa :P ivb # Ah, ja veig! Moltes gràcies! Aquest msgstr ha quedat curiós :) jm -#: sm/certdump.c:818 +#: sm/certdump.c:930 #, fuzzy, c-format msgid "" "Please enter the passphrase to unlock the secret key for:\n" @@ -7211,7 +7221,7 @@ msgstr "" msgid "no key usage specified - assuming all usages\n" msgstr "" -#: sm/certlist.c:135 sm/keylist.c:255 +#: sm/certlist.c:135 sm/keylist.c:258 #, fuzzy, c-format msgid "error getting key usage information: %s\n" msgstr "s'ha produït un error mentre s'escrivia l'anell secret «%s»: %s\n" @@ -7298,7 +7308,7 @@ msgstr "" msgid "certificate `%s' not found: %s\n" msgstr "no s'ha trobat la clau secreta «%s»: %s\n" -#: sm/delete.c:113 sm/keydb.c:1392 sm/keydb.c:1485 +#: sm/delete.c:113 sm/keydb.c:1397 sm/keydb.c:1497 #, fuzzy, c-format msgid "error locking keybox: %s\n" msgstr "s'ha produït un error en llegir el bloc de claus: %s\n" @@ -7323,192 +7333,192 @@ 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/export.c:562 sm/export.c:578 sm/import.c:525 sm/import.c:550 +#: sm/export.c:615 sm/export.c:631 sm/import.c:526 sm/import.c:551 #, fuzzy, c-format msgid "error creating temporary file: %s\n" msgstr "error en la creació de la contrasenya: %s\n" -#: sm/export.c:569 sm/import.c:533 +#: sm/export.c:622 sm/import.c:534 #, fuzzy, c-format msgid "error writing to temporary file: %s\n" msgstr "%s: error en escriure el registre de directoris: %s\n" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:244 #, fuzzy msgid "|[FILE]|make a signature" msgstr "|[fitxer]|crea una signatura" -#: sm/gpgsm.c:244 +#: sm/gpgsm.c:245 #, fuzzy msgid "|[FILE]|make a clear text signature" msgstr "|[fitxer]|crea una signatura en text clar" -#: sm/gpgsm.c:252 +#: sm/gpgsm.c:253 #, fuzzy msgid "list external keys" msgstr "llista claus secretes" -#: sm/gpgsm.c:254 +#: sm/gpgsm.c:255 #, fuzzy msgid "list certificate chain" msgstr "Certificat de revocació vàlid" -#: sm/gpgsm.c:257 +#: sm/gpgsm.c:258 #, fuzzy msgid "remove key from the public keyring" msgstr "elimina claus de l'anell públic" -#: sm/gpgsm.c:260 +#: sm/gpgsm.c:261 #, fuzzy msgid "import certificates" msgstr "Certificat correcte" -#: sm/gpgsm.c:261 +#: sm/gpgsm.c:262 #, fuzzy msgid "export certificates" msgstr "Certificat correcte" -#: sm/gpgsm.c:262 +#: sm/gpgsm.c:263 msgid "register a smartcard" msgstr "" -#: sm/gpgsm.c:264 +#: sm/gpgsm.c:265 msgid "pass a command to the dirmngr" msgstr "" -#: sm/gpgsm.c:266 +#: sm/gpgsm.c:267 msgid "invoke gpg-protect-tool" msgstr "" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:268 #, fuzzy msgid "change a passphrase" msgstr "canvia la contrasenya" -#: sm/gpgsm.c:282 +#: sm/gpgsm.c:283 #, fuzzy msgid "create base-64 encoded output" msgstr "crea eixida amb armadura ascii" -#: sm/gpgsm.c:284 +#: sm/gpgsm.c:287 msgid "assume input is in PEM format" msgstr "" -#: sm/gpgsm.c:286 +#: sm/gpgsm.c:289 msgid "assume input is in base-64 format" msgstr "" -#: sm/gpgsm.c:288 +#: sm/gpgsm.c:291 msgid "assume input is in binary format" msgstr "" -#: sm/gpgsm.c:293 +#: sm/gpgsm.c:296 msgid "use system's dirmngr if available" msgstr "" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "never consult a CRL" msgstr "" -#: sm/gpgsm.c:301 +#: sm/gpgsm.c:304 msgid "check validity using OCSP" msgstr "" -#: sm/gpgsm.c:304 +#: sm/gpgsm.c:307 msgid "|N|number of certificates to include" msgstr "" -#: sm/gpgsm.c:307 +#: sm/gpgsm.c:310 msgid "|FILE|take policy information from FILE" msgstr "" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "do not check certificate policies" msgstr "" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "fetch missing issuer certificates" msgstr "" -#: sm/gpgsm.c:318 +#: sm/gpgsm.c:321 msgid "|NAME|use NAME as default recipient" msgstr "|NOM|usa NOM com a destinatari predeterminat" -#: sm/gpgsm.c:320 +#: sm/gpgsm.c:323 msgid "use the default key as default recipient" msgstr "usa la clau predeterminada com a destinatari predeterminat" -#: sm/gpgsm.c:337 +#: sm/gpgsm.c:340 msgid "don't use the terminal at all" msgstr "no usa el terminal en absolut" -#: sm/gpgsm.c:341 +#: sm/gpgsm.c:344 msgid "force v3 signatures" msgstr "força signatures v3" -#: sm/gpgsm.c:342 +#: sm/gpgsm.c:345 msgid "always use a MDC for encryption" msgstr "sempre utilitza un MDC per a xifrar" # Mode desatès (SC) ivb -#: sm/gpgsm.c:347 +#: sm/gpgsm.c:350 msgid "batch mode: never ask" msgstr "mode desatès: no pregunta mai" -#: sm/gpgsm.c:348 +#: sm/gpgsm.c:351 msgid "assume yes on most questions" msgstr "suposa «sí» en la majoria de les preguntes" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 msgid "assume no on most questions" msgstr "suposa «no» en la majoria de les preguntes" -#: sm/gpgsm.c:351 +#: sm/gpgsm.c:354 msgid "add this keyring to the list of keyrings" msgstr "afegeix aquest anell a la llista" -#: sm/gpgsm.c:352 +#: sm/gpgsm.c:355 msgid "add this secret keyring to the list" msgstr "afegeix aquest anell secret a la llista" -#: sm/gpgsm.c:353 +#: sm/gpgsm.c:356 msgid "|NAME|use NAME as default secret key" msgstr "|NOM|usa NOM com a clau secreta predeterminada" -#: sm/gpgsm.c:354 +#: sm/gpgsm.c:357 msgid "|HOST|use this keyserver to lookup keys" msgstr "|HOST|usa aquest servidor per a cercar claus" -#: sm/gpgsm.c:355 +#: sm/gpgsm.c:358 msgid "|NAME|set terminal charset to NAME" msgstr "|NOM|el joc de caràcters serà NOM" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "" -#: sm/gpgsm.c:374 +#: sm/gpgsm.c:377 msgid "|FILE|load extension module FILE" msgstr "|FITXER|carrega el mòdul d'extensió especificat" -#: sm/gpgsm.c:380 +#: sm/gpgsm.c:383 msgid "|NAME|use cipher algorithm NAME" msgstr "|NOM|usa l'algoritme de xifratge NOM" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 msgid "|NAME|use message digest algorithm NAME" msgstr "|NOM|usa l'algoritme de resum de missatges NOM" -#: sm/gpgsm.c:384 +#: sm/gpgsm.c:387 msgid "|N|use compress algorithm N" msgstr "|N|usa l'algoritme de compressió N" -#: sm/gpgsm.c:520 +#: sm/gpgsm.c:524 #, fuzzy msgid "Usage: gpgsm [options] [files] (-h for help)" msgstr "Forma d'ús: gpg [opcions] [fitxers] (-h per a veure l'ajuda)" -#: sm/gpgsm.c:523 +#: sm/gpgsm.c:527 #, fuzzy msgid "" "Syntax: gpgsm [options] [files]\n" @@ -7519,46 +7529,41 @@ msgstr "" "signa, comprova, xifra o desxifra\n" "l'operació predeterminada depén de les dades introduïdes\n" -#: sm/gpgsm.c:617 +#: sm/gpgsm.c:621 #, fuzzy msgid "usage: gpgsm [options] " msgstr "forma d'ús: gpg [opcions] " -#: sm/gpgsm.c:698 +#: sm/gpgsm.c:702 #, fuzzy, c-format msgid "can't encrypt to `%s': %s\n" msgstr "no s'ha pogut connectar amb «%s»: %s\n" -#: sm/gpgsm.c:773 -#, c-format -msgid "libksba is too old (need %s, have %s)\n" -msgstr "" - -#: sm/gpgsm.c:1249 +#: sm/gpgsm.c:1253 msgid "WARNING: running with faked system time: " msgstr "" -#: sm/gpgsm.c:1328 +#: sm/gpgsm.c:1332 #, c-format msgid "importing common certificates `%s'\n" msgstr "" # No em passe! ;) ivb -#: sm/gpgsm.c:1346 +#: sm/gpgsm.c:1350 #, fuzzy, c-format msgid "can't sign using `%s': %s\n" msgstr "no s'ha pogut tancar «%s»: %s\n" -#: sm/gpgsm.c:1536 +#: sm/gpgsm.c:1542 msgid "this command has not yet been implemented\n" msgstr "" -#: sm/gpgsm.c:1601 +#: sm/gpgsm.c:1606 #, fuzzy msgid "key generation is not available from the commandline\n" msgstr "gpg-agent no està disponible en aquesta sessió\n" -#: sm/gpgsm.c:1602 +#: sm/gpgsm.c:1607 #, fuzzy, c-format msgid "please use the script \"%s\" to generate a new key\n" msgstr "Seleccioneu quin tipus de clau voleu:\n" @@ -7568,21 +7573,21 @@ msgstr "Seleccioneu quin tipus de clau voleu:\n" msgid "total number processed: %lu\n" msgstr "Nombre total processat: %lu\n" -#: sm/import.c:227 +#: sm/import.c:228 #, fuzzy msgid "error storing certificate\n" msgstr "Certificat correcte" -#: sm/import.c:235 +#: sm/import.c:236 msgid "basic certificate checks failed - not imported\n" msgstr "" -#: sm/import.c:421 sm/import.c:453 +#: sm/import.c:422 sm/import.c:454 #, fuzzy, c-format msgid "error importing certificate: %s\n" msgstr "error en la creació de la contrasenya: %s\n" -#: sm/import.c:542 tools/gpg-connect-agent.c:384 +#: sm/import.c:543 tools/gpg-connect-agent.c:388 #, fuzzy, c-format msgid "error reading input: %s\n" msgstr "error en la lectura de «%s»: %s\n" @@ -7601,12 +7606,12 @@ msgstr "" msgid "keybox `%s' created\n" msgstr "s'ha creat l'anell «%s»\n" -#: sm/keydb.c:1312 sm/keydb.c:1378 +#: sm/keydb.c:1312 sm/keydb.c:1380 #, fuzzy msgid "failed to get the fingerprint\n" msgstr "no s'ha pogut emmagatzemar l'empremta digital: %s\n" -#: sm/keydb.c:1319 sm/keydb.c:1385 +#: sm/keydb.c:1319 sm/keydb.c:1387 #, fuzzy msgid "failed to allocate keyDB handle\n" msgstr "no s'ha pogut inicialitzar la base de dades de confiança: %s\n" @@ -7626,17 +7631,17 @@ msgstr "error en la creació de la contrasenya: %s\n" msgid "error storing certificate: %s\n" msgstr "error en la creació de la contrasenya: %s\n" -#: sm/keydb.c:1400 +#: sm/keydb.c:1408 #, fuzzy, c-format msgid "problem re-searching certificate: %s\n" msgstr "rev? hi ha problemes en la comprovació de la revocació: %s\n" -#: sm/keydb.c:1409 sm/keydb.c:1497 +#: sm/keydb.c:1417 sm/keydb.c:1509 #, fuzzy, c-format msgid "error getting stored flags: %s\n" msgstr "error en crear «%s»: %s\n" -#: sm/keydb.c:1418 sm/keydb.c:1508 +#: sm/keydb.c:1429 sm/keydb.c:1520 #, fuzzy, c-format msgid "error storing flags: %s\n" msgstr "error en la lectura de «%s»: %s\n" @@ -7709,103 +7714,107 @@ msgstr "Signatura correcta de \"" msgid " aka" msgstr " alias \"" -#: tools/gpg-connect-agent.c:60 tools/gpgconf.c:70 tools/symcryptrun.c:186 +#: tools/gpg-connect-agent.c:61 tools/gpgconf.c:70 tools/symcryptrun.c:167 #, fuzzy msgid "quiet" msgstr "ix" -#: tools/gpg-connect-agent.c:61 +#: tools/gpg-connect-agent.c:62 msgid "print data out hex encoded" msgstr "" -#: tools/gpg-connect-agent.c:62 +#: tools/gpg-connect-agent.c:63 +msgid "decode received data lines" +msgstr "" + +#: tools/gpg-connect-agent.c:64 msgid "|NAME|connect to Assuan socket NAME" msgstr "" -#: tools/gpg-connect-agent.c:63 +#: tools/gpg-connect-agent.c:65 msgid "run the Assuan server given on the command line" msgstr "" -#: tools/gpg-connect-agent.c:65 +#: tools/gpg-connect-agent.c:67 msgid "do not use extended connect mode" msgstr "" -#: tools/gpg-connect-agent.c:126 +#: tools/gpg-connect-agent.c:129 #, fuzzy msgid "Usage: gpg-connect-agent [options] (-h for help)" msgstr "Forma d'ús: gpg [opcions] [fitxers] (-h per a veure l'ajuda)" -#: tools/gpg-connect-agent.c:129 +#: tools/gpg-connect-agent.c:132 msgid "" "Syntax: gpg-connect-agent [options]\n" "Connect to a running agent and send commands\n" msgstr "" -#: tools/gpg-connect-agent.c:324 +#: tools/gpg-connect-agent.c:328 #, c-format msgid "option \"%s\" requires a program and optional arguments\n" msgstr "" -#: tools/gpg-connect-agent.c:333 +#: tools/gpg-connect-agent.c:337 #, c-format msgid "option \"%s\" ignored due to \"%s\"\n" msgstr "" -#: tools/gpg-connect-agent.c:391 +#: tools/gpg-connect-agent.c:395 #, fuzzy msgid "line too long - skipped\n" msgstr "la línia és massa llarga\n" -#: tools/gpg-connect-agent.c:395 +#: tools/gpg-connect-agent.c:399 msgid "line shortened due to embedded Nul character\n" msgstr "" -#: tools/gpg-connect-agent.c:457 +#: tools/gpg-connect-agent.c:471 #, fuzzy, c-format msgid "unknown command `%s'\n" msgstr "el destinatari predeterminat és desconegut «%s»\n" -#: tools/gpg-connect-agent.c:465 +#: tools/gpg-connect-agent.c:479 #, fuzzy, c-format msgid "sending line failed: %s\n" msgstr "Ha fallat el procés de signatura: %s\n" -#: tools/gpg-connect-agent.c:473 +#: tools/gpg-connect-agent.c:487 #, fuzzy, c-format msgid "receiving line failed: %s\n" msgstr "no s'ha pogut eliminar el bloc de claus: %s\n" -#: tools/gpg-connect-agent.c:746 +#: tools/gpg-connect-agent.c:797 #, fuzzy, c-format msgid "error sending %s command: %s\n" msgstr "error mentre s'enviava a «%s»: %s\n" -#: tools/gpg-connect-agent.c:755 +#: tools/gpg-connect-agent.c:806 #, fuzzy, c-format msgid "error sending standard options: %s\n" msgstr "error mentre s'enviava a «%s»: %s\n" #: tools/gpgconf-comp.c:445 tools/gpgconf-comp.c:525 tools/gpgconf-comp.c:592 -#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:720 +#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:723 msgid "Options controlling the diagnostic output" msgstr "" #: tools/gpgconf-comp.c:458 tools/gpgconf-comp.c:538 tools/gpgconf-comp.c:605 -#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:743 +#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:746 msgid "Options controlling the configuration" msgstr "" #: tools/gpgconf-comp.c:468 tools/gpgconf-comp.c:563 tools/gpgconf-comp.c:612 -#: tools/gpgconf-comp.c:671 tools/gpgconf-comp.c:750 +#: tools/gpgconf-comp.c:674 tools/gpgconf-comp.c:753 msgid "Options useful for debugging" msgstr "" #: tools/gpgconf-comp.c:473 tools/gpgconf-comp.c:568 tools/gpgconf-comp.c:617 -#: tools/gpgconf-comp.c:676 tools/gpgconf-comp.c:758 +#: tools/gpgconf-comp.c:679 tools/gpgconf-comp.c:761 msgid "|FILE|write server mode logs to FILE" msgstr "" -#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:684 +#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:687 msgid "Options controlling the security" msgstr "" @@ -7833,31 +7842,36 @@ msgstr "" msgid "allow PKA lookups (DNS requests)" msgstr "" -#: tools/gpgconf-comp.c:689 +#: tools/gpgconf-comp.c:669 +#, fuzzy +msgid "|NAME|use encoding NAME for PKCS#12 passphrases" +msgstr "|NOM|usa l'algoritme de xifratge NOM per a les contrasenyes" + +#: tools/gpgconf-comp.c:692 msgid "do not check CRLs for root certificates" msgstr "" -#: tools/gpgconf-comp.c:733 +#: tools/gpgconf-comp.c:736 msgid "Options controlling the format of the output" msgstr "" -#: tools/gpgconf-comp.c:769 +#: tools/gpgconf-comp.c:772 msgid "Options controlling the interactivity and enforcement" msgstr "" -#: tools/gpgconf-comp.c:779 +#: tools/gpgconf-comp.c:782 msgid "Configuration for HTTP servers" msgstr "" -#: tools/gpgconf-comp.c:790 +#: tools/gpgconf-comp.c:793 msgid "use system's HTTP proxy setting" msgstr "" -#: tools/gpgconf-comp.c:795 +#: tools/gpgconf-comp.c:798 msgid "Configuration of LDAP servers to use" msgstr "" -#: tools/gpgconf-comp.c:832 +#: tools/gpgconf-comp.c:835 msgid "Configuration for OCSP" msgstr "" @@ -7920,7 +7934,7 @@ msgstr "" msgid "error allocating enough memory: %s\n" msgstr "error en crear l'anell «%s»: %s\n" -#: tools/symcryptrun.c:173 +#: tools/symcryptrun.c:154 #, fuzzy msgid "" "@\n" @@ -7930,167 +7944,170 @@ msgstr "" "@Ordres:\n" " " -#: tools/symcryptrun.c:175 +#: tools/symcryptrun.c:156 #, fuzzy msgid "decryption modus" msgstr "desxifratge correcte\n" -#: tools/symcryptrun.c:176 +#: tools/symcryptrun.c:157 #, fuzzy msgid "encryption modus" msgstr "desxifratge correcte\n" -#: tools/symcryptrun.c:180 +#: tools/symcryptrun.c:161 msgid "tool class (confucius)" msgstr "" -#: tools/symcryptrun.c:181 +#: tools/symcryptrun.c:162 #, fuzzy msgid "program filename" msgstr "--store [nom_del_fitxer]" -#: tools/symcryptrun.c:183 +#: tools/symcryptrun.c:164 msgid "secret key file (required)" msgstr "" -#: tools/symcryptrun.c:184 +#: tools/symcryptrun.c:165 msgid "input file name (default stdin)" msgstr "" -#: tools/symcryptrun.c:228 +#: tools/symcryptrun.c:209 #, fuzzy msgid "Usage: symcryptrun [options] (-h for help)" msgstr "Forma d'ús: gpg [opcions] [fitxers] (-h per a veure l'ajuda)" -#: tools/symcryptrun.c:231 +#: tools/symcryptrun.c:212 msgid "" "Syntax: symcryptrun --class CLASS --program PROGRAM --keyfile KEYFILE " "[options...] COMMAND [inputfile]\n" "Call a simple symmetric encryption tool\n" msgstr "" -#: tools/symcryptrun.c:313 +#: tools/symcryptrun.c:294 #, fuzzy, c-format msgid "%s on %s aborted with status %i\n" msgstr "%s no és permés amb %s!\n" -#: tools/symcryptrun.c:320 +#: tools/symcryptrun.c:301 #, fuzzy, c-format msgid "%s on %s failed with status %i\n" msgstr "ha fallat l'actualització de la base de dades de confiança: %s\n" -#: tools/symcryptrun.c:346 +#: tools/symcryptrun.c:327 #, fuzzy, c-format msgid "can't create temporary directory `%s': %s\n" msgstr "no es pot crear el directori «%s»: %s\n" -#: tools/symcryptrun.c:386 tools/symcryptrun.c:403 +#: tools/symcryptrun.c:367 tools/symcryptrun.c:384 #, fuzzy, c-format msgid "could not open %s for writing: %s\n" msgstr "no s'ha pogut obrir %s: %s\n" -#: tools/symcryptrun.c:414 +#: tools/symcryptrun.c:395 #, fuzzy, c-format msgid "error writing to %s: %s\n" msgstr "error mentre s'escrivia l'anell «%s»: %s\n" -#: tools/symcryptrun.c:421 +#: tools/symcryptrun.c:402 #, fuzzy, c-format msgid "error reading from %s: %s\n" msgstr "error en la lectura de «%s»: %s\n" -#: tools/symcryptrun.c:428 tools/symcryptrun.c:435 +#: tools/symcryptrun.c:409 tools/symcryptrun.c:416 #, fuzzy, c-format msgid "error closing %s: %s\n" msgstr "error en la lectura de «%s»: %s\n" # Execució de programes remots, o execució remota de programes? jm -#: tools/symcryptrun.c:545 +#: tools/symcryptrun.c:526 #, fuzzy msgid "no --program option provided\n" msgstr "no hi ha suport per a l'execució remota de programes\n" -#: tools/symcryptrun.c:551 +#: tools/symcryptrun.c:532 msgid "only --decrypt and --encrypt are supported\n" msgstr "" -#: tools/symcryptrun.c:557 +#: tools/symcryptrun.c:538 msgid "no --keyfile option provided\n" msgstr "" -#: tools/symcryptrun.c:568 +#: tools/symcryptrun.c:549 msgid "cannot allocate args vector\n" msgstr "" -#: tools/symcryptrun.c:586 +#: tools/symcryptrun.c:567 #, fuzzy, c-format msgid "could not create pipe: %s\n" msgstr "no s'ha pogut crear «%s»: %s\n" -#: tools/symcryptrun.c:593 +#: tools/symcryptrun.c:574 #, fuzzy, c-format msgid "could not create pty: %s\n" msgstr "no s'ha pogut crear «%s»: %s\n" -#: tools/symcryptrun.c:609 +#: tools/symcryptrun.c:590 #, fuzzy, c-format msgid "could not fork: %s\n" msgstr "%s: no s'ha trobat l'usuari: %s\n" -#: tools/symcryptrun.c:637 +#: tools/symcryptrun.c:618 #, fuzzy, c-format msgid "execv failed: %s\n" msgstr "ha fallat l'actualització: %s\n" -#: tools/symcryptrun.c:666 +#: tools/symcryptrun.c:647 #, fuzzy, c-format msgid "select failed: %s\n" msgstr "no s'ha pogut eliminar el bloc de claus: %s\n" -#: tools/symcryptrun.c:683 +#: tools/symcryptrun.c:664 #, fuzzy, c-format msgid "read failed: %s\n" msgstr "ha fallat l'actualització: %s\n" -#: tools/symcryptrun.c:735 +#: tools/symcryptrun.c:716 #, fuzzy, c-format msgid "pty read failed: %s\n" msgstr "ha fallat l'actualització: %s\n" -#: tools/symcryptrun.c:787 +#: tools/symcryptrun.c:768 #, fuzzy, c-format msgid "waitpid failed: %s\n" msgstr "ha fallat l'actualització: %s\n" -#: tools/symcryptrun.c:801 +#: tools/symcryptrun.c:782 #, c-format msgid "child aborted with status %i\n" msgstr "" -#: tools/symcryptrun.c:856 +#: tools/symcryptrun.c:837 #, fuzzy, c-format msgid "cannot allocate infile string: %s\n" msgstr "%s: no s'ha creat l'anell: %s\n" -#: tools/symcryptrun.c:869 +#: tools/symcryptrun.c:850 #, fuzzy, c-format msgid "cannot allocate outfile string: %s\n" msgstr "no s'ha pogut crear «%s»: %s\n" -#: tools/symcryptrun.c:1044 +#: tools/symcryptrun.c:1025 #, c-format msgid "either %s or %s must be given\n" msgstr "" -#: tools/symcryptrun.c:1064 +#: tools/symcryptrun.c:1045 msgid "no class provided\n" msgstr "" -#: tools/symcryptrun.c:1071 +#: tools/symcryptrun.c:1052 #, fuzzy, c-format msgid "class %s is not supported\n" msgstr "l'algoritme de protecció %d%s no està suportat\n" +#~ msgid "DSA requires the use of a 160 bit hash algorithm\n" +#~ msgstr "DSA requereix l'ús d'un algoritme de dispersió de 160 bits\n" + #, fuzzy #~ msgid ".\n" #~ msgstr "%s.\n" @@ -8556,9 +8573,6 @@ msgstr "l'algoritme de protecció %d%s no està suportat\n" #~ msgstr "" #~ "|NOM|usa l'algoritme de resum de missatges NOM per a les contrasenyes" -#~ msgid "|NAME|use cipher algorithm NAME for passphrases" -#~ msgstr "|NOM|usa l'algoritme de xifratge NOM per a les contrasenyes" - # elimina o descarta? jm #~ msgid "throw keyid field of encrypted packets" #~ msgstr "descarta el camp keyid dels paquets xifrats" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg-1.3.92\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2007-03-08 14:20+0100\n" +"POT-Creation-Date: 2007-05-07 20:39+0200\n" "PO-Revision-Date: 2004-11-26 09:12+0200\n" "Last-Translator: Roman Pavlik <rp@tns.cz>\n" "Language-Team: Czech <translations.cs@gnupg.cz>\n" @@ -90,8 +90,8 @@ msgstr "nemohu vytvoit `%s': %s\n" #: g10/keyring.c:1534 g10/openfile.c:190 g10/openfile.c:345 #: g10/plaintext.c:504 g10/sign.c:814 g10/sign.c:1009 g10/sign.c:1125 #: g10/sign.c:1281 g10/tdbdump.c:141 g10/tdbdump.c:149 g10/tdbio.c:542 -#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1775 -#: sm/gpgsm.c:1812 sm/qualified.c:74 +#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1780 +#: sm/gpgsm.c:1817 sm/gpgsm.c:1855 sm/qualified.c:74 #, c-format msgid "can't open `%s': %s\n" msgstr "nemohu otevt `%s': %s\n" @@ -190,13 +190,13 @@ msgstr "" "Pro ochranu Vaeho tajnho kle muste zadat heslo.\n" "\n" -#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1216 +#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1202 #, fuzzy msgid "Please re-enter this passphrase" msgstr "zmnit heslo" -#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1222 -#: tools/symcryptrun.c:487 +#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1208 +#: tools/symcryptrun.c:468 msgid "does not match - try again" msgstr "" @@ -205,7 +205,7 @@ msgstr "" msgid "Please enter the new passphrase" msgstr "zmnit heslo" -#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:109 +#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:111 #: scd/scdaemon.c:103 #, fuzzy msgid "" @@ -225,13 +225,13 @@ msgid "run in daemon mode (background)" msgstr "" #: agent/gpg-agent.c:117 g10/gpg.c:470 g10/gpgv.c:71 kbx/kbxutil.c:82 -#: scd/scdaemon.c:109 sm/gpgsm.c:335 tools/gpg-connect-agent.c:59 -#: tools/gpgconf.c:69 tools/symcryptrun.c:185 +#: scd/scdaemon.c:109 sm/gpgsm.c:338 tools/gpg-connect-agent.c:60 +#: tools/gpgconf.c:69 tools/symcryptrun.c:166 msgid "verbose" msgstr "s dodatenmi informacemi" #: agent/gpg-agent.c:118 g10/gpgv.c:72 kbx/kbxutil.c:83 scd/scdaemon.c:110 -#: sm/gpgsm.c:336 +#: sm/gpgsm.c:339 msgid "be somewhat more quiet" msgstr "bt o trochu vc tich" @@ -243,7 +243,7 @@ msgstr "" msgid "csh-style command output" msgstr "" -#: agent/gpg-agent.c:121 tools/symcryptrun.c:188 +#: agent/gpg-agent.c:121 tools/symcryptrun.c:169 #, fuzzy msgid "|FILE|read options from FILE" msgstr "tu monosti z `%s'\n" @@ -256,8 +256,8 @@ msgstr "" msgid "do not grab keyboard and mouse" msgstr "" -#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:338 -#: tools/symcryptrun.c:187 +#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:341 +#: tools/symcryptrun.c:168 #, fuzzy msgid "use a log file for the server" msgstr "vyhledat kle na serveru kl" @@ -313,9 +313,9 @@ msgstr "" msgid "|FILE|write environment settings also to FILE" msgstr "" -#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:143 -#: scd/scdaemon.c:192 sm/gpgsm.c:517 tools/gpg-connect-agent.c:123 -#: tools/gpgconf.c:91 tools/symcryptrun.c:225 +#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:148 +#: scd/scdaemon.c:192 sm/gpgsm.c:521 tools/gpg-connect-agent.c:126 +#: tools/gpgconf.c:91 tools/symcryptrun.c:206 #, fuzzy msgid "Please report bugs to <" msgstr "" @@ -333,138 +333,127 @@ msgid "" "Secret key management for GnuPG\n" msgstr "" -#: agent/gpg-agent.c:311 -#, c-format -msgid "out of core in secure memory while allocating %lu bytes" -msgstr "" - -#: agent/gpg-agent.c:314 -#, c-format -msgid "out of core while allocating %lu bytes" -msgstr "" - -#: agent/gpg-agent.c:345 g10/gpg.c:931 scd/scdaemon.c:266 sm/gpgsm.c:646 +#: agent/gpg-agent.c:303 g10/gpg.c:931 scd/scdaemon.c:247 sm/gpgsm.c:650 #, c-format msgid "invalid debug-level `%s' given\n" msgstr "" -#: agent/gpg-agent.c:521 agent/protect-tool.c:1073 g10/gpg.c:1835 -#: kbx/kbxutil.c:432 scd/scdaemon.c:358 sm/gpgsm.c:768 -#: tools/symcryptrun.c:1056 +#: agent/gpg-agent.c:479 agent/protect-tool.c:1059 kbx/kbxutil.c:432 +#: scd/scdaemon.c:339 sm/gpgsm.c:771 sm/gpgsm.c:774 tools/symcryptrun.c:1037 #, c-format -msgid "libgcrypt is too old (need %s, have %s)\n" +msgid "%s is too old (need %s, have %s)\n" msgstr "" -#: agent/gpg-agent.c:615 g10/gpg.c:2035 scd/scdaemon.c:435 sm/gpgsm.c:865 +#: agent/gpg-agent.c:572 g10/gpg.c:2035 scd/scdaemon.c:415 sm/gpgsm.c:865 #, c-format msgid "NOTE: no default option file `%s'\n" msgstr "POZNMKA: neexistuje implicitn soubor s monostmi `%s'\n" -#: agent/gpg-agent.c:620 agent/gpg-agent.c:1179 g10/gpg.c:2039 -#: scd/scdaemon.c:440 sm/gpgsm.c:869 tools/symcryptrun.c:989 +#: agent/gpg-agent.c:577 agent/gpg-agent.c:1136 g10/gpg.c:2039 +#: scd/scdaemon.c:420 sm/gpgsm.c:869 tools/symcryptrun.c:970 #, c-format msgid "option file `%s': %s\n" msgstr "soubor s monostmi `%s': %s\n" -#: agent/gpg-agent.c:628 g10/gpg.c:2046 scd/scdaemon.c:448 sm/gpgsm.c:876 +#: agent/gpg-agent.c:585 g10/gpg.c:2046 scd/scdaemon.c:428 sm/gpgsm.c:876 #, c-format msgid "reading options from `%s'\n" msgstr "tu monosti z `%s'\n" -#: agent/gpg-agent.c:949 g10/plaintext.c:142 g10/plaintext.c:147 +#: agent/gpg-agent.c:906 g10/plaintext.c:142 g10/plaintext.c:147 #: g10/plaintext.c:164 #, c-format msgid "error creating `%s': %s\n" msgstr "chyba pi vytven `%s': %s\n" -#: agent/gpg-agent.c:1239 agent/gpg-agent.c:1342 agent/gpg-agent.c:1346 -#: agent/gpg-agent.c:1382 agent/gpg-agent.c:1386 g10/exec.c:174 -#: g10/openfile.c:418 scd/scdaemon.c:934 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:1299 agent/gpg-agent.c:1303 +#: agent/gpg-agent.c:1339 agent/gpg-agent.c:1343 g10/exec.c:174 +#: g10/openfile.c:418 scd/scdaemon.c:914 #, c-format msgid "can't create directory `%s': %s\n" msgstr "nemohu vytvoit adres `%s': %s\n" -#: agent/gpg-agent.c:1253 scd/scdaemon.c:948 +#: agent/gpg-agent.c:1210 scd/scdaemon.c:928 msgid "name of socket too long\n" msgstr "" -#: agent/gpg-agent.c:1279 scd/scdaemon.c:974 +#: agent/gpg-agent.c:1236 scd/scdaemon.c:954 #, fuzzy, c-format msgid "can't create socket: %s\n" msgstr "nemohu vytvoit `%s': %s\n" -#: agent/gpg-agent.c:1308 scd/scdaemon.c:1003 +#: agent/gpg-agent.c:1265 scd/scdaemon.c:983 #, fuzzy, c-format msgid "error binding socket to `%s': %s\n" msgstr "chyba pi hledn zznamu dvryhodnosti v `%s': %s\n" -#: agent/gpg-agent.c:1316 scd/scdaemon.c:1011 +#: agent/gpg-agent.c:1273 scd/scdaemon.c:991 #, fuzzy, c-format msgid "listen() failed: %s\n" msgstr "aktualizace selhala: %s\n" -#: agent/gpg-agent.c:1322 scd/scdaemon.c:1017 +#: agent/gpg-agent.c:1279 scd/scdaemon.c:997 #, fuzzy, c-format msgid "listening on socket `%s'\n" msgstr "zapisuji tajn kl do `%s'\n" -#: agent/gpg-agent.c:1350 agent/gpg-agent.c:1392 g10/openfile.c:421 +#: agent/gpg-agent.c:1307 agent/gpg-agent.c:1349 g10/openfile.c:421 #, c-format msgid "directory `%s' created\n" msgstr "adres `%s' vytvoen\n" -#: agent/gpg-agent.c:1398 +#: agent/gpg-agent.c:1355 #, fuzzy, c-format msgid "stat() failed for `%s': %s\n" msgstr "fstat(%d) selhal v %s: %s\n" -#: agent/gpg-agent.c:1402 +#: agent/gpg-agent.c:1359 #, fuzzy, c-format msgid "can't use `%s' as home directory\n" msgstr "nemohu vytvoit adres `%s': %s\n" -#: agent/gpg-agent.c:1504 +#: agent/gpg-agent.c:1461 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:1509 +#: agent/gpg-agent.c:1466 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:1526 +#: agent/gpg-agent.c:1483 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:1531 +#: agent/gpg-agent.c:1488 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:1627 scd/scdaemon.c:1136 +#: agent/gpg-agent.c:1584 scd/scdaemon.c:1116 #, fuzzy, c-format msgid "pth_select failed: %s - waiting 1s\n" msgstr "aktualizace tajnho kle selhala: %s\n" -#: agent/gpg-agent.c:1733 scd/scdaemon.c:1203 +#: agent/gpg-agent.c:1690 scd/scdaemon.c:1183 #, fuzzy, c-format msgid "%s %s stopped\n" msgstr "%s: peskoeno: %s\n" -#: agent/gpg-agent.c:1754 +#: agent/gpg-agent.c:1711 #, fuzzy msgid "no gpg-agent running in this session\n" msgstr "gpg-agent nen v tomto sezen dostupn\n" -#: agent/gpg-agent.c:1764 common/simple-pwquery.c:324 g10/call-agent.c:137 -#: sm/call-agent.c:144 tools/gpg-connect-agent.c:713 +#: agent/gpg-agent.c:1721 common/simple-pwquery.c:324 g10/call-agent.c:137 +#: sm/call-agent.c:144 tools/gpg-connect-agent.c:764 msgid "malformed GPG_AGENT_INFO environment variable\n" msgstr "patn formt promnn prosted GPG_AGENT_INFO\n" -#: agent/gpg-agent.c:1776 common/simple-pwquery.c:336 g10/call-agent.c:149 -#: sm/call-agent.c:156 tools/gpg-connect-agent.c:724 +#: agent/gpg-agent.c:1733 common/simple-pwquery.c:336 g10/call-agent.c:149 +#: sm/call-agent.c:156 tools/gpg-connect-agent.c:775 #, c-format msgid "gpg-agent protocol version %d is not supported\n" msgstr "gpg-agent protokol verze %d nen podporovn\n" @@ -480,51 +469,51 @@ msgid "" "Password cache maintenance\n" msgstr "" -#: agent/protect-tool.c:146 +#: agent/protect-tool.c:151 #, fuzzy msgid "Usage: gpg-protect-tool [options] (-h for help)\n" msgstr "Pouit: gpg [monosti] [soubory] (-h pro pomoc)" -#: agent/protect-tool.c:148 +#: agent/protect-tool.c:153 msgid "" "Syntax: gpg-protect-tool [options] [args]\n" "Secret key maintenance tool\n" msgstr "" -#: agent/protect-tool.c:1207 +#: agent/protect-tool.c:1193 #, fuzzy msgid "Please enter the passphrase to unprotect the PKCS#12 object." msgstr "Prosm, vlote heslo; toto je tajn vta \n" -#: agent/protect-tool.c:1210 +#: agent/protect-tool.c:1196 #, fuzzy msgid "Please enter the passphrase to protect the new PKCS#12 object." msgstr "Prosm, vlote heslo; toto je tajn vta \n" -#: agent/protect-tool.c:1213 +#: agent/protect-tool.c:1199 msgid "" "Please enter the passphrase to protect the imported object within the GnuPG " "system." msgstr "" -#: agent/protect-tool.c:1218 +#: agent/protect-tool.c:1204 #, fuzzy msgid "" "Please enter the passphrase or the PIN\n" "needed to complete this operation." msgstr "Prosm, vlote heslo; toto je tajn vta \n" -#: agent/protect-tool.c:1223 tools/symcryptrun.c:488 +#: agent/protect-tool.c:1209 tools/symcryptrun.c:469 #, fuzzy msgid "Passphrase:" msgstr "patn heslo" -#: agent/protect-tool.c:1236 tools/symcryptrun.c:501 +#: agent/protect-tool.c:1222 tools/symcryptrun.c:482 #, fuzzy, c-format msgid "error while asking for the passphrase: %s\n" msgstr "chyba pi vytven hesla: %s\n" -#: agent/protect-tool.c:1239 tools/symcryptrun.c:505 +#: agent/protect-tool.c:1225 tools/symcryptrun.c:486 #, fuzzy msgid "cancelled\n" msgstr "zrueno" @@ -564,7 +553,7 @@ msgstr "" msgid "error reading `%s', line %d: %s\n" msgstr "chyba pi ten `%s': %s\n" -#: agent/trustlist.c:355 agent/trustlist.c:394 +#: agent/trustlist.c:365 agent/trustlist.c:404 msgid "error reading list of trusted root certificates\n" msgstr "" @@ -577,7 +566,7 @@ msgstr "" #. second "%s" gets replaced by a hexdecimal #. fingerprint string whereas the first one receives #. the name as store in the certificate. -#: agent/trustlist.c:470 +#: agent/trustlist.c:480 #, c-format msgid "" "Please verify that the certificate identified as:%%0A \"%s\"%%0Ahas the " @@ -587,7 +576,7 @@ msgstr "" #. TRANSLATORS: "Correct" is the label of a button and intended to #. be hit if the fingerprint matches the one of the CA. The other #. button is "the default "Cancel" of the Pinentry. -#: agent/trustlist.c:479 +#: agent/trustlist.c:489 msgid "Correct" msgstr "" @@ -599,19 +588,19 @@ msgstr "" #. plain % sign, you need to encode it as "%%25". The #. "%s" gets replaced by the name as store in the #. certificate. -#: agent/trustlist.c:499 +#: agent/trustlist.c:509 #, c-format msgid "" "Do you ultimately trust%%0A \"%s\"%%0Ato correctly certify user " "certificates?" msgstr "" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 #, fuzzy msgid "Yes" msgstr "ano" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 msgid "No" msgstr "" @@ -655,12 +644,12 @@ msgstr "" msgid "error running `%s': terminated\n" msgstr "chyba pi ten `%s': %s\n" -#: common/http.c:1623 +#: common/http.c:1621 #, fuzzy, c-format msgid "error creating socket: %s\n" msgstr "chyba pi vytven `%s': %s\n" -#: common/http.c:1667 +#: common/http.c:1665 #, fuzzy msgid "host not found" msgstr "[ID uivatele nenalezeno]" @@ -753,6 +742,16 @@ msgstr "oO" msgid "cC" msgstr "zZ" +#: common/miscellaneous.c:73 +#, c-format +msgid "out of core in secure memory while allocating %lu bytes" +msgstr "" + +#: common/miscellaneous.c:76 +#, c-format +msgid "out of core while allocating %lu bytes" +msgstr "" + #: g10/armor.c:368 #, c-format msgid "armor: %s\n" @@ -1157,13 +1156,13 @@ msgstr "--output pro tento pkaz nen platn\n" msgid "can't open `%s'\n" msgstr "nelze otevt `%s'\n" -#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1714 +#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1721 #: g10/revoke.c:228 #, c-format msgid "key \"%s\" not found: %s\n" msgstr "kl \"%s\" nenalezen: %s\n" -#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1728 +#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1735 #: g10/revoke.c:234 g10/revoke.c:479 #, c-format msgid "error reading keyblock: %s\n" @@ -1437,22 +1436,22 @@ msgstr "" msgid "Invalid key %s made valid by --allow-non-selfsigned-uid\n" msgstr "Neplatn kl %s zmnn na platn pomoc --always-non-selfsigned-uid\n" -#: g10/getkey.c:2390 g10/keyedit.c:3723 +#: g10/getkey.c:2393 g10/keyedit.c:3723 #, c-format msgid "no secret subkey for public subkey %s - ignoring\n" msgstr "neexistuje tajn podkl pro veejn kl %s - ignorovno\n" -#: g10/getkey.c:2621 +#: g10/getkey.c:2624 #, c-format msgid "using subkey %s instead of primary key %s\n" msgstr "pouvm podkl %s msto primrnho kle %s\n" -#: g10/getkey.c:2668 +#: g10/getkey.c:2671 #, c-format msgid "key %s: secret key without public key - skipped\n" msgstr "kl %s: tajn kl bez kle veejnho - peskoeno\n" -#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:241 tools/gpgconf.c:56 +#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:242 tools/gpgconf.c:56 msgid "" "@Commands:\n" " " @@ -1468,27 +1467,27 @@ msgstr "|[soubor]|vytvoit podpis" msgid "|[file]|make a clear text signature" msgstr "|[soubor]|vytvoit podpis v itelnm dokumentu" -#: g10/gpg.c:373 sm/gpgsm.c:245 +#: g10/gpg.c:373 sm/gpgsm.c:246 msgid "make a detached signature" msgstr "vytvoit podpis oddlen od dokumentu" -#: g10/gpg.c:374 sm/gpgsm.c:246 +#: g10/gpg.c:374 sm/gpgsm.c:247 msgid "encrypt data" msgstr "ifrovat data" -#: g10/gpg.c:376 sm/gpgsm.c:247 +#: g10/gpg.c:376 sm/gpgsm.c:248 msgid "encryption only with symmetric cipher" msgstr "ifrovn pouze se symetrickou ifrou" -#: g10/gpg.c:378 sm/gpgsm.c:248 +#: g10/gpg.c:378 sm/gpgsm.c:249 msgid "decrypt data (default)" msgstr "deifrovat data (implicitn)" -#: g10/gpg.c:380 sm/gpgsm.c:249 +#: g10/gpg.c:380 sm/gpgsm.c:250 msgid "verify a signature" msgstr "verifikovat podpis" -#: g10/gpg.c:382 sm/gpgsm.c:251 +#: g10/gpg.c:382 sm/gpgsm.c:252 msgid "list keys" msgstr "vypsat seznam kl" @@ -1500,11 +1499,11 @@ msgstr "vypsat seznam kl a podpis" msgid "list and check key signatures" msgstr "vypsat a zkontrolovat podpisy kl" -#: g10/gpg.c:386 sm/gpgsm.c:255 +#: g10/gpg.c:386 sm/gpgsm.c:256 msgid "list keys and fingerprints" msgstr "vypsat seznam kl a fingerprint" -#: g10/gpg.c:387 sm/gpgsm.c:253 +#: g10/gpg.c:387 sm/gpgsm.c:254 msgid "list secret keys" msgstr "vypsat seznam tajnch kl" @@ -1540,11 +1539,11 @@ msgstr "vytvoit revokan certifikt" msgid "export keys" msgstr "exportovat kle" -#: g10/gpg.c:398 sm/gpgsm.c:258 +#: g10/gpg.c:398 sm/gpgsm.c:259 msgid "export keys to a key server" msgstr "exportovat kle na server kl" -#: g10/gpg.c:399 sm/gpgsm.c:259 +#: g10/gpg.c:399 sm/gpgsm.c:260 msgid "import keys from a key server" msgstr "importovat kle ze serveru kl" @@ -1580,12 +1579,12 @@ msgstr "aktualizovat databzi dvry" msgid "|algo [files]|print message digests" msgstr "|algo [soubory] vypi hash" -#: g10/gpg.c:431 sm/gpgsm.c:263 +#: g10/gpg.c:431 sm/gpgsm.c:264 msgid "run in server mode" msgstr "" -#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:278 -#: tools/gpg-connect-agent.c:57 tools/gpgconf.c:66 tools/symcryptrun.c:178 +#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:279 +#: tools/gpg-connect-agent.c:58 tools/gpgconf.c:66 tools/symcryptrun.c:159 msgid "" "@\n" "Options:\n" @@ -1595,35 +1594,35 @@ msgstr "" "Monosti:\n" " " -#: g10/gpg.c:435 sm/gpgsm.c:280 +#: g10/gpg.c:435 sm/gpgsm.c:281 msgid "create ascii armored output" msgstr "vytvo vstup zakdovan pomoc ASCII" -#: g10/gpg.c:437 sm/gpgsm.c:290 +#: g10/gpg.c:437 sm/gpgsm.c:293 msgid "|NAME|encrypt for NAME" msgstr "|JMNO|ifrovat pro JMNO" -#: g10/gpg.c:448 sm/gpgsm.c:326 +#: g10/gpg.c:448 sm/gpgsm.c:329 msgid "use this user-id to sign or decrypt" msgstr "" "pout tento id uivatele pro podepsn\n" " nebo deifrovn" -#: g10/gpg.c:449 sm/gpgsm.c:329 +#: g10/gpg.c:449 sm/gpgsm.c:332 msgid "|N|set compress level N (0 disables)" msgstr "" "|N|nastavit rov komprimace N (0 - dn\n" " komprimace)" -#: g10/gpg.c:454 sm/gpgsm.c:331 +#: g10/gpg.c:454 sm/gpgsm.c:334 msgid "use canonical text mode" msgstr "pout kanonick textov md" -#: g10/gpg.c:468 sm/gpgsm.c:334 tools/gpgconf.c:68 +#: g10/gpg.c:468 sm/gpgsm.c:337 tools/gpgconf.c:68 msgid "use as output file" msgstr "pout jako vstupn soubor" -#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:344 tools/gpgconf.c:71 +#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:347 tools/gpgconf.c:71 msgid "do not make any changes" msgstr "neprovdt dn zmny" @@ -1639,7 +1638,7 @@ msgstr "pout chovn striktn podle OpenPGP" msgid "generate PGP 2.x compatible messages" msgstr "generovat zprvu komplatibiln s PGP 2.x" -#: g10/gpg.c:554 sm/gpgsm.c:392 +#: g10/gpg.c:554 sm/gpgsm.c:395 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -1647,7 +1646,7 @@ msgstr "" "@\n" "(Pouijte manulov strnky pro kompletn seznam vech pkaz a monost)\n" -#: g10/gpg.c:557 sm/gpgsm.c:395 +#: g10/gpg.c:557 sm/gpgsm.c:398 msgid "" "@\n" "Examples:\n" @@ -1685,7 +1684,7 @@ msgstr "" "podepsat, ovit, ifrovat nebo deifrovat\n" "implicitn operace zvis na vstupnch datech\n" -#: g10/gpg.c:782 sm/gpgsm.c:530 +#: g10/gpg.c:782 sm/gpgsm.c:534 msgid "" "\n" "Supported algorithms:\n" @@ -1713,7 +1712,7 @@ msgstr "Komprese: " msgid "usage: gpg [options] " msgstr "uit: gpg [monosti]" -#: g10/gpg.c:1060 sm/gpgsm.c:682 +#: g10/gpg.c:1060 sm/gpgsm.c:686 msgid "conflicting commands\n" msgstr "konfliktn pkazy\n" @@ -1856,6 +1855,11 @@ msgstr "pepnout mezi vypisem seznamu tajnch a veejnch kl" msgid "show expiration dates during signature listings" msgstr "V souboru tajnch kl chyb odpovdajc podpis\n" +#: g10/gpg.c:1835 +#, c-format +msgid "libgcrypt is too old (need %s, have %s)\n" +msgstr "" + #: g10/gpg.c:1993 #, c-format msgid "NOTE: old default options file `%s' ignored\n" @@ -1994,7 +1998,7 @@ msgstr "%s:%d: neplatn parametr pro oven\n" msgid "invalid auto-key-locate list\n" msgstr "" -#: g10/gpg.c:2893 sm/gpgsm.c:1232 +#: g10/gpg.c:2893 sm/gpgsm.c:1236 msgid "WARNING: program may create a core file!\n" msgstr "VAROVN: program me vytvoit soubor core!\n" @@ -2036,11 +2040,11 @@ msgstr "v mdu --pgp2 muste pout soubor (ne rouru).\n" msgid "encrypting a message in --pgp2 mode requires the IDEA cipher\n" msgstr "ifrovn zprv v mdu --pgp2 vyaduje algoritmus IDEA\n" -#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1288 +#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1292 msgid "selected cipher algorithm is invalid\n" msgstr "vybran ifrovac algoritmus je neplatn\n" -#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1296 +#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1300 msgid "selected digest algorithm is invalid\n" msgstr "vybran hashovac algoritmus je neplatn\n" @@ -2273,7 +2277,7 @@ msgstr "ber kle z tto klenky (keyringu)" msgid "make timestamp conflicts only a warning" msgstr "pouze varovn pi konfliktu asovho raztka" -#: g10/gpgv.c:76 sm/gpgsm.c:367 +#: g10/gpgv.c:76 sm/gpgsm.c:370 msgid "|FD|write status info to this FD" msgstr "|FD|zapsat informace o stavu do tohoto FD" @@ -3791,7 +3795,7 @@ msgid "(sensitive)" msgstr "(citliv informace)" #: g10/keyedit.c:2743 g10/keyedit.c:2799 g10/keyedit.c:2860 g10/keyedit.c:2875 -#: g10/keylist.c:194 g10/keyserver.c:516 +#: g10/keylist.c:194 g10/keyserver.c:523 #, c-format msgid "created: %s" msgstr "vytvoen: %s" @@ -3808,7 +3812,7 @@ msgstr "platnost skonila: %s" #: g10/keyedit.c:2750 g10/keyedit.c:2801 g10/keyedit.c:2862 g10/keyedit.c:2877 #: g10/keylist.c:196 g10/keylist.c:748 g10/keylist.c:783 g10/keylist.c:877 -#: g10/keylist.c:898 g10/keyserver.c:522 g10/mainproc.c:985 +#: g10/keylist.c:898 g10/keyserver.c:529 g10/mainproc.c:985 #, c-format msgid "expires: %s" msgstr "platnost skon: %s" @@ -3844,12 +3848,12 @@ msgstr "" "Prosm nezapomete, e zobrazovan daje o platnosti kl nemus\n" "bt nutn sprvn, dokud znova nespustte program.\n" -#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:526 +#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:533 #: g10/mainproc.c:1831 g10/trustdb.c:1179 g10/trustdb.c:1699 msgid "revoked" msgstr "revokovn" -#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:530 +#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:537 #: g10/mainproc.c:1833 g10/trustdb.c:532 g10/trustdb.c:1701 msgid "expired" msgstr "platnost skonila" @@ -4705,177 +4709,177 @@ msgstr "%lu kl uloeno v cache (%lu podpis)\n" msgid "%s: keyring created\n" msgstr "%s: soubor kl (keyring) vytvoen\n" -#: g10/keyserver.c:66 +#: g10/keyserver.c:73 msgid "include revoked keys in search results" msgstr "" -#: g10/keyserver.c:67 +#: g10/keyserver.c:74 msgid "include subkeys when searching by key ID" msgstr "" -#: g10/keyserver.c:69 +#: g10/keyserver.c:76 msgid "use temporary files to pass data to keyserver helpers" msgstr "" -#: g10/keyserver.c:71 +#: g10/keyserver.c:78 msgid "do not delete temporary files after using them" msgstr "" -#: g10/keyserver.c:75 +#: g10/keyserver.c:82 msgid "automatically retrieve keys when verifying signatures" msgstr "" -#: g10/keyserver.c:77 +#: g10/keyserver.c:84 #, fuzzy msgid "honor the preferred keyserver URL set on the key" msgstr "Vlote URL preferovanho keyserveru: " -#: g10/keyserver.c:79 +#: g10/keyserver.c:86 msgid "honor the PKA record set on a key when retrieving keys" msgstr "" -#: g10/keyserver.c:145 +#: g10/keyserver.c:152 #, c-format msgid "WARNING: keyserver option `%s' is not used on this platform\n" msgstr "VAROVN: volba `%s' pro server kl nen na tto platform inn\n" -#: g10/keyserver.c:528 +#: g10/keyserver.c:535 msgid "disabled" msgstr "disabled" -#: g10/keyserver.c:729 +#: g10/keyserver.c:736 msgid "Enter number(s), N)ext, or Q)uit > " msgstr "Vlote slo (sla), 'N' pro dal nebo 'Q' pro konec> " -#: g10/keyserver.c:813 g10/keyserver.c:1435 +#: g10/keyserver.c:820 g10/keyserver.c:1442 #, c-format msgid "invalid keyserver protocol (us %d!=handler %d)\n" msgstr "neplatn protokol serveru kl (us %d!=handler %d)\n" -#: g10/keyserver.c:911 +#: g10/keyserver.c:918 #, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "kl \"%s\" nebyl na serveru kl nalezen\n" -#: g10/keyserver.c:913 +#: g10/keyserver.c:920 msgid "key not found on keyserver\n" msgstr "kl nebyl na serveru kl nalezen\n" -#: g10/keyserver.c:1154 +#: g10/keyserver.c:1161 #, c-format msgid "requesting key %s from %s server %s\n" msgstr "poaduji kl %s ze %s server %s\n" -#: g10/keyserver.c:1158 +#: g10/keyserver.c:1165 #, c-format msgid "requesting key %s from %s\n" msgstr "poaduji kl %s z %s\n" -#: g10/keyserver.c:1182 +#: g10/keyserver.c:1189 #, fuzzy, c-format msgid "searching for names from %s server %s\n" msgstr "vyhledvm \"%s\" na %s serveru %s\n" -#: g10/keyserver.c:1185 +#: g10/keyserver.c:1192 #, fuzzy, c-format msgid "searching for names from %s\n" msgstr "vyhledvm \"%s\" na serveru %s\n" -#: g10/keyserver.c:1338 +#: g10/keyserver.c:1345 #, c-format msgid "sending key %s to %s server %s\n" msgstr "poslm kl %s na %s server %s\n" -#: g10/keyserver.c:1342 +#: g10/keyserver.c:1349 #, c-format msgid "sending key %s to %s\n" msgstr "poslm kl %s na %s\n" -#: g10/keyserver.c:1385 +#: g10/keyserver.c:1392 #, c-format msgid "searching for \"%s\" from %s server %s\n" msgstr "vyhledvm \"%s\" na %s serveru %s\n" -#: g10/keyserver.c:1388 +#: g10/keyserver.c:1395 #, c-format msgid "searching for \"%s\" from %s\n" msgstr "vyhledvm \"%s\" na serveru %s\n" -#: g10/keyserver.c:1395 g10/keyserver.c:1491 +#: g10/keyserver.c:1402 g10/keyserver.c:1498 msgid "no keyserver action!\n" msgstr "dn operace se serverem kl!\n" -#: g10/keyserver.c:1443 +#: g10/keyserver.c:1450 #, c-format msgid "WARNING: keyserver handler from a different version of GnuPG (%s)\n" msgstr "VAROVN: keyserver handler z jin verze GnuPG (%s)\n" -#: g10/keyserver.c:1452 +#: g10/keyserver.c:1459 msgid "keyserver did not send VERSION\n" msgstr "server kl neposlal VERSION\n" -#: g10/keyserver.c:1514 g10/keyserver.c:2042 +#: g10/keyserver.c:1521 g10/keyserver.c:2049 msgid "no keyserver known (use option --keyserver)\n" msgstr "adn server kl nen znm (poujte volbu --keyserver)\n" -#: g10/keyserver.c:1520 +#: g10/keyserver.c:1527 msgid "external keyserver calls are not supported in this build\n" msgstr "voln externho keyserver nen v tto verzi podporovno\n" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1539 #, c-format msgid "no handler for keyserver scheme `%s'\n" msgstr "protokol serveru kl `%s' nen podporovn\n" -#: g10/keyserver.c:1537 +#: g10/keyserver.c:1544 #, c-format msgid "action `%s' not supported with keyserver scheme `%s'\n" msgstr "akce `%s' nen podporovna v protokolu `%s' serveru kl\n" -#: g10/keyserver.c:1545 +#: g10/keyserver.c:1552 #, c-format msgid "%s does not support handler version %d\n" msgstr "%s nepodporuje protokol verze %d\n" -#: g10/keyserver.c:1552 +#: g10/keyserver.c:1559 msgid "keyserver timed out\n" msgstr "asov limit pro server kl vyprel\n" -#: g10/keyserver.c:1557 +#: g10/keyserver.c:1564 msgid "keyserver internal error\n" msgstr "intern chyba serveru kl\n" -#: g10/keyserver.c:1566 +#: g10/keyserver.c:1573 #, c-format msgid "keyserver communications error: %s\n" msgstr "chyba komunikace se serverem kl: %s\n" -#: g10/keyserver.c:1591 g10/keyserver.c:1625 +#: g10/keyserver.c:1598 g10/keyserver.c:1632 #, c-format msgid "\"%s\" not a key ID: skipping\n" msgstr "\"%s\" nen ID kle: peskoeno\n" -#: g10/keyserver.c:1884 +#: g10/keyserver.c:1891 #, c-format msgid "WARNING: unable to refresh key %s via %s: %s\n" msgstr "VAROVN: nelze aktualizovat kl %s prostednictvm %s: %s\n" -#: g10/keyserver.c:1906 +#: g10/keyserver.c:1913 #, c-format msgid "refreshing 1 key from %s\n" msgstr "aktualizuji 1 kl z %s\n" -#: g10/keyserver.c:1908 +#: g10/keyserver.c:1915 #, c-format msgid "refreshing %d keys from %s\n" msgstr "aktualizuji %d kl z %s\n" -#: g10/keyserver.c:1964 +#: g10/keyserver.c:1971 #, fuzzy, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "VAROVN: nelze aktualizovat kl %s prostednictvm %s: %s\n" -#: g10/keyserver.c:1970 +#: g10/keyserver.c:1977 #, fuzzy, c-format msgid "WARNING: unable to parse URI %s\n" msgstr "VAROVN: nelze aktualizovat kl %s prostednictvm %s: %s\n" @@ -5225,16 +5229,16 @@ msgstr "vytvoen nov konfiguran soubor `%s'\n" msgid "WARNING: options in `%s' are not yet active during this run\n" msgstr "VAROVN: nastaven z `%s' nejsou pi tomto sputn zatm aktivn\n" -#: g10/parse-packet.c:192 +#: g10/parse-packet.c:193 #, c-format msgid "can't handle public key algorithm %d\n" msgstr "nemohu pracovat s algoritmem veejnho kle %d\n" -#: g10/parse-packet.c:762 +#: g10/parse-packet.c:798 msgid "WARNING: potentially insecure symmetrically encrypted session key\n" msgstr "VAROVN: potencionln nebezpen symetricky zaifrovn kl sezen\n" -#: g10/parse-packet.c:1213 +#: g10/parse-packet.c:1249 #, c-format msgid "subpacket of type %d has critical bit set\n" msgstr "podpaket typu %d m nastaven kritick bit\n" @@ -5832,7 +5836,7 @@ msgstr "" "nemohu se vyvarovat slabho kle pro symetrickou ifru; operaci jsem zkusil " "%d krt!\n" -#: g10/seskey.c:229 +#: g10/seskey.c:229 sm/certcheck.c:91 msgid "DSA requires the hash length to be a multiple of 8 bits\n" msgstr "" @@ -6399,7 +6403,7 @@ msgstr "" msgid "iconv_open failed: %s\n" msgstr "podepsn selhalo: %s\n" -#: jnlib/utf8conv.c:331 jnlib/utf8conv.c:597 +#: jnlib/utf8conv.c:338 jnlib/utf8conv.c:604 #, fuzzy, c-format msgid "conversion from `%s' to `%s' failed: %s\n" msgstr "pejmenovn `%s' na `%s' se nezdailo: %s\n" @@ -6624,7 +6628,7 @@ msgstr "pstup na %s se nezdail - vadn OpenPGP karta?\n" msgid "run in multi server mode (foreground)" msgstr "" -#: scd/scdaemon.c:113 sm/gpgsm.c:356 +#: scd/scdaemon.c:113 sm/gpgsm.c:359 #, fuzzy msgid "read options from file" msgstr "tu monosti z `%s'\n" @@ -6665,21 +6669,21 @@ msgid "" "Smartcard daemon for GnuPG\n" msgstr "" -#: scd/scdaemon.c:684 +#: scd/scdaemon.c:664 msgid "please use the option `--daemon' to run the program in the background\n" msgstr "" -#: scd/scdaemon.c:1032 +#: scd/scdaemon.c:1012 #, c-format msgid "handler for fd %d started\n" msgstr "" -#: scd/scdaemon.c:1037 +#: scd/scdaemon.c:1017 #, c-format msgid "handler for fd %d terminated\n" msgstr "" -#: sm/base64.c:323 +#: sm/base64.c:327 #, fuzzy, c-format msgid "invalid radix64 character %02x skipped\n" msgstr "neplatn radix64 znak %02X byl peskoen\n" @@ -6703,180 +6707,186 @@ msgstr "gpg-agent protokol verze %d nen podporovn\n" msgid "can't connect to the dirmngr - trying fall back\n" msgstr "" -#: sm/certchain.c:165 +#: sm/certchain.c:176 #, fuzzy, c-format msgid "critical certificate extension %s is not supported" msgstr "gpg-agent protokol verze %d nen podporovn\n" -#: sm/certchain.c:203 +#: sm/certchain.c:214 msgid "issuer certificate is not marked as a CA" msgstr "" -#: sm/certchain.c:242 +#: sm/certchain.c:253 msgid "critical marked policy without configured policies" msgstr "" -#: sm/certchain.c:252 +#: sm/certchain.c:263 #, fuzzy, c-format msgid "failed to open `%s': %s\n" msgstr "Nemohu otevt `%s': %s\n" -#: sm/certchain.c:259 sm/certchain.c:288 +#: sm/certchain.c:270 sm/certchain.c:299 msgid "note: non-critical certificate policy not allowed" msgstr "" -#: sm/certchain.c:263 sm/certchain.c:292 +#: sm/certchain.c:274 sm/certchain.c:303 #, fuzzy msgid "certificate policy not allowed" msgstr "exportovn tajnho kle nen povoleno\n" -#: sm/certchain.c:403 +#: sm/certchain.c:414 msgid "looking up issuer at external location\n" msgstr "" -#: sm/certchain.c:423 +#: sm/certchain.c:434 #, c-format msgid "number of issuers matching: %d\n" msgstr "" -#: sm/certchain.c:576 sm/certchain.c:740 sm/certchain.c:1266 sm/decrypt.c:261 +#: sm/certchain.c:587 sm/certchain.c:753 sm/certchain.c:1334 sm/decrypt.c:261 #: sm/encrypt.c:343 sm/sign.c:328 sm/verify.c:107 #, fuzzy msgid "failed to allocated keyDB handle\n" msgstr "nelze uloit kl: %s\n" -#: sm/certchain.c:667 +#: sm/certchain.c:678 #, fuzzy msgid "certificate has been revoked" msgstr "POZNMKA: kl byl revokovn" -#: sm/certchain.c:676 +#: sm/certchain.c:687 #, fuzzy msgid "no CRL found for certificate" msgstr "patn certifikt" -#: sm/certchain.c:680 +#: sm/certchain.c:691 #, fuzzy msgid "the available CRL is too old" msgstr "Kl k dispozici na: " -#: sm/certchain.c:682 +#: sm/certchain.c:693 msgid "please make sure that the \"dirmngr\" is properly installed\n" msgstr "" -#: sm/certchain.c:687 +#: sm/certchain.c:698 #, fuzzy, c-format msgid "checking the CRL failed: %s" msgstr "kontrola vytvoenho podpisu se nepodaila: %s\n" -#: sm/certchain.c:765 +#: sm/certchain.c:794 #, fuzzy msgid "no issuer found in certificate" msgstr "vytvoit revokan certifikt" -#: sm/certchain.c:792 +#: sm/certchain.c:823 #, c-format msgid "certificate with invalid validity: %s" msgstr "" -#: sm/certchain.c:808 +#: sm/certchain.c:839 msgid "certificate not yet valid" msgstr "" -#: sm/certchain.c:821 +#: sm/certchain.c:852 #, fuzzy msgid "certificate has expired" msgstr "Platnost kle vyprela!" -#: sm/certchain.c:864 +#: sm/certchain.c:895 msgid "self-signed certificate has a BAD signature" msgstr "" -#: sm/certchain.c:932 +#: sm/certchain.c:963 msgid "root certificate is not marked trusted" msgstr "" -#: sm/certchain.c:947 +#: sm/certchain.c:978 #, fuzzy, c-format msgid "fingerprint=%s\n" msgstr "CA fingerprint: " -#: sm/certchain.c:955 +#: sm/certchain.c:986 msgid "root certificate has now been marked as trusted\n" msgstr "" -#: sm/certchain.c:970 +#: sm/certchain.c:1001 msgid "interactive marking as trusted not enabled in gpg-agent\n" msgstr "" -#: sm/certchain.c:976 +#: sm/certchain.c:1007 msgid "interactive marking as trusted disabled for this session\n" msgstr "" -#: sm/certchain.c:986 +#: sm/certchain.c:1017 #, fuzzy, c-format msgid "checking the trust list failed: %s\n" msgstr "kontrola vytvoenho podpisu se nepodaila: %s\n" -#: sm/certchain.c:1013 sm/import.c:158 +#: sm/certchain.c:1044 sm/import.c:159 msgid "certificate chain too long\n" msgstr "" -#: sm/certchain.c:1025 +#: sm/certchain.c:1056 msgid "issuer certificate not found" msgstr "" -#: sm/certchain.c:1058 +#: sm/certchain.c:1089 #, fuzzy msgid "certificate has a BAD signature" msgstr "verifikovat podpis" -#: sm/certchain.c:1088 +#: sm/certchain.c:1119 msgid "found another possible matching CA certificate - trying again" msgstr "" -#: sm/certchain.c:1139 +#: sm/certchain.c:1170 #, c-format msgid "certificate chain longer than allowed by CA (%d)" msgstr "" -#: sm/certcheck.c:52 -msgid "DSA requires the use of a 160 bit hash algorithm\n" -msgstr "DSA poaduje pouit 160-ti bitovho hashovacho algoritmu\n" +#: sm/certcheck.c:103 +#, c-format +msgid "%s key uses an unsafe (%u bit) hash\n" +msgstr "" + +#: sm/certcheck.c:113 +#, c-format +msgid "a %u bit hash is not valid for a %u bit %s key\n" +msgstr "" -#: sm/certcheck.c:177 sm/sign.c:482 sm/verify.c:189 +#: sm/certcheck.c:250 sm/sign.c:482 sm/verify.c:189 msgid "(this is the MD2 algorithm)\n" msgstr "" -#: sm/certdump.c:68 sm/certdump.c:154 +#: sm/certdump.c:68 sm/certdump.c:151 #, fuzzy msgid "none" msgstr "ne" -#: sm/certdump.c:163 +#: sm/certdump.c:162 #, fuzzy msgid "[none]" msgstr "[nen nastaven]" -#: sm/certdump.c:536 sm/certdump.c:599 +#: sm/certdump.c:552 sm/certdump.c:597 sm/certdump.c:662 sm/certdump.c:715 #, fuzzy msgid "[Error - invalid encoding]" msgstr "Chyba: neplatn odpov.\n" -#: sm/certdump.c:544 +#: sm/certdump.c:560 sm/certdump.c:605 msgid "[Error - out of core]" msgstr "" -#: sm/certdump.c:579 +#: sm/certdump.c:642 sm/certdump.c:698 msgid "[Error - No name]" msgstr "" -#: sm/certdump.c:604 +#: sm/certdump.c:667 sm/certdump.c:721 #, fuzzy msgid "[Error - invalid DN]" msgstr "Chyba: neplatn odpov.\n" -#: sm/certdump.c:818 +#: sm/certdump.c:930 #, fuzzy, c-format msgid "" "Please enter the passphrase to unlock the secret key for:\n" @@ -6891,7 +6901,7 @@ msgstr "" msgid "no key usage specified - assuming all usages\n" msgstr "" -#: sm/certlist.c:135 sm/keylist.c:255 +#: sm/certlist.c:135 sm/keylist.c:258 #, fuzzy, c-format msgid "error getting key usage information: %s\n" msgstr "chyba pi zskn informac o aktulnm kli: %s\n" @@ -6978,7 +6988,7 @@ msgstr "" msgid "certificate `%s' not found: %s\n" msgstr "tajn kl \"%s\" nenalezen: %s\n" -#: sm/delete.c:113 sm/keydb.c:1392 sm/keydb.c:1485 +#: sm/delete.c:113 sm/keydb.c:1397 sm/keydb.c:1497 #, fuzzy, c-format msgid "error locking keybox: %s\n" msgstr "chyba pi ten bloku kle: %s\n" @@ -7003,200 +7013,200 @@ msgstr "smazn bloku kle se nezdailo: %s\n" msgid "no valid recipients given\n" msgstr "(Nebyl zadn dn popis)\n" -#: sm/export.c:562 sm/export.c:578 sm/import.c:525 sm/import.c:550 +#: sm/export.c:615 sm/export.c:631 sm/import.c:526 sm/import.c:551 #, fuzzy, c-format msgid "error creating temporary file: %s\n" msgstr "chyba pi vytven hesla: %s\n" -#: sm/export.c:569 sm/import.c:533 +#: sm/export.c:622 sm/import.c:534 #, fuzzy, c-format msgid "error writing to temporary file: %s\n" msgstr "%s: chyba pi zpisu adresovho zznamu: %s\n" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:244 #, fuzzy msgid "|[FILE]|make a signature" msgstr "|[soubor]|vytvoit podpis" -#: sm/gpgsm.c:244 +#: sm/gpgsm.c:245 #, fuzzy msgid "|[FILE]|make a clear text signature" msgstr "|[soubor]|vytvoit podpis v itelnm dokumentu" -#: sm/gpgsm.c:252 +#: sm/gpgsm.c:253 #, fuzzy msgid "list external keys" msgstr "vypsat seznam tajnch kl" -#: sm/gpgsm.c:254 +#: sm/gpgsm.c:255 #, fuzzy msgid "list certificate chain" msgstr "patn certifikt" -#: sm/gpgsm.c:257 +#: sm/gpgsm.c:258 #, fuzzy msgid "remove key from the public keyring" msgstr "odstranit kl ze souboru veejnch kl" -#: sm/gpgsm.c:260 +#: sm/gpgsm.c:261 #, fuzzy msgid "import certificates" msgstr "patn certifikt" -#: sm/gpgsm.c:261 +#: sm/gpgsm.c:262 #, fuzzy msgid "export certificates" msgstr "patn certifikt" -#: sm/gpgsm.c:262 +#: sm/gpgsm.c:263 #, fuzzy msgid "register a smartcard" msgstr "pidat kl na kartu" -#: sm/gpgsm.c:264 +#: sm/gpgsm.c:265 msgid "pass a command to the dirmngr" msgstr "" -#: sm/gpgsm.c:266 +#: sm/gpgsm.c:267 msgid "invoke gpg-protect-tool" msgstr "" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:268 #, fuzzy msgid "change a passphrase" msgstr "zmnit heslo" -#: sm/gpgsm.c:282 +#: sm/gpgsm.c:283 #, fuzzy msgid "create base-64 encoded output" msgstr "vytvo vstup zakdovan pomoc ASCII" -#: sm/gpgsm.c:284 +#: sm/gpgsm.c:287 msgid "assume input is in PEM format" msgstr "" -#: sm/gpgsm.c:286 +#: sm/gpgsm.c:289 msgid "assume input is in base-64 format" msgstr "" -#: sm/gpgsm.c:288 +#: sm/gpgsm.c:291 msgid "assume input is in binary format" msgstr "" -#: sm/gpgsm.c:293 +#: sm/gpgsm.c:296 msgid "use system's dirmngr if available" msgstr "" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "never consult a CRL" msgstr "" -#: sm/gpgsm.c:301 +#: sm/gpgsm.c:304 msgid "check validity using OCSP" msgstr "" -#: sm/gpgsm.c:304 +#: sm/gpgsm.c:307 msgid "|N|number of certificates to include" msgstr "" -#: sm/gpgsm.c:307 +#: sm/gpgsm.c:310 msgid "|FILE|take policy information from FILE" msgstr "" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "do not check certificate policies" msgstr "" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "fetch missing issuer certificates" msgstr "" -#: sm/gpgsm.c:318 +#: sm/gpgsm.c:321 msgid "|NAME|use NAME as default recipient" msgstr "" -#: sm/gpgsm.c:320 +#: sm/gpgsm.c:323 #, fuzzy msgid "use the default key as default recipient" msgstr "peskoeno: veejn kl je u nastaven podle implicitnho adresta\n" -#: sm/gpgsm.c:337 +#: sm/gpgsm.c:340 msgid "don't use the terminal at all" msgstr "" -#: sm/gpgsm.c:341 +#: sm/gpgsm.c:344 #, fuzzy msgid "force v3 signatures" msgstr "kontrolovat podpisy" -#: sm/gpgsm.c:342 +#: sm/gpgsm.c:345 msgid "always use a MDC for encryption" msgstr "" -#: sm/gpgsm.c:347 +#: sm/gpgsm.c:350 msgid "batch mode: never ask" msgstr "" -#: sm/gpgsm.c:348 +#: sm/gpgsm.c:351 msgid "assume yes on most questions" msgstr "" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 msgid "assume no on most questions" msgstr "" -#: sm/gpgsm.c:351 +#: sm/gpgsm.c:354 #, fuzzy msgid "add this keyring to the list of keyrings" msgstr "ber kle z tto klenky (keyringu)" -#: sm/gpgsm.c:352 +#: sm/gpgsm.c:355 #, fuzzy msgid "add this secret keyring to the list" msgstr "Pro proveden tto operace je poteba tajn kl.\n" -#: sm/gpgsm.c:353 +#: sm/gpgsm.c:356 msgid "|NAME|use NAME as default secret key" msgstr "" -#: sm/gpgsm.c:354 +#: sm/gpgsm.c:357 msgid "|HOST|use this keyserver to lookup keys" msgstr "" -#: sm/gpgsm.c:355 +#: sm/gpgsm.c:358 #, fuzzy msgid "|NAME|set terminal charset to NAME" msgstr "|JMNO|ifrovat pro JMNO" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "" -#: sm/gpgsm.c:374 +#: sm/gpgsm.c:377 msgid "|FILE|load extension module FILE" msgstr "" -#: sm/gpgsm.c:380 +#: sm/gpgsm.c:383 #, fuzzy msgid "|NAME|use cipher algorithm NAME" msgstr "neznm ifrovac algoritmus" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 #, fuzzy msgid "|NAME|use message digest algorithm NAME" msgstr "podpis %s, hashovac algoritmus %s\n" -#: sm/gpgsm.c:384 +#: sm/gpgsm.c:387 #, fuzzy msgid "|N|use compress algorithm N" msgstr "neznm kompriman algoritmus" -#: sm/gpgsm.c:520 +#: sm/gpgsm.c:524 #, fuzzy msgid "Usage: gpgsm [options] [files] (-h for help)" msgstr "Pouit: gpg [monosti] [soubory] (-h pro pomoc)" -#: sm/gpgsm.c:523 +#: sm/gpgsm.c:527 #, fuzzy msgid "" "Syntax: gpgsm [options] [files]\n" @@ -7207,45 +7217,40 @@ msgstr "" "podepsat, ovit, ifrovat nebo deifrovat\n" "implicitn operace zvis na vstupnch datech\n" -#: sm/gpgsm.c:617 +#: sm/gpgsm.c:621 #, fuzzy msgid "usage: gpgsm [options] " msgstr "uit: gpg [monosti]" -#: sm/gpgsm.c:698 +#: sm/gpgsm.c:702 #, fuzzy, c-format msgid "can't encrypt to `%s': %s\n" msgstr "nemohu se pipojit k `%s': %s\n" -#: sm/gpgsm.c:773 -#, c-format -msgid "libksba is too old (need %s, have %s)\n" -msgstr "" - -#: sm/gpgsm.c:1249 +#: sm/gpgsm.c:1253 msgid "WARNING: running with faked system time: " msgstr "" -#: sm/gpgsm.c:1328 +#: sm/gpgsm.c:1332 #, c-format msgid "importing common certificates `%s'\n" msgstr "" -#: sm/gpgsm.c:1346 +#: sm/gpgsm.c:1350 #, fuzzy, c-format msgid "can't sign using `%s': %s\n" msgstr "nemohu otevt `%s': %s\n" -#: sm/gpgsm.c:1536 +#: sm/gpgsm.c:1542 msgid "this command has not yet been implemented\n" msgstr "" -#: sm/gpgsm.c:1601 +#: sm/gpgsm.c:1606 #, fuzzy msgid "key generation is not available from the commandline\n" msgstr "gpg-agent nen v tomto sezen dostupn\n" -#: sm/gpgsm.c:1602 +#: sm/gpgsm.c:1607 #, fuzzy, c-format msgid "please use the script \"%s\" to generate a new key\n" msgstr "Prosm, vyberte druh kle, kter chcete generovat:\n" @@ -7255,21 +7260,21 @@ msgstr "Prosm, vyberte druh kle, kter chcete generovat:\n" msgid "total number processed: %lu\n" msgstr "Celkov poet zpracovanch kl: %lu\n" -#: sm/import.c:227 +#: sm/import.c:228 #, fuzzy msgid "error storing certificate\n" msgstr "vytvoit revokan certifikt" -#: sm/import.c:235 +#: sm/import.c:236 msgid "basic certificate checks failed - not imported\n" msgstr "" -#: sm/import.c:421 sm/import.c:453 +#: sm/import.c:422 sm/import.c:454 #, fuzzy, c-format msgid "error importing certificate: %s\n" msgstr "chyba pi vytven hesla: %s\n" -#: sm/import.c:542 tools/gpg-connect-agent.c:384 +#: sm/import.c:543 tools/gpg-connect-agent.c:388 #, fuzzy, c-format msgid "error reading input: %s\n" msgstr "chyba pi ten `%s': %s\n" @@ -7288,12 +7293,12 @@ msgstr "" msgid "keybox `%s' created\n" msgstr "soubor kl (keyring) `%s' vytvoen\n" -#: sm/keydb.c:1312 sm/keydb.c:1378 +#: sm/keydb.c:1312 sm/keydb.c:1380 #, fuzzy msgid "failed to get the fingerprint\n" msgstr "uloen fingerprintu se nezdailo: %s\n" -#: sm/keydb.c:1319 sm/keydb.c:1385 +#: sm/keydb.c:1319 sm/keydb.c:1387 #, fuzzy msgid "failed to allocate keyDB handle\n" msgstr "nelze uloit kl: %s\n" @@ -7313,17 +7318,17 @@ msgstr "chyba pi hledn zznamu dvryhodnosti v `%s': %s\n" msgid "error storing certificate: %s\n" msgstr "chyba pi zskn informac o aktulnm kli: %s\n" -#: sm/keydb.c:1400 +#: sm/keydb.c:1408 #, c-format msgid "problem re-searching certificate: %s\n" msgstr "" -#: sm/keydb.c:1409 sm/keydb.c:1497 +#: sm/keydb.c:1417 sm/keydb.c:1509 #, fuzzy, c-format msgid "error getting stored flags: %s\n" msgstr "chyba pi zskn novho PINu: %s\n" -#: sm/keydb.c:1418 sm/keydb.c:1508 +#: sm/keydb.c:1429 sm/keydb.c:1520 #, fuzzy, c-format msgid "error storing flags: %s\n" msgstr "chyba pi ten `%s': %s\n" @@ -7396,103 +7401,107 @@ msgstr "Dobr podpis od \"%s\"" msgid " aka" msgstr " alias \"%s\"" -#: tools/gpg-connect-agent.c:60 tools/gpgconf.c:70 tools/symcryptrun.c:186 +#: tools/gpg-connect-agent.c:61 tools/gpgconf.c:70 tools/symcryptrun.c:167 #, fuzzy msgid "quiet" msgstr "ukonit" -#: tools/gpg-connect-agent.c:61 +#: tools/gpg-connect-agent.c:62 msgid "print data out hex encoded" msgstr "" -#: tools/gpg-connect-agent.c:62 +#: tools/gpg-connect-agent.c:63 +msgid "decode received data lines" +msgstr "" + +#: tools/gpg-connect-agent.c:64 msgid "|NAME|connect to Assuan socket NAME" msgstr "" -#: tools/gpg-connect-agent.c:63 +#: tools/gpg-connect-agent.c:65 msgid "run the Assuan server given on the command line" msgstr "" -#: tools/gpg-connect-agent.c:65 +#: tools/gpg-connect-agent.c:67 msgid "do not use extended connect mode" msgstr "" -#: tools/gpg-connect-agent.c:126 +#: tools/gpg-connect-agent.c:129 #, fuzzy msgid "Usage: gpg-connect-agent [options] (-h for help)" msgstr "Pouit: gpg [monosti] [soubory] (-h pro pomoc)" -#: tools/gpg-connect-agent.c:129 +#: tools/gpg-connect-agent.c:132 msgid "" "Syntax: gpg-connect-agent [options]\n" "Connect to a running agent and send commands\n" msgstr "" -#: tools/gpg-connect-agent.c:324 +#: tools/gpg-connect-agent.c:328 #, c-format msgid "option \"%s\" requires a program and optional arguments\n" msgstr "" -#: tools/gpg-connect-agent.c:333 +#: tools/gpg-connect-agent.c:337 #, c-format msgid "option \"%s\" ignored due to \"%s\"\n" msgstr "" -#: tools/gpg-connect-agent.c:391 +#: tools/gpg-connect-agent.c:395 #, fuzzy msgid "line too long - skipped\n" msgstr "dek je pli dlouh" -#: tools/gpg-connect-agent.c:395 +#: tools/gpg-connect-agent.c:399 msgid "line shortened due to embedded Nul character\n" msgstr "" -#: tools/gpg-connect-agent.c:457 +#: tools/gpg-connect-agent.c:471 #, fuzzy, c-format msgid "unknown command `%s'\n" msgstr "neznm volba `%s'\n" -#: tools/gpg-connect-agent.c:465 +#: tools/gpg-connect-agent.c:479 #, fuzzy, c-format msgid "sending line failed: %s\n" msgstr "podepsn selhalo: %s\n" -#: tools/gpg-connect-agent.c:473 +#: tools/gpg-connect-agent.c:487 #, fuzzy, c-format msgid "receiving line failed: %s\n" msgstr "ten veejnho kle se nezdailo: %s\n" -#: tools/gpg-connect-agent.c:746 +#: tools/gpg-connect-agent.c:797 #, fuzzy, c-format msgid "error sending %s command: %s\n" msgstr "chyba pi ten `%s': %s\n" -#: tools/gpg-connect-agent.c:755 +#: tools/gpg-connect-agent.c:806 #, fuzzy, c-format msgid "error sending standard options: %s\n" msgstr "chyba pi hledn zznamu dvryhodnosti v `%s': %s\n" #: tools/gpgconf-comp.c:445 tools/gpgconf-comp.c:525 tools/gpgconf-comp.c:592 -#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:720 +#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:723 msgid "Options controlling the diagnostic output" msgstr "" #: tools/gpgconf-comp.c:458 tools/gpgconf-comp.c:538 tools/gpgconf-comp.c:605 -#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:743 +#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:746 msgid "Options controlling the configuration" msgstr "" #: tools/gpgconf-comp.c:468 tools/gpgconf-comp.c:563 tools/gpgconf-comp.c:612 -#: tools/gpgconf-comp.c:671 tools/gpgconf-comp.c:750 +#: tools/gpgconf-comp.c:674 tools/gpgconf-comp.c:753 msgid "Options useful for debugging" msgstr "" #: tools/gpgconf-comp.c:473 tools/gpgconf-comp.c:568 tools/gpgconf-comp.c:617 -#: tools/gpgconf-comp.c:676 tools/gpgconf-comp.c:758 +#: tools/gpgconf-comp.c:679 tools/gpgconf-comp.c:761 msgid "|FILE|write server mode logs to FILE" msgstr "" -#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:684 +#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:687 msgid "Options controlling the security" msgstr "" @@ -7520,31 +7529,35 @@ msgstr "" msgid "allow PKA lookups (DNS requests)" msgstr "" -#: tools/gpgconf-comp.c:689 +#: tools/gpgconf-comp.c:669 +msgid "|NAME|use encoding NAME for PKCS#12 passphrases" +msgstr "" + +#: tools/gpgconf-comp.c:692 msgid "do not check CRLs for root certificates" msgstr "" -#: tools/gpgconf-comp.c:733 +#: tools/gpgconf-comp.c:736 msgid "Options controlling the format of the output" msgstr "" -#: tools/gpgconf-comp.c:769 +#: tools/gpgconf-comp.c:772 msgid "Options controlling the interactivity and enforcement" msgstr "" -#: tools/gpgconf-comp.c:779 +#: tools/gpgconf-comp.c:782 msgid "Configuration for HTTP servers" msgstr "" -#: tools/gpgconf-comp.c:790 +#: tools/gpgconf-comp.c:793 msgid "use system's HTTP proxy setting" msgstr "" -#: tools/gpgconf-comp.c:795 +#: tools/gpgconf-comp.c:798 msgid "Configuration of LDAP servers to use" msgstr "" -#: tools/gpgconf-comp.c:832 +#: tools/gpgconf-comp.c:835 msgid "Configuration for OCSP" msgstr "" @@ -7609,7 +7622,7 @@ msgstr "administrtorsk pkazy nejsou povoleny\n" msgid "error allocating enough memory: %s\n" msgstr "chyba pi vytven souboru kl (keyring)`%s': %s\n" -#: tools/symcryptrun.c:173 +#: tools/symcryptrun.c:154 #, fuzzy msgid "" "@\n" @@ -7619,166 +7632,169 @@ msgstr "" "@Pkazy:\n" " " -#: tools/symcryptrun.c:175 +#: tools/symcryptrun.c:156 #, fuzzy msgid "decryption modus" msgstr "deifrovn o.k.\n" -#: tools/symcryptrun.c:176 +#: tools/symcryptrun.c:157 #, fuzzy msgid "encryption modus" msgstr "deifrovn o.k.\n" -#: tools/symcryptrun.c:180 +#: tools/symcryptrun.c:161 msgid "tool class (confucius)" msgstr "" -#: tools/symcryptrun.c:181 +#: tools/symcryptrun.c:162 #, fuzzy msgid "program filename" msgstr "--store [jmno souboru]" -#: tools/symcryptrun.c:183 +#: tools/symcryptrun.c:164 msgid "secret key file (required)" msgstr "" -#: tools/symcryptrun.c:184 +#: tools/symcryptrun.c:165 msgid "input file name (default stdin)" msgstr "" -#: tools/symcryptrun.c:228 +#: tools/symcryptrun.c:209 #, fuzzy msgid "Usage: symcryptrun [options] (-h for help)" msgstr "Pouit: gpg [monosti] [soubory] (-h pro pomoc)" -#: tools/symcryptrun.c:231 +#: tools/symcryptrun.c:212 msgid "" "Syntax: symcryptrun --class CLASS --program PROGRAM --keyfile KEYFILE " "[options...] COMMAND [inputfile]\n" "Call a simple symmetric encryption tool\n" msgstr "" -#: tools/symcryptrun.c:313 +#: tools/symcryptrun.c:294 #, fuzzy, c-format msgid "%s on %s aborted with status %i\n" msgstr "Nen dovoleno pouvat %s s %s!\n" -#: tools/symcryptrun.c:320 +#: tools/symcryptrun.c:301 #, fuzzy, c-format msgid "%s on %s failed with status %i\n" msgstr "fstat `%s' selhal na %s: %s\n" -#: tools/symcryptrun.c:346 +#: tools/symcryptrun.c:327 #, fuzzy, c-format msgid "can't create temporary directory `%s': %s\n" msgstr "nemohu vytvoit adres `%s': %s\n" -#: tools/symcryptrun.c:386 tools/symcryptrun.c:403 +#: tools/symcryptrun.c:367 tools/symcryptrun.c:384 #, c-format msgid "could not open %s for writing: %s\n" msgstr "" -#: tools/symcryptrun.c:414 +#: tools/symcryptrun.c:395 #, fuzzy, c-format msgid "error writing to %s: %s\n" msgstr "chyba pi zpisu souboru kl (keyring) `%s': %s\n" -#: tools/symcryptrun.c:421 +#: tools/symcryptrun.c:402 #, fuzzy, c-format msgid "error reading from %s: %s\n" msgstr "chyba pi ten `%s': %s\n" -#: tools/symcryptrun.c:428 tools/symcryptrun.c:435 +#: tools/symcryptrun.c:409 tools/symcryptrun.c:416 #, fuzzy, c-format msgid "error closing %s: %s\n" msgstr "chyba v `%s': %s\n" -#: tools/symcryptrun.c:545 +#: tools/symcryptrun.c:526 #, fuzzy msgid "no --program option provided\n" msgstr "sputn externho programu nen podporovno\n" -#: tools/symcryptrun.c:551 +#: tools/symcryptrun.c:532 msgid "only --decrypt and --encrypt are supported\n" msgstr "" -#: tools/symcryptrun.c:557 +#: tools/symcryptrun.c:538 msgid "no --keyfile option provided\n" msgstr "" -#: tools/symcryptrun.c:568 +#: tools/symcryptrun.c:549 msgid "cannot allocate args vector\n" msgstr "" -#: tools/symcryptrun.c:586 +#: tools/symcryptrun.c:567 #, fuzzy, c-format msgid "could not create pipe: %s\n" msgstr "nemohu vytvoit `%s': %s\n" -#: tools/symcryptrun.c:593 +#: tools/symcryptrun.c:574 #, fuzzy, c-format msgid "could not create pty: %s\n" msgstr "nemohu vytvoit `%s': %s\n" -#: tools/symcryptrun.c:609 +#: tools/symcryptrun.c:590 #, c-format msgid "could not fork: %s\n" msgstr "" -#: tools/symcryptrun.c:637 +#: tools/symcryptrun.c:618 #, fuzzy, c-format msgid "execv failed: %s\n" msgstr "aktualizace selhala: %s\n" -#: tools/symcryptrun.c:666 +#: tools/symcryptrun.c:647 #, fuzzy, c-format msgid "select failed: %s\n" msgstr "smazn bloku kle se nezdailo: %s\n" -#: tools/symcryptrun.c:683 +#: tools/symcryptrun.c:664 #, fuzzy, c-format msgid "read failed: %s\n" msgstr "aktualizace selhala: %s\n" -#: tools/symcryptrun.c:735 +#: tools/symcryptrun.c:716 #, fuzzy, c-format msgid "pty read failed: %s\n" msgstr "aktualizace selhala: %s\n" -#: tools/symcryptrun.c:787 +#: tools/symcryptrun.c:768 #, fuzzy, c-format msgid "waitpid failed: %s\n" msgstr "aktualizace selhala: %s\n" -#: tools/symcryptrun.c:801 +#: tools/symcryptrun.c:782 #, c-format msgid "child aborted with status %i\n" msgstr "" -#: tools/symcryptrun.c:856 +#: tools/symcryptrun.c:837 #, fuzzy, c-format msgid "cannot allocate infile string: %s\n" msgstr "nemohu vytvoit zlohu souboru `%s': %s\n" -#: tools/symcryptrun.c:869 +#: tools/symcryptrun.c:850 #, fuzzy, c-format msgid "cannot allocate outfile string: %s\n" msgstr "nemohu vytvoit zlohu souboru `%s': %s\n" -#: tools/symcryptrun.c:1044 +#: tools/symcryptrun.c:1025 #, c-format msgid "either %s or %s must be given\n" msgstr "" -#: tools/symcryptrun.c:1064 +#: tools/symcryptrun.c:1045 msgid "no class provided\n" msgstr "" -#: tools/symcryptrun.c:1071 +#: tools/symcryptrun.c:1052 #, fuzzy, c-format msgid "class %s is not supported\n" msgstr "ochrann algoritmus %d nen podporovn\n" +#~ msgid "DSA requires the use of a 160 bit hash algorithm\n" +#~ msgstr "DSA poaduje pouit 160-ti bitovho hashovacho algoritmu\n" + #, fuzzy #~ msgid ".\n" #~ msgstr "%s.\n" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg 1.0.0h\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2007-03-08 14:20+0100\n" +"POT-Creation-Date: 2007-05-07 20:39+0200\n" "PO-Revision-Date: 2003-12-03 16:11+0100\n" "Last-Translator: Birger Langkjer <birger.langkjer@image.dk>\n" "Language-Team: Danish <dansk@klid.dk>\n" @@ -89,8 +89,8 @@ msgstr "kan ikke oprette %s: %s\n" #: g10/keyring.c:1534 g10/openfile.c:190 g10/openfile.c:345 #: g10/plaintext.c:504 g10/sign.c:814 g10/sign.c:1009 g10/sign.c:1125 #: g10/sign.c:1281 g10/tdbdump.c:141 g10/tdbdump.c:149 g10/tdbio.c:542 -#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1775 -#: sm/gpgsm.c:1812 sm/qualified.c:74 +#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1780 +#: sm/gpgsm.c:1817 sm/gpgsm.c:1855 sm/qualified.c:74 #, c-format msgid "can't open `%s': %s\n" msgstr "kan ikke bne '%s': %s\n" @@ -191,13 +191,13 @@ msgstr "" "Du skal bruge en kodestning til at beskytte din hemmelige ngle.\n" "\n" -#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1216 +#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1202 #, fuzzy msgid "Please re-enter this passphrase" msgstr "ndr kodestningen" -#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1222 -#: tools/symcryptrun.c:487 +#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1208 +#: tools/symcryptrun.c:468 msgid "does not match - try again" msgstr "" @@ -206,7 +206,7 @@ msgstr "" msgid "Please enter the new passphrase" msgstr "ndr kodestningen" -#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:109 +#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:111 #: scd/scdaemon.c:103 #, fuzzy msgid "" @@ -226,13 +226,13 @@ msgid "run in daemon mode (background)" msgstr "" #: agent/gpg-agent.c:117 g10/gpg.c:470 g10/gpgv.c:71 kbx/kbxutil.c:82 -#: scd/scdaemon.c:109 sm/gpgsm.c:335 tools/gpg-connect-agent.c:59 -#: tools/gpgconf.c:69 tools/symcryptrun.c:185 +#: scd/scdaemon.c:109 sm/gpgsm.c:338 tools/gpg-connect-agent.c:60 +#: tools/gpgconf.c:69 tools/symcryptrun.c:166 msgid "verbose" msgstr "meddelsom" #: agent/gpg-agent.c:118 g10/gpgv.c:72 kbx/kbxutil.c:83 scd/scdaemon.c:110 -#: sm/gpgsm.c:336 +#: sm/gpgsm.c:339 msgid "be somewhat more quiet" msgstr "vr mere stille" @@ -244,7 +244,7 @@ msgstr "" msgid "csh-style command output" msgstr "" -#: agent/gpg-agent.c:121 tools/symcryptrun.c:188 +#: agent/gpg-agent.c:121 tools/symcryptrun.c:169 #, fuzzy msgid "|FILE|read options from FILE" msgstr "|FILE|indls udvidelsesmodul FILE" @@ -257,8 +257,8 @@ msgstr "" msgid "do not grab keyboard and mouse" msgstr "" -#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:338 -#: tools/symcryptrun.c:187 +#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:341 +#: tools/symcryptrun.c:168 #, fuzzy msgid "use a log file for the server" msgstr "eksportr ngler til en ngletjener" @@ -314,9 +314,9 @@ msgstr "" msgid "|FILE|write environment settings also to FILE" msgstr "" -#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:143 -#: scd/scdaemon.c:192 sm/gpgsm.c:517 tools/gpg-connect-agent.c:123 -#: tools/gpgconf.c:91 tools/symcryptrun.c:225 +#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:148 +#: scd/scdaemon.c:192 sm/gpgsm.c:521 tools/gpg-connect-agent.c:126 +#: tools/gpgconf.c:91 tools/symcryptrun.c:206 #, fuzzy msgid "Please report bugs to <" msgstr "Rapportr venligst fejl til <gnupg-bugs@gnu.org>.\n" @@ -332,137 +332,126 @@ msgid "" "Secret key management for GnuPG\n" msgstr "" -#: agent/gpg-agent.c:311 -#, c-format -msgid "out of core in secure memory while allocating %lu bytes" -msgstr "" - -#: agent/gpg-agent.c:314 -#, c-format -msgid "out of core while allocating %lu bytes" -msgstr "" - -#: agent/gpg-agent.c:345 g10/gpg.c:931 scd/scdaemon.c:266 sm/gpgsm.c:646 +#: agent/gpg-agent.c:303 g10/gpg.c:931 scd/scdaemon.c:247 sm/gpgsm.c:650 #, c-format msgid "invalid debug-level `%s' given\n" msgstr "" -#: agent/gpg-agent.c:521 agent/protect-tool.c:1073 g10/gpg.c:1835 -#: kbx/kbxutil.c:432 scd/scdaemon.c:358 sm/gpgsm.c:768 -#: tools/symcryptrun.c:1056 +#: agent/gpg-agent.c:479 agent/protect-tool.c:1059 kbx/kbxutil.c:432 +#: scd/scdaemon.c:339 sm/gpgsm.c:771 sm/gpgsm.c:774 tools/symcryptrun.c:1037 #, c-format -msgid "libgcrypt is too old (need %s, have %s)\n" +msgid "%s is too old (need %s, have %s)\n" msgstr "" -#: agent/gpg-agent.c:615 g10/gpg.c:2035 scd/scdaemon.c:435 sm/gpgsm.c:865 +#: agent/gpg-agent.c:572 g10/gpg.c:2035 scd/scdaemon.c:415 sm/gpgsm.c:865 #, c-format msgid "NOTE: no default option file `%s'\n" msgstr "NOTITS: ingen standard alternativfil '%s'\n" -#: agent/gpg-agent.c:620 agent/gpg-agent.c:1179 g10/gpg.c:2039 -#: scd/scdaemon.c:440 sm/gpgsm.c:869 tools/symcryptrun.c:989 +#: agent/gpg-agent.c:577 agent/gpg-agent.c:1136 g10/gpg.c:2039 +#: scd/scdaemon.c:420 sm/gpgsm.c:869 tools/symcryptrun.c:970 #, c-format msgid "option file `%s': %s\n" msgstr "alternativfil`%s': %s\n" -#: agent/gpg-agent.c:628 g10/gpg.c:2046 scd/scdaemon.c:448 sm/gpgsm.c:876 +#: agent/gpg-agent.c:585 g10/gpg.c:2046 scd/scdaemon.c:428 sm/gpgsm.c:876 #, c-format msgid "reading options from `%s'\n" msgstr "lser indstillinger fra `%s'\n" -#: agent/gpg-agent.c:949 g10/plaintext.c:142 g10/plaintext.c:147 +#: agent/gpg-agent.c:906 g10/plaintext.c:142 g10/plaintext.c:147 #: g10/plaintext.c:164 #, fuzzy, c-format msgid "error creating `%s': %s\n" msgstr "fejl ved lsning af '%s': %s\n" -#: agent/gpg-agent.c:1239 agent/gpg-agent.c:1342 agent/gpg-agent.c:1346 -#: agent/gpg-agent.c:1382 agent/gpg-agent.c:1386 g10/exec.c:174 -#: g10/openfile.c:418 scd/scdaemon.c:934 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:1299 agent/gpg-agent.c:1303 +#: agent/gpg-agent.c:1339 agent/gpg-agent.c:1343 g10/exec.c:174 +#: g10/openfile.c:418 scd/scdaemon.c:914 #, fuzzy, c-format msgid "can't create directory `%s': %s\n" msgstr "%s: kan ikke oprette mappe: %s\n" -#: agent/gpg-agent.c:1253 scd/scdaemon.c:948 +#: agent/gpg-agent.c:1210 scd/scdaemon.c:928 msgid "name of socket too long\n" msgstr "" -#: agent/gpg-agent.c:1279 scd/scdaemon.c:974 +#: agent/gpg-agent.c:1236 scd/scdaemon.c:954 #, fuzzy, c-format msgid "can't create socket: %s\n" msgstr "kan ikke oprette %s: %s\n" -#: agent/gpg-agent.c:1308 scd/scdaemon.c:1003 +#: agent/gpg-agent.c:1265 scd/scdaemon.c:983 #, fuzzy, c-format msgid "error binding socket to `%s': %s\n" msgstr "fejl ved lsning af '%s': %s\n" -#: agent/gpg-agent.c:1316 scd/scdaemon.c:1011 +#: agent/gpg-agent.c:1273 scd/scdaemon.c:991 #, fuzzy, c-format msgid "listen() failed: %s\n" msgstr "signering fejlede: %s\n" -#: agent/gpg-agent.c:1322 scd/scdaemon.c:1017 +#: agent/gpg-agent.c:1279 scd/scdaemon.c:997 #, fuzzy, c-format msgid "listening on socket `%s'\n" msgstr "skriver hemmeligt certifikat til '%s'\n" -#: agent/gpg-agent.c:1350 agent/gpg-agent.c:1392 g10/openfile.c:421 +#: agent/gpg-agent.c:1307 agent/gpg-agent.c:1349 g10/openfile.c:421 #, fuzzy, c-format msgid "directory `%s' created\n" msgstr "%s: mappe oprettet\n" -#: agent/gpg-agent.c:1398 +#: agent/gpg-agent.c:1355 #, fuzzy, c-format msgid "stat() failed for `%s': %s\n" msgstr "kan ikke bne %s: %s\n" -#: agent/gpg-agent.c:1402 +#: agent/gpg-agent.c:1359 #, fuzzy, c-format msgid "can't use `%s' as home directory\n" msgstr "%s: kan ikke oprette mappe: %s\n" -#: agent/gpg-agent.c:1504 +#: agent/gpg-agent.c:1461 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:1509 +#: agent/gpg-agent.c:1466 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:1526 +#: agent/gpg-agent.c:1483 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:1531 +#: agent/gpg-agent.c:1488 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:1627 scd/scdaemon.c:1136 +#: agent/gpg-agent.c:1584 scd/scdaemon.c:1116 #, c-format msgid "pth_select failed: %s - waiting 1s\n" msgstr "" -#: agent/gpg-agent.c:1733 scd/scdaemon.c:1203 +#: agent/gpg-agent.c:1690 scd/scdaemon.c:1183 #, fuzzy, c-format msgid "%s %s stopped\n" msgstr "%s: udelod: %s\n" -#: agent/gpg-agent.c:1754 +#: agent/gpg-agent.c:1711 msgid "no gpg-agent running in this session\n" msgstr "" -#: agent/gpg-agent.c:1764 common/simple-pwquery.c:324 g10/call-agent.c:137 -#: sm/call-agent.c:144 tools/gpg-connect-agent.c:713 +#: agent/gpg-agent.c:1721 common/simple-pwquery.c:324 g10/call-agent.c:137 +#: sm/call-agent.c:144 tools/gpg-connect-agent.c:764 msgid "malformed GPG_AGENT_INFO environment variable\n" msgstr "" -#: agent/gpg-agent.c:1776 common/simple-pwquery.c:336 g10/call-agent.c:149 -#: sm/call-agent.c:156 tools/gpg-connect-agent.c:724 +#: agent/gpg-agent.c:1733 common/simple-pwquery.c:336 g10/call-agent.c:149 +#: sm/call-agent.c:156 tools/gpg-connect-agent.c:775 #, fuzzy, c-format msgid "gpg-agent protocol version %d is not supported\n" msgstr "valgte cifferalgoritme %d er ugyldig\n" @@ -478,48 +467,48 @@ msgid "" "Password cache maintenance\n" msgstr "" -#: agent/protect-tool.c:146 +#: agent/protect-tool.c:151 #, fuzzy msgid "Usage: gpg-protect-tool [options] (-h for help)\n" msgstr "Brug: gpg [flag] [filer] (-h for hjlp)" -#: agent/protect-tool.c:148 +#: agent/protect-tool.c:153 msgid "" "Syntax: gpg-protect-tool [options] [args]\n" "Secret key maintenance tool\n" msgstr "" -#: agent/protect-tool.c:1207 +#: agent/protect-tool.c:1193 msgid "Please enter the passphrase to unprotect the PKCS#12 object." msgstr "" -#: agent/protect-tool.c:1210 +#: agent/protect-tool.c:1196 msgid "Please enter the passphrase to protect the new PKCS#12 object." msgstr "" -#: agent/protect-tool.c:1213 +#: agent/protect-tool.c:1199 msgid "" "Please enter the passphrase to protect the imported object within the GnuPG " "system." msgstr "" -#: agent/protect-tool.c:1218 +#: agent/protect-tool.c:1204 msgid "" "Please enter the passphrase or the PIN\n" "needed to complete this operation." msgstr "" -#: agent/protect-tool.c:1223 tools/symcryptrun.c:488 +#: agent/protect-tool.c:1209 tools/symcryptrun.c:469 #, fuzzy msgid "Passphrase:" msgstr "drlig kodestning" -#: agent/protect-tool.c:1236 tools/symcryptrun.c:501 +#: agent/protect-tool.c:1222 tools/symcryptrun.c:482 #, fuzzy, c-format msgid "error while asking for the passphrase: %s\n" msgstr "fejl ved oprettelse af kodestning: %s\n" -#: agent/protect-tool.c:1239 tools/symcryptrun.c:505 +#: agent/protect-tool.c:1225 tools/symcryptrun.c:486 msgid "cancelled\n" msgstr "" @@ -558,7 +547,7 @@ msgstr "" msgid "error reading `%s', line %d: %s\n" msgstr "fejl ved lsning af '%s': %s\n" -#: agent/trustlist.c:355 agent/trustlist.c:394 +#: agent/trustlist.c:365 agent/trustlist.c:404 msgid "error reading list of trusted root certificates\n" msgstr "" @@ -571,7 +560,7 @@ msgstr "" #. second "%s" gets replaced by a hexdecimal #. fingerprint string whereas the first one receives #. the name as store in the certificate. -#: agent/trustlist.c:470 +#: agent/trustlist.c:480 #, c-format msgid "" "Please verify that the certificate identified as:%%0A \"%s\"%%0Ahas the " @@ -581,7 +570,7 @@ msgstr "" #. TRANSLATORS: "Correct" is the label of a button and intended to #. be hit if the fingerprint matches the one of the CA. The other #. button is "the default "Cancel" of the Pinentry. -#: agent/trustlist.c:479 +#: agent/trustlist.c:489 msgid "Correct" msgstr "" @@ -593,19 +582,19 @@ msgstr "" #. plain % sign, you need to encode it as "%%25". The #. "%s" gets replaced by the name as store in the #. certificate. -#: agent/trustlist.c:499 +#: agent/trustlist.c:509 #, c-format msgid "" "Do you ultimately trust%%0A \"%s\"%%0Ato correctly certify user " "certificates?" msgstr "" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 #, fuzzy msgid "Yes" msgstr "ja" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 msgid "No" msgstr "" @@ -649,12 +638,12 @@ msgstr "" msgid "error running `%s': terminated\n" msgstr "fejl ved lsning af '%s': %s\n" -#: common/http.c:1623 +#: common/http.c:1621 #, fuzzy, c-format msgid "error creating socket: %s\n" msgstr "fejl ved lsning af '%s': %s\n" -#: common/http.c:1667 +#: common/http.c:1665 #, fuzzy msgid "host not found" msgstr "%s: bruger ikke fundet\n" @@ -745,6 +734,16 @@ msgstr "" msgid "cC" msgstr "c" +#: common/miscellaneous.c:73 +#, c-format +msgid "out of core in secure memory while allocating %lu bytes" +msgstr "" + +#: common/miscellaneous.c:76 +#, c-format +msgid "out of core while allocating %lu bytes" +msgstr "" + #: g10/armor.c:368 #, c-format msgid "armor: %s\n" @@ -1176,13 +1175,13 @@ msgstr "" msgid "can't open `%s'\n" msgstr "kan ikke bne `%s'\n" -#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1714 +#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1721 #: g10/revoke.c:228 #, fuzzy, c-format msgid "key \"%s\" not found: %s\n" msgstr "%s: bruger ikke fundet: %s\n" -#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1728 +#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1735 #: g10/revoke.c:234 g10/revoke.c:479 #, fuzzy, c-format msgid "error reading keyblock: %s\n" @@ -1448,22 +1447,22 @@ msgstr "" msgid "Invalid key %s made valid by --allow-non-selfsigned-uid\n" msgstr "" -#: g10/getkey.c:2390 g10/keyedit.c:3723 +#: g10/getkey.c:2393 g10/keyedit.c:3723 #, c-format msgid "no secret subkey for public subkey %s - ignoring\n" msgstr "" -#: g10/getkey.c:2621 +#: g10/getkey.c:2624 #, fuzzy, c-format msgid "using subkey %s instead of primary key %s\n" msgstr "bruger sekundr ngle %08lX istedetfor primr ngle %08lX\n" -#: g10/getkey.c:2668 +#: g10/getkey.c:2671 #, fuzzy, c-format msgid "key %s: secret key without public key - skipped\n" msgstr "ngle %08lX: ikke en rfc2440 ngle - udeladt\n" -#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:241 tools/gpgconf.c:56 +#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:242 tools/gpgconf.c:56 msgid "" "@Commands:\n" " " @@ -1479,27 +1478,27 @@ msgstr "|[filer]|opret en signatur" msgid "|[file]|make a clear text signature" msgstr "|[filer]|opret rentekst signatur" -#: g10/gpg.c:373 sm/gpgsm.c:245 +#: g10/gpg.c:373 sm/gpgsm.c:246 msgid "make a detached signature" msgstr "opret en separat signatur" -#: g10/gpg.c:374 sm/gpgsm.c:246 +#: g10/gpg.c:374 sm/gpgsm.c:247 msgid "encrypt data" msgstr "kryptr data" -#: g10/gpg.c:376 sm/gpgsm.c:247 +#: g10/gpg.c:376 sm/gpgsm.c:248 msgid "encryption only with symmetric cipher" msgstr "kryptr kun med symmetriske cifre" -#: g10/gpg.c:378 sm/gpgsm.c:248 +#: g10/gpg.c:378 sm/gpgsm.c:249 msgid "decrypt data (default)" msgstr "afkryptr data (standard)" -#: g10/gpg.c:380 sm/gpgsm.c:249 +#: g10/gpg.c:380 sm/gpgsm.c:250 msgid "verify a signature" msgstr "godkend en signatur" -#: g10/gpg.c:382 sm/gpgsm.c:251 +#: g10/gpg.c:382 sm/gpgsm.c:252 msgid "list keys" msgstr "vis ngler" @@ -1512,11 +1511,11 @@ msgstr "vis ngler og signaturer" msgid "list and check key signatures" msgstr "tjek nglesignaturer" -#: g10/gpg.c:386 sm/gpgsm.c:255 +#: g10/gpg.c:386 sm/gpgsm.c:256 msgid "list keys and fingerprints" msgstr "vis ngle og fingeraftryk" -#: g10/gpg.c:387 sm/gpgsm.c:253 +#: g10/gpg.c:387 sm/gpgsm.c:254 msgid "list secret keys" msgstr "vis hemmelige ngler" @@ -1554,11 +1553,11 @@ msgstr "Generr en annullrbar certifikat" msgid "export keys" msgstr "eksportr ngler" -#: g10/gpg.c:398 sm/gpgsm.c:258 +#: g10/gpg.c:398 sm/gpgsm.c:259 msgid "export keys to a key server" msgstr "eksportr ngler til en ngletjener" -#: g10/gpg.c:399 sm/gpgsm.c:259 +#: g10/gpg.c:399 sm/gpgsm.c:260 msgid "import keys from a key server" msgstr "importr ngler fra en ngleserver" @@ -1596,12 +1595,12 @@ msgstr "opdatr tillidsdatabasen" msgid "|algo [files]|print message digests" msgstr "|algo [filer]|print meddelelsesresum" -#: g10/gpg.c:431 sm/gpgsm.c:263 +#: g10/gpg.c:431 sm/gpgsm.c:264 msgid "run in server mode" msgstr "" -#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:278 -#: tools/gpg-connect-agent.c:57 tools/gpgconf.c:66 tools/symcryptrun.c:178 +#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:279 +#: tools/gpg-connect-agent.c:58 tools/gpgconf.c:66 tools/symcryptrun.c:159 msgid "" "@\n" "Options:\n" @@ -1611,31 +1610,31 @@ msgstr "" "Indstillinger:\n" " " -#: g10/gpg.c:435 sm/gpgsm.c:280 +#: g10/gpg.c:435 sm/gpgsm.c:281 msgid "create ascii armored output" msgstr "opret ascii beskyttet uddata" -#: g10/gpg.c:437 sm/gpgsm.c:290 +#: g10/gpg.c:437 sm/gpgsm.c:293 msgid "|NAME|encrypt for NAME" msgstr "|NAME|kryptr for NAME" -#: g10/gpg.c:448 sm/gpgsm.c:326 +#: g10/gpg.c:448 sm/gpgsm.c:329 msgid "use this user-id to sign or decrypt" msgstr "brug denne bruger-id til at signere eller dekryptere" -#: g10/gpg.c:449 sm/gpgsm.c:329 +#: g10/gpg.c:449 sm/gpgsm.c:332 msgid "|N|set compress level N (0 disables)" msgstr "|N|st kompresningsniveau N (0 = slet fra)" -#: g10/gpg.c:454 sm/gpgsm.c:331 +#: g10/gpg.c:454 sm/gpgsm.c:334 msgid "use canonical text mode" msgstr "brug kanonisk tekstmodus" -#: g10/gpg.c:468 sm/gpgsm.c:334 tools/gpgconf.c:68 +#: g10/gpg.c:468 sm/gpgsm.c:337 tools/gpgconf.c:68 msgid "use as output file" msgstr "brug som uddatafil" -#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:344 tools/gpgconf.c:71 +#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:347 tools/gpgconf.c:71 msgid "do not make any changes" msgstr "lav ingen ndringer" @@ -1651,13 +1650,13 @@ msgstr "" msgid "generate PGP 2.x compatible messages" msgstr "" -#: g10/gpg.c:554 sm/gpgsm.c:392 +#: g10/gpg.c:554 sm/gpgsm.c:395 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" msgstr "" -#: g10/gpg.c:557 sm/gpgsm.c:395 +#: g10/gpg.c:557 sm/gpgsm.c:398 msgid "" "@\n" "Examples:\n" @@ -1696,7 +1695,7 @@ msgstr "" "sign, check, encrypt eller decrypt\n" "standard operation afhnger af inddata\n" -#: g10/gpg.c:782 sm/gpgsm.c:530 +#: g10/gpg.c:782 sm/gpgsm.c:534 msgid "" "\n" "Supported algorithms:\n" @@ -1725,7 +1724,7 @@ msgstr "Kommentar: " msgid "usage: gpg [options] " msgstr "brug: gpg [flag] " -#: g10/gpg.c:1060 sm/gpgsm.c:682 +#: g10/gpg.c:1060 sm/gpgsm.c:686 msgid "conflicting commands\n" msgstr "konfliktende kommandoer\n" @@ -1847,6 +1846,11 @@ msgstr "skift imellem hemmelig og offentlig ngle visning" msgid "show expiration dates during signature listings" msgstr "" +#: g10/gpg.c:1835 +#, c-format +msgid "libgcrypt is too old (need %s, have %s)\n" +msgstr "" + #: g10/gpg.c:1993 #, fuzzy, c-format msgid "NOTE: old default options file `%s' ignored\n" @@ -1989,7 +1993,7 @@ msgstr "ADVARSEL: '%s' er en tom fil\n" msgid "invalid auto-key-locate list\n" msgstr "" -#: g10/gpg.c:2893 sm/gpgsm.c:1232 +#: g10/gpg.c:2893 sm/gpgsm.c:1236 msgid "WARNING: program may create a core file!\n" msgstr "" @@ -2029,11 +2033,11 @@ msgstr "" msgid "encrypting a message in --pgp2 mode requires the IDEA cipher\n" msgstr "" -#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1288 +#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1292 msgid "selected cipher algorithm is invalid\n" msgstr "valgte cifferalgoritme er ugyldig\n" -#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1296 +#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1300 msgid "selected digest algorithm is invalid\n" msgstr "valgte resumalgoritme er ugyldig\n" @@ -2278,7 +2282,7 @@ msgstr "Slet denne ngle fra ngleringen? " msgid "make timestamp conflicts only a warning" msgstr "tidsstempelkonflikt" -#: g10/gpgv.c:76 sm/gpgsm.c:367 +#: g10/gpgv.c:76 sm/gpgsm.c:370 msgid "|FD|write status info to this FD" msgstr "|FD|skriv statusinfo til denne FD" @@ -3703,7 +3707,7 @@ msgid "(sensitive)" msgstr "" #: g10/keyedit.c:2743 g10/keyedit.c:2799 g10/keyedit.c:2860 g10/keyedit.c:2875 -#: g10/keylist.c:194 g10/keyserver.c:516 +#: g10/keylist.c:194 g10/keyserver.c:523 #, fuzzy, c-format msgid "created: %s" msgstr "kan ikke oprette %s: %s\n" @@ -3720,7 +3724,7 @@ msgstr "Ngle udlber d. %s\n" #: g10/keyedit.c:2750 g10/keyedit.c:2801 g10/keyedit.c:2862 g10/keyedit.c:2877 #: g10/keylist.c:196 g10/keylist.c:748 g10/keylist.c:783 g10/keylist.c:877 -#: g10/keylist.c:898 g10/keyserver.c:522 g10/mainproc.c:985 +#: g10/keylist.c:898 g10/keyserver.c:529 g10/mainproc.c:985 #, fuzzy, c-format msgid "expires: %s" msgstr "Ngle udlber d. %s\n" @@ -3754,13 +3758,13 @@ msgid "" "unless you restart the program.\n" msgstr "" -#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:526 +#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:533 #: g10/mainproc.c:1831 g10/trustdb.c:1179 g10/trustdb.c:1699 #, fuzzy msgid "revoked" msgstr "tilfj ngle" -#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:530 +#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:537 #: g10/mainproc.c:1833 g10/trustdb.c:532 g10/trustdb.c:1701 #, fuzzy msgid "expired" @@ -4604,182 +4608,182 @@ msgstr "vis ngler og signaturer" msgid "%s: keyring created\n" msgstr "" -#: g10/keyserver.c:66 +#: g10/keyserver.c:73 msgid "include revoked keys in search results" msgstr "" -#: g10/keyserver.c:67 +#: g10/keyserver.c:74 msgid "include subkeys when searching by key ID" msgstr "" -#: g10/keyserver.c:69 +#: g10/keyserver.c:76 msgid "use temporary files to pass data to keyserver helpers" msgstr "" -#: g10/keyserver.c:71 +#: g10/keyserver.c:78 msgid "do not delete temporary files after using them" msgstr "" -#: g10/keyserver.c:75 +#: g10/keyserver.c:82 msgid "automatically retrieve keys when verifying signatures" msgstr "" -#: g10/keyserver.c:77 +#: g10/keyserver.c:84 #, fuzzy msgid "honor the preferred keyserver URL set on the key" msgstr "den givne politik-URL er ugyldig\n" -#: g10/keyserver.c:79 +#: g10/keyserver.c:86 msgid "honor the PKA record set on a key when retrieving keys" msgstr "" -#: g10/keyserver.c:145 +#: g10/keyserver.c:152 #, c-format msgid "WARNING: keyserver option `%s' is not used on this platform\n" msgstr "" -#: g10/keyserver.c:528 +#: g10/keyserver.c:535 #, fuzzy msgid "disabled" msgstr "slfra" -#: g10/keyserver.c:729 +#: g10/keyserver.c:736 msgid "Enter number(s), N)ext, or Q)uit > " msgstr "" -#: g10/keyserver.c:813 g10/keyserver.c:1435 +#: g10/keyserver.c:820 g10/keyserver.c:1442 #, fuzzy, c-format msgid "invalid keyserver protocol (us %d!=handler %d)\n" msgstr "ugyldig nglering" -#: g10/keyserver.c:911 +#: g10/keyserver.c:918 #, fuzzy, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "%s: bruger ikke fundet: %s\n" -#: g10/keyserver.c:913 +#: g10/keyserver.c:920 #, fuzzy msgid "key not found on keyserver\n" msgstr "%s: bruger ikke fundet: %s\n" -#: g10/keyserver.c:1154 +#: g10/keyserver.c:1161 #, fuzzy, c-format msgid "requesting key %s from %s server %s\n" msgstr "importr ngler fra en ngleserver: %s\n" -#: g10/keyserver.c:1158 +#: g10/keyserver.c:1165 #, fuzzy, c-format msgid "requesting key %s from %s\n" msgstr "importr ngler fra en ngleserver: %s\n" -#: g10/keyserver.c:1182 +#: g10/keyserver.c:1189 #, fuzzy, c-format msgid "searching for names from %s server %s\n" msgstr "eksportr ngler til en ngletjener" -#: g10/keyserver.c:1185 +#: g10/keyserver.c:1192 #, fuzzy, c-format msgid "searching for names from %s\n" msgstr "lser indstillinger fra `%s'\n" -#: g10/keyserver.c:1338 +#: g10/keyserver.c:1345 #, c-format msgid "sending key %s to %s server %s\n" msgstr "" -#: g10/keyserver.c:1342 +#: g10/keyserver.c:1349 #, fuzzy, c-format msgid "sending key %s to %s\n" msgstr "importr ngler fra en ngleserver: %s\n" -#: g10/keyserver.c:1385 +#: g10/keyserver.c:1392 #, fuzzy, c-format msgid "searching for \"%s\" from %s server %s\n" msgstr "eksportr ngler til en ngletjener" -#: g10/keyserver.c:1388 +#: g10/keyserver.c:1395 #, fuzzy, c-format msgid "searching for \"%s\" from %s\n" msgstr "lser indstillinger fra `%s'\n" -#: g10/keyserver.c:1395 g10/keyserver.c:1491 +#: g10/keyserver.c:1402 g10/keyserver.c:1498 #, fuzzy msgid "no keyserver action!\n" msgstr "ugyldig nglering" -#: g10/keyserver.c:1443 +#: g10/keyserver.c:1450 #, c-format msgid "WARNING: keyserver handler from a different version of GnuPG (%s)\n" msgstr "" -#: g10/keyserver.c:1452 +#: g10/keyserver.c:1459 msgid "keyserver did not send VERSION\n" msgstr "" -#: g10/keyserver.c:1514 g10/keyserver.c:2042 +#: g10/keyserver.c:1521 g10/keyserver.c:2049 msgid "no keyserver known (use option --keyserver)\n" msgstr "" -#: g10/keyserver.c:1520 +#: g10/keyserver.c:1527 msgid "external keyserver calls are not supported in this build\n" msgstr "" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1539 #, c-format msgid "no handler for keyserver scheme `%s'\n" msgstr "" -#: g10/keyserver.c:1537 +#: g10/keyserver.c:1544 #, c-format msgid "action `%s' not supported with keyserver scheme `%s'\n" msgstr "" -#: g10/keyserver.c:1545 +#: g10/keyserver.c:1552 #, c-format msgid "%s does not support handler version %d\n" msgstr "" -#: g10/keyserver.c:1552 +#: g10/keyserver.c:1559 #, fuzzy msgid "keyserver timed out\n" msgstr "generel fejl" -#: g10/keyserver.c:1557 +#: g10/keyserver.c:1564 #, fuzzy msgid "keyserver internal error\n" msgstr "generel fejl" -#: g10/keyserver.c:1566 +#: g10/keyserver.c:1573 #, fuzzy, c-format msgid "keyserver communications error: %s\n" msgstr "pkldning af beskyttelse fejlede: %s\n" -#: g10/keyserver.c:1591 g10/keyserver.c:1625 +#: g10/keyserver.c:1598 g10/keyserver.c:1632 #, fuzzy, c-format msgid "\"%s\" not a key ID: skipping\n" msgstr "%s er ikke et gyldigt tegnst\n" -#: g10/keyserver.c:1884 +#: g10/keyserver.c:1891 #, c-format msgid "WARNING: unable to refresh key %s via %s: %s\n" msgstr "" -#: g10/keyserver.c:1906 +#: g10/keyserver.c:1913 #, fuzzy, c-format msgid "refreshing 1 key from %s\n" msgstr "importr ngler fra en ngleserver: %s\n" -#: g10/keyserver.c:1908 +#: g10/keyserver.c:1915 #, fuzzy, c-format msgid "refreshing %d keys from %s\n" msgstr "importr ngler fra en ngleserver: %s\n" -#: g10/keyserver.c:1964 +#: g10/keyserver.c:1971 #, fuzzy, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "kan ikke bne %s: %s\n" -#: g10/keyserver.c:1970 +#: g10/keyserver.c:1977 #, c-format msgid "WARNING: unable to parse URI %s\n" msgstr "" @@ -5130,16 +5134,16 @@ msgstr "" msgid "WARNING: options in `%s' are not yet active during this run\n" msgstr "" -#: g10/parse-packet.c:192 +#: g10/parse-packet.c:193 #, c-format msgid "can't handle public key algorithm %d\n" msgstr "" -#: g10/parse-packet.c:762 +#: g10/parse-packet.c:798 msgid "WARNING: potentially insecure symmetrically encrypted session key\n" msgstr "" -#: g10/parse-packet.c:1213 +#: g10/parse-packet.c:1249 #, c-format msgid "subpacket of type %d has critical bit set\n" msgstr "" @@ -5740,7 +5744,7 @@ msgstr "" msgid "cannot avoid weak key for symmetric cipher; tried %d times!\n" msgstr "" -#: g10/seskey.c:229 +#: g10/seskey.c:229 sm/certcheck.c:91 msgid "DSA requires the hash length to be a multiple of 8 bits\n" msgstr "" @@ -6283,7 +6287,7 @@ msgstr "" msgid "iconv_open failed: %s\n" msgstr "kan ikke bne %s: %s\n" -#: jnlib/utf8conv.c:331 jnlib/utf8conv.c:597 +#: jnlib/utf8conv.c:338 jnlib/utf8conv.c:604 #, fuzzy, c-format msgid "conversion from `%s' to `%s' failed: %s\n" msgstr "pkldning af beskyttelse fejlede: %s\n" @@ -6510,7 +6514,7 @@ msgstr "ingen gyldig OpenPGP data fundet.\n" msgid "run in multi server mode (foreground)" msgstr "" -#: scd/scdaemon.c:113 sm/gpgsm.c:356 +#: scd/scdaemon.c:113 sm/gpgsm.c:359 #, fuzzy msgid "read options from file" msgstr "lser indstillinger fra `%s'\n" @@ -6554,21 +6558,21 @@ msgid "" "Smartcard daemon for GnuPG\n" msgstr "" -#: scd/scdaemon.c:684 +#: scd/scdaemon.c:664 msgid "please use the option `--daemon' to run the program in the background\n" msgstr "" -#: scd/scdaemon.c:1032 +#: scd/scdaemon.c:1012 #, c-format msgid "handler for fd %d started\n" msgstr "" -#: scd/scdaemon.c:1037 +#: scd/scdaemon.c:1017 #, c-format msgid "handler for fd %d terminated\n" msgstr "" -#: sm/base64.c:323 +#: sm/base64.c:327 #, fuzzy, c-format msgid "invalid radix64 character %02x skipped\n" msgstr "ugyldigt radix64 tegn %02x udeladt\n" @@ -6591,182 +6595,188 @@ msgstr "valgte cifferalgoritme %d er ugyldig\n" msgid "can't connect to the dirmngr - trying fall back\n" msgstr "" -#: sm/certchain.c:165 +#: sm/certchain.c:176 #, fuzzy, c-format msgid "critical certificate extension %s is not supported" msgstr "valgte cifferalgoritme %d er ugyldig\n" -#: sm/certchain.c:203 +#: sm/certchain.c:214 msgid "issuer certificate is not marked as a CA" msgstr "" -#: sm/certchain.c:242 +#: sm/certchain.c:253 msgid "critical marked policy without configured policies" msgstr "" -#: sm/certchain.c:252 +#: sm/certchain.c:263 #, fuzzy, c-format msgid "failed to open `%s': %s\n" msgstr "kan ikke bne '%s': %s\n" -#: sm/certchain.c:259 sm/certchain.c:288 +#: sm/certchain.c:270 sm/certchain.c:299 msgid "note: non-critical certificate policy not allowed" msgstr "" -#: sm/certchain.c:263 sm/certchain.c:292 +#: sm/certchain.c:274 sm/certchain.c:303 #, fuzzy msgid "certificate policy not allowed" msgstr "skriver hemmeligt certifikat til '%s'\n" -#: sm/certchain.c:403 +#: sm/certchain.c:414 msgid "looking up issuer at external location\n" msgstr "" -#: sm/certchain.c:423 +#: sm/certchain.c:434 #, c-format msgid "number of issuers matching: %d\n" msgstr "" # er det klogt at overstte TrustDB? -#: sm/certchain.c:576 sm/certchain.c:740 sm/certchain.c:1266 sm/decrypt.c:261 +#: sm/certchain.c:587 sm/certchain.c:753 sm/certchain.c:1334 sm/decrypt.c:261 #: sm/encrypt.c:343 sm/sign.c:328 sm/verify.c:107 #, fuzzy msgid "failed to allocated keyDB handle\n" msgstr "kunne ikke initialisere TillidsDB: %s\n" -#: sm/certchain.c:667 +#: sm/certchain.c:678 #, fuzzy msgid "certificate has been revoked" msgstr "ngle %08lX: ngle er blevet annulleret!\n" -#: sm/certchain.c:676 +#: sm/certchain.c:687 #, fuzzy msgid "no CRL found for certificate" msgstr "Godt certifikat" -#: sm/certchain.c:680 +#: sm/certchain.c:691 #, fuzzy msgid "the available CRL is too old" msgstr "Ingen hjlp tilgngelig" -#: sm/certchain.c:682 +#: sm/certchain.c:693 msgid "please make sure that the \"dirmngr\" is properly installed\n" msgstr "" -#: sm/certchain.c:687 +#: sm/certchain.c:698 #, fuzzy, c-format msgid "checking the CRL failed: %s" msgstr "Kan ikke tjekke signatur: %s\n" -#: sm/certchain.c:765 +#: sm/certchain.c:794 #, fuzzy msgid "no issuer found in certificate" msgstr "Godt certifikat" -#: sm/certchain.c:792 +#: sm/certchain.c:823 #, fuzzy, c-format msgid "certificate with invalid validity: %s" msgstr "certifikatlseproblem: %s\n" -#: sm/certchain.c:808 +#: sm/certchain.c:839 msgid "certificate not yet valid" msgstr "" -#: sm/certchain.c:821 +#: sm/certchain.c:852 #, fuzzy msgid "certificate has expired" msgstr "certifikatlseproblem: %s\n" -#: sm/certchain.c:864 +#: sm/certchain.c:895 msgid "self-signed certificate has a BAD signature" msgstr "" -#: sm/certchain.c:932 +#: sm/certchain.c:963 msgid "root certificate is not marked trusted" msgstr "" -#: sm/certchain.c:947 +#: sm/certchain.c:978 #, fuzzy, c-format msgid "fingerprint=%s\n" msgstr "Fingeraftryk:" -#: sm/certchain.c:955 +#: sm/certchain.c:986 msgid "root certificate has now been marked as trusted\n" msgstr "" -#: sm/certchain.c:970 +#: sm/certchain.c:1001 msgid "interactive marking as trusted not enabled in gpg-agent\n" msgstr "" -#: sm/certchain.c:976 +#: sm/certchain.c:1007 msgid "interactive marking as trusted disabled for this session\n" msgstr "" -#: sm/certchain.c:986 +#: sm/certchain.c:1017 #, fuzzy, c-format msgid "checking the trust list failed: %s\n" msgstr "Kan ikke tjekke signatur: %s\n" -#: sm/certchain.c:1013 sm/import.c:158 +#: sm/certchain.c:1044 sm/import.c:159 #, fuzzy msgid "certificate chain too long\n" msgstr "certifikatlseproblem: %s\n" -#: sm/certchain.c:1025 +#: sm/certchain.c:1056 msgid "issuer certificate not found" msgstr "" -#: sm/certchain.c:1058 +#: sm/certchain.c:1089 #, fuzzy msgid "certificate has a BAD signature" msgstr "godkend en signatur" -#: sm/certchain.c:1088 +#: sm/certchain.c:1119 msgid "found another possible matching CA certificate - trying again" msgstr "" -#: sm/certchain.c:1139 +#: sm/certchain.c:1170 #, c-format msgid "certificate chain longer than allowed by CA (%d)" msgstr "" -#: sm/certcheck.c:52 -msgid "DSA requires the use of a 160 bit hash algorithm\n" +#: sm/certcheck.c:103 +#, c-format +msgid "%s key uses an unsafe (%u bit) hash\n" msgstr "" -#: sm/certcheck.c:177 sm/sign.c:482 sm/verify.c:189 +#: sm/certcheck.c:113 +#, c-format +msgid "a %u bit hash is not valid for a %u bit %s key\n" +msgstr "" + +#: sm/certcheck.c:250 sm/sign.c:482 sm/verify.c:189 msgid "(this is the MD2 algorithm)\n" msgstr "" -#: sm/certdump.c:68 sm/certdump.c:154 +#: sm/certdump.c:68 sm/certdump.c:151 #, fuzzy msgid "none" msgstr "n" -#: sm/certdump.c:163 +#: sm/certdump.c:162 #, fuzzy msgid "[none]" msgstr "ukendt version" -#: sm/certdump.c:536 sm/certdump.c:599 +#: sm/certdump.c:552 sm/certdump.c:597 sm/certdump.c:662 sm/certdump.c:715 #, fuzzy msgid "[Error - invalid encoding]" msgstr "fejl i trailerlinie\n" -#: sm/certdump.c:544 +#: sm/certdump.c:560 sm/certdump.c:605 msgid "[Error - out of core]" msgstr "" -#: sm/certdump.c:579 +#: sm/certdump.c:642 sm/certdump.c:698 msgid "[Error - No name]" msgstr "" -#: sm/certdump.c:604 +#: sm/certdump.c:667 sm/certdump.c:721 #, fuzzy msgid "[Error - invalid DN]" msgstr "fejl i trailerlinie\n" -#: sm/certdump.c:818 +#: sm/certdump.c:930 #, fuzzy, c-format msgid "" "Please enter the passphrase to unlock the secret key for:\n" @@ -6780,7 +6790,7 @@ msgstr "" msgid "no key usage specified - assuming all usages\n" msgstr "" -#: sm/certlist.c:135 sm/keylist.c:255 +#: sm/certlist.c:135 sm/keylist.c:258 #, fuzzy, c-format msgid "error getting key usage information: %s\n" msgstr "fejl ved skrivning af nglering `%s': %s\n" @@ -6867,7 +6877,7 @@ msgstr "" msgid "certificate `%s' not found: %s\n" msgstr "%s: bruger ikke fundet: %s\n" -#: sm/delete.c:113 sm/keydb.c:1392 sm/keydb.c:1485 +#: sm/delete.c:113 sm/keydb.c:1397 sm/keydb.c:1497 #, fuzzy, c-format msgid "error locking keybox: %s\n" msgstr "fejl ved lsning af '%s': %s\n" @@ -6892,192 +6902,192 @@ msgstr "fjernelse af beskyttelse fejlede: %s\n" msgid "no valid recipients given\n" msgstr "ingen gyldige adresser\n" -#: sm/export.c:562 sm/export.c:578 sm/import.c:525 sm/import.c:550 +#: sm/export.c:615 sm/export.c:631 sm/import.c:526 sm/import.c:551 #, fuzzy, c-format msgid "error creating temporary file: %s\n" msgstr "fejl ved oprettelse af kodestning: %s\n" -#: sm/export.c:569 sm/import.c:533 +#: sm/export.c:622 sm/import.c:534 #, fuzzy, c-format msgid "error writing to temporary file: %s\n" msgstr "skriver til `%s'\n" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:244 #, fuzzy msgid "|[FILE]|make a signature" msgstr "|[filer]|opret en signatur" -#: sm/gpgsm.c:244 +#: sm/gpgsm.c:245 #, fuzzy msgid "|[FILE]|make a clear text signature" msgstr "|[filer]|opret rentekst signatur" -#: sm/gpgsm.c:252 +#: sm/gpgsm.c:253 #, fuzzy msgid "list external keys" msgstr "vis hemmelige ngler" -#: sm/gpgsm.c:254 +#: sm/gpgsm.c:255 #, fuzzy msgid "list certificate chain" msgstr "ugyldigt certifikat" -#: sm/gpgsm.c:257 +#: sm/gpgsm.c:258 #, fuzzy msgid "remove key from the public keyring" msgstr "fjern ngle fra den offentlige nglering" -#: sm/gpgsm.c:260 +#: sm/gpgsm.c:261 #, fuzzy msgid "import certificates" msgstr "Godt certifikat" -#: sm/gpgsm.c:261 +#: sm/gpgsm.c:262 #, fuzzy msgid "export certificates" msgstr "Godt certifikat" -#: sm/gpgsm.c:262 +#: sm/gpgsm.c:263 msgid "register a smartcard" msgstr "" -#: sm/gpgsm.c:264 +#: sm/gpgsm.c:265 msgid "pass a command to the dirmngr" msgstr "" -#: sm/gpgsm.c:266 +#: sm/gpgsm.c:267 msgid "invoke gpg-protect-tool" msgstr "" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:268 #, fuzzy msgid "change a passphrase" msgstr "ndr kodestningen" -#: sm/gpgsm.c:282 +#: sm/gpgsm.c:283 #, fuzzy msgid "create base-64 encoded output" msgstr "opret ascii beskyttet uddata" -#: sm/gpgsm.c:284 +#: sm/gpgsm.c:287 msgid "assume input is in PEM format" msgstr "" -#: sm/gpgsm.c:286 +#: sm/gpgsm.c:289 msgid "assume input is in base-64 format" msgstr "" -#: sm/gpgsm.c:288 +#: sm/gpgsm.c:291 msgid "assume input is in binary format" msgstr "" -#: sm/gpgsm.c:293 +#: sm/gpgsm.c:296 msgid "use system's dirmngr if available" msgstr "" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "never consult a CRL" msgstr "" -#: sm/gpgsm.c:301 +#: sm/gpgsm.c:304 msgid "check validity using OCSP" msgstr "" -#: sm/gpgsm.c:304 +#: sm/gpgsm.c:307 msgid "|N|number of certificates to include" msgstr "" -#: sm/gpgsm.c:307 +#: sm/gpgsm.c:310 msgid "|FILE|take policy information from FILE" msgstr "" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "do not check certificate policies" msgstr "" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "fetch missing issuer certificates" msgstr "" -#: sm/gpgsm.c:318 +#: sm/gpgsm.c:321 msgid "|NAME|use NAME as default recipient" msgstr "|NAME|brug NAME som standard modtager" -#: sm/gpgsm.c:320 +#: sm/gpgsm.c:323 msgid "use the default key as default recipient" msgstr "brug standard nglen som standard modtager" -#: sm/gpgsm.c:337 +#: sm/gpgsm.c:340 msgid "don't use the terminal at all" msgstr "brug overhovedet ikke terminalen" -#: sm/gpgsm.c:341 +#: sm/gpgsm.c:344 msgid "force v3 signatures" msgstr "tving v3 signaturer" -#: sm/gpgsm.c:342 +#: sm/gpgsm.c:345 msgid "always use a MDC for encryption" msgstr "brug altid en MDC for kryptering" -#: sm/gpgsm.c:347 +#: sm/gpgsm.c:350 msgid "batch mode: never ask" msgstr "krselsmodus: sprg aldrig" -#: sm/gpgsm.c:348 +#: sm/gpgsm.c:351 msgid "assume yes on most questions" msgstr "forvent ja til de fleste sprgsml" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 msgid "assume no on most questions" msgstr "forvent nej til de fleste sprgsml" -#: sm/gpgsm.c:351 +#: sm/gpgsm.c:354 msgid "add this keyring to the list of keyrings" msgstr "tilfj denne nglering til ngleringslisten" -#: sm/gpgsm.c:352 +#: sm/gpgsm.c:355 msgid "add this secret keyring to the list" msgstr "tilfj denne hemmeligenglering til listen" -#: sm/gpgsm.c:353 +#: sm/gpgsm.c:356 msgid "|NAME|use NAME as default secret key" msgstr "|NAME|brug NAME som standard hemmeligngle" -#: sm/gpgsm.c:354 +#: sm/gpgsm.c:357 msgid "|HOST|use this keyserver to lookup keys" msgstr "|HOST|brug denne ngletjener til at sl ngler op" -#: sm/gpgsm.c:355 +#: sm/gpgsm.c:358 msgid "|NAME|set terminal charset to NAME" msgstr "|NAME|st terminal karakterst til NAME" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "" -#: sm/gpgsm.c:374 +#: sm/gpgsm.c:377 msgid "|FILE|load extension module FILE" msgstr "|FILE|indls udvidelsesmodul FILE" -#: sm/gpgsm.c:380 +#: sm/gpgsm.c:383 msgid "|NAME|use cipher algorithm NAME" msgstr "|NAME|brug cifferalgoritme NAME" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 msgid "|NAME|use message digest algorithm NAME" msgstr "|NAME|brug meddelelsesresum algoritme NAME" -#: sm/gpgsm.c:384 +#: sm/gpgsm.c:387 msgid "|N|use compress algorithm N" msgstr "|N|brug kompresalgoritme N" -#: sm/gpgsm.c:520 +#: sm/gpgsm.c:524 #, fuzzy msgid "Usage: gpgsm [options] [files] (-h for help)" msgstr "Brug: gpg [flag] [filer] (-h for hjlp)" # Skal alt dette oversttes eller er det flagene? -#: sm/gpgsm.c:523 +#: sm/gpgsm.c:527 #, fuzzy msgid "" "Syntax: gpgsm [options] [files]\n" @@ -7088,44 +7098,39 @@ msgstr "" "sign, check, encrypt eller decrypt\n" "standard operation afhnger af inddata\n" -#: sm/gpgsm.c:617 +#: sm/gpgsm.c:621 #, fuzzy msgid "usage: gpgsm [options] " msgstr "brug: gpg [flag] " -#: sm/gpgsm.c:698 +#: sm/gpgsm.c:702 #, fuzzy, c-format msgid "can't encrypt to `%s': %s\n" msgstr "kan ikke bne '%s': %s\n" -#: sm/gpgsm.c:773 -#, c-format -msgid "libksba is too old (need %s, have %s)\n" -msgstr "" - -#: sm/gpgsm.c:1249 +#: sm/gpgsm.c:1253 msgid "WARNING: running with faked system time: " msgstr "" -#: sm/gpgsm.c:1328 +#: sm/gpgsm.c:1332 #, fuzzy, c-format msgid "importing common certificates `%s'\n" msgstr "skriver til `%s'\n" -#: sm/gpgsm.c:1346 +#: sm/gpgsm.c:1350 #, fuzzy, c-format msgid "can't sign using `%s': %s\n" msgstr "kan ikke bne '%s': %s\n" -#: sm/gpgsm.c:1536 +#: sm/gpgsm.c:1542 msgid "this command has not yet been implemented\n" msgstr "" -#: sm/gpgsm.c:1601 +#: sm/gpgsm.c:1606 msgid "key generation is not available from the commandline\n" msgstr "" -#: sm/gpgsm.c:1602 +#: sm/gpgsm.c:1607 #, fuzzy, c-format msgid "please use the script \"%s\" to generate a new key\n" msgstr "Vlg venligst hvilken slags ngle du vil have:\n" @@ -7135,21 +7140,21 @@ msgstr "Vlg venligst hvilken slags ngle du vil have:\n" msgid "total number processed: %lu\n" msgstr "Totalt antal behandlede: %lu\n" -#: sm/import.c:227 +#: sm/import.c:228 #, fuzzy msgid "error storing certificate\n" msgstr "Godt certifikat" -#: sm/import.c:235 +#: sm/import.c:236 msgid "basic certificate checks failed - not imported\n" msgstr "" -#: sm/import.c:421 sm/import.c:453 +#: sm/import.c:422 sm/import.c:454 #, fuzzy, c-format msgid "error importing certificate: %s\n" msgstr "fejl ved oprettelse af kodestning: %s\n" -#: sm/import.c:542 tools/gpg-connect-agent.c:384 +#: sm/import.c:543 tools/gpg-connect-agent.c:388 #, fuzzy, c-format msgid "error reading input: %s\n" msgstr "fejl ved lsning af '%s': %s\n" @@ -7169,13 +7174,13 @@ msgid "keybox `%s' created\n" msgstr "%s: mappe oprettet\n" # er det klogt at overstte TrustDB? -#: sm/keydb.c:1312 sm/keydb.c:1378 +#: sm/keydb.c:1312 sm/keydb.c:1380 #, fuzzy msgid "failed to get the fingerprint\n" msgstr "kunne ikke initialisere TillidsDB: %s\n" # er det klogt at overstte TrustDB? -#: sm/keydb.c:1319 sm/keydb.c:1385 +#: sm/keydb.c:1319 sm/keydb.c:1387 #, fuzzy msgid "failed to allocate keyDB handle\n" msgstr "kunne ikke initialisere TillidsDB: %s\n" @@ -7195,17 +7200,17 @@ msgstr "fejl ved oprettelse af kodestning: %s\n" msgid "error storing certificate: %s\n" msgstr "fejl ved oprettelse af kodestning: %s\n" -#: sm/keydb.c:1400 +#: sm/keydb.c:1408 #, c-format msgid "problem re-searching certificate: %s\n" msgstr "" -#: sm/keydb.c:1409 sm/keydb.c:1497 +#: sm/keydb.c:1417 sm/keydb.c:1509 #, fuzzy, c-format msgid "error getting stored flags: %s\n" msgstr "fejl ved oprettelse af kodestning: %s\n" -#: sm/keydb.c:1418 sm/keydb.c:1508 +#: sm/keydb.c:1429 sm/keydb.c:1520 #, fuzzy, c-format msgid "error storing flags: %s\n" msgstr "fejl ved lsning af '%s': %s\n" @@ -7278,104 +7283,108 @@ msgstr "God signatur fra \"" msgid " aka" msgstr " alias \"" -#: tools/gpg-connect-agent.c:60 tools/gpgconf.c:70 tools/symcryptrun.c:186 +#: tools/gpg-connect-agent.c:61 tools/gpgconf.c:70 tools/symcryptrun.c:167 #, fuzzy msgid "quiet" msgstr "afslut" -#: tools/gpg-connect-agent.c:61 +#: tools/gpg-connect-agent.c:62 msgid "print data out hex encoded" msgstr "" -#: tools/gpg-connect-agent.c:62 +#: tools/gpg-connect-agent.c:63 +msgid "decode received data lines" +msgstr "" + +#: tools/gpg-connect-agent.c:64 msgid "|NAME|connect to Assuan socket NAME" msgstr "" -#: tools/gpg-connect-agent.c:63 +#: tools/gpg-connect-agent.c:65 msgid "run the Assuan server given on the command line" msgstr "" -#: tools/gpg-connect-agent.c:65 +#: tools/gpg-connect-agent.c:67 msgid "do not use extended connect mode" msgstr "" -#: tools/gpg-connect-agent.c:126 +#: tools/gpg-connect-agent.c:129 #, fuzzy msgid "Usage: gpg-connect-agent [options] (-h for help)" msgstr "Brug: gpg [flag] [filer] (-h for hjlp)" -#: tools/gpg-connect-agent.c:129 +#: tools/gpg-connect-agent.c:132 msgid "" "Syntax: gpg-connect-agent [options]\n" "Connect to a running agent and send commands\n" msgstr "" -#: tools/gpg-connect-agent.c:324 +#: tools/gpg-connect-agent.c:328 #, c-format msgid "option \"%s\" requires a program and optional arguments\n" msgstr "" -#: tools/gpg-connect-agent.c:333 +#: tools/gpg-connect-agent.c:337 #, c-format msgid "option \"%s\" ignored due to \"%s\"\n" msgstr "" -#: tools/gpg-connect-agent.c:391 +#: tools/gpg-connect-agent.c:395 #, fuzzy msgid "line too long - skipped\n" msgstr "ngle %08lX: ikke en rfc2440 ngle - udeladt\n" -#: tools/gpg-connect-agent.c:395 +#: tools/gpg-connect-agent.c:399 msgid "line shortened due to embedded Nul character\n" msgstr "" -#: tools/gpg-connect-agent.c:457 +#: tools/gpg-connect-agent.c:471 #, fuzzy, c-format msgid "unknown command `%s'\n" msgstr "ukendt standard modtager '%s'\n" -#: tools/gpg-connect-agent.c:465 +#: tools/gpg-connect-agent.c:479 #, fuzzy, c-format msgid "sending line failed: %s\n" msgstr "signering fejlede: %s\n" -#: tools/gpg-connect-agent.c:473 +#: tools/gpg-connect-agent.c:487 #, fuzzy, c-format msgid "receiving line failed: %s\n" msgstr "fjernelse af beskyttelse fejlede: %s\n" -#: tools/gpg-connect-agent.c:746 +#: tools/gpg-connect-agent.c:797 #, fuzzy, c-format msgid "error sending %s command: %s\n" msgstr "fejl ved lsning af '%s': %s\n" -#: tools/gpg-connect-agent.c:755 +#: tools/gpg-connect-agent.c:806 #, fuzzy, c-format msgid "error sending standard options: %s\n" msgstr "fejl ved lsning af '%s': %s\n" #: tools/gpgconf-comp.c:445 tools/gpgconf-comp.c:525 tools/gpgconf-comp.c:592 -#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:720 +#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:723 msgid "Options controlling the diagnostic output" msgstr "" #: tools/gpgconf-comp.c:458 tools/gpgconf-comp.c:538 tools/gpgconf-comp.c:605 -#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:743 +#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:746 msgid "Options controlling the configuration" msgstr "" #: tools/gpgconf-comp.c:468 tools/gpgconf-comp.c:563 tools/gpgconf-comp.c:612 -#: tools/gpgconf-comp.c:671 tools/gpgconf-comp.c:750 +#: tools/gpgconf-comp.c:674 tools/gpgconf-comp.c:753 #, fuzzy msgid "Options useful for debugging" msgstr "sl fuld fejltjekning til" #: tools/gpgconf-comp.c:473 tools/gpgconf-comp.c:568 tools/gpgconf-comp.c:617 -#: tools/gpgconf-comp.c:676 tools/gpgconf-comp.c:758 +#: tools/gpgconf-comp.c:679 tools/gpgconf-comp.c:761 msgid "|FILE|write server mode logs to FILE" msgstr "" -#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:684 +#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:687 msgid "Options controlling the security" msgstr "" @@ -7403,31 +7412,36 @@ msgstr "" msgid "allow PKA lookups (DNS requests)" msgstr "" -#: tools/gpgconf-comp.c:689 +#: tools/gpgconf-comp.c:669 +#, fuzzy +msgid "|NAME|use encoding NAME for PKCS#12 passphrases" +msgstr "|NAME|brug cifrealgoritme NAME for pasfrase" + +#: tools/gpgconf-comp.c:692 msgid "do not check CRLs for root certificates" msgstr "" -#: tools/gpgconf-comp.c:733 +#: tools/gpgconf-comp.c:736 msgid "Options controlling the format of the output" msgstr "" -#: tools/gpgconf-comp.c:769 +#: tools/gpgconf-comp.c:772 msgid "Options controlling the interactivity and enforcement" msgstr "" -#: tools/gpgconf-comp.c:779 +#: tools/gpgconf-comp.c:782 msgid "Configuration for HTTP servers" msgstr "" -#: tools/gpgconf-comp.c:790 +#: tools/gpgconf-comp.c:793 msgid "use system's HTTP proxy setting" msgstr "" -#: tools/gpgconf-comp.c:795 +#: tools/gpgconf-comp.c:798 msgid "Configuration of LDAP servers to use" msgstr "" -#: tools/gpgconf-comp.c:832 +#: tools/gpgconf-comp.c:835 msgid "Configuration for OCSP" msgstr "" @@ -7491,7 +7505,7 @@ msgstr "skriver hemmeligt certifikat til '%s'\n" msgid "error allocating enough memory: %s\n" msgstr "fejl ved skrivning af nglering `%s': %s\n" -#: tools/symcryptrun.c:173 +#: tools/symcryptrun.c:154 #, fuzzy msgid "" "@\n" @@ -7501,160 +7515,160 @@ msgstr "" "@Kommandoer:\n" " " -#: tools/symcryptrun.c:175 +#: tools/symcryptrun.c:156 msgid "decryption modus" msgstr "" -#: tools/symcryptrun.c:176 +#: tools/symcryptrun.c:157 #, fuzzy msgid "encryption modus" msgstr "kryptr data" -#: tools/symcryptrun.c:180 +#: tools/symcryptrun.c:161 msgid "tool class (confucius)" msgstr "" -#: tools/symcryptrun.c:181 +#: tools/symcryptrun.c:162 #, fuzzy msgid "program filename" msgstr "--store [filnavn (som gemmes)]" -#: tools/symcryptrun.c:183 +#: tools/symcryptrun.c:164 msgid "secret key file (required)" msgstr "" -#: tools/symcryptrun.c:184 +#: tools/symcryptrun.c:165 msgid "input file name (default stdin)" msgstr "" -#: tools/symcryptrun.c:228 +#: tools/symcryptrun.c:209 #, fuzzy msgid "Usage: symcryptrun [options] (-h for help)" msgstr "Brug: gpg [flag] [filer] (-h for hjlp)" -#: tools/symcryptrun.c:231 +#: tools/symcryptrun.c:212 msgid "" "Syntax: symcryptrun --class CLASS --program PROGRAM --keyfile KEYFILE " "[options...] COMMAND [inputfile]\n" "Call a simple symmetric encryption tool\n" msgstr "" -#: tools/symcryptrun.c:313 +#: tools/symcryptrun.c:294 #, fuzzy, c-format msgid "%s on %s aborted with status %i\n" msgstr "%s ikke tilladt med %s!\n" -#: tools/symcryptrun.c:320 +#: tools/symcryptrun.c:301 #, fuzzy, c-format msgid "%s on %s failed with status %i\n" msgstr "kan ikke bne %s: %s\n" -#: tools/symcryptrun.c:346 +#: tools/symcryptrun.c:327 #, fuzzy, c-format msgid "can't create temporary directory `%s': %s\n" msgstr "%s: kan ikke oprette mappe: %s\n" -#: tools/symcryptrun.c:386 tools/symcryptrun.c:403 +#: tools/symcryptrun.c:367 tools/symcryptrun.c:384 #, fuzzy, c-format msgid "could not open %s for writing: %s\n" msgstr "kan ikke bne %s: %s\n" -#: tools/symcryptrun.c:414 +#: tools/symcryptrun.c:395 #, fuzzy, c-format msgid "error writing to %s: %s\n" msgstr "fejl ved skrivning af nglering `%s': %s\n" -#: tools/symcryptrun.c:421 +#: tools/symcryptrun.c:402 #, fuzzy, c-format msgid "error reading from %s: %s\n" msgstr "fejl ved lsning af '%s': %s\n" -#: tools/symcryptrun.c:428 tools/symcryptrun.c:435 +#: tools/symcryptrun.c:409 tools/symcryptrun.c:416 #, fuzzy, c-format msgid "error closing %s: %s\n" msgstr "fejl ved lsning af '%s': %s\n" -#: tools/symcryptrun.c:545 +#: tools/symcryptrun.c:526 msgid "no --program option provided\n" msgstr "" -#: tools/symcryptrun.c:551 +#: tools/symcryptrun.c:532 msgid "only --decrypt and --encrypt are supported\n" msgstr "" -#: tools/symcryptrun.c:557 +#: tools/symcryptrun.c:538 msgid "no --keyfile option provided\n" msgstr "" -#: tools/symcryptrun.c:568 +#: tools/symcryptrun.c:549 msgid "cannot allocate args vector\n" msgstr "" -#: tools/symcryptrun.c:586 +#: tools/symcryptrun.c:567 #, fuzzy, c-format msgid "could not create pipe: %s\n" msgstr "kan ikke oprette %s: %s\n" -#: tools/symcryptrun.c:593 +#: tools/symcryptrun.c:574 #, fuzzy, c-format msgid "could not create pty: %s\n" msgstr "kan ikke oprette %s: %s\n" -#: tools/symcryptrun.c:609 +#: tools/symcryptrun.c:590 #, c-format msgid "could not fork: %s\n" msgstr "" -#: tools/symcryptrun.c:637 +#: tools/symcryptrun.c:618 #, fuzzy, c-format msgid "execv failed: %s\n" msgstr "pkldning af beskyttelse fejlede: %s\n" -#: tools/symcryptrun.c:666 +#: tools/symcryptrun.c:647 #, fuzzy, c-format msgid "select failed: %s\n" msgstr "fjernelse af beskyttelse fejlede: %s\n" -#: tools/symcryptrun.c:683 +#: tools/symcryptrun.c:664 #, fuzzy, c-format msgid "read failed: %s\n" msgstr "pkldning af beskyttelse fejlede: %s\n" -#: tools/symcryptrun.c:735 +#: tools/symcryptrun.c:716 #, fuzzy, c-format msgid "pty read failed: %s\n" msgstr "pkldning af beskyttelse fejlede: %s\n" -#: tools/symcryptrun.c:787 +#: tools/symcryptrun.c:768 #, fuzzy, c-format msgid "waitpid failed: %s\n" msgstr "signering fejlede: %s\n" -#: tools/symcryptrun.c:801 +#: tools/symcryptrun.c:782 #, c-format msgid "child aborted with status %i\n" msgstr "" -#: tools/symcryptrun.c:856 +#: tools/symcryptrun.c:837 #, fuzzy, c-format msgid "cannot allocate infile string: %s\n" msgstr "kan ikke oprette %s: %s\n" -#: tools/symcryptrun.c:869 +#: tools/symcryptrun.c:850 #, fuzzy, c-format msgid "cannot allocate outfile string: %s\n" msgstr "kan ikke oprette %s: %s\n" -#: tools/symcryptrun.c:1044 +#: tools/symcryptrun.c:1025 #, c-format msgid "either %s or %s must be given\n" msgstr "" -#: tools/symcryptrun.c:1064 +#: tools/symcryptrun.c:1045 msgid "no class provided\n" msgstr "" -#: tools/symcryptrun.c:1071 +#: tools/symcryptrun.c:1052 #, fuzzy, c-format msgid "class %s is not supported\n" msgstr "valgte cifferalgoritme %d er ugyldig\n" @@ -8266,9 +8280,6 @@ msgstr "valgte cifferalgoritme %d er ugyldig\n" #~ msgid "|NAME|use message digest algorithm NAME for passphrases" #~ msgstr "|NAME|brug meddelelses resumalgoritme NAME for pasfrase" -#~ msgid "|NAME|use cipher algorithm NAME for passphrases" -#~ msgstr "|NAME|brug cifrealgoritme NAME for pasfrase" - #~ msgid "key %08lX: not a rfc2440 key - skipped\n" #~ msgstr "ngle %08lX: ikke en rfc2440 ngle - udeladt\n" @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg-1.9.90\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2007-03-08 14:20+0100\n" +"POT-Creation-Date: 2007-05-07 20:39+0200\n" "PO-Revision-Date: 2007-03-08 14:30+0100\n" "Last-Translator: Walter Koch <koch@u32.de>\n" "Language-Team: German <de@li.org>\n" @@ -90,8 +90,8 @@ msgstr "'%s' kann nicht erzeugt werden: %s\n" #: g10/keyring.c:1534 g10/openfile.c:190 g10/openfile.c:345 #: g10/plaintext.c:504 g10/sign.c:814 g10/sign.c:1009 g10/sign.c:1125 #: g10/sign.c:1281 g10/tdbdump.c:141 g10/tdbdump.c:149 g10/tdbio.c:542 -#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1775 -#: sm/gpgsm.c:1812 sm/qualified.c:74 +#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1780 +#: sm/gpgsm.c:1817 sm/gpgsm.c:1855 sm/qualified.c:74 #, c-format msgid "can't open `%s': %s\n" msgstr "'%s' kann nicht geöffnet werden: %s\n" @@ -190,12 +190,12 @@ msgstr "Neue Passphrase eingeben" msgid "Please enter the passphrase to%0Ato protect your new key" msgstr "Bitte geben Sie die Passphrase ein%0Aum Ihren Schlüssel zu schützen" -#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1216 +#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1202 msgid "Please re-enter this passphrase" msgstr "Bitte geben Sie die Passphrase noch einmal ein:" -#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1222 -#: tools/symcryptrun.c:487 +#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1208 +#: tools/symcryptrun.c:468 msgid "does not match - try again" msgstr "Keine Übereinstimmung - bitte nochmal versuchen" @@ -203,7 +203,7 @@ msgstr "Keine Übereinstimmung - bitte nochmal versuchen" msgid "Please enter the new passphrase" msgstr "Bitte geben Sie die Passphrase ein:" -#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:109 +#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:111 #: scd/scdaemon.c:103 msgid "" "@Options:\n" @@ -221,13 +221,13 @@ msgid "run in daemon mode (background)" msgstr "Im Daemon Modus ausführen" #: agent/gpg-agent.c:117 g10/gpg.c:470 g10/gpgv.c:71 kbx/kbxutil.c:82 -#: scd/scdaemon.c:109 sm/gpgsm.c:335 tools/gpg-connect-agent.c:59 -#: tools/gpgconf.c:69 tools/symcryptrun.c:185 +#: scd/scdaemon.c:109 sm/gpgsm.c:338 tools/gpg-connect-agent.c:60 +#: tools/gpgconf.c:69 tools/symcryptrun.c:166 msgid "verbose" msgstr "Detaillierte Informationen" #: agent/gpg-agent.c:118 g10/gpgv.c:72 kbx/kbxutil.c:83 scd/scdaemon.c:110 -#: sm/gpgsm.c:336 +#: sm/gpgsm.c:339 msgid "be somewhat more quiet" msgstr "Etwas weniger Infos" @@ -239,7 +239,7 @@ msgstr "Ausgabe für /bin/sh" msgid "csh-style command output" msgstr "Ausgabe für /bin/csh" -#: agent/gpg-agent.c:121 tools/symcryptrun.c:188 +#: agent/gpg-agent.c:121 tools/symcryptrun.c:169 msgid "|FILE|read options from FILE" msgstr "|DATEI|Konfigurationsoptionen aus DATEI lesen" @@ -251,8 +251,8 @@ msgstr "Im Vordergrund laufen lassen" msgid "do not grab keyboard and mouse" msgstr "Tastatur und Maus nicht \"grabben\"" -#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:338 -#: tools/symcryptrun.c:187 +#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:341 +#: tools/symcryptrun.c:168 msgid "use a log file for the server" msgstr "Logausgaben in eine Datei umlenken" @@ -304,9 +304,9 @@ msgstr "Die ssh-agent-Emulation anschalten" msgid "|FILE|write environment settings also to FILE" msgstr "|DATEI|Schreibe die Umgebungsvariabeln auf DATEI" -#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:143 -#: scd/scdaemon.c:192 sm/gpgsm.c:517 tools/gpg-connect-agent.c:123 -#: tools/gpgconf.c:91 tools/symcryptrun.c:225 +#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:148 +#: scd/scdaemon.c:192 sm/gpgsm.c:521 tools/gpg-connect-agent.c:126 +#: tools/gpgconf.c:91 tools/symcryptrun.c:206 msgid "Please report bugs to <" msgstr "Fehlerberichte bitte an <" @@ -322,139 +322,126 @@ msgstr "" "Syntax: gpg-agent [Optionen] [Befehl [Argumente]]\n" "Verwaltung von geheimen Schlüsseln für GnuPG\n" -#: agent/gpg-agent.c:311 -#, c-format -msgid "out of core in secure memory while allocating %lu bytes" -msgstr "" -"Kein sicherer Speicher mehr vorhanden, als %lu Byte zugewiesen werden sollten" - -#: agent/gpg-agent.c:314 -#, c-format -msgid "out of core while allocating %lu bytes" -msgstr "Kein Speicher mehr vorhanden, als %lu Byte zugewiesen werden sollten" - -#: agent/gpg-agent.c:345 g10/gpg.c:931 scd/scdaemon.c:266 sm/gpgsm.c:646 +#: agent/gpg-agent.c:303 g10/gpg.c:931 scd/scdaemon.c:247 sm/gpgsm.c:650 #, c-format msgid "invalid debug-level `%s' given\n" msgstr "ungültige Debugebene `%s' angegeben\n" -#: agent/gpg-agent.c:521 agent/protect-tool.c:1073 g10/gpg.c:1835 -#: kbx/kbxutil.c:432 scd/scdaemon.c:358 sm/gpgsm.c:768 -#: tools/symcryptrun.c:1056 -#, c-format -msgid "libgcrypt is too old (need %s, have %s)\n" -msgstr "" -"Die Bibliothek \"libgcrypt\" is zu alt (benötigt wird %s, vorhanden ist %s)\n" +#: agent/gpg-agent.c:479 agent/protect-tool.c:1059 kbx/kbxutil.c:432 +#: scd/scdaemon.c:339 sm/gpgsm.c:771 sm/gpgsm.c:774 tools/symcryptrun.c:1037 +#, fuzzy, c-format +msgid "%s is too old (need %s, have %s)\n" +msgstr "Die Bibliothek Libksba is nicht aktuell (benötige %s, habe %s)\n" -#: agent/gpg-agent.c:615 g10/gpg.c:2035 scd/scdaemon.c:435 sm/gpgsm.c:865 +#: agent/gpg-agent.c:572 g10/gpg.c:2035 scd/scdaemon.c:415 sm/gpgsm.c:865 #, c-format msgid "NOTE: no default option file `%s'\n" msgstr "Hinweis: Keine voreingestellte Optionendatei '%s' vorhanden\n" -#: agent/gpg-agent.c:620 agent/gpg-agent.c:1179 g10/gpg.c:2039 -#: scd/scdaemon.c:440 sm/gpgsm.c:869 tools/symcryptrun.c:989 +#: agent/gpg-agent.c:577 agent/gpg-agent.c:1136 g10/gpg.c:2039 +#: scd/scdaemon.c:420 sm/gpgsm.c:869 tools/symcryptrun.c:970 #, c-format msgid "option file `%s': %s\n" msgstr "Optionendatei '%s': %s\n" -#: agent/gpg-agent.c:628 g10/gpg.c:2046 scd/scdaemon.c:448 sm/gpgsm.c:876 +#: agent/gpg-agent.c:585 g10/gpg.c:2046 scd/scdaemon.c:428 sm/gpgsm.c:876 #, c-format msgid "reading options from `%s'\n" msgstr "Optionen werden aus '%s' gelesen\n" -#: agent/gpg-agent.c:949 g10/plaintext.c:142 g10/plaintext.c:147 +#: agent/gpg-agent.c:906 g10/plaintext.c:142 g10/plaintext.c:147 #: g10/plaintext.c:164 #, c-format msgid "error creating `%s': %s\n" msgstr "Fehler beim Erstellen von `%s': %s\n" -#: agent/gpg-agent.c:1239 agent/gpg-agent.c:1342 agent/gpg-agent.c:1346 -#: agent/gpg-agent.c:1382 agent/gpg-agent.c:1386 g10/exec.c:174 -#: g10/openfile.c:418 scd/scdaemon.c:934 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:1299 agent/gpg-agent.c:1303 +#: agent/gpg-agent.c:1339 agent/gpg-agent.c:1343 g10/exec.c:174 +#: g10/openfile.c:418 scd/scdaemon.c:914 #, c-format msgid "can't create directory `%s': %s\n" msgstr "Verzeichnis `%s' kann nicht erzeugt werden: %s\n" -#: agent/gpg-agent.c:1253 scd/scdaemon.c:948 +#: agent/gpg-agent.c:1210 scd/scdaemon.c:928 msgid "name of socket too long\n" msgstr "Der Name des Sockets ist zu lang\n" -#: agent/gpg-agent.c:1279 scd/scdaemon.c:974 +#: agent/gpg-agent.c:1236 scd/scdaemon.c:954 #, c-format msgid "can't create socket: %s\n" msgstr "Socket kann nicht erzeugt werden: %s\n" -#: agent/gpg-agent.c:1308 scd/scdaemon.c:1003 +#: agent/gpg-agent.c:1265 scd/scdaemon.c:983 #, 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:1316 scd/scdaemon.c:1011 +#: agent/gpg-agent.c:1273 scd/scdaemon.c:991 #, c-format msgid "listen() failed: %s\n" msgstr "Der listen()-Aufruf ist fehlgeschlagen: %s\n" -#: agent/gpg-agent.c:1322 scd/scdaemon.c:1017 +#: agent/gpg-agent.c:1279 scd/scdaemon.c:997 #, c-format msgid "listening on socket `%s'\n" msgstr "Es wird auf Socket `%s' gehört\n" -#: agent/gpg-agent.c:1350 agent/gpg-agent.c:1392 g10/openfile.c:421 +#: agent/gpg-agent.c:1307 agent/gpg-agent.c:1349 g10/openfile.c:421 #, c-format msgid "directory `%s' created\n" msgstr "Verzeichnis `%s' erzeugt\n" -#: agent/gpg-agent.c:1398 +#: agent/gpg-agent.c:1355 #, c-format msgid "stat() failed for `%s': %s\n" msgstr "stat()-Aufruf für `%s' fehlgeschlagen: %s\n" -#: agent/gpg-agent.c:1402 +#: agent/gpg-agent.c:1359 #, 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:1504 +#: agent/gpg-agent.c:1461 #, 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:1509 +#: agent/gpg-agent.c:1466 #, 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:1526 +#: agent/gpg-agent.c:1483 #, 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:1531 +#: agent/gpg-agent.c:1488 #, 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:1627 scd/scdaemon.c:1136 +#: agent/gpg-agent.c:1584 scd/scdaemon.c:1116 #, c-format msgid "pth_select failed: %s - waiting 1s\n" msgstr "pth_select()-Aufruf fehlgeschlagen: %s - warte 1s\n" -#: agent/gpg-agent.c:1733 scd/scdaemon.c:1203 +#: agent/gpg-agent.c:1690 scd/scdaemon.c:1183 #, c-format msgid "%s %s stopped\n" msgstr "%s %s angehalten\n" -#: agent/gpg-agent.c:1754 +#: agent/gpg-agent.c:1711 msgid "no gpg-agent running in this session\n" msgstr "Der gpg-agent läuft nicht für diese Session\n" -#: agent/gpg-agent.c:1764 common/simple-pwquery.c:324 g10/call-agent.c:137 -#: sm/call-agent.c:144 tools/gpg-connect-agent.c:713 +#: agent/gpg-agent.c:1721 common/simple-pwquery.c:324 g10/call-agent.c:137 +#: sm/call-agent.c:144 tools/gpg-connect-agent.c:764 msgid "malformed GPG_AGENT_INFO environment variable\n" msgstr "fehlerhaft aufgebaute GPG_AGENT_INFO - Umgebungsvariable\n" -#: agent/gpg-agent.c:1776 common/simple-pwquery.c:336 g10/call-agent.c:149 -#: sm/call-agent.c:156 tools/gpg-connect-agent.c:724 +#: agent/gpg-agent.c:1733 common/simple-pwquery.c:336 g10/call-agent.c:149 +#: sm/call-agent.c:156 tools/gpg-connect-agent.c:775 #, c-format msgid "gpg-agent protocol version %d is not supported\n" msgstr "GPG-Agent-Protokoll-Version %d wird nicht unterstützt\n" @@ -471,11 +458,11 @@ msgstr "" "Syntax: gpg-preset-passphrase [Optionen] KEYGRIP\n" "Kennwortpuffer-Pflege\n" -#: agent/protect-tool.c:146 +#: agent/protect-tool.c:151 msgid "Usage: gpg-protect-tool [options] (-h for help)\n" msgstr "Aufruf: gpg-protect-tool [Optionen] (-h für Hilfe)\n" -#: agent/protect-tool.c:148 +#: agent/protect-tool.c:153 msgid "" "Syntax: gpg-protect-tool [options] [args]\n" "Secret key maintenance tool\n" @@ -483,16 +470,16 @@ msgstr "" "Syntax: gpg-protect-tool [Optionen] [Argumente]\n" "Werkzeug zum Bearbeiten von geheimen Schlüsseln\n" -#: agent/protect-tool.c:1207 +#: agent/protect-tool.c:1193 msgid "Please enter the passphrase to unprotect the PKCS#12 object." msgstr "Bitte geben Sie die Passphrase zum Entsperren des PKCS#12 Objekts ein" -#: agent/protect-tool.c:1210 +#: agent/protect-tool.c:1196 msgid "Please enter the passphrase to protect the new PKCS#12 object." msgstr "" "Bitte geben Sie die Passphrase zum Schützen des neuen PKCS#12 Objekts ein" -#: agent/protect-tool.c:1213 +#: agent/protect-tool.c:1199 msgid "" "Please enter the passphrase to protect the imported object within the GnuPG " "system." @@ -500,7 +487,7 @@ msgstr "" "Bitte geben Sie die Passphrase ein, um das importierte Objekt im GnuPG " "System zu schützen." -#: agent/protect-tool.c:1218 +#: agent/protect-tool.c:1204 msgid "" "Please enter the passphrase or the PIN\n" "needed to complete this operation." @@ -508,16 +495,16 @@ msgstr "" "Die Eingabe der Passphrase bzw. der PIN\n" "wird benötigt um diese Aktion auszuführen." -#: agent/protect-tool.c:1223 tools/symcryptrun.c:488 +#: agent/protect-tool.c:1209 tools/symcryptrun.c:469 msgid "Passphrase:" msgstr "Passphrase:" -#: agent/protect-tool.c:1236 tools/symcryptrun.c:501 +#: agent/protect-tool.c:1222 tools/symcryptrun.c:482 #, c-format msgid "error while asking for the passphrase: %s\n" msgstr "Fehler bei der Abfrage der Passphrase: %s\n" -#: agent/protect-tool.c:1239 tools/symcryptrun.c:505 +#: agent/protect-tool.c:1225 tools/symcryptrun.c:486 msgid "cancelled\n" msgstr "Vom Benutzer abgebrochen\n" @@ -559,7 +546,7 @@ msgstr "Ungültiger Schlüsselflag in `%s', Zeile %d\n" msgid "error reading `%s', line %d: %s\n" msgstr "Fehler beim Lesen von `%s', Zeile %d: %s\n" -#: agent/trustlist.c:355 agent/trustlist.c:394 +#: agent/trustlist.c:365 agent/trustlist.c:404 msgid "error reading list of trusted root certificates\n" msgstr "Fehler beim Lesen der Liste vertrauenswürdiger root-Zertifikate\n" @@ -572,7 +559,7 @@ msgstr "Fehler beim Lesen der Liste vertrauenswürdiger root-Zertifikate\n" #. second "%s" gets replaced by a hexdecimal #. fingerprint string whereas the first one receives #. the name as store in the certificate. -#: agent/trustlist.c:470 +#: agent/trustlist.c:480 #, c-format msgid "" "Please verify that the certificate identified as:%%0A \"%s\"%%0Ahas the " @@ -584,7 +571,7 @@ msgstr "" #. TRANSLATORS: "Correct" is the label of a button and intended to #. be hit if the fingerprint matches the one of the CA. The other #. button is "the default "Cancel" of the Pinentry. -#: agent/trustlist.c:479 +#: agent/trustlist.c:489 msgid "Correct" msgstr "Korrekt" @@ -596,7 +583,7 @@ msgstr "Korrekt" #. plain % sign, you need to encode it as "%%25". The #. "%s" gets replaced by the name as store in the #. certificate. -#: agent/trustlist.c:499 +#: agent/trustlist.c:509 #, c-format msgid "" "Do you ultimately trust%%0A \"%s\"%%0Ato correctly certify user " @@ -605,11 +592,11 @@ msgstr "" "Wenn Sie vollständiges Vertrauen haben, daß%%0A \"%s\"%%" "0ABenutzerzertifikate verläßlich zertifiziert, so antworten Sie mit \"Ja\"" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 msgid "Yes" msgstr "Ja" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 msgid "No" msgstr "Nein" @@ -653,12 +640,12 @@ msgstr "Feler bei Ausführung von `%s': wahrscheinlich nicht installiert\n" msgid "error running `%s': terminated\n" msgstr "Fehler bei Ausführung von `%s': beendet\n" -#: common/http.c:1623 +#: common/http.c:1621 #, c-format msgid "error creating socket: %s\n" msgstr "Fehler beim Erstellen des Sockets: %s\n" -#: common/http.c:1667 +#: common/http.c:1665 msgid "host not found" msgstr "Host nicht gefunden" @@ -747,6 +734,17 @@ msgstr "oO" msgid "cC" msgstr "cC" +#: common/miscellaneous.c:73 +#, c-format +msgid "out of core in secure memory while allocating %lu bytes" +msgstr "" +"Kein sicherer Speicher mehr vorhanden, als %lu Byte zugewiesen werden sollten" + +#: common/miscellaneous.c:76 +#, c-format +msgid "out of core while allocating %lu bytes" +msgstr "Kein Speicher mehr vorhanden, als %lu Byte zugewiesen werden sollten" + #: g10/armor.c:368 #, c-format msgid "armor: %s\n" @@ -1153,13 +1151,13 @@ msgstr "--output funktioniert nicht bei diesem Befehl\n" msgid "can't open `%s'\n" msgstr "'%s' kann nicht geöffnet werden\n" -#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1714 +#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1721 #: g10/revoke.c:228 #, c-format msgid "key \"%s\" not found: %s\n" msgstr "Schlüssel \"%s\" nicht gefunden: %s\n" -#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1728 +#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1735 #: g10/revoke.c:234 g10/revoke.c:479 #, c-format msgid "error reading keyblock: %s\n" @@ -1442,24 +1440,24 @@ msgid "Invalid key %s made valid by --allow-non-selfsigned-uid\n" msgstr "" "Ungültiger Schlüssel %s, gültig gemacht per --allow-non-selfsigned-uid\n" -#: g10/getkey.c:2390 g10/keyedit.c:3723 +#: g10/getkey.c:2393 g10/keyedit.c:3723 #, c-format msgid "no secret subkey for public subkey %s - ignoring\n" msgstr "" "Kein privater Unterschlüssel zum öffentlichen Unterschlüssel %s - ignoriert\n" -#: g10/getkey.c:2621 +#: g10/getkey.c:2624 #, c-format 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:2668 +#: g10/getkey.c:2671 #, c-format msgid "key %s: secret key without public key - skipped\n" msgstr "" "Schlüssel %s: geheimer Schlüssel ohne öffentlichen Schlüssel - übersprungen\n" -#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:241 tools/gpgconf.c:56 +#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:242 tools/gpgconf.c:56 msgid "" "@Commands:\n" " " @@ -1475,27 +1473,27 @@ msgstr "|[Datei]|Eine Unterschrift erzeugen" msgid "|[file]|make a clear text signature" msgstr "|[Datei]|Eine Klartextunterschrift erzeugen" -#: g10/gpg.c:373 sm/gpgsm.c:245 +#: g10/gpg.c:373 sm/gpgsm.c:246 msgid "make a detached signature" msgstr "Eine abgetrennte Unterschrift erzeugen" -#: g10/gpg.c:374 sm/gpgsm.c:246 +#: g10/gpg.c:374 sm/gpgsm.c:247 msgid "encrypt data" msgstr "Daten verschlüsseln" -#: g10/gpg.c:376 sm/gpgsm.c:247 +#: g10/gpg.c:376 sm/gpgsm.c:248 msgid "encryption only with symmetric cipher" msgstr "Daten symmetrisch verschlüsseln" -#: g10/gpg.c:378 sm/gpgsm.c:248 +#: g10/gpg.c:378 sm/gpgsm.c:249 msgid "decrypt data (default)" msgstr "Daten entschlüsseln (Voreinstellung)" -#: g10/gpg.c:380 sm/gpgsm.c:249 +#: g10/gpg.c:380 sm/gpgsm.c:250 msgid "verify a signature" msgstr "Signatur prüfen" -#: g10/gpg.c:382 sm/gpgsm.c:251 +#: g10/gpg.c:382 sm/gpgsm.c:252 msgid "list keys" msgstr "Liste der Schlüssel" @@ -1507,11 +1505,11 @@ msgstr "Liste der Schlüssel und ihrer Signaturen" msgid "list and check key signatures" msgstr "Signaturen der Schlüssel auflisten und prüfen" -#: g10/gpg.c:386 sm/gpgsm.c:255 +#: g10/gpg.c:386 sm/gpgsm.c:256 msgid "list keys and fingerprints" msgstr "Liste der Schlüssel und ihrer \"Fingerabdrücke\"" -#: g10/gpg.c:387 sm/gpgsm.c:253 +#: g10/gpg.c:387 sm/gpgsm.c:254 msgid "list secret keys" msgstr "Liste der geheimen Schlüssel" @@ -1547,11 +1545,11 @@ msgstr "Ein Schlüsselwiderruf-Zertifikat erzeugen" msgid "export keys" msgstr "Schlüssel exportieren" -#: g10/gpg.c:398 sm/gpgsm.c:258 +#: g10/gpg.c:398 sm/gpgsm.c:259 msgid "export keys to a key server" msgstr "Schlüssel zu einem Schlü.server exportieren" -#: g10/gpg.c:399 sm/gpgsm.c:259 +#: g10/gpg.c:399 sm/gpgsm.c:260 msgid "import keys from a key server" msgstr "Schlüssel von einem Schlü.server importieren" @@ -1587,12 +1585,12 @@ msgstr "Ändern der \"Trust\"-Datenbank" msgid "|algo [files]|print message digests" msgstr "|algo [Dateien]|Message-Digests für die Dateien ausgeben" -#: g10/gpg.c:431 sm/gpgsm.c:263 +#: g10/gpg.c:431 sm/gpgsm.c:264 msgid "run in server mode" msgstr "Im Server Modus ausführen" -#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:278 -#: tools/gpg-connect-agent.c:57 tools/gpgconf.c:66 tools/symcryptrun.c:178 +#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:279 +#: tools/gpg-connect-agent.c:58 tools/gpgconf.c:66 tools/symcryptrun.c:159 msgid "" "@\n" "Options:\n" @@ -1602,31 +1600,31 @@ msgstr "" "Optionen:\n" " " -#: g10/gpg.c:435 sm/gpgsm.c:280 +#: g10/gpg.c:435 sm/gpgsm.c:281 msgid "create ascii armored output" msgstr "Ausgabe mit ASCII-Hülle versehen" -#: g10/gpg.c:437 sm/gpgsm.c:290 +#: g10/gpg.c:437 sm/gpgsm.c:293 msgid "|NAME|encrypt for NAME" msgstr "|NAME|Verschlüsseln für NAME" -#: g10/gpg.c:448 sm/gpgsm.c:326 +#: g10/gpg.c:448 sm/gpgsm.c:329 msgid "use this user-id to sign or decrypt" msgstr "Mit dieser User-ID signieren" -#: g10/gpg.c:449 sm/gpgsm.c:329 +#: g10/gpg.c:449 sm/gpgsm.c:332 msgid "|N|set compress level N (0 disables)" msgstr "Kompressionsstufe auf N setzen (0=keine)" -#: g10/gpg.c:454 sm/gpgsm.c:331 +#: g10/gpg.c:454 sm/gpgsm.c:334 msgid "use canonical text mode" msgstr "Textmodus benutzen" -#: g10/gpg.c:468 sm/gpgsm.c:334 tools/gpgconf.c:68 +#: g10/gpg.c:468 sm/gpgsm.c:337 tools/gpgconf.c:68 msgid "use as output file" msgstr "Als Ausgabedatei benutzen" -#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:344 tools/gpgconf.c:71 +#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:347 tools/gpgconf.c:71 msgid "do not make any changes" msgstr "Keine wirklichen Änderungen durchführen" @@ -1642,7 +1640,7 @@ msgstr "OpenPGP-Verhalten strikt beachten" msgid "generate PGP 2.x compatible messages" msgstr "PGP 2.x-kompatibele Botschaften erzeugen" -#: g10/gpg.c:554 sm/gpgsm.c:392 +#: g10/gpg.c:554 sm/gpgsm.c:395 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -1651,7 +1649,7 @@ msgstr "" "(Auf der \"man\"-Seite ist eine vollständige Liste aller Befehle und " "Optionen)\n" -#: g10/gpg.c:557 sm/gpgsm.c:395 +#: g10/gpg.c:557 sm/gpgsm.c:398 msgid "" "@\n" "Examples:\n" @@ -1691,7 +1689,7 @@ msgstr "" "Signieren, prüfen, verschlüsseln, entschlüsseln.\n" "Die voreingestellte Operation ist abhängig von den Eingabedaten\n" -#: g10/gpg.c:782 sm/gpgsm.c:530 +#: g10/gpg.c:782 sm/gpgsm.c:534 msgid "" "\n" "Supported algorithms:\n" @@ -1719,7 +1717,7 @@ msgstr "Komprimierung: " msgid "usage: gpg [options] " msgstr "Aufruf: gpg [Optionen] " -#: g10/gpg.c:1060 sm/gpgsm.c:682 +#: g10/gpg.c:1060 sm/gpgsm.c:686 msgid "conflicting commands\n" msgstr "Widersprüchliche Befehle\n" @@ -1850,6 +1848,12 @@ msgstr "Anzeigen des Schlüsselbundes, in dem ein Schlüssel drin ist" msgid "show expiration dates during signature listings" msgstr "Das Ablaufdatum mit den Signaturen anlisten" +#: g10/gpg.c:1835 +#, c-format +msgid "libgcrypt is too old (need %s, have %s)\n" +msgstr "" +"Die Bibliothek \"libgcrypt\" is zu alt (benötigt wird %s, vorhanden ist %s)\n" + #: g10/gpg.c:1993 #, c-format msgid "NOTE: old default options file `%s' ignored\n" @@ -1987,7 +1991,7 @@ msgstr "%s:%d: ungültige \"auto-key-locate\"-Liste\n" msgid "invalid auto-key-locate list\n" msgstr "ungültige \"auto-key-locate\"-Liste\n" -#: g10/gpg.c:2893 sm/gpgsm.c:1232 +#: g10/gpg.c:2893 sm/gpgsm.c:1236 msgid "WARNING: program may create a core file!\n" msgstr "WARNUNG: Programm könnte eine core-dump-Datei schreiben!\n" @@ -2035,11 +2039,11 @@ msgstr "" "Verschlüssen einer Botschaft benötigt im --pgp2-Modus die IDEA-" "Verschlüsselung\n" -#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1288 +#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1292 msgid "selected cipher algorithm is invalid\n" msgstr "Das ausgewählte Verschlüsselungsverfahren ist ungültig\n" -#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1296 +#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1300 msgid "selected digest algorithm is invalid\n" msgstr "Das ausgewählte Hashverfahren ist ungültig\n" @@ -2275,7 +2279,7 @@ msgstr "Schlüssel aus diesem Schlüsselbund nehmen" msgid "make timestamp conflicts only a warning" msgstr "differierende Zeitangaben sind kein Fehler" -#: g10/gpgv.c:76 sm/gpgsm.c:367 +#: g10/gpgv.c:76 sm/gpgsm.c:370 msgid "|FD|write status info to this FD" msgstr "|FD|Statusinfo auf FD (Dateihandle) ausgeben" @@ -3830,7 +3834,7 @@ msgid "(sensitive)" msgstr "(empfindlich)" #: g10/keyedit.c:2743 g10/keyedit.c:2799 g10/keyedit.c:2860 g10/keyedit.c:2875 -#: g10/keylist.c:194 g10/keyserver.c:516 +#: g10/keylist.c:194 g10/keyserver.c:523 #, c-format msgid "created: %s" msgstr "erzeugt: %s" @@ -3847,7 +3851,7 @@ msgstr "verfallen: %s" #: g10/keyedit.c:2750 g10/keyedit.c:2801 g10/keyedit.c:2862 g10/keyedit.c:2877 #: g10/keylist.c:196 g10/keylist.c:748 g10/keylist.c:783 g10/keylist.c:877 -#: g10/keylist.c:898 g10/keyserver.c:522 g10/mainproc.c:985 +#: g10/keylist.c:898 g10/keyserver.c:529 g10/mainproc.c:985 #, c-format msgid "expires: %s" msgstr "verfällt: %s" @@ -3883,12 +3887,12 @@ msgstr "" "Bitte beachten Sie, daß ohne einen Programmneustart die angezeigte\n" "Schlüsselgültigkeit nicht notwendigerweise korrekt ist.\n" -#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:526 +#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:533 #: g10/mainproc.c:1831 g10/trustdb.c:1179 g10/trustdb.c:1699 msgid "revoked" msgstr "widerrufen" -#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:530 +#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:537 #: g10/mainproc.c:1833 g10/trustdb.c:532 g10/trustdb.c:1701 msgid "expired" msgstr "verfallen" @@ -4755,184 +4759,184 @@ msgstr "%lu Schlüssel gepuffert (%lu Beglaubigungen)\n" msgid "%s: keyring created\n" msgstr "%s: Schlüsselbund erstellt\n" -#: g10/keyserver.c:66 +#: g10/keyserver.c:73 msgid "include revoked keys in search results" msgstr "Widerrufene Schlüssel in den Suchergebnissen aufführen" -#: g10/keyserver.c:67 +#: g10/keyserver.c:74 msgid "include subkeys when searching by key ID" msgstr "Unterschlüssel in der Suche über Schlüssel-IDs aufführen" -#: g10/keyserver.c:69 +#: g10/keyserver.c:76 msgid "use temporary files to pass data to keyserver helpers" msgstr "" "verwende temporäre Dateien, um Daten an die Schlüsselserverhilfsprogramme zu " "geben" -#: g10/keyserver.c:71 +#: g10/keyserver.c:78 msgid "do not delete temporary files after using them" msgstr "Temporäre Dateien nach Nutzung nicht löschen" -#: g10/keyserver.c:75 +#: g10/keyserver.c:82 msgid "automatically retrieve keys when verifying signatures" msgstr "Schlüssel für die Unterschriftenprüfung automatisch holen" -#: g10/keyserver.c:77 +#: g10/keyserver.c:84 msgid "honor the preferred keyserver URL set on the key" msgstr "" "Die im Schlüssel enthaltene bevorzugte URL für Schlüsselserver beachten" -#: g10/keyserver.c:79 +#: g10/keyserver.c:86 msgid "honor the PKA record set on a key when retrieving keys" msgstr "Die im Schlüssel enthaltenen PKA-Daten beim Schlüsselholen beachten" -#: g10/keyserver.c:145 +#: g10/keyserver.c:152 #, c-format msgid "WARNING: keyserver option `%s' is not used on this platform\n" msgstr "" "WARNUNG: Schlüsselserver-Option `%s' wird auf dieser Plattform nicht " "verwendet\n" -#: g10/keyserver.c:528 +#: g10/keyserver.c:535 msgid "disabled" msgstr "abgeschaltet" -#: g10/keyserver.c:729 +#: g10/keyserver.c:736 msgid "Enter number(s), N)ext, or Q)uit > " msgstr "Eingabe von Nummern, Nächste (N) oder Abbrechen (Q) > " -#: g10/keyserver.c:813 g10/keyserver.c:1435 +#: g10/keyserver.c:820 g10/keyserver.c:1442 #, c-format msgid "invalid keyserver protocol (us %d!=handler %d)\n" msgstr "Ungültiges Schlüsselserverprotokoll (wir %d!=Handhabungsroutine %d)\n" -#: g10/keyserver.c:911 +#: g10/keyserver.c:918 #, 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:913 +#: g10/keyserver.c:920 msgid "key not found on keyserver\n" msgstr "Schlüssel wurde auf dem Schlüsselserver nicht gefunden\n" -#: g10/keyserver.c:1154 +#: g10/keyserver.c:1161 #, 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:1158 +#: g10/keyserver.c:1165 #, c-format msgid "requesting key %s from %s\n" msgstr "fordere Schlüssel %s von %s an\n" -#: g10/keyserver.c:1182 +#: g10/keyserver.c:1189 #, c-format msgid "searching for names from %s server %s\n" msgstr "suche Namen auf %s-Server %s\n" -#: g10/keyserver.c:1185 +#: g10/keyserver.c:1192 #, c-format msgid "searching for names from %s\n" msgstr "suche Namen auf %s\n" -#: g10/keyserver.c:1338 +#: g10/keyserver.c:1345 #, c-format msgid "sending key %s to %s server %s\n" msgstr "sende Schlüssel %s auf den %s-Server %s\n" -#: g10/keyserver.c:1342 +#: g10/keyserver.c:1349 #, c-format msgid "sending key %s to %s\n" msgstr "sende Schlüssel %s auf %s\n" -#: g10/keyserver.c:1385 +#: g10/keyserver.c:1392 #, c-format msgid "searching for \"%s\" from %s server %s\n" msgstr "suche nach \"%s\" auf %s-Server %s\n" -#: g10/keyserver.c:1388 +#: g10/keyserver.c:1395 #, c-format msgid "searching for \"%s\" from %s\n" msgstr "suche nach \"%s\" auf %s\n" -#: g10/keyserver.c:1395 g10/keyserver.c:1491 +#: g10/keyserver.c:1402 g10/keyserver.c:1498 msgid "no keyserver action!\n" msgstr "Kein Schlüsselserver-Vorgang\n" -#: g10/keyserver.c:1443 +#: g10/keyserver.c:1450 #, c-format msgid "WARNING: keyserver handler from a different version of GnuPG (%s)\n" msgstr "" "WARNUNG: Die Schlüsselserver-Handhabungsroutine stammt von einer anderen " "GnuPG-Version (%s)\n" -#: g10/keyserver.c:1452 +#: g10/keyserver.c:1459 msgid "keyserver did not send VERSION\n" msgstr "Schlüsselserver sendete VERSION nicht\n" -#: g10/keyserver.c:1514 g10/keyserver.c:2042 +#: g10/keyserver.c:1521 g10/keyserver.c:2049 msgid "no keyserver known (use option --keyserver)\n" msgstr "Kein Schlüsselserver bekannt (Option --keyserver verwenden)\n" -#: g10/keyserver.c:1520 +#: g10/keyserver.c:1527 msgid "external keyserver calls are not supported in this build\n" msgstr "" "Externe Schlüsselserveraufrufe werden in diesem \"Build\" nicht unterstützt\n" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1539 #, c-format msgid "no handler for keyserver scheme `%s'\n" msgstr "Keine Handhabungsroutine für Schlüsselserverschema `%s'\n" -#: g10/keyserver.c:1537 +#: g10/keyserver.c:1544 #, c-format msgid "action `%s' not supported with keyserver scheme `%s'\n" msgstr "Vorgang `%s' wird vom Schlüsselserverschema `%s' nicht unterstützt\n" -#: g10/keyserver.c:1545 +#: g10/keyserver.c:1552 #, c-format msgid "%s does not support handler version %d\n" msgstr "%s unterstützt Hilfsroutinenversion %d nicht\n" -#: g10/keyserver.c:1552 +#: g10/keyserver.c:1559 msgid "keyserver timed out\n" msgstr "Schlüsselserver-Zeitüberschreitung\n" -#: g10/keyserver.c:1557 +#: g10/keyserver.c:1564 msgid "keyserver internal error\n" msgstr "interner Fehler Schlüsselserver\n" -#: g10/keyserver.c:1566 +#: g10/keyserver.c:1573 #, c-format msgid "keyserver communications error: %s\n" msgstr "Schlüsselserver-Datenübertragunsfehler: %s\n" -#: g10/keyserver.c:1591 g10/keyserver.c:1625 +#: g10/keyserver.c:1598 g10/keyserver.c:1632 #, c-format msgid "\"%s\" not a key ID: skipping\n" msgstr "\"%s\" ist keine Schlüssel-ID: überspringe\n" -#: g10/keyserver.c:1884 +#: g10/keyserver.c:1891 #, 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:1906 +#: g10/keyserver.c:1913 #, c-format msgid "refreshing 1 key from %s\n" msgstr "ein Schlüssel wird per %s aktualisiert\n" -#: g10/keyserver.c:1908 +#: g10/keyserver.c:1915 #, c-format msgid "refreshing %d keys from %s\n" msgstr "%d Schlüssel werden per %s aktualisiert\n" -#: g10/keyserver.c:1964 +#: g10/keyserver.c:1971 #, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "WARNUNG: die URI %s kann nicht geholt werden: %s\n" -#: g10/keyserver.c:1970 +#: g10/keyserver.c:1977 #, c-format msgid "WARNING: unable to parse URI %s\n" msgstr "WARNUNG: die URI %s kann nicht analysiert werden\n" @@ -5282,18 +5286,18 @@ msgid "WARNING: options in `%s' are not yet active during this run\n" msgstr "" "WARNUNG: Optionen in `%s' sind während dieses Laufes noch nicht wirksam\n" -#: g10/parse-packet.c:192 +#: g10/parse-packet.c:193 #, c-format msgid "can't handle public key algorithm %d\n" msgstr "dieses Public-Key Verfahren %d kann nicht benutzt werden\n" -#: g10/parse-packet.c:762 +#: g10/parse-packet.c:798 msgid "WARNING: potentially insecure symmetrically encrypted session key\n" msgstr "" "WARNUNG: Möglicherweise unsicherer symmetrisch verschlüsselter " "Sitzungsschlüssel\n" -#: g10/parse-packet.c:1213 +#: g10/parse-packet.c:1249 #, c-format msgid "subpacket of type %d has critical bit set\n" msgstr "Im Unterpaket des Typs %d ist das \"critical bit\" gesetzt\n" @@ -5914,7 +5918,7 @@ msgstr "" "Trotz %d-fachen Versuch konnte die Erzeugung eines unsicheren Schlüssels für " "sym.Verschlüsselung nicht vermieden werden!\n" -#: g10/seskey.c:229 +#: g10/seskey.c:229 sm/certcheck.c:91 msgid "DSA requires the hash length to be a multiple of 8 bits\n" msgstr "Für DSA muß die Hashlänge ein Vielfaches von 8 Bit sein\n" @@ -6504,7 +6508,7 @@ msgstr "Umwandlung von `%s' in `%s' ist nicht verfügbar\n" msgid "iconv_open failed: %s\n" msgstr "iconv_open fehlgeschlagen: %s\n" -#: jnlib/utf8conv.c:331 jnlib/utf8conv.c:597 +#: jnlib/utf8conv.c:338 jnlib/utf8conv.c:604 #, c-format msgid "conversion from `%s' to `%s' failed: %s\n" msgstr "Umwandlung von `%s' in `%s' schlug fehl: %s\n" @@ -6728,7 +6732,7 @@ msgstr "Kann auf %s nicht zugreifen - ungültige OpenPGP-Karte?\n" msgid "run in multi server mode (foreground)" msgstr "Im Multiserver Modus ausführen" -#: scd/scdaemon.c:113 sm/gpgsm.c:356 +#: scd/scdaemon.c:113 sm/gpgsm.c:359 msgid "read options from file" msgstr "Konfigurationsoptionen aus Datei lesen" @@ -6768,23 +6772,23 @@ msgstr "" "Synatx: scdaemon [Optionen] [Befehl [Argumente]]\n" "Smartcard Daemon für GnuPG\n" -#: scd/scdaemon.c:684 +#: scd/scdaemon.c:664 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:1032 +#: scd/scdaemon.c:1012 #, c-format msgid "handler for fd %d started\n" msgstr "Handhabungsroutine für fd %d gestartet\n" -#: scd/scdaemon.c:1037 +#: scd/scdaemon.c:1017 #, c-format msgid "handler for fd %d terminated\n" msgstr "Handhabungsroutine für den fd %d beendet\n" -#: sm/base64.c:323 +#: sm/base64.c:327 #, c-format msgid "invalid radix64 character %02x skipped\n" msgstr "Ungültiges Basis-64 Zeichen %02X wurde übersprungen\n" @@ -6809,173 +6813,179 @@ msgstr "" "Verbindung zum Dirmngr kann nicht aufgebaut werden - Ersatzmethode wird " "versucht\n" -#: sm/certchain.c:165 +#: sm/certchain.c:176 #, c-format msgid "critical certificate extension %s is not supported" msgstr "Die kritische Zertifikaterweiterung %s wird nicht unterstützt" -#: sm/certchain.c:203 +#: sm/certchain.c:214 msgid "issuer certificate is not marked as a CA" msgstr "Das Herausgeberzertifikat ist nicht für eine CA gekennzeichnet" -#: sm/certchain.c:242 +#: sm/certchain.c:253 msgid "critical marked policy without configured policies" msgstr "entscheidende Richtlinie ohne konfigurierte Richtlinien" -#: sm/certchain.c:252 +#: sm/certchain.c:263 #, c-format msgid "failed to open `%s': %s\n" msgstr "Datei `%s' kann nicht geöffnet werden: %s\n" -#: sm/certchain.c:259 sm/certchain.c:288 +#: sm/certchain.c:270 sm/certchain.c:299 msgid "note: non-critical certificate policy not allowed" msgstr "Notiz: Die unkritische Zertifikatrichtlinie ist nicht erlaubt" -#: sm/certchain.c:263 sm/certchain.c:292 +#: sm/certchain.c:274 sm/certchain.c:303 msgid "certificate policy not allowed" msgstr "Die Zertifikatrichtlinie ist nicht erlaubt" -#: sm/certchain.c:403 +#: sm/certchain.c:414 msgid "looking up issuer at external location\n" msgstr "Der Herausgeber wird von einer externen Stelle gesucht\n" -#: sm/certchain.c:423 +#: sm/certchain.c:434 #, c-format msgid "number of issuers matching: %d\n" msgstr "Anzahl der übereinstimmenden Heruasgeber: %d\n" -#: sm/certchain.c:576 sm/certchain.c:740 sm/certchain.c:1266 sm/decrypt.c:261 +#: sm/certchain.c:587 sm/certchain.c:753 sm/certchain.c:1334 sm/decrypt.c:261 #: sm/encrypt.c:343 sm/sign.c:328 sm/verify.c:107 msgid "failed to allocated keyDB handle\n" msgstr "Ein keyDB Handle konnte nicht bereitgestellt werden\n" -#: sm/certchain.c:667 +#: sm/certchain.c:678 msgid "certificate has been revoked" msgstr "Das Zertifikat wurde widerrufen" -#: sm/certchain.c:676 +#: sm/certchain.c:687 msgid "no CRL found for certificate" msgstr "Keine CRL für das Zertifikat gefunden" -#: sm/certchain.c:680 +#: sm/certchain.c:691 msgid "the available CRL is too old" msgstr "Die vorhandene CRL ist zu alt" -#: sm/certchain.c:682 +#: sm/certchain.c:693 msgid "please make sure that the \"dirmngr\" is properly installed\n" msgstr "" "Bitte vergewissern Sie sich das der \"dirmngr\" richtig installierrt ist\n" -#: sm/certchain.c:687 +#: sm/certchain.c:698 #, c-format msgid "checking the CRL failed: %s" msgstr "Die CRL konnte nicht geprüft werden: %s" -#: sm/certchain.c:765 +#: sm/certchain.c:794 msgid "no issuer found in certificate" msgstr "Im Zertifikat ist kein Herausgeber enthalten" -#: sm/certchain.c:792 +#: sm/certchain.c:823 #, c-format msgid "certificate with invalid validity: %s" msgstr "Zertifikat mit unzulässiger Gültigkeit: %s" -#: sm/certchain.c:808 +#: sm/certchain.c:839 msgid "certificate not yet valid" msgstr "Das Zertifikat ist noch nicht gültig" -#: sm/certchain.c:821 +#: sm/certchain.c:852 msgid "certificate has expired" msgstr "Das Zertifikat ist abgelaufen" -#: sm/certchain.c:864 +#: sm/certchain.c:895 msgid "self-signed certificate has a BAD signature" msgstr "Das eigenbeglaubigte Zertifikat hat eine FALSCHE Signatur" -#: sm/certchain.c:932 +#: sm/certchain.c:963 msgid "root certificate is not marked trusted" msgstr "Das Wurzelzertifikat ist nicht als vertrauenswürdig markiert" -#: sm/certchain.c:947 +#: sm/certchain.c:978 #, c-format msgid "fingerprint=%s\n" msgstr "Fingerprint=%s\n" -#: sm/certchain.c:955 +#: sm/certchain.c:986 msgid "root certificate has now been marked as trusted\n" msgstr "Das Wurzelzertifikat wurde nun als vertrauenswürdig markiert\n" -#: sm/certchain.c:970 +#: sm/certchain.c:1001 msgid "interactive marking as trusted not enabled in gpg-agent\n" msgstr "" "Interaktives vertrauenswürdig-Markieren ist in gpg-agent ausgeschaltet\n" -#: sm/certchain.c:976 +#: sm/certchain.c:1007 msgid "interactive marking as trusted disabled for this session\n" msgstr "" "Interaktives vertrauenswürdig-Markieren ist in dieser Sitzung ausgeschaltet\n" -#: sm/certchain.c:986 +#: sm/certchain.c:1017 #, c-format msgid "checking the trust list failed: %s\n" msgstr "Fehler beim Prüfen der vertrauenswürdigen Zertifikate: %s\n" -#: sm/certchain.c:1013 sm/import.c:158 +#: sm/certchain.c:1044 sm/import.c:159 msgid "certificate chain too long\n" msgstr "Der Zertifikatkette ist zu lang\n" -#: sm/certchain.c:1025 +#: sm/certchain.c:1056 msgid "issuer certificate not found" msgstr "Herausgeberzertifikat nicht gefunden" -#: sm/certchain.c:1058 +#: sm/certchain.c:1089 msgid "certificate has a BAD signature" msgstr "Das Zertifikat hat eine FALSCHE Signatur" -#: sm/certchain.c:1088 +#: sm/certchain.c:1119 msgid "found another possible matching CA certificate - trying again" msgstr "" "Eine anderes möglicherweise passendes CA-Zertifikat gefunden - versuche " "nochmal" -#: sm/certchain.c:1139 +#: sm/certchain.c:1170 #, c-format msgid "certificate chain longer than allowed by CA (%d)" msgstr "Die Zertifikatkette ist länger als von der CA erlaubt (%d)" -#: sm/certcheck.c:52 -msgid "DSA requires the use of a 160 bit hash algorithm\n" -msgstr "DSA benötigt einen 160-bit Hash Algorithmus\n" +#: sm/certcheck.c:103 +#, fuzzy, c-format +msgid "%s key uses an unsafe (%u bit) hash\n" +msgstr "DSA-Schlüssel %s verwendet einen unsicheren (%u Bit-) Hash\n" -#: sm/certcheck.c:177 sm/sign.c:482 sm/verify.c:189 +#: sm/certcheck.c:113 +#, c-format +msgid "a %u bit hash is not valid for a %u bit %s key\n" +msgstr "" + +#: sm/certcheck.c:250 sm/sign.c:482 sm/verify.c:189 msgid "(this is the MD2 algorithm)\n" msgstr "(Dies ist der MD2 Algorithmus)\n" -#: sm/certdump.c:68 sm/certdump.c:154 +#: sm/certdump.c:68 sm/certdump.c:151 msgid "none" msgstr "keine" -#: sm/certdump.c:163 +#: sm/certdump.c:162 msgid "[none]" msgstr "[keine]" -#: sm/certdump.c:536 sm/certdump.c:599 +#: sm/certdump.c:552 sm/certdump.c:597 sm/certdump.c:662 sm/certdump.c:715 msgid "[Error - invalid encoding]" msgstr "[Fehler - Ungültige Kodierung]" -#: sm/certdump.c:544 +#: sm/certdump.c:560 sm/certdump.c:605 msgid "[Error - out of core]" msgstr "[Fehler - Nich genügend Speicher]" -#: sm/certdump.c:579 +#: sm/certdump.c:642 sm/certdump.c:698 msgid "[Error - No name]" msgstr "[Fehler - Kein Name]" -#: sm/certdump.c:604 +#: sm/certdump.c:667 sm/certdump.c:721 msgid "[Error - invalid DN]" msgstr "[Fehler - Ungültiger DN]" -#: sm/certdump.c:818 +#: sm/certdump.c:930 #, c-format msgid "" "Please enter the passphrase to unlock the secret key for:\n" @@ -6993,7 +7003,7 @@ msgid "no key usage specified - assuming all usages\n" msgstr "" "Schlüsselverwendungszweck nicht vorhanden - für alle Zwecke akzeptiert\n" -#: sm/certlist.c:135 sm/keylist.c:255 +#: sm/certlist.c:135 sm/keylist.c:258 #, c-format msgid "error getting key usage information: %s\n" msgstr "Fehler beim Holen der Schlüsselbenutzungsinformationen: %s\n" @@ -7082,7 +7092,7 @@ msgstr "(dies is wahrscheinlich keine verschlüsselte Nachricht)\n" msgid "certificate `%s' not found: %s\n" msgstr "Zertifikat `%s' nicht gefunden: %s\n" -#: sm/delete.c:113 sm/keydb.c:1392 sm/keydb.c:1485 +#: sm/delete.c:113 sm/keydb.c:1397 sm/keydb.c:1497 #, c-format msgid "error locking keybox: %s\n" msgstr "Fehler beim Sperren der Keybox: %s\n" @@ -7106,183 +7116,183 @@ 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/export.c:562 sm/export.c:578 sm/import.c:525 sm/import.c:550 +#: sm/export.c:615 sm/export.c:631 sm/import.c:526 sm/import.c:551 #, c-format msgid "error creating temporary file: %s\n" msgstr "Fehler beim Erstellen einer temporären Datei: %s\n" -#: sm/export.c:569 sm/import.c:533 +#: sm/export.c:622 sm/import.c:534 #, c-format msgid "error writing to temporary file: %s\n" msgstr "Fehler beim Schreiben auf eine temporäre Datei: %s\n" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:244 msgid "|[FILE]|make a signature" msgstr "|[DATEI]|Erzeuge eine Signatur" -#: sm/gpgsm.c:244 +#: sm/gpgsm.c:245 msgid "|[FILE]|make a clear text signature" msgstr "|[DATEI]|Erzeuge eine Klartextsignatur" -#: sm/gpgsm.c:252 +#: sm/gpgsm.c:253 msgid "list external keys" msgstr "Externe Schlüssel anzeigen" -#: sm/gpgsm.c:254 +#: sm/gpgsm.c:255 msgid "list certificate chain" msgstr "Schlüssel mit Zertifikatekette anzeigen" -#: sm/gpgsm.c:257 +#: sm/gpgsm.c:258 msgid "remove key from the public keyring" msgstr "Schlüssel aus dem öffentlichen Schlüsselbund löschen" -#: sm/gpgsm.c:260 +#: sm/gpgsm.c:261 msgid "import certificates" msgstr "Zertifikate importieren" -#: sm/gpgsm.c:261 +#: sm/gpgsm.c:262 msgid "export certificates" msgstr "Zertifikate exportieren" -#: sm/gpgsm.c:262 +#: sm/gpgsm.c:263 msgid "register a smartcard" msgstr "Smartcard registrieren" -#: sm/gpgsm.c:264 +#: sm/gpgsm.c:265 msgid "pass a command to the dirmngr" msgstr "Das Kommand an den Dirmngr durchreichen" -#: sm/gpgsm.c:266 +#: sm/gpgsm.c:267 msgid "invoke gpg-protect-tool" msgstr "Rufe das gpg-protect-tool auf" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:268 msgid "change a passphrase" msgstr "Die Passphrase ändern" -#: sm/gpgsm.c:282 +#: sm/gpgsm.c:283 msgid "create base-64 encoded output" msgstr "Ausgabe im Basis-64 format erzeugen" -#: sm/gpgsm.c:284 +#: sm/gpgsm.c:287 msgid "assume input is in PEM format" msgstr "Eingabedaten sind im PEM Format" -#: sm/gpgsm.c:286 +#: sm/gpgsm.c:289 msgid "assume input is in base-64 format" msgstr "Eingabedaten sind im Basis-64 Format" -#: sm/gpgsm.c:288 +#: sm/gpgsm.c:291 msgid "assume input is in binary format" msgstr "Eingabedaten sind im Binärformat" -#: sm/gpgsm.c:293 +#: sm/gpgsm.c:296 msgid "use system's dirmngr if available" msgstr "Benutze den System Dirmngr when verfügbar" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "never consult a CRL" msgstr "Niemals eine CRL konsultieren" -#: sm/gpgsm.c:301 +#: sm/gpgsm.c:304 msgid "check validity using OCSP" msgstr "Die Gültigkeit mittels OCSP prüfen" -#: sm/gpgsm.c:304 +#: sm/gpgsm.c:307 msgid "|N|number of certificates to include" msgstr "|N|Sende N Zertifikate mit" -#: sm/gpgsm.c:307 +#: sm/gpgsm.c:310 msgid "|FILE|take policy information from FILE" msgstr "|DATEI|Richtlinieninformationen DATEI entnehmen" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "do not check certificate policies" msgstr "Zertikikatrichtlinien nicht überprüfen" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "fetch missing issuer certificates" msgstr "Fehlende Zertifikate automatisch holen" -#: sm/gpgsm.c:318 +#: sm/gpgsm.c:321 msgid "|NAME|use NAME as default recipient" msgstr "|NAME|NAME als voreingestellten Empfänger benutzen" -#: sm/gpgsm.c:320 +#: sm/gpgsm.c:323 msgid "use the default key as default recipient" msgstr "" "Den Standardschlüssel als voreingestellten\n" "Empfänger benutzen" -#: sm/gpgsm.c:337 +#: sm/gpgsm.c:340 msgid "don't use the terminal at all" msgstr "das Terminal gar nicht benutzen" -#: sm/gpgsm.c:341 +#: sm/gpgsm.c:344 msgid "force v3 signatures" msgstr "v3 Signaturen erzwingen" -#: sm/gpgsm.c:342 +#: sm/gpgsm.c:345 msgid "always use a MDC for encryption" msgstr "Beim Verschlüsseln ein Siegel (MDC) verwenden" -#: sm/gpgsm.c:347 +#: sm/gpgsm.c:350 msgid "batch mode: never ask" msgstr "Stapelmodus: Keine Abfragen" -#: sm/gpgsm.c:348 +#: sm/gpgsm.c:351 msgid "assume yes on most questions" msgstr "\"Ja\" als Standardantwort annehmen" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 msgid "assume no on most questions" msgstr "\"Nein\" als Standardantwort annehmen" -#: sm/gpgsm.c:351 +#: sm/gpgsm.c:354 msgid "add this keyring to the list of keyrings" msgstr "Als öffentlichen Schlüsselbund mitbenutzen" -#: sm/gpgsm.c:352 +#: sm/gpgsm.c:355 msgid "add this secret keyring to the list" msgstr "Als geheimen Schlüsselbund mitbenutzen" -#: sm/gpgsm.c:353 +#: sm/gpgsm.c:356 msgid "|NAME|use NAME as default secret key" msgstr "|NAME|NAME als voreingestellten Schlüssel benutzen" -#: sm/gpgsm.c:354 +#: sm/gpgsm.c:357 msgid "|HOST|use this keyserver to lookup keys" msgstr "|HOST|Schlüssel bei diesem Server nachschlagen" -#: sm/gpgsm.c:355 +#: sm/gpgsm.c:358 msgid "|NAME|set terminal charset to NAME" msgstr "|NAME|Terminalzeichensatz NAME benutzen" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "|NAME|Die Debugstufe auf NAME setzen" -#: sm/gpgsm.c:374 +#: sm/gpgsm.c:377 msgid "|FILE|load extension module FILE" msgstr "|DATEI|Erweiterungsmodul DATEI laden" -#: sm/gpgsm.c:380 +#: sm/gpgsm.c:383 msgid "|NAME|use cipher algorithm NAME" msgstr "|NAME|Verschl.verfahren NAME benutzen" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 msgid "|NAME|use message digest algorithm NAME" msgstr "|NAME|Hashverfahren NAME benutzen" -#: sm/gpgsm.c:384 +#: sm/gpgsm.c:387 msgid "|N|use compress algorithm N" msgstr "|N|Komprimierverfahren N benutzen" -#: sm/gpgsm.c:520 +#: sm/gpgsm.c:524 msgid "Usage: gpgsm [options] [files] (-h for help)" msgstr "Aufruf: gpgsm [Optionen] [Dateien] (-h für Hilfe)" -#: sm/gpgsm.c:523 +#: sm/gpgsm.c:527 msgid "" "Syntax: gpgsm [options] [files]\n" "sign, check, encrypt or decrypt using the S/MIME protocol\n" @@ -7291,43 +7301,38 @@ msgstr "" "Syntax: gpgsm [Optionen] [Dateien]\n" "Signieren, prüfen, ver- und entschlüsseln mittels S/MIME protocol\n" -#: sm/gpgsm.c:617 +#: sm/gpgsm.c:621 msgid "usage: gpgsm [options] " msgstr "Aufruf: gpgsm [Optionen] " -#: sm/gpgsm.c:698 +#: sm/gpgsm.c:702 #, c-format msgid "can't encrypt to `%s': %s\n" msgstr "Verschlüsseln für `%s' nicht möglich: %s\n" -#: sm/gpgsm.c:773 -#, c-format -msgid "libksba is too old (need %s, have %s)\n" -msgstr "Die Bibliothek Libksba is nicht aktuell (benötige %s, habe %s)\n" - -#: sm/gpgsm.c:1249 +#: sm/gpgsm.c:1253 msgid "WARNING: running with faked system time: " msgstr "WARNUNG: Ausführung mit gefälschter Systemzeit: " -#: sm/gpgsm.c:1328 +#: sm/gpgsm.c:1332 #, c-format msgid "importing common certificates `%s'\n" msgstr "Importiere allgemeine Zertifikate: %s\n" -#: sm/gpgsm.c:1346 +#: sm/gpgsm.c:1350 #, c-format msgid "can't sign using `%s': %s\n" msgstr "Signieren mit `%s' nicht möglich: %s\n" -#: sm/gpgsm.c:1536 +#: sm/gpgsm.c:1542 msgid "this command has not yet been implemented\n" msgstr "Dieser Befehl wurde noch nicht implementiert\n" -#: sm/gpgsm.c:1601 +#: sm/gpgsm.c:1606 msgid "key generation is not available from the commandline\n" msgstr "Die Schlüsselerzeugung ist über die Kommandozeile nicht möglich\n" -#: sm/gpgsm.c:1602 +#: sm/gpgsm.c:1607 #, c-format msgid "please use the script \"%s\" to generate a new key\n" msgstr "" @@ -7338,20 +7343,20 @@ msgstr "" msgid "total number processed: %lu\n" msgstr "gesamte verarbeitete Anzahl: %lu\n" -#: sm/import.c:227 +#: sm/import.c:228 msgid "error storing certificate\n" msgstr "Fehler beim speichern des Zertifikats\n" -#: sm/import.c:235 +#: sm/import.c:236 msgid "basic certificate checks failed - not imported\n" msgstr "Grundlegende Zertifikatprüfungen fehlgeschlagen - nicht importiert\n" -#: sm/import.c:421 sm/import.c:453 +#: sm/import.c:422 sm/import.c:454 #, c-format msgid "error importing certificate: %s\n" msgstr "Fehler beim Importieren des Zertifikats: %s\n" -#: sm/import.c:542 tools/gpg-connect-agent.c:384 +#: sm/import.c:543 tools/gpg-connect-agent.c:388 #, c-format msgid "error reading input: %s\n" msgstr "Fehler beim Lesen der Eingabe: %s\n" @@ -7370,11 +7375,11 @@ msgstr "Sie sollten zuerst den gpg-agent starten\n" msgid "keybox `%s' created\n" msgstr "Die \"Keybox\" `%s' wurde erstellt\n" -#: sm/keydb.c:1312 sm/keydb.c:1378 +#: sm/keydb.c:1312 sm/keydb.c:1380 msgid "failed to get the fingerprint\n" msgstr "Kann den Fingerprint nicht ermitteln\n" -#: sm/keydb.c:1319 sm/keydb.c:1385 +#: sm/keydb.c:1319 sm/keydb.c:1387 msgid "failed to allocate keyDB handle\n" msgstr "Kann keinen KeyDB Handler bereitstellen\n" @@ -7393,17 +7398,17 @@ msgstr "Fehler bei der Suche nach einer schreibbaren KeyDB: %s\n" msgid "error storing certificate: %s\n" msgstr "Fehler beim Speichern des Zertifikats: %s\n" -#: sm/keydb.c:1400 +#: sm/keydb.c:1408 #, c-format msgid "problem re-searching certificate: %s\n" msgstr "Problem bei Wiederfinden des Zertifikats: %s\n" -#: sm/keydb.c:1409 sm/keydb.c:1497 +#: sm/keydb.c:1417 sm/keydb.c:1509 #, c-format msgid "error getting stored flags: %s\n" msgstr "Fehler beim Holen der gespeicherten Flags: %s\n" -#: sm/keydb.c:1418 sm/keydb.c:1508 +#: sm/keydb.c:1429 sm/keydb.c:1520 #, c-format msgid "error storing flags: %s\n" msgstr "Fehler beim Speichern der Flags: %s\n" @@ -7487,31 +7492,35 @@ msgstr "Korrekte Signatur von" msgid " aka" msgstr " alias" -#: tools/gpg-connect-agent.c:60 tools/gpgconf.c:70 tools/symcryptrun.c:186 +#: tools/gpg-connect-agent.c:61 tools/gpgconf.c:70 tools/symcryptrun.c:167 msgid "quiet" msgstr "Weniger Ausgaben" -#: tools/gpg-connect-agent.c:61 +#: tools/gpg-connect-agent.c:62 msgid "print data out hex encoded" msgstr "Druckdaten hexkodiert ausgeben" -#: tools/gpg-connect-agent.c:62 +#: tools/gpg-connect-agent.c:63 +msgid "decode received data lines" +msgstr "" + +#: tools/gpg-connect-agent.c:64 msgid "|NAME|connect to Assuan socket NAME" msgstr "|NAME|Verbinde mit dem Assuan-Socket NAME" -#: tools/gpg-connect-agent.c:63 +#: tools/gpg-connect-agent.c:65 msgid "run the Assuan server given on the command line" msgstr "Starten des auf der Kommandozeile angegebenen Assuan-Server" -#: tools/gpg-connect-agent.c:65 +#: tools/gpg-connect-agent.c:67 msgid "do not use extended connect mode" msgstr "Den \"extended connect\"-Modus nicht nutzen" -#: tools/gpg-connect-agent.c:126 +#: tools/gpg-connect-agent.c:129 msgid "Usage: gpg-connect-agent [options] (-h for help)" msgstr "Aufruf: gpg-connect-agent [Optionen] (-h für Hilfe)" -#: tools/gpg-connect-agent.c:129 +#: tools/gpg-connect-agent.c:132 msgid "" "Syntax: gpg-connect-agent [options]\n" "Connect to a running agent and send commands\n" @@ -7519,70 +7528,70 @@ msgstr "" "Syntax: gpg-connect-agent [Optionen]\n" "Mit einem laufenden Agenten verbinden und Befehle senden\n" -#: tools/gpg-connect-agent.c:324 +#: tools/gpg-connect-agent.c:328 #, c-format msgid "option \"%s\" requires a program and optional arguments\n" msgstr "Option \"%s\" erfordert ein Programm und evtl. Argumente\n" -#: tools/gpg-connect-agent.c:333 +#: tools/gpg-connect-agent.c:337 #, c-format msgid "option \"%s\" ignored due to \"%s\"\n" msgstr "Optuin \"%s\" wird wegen \"%s\" nicht beachtet\n" -#: tools/gpg-connect-agent.c:391 +#: tools/gpg-connect-agent.c:395 msgid "line too long - skipped\n" msgstr "Zeile zu lang - übersprungen\n" -#: tools/gpg-connect-agent.c:395 +#: tools/gpg-connect-agent.c:399 msgid "line shortened due to embedded Nul character\n" msgstr "Zeile wegen enthaltenem Nul-Zeichen gekürzt\n" -#: tools/gpg-connect-agent.c:457 +#: tools/gpg-connect-agent.c:471 #, c-format msgid "unknown command `%s'\n" msgstr "unbekannter Befehl `%s'\n" -#: tools/gpg-connect-agent.c:465 +#: tools/gpg-connect-agent.c:479 #, c-format msgid "sending line failed: %s\n" msgstr "Senden der Zeile schlug fehl: %s\n" -#: tools/gpg-connect-agent.c:473 +#: tools/gpg-connect-agent.c:487 #, c-format msgid "receiving line failed: %s\n" msgstr "Empfangen der Zeile schlug fehl: %s\n" -#: tools/gpg-connect-agent.c:746 +#: tools/gpg-connect-agent.c:797 #, c-format msgid "error sending %s command: %s\n" msgstr "Fehler beim Senden des %s-Befehls: %s\n" -#: tools/gpg-connect-agent.c:755 +#: tools/gpg-connect-agent.c:806 #, c-format msgid "error sending standard options: %s\n" msgstr "Fehler beim Senden der Standardoptionen: %s\n" #: tools/gpgconf-comp.c:445 tools/gpgconf-comp.c:525 tools/gpgconf-comp.c:592 -#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:720 +#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:723 msgid "Options controlling the diagnostic output" msgstr "Optionen zur Einstellung Diagnoseausgaben" #: tools/gpgconf-comp.c:458 tools/gpgconf-comp.c:538 tools/gpgconf-comp.c:605 -#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:743 +#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:746 msgid "Options controlling the configuration" msgstr "Optionen zur Einstellung der Konfiguration" #: tools/gpgconf-comp.c:468 tools/gpgconf-comp.c:563 tools/gpgconf-comp.c:612 -#: tools/gpgconf-comp.c:671 tools/gpgconf-comp.c:750 +#: tools/gpgconf-comp.c:674 tools/gpgconf-comp.c:753 msgid "Options useful for debugging" msgstr "Nützliche Optionen zum Debuggen" #: tools/gpgconf-comp.c:473 tools/gpgconf-comp.c:568 tools/gpgconf-comp.c:617 -#: tools/gpgconf-comp.c:676 tools/gpgconf-comp.c:758 +#: tools/gpgconf-comp.c:679 tools/gpgconf-comp.c:761 msgid "|FILE|write server mode logs to FILE" msgstr "|DATEI|Schreibe im Servermodus Logs auf DATEI" -#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:684 +#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:687 msgid "Options controlling the security" msgstr "Optionen zur Einstellung der Sicherheit" @@ -7610,31 +7619,35 @@ msgstr "Konfiguration der Schlüsselserver" msgid "allow PKA lookups (DNS requests)" msgstr "Erlaube PKA Zugriffe (DNS Anfragen)" -#: tools/gpgconf-comp.c:689 +#: tools/gpgconf-comp.c:669 +msgid "|NAME|use encoding NAME for PKCS#12 passphrases" +msgstr "" + +#: tools/gpgconf-comp.c:692 msgid "do not check CRLs for root certificates" msgstr "CRL bei Wurzelzertifikaten nicht überprüfen" -#: tools/gpgconf-comp.c:733 +#: tools/gpgconf-comp.c:736 msgid "Options controlling the format of the output" msgstr "Optionen zum Einstellen der Ausgabeformate" -#: tools/gpgconf-comp.c:769 +#: tools/gpgconf-comp.c:772 msgid "Options controlling the interactivity and enforcement" msgstr "Optionen zur Einstellung der Interaktivität und Geltendmachung" -#: tools/gpgconf-comp.c:779 +#: tools/gpgconf-comp.c:782 msgid "Configuration for HTTP servers" msgstr "Konfiguration für HTTP Server" -#: tools/gpgconf-comp.c:790 +#: tools/gpgconf-comp.c:793 msgid "use system's HTTP proxy setting" msgstr "Einstellungen des System HTTP-Proxy benutzen" -#: tools/gpgconf-comp.c:795 +#: tools/gpgconf-comp.c:798 msgid "Configuration of LDAP servers to use" msgstr "Konfiguration der zu nutzenden LDAP-Server" -#: tools/gpgconf-comp.c:832 +#: tools/gpgconf-comp.c:835 msgid "Configuration for OCSP" msgstr "Konfiguration zu OCSP" @@ -7695,7 +7708,7 @@ msgstr "Argumente sind nicht erlaubt" msgid "error allocating enough memory: %s\n" msgstr "Fehler beim Zuteilen genügenden Speichers: %s\n" -#: tools/symcryptrun.c:173 +#: tools/symcryptrun.c:154 msgid "" "@\n" "Commands:\n" @@ -7705,35 +7718,35 @@ msgstr "" "@KBefehle:\n" " " -#: tools/symcryptrun.c:175 +#: tools/symcryptrun.c:156 msgid "decryption modus" msgstr "Entschlüsselungsmodus" -#: tools/symcryptrun.c:176 +#: tools/symcryptrun.c:157 msgid "encryption modus" msgstr "Verschlüsselungsmodus" -#: tools/symcryptrun.c:180 +#: tools/symcryptrun.c:161 msgid "tool class (confucius)" msgstr "Toolklasse (Konfuzius)" -#: tools/symcryptrun.c:181 +#: tools/symcryptrun.c:162 msgid "program filename" msgstr "Programmdateiname" -#: tools/symcryptrun.c:183 +#: tools/symcryptrun.c:164 msgid "secret key file (required)" msgstr "Dateiname des geheimen Schlüssels (erforderlich)" -#: tools/symcryptrun.c:184 +#: tools/symcryptrun.c:165 msgid "input file name (default stdin)" msgstr "Eingabedateiname (Standardeingabe ist voreingestellt)" -#: tools/symcryptrun.c:228 +#: tools/symcryptrun.c:209 msgid "Usage: symcryptrun [options] (-h for help)" msgstr "Aufruf: symcryptrun [Optionen] (-h für Hilfe)" -#: tools/symcryptrun.c:231 +#: tools/symcryptrun.c:212 msgid "" "Syntax: symcryptrun --class CLASS --program PROGRAM --keyfile KEYFILE " "[options...] COMMAND [inputfile]\n" @@ -7743,126 +7756,129 @@ msgstr "" "keyfileSCHLUESSELDATEI [Optionen...] KOMMANDO [Eingabedatei]\n" "Aufruf eines einfachen symmetrischen Verschlüsselungstool\n" -#: tools/symcryptrun.c:313 +#: tools/symcryptrun.c:294 #, c-format msgid "%s on %s aborted with status %i\n" msgstr "%s auf %s brach mit Status %i ab\n" -#: tools/symcryptrun.c:320 +#: tools/symcryptrun.c:301 #, c-format msgid "%s on %s failed with status %i\n" msgstr "%s auf %s schlug mit Status %i fehl\n" -#: tools/symcryptrun.c:346 +#: tools/symcryptrun.c:327 #, c-format msgid "can't create temporary directory `%s': %s\n" msgstr "Das temporäre Verzeichnis `%s' kann nicht erstellt werden: %s\n" -#: tools/symcryptrun.c:386 tools/symcryptrun.c:403 +#: tools/symcryptrun.c:367 tools/symcryptrun.c:384 #, c-format msgid "could not open %s for writing: %s\n" msgstr "%s kann nicht zum Schreiben geöffnet werden: %s\n" -#: tools/symcryptrun.c:414 +#: tools/symcryptrun.c:395 #, c-format msgid "error writing to %s: %s\n" msgstr "Fehler beim Schreiben von %s: %s\n" -#: tools/symcryptrun.c:421 +#: tools/symcryptrun.c:402 #, c-format msgid "error reading from %s: %s\n" msgstr "Fehler beim Lesen von %s: %s\n" -#: tools/symcryptrun.c:428 tools/symcryptrun.c:435 +#: tools/symcryptrun.c:409 tools/symcryptrun.c:416 #, c-format msgid "error closing %s: %s\n" msgstr "Fehler beim Schliessen von %s: %s\n" -#: tools/symcryptrun.c:545 +#: tools/symcryptrun.c:526 msgid "no --program option provided\n" msgstr "Option --programm nicht angegeben\n" -#: tools/symcryptrun.c:551 +#: tools/symcryptrun.c:532 msgid "only --decrypt and --encrypt are supported\n" msgstr "nur --decrypt und --encrypt sind vorhanden\n" -#: tools/symcryptrun.c:557 +#: tools/symcryptrun.c:538 msgid "no --keyfile option provided\n" msgstr "keine --keyfile -Option angegeben\n" -#: tools/symcryptrun.c:568 +#: tools/symcryptrun.c:549 msgid "cannot allocate args vector\n" msgstr "Kann \"args-vector\" nicht zuteilen\n" -#: tools/symcryptrun.c:586 +#: tools/symcryptrun.c:567 #, c-format msgid "could not create pipe: %s\n" msgstr "Pipe kann nicht erzeugt werden: %s\n" -#: tools/symcryptrun.c:593 +#: tools/symcryptrun.c:574 #, c-format msgid "could not create pty: %s\n" msgstr "Pty kann nicht erzeugt werden: %s\n" -#: tools/symcryptrun.c:609 +#: tools/symcryptrun.c:590 #, c-format msgid "could not fork: %s\n" msgstr "Kann nicht fork()en: %s\n" -#: tools/symcryptrun.c:637 +#: tools/symcryptrun.c:618 #, c-format msgid "execv failed: %s\n" msgstr "Der execv()-Aufruf ist fehlgeschlagen: %s\n" -#: tools/symcryptrun.c:666 +#: tools/symcryptrun.c:647 #, c-format msgid "select failed: %s\n" msgstr "Der select()-Aufruf ist fehlgeschlagen: %s\n" -#: tools/symcryptrun.c:683 +#: tools/symcryptrun.c:664 #, c-format msgid "read failed: %s\n" msgstr "Lesen schlug fehl: %s\n" -#: tools/symcryptrun.c:735 +#: tools/symcryptrun.c:716 #, c-format msgid "pty read failed: %s\n" msgstr "\"pty read\"-Aufruf ist fehlgeschlagen: %s\n" -#: tools/symcryptrun.c:787 +#: tools/symcryptrun.c:768 #, c-format msgid "waitpid failed: %s\n" msgstr "Der waitpid()-Aufruf ist fehlgeschlagen: %s\n" -#: tools/symcryptrun.c:801 +#: tools/symcryptrun.c:782 #, c-format msgid "child aborted with status %i\n" msgstr "Kind brach mit Status %i ab\n" -#: tools/symcryptrun.c:856 +#: tools/symcryptrun.c:837 #, c-format msgid "cannot allocate infile string: %s\n" msgstr "Kann In-Datei-Zeichenkette keinen Speicher zuteilen: %s\n" -#: tools/symcryptrun.c:869 +#: tools/symcryptrun.c:850 #, c-format msgid "cannot allocate outfile string: %s\n" msgstr "Kann Out-Datei-Zeichenkette keinen Speicher zuteilen: %s\n" -#: tools/symcryptrun.c:1044 +#: tools/symcryptrun.c:1025 #, c-format msgid "either %s or %s must be given\n" msgstr "entweder %s oder %s muß angegeben sein\n" -#: tools/symcryptrun.c:1064 +#: tools/symcryptrun.c:1045 msgid "no class provided\n" msgstr "keine Klasse angegeben\n" -#: tools/symcryptrun.c:1071 +#: tools/symcryptrun.c:1052 #, c-format msgid "class %s is not supported\n" msgstr "Klasse %s wird nicht unterstützt\n" +#~ msgid "DSA requires the use of a 160 bit hash algorithm\n" +#~ msgstr "DSA benötigt einen 160-bit Hash Algorithmus\n" + #~ msgid ">.\n" #~ msgstr ">.\n" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg-1.1.92\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2007-03-08 14:20+0100\n" +"POT-Creation-Date: 2007-05-07 20:39+0200\n" "PO-Revision-Date: 2003-06-27 12:00+0200\n" "Last-Translator: Dokianakis Theofanis <madf@hellug.gr>\n" "Language-Team: Greek <nls@tux.hellug.gr>\n" @@ -89,8 +89,8 @@ msgstr " `%s': %s\n" #: g10/keyring.c:1534 g10/openfile.c:190 g10/openfile.c:345 #: g10/plaintext.c:504 g10/sign.c:814 g10/sign.c:1009 g10/sign.c:1125 #: g10/sign.c:1281 g10/tdbdump.c:141 g10/tdbdump.c:149 g10/tdbio.c:542 -#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1775 -#: sm/gpgsm.c:1812 sm/qualified.c:74 +#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1780 +#: sm/gpgsm.c:1817 sm/gpgsm.c:1855 sm/qualified.c:74 #, c-format msgid "can't open `%s': %s\n" msgstr " `%s': %s\n" @@ -189,13 +189,13 @@ msgstr "" " .\n" "\n" -#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1216 +#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1202 #, fuzzy msgid "Please re-enter this passphrase" msgstr " " -#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1222 -#: tools/symcryptrun.c:487 +#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1208 +#: tools/symcryptrun.c:468 msgid "does not match - try again" msgstr "" @@ -204,7 +204,7 @@ msgstr "" msgid "Please enter the new passphrase" msgstr " " -#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:109 +#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:111 #: scd/scdaemon.c:103 #, fuzzy msgid "" @@ -224,13 +224,13 @@ msgid "run in daemon mode (background)" msgstr "" #: agent/gpg-agent.c:117 g10/gpg.c:470 g10/gpgv.c:71 kbx/kbxutil.c:82 -#: scd/scdaemon.c:109 sm/gpgsm.c:335 tools/gpg-connect-agent.c:59 -#: tools/gpgconf.c:69 tools/symcryptrun.c:185 +#: scd/scdaemon.c:109 sm/gpgsm.c:338 tools/gpg-connect-agent.c:60 +#: tools/gpgconf.c:69 tools/symcryptrun.c:166 msgid "verbose" msgstr "" #: agent/gpg-agent.c:118 g10/gpgv.c:72 kbx/kbxutil.c:83 scd/scdaemon.c:110 -#: sm/gpgsm.c:336 +#: sm/gpgsm.c:339 msgid "be somewhat more quiet" msgstr " " @@ -242,7 +242,7 @@ msgstr "" msgid "csh-style command output" msgstr "" -#: agent/gpg-agent.c:121 tools/symcryptrun.c:188 +#: agent/gpg-agent.c:121 tools/symcryptrun.c:169 #, fuzzy msgid "|FILE|read options from FILE" msgstr "|| " @@ -255,8 +255,8 @@ msgstr "" msgid "do not grab keyboard and mouse" msgstr "" -#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:338 -#: tools/symcryptrun.c:187 +#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:341 +#: tools/symcryptrun.c:168 #, fuzzy msgid "use a log file for the server" msgstr " " @@ -313,9 +313,9 @@ msgstr "" msgid "|FILE|write environment settings also to FILE" msgstr "" -#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:143 -#: scd/scdaemon.c:192 sm/gpgsm.c:517 tools/gpg-connect-agent.c:123 -#: tools/gpgconf.c:91 tools/symcryptrun.c:225 +#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:148 +#: scd/scdaemon.c:192 sm/gpgsm.c:521 tools/gpg-connect-agent.c:126 +#: tools/gpgconf.c:91 tools/symcryptrun.c:206 #, fuzzy msgid "Please report bugs to <" msgstr " <gnupg-bugs@gnu.org>\n" @@ -331,138 +331,127 @@ msgid "" "Secret key management for GnuPG\n" msgstr "" -#: agent/gpg-agent.c:311 -#, c-format -msgid "out of core in secure memory while allocating %lu bytes" -msgstr "" - -#: agent/gpg-agent.c:314 -#, c-format -msgid "out of core while allocating %lu bytes" -msgstr "" - -#: agent/gpg-agent.c:345 g10/gpg.c:931 scd/scdaemon.c:266 sm/gpgsm.c:646 +#: agent/gpg-agent.c:303 g10/gpg.c:931 scd/scdaemon.c:247 sm/gpgsm.c:650 #, c-format msgid "invalid debug-level `%s' given\n" msgstr "" -#: agent/gpg-agent.c:521 agent/protect-tool.c:1073 g10/gpg.c:1835 -#: kbx/kbxutil.c:432 scd/scdaemon.c:358 sm/gpgsm.c:768 -#: tools/symcryptrun.c:1056 +#: agent/gpg-agent.c:479 agent/protect-tool.c:1059 kbx/kbxutil.c:432 +#: scd/scdaemon.c:339 sm/gpgsm.c:771 sm/gpgsm.c:774 tools/symcryptrun.c:1037 #, c-format -msgid "libgcrypt is too old (need %s, have %s)\n" +msgid "%s is too old (need %s, have %s)\n" msgstr "" -#: agent/gpg-agent.c:615 g10/gpg.c:2035 scd/scdaemon.c:435 sm/gpgsm.c:865 +#: agent/gpg-agent.c:572 g10/gpg.c:2035 scd/scdaemon.c:415 sm/gpgsm.c:865 #, c-format msgid "NOTE: no default option file `%s'\n" msgstr ": `%s'\n" -#: agent/gpg-agent.c:620 agent/gpg-agent.c:1179 g10/gpg.c:2039 -#: scd/scdaemon.c:440 sm/gpgsm.c:869 tools/symcryptrun.c:989 +#: agent/gpg-agent.c:577 agent/gpg-agent.c:1136 g10/gpg.c:2039 +#: scd/scdaemon.c:420 sm/gpgsm.c:869 tools/symcryptrun.c:970 #, c-format msgid "option file `%s': %s\n" msgstr " `%s': %s\n" -#: agent/gpg-agent.c:628 g10/gpg.c:2046 scd/scdaemon.c:448 sm/gpgsm.c:876 +#: agent/gpg-agent.c:585 g10/gpg.c:2046 scd/scdaemon.c:428 sm/gpgsm.c:876 #, c-format msgid "reading options from `%s'\n" msgstr " `%s'\n" -#: agent/gpg-agent.c:949 g10/plaintext.c:142 g10/plaintext.c:147 +#: agent/gpg-agent.c:906 g10/plaintext.c:142 g10/plaintext.c:147 #: g10/plaintext.c:164 #, c-format msgid "error creating `%s': %s\n" msgstr " `%s': %s\n" -#: agent/gpg-agent.c:1239 agent/gpg-agent.c:1342 agent/gpg-agent.c:1346 -#: agent/gpg-agent.c:1382 agent/gpg-agent.c:1386 g10/exec.c:174 -#: g10/openfile.c:418 scd/scdaemon.c:934 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:1299 agent/gpg-agent.c:1303 +#: agent/gpg-agent.c:1339 agent/gpg-agent.c:1343 g10/exec.c:174 +#: g10/openfile.c:418 scd/scdaemon.c:914 #, c-format msgid "can't create directory `%s': %s\n" msgstr " `%s': %s\n" -#: agent/gpg-agent.c:1253 scd/scdaemon.c:948 +#: agent/gpg-agent.c:1210 scd/scdaemon.c:928 msgid "name of socket too long\n" msgstr "" -#: agent/gpg-agent.c:1279 scd/scdaemon.c:974 +#: agent/gpg-agent.c:1236 scd/scdaemon.c:954 #, fuzzy, c-format msgid "can't create socket: %s\n" msgstr " %s: %s\n" -#: agent/gpg-agent.c:1308 scd/scdaemon.c:1003 +#: agent/gpg-agent.c:1265 scd/scdaemon.c:983 #, fuzzy, c-format msgid "error binding socket to `%s': %s\n" msgstr " `%s': %s\n" -#: agent/gpg-agent.c:1316 scd/scdaemon.c:1011 +#: agent/gpg-agent.c:1273 scd/scdaemon.c:991 #, fuzzy, c-format msgid "listen() failed: %s\n" msgstr " : %s\n" -#: agent/gpg-agent.c:1322 scd/scdaemon.c:1017 +#: agent/gpg-agent.c:1279 scd/scdaemon.c:997 #, fuzzy, c-format msgid "listening on socket `%s'\n" msgstr " `%s'\n" -#: agent/gpg-agent.c:1350 agent/gpg-agent.c:1392 g10/openfile.c:421 +#: agent/gpg-agent.c:1307 agent/gpg-agent.c:1349 g10/openfile.c:421 #, fuzzy, c-format msgid "directory `%s' created\n" msgstr "%s: \n" -#: agent/gpg-agent.c:1398 +#: agent/gpg-agent.c:1355 #, fuzzy, c-format msgid "stat() failed for `%s': %s\n" msgstr "trustdb: read (n=%d): %s\n" -#: agent/gpg-agent.c:1402 +#: agent/gpg-agent.c:1359 #, fuzzy, c-format msgid "can't use `%s' as home directory\n" msgstr "%s: : %s\n" -#: agent/gpg-agent.c:1504 +#: agent/gpg-agent.c:1461 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:1509 +#: agent/gpg-agent.c:1466 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:1526 +#: agent/gpg-agent.c:1483 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:1531 +#: agent/gpg-agent.c:1488 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:1627 scd/scdaemon.c:1136 +#: agent/gpg-agent.c:1584 scd/scdaemon.c:1116 #, fuzzy, c-format msgid "pth_select failed: %s - waiting 1s\n" msgstr " : %s\n" -#: agent/gpg-agent.c:1733 scd/scdaemon.c:1203 +#: agent/gpg-agent.c:1690 scd/scdaemon.c:1183 #, fuzzy, c-format msgid "%s %s stopped\n" msgstr "%s: : %s\n" -#: agent/gpg-agent.c:1754 +#: agent/gpg-agent.c:1711 #, fuzzy msgid "no gpg-agent running in this session\n" msgstr " gpg-agent \n" -#: agent/gpg-agent.c:1764 common/simple-pwquery.c:324 g10/call-agent.c:137 -#: sm/call-agent.c:144 tools/gpg-connect-agent.c:713 +#: agent/gpg-agent.c:1721 common/simple-pwquery.c:324 g10/call-agent.c:137 +#: sm/call-agent.c:144 tools/gpg-connect-agent.c:764 msgid "malformed GPG_AGENT_INFO environment variable\n" msgstr " GPG_AGENT_INFO\n" -#: agent/gpg-agent.c:1776 common/simple-pwquery.c:336 g10/call-agent.c:149 -#: sm/call-agent.c:156 tools/gpg-connect-agent.c:724 +#: agent/gpg-agent.c:1733 common/simple-pwquery.c:336 g10/call-agent.c:149 +#: sm/call-agent.c:156 tools/gpg-connect-agent.c:775 #, c-format msgid "gpg-agent protocol version %d is not supported\n" msgstr " %d gpg-agent\n" @@ -478,51 +467,51 @@ msgid "" "Password cache maintenance\n" msgstr "" -#: agent/protect-tool.c:146 +#: agent/protect-tool.c:151 #, fuzzy msgid "Usage: gpg-protect-tool [options] (-h for help)\n" msgstr ": gpg [] [] (-h )" -#: agent/protect-tool.c:148 +#: agent/protect-tool.c:153 msgid "" "Syntax: gpg-protect-tool [options] [args]\n" "Secret key maintenance tool\n" msgstr "" -#: agent/protect-tool.c:1207 +#: agent/protect-tool.c:1193 #, fuzzy msgid "Please enter the passphrase to unprotect the PKCS#12 object." msgstr " ߷ \n" -#: agent/protect-tool.c:1210 +#: agent/protect-tool.c:1196 #, fuzzy msgid "Please enter the passphrase to protect the new PKCS#12 object." msgstr " ߷ \n" -#: agent/protect-tool.c:1213 +#: agent/protect-tool.c:1199 msgid "" "Please enter the passphrase to protect the imported object within the GnuPG " "system." msgstr "" -#: agent/protect-tool.c:1218 +#: agent/protect-tool.c:1204 #, fuzzy msgid "" "Please enter the passphrase or the PIN\n" "needed to complete this operation." msgstr " ߷ \n" -#: agent/protect-tool.c:1223 tools/symcryptrun.c:488 +#: agent/protect-tool.c:1209 tools/symcryptrun.c:469 #, fuzzy msgid "Passphrase:" msgstr " " -#: agent/protect-tool.c:1236 tools/symcryptrun.c:501 +#: agent/protect-tool.c:1222 tools/symcryptrun.c:482 #, fuzzy, c-format msgid "error while asking for the passphrase: %s\n" msgstr " : %s\n" -#: agent/protect-tool.c:1239 tools/symcryptrun.c:505 +#: agent/protect-tool.c:1225 tools/symcryptrun.c:486 #, fuzzy msgid "cancelled\n" msgstr "" @@ -562,7 +551,7 @@ msgstr "" msgid "error reading `%s', line %d: %s\n" msgstr " `%s': %s\n" -#: agent/trustlist.c:355 agent/trustlist.c:394 +#: agent/trustlist.c:365 agent/trustlist.c:404 msgid "error reading list of trusted root certificates\n" msgstr "" @@ -575,7 +564,7 @@ msgstr "" #. second "%s" gets replaced by a hexdecimal #. fingerprint string whereas the first one receives #. the name as store in the certificate. -#: agent/trustlist.c:470 +#: agent/trustlist.c:480 #, c-format msgid "" "Please verify that the certificate identified as:%%0A \"%s\"%%0Ahas the " @@ -585,7 +574,7 @@ msgstr "" #. TRANSLATORS: "Correct" is the label of a button and intended to #. be hit if the fingerprint matches the one of the CA. The other #. button is "the default "Cancel" of the Pinentry. -#: agent/trustlist.c:479 +#: agent/trustlist.c:489 msgid "Correct" msgstr "" @@ -597,19 +586,19 @@ msgstr "" #. plain % sign, you need to encode it as "%%25". The #. "%s" gets replaced by the name as store in the #. certificate. -#: agent/trustlist.c:499 +#: agent/trustlist.c:509 #, c-format msgid "" "Do you ultimately trust%%0A \"%s\"%%0Ato correctly certify user " "certificates?" msgstr "" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 #, fuzzy msgid "Yes" msgstr "|" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 msgid "No" msgstr "" @@ -653,12 +642,12 @@ msgstr "" msgid "error running `%s': terminated\n" msgstr " `%s': %s\n" -#: common/http.c:1623 +#: common/http.c:1621 #, fuzzy, c-format msgid "error creating socket: %s\n" msgstr " `%s': %s\n" -#: common/http.c:1667 +#: common/http.c:1665 #, fuzzy msgid "host not found" msgstr "[User id ]" @@ -752,6 +741,16 @@ msgstr "" msgid "cC" msgstr "c" +#: common/miscellaneous.c:73 +#, c-format +msgid "out of core in secure memory while allocating %lu bytes" +msgstr "" + +#: common/miscellaneous.c:76 +#, c-format +msgid "out of core while allocating %lu bytes" +msgstr "" + #: g10/armor.c:368 #, c-format msgid "armor: %s\n" @@ -1185,13 +1184,13 @@ msgstr "--output \n" msgid "can't open `%s'\n" msgstr " `%s'\n" -#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1714 +#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1721 #: g10/revoke.c:228 #, fuzzy, c-format msgid "key \"%s\" not found: %s\n" msgstr " '%s' : %s\n" -#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1728 +#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1735 #: g10/revoke.c:234 g10/revoke.c:479 #, c-format msgid "error reading keyblock: %s\n" @@ -1482,22 +1481,22 @@ msgid "Invalid key %s made valid by --allow-non-selfsigned-uid\n" msgstr "" " %08lX --allow-non-selfsigned-uid\n" -#: g10/getkey.c:2390 g10/keyedit.c:3723 +#: g10/getkey.c:2393 g10/keyedit.c:3723 #, fuzzy, c-format msgid "no secret subkey for public subkey %s - ignoring\n" msgstr " %08lX - \n" -#: g10/getkey.c:2621 +#: g10/getkey.c:2624 #, fuzzy, c-format msgid "using subkey %s instead of primary key %s\n" msgstr " %08lX %08lX\n" -#: g10/getkey.c:2668 +#: g10/getkey.c:2671 #, fuzzy, c-format msgid "key %s: secret key without public key - skipped\n" msgstr " %08lX: - \n" -#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:241 tools/gpgconf.c:56 +#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:242 tools/gpgconf.c:56 msgid "" "@Commands:\n" " " @@ -1513,27 +1512,27 @@ msgstr "|[]| " msgid "|[file]|make a clear text signature" msgstr "|[]| " -#: g10/gpg.c:373 sm/gpgsm.c:245 +#: g10/gpg.c:373 sm/gpgsm.c:246 msgid "make a detached signature" msgstr " " -#: g10/gpg.c:374 sm/gpgsm.c:246 +#: g10/gpg.c:374 sm/gpgsm.c:247 msgid "encrypt data" msgstr " " -#: g10/gpg.c:376 sm/gpgsm.c:247 +#: g10/gpg.c:376 sm/gpgsm.c:248 msgid "encryption only with symmetric cipher" msgstr " " -#: g10/gpg.c:378 sm/gpgsm.c:248 +#: g10/gpg.c:378 sm/gpgsm.c:249 msgid "decrypt data (default)" msgstr " ()" -#: g10/gpg.c:380 sm/gpgsm.c:249 +#: g10/gpg.c:380 sm/gpgsm.c:250 msgid "verify a signature" msgstr " " -#: g10/gpg.c:382 sm/gpgsm.c:251 +#: g10/gpg.c:382 sm/gpgsm.c:252 msgid "list keys" msgstr " " @@ -1546,11 +1545,11 @@ msgstr " " msgid "list and check key signatures" msgstr " " -#: g10/gpg.c:386 sm/gpgsm.c:255 +#: g10/gpg.c:386 sm/gpgsm.c:256 msgid "list keys and fingerprints" msgstr " (fingerprints)" -#: g10/gpg.c:387 sm/gpgsm.c:253 +#: g10/gpg.c:387 sm/gpgsm.c:254 msgid "list secret keys" msgstr " " @@ -1586,11 +1585,11 @@ msgstr " " msgid "export keys" msgstr " " -#: g10/gpg.c:398 sm/gpgsm.c:258 +#: g10/gpg.c:398 sm/gpgsm.c:259 msgid "export keys to a key server" msgstr " " -#: g10/gpg.c:399 sm/gpgsm.c:259 +#: g10/gpg.c:399 sm/gpgsm.c:260 msgid "import keys from a key server" msgstr " " @@ -1626,12 +1625,12 @@ msgstr " " msgid "|algo [files]|print message digests" msgstr "| []| " -#: g10/gpg.c:431 sm/gpgsm.c:263 +#: g10/gpg.c:431 sm/gpgsm.c:264 msgid "run in server mode" msgstr "" -#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:278 -#: tools/gpg-connect-agent.c:57 tools/gpgconf.c:66 tools/symcryptrun.c:178 +#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:279 +#: tools/gpg-connect-agent.c:58 tools/gpgconf.c:66 tools/symcryptrun.c:159 msgid "" "@\n" "Options:\n" @@ -1641,31 +1640,31 @@ msgstr "" ":\n" " " -#: g10/gpg.c:435 sm/gpgsm.c:280 +#: g10/gpg.c:435 sm/gpgsm.c:281 msgid "create ascii armored output" msgstr " ascii " -#: g10/gpg.c:437 sm/gpgsm.c:290 +#: g10/gpg.c:437 sm/gpgsm.c:293 msgid "|NAME|encrypt for NAME" msgstr "|| " -#: g10/gpg.c:448 sm/gpgsm.c:326 +#: g10/gpg.c:448 sm/gpgsm.c:329 msgid "use this user-id to sign or decrypt" msgstr " (user id) " -#: g10/gpg.c:449 sm/gpgsm.c:329 +#: g10/gpg.c:449 sm/gpgsm.c:332 msgid "|N|set compress level N (0 disables)" msgstr "|N| N (0 )" -#: g10/gpg.c:454 sm/gpgsm.c:331 +#: g10/gpg.c:454 sm/gpgsm.c:334 msgid "use canonical text mode" msgstr " " -#: g10/gpg.c:468 sm/gpgsm.c:334 tools/gpgconf.c:68 +#: g10/gpg.c:468 sm/gpgsm.c:337 tools/gpgconf.c:68 msgid "use as output file" msgstr " " -#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:344 tools/gpgconf.c:71 +#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:347 tools/gpgconf.c:71 msgid "do not make any changes" msgstr " " @@ -1681,7 +1680,7 @@ msgstr "" msgid "generate PGP 2.x compatible messages" msgstr "" -#: g10/gpg.c:554 sm/gpgsm.c:392 +#: g10/gpg.c:554 sm/gpgsm.c:395 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -1689,7 +1688,7 @@ msgstr "" "@\n" "( man )\n" -#: g10/gpg.c:557 sm/gpgsm.c:395 +#: g10/gpg.c:557 sm/gpgsm.c:398 msgid "" "@\n" "Examples:\n" @@ -1727,7 +1726,7 @@ msgstr "" ", , \n" " \n" -#: g10/gpg.c:782 sm/gpgsm.c:530 +#: g10/gpg.c:782 sm/gpgsm.c:534 msgid "" "\n" "Supported algorithms:\n" @@ -1755,7 +1754,7 @@ msgstr ": " msgid "usage: gpg [options] " msgstr ": gpg [] " -#: g10/gpg.c:1060 sm/gpgsm.c:682 +#: g10/gpg.c:1060 sm/gpgsm.c:686 msgid "conflicting commands\n" msgstr " \n" @@ -1882,6 +1881,11 @@ msgstr " " msgid "show expiration dates during signature listings" msgstr " \n" +#: g10/gpg.c:1835 +#, c-format +msgid "libgcrypt is too old (need %s, have %s)\n" +msgstr "" + #: g10/gpg.c:1993 #, c-format msgid "NOTE: old default options file `%s' ignored\n" @@ -2024,7 +2028,7 @@ msgstr "%s:%d: \n" msgid "invalid auto-key-locate list\n" msgstr "" -#: g10/gpg.c:2893 sm/gpgsm.c:1232 +#: g10/gpg.c:2893 sm/gpgsm.c:1236 msgid "WARNING: program may create a core file!\n" msgstr ": core!\n" @@ -2068,11 +2072,11 @@ msgid "encrypting a message in --pgp2 mode requires the IDEA cipher\n" msgstr "" " --pgp2 . IDEA\n" -#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1288 +#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1292 msgid "selected cipher algorithm is invalid\n" msgstr " \n" -#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1296 +#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1300 msgid "selected digest algorithm is invalid\n" msgstr " \n" @@ -2311,7 +2315,7 @@ msgstr " " msgid "make timestamp conflicts only a warning" msgstr " (timestamp) " -#: g10/gpgv.c:76 sm/gpgsm.c:367 +#: g10/gpgv.c:76 sm/gpgsm.c:370 msgid "|FD|write status info to this FD" msgstr "|FD| FD" @@ -3887,7 +3891,7 @@ msgid "(sensitive)" msgstr " ()" #: g10/keyedit.c:2743 g10/keyedit.c:2799 g10/keyedit.c:2860 g10/keyedit.c:2875 -#: g10/keylist.c:194 g10/keyserver.c:516 +#: g10/keylist.c:194 g10/keyserver.c:523 #, fuzzy, c-format msgid "created: %s" msgstr " %s: %s\n" @@ -3904,7 +3908,7 @@ msgstr " [: %s]" #: g10/keyedit.c:2750 g10/keyedit.c:2801 g10/keyedit.c:2862 g10/keyedit.c:2877 #: g10/keylist.c:196 g10/keylist.c:748 g10/keylist.c:783 g10/keylist.c:877 -#: g10/keylist.c:898 g10/keyserver.c:522 g10/mainproc.c:985 +#: g10/keylist.c:898 g10/keyserver.c:529 g10/mainproc.c:985 #, fuzzy, c-format msgid "expires: %s" msgstr " [: %s]" @@ -3940,13 +3944,13 @@ msgstr "" " \n" " .\n" -#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:526 +#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:533 #: g10/mainproc.c:1831 g10/trustdb.c:1179 g10/trustdb.c:1699 #, fuzzy msgid "revoked" msgstr "[]" -#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:530 +#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:537 #: g10/mainproc.c:1833 g10/trustdb.c:532 g10/trustdb.c:1701 #, fuzzy msgid "expired" @@ -4835,185 +4839,185 @@ msgstr "%lu (%lu )\n" msgid "%s: keyring created\n" msgstr "%s: \n" -#: g10/keyserver.c:66 +#: g10/keyserver.c:73 msgid "include revoked keys in search results" msgstr "" -#: g10/keyserver.c:67 +#: g10/keyserver.c:74 msgid "include subkeys when searching by key ID" msgstr "" -#: g10/keyserver.c:69 +#: g10/keyserver.c:76 msgid "use temporary files to pass data to keyserver helpers" msgstr "" -#: g10/keyserver.c:71 +#: g10/keyserver.c:78 msgid "do not delete temporary files after using them" msgstr "" -#: g10/keyserver.c:75 +#: g10/keyserver.c:82 msgid "automatically retrieve keys when verifying signatures" msgstr "" -#: g10/keyserver.c:77 +#: g10/keyserver.c:84 #, fuzzy msgid "honor the preferred keyserver URL set on the key" msgstr " URL \n" -#: g10/keyserver.c:79 +#: g10/keyserver.c:86 msgid "honor the PKA record set on a key when retrieving keys" msgstr "" -#: g10/keyserver.c:145 +#: g10/keyserver.c:152 #, fuzzy, c-format msgid "WARNING: keyserver option `%s' is not used on this platform\n" msgstr "" ": `%s' \n" -#: g10/keyserver.c:528 +#: g10/keyserver.c:535 #, fuzzy msgid "disabled" msgstr "disable" -#: g10/keyserver.c:729 +#: g10/keyserver.c:736 msgid "Enter number(s), N)ext, or Q)uit > " msgstr "" -#: g10/keyserver.c:813 g10/keyserver.c:1435 +#: g10/keyserver.c:820 g10/keyserver.c:1442 #, fuzzy, c-format msgid "invalid keyserver protocol (us %d!=handler %d)\n" msgstr " \n" -#: g10/keyserver.c:911 +#: g10/keyserver.c:918 #, fuzzy, c-format msgid "key \"%s\" not found on keyserver\n" msgstr " '%s' : %s\n" -#: g10/keyserver.c:913 +#: g10/keyserver.c:920 #, fuzzy msgid "key not found on keyserver\n" msgstr " '%s' : %s\n" -#: g10/keyserver.c:1154 +#: g10/keyserver.c:1161 #, fuzzy, c-format msgid "requesting key %s from %s server %s\n" msgstr " %08lX %s\n" -#: g10/keyserver.c:1158 +#: g10/keyserver.c:1165 #, fuzzy, c-format msgid "requesting key %s from %s\n" msgstr " %08lX %s\n" -#: g10/keyserver.c:1182 +#: g10/keyserver.c:1189 #, fuzzy, c-format msgid "searching for names from %s server %s\n" msgstr " \"%s\" HKP %s\n" -#: g10/keyserver.c:1185 +#: g10/keyserver.c:1192 #, fuzzy, c-format msgid "searching for names from %s\n" msgstr " \"%s\" HKP %s\n" -#: g10/keyserver.c:1338 +#: g10/keyserver.c:1345 #, fuzzy, c-format msgid "sending key %s to %s server %s\n" msgstr " \"%s\" HKP %s\n" -#: g10/keyserver.c:1342 +#: g10/keyserver.c:1349 #, fuzzy, c-format msgid "sending key %s to %s\n" msgstr "" "\"\n" " %08lX %s\n" -#: g10/keyserver.c:1385 +#: g10/keyserver.c:1392 #, fuzzy, c-format msgid "searching for \"%s\" from %s server %s\n" msgstr " \"%s\" HKP %s\n" -#: g10/keyserver.c:1388 +#: g10/keyserver.c:1395 #, fuzzy, c-format msgid "searching for \"%s\" from %s\n" msgstr " \"%s\" HKP %s\n" -#: g10/keyserver.c:1395 g10/keyserver.c:1491 +#: g10/keyserver.c:1402 g10/keyserver.c:1498 #, fuzzy msgid "no keyserver action!\n" msgstr " \n" -#: g10/keyserver.c:1443 +#: g10/keyserver.c:1450 #, c-format msgid "WARNING: keyserver handler from a different version of GnuPG (%s)\n" msgstr "" -#: g10/keyserver.c:1452 +#: g10/keyserver.c:1459 msgid "keyserver did not send VERSION\n" msgstr "" -#: g10/keyserver.c:1514 g10/keyserver.c:2042 +#: g10/keyserver.c:1521 g10/keyserver.c:2049 msgid "no keyserver known (use option --keyserver)\n" msgstr "" -#: g10/keyserver.c:1520 +#: g10/keyserver.c:1527 msgid "external keyserver calls are not supported in this build\n" msgstr "" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1539 #, c-format msgid "no handler for keyserver scheme `%s'\n" msgstr "" -#: g10/keyserver.c:1537 +#: g10/keyserver.c:1544 #, c-format msgid "action `%s' not supported with keyserver scheme `%s'\n" msgstr "" -#: g10/keyserver.c:1545 +#: g10/keyserver.c:1552 #, c-format msgid "%s does not support handler version %d\n" msgstr "" -#: g10/keyserver.c:1552 +#: g10/keyserver.c:1559 #, fuzzy msgid "keyserver timed out\n" msgstr " " -#: g10/keyserver.c:1557 +#: g10/keyserver.c:1564 #, fuzzy msgid "keyserver internal error\n" msgstr " " -#: g10/keyserver.c:1566 +#: g10/keyserver.c:1573 #, fuzzy, c-format msgid "keyserver communications error: %s\n" msgstr "keyserver : %s\n" -#: g10/keyserver.c:1591 g10/keyserver.c:1625 +#: g10/keyserver.c:1598 g10/keyserver.c:1632 #, c-format msgid "\"%s\" not a key ID: skipping\n" msgstr "" -#: g10/keyserver.c:1884 +#: g10/keyserver.c:1891 #, fuzzy, c-format msgid "WARNING: unable to refresh key %s via %s: %s\n" msgstr ": tempfile (%s) `%s': %s\n" -#: g10/keyserver.c:1906 +#: g10/keyserver.c:1913 #, fuzzy, c-format msgid "refreshing 1 key from %s\n" msgstr " %08lX %s\n" -#: g10/keyserver.c:1908 +#: g10/keyserver.c:1915 #, fuzzy, c-format msgid "refreshing %d keys from %s\n" msgstr " %08lX %s\n" -#: g10/keyserver.c:1964 +#: g10/keyserver.c:1971 #, fuzzy, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr ": tempfile (%s) `%s': %s\n" -#: g10/keyserver.c:1970 +#: g10/keyserver.c:1977 #, fuzzy, c-format msgid "WARNING: unable to parse URI %s\n" msgstr ": tempfile (%s) `%s': %s\n" @@ -5364,16 +5368,16 @@ msgid "WARNING: options in `%s' are not yet active during this run\n" msgstr "" ": `%s' \n" -#: g10/parse-packet.c:192 +#: g10/parse-packet.c:193 #, c-format msgid "can't handle public key algorithm %d\n" msgstr " %d\n" -#: g10/parse-packet.c:762 +#: g10/parse-packet.c:798 msgid "WARNING: potentially insecure symmetrically encrypted session key\n" msgstr ": \n" -#: g10/parse-packet.c:1213 +#: g10/parse-packet.c:1249 #, c-format msgid "subpacket of type %d has critical bit set\n" msgstr " %d bit\n" @@ -5993,7 +5997,7 @@ msgstr "" " , " " %d !\n" -#: g10/seskey.c:229 +#: g10/seskey.c:229 sm/certcheck.c:91 msgid "DSA requires the hash length to be a multiple of 8 bits\n" msgstr "" @@ -6574,7 +6578,7 @@ msgstr "" msgid "iconv_open failed: %s\n" msgstr " : %s\n" -#: jnlib/utf8conv.c:331 jnlib/utf8conv.c:597 +#: jnlib/utf8conv.c:338 jnlib/utf8conv.c:604 #, fuzzy, c-format msgid "conversion from `%s' to `%s' failed: %s\n" msgstr " : %s\n" @@ -6799,7 +6803,7 @@ msgstr " OpenPGP .\n" msgid "run in multi server mode (foreground)" msgstr "" -#: scd/scdaemon.c:113 sm/gpgsm.c:356 +#: scd/scdaemon.c:113 sm/gpgsm.c:359 #, fuzzy msgid "read options from file" msgstr " `%s'\n" @@ -6843,21 +6847,21 @@ msgid "" "Smartcard daemon for GnuPG\n" msgstr "" -#: scd/scdaemon.c:684 +#: scd/scdaemon.c:664 msgid "please use the option `--daemon' to run the program in the background\n" msgstr "" -#: scd/scdaemon.c:1032 +#: scd/scdaemon.c:1012 #, c-format msgid "handler for fd %d started\n" msgstr "" -#: scd/scdaemon.c:1037 +#: scd/scdaemon.c:1017 #, c-format msgid "handler for fd %d terminated\n" msgstr "" -#: sm/base64.c:323 +#: sm/base64.c:327 #, fuzzy, c-format msgid "invalid radix64 character %02x skipped\n" msgstr " radix64 %02x \n" @@ -6881,180 +6885,186 @@ msgstr " %d gpg-agent\n" msgid "can't connect to the dirmngr - trying fall back\n" msgstr "" -#: sm/certchain.c:165 +#: sm/certchain.c:176 #, fuzzy, c-format msgid "critical certificate extension %s is not supported" msgstr " %d gpg-agent\n" -#: sm/certchain.c:203 +#: sm/certchain.c:214 msgid "issuer certificate is not marked as a CA" msgstr "" -#: sm/certchain.c:242 +#: sm/certchain.c:253 msgid "critical marked policy without configured policies" msgstr "" -#: sm/certchain.c:252 +#: sm/certchain.c:263 #, fuzzy, c-format msgid "failed to open `%s': %s\n" msgstr " `%s': %s\n" -#: sm/certchain.c:259 sm/certchain.c:288 +#: sm/certchain.c:270 sm/certchain.c:299 msgid "note: non-critical certificate policy not allowed" msgstr "" -#: sm/certchain.c:263 sm/certchain.c:292 +#: sm/certchain.c:274 sm/certchain.c:303 #, fuzzy msgid "certificate policy not allowed" msgstr " `%s'\n" -#: sm/certchain.c:403 +#: sm/certchain.c:414 msgid "looking up issuer at external location\n" msgstr "" -#: sm/certchain.c:423 +#: sm/certchain.c:434 #, c-format msgid "number of issuers matching: %d\n" msgstr "" -#: sm/certchain.c:576 sm/certchain.c:740 sm/certchain.c:1266 sm/decrypt.c:261 +#: sm/certchain.c:587 sm/certchain.c:753 sm/certchain.c:1334 sm/decrypt.c:261 #: sm/encrypt.c:343 sm/sign.c:328 sm/verify.c:107 #, fuzzy msgid "failed to allocated keyDB handle\n" msgstr " TrustDB: %s\n" -#: sm/certchain.c:667 +#: sm/certchain.c:678 #, fuzzy msgid "certificate has been revoked" msgstr ": " -#: sm/certchain.c:676 +#: sm/certchain.c:687 #, fuzzy msgid "no CRL found for certificate" msgstr " " -#: sm/certchain.c:680 +#: sm/certchain.c:691 #, fuzzy msgid "the available CRL is too old" msgstr " : " -#: sm/certchain.c:682 +#: sm/certchain.c:693 msgid "please make sure that the \"dirmngr\" is properly installed\n" msgstr "" -#: sm/certchain.c:687 +#: sm/certchain.c:698 #, fuzzy, c-format msgid "checking the CRL failed: %s" msgstr " : %s\n" -#: sm/certchain.c:765 +#: sm/certchain.c:794 #, fuzzy msgid "no issuer found in certificate" msgstr " " -#: sm/certchain.c:792 +#: sm/certchain.c:823 #, c-format msgid "certificate with invalid validity: %s" msgstr "" -#: sm/certchain.c:808 +#: sm/certchain.c:839 msgid "certificate not yet valid" msgstr "" -#: sm/certchain.c:821 +#: sm/certchain.c:852 #, fuzzy msgid "certificate has expired" msgstr " !" -#: sm/certchain.c:864 +#: sm/certchain.c:895 msgid "self-signed certificate has a BAD signature" msgstr "" -#: sm/certchain.c:932 +#: sm/certchain.c:963 msgid "root certificate is not marked trusted" msgstr "" -#: sm/certchain.c:947 +#: sm/certchain.c:978 #, fuzzy, c-format msgid "fingerprint=%s\n" msgstr " fingerprint" -#: sm/certchain.c:955 +#: sm/certchain.c:986 msgid "root certificate has now been marked as trusted\n" msgstr "" -#: sm/certchain.c:970 +#: sm/certchain.c:1001 msgid "interactive marking as trusted not enabled in gpg-agent\n" msgstr "" -#: sm/certchain.c:976 +#: sm/certchain.c:1007 msgid "interactive marking as trusted disabled for this session\n" msgstr "" -#: sm/certchain.c:986 +#: sm/certchain.c:1017 #, fuzzy, c-format msgid "checking the trust list failed: %s\n" msgstr " : %s\n" -#: sm/certchain.c:1013 sm/import.c:158 +#: sm/certchain.c:1044 sm/import.c:159 msgid "certificate chain too long\n" msgstr "" -#: sm/certchain.c:1025 +#: sm/certchain.c:1056 msgid "issuer certificate not found" msgstr "" -#: sm/certchain.c:1058 +#: sm/certchain.c:1089 #, fuzzy msgid "certificate has a BAD signature" msgstr " " -#: sm/certchain.c:1088 +#: sm/certchain.c:1119 msgid "found another possible matching CA certificate - trying again" msgstr "" -#: sm/certchain.c:1139 +#: sm/certchain.c:1170 #, c-format msgid "certificate chain longer than allowed by CA (%d)" msgstr "" -#: sm/certcheck.c:52 -msgid "DSA requires the use of a 160 bit hash algorithm\n" -msgstr " DSA 160 bit hash\n" +#: sm/certcheck.c:103 +#, c-format +msgid "%s key uses an unsafe (%u bit) hash\n" +msgstr "" + +#: sm/certcheck.c:113 +#, c-format +msgid "a %u bit hash is not valid for a %u bit %s key\n" +msgstr "" -#: sm/certcheck.c:177 sm/sign.c:482 sm/verify.c:189 +#: sm/certcheck.c:250 sm/sign.c:482 sm/verify.c:189 msgid "(this is the MD2 algorithm)\n" msgstr "" -#: sm/certdump.c:68 sm/certdump.c:154 +#: sm/certdump.c:68 sm/certdump.c:151 #, fuzzy msgid "none" msgstr "|" -#: sm/certdump.c:163 +#: sm/certdump.c:162 #, fuzzy msgid "[none]" msgstr "" -#: sm/certdump.c:536 sm/certdump.c:599 +#: sm/certdump.c:552 sm/certdump.c:597 sm/certdump.c:662 sm/certdump.c:715 #, fuzzy msgid "[Error - invalid encoding]" msgstr ": \n" -#: sm/certdump.c:544 +#: sm/certdump.c:560 sm/certdump.c:605 msgid "[Error - out of core]" msgstr "" -#: sm/certdump.c:579 +#: sm/certdump.c:642 sm/certdump.c:698 msgid "[Error - No name]" msgstr "" -#: sm/certdump.c:604 +#: sm/certdump.c:667 sm/certdump.c:721 #, fuzzy msgid "[Error - invalid DN]" msgstr ": \n" -#: sm/certdump.c:818 +#: sm/certdump.c:930 #, fuzzy, c-format msgid "" "Please enter the passphrase to unlock the secret key for:\n" @@ -7070,7 +7080,7 @@ msgstr "" msgid "no key usage specified - assuming all usages\n" msgstr "" -#: sm/certlist.c:135 sm/keylist.c:255 +#: sm/certlist.c:135 sm/keylist.c:258 #, fuzzy, c-format msgid "error getting key usage information: %s\n" msgstr " `%s': %s\n" @@ -7157,7 +7167,7 @@ msgstr "" msgid "certificate `%s' not found: %s\n" msgstr " '%s' : %s\n" -#: sm/delete.c:113 sm/keydb.c:1392 sm/keydb.c:1485 +#: sm/delete.c:113 sm/keydb.c:1397 sm/keydb.c:1497 #, fuzzy, c-format msgid "error locking keybox: %s\n" msgstr " : %s\n" @@ -7182,191 +7192,191 @@ msgstr " block : %s\n" msgid "no valid recipients given\n" msgstr "( )\n" -#: sm/export.c:562 sm/export.c:578 sm/import.c:525 sm/import.c:550 +#: sm/export.c:615 sm/export.c:631 sm/import.c:526 sm/import.c:551 #, fuzzy, c-format msgid "error creating temporary file: %s\n" msgstr " : %s\n" -#: sm/export.c:569 sm/import.c:533 +#: sm/export.c:622 sm/import.c:534 #, fuzzy, c-format msgid "error writing to temporary file: %s\n" msgstr " `%s'\n" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:244 #, fuzzy msgid "|[FILE]|make a signature" msgstr "|[]| " -#: sm/gpgsm.c:244 +#: sm/gpgsm.c:245 #, fuzzy msgid "|[FILE]|make a clear text signature" msgstr "|[]| " -#: sm/gpgsm.c:252 +#: sm/gpgsm.c:253 #, fuzzy msgid "list external keys" msgstr " " -#: sm/gpgsm.c:254 +#: sm/gpgsm.c:255 #, fuzzy msgid "list certificate chain" msgstr " " -#: sm/gpgsm.c:257 +#: sm/gpgsm.c:258 #, fuzzy msgid "remove key from the public keyring" msgstr " " -#: sm/gpgsm.c:260 +#: sm/gpgsm.c:261 #, fuzzy msgid "import certificates" msgstr " " -#: sm/gpgsm.c:261 +#: sm/gpgsm.c:262 #, fuzzy msgid "export certificates" msgstr " " -#: sm/gpgsm.c:262 +#: sm/gpgsm.c:263 msgid "register a smartcard" msgstr "" -#: sm/gpgsm.c:264 +#: sm/gpgsm.c:265 msgid "pass a command to the dirmngr" msgstr "" -#: sm/gpgsm.c:266 +#: sm/gpgsm.c:267 msgid "invoke gpg-protect-tool" msgstr "" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:268 #, fuzzy msgid "change a passphrase" msgstr " " -#: sm/gpgsm.c:282 +#: sm/gpgsm.c:283 #, fuzzy msgid "create base-64 encoded output" msgstr " ascii " -#: sm/gpgsm.c:284 +#: sm/gpgsm.c:287 msgid "assume input is in PEM format" msgstr "" -#: sm/gpgsm.c:286 +#: sm/gpgsm.c:289 msgid "assume input is in base-64 format" msgstr "" -#: sm/gpgsm.c:288 +#: sm/gpgsm.c:291 msgid "assume input is in binary format" msgstr "" -#: sm/gpgsm.c:293 +#: sm/gpgsm.c:296 msgid "use system's dirmngr if available" msgstr "" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "never consult a CRL" msgstr "" -#: sm/gpgsm.c:301 +#: sm/gpgsm.c:304 msgid "check validity using OCSP" msgstr "" -#: sm/gpgsm.c:304 +#: sm/gpgsm.c:307 msgid "|N|number of certificates to include" msgstr "" -#: sm/gpgsm.c:307 +#: sm/gpgsm.c:310 msgid "|FILE|take policy information from FILE" msgstr "" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "do not check certificate policies" msgstr "" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "fetch missing issuer certificates" msgstr "" -#: sm/gpgsm.c:318 +#: sm/gpgsm.c:321 msgid "|NAME|use NAME as default recipient" msgstr "|| " -#: sm/gpgsm.c:320 +#: sm/gpgsm.c:323 msgid "use the default key as default recipient" msgstr " " -#: sm/gpgsm.c:337 +#: sm/gpgsm.c:340 msgid "don't use the terminal at all" msgstr " " -#: sm/gpgsm.c:341 +#: sm/gpgsm.c:344 msgid "force v3 signatures" msgstr " v3 " -#: sm/gpgsm.c:342 +#: sm/gpgsm.c:345 msgid "always use a MDC for encryption" msgstr " MDC " -#: sm/gpgsm.c:347 +#: sm/gpgsm.c:350 msgid "batch mode: never ask" msgstr " batch: " -#: sm/gpgsm.c:348 +#: sm/gpgsm.c:351 msgid "assume yes on most questions" msgstr " " -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 msgid "assume no on most questions" msgstr " " -#: sm/gpgsm.c:351 +#: sm/gpgsm.c:354 msgid "add this keyring to the list of keyrings" msgstr " " -#: sm/gpgsm.c:352 +#: sm/gpgsm.c:355 msgid "add this secret keyring to the list" msgstr " " -#: sm/gpgsm.c:353 +#: sm/gpgsm.c:356 msgid "|NAME|use NAME as default secret key" msgstr "|| " -#: sm/gpgsm.c:354 +#: sm/gpgsm.c:357 msgid "|HOST|use this keyserver to lookup keys" msgstr "|| " -#: sm/gpgsm.c:355 +#: sm/gpgsm.c:358 msgid "|NAME|set terminal charset to NAME" msgstr "|| " -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "" -#: sm/gpgsm.c:374 +#: sm/gpgsm.c:377 msgid "|FILE|load extension module FILE" msgstr "|| " -#: sm/gpgsm.c:380 +#: sm/gpgsm.c:383 msgid "|NAME|use cipher algorithm NAME" msgstr "|| " -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 msgid "|NAME|use message digest algorithm NAME" msgstr "|| " -#: sm/gpgsm.c:384 +#: sm/gpgsm.c:387 msgid "|N|use compress algorithm N" msgstr "|N| N" -#: sm/gpgsm.c:520 +#: sm/gpgsm.c:524 #, fuzzy msgid "Usage: gpgsm [options] [files] (-h for help)" msgstr ": gpg [] [] (-h )" -#: sm/gpgsm.c:523 +#: sm/gpgsm.c:527 #, fuzzy msgid "" "Syntax: gpgsm [options] [files]\n" @@ -7377,45 +7387,40 @@ msgstr "" ", , \n" " \n" -#: sm/gpgsm.c:617 +#: sm/gpgsm.c:621 #, fuzzy msgid "usage: gpgsm [options] " msgstr ": gpg [] " -#: sm/gpgsm.c:698 +#: sm/gpgsm.c:702 #, fuzzy, c-format msgid "can't encrypt to `%s': %s\n" msgstr " `%s': %s\n" -#: sm/gpgsm.c:773 -#, c-format -msgid "libksba is too old (need %s, have %s)\n" -msgstr "" - -#: sm/gpgsm.c:1249 +#: sm/gpgsm.c:1253 msgid "WARNING: running with faked system time: " msgstr "" -#: sm/gpgsm.c:1328 +#: sm/gpgsm.c:1332 #, fuzzy, c-format msgid "importing common certificates `%s'\n" msgstr " `%s'\n" -#: sm/gpgsm.c:1346 +#: sm/gpgsm.c:1350 #, fuzzy, c-format msgid "can't sign using `%s': %s\n" msgstr " `%s': %s\n" -#: sm/gpgsm.c:1536 +#: sm/gpgsm.c:1542 msgid "this command has not yet been implemented\n" msgstr "" -#: sm/gpgsm.c:1601 +#: sm/gpgsm.c:1606 #, fuzzy msgid "key generation is not available from the commandline\n" msgstr " gpg-agent \n" -#: sm/gpgsm.c:1602 +#: sm/gpgsm.c:1607 #, fuzzy, c-format msgid "please use the script \"%s\" to generate a new key\n" msgstr " :\n" @@ -7425,21 +7430,21 @@ msgstr " :\n" msgid "total number processed: %lu\n" msgstr " : %lu\n" -#: sm/import.c:227 +#: sm/import.c:228 #, fuzzy msgid "error storing certificate\n" msgstr " " -#: sm/import.c:235 +#: sm/import.c:236 msgid "basic certificate checks failed - not imported\n" msgstr "" -#: sm/import.c:421 sm/import.c:453 +#: sm/import.c:422 sm/import.c:454 #, fuzzy, c-format msgid "error importing certificate: %s\n" msgstr " : %s\n" -#: sm/import.c:542 tools/gpg-connect-agent.c:384 +#: sm/import.c:543 tools/gpg-connect-agent.c:388 #, fuzzy, c-format msgid "error reading input: %s\n" msgstr " `%s': %s\n" @@ -7458,12 +7463,12 @@ msgstr "" msgid "keybox `%s' created\n" msgstr " `%s' \n" -#: sm/keydb.c:1312 sm/keydb.c:1378 +#: sm/keydb.c:1312 sm/keydb.c:1380 #, fuzzy msgid "failed to get the fingerprint\n" msgstr " TrustDB: %s\n" -#: sm/keydb.c:1319 sm/keydb.c:1385 +#: sm/keydb.c:1319 sm/keydb.c:1387 #, fuzzy msgid "failed to allocate keyDB handle\n" msgstr " TrustDB: %s\n" @@ -7483,17 +7488,17 @@ msgstr " : %s\n" msgid "error storing certificate: %s\n" msgstr " : %s\n" -#: sm/keydb.c:1400 +#: sm/keydb.c:1408 #, fuzzy, c-format msgid "problem re-searching certificate: %s\n" msgstr "rev? : %s\n" -#: sm/keydb.c:1409 sm/keydb.c:1497 +#: sm/keydb.c:1417 sm/keydb.c:1509 #, fuzzy, c-format msgid "error getting stored flags: %s\n" msgstr " : %s\n" -#: sm/keydb.c:1418 sm/keydb.c:1508 +#: sm/keydb.c:1429 sm/keydb.c:1520 #, fuzzy, c-format msgid "error storing flags: %s\n" msgstr " `%s': %s\n" @@ -7566,103 +7571,107 @@ msgstr " \"" msgid " aka" msgstr " \"" -#: tools/gpg-connect-agent.c:60 tools/gpgconf.c:70 tools/symcryptrun.c:186 +#: tools/gpg-connect-agent.c:61 tools/gpgconf.c:70 tools/symcryptrun.c:167 #, fuzzy msgid "quiet" msgstr "" -#: tools/gpg-connect-agent.c:61 +#: tools/gpg-connect-agent.c:62 msgid "print data out hex encoded" msgstr "" -#: tools/gpg-connect-agent.c:62 +#: tools/gpg-connect-agent.c:63 +msgid "decode received data lines" +msgstr "" + +#: tools/gpg-connect-agent.c:64 msgid "|NAME|connect to Assuan socket NAME" msgstr "" -#: tools/gpg-connect-agent.c:63 +#: tools/gpg-connect-agent.c:65 msgid "run the Assuan server given on the command line" msgstr "" -#: tools/gpg-connect-agent.c:65 +#: tools/gpg-connect-agent.c:67 msgid "do not use extended connect mode" msgstr "" -#: tools/gpg-connect-agent.c:126 +#: tools/gpg-connect-agent.c:129 #, fuzzy msgid "Usage: gpg-connect-agent [options] (-h for help)" msgstr ": gpg [] [] (-h )" -#: tools/gpg-connect-agent.c:129 +#: tools/gpg-connect-agent.c:132 msgid "" "Syntax: gpg-connect-agent [options]\n" "Connect to a running agent and send commands\n" msgstr "" -#: tools/gpg-connect-agent.c:324 +#: tools/gpg-connect-agent.c:328 #, c-format msgid "option \"%s\" requires a program and optional arguments\n" msgstr "" -#: tools/gpg-connect-agent.c:333 +#: tools/gpg-connect-agent.c:337 #, c-format msgid "option \"%s\" ignored due to \"%s\"\n" msgstr "" -#: tools/gpg-connect-agent.c:391 +#: tools/gpg-connect-agent.c:395 #, fuzzy msgid "line too long - skipped\n" msgstr " \n" -#: tools/gpg-connect-agent.c:395 +#: tools/gpg-connect-agent.c:399 msgid "line shortened due to embedded Nul character\n" msgstr "" -#: tools/gpg-connect-agent.c:457 +#: tools/gpg-connect-agent.c:471 #, fuzzy, c-format msgid "unknown command `%s'\n" msgstr " `%s'\n" -#: tools/gpg-connect-agent.c:465 +#: tools/gpg-connect-agent.c:479 #, fuzzy, c-format msgid "sending line failed: %s\n" msgstr " : %s\n" -#: tools/gpg-connect-agent.c:473 +#: tools/gpg-connect-agent.c:487 #, fuzzy, c-format msgid "receiving line failed: %s\n" msgstr " block : %s\n" -#: tools/gpg-connect-agent.c:746 +#: tools/gpg-connect-agent.c:797 #, fuzzy, c-format msgid "error sending %s command: %s\n" msgstr " `%s': %s\n" -#: tools/gpg-connect-agent.c:755 +#: tools/gpg-connect-agent.c:806 #, fuzzy, c-format msgid "error sending standard options: %s\n" msgstr " `%s': %s\n" #: tools/gpgconf-comp.c:445 tools/gpgconf-comp.c:525 tools/gpgconf-comp.c:592 -#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:720 +#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:723 msgid "Options controlling the diagnostic output" msgstr "" #: tools/gpgconf-comp.c:458 tools/gpgconf-comp.c:538 tools/gpgconf-comp.c:605 -#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:743 +#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:746 msgid "Options controlling the configuration" msgstr "" #: tools/gpgconf-comp.c:468 tools/gpgconf-comp.c:563 tools/gpgconf-comp.c:612 -#: tools/gpgconf-comp.c:671 tools/gpgconf-comp.c:750 +#: tools/gpgconf-comp.c:674 tools/gpgconf-comp.c:753 msgid "Options useful for debugging" msgstr "" #: tools/gpgconf-comp.c:473 tools/gpgconf-comp.c:568 tools/gpgconf-comp.c:617 -#: tools/gpgconf-comp.c:676 tools/gpgconf-comp.c:758 +#: tools/gpgconf-comp.c:679 tools/gpgconf-comp.c:761 msgid "|FILE|write server mode logs to FILE" msgstr "" -#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:684 +#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:687 msgid "Options controlling the security" msgstr "" @@ -7690,31 +7699,36 @@ msgstr "" msgid "allow PKA lookups (DNS requests)" msgstr "" -#: tools/gpgconf-comp.c:689 +#: tools/gpgconf-comp.c:669 +#, fuzzy +msgid "|NAME|use encoding NAME for PKCS#12 passphrases" +msgstr "|| " + +#: tools/gpgconf-comp.c:692 msgid "do not check CRLs for root certificates" msgstr "" -#: tools/gpgconf-comp.c:733 +#: tools/gpgconf-comp.c:736 msgid "Options controlling the format of the output" msgstr "" -#: tools/gpgconf-comp.c:769 +#: tools/gpgconf-comp.c:772 msgid "Options controlling the interactivity and enforcement" msgstr "" -#: tools/gpgconf-comp.c:779 +#: tools/gpgconf-comp.c:782 msgid "Configuration for HTTP servers" msgstr "" -#: tools/gpgconf-comp.c:790 +#: tools/gpgconf-comp.c:793 msgid "use system's HTTP proxy setting" msgstr "" -#: tools/gpgconf-comp.c:795 +#: tools/gpgconf-comp.c:798 msgid "Configuration of LDAP servers to use" msgstr "" -#: tools/gpgconf-comp.c:832 +#: tools/gpgconf-comp.c:835 msgid "Configuration for OCSP" msgstr "" @@ -7778,7 +7792,7 @@ msgstr " `%s'\n" msgid "error allocating enough memory: %s\n" msgstr " `%s': %s\n" -#: tools/symcryptrun.c:173 +#: tools/symcryptrun.c:154 #, fuzzy msgid "" "@\n" @@ -7788,166 +7802,169 @@ msgstr "" "@:\n" " " -#: tools/symcryptrun.c:175 +#: tools/symcryptrun.c:156 #, fuzzy msgid "decryption modus" msgstr " OK\n" -#: tools/symcryptrun.c:176 +#: tools/symcryptrun.c:157 #, fuzzy msgid "encryption modus" msgstr " OK\n" -#: tools/symcryptrun.c:180 +#: tools/symcryptrun.c:161 msgid "tool class (confucius)" msgstr "" -#: tools/symcryptrun.c:181 +#: tools/symcryptrun.c:162 #, fuzzy msgid "program filename" msgstr "--store [ ]" -#: tools/symcryptrun.c:183 +#: tools/symcryptrun.c:164 msgid "secret key file (required)" msgstr "" -#: tools/symcryptrun.c:184 +#: tools/symcryptrun.c:165 msgid "input file name (default stdin)" msgstr "" -#: tools/symcryptrun.c:228 +#: tools/symcryptrun.c:209 #, fuzzy msgid "Usage: symcryptrun [options] (-h for help)" msgstr ": gpg [] [] (-h )" -#: tools/symcryptrun.c:231 +#: tools/symcryptrun.c:212 msgid "" "Syntax: symcryptrun --class CLASS --program PROGRAM --keyfile KEYFILE " "[options...] COMMAND [inputfile]\n" "Call a simple symmetric encryption tool\n" msgstr "" -#: tools/symcryptrun.c:313 +#: tools/symcryptrun.c:294 #, fuzzy, c-format msgid "%s on %s aborted with status %i\n" msgstr " %s %s!\n" -#: tools/symcryptrun.c:320 +#: tools/symcryptrun.c:301 #, fuzzy, c-format msgid "%s on %s failed with status %i\n" msgstr " : %s\n" -#: tools/symcryptrun.c:346 +#: tools/symcryptrun.c:327 #, fuzzy, c-format msgid "can't create temporary directory `%s': %s\n" msgstr " `%s': %s\n" -#: tools/symcryptrun.c:386 tools/symcryptrun.c:403 +#: tools/symcryptrun.c:367 tools/symcryptrun.c:384 #, fuzzy, c-format msgid "could not open %s for writing: %s\n" msgstr " %s: %s\n" -#: tools/symcryptrun.c:414 +#: tools/symcryptrun.c:395 #, fuzzy, c-format msgid "error writing to %s: %s\n" msgstr " `%s': %s\n" -#: tools/symcryptrun.c:421 +#: tools/symcryptrun.c:402 #, fuzzy, c-format msgid "error reading from %s: %s\n" msgstr " `%s': %s\n" -#: tools/symcryptrun.c:428 tools/symcryptrun.c:435 +#: tools/symcryptrun.c:409 tools/symcryptrun.c:416 #, fuzzy, c-format msgid "error closing %s: %s\n" msgstr " `%s': %s\n" -#: tools/symcryptrun.c:545 +#: tools/symcryptrun.c:526 #, fuzzy msgid "no --program option provided\n" msgstr " \n" -#: tools/symcryptrun.c:551 +#: tools/symcryptrun.c:532 msgid "only --decrypt and --encrypt are supported\n" msgstr "" -#: tools/symcryptrun.c:557 +#: tools/symcryptrun.c:538 msgid "no --keyfile option provided\n" msgstr "" -#: tools/symcryptrun.c:568 +#: tools/symcryptrun.c:549 msgid "cannot allocate args vector\n" msgstr "" -#: tools/symcryptrun.c:586 +#: tools/symcryptrun.c:567 #, fuzzy, c-format msgid "could not create pipe: %s\n" msgstr " %s: %s\n" -#: tools/symcryptrun.c:593 +#: tools/symcryptrun.c:574 #, fuzzy, c-format msgid "could not create pty: %s\n" msgstr " %s: %s\n" -#: tools/symcryptrun.c:609 +#: tools/symcryptrun.c:590 #, c-format msgid "could not fork: %s\n" msgstr "" -#: tools/symcryptrun.c:637 +#: tools/symcryptrun.c:618 #, fuzzy, c-format msgid "execv failed: %s\n" msgstr " : %s\n" -#: tools/symcryptrun.c:666 +#: tools/symcryptrun.c:647 #, fuzzy, c-format msgid "select failed: %s\n" msgstr " block : %s\n" -#: tools/symcryptrun.c:683 +#: tools/symcryptrun.c:664 #, fuzzy, c-format msgid "read failed: %s\n" msgstr " : %s\n" -#: tools/symcryptrun.c:735 +#: tools/symcryptrun.c:716 #, fuzzy, c-format msgid "pty read failed: %s\n" msgstr " : %s\n" -#: tools/symcryptrun.c:787 +#: tools/symcryptrun.c:768 #, fuzzy, c-format msgid "waitpid failed: %s\n" msgstr " : %s\n" -#: tools/symcryptrun.c:801 +#: tools/symcryptrun.c:782 #, c-format msgid "child aborted with status %i\n" msgstr "" -#: tools/symcryptrun.c:856 +#: tools/symcryptrun.c:837 #, fuzzy, c-format msgid "cannot allocate infile string: %s\n" msgstr " `%s': %s\n" -#: tools/symcryptrun.c:869 +#: tools/symcryptrun.c:850 #, fuzzy, c-format msgid "cannot allocate outfile string: %s\n" msgstr " `%s': %s\n" -#: tools/symcryptrun.c:1044 +#: tools/symcryptrun.c:1025 #, c-format msgid "either %s or %s must be given\n" msgstr "" -#: tools/symcryptrun.c:1064 +#: tools/symcryptrun.c:1045 msgid "no class provided\n" msgstr "" -#: tools/symcryptrun.c:1071 +#: tools/symcryptrun.c:1052 #, fuzzy, c-format msgid "class %s is not supported\n" msgstr " %d%s\n" +#~ msgid "DSA requires the use of a 160 bit hash algorithm\n" +#~ msgstr " DSA 160 bit hash\n" + #, fuzzy #~ msgid ".\n" #~ msgstr "%s.\n" @@ -8719,9 +8736,6 @@ msgstr " %d%s\n" #~ msgstr "" #~ "|ONOMA| " -#~ msgid "|NAME|use cipher algorithm NAME for passphrases" -#~ msgstr "|| " - #~ msgid "throw keyid field of encrypted packets" #~ msgstr " keyid " @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg 1.0.6d\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2007-03-08 14:20+0100\n" +"POT-Creation-Date: 2007-05-07 20:39+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" @@ -89,8 +89,8 @@ msgstr "ne povas krei '%s': %s\n" #: g10/keyring.c:1534 g10/openfile.c:190 g10/openfile.c:345 #: g10/plaintext.c:504 g10/sign.c:814 g10/sign.c:1009 g10/sign.c:1125 #: g10/sign.c:1281 g10/tdbdump.c:141 g10/tdbdump.c:149 g10/tdbio.c:542 -#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1775 -#: sm/gpgsm.c:1812 sm/qualified.c:74 +#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1780 +#: sm/gpgsm.c:1817 sm/gpgsm.c:1855 sm/qualified.c:74 #, c-format msgid "can't open `%s': %s\n" msgstr "ne povas malfermi '%s': %s\n" @@ -190,13 +190,13 @@ msgstr "" "Vi bezonas pasfrazon por protekti vian sekretan losilon.\n" "\n" -#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1216 +#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1202 #, fuzzy msgid "Please re-enter this passphrase" msgstr "ani la pasfrazon" -#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1222 -#: tools/symcryptrun.c:487 +#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1208 +#: tools/symcryptrun.c:468 msgid "does not match - try again" msgstr "" @@ -205,7 +205,7 @@ msgstr "" msgid "Please enter the new passphrase" msgstr "ani la pasfrazon" -#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:109 +#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:111 #: scd/scdaemon.c:103 #, fuzzy msgid "" @@ -225,13 +225,13 @@ msgid "run in daemon mode (background)" msgstr "" #: agent/gpg-agent.c:117 g10/gpg.c:470 g10/gpgv.c:71 kbx/kbxutil.c:82 -#: scd/scdaemon.c:109 sm/gpgsm.c:335 tools/gpg-connect-agent.c:59 -#: tools/gpgconf.c:69 tools/symcryptrun.c:185 +#: scd/scdaemon.c:109 sm/gpgsm.c:338 tools/gpg-connect-agent.c:60 +#: tools/gpgconf.c:69 tools/symcryptrun.c:166 msgid "verbose" msgstr "detala eligo" #: agent/gpg-agent.c:118 g10/gpgv.c:72 kbx/kbxutil.c:83 scd/scdaemon.c:110 -#: sm/gpgsm.c:336 +#: sm/gpgsm.c:339 msgid "be somewhat more quiet" msgstr "iom malpli da informoj" @@ -243,7 +243,7 @@ msgstr "" msgid "csh-style command output" msgstr "" -#: agent/gpg-agent.c:121 tools/symcryptrun.c:188 +#: agent/gpg-agent.c:121 tools/symcryptrun.c:169 #, fuzzy msgid "|FILE|read options from FILE" msgstr "|DOSIERO|legi aldonan bibliotekon DOSIERO" @@ -256,8 +256,8 @@ msgstr "" msgid "do not grab keyboard and mouse" msgstr "" -#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:338 -#: tools/symcryptrun.c:187 +#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:341 +#: tools/symcryptrun.c:168 #, fuzzy msgid "use a log file for the server" msgstr "seri losilojn e losilservilo" @@ -313,9 +313,9 @@ msgstr "" msgid "|FILE|write environment settings also to FILE" msgstr "" -#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:143 -#: scd/scdaemon.c:192 sm/gpgsm.c:517 tools/gpg-connect-agent.c:123 -#: tools/gpgconf.c:91 tools/symcryptrun.c:225 +#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:148 +#: scd/scdaemon.c:192 sm/gpgsm.c:521 tools/gpg-connect-agent.c:126 +#: tools/gpgconf.c:91 tools/symcryptrun.c:206 #, fuzzy msgid "Please report bugs to <" msgstr "Bonvolu raporti cimojn al <gnupg-bugs@gnu.org>.\n" @@ -331,138 +331,127 @@ msgid "" "Secret key management for GnuPG\n" msgstr "" -#: agent/gpg-agent.c:311 -#, c-format -msgid "out of core in secure memory while allocating %lu bytes" -msgstr "" - -#: agent/gpg-agent.c:314 -#, c-format -msgid "out of core while allocating %lu bytes" -msgstr "" - -#: agent/gpg-agent.c:345 g10/gpg.c:931 scd/scdaemon.c:266 sm/gpgsm.c:646 +#: agent/gpg-agent.c:303 g10/gpg.c:931 scd/scdaemon.c:247 sm/gpgsm.c:650 #, c-format msgid "invalid debug-level `%s' given\n" msgstr "" -#: agent/gpg-agent.c:521 agent/protect-tool.c:1073 g10/gpg.c:1835 -#: kbx/kbxutil.c:432 scd/scdaemon.c:358 sm/gpgsm.c:768 -#: tools/symcryptrun.c:1056 +#: agent/gpg-agent.c:479 agent/protect-tool.c:1059 kbx/kbxutil.c:432 +#: scd/scdaemon.c:339 sm/gpgsm.c:771 sm/gpgsm.c:774 tools/symcryptrun.c:1037 #, c-format -msgid "libgcrypt is too old (need %s, have %s)\n" +msgid "%s is too old (need %s, have %s)\n" msgstr "" -#: agent/gpg-agent.c:615 g10/gpg.c:2035 scd/scdaemon.c:435 sm/gpgsm.c:865 +#: agent/gpg-agent.c:572 g10/gpg.c:2035 scd/scdaemon.c:415 sm/gpgsm.c:865 #, c-format msgid "NOTE: no default option file `%s'\n" msgstr "NOTO: mankas implicita opcio-dosiero '%s'\n" -#: agent/gpg-agent.c:620 agent/gpg-agent.c:1179 g10/gpg.c:2039 -#: scd/scdaemon.c:440 sm/gpgsm.c:869 tools/symcryptrun.c:989 +#: agent/gpg-agent.c:577 agent/gpg-agent.c:1136 g10/gpg.c:2039 +#: scd/scdaemon.c:420 sm/gpgsm.c:869 tools/symcryptrun.c:970 #, c-format msgid "option file `%s': %s\n" msgstr "opcio-dosiero '%s': %s\n" -#: agent/gpg-agent.c:628 g10/gpg.c:2046 scd/scdaemon.c:448 sm/gpgsm.c:876 +#: agent/gpg-agent.c:585 g10/gpg.c:2046 scd/scdaemon.c:428 sm/gpgsm.c:876 #, c-format msgid "reading options from `%s'\n" msgstr "legas opciojn el '%s'\n" -#: agent/gpg-agent.c:949 g10/plaintext.c:142 g10/plaintext.c:147 +#: agent/gpg-agent.c:906 g10/plaintext.c:142 g10/plaintext.c:147 #: g10/plaintext.c:164 #, c-format msgid "error creating `%s': %s\n" msgstr "eraro dum kreado de '%s': %s\n" -#: agent/gpg-agent.c:1239 agent/gpg-agent.c:1342 agent/gpg-agent.c:1346 -#: agent/gpg-agent.c:1382 agent/gpg-agent.c:1386 g10/exec.c:174 -#: g10/openfile.c:418 scd/scdaemon.c:934 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:1299 agent/gpg-agent.c:1303 +#: agent/gpg-agent.c:1339 agent/gpg-agent.c:1343 g10/exec.c:174 +#: g10/openfile.c:418 scd/scdaemon.c:914 #, fuzzy, c-format msgid "can't create directory `%s': %s\n" msgstr "%s: ne povas krei dosierujon: %s\n" -#: agent/gpg-agent.c:1253 scd/scdaemon.c:948 +#: agent/gpg-agent.c:1210 scd/scdaemon.c:928 msgid "name of socket too long\n" msgstr "" -#: agent/gpg-agent.c:1279 scd/scdaemon.c:974 +#: agent/gpg-agent.c:1236 scd/scdaemon.c:954 #, fuzzy, c-format msgid "can't create socket: %s\n" msgstr "ne povas krei %s: %s\n" -#: agent/gpg-agent.c:1308 scd/scdaemon.c:1003 +#: agent/gpg-agent.c:1265 scd/scdaemon.c:983 #, fuzzy, c-format msgid "error binding socket to `%s': %s\n" msgstr "eraro dum sendo al '%s': %s\n" -#: agent/gpg-agent.c:1316 scd/scdaemon.c:1011 +#: agent/gpg-agent.c:1273 scd/scdaemon.c:991 #, fuzzy, c-format msgid "listen() failed: %s\n" msgstr "aktualigo malsukcesis: %s\n" -#: agent/gpg-agent.c:1322 scd/scdaemon.c:1017 +#: agent/gpg-agent.c:1279 scd/scdaemon.c:997 #, fuzzy, c-format msgid "listening on socket `%s'\n" msgstr "skribas sekretan losilon al '%s'\n" -#: agent/gpg-agent.c:1350 agent/gpg-agent.c:1392 g10/openfile.c:421 +#: agent/gpg-agent.c:1307 agent/gpg-agent.c:1349 g10/openfile.c:421 #, fuzzy, c-format msgid "directory `%s' created\n" msgstr "%s: dosierujo kreita\n" -#: agent/gpg-agent.c:1398 +#: agent/gpg-agent.c:1355 #, fuzzy, c-format msgid "stat() failed for `%s': %s\n" msgstr "fido-datenaro: lego malsukcesis (n=%d): %s\n" -#: agent/gpg-agent.c:1402 +#: agent/gpg-agent.c:1359 #, fuzzy, c-format msgid "can't use `%s' as home directory\n" msgstr "%s: ne povas krei dosierujon: %s\n" -#: agent/gpg-agent.c:1504 +#: agent/gpg-agent.c:1461 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:1509 +#: agent/gpg-agent.c:1466 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:1526 +#: agent/gpg-agent.c:1483 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:1531 +#: agent/gpg-agent.c:1488 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:1627 scd/scdaemon.c:1136 +#: agent/gpg-agent.c:1584 scd/scdaemon.c:1116 #, fuzzy, c-format msgid "pth_select failed: %s - waiting 1s\n" msgstr "aktualigo de sekreto malsukcesis: %s\n" -#: agent/gpg-agent.c:1733 scd/scdaemon.c:1203 +#: agent/gpg-agent.c:1690 scd/scdaemon.c:1183 #, fuzzy, c-format msgid "%s %s stopped\n" msgstr "\t%lu losiloj ignoritaj\n" -#: agent/gpg-agent.c:1754 +#: agent/gpg-agent.c:1711 #, fuzzy msgid "no gpg-agent running in this session\n" msgstr "gpg-agent ne estas disponata en i tiu sesio\n" -#: agent/gpg-agent.c:1764 common/simple-pwquery.c:324 g10/call-agent.c:137 -#: sm/call-agent.c:144 tools/gpg-connect-agent.c:713 +#: agent/gpg-agent.c:1721 common/simple-pwquery.c:324 g10/call-agent.c:137 +#: sm/call-agent.c:144 tools/gpg-connect-agent.c:764 msgid "malformed GPG_AGENT_INFO environment variable\n" msgstr "malbona valoro de la media variablo GPG_AGENT_INFO\n" -#: agent/gpg-agent.c:1776 common/simple-pwquery.c:336 g10/call-agent.c:149 -#: sm/call-agent.c:156 tools/gpg-connect-agent.c:724 +#: agent/gpg-agent.c:1733 common/simple-pwquery.c:336 g10/call-agent.c:149 +#: sm/call-agent.c:156 tools/gpg-connect-agent.c:775 #, c-format msgid "gpg-agent protocol version %d is not supported\n" msgstr "protokolversio %d de gpg-agent ne estas uzebla\n" @@ -478,51 +467,51 @@ msgid "" "Password cache maintenance\n" msgstr "" -#: agent/protect-tool.c:146 +#: agent/protect-tool.c:151 #, fuzzy msgid "Usage: gpg-protect-tool [options] (-h for help)\n" msgstr "Uzado: gpg [opcioj] [dosieroj] (-h por helpo)" -#: agent/protect-tool.c:148 +#: agent/protect-tool.c:153 msgid "" "Syntax: gpg-protect-tool [options] [args]\n" "Secret key maintenance tool\n" msgstr "" -#: agent/protect-tool.c:1207 +#: agent/protect-tool.c:1193 #, fuzzy msgid "Please enter the passphrase to unprotect the PKCS#12 object." msgstr "Bonvolu doni la pasfrazon; tio estas sekreta frazo \n" -#: agent/protect-tool.c:1210 +#: agent/protect-tool.c:1196 #, fuzzy msgid "Please enter the passphrase to protect the new PKCS#12 object." msgstr "Bonvolu doni la pasfrazon; tio estas sekreta frazo \n" -#: agent/protect-tool.c:1213 +#: agent/protect-tool.c:1199 msgid "" "Please enter the passphrase to protect the imported object within the GnuPG " "system." msgstr "" -#: agent/protect-tool.c:1218 +#: agent/protect-tool.c:1204 #, fuzzy msgid "" "Please enter the passphrase or the PIN\n" "needed to complete this operation." msgstr "Bonvolu doni la pasfrazon; tio estas sekreta frazo \n" -#: agent/protect-tool.c:1223 tools/symcryptrun.c:488 +#: agent/protect-tool.c:1209 tools/symcryptrun.c:469 #, fuzzy msgid "Passphrase:" msgstr "malbona pasfrazo" -#: agent/protect-tool.c:1236 tools/symcryptrun.c:501 +#: agent/protect-tool.c:1222 tools/symcryptrun.c:482 #, fuzzy, c-format msgid "error while asking for the passphrase: %s\n" msgstr "eraro dum kreado de pasfrazo: %s\n" -#: agent/protect-tool.c:1239 tools/symcryptrun.c:505 +#: agent/protect-tool.c:1225 tools/symcryptrun.c:486 #, fuzzy msgid "cancelled\n" msgstr "nuligita de uzanto\n" @@ -562,7 +551,7 @@ msgstr "" msgid "error reading `%s', line %d: %s\n" msgstr "eraro dum legado de '%s': %s\n" -#: agent/trustlist.c:355 agent/trustlist.c:394 +#: agent/trustlist.c:365 agent/trustlist.c:404 msgid "error reading list of trusted root certificates\n" msgstr "" @@ -575,7 +564,7 @@ msgstr "" #. second "%s" gets replaced by a hexdecimal #. fingerprint string whereas the first one receives #. the name as store in the certificate. -#: agent/trustlist.c:470 +#: agent/trustlist.c:480 #, c-format msgid "" "Please verify that the certificate identified as:%%0A \"%s\"%%0Ahas the " @@ -585,7 +574,7 @@ msgstr "" #. TRANSLATORS: "Correct" is the label of a button and intended to #. be hit if the fingerprint matches the one of the CA. The other #. button is "the default "Cancel" of the Pinentry. -#: agent/trustlist.c:479 +#: agent/trustlist.c:489 msgid "Correct" msgstr "" @@ -597,19 +586,19 @@ msgstr "" #. plain % sign, you need to encode it as "%%25". The #. "%s" gets replaced by the name as store in the #. certificate. -#: agent/trustlist.c:499 +#: agent/trustlist.c:509 #, c-format msgid "" "Do you ultimately trust%%0A \"%s\"%%0Ato correctly certify user " "certificates?" msgstr "" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 #, fuzzy msgid "Yes" msgstr "jes" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 msgid "No" msgstr "" @@ -653,12 +642,12 @@ msgstr "" msgid "error running `%s': terminated\n" msgstr "eraro dum legado de '%s': %s\n" -#: common/http.c:1623 +#: common/http.c:1621 #, fuzzy, c-format msgid "error creating socket: %s\n" msgstr "eraro dum kreado de '%s': %s\n" -#: common/http.c:1667 +#: common/http.c:1665 #, fuzzy msgid "host not found" msgstr "%s: uzanto ne trovita\n" @@ -753,6 +742,16 @@ msgstr "" msgid "cC" msgstr "k" +#: common/miscellaneous.c:73 +#, c-format +msgid "out of core in secure memory while allocating %lu bytes" +msgstr "" + +#: common/miscellaneous.c:76 +#, c-format +msgid "out of core while allocating %lu bytes" +msgstr "" + #: g10/armor.c:368 #, c-format msgid "armor: %s\n" @@ -1188,13 +1187,13 @@ msgstr "--output ne funkcias por i tiu komando\n" msgid "can't open `%s'\n" msgstr "ne povas malfermi '%s'\n" -#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1714 +#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1721 #: g10/revoke.c:228 #, fuzzy, c-format msgid "key \"%s\" not found: %s\n" msgstr "losilo '%s' ne trovita: %s\n" -#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1728 +#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1735 #: g10/revoke.c:234 g10/revoke.c:479 #, c-format msgid "error reading keyblock: %s\n" @@ -1466,22 +1465,22 @@ msgstr "" msgid "Invalid key %s made valid by --allow-non-selfsigned-uid\n" msgstr "Nevalida losilo %08lX validigita per --always-trust\n" -#: g10/getkey.c:2390 g10/keyedit.c:3723 +#: g10/getkey.c:2393 g10/keyedit.c:3723 #, fuzzy, c-format msgid "no secret subkey for public subkey %s - ignoring\n" msgstr "estas sekreta losilo por la publika losilo \"%s\"!\n" -#: g10/getkey.c:2621 +#: g10/getkey.c:2624 #, fuzzy, c-format msgid "using subkey %s instead of primary key %s\n" msgstr "uzas flankan losilon %08lX anstata la efa losilo %08lX\n" -#: g10/getkey.c:2668 +#: g10/getkey.c:2671 #, fuzzy, c-format msgid "key %s: secret key without public key - skipped\n" msgstr "losilo %08lX: sekreta losilo sen publika losilo - ignorita\n" -#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:241 tools/gpgconf.c:56 +#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:242 tools/gpgconf.c:56 msgid "" "@Commands:\n" " " @@ -1497,27 +1496,27 @@ msgstr "|[dosiero]|fari subskribon" msgid "|[file]|make a clear text signature" msgstr "|[dosiero]|fari klartekstan subskribon" -#: g10/gpg.c:373 sm/gpgsm.c:245 +#: g10/gpg.c:373 sm/gpgsm.c:246 msgid "make a detached signature" msgstr "fari apartan subskribon" -#: g10/gpg.c:374 sm/gpgsm.c:246 +#: g10/gpg.c:374 sm/gpgsm.c:247 msgid "encrypt data" msgstr "ifri datenojn" -#: g10/gpg.c:376 sm/gpgsm.c:247 +#: g10/gpg.c:376 sm/gpgsm.c:248 msgid "encryption only with symmetric cipher" msgstr "ifri nur kun simetria ifro" -#: g10/gpg.c:378 sm/gpgsm.c:248 +#: g10/gpg.c:378 sm/gpgsm.c:249 msgid "decrypt data (default)" msgstr "malifri datenojn (implicita elekto)" -#: g10/gpg.c:380 sm/gpgsm.c:249 +#: g10/gpg.c:380 sm/gpgsm.c:250 msgid "verify a signature" msgstr "kontroli subskribon" -#: g10/gpg.c:382 sm/gpgsm.c:251 +#: g10/gpg.c:382 sm/gpgsm.c:252 msgid "list keys" msgstr "listigi losilojn" @@ -1530,11 +1529,11 @@ msgstr "listigi losilojn kaj subskribojn" msgid "list and check key signatures" msgstr "kontroli losilsubskribojn" -#: g10/gpg.c:386 sm/gpgsm.c:255 +#: g10/gpg.c:386 sm/gpgsm.c:256 msgid "list keys and fingerprints" msgstr "listigi losilojn kaj fingropurojn" -#: g10/gpg.c:387 sm/gpgsm.c:253 +#: g10/gpg.c:387 sm/gpgsm.c:254 msgid "list secret keys" msgstr "listigi sekretajn losilojn" @@ -1570,11 +1569,11 @@ msgstr "krei revokatestilon" msgid "export keys" msgstr "eksporti losilojn" -#: g10/gpg.c:398 sm/gpgsm.c:258 +#: g10/gpg.c:398 sm/gpgsm.c:259 msgid "export keys to a key server" msgstr "eksporti losilojn al losilservilo" -#: g10/gpg.c:399 sm/gpgsm.c:259 +#: g10/gpg.c:399 sm/gpgsm.c:260 msgid "import keys from a key server" msgstr "importi losilojn de losilservilo" @@ -1610,12 +1609,12 @@ msgstr "aktualigi la fido-datenaron" msgid "|algo [files]|print message digests" msgstr "|metodo [dosieroj]|presi mesao-kompendiojn" -#: g10/gpg.c:431 sm/gpgsm.c:263 +#: g10/gpg.c:431 sm/gpgsm.c:264 msgid "run in server mode" msgstr "" -#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:278 -#: tools/gpg-connect-agent.c:57 tools/gpgconf.c:66 tools/symcryptrun.c:178 +#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:279 +#: tools/gpg-connect-agent.c:58 tools/gpgconf.c:66 tools/symcryptrun.c:159 msgid "" "@\n" "Options:\n" @@ -1625,31 +1624,31 @@ msgstr "" "Opcioj:\n" " " -#: g10/gpg.c:435 sm/gpgsm.c:280 +#: g10/gpg.c:435 sm/gpgsm.c:281 msgid "create ascii armored output" msgstr "krei eligon en askia kiraso" -#: g10/gpg.c:437 sm/gpgsm.c:290 +#: g10/gpg.c:437 sm/gpgsm.c:293 msgid "|NAME|encrypt for NAME" msgstr "|NOMO|ifri por NOMO" -#: g10/gpg.c:448 sm/gpgsm.c:326 +#: g10/gpg.c:448 sm/gpgsm.c:329 msgid "use this user-id to sign or decrypt" msgstr "uzi i tiun uzantidentigilon por subskribi a malifri" -#: g10/gpg.c:449 sm/gpgsm.c:329 +#: g10/gpg.c:449 sm/gpgsm.c:332 msgid "|N|set compress level N (0 disables)" msgstr "|N|difini densig-nivelon N (0=nenia)" -#: g10/gpg.c:454 sm/gpgsm.c:331 +#: g10/gpg.c:454 sm/gpgsm.c:334 msgid "use canonical text mode" msgstr "uzi tekstan reimon" -#: g10/gpg.c:468 sm/gpgsm.c:334 tools/gpgconf.c:68 +#: g10/gpg.c:468 sm/gpgsm.c:337 tools/gpgconf.c:68 msgid "use as output file" msgstr "uzi dosieron por eligo" -#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:344 tools/gpgconf.c:71 +#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:347 tools/gpgconf.c:71 msgid "do not make any changes" msgstr "fari neniajn anojn" @@ -1665,7 +1664,7 @@ msgstr "" msgid "generate PGP 2.x compatible messages" msgstr "" -#: g10/gpg.c:554 sm/gpgsm.c:392 +#: g10/gpg.c:554 sm/gpgsm.c:395 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -1673,7 +1672,7 @@ msgstr "" "@\n" "(Vidu la manpaon por kompleta listo de iuj komandoj kaj opcioj)\n" -#: g10/gpg.c:557 sm/gpgsm.c:395 +#: g10/gpg.c:557 sm/gpgsm.c:398 msgid "" "@\n" "Examples:\n" @@ -1711,7 +1710,7 @@ msgstr "" "subskribi, kontroli, ifri a malifri\n" "implicita operacio dependas de la enigataj datenoj\n" -#: g10/gpg.c:782 sm/gpgsm.c:530 +#: g10/gpg.c:782 sm/gpgsm.c:534 msgid "" "\n" "Supported algorithms:\n" @@ -1740,7 +1739,7 @@ msgstr "Komento: " msgid "usage: gpg [options] " msgstr "uzado: gpg [opcioj] " -#: g10/gpg.c:1060 sm/gpgsm.c:682 +#: g10/gpg.c:1060 sm/gpgsm.c:686 msgid "conflicting commands\n" msgstr "malkongruaj komandoj\n" @@ -1864,6 +1863,11 @@ msgstr "montri, en kiu losilaro estas listigita losilo" msgid "show expiration dates during signature listings" msgstr "Mankas responda subskribo en sekreta losilaro\n" +#: g10/gpg.c:1835 +#, c-format +msgid "libgcrypt is too old (need %s, have %s)\n" +msgstr "" + #: g10/gpg.c:1993 #, fuzzy, c-format msgid "NOTE: old default options file `%s' ignored\n" @@ -2006,7 +2010,7 @@ msgstr "AVERTO: '%s' estas malplena dosiero\n" msgid "invalid auto-key-locate list\n" msgstr "" -#: g10/gpg.c:2893 sm/gpgsm.c:1232 +#: g10/gpg.c:2893 sm/gpgsm.c:1236 msgid "WARNING: program may create a core file!\n" msgstr "AVERTO: programo povas krei core-dosieron!\n" @@ -2046,11 +2050,11 @@ msgstr "necesas uzi dosierojn (kaj ne tubon) kun --pgp2\n" msgid "encrypting a message in --pgp2 mode requires the IDEA cipher\n" msgstr "ifri mesaon kun --pgp2 postulas la ifron IDEA\n" -#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1288 +#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1292 msgid "selected cipher algorithm is invalid\n" msgstr "elektita ifrad-metodo ne validas\n" -#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1296 +#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1300 msgid "selected digest algorithm is invalid\n" msgstr "elektita kompendi-metodo ne validas\n" @@ -2292,7 +2296,7 @@ msgstr "u forvii i tiun losilon de la losilaro? " msgid "make timestamp conflicts only a warning" msgstr "malkongruo de tempostampoj" -#: g10/gpgv.c:76 sm/gpgsm.c:367 +#: g10/gpgv.c:76 sm/gpgsm.c:370 msgid "|FD|write status info to this FD" msgstr "|FD|skribi statusinformojn al FD (dosierpriskribilo)" @@ -3858,7 +3862,7 @@ msgid "(sensitive)" msgstr " (sentema)" #: g10/keyedit.c:2743 g10/keyedit.c:2799 g10/keyedit.c:2860 g10/keyedit.c:2875 -#: g10/keylist.c:194 g10/keyserver.c:516 +#: g10/keylist.c:194 g10/keyserver.c:523 #, fuzzy, c-format msgid "created: %s" msgstr "ne povas krei %s: %s\n" @@ -3875,7 +3879,7 @@ msgstr " [eksvalidios: %s]" #: g10/keyedit.c:2750 g10/keyedit.c:2801 g10/keyedit.c:2862 g10/keyedit.c:2877 #: g10/keylist.c:196 g10/keylist.c:748 g10/keylist.c:783 g10/keylist.c:877 -#: g10/keylist.c:898 g10/keyserver.c:522 g10/mainproc.c:985 +#: g10/keylist.c:898 g10/keyserver.c:529 g10/mainproc.c:985 #, fuzzy, c-format msgid "expires: %s" msgstr " [eksvalidios: %s]" @@ -3909,13 +3913,13 @@ msgid "" "unless you restart the program.\n" msgstr "" -#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:526 +#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:533 #: g10/mainproc.c:1831 g10/trustdb.c:1179 g10/trustdb.c:1699 #, fuzzy msgid "revoked" msgstr "rev" -#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:530 +#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:537 #: g10/mainproc.c:1833 g10/trustdb.c:532 g10/trustdb.c:1701 #, fuzzy msgid "expired" @@ -4798,184 +4802,184 @@ msgstr "%lu losiloj kontrolitaj (%lu subskriboj)\n" msgid "%s: keyring created\n" msgstr "%s: losilaro kreita\n" -#: g10/keyserver.c:66 +#: g10/keyserver.c:73 msgid "include revoked keys in search results" msgstr "" -#: g10/keyserver.c:67 +#: g10/keyserver.c:74 msgid "include subkeys when searching by key ID" msgstr "" -#: g10/keyserver.c:69 +#: g10/keyserver.c:76 msgid "use temporary files to pass data to keyserver helpers" msgstr "" -#: g10/keyserver.c:71 +#: g10/keyserver.c:78 msgid "do not delete temporary files after using them" msgstr "" -#: g10/keyserver.c:75 +#: g10/keyserver.c:82 msgid "automatically retrieve keys when verifying signatures" msgstr "" -#: g10/keyserver.c:77 +#: g10/keyserver.c:84 #, fuzzy msgid "honor the preferred keyserver URL set on the key" msgstr "la donita gvidlinia URL por subskriboj ne validas\n" -#: g10/keyserver.c:79 +#: g10/keyserver.c:86 msgid "honor the PKA record set on a key when retrieving keys" msgstr "" -#: g10/keyserver.c:145 +#: g10/keyserver.c:152 #, c-format msgid "WARNING: keyserver option `%s' is not used on this platform\n" msgstr "" -#: g10/keyserver.c:528 +#: g10/keyserver.c:535 #, fuzzy msgid "disabled" msgstr "el" -#: g10/keyserver.c:729 +#: g10/keyserver.c:736 msgid "Enter number(s), N)ext, or Q)uit > " msgstr "" -#: g10/keyserver.c:813 g10/keyserver.c:1435 +#: g10/keyserver.c:820 g10/keyserver.c:1442 #, fuzzy, c-format msgid "invalid keyserver protocol (us %d!=handler %d)\n" msgstr "nevalida losilaro" -#: g10/keyserver.c:911 +#: g10/keyserver.c:918 #, fuzzy, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "losilo '%s' ne trovita: %s\n" -#: g10/keyserver.c:913 +#: g10/keyserver.c:920 #, fuzzy msgid "key not found on keyserver\n" msgstr "losilo '%s' ne trovita: %s\n" -#: g10/keyserver.c:1154 +#: g10/keyserver.c:1161 #, 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:1158 +#: g10/keyserver.c:1165 #, fuzzy, c-format msgid "requesting key %s from %s\n" msgstr "petas la losilon %08lX de HKP-losilservilo %s ...\n" -#: g10/keyserver.c:1182 +#: g10/keyserver.c:1189 #, fuzzy, c-format msgid "searching for names from %s server %s\n" msgstr "seras pri \"%s\" e HKP-servilo %s\n" -#: g10/keyserver.c:1185 +#: g10/keyserver.c:1192 #, fuzzy, c-format msgid "searching for names from %s\n" msgstr "seras pri \"%s\" e HKP-servilo %s\n" -#: g10/keyserver.c:1338 +#: g10/keyserver.c:1345 #, fuzzy, c-format msgid "sending key %s to %s server %s\n" msgstr "seras pri \"%s\" e HKP-servilo %s\n" -#: g10/keyserver.c:1342 +#: g10/keyserver.c:1349 #, fuzzy, c-format msgid "sending key %s to %s\n" msgstr "" "\"\n" "subskribita per via losilo %08lX je %s\n" -#: g10/keyserver.c:1385 +#: g10/keyserver.c:1392 #, fuzzy, c-format msgid "searching for \"%s\" from %s server %s\n" msgstr "seras pri \"%s\" e HKP-servilo %s\n" -#: g10/keyserver.c:1388 +#: g10/keyserver.c:1395 #, fuzzy, c-format msgid "searching for \"%s\" from %s\n" msgstr "seras pri \"%s\" e HKP-servilo %s\n" -#: g10/keyserver.c:1395 g10/keyserver.c:1491 +#: g10/keyserver.c:1402 g10/keyserver.c:1498 #, fuzzy msgid "no keyserver action!\n" msgstr "nevalida losilaro" -#: g10/keyserver.c:1443 +#: g10/keyserver.c:1450 #, c-format msgid "WARNING: keyserver handler from a different version of GnuPG (%s)\n" msgstr "" -#: g10/keyserver.c:1452 +#: g10/keyserver.c:1459 msgid "keyserver did not send VERSION\n" msgstr "" -#: g10/keyserver.c:1514 g10/keyserver.c:2042 +#: g10/keyserver.c:1521 g10/keyserver.c:2049 msgid "no keyserver known (use option --keyserver)\n" msgstr "neniu losilservilo konata (uzu la opcion --keyserver)\n" -#: g10/keyserver.c:1520 +#: g10/keyserver.c:1527 msgid "external keyserver calls are not supported in this build\n" msgstr "" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1539 #, c-format msgid "no handler for keyserver scheme `%s'\n" msgstr "" -#: g10/keyserver.c:1537 +#: g10/keyserver.c:1544 #, c-format msgid "action `%s' not supported with keyserver scheme `%s'\n" msgstr "" -#: g10/keyserver.c:1545 +#: g10/keyserver.c:1552 #, c-format msgid "%s does not support handler version %d\n" msgstr "" -#: g10/keyserver.c:1552 +#: g10/keyserver.c:1559 #, fuzzy msgid "keyserver timed out\n" msgstr "losilservila eraro" -#: g10/keyserver.c:1557 +#: g10/keyserver.c:1564 #, fuzzy msgid "keyserver internal error\n" msgstr "losilservila eraro" -#: g10/keyserver.c:1566 +#: g10/keyserver.c:1573 #, fuzzy, c-format msgid "keyserver communications error: %s\n" msgstr "listigo de sekretaj losiloj malsukcesis: %s\n" -#: g10/keyserver.c:1591 g10/keyserver.c:1625 +#: g10/keyserver.c:1598 g10/keyserver.c:1632 #, fuzzy, c-format msgid "\"%s\" not a key ID: skipping\n" msgstr "%s: ne valida losilidentigilo\n" -#: g10/keyserver.c:1884 +#: g10/keyserver.c:1891 #, 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:1906 +#: g10/keyserver.c:1913 #, fuzzy, c-format msgid "refreshing 1 key from %s\n" msgstr "petas la losilon %08lX de HKP-losilservilo %s ...\n" -#: g10/keyserver.c:1908 +#: g10/keyserver.c:1915 #, fuzzy, c-format msgid "refreshing %d keys from %s\n" msgstr "petas la losilon %08lX de HKP-losilservilo %s ...\n" -#: g10/keyserver.c:1964 +#: g10/keyserver.c:1971 #, fuzzy, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "Averto: malsekura posedeco sur %s \"%s\"\n" -#: g10/keyserver.c:1970 +#: g10/keyserver.c:1977 #, fuzzy, c-format msgid "WARNING: unable to parse URI %s\n" msgstr "Averto: malsekura posedeco sur %s \"%s\"\n" @@ -5326,16 +5330,16 @@ msgstr "%s: nova opcio-dosiero kreita\n" msgid "WARNING: options in `%s' are not yet active during this run\n" msgstr "" -#: g10/parse-packet.c:192 +#: g10/parse-packet.c:193 #, c-format msgid "can't handle public key algorithm %d\n" msgstr "ne povas trakti publiklosilan metodon %d\n" -#: g10/parse-packet.c:762 +#: g10/parse-packet.c:798 msgid "WARNING: potentially insecure symmetrically encrypted session key\n" msgstr "" -#: g10/parse-packet.c:1213 +#: g10/parse-packet.c:1249 #, c-format msgid "subpacket of type %d has critical bit set\n" msgstr "subpaketo de speco %d havas altitan \"critical bit\"\n" @@ -5946,7 +5950,7 @@ msgid "cannot avoid weak key for symmetric cipher; tried %d times!\n" msgstr "" "ne povas eviti malfortajn losilojn por simetria ifro; provis %d fojojn!\n" -#: g10/seskey.c:229 +#: g10/seskey.c:229 sm/certcheck.c:91 msgid "DSA requires the hash length to be a multiple of 8 bits\n" msgstr "" @@ -6509,7 +6513,7 @@ msgstr "" msgid "iconv_open failed: %s\n" msgstr "ne povas malfermi %s: %s\n" -#: jnlib/utf8conv.c:331 jnlib/utf8conv.c:597 +#: jnlib/utf8conv.c:338 jnlib/utf8conv.c:604 #, fuzzy, c-format msgid "conversion from `%s' to `%s' failed: %s\n" msgstr "enkirasigo malsukcesis: %s\n" @@ -6734,7 +6738,7 @@ msgstr "validaj OpenPGP-datenoj ne trovitaj.\n" msgid "run in multi server mode (foreground)" msgstr "" -#: scd/scdaemon.c:113 sm/gpgsm.c:356 +#: scd/scdaemon.c:113 sm/gpgsm.c:359 #, fuzzy msgid "read options from file" msgstr "legas opciojn el '%s'\n" @@ -6778,21 +6782,21 @@ msgid "" "Smartcard daemon for GnuPG\n" msgstr "" -#: scd/scdaemon.c:684 +#: scd/scdaemon.c:664 msgid "please use the option `--daemon' to run the program in the background\n" msgstr "" -#: scd/scdaemon.c:1032 +#: scd/scdaemon.c:1012 #, c-format msgid "handler for fd %d started\n" msgstr "" -#: scd/scdaemon.c:1037 +#: scd/scdaemon.c:1017 #, c-format msgid "handler for fd %d terminated\n" msgstr "" -#: sm/base64.c:323 +#: sm/base64.c:327 #, fuzzy, c-format msgid "invalid radix64 character %02x skipped\n" msgstr "nevalida signo %02x en bazo 64 ignorita\n" @@ -6816,189 +6820,195 @@ msgstr "protokolversio %d de gpg-agent ne estas uzebla\n" msgid "can't connect to the dirmngr - trying fall back\n" msgstr "" -#: sm/certchain.c:165 +#: sm/certchain.c:176 #, fuzzy, c-format msgid "critical certificate extension %s is not supported" msgstr "protokolversio %d de gpg-agent ne estas uzebla\n" -#: sm/certchain.c:203 +#: sm/certchain.c:214 msgid "issuer certificate is not marked as a CA" msgstr "" -#: sm/certchain.c:242 +#: sm/certchain.c:253 msgid "critical marked policy without configured policies" msgstr "" -#: sm/certchain.c:252 +#: sm/certchain.c:263 #, fuzzy, c-format msgid "failed to open `%s': %s\n" msgstr "ne povas malfermi '%s': %s\n" -#: sm/certchain.c:259 sm/certchain.c:288 +#: sm/certchain.c:270 sm/certchain.c:299 msgid "note: non-critical certificate policy not allowed" msgstr "" -#: sm/certchain.c:263 sm/certchain.c:292 +#: sm/certchain.c:274 sm/certchain.c:303 #, fuzzy msgid "certificate policy not allowed" msgstr "skribas sekretan losilon al '%s'\n" -#: sm/certchain.c:403 +#: sm/certchain.c:414 msgid "looking up issuer at external location\n" msgstr "" -#: sm/certchain.c:423 +#: sm/certchain.c:434 #, c-format msgid "number of issuers matching: %d\n" msgstr "" -#: sm/certchain.c:576 sm/certchain.c:740 sm/certchain.c:1266 sm/decrypt.c:261 +#: sm/certchain.c:587 sm/certchain.c:753 sm/certchain.c:1334 sm/decrypt.c:261 #: sm/encrypt.c:343 sm/sign.c:328 sm/verify.c:107 #, fuzzy msgid "failed to allocated keyDB handle\n" msgstr "malsukcesis doni komencajn valorojn al fido-datenaro: %s\n" -#: sm/certchain.c:667 +#: sm/certchain.c:678 #, fuzzy msgid "certificate has been revoked" msgstr "losilo %08lX: losilo estas revokita!\n" -#: sm/certchain.c:676 +#: sm/certchain.c:687 #, fuzzy msgid "no CRL found for certificate" msgstr "Bona atestilo" -#: sm/certchain.c:680 +#: sm/certchain.c:691 #, fuzzy msgid "the available CRL is too old" msgstr "Nenia helpo disponata" -#: sm/certchain.c:682 +#: sm/certchain.c:693 msgid "please make sure that the \"dirmngr\" is properly installed\n" msgstr "" -#: sm/certchain.c:687 +#: sm/certchain.c:698 #, fuzzy, c-format msgid "checking the CRL failed: %s" msgstr "kontrolo de kreita subskribo malsukcesis: %s\n" -#: sm/certchain.c:765 +#: sm/certchain.c:794 #, fuzzy msgid "no issuer found in certificate" msgstr "Bona atestilo" -#: sm/certchain.c:792 +#: sm/certchain.c:823 #, fuzzy, c-format msgid "certificate with invalid validity: %s" msgstr "problemo e legado de atestilo: %s\n" -#: sm/certchain.c:808 +#: sm/certchain.c:839 #, fuzzy msgid "certificate not yet valid" msgstr "Valida atestilrevoko" -#: sm/certchain.c:821 +#: sm/certchain.c:852 #, fuzzy msgid "certificate has expired" msgstr "problemo e legado de atestilo: %s\n" -#: sm/certchain.c:864 +#: sm/certchain.c:895 msgid "self-signed certificate has a BAD signature" msgstr "" -#: sm/certchain.c:932 +#: sm/certchain.c:963 #, fuzzy msgid "root certificate is not marked trusted" msgstr "" "Neniom da atestiloj trovitaj kun nedifinita fidovaloro.\n" "\n" -#: sm/certchain.c:947 +#: sm/certchain.c:978 #, fuzzy, c-format msgid "fingerprint=%s\n" msgstr "Fingrospuro:" -#: sm/certchain.c:955 +#: sm/certchain.c:986 #, fuzzy msgid "root certificate has now been marked as trusted\n" msgstr "" "Neniom da atestiloj trovitaj kun nedifinita fidovaloro.\n" "\n" -#: sm/certchain.c:970 +#: sm/certchain.c:1001 msgid "interactive marking as trusted not enabled in gpg-agent\n" msgstr "" -#: sm/certchain.c:976 +#: sm/certchain.c:1007 msgid "interactive marking as trusted disabled for this session\n" msgstr "" -#: sm/certchain.c:986 +#: sm/certchain.c:1017 #, fuzzy, c-format msgid "checking the trust list failed: %s\n" msgstr "kontrolo de kreita subskribo malsukcesis: %s\n" -#: sm/certchain.c:1013 sm/import.c:158 +#: sm/certchain.c:1044 sm/import.c:159 #, fuzzy msgid "certificate chain too long\n" msgstr "Valida atestilrevoko" -#: sm/certchain.c:1025 +#: sm/certchain.c:1056 #, fuzzy msgid "issuer certificate not found" msgstr "Valida atestilrevoko" -#: sm/certchain.c:1058 +#: sm/certchain.c:1089 #, fuzzy msgid "certificate has a BAD signature" msgstr "kontroli subskribon" -#: sm/certchain.c:1088 +#: sm/certchain.c:1119 msgid "found another possible matching CA certificate - trying again" msgstr "" -#: sm/certchain.c:1139 +#: sm/certchain.c:1170 #, c-format msgid "certificate chain longer than allowed by CA (%d)" msgstr "" -#: sm/certcheck.c:52 -msgid "DSA requires the use of a 160 bit hash algorithm\n" +#: sm/certcheck.c:103 +#, c-format +msgid "%s key uses an unsafe (%u bit) hash\n" msgstr "" -#: sm/certcheck.c:177 sm/sign.c:482 sm/verify.c:189 +#: sm/certcheck.c:113 +#, c-format +msgid "a %u bit hash is not valid for a %u bit %s key\n" +msgstr "" + +#: sm/certcheck.c:250 sm/sign.c:482 sm/verify.c:189 msgid "(this is the MD2 algorithm)\n" msgstr "" -#: sm/certdump.c:68 sm/certdump.c:154 +#: sm/certdump.c:68 sm/certdump.c:151 #, fuzzy msgid "none" msgstr "ne" -#: sm/certdump.c:163 +#: sm/certdump.c:162 #, fuzzy msgid "[none]" msgstr "nekonata versio" -#: sm/certdump.c:536 sm/certdump.c:599 +#: sm/certdump.c:552 sm/certdump.c:597 sm/certdump.c:662 sm/certdump.c:715 #, fuzzy msgid "[Error - invalid encoding]" msgstr "%s: nevalida dosiero-versio %d\n" -#: sm/certdump.c:544 +#: sm/certdump.c:560 sm/certdump.c:605 msgid "[Error - out of core]" msgstr "" -#: sm/certdump.c:579 +#: sm/certdump.c:642 sm/certdump.c:698 msgid "[Error - No name]" msgstr "" -#: sm/certdump.c:604 +#: sm/certdump.c:667 sm/certdump.c:721 #, fuzzy msgid "[Error - invalid DN]" msgstr "%s: nevalida dosiero-versio %d\n" -#: sm/certdump.c:818 +#: sm/certdump.c:930 #, fuzzy, c-format msgid "" "Please enter the passphrase to unlock the secret key for:\n" @@ -7013,7 +7023,7 @@ msgstr "" msgid "no key usage specified - assuming all usages\n" msgstr "" -#: sm/certlist.c:135 sm/keylist.c:255 +#: sm/certlist.c:135 sm/keylist.c:258 #, fuzzy, c-format msgid "error getting key usage information: %s\n" msgstr "eraro dum skribado de sekreta losilaro '%s': %s\n" @@ -7100,7 +7110,7 @@ msgstr "" msgid "certificate `%s' not found: %s\n" msgstr "losilo '%s' ne trovita: %s\n" -#: sm/delete.c:113 sm/keydb.c:1392 sm/keydb.c:1485 +#: sm/delete.c:113 sm/keydb.c:1397 sm/keydb.c:1497 #, fuzzy, c-format msgid "error locking keybox: %s\n" msgstr "eraro dum legado de losilbloko: %s\n" @@ -7125,191 +7135,191 @@ msgstr "forvio de losilbloko malsukcesis: %s\n" msgid "no valid recipients given\n" msgstr "nevalida respondo de agento\n" -#: sm/export.c:562 sm/export.c:578 sm/import.c:525 sm/import.c:550 +#: sm/export.c:615 sm/export.c:631 sm/import.c:526 sm/import.c:551 #, fuzzy, c-format msgid "error creating temporary file: %s\n" msgstr "eraro dum kreado de pasfrazo: %s\n" -#: sm/export.c:569 sm/import.c:533 +#: sm/export.c:622 sm/import.c:534 #, fuzzy, c-format msgid "error writing to temporary file: %s\n" msgstr "skribas al '%s'\n" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:244 #, fuzzy msgid "|[FILE]|make a signature" msgstr "|[dosiero]|fari subskribon" -#: sm/gpgsm.c:244 +#: sm/gpgsm.c:245 #, fuzzy msgid "|[FILE]|make a clear text signature" msgstr "|[dosiero]|fari klartekstan subskribon" -#: sm/gpgsm.c:252 +#: sm/gpgsm.c:253 #, fuzzy msgid "list external keys" msgstr "listigi sekretajn losilojn" -#: sm/gpgsm.c:254 +#: sm/gpgsm.c:255 #, fuzzy msgid "list certificate chain" msgstr "Valida atestilrevoko" -#: sm/gpgsm.c:257 +#: sm/gpgsm.c:258 #, fuzzy msgid "remove key from the public keyring" msgstr "forigi losilojn de la publika losilaro" -#: sm/gpgsm.c:260 +#: sm/gpgsm.c:261 #, fuzzy msgid "import certificates" msgstr "Bona atestilo" -#: sm/gpgsm.c:261 +#: sm/gpgsm.c:262 #, fuzzy msgid "export certificates" msgstr "Bona atestilo" -#: sm/gpgsm.c:262 +#: sm/gpgsm.c:263 msgid "register a smartcard" msgstr "" -#: sm/gpgsm.c:264 +#: sm/gpgsm.c:265 msgid "pass a command to the dirmngr" msgstr "" -#: sm/gpgsm.c:266 +#: sm/gpgsm.c:267 msgid "invoke gpg-protect-tool" msgstr "" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:268 #, fuzzy msgid "change a passphrase" msgstr "ani la pasfrazon" -#: sm/gpgsm.c:282 +#: sm/gpgsm.c:283 #, fuzzy msgid "create base-64 encoded output" msgstr "krei eligon en askia kiraso" -#: sm/gpgsm.c:284 +#: sm/gpgsm.c:287 msgid "assume input is in PEM format" msgstr "" -#: sm/gpgsm.c:286 +#: sm/gpgsm.c:289 msgid "assume input is in base-64 format" msgstr "" -#: sm/gpgsm.c:288 +#: sm/gpgsm.c:291 msgid "assume input is in binary format" msgstr "" -#: sm/gpgsm.c:293 +#: sm/gpgsm.c:296 msgid "use system's dirmngr if available" msgstr "" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "never consult a CRL" msgstr "" -#: sm/gpgsm.c:301 +#: sm/gpgsm.c:304 msgid "check validity using OCSP" msgstr "" -#: sm/gpgsm.c:304 +#: sm/gpgsm.c:307 msgid "|N|number of certificates to include" msgstr "" -#: sm/gpgsm.c:307 +#: sm/gpgsm.c:310 msgid "|FILE|take policy information from FILE" msgstr "" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "do not check certificate policies" msgstr "" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "fetch missing issuer certificates" msgstr "" -#: sm/gpgsm.c:318 +#: sm/gpgsm.c:321 msgid "|NAME|use NAME as default recipient" msgstr "|NOMO|uzi NOMOn kiel implicitan ricevonton" -#: sm/gpgsm.c:320 +#: sm/gpgsm.c:323 msgid "use the default key as default recipient" msgstr "uzi la implicitan losilon kiel implicitan ricevonton" -#: sm/gpgsm.c:337 +#: sm/gpgsm.c:340 msgid "don't use the terminal at all" msgstr "tute ne uzi la terminalon" -#: sm/gpgsm.c:341 +#: sm/gpgsm.c:344 msgid "force v3 signatures" msgstr "devigi v3-subskribojn" -#: sm/gpgsm.c:342 +#: sm/gpgsm.c:345 msgid "always use a MDC for encryption" msgstr "iam uzi sigelon (MDC) por ifrado" -#: sm/gpgsm.c:347 +#: sm/gpgsm.c:350 msgid "batch mode: never ask" msgstr "neinteraga reimo: neniam demandi" -#: sm/gpgsm.c:348 +#: sm/gpgsm.c:351 msgid "assume yes on most questions" msgstr "supozi \"jes\" e la plej multaj demandoj" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 msgid "assume no on most questions" msgstr "supozi \"ne\" e la plej multaj demandoj" -#: sm/gpgsm.c:351 +#: sm/gpgsm.c:354 msgid "add this keyring to the list of keyrings" msgstr "aldoni i tiun losilaron al la listo de losilaroj" -#: sm/gpgsm.c:352 +#: sm/gpgsm.c:355 msgid "add this secret keyring to the list" msgstr "aldoni i tiun sekretan losilaron al la listo" -#: sm/gpgsm.c:353 +#: sm/gpgsm.c:356 msgid "|NAME|use NAME as default secret key" msgstr "|NOMO|uzi NOMOn kiel la implicitan sekretan losilon" -#: sm/gpgsm.c:354 +#: sm/gpgsm.c:357 msgid "|HOST|use this keyserver to lookup keys" msgstr "|SERVILO|uzi i tiun losilservilon por seri losilojn" -#: sm/gpgsm.c:355 +#: sm/gpgsm.c:358 msgid "|NAME|set terminal charset to NAME" msgstr "|NOMO|difini NOMOn kiel la signaron de la terminalo" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "" -#: sm/gpgsm.c:374 +#: sm/gpgsm.c:377 msgid "|FILE|load extension module FILE" msgstr "|DOSIERO|legi aldonan bibliotekon DOSIERO" -#: sm/gpgsm.c:380 +#: sm/gpgsm.c:383 msgid "|NAME|use cipher algorithm NAME" msgstr "|NOMO|uzi ifrad-metodon NOMO" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 msgid "|NAME|use message digest algorithm NAME" msgstr "|NOMO|uzi kompendi-metodon NOMO" -#: sm/gpgsm.c:384 +#: sm/gpgsm.c:387 msgid "|N|use compress algorithm N" msgstr "|N|uzi densig-metodon N" -#: sm/gpgsm.c:520 +#: sm/gpgsm.c:524 #, fuzzy msgid "Usage: gpgsm [options] [files] (-h for help)" msgstr "Uzado: gpg [opcioj] [dosieroj] (-h por helpo)" -#: sm/gpgsm.c:523 +#: sm/gpgsm.c:527 #, fuzzy msgid "" "Syntax: gpgsm [options] [files]\n" @@ -7320,45 +7330,40 @@ msgstr "" "subskribi, kontroli, ifri a malifri\n" "implicita operacio dependas de la enigataj datenoj\n" -#: sm/gpgsm.c:617 +#: sm/gpgsm.c:621 #, fuzzy msgid "usage: gpgsm [options] " msgstr "uzado: gpg [opcioj] " -#: sm/gpgsm.c:698 +#: sm/gpgsm.c:702 #, fuzzy, c-format msgid "can't encrypt to `%s': %s\n" msgstr "ne povas konektii al '%s': %s\n" -#: sm/gpgsm.c:773 -#, c-format -msgid "libksba is too old (need %s, have %s)\n" -msgstr "" - -#: sm/gpgsm.c:1249 +#: sm/gpgsm.c:1253 msgid "WARNING: running with faked system time: " msgstr "" -#: sm/gpgsm.c:1328 +#: sm/gpgsm.c:1332 #, fuzzy, c-format msgid "importing common certificates `%s'\n" msgstr "skribas al '%s'\n" -#: sm/gpgsm.c:1346 +#: sm/gpgsm.c:1350 #, fuzzy, c-format msgid "can't sign using `%s': %s\n" msgstr "ne povas fermi '%s': %s\n" -#: sm/gpgsm.c:1536 +#: sm/gpgsm.c:1542 msgid "this command has not yet been implemented\n" msgstr "" -#: sm/gpgsm.c:1601 +#: sm/gpgsm.c:1606 #, fuzzy msgid "key generation is not available from the commandline\n" msgstr "gpg-agent ne estas disponata en i tiu sesio\n" -#: sm/gpgsm.c:1602 +#: sm/gpgsm.c:1607 #, fuzzy, c-format msgid "please use the script \"%s\" to generate a new key\n" msgstr "Bonvolu elekti, kian losilon vi deziras:\n" @@ -7368,21 +7373,21 @@ msgstr "Bonvolu elekti, kian losilon vi deziras:\n" msgid "total number processed: %lu\n" msgstr " Nombro traktita entute: %lu\n" -#: sm/import.c:227 +#: sm/import.c:228 #, fuzzy msgid "error storing certificate\n" msgstr "Bona atestilo" -#: sm/import.c:235 +#: sm/import.c:236 msgid "basic certificate checks failed - not imported\n" msgstr "" -#: sm/import.c:421 sm/import.c:453 +#: sm/import.c:422 sm/import.c:454 #, fuzzy, c-format msgid "error importing certificate: %s\n" msgstr "eraro dum kreado de pasfrazo: %s\n" -#: sm/import.c:542 tools/gpg-connect-agent.c:384 +#: sm/import.c:543 tools/gpg-connect-agent.c:388 #, fuzzy, c-format msgid "error reading input: %s\n" msgstr "eraro dum legado de '%s': %s\n" @@ -7401,12 +7406,12 @@ msgstr "" msgid "keybox `%s' created\n" msgstr "losilaro '%s' kreita\n" -#: sm/keydb.c:1312 sm/keydb.c:1378 +#: sm/keydb.c:1312 sm/keydb.c:1380 #, fuzzy msgid "failed to get the fingerprint\n" msgstr "malsukcesis doni komencajn valorojn al fido-datenaro: %s\n" -#: sm/keydb.c:1319 sm/keydb.c:1385 +#: sm/keydb.c:1319 sm/keydb.c:1387 #, fuzzy msgid "failed to allocate keyDB handle\n" msgstr "malsukcesis doni komencajn valorojn al fido-datenaro: %s\n" @@ -7426,17 +7431,17 @@ msgstr "eraro dum kreado de pasfrazo: %s\n" msgid "error storing certificate: %s\n" msgstr "eraro dum kreado de pasfrazo: %s\n" -#: sm/keydb.c:1400 +#: sm/keydb.c:1408 #, fuzzy, c-format msgid "problem re-searching certificate: %s\n" msgstr "rev? problemo en kontrolo de revoko: %s\n" -#: sm/keydb.c:1409 sm/keydb.c:1497 +#: sm/keydb.c:1417 sm/keydb.c:1509 #, fuzzy, c-format msgid "error getting stored flags: %s\n" msgstr "eraro dum kreado de pasfrazo: %s\n" -#: sm/keydb.c:1418 sm/keydb.c:1508 +#: sm/keydb.c:1429 sm/keydb.c:1520 #, fuzzy, c-format msgid "error storing flags: %s\n" msgstr "eraro dum legado de '%s': %s\n" @@ -7509,103 +7514,107 @@ msgstr "Bona subskribo de \"" msgid " aka" msgstr " alinome \"" -#: tools/gpg-connect-agent.c:60 tools/gpgconf.c:70 tools/symcryptrun.c:186 +#: tools/gpg-connect-agent.c:61 tools/gpgconf.c:70 tools/symcryptrun.c:167 #, fuzzy msgid "quiet" msgstr "fini" -#: tools/gpg-connect-agent.c:61 +#: tools/gpg-connect-agent.c:62 msgid "print data out hex encoded" msgstr "" -#: tools/gpg-connect-agent.c:62 +#: tools/gpg-connect-agent.c:63 +msgid "decode received data lines" +msgstr "" + +#: tools/gpg-connect-agent.c:64 msgid "|NAME|connect to Assuan socket NAME" msgstr "" -#: tools/gpg-connect-agent.c:63 +#: tools/gpg-connect-agent.c:65 msgid "run the Assuan server given on the command line" msgstr "" -#: tools/gpg-connect-agent.c:65 +#: tools/gpg-connect-agent.c:67 msgid "do not use extended connect mode" msgstr "" -#: tools/gpg-connect-agent.c:126 +#: tools/gpg-connect-agent.c:129 #, fuzzy msgid "Usage: gpg-connect-agent [options] (-h for help)" msgstr "Uzado: gpg [opcioj] [dosieroj] (-h por helpo)" -#: tools/gpg-connect-agent.c:129 +#: tools/gpg-connect-agent.c:132 msgid "" "Syntax: gpg-connect-agent [options]\n" "Connect to a running agent and send commands\n" msgstr "" -#: tools/gpg-connect-agent.c:324 +#: tools/gpg-connect-agent.c:328 #, c-format msgid "option \"%s\" requires a program and optional arguments\n" msgstr "" -#: tools/gpg-connect-agent.c:333 +#: tools/gpg-connect-agent.c:337 #, c-format msgid "option \"%s\" ignored due to \"%s\"\n" msgstr "" -#: tools/gpg-connect-agent.c:391 +#: tools/gpg-connect-agent.c:395 #, fuzzy msgid "line too long - skipped\n" msgstr "pasfrazo estas tro longa\n" -#: tools/gpg-connect-agent.c:395 +#: tools/gpg-connect-agent.c:399 msgid "line shortened due to embedded Nul character\n" msgstr "" -#: tools/gpg-connect-agent.c:457 +#: tools/gpg-connect-agent.c:471 #, fuzzy, c-format msgid "unknown command `%s'\n" msgstr "nekonata implicita ricevonto '%s'\n" -#: tools/gpg-connect-agent.c:465 +#: tools/gpg-connect-agent.c:479 #, fuzzy, c-format msgid "sending line failed: %s\n" msgstr "subskribado malsukcesis: %s\n" -#: tools/gpg-connect-agent.c:473 +#: tools/gpg-connect-agent.c:487 #, fuzzy, c-format msgid "receiving line failed: %s\n" msgstr "forvio de losilbloko malsukcesis: %s\n" -#: tools/gpg-connect-agent.c:746 +#: tools/gpg-connect-agent.c:797 #, fuzzy, c-format msgid "error sending %s command: %s\n" msgstr "eraro dum sendo al '%s': %s\n" -#: tools/gpg-connect-agent.c:755 +#: tools/gpg-connect-agent.c:806 #, fuzzy, c-format msgid "error sending standard options: %s\n" msgstr "eraro dum sendo al '%s': %s\n" #: tools/gpgconf-comp.c:445 tools/gpgconf-comp.c:525 tools/gpgconf-comp.c:592 -#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:720 +#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:723 msgid "Options controlling the diagnostic output" msgstr "" #: tools/gpgconf-comp.c:458 tools/gpgconf-comp.c:538 tools/gpgconf-comp.c:605 -#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:743 +#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:746 msgid "Options controlling the configuration" msgstr "" #: tools/gpgconf-comp.c:468 tools/gpgconf-comp.c:563 tools/gpgconf-comp.c:612 -#: tools/gpgconf-comp.c:671 tools/gpgconf-comp.c:750 +#: tools/gpgconf-comp.c:674 tools/gpgconf-comp.c:753 msgid "Options useful for debugging" msgstr "" #: tools/gpgconf-comp.c:473 tools/gpgconf-comp.c:568 tools/gpgconf-comp.c:617 -#: tools/gpgconf-comp.c:676 tools/gpgconf-comp.c:758 +#: tools/gpgconf-comp.c:679 tools/gpgconf-comp.c:761 msgid "|FILE|write server mode logs to FILE" msgstr "" -#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:684 +#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:687 msgid "Options controlling the security" msgstr "" @@ -7633,31 +7642,36 @@ msgstr "" msgid "allow PKA lookups (DNS requests)" msgstr "" -#: tools/gpgconf-comp.c:689 +#: tools/gpgconf-comp.c:669 +#, fuzzy +msgid "|NAME|use encoding NAME for PKCS#12 passphrases" +msgstr "|NOMO|uzi ifrad-metodon NOMO por pasfrazoj" + +#: tools/gpgconf-comp.c:692 msgid "do not check CRLs for root certificates" msgstr "" -#: tools/gpgconf-comp.c:733 +#: tools/gpgconf-comp.c:736 msgid "Options controlling the format of the output" msgstr "" -#: tools/gpgconf-comp.c:769 +#: tools/gpgconf-comp.c:772 msgid "Options controlling the interactivity and enforcement" msgstr "" -#: tools/gpgconf-comp.c:779 +#: tools/gpgconf-comp.c:782 msgid "Configuration for HTTP servers" msgstr "" -#: tools/gpgconf-comp.c:790 +#: tools/gpgconf-comp.c:793 msgid "use system's HTTP proxy setting" msgstr "" -#: tools/gpgconf-comp.c:795 +#: tools/gpgconf-comp.c:798 msgid "Configuration of LDAP servers to use" msgstr "" -#: tools/gpgconf-comp.c:832 +#: tools/gpgconf-comp.c:835 msgid "Configuration for OCSP" msgstr "" @@ -7721,7 +7735,7 @@ msgstr "skribas sekretan losilon al '%s'\n" msgid "error allocating enough memory: %s\n" msgstr "eraro dum kreado de losilaro '%s': %s\n" -#: tools/symcryptrun.c:173 +#: tools/symcryptrun.c:154 #, fuzzy msgid "" "@\n" @@ -7731,161 +7745,161 @@ msgstr "" "@Komandoj:\n" " " -#: tools/symcryptrun.c:175 +#: tools/symcryptrun.c:156 #, fuzzy msgid "decryption modus" msgstr "malifrado sukcesis\n" -#: tools/symcryptrun.c:176 +#: tools/symcryptrun.c:157 #, fuzzy msgid "encryption modus" msgstr "malifrado sukcesis\n" -#: tools/symcryptrun.c:180 +#: tools/symcryptrun.c:161 msgid "tool class (confucius)" msgstr "" -#: tools/symcryptrun.c:181 +#: tools/symcryptrun.c:162 #, fuzzy msgid "program filename" msgstr "--store [dosiero]" -#: tools/symcryptrun.c:183 +#: tools/symcryptrun.c:164 msgid "secret key file (required)" msgstr "" -#: tools/symcryptrun.c:184 +#: tools/symcryptrun.c:165 msgid "input file name (default stdin)" msgstr "" -#: tools/symcryptrun.c:228 +#: tools/symcryptrun.c:209 #, fuzzy msgid "Usage: symcryptrun [options] (-h for help)" msgstr "Uzado: gpg [opcioj] [dosieroj] (-h por helpo)" -#: tools/symcryptrun.c:231 +#: tools/symcryptrun.c:212 msgid "" "Syntax: symcryptrun --class CLASS --program PROGRAM --keyfile KEYFILE " "[options...] COMMAND [inputfile]\n" "Call a simple symmetric encryption tool\n" msgstr "" -#: tools/symcryptrun.c:313 +#: tools/symcryptrun.c:294 #, fuzzy, c-format msgid "%s on %s aborted with status %i\n" msgstr "%s ne eblas kun %s!\n" -#: tools/symcryptrun.c:320 +#: tools/symcryptrun.c:301 #, fuzzy, c-format msgid "%s on %s failed with status %i\n" msgstr "aktualigo de fido-datenaro malsukcesis: %s\n" -#: tools/symcryptrun.c:346 +#: tools/symcryptrun.c:327 #, fuzzy, c-format msgid "can't create temporary directory `%s': %s\n" msgstr "%s: ne povas krei dosierujon: %s\n" -#: tools/symcryptrun.c:386 tools/symcryptrun.c:403 +#: tools/symcryptrun.c:367 tools/symcryptrun.c:384 #, fuzzy, c-format msgid "could not open %s for writing: %s\n" msgstr "ne povas malfermi %s: %s\n" -#: tools/symcryptrun.c:414 +#: tools/symcryptrun.c:395 #, fuzzy, c-format msgid "error writing to %s: %s\n" msgstr "eraro dum skribado de losilaro '%s': %s\n" -#: tools/symcryptrun.c:421 +#: tools/symcryptrun.c:402 #, fuzzy, c-format msgid "error reading from %s: %s\n" msgstr "eraro dum legado de '%s': %s\n" -#: tools/symcryptrun.c:428 tools/symcryptrun.c:435 +#: tools/symcryptrun.c:409 tools/symcryptrun.c:416 #, fuzzy, c-format msgid "error closing %s: %s\n" msgstr "eraro dum legado de '%s': %s\n" -#: tools/symcryptrun.c:545 +#: tools/symcryptrun.c:526 msgid "no --program option provided\n" msgstr "" -#: tools/symcryptrun.c:551 +#: tools/symcryptrun.c:532 msgid "only --decrypt and --encrypt are supported\n" msgstr "" -#: tools/symcryptrun.c:557 +#: tools/symcryptrun.c:538 msgid "no --keyfile option provided\n" msgstr "" -#: tools/symcryptrun.c:568 +#: tools/symcryptrun.c:549 msgid "cannot allocate args vector\n" msgstr "" -#: tools/symcryptrun.c:586 +#: tools/symcryptrun.c:567 #, fuzzy, c-format msgid "could not create pipe: %s\n" msgstr "ne povas krei %s: %s\n" -#: tools/symcryptrun.c:593 +#: tools/symcryptrun.c:574 #, fuzzy, c-format msgid "could not create pty: %s\n" msgstr "ne povas krei %s: %s\n" -#: tools/symcryptrun.c:609 +#: tools/symcryptrun.c:590 #, fuzzy, c-format msgid "could not fork: %s\n" msgstr "%s: uzanto ne trovita: %s\n" -#: tools/symcryptrun.c:637 +#: tools/symcryptrun.c:618 #, fuzzy, c-format msgid "execv failed: %s\n" msgstr "aktualigo malsukcesis: %s\n" -#: tools/symcryptrun.c:666 +#: tools/symcryptrun.c:647 #, fuzzy, c-format msgid "select failed: %s\n" msgstr "forvio de losilbloko malsukcesis: %s\n" -#: tools/symcryptrun.c:683 +#: tools/symcryptrun.c:664 #, fuzzy, c-format msgid "read failed: %s\n" msgstr "aktualigo malsukcesis: %s\n" -#: tools/symcryptrun.c:735 +#: tools/symcryptrun.c:716 #, fuzzy, c-format msgid "pty read failed: %s\n" msgstr "aktualigo malsukcesis: %s\n" -#: tools/symcryptrun.c:787 +#: tools/symcryptrun.c:768 #, fuzzy, c-format msgid "waitpid failed: %s\n" msgstr "aktualigo malsukcesis: %s\n" -#: tools/symcryptrun.c:801 +#: tools/symcryptrun.c:782 #, c-format msgid "child aborted with status %i\n" msgstr "" -#: tools/symcryptrun.c:856 +#: tools/symcryptrun.c:837 #, fuzzy, c-format msgid "cannot allocate infile string: %s\n" msgstr "ne povas krei '%s': %s\n" -#: tools/symcryptrun.c:869 +#: tools/symcryptrun.c:850 #, fuzzy, c-format msgid "cannot allocate outfile string: %s\n" msgstr "ne povas krei '%s': %s\n" -#: tools/symcryptrun.c:1044 +#: tools/symcryptrun.c:1025 #, c-format msgid "either %s or %s must be given\n" msgstr "" -#: tools/symcryptrun.c:1064 +#: tools/symcryptrun.c:1045 msgid "no class provided\n" msgstr "" -#: tools/symcryptrun.c:1071 +#: tools/symcryptrun.c:1052 #, fuzzy, c-format msgid "class %s is not supported\n" msgstr "protekto-metodo %d%s ne estas realigita\n" @@ -8627,9 +8641,6 @@ msgstr "protekto-metodo %d%s ne estas realigita\n" #~ msgid "|NAME|use message digest algorithm NAME for passphrases" #~ msgstr "|NOMO|uzi kompendi-metodon NOMO por pasfrazoj" -#~ msgid "|NAME|use cipher algorithm NAME for passphrases" -#~ msgstr "|NOMO|uzi ifrad-metodon NOMO por pasfrazoj" - #~ msgid "throw keyid field of encrypted packets" #~ msgstr "forigi la losilidentigilon de ifritaj paketoj" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: GNU gnupg 1.4.1\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2007-03-08 14:20+0100\n" +"POT-Creation-Date: 2007-05-07 20:39+0200\n" "PO-Revision-Date: 2005-03-25 16:50+0100\n" "Last-Translator: Jaime Surez <jsuarez@ono.com>\n" "Language-Team: Spanish <es@li.org>\n" @@ -111,8 +111,8 @@ msgstr "no se puede crear %s: %s\n" #: g10/keyring.c:1534 g10/openfile.c:190 g10/openfile.c:345 #: g10/plaintext.c:504 g10/sign.c:814 g10/sign.c:1009 g10/sign.c:1125 #: g10/sign.c:1281 g10/tdbdump.c:141 g10/tdbdump.c:149 g10/tdbio.c:542 -#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1775 -#: sm/gpgsm.c:1812 sm/qualified.c:74 +#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1780 +#: sm/gpgsm.c:1817 sm/gpgsm.c:1855 sm/qualified.c:74 #, c-format msgid "can't open `%s': %s\n" msgstr "no se puede abrir `%s': %s\n" @@ -211,13 +211,13 @@ msgstr "" "Necesita una frase contrasea para proteger su clave secreta.\n" "\n" -#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1216 +#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1202 #, fuzzy msgid "Please re-enter this passphrase" msgstr "cambia la frase contrasea" -#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1222 -#: tools/symcryptrun.c:487 +#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1208 +#: tools/symcryptrun.c:468 msgid "does not match - try again" msgstr "" @@ -226,7 +226,7 @@ msgstr "" msgid "Please enter the new passphrase" msgstr "cambia la frase contrasea" -#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:109 +#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:111 #: scd/scdaemon.c:103 #, fuzzy msgid "" @@ -246,13 +246,13 @@ msgid "run in daemon mode (background)" msgstr "" #: agent/gpg-agent.c:117 g10/gpg.c:470 g10/gpgv.c:71 kbx/kbxutil.c:82 -#: scd/scdaemon.c:109 sm/gpgsm.c:335 tools/gpg-connect-agent.c:59 -#: tools/gpgconf.c:69 tools/symcryptrun.c:185 +#: scd/scdaemon.c:109 sm/gpgsm.c:338 tools/gpg-connect-agent.c:60 +#: tools/gpgconf.c:69 tools/symcryptrun.c:166 msgid "verbose" msgstr "prolijo" #: agent/gpg-agent.c:118 g10/gpgv.c:72 kbx/kbxutil.c:83 scd/scdaemon.c:110 -#: sm/gpgsm.c:336 +#: sm/gpgsm.c:339 msgid "be somewhat more quiet" msgstr "algo ms discreto" @@ -264,7 +264,7 @@ msgstr "" msgid "csh-style command output" msgstr "" -#: agent/gpg-agent.c:121 tools/symcryptrun.c:188 +#: agent/gpg-agent.c:121 tools/symcryptrun.c:169 #, fuzzy msgid "|FILE|read options from FILE" msgstr "|FICHERO|carga mdulo de extensiones FICHERO" @@ -277,8 +277,8 @@ msgstr "" msgid "do not grab keyboard and mouse" msgstr "" -#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:338 -#: tools/symcryptrun.c:187 +#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:341 +#: tools/symcryptrun.c:168 #, fuzzy msgid "use a log file for the server" msgstr "busca claves en un servidor de claves" @@ -334,9 +334,9 @@ msgstr "" msgid "|FILE|write environment settings also to FILE" msgstr "" -#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:143 -#: scd/scdaemon.c:192 sm/gpgsm.c:517 tools/gpg-connect-agent.c:123 -#: tools/gpgconf.c:91 tools/symcryptrun.c:225 +#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:148 +#: scd/scdaemon.c:192 sm/gpgsm.c:521 tools/gpg-connect-agent.c:126 +#: tools/gpgconf.c:91 tools/symcryptrun.c:206 #, fuzzy msgid "Please report bugs to <" msgstr "Por favor, informe de posibles \"bugs\" a <gnupg-bugs@gnu.org>.\n" @@ -352,139 +352,128 @@ msgid "" "Secret key management for GnuPG\n" msgstr "" -#: agent/gpg-agent.c:311 -#, c-format -msgid "out of core in secure memory while allocating %lu bytes" -msgstr "" - -#: agent/gpg-agent.c:314 -#, c-format -msgid "out of core while allocating %lu bytes" -msgstr "" - -#: agent/gpg-agent.c:345 g10/gpg.c:931 scd/scdaemon.c:266 sm/gpgsm.c:646 +#: agent/gpg-agent.c:303 g10/gpg.c:931 scd/scdaemon.c:247 sm/gpgsm.c:650 #, c-format msgid "invalid debug-level `%s' given\n" msgstr "" -#: agent/gpg-agent.c:521 agent/protect-tool.c:1073 g10/gpg.c:1835 -#: kbx/kbxutil.c:432 scd/scdaemon.c:358 sm/gpgsm.c:768 -#: tools/symcryptrun.c:1056 +#: agent/gpg-agent.c:479 agent/protect-tool.c:1059 kbx/kbxutil.c:432 +#: scd/scdaemon.c:339 sm/gpgsm.c:771 sm/gpgsm.c:774 tools/symcryptrun.c:1037 #, c-format -msgid "libgcrypt is too old (need %s, have %s)\n" +msgid "%s is too old (need %s, have %s)\n" msgstr "" -#: agent/gpg-agent.c:615 g10/gpg.c:2035 scd/scdaemon.c:435 sm/gpgsm.c:865 +#: agent/gpg-agent.c:572 g10/gpg.c:2035 scd/scdaemon.c:415 sm/gpgsm.c:865 #, c-format msgid "NOTE: no default option file `%s'\n" msgstr "NOTA: no existe el fichero de opciones predefinido `%s'\n" -#: agent/gpg-agent.c:620 agent/gpg-agent.c:1179 g10/gpg.c:2039 -#: scd/scdaemon.c:440 sm/gpgsm.c:869 tools/symcryptrun.c:989 +#: agent/gpg-agent.c:577 agent/gpg-agent.c:1136 g10/gpg.c:2039 +#: scd/scdaemon.c:420 sm/gpgsm.c:869 tools/symcryptrun.c:970 #, c-format msgid "option file `%s': %s\n" msgstr "fichero de opciones `%s': %s\n" -#: agent/gpg-agent.c:628 g10/gpg.c:2046 scd/scdaemon.c:448 sm/gpgsm.c:876 +#: agent/gpg-agent.c:585 g10/gpg.c:2046 scd/scdaemon.c:428 sm/gpgsm.c:876 #, c-format msgid "reading options from `%s'\n" msgstr "leyendo opciones desde `%s'\n" -#: agent/gpg-agent.c:949 g10/plaintext.c:142 g10/plaintext.c:147 +#: agent/gpg-agent.c:906 g10/plaintext.c:142 g10/plaintext.c:147 #: g10/plaintext.c:164 #, c-format msgid "error creating `%s': %s\n" msgstr "error creando `%s': %s\n" -#: agent/gpg-agent.c:1239 agent/gpg-agent.c:1342 agent/gpg-agent.c:1346 -#: agent/gpg-agent.c:1382 agent/gpg-agent.c:1386 g10/exec.c:174 -#: g10/openfile.c:418 scd/scdaemon.c:934 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:1299 agent/gpg-agent.c:1303 +#: agent/gpg-agent.c:1339 agent/gpg-agent.c:1343 g10/exec.c:174 +#: g10/openfile.c:418 scd/scdaemon.c:914 #, c-format msgid "can't create directory `%s': %s\n" msgstr "no se puede crear el directorio `%s': %s\n" -#: agent/gpg-agent.c:1253 scd/scdaemon.c:948 +#: agent/gpg-agent.c:1210 scd/scdaemon.c:928 msgid "name of socket too long\n" msgstr "" -#: agent/gpg-agent.c:1279 scd/scdaemon.c:974 +#: agent/gpg-agent.c:1236 scd/scdaemon.c:954 #, fuzzy, c-format msgid "can't create socket: %s\n" msgstr "no se puede crear %s: %s\n" -#: agent/gpg-agent.c:1308 scd/scdaemon.c:1003 +#: agent/gpg-agent.c:1265 scd/scdaemon.c:983 #, fuzzy, c-format msgid "error binding socket to `%s': %s\n" msgstr "error enviando a `%s': %s\n" -#: agent/gpg-agent.c:1316 scd/scdaemon.c:1011 +#: agent/gpg-agent.c:1273 scd/scdaemon.c:991 #, fuzzy, c-format msgid "listen() failed: %s\n" msgstr "actualizacin fallida: %s\n" -#: agent/gpg-agent.c:1322 scd/scdaemon.c:1017 +#: agent/gpg-agent.c:1279 scd/scdaemon.c:997 #, fuzzy, c-format msgid "listening on socket `%s'\n" msgstr "escribiendo clave privada en `%s'\n" -#: agent/gpg-agent.c:1350 agent/gpg-agent.c:1392 g10/openfile.c:421 +#: agent/gpg-agent.c:1307 agent/gpg-agent.c:1349 g10/openfile.c:421 #, c-format msgid "directory `%s' created\n" msgstr "directorio `%s' creado\n" -#: agent/gpg-agent.c:1398 +#: agent/gpg-agent.c:1355 #, fuzzy, c-format msgid "stat() failed for `%s': %s\n" msgstr "fstat(%d) fall en %s: %s\n" -#: agent/gpg-agent.c:1402 +#: agent/gpg-agent.c:1359 #, fuzzy, c-format msgid "can't use `%s' as home directory\n" msgstr "%s: no se puede crear el directorio: %s\n" -#: agent/gpg-agent.c:1504 +#: agent/gpg-agent.c:1461 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:1509 +#: agent/gpg-agent.c:1466 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:1526 +#: agent/gpg-agent.c:1483 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:1531 +#: agent/gpg-agent.c:1488 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:1627 scd/scdaemon.c:1136 +#: agent/gpg-agent.c:1584 scd/scdaemon.c:1116 #, fuzzy, c-format msgid "pth_select failed: %s - waiting 1s\n" msgstr "actualizacin de la clave secreta fallida: %s\n" # msgstr "clave %08lX: %d nuevas subclaves\n" -#: agent/gpg-agent.c:1733 scd/scdaemon.c:1203 +#: agent/gpg-agent.c:1690 scd/scdaemon.c:1183 #, fuzzy, c-format msgid "%s %s stopped\n" msgstr "\t%lu claves omitidas\n" -#: agent/gpg-agent.c:1754 +#: agent/gpg-agent.c:1711 #, fuzzy msgid "no gpg-agent running in this session\n" msgstr "el agente gpg no esta disponible en esta sesin\n" -#: agent/gpg-agent.c:1764 common/simple-pwquery.c:324 g10/call-agent.c:137 -#: sm/call-agent.c:144 tools/gpg-connect-agent.c:713 +#: agent/gpg-agent.c:1721 common/simple-pwquery.c:324 g10/call-agent.c:137 +#: sm/call-agent.c:144 tools/gpg-connect-agent.c:764 msgid "malformed GPG_AGENT_INFO environment variable\n" msgstr "variable de entorno GPG_AGENT_INFO malformada\n" -#: agent/gpg-agent.c:1776 common/simple-pwquery.c:336 g10/call-agent.c:149 -#: sm/call-agent.c:156 tools/gpg-connect-agent.c:724 +#: agent/gpg-agent.c:1733 common/simple-pwquery.c:336 g10/call-agent.c:149 +#: sm/call-agent.c:156 tools/gpg-connect-agent.c:775 #, c-format msgid "gpg-agent protocol version %d is not supported\n" msgstr "el programa no permite usar el protocolo agente gpg versin %d\n" @@ -500,34 +489,34 @@ msgid "" "Password cache maintenance\n" msgstr "" -#: agent/protect-tool.c:146 +#: agent/protect-tool.c:151 #, fuzzy msgid "Usage: gpg-protect-tool [options] (-h for help)\n" msgstr "Uso: gpg [opciones] [ficheros] (-h para ayuda)" -#: agent/protect-tool.c:148 +#: agent/protect-tool.c:153 msgid "" "Syntax: gpg-protect-tool [options] [args]\n" "Secret key maintenance tool\n" msgstr "" -#: agent/protect-tool.c:1207 +#: agent/protect-tool.c:1193 #, fuzzy msgid "Please enter the passphrase to unprotect the PKCS#12 object." msgstr "Por favor introduzca la contrasea: una frase secreta \n" -#: agent/protect-tool.c:1210 +#: agent/protect-tool.c:1196 #, fuzzy msgid "Please enter the passphrase to protect the new PKCS#12 object." msgstr "Por favor introduzca la contrasea: una frase secreta \n" -#: agent/protect-tool.c:1213 +#: agent/protect-tool.c:1199 msgid "" "Please enter the passphrase to protect the imported object within the GnuPG " "system." msgstr "" -#: agent/protect-tool.c:1218 +#: agent/protect-tool.c:1204 #, fuzzy msgid "" "Please enter the passphrase or the PIN\n" @@ -543,17 +532,17 @@ msgstr "Por favor introduzca la contrasea: una frase secreta \n" # Por qu los ingleses entonces s que saben lo que es un "passphrase"? # Es que son ms listos? :-) # -#: agent/protect-tool.c:1223 tools/symcryptrun.c:488 +#: agent/protect-tool.c:1209 tools/symcryptrun.c:469 #, fuzzy msgid "Passphrase:" msgstr "Frase contrasea incorrecta" -#: agent/protect-tool.c:1236 tools/symcryptrun.c:501 +#: agent/protect-tool.c:1222 tools/symcryptrun.c:482 #, fuzzy, c-format msgid "error while asking for the passphrase: %s\n" msgstr "error creando frase contrasea: %s\n" -#: agent/protect-tool.c:1239 tools/symcryptrun.c:505 +#: agent/protect-tool.c:1225 tools/symcryptrun.c:486 #, fuzzy msgid "cancelled\n" msgstr "cancelado" @@ -593,7 +582,7 @@ msgstr "" msgid "error reading `%s', line %d: %s\n" msgstr "error leyendo `%s': %s\n" -#: agent/trustlist.c:355 agent/trustlist.c:394 +#: agent/trustlist.c:365 agent/trustlist.c:404 msgid "error reading list of trusted root certificates\n" msgstr "" @@ -606,7 +595,7 @@ msgstr "" #. second "%s" gets replaced by a hexdecimal #. fingerprint string whereas the first one receives #. the name as store in the certificate. -#: agent/trustlist.c:470 +#: agent/trustlist.c:480 #, c-format msgid "" "Please verify that the certificate identified as:%%0A \"%s\"%%0Ahas the " @@ -616,7 +605,7 @@ msgstr "" #. TRANSLATORS: "Correct" is the label of a button and intended to #. be hit if the fingerprint matches the one of the CA. The other #. button is "the default "Cancel" of the Pinentry. -#: agent/trustlist.c:479 +#: agent/trustlist.c:489 msgid "Correct" msgstr "" @@ -628,19 +617,19 @@ msgstr "" #. plain % sign, you need to encode it as "%%25". The #. "%s" gets replaced by the name as store in the #. certificate. -#: agent/trustlist.c:499 +#: agent/trustlist.c:509 #, c-format msgid "" "Do you ultimately trust%%0A \"%s\"%%0Ato correctly certify user " "certificates?" msgstr "" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 #, fuzzy msgid "Yes" msgstr "s" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 msgid "No" msgstr "" @@ -684,12 +673,12 @@ msgstr "" msgid "error running `%s': terminated\n" msgstr "error leyendo `%s': %s\n" -#: common/http.c:1623 +#: common/http.c:1621 #, fuzzy, c-format msgid "error creating socket: %s\n" msgstr "error creando `%s': %s\n" -#: common/http.c:1667 +#: common/http.c:1665 #, fuzzy msgid "host not found" msgstr "%s: usuario no encontrado\n" @@ -782,6 +771,16 @@ msgstr "vV" msgid "cC" msgstr "cC" +#: common/miscellaneous.c:73 +#, c-format +msgid "out of core in secure memory while allocating %lu bytes" +msgstr "" + +#: common/miscellaneous.c:76 +#, c-format +msgid "out of core while allocating %lu bytes" +msgstr "" + #: g10/armor.c:368 #, c-format msgid "armor: %s\n" @@ -1189,13 +1188,13 @@ msgstr "--output no funciona con esta orden\n" msgid "can't open `%s'\n" msgstr "no se puede abrir `%s'\n" -#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1714 +#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1721 #: g10/revoke.c:228 #, c-format msgid "key \"%s\" not found: %s\n" msgstr "clave \"%s\" no encontrada: %s\n" -#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1728 +#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1735 #: g10/revoke.c:234 g10/revoke.c:479 #, c-format msgid "error reading keyblock: %s\n" @@ -1471,17 +1470,17 @@ msgstr "" msgid "Invalid key %s made valid by --allow-non-selfsigned-uid\n" msgstr "Clave %s invlida hecha vlida mediante --allow-non-selfsigned-uid\n" -#: g10/getkey.c:2390 g10/keyedit.c:3723 +#: g10/getkey.c:2393 g10/keyedit.c:3723 #, c-format msgid "no secret subkey for public subkey %s - ignoring\n" msgstr "no hay subclave secreta para la subclave pblica %s - ignorada\n" -#: g10/getkey.c:2621 +#: g10/getkey.c:2624 #, c-format msgid "using subkey %s instead of primary key %s\n" msgstr "usando subclave %s en vez de clave primaria %s\n" -#: g10/getkey.c:2668 +#: g10/getkey.c:2671 #, c-format msgid "key %s: secret key without public key - skipped\n" msgstr "clave %s: clave secreta sin clave pblica - omitida\n" @@ -1490,7 +1489,7 @@ msgstr "clave %s: clave secreta sin clave pblica - omitida\n" # S, este no he podido ser yo :-) Por cierto, por qu la O no se # puede acentuar? demasiado alta? # Quin dice que no se puede? :-) -#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:241 tools/gpgconf.c:56 +#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:242 tools/gpgconf.c:56 msgid "" "@Commands:\n" " " @@ -1506,27 +1505,27 @@ msgstr "|[file]|crea una firma" msgid "|[file]|make a clear text signature" msgstr "|[file]|crea una firma en texto claro" -#: g10/gpg.c:373 sm/gpgsm.c:245 +#: g10/gpg.c:373 sm/gpgsm.c:246 msgid "make a detached signature" msgstr "crea una firma separada" -#: g10/gpg.c:374 sm/gpgsm.c:246 +#: g10/gpg.c:374 sm/gpgsm.c:247 msgid "encrypt data" msgstr "cifra datos" -#: g10/gpg.c:376 sm/gpgsm.c:247 +#: g10/gpg.c:376 sm/gpgsm.c:248 msgid "encryption only with symmetric cipher" msgstr "cifra slo con un cifrado simtrico" -#: g10/gpg.c:378 sm/gpgsm.c:248 +#: g10/gpg.c:378 sm/gpgsm.c:249 msgid "decrypt data (default)" msgstr "descifra datos (predefinido)" -#: g10/gpg.c:380 sm/gpgsm.c:249 +#: g10/gpg.c:380 sm/gpgsm.c:250 msgid "verify a signature" msgstr "verifica una firma" -#: g10/gpg.c:382 sm/gpgsm.c:251 +#: g10/gpg.c:382 sm/gpgsm.c:252 msgid "list keys" msgstr "lista claves" @@ -1538,11 +1537,11 @@ msgstr "lista claves y firmas" msgid "list and check key signatures" msgstr "lista y comprueba firmas de las claves" -#: g10/gpg.c:386 sm/gpgsm.c:255 +#: g10/gpg.c:386 sm/gpgsm.c:256 msgid "list keys and fingerprints" msgstr "lista claves y huellas dactilares" -#: g10/gpg.c:387 sm/gpgsm.c:253 +#: g10/gpg.c:387 sm/gpgsm.c:254 msgid "list secret keys" msgstr "lista claves secretas" @@ -1578,11 +1577,11 @@ msgstr "genera un certificado de revocacin" msgid "export keys" msgstr "exporta claves" -#: g10/gpg.c:398 sm/gpgsm.c:258 +#: g10/gpg.c:398 sm/gpgsm.c:259 msgid "export keys to a key server" msgstr "exporta claves a un servidor de claves" -#: g10/gpg.c:399 sm/gpgsm.c:259 +#: g10/gpg.c:399 sm/gpgsm.c:260 msgid "import keys from a key server" msgstr "importa claves desde un servidor de claves" @@ -1618,12 +1617,12 @@ msgstr "actualiza la base de datos de confianza" msgid "|algo [files]|print message digests" msgstr "|algo [ficheros]|imprime resmenes de mensaje" -#: g10/gpg.c:431 sm/gpgsm.c:263 +#: g10/gpg.c:431 sm/gpgsm.c:264 msgid "run in server mode" msgstr "" -#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:278 -#: tools/gpg-connect-agent.c:57 tools/gpgconf.c:66 tools/symcryptrun.c:178 +#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:279 +#: tools/gpg-connect-agent.c:58 tools/gpgconf.c:66 tools/symcryptrun.c:159 msgid "" "@\n" "Options:\n" @@ -1633,31 +1632,31 @@ msgstr "" "Opciones:\n" " " -#: g10/gpg.c:435 sm/gpgsm.c:280 +#: g10/gpg.c:435 sm/gpgsm.c:281 msgid "create ascii armored output" msgstr "crea una salida ascii con armadura" -#: g10/gpg.c:437 sm/gpgsm.c:290 +#: g10/gpg.c:437 sm/gpgsm.c:293 msgid "|NAME|encrypt for NAME" msgstr "|NOMBRE|cifra para NOMBRE" -#: g10/gpg.c:448 sm/gpgsm.c:326 +#: g10/gpg.c:448 sm/gpgsm.c:329 msgid "use this user-id to sign or decrypt" msgstr "usa este usuario para firmar o descifrar" -#: g10/gpg.c:449 sm/gpgsm.c:329 +#: g10/gpg.c:449 sm/gpgsm.c:332 msgid "|N|set compress level N (0 disables)" msgstr "|N|nivel de compresin N (0 no comprime)" -#: g10/gpg.c:454 sm/gpgsm.c:331 +#: g10/gpg.c:454 sm/gpgsm.c:334 msgid "use canonical text mode" msgstr "usa modo de texto cannico" -#: g10/gpg.c:468 sm/gpgsm.c:334 tools/gpgconf.c:68 +#: g10/gpg.c:468 sm/gpgsm.c:337 tools/gpgconf.c:68 msgid "use as output file" msgstr "usa como fichero de salida" -#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:344 tools/gpgconf.c:71 +#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:347 tools/gpgconf.c:71 msgid "do not make any changes" msgstr "no hace ningn cambio" @@ -1677,7 +1676,7 @@ msgstr "generar mensajes compatibles con PGP 2.x" # pgina man -> pgina 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:554 sm/gpgsm.c:392 +#: g10/gpg.c:554 sm/gpgsm.c:395 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -1685,7 +1684,7 @@ msgstr "" "@\n" "(Vase en la pgina del manual la lista completo de rdenes y opciones)\n" -#: g10/gpg.c:557 sm/gpgsm.c:395 +#: g10/gpg.c:557 sm/gpgsm.c:398 msgid "" "@\n" "Examples:\n" @@ -1723,7 +1722,7 @@ msgstr "" "firma, comprueba, cifra o descifra\n" "la operacin por defecto depende de los datos de entrada\n" -#: g10/gpg.c:782 sm/gpgsm.c:530 +#: g10/gpg.c:782 sm/gpgsm.c:534 msgid "" "\n" "Supported algorithms:\n" @@ -1751,7 +1750,7 @@ msgstr "Compresin: " msgid "usage: gpg [options] " msgstr "uso: gpg [opciones] " -#: g10/gpg.c:1060 sm/gpgsm.c:682 +#: g10/gpg.c:1060 sm/gpgsm.c:686 msgid "conflicting commands\n" msgstr "rdenes incompatibles\n" @@ -1881,6 +1880,11 @@ msgstr "muestra en qu anillos est una clave" msgid "show expiration dates during signature listings" msgstr "No existe la firma correspondiente en el anillo secreto\n" +#: g10/gpg.c:1835 +#, c-format +msgid "libgcrypt is too old (need %s, have %s)\n" +msgstr "" + #: g10/gpg.c:1993 #, c-format msgid "NOTE: old default options file `%s' ignored\n" @@ -2017,7 +2021,7 @@ msgstr "%s:%d: opciones de verificacin invlidas\n" msgid "invalid auto-key-locate list\n" msgstr "" -#: g10/gpg.c:2893 sm/gpgsm.c:1232 +#: g10/gpg.c:2893 sm/gpgsm.c:1236 msgid "WARNING: program may create a core file!\n" msgstr "ATENCIN: el programa podra volcar un fichero core!\n" @@ -2057,11 +2061,11 @@ msgstr "debe usar ficheros (no tuberas) si trabaja con --pgp2 activo.\n" msgid "encrypting a message in --pgp2 mode requires the IDEA cipher\n" msgstr "cifrar un mensaje en modo --pgp2 requiere el algoritmo IDEA\n" -#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1288 +#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1292 msgid "selected cipher algorithm is invalid\n" msgstr "el algoritmo de cifrado seleccionado es invlido\n" -#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1296 +#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1300 msgid "selected digest algorithm is invalid\n" msgstr "el algoritmo de resumen seleccionado no invlido\n" @@ -2297,7 +2301,7 @@ msgstr "tomar las claves de este anillo" msgid "make timestamp conflicts only a warning" msgstr "hacer que los conflictos de fecha-hora sean slo un aviso" -#: g10/gpgv.c:76 sm/gpgsm.c:367 +#: g10/gpgv.c:76 sm/gpgsm.c:370 msgid "|FD|write status info to this FD" msgstr "|DF|escribe informacin de estado en este descriptor de fichero" @@ -3810,7 +3814,7 @@ msgid "(sensitive)" msgstr "(confidencial)" #: g10/keyedit.c:2743 g10/keyedit.c:2799 g10/keyedit.c:2860 g10/keyedit.c:2875 -#: g10/keylist.c:194 g10/keyserver.c:516 +#: g10/keylist.c:194 g10/keyserver.c:523 #, c-format msgid "created: %s" msgstr "creado: %s" @@ -3827,7 +3831,7 @@ msgstr "caduc: %s" #: g10/keyedit.c:2750 g10/keyedit.c:2801 g10/keyedit.c:2862 g10/keyedit.c:2877 #: g10/keylist.c:196 g10/keylist.c:748 g10/keylist.c:783 g10/keylist.c:877 -#: g10/keylist.c:898 g10/keyserver.c:522 g10/mainproc.c:985 +#: g10/keylist.c:898 g10/keyserver.c:529 g10/mainproc.c:985 #, c-format msgid "expires: %s" msgstr "caduca: %s" @@ -3863,12 +3867,12 @@ msgstr "" "Por favor, advierta que la validez de clave mostrada no es necesariamente\n" "correcta a menos de que reinicie el programa.\n" -#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:526 +#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:533 #: g10/mainproc.c:1831 g10/trustdb.c:1179 g10/trustdb.c:1699 msgid "revoked" msgstr "revocada" -#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:530 +#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:537 #: g10/mainproc.c:1833 g10/trustdb.c:532 g10/trustdb.c:1701 msgid "expired" msgstr "caducada" @@ -4726,183 +4730,183 @@ msgstr "%lu claves memorizadas (%lu firmas)\n" msgid "%s: keyring created\n" msgstr "%s: anillo creado\n" -#: g10/keyserver.c:66 +#: g10/keyserver.c:73 msgid "include revoked keys in search results" msgstr "" -#: g10/keyserver.c:67 +#: g10/keyserver.c:74 msgid "include subkeys when searching by key ID" msgstr "" -#: g10/keyserver.c:69 +#: g10/keyserver.c:76 msgid "use temporary files to pass data to keyserver helpers" msgstr "" -#: g10/keyserver.c:71 +#: g10/keyserver.c:78 msgid "do not delete temporary files after using them" msgstr "" -#: g10/keyserver.c:75 +#: g10/keyserver.c:82 msgid "automatically retrieve keys when verifying signatures" msgstr "" -#: g10/keyserver.c:77 +#: g10/keyserver.c:84 #, fuzzy msgid "honor the preferred keyserver URL set on the key" msgstr "Introduzca la URL de su servidor de claves preferido: " -#: g10/keyserver.c:79 +#: g10/keyserver.c:86 msgid "honor the PKA record set on a key when retrieving keys" msgstr "" -#: g10/keyserver.c:145 +#: g10/keyserver.c:152 #, c-format msgid "WARNING: keyserver option `%s' is not used on this platform\n" msgstr "" "AVISO: las opciones de servidor de claves `%s' no se usan en esta " "plataforma\n" -#: g10/keyserver.c:528 +#: g10/keyserver.c:535 msgid "disabled" msgstr "deshabilitado" -#: g10/keyserver.c:729 +#: g10/keyserver.c:736 msgid "Enter number(s), N)ext, or Q)uit > " msgstr "Introduzca nmero(s), O)tro, o F)in >" -#: g10/keyserver.c:813 g10/keyserver.c:1435 +#: g10/keyserver.c:820 g10/keyserver.c:1442 #, c-format msgid "invalid keyserver protocol (us %d!=handler %d)\n" msgstr "protocolo del servidor de claves invlido (us %d!=handler %d)\n" -#: g10/keyserver.c:911 +#: g10/keyserver.c:918 #, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "clave \"%s\" no encontrada en el servidor\n" -#: g10/keyserver.c:913 +#: g10/keyserver.c:920 msgid "key not found on keyserver\n" msgstr "clave no encontrada en el servidor\n" -#: g10/keyserver.c:1154 +#: g10/keyserver.c:1161 #, c-format msgid "requesting key %s from %s server %s\n" msgstr "solicitando clave %s de %s servidor %s\n" -#: g10/keyserver.c:1158 +#: g10/keyserver.c:1165 #, c-format msgid "requesting key %s from %s\n" msgstr "solicitando clave %s de %s\n" -#: g10/keyserver.c:1182 +#: g10/keyserver.c:1189 #, fuzzy, c-format msgid "searching for names from %s server %s\n" msgstr "buscando \"%s\" de %s servidor %s\n" -#: g10/keyserver.c:1185 +#: g10/keyserver.c:1192 #, fuzzy, c-format msgid "searching for names from %s\n" msgstr "buscando \"%s\" de %s\n" -#: g10/keyserver.c:1338 +#: g10/keyserver.c:1345 #, c-format msgid "sending key %s to %s server %s\n" msgstr "enviando clave %s a %s servidor %s\n" -#: g10/keyserver.c:1342 +#: g10/keyserver.c:1349 #, c-format msgid "sending key %s to %s\n" msgstr "enviando clave %s a %s\n" -#: g10/keyserver.c:1385 +#: g10/keyserver.c:1392 #, c-format msgid "searching for \"%s\" from %s server %s\n" msgstr "buscando \"%s\" de %s servidor %s\n" -#: g10/keyserver.c:1388 +#: g10/keyserver.c:1395 #, c-format msgid "searching for \"%s\" from %s\n" msgstr "buscando \"%s\" de %s\n" -#: g10/keyserver.c:1395 g10/keyserver.c:1491 +#: g10/keyserver.c:1402 g10/keyserver.c:1498 msgid "no keyserver action!\n" msgstr "no se solicita ninguna accin al servidor de claves!\n" -#: g10/keyserver.c:1443 +#: g10/keyserver.c:1450 #, c-format msgid "WARNING: keyserver handler from a different version of GnuPG (%s)\n" msgstr "" "AVISO: el manejo de claves procede de una versin diferente de GnuPG (%s)\n" -#: g10/keyserver.c:1452 +#: g10/keyserver.c:1459 msgid "keyserver did not send VERSION\n" msgstr "el servidor de claves no envi VERSION\n" -#: g10/keyserver.c:1514 g10/keyserver.c:2042 +#: g10/keyserver.c:1521 g10/keyserver.c:2049 msgid "no keyserver known (use option --keyserver)\n" msgstr "no hay servidores de claves conocidos (use opcin --keyserver)\n" -#: g10/keyserver.c:1520 +#: g10/keyserver.c:1527 msgid "external keyserver calls are not supported in this build\n" msgstr "" "no se pueden realizar llamadas a un servidor externo de claves tal y\n" "como est compilado el programa\n" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1539 #, c-format msgid "no handler for keyserver scheme `%s'\n" msgstr "no hay un manejador para ese esquema de servidor de claves `%s'\n" -#: g10/keyserver.c:1537 +#: g10/keyserver.c:1544 #, c-format msgid "action `%s' not supported with keyserver scheme `%s'\n" msgstr "" "la accin `%s' no es posible con este esquema de servidor de claves `%s'\n" -#: g10/keyserver.c:1545 +#: g10/keyserver.c:1552 #, fuzzy, c-format msgid "%s does not support handler version %d\n" msgstr "gpgkeys_%s no permite usar la versin %d del manejador\n" -#: g10/keyserver.c:1552 +#: g10/keyserver.c:1559 msgid "keyserver timed out\n" msgstr "agotado el tiempo de espera para el servidor de claves\n" -#: g10/keyserver.c:1557 +#: g10/keyserver.c:1564 msgid "keyserver internal error\n" msgstr "error interno del servidor de claves\n" -#: g10/keyserver.c:1566 +#: g10/keyserver.c:1573 #, c-format msgid "keyserver communications error: %s\n" msgstr "error de comunicacin con el servidor de claves: %s\n" -#: g10/keyserver.c:1591 g10/keyserver.c:1625 +#: g10/keyserver.c:1598 g10/keyserver.c:1632 #, c-format msgid "\"%s\" not a key ID: skipping\n" msgstr "\"%s\" no es un identificador de clave vlido: omitido\n" -#: g10/keyserver.c:1884 +#: g10/keyserver.c:1891 #, 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:1906 +#: g10/keyserver.c:1913 #, c-format msgid "refreshing 1 key from %s\n" msgstr "renovando 1 clave de %s\n" -#: g10/keyserver.c:1908 +#: g10/keyserver.c:1915 #, c-format msgid "refreshing %d keys from %s\n" msgstr "renovando %d claves desde %s\n" -#: g10/keyserver.c:1964 +#: g10/keyserver.c:1971 #, fuzzy, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "AVISO: no se puede renovar la clave %s a traves de %s: %s\n" -#: g10/keyserver.c:1970 +#: g10/keyserver.c:1977 #, fuzzy, c-format msgid "WARNING: unable to parse URI %s\n" msgstr "AVISO: no se puede renovar la clave %s a traves de %s: %s\n" @@ -5246,17 +5250,17 @@ msgstr "creado un nuevo fichero de configuracin `%s'\n" msgid "WARNING: options in `%s' are not yet active during this run\n" msgstr "AVISO: las opciones en `%s' no estn an activas en esta ejecucin\n" -#: g10/parse-packet.c:192 +#: g10/parse-packet.c:193 #, c-format msgid "can't handle public key algorithm %d\n" msgstr "no puedo manejar el algoritmo de clave pblica %d\n" -#: g10/parse-packet.c:762 +#: g10/parse-packet.c:798 msgid "WARNING: potentially insecure symmetrically encrypted session key\n" msgstr "" "AVISO: clave de sesin cifrada simtricamente potencialmente insegura\n" -#: g10/parse-packet.c:1213 +#: g10/parse-packet.c:1249 #, c-format msgid "subpacket of type %d has critical bit set\n" msgstr "el subpaquete de tipo %d tiene el bit crtico activado\n" @@ -5860,7 +5864,7 @@ msgstr "" "imposible evitar clave dbil para cifrado simtrico despus de %d " "intentos!\n" -#: g10/seskey.c:229 +#: g10/seskey.c:229 sm/certcheck.c:91 msgid "DSA requires the hash length to be a multiple of 8 bits\n" msgstr "" @@ -6431,7 +6435,7 @@ msgstr "" msgid "iconv_open failed: %s\n" msgstr "no puede abrirse el fichero: %s\n" -#: jnlib/utf8conv.c:331 jnlib/utf8conv.c:597 +#: jnlib/utf8conv.c:338 jnlib/utf8conv.c:604 #, fuzzy, c-format msgid "conversion from `%s' to `%s' failed: %s\n" msgstr "renombrando `%s' en `%s' fallo: %s\n" @@ -6653,7 +6657,7 @@ msgstr "no se puede acceder a %s - tarjeta OpenPGP invlida?\n" msgid "run in multi server mode (foreground)" msgstr "" -#: scd/scdaemon.c:113 sm/gpgsm.c:356 +#: scd/scdaemon.c:113 sm/gpgsm.c:359 #, fuzzy msgid "read options from file" msgstr "leyendo opciones desde `%s'\n" @@ -6697,21 +6701,21 @@ msgid "" "Smartcard daemon for GnuPG\n" msgstr "" -#: scd/scdaemon.c:684 +#: scd/scdaemon.c:664 msgid "please use the option `--daemon' to run the program in the background\n" msgstr "" -#: scd/scdaemon.c:1032 +#: scd/scdaemon.c:1012 #, c-format msgid "handler for fd %d started\n" msgstr "" -#: scd/scdaemon.c:1037 +#: scd/scdaemon.c:1017 #, c-format msgid "handler for fd %d terminated\n" msgstr "" -#: sm/base64.c:323 +#: sm/base64.c:327 #, fuzzy, c-format msgid "invalid radix64 character %02x skipped\n" msgstr "caracter invlido radix64 %02X omitido\n" @@ -6735,189 +6739,195 @@ msgstr "el programa no permite usar el protocolo agente gpg versin %d\n" msgid "can't connect to the dirmngr - trying fall back\n" msgstr "" -#: sm/certchain.c:165 +#: sm/certchain.c:176 #, fuzzy, c-format msgid "critical certificate extension %s is not supported" msgstr "el programa no permite usar el protocolo agente gpg versin %d\n" -#: sm/certchain.c:203 +#: sm/certchain.c:214 msgid "issuer certificate is not marked as a CA" msgstr "" -#: sm/certchain.c:242 +#: sm/certchain.c:253 msgid "critical marked policy without configured policies" msgstr "" -#: sm/certchain.c:252 +#: sm/certchain.c:263 #, fuzzy, c-format msgid "failed to open `%s': %s\n" msgstr "No se puede abrir `%s': %s\n" -#: sm/certchain.c:259 sm/certchain.c:288 +#: sm/certchain.c:270 sm/certchain.c:299 msgid "note: non-critical certificate policy not allowed" msgstr "" -#: sm/certchain.c:263 sm/certchain.c:292 +#: sm/certchain.c:274 sm/certchain.c:303 #, fuzzy msgid "certificate policy not allowed" msgstr "no se permite exportar claves secretas\n" -#: sm/certchain.c:403 +#: sm/certchain.c:414 msgid "looking up issuer at external location\n" msgstr "" -#: sm/certchain.c:423 +#: sm/certchain.c:434 #, c-format msgid "number of issuers matching: %d\n" msgstr "" -#: sm/certchain.c:576 sm/certchain.c:740 sm/certchain.c:1266 sm/decrypt.c:261 +#: sm/certchain.c:587 sm/certchain.c:753 sm/certchain.c:1334 sm/decrypt.c:261 #: sm/encrypt.c:343 sm/sign.c:328 sm/verify.c:107 #, fuzzy msgid "failed to allocated keyDB handle\n" msgstr "fallo al almacenar la clave: %s\n" -#: sm/certchain.c:667 +#: sm/certchain.c:678 #, fuzzy msgid "certificate has been revoked" msgstr "NOTA: la clave ha sido revocada" -#: sm/certchain.c:676 +#: sm/certchain.c:687 #, fuzzy msgid "no CRL found for certificate" msgstr "Certificado correcto" -#: sm/certchain.c:680 +#: sm/certchain.c:691 #, fuzzy msgid "the available CRL is too old" msgstr "Clave disponible en: " -#: sm/certchain.c:682 +#: sm/certchain.c:693 msgid "please make sure that the \"dirmngr\" is properly installed\n" msgstr "" -#: sm/certchain.c:687 +#: sm/certchain.c:698 #, fuzzy, c-format msgid "checking the CRL failed: %s" msgstr "la comprobacin de la firma creada fall: %s\n" -#: sm/certchain.c:765 +#: sm/certchain.c:794 #, fuzzy msgid "no issuer found in certificate" msgstr "Certificado correcto" -#: sm/certchain.c:792 +#: sm/certchain.c:823 #, fuzzy, c-format msgid "certificate with invalid validity: %s" msgstr "problema en la lectura del certificado: %s\n" -#: sm/certchain.c:808 +#: sm/certchain.c:839 #, fuzzy msgid "certificate not yet valid" msgstr "Revocacin de certificado vlida" -#: sm/certchain.c:821 +#: sm/certchain.c:852 #, fuzzy msgid "certificate has expired" msgstr "problema en la lectura del certificado: %s\n" -#: sm/certchain.c:864 +#: sm/certchain.c:895 msgid "self-signed certificate has a BAD signature" msgstr "" -#: sm/certchain.c:932 +#: sm/certchain.c:963 #, fuzzy msgid "root certificate is not marked trusted" msgstr "" "No se ha encontrado ningn certificado sin valor de confianza.\n" "\n" -#: sm/certchain.c:947 +#: sm/certchain.c:978 #, fuzzy, c-format msgid "fingerprint=%s\n" msgstr "Huella dactilar CA:" -#: sm/certchain.c:955 +#: sm/certchain.c:986 #, fuzzy msgid "root certificate has now been marked as trusted\n" msgstr "" "No se ha encontrado ningn certificado sin valor de confianza.\n" "\n" -#: sm/certchain.c:970 +#: sm/certchain.c:1001 msgid "interactive marking as trusted not enabled in gpg-agent\n" msgstr "" -#: sm/certchain.c:976 +#: sm/certchain.c:1007 msgid "interactive marking as trusted disabled for this session\n" msgstr "" -#: sm/certchain.c:986 +#: sm/certchain.c:1017 #, fuzzy, c-format msgid "checking the trust list failed: %s\n" msgstr "la comprobacin de la firma creada fall: %s\n" -#: sm/certchain.c:1013 sm/import.c:158 +#: sm/certchain.c:1044 sm/import.c:159 #, fuzzy msgid "certificate chain too long\n" msgstr "Revocacin de certificado vlida" -#: sm/certchain.c:1025 +#: sm/certchain.c:1056 #, fuzzy msgid "issuer certificate not found" msgstr "Revocacin de certificado vlida" -#: sm/certchain.c:1058 +#: sm/certchain.c:1089 #, fuzzy msgid "certificate has a BAD signature" msgstr "verifica una firma" -#: sm/certchain.c:1088 +#: sm/certchain.c:1119 msgid "found another possible matching CA certificate - trying again" msgstr "" -#: sm/certchain.c:1139 +#: sm/certchain.c:1170 #, c-format msgid "certificate chain longer than allowed by CA (%d)" msgstr "" -#: sm/certcheck.c:52 -msgid "DSA requires the use of a 160 bit hash algorithm\n" -msgstr "DSA necesita un algoritmo de hash de 160 bits.\n" +#: sm/certcheck.c:103 +#, c-format +msgid "%s key uses an unsafe (%u bit) hash\n" +msgstr "" + +#: sm/certcheck.c:113 +#, c-format +msgid "a %u bit hash is not valid for a %u bit %s key\n" +msgstr "" -#: sm/certcheck.c:177 sm/sign.c:482 sm/verify.c:189 +#: sm/certcheck.c:250 sm/sign.c:482 sm/verify.c:189 msgid "(this is the MD2 algorithm)\n" msgstr "" -#: sm/certdump.c:68 sm/certdump.c:154 +#: sm/certdump.c:68 sm/certdump.c:151 #, fuzzy msgid "none" msgstr "no" -#: sm/certdump.c:163 +#: sm/certdump.c:162 #, fuzzy msgid "[none]" msgstr "[no establecido]" -#: sm/certdump.c:536 sm/certdump.c:599 +#: sm/certdump.c:552 sm/certdump.c:597 sm/certdump.c:662 sm/certdump.c:715 #, fuzzy msgid "[Error - invalid encoding]" msgstr "Error: respuesta no vlida.\n" -#: sm/certdump.c:544 +#: sm/certdump.c:560 sm/certdump.c:605 msgid "[Error - out of core]" msgstr "" -#: sm/certdump.c:579 +#: sm/certdump.c:642 sm/certdump.c:698 msgid "[Error - No name]" msgstr "" -#: sm/certdump.c:604 +#: sm/certdump.c:667 sm/certdump.c:721 #, fuzzy msgid "[Error - invalid DN]" msgstr "Error: respuesta no vlida.\n" -#: sm/certdump.c:818 +#: sm/certdump.c:930 #, fuzzy, c-format msgid "" "Please enter the passphrase to unlock the secret key for:\n" @@ -6932,7 +6942,7 @@ msgstr "" msgid "no key usage specified - assuming all usages\n" msgstr "" -#: sm/certlist.c:135 sm/keylist.c:255 +#: sm/certlist.c:135 sm/keylist.c:258 #, fuzzy, c-format msgid "error getting key usage information: %s\n" msgstr "error obteniendo la informacin actual de la clave: %s\n" @@ -7019,7 +7029,7 @@ msgstr "" msgid "certificate `%s' not found: %s\n" msgstr "clave secreta \"%s\" no encontrada: %s\n" -#: sm/delete.c:113 sm/keydb.c:1392 sm/keydb.c:1485 +#: sm/delete.c:113 sm/keydb.c:1397 sm/keydb.c:1497 #, fuzzy, c-format msgid "error locking keybox: %s\n" msgstr "error leyendo bloque de claves: %s\n" @@ -7044,135 +7054,135 @@ msgstr "borrado de bloque de anillo de claves fallido: %s\n" msgid "no valid recipients given\n" msgstr "(No se di descripcin)\n" -#: sm/export.c:562 sm/export.c:578 sm/import.c:525 sm/import.c:550 +#: sm/export.c:615 sm/export.c:631 sm/import.c:526 sm/import.c:551 #, fuzzy, c-format msgid "error creating temporary file: %s\n" msgstr "error creando frase contrasea: %s\n" -#: sm/export.c:569 sm/import.c:533 +#: sm/export.c:622 sm/import.c:534 #, fuzzy, c-format msgid "error writing to temporary file: %s\n" msgstr "error escribiendo anillo `%s': %s\n" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:244 #, fuzzy msgid "|[FILE]|make a signature" msgstr "|[file]|crea una firma" -#: sm/gpgsm.c:244 +#: sm/gpgsm.c:245 #, fuzzy msgid "|[FILE]|make a clear text signature" msgstr "|[file]|crea una firma en texto claro" -#: sm/gpgsm.c:252 +#: sm/gpgsm.c:253 #, fuzzy msgid "list external keys" msgstr "lista claves secretas" -#: sm/gpgsm.c:254 +#: sm/gpgsm.c:255 #, fuzzy msgid "list certificate chain" msgstr "Revocacin de certificado vlida" -#: sm/gpgsm.c:257 +#: sm/gpgsm.c:258 #, fuzzy msgid "remove key from the public keyring" msgstr "elimina claves del anillo pblico" -#: sm/gpgsm.c:260 +#: sm/gpgsm.c:261 #, fuzzy msgid "import certificates" msgstr "Certificado correcto" -#: sm/gpgsm.c:261 +#: sm/gpgsm.c:262 #, fuzzy msgid "export certificates" msgstr "Certificado correcto" -#: sm/gpgsm.c:262 +#: sm/gpgsm.c:263 #, fuzzy msgid "register a smartcard" msgstr "aadir clave a tarjeta" -#: sm/gpgsm.c:264 +#: sm/gpgsm.c:265 msgid "pass a command to the dirmngr" msgstr "" -#: sm/gpgsm.c:266 +#: sm/gpgsm.c:267 msgid "invoke gpg-protect-tool" msgstr "" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:268 #, fuzzy msgid "change a passphrase" msgstr "cambia la frase contrasea" -#: sm/gpgsm.c:282 +#: sm/gpgsm.c:283 #, fuzzy msgid "create base-64 encoded output" msgstr "crea una salida ascii con armadura" -#: sm/gpgsm.c:284 +#: sm/gpgsm.c:287 msgid "assume input is in PEM format" msgstr "" -#: sm/gpgsm.c:286 +#: sm/gpgsm.c:289 msgid "assume input is in base-64 format" msgstr "" -#: sm/gpgsm.c:288 +#: sm/gpgsm.c:291 msgid "assume input is in binary format" msgstr "" -#: sm/gpgsm.c:293 +#: sm/gpgsm.c:296 msgid "use system's dirmngr if available" msgstr "" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "never consult a CRL" msgstr "" -#: sm/gpgsm.c:301 +#: sm/gpgsm.c:304 msgid "check validity using OCSP" msgstr "" -#: sm/gpgsm.c:304 +#: sm/gpgsm.c:307 msgid "|N|number of certificates to include" msgstr "" -#: sm/gpgsm.c:307 +#: sm/gpgsm.c:310 msgid "|FILE|take policy information from FILE" msgstr "" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "do not check certificate policies" msgstr "" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "fetch missing issuer certificates" msgstr "" -#: sm/gpgsm.c:318 +#: sm/gpgsm.c:321 msgid "|NAME|use NAME as default recipient" msgstr "|NOMBRE|usa NOMBRE como destinatario por defecto" -#: sm/gpgsm.c:320 +#: sm/gpgsm.c:323 msgid "use the default key as default recipient" msgstr "usa la clave por defecto como destinatario" -#: sm/gpgsm.c:337 +#: sm/gpgsm.c:340 msgid "don't use the terminal at all" msgstr "no usa la terminal en absoluto" -#: sm/gpgsm.c:341 +#: sm/gpgsm.c:344 msgid "force v3 signatures" msgstr "fuerza firmas v3" -#: sm/gpgsm.c:342 +#: sm/gpgsm.c:345 msgid "always use a MDC for encryption" msgstr "siempre usa un MDC para cifrar" -#: sm/gpgsm.c:347 +#: sm/gpgsm.c:350 msgid "batch mode: never ask" msgstr "proceso por lotes: nunca preguntar" @@ -7182,60 +7192,60 @@ msgstr "proceso por lotes: nunca preguntar" # Adems 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:348 +#: sm/gpgsm.c:351 msgid "assume yes on most questions" msgstr "asume \"s\" en casi todas las preguntas" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 msgid "assume no on most questions" msgstr "asume \"no\" en casi todas las preguntas" -#: sm/gpgsm.c:351 +#: sm/gpgsm.c:354 msgid "add this keyring to the list of keyrings" msgstr "aade este anillo a la lista de anillos" -#: sm/gpgsm.c:352 +#: sm/gpgsm.c:355 msgid "add this secret keyring to the list" msgstr "aade este anillo secreto a la lista" -#: sm/gpgsm.c:353 +#: sm/gpgsm.c:356 msgid "|NAME|use NAME as default secret key" msgstr "|NOMBRE|usa NOMBRE como clave secreta por defecto" -#: sm/gpgsm.c:354 +#: sm/gpgsm.c:357 msgid "|HOST|use this keyserver to lookup keys" msgstr "|SERVIDOR|usa este servidor de claves" -#: sm/gpgsm.c:355 +#: sm/gpgsm.c:358 msgid "|NAME|set terminal charset to NAME" msgstr "|NOMBRE|usa el juego de caracteres NOMBRE" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "" -#: sm/gpgsm.c:374 +#: sm/gpgsm.c:377 msgid "|FILE|load extension module FILE" msgstr "|FICHERO|carga mdulo de extensiones FICHERO" -#: sm/gpgsm.c:380 +#: sm/gpgsm.c:383 msgid "|NAME|use cipher algorithm NAME" msgstr "|NOMBRE|usa el algoritmo de cifrado NOMBRE" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 msgid "|NAME|use message digest algorithm NAME" msgstr "|NOMBRE|usa algoritmo de resumen de mensaje NOMBRE" -#: sm/gpgsm.c:384 +#: sm/gpgsm.c:387 msgid "|N|use compress algorithm N" msgstr "|N|usa el algoritmo de compresin N" -#: sm/gpgsm.c:520 +#: sm/gpgsm.c:524 #, fuzzy msgid "Usage: gpgsm [options] [files] (-h for help)" msgstr "Uso: gpgm [opciones] [ficheros] (-h para ayuda)" -#: sm/gpgsm.c:523 +#: sm/gpgsm.c:527 #, fuzzy msgid "" "Syntax: gpgsm [options] [files]\n" @@ -7246,45 +7256,40 @@ msgstr "" "firma, comprueba, cifra o descifra\n" "la operacin por defecto depende de los datos de entrada\n" -#: sm/gpgsm.c:617 +#: sm/gpgsm.c:621 #, fuzzy msgid "usage: gpgsm [options] " msgstr "uso: gpgm [opciones] " -#: sm/gpgsm.c:698 +#: sm/gpgsm.c:702 #, fuzzy, c-format msgid "can't encrypt to `%s': %s\n" msgstr "no se puede conectar con `%s': %s\n" -#: sm/gpgsm.c:773 -#, c-format -msgid "libksba is too old (need %s, have %s)\n" -msgstr "" - -#: sm/gpgsm.c:1249 +#: sm/gpgsm.c:1253 msgid "WARNING: running with faked system time: " msgstr "" -#: sm/gpgsm.c:1328 +#: sm/gpgsm.c:1332 #, c-format msgid "importing common certificates `%s'\n" msgstr "" -#: sm/gpgsm.c:1346 +#: sm/gpgsm.c:1350 #, fuzzy, c-format msgid "can't sign using `%s': %s\n" msgstr "no se puede acceder a `%s': %s\n" -#: sm/gpgsm.c:1536 +#: sm/gpgsm.c:1542 msgid "this command has not yet been implemented\n" msgstr "" -#: sm/gpgsm.c:1601 +#: sm/gpgsm.c:1606 #, fuzzy msgid "key generation is not available from the commandline\n" msgstr "el agente gpg no esta disponible en esta sesin\n" -#: sm/gpgsm.c:1602 +#: sm/gpgsm.c:1607 #, fuzzy, c-format msgid "please use the script \"%s\" to generate a new key\n" msgstr "Por favor seleccione tipo de clave que generar:\n" @@ -7294,21 +7299,21 @@ msgstr "Por favor seleccione tipo de clave que generar:\n" msgid "total number processed: %lu\n" msgstr "Cantidad total procesada: %lu\n" -#: sm/import.c:227 +#: sm/import.c:228 #, fuzzy msgid "error storing certificate\n" msgstr "Certificado correcto" -#: sm/import.c:235 +#: sm/import.c:236 msgid "basic certificate checks failed - not imported\n" msgstr "" -#: sm/import.c:421 sm/import.c:453 +#: sm/import.c:422 sm/import.c:454 #, fuzzy, c-format msgid "error importing certificate: %s\n" msgstr "error obteniendo el nmero de serie: %s\n" -#: sm/import.c:542 tools/gpg-connect-agent.c:384 +#: sm/import.c:543 tools/gpg-connect-agent.c:388 #, fuzzy, c-format msgid "error reading input: %s\n" msgstr "error leyendo `%s': %s\n" @@ -7327,12 +7332,12 @@ msgstr "" msgid "keybox `%s' created\n" msgstr "anillo `%s' creado\n" -#: sm/keydb.c:1312 sm/keydb.c:1378 +#: sm/keydb.c:1312 sm/keydb.c:1380 #, fuzzy msgid "failed to get the fingerprint\n" msgstr "fallo al almacenar la huella digital: %s\n" -#: sm/keydb.c:1319 sm/keydb.c:1385 +#: sm/keydb.c:1319 sm/keydb.c:1387 #, fuzzy msgid "failed to allocate keyDB handle\n" msgstr "fallo al almacenar la clave: %s\n" @@ -7352,17 +7357,17 @@ msgstr "error obteniendo el nmero de serie: %s\n" msgid "error storing certificate: %s\n" msgstr "error obteniendo el nmero de serie: %s\n" -#: sm/keydb.c:1400 +#: sm/keydb.c:1408 #, fuzzy, c-format msgid "problem re-searching certificate: %s\n" msgstr "rev? problema comprobando la revocacin: %s\n" -#: sm/keydb.c:1409 sm/keydb.c:1497 +#: sm/keydb.c:1417 sm/keydb.c:1509 #, fuzzy, c-format msgid "error getting stored flags: %s\n" msgstr "error obteniendo nuevo PIN: %s\n" -#: sm/keydb.c:1418 sm/keydb.c:1508 +#: sm/keydb.c:1429 sm/keydb.c:1520 #, fuzzy, c-format msgid "error storing flags: %s\n" msgstr "error leyendo `%s': %s\n" @@ -7435,104 +7440,108 @@ msgstr "Firma correcta de \"%s\"" msgid " aka" msgstr " alias \"%s\"" -#: tools/gpg-connect-agent.c:60 tools/gpgconf.c:70 tools/symcryptrun.c:186 +#: tools/gpg-connect-agent.c:61 tools/gpgconf.c:70 tools/symcryptrun.c:167 #, fuzzy msgid "quiet" msgstr "fin" -#: tools/gpg-connect-agent.c:61 +#: tools/gpg-connect-agent.c:62 msgid "print data out hex encoded" msgstr "" -#: tools/gpg-connect-agent.c:62 +#: tools/gpg-connect-agent.c:63 +msgid "decode received data lines" +msgstr "" + +#: tools/gpg-connect-agent.c:64 msgid "|NAME|connect to Assuan socket NAME" msgstr "" -#: tools/gpg-connect-agent.c:63 +#: tools/gpg-connect-agent.c:65 msgid "run the Assuan server given on the command line" msgstr "" -#: tools/gpg-connect-agent.c:65 +#: tools/gpg-connect-agent.c:67 msgid "do not use extended connect mode" msgstr "" -#: tools/gpg-connect-agent.c:126 +#: tools/gpg-connect-agent.c:129 #, fuzzy msgid "Usage: gpg-connect-agent [options] (-h for help)" msgstr "Uso: gpg [opciones] [ficheros] (-h para ayuda)" -#: tools/gpg-connect-agent.c:129 +#: tools/gpg-connect-agent.c:132 msgid "" "Syntax: gpg-connect-agent [options]\n" "Connect to a running agent and send commands\n" msgstr "" -#: tools/gpg-connect-agent.c:324 +#: tools/gpg-connect-agent.c:328 #, c-format msgid "option \"%s\" requires a program and optional arguments\n" msgstr "" -#: tools/gpg-connect-agent.c:333 +#: tools/gpg-connect-agent.c:337 #, c-format msgid "option \"%s\" ignored due to \"%s\"\n" msgstr "" -#: tools/gpg-connect-agent.c:391 +#: tools/gpg-connect-agent.c:395 #, fuzzy msgid "line too long - skipped\n" msgstr "lnea demasiado larga" -#: tools/gpg-connect-agent.c:395 +#: tools/gpg-connect-agent.c:399 msgid "line shortened due to embedded Nul character\n" msgstr "" -#: tools/gpg-connect-agent.c:457 +#: tools/gpg-connect-agent.c:471 #, fuzzy, c-format msgid "unknown command `%s'\n" msgstr "opcin desconocida `%s'\n" -#: tools/gpg-connect-agent.c:465 +#: tools/gpg-connect-agent.c:479 #, fuzzy, c-format msgid "sending line failed: %s\n" msgstr "firma fallida: %s\n" -#: tools/gpg-connect-agent.c:473 +#: tools/gpg-connect-agent.c:487 #, fuzzy, c-format msgid "receiving line failed: %s\n" msgstr "fallo leyendo la clave\n" -#: tools/gpg-connect-agent.c:746 +#: tools/gpg-connect-agent.c:797 #, fuzzy, c-format msgid "error sending %s command: %s\n" msgstr "error enviando a `%s': %s\n" -#: tools/gpg-connect-agent.c:755 +#: tools/gpg-connect-agent.c:806 #, fuzzy, c-format msgid "error sending standard options: %s\n" msgstr "error enviando a `%s': %s\n" #: tools/gpgconf-comp.c:445 tools/gpgconf-comp.c:525 tools/gpgconf-comp.c:592 -#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:720 +#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:723 msgid "Options controlling the diagnostic output" msgstr "" #: tools/gpgconf-comp.c:458 tools/gpgconf-comp.c:538 tools/gpgconf-comp.c:605 -#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:743 +#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:746 msgid "Options controlling the configuration" msgstr "" #: tools/gpgconf-comp.c:468 tools/gpgconf-comp.c:563 tools/gpgconf-comp.c:612 -#: tools/gpgconf-comp.c:671 tools/gpgconf-comp.c:750 +#: tools/gpgconf-comp.c:674 tools/gpgconf-comp.c:753 #, fuzzy msgid "Options useful for debugging" msgstr "habilita depuracin completa" #: tools/gpgconf-comp.c:473 tools/gpgconf-comp.c:568 tools/gpgconf-comp.c:617 -#: tools/gpgconf-comp.c:676 tools/gpgconf-comp.c:758 +#: tools/gpgconf-comp.c:679 tools/gpgconf-comp.c:761 msgid "|FILE|write server mode logs to FILE" msgstr "" -#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:684 +#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:687 msgid "Options controlling the security" msgstr "" @@ -7560,31 +7569,36 @@ msgstr "" msgid "allow PKA lookups (DNS requests)" msgstr "" -#: tools/gpgconf-comp.c:689 +#: tools/gpgconf-comp.c:669 +#, fuzzy +msgid "|NAME|use encoding NAME for PKCS#12 passphrases" +msgstr "|NOMBRE|usa el algoritmo de cifrado NOMBRE para las contraseas" + +#: tools/gpgconf-comp.c:692 msgid "do not check CRLs for root certificates" msgstr "" -#: tools/gpgconf-comp.c:733 +#: tools/gpgconf-comp.c:736 msgid "Options controlling the format of the output" msgstr "" -#: tools/gpgconf-comp.c:769 +#: tools/gpgconf-comp.c:772 msgid "Options controlling the interactivity and enforcement" msgstr "" -#: tools/gpgconf-comp.c:779 +#: tools/gpgconf-comp.c:782 msgid "Configuration for HTTP servers" msgstr "" -#: tools/gpgconf-comp.c:790 +#: tools/gpgconf-comp.c:793 msgid "use system's HTTP proxy setting" msgstr "" -#: tools/gpgconf-comp.c:795 +#: tools/gpgconf-comp.c:798 msgid "Configuration of LDAP servers to use" msgstr "" -#: tools/gpgconf-comp.c:832 +#: tools/gpgconf-comp.c:835 msgid "Configuration for OCSP" msgstr "" @@ -7652,7 +7666,7 @@ msgstr "error escribiendo anillo `%s': %s\n" # S, este no he podido ser yo :-) Por cierto, por qu la O no se # puede acentuar? demasiado alta? # Quin dice que no se puede? :-) -#: tools/symcryptrun.c:173 +#: tools/symcryptrun.c:154 #, fuzzy msgid "" "@\n" @@ -7662,166 +7676,169 @@ msgstr "" "@rdenes:\n" " " -#: tools/symcryptrun.c:175 +#: tools/symcryptrun.c:156 #, fuzzy msgid "decryption modus" msgstr "descifrado correcto\n" -#: tools/symcryptrun.c:176 +#: tools/symcryptrun.c:157 #, fuzzy msgid "encryption modus" msgstr "descifrado correcto\n" -#: tools/symcryptrun.c:180 +#: tools/symcryptrun.c:161 msgid "tool class (confucius)" msgstr "" -#: tools/symcryptrun.c:181 +#: tools/symcryptrun.c:162 #, fuzzy msgid "program filename" msgstr "--store [nombre_fichero]" -#: tools/symcryptrun.c:183 +#: tools/symcryptrun.c:164 msgid "secret key file (required)" msgstr "" -#: tools/symcryptrun.c:184 +#: tools/symcryptrun.c:165 msgid "input file name (default stdin)" msgstr "" -#: tools/symcryptrun.c:228 +#: tools/symcryptrun.c:209 #, fuzzy msgid "Usage: symcryptrun [options] (-h for help)" msgstr "Uso: gpg [opciones] [ficheros] (-h para ayuda)" -#: tools/symcryptrun.c:231 +#: tools/symcryptrun.c:212 msgid "" "Syntax: symcryptrun --class CLASS --program PROGRAM --keyfile KEYFILE " "[options...] COMMAND [inputfile]\n" "Call a simple symmetric encryption tool\n" msgstr "" -#: tools/symcryptrun.c:313 +#: tools/symcryptrun.c:294 #, fuzzy, c-format msgid "%s on %s aborted with status %i\n" msgstr "%s no permitido con %s!\n" -#: tools/symcryptrun.c:320 +#: tools/symcryptrun.c:301 #, fuzzy, c-format msgid "%s on %s failed with status %i\n" msgstr "fstat de `%s' fall en %s: %s\n" -#: tools/symcryptrun.c:346 +#: tools/symcryptrun.c:327 #, fuzzy, c-format msgid "can't create temporary directory `%s': %s\n" msgstr "no se puede crear el directorio `%s': %s\n" -#: tools/symcryptrun.c:386 tools/symcryptrun.c:403 +#: tools/symcryptrun.c:367 tools/symcryptrun.c:384 #, fuzzy, c-format msgid "could not open %s for writing: %s\n" msgstr "no se puede abrir `%s': %s\n" -#: tools/symcryptrun.c:414 +#: tools/symcryptrun.c:395 #, fuzzy, c-format msgid "error writing to %s: %s\n" msgstr "error escribiendo anillo `%s': %s\n" -#: tools/symcryptrun.c:421 +#: tools/symcryptrun.c:402 #, fuzzy, c-format msgid "error reading from %s: %s\n" msgstr "error leyendo `%s': %s\n" -#: tools/symcryptrun.c:428 tools/symcryptrun.c:435 +#: tools/symcryptrun.c:409 tools/symcryptrun.c:416 #, fuzzy, c-format msgid "error closing %s: %s\n" msgstr "error en `%s': %s\n" -#: tools/symcryptrun.c:545 +#: tools/symcryptrun.c:526 #, fuzzy msgid "no --program option provided\n" msgstr "no es posible ejecutar programas remotos\n" -#: tools/symcryptrun.c:551 +#: tools/symcryptrun.c:532 msgid "only --decrypt and --encrypt are supported\n" msgstr "" -#: tools/symcryptrun.c:557 +#: tools/symcryptrun.c:538 msgid "no --keyfile option provided\n" msgstr "" -#: tools/symcryptrun.c:568 +#: tools/symcryptrun.c:549 msgid "cannot allocate args vector\n" msgstr "" -#: tools/symcryptrun.c:586 +#: tools/symcryptrun.c:567 #, fuzzy, c-format msgid "could not create pipe: %s\n" msgstr "no se puede crear %s: %s\n" -#: tools/symcryptrun.c:593 +#: tools/symcryptrun.c:574 #, fuzzy, c-format msgid "could not create pty: %s\n" msgstr "no se puede crear %s: %s\n" -#: tools/symcryptrun.c:609 +#: tools/symcryptrun.c:590 #, fuzzy, c-format msgid "could not fork: %s\n" msgstr "%s: usuario no encontrado: %s\n" -#: tools/symcryptrun.c:637 +#: tools/symcryptrun.c:618 #, fuzzy, c-format msgid "execv failed: %s\n" msgstr "actualizacin fallida: %s\n" -#: tools/symcryptrun.c:666 +#: tools/symcryptrun.c:647 #, fuzzy, c-format msgid "select failed: %s\n" msgstr "borrado de bloque de anillo de claves fallido: %s\n" -#: tools/symcryptrun.c:683 +#: tools/symcryptrun.c:664 #, fuzzy, c-format msgid "read failed: %s\n" msgstr "actualizacin fallida: %s\n" -#: tools/symcryptrun.c:735 +#: tools/symcryptrun.c:716 #, fuzzy, c-format msgid "pty read failed: %s\n" msgstr "actualizacin fallida: %s\n" -#: tools/symcryptrun.c:787 +#: tools/symcryptrun.c:768 #, fuzzy, c-format msgid "waitpid failed: %s\n" msgstr "actualizacin fallida: %s\n" -#: tools/symcryptrun.c:801 +#: tools/symcryptrun.c:782 #, c-format msgid "child aborted with status %i\n" msgstr "" -#: tools/symcryptrun.c:856 +#: tools/symcryptrun.c:837 #, fuzzy, c-format msgid "cannot allocate infile string: %s\n" msgstr "%s: no se puede crear el anillo: %s\n" -#: tools/symcryptrun.c:869 +#: tools/symcryptrun.c:850 #, fuzzy, c-format msgid "cannot allocate outfile string: %s\n" msgstr "no se puede crear fichero de respaldo `%s': %s\n" -#: tools/symcryptrun.c:1044 +#: tools/symcryptrun.c:1025 #, c-format msgid "either %s or %s must be given\n" msgstr "" -#: tools/symcryptrun.c:1064 +#: tools/symcryptrun.c:1045 msgid "no class provided\n" msgstr "" -#: tools/symcryptrun.c:1071 +#: tools/symcryptrun.c:1052 #, fuzzy, c-format msgid "class %s is not supported\n" msgstr "el resumen protector %d no puede ser utilizado\n" +#~ msgid "DSA requires the use of a 160 bit hash algorithm\n" +#~ msgstr "DSA necesita un algoritmo de hash de 160 bits.\n" + #, fuzzy #~ msgid ".\n" #~ msgstr "%s.\n" @@ -8284,9 +8301,6 @@ msgstr "el resumen protector %d no puede ser utilizado\n" #~ msgstr "" #~ "|NOMBRE|usa algoritmo de resumen de mensaje NOMBRE para las contraseas" -#~ msgid "|NAME|use cipher algorithm NAME for passphrases" -#~ msgstr "|NOMBRE|usa el algoritmo de cifrado NOMBRE para las contraseas" - #~ msgid "throw keyid field of encrypted packets" #~ msgstr "elimina campo keyid de los paquetes cifrados" @@ -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: 2007-03-08 14:20+0100\n" +"POT-Creation-Date: 2007-05-07 20:39+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" @@ -89,8 +89,8 @@ msgstr "`%s' ei nnestu luua: %s\n" #: g10/keyring.c:1534 g10/openfile.c:190 g10/openfile.c:345 #: g10/plaintext.c:504 g10/sign.c:814 g10/sign.c:1009 g10/sign.c:1125 #: g10/sign.c:1281 g10/tdbdump.c:141 g10/tdbdump.c:149 g10/tdbio.c:542 -#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1775 -#: sm/gpgsm.c:1812 sm/qualified.c:74 +#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1780 +#: sm/gpgsm.c:1817 sm/gpgsm.c:1855 sm/qualified.c:74 #, c-format msgid "can't open `%s': %s\n" msgstr "`%s' ei nnestu avada: %s\n" @@ -189,13 +189,13 @@ msgstr "" "Te vajate oma salajase vtme kaitsmiseks parooli.\n" "\n" -#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1216 +#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1202 #, fuzzy msgid "Please re-enter this passphrase" msgstr "muuda parooli" -#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1222 -#: tools/symcryptrun.c:487 +#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1208 +#: tools/symcryptrun.c:468 msgid "does not match - try again" msgstr "" @@ -204,7 +204,7 @@ msgstr "" msgid "Please enter the new passphrase" msgstr "muuda parooli" -#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:109 +#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:111 #: scd/scdaemon.c:103 #, fuzzy msgid "" @@ -224,13 +224,13 @@ msgid "run in daemon mode (background)" msgstr "" #: agent/gpg-agent.c:117 g10/gpg.c:470 g10/gpgv.c:71 kbx/kbxutil.c:82 -#: scd/scdaemon.c:109 sm/gpgsm.c:335 tools/gpg-connect-agent.c:59 -#: tools/gpgconf.c:69 tools/symcryptrun.c:185 +#: scd/scdaemon.c:109 sm/gpgsm.c:338 tools/gpg-connect-agent.c:60 +#: tools/gpgconf.c:69 tools/symcryptrun.c:166 msgid "verbose" msgstr "ole jutukas" #: agent/gpg-agent.c:118 g10/gpgv.c:72 kbx/kbxutil.c:83 scd/scdaemon.c:110 -#: sm/gpgsm.c:336 +#: sm/gpgsm.c:339 msgid "be somewhat more quiet" msgstr "ole mnevrra vaiksem" @@ -242,7 +242,7 @@ msgstr "" msgid "csh-style command output" msgstr "" -#: agent/gpg-agent.c:121 tools/symcryptrun.c:188 +#: agent/gpg-agent.c:121 tools/symcryptrun.c:169 #, fuzzy msgid "|FILE|read options from FILE" msgstr "|FAIL|lae laiendusmoodul FAIL" @@ -255,8 +255,8 @@ msgstr "" msgid "do not grab keyboard and mouse" msgstr "" -#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:338 -#: tools/symcryptrun.c:187 +#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:341 +#: tools/symcryptrun.c:168 #, fuzzy msgid "use a log file for the server" msgstr "otsi vtmeid vtmeserverist" @@ -312,9 +312,9 @@ msgstr "" msgid "|FILE|write environment settings also to FILE" msgstr "" -#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:143 -#: scd/scdaemon.c:192 sm/gpgsm.c:517 tools/gpg-connect-agent.c:123 -#: tools/gpgconf.c:91 tools/symcryptrun.c:225 +#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:148 +#: scd/scdaemon.c:192 sm/gpgsm.c:521 tools/gpg-connect-agent.c:126 +#: tools/gpgconf.c:91 tools/symcryptrun.c:206 #, fuzzy msgid "Please report bugs to <" msgstr "Palun saatke veateated aadressil <gnupg-bugs@gnu.org>.\n" @@ -330,138 +330,127 @@ msgid "" "Secret key management for GnuPG\n" msgstr "" -#: agent/gpg-agent.c:311 -#, c-format -msgid "out of core in secure memory while allocating %lu bytes" -msgstr "" - -#: agent/gpg-agent.c:314 -#, c-format -msgid "out of core while allocating %lu bytes" -msgstr "" - -#: agent/gpg-agent.c:345 g10/gpg.c:931 scd/scdaemon.c:266 sm/gpgsm.c:646 +#: agent/gpg-agent.c:303 g10/gpg.c:931 scd/scdaemon.c:247 sm/gpgsm.c:650 #, c-format msgid "invalid debug-level `%s' given\n" msgstr "" -#: agent/gpg-agent.c:521 agent/protect-tool.c:1073 g10/gpg.c:1835 -#: kbx/kbxutil.c:432 scd/scdaemon.c:358 sm/gpgsm.c:768 -#: tools/symcryptrun.c:1056 +#: agent/gpg-agent.c:479 agent/protect-tool.c:1059 kbx/kbxutil.c:432 +#: scd/scdaemon.c:339 sm/gpgsm.c:771 sm/gpgsm.c:774 tools/symcryptrun.c:1037 #, c-format -msgid "libgcrypt is too old (need %s, have %s)\n" +msgid "%s is too old (need %s, have %s)\n" msgstr "" -#: agent/gpg-agent.c:615 g10/gpg.c:2035 scd/scdaemon.c:435 sm/gpgsm.c:865 +#: agent/gpg-agent.c:572 g10/gpg.c:2035 scd/scdaemon.c:415 sm/gpgsm.c:865 #, c-format msgid "NOTE: no default option file `%s'\n" msgstr "MRKUS: vaikimisi vtmete fail `%s' puudub\n" -#: agent/gpg-agent.c:620 agent/gpg-agent.c:1179 g10/gpg.c:2039 -#: scd/scdaemon.c:440 sm/gpgsm.c:869 tools/symcryptrun.c:989 +#: agent/gpg-agent.c:577 agent/gpg-agent.c:1136 g10/gpg.c:2039 +#: scd/scdaemon.c:420 sm/gpgsm.c:869 tools/symcryptrun.c:970 #, c-format msgid "option file `%s': %s\n" msgstr "vtmete fail `%s': %s\n" -#: agent/gpg-agent.c:628 g10/gpg.c:2046 scd/scdaemon.c:448 sm/gpgsm.c:876 +#: agent/gpg-agent.c:585 g10/gpg.c:2046 scd/scdaemon.c:428 sm/gpgsm.c:876 #, c-format msgid "reading options from `%s'\n" msgstr "loen vtmeid failist `%s'\n" -#: agent/gpg-agent.c:949 g10/plaintext.c:142 g10/plaintext.c:147 +#: agent/gpg-agent.c:906 g10/plaintext.c:142 g10/plaintext.c:147 #: g10/plaintext.c:164 #, c-format msgid "error creating `%s': %s\n" msgstr "viga `%s' loomisel: %s\n" -#: agent/gpg-agent.c:1239 agent/gpg-agent.c:1342 agent/gpg-agent.c:1346 -#: agent/gpg-agent.c:1382 agent/gpg-agent.c:1386 g10/exec.c:174 -#: g10/openfile.c:418 scd/scdaemon.c:934 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:1299 agent/gpg-agent.c:1303 +#: agent/gpg-agent.c:1339 agent/gpg-agent.c:1343 g10/exec.c:174 +#: g10/openfile.c:418 scd/scdaemon.c:914 #, c-format msgid "can't create directory `%s': %s\n" msgstr "kataloogi `%s' ei nnestu luua: %s\n" -#: agent/gpg-agent.c:1253 scd/scdaemon.c:948 +#: agent/gpg-agent.c:1210 scd/scdaemon.c:928 msgid "name of socket too long\n" msgstr "" -#: agent/gpg-agent.c:1279 scd/scdaemon.c:974 +#: agent/gpg-agent.c:1236 scd/scdaemon.c:954 #, fuzzy, c-format msgid "can't create socket: %s\n" msgstr "%s ei nnestu luua: %s\n" -#: agent/gpg-agent.c:1308 scd/scdaemon.c:1003 +#: agent/gpg-agent.c:1265 scd/scdaemon.c:983 #, fuzzy, c-format msgid "error binding socket to `%s': %s\n" msgstr "viga teate saatmisel serverile `%s': %s\n" -#: agent/gpg-agent.c:1316 scd/scdaemon.c:1011 +#: agent/gpg-agent.c:1273 scd/scdaemon.c:991 #, fuzzy, c-format msgid "listen() failed: %s\n" msgstr "uuendamine ebannestus: %s\n" -#: agent/gpg-agent.c:1322 scd/scdaemon.c:1017 +#: agent/gpg-agent.c:1279 scd/scdaemon.c:997 #, fuzzy, c-format msgid "listening on socket `%s'\n" msgstr "kirjutan salajase vtme faili `%s'\n" -#: agent/gpg-agent.c:1350 agent/gpg-agent.c:1392 g10/openfile.c:421 +#: agent/gpg-agent.c:1307 agent/gpg-agent.c:1349 g10/openfile.c:421 #, fuzzy, c-format msgid "directory `%s' created\n" msgstr "%s: kataloog on loodud\n" -#: agent/gpg-agent.c:1398 +#: agent/gpg-agent.c:1355 #, fuzzy, c-format msgid "stat() failed for `%s': %s\n" msgstr "trustdb: lugemine ebannestus (n=%d): %s\n" -#: agent/gpg-agent.c:1402 +#: agent/gpg-agent.c:1359 #, fuzzy, c-format msgid "can't use `%s' as home directory\n" msgstr "%s: kataloogi ei nnestu luua: %s\n" -#: agent/gpg-agent.c:1504 +#: agent/gpg-agent.c:1461 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:1509 +#: agent/gpg-agent.c:1466 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:1526 +#: agent/gpg-agent.c:1483 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:1531 +#: agent/gpg-agent.c:1488 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:1627 scd/scdaemon.c:1136 +#: agent/gpg-agent.c:1584 scd/scdaemon.c:1116 #, fuzzy, c-format msgid "pth_select failed: %s - waiting 1s\n" msgstr "salajase vtme uuendamine ebannestus: %s\n" -#: agent/gpg-agent.c:1733 scd/scdaemon.c:1203 +#: agent/gpg-agent.c:1690 scd/scdaemon.c:1183 #, fuzzy, c-format msgid "%s %s stopped\n" msgstr "%s: jtsin vahele: %s\n" -#: agent/gpg-agent.c:1754 +#: agent/gpg-agent.c:1711 #, fuzzy msgid "no gpg-agent running in this session\n" msgstr "gpg-agent ei ole sesses sessioonis kasutatav\n" -#: agent/gpg-agent.c:1764 common/simple-pwquery.c:324 g10/call-agent.c:137 -#: sm/call-agent.c:144 tools/gpg-connect-agent.c:713 +#: agent/gpg-agent.c:1721 common/simple-pwquery.c:324 g10/call-agent.c:137 +#: sm/call-agent.c:144 tools/gpg-connect-agent.c:764 msgid "malformed GPG_AGENT_INFO environment variable\n" msgstr "vigane GPG_AGENT_INFO keskkonnamuutuja\n" -#: agent/gpg-agent.c:1776 common/simple-pwquery.c:336 g10/call-agent.c:149 -#: sm/call-agent.c:156 tools/gpg-connect-agent.c:724 +#: agent/gpg-agent.c:1733 common/simple-pwquery.c:336 g10/call-agent.c:149 +#: sm/call-agent.c:156 tools/gpg-connect-agent.c:775 #, c-format msgid "gpg-agent protocol version %d is not supported\n" msgstr "gpg-agendi protokolli versioon %d ei ole toetatud\n" @@ -477,51 +466,51 @@ msgid "" "Password cache maintenance\n" msgstr "" -#: agent/protect-tool.c:146 +#: agent/protect-tool.c:151 #, fuzzy msgid "Usage: gpg-protect-tool [options] (-h for help)\n" msgstr "Kasuta: gpg [vtmed] [failid] (-h nitab abiinfot)" -#: agent/protect-tool.c:148 +#: agent/protect-tool.c:153 msgid "" "Syntax: gpg-protect-tool [options] [args]\n" "Secret key maintenance tool\n" msgstr "" -#: agent/protect-tool.c:1207 +#: agent/protect-tool.c:1193 #, fuzzy msgid "Please enter the passphrase to unprotect the PKCS#12 object." msgstr "Palun sisestage parool; see on salajane tekst \n" -#: agent/protect-tool.c:1210 +#: agent/protect-tool.c:1196 #, fuzzy msgid "Please enter the passphrase to protect the new PKCS#12 object." msgstr "Palun sisestage parool; see on salajane tekst \n" -#: agent/protect-tool.c:1213 +#: agent/protect-tool.c:1199 msgid "" "Please enter the passphrase to protect the imported object within the GnuPG " "system." msgstr "" -#: agent/protect-tool.c:1218 +#: agent/protect-tool.c:1204 #, fuzzy msgid "" "Please enter the passphrase or the PIN\n" "needed to complete this operation." msgstr "Palun sisestage parool; see on salajane tekst \n" -#: agent/protect-tool.c:1223 tools/symcryptrun.c:488 +#: agent/protect-tool.c:1209 tools/symcryptrun.c:469 #, fuzzy msgid "Passphrase:" msgstr "halb parool" -#: agent/protect-tool.c:1236 tools/symcryptrun.c:501 +#: agent/protect-tool.c:1222 tools/symcryptrun.c:482 #, fuzzy, c-format msgid "error while asking for the passphrase: %s\n" msgstr "viga parooli loomisel: %s\n" -#: agent/protect-tool.c:1239 tools/symcryptrun.c:505 +#: agent/protect-tool.c:1225 tools/symcryptrun.c:486 #, fuzzy msgid "cancelled\n" msgstr "Katkesta" @@ -561,7 +550,7 @@ msgstr "" msgid "error reading `%s', line %d: %s\n" msgstr "viga `%s' lugemisel: %s\n" -#: agent/trustlist.c:355 agent/trustlist.c:394 +#: agent/trustlist.c:365 agent/trustlist.c:404 msgid "error reading list of trusted root certificates\n" msgstr "" @@ -574,7 +563,7 @@ msgstr "" #. second "%s" gets replaced by a hexdecimal #. fingerprint string whereas the first one receives #. the name as store in the certificate. -#: agent/trustlist.c:470 +#: agent/trustlist.c:480 #, c-format msgid "" "Please verify that the certificate identified as:%%0A \"%s\"%%0Ahas the " @@ -584,7 +573,7 @@ msgstr "" #. TRANSLATORS: "Correct" is the label of a button and intended to #. be hit if the fingerprint matches the one of the CA. The other #. button is "the default "Cancel" of the Pinentry. -#: agent/trustlist.c:479 +#: agent/trustlist.c:489 msgid "Correct" msgstr "" @@ -596,19 +585,19 @@ msgstr "" #. plain % sign, you need to encode it as "%%25". The #. "%s" gets replaced by the name as store in the #. certificate. -#: agent/trustlist.c:499 +#: agent/trustlist.c:509 #, c-format msgid "" "Do you ultimately trust%%0A \"%s\"%%0Ato correctly certify user " "certificates?" msgstr "" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 #, fuzzy msgid "Yes" msgstr "jah" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 msgid "No" msgstr "" @@ -652,12 +641,12 @@ msgstr "" msgid "error running `%s': terminated\n" msgstr "viga `%s' lugemisel: %s\n" -#: common/http.c:1623 +#: common/http.c:1621 #, fuzzy, c-format msgid "error creating socket: %s\n" msgstr "viga `%s' loomisel: %s\n" -#: common/http.c:1667 +#: common/http.c:1665 #, fuzzy msgid "host not found" msgstr "[Kasutaja id puudub]" @@ -751,6 +740,16 @@ msgstr "" msgid "cC" msgstr "c" +#: common/miscellaneous.c:73 +#, c-format +msgid "out of core in secure memory while allocating %lu bytes" +msgstr "" + +#: common/miscellaneous.c:76 +#, c-format +msgid "out of core while allocating %lu bytes" +msgstr "" + #: g10/armor.c:368 #, c-format msgid "armor: %s\n" @@ -1183,13 +1182,13 @@ msgstr "vti --output ei tta selle ksuga\n" msgid "can't open `%s'\n" msgstr "`%s' ei nnestu avada\n" -#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1714 +#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1721 #: g10/revoke.c:228 #, fuzzy, c-format msgid "key \"%s\" not found: %s\n" msgstr "vtit '%s' ei leitud: %s\n" -#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1728 +#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1735 #: g10/revoke.c:234 g10/revoke.c:479 #, c-format msgid "error reading keyblock: %s\n" @@ -1473,22 +1472,22 @@ msgstr "" "Vigane vti %08lX muudeti kehtivaks vtme --allow-non-selfsigned-uid " "kasutamisega\n" -#: g10/getkey.c:2390 g10/keyedit.c:3723 +#: g10/getkey.c:2393 g10/keyedit.c:3723 #, fuzzy, c-format msgid "no secret subkey for public subkey %s - ignoring\n" msgstr "avalikul alamvtmel %08lX puudub salajane alamvti - ignoreerin\n" -#: g10/getkey.c:2621 +#: g10/getkey.c:2624 #, fuzzy, c-format msgid "using subkey %s instead of primary key %s\n" msgstr "kasutan sekundaarset vtit %08lX primaarse vtme %08lX asemel\n" -#: g10/getkey.c:2668 +#: g10/getkey.c:2671 #, fuzzy, c-format msgid "key %s: secret key without public key - skipped\n" msgstr "vti %08lX: salajane vti avaliku vtmeta - jtsin vahele\n" -#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:241 tools/gpgconf.c:56 +#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:242 tools/gpgconf.c:56 msgid "" "@Commands:\n" " " @@ -1504,27 +1503,27 @@ msgstr "|[fail]|loo allkiri" msgid "|[file]|make a clear text signature" msgstr "|[fail]|loo avateksti allkiri" -#: g10/gpg.c:373 sm/gpgsm.c:245 +#: g10/gpg.c:373 sm/gpgsm.c:246 msgid "make a detached signature" msgstr "loo eraldiseisev allkiri" -#: g10/gpg.c:374 sm/gpgsm.c:246 +#: g10/gpg.c:374 sm/gpgsm.c:247 msgid "encrypt data" msgstr "krpteeri andmed" -#: g10/gpg.c:376 sm/gpgsm.c:247 +#: g10/gpg.c:376 sm/gpgsm.c:248 msgid "encryption only with symmetric cipher" msgstr "krpteerimine kasutades ainult smmeetrilist ifrit" -#: g10/gpg.c:378 sm/gpgsm.c:248 +#: g10/gpg.c:378 sm/gpgsm.c:249 msgid "decrypt data (default)" msgstr "dekrpteeri andmed (vaikimisi)" -#: g10/gpg.c:380 sm/gpgsm.c:249 +#: g10/gpg.c:380 sm/gpgsm.c:250 msgid "verify a signature" msgstr "kontrolli allkirja" -#: g10/gpg.c:382 sm/gpgsm.c:251 +#: g10/gpg.c:382 sm/gpgsm.c:252 msgid "list keys" msgstr "nita vtmeid" @@ -1537,11 +1536,11 @@ msgstr "nita vtmeid ja allkirju" msgid "list and check key signatures" msgstr "kontrolli vtmete allkirju" -#: g10/gpg.c:386 sm/gpgsm.c:255 +#: g10/gpg.c:386 sm/gpgsm.c:256 msgid "list keys and fingerprints" msgstr "nita vtmeid ja srmejlgi" -#: g10/gpg.c:387 sm/gpgsm.c:253 +#: g10/gpg.c:387 sm/gpgsm.c:254 msgid "list secret keys" msgstr "nita salajasi vtmeid" @@ -1577,11 +1576,11 @@ msgstr "genereeri thistamise sertifikaat" msgid "export keys" msgstr "ekspordi vtmed" -#: g10/gpg.c:398 sm/gpgsm.c:258 +#: g10/gpg.c:398 sm/gpgsm.c:259 msgid "export keys to a key server" msgstr "ekspordi vtmed vtmeserverisse" -#: g10/gpg.c:399 sm/gpgsm.c:259 +#: g10/gpg.c:399 sm/gpgsm.c:260 msgid "import keys from a key server" msgstr "impordi vtmed vtmeserverist" @@ -1617,12 +1616,12 @@ msgstr "uuenda usalduse andmebaasi" msgid "|algo [files]|print message digests" msgstr "|algo [failid]|trki teatelhendid" -#: g10/gpg.c:431 sm/gpgsm.c:263 +#: g10/gpg.c:431 sm/gpgsm.c:264 msgid "run in server mode" msgstr "" -#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:278 -#: tools/gpg-connect-agent.c:57 tools/gpgconf.c:66 tools/symcryptrun.c:178 +#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:279 +#: tools/gpg-connect-agent.c:58 tools/gpgconf.c:66 tools/symcryptrun.c:159 msgid "" "@\n" "Options:\n" @@ -1632,31 +1631,31 @@ msgstr "" "Vtmed:\n" " " -#: g10/gpg.c:435 sm/gpgsm.c:280 +#: g10/gpg.c:435 sm/gpgsm.c:281 msgid "create ascii armored output" msgstr "loo ascii pakendis vljund" -#: g10/gpg.c:437 sm/gpgsm.c:290 +#: g10/gpg.c:437 sm/gpgsm.c:293 msgid "|NAME|encrypt for NAME" msgstr "|NIMI|krpti NIMEle" -#: g10/gpg.c:448 sm/gpgsm.c:326 +#: g10/gpg.c:448 sm/gpgsm.c:329 msgid "use this user-id to sign or decrypt" msgstr "kasuta seda kasutaja IDd" -#: g10/gpg.c:449 sm/gpgsm.c:329 +#: g10/gpg.c:449 sm/gpgsm.c:332 msgid "|N|set compress level N (0 disables)" msgstr "|N|mra pakkimise tase N (0 blokeerib)" -#: g10/gpg.c:454 sm/gpgsm.c:331 +#: g10/gpg.c:454 sm/gpgsm.c:334 msgid "use canonical text mode" msgstr "kasuta kanoonilist tekstimoodi" -#: g10/gpg.c:468 sm/gpgsm.c:334 tools/gpgconf.c:68 +#: g10/gpg.c:468 sm/gpgsm.c:337 tools/gpgconf.c:68 msgid "use as output file" msgstr "kasuta vljundfailina" -#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:344 tools/gpgconf.c:71 +#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:347 tools/gpgconf.c:71 msgid "do not make any changes" msgstr "ra tee mingeid muutusi" @@ -1672,7 +1671,7 @@ msgstr "" msgid "generate PGP 2.x compatible messages" msgstr "" -#: g10/gpg.c:554 sm/gpgsm.c:392 +#: g10/gpg.c:554 sm/gpgsm.c:395 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -1680,7 +1679,7 @@ msgstr "" "@\n" "(Kikide kskude ja vtmete tieliku kirjelduse leiate manualist)\n" -#: g10/gpg.c:557 sm/gpgsm.c:395 +#: g10/gpg.c:557 sm/gpgsm.c:398 msgid "" "@\n" "Examples:\n" @@ -1718,7 +1717,7 @@ msgstr "" "allkirjasta, kontrolli, krpti ja dekrpti\n" "vaikimisi operatsioon sltub sisendandmetest\n" -#: g10/gpg.c:782 sm/gpgsm.c:530 +#: g10/gpg.c:782 sm/gpgsm.c:534 msgid "" "\n" "Supported algorithms:\n" @@ -1746,7 +1745,7 @@ msgstr "Pakkimine: " msgid "usage: gpg [options] " msgstr "kasuta: gpg [vtmed] " -#: g10/gpg.c:1060 sm/gpgsm.c:682 +#: g10/gpg.c:1060 sm/gpgsm.c:686 msgid "conflicting commands\n" msgstr "vastuolulised ksud\n" @@ -1870,6 +1869,11 @@ msgstr "nita millisesse vtmehoidlasse nidatud vti kuulub" msgid "show expiration dates during signature listings" msgstr "Vastavat allkirja salajaste vtmete hoidlas pole\n" +#: g10/gpg.c:1835 +#, c-format +msgid "libgcrypt is too old (need %s, have %s)\n" +msgstr "" + #: g10/gpg.c:1993 #, c-format msgid "NOTE: old default options file `%s' ignored\n" @@ -2010,7 +2014,7 @@ msgstr "%s:%d: vigased ekspordi vtmed\n" msgid "invalid auto-key-locate list\n" msgstr "" -#: g10/gpg.c:2893 sm/gpgsm.c:1232 +#: g10/gpg.c:2893 sm/gpgsm.c:1236 msgid "WARNING: program may create a core file!\n" msgstr "HOIATUS: programm vib salvestada oma mlupildi!\n" @@ -2051,11 +2055,11 @@ msgstr "--pgp2 moodis peate kasutama faile (ja mitte toru).\n" msgid "encrypting a message in --pgp2 mode requires the IDEA cipher\n" msgstr "teate krpteerimine --pgp2 moodis nuab IDEA iffrit\n" -#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1288 +#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1292 msgid "selected cipher algorithm is invalid\n" msgstr "valitud ifri algoritm ei ole lubatud\n" -#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1296 +#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1300 msgid "selected digest algorithm is invalid\n" msgstr "valitud lhendi algoritm ei ole lubatud\n" @@ -2289,7 +2293,7 @@ msgstr "vta vtmed sellest vtmehoidlast" msgid "make timestamp conflicts only a warning" msgstr "teata ajatemplite konfliktist ainult hoiatusega" -#: g10/gpgv.c:76 sm/gpgsm.c:367 +#: g10/gpgv.c:76 sm/gpgsm.c:370 msgid "|FD|write status info to this FD" msgstr "|FP|kirjuta olekuinfo sellesse failipidemesse" @@ -3841,7 +3845,7 @@ msgid "(sensitive)" msgstr " (tundlik)" #: g10/keyedit.c:2743 g10/keyedit.c:2799 g10/keyedit.c:2860 g10/keyedit.c:2875 -#: g10/keylist.c:194 g10/keyserver.c:516 +#: g10/keylist.c:194 g10/keyserver.c:523 #, fuzzy, c-format msgid "created: %s" msgstr "%s ei nnestu luua: %s\n" @@ -3858,7 +3862,7 @@ msgstr " [aegub: %s]" #: g10/keyedit.c:2750 g10/keyedit.c:2801 g10/keyedit.c:2862 g10/keyedit.c:2877 #: g10/keylist.c:196 g10/keylist.c:748 g10/keylist.c:783 g10/keylist.c:877 -#: g10/keylist.c:898 g10/keyserver.c:522 g10/mainproc.c:985 +#: g10/keylist.c:898 g10/keyserver.c:529 g10/mainproc.c:985 #, fuzzy, c-format msgid "expires: %s" msgstr " [aegub: %s]" @@ -3894,13 +3898,13 @@ msgstr "" "Tuleb thele panna et kuni te pole programmi uuesti kivitanud, ei pruugi\n" "nidatud vtme kehtivus olla tingimata korrektne.\n" -#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:526 +#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:533 #: g10/mainproc.c:1831 g10/trustdb.c:1179 g10/trustdb.c:1699 #, fuzzy msgid "revoked" msgstr "[thistatud] " -#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:530 +#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:537 #: g10/mainproc.c:1833 g10/trustdb.c:532 g10/trustdb.c:1701 #, fuzzy msgid "expired" @@ -4770,184 +4774,184 @@ msgstr "kontrollitud %lu vtit (%lu allkirja)\n" msgid "%s: keyring created\n" msgstr "%s: vtmehoidla on loodud\n" -#: g10/keyserver.c:66 +#: g10/keyserver.c:73 msgid "include revoked keys in search results" msgstr "" -#: g10/keyserver.c:67 +#: g10/keyserver.c:74 msgid "include subkeys when searching by key ID" msgstr "" -#: g10/keyserver.c:69 +#: g10/keyserver.c:76 msgid "use temporary files to pass data to keyserver helpers" msgstr "" -#: g10/keyserver.c:71 +#: g10/keyserver.c:78 msgid "do not delete temporary files after using them" msgstr "" -#: g10/keyserver.c:75 +#: g10/keyserver.c:82 msgid "automatically retrieve keys when verifying signatures" msgstr "" -#: g10/keyserver.c:77 +#: g10/keyserver.c:84 #, fuzzy msgid "honor the preferred keyserver URL set on the key" msgstr "antud allkirja poliisi URL on vigane\n" -#: g10/keyserver.c:79 +#: g10/keyserver.c:86 msgid "honor the PKA record set on a key when retrieving keys" msgstr "" -#: g10/keyserver.c:145 +#: g10/keyserver.c:152 #, fuzzy, c-format msgid "WARNING: keyserver option `%s' is not used on this platform\n" msgstr "HOIATUS: seaded failis `%s' pole seekord veel aktiivsed\n" -#: g10/keyserver.c:528 +#: g10/keyserver.c:535 #, fuzzy msgid "disabled" msgstr "disable" -#: g10/keyserver.c:729 +#: g10/keyserver.c:736 msgid "Enter number(s), N)ext, or Q)uit > " msgstr "" -#: g10/keyserver.c:813 g10/keyserver.c:1435 +#: g10/keyserver.c:820 g10/keyserver.c:1442 #, fuzzy, c-format msgid "invalid keyserver protocol (us %d!=handler %d)\n" msgstr "vigased ekspordi vtmed\n" -#: g10/keyserver.c:911 +#: g10/keyserver.c:918 #, fuzzy, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "vtit '%s' ei leitud: %s\n" -#: g10/keyserver.c:913 +#: g10/keyserver.c:920 #, fuzzy msgid "key not found on keyserver\n" msgstr "vtit '%s' ei leitud: %s\n" -#: g10/keyserver.c:1154 +#: g10/keyserver.c:1161 #, fuzzy, c-format msgid "requesting key %s from %s server %s\n" msgstr "ksin vtit %08lX vtmeserverist %s\n" -#: g10/keyserver.c:1158 +#: g10/keyserver.c:1165 #, fuzzy, c-format msgid "requesting key %s from %s\n" msgstr "ksin vtit %08lX vtmeserverist %s\n" -#: g10/keyserver.c:1182 +#: g10/keyserver.c:1189 #, fuzzy, c-format msgid "searching for names from %s server %s\n" msgstr "otsin \"%s\" HKP serverist %s\n" -#: g10/keyserver.c:1185 +#: g10/keyserver.c:1192 #, fuzzy, c-format msgid "searching for names from %s\n" msgstr "otsin \"%s\" HKP serverist %s\n" -#: g10/keyserver.c:1338 +#: g10/keyserver.c:1345 #, fuzzy, c-format msgid "sending key %s to %s server %s\n" msgstr "otsin \"%s\" HKP serverist %s\n" -#: g10/keyserver.c:1342 +#: g10/keyserver.c:1349 #, fuzzy, c-format msgid "sending key %s to %s\n" msgstr "" "\"\n" "allkirjastatud teie vtmega %08lX %s\n" -#: g10/keyserver.c:1385 +#: g10/keyserver.c:1392 #, fuzzy, c-format msgid "searching for \"%s\" from %s server %s\n" msgstr "otsin \"%s\" HKP serverist %s\n" -#: g10/keyserver.c:1388 +#: g10/keyserver.c:1395 #, fuzzy, c-format msgid "searching for \"%s\" from %s\n" msgstr "otsin \"%s\" HKP serverist %s\n" -#: g10/keyserver.c:1395 g10/keyserver.c:1491 +#: g10/keyserver.c:1402 g10/keyserver.c:1498 #, fuzzy msgid "no keyserver action!\n" msgstr "vigased ekspordi vtmed\n" -#: g10/keyserver.c:1443 +#: g10/keyserver.c:1450 #, c-format msgid "WARNING: keyserver handler from a different version of GnuPG (%s)\n" msgstr "" -#: g10/keyserver.c:1452 +#: g10/keyserver.c:1459 msgid "keyserver did not send VERSION\n" msgstr "" -#: g10/keyserver.c:1514 g10/keyserver.c:2042 +#: g10/keyserver.c:1521 g10/keyserver.c:2049 msgid "no keyserver known (use option --keyserver)\n" msgstr "" -#: g10/keyserver.c:1520 +#: g10/keyserver.c:1527 msgid "external keyserver calls are not supported in this build\n" msgstr "" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1539 #, c-format msgid "no handler for keyserver scheme `%s'\n" msgstr "" -#: g10/keyserver.c:1537 +#: g10/keyserver.c:1544 #, c-format msgid "action `%s' not supported with keyserver scheme `%s'\n" msgstr "" -#: g10/keyserver.c:1545 +#: g10/keyserver.c:1552 #, c-format msgid "%s does not support handler version %d\n" msgstr "" -#: g10/keyserver.c:1552 +#: g10/keyserver.c:1559 #, fuzzy msgid "keyserver timed out\n" msgstr "vtmeserveri viga" -#: g10/keyserver.c:1557 +#: g10/keyserver.c:1564 #, fuzzy msgid "keyserver internal error\n" msgstr "vtmeserveri viga" -#: g10/keyserver.c:1566 +#: g10/keyserver.c:1573 #, fuzzy, c-format msgid "keyserver communications error: %s\n" msgstr "vtmeserverilt lugemine ebannestus: %s\n" -#: g10/keyserver.c:1591 g10/keyserver.c:1625 +#: g10/keyserver.c:1598 g10/keyserver.c:1632 #, c-format msgid "\"%s\" not a key ID: skipping\n" msgstr "" -#: g10/keyserver.c:1884 +#: g10/keyserver.c:1891 #, 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:1906 +#: g10/keyserver.c:1913 #, fuzzy, c-format msgid "refreshing 1 key from %s\n" msgstr "ksin vtit %08lX vtmeserverist %s\n" -#: g10/keyserver.c:1908 +#: g10/keyserver.c:1915 #, fuzzy, c-format msgid "refreshing %d keys from %s\n" msgstr "ksin vtit %08lX vtmeserverist %s\n" -#: g10/keyserver.c:1964 +#: g10/keyserver.c:1971 #, fuzzy, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "HOIATUS: ei saa kustutada ajutist faili (%s) `%s': %s\n" -#: g10/keyserver.c:1970 +#: g10/keyserver.c:1977 #, fuzzy, c-format msgid "WARNING: unable to parse URI %s\n" msgstr "HOIATUS: ei saa kustutada ajutist faili (%s) `%s': %s\n" @@ -5293,18 +5297,18 @@ msgstr "uus omaduste fail `%s' on loodud\n" msgid "WARNING: options in `%s' are not yet active during this run\n" msgstr "HOIATUS: seaded failis `%s' pole seekord veel aktiivsed\n" -#: g10/parse-packet.c:192 +#: g10/parse-packet.c:193 #, c-format msgid "can't handle public key algorithm %d\n" msgstr "ei oska ksitleda avaliku vtme algoritmi %d\n" -#: g10/parse-packet.c:762 +#: g10/parse-packet.c:798 msgid "WARNING: potentially insecure symmetrically encrypted session key\n" msgstr "" "HOIATUS: tenoliselt ebaturvaline smmeetriliselt krpteeritud sessiooni " "vti\n" -#: g10/parse-packet.c:1213 +#: g10/parse-packet.c:1249 #, c-format msgid "subpacket of type %d has critical bit set\n" msgstr "alampaketil tbiga %d on kriitiline bitt seatud\n" @@ -5917,7 +5921,7 @@ msgstr "" "smmeetrilises ifris ei nnestu vltida nrga vtme kasutamist; proovisin %" "d korda!\n" -#: g10/seskey.c:229 +#: g10/seskey.c:229 sm/certcheck.c:91 msgid "DSA requires the hash length to be a multiple of 8 bits\n" msgstr "" @@ -6478,7 +6482,7 @@ msgstr "" msgid "iconv_open failed: %s\n" msgstr "faili ei nnestu avada: %s\n" -#: jnlib/utf8conv.c:331 jnlib/utf8conv.c:597 +#: jnlib/utf8conv.c:338 jnlib/utf8conv.c:604 #, fuzzy, c-format msgid "conversion from `%s' to `%s' failed: %s\n" msgstr "pakendamine ebannestus: %s\n" @@ -6703,7 +6707,7 @@ msgstr "ei leia OpenPGP andmeid.\n" msgid "run in multi server mode (foreground)" msgstr "" -#: scd/scdaemon.c:113 sm/gpgsm.c:356 +#: scd/scdaemon.c:113 sm/gpgsm.c:359 #, fuzzy msgid "read options from file" msgstr "loen vtmeid failist `%s'\n" @@ -6747,21 +6751,21 @@ msgid "" "Smartcard daemon for GnuPG\n" msgstr "" -#: scd/scdaemon.c:684 +#: scd/scdaemon.c:664 msgid "please use the option `--daemon' to run the program in the background\n" msgstr "" -#: scd/scdaemon.c:1032 +#: scd/scdaemon.c:1012 #, c-format msgid "handler for fd %d started\n" msgstr "" -#: scd/scdaemon.c:1037 +#: scd/scdaemon.c:1017 #, c-format msgid "handler for fd %d terminated\n" msgstr "" -#: sm/base64.c:323 +#: sm/base64.c:327 #, fuzzy, c-format msgid "invalid radix64 character %02x skipped\n" msgstr "vigane radix64 smbol %02x vahele jetud\n" @@ -6785,180 +6789,186 @@ msgstr "gpg-agendi protokolli versioon %d ei ole toetatud\n" msgid "can't connect to the dirmngr - trying fall back\n" msgstr "" -#: sm/certchain.c:165 +#: sm/certchain.c:176 #, fuzzy, c-format msgid "critical certificate extension %s is not supported" msgstr "gpg-agendi protokolli versioon %d ei ole toetatud\n" -#: sm/certchain.c:203 +#: sm/certchain.c:214 msgid "issuer certificate is not marked as a CA" msgstr "" -#: sm/certchain.c:242 +#: sm/certchain.c:253 msgid "critical marked policy without configured policies" msgstr "" -#: sm/certchain.c:252 +#: sm/certchain.c:263 #, fuzzy, c-format msgid "failed to open `%s': %s\n" msgstr "`%s' ei nnestu avada: %s\n" -#: sm/certchain.c:259 sm/certchain.c:288 +#: sm/certchain.c:270 sm/certchain.c:299 msgid "note: non-critical certificate policy not allowed" msgstr "" -#: sm/certchain.c:263 sm/certchain.c:292 +#: sm/certchain.c:274 sm/certchain.c:303 #, fuzzy msgid "certificate policy not allowed" msgstr "kirjutan salajase vtme faili `%s'\n" -#: sm/certchain.c:403 +#: sm/certchain.c:414 msgid "looking up issuer at external location\n" msgstr "" -#: sm/certchain.c:423 +#: sm/certchain.c:434 #, c-format msgid "number of issuers matching: %d\n" msgstr "" -#: sm/certchain.c:576 sm/certchain.c:740 sm/certchain.c:1266 sm/decrypt.c:261 +#: sm/certchain.c:587 sm/certchain.c:753 sm/certchain.c:1334 sm/decrypt.c:261 #: sm/encrypt.c:343 sm/sign.c:328 sm/verify.c:107 #, fuzzy msgid "failed to allocated keyDB handle\n" msgstr "TrustDB initsialiseerimine ebannestus: %s\n" -#: sm/certchain.c:667 +#: sm/certchain.c:678 #, fuzzy msgid "certificate has been revoked" msgstr "MRKUS: vti on thistatud" -#: sm/certchain.c:676 +#: sm/certchain.c:687 #, fuzzy msgid "no CRL found for certificate" msgstr "halb sertifikaat" -#: sm/certchain.c:680 +#: sm/certchain.c:691 #, fuzzy msgid "the available CRL is too old" msgstr "Vtme leiate: " -#: sm/certchain.c:682 +#: sm/certchain.c:693 msgid "please make sure that the \"dirmngr\" is properly installed\n" msgstr "" -#: sm/certchain.c:687 +#: sm/certchain.c:698 #, fuzzy, c-format msgid "checking the CRL failed: %s" msgstr "Loodud allkirja ei nnestu kontrollida: %s\n" -#: sm/certchain.c:765 +#: sm/certchain.c:794 #, fuzzy msgid "no issuer found in certificate" msgstr "genereeri thistamise sertifikaat" -#: sm/certchain.c:792 +#: sm/certchain.c:823 #, c-format msgid "certificate with invalid validity: %s" msgstr "" -#: sm/certchain.c:808 +#: sm/certchain.c:839 msgid "certificate not yet valid" msgstr "" -#: sm/certchain.c:821 +#: sm/certchain.c:852 #, fuzzy msgid "certificate has expired" msgstr "See vti on aegunud!" -#: sm/certchain.c:864 +#: sm/certchain.c:895 msgid "self-signed certificate has a BAD signature" msgstr "" -#: sm/certchain.c:932 +#: sm/certchain.c:963 msgid "root certificate is not marked trusted" msgstr "" -#: sm/certchain.c:947 +#: sm/certchain.c:978 #, fuzzy, c-format msgid "fingerprint=%s\n" msgstr "nita srmejlge" -#: sm/certchain.c:955 +#: sm/certchain.c:986 msgid "root certificate has now been marked as trusted\n" msgstr "" -#: sm/certchain.c:970 +#: sm/certchain.c:1001 msgid "interactive marking as trusted not enabled in gpg-agent\n" msgstr "" -#: sm/certchain.c:976 +#: sm/certchain.c:1007 msgid "interactive marking as trusted disabled for this session\n" msgstr "" -#: sm/certchain.c:986 +#: sm/certchain.c:1017 #, fuzzy, c-format msgid "checking the trust list failed: %s\n" msgstr "Loodud allkirja ei nnestu kontrollida: %s\n" -#: sm/certchain.c:1013 sm/import.c:158 +#: sm/certchain.c:1044 sm/import.c:159 msgid "certificate chain too long\n" msgstr "" -#: sm/certchain.c:1025 +#: sm/certchain.c:1056 msgid "issuer certificate not found" msgstr "" -#: sm/certchain.c:1058 +#: sm/certchain.c:1089 #, fuzzy msgid "certificate has a BAD signature" msgstr "kontrolli allkirja" -#: sm/certchain.c:1088 +#: sm/certchain.c:1119 msgid "found another possible matching CA certificate - trying again" msgstr "" -#: sm/certchain.c:1139 +#: sm/certchain.c:1170 #, c-format msgid "certificate chain longer than allowed by CA (%d)" msgstr "" -#: sm/certcheck.c:52 -msgid "DSA requires the use of a 160 bit hash algorithm\n" -msgstr "DSA nuab 160 bitist rsialgoritmi kasutamist\n" +#: sm/certcheck.c:103 +#, c-format +msgid "%s key uses an unsafe (%u bit) hash\n" +msgstr "" + +#: sm/certcheck.c:113 +#, c-format +msgid "a %u bit hash is not valid for a %u bit %s key\n" +msgstr "" -#: sm/certcheck.c:177 sm/sign.c:482 sm/verify.c:189 +#: sm/certcheck.c:250 sm/sign.c:482 sm/verify.c:189 msgid "(this is the MD2 algorithm)\n" msgstr "" -#: sm/certdump.c:68 sm/certdump.c:154 +#: sm/certdump.c:68 sm/certdump.c:151 #, fuzzy msgid "none" msgstr "ei" -#: sm/certdump.c:163 +#: sm/certdump.c:162 #, fuzzy msgid "[none]" msgstr "tundmatu" -#: sm/certdump.c:536 sm/certdump.c:599 +#: sm/certdump.c:552 sm/certdump.c:597 sm/certdump.c:662 sm/certdump.c:715 #, fuzzy msgid "[Error - invalid encoding]" msgstr "viga: vigane srmejlg\n" -#: sm/certdump.c:544 +#: sm/certdump.c:560 sm/certdump.c:605 msgid "[Error - out of core]" msgstr "" -#: sm/certdump.c:579 +#: sm/certdump.c:642 sm/certdump.c:698 msgid "[Error - No name]" msgstr "" -#: sm/certdump.c:604 +#: sm/certdump.c:667 sm/certdump.c:721 #, fuzzy msgid "[Error - invalid DN]" msgstr "viga: vigane srmejlg\n" -#: sm/certdump.c:818 +#: sm/certdump.c:930 #, fuzzy, c-format msgid "" "Please enter the passphrase to unlock the secret key for:\n" @@ -6973,7 +6983,7 @@ msgstr "" msgid "no key usage specified - assuming all usages\n" msgstr "" -#: sm/certlist.c:135 sm/keylist.c:255 +#: sm/certlist.c:135 sm/keylist.c:258 #, fuzzy, c-format msgid "error getting key usage information: %s\n" msgstr "viga salajase vtme vtmehoidlasse `%s' kirjutamisel: %s\n" @@ -7060,7 +7070,7 @@ msgstr "" msgid "certificate `%s' not found: %s\n" msgstr "vtit '%s' ei leitud: %s\n" -#: sm/delete.c:113 sm/keydb.c:1392 sm/keydb.c:1485 +#: sm/delete.c:113 sm/keydb.c:1397 sm/keydb.c:1497 #, fuzzy, c-format msgid "error locking keybox: %s\n" msgstr "viga vtmebloki lugemisel: %s\n" @@ -7085,191 +7095,191 @@ msgstr "vtmebloki kustutamine ebannestus: %s\n" msgid "no valid recipients given\n" msgstr "(Kirjeldust ei antud)\n" -#: sm/export.c:562 sm/export.c:578 sm/import.c:525 sm/import.c:550 +#: sm/export.c:615 sm/export.c:631 sm/import.c:526 sm/import.c:551 #, fuzzy, c-format msgid "error creating temporary file: %s\n" msgstr "viga parooli loomisel: %s\n" -#: sm/export.c:569 sm/import.c:533 +#: sm/export.c:622 sm/import.c:534 #, fuzzy, c-format msgid "error writing to temporary file: %s\n" msgstr "kirjutan faili `%s'\n" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:244 #, fuzzy msgid "|[FILE]|make a signature" msgstr "|[fail]|loo allkiri" -#: sm/gpgsm.c:244 +#: sm/gpgsm.c:245 #, fuzzy msgid "|[FILE]|make a clear text signature" msgstr "|[fail]|loo avateksti allkiri" -#: sm/gpgsm.c:252 +#: sm/gpgsm.c:253 #, fuzzy msgid "list external keys" msgstr "nita salajasi vtmeid" -#: sm/gpgsm.c:254 +#: sm/gpgsm.c:255 #, fuzzy msgid "list certificate chain" msgstr "halb sertifikaat" -#: sm/gpgsm.c:257 +#: sm/gpgsm.c:258 #, fuzzy msgid "remove key from the public keyring" msgstr "eemalda vtmed avalike vtmete hoidlast" -#: sm/gpgsm.c:260 +#: sm/gpgsm.c:261 #, fuzzy msgid "import certificates" msgstr "halb sertifikaat" -#: sm/gpgsm.c:261 +#: sm/gpgsm.c:262 #, fuzzy msgid "export certificates" msgstr "halb sertifikaat" -#: sm/gpgsm.c:262 +#: sm/gpgsm.c:263 msgid "register a smartcard" msgstr "" -#: sm/gpgsm.c:264 +#: sm/gpgsm.c:265 msgid "pass a command to the dirmngr" msgstr "" -#: sm/gpgsm.c:266 +#: sm/gpgsm.c:267 msgid "invoke gpg-protect-tool" msgstr "" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:268 #, fuzzy msgid "change a passphrase" msgstr "muuda parooli" -#: sm/gpgsm.c:282 +#: sm/gpgsm.c:283 #, fuzzy msgid "create base-64 encoded output" msgstr "loo ascii pakendis vljund" -#: sm/gpgsm.c:284 +#: sm/gpgsm.c:287 msgid "assume input is in PEM format" msgstr "" -#: sm/gpgsm.c:286 +#: sm/gpgsm.c:289 msgid "assume input is in base-64 format" msgstr "" -#: sm/gpgsm.c:288 +#: sm/gpgsm.c:291 msgid "assume input is in binary format" msgstr "" -#: sm/gpgsm.c:293 +#: sm/gpgsm.c:296 msgid "use system's dirmngr if available" msgstr "" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "never consult a CRL" msgstr "" -#: sm/gpgsm.c:301 +#: sm/gpgsm.c:304 msgid "check validity using OCSP" msgstr "" -#: sm/gpgsm.c:304 +#: sm/gpgsm.c:307 msgid "|N|number of certificates to include" msgstr "" -#: sm/gpgsm.c:307 +#: sm/gpgsm.c:310 msgid "|FILE|take policy information from FILE" msgstr "" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "do not check certificate policies" msgstr "" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "fetch missing issuer certificates" msgstr "" -#: sm/gpgsm.c:318 +#: sm/gpgsm.c:321 msgid "|NAME|use NAME as default recipient" msgstr "|NIMI|kasuta NIME vaikimisi saajana" -#: sm/gpgsm.c:320 +#: sm/gpgsm.c:323 msgid "use the default key as default recipient" msgstr "kasuta vaikimisi saajana vaikimisi vtit" -#: sm/gpgsm.c:337 +#: sm/gpgsm.c:340 msgid "don't use the terminal at all" msgstr "ra kasuta terminali" -#: sm/gpgsm.c:341 +#: sm/gpgsm.c:344 msgid "force v3 signatures" msgstr "kasuta v3 allkirju" -#: sm/gpgsm.c:342 +#: sm/gpgsm.c:345 msgid "always use a MDC for encryption" msgstr "krptimisel kasuta alati MDC" -#: sm/gpgsm.c:347 +#: sm/gpgsm.c:350 msgid "batch mode: never ask" msgstr "pakettmood: ra ksi kunagi" -#: sm/gpgsm.c:348 +#: sm/gpgsm.c:351 msgid "assume yes on most questions" msgstr "eelda enamus ksimustele jah vastust" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 msgid "assume no on most questions" msgstr "eelda enamus ksimustele ei vastust" -#: sm/gpgsm.c:351 +#: sm/gpgsm.c:354 msgid "add this keyring to the list of keyrings" msgstr "lisa see vtmehoidla vtmehoidlate nimekirja" -#: sm/gpgsm.c:352 +#: sm/gpgsm.c:355 msgid "add this secret keyring to the list" msgstr "lisa see salajaste vtmete hoidla nimekirja" -#: sm/gpgsm.c:353 +#: sm/gpgsm.c:356 msgid "|NAME|use NAME as default secret key" msgstr "|NIMI|kasuta NIME vaikimisi salajase vtmena" -#: sm/gpgsm.c:354 +#: sm/gpgsm.c:357 msgid "|HOST|use this keyserver to lookup keys" msgstr "|HOST|kasuta seda vtmeserverit" -#: sm/gpgsm.c:355 +#: sm/gpgsm.c:358 msgid "|NAME|set terminal charset to NAME" msgstr "|NIMI|terminali kooditabel on NIMI" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "" -#: sm/gpgsm.c:374 +#: sm/gpgsm.c:377 msgid "|FILE|load extension module FILE" msgstr "|FAIL|lae laiendusmoodul FAIL" -#: sm/gpgsm.c:380 +#: sm/gpgsm.c:383 msgid "|NAME|use cipher algorithm NAME" msgstr "|NIMI|kasuta ifri algoritmi NIMI" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 msgid "|NAME|use message digest algorithm NAME" msgstr "|NIMI|kasuta teatelhendi algoritmi NIMI" -#: sm/gpgsm.c:384 +#: sm/gpgsm.c:387 msgid "|N|use compress algorithm N" msgstr "|N|kasuta pakkimisalgoritmi N" -#: sm/gpgsm.c:520 +#: sm/gpgsm.c:524 #, fuzzy msgid "Usage: gpgsm [options] [files] (-h for help)" msgstr "Kasuta: gpg [vtmed] [failid] (-h nitab abiinfot)" -#: sm/gpgsm.c:523 +#: sm/gpgsm.c:527 #, fuzzy msgid "" "Syntax: gpgsm [options] [files]\n" @@ -7280,45 +7290,40 @@ msgstr "" "allkirjasta, kontrolli, krpti ja dekrpti\n" "vaikimisi operatsioon sltub sisendandmetest\n" -#: sm/gpgsm.c:617 +#: sm/gpgsm.c:621 #, fuzzy msgid "usage: gpgsm [options] " msgstr "kasuta: gpg [vtmed] " -#: sm/gpgsm.c:698 +#: sm/gpgsm.c:702 #, fuzzy, c-format msgid "can't encrypt to `%s': %s\n" msgstr "ei nnestu luua hendust serveriga `%s': %s\n" -#: sm/gpgsm.c:773 -#, c-format -msgid "libksba is too old (need %s, have %s)\n" -msgstr "" - -#: sm/gpgsm.c:1249 +#: sm/gpgsm.c:1253 msgid "WARNING: running with faked system time: " msgstr "" -#: sm/gpgsm.c:1328 +#: sm/gpgsm.c:1332 #, fuzzy, c-format msgid "importing common certificates `%s'\n" msgstr "kirjutan faili `%s'\n" -#: sm/gpgsm.c:1346 +#: sm/gpgsm.c:1350 #, fuzzy, c-format msgid "can't sign using `%s': %s\n" msgstr "`%s' ei nnestu sulgeda: %s\n" -#: sm/gpgsm.c:1536 +#: sm/gpgsm.c:1542 msgid "this command has not yet been implemented\n" msgstr "" -#: sm/gpgsm.c:1601 +#: sm/gpgsm.c:1606 #, fuzzy msgid "key generation is not available from the commandline\n" msgstr "gpg-agent ei ole sesses sessioonis kasutatav\n" -#: sm/gpgsm.c:1602 +#: sm/gpgsm.c:1607 #, fuzzy, c-format msgid "please use the script \"%s\" to generate a new key\n" msgstr "Palun valige, millist vtmetpi te soovite:\n" @@ -7328,21 +7333,21 @@ msgstr "Palun valige, millist vtmetpi te soovite:\n" msgid "total number processed: %lu\n" msgstr "Tdeldud kokku: %lu\n" -#: sm/import.c:227 +#: sm/import.c:228 #, fuzzy msgid "error storing certificate\n" msgstr "genereeri thistamise sertifikaat" -#: sm/import.c:235 +#: sm/import.c:236 msgid "basic certificate checks failed - not imported\n" msgstr "" -#: sm/import.c:421 sm/import.c:453 +#: sm/import.c:422 sm/import.c:454 #, fuzzy, c-format msgid "error importing certificate: %s\n" msgstr "viga parooli loomisel: %s\n" -#: sm/import.c:542 tools/gpg-connect-agent.c:384 +#: sm/import.c:543 tools/gpg-connect-agent.c:388 #, fuzzy, c-format msgid "error reading input: %s\n" msgstr "viga `%s' lugemisel: %s\n" @@ -7361,12 +7366,12 @@ msgstr "" msgid "keybox `%s' created\n" msgstr "vtmehoidla `%s' on loodud\n" -#: sm/keydb.c:1312 sm/keydb.c:1378 +#: sm/keydb.c:1312 sm/keydb.c:1380 #, fuzzy msgid "failed to get the fingerprint\n" msgstr "TrustDB initsialiseerimine ebannestus: %s\n" -#: sm/keydb.c:1319 sm/keydb.c:1385 +#: sm/keydb.c:1319 sm/keydb.c:1387 #, fuzzy msgid "failed to allocate keyDB handle\n" msgstr "TrustDB initsialiseerimine ebannestus: %s\n" @@ -7386,17 +7391,17 @@ msgstr "viga parooli loomisel: %s\n" msgid "error storing certificate: %s\n" msgstr "viga parooli loomisel: %s\n" -#: sm/keydb.c:1400 +#: sm/keydb.c:1408 #, fuzzy, c-format msgid "problem re-searching certificate: %s\n" msgstr "rev? probleem thistamise kontrollimisel: %s\n" -#: sm/keydb.c:1409 sm/keydb.c:1497 +#: sm/keydb.c:1417 sm/keydb.c:1509 #, fuzzy, c-format msgid "error getting stored flags: %s\n" msgstr "viga parooli loomisel: %s\n" -#: sm/keydb.c:1418 sm/keydb.c:1508 +#: sm/keydb.c:1429 sm/keydb.c:1520 #, fuzzy, c-format msgid "error storing flags: %s\n" msgstr "viga `%s' lugemisel: %s\n" @@ -7469,103 +7474,107 @@ msgstr "Korrektne allkiri kasutajalt \"" msgid " aka" msgstr " ka \"" -#: tools/gpg-connect-agent.c:60 tools/gpgconf.c:70 tools/symcryptrun.c:186 +#: tools/gpg-connect-agent.c:61 tools/gpgconf.c:70 tools/symcryptrun.c:167 #, fuzzy msgid "quiet" msgstr "vlju" -#: tools/gpg-connect-agent.c:61 +#: tools/gpg-connect-agent.c:62 msgid "print data out hex encoded" msgstr "" -#: tools/gpg-connect-agent.c:62 +#: tools/gpg-connect-agent.c:63 +msgid "decode received data lines" +msgstr "" + +#: tools/gpg-connect-agent.c:64 msgid "|NAME|connect to Assuan socket NAME" msgstr "" -#: tools/gpg-connect-agent.c:63 +#: tools/gpg-connect-agent.c:65 msgid "run the Assuan server given on the command line" msgstr "" -#: tools/gpg-connect-agent.c:65 +#: tools/gpg-connect-agent.c:67 msgid "do not use extended connect mode" msgstr "" -#: tools/gpg-connect-agent.c:126 +#: tools/gpg-connect-agent.c:129 #, fuzzy msgid "Usage: gpg-connect-agent [options] (-h for help)" msgstr "Kasuta: gpg [vtmed] [failid] (-h nitab abiinfot)" -#: tools/gpg-connect-agent.c:129 +#: tools/gpg-connect-agent.c:132 msgid "" "Syntax: gpg-connect-agent [options]\n" "Connect to a running agent and send commands\n" msgstr "" -#: tools/gpg-connect-agent.c:324 +#: tools/gpg-connect-agent.c:328 #, c-format msgid "option \"%s\" requires a program and optional arguments\n" msgstr "" -#: tools/gpg-connect-agent.c:333 +#: tools/gpg-connect-agent.c:337 #, c-format msgid "option \"%s\" ignored due to \"%s\"\n" msgstr "" -#: tools/gpg-connect-agent.c:391 +#: tools/gpg-connect-agent.c:395 #, fuzzy msgid "line too long - skipped\n" msgstr "rida on liiga pikk\n" -#: tools/gpg-connect-agent.c:395 +#: tools/gpg-connect-agent.c:399 msgid "line shortened due to embedded Nul character\n" msgstr "" -#: tools/gpg-connect-agent.c:457 +#: tools/gpg-connect-agent.c:471 #, fuzzy, c-format msgid "unknown command `%s'\n" msgstr "tundmatu vaikimisi saaja `%s'\n" -#: tools/gpg-connect-agent.c:465 +#: tools/gpg-connect-agent.c:479 #, fuzzy, c-format msgid "sending line failed: %s\n" msgstr "allkirjastamine ebannestus: %s\n" -#: tools/gpg-connect-agent.c:473 +#: tools/gpg-connect-agent.c:487 #, fuzzy, c-format msgid "receiving line failed: %s\n" msgstr "vtmebloki kustutamine ebannestus: %s\n" -#: tools/gpg-connect-agent.c:746 +#: tools/gpg-connect-agent.c:797 #, fuzzy, c-format msgid "error sending %s command: %s\n" msgstr "viga teate saatmisel serverile `%s': %s\n" -#: tools/gpg-connect-agent.c:755 +#: tools/gpg-connect-agent.c:806 #, fuzzy, c-format msgid "error sending standard options: %s\n" msgstr "viga teate saatmisel serverile `%s': %s\n" #: tools/gpgconf-comp.c:445 tools/gpgconf-comp.c:525 tools/gpgconf-comp.c:592 -#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:720 +#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:723 msgid "Options controlling the diagnostic output" msgstr "" #: tools/gpgconf-comp.c:458 tools/gpgconf-comp.c:538 tools/gpgconf-comp.c:605 -#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:743 +#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:746 msgid "Options controlling the configuration" msgstr "" #: tools/gpgconf-comp.c:468 tools/gpgconf-comp.c:563 tools/gpgconf-comp.c:612 -#: tools/gpgconf-comp.c:671 tools/gpgconf-comp.c:750 +#: tools/gpgconf-comp.c:674 tools/gpgconf-comp.c:753 msgid "Options useful for debugging" msgstr "" #: tools/gpgconf-comp.c:473 tools/gpgconf-comp.c:568 tools/gpgconf-comp.c:617 -#: tools/gpgconf-comp.c:676 tools/gpgconf-comp.c:758 +#: tools/gpgconf-comp.c:679 tools/gpgconf-comp.c:761 msgid "|FILE|write server mode logs to FILE" msgstr "" -#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:684 +#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:687 msgid "Options controlling the security" msgstr "" @@ -7593,31 +7602,36 @@ msgstr "" msgid "allow PKA lookups (DNS requests)" msgstr "" -#: tools/gpgconf-comp.c:689 +#: tools/gpgconf-comp.c:669 +#, fuzzy +msgid "|NAME|use encoding NAME for PKCS#12 passphrases" +msgstr "|NIMI|kasuta paroolidega ifri algoritmi NIMI" + +#: tools/gpgconf-comp.c:692 msgid "do not check CRLs for root certificates" msgstr "" -#: tools/gpgconf-comp.c:733 +#: tools/gpgconf-comp.c:736 msgid "Options controlling the format of the output" msgstr "" -#: tools/gpgconf-comp.c:769 +#: tools/gpgconf-comp.c:772 msgid "Options controlling the interactivity and enforcement" msgstr "" -#: tools/gpgconf-comp.c:779 +#: tools/gpgconf-comp.c:782 msgid "Configuration for HTTP servers" msgstr "" -#: tools/gpgconf-comp.c:790 +#: tools/gpgconf-comp.c:793 msgid "use system's HTTP proxy setting" msgstr "" -#: tools/gpgconf-comp.c:795 +#: tools/gpgconf-comp.c:798 msgid "Configuration of LDAP servers to use" msgstr "" -#: tools/gpgconf-comp.c:832 +#: tools/gpgconf-comp.c:835 msgid "Configuration for OCSP" msgstr "" @@ -7681,7 +7695,7 @@ msgstr "kirjutan salajase vtme faili `%s'\n" msgid "error allocating enough memory: %s\n" msgstr "viga vtmehoidla `%s' loomisel: %s\n" -#: tools/symcryptrun.c:173 +#: tools/symcryptrun.c:154 #, fuzzy msgid "" "@\n" @@ -7691,166 +7705,169 @@ msgstr "" "@Ksud:\n" " " -#: tools/symcryptrun.c:175 +#: tools/symcryptrun.c:156 #, fuzzy msgid "decryption modus" msgstr "lahtikrpteerimine nnestus\n" -#: tools/symcryptrun.c:176 +#: tools/symcryptrun.c:157 #, fuzzy msgid "encryption modus" msgstr "lahtikrpteerimine nnestus\n" -#: tools/symcryptrun.c:180 +#: tools/symcryptrun.c:161 msgid "tool class (confucius)" msgstr "" -#: tools/symcryptrun.c:181 +#: tools/symcryptrun.c:162 #, fuzzy msgid "program filename" msgstr "--store [failinimi]" -#: tools/symcryptrun.c:183 +#: tools/symcryptrun.c:164 msgid "secret key file (required)" msgstr "" -#: tools/symcryptrun.c:184 +#: tools/symcryptrun.c:165 msgid "input file name (default stdin)" msgstr "" -#: tools/symcryptrun.c:228 +#: tools/symcryptrun.c:209 #, fuzzy msgid "Usage: symcryptrun [options] (-h for help)" msgstr "Kasuta: gpg [vtmed] [failid] (-h nitab abiinfot)" -#: tools/symcryptrun.c:231 +#: tools/symcryptrun.c:212 msgid "" "Syntax: symcryptrun --class CLASS --program PROGRAM --keyfile KEYFILE " "[options...] COMMAND [inputfile]\n" "Call a simple symmetric encryption tool\n" msgstr "" -#: tools/symcryptrun.c:313 +#: tools/symcryptrun.c:294 #, fuzzy, c-format msgid "%s on %s aborted with status %i\n" msgstr "%s ja %s ei ole koos lubatud!\n" -#: tools/symcryptrun.c:320 +#: tools/symcryptrun.c:301 #, fuzzy, c-format msgid "%s on %s failed with status %i\n" msgstr "faili ei nnestu avada: %s\n" -#: tools/symcryptrun.c:346 +#: tools/symcryptrun.c:327 #, fuzzy, c-format msgid "can't create temporary directory `%s': %s\n" msgstr "kataloogi `%s' ei nnestu luua: %s\n" -#: tools/symcryptrun.c:386 tools/symcryptrun.c:403 +#: tools/symcryptrun.c:367 tools/symcryptrun.c:384 #, fuzzy, c-format msgid "could not open %s for writing: %s\n" msgstr "%s ei nnestu avada: %s\n" -#: tools/symcryptrun.c:414 +#: tools/symcryptrun.c:395 #, fuzzy, c-format msgid "error writing to %s: %s\n" msgstr "viga vtmehoidlasse `%s' kirjutamisel: %s\n" -#: tools/symcryptrun.c:421 +#: tools/symcryptrun.c:402 #, fuzzy, c-format msgid "error reading from %s: %s\n" msgstr "viga `%s' lugemisel: %s\n" -#: tools/symcryptrun.c:428 tools/symcryptrun.c:435 +#: tools/symcryptrun.c:409 tools/symcryptrun.c:416 #, fuzzy, c-format msgid "error closing %s: %s\n" msgstr "viga `%s' lugemisel: %s\n" -#: tools/symcryptrun.c:545 +#: tools/symcryptrun.c:526 #, fuzzy msgid "no --program option provided\n" msgstr "mittelokaalse programmi kivitamist ei toetata\n" -#: tools/symcryptrun.c:551 +#: tools/symcryptrun.c:532 msgid "only --decrypt and --encrypt are supported\n" msgstr "" -#: tools/symcryptrun.c:557 +#: tools/symcryptrun.c:538 msgid "no --keyfile option provided\n" msgstr "" -#: tools/symcryptrun.c:568 +#: tools/symcryptrun.c:549 msgid "cannot allocate args vector\n" msgstr "" -#: tools/symcryptrun.c:586 +#: tools/symcryptrun.c:567 #, fuzzy, c-format msgid "could not create pipe: %s\n" msgstr "%s ei nnestu luua: %s\n" -#: tools/symcryptrun.c:593 +#: tools/symcryptrun.c:574 #, fuzzy, c-format msgid "could not create pty: %s\n" msgstr "%s ei nnestu luua: %s\n" -#: tools/symcryptrun.c:609 +#: tools/symcryptrun.c:590 #, c-format msgid "could not fork: %s\n" msgstr "" -#: tools/symcryptrun.c:637 +#: tools/symcryptrun.c:618 #, fuzzy, c-format msgid "execv failed: %s\n" msgstr "uuendamine ebannestus: %s\n" -#: tools/symcryptrun.c:666 +#: tools/symcryptrun.c:647 #, fuzzy, c-format msgid "select failed: %s\n" msgstr "vtmebloki kustutamine ebannestus: %s\n" -#: tools/symcryptrun.c:683 +#: tools/symcryptrun.c:664 #, fuzzy, c-format msgid "read failed: %s\n" msgstr "uuendamine ebannestus: %s\n" -#: tools/symcryptrun.c:735 +#: tools/symcryptrun.c:716 #, fuzzy, c-format msgid "pty read failed: %s\n" msgstr "uuendamine ebannestus: %s\n" -#: tools/symcryptrun.c:787 +#: tools/symcryptrun.c:768 #, fuzzy, c-format msgid "waitpid failed: %s\n" msgstr "uuendamine ebannestus: %s\n" -#: tools/symcryptrun.c:801 +#: tools/symcryptrun.c:782 #, c-format msgid "child aborted with status %i\n" msgstr "" -#: tools/symcryptrun.c:856 +#: tools/symcryptrun.c:837 #, fuzzy, c-format msgid "cannot allocate infile string: %s\n" msgstr "`%s' ei nnestu luua: %s\n" -#: tools/symcryptrun.c:869 +#: tools/symcryptrun.c:850 #, fuzzy, c-format msgid "cannot allocate outfile string: %s\n" msgstr "`%s' ei nnestu luua: %s\n" -#: tools/symcryptrun.c:1044 +#: tools/symcryptrun.c:1025 #, c-format msgid "either %s or %s must be given\n" msgstr "" -#: tools/symcryptrun.c:1064 +#: tools/symcryptrun.c:1045 msgid "no class provided\n" msgstr "" -#: tools/symcryptrun.c:1071 +#: tools/symcryptrun.c:1052 #, fuzzy, c-format msgid "class %s is not supported\n" msgstr "kaitse algoritm %d%s ei ole toetatud\n" +#~ msgid "DSA requires the use of a 160 bit hash algorithm\n" +#~ msgstr "DSA nuab 160 bitist rsialgoritmi kasutamist\n" + #, fuzzy #~ msgid ".\n" #~ msgstr "%s.\n" @@ -8606,9 +8623,6 @@ msgstr "kaitse algoritm %d%s ei ole toetatud\n" #~ msgid "|NAME|use message digest algorithm NAME for passphrases" #~ msgstr "|NIMI|kasuta paroolidega lhendialgoritmi NIMI" -#~ msgid "|NAME|use cipher algorithm NAME for passphrases" -#~ msgstr "|NIMI|kasuta paroolidega ifri algoritmi NIMI" - #~ msgid "throw keyid field of encrypted packets" #~ msgstr "ra lisa krptimisel vtme id" @@ -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: 2007-03-08 14:20+0100\n" +"POT-Creation-Date: 2007-05-07 20:39+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" @@ -105,8 +105,8 @@ msgstr "tiedostoa \"%s\" ei voi luoda: %s\n" #: g10/keyring.c:1534 g10/openfile.c:190 g10/openfile.c:345 #: g10/plaintext.c:504 g10/sign.c:814 g10/sign.c:1009 g10/sign.c:1125 #: g10/sign.c:1281 g10/tdbdump.c:141 g10/tdbdump.c:149 g10/tdbio.c:542 -#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1775 -#: sm/gpgsm.c:1812 sm/qualified.c:74 +#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1780 +#: sm/gpgsm.c:1817 sm/gpgsm.c:1855 sm/qualified.c:74 #, c-format msgid "can't open `%s': %s\n" msgstr "tiedostoa \"%s\" ei voi avata: %s\n" @@ -205,13 +205,13 @@ msgstr "" "Tarvitset salasanan suojaamaan salaista avaintasi.\n" "\n" -#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1216 +#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1202 #, fuzzy msgid "Please re-enter this passphrase" msgstr "muuta salasanaa" -#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1222 -#: tools/symcryptrun.c:487 +#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1208 +#: tools/symcryptrun.c:468 msgid "does not match - try again" msgstr "" @@ -220,7 +220,7 @@ msgstr "" msgid "Please enter the new passphrase" msgstr "muuta salasanaa" -#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:109 +#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:111 #: scd/scdaemon.c:103 #, fuzzy msgid "" @@ -240,13 +240,13 @@ msgid "run in daemon mode (background)" msgstr "" #: agent/gpg-agent.c:117 g10/gpg.c:470 g10/gpgv.c:71 kbx/kbxutil.c:82 -#: scd/scdaemon.c:109 sm/gpgsm.c:335 tools/gpg-connect-agent.c:59 -#: tools/gpgconf.c:69 tools/symcryptrun.c:185 +#: scd/scdaemon.c:109 sm/gpgsm.c:338 tools/gpg-connect-agent.c:60 +#: tools/gpgconf.c:69 tools/symcryptrun.c:166 msgid "verbose" msgstr "monisanainen" #: agent/gpg-agent.c:118 g10/gpgv.c:72 kbx/kbxutil.c:83 scd/scdaemon.c:110 -#: sm/gpgsm.c:336 +#: sm/gpgsm.c:339 msgid "be somewhat more quiet" msgstr "ole jonkinverran hiljaisempi" @@ -258,7 +258,7 @@ msgstr "" msgid "csh-style command output" msgstr "" -#: agent/gpg-agent.c:121 tools/symcryptrun.c:188 +#: agent/gpg-agent.c:121 tools/symcryptrun.c:169 #, fuzzy msgid "|FILE|read options from FILE" msgstr "|TIEDOSTO|lataa laajennusmoduuli TIEDOSTO" @@ -271,8 +271,8 @@ msgstr "" msgid "do not grab keyboard and mouse" msgstr "" -#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:338 -#: tools/symcryptrun.c:187 +#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:341 +#: tools/symcryptrun.c:168 #, fuzzy msgid "use a log file for the server" msgstr "etsi avaimia avainpalvelimelta" @@ -328,9 +328,9 @@ msgstr "" msgid "|FILE|write environment settings also to FILE" msgstr "" -#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:143 -#: scd/scdaemon.c:192 sm/gpgsm.c:517 tools/gpg-connect-agent.c:123 -#: tools/gpgconf.c:91 tools/symcryptrun.c:225 +#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:148 +#: scd/scdaemon.c:192 sm/gpgsm.c:521 tools/gpg-connect-agent.c:126 +#: tools/gpgconf.c:91 tools/symcryptrun.c:206 #, fuzzy msgid "Please report bugs to <" msgstr "" @@ -347,138 +347,127 @@ msgid "" "Secret key management for GnuPG\n" msgstr "" -#: agent/gpg-agent.c:311 -#, c-format -msgid "out of core in secure memory while allocating %lu bytes" -msgstr "" - -#: agent/gpg-agent.c:314 -#, c-format -msgid "out of core while allocating %lu bytes" -msgstr "" - -#: agent/gpg-agent.c:345 g10/gpg.c:931 scd/scdaemon.c:266 sm/gpgsm.c:646 +#: agent/gpg-agent.c:303 g10/gpg.c:931 scd/scdaemon.c:247 sm/gpgsm.c:650 #, c-format msgid "invalid debug-level `%s' given\n" msgstr "" -#: agent/gpg-agent.c:521 agent/protect-tool.c:1073 g10/gpg.c:1835 -#: kbx/kbxutil.c:432 scd/scdaemon.c:358 sm/gpgsm.c:768 -#: tools/symcryptrun.c:1056 +#: agent/gpg-agent.c:479 agent/protect-tool.c:1059 kbx/kbxutil.c:432 +#: scd/scdaemon.c:339 sm/gpgsm.c:771 sm/gpgsm.c:774 tools/symcryptrun.c:1037 #, c-format -msgid "libgcrypt is too old (need %s, have %s)\n" +msgid "%s is too old (need %s, have %s)\n" msgstr "" -#: agent/gpg-agent.c:615 g10/gpg.c:2035 scd/scdaemon.c:435 sm/gpgsm.c:865 +#: agent/gpg-agent.c:572 g10/gpg.c:2035 scd/scdaemon.c:415 sm/gpgsm.c:865 #, c-format msgid "NOTE: no default option file `%s'\n" msgstr "HUOM: Ei oletusasetustiedostoa \"%s\"\n" -#: agent/gpg-agent.c:620 agent/gpg-agent.c:1179 g10/gpg.c:2039 -#: scd/scdaemon.c:440 sm/gpgsm.c:869 tools/symcryptrun.c:989 +#: agent/gpg-agent.c:577 agent/gpg-agent.c:1136 g10/gpg.c:2039 +#: scd/scdaemon.c:420 sm/gpgsm.c:869 tools/symcryptrun.c:970 #, c-format msgid "option file `%s': %s\n" msgstr "asetustiedosto \"%s\": %s\n" -#: agent/gpg-agent.c:628 g10/gpg.c:2046 scd/scdaemon.c:448 sm/gpgsm.c:876 +#: agent/gpg-agent.c:585 g10/gpg.c:2046 scd/scdaemon.c:428 sm/gpgsm.c:876 #, c-format msgid "reading options from `%s'\n" msgstr "luetaan asetukset tiedostosta \"%s\"\n" -#: agent/gpg-agent.c:949 g10/plaintext.c:142 g10/plaintext.c:147 +#: agent/gpg-agent.c:906 g10/plaintext.c:142 g10/plaintext.c:147 #: g10/plaintext.c:164 #, c-format msgid "error creating `%s': %s\n" msgstr "virhe luotaessa \"%s\": %s\n" -#: agent/gpg-agent.c:1239 agent/gpg-agent.c:1342 agent/gpg-agent.c:1346 -#: agent/gpg-agent.c:1382 agent/gpg-agent.c:1386 g10/exec.c:174 -#: g10/openfile.c:418 scd/scdaemon.c:934 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:1299 agent/gpg-agent.c:1303 +#: agent/gpg-agent.c:1339 agent/gpg-agent.c:1343 g10/exec.c:174 +#: g10/openfile.c:418 scd/scdaemon.c:914 #, c-format msgid "can't create directory `%s': %s\n" msgstr "hakemiston \"%s\" luominen ei onnistu: %s\n" -#: agent/gpg-agent.c:1253 scd/scdaemon.c:948 +#: agent/gpg-agent.c:1210 scd/scdaemon.c:928 msgid "name of socket too long\n" msgstr "" -#: agent/gpg-agent.c:1279 scd/scdaemon.c:974 +#: agent/gpg-agent.c:1236 scd/scdaemon.c:954 #, fuzzy, c-format msgid "can't create socket: %s\n" msgstr "ei voida luoda kohdetta %s: %s\n" -#: agent/gpg-agent.c:1308 scd/scdaemon.c:1003 +#: agent/gpg-agent.c:1265 scd/scdaemon.c:983 #, fuzzy, c-format msgid "error binding socket to `%s': %s\n" msgstr "virhe lähettäessä kohteeseen \"%s\": %s\n" -#: agent/gpg-agent.c:1316 scd/scdaemon.c:1011 +#: agent/gpg-agent.c:1273 scd/scdaemon.c:991 #, fuzzy, c-format msgid "listen() failed: %s\n" msgstr "päivitys epäonnistui: %s\n" -#: agent/gpg-agent.c:1322 scd/scdaemon.c:1017 +#: agent/gpg-agent.c:1279 scd/scdaemon.c:997 #, fuzzy, c-format msgid "listening on socket `%s'\n" msgstr "kirjoitan salaisen avaimen kohteeseen \"%s\"\n" -#: agent/gpg-agent.c:1350 agent/gpg-agent.c:1392 g10/openfile.c:421 +#: agent/gpg-agent.c:1307 agent/gpg-agent.c:1349 g10/openfile.c:421 #, fuzzy, c-format msgid "directory `%s' created\n" msgstr "%s: hakemisto luotu\n" -#: agent/gpg-agent.c:1398 +#: agent/gpg-agent.c:1355 #, fuzzy, c-format msgid "stat() failed for `%s': %s\n" msgstr "trustdb: luku epäonnistui (n=%d): %s\n" -#: agent/gpg-agent.c:1402 +#: agent/gpg-agent.c:1359 #, fuzzy, c-format msgid "can't use `%s' as home directory\n" msgstr "%s: hakemistoa ei voi luoda: %s\n" -#: agent/gpg-agent.c:1504 +#: agent/gpg-agent.c:1461 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:1509 +#: agent/gpg-agent.c:1466 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:1526 +#: agent/gpg-agent.c:1483 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:1531 +#: agent/gpg-agent.c:1488 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:1627 scd/scdaemon.c:1136 +#: agent/gpg-agent.c:1584 scd/scdaemon.c:1116 #, fuzzy, c-format msgid "pth_select failed: %s - waiting 1s\n" msgstr "salaisen päivitys epäonnistui: %s\n" -#: agent/gpg-agent.c:1733 scd/scdaemon.c:1203 +#: agent/gpg-agent.c:1690 scd/scdaemon.c:1183 #, fuzzy, c-format msgid "%s %s stopped\n" msgstr "%s: ohitettu: %s\n" -#: agent/gpg-agent.c:1754 +#: agent/gpg-agent.c:1711 #, fuzzy msgid "no gpg-agent running in this session\n" msgstr "gpg-agent ei ole käytettävissä tässä istunnossa\n" -#: agent/gpg-agent.c:1764 common/simple-pwquery.c:324 g10/call-agent.c:137 -#: sm/call-agent.c:144 tools/gpg-connect-agent.c:713 +#: agent/gpg-agent.c:1721 common/simple-pwquery.c:324 g10/call-agent.c:137 +#: sm/call-agent.c:144 tools/gpg-connect-agent.c:764 msgid "malformed GPG_AGENT_INFO environment variable\n" msgstr "GPG_AGENT_INFO-ympäristömuuttuja on väärin muotoiltu\n" -#: agent/gpg-agent.c:1776 common/simple-pwquery.c:336 g10/call-agent.c:149 -#: sm/call-agent.c:156 tools/gpg-connect-agent.c:724 +#: agent/gpg-agent.c:1733 common/simple-pwquery.c:336 g10/call-agent.c:149 +#: sm/call-agent.c:156 tools/gpg-connect-agent.c:775 #, c-format msgid "gpg-agent protocol version %d is not supported\n" msgstr "gpg-agent-protokollaversio %d ei ole tuettu\n" @@ -494,51 +483,51 @@ msgid "" "Password cache maintenance\n" msgstr "" -#: agent/protect-tool.c:146 +#: agent/protect-tool.c:151 #, fuzzy msgid "Usage: gpg-protect-tool [options] (-h for help)\n" msgstr "Käyttö: gpg [valitsimet] [tiedostot] (-h näyttää ohjeen)" -#: agent/protect-tool.c:148 +#: agent/protect-tool.c:153 msgid "" "Syntax: gpg-protect-tool [options] [args]\n" "Secret key maintenance tool\n" msgstr "" -#: agent/protect-tool.c:1207 +#: agent/protect-tool.c:1193 #, fuzzy msgid "Please enter the passphrase to unprotect the PKCS#12 object." msgstr "Ole hyvä ja syötä salasana, tämän on salainen lause \n" -#: agent/protect-tool.c:1210 +#: agent/protect-tool.c:1196 #, fuzzy msgid "Please enter the passphrase to protect the new PKCS#12 object." msgstr "Ole hyvä ja syötä salasana, tämän on salainen lause \n" -#: agent/protect-tool.c:1213 +#: agent/protect-tool.c:1199 msgid "" "Please enter the passphrase to protect the imported object within the GnuPG " "system." msgstr "" -#: agent/protect-tool.c:1218 +#: agent/protect-tool.c:1204 #, fuzzy msgid "" "Please enter the passphrase or the PIN\n" "needed to complete this operation." msgstr "Ole hyvä ja syötä salasana, tämän on salainen lause \n" -#: agent/protect-tool.c:1223 tools/symcryptrun.c:488 +#: agent/protect-tool.c:1209 tools/symcryptrun.c:469 #, fuzzy msgid "Passphrase:" msgstr "väärä salasana" -#: agent/protect-tool.c:1236 tools/symcryptrun.c:501 +#: agent/protect-tool.c:1222 tools/symcryptrun.c:482 #, fuzzy, c-format msgid "error while asking for the passphrase: %s\n" msgstr "virhe luotaessa salasanaa: %s\n" -#: agent/protect-tool.c:1239 tools/symcryptrun.c:505 +#: agent/protect-tool.c:1225 tools/symcryptrun.c:486 #, fuzzy msgid "cancelled\n" msgstr "Peru" @@ -578,7 +567,7 @@ msgstr "" msgid "error reading `%s', line %d: %s\n" msgstr "virhe luettaessa tiedostoa \"%s\": %s\n" -#: agent/trustlist.c:355 agent/trustlist.c:394 +#: agent/trustlist.c:365 agent/trustlist.c:404 msgid "error reading list of trusted root certificates\n" msgstr "" @@ -591,7 +580,7 @@ msgstr "" #. second "%s" gets replaced by a hexdecimal #. fingerprint string whereas the first one receives #. the name as store in the certificate. -#: agent/trustlist.c:470 +#: agent/trustlist.c:480 #, c-format msgid "" "Please verify that the certificate identified as:%%0A \"%s\"%%0Ahas the " @@ -601,7 +590,7 @@ msgstr "" #. TRANSLATORS: "Correct" is the label of a button and intended to #. be hit if the fingerprint matches the one of the CA. The other #. button is "the default "Cancel" of the Pinentry. -#: agent/trustlist.c:479 +#: agent/trustlist.c:489 msgid "Correct" msgstr "" @@ -613,19 +602,19 @@ msgstr "" #. plain % sign, you need to encode it as "%%25". The #. "%s" gets replaced by the name as store in the #. certificate. -#: agent/trustlist.c:499 +#: agent/trustlist.c:509 #, c-format msgid "" "Do you ultimately trust%%0A \"%s\"%%0Ato correctly certify user " "certificates?" msgstr "" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 #, fuzzy msgid "Yes" msgstr "kyllä|kylla|joo" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 msgid "No" msgstr "" @@ -669,12 +658,12 @@ msgstr "" msgid "error running `%s': terminated\n" msgstr "virhe luettaessa tiedostoa \"%s\": %s\n" -#: common/http.c:1623 +#: common/http.c:1621 #, fuzzy, c-format msgid "error creating socket: %s\n" msgstr "virhe luotaessa \"%s\": %s\n" -#: common/http.c:1667 +#: common/http.c:1665 #, fuzzy msgid "host not found" msgstr "[Käyttäjätunnusta ei löytynyt]" @@ -768,6 +757,16 @@ msgstr "" msgid "cC" msgstr "c" +#: common/miscellaneous.c:73 +#, c-format +msgid "out of core in secure memory while allocating %lu bytes" +msgstr "" + +#: common/miscellaneous.c:76 +#, c-format +msgid "out of core while allocating %lu bytes" +msgstr "" + #: g10/armor.c:368 #, c-format msgid "armor: %s\n" @@ -1202,13 +1201,13 @@ msgstr "--output ei toimi yhdessä tämän komennon kanssa\n" msgid "can't open `%s'\n" msgstr "tiedostoa \"%s\" ei voi avata\n" -#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1714 +#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1721 #: g10/revoke.c:228 #, fuzzy, c-format msgid "key \"%s\" not found: %s\n" msgstr "avainta \"%s\" ei löydy: %s\n" -#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1728 +#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1735 #: g10/revoke.c:234 g10/revoke.c:479 #, c-format msgid "error reading keyblock: %s\n" @@ -1489,25 +1488,25 @@ msgid "Invalid key %s made valid by --allow-non-selfsigned-uid\n" msgstr "" "Epäkelpo avain %08lX hyväksytty valitsimella --allow-non-selfsigned-uid\n" -#: g10/getkey.c:2390 g10/keyedit.c:3723 +#: g10/getkey.c:2393 g10/keyedit.c:3723 #, fuzzy, c-format msgid "no secret subkey for public subkey %s - ignoring\n" msgstr "ei salaista aliavainta julkiselle aliavaimelle %08lX - ohitetaan\n" -#: g10/getkey.c:2621 +#: g10/getkey.c:2624 #, fuzzy, c-format 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:2668 +#: g10/getkey.c:2671 #, fuzzy, c-format msgid "key %s: secret key without public key - skipped\n" msgstr "" "avain %08lX: salaisella avaimella ei ole vastaavaa \n" "julkista avainta - ohitetaan\n" -#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:241 tools/gpgconf.c:56 +#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:242 tools/gpgconf.c:56 msgid "" "@Commands:\n" " " @@ -1523,27 +1522,27 @@ msgstr "|[tiedosto]|tee allekirjoitus" msgid "|[file]|make a clear text signature" msgstr "|[tiedosto]|tee selkokielinen allekirjoitus" -#: g10/gpg.c:373 sm/gpgsm.c:245 +#: g10/gpg.c:373 sm/gpgsm.c:246 msgid "make a detached signature" msgstr "tee erillinen allekirjoitus" -#: g10/gpg.c:374 sm/gpgsm.c:246 +#: g10/gpg.c:374 sm/gpgsm.c:247 msgid "encrypt data" msgstr "salaa tiedot" -#: g10/gpg.c:376 sm/gpgsm.c:247 +#: g10/gpg.c:376 sm/gpgsm.c:248 msgid "encryption only with symmetric cipher" msgstr "salaa vain symmetrisellä salaimella" -#: g10/gpg.c:378 sm/gpgsm.c:248 +#: g10/gpg.c:378 sm/gpgsm.c:249 msgid "decrypt data (default)" msgstr "avaa tiedot (oletus)" -#: g10/gpg.c:380 sm/gpgsm.c:249 +#: g10/gpg.c:380 sm/gpgsm.c:250 msgid "verify a signature" msgstr "tarkista allekirjoitus" -#: g10/gpg.c:382 sm/gpgsm.c:251 +#: g10/gpg.c:382 sm/gpgsm.c:252 msgid "list keys" msgstr "näytä avaimet" @@ -1556,11 +1555,11 @@ msgstr "näytä avaimet allekirjoituksineen" msgid "list and check key signatures" msgstr "tarkista avainten allekirjoitukset" -#: g10/gpg.c:386 sm/gpgsm.c:255 +#: g10/gpg.c:386 sm/gpgsm.c:256 msgid "list keys and fingerprints" msgstr "näytä avaimet sormenjälkineen" -#: g10/gpg.c:387 sm/gpgsm.c:253 +#: g10/gpg.c:387 sm/gpgsm.c:254 msgid "list secret keys" msgstr "näytä salaiset avaimet" @@ -1596,11 +1595,11 @@ msgstr "luo mitätöintivarmenne" msgid "export keys" msgstr "vie avaimia" -#: g10/gpg.c:398 sm/gpgsm.c:258 +#: g10/gpg.c:398 sm/gpgsm.c:259 msgid "export keys to a key server" msgstr "vie avaimia palvelimelle" -#: g10/gpg.c:399 sm/gpgsm.c:259 +#: g10/gpg.c:399 sm/gpgsm.c:260 msgid "import keys from a key server" msgstr "nouda avaimia avainpalvelimelta" @@ -1636,12 +1635,12 @@ msgstr "päivitä luottamustietokanta" msgid "|algo [files]|print message digests" msgstr "|algo [tiedostot]|tulosta viestien tiivisteet" -#: g10/gpg.c:431 sm/gpgsm.c:263 +#: g10/gpg.c:431 sm/gpgsm.c:264 msgid "run in server mode" msgstr "" -#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:278 -#: tools/gpg-connect-agent.c:57 tools/gpgconf.c:66 tools/symcryptrun.c:178 +#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:279 +#: tools/gpg-connect-agent.c:58 tools/gpgconf.c:66 tools/symcryptrun.c:159 msgid "" "@\n" "Options:\n" @@ -1651,31 +1650,31 @@ msgstr "" "Valitsimet:\n" " " -#: g10/gpg.c:435 sm/gpgsm.c:280 +#: g10/gpg.c:435 sm/gpgsm.c:281 msgid "create ascii armored output" msgstr "tuota ascii-koodattu tuloste" -#: g10/gpg.c:437 sm/gpgsm.c:290 +#: g10/gpg.c:437 sm/gpgsm.c:293 msgid "|NAME|encrypt for NAME" msgstr "|NIMI|salaa vastaanottajalle NIMI" -#: g10/gpg.c:448 sm/gpgsm.c:326 +#: g10/gpg.c:448 sm/gpgsm.c:329 msgid "use this user-id to sign or decrypt" msgstr "käytä tätä käyttäjätunnusta allekirjoittamiseen ja avaamiseen" -#: g10/gpg.c:449 sm/gpgsm.c:329 +#: g10/gpg.c:449 sm/gpgsm.c:332 msgid "|N|set compress level N (0 disables)" msgstr "|N|aseta pakkausaste N (0 poistaa käytöstä)" -#: g10/gpg.c:454 sm/gpgsm.c:331 +#: g10/gpg.c:454 sm/gpgsm.c:334 msgid "use canonical text mode" msgstr "käytä tekstimuotoa" -#: g10/gpg.c:468 sm/gpgsm.c:334 tools/gpgconf.c:68 +#: g10/gpg.c:468 sm/gpgsm.c:337 tools/gpgconf.c:68 msgid "use as output file" msgstr "käytä tulostustiedostona" -#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:344 tools/gpgconf.c:71 +#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:347 tools/gpgconf.c:71 msgid "do not make any changes" msgstr "älä tee muutoksia" @@ -1691,7 +1690,7 @@ msgstr "" msgid "generate PGP 2.x compatible messages" msgstr "" -#: g10/gpg.c:554 sm/gpgsm.c:392 +#: g10/gpg.c:554 sm/gpgsm.c:395 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -1700,7 +1699,7 @@ msgstr "" "(Katso täydellinen luettelo kaikista komennoista ja valitsimista man-" "sivuilta)\n" -#: g10/gpg.c:557 sm/gpgsm.c:395 +#: g10/gpg.c:557 sm/gpgsm.c:398 msgid "" "@\n" "Examples:\n" @@ -1738,7 +1737,7 @@ msgstr "" "allekirjoita, tarkista, salaa tai avaa\n" "oletustoiminto riippuu syötteestä\n" -#: g10/gpg.c:782 sm/gpgsm.c:530 +#: g10/gpg.c:782 sm/gpgsm.c:534 msgid "" "\n" "Supported algorithms:\n" @@ -1766,7 +1765,7 @@ msgstr "Pakkaus: " msgid "usage: gpg [options] " msgstr "käyttö: gpg [valitsimet] " -#: g10/gpg.c:1060 sm/gpgsm.c:682 +#: g10/gpg.c:1060 sm/gpgsm.c:686 msgid "conflicting commands\n" msgstr "ristiriitainen komento\n" @@ -1890,6 +1889,11 @@ msgstr "näytä mihin avainrenkaaseen tulostettu avain kuuluu" msgid "show expiration dates during signature listings" msgstr "Salaisesta avainrenkaasta ei löydy vastaavaa allekirjoitusta\n" +#: g10/gpg.c:1835 +#, c-format +msgid "libgcrypt is too old (need %s, have %s)\n" +msgstr "" + #: g10/gpg.c:1993 #, c-format msgid "NOTE: old default options file `%s' ignored\n" @@ -2030,7 +2034,7 @@ msgstr "%s:%d: virheelliset vientivalitsimet\n" msgid "invalid auto-key-locate list\n" msgstr "" -#: g10/gpg.c:2893 sm/gpgsm.c:1232 +#: g10/gpg.c:2893 sm/gpgsm.c:1236 msgid "WARNING: program may create a core file!\n" msgstr "VAROITUS: ohjelma voi luoda core-tiedoston!\n" @@ -2071,11 +2075,11 @@ msgstr "" msgid "encrypting a message in --pgp2 mode requires the IDEA cipher\n" msgstr "viestin salaaaminen --pgp2-tilassa vaatii IDEA-salaimen\n" -#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1288 +#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1292 msgid "selected cipher algorithm is invalid\n" msgstr "valittu salausalgoritmi ei kelpaa\n" -#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1296 +#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1300 msgid "selected digest algorithm is invalid\n" msgstr "valittu tiivistealgoritmi ei kelpaa\n" @@ -2310,7 +2314,7 @@ msgstr "ota avaimet tästä avainrenkaasta" msgid "make timestamp conflicts only a warning" msgstr "käsittele aikaleimakonfliktit pelkkinä varoituksina" -#: g10/gpgv.c:76 sm/gpgsm.c:367 +#: g10/gpgv.c:76 sm/gpgsm.c:370 msgid "|FD|write status info to this FD" msgstr "|FD|tilatiedot kirjoitetaan FD:iin" @@ -3876,7 +3880,7 @@ msgid "(sensitive)" msgstr " (luottamuksellinen)" #: g10/keyedit.c:2743 g10/keyedit.c:2799 g10/keyedit.c:2860 g10/keyedit.c:2875 -#: g10/keylist.c:194 g10/keyserver.c:516 +#: g10/keylist.c:194 g10/keyserver.c:523 #, fuzzy, c-format msgid "created: %s" msgstr "ei voida luoda kohdetta %s: %s\n" @@ -3893,7 +3897,7 @@ msgstr " [vanhenee: %s]" #: g10/keyedit.c:2750 g10/keyedit.c:2801 g10/keyedit.c:2862 g10/keyedit.c:2877 #: g10/keylist.c:196 g10/keylist.c:748 g10/keylist.c:783 g10/keylist.c:877 -#: g10/keylist.c:898 g10/keyserver.c:522 g10/mainproc.c:985 +#: g10/keylist.c:898 g10/keyserver.c:529 g10/mainproc.c:985 #, fuzzy, c-format msgid "expires: %s" msgstr " [vanhenee: %s]" @@ -3929,13 +3933,13 @@ msgstr "" "Huomioi, että tässä näytetty voimassaolo ei ole välttämättä\n" "ajan tasalla jollet käynnistä ohjelmaa uudelleen\n" -#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:526 +#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:533 #: g10/mainproc.c:1831 g10/trustdb.c:1179 g10/trustdb.c:1699 #, fuzzy msgid "revoked" msgstr "[mitätöity] " -#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:530 +#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:537 #: g10/mainproc.c:1833 g10/trustdb.c:532 g10/trustdb.c:1701 #, fuzzy msgid "expired" @@ -4815,186 +4819,186 @@ msgstr "käsiteltiin %lu avainta (%lu allekirjoitusta)\n" msgid "%s: keyring created\n" msgstr "%s: avainrengas luotu\n" -#: g10/keyserver.c:66 +#: g10/keyserver.c:73 msgid "include revoked keys in search results" msgstr "" -#: g10/keyserver.c:67 +#: g10/keyserver.c:74 msgid "include subkeys when searching by key ID" msgstr "" -#: g10/keyserver.c:69 +#: g10/keyserver.c:76 msgid "use temporary files to pass data to keyserver helpers" msgstr "" -#: g10/keyserver.c:71 +#: g10/keyserver.c:78 msgid "do not delete temporary files after using them" msgstr "" -#: g10/keyserver.c:75 +#: g10/keyserver.c:82 msgid "automatically retrieve keys when verifying signatures" msgstr "" -#: g10/keyserver.c:77 +#: g10/keyserver.c:84 #, fuzzy msgid "honor the preferred keyserver URL set on the key" msgstr "annettu allekirjoituskäytännön URL on virheellinen\n" -#: g10/keyserver.c:79 +#: g10/keyserver.c:86 msgid "honor the PKA record set on a key when retrieving keys" msgstr "" -#: g10/keyserver.c:145 +#: g10/keyserver.c:152 #, fuzzy, c-format msgid "WARNING: keyserver option `%s' is not used on this platform\n" msgstr "" "VAROITUS: asetukset tiedostossa \"%s\" eivät ole käytössä vielä tässä " "ajossa\n" -#: g10/keyserver.c:528 +#: g10/keyserver.c:535 #, fuzzy msgid "disabled" msgstr "disable" -#: g10/keyserver.c:729 +#: g10/keyserver.c:736 msgid "Enter number(s), N)ext, or Q)uit > " msgstr "" -#: g10/keyserver.c:813 g10/keyserver.c:1435 +#: g10/keyserver.c:820 g10/keyserver.c:1442 #, fuzzy, c-format msgid "invalid keyserver protocol (us %d!=handler %d)\n" msgstr "virheelliset vientivalitsimet\n" -#: g10/keyserver.c:911 +#: g10/keyserver.c:918 #, fuzzy, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "avainta \"%s\" ei löydy: %s\n" -#: g10/keyserver.c:913 +#: g10/keyserver.c:920 #, fuzzy msgid "key not found on keyserver\n" msgstr "avainta \"%s\" ei löydy: %s\n" -#: g10/keyserver.c:1154 +#: g10/keyserver.c:1161 #, fuzzy, c-format msgid "requesting key %s from %s server %s\n" msgstr "pyydetään avainta %08lX kohteesta %s\n" -#: g10/keyserver.c:1158 +#: g10/keyserver.c:1165 #, fuzzy, c-format msgid "requesting key %s from %s\n" msgstr "pyydetään avainta %08lX kohteesta %s\n" -#: g10/keyserver.c:1182 +#: g10/keyserver.c:1189 #, fuzzy, c-format msgid "searching for names from %s server %s\n" msgstr "etsitään \"%s\" HKP-palvelimelta %s\n" -#: g10/keyserver.c:1185 +#: g10/keyserver.c:1192 #, fuzzy, c-format msgid "searching for names from %s\n" msgstr "etsitään \"%s\" HKP-palvelimelta %s\n" -#: g10/keyserver.c:1338 +#: g10/keyserver.c:1345 #, fuzzy, c-format msgid "sending key %s to %s server %s\n" msgstr "etsitään \"%s\" HKP-palvelimelta %s\n" -#: g10/keyserver.c:1342 +#: g10/keyserver.c:1349 #, fuzzy, c-format msgid "sending key %s to %s\n" msgstr "" "\"\n" "allekirjoitettu avaimellasi %08lX %s\n" -#: g10/keyserver.c:1385 +#: g10/keyserver.c:1392 #, fuzzy, c-format msgid "searching for \"%s\" from %s server %s\n" msgstr "etsitään \"%s\" HKP-palvelimelta %s\n" -#: g10/keyserver.c:1388 +#: g10/keyserver.c:1395 #, fuzzy, c-format msgid "searching for \"%s\" from %s\n" msgstr "etsitään \"%s\" HKP-palvelimelta %s\n" -#: g10/keyserver.c:1395 g10/keyserver.c:1491 +#: g10/keyserver.c:1402 g10/keyserver.c:1498 #, fuzzy msgid "no keyserver action!\n" msgstr "virheelliset vientivalitsimet\n" -#: g10/keyserver.c:1443 +#: g10/keyserver.c:1450 #, c-format msgid "WARNING: keyserver handler from a different version of GnuPG (%s)\n" msgstr "" -#: g10/keyserver.c:1452 +#: g10/keyserver.c:1459 msgid "keyserver did not send VERSION\n" msgstr "" -#: g10/keyserver.c:1514 g10/keyserver.c:2042 +#: g10/keyserver.c:1521 g10/keyserver.c:2049 msgid "no keyserver known (use option --keyserver)\n" msgstr "" -#: g10/keyserver.c:1520 +#: g10/keyserver.c:1527 msgid "external keyserver calls are not supported in this build\n" msgstr "" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1539 #, c-format msgid "no handler for keyserver scheme `%s'\n" msgstr "" -#: g10/keyserver.c:1537 +#: g10/keyserver.c:1544 #, c-format msgid "action `%s' not supported with keyserver scheme `%s'\n" msgstr "" -#: g10/keyserver.c:1545 +#: g10/keyserver.c:1552 #, c-format msgid "%s does not support handler version %d\n" msgstr "" -#: g10/keyserver.c:1552 +#: g10/keyserver.c:1559 #, fuzzy msgid "keyserver timed out\n" msgstr "avainpalvelinvirhe" -#: g10/keyserver.c:1557 +#: g10/keyserver.c:1564 #, fuzzy msgid "keyserver internal error\n" msgstr "avainpalvelinvirhe" -#: g10/keyserver.c:1566 +#: g10/keyserver.c:1573 #, fuzzy, c-format msgid "keyserver communications error: %s\n" msgstr "avainpalvelimelta vastaanotto epäonnistui: %s\n" -#: g10/keyserver.c:1591 g10/keyserver.c:1625 +#: g10/keyserver.c:1598 g10/keyserver.c:1632 #, c-format msgid "\"%s\" not a key ID: skipping\n" msgstr "" -#: g10/keyserver.c:1884 +#: g10/keyserver.c:1891 #, 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:1906 +#: g10/keyserver.c:1913 #, fuzzy, c-format msgid "refreshing 1 key from %s\n" msgstr "pyydetään avainta %08lX kohteesta %s\n" -#: g10/keyserver.c:1908 +#: g10/keyserver.c:1915 #, fuzzy, c-format msgid "refreshing %d keys from %s\n" msgstr "pyydetään avainta %08lX kohteesta %s\n" -#: g10/keyserver.c:1964 +#: g10/keyserver.c:1971 #, fuzzy, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "VAROITUS: tilapäistiedostoa (%s) \"%s\" ei voi poistaa: %s\n" -#: g10/keyserver.c:1970 +#: g10/keyserver.c:1977 #, fuzzy, c-format msgid "WARNING: unable to parse URI %s\n" msgstr "VAROITUS: tilapäistiedostoa (%s) \"%s\" ei voi poistaa: %s\n" @@ -5349,16 +5353,16 @@ msgstr "" "VAROITUS: asetukset tiedostossa \"%s\" eivät ole käytössä vielä tässä " "ajossa\n" -#: g10/parse-packet.c:192 +#: g10/parse-packet.c:193 #, c-format msgid "can't handle public key algorithm %d\n" msgstr "julkisen avaimen algorimin %d käsittely ei onnistu\n" -#: g10/parse-packet.c:762 +#: g10/parse-packet.c:798 msgid "WARNING: potentially insecure symmetrically encrypted session key\n" msgstr "VAROITUS: mahdollisesti turvaton symmetrisesti salattu istuntoavain\n" -#: g10/parse-packet.c:1213 +#: g10/parse-packet.c:1249 #, c-format msgid "subpacket of type %d has critical bit set\n" msgstr "tyypin %d alipaketilla on kriittinen bitti asetettuna\n" @@ -5978,7 +5982,7 @@ msgstr "" "heikon avaimen luomista symmetriselle salaimelle ei voitu välttää; \n" "yritettiin %d kertaa!\n" -#: g10/seskey.c:229 +#: g10/seskey.c:229 sm/certcheck.c:91 msgid "DSA requires the hash length to be a multiple of 8 bits\n" msgstr "" @@ -6555,7 +6559,7 @@ msgstr "" msgid "iconv_open failed: %s\n" msgstr "ei voi avata tiedostoa: %s\n" -#: jnlib/utf8conv.c:331 jnlib/utf8conv.c:597 +#: jnlib/utf8conv.c:338 jnlib/utf8conv.c:604 #, fuzzy, c-format msgid "conversion from `%s' to `%s' failed: %s\n" msgstr "ascii-koodaaminen epäonnistui: %s\n" @@ -6782,7 +6786,7 @@ msgstr "kelvollista OpenPGP-dataa ei löytynyt.\n" msgid "run in multi server mode (foreground)" msgstr "" -#: scd/scdaemon.c:113 sm/gpgsm.c:356 +#: scd/scdaemon.c:113 sm/gpgsm.c:359 #, fuzzy msgid "read options from file" msgstr "luetaan asetukset tiedostosta \"%s\"\n" @@ -6826,21 +6830,21 @@ msgid "" "Smartcard daemon for GnuPG\n" msgstr "" -#: scd/scdaemon.c:684 +#: scd/scdaemon.c:664 msgid "please use the option `--daemon' to run the program in the background\n" msgstr "" -#: scd/scdaemon.c:1032 +#: scd/scdaemon.c:1012 #, c-format msgid "handler for fd %d started\n" msgstr "" -#: scd/scdaemon.c:1037 +#: scd/scdaemon.c:1017 #, c-format msgid "handler for fd %d terminated\n" msgstr "" -#: sm/base64.c:323 +#: sm/base64.c:327 #, fuzzy, c-format msgid "invalid radix64 character %02x skipped\n" msgstr "epäkelpo radix64-merkki %02x ohitettu\n" @@ -6864,180 +6868,186 @@ msgstr "gpg-agent-protokollaversio %d ei ole tuettu\n" msgid "can't connect to the dirmngr - trying fall back\n" msgstr "" -#: sm/certchain.c:165 +#: sm/certchain.c:176 #, fuzzy, c-format msgid "critical certificate extension %s is not supported" msgstr "gpg-agent-protokollaversio %d ei ole tuettu\n" -#: sm/certchain.c:203 +#: sm/certchain.c:214 msgid "issuer certificate is not marked as a CA" msgstr "" -#: sm/certchain.c:242 +#: sm/certchain.c:253 msgid "critical marked policy without configured policies" msgstr "" -#: sm/certchain.c:252 +#: sm/certchain.c:263 #, fuzzy, c-format msgid "failed to open `%s': %s\n" msgstr "tiedostoa \"%s\" ei voi avata: %s\n" -#: sm/certchain.c:259 sm/certchain.c:288 +#: sm/certchain.c:270 sm/certchain.c:299 msgid "note: non-critical certificate policy not allowed" msgstr "" -#: sm/certchain.c:263 sm/certchain.c:292 +#: sm/certchain.c:274 sm/certchain.c:303 #, fuzzy msgid "certificate policy not allowed" msgstr "kirjoitan salaisen avaimen kohteeseen \"%s\"\n" -#: sm/certchain.c:403 +#: sm/certchain.c:414 msgid "looking up issuer at external location\n" msgstr "" -#: sm/certchain.c:423 +#: sm/certchain.c:434 #, c-format msgid "number of issuers matching: %d\n" msgstr "" -#: sm/certchain.c:576 sm/certchain.c:740 sm/certchain.c:1266 sm/decrypt.c:261 +#: sm/certchain.c:587 sm/certchain.c:753 sm/certchain.c:1334 sm/decrypt.c:261 #: sm/encrypt.c:343 sm/sign.c:328 sm/verify.c:107 #, fuzzy msgid "failed to allocated keyDB handle\n" msgstr "TrustDB:n alustaminen ei onnistu: %s\n" -#: sm/certchain.c:667 +#: sm/certchain.c:678 #, fuzzy msgid "certificate has been revoked" msgstr "HUOM: avain on mitätöity!" -#: sm/certchain.c:676 +#: sm/certchain.c:687 #, fuzzy msgid "no CRL found for certificate" msgstr "virheellinen varmenne" -#: sm/certchain.c:680 +#: sm/certchain.c:691 #, fuzzy msgid "the available CRL is too old" msgstr "Avain saatavilla kohteessa: " -#: sm/certchain.c:682 +#: sm/certchain.c:693 msgid "please make sure that the \"dirmngr\" is properly installed\n" msgstr "" -#: sm/certchain.c:687 +#: sm/certchain.c:698 #, fuzzy, c-format msgid "checking the CRL failed: %s" msgstr "luodun allekirjoituksen tarkistus epäonnistui: %s\n" -#: sm/certchain.c:765 +#: sm/certchain.c:794 #, fuzzy msgid "no issuer found in certificate" msgstr "luo mitätöintivarmenne" -#: sm/certchain.c:792 +#: sm/certchain.c:823 #, c-format msgid "certificate with invalid validity: %s" msgstr "" -#: sm/certchain.c:808 +#: sm/certchain.c:839 msgid "certificate not yet valid" msgstr "" -#: sm/certchain.c:821 +#: sm/certchain.c:852 #, fuzzy msgid "certificate has expired" msgstr "Tämä avain on vanhentunut!" -#: sm/certchain.c:864 +#: sm/certchain.c:895 msgid "self-signed certificate has a BAD signature" msgstr "" -#: sm/certchain.c:932 +#: sm/certchain.c:963 msgid "root certificate is not marked trusted" msgstr "" -#: sm/certchain.c:947 +#: sm/certchain.c:978 #, fuzzy, c-format msgid "fingerprint=%s\n" msgstr "näytä sormenjälki" -#: sm/certchain.c:955 +#: sm/certchain.c:986 msgid "root certificate has now been marked as trusted\n" msgstr "" -#: sm/certchain.c:970 +#: sm/certchain.c:1001 msgid "interactive marking as trusted not enabled in gpg-agent\n" msgstr "" -#: sm/certchain.c:976 +#: sm/certchain.c:1007 msgid "interactive marking as trusted disabled for this session\n" msgstr "" -#: sm/certchain.c:986 +#: sm/certchain.c:1017 #, fuzzy, c-format msgid "checking the trust list failed: %s\n" msgstr "luodun allekirjoituksen tarkistus epäonnistui: %s\n" -#: sm/certchain.c:1013 sm/import.c:158 +#: sm/certchain.c:1044 sm/import.c:159 msgid "certificate chain too long\n" msgstr "" -#: sm/certchain.c:1025 +#: sm/certchain.c:1056 msgid "issuer certificate not found" msgstr "" -#: sm/certchain.c:1058 +#: sm/certchain.c:1089 #, fuzzy msgid "certificate has a BAD signature" msgstr "tarkista allekirjoitus" -#: sm/certchain.c:1088 +#: sm/certchain.c:1119 msgid "found another possible matching CA certificate - trying again" msgstr "" -#: sm/certchain.c:1139 +#: sm/certchain.c:1170 #, c-format msgid "certificate chain longer than allowed by CA (%d)" msgstr "" -#: sm/certcheck.c:52 -msgid "DSA requires the use of a 160 bit hash algorithm\n" -msgstr "DSA vaatii 160-bittisen tiivistealgoritmin käyttöä\n" +#: sm/certcheck.c:103 +#, c-format +msgid "%s key uses an unsafe (%u bit) hash\n" +msgstr "" + +#: sm/certcheck.c:113 +#, c-format +msgid "a %u bit hash is not valid for a %u bit %s key\n" +msgstr "" -#: sm/certcheck.c:177 sm/sign.c:482 sm/verify.c:189 +#: sm/certcheck.c:250 sm/sign.c:482 sm/verify.c:189 msgid "(this is the MD2 algorithm)\n" msgstr "" -#: sm/certdump.c:68 sm/certdump.c:154 +#: sm/certdump.c:68 sm/certdump.c:151 #, fuzzy msgid "none" msgstr "ei" -#: sm/certdump.c:163 +#: sm/certdump.c:162 #, fuzzy msgid "[none]" msgstr "tuntematon " -#: sm/certdump.c:536 sm/certdump.c:599 +#: sm/certdump.c:552 sm/certdump.c:597 sm/certdump.c:662 sm/certdump.c:715 #, fuzzy msgid "[Error - invalid encoding]" msgstr "virhe: sormenjälki on väärä\n" -#: sm/certdump.c:544 +#: sm/certdump.c:560 sm/certdump.c:605 msgid "[Error - out of core]" msgstr "" -#: sm/certdump.c:579 +#: sm/certdump.c:642 sm/certdump.c:698 msgid "[Error - No name]" msgstr "" -#: sm/certdump.c:604 +#: sm/certdump.c:667 sm/certdump.c:721 #, fuzzy msgid "[Error - invalid DN]" msgstr "virhe: sormenjälki on väärä\n" -#: sm/certdump.c:818 +#: sm/certdump.c:930 #, fuzzy, c-format msgid "" "Please enter the passphrase to unlock the secret key for:\n" @@ -7052,7 +7062,7 @@ msgstr "" msgid "no key usage specified - assuming all usages\n" msgstr "" -#: sm/certlist.c:135 sm/keylist.c:255 +#: sm/certlist.c:135 sm/keylist.c:258 #, fuzzy, c-format msgid "error getting key usage information: %s\n" msgstr "virhe kirjoitettaessa salaiseen avainrenkaaseen \"%s\": %s\n" @@ -7139,7 +7149,7 @@ msgstr "" msgid "certificate `%s' not found: %s\n" msgstr "avainta \"%s\" ei löydy: %s\n" -#: sm/delete.c:113 sm/keydb.c:1392 sm/keydb.c:1485 +#: sm/delete.c:113 sm/keydb.c:1397 sm/keydb.c:1497 #, fuzzy, c-format msgid "error locking keybox: %s\n" msgstr "virhe luettaessa avainlohkoa: %s\n" @@ -7164,191 +7174,191 @@ msgstr "avainlohkojen poisto epäonnistui: %s\n" msgid "no valid recipients given\n" msgstr "(Kuvausta ei annettu)\n" -#: sm/export.c:562 sm/export.c:578 sm/import.c:525 sm/import.c:550 +#: sm/export.c:615 sm/export.c:631 sm/import.c:526 sm/import.c:551 #, fuzzy, c-format msgid "error creating temporary file: %s\n" msgstr "virhe luotaessa salasanaa: %s\n" -#: sm/export.c:569 sm/import.c:533 +#: sm/export.c:622 sm/import.c:534 #, fuzzy, c-format msgid "error writing to temporary file: %s\n" msgstr "kirjoitetaan kohteeseen \"%s\"\n" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:244 #, fuzzy msgid "|[FILE]|make a signature" msgstr "|[tiedosto]|tee allekirjoitus" -#: sm/gpgsm.c:244 +#: sm/gpgsm.c:245 #, fuzzy msgid "|[FILE]|make a clear text signature" msgstr "|[tiedosto]|tee selkokielinen allekirjoitus" -#: sm/gpgsm.c:252 +#: sm/gpgsm.c:253 #, fuzzy msgid "list external keys" msgstr "näytä salaiset avaimet" -#: sm/gpgsm.c:254 +#: sm/gpgsm.c:255 #, fuzzy msgid "list certificate chain" msgstr "virheellinen varmenne" -#: sm/gpgsm.c:257 +#: sm/gpgsm.c:258 #, fuzzy msgid "remove key from the public keyring" msgstr "poista avaimet julkisten avainten renkaasta" -#: sm/gpgsm.c:260 +#: sm/gpgsm.c:261 #, fuzzy msgid "import certificates" msgstr "virheellinen varmenne" -#: sm/gpgsm.c:261 +#: sm/gpgsm.c:262 #, fuzzy msgid "export certificates" msgstr "virheellinen varmenne" -#: sm/gpgsm.c:262 +#: sm/gpgsm.c:263 msgid "register a smartcard" msgstr "" -#: sm/gpgsm.c:264 +#: sm/gpgsm.c:265 msgid "pass a command to the dirmngr" msgstr "" -#: sm/gpgsm.c:266 +#: sm/gpgsm.c:267 msgid "invoke gpg-protect-tool" msgstr "" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:268 #, fuzzy msgid "change a passphrase" msgstr "muuta salasanaa" -#: sm/gpgsm.c:282 +#: sm/gpgsm.c:283 #, fuzzy msgid "create base-64 encoded output" msgstr "tuota ascii-koodattu tuloste" -#: sm/gpgsm.c:284 +#: sm/gpgsm.c:287 msgid "assume input is in PEM format" msgstr "" -#: sm/gpgsm.c:286 +#: sm/gpgsm.c:289 msgid "assume input is in base-64 format" msgstr "" -#: sm/gpgsm.c:288 +#: sm/gpgsm.c:291 msgid "assume input is in binary format" msgstr "" -#: sm/gpgsm.c:293 +#: sm/gpgsm.c:296 msgid "use system's dirmngr if available" msgstr "" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "never consult a CRL" msgstr "" -#: sm/gpgsm.c:301 +#: sm/gpgsm.c:304 msgid "check validity using OCSP" msgstr "" -#: sm/gpgsm.c:304 +#: sm/gpgsm.c:307 msgid "|N|number of certificates to include" msgstr "" -#: sm/gpgsm.c:307 +#: sm/gpgsm.c:310 msgid "|FILE|take policy information from FILE" msgstr "" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "do not check certificate policies" msgstr "" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "fetch missing issuer certificates" msgstr "" -#: sm/gpgsm.c:318 +#: sm/gpgsm.c:321 msgid "|NAME|use NAME as default recipient" msgstr "|NIMI|käytä NIMI oletusvastaanottajana" -#: sm/gpgsm.c:320 +#: sm/gpgsm.c:323 msgid "use the default key as default recipient" msgstr "käytä oletusavainta oletusvastaanottajana" -#: sm/gpgsm.c:337 +#: sm/gpgsm.c:340 msgid "don't use the terminal at all" msgstr "älä käytä lainkaan päätettä" -#: sm/gpgsm.c:341 +#: sm/gpgsm.c:344 msgid "force v3 signatures" msgstr "käytä aina v3-allekirjoituksia" -#: sm/gpgsm.c:342 +#: sm/gpgsm.c:345 msgid "always use a MDC for encryption" msgstr "käytä aina MDC:tä salaamiseen" -#: sm/gpgsm.c:347 +#: sm/gpgsm.c:350 msgid "batch mode: never ask" msgstr "eräajo: älä kysy mitään" -#: sm/gpgsm.c:348 +#: sm/gpgsm.c:351 msgid "assume yes on most questions" msgstr "oleta myönteinen vastaust useimpiin kysymyksiin" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 msgid "assume no on most questions" msgstr "oleta kielteinen vastaust useimpiin kysymyksiin" -#: sm/gpgsm.c:351 +#: sm/gpgsm.c:354 msgid "add this keyring to the list of keyrings" msgstr "lisää tämä avainrengas avainrenkaiden luetteloon" -#: sm/gpgsm.c:352 +#: sm/gpgsm.c:355 msgid "add this secret keyring to the list" msgstr "lisää tämä salainen avainrengas luetteloon" -#: sm/gpgsm.c:353 +#: sm/gpgsm.c:356 msgid "|NAME|use NAME as default secret key" msgstr "|NIMI|käytä oletusarvoisesti salaista avainta NIMI" -#: sm/gpgsm.c:354 +#: sm/gpgsm.c:357 msgid "|HOST|use this keyserver to lookup keys" msgstr "|PALVELIN|käytä tätä palvelinta avainten etsimiseen" -#: sm/gpgsm.c:355 +#: sm/gpgsm.c:358 msgid "|NAME|set terminal charset to NAME" msgstr "|NIMI|aseta päätteen merkistöksi NIMI" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "" -#: sm/gpgsm.c:374 +#: sm/gpgsm.c:377 msgid "|FILE|load extension module FILE" msgstr "|TIEDOSTO|lataa laajennusmoduuli TIEDOSTO" -#: sm/gpgsm.c:380 +#: sm/gpgsm.c:383 msgid "|NAME|use cipher algorithm NAME" msgstr "|NIMI|käytä salausalgoritmia NIMI" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 msgid "|NAME|use message digest algorithm NAME" msgstr "|NIMI|käytä viestintiivistealgoritmia NIMI" -#: sm/gpgsm.c:384 +#: sm/gpgsm.c:387 msgid "|N|use compress algorithm N" msgstr "|N|käytä pakkausalgoritmia N" -#: sm/gpgsm.c:520 +#: sm/gpgsm.c:524 #, fuzzy msgid "Usage: gpgsm [options] [files] (-h for help)" msgstr "Käyttö: gpg [valitsimet] [tiedostot] (-h näyttää ohjeen)" -#: sm/gpgsm.c:523 +#: sm/gpgsm.c:527 #, fuzzy msgid "" "Syntax: gpgsm [options] [files]\n" @@ -7359,45 +7369,40 @@ msgstr "" "allekirjoita, tarkista, salaa tai avaa\n" "oletustoiminto riippuu syötteestä\n" -#: sm/gpgsm.c:617 +#: sm/gpgsm.c:621 #, fuzzy msgid "usage: gpgsm [options] " msgstr "käyttö: gpg [valitsimet] " -#: sm/gpgsm.c:698 +#: sm/gpgsm.c:702 #, fuzzy, c-format msgid "can't encrypt to `%s': %s\n" msgstr "yhteys kohteeseen \"%s\" ei onnistu: %s\n" -#: sm/gpgsm.c:773 -#, c-format -msgid "libksba is too old (need %s, have %s)\n" -msgstr "" - -#: sm/gpgsm.c:1249 +#: sm/gpgsm.c:1253 msgid "WARNING: running with faked system time: " msgstr "" -#: sm/gpgsm.c:1328 +#: sm/gpgsm.c:1332 #, fuzzy, c-format msgid "importing common certificates `%s'\n" msgstr "kirjoitetaan kohteeseen \"%s\"\n" -#: sm/gpgsm.c:1346 +#: sm/gpgsm.c:1350 #, fuzzy, c-format msgid "can't sign using `%s': %s\n" msgstr "tiedostoa \"%s\" ei voi sulkea: %s\n" -#: sm/gpgsm.c:1536 +#: sm/gpgsm.c:1542 msgid "this command has not yet been implemented\n" msgstr "" -#: sm/gpgsm.c:1601 +#: sm/gpgsm.c:1606 #, fuzzy msgid "key generation is not available from the commandline\n" msgstr "gpg-agent ei ole käytettävissä tässä istunnossa\n" -#: sm/gpgsm.c:1602 +#: sm/gpgsm.c:1607 #, fuzzy, c-format msgid "please use the script \"%s\" to generate a new key\n" msgstr "Valitse millaisen avaimen haluat:\n" @@ -7407,21 +7412,21 @@ msgstr "Valitse millaisen avaimen haluat:\n" msgid "total number processed: %lu\n" msgstr "Kaikkiaan käsitelty: %lu\n" -#: sm/import.c:227 +#: sm/import.c:228 #, fuzzy msgid "error storing certificate\n" msgstr "luo mitätöintivarmenne" -#: sm/import.c:235 +#: sm/import.c:236 msgid "basic certificate checks failed - not imported\n" msgstr "" -#: sm/import.c:421 sm/import.c:453 +#: sm/import.c:422 sm/import.c:454 #, fuzzy, c-format msgid "error importing certificate: %s\n" msgstr "virhe luotaessa salasanaa: %s\n" -#: sm/import.c:542 tools/gpg-connect-agent.c:384 +#: sm/import.c:543 tools/gpg-connect-agent.c:388 #, fuzzy, c-format msgid "error reading input: %s\n" msgstr "virhe luettaessa tiedostoa \"%s\": %s\n" @@ -7440,12 +7445,12 @@ msgstr "" msgid "keybox `%s' created\n" msgstr "avainrengas \"%s\" luotu\n" -#: sm/keydb.c:1312 sm/keydb.c:1378 +#: sm/keydb.c:1312 sm/keydb.c:1380 #, fuzzy msgid "failed to get the fingerprint\n" msgstr "TrustDB:n alustaminen ei onnistu: %s\n" -#: sm/keydb.c:1319 sm/keydb.c:1385 +#: sm/keydb.c:1319 sm/keydb.c:1387 #, fuzzy msgid "failed to allocate keyDB handle\n" msgstr "TrustDB:n alustaminen ei onnistu: %s\n" @@ -7465,17 +7470,17 @@ msgstr "virhe luotaessa salasanaa: %s\n" msgid "error storing certificate: %s\n" msgstr "virhe luotaessa salasanaa: %s\n" -#: sm/keydb.c:1400 +#: sm/keydb.c:1408 #, fuzzy, c-format msgid "problem re-searching certificate: %s\n" msgstr "rev? mitätöinnin tarkistuksessa ongelmia: %s\n" -#: sm/keydb.c:1409 sm/keydb.c:1497 +#: sm/keydb.c:1417 sm/keydb.c:1509 #, fuzzy, c-format msgid "error getting stored flags: %s\n" msgstr "virhe luotaessa salasanaa: %s\n" -#: sm/keydb.c:1418 sm/keydb.c:1508 +#: sm/keydb.c:1429 sm/keydb.c:1520 #, fuzzy, c-format msgid "error storing flags: %s\n" msgstr "virhe luettaessa tiedostoa \"%s\": %s\n" @@ -7548,103 +7553,107 @@ msgstr "Allekirjoitus täsmää lähettäjään \"" msgid " aka" msgstr " aka \"" -#: tools/gpg-connect-agent.c:60 tools/gpgconf.c:70 tools/symcryptrun.c:186 +#: tools/gpg-connect-agent.c:61 tools/gpgconf.c:70 tools/symcryptrun.c:167 #, fuzzy msgid "quiet" msgstr "lopeta|sulje" -#: tools/gpg-connect-agent.c:61 +#: tools/gpg-connect-agent.c:62 msgid "print data out hex encoded" msgstr "" -#: tools/gpg-connect-agent.c:62 +#: tools/gpg-connect-agent.c:63 +msgid "decode received data lines" +msgstr "" + +#: tools/gpg-connect-agent.c:64 msgid "|NAME|connect to Assuan socket NAME" msgstr "" -#: tools/gpg-connect-agent.c:63 +#: tools/gpg-connect-agent.c:65 msgid "run the Assuan server given on the command line" msgstr "" -#: tools/gpg-connect-agent.c:65 +#: tools/gpg-connect-agent.c:67 msgid "do not use extended connect mode" msgstr "" -#: tools/gpg-connect-agent.c:126 +#: tools/gpg-connect-agent.c:129 #, fuzzy msgid "Usage: gpg-connect-agent [options] (-h for help)" msgstr "Käyttö: gpg [valitsimet] [tiedostot] (-h näyttää ohjeen)" -#: tools/gpg-connect-agent.c:129 +#: tools/gpg-connect-agent.c:132 msgid "" "Syntax: gpg-connect-agent [options]\n" "Connect to a running agent and send commands\n" msgstr "" -#: tools/gpg-connect-agent.c:324 +#: tools/gpg-connect-agent.c:328 #, c-format msgid "option \"%s\" requires a program and optional arguments\n" msgstr "" -#: tools/gpg-connect-agent.c:333 +#: tools/gpg-connect-agent.c:337 #, c-format msgid "option \"%s\" ignored due to \"%s\"\n" msgstr "" -#: tools/gpg-connect-agent.c:391 +#: tools/gpg-connect-agent.c:395 #, fuzzy msgid "line too long - skipped\n" msgstr "rivi on liian pitkä\n" -#: tools/gpg-connect-agent.c:395 +#: tools/gpg-connect-agent.c:399 msgid "line shortened due to embedded Nul character\n" msgstr "" -#: tools/gpg-connect-agent.c:457 +#: tools/gpg-connect-agent.c:471 #, fuzzy, c-format msgid "unknown command `%s'\n" msgstr "tuntematon oletusvastaanottaja \"%s\"\n" -#: tools/gpg-connect-agent.c:465 +#: tools/gpg-connect-agent.c:479 #, fuzzy, c-format msgid "sending line failed: %s\n" msgstr "allekirjoitus epäonnistui: %s\n" -#: tools/gpg-connect-agent.c:473 +#: tools/gpg-connect-agent.c:487 #, fuzzy, c-format msgid "receiving line failed: %s\n" msgstr "avainlohkojen poisto epäonnistui: %s\n" -#: tools/gpg-connect-agent.c:746 +#: tools/gpg-connect-agent.c:797 #, fuzzy, c-format msgid "error sending %s command: %s\n" msgstr "virhe lähettäessä kohteeseen \"%s\": %s\n" -#: tools/gpg-connect-agent.c:755 +#: tools/gpg-connect-agent.c:806 #, fuzzy, c-format msgid "error sending standard options: %s\n" msgstr "virhe lähettäessä kohteeseen \"%s\": %s\n" #: tools/gpgconf-comp.c:445 tools/gpgconf-comp.c:525 tools/gpgconf-comp.c:592 -#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:720 +#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:723 msgid "Options controlling the diagnostic output" msgstr "" #: tools/gpgconf-comp.c:458 tools/gpgconf-comp.c:538 tools/gpgconf-comp.c:605 -#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:743 +#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:746 msgid "Options controlling the configuration" msgstr "" #: tools/gpgconf-comp.c:468 tools/gpgconf-comp.c:563 tools/gpgconf-comp.c:612 -#: tools/gpgconf-comp.c:671 tools/gpgconf-comp.c:750 +#: tools/gpgconf-comp.c:674 tools/gpgconf-comp.c:753 msgid "Options useful for debugging" msgstr "" #: tools/gpgconf-comp.c:473 tools/gpgconf-comp.c:568 tools/gpgconf-comp.c:617 -#: tools/gpgconf-comp.c:676 tools/gpgconf-comp.c:758 +#: tools/gpgconf-comp.c:679 tools/gpgconf-comp.c:761 msgid "|FILE|write server mode logs to FILE" msgstr "" -#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:684 +#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:687 msgid "Options controlling the security" msgstr "" @@ -7672,31 +7681,36 @@ msgstr "" msgid "allow PKA lookups (DNS requests)" msgstr "" -#: tools/gpgconf-comp.c:689 +#: tools/gpgconf-comp.c:669 +#, fuzzy +msgid "|NAME|use encoding NAME for PKCS#12 passphrases" +msgstr "|NIMI|käytä salasanoihin salausalgoritmia NIMI" + +#: tools/gpgconf-comp.c:692 msgid "do not check CRLs for root certificates" msgstr "" -#: tools/gpgconf-comp.c:733 +#: tools/gpgconf-comp.c:736 msgid "Options controlling the format of the output" msgstr "" -#: tools/gpgconf-comp.c:769 +#: tools/gpgconf-comp.c:772 msgid "Options controlling the interactivity and enforcement" msgstr "" -#: tools/gpgconf-comp.c:779 +#: tools/gpgconf-comp.c:782 msgid "Configuration for HTTP servers" msgstr "" -#: tools/gpgconf-comp.c:790 +#: tools/gpgconf-comp.c:793 msgid "use system's HTTP proxy setting" msgstr "" -#: tools/gpgconf-comp.c:795 +#: tools/gpgconf-comp.c:798 msgid "Configuration of LDAP servers to use" msgstr "" -#: tools/gpgconf-comp.c:832 +#: tools/gpgconf-comp.c:835 msgid "Configuration for OCSP" msgstr "" @@ -7760,7 +7774,7 @@ msgstr "kirjoitan salaisen avaimen kohteeseen \"%s\"\n" msgid "error allocating enough memory: %s\n" msgstr "virhe luotaessa avainrengasta \"%s\": %s\n" -#: tools/symcryptrun.c:173 +#: tools/symcryptrun.c:154 #, fuzzy msgid "" "@\n" @@ -7770,166 +7784,169 @@ msgstr "" "@Komennot:\n" " " -#: tools/symcryptrun.c:175 +#: tools/symcryptrun.c:156 #, fuzzy msgid "decryption modus" msgstr "avaus onnistui\n" -#: tools/symcryptrun.c:176 +#: tools/symcryptrun.c:157 #, fuzzy msgid "encryption modus" msgstr "avaus onnistui\n" -#: tools/symcryptrun.c:180 +#: tools/symcryptrun.c:161 msgid "tool class (confucius)" msgstr "" -#: tools/symcryptrun.c:181 +#: tools/symcryptrun.c:162 #, fuzzy msgid "program filename" msgstr "--store [tiedostonimi]" -#: tools/symcryptrun.c:183 +#: tools/symcryptrun.c:164 msgid "secret key file (required)" msgstr "" -#: tools/symcryptrun.c:184 +#: tools/symcryptrun.c:165 msgid "input file name (default stdin)" msgstr "" -#: tools/symcryptrun.c:228 +#: tools/symcryptrun.c:209 #, fuzzy msgid "Usage: symcryptrun [options] (-h for help)" msgstr "Käyttö: gpg [valitsimet] [tiedostot] (-h näyttää ohjeen)" -#: tools/symcryptrun.c:231 +#: tools/symcryptrun.c:212 msgid "" "Syntax: symcryptrun --class CLASS --program PROGRAM --keyfile KEYFILE " "[options...] COMMAND [inputfile]\n" "Call a simple symmetric encryption tool\n" msgstr "" -#: tools/symcryptrun.c:313 +#: tools/symcryptrun.c:294 #, fuzzy, c-format msgid "%s on %s aborted with status %i\n" msgstr "%s ja %s eivät ole sallittuja yhdessä!\n" -#: tools/symcryptrun.c:320 +#: tools/symcryptrun.c:301 #, fuzzy, c-format msgid "%s on %s failed with status %i\n" msgstr "ei voi avata tiedostoa: %s\n" -#: tools/symcryptrun.c:346 +#: tools/symcryptrun.c:327 #, fuzzy, c-format msgid "can't create temporary directory `%s': %s\n" msgstr "hakemiston \"%s\" luominen ei onnistu: %s\n" -#: tools/symcryptrun.c:386 tools/symcryptrun.c:403 +#: tools/symcryptrun.c:367 tools/symcryptrun.c:384 #, fuzzy, c-format msgid "could not open %s for writing: %s\n" msgstr "tiedostoa %s ei voi avata: %s\n" -#: tools/symcryptrun.c:414 +#: tools/symcryptrun.c:395 #, fuzzy, c-format msgid "error writing to %s: %s\n" msgstr "virhe kirjoitettaessa avainrenkaaseen \"%s\": %s\n" -#: tools/symcryptrun.c:421 +#: tools/symcryptrun.c:402 #, fuzzy, c-format msgid "error reading from %s: %s\n" msgstr "virhe luettaessa tiedostoa \"%s\": %s\n" -#: tools/symcryptrun.c:428 tools/symcryptrun.c:435 +#: tools/symcryptrun.c:409 tools/symcryptrun.c:416 #, fuzzy, c-format msgid "error closing %s: %s\n" msgstr "virhe luettaessa tiedostoa \"%s\": %s\n" -#: tools/symcryptrun.c:545 +#: tools/symcryptrun.c:526 #, fuzzy msgid "no --program option provided\n" msgstr "etäohjelman suorittamista ei tueta\n" -#: tools/symcryptrun.c:551 +#: tools/symcryptrun.c:532 msgid "only --decrypt and --encrypt are supported\n" msgstr "" -#: tools/symcryptrun.c:557 +#: tools/symcryptrun.c:538 msgid "no --keyfile option provided\n" msgstr "" -#: tools/symcryptrun.c:568 +#: tools/symcryptrun.c:549 msgid "cannot allocate args vector\n" msgstr "" -#: tools/symcryptrun.c:586 +#: tools/symcryptrun.c:567 #, fuzzy, c-format msgid "could not create pipe: %s\n" msgstr "ei voida luoda kohdetta %s: %s\n" -#: tools/symcryptrun.c:593 +#: tools/symcryptrun.c:574 #, fuzzy, c-format msgid "could not create pty: %s\n" msgstr "ei voida luoda kohdetta %s: %s\n" -#: tools/symcryptrun.c:609 +#: tools/symcryptrun.c:590 #, c-format msgid "could not fork: %s\n" msgstr "" -#: tools/symcryptrun.c:637 +#: tools/symcryptrun.c:618 #, fuzzy, c-format msgid "execv failed: %s\n" msgstr "päivitys epäonnistui: %s\n" -#: tools/symcryptrun.c:666 +#: tools/symcryptrun.c:647 #, fuzzy, c-format msgid "select failed: %s\n" msgstr "avainlohkojen poisto epäonnistui: %s\n" -#: tools/symcryptrun.c:683 +#: tools/symcryptrun.c:664 #, fuzzy, c-format msgid "read failed: %s\n" msgstr "päivitys epäonnistui: %s\n" -#: tools/symcryptrun.c:735 +#: tools/symcryptrun.c:716 #, fuzzy, c-format msgid "pty read failed: %s\n" msgstr "päivitys epäonnistui: %s\n" -#: tools/symcryptrun.c:787 +#: tools/symcryptrun.c:768 #, fuzzy, c-format msgid "waitpid failed: %s\n" msgstr "päivitys epäonnistui: %s\n" -#: tools/symcryptrun.c:801 +#: tools/symcryptrun.c:782 #, c-format msgid "child aborted with status %i\n" msgstr "" -#: tools/symcryptrun.c:856 +#: tools/symcryptrun.c:837 #, fuzzy, c-format msgid "cannot allocate infile string: %s\n" msgstr "tiedostoa \"%s\" ei voi luoda: %s\n" -#: tools/symcryptrun.c:869 +#: tools/symcryptrun.c:850 #, fuzzy, c-format msgid "cannot allocate outfile string: %s\n" msgstr "tiedostoa \"%s\" ei voi luoda: %s\n" -#: tools/symcryptrun.c:1044 +#: tools/symcryptrun.c:1025 #, c-format msgid "either %s or %s must be given\n" msgstr "" -#: tools/symcryptrun.c:1064 +#: tools/symcryptrun.c:1045 msgid "no class provided\n" msgstr "" -#: tools/symcryptrun.c:1071 +#: tools/symcryptrun.c:1052 #, fuzzy, c-format msgid "class %s is not supported\n" msgstr "suojausalgoritmi %d%s ei ole käytettävissä\n" +#~ msgid "DSA requires the use of a 160 bit hash algorithm\n" +#~ msgstr "DSA vaatii 160-bittisen tiivistealgoritmin käyttöä\n" + #, fuzzy #~ msgid ".\n" #~ msgstr "%s.\n" @@ -8691,9 +8708,6 @@ msgstr "suojausalgoritmi %d%s ei ole käytettävissä\n" #~ msgid "|NAME|use message digest algorithm NAME for passphrases" #~ msgstr "|NIMI|käytä salasanoihin viestintiivistealgoritmia NIMI" -#~ msgid "|NAME|use cipher algorithm NAME for passphrases" -#~ msgstr "|NIMI|käytä salasanoihin salausalgoritmia NIMI" - #~ msgid "throw keyid field of encrypted packets" #~ msgstr "jätä avaintunnistekenttä pois salatuista paketeista" @@ -11,7 +11,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg 1.4.2rc2\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2007-03-08 14:20+0100\n" +"POT-Creation-Date: 2007-05-07 20:39+0200\n" "PO-Revision-Date: 2005-06-28 00:24+0200\n" "Last-Translator: Gal Quri <gael@lautre.net>\n" "Language-Team: French <traduc@traduc.org>\n" @@ -94,8 +94,8 @@ msgstr "impossible de crer `%s': %s\n" #: g10/keyring.c:1534 g10/openfile.c:190 g10/openfile.c:345 #: g10/plaintext.c:504 g10/sign.c:814 g10/sign.c:1009 g10/sign.c:1125 #: g10/sign.c:1281 g10/tdbdump.c:141 g10/tdbdump.c:149 g10/tdbio.c:542 -#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1775 -#: sm/gpgsm.c:1812 sm/qualified.c:74 +#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1780 +#: sm/gpgsm.c:1817 sm/gpgsm.c:1855 sm/qualified.c:74 #, c-format msgid "can't open `%s': %s\n" msgstr "impossible d'ouvrir `%s': %s\n" @@ -198,13 +198,13 @@ msgstr "" "secrte.\n" "\n" -#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1216 +#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1202 #, fuzzy msgid "Please re-enter this passphrase" msgstr "changer la phrase de passe" -#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1222 -#: tools/symcryptrun.c:487 +#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1208 +#: tools/symcryptrun.c:468 msgid "does not match - try again" msgstr "" @@ -213,7 +213,7 @@ msgstr "" msgid "Please enter the new passphrase" msgstr "changer la phrase de passe" -#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:109 +#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:111 #: scd/scdaemon.c:103 #, fuzzy msgid "" @@ -233,13 +233,13 @@ msgid "run in daemon mode (background)" msgstr "" #: agent/gpg-agent.c:117 g10/gpg.c:470 g10/gpgv.c:71 kbx/kbxutil.c:82 -#: scd/scdaemon.c:109 sm/gpgsm.c:335 tools/gpg-connect-agent.c:59 -#: tools/gpgconf.c:69 tools/symcryptrun.c:185 +#: scd/scdaemon.c:109 sm/gpgsm.c:338 tools/gpg-connect-agent.c:60 +#: tools/gpgconf.c:69 tools/symcryptrun.c:166 msgid "verbose" msgstr "bavard" #: agent/gpg-agent.c:118 g10/gpgv.c:72 kbx/kbxutil.c:83 scd/scdaemon.c:110 -#: sm/gpgsm.c:336 +#: sm/gpgsm.c:339 msgid "be somewhat more quiet" msgstr "devenir beaucoup plus silencieux" @@ -251,7 +251,7 @@ msgstr "" msgid "csh-style command output" msgstr "" -#: agent/gpg-agent.c:121 tools/symcryptrun.c:188 +#: agent/gpg-agent.c:121 tools/symcryptrun.c:169 #, fuzzy msgid "|FILE|read options from FILE" msgstr "lire les options de `%s'\n" @@ -264,8 +264,8 @@ msgstr "" msgid "do not grab keyboard and mouse" msgstr "" -#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:338 -#: tools/symcryptrun.c:187 +#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:341 +#: tools/symcryptrun.c:168 #, fuzzy msgid "use a log file for the server" msgstr "chercher les cls avec un serveur de cls" @@ -323,9 +323,9 @@ msgstr "" msgid "|FILE|write environment settings also to FILE" msgstr "" -#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:143 -#: scd/scdaemon.c:192 sm/gpgsm.c:517 tools/gpg-connect-agent.c:123 -#: tools/gpgconf.c:91 tools/symcryptrun.c:225 +#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:148 +#: scd/scdaemon.c:192 sm/gpgsm.c:521 tools/gpg-connect-agent.c:126 +#: tools/gpgconf.c:91 tools/symcryptrun.c:206 #, fuzzy msgid "Please report bugs to <" msgstr "" @@ -343,140 +343,129 @@ msgid "" "Secret key management for GnuPG\n" msgstr "" -#: agent/gpg-agent.c:311 -#, c-format -msgid "out of core in secure memory while allocating %lu bytes" -msgstr "" - -#: agent/gpg-agent.c:314 -#, c-format -msgid "out of core while allocating %lu bytes" -msgstr "" - -#: agent/gpg-agent.c:345 g10/gpg.c:931 scd/scdaemon.c:266 sm/gpgsm.c:646 +#: agent/gpg-agent.c:303 g10/gpg.c:931 scd/scdaemon.c:247 sm/gpgsm.c:650 #, c-format msgid "invalid debug-level `%s' given\n" msgstr "" -#: agent/gpg-agent.c:521 agent/protect-tool.c:1073 g10/gpg.c:1835 -#: kbx/kbxutil.c:432 scd/scdaemon.c:358 sm/gpgsm.c:768 -#: tools/symcryptrun.c:1056 +#: agent/gpg-agent.c:479 agent/protect-tool.c:1059 kbx/kbxutil.c:432 +#: scd/scdaemon.c:339 sm/gpgsm.c:771 sm/gpgsm.c:774 tools/symcryptrun.c:1037 #, c-format -msgid "libgcrypt is too old (need %s, have %s)\n" +msgid "%s is too old (need %s, have %s)\n" msgstr "" -#: agent/gpg-agent.c:615 g10/gpg.c:2035 scd/scdaemon.c:435 sm/gpgsm.c:865 +#: agent/gpg-agent.c:572 g10/gpg.c:2035 scd/scdaemon.c:415 sm/gpgsm.c:865 #, c-format msgid "NOTE: no default option file `%s'\n" msgstr "NOTE: pas de fichier d'options par dfaut `%s'\n" -#: agent/gpg-agent.c:620 agent/gpg-agent.c:1179 g10/gpg.c:2039 -#: scd/scdaemon.c:440 sm/gpgsm.c:869 tools/symcryptrun.c:989 +#: agent/gpg-agent.c:577 agent/gpg-agent.c:1136 g10/gpg.c:2039 +#: scd/scdaemon.c:420 sm/gpgsm.c:869 tools/symcryptrun.c:970 #, c-format msgid "option file `%s': %s\n" msgstr "fichier d'options `%s': %s\n" -#: agent/gpg-agent.c:628 g10/gpg.c:2046 scd/scdaemon.c:448 sm/gpgsm.c:876 +#: agent/gpg-agent.c:585 g10/gpg.c:2046 scd/scdaemon.c:428 sm/gpgsm.c:876 #, c-format msgid "reading options from `%s'\n" msgstr "lire les options de `%s'\n" -#: agent/gpg-agent.c:949 g10/plaintext.c:142 g10/plaintext.c:147 +#: agent/gpg-agent.c:906 g10/plaintext.c:142 g10/plaintext.c:147 #: g10/plaintext.c:164 #, c-format msgid "error creating `%s': %s\n" msgstr "erreur pendant la cration de `%s': %s\n" -#: agent/gpg-agent.c:1239 agent/gpg-agent.c:1342 agent/gpg-agent.c:1346 -#: agent/gpg-agent.c:1382 agent/gpg-agent.c:1386 g10/exec.c:174 -#: g10/openfile.c:418 scd/scdaemon.c:934 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:1299 agent/gpg-agent.c:1303 +#: agent/gpg-agent.c:1339 agent/gpg-agent.c:1343 g10/exec.c:174 +#: g10/openfile.c:418 scd/scdaemon.c:914 #, c-format msgid "can't create directory `%s': %s\n" msgstr "impossible de crer le rpertoire `%s': %s\n" -#: agent/gpg-agent.c:1253 scd/scdaemon.c:948 +#: agent/gpg-agent.c:1210 scd/scdaemon.c:928 msgid "name of socket too long\n" msgstr "" -#: agent/gpg-agent.c:1279 scd/scdaemon.c:974 +#: agent/gpg-agent.c:1236 scd/scdaemon.c:954 #, fuzzy, c-format msgid "can't create socket: %s\n" msgstr "impossible de crer `%s': %s\n" -#: agent/gpg-agent.c:1308 scd/scdaemon.c:1003 +#: agent/gpg-agent.c:1265 scd/scdaemon.c:983 #, fuzzy, c-format msgid "error binding socket to `%s': %s\n" msgstr "" "erreur pendant la recherche de l'enregistrement de confiance\n" "dans `%s': %s\n" -#: agent/gpg-agent.c:1316 scd/scdaemon.c:1011 +#: agent/gpg-agent.c:1273 scd/scdaemon.c:991 #, fuzzy, c-format msgid "listen() failed: %s\n" msgstr "la mise jour a chou: %s\n" -#: agent/gpg-agent.c:1322 scd/scdaemon.c:1017 +#: agent/gpg-agent.c:1279 scd/scdaemon.c:997 #, fuzzy, c-format msgid "listening on socket `%s'\n" msgstr "criture de la cl secrte dans `%s'\n" -#: agent/gpg-agent.c:1350 agent/gpg-agent.c:1392 g10/openfile.c:421 +#: agent/gpg-agent.c:1307 agent/gpg-agent.c:1349 g10/openfile.c:421 #, c-format msgid "directory `%s' created\n" msgstr "rpertoire `%s' cr\n" -#: agent/gpg-agent.c:1398 +#: agent/gpg-agent.c:1355 #, fuzzy, c-format msgid "stat() failed for `%s': %s\n" msgstr "fstat(%d) chou dans %s: %s\n" -#: agent/gpg-agent.c:1402 +#: agent/gpg-agent.c:1359 #, fuzzy, c-format msgid "can't use `%s' as home directory\n" msgstr "impossible de crer le rpertoire `%s': %s\n" -#: agent/gpg-agent.c:1504 +#: agent/gpg-agent.c:1461 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:1509 +#: agent/gpg-agent.c:1466 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:1526 +#: agent/gpg-agent.c:1483 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:1531 +#: agent/gpg-agent.c:1488 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:1627 scd/scdaemon.c:1136 +#: agent/gpg-agent.c:1584 scd/scdaemon.c:1116 #, fuzzy, c-format msgid "pth_select failed: %s - waiting 1s\n" msgstr "la mise jour de la cl secrte a chou: %s\n" -#: agent/gpg-agent.c:1733 scd/scdaemon.c:1203 +#: agent/gpg-agent.c:1690 scd/scdaemon.c:1183 #, fuzzy, c-format msgid "%s %s stopped\n" msgstr "%s: ignor: %s\n" -#: agent/gpg-agent.c:1754 +#: agent/gpg-agent.c:1711 #, fuzzy msgid "no gpg-agent running in this session\n" msgstr "gpg-agent n'est pas disponible dans cette session\n" -#: agent/gpg-agent.c:1764 common/simple-pwquery.c:324 g10/call-agent.c:137 -#: sm/call-agent.c:144 tools/gpg-connect-agent.c:713 +#: agent/gpg-agent.c:1721 common/simple-pwquery.c:324 g10/call-agent.c:137 +#: sm/call-agent.c:144 tools/gpg-connect-agent.c:764 msgid "malformed GPG_AGENT_INFO environment variable\n" msgstr "la variable d'environnement GPG_AGENT_INFO est mal dfinie\n" -#: agent/gpg-agent.c:1776 common/simple-pwquery.c:336 g10/call-agent.c:149 -#: sm/call-agent.c:156 tools/gpg-connect-agent.c:724 +#: agent/gpg-agent.c:1733 common/simple-pwquery.c:336 g10/call-agent.c:149 +#: sm/call-agent.c:156 tools/gpg-connect-agent.c:775 #, c-format msgid "gpg-agent protocol version %d is not supported\n" msgstr "le protocole gpg-agent version %d n'est pas support\n" @@ -492,51 +481,51 @@ msgid "" "Password cache maintenance\n" msgstr "" -#: agent/protect-tool.c:146 +#: agent/protect-tool.c:151 #, fuzzy msgid "Usage: gpg-protect-tool [options] (-h for help)\n" msgstr "Utilisation: gpg [options] [fichiers] (-h pour l'aide)" -#: agent/protect-tool.c:148 +#: agent/protect-tool.c:153 msgid "" "Syntax: gpg-protect-tool [options] [args]\n" "Secret key maintenance tool\n" msgstr "" -#: agent/protect-tool.c:1207 +#: agent/protect-tool.c:1193 #, fuzzy msgid "Please enter the passphrase to unprotect the PKCS#12 object." msgstr "Entrez le mot de passe ; c'est une phrase secrte \n" -#: agent/protect-tool.c:1210 +#: agent/protect-tool.c:1196 #, fuzzy msgid "Please enter the passphrase to protect the new PKCS#12 object." msgstr "Entrez le mot de passe ; c'est une phrase secrte \n" -#: agent/protect-tool.c:1213 +#: agent/protect-tool.c:1199 msgid "" "Please enter the passphrase to protect the imported object within the GnuPG " "system." msgstr "" -#: agent/protect-tool.c:1218 +#: agent/protect-tool.c:1204 #, fuzzy msgid "" "Please enter the passphrase or the PIN\n" "needed to complete this operation." msgstr "Entrez le mot de passe ; c'est une phrase secrte \n" -#: agent/protect-tool.c:1223 tools/symcryptrun.c:488 +#: agent/protect-tool.c:1209 tools/symcryptrun.c:469 #, fuzzy msgid "Passphrase:" msgstr "mauvaise phrase de passe" -#: agent/protect-tool.c:1236 tools/symcryptrun.c:501 +#: agent/protect-tool.c:1222 tools/symcryptrun.c:482 #, fuzzy, c-format msgid "error while asking for the passphrase: %s\n" msgstr "erreur pendant la cration de la phrase de passe: %s\n" -#: agent/protect-tool.c:1239 tools/symcryptrun.c:505 +#: agent/protect-tool.c:1225 tools/symcryptrun.c:486 #, fuzzy msgid "cancelled\n" msgstr "annul" @@ -576,7 +565,7 @@ msgstr "" msgid "error reading `%s', line %d: %s\n" msgstr "erreur pendant la lecture de `%s': %s\n" -#: agent/trustlist.c:355 agent/trustlist.c:394 +#: agent/trustlist.c:365 agent/trustlist.c:404 msgid "error reading list of trusted root certificates\n" msgstr "" @@ -589,7 +578,7 @@ msgstr "" #. second "%s" gets replaced by a hexdecimal #. fingerprint string whereas the first one receives #. the name as store in the certificate. -#: agent/trustlist.c:470 +#: agent/trustlist.c:480 #, c-format msgid "" "Please verify that the certificate identified as:%%0A \"%s\"%%0Ahas the " @@ -599,7 +588,7 @@ msgstr "" #. TRANSLATORS: "Correct" is the label of a button and intended to #. be hit if the fingerprint matches the one of the CA. The other #. button is "the default "Cancel" of the Pinentry. -#: agent/trustlist.c:479 +#: agent/trustlist.c:489 msgid "Correct" msgstr "" @@ -611,19 +600,19 @@ msgstr "" #. plain % sign, you need to encode it as "%%25". The #. "%s" gets replaced by the name as store in the #. certificate. -#: agent/trustlist.c:499 +#: agent/trustlist.c:509 #, c-format msgid "" "Do you ultimately trust%%0A \"%s\"%%0Ato correctly certify user " "certificates?" msgstr "" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 #, fuzzy msgid "Yes" msgstr "oui" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 msgid "No" msgstr "" @@ -669,12 +658,12 @@ msgstr "" msgid "error running `%s': terminated\n" msgstr "erreur pendant la lecture de `%s': %s\n" -#: common/http.c:1623 +#: common/http.c:1621 #, fuzzy, c-format msgid "error creating socket: %s\n" msgstr "erreur pendant la cration de `%s': %s\n" -#: common/http.c:1667 +#: common/http.c:1665 #, fuzzy msgid "host not found" msgstr "[Nom utilisateur introuvable]" @@ -770,6 +759,16 @@ msgstr "oO" msgid "cC" msgstr "aA" +#: common/miscellaneous.c:73 +#, c-format +msgid "out of core in secure memory while allocating %lu bytes" +msgstr "" + +#: common/miscellaneous.c:76 +#, c-format +msgid "out of core while allocating %lu bytes" +msgstr "" + #: g10/armor.c:368 #, c-format msgid "armor: %s\n" @@ -1180,13 +1179,13 @@ msgstr "--output n'est pas compatible avec cette commande\n" msgid "can't open `%s'\n" msgstr "impossible d'ouvrir `%s'\n" -#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1714 +#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1721 #: g10/revoke.c:228 #, c-format msgid "key \"%s\" not found: %s\n" msgstr "cl %s introuvable: %s\n" -#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1728 +#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1735 #: g10/revoke.c:234 g10/revoke.c:479 #, c-format msgid "error reading keyblock: %s\n" @@ -1475,24 +1474,24 @@ msgstr "" "La cl invalide %s a t rendue valide par\n" "--allow-non-selfsigned-uid\n" -#: g10/getkey.c:2390 g10/keyedit.c:3723 +#: g10/getkey.c:2393 g10/keyedit.c:3723 #, c-format msgid "no secret subkey for public subkey %s - ignoring\n" msgstr "pas de sous-cl secrte pour la cl publique %s - ignore\n" -#: g10/getkey.c:2621 +#: g10/getkey.c:2624 #, c-format msgid "using subkey %s instead of primary key %s\n" msgstr "" "utilisation de la sous-cl %s la place de la cl\n" "principale %s\n" -#: g10/getkey.c:2668 +#: g10/getkey.c:2671 #, c-format msgid "key %s: secret key without public key - skipped\n" msgstr "cl %s: cl secrte sans cl publique - non prise en compte\n" -#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:241 tools/gpgconf.c:56 +#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:242 tools/gpgconf.c:56 msgid "" "@Commands:\n" " " @@ -1508,27 +1507,27 @@ msgstr "|[fichier]|faire une signature" msgid "|[file]|make a clear text signature" msgstr "|[fichier]|faire une signature en texte clair" -#: g10/gpg.c:373 sm/gpgsm.c:245 +#: g10/gpg.c:373 sm/gpgsm.c:246 msgid "make a detached signature" msgstr "faire une signature dtache" -#: g10/gpg.c:374 sm/gpgsm.c:246 +#: g10/gpg.c:374 sm/gpgsm.c:247 msgid "encrypt data" msgstr "chiffrer les donnes" -#: g10/gpg.c:376 sm/gpgsm.c:247 +#: g10/gpg.c:376 sm/gpgsm.c:248 msgid "encryption only with symmetric cipher" msgstr "chiffrement symtrique seulement" -#: g10/gpg.c:378 sm/gpgsm.c:248 +#: g10/gpg.c:378 sm/gpgsm.c:249 msgid "decrypt data (default)" msgstr "dchiffrer les donnes (dfaut)" -#: g10/gpg.c:380 sm/gpgsm.c:249 +#: g10/gpg.c:380 sm/gpgsm.c:250 msgid "verify a signature" msgstr "vrifier une signature" -#: g10/gpg.c:382 sm/gpgsm.c:251 +#: g10/gpg.c:382 sm/gpgsm.c:252 msgid "list keys" msgstr "lister les cls" @@ -1540,11 +1539,11 @@ msgstr "lister les cls et les signatures" msgid "list and check key signatures" msgstr "lister et vrifier les signatures des cls" -#: g10/gpg.c:386 sm/gpgsm.c:255 +#: g10/gpg.c:386 sm/gpgsm.c:256 msgid "list keys and fingerprints" msgstr "lister les cls et les empreintes" -#: g10/gpg.c:387 sm/gpgsm.c:253 +#: g10/gpg.c:387 sm/gpgsm.c:254 msgid "list secret keys" msgstr "lister les cls secrtes" @@ -1580,11 +1579,11 @@ msgstr "gnrer un certificat de rvocation" msgid "export keys" msgstr "exporter les cls" -#: g10/gpg.c:398 sm/gpgsm.c:258 +#: g10/gpg.c:398 sm/gpgsm.c:259 msgid "export keys to a key server" msgstr "exporter les cls vers un serveur de cls" -#: g10/gpg.c:399 sm/gpgsm.c:259 +#: g10/gpg.c:399 sm/gpgsm.c:260 msgid "import keys from a key server" msgstr "importer les cls d'un serveur de cls" @@ -1620,12 +1619,12 @@ msgstr "mettre la base de confiance jour" msgid "|algo [files]|print message digests" msgstr "|alg. [fich.]|indiquer les fonctions de hachage" -#: g10/gpg.c:431 sm/gpgsm.c:263 +#: g10/gpg.c:431 sm/gpgsm.c:264 msgid "run in server mode" msgstr "" -#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:278 -#: tools/gpg-connect-agent.c:57 tools/gpgconf.c:66 tools/symcryptrun.c:178 +#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:279 +#: tools/gpg-connect-agent.c:58 tools/gpgconf.c:66 tools/symcryptrun.c:159 msgid "" "@\n" "Options:\n" @@ -1635,31 +1634,31 @@ msgstr "" "Options:\n" " " -#: g10/gpg.c:435 sm/gpgsm.c:280 +#: g10/gpg.c:435 sm/gpgsm.c:281 msgid "create ascii armored output" msgstr "crer une sortie ascii avec armure" -#: g10/gpg.c:437 sm/gpgsm.c:290 +#: g10/gpg.c:437 sm/gpgsm.c:293 msgid "|NAME|encrypt for NAME" msgstr "|NOM|chiffrer pour NOM" -#: g10/gpg.c:448 sm/gpgsm.c:326 +#: g10/gpg.c:448 sm/gpgsm.c:329 msgid "use this user-id to sign or decrypt" msgstr "utiliser ce nom pour signer ou dchiffrer" -#: g10/gpg.c:449 sm/gpgsm.c:329 +#: g10/gpg.c:449 sm/gpgsm.c:332 msgid "|N|set compress level N (0 disables)" msgstr "|N|niveau de compression N (0 dsactive)" -#: g10/gpg.c:454 sm/gpgsm.c:331 +#: g10/gpg.c:454 sm/gpgsm.c:334 msgid "use canonical text mode" msgstr "utiliser le mode texte canonique" -#: g10/gpg.c:468 sm/gpgsm.c:334 tools/gpgconf.c:68 +#: g10/gpg.c:468 sm/gpgsm.c:337 tools/gpgconf.c:68 msgid "use as output file" msgstr "utiliser comme fichier de sortie" -#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:344 tools/gpgconf.c:71 +#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:347 tools/gpgconf.c:71 msgid "do not make any changes" msgstr "ne rien changer" @@ -1675,7 +1674,7 @@ msgstr "utiliser strictement le comportement OpenPGP" msgid "generate PGP 2.x compatible messages" msgstr "gnrer des messages compatibles avec PGP 2.x" -#: g10/gpg.c:554 sm/gpgsm.c:392 +#: g10/gpg.c:554 sm/gpgsm.c:395 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -1683,7 +1682,7 @@ msgstr "" "@\n" "(Voir la page de manuel pour une liste complte des commandes et options)\n" -#: g10/gpg.c:557 sm/gpgsm.c:395 +#: g10/gpg.c:557 sm/gpgsm.c:398 msgid "" "@\n" "Examples:\n" @@ -1723,7 +1722,7 @@ msgstr "" "signer, vrifier, chiffrer ou dchiffrer\n" "l'opration par dfaut dpend des donnes entres\n" -#: g10/gpg.c:782 sm/gpgsm.c:530 +#: g10/gpg.c:782 sm/gpgsm.c:534 msgid "" "\n" "Supported algorithms:\n" @@ -1751,7 +1750,7 @@ msgstr "Compression: " msgid "usage: gpg [options] " msgstr "utilisation: gpg [options] " -#: g10/gpg.c:1060 sm/gpgsm.c:682 +#: g10/gpg.c:1060 sm/gpgsm.c:686 msgid "conflicting commands\n" msgstr "commandes en conflit\n" @@ -1901,6 +1900,11 @@ msgstr "" msgid "show expiration dates during signature listings" msgstr "Pas de signature correspondante dans le porte-cls secret\n" +#: g10/gpg.c:1835 +#, c-format +msgid "libgcrypt is too old (need %s, have %s)\n" +msgstr "" + #: g10/gpg.c:1993 #, c-format msgid "NOTE: old default options file `%s' ignored\n" @@ -2039,7 +2043,7 @@ msgstr "%s:%d: options de vrification invalides\n" msgid "invalid auto-key-locate list\n" msgstr "" -#: g10/gpg.c:2893 sm/gpgsm.c:1232 +#: g10/gpg.c:2893 sm/gpgsm.c:1236 msgid "WARNING: program may create a core file!\n" msgstr "ATTENTION: Le programme peut crer un fichier core !\n" @@ -2084,11 +2088,11 @@ msgid "encrypting a message in --pgp2 mode requires the IDEA cipher\n" msgstr "" "chiffrer un message en mode --pgp2 ncessite l'algorithme de chiffrage IDEA\n" -#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1288 +#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1292 msgid "selected cipher algorithm is invalid\n" msgstr "l'algorithme de chiffrement slectionn est invalide\n" -#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1296 +#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1300 msgid "selected digest algorithm is invalid\n" msgstr "la fonction de hachage slectionne est invalide\n" @@ -2330,7 +2334,7 @@ msgstr "" "faire en sorte que les conflits d'horodatage ne soient qu'un\n" "avertissement non fatal" -#: g10/gpgv.c:76 sm/gpgsm.c:367 +#: g10/gpgv.c:76 sm/gpgsm.c:370 msgid "|FD|write status info to this FD" msgstr "|FD|crire l'tat sur ce descripteur" @@ -3876,7 +3880,7 @@ msgid "(sensitive)" msgstr "(sensible)" #: g10/keyedit.c:2743 g10/keyedit.c:2799 g10/keyedit.c:2860 g10/keyedit.c:2875 -#: g10/keylist.c:194 g10/keyserver.c:516 +#: g10/keylist.c:194 g10/keyserver.c:523 #, c-format msgid "created: %s" msgstr "cr: %s" @@ -3893,7 +3897,7 @@ msgstr "expir: %s" #: g10/keyedit.c:2750 g10/keyedit.c:2801 g10/keyedit.c:2862 g10/keyedit.c:2877 #: g10/keylist.c:196 g10/keylist.c:748 g10/keylist.c:783 g10/keylist.c:877 -#: g10/keylist.c:898 g10/keyserver.c:522 g10/mainproc.c:985 +#: g10/keylist.c:898 g10/keyserver.c:529 g10/mainproc.c:985 #, c-format msgid "expires: %s" msgstr "expire: %s" @@ -3929,12 +3933,12 @@ msgstr "" "Notez que la validit affiche pour la cl n'est pas ncessairement\n" "correcte tant que vous n'avez pas relanc le programme.\n" -#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:526 +#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:533 #: g10/mainproc.c:1831 g10/trustdb.c:1179 g10/trustdb.c:1699 msgid "revoked" msgstr "revoque" -#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:530 +#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:537 #: g10/mainproc.c:1833 g10/trustdb.c:532 g10/trustdb.c:1701 msgid "expired" msgstr "expire" @@ -4818,189 +4822,189 @@ msgstr "%lu cls en antmmoire (%lu signatures)\n" msgid "%s: keyring created\n" msgstr "%s: porte-cls cr\n" -#: g10/keyserver.c:66 +#: g10/keyserver.c:73 msgid "include revoked keys in search results" msgstr "" -#: g10/keyserver.c:67 +#: g10/keyserver.c:74 msgid "include subkeys when searching by key ID" msgstr "" -#: g10/keyserver.c:69 +#: g10/keyserver.c:76 msgid "use temporary files to pass data to keyserver helpers" msgstr "" -#: g10/keyserver.c:71 +#: g10/keyserver.c:78 msgid "do not delete temporary files after using them" msgstr "" -#: g10/keyserver.c:75 +#: g10/keyserver.c:82 msgid "automatically retrieve keys when verifying signatures" msgstr "" -#: g10/keyserver.c:77 +#: g10/keyserver.c:84 #, fuzzy msgid "honor the preferred keyserver URL set on the key" msgstr "Entrez l'URL de votre serveur de cls favori: " -#: g10/keyserver.c:79 +#: g10/keyserver.c:86 msgid "honor the PKA record set on a key when retrieving keys" msgstr "" -#: g10/keyserver.c:145 +#: g10/keyserver.c:152 #, c-format msgid "WARNING: keyserver option `%s' is not used on this platform\n" msgstr "" "AVERTISSEMENT: les options de serveur de cls `%s' ne sont pas\n" "utilises dans cette plateforme\n" -#: g10/keyserver.c:528 +#: g10/keyserver.c:535 msgid "disabled" msgstr "dsactiv" -#: g10/keyserver.c:729 +#: g10/keyserver.c:736 msgid "Enter number(s), N)ext, or Q)uit > " msgstr "Entrez le(s) nombre(s), S)uivant, ou Q)uitter > " -#: g10/keyserver.c:813 g10/keyserver.c:1435 +#: g10/keyserver.c:820 g10/keyserver.c:1442 #, c-format msgid "invalid keyserver protocol (us %d!=handler %d)\n" msgstr "protocole serveur de cls invalide (nous %d!=gestionnaire %d)\n" -#: g10/keyserver.c:911 +#: g10/keyserver.c:918 #, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "cl %s introuvable dans le serveur de cls\n" -#: g10/keyserver.c:913 +#: g10/keyserver.c:920 msgid "key not found on keyserver\n" msgstr "cl non trouve dans le serveur de cls\n" -#: g10/keyserver.c:1154 +#: g10/keyserver.c:1161 #, c-format msgid "requesting key %s from %s server %s\n" msgstr "requte de la cl %s du serveur %s %s\n" -#: g10/keyserver.c:1158 +#: g10/keyserver.c:1165 #, c-format msgid "requesting key %s from %s\n" msgstr "requte de la cl %s de %s\n" -#: g10/keyserver.c:1182 +#: g10/keyserver.c:1189 #, fuzzy, c-format msgid "searching for names from %s server %s\n" msgstr "recherche de %s du serveur %s %s\n" -#: g10/keyserver.c:1185 +#: g10/keyserver.c:1192 #, fuzzy, c-format msgid "searching for names from %s\n" msgstr "recherche de %s de %s\n" -#: g10/keyserver.c:1338 +#: g10/keyserver.c:1345 #, c-format msgid "sending key %s to %s server %s\n" msgstr "envoi de la cl %s au serveur %s %s\n" -#: g10/keyserver.c:1342 +#: g10/keyserver.c:1349 #, c-format msgid "sending key %s to %s\n" msgstr "envoi de la cl %s %s\n" -#: g10/keyserver.c:1385 +#: g10/keyserver.c:1392 #, c-format msgid "searching for \"%s\" from %s server %s\n" msgstr "recherche de %s du serveur %s %s\n" -#: g10/keyserver.c:1388 +#: g10/keyserver.c:1395 #, c-format msgid "searching for \"%s\" from %s\n" msgstr "recherche de %s de %s\n" -#: g10/keyserver.c:1395 g10/keyserver.c:1491 +#: g10/keyserver.c:1402 g10/keyserver.c:1498 msgid "no keyserver action!\n" msgstr "pas d'action pour le serveur de cls !\n" -#: g10/keyserver.c:1443 +#: g10/keyserver.c:1450 #, c-format msgid "WARNING: keyserver handler from a different version of GnuPG (%s)\n" msgstr "" "AVERTISSEMENT: le gestionnaire de serveurs de cls provient d'une\n" "version diffrente de GnuPG (%s)\n" -#: g10/keyserver.c:1452 +#: g10/keyserver.c:1459 msgid "keyserver did not send VERSION\n" msgstr "le serveurs de cls n'a pas envoy son numro de VERSION\n" -#: g10/keyserver.c:1514 g10/keyserver.c:2042 +#: g10/keyserver.c:1521 g10/keyserver.c:2049 msgid "no keyserver known (use option --keyserver)\n" msgstr "pas de serveur de cls connu (utilisez l'option --keyserver)\n" -#: g10/keyserver.c:1520 +#: g10/keyserver.c:1527 msgid "external keyserver calls are not supported in this build\n" msgstr "" "les appels externes un serveur de cl ne sont pas supports dans\n" "cette compilation\n" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1539 #, c-format msgid "no handler for keyserver scheme `%s'\n" msgstr "pas de gestionnaire pour le type de serveurs de cls `%s'\n" -#: g10/keyserver.c:1537 +#: g10/keyserver.c:1544 #, c-format msgid "action `%s' not supported with keyserver scheme `%s'\n" msgstr "" "l'action `%s' n'est pas supporte avec le type de serveurs\n" "de cls `%s'\n" -#: g10/keyserver.c:1545 +#: g10/keyserver.c:1552 #, c-format msgid "%s does not support handler version %d\n" msgstr "%s ne supporte pas le gestionnaire de version %d\n" -#: g10/keyserver.c:1552 +#: g10/keyserver.c:1559 msgid "keyserver timed out\n" msgstr "le dlai d'attente du serveur de cls a expir\n" -#: g10/keyserver.c:1557 +#: g10/keyserver.c:1564 msgid "keyserver internal error\n" msgstr "erreur interne du serveur de cls\n" -#: g10/keyserver.c:1566 +#: g10/keyserver.c:1573 #, c-format msgid "keyserver communications error: %s\n" msgstr "erreur de communication avec le serveur de cls: %s\n" -#: g10/keyserver.c:1591 g10/keyserver.c:1625 +#: g10/keyserver.c:1598 g10/keyserver.c:1632 #, c-format msgid "\"%s\" not a key ID: skipping\n" msgstr " %s n'est pas une ID de cl: ignor\n" -#: g10/keyserver.c:1884 +#: g10/keyserver.c:1891 #, c-format msgid "WARNING: unable to refresh key %s via %s: %s\n" msgstr "" "AVERTISSEMENT: impossible de rafrachir la cl %s\n" "via %s: %s\n" -#: g10/keyserver.c:1906 +#: g10/keyserver.c:1913 #, c-format msgid "refreshing 1 key from %s\n" msgstr "rafrachissement d'une cl depuis %s\n" -#: g10/keyserver.c:1908 +#: g10/keyserver.c:1915 #, c-format msgid "refreshing %d keys from %s\n" msgstr "rafrachissement de %d cls depuis %s\n" -#: g10/keyserver.c:1964 +#: g10/keyserver.c:1971 #, fuzzy, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "" "AVERTISSEMENT: impossible de rafrachir la cl %s\n" "via %s: %s\n" -#: g10/keyserver.c:1970 +#: g10/keyserver.c:1977 #, fuzzy, c-format msgid "WARNING: unable to parse URI %s\n" msgstr "" @@ -5359,18 +5363,18 @@ msgid "WARNING: options in `%s' are not yet active during this run\n" msgstr "" "AVERTISSEMENT: les options de `%s' ne sont pas encore actives cette fois\n" -#: g10/parse-packet.c:192 +#: g10/parse-packet.c:193 #, c-format msgid "can't handle public key algorithm %d\n" msgstr "impossible de grer l'algorithme cl publique %d\n" -#: g10/parse-packet.c:762 +#: g10/parse-packet.c:798 msgid "WARNING: potentially insecure symmetrically encrypted session key\n" msgstr "" "AVERISSEMENT: la cl de session chiffre de manire symtrique est\n" "potentiellement non sre\n" -#: g10/parse-packet.c:1213 +#: g10/parse-packet.c:1249 #, c-format msgid "subpacket of type %d has critical bit set\n" msgstr "un sous-paquet de type %d possde un bit critique\n" @@ -5986,7 +5990,7 @@ msgstr "" "impossible d'viter une cl faible pour le chiffrement symtrique:\n" "%d essais ont eu lieu !\n" -#: g10/seskey.c:229 +#: g10/seskey.c:229 sm/certcheck.c:91 msgid "DSA requires the hash length to be a multiple of 8 bits\n" msgstr "" @@ -6585,7 +6589,7 @@ msgstr "" msgid "iconv_open failed: %s\n" msgstr "la signature a chou: %s\n" -#: jnlib/utf8conv.c:331 jnlib/utf8conv.c:597 +#: jnlib/utf8conv.c:338 jnlib/utf8conv.c:604 #, fuzzy, c-format msgid "conversion from `%s' to `%s' failed: %s\n" msgstr "renommer `%s' en `%s' a chou: %s \n" @@ -6815,7 +6819,7 @@ msgstr "impossible d'accder %s - carte OpenPGP invalide ?\n" msgid "run in multi server mode (foreground)" msgstr "" -#: scd/scdaemon.c:113 sm/gpgsm.c:356 +#: scd/scdaemon.c:113 sm/gpgsm.c:359 #, fuzzy msgid "read options from file" msgstr "lire les options de `%s'\n" @@ -6856,21 +6860,21 @@ msgid "" "Smartcard daemon for GnuPG\n" msgstr "" -#: scd/scdaemon.c:684 +#: scd/scdaemon.c:664 msgid "please use the option `--daemon' to run the program in the background\n" msgstr "" -#: scd/scdaemon.c:1032 +#: scd/scdaemon.c:1012 #, c-format msgid "handler for fd %d started\n" msgstr "" -#: scd/scdaemon.c:1037 +#: scd/scdaemon.c:1017 #, c-format msgid "handler for fd %d terminated\n" msgstr "" -#: sm/base64.c:323 +#: sm/base64.c:327 #, fuzzy, c-format msgid "invalid radix64 character %02x skipped\n" msgstr "caractre %02X invalide en radix64 ignor\n" @@ -6894,180 +6898,186 @@ msgstr "le protocole gpg-agent version %d n'est pas support\n" msgid "can't connect to the dirmngr - trying fall back\n" msgstr "" -#: sm/certchain.c:165 +#: sm/certchain.c:176 #, fuzzy, c-format msgid "critical certificate extension %s is not supported" msgstr "le protocole gpg-agent version %d n'est pas support\n" -#: sm/certchain.c:203 +#: sm/certchain.c:214 msgid "issuer certificate is not marked as a CA" msgstr "" -#: sm/certchain.c:242 +#: sm/certchain.c:253 msgid "critical marked policy without configured policies" msgstr "" -#: sm/certchain.c:252 +#: sm/certchain.c:263 #, fuzzy, c-format msgid "failed to open `%s': %s\n" msgstr "Impossible d'ouvrir `%s': %s\n" -#: sm/certchain.c:259 sm/certchain.c:288 +#: sm/certchain.c:270 sm/certchain.c:299 msgid "note: non-critical certificate policy not allowed" msgstr "" -#: sm/certchain.c:263 sm/certchain.c:292 +#: sm/certchain.c:274 sm/certchain.c:303 #, fuzzy msgid "certificate policy not allowed" msgstr "il est interdit d'exporter les cl secrtes\n" -#: sm/certchain.c:403 +#: sm/certchain.c:414 msgid "looking up issuer at external location\n" msgstr "" -#: sm/certchain.c:423 +#: sm/certchain.c:434 #, c-format msgid "number of issuers matching: %d\n" msgstr "" -#: sm/certchain.c:576 sm/certchain.c:740 sm/certchain.c:1266 sm/decrypt.c:261 +#: sm/certchain.c:587 sm/certchain.c:753 sm/certchain.c:1334 sm/decrypt.c:261 #: sm/encrypt.c:343 sm/sign.c:328 sm/verify.c:107 #, fuzzy msgid "failed to allocated keyDB handle\n" msgstr "le stockage de la cl a chou: %s\n" -#: sm/certchain.c:667 +#: sm/certchain.c:678 #, fuzzy msgid "certificate has been revoked" msgstr "NOTE: la cl a t rvoque" -#: sm/certchain.c:676 +#: sm/certchain.c:687 #, fuzzy msgid "no CRL found for certificate" msgstr "mauvais certificat" -#: sm/certchain.c:680 +#: sm/certchain.c:691 #, fuzzy msgid "the available CRL is too old" msgstr "Cl disponible sur: " -#: sm/certchain.c:682 +#: sm/certchain.c:693 msgid "please make sure that the \"dirmngr\" is properly installed\n" msgstr "" -#: sm/certchain.c:687 +#: sm/certchain.c:698 #, fuzzy, c-format msgid "checking the CRL failed: %s" msgstr "Impossible de vrifier la signature cre: %s\n" -#: sm/certchain.c:765 +#: sm/certchain.c:794 #, fuzzy msgid "no issuer found in certificate" msgstr "gnrer un certificat de rvocation" -#: sm/certchain.c:792 +#: sm/certchain.c:823 #, c-format msgid "certificate with invalid validity: %s" msgstr "" -#: sm/certchain.c:808 +#: sm/certchain.c:839 msgid "certificate not yet valid" msgstr "" -#: sm/certchain.c:821 +#: sm/certchain.c:852 #, fuzzy msgid "certificate has expired" msgstr "Cette cl a expir !" -#: sm/certchain.c:864 +#: sm/certchain.c:895 msgid "self-signed certificate has a BAD signature" msgstr "" -#: sm/certchain.c:932 +#: sm/certchain.c:963 msgid "root certificate is not marked trusted" msgstr "" -#: sm/certchain.c:947 +#: sm/certchain.c:978 #, fuzzy, c-format msgid "fingerprint=%s\n" msgstr "empreinte de l'autorit de certification: " -#: sm/certchain.c:955 +#: sm/certchain.c:986 msgid "root certificate has now been marked as trusted\n" msgstr "" -#: sm/certchain.c:970 +#: sm/certchain.c:1001 msgid "interactive marking as trusted not enabled in gpg-agent\n" msgstr "" -#: sm/certchain.c:976 +#: sm/certchain.c:1007 msgid "interactive marking as trusted disabled for this session\n" msgstr "" -#: sm/certchain.c:986 +#: sm/certchain.c:1017 #, fuzzy, c-format msgid "checking the trust list failed: %s\n" msgstr "Impossible de vrifier la signature cre: %s\n" -#: sm/certchain.c:1013 sm/import.c:158 +#: sm/certchain.c:1044 sm/import.c:159 msgid "certificate chain too long\n" msgstr "" -#: sm/certchain.c:1025 +#: sm/certchain.c:1056 msgid "issuer certificate not found" msgstr "" -#: sm/certchain.c:1058 +#: sm/certchain.c:1089 #, fuzzy msgid "certificate has a BAD signature" msgstr "vrifier une signature" -#: sm/certchain.c:1088 +#: sm/certchain.c:1119 msgid "found another possible matching CA certificate - trying again" msgstr "" -#: sm/certchain.c:1139 +#: sm/certchain.c:1170 #, c-format msgid "certificate chain longer than allowed by CA (%d)" msgstr "" -#: sm/certcheck.c:52 -msgid "DSA requires the use of a 160 bit hash algorithm\n" -msgstr "DSA ncessite l'utilisation d'un algorithme de hachage de 160 bits\n" +#: sm/certcheck.c:103 +#, c-format +msgid "%s key uses an unsafe (%u bit) hash\n" +msgstr "" + +#: sm/certcheck.c:113 +#, c-format +msgid "a %u bit hash is not valid for a %u bit %s key\n" +msgstr "" -#: sm/certcheck.c:177 sm/sign.c:482 sm/verify.c:189 +#: sm/certcheck.c:250 sm/sign.c:482 sm/verify.c:189 msgid "(this is the MD2 algorithm)\n" msgstr "" -#: sm/certdump.c:68 sm/certdump.c:154 +#: sm/certdump.c:68 sm/certdump.c:151 #, fuzzy msgid "none" msgstr "non" -#: sm/certdump.c:163 +#: sm/certdump.c:162 #, fuzzy msgid "[none]" msgstr "[non positionn]" -#: sm/certdump.c:536 sm/certdump.c:599 +#: sm/certdump.c:552 sm/certdump.c:597 sm/certdump.c:662 sm/certdump.c:715 #, fuzzy msgid "[Error - invalid encoding]" msgstr "Erreur: rponse invalide.\n" -#: sm/certdump.c:544 +#: sm/certdump.c:560 sm/certdump.c:605 msgid "[Error - out of core]" msgstr "" -#: sm/certdump.c:579 +#: sm/certdump.c:642 sm/certdump.c:698 msgid "[Error - No name]" msgstr "" -#: sm/certdump.c:604 +#: sm/certdump.c:667 sm/certdump.c:721 #, fuzzy msgid "[Error - invalid DN]" msgstr "Erreur: rponse invalide.\n" -#: sm/certdump.c:818 +#: sm/certdump.c:930 #, fuzzy, c-format msgid "" "Please enter the passphrase to unlock the secret key for:\n" @@ -7083,7 +7093,7 @@ msgstr "" msgid "no key usage specified - assuming all usages\n" msgstr "" -#: sm/certlist.c:135 sm/keylist.c:255 +#: sm/certlist.c:135 sm/keylist.c:258 #, fuzzy, c-format msgid "error getting key usage information: %s\n" msgstr "" @@ -7172,7 +7182,7 @@ msgstr "" msgid "certificate `%s' not found: %s\n" msgstr "la cl secrte %s n'a pas t trouve: %s\n" -#: sm/delete.c:113 sm/keydb.c:1392 sm/keydb.c:1485 +#: sm/delete.c:113 sm/keydb.c:1397 sm/keydb.c:1497 #, fuzzy, c-format msgid "error locking keybox: %s\n" msgstr "erreur pendant la lecture du bloc de cl : %s\n" @@ -7197,202 +7207,202 @@ msgstr "la suppression du bloc de cls a chou : %s\n" msgid "no valid recipients given\n" msgstr "(Aucune description donne)\n" -#: sm/export.c:562 sm/export.c:578 sm/import.c:525 sm/import.c:550 +#: sm/export.c:615 sm/export.c:631 sm/import.c:526 sm/import.c:551 #, fuzzy, c-format msgid "error creating temporary file: %s\n" msgstr "erreur pendant la cration de la phrase de passe: %s\n" -#: sm/export.c:569 sm/import.c:533 +#: sm/export.c:622 sm/import.c:534 #, fuzzy, c-format msgid "error writing to temporary file: %s\n" msgstr "" "%s: erreur pendant l'criture de l'enregistrement de\n" "rpertoire: %s\n" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:244 #, fuzzy msgid "|[FILE]|make a signature" msgstr "|[fichier]|faire une signature" -#: sm/gpgsm.c:244 +#: sm/gpgsm.c:245 #, fuzzy msgid "|[FILE]|make a clear text signature" msgstr "|[fichier]|faire une signature en texte clair" -#: sm/gpgsm.c:252 +#: sm/gpgsm.c:253 #, fuzzy msgid "list external keys" msgstr "lister les cls secrtes" -#: sm/gpgsm.c:254 +#: sm/gpgsm.c:255 #, fuzzy msgid "list certificate chain" msgstr "mauvais certificat" -#: sm/gpgsm.c:257 +#: sm/gpgsm.c:258 #, fuzzy msgid "remove key from the public keyring" msgstr "enlever les cls du porte-cls public" -#: sm/gpgsm.c:260 +#: sm/gpgsm.c:261 #, fuzzy msgid "import certificates" msgstr "mauvais certificat" -#: sm/gpgsm.c:261 +#: sm/gpgsm.c:262 #, fuzzy msgid "export certificates" msgstr "mauvais certificat" -#: sm/gpgsm.c:262 +#: sm/gpgsm.c:263 #, fuzzy msgid "register a smartcard" msgstr "ajouter une cl une carte puce" -#: sm/gpgsm.c:264 +#: sm/gpgsm.c:265 msgid "pass a command to the dirmngr" msgstr "" -#: sm/gpgsm.c:266 +#: sm/gpgsm.c:267 msgid "invoke gpg-protect-tool" msgstr "" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:268 #, fuzzy msgid "change a passphrase" msgstr "changer la phrase de passe" -#: sm/gpgsm.c:282 +#: sm/gpgsm.c:283 #, fuzzy msgid "create base-64 encoded output" msgstr "crer une sortie ascii avec armure" -#: sm/gpgsm.c:284 +#: sm/gpgsm.c:287 msgid "assume input is in PEM format" msgstr "" -#: sm/gpgsm.c:286 +#: sm/gpgsm.c:289 msgid "assume input is in base-64 format" msgstr "" -#: sm/gpgsm.c:288 +#: sm/gpgsm.c:291 msgid "assume input is in binary format" msgstr "" -#: sm/gpgsm.c:293 +#: sm/gpgsm.c:296 msgid "use system's dirmngr if available" msgstr "" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "never consult a CRL" msgstr "" -#: sm/gpgsm.c:301 +#: sm/gpgsm.c:304 msgid "check validity using OCSP" msgstr "" -#: sm/gpgsm.c:304 +#: sm/gpgsm.c:307 msgid "|N|number of certificates to include" msgstr "" -#: sm/gpgsm.c:307 +#: sm/gpgsm.c:310 msgid "|FILE|take policy information from FILE" msgstr "" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "do not check certificate policies" msgstr "" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "fetch missing issuer certificates" msgstr "" -#: sm/gpgsm.c:318 +#: sm/gpgsm.c:321 msgid "|NAME|use NAME as default recipient" msgstr "" -#: sm/gpgsm.c:320 +#: sm/gpgsm.c:323 #, fuzzy msgid "use the default key as default recipient" msgstr "ignor: la cl publique est dj le destinataire par dfaut\n" -#: sm/gpgsm.c:337 +#: sm/gpgsm.c:340 msgid "don't use the terminal at all" msgstr "" -#: sm/gpgsm.c:341 +#: sm/gpgsm.c:344 #, fuzzy msgid "force v3 signatures" msgstr "vrifier les signatures" -#: sm/gpgsm.c:342 +#: sm/gpgsm.c:345 msgid "always use a MDC for encryption" msgstr "" -#: sm/gpgsm.c:347 +#: sm/gpgsm.c:350 msgid "batch mode: never ask" msgstr "" -#: sm/gpgsm.c:348 +#: sm/gpgsm.c:351 msgid "assume yes on most questions" msgstr "" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 msgid "assume no on most questions" msgstr "" -#: sm/gpgsm.c:351 +#: sm/gpgsm.c:354 #, fuzzy msgid "add this keyring to the list of keyrings" msgstr "enlever les cls de ce porte-cls" -#: sm/gpgsm.c:352 +#: sm/gpgsm.c:355 #, fuzzy msgid "add this secret keyring to the list" msgstr "Il faut la cl secrte pour faire cela.\n" -#: sm/gpgsm.c:353 +#: sm/gpgsm.c:356 msgid "|NAME|use NAME as default secret key" msgstr "" -#: sm/gpgsm.c:354 +#: sm/gpgsm.c:357 msgid "|HOST|use this keyserver to lookup keys" msgstr "" -#: sm/gpgsm.c:355 +#: sm/gpgsm.c:358 #, fuzzy msgid "|NAME|set terminal charset to NAME" msgstr "|NOM|chiffrer pour NOM" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "" -#: sm/gpgsm.c:374 +#: sm/gpgsm.c:377 msgid "|FILE|load extension module FILE" msgstr "" -#: sm/gpgsm.c:380 +#: sm/gpgsm.c:383 #, fuzzy msgid "|NAME|use cipher algorithm NAME" msgstr "algorithme de chiffrement inconnu" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 #, fuzzy msgid "|NAME|use message digest algorithm NAME" msgstr "signature %s, algorithme de hachage %s\n" -#: sm/gpgsm.c:384 +#: sm/gpgsm.c:387 #, fuzzy msgid "|N|use compress algorithm N" msgstr "algorithme de compression inconnu" -#: sm/gpgsm.c:520 +#: sm/gpgsm.c:524 #, fuzzy msgid "Usage: gpgsm [options] [files] (-h for help)" msgstr "Utilisation: gpg [options] [fichiers] (-h pour l'aide)" -#: sm/gpgsm.c:523 +#: sm/gpgsm.c:527 #, fuzzy msgid "" "Syntax: gpgsm [options] [files]\n" @@ -7403,45 +7413,40 @@ msgstr "" "signer, vrifier, chiffrer ou dchiffrer\n" "l'opration par dfaut dpend des donnes entres\n" -#: sm/gpgsm.c:617 +#: sm/gpgsm.c:621 #, fuzzy msgid "usage: gpgsm [options] " msgstr "utilisation: gpg [options] " -#: sm/gpgsm.c:698 +#: sm/gpgsm.c:702 #, fuzzy, c-format msgid "can't encrypt to `%s': %s\n" msgstr "impossible de se connecter `%s': %s\n" -#: sm/gpgsm.c:773 -#, c-format -msgid "libksba is too old (need %s, have %s)\n" -msgstr "" - -#: sm/gpgsm.c:1249 +#: sm/gpgsm.c:1253 msgid "WARNING: running with faked system time: " msgstr "" -#: sm/gpgsm.c:1328 +#: sm/gpgsm.c:1332 #, c-format msgid "importing common certificates `%s'\n" msgstr "" -#: sm/gpgsm.c:1346 +#: sm/gpgsm.c:1350 #, fuzzy, c-format msgid "can't sign using `%s': %s\n" msgstr "impossible d'accder `%s': %s\n" -#: sm/gpgsm.c:1536 +#: sm/gpgsm.c:1542 msgid "this command has not yet been implemented\n" msgstr "" -#: sm/gpgsm.c:1601 +#: sm/gpgsm.c:1606 #, fuzzy msgid "key generation is not available from the commandline\n" msgstr "gpg-agent n'est pas disponible dans cette session\n" -#: sm/gpgsm.c:1602 +#: sm/gpgsm.c:1607 #, fuzzy, c-format msgid "please use the script \"%s\" to generate a new key\n" msgstr "Slectionnez le type de cl gnrer:\n" @@ -7451,21 +7456,21 @@ msgstr "Slectionnez le type de cl gnrer:\n" msgid "total number processed: %lu\n" msgstr " Quantit totale traite: %lu\n" -#: sm/import.c:227 +#: sm/import.c:228 #, fuzzy msgid "error storing certificate\n" msgstr "gnrer un certificat de rvocation" -#: sm/import.c:235 +#: sm/import.c:236 msgid "basic certificate checks failed - not imported\n" msgstr "" -#: sm/import.c:421 sm/import.c:453 +#: sm/import.c:422 sm/import.c:454 #, fuzzy, c-format msgid "error importing certificate: %s\n" msgstr "erreur pendant la cration de la phrase de passe: %s\n" -#: sm/import.c:542 tools/gpg-connect-agent.c:384 +#: sm/import.c:543 tools/gpg-connect-agent.c:388 #, fuzzy, c-format msgid "error reading input: %s\n" msgstr "erreur pendant la lecture de `%s': %s\n" @@ -7484,12 +7489,12 @@ msgstr "" msgid "keybox `%s' created\n" msgstr "le porte-cls `%s` a t cr\n" -#: sm/keydb.c:1312 sm/keydb.c:1378 +#: sm/keydb.c:1312 sm/keydb.c:1380 #, fuzzy msgid "failed to get the fingerprint\n" msgstr "impossible de stocker l'empreinte: %s\n" -#: sm/keydb.c:1319 sm/keydb.c:1385 +#: sm/keydb.c:1319 sm/keydb.c:1387 #, fuzzy msgid "failed to allocate keyDB handle\n" msgstr "le stockage de la cl a chou: %s\n" @@ -7513,17 +7518,17 @@ msgstr "" "erreur durant la lecture des informations contenues actuellement\n" "dans la cl: %s\n" -#: sm/keydb.c:1400 +#: sm/keydb.c:1408 #, c-format msgid "problem re-searching certificate: %s\n" msgstr "" -#: sm/keydb.c:1409 sm/keydb.c:1497 +#: sm/keydb.c:1417 sm/keydb.c:1509 #, fuzzy, c-format msgid "error getting stored flags: %s\n" msgstr "erreur pendant l'obtention du nouveau code PIN: %s\n" -#: sm/keydb.c:1418 sm/keydb.c:1508 +#: sm/keydb.c:1429 sm/keydb.c:1520 #, fuzzy, c-format msgid "error storing flags: %s\n" msgstr "erreur pendant la lecture de `%s': %s\n" @@ -7596,78 +7601,82 @@ msgstr "Bonne signature de %s " msgid " aka" msgstr " alias %s " -#: tools/gpg-connect-agent.c:60 tools/gpgconf.c:70 tools/symcryptrun.c:186 +#: tools/gpg-connect-agent.c:61 tools/gpgconf.c:70 tools/symcryptrun.c:167 #, fuzzy msgid "quiet" msgstr "quitter" -#: tools/gpg-connect-agent.c:61 +#: tools/gpg-connect-agent.c:62 msgid "print data out hex encoded" msgstr "" -#: tools/gpg-connect-agent.c:62 +#: tools/gpg-connect-agent.c:63 +msgid "decode received data lines" +msgstr "" + +#: tools/gpg-connect-agent.c:64 msgid "|NAME|connect to Assuan socket NAME" msgstr "" -#: tools/gpg-connect-agent.c:63 +#: tools/gpg-connect-agent.c:65 msgid "run the Assuan server given on the command line" msgstr "" -#: tools/gpg-connect-agent.c:65 +#: tools/gpg-connect-agent.c:67 msgid "do not use extended connect mode" msgstr "" -#: tools/gpg-connect-agent.c:126 +#: tools/gpg-connect-agent.c:129 #, fuzzy msgid "Usage: gpg-connect-agent [options] (-h for help)" msgstr "Utilisation: gpg [options] [fichiers] (-h pour l'aide)" -#: tools/gpg-connect-agent.c:129 +#: tools/gpg-connect-agent.c:132 msgid "" "Syntax: gpg-connect-agent [options]\n" "Connect to a running agent and send commands\n" msgstr "" -#: tools/gpg-connect-agent.c:324 +#: tools/gpg-connect-agent.c:328 #, c-format msgid "option \"%s\" requires a program and optional arguments\n" msgstr "" -#: tools/gpg-connect-agent.c:333 +#: tools/gpg-connect-agent.c:337 #, c-format msgid "option \"%s\" ignored due to \"%s\"\n" msgstr "" -#: tools/gpg-connect-agent.c:391 +#: tools/gpg-connect-agent.c:395 #, fuzzy msgid "line too long - skipped\n" msgstr "ligne trop longue" -#: tools/gpg-connect-agent.c:395 +#: tools/gpg-connect-agent.c:399 msgid "line shortened due to embedded Nul character\n" msgstr "" -#: tools/gpg-connect-agent.c:457 +#: tools/gpg-connect-agent.c:471 #, fuzzy, c-format msgid "unknown command `%s'\n" msgstr "option `%s' inconnue\n" -#: tools/gpg-connect-agent.c:465 +#: tools/gpg-connect-agent.c:479 #, fuzzy, c-format msgid "sending line failed: %s\n" msgstr "la signature a chou: %s\n" -#: tools/gpg-connect-agent.c:473 +#: tools/gpg-connect-agent.c:487 #, fuzzy, c-format msgid "receiving line failed: %s\n" msgstr "la lecture de la cl publique a chou: %s\n" -#: tools/gpg-connect-agent.c:746 +#: tools/gpg-connect-agent.c:797 #, fuzzy, c-format msgid "error sending %s command: %s\n" msgstr "erreur pendant la lecture de `%s': %s\n" -#: tools/gpg-connect-agent.c:755 +#: tools/gpg-connect-agent.c:806 #, fuzzy, c-format msgid "error sending standard options: %s\n" msgstr "" @@ -7675,26 +7684,26 @@ msgstr "" "dans `%s': %s\n" #: tools/gpgconf-comp.c:445 tools/gpgconf-comp.c:525 tools/gpgconf-comp.c:592 -#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:720 +#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:723 msgid "Options controlling the diagnostic output" msgstr "" #: tools/gpgconf-comp.c:458 tools/gpgconf-comp.c:538 tools/gpgconf-comp.c:605 -#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:743 +#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:746 msgid "Options controlling the configuration" msgstr "" #: tools/gpgconf-comp.c:468 tools/gpgconf-comp.c:563 tools/gpgconf-comp.c:612 -#: tools/gpgconf-comp.c:671 tools/gpgconf-comp.c:750 +#: tools/gpgconf-comp.c:674 tools/gpgconf-comp.c:753 msgid "Options useful for debugging" msgstr "" #: tools/gpgconf-comp.c:473 tools/gpgconf-comp.c:568 tools/gpgconf-comp.c:617 -#: tools/gpgconf-comp.c:676 tools/gpgconf-comp.c:758 +#: tools/gpgconf-comp.c:679 tools/gpgconf-comp.c:761 msgid "|FILE|write server mode logs to FILE" msgstr "" -#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:684 +#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:687 msgid "Options controlling the security" msgstr "" @@ -7722,31 +7731,35 @@ msgstr "" msgid "allow PKA lookups (DNS requests)" msgstr "" -#: tools/gpgconf-comp.c:689 +#: tools/gpgconf-comp.c:669 +msgid "|NAME|use encoding NAME for PKCS#12 passphrases" +msgstr "" + +#: tools/gpgconf-comp.c:692 msgid "do not check CRLs for root certificates" msgstr "" -#: tools/gpgconf-comp.c:733 +#: tools/gpgconf-comp.c:736 msgid "Options controlling the format of the output" msgstr "" -#: tools/gpgconf-comp.c:769 +#: tools/gpgconf-comp.c:772 msgid "Options controlling the interactivity and enforcement" msgstr "" -#: tools/gpgconf-comp.c:779 +#: tools/gpgconf-comp.c:782 msgid "Configuration for HTTP servers" msgstr "" -#: tools/gpgconf-comp.c:790 +#: tools/gpgconf-comp.c:793 msgid "use system's HTTP proxy setting" msgstr "" -#: tools/gpgconf-comp.c:795 +#: tools/gpgconf-comp.c:798 msgid "Configuration of LDAP servers to use" msgstr "" -#: tools/gpgconf-comp.c:832 +#: tools/gpgconf-comp.c:835 msgid "Configuration for OCSP" msgstr "" @@ -7810,7 +7823,7 @@ msgstr "Les commandes d'administration ne sont pas permises\n" msgid "error allocating enough memory: %s\n" msgstr "erreur durant la cration du porte-cls `%s' : %s\n" -#: tools/symcryptrun.c:173 +#: tools/symcryptrun.c:154 #, fuzzy msgid "" "@\n" @@ -7820,166 +7833,170 @@ msgstr "" "@Commandes:\n" " " -#: tools/symcryptrun.c:175 +#: tools/symcryptrun.c:156 #, fuzzy msgid "decryption modus" msgstr "le dchiffrement a russi\n" -#: tools/symcryptrun.c:176 +#: tools/symcryptrun.c:157 #, fuzzy msgid "encryption modus" msgstr "le dchiffrement a russi\n" -#: tools/symcryptrun.c:180 +#: tools/symcryptrun.c:161 msgid "tool class (confucius)" msgstr "" -#: tools/symcryptrun.c:181 +#: tools/symcryptrun.c:162 #, fuzzy msgid "program filename" msgstr "--store [nom du fichier]" -#: tools/symcryptrun.c:183 +#: tools/symcryptrun.c:164 msgid "secret key file (required)" msgstr "" -#: tools/symcryptrun.c:184 +#: tools/symcryptrun.c:165 msgid "input file name (default stdin)" msgstr "" -#: tools/symcryptrun.c:228 +#: tools/symcryptrun.c:209 #, fuzzy msgid "Usage: symcryptrun [options] (-h for help)" msgstr "Utilisation: gpg [options] [fichiers] (-h pour l'aide)" -#: tools/symcryptrun.c:231 +#: tools/symcryptrun.c:212 msgid "" "Syntax: symcryptrun --class CLASS --program PROGRAM --keyfile KEYFILE " "[options...] COMMAND [inputfile]\n" "Call a simple symmetric encryption tool\n" msgstr "" -#: tools/symcryptrun.c:313 +#: tools/symcryptrun.c:294 #, fuzzy, c-format msgid "%s on %s aborted with status %i\n" msgstr "%s n'est pas permis avec %s !\n" -#: tools/symcryptrun.c:320 +#: tools/symcryptrun.c:301 #, fuzzy, c-format msgid "%s on %s failed with status %i\n" msgstr "fstat de `%s' chou dans %s: %s\n" -#: tools/symcryptrun.c:346 +#: tools/symcryptrun.c:327 #, fuzzy, c-format msgid "can't create temporary directory `%s': %s\n" msgstr "impossible de crer le rpertoire `%s': %s\n" -#: tools/symcryptrun.c:386 tools/symcryptrun.c:403 +#: tools/symcryptrun.c:367 tools/symcryptrun.c:384 #, c-format msgid "could not open %s for writing: %s\n" msgstr "" -#: tools/symcryptrun.c:414 +#: tools/symcryptrun.c:395 #, fuzzy, c-format msgid "error writing to %s: %s\n" msgstr "erreur durant l'criture du porte-cls `%s': %s\n" -#: tools/symcryptrun.c:421 +#: tools/symcryptrun.c:402 #, fuzzy, c-format msgid "error reading from %s: %s\n" msgstr "erreur pendant la lecture de `%s': %s\n" -#: tools/symcryptrun.c:428 tools/symcryptrun.c:435 +#: tools/symcryptrun.c:409 tools/symcryptrun.c:416 #, fuzzy, c-format msgid "error closing %s: %s\n" msgstr "erreur dans `%s': %s\n" -#: tools/symcryptrun.c:545 +#: tools/symcryptrun.c:526 #, fuzzy msgid "no --program option provided\n" msgstr "aucun programme d'excution distante n'est support\n" -#: tools/symcryptrun.c:551 +#: tools/symcryptrun.c:532 msgid "only --decrypt and --encrypt are supported\n" msgstr "" -#: tools/symcryptrun.c:557 +#: tools/symcryptrun.c:538 msgid "no --keyfile option provided\n" msgstr "" -#: tools/symcryptrun.c:568 +#: tools/symcryptrun.c:549 msgid "cannot allocate args vector\n" msgstr "" -#: tools/symcryptrun.c:586 +#: tools/symcryptrun.c:567 #, fuzzy, c-format msgid "could not create pipe: %s\n" msgstr "impossible de crer `%s': %s\n" -#: tools/symcryptrun.c:593 +#: tools/symcryptrun.c:574 #, fuzzy, c-format msgid "could not create pty: %s\n" msgstr "impossible de crer `%s': %s\n" -#: tools/symcryptrun.c:609 +#: tools/symcryptrun.c:590 #, c-format msgid "could not fork: %s\n" msgstr "" -#: tools/symcryptrun.c:637 +#: tools/symcryptrun.c:618 #, fuzzy, c-format msgid "execv failed: %s\n" msgstr "la mise jour a chou: %s\n" -#: tools/symcryptrun.c:666 +#: tools/symcryptrun.c:647 #, fuzzy, c-format msgid "select failed: %s\n" msgstr "la suppression du bloc de cls a chou : %s\n" -#: tools/symcryptrun.c:683 +#: tools/symcryptrun.c:664 #, fuzzy, c-format msgid "read failed: %s\n" msgstr "la mise jour a chou: %s\n" -#: tools/symcryptrun.c:735 +#: tools/symcryptrun.c:716 #, fuzzy, c-format msgid "pty read failed: %s\n" msgstr "la mise jour a chou: %s\n" -#: tools/symcryptrun.c:787 +#: tools/symcryptrun.c:768 #, fuzzy, c-format msgid "waitpid failed: %s\n" msgstr "la mise jour a chou: %s\n" -#: tools/symcryptrun.c:801 +#: tools/symcryptrun.c:782 #, c-format msgid "child aborted with status %i\n" msgstr "" -#: tools/symcryptrun.c:856 +#: tools/symcryptrun.c:837 #, fuzzy, c-format msgid "cannot allocate infile string: %s\n" msgstr "impossible de crer le fichier de sauvegarde `%s': %s\n" -#: tools/symcryptrun.c:869 +#: tools/symcryptrun.c:850 #, fuzzy, c-format msgid "cannot allocate outfile string: %s\n" msgstr "impossible de crer le fichier de sauvegarde `%s': %s\n" -#: tools/symcryptrun.c:1044 +#: tools/symcryptrun.c:1025 #, c-format msgid "either %s or %s must be given\n" msgstr "" -#: tools/symcryptrun.c:1064 +#: tools/symcryptrun.c:1045 msgid "no class provided\n" msgstr "" -#: tools/symcryptrun.c:1071 +#: tools/symcryptrun.c:1052 #, fuzzy, c-format msgid "class %s is not supported\n" msgstr "le hachage de protection %d n'est pas support\n" +#~ msgid "DSA requires the use of a 160 bit hash algorithm\n" +#~ msgstr "" +#~ "DSA ncessite l'utilisation d'un algorithme de hachage de 160 bits\n" + #, fuzzy #~ msgid ".\n" #~ msgstr "%s.\n" @@ -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: 2007-03-08 14:20+0100\n" +"POT-Creation-Date: 2007-05-07 20:39+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" @@ -89,8 +89,8 @@ msgstr "non se pode crear `%s': %s\n" #: g10/keyring.c:1534 g10/openfile.c:190 g10/openfile.c:345 #: g10/plaintext.c:504 g10/sign.c:814 g10/sign.c:1009 g10/sign.c:1125 #: g10/sign.c:1281 g10/tdbdump.c:141 g10/tdbdump.c:149 g10/tdbio.c:542 -#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1775 -#: sm/gpgsm.c:1812 sm/qualified.c:74 +#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1780 +#: sm/gpgsm.c:1817 sm/gpgsm.c:1855 sm/qualified.c:74 #, c-format msgid "can't open `%s': %s\n" msgstr "non se puido abrir `%s': %s\n" @@ -190,13 +190,13 @@ msgstr "" "Necesita un contrasinal para protexe-la sa chave secreta.\n" "\n" -#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1216 +#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1202 #, fuzzy msgid "Please re-enter this passphrase" msgstr "cambia-lo contrasinal" -#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1222 -#: tools/symcryptrun.c:487 +#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1208 +#: tools/symcryptrun.c:468 msgid "does not match - try again" msgstr "" @@ -205,7 +205,7 @@ msgstr "" msgid "Please enter the new passphrase" msgstr "cambia-lo contrasinal" -#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:109 +#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:111 #: scd/scdaemon.c:103 #, fuzzy msgid "" @@ -225,13 +225,13 @@ msgid "run in daemon mode (background)" msgstr "" #: agent/gpg-agent.c:117 g10/gpg.c:470 g10/gpgv.c:71 kbx/kbxutil.c:82 -#: scd/scdaemon.c:109 sm/gpgsm.c:335 tools/gpg-connect-agent.c:59 -#: tools/gpgconf.c:69 tools/symcryptrun.c:185 +#: scd/scdaemon.c:109 sm/gpgsm.c:338 tools/gpg-connect-agent.c:60 +#: tools/gpgconf.c:69 tools/symcryptrun.c:166 msgid "verbose" msgstr "lareto" #: agent/gpg-agent.c:118 g10/gpgv.c:72 kbx/kbxutil.c:83 scd/scdaemon.c:110 -#: sm/gpgsm.c:336 +#: sm/gpgsm.c:339 msgid "be somewhat more quiet" msgstr "ser un pouquio mis calado" @@ -243,7 +243,7 @@ msgstr "" msgid "csh-style command output" msgstr "" -#: agent/gpg-agent.c:121 tools/symcryptrun.c:188 +#: agent/gpg-agent.c:121 tools/symcryptrun.c:169 #, fuzzy msgid "|FILE|read options from FILE" msgstr "|FICHEIRO|carga-lo mdulo de extensin FICHEIRO" @@ -256,8 +256,8 @@ msgstr "" msgid "do not grab keyboard and mouse" msgstr "" -#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:338 -#: tools/symcryptrun.c:187 +#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:341 +#: tools/symcryptrun.c:168 #, fuzzy msgid "use a log file for the server" msgstr "buscar chaves nun servidor de chaves" @@ -315,9 +315,9 @@ msgstr "" msgid "|FILE|write environment settings also to FILE" msgstr "" -#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:143 -#: scd/scdaemon.c:192 sm/gpgsm.c:517 tools/gpg-connect-agent.c:123 -#: tools/gpgconf.c:91 tools/symcryptrun.c:225 +#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:148 +#: scd/scdaemon.c:192 sm/gpgsm.c:521 tools/gpg-connect-agent.c:126 +#: tools/gpgconf.c:91 tools/symcryptrun.c:206 #, fuzzy msgid "Please report bugs to <" msgstr "" @@ -335,138 +335,127 @@ msgid "" "Secret key management for GnuPG\n" msgstr "" -#: agent/gpg-agent.c:311 -#, c-format -msgid "out of core in secure memory while allocating %lu bytes" -msgstr "" - -#: agent/gpg-agent.c:314 -#, c-format -msgid "out of core while allocating %lu bytes" -msgstr "" - -#: agent/gpg-agent.c:345 g10/gpg.c:931 scd/scdaemon.c:266 sm/gpgsm.c:646 +#: agent/gpg-agent.c:303 g10/gpg.c:931 scd/scdaemon.c:247 sm/gpgsm.c:650 #, c-format msgid "invalid debug-level `%s' given\n" msgstr "" -#: agent/gpg-agent.c:521 agent/protect-tool.c:1073 g10/gpg.c:1835 -#: kbx/kbxutil.c:432 scd/scdaemon.c:358 sm/gpgsm.c:768 -#: tools/symcryptrun.c:1056 +#: agent/gpg-agent.c:479 agent/protect-tool.c:1059 kbx/kbxutil.c:432 +#: scd/scdaemon.c:339 sm/gpgsm.c:771 sm/gpgsm.c:774 tools/symcryptrun.c:1037 #, c-format -msgid "libgcrypt is too old (need %s, have %s)\n" +msgid "%s is too old (need %s, have %s)\n" msgstr "" -#: agent/gpg-agent.c:615 g10/gpg.c:2035 scd/scdaemon.c:435 sm/gpgsm.c:865 +#: agent/gpg-agent.c:572 g10/gpg.c:2035 scd/scdaemon.c:415 sm/gpgsm.c:865 #, c-format msgid "NOTE: no default option file `%s'\n" msgstr "NOTA: non existe o ficheiro de opcins por defecto `%s'\n" -#: agent/gpg-agent.c:620 agent/gpg-agent.c:1179 g10/gpg.c:2039 -#: scd/scdaemon.c:440 sm/gpgsm.c:869 tools/symcryptrun.c:989 +#: agent/gpg-agent.c:577 agent/gpg-agent.c:1136 g10/gpg.c:2039 +#: scd/scdaemon.c:420 sm/gpgsm.c:869 tools/symcryptrun.c:970 #, c-format msgid "option file `%s': %s\n" msgstr "ficheiro de opcins `%s': %s\n" -#: agent/gpg-agent.c:628 g10/gpg.c:2046 scd/scdaemon.c:448 sm/gpgsm.c:876 +#: agent/gpg-agent.c:585 g10/gpg.c:2046 scd/scdaemon.c:428 sm/gpgsm.c:876 #, c-format msgid "reading options from `%s'\n" msgstr "lendo as opcins de `%s'\n" -#: agent/gpg-agent.c:949 g10/plaintext.c:142 g10/plaintext.c:147 +#: agent/gpg-agent.c:906 g10/plaintext.c:142 g10/plaintext.c:147 #: g10/plaintext.c:164 #, c-format msgid "error creating `%s': %s\n" msgstr "erro ao crear `%s': %s\n" -#: agent/gpg-agent.c:1239 agent/gpg-agent.c:1342 agent/gpg-agent.c:1346 -#: agent/gpg-agent.c:1382 agent/gpg-agent.c:1386 g10/exec.c:174 -#: g10/openfile.c:418 scd/scdaemon.c:934 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:1299 agent/gpg-agent.c:1303 +#: agent/gpg-agent.c:1339 agent/gpg-agent.c:1343 g10/exec.c:174 +#: g10/openfile.c:418 scd/scdaemon.c:914 #, c-format msgid "can't create directory `%s': %s\n" msgstr "non se pode crea-lo directorio `%s': %s\n" -#: agent/gpg-agent.c:1253 scd/scdaemon.c:948 +#: agent/gpg-agent.c:1210 scd/scdaemon.c:928 msgid "name of socket too long\n" msgstr "" -#: agent/gpg-agent.c:1279 scd/scdaemon.c:974 +#: agent/gpg-agent.c:1236 scd/scdaemon.c:954 #, fuzzy, c-format msgid "can't create socket: %s\n" msgstr "non foi posible crear %s: %s\n" -#: agent/gpg-agent.c:1308 scd/scdaemon.c:1003 +#: agent/gpg-agent.c:1265 scd/scdaemon.c:983 #, fuzzy, c-format msgid "error binding socket to `%s': %s\n" msgstr "erro ao enviar a `%s': %s\n" -#: agent/gpg-agent.c:1316 scd/scdaemon.c:1011 +#: agent/gpg-agent.c:1273 scd/scdaemon.c:991 #, fuzzy, c-format msgid "listen() failed: %s\n" msgstr "a actualizacin fallou: %s\n" -#: agent/gpg-agent.c:1322 scd/scdaemon.c:1017 +#: agent/gpg-agent.c:1279 scd/scdaemon.c:997 #, fuzzy, c-format msgid "listening on socket `%s'\n" msgstr "gravando a chave secreta en `%s'\n" -#: agent/gpg-agent.c:1350 agent/gpg-agent.c:1392 g10/openfile.c:421 +#: agent/gpg-agent.c:1307 agent/gpg-agent.c:1349 g10/openfile.c:421 #, fuzzy, c-format msgid "directory `%s' created\n" msgstr "%s: directorio creado\n" -#: agent/gpg-agent.c:1398 +#: agent/gpg-agent.c:1355 #, 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:1402 +#: agent/gpg-agent.c:1359 #, 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:1504 +#: agent/gpg-agent.c:1461 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:1509 +#: agent/gpg-agent.c:1466 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:1526 +#: agent/gpg-agent.c:1483 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:1531 +#: agent/gpg-agent.c:1488 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:1627 scd/scdaemon.c:1136 +#: agent/gpg-agent.c:1584 scd/scdaemon.c:1116 #, fuzzy, c-format msgid "pth_select failed: %s - waiting 1s\n" msgstr "o segredo da actualizacin fallou: %s\n" -#: agent/gpg-agent.c:1733 scd/scdaemon.c:1203 +#: agent/gpg-agent.c:1690 scd/scdaemon.c:1183 #, fuzzy, c-format msgid "%s %s stopped\n" msgstr "\t%lu chaves omitidas\n" -#: agent/gpg-agent.c:1754 +#: agent/gpg-agent.c:1711 #, fuzzy msgid "no gpg-agent running in this session\n" msgstr "gpg-agent non est dispoible nesta sesin\n" -#: agent/gpg-agent.c:1764 common/simple-pwquery.c:324 g10/call-agent.c:137 -#: sm/call-agent.c:144 tools/gpg-connect-agent.c:713 +#: agent/gpg-agent.c:1721 common/simple-pwquery.c:324 g10/call-agent.c:137 +#: sm/call-agent.c:144 tools/gpg-connect-agent.c:764 msgid "malformed GPG_AGENT_INFO environment variable\n" msgstr "variable de ambiente GPG_AGENT_INFO mal formada\n" -#: agent/gpg-agent.c:1776 common/simple-pwquery.c:336 g10/call-agent.c:149 -#: sm/call-agent.c:156 tools/gpg-connect-agent.c:724 +#: agent/gpg-agent.c:1733 common/simple-pwquery.c:336 g10/call-agent.c:149 +#: sm/call-agent.c:156 tools/gpg-connect-agent.c:775 #, c-format msgid "gpg-agent protocol version %d is not supported\n" msgstr "a versin %d do protocolo de gpg-agent non est soportada\n" @@ -482,51 +471,51 @@ msgid "" "Password cache maintenance\n" msgstr "" -#: agent/protect-tool.c:146 +#: agent/protect-tool.c:151 #, fuzzy msgid "Usage: gpg-protect-tool [options] (-h for help)\n" msgstr "Uso: gpg [opcins] [ficheiros] (-h para ve-la axuda)" -#: agent/protect-tool.c:148 +#: agent/protect-tool.c:153 msgid "" "Syntax: gpg-protect-tool [options] [args]\n" "Secret key maintenance tool\n" msgstr "" -#: agent/protect-tool.c:1207 +#: agent/protect-tool.c:1193 #, fuzzy msgid "Please enter the passphrase to unprotect the PKCS#12 object." msgstr "Por favor, introduza o contrasinal; esta unha frase secreta \n" -#: agent/protect-tool.c:1210 +#: agent/protect-tool.c:1196 #, fuzzy msgid "Please enter the passphrase to protect the new PKCS#12 object." msgstr "Por favor, introduza o contrasinal; esta unha frase secreta \n" -#: agent/protect-tool.c:1213 +#: agent/protect-tool.c:1199 msgid "" "Please enter the passphrase to protect the imported object within the GnuPG " "system." msgstr "" -#: agent/protect-tool.c:1218 +#: agent/protect-tool.c:1204 #, fuzzy msgid "" "Please enter the passphrase or the PIN\n" "needed to complete this operation." msgstr "Por favor, introduza o contrasinal; esta unha frase secreta \n" -#: agent/protect-tool.c:1223 tools/symcryptrun.c:488 +#: agent/protect-tool.c:1209 tools/symcryptrun.c:469 #, fuzzy msgid "Passphrase:" msgstr "contrasinal errneo" -#: agent/protect-tool.c:1236 tools/symcryptrun.c:501 +#: agent/protect-tool.c:1222 tools/symcryptrun.c:482 #, fuzzy, c-format msgid "error while asking for the passphrase: %s\n" msgstr "erro ao crea-lo contrasinal: %s\n" -#: agent/protect-tool.c:1239 tools/symcryptrun.c:505 +#: agent/protect-tool.c:1225 tools/symcryptrun.c:486 #, fuzzy msgid "cancelled\n" msgstr "Cancelar" @@ -566,7 +555,7 @@ msgstr "" msgid "error reading `%s', line %d: %s\n" msgstr "erro lendo `%s': %s\n" -#: agent/trustlist.c:355 agent/trustlist.c:394 +#: agent/trustlist.c:365 agent/trustlist.c:404 msgid "error reading list of trusted root certificates\n" msgstr "" @@ -579,7 +568,7 @@ msgstr "" #. second "%s" gets replaced by a hexdecimal #. fingerprint string whereas the first one receives #. the name as store in the certificate. -#: agent/trustlist.c:470 +#: agent/trustlist.c:480 #, c-format msgid "" "Please verify that the certificate identified as:%%0A \"%s\"%%0Ahas the " @@ -589,7 +578,7 @@ msgstr "" #. TRANSLATORS: "Correct" is the label of a button and intended to #. be hit if the fingerprint matches the one of the CA. The other #. button is "the default "Cancel" of the Pinentry. -#: agent/trustlist.c:479 +#: agent/trustlist.c:489 msgid "Correct" msgstr "" @@ -601,19 +590,19 @@ msgstr "" #. plain % sign, you need to encode it as "%%25". The #. "%s" gets replaced by the name as store in the #. certificate. -#: agent/trustlist.c:499 +#: agent/trustlist.c:509 #, c-format msgid "" "Do you ultimately trust%%0A \"%s\"%%0Ato correctly certify user " "certificates?" msgstr "" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 #, fuzzy msgid "Yes" msgstr "si|sim" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 msgid "No" msgstr "" @@ -657,12 +646,12 @@ msgstr "" msgid "error running `%s': terminated\n" msgstr "erro lendo `%s': %s\n" -#: common/http.c:1623 +#: common/http.c:1621 #, fuzzy, c-format msgid "error creating socket: %s\n" msgstr "erro ao crear `%s': %s\n" -#: common/http.c:1667 +#: common/http.c:1665 #, fuzzy msgid "host not found" msgstr "%s: usuario non atopado\n" @@ -756,6 +745,16 @@ msgstr "" msgid "cC" msgstr "v" +#: common/miscellaneous.c:73 +#, c-format +msgid "out of core in secure memory while allocating %lu bytes" +msgstr "" + +#: common/miscellaneous.c:76 +#, c-format +msgid "out of core while allocating %lu bytes" +msgstr "" + #: g10/armor.c:368 #, c-format msgid "armor: %s\n" @@ -1189,13 +1188,13 @@ msgstr "--output non traballa con este comando\n" msgid "can't open `%s'\n" msgstr "non se puido abrir `%s'\n" -#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1714 +#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1721 #: g10/revoke.c:228 #, fuzzy, c-format msgid "key \"%s\" not found: %s\n" msgstr "non se atopou a chave `%s': %s\n" -#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1728 +#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1735 #: g10/revoke.c:234 g10/revoke.c:479 #, c-format msgid "error reading keyblock: %s\n" @@ -1480,23 +1479,23 @@ msgid "Invalid key %s made valid by --allow-non-selfsigned-uid\n" msgstr "" "Chave %08lX non vlida convertida en vlida por --allow-non-selfsigned-uid\n" -#: g10/getkey.c:2390 g10/keyedit.c:3723 +#: g10/getkey.c:2393 g10/keyedit.c:3723 #, fuzzy, c-format msgid "no secret subkey for public subkey %s - ignoring\n" msgstr "" "non hai unha sub-chave secreta para a sub-chave pblica %08lX - ignrase\n" -#: g10/getkey.c:2621 +#: g10/getkey.c:2624 #, fuzzy, c-format msgid "using subkey %s instead of primary key %s\n" msgstr "emprgase a chave secundaria %08lX no canto da primaria %08lX\n" -#: g10/getkey.c:2668 +#: g10/getkey.c:2671 #, fuzzy, c-format msgid "key %s: secret key without public key - skipped\n" msgstr "chave %08lX: chave secreta sen chave pblica - omitida\n" -#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:241 tools/gpgconf.c:56 +#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:242 tools/gpgconf.c:56 msgid "" "@Commands:\n" " " @@ -1512,27 +1511,27 @@ msgstr "|[ficheiro]|facer unha sinatura" msgid "|[file]|make a clear text signature" msgstr "|[ficheiro]|facer unha sinatura en texto claro" -#: g10/gpg.c:373 sm/gpgsm.c:245 +#: g10/gpg.c:373 sm/gpgsm.c:246 msgid "make a detached signature" msgstr "facer unha sinatura separada" -#: g10/gpg.c:374 sm/gpgsm.c:246 +#: g10/gpg.c:374 sm/gpgsm.c:247 msgid "encrypt data" msgstr "cifrar datos" -#: g10/gpg.c:376 sm/gpgsm.c:247 +#: g10/gpg.c:376 sm/gpgsm.c:248 msgid "encryption only with symmetric cipher" msgstr "cifrar s con cifrado simtrico" -#: g10/gpg.c:378 sm/gpgsm.c:248 +#: g10/gpg.c:378 sm/gpgsm.c:249 msgid "decrypt data (default)" msgstr "descifrar datos (por defecto)" -#: g10/gpg.c:380 sm/gpgsm.c:249 +#: g10/gpg.c:380 sm/gpgsm.c:250 msgid "verify a signature" msgstr "verificar unha sinatura" -#: g10/gpg.c:382 sm/gpgsm.c:251 +#: g10/gpg.c:382 sm/gpgsm.c:252 msgid "list keys" msgstr "ve-la lista de chaves" @@ -1545,11 +1544,11 @@ msgstr "ve-la lista de chaves e sinaturas" msgid "list and check key signatures" msgstr "verifica-las sinaturas das chaves" -#: g10/gpg.c:386 sm/gpgsm.c:255 +#: g10/gpg.c:386 sm/gpgsm.c:256 msgid "list keys and fingerprints" msgstr "ve-la lista de chaves e pegadas dactilares" -#: g10/gpg.c:387 sm/gpgsm.c:253 +#: g10/gpg.c:387 sm/gpgsm.c:254 msgid "list secret keys" msgstr "ve-la lista de chaves secretas" @@ -1585,11 +1584,11 @@ msgstr "xerar un certificado de revocacin" msgid "export keys" msgstr "exportar chaves" -#: g10/gpg.c:398 sm/gpgsm.c:258 +#: g10/gpg.c:398 sm/gpgsm.c:259 msgid "export keys to a key server" msgstr "exportar chaves a un servidor de chaves" -#: g10/gpg.c:399 sm/gpgsm.c:259 +#: g10/gpg.c:399 sm/gpgsm.c:260 msgid "import keys from a key server" msgstr "importar chaves dun servidor de chaves" @@ -1625,12 +1624,12 @@ msgstr "actualiza-la base de datos de confianza" msgid "|algo [files]|print message digests" msgstr "|algo [ficheiros]|visualizar resumos de mensaxes" -#: g10/gpg.c:431 sm/gpgsm.c:263 +#: g10/gpg.c:431 sm/gpgsm.c:264 msgid "run in server mode" msgstr "" -#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:278 -#: tools/gpg-connect-agent.c:57 tools/gpgconf.c:66 tools/symcryptrun.c:178 +#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:279 +#: tools/gpg-connect-agent.c:58 tools/gpgconf.c:66 tools/symcryptrun.c:159 msgid "" "@\n" "Options:\n" @@ -1640,31 +1639,31 @@ msgstr "" "Opcins:\n" " " -#: g10/gpg.c:435 sm/gpgsm.c:280 +#: g10/gpg.c:435 sm/gpgsm.c:281 msgid "create ascii armored output" msgstr "crear sada con armadura en ascii" -#: g10/gpg.c:437 sm/gpgsm.c:290 +#: g10/gpg.c:437 sm/gpgsm.c:293 msgid "|NAME|encrypt for NAME" msgstr "|NOME|cifrar para NOME" -#: g10/gpg.c:448 sm/gpgsm.c:326 +#: g10/gpg.c:448 sm/gpgsm.c:329 msgid "use this user-id to sign or decrypt" msgstr "empregar este id de usuario para asinar ou descifrar" -#: g10/gpg.c:449 sm/gpgsm.c:329 +#: g10/gpg.c:449 sm/gpgsm.c:332 msgid "|N|set compress level N (0 disables)" msgstr "|N|axusta-lo nivel de compresin a N (0 desactiva)" -#: g10/gpg.c:454 sm/gpgsm.c:331 +#: g10/gpg.c:454 sm/gpgsm.c:334 msgid "use canonical text mode" msgstr "usar modo de texto cannico" -#: g10/gpg.c:468 sm/gpgsm.c:334 tools/gpgconf.c:68 +#: g10/gpg.c:468 sm/gpgsm.c:337 tools/gpgconf.c:68 msgid "use as output file" msgstr "usar coma ficheiro de sada" -#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:344 tools/gpgconf.c:71 +#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:347 tools/gpgconf.c:71 msgid "do not make any changes" msgstr "non facer ningn cambio" @@ -1680,7 +1679,7 @@ msgstr "" msgid "generate PGP 2.x compatible messages" msgstr "" -#: g10/gpg.c:554 sm/gpgsm.c:392 +#: g10/gpg.c:554 sm/gpgsm.c:395 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -1688,7 +1687,7 @@ msgstr "" "@\n" "(Vexa a pxina man para un listado completo de comandos e opcins)\n" -#: g10/gpg.c:557 sm/gpgsm.c:395 +#: g10/gpg.c:557 sm/gpgsm.c:398 msgid "" "@\n" "Examples:\n" @@ -1728,7 +1727,7 @@ msgstr "" "asinar, verificar, cifrar ou descifrar\n" "a operacin por defecto depende dos datos de entrada\n" -#: g10/gpg.c:782 sm/gpgsm.c:530 +#: g10/gpg.c:782 sm/gpgsm.c:534 msgid "" "\n" "Supported algorithms:\n" @@ -1756,7 +1755,7 @@ msgstr "Compresin: " msgid "usage: gpg [options] " msgstr "uso: gpg [opcins] " -#: g10/gpg.c:1060 sm/gpgsm.c:682 +#: g10/gpg.c:1060 sm/gpgsm.c:686 msgid "conflicting commands\n" msgstr "comandos conflictivos\n" @@ -1880,6 +1879,11 @@ msgstr "amosar en que chaveiro est unha chave listada" msgid "show expiration dates during signature listings" msgstr "Non hai unha sinatura correspondiente no chaveiro secreto\n" +#: g10/gpg.c:1835 +#, c-format +msgid "libgcrypt is too old (need %s, have %s)\n" +msgstr "" + #: g10/gpg.c:1993 #, c-format msgid "NOTE: old default options file `%s' ignored\n" @@ -2021,7 +2025,7 @@ msgstr "%s:%d: opcins de exportacin non vlidas\n" msgid "invalid auto-key-locate list\n" msgstr "" -#: g10/gpg.c:2893 sm/gpgsm.c:1232 +#: g10/gpg.c:2893 sm/gpgsm.c:1236 msgid "WARNING: program may create a core file!\n" msgstr "AVISO: o programa pode crear un ficheiro 'core'!\n" @@ -2063,11 +2067,11 @@ msgstr "" msgid "encrypting a message in --pgp2 mode requires the IDEA cipher\n" msgstr "para cifrar unha mensaxe en modo --pgp2 precsase da cifra IDEA\n" -#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1288 +#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1292 msgid "selected cipher algorithm is invalid\n" msgstr "o algoritmo de cifrado seleccionado non vlido\n" -#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1296 +#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1300 msgid "selected digest algorithm is invalid\n" msgstr "o algoritmo de resumo seleccionado non vlido\n" @@ -2303,7 +2307,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:76 sm/gpgsm.c:367 +#: g10/gpgv.c:76 sm/gpgsm.c:370 msgid "|FD|write status info to this FD" msgstr "|DF|escribi-la informacin de estado a este DF" @@ -3873,7 +3877,7 @@ msgid "(sensitive)" msgstr " (sensible)" #: g10/keyedit.c:2743 g10/keyedit.c:2799 g10/keyedit.c:2860 g10/keyedit.c:2875 -#: g10/keylist.c:194 g10/keyserver.c:516 +#: g10/keylist.c:194 g10/keyserver.c:523 #, fuzzy, c-format msgid "created: %s" msgstr "non foi posible crear %s: %s\n" @@ -3890,7 +3894,7 @@ msgstr " [caduca: %s]" #: g10/keyedit.c:2750 g10/keyedit.c:2801 g10/keyedit.c:2862 g10/keyedit.c:2877 #: g10/keylist.c:196 g10/keylist.c:748 g10/keylist.c:783 g10/keylist.c:877 -#: g10/keylist.c:898 g10/keyserver.c:522 g10/mainproc.c:985 +#: g10/keylist.c:898 g10/keyserver.c:529 g10/mainproc.c:985 #, fuzzy, c-format msgid "expires: %s" msgstr " [caduca: %s]" @@ -3926,13 +3930,13 @@ msgstr "" "Tea en conta que a validez da chave amosada non necesariamente\n" "correcta a menos que reinicie o programa.\n" -#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:526 +#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:533 #: g10/mainproc.c:1831 g10/trustdb.c:1179 g10/trustdb.c:1699 #, fuzzy msgid "revoked" msgstr "[revocada] " -#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:530 +#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:537 #: g10/mainproc.c:1833 g10/trustdb.c:532 g10/trustdb.c:1701 #, fuzzy msgid "expired" @@ -4819,185 +4823,185 @@ msgstr "%lu chaves comprobadas (%lu sinaturas)\n" msgid "%s: keyring created\n" msgstr "%s: chaveiro creado\n" -#: g10/keyserver.c:66 +#: g10/keyserver.c:73 msgid "include revoked keys in search results" msgstr "" -#: g10/keyserver.c:67 +#: g10/keyserver.c:74 msgid "include subkeys when searching by key ID" msgstr "" -#: g10/keyserver.c:69 +#: g10/keyserver.c:76 msgid "use temporary files to pass data to keyserver helpers" msgstr "" -#: g10/keyserver.c:71 +#: g10/keyserver.c:78 msgid "do not delete temporary files after using them" msgstr "" -#: g10/keyserver.c:75 +#: g10/keyserver.c:82 msgid "automatically retrieve keys when verifying signatures" msgstr "" -#: g10/keyserver.c:77 +#: g10/keyserver.c:84 #, fuzzy msgid "honor the preferred keyserver URL set on the key" msgstr "o URL de normativa de sinaturas dado non vlido\n" -#: g10/keyserver.c:79 +#: g10/keyserver.c:86 msgid "honor the PKA record set on a key when retrieving keys" msgstr "" -#: g10/keyserver.c:145 +#: g10/keyserver.c:152 #, fuzzy, c-format msgid "WARNING: keyserver option `%s' is not used on this platform\n" msgstr "AVISO: as opcins de `%s' anda non estn activas nesta execucin\n" -#: g10/keyserver.c:528 +#: g10/keyserver.c:535 #, fuzzy msgid "disabled" msgstr "disable" -#: g10/keyserver.c:729 +#: g10/keyserver.c:736 msgid "Enter number(s), N)ext, or Q)uit > " msgstr "" -#: g10/keyserver.c:813 g10/keyserver.c:1435 +#: g10/keyserver.c:820 g10/keyserver.c:1442 #, fuzzy, c-format msgid "invalid keyserver protocol (us %d!=handler %d)\n" msgstr "opcins de exportacin non vlidas\n" -#: g10/keyserver.c:911 +#: g10/keyserver.c:918 #, fuzzy, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "non se atopou a chave `%s': %s\n" -#: g10/keyserver.c:913 +#: g10/keyserver.c:920 #, fuzzy msgid "key not found on keyserver\n" msgstr "non se atopou a chave `%s': %s\n" -#: g10/keyserver.c:1154 +#: g10/keyserver.c:1161 #, fuzzy, c-format msgid "requesting key %s from %s server %s\n" msgstr "solicitando a chave %08lX de %s\n" -#: g10/keyserver.c:1158 +#: g10/keyserver.c:1165 #, fuzzy, c-format msgid "requesting key %s from %s\n" msgstr "solicitando a chave %08lX de %s\n" -#: g10/keyserver.c:1182 +#: g10/keyserver.c:1189 #, fuzzy, c-format msgid "searching for names from %s server %s\n" msgstr "buscando \"%s\" no servidor HKP %s\n" -#: g10/keyserver.c:1185 +#: g10/keyserver.c:1192 #, fuzzy, c-format msgid "searching for names from %s\n" msgstr "buscando \"%s\" no servidor HKP %s\n" -#: g10/keyserver.c:1338 +#: g10/keyserver.c:1345 #, fuzzy, c-format msgid "sending key %s to %s server %s\n" msgstr "buscando \"%s\" no servidor HKP %s\n" -#: g10/keyserver.c:1342 +#: g10/keyserver.c:1349 #, fuzzy, c-format msgid "sending key %s to %s\n" msgstr "" "\"\n" "asinado coa sa chave %08lX no %s\n" -#: g10/keyserver.c:1385 +#: g10/keyserver.c:1392 #, fuzzy, c-format msgid "searching for \"%s\" from %s server %s\n" msgstr "buscando \"%s\" no servidor HKP %s\n" -#: g10/keyserver.c:1388 +#: g10/keyserver.c:1395 #, fuzzy, c-format msgid "searching for \"%s\" from %s\n" msgstr "buscando \"%s\" no servidor HKP %s\n" -#: g10/keyserver.c:1395 g10/keyserver.c:1491 +#: g10/keyserver.c:1402 g10/keyserver.c:1498 #, fuzzy msgid "no keyserver action!\n" msgstr "opcins de exportacin non vlidas\n" -#: g10/keyserver.c:1443 +#: g10/keyserver.c:1450 #, c-format msgid "WARNING: keyserver handler from a different version of GnuPG (%s)\n" msgstr "" -#: g10/keyserver.c:1452 +#: g10/keyserver.c:1459 msgid "keyserver did not send VERSION\n" msgstr "" -#: g10/keyserver.c:1514 g10/keyserver.c:2042 +#: g10/keyserver.c:1521 g10/keyserver.c:2049 msgid "no keyserver known (use option --keyserver)\n" msgstr "" "non hai un servidor de chaves coecido (empregue a opcin --keyserver)\n" -#: g10/keyserver.c:1520 +#: g10/keyserver.c:1527 msgid "external keyserver calls are not supported in this build\n" msgstr "" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1539 #, c-format msgid "no handler for keyserver scheme `%s'\n" msgstr "" -#: g10/keyserver.c:1537 +#: g10/keyserver.c:1544 #, c-format msgid "action `%s' not supported with keyserver scheme `%s'\n" msgstr "" -#: g10/keyserver.c:1545 +#: g10/keyserver.c:1552 #, c-format msgid "%s does not support handler version %d\n" msgstr "" -#: g10/keyserver.c:1552 +#: g10/keyserver.c:1559 #, fuzzy msgid "keyserver timed out\n" msgstr "erro do servidor de chaves" -#: g10/keyserver.c:1557 +#: g10/keyserver.c:1564 #, fuzzy msgid "keyserver internal error\n" msgstr "erro do servidor de chaves" -#: g10/keyserver.c:1566 +#: g10/keyserver.c:1573 #, fuzzy, c-format msgid "keyserver communications error: %s\n" msgstr "a recepcin do servidor de chaves fallou: %s\n" -#: g10/keyserver.c:1591 g10/keyserver.c:1625 +#: g10/keyserver.c:1598 g10/keyserver.c:1632 #, fuzzy, c-format msgid "\"%s\" not a key ID: skipping\n" msgstr "%s: non un ID de chave vlido\n" -#: g10/keyserver.c:1884 +#: g10/keyserver.c:1891 #, 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:1906 +#: g10/keyserver.c:1913 #, fuzzy, c-format msgid "refreshing 1 key from %s\n" msgstr "solicitando a chave %08lX de %s\n" -#: g10/keyserver.c:1908 +#: g10/keyserver.c:1915 #, fuzzy, c-format msgid "refreshing %d keys from %s\n" msgstr "solicitando a chave %08lX de %s\n" -#: g10/keyserver.c:1964 +#: g10/keyserver.c:1971 #, 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" -#: g10/keyserver.c:1970 +#: g10/keyserver.c:1977 #, fuzzy, c-format msgid "WARNING: unable to parse URI %s\n" msgstr "AVISO: non se puido borra-lo ficheiro temporal (%s) `%s': %s\n" @@ -5346,17 +5350,17 @@ msgstr " creouse un novo ficheiro de configuracin `%s'\n" msgid "WARNING: options in `%s' are not yet active during this run\n" msgstr "AVISO: as opcins de `%s' anda non estn activas nesta execucin\n" -#: g10/parse-packet.c:192 +#: g10/parse-packet.c:193 #, c-format msgid "can't handle public key algorithm %d\n" msgstr "non posible manexa-lo algoritmo de chave pblica %d\n" -#: g10/parse-packet.c:762 +#: g10/parse-packet.c:798 msgid "WARNING: potentially insecure symmetrically encrypted session key\n" msgstr "" "AVISO: chave de sesin cifrada simetricamente potencialmente insegura\n" -#: g10/parse-packet.c:1213 +#: g10/parse-packet.c:1249 #, c-format msgid "subpacket of type %d has critical bit set\n" msgstr "un subpaquete de tipo %d ten o bit crtico posto\n" @@ -5975,7 +5979,7 @@ msgstr "" "non se pode evitar unha chave feble para o cifrado simtrico; tentouse %d " "veces\n" -#: g10/seskey.c:229 +#: g10/seskey.c:229 sm/certcheck.c:91 msgid "DSA requires the hash length to be a multiple of 8 bits\n" msgstr "" @@ -6554,7 +6558,7 @@ msgstr "" msgid "iconv_open failed: %s\n" msgstr "non se puido abrir un ficheiro: %s\n" -#: jnlib/utf8conv.c:331 jnlib/utf8conv.c:597 +#: jnlib/utf8conv.c:338 jnlib/utf8conv.c:604 #, fuzzy, c-format msgid "conversion from `%s' to `%s' failed: %s\n" msgstr "non se puido poe-la armadura: %s\n" @@ -6781,7 +6785,7 @@ msgstr "non se atoparon datos OpenPGP vlidos.\n" msgid "run in multi server mode (foreground)" msgstr "" -#: scd/scdaemon.c:113 sm/gpgsm.c:356 +#: scd/scdaemon.c:113 sm/gpgsm.c:359 #, fuzzy msgid "read options from file" msgstr "lendo as opcins de `%s'\n" @@ -6825,21 +6829,21 @@ msgid "" "Smartcard daemon for GnuPG\n" msgstr "" -#: scd/scdaemon.c:684 +#: scd/scdaemon.c:664 msgid "please use the option `--daemon' to run the program in the background\n" msgstr "" -#: scd/scdaemon.c:1032 +#: scd/scdaemon.c:1012 #, c-format msgid "handler for fd %d started\n" msgstr "" -#: scd/scdaemon.c:1037 +#: scd/scdaemon.c:1017 #, c-format msgid "handler for fd %d terminated\n" msgstr "" -#: sm/base64.c:323 +#: sm/base64.c:327 #, fuzzy, c-format msgid "invalid radix64 character %02x skipped\n" msgstr "carcter radix64 non vlido %02x omitido\n" @@ -6863,189 +6867,195 @@ msgstr "a versin %d do protocolo de gpg-agent non est soportada\n" msgid "can't connect to the dirmngr - trying fall back\n" msgstr "" -#: sm/certchain.c:165 +#: sm/certchain.c:176 #, fuzzy, c-format msgid "critical certificate extension %s is not supported" msgstr "a versin %d do protocolo de gpg-agent non est soportada\n" -#: sm/certchain.c:203 +#: sm/certchain.c:214 msgid "issuer certificate is not marked as a CA" msgstr "" -#: sm/certchain.c:242 +#: sm/certchain.c:253 msgid "critical marked policy without configured policies" msgstr "" -#: sm/certchain.c:252 +#: sm/certchain.c:263 #, fuzzy, c-format msgid "failed to open `%s': %s\n" msgstr "non se puido abrir `%s': %s\n" -#: sm/certchain.c:259 sm/certchain.c:288 +#: sm/certchain.c:270 sm/certchain.c:299 msgid "note: non-critical certificate policy not allowed" msgstr "" -#: sm/certchain.c:263 sm/certchain.c:292 +#: sm/certchain.c:274 sm/certchain.c:303 #, fuzzy msgid "certificate policy not allowed" msgstr "gravando a chave secreta en `%s'\n" -#: sm/certchain.c:403 +#: sm/certchain.c:414 msgid "looking up issuer at external location\n" msgstr "" -#: sm/certchain.c:423 +#: sm/certchain.c:434 #, c-format msgid "number of issuers matching: %d\n" msgstr "" -#: sm/certchain.c:576 sm/certchain.c:740 sm/certchain.c:1266 sm/decrypt.c:261 +#: sm/certchain.c:587 sm/certchain.c:753 sm/certchain.c:1334 sm/decrypt.c:261 #: sm/encrypt.c:343 sm/sign.c:328 sm/verify.c:107 #, fuzzy msgid "failed to allocated keyDB handle\n" msgstr "non se puido inicializa-la base de datos de confianzas: %s\n" -#: sm/certchain.c:667 +#: sm/certchain.c:678 #, fuzzy msgid "certificate has been revoked" msgstr "NOTA: a chave est revocada" -#: sm/certchain.c:676 +#: sm/certchain.c:687 #, fuzzy msgid "no CRL found for certificate" msgstr "Certificado correcto" -#: sm/certchain.c:680 +#: sm/certchain.c:691 #, fuzzy msgid "the available CRL is too old" msgstr "Chave dispoible en: " -#: sm/certchain.c:682 +#: sm/certchain.c:693 msgid "please make sure that the \"dirmngr\" is properly installed\n" msgstr "" -#: sm/certchain.c:687 +#: sm/certchain.c:698 #, fuzzy, c-format msgid "checking the CRL failed: %s" msgstr "fallou a comprobacin da sinatura creada: %s\n" -#: sm/certchain.c:765 +#: sm/certchain.c:794 #, fuzzy msgid "no issuer found in certificate" msgstr "Certificado correcto" -#: sm/certchain.c:792 +#: sm/certchain.c:823 #, fuzzy, c-format msgid "certificate with invalid validity: %s" msgstr "problema de lectura do certificado: %s\n" -#: sm/certchain.c:808 +#: sm/certchain.c:839 #, fuzzy msgid "certificate not yet valid" msgstr "Revocacin de certificado vlida" -#: sm/certchain.c:821 +#: sm/certchain.c:852 #, fuzzy msgid "certificate has expired" msgstr "problema de lectura do certificado: %s\n" -#: sm/certchain.c:864 +#: sm/certchain.c:895 msgid "self-signed certificate has a BAD signature" msgstr "" -#: sm/certchain.c:932 +#: sm/certchain.c:963 #, fuzzy msgid "root certificate is not marked trusted" msgstr "" "Non se atoparon certificados con confianza non definida.\n" "\n" -#: sm/certchain.c:947 +#: sm/certchain.c:978 #, fuzzy, c-format msgid "fingerprint=%s\n" msgstr "Pegada dactilar:" -#: sm/certchain.c:955 +#: sm/certchain.c:986 #, fuzzy msgid "root certificate has now been marked as trusted\n" msgstr "" "Non se atoparon certificados con confianza non definida.\n" "\n" -#: sm/certchain.c:970 +#: sm/certchain.c:1001 msgid "interactive marking as trusted not enabled in gpg-agent\n" msgstr "" -#: sm/certchain.c:976 +#: sm/certchain.c:1007 msgid "interactive marking as trusted disabled for this session\n" msgstr "" -#: sm/certchain.c:986 +#: sm/certchain.c:1017 #, fuzzy, c-format msgid "checking the trust list failed: %s\n" msgstr "fallou a comprobacin da sinatura creada: %s\n" -#: sm/certchain.c:1013 sm/import.c:158 +#: sm/certchain.c:1044 sm/import.c:159 #, fuzzy msgid "certificate chain too long\n" msgstr "Revocacin de certificado vlida" -#: sm/certchain.c:1025 +#: sm/certchain.c:1056 #, fuzzy msgid "issuer certificate not found" msgstr "Revocacin de certificado vlida" -#: sm/certchain.c:1058 +#: sm/certchain.c:1089 #, fuzzy msgid "certificate has a BAD signature" msgstr "verificar unha sinatura" -#: sm/certchain.c:1088 +#: sm/certchain.c:1119 msgid "found another possible matching CA certificate - trying again" msgstr "" -#: sm/certchain.c:1139 +#: sm/certchain.c:1170 #, c-format msgid "certificate chain longer than allowed by CA (%d)" msgstr "" -#: sm/certcheck.c:52 -msgid "DSA requires the use of a 160 bit hash algorithm\n" -msgstr "DSA require o emprego dun algoritmo hash de 160 bits\n" +#: sm/certcheck.c:103 +#, c-format +msgid "%s key uses an unsafe (%u bit) hash\n" +msgstr "" + +#: sm/certcheck.c:113 +#, c-format +msgid "a %u bit hash is not valid for a %u bit %s key\n" +msgstr "" -#: sm/certcheck.c:177 sm/sign.c:482 sm/verify.c:189 +#: sm/certcheck.c:250 sm/sign.c:482 sm/verify.c:189 msgid "(this is the MD2 algorithm)\n" msgstr "" -#: sm/certdump.c:68 sm/certdump.c:154 +#: sm/certdump.c:68 sm/certdump.c:151 #, fuzzy msgid "none" msgstr "non|nom" -#: sm/certdump.c:163 +#: sm/certdump.c:162 #, fuzzy msgid "[none]" msgstr "descoecido" -#: sm/certdump.c:536 sm/certdump.c:599 +#: sm/certdump.c:552 sm/certdump.c:597 sm/certdump.c:662 sm/certdump.c:715 #, fuzzy msgid "[Error - invalid encoding]" msgstr "erro: pegada dactilar non vlida\n" -#: sm/certdump.c:544 +#: sm/certdump.c:560 sm/certdump.c:605 msgid "[Error - out of core]" msgstr "" -#: sm/certdump.c:579 +#: sm/certdump.c:642 sm/certdump.c:698 msgid "[Error - No name]" msgstr "" -#: sm/certdump.c:604 +#: sm/certdump.c:667 sm/certdump.c:721 #, fuzzy msgid "[Error - invalid DN]" msgstr "erro: pegada dactilar non vlida\n" -#: sm/certdump.c:818 +#: sm/certdump.c:930 #, fuzzy, c-format msgid "" "Please enter the passphrase to unlock the secret key for:\n" @@ -7060,7 +7070,7 @@ msgstr "" msgid "no key usage specified - assuming all usages\n" msgstr "" -#: sm/certlist.c:135 sm/keylist.c:255 +#: sm/certlist.c:135 sm/keylist.c:258 #, fuzzy, c-format msgid "error getting key usage information: %s\n" msgstr "erro escribindo no chaveiro secreto `%s': %s\n" @@ -7147,7 +7157,7 @@ msgstr "" msgid "certificate `%s' not found: %s\n" msgstr "non se atopou a chave `%s': %s\n" -#: sm/delete.c:113 sm/keydb.c:1392 sm/keydb.c:1485 +#: sm/delete.c:113 sm/keydb.c:1397 sm/keydb.c:1497 #, fuzzy, c-format msgid "error locking keybox: %s\n" msgstr "erro ao le-lo bloque de chaves: %s\n" @@ -7172,191 +7182,191 @@ msgstr "fallou o borrado do bloque de chaves: %s\n" msgid "no valid recipients given\n" msgstr "(Non se deu unha descricin)\n" -#: sm/export.c:562 sm/export.c:578 sm/import.c:525 sm/import.c:550 +#: sm/export.c:615 sm/export.c:631 sm/import.c:526 sm/import.c:551 #, fuzzy, c-format msgid "error creating temporary file: %s\n" msgstr "erro ao crea-lo contrasinal: %s\n" -#: sm/export.c:569 sm/import.c:533 +#: sm/export.c:622 sm/import.c:534 #, fuzzy, c-format msgid "error writing to temporary file: %s\n" msgstr "escribindo a `%s'\n" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:244 #, fuzzy msgid "|[FILE]|make a signature" msgstr "|[ficheiro]|facer unha sinatura" -#: sm/gpgsm.c:244 +#: sm/gpgsm.c:245 #, fuzzy msgid "|[FILE]|make a clear text signature" msgstr "|[ficheiro]|facer unha sinatura en texto claro" -#: sm/gpgsm.c:252 +#: sm/gpgsm.c:253 #, fuzzy msgid "list external keys" msgstr "ve-la lista de chaves secretas" -#: sm/gpgsm.c:254 +#: sm/gpgsm.c:255 #, fuzzy msgid "list certificate chain" msgstr "Revocacin de certificado vlida" -#: sm/gpgsm.c:257 +#: sm/gpgsm.c:258 #, fuzzy msgid "remove key from the public keyring" msgstr "borrar chaves do chaveiro pblico" -#: sm/gpgsm.c:260 +#: sm/gpgsm.c:261 #, fuzzy msgid "import certificates" msgstr "Certificado correcto" -#: sm/gpgsm.c:261 +#: sm/gpgsm.c:262 #, fuzzy msgid "export certificates" msgstr "Certificado correcto" -#: sm/gpgsm.c:262 +#: sm/gpgsm.c:263 msgid "register a smartcard" msgstr "" -#: sm/gpgsm.c:264 +#: sm/gpgsm.c:265 msgid "pass a command to the dirmngr" msgstr "" -#: sm/gpgsm.c:266 +#: sm/gpgsm.c:267 msgid "invoke gpg-protect-tool" msgstr "" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:268 #, fuzzy msgid "change a passphrase" msgstr "cambia-lo contrasinal" -#: sm/gpgsm.c:282 +#: sm/gpgsm.c:283 #, fuzzy msgid "create base-64 encoded output" msgstr "crear sada con armadura en ascii" -#: sm/gpgsm.c:284 +#: sm/gpgsm.c:287 msgid "assume input is in PEM format" msgstr "" -#: sm/gpgsm.c:286 +#: sm/gpgsm.c:289 msgid "assume input is in base-64 format" msgstr "" -#: sm/gpgsm.c:288 +#: sm/gpgsm.c:291 msgid "assume input is in binary format" msgstr "" -#: sm/gpgsm.c:293 +#: sm/gpgsm.c:296 msgid "use system's dirmngr if available" msgstr "" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "never consult a CRL" msgstr "" -#: sm/gpgsm.c:301 +#: sm/gpgsm.c:304 msgid "check validity using OCSP" msgstr "" -#: sm/gpgsm.c:304 +#: sm/gpgsm.c:307 msgid "|N|number of certificates to include" msgstr "" -#: sm/gpgsm.c:307 +#: sm/gpgsm.c:310 msgid "|FILE|take policy information from FILE" msgstr "" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "do not check certificate policies" msgstr "" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "fetch missing issuer certificates" msgstr "" -#: sm/gpgsm.c:318 +#: sm/gpgsm.c:321 msgid "|NAME|use NAME as default recipient" msgstr "|NOME|empregar NOME como valor por defecto do destinatario" -#: sm/gpgsm.c:320 +#: sm/gpgsm.c:323 msgid "use the default key as default recipient" msgstr "usa-la chave por defecto coma o destinatario por defecto" -#: sm/gpgsm.c:337 +#: sm/gpgsm.c:340 msgid "don't use the terminal at all" msgstr "non usa-la terminal en absoluto" -#: sm/gpgsm.c:341 +#: sm/gpgsm.c:344 msgid "force v3 signatures" msgstr "forzar sinaturas v3" -#: sm/gpgsm.c:342 +#: sm/gpgsm.c:345 msgid "always use a MDC for encryption" msgstr "sempre usar un MDC para cifrar" -#: sm/gpgsm.c:347 +#: sm/gpgsm.c:350 msgid "batch mode: never ask" msgstr "modo por lotes: non preguntar nunca" -#: sm/gpgsm.c:348 +#: sm/gpgsm.c:351 msgid "assume yes on most questions" msgstr "asumir `si' na maiora das preguntas" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 msgid "assume no on most questions" msgstr "asumir `non' na maiora das preguntas" -#: sm/gpgsm.c:351 +#: sm/gpgsm.c:354 msgid "add this keyring to the list of keyrings" msgstr "engadir este chaveiro lista de chaveiros" -#: sm/gpgsm.c:352 +#: sm/gpgsm.c:355 msgid "add this secret keyring to the list" msgstr "engadir este chaveiro secreto lista" -#: sm/gpgsm.c:353 +#: sm/gpgsm.c:356 msgid "|NAME|use NAME as default secret key" msgstr "|NOME|empregar NOME coma chave secreta por defecto" -#: sm/gpgsm.c:354 +#: sm/gpgsm.c:357 msgid "|HOST|use this keyserver to lookup keys" msgstr "|HOST|empregar este servidor de chaves para buscar chaves" -#: sm/gpgsm.c:355 +#: sm/gpgsm.c:358 msgid "|NAME|set terminal charset to NAME" msgstr "|NAME|axusta-lo xogo de caracteres do terminal a NOME" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "" -#: sm/gpgsm.c:374 +#: sm/gpgsm.c:377 msgid "|FILE|load extension module FILE" msgstr "|FICHEIRO|carga-lo mdulo de extensin FICHEIRO" -#: sm/gpgsm.c:380 +#: sm/gpgsm.c:383 msgid "|NAME|use cipher algorithm NAME" msgstr "|NOME|emprega-lo algoritmo de cifrado NOME" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 msgid "|NAME|use message digest algorithm NAME" msgstr "|NOME|emprega-lo algoritmo de resumos de mensaxes NOME" -#: sm/gpgsm.c:384 +#: sm/gpgsm.c:387 msgid "|N|use compress algorithm N" msgstr "|N|emprega-lo algoritmo de compresin N" -#: sm/gpgsm.c:520 +#: sm/gpgsm.c:524 #, fuzzy msgid "Usage: gpgsm [options] [files] (-h for help)" msgstr "Uso: gpg [opcins] [ficheiros] (-h para ve-la axuda)" -#: sm/gpgsm.c:523 +#: sm/gpgsm.c:527 #, fuzzy msgid "" "Syntax: gpgsm [options] [files]\n" @@ -7367,45 +7377,40 @@ msgstr "" "asinar, verificar, cifrar ou descifrar\n" "a operacin por defecto depende dos datos de entrada\n" -#: sm/gpgsm.c:617 +#: sm/gpgsm.c:621 #, fuzzy msgid "usage: gpgsm [options] " msgstr "uso: gpg [opcins] " -#: sm/gpgsm.c:698 +#: sm/gpgsm.c:702 #, fuzzy, c-format msgid "can't encrypt to `%s': %s\n" msgstr "non se puido conectar a `%s': %s\n" -#: sm/gpgsm.c:773 -#, c-format -msgid "libksba is too old (need %s, have %s)\n" -msgstr "" - -#: sm/gpgsm.c:1249 +#: sm/gpgsm.c:1253 msgid "WARNING: running with faked system time: " msgstr "" -#: sm/gpgsm.c:1328 +#: sm/gpgsm.c:1332 #, fuzzy, c-format msgid "importing common certificates `%s'\n" msgstr "escribindo a `%s'\n" -#: sm/gpgsm.c:1346 +#: sm/gpgsm.c:1350 #, fuzzy, c-format msgid "can't sign using `%s': %s\n" msgstr "non se pode pechar `%s': %s\n" -#: sm/gpgsm.c:1536 +#: sm/gpgsm.c:1542 msgid "this command has not yet been implemented\n" msgstr "" -#: sm/gpgsm.c:1601 +#: sm/gpgsm.c:1606 #, fuzzy msgid "key generation is not available from the commandline\n" msgstr "gpg-agent non est dispoible nesta sesin\n" -#: sm/gpgsm.c:1602 +#: sm/gpgsm.c:1607 #, fuzzy, c-format msgid "please use the script \"%s\" to generate a new key\n" msgstr "Por favor, seleccione o tipo de chave que quere:\n" @@ -7415,21 +7420,21 @@ msgstr "Por favor, seleccione o tipo de chave que quere:\n" msgid "total number processed: %lu\n" msgstr "Nmero total procesado: %lu\n" -#: sm/import.c:227 +#: sm/import.c:228 #, fuzzy msgid "error storing certificate\n" msgstr "Certificado correcto" -#: sm/import.c:235 +#: sm/import.c:236 msgid "basic certificate checks failed - not imported\n" msgstr "" -#: sm/import.c:421 sm/import.c:453 +#: sm/import.c:422 sm/import.c:454 #, fuzzy, c-format msgid "error importing certificate: %s\n" msgstr "erro ao crea-lo contrasinal: %s\n" -#: sm/import.c:542 tools/gpg-connect-agent.c:384 +#: sm/import.c:543 tools/gpg-connect-agent.c:388 #, fuzzy, c-format msgid "error reading input: %s\n" msgstr "erro lendo `%s': %s\n" @@ -7448,12 +7453,12 @@ msgstr "" msgid "keybox `%s' created\n" msgstr "chaveiro `%s' creado\n" -#: sm/keydb.c:1312 sm/keydb.c:1378 +#: sm/keydb.c:1312 sm/keydb.c:1380 #, fuzzy msgid "failed to get the fingerprint\n" msgstr "non se puido inicializa-la base de datos de confianzas: %s\n" -#: sm/keydb.c:1319 sm/keydb.c:1385 +#: sm/keydb.c:1319 sm/keydb.c:1387 #, fuzzy msgid "failed to allocate keyDB handle\n" msgstr "non se puido inicializa-la base de datos de confianzas: %s\n" @@ -7473,17 +7478,17 @@ msgstr "erro ao crea-lo contrasinal: %s\n" msgid "error storing certificate: %s\n" msgstr "erro ao crea-lo contrasinal: %s\n" -#: sm/keydb.c:1400 +#: sm/keydb.c:1408 #, fuzzy, c-format msgid "problem re-searching certificate: %s\n" msgstr "rev? problema ao comproba-la revocacin: %s\n" -#: sm/keydb.c:1409 sm/keydb.c:1497 +#: sm/keydb.c:1417 sm/keydb.c:1509 #, fuzzy, c-format msgid "error getting stored flags: %s\n" msgstr "erro ao crea-lo contrasinal: %s\n" -#: sm/keydb.c:1418 sm/keydb.c:1508 +#: sm/keydb.c:1429 sm/keydb.c:1520 #, fuzzy, c-format msgid "error storing flags: %s\n" msgstr "erro lendo `%s': %s\n" @@ -7556,104 +7561,108 @@ msgstr "Sinatura correcta de \"" msgid " aka" msgstr " alias \"" -#: tools/gpg-connect-agent.c:60 tools/gpgconf.c:70 tools/symcryptrun.c:186 +#: tools/gpg-connect-agent.c:61 tools/gpgconf.c:70 tools/symcryptrun.c:167 #, fuzzy msgid "quiet" msgstr "abandonar" -#: tools/gpg-connect-agent.c:61 +#: tools/gpg-connect-agent.c:62 msgid "print data out hex encoded" msgstr "" -#: tools/gpg-connect-agent.c:62 +#: tools/gpg-connect-agent.c:63 +msgid "decode received data lines" +msgstr "" + +#: tools/gpg-connect-agent.c:64 msgid "|NAME|connect to Assuan socket NAME" msgstr "" -#: tools/gpg-connect-agent.c:63 +#: tools/gpg-connect-agent.c:65 msgid "run the Assuan server given on the command line" msgstr "" -#: tools/gpg-connect-agent.c:65 +#: tools/gpg-connect-agent.c:67 msgid "do not use extended connect mode" msgstr "" -#: tools/gpg-connect-agent.c:126 +#: tools/gpg-connect-agent.c:129 #, fuzzy msgid "Usage: gpg-connect-agent [options] (-h for help)" msgstr "Uso: gpg [opcins] [ficheiros] (-h para ve-la axuda)" -#: tools/gpg-connect-agent.c:129 +#: tools/gpg-connect-agent.c:132 msgid "" "Syntax: gpg-connect-agent [options]\n" "Connect to a running agent and send commands\n" msgstr "" -#: tools/gpg-connect-agent.c:324 +#: tools/gpg-connect-agent.c:328 #, c-format msgid "option \"%s\" requires a program and optional arguments\n" msgstr "" -#: tools/gpg-connect-agent.c:333 +#: tools/gpg-connect-agent.c:337 #, c-format msgid "option \"%s\" ignored due to \"%s\"\n" msgstr "" -#: tools/gpg-connect-agent.c:391 +#: tools/gpg-connect-agent.c:395 #, fuzzy msgid "line too long - skipped\n" msgstr "lia longa de mis\n" -#: tools/gpg-connect-agent.c:395 +#: tools/gpg-connect-agent.c:399 msgid "line shortened due to embedded Nul character\n" msgstr "" -#: tools/gpg-connect-agent.c:457 +#: tools/gpg-connect-agent.c:471 #, fuzzy, c-format msgid "unknown command `%s'\n" msgstr "destinatario por defecto `%s' descoecido\n" -#: tools/gpg-connect-agent.c:465 +#: tools/gpg-connect-agent.c:479 #, fuzzy, c-format msgid "sending line failed: %s\n" msgstr "fallou a sinatura: %s\n" -#: tools/gpg-connect-agent.c:473 +#: tools/gpg-connect-agent.c:487 #, fuzzy, c-format msgid "receiving line failed: %s\n" msgstr "fallou o borrado do bloque de chaves: %s\n" -#: tools/gpg-connect-agent.c:746 +#: tools/gpg-connect-agent.c:797 #, fuzzy, c-format msgid "error sending %s command: %s\n" msgstr "erro ao enviar a `%s': %s\n" -#: tools/gpg-connect-agent.c:755 +#: tools/gpg-connect-agent.c:806 #, fuzzy, c-format msgid "error sending standard options: %s\n" msgstr "erro ao enviar a `%s': %s\n" #: tools/gpgconf-comp.c:445 tools/gpgconf-comp.c:525 tools/gpgconf-comp.c:592 -#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:720 +#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:723 msgid "Options controlling the diagnostic output" msgstr "" #: tools/gpgconf-comp.c:458 tools/gpgconf-comp.c:538 tools/gpgconf-comp.c:605 -#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:743 +#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:746 msgid "Options controlling the configuration" msgstr "" #: tools/gpgconf-comp.c:468 tools/gpgconf-comp.c:563 tools/gpgconf-comp.c:612 -#: tools/gpgconf-comp.c:671 tools/gpgconf-comp.c:750 +#: tools/gpgconf-comp.c:674 tools/gpgconf-comp.c:753 #, fuzzy msgid "Options useful for debugging" msgstr "habilitar depuracin total" #: tools/gpgconf-comp.c:473 tools/gpgconf-comp.c:568 tools/gpgconf-comp.c:617 -#: tools/gpgconf-comp.c:676 tools/gpgconf-comp.c:758 +#: tools/gpgconf-comp.c:679 tools/gpgconf-comp.c:761 msgid "|FILE|write server mode logs to FILE" msgstr "" -#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:684 +#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:687 msgid "Options controlling the security" msgstr "" @@ -7681,31 +7690,36 @@ msgstr "" msgid "allow PKA lookups (DNS requests)" msgstr "" -#: tools/gpgconf-comp.c:689 +#: tools/gpgconf-comp.c:669 +#, fuzzy +msgid "|NAME|use encoding NAME for PKCS#12 passphrases" +msgstr "|NOME|emprega-lo algoritmo de cifrado NOME para os contrasinais" + +#: tools/gpgconf-comp.c:692 msgid "do not check CRLs for root certificates" msgstr "" -#: tools/gpgconf-comp.c:733 +#: tools/gpgconf-comp.c:736 msgid "Options controlling the format of the output" msgstr "" -#: tools/gpgconf-comp.c:769 +#: tools/gpgconf-comp.c:772 msgid "Options controlling the interactivity and enforcement" msgstr "" -#: tools/gpgconf-comp.c:779 +#: tools/gpgconf-comp.c:782 msgid "Configuration for HTTP servers" msgstr "" -#: tools/gpgconf-comp.c:790 +#: tools/gpgconf-comp.c:793 msgid "use system's HTTP proxy setting" msgstr "" -#: tools/gpgconf-comp.c:795 +#: tools/gpgconf-comp.c:798 msgid "Configuration of LDAP servers to use" msgstr "" -#: tools/gpgconf-comp.c:832 +#: tools/gpgconf-comp.c:835 msgid "Configuration for OCSP" msgstr "" @@ -7769,7 +7783,7 @@ msgstr "gravando a chave secreta en `%s'\n" msgid "error allocating enough memory: %s\n" msgstr "erro ao crea-lo chaveiro `%s': %s\n" -#: tools/symcryptrun.c:173 +#: tools/symcryptrun.c:154 #, fuzzy msgid "" "@\n" @@ -7779,168 +7793,171 @@ msgstr "" "@Comandos:\n" " " -#: tools/symcryptrun.c:175 +#: tools/symcryptrun.c:156 #, fuzzy msgid "decryption modus" msgstr "descifrado correcto\n" -#: tools/symcryptrun.c:176 +#: tools/symcryptrun.c:157 #, fuzzy msgid "encryption modus" msgstr "descifrado correcto\n" -#: tools/symcryptrun.c:180 +#: tools/symcryptrun.c:161 msgid "tool class (confucius)" msgstr "" -#: tools/symcryptrun.c:181 +#: tools/symcryptrun.c:162 #, fuzzy msgid "program filename" msgstr "--store [ficheiro]" -#: tools/symcryptrun.c:183 +#: tools/symcryptrun.c:164 msgid "secret key file (required)" msgstr "" -#: tools/symcryptrun.c:184 +#: tools/symcryptrun.c:165 msgid "input file name (default stdin)" msgstr "" -#: tools/symcryptrun.c:228 +#: tools/symcryptrun.c:209 #, fuzzy msgid "Usage: symcryptrun [options] (-h for help)" msgstr "Uso: gpg [opcins] [ficheiros] (-h para ve-la axuda)" -#: tools/symcryptrun.c:231 +#: tools/symcryptrun.c:212 msgid "" "Syntax: symcryptrun --class CLASS --program PROGRAM --keyfile KEYFILE " "[options...] COMMAND [inputfile]\n" "Call a simple symmetric encryption tool\n" msgstr "" -#: tools/symcryptrun.c:313 +#: tools/symcryptrun.c:294 #, fuzzy, c-format msgid "%s on %s aborted with status %i\n" msgstr "%s non se admite con %s!\n" -#: tools/symcryptrun.c:320 +#: tools/symcryptrun.c:301 #, fuzzy, c-format msgid "%s on %s failed with status %i\n" msgstr "" "a actualizacin da base de datos de confianza fallou:\n" "%s\n" -#: tools/symcryptrun.c:346 +#: tools/symcryptrun.c:327 #, fuzzy, c-format msgid "can't create temporary directory `%s': %s\n" msgstr "non se pode crea-lo directorio `%s': %s\n" -#: tools/symcryptrun.c:386 tools/symcryptrun.c:403 +#: tools/symcryptrun.c:367 tools/symcryptrun.c:384 #, fuzzy, c-format msgid "could not open %s for writing: %s\n" msgstr "non se puido abrir %s: %s\n" -#: tools/symcryptrun.c:414 +#: tools/symcryptrun.c:395 #, fuzzy, c-format msgid "error writing to %s: %s\n" msgstr "erro escribindo no chaveiro `%s': %s\n" -#: tools/symcryptrun.c:421 +#: tools/symcryptrun.c:402 #, fuzzy, c-format msgid "error reading from %s: %s\n" msgstr "erro lendo `%s': %s\n" -#: tools/symcryptrun.c:428 tools/symcryptrun.c:435 +#: tools/symcryptrun.c:409 tools/symcryptrun.c:416 #, fuzzy, c-format msgid "error closing %s: %s\n" msgstr "erro lendo `%s': %s\n" -#: tools/symcryptrun.c:545 +#: tools/symcryptrun.c:526 #, fuzzy msgid "no --program option provided\n" msgstr "non se soporta a execucin remota de programas\n" -#: tools/symcryptrun.c:551 +#: tools/symcryptrun.c:532 msgid "only --decrypt and --encrypt are supported\n" msgstr "" -#: tools/symcryptrun.c:557 +#: tools/symcryptrun.c:538 msgid "no --keyfile option provided\n" msgstr "" -#: tools/symcryptrun.c:568 +#: tools/symcryptrun.c:549 msgid "cannot allocate args vector\n" msgstr "" -#: tools/symcryptrun.c:586 +#: tools/symcryptrun.c:567 #, fuzzy, c-format msgid "could not create pipe: %s\n" msgstr "non foi posible crear %s: %s\n" -#: tools/symcryptrun.c:593 +#: tools/symcryptrun.c:574 #, fuzzy, c-format msgid "could not create pty: %s\n" msgstr "non foi posible crear %s: %s\n" -#: tools/symcryptrun.c:609 +#: tools/symcryptrun.c:590 #, fuzzy, c-format msgid "could not fork: %s\n" msgstr "%s: non se atopou o usuario: %s\n" -#: tools/symcryptrun.c:637 +#: tools/symcryptrun.c:618 #, fuzzy, c-format msgid "execv failed: %s\n" msgstr "a actualizacin fallou: %s\n" -#: tools/symcryptrun.c:666 +#: tools/symcryptrun.c:647 #, fuzzy, c-format msgid "select failed: %s\n" msgstr "fallou o borrado do bloque de chaves: %s\n" -#: tools/symcryptrun.c:683 +#: tools/symcryptrun.c:664 #, fuzzy, c-format msgid "read failed: %s\n" msgstr "a actualizacin fallou: %s\n" -#: tools/symcryptrun.c:735 +#: tools/symcryptrun.c:716 #, fuzzy, c-format msgid "pty read failed: %s\n" msgstr "a actualizacin fallou: %s\n" -#: tools/symcryptrun.c:787 +#: tools/symcryptrun.c:768 #, fuzzy, c-format msgid "waitpid failed: %s\n" msgstr "a actualizacin fallou: %s\n" -#: tools/symcryptrun.c:801 +#: tools/symcryptrun.c:782 #, c-format msgid "child aborted with status %i\n" msgstr "" -#: tools/symcryptrun.c:856 +#: tools/symcryptrun.c:837 #, fuzzy, c-format msgid "cannot allocate infile string: %s\n" msgstr "non se pode crear `%s': %s\n" -#: tools/symcryptrun.c:869 +#: tools/symcryptrun.c:850 #, fuzzy, c-format msgid "cannot allocate outfile string: %s\n" msgstr "non se pode crear `%s': %s\n" -#: tools/symcryptrun.c:1044 +#: tools/symcryptrun.c:1025 #, c-format msgid "either %s or %s must be given\n" msgstr "" -#: tools/symcryptrun.c:1064 +#: tools/symcryptrun.c:1045 msgid "no class provided\n" msgstr "" -#: tools/symcryptrun.c:1071 +#: tools/symcryptrun.c:1052 #, fuzzy, c-format msgid "class %s is not supported\n" msgstr "o algoritmo de proteccin %d%s non est soportado\n" +#~ msgid "DSA requires the use of a 160 bit hash algorithm\n" +#~ msgstr "DSA require o emprego dun algoritmo hash de 160 bits\n" + #, fuzzy #~ msgid ".\n" #~ msgstr "%s.\n" @@ -8714,9 +8731,6 @@ msgstr "o algoritmo de proteccin %d%s non est soportado\n" #~ msgid "|NAME|use message digest algorithm NAME for passphrases" #~ msgstr "|NOME|emprega-lo algoritmo para resumos NOME para os contrasinais" -#~ msgid "|NAME|use cipher algorithm NAME for passphrases" -#~ msgstr "|NOME|emprega-lo algoritmo de cifrado NOME para os contrasinais" - #~ msgid "throw keyid field of encrypted packets" #~ msgstr "descarta-lo campo de id de chave dos paquetes cifrados" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg 1.2.5\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2007-03-08 14:20+0100\n" +"POT-Creation-Date: 2007-05-07 20:39+0200\n" "PO-Revision-Date: 2004-06-19 21:53+0200\n" "Last-Translator: Nagy Ferenc Lszl <nfl@nfllab.com>\n" "Language-Team: Hungarian <translation-team-hu@lists.sourceforge.net>\n" @@ -89,8 +89,8 @@ msgstr "Nem tudom ltrehozni a(z) \"%s\" llomnyt: %s.\n" #: g10/keyring.c:1534 g10/openfile.c:190 g10/openfile.c:345 #: g10/plaintext.c:504 g10/sign.c:814 g10/sign.c:1009 g10/sign.c:1125 #: g10/sign.c:1281 g10/tdbdump.c:141 g10/tdbdump.c:149 g10/tdbio.c:542 -#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1775 -#: sm/gpgsm.c:1812 sm/qualified.c:74 +#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1780 +#: sm/gpgsm.c:1817 sm/gpgsm.c:1855 sm/qualified.c:74 #, c-format msgid "can't open `%s': %s\n" msgstr "Nem tudom megnyitni a(z) \"%s\" llomnyt: %s.\n" @@ -189,13 +189,13 @@ msgstr "" "Most szksg van egy jelszra (vagy mondatra), amely a titkos kulcst vdi.\n" "\n" -#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1216 +#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1202 #, fuzzy msgid "Please re-enter this passphrase" msgstr "jelszvltoztats" -#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1222 -#: tools/symcryptrun.c:487 +#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1208 +#: tools/symcryptrun.c:468 msgid "does not match - try again" msgstr "" @@ -204,7 +204,7 @@ msgstr "" msgid "Please enter the new passphrase" msgstr "jelszvltoztats" -#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:109 +#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:111 #: scd/scdaemon.c:103 #, fuzzy msgid "" @@ -224,13 +224,13 @@ msgid "run in daemon mode (background)" msgstr "" #: agent/gpg-agent.c:117 g10/gpg.c:470 g10/gpgv.c:71 kbx/kbxutil.c:82 -#: scd/scdaemon.c:109 sm/gpgsm.c:335 tools/gpg-connect-agent.c:59 -#: tools/gpgconf.c:69 tools/symcryptrun.c:185 +#: scd/scdaemon.c:109 sm/gpgsm.c:338 tools/gpg-connect-agent.c:60 +#: tools/gpgconf.c:69 tools/symcryptrun.c:166 msgid "verbose" msgstr "bbeszd md" #: agent/gpg-agent.c:118 g10/gpgv.c:72 kbx/kbxutil.c:83 scd/scdaemon.c:110 -#: sm/gpgsm.c:336 +#: sm/gpgsm.c:339 msgid "be somewhat more quiet" msgstr "mg szkszavbb md" @@ -242,7 +242,7 @@ msgstr "" msgid "csh-style command output" msgstr "" -#: agent/gpg-agent.c:121 tools/symcryptrun.c:188 +#: agent/gpg-agent.c:121 tools/symcryptrun.c:169 #, fuzzy msgid "|FILE|read options from FILE" msgstr "|fjl|bvt modul betltse" @@ -255,8 +255,8 @@ msgstr "" msgid "do not grab keyboard and mouse" msgstr "" -#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:338 -#: tools/symcryptrun.c:187 +#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:341 +#: tools/symcryptrun.c:168 #, fuzzy msgid "use a log file for the server" msgstr "kulcsok keresse kulcsszerveren" @@ -312,9 +312,9 @@ msgstr "" msgid "|FILE|write environment settings also to FILE" msgstr "" -#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:143 -#: scd/scdaemon.c:192 sm/gpgsm.c:517 tools/gpg-connect-agent.c:123 -#: tools/gpgconf.c:91 tools/symcryptrun.c:225 +#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:148 +#: scd/scdaemon.c:192 sm/gpgsm.c:521 tools/gpg-connect-agent.c:126 +#: tools/gpgconf.c:91 tools/symcryptrun.c:206 #, fuzzy msgid "Please report bugs to <" msgstr "A hibkat (angolul) a <gnupg-bugs@gnu.org> cmre rja meg!\n" @@ -330,138 +330,127 @@ msgid "" "Secret key management for GnuPG\n" msgstr "" -#: agent/gpg-agent.c:311 -#, c-format -msgid "out of core in secure memory while allocating %lu bytes" -msgstr "" - -#: agent/gpg-agent.c:314 -#, c-format -msgid "out of core while allocating %lu bytes" -msgstr "" - -#: agent/gpg-agent.c:345 g10/gpg.c:931 scd/scdaemon.c:266 sm/gpgsm.c:646 +#: agent/gpg-agent.c:303 g10/gpg.c:931 scd/scdaemon.c:247 sm/gpgsm.c:650 #, c-format msgid "invalid debug-level `%s' given\n" msgstr "" -#: agent/gpg-agent.c:521 agent/protect-tool.c:1073 g10/gpg.c:1835 -#: kbx/kbxutil.c:432 scd/scdaemon.c:358 sm/gpgsm.c:768 -#: tools/symcryptrun.c:1056 +#: agent/gpg-agent.c:479 agent/protect-tool.c:1059 kbx/kbxutil.c:432 +#: scd/scdaemon.c:339 sm/gpgsm.c:771 sm/gpgsm.c:774 tools/symcryptrun.c:1037 #, c-format -msgid "libgcrypt is too old (need %s, have %s)\n" +msgid "%s is too old (need %s, have %s)\n" msgstr "" -#: agent/gpg-agent.c:615 g10/gpg.c:2035 scd/scdaemon.c:435 sm/gpgsm.c:865 +#: agent/gpg-agent.c:572 g10/gpg.c:2035 scd/scdaemon.c:415 sm/gpgsm.c:865 #, c-format msgid "NOTE: no default option file `%s'\n" msgstr "MEGJEGYZS: Nincs alaprtelmezett opcis fjl (%s).\n" -#: agent/gpg-agent.c:620 agent/gpg-agent.c:1179 g10/gpg.c:2039 -#: scd/scdaemon.c:440 sm/gpgsm.c:869 tools/symcryptrun.c:989 +#: agent/gpg-agent.c:577 agent/gpg-agent.c:1136 g10/gpg.c:2039 +#: scd/scdaemon.c:420 sm/gpgsm.c:869 tools/symcryptrun.c:970 #, c-format msgid "option file `%s': %s\n" msgstr "\"%s\" opcis fjl: %s\n" -#: agent/gpg-agent.c:628 g10/gpg.c:2046 scd/scdaemon.c:448 sm/gpgsm.c:876 +#: agent/gpg-agent.c:585 g10/gpg.c:2046 scd/scdaemon.c:428 sm/gpgsm.c:876 #, c-format msgid "reading options from `%s'\n" msgstr "Az opcikat a \"%s\" llomnybl olvasom.\n" -#: agent/gpg-agent.c:949 g10/plaintext.c:142 g10/plaintext.c:147 +#: agent/gpg-agent.c:906 g10/plaintext.c:142 g10/plaintext.c:147 #: g10/plaintext.c:164 #, c-format msgid "error creating `%s': %s\n" msgstr "Hiba \"%s\" ltrehozsakor: %s\n" -#: agent/gpg-agent.c:1239 agent/gpg-agent.c:1342 agent/gpg-agent.c:1346 -#: agent/gpg-agent.c:1382 agent/gpg-agent.c:1386 g10/exec.c:174 -#: g10/openfile.c:418 scd/scdaemon.c:934 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:1299 agent/gpg-agent.c:1303 +#: agent/gpg-agent.c:1339 agent/gpg-agent.c:1343 g10/exec.c:174 +#: g10/openfile.c:418 scd/scdaemon.c:914 #, c-format msgid "can't create directory `%s': %s\n" msgstr "Nem tudom a \"%s\" knyvtrat ltrehozni: %s.\n" -#: agent/gpg-agent.c:1253 scd/scdaemon.c:948 +#: agent/gpg-agent.c:1210 scd/scdaemon.c:928 msgid "name of socket too long\n" msgstr "" -#: agent/gpg-agent.c:1279 scd/scdaemon.c:974 +#: agent/gpg-agent.c:1236 scd/scdaemon.c:954 #, fuzzy, c-format msgid "can't create socket: %s\n" msgstr "%s nem hozhat ltre: %s\n" -#: agent/gpg-agent.c:1308 scd/scdaemon.c:1003 +#: agent/gpg-agent.c:1265 scd/scdaemon.c:983 #, fuzzy, c-format msgid "error binding socket to `%s': %s\n" msgstr "Hiba %s-ra/-re kldskor: %s\n" -#: agent/gpg-agent.c:1316 scd/scdaemon.c:1011 +#: agent/gpg-agent.c:1273 scd/scdaemon.c:991 #, fuzzy, c-format msgid "listen() failed: %s\n" msgstr "Frissts sikertelen: %s.\n" -#: agent/gpg-agent.c:1322 scd/scdaemon.c:1017 +#: agent/gpg-agent.c:1279 scd/scdaemon.c:997 #, fuzzy, c-format msgid "listening on socket `%s'\n" msgstr "rom a titkos kulcsot a %s llomnyba.\n" -#: agent/gpg-agent.c:1350 agent/gpg-agent.c:1392 g10/openfile.c:421 +#: agent/gpg-agent.c:1307 agent/gpg-agent.c:1349 g10/openfile.c:421 #, fuzzy, c-format msgid "directory `%s' created\n" msgstr "%s: Knyvtrat ltrehoztam.\n" -#: agent/gpg-agent.c:1398 +#: agent/gpg-agent.c:1355 #, fuzzy, c-format msgid "stat() failed for `%s': %s\n" msgstr "Bizalmi adatbzis: olvass sikertelen (n=%d): %s.\n" -#: agent/gpg-agent.c:1402 +#: agent/gpg-agent.c:1359 #, fuzzy, c-format msgid "can't use `%s' as home directory\n" msgstr "%s: Nem tudom a knyvtrat ltrehozni: %s.\n" -#: agent/gpg-agent.c:1504 +#: agent/gpg-agent.c:1461 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:1509 +#: agent/gpg-agent.c:1466 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:1526 +#: agent/gpg-agent.c:1483 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:1531 +#: agent/gpg-agent.c:1488 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:1627 scd/scdaemon.c:1136 +#: agent/gpg-agent.c:1584 scd/scdaemon.c:1116 #, fuzzy, c-format msgid "pth_select failed: %s - waiting 1s\n" msgstr "Titkoskulcs-blokk frisstse sikertelen: %s\n" -#: agent/gpg-agent.c:1733 scd/scdaemon.c:1203 +#: agent/gpg-agent.c:1690 scd/scdaemon.c:1183 #, fuzzy, c-format msgid "%s %s stopped\n" msgstr "%s: kihagyva: %s\n" -#: agent/gpg-agent.c:1754 +#: agent/gpg-agent.c:1711 #, fuzzy msgid "no gpg-agent running in this session\n" msgstr "GPG gynk nem elrhet ebben a munkafolyamatban.\n" -#: agent/gpg-agent.c:1764 common/simple-pwquery.c:324 g10/call-agent.c:137 -#: sm/call-agent.c:144 tools/gpg-connect-agent.c:713 +#: agent/gpg-agent.c:1721 common/simple-pwquery.c:324 g10/call-agent.c:137 +#: sm/call-agent.c:144 tools/gpg-connect-agent.c:764 msgid "malformed GPG_AGENT_INFO environment variable\n" msgstr "Nem megfelel formj GPG_AGENT_INFO krnyezeti vltoz!\n" -#: agent/gpg-agent.c:1776 common/simple-pwquery.c:336 g10/call-agent.c:149 -#: sm/call-agent.c:156 tools/gpg-connect-agent.c:724 +#: agent/gpg-agent.c:1733 common/simple-pwquery.c:336 g10/call-agent.c:149 +#: sm/call-agent.c:156 tools/gpg-connect-agent.c:775 #, c-format msgid "gpg-agent protocol version %d is not supported\n" msgstr "%d gpg-agent protokollverzi nem tmogatott!\n" @@ -477,51 +466,51 @@ msgid "" "Password cache maintenance\n" msgstr "" -#: agent/protect-tool.c:146 +#: agent/protect-tool.c:151 #, fuzzy msgid "Usage: gpg-protect-tool [options] (-h for help)\n" msgstr "Hasznlat: gpg [opcik] [fjlok] (-h a sghoz)" -#: agent/protect-tool.c:148 +#: agent/protect-tool.c:153 msgid "" "Syntax: gpg-protect-tool [options] [args]\n" "Secret key maintenance tool\n" msgstr "" -#: agent/protect-tool.c:1207 +#: agent/protect-tool.c:1193 #, fuzzy msgid "Please enter the passphrase to unprotect the PKCS#12 object." msgstr "Krem, adja meg a jelszt! Ezt egy titkos mondat. \n" -#: agent/protect-tool.c:1210 +#: agent/protect-tool.c:1196 #, fuzzy msgid "Please enter the passphrase to protect the new PKCS#12 object." msgstr "Krem, adja meg a jelszt! Ezt egy titkos mondat. \n" -#: agent/protect-tool.c:1213 +#: agent/protect-tool.c:1199 msgid "" "Please enter the passphrase to protect the imported object within the GnuPG " "system." msgstr "" -#: agent/protect-tool.c:1218 +#: agent/protect-tool.c:1204 #, fuzzy msgid "" "Please enter the passphrase or the PIN\n" "needed to complete this operation." msgstr "Krem, adja meg a jelszt! Ezt egy titkos mondat. \n" -#: agent/protect-tool.c:1223 tools/symcryptrun.c:488 +#: agent/protect-tool.c:1209 tools/symcryptrun.c:469 #, fuzzy msgid "Passphrase:" msgstr "rossz jelsz" -#: agent/protect-tool.c:1236 tools/symcryptrun.c:501 +#: agent/protect-tool.c:1222 tools/symcryptrun.c:482 #, fuzzy, c-format msgid "error while asking for the passphrase: %s\n" msgstr "Hiba a jelsz ltrehozsakor: %s.\n" -#: agent/protect-tool.c:1239 tools/symcryptrun.c:505 +#: agent/protect-tool.c:1225 tools/symcryptrun.c:486 #, fuzzy msgid "cancelled\n" msgstr "Mgsem" @@ -561,7 +550,7 @@ msgstr "" msgid "error reading `%s', line %d: %s\n" msgstr "Hiba \"%s\" olvassakor: %s\n" -#: agent/trustlist.c:355 agent/trustlist.c:394 +#: agent/trustlist.c:365 agent/trustlist.c:404 msgid "error reading list of trusted root certificates\n" msgstr "" @@ -574,7 +563,7 @@ msgstr "" #. second "%s" gets replaced by a hexdecimal #. fingerprint string whereas the first one receives #. the name as store in the certificate. -#: agent/trustlist.c:470 +#: agent/trustlist.c:480 #, c-format msgid "" "Please verify that the certificate identified as:%%0A \"%s\"%%0Ahas the " @@ -584,7 +573,7 @@ msgstr "" #. TRANSLATORS: "Correct" is the label of a button and intended to #. be hit if the fingerprint matches the one of the CA. The other #. button is "the default "Cancel" of the Pinentry. -#: agent/trustlist.c:479 +#: agent/trustlist.c:489 msgid "Correct" msgstr "" @@ -596,19 +585,19 @@ msgstr "" #. plain % sign, you need to encode it as "%%25". The #. "%s" gets replaced by the name as store in the #. certificate. -#: agent/trustlist.c:499 +#: agent/trustlist.c:509 #, c-format msgid "" "Do you ultimately trust%%0A \"%s\"%%0Ato correctly certify user " "certificates?" msgstr "" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 #, fuzzy msgid "Yes" msgstr "igen" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 msgid "No" msgstr "" @@ -652,12 +641,12 @@ msgstr "" msgid "error running `%s': terminated\n" msgstr "Hiba \"%s\" olvassakor: %s\n" -#: common/http.c:1623 +#: common/http.c:1621 #, fuzzy, c-format msgid "error creating socket: %s\n" msgstr "Hiba \"%s\" ltrehozsakor: %s\n" -#: common/http.c:1667 +#: common/http.c:1665 #, fuzzy msgid "host not found" msgstr "[ismeretlen kulcs]" @@ -751,6 +740,16 @@ msgstr "" msgid "cC" msgstr "c" +#: common/miscellaneous.c:73 +#, c-format +msgid "out of core in secure memory while allocating %lu bytes" +msgstr "" + +#: common/miscellaneous.c:76 +#, c-format +msgid "out of core while allocating %lu bytes" +msgstr "" + #: g10/armor.c:368 #, c-format msgid "armor: %s\n" @@ -1183,13 +1182,13 @@ msgstr "Az --output opci nem mkdik ehhez a parancshoz.\n" msgid "can't open `%s'\n" msgstr "Nem tudom megnyitni %s-t!\n" -#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1714 +#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1721 #: g10/revoke.c:228 #, fuzzy, c-format msgid "key \"%s\" not found: %s\n" msgstr "\"%s\" kulcs nem tallhat: %s\n" -#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1728 +#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1735 #: g10/revoke.c:234 g10/revoke.c:479 #, c-format msgid "error reading keyblock: %s\n" @@ -1469,23 +1468,23 @@ msgstr "" "%08lX rvnytelen kulcsot rvnyestettk az\n" "--allow-non-selfsigned-uid opcival.\n" -#: g10/getkey.c:2390 g10/keyedit.c:3723 +#: g10/getkey.c:2393 g10/keyedit.c:3723 #, fuzzy, c-format msgid "no secret subkey for public subkey %s - ignoring\n" msgstr "" "Nincs titkos alkulcs a %08lX nyilvnos alkulcshoz - figyelmen kvl hagyom.\n" -#: g10/getkey.c:2621 +#: g10/getkey.c:2624 #, fuzzy, c-format msgid "using subkey %s instead of primary key %s\n" msgstr "A %08lX msodlagos kulcsot hasznljuk a %08lX elsdleges helyett.\n" -#: g10/getkey.c:2668 +#: g10/getkey.c:2671 #, fuzzy, c-format msgid "key %s: secret key without public key - skipped\n" msgstr "%08lX kulcs: titkos kulcs nyilvnos kulcs nlkl - kihagytam.\n" -#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:241 tools/gpgconf.c:56 +#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:242 tools/gpgconf.c:56 msgid "" "@Commands:\n" " " @@ -1501,27 +1500,27 @@ msgstr "|[fjl]|alrs ksztse" msgid "|[file]|make a clear text signature" msgstr "|[fjl]|olvashat szveg alrsa" -#: g10/gpg.c:373 sm/gpgsm.c:245 +#: g10/gpg.c:373 sm/gpgsm.c:246 msgid "make a detached signature" msgstr "klnll alrs ksztse" -#: g10/gpg.c:374 sm/gpgsm.c:246 +#: g10/gpg.c:374 sm/gpgsm.c:247 msgid "encrypt data" msgstr "adat titkostsa" -#: g10/gpg.c:376 sm/gpgsm.c:247 +#: g10/gpg.c:376 sm/gpgsm.c:248 msgid "encryption only with symmetric cipher" msgstr "titkosts csak szimmetrikus rejtjelezvel" -#: g10/gpg.c:378 sm/gpgsm.c:248 +#: g10/gpg.c:378 sm/gpgsm.c:249 msgid "decrypt data (default)" msgstr "adat visszafejtse (alaprtelmezs)" -#: g10/gpg.c:380 sm/gpgsm.c:249 +#: g10/gpg.c:380 sm/gpgsm.c:250 msgid "verify a signature" msgstr "alrs ellenrzse" -#: g10/gpg.c:382 sm/gpgsm.c:251 +#: g10/gpg.c:382 sm/gpgsm.c:252 msgid "list keys" msgstr "kulcsok listzsa" @@ -1534,11 +1533,11 @@ msgstr "kulcsok s alrsok listzsa" msgid "list and check key signatures" msgstr "kulcsalrsok ellenrzse" -#: g10/gpg.c:386 sm/gpgsm.c:255 +#: g10/gpg.c:386 sm/gpgsm.c:256 msgid "list keys and fingerprints" msgstr "kulcsok s ujjlenyomatok listzsa" -#: g10/gpg.c:387 sm/gpgsm.c:253 +#: g10/gpg.c:387 sm/gpgsm.c:254 msgid "list secret keys" msgstr "titkos kulcsok listzsa" @@ -1574,11 +1573,11 @@ msgstr "visszavonsi igazols ksztse" msgid "export keys" msgstr "kulcsok exportlsa" -#: g10/gpg.c:398 sm/gpgsm.c:258 +#: g10/gpg.c:398 sm/gpgsm.c:259 msgid "export keys to a key server" msgstr "kulcsok exportlsa kulcsszerverre" -#: g10/gpg.c:399 sm/gpgsm.c:259 +#: g10/gpg.c:399 sm/gpgsm.c:260 msgid "import keys from a key server" msgstr "kulcsok importlsa kulcsszerverrl" @@ -1614,12 +1613,12 @@ msgstr "bizalmi adatbzis frisstse" msgid "|algo [files]|print message digests" msgstr "|algo [fjlok]|zenet kivonatnak kirsa" -#: g10/gpg.c:431 sm/gpgsm.c:263 +#: g10/gpg.c:431 sm/gpgsm.c:264 msgid "run in server mode" msgstr "" -#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:278 -#: tools/gpg-connect-agent.c:57 tools/gpgconf.c:66 tools/symcryptrun.c:178 +#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:279 +#: tools/gpg-connect-agent.c:58 tools/gpgconf.c:66 tools/symcryptrun.c:159 msgid "" "@\n" "Options:\n" @@ -1629,31 +1628,31 @@ msgstr "" "Opcik:\n" " " -#: g10/gpg.c:435 sm/gpgsm.c:280 +#: g10/gpg.c:435 sm/gpgsm.c:281 msgid "create ascii armored output" msgstr "ascii pnclozott kimenet ltrehozsa" -#: g10/gpg.c:437 sm/gpgsm.c:290 +#: g10/gpg.c:437 sm/gpgsm.c:293 msgid "|NAME|encrypt for NAME" msgstr "|NV|titkosts NV rszre" -#: g10/gpg.c:448 sm/gpgsm.c:326 +#: g10/gpg.c:448 sm/gpgsm.c:329 msgid "use this user-id to sign or decrypt" msgstr "felh. azonost alrshoz s visszafejtshez" -#: g10/gpg.c:449 sm/gpgsm.c:329 +#: g10/gpg.c:449 sm/gpgsm.c:332 msgid "|N|set compress level N (0 disables)" msgstr "|N|tmrtsi szint belltsa N-re (0: tilts)" -#: g10/gpg.c:454 sm/gpgsm.c:331 +#: g10/gpg.c:454 sm/gpgsm.c:334 msgid "use canonical text mode" msgstr "kanonikus szveges md hasznlata" -#: g10/gpg.c:468 sm/gpgsm.c:334 tools/gpgconf.c:68 +#: g10/gpg.c:468 sm/gpgsm.c:337 tools/gpgconf.c:68 msgid "use as output file" msgstr "kimeneti llomny megadsa" -#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:344 tools/gpgconf.c:71 +#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:347 tools/gpgconf.c:71 msgid "do not make any changes" msgstr "ne csinljon semmi vltoztatst" @@ -1669,7 +1668,7 @@ msgstr "" msgid "generate PGP 2.x compatible messages" msgstr "" -#: g10/gpg.c:554 sm/gpgsm.c:392 +#: g10/gpg.c:554 sm/gpgsm.c:395 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -1677,7 +1676,7 @@ msgstr "" "@\n" "(A parancsok s opcik teljes listjt a man oldalon tekintheti meg.)\n" -#: g10/gpg.c:557 sm/gpgsm.c:395 +#: g10/gpg.c:557 sm/gpgsm.c:398 msgid "" "@\n" "Examples:\n" @@ -1715,7 +1714,7 @@ msgstr "" "Alrs, ellenrzs, titkosts vagy visszafejts.\n" "Az alaprtelmezett mvelet a bemeneti adattl fgg.\n" -#: g10/gpg.c:782 sm/gpgsm.c:530 +#: g10/gpg.c:782 sm/gpgsm.c:534 msgid "" "\n" "Supported algorithms:\n" @@ -1743,7 +1742,7 @@ msgstr "Tmrt (compression): " msgid "usage: gpg [options] " msgstr "Hasznlat: gpg [opcik] " -#: g10/gpg.c:1060 sm/gpgsm.c:682 +#: g10/gpg.c:1060 sm/gpgsm.c:686 msgid "conflicting commands\n" msgstr "Egymsnak ellentmond parancsok!\n" @@ -1867,6 +1866,11 @@ msgstr "mutatja a kilistzott kulcs kulcskarikjt is" msgid "show expiration dates during signature listings" msgstr "Nincs megfelel alrs a titkoskulcs-karikn.\n" +#: g10/gpg.c:1835 +#, c-format +msgid "libgcrypt is too old (need %s, have %s)\n" +msgstr "" + #: g10/gpg.c:1993 #, c-format msgid "NOTE: old default options file `%s' ignored\n" @@ -2007,7 +2011,7 @@ msgstr "%s:%d: rvnytelen export opcik!\n" msgid "invalid auto-key-locate list\n" msgstr "" -#: g10/gpg.c:2893 sm/gpgsm.c:1232 +#: g10/gpg.c:2893 sm/gpgsm.c:1236 msgid "WARNING: program may create a core file!\n" msgstr "FIGYELEM: A program core llomnyt hozhat ltre!\n" @@ -2047,11 +2051,11 @@ msgstr "Csak llomnyokat (pipe-ot nem) hasznlhat --pgp2 mdban!\n" msgid "encrypting a message in --pgp2 mode requires the IDEA cipher\n" msgstr "zenet titkostsa --pgp2 mdban IDEA rejtjelezt ignyel!\n" -#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1288 +#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1292 msgid "selected cipher algorithm is invalid\n" msgstr "A kivlasztott rejtjelez algoritmus rvnytelen!\n" -#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1296 +#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1300 msgid "selected digest algorithm is invalid\n" msgstr "A kivlasztott kivonatol algoritmus rvnytelen!\n" @@ -2287,7 +2291,7 @@ msgstr "a megadott kulcskarikrl vegye a kulcsokat" msgid "make timestamp conflicts only a warning" msgstr "idblyeg-konfliktus esetn csak figyelmeztessen" -#: g10/gpgv.c:76 sm/gpgsm.c:367 +#: g10/gpgv.c:76 sm/gpgsm.c:370 msgid "|FD|write status info to this FD" msgstr "|L|llapotinformcik rsa L llomnylerra" @@ -3849,7 +3853,7 @@ msgid "(sensitive)" msgstr " (rzkeny)" #: g10/keyedit.c:2743 g10/keyedit.c:2799 g10/keyedit.c:2860 g10/keyedit.c:2875 -#: g10/keylist.c:194 g10/keyserver.c:516 +#: g10/keylist.c:194 g10/keyserver.c:523 #, fuzzy, c-format msgid "created: %s" msgstr "%s nem hozhat ltre: %s\n" @@ -3866,7 +3870,7 @@ msgstr " [lejr: %s]" #: g10/keyedit.c:2750 g10/keyedit.c:2801 g10/keyedit.c:2862 g10/keyedit.c:2877 #: g10/keylist.c:196 g10/keylist.c:748 g10/keylist.c:783 g10/keylist.c:877 -#: g10/keylist.c:898 g10/keyserver.c:522 g10/mainproc.c:985 +#: g10/keylist.c:898 g10/keyserver.c:529 g10/mainproc.c:985 #, fuzzy, c-format msgid "expires: %s" msgstr " [lejr: %s]" @@ -3902,13 +3906,13 @@ msgstr "" "Krem, vegye figyelembe, hogy az itt lthat kulcs rvnyessge nem\n" "felttlenl helyes, amg jra nem indtja a programot!\n" -#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:526 +#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:533 #: g10/mainproc.c:1831 g10/trustdb.c:1179 g10/trustdb.c:1699 #, fuzzy msgid "revoked" msgstr "[visszavont] " -#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:530 +#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:537 #: g10/mainproc.c:1833 g10/trustdb.c:532 g10/trustdb.c:1701 #, fuzzy msgid "expired" @@ -4787,187 +4791,187 @@ msgstr "%lu kulcsot ellenriztem (%lu alrssal).\n" msgid "%s: keyring created\n" msgstr "%s: Kulcskarikt ltrehoztam.\n" -#: g10/keyserver.c:66 +#: g10/keyserver.c:73 msgid "include revoked keys in search results" msgstr "" -#: g10/keyserver.c:67 +#: g10/keyserver.c:74 msgid "include subkeys when searching by key ID" msgstr "" -#: g10/keyserver.c:69 +#: g10/keyserver.c:76 msgid "use temporary files to pass data to keyserver helpers" msgstr "" -#: g10/keyserver.c:71 +#: g10/keyserver.c:78 msgid "do not delete temporary files after using them" msgstr "" -#: g10/keyserver.c:75 +#: g10/keyserver.c:82 msgid "automatically retrieve keys when verifying signatures" msgstr "" -#: g10/keyserver.c:77 +#: g10/keyserver.c:84 #, fuzzy msgid "honor the preferred keyserver URL set on the key" msgstr "A megadott alrsi eljrsmd URL-je rvnytelen!\n" -#: g10/keyserver.c:79 +#: g10/keyserver.c:86 msgid "honor the PKA record set on a key when retrieving keys" msgstr "" -#: g10/keyserver.c:145 +#: g10/keyserver.c:152 #, fuzzy, c-format msgid "WARNING: keyserver option `%s' is not used on this platform\n" msgstr "" "FIGYELEM: \"%s\" opcii csak a kvetkez futskor lesznek rvnyesek!\n" -#: g10/keyserver.c:528 +#: g10/keyserver.c:535 #, fuzzy msgid "disabled" msgstr "disable" -#: g10/keyserver.c:729 +#: g10/keyserver.c:736 msgid "Enter number(s), N)ext, or Q)uit > " msgstr "" -#: g10/keyserver.c:813 g10/keyserver.c:1435 +#: g10/keyserver.c:820 g10/keyserver.c:1442 #, fuzzy, c-format msgid "invalid keyserver protocol (us %d!=handler %d)\n" msgstr "rvnytelen export opcik!\n" -#: g10/keyserver.c:911 +#: g10/keyserver.c:918 #, fuzzy, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "\"%s\" kulcs nem tallhat: %s\n" -#: g10/keyserver.c:913 +#: g10/keyserver.c:920 #, fuzzy msgid "key not found on keyserver\n" msgstr "\"%s\" kulcs nem tallhat: %s\n" -#: g10/keyserver.c:1154 +#: g10/keyserver.c:1161 #, fuzzy, c-format msgid "requesting key %s from %s server %s\n" msgstr "Lekrem a %08lX kulcsot a %s kulcsszerverrl.\n" -#: g10/keyserver.c:1158 +#: g10/keyserver.c:1165 #, fuzzy, c-format msgid "requesting key %s from %s\n" msgstr "Lekrem a %08lX kulcsot a %s kulcsszerverrl.\n" -#: g10/keyserver.c:1182 +#: g10/keyserver.c:1189 #, fuzzy, c-format msgid "searching for names from %s server %s\n" msgstr "Keresem \"%s\"-t a %s HKP szerveren.\n" -#: g10/keyserver.c:1185 +#: g10/keyserver.c:1192 #, fuzzy, c-format msgid "searching for names from %s\n" msgstr "Keresem \"%s\"-t a %s HKP szerveren.\n" -#: g10/keyserver.c:1338 +#: g10/keyserver.c:1345 #, fuzzy, c-format msgid "sending key %s to %s server %s\n" msgstr "Keresem \"%s\"-t a %s HKP szerveren.\n" -#: g10/keyserver.c:1342 +#: g10/keyserver.c:1349 #, fuzzy, c-format msgid "sending key %s to %s\n" msgstr "" "\"\n" "Alrva az n %08lX kulcsval %s idpontban.\n" -#: g10/keyserver.c:1385 +#: g10/keyserver.c:1392 #, fuzzy, c-format msgid "searching for \"%s\" from %s server %s\n" msgstr "Keresem \"%s\"-t a %s HKP szerveren.\n" -#: g10/keyserver.c:1388 +#: g10/keyserver.c:1395 #, fuzzy, c-format msgid "searching for \"%s\" from %s\n" msgstr "Keresem \"%s\"-t a %s HKP szerveren.\n" -#: g10/keyserver.c:1395 g10/keyserver.c:1491 +#: g10/keyserver.c:1402 g10/keyserver.c:1498 #, fuzzy msgid "no keyserver action!\n" msgstr "rvnytelen export opcik!\n" -#: g10/keyserver.c:1443 +#: g10/keyserver.c:1450 #, c-format msgid "WARNING: keyserver handler from a different version of GnuPG (%s)\n" msgstr "" -#: g10/keyserver.c:1452 +#: g10/keyserver.c:1459 msgid "keyserver did not send VERSION\n" msgstr "" -#: g10/keyserver.c:1514 g10/keyserver.c:2042 +#: g10/keyserver.c:1521 g10/keyserver.c:2049 msgid "no keyserver known (use option --keyserver)\n" msgstr "" -#: g10/keyserver.c:1520 +#: g10/keyserver.c:1527 msgid "external keyserver calls are not supported in this build\n" msgstr "" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1539 #, c-format msgid "no handler for keyserver scheme `%s'\n" msgstr "" -#: g10/keyserver.c:1537 +#: g10/keyserver.c:1544 #, c-format msgid "action `%s' not supported with keyserver scheme `%s'\n" msgstr "" -#: g10/keyserver.c:1545 +#: g10/keyserver.c:1552 #, c-format msgid "%s does not support handler version %d\n" msgstr "" -#: g10/keyserver.c:1552 +#: g10/keyserver.c:1559 #, fuzzy msgid "keyserver timed out\n" msgstr "kulcsszerverhiba" -#: g10/keyserver.c:1557 +#: g10/keyserver.c:1564 #, fuzzy msgid "keyserver internal error\n" msgstr "kulcsszerverhiba" -#: g10/keyserver.c:1566 +#: g10/keyserver.c:1573 #, fuzzy, c-format msgid "keyserver communications error: %s\n" msgstr "Vtel a kulcsszerverrl sikertelen: %s\n" -#: g10/keyserver.c:1591 g10/keyserver.c:1625 +#: g10/keyserver.c:1598 g10/keyserver.c:1632 #, c-format msgid "\"%s\" not a key ID: skipping\n" msgstr "" -#: g10/keyserver.c:1884 +#: g10/keyserver.c:1891 #, fuzzy, c-format msgid "WARNING: unable to refresh key %s via %s: %s\n" msgstr "" "FIGYELEM: Nem tudom trlni az (\"%s\") tmeneti llomnyt: \"%s\": %s.\n" -#: g10/keyserver.c:1906 +#: g10/keyserver.c:1913 #, fuzzy, c-format msgid "refreshing 1 key from %s\n" msgstr "Lekrem a %08lX kulcsot a %s kulcsszerverrl.\n" -#: g10/keyserver.c:1908 +#: g10/keyserver.c:1915 #, fuzzy, c-format msgid "refreshing %d keys from %s\n" msgstr "Lekrem a %08lX kulcsot a %s kulcsszerverrl.\n" -#: g10/keyserver.c:1964 +#: g10/keyserver.c:1971 #, fuzzy, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "" "FIGYELEM: Nem tudom trlni az (\"%s\") tmeneti llomnyt: \"%s\": %s.\n" -#: g10/keyserver.c:1970 +#: g10/keyserver.c:1977 #, fuzzy, c-format msgid "WARNING: unable to parse URI %s\n" msgstr "" @@ -5319,17 +5323,17 @@ msgid "WARNING: options in `%s' are not yet active during this run\n" msgstr "" "FIGYELEM: \"%s\" opcii csak a kvetkez futskor lesznek rvnyesek!\n" -#: g10/parse-packet.c:192 +#: g10/parse-packet.c:193 #, c-format msgid "can't handle public key algorithm %d\n" msgstr "Nem tudom kezelni a(z) %d. szm nyilvnos kulcs algoritmust!\n" -#: g10/parse-packet.c:762 +#: g10/parse-packet.c:798 msgid "WARNING: potentially insecure symmetrically encrypted session key\n" msgstr "" "FIGYELEM: A rejtjelezett munkafolyamat-kulcs lehet, hogy nem biztonsgos!\n" -#: g10/parse-packet.c:1213 +#: g10/parse-packet.c:1249 #, c-format msgid "subpacket of type %d has critical bit set\n" msgstr "A %d tpus alcsomag kritikus bitje belltott.\n" @@ -5947,7 +5951,7 @@ msgstr "" "Nem tudom elkerlni a gyenge kulcsot a szimmetrikus titkosthoz.\n" "%d alkalommal prbltam!\n" -#: g10/seskey.c:229 +#: g10/seskey.c:229 sm/certcheck.c:91 msgid "DSA requires the hash length to be a multiple of 8 bits\n" msgstr "" @@ -6518,7 +6522,7 @@ msgstr "" msgid "iconv_open failed: %s\n" msgstr "Nem tudom megnyitni az llomnyt: %s.\n" -#: jnlib/utf8conv.c:331 jnlib/utf8conv.c:597 +#: jnlib/utf8conv.c:338 jnlib/utf8conv.c:604 #, fuzzy, c-format msgid "conversion from `%s' to `%s' failed: %s\n" msgstr "Pnclozs nem sikerlt: %s\n" @@ -6743,7 +6747,7 @@ msgstr "Nem talltam rvnyes OpenPGP adatot.\n" msgid "run in multi server mode (foreground)" msgstr "" -#: scd/scdaemon.c:113 sm/gpgsm.c:356 +#: scd/scdaemon.c:113 sm/gpgsm.c:359 #, fuzzy msgid "read options from file" msgstr "Az opcikat a \"%s\" llomnybl olvasom.\n" @@ -6787,21 +6791,21 @@ msgid "" "Smartcard daemon for GnuPG\n" msgstr "" -#: scd/scdaemon.c:684 +#: scd/scdaemon.c:664 msgid "please use the option `--daemon' to run the program in the background\n" msgstr "" -#: scd/scdaemon.c:1032 +#: scd/scdaemon.c:1012 #, c-format msgid "handler for fd %d started\n" msgstr "" -#: scd/scdaemon.c:1037 +#: scd/scdaemon.c:1017 #, c-format msgid "handler for fd %d terminated\n" msgstr "" -#: sm/base64.c:323 +#: sm/base64.c:327 #, fuzzy, c-format msgid "invalid radix64 character %02x skipped\n" msgstr "Kihagytam a %02x kd rvnytelen radix64 karaktert.\n" @@ -6825,180 +6829,186 @@ msgstr "%d gpg-agent protokollverzi nem tmogatott!\n" msgid "can't connect to the dirmngr - trying fall back\n" msgstr "" -#: sm/certchain.c:165 +#: sm/certchain.c:176 #, fuzzy, c-format msgid "critical certificate extension %s is not supported" msgstr "%d gpg-agent protokollverzi nem tmogatott!\n" -#: sm/certchain.c:203 +#: sm/certchain.c:214 msgid "issuer certificate is not marked as a CA" msgstr "" -#: sm/certchain.c:242 +#: sm/certchain.c:253 msgid "critical marked policy without configured policies" msgstr "" -#: sm/certchain.c:252 +#: sm/certchain.c:263 #, fuzzy, c-format msgid "failed to open `%s': %s\n" msgstr "Nem tudom megnyitni a(z) \"%s\" llomnyt: %s.\n" -#: sm/certchain.c:259 sm/certchain.c:288 +#: sm/certchain.c:270 sm/certchain.c:299 msgid "note: non-critical certificate policy not allowed" msgstr "" -#: sm/certchain.c:263 sm/certchain.c:292 +#: sm/certchain.c:274 sm/certchain.c:303 #, fuzzy msgid "certificate policy not allowed" msgstr "rom a titkos kulcsot a %s llomnyba.\n" -#: sm/certchain.c:403 +#: sm/certchain.c:414 msgid "looking up issuer at external location\n" msgstr "" -#: sm/certchain.c:423 +#: sm/certchain.c:434 #, c-format msgid "number of issuers matching: %d\n" msgstr "" -#: sm/certchain.c:576 sm/certchain.c:740 sm/certchain.c:1266 sm/decrypt.c:261 +#: sm/certchain.c:587 sm/certchain.c:753 sm/certchain.c:1334 sm/decrypt.c:261 #: sm/encrypt.c:343 sm/sign.c:328 sm/verify.c:107 #, fuzzy msgid "failed to allocated keyDB handle\n" msgstr "Bizalmi adatbzis (%s) inicializlsa sikertelen!\n" -#: sm/certchain.c:667 +#: sm/certchain.c:678 #, fuzzy msgid "certificate has been revoked" msgstr "MEGJEGYZS: A kulcsot visszavontk." -#: sm/certchain.c:676 +#: sm/certchain.c:687 #, fuzzy msgid "no CRL found for certificate" msgstr "rossz igazols" -#: sm/certchain.c:680 +#: sm/certchain.c:691 #, fuzzy msgid "the available CRL is too old" msgstr "Kulcs tallhat: " -#: sm/certchain.c:682 +#: sm/certchain.c:693 msgid "please make sure that the \"dirmngr\" is properly installed\n" msgstr "" -#: sm/certchain.c:687 +#: sm/certchain.c:698 #, fuzzy, c-format msgid "checking the CRL failed: %s" msgstr "A ltrehozott alrs ellenrzse sikertelen: %s.\n" -#: sm/certchain.c:765 +#: sm/certchain.c:794 #, fuzzy msgid "no issuer found in certificate" msgstr "visszavonsi igazols ksztse" -#: sm/certchain.c:792 +#: sm/certchain.c:823 #, c-format msgid "certificate with invalid validity: %s" msgstr "" -#: sm/certchain.c:808 +#: sm/certchain.c:839 msgid "certificate not yet valid" msgstr "" -#: sm/certchain.c:821 +#: sm/certchain.c:852 #, fuzzy msgid "certificate has expired" msgstr "Ez a kulcs lejrt!" -#: sm/certchain.c:864 +#: sm/certchain.c:895 msgid "self-signed certificate has a BAD signature" msgstr "" -#: sm/certchain.c:932 +#: sm/certchain.c:963 msgid "root certificate is not marked trusted" msgstr "" -#: sm/certchain.c:947 +#: sm/certchain.c:978 #, fuzzy, c-format msgid "fingerprint=%s\n" msgstr "megmutatja az ujjlenyomatot" -#: sm/certchain.c:955 +#: sm/certchain.c:986 msgid "root certificate has now been marked as trusted\n" msgstr "" -#: sm/certchain.c:970 +#: sm/certchain.c:1001 msgid "interactive marking as trusted not enabled in gpg-agent\n" msgstr "" -#: sm/certchain.c:976 +#: sm/certchain.c:1007 msgid "interactive marking as trusted disabled for this session\n" msgstr "" -#: sm/certchain.c:986 +#: sm/certchain.c:1017 #, fuzzy, c-format msgid "checking the trust list failed: %s\n" msgstr "A ltrehozott alrs ellenrzse sikertelen: %s.\n" -#: sm/certchain.c:1013 sm/import.c:158 +#: sm/certchain.c:1044 sm/import.c:159 msgid "certificate chain too long\n" msgstr "" -#: sm/certchain.c:1025 +#: sm/certchain.c:1056 msgid "issuer certificate not found" msgstr "" -#: sm/certchain.c:1058 +#: sm/certchain.c:1089 #, fuzzy msgid "certificate has a BAD signature" msgstr "alrs ellenrzse" -#: sm/certchain.c:1088 +#: sm/certchain.c:1119 msgid "found another possible matching CA certificate - trying again" msgstr "" -#: sm/certchain.c:1139 +#: sm/certchain.c:1170 #, c-format msgid "certificate chain longer than allowed by CA (%d)" msgstr "" -#: sm/certcheck.c:52 -msgid "DSA requires the use of a 160 bit hash algorithm\n" -msgstr "A DSA 160 bites hash (kivonatol) algoritmust ignyel.\n" +#: sm/certcheck.c:103 +#, c-format +msgid "%s key uses an unsafe (%u bit) hash\n" +msgstr "" + +#: sm/certcheck.c:113 +#, c-format +msgid "a %u bit hash is not valid for a %u bit %s key\n" +msgstr "" -#: sm/certcheck.c:177 sm/sign.c:482 sm/verify.c:189 +#: sm/certcheck.c:250 sm/sign.c:482 sm/verify.c:189 msgid "(this is the MD2 algorithm)\n" msgstr "" -#: sm/certdump.c:68 sm/certdump.c:154 +#: sm/certdump.c:68 sm/certdump.c:151 #, fuzzy msgid "none" msgstr "nem" -#: sm/certdump.c:163 +#: sm/certdump.c:162 #, fuzzy msgid "[none]" msgstr "Ismeretlen md" -#: sm/certdump.c:536 sm/certdump.c:599 +#: sm/certdump.c:552 sm/certdump.c:597 sm/certdump.c:662 sm/certdump.c:715 #, fuzzy msgid "[Error - invalid encoding]" msgstr "Hiba: rvnytelen ujjlenyomat.\n" -#: sm/certdump.c:544 +#: sm/certdump.c:560 sm/certdump.c:605 msgid "[Error - out of core]" msgstr "" -#: sm/certdump.c:579 +#: sm/certdump.c:642 sm/certdump.c:698 msgid "[Error - No name]" msgstr "" -#: sm/certdump.c:604 +#: sm/certdump.c:667 sm/certdump.c:721 #, fuzzy msgid "[Error - invalid DN]" msgstr "Hiba: rvnytelen ujjlenyomat.\n" -#: sm/certdump.c:818 +#: sm/certdump.c:930 #, fuzzy, c-format msgid "" "Please enter the passphrase to unlock the secret key for:\n" @@ -7014,7 +7024,7 @@ msgstr "" msgid "no key usage specified - assuming all usages\n" msgstr "" -#: sm/certlist.c:135 sm/keylist.c:255 +#: sm/certlist.c:135 sm/keylist.c:258 #, fuzzy, c-format msgid "error getting key usage information: %s\n" msgstr "Hiba a(z) \"%s\" titkoskulcs-karika rsakor: %s.\n" @@ -7101,7 +7111,7 @@ msgstr "" msgid "certificate `%s' not found: %s\n" msgstr "\"%s\" kulcs nem tallhat: %s\n" -#: sm/delete.c:113 sm/keydb.c:1392 sm/keydb.c:1485 +#: sm/delete.c:113 sm/keydb.c:1397 sm/keydb.c:1497 #, fuzzy, c-format msgid "error locking keybox: %s\n" msgstr "Hiba a kulcsblokk olvassakor: %s\n" @@ -7126,191 +7136,191 @@ msgstr "A kulcsblokk trlse sikertelen: %s.\n" msgid "no valid recipients given\n" msgstr "(Nincs lers.)\n" -#: sm/export.c:562 sm/export.c:578 sm/import.c:525 sm/import.c:550 +#: sm/export.c:615 sm/export.c:631 sm/import.c:526 sm/import.c:551 #, fuzzy, c-format msgid "error creating temporary file: %s\n" msgstr "Hiba a jelsz ltrehozsakor: %s.\n" -#: sm/export.c:569 sm/import.c:533 +#: sm/export.c:622 sm/import.c:534 #, fuzzy, c-format msgid "error writing to temporary file: %s\n" msgstr "rok a \"%s\" llomnyba.\n" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:244 #, fuzzy msgid "|[FILE]|make a signature" msgstr "|[fjl]|alrs ksztse" -#: sm/gpgsm.c:244 +#: sm/gpgsm.c:245 #, fuzzy msgid "|[FILE]|make a clear text signature" msgstr "|[fjl]|olvashat szveg alrsa" -#: sm/gpgsm.c:252 +#: sm/gpgsm.c:253 #, fuzzy msgid "list external keys" msgstr "titkos kulcsok listzsa" -#: sm/gpgsm.c:254 +#: sm/gpgsm.c:255 #, fuzzy msgid "list certificate chain" msgstr "rossz igazols" -#: sm/gpgsm.c:257 +#: sm/gpgsm.c:258 #, fuzzy msgid "remove key from the public keyring" msgstr "kulcsok eltvoltsa a nyilvnoskulcs-karikrl" -#: sm/gpgsm.c:260 +#: sm/gpgsm.c:261 #, fuzzy msgid "import certificates" msgstr "rossz igazols" -#: sm/gpgsm.c:261 +#: sm/gpgsm.c:262 #, fuzzy msgid "export certificates" msgstr "rossz igazols" -#: sm/gpgsm.c:262 +#: sm/gpgsm.c:263 msgid "register a smartcard" msgstr "" -#: sm/gpgsm.c:264 +#: sm/gpgsm.c:265 msgid "pass a command to the dirmngr" msgstr "" -#: sm/gpgsm.c:266 +#: sm/gpgsm.c:267 msgid "invoke gpg-protect-tool" msgstr "" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:268 #, fuzzy msgid "change a passphrase" msgstr "jelszvltoztats" -#: sm/gpgsm.c:282 +#: sm/gpgsm.c:283 #, fuzzy msgid "create base-64 encoded output" msgstr "ascii pnclozott kimenet ltrehozsa" -#: sm/gpgsm.c:284 +#: sm/gpgsm.c:287 msgid "assume input is in PEM format" msgstr "" -#: sm/gpgsm.c:286 +#: sm/gpgsm.c:289 msgid "assume input is in base-64 format" msgstr "" -#: sm/gpgsm.c:288 +#: sm/gpgsm.c:291 msgid "assume input is in binary format" msgstr "" -#: sm/gpgsm.c:293 +#: sm/gpgsm.c:296 msgid "use system's dirmngr if available" msgstr "" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "never consult a CRL" msgstr "" -#: sm/gpgsm.c:301 +#: sm/gpgsm.c:304 msgid "check validity using OCSP" msgstr "" -#: sm/gpgsm.c:304 +#: sm/gpgsm.c:307 msgid "|N|number of certificates to include" msgstr "" -#: sm/gpgsm.c:307 +#: sm/gpgsm.c:310 msgid "|FILE|take policy information from FILE" msgstr "" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "do not check certificate policies" msgstr "" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "fetch missing issuer certificates" msgstr "" -#: sm/gpgsm.c:318 +#: sm/gpgsm.c:321 msgid "|NAME|use NAME as default recipient" msgstr "|NV|NV hasznlata alaprtelmezett cmzettknt" -#: sm/gpgsm.c:320 +#: sm/gpgsm.c:323 msgid "use the default key as default recipient" msgstr "alaprt. kulcs haszn. alaprt. cmzettknt" -#: sm/gpgsm.c:337 +#: sm/gpgsm.c:340 msgid "don't use the terminal at all" msgstr "ne hasznlja a terminlt egyltaln" -#: sm/gpgsm.c:341 +#: sm/gpgsm.c:344 msgid "force v3 signatures" msgstr "3-as verzij alrsok erltetse" -#: sm/gpgsm.c:342 +#: sm/gpgsm.c:345 msgid "always use a MDC for encryption" msgstr "mindig hasznljon MDC-t titkostskor" -#: sm/gpgsm.c:347 +#: sm/gpgsm.c:350 msgid "batch mode: never ask" msgstr "ktegelt md: soha nem krdez" -#: sm/gpgsm.c:348 +#: sm/gpgsm.c:351 msgid "assume yes on most questions" msgstr "igen vlasz felttelezse a legtbb krdsre" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 msgid "assume no on most questions" msgstr "nem vlasz felttelezse a legtbb krdsre" -#: sm/gpgsm.c:351 +#: sm/gpgsm.c:354 msgid "add this keyring to the list of keyrings" msgstr "kulcskarika hozzadsa a kulcskarikalisthoz" -#: sm/gpgsm.c:352 +#: sm/gpgsm.c:355 msgid "add this secret keyring to the list" msgstr "titkoskulcs-karika hozzadsa a listhoz" -#: sm/gpgsm.c:353 +#: sm/gpgsm.c:356 msgid "|NAME|use NAME as default secret key" msgstr "|NV|NV hasznlata alaprtelmezett titkos kulcsknt" -#: sm/gpgsm.c:354 +#: sm/gpgsm.c:357 msgid "|HOST|use this keyserver to lookup keys" msgstr "|GPNV|kulcsszerver belltsa kulcsok keresshez" -#: sm/gpgsm.c:355 +#: sm/gpgsm.c:358 msgid "|NAME|set terminal charset to NAME" msgstr "|NV|terminl karakterkdolsnak megadsa" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "" -#: sm/gpgsm.c:374 +#: sm/gpgsm.c:377 msgid "|FILE|load extension module FILE" msgstr "|fjl|bvt modul betltse" -#: sm/gpgsm.c:380 +#: sm/gpgsm.c:383 msgid "|NAME|use cipher algorithm NAME" msgstr "|NV|NV rejtjelez algoritmus hasznlata" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 msgid "|NAME|use message digest algorithm NAME" msgstr "|NV|NV kivonatol algoritmus hasznlata" -#: sm/gpgsm.c:384 +#: sm/gpgsm.c:387 msgid "|N|use compress algorithm N" msgstr "|N|N. sorszm tmrt algoritmus hasznlata" -#: sm/gpgsm.c:520 +#: sm/gpgsm.c:524 #, fuzzy msgid "Usage: gpgsm [options] [files] (-h for help)" msgstr "Hasznlat: gpg [opcik] [fjlok] (-h a sghoz)" -#: sm/gpgsm.c:523 +#: sm/gpgsm.c:527 #, fuzzy msgid "" "Syntax: gpgsm [options] [files]\n" @@ -7321,45 +7331,40 @@ msgstr "" "Alrs, ellenrzs, titkosts vagy visszafejts.\n" "Az alaprtelmezett mvelet a bemeneti adattl fgg.\n" -#: sm/gpgsm.c:617 +#: sm/gpgsm.c:621 #, fuzzy msgid "usage: gpgsm [options] " msgstr "Hasznlat: gpg [opcik] " -#: sm/gpgsm.c:698 +#: sm/gpgsm.c:702 #, fuzzy, c-format msgid "can't encrypt to `%s': %s\n" msgstr "Nem tudok kapcsoldni \"%s\" objektumhoz: %s\n" -#: sm/gpgsm.c:773 -#, c-format -msgid "libksba is too old (need %s, have %s)\n" -msgstr "" - -#: sm/gpgsm.c:1249 +#: sm/gpgsm.c:1253 msgid "WARNING: running with faked system time: " msgstr "" -#: sm/gpgsm.c:1328 +#: sm/gpgsm.c:1332 #, fuzzy, c-format msgid "importing common certificates `%s'\n" msgstr "rok a \"%s\" llomnyba.\n" -#: sm/gpgsm.c:1346 +#: sm/gpgsm.c:1350 #, fuzzy, c-format msgid "can't sign using `%s': %s\n" msgstr "Nem tudom bezrni a(z) \"%s\" llomnyt: %s.\n" -#: sm/gpgsm.c:1536 +#: sm/gpgsm.c:1542 msgid "this command has not yet been implemented\n" msgstr "" -#: sm/gpgsm.c:1601 +#: sm/gpgsm.c:1606 #, fuzzy msgid "key generation is not available from the commandline\n" msgstr "GPG gynk nem elrhet ebben a munkafolyamatban.\n" -#: sm/gpgsm.c:1602 +#: sm/gpgsm.c:1607 #, fuzzy, c-format msgid "please use the script \"%s\" to generate a new key\n" msgstr "Krem, adja meg, milyen kulcsot kvn:\n" @@ -7369,21 +7374,21 @@ msgstr "Krem, adja meg, milyen kulcsot kvn:\n" msgid "total number processed: %lu\n" msgstr " sszesen feldolgoztam: %lu\n" -#: sm/import.c:227 +#: sm/import.c:228 #, fuzzy msgid "error storing certificate\n" msgstr "visszavonsi igazols ksztse" -#: sm/import.c:235 +#: sm/import.c:236 msgid "basic certificate checks failed - not imported\n" msgstr "" -#: sm/import.c:421 sm/import.c:453 +#: sm/import.c:422 sm/import.c:454 #, fuzzy, c-format msgid "error importing certificate: %s\n" msgstr "Hiba a jelsz ltrehozsakor: %s.\n" -#: sm/import.c:542 tools/gpg-connect-agent.c:384 +#: sm/import.c:543 tools/gpg-connect-agent.c:388 #, fuzzy, c-format msgid "error reading input: %s\n" msgstr "Hiba \"%s\" olvassakor: %s\n" @@ -7402,12 +7407,12 @@ msgstr "" msgid "keybox `%s' created\n" msgstr "\"%s\" kulcskarikt ltrehoztam.\n" -#: sm/keydb.c:1312 sm/keydb.c:1378 +#: sm/keydb.c:1312 sm/keydb.c:1380 #, fuzzy msgid "failed to get the fingerprint\n" msgstr "Bizalmi adatbzis (%s) inicializlsa sikertelen!\n" -#: sm/keydb.c:1319 sm/keydb.c:1385 +#: sm/keydb.c:1319 sm/keydb.c:1387 #, fuzzy msgid "failed to allocate keyDB handle\n" msgstr "Bizalmi adatbzis (%s) inicializlsa sikertelen!\n" @@ -7427,17 +7432,17 @@ msgstr "Hiba a jelsz ltrehozsakor: %s.\n" msgid "error storing certificate: %s\n" msgstr "Hiba a jelsz ltrehozsakor: %s.\n" -#: sm/keydb.c:1400 +#: sm/keydb.c:1408 #, fuzzy, c-format msgid "problem re-searching certificate: %s\n" msgstr "rev? Nem tudom ellenrizni a visszavonst: %s.\n" -#: sm/keydb.c:1409 sm/keydb.c:1497 +#: sm/keydb.c:1417 sm/keydb.c:1509 #, fuzzy, c-format msgid "error getting stored flags: %s\n" msgstr "Hiba a jelsz ltrehozsakor: %s.\n" -#: sm/keydb.c:1418 sm/keydb.c:1508 +#: sm/keydb.c:1429 sm/keydb.c:1520 #, fuzzy, c-format msgid "error storing flags: %s\n" msgstr "Hiba \"%s\" olvassakor: %s\n" @@ -7510,103 +7515,107 @@ msgstr "J alrs a kvetkeztl: \"" msgid " aka" msgstr " azaz \"" -#: tools/gpg-connect-agent.c:60 tools/gpgconf.c:70 tools/symcryptrun.c:186 +#: tools/gpg-connect-agent.c:61 tools/gpgconf.c:70 tools/symcryptrun.c:167 #, fuzzy msgid "quiet" msgstr "kilps|kilepes" -#: tools/gpg-connect-agent.c:61 +#: tools/gpg-connect-agent.c:62 msgid "print data out hex encoded" msgstr "" -#: tools/gpg-connect-agent.c:62 +#: tools/gpg-connect-agent.c:63 +msgid "decode received data lines" +msgstr "" + +#: tools/gpg-connect-agent.c:64 msgid "|NAME|connect to Assuan socket NAME" msgstr "" -#: tools/gpg-connect-agent.c:63 +#: tools/gpg-connect-agent.c:65 msgid "run the Assuan server given on the command line" msgstr "" -#: tools/gpg-connect-agent.c:65 +#: tools/gpg-connect-agent.c:67 msgid "do not use extended connect mode" msgstr "" -#: tools/gpg-connect-agent.c:126 +#: tools/gpg-connect-agent.c:129 #, fuzzy msgid "Usage: gpg-connect-agent [options] (-h for help)" msgstr "Hasznlat: gpg [opcik] [fjlok] (-h a sghoz)" -#: tools/gpg-connect-agent.c:129 +#: tools/gpg-connect-agent.c:132 msgid "" "Syntax: gpg-connect-agent [options]\n" "Connect to a running agent and send commands\n" msgstr "" -#: tools/gpg-connect-agent.c:324 +#: tools/gpg-connect-agent.c:328 #, c-format msgid "option \"%s\" requires a program and optional arguments\n" msgstr "" -#: tools/gpg-connect-agent.c:333 +#: tools/gpg-connect-agent.c:337 #, c-format msgid "option \"%s\" ignored due to \"%s\"\n" msgstr "" -#: tools/gpg-connect-agent.c:391 +#: tools/gpg-connect-agent.c:395 #, fuzzy msgid "line too long - skipped\n" msgstr "A sor tl hossz!\n" -#: tools/gpg-connect-agent.c:395 +#: tools/gpg-connect-agent.c:399 msgid "line shortened due to embedded Nul character\n" msgstr "" -#: tools/gpg-connect-agent.c:457 +#: tools/gpg-connect-agent.c:471 #, fuzzy, c-format msgid "unknown command `%s'\n" msgstr "Ismeretlen alaprtelmezett cmzett: \"%s\"\n" -#: tools/gpg-connect-agent.c:465 +#: tools/gpg-connect-agent.c:479 #, fuzzy, c-format msgid "sending line failed: %s\n" msgstr "Alrs sikertelen: %s\n" -#: tools/gpg-connect-agent.c:473 +#: tools/gpg-connect-agent.c:487 #, fuzzy, c-format msgid "receiving line failed: %s\n" msgstr "A kulcsblokk trlse sikertelen: %s.\n" -#: tools/gpg-connect-agent.c:746 +#: tools/gpg-connect-agent.c:797 #, fuzzy, c-format msgid "error sending %s command: %s\n" msgstr "Hiba %s-ra/-re kldskor: %s\n" -#: tools/gpg-connect-agent.c:755 +#: tools/gpg-connect-agent.c:806 #, fuzzy, c-format msgid "error sending standard options: %s\n" msgstr "Hiba %s-ra/-re kldskor: %s\n" #: tools/gpgconf-comp.c:445 tools/gpgconf-comp.c:525 tools/gpgconf-comp.c:592 -#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:720 +#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:723 msgid "Options controlling the diagnostic output" msgstr "" #: tools/gpgconf-comp.c:458 tools/gpgconf-comp.c:538 tools/gpgconf-comp.c:605 -#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:743 +#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:746 msgid "Options controlling the configuration" msgstr "" #: tools/gpgconf-comp.c:468 tools/gpgconf-comp.c:563 tools/gpgconf-comp.c:612 -#: tools/gpgconf-comp.c:671 tools/gpgconf-comp.c:750 +#: tools/gpgconf-comp.c:674 tools/gpgconf-comp.c:753 msgid "Options useful for debugging" msgstr "" #: tools/gpgconf-comp.c:473 tools/gpgconf-comp.c:568 tools/gpgconf-comp.c:617 -#: tools/gpgconf-comp.c:676 tools/gpgconf-comp.c:758 +#: tools/gpgconf-comp.c:679 tools/gpgconf-comp.c:761 msgid "|FILE|write server mode logs to FILE" msgstr "" -#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:684 +#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:687 msgid "Options controlling the security" msgstr "" @@ -7634,31 +7643,36 @@ msgstr "" msgid "allow PKA lookups (DNS requests)" msgstr "" -#: tools/gpgconf-comp.c:689 +#: tools/gpgconf-comp.c:669 +#, fuzzy +msgid "|NAME|use encoding NAME for PKCS#12 passphrases" +msgstr "|NV|NV rejtjelez algoritmus haszn. jelszavakhoz" + +#: tools/gpgconf-comp.c:692 msgid "do not check CRLs for root certificates" msgstr "" -#: tools/gpgconf-comp.c:733 +#: tools/gpgconf-comp.c:736 msgid "Options controlling the format of the output" msgstr "" -#: tools/gpgconf-comp.c:769 +#: tools/gpgconf-comp.c:772 msgid "Options controlling the interactivity and enforcement" msgstr "" -#: tools/gpgconf-comp.c:779 +#: tools/gpgconf-comp.c:782 msgid "Configuration for HTTP servers" msgstr "" -#: tools/gpgconf-comp.c:790 +#: tools/gpgconf-comp.c:793 msgid "use system's HTTP proxy setting" msgstr "" -#: tools/gpgconf-comp.c:795 +#: tools/gpgconf-comp.c:798 msgid "Configuration of LDAP servers to use" msgstr "" -#: tools/gpgconf-comp.c:832 +#: tools/gpgconf-comp.c:835 msgid "Configuration for OCSP" msgstr "" @@ -7722,7 +7736,7 @@ msgstr "rom a titkos kulcsot a %s llomnyba.\n" msgid "error allocating enough memory: %s\n" msgstr "Hiba a(z) \"%s\" kulcskarika ltrehozsakor: %s\n" -#: tools/symcryptrun.c:173 +#: tools/symcryptrun.c:154 #, fuzzy msgid "" "@\n" @@ -7732,166 +7746,169 @@ msgstr "" "@Parancsok:\n" " " -#: tools/symcryptrun.c:175 +#: tools/symcryptrun.c:156 #, fuzzy msgid "decryption modus" msgstr "Visszafejts rendben.\n" -#: tools/symcryptrun.c:176 +#: tools/symcryptrun.c:157 #, fuzzy msgid "encryption modus" msgstr "Visszafejts rendben.\n" -#: tools/symcryptrun.c:180 +#: tools/symcryptrun.c:161 msgid "tool class (confucius)" msgstr "" -#: tools/symcryptrun.c:181 +#: tools/symcryptrun.c:162 #, fuzzy msgid "program filename" msgstr "--store [fjlnv]" -#: tools/symcryptrun.c:183 +#: tools/symcryptrun.c:164 msgid "secret key file (required)" msgstr "" -#: tools/symcryptrun.c:184 +#: tools/symcryptrun.c:165 msgid "input file name (default stdin)" msgstr "" -#: tools/symcryptrun.c:228 +#: tools/symcryptrun.c:209 #, fuzzy msgid "Usage: symcryptrun [options] (-h for help)" msgstr "Hasznlat: gpg [opcik] [fjlok] (-h a sghoz)" -#: tools/symcryptrun.c:231 +#: tools/symcryptrun.c:212 msgid "" "Syntax: symcryptrun --class CLASS --program PROGRAM --keyfile KEYFILE " "[options...] COMMAND [inputfile]\n" "Call a simple symmetric encryption tool\n" msgstr "" -#: tools/symcryptrun.c:313 +#: tools/symcryptrun.c:294 #, fuzzy, c-format msgid "%s on %s aborted with status %i\n" msgstr "%s s %s nem hasznlhat egytt!\n" -#: tools/symcryptrun.c:320 +#: tools/symcryptrun.c:301 #, fuzzy, c-format msgid "%s on %s failed with status %i\n" msgstr "Nem tudom megnyitni az llomnyt: %s.\n" -#: tools/symcryptrun.c:346 +#: tools/symcryptrun.c:327 #, fuzzy, c-format msgid "can't create temporary directory `%s': %s\n" msgstr "Nem tudom a \"%s\" knyvtrat ltrehozni: %s.\n" -#: tools/symcryptrun.c:386 tools/symcryptrun.c:403 +#: tools/symcryptrun.c:367 tools/symcryptrun.c:384 #, fuzzy, c-format msgid "could not open %s for writing: %s\n" msgstr "Nem tudom megnyitni %s-t: %s\n" -#: tools/symcryptrun.c:414 +#: tools/symcryptrun.c:395 #, fuzzy, c-format msgid "error writing to %s: %s\n" msgstr "Hiba a \"%s\" kulcskarika rsakor: %s\n" -#: tools/symcryptrun.c:421 +#: tools/symcryptrun.c:402 #, fuzzy, c-format msgid "error reading from %s: %s\n" msgstr "Hiba \"%s\" olvassakor: %s\n" -#: tools/symcryptrun.c:428 tools/symcryptrun.c:435 +#: tools/symcryptrun.c:409 tools/symcryptrun.c:416 #, fuzzy, c-format msgid "error closing %s: %s\n" msgstr "Hiba \"%s\" olvassakor: %s\n" -#: tools/symcryptrun.c:545 +#: tools/symcryptrun.c:526 #, fuzzy msgid "no --program option provided\n" msgstr "Kls program meghvsa nem tmogatott.\n" -#: tools/symcryptrun.c:551 +#: tools/symcryptrun.c:532 msgid "only --decrypt and --encrypt are supported\n" msgstr "" -#: tools/symcryptrun.c:557 +#: tools/symcryptrun.c:538 msgid "no --keyfile option provided\n" msgstr "" -#: tools/symcryptrun.c:568 +#: tools/symcryptrun.c:549 msgid "cannot allocate args vector\n" msgstr "" -#: tools/symcryptrun.c:586 +#: tools/symcryptrun.c:567 #, fuzzy, c-format msgid "could not create pipe: %s\n" msgstr "%s nem hozhat ltre: %s\n" -#: tools/symcryptrun.c:593 +#: tools/symcryptrun.c:574 #, fuzzy, c-format msgid "could not create pty: %s\n" msgstr "%s nem hozhat ltre: %s\n" -#: tools/symcryptrun.c:609 +#: tools/symcryptrun.c:590 #, c-format msgid "could not fork: %s\n" msgstr "" -#: tools/symcryptrun.c:637 +#: tools/symcryptrun.c:618 #, fuzzy, c-format msgid "execv failed: %s\n" msgstr "Frissts sikertelen: %s.\n" -#: tools/symcryptrun.c:666 +#: tools/symcryptrun.c:647 #, fuzzy, c-format msgid "select failed: %s\n" msgstr "A kulcsblokk trlse sikertelen: %s.\n" -#: tools/symcryptrun.c:683 +#: tools/symcryptrun.c:664 #, fuzzy, c-format msgid "read failed: %s\n" msgstr "Frissts sikertelen: %s.\n" -#: tools/symcryptrun.c:735 +#: tools/symcryptrun.c:716 #, fuzzy, c-format msgid "pty read failed: %s\n" msgstr "Frissts sikertelen: %s.\n" -#: tools/symcryptrun.c:787 +#: tools/symcryptrun.c:768 #, fuzzy, c-format msgid "waitpid failed: %s\n" msgstr "Frissts sikertelen: %s.\n" -#: tools/symcryptrun.c:801 +#: tools/symcryptrun.c:782 #, c-format msgid "child aborted with status %i\n" msgstr "" -#: tools/symcryptrun.c:856 +#: tools/symcryptrun.c:837 #, fuzzy, c-format msgid "cannot allocate infile string: %s\n" msgstr "Nem tudom ltrehozni a(z) \"%s\" llomnyt: %s.\n" -#: tools/symcryptrun.c:869 +#: tools/symcryptrun.c:850 #, fuzzy, c-format msgid "cannot allocate outfile string: %s\n" msgstr "Nem tudom ltrehozni a(z) \"%s\" llomnyt: %s.\n" -#: tools/symcryptrun.c:1044 +#: tools/symcryptrun.c:1025 #, c-format msgid "either %s or %s must be given\n" msgstr "" -#: tools/symcryptrun.c:1064 +#: tools/symcryptrun.c:1045 msgid "no class provided\n" msgstr "" -#: tools/symcryptrun.c:1071 +#: tools/symcryptrun.c:1052 #, fuzzy, c-format msgid "class %s is not supported\n" msgstr "%d%s vd algoritmus nem tmogatott.\n" +#~ msgid "DSA requires the use of a 160 bit hash algorithm\n" +#~ msgstr "A DSA 160 bites hash (kivonatol) algoritmust ignyel.\n" + #, fuzzy #~ msgid ".\n" #~ msgstr "%s.\n" @@ -8655,9 +8672,6 @@ msgstr "%d%s vd algoritmus nem tmogatott.\n" #~ msgid "|NAME|use message digest algorithm NAME for passphrases" #~ msgstr "|NV|NV kivonatol algoritmus haszn. jelszavakhoz" -#~ msgid "|NAME|use cipher algorithm NAME for passphrases" -#~ msgstr "|NV|NV rejtjelez algoritmus haszn. jelszavakhoz" - #~ msgid "throw keyid field of encrypted packets" #~ msgstr "titkostott csomagok keyid mezjnek eldobsa" @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg-id\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2007-03-08 14:20+0100\n" +"POT-Creation-Date: 2007-05-07 20:39+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" @@ -91,8 +91,8 @@ msgstr "tidak dapat membuat %s: %s\n" #: g10/keyring.c:1534 g10/openfile.c:190 g10/openfile.c:345 #: g10/plaintext.c:504 g10/sign.c:814 g10/sign.c:1009 g10/sign.c:1125 #: g10/sign.c:1281 g10/tdbdump.c:141 g10/tdbdump.c:149 g10/tdbio.c:542 -#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1775 -#: sm/gpgsm.c:1812 sm/qualified.c:74 +#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1780 +#: sm/gpgsm.c:1817 sm/gpgsm.c:1855 sm/qualified.c:74 #, c-format msgid "can't open `%s': %s\n" msgstr "tidak dapat membuka `%s': %s\n" @@ -191,13 +191,13 @@ msgstr "" "Anda perlu sebuah passphrase untuk melindungi kunci rahasia anda.\n" "\n" -#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1216 +#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1202 #, fuzzy msgid "Please re-enter this passphrase" msgstr "ubah passphrase" -#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1222 -#: tools/symcryptrun.c:487 +#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1208 +#: tools/symcryptrun.c:468 msgid "does not match - try again" msgstr "" @@ -206,7 +206,7 @@ msgstr "" msgid "Please enter the new passphrase" msgstr "ubah passphrase" -#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:109 +#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:111 #: scd/scdaemon.c:103 #, fuzzy msgid "" @@ -226,13 +226,13 @@ msgid "run in daemon mode (background)" msgstr "" #: agent/gpg-agent.c:117 g10/gpg.c:470 g10/gpgv.c:71 kbx/kbxutil.c:82 -#: scd/scdaemon.c:109 sm/gpgsm.c:335 tools/gpg-connect-agent.c:59 -#: tools/gpgconf.c:69 tools/symcryptrun.c:185 +#: scd/scdaemon.c:109 sm/gpgsm.c:338 tools/gpg-connect-agent.c:60 +#: tools/gpgconf.c:69 tools/symcryptrun.c:166 msgid "verbose" msgstr "detil" #: agent/gpg-agent.c:118 g10/gpgv.c:72 kbx/kbxutil.c:83 scd/scdaemon.c:110 -#: sm/gpgsm.c:336 +#: sm/gpgsm.c:339 msgid "be somewhat more quiet" msgstr "lebih diam" @@ -244,7 +244,7 @@ msgstr "" msgid "csh-style command output" msgstr "" -#: agent/gpg-agent.c:121 tools/symcryptrun.c:188 +#: agent/gpg-agent.c:121 tools/symcryptrun.c:169 #, fuzzy msgid "|FILE|read options from FILE" msgstr "|FILE|muat modul ekstensi FILE" @@ -257,8 +257,8 @@ msgstr "" msgid "do not grab keyboard and mouse" msgstr "" -#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:338 -#: tools/symcryptrun.c:187 +#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:341 +#: tools/symcryptrun.c:168 #, fuzzy msgid "use a log file for the server" msgstr "cari kunci di key server" @@ -314,9 +314,9 @@ msgstr "" msgid "|FILE|write environment settings also to FILE" msgstr "" -#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:143 -#: scd/scdaemon.c:192 sm/gpgsm.c:517 tools/gpg-connect-agent.c:123 -#: tools/gpgconf.c:91 tools/symcryptrun.c:225 +#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:148 +#: scd/scdaemon.c:192 sm/gpgsm.c:521 tools/gpg-connect-agent.c:126 +#: tools/gpgconf.c:91 tools/symcryptrun.c:206 #, fuzzy msgid "Please report bugs to <" msgstr "Laporkan bug ke <gnupg-bugs@gnu.org>.\n" @@ -332,138 +332,127 @@ msgid "" "Secret key management for GnuPG\n" msgstr "" -#: agent/gpg-agent.c:311 -#, c-format -msgid "out of core in secure memory while allocating %lu bytes" -msgstr "" - -#: agent/gpg-agent.c:314 -#, c-format -msgid "out of core while allocating %lu bytes" -msgstr "" - -#: agent/gpg-agent.c:345 g10/gpg.c:931 scd/scdaemon.c:266 sm/gpgsm.c:646 +#: agent/gpg-agent.c:303 g10/gpg.c:931 scd/scdaemon.c:247 sm/gpgsm.c:650 #, c-format msgid "invalid debug-level `%s' given\n" msgstr "" -#: agent/gpg-agent.c:521 agent/protect-tool.c:1073 g10/gpg.c:1835 -#: kbx/kbxutil.c:432 scd/scdaemon.c:358 sm/gpgsm.c:768 -#: tools/symcryptrun.c:1056 +#: agent/gpg-agent.c:479 agent/protect-tool.c:1059 kbx/kbxutil.c:432 +#: scd/scdaemon.c:339 sm/gpgsm.c:771 sm/gpgsm.c:774 tools/symcryptrun.c:1037 #, c-format -msgid "libgcrypt is too old (need %s, have %s)\n" +msgid "%s is too old (need %s, have %s)\n" msgstr "" -#: agent/gpg-agent.c:615 g10/gpg.c:2035 scd/scdaemon.c:435 sm/gpgsm.c:865 +#: agent/gpg-agent.c:572 g10/gpg.c:2035 scd/scdaemon.c:415 sm/gpgsm.c:865 #, c-format msgid "NOTE: no default option file `%s'\n" msgstr "CATATAN: tidak ada file pilihan baku `%s'\n" -#: agent/gpg-agent.c:620 agent/gpg-agent.c:1179 g10/gpg.c:2039 -#: scd/scdaemon.c:440 sm/gpgsm.c:869 tools/symcryptrun.c:989 +#: agent/gpg-agent.c:577 agent/gpg-agent.c:1136 g10/gpg.c:2039 +#: scd/scdaemon.c:420 sm/gpgsm.c:869 tools/symcryptrun.c:970 #, c-format msgid "option file `%s': %s\n" msgstr "file pilihan `%s': %s\n" -#: agent/gpg-agent.c:628 g10/gpg.c:2046 scd/scdaemon.c:448 sm/gpgsm.c:876 +#: agent/gpg-agent.c:585 g10/gpg.c:2046 scd/scdaemon.c:428 sm/gpgsm.c:876 #, c-format msgid "reading options from `%s'\n" msgstr "membaca pilihan dari `%s'\n" -#: agent/gpg-agent.c:949 g10/plaintext.c:142 g10/plaintext.c:147 +#: agent/gpg-agent.c:906 g10/plaintext.c:142 g10/plaintext.c:147 #: g10/plaintext.c:164 #, c-format msgid "error creating `%s': %s\n" msgstr "kesalahan penciptaan : `%s': %s\n" -#: agent/gpg-agent.c:1239 agent/gpg-agent.c:1342 agent/gpg-agent.c:1346 -#: agent/gpg-agent.c:1382 agent/gpg-agent.c:1386 g10/exec.c:174 -#: g10/openfile.c:418 scd/scdaemon.c:934 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:1299 agent/gpg-agent.c:1303 +#: agent/gpg-agent.c:1339 agent/gpg-agent.c:1343 g10/exec.c:174 +#: g10/openfile.c:418 scd/scdaemon.c:914 #, c-format msgid "can't create directory `%s': %s\n" msgstr "tidak dapat membuat direktori `%s': %s\n" -#: agent/gpg-agent.c:1253 scd/scdaemon.c:948 +#: agent/gpg-agent.c:1210 scd/scdaemon.c:928 msgid "name of socket too long\n" msgstr "" -#: agent/gpg-agent.c:1279 scd/scdaemon.c:974 +#: agent/gpg-agent.c:1236 scd/scdaemon.c:954 #, fuzzy, c-format msgid "can't create socket: %s\n" msgstr "tidak dapat membuat %s: %s\n" -#: agent/gpg-agent.c:1308 scd/scdaemon.c:1003 +#: agent/gpg-agent.c:1265 scd/scdaemon.c:983 #, fuzzy, c-format msgid "error binding socket to `%s': %s\n" msgstr "kesalahan mengirim ke `%s': %s\n" -#: agent/gpg-agent.c:1316 scd/scdaemon.c:1011 +#: agent/gpg-agent.c:1273 scd/scdaemon.c:991 #, fuzzy, c-format msgid "listen() failed: %s\n" msgstr "gagal memperbarui: %s\n" -#: agent/gpg-agent.c:1322 scd/scdaemon.c:1017 +#: agent/gpg-agent.c:1279 scd/scdaemon.c:997 #, fuzzy, c-format msgid "listening on socket `%s'\n" msgstr "menulis kunci rahasia ke `%s'\n" -#: agent/gpg-agent.c:1350 agent/gpg-agent.c:1392 g10/openfile.c:421 +#: agent/gpg-agent.c:1307 agent/gpg-agent.c:1349 g10/openfile.c:421 #, fuzzy, c-format msgid "directory `%s' created\n" msgstr "%s: direktori tercipta\n" -#: agent/gpg-agent.c:1398 +#: agent/gpg-agent.c:1355 #, fuzzy, c-format msgid "stat() failed for `%s': %s\n" msgstr "trustdb: read failed (n=%d): %s\n" -#: agent/gpg-agent.c:1402 +#: agent/gpg-agent.c:1359 #, fuzzy, c-format msgid "can't use `%s' as home directory\n" msgstr "%s: tidak dapat membuat direktori: %s\n" -#: agent/gpg-agent.c:1504 +#: agent/gpg-agent.c:1461 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:1509 +#: agent/gpg-agent.c:1466 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:1526 +#: agent/gpg-agent.c:1483 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:1531 +#: agent/gpg-agent.c:1488 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:1627 scd/scdaemon.c:1136 +#: agent/gpg-agent.c:1584 scd/scdaemon.c:1116 #, fuzzy, c-format msgid "pth_select failed: %s - waiting 1s\n" msgstr "gagal perbarui rahasia: %s\n" -#: agent/gpg-agent.c:1733 scd/scdaemon.c:1203 +#: agent/gpg-agent.c:1690 scd/scdaemon.c:1183 #, fuzzy, c-format msgid "%s %s stopped\n" msgstr "%s: dilewati: %s\n" -#: agent/gpg-agent.c:1754 +#: agent/gpg-agent.c:1711 #, fuzzy msgid "no gpg-agent running in this session\n" msgstr "gpg-agent tidak tersedia untuk sesi ini\n" -#: agent/gpg-agent.c:1764 common/simple-pwquery.c:324 g10/call-agent.c:137 -#: sm/call-agent.c:144 tools/gpg-connect-agent.c:713 +#: agent/gpg-agent.c:1721 common/simple-pwquery.c:324 g10/call-agent.c:137 +#: sm/call-agent.c:144 tools/gpg-connect-agent.c:764 msgid "malformed GPG_AGENT_INFO environment variable\n" msgstr "variabel lingkungan GPG_AGENT_INFO salah bentuk\n" -#: agent/gpg-agent.c:1776 common/simple-pwquery.c:336 g10/call-agent.c:149 -#: sm/call-agent.c:156 tools/gpg-connect-agent.c:724 +#: agent/gpg-agent.c:1733 common/simple-pwquery.c:336 g10/call-agent.c:149 +#: sm/call-agent.c:156 tools/gpg-connect-agent.c:775 #, c-format msgid "gpg-agent protocol version %d is not supported\n" msgstr "protokol gpg-agent versi %d tidak didukung\n" @@ -479,51 +468,51 @@ msgid "" "Password cache maintenance\n" msgstr "" -#: agent/protect-tool.c:146 +#: agent/protect-tool.c:151 #, fuzzy msgid "Usage: gpg-protect-tool [options] (-h for help)\n" msgstr "Pemakaian: gpg [pilihan] [file] (-h untuk bantuan)" -#: agent/protect-tool.c:148 +#: agent/protect-tool.c:153 msgid "" "Syntax: gpg-protect-tool [options] [args]\n" "Secret key maintenance tool\n" msgstr "" -#: agent/protect-tool.c:1207 +#: agent/protect-tool.c:1193 #, fuzzy msgid "Please enter the passphrase to unprotect the PKCS#12 object." msgstr "Silakan masukkan passphrase; ini kalimat rahasia\n" -#: agent/protect-tool.c:1210 +#: agent/protect-tool.c:1196 #, fuzzy msgid "Please enter the passphrase to protect the new PKCS#12 object." msgstr "Silakan masukkan passphrase; ini kalimat rahasia\n" -#: agent/protect-tool.c:1213 +#: agent/protect-tool.c:1199 msgid "" "Please enter the passphrase to protect the imported object within the GnuPG " "system." msgstr "" -#: agent/protect-tool.c:1218 +#: agent/protect-tool.c:1204 #, fuzzy msgid "" "Please enter the passphrase or the PIN\n" "needed to complete this operation." msgstr "Silakan masukkan passphrase; ini kalimat rahasia\n" -#: agent/protect-tool.c:1223 tools/symcryptrun.c:488 +#: agent/protect-tool.c:1209 tools/symcryptrun.c:469 #, fuzzy msgid "Passphrase:" msgstr "passphrase yang buruk" -#: agent/protect-tool.c:1236 tools/symcryptrun.c:501 +#: agent/protect-tool.c:1222 tools/symcryptrun.c:482 #, fuzzy, c-format msgid "error while asking for the passphrase: %s\n" msgstr "kesalahan penciptaan passphrase: %s\n" -#: agent/protect-tool.c:1239 tools/symcryptrun.c:505 +#: agent/protect-tool.c:1225 tools/symcryptrun.c:486 #, fuzzy msgid "cancelled\n" msgstr "Batal" @@ -563,7 +552,7 @@ msgstr "" msgid "error reading `%s', line %d: %s\n" msgstr "kesalahan membaca `%s': %s\n" -#: agent/trustlist.c:355 agent/trustlist.c:394 +#: agent/trustlist.c:365 agent/trustlist.c:404 msgid "error reading list of trusted root certificates\n" msgstr "" @@ -576,7 +565,7 @@ msgstr "" #. second "%s" gets replaced by a hexdecimal #. fingerprint string whereas the first one receives #. the name as store in the certificate. -#: agent/trustlist.c:470 +#: agent/trustlist.c:480 #, c-format msgid "" "Please verify that the certificate identified as:%%0A \"%s\"%%0Ahas the " @@ -586,7 +575,7 @@ msgstr "" #. TRANSLATORS: "Correct" is the label of a button and intended to #. be hit if the fingerprint matches the one of the CA. The other #. button is "the default "Cancel" of the Pinentry. -#: agent/trustlist.c:479 +#: agent/trustlist.c:489 msgid "Correct" msgstr "" @@ -598,19 +587,19 @@ msgstr "" #. plain % sign, you need to encode it as "%%25". The #. "%s" gets replaced by the name as store in the #. certificate. -#: agent/trustlist.c:499 +#: agent/trustlist.c:509 #, c-format msgid "" "Do you ultimately trust%%0A \"%s\"%%0Ato correctly certify user " "certificates?" msgstr "" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 #, fuzzy msgid "Yes" msgstr "y|ya" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 msgid "No" msgstr "" @@ -654,12 +643,12 @@ msgstr "" msgid "error running `%s': terminated\n" msgstr "kesalahan membaca `%s': %s\n" -#: common/http.c:1623 +#: common/http.c:1621 #, fuzzy, c-format msgid "error creating socket: %s\n" msgstr "kesalahan penciptaan : `%s': %s\n" -#: common/http.c:1667 +#: common/http.c:1665 #, fuzzy msgid "host not found" msgstr "[User id tidak ditemukan]" @@ -753,6 +742,16 @@ msgstr "" msgid "cC" msgstr "c" +#: common/miscellaneous.c:73 +#, c-format +msgid "out of core in secure memory while allocating %lu bytes" +msgstr "" + +#: common/miscellaneous.c:76 +#, c-format +msgid "out of core while allocating %lu bytes" +msgstr "" + #: g10/armor.c:368 #, c-format msgid "armor: %s\n" @@ -1186,13 +1185,13 @@ msgstr "--output tidak berfungsi untuk perintah ini\n" msgid "can't open `%s'\n" msgstr "tidak dapat membuka `%s'\n" -#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1714 +#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1721 #: g10/revoke.c:228 #, fuzzy, c-format msgid "key \"%s\" not found: %s\n" msgstr "kunci '%s' tidak ditemukan: %s\n" -#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1728 +#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1735 #: g10/revoke.c:234 g10/revoke.c:479 #, c-format msgid "error reading keyblock: %s\n" @@ -1472,22 +1471,22 @@ msgstr "" msgid "Invalid key %s made valid by --allow-non-selfsigned-uid\n" msgstr "kunci tidak valid %08lX dibuat valid oleh --allow-non-selfsigned-uid\n" -#: g10/getkey.c:2390 g10/keyedit.c:3723 +#: g10/getkey.c:2393 g10/keyedit.c:3723 #, fuzzy, c-format msgid "no secret subkey for public subkey %s - ignoring\n" msgstr "tidak ada subkey rahasia untuk subkey publik %08lX. diabaikan\n" -#: g10/getkey.c:2621 +#: g10/getkey.c:2624 #, fuzzy, c-format msgid "using subkey %s instead of primary key %s\n" msgstr "menggunakan kunci sekunder %08lX bukannya kunci primer %08lX\n" -#: g10/getkey.c:2668 +#: g10/getkey.c:2671 #, fuzzy, c-format msgid "key %s: secret key without public key - skipped\n" msgstr "kunci %08lX: kunci rahasia tanpa kunci publik - dilewati\n" -#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:241 tools/gpgconf.c:56 +#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:242 tools/gpgconf.c:56 msgid "" "@Commands:\n" " " @@ -1503,27 +1502,27 @@ msgstr "|[file]|buat signature" msgid "|[file]|make a clear text signature" msgstr "|[file]|buat signature teks" -#: g10/gpg.c:373 sm/gpgsm.c:245 +#: g10/gpg.c:373 sm/gpgsm.c:246 msgid "make a detached signature" msgstr "buat detached signature" -#: g10/gpg.c:374 sm/gpgsm.c:246 +#: g10/gpg.c:374 sm/gpgsm.c:247 msgid "encrypt data" msgstr "enkripsi data" -#: g10/gpg.c:376 sm/gpgsm.c:247 +#: g10/gpg.c:376 sm/gpgsm.c:248 msgid "encryption only with symmetric cipher" msgstr "enkripsi hanya dengan symmetric cipher" -#: g10/gpg.c:378 sm/gpgsm.c:248 +#: g10/gpg.c:378 sm/gpgsm.c:249 msgid "decrypt data (default)" msgstr "dekripsi data (default)" -#: g10/gpg.c:380 sm/gpgsm.c:249 +#: g10/gpg.c:380 sm/gpgsm.c:250 msgid "verify a signature" msgstr "verifikasi signature" -#: g10/gpg.c:382 sm/gpgsm.c:251 +#: g10/gpg.c:382 sm/gpgsm.c:252 msgid "list keys" msgstr "tampilkan kunci" @@ -1536,11 +1535,11 @@ msgstr "tampilkan kunci dan signature" msgid "list and check key signatures" msgstr "periksa signature kunci" -#: g10/gpg.c:386 sm/gpgsm.c:255 +#: g10/gpg.c:386 sm/gpgsm.c:256 msgid "list keys and fingerprints" msgstr "tampilkan kunci dan fingerprint" -#: g10/gpg.c:387 sm/gpgsm.c:253 +#: g10/gpg.c:387 sm/gpgsm.c:254 msgid "list secret keys" msgstr "tampilkan kunci rahasia" @@ -1576,11 +1575,11 @@ msgstr "buat sertifikat revokasi" msgid "export keys" msgstr "ekspor kunci" -#: g10/gpg.c:398 sm/gpgsm.c:258 +#: g10/gpg.c:398 sm/gpgsm.c:259 msgid "export keys to a key server" msgstr "ekspor kunci ke key server" -#: g10/gpg.c:399 sm/gpgsm.c:259 +#: g10/gpg.c:399 sm/gpgsm.c:260 msgid "import keys from a key server" msgstr "impor kunci dari key server" @@ -1616,12 +1615,12 @@ msgstr "perbarui database trust" msgid "|algo [files]|print message digests" msgstr "|algo [file]|cetak digest pesan" -#: g10/gpg.c:431 sm/gpgsm.c:263 +#: g10/gpg.c:431 sm/gpgsm.c:264 msgid "run in server mode" msgstr "" -#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:278 -#: tools/gpg-connect-agent.c:57 tools/gpgconf.c:66 tools/symcryptrun.c:178 +#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:279 +#: tools/gpg-connect-agent.c:58 tools/gpgconf.c:66 tools/symcryptrun.c:159 msgid "" "@\n" "Options:\n" @@ -1631,31 +1630,31 @@ msgstr "" "Pilihan:\n" " " -#: g10/gpg.c:435 sm/gpgsm.c:280 +#: g10/gpg.c:435 sm/gpgsm.c:281 msgid "create ascii armored output" msgstr "ciptakan output ascii" -#: g10/gpg.c:437 sm/gpgsm.c:290 +#: g10/gpg.c:437 sm/gpgsm.c:293 msgid "|NAME|encrypt for NAME" msgstr "|NAMA|enkripsi untuk NAMA" -#: g10/gpg.c:448 sm/gpgsm.c:326 +#: g10/gpg.c:448 sm/gpgsm.c:329 msgid "use this user-id to sign or decrypt" msgstr "gunakan id-user ini untuk menandai/dekripsi" -#: g10/gpg.c:449 sm/gpgsm.c:329 +#: g10/gpg.c:449 sm/gpgsm.c:332 msgid "|N|set compress level N (0 disables)" msgstr "|N|set tingkat kompresi N (0 tidak ada)" -#: g10/gpg.c:454 sm/gpgsm.c:331 +#: g10/gpg.c:454 sm/gpgsm.c:334 msgid "use canonical text mode" msgstr "gunakan mode teks kanonikal" -#: g10/gpg.c:468 sm/gpgsm.c:334 tools/gpgconf.c:68 +#: g10/gpg.c:468 sm/gpgsm.c:337 tools/gpgconf.c:68 msgid "use as output file" msgstr "gunakan sebagai file output" -#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:344 tools/gpgconf.c:71 +#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:347 tools/gpgconf.c:71 msgid "do not make any changes" msgstr "jangan buat perubahan" @@ -1671,7 +1670,7 @@ msgstr "" msgid "generate PGP 2.x compatible messages" msgstr "" -#: g10/gpg.c:554 sm/gpgsm.c:392 +#: g10/gpg.c:554 sm/gpgsm.c:395 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -1679,7 +1678,7 @@ msgstr "" "@\n" "(Lihat man page untuk daftar lengkap semua perintah dan option)\n" -#: g10/gpg.c:557 sm/gpgsm.c:395 +#: g10/gpg.c:557 sm/gpgsm.c:398 msgid "" "@\n" "Examples:\n" @@ -1717,7 +1716,7 @@ msgstr "" "tandai, cek, enkripsi atau dekripsi\n" "operasi baku tergantung pada data input\n" -#: g10/gpg.c:782 sm/gpgsm.c:530 +#: g10/gpg.c:782 sm/gpgsm.c:534 msgid "" "\n" "Supported algorithms:\n" @@ -1745,7 +1744,7 @@ msgstr "Kompresi: " msgid "usage: gpg [options] " msgstr "pemakaian: gpg [pilihan] " -#: g10/gpg.c:1060 sm/gpgsm.c:682 +#: g10/gpg.c:1060 sm/gpgsm.c:686 msgid "conflicting commands\n" msgstr "perintah saling konflik\n" @@ -1869,6 +1868,11 @@ msgstr "tampilkan keyring tempat kunci yang dipilih berada" msgid "show expiration dates during signature listings" msgstr "Tidak ada signature koresponden di ring rahasia\n" +#: g10/gpg.c:1835 +#, c-format +msgid "libgcrypt is too old (need %s, have %s)\n" +msgstr "" + #: g10/gpg.c:1993 #, c-format msgid "NOTE: old default options file `%s' ignored\n" @@ -2009,7 +2013,7 @@ msgstr "%s:%d: opsi ekspor tidak valid\n" msgid "invalid auto-key-locate list\n" msgstr "" -#: g10/gpg.c:2893 sm/gpgsm.c:1232 +#: g10/gpg.c:2893 sm/gpgsm.c:1236 msgid "WARNING: program may create a core file!\n" msgstr "PERINGATAN: program mungkin membuat file core!\n" @@ -2055,11 +2059,11 @@ msgstr "" msgid "encrypting a message in --pgp2 mode requires the IDEA cipher\n" msgstr "mengenkripsi pesan dalam mode --pgp2 membutuhkan cipher IDEA\n" -#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1288 +#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1292 msgid "selected cipher algorithm is invalid\n" msgstr "algoritma cipher yang dipilih tidak valid\n" -#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1296 +#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1300 msgid "selected digest algorithm is invalid\n" msgstr "algoritma digest yang dipilih tidak valid\n" @@ -2297,7 +2301,7 @@ msgstr "mengambil kunci ini dari keyring" msgid "make timestamp conflicts only a warning" msgstr "buat timestamp konflik hanya sebagai peringatan" -#: g10/gpgv.c:76 sm/gpgsm.c:367 +#: g10/gpgv.c:76 sm/gpgsm.c:370 msgid "|FD|write status info to this FD" msgstr "|FD|tulis info status ke FD ini" @@ -3866,7 +3870,7 @@ msgid "(sensitive)" msgstr " (sensitive)" #: g10/keyedit.c:2743 g10/keyedit.c:2799 g10/keyedit.c:2860 g10/keyedit.c:2875 -#: g10/keylist.c:194 g10/keyserver.c:516 +#: g10/keylist.c:194 g10/keyserver.c:523 #, fuzzy, c-format msgid "created: %s" msgstr "tidak dapat membuat %s: %s\n" @@ -3883,7 +3887,7 @@ msgstr " [berakhir: %s]" #: g10/keyedit.c:2750 g10/keyedit.c:2801 g10/keyedit.c:2862 g10/keyedit.c:2877 #: g10/keylist.c:196 g10/keylist.c:748 g10/keylist.c:783 g10/keylist.c:877 -#: g10/keylist.c:898 g10/keyserver.c:522 g10/mainproc.c:985 +#: g10/keylist.c:898 g10/keyserver.c:529 g10/mainproc.c:985 #, fuzzy, c-format msgid "expires: %s" msgstr " [berakhir: %s]" @@ -3919,13 +3923,13 @@ msgstr "" "Perhatikan bahwa validitas kunci yang ditampilkan belum tentu benar\n" "kecuali anda memulai kembali program.\n" -#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:526 +#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:533 #: g10/mainproc.c:1831 g10/trustdb.c:1179 g10/trustdb.c:1699 #, fuzzy msgid "revoked" msgstr "[revoked] " -#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:530 +#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:537 #: g10/mainproc.c:1833 g10/trustdb.c:532 g10/trustdb.c:1701 #, fuzzy msgid "expired" @@ -4804,184 +4808,184 @@ msgstr "%lu kunci telah diperiksa (%lu signature)\n" msgid "%s: keyring created\n" msgstr "%s: keyring tercipta\n" -#: g10/keyserver.c:66 +#: g10/keyserver.c:73 msgid "include revoked keys in search results" msgstr "" -#: g10/keyserver.c:67 +#: g10/keyserver.c:74 msgid "include subkeys when searching by key ID" msgstr "" -#: g10/keyserver.c:69 +#: g10/keyserver.c:76 msgid "use temporary files to pass data to keyserver helpers" msgstr "" -#: g10/keyserver.c:71 +#: g10/keyserver.c:78 msgid "do not delete temporary files after using them" msgstr "" -#: g10/keyserver.c:75 +#: g10/keyserver.c:82 msgid "automatically retrieve keys when verifying signatures" msgstr "" -#: g10/keyserver.c:77 +#: g10/keyserver.c:84 #, fuzzy msgid "honor the preferred keyserver URL set on the key" msgstr "URL signature kebijakan yang diberikan tidak valid\n" -#: g10/keyserver.c:79 +#: g10/keyserver.c:86 msgid "honor the PKA record set on a key when retrieving keys" msgstr "" -#: g10/keyserver.c:145 +#: g10/keyserver.c:152 #, fuzzy, c-format msgid "WARNING: keyserver option `%s' is not used on this platform\n" msgstr "PERINGATAN: opsi dalam `%s' belum aktif selama pelaksanaan ini\n" -#: g10/keyserver.c:528 +#: g10/keyserver.c:535 #, fuzzy msgid "disabled" msgstr "disable" -#: g10/keyserver.c:729 +#: g10/keyserver.c:736 msgid "Enter number(s), N)ext, or Q)uit > " msgstr "" -#: g10/keyserver.c:813 g10/keyserver.c:1435 +#: g10/keyserver.c:820 g10/keyserver.c:1442 #, fuzzy, c-format msgid "invalid keyserver protocol (us %d!=handler %d)\n" msgstr "opsi ekspor tidak valid\n" -#: g10/keyserver.c:911 +#: g10/keyserver.c:918 #, fuzzy, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "kunci '%s' tidak ditemukan: %s\n" -#: g10/keyserver.c:913 +#: g10/keyserver.c:920 #, fuzzy msgid "key not found on keyserver\n" msgstr "kunci '%s' tidak ditemukan: %s\n" -#: g10/keyserver.c:1154 +#: g10/keyserver.c:1161 #, fuzzy, c-format msgid "requesting key %s from %s server %s\n" msgstr "meminta kunci %08lX dari %s\n" -#: g10/keyserver.c:1158 +#: g10/keyserver.c:1165 #, fuzzy, c-format msgid "requesting key %s from %s\n" msgstr "meminta kunci %08lX dari %s\n" -#: g10/keyserver.c:1182 +#: g10/keyserver.c:1189 #, fuzzy, c-format msgid "searching for names from %s server %s\n" msgstr "mencari \"%s\" dari server HKP %s\n" -#: g10/keyserver.c:1185 +#: g10/keyserver.c:1192 #, fuzzy, c-format msgid "searching for names from %s\n" msgstr "mencari \"%s\" dari server HKP %s\n" -#: g10/keyserver.c:1338 +#: g10/keyserver.c:1345 #, fuzzy, c-format msgid "sending key %s to %s server %s\n" msgstr "mencari \"%s\" dari server HKP %s\n" -#: g10/keyserver.c:1342 +#: g10/keyserver.c:1349 #, fuzzy, c-format msgid "sending key %s to %s\n" msgstr "" "\"\n" "ditandai dengan kunci anda %08lX pada %s\n" -#: g10/keyserver.c:1385 +#: g10/keyserver.c:1392 #, fuzzy, c-format msgid "searching for \"%s\" from %s server %s\n" msgstr "mencari \"%s\" dari server HKP %s\n" -#: g10/keyserver.c:1388 +#: g10/keyserver.c:1395 #, fuzzy, c-format msgid "searching for \"%s\" from %s\n" msgstr "mencari \"%s\" dari server HKP %s\n" -#: g10/keyserver.c:1395 g10/keyserver.c:1491 +#: g10/keyserver.c:1402 g10/keyserver.c:1498 #, fuzzy msgid "no keyserver action!\n" msgstr "opsi ekspor tidak valid\n" -#: g10/keyserver.c:1443 +#: g10/keyserver.c:1450 #, c-format msgid "WARNING: keyserver handler from a different version of GnuPG (%s)\n" msgstr "" -#: g10/keyserver.c:1452 +#: g10/keyserver.c:1459 msgid "keyserver did not send VERSION\n" msgstr "" -#: g10/keyserver.c:1514 g10/keyserver.c:2042 +#: g10/keyserver.c:1521 g10/keyserver.c:2049 msgid "no keyserver known (use option --keyserver)\n" msgstr "" -#: g10/keyserver.c:1520 +#: g10/keyserver.c:1527 msgid "external keyserver calls are not supported in this build\n" msgstr "" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1539 #, c-format msgid "no handler for keyserver scheme `%s'\n" msgstr "" -#: g10/keyserver.c:1537 +#: g10/keyserver.c:1544 #, c-format msgid "action `%s' not supported with keyserver scheme `%s'\n" msgstr "" -#: g10/keyserver.c:1545 +#: g10/keyserver.c:1552 #, c-format msgid "%s does not support handler version %d\n" msgstr "" -#: g10/keyserver.c:1552 +#: g10/keyserver.c:1559 #, fuzzy msgid "keyserver timed out\n" msgstr "kesalahan keyserver" -#: g10/keyserver.c:1557 +#: g10/keyserver.c:1564 #, fuzzy msgid "keyserver internal error\n" msgstr "kesalahan keyserver" -#: g10/keyserver.c:1566 +#: g10/keyserver.c:1573 #, fuzzy, c-format msgid "keyserver communications error: %s\n" msgstr "Penerimaan keyserver gagal: %s\n" -#: g10/keyserver.c:1591 g10/keyserver.c:1625 +#: g10/keyserver.c:1598 g10/keyserver.c:1632 #, c-format msgid "\"%s\" not a key ID: skipping\n" msgstr "" -#: g10/keyserver.c:1884 +#: g10/keyserver.c:1891 #, 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:1906 +#: g10/keyserver.c:1913 #, fuzzy, c-format msgid "refreshing 1 key from %s\n" msgstr "meminta kunci %08lX dari %s\n" -#: g10/keyserver.c:1908 +#: g10/keyserver.c:1915 #, fuzzy, c-format msgid "refreshing %d keys from %s\n" msgstr "meminta kunci %08lX dari %s\n" -#: g10/keyserver.c:1964 +#: g10/keyserver.c:1971 #, fuzzy, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "PERINGATAN: tidak dapat menghapus file temp (%s) `%s': %s\n" -#: g10/keyserver.c:1970 +#: g10/keyserver.c:1977 #, fuzzy, c-format msgid "WARNING: unable to parse URI %s\n" msgstr "PERINGATAN: tidak dapat menghapus file temp (%s) `%s': %s\n" @@ -5327,16 +5331,16 @@ msgstr "file konfigurasi baru `%s' tercipta\n" msgid "WARNING: options in `%s' are not yet active during this run\n" msgstr "PERINGATAN: opsi dalam `%s' belum aktif selama pelaksanaan ini\n" -#: g10/parse-packet.c:192 +#: g10/parse-packet.c:193 #, c-format msgid "can't handle public key algorithm %d\n" msgstr "tidak dapat menangani algoritma kunci publik %d\n" -#: g10/parse-packet.c:762 +#: g10/parse-packet.c:798 msgid "WARNING: potentially insecure symmetrically encrypted session key\n" msgstr "PERINGATAN: kunci sesi mungkin dienkripsi simetris secara tidak aman\n" -#: g10/parse-packet.c:1213 +#: g10/parse-packet.c:1249 #, c-format msgid "subpacket of type %d has critical bit set\n" msgstr "subpaket tipe %d memiliki bit kritis terset\n" @@ -5950,7 +5954,7 @@ msgid "cannot avoid weak key for symmetric cipher; tried %d times!\n" msgstr "" "tidak dapat menghindari kunci lemah untuk cipher simetrik; mencoba %d kali!\n" -#: g10/seskey.c:229 +#: g10/seskey.c:229 sm/certcheck.c:91 msgid "DSA requires the hash length to be a multiple of 8 bits\n" msgstr "" @@ -6521,7 +6525,7 @@ msgstr "" msgid "iconv_open failed: %s\n" msgstr "tidak dapat membuka file: %s\n" -#: jnlib/utf8conv.c:331 jnlib/utf8conv.c:597 +#: jnlib/utf8conv.c:338 jnlib/utf8conv.c:604 #, fuzzy, c-format msgid "conversion from `%s' to `%s' failed: %s\n" msgstr "gagal enarmoring: %s\n" @@ -6746,7 +6750,7 @@ msgstr "tidak ditemukan data OpenPGP yang valid.\n" msgid "run in multi server mode (foreground)" msgstr "" -#: scd/scdaemon.c:113 sm/gpgsm.c:356 +#: scd/scdaemon.c:113 sm/gpgsm.c:359 #, fuzzy msgid "read options from file" msgstr "membaca pilihan dari `%s'\n" @@ -6790,21 +6794,21 @@ msgid "" "Smartcard daemon for GnuPG\n" msgstr "" -#: scd/scdaemon.c:684 +#: scd/scdaemon.c:664 msgid "please use the option `--daemon' to run the program in the background\n" msgstr "" -#: scd/scdaemon.c:1032 +#: scd/scdaemon.c:1012 #, c-format msgid "handler for fd %d started\n" msgstr "" -#: scd/scdaemon.c:1037 +#: scd/scdaemon.c:1017 #, c-format msgid "handler for fd %d terminated\n" msgstr "" -#: sm/base64.c:323 +#: sm/base64.c:327 #, fuzzy, c-format msgid "invalid radix64 character %02x skipped\n" msgstr "karakter radix64 tidak valid %02x dilewati\n" @@ -6828,180 +6832,186 @@ msgstr "protokol gpg-agent versi %d tidak didukung\n" msgid "can't connect to the dirmngr - trying fall back\n" msgstr "" -#: sm/certchain.c:165 +#: sm/certchain.c:176 #, fuzzy, c-format msgid "critical certificate extension %s is not supported" msgstr "protokol gpg-agent versi %d tidak didukung\n" -#: sm/certchain.c:203 +#: sm/certchain.c:214 msgid "issuer certificate is not marked as a CA" msgstr "" -#: sm/certchain.c:242 +#: sm/certchain.c:253 msgid "critical marked policy without configured policies" msgstr "" -#: sm/certchain.c:252 +#: sm/certchain.c:263 #, fuzzy, c-format msgid "failed to open `%s': %s\n" msgstr "tidak dapat membuka `%s': %s\n" -#: sm/certchain.c:259 sm/certchain.c:288 +#: sm/certchain.c:270 sm/certchain.c:299 msgid "note: non-critical certificate policy not allowed" msgstr "" -#: sm/certchain.c:263 sm/certchain.c:292 +#: sm/certchain.c:274 sm/certchain.c:303 #, fuzzy msgid "certificate policy not allowed" msgstr "menulis kunci rahasia ke `%s'\n" -#: sm/certchain.c:403 +#: sm/certchain.c:414 msgid "looking up issuer at external location\n" msgstr "" -#: sm/certchain.c:423 +#: sm/certchain.c:434 #, c-format msgid "number of issuers matching: %d\n" msgstr "" -#: sm/certchain.c:576 sm/certchain.c:740 sm/certchain.c:1266 sm/decrypt.c:261 +#: sm/certchain.c:587 sm/certchain.c:753 sm/certchain.c:1334 sm/decrypt.c:261 #: sm/encrypt.c:343 sm/sign.c:328 sm/verify.c:107 #, fuzzy msgid "failed to allocated keyDB handle\n" msgstr "gagal inisialisasi TrustDB: %s\n" -#: sm/certchain.c:667 +#: sm/certchain.c:678 #, fuzzy msgid "certificate has been revoked" msgstr "CATATAN: kunci telah dibatalkan" -#: sm/certchain.c:676 +#: sm/certchain.c:687 #, fuzzy msgid "no CRL found for certificate" msgstr "sertifikat yang buruk" -#: sm/certchain.c:680 +#: sm/certchain.c:691 #, fuzzy msgid "the available CRL is too old" msgstr "Kunci tersedia di:" -#: sm/certchain.c:682 +#: sm/certchain.c:693 msgid "please make sure that the \"dirmngr\" is properly installed\n" msgstr "" -#: sm/certchain.c:687 +#: sm/certchain.c:698 #, fuzzy, c-format msgid "checking the CRL failed: %s" msgstr "Gagal memeriksa signature yang dibuat: %s\n" -#: sm/certchain.c:765 +#: sm/certchain.c:794 #, fuzzy msgid "no issuer found in certificate" msgstr "buat sertifikat revokasi" -#: sm/certchain.c:792 +#: sm/certchain.c:823 #, c-format msgid "certificate with invalid validity: %s" msgstr "" -#: sm/certchain.c:808 +#: sm/certchain.c:839 msgid "certificate not yet valid" msgstr "" -#: sm/certchain.c:821 +#: sm/certchain.c:852 #, fuzzy msgid "certificate has expired" msgstr "Kunci ini telah berakhir!" -#: sm/certchain.c:864 +#: sm/certchain.c:895 msgid "self-signed certificate has a BAD signature" msgstr "" -#: sm/certchain.c:932 +#: sm/certchain.c:963 msgid "root certificate is not marked trusted" msgstr "" -#: sm/certchain.c:947 +#: sm/certchain.c:978 #, fuzzy, c-format msgid "fingerprint=%s\n" msgstr "tampilkan fingerprint" -#: sm/certchain.c:955 +#: sm/certchain.c:986 msgid "root certificate has now been marked as trusted\n" msgstr "" -#: sm/certchain.c:970 +#: sm/certchain.c:1001 msgid "interactive marking as trusted not enabled in gpg-agent\n" msgstr "" -#: sm/certchain.c:976 +#: sm/certchain.c:1007 msgid "interactive marking as trusted disabled for this session\n" msgstr "" -#: sm/certchain.c:986 +#: sm/certchain.c:1017 #, fuzzy, c-format msgid "checking the trust list failed: %s\n" msgstr "Gagal memeriksa signature yang dibuat: %s\n" -#: sm/certchain.c:1013 sm/import.c:158 +#: sm/certchain.c:1044 sm/import.c:159 msgid "certificate chain too long\n" msgstr "" -#: sm/certchain.c:1025 +#: sm/certchain.c:1056 msgid "issuer certificate not found" msgstr "" -#: sm/certchain.c:1058 +#: sm/certchain.c:1089 #, fuzzy msgid "certificate has a BAD signature" msgstr "verifikasi signature" -#: sm/certchain.c:1088 +#: sm/certchain.c:1119 msgid "found another possible matching CA certificate - trying again" msgstr "" -#: sm/certchain.c:1139 +#: sm/certchain.c:1170 #, c-format msgid "certificate chain longer than allowed by CA (%d)" msgstr "" -#: sm/certcheck.c:52 -msgid "DSA requires the use of a 160 bit hash algorithm\n" -msgstr "DSA butuh penggunaan algoritma hash 160 bit\n" +#: sm/certcheck.c:103 +#, c-format +msgid "%s key uses an unsafe (%u bit) hash\n" +msgstr "" + +#: sm/certcheck.c:113 +#, c-format +msgid "a %u bit hash is not valid for a %u bit %s key\n" +msgstr "" -#: sm/certcheck.c:177 sm/sign.c:482 sm/verify.c:189 +#: sm/certcheck.c:250 sm/sign.c:482 sm/verify.c:189 msgid "(this is the MD2 algorithm)\n" msgstr "" -#: sm/certdump.c:68 sm/certdump.c:154 +#: sm/certdump.c:68 sm/certdump.c:151 #, fuzzy msgid "none" msgstr "n|t|tidak" -#: sm/certdump.c:163 +#: sm/certdump.c:162 #, fuzzy msgid "[none]" msgstr "tidak dikenal" -#: sm/certdump.c:536 sm/certdump.c:599 +#: sm/certdump.c:552 sm/certdump.c:597 sm/certdump.c:662 sm/certdump.c:715 #, fuzzy msgid "[Error - invalid encoding]" msgstr "kesalahan: fingerprint tidak valid\n" -#: sm/certdump.c:544 +#: sm/certdump.c:560 sm/certdump.c:605 msgid "[Error - out of core]" msgstr "" -#: sm/certdump.c:579 +#: sm/certdump.c:642 sm/certdump.c:698 msgid "[Error - No name]" msgstr "" -#: sm/certdump.c:604 +#: sm/certdump.c:667 sm/certdump.c:721 #, fuzzy msgid "[Error - invalid DN]" msgstr "kesalahan: fingerprint tidak valid\n" -#: sm/certdump.c:818 +#: sm/certdump.c:930 #, fuzzy, c-format msgid "" "Please enter the passphrase to unlock the secret key for:\n" @@ -7016,7 +7026,7 @@ msgstr "" msgid "no key usage specified - assuming all usages\n" msgstr "" -#: sm/certlist.c:135 sm/keylist.c:255 +#: sm/certlist.c:135 sm/keylist.c:258 #, fuzzy, c-format msgid "error getting key usage information: %s\n" msgstr "kesalahan menulis keyring rahasia `%s': %s\n" @@ -7103,7 +7113,7 @@ msgstr "" msgid "certificate `%s' not found: %s\n" msgstr "kunci '%s' tidak ditemukan: %s\n" -#: sm/delete.c:113 sm/keydb.c:1392 sm/keydb.c:1485 +#: sm/delete.c:113 sm/keydb.c:1397 sm/keydb.c:1497 #, fuzzy, c-format msgid "error locking keybox: %s\n" msgstr "gagal membaca keyblock: %s\n" @@ -7128,191 +7138,191 @@ msgstr "gagal menghapus keyblok: %s\n" msgid "no valid recipients given\n" msgstr "(Tidak diberikan deskripsi)\n" -#: sm/export.c:562 sm/export.c:578 sm/import.c:525 sm/import.c:550 +#: sm/export.c:615 sm/export.c:631 sm/import.c:526 sm/import.c:551 #, fuzzy, c-format msgid "error creating temporary file: %s\n" msgstr "kesalahan penciptaan passphrase: %s\n" -#: sm/export.c:569 sm/import.c:533 +#: sm/export.c:622 sm/import.c:534 #, fuzzy, c-format msgid "error writing to temporary file: %s\n" msgstr "menulis ke `%s'\n" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:244 #, fuzzy msgid "|[FILE]|make a signature" msgstr "|[file]|buat signature" -#: sm/gpgsm.c:244 +#: sm/gpgsm.c:245 #, fuzzy msgid "|[FILE]|make a clear text signature" msgstr "|[file]|buat signature teks" -#: sm/gpgsm.c:252 +#: sm/gpgsm.c:253 #, fuzzy msgid "list external keys" msgstr "tampilkan kunci rahasia" -#: sm/gpgsm.c:254 +#: sm/gpgsm.c:255 #, fuzzy msgid "list certificate chain" msgstr "sertifikat yang buruk" -#: sm/gpgsm.c:257 +#: sm/gpgsm.c:258 #, fuzzy msgid "remove key from the public keyring" msgstr "hapus kunci dari keyring publik" -#: sm/gpgsm.c:260 +#: sm/gpgsm.c:261 #, fuzzy msgid "import certificates" msgstr "sertifikat yang buruk" -#: sm/gpgsm.c:261 +#: sm/gpgsm.c:262 #, fuzzy msgid "export certificates" msgstr "sertifikat yang buruk" -#: sm/gpgsm.c:262 +#: sm/gpgsm.c:263 msgid "register a smartcard" msgstr "" -#: sm/gpgsm.c:264 +#: sm/gpgsm.c:265 msgid "pass a command to the dirmngr" msgstr "" -#: sm/gpgsm.c:266 +#: sm/gpgsm.c:267 msgid "invoke gpg-protect-tool" msgstr "" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:268 #, fuzzy msgid "change a passphrase" msgstr "ubah passphrase" -#: sm/gpgsm.c:282 +#: sm/gpgsm.c:283 #, fuzzy msgid "create base-64 encoded output" msgstr "ciptakan output ascii" -#: sm/gpgsm.c:284 +#: sm/gpgsm.c:287 msgid "assume input is in PEM format" msgstr "" -#: sm/gpgsm.c:286 +#: sm/gpgsm.c:289 msgid "assume input is in base-64 format" msgstr "" -#: sm/gpgsm.c:288 +#: sm/gpgsm.c:291 msgid "assume input is in binary format" msgstr "" -#: sm/gpgsm.c:293 +#: sm/gpgsm.c:296 msgid "use system's dirmngr if available" msgstr "" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "never consult a CRL" msgstr "" -#: sm/gpgsm.c:301 +#: sm/gpgsm.c:304 msgid "check validity using OCSP" msgstr "" -#: sm/gpgsm.c:304 +#: sm/gpgsm.c:307 msgid "|N|number of certificates to include" msgstr "" -#: sm/gpgsm.c:307 +#: sm/gpgsm.c:310 msgid "|FILE|take policy information from FILE" msgstr "" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "do not check certificate policies" msgstr "" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "fetch missing issuer certificates" msgstr "" -#: sm/gpgsm.c:318 +#: sm/gpgsm.c:321 msgid "|NAME|use NAME as default recipient" msgstr "|NAMA|gunakan NAMA sebagai penerima baku" -#: sm/gpgsm.c:320 +#: sm/gpgsm.c:323 msgid "use the default key as default recipient" msgstr "gunakan kunci baku sebagai penerima baku" -#: sm/gpgsm.c:337 +#: sm/gpgsm.c:340 msgid "don't use the terminal at all" msgstr "jangan menggunakan terminal" -#: sm/gpgsm.c:341 +#: sm/gpgsm.c:344 msgid "force v3 signatures" msgstr "paksa signature v3" -#: sm/gpgsm.c:342 +#: sm/gpgsm.c:345 msgid "always use a MDC for encryption" msgstr "selalu gunakan MDC untuk enkripsi" -#: sm/gpgsm.c:347 +#: sm/gpgsm.c:350 msgid "batch mode: never ask" msgstr "mode batch: tanpa tanya" -#: sm/gpgsm.c:348 +#: sm/gpgsm.c:351 msgid "assume yes on most questions" msgstr "asumsikan ya untuk seluruh pertanyaan" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 msgid "assume no on most questions" msgstr "asumsikan tidak untuk seluruh pertanyaan" -#: sm/gpgsm.c:351 +#: sm/gpgsm.c:354 msgid "add this keyring to the list of keyrings" msgstr "tambah keyring ini ke daftar keyring" -#: sm/gpgsm.c:352 +#: sm/gpgsm.c:355 msgid "add this secret keyring to the list" msgstr "tambah keyring rahasia ini ke daftar" -#: sm/gpgsm.c:353 +#: sm/gpgsm.c:356 msgid "|NAME|use NAME as default secret key" msgstr "|NAMA|gunakan NAMA sebagai kunci rahasia baku" -#: sm/gpgsm.c:354 +#: sm/gpgsm.c:357 msgid "|HOST|use this keyserver to lookup keys" msgstr "|HOST|gunakan keyserver ini utk lihat kunci" -#: sm/gpgsm.c:355 +#: sm/gpgsm.c:358 msgid "|NAME|set terminal charset to NAME" msgstr "|NAMA|set charset terminal ke NAMA" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "" -#: sm/gpgsm.c:374 +#: sm/gpgsm.c:377 msgid "|FILE|load extension module FILE" msgstr "|FILE|muat modul ekstensi FILE" -#: sm/gpgsm.c:380 +#: sm/gpgsm.c:383 msgid "|NAME|use cipher algorithm NAME" msgstr "|NAMA|gunakan algoritma cipher NAMA" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 msgid "|NAME|use message digest algorithm NAME" msgstr "|NAMA|gunakan algoritma digest pesan NAMA" -#: sm/gpgsm.c:384 +#: sm/gpgsm.c:387 msgid "|N|use compress algorithm N" msgstr "|N|gunakan algoritma kompresi N" -#: sm/gpgsm.c:520 +#: sm/gpgsm.c:524 #, fuzzy msgid "Usage: gpgsm [options] [files] (-h for help)" msgstr "Pemakaian: gpg [pilihan] [file] (-h untuk bantuan)" -#: sm/gpgsm.c:523 +#: sm/gpgsm.c:527 #, fuzzy msgid "" "Syntax: gpgsm [options] [files]\n" @@ -7323,45 +7333,40 @@ msgstr "" "tandai, cek, enkripsi atau dekripsi\n" "operasi baku tergantung pada data input\n" -#: sm/gpgsm.c:617 +#: sm/gpgsm.c:621 #, fuzzy msgid "usage: gpgsm [options] " msgstr "pemakaian: gpg [pilihan] " -#: sm/gpgsm.c:698 +#: sm/gpgsm.c:702 #, fuzzy, c-format msgid "can't encrypt to `%s': %s\n" msgstr "tidak dapat terkoneksi ke `%s': %s\n" -#: sm/gpgsm.c:773 -#, c-format -msgid "libksba is too old (need %s, have %s)\n" -msgstr "" - -#: sm/gpgsm.c:1249 +#: sm/gpgsm.c:1253 msgid "WARNING: running with faked system time: " msgstr "" -#: sm/gpgsm.c:1328 +#: sm/gpgsm.c:1332 #, fuzzy, c-format msgid "importing common certificates `%s'\n" msgstr "menulis ke `%s'\n" -#: sm/gpgsm.c:1346 +#: sm/gpgsm.c:1350 #, fuzzy, c-format msgid "can't sign using `%s': %s\n" msgstr "tidak dapat menutup `%s': %s\n" -#: sm/gpgsm.c:1536 +#: sm/gpgsm.c:1542 msgid "this command has not yet been implemented\n" msgstr "" -#: sm/gpgsm.c:1601 +#: sm/gpgsm.c:1606 #, fuzzy msgid "key generation is not available from the commandline\n" msgstr "gpg-agent tidak tersedia untuk sesi ini\n" -#: sm/gpgsm.c:1602 +#: sm/gpgsm.c:1607 #, fuzzy, c-format msgid "please use the script \"%s\" to generate a new key\n" msgstr "Silakan pilih kunci yang anda inginkan:\n" @@ -7371,21 +7376,21 @@ msgstr "Silakan pilih kunci yang anda inginkan:\n" msgid "total number processed: %lu\n" msgstr "Jumlah yang telah diproses: %lu\n" -#: sm/import.c:227 +#: sm/import.c:228 #, fuzzy msgid "error storing certificate\n" msgstr "buat sertifikat revokasi" -#: sm/import.c:235 +#: sm/import.c:236 msgid "basic certificate checks failed - not imported\n" msgstr "" -#: sm/import.c:421 sm/import.c:453 +#: sm/import.c:422 sm/import.c:454 #, fuzzy, c-format msgid "error importing certificate: %s\n" msgstr "kesalahan penciptaan passphrase: %s\n" -#: sm/import.c:542 tools/gpg-connect-agent.c:384 +#: sm/import.c:543 tools/gpg-connect-agent.c:388 #, fuzzy, c-format msgid "error reading input: %s\n" msgstr "kesalahan membaca `%s': %s\n" @@ -7404,12 +7409,12 @@ msgstr "" msgid "keybox `%s' created\n" msgstr "%s: keyring tercipta\n" -#: sm/keydb.c:1312 sm/keydb.c:1378 +#: sm/keydb.c:1312 sm/keydb.c:1380 #, fuzzy msgid "failed to get the fingerprint\n" msgstr "gagal inisialisasi TrustDB: %s\n" -#: sm/keydb.c:1319 sm/keydb.c:1385 +#: sm/keydb.c:1319 sm/keydb.c:1387 #, fuzzy msgid "failed to allocate keyDB handle\n" msgstr "gagal inisialisasi TrustDB: %s\n" @@ -7429,17 +7434,17 @@ msgstr "kesalahan penciptaan passphrase: %s\n" msgid "error storing certificate: %s\n" msgstr "kesalahan penciptaan passphrase: %s\n" -#: sm/keydb.c:1400 +#: sm/keydb.c:1408 #, fuzzy, c-format msgid "problem re-searching certificate: %s\n" msgstr "rev? masalah memeriksa pembatalan: %s\n" -#: sm/keydb.c:1409 sm/keydb.c:1497 +#: sm/keydb.c:1417 sm/keydb.c:1509 #, fuzzy, c-format msgid "error getting stored flags: %s\n" msgstr "kesalahan penciptaan passphrase: %s\n" -#: sm/keydb.c:1418 sm/keydb.c:1508 +#: sm/keydb.c:1429 sm/keydb.c:1520 #, fuzzy, c-format msgid "error storing flags: %s\n" msgstr "kesalahan membaca `%s': %s\n" @@ -7512,103 +7517,107 @@ msgstr "Signature baik dari \"" msgid " aka" msgstr " alias \"" -#: tools/gpg-connect-agent.c:60 tools/gpgconf.c:70 tools/symcryptrun.c:186 +#: tools/gpg-connect-agent.c:61 tools/gpgconf.c:70 tools/symcryptrun.c:167 #, fuzzy msgid "quiet" msgstr "q|k|keluar" -#: tools/gpg-connect-agent.c:61 +#: tools/gpg-connect-agent.c:62 msgid "print data out hex encoded" msgstr "" -#: tools/gpg-connect-agent.c:62 +#: tools/gpg-connect-agent.c:63 +msgid "decode received data lines" +msgstr "" + +#: tools/gpg-connect-agent.c:64 msgid "|NAME|connect to Assuan socket NAME" msgstr "" -#: tools/gpg-connect-agent.c:63 +#: tools/gpg-connect-agent.c:65 msgid "run the Assuan server given on the command line" msgstr "" -#: tools/gpg-connect-agent.c:65 +#: tools/gpg-connect-agent.c:67 msgid "do not use extended connect mode" msgstr "" -#: tools/gpg-connect-agent.c:126 +#: tools/gpg-connect-agent.c:129 #, fuzzy msgid "Usage: gpg-connect-agent [options] (-h for help)" msgstr "Pemakaian: gpg [pilihan] [file] (-h untuk bantuan)" -#: tools/gpg-connect-agent.c:129 +#: tools/gpg-connect-agent.c:132 msgid "" "Syntax: gpg-connect-agent [options]\n" "Connect to a running agent and send commands\n" msgstr "" -#: tools/gpg-connect-agent.c:324 +#: tools/gpg-connect-agent.c:328 #, c-format msgid "option \"%s\" requires a program and optional arguments\n" msgstr "" -#: tools/gpg-connect-agent.c:333 +#: tools/gpg-connect-agent.c:337 #, c-format msgid "option \"%s\" ignored due to \"%s\"\n" msgstr "" -#: tools/gpg-connect-agent.c:391 +#: tools/gpg-connect-agent.c:395 #, fuzzy msgid "line too long - skipped\n" msgstr "baris terlalu panjang\n" -#: tools/gpg-connect-agent.c:395 +#: tools/gpg-connect-agent.c:399 msgid "line shortened due to embedded Nul character\n" msgstr "" -#: tools/gpg-connect-agent.c:457 +#: tools/gpg-connect-agent.c:471 #, fuzzy, c-format msgid "unknown command `%s'\n" msgstr "penerima baku tidak dikenal `%s'\n" -#: tools/gpg-connect-agent.c:465 +#: tools/gpg-connect-agent.c:479 #, fuzzy, c-format msgid "sending line failed: %s\n" msgstr "gagal menandai: %s\n" -#: tools/gpg-connect-agent.c:473 +#: tools/gpg-connect-agent.c:487 #, fuzzy, c-format msgid "receiving line failed: %s\n" msgstr "gagal menghapus keyblok: %s\n" -#: tools/gpg-connect-agent.c:746 +#: tools/gpg-connect-agent.c:797 #, fuzzy, c-format msgid "error sending %s command: %s\n" msgstr "kesalahan mengirim ke `%s': %s\n" -#: tools/gpg-connect-agent.c:755 +#: tools/gpg-connect-agent.c:806 #, fuzzy, c-format msgid "error sending standard options: %s\n" msgstr "kesalahan mengirim ke `%s': %s\n" #: tools/gpgconf-comp.c:445 tools/gpgconf-comp.c:525 tools/gpgconf-comp.c:592 -#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:720 +#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:723 msgid "Options controlling the diagnostic output" msgstr "" #: tools/gpgconf-comp.c:458 tools/gpgconf-comp.c:538 tools/gpgconf-comp.c:605 -#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:743 +#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:746 msgid "Options controlling the configuration" msgstr "" #: tools/gpgconf-comp.c:468 tools/gpgconf-comp.c:563 tools/gpgconf-comp.c:612 -#: tools/gpgconf-comp.c:671 tools/gpgconf-comp.c:750 +#: tools/gpgconf-comp.c:674 tools/gpgconf-comp.c:753 msgid "Options useful for debugging" msgstr "" #: tools/gpgconf-comp.c:473 tools/gpgconf-comp.c:568 tools/gpgconf-comp.c:617 -#: tools/gpgconf-comp.c:676 tools/gpgconf-comp.c:758 +#: tools/gpgconf-comp.c:679 tools/gpgconf-comp.c:761 msgid "|FILE|write server mode logs to FILE" msgstr "" -#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:684 +#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:687 msgid "Options controlling the security" msgstr "" @@ -7636,31 +7645,36 @@ msgstr "" msgid "allow PKA lookups (DNS requests)" msgstr "" -#: tools/gpgconf-comp.c:689 +#: tools/gpgconf-comp.c:669 +#, fuzzy +msgid "|NAME|use encoding NAME for PKCS#12 passphrases" +msgstr "|NAMA|gunakan algoritma cipher NAMA untuk passphrase" + +#: tools/gpgconf-comp.c:692 msgid "do not check CRLs for root certificates" msgstr "" -#: tools/gpgconf-comp.c:733 +#: tools/gpgconf-comp.c:736 msgid "Options controlling the format of the output" msgstr "" -#: tools/gpgconf-comp.c:769 +#: tools/gpgconf-comp.c:772 msgid "Options controlling the interactivity and enforcement" msgstr "" -#: tools/gpgconf-comp.c:779 +#: tools/gpgconf-comp.c:782 msgid "Configuration for HTTP servers" msgstr "" -#: tools/gpgconf-comp.c:790 +#: tools/gpgconf-comp.c:793 msgid "use system's HTTP proxy setting" msgstr "" -#: tools/gpgconf-comp.c:795 +#: tools/gpgconf-comp.c:798 msgid "Configuration of LDAP servers to use" msgstr "" -#: tools/gpgconf-comp.c:832 +#: tools/gpgconf-comp.c:835 msgid "Configuration for OCSP" msgstr "" @@ -7724,7 +7738,7 @@ msgstr "menulis kunci rahasia ke `%s'\n" msgid "error allocating enough memory: %s\n" msgstr "kesalahan menulis keyring `%s': %s\n" -#: tools/symcryptrun.c:173 +#: tools/symcryptrun.c:154 #, fuzzy msgid "" "@\n" @@ -7734,166 +7748,169 @@ msgstr "" "@Perintah:\n" " " -#: tools/symcryptrun.c:175 +#: tools/symcryptrun.c:156 #, fuzzy msgid "decryption modus" msgstr "dekripsi lancar\n" -#: tools/symcryptrun.c:176 +#: tools/symcryptrun.c:157 #, fuzzy msgid "encryption modus" msgstr "dekripsi lancar\n" -#: tools/symcryptrun.c:180 +#: tools/symcryptrun.c:161 msgid "tool class (confucius)" msgstr "" -#: tools/symcryptrun.c:181 +#: tools/symcryptrun.c:162 #, fuzzy msgid "program filename" msgstr "--store [namafile]" -#: tools/symcryptrun.c:183 +#: tools/symcryptrun.c:164 msgid "secret key file (required)" msgstr "" -#: tools/symcryptrun.c:184 +#: tools/symcryptrun.c:165 msgid "input file name (default stdin)" msgstr "" -#: tools/symcryptrun.c:228 +#: tools/symcryptrun.c:209 #, fuzzy msgid "Usage: symcryptrun [options] (-h for help)" msgstr "Pemakaian: gpg [pilihan] [file] (-h untuk bantuan)" -#: tools/symcryptrun.c:231 +#: tools/symcryptrun.c:212 msgid "" "Syntax: symcryptrun --class CLASS --program PROGRAM --keyfile KEYFILE " "[options...] COMMAND [inputfile]\n" "Call a simple symmetric encryption tool\n" msgstr "" -#: tools/symcryptrun.c:313 +#: tools/symcryptrun.c:294 #, fuzzy, c-format msgid "%s on %s aborted with status %i\n" msgstr "%s tidak dibolehkan dengan %s!\n" -#: tools/symcryptrun.c:320 +#: tools/symcryptrun.c:301 #, fuzzy, c-format msgid "%s on %s failed with status %i\n" msgstr "tidak dapat membuka file: %s\n" -#: tools/symcryptrun.c:346 +#: tools/symcryptrun.c:327 #, fuzzy, c-format msgid "can't create temporary directory `%s': %s\n" msgstr "tidak dapat membuat direktori `%s': %s\n" -#: tools/symcryptrun.c:386 tools/symcryptrun.c:403 +#: tools/symcryptrun.c:367 tools/symcryptrun.c:384 #, fuzzy, c-format msgid "could not open %s for writing: %s\n" msgstr "tidak dapat membuka %s: %s\n" -#: tools/symcryptrun.c:414 +#: tools/symcryptrun.c:395 #, fuzzy, c-format msgid "error writing to %s: %s\n" msgstr "kesalahan menulis keyring `%s': %s\n" -#: tools/symcryptrun.c:421 +#: tools/symcryptrun.c:402 #, fuzzy, c-format msgid "error reading from %s: %s\n" msgstr "kesalahan membaca `%s': %s\n" -#: tools/symcryptrun.c:428 tools/symcryptrun.c:435 +#: tools/symcryptrun.c:409 tools/symcryptrun.c:416 #, fuzzy, c-format msgid "error closing %s: %s\n" msgstr "kesalahan membaca `%s': %s\n" -#: tools/symcryptrun.c:545 +#: tools/symcryptrun.c:526 #, fuzzy msgid "no --program option provided\n" msgstr "tidak ada eksekusi program remote yang didukung\n" -#: tools/symcryptrun.c:551 +#: tools/symcryptrun.c:532 msgid "only --decrypt and --encrypt are supported\n" msgstr "" -#: tools/symcryptrun.c:557 +#: tools/symcryptrun.c:538 msgid "no --keyfile option provided\n" msgstr "" -#: tools/symcryptrun.c:568 +#: tools/symcryptrun.c:549 msgid "cannot allocate args vector\n" msgstr "" -#: tools/symcryptrun.c:586 +#: tools/symcryptrun.c:567 #, fuzzy, c-format msgid "could not create pipe: %s\n" msgstr "tidak dapat membuat %s: %s\n" -#: tools/symcryptrun.c:593 +#: tools/symcryptrun.c:574 #, fuzzy, c-format msgid "could not create pty: %s\n" msgstr "tidak dapat membuat %s: %s\n" -#: tools/symcryptrun.c:609 +#: tools/symcryptrun.c:590 #, c-format msgid "could not fork: %s\n" msgstr "" -#: tools/symcryptrun.c:637 +#: tools/symcryptrun.c:618 #, fuzzy, c-format msgid "execv failed: %s\n" msgstr "gagal memperbarui: %s\n" -#: tools/symcryptrun.c:666 +#: tools/symcryptrun.c:647 #, fuzzy, c-format msgid "select failed: %s\n" msgstr "gagal menghapus keyblok: %s\n" -#: tools/symcryptrun.c:683 +#: tools/symcryptrun.c:664 #, fuzzy, c-format msgid "read failed: %s\n" msgstr "gagal memperbarui: %s\n" -#: tools/symcryptrun.c:735 +#: tools/symcryptrun.c:716 #, fuzzy, c-format msgid "pty read failed: %s\n" msgstr "gagal memperbarui: %s\n" -#: tools/symcryptrun.c:787 +#: tools/symcryptrun.c:768 #, fuzzy, c-format msgid "waitpid failed: %s\n" msgstr "gagal memperbarui: %s\n" -#: tools/symcryptrun.c:801 +#: tools/symcryptrun.c:782 #, c-format msgid "child aborted with status %i\n" msgstr "" -#: tools/symcryptrun.c:856 +#: tools/symcryptrun.c:837 #, fuzzy, c-format msgid "cannot allocate infile string: %s\n" msgstr "tidak dapat membuat %s: %s\n" -#: tools/symcryptrun.c:869 +#: tools/symcryptrun.c:850 #, fuzzy, c-format msgid "cannot allocate outfile string: %s\n" msgstr "tidak dapat membuat %s: %s\n" -#: tools/symcryptrun.c:1044 +#: tools/symcryptrun.c:1025 #, c-format msgid "either %s or %s must be given\n" msgstr "" -#: tools/symcryptrun.c:1064 +#: tools/symcryptrun.c:1045 msgid "no class provided\n" msgstr "" -#: tools/symcryptrun.c:1071 +#: tools/symcryptrun.c:1052 #, fuzzy, c-format msgid "class %s is not supported\n" msgstr "algoritma proteksi %d%s tidak didukung\n" +#~ msgid "DSA requires the use of a 160 bit hash algorithm\n" +#~ msgstr "DSA butuh penggunaan algoritma hash 160 bit\n" + #, fuzzy #~ msgid ".\n" #~ msgstr "%s.\n" @@ -8653,9 +8670,6 @@ msgstr "algoritma proteksi %d%s tidak didukung\n" #~ msgid "|NAME|use message digest algorithm NAME for passphrases" #~ msgstr "|NAMA|gunakan algoritma digest NAMA utk passphrase" -#~ msgid "|NAME|use cipher algorithm NAME for passphrases" -#~ msgstr "|NAMA|gunakan algoritma cipher NAMA untuk passphrase" - #~ msgid "throw keyid field of encrypted packets" #~ msgstr "buang field keyid paket terenkripsi" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg 1.1.92\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2007-03-08 14:20+0100\n" +"POT-Creation-Date: 2007-05-07 20:39+0200\n" "PO-Revision-Date: 2004-06-16 17:01+0200\n" "Last-Translator: Marco d'Itri <md@linux.it>\n" "Language-Team: Italian <tp@lists.linux.it>\n" @@ -89,8 +89,8 @@ msgstr "impossibile creare `%s': %s\n" #: g10/keyring.c:1534 g10/openfile.c:190 g10/openfile.c:345 #: g10/plaintext.c:504 g10/sign.c:814 g10/sign.c:1009 g10/sign.c:1125 #: g10/sign.c:1281 g10/tdbdump.c:141 g10/tdbdump.c:149 g10/tdbio.c:542 -#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1775 -#: sm/gpgsm.c:1812 sm/qualified.c:74 +#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1780 +#: sm/gpgsm.c:1817 sm/gpgsm.c:1855 sm/qualified.c:74 #, c-format msgid "can't open `%s': %s\n" msgstr "impossibile aprire `%s': %s\n" @@ -189,13 +189,13 @@ msgstr "" "Ti serve una passphrase per proteggere la tua chiave segreta.\n" "\n" -#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1216 +#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1202 #, fuzzy msgid "Please re-enter this passphrase" msgstr "cambia la passphrase" -#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1222 -#: tools/symcryptrun.c:487 +#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1208 +#: tools/symcryptrun.c:468 msgid "does not match - try again" msgstr "" @@ -204,7 +204,7 @@ msgstr "" msgid "Please enter the new passphrase" msgstr "cambia la passphrase" -#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:109 +#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:111 #: scd/scdaemon.c:103 #, fuzzy msgid "" @@ -224,13 +224,13 @@ msgid "run in daemon mode (background)" msgstr "" #: agent/gpg-agent.c:117 g10/gpg.c:470 g10/gpgv.c:71 kbx/kbxutil.c:82 -#: scd/scdaemon.c:109 sm/gpgsm.c:335 tools/gpg-connect-agent.c:59 -#: tools/gpgconf.c:69 tools/symcryptrun.c:185 +#: scd/scdaemon.c:109 sm/gpgsm.c:338 tools/gpg-connect-agent.c:60 +#: tools/gpgconf.c:69 tools/symcryptrun.c:166 msgid "verbose" msgstr "prolisso" #: agent/gpg-agent.c:118 g10/gpgv.c:72 kbx/kbxutil.c:83 scd/scdaemon.c:110 -#: sm/gpgsm.c:336 +#: sm/gpgsm.c:339 msgid "be somewhat more quiet" msgstr "meno prolisso" @@ -242,7 +242,7 @@ msgstr "" msgid "csh-style command output" msgstr "" -#: agent/gpg-agent.c:121 tools/symcryptrun.c:188 +#: agent/gpg-agent.c:121 tools/symcryptrun.c:169 #, fuzzy msgid "|FILE|read options from FILE" msgstr "|FILE|carica il modulo di estensione FILE" @@ -255,8 +255,8 @@ msgstr "" msgid "do not grab keyboard and mouse" msgstr "" -#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:338 -#: tools/symcryptrun.c:187 +#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:341 +#: tools/symcryptrun.c:168 #, fuzzy msgid "use a log file for the server" msgstr "cerca delle chiavi su un key server" @@ -312,9 +312,9 @@ msgstr "" msgid "|FILE|write environment settings also to FILE" msgstr "" -#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:143 -#: scd/scdaemon.c:192 sm/gpgsm.c:517 tools/gpg-connect-agent.c:123 -#: tools/gpgconf.c:91 tools/symcryptrun.c:225 +#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:148 +#: scd/scdaemon.c:192 sm/gpgsm.c:521 tools/gpg-connect-agent.c:126 +#: tools/gpgconf.c:91 tools/symcryptrun.c:206 #, fuzzy msgid "Please report bugs to <" msgstr "Per favore segnala i bug a <gnupg-bugs@gnu.org>.\n" @@ -330,138 +330,127 @@ msgid "" "Secret key management for GnuPG\n" msgstr "" -#: agent/gpg-agent.c:311 -#, c-format -msgid "out of core in secure memory while allocating %lu bytes" -msgstr "" - -#: agent/gpg-agent.c:314 -#, c-format -msgid "out of core while allocating %lu bytes" -msgstr "" - -#: agent/gpg-agent.c:345 g10/gpg.c:931 scd/scdaemon.c:266 sm/gpgsm.c:646 +#: agent/gpg-agent.c:303 g10/gpg.c:931 scd/scdaemon.c:247 sm/gpgsm.c:650 #, c-format msgid "invalid debug-level `%s' given\n" msgstr "" -#: agent/gpg-agent.c:521 agent/protect-tool.c:1073 g10/gpg.c:1835 -#: kbx/kbxutil.c:432 scd/scdaemon.c:358 sm/gpgsm.c:768 -#: tools/symcryptrun.c:1056 +#: agent/gpg-agent.c:479 agent/protect-tool.c:1059 kbx/kbxutil.c:432 +#: scd/scdaemon.c:339 sm/gpgsm.c:771 sm/gpgsm.c:774 tools/symcryptrun.c:1037 #, c-format -msgid "libgcrypt is too old (need %s, have %s)\n" +msgid "%s is too old (need %s, have %s)\n" msgstr "" -#: agent/gpg-agent.c:615 g10/gpg.c:2035 scd/scdaemon.c:435 sm/gpgsm.c:865 +#: agent/gpg-agent.c:572 g10/gpg.c:2035 scd/scdaemon.c:415 sm/gpgsm.c:865 #, c-format msgid "NOTE: no default option file `%s'\n" msgstr "NOTA: manca il file `%s' con le opzioni predefinite\n" -#: agent/gpg-agent.c:620 agent/gpg-agent.c:1179 g10/gpg.c:2039 -#: scd/scdaemon.c:440 sm/gpgsm.c:869 tools/symcryptrun.c:989 +#: agent/gpg-agent.c:577 agent/gpg-agent.c:1136 g10/gpg.c:2039 +#: scd/scdaemon.c:420 sm/gpgsm.c:869 tools/symcryptrun.c:970 #, c-format msgid "option file `%s': %s\n" msgstr "file con le opzioni `%s': %s\n" -#: agent/gpg-agent.c:628 g10/gpg.c:2046 scd/scdaemon.c:448 sm/gpgsm.c:876 +#: agent/gpg-agent.c:585 g10/gpg.c:2046 scd/scdaemon.c:428 sm/gpgsm.c:876 #, c-format msgid "reading options from `%s'\n" msgstr "lettura delle opzioni da `%s'\n" -#: agent/gpg-agent.c:949 g10/plaintext.c:142 g10/plaintext.c:147 +#: agent/gpg-agent.c:906 g10/plaintext.c:142 g10/plaintext.c:147 #: g10/plaintext.c:164 #, c-format msgid "error creating `%s': %s\n" msgstr "errore creando `%s': %s\n" -#: agent/gpg-agent.c:1239 agent/gpg-agent.c:1342 agent/gpg-agent.c:1346 -#: agent/gpg-agent.c:1382 agent/gpg-agent.c:1386 g10/exec.c:174 -#: g10/openfile.c:418 scd/scdaemon.c:934 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:1299 agent/gpg-agent.c:1303 +#: agent/gpg-agent.c:1339 agent/gpg-agent.c:1343 g10/exec.c:174 +#: g10/openfile.c:418 scd/scdaemon.c:914 #, c-format msgid "can't create directory `%s': %s\n" msgstr "impossibile creare la directory `%s': %s\n" -#: agent/gpg-agent.c:1253 scd/scdaemon.c:948 +#: agent/gpg-agent.c:1210 scd/scdaemon.c:928 msgid "name of socket too long\n" msgstr "" -#: agent/gpg-agent.c:1279 scd/scdaemon.c:974 +#: agent/gpg-agent.c:1236 scd/scdaemon.c:954 #, fuzzy, c-format msgid "can't create socket: %s\n" msgstr "impossibile creare %s: %s\n" -#: agent/gpg-agent.c:1308 scd/scdaemon.c:1003 +#: agent/gpg-agent.c:1265 scd/scdaemon.c:983 #, fuzzy, c-format msgid "error binding socket to `%s': %s\n" msgstr "errore leggendo `%s': %s\n" -#: agent/gpg-agent.c:1316 scd/scdaemon.c:1011 +#: agent/gpg-agent.c:1273 scd/scdaemon.c:991 #, fuzzy, c-format msgid "listen() failed: %s\n" msgstr "aggiornamento fallito: %s\n" -#: agent/gpg-agent.c:1322 scd/scdaemon.c:1017 +#: agent/gpg-agent.c:1279 scd/scdaemon.c:997 #, fuzzy, c-format msgid "listening on socket `%s'\n" msgstr "scrittura della chiave segreta in `%s'\n" -#: agent/gpg-agent.c:1350 agent/gpg-agent.c:1392 g10/openfile.c:421 +#: agent/gpg-agent.c:1307 agent/gpg-agent.c:1349 g10/openfile.c:421 #, fuzzy, c-format msgid "directory `%s' created\n" msgstr "%s: directory creata\n" -#: agent/gpg-agent.c:1398 +#: agent/gpg-agent.c:1355 #, fuzzy, c-format msgid "stat() failed for `%s': %s\n" msgstr "trustdb: read fallita (n=%d): %s\n" -#: agent/gpg-agent.c:1402 +#: agent/gpg-agent.c:1359 #, fuzzy, c-format msgid "can't use `%s' as home directory\n" msgstr "%s: impossibile creare la directory: %s\n" -#: agent/gpg-agent.c:1504 +#: agent/gpg-agent.c:1461 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:1509 +#: agent/gpg-agent.c:1466 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:1526 +#: agent/gpg-agent.c:1483 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:1531 +#: agent/gpg-agent.c:1488 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:1627 scd/scdaemon.c:1136 +#: agent/gpg-agent.c:1584 scd/scdaemon.c:1116 #, fuzzy, c-format msgid "pth_select failed: %s - waiting 1s\n" msgstr "aggiornamento della chiave segreta fallito: %s\n" -#: agent/gpg-agent.c:1733 scd/scdaemon.c:1203 +#: agent/gpg-agent.c:1690 scd/scdaemon.c:1183 #, fuzzy, c-format msgid "%s %s stopped\n" msgstr "%s: saltata: %s\n" -#: agent/gpg-agent.c:1754 +#: agent/gpg-agent.c:1711 #, fuzzy msgid "no gpg-agent running in this session\n" msgstr "gpg-agent non disponibile in questa sessione\n" -#: agent/gpg-agent.c:1764 common/simple-pwquery.c:324 g10/call-agent.c:137 -#: sm/call-agent.c:144 tools/gpg-connect-agent.c:713 +#: agent/gpg-agent.c:1721 common/simple-pwquery.c:324 g10/call-agent.c:137 +#: sm/call-agent.c:144 tools/gpg-connect-agent.c:764 msgid "malformed GPG_AGENT_INFO environment variable\n" msgstr "variabile di ambiente GPG_AGENT_INFO malformata\n" -#: agent/gpg-agent.c:1776 common/simple-pwquery.c:336 g10/call-agent.c:149 -#: sm/call-agent.c:156 tools/gpg-connect-agent.c:724 +#: agent/gpg-agent.c:1733 common/simple-pwquery.c:336 g10/call-agent.c:149 +#: sm/call-agent.c:156 tools/gpg-connect-agent.c:775 #, c-format msgid "gpg-agent protocol version %d is not supported\n" msgstr "la versione %d del protocollo di gpg-agent non gestita\n" @@ -477,51 +466,51 @@ msgid "" "Password cache maintenance\n" msgstr "" -#: agent/protect-tool.c:146 +#: agent/protect-tool.c:151 #, fuzzy msgid "Usage: gpg-protect-tool [options] (-h for help)\n" msgstr "Uso: gpg [opzioni] [files] (-h per l'aiuto)" -#: agent/protect-tool.c:148 +#: agent/protect-tool.c:153 msgid "" "Syntax: gpg-protect-tool [options] [args]\n" "Secret key maintenance tool\n" msgstr "" -#: agent/protect-tool.c:1207 +#: agent/protect-tool.c:1193 #, fuzzy msgid "Please enter the passphrase to unprotect the PKCS#12 object." msgstr "Inserisci la passphrase, cio una frase segreta \n" -#: agent/protect-tool.c:1210 +#: agent/protect-tool.c:1196 #, fuzzy msgid "Please enter the passphrase to protect the new PKCS#12 object." msgstr "Inserisci la passphrase, cio una frase segreta \n" -#: agent/protect-tool.c:1213 +#: agent/protect-tool.c:1199 msgid "" "Please enter the passphrase to protect the imported object within the GnuPG " "system." msgstr "" -#: agent/protect-tool.c:1218 +#: agent/protect-tool.c:1204 #, fuzzy msgid "" "Please enter the passphrase or the PIN\n" "needed to complete this operation." msgstr "Inserisci la passphrase, cio una frase segreta \n" -#: agent/protect-tool.c:1223 tools/symcryptrun.c:488 +#: agent/protect-tool.c:1209 tools/symcryptrun.c:469 #, fuzzy msgid "Passphrase:" msgstr "passphrase errata" -#: agent/protect-tool.c:1236 tools/symcryptrun.c:501 +#: agent/protect-tool.c:1222 tools/symcryptrun.c:482 #, fuzzy, c-format msgid "error while asking for the passphrase: %s\n" msgstr "errore nella creazione della passhprase: %s\n" -#: agent/protect-tool.c:1239 tools/symcryptrun.c:505 +#: agent/protect-tool.c:1225 tools/symcryptrun.c:486 #, fuzzy msgid "cancelled\n" msgstr "Cancella" @@ -561,7 +550,7 @@ msgstr "" msgid "error reading `%s', line %d: %s\n" msgstr "errore leggendo `%s': %s\n" -#: agent/trustlist.c:355 agent/trustlist.c:394 +#: agent/trustlist.c:365 agent/trustlist.c:404 msgid "error reading list of trusted root certificates\n" msgstr "" @@ -574,7 +563,7 @@ msgstr "" #. second "%s" gets replaced by a hexdecimal #. fingerprint string whereas the first one receives #. the name as store in the certificate. -#: agent/trustlist.c:470 +#: agent/trustlist.c:480 #, c-format msgid "" "Please verify that the certificate identified as:%%0A \"%s\"%%0Ahas the " @@ -584,7 +573,7 @@ msgstr "" #. TRANSLATORS: "Correct" is the label of a button and intended to #. be hit if the fingerprint matches the one of the CA. The other #. button is "the default "Cancel" of the Pinentry. -#: agent/trustlist.c:479 +#: agent/trustlist.c:489 msgid "Correct" msgstr "" @@ -596,19 +585,19 @@ msgstr "" #. plain % sign, you need to encode it as "%%25". The #. "%s" gets replaced by the name as store in the #. certificate. -#: agent/trustlist.c:499 +#: agent/trustlist.c:509 #, c-format msgid "" "Do you ultimately trust%%0A \"%s\"%%0Ato correctly certify user " "certificates?" msgstr "" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 #, fuzzy msgid "Yes" msgstr "si|s" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 msgid "No" msgstr "" @@ -652,12 +641,12 @@ msgstr "" msgid "error running `%s': terminated\n" msgstr "errore leggendo `%s': %s\n" -#: common/http.c:1623 +#: common/http.c:1621 #, fuzzy, c-format msgid "error creating socket: %s\n" msgstr "errore creando `%s': %s\n" -#: common/http.c:1667 +#: common/http.c:1665 #, fuzzy msgid "host not found" msgstr "[User ID non trovato]" @@ -751,6 +740,16 @@ msgstr "" msgid "cC" msgstr "c" +#: common/miscellaneous.c:73 +#, c-format +msgid "out of core in secure memory while allocating %lu bytes" +msgstr "" + +#: common/miscellaneous.c:76 +#, c-format +msgid "out of core while allocating %lu bytes" +msgstr "" + #: g10/armor.c:368 #, c-format msgid "armor: %s\n" @@ -1185,13 +1184,13 @@ msgstr "--output non funziona con questo comando\n" msgid "can't open `%s'\n" msgstr "impossibile aprire `%s'\n" -#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1714 +#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1721 #: g10/revoke.c:228 #, fuzzy, c-format msgid "key \"%s\" not found: %s\n" msgstr "chiave `%s' non trovata: %s\n" -#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1728 +#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1735 #: g10/revoke.c:234 g10/revoke.c:479 #, c-format msgid "error reading keyblock: %s\n" @@ -1480,23 +1479,23 @@ msgstr "" msgid "Invalid key %s made valid by --allow-non-selfsigned-uid\n" msgstr "Chiave %08lX non valida resa valida da --allow-non-selfsigned-uid\n" -#: g10/getkey.c:2390 g10/keyedit.c:3723 +#: g10/getkey.c:2393 g10/keyedit.c:3723 #, fuzzy, c-format msgid "no secret subkey for public subkey %s - ignoring\n" msgstr "" "manca una subchiave segreta per la subchiave pubblica %08lX - ignorata\n" -#: g10/getkey.c:2621 +#: g10/getkey.c:2624 #, fuzzy, c-format msgid "using subkey %s instead of primary key %s\n" msgstr "uso la chiave secondaria %08lX invece della chiave primaria %08lX\n" -#: g10/getkey.c:2668 +#: g10/getkey.c:2671 #, fuzzy, c-format msgid "key %s: secret key without public key - skipped\n" msgstr "chiave %08lX: chiave segreta senza chiave pubblica - saltata\n" -#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:241 tools/gpgconf.c:56 +#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:242 tools/gpgconf.c:56 msgid "" "@Commands:\n" " " @@ -1512,27 +1511,27 @@ msgstr "|[file]|fai una firma" msgid "|[file]|make a clear text signature" msgstr "|[file]|fai una firma mantenendo il testo in chiaro" -#: g10/gpg.c:373 sm/gpgsm.c:245 +#: g10/gpg.c:373 sm/gpgsm.c:246 msgid "make a detached signature" msgstr "fai una firma separata" -#: g10/gpg.c:374 sm/gpgsm.c:246 +#: g10/gpg.c:374 sm/gpgsm.c:247 msgid "encrypt data" msgstr "cifra dati" -#: g10/gpg.c:376 sm/gpgsm.c:247 +#: g10/gpg.c:376 sm/gpgsm.c:248 msgid "encryption only with symmetric cipher" msgstr "cifra solo con un cifrario simmetrico" -#: g10/gpg.c:378 sm/gpgsm.c:248 +#: g10/gpg.c:378 sm/gpgsm.c:249 msgid "decrypt data (default)" msgstr "decifra dati (predefinito)" -#: g10/gpg.c:380 sm/gpgsm.c:249 +#: g10/gpg.c:380 sm/gpgsm.c:250 msgid "verify a signature" msgstr "verifica una firma" -#: g10/gpg.c:382 sm/gpgsm.c:251 +#: g10/gpg.c:382 sm/gpgsm.c:252 msgid "list keys" msgstr "elenca le chiavi" @@ -1545,11 +1544,11 @@ msgstr "elenca le chiavi e le firme" msgid "list and check key signatures" msgstr "controlla le firme delle chiavi" -#: g10/gpg.c:386 sm/gpgsm.c:255 +#: g10/gpg.c:386 sm/gpgsm.c:256 msgid "list keys and fingerprints" msgstr "elenca le chiavi e le impronte digitali" -#: g10/gpg.c:387 sm/gpgsm.c:253 +#: g10/gpg.c:387 sm/gpgsm.c:254 msgid "list secret keys" msgstr "elenca le chiavi segrete" @@ -1585,11 +1584,11 @@ msgstr "genera un certificato di revoca" msgid "export keys" msgstr "esporta delle chiavi" -#: g10/gpg.c:398 sm/gpgsm.c:258 +#: g10/gpg.c:398 sm/gpgsm.c:259 msgid "export keys to a key server" msgstr "esporta le chiavi a un key server" -#: g10/gpg.c:399 sm/gpgsm.c:259 +#: g10/gpg.c:399 sm/gpgsm.c:260 msgid "import keys from a key server" msgstr "importa le chiavi da un key server" @@ -1625,12 +1624,12 @@ msgstr "aggiorna il database della fiducia" msgid "|algo [files]|print message digests" msgstr "|algo [files]|stampa tutti i message digests" -#: g10/gpg.c:431 sm/gpgsm.c:263 +#: g10/gpg.c:431 sm/gpgsm.c:264 msgid "run in server mode" msgstr "" -#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:278 -#: tools/gpg-connect-agent.c:57 tools/gpgconf.c:66 tools/symcryptrun.c:178 +#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:279 +#: tools/gpg-connect-agent.c:58 tools/gpgconf.c:66 tools/symcryptrun.c:159 msgid "" "@\n" "Options:\n" @@ -1640,31 +1639,31 @@ msgstr "" "Opzioni:\n" " " -#: g10/gpg.c:435 sm/gpgsm.c:280 +#: g10/gpg.c:435 sm/gpgsm.c:281 msgid "create ascii armored output" msgstr "crea un output ascii con armatura" -#: g10/gpg.c:437 sm/gpgsm.c:290 +#: g10/gpg.c:437 sm/gpgsm.c:293 msgid "|NAME|encrypt for NAME" msgstr "|NOME|cifra per NOME" -#: g10/gpg.c:448 sm/gpgsm.c:326 +#: g10/gpg.c:448 sm/gpgsm.c:329 msgid "use this user-id to sign or decrypt" msgstr "usa questo user-id per firmare o decifrare" -#: g10/gpg.c:449 sm/gpgsm.c:329 +#: g10/gpg.c:449 sm/gpgsm.c:332 msgid "|N|set compress level N (0 disables)" msgstr "|N|imposta il livello di compressione (0 disab.)" -#: g10/gpg.c:454 sm/gpgsm.c:331 +#: g10/gpg.c:454 sm/gpgsm.c:334 msgid "use canonical text mode" msgstr "usa il modo testo canonico" -#: g10/gpg.c:468 sm/gpgsm.c:334 tools/gpgconf.c:68 +#: g10/gpg.c:468 sm/gpgsm.c:337 tools/gpgconf.c:68 msgid "use as output file" msgstr "usa come file di output" -#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:344 tools/gpgconf.c:71 +#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:347 tools/gpgconf.c:71 msgid "do not make any changes" msgstr "non fa cambiamenti" @@ -1680,7 +1679,7 @@ msgstr "" msgid "generate PGP 2.x compatible messages" msgstr "" -#: g10/gpg.c:554 sm/gpgsm.c:392 +#: g10/gpg.c:554 sm/gpgsm.c:395 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -1688,7 +1687,7 @@ msgstr "" "@\n" "(Vedi la man page per una lista completa di tutti i comandi e opzioni)\n" -#: g10/gpg.c:557 sm/gpgsm.c:395 +#: g10/gpg.c:557 sm/gpgsm.c:398 msgid "" "@\n" "Examples:\n" @@ -1726,7 +1725,7 @@ msgstr "" "firma, controlla, cifra o decifra\n" "l'operazione predefinita dipende dai dati di input\n" -#: g10/gpg.c:782 sm/gpgsm.c:530 +#: g10/gpg.c:782 sm/gpgsm.c:534 msgid "" "\n" "Supported algorithms:\n" @@ -1754,7 +1753,7 @@ msgstr "Compressione: " msgid "usage: gpg [options] " msgstr "uso: gpg [opzioni] " -#: g10/gpg.c:1060 sm/gpgsm.c:682 +#: g10/gpg.c:1060 sm/gpgsm.c:686 msgid "conflicting commands\n" msgstr "comandi in conflitto\n" @@ -1878,6 +1877,11 @@ msgstr "mostra in quali portachiavi sono contenute le chiavi elencate" msgid "show expiration dates during signature listings" msgstr "Manca la firma corrispondente nel portachiavi segreto\n" +#: g10/gpg.c:1835 +#, c-format +msgid "libgcrypt is too old (need %s, have %s)\n" +msgstr "" + #: g10/gpg.c:1993 #, c-format msgid "NOTE: old default options file `%s' ignored\n" @@ -2021,7 +2025,7 @@ msgstr "%s:%d: opzioni di esportazione non valide\n" msgid "invalid auto-key-locate list\n" msgstr "" -#: g10/gpg.c:2893 sm/gpgsm.c:1232 +#: g10/gpg.c:2893 sm/gpgsm.c:1236 msgid "WARNING: program may create a core file!\n" msgstr "ATTENZIONE: il programma potrebbe creare un file core!\n" @@ -2063,11 +2067,11 @@ msgid "encrypting a message in --pgp2 mode requires the IDEA cipher\n" msgstr "" "nella modalit --pgp2 richiesto il cifrario IDEA per cifrare un messaggio\n" -#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1288 +#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1292 msgid "selected cipher algorithm is invalid\n" msgstr "l'algoritmo di cifratura selezionato non valido\n" -#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1296 +#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1300 msgid "selected digest algorithm is invalid\n" msgstr "l'algoritmo di digest selezionato non valido\n" @@ -2303,7 +2307,7 @@ msgstr "prende le chiavi da questo portachiavi" msgid "make timestamp conflicts only a warning" msgstr "segnala i conflitti di data solo con un avvertimento" -#: g10/gpgv.c:76 sm/gpgsm.c:367 +#: g10/gpgv.c:76 sm/gpgsm.c:370 msgid "|FD|write status info to this FD" msgstr "|FD|scrivi le informazioni di stato sul FD" @@ -3874,7 +3878,7 @@ msgid "(sensitive)" msgstr " (sensibile)" #: g10/keyedit.c:2743 g10/keyedit.c:2799 g10/keyedit.c:2860 g10/keyedit.c:2875 -#: g10/keylist.c:194 g10/keyserver.c:516 +#: g10/keylist.c:194 g10/keyserver.c:523 #, fuzzy, c-format msgid "created: %s" msgstr "impossibile creare %s: %s\n" @@ -3891,7 +3895,7 @@ msgstr "[scadenza: %s]" #: g10/keyedit.c:2750 g10/keyedit.c:2801 g10/keyedit.c:2862 g10/keyedit.c:2877 #: g10/keylist.c:196 g10/keylist.c:748 g10/keylist.c:783 g10/keylist.c:877 -#: g10/keylist.c:898 g10/keyserver.c:522 g10/mainproc.c:985 +#: g10/keylist.c:898 g10/keyserver.c:529 g10/mainproc.c:985 #, fuzzy, c-format msgid "expires: %s" msgstr "[scadenza: %s]" @@ -3928,13 +3932,13 @@ msgstr "" "corretta\n" "finch non eseguirai di nuovo il programma.\n" -#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:526 +#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:533 #: g10/mainproc.c:1831 g10/trustdb.c:1179 g10/trustdb.c:1699 #, fuzzy msgid "revoked" msgstr "[revocata]" -#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:530 +#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:537 #: g10/mainproc.c:1833 g10/trustdb.c:532 g10/trustdb.c:1701 #, fuzzy msgid "expired" @@ -4823,92 +4827,92 @@ msgstr "Sono state controllate %lu chiavi (%lu firme)\n" msgid "%s: keyring created\n" msgstr "%s: portachiavi creato\n" -#: g10/keyserver.c:66 +#: g10/keyserver.c:73 msgid "include revoked keys in search results" msgstr "" -#: g10/keyserver.c:67 +#: g10/keyserver.c:74 msgid "include subkeys when searching by key ID" msgstr "" -#: g10/keyserver.c:69 +#: g10/keyserver.c:76 msgid "use temporary files to pass data to keyserver helpers" msgstr "" -#: g10/keyserver.c:71 +#: g10/keyserver.c:78 msgid "do not delete temporary files after using them" msgstr "" -#: g10/keyserver.c:75 +#: g10/keyserver.c:82 msgid "automatically retrieve keys when verifying signatures" msgstr "" -#: g10/keyserver.c:77 +#: g10/keyserver.c:84 #, fuzzy msgid "honor the preferred keyserver URL set on the key" msgstr "l'URL della politica di firma indicato non valido\n" -#: g10/keyserver.c:79 +#: g10/keyserver.c:86 msgid "honor the PKA record set on a key when retrieving keys" msgstr "" -#: g10/keyserver.c:145 +#: g10/keyserver.c:152 #, fuzzy, c-format msgid "WARNING: keyserver option `%s' is not used on this platform\n" msgstr "" "ATTENZIONE: le opzioni in `%s' non sono ancora attive durante questa\n" "esecuzione del programma\n" -#: g10/keyserver.c:528 +#: g10/keyserver.c:535 #, fuzzy msgid "disabled" msgstr "disable" -#: g10/keyserver.c:729 +#: g10/keyserver.c:736 msgid "Enter number(s), N)ext, or Q)uit > " msgstr "" -#: g10/keyserver.c:813 g10/keyserver.c:1435 +#: g10/keyserver.c:820 g10/keyserver.c:1442 #, fuzzy, c-format msgid "invalid keyserver protocol (us %d!=handler %d)\n" msgstr "opzioni di esportazione non valide\n" -#: g10/keyserver.c:911 +#: g10/keyserver.c:918 #, fuzzy, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "chiave `%s' non trovata: %s\n" -#: g10/keyserver.c:913 +#: g10/keyserver.c:920 #, fuzzy msgid "key not found on keyserver\n" msgstr "chiave `%s' non trovata: %s\n" -#: g10/keyserver.c:1154 +#: g10/keyserver.c:1161 #, fuzzy, c-format msgid "requesting key %s from %s server %s\n" msgstr "richiedo la chiave %08lX a %s\n" -#: g10/keyserver.c:1158 +#: g10/keyserver.c:1165 #, fuzzy, c-format msgid "requesting key %s from %s\n" msgstr "richiedo la chiave %08lX a %s\n" -#: g10/keyserver.c:1182 +#: g10/keyserver.c:1189 #, fuzzy, c-format msgid "searching for names from %s server %s\n" msgstr "cerco \"%s\" sul server HKP %s\n" -#: g10/keyserver.c:1185 +#: g10/keyserver.c:1192 #, fuzzy, c-format msgid "searching for names from %s\n" msgstr "cerco \"%s\" sul server HKP %s\n" -#: g10/keyserver.c:1338 +#: g10/keyserver.c:1345 #, fuzzy, c-format msgid "sending key %s to %s server %s\n" msgstr "cerco \"%s\" sul server HKP %s\n" -#: g10/keyserver.c:1342 +#: g10/keyserver.c:1349 #, fuzzy, c-format msgid "sending key %s to %s\n" msgstr "" @@ -4916,94 +4920,94 @@ msgstr "" "firmata con la tua chiave %08lX il %s\n" "\n" -#: g10/keyserver.c:1385 +#: g10/keyserver.c:1392 #, fuzzy, c-format msgid "searching for \"%s\" from %s server %s\n" msgstr "cerco \"%s\" sul server HKP %s\n" -#: g10/keyserver.c:1388 +#: g10/keyserver.c:1395 #, fuzzy, c-format msgid "searching for \"%s\" from %s\n" msgstr "cerco \"%s\" sul server HKP %s\n" -#: g10/keyserver.c:1395 g10/keyserver.c:1491 +#: g10/keyserver.c:1402 g10/keyserver.c:1498 #, fuzzy msgid "no keyserver action!\n" msgstr "opzioni di esportazione non valide\n" -#: g10/keyserver.c:1443 +#: g10/keyserver.c:1450 #, c-format msgid "WARNING: keyserver handler from a different version of GnuPG (%s)\n" msgstr "" -#: g10/keyserver.c:1452 +#: g10/keyserver.c:1459 msgid "keyserver did not send VERSION\n" msgstr "" -#: g10/keyserver.c:1514 g10/keyserver.c:2042 +#: g10/keyserver.c:1521 g10/keyserver.c:2049 msgid "no keyserver known (use option --keyserver)\n" msgstr "" -#: g10/keyserver.c:1520 +#: g10/keyserver.c:1527 msgid "external keyserver calls are not supported in this build\n" msgstr "" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1539 #, c-format msgid "no handler for keyserver scheme `%s'\n" msgstr "" -#: g10/keyserver.c:1537 +#: g10/keyserver.c:1544 #, c-format msgid "action `%s' not supported with keyserver scheme `%s'\n" msgstr "" -#: g10/keyserver.c:1545 +#: g10/keyserver.c:1552 #, c-format msgid "%s does not support handler version %d\n" msgstr "" -#: g10/keyserver.c:1552 +#: g10/keyserver.c:1559 #, fuzzy msgid "keyserver timed out\n" msgstr "errore del keyserver" -#: g10/keyserver.c:1557 +#: g10/keyserver.c:1564 #, fuzzy msgid "keyserver internal error\n" msgstr "errore del keyserver" -#: g10/keyserver.c:1566 +#: g10/keyserver.c:1573 #, fuzzy, c-format msgid "keyserver communications error: %s\n" msgstr "ricezione dal keyserver fallita: %s\n" -#: g10/keyserver.c:1591 g10/keyserver.c:1625 +#: g10/keyserver.c:1598 g10/keyserver.c:1632 #, c-format msgid "\"%s\" not a key ID: skipping\n" msgstr "" -#: g10/keyserver.c:1884 +#: g10/keyserver.c:1891 #, fuzzy, c-format msgid "WARNING: unable to refresh key %s via %s: %s\n" msgstr "ATTENZIONE: impossibile cancellare il file temporaneo (%s) `%s': %s\n" -#: g10/keyserver.c:1906 +#: g10/keyserver.c:1913 #, fuzzy, c-format msgid "refreshing 1 key from %s\n" msgstr "richiedo la chiave %08lX a %s\n" -#: g10/keyserver.c:1908 +#: g10/keyserver.c:1915 #, fuzzy, c-format msgid "refreshing %d keys from %s\n" msgstr "richiedo la chiave %08lX a %s\n" -#: g10/keyserver.c:1964 +#: g10/keyserver.c:1971 #, fuzzy, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "ATTENZIONE: impossibile cancellare il file temporaneo (%s) `%s': %s\n" -#: g10/keyserver.c:1970 +#: g10/keyserver.c:1977 #, fuzzy, c-format msgid "WARNING: unable to parse URI %s\n" msgstr "ATTENZIONE: impossibile cancellare il file temporaneo (%s) `%s': %s\n" @@ -5351,18 +5355,18 @@ msgstr "" "ATTENZIONE: le opzioni in `%s' non sono ancora attive durante questa\n" "esecuzione del programma\n" -#: g10/parse-packet.c:192 +#: g10/parse-packet.c:193 #, c-format msgid "can't handle public key algorithm %d\n" msgstr "impossibile gestire l'algoritmo a chiave pubblica %d\n" -#: g10/parse-packet.c:762 +#: g10/parse-packet.c:798 msgid "WARNING: potentially insecure symmetrically encrypted session key\n" msgstr "" "ATTENZIONE: la chiave di sessione cifrata simmetricamente potenzialmente\n" "non sicura\n" -#: g10/parse-packet.c:1213 +#: g10/parse-packet.c:1249 #, c-format msgid "subpacket of type %d has critical bit set\n" msgstr "il sottopacchetto di tipo %d ha un bit critico impostato\n" @@ -5985,7 +5989,7 @@ msgstr "" "Impossibile evitare una chiave debole per il cifrario simmetrico;\n" "ho provato %d volte!\n" -#: g10/seskey.c:229 +#: g10/seskey.c:229 sm/certcheck.c:91 msgid "DSA requires the hash length to be a multiple of 8 bits\n" msgstr "" @@ -6569,7 +6573,7 @@ msgstr "" msgid "iconv_open failed: %s\n" msgstr "impossibile aprire il file: %s\n" -#: jnlib/utf8conv.c:331 jnlib/utf8conv.c:597 +#: jnlib/utf8conv.c:338 jnlib/utf8conv.c:604 #, fuzzy, c-format msgid "conversion from `%s' to `%s' failed: %s\n" msgstr "creazione dell'armatura fallita: %s\n" @@ -6794,7 +6798,7 @@ msgstr "Non sono stati trovati dati OpenPGP validi.\n" msgid "run in multi server mode (foreground)" msgstr "" -#: scd/scdaemon.c:113 sm/gpgsm.c:356 +#: scd/scdaemon.c:113 sm/gpgsm.c:359 #, fuzzy msgid "read options from file" msgstr "lettura delle opzioni da `%s'\n" @@ -6838,21 +6842,21 @@ msgid "" "Smartcard daemon for GnuPG\n" msgstr "" -#: scd/scdaemon.c:684 +#: scd/scdaemon.c:664 msgid "please use the option `--daemon' to run the program in the background\n" msgstr "" -#: scd/scdaemon.c:1032 +#: scd/scdaemon.c:1012 #, c-format msgid "handler for fd %d started\n" msgstr "" -#: scd/scdaemon.c:1037 +#: scd/scdaemon.c:1017 #, c-format msgid "handler for fd %d terminated\n" msgstr "" -#: sm/base64.c:323 +#: sm/base64.c:327 #, fuzzy, c-format msgid "invalid radix64 character %02x skipped\n" msgstr "Carattere radix64 non valido %02x saltato\n" @@ -6876,180 +6880,186 @@ msgstr "la versione %d del protocollo di gpg-agent non gestita\n" msgid "can't connect to the dirmngr - trying fall back\n" msgstr "" -#: sm/certchain.c:165 +#: sm/certchain.c:176 #, fuzzy, c-format msgid "critical certificate extension %s is not supported" msgstr "la versione %d del protocollo di gpg-agent non gestita\n" -#: sm/certchain.c:203 +#: sm/certchain.c:214 msgid "issuer certificate is not marked as a CA" msgstr "" -#: sm/certchain.c:242 +#: sm/certchain.c:253 msgid "critical marked policy without configured policies" msgstr "" -#: sm/certchain.c:252 +#: sm/certchain.c:263 #, fuzzy, c-format msgid "failed to open `%s': %s\n" msgstr "impossibile aprire `%s': %s\n" -#: sm/certchain.c:259 sm/certchain.c:288 +#: sm/certchain.c:270 sm/certchain.c:299 msgid "note: non-critical certificate policy not allowed" msgstr "" -#: sm/certchain.c:263 sm/certchain.c:292 +#: sm/certchain.c:274 sm/certchain.c:303 #, fuzzy msgid "certificate policy not allowed" msgstr "scrittura della chiave segreta in `%s'\n" -#: sm/certchain.c:403 +#: sm/certchain.c:414 msgid "looking up issuer at external location\n" msgstr "" -#: sm/certchain.c:423 +#: sm/certchain.c:434 #, c-format msgid "number of issuers matching: %d\n" msgstr "" -#: sm/certchain.c:576 sm/certchain.c:740 sm/certchain.c:1266 sm/decrypt.c:261 +#: sm/certchain.c:587 sm/certchain.c:753 sm/certchain.c:1334 sm/decrypt.c:261 #: sm/encrypt.c:343 sm/sign.c:328 sm/verify.c:107 #, fuzzy msgid "failed to allocated keyDB handle\n" msgstr "inizializzazione del trustdb fallita: %s\n" -#: sm/certchain.c:667 +#: sm/certchain.c:678 #, fuzzy msgid "certificate has been revoked" msgstr "NOTA: la chiave stata revocata" -#: sm/certchain.c:676 +#: sm/certchain.c:687 #, fuzzy msgid "no CRL found for certificate" msgstr "certificato danneggiato" -#: sm/certchain.c:680 +#: sm/certchain.c:691 #, fuzzy msgid "the available CRL is too old" msgstr "Chiave disponibile presso: " -#: sm/certchain.c:682 +#: sm/certchain.c:693 msgid "please make sure that the \"dirmngr\" is properly installed\n" msgstr "" -#: sm/certchain.c:687 +#: sm/certchain.c:698 #, fuzzy, c-format msgid "checking the CRL failed: %s" msgstr "controllo della firma creata fallito: %s\n" -#: sm/certchain.c:765 +#: sm/certchain.c:794 #, fuzzy msgid "no issuer found in certificate" msgstr "genera un certificato di revoca" -#: sm/certchain.c:792 +#: sm/certchain.c:823 #, c-format msgid "certificate with invalid validity: %s" msgstr "" -#: sm/certchain.c:808 +#: sm/certchain.c:839 msgid "certificate not yet valid" msgstr "" -#: sm/certchain.c:821 +#: sm/certchain.c:852 #, fuzzy msgid "certificate has expired" msgstr "Questa chiave scaduta!" -#: sm/certchain.c:864 +#: sm/certchain.c:895 msgid "self-signed certificate has a BAD signature" msgstr "" -#: sm/certchain.c:932 +#: sm/certchain.c:963 msgid "root certificate is not marked trusted" msgstr "" -#: sm/certchain.c:947 +#: sm/certchain.c:978 #, fuzzy, c-format msgid "fingerprint=%s\n" msgstr "mostra le impronte digitali" -#: sm/certchain.c:955 +#: sm/certchain.c:986 msgid "root certificate has now been marked as trusted\n" msgstr "" -#: sm/certchain.c:970 +#: sm/certchain.c:1001 msgid "interactive marking as trusted not enabled in gpg-agent\n" msgstr "" -#: sm/certchain.c:976 +#: sm/certchain.c:1007 msgid "interactive marking as trusted disabled for this session\n" msgstr "" -#: sm/certchain.c:986 +#: sm/certchain.c:1017 #, fuzzy, c-format msgid "checking the trust list failed: %s\n" msgstr "controllo della firma creata fallito: %s\n" -#: sm/certchain.c:1013 sm/import.c:158 +#: sm/certchain.c:1044 sm/import.c:159 msgid "certificate chain too long\n" msgstr "" -#: sm/certchain.c:1025 +#: sm/certchain.c:1056 msgid "issuer certificate not found" msgstr "" -#: sm/certchain.c:1058 +#: sm/certchain.c:1089 #, fuzzy msgid "certificate has a BAD signature" msgstr "verifica una firma" -#: sm/certchain.c:1088 +#: sm/certchain.c:1119 msgid "found another possible matching CA certificate - trying again" msgstr "" -#: sm/certchain.c:1139 +#: sm/certchain.c:1170 #, c-format msgid "certificate chain longer than allowed by CA (%d)" msgstr "" -#: sm/certcheck.c:52 -msgid "DSA requires the use of a 160 bit hash algorithm\n" -msgstr "DSA richiede l'uso di un algoritmo di hashing con almeno 160 bit\n" +#: sm/certcheck.c:103 +#, c-format +msgid "%s key uses an unsafe (%u bit) hash\n" +msgstr "" + +#: sm/certcheck.c:113 +#, c-format +msgid "a %u bit hash is not valid for a %u bit %s key\n" +msgstr "" -#: sm/certcheck.c:177 sm/sign.c:482 sm/verify.c:189 +#: sm/certcheck.c:250 sm/sign.c:482 sm/verify.c:189 msgid "(this is the MD2 algorithm)\n" msgstr "" -#: sm/certdump.c:68 sm/certdump.c:154 +#: sm/certdump.c:68 sm/certdump.c:151 #, fuzzy msgid "none" msgstr "no" -#: sm/certdump.c:163 +#: sm/certdump.c:162 #, fuzzy msgid "[none]" msgstr "sconosciuto" -#: sm/certdump.c:536 sm/certdump.c:599 +#: sm/certdump.c:552 sm/certdump.c:597 sm/certdump.c:662 sm/certdump.c:715 #, fuzzy msgid "[Error - invalid encoding]" msgstr "errore: impronta digitale non valida\n" -#: sm/certdump.c:544 +#: sm/certdump.c:560 sm/certdump.c:605 msgid "[Error - out of core]" msgstr "" -#: sm/certdump.c:579 +#: sm/certdump.c:642 sm/certdump.c:698 msgid "[Error - No name]" msgstr "" -#: sm/certdump.c:604 +#: sm/certdump.c:667 sm/certdump.c:721 #, fuzzy msgid "[Error - invalid DN]" msgstr "errore: impronta digitale non valida\n" -#: sm/certdump.c:818 +#: sm/certdump.c:930 #, fuzzy, c-format msgid "" "Please enter the passphrase to unlock the secret key for:\n" @@ -7064,7 +7074,7 @@ msgstr "" msgid "no key usage specified - assuming all usages\n" msgstr "" -#: sm/certlist.c:135 sm/keylist.c:255 +#: sm/certlist.c:135 sm/keylist.c:258 #, fuzzy, c-format msgid "error getting key usage information: %s\n" msgstr "errore scrivendo il portachiavi segreto `%s': %s\n" @@ -7151,7 +7161,7 @@ msgstr "" msgid "certificate `%s' not found: %s\n" msgstr "chiave `%s' non trovata: %s\n" -#: sm/delete.c:113 sm/keydb.c:1392 sm/keydb.c:1485 +#: sm/delete.c:113 sm/keydb.c:1397 sm/keydb.c:1497 #, fuzzy, c-format msgid "error locking keybox: %s\n" msgstr "errore leggendo il keyblock: %s\n" @@ -7176,191 +7186,191 @@ msgstr "cancellazione del keyblock fallita: %s\n" msgid "no valid recipients given\n" msgstr "(Non stata data una descrizione)\n" -#: sm/export.c:562 sm/export.c:578 sm/import.c:525 sm/import.c:550 +#: sm/export.c:615 sm/export.c:631 sm/import.c:526 sm/import.c:551 #, fuzzy, c-format msgid "error creating temporary file: %s\n" msgstr "errore nella creazione della passhprase: %s\n" -#: sm/export.c:569 sm/import.c:533 +#: sm/export.c:622 sm/import.c:534 #, fuzzy, c-format msgid "error writing to temporary file: %s\n" msgstr "scrittura in `%s'\n" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:244 #, fuzzy msgid "|[FILE]|make a signature" msgstr "|[file]|fai una firma" -#: sm/gpgsm.c:244 +#: sm/gpgsm.c:245 #, fuzzy msgid "|[FILE]|make a clear text signature" msgstr "|[file]|fai una firma mantenendo il testo in chiaro" -#: sm/gpgsm.c:252 +#: sm/gpgsm.c:253 #, fuzzy msgid "list external keys" msgstr "elenca le chiavi segrete" -#: sm/gpgsm.c:254 +#: sm/gpgsm.c:255 #, fuzzy msgid "list certificate chain" msgstr "certificato danneggiato" -#: sm/gpgsm.c:257 +#: sm/gpgsm.c:258 #, fuzzy msgid "remove key from the public keyring" msgstr "rimuove le chiavi dal portachiavi pubblico" -#: sm/gpgsm.c:260 +#: sm/gpgsm.c:261 #, fuzzy msgid "import certificates" msgstr "certificato danneggiato" -#: sm/gpgsm.c:261 +#: sm/gpgsm.c:262 #, fuzzy msgid "export certificates" msgstr "certificato danneggiato" -#: sm/gpgsm.c:262 +#: sm/gpgsm.c:263 msgid "register a smartcard" msgstr "" -#: sm/gpgsm.c:264 +#: sm/gpgsm.c:265 msgid "pass a command to the dirmngr" msgstr "" -#: sm/gpgsm.c:266 +#: sm/gpgsm.c:267 msgid "invoke gpg-protect-tool" msgstr "" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:268 #, fuzzy msgid "change a passphrase" msgstr "cambia la passphrase" -#: sm/gpgsm.c:282 +#: sm/gpgsm.c:283 #, fuzzy msgid "create base-64 encoded output" msgstr "crea un output ascii con armatura" -#: sm/gpgsm.c:284 +#: sm/gpgsm.c:287 msgid "assume input is in PEM format" msgstr "" -#: sm/gpgsm.c:286 +#: sm/gpgsm.c:289 msgid "assume input is in base-64 format" msgstr "" -#: sm/gpgsm.c:288 +#: sm/gpgsm.c:291 msgid "assume input is in binary format" msgstr "" -#: sm/gpgsm.c:293 +#: sm/gpgsm.c:296 msgid "use system's dirmngr if available" msgstr "" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "never consult a CRL" msgstr "" -#: sm/gpgsm.c:301 +#: sm/gpgsm.c:304 msgid "check validity using OCSP" msgstr "" -#: sm/gpgsm.c:304 +#: sm/gpgsm.c:307 msgid "|N|number of certificates to include" msgstr "" -#: sm/gpgsm.c:307 +#: sm/gpgsm.c:310 msgid "|FILE|take policy information from FILE" msgstr "" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "do not check certificate policies" msgstr "" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "fetch missing issuer certificates" msgstr "" -#: sm/gpgsm.c:318 +#: sm/gpgsm.c:321 msgid "|NAME|use NAME as default recipient" msgstr "|NOME|usa NOME come destinatario predefinito" -#: sm/gpgsm.c:320 +#: sm/gpgsm.c:323 msgid "use the default key as default recipient" msgstr "usa la chiave predefinita come destinatario predefinito" -#: sm/gpgsm.c:337 +#: sm/gpgsm.c:340 msgid "don't use the terminal at all" msgstr "non usa per niente il terminale" -#: sm/gpgsm.c:341 +#: sm/gpgsm.c:344 msgid "force v3 signatures" msgstr "forza l'uso di firme v3" -#: sm/gpgsm.c:342 +#: sm/gpgsm.c:345 msgid "always use a MDC for encryption" msgstr "usa sempre un MDC per cifrare" -#: sm/gpgsm.c:347 +#: sm/gpgsm.c:350 msgid "batch mode: never ask" msgstr "modo batch: non fa domande" -#: sm/gpgsm.c:348 +#: sm/gpgsm.c:351 msgid "assume yes on most questions" msgstr "risponde \"s\" a quasi tutte le domande" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 msgid "assume no on most questions" msgstr "risponde \"no\" a quasi tutte le domande" -#: sm/gpgsm.c:351 +#: sm/gpgsm.c:354 msgid "add this keyring to the list of keyrings" msgstr "aggiungi questo portachiavi alla lista" -#: sm/gpgsm.c:352 +#: sm/gpgsm.c:355 msgid "add this secret keyring to the list" msgstr "aggiungi questo portachiavi segreto alla lista" -#: sm/gpgsm.c:353 +#: sm/gpgsm.c:356 msgid "|NAME|use NAME as default secret key" msgstr "|NOME|usa NOME come chiave segreta predefinita" -#: sm/gpgsm.c:354 +#: sm/gpgsm.c:357 msgid "|HOST|use this keyserver to lookup keys" msgstr "|HOST|cerca le chiavi in questo keyserver" -#: sm/gpgsm.c:355 +#: sm/gpgsm.c:358 msgid "|NAME|set terminal charset to NAME" msgstr "|NOME|imposta NOME come set di caratteri del terminale" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "" -#: sm/gpgsm.c:374 +#: sm/gpgsm.c:377 msgid "|FILE|load extension module FILE" msgstr "|FILE|carica il modulo di estensione FILE" -#: sm/gpgsm.c:380 +#: sm/gpgsm.c:383 msgid "|NAME|use cipher algorithm NAME" msgstr "|NOME|usa l'algoritmo di cifratura NOME" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 msgid "|NAME|use message digest algorithm NAME" msgstr "|NOME|usa l'algoritmo di message digest NOME" -#: sm/gpgsm.c:384 +#: sm/gpgsm.c:387 msgid "|N|use compress algorithm N" msgstr "|N|usa l'algoritmo di compressione N" -#: sm/gpgsm.c:520 +#: sm/gpgsm.c:524 #, fuzzy msgid "Usage: gpgsm [options] [files] (-h for help)" msgstr "Uso: gpg [opzioni] [files] (-h per l'aiuto)" -#: sm/gpgsm.c:523 +#: sm/gpgsm.c:527 #, fuzzy msgid "" "Syntax: gpgsm [options] [files]\n" @@ -7371,45 +7381,40 @@ msgstr "" "firma, controlla, cifra o decifra\n" "l'operazione predefinita dipende dai dati di input\n" -#: sm/gpgsm.c:617 +#: sm/gpgsm.c:621 #, fuzzy msgid "usage: gpgsm [options] " msgstr "uso: gpg [opzioni] " -#: sm/gpgsm.c:698 +#: sm/gpgsm.c:702 #, fuzzy, c-format msgid "can't encrypt to `%s': %s\n" msgstr "impossibile connettersi a `%s': %s\n" -#: sm/gpgsm.c:773 -#, c-format -msgid "libksba is too old (need %s, have %s)\n" -msgstr "" - -#: sm/gpgsm.c:1249 +#: sm/gpgsm.c:1253 msgid "WARNING: running with faked system time: " msgstr "" -#: sm/gpgsm.c:1328 +#: sm/gpgsm.c:1332 #, fuzzy, c-format msgid "importing common certificates `%s'\n" msgstr "scrittura in `%s'\n" -#: sm/gpgsm.c:1346 +#: sm/gpgsm.c:1350 #, fuzzy, c-format msgid "can't sign using `%s': %s\n" msgstr "impossibile chiudere `%s': %s\n" -#: sm/gpgsm.c:1536 +#: sm/gpgsm.c:1542 msgid "this command has not yet been implemented\n" msgstr "" -#: sm/gpgsm.c:1601 +#: sm/gpgsm.c:1606 #, fuzzy msgid "key generation is not available from the commandline\n" msgstr "gpg-agent non disponibile in questa sessione\n" -#: sm/gpgsm.c:1602 +#: sm/gpgsm.c:1607 #, fuzzy, c-format msgid "please use the script \"%s\" to generate a new key\n" msgstr "Per favore scegli che tipo di chiave vuoi:\n" @@ -7419,21 +7424,21 @@ msgstr "Per favore scegli che tipo di chiave vuoi:\n" msgid "total number processed: %lu\n" msgstr "Numero totale esaminato: %lu\n" -#: sm/import.c:227 +#: sm/import.c:228 #, fuzzy msgid "error storing certificate\n" msgstr "genera un certificato di revoca" -#: sm/import.c:235 +#: sm/import.c:236 msgid "basic certificate checks failed - not imported\n" msgstr "" -#: sm/import.c:421 sm/import.c:453 +#: sm/import.c:422 sm/import.c:454 #, fuzzy, c-format msgid "error importing certificate: %s\n" msgstr "errore nella creazione della passhprase: %s\n" -#: sm/import.c:542 tools/gpg-connect-agent.c:384 +#: sm/import.c:543 tools/gpg-connect-agent.c:388 #, fuzzy, c-format msgid "error reading input: %s\n" msgstr "errore leggendo `%s': %s\n" @@ -7452,12 +7457,12 @@ msgstr "" msgid "keybox `%s' created\n" msgstr "portachiavi `%s' creato\n" -#: sm/keydb.c:1312 sm/keydb.c:1378 +#: sm/keydb.c:1312 sm/keydb.c:1380 #, fuzzy msgid "failed to get the fingerprint\n" msgstr "inizializzazione del trustdb fallita: %s\n" -#: sm/keydb.c:1319 sm/keydb.c:1385 +#: sm/keydb.c:1319 sm/keydb.c:1387 #, fuzzy msgid "failed to allocate keyDB handle\n" msgstr "inizializzazione del trustdb fallita: %s\n" @@ -7477,17 +7482,17 @@ msgstr "errore nella creazione della passhprase: %s\n" msgid "error storing certificate: %s\n" msgstr "errore nella creazione della passhprase: %s\n" -#: sm/keydb.c:1400 +#: sm/keydb.c:1408 #, fuzzy, c-format msgid "problem re-searching certificate: %s\n" msgstr "rev? problema controllando la revoca: %s\n" -#: sm/keydb.c:1409 sm/keydb.c:1497 +#: sm/keydb.c:1417 sm/keydb.c:1509 #, fuzzy, c-format msgid "error getting stored flags: %s\n" msgstr "errore nella creazione della passhprase: %s\n" -#: sm/keydb.c:1418 sm/keydb.c:1508 +#: sm/keydb.c:1429 sm/keydb.c:1520 #, fuzzy, c-format msgid "error storing flags: %s\n" msgstr "errore leggendo `%s': %s\n" @@ -7560,103 +7565,107 @@ msgstr "Firma valida da \"" msgid " aka" msgstr " alias \"" -#: tools/gpg-connect-agent.c:60 tools/gpgconf.c:70 tools/symcryptrun.c:186 +#: tools/gpg-connect-agent.c:61 tools/gpgconf.c:70 tools/symcryptrun.c:167 #, fuzzy msgid "quiet" msgstr "quit" -#: tools/gpg-connect-agent.c:61 +#: tools/gpg-connect-agent.c:62 msgid "print data out hex encoded" msgstr "" -#: tools/gpg-connect-agent.c:62 +#: tools/gpg-connect-agent.c:63 +msgid "decode received data lines" +msgstr "" + +#: tools/gpg-connect-agent.c:64 msgid "|NAME|connect to Assuan socket NAME" msgstr "" -#: tools/gpg-connect-agent.c:63 +#: tools/gpg-connect-agent.c:65 msgid "run the Assuan server given on the command line" msgstr "" -#: tools/gpg-connect-agent.c:65 +#: tools/gpg-connect-agent.c:67 msgid "do not use extended connect mode" msgstr "" -#: tools/gpg-connect-agent.c:126 +#: tools/gpg-connect-agent.c:129 #, fuzzy msgid "Usage: gpg-connect-agent [options] (-h for help)" msgstr "Uso: gpg [opzioni] [files] (-h per l'aiuto)" -#: tools/gpg-connect-agent.c:129 +#: tools/gpg-connect-agent.c:132 msgid "" "Syntax: gpg-connect-agent [options]\n" "Connect to a running agent and send commands\n" msgstr "" -#: tools/gpg-connect-agent.c:324 +#: tools/gpg-connect-agent.c:328 #, c-format msgid "option \"%s\" requires a program and optional arguments\n" msgstr "" -#: tools/gpg-connect-agent.c:333 +#: tools/gpg-connect-agent.c:337 #, c-format msgid "option \"%s\" ignored due to \"%s\"\n" msgstr "" -#: tools/gpg-connect-agent.c:391 +#: tools/gpg-connect-agent.c:395 #, fuzzy msgid "line too long - skipped\n" msgstr "riga troppo lunga\n" -#: tools/gpg-connect-agent.c:395 +#: tools/gpg-connect-agent.c:399 msgid "line shortened due to embedded Nul character\n" msgstr "" -#: tools/gpg-connect-agent.c:457 +#: tools/gpg-connect-agent.c:471 #, fuzzy, c-format msgid "unknown command `%s'\n" msgstr "destinatario predefinito `%s' sconosciuto\n" -#: tools/gpg-connect-agent.c:465 +#: tools/gpg-connect-agent.c:479 #, fuzzy, c-format msgid "sending line failed: %s\n" msgstr "firma fallita: %s\n" -#: tools/gpg-connect-agent.c:473 +#: tools/gpg-connect-agent.c:487 #, fuzzy, c-format msgid "receiving line failed: %s\n" msgstr "cancellazione del keyblock fallita: %s\n" -#: tools/gpg-connect-agent.c:746 +#: tools/gpg-connect-agent.c:797 #, fuzzy, c-format msgid "error sending %s command: %s\n" msgstr "errore leggendo `%s': %s\n" -#: tools/gpg-connect-agent.c:755 +#: tools/gpg-connect-agent.c:806 #, fuzzy, c-format msgid "error sending standard options: %s\n" msgstr "errore leggendo `%s': %s\n" #: tools/gpgconf-comp.c:445 tools/gpgconf-comp.c:525 tools/gpgconf-comp.c:592 -#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:720 +#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:723 msgid "Options controlling the diagnostic output" msgstr "" #: tools/gpgconf-comp.c:458 tools/gpgconf-comp.c:538 tools/gpgconf-comp.c:605 -#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:743 +#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:746 msgid "Options controlling the configuration" msgstr "" #: tools/gpgconf-comp.c:468 tools/gpgconf-comp.c:563 tools/gpgconf-comp.c:612 -#: tools/gpgconf-comp.c:671 tools/gpgconf-comp.c:750 +#: tools/gpgconf-comp.c:674 tools/gpgconf-comp.c:753 msgid "Options useful for debugging" msgstr "" #: tools/gpgconf-comp.c:473 tools/gpgconf-comp.c:568 tools/gpgconf-comp.c:617 -#: tools/gpgconf-comp.c:676 tools/gpgconf-comp.c:758 +#: tools/gpgconf-comp.c:679 tools/gpgconf-comp.c:761 msgid "|FILE|write server mode logs to FILE" msgstr "" -#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:684 +#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:687 msgid "Options controlling the security" msgstr "" @@ -7684,31 +7693,36 @@ msgstr "" msgid "allow PKA lookups (DNS requests)" msgstr "" -#: tools/gpgconf-comp.c:689 +#: tools/gpgconf-comp.c:669 +#, fuzzy +msgid "|NAME|use encoding NAME for PKCS#12 passphrases" +msgstr "|NOME|usa l'alg. di cifratura NOME per le passphrase" + +#: tools/gpgconf-comp.c:692 msgid "do not check CRLs for root certificates" msgstr "" -#: tools/gpgconf-comp.c:733 +#: tools/gpgconf-comp.c:736 msgid "Options controlling the format of the output" msgstr "" -#: tools/gpgconf-comp.c:769 +#: tools/gpgconf-comp.c:772 msgid "Options controlling the interactivity and enforcement" msgstr "" -#: tools/gpgconf-comp.c:779 +#: tools/gpgconf-comp.c:782 msgid "Configuration for HTTP servers" msgstr "" -#: tools/gpgconf-comp.c:790 +#: tools/gpgconf-comp.c:793 msgid "use system's HTTP proxy setting" msgstr "" -#: tools/gpgconf-comp.c:795 +#: tools/gpgconf-comp.c:798 msgid "Configuration of LDAP servers to use" msgstr "" -#: tools/gpgconf-comp.c:832 +#: tools/gpgconf-comp.c:835 msgid "Configuration for OCSP" msgstr "" @@ -7772,7 +7786,7 @@ msgstr "scrittura della chiave segreta in `%s'\n" msgid "error allocating enough memory: %s\n" msgstr "errore creando il portachiavi `%s': %s\n" -#: tools/symcryptrun.c:173 +#: tools/symcryptrun.c:154 #, fuzzy msgid "" "@\n" @@ -7782,166 +7796,169 @@ msgstr "" "@Comandi:\n" " " -#: tools/symcryptrun.c:175 +#: tools/symcryptrun.c:156 #, fuzzy msgid "decryption modus" msgstr "decifratura corretta\n" -#: tools/symcryptrun.c:176 +#: tools/symcryptrun.c:157 #, fuzzy msgid "encryption modus" msgstr "decifratura corretta\n" -#: tools/symcryptrun.c:180 +#: tools/symcryptrun.c:161 msgid "tool class (confucius)" msgstr "" -#: tools/symcryptrun.c:181 +#: tools/symcryptrun.c:162 #, fuzzy msgid "program filename" msgstr "--store [nomefile]" -#: tools/symcryptrun.c:183 +#: tools/symcryptrun.c:164 msgid "secret key file (required)" msgstr "" -#: tools/symcryptrun.c:184 +#: tools/symcryptrun.c:165 msgid "input file name (default stdin)" msgstr "" -#: tools/symcryptrun.c:228 +#: tools/symcryptrun.c:209 #, fuzzy msgid "Usage: symcryptrun [options] (-h for help)" msgstr "Uso: gpg [opzioni] [files] (-h per l'aiuto)" -#: tools/symcryptrun.c:231 +#: tools/symcryptrun.c:212 msgid "" "Syntax: symcryptrun --class CLASS --program PROGRAM --keyfile KEYFILE " "[options...] COMMAND [inputfile]\n" "Call a simple symmetric encryption tool\n" msgstr "" -#: tools/symcryptrun.c:313 +#: tools/symcryptrun.c:294 #, fuzzy, c-format msgid "%s on %s aborted with status %i\n" msgstr "Non permesso usare %s con %s!\n" -#: tools/symcryptrun.c:320 +#: tools/symcryptrun.c:301 #, fuzzy, c-format msgid "%s on %s failed with status %i\n" msgstr "impossibile aprire il file: %s\n" -#: tools/symcryptrun.c:346 +#: tools/symcryptrun.c:327 #, fuzzy, c-format msgid "can't create temporary directory `%s': %s\n" msgstr "impossibile creare la directory `%s': %s\n" -#: tools/symcryptrun.c:386 tools/symcryptrun.c:403 +#: tools/symcryptrun.c:367 tools/symcryptrun.c:384 #, fuzzy, c-format msgid "could not open %s for writing: %s\n" msgstr "impossibile aprire `%s': %s\n" -#: tools/symcryptrun.c:414 +#: tools/symcryptrun.c:395 #, fuzzy, c-format msgid "error writing to %s: %s\n" msgstr "errore scrivendo il portachiavi `%s': %s\n" -#: tools/symcryptrun.c:421 +#: tools/symcryptrun.c:402 #, fuzzy, c-format msgid "error reading from %s: %s\n" msgstr "errore leggendo `%s': %s\n" -#: tools/symcryptrun.c:428 tools/symcryptrun.c:435 +#: tools/symcryptrun.c:409 tools/symcryptrun.c:416 #, fuzzy, c-format msgid "error closing %s: %s\n" msgstr "errore leggendo `%s': %s\n" -#: tools/symcryptrun.c:545 +#: tools/symcryptrun.c:526 #, fuzzy msgid "no --program option provided\n" msgstr "l'esecuzione remota dei programmi non gestita\n" -#: tools/symcryptrun.c:551 +#: tools/symcryptrun.c:532 msgid "only --decrypt and --encrypt are supported\n" msgstr "" -#: tools/symcryptrun.c:557 +#: tools/symcryptrun.c:538 msgid "no --keyfile option provided\n" msgstr "" -#: tools/symcryptrun.c:568 +#: tools/symcryptrun.c:549 msgid "cannot allocate args vector\n" msgstr "" -#: tools/symcryptrun.c:586 +#: tools/symcryptrun.c:567 #, fuzzy, c-format msgid "could not create pipe: %s\n" msgstr "impossibile creare %s: %s\n" -#: tools/symcryptrun.c:593 +#: tools/symcryptrun.c:574 #, fuzzy, c-format msgid "could not create pty: %s\n" msgstr "impossibile creare %s: %s\n" -#: tools/symcryptrun.c:609 +#: tools/symcryptrun.c:590 #, c-format msgid "could not fork: %s\n" msgstr "" -#: tools/symcryptrun.c:637 +#: tools/symcryptrun.c:618 #, fuzzy, c-format msgid "execv failed: %s\n" msgstr "aggiornamento fallito: %s\n" -#: tools/symcryptrun.c:666 +#: tools/symcryptrun.c:647 #, fuzzy, c-format msgid "select failed: %s\n" msgstr "cancellazione del keyblock fallita: %s\n" -#: tools/symcryptrun.c:683 +#: tools/symcryptrun.c:664 #, fuzzy, c-format msgid "read failed: %s\n" msgstr "aggiornamento fallito: %s\n" -#: tools/symcryptrun.c:735 +#: tools/symcryptrun.c:716 #, fuzzy, c-format msgid "pty read failed: %s\n" msgstr "aggiornamento fallito: %s\n" -#: tools/symcryptrun.c:787 +#: tools/symcryptrun.c:768 #, fuzzy, c-format msgid "waitpid failed: %s\n" msgstr "aggiornamento fallito: %s\n" -#: tools/symcryptrun.c:801 +#: tools/symcryptrun.c:782 #, c-format msgid "child aborted with status %i\n" msgstr "" -#: tools/symcryptrun.c:856 +#: tools/symcryptrun.c:837 #, fuzzy, c-format msgid "cannot allocate infile string: %s\n" msgstr "impossibile creare `%s': %s\n" -#: tools/symcryptrun.c:869 +#: tools/symcryptrun.c:850 #, fuzzy, c-format msgid "cannot allocate outfile string: %s\n" msgstr "impossibile creare `%s': %s\n" -#: tools/symcryptrun.c:1044 +#: tools/symcryptrun.c:1025 #, c-format msgid "either %s or %s must be given\n" msgstr "" -#: tools/symcryptrun.c:1064 +#: tools/symcryptrun.c:1045 msgid "no class provided\n" msgstr "" -#: tools/symcryptrun.c:1071 +#: tools/symcryptrun.c:1052 #, fuzzy, c-format msgid "class %s is not supported\n" msgstr "l'algoritmo di protezione %d%s non gestito\n" +#~ msgid "DSA requires the use of a 160 bit hash algorithm\n" +#~ msgstr "DSA richiede l'uso di un algoritmo di hashing con almeno 160 bit\n" + #, fuzzy #~ msgid ".\n" #~ msgstr "%s.\n" @@ -8707,9 +8724,6 @@ msgstr "l'algoritmo di protezione %d%s non gestito\n" #~ msgid "|NAME|use message digest algorithm NAME for passphrases" #~ msgstr "|NOME|usa l'algoritmo di message digest NOME per le passphrase" -#~ msgid "|NAME|use cipher algorithm NAME for passphrases" -#~ msgstr "|NOME|usa l'alg. di cifratura NOME per le passphrase" - #~ msgid "throw keyid field of encrypted packets" #~ msgstr "elimina il campo keyid dei pacchetti cifrati" @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg 1.3.92\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2007-03-08 14:20+0100\n" +"POT-Creation-Date: 2007-05-07 20:39+0200\n" "PO-Revision-Date: 2004-11-23 11:14+0900\n" "Last-Translator: IIDA Yosiaki <iida@gnu.org>\n" "Language-Team: Japanese <translation-team-ja@lists.sourceforge.net>\n" @@ -92,8 +92,8 @@ msgstr "%sפǤޤ: %s\n" #: g10/keyring.c:1534 g10/openfile.c:190 g10/openfile.c:345 #: g10/plaintext.c:504 g10/sign.c:814 g10/sign.c:1009 g10/sign.c:1125 #: g10/sign.c:1281 g10/tdbdump.c:141 g10/tdbdump.c:149 g10/tdbio.c:542 -#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1775 -#: sm/gpgsm.c:1812 sm/qualified.c:74 +#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1780 +#: sm/gpgsm.c:1817 sm/gpgsm.c:1855 sm/qualified.c:74 #, c-format msgid "can't open `%s': %s\n" msgstr "%sפޤ: %s\n" @@ -192,13 +192,13 @@ msgstr "" "̩ݸ뤿˥ѥե졼ޤ\n" "\n" -#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1216 +#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1202 #, fuzzy msgid "Please re-enter this passphrase" msgstr "ѥե졼ѹ" -#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1222 -#: tools/symcryptrun.c:487 +#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1208 +#: tools/symcryptrun.c:468 msgid "does not match - try again" msgstr "" @@ -207,7 +207,7 @@ msgstr "" msgid "Please enter the new passphrase" msgstr "ѥե졼ѹ" -#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:109 +#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:111 #: scd/scdaemon.c:103 #, fuzzy msgid "" @@ -227,13 +227,13 @@ msgid "run in daemon mode (background)" msgstr "" #: agent/gpg-agent.c:117 g10/gpg.c:470 g10/gpgv.c:71 kbx/kbxutil.c:82 -#: scd/scdaemon.c:109 sm/gpgsm.c:335 tools/gpg-connect-agent.c:59 -#: tools/gpgconf.c:69 tools/symcryptrun.c:185 +#: scd/scdaemon.c:109 sm/gpgsm.c:338 tools/gpg-connect-agent.c:60 +#: tools/gpgconf.c:69 tools/symcryptrun.c:166 msgid "verbose" msgstr "Ĺ" #: agent/gpg-agent.c:118 g10/gpgv.c:72 kbx/kbxutil.c:83 scd/scdaemon.c:110 -#: sm/gpgsm.c:336 +#: sm/gpgsm.c:339 msgid "be somewhat more quiet" msgstr "Ť" @@ -245,7 +245,7 @@ msgstr "" msgid "csh-style command output" msgstr "" -#: agent/gpg-agent.c:121 tools/symcryptrun.c:188 +#: agent/gpg-agent.c:121 tools/symcryptrun.c:169 #, fuzzy msgid "|FILE|read options from FILE" msgstr "%sפ饪ץɤ߽Фޤ\n" @@ -258,8 +258,8 @@ msgstr "" msgid "do not grab keyboard and mouse" msgstr "" -#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:338 -#: tools/symcryptrun.c:187 +#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:341 +#: tools/symcryptrun.c:168 #, fuzzy msgid "use a log file for the server" msgstr "Сθ" @@ -315,9 +315,9 @@ msgstr "" msgid "|FILE|write environment settings also to FILE" msgstr "" -#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:143 -#: scd/scdaemon.c:192 sm/gpgsm.c:517 tools/gpg-connect-agent.c:123 -#: tools/gpgconf.c:91 tools/symcryptrun.c:225 +#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:148 +#: scd/scdaemon.c:192 sm/gpgsm.c:521 tools/gpg-connect-agent.c:126 +#: tools/gpgconf.c:91 tools/symcryptrun.c:206 #, fuzzy msgid "Please report bugs to <" msgstr "ХĤ <gnupg-bugs@gnu.org> ޤǤ𤯤\n" @@ -333,138 +333,127 @@ msgid "" "Secret key management for GnuPG\n" msgstr "" -#: agent/gpg-agent.c:311 -#, c-format -msgid "out of core in secure memory while allocating %lu bytes" -msgstr "" - -#: agent/gpg-agent.c:314 -#, c-format -msgid "out of core while allocating %lu bytes" -msgstr "" - -#: agent/gpg-agent.c:345 g10/gpg.c:931 scd/scdaemon.c:266 sm/gpgsm.c:646 +#: agent/gpg-agent.c:303 g10/gpg.c:931 scd/scdaemon.c:247 sm/gpgsm.c:650 #, c-format msgid "invalid debug-level `%s' given\n" msgstr "" -#: agent/gpg-agent.c:521 agent/protect-tool.c:1073 g10/gpg.c:1835 -#: kbx/kbxutil.c:432 scd/scdaemon.c:358 sm/gpgsm.c:768 -#: tools/symcryptrun.c:1056 +#: agent/gpg-agent.c:479 agent/protect-tool.c:1059 kbx/kbxutil.c:432 +#: scd/scdaemon.c:339 sm/gpgsm.c:771 sm/gpgsm.c:774 tools/symcryptrun.c:1037 #, c-format -msgid "libgcrypt is too old (need %s, have %s)\n" +msgid "%s is too old (need %s, have %s)\n" msgstr "" -#: agent/gpg-agent.c:615 g10/gpg.c:2035 scd/scdaemon.c:435 sm/gpgsm.c:865 +#: agent/gpg-agent.c:572 g10/gpg.c:2035 scd/scdaemon.c:415 sm/gpgsm.c:865 #, c-format msgid "NOTE: no default option file `%s'\n" msgstr ": Υץե%sפޤ\n" -#: agent/gpg-agent.c:620 agent/gpg-agent.c:1179 g10/gpg.c:2039 -#: scd/scdaemon.c:440 sm/gpgsm.c:869 tools/symcryptrun.c:989 +#: agent/gpg-agent.c:577 agent/gpg-agent.c:1136 g10/gpg.c:2039 +#: scd/scdaemon.c:420 sm/gpgsm.c:869 tools/symcryptrun.c:970 #, c-format msgid "option file `%s': %s\n" msgstr "ץե%s: %s\n" -#: agent/gpg-agent.c:628 g10/gpg.c:2046 scd/scdaemon.c:448 sm/gpgsm.c:876 +#: agent/gpg-agent.c:585 g10/gpg.c:2046 scd/scdaemon.c:428 sm/gpgsm.c:876 #, c-format msgid "reading options from `%s'\n" msgstr "%sפ饪ץɤ߽Фޤ\n" -#: agent/gpg-agent.c:949 g10/plaintext.c:142 g10/plaintext.c:147 +#: agent/gpg-agent.c:906 g10/plaintext.c:142 g10/plaintext.c:147 #: g10/plaintext.c:164 #, c-format msgid "error creating `%s': %s\n" msgstr "%sפκ顼: %s\n" -#: agent/gpg-agent.c:1239 agent/gpg-agent.c:1342 agent/gpg-agent.c:1346 -#: agent/gpg-agent.c:1382 agent/gpg-agent.c:1386 g10/exec.c:174 -#: g10/openfile.c:418 scd/scdaemon.c:934 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:1299 agent/gpg-agent.c:1303 +#: agent/gpg-agent.c:1339 agent/gpg-agent.c:1343 g10/exec.c:174 +#: g10/openfile.c:418 scd/scdaemon.c:914 #, c-format msgid "can't create directory `%s': %s\n" msgstr "ǥ쥯ȥ%sפǤޤ: %s\n" -#: agent/gpg-agent.c:1253 scd/scdaemon.c:948 +#: agent/gpg-agent.c:1210 scd/scdaemon.c:928 msgid "name of socket too long\n" msgstr "" -#: agent/gpg-agent.c:1279 scd/scdaemon.c:974 +#: agent/gpg-agent.c:1236 scd/scdaemon.c:954 #, fuzzy, c-format msgid "can't create socket: %s\n" msgstr "%sפǤޤ: %s\n" -#: agent/gpg-agent.c:1308 scd/scdaemon.c:1003 +#: agent/gpg-agent.c:1265 scd/scdaemon.c:983 #, fuzzy, c-format msgid "error binding socket to `%s': %s\n" msgstr "%sפǿѥ쥳ɤθ顼: %s\n" -#: agent/gpg-agent.c:1316 scd/scdaemon.c:1011 +#: agent/gpg-agent.c:1273 scd/scdaemon.c:991 #, fuzzy, c-format msgid "listen() failed: %s\n" msgstr "˼Ԥޤ: %s\n" -#: agent/gpg-agent.c:1322 scd/scdaemon.c:1017 +#: agent/gpg-agent.c:1279 scd/scdaemon.c:997 #, fuzzy, c-format msgid "listening on socket `%s'\n" msgstr "%sפ̩ߤޤ\n" -#: agent/gpg-agent.c:1350 agent/gpg-agent.c:1392 g10/openfile.c:421 +#: agent/gpg-agent.c:1307 agent/gpg-agent.c:1349 g10/openfile.c:421 #, c-format msgid "directory `%s' created\n" msgstr "ǥ쥯ȥ%sפǤޤ\n" -#: agent/gpg-agent.c:1398 +#: agent/gpg-agent.c:1355 #, fuzzy, c-format msgid "stat() failed for `%s': %s\n" msgstr "fstat(%d)%sǼԤޤ: %s\n" -#: agent/gpg-agent.c:1402 +#: agent/gpg-agent.c:1359 #, fuzzy, c-format msgid "can't use `%s' as home directory\n" msgstr "ǥ쥯ȥ%sפǤޤ: %s\n" -#: agent/gpg-agent.c:1504 +#: agent/gpg-agent.c:1461 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:1509 +#: agent/gpg-agent.c:1466 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:1526 +#: agent/gpg-agent.c:1483 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:1531 +#: agent/gpg-agent.c:1488 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:1627 scd/scdaemon.c:1136 +#: agent/gpg-agent.c:1584 scd/scdaemon.c:1116 #, fuzzy, c-format msgid "pth_select failed: %s - waiting 1s\n" msgstr "̩ι˼Ԥޤ: %s\n" -#: agent/gpg-agent.c:1733 scd/scdaemon.c:1203 +#: agent/gpg-agent.c:1690 scd/scdaemon.c:1183 #, fuzzy, c-format msgid "%s %s stopped\n" msgstr "%s: å: %s\n" -#: agent/gpg-agent.c:1754 +#: agent/gpg-agent.c:1711 #, fuzzy msgid "no gpg-agent running in this session\n" msgstr "Υågpg-agent̵Ǥ\n" -#: agent/gpg-agent.c:1764 common/simple-pwquery.c:324 g10/call-agent.c:137 -#: sm/call-agent.c:144 tools/gpg-connect-agent.c:713 +#: agent/gpg-agent.c:1721 common/simple-pwquery.c:324 g10/call-agent.c:137 +#: sm/call-agent.c:144 tools/gpg-connect-agent.c:764 msgid "malformed GPG_AGENT_INFO environment variable\n" msgstr "GPG_AGENT_INFOĶѿνޤ\n" -#: agent/gpg-agent.c:1776 common/simple-pwquery.c:336 g10/call-agent.c:149 -#: sm/call-agent.c:156 tools/gpg-connect-agent.c:724 +#: agent/gpg-agent.c:1733 common/simple-pwquery.c:336 g10/call-agent.c:149 +#: sm/call-agent.c:156 tools/gpg-connect-agent.c:775 #, c-format msgid "gpg-agent protocol version %d is not supported\n" msgstr "gpg-agentץȥ롦С%dϥݡȤƤޤ\n" @@ -480,51 +469,51 @@ msgid "" "Password cache maintenance\n" msgstr "" -#: agent/protect-tool.c:146 +#: agent/protect-tool.c:151 #, fuzzy msgid "Usage: gpg-protect-tool [options] (-h for help)\n" msgstr "Ȥ: gpg [ץ] [ե] (إפ -h)" -#: agent/protect-tool.c:148 +#: agent/protect-tool.c:153 msgid "" "Syntax: gpg-protect-tool [options] [args]\n" "Secret key maintenance tool\n" msgstr "" -#: agent/protect-tool.c:1207 +#: agent/protect-tool.c:1193 #, fuzzy msgid "Please enter the passphrase to unprotect the PKCS#12 object." msgstr "ѥե졼ϤƤ̩ʸϤΤȤǤ \n" -#: agent/protect-tool.c:1210 +#: agent/protect-tool.c:1196 #, fuzzy msgid "Please enter the passphrase to protect the new PKCS#12 object." msgstr "ѥե졼ϤƤ̩ʸϤΤȤǤ \n" -#: agent/protect-tool.c:1213 +#: agent/protect-tool.c:1199 msgid "" "Please enter the passphrase to protect the imported object within the GnuPG " "system." msgstr "" -#: agent/protect-tool.c:1218 +#: agent/protect-tool.c:1204 #, fuzzy msgid "" "Please enter the passphrase or the PIN\n" "needed to complete this operation." msgstr "ѥե졼ϤƤ̩ʸϤΤȤǤ \n" -#: agent/protect-tool.c:1223 tools/symcryptrun.c:488 +#: agent/protect-tool.c:1209 tools/symcryptrun.c:469 #, fuzzy msgid "Passphrase:" msgstr "ѥե졼Ǥ" -#: agent/protect-tool.c:1236 tools/symcryptrun.c:501 +#: agent/protect-tool.c:1222 tools/symcryptrun.c:482 #, fuzzy, c-format msgid "error while asking for the passphrase: %s\n" msgstr "ѥե졼κ顼: %s\n" -#: agent/protect-tool.c:1239 tools/symcryptrun.c:505 +#: agent/protect-tool.c:1225 tools/symcryptrun.c:486 #, fuzzy msgid "cancelled\n" msgstr "" @@ -564,7 +553,7 @@ msgstr "" msgid "error reading `%s', line %d: %s\n" msgstr "%sפɽФ顼: %s\n" -#: agent/trustlist.c:355 agent/trustlist.c:394 +#: agent/trustlist.c:365 agent/trustlist.c:404 msgid "error reading list of trusted root certificates\n" msgstr "" @@ -577,7 +566,7 @@ msgstr "" #. second "%s" gets replaced by a hexdecimal #. fingerprint string whereas the first one receives #. the name as store in the certificate. -#: agent/trustlist.c:470 +#: agent/trustlist.c:480 #, c-format msgid "" "Please verify that the certificate identified as:%%0A \"%s\"%%0Ahas the " @@ -587,7 +576,7 @@ msgstr "" #. TRANSLATORS: "Correct" is the label of a button and intended to #. be hit if the fingerprint matches the one of the CA. The other #. button is "the default "Cancel" of the Pinentry. -#: agent/trustlist.c:479 +#: agent/trustlist.c:489 msgid "Correct" msgstr "" @@ -599,19 +588,19 @@ msgstr "" #. plain % sign, you need to encode it as "%%25". The #. "%s" gets replaced by the name as store in the #. certificate. -#: agent/trustlist.c:499 +#: agent/trustlist.c:509 #, c-format msgid "" "Do you ultimately trust%%0A \"%s\"%%0Ato correctly certify user " "certificates?" msgstr "" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 #, fuzzy msgid "Yes" msgstr "yes" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 msgid "No" msgstr "" @@ -655,12 +644,12 @@ msgstr "" msgid "error running `%s': terminated\n" msgstr "%sפɽФ顼: %s\n" -#: common/http.c:1623 +#: common/http.c:1621 #, fuzzy, c-format msgid "error creating socket: %s\n" msgstr "%sפκ顼: %s\n" -#: common/http.c:1667 +#: common/http.c:1665 #, fuzzy msgid "host not found" msgstr "[桼IDĤޤ]" @@ -753,6 +742,16 @@ msgstr "oO" msgid "cC" msgstr "cC" +#: common/miscellaneous.c:73 +#, c-format +msgid "out of core in secure memory while allocating %lu bytes" +msgstr "" + +#: common/miscellaneous.c:76 +#, c-format +msgid "out of core while allocating %lu bytes" +msgstr "" + #: g10/armor.c:368 #, c-format msgid "armor: %s\n" @@ -1157,13 +1156,13 @@ msgstr "Υޥɤ--outputϵǽޤ\n" msgid "can't open `%s'\n" msgstr "%sפޤ\n" -#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1714 +#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1721 #: g10/revoke.c:228 #, c-format msgid "key \"%s\" not found: %s\n" msgstr "%sɤĤޤ: %s\n" -#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1728 +#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1735 #: g10/revoke.c:234 g10/revoke.c:479 #, c-format msgid "error reading keyblock: %s\n" @@ -1430,22 +1429,22 @@ msgstr "" msgid "Invalid key %s made valid by --allow-non-selfsigned-uid\n" msgstr "--allow-non-selfsigned-uidͭˤ줿̵ʸ%sǤ\n" -#: g10/getkey.c:2390 g10/keyedit.c:3723 +#: g10/getkey.c:2393 g10/keyedit.c:3723 #, c-format msgid "no secret subkey for public subkey %s - ignoring\n" msgstr "%sˤ̩ޤ - ̵\n" -#: g10/getkey.c:2621 +#: g10/getkey.c:2624 #, fuzzy, c-format msgid "using subkey %s instead of primary key %s\n" msgstr "%s縰%sѤޤ\n" -#: g10/getkey.c:2668 +#: g10/getkey.c:2671 #, c-format msgid "key %s: secret key without public key - skipped\n" msgstr "%s: Τʤ̩Ǥ - ȤФޤ\n" -#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:241 tools/gpgconf.c:56 +#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:242 tools/gpgconf.c:56 msgid "" "@Commands:\n" " " @@ -1461,27 +1460,27 @@ msgstr "|[ե]|̾" msgid "|[file]|make a clear text signature" msgstr "|[ե]|ꥢ̾" -#: g10/gpg.c:373 sm/gpgsm.c:245 +#: g10/gpg.c:373 sm/gpgsm.c:246 msgid "make a detached signature" msgstr "ʬΥ̾" -#: g10/gpg.c:374 sm/gpgsm.c:246 +#: g10/gpg.c:374 sm/gpgsm.c:247 msgid "encrypt data" msgstr "ǡŹ沽" -#: g10/gpg.c:376 sm/gpgsm.c:247 +#: g10/gpg.c:376 sm/gpgsm.c:248 msgid "encryption only with symmetric cipher" msgstr "Ź沽ˤоΰŹˡΤߤ" -#: g10/gpg.c:378 sm/gpgsm.c:248 +#: g10/gpg.c:378 sm/gpgsm.c:249 msgid "decrypt data (default)" msgstr "ǡ ()" -#: g10/gpg.c:380 sm/gpgsm.c:249 +#: g10/gpg.c:380 sm/gpgsm.c:250 msgid "verify a signature" msgstr "̾" -#: g10/gpg.c:382 sm/gpgsm.c:251 +#: g10/gpg.c:382 sm/gpgsm.c:252 msgid "list keys" msgstr "ΰ" @@ -1493,11 +1492,11 @@ msgstr "Ƚ̾ΰ" msgid "list and check key signatures" msgstr "̾θȰ" -#: g10/gpg.c:386 sm/gpgsm.c:255 +#: g10/gpg.c:386 sm/gpgsm.c:256 msgid "list keys and fingerprints" msgstr "Ȼΰ" -#: g10/gpg.c:387 sm/gpgsm.c:253 +#: g10/gpg.c:387 sm/gpgsm.c:254 msgid "list secret keys" msgstr "̩ΰ" @@ -1533,11 +1532,11 @@ msgstr "" msgid "export keys" msgstr "Ф" -#: g10/gpg.c:398 sm/gpgsm.c:258 +#: g10/gpg.c:398 sm/gpgsm.c:259 msgid "export keys to a key server" msgstr "С˸Ф" -#: g10/gpg.c:399 sm/gpgsm.c:259 +#: g10/gpg.c:399 sm/gpgsm.c:260 msgid "import keys from a key server" msgstr "С鸰ɤ߹" @@ -1573,12 +1572,12 @@ msgstr "ѥǡ١" msgid "|algo [files]|print message digests" msgstr "|르ꥺ [ե]|åɽ" -#: g10/gpg.c:431 sm/gpgsm.c:263 +#: g10/gpg.c:431 sm/gpgsm.c:264 msgid "run in server mode" msgstr "" -#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:278 -#: tools/gpg-connect-agent.c:57 tools/gpgconf.c:66 tools/symcryptrun.c:178 +#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:279 +#: tools/gpg-connect-agent.c:58 tools/gpgconf.c:66 tools/symcryptrun.c:159 msgid "" "@\n" "Options:\n" @@ -1588,35 +1587,35 @@ msgstr "" "ץ:\n" " " -#: g10/gpg.c:435 sm/gpgsm.c:280 +#: g10/gpg.c:435 sm/gpgsm.c:281 msgid "create ascii armored output" msgstr "ASCII" -#: g10/gpg.c:437 sm/gpgsm.c:290 +#: g10/gpg.c:437 sm/gpgsm.c:293 msgid "|NAME|encrypt for NAME" msgstr "|̾|̾Ѥ˰Ź沽" -#: g10/gpg.c:448 sm/gpgsm.c:326 +#: g10/gpg.c:448 sm/gpgsm.c:329 msgid "use this user-id to sign or decrypt" msgstr "" "̾ˤΥ桼id\n" "" -#: g10/gpg.c:449 sm/gpgsm.c:329 +#: g10/gpg.c:449 sm/gpgsm.c:332 msgid "|N|set compress level N (0 disables)" msgstr "" "|N|̥٥N\n" "(0)" -#: g10/gpg.c:454 sm/gpgsm.c:331 +#: g10/gpg.c:454 sm/gpgsm.c:334 msgid "use canonical text mode" msgstr "ƥȡ⡼ɤ" -#: g10/gpg.c:468 sm/gpgsm.c:334 tools/gpgconf.c:68 +#: g10/gpg.c:468 sm/gpgsm.c:337 tools/gpgconf.c:68 msgid "use as output file" msgstr "ϥեȤƻ" -#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:344 tools/gpgconf.c:71 +#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:347 tools/gpgconf.c:71 msgid "do not make any changes" msgstr "̵ѹ" @@ -1632,7 +1631,7 @@ msgstr "̩OpenPGPο" msgid "generate PGP 2.x compatible messages" msgstr "PGP 2.xߴΥå" -#: g10/gpg.c:554 sm/gpgsm.c:392 +#: g10/gpg.c:554 sm/gpgsm.c:395 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -1641,7 +1640,7 @@ msgstr "" "(ޥɤȥץΰϡ\n" "ޥ˥奢롦ڡ)\n" -#: g10/gpg.c:557 sm/gpgsm.c:395 +#: g10/gpg.c:557 sm/gpgsm.c:398 msgid "" "@\n" "Examples:\n" @@ -1679,7 +1678,7 @@ msgstr "" "̾Ź沽\n" "ϡϥǡ˰¸\n" -#: g10/gpg.c:782 sm/gpgsm.c:530 +#: g10/gpg.c:782 sm/gpgsm.c:534 msgid "" "\n" "Supported algorithms:\n" @@ -1707,7 +1706,7 @@ msgstr ": " msgid "usage: gpg [options] " msgstr "Ȥ: gpg [ץ] " -#: g10/gpg.c:1060 sm/gpgsm.c:682 +#: g10/gpg.c:1060 sm/gpgsm.c:686 msgid "conflicting commands\n" msgstr "Ω륳ޥ\n" @@ -1831,6 +1830,11 @@ msgstr "̩ȸΰȿž" msgid "show expiration dates during signature listings" msgstr "̩ؤб̾ޤ\n" +#: g10/gpg.c:1835 +#, c-format +msgid "libgcrypt is too old (need %s, have %s)\n" +msgstr "" + #: g10/gpg.c:1993 #, c-format msgid "NOTE: old default options file `%s' ignored\n" @@ -1967,7 +1971,7 @@ msgstr "%s:%d: ̵ʸڥץǤ\n" msgid "invalid auto-key-locate list\n" msgstr "" -#: g10/gpg.c:2893 sm/gpgsm.c:1232 +#: g10/gpg.c:2893 sm/gpgsm.c:1236 msgid "WARNING: program may create a core file!\n" msgstr "ٹ: ץΥե뤬Ǥ뤳Ȥޤ!\n" @@ -2007,11 +2011,11 @@ msgstr "--pgp2ꤷ顢(ѥפǤʤ) եꤻͤФʤޤ\n" msgid "encrypting a message in --pgp2 mode requires the IDEA cipher\n" msgstr "--pgp2⡼ɤΥåŹ沽ǤϡIDEAŹˡɬפǤ\n" -#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1288 +#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1292 msgid "selected cipher algorithm is invalid\n" msgstr "줿Ź楢르ꥺϡ̵Ǥ\n" -#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1296 +#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1300 msgid "selected digest algorithm is invalid\n" msgstr "줿르ꥺϡ̵Ǥ\n" @@ -2239,7 +2243,7 @@ msgstr "θؤޤ" msgid "make timestamp conflicts only a warning" msgstr "̷ٹˤޤ" -#: g10/gpgv.c:76 sm/gpgsm.c:367 +#: g10/gpgv.c:76 sm/gpgsm.c:370 msgid "|FD|write status info to this FD" msgstr "" "|ե뵭һ|Υե뵭һҤ˾֤\n" @@ -3759,7 +3763,7 @@ msgid "(sensitive)" msgstr "(ǥꥱ)" #: g10/keyedit.c:2743 g10/keyedit.c:2799 g10/keyedit.c:2860 g10/keyedit.c:2875 -#: g10/keylist.c:194 g10/keyserver.c:516 +#: g10/keylist.c:194 g10/keyserver.c:523 #, c-format msgid "created: %s" msgstr ": %s" @@ -3776,7 +3780,7 @@ msgstr "λ: %s" #: g10/keyedit.c:2750 g10/keyedit.c:2801 g10/keyedit.c:2862 g10/keyedit.c:2877 #: g10/keylist.c:196 g10/keylist.c:748 g10/keylist.c:783 g10/keylist.c:877 -#: g10/keylist.c:898 g10/keyserver.c:522 g10/mainproc.c:985 +#: g10/keylist.c:898 g10/keyserver.c:529 g10/mainproc.c:985 #, c-format msgid "expires: %s" msgstr "λ: %s" @@ -3812,12 +3816,12 @@ msgstr "" "ץƵưޤǡɽ줿ͭʤ⤷ʤ\n" "ȤȤǰƬˤƤ\n" -#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:526 +#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:533 #: g10/mainproc.c:1831 g10/trustdb.c:1179 g10/trustdb.c:1699 msgid "revoked" msgstr "" -#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:530 +#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:537 #: g10/mainproc.c:1833 g10/trustdb.c:532 g10/trustdb.c:1701 msgid "expired" msgstr "λ" @@ -4670,178 +4674,178 @@ msgstr "%luĤθå (%luĤν̾)\n" msgid "%s: keyring created\n" msgstr "%s: ؤǤޤ\n" -#: g10/keyserver.c:66 +#: g10/keyserver.c:73 msgid "include revoked keys in search results" msgstr "" -#: g10/keyserver.c:67 +#: g10/keyserver.c:74 msgid "include subkeys when searching by key ID" msgstr "" -#: g10/keyserver.c:69 +#: g10/keyserver.c:76 msgid "use temporary files to pass data to keyserver helpers" msgstr "" -#: g10/keyserver.c:71 +#: g10/keyserver.c:78 msgid "do not delete temporary files after using them" msgstr "" -#: g10/keyserver.c:75 +#: g10/keyserver.c:82 msgid "automatically retrieve keys when verifying signatures" msgstr "" -#: g10/keyserver.c:77 +#: g10/keyserver.c:84 #, fuzzy msgid "honor the preferred keyserver URL set on the key" msgstr "СURLϤƤ: " -#: g10/keyserver.c:79 +#: g10/keyserver.c:86 msgid "honor the PKA record set on a key when retrieving keys" msgstr "" -#: g10/keyserver.c:145 +#: g10/keyserver.c:152 #, c-format msgid "WARNING: keyserver option `%s' is not used on this platform\n" msgstr "" "ٹ: СΥץ%sפϡΥץåȥۡǤϻȤޤ\n" -#: g10/keyserver.c:528 +#: g10/keyserver.c:535 msgid "disabled" msgstr "disabled" -#: g10/keyserver.c:729 +#: g10/keyserver.c:736 msgid "Enter number(s), N)ext, or Q)uit > " msgstr "ֹ(s)N)ޤQ)ߤϤƤ >" -#: g10/keyserver.c:813 g10/keyserver.c:1435 +#: g10/keyserver.c:820 g10/keyserver.c:1442 #, c-format msgid "invalid keyserver protocol (us %d!=handler %d)\n" msgstr "̵ʸСץȥǤ (us %d!=handler %d)\n" -#: g10/keyserver.c:911 +#: g10/keyserver.c:918 #, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "%sɤС˸Ĥޤ\n" -#: g10/keyserver.c:913 +#: g10/keyserver.c:920 msgid "key not found on keyserver\n" msgstr "С˸Ĥޤ\n" -#: g10/keyserver.c:1154 +#: g10/keyserver.c:1161 #, c-format msgid "requesting key %s from %s server %s\n" msgstr "%s%s饵С%s\n" -#: g10/keyserver.c:1158 +#: g10/keyserver.c:1165 #, c-format msgid "requesting key %s from %s\n" msgstr "%s%s\n" -#: g10/keyserver.c:1182 +#: g10/keyserver.c:1189 #, fuzzy, c-format msgid "searching for names from %s server %s\n" msgstr "%sɤ%sС%s鸡\n" -#: g10/keyserver.c:1185 +#: g10/keyserver.c:1192 #, fuzzy, c-format msgid "searching for names from %s\n" msgstr "%sɤС%s鸡\n" -#: g10/keyserver.c:1338 +#: g10/keyserver.c:1345 #, c-format msgid "sending key %s to %s server %s\n" msgstr "%s%sС%s\n" -#: g10/keyserver.c:1342 +#: g10/keyserver.c:1349 #, c-format msgid "sending key %s to %s\n" msgstr "%s%s\n" -#: g10/keyserver.c:1385 +#: g10/keyserver.c:1392 #, c-format msgid "searching for \"%s\" from %s server %s\n" msgstr "%sɤ%sС%s鸡\n" -#: g10/keyserver.c:1388 +#: g10/keyserver.c:1395 #, c-format msgid "searching for \"%s\" from %s\n" msgstr "%sɤС%s鸡\n" -#: g10/keyserver.c:1395 g10/keyserver.c:1491 +#: g10/keyserver.c:1402 g10/keyserver.c:1498 msgid "no keyserver action!\n" msgstr "Сޤ!\n" -#: g10/keyserver.c:1443 +#: g10/keyserver.c:1450 #, c-format msgid "WARNING: keyserver handler from a different version of GnuPG (%s)\n" msgstr "ٹ: (%s) GnuPGθСϥɥ\n" -#: g10/keyserver.c:1452 +#: g10/keyserver.c:1459 msgid "keyserver did not send VERSION\n" msgstr "СVERSIONޤǤ\n" -#: g10/keyserver.c:1514 g10/keyserver.c:2042 +#: g10/keyserver.c:1521 g10/keyserver.c:2049 msgid "no keyserver known (use option --keyserver)\n" msgstr "ΤθСޤ (ץ--keyserverȤޤ礦)\n" -#: g10/keyserver.c:1520 +#: g10/keyserver.c:1527 msgid "external keyserver calls are not supported in this build\n" msgstr "ιۤǤϡСθƽФϥݡȤƤޤ\n" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1539 #, c-format msgid "no handler for keyserver scheme `%s'\n" msgstr "С%sѤΥϥɥ餬ޤ\n" -#: g10/keyserver.c:1537 +#: g10/keyserver.c:1544 #, c-format msgid "action `%s' not supported with keyserver scheme `%s'\n" msgstr "%sפϡС%sפǥݡȤƤޤ\n" -#: g10/keyserver.c:1545 +#: g10/keyserver.c:1552 #, fuzzy, c-format msgid "%s does not support handler version %d\n" msgstr "gpgkeys_%sϡϥɥ%dǤݡȤޤ\n" -#: g10/keyserver.c:1552 +#: g10/keyserver.c:1559 msgid "keyserver timed out\n" msgstr "СΥॢ\n" -#: g10/keyserver.c:1557 +#: g10/keyserver.c:1564 msgid "keyserver internal error\n" msgstr "С顼\n" -#: g10/keyserver.c:1566 +#: g10/keyserver.c:1573 #, c-format msgid "keyserver communications error: %s\n" msgstr "С̿顼: %s\n" -#: g10/keyserver.c:1591 g10/keyserver.c:1625 +#: g10/keyserver.c:1598 g10/keyserver.c:1632 #, c-format msgid "\"%s\" not a key ID: skipping\n" msgstr "%sɸIDǤϤޤ: ȤФޤ\n" -#: g10/keyserver.c:1884 +#: g10/keyserver.c:1891 #, c-format msgid "WARNING: unable to refresh key %s via %s: %s\n" msgstr "ٹ: %s%sͳDzǤޤ: %s\n" -#: g10/keyserver.c:1906 +#: g10/keyserver.c:1913 #, c-format msgid "refreshing 1 key from %s\n" msgstr "1ܤθ%s\n" -#: g10/keyserver.c:1908 +#: g10/keyserver.c:1915 #, c-format msgid "refreshing %d keys from %s\n" msgstr "%dܤθ%s\n" -#: g10/keyserver.c:1964 +#: g10/keyserver.c:1971 #, fuzzy, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "ٹ: %s%sͳDzǤޤ: %s\n" -#: g10/keyserver.c:1970 +#: g10/keyserver.c:1977 #, fuzzy, c-format msgid "WARNING: unable to parse URI %s\n" msgstr "ٹ: %s%sͳDzǤޤ: %s\n" @@ -5184,16 +5188,16 @@ msgstr "ե%sפǤޤ\n" msgid "WARNING: options in `%s' are not yet active during this run\n" msgstr "ٹ: %sפΥץϵưƤ֡ͭˤʤޤ\n" -#: g10/parse-packet.c:192 +#: g10/parse-packet.c:193 #, c-format msgid "can't handle public key algorithm %d\n" msgstr "Υ르ꥺ%dϡ갷ޤ\n" -#: g10/parse-packet.c:762 +#: g10/parse-packet.c:798 msgid "WARNING: potentially insecure symmetrically encrypted session key\n" msgstr "ٹ: Ū˷ݤоΰŹ沽åǤ\n" -#: g10/parse-packet.c:1213 +#: g10/parse-packet.c:1249 #, c-format msgid "subpacket of type %d has critical bit set\n" msgstr "%dβ̥ѥåȤ˥ƥ롦ӥåȤȯ\n" @@ -5781,7 +5785,7 @@ msgstr "夤Ǥޤ - Ƽ¹\n" msgid "cannot avoid weak key for symmetric cipher; tried %d times!\n" msgstr "оΰŹˡμ夤뤳ȤǤޤ%dߤޤ!\n" -#: g10/seskey.c:229 +#: g10/seskey.c:229 sm/certcheck.c:91 msgid "DSA requires the hash length to be a multiple of 8 bits\n" msgstr "" @@ -6332,7 +6336,7 @@ msgstr "" msgid "iconv_open failed: %s\n" msgstr "̾˼Ԥޤ: %s\n" -#: jnlib/utf8conv.c:331 jnlib/utf8conv.c:597 +#: jnlib/utf8conv.c:338 jnlib/utf8conv.c:604 #, fuzzy, c-format msgid "conversion from `%s' to `%s' failed: %s\n" msgstr "%sפ%sפؤΰư˼: %s\n" @@ -6554,7 +6558,7 @@ msgstr "%s˥Ǥޤ - ̵OpenPGP?\n" msgid "run in multi server mode (foreground)" msgstr "" -#: scd/scdaemon.c:113 sm/gpgsm.c:356 +#: scd/scdaemon.c:113 sm/gpgsm.c:359 #, fuzzy msgid "read options from file" msgstr "%sפ饪ץɤ߽Фޤ\n" @@ -6595,21 +6599,21 @@ msgid "" "Smartcard daemon for GnuPG\n" msgstr "" -#: scd/scdaemon.c:684 +#: scd/scdaemon.c:664 msgid "please use the option `--daemon' to run the program in the background\n" msgstr "" -#: scd/scdaemon.c:1032 +#: scd/scdaemon.c:1012 #, c-format msgid "handler for fd %d started\n" msgstr "" -#: scd/scdaemon.c:1037 +#: scd/scdaemon.c:1017 #, c-format msgid "handler for fd %d terminated\n" msgstr "" -#: sm/base64.c:323 +#: sm/base64.c:327 #, fuzzy, c-format msgid "invalid radix64 character %02x skipped\n" msgstr "̵64ʸ%02XȤФޤ\n" @@ -6633,180 +6637,186 @@ msgstr "gpg-agentץȥ롦С%dϥݡȤƤޤ\n" msgid "can't connect to the dirmngr - trying fall back\n" msgstr "" -#: sm/certchain.c:165 +#: sm/certchain.c:176 #, fuzzy, c-format msgid "critical certificate extension %s is not supported" msgstr "gpg-agentץȥ롦С%dϥݡȤƤޤ\n" -#: sm/certchain.c:203 +#: sm/certchain.c:214 msgid "issuer certificate is not marked as a CA" msgstr "" -#: sm/certchain.c:242 +#: sm/certchain.c:253 msgid "critical marked policy without configured policies" msgstr "" -#: sm/certchain.c:252 +#: sm/certchain.c:263 #, fuzzy, c-format msgid "failed to open `%s': %s\n" msgstr "%sפޤ: %s\n" -#: sm/certchain.c:259 sm/certchain.c:288 +#: sm/certchain.c:270 sm/certchain.c:299 msgid "note: non-critical certificate policy not allowed" msgstr "" -#: sm/certchain.c:263 sm/certchain.c:292 +#: sm/certchain.c:274 sm/certchain.c:303 #, fuzzy msgid "certificate policy not allowed" msgstr "̩νФ϶ػߤǤ\n" -#: sm/certchain.c:403 +#: sm/certchain.c:414 msgid "looking up issuer at external location\n" msgstr "" -#: sm/certchain.c:423 +#: sm/certchain.c:434 #, c-format msgid "number of issuers matching: %d\n" msgstr "" -#: sm/certchain.c:576 sm/certchain.c:740 sm/certchain.c:1266 sm/decrypt.c:261 +#: sm/certchain.c:587 sm/certchain.c:753 sm/certchain.c:1334 sm/decrypt.c:261 #: sm/encrypt.c:343 sm/sign.c:328 sm/verify.c:107 #, fuzzy msgid "failed to allocated keyDB handle\n" msgstr "ݴɤ˼Ԥޤ: %s\n" -#: sm/certchain.c:667 +#: sm/certchain.c:678 #, fuzzy msgid "certificate has been revoked" msgstr ": ϼѤߤǤ" -#: sm/certchain.c:676 +#: sm/certchain.c:687 #, fuzzy msgid "no CRL found for certificate" msgstr "ʾǤ" -#: sm/certchain.c:680 +#: sm/certchain.c:691 #, fuzzy msgid "the available CRL is too old" msgstr "ʲ˸ޤ: " -#: sm/certchain.c:682 +#: sm/certchain.c:693 msgid "please make sure that the \"dirmngr\" is properly installed\n" msgstr "" -#: sm/certchain.c:687 +#: sm/certchain.c:698 #, fuzzy, c-format msgid "checking the CRL failed: %s" msgstr "줿̾θ˼Ԥޤ: %s\n" -#: sm/certchain.c:765 +#: sm/certchain.c:794 #, fuzzy msgid "no issuer found in certificate" msgstr "" -#: sm/certchain.c:792 +#: sm/certchain.c:823 #, c-format msgid "certificate with invalid validity: %s" msgstr "" -#: sm/certchain.c:808 +#: sm/certchain.c:839 msgid "certificate not yet valid" msgstr "" -#: sm/certchain.c:821 +#: sm/certchain.c:852 #, fuzzy msgid "certificate has expired" msgstr "θλǤ!" -#: sm/certchain.c:864 +#: sm/certchain.c:895 msgid "self-signed certificate has a BAD signature" msgstr "" -#: sm/certchain.c:932 +#: sm/certchain.c:963 msgid "root certificate is not marked trusted" msgstr "" -#: sm/certchain.c:947 +#: sm/certchain.c:978 #, fuzzy, c-format msgid "fingerprint=%s\n" msgstr "CAλ: " -#: sm/certchain.c:955 +#: sm/certchain.c:986 msgid "root certificate has now been marked as trusted\n" msgstr "" -#: sm/certchain.c:970 +#: sm/certchain.c:1001 msgid "interactive marking as trusted not enabled in gpg-agent\n" msgstr "" -#: sm/certchain.c:976 +#: sm/certchain.c:1007 msgid "interactive marking as trusted disabled for this session\n" msgstr "" -#: sm/certchain.c:986 +#: sm/certchain.c:1017 #, fuzzy, c-format msgid "checking the trust list failed: %s\n" msgstr "줿̾θ˼Ԥޤ: %s\n" -#: sm/certchain.c:1013 sm/import.c:158 +#: sm/certchain.c:1044 sm/import.c:159 msgid "certificate chain too long\n" msgstr "" -#: sm/certchain.c:1025 +#: sm/certchain.c:1056 msgid "issuer certificate not found" msgstr "" -#: sm/certchain.c:1058 +#: sm/certchain.c:1089 #, fuzzy msgid "certificate has a BAD signature" msgstr "̾" -#: sm/certchain.c:1088 +#: sm/certchain.c:1119 msgid "found another possible matching CA certificate - trying again" msgstr "" -#: sm/certchain.c:1139 +#: sm/certchain.c:1170 #, c-format msgid "certificate chain longer than allowed by CA (%d)" msgstr "" -#: sm/certcheck.c:52 -msgid "DSA requires the use of a 160 bit hash algorithm\n" -msgstr "DSAǤ160ӥåȤΥϥå塦르ꥺλѤɬפǤ\n" +#: sm/certcheck.c:103 +#, c-format +msgid "%s key uses an unsafe (%u bit) hash\n" +msgstr "" + +#: sm/certcheck.c:113 +#, c-format +msgid "a %u bit hash is not valid for a %u bit %s key\n" +msgstr "" -#: sm/certcheck.c:177 sm/sign.c:482 sm/verify.c:189 +#: sm/certcheck.c:250 sm/sign.c:482 sm/verify.c:189 msgid "(this is the MD2 algorithm)\n" msgstr "" -#: sm/certdump.c:68 sm/certdump.c:154 +#: sm/certdump.c:68 sm/certdump.c:151 #, fuzzy msgid "none" msgstr "no" -#: sm/certdump.c:163 +#: sm/certdump.c:162 #, fuzzy msgid "[none]" msgstr "[̤]" -#: sm/certdump.c:536 sm/certdump.c:599 +#: sm/certdump.c:552 sm/certdump.c:597 sm/certdump.c:662 sm/certdump.c:715 #, fuzzy msgid "[Error - invalid encoding]" msgstr "顼: ̵ʱ\n" -#: sm/certdump.c:544 +#: sm/certdump.c:560 sm/certdump.c:605 msgid "[Error - out of core]" msgstr "" -#: sm/certdump.c:579 +#: sm/certdump.c:642 sm/certdump.c:698 msgid "[Error - No name]" msgstr "" -#: sm/certdump.c:604 +#: sm/certdump.c:667 sm/certdump.c:721 #, fuzzy msgid "[Error - invalid DN]" msgstr "顼: ̵ʱ\n" -#: sm/certdump.c:818 +#: sm/certdump.c:930 #, fuzzy, c-format msgid "" "Please enter the passphrase to unlock the secret key for:\n" @@ -6821,7 +6831,7 @@ msgstr "" msgid "no key usage specified - assuming all usages\n" msgstr "" -#: sm/certlist.c:135 sm/keylist.c:255 +#: sm/certlist.c:135 sm/keylist.c:258 #, fuzzy, c-format msgid "error getting key usage information: %s\n" msgstr "Ըμ顼: %s\n" @@ -6908,7 +6918,7 @@ msgstr "" msgid "certificate `%s' not found: %s\n" msgstr "̩%sɤĤޤ: %s\n" -#: sm/delete.c:113 sm/keydb.c:1392 sm/keydb.c:1485 +#: sm/delete.c:113 sm/keydb.c:1397 sm/keydb.c:1497 #, fuzzy, c-format msgid "error locking keybox: %s\n" msgstr "֥åɽФ顼: %s\n" @@ -6933,200 +6943,200 @@ msgstr "֥åκ˼Ԥޤ: %s\n" msgid "no valid recipients given\n" msgstr "(Ϥޤ)\n" -#: sm/export.c:562 sm/export.c:578 sm/import.c:525 sm/import.c:550 +#: sm/export.c:615 sm/export.c:631 sm/import.c:526 sm/import.c:551 #, fuzzy, c-format msgid "error creating temporary file: %s\n" msgstr "ѥե졼κ顼: %s\n" -#: sm/export.c:569 sm/import.c:533 +#: sm/export.c:622 sm/import.c:534 #, fuzzy, c-format msgid "error writing to temporary file: %s\n" msgstr "%s: ǥ쥯ȥ쥳ɤνߥ顼: %s\n" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:244 #, fuzzy msgid "|[FILE]|make a signature" msgstr "|[ե]|̾" -#: sm/gpgsm.c:244 +#: sm/gpgsm.c:245 #, fuzzy msgid "|[FILE]|make a clear text signature" msgstr "|[ե]|ꥢ̾" -#: sm/gpgsm.c:252 +#: sm/gpgsm.c:253 #, fuzzy msgid "list external keys" msgstr "̩ΰ" -#: sm/gpgsm.c:254 +#: sm/gpgsm.c:255 #, fuzzy msgid "list certificate chain" msgstr "ʾǤ" -#: sm/gpgsm.c:257 +#: sm/gpgsm.c:258 #, fuzzy msgid "remove key from the public keyring" msgstr "ؤ鸰" -#: sm/gpgsm.c:260 +#: sm/gpgsm.c:261 #, fuzzy msgid "import certificates" msgstr "ʾǤ" -#: sm/gpgsm.c:261 +#: sm/gpgsm.c:262 #, fuzzy msgid "export certificates" msgstr "ʾǤ" -#: sm/gpgsm.c:262 +#: sm/gpgsm.c:263 #, fuzzy msgid "register a smartcard" msgstr "ޡȥɤظɲ" -#: sm/gpgsm.c:264 +#: sm/gpgsm.c:265 msgid "pass a command to the dirmngr" msgstr "" -#: sm/gpgsm.c:266 +#: sm/gpgsm.c:267 msgid "invoke gpg-protect-tool" msgstr "" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:268 #, fuzzy msgid "change a passphrase" msgstr "ѥե졼ѹ" -#: sm/gpgsm.c:282 +#: sm/gpgsm.c:283 #, fuzzy msgid "create base-64 encoded output" msgstr "ASCII" -#: sm/gpgsm.c:284 +#: sm/gpgsm.c:287 msgid "assume input is in PEM format" msgstr "" -#: sm/gpgsm.c:286 +#: sm/gpgsm.c:289 msgid "assume input is in base-64 format" msgstr "" -#: sm/gpgsm.c:288 +#: sm/gpgsm.c:291 msgid "assume input is in binary format" msgstr "" -#: sm/gpgsm.c:293 +#: sm/gpgsm.c:296 msgid "use system's dirmngr if available" msgstr "" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "never consult a CRL" msgstr "" -#: sm/gpgsm.c:301 +#: sm/gpgsm.c:304 msgid "check validity using OCSP" msgstr "" -#: sm/gpgsm.c:304 +#: sm/gpgsm.c:307 msgid "|N|number of certificates to include" msgstr "" -#: sm/gpgsm.c:307 +#: sm/gpgsm.c:310 msgid "|FILE|take policy information from FILE" msgstr "" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "do not check certificate policies" msgstr "" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "fetch missing issuer certificates" msgstr "" -#: sm/gpgsm.c:318 +#: sm/gpgsm.c:321 msgid "|NAME|use NAME as default recipient" msgstr "" -#: sm/gpgsm.c:320 +#: sm/gpgsm.c:323 #, fuzzy msgid "use the default key as default recipient" msgstr "å: ϴμͤȤƤ⤦ѤߤǤ\n" -#: sm/gpgsm.c:337 +#: sm/gpgsm.c:340 msgid "don't use the terminal at all" msgstr "" -#: sm/gpgsm.c:341 +#: sm/gpgsm.c:344 #, fuzzy msgid "force v3 signatures" msgstr "̾μ" -#: sm/gpgsm.c:342 +#: sm/gpgsm.c:345 msgid "always use a MDC for encryption" msgstr "" -#: sm/gpgsm.c:347 +#: sm/gpgsm.c:350 msgid "batch mode: never ask" msgstr "" -#: sm/gpgsm.c:348 +#: sm/gpgsm.c:351 msgid "assume yes on most questions" msgstr "" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 msgid "assume no on most questions" msgstr "" -#: sm/gpgsm.c:351 +#: sm/gpgsm.c:354 #, fuzzy msgid "add this keyring to the list of keyrings" msgstr "θؤޤ" -#: sm/gpgsm.c:352 +#: sm/gpgsm.c:355 #, fuzzy msgid "add this secret keyring to the list" msgstr "μ¹Ԥˤ̩ޤ\n" -#: sm/gpgsm.c:353 +#: sm/gpgsm.c:356 msgid "|NAME|use NAME as default secret key" msgstr "" -#: sm/gpgsm.c:354 +#: sm/gpgsm.c:357 msgid "|HOST|use this keyserver to lookup keys" msgstr "" -#: sm/gpgsm.c:355 +#: sm/gpgsm.c:358 #, fuzzy msgid "|NAME|set terminal charset to NAME" msgstr "|̾|̾Ѥ˰Ź沽" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "" -#: sm/gpgsm.c:374 +#: sm/gpgsm.c:377 msgid "|FILE|load extension module FILE" msgstr "" -#: sm/gpgsm.c:380 +#: sm/gpgsm.c:383 #, fuzzy msgid "|NAME|use cipher algorithm NAME" msgstr "̤ΤΰŹ楢르ꥺǤ" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 #, fuzzy msgid "|NAME|use message digest algorithm NAME" msgstr "%s̾르ꥺ %s\n" -#: sm/gpgsm.c:384 +#: sm/gpgsm.c:387 #, fuzzy msgid "|N|use compress algorithm N" msgstr "̤Τΰ̥르ꥺǤ" -#: sm/gpgsm.c:520 +#: sm/gpgsm.c:524 #, fuzzy msgid "Usage: gpgsm [options] [files] (-h for help)" msgstr "Ȥ: gpg [ץ] [ե] (إפ -h)" -#: sm/gpgsm.c:523 +#: sm/gpgsm.c:527 #, fuzzy msgid "" "Syntax: gpgsm [options] [files]\n" @@ -7137,45 +7147,40 @@ msgstr "" "̾Ź沽\n" "ϡϥǡ˰¸\n" -#: sm/gpgsm.c:617 +#: sm/gpgsm.c:621 #, fuzzy msgid "usage: gpgsm [options] " msgstr "Ȥ: gpg [ץ] " -#: sm/gpgsm.c:698 +#: sm/gpgsm.c:702 #, fuzzy, c-format msgid "can't encrypt to `%s': %s\n" msgstr "%sפ³Ǥޤ: %s\n" -#: sm/gpgsm.c:773 -#, c-format -msgid "libksba is too old (need %s, have %s)\n" -msgstr "" - -#: sm/gpgsm.c:1249 +#: sm/gpgsm.c:1253 msgid "WARNING: running with faked system time: " msgstr "" -#: sm/gpgsm.c:1328 +#: sm/gpgsm.c:1332 #, c-format msgid "importing common certificates `%s'\n" msgstr "" -#: sm/gpgsm.c:1346 +#: sm/gpgsm.c:1350 #, fuzzy, c-format msgid "can't sign using `%s': %s\n" msgstr "%sפ˥Ǥޤ: %s\n" -#: sm/gpgsm.c:1536 +#: sm/gpgsm.c:1542 msgid "this command has not yet been implemented\n" msgstr "" -#: sm/gpgsm.c:1601 +#: sm/gpgsm.c:1606 #, fuzzy msgid "key generation is not available from the commandline\n" msgstr "Υågpg-agent̵Ǥ\n" -#: sm/gpgsm.c:1602 +#: sm/gpgsm.c:1607 #, fuzzy, c-format msgid "please use the script \"%s\" to generate a new key\n" msgstr "븰ηƤ:\n" @@ -7185,21 +7190,21 @@ msgstr "븰ηƤ:\n" msgid "total number processed: %lu\n" msgstr " ι: %lu\n" -#: sm/import.c:227 +#: sm/import.c:228 #, fuzzy msgid "error storing certificate\n" msgstr "" -#: sm/import.c:235 +#: sm/import.c:236 msgid "basic certificate checks failed - not imported\n" msgstr "" -#: sm/import.c:421 sm/import.c:453 +#: sm/import.c:422 sm/import.c:454 #, fuzzy, c-format msgid "error importing certificate: %s\n" msgstr "֤μ顼: %s\n" -#: sm/import.c:542 tools/gpg-connect-agent.c:384 +#: sm/import.c:543 tools/gpg-connect-agent.c:388 #, fuzzy, c-format msgid "error reading input: %s\n" msgstr "%sפɽФ顼: %s\n" @@ -7218,12 +7223,12 @@ msgstr "" msgid "keybox `%s' created\n" msgstr "ء%sפǤޤ\n" -#: sm/keydb.c:1312 sm/keydb.c:1378 +#: sm/keydb.c:1312 sm/keydb.c:1380 #, fuzzy msgid "failed to get the fingerprint\n" msgstr "ݴɤ˼Ԥޤ: %s\n" -#: sm/keydb.c:1319 sm/keydb.c:1385 +#: sm/keydb.c:1319 sm/keydb.c:1387 #, fuzzy msgid "failed to allocate keyDB handle\n" msgstr "ݴɤ˼Ԥޤ: %s\n" @@ -7243,17 +7248,17 @@ msgstr "֤μ顼: %s\n" msgid "error storing certificate: %s\n" msgstr "֤μ顼: %s\n" -#: sm/keydb.c:1400 +#: sm/keydb.c:1408 #, c-format msgid "problem re-searching certificate: %s\n" msgstr "" -#: sm/keydb.c:1409 sm/keydb.c:1497 +#: sm/keydb.c:1417 sm/keydb.c:1509 #, fuzzy, c-format msgid "error getting stored flags: %s\n" msgstr "PINμ顼: %s\n" -#: sm/keydb.c:1418 sm/keydb.c:1508 +#: sm/keydb.c:1429 sm/keydb.c:1520 #, fuzzy, c-format msgid "error storing flags: %s\n" msgstr "%sפɽФ顼: %s\n" @@ -7326,103 +7331,107 @@ msgstr "%sɤ̾" msgid " aka" msgstr " ̾%s" -#: tools/gpg-connect-agent.c:60 tools/gpgconf.c:70 tools/symcryptrun.c:186 +#: tools/gpg-connect-agent.c:61 tools/gpgconf.c:70 tools/symcryptrun.c:167 #, fuzzy msgid "quiet" msgstr "quit" -#: tools/gpg-connect-agent.c:61 +#: tools/gpg-connect-agent.c:62 msgid "print data out hex encoded" msgstr "" -#: tools/gpg-connect-agent.c:62 +#: tools/gpg-connect-agent.c:63 +msgid "decode received data lines" +msgstr "" + +#: tools/gpg-connect-agent.c:64 msgid "|NAME|connect to Assuan socket NAME" msgstr "" -#: tools/gpg-connect-agent.c:63 +#: tools/gpg-connect-agent.c:65 msgid "run the Assuan server given on the command line" msgstr "" -#: tools/gpg-connect-agent.c:65 +#: tools/gpg-connect-agent.c:67 msgid "do not use extended connect mode" msgstr "" -#: tools/gpg-connect-agent.c:126 +#: tools/gpg-connect-agent.c:129 #, fuzzy msgid "Usage: gpg-connect-agent [options] (-h for help)" msgstr "Ȥ: gpg [ץ] [ե] (إפ -h)" -#: tools/gpg-connect-agent.c:129 +#: tools/gpg-connect-agent.c:132 msgid "" "Syntax: gpg-connect-agent [options]\n" "Connect to a running agent and send commands\n" msgstr "" -#: tools/gpg-connect-agent.c:324 +#: tools/gpg-connect-agent.c:328 #, c-format msgid "option \"%s\" requires a program and optional arguments\n" msgstr "" -#: tools/gpg-connect-agent.c:333 +#: tools/gpg-connect-agent.c:337 #, c-format msgid "option \"%s\" ignored due to \"%s\"\n" msgstr "" -#: tools/gpg-connect-agent.c:391 +#: tools/gpg-connect-agent.c:395 #, fuzzy msgid "line too long - skipped\n" msgstr "ԤĹޤ" -#: tools/gpg-connect-agent.c:395 +#: tools/gpg-connect-agent.c:399 msgid "line shortened due to embedded Nul character\n" msgstr "" -#: tools/gpg-connect-agent.c:457 +#: tools/gpg-connect-agent.c:471 #, fuzzy, c-format msgid "unknown command `%s'\n" msgstr "̤ΤΥץ%s\n" -#: tools/gpg-connect-agent.c:465 +#: tools/gpg-connect-agent.c:479 #, fuzzy, c-format msgid "sending line failed: %s\n" msgstr "̾˼Ԥޤ: %s\n" -#: tools/gpg-connect-agent.c:473 +#: tools/gpg-connect-agent.c:487 #, fuzzy, c-format msgid "receiving line failed: %s\n" msgstr "ɽФ˼Ԥޤ: %s\n" -#: tools/gpg-connect-agent.c:746 +#: tools/gpg-connect-agent.c:797 #, fuzzy, c-format msgid "error sending %s command: %s\n" msgstr "%sפɽФ顼: %s\n" -#: tools/gpg-connect-agent.c:755 +#: tools/gpg-connect-agent.c:806 #, fuzzy, c-format msgid "error sending standard options: %s\n" msgstr "%sפǿѥ쥳ɤθ顼: %s\n" #: tools/gpgconf-comp.c:445 tools/gpgconf-comp.c:525 tools/gpgconf-comp.c:592 -#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:720 +#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:723 msgid "Options controlling the diagnostic output" msgstr "" #: tools/gpgconf-comp.c:458 tools/gpgconf-comp.c:538 tools/gpgconf-comp.c:605 -#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:743 +#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:746 msgid "Options controlling the configuration" msgstr "" #: tools/gpgconf-comp.c:468 tools/gpgconf-comp.c:563 tools/gpgconf-comp.c:612 -#: tools/gpgconf-comp.c:671 tools/gpgconf-comp.c:750 +#: tools/gpgconf-comp.c:674 tools/gpgconf-comp.c:753 msgid "Options useful for debugging" msgstr "" #: tools/gpgconf-comp.c:473 tools/gpgconf-comp.c:568 tools/gpgconf-comp.c:617 -#: tools/gpgconf-comp.c:676 tools/gpgconf-comp.c:758 +#: tools/gpgconf-comp.c:679 tools/gpgconf-comp.c:761 msgid "|FILE|write server mode logs to FILE" msgstr "" -#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:684 +#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:687 msgid "Options controlling the security" msgstr "" @@ -7450,31 +7459,35 @@ msgstr "" msgid "allow PKA lookups (DNS requests)" msgstr "" -#: tools/gpgconf-comp.c:689 +#: tools/gpgconf-comp.c:669 +msgid "|NAME|use encoding NAME for PKCS#12 passphrases" +msgstr "" + +#: tools/gpgconf-comp.c:692 msgid "do not check CRLs for root certificates" msgstr "" -#: tools/gpgconf-comp.c:733 +#: tools/gpgconf-comp.c:736 msgid "Options controlling the format of the output" msgstr "" -#: tools/gpgconf-comp.c:769 +#: tools/gpgconf-comp.c:772 msgid "Options controlling the interactivity and enforcement" msgstr "" -#: tools/gpgconf-comp.c:779 +#: tools/gpgconf-comp.c:782 msgid "Configuration for HTTP servers" msgstr "" -#: tools/gpgconf-comp.c:790 +#: tools/gpgconf-comp.c:793 msgid "use system's HTTP proxy setting" msgstr "" -#: tools/gpgconf-comp.c:795 +#: tools/gpgconf-comp.c:798 msgid "Configuration of LDAP servers to use" msgstr "" -#: tools/gpgconf-comp.c:832 +#: tools/gpgconf-comp.c:835 msgid "Configuration for OCSP" msgstr "" @@ -7538,7 +7551,7 @@ msgstr "ޥɤ϶ػߤƤޤ\n" msgid "error allocating enough memory: %s\n" msgstr "ء%sפκ顼: %s\n" -#: tools/symcryptrun.c:173 +#: tools/symcryptrun.c:154 #, fuzzy msgid "" "@\n" @@ -7548,166 +7561,169 @@ msgstr "" "@ޥ:\n" " " -#: tools/symcryptrun.c:175 +#: tools/symcryptrun.c:156 #, fuzzy msgid "decryption modus" msgstr "\n" -#: tools/symcryptrun.c:176 +#: tools/symcryptrun.c:157 #, fuzzy msgid "encryption modus" msgstr "\n" -#: tools/symcryptrun.c:180 +#: tools/symcryptrun.c:161 msgid "tool class (confucius)" msgstr "" -#: tools/symcryptrun.c:181 +#: tools/symcryptrun.c:162 #, fuzzy msgid "program filename" msgstr "--store [ե̾]" -#: tools/symcryptrun.c:183 +#: tools/symcryptrun.c:164 msgid "secret key file (required)" msgstr "" -#: tools/symcryptrun.c:184 +#: tools/symcryptrun.c:165 msgid "input file name (default stdin)" msgstr "" -#: tools/symcryptrun.c:228 +#: tools/symcryptrun.c:209 #, fuzzy msgid "Usage: symcryptrun [options] (-h for help)" msgstr "Ȥ: gpg [ץ] [ե] (إפ -h)" -#: tools/symcryptrun.c:231 +#: tools/symcryptrun.c:212 msgid "" "Syntax: symcryptrun --class CLASS --program PROGRAM --keyfile KEYFILE " "[options...] COMMAND [inputfile]\n" "Call a simple symmetric encryption tool\n" msgstr "" -#: tools/symcryptrun.c:313 +#: tools/symcryptrun.c:294 #, fuzzy, c-format msgid "%s on %s aborted with status %i\n" msgstr "%s%sȤȤ˻ȤȤϤǤޤ!\n" -#: tools/symcryptrun.c:320 +#: tools/symcryptrun.c:301 #, fuzzy, c-format msgid "%s on %s failed with status %i\n" msgstr "%sפfstat%sǼԤޤ: %s\n" -#: tools/symcryptrun.c:346 +#: tools/symcryptrun.c:327 #, fuzzy, c-format msgid "can't create temporary directory `%s': %s\n" msgstr "ǥ쥯ȥ%sפǤޤ: %s\n" -#: tools/symcryptrun.c:386 tools/symcryptrun.c:403 +#: tools/symcryptrun.c:367 tools/symcryptrun.c:384 #, c-format msgid "could not open %s for writing: %s\n" msgstr "" -#: tools/symcryptrun.c:414 +#: tools/symcryptrun.c:395 #, fuzzy, c-format msgid "error writing to %s: %s\n" msgstr "ء%sפνߥ顼: %s\n" -#: tools/symcryptrun.c:421 +#: tools/symcryptrun.c:402 #, fuzzy, c-format msgid "error reading from %s: %s\n" msgstr "%sפɽФ顼: %s\n" -#: tools/symcryptrun.c:428 tools/symcryptrun.c:435 +#: tools/symcryptrun.c:409 tools/symcryptrun.c:416 #, fuzzy, c-format msgid "error closing %s: %s\n" msgstr "%sפǥ顼: %s\n" -#: tools/symcryptrun.c:545 +#: tools/symcryptrun.c:526 #, fuzzy msgid "no --program option provided\n" msgstr "֥ץμ¹ԤϡݡȤƤޤ\n" -#: tools/symcryptrun.c:551 +#: tools/symcryptrun.c:532 msgid "only --decrypt and --encrypt are supported\n" msgstr "" -#: tools/symcryptrun.c:557 +#: tools/symcryptrun.c:538 msgid "no --keyfile option provided\n" msgstr "" -#: tools/symcryptrun.c:568 +#: tools/symcryptrun.c:549 msgid "cannot allocate args vector\n" msgstr "" -#: tools/symcryptrun.c:586 +#: tools/symcryptrun.c:567 #, fuzzy, c-format msgid "could not create pipe: %s\n" msgstr "%sפǤޤ: %s\n" -#: tools/symcryptrun.c:593 +#: tools/symcryptrun.c:574 #, fuzzy, c-format msgid "could not create pty: %s\n" msgstr "%sפǤޤ: %s\n" -#: tools/symcryptrun.c:609 +#: tools/symcryptrun.c:590 #, c-format msgid "could not fork: %s\n" msgstr "" -#: tools/symcryptrun.c:637 +#: tools/symcryptrun.c:618 #, fuzzy, c-format msgid "execv failed: %s\n" msgstr "˼Ԥޤ: %s\n" -#: tools/symcryptrun.c:666 +#: tools/symcryptrun.c:647 #, fuzzy, c-format msgid "select failed: %s\n" msgstr "֥åκ˼Ԥޤ: %s\n" -#: tools/symcryptrun.c:683 +#: tools/symcryptrun.c:664 #, fuzzy, c-format msgid "read failed: %s\n" msgstr "˼Ԥޤ: %s\n" -#: tools/symcryptrun.c:735 +#: tools/symcryptrun.c:716 #, fuzzy, c-format msgid "pty read failed: %s\n" msgstr "˼Ԥޤ: %s\n" -#: tools/symcryptrun.c:787 +#: tools/symcryptrun.c:768 #, fuzzy, c-format msgid "waitpid failed: %s\n" msgstr "˼Ԥޤ: %s\n" -#: tools/symcryptrun.c:801 +#: tools/symcryptrun.c:782 #, c-format msgid "child aborted with status %i\n" msgstr "" -#: tools/symcryptrun.c:856 +#: tools/symcryptrun.c:837 #, fuzzy, c-format msgid "cannot allocate infile string: %s\n" msgstr "Хååסե%sפǤޤ: %s\n" -#: tools/symcryptrun.c:869 +#: tools/symcryptrun.c:850 #, fuzzy, c-format msgid "cannot allocate outfile string: %s\n" msgstr "Хååסե%sפǤޤ: %s\n" -#: tools/symcryptrun.c:1044 +#: tools/symcryptrun.c:1025 #, c-format msgid "either %s or %s must be given\n" msgstr "" -#: tools/symcryptrun.c:1064 +#: tools/symcryptrun.c:1045 msgid "no class provided\n" msgstr "" -#: tools/symcryptrun.c:1071 +#: tools/symcryptrun.c:1052 #, fuzzy, c-format msgid "class %s is not supported\n" msgstr "ݸ%dϥݡȤƤޤ\n" +#~ msgid "DSA requires the use of a 160 bit hash algorithm\n" +#~ msgstr "DSAǤ160ӥåȤΥϥå塦르ꥺλѤɬפǤ\n" + #, fuzzy #~ msgid ".\n" #~ msgstr "%s.\n" @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg 1.4.3\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2007-03-08 14:20+0100\n" +"POT-Creation-Date: 2007-05-07 20:39+0200\n" "PO-Revision-Date: 2006-06-13 20:31+0200\n" "Last-Translator: Trond Endrestl <Trond.Endrestol@fagskolen.gjovik.no>\n" "Language-Team: Norwegian Bokml <i18n-nb@lister.ping.uio.no>\n" @@ -92,8 +92,8 @@ msgstr "kan ikke opprette %s: %s\n" #: g10/keyring.c:1534 g10/openfile.c:190 g10/openfile.c:345 #: g10/plaintext.c:504 g10/sign.c:814 g10/sign.c:1009 g10/sign.c:1125 #: g10/sign.c:1281 g10/tdbdump.c:141 g10/tdbdump.c:149 g10/tdbio.c:542 -#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1775 -#: sm/gpgsm.c:1812 sm/qualified.c:74 +#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1780 +#: sm/gpgsm.c:1817 sm/gpgsm.c:1855 sm/qualified.c:74 #, c-format msgid "can't open `%s': %s\n" msgstr "kan ikke pne %s: %s\n" @@ -192,13 +192,13 @@ msgstr "" "Du trenger en passfrase for beskytte din hemmelige nkkel.\n" "\n" -#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1216 +#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1202 #, fuzzy msgid "Please re-enter this passphrase" msgstr "endre passfrasen" -#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1222 -#: tools/symcryptrun.c:487 +#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1208 +#: tools/symcryptrun.c:468 msgid "does not match - try again" msgstr "" @@ -207,7 +207,7 @@ msgstr "" msgid "Please enter the new passphrase" msgstr "endre passfrasen" -#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:109 +#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:111 #: scd/scdaemon.c:103 #, fuzzy msgid "" @@ -227,13 +227,13 @@ msgid "run in daemon mode (background)" msgstr "" #: agent/gpg-agent.c:117 g10/gpg.c:470 g10/gpgv.c:71 kbx/kbxutil.c:82 -#: scd/scdaemon.c:109 sm/gpgsm.c:335 tools/gpg-connect-agent.c:59 -#: tools/gpgconf.c:69 tools/symcryptrun.c:185 +#: scd/scdaemon.c:109 sm/gpgsm.c:338 tools/gpg-connect-agent.c:60 +#: tools/gpgconf.c:69 tools/symcryptrun.c:166 msgid "verbose" msgstr "fyldig output" #: agent/gpg-agent.c:118 g10/gpgv.c:72 kbx/kbxutil.c:83 scd/scdaemon.c:110 -#: sm/gpgsm.c:336 +#: sm/gpgsm.c:339 msgid "be somewhat more quiet" msgstr "vre noenlunde stille" @@ -245,7 +245,7 @@ msgstr "" msgid "csh-style command output" msgstr "" -#: agent/gpg-agent.c:121 tools/symcryptrun.c:188 +#: agent/gpg-agent.c:121 tools/symcryptrun.c:169 #, fuzzy msgid "|FILE|read options from FILE" msgstr "leser valg fra %s\n" @@ -258,8 +258,8 @@ msgstr "" msgid "do not grab keyboard and mouse" msgstr "" -#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:338 -#: tools/symcryptrun.c:187 +#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:341 +#: tools/symcryptrun.c:168 #, fuzzy msgid "use a log file for the server" msgstr "ske etter nkler p en nkkelserver" @@ -315,9 +315,9 @@ msgstr "" msgid "|FILE|write environment settings also to FILE" msgstr "" -#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:143 -#: scd/scdaemon.c:192 sm/gpgsm.c:517 tools/gpg-connect-agent.c:123 -#: tools/gpgconf.c:91 tools/symcryptrun.c:225 +#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:148 +#: scd/scdaemon.c:192 sm/gpgsm.c:521 tools/gpg-connect-agent.c:126 +#: tools/gpgconf.c:91 tools/symcryptrun.c:206 #, fuzzy msgid "Please report bugs to <" msgstr "Vennligst rapporter feil til <gnupg-bugs@gnu.org>.\n" @@ -333,137 +333,126 @@ msgid "" "Secret key management for GnuPG\n" msgstr "" -#: agent/gpg-agent.c:311 -#, c-format -msgid "out of core in secure memory while allocating %lu bytes" -msgstr "" - -#: agent/gpg-agent.c:314 -#, c-format -msgid "out of core while allocating %lu bytes" -msgstr "" - -#: agent/gpg-agent.c:345 g10/gpg.c:931 scd/scdaemon.c:266 sm/gpgsm.c:646 +#: agent/gpg-agent.c:303 g10/gpg.c:931 scd/scdaemon.c:247 sm/gpgsm.c:650 #, c-format msgid "invalid debug-level `%s' given\n" msgstr "" -#: agent/gpg-agent.c:521 agent/protect-tool.c:1073 g10/gpg.c:1835 -#: kbx/kbxutil.c:432 scd/scdaemon.c:358 sm/gpgsm.c:768 -#: tools/symcryptrun.c:1056 +#: agent/gpg-agent.c:479 agent/protect-tool.c:1059 kbx/kbxutil.c:432 +#: scd/scdaemon.c:339 sm/gpgsm.c:771 sm/gpgsm.c:774 tools/symcryptrun.c:1037 #, c-format -msgid "libgcrypt is too old (need %s, have %s)\n" +msgid "%s is too old (need %s, have %s)\n" msgstr "" -#: agent/gpg-agent.c:615 g10/gpg.c:2035 scd/scdaemon.c:435 sm/gpgsm.c:865 +#: agent/gpg-agent.c:572 g10/gpg.c:2035 scd/scdaemon.c:415 sm/gpgsm.c:865 #, c-format msgid "NOTE: no default option file `%s'\n" msgstr "MERK: ingen standard valgfil %s\n" -#: agent/gpg-agent.c:620 agent/gpg-agent.c:1179 g10/gpg.c:2039 -#: scd/scdaemon.c:440 sm/gpgsm.c:869 tools/symcryptrun.c:989 +#: agent/gpg-agent.c:577 agent/gpg-agent.c:1136 g10/gpg.c:2039 +#: scd/scdaemon.c:420 sm/gpgsm.c:869 tools/symcryptrun.c:970 #, c-format msgid "option file `%s': %s\n" msgstr "valgfil %s: %s\n" -#: agent/gpg-agent.c:628 g10/gpg.c:2046 scd/scdaemon.c:448 sm/gpgsm.c:876 +#: agent/gpg-agent.c:585 g10/gpg.c:2046 scd/scdaemon.c:428 sm/gpgsm.c:876 #, c-format msgid "reading options from `%s'\n" msgstr "leser valg fra %s\n" -#: agent/gpg-agent.c:949 g10/plaintext.c:142 g10/plaintext.c:147 +#: agent/gpg-agent.c:906 g10/plaintext.c:142 g10/plaintext.c:147 #: g10/plaintext.c:164 #, c-format msgid "error creating `%s': %s\n" msgstr "" -#: agent/gpg-agent.c:1239 agent/gpg-agent.c:1342 agent/gpg-agent.c:1346 -#: agent/gpg-agent.c:1382 agent/gpg-agent.c:1386 g10/exec.c:174 -#: g10/openfile.c:418 scd/scdaemon.c:934 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:1299 agent/gpg-agent.c:1303 +#: agent/gpg-agent.c:1339 agent/gpg-agent.c:1343 g10/exec.c:174 +#: g10/openfile.c:418 scd/scdaemon.c:914 #, c-format msgid "can't create directory `%s': %s\n" msgstr "kan ikke opprette katalogen %s: %s\n" -#: agent/gpg-agent.c:1253 scd/scdaemon.c:948 +#: agent/gpg-agent.c:1210 scd/scdaemon.c:928 msgid "name of socket too long\n" msgstr "" -#: agent/gpg-agent.c:1279 scd/scdaemon.c:974 +#: agent/gpg-agent.c:1236 scd/scdaemon.c:954 #, fuzzy, c-format msgid "can't create socket: %s\n" msgstr "kan ikke opprette %s: %s\n" -#: agent/gpg-agent.c:1308 scd/scdaemon.c:1003 +#: agent/gpg-agent.c:1265 scd/scdaemon.c:983 #, fuzzy, c-format msgid "error binding socket to `%s': %s\n" msgstr "feil ved sking etter tillitspost i %s: %s\n" -#: agent/gpg-agent.c:1316 scd/scdaemon.c:1011 +#: agent/gpg-agent.c:1273 scd/scdaemon.c:991 #, fuzzy, c-format msgid "listen() failed: %s\n" msgstr "oppdatering mislyktes: %s\n" -#: agent/gpg-agent.c:1322 scd/scdaemon.c:1017 +#: agent/gpg-agent.c:1279 scd/scdaemon.c:997 #, fuzzy, c-format msgid "listening on socket `%s'\n" msgstr "skriver hemmelig nkkel til %s\n" -#: agent/gpg-agent.c:1350 agent/gpg-agent.c:1392 g10/openfile.c:421 +#: agent/gpg-agent.c:1307 agent/gpg-agent.c:1349 g10/openfile.c:421 #, c-format msgid "directory `%s' created\n" msgstr "katalogen %s ble opprettet\n" -#: agent/gpg-agent.c:1398 +#: agent/gpg-agent.c:1355 #, fuzzy, c-format msgid "stat() failed for `%s': %s\n" msgstr "fstat(%d) mislyktes in %s: %s\n" -#: agent/gpg-agent.c:1402 +#: agent/gpg-agent.c:1359 #, fuzzy, c-format msgid "can't use `%s' as home directory\n" msgstr "kan ikke opprette katalogen %s: %s\n" -#: agent/gpg-agent.c:1504 +#: agent/gpg-agent.c:1461 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:1509 +#: agent/gpg-agent.c:1466 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:1526 +#: agent/gpg-agent.c:1483 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:1531 +#: agent/gpg-agent.c:1488 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:1627 scd/scdaemon.c:1136 +#: agent/gpg-agent.c:1584 scd/scdaemon.c:1116 #, fuzzy, c-format msgid "pth_select failed: %s - waiting 1s\n" msgstr "oppdatering av hemmelig mislyktes: %s\n" -#: agent/gpg-agent.c:1733 scd/scdaemon.c:1203 +#: agent/gpg-agent.c:1690 scd/scdaemon.c:1183 #, fuzzy, c-format msgid "%s %s stopped\n" msgstr "%s: hoppet over: %s\n" -#: agent/gpg-agent.c:1754 +#: agent/gpg-agent.c:1711 msgid "no gpg-agent running in this session\n" msgstr "" -#: agent/gpg-agent.c:1764 common/simple-pwquery.c:324 g10/call-agent.c:137 -#: sm/call-agent.c:144 tools/gpg-connect-agent.c:713 +#: agent/gpg-agent.c:1721 common/simple-pwquery.c:324 g10/call-agent.c:137 +#: sm/call-agent.c:144 tools/gpg-connect-agent.c:764 msgid "malformed GPG_AGENT_INFO environment variable\n" msgstr "" -#: agent/gpg-agent.c:1776 common/simple-pwquery.c:336 g10/call-agent.c:149 -#: sm/call-agent.c:156 tools/gpg-connect-agent.c:724 +#: agent/gpg-agent.c:1733 common/simple-pwquery.c:336 g10/call-agent.c:149 +#: sm/call-agent.c:156 tools/gpg-connect-agent.c:775 #, c-format msgid "gpg-agent protocol version %d is not supported\n" msgstr "" @@ -479,48 +468,48 @@ msgid "" "Password cache maintenance\n" msgstr "" -#: agent/protect-tool.c:146 +#: agent/protect-tool.c:151 #, fuzzy msgid "Usage: gpg-protect-tool [options] (-h for help)\n" msgstr "Bruksmte: gpg [valg] [filer] (-h for hjelp)" -#: agent/protect-tool.c:148 +#: agent/protect-tool.c:153 msgid "" "Syntax: gpg-protect-tool [options] [args]\n" "Secret key maintenance tool\n" msgstr "" -#: agent/protect-tool.c:1207 +#: agent/protect-tool.c:1193 msgid "Please enter the passphrase to unprotect the PKCS#12 object." msgstr "" -#: agent/protect-tool.c:1210 +#: agent/protect-tool.c:1196 msgid "Please enter the passphrase to protect the new PKCS#12 object." msgstr "" -#: agent/protect-tool.c:1213 +#: agent/protect-tool.c:1199 msgid "" "Please enter the passphrase to protect the imported object within the GnuPG " "system." msgstr "" -#: agent/protect-tool.c:1218 +#: agent/protect-tool.c:1204 msgid "" "Please enter the passphrase or the PIN\n" "needed to complete this operation." msgstr "" -#: agent/protect-tool.c:1223 tools/symcryptrun.c:488 +#: agent/protect-tool.c:1209 tools/symcryptrun.c:469 #, fuzzy msgid "Passphrase:" msgstr "ugyldig passfrase" -#: agent/protect-tool.c:1236 tools/symcryptrun.c:501 +#: agent/protect-tool.c:1222 tools/symcryptrun.c:482 #, fuzzy, c-format msgid "error while asking for the passphrase: %s\n" msgstr "feil ved opprettelse av passfrase: %s\n" -#: agent/protect-tool.c:1239 tools/symcryptrun.c:505 +#: agent/protect-tool.c:1225 tools/symcryptrun.c:486 #, fuzzy msgid "cancelled\n" msgstr "cancel|cancel" @@ -560,7 +549,7 @@ msgstr "" msgid "error reading `%s', line %d: %s\n" msgstr "feil ved lesing av %s: %s\n" -#: agent/trustlist.c:355 agent/trustlist.c:394 +#: agent/trustlist.c:365 agent/trustlist.c:404 msgid "error reading list of trusted root certificates\n" msgstr "" @@ -573,7 +562,7 @@ msgstr "" #. second "%s" gets replaced by a hexdecimal #. fingerprint string whereas the first one receives #. the name as store in the certificate. -#: agent/trustlist.c:470 +#: agent/trustlist.c:480 #, c-format msgid "" "Please verify that the certificate identified as:%%0A \"%s\"%%0Ahas the " @@ -583,7 +572,7 @@ msgstr "" #. TRANSLATORS: "Correct" is the label of a button and intended to #. be hit if the fingerprint matches the one of the CA. The other #. button is "the default "Cancel" of the Pinentry. -#: agent/trustlist.c:479 +#: agent/trustlist.c:489 msgid "Correct" msgstr "" @@ -595,19 +584,19 @@ msgstr "" #. plain % sign, you need to encode it as "%%25". The #. "%s" gets replaced by the name as store in the #. certificate. -#: agent/trustlist.c:499 +#: agent/trustlist.c:509 #, c-format msgid "" "Do you ultimately trust%%0A \"%s\"%%0Ato correctly certify user " "certificates?" msgstr "" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 #, fuzzy msgid "Yes" msgstr "ja" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 msgid "No" msgstr "" @@ -651,12 +640,12 @@ msgstr "" msgid "error running `%s': terminated\n" msgstr "feil ved lesing av %s: %s\n" -#: common/http.c:1623 +#: common/http.c:1621 #, fuzzy, c-format msgid "error creating socket: %s\n" msgstr "feil ved lesing av nkkelblokk: %s\n" -#: common/http.c:1667 +#: common/http.c:1665 #, fuzzy msgid "host not found" msgstr "[Brukerid ikke funnet]" @@ -746,6 +735,16 @@ msgstr "oO" msgid "cC" msgstr "cC" +#: common/miscellaneous.c:73 +#, c-format +msgid "out of core in secure memory while allocating %lu bytes" +msgstr "" + +#: common/miscellaneous.c:76 +#, c-format +msgid "out of core while allocating %lu bytes" +msgstr "" + #: g10/armor.c:368 #, c-format msgid "armor: %s\n" @@ -1148,13 +1147,13 @@ msgstr "--output virker ikke for denne kommandoen\n" msgid "can't open `%s'\n" msgstr "kan ikke pne %s\n" -#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1714 +#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1721 #: g10/revoke.c:228 #, c-format msgid "key \"%s\" not found: %s\n" msgstr "nkkelen %s ble ikke funnet: %s\n" -#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1728 +#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1735 #: g10/revoke.c:234 g10/revoke.c:479 #, c-format msgid "error reading keyblock: %s\n" @@ -1427,22 +1426,22 @@ msgstr "" msgid "Invalid key %s made valid by --allow-non-selfsigned-uid\n" msgstr "Ugyldig nkkel %s gjort gyldig av --allow-non-selfsigned-uid\n" -#: g10/getkey.c:2390 g10/keyedit.c:3723 +#: g10/getkey.c:2393 g10/keyedit.c:3723 #, c-format msgid "no secret subkey for public subkey %s - ignoring\n" msgstr "ingen hemmelig undernkkel for offentlig undernkkel %s - ignorerer\n" -#: g10/getkey.c:2621 +#: g10/getkey.c:2624 #, c-format msgid "using subkey %s instead of primary key %s\n" msgstr "bruker undernkkel %s i stedet for primrnkkel %s\n" -#: g10/getkey.c:2668 +#: g10/getkey.c:2671 #, c-format msgid "key %s: secret key without public key - skipped\n" msgstr "nkkel %s: hemmelig nkkel uten offentlig nkkel - hoppet over\n" -#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:241 tools/gpgconf.c:56 +#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:242 tools/gpgconf.c:56 msgid "" "@Commands:\n" " " @@ -1458,27 +1457,27 @@ msgstr "|[fil]|lage en signatur" msgid "|[file]|make a clear text signature" msgstr "|[fil]|lage en klartekstsignatur" -#: g10/gpg.c:373 sm/gpgsm.c:245 +#: g10/gpg.c:373 sm/gpgsm.c:246 msgid "make a detached signature" msgstr "lage en adskilt signatur" -#: g10/gpg.c:374 sm/gpgsm.c:246 +#: g10/gpg.c:374 sm/gpgsm.c:247 msgid "encrypt data" msgstr "kryptere data" -#: g10/gpg.c:376 sm/gpgsm.c:247 +#: g10/gpg.c:376 sm/gpgsm.c:248 msgid "encryption only with symmetric cipher" msgstr "kryptering med bare symmetrisk cipher" -#: g10/gpg.c:378 sm/gpgsm.c:248 +#: g10/gpg.c:378 sm/gpgsm.c:249 msgid "decrypt data (default)" msgstr "dekryptere data (standard)" -#: g10/gpg.c:380 sm/gpgsm.c:249 +#: g10/gpg.c:380 sm/gpgsm.c:250 msgid "verify a signature" msgstr "bekrefte en signatur" -#: g10/gpg.c:382 sm/gpgsm.c:251 +#: g10/gpg.c:382 sm/gpgsm.c:252 msgid "list keys" msgstr "liste nkler" @@ -1490,11 +1489,11 @@ msgstr "liste nkler og signaturer" msgid "list and check key signatures" msgstr "vise og sjekke nkkelsignaturer" -#: g10/gpg.c:386 sm/gpgsm.c:255 +#: g10/gpg.c:386 sm/gpgsm.c:256 msgid "list keys and fingerprints" msgstr "liste nkler og fingeravtrykk" -#: g10/gpg.c:387 sm/gpgsm.c:253 +#: g10/gpg.c:387 sm/gpgsm.c:254 msgid "list secret keys" msgstr "liste hemmelige nkler" @@ -1530,11 +1529,11 @@ msgstr "generere et opphevingssertifikat" msgid "export keys" msgstr "eksportere nkler" -#: g10/gpg.c:398 sm/gpgsm.c:258 +#: g10/gpg.c:398 sm/gpgsm.c:259 msgid "export keys to a key server" msgstr "eksportere nkler til en nkkelserver" -#: g10/gpg.c:399 sm/gpgsm.c:259 +#: g10/gpg.c:399 sm/gpgsm.c:260 msgid "import keys from a key server" msgstr "importere nkler fra en nkkelserver" @@ -1570,12 +1569,12 @@ msgstr "oppdatere tillitsdatabasen" msgid "|algo [files]|print message digests" msgstr "|algo [filer]|skrive meldingsdigester" -#: g10/gpg.c:431 sm/gpgsm.c:263 +#: g10/gpg.c:431 sm/gpgsm.c:264 msgid "run in server mode" msgstr "" -#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:278 -#: tools/gpg-connect-agent.c:57 tools/gpgconf.c:66 tools/symcryptrun.c:178 +#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:279 +#: tools/gpg-connect-agent.c:58 tools/gpgconf.c:66 tools/symcryptrun.c:159 msgid "" "@\n" "Options:\n" @@ -1585,31 +1584,31 @@ msgstr "" "Valg:\n" " " -#: g10/gpg.c:435 sm/gpgsm.c:280 +#: g10/gpg.c:435 sm/gpgsm.c:281 msgid "create ascii armored output" msgstr "lage ASCII-beskyttet output" -#: g10/gpg.c:437 sm/gpgsm.c:290 +#: g10/gpg.c:437 sm/gpgsm.c:293 msgid "|NAME|encrypt for NAME" msgstr "|NAVN|kryptere for NAVN" -#: g10/gpg.c:448 sm/gpgsm.c:326 +#: g10/gpg.c:448 sm/gpgsm.c:329 msgid "use this user-id to sign or decrypt" msgstr "bruke denne brukeriden for signering eller dekryptering" -#: g10/gpg.c:449 sm/gpgsm.c:329 +#: g10/gpg.c:449 sm/gpgsm.c:332 msgid "|N|set compress level N (0 disables)" msgstr "|N|sette kompresjonsniv til N (0 slr av kompresjon)" -#: g10/gpg.c:454 sm/gpgsm.c:331 +#: g10/gpg.c:454 sm/gpgsm.c:334 msgid "use canonical text mode" msgstr "bruk kanonisk tekstmodus" -#: g10/gpg.c:468 sm/gpgsm.c:334 tools/gpgconf.c:68 +#: g10/gpg.c:468 sm/gpgsm.c:337 tools/gpgconf.c:68 msgid "use as output file" msgstr "bruk som outputfil" -#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:344 tools/gpgconf.c:71 +#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:347 tools/gpgconf.c:71 msgid "do not make any changes" msgstr "ikke gjr noen endringer" @@ -1625,7 +1624,7 @@ msgstr "bruk streng OpenPGP-oppfrsel" msgid "generate PGP 2.x compatible messages" msgstr "generere PGP 2.x-kompatible meldinger" -#: g10/gpg.c:554 sm/gpgsm.c:392 +#: g10/gpg.c:554 sm/gpgsm.c:395 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -1633,7 +1632,7 @@ msgstr "" "@\n" "(Se mansiden for en komplett liste over alle kommandoene og valgene)\n" -#: g10/gpg.c:557 sm/gpgsm.c:395 +#: g10/gpg.c:557 sm/gpgsm.c:398 msgid "" "@\n" "Examples:\n" @@ -1671,7 +1670,7 @@ msgstr "" "signere, sjekke, kryptere eller dekryptere\n" "standard operasjon avhenger av inputdata\n" -#: g10/gpg.c:782 sm/gpgsm.c:530 +#: g10/gpg.c:782 sm/gpgsm.c:534 msgid "" "\n" "Supported algorithms:\n" @@ -1699,7 +1698,7 @@ msgstr "Kompresjon: " msgid "usage: gpg [options] " msgstr "bruksmte: gpg [valg] " -#: g10/gpg.c:1060 sm/gpgsm.c:682 +#: g10/gpg.c:1060 sm/gpgsm.c:686 msgid "conflicting commands\n" msgstr "motstridende kommandoer\n" @@ -1829,6 +1828,11 @@ msgstr "vise navnet til nkkelknippene i nkkellister" msgid "show expiration dates during signature listings" msgstr "" +#: g10/gpg.c:1835 +#, c-format +msgid "libgcrypt is too old (need %s, have %s)\n" +msgstr "" + #: g10/gpg.c:1993 #, c-format msgid "NOTE: old default options file `%s' ignored\n" @@ -1962,7 +1966,7 @@ msgstr "%s:%d: ugyldig auto-key-locate-liste\n" msgid "invalid auto-key-locate list\n" msgstr "" -#: g10/gpg.c:2893 sm/gpgsm.c:1232 +#: g10/gpg.c:2893 sm/gpgsm.c:1236 msgid "WARNING: program may create a core file!\n" msgstr "ADVARSEL: programmet kan opprette en corefil!\n" @@ -2002,11 +2006,11 @@ msgstr "du m bruke filer (og ikke en pipe) nr --pgp2 er psltt\n" msgid "encrypting a message in --pgp2 mode requires the IDEA cipher\n" msgstr "kryptering en melding i --pgp2-modus krever IDEA-algoritmen\n" -#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1288 +#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1292 msgid "selected cipher algorithm is invalid\n" msgstr "valgt krypteringsalgoritme er ugyldig\n" -#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1296 +#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1300 msgid "selected digest algorithm is invalid\n" msgstr "valg digestalgoritme er ugyldig\n" @@ -2235,7 +2239,7 @@ msgstr "hent nklene fra dette nkkelknippet" msgid "make timestamp conflicts only a warning" msgstr "la konflikter mellom tidsstempler bare vre en advarsel" -#: g10/gpgv.c:76 sm/gpgsm.c:367 +#: g10/gpgv.c:76 sm/gpgsm.c:370 msgid "|FD|write status info to this FD" msgstr "|FD|skrive statusinfo til denne FD" @@ -3645,7 +3649,7 @@ msgid "(sensitive)" msgstr "(sensitiv)" #: g10/keyedit.c:2743 g10/keyedit.c:2799 g10/keyedit.c:2860 g10/keyedit.c:2875 -#: g10/keylist.c:194 g10/keyserver.c:516 +#: g10/keylist.c:194 g10/keyserver.c:523 #, c-format msgid "created: %s" msgstr "opprettet: %s" @@ -3662,7 +3666,7 @@ msgstr "utgikk: %s" #: g10/keyedit.c:2750 g10/keyedit.c:2801 g10/keyedit.c:2862 g10/keyedit.c:2877 #: g10/keylist.c:196 g10/keylist.c:748 g10/keylist.c:783 g10/keylist.c:877 -#: g10/keylist.c:898 g10/keyserver.c:522 g10/mainproc.c:985 +#: g10/keylist.c:898 g10/keyserver.c:529 g10/mainproc.c:985 #, c-format msgid "expires: %s" msgstr "utgr: %s" @@ -3696,12 +3700,12 @@ msgid "" "unless you restart the program.\n" msgstr "" -#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:526 +#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:533 #: g10/mainproc.c:1831 g10/trustdb.c:1179 g10/trustdb.c:1699 msgid "revoked" msgstr "opphevet" -#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:530 +#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:537 #: g10/mainproc.c:1833 g10/trustdb.c:532 g10/trustdb.c:1701 msgid "expired" msgstr "utgtt" @@ -4557,177 +4561,177 @@ msgstr "%lu nkler cachet (%lu signaturer)\n" msgid "%s: keyring created\n" msgstr "" -#: g10/keyserver.c:66 +#: g10/keyserver.c:73 msgid "include revoked keys in search results" msgstr "" -#: g10/keyserver.c:67 +#: g10/keyserver.c:74 msgid "include subkeys when searching by key ID" msgstr "" -#: g10/keyserver.c:69 +#: g10/keyserver.c:76 msgid "use temporary files to pass data to keyserver helpers" msgstr "" -#: g10/keyserver.c:71 +#: g10/keyserver.c:78 msgid "do not delete temporary files after using them" msgstr "" -#: g10/keyserver.c:75 +#: g10/keyserver.c:82 msgid "automatically retrieve keys when verifying signatures" msgstr "" -#: g10/keyserver.c:77 +#: g10/keyserver.c:84 msgid "honor the preferred keyserver URL set on the key" msgstr "" -#: g10/keyserver.c:79 +#: g10/keyserver.c:86 msgid "honor the PKA record set on a key when retrieving keys" msgstr "" -#: g10/keyserver.c:145 +#: g10/keyserver.c:152 #, c-format msgid "WARNING: keyserver option `%s' is not used on this platform\n" msgstr "" "ADVARSEL: nkkelserver-valget %s er ikke i bruk p denne plattformen\n" -#: g10/keyserver.c:528 +#: g10/keyserver.c:535 msgid "disabled" msgstr "utkoblet" -#: g10/keyserver.c:729 +#: g10/keyserver.c:736 msgid "Enter number(s), N)ext, or Q)uit > " msgstr "" -#: g10/keyserver.c:813 g10/keyserver.c:1435 +#: g10/keyserver.c:820 g10/keyserver.c:1442 #, c-format msgid "invalid keyserver protocol (us %d!=handler %d)\n" msgstr "" -#: g10/keyserver.c:911 +#: g10/keyserver.c:918 #, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "nkkelen %s ble ikke funnet p nkkelserveren\n" -#: g10/keyserver.c:913 +#: g10/keyserver.c:920 msgid "key not found on keyserver\n" msgstr "nkkelen ble ikke funnet p nkkelserver\n" -#: g10/keyserver.c:1154 +#: g10/keyserver.c:1161 #, c-format msgid "requesting key %s from %s server %s\n" msgstr "ber om nkkelen %s fra %s server %s\n" -#: g10/keyserver.c:1158 +#: g10/keyserver.c:1165 #, c-format msgid "requesting key %s from %s\n" msgstr "ber om nkkel %s fra %s\n" -#: g10/keyserver.c:1182 +#: g10/keyserver.c:1189 #, c-format msgid "searching for names from %s server %s\n" msgstr "ske etter navn fra %s server %s\n" -#: g10/keyserver.c:1185 +#: g10/keyserver.c:1192 #, c-format msgid "searching for names from %s\n" msgstr "sker etter navn fra %s\n" -#: g10/keyserver.c:1338 +#: g10/keyserver.c:1345 #, c-format msgid "sending key %s to %s server %s\n" msgstr "" -#: g10/keyserver.c:1342 +#: g10/keyserver.c:1349 #, c-format msgid "sending key %s to %s\n" msgstr "" -#: g10/keyserver.c:1385 +#: g10/keyserver.c:1392 #, c-format msgid "searching for \"%s\" from %s server %s\n" msgstr "ske etter %s fra %s server %s\n" -#: g10/keyserver.c:1388 +#: g10/keyserver.c:1395 #, c-format msgid "searching for \"%s\" from %s\n" msgstr "sker etter %s fra %s\n" -#: g10/keyserver.c:1395 g10/keyserver.c:1491 +#: g10/keyserver.c:1402 g10/keyserver.c:1498 msgid "no keyserver action!\n" msgstr "ingen handling for nkkelserver!\n" -#: g10/keyserver.c:1443 +#: g10/keyserver.c:1450 #, c-format msgid "WARNING: keyserver handler from a different version of GnuPG (%s)\n" msgstr "" -#: g10/keyserver.c:1452 +#: g10/keyserver.c:1459 msgid "keyserver did not send VERSION\n" msgstr "nkkelserver sendte ikke VERSION\n" -#: g10/keyserver.c:1514 g10/keyserver.c:2042 +#: g10/keyserver.c:1521 g10/keyserver.c:2049 msgid "no keyserver known (use option --keyserver)\n" msgstr "" -#: g10/keyserver.c:1520 +#: g10/keyserver.c:1527 msgid "external keyserver calls are not supported in this build\n" msgstr "" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1539 #, c-format msgid "no handler for keyserver scheme `%s'\n" msgstr "" -#: g10/keyserver.c:1537 +#: g10/keyserver.c:1544 #, c-format msgid "action `%s' not supported with keyserver scheme `%s'\n" msgstr "" -#: g10/keyserver.c:1545 +#: g10/keyserver.c:1552 #, c-format msgid "%s does not support handler version %d\n" msgstr "" -#: g10/keyserver.c:1552 +#: g10/keyserver.c:1559 msgid "keyserver timed out\n" msgstr "nkkelserver svarte ikke tidsnok\n" -#: g10/keyserver.c:1557 +#: g10/keyserver.c:1564 msgid "keyserver internal error\n" msgstr "intern feil ved nkkelserver\n" -#: g10/keyserver.c:1566 +#: g10/keyserver.c:1573 #, c-format msgid "keyserver communications error: %s\n" msgstr "kommunikasjonsfeil med nkkelserver: %s\n" -#: g10/keyserver.c:1591 g10/keyserver.c:1625 +#: g10/keyserver.c:1598 g10/keyserver.c:1632 #, c-format msgid "\"%s\" not a key ID: skipping\n" msgstr "" -#: g10/keyserver.c:1884 +#: g10/keyserver.c:1891 #, c-format msgid "WARNING: unable to refresh key %s via %s: %s\n" msgstr "ADVARSEL: klarte ikke oppfriske nkkel %s via %s: %s\n" -#: g10/keyserver.c:1906 +#: g10/keyserver.c:1913 #, c-format msgid "refreshing 1 key from %s\n" msgstr "oppfrisker 1 nkkel fra %s\n" -#: g10/keyserver.c:1908 +#: g10/keyserver.c:1915 #, c-format msgid "refreshing %d keys from %s\n" msgstr "oppfrisker %d nkler fra %s\n" -#: g10/keyserver.c:1964 +#: g10/keyserver.c:1971 #, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "ADVARSEL: klarte ikke fange URI %s: %s\n" -#: g10/keyserver.c:1970 +#: g10/keyserver.c:1977 #, c-format msgid "WARNING: unable to parse URI %s\n" msgstr "ADVARSEL: klarte ikke parse URI %s\n" @@ -5070,16 +5074,16 @@ msgstr "ny konfigurasjonsfil %s ble opprettet\n" msgid "WARNING: options in `%s' are not yet active during this run\n" msgstr "ADVARSEL: valgene i %s er ikke aktive under denne kjringen\n" -#: g10/parse-packet.c:192 +#: g10/parse-packet.c:193 #, c-format msgid "can't handle public key algorithm %d\n" msgstr "" -#: g10/parse-packet.c:762 +#: g10/parse-packet.c:798 msgid "WARNING: potentially insecure symmetrically encrypted session key\n" msgstr "" -#: g10/parse-packet.c:1213 +#: g10/parse-packet.c:1249 #, c-format msgid "subpacket of type %d has critical bit set\n" msgstr "" @@ -5666,7 +5670,7 @@ msgstr "" "kan ikke unng svak nkkel for symmetrisk krypteringsalgorime; prvde %d " "ganger!\n" -#: g10/seskey.c:229 +#: g10/seskey.c:229 sm/certcheck.c:91 msgid "DSA requires the hash length to be a multiple of 8 bits\n" msgstr "" @@ -6210,7 +6214,7 @@ msgstr "" msgid "iconv_open failed: %s\n" msgstr "signering mislyktes: %s\n" -#: jnlib/utf8conv.c:331 jnlib/utf8conv.c:597 +#: jnlib/utf8conv.c:338 jnlib/utf8conv.c:604 #, fuzzy, c-format msgid "conversion from `%s' to `%s' failed: %s\n" msgstr "omdping fra %s til %s mislyktes: %s\n" @@ -6430,7 +6434,7 @@ msgstr "kan ikke aksere %s - ugyldig OpenPGP-kort?\n" msgid "run in multi server mode (foreground)" msgstr "" -#: scd/scdaemon.c:113 sm/gpgsm.c:356 +#: scd/scdaemon.c:113 sm/gpgsm.c:359 #, fuzzy msgid "read options from file" msgstr "leser valg fra %s\n" @@ -6471,21 +6475,21 @@ msgid "" "Smartcard daemon for GnuPG\n" msgstr "" -#: scd/scdaemon.c:684 +#: scd/scdaemon.c:664 msgid "please use the option `--daemon' to run the program in the background\n" msgstr "" -#: scd/scdaemon.c:1032 +#: scd/scdaemon.c:1012 #, c-format msgid "handler for fd %d started\n" msgstr "" -#: scd/scdaemon.c:1037 +#: scd/scdaemon.c:1017 #, c-format msgid "handler for fd %d terminated\n" msgstr "" -#: sm/base64.c:323 +#: sm/base64.c:327 #, fuzzy, c-format msgid "invalid radix64 character %02x skipped\n" msgstr "hoppet over ugyldig radix64-tegn %02x\n" @@ -6508,179 +6512,185 @@ msgstr "" msgid "can't connect to the dirmngr - trying fall back\n" msgstr "" -#: sm/certchain.c:165 +#: sm/certchain.c:176 #, c-format msgid "critical certificate extension %s is not supported" msgstr "" -#: sm/certchain.c:203 +#: sm/certchain.c:214 msgid "issuer certificate is not marked as a CA" msgstr "" -#: sm/certchain.c:242 +#: sm/certchain.c:253 msgid "critical marked policy without configured policies" msgstr "" -#: sm/certchain.c:252 +#: sm/certchain.c:263 #, fuzzy, c-format msgid "failed to open `%s': %s\n" msgstr "Kan ikke pne %s: %s\n" -#: sm/certchain.c:259 sm/certchain.c:288 +#: sm/certchain.c:270 sm/certchain.c:299 msgid "note: non-critical certificate policy not allowed" msgstr "" -#: sm/certchain.c:263 sm/certchain.c:292 +#: sm/certchain.c:274 sm/certchain.c:303 #, fuzzy msgid "certificate policy not allowed" msgstr "eksportering av hemmelige nkler er ikke tillatt\n" -#: sm/certchain.c:403 +#: sm/certchain.c:414 msgid "looking up issuer at external location\n" msgstr "" -#: sm/certchain.c:423 +#: sm/certchain.c:434 #, c-format msgid "number of issuers matching: %d\n" msgstr "" -#: sm/certchain.c:576 sm/certchain.c:740 sm/certchain.c:1266 sm/decrypt.c:261 +#: sm/certchain.c:587 sm/certchain.c:753 sm/certchain.c:1334 sm/decrypt.c:261 #: sm/encrypt.c:343 sm/sign.c:328 sm/verify.c:107 #, fuzzy msgid "failed to allocated keyDB handle\n" msgstr "klarte ikke lagre nkkelen: %s\n" -#: sm/certchain.c:667 +#: sm/certchain.c:678 msgid "certificate has been revoked" msgstr "" -#: sm/certchain.c:676 +#: sm/certchain.c:687 #, fuzzy msgid "no CRL found for certificate" msgstr "ugyldig sertifikat" -#: sm/certchain.c:680 +#: sm/certchain.c:691 #, fuzzy msgid "the available CRL is too old" msgstr "Nkkel tilgjengelig ved: " -#: sm/certchain.c:682 +#: sm/certchain.c:693 msgid "please make sure that the \"dirmngr\" is properly installed\n" msgstr "" -#: sm/certchain.c:687 +#: sm/certchain.c:698 #, fuzzy, c-format msgid "checking the CRL failed: %s" msgstr "sleting av nkkelblokk mislyktes: %s\n" -#: sm/certchain.c:765 +#: sm/certchain.c:794 #, fuzzy msgid "no issuer found in certificate" msgstr "generere et opphevingssertifikat" -#: sm/certchain.c:792 +#: sm/certchain.c:823 #, c-format msgid "certificate with invalid validity: %s" msgstr "" -#: sm/certchain.c:808 +#: sm/certchain.c:839 msgid "certificate not yet valid" msgstr "" -#: sm/certchain.c:821 +#: sm/certchain.c:852 #, fuzzy msgid "certificate has expired" msgstr "Denne nkkelen er utgtt!" -#: sm/certchain.c:864 +#: sm/certchain.c:895 msgid "self-signed certificate has a BAD signature" msgstr "" -#: sm/certchain.c:932 +#: sm/certchain.c:963 msgid "root certificate is not marked trusted" msgstr "" -#: sm/certchain.c:947 +#: sm/certchain.c:978 #, fuzzy, c-format msgid "fingerprint=%s\n" msgstr "CA-fingeravtrykk: " -#: sm/certchain.c:955 +#: sm/certchain.c:986 msgid "root certificate has now been marked as trusted\n" msgstr "" -#: sm/certchain.c:970 +#: sm/certchain.c:1001 msgid "interactive marking as trusted not enabled in gpg-agent\n" msgstr "" -#: sm/certchain.c:976 +#: sm/certchain.c:1007 msgid "interactive marking as trusted disabled for this session\n" msgstr "" -#: sm/certchain.c:986 +#: sm/certchain.c:1017 #, fuzzy, c-format msgid "checking the trust list failed: %s\n" msgstr "omdping fra %s til %s mislyktes: %s\n" -#: sm/certchain.c:1013 sm/import.c:158 +#: sm/certchain.c:1044 sm/import.c:159 msgid "certificate chain too long\n" msgstr "" -#: sm/certchain.c:1025 +#: sm/certchain.c:1056 msgid "issuer certificate not found" msgstr "" -#: sm/certchain.c:1058 +#: sm/certchain.c:1089 #, fuzzy msgid "certificate has a BAD signature" msgstr "bekrefte en signatur" -#: sm/certchain.c:1088 +#: sm/certchain.c:1119 msgid "found another possible matching CA certificate - trying again" msgstr "" -#: sm/certchain.c:1139 +#: sm/certchain.c:1170 #, c-format msgid "certificate chain longer than allowed by CA (%d)" msgstr "" -#: sm/certcheck.c:52 -msgid "DSA requires the use of a 160 bit hash algorithm\n" -msgstr "DSA krever bruk av en 160-bit hashalgoritme\n" +#: sm/certcheck.c:103 +#, c-format +msgid "%s key uses an unsafe (%u bit) hash\n" +msgstr "" + +#: sm/certcheck.c:113 +#, c-format +msgid "a %u bit hash is not valid for a %u bit %s key\n" +msgstr "" -#: sm/certcheck.c:177 sm/sign.c:482 sm/verify.c:189 +#: sm/certcheck.c:250 sm/sign.c:482 sm/verify.c:189 msgid "(this is the MD2 algorithm)\n" msgstr "" -#: sm/certdump.c:68 sm/certdump.c:154 +#: sm/certdump.c:68 sm/certdump.c:151 #, fuzzy msgid "none" msgstr "nei" -#: sm/certdump.c:163 +#: sm/certdump.c:162 #, fuzzy msgid "[none]" msgstr "[ikke satt]" -#: sm/certdump.c:536 sm/certdump.c:599 +#: sm/certdump.c:552 sm/certdump.c:597 sm/certdump.c:662 sm/certdump.c:715 #, fuzzy msgid "[Error - invalid encoding]" msgstr "Feil: ugyldig respons.\n" -#: sm/certdump.c:544 +#: sm/certdump.c:560 sm/certdump.c:605 msgid "[Error - out of core]" msgstr "" -#: sm/certdump.c:579 +#: sm/certdump.c:642 sm/certdump.c:698 msgid "[Error - No name]" msgstr "" -#: sm/certdump.c:604 +#: sm/certdump.c:667 sm/certdump.c:721 #, fuzzy msgid "[Error - invalid DN]" msgstr "Feil: ugyldig respons.\n" -#: sm/certdump.c:818 +#: sm/certdump.c:930 #, fuzzy, c-format msgid "" "Please enter the passphrase to unlock the secret key for:\n" @@ -6695,7 +6705,7 @@ msgstr "" msgid "no key usage specified - assuming all usages\n" msgstr "" -#: sm/certlist.c:135 sm/keylist.c:255 +#: sm/certlist.c:135 sm/keylist.c:258 #, fuzzy, c-format msgid "error getting key usage information: %s\n" msgstr "feil ved henting av nvrende nkkelinfo: %s\n" @@ -6782,7 +6792,7 @@ msgstr "" msgid "certificate `%s' not found: %s\n" msgstr "hemmelig nkkel %s ble ikke funnet: %s\n" -#: sm/delete.c:113 sm/keydb.c:1392 sm/keydb.c:1485 +#: sm/delete.c:113 sm/keydb.c:1397 sm/keydb.c:1497 #, fuzzy, c-format msgid "error locking keybox: %s\n" msgstr "feil ved lesing av nkkelblokk: %s\n" @@ -6807,199 +6817,199 @@ msgstr "sleting av nkkelblokk mislyktes: %s\n" msgid "no valid recipients given\n" msgstr "ingen gyldige adressater\n" -#: sm/export.c:562 sm/export.c:578 sm/import.c:525 sm/import.c:550 +#: sm/export.c:615 sm/export.c:631 sm/import.c:526 sm/import.c:551 #, fuzzy, c-format msgid "error creating temporary file: %s\n" msgstr "feil ved opprettelse av passfrase: %s\n" -#: sm/export.c:569 sm/import.c:533 +#: sm/export.c:622 sm/import.c:534 #, fuzzy, c-format msgid "error writing to temporary file: %s\n" msgstr "feil ved skriving av nkkelknippet %s: %s\n" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:244 #, fuzzy msgid "|[FILE]|make a signature" msgstr "|[fil]|lage en signatur" -#: sm/gpgsm.c:244 +#: sm/gpgsm.c:245 #, fuzzy msgid "|[FILE]|make a clear text signature" msgstr "|[fil]|lage en klartekstsignatur" -#: sm/gpgsm.c:252 +#: sm/gpgsm.c:253 #, fuzzy msgid "list external keys" msgstr "liste hemmelige nkler" -#: sm/gpgsm.c:254 +#: sm/gpgsm.c:255 #, fuzzy msgid "list certificate chain" msgstr "ugyldig sertifikat" -#: sm/gpgsm.c:257 +#: sm/gpgsm.c:258 #, fuzzy msgid "remove key from the public keyring" msgstr "fjerne nkler fra det offentlige nkkelknippet" -#: sm/gpgsm.c:260 +#: sm/gpgsm.c:261 #, fuzzy msgid "import certificates" msgstr "ugyldig sertifikat" -#: sm/gpgsm.c:261 +#: sm/gpgsm.c:262 #, fuzzy msgid "export certificates" msgstr "ugyldig sertifikat" -#: sm/gpgsm.c:262 +#: sm/gpgsm.c:263 msgid "register a smartcard" msgstr "" -#: sm/gpgsm.c:264 +#: sm/gpgsm.c:265 msgid "pass a command to the dirmngr" msgstr "" -#: sm/gpgsm.c:266 +#: sm/gpgsm.c:267 msgid "invoke gpg-protect-tool" msgstr "" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:268 #, fuzzy msgid "change a passphrase" msgstr "endre passfrasen" -#: sm/gpgsm.c:282 +#: sm/gpgsm.c:283 #, fuzzy msgid "create base-64 encoded output" msgstr "lage ASCII-beskyttet output" -#: sm/gpgsm.c:284 +#: sm/gpgsm.c:287 msgid "assume input is in PEM format" msgstr "" -#: sm/gpgsm.c:286 +#: sm/gpgsm.c:289 msgid "assume input is in base-64 format" msgstr "" -#: sm/gpgsm.c:288 +#: sm/gpgsm.c:291 msgid "assume input is in binary format" msgstr "" -#: sm/gpgsm.c:293 +#: sm/gpgsm.c:296 msgid "use system's dirmngr if available" msgstr "" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "never consult a CRL" msgstr "" -#: sm/gpgsm.c:301 +#: sm/gpgsm.c:304 msgid "check validity using OCSP" msgstr "" -#: sm/gpgsm.c:304 +#: sm/gpgsm.c:307 msgid "|N|number of certificates to include" msgstr "" -#: sm/gpgsm.c:307 +#: sm/gpgsm.c:310 msgid "|FILE|take policy information from FILE" msgstr "" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "do not check certificate policies" msgstr "" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "fetch missing issuer certificates" msgstr "" -#: sm/gpgsm.c:318 +#: sm/gpgsm.c:321 msgid "|NAME|use NAME as default recipient" msgstr "" -#: sm/gpgsm.c:320 +#: sm/gpgsm.c:323 #, fuzzy msgid "use the default key as default recipient" msgstr "hoppet over: offentlig nkkel allerede satt som standard mottaker\n" -#: sm/gpgsm.c:337 +#: sm/gpgsm.c:340 msgid "don't use the terminal at all" msgstr "" -#: sm/gpgsm.c:341 +#: sm/gpgsm.c:344 #, fuzzy msgid "force v3 signatures" msgstr "sjekke signaturer" -#: sm/gpgsm.c:342 +#: sm/gpgsm.c:345 msgid "always use a MDC for encryption" msgstr "" -#: sm/gpgsm.c:347 +#: sm/gpgsm.c:350 msgid "batch mode: never ask" msgstr "" -#: sm/gpgsm.c:348 +#: sm/gpgsm.c:351 msgid "assume yes on most questions" msgstr "" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 msgid "assume no on most questions" msgstr "" -#: sm/gpgsm.c:351 +#: sm/gpgsm.c:354 #, fuzzy msgid "add this keyring to the list of keyrings" msgstr "hent nklene fra dette nkkelknippet" -#: sm/gpgsm.c:352 +#: sm/gpgsm.c:355 #, fuzzy msgid "add this secret keyring to the list" msgstr "Trenger den hemmelige nkkelen for gjre dette.\n" -#: sm/gpgsm.c:353 +#: sm/gpgsm.c:356 msgid "|NAME|use NAME as default secret key" msgstr "" -#: sm/gpgsm.c:354 +#: sm/gpgsm.c:357 msgid "|HOST|use this keyserver to lookup keys" msgstr "" -#: sm/gpgsm.c:355 +#: sm/gpgsm.c:358 #, fuzzy msgid "|NAME|set terminal charset to NAME" msgstr "|NAVN|kryptere for NAVN" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "" -#: sm/gpgsm.c:374 +#: sm/gpgsm.c:377 msgid "|FILE|load extension module FILE" msgstr "" -#: sm/gpgsm.c:380 +#: sm/gpgsm.c:383 #, fuzzy msgid "|NAME|use cipher algorithm NAME" msgstr "ukjent kryptoalgoritme" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 #, fuzzy msgid "|NAME|use message digest algorithm NAME" msgstr "%s signatur, digestalgoritme %s\n" -#: sm/gpgsm.c:384 +#: sm/gpgsm.c:387 #, fuzzy msgid "|N|use compress algorithm N" msgstr "ukjent kompresjonsalgoritme" -#: sm/gpgsm.c:520 +#: sm/gpgsm.c:524 #, fuzzy msgid "Usage: gpgsm [options] [files] (-h for help)" msgstr "Bruksmte: gpg [valg] [filer] (-h for hjelp)" -#: sm/gpgsm.c:523 +#: sm/gpgsm.c:527 #, fuzzy msgid "" "Syntax: gpgsm [options] [files]\n" @@ -7010,44 +7020,39 @@ msgstr "" "signere, sjekke, kryptere eller dekryptere\n" "standard operasjon avhenger av inputdata\n" -#: sm/gpgsm.c:617 +#: sm/gpgsm.c:621 #, fuzzy msgid "usage: gpgsm [options] " msgstr "bruksmte: gpg [valg] " -#: sm/gpgsm.c:698 +#: sm/gpgsm.c:702 #, fuzzy, c-format msgid "can't encrypt to `%s': %s\n" msgstr "kan ikke opprette %s: %s\n" -#: sm/gpgsm.c:773 -#, c-format -msgid "libksba is too old (need %s, have %s)\n" -msgstr "" - -#: sm/gpgsm.c:1249 +#: sm/gpgsm.c:1253 msgid "WARNING: running with faked system time: " msgstr "" -#: sm/gpgsm.c:1328 +#: sm/gpgsm.c:1332 #, c-format msgid "importing common certificates `%s'\n" msgstr "" -#: sm/gpgsm.c:1346 +#: sm/gpgsm.c:1350 #, fuzzy, c-format msgid "can't sign using `%s': %s\n" msgstr "kan ikke aksere %s: %s\n" -#: sm/gpgsm.c:1536 +#: sm/gpgsm.c:1542 msgid "this command has not yet been implemented\n" msgstr "" -#: sm/gpgsm.c:1601 +#: sm/gpgsm.c:1606 msgid "key generation is not available from the commandline\n" msgstr "" -#: sm/gpgsm.c:1602 +#: sm/gpgsm.c:1607 #, fuzzy, c-format msgid "please use the script \"%s\" to generate a new key\n" msgstr "Vennligst velg hvilken type nkkel du vil generere:\n" @@ -7057,21 +7062,21 @@ msgstr "Vennligst velg hvilken type nkkel du vil generere:\n" msgid "total number processed: %lu\n" msgstr "Totalt antall behandlet: %lu\n" -#: sm/import.c:227 +#: sm/import.c:228 #, fuzzy msgid "error storing certificate\n" msgstr "generere et opphevingssertifikat" -#: sm/import.c:235 +#: sm/import.c:236 msgid "basic certificate checks failed - not imported\n" msgstr "" -#: sm/import.c:421 sm/import.c:453 +#: sm/import.c:422 sm/import.c:454 #, fuzzy, c-format msgid "error importing certificate: %s\n" msgstr "feil ved opprettelse av passfrase: %s\n" -#: sm/import.c:542 tools/gpg-connect-agent.c:384 +#: sm/import.c:543 tools/gpg-connect-agent.c:388 #, fuzzy, c-format msgid "error reading input: %s\n" msgstr "feil ved lesing av %s: %s\n" @@ -7090,12 +7095,12 @@ msgstr "" msgid "keybox `%s' created\n" msgstr "nkkelknippet %s ble opprettet\n" -#: sm/keydb.c:1312 sm/keydb.c:1378 +#: sm/keydb.c:1312 sm/keydb.c:1380 #, fuzzy msgid "failed to get the fingerprint\n" msgstr "klarte ikke lagre fingeravtrykket: %s\n" -#: sm/keydb.c:1319 sm/keydb.c:1385 +#: sm/keydb.c:1319 sm/keydb.c:1387 #, fuzzy msgid "failed to allocate keyDB handle\n" msgstr "klarte ikke lagre nkkelen: %s\n" @@ -7115,17 +7120,17 @@ msgstr "feil ved sking etter tillitspost i %s: %s\n" msgid "error storing certificate: %s\n" msgstr "feil ved henting av nvrende nkkelinfo: %s\n" -#: sm/keydb.c:1400 +#: sm/keydb.c:1408 #, c-format msgid "problem re-searching certificate: %s\n" msgstr "" -#: sm/keydb.c:1409 sm/keydb.c:1497 +#: sm/keydb.c:1417 sm/keydb.c:1509 #, fuzzy, c-format msgid "error getting stored flags: %s\n" msgstr "feil ved henting av ny PIN: %s\n" -#: sm/keydb.c:1418 sm/keydb.c:1508 +#: sm/keydb.c:1429 sm/keydb.c:1520 #, fuzzy, c-format msgid "error storing flags: %s\n" msgstr "feil ved lesing av %s: %s\n" @@ -7198,103 +7203,107 @@ msgstr "God signatur fra %s" msgid " aka" msgstr " aka %s" -#: tools/gpg-connect-agent.c:60 tools/gpgconf.c:70 tools/symcryptrun.c:186 +#: tools/gpg-connect-agent.c:61 tools/gpgconf.c:70 tools/symcryptrun.c:167 #, fuzzy msgid "quiet" msgstr "avslutt" -#: tools/gpg-connect-agent.c:61 +#: tools/gpg-connect-agent.c:62 msgid "print data out hex encoded" msgstr "" -#: tools/gpg-connect-agent.c:62 +#: tools/gpg-connect-agent.c:63 +msgid "decode received data lines" +msgstr "" + +#: tools/gpg-connect-agent.c:64 msgid "|NAME|connect to Assuan socket NAME" msgstr "" -#: tools/gpg-connect-agent.c:63 +#: tools/gpg-connect-agent.c:65 msgid "run the Assuan server given on the command line" msgstr "" -#: tools/gpg-connect-agent.c:65 +#: tools/gpg-connect-agent.c:67 msgid "do not use extended connect mode" msgstr "" -#: tools/gpg-connect-agent.c:126 +#: tools/gpg-connect-agent.c:129 #, fuzzy msgid "Usage: gpg-connect-agent [options] (-h for help)" msgstr "Bruksmte: gpg [valg] [filer] (-h for hjelp)" -#: tools/gpg-connect-agent.c:129 +#: tools/gpg-connect-agent.c:132 msgid "" "Syntax: gpg-connect-agent [options]\n" "Connect to a running agent and send commands\n" msgstr "" -#: tools/gpg-connect-agent.c:324 +#: tools/gpg-connect-agent.c:328 #, c-format msgid "option \"%s\" requires a program and optional arguments\n" msgstr "" -#: tools/gpg-connect-agent.c:333 +#: tools/gpg-connect-agent.c:337 #, c-format msgid "option \"%s\" ignored due to \"%s\"\n" msgstr "" -#: tools/gpg-connect-agent.c:391 +#: tools/gpg-connect-agent.c:395 #, fuzzy msgid "line too long - skipped\n" msgstr "for lang linje" -#: tools/gpg-connect-agent.c:395 +#: tools/gpg-connect-agent.c:399 msgid "line shortened due to embedded Nul character\n" msgstr "" -#: tools/gpg-connect-agent.c:457 +#: tools/gpg-connect-agent.c:471 #, fuzzy, c-format msgid "unknown command `%s'\n" msgstr "ukjent valg %s\n" -#: tools/gpg-connect-agent.c:465 +#: tools/gpg-connect-agent.c:479 #, fuzzy, c-format msgid "sending line failed: %s\n" msgstr "signering mislyktes: %s\n" -#: tools/gpg-connect-agent.c:473 +#: tools/gpg-connect-agent.c:487 #, fuzzy, c-format msgid "receiving line failed: %s\n" msgstr "lesing av offentlig nkkel mislyktes: %s\n" -#: tools/gpg-connect-agent.c:746 +#: tools/gpg-connect-agent.c:797 #, fuzzy, c-format msgid "error sending %s command: %s\n" msgstr "feil ved lesing av %s: %s\n" -#: tools/gpg-connect-agent.c:755 +#: tools/gpg-connect-agent.c:806 #, fuzzy, c-format msgid "error sending standard options: %s\n" msgstr "feil ved sking etter tillitspost i %s: %s\n" #: tools/gpgconf-comp.c:445 tools/gpgconf-comp.c:525 tools/gpgconf-comp.c:592 -#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:720 +#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:723 msgid "Options controlling the diagnostic output" msgstr "" #: tools/gpgconf-comp.c:458 tools/gpgconf-comp.c:538 tools/gpgconf-comp.c:605 -#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:743 +#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:746 msgid "Options controlling the configuration" msgstr "" #: tools/gpgconf-comp.c:468 tools/gpgconf-comp.c:563 tools/gpgconf-comp.c:612 -#: tools/gpgconf-comp.c:671 tools/gpgconf-comp.c:750 +#: tools/gpgconf-comp.c:674 tools/gpgconf-comp.c:753 msgid "Options useful for debugging" msgstr "" #: tools/gpgconf-comp.c:473 tools/gpgconf-comp.c:568 tools/gpgconf-comp.c:617 -#: tools/gpgconf-comp.c:676 tools/gpgconf-comp.c:758 +#: tools/gpgconf-comp.c:679 tools/gpgconf-comp.c:761 msgid "|FILE|write server mode logs to FILE" msgstr "" -#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:684 +#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:687 msgid "Options controlling the security" msgstr "" @@ -7322,31 +7331,35 @@ msgstr "" msgid "allow PKA lookups (DNS requests)" msgstr "" -#: tools/gpgconf-comp.c:689 +#: tools/gpgconf-comp.c:669 +msgid "|NAME|use encoding NAME for PKCS#12 passphrases" +msgstr "" + +#: tools/gpgconf-comp.c:692 msgid "do not check CRLs for root certificates" msgstr "" -#: tools/gpgconf-comp.c:733 +#: tools/gpgconf-comp.c:736 msgid "Options controlling the format of the output" msgstr "" -#: tools/gpgconf-comp.c:769 +#: tools/gpgconf-comp.c:772 msgid "Options controlling the interactivity and enforcement" msgstr "" -#: tools/gpgconf-comp.c:779 +#: tools/gpgconf-comp.c:782 msgid "Configuration for HTTP servers" msgstr "" -#: tools/gpgconf-comp.c:790 +#: tools/gpgconf-comp.c:793 msgid "use system's HTTP proxy setting" msgstr "" -#: tools/gpgconf-comp.c:795 +#: tools/gpgconf-comp.c:798 msgid "Configuration of LDAP servers to use" msgstr "" -#: tools/gpgconf-comp.c:832 +#: tools/gpgconf-comp.c:835 msgid "Configuration for OCSP" msgstr "" @@ -7410,7 +7423,7 @@ msgstr "Admin-kommandoer er ikke tillatt\n" msgid "error allocating enough memory: %s\n" msgstr "feil ved opprettelse av nkkelknippet %s: %s\n" -#: tools/symcryptrun.c:173 +#: tools/symcryptrun.c:154 #, fuzzy msgid "" "@\n" @@ -7420,166 +7433,169 @@ msgstr "" "@Kommandoer:\n" " " -#: tools/symcryptrun.c:175 +#: tools/symcryptrun.c:156 #, fuzzy msgid "decryption modus" msgstr "dekryptering mislyktes: %s\n" -#: tools/symcryptrun.c:176 +#: tools/symcryptrun.c:157 #, fuzzy msgid "encryption modus" msgstr "kryptere data" -#: tools/symcryptrun.c:180 +#: tools/symcryptrun.c:161 msgid "tool class (confucius)" msgstr "" -#: tools/symcryptrun.c:181 +#: tools/symcryptrun.c:162 #, fuzzy msgid "program filename" msgstr "--store [filnavn]" -#: tools/symcryptrun.c:183 +#: tools/symcryptrun.c:164 msgid "secret key file (required)" msgstr "" -#: tools/symcryptrun.c:184 +#: tools/symcryptrun.c:165 msgid "input file name (default stdin)" msgstr "" -#: tools/symcryptrun.c:228 +#: tools/symcryptrun.c:209 #, fuzzy msgid "Usage: symcryptrun [options] (-h for help)" msgstr "Bruksmte: gpg [valg] [filer] (-h for hjelp)" -#: tools/symcryptrun.c:231 +#: tools/symcryptrun.c:212 msgid "" "Syntax: symcryptrun --class CLASS --program PROGRAM --keyfile KEYFILE " "[options...] COMMAND [inputfile]\n" "Call a simple symmetric encryption tool\n" msgstr "" -#: tools/symcryptrun.c:313 +#: tools/symcryptrun.c:294 #, fuzzy, c-format msgid "%s on %s aborted with status %i\n" msgstr "%s er ikke tillatt sammen med %s!\n" -#: tools/symcryptrun.c:320 +#: tools/symcryptrun.c:301 #, fuzzy, c-format msgid "%s on %s failed with status %i\n" msgstr "%s er ikke tillatt sammen med %s!\n" -#: tools/symcryptrun.c:346 +#: tools/symcryptrun.c:327 #, fuzzy, c-format msgid "can't create temporary directory `%s': %s\n" msgstr "kan ikke opprette katalogen %s: %s\n" -#: tools/symcryptrun.c:386 tools/symcryptrun.c:403 +#: tools/symcryptrun.c:367 tools/symcryptrun.c:384 #, c-format msgid "could not open %s for writing: %s\n" msgstr "" -#: tools/symcryptrun.c:414 +#: tools/symcryptrun.c:395 #, fuzzy, c-format msgid "error writing to %s: %s\n" msgstr "feil ved skriving av nkkelknippet %s: %s\n" -#: tools/symcryptrun.c:421 +#: tools/symcryptrun.c:402 #, fuzzy, c-format msgid "error reading from %s: %s\n" msgstr "feil ved lesing av %s: %s\n" -#: tools/symcryptrun.c:428 tools/symcryptrun.c:435 +#: tools/symcryptrun.c:409 tools/symcryptrun.c:416 #, fuzzy, c-format msgid "error closing %s: %s\n" msgstr "feil med %s: %s\n" -#: tools/symcryptrun.c:545 +#: tools/symcryptrun.c:526 #, fuzzy msgid "no --program option provided\n" msgstr "fjernutfring av programmer er ikke stttet\n" -#: tools/symcryptrun.c:551 +#: tools/symcryptrun.c:532 msgid "only --decrypt and --encrypt are supported\n" msgstr "" -#: tools/symcryptrun.c:557 +#: tools/symcryptrun.c:538 msgid "no --keyfile option provided\n" msgstr "" -#: tools/symcryptrun.c:568 +#: tools/symcryptrun.c:549 msgid "cannot allocate args vector\n" msgstr "" -#: tools/symcryptrun.c:586 +#: tools/symcryptrun.c:567 #, fuzzy, c-format msgid "could not create pipe: %s\n" msgstr "kan ikke opprette %s: %s\n" -#: tools/symcryptrun.c:593 +#: tools/symcryptrun.c:574 #, fuzzy, c-format msgid "could not create pty: %s\n" msgstr "kan ikke opprette %s: %s\n" -#: tools/symcryptrun.c:609 +#: tools/symcryptrun.c:590 #, c-format msgid "could not fork: %s\n" msgstr "" -#: tools/symcryptrun.c:637 +#: tools/symcryptrun.c:618 #, fuzzy, c-format msgid "execv failed: %s\n" msgstr "oppdatering mislyktes: %s\n" -#: tools/symcryptrun.c:666 +#: tools/symcryptrun.c:647 #, fuzzy, c-format msgid "select failed: %s\n" msgstr "sleting av nkkelblokk mislyktes: %s\n" -#: tools/symcryptrun.c:683 +#: tools/symcryptrun.c:664 #, fuzzy, c-format msgid "read failed: %s\n" msgstr "oppdatering mislyktes: %s\n" -#: tools/symcryptrun.c:735 +#: tools/symcryptrun.c:716 #, fuzzy, c-format msgid "pty read failed: %s\n" msgstr "oppdatering mislyktes: %s\n" -#: tools/symcryptrun.c:787 +#: tools/symcryptrun.c:768 #, fuzzy, c-format msgid "waitpid failed: %s\n" msgstr "oppdatering mislyktes: %s\n" -#: tools/symcryptrun.c:801 +#: tools/symcryptrun.c:782 #, c-format msgid "child aborted with status %i\n" msgstr "" -#: tools/symcryptrun.c:856 +#: tools/symcryptrun.c:837 #, fuzzy, c-format msgid "cannot allocate infile string: %s\n" msgstr "kan ikke opprette sikkerhetskopifil %s: %s\n" -#: tools/symcryptrun.c:869 +#: tools/symcryptrun.c:850 #, fuzzy, c-format msgid "cannot allocate outfile string: %s\n" msgstr "kan ikke opprette sikkerhetskopifil %s: %s\n" -#: tools/symcryptrun.c:1044 +#: tools/symcryptrun.c:1025 #, c-format msgid "either %s or %s must be given\n" msgstr "" -#: tools/symcryptrun.c:1064 +#: tools/symcryptrun.c:1045 msgid "no class provided\n" msgstr "" -#: tools/symcryptrun.c:1071 +#: tools/symcryptrun.c:1052 #, fuzzy, c-format msgid "class %s is not supported\n" msgstr "ikke stttet" +#~ msgid "DSA requires the use of a 160 bit hash algorithm\n" +#~ msgstr "DSA krever bruk av en 160-bit hashalgoritme\n" + #, fuzzy #~ msgid ".\n" #~ msgstr "%s.\n" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg-1.2.2\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2007-03-08 14:20+0100\n" +"POT-Creation-Date: 2007-05-07 20:39+0200\n" "PO-Revision-Date: 2004-06-23 15:54+0200\n" "Last-Translator: Janusz A. Urbanowicz <alex@bofh.net.pl>\n" "Language-Team: Polish <pl@li.org>\n" @@ -99,8 +99,8 @@ msgstr "nie mona utworzy ,,%s'': %s\n" #: g10/keyring.c:1534 g10/openfile.c:190 g10/openfile.c:345 #: g10/plaintext.c:504 g10/sign.c:814 g10/sign.c:1009 g10/sign.c:1125 #: g10/sign.c:1281 g10/tdbdump.c:141 g10/tdbdump.c:149 g10/tdbio.c:542 -#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1775 -#: sm/gpgsm.c:1812 sm/qualified.c:74 +#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1780 +#: sm/gpgsm.c:1817 sm/gpgsm.c:1855 sm/qualified.c:74 #, c-format msgid "can't open `%s': %s\n" msgstr "nie mona otworzy ,,%s'': %s\n" @@ -199,13 +199,13 @@ msgid "Please enter the passphrase to%0Ato protect your new key" msgstr "" "Musisz poda dugie, skomplikowane haso aby ochroni swj klucz tajny.\n" -#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1216 +#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1202 #, fuzzy msgid "Please re-enter this passphrase" msgstr "zmiana hasa klucza" -#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1222 -#: tools/symcryptrun.c:487 +#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1208 +#: tools/symcryptrun.c:468 msgid "does not match - try again" msgstr "" @@ -214,7 +214,7 @@ msgstr "" msgid "Please enter the new passphrase" msgstr "zmiana hasa klucza" -#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:109 +#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:111 #: scd/scdaemon.c:103 #, fuzzy msgid "" @@ -234,13 +234,13 @@ msgid "run in daemon mode (background)" msgstr "" #: agent/gpg-agent.c:117 g10/gpg.c:470 g10/gpgv.c:71 kbx/kbxutil.c:82 -#: scd/scdaemon.c:109 sm/gpgsm.c:335 tools/gpg-connect-agent.c:59 -#: tools/gpgconf.c:69 tools/symcryptrun.c:185 +#: scd/scdaemon.c:109 sm/gpgsm.c:338 tools/gpg-connect-agent.c:60 +#: tools/gpgconf.c:69 tools/symcryptrun.c:166 msgid "verbose" msgstr "z dodatkowymi informacjami" #: agent/gpg-agent.c:118 g10/gpgv.c:72 kbx/kbxutil.c:83 scd/scdaemon.c:110 -#: sm/gpgsm.c:336 +#: sm/gpgsm.c:339 msgid "be somewhat more quiet" msgstr "mniej komunikatww" @@ -252,7 +252,7 @@ msgstr "" msgid "csh-style command output" msgstr "" -#: agent/gpg-agent.c:121 tools/symcryptrun.c:188 +#: agent/gpg-agent.c:121 tools/symcryptrun.c:169 #, fuzzy msgid "|FILE|read options from FILE" msgstr "|PLIK|adowanie moduu rozszerzenia z PLIK" @@ -265,8 +265,8 @@ msgstr "" msgid "do not grab keyboard and mouse" msgstr "" -#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:338 -#: tools/symcryptrun.c:187 +#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:341 +#: tools/symcryptrun.c:168 #, fuzzy msgid "use a log file for the server" msgstr "szukanie kluczy na serwerze" @@ -323,9 +323,9 @@ msgstr "" msgid "|FILE|write environment settings also to FILE" msgstr "" -#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:143 -#: scd/scdaemon.c:192 sm/gpgsm.c:517 tools/gpg-connect-agent.c:123 -#: tools/gpgconf.c:91 tools/symcryptrun.c:225 +#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:148 +#: scd/scdaemon.c:192 sm/gpgsm.c:521 tools/gpg-connect-agent.c:126 +#: tools/gpgconf.c:91 tools/symcryptrun.c:206 #, fuzzy msgid "Please report bugs to <" msgstr "Bdy prosimy zgasza na adres <gnupg-bugs@gnu.org>.\n" @@ -341,138 +341,127 @@ msgid "" "Secret key management for GnuPG\n" msgstr "" -#: agent/gpg-agent.c:311 -#, c-format -msgid "out of core in secure memory while allocating %lu bytes" -msgstr "" - -#: agent/gpg-agent.c:314 -#, c-format -msgid "out of core while allocating %lu bytes" -msgstr "" - -#: agent/gpg-agent.c:345 g10/gpg.c:931 scd/scdaemon.c:266 sm/gpgsm.c:646 +#: agent/gpg-agent.c:303 g10/gpg.c:931 scd/scdaemon.c:247 sm/gpgsm.c:650 #, c-format msgid "invalid debug-level `%s' given\n" msgstr "" -#: agent/gpg-agent.c:521 agent/protect-tool.c:1073 g10/gpg.c:1835 -#: kbx/kbxutil.c:432 scd/scdaemon.c:358 sm/gpgsm.c:768 -#: tools/symcryptrun.c:1056 +#: agent/gpg-agent.c:479 agent/protect-tool.c:1059 kbx/kbxutil.c:432 +#: scd/scdaemon.c:339 sm/gpgsm.c:771 sm/gpgsm.c:774 tools/symcryptrun.c:1037 #, c-format -msgid "libgcrypt is too old (need %s, have %s)\n" +msgid "%s is too old (need %s, have %s)\n" msgstr "" -#: agent/gpg-agent.c:615 g10/gpg.c:2035 scd/scdaemon.c:435 sm/gpgsm.c:865 +#: agent/gpg-agent.c:572 g10/gpg.c:2035 scd/scdaemon.c:415 sm/gpgsm.c:865 #, c-format msgid "NOTE: no default option file `%s'\n" msgstr "UWAGA: brak domylnego pliku opcji ,,%s''\n" -#: agent/gpg-agent.c:620 agent/gpg-agent.c:1179 g10/gpg.c:2039 -#: scd/scdaemon.c:440 sm/gpgsm.c:869 tools/symcryptrun.c:989 +#: agent/gpg-agent.c:577 agent/gpg-agent.c:1136 g10/gpg.c:2039 +#: scd/scdaemon.c:420 sm/gpgsm.c:869 tools/symcryptrun.c:970 #, c-format msgid "option file `%s': %s\n" msgstr "plik opcji ,,%s'': %s\n" -#: agent/gpg-agent.c:628 g10/gpg.c:2046 scd/scdaemon.c:448 sm/gpgsm.c:876 +#: agent/gpg-agent.c:585 g10/gpg.c:2046 scd/scdaemon.c:428 sm/gpgsm.c:876 #, c-format msgid "reading options from `%s'\n" msgstr "odczyt opcji z ,,%s''\n" -#: agent/gpg-agent.c:949 g10/plaintext.c:142 g10/plaintext.c:147 +#: agent/gpg-agent.c:906 g10/plaintext.c:142 g10/plaintext.c:147 #: g10/plaintext.c:164 #, c-format msgid "error creating `%s': %s\n" msgstr "bd tworzenia `%s': %s\n" -#: agent/gpg-agent.c:1239 agent/gpg-agent.c:1342 agent/gpg-agent.c:1346 -#: agent/gpg-agent.c:1382 agent/gpg-agent.c:1386 g10/exec.c:174 -#: g10/openfile.c:418 scd/scdaemon.c:934 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:1299 agent/gpg-agent.c:1303 +#: agent/gpg-agent.c:1339 agent/gpg-agent.c:1343 g10/exec.c:174 +#: g10/openfile.c:418 scd/scdaemon.c:914 #, c-format msgid "can't create directory `%s': %s\n" msgstr "nie mona utworzy katalogu ,,%s'': %s\n" -#: agent/gpg-agent.c:1253 scd/scdaemon.c:948 +#: agent/gpg-agent.c:1210 scd/scdaemon.c:928 msgid "name of socket too long\n" msgstr "" -#: agent/gpg-agent.c:1279 scd/scdaemon.c:974 +#: agent/gpg-agent.c:1236 scd/scdaemon.c:954 #, fuzzy, c-format msgid "can't create socket: %s\n" msgstr "nie mona utworzy %s: %s\n" -#: agent/gpg-agent.c:1308 scd/scdaemon.c:1003 +#: agent/gpg-agent.c:1265 scd/scdaemon.c:983 #, fuzzy, c-format msgid "error binding socket to `%s': %s\n" msgstr "bd przy wysyaniu do ,,%s'': %s\n" -#: agent/gpg-agent.c:1316 scd/scdaemon.c:1011 +#: agent/gpg-agent.c:1273 scd/scdaemon.c:991 #, fuzzy, c-format msgid "listen() failed: %s\n" msgstr "zapis zmian nie powid si: %s\n" -#: agent/gpg-agent.c:1322 scd/scdaemon.c:1017 +#: agent/gpg-agent.c:1279 scd/scdaemon.c:997 #, fuzzy, c-format msgid "listening on socket `%s'\n" msgstr "zapisuj klucz tajny w '%s'\n" -#: agent/gpg-agent.c:1350 agent/gpg-agent.c:1392 g10/openfile.c:421 +#: agent/gpg-agent.c:1307 agent/gpg-agent.c:1349 g10/openfile.c:421 #, fuzzy, c-format msgid "directory `%s' created\n" msgstr "%s: katalog utworzony\n" -#: agent/gpg-agent.c:1398 +#: agent/gpg-agent.c:1355 #, fuzzy, c-format msgid "stat() failed for `%s': %s\n" msgstr "baza zaufania: funkcja read() (n=%d) zawioda: %s\n" -#: agent/gpg-agent.c:1402 +#: agent/gpg-agent.c:1359 #, fuzzy, c-format msgid "can't use `%s' as home directory\n" msgstr "%s: nie mona utworzy katalogu: %s\n" -#: agent/gpg-agent.c:1504 +#: agent/gpg-agent.c:1461 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:1509 +#: agent/gpg-agent.c:1466 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:1526 +#: agent/gpg-agent.c:1483 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:1531 +#: agent/gpg-agent.c:1488 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:1627 scd/scdaemon.c:1136 +#: agent/gpg-agent.c:1584 scd/scdaemon.c:1116 #, fuzzy, c-format msgid "pth_select failed: %s - waiting 1s\n" msgstr "zapis zmian na kluczu prywatnym nie powid si: %s\n" -#: agent/gpg-agent.c:1733 scd/scdaemon.c:1203 +#: agent/gpg-agent.c:1690 scd/scdaemon.c:1183 #, fuzzy, c-format msgid "%s %s stopped\n" msgstr "\t%lu kluczy pominitych\n" -#: agent/gpg-agent.c:1754 +#: agent/gpg-agent.c:1711 #, fuzzy msgid "no gpg-agent running in this session\n" msgstr "gpg-agent nie jest dostpny w tej sesji\n" -#: agent/gpg-agent.c:1764 common/simple-pwquery.c:324 g10/call-agent.c:137 -#: sm/call-agent.c:144 tools/gpg-connect-agent.c:713 +#: agent/gpg-agent.c:1721 common/simple-pwquery.c:324 g10/call-agent.c:137 +#: sm/call-agent.c:144 tools/gpg-connect-agent.c:764 msgid "malformed GPG_AGENT_INFO environment variable\n" msgstr "zy format zmiennej rodowiskowej GPG_AGENT_INFO\n" -#: agent/gpg-agent.c:1776 common/simple-pwquery.c:336 g10/call-agent.c:149 -#: sm/call-agent.c:156 tools/gpg-connect-agent.c:724 +#: agent/gpg-agent.c:1733 common/simple-pwquery.c:336 g10/call-agent.c:149 +#: sm/call-agent.c:156 tools/gpg-connect-agent.c:775 #, c-format msgid "gpg-agent protocol version %d is not supported\n" msgstr "wersja %d protokou agenta nie jest obsugiwana\n" @@ -488,51 +477,51 @@ msgid "" "Password cache maintenance\n" msgstr "" -#: agent/protect-tool.c:146 +#: agent/protect-tool.c:151 #, fuzzy msgid "Usage: gpg-protect-tool [options] (-h for help)\n" msgstr "Wywoanie: gpg [opcje] [pliki] (-h podaje pomoc)" -#: agent/protect-tool.c:148 +#: agent/protect-tool.c:153 msgid "" "Syntax: gpg-protect-tool [options] [args]\n" "Secret key maintenance tool\n" msgstr "" -#: agent/protect-tool.c:1207 +#: agent/protect-tool.c:1193 #, fuzzy msgid "Please enter the passphrase to unprotect the PKCS#12 object." msgstr "Podaj dugie, skomplikowane haso, np. cae zdanie.\n" -#: agent/protect-tool.c:1210 +#: agent/protect-tool.c:1196 #, fuzzy msgid "Please enter the passphrase to protect the new PKCS#12 object." msgstr "Podaj dugie, skomplikowane haso, np. cae zdanie.\n" -#: agent/protect-tool.c:1213 +#: agent/protect-tool.c:1199 msgid "" "Please enter the passphrase to protect the imported object within the GnuPG " "system." msgstr "" -#: agent/protect-tool.c:1218 +#: agent/protect-tool.c:1204 #, fuzzy msgid "" "Please enter the passphrase or the PIN\n" "needed to complete this operation." msgstr "Podaj dugie, skomplikowane haso, np. cae zdanie.\n" -#: agent/protect-tool.c:1223 tools/symcryptrun.c:488 +#: agent/protect-tool.c:1209 tools/symcryptrun.c:469 #, fuzzy msgid "Passphrase:" msgstr "niepoprawne haso" -#: agent/protect-tool.c:1236 tools/symcryptrun.c:501 +#: agent/protect-tool.c:1222 tools/symcryptrun.c:482 #, fuzzy, c-format msgid "error while asking for the passphrase: %s\n" msgstr "bd podczas tworzenia hasa: %s\n" -#: agent/protect-tool.c:1239 tools/symcryptrun.c:505 +#: agent/protect-tool.c:1225 tools/symcryptrun.c:486 #, fuzzy msgid "cancelled\n" msgstr "Anuluj" @@ -572,7 +561,7 @@ msgstr "" msgid "error reading `%s', line %d: %s\n" msgstr "bd odczytu ,,%s'': %s\n" -#: agent/trustlist.c:355 agent/trustlist.c:394 +#: agent/trustlist.c:365 agent/trustlist.c:404 msgid "error reading list of trusted root certificates\n" msgstr "" @@ -585,7 +574,7 @@ msgstr "" #. second "%s" gets replaced by a hexdecimal #. fingerprint string whereas the first one receives #. the name as store in the certificate. -#: agent/trustlist.c:470 +#: agent/trustlist.c:480 #, c-format msgid "" "Please verify that the certificate identified as:%%0A \"%s\"%%0Ahas the " @@ -595,7 +584,7 @@ msgstr "" #. TRANSLATORS: "Correct" is the label of a button and intended to #. be hit if the fingerprint matches the one of the CA. The other #. button is "the default "Cancel" of the Pinentry. -#: agent/trustlist.c:479 +#: agent/trustlist.c:489 msgid "Correct" msgstr "" @@ -607,19 +596,19 @@ msgstr "" #. plain % sign, you need to encode it as "%%25". The #. "%s" gets replaced by the name as store in the #. certificate. -#: agent/trustlist.c:499 +#: agent/trustlist.c:509 #, c-format msgid "" "Do you ultimately trust%%0A \"%s\"%%0Ato correctly certify user " "certificates?" msgstr "" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 #, fuzzy msgid "Yes" msgstr "tak" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 msgid "No" msgstr "" @@ -663,12 +652,12 @@ msgstr "" msgid "error running `%s': terminated\n" msgstr "bd odczytu ,,%s'': %s\n" -#: common/http.c:1623 +#: common/http.c:1621 #, fuzzy, c-format msgid "error creating socket: %s\n" msgstr "bd tworzenia `%s': %s\n" -#: common/http.c:1667 +#: common/http.c:1665 #, fuzzy msgid "host not found" msgstr "%s: nie znaleziono uytkownika\n" @@ -762,6 +751,16 @@ msgstr "" msgid "cC" msgstr "l" +#: common/miscellaneous.c:73 +#, c-format +msgid "out of core in secure memory while allocating %lu bytes" +msgstr "" + +#: common/miscellaneous.c:76 +#, c-format +msgid "out of core while allocating %lu bytes" +msgstr "" + #: g10/armor.c:368 #, c-format msgid "armor: %s\n" @@ -1197,13 +1196,13 @@ msgstr "opcja --output nie dziaa z tym poleceniem\n" msgid "can't open `%s'\n" msgstr "nie mona otworzy ,,%s''\n" -#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1714 +#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1721 #: g10/revoke.c:228 #, fuzzy, c-format msgid "key \"%s\" not found: %s\n" msgstr "klucz ,,%s'' nie zosta odnaleziony: %s\n" -#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1728 +#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1735 #: g10/revoke.c:234 g10/revoke.c:479 #, c-format msgid "error reading keyblock: %s\n" @@ -1483,22 +1482,22 @@ msgid "Invalid key %s made valid by --allow-non-selfsigned-uid\n" msgstr "" "Opcja --allow-non-selfsigned-uid wymusia uznanie za poprawny klucza %08lX.\n" -#: g10/getkey.c:2390 g10/keyedit.c:3723 +#: g10/getkey.c:2393 g10/keyedit.c:3723 #, fuzzy, c-format msgid "no secret subkey for public subkey %s - ignoring\n" msgstr "brak prywatnego odpowiednika podklucza publicznego %08lX - pominity\n" -#: g10/getkey.c:2621 +#: g10/getkey.c:2624 #, fuzzy, c-format msgid "using subkey %s instead of primary key %s\n" msgstr "uywany jest podklucz %08lX zamiast klucza gwnego %08lX\n" -#: g10/getkey.c:2668 +#: g10/getkey.c:2671 #, fuzzy, c-format msgid "key %s: secret key without public key - skipped\n" msgstr "klucz %08lX: klucz tajny bez klucza jawnego - pominity\n" -#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:241 tools/gpgconf.c:56 +#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:242 tools/gpgconf.c:56 msgid "" "@Commands:\n" " " @@ -1514,27 +1513,27 @@ msgstr "|[plik]|zoenie podpisu" msgid "|[file]|make a clear text signature" msgstr "|[plik]|zoenie podpisu pod dokumentem" -#: g10/gpg.c:373 sm/gpgsm.c:245 +#: g10/gpg.c:373 sm/gpgsm.c:246 msgid "make a detached signature" msgstr "zoenie podpisu oddzielonego od dokumentu" -#: g10/gpg.c:374 sm/gpgsm.c:246 +#: g10/gpg.c:374 sm/gpgsm.c:247 msgid "encrypt data" msgstr "szyfrowanie danych" -#: g10/gpg.c:376 sm/gpgsm.c:247 +#: g10/gpg.c:376 sm/gpgsm.c:248 msgid "encryption only with symmetric cipher" msgstr "szyfrowanie tylko szyfrem symetrycznym" -#: g10/gpg.c:378 sm/gpgsm.c:248 +#: g10/gpg.c:378 sm/gpgsm.c:249 msgid "decrypt data (default)" msgstr "odszyfrowywanie danych (domylne)" -#: g10/gpg.c:380 sm/gpgsm.c:249 +#: g10/gpg.c:380 sm/gpgsm.c:250 msgid "verify a signature" msgstr "sprawdzenie podpisu" -#: g10/gpg.c:382 sm/gpgsm.c:251 +#: g10/gpg.c:382 sm/gpgsm.c:252 msgid "list keys" msgstr "lista kluczy" @@ -1547,11 +1546,11 @@ msgstr "lista kluczy i podpisw" msgid "list and check key signatures" msgstr "sprawdzenie podpisw kluczy" -#: g10/gpg.c:386 sm/gpgsm.c:255 +#: g10/gpg.c:386 sm/gpgsm.c:256 msgid "list keys and fingerprints" msgstr "lista kluczy i ich odciskw" -#: g10/gpg.c:387 sm/gpgsm.c:253 +#: g10/gpg.c:387 sm/gpgsm.c:254 msgid "list secret keys" msgstr "lista kluczy prywatnych" @@ -1587,11 +1586,11 @@ msgstr "tworzenie certyfikatu uniewanienia klucza" msgid "export keys" msgstr "eksport kluczy do pliku" -#: g10/gpg.c:398 sm/gpgsm.c:258 +#: g10/gpg.c:398 sm/gpgsm.c:259 msgid "export keys to a key server" msgstr "eksport kluczy do serwera kluczy" -#: g10/gpg.c:399 sm/gpgsm.c:259 +#: g10/gpg.c:399 sm/gpgsm.c:260 msgid "import keys from a key server" msgstr "import kluczy z serwera kluczy" @@ -1627,12 +1626,12 @@ msgstr "uaktualnienie bazy zaufania" msgid "|algo [files]|print message digests" msgstr "|algo [pliki]|skrty wiadomoci" -#: g10/gpg.c:431 sm/gpgsm.c:263 +#: g10/gpg.c:431 sm/gpgsm.c:264 msgid "run in server mode" msgstr "" -#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:278 -#: tools/gpg-connect-agent.c:57 tools/gpgconf.c:66 tools/symcryptrun.c:178 +#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:279 +#: tools/gpg-connect-agent.c:58 tools/gpgconf.c:66 tools/symcryptrun.c:159 msgid "" "@\n" "Options:\n" @@ -1642,31 +1641,31 @@ msgstr "" "Opcje:\n" " " -#: g10/gpg.c:435 sm/gpgsm.c:280 +#: g10/gpg.c:435 sm/gpgsm.c:281 msgid "create ascii armored output" msgstr "opakowanie ASCII pliku wynikowego" -#: g10/gpg.c:437 sm/gpgsm.c:290 +#: g10/gpg.c:437 sm/gpgsm.c:293 msgid "|NAME|encrypt for NAME" msgstr "|NAZWA|szyfrowanie dla odbiorcy NAZWA" -#: g10/gpg.c:448 sm/gpgsm.c:326 +#: g10/gpg.c:448 sm/gpgsm.c:329 msgid "use this user-id to sign or decrypt" msgstr "identyfikator do podpisania lub odszyfrowania" -#: g10/gpg.c:449 sm/gpgsm.c:329 +#: g10/gpg.c:449 sm/gpgsm.c:332 msgid "|N|set compress level N (0 disables)" msgstr "|N|poziom kompresji N (0 - bez)" -#: g10/gpg.c:454 sm/gpgsm.c:331 +#: g10/gpg.c:454 sm/gpgsm.c:334 msgid "use canonical text mode" msgstr "kanoniczny format tekstowy" -#: g10/gpg.c:468 sm/gpgsm.c:334 tools/gpgconf.c:68 +#: g10/gpg.c:468 sm/gpgsm.c:337 tools/gpgconf.c:68 msgid "use as output file" msgstr "plik wyjciowy" -#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:344 tools/gpgconf.c:71 +#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:347 tools/gpgconf.c:71 msgid "do not make any changes" msgstr "pozostawienie bez zmian" @@ -1682,7 +1681,7 @@ msgstr "" msgid "generate PGP 2.x compatible messages" msgstr "" -#: g10/gpg.c:554 sm/gpgsm.c:392 +#: g10/gpg.c:554 sm/gpgsm.c:395 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -1690,7 +1689,7 @@ msgstr "" "@\n" "(Pen list polece i opcji mona znale w podrczniku systemowym.)\n" -#: g10/gpg.c:557 sm/gpgsm.c:395 +#: g10/gpg.c:557 sm/gpgsm.c:398 msgid "" "@\n" "Examples:\n" @@ -1729,7 +1728,7 @@ msgstr "" "podpisywanie, sprawdzanie podpisw, szyfrowanie, deszyfrowanie\n" "domylnie wykonywana operacja zaley od danych wejciowych\n" -#: g10/gpg.c:782 sm/gpgsm.c:530 +#: g10/gpg.c:782 sm/gpgsm.c:534 msgid "" "\n" "Supported algorithms:\n" @@ -1757,7 +1756,7 @@ msgstr "Kompresji: " msgid "usage: gpg [options] " msgstr "wywoanie: gpg [opcje]" -#: g10/gpg.c:1060 sm/gpgsm.c:682 +#: g10/gpg.c:1060 sm/gpgsm.c:686 msgid "conflicting commands\n" msgstr "sprzeczne polecenia\n" @@ -1893,6 +1892,11 @@ msgstr "okazanie, w ktrym zbiorze znajduje si dany klucz" msgid "show expiration dates during signature listings" msgstr "Brak odpowiadajcego podpisu w zbiorze kluczy prywatnych\n" +#: g10/gpg.c:1835 +#, c-format +msgid "libgcrypt is too old (need %s, have %s)\n" +msgstr "" + #: g10/gpg.c:1993 #, c-format msgid "NOTE: old default options file `%s' ignored\n" @@ -2035,7 +2039,7 @@ msgstr "%s:%d niepoprawne opcje eksportu kluczy\n" msgid "invalid auto-key-locate list\n" msgstr "" -#: g10/gpg.c:2893 sm/gpgsm.c:1232 +#: g10/gpg.c:2893 sm/gpgsm.c:1236 msgid "WARNING: program may create a core file!\n" msgstr "OSTRZEENIE: program moe stworzy plik zrzutu pamici!\n" @@ -2077,11 +2081,11 @@ msgstr "w trybie --pgp2 trzeba uywa plikw a nie potokw.\n" msgid "encrypting a message in --pgp2 mode requires the IDEA cipher\n" msgstr "szyfrowanie wiadomoci w trybie --pgp2 wymaga moduu szyfru IDEA\n" -#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1288 +#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1292 msgid "selected cipher algorithm is invalid\n" msgstr "wybrany algorytm szyfrujcy jest niepoprawny\n" -#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1296 +#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1300 msgid "selected digest algorithm is invalid\n" msgstr "wybrany algorytm skrtw wiadomoci jest niepoprawny\n" @@ -2316,7 +2320,7 @@ msgstr "pobieranie kluczy z tego zbioru" msgid "make timestamp conflicts only a warning" msgstr "nie traktowa konfliktu datownikw jako bdu" -#: g10/gpgv.c:76 sm/gpgsm.c:367 +#: g10/gpgv.c:76 sm/gpgsm.c:370 msgid "|FD|write status info to this FD" msgstr "|FD|pisanie opisu stanu do deskryptora FD" @@ -3880,7 +3884,7 @@ msgid "(sensitive)" msgstr " (poufne)" #: g10/keyedit.c:2743 g10/keyedit.c:2799 g10/keyedit.c:2860 g10/keyedit.c:2875 -#: g10/keylist.c:194 g10/keyserver.c:516 +#: g10/keylist.c:194 g10/keyserver.c:523 #, fuzzy, c-format msgid "created: %s" msgstr "nie mona utworzy %s: %s\n" @@ -3897,7 +3901,7 @@ msgstr " [wygasa :%s]" #: g10/keyedit.c:2750 g10/keyedit.c:2801 g10/keyedit.c:2862 g10/keyedit.c:2877 #: g10/keylist.c:196 g10/keylist.c:748 g10/keylist.c:783 g10/keylist.c:877 -#: g10/keylist.c:898 g10/keyserver.c:522 g10/mainproc.c:985 +#: g10/keylist.c:898 g10/keyserver.c:529 g10/mainproc.c:985 #, fuzzy, c-format msgid "expires: %s" msgstr " [wygasa :%s]" @@ -3933,13 +3937,13 @@ msgstr "" "Pokazana warto wiarygodnoci klucza moe by niepoprawna,\n" "dopki program nie zostanie uruchomiony ponownie.\n" -#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:526 +#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:533 #: g10/mainproc.c:1831 g10/trustdb.c:1179 g10/trustdb.c:1699 #, fuzzy msgid "revoked" msgstr "[uniewaniony]" -#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:530 +#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:537 #: g10/mainproc.c:1833 g10/trustdb.c:532 g10/trustdb.c:1701 #, fuzzy msgid "expired" @@ -4824,184 +4828,184 @@ msgstr "%lu kluczy (%lu podpisw)\n" msgid "%s: keyring created\n" msgstr "%s: zbir kluczy utworzony\n" -#: g10/keyserver.c:66 +#: g10/keyserver.c:73 msgid "include revoked keys in search results" msgstr "" -#: g10/keyserver.c:67 +#: g10/keyserver.c:74 msgid "include subkeys when searching by key ID" msgstr "" -#: g10/keyserver.c:69 +#: g10/keyserver.c:76 msgid "use temporary files to pass data to keyserver helpers" msgstr "" -#: g10/keyserver.c:71 +#: g10/keyserver.c:78 msgid "do not delete temporary files after using them" msgstr "" -#: g10/keyserver.c:75 +#: g10/keyserver.c:82 msgid "automatically retrieve keys when verifying signatures" msgstr "" -#: g10/keyserver.c:77 +#: g10/keyserver.c:84 #, fuzzy msgid "honor the preferred keyserver URL set on the key" msgstr "podany URL regulaminu podpisw jest niepoprawny\n" -#: g10/keyserver.c:79 +#: g10/keyserver.c:86 msgid "honor the PKA record set on a key when retrieving keys" msgstr "" -#: g10/keyserver.c:145 +#: g10/keyserver.c:152 #, fuzzy, c-format msgid "WARNING: keyserver option `%s' is not used on this platform\n" msgstr "OSTRZEENIE: opcje w ,,%s'' nie s jeszcze uwzgldnione.\n" -#: g10/keyserver.c:528 +#: g10/keyserver.c:535 #, fuzzy msgid "disabled" msgstr "wykl" -#: g10/keyserver.c:729 +#: g10/keyserver.c:736 msgid "Enter number(s), N)ext, or Q)uit > " msgstr "" -#: g10/keyserver.c:813 g10/keyserver.c:1435 +#: g10/keyserver.c:820 g10/keyserver.c:1442 #, fuzzy, c-format msgid "invalid keyserver protocol (us %d!=handler %d)\n" msgstr "niepoprawne opcje eksportu kluczy\n" -#: g10/keyserver.c:911 +#: g10/keyserver.c:918 #, fuzzy, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "klucz ,,%s'' nie zosta odnaleziony: %s\n" -#: g10/keyserver.c:913 +#: g10/keyserver.c:920 #, fuzzy msgid "key not found on keyserver\n" msgstr "klucz ,,%s'' nie zosta odnaleziony: %s\n" -#: g10/keyserver.c:1154 +#: g10/keyserver.c:1161 #, fuzzy, c-format msgid "requesting key %s from %s server %s\n" msgstr "zapytanie o klucz %08lX w %s\n" -#: g10/keyserver.c:1158 +#: g10/keyserver.c:1165 #, fuzzy, c-format msgid "requesting key %s from %s\n" msgstr "zapytanie o klucz %08lX w %s\n" -#: g10/keyserver.c:1182 +#: g10/keyserver.c:1189 #, fuzzy, c-format msgid "searching for names from %s server %s\n" msgstr "zapytanie o ,,%s'' w serwerze HKP %s\n" -#: g10/keyserver.c:1185 +#: g10/keyserver.c:1192 #, fuzzy, c-format msgid "searching for names from %s\n" msgstr "zapytanie o ,,%s'' w serwerze HKP %s\n" -#: g10/keyserver.c:1338 +#: g10/keyserver.c:1345 #, fuzzy, c-format msgid "sending key %s to %s server %s\n" msgstr "zapytanie o ,,%s'' w serwerze HKP %s\n" -#: g10/keyserver.c:1342 +#: g10/keyserver.c:1349 #, fuzzy, c-format msgid "sending key %s to %s\n" msgstr "" "\"\n" "podpisano Twoim kluczem %08lX w %s\n" -#: g10/keyserver.c:1385 +#: g10/keyserver.c:1392 #, fuzzy, c-format msgid "searching for \"%s\" from %s server %s\n" msgstr "zapytanie o ,,%s'' w serwerze HKP %s\n" -#: g10/keyserver.c:1388 +#: g10/keyserver.c:1395 #, fuzzy, c-format msgid "searching for \"%s\" from %s\n" msgstr "zapytanie o ,,%s'' w serwerze HKP %s\n" -#: g10/keyserver.c:1395 g10/keyserver.c:1491 +#: g10/keyserver.c:1402 g10/keyserver.c:1498 #, fuzzy msgid "no keyserver action!\n" msgstr "niepoprawne opcje eksportu kluczy\n" -#: g10/keyserver.c:1443 +#: g10/keyserver.c:1450 #, c-format msgid "WARNING: keyserver handler from a different version of GnuPG (%s)\n" msgstr "" -#: g10/keyserver.c:1452 +#: g10/keyserver.c:1459 msgid "keyserver did not send VERSION\n" msgstr "" -#: g10/keyserver.c:1514 g10/keyserver.c:2042 +#: g10/keyserver.c:1521 g10/keyserver.c:2049 msgid "no keyserver known (use option --keyserver)\n" msgstr "brak znanyk serwerw kluczy (uyj opcji --keyserver)\n" -#: g10/keyserver.c:1520 +#: g10/keyserver.c:1527 msgid "external keyserver calls are not supported in this build\n" msgstr "" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1539 #, c-format msgid "no handler for keyserver scheme `%s'\n" msgstr "" -#: g10/keyserver.c:1537 +#: g10/keyserver.c:1544 #, c-format msgid "action `%s' not supported with keyserver scheme `%s'\n" msgstr "" -#: g10/keyserver.c:1545 +#: g10/keyserver.c:1552 #, c-format msgid "%s does not support handler version %d\n" msgstr "" -#: g10/keyserver.c:1552 +#: g10/keyserver.c:1559 #, fuzzy msgid "keyserver timed out\n" msgstr "bd serwera kluczy" -#: g10/keyserver.c:1557 +#: g10/keyserver.c:1564 #, fuzzy msgid "keyserver internal error\n" msgstr "bd serwera kluczy" -#: g10/keyserver.c:1566 +#: g10/keyserver.c:1573 #, fuzzy, c-format msgid "keyserver communications error: %s\n" msgstr "odbir z serwera kluczy nie powid si: %s\n" -#: g10/keyserver.c:1591 g10/keyserver.c:1625 +#: g10/keyserver.c:1598 g10/keyserver.c:1632 #, fuzzy, c-format msgid "\"%s\" not a key ID: skipping\n" msgstr "%s: nie jest poprawnym identyfikatorem klucza\n" -#: g10/keyserver.c:1884 +#: g10/keyserver.c:1891 #, fuzzy, c-format msgid "WARNING: unable to refresh key %s via %s: %s\n" msgstr "OSTRZEENIE: nie mona skasowa pliku tymczasowego (%s) ,,%s'': %s.\n" -#: g10/keyserver.c:1906 +#: g10/keyserver.c:1913 #, fuzzy, c-format msgid "refreshing 1 key from %s\n" msgstr "zapytanie o klucz %08lX w %s\n" -#: g10/keyserver.c:1908 +#: g10/keyserver.c:1915 #, fuzzy, c-format msgid "refreshing %d keys from %s\n" msgstr "zapytanie o klucz %08lX w %s\n" -#: g10/keyserver.c:1964 +#: g10/keyserver.c:1971 #, fuzzy, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "OSTRZEENIE: nie mona skasowa pliku tymczasowego (%s) ,,%s'': %s.\n" -#: g10/keyserver.c:1970 +#: g10/keyserver.c:1977 #, fuzzy, c-format msgid "WARNING: unable to parse URI %s\n" msgstr "OSTRZEENIE: nie mona skasowa pliku tymczasowego (%s) ,,%s'': %s.\n" @@ -5348,18 +5352,18 @@ msgstr "nowy plik ustawie ,,%s'' zosta utworzony\n" msgid "WARNING: options in `%s' are not yet active during this run\n" msgstr "OSTRZEENIE: opcje w ,,%s'' nie s jeszcze uwzgldnione.\n" -#: g10/parse-packet.c:192 +#: g10/parse-packet.c:193 #, c-format msgid "can't handle public key algorithm %d\n" msgstr "nie mona obsuy tego algorytmu klucza publicznego: %d\n" -#: g10/parse-packet.c:762 +#: g10/parse-packet.c:798 msgid "WARNING: potentially insecure symmetrically encrypted session key\n" msgstr "" "OSTRZEENIE: symetrycznie zaszyfrowany klucz sesyjny moe nie by " "bezpieczny\n" -#: g10/parse-packet.c:1213 +#: g10/parse-packet.c:1249 #, c-format msgid "subpacket of type %d has critical bit set\n" msgstr "podpakiet typu %d ma ustawiony krytyczny bit\n" @@ -5979,7 +5983,7 @@ msgstr "" "brak moliwoci generacji dobrego klucza dla szyfru symetrycznego;\n" "operacja bya powtarzana %d razy!\n" -#: g10/seskey.c:229 +#: g10/seskey.c:229 sm/certcheck.c:91 msgid "DSA requires the hash length to be a multiple of 8 bits\n" msgstr "" @@ -6553,7 +6557,7 @@ msgstr "" msgid "iconv_open failed: %s\n" msgstr "nie mona otworzy pliku: %s\n" -#: jnlib/utf8conv.c:331 jnlib/utf8conv.c:597 +#: jnlib/utf8conv.c:338 jnlib/utf8conv.c:604 #, fuzzy, c-format msgid "conversion from `%s' to `%s' failed: %s\n" msgstr "opakowywanie ASCII nie powiodo si: %s\n" @@ -6778,7 +6782,7 @@ msgstr "nie odnaleziono poprawnych danych w formacie OpenPGP.\n" msgid "run in multi server mode (foreground)" msgstr "" -#: scd/scdaemon.c:113 sm/gpgsm.c:356 +#: scd/scdaemon.c:113 sm/gpgsm.c:359 #, fuzzy msgid "read options from file" msgstr "odczyt opcji z ,,%s''\n" @@ -6822,21 +6826,21 @@ msgid "" "Smartcard daemon for GnuPG\n" msgstr "" -#: scd/scdaemon.c:684 +#: scd/scdaemon.c:664 msgid "please use the option `--daemon' to run the program in the background\n" msgstr "" -#: scd/scdaemon.c:1032 +#: scd/scdaemon.c:1012 #, c-format msgid "handler for fd %d started\n" msgstr "" -#: scd/scdaemon.c:1037 +#: scd/scdaemon.c:1017 #, c-format msgid "handler for fd %d terminated\n" msgstr "" -#: sm/base64.c:323 +#: sm/base64.c:327 #, fuzzy, c-format msgid "invalid radix64 character %02x skipped\n" msgstr "niewaciwy znak formatu radix64: ,,%02x'', zosta pominity\n" @@ -6860,190 +6864,195 @@ msgstr "wersja %d protokou agenta nie jest obsugiwana\n" msgid "can't connect to the dirmngr - trying fall back\n" msgstr "" -#: sm/certchain.c:165 +#: sm/certchain.c:176 #, fuzzy, c-format msgid "critical certificate extension %s is not supported" msgstr "wersja %d protokou agenta nie jest obsugiwana\n" -#: sm/certchain.c:203 +#: sm/certchain.c:214 msgid "issuer certificate is not marked as a CA" msgstr "" -#: sm/certchain.c:242 +#: sm/certchain.c:253 msgid "critical marked policy without configured policies" msgstr "" -#: sm/certchain.c:252 +#: sm/certchain.c:263 #, fuzzy, c-format msgid "failed to open `%s': %s\n" msgstr "nie mona otworzy ,,%s'': %s\n" -#: sm/certchain.c:259 sm/certchain.c:288 +#: sm/certchain.c:270 sm/certchain.c:299 msgid "note: non-critical certificate policy not allowed" msgstr "" -#: sm/certchain.c:263 sm/certchain.c:292 +#: sm/certchain.c:274 sm/certchain.c:303 #, fuzzy msgid "certificate policy not allowed" msgstr "zapisuj klucz tajny w '%s'\n" -#: sm/certchain.c:403 +#: sm/certchain.c:414 msgid "looking up issuer at external location\n" msgstr "" -#: sm/certchain.c:423 +#: sm/certchain.c:434 #, c-format msgid "number of issuers matching: %d\n" msgstr "" -#: sm/certchain.c:576 sm/certchain.c:740 sm/certchain.c:1266 sm/decrypt.c:261 +#: sm/certchain.c:587 sm/certchain.c:753 sm/certchain.c:1334 sm/decrypt.c:261 #: sm/encrypt.c:343 sm/sign.c:328 sm/verify.c:107 #, fuzzy msgid "failed to allocated keyDB handle\n" msgstr "inicjowanie Bazy Zaufania nie powiodo si: %s\n" -#: sm/certchain.c:667 +#: sm/certchain.c:678 #, fuzzy msgid "certificate has been revoked" msgstr "UWAGA: klucz zosta uniewaniony" -#: sm/certchain.c:676 +#: sm/certchain.c:687 #, fuzzy msgid "no CRL found for certificate" msgstr "Poprawny certyfikat" -#: sm/certchain.c:680 +#: sm/certchain.c:691 #, fuzzy msgid "the available CRL is too old" msgstr "Klucz dostpny w: " -#: sm/certchain.c:682 +#: sm/certchain.c:693 msgid "please make sure that the \"dirmngr\" is properly installed\n" msgstr "" -#: sm/certchain.c:687 +#: sm/certchain.c:698 #, fuzzy, c-format msgid "checking the CRL failed: %s" msgstr "sprawdzenie zoonego podpisu nie powiodo si: %s\n" -#: sm/certchain.c:765 +#: sm/certchain.c:794 #, fuzzy msgid "no issuer found in certificate" msgstr "Poprawny certyfikat" -#: sm/certchain.c:792 +#: sm/certchain.c:823 #, fuzzy, c-format msgid "certificate with invalid validity: %s" msgstr "bd przy odczycie certyfikatu: %s\n" -#: sm/certchain.c:808 +#: sm/certchain.c:839 #, fuzzy msgid "certificate not yet valid" msgstr "Poprawne uniewanienie certyfikatu" -#: sm/certchain.c:821 +#: sm/certchain.c:852 #, fuzzy msgid "certificate has expired" msgstr "bd przy odczycie certyfikatu: %s\n" -#: sm/certchain.c:864 +#: sm/certchain.c:895 msgid "self-signed certificate has a BAD signature" msgstr "" -#: sm/certchain.c:932 +#: sm/certchain.c:963 #, fuzzy msgid "root certificate is not marked trusted" msgstr "" "Brak certyfikatw o niezdefiniowanym poziomie zaufania.\n" "\n" -#: sm/certchain.c:947 +#: sm/certchain.c:978 #, fuzzy, c-format msgid "fingerprint=%s\n" msgstr "Odcisk klucza:" -#: sm/certchain.c:955 +#: sm/certchain.c:986 #, fuzzy msgid "root certificate has now been marked as trusted\n" msgstr "" "Brak certyfikatw o niezdefiniowanym poziomie zaufania.\n" "\n" -#: sm/certchain.c:970 +#: sm/certchain.c:1001 msgid "interactive marking as trusted not enabled in gpg-agent\n" msgstr "" -#: sm/certchain.c:976 +#: sm/certchain.c:1007 msgid "interactive marking as trusted disabled for this session\n" msgstr "" -#: sm/certchain.c:986 +#: sm/certchain.c:1017 #, fuzzy, c-format msgid "checking the trust list failed: %s\n" msgstr "sprawdzenie zoonego podpisu nie powiodo si: %s\n" -#: sm/certchain.c:1013 sm/import.c:158 +#: sm/certchain.c:1044 sm/import.c:159 #, fuzzy msgid "certificate chain too long\n" msgstr "Poprawne uniewanienie certyfikatu" -#: sm/certchain.c:1025 +#: sm/certchain.c:1056 #, fuzzy msgid "issuer certificate not found" msgstr "Poprawne uniewanienie certyfikatu" -#: sm/certchain.c:1058 +#: sm/certchain.c:1089 #, fuzzy msgid "certificate has a BAD signature" msgstr "sprawdzenie podpisu" -#: sm/certchain.c:1088 +#: sm/certchain.c:1119 msgid "found another possible matching CA certificate - trying again" msgstr "" -#: sm/certchain.c:1139 +#: sm/certchain.c:1170 #, c-format msgid "certificate chain longer than allowed by CA (%d)" msgstr "" -#: sm/certcheck.c:52 -msgid "DSA requires the use of a 160 bit hash algorithm\n" +#: sm/certcheck.c:103 +#, c-format +msgid "%s key uses an unsafe (%u bit) hash\n" +msgstr "" + +#: sm/certcheck.c:113 +#, c-format +msgid "a %u bit hash is not valid for a %u bit %s key\n" msgstr "" -"Algorytm DSA wymaga uycia algorytmu skrtu dajcego 160-bitowy wynik.\n" -#: sm/certcheck.c:177 sm/sign.c:482 sm/verify.c:189 +#: sm/certcheck.c:250 sm/sign.c:482 sm/verify.c:189 msgid "(this is the MD2 algorithm)\n" msgstr "" -#: sm/certdump.c:68 sm/certdump.c:154 +#: sm/certdump.c:68 sm/certdump.c:151 #, fuzzy msgid "none" msgstr "nie" -#: sm/certdump.c:163 +#: sm/certdump.c:162 #, fuzzy msgid "[none]" msgstr "nieznany" -#: sm/certdump.c:536 sm/certdump.c:599 +#: sm/certdump.c:552 sm/certdump.c:597 sm/certdump.c:662 sm/certdump.c:715 #, fuzzy msgid "[Error - invalid encoding]" msgstr "bd: niewaciwy odcisk klucza\n" -#: sm/certdump.c:544 +#: sm/certdump.c:560 sm/certdump.c:605 msgid "[Error - out of core]" msgstr "" -#: sm/certdump.c:579 +#: sm/certdump.c:642 sm/certdump.c:698 msgid "[Error - No name]" msgstr "" -#: sm/certdump.c:604 +#: sm/certdump.c:667 sm/certdump.c:721 #, fuzzy msgid "[Error - invalid DN]" msgstr "bd: niewaciwy odcisk klucza\n" -#: sm/certdump.c:818 +#: sm/certdump.c:930 #, fuzzy, c-format msgid "" "Please enter the passphrase to unlock the secret key for:\n" @@ -7058,7 +7067,7 @@ msgstr "" msgid "no key usage specified - assuming all usages\n" msgstr "" -#: sm/certlist.c:135 sm/keylist.c:255 +#: sm/certlist.c:135 sm/keylist.c:258 #, fuzzy, c-format msgid "error getting key usage information: %s\n" msgstr "bd podczas zapisu zbioru kluczy tajnych ,,%s'': %s\n" @@ -7145,7 +7154,7 @@ msgstr "" msgid "certificate `%s' not found: %s\n" msgstr "klucz ,,%s'' nie zosta odnaleziony: %s\n" -#: sm/delete.c:113 sm/keydb.c:1392 sm/keydb.c:1485 +#: sm/delete.c:113 sm/keydb.c:1397 sm/keydb.c:1497 #, fuzzy, c-format msgid "error locking keybox: %s\n" msgstr "bd odczytu bloku kluczy: %s\n" @@ -7170,191 +7179,191 @@ msgstr "usunicie bloku klucza nie powiodo si: %s\n" msgid "no valid recipients given\n" msgstr "(nie podano)\n" -#: sm/export.c:562 sm/export.c:578 sm/import.c:525 sm/import.c:550 +#: sm/export.c:615 sm/export.c:631 sm/import.c:526 sm/import.c:551 #, fuzzy, c-format msgid "error creating temporary file: %s\n" msgstr "bd podczas tworzenia hasa: %s\n" -#: sm/export.c:569 sm/import.c:533 +#: sm/export.c:622 sm/import.c:534 #, fuzzy, c-format msgid "error writing to temporary file: %s\n" msgstr "bd zapisu zbioru kluczy '%': %s\n" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:244 #, fuzzy msgid "|[FILE]|make a signature" msgstr "|[plik]|zoenie podpisu" -#: sm/gpgsm.c:244 +#: sm/gpgsm.c:245 #, fuzzy msgid "|[FILE]|make a clear text signature" msgstr "|[plik]|zoenie podpisu pod dokumentem" -#: sm/gpgsm.c:252 +#: sm/gpgsm.c:253 #, fuzzy msgid "list external keys" msgstr "lista kluczy prywatnych" -#: sm/gpgsm.c:254 +#: sm/gpgsm.c:255 #, fuzzy msgid "list certificate chain" msgstr "Poprawne uniewanienie certyfikatu" -#: sm/gpgsm.c:257 +#: sm/gpgsm.c:258 #, fuzzy msgid "remove key from the public keyring" msgstr "usunicie klucza ze zbioru kluczy publicznych" -#: sm/gpgsm.c:260 +#: sm/gpgsm.c:261 #, fuzzy msgid "import certificates" msgstr "Poprawny certyfikat" -#: sm/gpgsm.c:261 +#: sm/gpgsm.c:262 #, fuzzy msgid "export certificates" msgstr "Poprawny certyfikat" -#: sm/gpgsm.c:262 +#: sm/gpgsm.c:263 msgid "register a smartcard" msgstr "" -#: sm/gpgsm.c:264 +#: sm/gpgsm.c:265 msgid "pass a command to the dirmngr" msgstr "" -#: sm/gpgsm.c:266 +#: sm/gpgsm.c:267 msgid "invoke gpg-protect-tool" msgstr "" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:268 #, fuzzy msgid "change a passphrase" msgstr "zmiana hasa klucza" -#: sm/gpgsm.c:282 +#: sm/gpgsm.c:283 #, fuzzy msgid "create base-64 encoded output" msgstr "opakowanie ASCII pliku wynikowego" -#: sm/gpgsm.c:284 +#: sm/gpgsm.c:287 msgid "assume input is in PEM format" msgstr "" -#: sm/gpgsm.c:286 +#: sm/gpgsm.c:289 msgid "assume input is in base-64 format" msgstr "" -#: sm/gpgsm.c:288 +#: sm/gpgsm.c:291 msgid "assume input is in binary format" msgstr "" -#: sm/gpgsm.c:293 +#: sm/gpgsm.c:296 msgid "use system's dirmngr if available" msgstr "" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "never consult a CRL" msgstr "" -#: sm/gpgsm.c:301 +#: sm/gpgsm.c:304 msgid "check validity using OCSP" msgstr "" -#: sm/gpgsm.c:304 +#: sm/gpgsm.c:307 msgid "|N|number of certificates to include" msgstr "" -#: sm/gpgsm.c:307 +#: sm/gpgsm.c:310 msgid "|FILE|take policy information from FILE" msgstr "" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "do not check certificate policies" msgstr "" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "fetch missing issuer certificates" msgstr "" -#: sm/gpgsm.c:318 +#: sm/gpgsm.c:321 msgid "|NAME|use NAME as default recipient" msgstr "|NAZWA|uycie NAZWA jako domylnego adresata" -#: sm/gpgsm.c:320 +#: sm/gpgsm.c:323 msgid "use the default key as default recipient" msgstr "domylny klucz jest domylnym adresatem" -#: sm/gpgsm.c:337 +#: sm/gpgsm.c:340 msgid "don't use the terminal at all" msgstr "bez odwoa do terminala" -#: sm/gpgsm.c:341 +#: sm/gpgsm.c:344 msgid "force v3 signatures" msgstr "wymuszenie trzeciej wersji formatu podpisw" -#: sm/gpgsm.c:342 +#: sm/gpgsm.c:345 msgid "always use a MDC for encryption" msgstr "do szyfrowania bdzie uywany MDC" -#: sm/gpgsm.c:347 +#: sm/gpgsm.c:350 msgid "batch mode: never ask" msgstr "tryb wsadowy: adnych pyta" -#: sm/gpgsm.c:348 +#: sm/gpgsm.c:351 msgid "assume yes on most questions" msgstr "automatyczna odpowied tak na wikszo pyta" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 msgid "assume no on most questions" msgstr "automatyczna odpowied nie na wikszo pyta" -#: sm/gpgsm.c:351 +#: sm/gpgsm.c:354 msgid "add this keyring to the list of keyrings" msgstr "dodanie zbioru kluczy do uywanych" -#: sm/gpgsm.c:352 +#: sm/gpgsm.c:355 msgid "add this secret keyring to the list" msgstr "dodanie zbioru kluczy tajnych do uywanych" -#: sm/gpgsm.c:353 +#: sm/gpgsm.c:356 msgid "|NAME|use NAME as default secret key" msgstr "|NAZWA|ustawienie NAZWA jako domylnego klucza prywatnego" -#: sm/gpgsm.c:354 +#: sm/gpgsm.c:357 msgid "|HOST|use this keyserver to lookup keys" msgstr "|HOST|serwer kluczy w ktrym bd poszukiwane" -#: sm/gpgsm.c:355 +#: sm/gpgsm.c:358 msgid "|NAME|set terminal charset to NAME" msgstr "|NAZWA| strona kodowa wywietlanego tekstu" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "" -#: sm/gpgsm.c:374 +#: sm/gpgsm.c:377 msgid "|FILE|load extension module FILE" msgstr "|PLIK|adowanie moduu rozszerzenia z PLIK" -#: sm/gpgsm.c:380 +#: sm/gpgsm.c:383 msgid "|NAME|use cipher algorithm NAME" msgstr "|NAZWA|wymuszenie algorytmu szyfrujcego NAZWA" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 msgid "|NAME|use message digest algorithm NAME" msgstr "|NAZWA|wymuszenie algorytmu skrtu NAZWA" -#: sm/gpgsm.c:384 +#: sm/gpgsm.c:387 msgid "|N|use compress algorithm N" msgstr "|N|wymuszenie algorytmu kompresji N" -#: sm/gpgsm.c:520 +#: sm/gpgsm.c:524 #, fuzzy msgid "Usage: gpgsm [options] [files] (-h for help)" msgstr "Wywoanie: gpgm [opcje] [pliki] (-h podaje pomoc)" -#: sm/gpgsm.c:523 +#: sm/gpgsm.c:527 #, fuzzy msgid "" "Syntax: gpgsm [options] [files]\n" @@ -7365,45 +7374,40 @@ msgstr "" "podpisywanie, sprawdzanie podpisw, szyfrowanie, deszyfrowanie\n" "domylnie wykonywana operacja zaley od danych wejciowych\n" -#: sm/gpgsm.c:617 +#: sm/gpgsm.c:621 #, fuzzy msgid "usage: gpgsm [options] " msgstr "sposb uycia: gpgm [opcje]" -#: sm/gpgsm.c:698 +#: sm/gpgsm.c:702 #, fuzzy, c-format msgid "can't encrypt to `%s': %s\n" msgstr "nie mona si poczy z ,,%s'': %s\n" -#: sm/gpgsm.c:773 -#, c-format -msgid "libksba is too old (need %s, have %s)\n" -msgstr "" - -#: sm/gpgsm.c:1249 +#: sm/gpgsm.c:1253 msgid "WARNING: running with faked system time: " msgstr "" -#: sm/gpgsm.c:1328 +#: sm/gpgsm.c:1332 #, fuzzy, c-format msgid "importing common certificates `%s'\n" msgstr "zapis do '%s'\n" -#: sm/gpgsm.c:1346 +#: sm/gpgsm.c:1350 #, fuzzy, c-format msgid "can't sign using `%s': %s\n" msgstr "nie mona zamkn ,,%s'': %s\n" -#: sm/gpgsm.c:1536 +#: sm/gpgsm.c:1542 msgid "this command has not yet been implemented\n" msgstr "" -#: sm/gpgsm.c:1601 +#: sm/gpgsm.c:1606 #, fuzzy msgid "key generation is not available from the commandline\n" msgstr "gpg-agent nie jest dostpny w tej sesji\n" -#: sm/gpgsm.c:1602 +#: sm/gpgsm.c:1607 #, fuzzy, c-format msgid "please use the script \"%s\" to generate a new key\n" msgstr "Prosz wybra rodzaj klucza:\n" @@ -7413,21 +7417,21 @@ msgstr "Prosz wybra rodzaj klucza:\n" msgid "total number processed: %lu\n" msgstr "Ogem przetworzonych kluczy: %lu\n" -#: sm/import.c:227 +#: sm/import.c:228 #, fuzzy msgid "error storing certificate\n" msgstr "Poprawny certyfikat" -#: sm/import.c:235 +#: sm/import.c:236 msgid "basic certificate checks failed - not imported\n" msgstr "" -#: sm/import.c:421 sm/import.c:453 +#: sm/import.c:422 sm/import.c:454 #, fuzzy, c-format msgid "error importing certificate: %s\n" msgstr "bd podczas tworzenia hasa: %s\n" -#: sm/import.c:542 tools/gpg-connect-agent.c:384 +#: sm/import.c:543 tools/gpg-connect-agent.c:388 #, fuzzy, c-format msgid "error reading input: %s\n" msgstr "bd odczytu ,,%s'': %s\n" @@ -7446,12 +7450,12 @@ msgstr "" msgid "keybox `%s' created\n" msgstr "zbir kluczy ,,%s'' zosta utworzony\n" -#: sm/keydb.c:1312 sm/keydb.c:1378 +#: sm/keydb.c:1312 sm/keydb.c:1380 #, fuzzy msgid "failed to get the fingerprint\n" msgstr "inicjowanie Bazy Zaufania nie powiodo si: %s\n" -#: sm/keydb.c:1319 sm/keydb.c:1385 +#: sm/keydb.c:1319 sm/keydb.c:1387 #, fuzzy msgid "failed to allocate keyDB handle\n" msgstr "inicjowanie Bazy Zaufania nie powiodo si: %s\n" @@ -7471,17 +7475,17 @@ msgstr "bd podczas tworzenia hasa: %s\n" msgid "error storing certificate: %s\n" msgstr "bd podczas tworzenia hasa: %s\n" -#: sm/keydb.c:1400 +#: sm/keydb.c:1408 #, fuzzy, c-format msgid "problem re-searching certificate: %s\n" msgstr "un? problem przy sprawdzaniu uniewanienia: %s\n" -#: sm/keydb.c:1409 sm/keydb.c:1497 +#: sm/keydb.c:1417 sm/keydb.c:1509 #, fuzzy, c-format msgid "error getting stored flags: %s\n" msgstr "bd podczas tworzenia hasa: %s\n" -#: sm/keydb.c:1418 sm/keydb.c:1508 +#: sm/keydb.c:1429 sm/keydb.c:1520 #, fuzzy, c-format msgid "error storing flags: %s\n" msgstr "bd odczytu ,,%s'': %s\n" @@ -7554,104 +7558,108 @@ msgstr "Poprawny podpis zoony przez \"" msgid " aka" msgstr " alias \"" -#: tools/gpg-connect-agent.c:60 tools/gpgconf.c:70 tools/symcryptrun.c:186 +#: tools/gpg-connect-agent.c:61 tools/gpgconf.c:70 tools/symcryptrun.c:167 #, fuzzy msgid "quiet" msgstr "wyjcie" -#: tools/gpg-connect-agent.c:61 +#: tools/gpg-connect-agent.c:62 msgid "print data out hex encoded" msgstr "" -#: tools/gpg-connect-agent.c:62 +#: tools/gpg-connect-agent.c:63 +msgid "decode received data lines" +msgstr "" + +#: tools/gpg-connect-agent.c:64 msgid "|NAME|connect to Assuan socket NAME" msgstr "" -#: tools/gpg-connect-agent.c:63 +#: tools/gpg-connect-agent.c:65 msgid "run the Assuan server given on the command line" msgstr "" -#: tools/gpg-connect-agent.c:65 +#: tools/gpg-connect-agent.c:67 msgid "do not use extended connect mode" msgstr "" -#: tools/gpg-connect-agent.c:126 +#: tools/gpg-connect-agent.c:129 #, fuzzy msgid "Usage: gpg-connect-agent [options] (-h for help)" msgstr "Wywoanie: gpg [opcje] [pliki] (-h podaje pomoc)" -#: tools/gpg-connect-agent.c:129 +#: tools/gpg-connect-agent.c:132 msgid "" "Syntax: gpg-connect-agent [options]\n" "Connect to a running agent and send commands\n" msgstr "" -#: tools/gpg-connect-agent.c:324 +#: tools/gpg-connect-agent.c:328 #, c-format msgid "option \"%s\" requires a program and optional arguments\n" msgstr "" -#: tools/gpg-connect-agent.c:333 +#: tools/gpg-connect-agent.c:337 #, c-format msgid "option \"%s\" ignored due to \"%s\"\n" msgstr "" -#: tools/gpg-connect-agent.c:391 +#: tools/gpg-connect-agent.c:395 #, fuzzy msgid "line too long - skipped\n" msgstr "linia zbyt duga\n" -#: tools/gpg-connect-agent.c:395 +#: tools/gpg-connect-agent.c:399 msgid "line shortened due to embedded Nul character\n" msgstr "" -#: tools/gpg-connect-agent.c:457 +#: tools/gpg-connect-agent.c:471 #, fuzzy, c-format msgid "unknown command `%s'\n" msgstr "nieznany domylny adresat ,,%s''\n" -#: tools/gpg-connect-agent.c:465 +#: tools/gpg-connect-agent.c:479 #, fuzzy, c-format msgid "sending line failed: %s\n" msgstr "zoenie podpisu nie powiodo si: %s\n" -#: tools/gpg-connect-agent.c:473 +#: tools/gpg-connect-agent.c:487 #, fuzzy, c-format msgid "receiving line failed: %s\n" msgstr "usunicie bloku klucza nie powiodo si: %s\n" -#: tools/gpg-connect-agent.c:746 +#: tools/gpg-connect-agent.c:797 #, fuzzy, c-format msgid "error sending %s command: %s\n" msgstr "bd przy wysyaniu do ,,%s'': %s\n" -#: tools/gpg-connect-agent.c:755 +#: tools/gpg-connect-agent.c:806 #, fuzzy, c-format msgid "error sending standard options: %s\n" msgstr "bd przy wysyaniu do ,,%s'': %s\n" #: tools/gpgconf-comp.c:445 tools/gpgconf-comp.c:525 tools/gpgconf-comp.c:592 -#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:720 +#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:723 msgid "Options controlling the diagnostic output" msgstr "" #: tools/gpgconf-comp.c:458 tools/gpgconf-comp.c:538 tools/gpgconf-comp.c:605 -#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:743 +#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:746 msgid "Options controlling the configuration" msgstr "" #: tools/gpgconf-comp.c:468 tools/gpgconf-comp.c:563 tools/gpgconf-comp.c:612 -#: tools/gpgconf-comp.c:671 tools/gpgconf-comp.c:750 +#: tools/gpgconf-comp.c:674 tools/gpgconf-comp.c:753 #, fuzzy msgid "Options useful for debugging" msgstr "umoliwienie penego ledzenia programu" #: tools/gpgconf-comp.c:473 tools/gpgconf-comp.c:568 tools/gpgconf-comp.c:617 -#: tools/gpgconf-comp.c:676 tools/gpgconf-comp.c:758 +#: tools/gpgconf-comp.c:679 tools/gpgconf-comp.c:761 msgid "|FILE|write server mode logs to FILE" msgstr "" -#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:684 +#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:687 msgid "Options controlling the security" msgstr "" @@ -7679,31 +7687,36 @@ msgstr "" msgid "allow PKA lookups (DNS requests)" msgstr "" -#: tools/gpgconf-comp.c:689 +#: tools/gpgconf-comp.c:669 +#, fuzzy +msgid "|NAME|use encoding NAME for PKCS#12 passphrases" +msgstr "|ALG|wymuszenie algorytmu szyfrujcego ALG dla hasa" + +#: tools/gpgconf-comp.c:692 msgid "do not check CRLs for root certificates" msgstr "" -#: tools/gpgconf-comp.c:733 +#: tools/gpgconf-comp.c:736 msgid "Options controlling the format of the output" msgstr "" -#: tools/gpgconf-comp.c:769 +#: tools/gpgconf-comp.c:772 msgid "Options controlling the interactivity and enforcement" msgstr "" -#: tools/gpgconf-comp.c:779 +#: tools/gpgconf-comp.c:782 msgid "Configuration for HTTP servers" msgstr "" -#: tools/gpgconf-comp.c:790 +#: tools/gpgconf-comp.c:793 msgid "use system's HTTP proxy setting" msgstr "" -#: tools/gpgconf-comp.c:795 +#: tools/gpgconf-comp.c:798 msgid "Configuration of LDAP servers to use" msgstr "" -#: tools/gpgconf-comp.c:832 +#: tools/gpgconf-comp.c:835 msgid "Configuration for OCSP" msgstr "" @@ -7767,7 +7780,7 @@ msgstr "zapisuj klucz tajny w '%s'\n" msgid "error allocating enough memory: %s\n" msgstr "bd tworzenia zbioru kluczy `%s': %s\n" -#: tools/symcryptrun.c:173 +#: tools/symcryptrun.c:154 #, fuzzy msgid "" "@\n" @@ -7777,166 +7790,170 @@ msgstr "" "@Polecenia:\n" " " -#: tools/symcryptrun.c:175 +#: tools/symcryptrun.c:156 #, fuzzy msgid "decryption modus" msgstr "odszyfrowanie poprawne\n" -#: tools/symcryptrun.c:176 +#: tools/symcryptrun.c:157 #, fuzzy msgid "encryption modus" msgstr "odszyfrowanie poprawne\n" -#: tools/symcryptrun.c:180 +#: tools/symcryptrun.c:161 msgid "tool class (confucius)" msgstr "" -#: tools/symcryptrun.c:181 +#: tools/symcryptrun.c:162 #, fuzzy msgid "program filename" msgstr "--store [plik]" -#: tools/symcryptrun.c:183 +#: tools/symcryptrun.c:164 msgid "secret key file (required)" msgstr "" -#: tools/symcryptrun.c:184 +#: tools/symcryptrun.c:165 msgid "input file name (default stdin)" msgstr "" -#: tools/symcryptrun.c:228 +#: tools/symcryptrun.c:209 #, fuzzy msgid "Usage: symcryptrun [options] (-h for help)" msgstr "Wywoanie: gpg [opcje] [pliki] (-h podaje pomoc)" -#: tools/symcryptrun.c:231 +#: tools/symcryptrun.c:212 msgid "" "Syntax: symcryptrun --class CLASS --program PROGRAM --keyfile KEYFILE " "[options...] COMMAND [inputfile]\n" "Call a simple symmetric encryption tool\n" msgstr "" -#: tools/symcryptrun.c:313 +#: tools/symcryptrun.c:294 #, fuzzy, c-format msgid "%s on %s aborted with status %i\n" msgstr "Nie wolno uywa %s z %s!\n" -#: tools/symcryptrun.c:320 +#: tools/symcryptrun.c:301 #, fuzzy, c-format msgid "%s on %s failed with status %i\n" msgstr "naniesienie poprawek bazy zaufania nie powiodo si: %s\n" -#: tools/symcryptrun.c:346 +#: tools/symcryptrun.c:327 #, fuzzy, c-format msgid "can't create temporary directory `%s': %s\n" msgstr "nie mona utworzy katalogu ,,%s'': %s\n" -#: tools/symcryptrun.c:386 tools/symcryptrun.c:403 +#: tools/symcryptrun.c:367 tools/symcryptrun.c:384 #, fuzzy, c-format msgid "could not open %s for writing: %s\n" msgstr "nie mona otworzy %s: %s\n" -#: tools/symcryptrun.c:414 +#: tools/symcryptrun.c:395 #, fuzzy, c-format msgid "error writing to %s: %s\n" msgstr "bd zapisu zbioru kluczy '%s': %s\n" -#: tools/symcryptrun.c:421 +#: tools/symcryptrun.c:402 #, fuzzy, c-format msgid "error reading from %s: %s\n" msgstr "bd odczytu ,,%s'': %s\n" -#: tools/symcryptrun.c:428 tools/symcryptrun.c:435 +#: tools/symcryptrun.c:409 tools/symcryptrun.c:416 #, fuzzy, c-format msgid "error closing %s: %s\n" msgstr "bd odczytu ,,%s'': %s\n" -#: tools/symcryptrun.c:545 +#: tools/symcryptrun.c:526 #, fuzzy msgid "no --program option provided\n" msgstr "odwoania do zewntrznych programw s wyczone\n" -#: tools/symcryptrun.c:551 +#: tools/symcryptrun.c:532 msgid "only --decrypt and --encrypt are supported\n" msgstr "" -#: tools/symcryptrun.c:557 +#: tools/symcryptrun.c:538 msgid "no --keyfile option provided\n" msgstr "" -#: tools/symcryptrun.c:568 +#: tools/symcryptrun.c:549 msgid "cannot allocate args vector\n" msgstr "" -#: tools/symcryptrun.c:586 +#: tools/symcryptrun.c:567 #, fuzzy, c-format msgid "could not create pipe: %s\n" msgstr "nie mona utworzy %s: %s\n" -#: tools/symcryptrun.c:593 +#: tools/symcryptrun.c:574 #, fuzzy, c-format msgid "could not create pty: %s\n" msgstr "nie mona utworzy %s: %s\n" -#: tools/symcryptrun.c:609 +#: tools/symcryptrun.c:590 #, fuzzy, c-format msgid "could not fork: %s\n" msgstr "%s: nie znaleziono uytkownika %s\n" -#: tools/symcryptrun.c:637 +#: tools/symcryptrun.c:618 #, fuzzy, c-format msgid "execv failed: %s\n" msgstr "zapis zmian nie powid si: %s\n" -#: tools/symcryptrun.c:666 +#: tools/symcryptrun.c:647 #, fuzzy, c-format msgid "select failed: %s\n" msgstr "usunicie bloku klucza nie powiodo si: %s\n" -#: tools/symcryptrun.c:683 +#: tools/symcryptrun.c:664 #, fuzzy, c-format msgid "read failed: %s\n" msgstr "zapis zmian nie powid si: %s\n" -#: tools/symcryptrun.c:735 +#: tools/symcryptrun.c:716 #, fuzzy, c-format msgid "pty read failed: %s\n" msgstr "zapis zmian nie powid si: %s\n" -#: tools/symcryptrun.c:787 +#: tools/symcryptrun.c:768 #, fuzzy, c-format msgid "waitpid failed: %s\n" msgstr "zapis zmian nie powid si: %s\n" -#: tools/symcryptrun.c:801 +#: tools/symcryptrun.c:782 #, c-format msgid "child aborted with status %i\n" msgstr "" -#: tools/symcryptrun.c:856 +#: tools/symcryptrun.c:837 #, fuzzy, c-format msgid "cannot allocate infile string: %s\n" msgstr "nie mona utworzy ,,%s'': %s\n" -#: tools/symcryptrun.c:869 +#: tools/symcryptrun.c:850 #, fuzzy, c-format msgid "cannot allocate outfile string: %s\n" msgstr "nie mona utworzy ,,%s'': %s\n" -#: tools/symcryptrun.c:1044 +#: tools/symcryptrun.c:1025 #, c-format msgid "either %s or %s must be given\n" msgstr "" -#: tools/symcryptrun.c:1064 +#: tools/symcryptrun.c:1045 msgid "no class provided\n" msgstr "" -#: tools/symcryptrun.c:1071 +#: tools/symcryptrun.c:1052 #, fuzzy, c-format msgid "class %s is not supported\n" msgstr "algorytm ochrony %d%s nie jest obsugiwany\n" +#~ msgid "DSA requires the use of a 160 bit hash algorithm\n" +#~ msgstr "" +#~ "Algorytm DSA wymaga uycia algorytmu skrtu dajcego 160-bitowy wynik.\n" + #, fuzzy #~ msgid ".\n" #~ msgstr "%s.\n" @@ -8728,9 +8745,6 @@ msgstr "algorytm ochrony %d%s nie jest obsugiwany\n" #~ msgid "|NAME|use message digest algorithm NAME for passphrases" #~ msgstr "|ALG|wymuszenie algorytmu skrtu hasa ALG" -#~ msgid "|NAME|use cipher algorithm NAME for passphrases" -#~ msgstr "|ALG|wymuszenie algorytmu szyfrujcego ALG dla hasa" - #~ msgid "throw keyid field of encrypted packets" #~ msgstr "usunicie numerw kluczy adresatw z szyfrogramw" @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2007-03-08 14:20+0100\n" +"POT-Creation-Date: 2007-05-07 20:39+0200\n" "PO-Revision-Date: 2002-09-13 18:26+0100\n" "Last-Translator: Pedro Morais <morais@kde.org>\n" "Language-Team: pt <morais@kde.org>\n" @@ -92,8 +92,8 @@ msgstr "impossvel criar `%s': %s\n" #: g10/keyring.c:1534 g10/openfile.c:190 g10/openfile.c:345 #: g10/plaintext.c:504 g10/sign.c:814 g10/sign.c:1009 g10/sign.c:1125 #: g10/sign.c:1281 g10/tdbdump.c:141 g10/tdbdump.c:149 g10/tdbio.c:542 -#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1775 -#: sm/gpgsm.c:1812 sm/qualified.c:74 +#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1780 +#: sm/gpgsm.c:1817 sm/gpgsm.c:1855 sm/qualified.c:74 #, c-format msgid "can't open `%s': %s\n" msgstr "impossvel abrir `%s': %s\n" @@ -192,13 +192,13 @@ msgstr "" "Voc precisa de uma frase secreta para proteger a sua chave.\n" "\n" -#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1216 +#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1202 #, fuzzy msgid "Please re-enter this passphrase" msgstr "muda a frase secreta" -#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1222 -#: tools/symcryptrun.c:487 +#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1208 +#: tools/symcryptrun.c:468 msgid "does not match - try again" msgstr "" @@ -207,7 +207,7 @@ msgstr "" msgid "Please enter the new passphrase" msgstr "muda a frase secreta" -#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:109 +#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:111 #: scd/scdaemon.c:103 #, fuzzy msgid "" @@ -227,13 +227,13 @@ msgid "run in daemon mode (background)" msgstr "" #: agent/gpg-agent.c:117 g10/gpg.c:470 g10/gpgv.c:71 kbx/kbxutil.c:82 -#: scd/scdaemon.c:109 sm/gpgsm.c:335 tools/gpg-connect-agent.c:59 -#: tools/gpgconf.c:69 tools/symcryptrun.c:185 +#: scd/scdaemon.c:109 sm/gpgsm.c:338 tools/gpg-connect-agent.c:60 +#: tools/gpgconf.c:69 tools/symcryptrun.c:166 msgid "verbose" msgstr "detalhado" #: agent/gpg-agent.c:118 g10/gpgv.c:72 kbx/kbxutil.c:83 scd/scdaemon.c:110 -#: sm/gpgsm.c:336 +#: sm/gpgsm.c:339 msgid "be somewhat more quiet" msgstr "ser mais silencioso" @@ -245,7 +245,7 @@ msgstr "" msgid "csh-style command output" msgstr "" -#: agent/gpg-agent.c:121 tools/symcryptrun.c:188 +#: agent/gpg-agent.c:121 tools/symcryptrun.c:169 #, fuzzy msgid "|FILE|read options from FILE" msgstr "|FICHEIRO|carregar mdulo de extenso FICHEIRO" @@ -258,8 +258,8 @@ msgstr "" msgid "do not grab keyboard and mouse" msgstr "" -#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:338 -#: tools/symcryptrun.c:187 +#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:341 +#: tools/symcryptrun.c:168 #, fuzzy msgid "use a log file for the server" msgstr "procurar chaves num servidor de chaves" @@ -316,9 +316,9 @@ msgstr "" msgid "|FILE|write environment settings also to FILE" msgstr "" -#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:143 -#: scd/scdaemon.c:192 sm/gpgsm.c:517 tools/gpg-connect-agent.c:123 -#: tools/gpgconf.c:91 tools/symcryptrun.c:225 +#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:148 +#: scd/scdaemon.c:192 sm/gpgsm.c:521 tools/gpg-connect-agent.c:126 +#: tools/gpgconf.c:91 tools/symcryptrun.c:206 #, fuzzy msgid "Please report bugs to <" msgstr "Por favor comunique bugs para <gnupg-bugs@gnu.org>.\n" @@ -334,138 +334,127 @@ msgid "" "Secret key management for GnuPG\n" msgstr "" -#: agent/gpg-agent.c:311 -#, c-format -msgid "out of core in secure memory while allocating %lu bytes" -msgstr "" - -#: agent/gpg-agent.c:314 -#, c-format -msgid "out of core while allocating %lu bytes" -msgstr "" - -#: agent/gpg-agent.c:345 g10/gpg.c:931 scd/scdaemon.c:266 sm/gpgsm.c:646 +#: agent/gpg-agent.c:303 g10/gpg.c:931 scd/scdaemon.c:247 sm/gpgsm.c:650 #, c-format msgid "invalid debug-level `%s' given\n" msgstr "" -#: agent/gpg-agent.c:521 agent/protect-tool.c:1073 g10/gpg.c:1835 -#: kbx/kbxutil.c:432 scd/scdaemon.c:358 sm/gpgsm.c:768 -#: tools/symcryptrun.c:1056 +#: agent/gpg-agent.c:479 agent/protect-tool.c:1059 kbx/kbxutil.c:432 +#: scd/scdaemon.c:339 sm/gpgsm.c:771 sm/gpgsm.c:774 tools/symcryptrun.c:1037 #, c-format -msgid "libgcrypt is too old (need %s, have %s)\n" +msgid "%s is too old (need %s, have %s)\n" msgstr "" -#: agent/gpg-agent.c:615 g10/gpg.c:2035 scd/scdaemon.c:435 sm/gpgsm.c:865 +#: agent/gpg-agent.c:572 g10/gpg.c:2035 scd/scdaemon.c:415 sm/gpgsm.c:865 #, c-format msgid "NOTE: no default option file `%s'\n" msgstr "NOTA: ficheiro de opes por omisso `%s' inexistente\n" -#: agent/gpg-agent.c:620 agent/gpg-agent.c:1179 g10/gpg.c:2039 -#: scd/scdaemon.c:440 sm/gpgsm.c:869 tools/symcryptrun.c:989 +#: agent/gpg-agent.c:577 agent/gpg-agent.c:1136 g10/gpg.c:2039 +#: scd/scdaemon.c:420 sm/gpgsm.c:869 tools/symcryptrun.c:970 #, c-format msgid "option file `%s': %s\n" msgstr "ficheiro de opes `%s': %s\n" -#: agent/gpg-agent.c:628 g10/gpg.c:2046 scd/scdaemon.c:448 sm/gpgsm.c:876 +#: agent/gpg-agent.c:585 g10/gpg.c:2046 scd/scdaemon.c:428 sm/gpgsm.c:876 #, c-format msgid "reading options from `%s'\n" msgstr "a ler opes de `%s'\n" -#: agent/gpg-agent.c:949 g10/plaintext.c:142 g10/plaintext.c:147 +#: agent/gpg-agent.c:906 g10/plaintext.c:142 g10/plaintext.c:147 #: g10/plaintext.c:164 #, c-format msgid "error creating `%s': %s\n" msgstr "erro ao criar `%s': %s\n" -#: agent/gpg-agent.c:1239 agent/gpg-agent.c:1342 agent/gpg-agent.c:1346 -#: agent/gpg-agent.c:1382 agent/gpg-agent.c:1386 g10/exec.c:174 -#: g10/openfile.c:418 scd/scdaemon.c:934 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:1299 agent/gpg-agent.c:1303 +#: agent/gpg-agent.c:1339 agent/gpg-agent.c:1343 g10/exec.c:174 +#: g10/openfile.c:418 scd/scdaemon.c:914 #, fuzzy, c-format msgid "can't create directory `%s': %s\n" msgstr "%s: impossvel criar directoria: %s\n" -#: agent/gpg-agent.c:1253 scd/scdaemon.c:948 +#: agent/gpg-agent.c:1210 scd/scdaemon.c:928 msgid "name of socket too long\n" msgstr "" -#: agent/gpg-agent.c:1279 scd/scdaemon.c:974 +#: agent/gpg-agent.c:1236 scd/scdaemon.c:954 #, fuzzy, c-format msgid "can't create socket: %s\n" msgstr "impossvel criar %s: %s\n" -#: agent/gpg-agent.c:1308 scd/scdaemon.c:1003 +#: agent/gpg-agent.c:1265 scd/scdaemon.c:983 #, fuzzy, c-format msgid "error binding socket to `%s': %s\n" msgstr "erro ao enviar para `%s': %s\n" -#: agent/gpg-agent.c:1316 scd/scdaemon.c:1011 +#: agent/gpg-agent.c:1273 scd/scdaemon.c:991 #, fuzzy, c-format msgid "listen() failed: %s\n" msgstr "actualizao falhou: %s\n" -#: agent/gpg-agent.c:1322 scd/scdaemon.c:1017 +#: agent/gpg-agent.c:1279 scd/scdaemon.c:997 #, fuzzy, c-format msgid "listening on socket `%s'\n" msgstr "a escrever chave privada para `%s'\n" -#: agent/gpg-agent.c:1350 agent/gpg-agent.c:1392 g10/openfile.c:421 +#: agent/gpg-agent.c:1307 agent/gpg-agent.c:1349 g10/openfile.c:421 #, fuzzy, c-format msgid "directory `%s' created\n" msgstr "%s: directoria criada\n" -#: agent/gpg-agent.c:1398 +#: agent/gpg-agent.c:1355 #, fuzzy, c-format msgid "stat() failed for `%s': %s\n" msgstr "base de dados de confiana: leitura falhou (n=%d): %s\n" -#: agent/gpg-agent.c:1402 +#: agent/gpg-agent.c:1359 #, fuzzy, c-format msgid "can't use `%s' as home directory\n" msgstr "%s: impossvel criar directoria: %s\n" -#: agent/gpg-agent.c:1504 +#: agent/gpg-agent.c:1461 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:1509 +#: agent/gpg-agent.c:1466 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:1526 +#: agent/gpg-agent.c:1483 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:1531 +#: agent/gpg-agent.c:1488 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:1627 scd/scdaemon.c:1136 +#: agent/gpg-agent.c:1584 scd/scdaemon.c:1116 #, fuzzy, c-format msgid "pth_select failed: %s - waiting 1s\n" msgstr "actualizao da chave secreta falhou: %s\n" -#: agent/gpg-agent.c:1733 scd/scdaemon.c:1203 +#: agent/gpg-agent.c:1690 scd/scdaemon.c:1183 #, fuzzy, c-format msgid "%s %s stopped\n" msgstr "%s: ignorado: %s\n" -#: agent/gpg-agent.c:1754 +#: agent/gpg-agent.c:1711 #, fuzzy msgid "no gpg-agent running in this session\n" msgstr "o gpg-agent no est disponvel nesta sesso\n" -#: agent/gpg-agent.c:1764 common/simple-pwquery.c:324 g10/call-agent.c:137 -#: sm/call-agent.c:144 tools/gpg-connect-agent.c:713 +#: agent/gpg-agent.c:1721 common/simple-pwquery.c:324 g10/call-agent.c:137 +#: sm/call-agent.c:144 tools/gpg-connect-agent.c:764 msgid "malformed GPG_AGENT_INFO environment variable\n" msgstr "varivel de ambiente GPG_AGENT_INFO invlida\n" -#: agent/gpg-agent.c:1776 common/simple-pwquery.c:336 g10/call-agent.c:149 -#: sm/call-agent.c:156 tools/gpg-connect-agent.c:724 +#: agent/gpg-agent.c:1733 common/simple-pwquery.c:336 g10/call-agent.c:149 +#: sm/call-agent.c:156 tools/gpg-connect-agent.c:775 #, c-format msgid "gpg-agent protocol version %d is not supported\n" msgstr "a verso %d do protocolo gpg-agent no suportada\n" @@ -481,51 +470,51 @@ msgid "" "Password cache maintenance\n" msgstr "" -#: agent/protect-tool.c:146 +#: agent/protect-tool.c:151 #, fuzzy msgid "Usage: gpg-protect-tool [options] (-h for help)\n" msgstr "Uso: gpg [opes] [ficheiros] (-h para ajuda)" -#: agent/protect-tool.c:148 +#: agent/protect-tool.c:153 msgid "" "Syntax: gpg-protect-tool [options] [args]\n" "Secret key maintenance tool\n" msgstr "" -#: agent/protect-tool.c:1207 +#: agent/protect-tool.c:1193 #, fuzzy msgid "Please enter the passphrase to unprotect the PKCS#12 object." msgstr "Por favor digite a frase secreta \n" -#: agent/protect-tool.c:1210 +#: agent/protect-tool.c:1196 #, fuzzy msgid "Please enter the passphrase to protect the new PKCS#12 object." msgstr "Por favor digite a frase secreta \n" -#: agent/protect-tool.c:1213 +#: agent/protect-tool.c:1199 msgid "" "Please enter the passphrase to protect the imported object within the GnuPG " "system." msgstr "" -#: agent/protect-tool.c:1218 +#: agent/protect-tool.c:1204 #, fuzzy msgid "" "Please enter the passphrase or the PIN\n" "needed to complete this operation." msgstr "Por favor digite a frase secreta \n" -#: agent/protect-tool.c:1223 tools/symcryptrun.c:488 +#: agent/protect-tool.c:1209 tools/symcryptrun.c:469 #, fuzzy msgid "Passphrase:" msgstr "frase secreta incorrecta" -#: agent/protect-tool.c:1236 tools/symcryptrun.c:501 +#: agent/protect-tool.c:1222 tools/symcryptrun.c:482 #, fuzzy, c-format msgid "error while asking for the passphrase: %s\n" msgstr "erro na criao da frase secreta: %s\n" -#: agent/protect-tool.c:1239 tools/symcryptrun.c:505 +#: agent/protect-tool.c:1225 tools/symcryptrun.c:486 #, fuzzy msgid "cancelled\n" msgstr "cancelado pelo utilizador\n" @@ -565,7 +554,7 @@ msgstr "" msgid "error reading `%s', line %d: %s\n" msgstr "erro na leitura de `%s': %s\n" -#: agent/trustlist.c:355 agent/trustlist.c:394 +#: agent/trustlist.c:365 agent/trustlist.c:404 msgid "error reading list of trusted root certificates\n" msgstr "" @@ -578,7 +567,7 @@ msgstr "" #. second "%s" gets replaced by a hexdecimal #. fingerprint string whereas the first one receives #. the name as store in the certificate. -#: agent/trustlist.c:470 +#: agent/trustlist.c:480 #, c-format msgid "" "Please verify that the certificate identified as:%%0A \"%s\"%%0Ahas the " @@ -588,7 +577,7 @@ msgstr "" #. TRANSLATORS: "Correct" is the label of a button and intended to #. be hit if the fingerprint matches the one of the CA. The other #. button is "the default "Cancel" of the Pinentry. -#: agent/trustlist.c:479 +#: agent/trustlist.c:489 msgid "Correct" msgstr "" @@ -600,19 +589,19 @@ msgstr "" #. plain % sign, you need to encode it as "%%25". The #. "%s" gets replaced by the name as store in the #. certificate. -#: agent/trustlist.c:499 +#: agent/trustlist.c:509 #, c-format msgid "" "Do you ultimately trust%%0A \"%s\"%%0Ato correctly certify user " "certificates?" msgstr "" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 #, fuzzy msgid "Yes" msgstr "sim" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 msgid "No" msgstr "" @@ -656,12 +645,12 @@ msgstr "" msgid "error running `%s': terminated\n" msgstr "erro na leitura de `%s': %s\n" -#: common/http.c:1623 +#: common/http.c:1621 #, fuzzy, c-format msgid "error creating socket: %s\n" msgstr "erro ao criar `%s': %s\n" -#: common/http.c:1667 +#: common/http.c:1665 #, fuzzy msgid "host not found" msgstr "[Utilizador no encontrado]" @@ -756,6 +745,16 @@ msgstr "" msgid "cC" msgstr "c" +#: common/miscellaneous.c:73 +#, c-format +msgid "out of core in secure memory while allocating %lu bytes" +msgstr "" + +#: common/miscellaneous.c:76 +#, c-format +msgid "out of core while allocating %lu bytes" +msgstr "" + #: g10/armor.c:368 #, c-format msgid "armor: %s\n" @@ -1189,13 +1188,13 @@ msgstr "--output no funciona para este comando\n" msgid "can't open `%s'\n" msgstr "impossvel abrir `%s'\n" -#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1714 +#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1721 #: g10/revoke.c:228 #, fuzzy, c-format msgid "key \"%s\" not found: %s\n" msgstr "chave `%s' no encontrada: %s\n" -#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1728 +#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1735 #: g10/revoke.c:234 g10/revoke.c:479 #, c-format msgid "error reading keyblock: %s\n" @@ -1474,22 +1473,22 @@ msgstr "" msgid "Invalid key %s made valid by --allow-non-selfsigned-uid\n" msgstr "Chave invlida %08lX tornada vlida por --allow-non-selfsigned-uid\n" -#: g10/getkey.c:2390 g10/keyedit.c:3723 +#: g10/getkey.c:2393 g10/keyedit.c:3723 #, fuzzy, c-format msgid "no secret subkey for public subkey %s - ignoring\n" msgstr "h uma chave secreta para a chave pblica \"%s\"!\n" -#: g10/getkey.c:2621 +#: g10/getkey.c:2624 #, fuzzy, c-format msgid "using subkey %s instead of primary key %s\n" msgstr "usando chave secundria %08lX ao invs de chave primria %08lX\n" -#: g10/getkey.c:2668 +#: g10/getkey.c:2671 #, fuzzy, c-format msgid "key %s: secret key without public key - skipped\n" msgstr "chave %08lX: chave secreta sem chave pblica - ignorada\n" -#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:241 tools/gpgconf.c:56 +#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:242 tools/gpgconf.c:56 msgid "" "@Commands:\n" " " @@ -1505,27 +1504,27 @@ msgstr "|[ficheiro]|fazer uma assinatura" msgid "|[file]|make a clear text signature" msgstr "|[ficheiro]|fazer uma assinatura em texto puro" -#: g10/gpg.c:373 sm/gpgsm.c:245 +#: g10/gpg.c:373 sm/gpgsm.c:246 msgid "make a detached signature" msgstr "fazer uma assinatura separada" -#: g10/gpg.c:374 sm/gpgsm.c:246 +#: g10/gpg.c:374 sm/gpgsm.c:247 msgid "encrypt data" msgstr "cifrar dados" -#: g10/gpg.c:376 sm/gpgsm.c:247 +#: g10/gpg.c:376 sm/gpgsm.c:248 msgid "encryption only with symmetric cipher" msgstr "cifrar apenas com cifra simtrica" -#: g10/gpg.c:378 sm/gpgsm.c:248 +#: g10/gpg.c:378 sm/gpgsm.c:249 msgid "decrypt data (default)" msgstr "decifrar dados (aco por omisso)" -#: g10/gpg.c:380 sm/gpgsm.c:249 +#: g10/gpg.c:380 sm/gpgsm.c:250 msgid "verify a signature" msgstr "verificar uma assinatura" -#: g10/gpg.c:382 sm/gpgsm.c:251 +#: g10/gpg.c:382 sm/gpgsm.c:252 msgid "list keys" msgstr "listar as chaves" @@ -1538,11 +1537,11 @@ msgstr "listar as chaves e as assinaturas" msgid "list and check key signatures" msgstr "verificar as assinaturas das chaves" -#: g10/gpg.c:386 sm/gpgsm.c:255 +#: g10/gpg.c:386 sm/gpgsm.c:256 msgid "list keys and fingerprints" msgstr "listar as chaves e as impresses digitais" -#: g10/gpg.c:387 sm/gpgsm.c:253 +#: g10/gpg.c:387 sm/gpgsm.c:254 msgid "list secret keys" msgstr "listar as chaves secretas" @@ -1578,11 +1577,11 @@ msgstr "gerar um certificado de revogao" msgid "export keys" msgstr "exportar chaves" -#: g10/gpg.c:398 sm/gpgsm.c:258 +#: g10/gpg.c:398 sm/gpgsm.c:259 msgid "export keys to a key server" msgstr "exportar chaves para um servidor de chaves" -#: g10/gpg.c:399 sm/gpgsm.c:259 +#: g10/gpg.c:399 sm/gpgsm.c:260 msgid "import keys from a key server" msgstr "importar chaves de um servidor de chaves" @@ -1618,12 +1617,12 @@ msgstr "actualizar a base de dados de confiana" msgid "|algo [files]|print message digests" msgstr "|algo [ficheiros]|imprimir \"digests\" de mensagens" -#: g10/gpg.c:431 sm/gpgsm.c:263 +#: g10/gpg.c:431 sm/gpgsm.c:264 msgid "run in server mode" msgstr "" -#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:278 -#: tools/gpg-connect-agent.c:57 tools/gpgconf.c:66 tools/symcryptrun.c:178 +#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:279 +#: tools/gpg-connect-agent.c:58 tools/gpgconf.c:66 tools/symcryptrun.c:159 msgid "" "@\n" "Options:\n" @@ -1633,35 +1632,35 @@ msgstr "" "Opes:\n" " " -#: g10/gpg.c:435 sm/gpgsm.c:280 +#: g10/gpg.c:435 sm/gpgsm.c:281 msgid "create ascii armored output" msgstr "criar sada com armadura ascii" -#: g10/gpg.c:437 sm/gpgsm.c:290 +#: g10/gpg.c:437 sm/gpgsm.c:293 msgid "|NAME|encrypt for NAME" msgstr "|NOME|cifrar para NOME" -#: g10/gpg.c:448 sm/gpgsm.c:326 +#: g10/gpg.c:448 sm/gpgsm.c:329 msgid "use this user-id to sign or decrypt" msgstr "" "usar este identificador de utilizador para\n" "assinar ou decifrar" -#: g10/gpg.c:449 sm/gpgsm.c:329 +#: g10/gpg.c:449 sm/gpgsm.c:332 msgid "|N|set compress level N (0 disables)" msgstr "" "|N|estabelecer nvel de compresso N\n" "(0 desactiva)" -#: g10/gpg.c:454 sm/gpgsm.c:331 +#: g10/gpg.c:454 sm/gpgsm.c:334 msgid "use canonical text mode" msgstr "usar modo de texto cannico" -#: g10/gpg.c:468 sm/gpgsm.c:334 tools/gpgconf.c:68 +#: g10/gpg.c:468 sm/gpgsm.c:337 tools/gpgconf.c:68 msgid "use as output file" msgstr "usar como ficheiro de sada" -#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:344 tools/gpgconf.c:71 +#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:347 tools/gpgconf.c:71 msgid "do not make any changes" msgstr "no fazer alteraes" @@ -1677,7 +1676,7 @@ msgstr "" msgid "generate PGP 2.x compatible messages" msgstr "" -#: g10/gpg.c:554 sm/gpgsm.c:392 +#: g10/gpg.c:554 sm/gpgsm.c:395 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -1685,7 +1684,7 @@ msgstr "" "@\n" "(Veja a pgina man para uma lista completa de comandos e opes)\n" -#: g10/gpg.c:557 sm/gpgsm.c:395 +#: g10/gpg.c:557 sm/gpgsm.c:398 msgid "" "@\n" "Examples:\n" @@ -1723,7 +1722,7 @@ msgstr "" "assina, verifica, cifra ou decifra\n" "a operao por omisso depende dos dados de entrada\n" -#: g10/gpg.c:782 sm/gpgsm.c:530 +#: g10/gpg.c:782 sm/gpgsm.c:534 msgid "" "\n" "Supported algorithms:\n" @@ -1751,7 +1750,7 @@ msgstr "Compresso: " msgid "usage: gpg [options] " msgstr "uso: gpg [opes] " -#: g10/gpg.c:1060 sm/gpgsm.c:682 +#: g10/gpg.c:1060 sm/gpgsm.c:686 msgid "conflicting commands\n" msgstr "comandos em conflito\n" @@ -1875,6 +1874,11 @@ msgstr "mostrar em que porta-chave a chave est" msgid "show expiration dates during signature listings" msgstr "Nenhuma assinatura correspondente no porta-chaves secreto\n" +#: g10/gpg.c:1835 +#, c-format +msgid "libgcrypt is too old (need %s, have %s)\n" +msgstr "" + #: g10/gpg.c:1993 #, c-format msgid "NOTE: old default options file `%s' ignored\n" @@ -2017,7 +2021,7 @@ msgstr "%s:%d: opes de exportao invlidas\n" msgid "invalid auto-key-locate list\n" msgstr "" -#: g10/gpg.c:2893 sm/gpgsm.c:1232 +#: g10/gpg.c:2893 sm/gpgsm.c:1236 msgid "WARNING: program may create a core file!\n" msgstr "AVISO: O programa pode criar um ficheiro core!\n" @@ -2058,11 +2062,11 @@ msgstr "" msgid "encrypting a message in --pgp2 mode requires the IDEA cipher\n" msgstr "cifrar uma mensagem no modo --pgp2 necessita da cifra IDEA\n" -#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1288 +#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1292 msgid "selected cipher algorithm is invalid\n" msgstr "o algoritmo de cifragem selecionado invlido\n" -#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1296 +#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1300 msgid "selected digest algorithm is invalid\n" msgstr "o algoritmo de \"digest\" selecionado invlido\n" @@ -2300,7 +2304,7 @@ msgstr "Remover esta chave do porta-chaves?" msgid "make timestamp conflicts only a warning" msgstr "conflito de \"timestamp\"" -#: g10/gpgv.c:76 sm/gpgsm.c:367 +#: g10/gpgv.c:76 sm/gpgsm.c:370 msgid "|FD|write status info to this FD" msgstr "" "|DF|escrever informaes de estado para o\n" @@ -3866,7 +3870,7 @@ msgid "(sensitive)" msgstr " (sensvel)" #: g10/keyedit.c:2743 g10/keyedit.c:2799 g10/keyedit.c:2860 g10/keyedit.c:2875 -#: g10/keylist.c:194 g10/keyserver.c:516 +#: g10/keylist.c:194 g10/keyserver.c:523 #, fuzzy, c-format msgid "created: %s" msgstr "impossvel criar %s: %s\n" @@ -3883,7 +3887,7 @@ msgstr "[expira: %s]" #: g10/keyedit.c:2750 g10/keyedit.c:2801 g10/keyedit.c:2862 g10/keyedit.c:2877 #: g10/keylist.c:196 g10/keylist.c:748 g10/keylist.c:783 g10/keylist.c:877 -#: g10/keylist.c:898 g10/keyserver.c:522 g10/mainproc.c:985 +#: g10/keylist.c:898 g10/keyserver.c:529 g10/mainproc.c:985 #, fuzzy, c-format msgid "expires: %s" msgstr "[expira: %s]" @@ -3919,13 +3923,13 @@ msgstr "" "No se esquea que a validade de chave mostrada no necessriamente a\n" "correcta a no ser que reinicie o programa.\n" -#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:526 +#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:533 #: g10/mainproc.c:1831 g10/trustdb.c:1179 g10/trustdb.c:1699 #, fuzzy msgid "revoked" msgstr "revkey" -#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:530 +#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:537 #: g10/mainproc.c:1833 g10/trustdb.c:532 g10/trustdb.c:1701 #, fuzzy msgid "expired" @@ -4803,184 +4807,184 @@ msgstr "%lu chave verificadas (%lu assinaturas)\n" msgid "%s: keyring created\n" msgstr "%s: porta-chaves criado\n" -#: g10/keyserver.c:66 +#: g10/keyserver.c:73 msgid "include revoked keys in search results" msgstr "" -#: g10/keyserver.c:67 +#: g10/keyserver.c:74 msgid "include subkeys when searching by key ID" msgstr "" -#: g10/keyserver.c:69 +#: g10/keyserver.c:76 msgid "use temporary files to pass data to keyserver helpers" msgstr "" -#: g10/keyserver.c:71 +#: g10/keyserver.c:78 msgid "do not delete temporary files after using them" msgstr "" -#: g10/keyserver.c:75 +#: g10/keyserver.c:82 msgid "automatically retrieve keys when verifying signatures" msgstr "" -#: g10/keyserver.c:77 +#: g10/keyserver.c:84 #, fuzzy msgid "honor the preferred keyserver URL set on the key" msgstr "a URL de poltica de assinatura dada invlida\n" -#: g10/keyserver.c:79 +#: g10/keyserver.c:86 msgid "honor the PKA record set on a key when retrieving keys" msgstr "" -#: g10/keyserver.c:145 +#: g10/keyserver.c:152 #, fuzzy, c-format msgid "WARNING: keyserver option `%s' is not used on this platform\n" msgstr "AVISO: opes em `%s' ainda no esto activas nesta execuo\n" -#: g10/keyserver.c:528 +#: g10/keyserver.c:535 #, fuzzy msgid "disabled" msgstr "disable" -#: g10/keyserver.c:729 +#: g10/keyserver.c:736 msgid "Enter number(s), N)ext, or Q)uit > " msgstr "" -#: g10/keyserver.c:813 g10/keyserver.c:1435 +#: g10/keyserver.c:820 g10/keyserver.c:1442 #, fuzzy, c-format msgid "invalid keyserver protocol (us %d!=handler %d)\n" msgstr "opes de exportao invlidas\n" -#: g10/keyserver.c:911 +#: g10/keyserver.c:918 #, fuzzy, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "chave `%s' no encontrada: %s\n" -#: g10/keyserver.c:913 +#: g10/keyserver.c:920 #, fuzzy msgid "key not found on keyserver\n" msgstr "chave `%s' no encontrada: %s\n" -#: g10/keyserver.c:1154 +#: g10/keyserver.c:1161 #, fuzzy, c-format msgid "requesting key %s from %s server %s\n" msgstr "a pedir a chave %08lX de %s\n" -#: g10/keyserver.c:1158 +#: g10/keyserver.c:1165 #, fuzzy, c-format msgid "requesting key %s from %s\n" msgstr "a pedir a chave %08lX de %s\n" -#: g10/keyserver.c:1182 +#: g10/keyserver.c:1189 #, fuzzy, c-format msgid "searching for names from %s server %s\n" msgstr "a procurar por \"%s\" no servidor HKP %s\n" -#: g10/keyserver.c:1185 +#: g10/keyserver.c:1192 #, fuzzy, c-format msgid "searching for names from %s\n" msgstr "a procurar por \"%s\" no servidor HKP %s\n" -#: g10/keyserver.c:1338 +#: g10/keyserver.c:1345 #, fuzzy, c-format msgid "sending key %s to %s server %s\n" msgstr "a procurar por \"%s\" no servidor HKP %s\n" -#: g10/keyserver.c:1342 +#: g10/keyserver.c:1349 #, fuzzy, c-format msgid "sending key %s to %s\n" msgstr "" "\"\n" "assinado com a sua chave %08lX em %s\n" -#: g10/keyserver.c:1385 +#: g10/keyserver.c:1392 #, fuzzy, c-format msgid "searching for \"%s\" from %s server %s\n" msgstr "a procurar por \"%s\" no servidor HKP %s\n" -#: g10/keyserver.c:1388 +#: g10/keyserver.c:1395 #, fuzzy, c-format msgid "searching for \"%s\" from %s\n" msgstr "a procurar por \"%s\" no servidor HKP %s\n" -#: g10/keyserver.c:1395 g10/keyserver.c:1491 +#: g10/keyserver.c:1402 g10/keyserver.c:1498 #, fuzzy msgid "no keyserver action!\n" msgstr "opes de exportao invlidas\n" -#: g10/keyserver.c:1443 +#: g10/keyserver.c:1450 #, c-format msgid "WARNING: keyserver handler from a different version of GnuPG (%s)\n" msgstr "" -#: g10/keyserver.c:1452 +#: g10/keyserver.c:1459 msgid "keyserver did not send VERSION\n" msgstr "" -#: g10/keyserver.c:1514 g10/keyserver.c:2042 +#: g10/keyserver.c:1521 g10/keyserver.c:2049 msgid "no keyserver known (use option --keyserver)\n" msgstr "" -#: g10/keyserver.c:1520 +#: g10/keyserver.c:1527 msgid "external keyserver calls are not supported in this build\n" msgstr "" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1539 #, c-format msgid "no handler for keyserver scheme `%s'\n" msgstr "" -#: g10/keyserver.c:1537 +#: g10/keyserver.c:1544 #, c-format msgid "action `%s' not supported with keyserver scheme `%s'\n" msgstr "" -#: g10/keyserver.c:1545 +#: g10/keyserver.c:1552 #, c-format msgid "%s does not support handler version %d\n" msgstr "" -#: g10/keyserver.c:1552 +#: g10/keyserver.c:1559 #, fuzzy msgid "keyserver timed out\n" msgstr "erro do servidor de chaves" -#: g10/keyserver.c:1557 +#: g10/keyserver.c:1564 #, fuzzy msgid "keyserver internal error\n" msgstr "erro do servidor de chaves" -#: g10/keyserver.c:1566 +#: g10/keyserver.c:1573 #, fuzzy, c-format msgid "keyserver communications error: %s\n" msgstr "A gerao de chaves falhou: %s\n" -#: g10/keyserver.c:1591 g10/keyserver.c:1625 +#: g10/keyserver.c:1598 g10/keyserver.c:1632 #, c-format msgid "\"%s\" not a key ID: skipping\n" msgstr "" -#: g10/keyserver.c:1884 +#: g10/keyserver.c:1891 #, 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:1906 +#: g10/keyserver.c:1913 #, fuzzy, c-format msgid "refreshing 1 key from %s\n" msgstr "a pedir a chave %08lX de %s\n" -#: g10/keyserver.c:1908 +#: g10/keyserver.c:1915 #, fuzzy, c-format msgid "refreshing %d keys from %s\n" msgstr "a pedir a chave %08lX de %s\n" -#: g10/keyserver.c:1964 +#: g10/keyserver.c:1971 #, fuzzy, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "AVISO: dono pouco seguro em %s \"%s\"\n" -#: g10/keyserver.c:1970 +#: g10/keyserver.c:1977 #, fuzzy, c-format msgid "WARNING: unable to parse URI %s\n" msgstr "AVISO: dono pouco seguro em %s \"%s\"\n" @@ -5333,16 +5337,16 @@ msgstr "criado um novo ficheiro de configurao `%s'\n" msgid "WARNING: options in `%s' are not yet active during this run\n" msgstr "AVISO: opes em `%s' ainda no esto activas nesta execuo\n" -#: g10/parse-packet.c:192 +#: g10/parse-packet.c:193 #, c-format msgid "can't handle public key algorithm %d\n" msgstr "impossvel manipular algoritmo de chave pblica %d\n" -#: g10/parse-packet.c:762 +#: g10/parse-packet.c:798 msgid "WARNING: potentially insecure symmetrically encrypted session key\n" msgstr "" -#: g10/parse-packet.c:1213 +#: g10/parse-packet.c:1249 #, c-format msgid "subpacket of type %d has critical bit set\n" msgstr "subpacote do tipo %d tem bit crtico ligado\n" @@ -5956,7 +5960,7 @@ msgstr "" "impossvel evitar chave fraca para criptografia simtrica;\n" "tentei %d vezes!\n" -#: g10/seskey.c:229 +#: g10/seskey.c:229 sm/certcheck.c:91 msgid "DSA requires the hash length to be a multiple of 8 bits\n" msgstr "" @@ -6529,7 +6533,7 @@ msgstr "" msgid "iconv_open failed: %s\n" msgstr "impossvel abrir %s: %s\n" -#: jnlib/utf8conv.c:331 jnlib/utf8conv.c:597 +#: jnlib/utf8conv.c:338 jnlib/utf8conv.c:604 #, fuzzy, c-format msgid "conversion from `%s' to `%s' failed: %s\n" msgstr "criao de armadura falhou: %s\n" @@ -6754,7 +6758,7 @@ msgstr "nenhum dado OpenPGP vlido encontrado.\n" msgid "run in multi server mode (foreground)" msgstr "" -#: scd/scdaemon.c:113 sm/gpgsm.c:356 +#: scd/scdaemon.c:113 sm/gpgsm.c:359 #, fuzzy msgid "read options from file" msgstr "a ler opes de `%s'\n" @@ -6798,21 +6802,21 @@ msgid "" "Smartcard daemon for GnuPG\n" msgstr "" -#: scd/scdaemon.c:684 +#: scd/scdaemon.c:664 msgid "please use the option `--daemon' to run the program in the background\n" msgstr "" -#: scd/scdaemon.c:1032 +#: scd/scdaemon.c:1012 #, c-format msgid "handler for fd %d started\n" msgstr "" -#: scd/scdaemon.c:1037 +#: scd/scdaemon.c:1017 #, c-format msgid "handler for fd %d terminated\n" msgstr "" -#: sm/base64.c:323 +#: sm/base64.c:327 #, fuzzy, c-format msgid "invalid radix64 character %02x skipped\n" msgstr "caracter radix64 invlido %02x ignorado\n" @@ -6836,180 +6840,186 @@ msgstr "a verso %d do protocolo gpg-agent no suportada\n" msgid "can't connect to the dirmngr - trying fall back\n" msgstr "" -#: sm/certchain.c:165 +#: sm/certchain.c:176 #, fuzzy, c-format msgid "critical certificate extension %s is not supported" msgstr "a verso %d do protocolo gpg-agent no suportada\n" -#: sm/certchain.c:203 +#: sm/certchain.c:214 msgid "issuer certificate is not marked as a CA" msgstr "" -#: sm/certchain.c:242 +#: sm/certchain.c:253 msgid "critical marked policy without configured policies" msgstr "" -#: sm/certchain.c:252 +#: sm/certchain.c:263 #, fuzzy, c-format msgid "failed to open `%s': %s\n" msgstr "impossvel abrir `%s': %s\n" -#: sm/certchain.c:259 sm/certchain.c:288 +#: sm/certchain.c:270 sm/certchain.c:299 msgid "note: non-critical certificate policy not allowed" msgstr "" -#: sm/certchain.c:263 sm/certchain.c:292 +#: sm/certchain.c:274 sm/certchain.c:303 #, fuzzy msgid "certificate policy not allowed" msgstr "a escrever chave privada para `%s'\n" -#: sm/certchain.c:403 +#: sm/certchain.c:414 msgid "looking up issuer at external location\n" msgstr "" -#: sm/certchain.c:423 +#: sm/certchain.c:434 #, c-format msgid "number of issuers matching: %d\n" msgstr "" -#: sm/certchain.c:576 sm/certchain.c:740 sm/certchain.c:1266 sm/decrypt.c:261 +#: sm/certchain.c:587 sm/certchain.c:753 sm/certchain.c:1334 sm/decrypt.c:261 #: sm/encrypt.c:343 sm/sign.c:328 sm/verify.c:107 #, fuzzy msgid "failed to allocated keyDB handle\n" msgstr "falha ao inicializar a base de dados de confiana: %s\n" -#: sm/certchain.c:667 +#: sm/certchain.c:678 #, fuzzy msgid "certificate has been revoked" msgstr "NOTA: a chave foi revogada" -#: sm/certchain.c:676 +#: sm/certchain.c:687 #, fuzzy msgid "no CRL found for certificate" msgstr "certificado incorrecto" -#: sm/certchain.c:680 +#: sm/certchain.c:691 #, fuzzy msgid "the available CRL is too old" msgstr "Nenhuma ajuda disponvel" -#: sm/certchain.c:682 +#: sm/certchain.c:693 msgid "please make sure that the \"dirmngr\" is properly installed\n" msgstr "" -#: sm/certchain.c:687 +#: sm/certchain.c:698 #, fuzzy, c-format msgid "checking the CRL failed: %s" msgstr "verificao da assinatura criada falhou: %s\n" -#: sm/certchain.c:765 +#: sm/certchain.c:794 #, fuzzy msgid "no issuer found in certificate" msgstr "gerar um certificado de revogao" -#: sm/certchain.c:792 +#: sm/certchain.c:823 #, c-format msgid "certificate with invalid validity: %s" msgstr "" -#: sm/certchain.c:808 +#: sm/certchain.c:839 msgid "certificate not yet valid" msgstr "" -#: sm/certchain.c:821 +#: sm/certchain.c:852 #, fuzzy msgid "certificate has expired" msgstr "Esta chave expirou!" -#: sm/certchain.c:864 +#: sm/certchain.c:895 msgid "self-signed certificate has a BAD signature" msgstr "" -#: sm/certchain.c:932 +#: sm/certchain.c:963 msgid "root certificate is not marked trusted" msgstr "" -#: sm/certchain.c:947 +#: sm/certchain.c:978 #, fuzzy, c-format msgid "fingerprint=%s\n" msgstr "mostra impresso digital" -#: sm/certchain.c:955 +#: sm/certchain.c:986 msgid "root certificate has now been marked as trusted\n" msgstr "" -#: sm/certchain.c:970 +#: sm/certchain.c:1001 msgid "interactive marking as trusted not enabled in gpg-agent\n" msgstr "" -#: sm/certchain.c:976 +#: sm/certchain.c:1007 msgid "interactive marking as trusted disabled for this session\n" msgstr "" -#: sm/certchain.c:986 +#: sm/certchain.c:1017 #, fuzzy, c-format msgid "checking the trust list failed: %s\n" msgstr "verificao da assinatura criada falhou: %s\n" -#: sm/certchain.c:1013 sm/import.c:158 +#: sm/certchain.c:1044 sm/import.c:159 msgid "certificate chain too long\n" msgstr "" -#: sm/certchain.c:1025 +#: sm/certchain.c:1056 msgid "issuer certificate not found" msgstr "" -#: sm/certchain.c:1058 +#: sm/certchain.c:1089 #, fuzzy msgid "certificate has a BAD signature" msgstr "verificar uma assinatura" -#: sm/certchain.c:1088 +#: sm/certchain.c:1119 msgid "found another possible matching CA certificate - trying again" msgstr "" -#: sm/certchain.c:1139 +#: sm/certchain.c:1170 #, c-format msgid "certificate chain longer than allowed by CA (%d)" msgstr "" -#: sm/certcheck.c:52 -msgid "DSA requires the use of a 160 bit hash algorithm\n" -msgstr "DSA necessita de utilizao de uma algoritmo de disperso de 160 bit\n" +#: sm/certcheck.c:103 +#, c-format +msgid "%s key uses an unsafe (%u bit) hash\n" +msgstr "" -#: sm/certcheck.c:177 sm/sign.c:482 sm/verify.c:189 +#: sm/certcheck.c:113 +#, c-format +msgid "a %u bit hash is not valid for a %u bit %s key\n" +msgstr "" + +#: sm/certcheck.c:250 sm/sign.c:482 sm/verify.c:189 msgid "(this is the MD2 algorithm)\n" msgstr "" -#: sm/certdump.c:68 sm/certdump.c:154 +#: sm/certdump.c:68 sm/certdump.c:151 #, fuzzy msgid "none" msgstr "no" -#: sm/certdump.c:163 +#: sm/certdump.c:162 #, fuzzy msgid "[none]" msgstr "verso desconhecida" -#: sm/certdump.c:536 sm/certdump.c:599 +#: sm/certdump.c:552 sm/certdump.c:597 sm/certdump.c:662 sm/certdump.c:715 #, fuzzy msgid "[Error - invalid encoding]" msgstr "%s: verso de ficheiro invlida %d\n" -#: sm/certdump.c:544 +#: sm/certdump.c:560 sm/certdump.c:605 msgid "[Error - out of core]" msgstr "" -#: sm/certdump.c:579 +#: sm/certdump.c:642 sm/certdump.c:698 msgid "[Error - No name]" msgstr "" -#: sm/certdump.c:604 +#: sm/certdump.c:667 sm/certdump.c:721 #, fuzzy msgid "[Error - invalid DN]" msgstr "%s: verso de ficheiro invlida %d\n" -#: sm/certdump.c:818 +#: sm/certdump.c:930 #, fuzzy, c-format msgid "" "Please enter the passphrase to unlock the secret key for:\n" @@ -7026,7 +7036,7 @@ msgstr "" msgid "no key usage specified - assuming all usages\n" msgstr "" -#: sm/certlist.c:135 sm/keylist.c:255 +#: sm/certlist.c:135 sm/keylist.c:258 #, fuzzy, c-format msgid "error getting key usage information: %s\n" msgstr "erro ao escrever no porta-chaves secreto `%s': %s\n" @@ -7113,7 +7123,7 @@ msgstr "" msgid "certificate `%s' not found: %s\n" msgstr "chave `%s' no encontrada: %s\n" -#: sm/delete.c:113 sm/keydb.c:1392 sm/keydb.c:1485 +#: sm/delete.c:113 sm/keydb.c:1397 sm/keydb.c:1497 #, fuzzy, c-format msgid "error locking keybox: %s\n" msgstr "erro na leitura do bloco de chave: %s\n" @@ -7138,195 +7148,195 @@ msgstr "remoo do bloco de chave falhou: %s\n" msgid "no valid recipients given\n" msgstr "resposta do agente invlida\n" -#: sm/export.c:562 sm/export.c:578 sm/import.c:525 sm/import.c:550 +#: sm/export.c:615 sm/export.c:631 sm/import.c:526 sm/import.c:551 #, fuzzy, c-format msgid "error creating temporary file: %s\n" msgstr "erro na criao da frase secreta: %s\n" -#: sm/export.c:569 sm/import.c:533 +#: sm/export.c:622 sm/import.c:534 #, fuzzy, c-format msgid "error writing to temporary file: %s\n" msgstr "a escrever para `%s'\n" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:244 #, fuzzy msgid "|[FILE]|make a signature" msgstr "|[ficheiro]|fazer uma assinatura" -#: sm/gpgsm.c:244 +#: sm/gpgsm.c:245 #, fuzzy msgid "|[FILE]|make a clear text signature" msgstr "|[ficheiro]|fazer uma assinatura em texto puro" -#: sm/gpgsm.c:252 +#: sm/gpgsm.c:253 #, fuzzy msgid "list external keys" msgstr "listar as chaves secretas" -#: sm/gpgsm.c:254 +#: sm/gpgsm.c:255 #, fuzzy msgid "list certificate chain" msgstr "certificado incorrecto" -#: sm/gpgsm.c:257 +#: sm/gpgsm.c:258 #, fuzzy msgid "remove key from the public keyring" msgstr "remover chaves do porta-chaves pblico" -#: sm/gpgsm.c:260 +#: sm/gpgsm.c:261 #, fuzzy msgid "import certificates" msgstr "certificado incorrecto" -#: sm/gpgsm.c:261 +#: sm/gpgsm.c:262 #, fuzzy msgid "export certificates" msgstr "certificado incorrecto" -#: sm/gpgsm.c:262 +#: sm/gpgsm.c:263 msgid "register a smartcard" msgstr "" -#: sm/gpgsm.c:264 +#: sm/gpgsm.c:265 msgid "pass a command to the dirmngr" msgstr "" -#: sm/gpgsm.c:266 +#: sm/gpgsm.c:267 msgid "invoke gpg-protect-tool" msgstr "" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:268 #, fuzzy msgid "change a passphrase" msgstr "muda a frase secreta" -#: sm/gpgsm.c:282 +#: sm/gpgsm.c:283 #, fuzzy msgid "create base-64 encoded output" msgstr "criar sada com armadura ascii" -#: sm/gpgsm.c:284 +#: sm/gpgsm.c:287 msgid "assume input is in PEM format" msgstr "" -#: sm/gpgsm.c:286 +#: sm/gpgsm.c:289 msgid "assume input is in base-64 format" msgstr "" -#: sm/gpgsm.c:288 +#: sm/gpgsm.c:291 msgid "assume input is in binary format" msgstr "" -#: sm/gpgsm.c:293 +#: sm/gpgsm.c:296 msgid "use system's dirmngr if available" msgstr "" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "never consult a CRL" msgstr "" -#: sm/gpgsm.c:301 +#: sm/gpgsm.c:304 msgid "check validity using OCSP" msgstr "" -#: sm/gpgsm.c:304 +#: sm/gpgsm.c:307 msgid "|N|number of certificates to include" msgstr "" -#: sm/gpgsm.c:307 +#: sm/gpgsm.c:310 msgid "|FILE|take policy information from FILE" msgstr "" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "do not check certificate policies" msgstr "" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "fetch missing issuer certificates" msgstr "" -#: sm/gpgsm.c:318 +#: sm/gpgsm.c:321 msgid "|NAME|use NAME as default recipient" msgstr "|NOME|usar NOME como destinatrio por omisso" -#: sm/gpgsm.c:320 +#: sm/gpgsm.c:323 msgid "use the default key as default recipient" msgstr "usar a chave por omisso como destinatrio por omisso" -#: sm/gpgsm.c:337 +#: sm/gpgsm.c:340 msgid "don't use the terminal at all" msgstr "nunca usar o terminal" -#: sm/gpgsm.c:341 +#: sm/gpgsm.c:344 msgid "force v3 signatures" msgstr "forar assinaturas v3" -#: sm/gpgsm.c:342 +#: sm/gpgsm.c:345 msgid "always use a MDC for encryption" msgstr "sempre usar um MDC para cifrar" -#: sm/gpgsm.c:347 +#: sm/gpgsm.c:350 msgid "batch mode: never ask" msgstr "modo no-interactivo: nunca perguntar" -#: sm/gpgsm.c:348 +#: sm/gpgsm.c:351 msgid "assume yes on most questions" msgstr "assumir sim para a maioria das perguntas" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 msgid "assume no on most questions" msgstr "assumir no para a maioria das perguntas" -#: sm/gpgsm.c:351 +#: sm/gpgsm.c:354 msgid "add this keyring to the list of keyrings" msgstr "" "adicionar este porta-chaves\n" " lista de porta-chaves" -#: sm/gpgsm.c:352 +#: sm/gpgsm.c:355 msgid "add this secret keyring to the list" msgstr "adicionar este porta-chaves secreto lista" -#: sm/gpgsm.c:353 +#: sm/gpgsm.c:356 msgid "|NAME|use NAME as default secret key" msgstr "|NOME|usar NOME como chave secreta por omisso" -#: sm/gpgsm.c:354 +#: sm/gpgsm.c:357 msgid "|HOST|use this keyserver to lookup keys" msgstr "|ENDEREO|usar este servidor para buscar chaves" -#: sm/gpgsm.c:355 +#: sm/gpgsm.c:358 msgid "|NAME|set terminal charset to NAME" msgstr "" "|NOME|definir mapa de caracteres do terminal como\n" "NOME" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "" -#: sm/gpgsm.c:374 +#: sm/gpgsm.c:377 msgid "|FILE|load extension module FILE" msgstr "|FICHEIRO|carregar mdulo de extenso FICHEIRO" -#: sm/gpgsm.c:380 +#: sm/gpgsm.c:383 msgid "|NAME|use cipher algorithm NAME" msgstr "|NOME|usar algoritmo de criptografia NOME" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 msgid "|NAME|use message digest algorithm NAME" msgstr "|NOME|usar algoritmo de \"digest\" de mensagens NOME" -#: sm/gpgsm.c:384 +#: sm/gpgsm.c:387 msgid "|N|use compress algorithm N" msgstr "|N|usar algoritmo de compresso N" -#: sm/gpgsm.c:520 +#: sm/gpgsm.c:524 #, fuzzy msgid "Usage: gpgsm [options] [files] (-h for help)" msgstr "Uso: gpg [opes] [ficheiros] (-h para ajuda)" -#: sm/gpgsm.c:523 +#: sm/gpgsm.c:527 #, fuzzy msgid "" "Syntax: gpgsm [options] [files]\n" @@ -7337,45 +7347,40 @@ msgstr "" "assina, verifica, cifra ou decifra\n" "a operao por omisso depende dos dados de entrada\n" -#: sm/gpgsm.c:617 +#: sm/gpgsm.c:621 #, fuzzy msgid "usage: gpgsm [options] " msgstr "uso: gpg [opes] " -#: sm/gpgsm.c:698 +#: sm/gpgsm.c:702 #, fuzzy, c-format msgid "can't encrypt to `%s': %s\n" msgstr "impossvel ligar a `%s': %s\n" -#: sm/gpgsm.c:773 -#, c-format -msgid "libksba is too old (need %s, have %s)\n" -msgstr "" - -#: sm/gpgsm.c:1249 +#: sm/gpgsm.c:1253 msgid "WARNING: running with faked system time: " msgstr "" -#: sm/gpgsm.c:1328 +#: sm/gpgsm.c:1332 #, fuzzy, c-format msgid "importing common certificates `%s'\n" msgstr "a escrever para `%s'\n" -#: sm/gpgsm.c:1346 +#: sm/gpgsm.c:1350 #, fuzzy, c-format msgid "can't sign using `%s': %s\n" msgstr "impossvel fechar `%s': %s\n" -#: sm/gpgsm.c:1536 +#: sm/gpgsm.c:1542 msgid "this command has not yet been implemented\n" msgstr "" -#: sm/gpgsm.c:1601 +#: sm/gpgsm.c:1606 #, fuzzy msgid "key generation is not available from the commandline\n" msgstr "o gpg-agent no est disponvel nesta sesso\n" -#: sm/gpgsm.c:1602 +#: sm/gpgsm.c:1607 #, fuzzy, c-format msgid "please use the script \"%s\" to generate a new key\n" msgstr "Por favor selecione o tipo de chave desejado:\n" @@ -7385,21 +7390,21 @@ msgstr "Por favor selecione o tipo de chave desejado:\n" msgid "total number processed: %lu\n" msgstr "Nmero total processado: %lu\n" -#: sm/import.c:227 +#: sm/import.c:228 #, fuzzy msgid "error storing certificate\n" msgstr "gerar um certificado de revogao" -#: sm/import.c:235 +#: sm/import.c:236 msgid "basic certificate checks failed - not imported\n" msgstr "" -#: sm/import.c:421 sm/import.c:453 +#: sm/import.c:422 sm/import.c:454 #, fuzzy, c-format msgid "error importing certificate: %s\n" msgstr "erro na criao da frase secreta: %s\n" -#: sm/import.c:542 tools/gpg-connect-agent.c:384 +#: sm/import.c:543 tools/gpg-connect-agent.c:388 #, fuzzy, c-format msgid "error reading input: %s\n" msgstr "erro na leitura de `%s': %s\n" @@ -7418,12 +7423,12 @@ msgstr "" msgid "keybox `%s' created\n" msgstr "porta-chaves `%s' criado\n" -#: sm/keydb.c:1312 sm/keydb.c:1378 +#: sm/keydb.c:1312 sm/keydb.c:1380 #, fuzzy msgid "failed to get the fingerprint\n" msgstr "falha ao inicializar a base de dados de confiana: %s\n" -#: sm/keydb.c:1319 sm/keydb.c:1385 +#: sm/keydb.c:1319 sm/keydb.c:1387 #, fuzzy msgid "failed to allocate keyDB handle\n" msgstr "falha ao inicializar a base de dados de confiana: %s\n" @@ -7443,17 +7448,17 @@ msgstr "erro na criao da frase secreta: %s\n" msgid "error storing certificate: %s\n" msgstr "erro na criao da frase secreta: %s\n" -#: sm/keydb.c:1400 +#: sm/keydb.c:1408 #, fuzzy, c-format msgid "problem re-searching certificate: %s\n" msgstr "rev? problema ao verificar revogao: %s\n" -#: sm/keydb.c:1409 sm/keydb.c:1497 +#: sm/keydb.c:1417 sm/keydb.c:1509 #, fuzzy, c-format msgid "error getting stored flags: %s\n" msgstr "erro na criao da frase secreta: %s\n" -#: sm/keydb.c:1418 sm/keydb.c:1508 +#: sm/keydb.c:1429 sm/keydb.c:1520 #, fuzzy, c-format msgid "error storing flags: %s\n" msgstr "erro na leitura de `%s': %s\n" @@ -7526,103 +7531,107 @@ msgstr "Assinatura correcta de \"" msgid " aka" msgstr " ou \"" -#: tools/gpg-connect-agent.c:60 tools/gpgconf.c:70 tools/symcryptrun.c:186 +#: tools/gpg-connect-agent.c:61 tools/gpgconf.c:70 tools/symcryptrun.c:167 #, fuzzy msgid "quiet" msgstr "sair" -#: tools/gpg-connect-agent.c:61 +#: tools/gpg-connect-agent.c:62 msgid "print data out hex encoded" msgstr "" -#: tools/gpg-connect-agent.c:62 +#: tools/gpg-connect-agent.c:63 +msgid "decode received data lines" +msgstr "" + +#: tools/gpg-connect-agent.c:64 msgid "|NAME|connect to Assuan socket NAME" msgstr "" -#: tools/gpg-connect-agent.c:63 +#: tools/gpg-connect-agent.c:65 msgid "run the Assuan server given on the command line" msgstr "" -#: tools/gpg-connect-agent.c:65 +#: tools/gpg-connect-agent.c:67 msgid "do not use extended connect mode" msgstr "" -#: tools/gpg-connect-agent.c:126 +#: tools/gpg-connect-agent.c:129 #, fuzzy msgid "Usage: gpg-connect-agent [options] (-h for help)" msgstr "Uso: gpg [opes] [ficheiros] (-h para ajuda)" -#: tools/gpg-connect-agent.c:129 +#: tools/gpg-connect-agent.c:132 msgid "" "Syntax: gpg-connect-agent [options]\n" "Connect to a running agent and send commands\n" msgstr "" -#: tools/gpg-connect-agent.c:324 +#: tools/gpg-connect-agent.c:328 #, c-format msgid "option \"%s\" requires a program and optional arguments\n" msgstr "" -#: tools/gpg-connect-agent.c:333 +#: tools/gpg-connect-agent.c:337 #, c-format msgid "option \"%s\" ignored due to \"%s\"\n" msgstr "" -#: tools/gpg-connect-agent.c:391 +#: tools/gpg-connect-agent.c:395 #, fuzzy msgid "line too long - skipped\n" msgstr "frase secreta demasiado longa\n" -#: tools/gpg-connect-agent.c:395 +#: tools/gpg-connect-agent.c:399 msgid "line shortened due to embedded Nul character\n" msgstr "" -#: tools/gpg-connect-agent.c:457 +#: tools/gpg-connect-agent.c:471 #, fuzzy, c-format msgid "unknown command `%s'\n" msgstr "destinatrio por omisso desconhecido `%s'\n" -#: tools/gpg-connect-agent.c:465 +#: tools/gpg-connect-agent.c:479 #, fuzzy, c-format msgid "sending line failed: %s\n" msgstr "assinatura falhou: %s\n" -#: tools/gpg-connect-agent.c:473 +#: tools/gpg-connect-agent.c:487 #, fuzzy, c-format msgid "receiving line failed: %s\n" msgstr "remoo do bloco de chave falhou: %s\n" -#: tools/gpg-connect-agent.c:746 +#: tools/gpg-connect-agent.c:797 #, fuzzy, c-format msgid "error sending %s command: %s\n" msgstr "erro ao enviar para `%s': %s\n" -#: tools/gpg-connect-agent.c:755 +#: tools/gpg-connect-agent.c:806 #, fuzzy, c-format msgid "error sending standard options: %s\n" msgstr "erro ao enviar para `%s': %s\n" #: tools/gpgconf-comp.c:445 tools/gpgconf-comp.c:525 tools/gpgconf-comp.c:592 -#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:720 +#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:723 msgid "Options controlling the diagnostic output" msgstr "" #: tools/gpgconf-comp.c:458 tools/gpgconf-comp.c:538 tools/gpgconf-comp.c:605 -#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:743 +#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:746 msgid "Options controlling the configuration" msgstr "" #: tools/gpgconf-comp.c:468 tools/gpgconf-comp.c:563 tools/gpgconf-comp.c:612 -#: tools/gpgconf-comp.c:671 tools/gpgconf-comp.c:750 +#: tools/gpgconf-comp.c:674 tools/gpgconf-comp.c:753 msgid "Options useful for debugging" msgstr "" #: tools/gpgconf-comp.c:473 tools/gpgconf-comp.c:568 tools/gpgconf-comp.c:617 -#: tools/gpgconf-comp.c:676 tools/gpgconf-comp.c:758 +#: tools/gpgconf-comp.c:679 tools/gpgconf-comp.c:761 msgid "|FILE|write server mode logs to FILE" msgstr "" -#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:684 +#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:687 msgid "Options controlling the security" msgstr "" @@ -7650,31 +7659,38 @@ msgstr "" msgid "allow PKA lookups (DNS requests)" msgstr "" -#: tools/gpgconf-comp.c:689 +#: tools/gpgconf-comp.c:669 +#, fuzzy +msgid "|NAME|use encoding NAME for PKCS#12 passphrases" +msgstr "" +"|NOME|usar algoritmo de criptografia NOME para\n" +"frases secretas" + +#: tools/gpgconf-comp.c:692 msgid "do not check CRLs for root certificates" msgstr "" -#: tools/gpgconf-comp.c:733 +#: tools/gpgconf-comp.c:736 msgid "Options controlling the format of the output" msgstr "" -#: tools/gpgconf-comp.c:769 +#: tools/gpgconf-comp.c:772 msgid "Options controlling the interactivity and enforcement" msgstr "" -#: tools/gpgconf-comp.c:779 +#: tools/gpgconf-comp.c:782 msgid "Configuration for HTTP servers" msgstr "" -#: tools/gpgconf-comp.c:790 +#: tools/gpgconf-comp.c:793 msgid "use system's HTTP proxy setting" msgstr "" -#: tools/gpgconf-comp.c:795 +#: tools/gpgconf-comp.c:798 msgid "Configuration of LDAP servers to use" msgstr "" -#: tools/gpgconf-comp.c:832 +#: tools/gpgconf-comp.c:835 msgid "Configuration for OCSP" msgstr "" @@ -7738,7 +7754,7 @@ msgstr "a escrever chave privada para `%s'\n" msgid "error allocating enough memory: %s\n" msgstr "erro ao criar porta-chaves `%s': %s\n" -#: tools/symcryptrun.c:173 +#: tools/symcryptrun.c:154 #, fuzzy msgid "" "@\n" @@ -7748,165 +7764,169 @@ msgstr "" "@Comandos:\n" " " -#: tools/symcryptrun.c:175 +#: tools/symcryptrun.c:156 #, fuzzy msgid "decryption modus" msgstr "decifragem correcta\n" -#: tools/symcryptrun.c:176 +#: tools/symcryptrun.c:157 #, fuzzy msgid "encryption modus" msgstr "decifragem correcta\n" -#: tools/symcryptrun.c:180 +#: tools/symcryptrun.c:161 msgid "tool class (confucius)" msgstr "" -#: tools/symcryptrun.c:181 +#: tools/symcryptrun.c:162 #, fuzzy msgid "program filename" msgstr "--store [nome_do_ficheiro]" -#: tools/symcryptrun.c:183 +#: tools/symcryptrun.c:164 msgid "secret key file (required)" msgstr "" -#: tools/symcryptrun.c:184 +#: tools/symcryptrun.c:165 msgid "input file name (default stdin)" msgstr "" -#: tools/symcryptrun.c:228 +#: tools/symcryptrun.c:209 #, fuzzy msgid "Usage: symcryptrun [options] (-h for help)" msgstr "Uso: gpg [opes] [ficheiros] (-h para ajuda)" -#: tools/symcryptrun.c:231 +#: tools/symcryptrun.c:212 msgid "" "Syntax: symcryptrun --class CLASS --program PROGRAM --keyfile KEYFILE " "[options...] COMMAND [inputfile]\n" "Call a simple symmetric encryption tool\n" msgstr "" -#: tools/symcryptrun.c:313 +#: tools/symcryptrun.c:294 #, fuzzy, c-format msgid "%s on %s aborted with status %i\n" msgstr "%s no permitido com %s!\n" -#: tools/symcryptrun.c:320 +#: tools/symcryptrun.c:301 #, fuzzy, c-format msgid "%s on %s failed with status %i\n" msgstr "impossvel abrir %s: %s\n" -#: tools/symcryptrun.c:346 +#: tools/symcryptrun.c:327 #, fuzzy, c-format msgid "can't create temporary directory `%s': %s\n" msgstr "%s: impossvel criar directoria: %s\n" -#: tools/symcryptrun.c:386 tools/symcryptrun.c:403 +#: tools/symcryptrun.c:367 tools/symcryptrun.c:384 #, fuzzy, c-format msgid "could not open %s for writing: %s\n" msgstr "impossvel abrir %s: %s\n" -#: tools/symcryptrun.c:414 +#: tools/symcryptrun.c:395 #, fuzzy, c-format msgid "error writing to %s: %s\n" msgstr "erro na escrita do porta-chaves `%s': %s\n" -#: tools/symcryptrun.c:421 +#: tools/symcryptrun.c:402 #, fuzzy, c-format msgid "error reading from %s: %s\n" msgstr "erro na leitura de `%s': %s\n" -#: tools/symcryptrun.c:428 tools/symcryptrun.c:435 +#: tools/symcryptrun.c:409 tools/symcryptrun.c:416 #, fuzzy, c-format msgid "error closing %s: %s\n" msgstr "erro na leitura de `%s': %s\n" -#: tools/symcryptrun.c:545 +#: tools/symcryptrun.c:526 msgid "no --program option provided\n" msgstr "" -#: tools/symcryptrun.c:551 +#: tools/symcryptrun.c:532 msgid "only --decrypt and --encrypt are supported\n" msgstr "" -#: tools/symcryptrun.c:557 +#: tools/symcryptrun.c:538 msgid "no --keyfile option provided\n" msgstr "" -#: tools/symcryptrun.c:568 +#: tools/symcryptrun.c:549 msgid "cannot allocate args vector\n" msgstr "" -#: tools/symcryptrun.c:586 +#: tools/symcryptrun.c:567 #, fuzzy, c-format msgid "could not create pipe: %s\n" msgstr "impossvel criar %s: %s\n" -#: tools/symcryptrun.c:593 +#: tools/symcryptrun.c:574 #, fuzzy, c-format msgid "could not create pty: %s\n" msgstr "impossvel criar %s: %s\n" -#: tools/symcryptrun.c:609 +#: tools/symcryptrun.c:590 #, c-format msgid "could not fork: %s\n" msgstr "" -#: tools/symcryptrun.c:637 +#: tools/symcryptrun.c:618 #, fuzzy, c-format msgid "execv failed: %s\n" msgstr "actualizao falhou: %s\n" -#: tools/symcryptrun.c:666 +#: tools/symcryptrun.c:647 #, fuzzy, c-format msgid "select failed: %s\n" msgstr "remoo do bloco de chave falhou: %s\n" -#: tools/symcryptrun.c:683 +#: tools/symcryptrun.c:664 #, fuzzy, c-format msgid "read failed: %s\n" msgstr "actualizao falhou: %s\n" -#: tools/symcryptrun.c:735 +#: tools/symcryptrun.c:716 #, fuzzy, c-format msgid "pty read failed: %s\n" msgstr "actualizao falhou: %s\n" -#: tools/symcryptrun.c:787 +#: tools/symcryptrun.c:768 #, fuzzy, c-format msgid "waitpid failed: %s\n" msgstr "actualizao falhou: %s\n" -#: tools/symcryptrun.c:801 +#: tools/symcryptrun.c:782 #, c-format msgid "child aborted with status %i\n" msgstr "" -#: tools/symcryptrun.c:856 +#: tools/symcryptrun.c:837 #, fuzzy, c-format msgid "cannot allocate infile string: %s\n" msgstr "impossvel criar `%s': %s\n" -#: tools/symcryptrun.c:869 +#: tools/symcryptrun.c:850 #, fuzzy, c-format msgid "cannot allocate outfile string: %s\n" msgstr "impossvel criar `%s': %s\n" -#: tools/symcryptrun.c:1044 +#: tools/symcryptrun.c:1025 #, c-format msgid "either %s or %s must be given\n" msgstr "" -#: tools/symcryptrun.c:1064 +#: tools/symcryptrun.c:1045 msgid "no class provided\n" msgstr "" -#: tools/symcryptrun.c:1071 +#: tools/symcryptrun.c:1052 #, fuzzy, c-format msgid "class %s is not supported\n" msgstr "algoritmo de proteco %d%s no suportado\n" +#~ msgid "DSA requires the use of a 160 bit hash algorithm\n" +#~ msgstr "" +#~ "DSA necessita de utilizao de uma algoritmo de disperso de 160 bit\n" + #, fuzzy #~ msgid ".\n" #~ msgstr "%s.\n" @@ -8644,11 +8664,6 @@ msgstr "algoritmo de proteco %d%s no suportado\n" #~ "|NOME|usar algoritmo de \"digest\" de mensagens NOME\n" #~ "para frases secretas" -#~ msgid "|NAME|use cipher algorithm NAME for passphrases" -#~ msgstr "" -#~ "|NOME|usar algoritmo de criptografia NOME para\n" -#~ "frases secretas" - #~ msgid "throw keyid field of encrypted packets" #~ msgstr "eliminar campo keyid dos pacotes cifrados" diff --git a/po/pt_BR.po b/po/pt_BR.po index 60b755055..23a9bfe50 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: GNU gnupg 1.0\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2007-03-08 14:20+0100\n" +"POT-Creation-Date: 2007-05-07 20:39+0200\n" "PO-Revision-Date: 1998-11-20 23:46:36-0200\n" "Last-Translator:\n" "Language-Team: ?\n" @@ -96,8 +96,8 @@ msgstr "impossvel criar %s: %s\n" #: g10/keyring.c:1534 g10/openfile.c:190 g10/openfile.c:345 #: g10/plaintext.c:504 g10/sign.c:814 g10/sign.c:1009 g10/sign.c:1125 #: g10/sign.c:1281 g10/tdbdump.c:141 g10/tdbdump.c:149 g10/tdbio.c:542 -#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1775 -#: sm/gpgsm.c:1812 sm/qualified.c:74 +#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1780 +#: sm/gpgsm.c:1817 sm/gpgsm.c:1855 sm/qualified.c:74 #, c-format msgid "can't open `%s': %s\n" msgstr "impossvel abrir `%s': %s\n" @@ -197,13 +197,13 @@ msgstr "" "Voc precisa de uma frase secreta para proteger sua chave.\n" "\n" -#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1216 +#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1202 #, fuzzy msgid "Please re-enter this passphrase" msgstr "muda a frase secreta" -#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1222 -#: tools/symcryptrun.c:487 +#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1208 +#: tools/symcryptrun.c:468 msgid "does not match - try again" msgstr "" @@ -212,7 +212,7 @@ msgstr "" msgid "Please enter the new passphrase" msgstr "muda a frase secreta" -#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:109 +#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:111 #: scd/scdaemon.c:103 #, fuzzy msgid "" @@ -232,13 +232,13 @@ msgid "run in daemon mode (background)" msgstr "" #: agent/gpg-agent.c:117 g10/gpg.c:470 g10/gpgv.c:71 kbx/kbxutil.c:82 -#: scd/scdaemon.c:109 sm/gpgsm.c:335 tools/gpg-connect-agent.c:59 -#: tools/gpgconf.c:69 tools/symcryptrun.c:185 +#: scd/scdaemon.c:109 sm/gpgsm.c:338 tools/gpg-connect-agent.c:60 +#: tools/gpgconf.c:69 tools/symcryptrun.c:166 msgid "verbose" msgstr "detalhado" #: agent/gpg-agent.c:118 g10/gpgv.c:72 kbx/kbxutil.c:83 scd/scdaemon.c:110 -#: sm/gpgsm.c:336 +#: sm/gpgsm.c:339 msgid "be somewhat more quiet" msgstr "ser mais silencioso" @@ -250,7 +250,7 @@ msgstr "" msgid "csh-style command output" msgstr "" -#: agent/gpg-agent.c:121 tools/symcryptrun.c:188 +#: agent/gpg-agent.c:121 tools/symcryptrun.c:169 #, fuzzy msgid "|FILE|read options from FILE" msgstr "|ARQUIVO|carregar mdulo de extenso ARQUIVO" @@ -263,8 +263,8 @@ msgstr "" msgid "do not grab keyboard and mouse" msgstr "" -#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:338 -#: tools/symcryptrun.c:187 +#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:341 +#: tools/symcryptrun.c:168 #, fuzzy msgid "use a log file for the server" msgstr "exportar chaves para um servidor" @@ -320,9 +320,9 @@ msgstr "" msgid "|FILE|write environment settings also to FILE" msgstr "" -#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:143 -#: scd/scdaemon.c:192 sm/gpgsm.c:517 tools/gpg-connect-agent.c:123 -#: tools/gpgconf.c:91 tools/symcryptrun.c:225 +#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:148 +#: scd/scdaemon.c:192 sm/gpgsm.c:521 tools/gpg-connect-agent.c:126 +#: tools/gpgconf.c:91 tools/symcryptrun.c:206 #, fuzzy msgid "Please report bugs to <" msgstr "Por favor comunique bugs para <gnupg-bugs@gnu.org>.\n" @@ -338,137 +338,126 @@ msgid "" "Secret key management for GnuPG\n" msgstr "" -#: agent/gpg-agent.c:311 -#, c-format -msgid "out of core in secure memory while allocating %lu bytes" -msgstr "" - -#: agent/gpg-agent.c:314 -#, c-format -msgid "out of core while allocating %lu bytes" -msgstr "" - -#: agent/gpg-agent.c:345 g10/gpg.c:931 scd/scdaemon.c:266 sm/gpgsm.c:646 +#: agent/gpg-agent.c:303 g10/gpg.c:931 scd/scdaemon.c:247 sm/gpgsm.c:650 #, c-format msgid "invalid debug-level `%s' given\n" msgstr "" -#: agent/gpg-agent.c:521 agent/protect-tool.c:1073 g10/gpg.c:1835 -#: kbx/kbxutil.c:432 scd/scdaemon.c:358 sm/gpgsm.c:768 -#: tools/symcryptrun.c:1056 +#: agent/gpg-agent.c:479 agent/protect-tool.c:1059 kbx/kbxutil.c:432 +#: scd/scdaemon.c:339 sm/gpgsm.c:771 sm/gpgsm.c:774 tools/symcryptrun.c:1037 #, c-format -msgid "libgcrypt is too old (need %s, have %s)\n" +msgid "%s is too old (need %s, have %s)\n" msgstr "" -#: agent/gpg-agent.c:615 g10/gpg.c:2035 scd/scdaemon.c:435 sm/gpgsm.c:865 +#: agent/gpg-agent.c:572 g10/gpg.c:2035 scd/scdaemon.c:415 sm/gpgsm.c:865 #, c-format msgid "NOTE: no default option file `%s'\n" msgstr "NOTA: arquivo de opes padro `%s' inexistente\n" -#: agent/gpg-agent.c:620 agent/gpg-agent.c:1179 g10/gpg.c:2039 -#: scd/scdaemon.c:440 sm/gpgsm.c:869 tools/symcryptrun.c:989 +#: agent/gpg-agent.c:577 agent/gpg-agent.c:1136 g10/gpg.c:2039 +#: scd/scdaemon.c:420 sm/gpgsm.c:869 tools/symcryptrun.c:970 #, c-format msgid "option file `%s': %s\n" msgstr "arquivo de opes `%s': %s\n" -#: agent/gpg-agent.c:628 g10/gpg.c:2046 scd/scdaemon.c:448 sm/gpgsm.c:876 +#: agent/gpg-agent.c:585 g10/gpg.c:2046 scd/scdaemon.c:428 sm/gpgsm.c:876 #, c-format msgid "reading options from `%s'\n" msgstr "lendo opes de `%s'\n" -#: agent/gpg-agent.c:949 g10/plaintext.c:142 g10/plaintext.c:147 +#: agent/gpg-agent.c:906 g10/plaintext.c:142 g10/plaintext.c:147 #: g10/plaintext.c:164 #, fuzzy, c-format msgid "error creating `%s': %s\n" msgstr "erro na leitura de `%s': %s\n" -#: agent/gpg-agent.c:1239 agent/gpg-agent.c:1342 agent/gpg-agent.c:1346 -#: agent/gpg-agent.c:1382 agent/gpg-agent.c:1386 g10/exec.c:174 -#: g10/openfile.c:418 scd/scdaemon.c:934 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:1299 agent/gpg-agent.c:1303 +#: agent/gpg-agent.c:1339 agent/gpg-agent.c:1343 g10/exec.c:174 +#: g10/openfile.c:418 scd/scdaemon.c:914 #, fuzzy, c-format msgid "can't create directory `%s': %s\n" msgstr "%s: impossvel criar diretrio: %s\n" -#: agent/gpg-agent.c:1253 scd/scdaemon.c:948 +#: agent/gpg-agent.c:1210 scd/scdaemon.c:928 msgid "name of socket too long\n" msgstr "" -#: agent/gpg-agent.c:1279 scd/scdaemon.c:974 +#: agent/gpg-agent.c:1236 scd/scdaemon.c:954 #, fuzzy, c-format msgid "can't create socket: %s\n" msgstr "impossvel criar %s: %s\n" -#: agent/gpg-agent.c:1308 scd/scdaemon.c:1003 +#: agent/gpg-agent.c:1265 scd/scdaemon.c:983 #, fuzzy, c-format msgid "error binding socket to `%s': %s\n" msgstr "erro na leitura de `%s': %s\n" -#: agent/gpg-agent.c:1316 scd/scdaemon.c:1011 +#: agent/gpg-agent.c:1273 scd/scdaemon.c:991 #, fuzzy, c-format msgid "listen() failed: %s\n" msgstr "atualizao falhou: %s\n" -#: agent/gpg-agent.c:1322 scd/scdaemon.c:1017 +#: agent/gpg-agent.c:1279 scd/scdaemon.c:997 #, fuzzy, c-format msgid "listening on socket `%s'\n" msgstr "escrevendo certificado privado para `%s'\n" -#: agent/gpg-agent.c:1350 agent/gpg-agent.c:1392 g10/openfile.c:421 +#: agent/gpg-agent.c:1307 agent/gpg-agent.c:1349 g10/openfile.c:421 #, fuzzy, c-format msgid "directory `%s' created\n" msgstr "%s: diretrio criado\n" -#: agent/gpg-agent.c:1398 +#: agent/gpg-agent.c:1355 #, fuzzy, c-format msgid "stat() failed for `%s': %s\n" msgstr "banco de dados de confiabilidade: leitura falhou (n=%d): %s\n" -#: agent/gpg-agent.c:1402 +#: agent/gpg-agent.c:1359 #, fuzzy, c-format msgid "can't use `%s' as home directory\n" msgstr "%s: impossvel criar diretrio: %s\n" -#: agent/gpg-agent.c:1504 +#: agent/gpg-agent.c:1461 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:1509 +#: agent/gpg-agent.c:1466 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:1526 +#: agent/gpg-agent.c:1483 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:1531 +#: agent/gpg-agent.c:1488 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:1627 scd/scdaemon.c:1136 +#: agent/gpg-agent.c:1584 scd/scdaemon.c:1116 #, fuzzy, c-format msgid "pth_select failed: %s - waiting 1s\n" msgstr "atualizao da chave secreta falhou: %s\n" -#: agent/gpg-agent.c:1733 scd/scdaemon.c:1203 +#: agent/gpg-agent.c:1690 scd/scdaemon.c:1183 #, fuzzy, c-format msgid "%s %s stopped\n" msgstr "\t%lu chaves ignoradas\n" -#: agent/gpg-agent.c:1754 +#: agent/gpg-agent.c:1711 msgid "no gpg-agent running in this session\n" msgstr "" -#: agent/gpg-agent.c:1764 common/simple-pwquery.c:324 g10/call-agent.c:137 -#: sm/call-agent.c:144 tools/gpg-connect-agent.c:713 +#: agent/gpg-agent.c:1721 common/simple-pwquery.c:324 g10/call-agent.c:137 +#: sm/call-agent.c:144 tools/gpg-connect-agent.c:764 msgid "malformed GPG_AGENT_INFO environment variable\n" msgstr "" -#: agent/gpg-agent.c:1776 common/simple-pwquery.c:336 g10/call-agent.c:149 -#: sm/call-agent.c:156 tools/gpg-connect-agent.c:724 +#: agent/gpg-agent.c:1733 common/simple-pwquery.c:336 g10/call-agent.c:149 +#: sm/call-agent.c:156 tools/gpg-connect-agent.c:775 #, fuzzy, c-format msgid "gpg-agent protocol version %d is not supported\n" msgstr "algoritmo de proteo %d no suportado\n" @@ -484,51 +473,51 @@ msgid "" "Password cache maintenance\n" msgstr "" -#: agent/protect-tool.c:146 +#: agent/protect-tool.c:151 #, fuzzy msgid "Usage: gpg-protect-tool [options] (-h for help)\n" msgstr "Uso: gpg [opes] [arquivos] (-h para ajuda)" -#: agent/protect-tool.c:148 +#: agent/protect-tool.c:153 msgid "" "Syntax: gpg-protect-tool [options] [args]\n" "Secret key maintenance tool\n" msgstr "" -#: agent/protect-tool.c:1207 +#: agent/protect-tool.c:1193 #, fuzzy msgid "Please enter the passphrase to unprotect the PKCS#12 object." msgstr "Por favor digite a frase secreta" -#: agent/protect-tool.c:1210 +#: agent/protect-tool.c:1196 #, fuzzy msgid "Please enter the passphrase to protect the new PKCS#12 object." msgstr "Por favor digite a frase secreta" -#: agent/protect-tool.c:1213 +#: agent/protect-tool.c:1199 msgid "" "Please enter the passphrase to protect the imported object within the GnuPG " "system." msgstr "" -#: agent/protect-tool.c:1218 +#: agent/protect-tool.c:1204 #, fuzzy msgid "" "Please enter the passphrase or the PIN\n" "needed to complete this operation." msgstr "Por favor digite a frase secreta" -#: agent/protect-tool.c:1223 tools/symcryptrun.c:488 +#: agent/protect-tool.c:1209 tools/symcryptrun.c:469 #, fuzzy msgid "Passphrase:" msgstr "frase secreta incorreta" -#: agent/protect-tool.c:1236 tools/symcryptrun.c:501 +#: agent/protect-tool.c:1222 tools/symcryptrun.c:482 #, fuzzy, c-format msgid "error while asking for the passphrase: %s\n" msgstr "erro na criao da frase secreta: %s\n" -#: agent/protect-tool.c:1239 tools/symcryptrun.c:505 +#: agent/protect-tool.c:1225 tools/symcryptrun.c:486 msgid "cancelled\n" msgstr "" @@ -567,7 +556,7 @@ msgstr "" msgid "error reading `%s', line %d: %s\n" msgstr "erro na leitura de `%s': %s\n" -#: agent/trustlist.c:355 agent/trustlist.c:394 +#: agent/trustlist.c:365 agent/trustlist.c:404 msgid "error reading list of trusted root certificates\n" msgstr "" @@ -580,7 +569,7 @@ msgstr "" #. second "%s" gets replaced by a hexdecimal #. fingerprint string whereas the first one receives #. the name as store in the certificate. -#: agent/trustlist.c:470 +#: agent/trustlist.c:480 #, c-format msgid "" "Please verify that the certificate identified as:%%0A \"%s\"%%0Ahas the " @@ -590,7 +579,7 @@ msgstr "" #. TRANSLATORS: "Correct" is the label of a button and intended to #. be hit if the fingerprint matches the one of the CA. The other #. button is "the default "Cancel" of the Pinentry. -#: agent/trustlist.c:479 +#: agent/trustlist.c:489 msgid "Correct" msgstr "" @@ -602,19 +591,19 @@ msgstr "" #. plain % sign, you need to encode it as "%%25". The #. "%s" gets replaced by the name as store in the #. certificate. -#: agent/trustlist.c:499 +#: agent/trustlist.c:509 #, c-format msgid "" "Do you ultimately trust%%0A \"%s\"%%0Ato correctly certify user " "certificates?" msgstr "" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 #, fuzzy msgid "Yes" msgstr "sim" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 msgid "No" msgstr "" @@ -658,12 +647,12 @@ msgstr "" msgid "error running `%s': terminated\n" msgstr "erro na leitura de `%s': %s\n" -#: common/http.c:1623 +#: common/http.c:1621 #, fuzzy, c-format msgid "error creating socket: %s\n" msgstr "erro na leitura de `%s': %s\n" -#: common/http.c:1667 +#: common/http.c:1665 #, fuzzy msgid "host not found" msgstr "%s: usurio no encontrado\n" @@ -756,6 +745,16 @@ msgstr "" msgid "cC" msgstr "c" +#: common/miscellaneous.c:73 +#, c-format +msgid "out of core in secure memory while allocating %lu bytes" +msgstr "" + +#: common/miscellaneous.c:76 +#, c-format +msgid "out of core while allocating %lu bytes" +msgstr "" + #: g10/armor.c:368 #, c-format msgid "armor: %s\n" @@ -1193,13 +1192,13 @@ msgstr "" msgid "can't open `%s'\n" msgstr "impossvel abrir `%s'\n" -#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1714 +#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1721 #: g10/revoke.c:228 #, fuzzy, c-format msgid "key \"%s\" not found: %s\n" msgstr "usurio `%s' no encontrado: %s\n" -#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1728 +#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1735 #: g10/revoke.c:234 g10/revoke.c:479 #, fuzzy, c-format msgid "error reading keyblock: %s\n" @@ -1474,22 +1473,22 @@ msgstr "" msgid "Invalid key %s made valid by --allow-non-selfsigned-uid\n" msgstr "" -#: g10/getkey.c:2390 g10/keyedit.c:3723 +#: g10/getkey.c:2393 g10/keyedit.c:3723 #, fuzzy, c-format msgid "no secret subkey for public subkey %s - ignoring\n" msgstr "h uma chave secreta para esta chave pblica!\n" -#: g10/getkey.c:2621 +#: g10/getkey.c:2624 #, fuzzy, c-format msgid "using subkey %s instead of primary key %s\n" msgstr "usando chave secundria %08lX ao invs de chave primria %08lX\n" -#: g10/getkey.c:2668 +#: g10/getkey.c:2671 #, fuzzy, c-format msgid "key %s: secret key without public key - skipped\n" msgstr "chave %08lX: chave secreta sem chave pblica - ignorada\n" -#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:241 tools/gpgconf.c:56 +#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:242 tools/gpgconf.c:56 msgid "" "@Commands:\n" " " @@ -1505,29 +1504,29 @@ msgstr "|[arquivo]|fazer uma assinatura" msgid "|[file]|make a clear text signature" msgstr "|[arquivo]|fazer uma assinatura em texto puro" -#: g10/gpg.c:373 sm/gpgsm.c:245 +#: g10/gpg.c:373 sm/gpgsm.c:246 msgid "make a detached signature" msgstr "fazer uma assinatura separada" -#: g10/gpg.c:374 sm/gpgsm.c:246 +#: g10/gpg.c:374 sm/gpgsm.c:247 msgid "encrypt data" msgstr "criptografar dados" -#: g10/gpg.c:376 sm/gpgsm.c:247 +#: g10/gpg.c:376 sm/gpgsm.c:248 msgid "encryption only with symmetric cipher" msgstr "" "criptografar apenas com criptografia\n" "simtrica" -#: g10/gpg.c:378 sm/gpgsm.c:248 +#: g10/gpg.c:378 sm/gpgsm.c:249 msgid "decrypt data (default)" msgstr "descriptografar dados (padro)" -#: g10/gpg.c:380 sm/gpgsm.c:249 +#: g10/gpg.c:380 sm/gpgsm.c:250 msgid "verify a signature" msgstr "verificar uma assinatura" -#: g10/gpg.c:382 sm/gpgsm.c:251 +#: g10/gpg.c:382 sm/gpgsm.c:252 msgid "list keys" msgstr "listar as chaves" @@ -1540,11 +1539,11 @@ msgstr "listar as chaves e as assinaturas" msgid "list and check key signatures" msgstr "verificar as assinaturas das chaves" -#: g10/gpg.c:386 sm/gpgsm.c:255 +#: g10/gpg.c:386 sm/gpgsm.c:256 msgid "list keys and fingerprints" msgstr "listar as chaves e as impresses digitais" -#: g10/gpg.c:387 sm/gpgsm.c:253 +#: g10/gpg.c:387 sm/gpgsm.c:254 msgid "list secret keys" msgstr "listar as chaves secretas" @@ -1582,11 +1581,11 @@ msgstr "gerar um certificado de revogao" msgid "export keys" msgstr "exportar chaves" -#: g10/gpg.c:398 sm/gpgsm.c:258 +#: g10/gpg.c:398 sm/gpgsm.c:259 msgid "export keys to a key server" msgstr "exportar chaves para um servidor" -#: g10/gpg.c:399 sm/gpgsm.c:259 +#: g10/gpg.c:399 sm/gpgsm.c:260 msgid "import keys from a key server" msgstr "importar chaves de um servidor" @@ -1624,12 +1623,12 @@ msgstr "atualizar o banco de dados de confiabilidade" msgid "|algo [files]|print message digests" msgstr "|algo [arquivos]|imprimir \"digests\" de mensagens" -#: g10/gpg.c:431 sm/gpgsm.c:263 +#: g10/gpg.c:431 sm/gpgsm.c:264 msgid "run in server mode" msgstr "" -#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:278 -#: tools/gpg-connect-agent.c:57 tools/gpgconf.c:66 tools/symcryptrun.c:178 +#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:279 +#: tools/gpg-connect-agent.c:58 tools/gpgconf.c:66 tools/symcryptrun.c:159 msgid "" "@\n" "Options:\n" @@ -1639,35 +1638,35 @@ msgstr "" "Opes:\n" " " -#: g10/gpg.c:435 sm/gpgsm.c:280 +#: g10/gpg.c:435 sm/gpgsm.c:281 msgid "create ascii armored output" msgstr "criar sada com armadura ascii" -#: g10/gpg.c:437 sm/gpgsm.c:290 +#: g10/gpg.c:437 sm/gpgsm.c:293 msgid "|NAME|encrypt for NAME" msgstr "|NOME|criptografar para NOME" -#: g10/gpg.c:448 sm/gpgsm.c:326 +#: g10/gpg.c:448 sm/gpgsm.c:329 msgid "use this user-id to sign or decrypt" msgstr "" "usar este identificador de usurio para\n" "assinar ou descriptografar" -#: g10/gpg.c:449 sm/gpgsm.c:329 +#: g10/gpg.c:449 sm/gpgsm.c:332 msgid "|N|set compress level N (0 disables)" msgstr "" "|N|estabelecer nvel de compresso N\n" "(0 desabilita)" -#: g10/gpg.c:454 sm/gpgsm.c:331 +#: g10/gpg.c:454 sm/gpgsm.c:334 msgid "use canonical text mode" msgstr "usar modo de texto cannico" -#: g10/gpg.c:468 sm/gpgsm.c:334 tools/gpgconf.c:68 +#: g10/gpg.c:468 sm/gpgsm.c:337 tools/gpgconf.c:68 msgid "use as output file" msgstr "usar como arquivo de sada" -#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:344 tools/gpgconf.c:71 +#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:347 tools/gpgconf.c:71 msgid "do not make any changes" msgstr "no fazer alteraes" @@ -1683,13 +1682,13 @@ msgstr "" msgid "generate PGP 2.x compatible messages" msgstr "" -#: g10/gpg.c:554 sm/gpgsm.c:392 +#: g10/gpg.c:554 sm/gpgsm.c:395 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" msgstr "" -#: g10/gpg.c:557 sm/gpgsm.c:395 +#: g10/gpg.c:557 sm/gpgsm.c:398 msgid "" "@\n" "Examples:\n" @@ -1727,7 +1726,7 @@ msgstr "" "assina, verifica, criptografa ou descriptografa\n" "a operao padro depende dos dados de entrada\n" -#: g10/gpg.c:782 sm/gpgsm.c:530 +#: g10/gpg.c:782 sm/gpgsm.c:534 msgid "" "\n" "Supported algorithms:\n" @@ -1756,7 +1755,7 @@ msgstr "Comentrio: " msgid "usage: gpg [options] " msgstr "uso: gpg [opes] " -#: g10/gpg.c:1060 sm/gpgsm.c:682 +#: g10/gpg.c:1060 sm/gpgsm.c:686 msgid "conflicting commands\n" msgstr "comandos conflitantes\n" @@ -1880,6 +1879,11 @@ msgstr "alterna entre listagem de chave secreta e pblica" msgid "show expiration dates during signature listings" msgstr "Nenhuma assinatura correspondente no chaveiro secreto\n" +#: g10/gpg.c:1835 +#, c-format +msgid "libgcrypt is too old (need %s, have %s)\n" +msgstr "" + #: g10/gpg.c:1993 #, fuzzy, c-format msgid "NOTE: old default options file `%s' ignored\n" @@ -2022,7 +2026,7 @@ msgstr "AVISO: `%s' um arquivo vazio\n" msgid "invalid auto-key-locate list\n" msgstr "" -#: g10/gpg.c:2893 sm/gpgsm.c:1232 +#: g10/gpg.c:2893 sm/gpgsm.c:1236 msgid "WARNING: program may create a core file!\n" msgstr "AVISO: O programa pode criar um arquivo core!\n" @@ -2062,11 +2066,11 @@ msgstr "" msgid "encrypting a message in --pgp2 mode requires the IDEA cipher\n" msgstr "" -#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1288 +#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1292 msgid "selected cipher algorithm is invalid\n" msgstr "o algoritmo de criptografia selecionado no vlido\n" -#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1296 +#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1300 msgid "selected digest algorithm is invalid\n" msgstr "o algoritmo de \"digest\" selecionado no vlido\n" @@ -2312,7 +2316,7 @@ msgstr "Deletar esta chave do chaveiro? " msgid "make timestamp conflicts only a warning" msgstr "conflito de \"timestamp\"" -#: g10/gpgv.c:76 sm/gpgsm.c:367 +#: g10/gpgv.c:76 sm/gpgsm.c:370 msgid "|FD|write status info to this FD" msgstr "" "|DA|escrever informaes de estado para o\n" @@ -3806,7 +3810,7 @@ msgid "(sensitive)" msgstr "" #: g10/keyedit.c:2743 g10/keyedit.c:2799 g10/keyedit.c:2860 g10/keyedit.c:2875 -#: g10/keylist.c:194 g10/keyserver.c:516 +#: g10/keylist.c:194 g10/keyserver.c:523 #, fuzzy, c-format msgid "created: %s" msgstr "impossvel criar %s: %s\n" @@ -3823,7 +3827,7 @@ msgstr "A chave expira em %s\n" #: g10/keyedit.c:2750 g10/keyedit.c:2801 g10/keyedit.c:2862 g10/keyedit.c:2877 #: g10/keylist.c:196 g10/keylist.c:748 g10/keylist.c:783 g10/keylist.c:877 -#: g10/keylist.c:898 g10/keyserver.c:522 g10/mainproc.c:985 +#: g10/keylist.c:898 g10/keyserver.c:529 g10/mainproc.c:985 #, fuzzy, c-format msgid "expires: %s" msgstr "A chave expira em %s\n" @@ -3857,13 +3861,13 @@ msgid "" "unless you restart the program.\n" msgstr "" -#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:526 +#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:533 #: g10/mainproc.c:1831 g10/trustdb.c:1179 g10/trustdb.c:1699 #, fuzzy msgid "revoked" msgstr "revkey" -#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:530 +#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:537 #: g10/mainproc.c:1833 g10/trustdb.c:532 g10/trustdb.c:1701 #, fuzzy msgid "expired" @@ -4751,184 +4755,184 @@ msgstr "listar as chaves e as assinaturas" msgid "%s: keyring created\n" msgstr "%s: chaveiro criado\n" -#: g10/keyserver.c:66 +#: g10/keyserver.c:73 msgid "include revoked keys in search results" msgstr "" -#: g10/keyserver.c:67 +#: g10/keyserver.c:74 msgid "include subkeys when searching by key ID" msgstr "" -#: g10/keyserver.c:69 +#: g10/keyserver.c:76 msgid "use temporary files to pass data to keyserver helpers" msgstr "" -#: g10/keyserver.c:71 +#: g10/keyserver.c:78 msgid "do not delete temporary files after using them" msgstr "" -#: g10/keyserver.c:75 +#: g10/keyserver.c:82 msgid "automatically retrieve keys when verifying signatures" msgstr "" -#: g10/keyserver.c:77 +#: g10/keyserver.c:84 #, fuzzy msgid "honor the preferred keyserver URL set on the key" msgstr "a URL de poltica dada invlida\n" -#: g10/keyserver.c:79 +#: g10/keyserver.c:86 msgid "honor the PKA record set on a key when retrieving keys" msgstr "" -#: g10/keyserver.c:145 +#: g10/keyserver.c:152 #, c-format msgid "WARNING: keyserver option `%s' is not used on this platform\n" msgstr "" -#: g10/keyserver.c:528 +#: g10/keyserver.c:535 #, fuzzy msgid "disabled" msgstr "disable" -#: g10/keyserver.c:729 +#: g10/keyserver.c:736 msgid "Enter number(s), N)ext, or Q)uit > " msgstr "" -#: g10/keyserver.c:813 g10/keyserver.c:1435 +#: g10/keyserver.c:820 g10/keyserver.c:1442 #, fuzzy, c-format msgid "invalid keyserver protocol (us %d!=handler %d)\n" msgstr "chaveiro invlido" -#: g10/keyserver.c:911 +#: g10/keyserver.c:918 #, fuzzy, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "usurio `%s' no encontrado: %s\n" -#: g10/keyserver.c:913 +#: g10/keyserver.c:920 #, fuzzy msgid "key not found on keyserver\n" msgstr "usurio `%s' no encontrado: %s\n" -#: g10/keyserver.c:1154 +#: g10/keyserver.c:1161 #, fuzzy, c-format msgid "requesting key %s from %s server %s\n" msgstr "impossvel escrever para o chaveiro: %s\n" -#: g10/keyserver.c:1158 +#: g10/keyserver.c:1165 #, fuzzy, c-format msgid "requesting key %s from %s\n" msgstr "impossvel escrever para o chaveiro: %s\n" -#: g10/keyserver.c:1182 +#: g10/keyserver.c:1189 #, fuzzy, c-format msgid "searching for names from %s server %s\n" msgstr "exportar chaves para um servidor" -#: g10/keyserver.c:1185 +#: g10/keyserver.c:1192 #, fuzzy, c-format msgid "searching for names from %s\n" msgstr "lendo opes de `%s'\n" -#: g10/keyserver.c:1338 +#: g10/keyserver.c:1345 #, c-format msgid "sending key %s to %s server %s\n" msgstr "" -#: g10/keyserver.c:1342 +#: g10/keyserver.c:1349 #, fuzzy, c-format msgid "sending key %s to %s\n" msgstr "" "\"\n" "assinado com sua chave %08lX em %s\n" -#: g10/keyserver.c:1385 +#: g10/keyserver.c:1392 #, fuzzy, c-format msgid "searching for \"%s\" from %s server %s\n" msgstr "exportar chaves para um servidor" -#: g10/keyserver.c:1388 +#: g10/keyserver.c:1395 #, fuzzy, c-format msgid "searching for \"%s\" from %s\n" msgstr "lendo opes de `%s'\n" -#: g10/keyserver.c:1395 g10/keyserver.c:1491 +#: g10/keyserver.c:1402 g10/keyserver.c:1498 #, fuzzy msgid "no keyserver action!\n" msgstr "chaveiro invlido" -#: g10/keyserver.c:1443 +#: g10/keyserver.c:1450 #, c-format msgid "WARNING: keyserver handler from a different version of GnuPG (%s)\n" msgstr "" -#: g10/keyserver.c:1452 +#: g10/keyserver.c:1459 msgid "keyserver did not send VERSION\n" msgstr "" -#: g10/keyserver.c:1514 g10/keyserver.c:2042 +#: g10/keyserver.c:1521 g10/keyserver.c:2049 msgid "no keyserver known (use option --keyserver)\n" msgstr "" -#: g10/keyserver.c:1520 +#: g10/keyserver.c:1527 msgid "external keyserver calls are not supported in this build\n" msgstr "" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1539 #, c-format msgid "no handler for keyserver scheme `%s'\n" msgstr "" -#: g10/keyserver.c:1537 +#: g10/keyserver.c:1544 #, c-format msgid "action `%s' not supported with keyserver scheme `%s'\n" msgstr "" -#: g10/keyserver.c:1545 +#: g10/keyserver.c:1552 #, c-format msgid "%s does not support handler version %d\n" msgstr "" -#: g10/keyserver.c:1552 +#: g10/keyserver.c:1559 #, fuzzy msgid "keyserver timed out\n" msgstr "erro geral" -#: g10/keyserver.c:1557 +#: g10/keyserver.c:1564 #, fuzzy msgid "keyserver internal error\n" msgstr "erro geral" -#: g10/keyserver.c:1566 +#: g10/keyserver.c:1573 #, fuzzy, c-format msgid "keyserver communications error: %s\n" msgstr "enumerao de chaves secretas falhou: %s\n" -#: g10/keyserver.c:1591 g10/keyserver.c:1625 +#: g10/keyserver.c:1598 g10/keyserver.c:1632 #, fuzzy, c-format msgid "\"%s\" not a key ID: skipping\n" msgstr "%s no um mapa de caracteres vlido\n" -#: g10/keyserver.c:1884 +#: g10/keyserver.c:1891 #, fuzzy, c-format msgid "WARNING: unable to refresh key %s via %s: %s\n" msgstr "%s: novo arquivo de opes criado\n" -#: g10/keyserver.c:1906 +#: g10/keyserver.c:1913 #, fuzzy, c-format msgid "refreshing 1 key from %s\n" msgstr "impossvel escrever para o chaveiro: %s\n" -#: g10/keyserver.c:1908 +#: g10/keyserver.c:1915 #, fuzzy, c-format msgid "refreshing %d keys from %s\n" msgstr "impossvel escrever para o chaveiro: %s\n" -#: g10/keyserver.c:1964 +#: g10/keyserver.c:1971 #, fuzzy, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "%s: novo arquivo de opes criado\n" -#: g10/keyserver.c:1970 +#: g10/keyserver.c:1977 #, fuzzy, c-format msgid "WARNING: unable to parse URI %s\n" msgstr "%s: novo arquivo de opes criado\n" @@ -5279,16 +5283,16 @@ msgstr "%s: novo arquivo de opes criado\n" msgid "WARNING: options in `%s' are not yet active during this run\n" msgstr "" -#: g10/parse-packet.c:192 +#: g10/parse-packet.c:193 #, c-format msgid "can't handle public key algorithm %d\n" msgstr "impossvel manipular algoritmo de chave pblica %d\n" -#: g10/parse-packet.c:762 +#: g10/parse-packet.c:798 msgid "WARNING: potentially insecure symmetrically encrypted session key\n" msgstr "" -#: g10/parse-packet.c:1213 +#: g10/parse-packet.c:1249 #, c-format msgid "subpacket of type %d has critical bit set\n" msgstr "subpacote do tipo %d tem bit crtico ligado\n" @@ -5907,7 +5911,7 @@ msgstr "" "impossvel evitar chave fraca para criptografia simtrica;\n" "%d tentativas!\n" -#: g10/seskey.c:229 +#: g10/seskey.c:229 sm/certcheck.c:91 msgid "DSA requires the hash length to be a multiple of 8 bits\n" msgstr "" @@ -6470,7 +6474,7 @@ msgstr "" msgid "iconv_open failed: %s\n" msgstr "impossvel abrir arquivo: %s\n" -#: jnlib/utf8conv.c:331 jnlib/utf8conv.c:597 +#: jnlib/utf8conv.c:338 jnlib/utf8conv.c:604 #, fuzzy, c-format msgid "conversion from `%s' to `%s' failed: %s\n" msgstr "criao de armadura falhou: %s\n" @@ -6695,7 +6699,7 @@ msgstr "nenhum dado OpenPGP vlido encontrado.\n" msgid "run in multi server mode (foreground)" msgstr "" -#: scd/scdaemon.c:113 sm/gpgsm.c:356 +#: scd/scdaemon.c:113 sm/gpgsm.c:359 #, fuzzy msgid "read options from file" msgstr "lendo opes de `%s'\n" @@ -6739,21 +6743,21 @@ msgid "" "Smartcard daemon for GnuPG\n" msgstr "" -#: scd/scdaemon.c:684 +#: scd/scdaemon.c:664 msgid "please use the option `--daemon' to run the program in the background\n" msgstr "" -#: scd/scdaemon.c:1032 +#: scd/scdaemon.c:1012 #, c-format msgid "handler for fd %d started\n" msgstr "" -#: scd/scdaemon.c:1037 +#: scd/scdaemon.c:1017 #, c-format msgid "handler for fd %d terminated\n" msgstr "" -#: sm/base64.c:323 +#: sm/base64.c:327 #, fuzzy, c-format msgid "invalid radix64 character %02x skipped\n" msgstr "caractere radix64 invlido %02x ignorado\n" @@ -6776,189 +6780,195 @@ msgstr "algoritmo de proteo %d no suportado\n" msgid "can't connect to the dirmngr - trying fall back\n" msgstr "" -#: sm/certchain.c:165 +#: sm/certchain.c:176 #, fuzzy, c-format msgid "critical certificate extension %s is not supported" msgstr "algoritmo de proteo %d no suportado\n" -#: sm/certchain.c:203 +#: sm/certchain.c:214 msgid "issuer certificate is not marked as a CA" msgstr "" -#: sm/certchain.c:242 +#: sm/certchain.c:253 msgid "critical marked policy without configured policies" msgstr "" -#: sm/certchain.c:252 +#: sm/certchain.c:263 #, fuzzy, c-format msgid "failed to open `%s': %s\n" msgstr "impossvel abrir `%s': %s\n" -#: sm/certchain.c:259 sm/certchain.c:288 +#: sm/certchain.c:270 sm/certchain.c:299 msgid "note: non-critical certificate policy not allowed" msgstr "" -#: sm/certchain.c:263 sm/certchain.c:292 +#: sm/certchain.c:274 sm/certchain.c:303 #, fuzzy msgid "certificate policy not allowed" msgstr "escrevendo certificado privado para `%s'\n" -#: sm/certchain.c:403 +#: sm/certchain.c:414 msgid "looking up issuer at external location\n" msgstr "" -#: sm/certchain.c:423 +#: sm/certchain.c:434 #, c-format msgid "number of issuers matching: %d\n" msgstr "" -#: sm/certchain.c:576 sm/certchain.c:740 sm/certchain.c:1266 sm/decrypt.c:261 +#: sm/certchain.c:587 sm/certchain.c:753 sm/certchain.c:1334 sm/decrypt.c:261 #: sm/encrypt.c:343 sm/sign.c:328 sm/verify.c:107 #, fuzzy msgid "failed to allocated keyDB handle\n" msgstr "falha ao inicializar o banco de dados de confiabilidade: %s\n" -#: sm/certchain.c:667 +#: sm/certchain.c:678 #, fuzzy msgid "certificate has been revoked" msgstr "chave %08lX: a chave foi revogada!\n" -#: sm/certchain.c:676 +#: sm/certchain.c:687 #, fuzzy msgid "no CRL found for certificate" msgstr "Certificado correto" -#: sm/certchain.c:680 +#: sm/certchain.c:691 #, fuzzy msgid "the available CRL is too old" msgstr "Nenhuma ajuda disponvel" -#: sm/certchain.c:682 +#: sm/certchain.c:693 msgid "please make sure that the \"dirmngr\" is properly installed\n" msgstr "" -#: sm/certchain.c:687 +#: sm/certchain.c:698 #, fuzzy, c-format msgid "checking the CRL failed: %s" msgstr "leitura de registro de assinatura falhou: %s\n" -#: sm/certchain.c:765 +#: sm/certchain.c:794 #, fuzzy msgid "no issuer found in certificate" msgstr "Certificado correto" -#: sm/certchain.c:792 +#: sm/certchain.c:823 #, fuzzy, c-format msgid "certificate with invalid validity: %s" msgstr "erro de leitura do certificado: %s\n" -#: sm/certchain.c:808 +#: sm/certchain.c:839 #, fuzzy msgid "certificate not yet valid" msgstr "Certificado de revogao vlido" -#: sm/certchain.c:821 +#: sm/certchain.c:852 #, fuzzy msgid "certificate has expired" msgstr "erro de leitura do certificado: %s\n" -#: sm/certchain.c:864 +#: sm/certchain.c:895 msgid "self-signed certificate has a BAD signature" msgstr "" -#: sm/certchain.c:932 +#: sm/certchain.c:963 #, fuzzy msgid "root certificate is not marked trusted" msgstr "" "Nenhum certificado com confiana indefinida encontrado.\n" "\n" -#: sm/certchain.c:947 +#: sm/certchain.c:978 #, fuzzy, c-format msgid "fingerprint=%s\n" msgstr "Impresso digital:" -#: sm/certchain.c:955 +#: sm/certchain.c:986 #, fuzzy msgid "root certificate has now been marked as trusted\n" msgstr "" "Nenhum certificado com confiana indefinida encontrado.\n" "\n" -#: sm/certchain.c:970 +#: sm/certchain.c:1001 msgid "interactive marking as trusted not enabled in gpg-agent\n" msgstr "" -#: sm/certchain.c:976 +#: sm/certchain.c:1007 msgid "interactive marking as trusted disabled for this session\n" msgstr "" -#: sm/certchain.c:986 +#: sm/certchain.c:1017 #, fuzzy, c-format msgid "checking the trust list failed: %s\n" msgstr "leitura de registro de assinatura falhou: %s\n" -#: sm/certchain.c:1013 sm/import.c:158 +#: sm/certchain.c:1044 sm/import.c:159 #, fuzzy msgid "certificate chain too long\n" msgstr "Certificado de revogao vlido" -#: sm/certchain.c:1025 +#: sm/certchain.c:1056 #, fuzzy msgid "issuer certificate not found" msgstr "Certificado de revogao vlido" -#: sm/certchain.c:1058 +#: sm/certchain.c:1089 #, fuzzy msgid "certificate has a BAD signature" msgstr "verificar uma assinatura" -#: sm/certchain.c:1088 +#: sm/certchain.c:1119 msgid "found another possible matching CA certificate - trying again" msgstr "" -#: sm/certchain.c:1139 +#: sm/certchain.c:1170 #, c-format msgid "certificate chain longer than allowed by CA (%d)" msgstr "" -#: sm/certcheck.c:52 -msgid "DSA requires the use of a 160 bit hash algorithm\n" +#: sm/certcheck.c:103 +#, c-format +msgid "%s key uses an unsafe (%u bit) hash\n" +msgstr "" + +#: sm/certcheck.c:113 +#, c-format +msgid "a %u bit hash is not valid for a %u bit %s key\n" msgstr "" -#: sm/certcheck.c:177 sm/sign.c:482 sm/verify.c:189 +#: sm/certcheck.c:250 sm/sign.c:482 sm/verify.c:189 msgid "(this is the MD2 algorithm)\n" msgstr "" -#: sm/certdump.c:68 sm/certdump.c:154 +#: sm/certdump.c:68 sm/certdump.c:151 #, fuzzy msgid "none" msgstr "no" -#: sm/certdump.c:163 +#: sm/certdump.c:162 #, fuzzy msgid "[none]" msgstr "verso desconhecida" -#: sm/certdump.c:536 sm/certdump.c:599 +#: sm/certdump.c:552 sm/certdump.c:597 sm/certdump.c:662 sm/certdump.c:715 #, fuzzy msgid "[Error - invalid encoding]" msgstr "erro: impresso digital invlida\n" -#: sm/certdump.c:544 +#: sm/certdump.c:560 sm/certdump.c:605 msgid "[Error - out of core]" msgstr "" -#: sm/certdump.c:579 +#: sm/certdump.c:642 sm/certdump.c:698 msgid "[Error - No name]" msgstr "" -#: sm/certdump.c:604 +#: sm/certdump.c:667 sm/certdump.c:721 #, fuzzy msgid "[Error - invalid DN]" msgstr "erro: impresso digital invlida\n" -#: sm/certdump.c:818 +#: sm/certdump.c:930 #, fuzzy, c-format msgid "" "Please enter the passphrase to unlock the secret key for:\n" @@ -6974,7 +6984,7 @@ msgstr "" msgid "no key usage specified - assuming all usages\n" msgstr "" -#: sm/certlist.c:135 sm/keylist.c:255 +#: sm/certlist.c:135 sm/keylist.c:258 #, fuzzy, c-format msgid "error getting key usage information: %s\n" msgstr "erro na escrita do chaveiro `%s': %s\n" @@ -7062,7 +7072,7 @@ msgstr "" msgid "certificate `%s' not found: %s\n" msgstr "usurio `%s' no encontrado: %s\n" -#: sm/delete.c:113 sm/keydb.c:1392 sm/keydb.c:1485 +#: sm/delete.c:113 sm/keydb.c:1397 sm/keydb.c:1497 #, fuzzy, c-format msgid "error locking keybox: %s\n" msgstr "erro na leitura de `%s': %s\n" @@ -7087,193 +7097,193 @@ msgstr "enumerao de blocos de chaves falhou: %s\n" msgid "no valid recipients given\n" msgstr "nenhum endereo vlido\n" -#: sm/export.c:562 sm/export.c:578 sm/import.c:525 sm/import.c:550 +#: sm/export.c:615 sm/export.c:631 sm/import.c:526 sm/import.c:551 #, fuzzy, c-format msgid "error creating temporary file: %s\n" msgstr "erro na criao da frase secreta: %s\n" -#: sm/export.c:569 sm/import.c:533 +#: sm/export.c:622 sm/import.c:534 #, fuzzy, c-format msgid "error writing to temporary file: %s\n" msgstr "erro na escrita do chaveiro `%': %s\n" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:244 #, fuzzy msgid "|[FILE]|make a signature" msgstr "|[arquivo]|fazer uma assinatura" -#: sm/gpgsm.c:244 +#: sm/gpgsm.c:245 #, fuzzy msgid "|[FILE]|make a clear text signature" msgstr "|[arquivo]|fazer uma assinatura em texto puro" -#: sm/gpgsm.c:252 +#: sm/gpgsm.c:253 #, fuzzy msgid "list external keys" msgstr "listar as chaves secretas" -#: sm/gpgsm.c:254 +#: sm/gpgsm.c:255 #, fuzzy msgid "list certificate chain" msgstr "Certificado de revogao vlido" -#: sm/gpgsm.c:257 +#: sm/gpgsm.c:258 #, fuzzy msgid "remove key from the public keyring" msgstr "remover a chave do chaveiro pblico" -#: sm/gpgsm.c:260 +#: sm/gpgsm.c:261 #, fuzzy msgid "import certificates" msgstr "Certificado correto" -#: sm/gpgsm.c:261 +#: sm/gpgsm.c:262 #, fuzzy msgid "export certificates" msgstr "Certificado correto" -#: sm/gpgsm.c:262 +#: sm/gpgsm.c:263 msgid "register a smartcard" msgstr "" -#: sm/gpgsm.c:264 +#: sm/gpgsm.c:265 msgid "pass a command to the dirmngr" msgstr "" -#: sm/gpgsm.c:266 +#: sm/gpgsm.c:267 msgid "invoke gpg-protect-tool" msgstr "" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:268 #, fuzzy msgid "change a passphrase" msgstr "muda a frase secreta" -#: sm/gpgsm.c:282 +#: sm/gpgsm.c:283 #, fuzzy msgid "create base-64 encoded output" msgstr "criar sada com armadura ascii" -#: sm/gpgsm.c:284 +#: sm/gpgsm.c:287 msgid "assume input is in PEM format" msgstr "" -#: sm/gpgsm.c:286 +#: sm/gpgsm.c:289 msgid "assume input is in base-64 format" msgstr "" -#: sm/gpgsm.c:288 +#: sm/gpgsm.c:291 msgid "assume input is in binary format" msgstr "" -#: sm/gpgsm.c:293 +#: sm/gpgsm.c:296 msgid "use system's dirmngr if available" msgstr "" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "never consult a CRL" msgstr "" -#: sm/gpgsm.c:301 +#: sm/gpgsm.c:304 msgid "check validity using OCSP" msgstr "" -#: sm/gpgsm.c:304 +#: sm/gpgsm.c:307 msgid "|N|number of certificates to include" msgstr "" -#: sm/gpgsm.c:307 +#: sm/gpgsm.c:310 msgid "|FILE|take policy information from FILE" msgstr "" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "do not check certificate policies" msgstr "" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "fetch missing issuer certificates" msgstr "" -#: sm/gpgsm.c:318 +#: sm/gpgsm.c:321 msgid "|NAME|use NAME as default recipient" msgstr "|NOME|usar NOME como destinatrio padro" -#: sm/gpgsm.c:320 +#: sm/gpgsm.c:323 msgid "use the default key as default recipient" msgstr "usar a chave padro como destinatrio padro" -#: sm/gpgsm.c:337 +#: sm/gpgsm.c:340 msgid "don't use the terminal at all" msgstr "nunca usar o terminal" -#: sm/gpgsm.c:341 +#: sm/gpgsm.c:344 msgid "force v3 signatures" msgstr "forar assinaturas v3" -#: sm/gpgsm.c:342 +#: sm/gpgsm.c:345 msgid "always use a MDC for encryption" msgstr "sempre usar um MDC para criptografar" -#: sm/gpgsm.c:347 +#: sm/gpgsm.c:350 msgid "batch mode: never ask" msgstr "modo no-interativo: nunca perguntar" -#: sm/gpgsm.c:348 +#: sm/gpgsm.c:351 msgid "assume yes on most questions" msgstr "assumir sim para a maioria das perguntas" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 msgid "assume no on most questions" msgstr "assumir no para a maioria das perguntas" -#: sm/gpgsm.c:351 +#: sm/gpgsm.c:354 msgid "add this keyring to the list of keyrings" msgstr "adicionar este chaveiro lista de chaveiros" -#: sm/gpgsm.c:352 +#: sm/gpgsm.c:355 msgid "add this secret keyring to the list" msgstr "adicionar este chaveiro secreto lista" -#: sm/gpgsm.c:353 +#: sm/gpgsm.c:356 msgid "|NAME|use NAME as default secret key" msgstr "|NOME|usar NOME como chave secreta padro" -#: sm/gpgsm.c:354 +#: sm/gpgsm.c:357 msgid "|HOST|use this keyserver to lookup keys" msgstr "|ENDEREO|usar este servidor para buscar chaves" -#: sm/gpgsm.c:355 +#: sm/gpgsm.c:358 msgid "|NAME|set terminal charset to NAME" msgstr "" "|NOME|definir mapa de caracteres do terminal como\n" "NOME" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "" -#: sm/gpgsm.c:374 +#: sm/gpgsm.c:377 msgid "|FILE|load extension module FILE" msgstr "|ARQUIVO|carregar mdulo de extenso ARQUIVO" -#: sm/gpgsm.c:380 +#: sm/gpgsm.c:383 msgid "|NAME|use cipher algorithm NAME" msgstr "|NOME|usar algoritmo de criptografia NOME" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 msgid "|NAME|use message digest algorithm NAME" msgstr "|NOME|usar algoritmo de \"digest\" de mensagens NOME" -#: sm/gpgsm.c:384 +#: sm/gpgsm.c:387 msgid "|N|use compress algorithm N" msgstr "|N|usar algoritmo de compresso N" -#: sm/gpgsm.c:520 +#: sm/gpgsm.c:524 #, fuzzy msgid "Usage: gpgsm [options] [files] (-h for help)" msgstr "Uso: gpgm [opes] [arquivos] (-h para ajuda)" -#: sm/gpgsm.c:523 +#: sm/gpgsm.c:527 #, fuzzy msgid "" "Syntax: gpgsm [options] [files]\n" @@ -7284,44 +7294,39 @@ msgstr "" "assina, verifica, criptografa ou descriptografa\n" "a operao padro depende dos dados de entrada\n" -#: sm/gpgsm.c:617 +#: sm/gpgsm.c:621 #, fuzzy msgid "usage: gpgsm [options] " msgstr "Uso: gpgm [opes] " -#: sm/gpgsm.c:698 +#: sm/gpgsm.c:702 #, fuzzy, c-format msgid "can't encrypt to `%s': %s\n" msgstr "impossvel abrir `%s': %s\n" -#: sm/gpgsm.c:773 -#, c-format -msgid "libksba is too old (need %s, have %s)\n" -msgstr "" - -#: sm/gpgsm.c:1249 +#: sm/gpgsm.c:1253 msgid "WARNING: running with faked system time: " msgstr "" -#: sm/gpgsm.c:1328 +#: sm/gpgsm.c:1332 #, fuzzy, c-format msgid "importing common certificates `%s'\n" msgstr "escrevendo para `%s'\n" -#: sm/gpgsm.c:1346 +#: sm/gpgsm.c:1350 #, fuzzy, c-format msgid "can't sign using `%s': %s\n" msgstr "impossvel abrir `%s': %s\n" -#: sm/gpgsm.c:1536 +#: sm/gpgsm.c:1542 msgid "this command has not yet been implemented\n" msgstr "" -#: sm/gpgsm.c:1601 +#: sm/gpgsm.c:1606 msgid "key generation is not available from the commandline\n" msgstr "" -#: sm/gpgsm.c:1602 +#: sm/gpgsm.c:1607 #, fuzzy, c-format msgid "please use the script \"%s\" to generate a new key\n" msgstr "Por favor selecione o tipo de chave desejado:\n" @@ -7331,21 +7336,21 @@ msgstr "Por favor selecione o tipo de chave desejado:\n" msgid "total number processed: %lu\n" msgstr "Nmero total processado: %lu\n" -#: sm/import.c:227 +#: sm/import.c:228 #, fuzzy msgid "error storing certificate\n" msgstr "Certificado correto" -#: sm/import.c:235 +#: sm/import.c:236 msgid "basic certificate checks failed - not imported\n" msgstr "" -#: sm/import.c:421 sm/import.c:453 +#: sm/import.c:422 sm/import.c:454 #, fuzzy, c-format msgid "error importing certificate: %s\n" msgstr "erro na criao da frase secreta: %s\n" -#: sm/import.c:542 tools/gpg-connect-agent.c:384 +#: sm/import.c:543 tools/gpg-connect-agent.c:388 #, fuzzy, c-format msgid "error reading input: %s\n" msgstr "erro na leitura de `%s': %s\n" @@ -7364,12 +7369,12 @@ msgstr "" msgid "keybox `%s' created\n" msgstr "%s: chaveiro criado\n" -#: sm/keydb.c:1312 sm/keydb.c:1378 +#: sm/keydb.c:1312 sm/keydb.c:1380 #, fuzzy msgid "failed to get the fingerprint\n" msgstr "falha ao inicializar o banco de dados de confiabilidade: %s\n" -#: sm/keydb.c:1319 sm/keydb.c:1385 +#: sm/keydb.c:1319 sm/keydb.c:1387 #, fuzzy msgid "failed to allocate keyDB handle\n" msgstr "falha ao inicializar o banco de dados de confiabilidade: %s\n" @@ -7389,17 +7394,17 @@ msgstr "erro na criao da frase secreta: %s\n" msgid "error storing certificate: %s\n" msgstr "erro na criao da frase secreta: %s\n" -#: sm/keydb.c:1400 +#: sm/keydb.c:1408 #, c-format msgid "problem re-searching certificate: %s\n" msgstr "" -#: sm/keydb.c:1409 sm/keydb.c:1497 +#: sm/keydb.c:1417 sm/keydb.c:1509 #, fuzzy, c-format msgid "error getting stored flags: %s\n" msgstr "erro na criao da frase secreta: %s\n" -#: sm/keydb.c:1418 sm/keydb.c:1508 +#: sm/keydb.c:1429 sm/keydb.c:1520 #, fuzzy, c-format msgid "error storing flags: %s\n" msgstr "erro na leitura de `%s': %s\n" @@ -7473,104 +7478,108 @@ msgid " aka" msgstr " ou \"" # INICIO MENU -#: tools/gpg-connect-agent.c:60 tools/gpgconf.c:70 tools/symcryptrun.c:186 +#: tools/gpg-connect-agent.c:61 tools/gpgconf.c:70 tools/symcryptrun.c:167 #, fuzzy msgid "quiet" msgstr "sair" -#: tools/gpg-connect-agent.c:61 +#: tools/gpg-connect-agent.c:62 msgid "print data out hex encoded" msgstr "" -#: tools/gpg-connect-agent.c:62 +#: tools/gpg-connect-agent.c:63 +msgid "decode received data lines" +msgstr "" + +#: tools/gpg-connect-agent.c:64 msgid "|NAME|connect to Assuan socket NAME" msgstr "" -#: tools/gpg-connect-agent.c:63 +#: tools/gpg-connect-agent.c:65 msgid "run the Assuan server given on the command line" msgstr "" -#: tools/gpg-connect-agent.c:65 +#: tools/gpg-connect-agent.c:67 msgid "do not use extended connect mode" msgstr "" -#: tools/gpg-connect-agent.c:126 +#: tools/gpg-connect-agent.c:129 #, fuzzy msgid "Usage: gpg-connect-agent [options] (-h for help)" msgstr "Uso: gpg [opes] [arquivos] (-h para ajuda)" -#: tools/gpg-connect-agent.c:129 +#: tools/gpg-connect-agent.c:132 msgid "" "Syntax: gpg-connect-agent [options]\n" "Connect to a running agent and send commands\n" msgstr "" -#: tools/gpg-connect-agent.c:324 +#: tools/gpg-connect-agent.c:328 #, c-format msgid "option \"%s\" requires a program and optional arguments\n" msgstr "" -#: tools/gpg-connect-agent.c:333 +#: tools/gpg-connect-agent.c:337 #, c-format msgid "option \"%s\" ignored due to \"%s\"\n" msgstr "" -#: tools/gpg-connect-agent.c:391 +#: tools/gpg-connect-agent.c:395 #, fuzzy msgid "line too long - skipped\n" msgstr "linha muito longa\n" -#: tools/gpg-connect-agent.c:395 +#: tools/gpg-connect-agent.c:399 msgid "line shortened due to embedded Nul character\n" msgstr "" -#: tools/gpg-connect-agent.c:457 +#: tools/gpg-connect-agent.c:471 #, fuzzy, c-format msgid "unknown command `%s'\n" msgstr "destinatrio padro desconhecido `%s'\n" -#: tools/gpg-connect-agent.c:465 +#: tools/gpg-connect-agent.c:479 #, fuzzy, c-format msgid "sending line failed: %s\n" msgstr "assinatura falhou: %s\n" -#: tools/gpg-connect-agent.c:473 +#: tools/gpg-connect-agent.c:487 #, fuzzy, c-format msgid "receiving line failed: %s\n" msgstr "enumerao de blocos de chaves falhou: %s\n" -#: tools/gpg-connect-agent.c:746 +#: tools/gpg-connect-agent.c:797 #, fuzzy, c-format msgid "error sending %s command: %s\n" msgstr "erro na leitura de `%s': %s\n" -#: tools/gpg-connect-agent.c:755 +#: tools/gpg-connect-agent.c:806 #, fuzzy, c-format msgid "error sending standard options: %s\n" msgstr "erro na leitura de `%s': %s\n" #: tools/gpgconf-comp.c:445 tools/gpgconf-comp.c:525 tools/gpgconf-comp.c:592 -#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:720 +#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:723 msgid "Options controlling the diagnostic output" msgstr "" #: tools/gpgconf-comp.c:458 tools/gpgconf-comp.c:538 tools/gpgconf-comp.c:605 -#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:743 +#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:746 msgid "Options controlling the configuration" msgstr "" #: tools/gpgconf-comp.c:468 tools/gpgconf-comp.c:563 tools/gpgconf-comp.c:612 -#: tools/gpgconf-comp.c:671 tools/gpgconf-comp.c:750 +#: tools/gpgconf-comp.c:674 tools/gpgconf-comp.c:753 #, fuzzy msgid "Options useful for debugging" msgstr "habilitar depurao completa" #: tools/gpgconf-comp.c:473 tools/gpgconf-comp.c:568 tools/gpgconf-comp.c:617 -#: tools/gpgconf-comp.c:676 tools/gpgconf-comp.c:758 +#: tools/gpgconf-comp.c:679 tools/gpgconf-comp.c:761 msgid "|FILE|write server mode logs to FILE" msgstr "" -#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:684 +#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:687 msgid "Options controlling the security" msgstr "" @@ -7598,31 +7607,38 @@ msgstr "" msgid "allow PKA lookups (DNS requests)" msgstr "" -#: tools/gpgconf-comp.c:689 +#: tools/gpgconf-comp.c:669 +#, fuzzy +msgid "|NAME|use encoding NAME for PKCS#12 passphrases" +msgstr "" +"|NOME|usar algoritmo de criptografia NOME para\n" +"frases secretas" + +#: tools/gpgconf-comp.c:692 msgid "do not check CRLs for root certificates" msgstr "" -#: tools/gpgconf-comp.c:733 +#: tools/gpgconf-comp.c:736 msgid "Options controlling the format of the output" msgstr "" -#: tools/gpgconf-comp.c:769 +#: tools/gpgconf-comp.c:772 msgid "Options controlling the interactivity and enforcement" msgstr "" -#: tools/gpgconf-comp.c:779 +#: tools/gpgconf-comp.c:782 msgid "Configuration for HTTP servers" msgstr "" -#: tools/gpgconf-comp.c:790 +#: tools/gpgconf-comp.c:793 msgid "use system's HTTP proxy setting" msgstr "" -#: tools/gpgconf-comp.c:795 +#: tools/gpgconf-comp.c:798 msgid "Configuration of LDAP servers to use" msgstr "" -#: tools/gpgconf-comp.c:832 +#: tools/gpgconf-comp.c:835 msgid "Configuration for OCSP" msgstr "" @@ -7686,7 +7702,7 @@ msgstr "escrevendo certificado privado para `%s'\n" msgid "error allocating enough memory: %s\n" msgstr "erro na escrita do chaveiro `%s': %s\n" -#: tools/symcryptrun.c:173 +#: tools/symcryptrun.c:154 #, fuzzy msgid "" "@\n" @@ -7696,161 +7712,161 @@ msgstr "" "@Comandos:\n" " " -#: tools/symcryptrun.c:175 +#: tools/symcryptrun.c:156 #, fuzzy msgid "decryption modus" msgstr "descriptografia correta\n" -#: tools/symcryptrun.c:176 +#: tools/symcryptrun.c:157 #, fuzzy msgid "encryption modus" msgstr "descriptografia correta\n" -#: tools/symcryptrun.c:180 +#: tools/symcryptrun.c:161 msgid "tool class (confucius)" msgstr "" -#: tools/symcryptrun.c:181 +#: tools/symcryptrun.c:162 #, fuzzy msgid "program filename" msgstr "--store [nome_do_arquivo]" -#: tools/symcryptrun.c:183 +#: tools/symcryptrun.c:164 msgid "secret key file (required)" msgstr "" -#: tools/symcryptrun.c:184 +#: tools/symcryptrun.c:165 msgid "input file name (default stdin)" msgstr "" -#: tools/symcryptrun.c:228 +#: tools/symcryptrun.c:209 #, fuzzy msgid "Usage: symcryptrun [options] (-h for help)" msgstr "Uso: gpg [opes] [arquivos] (-h para ajuda)" -#: tools/symcryptrun.c:231 +#: tools/symcryptrun.c:212 msgid "" "Syntax: symcryptrun --class CLASS --program PROGRAM --keyfile KEYFILE " "[options...] COMMAND [inputfile]\n" "Call a simple symmetric encryption tool\n" msgstr "" -#: tools/symcryptrun.c:313 +#: tools/symcryptrun.c:294 #, fuzzy, c-format msgid "%s on %s aborted with status %i\n" msgstr "%s no permitido com %s!\n" -#: tools/symcryptrun.c:320 +#: tools/symcryptrun.c:301 #, fuzzy, c-format msgid "%s on %s failed with status %i\n" msgstr "atualizao do banco de dados de confiabilidade falhou: %s\n" -#: tools/symcryptrun.c:346 +#: tools/symcryptrun.c:327 #, fuzzy, c-format msgid "can't create temporary directory `%s': %s\n" msgstr "%s: impossvel criar diretrio: %s\n" -#: tools/symcryptrun.c:386 tools/symcryptrun.c:403 +#: tools/symcryptrun.c:367 tools/symcryptrun.c:384 #, fuzzy, c-format msgid "could not open %s for writing: %s\n" msgstr "impossvel abrir %s: %s\n" -#: tools/symcryptrun.c:414 +#: tools/symcryptrun.c:395 #, fuzzy, c-format msgid "error writing to %s: %s\n" msgstr "erro na escrita do chaveiro `%s': %s\n" -#: tools/symcryptrun.c:421 +#: tools/symcryptrun.c:402 #, fuzzy, c-format msgid "error reading from %s: %s\n" msgstr "erro na leitura de `%s': %s\n" -#: tools/symcryptrun.c:428 tools/symcryptrun.c:435 +#: tools/symcryptrun.c:409 tools/symcryptrun.c:416 #, fuzzy, c-format msgid "error closing %s: %s\n" msgstr "erro na leitura de `%s': %s\n" -#: tools/symcryptrun.c:545 +#: tools/symcryptrun.c:526 msgid "no --program option provided\n" msgstr "" -#: tools/symcryptrun.c:551 +#: tools/symcryptrun.c:532 msgid "only --decrypt and --encrypt are supported\n" msgstr "" -#: tools/symcryptrun.c:557 +#: tools/symcryptrun.c:538 msgid "no --keyfile option provided\n" msgstr "" -#: tools/symcryptrun.c:568 +#: tools/symcryptrun.c:549 msgid "cannot allocate args vector\n" msgstr "" -#: tools/symcryptrun.c:586 +#: tools/symcryptrun.c:567 #, fuzzy, c-format msgid "could not create pipe: %s\n" msgstr "impossvel criar %s: %s\n" -#: tools/symcryptrun.c:593 +#: tools/symcryptrun.c:574 #, fuzzy, c-format msgid "could not create pty: %s\n" msgstr "impossvel criar %s: %s\n" -#: tools/symcryptrun.c:609 +#: tools/symcryptrun.c:590 #, fuzzy, c-format msgid "could not fork: %s\n" msgstr "%s: usurio no encontrado: %s\n" -#: tools/symcryptrun.c:637 +#: tools/symcryptrun.c:618 #, fuzzy, c-format msgid "execv failed: %s\n" msgstr "atualizao falhou: %s\n" -#: tools/symcryptrun.c:666 +#: tools/symcryptrun.c:647 #, fuzzy, c-format msgid "select failed: %s\n" msgstr "enumerao de blocos de chaves falhou: %s\n" -#: tools/symcryptrun.c:683 +#: tools/symcryptrun.c:664 #, fuzzy, c-format msgid "read failed: %s\n" msgstr "atualizao falhou: %s\n" -#: tools/symcryptrun.c:735 +#: tools/symcryptrun.c:716 #, fuzzy, c-format msgid "pty read failed: %s\n" msgstr "atualizao falhou: %s\n" -#: tools/symcryptrun.c:787 +#: tools/symcryptrun.c:768 #, fuzzy, c-format msgid "waitpid failed: %s\n" msgstr "atualizao falhou: %s\n" -#: tools/symcryptrun.c:801 +#: tools/symcryptrun.c:782 #, c-format msgid "child aborted with status %i\n" msgstr "" -#: tools/symcryptrun.c:856 +#: tools/symcryptrun.c:837 #, fuzzy, c-format msgid "cannot allocate infile string: %s\n" msgstr "impossvel criar %s: %s\n" -#: tools/symcryptrun.c:869 +#: tools/symcryptrun.c:850 #, fuzzy, c-format msgid "cannot allocate outfile string: %s\n" msgstr "impossvel criar %s: %s\n" -#: tools/symcryptrun.c:1044 +#: tools/symcryptrun.c:1025 #, c-format msgid "either %s or %s must be given\n" msgstr "" -#: tools/symcryptrun.c:1064 +#: tools/symcryptrun.c:1045 msgid "no class provided\n" msgstr "" -#: tools/symcryptrun.c:1071 +#: tools/symcryptrun.c:1052 #, fuzzy, c-format msgid "class %s is not supported\n" msgstr "algoritmo de proteo %d no suportado\n" @@ -8586,11 +8602,6 @@ msgstr "algoritmo de proteo %d no suportado\n" #~ "|NOME|usar algoritmo de \"digest\" de mensagens NOME\n" #~ "para frases secretas" -#~ msgid "|NAME|use cipher algorithm NAME for passphrases" -#~ msgstr "" -#~ "|NOME|usar algoritmo de criptografia NOME para\n" -#~ "frases secretas" - #~ msgid "throw keyid field of encrypted packets" #~ msgstr "" #~ "eliminar o campo keyid dos pacotes\n" @@ -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: 2007-03-08 14:20+0100\n" +"POT-Creation-Date: 2007-05-07 20:39+0200\n" "PO-Revision-Date: 2005-05-31 22:00-0500\n" "Last-Translator: Laurentiu Buzdugan <lbuz@rolix.org>\n" "Language-Team: Romanian <translation-team-ro@lists.sourceforge.net>\n" @@ -94,8 +94,8 @@ msgstr "nu pot crea `%s': %s\n" #: g10/keyring.c:1534 g10/openfile.c:190 g10/openfile.c:345 #: g10/plaintext.c:504 g10/sign.c:814 g10/sign.c:1009 g10/sign.c:1125 #: g10/sign.c:1281 g10/tdbdump.c:141 g10/tdbdump.c:149 g10/tdbio.c:542 -#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1775 -#: sm/gpgsm.c:1812 sm/qualified.c:74 +#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1780 +#: sm/gpgsm.c:1817 sm/gpgsm.c:1855 sm/qualified.c:74 #, c-format msgid "can't open `%s': %s\n" msgstr "nu pot deschide `%s': %s\n" @@ -195,13 +195,13 @@ msgstr "" "Avei nevoie de o fraz-parol pentru a v proteja cheia secret.\n" "\n" -#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1216 +#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1202 #, fuzzy msgid "Please re-enter this passphrase" msgstr "schimb fraza-parol" -#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1222 -#: tools/symcryptrun.c:487 +#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1208 +#: tools/symcryptrun.c:468 msgid "does not match - try again" msgstr "" @@ -210,7 +210,7 @@ msgstr "" msgid "Please enter the new passphrase" msgstr "schimb fraza-parol" -#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:109 +#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:111 #: scd/scdaemon.c:103 #, fuzzy msgid "" @@ -230,13 +230,13 @@ msgid "run in daemon mode (background)" msgstr "" #: agent/gpg-agent.c:117 g10/gpg.c:470 g10/gpgv.c:71 kbx/kbxutil.c:82 -#: scd/scdaemon.c:109 sm/gpgsm.c:335 tools/gpg-connect-agent.c:59 -#: tools/gpgconf.c:69 tools/symcryptrun.c:185 +#: scd/scdaemon.c:109 sm/gpgsm.c:338 tools/gpg-connect-agent.c:60 +#: tools/gpgconf.c:69 tools/symcryptrun.c:166 msgid "verbose" msgstr "locvace" #: agent/gpg-agent.c:118 g10/gpgv.c:72 kbx/kbxutil.c:83 scd/scdaemon.c:110 -#: sm/gpgsm.c:336 +#: sm/gpgsm.c:339 msgid "be somewhat more quiet" msgstr "fii oarecum mai tcut" @@ -248,7 +248,7 @@ msgstr "" msgid "csh-style command output" msgstr "" -#: agent/gpg-agent.c:121 tools/symcryptrun.c:188 +#: agent/gpg-agent.c:121 tools/symcryptrun.c:169 #, fuzzy msgid "|FILE|read options from FILE" msgstr "|FIIER|ncarc modulul extensie FIIER" @@ -261,8 +261,8 @@ msgstr "" msgid "do not grab keyboard and mouse" msgstr "" -#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:338 -#: tools/symcryptrun.c:187 +#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:341 +#: tools/symcryptrun.c:168 #, fuzzy msgid "use a log file for the server" msgstr "caut pentru chei pe un server de chei" @@ -318,9 +318,9 @@ msgstr "" msgid "|FILE|write environment settings also to FILE" msgstr "" -#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:143 -#: scd/scdaemon.c:192 sm/gpgsm.c:517 tools/gpg-connect-agent.c:123 -#: tools/gpgconf.c:91 tools/symcryptrun.c:225 +#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:148 +#: scd/scdaemon.c:192 sm/gpgsm.c:521 tools/gpg-connect-agent.c:126 +#: tools/gpgconf.c:91 tools/symcryptrun.c:206 #, fuzzy msgid "Please report bugs to <" msgstr "Raportai bug-uri la <gnupg-bugs@gnu.org>.\n" @@ -336,138 +336,127 @@ msgid "" "Secret key management for GnuPG\n" msgstr "" -#: agent/gpg-agent.c:311 -#, c-format -msgid "out of core in secure memory while allocating %lu bytes" -msgstr "" - -#: agent/gpg-agent.c:314 -#, c-format -msgid "out of core while allocating %lu bytes" -msgstr "" - -#: agent/gpg-agent.c:345 g10/gpg.c:931 scd/scdaemon.c:266 sm/gpgsm.c:646 +#: agent/gpg-agent.c:303 g10/gpg.c:931 scd/scdaemon.c:247 sm/gpgsm.c:650 #, c-format msgid "invalid debug-level `%s' given\n" msgstr "" -#: agent/gpg-agent.c:521 agent/protect-tool.c:1073 g10/gpg.c:1835 -#: kbx/kbxutil.c:432 scd/scdaemon.c:358 sm/gpgsm.c:768 -#: tools/symcryptrun.c:1056 +#: agent/gpg-agent.c:479 agent/protect-tool.c:1059 kbx/kbxutil.c:432 +#: scd/scdaemon.c:339 sm/gpgsm.c:771 sm/gpgsm.c:774 tools/symcryptrun.c:1037 #, c-format -msgid "libgcrypt is too old (need %s, have %s)\n" +msgid "%s is too old (need %s, have %s)\n" msgstr "" -#: agent/gpg-agent.c:615 g10/gpg.c:2035 scd/scdaemon.c:435 sm/gpgsm.c:865 +#: agent/gpg-agent.c:572 g10/gpg.c:2035 scd/scdaemon.c:415 sm/gpgsm.c:865 #, c-format msgid "NOTE: no default option file `%s'\n" msgstr "NOT: nici un fiier opiuni implicit `%s'\n" -#: agent/gpg-agent.c:620 agent/gpg-agent.c:1179 g10/gpg.c:2039 -#: scd/scdaemon.c:440 sm/gpgsm.c:869 tools/symcryptrun.c:989 +#: agent/gpg-agent.c:577 agent/gpg-agent.c:1136 g10/gpg.c:2039 +#: scd/scdaemon.c:420 sm/gpgsm.c:869 tools/symcryptrun.c:970 #, c-format msgid "option file `%s': %s\n" msgstr "fiier opiuni `%s': %s\n" -#: agent/gpg-agent.c:628 g10/gpg.c:2046 scd/scdaemon.c:448 sm/gpgsm.c:876 +#: agent/gpg-agent.c:585 g10/gpg.c:2046 scd/scdaemon.c:428 sm/gpgsm.c:876 #, c-format msgid "reading options from `%s'\n" msgstr "citesc opiuni din `%s'\n" -#: agent/gpg-agent.c:949 g10/plaintext.c:142 g10/plaintext.c:147 +#: agent/gpg-agent.c:906 g10/plaintext.c:142 g10/plaintext.c:147 #: g10/plaintext.c:164 #, c-format msgid "error creating `%s': %s\n" msgstr "eroare la creearea `%s': %s\n" -#: agent/gpg-agent.c:1239 agent/gpg-agent.c:1342 agent/gpg-agent.c:1346 -#: agent/gpg-agent.c:1382 agent/gpg-agent.c:1386 g10/exec.c:174 -#: g10/openfile.c:418 scd/scdaemon.c:934 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:1299 agent/gpg-agent.c:1303 +#: agent/gpg-agent.c:1339 agent/gpg-agent.c:1343 g10/exec.c:174 +#: g10/openfile.c:418 scd/scdaemon.c:914 #, c-format msgid "can't create directory `%s': %s\n" msgstr "nu pot crea directorul `%s': %s\n" -#: agent/gpg-agent.c:1253 scd/scdaemon.c:948 +#: agent/gpg-agent.c:1210 scd/scdaemon.c:928 msgid "name of socket too long\n" msgstr "" -#: agent/gpg-agent.c:1279 scd/scdaemon.c:974 +#: agent/gpg-agent.c:1236 scd/scdaemon.c:954 #, fuzzy, c-format msgid "can't create socket: %s\n" msgstr "nu pot crea `%s': %s\n" -#: agent/gpg-agent.c:1308 scd/scdaemon.c:1003 +#: agent/gpg-agent.c:1265 scd/scdaemon.c:983 #, fuzzy, c-format msgid "error binding socket to `%s': %s\n" msgstr "eroare trimitere la `%s': %s\n" -#: agent/gpg-agent.c:1316 scd/scdaemon.c:1011 +#: agent/gpg-agent.c:1273 scd/scdaemon.c:991 #, fuzzy, c-format msgid "listen() failed: %s\n" msgstr "actualizarea a euat: %s\n" -#: agent/gpg-agent.c:1322 scd/scdaemon.c:1017 +#: agent/gpg-agent.c:1279 scd/scdaemon.c:997 #, fuzzy, c-format msgid "listening on socket `%s'\n" msgstr "scriu cheia secret n `%s'\n" -#: agent/gpg-agent.c:1350 agent/gpg-agent.c:1392 g10/openfile.c:421 +#: agent/gpg-agent.c:1307 agent/gpg-agent.c:1349 g10/openfile.c:421 #, c-format msgid "directory `%s' created\n" msgstr "director `%s' creat\n" -#: agent/gpg-agent.c:1398 +#: agent/gpg-agent.c:1355 #, fuzzy, c-format msgid "stat() failed for `%s': %s\n" msgstr "fstat(%d) a euat n %s: %s\n" -#: agent/gpg-agent.c:1402 +#: agent/gpg-agent.c:1359 #, fuzzy, c-format msgid "can't use `%s' as home directory\n" msgstr "%s: nu pot crea director: %s\n" -#: agent/gpg-agent.c:1504 +#: agent/gpg-agent.c:1461 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:1509 +#: agent/gpg-agent.c:1466 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:1526 +#: agent/gpg-agent.c:1483 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:1531 +#: agent/gpg-agent.c:1488 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:1627 scd/scdaemon.c:1136 +#: agent/gpg-agent.c:1584 scd/scdaemon.c:1116 #, fuzzy, c-format msgid "pth_select failed: %s - waiting 1s\n" msgstr "actualizarea secretului a euat: %s\n" -#: agent/gpg-agent.c:1733 scd/scdaemon.c:1203 +#: agent/gpg-agent.c:1690 scd/scdaemon.c:1183 #, fuzzy, c-format msgid "%s %s stopped\n" msgstr "%s: srit: %s\n" -#: agent/gpg-agent.c:1754 +#: agent/gpg-agent.c:1711 #, fuzzy msgid "no gpg-agent running in this session\n" msgstr "gpg-agent nu este disponibil n aceast sesiune\n" -#: agent/gpg-agent.c:1764 common/simple-pwquery.c:324 g10/call-agent.c:137 -#: sm/call-agent.c:144 tools/gpg-connect-agent.c:713 +#: agent/gpg-agent.c:1721 common/simple-pwquery.c:324 g10/call-agent.c:137 +#: sm/call-agent.c:144 tools/gpg-connect-agent.c:764 msgid "malformed GPG_AGENT_INFO environment variable\n" msgstr "variabila de mediu GPG_AGENT_INFO anormal\n" -#: agent/gpg-agent.c:1776 common/simple-pwquery.c:336 g10/call-agent.c:149 -#: sm/call-agent.c:156 tools/gpg-connect-agent.c:724 +#: agent/gpg-agent.c:1733 common/simple-pwquery.c:336 g10/call-agent.c:149 +#: sm/call-agent.c:156 tools/gpg-connect-agent.c:775 #, c-format msgid "gpg-agent protocol version %d is not supported\n" msgstr "gpg-agent versiune protocol %d nu este suportat\n" @@ -483,36 +472,36 @@ msgid "" "Password cache maintenance\n" msgstr "" -#: agent/protect-tool.c:146 +#: agent/protect-tool.c:151 #, fuzzy msgid "Usage: gpg-protect-tool [options] (-h for help)\n" msgstr "Folosire: gpg [opiuni] [fiiere] (-h pentru ajutor)" -#: agent/protect-tool.c:148 +#: agent/protect-tool.c:153 msgid "" "Syntax: gpg-protect-tool [options] [args]\n" "Secret key maintenance tool\n" msgstr "" -#: agent/protect-tool.c:1207 +#: agent/protect-tool.c:1193 #, fuzzy msgid "Please enter the passphrase to unprotect the PKCS#12 object." msgstr "" "V rugm introducei fraza-parol; aceasta este o propoziie secret \n" -#: agent/protect-tool.c:1210 +#: agent/protect-tool.c:1196 #, fuzzy msgid "Please enter the passphrase to protect the new PKCS#12 object." msgstr "" "V rugm introducei fraza-parol; aceasta este o propoziie secret \n" -#: agent/protect-tool.c:1213 +#: agent/protect-tool.c:1199 msgid "" "Please enter the passphrase to protect the imported object within the GnuPG " "system." msgstr "" -#: agent/protect-tool.c:1218 +#: agent/protect-tool.c:1204 #, fuzzy msgid "" "Please enter the passphrase or the PIN\n" @@ -520,17 +509,17 @@ msgid "" msgstr "" "V rugm introducei fraza-parol; aceasta este o propoziie secret \n" -#: agent/protect-tool.c:1223 tools/symcryptrun.c:488 +#: agent/protect-tool.c:1209 tools/symcryptrun.c:469 #, fuzzy msgid "Passphrase:" msgstr "fraz-parol incorect" -#: agent/protect-tool.c:1236 tools/symcryptrun.c:501 +#: agent/protect-tool.c:1222 tools/symcryptrun.c:482 #, fuzzy, c-format msgid "error while asking for the passphrase: %s\n" msgstr "eroare la crearea frazei-parol: %s\n" -#: agent/protect-tool.c:1239 tools/symcryptrun.c:505 +#: agent/protect-tool.c:1225 tools/symcryptrun.c:486 #, fuzzy msgid "cancelled\n" msgstr "anulat" @@ -570,7 +559,7 @@ msgstr "" msgid "error reading `%s', line %d: %s\n" msgstr "eroare la citire `%s': %s\n" -#: agent/trustlist.c:355 agent/trustlist.c:394 +#: agent/trustlist.c:365 agent/trustlist.c:404 msgid "error reading list of trusted root certificates\n" msgstr "" @@ -583,7 +572,7 @@ msgstr "" #. second "%s" gets replaced by a hexdecimal #. fingerprint string whereas the first one receives #. the name as store in the certificate. -#: agent/trustlist.c:470 +#: agent/trustlist.c:480 #, c-format msgid "" "Please verify that the certificate identified as:%%0A \"%s\"%%0Ahas the " @@ -593,7 +582,7 @@ msgstr "" #. TRANSLATORS: "Correct" is the label of a button and intended to #. be hit if the fingerprint matches the one of the CA. The other #. button is "the default "Cancel" of the Pinentry. -#: agent/trustlist.c:479 +#: agent/trustlist.c:489 msgid "Correct" msgstr "" @@ -605,19 +594,19 @@ msgstr "" #. plain % sign, you need to encode it as "%%25". The #. "%s" gets replaced by the name as store in the #. certificate. -#: agent/trustlist.c:499 +#: agent/trustlist.c:509 #, c-format msgid "" "Do you ultimately trust%%0A \"%s\"%%0Ato correctly certify user " "certificates?" msgstr "" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 #, fuzzy msgid "Yes" msgstr "da" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 msgid "No" msgstr "" @@ -661,12 +650,12 @@ msgstr "" msgid "error running `%s': terminated\n" msgstr "eroare la citire `%s': %s\n" -#: common/http.c:1623 +#: common/http.c:1621 #, fuzzy, c-format msgid "error creating socket: %s\n" msgstr "eroare la creearea `%s': %s\n" -#: common/http.c:1667 +#: common/http.c:1665 #, fuzzy msgid "host not found" msgstr "[ID utilizator nu a fost gsit]" @@ -759,6 +748,16 @@ msgstr "oO" msgid "cC" msgstr "cC" +#: common/miscellaneous.c:73 +#, c-format +msgid "out of core in secure memory while allocating %lu bytes" +msgstr "" + +#: common/miscellaneous.c:76 +#, c-format +msgid "out of core while allocating %lu bytes" +msgstr "" + #: g10/armor.c:368 #, c-format msgid "armor: %s\n" @@ -1164,13 +1163,13 @@ msgstr "--output nu merge pentru aceast comand\n" msgid "can't open `%s'\n" msgstr "nu pot deschide `%s'\n" -#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1714 +#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1721 #: g10/revoke.c:228 #, c-format msgid "key \"%s\" not found: %s\n" msgstr "cheia \"%s\" nu a fost gsit: %s\n" -#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1728 +#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1735 #: g10/revoke.c:234 g10/revoke.c:479 #, c-format msgid "error reading keyblock: %s\n" @@ -1447,22 +1446,22 @@ msgstr "" msgid "Invalid key %s made valid by --allow-non-selfsigned-uid\n" msgstr "Cheia invalid %s fcut valid de --allow-non-selfsigned-uid\n" -#: g10/getkey.c:2390 g10/keyedit.c:3723 +#: g10/getkey.c:2393 g10/keyedit.c:3723 #, c-format msgid "no secret subkey for public subkey %s - ignoring\n" msgstr "nici o subcheie secret pentru subcheia public %s - ignorat\n" -#: g10/getkey.c:2621 +#: g10/getkey.c:2624 #, c-format msgid "using subkey %s instead of primary key %s\n" msgstr "folosim subcheia %s n loc de cheia primar %s\n" -#: g10/getkey.c:2668 +#: g10/getkey.c:2671 #, c-format msgid "key %s: secret key without public key - skipped\n" msgstr "cheia %s: cheie secret fr cheie public - srit\n" -#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:241 tools/gpgconf.c:56 +#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:242 tools/gpgconf.c:56 msgid "" "@Commands:\n" " " @@ -1478,27 +1477,27 @@ msgstr "|[fiier]|creaz o semntur" msgid "|[file]|make a clear text signature" msgstr "|[fiier]|creaz o semntur text n clar" -#: g10/gpg.c:373 sm/gpgsm.c:245 +#: g10/gpg.c:373 sm/gpgsm.c:246 msgid "make a detached signature" msgstr "creaz o semntur detaat" -#: g10/gpg.c:374 sm/gpgsm.c:246 +#: g10/gpg.c:374 sm/gpgsm.c:247 msgid "encrypt data" msgstr "cifreaz datele" -#: g10/gpg.c:376 sm/gpgsm.c:247 +#: g10/gpg.c:376 sm/gpgsm.c:248 msgid "encryption only with symmetric cipher" msgstr "cifreaz numai cu cifru simetric" -#: g10/gpg.c:378 sm/gpgsm.c:248 +#: g10/gpg.c:378 sm/gpgsm.c:249 msgid "decrypt data (default)" msgstr "decripteaz datele (implicit)" -#: g10/gpg.c:380 sm/gpgsm.c:249 +#: g10/gpg.c:380 sm/gpgsm.c:250 msgid "verify a signature" msgstr "verific o semntur" -#: g10/gpg.c:382 sm/gpgsm.c:251 +#: g10/gpg.c:382 sm/gpgsm.c:252 msgid "list keys" msgstr "enumer chei" @@ -1510,11 +1509,11 @@ msgstr "enumer chei i semnturi" msgid "list and check key signatures" msgstr "enumer i verific semnturile cheii" -#: g10/gpg.c:386 sm/gpgsm.c:255 +#: g10/gpg.c:386 sm/gpgsm.c:256 msgid "list keys and fingerprints" msgstr "enumer chei i amprente" -#: g10/gpg.c:387 sm/gpgsm.c:253 +#: g10/gpg.c:387 sm/gpgsm.c:254 msgid "list secret keys" msgstr "enumer chei secrete" @@ -1550,11 +1549,11 @@ msgstr "genereaz un certificat de revocare" msgid "export keys" msgstr "export chei" -#: g10/gpg.c:398 sm/gpgsm.c:258 +#: g10/gpg.c:398 sm/gpgsm.c:259 msgid "export keys to a key server" msgstr "export chei pentru un server de chei" -#: g10/gpg.c:399 sm/gpgsm.c:259 +#: g10/gpg.c:399 sm/gpgsm.c:260 msgid "import keys from a key server" msgstr "import chei de la un server de chei" @@ -1590,12 +1589,12 @@ msgstr "actualizeaz baza de date de ncredere" msgid "|algo [files]|print message digests" msgstr "|algo [fiiere]|afieaz rezumate mesaje" -#: g10/gpg.c:431 sm/gpgsm.c:263 +#: g10/gpg.c:431 sm/gpgsm.c:264 msgid "run in server mode" msgstr "" -#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:278 -#: tools/gpg-connect-agent.c:57 tools/gpgconf.c:66 tools/symcryptrun.c:178 +#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:279 +#: tools/gpg-connect-agent.c:58 tools/gpgconf.c:66 tools/symcryptrun.c:159 msgid "" "@\n" "Options:\n" @@ -1605,31 +1604,31 @@ msgstr "" "Opiuni:\n" " " -#: g10/gpg.c:435 sm/gpgsm.c:280 +#: g10/gpg.c:435 sm/gpgsm.c:281 msgid "create ascii armored output" msgstr "creaz ieire n armur ascii" -#: g10/gpg.c:437 sm/gpgsm.c:290 +#: g10/gpg.c:437 sm/gpgsm.c:293 msgid "|NAME|encrypt for NAME" msgstr "|NUME|cifrare pentru NUME" -#: g10/gpg.c:448 sm/gpgsm.c:326 +#: g10/gpg.c:448 sm/gpgsm.c:329 msgid "use this user-id to sign or decrypt" msgstr "folosete acest id-utilizator pentru a semna sau decripta" -#: g10/gpg.c:449 sm/gpgsm.c:329 +#: g10/gpg.c:449 sm/gpgsm.c:332 msgid "|N|set compress level N (0 disables)" msgstr "|N|seteaz nivel de compresie N (0 deactiveaz)" -#: g10/gpg.c:454 sm/gpgsm.c:331 +#: g10/gpg.c:454 sm/gpgsm.c:334 msgid "use canonical text mode" msgstr "folosete modul text canonic" -#: g10/gpg.c:468 sm/gpgsm.c:334 tools/gpgconf.c:68 +#: g10/gpg.c:468 sm/gpgsm.c:337 tools/gpgconf.c:68 msgid "use as output file" msgstr "folosete ca fiier ieire" -#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:344 tools/gpgconf.c:71 +#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:347 tools/gpgconf.c:71 msgid "do not make any changes" msgstr "nu face nici o schimbare" @@ -1645,7 +1644,7 @@ msgstr "folosete comportament strict OpenPGP" msgid "generate PGP 2.x compatible messages" msgstr "genereaz mesaje compatibile cu PGP 2.x" -#: g10/gpg.c:554 sm/gpgsm.c:392 +#: g10/gpg.c:554 sm/gpgsm.c:395 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -1653,7 +1652,7 @@ msgstr "" "@\n" "(Arat pagina man pentru o list complet a comenzilor i opiunilor)\n" -#: g10/gpg.c:557 sm/gpgsm.c:395 +#: g10/gpg.c:557 sm/gpgsm.c:398 msgid "" "@\n" "Examples:\n" @@ -1691,7 +1690,7 @@ msgstr "" "sign, check, encrypt sau decrypt\n" "operaiunea implicit depinde de datele de intrare\n" -#: g10/gpg.c:782 sm/gpgsm.c:530 +#: g10/gpg.c:782 sm/gpgsm.c:534 msgid "" "\n" "Supported algorithms:\n" @@ -1719,7 +1718,7 @@ msgstr "Compresie: " msgid "usage: gpg [options] " msgstr "folosire: gpg [opiuni] " -#: g10/gpg.c:1060 sm/gpgsm.c:682 +#: g10/gpg.c:1060 sm/gpgsm.c:686 msgid "conflicting commands\n" msgstr "comenzi n conflict\n" @@ -1859,6 +1858,11 @@ msgstr "arat cruia dintre inelele de chei i aparine o cheie enumerat" msgid "show expiration dates during signature listings" msgstr "Nici o semntur corespunztoare n inelul secret\n" +#: g10/gpg.c:1835 +#, c-format +msgid "libgcrypt is too old (need %s, have %s)\n" +msgstr "" + #: g10/gpg.c:1993 #, c-format msgid "NOTE: old default options file `%s' ignored\n" @@ -1998,7 +2002,7 @@ msgstr "%s:%d: opiuni verificare invalide\n" msgid "invalid auto-key-locate list\n" msgstr "" -#: g10/gpg.c:2893 sm/gpgsm.c:1232 +#: g10/gpg.c:2893 sm/gpgsm.c:1236 msgid "WARNING: program may create a core file!\n" msgstr "AVERTISMENT: programul ar putea crea un fiier core!\n" @@ -2043,11 +2047,11 @@ msgstr "" msgid "encrypting a message in --pgp2 mode requires the IDEA cipher\n" msgstr "cifrarea unui mesaj n modul --pgp2 necesit un cifru IDEA\n" -#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1288 +#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1292 msgid "selected cipher algorithm is invalid\n" msgstr "algoritm cifrare selectat este invalid\n" -#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1296 +#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1300 msgid "selected digest algorithm is invalid\n" msgstr "algoritm rezumat selectat este invalid\n" @@ -2277,7 +2281,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:76 sm/gpgsm.c:367 +#: g10/gpgv.c:76 sm/gpgsm.c:370 msgid "|FD|write status info to this FD" msgstr "|FD|scrie informaii de stare n acest FD" @@ -3806,7 +3810,7 @@ msgid "(sensitive)" msgstr " (senzitiv)" #: g10/keyedit.c:2743 g10/keyedit.c:2799 g10/keyedit.c:2860 g10/keyedit.c:2875 -#: g10/keylist.c:194 g10/keyserver.c:516 +#: g10/keylist.c:194 g10/keyserver.c:523 #, c-format msgid "created: %s" msgstr "creat: %s" @@ -3823,7 +3827,7 @@ msgstr "expirat: %s" #: g10/keyedit.c:2750 g10/keyedit.c:2801 g10/keyedit.c:2862 g10/keyedit.c:2877 #: g10/keylist.c:196 g10/keylist.c:748 g10/keylist.c:783 g10/keylist.c:877 -#: g10/keylist.c:898 g10/keyserver.c:522 g10/mainproc.c:985 +#: g10/keylist.c:898 g10/keyserver.c:529 g10/mainproc.c:985 #, c-format msgid "expires: %s" msgstr "expir: %s" @@ -3860,12 +3864,12 @@ msgstr "" "corect dac nu repornii programul.\n" # -#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:526 +#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:533 #: g10/mainproc.c:1831 g10/trustdb.c:1179 g10/trustdb.c:1699 msgid "revoked" msgstr "revocat" -#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:530 +#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:537 #: g10/mainproc.c:1833 g10/trustdb.c:532 g10/trustdb.c:1701 msgid "expired" msgstr "expirat" @@ -4728,182 +4732,182 @@ msgstr "%lu chei puse n cache (%lu semnturi)\n" msgid "%s: keyring created\n" msgstr "%s: inelul de chei creat\n" -#: g10/keyserver.c:66 +#: g10/keyserver.c:73 msgid "include revoked keys in search results" msgstr "" -#: g10/keyserver.c:67 +#: g10/keyserver.c:74 msgid "include subkeys when searching by key ID" msgstr "" -#: g10/keyserver.c:69 +#: g10/keyserver.c:76 msgid "use temporary files to pass data to keyserver helpers" msgstr "" -#: g10/keyserver.c:71 +#: g10/keyserver.c:78 msgid "do not delete temporary files after using them" msgstr "" -#: g10/keyserver.c:75 +#: g10/keyserver.c:82 msgid "automatically retrieve keys when verifying signatures" msgstr "" -#: g10/keyserver.c:77 +#: g10/keyserver.c:84 #, fuzzy msgid "honor the preferred keyserver URL set on the key" msgstr "Introducei URL-ul serverului de chei preferat: " -#: g10/keyserver.c:79 +#: g10/keyserver.c:86 msgid "honor the PKA record set on a key when retrieving keys" msgstr "" -#: g10/keyserver.c:145 +#: g10/keyserver.c:152 #, c-format msgid "WARNING: keyserver option `%s' is not used on this platform\n" msgstr "" "AVERTISMENT: opiunile serverului de chei `%s' nu sunt folosite pe aceast " "platform\n" -#: g10/keyserver.c:528 +#: g10/keyserver.c:535 msgid "disabled" msgstr "deactivat()" -#: g10/keyserver.c:729 +#: g10/keyserver.c:736 msgid "Enter number(s), N)ext, or Q)uit > " msgstr "Introducei numr/numere, N)ext (urmtor), sau Q)uit (termin) > " -#: g10/keyserver.c:813 g10/keyserver.c:1435 +#: g10/keyserver.c:820 g10/keyserver.c:1442 #, c-format msgid "invalid keyserver protocol (us %d!=handler %d)\n" msgstr "protocol server de chei invalid (us %d!=handler %d)\n" -#: g10/keyserver.c:911 +#: g10/keyserver.c:918 #, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "cheia \"%s\" nu a fost gsit pe serverul de chei\n" -#: g10/keyserver.c:913 +#: g10/keyserver.c:920 msgid "key not found on keyserver\n" msgstr "cheia nu a fost gsit pe serverul de chei\n" -#: g10/keyserver.c:1154 +#: g10/keyserver.c:1161 #, c-format msgid "requesting key %s from %s server %s\n" msgstr "cer cheia %s de la serverul %s %s\n" -#: g10/keyserver.c:1158 +#: g10/keyserver.c:1165 #, c-format msgid "requesting key %s from %s\n" msgstr "cer cheia %s de la %s\n" -#: g10/keyserver.c:1182 +#: g10/keyserver.c:1189 #, fuzzy, c-format msgid "searching for names from %s server %s\n" msgstr "caut \"%s\" de pe serverul %s %s\n" -#: g10/keyserver.c:1185 +#: g10/keyserver.c:1192 #, fuzzy, c-format msgid "searching for names from %s\n" msgstr "caut \"%s\" de pe %s\n" -#: g10/keyserver.c:1338 +#: g10/keyserver.c:1345 #, c-format msgid "sending key %s to %s server %s\n" msgstr "trimit cheia %s serverului %s %s\n" -#: g10/keyserver.c:1342 +#: g10/keyserver.c:1349 #, c-format msgid "sending key %s to %s\n" msgstr "trimit cheia %s lui %s\n" -#: g10/keyserver.c:1385 +#: g10/keyserver.c:1392 #, c-format msgid "searching for \"%s\" from %s server %s\n" msgstr "caut \"%s\" de pe serverul %s %s\n" -#: g10/keyserver.c:1388 +#: g10/keyserver.c:1395 #, c-format msgid "searching for \"%s\" from %s\n" msgstr "caut \"%s\" de pe %s\n" -#: g10/keyserver.c:1395 g10/keyserver.c:1491 +#: g10/keyserver.c:1402 g10/keyserver.c:1498 msgid "no keyserver action!\n" msgstr "nici o aciune pentru serverul de chei!\n" -#: g10/keyserver.c:1443 +#: g10/keyserver.c:1450 #, c-format msgid "WARNING: keyserver handler from a different version of GnuPG (%s)\n" msgstr "" "AVERTISMENT: manipulator server de chei dintr-o versiune diferit de GnuPG (%" "s)\n" -#: g10/keyserver.c:1452 +#: g10/keyserver.c:1459 msgid "keyserver did not send VERSION\n" msgstr "serverul de chei nu a trimis VERSION (versiune)\n" -#: g10/keyserver.c:1514 g10/keyserver.c:2042 +#: g10/keyserver.c:1521 g10/keyserver.c:2049 msgid "no keyserver known (use option --keyserver)\n" msgstr "nici un server de chei cunoscut (folosii opiunea --keyserver)\n" -#: g10/keyserver.c:1520 +#: g10/keyserver.c:1527 msgid "external keyserver calls are not supported in this build\n" msgstr "" "apeluri ctre server de chei extern nu este suportat de acest program\n" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1539 #, c-format msgid "no handler for keyserver scheme `%s'\n" msgstr "nici un manipulator (handler) pentru schema serverului de chei `%s'\n" -#: g10/keyserver.c:1537 +#: g10/keyserver.c:1544 #, c-format msgid "action `%s' not supported with keyserver scheme `%s'\n" msgstr "aciunea `%s' nu este suportat cu schema serverului de chei `%s'\n" -#: g10/keyserver.c:1545 +#: g10/keyserver.c:1552 #, c-format msgid "%s does not support handler version %d\n" msgstr "%s nu suport versiunea de manipulator (handler) %d\n" -#: g10/keyserver.c:1552 +#: g10/keyserver.c:1559 msgid "keyserver timed out\n" msgstr "serverul de chei a epuizat timpul de ateptare (timed out)\n" -#: g10/keyserver.c:1557 +#: g10/keyserver.c:1564 msgid "keyserver internal error\n" msgstr "eroare intern server de chei\n" -#: g10/keyserver.c:1566 +#: g10/keyserver.c:1573 #, c-format msgid "keyserver communications error: %s\n" msgstr "eroare de comunicare server de chei: %s\n" -#: g10/keyserver.c:1591 g10/keyserver.c:1625 +#: g10/keyserver.c:1598 g10/keyserver.c:1632 #, c-format msgid "\"%s\" not a key ID: skipping\n" msgstr "\"%s\" nu este un ID de cheie: srit\n" -#: g10/keyserver.c:1884 +#: g10/keyserver.c:1891 #, 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:1906 +#: g10/keyserver.c:1913 #, c-format msgid "refreshing 1 key from %s\n" msgstr "reactualizez 1 cheie de la %s\n" -#: g10/keyserver.c:1908 +#: g10/keyserver.c:1915 #, c-format msgid "refreshing %d keys from %s\n" msgstr "reactualizez %d chei de la %s\n" -#: g10/keyserver.c:1964 +#: g10/keyserver.c:1971 #, fuzzy, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "AVERTISMENT: nu pot reactualiza cheia %s via %s: %s\n" -#: g10/keyserver.c:1970 +#: g10/keyserver.c:1977 #, fuzzy, c-format msgid "WARNING: unable to parse URI %s\n" msgstr "AVERTISMENT: nu pot reactualiza cheia %s via %s: %s\n" @@ -5249,18 +5253,18 @@ msgid "WARNING: options in `%s' are not yet active during this run\n" msgstr "" "AVERTISMENT: opiunile din %s nu sunt nc active n timpul acestei rulri\n" -#: g10/parse-packet.c:192 +#: g10/parse-packet.c:193 #, c-format msgid "can't handle public key algorithm %d\n" msgstr "nu pot mnui algoritmul cu cheie public %d\n" -#: g10/parse-packet.c:762 +#: g10/parse-packet.c:798 msgid "WARNING: potentially insecure symmetrically encrypted session key\n" msgstr "" "AVERTISMENT: cheie de sesiune cifrat simetric potenial nesigur " "(insecure)\n" -#: g10/parse-packet.c:1213 +#: g10/parse-packet.c:1249 #, c-format msgid "subpacket of type %d has critical bit set\n" msgstr "subpachetul de tip %d are bitul critic setat\n" @@ -5868,7 +5872,7 @@ msgstr "cheie slab creat - rencerc\n" msgid "cannot avoid weak key for symmetric cipher; tried %d times!\n" msgstr "nu pot evita cheie slab pentru cifru simetric; am ncercat %d ori!\n" -#: g10/seskey.c:229 +#: g10/seskey.c:229 sm/certcheck.c:91 msgid "DSA requires the hash length to be a multiple of 8 bits\n" msgstr "" @@ -6433,7 +6437,7 @@ msgstr "" msgid "iconv_open failed: %s\n" msgstr "nu pot deschide fiierul: %s\n" -#: jnlib/utf8conv.c:331 jnlib/utf8conv.c:597 +#: jnlib/utf8conv.c:338 jnlib/utf8conv.c:604 #, fuzzy, c-format msgid "conversion from `%s' to `%s' failed: %s\n" msgstr "redenumirea `%s' ca `%s' a euat: %s\n" @@ -6654,7 +6658,7 @@ msgstr "nu pot accesa %s - card OpenPGP invalid?\n" msgid "run in multi server mode (foreground)" msgstr "" -#: scd/scdaemon.c:113 sm/gpgsm.c:356 +#: scd/scdaemon.c:113 sm/gpgsm.c:359 #, fuzzy msgid "read options from file" msgstr "citesc opiuni din `%s'\n" @@ -6698,21 +6702,21 @@ msgid "" "Smartcard daemon for GnuPG\n" msgstr "" -#: scd/scdaemon.c:684 +#: scd/scdaemon.c:664 msgid "please use the option `--daemon' to run the program in the background\n" msgstr "" -#: scd/scdaemon.c:1032 +#: scd/scdaemon.c:1012 #, c-format msgid "handler for fd %d started\n" msgstr "" -#: scd/scdaemon.c:1037 +#: scd/scdaemon.c:1017 #, c-format msgid "handler for fd %d terminated\n" msgstr "" -#: sm/base64.c:323 +#: sm/base64.c:327 #, fuzzy, c-format msgid "invalid radix64 character %02x skipped\n" msgstr "caracter radix64 invalid %02X srit\n" @@ -6736,180 +6740,186 @@ msgstr "gpg-agent versiune protocol %d nu este suportat\n" msgid "can't connect to the dirmngr - trying fall back\n" msgstr "" -#: sm/certchain.c:165 +#: sm/certchain.c:176 #, fuzzy, c-format msgid "critical certificate extension %s is not supported" msgstr "gpg-agent versiune protocol %d nu este suportat\n" -#: sm/certchain.c:203 +#: sm/certchain.c:214 msgid "issuer certificate is not marked as a CA" msgstr "" -#: sm/certchain.c:242 +#: sm/certchain.c:253 msgid "critical marked policy without configured policies" msgstr "" -#: sm/certchain.c:252 +#: sm/certchain.c:263 #, fuzzy, c-format msgid "failed to open `%s': %s\n" msgstr "Nu pot deschide `%s': %s\n" -#: sm/certchain.c:259 sm/certchain.c:288 +#: sm/certchain.c:270 sm/certchain.c:299 msgid "note: non-critical certificate policy not allowed" msgstr "" -#: sm/certchain.c:263 sm/certchain.c:292 +#: sm/certchain.c:274 sm/certchain.c:303 #, fuzzy msgid "certificate policy not allowed" msgstr "exportul cheilor secrete nu este permis\n" -#: sm/certchain.c:403 +#: sm/certchain.c:414 msgid "looking up issuer at external location\n" msgstr "" -#: sm/certchain.c:423 +#: sm/certchain.c:434 #, c-format msgid "number of issuers matching: %d\n" msgstr "" -#: sm/certchain.c:576 sm/certchain.c:740 sm/certchain.c:1266 sm/decrypt.c:261 +#: sm/certchain.c:587 sm/certchain.c:753 sm/certchain.c:1334 sm/decrypt.c:261 #: sm/encrypt.c:343 sm/sign.c:328 sm/verify.c:107 #, fuzzy msgid "failed to allocated keyDB handle\n" msgstr "am euat s stochez cheia: %s\n" -#: sm/certchain.c:667 +#: sm/certchain.c:678 #, fuzzy msgid "certificate has been revoked" msgstr "NOT: cheia a fost revocat" -#: sm/certchain.c:676 +#: sm/certchain.c:687 #, fuzzy msgid "no CRL found for certificate" msgstr "certificat incorect" -#: sm/certchain.c:680 +#: sm/certchain.c:691 #, fuzzy msgid "the available CRL is too old" msgstr "Cheie disponibil la: " -#: sm/certchain.c:682 +#: sm/certchain.c:693 msgid "please make sure that the \"dirmngr\" is properly installed\n" msgstr "" -#: sm/certchain.c:687 +#: sm/certchain.c:698 #, fuzzy, c-format msgid "checking the CRL failed: %s" msgstr "verificarea semnturii create a euat: %s\n" -#: sm/certchain.c:765 +#: sm/certchain.c:794 #, fuzzy msgid "no issuer found in certificate" msgstr "genereaz un certificat de revocare" -#: sm/certchain.c:792 +#: sm/certchain.c:823 #, c-format msgid "certificate with invalid validity: %s" msgstr "" -#: sm/certchain.c:808 +#: sm/certchain.c:839 msgid "certificate not yet valid" msgstr "" -#: sm/certchain.c:821 +#: sm/certchain.c:852 #, fuzzy msgid "certificate has expired" msgstr "Aceast cheie a expirat!" -#: sm/certchain.c:864 +#: sm/certchain.c:895 msgid "self-signed certificate has a BAD signature" msgstr "" -#: sm/certchain.c:932 +#: sm/certchain.c:963 msgid "root certificate is not marked trusted" msgstr "" -#: sm/certchain.c:947 +#: sm/certchain.c:978 #, fuzzy, c-format msgid "fingerprint=%s\n" msgstr "Amprenta CA: " -#: sm/certchain.c:955 +#: sm/certchain.c:986 msgid "root certificate has now been marked as trusted\n" msgstr "" -#: sm/certchain.c:970 +#: sm/certchain.c:1001 msgid "interactive marking as trusted not enabled in gpg-agent\n" msgstr "" -#: sm/certchain.c:976 +#: sm/certchain.c:1007 msgid "interactive marking as trusted disabled for this session\n" msgstr "" -#: sm/certchain.c:986 +#: sm/certchain.c:1017 #, fuzzy, c-format msgid "checking the trust list failed: %s\n" msgstr "verificarea semnturii create a euat: %s\n" -#: sm/certchain.c:1013 sm/import.c:158 +#: sm/certchain.c:1044 sm/import.c:159 msgid "certificate chain too long\n" msgstr "" -#: sm/certchain.c:1025 +#: sm/certchain.c:1056 msgid "issuer certificate not found" msgstr "" -#: sm/certchain.c:1058 +#: sm/certchain.c:1089 #, fuzzy msgid "certificate has a BAD signature" msgstr "verific o semntur" -#: sm/certchain.c:1088 +#: sm/certchain.c:1119 msgid "found another possible matching CA certificate - trying again" msgstr "" -#: sm/certchain.c:1139 +#: sm/certchain.c:1170 #, c-format msgid "certificate chain longer than allowed by CA (%d)" msgstr "" -#: sm/certcheck.c:52 -msgid "DSA requires the use of a 160 bit hash algorithm\n" -msgstr "DSA necesit folosirea unui algoritm cu hash de 160 bii\n" +#: sm/certcheck.c:103 +#, c-format +msgid "%s key uses an unsafe (%u bit) hash\n" +msgstr "" + +#: sm/certcheck.c:113 +#, c-format +msgid "a %u bit hash is not valid for a %u bit %s key\n" +msgstr "" -#: sm/certcheck.c:177 sm/sign.c:482 sm/verify.c:189 +#: sm/certcheck.c:250 sm/sign.c:482 sm/verify.c:189 msgid "(this is the MD2 algorithm)\n" msgstr "" -#: sm/certdump.c:68 sm/certdump.c:154 +#: sm/certdump.c:68 sm/certdump.c:151 #, fuzzy msgid "none" msgstr "nu" -#: sm/certdump.c:163 +#: sm/certdump.c:162 #, fuzzy msgid "[none]" msgstr "[nesetat()]" -#: sm/certdump.c:536 sm/certdump.c:599 +#: sm/certdump.c:552 sm/certdump.c:597 sm/certdump.c:662 sm/certdump.c:715 #, fuzzy msgid "[Error - invalid encoding]" msgstr "Eroare: rspuns invalid.\n" -#: sm/certdump.c:544 +#: sm/certdump.c:560 sm/certdump.c:605 msgid "[Error - out of core]" msgstr "" -#: sm/certdump.c:579 +#: sm/certdump.c:642 sm/certdump.c:698 msgid "[Error - No name]" msgstr "" -#: sm/certdump.c:604 +#: sm/certdump.c:667 sm/certdump.c:721 #, fuzzy msgid "[Error - invalid DN]" msgstr "Eroare: rspuns invalid.\n" -#: sm/certdump.c:818 +#: sm/certdump.c:930 #, fuzzy, c-format msgid "" "Please enter the passphrase to unlock the secret key for:\n" @@ -6925,7 +6935,7 @@ msgstr "" msgid "no key usage specified - assuming all usages\n" msgstr "" -#: sm/certlist.c:135 sm/keylist.c:255 +#: sm/certlist.c:135 sm/keylist.c:258 #, fuzzy, c-format msgid "error getting key usage information: %s\n" msgstr "eroare la obinerea informaiei pentru cheia curent: %s\n" @@ -7012,7 +7022,7 @@ msgstr "" msgid "certificate `%s' not found: %s\n" msgstr "cheia secret \"%s\" nu a fost gsit: %s\n" -#: sm/delete.c:113 sm/keydb.c:1392 sm/keydb.c:1485 +#: sm/delete.c:113 sm/keydb.c:1397 sm/keydb.c:1497 #, fuzzy, c-format msgid "error locking keybox: %s\n" msgstr "eroare la citire keyblock: %s\n" @@ -7037,192 +7047,192 @@ msgstr "stergere keyblock a euat: %s\n" msgid "no valid recipients given\n" msgstr "(Nici o descriere dat)\n" -#: sm/export.c:562 sm/export.c:578 sm/import.c:525 sm/import.c:550 +#: sm/export.c:615 sm/export.c:631 sm/import.c:526 sm/import.c:551 #, fuzzy, c-format msgid "error creating temporary file: %s\n" msgstr "eroare la crearea frazei-parol: %s\n" -#: sm/export.c:569 sm/import.c:533 +#: sm/export.c:622 sm/import.c:534 #, fuzzy, c-format msgid "error writing to temporary file: %s\n" msgstr "%s: eroare scriere nregistrare dir: %s\n" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:244 #, fuzzy msgid "|[FILE]|make a signature" msgstr "|[fiier]|creaz o semntur" -#: sm/gpgsm.c:244 +#: sm/gpgsm.c:245 #, fuzzy msgid "|[FILE]|make a clear text signature" msgstr "|[fiier]|creaz o semntur text n clar" -#: sm/gpgsm.c:252 +#: sm/gpgsm.c:253 #, fuzzy msgid "list external keys" msgstr "enumer chei secrete" -#: sm/gpgsm.c:254 +#: sm/gpgsm.c:255 #, fuzzy msgid "list certificate chain" msgstr "certificat incorect" -#: sm/gpgsm.c:257 +#: sm/gpgsm.c:258 #, fuzzy msgid "remove key from the public keyring" msgstr "terge chei de pe inelul de chei public" -#: sm/gpgsm.c:260 +#: sm/gpgsm.c:261 #, fuzzy msgid "import certificates" msgstr "certificat incorect" -#: sm/gpgsm.c:261 +#: sm/gpgsm.c:262 #, fuzzy msgid "export certificates" msgstr "certificat incorect" -#: sm/gpgsm.c:262 +#: sm/gpgsm.c:263 #, fuzzy msgid "register a smartcard" msgstr "adaug o cheie la un smartcard" -#: sm/gpgsm.c:264 +#: sm/gpgsm.c:265 msgid "pass a command to the dirmngr" msgstr "" -#: sm/gpgsm.c:266 +#: sm/gpgsm.c:267 msgid "invoke gpg-protect-tool" msgstr "" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:268 #, fuzzy msgid "change a passphrase" msgstr "schimb fraza-parol" -#: sm/gpgsm.c:282 +#: sm/gpgsm.c:283 #, fuzzy msgid "create base-64 encoded output" msgstr "creaz ieire n armur ascii" -#: sm/gpgsm.c:284 +#: sm/gpgsm.c:287 msgid "assume input is in PEM format" msgstr "" -#: sm/gpgsm.c:286 +#: sm/gpgsm.c:289 msgid "assume input is in base-64 format" msgstr "" -#: sm/gpgsm.c:288 +#: sm/gpgsm.c:291 msgid "assume input is in binary format" msgstr "" -#: sm/gpgsm.c:293 +#: sm/gpgsm.c:296 msgid "use system's dirmngr if available" msgstr "" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "never consult a CRL" msgstr "" -#: sm/gpgsm.c:301 +#: sm/gpgsm.c:304 msgid "check validity using OCSP" msgstr "" -#: sm/gpgsm.c:304 +#: sm/gpgsm.c:307 msgid "|N|number of certificates to include" msgstr "" -#: sm/gpgsm.c:307 +#: sm/gpgsm.c:310 msgid "|FILE|take policy information from FILE" msgstr "" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "do not check certificate policies" msgstr "" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "fetch missing issuer certificates" msgstr "" -#: sm/gpgsm.c:318 +#: sm/gpgsm.c:321 msgid "|NAME|use NAME as default recipient" msgstr "|NUME|folosete NUME ca destinatar implicit" -#: sm/gpgsm.c:320 +#: sm/gpgsm.c:323 msgid "use the default key as default recipient" msgstr "folosete cheia implicit ca destinatar implicit" -#: sm/gpgsm.c:337 +#: sm/gpgsm.c:340 msgid "don't use the terminal at all" msgstr "nu folosi deloc terminalul" -#: sm/gpgsm.c:341 +#: sm/gpgsm.c:344 msgid "force v3 signatures" msgstr "foreaz semnturi v3" -#: sm/gpgsm.c:342 +#: sm/gpgsm.c:345 msgid "always use a MDC for encryption" msgstr "folosete ntotdeauna un MDC pentru cifrare" -#: sm/gpgsm.c:347 +#: sm/gpgsm.c:350 msgid "batch mode: never ask" msgstr "modul batch: nu ntreba niciodat" -#: sm/gpgsm.c:348 +#: sm/gpgsm.c:351 msgid "assume yes on most questions" msgstr "presupune da la cele mai multe ntrebri" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 msgid "assume no on most questions" msgstr "presupune nu la cele mai multe ntrebri" -#: sm/gpgsm.c:351 +#: sm/gpgsm.c:354 msgid "add this keyring to the list of keyrings" msgstr "adaug acest inel de chei la lista inelelor de chei" -#: sm/gpgsm.c:352 +#: sm/gpgsm.c:355 msgid "add this secret keyring to the list" msgstr "adaug acest inel de chei secret la list" -#: sm/gpgsm.c:353 +#: sm/gpgsm.c:356 msgid "|NAME|use NAME as default secret key" msgstr "|NUME|folosete NUME ca cheie secret implicit" -#: sm/gpgsm.c:354 +#: sm/gpgsm.c:357 msgid "|HOST|use this keyserver to lookup keys" msgstr "|HOST|folosete acest server de chei pentru a cuta chei" -#: sm/gpgsm.c:355 +#: sm/gpgsm.c:358 msgid "|NAME|set terminal charset to NAME" msgstr "|NUME|seteaz charset-ul pentru terminal ca NUME" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "" -#: sm/gpgsm.c:374 +#: sm/gpgsm.c:377 msgid "|FILE|load extension module FILE" msgstr "|FIIER|ncarc modulul extensie FIIER" -#: sm/gpgsm.c:380 +#: sm/gpgsm.c:383 msgid "|NAME|use cipher algorithm NAME" msgstr "|NUME|folosete algoritm cifrare NUME" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 msgid "|NAME|use message digest algorithm NAME" msgstr "|NUME|folosete algoritm rezumat mesaj NUME" -#: sm/gpgsm.c:384 +#: sm/gpgsm.c:387 msgid "|N|use compress algorithm N" msgstr "|N|folosete algoritm compresie N" -#: sm/gpgsm.c:520 +#: sm/gpgsm.c:524 #, fuzzy msgid "Usage: gpgsm [options] [files] (-h for help)" msgstr "Folosire: gpg [opiuni] [fiiere] (-h pentru ajutor)" -#: sm/gpgsm.c:523 +#: sm/gpgsm.c:527 #, fuzzy msgid "" "Syntax: gpgsm [options] [files]\n" @@ -7233,45 +7243,40 @@ msgstr "" "sign, check, encrypt sau decrypt\n" "operaiunea implicit depinde de datele de intrare\n" -#: sm/gpgsm.c:617 +#: sm/gpgsm.c:621 #, fuzzy msgid "usage: gpgsm [options] " msgstr "folosire: gpg [opiuni] " -#: sm/gpgsm.c:698 +#: sm/gpgsm.c:702 #, fuzzy, c-format msgid "can't encrypt to `%s': %s\n" msgstr "nu m pot conecta la `%s': %s\n" -#: sm/gpgsm.c:773 -#, c-format -msgid "libksba is too old (need %s, have %s)\n" -msgstr "" - -#: sm/gpgsm.c:1249 +#: sm/gpgsm.c:1253 msgid "WARNING: running with faked system time: " msgstr "" -#: sm/gpgsm.c:1328 +#: sm/gpgsm.c:1332 #, c-format msgid "importing common certificates `%s'\n" msgstr "" -#: sm/gpgsm.c:1346 +#: sm/gpgsm.c:1350 #, fuzzy, c-format msgid "can't sign using `%s': %s\n" msgstr "nu pot accesa `%s': %s\n" -#: sm/gpgsm.c:1536 +#: sm/gpgsm.c:1542 msgid "this command has not yet been implemented\n" msgstr "" -#: sm/gpgsm.c:1601 +#: sm/gpgsm.c:1606 #, fuzzy msgid "key generation is not available from the commandline\n" msgstr "gpg-agent nu este disponibil n aceast sesiune\n" -#: sm/gpgsm.c:1602 +#: sm/gpgsm.c:1607 #, fuzzy, c-format msgid "please use the script \"%s\" to generate a new key\n" msgstr "V rugm selectai tipul de cheie de generat:\n" @@ -7281,21 +7286,21 @@ msgstr "V rugm selectai tipul de cheie de generat:\n" msgid "total number processed: %lu\n" msgstr "Numr total procesate: %lu\n" -#: sm/import.c:227 +#: sm/import.c:228 #, fuzzy msgid "error storing certificate\n" msgstr "genereaz un certificat de revocare" -#: sm/import.c:235 +#: sm/import.c:236 msgid "basic certificate checks failed - not imported\n" msgstr "" -#: sm/import.c:421 sm/import.c:453 +#: sm/import.c:422 sm/import.c:454 #, fuzzy, c-format msgid "error importing certificate: %s\n" msgstr "eroare la obinerea numrului serial: %s\n" -#: sm/import.c:542 tools/gpg-connect-agent.c:384 +#: sm/import.c:543 tools/gpg-connect-agent.c:388 #, fuzzy, c-format msgid "error reading input: %s\n" msgstr "eroare la citire `%s': %s\n" @@ -7314,12 +7319,12 @@ msgstr "" msgid "keybox `%s' created\n" msgstr "inelul de chei `%s' creat\n" -#: sm/keydb.c:1312 sm/keydb.c:1378 +#: sm/keydb.c:1312 sm/keydb.c:1380 #, fuzzy msgid "failed to get the fingerprint\n" msgstr "am euat s stochez amprenta: %s\n" -#: sm/keydb.c:1319 sm/keydb.c:1385 +#: sm/keydb.c:1319 sm/keydb.c:1387 #, fuzzy msgid "failed to allocate keyDB handle\n" msgstr "am euat s stochez cheia: %s\n" @@ -7339,17 +7344,17 @@ msgstr "eroare la obinerea numrului serial: %s\n" msgid "error storing certificate: %s\n" msgstr "eroare la obinerea numrului serial: %s\n" -#: sm/keydb.c:1400 +#: sm/keydb.c:1408 #, fuzzy, c-format msgid "problem re-searching certificate: %s\n" msgstr "rev? probleme la verificare revocrii: %s\n" -#: sm/keydb.c:1409 sm/keydb.c:1497 +#: sm/keydb.c:1417 sm/keydb.c:1509 #, fuzzy, c-format msgid "error getting stored flags: %s\n" msgstr "eroare la obinere noului PIN: %s\n" -#: sm/keydb.c:1418 sm/keydb.c:1508 +#: sm/keydb.c:1429 sm/keydb.c:1520 #, fuzzy, c-format msgid "error storing flags: %s\n" msgstr "eroare la citire `%s': %s\n" @@ -7422,103 +7427,107 @@ msgstr "Semntur bun din \"%s\"" msgid " aka" msgstr " aka \"%s\"" -#: tools/gpg-connect-agent.c:60 tools/gpgconf.c:70 tools/symcryptrun.c:186 +#: tools/gpg-connect-agent.c:61 tools/gpgconf.c:70 tools/symcryptrun.c:167 #, fuzzy msgid "quiet" msgstr "termin" -#: tools/gpg-connect-agent.c:61 +#: tools/gpg-connect-agent.c:62 msgid "print data out hex encoded" msgstr "" -#: tools/gpg-connect-agent.c:62 +#: tools/gpg-connect-agent.c:63 +msgid "decode received data lines" +msgstr "" + +#: tools/gpg-connect-agent.c:64 msgid "|NAME|connect to Assuan socket NAME" msgstr "" -#: tools/gpg-connect-agent.c:63 +#: tools/gpg-connect-agent.c:65 msgid "run the Assuan server given on the command line" msgstr "" -#: tools/gpg-connect-agent.c:65 +#: tools/gpg-connect-agent.c:67 msgid "do not use extended connect mode" msgstr "" -#: tools/gpg-connect-agent.c:126 +#: tools/gpg-connect-agent.c:129 #, fuzzy msgid "Usage: gpg-connect-agent [options] (-h for help)" msgstr "Folosire: gpg [opiuni] [fiiere] (-h pentru ajutor)" -#: tools/gpg-connect-agent.c:129 +#: tools/gpg-connect-agent.c:132 msgid "" "Syntax: gpg-connect-agent [options]\n" "Connect to a running agent and send commands\n" msgstr "" -#: tools/gpg-connect-agent.c:324 +#: tools/gpg-connect-agent.c:328 #, c-format msgid "option \"%s\" requires a program and optional arguments\n" msgstr "" -#: tools/gpg-connect-agent.c:333 +#: tools/gpg-connect-agent.c:337 #, c-format msgid "option \"%s\" ignored due to \"%s\"\n" msgstr "" -#: tools/gpg-connect-agent.c:391 +#: tools/gpg-connect-agent.c:395 #, fuzzy msgid "line too long - skipped\n" msgstr "linie prea lung" -#: tools/gpg-connect-agent.c:395 +#: tools/gpg-connect-agent.c:399 msgid "line shortened due to embedded Nul character\n" msgstr "" -#: tools/gpg-connect-agent.c:457 +#: tools/gpg-connect-agent.c:471 #, fuzzy, c-format msgid "unknown command `%s'\n" msgstr "opiune necunoscut `%s'\n" -#: tools/gpg-connect-agent.c:465 +#: tools/gpg-connect-agent.c:479 #, fuzzy, c-format msgid "sending line failed: %s\n" msgstr "semnarea a euat: %s\n" -#: tools/gpg-connect-agent.c:473 +#: tools/gpg-connect-agent.c:487 #, fuzzy, c-format msgid "receiving line failed: %s\n" msgstr "citirea cheii publice a euat: %s\n" -#: tools/gpg-connect-agent.c:746 +#: tools/gpg-connect-agent.c:797 #, fuzzy, c-format msgid "error sending %s command: %s\n" msgstr "eroare trimitere la `%s': %s\n" -#: tools/gpg-connect-agent.c:755 +#: tools/gpg-connect-agent.c:806 #, fuzzy, c-format msgid "error sending standard options: %s\n" msgstr "eroare trimitere la `%s': %s\n" #: tools/gpgconf-comp.c:445 tools/gpgconf-comp.c:525 tools/gpgconf-comp.c:592 -#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:720 +#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:723 msgid "Options controlling the diagnostic output" msgstr "" #: tools/gpgconf-comp.c:458 tools/gpgconf-comp.c:538 tools/gpgconf-comp.c:605 -#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:743 +#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:746 msgid "Options controlling the configuration" msgstr "" #: tools/gpgconf-comp.c:468 tools/gpgconf-comp.c:563 tools/gpgconf-comp.c:612 -#: tools/gpgconf-comp.c:671 tools/gpgconf-comp.c:750 +#: tools/gpgconf-comp.c:674 tools/gpgconf-comp.c:753 msgid "Options useful for debugging" msgstr "" #: tools/gpgconf-comp.c:473 tools/gpgconf-comp.c:568 tools/gpgconf-comp.c:617 -#: tools/gpgconf-comp.c:676 tools/gpgconf-comp.c:758 +#: tools/gpgconf-comp.c:679 tools/gpgconf-comp.c:761 msgid "|FILE|write server mode logs to FILE" msgstr "" -#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:684 +#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:687 msgid "Options controlling the security" msgstr "" @@ -7546,31 +7555,36 @@ msgstr "" msgid "allow PKA lookups (DNS requests)" msgstr "" -#: tools/gpgconf-comp.c:689 +#: tools/gpgconf-comp.c:669 +#, fuzzy +msgid "|NAME|use encoding NAME for PKCS#12 passphrases" +msgstr "|NUME|folosete algoritm cifrare NUME pentru fraza-parol" + +#: tools/gpgconf-comp.c:692 msgid "do not check CRLs for root certificates" msgstr "" -#: tools/gpgconf-comp.c:733 +#: tools/gpgconf-comp.c:736 msgid "Options controlling the format of the output" msgstr "" -#: tools/gpgconf-comp.c:769 +#: tools/gpgconf-comp.c:772 msgid "Options controlling the interactivity and enforcement" msgstr "" -#: tools/gpgconf-comp.c:779 +#: tools/gpgconf-comp.c:782 msgid "Configuration for HTTP servers" msgstr "" -#: tools/gpgconf-comp.c:790 +#: tools/gpgconf-comp.c:793 msgid "use system's HTTP proxy setting" msgstr "" -#: tools/gpgconf-comp.c:795 +#: tools/gpgconf-comp.c:798 msgid "Configuration of LDAP servers to use" msgstr "" -#: tools/gpgconf-comp.c:832 +#: tools/gpgconf-comp.c:835 msgid "Configuration for OCSP" msgstr "" @@ -7634,7 +7648,7 @@ msgstr "Nu sunt permise comenzi administrare\n" msgid "error allocating enough memory: %s\n" msgstr "eroare la crearea inelului de chei `%s': %s\n" -#: tools/symcryptrun.c:173 +#: tools/symcryptrun.c:154 #, fuzzy msgid "" "@\n" @@ -7644,166 +7658,169 @@ msgstr "" "@Comenzi:\n" " " -#: tools/symcryptrun.c:175 +#: tools/symcryptrun.c:156 #, fuzzy msgid "decryption modus" msgstr "decriptare OK\n" -#: tools/symcryptrun.c:176 +#: tools/symcryptrun.c:157 #, fuzzy msgid "encryption modus" msgstr "decriptare OK\n" -#: tools/symcryptrun.c:180 +#: tools/symcryptrun.c:161 msgid "tool class (confucius)" msgstr "" -#: tools/symcryptrun.c:181 +#: tools/symcryptrun.c:162 #, fuzzy msgid "program filename" msgstr "--store [nume_fiier]" -#: tools/symcryptrun.c:183 +#: tools/symcryptrun.c:164 msgid "secret key file (required)" msgstr "" -#: tools/symcryptrun.c:184 +#: tools/symcryptrun.c:165 msgid "input file name (default stdin)" msgstr "" -#: tools/symcryptrun.c:228 +#: tools/symcryptrun.c:209 #, fuzzy msgid "Usage: symcryptrun [options] (-h for help)" msgstr "Folosire: gpg [opiuni] [fiiere] (-h pentru ajutor)" -#: tools/symcryptrun.c:231 +#: tools/symcryptrun.c:212 msgid "" "Syntax: symcryptrun --class CLASS --program PROGRAM --keyfile KEYFILE " "[options...] COMMAND [inputfile]\n" "Call a simple symmetric encryption tool\n" msgstr "" -#: tools/symcryptrun.c:313 +#: tools/symcryptrun.c:294 #, fuzzy, c-format msgid "%s on %s aborted with status %i\n" msgstr "%s nu este permis cu %s!\n" -#: tools/symcryptrun.c:320 +#: tools/symcryptrun.c:301 #, fuzzy, c-format msgid "%s on %s failed with status %i\n" msgstr "fstat pentru `%s' a euat n %s: %s\n" -#: tools/symcryptrun.c:346 +#: tools/symcryptrun.c:327 #, fuzzy, c-format msgid "can't create temporary directory `%s': %s\n" msgstr "nu pot crea directorul `%s': %s\n" -#: tools/symcryptrun.c:386 tools/symcryptrun.c:403 +#: tools/symcryptrun.c:367 tools/symcryptrun.c:384 #, fuzzy, c-format msgid "could not open %s for writing: %s\n" msgstr "nu pot deschide %s: %s\n" -#: tools/symcryptrun.c:414 +#: tools/symcryptrun.c:395 #, fuzzy, c-format msgid "error writing to %s: %s\n" msgstr "eroare la scrierea inelului de chei `%s': %s\n" -#: tools/symcryptrun.c:421 +#: tools/symcryptrun.c:402 #, fuzzy, c-format msgid "error reading from %s: %s\n" msgstr "eroare la citire `%s': %s\n" -#: tools/symcryptrun.c:428 tools/symcryptrun.c:435 +#: tools/symcryptrun.c:409 tools/symcryptrun.c:416 #, fuzzy, c-format msgid "error closing %s: %s\n" msgstr "eroare n `%s': %s\n" -#: tools/symcryptrun.c:545 +#: tools/symcryptrun.c:526 #, fuzzy msgid "no --program option provided\n" msgstr "nu este suportat execuia nici unui program la distan\n" -#: tools/symcryptrun.c:551 +#: tools/symcryptrun.c:532 msgid "only --decrypt and --encrypt are supported\n" msgstr "" -#: tools/symcryptrun.c:557 +#: tools/symcryptrun.c:538 msgid "no --keyfile option provided\n" msgstr "" -#: tools/symcryptrun.c:568 +#: tools/symcryptrun.c:549 msgid "cannot allocate args vector\n" msgstr "" -#: tools/symcryptrun.c:586 +#: tools/symcryptrun.c:567 #, fuzzy, c-format msgid "could not create pipe: %s\n" msgstr "nu pot crea `%s': %s\n" -#: tools/symcryptrun.c:593 +#: tools/symcryptrun.c:574 #, fuzzy, c-format msgid "could not create pty: %s\n" msgstr "nu pot crea `%s': %s\n" -#: tools/symcryptrun.c:609 +#: tools/symcryptrun.c:590 #, c-format msgid "could not fork: %s\n" msgstr "" -#: tools/symcryptrun.c:637 +#: tools/symcryptrun.c:618 #, fuzzy, c-format msgid "execv failed: %s\n" msgstr "actualizarea a euat: %s\n" -#: tools/symcryptrun.c:666 +#: tools/symcryptrun.c:647 #, fuzzy, c-format msgid "select failed: %s\n" msgstr "stergere keyblock a euat: %s\n" -#: tools/symcryptrun.c:683 +#: tools/symcryptrun.c:664 #, fuzzy, c-format msgid "read failed: %s\n" msgstr "actualizarea a euat: %s\n" -#: tools/symcryptrun.c:735 +#: tools/symcryptrun.c:716 #, fuzzy, c-format msgid "pty read failed: %s\n" msgstr "actualizarea a euat: %s\n" -#: tools/symcryptrun.c:787 +#: tools/symcryptrun.c:768 #, fuzzy, c-format msgid "waitpid failed: %s\n" msgstr "actualizarea a euat: %s\n" -#: tools/symcryptrun.c:801 +#: tools/symcryptrun.c:782 #, c-format msgid "child aborted with status %i\n" msgstr "" -#: tools/symcryptrun.c:856 +#: tools/symcryptrun.c:837 #, fuzzy, c-format msgid "cannot allocate infile string: %s\n" msgstr "nu pot deschide fiierul: %s\n" -#: tools/symcryptrun.c:869 +#: tools/symcryptrun.c:850 #, fuzzy, c-format msgid "cannot allocate outfile string: %s\n" msgstr "nu pot crea fiier de rezerv `%s': %s\n" -#: tools/symcryptrun.c:1044 +#: tools/symcryptrun.c:1025 #, c-format msgid "either %s or %s must be given\n" msgstr "" -#: tools/symcryptrun.c:1064 +#: tools/symcryptrun.c:1045 msgid "no class provided\n" msgstr "" -#: tools/symcryptrun.c:1071 +#: tools/symcryptrun.c:1052 #, fuzzy, c-format msgid "class %s is not supported\n" msgstr "algoritm rezumat %d nu este suportat\n" +#~ msgid "DSA requires the use of a 160 bit hash algorithm\n" +#~ msgstr "DSA necesit folosirea unui algoritm cu hash de 160 bii\n" + #, fuzzy #~ msgid ".\n" #~ msgstr "%s.\n" @@ -8247,9 +8264,6 @@ msgstr "algoritm rezumat %d nu este suportat\n" #~ msgid "|NAME|use message digest algorithm NAME for passphrases" #~ msgstr "|NUME|folosete algoritm rezumat mesaj NUME pentru fraza-parol" -#~ msgid "|NAME|use cipher algorithm NAME for passphrases" -#~ msgstr "|NUME|folosete algoritm cifrare NUME pentru fraza-parol" - #~ msgid "throw keyid field of encrypted packets" #~ msgstr "ignor cmp keyid pentru pachete cifrate" @@ -8,7 +8,7 @@ msgid "" msgstr "" "Project-Id-Version: GnuPG 2.0.0\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2007-03-08 14:20+0100\n" +"POT-Creation-Date: 2007-05-07 20:39+0200\n" "PO-Revision-Date: 2006-11-07 19:31+0300\n" "Last-Translator: Maxim Britov <maxim.britov@gmail.com>\n" "Language-Team: Russian <gnupg-ru@gnupg.org>\n" @@ -84,8 +84,8 @@ msgstr "не могу создать `%s': %s\n" #: g10/keyring.c:1534 g10/openfile.c:190 g10/openfile.c:345 #: g10/plaintext.c:504 g10/sign.c:814 g10/sign.c:1009 g10/sign.c:1125 #: g10/sign.c:1281 g10/tdbdump.c:141 g10/tdbdump.c:149 g10/tdbio.c:542 -#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1775 -#: sm/gpgsm.c:1812 sm/qualified.c:74 +#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1780 +#: sm/gpgsm.c:1817 sm/gpgsm.c:1855 sm/qualified.c:74 #, c-format msgid "can't open `%s': %s\n" msgstr "не могу открыть `%s': %s\n" @@ -182,12 +182,12 @@ msgstr "Введите фразу-пароль\n" msgid "Please enter the passphrase to%0Ato protect your new key" msgstr "Введите фразу-пароль%0Aдля защиты нового ключа" -#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1216 +#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1202 msgid "Please re-enter this passphrase" msgstr "Повторно введите фразу-пароль:" -#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1222 -#: tools/symcryptrun.c:487 +#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1208 +#: tools/symcryptrun.c:468 msgid "does not match - try again" msgstr "не совпало, попробуйте еще раз" @@ -195,7 +195,7 @@ msgstr "не совпало, попробуйте еще раз" msgid "Please enter the new passphrase" msgstr "Введите новую фразу-пароль" -#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:109 +#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:111 #: scd/scdaemon.c:103 msgid "" "@Options:\n" @@ -213,13 +213,13 @@ msgid "run in daemon mode (background)" msgstr "запуск в режиме демона (background)" #: agent/gpg-agent.c:117 g10/gpg.c:470 g10/gpgv.c:71 kbx/kbxutil.c:82 -#: scd/scdaemon.c:109 sm/gpgsm.c:335 tools/gpg-connect-agent.c:59 -#: tools/gpgconf.c:69 tools/symcryptrun.c:185 +#: scd/scdaemon.c:109 sm/gpgsm.c:338 tools/gpg-connect-agent.c:60 +#: tools/gpgconf.c:69 tools/symcryptrun.c:166 msgid "verbose" msgstr "подробно" #: agent/gpg-agent.c:118 g10/gpgv.c:72 kbx/kbxutil.c:83 scd/scdaemon.c:110 -#: sm/gpgsm.c:336 +#: sm/gpgsm.c:339 msgid "be somewhat more quiet" msgstr "уменьшить количество выводимой информации" @@ -231,7 +231,7 @@ msgstr "вывод результатов в sh-стиле" msgid "csh-style command output" msgstr "вывод результатов в csh-стиле" -#: agent/gpg-agent.c:121 tools/symcryptrun.c:188 +#: agent/gpg-agent.c:121 tools/symcryptrun.c:169 msgid "|FILE|read options from FILE" msgstr "|FILE|взять параметры из FILE" @@ -243,8 +243,8 @@ msgstr "не отсоединяться от консоли" msgid "do not grab keyboard and mouse" msgstr "не перехватывать события мыши и клавиатуры" -#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:338 -#: tools/symcryptrun.c:187 +#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:341 +#: tools/symcryptrun.c:168 msgid "use a log file for the server" msgstr "использовать файл журнала для сервера" @@ -296,9 +296,9 @@ msgstr "разрешить эмуляцию ssh-агента" msgid "|FILE|write environment settings also to FILE" msgstr "|FILE|сохранить состояние в файл" -#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:143 -#: scd/scdaemon.c:192 sm/gpgsm.c:517 tools/gpg-connect-agent.c:123 -#: tools/gpgconf.c:91 tools/symcryptrun.c:225 +#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:148 +#: scd/scdaemon.c:192 sm/gpgsm.c:521 tools/gpg-connect-agent.c:126 +#: tools/gpgconf.c:91 tools/symcryptrun.c:206 msgid "Please report bugs to <" msgstr "О найденных ошибках сообщайте <" @@ -314,137 +314,126 @@ msgstr "" "Синтаксис: gpg-agent [параметры] [команда [аргументы]]\n" "Управление закрытыми ключами для GnuPG\n" -#: agent/gpg-agent.c:311 -#, c-format -msgid "out of core in secure memory while allocating %lu bytes" -msgstr "выход за безопасный предел памяти при распределении %lu байтов" - -#: agent/gpg-agent.c:314 -#, c-format -msgid "out of core while allocating %lu bytes" -msgstr "выход за границы при распределении %lu байтов" - -#: agent/gpg-agent.c:345 g10/gpg.c:931 scd/scdaemon.c:266 sm/gpgsm.c:646 +#: agent/gpg-agent.c:303 g10/gpg.c:931 scd/scdaemon.c:247 sm/gpgsm.c:650 #, c-format msgid "invalid debug-level `%s' given\n" msgstr "запрошен недупустимый уровень отладки `%s'\n" -#: agent/gpg-agent.c:521 agent/protect-tool.c:1073 g10/gpg.c:1835 -#: kbx/kbxutil.c:432 scd/scdaemon.c:358 sm/gpgsm.c:768 -#: tools/symcryptrun.c:1056 -#, c-format -msgid "libgcrypt is too old (need %s, have %s)\n" -msgstr "libcrypt слишком старой версии (требуется %s, обнаружено %s)\n" +#: agent/gpg-agent.c:479 agent/protect-tool.c:1059 kbx/kbxutil.c:432 +#: scd/scdaemon.c:339 sm/gpgsm.c:771 sm/gpgsm.c:774 tools/symcryptrun.c:1037 +#, fuzzy, c-format +msgid "%s is too old (need %s, have %s)\n" +msgstr "libksba слишком устаревшая (требуется %s, имеется %s)\n" -#: agent/gpg-agent.c:615 g10/gpg.c:2035 scd/scdaemon.c:435 sm/gpgsm.c:865 +#: agent/gpg-agent.c:572 g10/gpg.c:2035 scd/scdaemon.c:415 sm/gpgsm.c:865 #, c-format msgid "NOTE: no default option file `%s'\n" msgstr "ЗАМЕЧАНИЕ: файл конфигурации `%s' не обнаружен\n" -#: agent/gpg-agent.c:620 agent/gpg-agent.c:1179 g10/gpg.c:2039 -#: scd/scdaemon.c:440 sm/gpgsm.c:869 tools/symcryptrun.c:989 +#: agent/gpg-agent.c:577 agent/gpg-agent.c:1136 g10/gpg.c:2039 +#: scd/scdaemon.c:420 sm/gpgsm.c:869 tools/symcryptrun.c:970 #, c-format msgid "option file `%s': %s\n" msgstr "файл конфигурации `%s': %s\n" -#: agent/gpg-agent.c:628 g10/gpg.c:2046 scd/scdaemon.c:448 sm/gpgsm.c:876 +#: agent/gpg-agent.c:585 g10/gpg.c:2046 scd/scdaemon.c:428 sm/gpgsm.c:876 #, c-format msgid "reading options from `%s'\n" msgstr "параметры конфигурации из файла `%s'\n" -#: agent/gpg-agent.c:949 g10/plaintext.c:142 g10/plaintext.c:147 +#: agent/gpg-agent.c:906 g10/plaintext.c:142 g10/plaintext.c:147 #: g10/plaintext.c:164 #, c-format msgid "error creating `%s': %s\n" msgstr "ошибка создания `%s': %s\n" -#: agent/gpg-agent.c:1239 agent/gpg-agent.c:1342 agent/gpg-agent.c:1346 -#: agent/gpg-agent.c:1382 agent/gpg-agent.c:1386 g10/exec.c:174 -#: g10/openfile.c:418 scd/scdaemon.c:934 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:1299 agent/gpg-agent.c:1303 +#: agent/gpg-agent.c:1339 agent/gpg-agent.c:1343 g10/exec.c:174 +#: g10/openfile.c:418 scd/scdaemon.c:914 #, c-format msgid "can't create directory `%s': %s\n" msgstr "не могу создать каталог `%s': %s\n" -#: agent/gpg-agent.c:1253 scd/scdaemon.c:948 +#: agent/gpg-agent.c:1210 scd/scdaemon.c:928 msgid "name of socket too long\n" msgstr "имя сокета слишком длинное\n" -#: agent/gpg-agent.c:1279 scd/scdaemon.c:974 +#: agent/gpg-agent.c:1236 scd/scdaemon.c:954 #, c-format msgid "can't create socket: %s\n" msgstr "не могу создать сокет: %s\n" -#: agent/gpg-agent.c:1308 scd/scdaemon.c:1003 +#: agent/gpg-agent.c:1265 scd/scdaemon.c:983 #, c-format msgid "error binding socket to `%s': %s\n" msgstr "ошибка связывния сокета с `%s': %s\n" -#: agent/gpg-agent.c:1316 scd/scdaemon.c:1011 +#: agent/gpg-agent.c:1273 scd/scdaemon.c:991 #, c-format msgid "listen() failed: %s\n" msgstr "" -#: agent/gpg-agent.c:1322 scd/scdaemon.c:1017 +#: agent/gpg-agent.c:1279 scd/scdaemon.c:997 #, c-format msgid "listening on socket `%s'\n" msgstr "слушаем сокет `%s'\n" -#: agent/gpg-agent.c:1350 agent/gpg-agent.c:1392 g10/openfile.c:421 +#: agent/gpg-agent.c:1307 agent/gpg-agent.c:1349 g10/openfile.c:421 #, c-format msgid "directory `%s' created\n" msgstr "создан каталог `%s'\n" -#: agent/gpg-agent.c:1398 +#: agent/gpg-agent.c:1355 #, c-format msgid "stat() failed for `%s': %s\n" msgstr "" -#: agent/gpg-agent.c:1402 +#: agent/gpg-agent.c:1359 #, c-format msgid "can't use `%s' as home directory\n" msgstr "невозможно использовать `%s' как домашний каталог\n" -#: agent/gpg-agent.c:1504 +#: agent/gpg-agent.c:1461 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:1509 +#: agent/gpg-agent.c:1466 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:1526 +#: agent/gpg-agent.c:1483 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:1531 +#: agent/gpg-agent.c:1488 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:1627 scd/scdaemon.c:1136 +#: agent/gpg-agent.c:1584 scd/scdaemon.c:1116 #, c-format msgid "pth_select failed: %s - waiting 1s\n" msgstr "" -#: agent/gpg-agent.c:1733 scd/scdaemon.c:1203 +#: agent/gpg-agent.c:1690 scd/scdaemon.c:1183 #, c-format msgid "%s %s stopped\n" msgstr "%s %s: остановлен\n" -#: agent/gpg-agent.c:1754 +#: agent/gpg-agent.c:1711 msgid "no gpg-agent running in this session\n" msgstr "нет gpg-agent доступого для данной сессии\n" -#: agent/gpg-agent.c:1764 common/simple-pwquery.c:324 g10/call-agent.c:137 -#: sm/call-agent.c:144 tools/gpg-connect-agent.c:713 +#: agent/gpg-agent.c:1721 common/simple-pwquery.c:324 g10/call-agent.c:137 +#: sm/call-agent.c:144 tools/gpg-connect-agent.c:764 msgid "malformed GPG_AGENT_INFO environment variable\n" msgstr "неправильная переменная окружения GPG_AGENT_INFO\n" -#: agent/gpg-agent.c:1776 common/simple-pwquery.c:336 g10/call-agent.c:149 -#: sm/call-agent.c:156 tools/gpg-connect-agent.c:724 +#: agent/gpg-agent.c:1733 common/simple-pwquery.c:336 g10/call-agent.c:149 +#: sm/call-agent.c:156 tools/gpg-connect-agent.c:775 #, c-format msgid "gpg-agent protocol version %d is not supported\n" msgstr "протокол gpg-agent версии %d не поддерживается\n" @@ -462,11 +451,11 @@ msgstr "" "Синтаксис: gpg-preset-passphrase [параметры] KEYGRIP\n" "Кеширование паролей\n" -#: agent/protect-tool.c:146 +#: agent/protect-tool.c:151 msgid "Usage: gpg-protect-tool [options] (-h for help)\n" msgstr "Использование: gpg-protect-tool [параметры] (-h для подсказки)\n" -#: agent/protect-tool.c:148 +#: agent/protect-tool.c:153 #, fuzzy msgid "" "Syntax: gpg-protect-tool [options] [args]\n" @@ -475,21 +464,21 @@ msgstr "" "Синтаксис: gpg-protect-tool [параметры] [аргументы]\n" "Инструмент для работы с закрытыми ключами\n" -#: agent/protect-tool.c:1207 +#: agent/protect-tool.c:1193 msgid "Please enter the passphrase to unprotect the PKCS#12 object." msgstr "Введите фразу-пароль для доступа к PKCS#12 объекту." -#: agent/protect-tool.c:1210 +#: agent/protect-tool.c:1196 msgid "Please enter the passphrase to protect the new PKCS#12 object." msgstr "Введите фразу-пароль для защиты нового PKCS#12 объекта." -#: agent/protect-tool.c:1213 +#: agent/protect-tool.c:1199 msgid "" "Please enter the passphrase to protect the imported object within the GnuPG " "system." msgstr "Введите фразу-пароль для защиты импортированных в GnuPG объектов." -#: agent/protect-tool.c:1218 +#: agent/protect-tool.c:1204 msgid "" "Please enter the passphrase or the PIN\n" "needed to complete this operation." @@ -497,16 +486,16 @@ msgstr "" "Введите фразу-пароль или PIN\n" "необходимые для выполения данной операции." -#: agent/protect-tool.c:1223 tools/symcryptrun.c:488 +#: agent/protect-tool.c:1209 tools/symcryptrun.c:469 msgid "Passphrase:" msgstr "Фраза-пароль:" -#: agent/protect-tool.c:1236 tools/symcryptrun.c:501 +#: agent/protect-tool.c:1222 tools/symcryptrun.c:482 #, c-format msgid "error while asking for the passphrase: %s\n" msgstr "ошибка запроса ввода фразы-пароля: %s\n" -#: agent/protect-tool.c:1239 tools/symcryptrun.c:505 +#: agent/protect-tool.c:1225 tools/symcryptrun.c:486 msgid "cancelled\n" msgstr "отменено\n" @@ -545,7 +534,7 @@ msgstr "" msgid "error reading `%s', line %d: %s\n" msgstr "ошибка чтения `%s', строка %d: %s\n" -#: agent/trustlist.c:355 agent/trustlist.c:394 +#: agent/trustlist.c:365 agent/trustlist.c:404 msgid "error reading list of trusted root certificates\n" msgstr "ошибка чтения списка доверяемых корневых сертификатов\n" @@ -558,7 +547,7 @@ msgstr "ошибка чтения списка доверяемых корнев #. second "%s" gets replaced by a hexdecimal #. fingerprint string whereas the first one receives #. the name as store in the certificate. -#: agent/trustlist.c:470 +#: agent/trustlist.c:480 #, c-format msgid "" "Please verify that the certificate identified as:%%0A \"%s\"%%0Ahas the " @@ -570,7 +559,7 @@ msgstr "" #. TRANSLATORS: "Correct" is the label of a button and intended to #. be hit if the fingerprint matches the one of the CA. The other #. button is "the default "Cancel" of the Pinentry. -#: agent/trustlist.c:479 +#: agent/trustlist.c:489 msgid "Correct" msgstr "Подтверждаю" @@ -582,7 +571,7 @@ msgstr "Подтверждаю" #. plain % sign, you need to encode it as "%%25". The #. "%s" gets replaced by the name as store in the #. certificate. -#: agent/trustlist.c:499 +#: agent/trustlist.c:509 #, c-format msgid "" "Do you ultimately trust%%0A \"%s\"%%0Ato correctly certify user " @@ -591,11 +580,11 @@ msgstr "" "Действительно абсолютно доверять%%0A \"%s\"%%0Aкорректно подписанным " "сертификатам пользователя?" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 msgid "Yes" msgstr "Да" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 msgid "No" msgstr "Нет" @@ -639,12 +628,12 @@ msgstr "ошибка запуска `%s': позможно не установл msgid "error running `%s': terminated\n" msgstr "ошибка чтения `%s': прервано\n" -#: common/http.c:1623 +#: common/http.c:1621 #, c-format msgid "error creating socket: %s\n" msgstr "" -#: common/http.c:1667 +#: common/http.c:1665 msgid "host not found" msgstr "хост не найден" @@ -733,6 +722,16 @@ msgstr "" msgid "cC" msgstr "" +#: common/miscellaneous.c:73 +#, c-format +msgid "out of core in secure memory while allocating %lu bytes" +msgstr "выход за безопасный предел памяти при распределении %lu байтов" + +#: common/miscellaneous.c:76 +#, c-format +msgid "out of core while allocating %lu bytes" +msgstr "выход за границы при распределении %lu байтов" + #: g10/armor.c:368 #, c-format msgid "armor: %s\n" @@ -1137,13 +1136,13 @@ msgstr "--output не работает для данной команды\n" msgid "can't open `%s'\n" msgstr "не могу открыть `%s'\n" -#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1714 +#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1721 #: g10/revoke.c:228 #, c-format msgid "key \"%s\" not found: %s\n" msgstr "ключ \"%s\" не найден: %s\n" -#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1728 +#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1735 #: g10/revoke.c:234 g10/revoke.c:479 #, c-format msgid "error reading keyblock: %s\n" @@ -1411,22 +1410,22 @@ msgstr "" "Дефектный ключ %s признан пригодным согласно параметра --allow-non-" "selfsigned-uid\n" -#: g10/getkey.c:2390 g10/keyedit.c:3723 +#: g10/getkey.c:2393 g10/keyedit.c:3723 #, c-format msgid "no secret subkey for public subkey %s - ignoring\n" msgstr "нет секретного подключа для открытого подключа %s - игнорируем\n" -#: g10/getkey.c:2621 +#: g10/getkey.c:2624 #, c-format msgid "using subkey %s instead of primary key %s\n" msgstr "использую подклключ %s вместо главного ключа %s\n" -#: g10/getkey.c:2668 +#: g10/getkey.c:2671 #, c-format msgid "key %s: secret key without public key - skipped\n" msgstr "ключ %s: секретный ключ без открытого ключа - пропущен\n" -#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:241 tools/gpgconf.c:56 +#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:242 tools/gpgconf.c:56 msgid "" "@Commands:\n" " " @@ -1442,27 +1441,27 @@ msgstr "|[файл]|создать подпись к файлу" msgid "|[file]|make a clear text signature" msgstr "|[файл]|создать прозрачную подпись к файлу" -#: g10/gpg.c:373 sm/gpgsm.c:245 +#: g10/gpg.c:373 sm/gpgsm.c:246 msgid "make a detached signature" msgstr "создать отделенную подпись" -#: g10/gpg.c:374 sm/gpgsm.c:246 +#: g10/gpg.c:374 sm/gpgsm.c:247 msgid "encrypt data" msgstr "зашифровать данные" -#: g10/gpg.c:376 sm/gpgsm.c:247 +#: g10/gpg.c:376 sm/gpgsm.c:248 msgid "encryption only with symmetric cipher" msgstr "зашифровать только симметричным шифром" -#: g10/gpg.c:378 sm/gpgsm.c:248 +#: g10/gpg.c:378 sm/gpgsm.c:249 msgid "decrypt data (default)" msgstr "расшифровать данные (по умолчанию)" -#: g10/gpg.c:380 sm/gpgsm.c:249 +#: g10/gpg.c:380 sm/gpgsm.c:250 msgid "verify a signature" msgstr "проверить подпись" -#: g10/gpg.c:382 sm/gpgsm.c:251 +#: g10/gpg.c:382 sm/gpgsm.c:252 msgid "list keys" msgstr "вывести список ключей" @@ -1474,11 +1473,11 @@ msgstr "вывести список ключей и подписей" msgid "list and check key signatures" msgstr "вывести и проверить подписи ключей" -#: g10/gpg.c:386 sm/gpgsm.c:255 +#: g10/gpg.c:386 sm/gpgsm.c:256 msgid "list keys and fingerprints" msgstr "вывести список ключей и их отпечатков" -#: g10/gpg.c:387 sm/gpgsm.c:253 +#: g10/gpg.c:387 sm/gpgsm.c:254 msgid "list secret keys" msgstr "вывести список секретных ключей" @@ -1514,11 +1513,11 @@ msgstr "создать сертификат отзыва" msgid "export keys" msgstr "экспортировать ключи" -#: g10/gpg.c:398 sm/gpgsm.c:258 +#: g10/gpg.c:398 sm/gpgsm.c:259 msgid "export keys to a key server" msgstr "экспортировать ключи на сервер ключей" -#: g10/gpg.c:399 sm/gpgsm.c:259 +#: g10/gpg.c:399 sm/gpgsm.c:260 msgid "import keys from a key server" msgstr "импортировать ключи с сервера ключей" @@ -1554,12 +1553,12 @@ msgstr "обновить таблицу доверий" msgid "|algo [files]|print message digests" msgstr "|algo [файлы]|вывести хэши файлов" -#: g10/gpg.c:431 sm/gpgsm.c:263 +#: g10/gpg.c:431 sm/gpgsm.c:264 msgid "run in server mode" msgstr "запуск в режиме сервера" -#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:278 -#: tools/gpg-connect-agent.c:57 tools/gpgconf.c:66 tools/symcryptrun.c:178 +#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:279 +#: tools/gpg-connect-agent.c:58 tools/gpgconf.c:66 tools/symcryptrun.c:159 msgid "" "@\n" "Options:\n" @@ -1569,31 +1568,31 @@ msgstr "" "Параметры:\n" " " -#: g10/gpg.c:435 sm/gpgsm.c:280 +#: g10/gpg.c:435 sm/gpgsm.c:281 msgid "create ascii armored output" msgstr "вывод в ASCII формате" -#: g10/gpg.c:437 sm/gpgsm.c:290 +#: g10/gpg.c:437 sm/gpgsm.c:293 msgid "|NAME|encrypt for NAME" msgstr "|NAME|зашифровать для получателя NAME" -#: g10/gpg.c:448 sm/gpgsm.c:326 +#: g10/gpg.c:448 sm/gpgsm.c:329 msgid "use this user-id to sign or decrypt" msgstr "использовать данный User ID для подписывания и расшифрования" -#: g10/gpg.c:449 sm/gpgsm.c:329 +#: g10/gpg.c:449 sm/gpgsm.c:332 msgid "|N|set compress level N (0 disables)" msgstr "|N|установить уровень сжатия N (0 без сжатия)" -#: g10/gpg.c:454 sm/gpgsm.c:331 +#: g10/gpg.c:454 sm/gpgsm.c:334 msgid "use canonical text mode" msgstr "использовать канонический текстовый режим" -#: g10/gpg.c:468 sm/gpgsm.c:334 tools/gpgconf.c:68 +#: g10/gpg.c:468 sm/gpgsm.c:337 tools/gpgconf.c:68 msgid "use as output file" msgstr "вывод в указанный файл" -#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:344 tools/gpgconf.c:71 +#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:347 tools/gpgconf.c:71 msgid "do not make any changes" msgstr "не делать никаких изменений" @@ -1609,7 +1608,7 @@ msgstr "строго следовать стандарту OpenPGP" msgid "generate PGP 2.x compatible messages" msgstr "создает сообщение совместимым с PGP 2.x" -#: g10/gpg.c:554 sm/gpgsm.c:392 +#: g10/gpg.c:554 sm/gpgsm.c:395 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -1617,7 +1616,7 @@ msgstr "" "@\n" "(См. документацию для более полного ознакомления с командами и параметрами)\n" -#: g10/gpg.c:557 sm/gpgsm.c:395 +#: g10/gpg.c:557 sm/gpgsm.c:398 msgid "" "@\n" "Examples:\n" @@ -1655,7 +1654,7 @@ msgstr "" "Подписи и их проверка, зашифрование и расшифрование\n" "действие по умолчанию зависит от входных данных\n" -#: g10/gpg.c:782 sm/gpgsm.c:530 +#: g10/gpg.c:782 sm/gpgsm.c:534 msgid "" "\n" "Supported algorithms:\n" @@ -1683,7 +1682,7 @@ msgstr "Алгоритмы сжатия: " msgid "usage: gpg [options] " msgstr "использование: gpg [параметры] " -#: g10/gpg.c:1060 sm/gpgsm.c:682 +#: g10/gpg.c:1060 sm/gpgsm.c:686 msgid "conflicting commands\n" msgstr "несовместимые команды\n" @@ -1813,6 +1812,11 @@ msgstr "печатать имя таблиц ключей в списке клю msgid "show expiration dates during signature listings" msgstr "печатать даты истечения в списке подписей" +#: g10/gpg.c:1835 +#, c-format +msgid "libgcrypt is too old (need %s, have %s)\n" +msgstr "libcrypt слишком старой версии (требуется %s, обнаружено %s)\n" + #: g10/gpg.c:1993 #, c-format msgid "NOTE: old default options file `%s' ignored\n" @@ -1947,7 +1951,7 @@ msgstr "%s:%d: недопустимый список auto-key-locate\n" msgid "invalid auto-key-locate list\n" msgstr "недопустимый список auto-key-locate\n" -#: g10/gpg.c:2893 sm/gpgsm.c:1232 +#: g10/gpg.c:2893 sm/gpgsm.c:1236 msgid "WARNING: program may create a core file!\n" msgstr "ВНИМАНИЕ: возможно создание файла дампа памяти программы!\n" @@ -1988,11 +1992,11 @@ msgstr "Следует использовать файлы (а не каналы msgid "encrypting a message in --pgp2 mode requires the IDEA cipher\n" msgstr "для зашифрования сообщения в режиме --pgp2 требуется шифр IDEA\n" -#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1288 +#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1292 msgid "selected cipher algorithm is invalid\n" msgstr "выбран неверный алгоритм шифрования\n" -#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1296 +#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1300 msgid "selected digest algorithm is invalid\n" msgstr "выбрана неверная хэш-функция\n" @@ -2223,7 +2227,7 @@ msgstr "используются ключи из этой таблицы клю msgid "make timestamp conflicts only a warning" msgstr "при несоответствии отметки времени - только предупреждением" -#: g10/gpgv.c:76 sm/gpgsm.c:367 +#: g10/gpgv.c:76 sm/gpgsm.c:370 msgid "|FD|write status info to this FD" msgstr "|FD|выводить инфромацию в файл с дескриптором FD" @@ -3726,7 +3730,7 @@ msgid "(sensitive)" msgstr "" #: g10/keyedit.c:2743 g10/keyedit.c:2799 g10/keyedit.c:2860 g10/keyedit.c:2875 -#: g10/keylist.c:194 g10/keyserver.c:516 +#: g10/keylist.c:194 g10/keyserver.c:523 #, c-format msgid "created: %s" msgstr "создан: %s" @@ -3743,7 +3747,7 @@ msgstr "просрочен с: %s" #: g10/keyedit.c:2750 g10/keyedit.c:2801 g10/keyedit.c:2862 g10/keyedit.c:2877 #: g10/keylist.c:196 g10/keylist.c:748 g10/keylist.c:783 g10/keylist.c:877 -#: g10/keylist.c:898 g10/keyserver.c:522 g10/mainproc.c:985 +#: g10/keylist.c:898 g10/keyserver.c:529 g10/mainproc.c:985 #, c-format msgid "expires: %s" msgstr "годен до: %s" @@ -3779,12 +3783,12 @@ msgstr "" "Учтите, что показанные степени достоверности могут быть неверными,\n" "пока программа не будет перезапущена.\n" -#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:526 +#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:533 #: g10/mainproc.c:1831 g10/trustdb.c:1179 g10/trustdb.c:1699 msgid "revoked" msgstr "отозван" -#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:530 +#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:537 #: g10/mainproc.c:1833 g10/trustdb.c:532 g10/trustdb.c:1701 msgid "expired" msgstr "просрочен с" @@ -4635,177 +4639,177 @@ msgstr "%lu ключей закешированно (%lu подписей)\n" msgid "%s: keyring created\n" msgstr "%s: таблица ключей создана\n" -#: g10/keyserver.c:66 +#: g10/keyserver.c:73 msgid "include revoked keys in search results" msgstr "включать отозванные ключи в резутатах поиска" -#: g10/keyserver.c:67 +#: g10/keyserver.c:74 msgid "include subkeys when searching by key ID" msgstr "включая подключи при поиске по Key ID" -#: g10/keyserver.c:69 +#: g10/keyserver.c:76 msgid "use temporary files to pass data to keyserver helpers" msgstr "" -#: g10/keyserver.c:71 +#: g10/keyserver.c:78 msgid "do not delete temporary files after using them" msgstr "не удалять временные файлы после использования" -#: g10/keyserver.c:75 +#: g10/keyserver.c:82 msgid "automatically retrieve keys when verifying signatures" msgstr "автоматически получать ключи при проверке подписей" -#: g10/keyserver.c:77 +#: g10/keyserver.c:84 msgid "honor the preferred keyserver URL set on the key" msgstr "введите URL предпочтаемого сервера ключей: " -#: g10/keyserver.c:79 +#: g10/keyserver.c:86 msgid "honor the PKA record set on a key when retrieving keys" msgstr "" -#: g10/keyserver.c:145 +#: g10/keyserver.c:152 #, c-format msgid "WARNING: keyserver option `%s' is not used on this platform\n" msgstr "" "ВНИМАНИЕ: параметр сервера ключей `%s' не используется на данной платформе\n" -#: g10/keyserver.c:528 +#: g10/keyserver.c:535 msgid "disabled" msgstr "disable" -#: g10/keyserver.c:729 +#: g10/keyserver.c:736 msgid "Enter number(s), N)ext, or Q)uit > " msgstr "Введите число(а), N) Следующий или Q) Выход> " -#: g10/keyserver.c:813 g10/keyserver.c:1435 +#: g10/keyserver.c:820 g10/keyserver.c:1442 #, c-format msgid "invalid keyserver protocol (us %d!=handler %d)\n" msgstr "invalid keyserver protocol (us %d!=handler %d)\n" -#: g10/keyserver.c:911 +#: g10/keyserver.c:918 #, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "ключ \"%s\" не найден на сервере ключей\n" -#: g10/keyserver.c:913 +#: g10/keyserver.c:920 msgid "key not found on keyserver\n" msgstr "ключ не найден на сервере ключей\n" -#: g10/keyserver.c:1154 +#: g10/keyserver.c:1161 #, c-format msgid "requesting key %s from %s server %s\n" msgstr "запрашиваю ключ %s с %s сервера %s\n" -#: g10/keyserver.c:1158 +#: g10/keyserver.c:1165 #, c-format msgid "requesting key %s from %s\n" msgstr "получение ключа %s с %s\n" -#: g10/keyserver.c:1182 +#: g10/keyserver.c:1189 #, c-format msgid "searching for names from %s server %s\n" msgstr "поиск по именам %s на сервере %s\n" -#: g10/keyserver.c:1185 +#: g10/keyserver.c:1192 #, c-format msgid "searching for names from %s\n" msgstr "поиск по именам на %s\n" -#: g10/keyserver.c:1338 +#: g10/keyserver.c:1345 #, c-format msgid "sending key %s to %s server %s\n" msgstr "отправляю ключ %s на %s сервер %s\n" -#: g10/keyserver.c:1342 +#: g10/keyserver.c:1349 #, c-format msgid "sending key %s to %s\n" msgstr "отправка ключа %s на %s\n" -#: g10/keyserver.c:1385 +#: g10/keyserver.c:1392 #, c-format msgid "searching for \"%s\" from %s server %s\n" msgstr "поиск \"%s\" на %s сервере %s\n" -#: g10/keyserver.c:1388 +#: g10/keyserver.c:1395 #, c-format msgid "searching for \"%s\" from %s\n" msgstr "поиск \"%s\" на %s\n" -#: g10/keyserver.c:1395 g10/keyserver.c:1491 +#: g10/keyserver.c:1402 g10/keyserver.c:1498 msgid "no keyserver action!\n" msgstr "" -#: g10/keyserver.c:1443 +#: g10/keyserver.c:1450 #, c-format msgid "WARNING: keyserver handler from a different version of GnuPG (%s)\n" msgstr "ВНИМАНИЕ: обработчик сервера ключей от другой версии GnuPG (%s)\n" -#: g10/keyserver.c:1452 +#: g10/keyserver.c:1459 msgid "keyserver did not send VERSION\n" msgstr "сервер ключей не прислал VERSION\n" -#: g10/keyserver.c:1514 g10/keyserver.c:2042 +#: g10/keyserver.c:1521 g10/keyserver.c:2049 msgid "no keyserver known (use option --keyserver)\n" msgstr "не заданы серверы ключей (используйте --keyserver)\n" -#: g10/keyserver.c:1520 +#: g10/keyserver.c:1527 msgid "external keyserver calls are not supported in this build\n" msgstr "данная сборка не поддерживает внешние вызовы для сервера ключей.\n" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1539 #, c-format msgid "no handler for keyserver scheme `%s'\n" msgstr "нет обработчика для схемы сервера ключей `%s'\n" -#: g10/keyserver.c:1537 +#: g10/keyserver.c:1544 #, c-format msgid "action `%s' not supported with keyserver scheme `%s'\n" msgstr "действие `%s' не поддерживается схемой сервера ключей `%s'\n" -#: g10/keyserver.c:1545 +#: g10/keyserver.c:1552 #, c-format msgid "%s does not support handler version %d\n" msgstr "%s не поддерживает версию обработчика %d\n" -#: g10/keyserver.c:1552 +#: g10/keyserver.c:1559 msgid "keyserver timed out\n" msgstr "превышено время ожидания сервера ключей\n" -#: g10/keyserver.c:1557 +#: g10/keyserver.c:1564 msgid "keyserver internal error\n" msgstr "ошибка сервера ключей\n" -#: g10/keyserver.c:1566 +#: g10/keyserver.c:1573 #, c-format msgid "keyserver communications error: %s\n" msgstr "ошибка связи с сервером ключей: %s\n" -#: g10/keyserver.c:1591 g10/keyserver.c:1625 +#: g10/keyserver.c:1598 g10/keyserver.c:1632 #, c-format msgid "\"%s\" not a key ID: skipping\n" msgstr "\"%s\" не идентификатор ключа: пропущен\n" -#: g10/keyserver.c:1884 +#: g10/keyserver.c:1891 #, c-format msgid "WARNING: unable to refresh key %s via %s: %s\n" msgstr "ВНИМАНИЕ: невозможно обновить ключ %s с %s: %s\n" -#: g10/keyserver.c:1906 +#: g10/keyserver.c:1913 #, c-format msgid "refreshing 1 key from %s\n" msgstr "обновление 1 ключа из %s\n" -#: g10/keyserver.c:1908 +#: g10/keyserver.c:1915 #, c-format msgid "refreshing %d keys from %s\n" msgstr "обновление %d ключей из %s\n" -#: g10/keyserver.c:1964 +#: g10/keyserver.c:1971 #, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "ВНИМАНИЕ: невозможно загрузить ссылку %s: %s\n" -#: g10/keyserver.c:1970 +#: g10/keyserver.c:1977 #, c-format msgid "WARNING: unable to parse URI %s\n" msgstr "ВНИМАНИЕ: невозможно проанализировать ссылку %s\n" @@ -5152,18 +5156,18 @@ msgstr "создан новый файл настроек `%s'\n" msgid "WARNING: options in `%s' are not yet active during this run\n" msgstr "ВНИМАНИЕ: параметры в `%s' еще не активны при этом запуске\n" -#: g10/parse-packet.c:192 +#: g10/parse-packet.c:193 #, c-format msgid "can't handle public key algorithm %d\n" msgstr "не могу использовать алгоритм с открытым ключом %d\n" -#: g10/parse-packet.c:762 +#: g10/parse-packet.c:798 msgid "WARNING: potentially insecure symmetrically encrypted session key\n" msgstr "" "ВНИМАНИЕ: потенциально небезопасный сеансовый ключ, зашифрованный " "симметричным шифром\n" -#: g10/parse-packet.c:1213 +#: g10/parse-packet.c:1249 #, c-format msgid "subpacket of type %d has critical bit set\n" msgstr "подпакет типа %d имеет выставленный критический бит\n" @@ -5762,7 +5766,7 @@ msgid "cannot avoid weak key for symmetric cipher; tried %d times!\n" msgstr "" "невозможно избежать слабого ключа для симметричного шифра; %d попыток!\n" -#: g10/seskey.c:229 +#: g10/seskey.c:229 sm/certcheck.c:91 msgid "DSA requires the hash length to be a multiple of 8 bits\n" msgstr "DSA тебует размер хеша кратного 8 битам\n" @@ -6324,7 +6328,7 @@ msgstr "преобразование из `%s' в `%s' недоступно\n" msgid "iconv_open failed: %s\n" msgstr "" -#: jnlib/utf8conv.c:331 jnlib/utf8conv.c:597 +#: jnlib/utf8conv.c:338 jnlib/utf8conv.c:604 #, c-format msgid "conversion from `%s' to `%s' failed: %s\n" msgstr "сбой преобразования `%s' в `%s': %s\n" @@ -6546,7 +6550,7 @@ msgstr "нет доступа %s - неработоспособная карта msgid "run in multi server mode (foreground)" msgstr "" -#: scd/scdaemon.c:113 sm/gpgsm.c:356 +#: scd/scdaemon.c:113 sm/gpgsm.c:359 msgid "read options from file" msgstr "получение параметров конфигурации из файла" @@ -6586,22 +6590,22 @@ msgstr "" "Синтаксис: scdaemon [параметры] [команда [аргументы]]\n" "Демон смарткарт для GnuPG\n" -#: scd/scdaemon.c:684 +#: scd/scdaemon.c:664 msgid "please use the option `--daemon' to run the program in the background\n" msgstr "" "Используйте параметр `--daemon' для запуска приложения в фоновом режиме\n" -#: scd/scdaemon.c:1032 +#: scd/scdaemon.c:1012 #, c-format msgid "handler for fd %d started\n" msgstr "обработчик fd %d запущен\n" -#: scd/scdaemon.c:1037 +#: scd/scdaemon.c:1017 #, c-format msgid "handler for fd %d terminated\n" msgstr "обработчик fd %d остановлен\n" -#: sm/base64.c:323 +#: sm/base64.c:327 #, c-format msgid "invalid radix64 character %02x skipped\n" msgstr "недопустимый символ radix64 %02X пропущен\n" @@ -6624,169 +6628,175 @@ msgstr "протокол dirmngr версии %d не поддерживаетс msgid "can't connect to the dirmngr - trying fall back\n" msgstr "не могу подсоединиться к dirmngr - пытаемся откатиться назад\n" -#: sm/certchain.c:165 +#: sm/certchain.c:176 #, c-format msgid "critical certificate extension %s is not supported" msgstr "критичное дополнение сертификата %s не поддерживается" -#: sm/certchain.c:203 +#: sm/certchain.c:214 msgid "issuer certificate is not marked as a CA" msgstr "издатель сертификата не помечен как CA" -#: sm/certchain.c:242 +#: sm/certchain.c:253 msgid "critical marked policy without configured policies" msgstr "помеченная критичной политика без настроенных политик" -#: sm/certchain.c:252 +#: sm/certchain.c:263 #, c-format msgid "failed to open `%s': %s\n" msgstr "не могу открыть `%s': %s\n" -#: sm/certchain.c:259 sm/certchain.c:288 +#: sm/certchain.c:270 sm/certchain.c:299 msgid "note: non-critical certificate policy not allowed" msgstr "замечание: не критичные политики сертификана не позволяются" -#: sm/certchain.c:263 sm/certchain.c:292 +#: sm/certchain.c:274 sm/certchain.c:303 msgid "certificate policy not allowed" msgstr "политика сертификата не дозволена" -#: sm/certchain.c:403 +#: sm/certchain.c:414 msgid "looking up issuer at external location\n" msgstr "" -#: sm/certchain.c:423 +#: sm/certchain.c:434 #, c-format msgid "number of issuers matching: %d\n" msgstr "число совпавших издателей: %d\n" -#: sm/certchain.c:576 sm/certchain.c:740 sm/certchain.c:1266 sm/decrypt.c:261 +#: sm/certchain.c:587 sm/certchain.c:753 sm/certchain.c:1334 sm/decrypt.c:261 #: sm/encrypt.c:343 sm/sign.c:328 sm/verify.c:107 msgid "failed to allocated keyDB handle\n" msgstr "" -#: sm/certchain.c:667 +#: sm/certchain.c:678 msgid "certificate has been revoked" msgstr "сертификат был отозван" -#: sm/certchain.c:676 +#: sm/certchain.c:687 msgid "no CRL found for certificate" msgstr "не найдена CRL для сертификата" -#: sm/certchain.c:680 +#: sm/certchain.c:691 msgid "the available CRL is too old" msgstr "достпуная CRL слишком стара" -#: sm/certchain.c:682 +#: sm/certchain.c:693 msgid "please make sure that the \"dirmngr\" is properly installed\n" msgstr "проверьте, что \"dirmngr\" установлен корректно\n" -#: sm/certchain.c:687 +#: sm/certchain.c:698 #, c-format msgid "checking the CRL failed: %s" msgstr "сбой проверки CRL: %s" -#: sm/certchain.c:765 +#: sm/certchain.c:794 msgid "no issuer found in certificate" msgstr "не найден издатель в сертификате" -#: sm/certchain.c:792 +#: sm/certchain.c:823 #, c-format msgid "certificate with invalid validity: %s" msgstr "сертификат недостоверный: %s" -#: sm/certchain.c:808 +#: sm/certchain.c:839 msgid "certificate not yet valid" msgstr "сертификат еще не достоверен" -#: sm/certchain.c:821 +#: sm/certchain.c:852 msgid "certificate has expired" msgstr "сертификат просрочен" -#: sm/certchain.c:864 +#: sm/certchain.c:895 msgid "self-signed certificate has a BAD signature" msgstr "самоподписанный\tсертификат имеет ПЛОХУЮ подпись" -#: sm/certchain.c:932 +#: sm/certchain.c:963 msgid "root certificate is not marked trusted" msgstr "корневой сертификат не помечен доверяемым" -#: sm/certchain.c:947 +#: sm/certchain.c:978 #, c-format msgid "fingerprint=%s\n" msgstr "отпечаток=%s\n" -#: sm/certchain.c:955 +#: sm/certchain.c:986 msgid "root certificate has now been marked as trusted\n" msgstr "корневой сертификат теперь помечен доверяемым\n" -#: sm/certchain.c:970 +#: sm/certchain.c:1001 msgid "interactive marking as trusted not enabled in gpg-agent\n" msgstr "в gpg-agent нельзя сделать сертификат доверяемым интерактивно\n" -#: sm/certchain.c:976 +#: sm/certchain.c:1007 msgid "interactive marking as trusted disabled for this session\n" msgstr "" "для данной сессии запрещено делать сертификат доверяемым интерактивно\n" -#: sm/certchain.c:986 +#: sm/certchain.c:1017 #, c-format msgid "checking the trust list failed: %s\n" msgstr "сбой проверки списка доверий: %s\n" -#: sm/certchain.c:1013 sm/import.c:158 +#: sm/certchain.c:1044 sm/import.c:159 msgid "certificate chain too long\n" msgstr "цепочка сертификации слишком длинная\n" -#: sm/certchain.c:1025 +#: sm/certchain.c:1056 msgid "issuer certificate not found" msgstr "не найден издатель сертификата" -#: sm/certchain.c:1058 +#: sm/certchain.c:1089 msgid "certificate has a BAD signature" msgstr "сертификат имеет ПЛОХУЮ подпись" -#: sm/certchain.c:1088 +#: sm/certchain.c:1119 msgid "found another possible matching CA certificate - trying again" msgstr "найдено еще одно соответствие CA сертификата - повторная попытки" -#: sm/certchain.c:1139 +#: sm/certchain.c:1170 #, c-format msgid "certificate chain longer than allowed by CA (%d)" msgstr "цепочка сертификации длиннее дозволенной CA (%d)" -#: sm/certcheck.c:52 -msgid "DSA requires the use of a 160 bit hash algorithm\n" -msgstr "DSA требует использования 160 битной хэш-функции\n" +#: sm/certcheck.c:103 +#, fuzzy, c-format +msgid "%s key uses an unsafe (%u bit) hash\n" +msgstr "ключ DSA %s использует небезопасный (%u бит) хеш\n" -#: sm/certcheck.c:177 sm/sign.c:482 sm/verify.c:189 +#: sm/certcheck.c:113 +#, c-format +msgid "a %u bit hash is not valid for a %u bit %s key\n" +msgstr "" + +#: sm/certcheck.c:250 sm/sign.c:482 sm/verify.c:189 msgid "(this is the MD2 algorithm)\n" msgstr "(это MD2 алгоритм)\n" -#: sm/certdump.c:68 sm/certdump.c:154 +#: sm/certdump.c:68 sm/certdump.c:151 msgid "none" msgstr "нет" -#: sm/certdump.c:163 +#: sm/certdump.c:162 msgid "[none]" msgstr "[нет]" -#: sm/certdump.c:536 sm/certdump.c:599 +#: sm/certdump.c:552 sm/certdump.c:597 sm/certdump.c:662 sm/certdump.c:715 msgid "[Error - invalid encoding]" msgstr "[Ошибка - недопустимая кодировка]" -#: sm/certdump.c:544 +#: sm/certdump.c:560 sm/certdump.c:605 msgid "[Error - out of core]" msgstr "" -#: sm/certdump.c:579 +#: sm/certdump.c:642 sm/certdump.c:698 msgid "[Error - No name]" msgstr "[Ошибка - Нет имени]" -#: sm/certdump.c:604 +#: sm/certdump.c:667 sm/certdump.c:721 msgid "[Error - invalid DN]" msgstr "[Ошибка - недопустимый DN]" -#: sm/certdump.c:818 +#: sm/certdump.c:930 #, c-format msgid "" "Please enter the passphrase to unlock the secret key for:\n" @@ -6801,7 +6811,7 @@ msgstr "" msgid "no key usage specified - assuming all usages\n" msgstr "не задана применимость ключа - подразумеваем все\n" -#: sm/certlist.c:135 sm/keylist.c:255 +#: sm/certlist.c:135 sm/keylist.c:258 #, c-format msgid "error getting key usage information: %s\n" msgstr "ошибка получения информации применимости ключа: %s\n" @@ -6888,7 +6898,7 @@ msgstr "(это не похоже не зашифрованное сообщен msgid "certificate `%s' not found: %s\n" msgstr "сертификат `%s' не найден: %s\n" -#: sm/delete.c:113 sm/keydb.c:1392 sm/keydb.c:1485 +#: sm/delete.c:113 sm/keydb.c:1397 sm/keydb.c:1497 #, c-format msgid "error locking keybox: %s\n" msgstr "ошибка блокировки keybox: %s\n" @@ -6912,181 +6922,181 @@ msgstr "удаление сертификата \"%s\" неудачно: %s\n" msgid "no valid recipients given\n" msgstr "не заданы получатели\n" -#: sm/export.c:562 sm/export.c:578 sm/import.c:525 sm/import.c:550 +#: sm/export.c:615 sm/export.c:631 sm/import.c:526 sm/import.c:551 #, c-format msgid "error creating temporary file: %s\n" msgstr "ошибка создания временного файла: %s\n" -#: sm/export.c:569 sm/import.c:533 +#: sm/export.c:622 sm/import.c:534 #, c-format msgid "error writing to temporary file: %s\n" msgstr "ошибка записи во временный файл: %s\n" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:244 msgid "|[FILE]|make a signature" msgstr "|[файл]|создать подпись" -#: sm/gpgsm.c:244 +#: sm/gpgsm.c:245 msgid "|[FILE]|make a clear text signature" msgstr "|[файл]|создать прозрачную подпись" -#: sm/gpgsm.c:252 +#: sm/gpgsm.c:253 msgid "list external keys" msgstr "вывести список внешних ключей" -#: sm/gpgsm.c:254 +#: sm/gpgsm.c:255 msgid "list certificate chain" msgstr "вывести список правил сертификатов" -#: sm/gpgsm.c:257 +#: sm/gpgsm.c:258 msgid "remove key from the public keyring" msgstr "удалить ключ из таблицы открытых ключей" -#: sm/gpgsm.c:260 +#: sm/gpgsm.c:261 msgid "import certificates" msgstr "импорт сертификатов" -#: sm/gpgsm.c:261 +#: sm/gpgsm.c:262 msgid "export certificates" msgstr "экспорт сертификатов" -#: sm/gpgsm.c:262 +#: sm/gpgsm.c:263 msgid "register a smartcard" msgstr "зарегистрировать смарткарту" -#: sm/gpgsm.c:264 +#: sm/gpgsm.c:265 msgid "pass a command to the dirmngr" msgstr "передать команду dirmngr" -#: sm/gpgsm.c:266 +#: sm/gpgsm.c:267 msgid "invoke gpg-protect-tool" msgstr "вызываем gpg-protect-tool" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:268 msgid "change a passphrase" msgstr "сменить фразу-пароль" -#: sm/gpgsm.c:282 +#: sm/gpgsm.c:283 msgid "create base-64 encoded output" msgstr "вывод в BASE64" -#: sm/gpgsm.c:284 +#: sm/gpgsm.c:287 msgid "assume input is in PEM format" msgstr "предполагаем получение в формате PEM" -#: sm/gpgsm.c:286 +#: sm/gpgsm.c:289 msgid "assume input is in base-64 format" msgstr "предполагаем получение в формате BASE64" -#: sm/gpgsm.c:288 +#: sm/gpgsm.c:291 msgid "assume input is in binary format" msgstr "предполагаем получение в двоичном формате" -#: sm/gpgsm.c:293 +#: sm/gpgsm.c:296 msgid "use system's dirmngr if available" msgstr "используем системный dirmngr, если доступен" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "never consult a CRL" msgstr "не сверять с CRL" -#: sm/gpgsm.c:301 +#: sm/gpgsm.c:304 msgid "check validity using OCSP" msgstr "проверка действительности используя OCSP" -#: sm/gpgsm.c:304 +#: sm/gpgsm.c:307 msgid "|N|number of certificates to include" msgstr "|N|число включаемых сертификатов" -#: sm/gpgsm.c:307 +#: sm/gpgsm.c:310 msgid "|FILE|take policy information from FILE" msgstr "|FILE|взять информацию о политиках из FILE" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "do not check certificate policies" msgstr "не проверять политики сертификата" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "fetch missing issuer certificates" msgstr "запросить пропущенных издаталей сертификатов" -#: sm/gpgsm.c:318 +#: sm/gpgsm.c:321 msgid "|NAME|use NAME as default recipient" msgstr "|NAME|использовать NAME как получателя по умолчанию" -#: sm/gpgsm.c:320 +#: sm/gpgsm.c:323 msgid "use the default key as default recipient" msgstr "использовать ключ по умолчанию как получателя по умолчанию" -#: sm/gpgsm.c:337 +#: sm/gpgsm.c:340 msgid "don't use the terminal at all" msgstr "не использовать терминал совсем" -#: sm/gpgsm.c:341 +#: sm/gpgsm.c:344 msgid "force v3 signatures" msgstr "принудительная подпись v3" -#: sm/gpgsm.c:342 +#: sm/gpgsm.c:345 msgid "always use a MDC for encryption" msgstr "всегда использовать MDC для шифрования" -#: sm/gpgsm.c:347 +#: sm/gpgsm.c:350 msgid "batch mode: never ask" msgstr "пакетный режим: ничего не запрашивать" -#: sm/gpgsm.c:348 +#: sm/gpgsm.c:351 msgid "assume yes on most questions" msgstr "предполагать Да на большинство вопросов" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 msgid "assume no on most questions" msgstr "предполагать Нет на большинство вопросов" -#: sm/gpgsm.c:351 +#: sm/gpgsm.c:354 msgid "add this keyring to the list of keyrings" msgstr "добавить данную таблицу ключей в список таблиц ключей" -#: sm/gpgsm.c:352 +#: sm/gpgsm.c:355 msgid "add this secret keyring to the list" msgstr "добавить данную таблицу секретных ключей в список" -#: sm/gpgsm.c:353 +#: sm/gpgsm.c:356 msgid "|NAME|use NAME as default secret key" msgstr "|NAME|использовать NAME как секретный ключ по умолчанию" -#: sm/gpgsm.c:354 +#: sm/gpgsm.c:357 msgid "|HOST|use this keyserver to lookup keys" msgstr "|HOST|использовать данный сервер ключей для поиска ключей" -#: sm/gpgsm.c:355 +#: sm/gpgsm.c:358 msgid "|NAME|set terminal charset to NAME" msgstr "|NAME|установить кодировку терминала в NAME" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "|LEVEL|установить уровень отладки в LEVEL" -#: sm/gpgsm.c:374 +#: sm/gpgsm.c:377 msgid "|FILE|load extension module FILE" msgstr "|FILE|загрузить модуль дополнения FILE" -#: sm/gpgsm.c:380 +#: sm/gpgsm.c:383 msgid "|NAME|use cipher algorithm NAME" msgstr "|NAME|использовать алгоритм шифрования NAME" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 msgid "|NAME|use message digest algorithm NAME" msgstr "|NAME|использовать хеш-функцию NAME" -#: sm/gpgsm.c:384 +#: sm/gpgsm.c:387 msgid "|N|use compress algorithm N" msgstr "|N|использовать алгоритм сжатия N" -#: sm/gpgsm.c:520 +#: sm/gpgsm.c:524 msgid "Usage: gpgsm [options] [files] (-h for help)" msgstr "Использование: gpgsm [параметры] [файлы] (-h для подсказки)" -#: sm/gpgsm.c:523 +#: sm/gpgsm.c:527 msgid "" "Syntax: gpgsm [options] [files]\n" "sign, check, encrypt or decrypt using the S/MIME protocol\n" @@ -7097,44 +7107,39 @@ msgstr "" "протокол\n" "операция по умолчанию зависит от входных данных\n" -#: sm/gpgsm.c:617 +#: sm/gpgsm.c:621 msgid "usage: gpgsm [options] " msgstr "использование: gpgsm [параметры] " -#: sm/gpgsm.c:698 +#: sm/gpgsm.c:702 #, c-format msgid "can't encrypt to `%s': %s\n" msgstr "не могу зашифровать для `%s': %s\n" -#: sm/gpgsm.c:773 -#, c-format -msgid "libksba is too old (need %s, have %s)\n" -msgstr "libksba слишком устаревшая (требуется %s, имеется %s)\n" - -#: sm/gpgsm.c:1249 +#: sm/gpgsm.c:1253 msgid "WARNING: running with faked system time: " msgstr "ВНИМАНИЕ: выполняемся с подделанным системным временем: " -#: sm/gpgsm.c:1328 +#: sm/gpgsm.c:1332 #, c-format msgid "importing common certificates `%s'\n" msgstr "" -#: sm/gpgsm.c:1346 +#: sm/gpgsm.c:1350 #, c-format msgid "can't sign using `%s': %s\n" msgstr "невозможно подписать используя `%s': %s\n" -#: sm/gpgsm.c:1536 +#: sm/gpgsm.c:1542 msgid "this command has not yet been implemented\n" msgstr "данная команды всё еще не реализована\n" -#: sm/gpgsm.c:1601 +#: sm/gpgsm.c:1606 #, fuzzy msgid "key generation is not available from the commandline\n" msgstr "gpg-agent недоступен в данной сессии\n" -#: sm/gpgsm.c:1602 +#: sm/gpgsm.c:1607 #, fuzzy, c-format msgid "please use the script \"%s\" to generate a new key\n" msgstr "Выберите тип создаваемого ключа:\n" @@ -7144,20 +7149,20 @@ msgstr "Выберите тип создаваемого ключа:\n" msgid "total number processed: %lu\n" msgstr "всего обработано: %lu\n" -#: sm/import.c:227 +#: sm/import.c:228 msgid "error storing certificate\n" msgstr "ошибка сохранения сертификата\n" -#: sm/import.c:235 +#: sm/import.c:236 msgid "basic certificate checks failed - not imported\n" msgstr "ошибка базовой проверки сертификата - не импортирован\n" -#: sm/import.c:421 sm/import.c:453 +#: sm/import.c:422 sm/import.c:454 #, c-format msgid "error importing certificate: %s\n" msgstr "ошибка импортирования сертификата: %s\n" -#: sm/import.c:542 tools/gpg-connect-agent.c:384 +#: sm/import.c:543 tools/gpg-connect-agent.c:388 #, c-format msgid "error reading input: %s\n" msgstr "ошибка чтения ввода: %s\n" @@ -7176,11 +7181,11 @@ msgstr "возможно следует запустить gpg-agent сперв msgid "keybox `%s' created\n" msgstr "создан keybox `%s'\n" -#: sm/keydb.c:1312 sm/keydb.c:1378 +#: sm/keydb.c:1312 sm/keydb.c:1380 msgid "failed to get the fingerprint\n" msgstr "сбой получения отпечатка\n" -#: sm/keydb.c:1319 sm/keydb.c:1385 +#: sm/keydb.c:1319 sm/keydb.c:1387 msgid "failed to allocate keyDB handle\n" msgstr "" @@ -7199,17 +7204,17 @@ msgstr "" msgid "error storing certificate: %s\n" msgstr "ошибка сохранения сертификата: %s\n" -#: sm/keydb.c:1400 +#: sm/keydb.c:1408 #, c-format msgid "problem re-searching certificate: %s\n" msgstr "" -#: sm/keydb.c:1409 sm/keydb.c:1497 +#: sm/keydb.c:1417 sm/keydb.c:1509 #, c-format msgid "error getting stored flags: %s\n" msgstr "ошибка получения сохраненных флагов: %s\n" -#: sm/keydb.c:1418 sm/keydb.c:1508 +#: sm/keydb.c:1429 sm/keydb.c:1520 #, c-format msgid "error storing flags: %s\n" msgstr "ошибка сохранения флагов: %s\n" @@ -7282,31 +7287,35 @@ msgstr "Действительная подпись от" msgid " aka" msgstr " aka" -#: tools/gpg-connect-agent.c:60 tools/gpgconf.c:70 tools/symcryptrun.c:186 +#: tools/gpg-connect-agent.c:61 tools/gpgconf.c:70 tools/symcryptrun.c:167 msgid "quiet" msgstr "" -#: tools/gpg-connect-agent.c:61 +#: tools/gpg-connect-agent.c:62 msgid "print data out hex encoded" msgstr "" -#: tools/gpg-connect-agent.c:62 +#: tools/gpg-connect-agent.c:63 +msgid "decode received data lines" +msgstr "" + +#: tools/gpg-connect-agent.c:64 msgid "|NAME|connect to Assuan socket NAME" msgstr "" -#: tools/gpg-connect-agent.c:63 +#: tools/gpg-connect-agent.c:65 msgid "run the Assuan server given on the command line" msgstr "" -#: tools/gpg-connect-agent.c:65 +#: tools/gpg-connect-agent.c:67 msgid "do not use extended connect mode" msgstr "" -#: tools/gpg-connect-agent.c:126 +#: tools/gpg-connect-agent.c:129 msgid "Usage: gpg-connect-agent [options] (-h for help)" msgstr "Использование: gpg-connect-agent [параметры] (-h для подсказки)" -#: tools/gpg-connect-agent.c:129 +#: tools/gpg-connect-agent.c:132 msgid "" "Syntax: gpg-connect-agent [options]\n" "Connect to a running agent and send commands\n" @@ -7314,70 +7323,70 @@ msgstr "" "Синтаксис: gpg-connect-agent: [параметры]\n" "Связывается с запущенным агентом и отcылает команды\n" -#: tools/gpg-connect-agent.c:324 +#: tools/gpg-connect-agent.c:328 #, c-format msgid "option \"%s\" requires a program and optional arguments\n" msgstr "параметр \"%s\" требует программы и опциональных аргументов\n" -#: tools/gpg-connect-agent.c:333 +#: tools/gpg-connect-agent.c:337 #, c-format msgid "option \"%s\" ignored due to \"%s\"\n" msgstr "параметр \"%s\" игнорирован по причине \"%s\"\n" -#: tools/gpg-connect-agent.c:391 +#: tools/gpg-connect-agent.c:395 msgid "line too long - skipped\n" msgstr "строка слишком длинная - пропущено\n" -#: tools/gpg-connect-agent.c:395 +#: tools/gpg-connect-agent.c:399 msgid "line shortened due to embedded Nul character\n" msgstr "" -#: tools/gpg-connect-agent.c:457 +#: tools/gpg-connect-agent.c:471 #, c-format msgid "unknown command `%s'\n" msgstr "неизвестная команда `%s'\n" -#: tools/gpg-connect-agent.c:465 +#: tools/gpg-connect-agent.c:479 #, c-format msgid "sending line failed: %s\n" msgstr "сбой отправки строки: %s\n" -#: tools/gpg-connect-agent.c:473 +#: tools/gpg-connect-agent.c:487 #, c-format msgid "receiving line failed: %s\n" msgstr "сбой получения строки: %s\n" -#: tools/gpg-connect-agent.c:746 +#: tools/gpg-connect-agent.c:797 #, c-format msgid "error sending %s command: %s\n" msgstr "ошибка отправки %s команды: %s\n" -#: tools/gpg-connect-agent.c:755 +#: tools/gpg-connect-agent.c:806 #, c-format msgid "error sending standard options: %s\n" msgstr "ошибка отправки стандартных параметров: %s\n" #: tools/gpgconf-comp.c:445 tools/gpgconf-comp.c:525 tools/gpgconf-comp.c:592 -#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:720 +#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:723 msgid "Options controlling the diagnostic output" msgstr "Параметры контролирующие вывод диагностики" #: tools/gpgconf-comp.c:458 tools/gpgconf-comp.c:538 tools/gpgconf-comp.c:605 -#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:743 +#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:746 msgid "Options controlling the configuration" msgstr "Параметры контролирующие конфигурацию" #: tools/gpgconf-comp.c:468 tools/gpgconf-comp.c:563 tools/gpgconf-comp.c:612 -#: tools/gpgconf-comp.c:671 tools/gpgconf-comp.c:750 +#: tools/gpgconf-comp.c:674 tools/gpgconf-comp.c:753 msgid "Options useful for debugging" msgstr "Параметры полезные для отладки" #: tools/gpgconf-comp.c:473 tools/gpgconf-comp.c:568 tools/gpgconf-comp.c:617 -#: tools/gpgconf-comp.c:676 tools/gpgconf-comp.c:758 +#: tools/gpgconf-comp.c:679 tools/gpgconf-comp.c:761 msgid "|FILE|write server mode logs to FILE" msgstr "|FILE|сохранять журнал режима сервера в FILE" -#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:684 +#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:687 msgid "Options controlling the security" msgstr "Параметры контролирующие безопасность" @@ -7407,31 +7416,35 @@ msgstr "Конфигурация серверов ключей" msgid "allow PKA lookups (DNS requests)" msgstr "" -#: tools/gpgconf-comp.c:689 +#: tools/gpgconf-comp.c:669 +msgid "|NAME|use encoding NAME for PKCS#12 passphrases" +msgstr "" + +#: tools/gpgconf-comp.c:692 msgid "do not check CRLs for root certificates" msgstr "не проверять CRLd для корневых сертификатов" -#: tools/gpgconf-comp.c:733 +#: tools/gpgconf-comp.c:736 msgid "Options controlling the format of the output" msgstr "Параметры контрролирующие формат вывода" -#: tools/gpgconf-comp.c:769 +#: tools/gpgconf-comp.c:772 msgid "Options controlling the interactivity and enforcement" msgstr "" -#: tools/gpgconf-comp.c:779 +#: tools/gpgconf-comp.c:782 msgid "Configuration for HTTP servers" msgstr "Настройки HTTP серверов" -#: tools/gpgconf-comp.c:790 +#: tools/gpgconf-comp.c:793 msgid "use system's HTTP proxy setting" msgstr "использовать системные настройки HTTP проки" -#: tools/gpgconf-comp.c:795 +#: tools/gpgconf-comp.c:798 msgid "Configuration of LDAP servers to use" msgstr "Настройки LDAP серверов" -#: tools/gpgconf-comp.c:832 +#: tools/gpgconf-comp.c:835 msgid "Configuration for OCSP" msgstr "Настройки OCSP" @@ -7494,7 +7507,7 @@ msgstr "Команды администрирования не разрешен msgid "error allocating enough memory: %s\n" msgstr "ошибка распределения памяти: %s\n" -#: tools/symcryptrun.c:173 +#: tools/symcryptrun.c:154 msgid "" "@\n" "Commands:\n" @@ -7504,35 +7517,35 @@ msgstr "" "Команды:\n" " " -#: tools/symcryptrun.c:175 +#: tools/symcryptrun.c:156 msgid "decryption modus" msgstr "режим расшифрования" -#: tools/symcryptrun.c:176 +#: tools/symcryptrun.c:157 msgid "encryption modus" msgstr "режим зашифровывания" -#: tools/symcryptrun.c:180 +#: tools/symcryptrun.c:161 msgid "tool class (confucius)" msgstr "" -#: tools/symcryptrun.c:181 +#: tools/symcryptrun.c:162 msgid "program filename" msgstr "" -#: tools/symcryptrun.c:183 +#: tools/symcryptrun.c:164 msgid "secret key file (required)" msgstr "файл секретного ключа (требуется)" -#: tools/symcryptrun.c:184 +#: tools/symcryptrun.c:165 msgid "input file name (default stdin)" msgstr "ввод имени файла (stdin по умолчанию)" -#: tools/symcryptrun.c:228 +#: tools/symcryptrun.c:209 msgid "Usage: symcryptrun [options] (-h for help)" msgstr "Использование: symcryptrun [параметры] (-h для подсказки)" -#: tools/symcryptrun.c:231 +#: tools/symcryptrun.c:212 msgid "" "Syntax: symcryptrun --class CLASS --program PROGRAM --keyfile KEYFILE " "[options...] COMMAND [inputfile]\n" @@ -7542,122 +7555,125 @@ msgstr "" "[параметры...] COMMAND [файл-источник]\n" "Вызывает простой инструмент шифрования\n" -#: tools/symcryptrun.c:313 +#: tools/symcryptrun.c:294 #, c-format msgid "%s on %s aborted with status %i\n" msgstr "%s над %s прервано, статус %i\n" -#: tools/symcryptrun.c:320 +#: tools/symcryptrun.c:301 #, c-format msgid "%s on %s failed with status %i\n" msgstr "сбой %s над %s, статус %i\n" -#: tools/symcryptrun.c:346 +#: tools/symcryptrun.c:327 #, c-format msgid "can't create temporary directory `%s': %s\n" msgstr "невозможно создание временного каталога `%s': %s\n" -#: tools/symcryptrun.c:386 tools/symcryptrun.c:403 +#: tools/symcryptrun.c:367 tools/symcryptrun.c:384 #, c-format msgid "could not open %s for writing: %s\n" msgstr "невозможно открытие %s на запись: %s\n" -#: tools/symcryptrun.c:414 +#: tools/symcryptrun.c:395 #, c-format msgid "error writing to %s: %s\n" msgstr "ошибка записи в %s: %s\n" -#: tools/symcryptrun.c:421 +#: tools/symcryptrun.c:402 #, c-format msgid "error reading from %s: %s\n" msgstr "ошибка чтения из %s: %s\n" -#: tools/symcryptrun.c:428 tools/symcryptrun.c:435 +#: tools/symcryptrun.c:409 tools/symcryptrun.c:416 #, c-format msgid "error closing %s: %s\n" msgstr "ошибка закрытия %s: %s\n" -#: tools/symcryptrun.c:545 +#: tools/symcryptrun.c:526 msgid "no --program option provided\n" msgstr "не задан параметр --program\n" -#: tools/symcryptrun.c:551 +#: tools/symcryptrun.c:532 msgid "only --decrypt and --encrypt are supported\n" msgstr "поддерживаются только параметры --decrypt и --encrypt\n" -#: tools/symcryptrun.c:557 +#: tools/symcryptrun.c:538 msgid "no --keyfile option provided\n" msgstr "не задан параметр --keyfile\n" -#: tools/symcryptrun.c:568 +#: tools/symcryptrun.c:549 msgid "cannot allocate args vector\n" msgstr "" -#: tools/symcryptrun.c:586 +#: tools/symcryptrun.c:567 #, c-format msgid "could not create pipe: %s\n" msgstr "" -#: tools/symcryptrun.c:593 +#: tools/symcryptrun.c:574 #, c-format msgid "could not create pty: %s\n" msgstr "" -#: tools/symcryptrun.c:609 +#: tools/symcryptrun.c:590 #, c-format msgid "could not fork: %s\n" msgstr "" -#: tools/symcryptrun.c:637 +#: tools/symcryptrun.c:618 #, c-format msgid "execv failed: %s\n" msgstr "" -#: tools/symcryptrun.c:666 +#: tools/symcryptrun.c:647 #, c-format msgid "select failed: %s\n" msgstr "" -#: tools/symcryptrun.c:683 +#: tools/symcryptrun.c:664 #, c-format msgid "read failed: %s\n" msgstr "" -#: tools/symcryptrun.c:735 +#: tools/symcryptrun.c:716 #, c-format msgid "pty read failed: %s\n" msgstr "" -#: tools/symcryptrun.c:787 +#: tools/symcryptrun.c:768 #, c-format msgid "waitpid failed: %s\n" msgstr "" -#: tools/symcryptrun.c:801 +#: tools/symcryptrun.c:782 #, c-format msgid "child aborted with status %i\n" msgstr "потомок завершился, статус %i\n" -#: tools/symcryptrun.c:856 +#: tools/symcryptrun.c:837 #, c-format msgid "cannot allocate infile string: %s\n" msgstr "" -#: tools/symcryptrun.c:869 +#: tools/symcryptrun.c:850 #, c-format msgid "cannot allocate outfile string: %s\n" msgstr "" -#: tools/symcryptrun.c:1044 +#: tools/symcryptrun.c:1025 #, c-format msgid "either %s or %s must be given\n" msgstr "следует задать %s либо %s\n" -#: tools/symcryptrun.c:1064 +#: tools/symcryptrun.c:1045 msgid "no class provided\n" msgstr "не задан класс\n" -#: tools/symcryptrun.c:1071 +#: tools/symcryptrun.c:1052 #, c-format msgid "class %s is not supported\n" msgstr "класс %s не поддерживается\n" + +#~ msgid "DSA requires the use of a 160 bit hash algorithm\n" +#~ msgstr "DSA требует использования 160 битной хэш-функции\n" @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg 1.2.5\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2007-03-08 14:20+0100\n" +"POT-Creation-Date: 2007-05-07 20:39+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" @@ -88,8 +88,8 @@ msgstr "nemem vytvori `%s': %s\n" #: g10/keyring.c:1534 g10/openfile.c:190 g10/openfile.c:345 #: g10/plaintext.c:504 g10/sign.c:814 g10/sign.c:1009 g10/sign.c:1125 #: g10/sign.c:1281 g10/tdbdump.c:141 g10/tdbdump.c:149 g10/tdbio.c:542 -#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1775 -#: sm/gpgsm.c:1812 sm/qualified.c:74 +#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1780 +#: sm/gpgsm.c:1817 sm/gpgsm.c:1855 sm/qualified.c:74 #, c-format msgid "can't open `%s': %s\n" msgstr "nemem otvori `%s': %s\n" @@ -188,13 +188,13 @@ msgstr "" "Na ochranu Vho tajnho ka muste zada heslo.\n" "\n" -#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1216 +#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1202 #, fuzzy msgid "Please re-enter this passphrase" msgstr "zmeni heslo" -#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1222 -#: tools/symcryptrun.c:487 +#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1208 +#: tools/symcryptrun.c:468 msgid "does not match - try again" msgstr "" @@ -203,7 +203,7 @@ msgstr "" msgid "Please enter the new passphrase" msgstr "zmeni heslo" -#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:109 +#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:111 #: scd/scdaemon.c:103 #, fuzzy msgid "" @@ -223,13 +223,13 @@ msgid "run in daemon mode (background)" msgstr "" #: agent/gpg-agent.c:117 g10/gpg.c:470 g10/gpgv.c:71 kbx/kbxutil.c:82 -#: scd/scdaemon.c:109 sm/gpgsm.c:335 tools/gpg-connect-agent.c:59 -#: tools/gpgconf.c:69 tools/symcryptrun.c:185 +#: scd/scdaemon.c:109 sm/gpgsm.c:338 tools/gpg-connect-agent.c:60 +#: tools/gpgconf.c:69 tools/symcryptrun.c:166 msgid "verbose" msgstr "s dodatonmi informciami" #: agent/gpg-agent.c:118 g10/gpgv.c:72 kbx/kbxutil.c:83 scd/scdaemon.c:110 -#: sm/gpgsm.c:336 +#: sm/gpgsm.c:339 msgid "be somewhat more quiet" msgstr "by o trochu tich" @@ -241,7 +241,7 @@ msgstr "" msgid "csh-style command output" msgstr "" -#: agent/gpg-agent.c:121 tools/symcryptrun.c:188 +#: agent/gpg-agent.c:121 tools/symcryptrun.c:169 #, fuzzy msgid "|FILE|read options from FILE" msgstr "|SBOR|nahra rozirujci modul SBOR" @@ -254,8 +254,8 @@ msgstr "" msgid "do not grab keyboard and mouse" msgstr "" -#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:338 -#: tools/symcryptrun.c:187 +#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:341 +#: tools/symcryptrun.c:168 #, fuzzy msgid "use a log file for the server" msgstr "vyhada ke na serveri kov" @@ -311,9 +311,9 @@ msgstr "" msgid "|FILE|write environment settings also to FILE" msgstr "" -#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:143 -#: scd/scdaemon.c:192 sm/gpgsm.c:517 tools/gpg-connect-agent.c:123 -#: tools/gpgconf.c:91 tools/symcryptrun.c:225 +#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:148 +#: scd/scdaemon.c:192 sm/gpgsm.c:521 tools/gpg-connect-agent.c:126 +#: tools/gpgconf.c:91 tools/symcryptrun.c:206 #, fuzzy msgid "Please report bugs to <" msgstr "" @@ -331,138 +331,127 @@ msgid "" "Secret key management for GnuPG\n" msgstr "" -#: agent/gpg-agent.c:311 -#, c-format -msgid "out of core in secure memory while allocating %lu bytes" -msgstr "" - -#: agent/gpg-agent.c:314 -#, c-format -msgid "out of core while allocating %lu bytes" -msgstr "" - -#: agent/gpg-agent.c:345 g10/gpg.c:931 scd/scdaemon.c:266 sm/gpgsm.c:646 +#: agent/gpg-agent.c:303 g10/gpg.c:931 scd/scdaemon.c:247 sm/gpgsm.c:650 #, c-format msgid "invalid debug-level `%s' given\n" msgstr "" -#: agent/gpg-agent.c:521 agent/protect-tool.c:1073 g10/gpg.c:1835 -#: kbx/kbxutil.c:432 scd/scdaemon.c:358 sm/gpgsm.c:768 -#: tools/symcryptrun.c:1056 +#: agent/gpg-agent.c:479 agent/protect-tool.c:1059 kbx/kbxutil.c:432 +#: scd/scdaemon.c:339 sm/gpgsm.c:771 sm/gpgsm.c:774 tools/symcryptrun.c:1037 #, c-format -msgid "libgcrypt is too old (need %s, have %s)\n" +msgid "%s is too old (need %s, have %s)\n" msgstr "" -#: agent/gpg-agent.c:615 g10/gpg.c:2035 scd/scdaemon.c:435 sm/gpgsm.c:865 +#: agent/gpg-agent.c:572 g10/gpg.c:2035 scd/scdaemon.c:415 sm/gpgsm.c:865 #, c-format msgid "NOTE: no default option file `%s'\n" msgstr "POZNMKA: neexistuje implicitn sbor s monosami `%s'\n" -#: agent/gpg-agent.c:620 agent/gpg-agent.c:1179 g10/gpg.c:2039 -#: scd/scdaemon.c:440 sm/gpgsm.c:869 tools/symcryptrun.c:989 +#: agent/gpg-agent.c:577 agent/gpg-agent.c:1136 g10/gpg.c:2039 +#: scd/scdaemon.c:420 sm/gpgsm.c:869 tools/symcryptrun.c:970 #, c-format msgid "option file `%s': %s\n" msgstr "sbor s monosami `%s': %s\n" -#: agent/gpg-agent.c:628 g10/gpg.c:2046 scd/scdaemon.c:448 sm/gpgsm.c:876 +#: agent/gpg-agent.c:585 g10/gpg.c:2046 scd/scdaemon.c:428 sm/gpgsm.c:876 #, c-format msgid "reading options from `%s'\n" msgstr "tam monosti z `%s'\n" -#: agent/gpg-agent.c:949 g10/plaintext.c:142 g10/plaintext.c:147 +#: agent/gpg-agent.c:906 g10/plaintext.c:142 g10/plaintext.c:147 #: g10/plaintext.c:164 #, c-format msgid "error creating `%s': %s\n" msgstr "chyba pri vytvran `%s': %s\n" -#: agent/gpg-agent.c:1239 agent/gpg-agent.c:1342 agent/gpg-agent.c:1346 -#: agent/gpg-agent.c:1382 agent/gpg-agent.c:1386 g10/exec.c:174 -#: g10/openfile.c:418 scd/scdaemon.c:934 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:1299 agent/gpg-agent.c:1303 +#: agent/gpg-agent.c:1339 agent/gpg-agent.c:1343 g10/exec.c:174 +#: g10/openfile.c:418 scd/scdaemon.c:914 #, c-format msgid "can't create directory `%s': %s\n" msgstr "nemem vytvori adresr `%s': %s\n" -#: agent/gpg-agent.c:1253 scd/scdaemon.c:948 +#: agent/gpg-agent.c:1210 scd/scdaemon.c:928 msgid "name of socket too long\n" msgstr "" -#: agent/gpg-agent.c:1279 scd/scdaemon.c:974 +#: agent/gpg-agent.c:1236 scd/scdaemon.c:954 #, fuzzy, c-format msgid "can't create socket: %s\n" msgstr "%s: nemem vytvori: %s\n" -#: agent/gpg-agent.c:1308 scd/scdaemon.c:1003 +#: agent/gpg-agent.c:1265 scd/scdaemon.c:983 #, fuzzy, c-format msgid "error binding socket to `%s': %s\n" msgstr "chyba pri posielan na `%s': %s\n" -#: agent/gpg-agent.c:1316 scd/scdaemon.c:1011 +#: agent/gpg-agent.c:1273 scd/scdaemon.c:991 #, fuzzy, c-format msgid "listen() failed: %s\n" msgstr "aktualizcia zlyhala: %s\n" -#: agent/gpg-agent.c:1322 scd/scdaemon.c:1017 +#: agent/gpg-agent.c:1279 scd/scdaemon.c:997 #, fuzzy, c-format msgid "listening on socket `%s'\n" msgstr "zapisujem tajn k do `%s'\n" -#: agent/gpg-agent.c:1350 agent/gpg-agent.c:1392 g10/openfile.c:421 +#: agent/gpg-agent.c:1307 agent/gpg-agent.c:1349 g10/openfile.c:421 #, fuzzy, c-format msgid "directory `%s' created\n" msgstr "%s: adresr vytvoren\n" -#: agent/gpg-agent.c:1398 +#: agent/gpg-agent.c:1355 #, fuzzy, c-format msgid "stat() failed for `%s': %s\n" msgstr "databza dvery: procedra read() (n=%d) zlyhala: %s\n" -#: agent/gpg-agent.c:1402 +#: agent/gpg-agent.c:1359 #, fuzzy, c-format msgid "can't use `%s' as home directory\n" msgstr "%s: nemem vytvori adresr: %s\n" -#: agent/gpg-agent.c:1504 +#: agent/gpg-agent.c:1461 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:1509 +#: agent/gpg-agent.c:1466 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:1526 +#: agent/gpg-agent.c:1483 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:1531 +#: agent/gpg-agent.c:1488 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:1627 scd/scdaemon.c:1136 +#: agent/gpg-agent.c:1584 scd/scdaemon.c:1116 #, fuzzy, c-format msgid "pth_select failed: %s - waiting 1s\n" msgstr "aktualizcia tajnho ka zlyhala: %s\n" -#: agent/gpg-agent.c:1733 scd/scdaemon.c:1203 +#: agent/gpg-agent.c:1690 scd/scdaemon.c:1183 #, fuzzy, c-format msgid "%s %s stopped\n" msgstr "%s: preskoen: %s\n" -#: agent/gpg-agent.c:1754 +#: agent/gpg-agent.c:1711 #, fuzzy msgid "no gpg-agent running in this session\n" msgstr "gpg-agent nie je v tomto seden dostupn\n" -#: agent/gpg-agent.c:1764 common/simple-pwquery.c:324 g10/call-agent.c:137 -#: sm/call-agent.c:144 tools/gpg-connect-agent.c:713 +#: agent/gpg-agent.c:1721 common/simple-pwquery.c:324 g10/call-agent.c:137 +#: sm/call-agent.c:144 tools/gpg-connect-agent.c:764 msgid "malformed GPG_AGENT_INFO environment variable\n" msgstr "zl formt premennej prostredia GPG_AGENT_INFO\n" -#: agent/gpg-agent.c:1776 common/simple-pwquery.c:336 g10/call-agent.c:149 -#: sm/call-agent.c:156 tools/gpg-connect-agent.c:724 +#: agent/gpg-agent.c:1733 common/simple-pwquery.c:336 g10/call-agent.c:149 +#: sm/call-agent.c:156 tools/gpg-connect-agent.c:775 #, c-format msgid "gpg-agent protocol version %d is not supported\n" msgstr "gpg-agent protokol verzie %d nie je podporovan\n" @@ -478,51 +467,51 @@ msgid "" "Password cache maintenance\n" msgstr "" -#: agent/protect-tool.c:146 +#: agent/protect-tool.c:151 #, fuzzy msgid "Usage: gpg-protect-tool [options] (-h for help)\n" msgstr "Pouitie: gpg [monosti] [sbory] (-h pre pomoc)" -#: agent/protect-tool.c:148 +#: agent/protect-tool.c:153 msgid "" "Syntax: gpg-protect-tool [options] [args]\n" "Secret key maintenance tool\n" msgstr "" -#: agent/protect-tool.c:1207 +#: agent/protect-tool.c:1193 #, fuzzy msgid "Please enter the passphrase to unprotect the PKCS#12 object." msgstr "Prosm, vlote heslo; toto je tajn veta \n" -#: agent/protect-tool.c:1210 +#: agent/protect-tool.c:1196 #, fuzzy msgid "Please enter the passphrase to protect the new PKCS#12 object." msgstr "Prosm, vlote heslo; toto je tajn veta \n" -#: agent/protect-tool.c:1213 +#: agent/protect-tool.c:1199 msgid "" "Please enter the passphrase to protect the imported object within the GnuPG " "system." msgstr "" -#: agent/protect-tool.c:1218 +#: agent/protect-tool.c:1204 #, fuzzy msgid "" "Please enter the passphrase or the PIN\n" "needed to complete this operation." msgstr "Prosm, vlote heslo; toto je tajn veta \n" -#: agent/protect-tool.c:1223 tools/symcryptrun.c:488 +#: agent/protect-tool.c:1209 tools/symcryptrun.c:469 #, fuzzy msgid "Passphrase:" msgstr "nesprvne heslo" -#: agent/protect-tool.c:1236 tools/symcryptrun.c:501 +#: agent/protect-tool.c:1222 tools/symcryptrun.c:482 #, fuzzy, c-format msgid "error while asking for the passphrase: %s\n" msgstr "chyba pri vytvran hesla: %s\n" -#: agent/protect-tool.c:1239 tools/symcryptrun.c:505 +#: agent/protect-tool.c:1225 tools/symcryptrun.c:486 #, fuzzy msgid "cancelled\n" msgstr "Zrui" @@ -562,7 +551,7 @@ msgstr "" msgid "error reading `%s', line %d: %s\n" msgstr "chyba pri tan `%s': %s\n" -#: agent/trustlist.c:355 agent/trustlist.c:394 +#: agent/trustlist.c:365 agent/trustlist.c:404 msgid "error reading list of trusted root certificates\n" msgstr "" @@ -575,7 +564,7 @@ msgstr "" #. second "%s" gets replaced by a hexdecimal #. fingerprint string whereas the first one receives #. the name as store in the certificate. -#: agent/trustlist.c:470 +#: agent/trustlist.c:480 #, c-format msgid "" "Please verify that the certificate identified as:%%0A \"%s\"%%0Ahas the " @@ -585,7 +574,7 @@ msgstr "" #. TRANSLATORS: "Correct" is the label of a button and intended to #. be hit if the fingerprint matches the one of the CA. The other #. button is "the default "Cancel" of the Pinentry. -#: agent/trustlist.c:479 +#: agent/trustlist.c:489 msgid "Correct" msgstr "" @@ -597,19 +586,19 @@ msgstr "" #. plain % sign, you need to encode it as "%%25". The #. "%s" gets replaced by the name as store in the #. certificate. -#: agent/trustlist.c:499 +#: agent/trustlist.c:509 #, c-format msgid "" "Do you ultimately trust%%0A \"%s\"%%0Ato correctly certify user " "certificates?" msgstr "" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 #, fuzzy msgid "Yes" msgstr "ano" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 msgid "No" msgstr "" @@ -653,12 +642,12 @@ msgstr "" msgid "error running `%s': terminated\n" msgstr "chyba pri tan `%s': %s\n" -#: common/http.c:1623 +#: common/http.c:1621 #, fuzzy, c-format msgid "error creating socket: %s\n" msgstr "chyba pri vytvran `%s': %s\n" -#: common/http.c:1667 +#: common/http.c:1665 #, fuzzy msgid "host not found" msgstr "[User id not found]" @@ -752,6 +741,16 @@ msgstr "" msgid "cC" msgstr "c" +#: common/miscellaneous.c:73 +#, c-format +msgid "out of core in secure memory while allocating %lu bytes" +msgstr "" + +#: common/miscellaneous.c:76 +#, c-format +msgid "out of core while allocating %lu bytes" +msgstr "" + #: g10/armor.c:368 #, c-format msgid "armor: %s\n" @@ -1185,13 +1184,13 @@ msgstr "--output pre tento prkaz nefunguje\n" msgid "can't open `%s'\n" msgstr "nemono otvori `%s'\n" -#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1714 +#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1721 #: g10/revoke.c:228 #, fuzzy, c-format msgid "key \"%s\" not found: %s\n" msgstr "k `%s' nebol njden: %s\n" -#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1728 +#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1735 #: g10/revoke.c:234 g10/revoke.c:479 #, c-format msgid "error reading keyblock: %s\n" @@ -1473,22 +1472,22 @@ msgid "Invalid key %s made valid by --allow-non-selfsigned-uid\n" msgstr "" "Neplatn k %08lX zmenen na platn pomocou --always-non-selfsigned-uid\n" -#: g10/getkey.c:2390 g10/keyedit.c:3723 +#: g10/getkey.c:2393 g10/keyedit.c:3723 #, fuzzy, c-format msgid "no secret subkey for public subkey %s - ignoring\n" msgstr "existuje tajn k pre tento verejn k %08lX!\n" -#: g10/getkey.c:2621 +#: g10/getkey.c:2624 #, fuzzy, c-format msgid "using subkey %s instead of primary key %s\n" msgstr "pouvam sekundrny k %08lX namiesto primrneho ka %08lX\n" -#: g10/getkey.c:2668 +#: g10/getkey.c:2671 #, fuzzy, c-format msgid "key %s: secret key without public key - skipped\n" msgstr "k %08lX: tajn k bez verejnho ka - preskoen\n" -#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:241 tools/gpgconf.c:56 +#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:242 tools/gpgconf.c:56 msgid "" "@Commands:\n" " " @@ -1504,27 +1503,27 @@ msgstr "|[sbor]|vytvori podpis" msgid "|[file]|make a clear text signature" msgstr "|[sbor]|vytvori podpis v itatenom dokumente" -#: g10/gpg.c:373 sm/gpgsm.c:245 +#: g10/gpg.c:373 sm/gpgsm.c:246 msgid "make a detached signature" msgstr "vytvori podpis oddelen od dokumentu" -#: g10/gpg.c:374 sm/gpgsm.c:246 +#: g10/gpg.c:374 sm/gpgsm.c:247 msgid "encrypt data" msgstr "ifrova dta" -#: g10/gpg.c:376 sm/gpgsm.c:247 +#: g10/gpg.c:376 sm/gpgsm.c:248 msgid "encryption only with symmetric cipher" msgstr "ifrovanie len so symetrickou ifrou" -#: g10/gpg.c:378 sm/gpgsm.c:248 +#: g10/gpg.c:378 sm/gpgsm.c:249 msgid "decrypt data (default)" msgstr "deifrova dta (implicitne)" -#: g10/gpg.c:380 sm/gpgsm.c:249 +#: g10/gpg.c:380 sm/gpgsm.c:250 msgid "verify a signature" msgstr "verifikova podpis" -#: g10/gpg.c:382 sm/gpgsm.c:251 +#: g10/gpg.c:382 sm/gpgsm.c:252 msgid "list keys" msgstr "vypsa zoznam kov" @@ -1537,11 +1536,11 @@ msgstr "vypsa zoznam kov a podpisov" msgid "list and check key signatures" msgstr "skontrolova podpisy kov" -#: g10/gpg.c:386 sm/gpgsm.c:255 +#: g10/gpg.c:386 sm/gpgsm.c:256 msgid "list keys and fingerprints" msgstr "vypsa zoznam kov a fingerprintov" -#: g10/gpg.c:387 sm/gpgsm.c:253 +#: g10/gpg.c:387 sm/gpgsm.c:254 msgid "list secret keys" msgstr "vypsa zoznam tajnch kov" @@ -1577,11 +1576,11 @@ msgstr "vytvori revokan certifikt" msgid "export keys" msgstr "exportova ke" -#: g10/gpg.c:398 sm/gpgsm.c:258 +#: g10/gpg.c:398 sm/gpgsm.c:259 msgid "export keys to a key server" msgstr "exportova ke na server kov" -#: g10/gpg.c:399 sm/gpgsm.c:259 +#: g10/gpg.c:399 sm/gpgsm.c:260 msgid "import keys from a key server" msgstr "importova ke zo servera kov" @@ -1617,12 +1616,12 @@ msgstr "aktualizova databzu dvery" msgid "|algo [files]|print message digests" msgstr "|algo [sbory]|vyp hash" -#: g10/gpg.c:431 sm/gpgsm.c:263 +#: g10/gpg.c:431 sm/gpgsm.c:264 msgid "run in server mode" msgstr "" -#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:278 -#: tools/gpg-connect-agent.c:57 tools/gpgconf.c:66 tools/symcryptrun.c:178 +#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:279 +#: tools/gpg-connect-agent.c:58 tools/gpgconf.c:66 tools/symcryptrun.c:159 msgid "" "@\n" "Options:\n" @@ -1632,35 +1631,35 @@ msgstr "" "Monosti:\n" " " -#: g10/gpg.c:435 sm/gpgsm.c:280 +#: g10/gpg.c:435 sm/gpgsm.c:281 msgid "create ascii armored output" msgstr "vytvor vstup zakdovan pomocou ASCII" -#: g10/gpg.c:437 sm/gpgsm.c:290 +#: g10/gpg.c:437 sm/gpgsm.c:293 msgid "|NAME|encrypt for NAME" msgstr "|MENO|ifrova pre MENO" -#: g10/gpg.c:448 sm/gpgsm.c:326 +#: g10/gpg.c:448 sm/gpgsm.c:329 msgid "use this user-id to sign or decrypt" msgstr "" "poui toto id uvatea na podpsanie\n" " alebo deifrovanie" -#: g10/gpg.c:449 sm/gpgsm.c:329 +#: g10/gpg.c:449 sm/gpgsm.c:332 msgid "|N|set compress level N (0 disables)" msgstr "" "|N|nastavi rove komprimcie N (0 - iadna\n" " komprimcia)" -#: g10/gpg.c:454 sm/gpgsm.c:331 +#: g10/gpg.c:454 sm/gpgsm.c:334 msgid "use canonical text mode" msgstr "poui knonick textov md" -#: g10/gpg.c:468 sm/gpgsm.c:334 tools/gpgconf.c:68 +#: g10/gpg.c:468 sm/gpgsm.c:337 tools/gpgconf.c:68 msgid "use as output file" msgstr "poui ako vstupn sbor" -#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:344 tools/gpgconf.c:71 +#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:347 tools/gpgconf.c:71 msgid "do not make any changes" msgstr "nevykona iadne zmeny" @@ -1676,7 +1675,7 @@ msgstr "" msgid "generate PGP 2.x compatible messages" msgstr "" -#: g10/gpg.c:554 sm/gpgsm.c:392 +#: g10/gpg.c:554 sm/gpgsm.c:395 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -1685,7 +1684,7 @@ msgstr "" "(Pouite manulov strnky pre kompletn zoznam vetkch prkazov a " "monost)\n" -#: g10/gpg.c:557 sm/gpgsm.c:395 +#: g10/gpg.c:557 sm/gpgsm.c:398 msgid "" "@\n" "Examples:\n" @@ -1725,7 +1724,7 @@ msgstr "" "podpsa, overi, ifrova alebo deifrova\n" "implicitn opercie zvisia od vstupnch dt\n" -#: g10/gpg.c:782 sm/gpgsm.c:530 +#: g10/gpg.c:782 sm/gpgsm.c:534 msgid "" "\n" "Supported algorithms:\n" @@ -1753,7 +1752,7 @@ msgstr "Kompresia: " msgid "usage: gpg [options] " msgstr "pouitie: gpg [monosti] " -#: g10/gpg.c:1060 sm/gpgsm.c:682 +#: g10/gpg.c:1060 sm/gpgsm.c:686 msgid "conflicting commands\n" msgstr "konfliktn prkazy\n" @@ -1880,6 +1879,11 @@ msgstr "uk v ktorom sbore kov je vypsan k" msgid "show expiration dates during signature listings" msgstr "V sbore tajnch kov chba zodpovedajci podpis\n" +#: g10/gpg.c:1835 +#, c-format +msgid "libgcrypt is too old (need %s, have %s)\n" +msgstr "" + #: g10/gpg.c:1993 #, c-format msgid "NOTE: old default options file `%s' ignored\n" @@ -2022,7 +2026,7 @@ msgstr "%s:%d: neplatn parameter pre export\n" msgid "invalid auto-key-locate list\n" msgstr "" -#: g10/gpg.c:2893 sm/gpgsm.c:1232 +#: g10/gpg.c:2893 sm/gpgsm.c:1236 msgid "WARNING: program may create a core file!\n" msgstr "VAROVANIE: program me vytvori sbor core!\n" @@ -2064,11 +2068,11 @@ msgstr "v mde --pgp2 muste poui sbor (nie rru).\n" msgid "encrypting a message in --pgp2 mode requires the IDEA cipher\n" msgstr "ifrovanie sprv v mde --pgp2 vyaduje algoritmus IDEA\n" -#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1288 +#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1292 msgid "selected cipher algorithm is invalid\n" msgstr "vybran ifrovac algoritmus je neplatn\n" -#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1296 +#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1300 msgid "selected digest algorithm is invalid\n" msgstr "vybran hashovac algoritmus je neplatn\n" @@ -2306,7 +2310,7 @@ msgstr "Zmaza tento k zo sboru kov? " msgid "make timestamp conflicts only a warning" msgstr "konflikt asovho raztka" -#: g10/gpgv.c:76 sm/gpgsm.c:367 +#: g10/gpgv.c:76 sm/gpgsm.c:370 msgid "|FD|write status info to this FD" msgstr "|FD|zapsa informcie o stave do tohto FD" @@ -3874,7 +3878,7 @@ msgid "(sensitive)" msgstr "(citliv informcia)" #: g10/keyedit.c:2743 g10/keyedit.c:2799 g10/keyedit.c:2860 g10/keyedit.c:2875 -#: g10/keylist.c:194 g10/keyserver.c:516 +#: g10/keylist.c:194 g10/keyserver.c:523 #, fuzzy, c-format msgid "created: %s" msgstr "%s: nemem vytvori: %s\n" @@ -3891,7 +3895,7 @@ msgstr " [platnos skon: %s]" #: g10/keyedit.c:2750 g10/keyedit.c:2801 g10/keyedit.c:2862 g10/keyedit.c:2877 #: g10/keylist.c:196 g10/keylist.c:748 g10/keylist.c:783 g10/keylist.c:877 -#: g10/keylist.c:898 g10/keyserver.c:522 g10/mainproc.c:985 +#: g10/keylist.c:898 g10/keyserver.c:529 g10/mainproc.c:985 #, fuzzy, c-format msgid "expires: %s" msgstr " [platnos skon: %s]" @@ -3927,13 +3931,13 @@ msgstr "" "Prosm nezabdajte, e zobrazovan daje o platnosti kov nemusia\n" "by sprvne, pokia znovu nespustte program.\n" -#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:526 +#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:533 #: g10/mainproc.c:1831 g10/trustdb.c:1179 g10/trustdb.c:1699 #, fuzzy msgid "revoked" msgstr "[revokovan]" -#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:530 +#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:537 #: g10/mainproc.c:1833 g10/trustdb.c:532 g10/trustdb.c:1701 #, fuzzy msgid "expired" @@ -4807,184 +4811,184 @@ msgstr "%lu kov skontrolovanch (%lu podpisov)\n" msgid "%s: keyring created\n" msgstr "%s: sbor kov (keyring) vytvoren\n" -#: g10/keyserver.c:66 +#: g10/keyserver.c:73 msgid "include revoked keys in search results" msgstr "" -#: g10/keyserver.c:67 +#: g10/keyserver.c:74 msgid "include subkeys when searching by key ID" msgstr "" -#: g10/keyserver.c:69 +#: g10/keyserver.c:76 msgid "use temporary files to pass data to keyserver helpers" msgstr "" -#: g10/keyserver.c:71 +#: g10/keyserver.c:78 msgid "do not delete temporary files after using them" msgstr "" -#: g10/keyserver.c:75 +#: g10/keyserver.c:82 msgid "automatically retrieve keys when verifying signatures" msgstr "" -#: g10/keyserver.c:77 +#: g10/keyserver.c:84 #, fuzzy msgid "honor the preferred keyserver URL set on the key" msgstr "zadan URL pre podpisov politiku je neplatn\n" -#: g10/keyserver.c:79 +#: g10/keyserver.c:86 msgid "honor the PKA record set on a key when retrieving keys" msgstr "" -#: g10/keyserver.c:145 +#: g10/keyserver.c:152 #, fuzzy, c-format msgid "WARNING: keyserver option `%s' is not used on this platform\n" msgstr "VAROVANIE: nastavenie v `%s' ete nie je aktvne\n" -#: g10/keyserver.c:528 +#: g10/keyserver.c:535 #, fuzzy msgid "disabled" msgstr "disable" -#: g10/keyserver.c:729 +#: g10/keyserver.c:736 msgid "Enter number(s), N)ext, or Q)uit > " msgstr "" -#: g10/keyserver.c:813 g10/keyserver.c:1435 +#: g10/keyserver.c:820 g10/keyserver.c:1442 #, fuzzy, c-format msgid "invalid keyserver protocol (us %d!=handler %d)\n" msgstr "neplatn parameter pre export\n" -#: g10/keyserver.c:911 +#: g10/keyserver.c:918 #, fuzzy, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "k `%s' nebol njden: %s\n" -#: g10/keyserver.c:913 +#: g10/keyserver.c:920 #, fuzzy msgid "key not found on keyserver\n" msgstr "k `%s' nebol njden: %s\n" -#: g10/keyserver.c:1154 +#: g10/keyserver.c:1161 #, fuzzy, c-format msgid "requesting key %s from %s server %s\n" msgstr "poadujem k %08lX z %s\n" -#: g10/keyserver.c:1158 +#: g10/keyserver.c:1165 #, fuzzy, c-format msgid "requesting key %s from %s\n" msgstr "poadujem k %08lX z %s\n" -#: g10/keyserver.c:1182 +#: g10/keyserver.c:1189 #, fuzzy, c-format msgid "searching for names from %s server %s\n" msgstr "vyhadvam \"%s\" na HKP serveri %s\n" -#: g10/keyserver.c:1185 +#: g10/keyserver.c:1192 #, fuzzy, c-format msgid "searching for names from %s\n" msgstr "vyhadvam \"%s\" na HKP serveri %s\n" -#: g10/keyserver.c:1338 +#: g10/keyserver.c:1345 #, fuzzy, c-format msgid "sending key %s to %s server %s\n" msgstr "vyhadvam \"%s\" na HKP serveri %s\n" -#: g10/keyserver.c:1342 +#: g10/keyserver.c:1349 #, fuzzy, c-format msgid "sending key %s to %s\n" msgstr "" "\"\n" "podpsan Vam kom %08lX v %s\n" -#: g10/keyserver.c:1385 +#: g10/keyserver.c:1392 #, fuzzy, c-format msgid "searching for \"%s\" from %s server %s\n" msgstr "vyhadvam \"%s\" na HKP serveri %s\n" -#: g10/keyserver.c:1388 +#: g10/keyserver.c:1395 #, fuzzy, c-format msgid "searching for \"%s\" from %s\n" msgstr "vyhadvam \"%s\" na HKP serveri %s\n" -#: g10/keyserver.c:1395 g10/keyserver.c:1491 +#: g10/keyserver.c:1402 g10/keyserver.c:1498 #, fuzzy msgid "no keyserver action!\n" msgstr "neplatn parameter pre export\n" -#: g10/keyserver.c:1443 +#: g10/keyserver.c:1450 #, c-format msgid "WARNING: keyserver handler from a different version of GnuPG (%s)\n" msgstr "" -#: g10/keyserver.c:1452 +#: g10/keyserver.c:1459 msgid "keyserver did not send VERSION\n" msgstr "" -#: g10/keyserver.c:1514 g10/keyserver.c:2042 +#: g10/keyserver.c:1521 g10/keyserver.c:2049 msgid "no keyserver known (use option --keyserver)\n" msgstr "" -#: g10/keyserver.c:1520 +#: g10/keyserver.c:1527 msgid "external keyserver calls are not supported in this build\n" msgstr "" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1539 #, c-format msgid "no handler for keyserver scheme `%s'\n" msgstr "" -#: g10/keyserver.c:1537 +#: g10/keyserver.c:1544 #, c-format msgid "action `%s' not supported with keyserver scheme `%s'\n" msgstr "" -#: g10/keyserver.c:1545 +#: g10/keyserver.c:1552 #, c-format msgid "%s does not support handler version %d\n" msgstr "" -#: g10/keyserver.c:1552 +#: g10/keyserver.c:1559 #, fuzzy msgid "keyserver timed out\n" msgstr "chyba servera kov" -#: g10/keyserver.c:1557 +#: g10/keyserver.c:1564 #, fuzzy msgid "keyserver internal error\n" msgstr "chyba servera kov" -#: g10/keyserver.c:1566 +#: g10/keyserver.c:1573 #, fuzzy, c-format msgid "keyserver communications error: %s\n" msgstr "nepodarilo sa prija k zo servera: %s\n" -#: g10/keyserver.c:1591 g10/keyserver.c:1625 +#: g10/keyserver.c:1598 g10/keyserver.c:1632 #, c-format msgid "\"%s\" not a key ID: skipping\n" msgstr "" -#: g10/keyserver.c:1884 +#: g10/keyserver.c:1891 #, fuzzy, c-format msgid "WARNING: unable to refresh key %s via %s: %s\n" msgstr "VAROVANIE: nemem vymaza doasn sbor (%s) `%s': %s\n" -#: g10/keyserver.c:1906 +#: g10/keyserver.c:1913 #, fuzzy, c-format msgid "refreshing 1 key from %s\n" msgstr "poadujem k %08lX z %s\n" -#: g10/keyserver.c:1908 +#: g10/keyserver.c:1915 #, fuzzy, c-format msgid "refreshing %d keys from %s\n" msgstr "poadujem k %08lX z %s\n" -#: g10/keyserver.c:1964 +#: g10/keyserver.c:1971 #, fuzzy, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "VAROVANIE: nemem vymaza doasn sbor (%s) `%s': %s\n" -#: g10/keyserver.c:1970 +#: g10/keyserver.c:1977 #, fuzzy, c-format msgid "WARNING: unable to parse URI %s\n" msgstr "VAROVANIE: nemem vymaza doasn sbor (%s) `%s': %s\n" @@ -5337,17 +5341,17 @@ msgstr "vytvoren nov konfiguran sbor `%s'\n" msgid "WARNING: options in `%s' are not yet active during this run\n" msgstr "VAROVANIE: nastavenie v `%s' ete nie je aktvne\n" -#: g10/parse-packet.c:192 +#: g10/parse-packet.c:193 #, c-format msgid "can't handle public key algorithm %d\n" msgstr "nemem pracova s algoritmom verejnho ka %d\n" -#: g10/parse-packet.c:762 +#: g10/parse-packet.c:798 msgid "WARNING: potentially insecure symmetrically encrypted session key\n" msgstr "" "VAROVANIE: pravdepodobne nebezpen symetricky ifrovan k sedenia\n" -#: g10/parse-packet.c:1213 +#: g10/parse-packet.c:1249 #, c-format msgid "subpacket of type %d has critical bit set\n" msgstr "podpaket typu %d m nastaven kritick bit\n" @@ -5960,7 +5964,7 @@ msgstr "" "nemem sa vyvarova slabho ka pre symetrick ifru; operciu som sksil " "%d krt!\n" -#: g10/seskey.c:229 +#: g10/seskey.c:229 sm/certcheck.c:91 msgid "DSA requires the hash length to be a multiple of 8 bits\n" msgstr "" @@ -6533,7 +6537,7 @@ msgstr "" msgid "iconv_open failed: %s\n" msgstr "nemono otvori sbor: %s\n" -#: jnlib/utf8conv.c:331 jnlib/utf8conv.c:597 +#: jnlib/utf8conv.c:338 jnlib/utf8conv.c:604 #, fuzzy, c-format msgid "conversion from `%s' to `%s' failed: %s\n" msgstr "kdovanie do ASCII formtu zlyhalo: %s\n" @@ -6760,7 +6764,7 @@ msgstr "nenjden iadne platn dta vo formte OpenPGP.\n" msgid "run in multi server mode (foreground)" msgstr "" -#: scd/scdaemon.c:113 sm/gpgsm.c:356 +#: scd/scdaemon.c:113 sm/gpgsm.c:359 #, fuzzy msgid "read options from file" msgstr "tam monosti z `%s'\n" @@ -6804,21 +6808,21 @@ msgid "" "Smartcard daemon for GnuPG\n" msgstr "" -#: scd/scdaemon.c:684 +#: scd/scdaemon.c:664 msgid "please use the option `--daemon' to run the program in the background\n" msgstr "" -#: scd/scdaemon.c:1032 +#: scd/scdaemon.c:1012 #, c-format msgid "handler for fd %d started\n" msgstr "" -#: scd/scdaemon.c:1037 +#: scd/scdaemon.c:1017 #, c-format msgid "handler for fd %d terminated\n" msgstr "" -#: sm/base64.c:323 +#: sm/base64.c:327 #, fuzzy, c-format msgid "invalid radix64 character %02x skipped\n" msgstr "neplatn znak vo formte radix64 %02x bol preskoen\n" @@ -6842,180 +6846,186 @@ msgstr "gpg-agent protokol verzie %d nie je podporovan\n" msgid "can't connect to the dirmngr - trying fall back\n" msgstr "" -#: sm/certchain.c:165 +#: sm/certchain.c:176 #, fuzzy, c-format msgid "critical certificate extension %s is not supported" msgstr "gpg-agent protokol verzie %d nie je podporovan\n" -#: sm/certchain.c:203 +#: sm/certchain.c:214 msgid "issuer certificate is not marked as a CA" msgstr "" -#: sm/certchain.c:242 +#: sm/certchain.c:253 msgid "critical marked policy without configured policies" msgstr "" -#: sm/certchain.c:252 +#: sm/certchain.c:263 #, fuzzy, c-format msgid "failed to open `%s': %s\n" msgstr "nemem otvori `%s': %s\n" -#: sm/certchain.c:259 sm/certchain.c:288 +#: sm/certchain.c:270 sm/certchain.c:299 msgid "note: non-critical certificate policy not allowed" msgstr "" -#: sm/certchain.c:263 sm/certchain.c:292 +#: sm/certchain.c:274 sm/certchain.c:303 #, fuzzy msgid "certificate policy not allowed" msgstr "zapisujem tajn k do `%s'\n" -#: sm/certchain.c:403 +#: sm/certchain.c:414 msgid "looking up issuer at external location\n" msgstr "" -#: sm/certchain.c:423 +#: sm/certchain.c:434 #, c-format msgid "number of issuers matching: %d\n" msgstr "" -#: sm/certchain.c:576 sm/certchain.c:740 sm/certchain.c:1266 sm/decrypt.c:261 +#: sm/certchain.c:587 sm/certchain.c:753 sm/certchain.c:1334 sm/decrypt.c:261 #: sm/encrypt.c:343 sm/sign.c:328 sm/verify.c:107 #, fuzzy msgid "failed to allocated keyDB handle\n" msgstr "nemem inicializova databzu dvery: %s\n" -#: sm/certchain.c:667 +#: sm/certchain.c:678 #, fuzzy msgid "certificate has been revoked" msgstr "POZNMKA: k bol revokovan" -#: sm/certchain.c:676 +#: sm/certchain.c:687 #, fuzzy msgid "no CRL found for certificate" msgstr "nesprvny certifikt" -#: sm/certchain.c:680 +#: sm/certchain.c:691 #, fuzzy msgid "the available CRL is too old" msgstr "K k dispozcii na: " -#: sm/certchain.c:682 +#: sm/certchain.c:693 msgid "please make sure that the \"dirmngr\" is properly installed\n" msgstr "" -#: sm/certchain.c:687 +#: sm/certchain.c:698 #, fuzzy, c-format msgid "checking the CRL failed: %s" msgstr "kontrola vytvorenho podpisu sa nepodarila: %s\n" -#: sm/certchain.c:765 +#: sm/certchain.c:794 #, fuzzy msgid "no issuer found in certificate" msgstr "vytvori revokan certifikt" -#: sm/certchain.c:792 +#: sm/certchain.c:823 #, c-format msgid "certificate with invalid validity: %s" msgstr "" -#: sm/certchain.c:808 +#: sm/certchain.c:839 msgid "certificate not yet valid" msgstr "" -#: sm/certchain.c:821 +#: sm/certchain.c:852 #, fuzzy msgid "certificate has expired" msgstr "Platnos ka vyprala!" -#: sm/certchain.c:864 +#: sm/certchain.c:895 msgid "self-signed certificate has a BAD signature" msgstr "" -#: sm/certchain.c:932 +#: sm/certchain.c:963 msgid "root certificate is not marked trusted" msgstr "" -#: sm/certchain.c:947 +#: sm/certchain.c:978 #, fuzzy, c-format msgid "fingerprint=%s\n" msgstr "vypsa fingerprint" -#: sm/certchain.c:955 +#: sm/certchain.c:986 msgid "root certificate has now been marked as trusted\n" msgstr "" -#: sm/certchain.c:970 +#: sm/certchain.c:1001 msgid "interactive marking as trusted not enabled in gpg-agent\n" msgstr "" -#: sm/certchain.c:976 +#: sm/certchain.c:1007 msgid "interactive marking as trusted disabled for this session\n" msgstr "" -#: sm/certchain.c:986 +#: sm/certchain.c:1017 #, fuzzy, c-format msgid "checking the trust list failed: %s\n" msgstr "kontrola vytvorenho podpisu sa nepodarila: %s\n" -#: sm/certchain.c:1013 sm/import.c:158 +#: sm/certchain.c:1044 sm/import.c:159 msgid "certificate chain too long\n" msgstr "" -#: sm/certchain.c:1025 +#: sm/certchain.c:1056 msgid "issuer certificate not found" msgstr "" -#: sm/certchain.c:1058 +#: sm/certchain.c:1089 #, fuzzy msgid "certificate has a BAD signature" msgstr "verifikova podpis" -#: sm/certchain.c:1088 +#: sm/certchain.c:1119 msgid "found another possible matching CA certificate - trying again" msgstr "" -#: sm/certchain.c:1139 +#: sm/certchain.c:1170 #, c-format msgid "certificate chain longer than allowed by CA (%d)" msgstr "" -#: sm/certcheck.c:52 -msgid "DSA requires the use of a 160 bit hash algorithm\n" -msgstr "DSA poaduje pouitie 160 bitovho hashovacieho algoritmu\n" +#: sm/certcheck.c:103 +#, c-format +msgid "%s key uses an unsafe (%u bit) hash\n" +msgstr "" + +#: sm/certcheck.c:113 +#, c-format +msgid "a %u bit hash is not valid for a %u bit %s key\n" +msgstr "" -#: sm/certcheck.c:177 sm/sign.c:482 sm/verify.c:189 +#: sm/certcheck.c:250 sm/sign.c:482 sm/verify.c:189 msgid "(this is the MD2 algorithm)\n" msgstr "" -#: sm/certdump.c:68 sm/certdump.c:154 +#: sm/certdump.c:68 sm/certdump.c:151 #, fuzzy msgid "none" msgstr "nie" -#: sm/certdump.c:163 +#: sm/certdump.c:162 #, fuzzy msgid "[none]" msgstr "neznme" -#: sm/certdump.c:536 sm/certdump.c:599 +#: sm/certdump.c:552 sm/certdump.c:597 sm/certdump.c:662 sm/certdump.c:715 #, fuzzy msgid "[Error - invalid encoding]" msgstr "chyba: neplatn odtlaok\n" -#: sm/certdump.c:544 +#: sm/certdump.c:560 sm/certdump.c:605 msgid "[Error - out of core]" msgstr "" -#: sm/certdump.c:579 +#: sm/certdump.c:642 sm/certdump.c:698 msgid "[Error - No name]" msgstr "" -#: sm/certdump.c:604 +#: sm/certdump.c:667 sm/certdump.c:721 #, fuzzy msgid "[Error - invalid DN]" msgstr "chyba: neplatn odtlaok\n" -#: sm/certdump.c:818 +#: sm/certdump.c:930 #, fuzzy, c-format msgid "" "Please enter the passphrase to unlock the secret key for:\n" @@ -7030,7 +7040,7 @@ msgstr "" msgid "no key usage specified - assuming all usages\n" msgstr "" -#: sm/certlist.c:135 sm/keylist.c:255 +#: sm/certlist.c:135 sm/keylist.c:258 #, fuzzy, c-format msgid "error getting key usage information: %s\n" msgstr "chyba pri zpise do sboru tajnch kov `%s': %s\n" @@ -7117,7 +7127,7 @@ msgstr "" msgid "certificate `%s' not found: %s\n" msgstr "k `%s' nebol njden: %s\n" -#: sm/delete.c:113 sm/keydb.c:1392 sm/keydb.c:1485 +#: sm/delete.c:113 sm/keydb.c:1397 sm/keydb.c:1497 #, fuzzy, c-format msgid "error locking keybox: %s\n" msgstr "chyba pri tan bloku ka: %s\n" @@ -7142,197 +7152,197 @@ msgstr "zmazanie bloku ka sa nepodarilo: %s\n" msgid "no valid recipients given\n" msgstr "(iadny popis)\n" -#: sm/export.c:562 sm/export.c:578 sm/import.c:525 sm/import.c:550 +#: sm/export.c:615 sm/export.c:631 sm/import.c:526 sm/import.c:551 #, fuzzy, c-format msgid "error creating temporary file: %s\n" msgstr "chyba pri vytvran hesla: %s\n" -#: sm/export.c:569 sm/import.c:533 +#: sm/export.c:622 sm/import.c:534 #, fuzzy, c-format msgid "error writing to temporary file: %s\n" msgstr "zapisujem do '%s'\n" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:244 #, fuzzy msgid "|[FILE]|make a signature" msgstr "|[sbor]|vytvori podpis" -#: sm/gpgsm.c:244 +#: sm/gpgsm.c:245 #, fuzzy msgid "|[FILE]|make a clear text signature" msgstr "|[sbor]|vytvori podpis v itatenom dokumente" -#: sm/gpgsm.c:252 +#: sm/gpgsm.c:253 #, fuzzy msgid "list external keys" msgstr "vypsa zoznam tajnch kov" -#: sm/gpgsm.c:254 +#: sm/gpgsm.c:255 #, fuzzy msgid "list certificate chain" msgstr "nesprvny certifikt" -#: sm/gpgsm.c:257 +#: sm/gpgsm.c:258 #, fuzzy msgid "remove key from the public keyring" msgstr "odstrni k zo sboru verejnch kov" -#: sm/gpgsm.c:260 +#: sm/gpgsm.c:261 #, fuzzy msgid "import certificates" msgstr "nesprvny certifikt" -#: sm/gpgsm.c:261 +#: sm/gpgsm.c:262 #, fuzzy msgid "export certificates" msgstr "nesprvny certifikt" -#: sm/gpgsm.c:262 +#: sm/gpgsm.c:263 msgid "register a smartcard" msgstr "" -#: sm/gpgsm.c:264 +#: sm/gpgsm.c:265 msgid "pass a command to the dirmngr" msgstr "" -#: sm/gpgsm.c:266 +#: sm/gpgsm.c:267 msgid "invoke gpg-protect-tool" msgstr "" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:268 #, fuzzy msgid "change a passphrase" msgstr "zmeni heslo" -#: sm/gpgsm.c:282 +#: sm/gpgsm.c:283 #, fuzzy msgid "create base-64 encoded output" msgstr "vytvor vstup zakdovan pomocou ASCII" -#: sm/gpgsm.c:284 +#: sm/gpgsm.c:287 msgid "assume input is in PEM format" msgstr "" -#: sm/gpgsm.c:286 +#: sm/gpgsm.c:289 msgid "assume input is in base-64 format" msgstr "" -#: sm/gpgsm.c:288 +#: sm/gpgsm.c:291 msgid "assume input is in binary format" msgstr "" -#: sm/gpgsm.c:293 +#: sm/gpgsm.c:296 msgid "use system's dirmngr if available" msgstr "" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "never consult a CRL" msgstr "" -#: sm/gpgsm.c:301 +#: sm/gpgsm.c:304 msgid "check validity using OCSP" msgstr "" -#: sm/gpgsm.c:304 +#: sm/gpgsm.c:307 msgid "|N|number of certificates to include" msgstr "" -#: sm/gpgsm.c:307 +#: sm/gpgsm.c:310 msgid "|FILE|take policy information from FILE" msgstr "" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "do not check certificate policies" msgstr "" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "fetch missing issuer certificates" msgstr "" -#: sm/gpgsm.c:318 +#: sm/gpgsm.c:321 msgid "|NAME|use NAME as default recipient" msgstr "|MENO|poui MENO ako implicitnho adresta" -#: sm/gpgsm.c:320 +#: sm/gpgsm.c:323 msgid "use the default key as default recipient" msgstr "" "poui implicitn k ako implicitnho\n" " adresta" -#: sm/gpgsm.c:337 +#: sm/gpgsm.c:340 msgid "don't use the terminal at all" msgstr "vbec nepouva terminl" -#: sm/gpgsm.c:341 +#: sm/gpgsm.c:344 msgid "force v3 signatures" msgstr "vynti podpisy verzie 3" -#: sm/gpgsm.c:342 +#: sm/gpgsm.c:345 msgid "always use a MDC for encryption" msgstr "na ifrovanie vdy poui MDC" -#: sm/gpgsm.c:347 +#: sm/gpgsm.c:350 msgid "batch mode: never ask" msgstr "dvkov reim: nikdy sa na ni nepta" -#: sm/gpgsm.c:348 +#: sm/gpgsm.c:351 msgid "assume yes on most questions" msgstr "automaticky odpoveda no na vinu otzok" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 msgid "assume no on most questions" msgstr "automaticky odpoveda NIE na vinu otzok" -#: sm/gpgsm.c:351 +#: sm/gpgsm.c:354 msgid "add this keyring to the list of keyrings" msgstr "" "prida tento sbor kov do zoznamu\n" " pouvanch sborov kov" -#: sm/gpgsm.c:352 +#: sm/gpgsm.c:355 msgid "add this secret keyring to the list" msgstr "prida tento sbor tajnch kov do zoznamu" -#: sm/gpgsm.c:353 +#: sm/gpgsm.c:356 msgid "|NAME|use NAME as default secret key" msgstr "|MENO|poui MENO ako implicitn tajn k" -#: sm/gpgsm.c:354 +#: sm/gpgsm.c:357 msgid "|HOST|use this keyserver to lookup keys" msgstr "" "|POTA|poui tento server kov na vyhadvanie\n" " kov" -#: sm/gpgsm.c:355 +#: sm/gpgsm.c:358 msgid "|NAME|set terminal charset to NAME" msgstr "|MENO|nastav znakov sadu terminlu na MENO" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "" -#: sm/gpgsm.c:374 +#: sm/gpgsm.c:377 msgid "|FILE|load extension module FILE" msgstr "|SBOR|nahra rozirujci modul SBOR" -#: sm/gpgsm.c:380 +#: sm/gpgsm.c:383 msgid "|NAME|use cipher algorithm NAME" msgstr "|ALG|poui ifrovac algoritmus ALG" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 msgid "|NAME|use message digest algorithm NAME" msgstr "|ALG|poui hashovac algoritmus ALG" -#: sm/gpgsm.c:384 +#: sm/gpgsm.c:387 msgid "|N|use compress algorithm N" msgstr "|N|poui kompresn algoritmus N" -#: sm/gpgsm.c:520 +#: sm/gpgsm.c:524 #, fuzzy msgid "Usage: gpgsm [options] [files] (-h for help)" msgstr "Pouitie: gpg [monosti] [sbory] (-h pre pomoc)" -#: sm/gpgsm.c:523 +#: sm/gpgsm.c:527 #, fuzzy msgid "" "Syntax: gpgsm [options] [files]\n" @@ -7343,45 +7353,40 @@ msgstr "" "podpsa, overi, ifrova alebo deifrova\n" "implicitn opercie zvisia od vstupnch dt\n" -#: sm/gpgsm.c:617 +#: sm/gpgsm.c:621 #, fuzzy msgid "usage: gpgsm [options] " msgstr "pouitie: gpg [monosti] " -#: sm/gpgsm.c:698 +#: sm/gpgsm.c:702 #, fuzzy, c-format msgid "can't encrypt to `%s': %s\n" msgstr "nemem sa pripoji k `%s': %s\n" -#: sm/gpgsm.c:773 -#, c-format -msgid "libksba is too old (need %s, have %s)\n" -msgstr "" - -#: sm/gpgsm.c:1249 +#: sm/gpgsm.c:1253 msgid "WARNING: running with faked system time: " msgstr "" -#: sm/gpgsm.c:1328 +#: sm/gpgsm.c:1332 #, fuzzy, c-format msgid "importing common certificates `%s'\n" msgstr "zapisujem do '%s'\n" -#: sm/gpgsm.c:1346 +#: sm/gpgsm.c:1350 #, fuzzy, c-format msgid "can't sign using `%s': %s\n" msgstr "nemem zavrie `%s': %s\n" -#: sm/gpgsm.c:1536 +#: sm/gpgsm.c:1542 msgid "this command has not yet been implemented\n" msgstr "" -#: sm/gpgsm.c:1601 +#: sm/gpgsm.c:1606 #, fuzzy msgid "key generation is not available from the commandline\n" msgstr "gpg-agent nie je v tomto seden dostupn\n" -#: sm/gpgsm.c:1602 +#: sm/gpgsm.c:1607 #, fuzzy, c-format msgid "please use the script \"%s\" to generate a new key\n" msgstr "Prosm, vyberte druh ka, ktor chcete:\n" @@ -7391,21 +7396,21 @@ msgstr "Prosm, vyberte druh ka, ktor chcete:\n" msgid "total number processed: %lu\n" msgstr "Celkovo spracovanch kov: %lu\n" -#: sm/import.c:227 +#: sm/import.c:228 #, fuzzy msgid "error storing certificate\n" msgstr "vytvori revokan certifikt" -#: sm/import.c:235 +#: sm/import.c:236 msgid "basic certificate checks failed - not imported\n" msgstr "" -#: sm/import.c:421 sm/import.c:453 +#: sm/import.c:422 sm/import.c:454 #, fuzzy, c-format msgid "error importing certificate: %s\n" msgstr "chyba pri vytvran hesla: %s\n" -#: sm/import.c:542 tools/gpg-connect-agent.c:384 +#: sm/import.c:543 tools/gpg-connect-agent.c:388 #, fuzzy, c-format msgid "error reading input: %s\n" msgstr "chyba pri tan `%s': %s\n" @@ -7424,12 +7429,12 @@ msgstr "" msgid "keybox `%s' created\n" msgstr "sbor kov (keyring) `%s' vytvoren\n" -#: sm/keydb.c:1312 sm/keydb.c:1378 +#: sm/keydb.c:1312 sm/keydb.c:1380 #, fuzzy msgid "failed to get the fingerprint\n" msgstr "nemem inicializova databzu dvery: %s\n" -#: sm/keydb.c:1319 sm/keydb.c:1385 +#: sm/keydb.c:1319 sm/keydb.c:1387 #, fuzzy msgid "failed to allocate keyDB handle\n" msgstr "nemem inicializova databzu dvery: %s\n" @@ -7449,17 +7454,17 @@ msgstr "chyba pri vytvran hesla: %s\n" msgid "error storing certificate: %s\n" msgstr "chyba pri vytvran hesla: %s\n" -#: sm/keydb.c:1400 +#: sm/keydb.c:1408 #, fuzzy, c-format msgid "problem re-searching certificate: %s\n" msgstr "rev? problm overenia revokcie: %s\n" -#: sm/keydb.c:1409 sm/keydb.c:1497 +#: sm/keydb.c:1417 sm/keydb.c:1509 #, fuzzy, c-format msgid "error getting stored flags: %s\n" msgstr "chyba pri vytvran hesla: %s\n" -#: sm/keydb.c:1418 sm/keydb.c:1508 +#: sm/keydb.c:1429 sm/keydb.c:1520 #, fuzzy, c-format msgid "error storing flags: %s\n" msgstr "chyba pri tan `%s': %s\n" @@ -7532,103 +7537,107 @@ msgstr "Dobr podpis od \"" msgid " aka" msgstr " alias \"" -#: tools/gpg-connect-agent.c:60 tools/gpgconf.c:70 tools/symcryptrun.c:186 +#: tools/gpg-connect-agent.c:61 tools/gpgconf.c:70 tools/symcryptrun.c:167 #, fuzzy msgid "quiet" msgstr "ukoni" -#: tools/gpg-connect-agent.c:61 +#: tools/gpg-connect-agent.c:62 msgid "print data out hex encoded" msgstr "" -#: tools/gpg-connect-agent.c:62 +#: tools/gpg-connect-agent.c:63 +msgid "decode received data lines" +msgstr "" + +#: tools/gpg-connect-agent.c:64 msgid "|NAME|connect to Assuan socket NAME" msgstr "" -#: tools/gpg-connect-agent.c:63 +#: tools/gpg-connect-agent.c:65 msgid "run the Assuan server given on the command line" msgstr "" -#: tools/gpg-connect-agent.c:65 +#: tools/gpg-connect-agent.c:67 msgid "do not use extended connect mode" msgstr "" -#: tools/gpg-connect-agent.c:126 +#: tools/gpg-connect-agent.c:129 #, fuzzy msgid "Usage: gpg-connect-agent [options] (-h for help)" msgstr "Pouitie: gpg [monosti] [sbory] (-h pre pomoc)" -#: tools/gpg-connect-agent.c:129 +#: tools/gpg-connect-agent.c:132 msgid "" "Syntax: gpg-connect-agent [options]\n" "Connect to a running agent and send commands\n" msgstr "" -#: tools/gpg-connect-agent.c:324 +#: tools/gpg-connect-agent.c:328 #, c-format msgid "option \"%s\" requires a program and optional arguments\n" msgstr "" -#: tools/gpg-connect-agent.c:333 +#: tools/gpg-connect-agent.c:337 #, c-format msgid "option \"%s\" ignored due to \"%s\"\n" msgstr "" -#: tools/gpg-connect-agent.c:391 +#: tools/gpg-connect-agent.c:395 #, fuzzy msgid "line too long - skipped\n" msgstr "riadok je prli dlh\n" -#: tools/gpg-connect-agent.c:395 +#: tools/gpg-connect-agent.c:399 msgid "line shortened due to embedded Nul character\n" msgstr "" -#: tools/gpg-connect-agent.c:457 +#: tools/gpg-connect-agent.c:471 #, fuzzy, c-format msgid "unknown command `%s'\n" msgstr "neznmy implicitn adrest `%s'\n" -#: tools/gpg-connect-agent.c:465 +#: tools/gpg-connect-agent.c:479 #, fuzzy, c-format msgid "sending line failed: %s\n" msgstr "podpisovanie zlyhalo: %s\n" -#: tools/gpg-connect-agent.c:473 +#: tools/gpg-connect-agent.c:487 #, fuzzy, c-format msgid "receiving line failed: %s\n" msgstr "zmazanie bloku ka sa nepodarilo: %s\n" -#: tools/gpg-connect-agent.c:746 +#: tools/gpg-connect-agent.c:797 #, fuzzy, c-format msgid "error sending %s command: %s\n" msgstr "chyba pri posielan na `%s': %s\n" -#: tools/gpg-connect-agent.c:755 +#: tools/gpg-connect-agent.c:806 #, fuzzy, c-format msgid "error sending standard options: %s\n" msgstr "chyba pri posielan na `%s': %s\n" #: tools/gpgconf-comp.c:445 tools/gpgconf-comp.c:525 tools/gpgconf-comp.c:592 -#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:720 +#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:723 msgid "Options controlling the diagnostic output" msgstr "" #: tools/gpgconf-comp.c:458 tools/gpgconf-comp.c:538 tools/gpgconf-comp.c:605 -#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:743 +#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:746 msgid "Options controlling the configuration" msgstr "" #: tools/gpgconf-comp.c:468 tools/gpgconf-comp.c:563 tools/gpgconf-comp.c:612 -#: tools/gpgconf-comp.c:671 tools/gpgconf-comp.c:750 +#: tools/gpgconf-comp.c:674 tools/gpgconf-comp.c:753 msgid "Options useful for debugging" msgstr "" #: tools/gpgconf-comp.c:473 tools/gpgconf-comp.c:568 tools/gpgconf-comp.c:617 -#: tools/gpgconf-comp.c:676 tools/gpgconf-comp.c:758 +#: tools/gpgconf-comp.c:679 tools/gpgconf-comp.c:761 msgid "|FILE|write server mode logs to FILE" msgstr "" -#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:684 +#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:687 msgid "Options controlling the security" msgstr "" @@ -7656,31 +7665,36 @@ msgstr "" msgid "allow PKA lookups (DNS requests)" msgstr "" -#: tools/gpgconf-comp.c:689 +#: tools/gpgconf-comp.c:669 +#, fuzzy +msgid "|NAME|use encoding NAME for PKCS#12 passphrases" +msgstr "|ALG|poui ifrovac algoritmus ALG pre hesl" + +#: tools/gpgconf-comp.c:692 msgid "do not check CRLs for root certificates" msgstr "" -#: tools/gpgconf-comp.c:733 +#: tools/gpgconf-comp.c:736 msgid "Options controlling the format of the output" msgstr "" -#: tools/gpgconf-comp.c:769 +#: tools/gpgconf-comp.c:772 msgid "Options controlling the interactivity and enforcement" msgstr "" -#: tools/gpgconf-comp.c:779 +#: tools/gpgconf-comp.c:782 msgid "Configuration for HTTP servers" msgstr "" -#: tools/gpgconf-comp.c:790 +#: tools/gpgconf-comp.c:793 msgid "use system's HTTP proxy setting" msgstr "" -#: tools/gpgconf-comp.c:795 +#: tools/gpgconf-comp.c:798 msgid "Configuration of LDAP servers to use" msgstr "" -#: tools/gpgconf-comp.c:832 +#: tools/gpgconf-comp.c:835 msgid "Configuration for OCSP" msgstr "" @@ -7744,7 +7758,7 @@ msgstr "zapisujem tajn k do `%s'\n" msgid "error allocating enough memory: %s\n" msgstr "chyba pri vytvran sboru kov (keyring)`%s': %s\n" -#: tools/symcryptrun.c:173 +#: tools/symcryptrun.c:154 #, fuzzy msgid "" "@\n" @@ -7754,166 +7768,169 @@ msgstr "" "@Prkazy:\n" " " -#: tools/symcryptrun.c:175 +#: tools/symcryptrun.c:156 #, fuzzy msgid "decryption modus" msgstr "deifrovanie o.k.\n" -#: tools/symcryptrun.c:176 +#: tools/symcryptrun.c:157 #, fuzzy msgid "encryption modus" msgstr "deifrovanie o.k.\n" -#: tools/symcryptrun.c:180 +#: tools/symcryptrun.c:161 msgid "tool class (confucius)" msgstr "" -#: tools/symcryptrun.c:181 +#: tools/symcryptrun.c:162 #, fuzzy msgid "program filename" msgstr "--store [meno sboru]" -#: tools/symcryptrun.c:183 +#: tools/symcryptrun.c:164 msgid "secret key file (required)" msgstr "" -#: tools/symcryptrun.c:184 +#: tools/symcryptrun.c:165 msgid "input file name (default stdin)" msgstr "" -#: tools/symcryptrun.c:228 +#: tools/symcryptrun.c:209 #, fuzzy msgid "Usage: symcryptrun [options] (-h for help)" msgstr "Pouitie: gpg [monosti] [sbory] (-h pre pomoc)" -#: tools/symcryptrun.c:231 +#: tools/symcryptrun.c:212 msgid "" "Syntax: symcryptrun --class CLASS --program PROGRAM --keyfile KEYFILE " "[options...] COMMAND [inputfile]\n" "Call a simple symmetric encryption tool\n" msgstr "" -#: tools/symcryptrun.c:313 +#: tools/symcryptrun.c:294 #, fuzzy, c-format msgid "%s on %s aborted with status %i\n" msgstr "Nie je dovolen pouva %s s %s!\n" -#: tools/symcryptrun.c:320 +#: tools/symcryptrun.c:301 #, fuzzy, c-format msgid "%s on %s failed with status %i\n" msgstr "nemono otvori sbor: %s\n" -#: tools/symcryptrun.c:346 +#: tools/symcryptrun.c:327 #, fuzzy, c-format msgid "can't create temporary directory `%s': %s\n" msgstr "nemem vytvori adresr `%s': %s\n" -#: tools/symcryptrun.c:386 tools/symcryptrun.c:403 +#: tools/symcryptrun.c:367 tools/symcryptrun.c:384 #, fuzzy, c-format msgid "could not open %s for writing: %s\n" msgstr "nemono otvori %s: %s\n" -#: tools/symcryptrun.c:414 +#: tools/symcryptrun.c:395 #, fuzzy, c-format msgid "error writing to %s: %s\n" msgstr "chyba pri zpise sboru kov (keyring) `%s': %s\n" -#: tools/symcryptrun.c:421 +#: tools/symcryptrun.c:402 #, fuzzy, c-format msgid "error reading from %s: %s\n" msgstr "chyba pri tan `%s': %s\n" -#: tools/symcryptrun.c:428 tools/symcryptrun.c:435 +#: tools/symcryptrun.c:409 tools/symcryptrun.c:416 #, fuzzy, c-format msgid "error closing %s: %s\n" msgstr "chyba pri tan `%s': %s\n" -#: tools/symcryptrun.c:545 +#: tools/symcryptrun.c:526 #, fuzzy msgid "no --program option provided\n" msgstr "iadne vzialen vykonvanie programu nie je podporovan\n" -#: tools/symcryptrun.c:551 +#: tools/symcryptrun.c:532 msgid "only --decrypt and --encrypt are supported\n" msgstr "" -#: tools/symcryptrun.c:557 +#: tools/symcryptrun.c:538 msgid "no --keyfile option provided\n" msgstr "" -#: tools/symcryptrun.c:568 +#: tools/symcryptrun.c:549 msgid "cannot allocate args vector\n" msgstr "" -#: tools/symcryptrun.c:586 +#: tools/symcryptrun.c:567 #, fuzzy, c-format msgid "could not create pipe: %s\n" msgstr "%s: nemem vytvori: %s\n" -#: tools/symcryptrun.c:593 +#: tools/symcryptrun.c:574 #, fuzzy, c-format msgid "could not create pty: %s\n" msgstr "%s: nemem vytvori: %s\n" -#: tools/symcryptrun.c:609 +#: tools/symcryptrun.c:590 #, c-format msgid "could not fork: %s\n" msgstr "" -#: tools/symcryptrun.c:637 +#: tools/symcryptrun.c:618 #, fuzzy, c-format msgid "execv failed: %s\n" msgstr "aktualizcia zlyhala: %s\n" -#: tools/symcryptrun.c:666 +#: tools/symcryptrun.c:647 #, fuzzy, c-format msgid "select failed: %s\n" msgstr "zmazanie bloku ka sa nepodarilo: %s\n" -#: tools/symcryptrun.c:683 +#: tools/symcryptrun.c:664 #, fuzzy, c-format msgid "read failed: %s\n" msgstr "aktualizcia zlyhala: %s\n" -#: tools/symcryptrun.c:735 +#: tools/symcryptrun.c:716 #, fuzzy, c-format msgid "pty read failed: %s\n" msgstr "aktualizcia zlyhala: %s\n" -#: tools/symcryptrun.c:787 +#: tools/symcryptrun.c:768 #, fuzzy, c-format msgid "waitpid failed: %s\n" msgstr "aktualizcia zlyhala: %s\n" -#: tools/symcryptrun.c:801 +#: tools/symcryptrun.c:782 #, c-format msgid "child aborted with status %i\n" msgstr "" -#: tools/symcryptrun.c:856 +#: tools/symcryptrun.c:837 #, fuzzy, c-format msgid "cannot allocate infile string: %s\n" msgstr "nemem vytvori `%s': %s\n" -#: tools/symcryptrun.c:869 +#: tools/symcryptrun.c:850 #, fuzzy, c-format msgid "cannot allocate outfile string: %s\n" msgstr "nemem vytvori `%s': %s\n" -#: tools/symcryptrun.c:1044 +#: tools/symcryptrun.c:1025 #, c-format msgid "either %s or %s must be given\n" msgstr "" -#: tools/symcryptrun.c:1064 +#: tools/symcryptrun.c:1045 msgid "no class provided\n" msgstr "" -#: tools/symcryptrun.c:1071 +#: tools/symcryptrun.c:1052 #, fuzzy, c-format msgid "class %s is not supported\n" msgstr "ochrann algoritmus %d%s nie je podporovn\n" +#~ msgid "DSA requires the use of a 160 bit hash algorithm\n" +#~ msgstr "DSA poaduje pouitie 160 bitovho hashovacieho algoritmu\n" + #, fuzzy #~ msgid ".\n" #~ msgstr "%s.\n" @@ -8682,9 +8699,6 @@ msgstr "ochrann algoritmus %d%s nie je podporovn\n" #~ msgid "|NAME|use message digest algorithm NAME for passphrases" #~ msgstr "|ALG|poui hashovac algoritmus ALG pre hesl" -#~ msgid "|NAME|use cipher algorithm NAME for passphrases" -#~ msgstr "|ALG|poui ifrovac algoritmus ALG pre hesl" - #~ msgid "throw keyid field of encrypted packets" #~ msgstr "" #~ "zahodi identifiktor ka zo ifrovanch\n" @@ -24,7 +24,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg 2.0\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2007-03-08 14:20+0100\n" +"POT-Creation-Date: 2007-05-07 20:39+0200\n" "PO-Revision-Date: 2007-02-17 13:13+0100\n" "Last-Translator: Daniel Nylander <po@danielnylander.se>\n" "Language-Team: Swedish <tp-sv@listor.tp-sv.se>\n" @@ -107,8 +107,8 @@ msgstr "kan inte skapa \"%s\": %s\n" #: g10/keyring.c:1534 g10/openfile.c:190 g10/openfile.c:345 #: g10/plaintext.c:504 g10/sign.c:814 g10/sign.c:1009 g10/sign.c:1125 #: g10/sign.c:1281 g10/tdbdump.c:141 g10/tdbdump.c:149 g10/tdbio.c:542 -#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1775 -#: sm/gpgsm.c:1812 sm/qualified.c:74 +#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1780 +#: sm/gpgsm.c:1817 sm/gpgsm.c:1855 sm/qualified.c:74 #, c-format msgid "can't open `%s': %s\n" msgstr "kan inte öppna \"%s\": %s\n" @@ -208,12 +208,12 @@ msgstr "Ange ny lösenfras" msgid "Please enter the passphrase to%0Ato protect your new key" msgstr "Ange lösenfrasen för%0Aför att skydda din nya nyckel" -#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1216 +#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1202 msgid "Please re-enter this passphrase" msgstr "Ange denna lösenfras igen" -#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1222 -#: tools/symcryptrun.c:487 +#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1208 +#: tools/symcryptrun.c:468 msgid "does not match - try again" msgstr "stämmer inte överens - försök igen" @@ -222,7 +222,7 @@ msgid "Please enter the new passphrase" msgstr "Ange den nya lösenfrasen" # Här bruksanvisning för kommandoraden. Resultatet har jag översatt med "inställningar", eftersom flaggorna även kan förekomma i en inställningsfil. -#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:109 +#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:111 #: scd/scdaemon.c:103 msgid "" "@Options:\n" @@ -240,13 +240,13 @@ msgid "run in daemon mode (background)" msgstr "kör i demonläge (bakgrund)" #: agent/gpg-agent.c:117 g10/gpg.c:470 g10/gpgv.c:71 kbx/kbxutil.c:82 -#: scd/scdaemon.c:109 sm/gpgsm.c:335 tools/gpg-connect-agent.c:59 -#: tools/gpgconf.c:69 tools/symcryptrun.c:185 +#: scd/scdaemon.c:109 sm/gpgsm.c:338 tools/gpg-connect-agent.c:60 +#: tools/gpgconf.c:69 tools/symcryptrun.c:166 msgid "verbose" msgstr "utförlig" #: agent/gpg-agent.c:118 g10/gpgv.c:72 kbx/kbxutil.c:83 scd/scdaemon.c:110 -#: sm/gpgsm.c:336 +#: sm/gpgsm.c:339 msgid "be somewhat more quiet" msgstr "var något tystare" @@ -258,7 +258,7 @@ msgstr "sh-liknande kommandoutdata" msgid "csh-style command output" msgstr "csh-liknande kommandoutdata" -#: agent/gpg-agent.c:121 tools/symcryptrun.c:188 +#: agent/gpg-agent.c:121 tools/symcryptrun.c:169 msgid "|FILE|read options from FILE" msgstr "|FIL|läs inställningar från FIL" @@ -270,8 +270,8 @@ msgstr "frigör inte från konsollen" msgid "do not grab keyboard and mouse" msgstr "fånga inte tangentbord och mus" -#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:338 -#: tools/symcryptrun.c:187 +#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:341 +#: tools/symcryptrun.c:168 msgid "use a log file for the server" msgstr "använd en loggfil för servern" @@ -324,9 +324,9 @@ msgstr "aktivera ssh-agent-emulering" msgid "|FILE|write environment settings also to FILE" msgstr "|FIL|skriv miljöinställningar även till FIL" -#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:143 -#: scd/scdaemon.c:192 sm/gpgsm.c:517 tools/gpg-connect-agent.c:123 -#: tools/gpgconf.c:91 tools/symcryptrun.c:225 +#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:148 +#: scd/scdaemon.c:192 sm/gpgsm.c:521 tools/gpg-connect-agent.c:126 +#: tools/gpgconf.c:91 tools/symcryptrun.c:206 msgid "Please report bugs to <" msgstr "Rapportera fel till <" @@ -342,137 +342,126 @@ msgstr "" "Syntax: gpg-agent [flaggor] [kommando [argument]]\n" "Hantering av hemliga nycklar för GnuPG\n" -#: agent/gpg-agent.c:311 -#, c-format -msgid "out of core in secure memory while allocating %lu bytes" -msgstr "slut på kärna i säkert minne vid allokering av %lu byte" - -#: agent/gpg-agent.c:314 -#, c-format -msgid "out of core while allocating %lu bytes" -msgstr "slut på kärna vid allokering av %lu byte" - -#: agent/gpg-agent.c:345 g10/gpg.c:931 scd/scdaemon.c:266 sm/gpgsm.c:646 +#: agent/gpg-agent.c:303 g10/gpg.c:931 scd/scdaemon.c:247 sm/gpgsm.c:650 #, c-format msgid "invalid debug-level `%s' given\n" msgstr "ogiltig debug-level \"%s\" angiven\n" -#: agent/gpg-agent.c:521 agent/protect-tool.c:1073 g10/gpg.c:1835 -#: kbx/kbxutil.c:432 scd/scdaemon.c:358 sm/gpgsm.c:768 -#: tools/symcryptrun.c:1056 -#, c-format -msgid "libgcrypt is too old (need %s, have %s)\n" -msgstr "libgcrypt är för gammalt (behöver %s, har %s)\n" +#: agent/gpg-agent.c:479 agent/protect-tool.c:1059 kbx/kbxutil.c:432 +#: scd/scdaemon.c:339 sm/gpgsm.c:771 sm/gpgsm.c:774 tools/symcryptrun.c:1037 +#, fuzzy, c-format +msgid "%s is too old (need %s, have %s)\n" +msgstr "libksba är för gammal (behöver %s, har %s)\n" -#: agent/gpg-agent.c:615 g10/gpg.c:2035 scd/scdaemon.c:435 sm/gpgsm.c:865 +#: agent/gpg-agent.c:572 g10/gpg.c:2035 scd/scdaemon.c:415 sm/gpgsm.c:865 #, c-format msgid "NOTE: no default option file `%s'\n" msgstr "OBS: inställningsfilen \"%s\" saknas\n" -#: agent/gpg-agent.c:620 agent/gpg-agent.c:1179 g10/gpg.c:2039 -#: scd/scdaemon.c:440 sm/gpgsm.c:869 tools/symcryptrun.c:989 +#: agent/gpg-agent.c:577 agent/gpg-agent.c:1136 g10/gpg.c:2039 +#: scd/scdaemon.c:420 sm/gpgsm.c:869 tools/symcryptrun.c:970 #, c-format msgid "option file `%s': %s\n" msgstr "inställningsfil \"%s\": %s\n" -#: agent/gpg-agent.c:628 g10/gpg.c:2046 scd/scdaemon.c:448 sm/gpgsm.c:876 +#: agent/gpg-agent.c:585 g10/gpg.c:2046 scd/scdaemon.c:428 sm/gpgsm.c:876 #, c-format msgid "reading options from `%s'\n" msgstr "läser inställningar från \"%s\"\n" -#: agent/gpg-agent.c:949 g10/plaintext.c:142 g10/plaintext.c:147 +#: agent/gpg-agent.c:906 g10/plaintext.c:142 g10/plaintext.c:147 #: g10/plaintext.c:164 #, c-format msgid "error creating `%s': %s\n" msgstr "Fel när \"%s\" skapades: %s\n" -#: agent/gpg-agent.c:1239 agent/gpg-agent.c:1342 agent/gpg-agent.c:1346 -#: agent/gpg-agent.c:1382 agent/gpg-agent.c:1386 g10/exec.c:174 -#: g10/openfile.c:418 scd/scdaemon.c:934 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:1299 agent/gpg-agent.c:1303 +#: agent/gpg-agent.c:1339 agent/gpg-agent.c:1343 g10/exec.c:174 +#: g10/openfile.c:418 scd/scdaemon.c:914 #, c-format msgid "can't create directory `%s': %s\n" msgstr "%s: kan inte skapa katalog: %s\n" -#: agent/gpg-agent.c:1253 scd/scdaemon.c:948 +#: agent/gpg-agent.c:1210 scd/scdaemon.c:928 msgid "name of socket too long\n" msgstr "namnet på uttaget är för långt\n" -#: agent/gpg-agent.c:1279 scd/scdaemon.c:974 +#: agent/gpg-agent.c:1236 scd/scdaemon.c:954 #, c-format msgid "can't create socket: %s\n" msgstr "kan inte skapa uttag: %s\n" -#: agent/gpg-agent.c:1308 scd/scdaemon.c:1003 +#: agent/gpg-agent.c:1265 scd/scdaemon.c:983 #, c-format msgid "error binding socket to `%s': %s\n" msgstr "fel när \"%s\" bands till uttag: %s\n" -#: agent/gpg-agent.c:1316 scd/scdaemon.c:1011 +#: agent/gpg-agent.c:1273 scd/scdaemon.c:991 #, c-format msgid "listen() failed: %s\n" msgstr "listen() misslyckades: %s\n" -#: agent/gpg-agent.c:1322 scd/scdaemon.c:1017 +#: agent/gpg-agent.c:1279 scd/scdaemon.c:997 #, c-format msgid "listening on socket `%s'\n" msgstr "lyssnar på uttaget \"%s\"\n" -#: agent/gpg-agent.c:1350 agent/gpg-agent.c:1392 g10/openfile.c:421 +#: agent/gpg-agent.c:1307 agent/gpg-agent.c:1349 g10/openfile.c:421 #, c-format msgid "directory `%s' created\n" msgstr "katalogen \"%s\" skapades\n" -#: agent/gpg-agent.c:1398 +#: agent/gpg-agent.c:1355 #, c-format msgid "stat() failed for `%s': %s\n" msgstr "stat() misslyckades för \"%s\": %s\n" -#: agent/gpg-agent.c:1402 +#: agent/gpg-agent.c:1359 #, c-format msgid "can't use `%s' as home directory\n" msgstr "kan inte använda \"%s\" som hemkatalog\n" -#: agent/gpg-agent.c:1504 +#: agent/gpg-agent.c:1461 #, 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:1509 +#: agent/gpg-agent.c:1466 #, 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:1526 +#: agent/gpg-agent.c:1483 #, 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:1531 +#: agent/gpg-agent.c:1488 #, 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:1627 scd/scdaemon.c:1136 +#: agent/gpg-agent.c:1584 scd/scdaemon.c:1116 #, c-format msgid "pth_select failed: %s - waiting 1s\n" msgstr "pth_select misslyckades: %s - väntar 1 s\n" -#: agent/gpg-agent.c:1733 scd/scdaemon.c:1203 +#: agent/gpg-agent.c:1690 scd/scdaemon.c:1183 #, c-format msgid "%s %s stopped\n" msgstr "%s %s stoppad\n" -#: agent/gpg-agent.c:1754 +#: agent/gpg-agent.c:1711 msgid "no gpg-agent running in this session\n" msgstr "ingen gpg-agent kör i den här sessionen\n" -#: agent/gpg-agent.c:1764 common/simple-pwquery.c:324 g10/call-agent.c:137 -#: sm/call-agent.c:144 tools/gpg-connect-agent.c:713 +#: agent/gpg-agent.c:1721 common/simple-pwquery.c:324 g10/call-agent.c:137 +#: sm/call-agent.c:144 tools/gpg-connect-agent.c:764 msgid "malformed GPG_AGENT_INFO environment variable\n" msgstr "miljövariabeln GPG_AGENT_INFO är felformaterad\n" -#: agent/gpg-agent.c:1776 common/simple-pwquery.c:336 g10/call-agent.c:149 -#: sm/call-agent.c:156 tools/gpg-connect-agent.c:724 +#: agent/gpg-agent.c:1733 common/simple-pwquery.c:336 g10/call-agent.c:149 +#: sm/call-agent.c:156 tools/gpg-connect-agent.c:775 #, c-format msgid "gpg-agent protocol version %d is not supported\n" msgstr "GPG-Agent protokoll version %d stöds inte\n" @@ -491,11 +480,11 @@ msgstr "" "Syntax: gpg-preset-passphrase [flaggor] NYCKELHASH\n" "Underhåll av lösenordscache\n" -#: agent/protect-tool.c:146 +#: agent/protect-tool.c:151 msgid "Usage: gpg-protect-tool [options] (-h for help)\n" msgstr "Användning: gpg-protect-tool [flaggor] (-h för hjälp)\n" -#: agent/protect-tool.c:148 +#: agent/protect-tool.c:153 msgid "" "Syntax: gpg-protect-tool [options] [args]\n" "Secret key maintenance tool\n" @@ -503,22 +492,22 @@ msgstr "" "Syntax: gpg-protect-tool [flaggor] [argument]\n" "Underhållsverktyg för hemliga nycklar\n" -#: agent/protect-tool.c:1207 +#: agent/protect-tool.c:1193 msgid "Please enter the passphrase to unprotect the PKCS#12 object." msgstr "Ange lösenfrasen för att avskydda PKCS#12-objektet." -#: agent/protect-tool.c:1210 +#: agent/protect-tool.c:1196 msgid "Please enter the passphrase to protect the new PKCS#12 object." msgstr "Ange lösenfrasen för att skydda det nya PKCS#12-objektet." -#: agent/protect-tool.c:1213 +#: agent/protect-tool.c:1199 msgid "" "Please enter the passphrase to protect the imported object within the GnuPG " "system." msgstr "" "Ange lösenfrasen för att skydda det importerade objektet inom GnuPG-systemet." -#: agent/protect-tool.c:1218 +#: agent/protect-tool.c:1204 msgid "" "Please enter the passphrase or the PIN\n" "needed to complete this operation." @@ -526,16 +515,16 @@ msgstr "" "Ange lösenfrasen eller PIN-koden som\n" "behövs för att färdigställa denna åtgärd." -#: agent/protect-tool.c:1223 tools/symcryptrun.c:488 +#: agent/protect-tool.c:1209 tools/symcryptrun.c:469 msgid "Passphrase:" msgstr "Lösenfras:" -#: agent/protect-tool.c:1236 tools/symcryptrun.c:501 +#: agent/protect-tool.c:1222 tools/symcryptrun.c:482 #, c-format msgid "error while asking for the passphrase: %s\n" msgstr "fel vid fråga efter lösenfrasen: %s\n" -#: agent/protect-tool.c:1239 tools/symcryptrun.c:505 +#: agent/protect-tool.c:1225 tools/symcryptrun.c:486 msgid "cancelled\n" msgstr "avbruten\n" @@ -574,7 +563,7 @@ msgstr "ogiltig nyckelflagga i \"%s\", rad %d\n" msgid "error reading `%s', line %d: %s\n" msgstr "fel vid läsning av \"%s\", rad %d: %s\n" -#: agent/trustlist.c:355 agent/trustlist.c:394 +#: agent/trustlist.c:365 agent/trustlist.c:404 msgid "error reading list of trusted root certificates\n" msgstr "fel vid inläsning av betrodda rotcertifikat\n" @@ -587,7 +576,7 @@ msgstr "fel vid inläsning av betrodda rotcertifikat\n" #. second "%s" gets replaced by a hexdecimal #. fingerprint string whereas the first one receives #. the name as store in the certificate. -#: agent/trustlist.c:470 +#: agent/trustlist.c:480 #, c-format msgid "" "Please verify that the certificate identified as:%%0A \"%s\"%%0Ahas the " @@ -599,7 +588,7 @@ msgstr "" #. TRANSLATORS: "Correct" is the label of a button and intended to #. be hit if the fingerprint matches the one of the CA. The other #. button is "the default "Cancel" of the Pinentry. -#: agent/trustlist.c:479 +#: agent/trustlist.c:489 msgid "Correct" msgstr "Korrekt" @@ -611,7 +600,7 @@ msgstr "Korrekt" #. plain % sign, you need to encode it as "%%25". The #. "%s" gets replaced by the name as store in the #. certificate. -#: agent/trustlist.c:499 +#: agent/trustlist.c:509 #, c-format msgid "" "Do you ultimately trust%%0A \"%s\"%%0Ato correctly certify user " @@ -620,11 +609,11 @@ msgstr "" "Litar du förbehållslöst på%%0A \"%s\"%%0Aatt korrekt certifiera " "användarcertifikat?" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 msgid "Yes" msgstr "Ja" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 msgid "No" msgstr "Nej" @@ -669,12 +658,12 @@ msgstr "fel vid körning av \"%s\": antagligen inte installerat\n" msgid "error running `%s': terminated\n" msgstr "fel vid körning av \"%s\": avslutades\n" -#: common/http.c:1623 +#: common/http.c:1621 #, c-format msgid "error creating socket: %s\n" msgstr "fel när uttag skapades: %s\n" -#: common/http.c:1667 +#: common/http.c:1665 msgid "host not found" msgstr "värden hittades inte" @@ -764,6 +753,16 @@ msgstr "oO" msgid "cC" msgstr "aAsS" +#: common/miscellaneous.c:73 +#, c-format +msgid "out of core in secure memory while allocating %lu bytes" +msgstr "slut på kärna i säkert minne vid allokering av %lu byte" + +#: common/miscellaneous.c:76 +#, c-format +msgid "out of core while allocating %lu bytes" +msgstr "slut på kärna vid allokering av %lu byte" + #: g10/armor.c:368 #, c-format msgid "armor: %s\n" @@ -1176,13 +1175,13 @@ msgstr "--output kan inte användas för detta kommando\n" msgid "can't open `%s'\n" msgstr "kan inte öppna \"%s\"\n" -#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1714 +#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1721 #: g10/revoke.c:228 #, c-format msgid "key \"%s\" not found: %s\n" msgstr "nyckeln \"%s\" hittades inte: %s\n" -#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1728 +#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1735 #: g10/revoke.c:234 g10/revoke.c:479 #, c-format msgid "error reading keyblock: %s\n" @@ -1456,22 +1455,22 @@ msgid "Invalid key %s made valid by --allow-non-selfsigned-uid\n" msgstr "" "Ogiltiga nyckeln %s tvingades till giltig med --allow-non-selfsigned-uid\n" -#: g10/getkey.c:2390 g10/keyedit.c:3723 +#: g10/getkey.c:2393 g10/keyedit.c:3723 #, c-format msgid "no secret subkey for public subkey %s - ignoring\n" msgstr "ingen hemlig undernyckel för publika undernyckeln %s - hoppar över\n" -#: g10/getkey.c:2621 +#: g10/getkey.c:2624 #, c-format 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:2668 +#: g10/getkey.c:2671 #, c-format msgid "key %s: secret key without public key - skipped\n" msgstr "nyckel %s: hemlig nyckel utan publik nyckel - hoppades över\n" -#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:241 tools/gpgconf.c:56 +#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:242 tools/gpgconf.c:56 msgid "" "@Commands:\n" " " @@ -1487,28 +1486,28 @@ msgstr "|[fil]|skapa en signatur" msgid "|[file]|make a clear text signature" msgstr "|[fil]|skapa en klartextsignatur" -#: g10/gpg.c:373 sm/gpgsm.c:245 +#: g10/gpg.c:373 sm/gpgsm.c:246 msgid "make a detached signature" msgstr "skapa signatur i en separat fil" -#: g10/gpg.c:374 sm/gpgsm.c:246 +#: g10/gpg.c:374 sm/gpgsm.c:247 msgid "encrypt data" msgstr "kryptera data" -#: g10/gpg.c:376 sm/gpgsm.c:247 +#: g10/gpg.c:376 sm/gpgsm.c:248 msgid "encryption only with symmetric cipher" msgstr "endast symmetrisk kryptering" # gnupg dekrypterar data om inget kommando anges dvs. kommandot "decrypt" behöver inte användas. -#: g10/gpg.c:378 sm/gpgsm.c:248 +#: g10/gpg.c:378 sm/gpgsm.c:249 msgid "decrypt data (default)" msgstr "dekryptera data (standard)" -#: g10/gpg.c:380 sm/gpgsm.c:249 +#: g10/gpg.c:380 sm/gpgsm.c:250 msgid "verify a signature" msgstr "validera en signatur" -#: g10/gpg.c:382 sm/gpgsm.c:251 +#: g10/gpg.c:382 sm/gpgsm.c:252 msgid "list keys" msgstr "lista nycklar" @@ -1520,11 +1519,11 @@ msgstr "lista nycklar och signaturer" msgid "list and check key signatures" msgstr "lista och kontrollera nyckelsignaturer" -#: g10/gpg.c:386 sm/gpgsm.c:255 +#: g10/gpg.c:386 sm/gpgsm.c:256 msgid "list keys and fingerprints" msgstr "lista nycklar och fingeravtryck" -#: g10/gpg.c:387 sm/gpgsm.c:253 +#: g10/gpg.c:387 sm/gpgsm.c:254 msgid "list secret keys" msgstr "lista hemliga nycklar" @@ -1560,11 +1559,11 @@ msgstr "generera ett spärrcertifikat" msgid "export keys" msgstr "exportera nycklar" -#: g10/gpg.c:398 sm/gpgsm.c:258 +#: g10/gpg.c:398 sm/gpgsm.c:259 msgid "export keys to a key server" msgstr "exportera nycklar till en nyckelserver" -#: g10/gpg.c:399 sm/gpgsm.c:259 +#: g10/gpg.c:399 sm/gpgsm.c:260 msgid "import keys from a key server" msgstr "importera nycklar från en nyckelserver" @@ -1600,13 +1599,13 @@ msgstr "uppdatera tillitsdatabasen" msgid "|algo [files]|print message digests" msgstr "|algo [filer]|skriv ut kontrollsummor" -#: g10/gpg.c:431 sm/gpgsm.c:263 +#: g10/gpg.c:431 sm/gpgsm.c:264 msgid "run in server mode" msgstr "kör i serverläge" # Här bruksanvisning för kommandoraden. Resultatet har jag översatt med "inställningar", eftersom flaggorna även kan förekomma i en inställningsfil. -#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:278 -#: tools/gpg-connect-agent.c:57 tools/gpgconf.c:66 tools/symcryptrun.c:178 +#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:279 +#: tools/gpg-connect-agent.c:58 tools/gpgconf.c:66 tools/symcryptrun.c:159 msgid "" "@\n" "Options:\n" @@ -1616,31 +1615,31 @@ msgstr "" "Flaggor:\n" " " -#: g10/gpg.c:435 sm/gpgsm.c:280 +#: g10/gpg.c:435 sm/gpgsm.c:281 msgid "create ascii armored output" msgstr "skapa utdata med ett ascii-skal" -#: g10/gpg.c:437 sm/gpgsm.c:290 +#: g10/gpg.c:437 sm/gpgsm.c:293 msgid "|NAME|encrypt for NAME" msgstr "|NAMN|kryptera för NAMN" -#: g10/gpg.c:448 sm/gpgsm.c:326 +#: g10/gpg.c:448 sm/gpgsm.c:329 msgid "use this user-id to sign or decrypt" msgstr "använd denna användaridentitet för att signera eller dekryptera" -#: g10/gpg.c:449 sm/gpgsm.c:329 +#: g10/gpg.c:449 sm/gpgsm.c:332 msgid "|N|set compress level N (0 disables)" msgstr "|N|ställ in komprimeringsnivån till N (0 för att inaktivera)" -#: g10/gpg.c:454 sm/gpgsm.c:331 +#: g10/gpg.c:454 sm/gpgsm.c:334 msgid "use canonical text mode" msgstr "använd \"ursprunglig text\"-läget" -#: g10/gpg.c:468 sm/gpgsm.c:334 tools/gpgconf.c:68 +#: g10/gpg.c:468 sm/gpgsm.c:337 tools/gpgconf.c:68 msgid "use as output file" msgstr "använd som fil för utdata" -#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:344 tools/gpgconf.c:71 +#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:347 tools/gpgconf.c:71 msgid "do not make any changes" msgstr "gör inga ändringar" @@ -1658,7 +1657,7 @@ msgstr "generera PGP 2.x-kompatibla meddelanden" # inställningar istället för flaggor? # Nej, här är det bruksanvisningen för kommandoraden. -#: g10/gpg.c:554 sm/gpgsm.c:392 +#: g10/gpg.c:554 sm/gpgsm.c:395 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -1666,7 +1665,7 @@ msgstr "" "@\n" "(Se manualsidan för en fullständig lista över alla kommandon och flaggor)\n" -#: g10/gpg.c:557 sm/gpgsm.c:395 +#: g10/gpg.c:557 sm/gpgsm.c:398 msgid "" "@\n" "Examples:\n" @@ -1707,7 +1706,7 @@ msgstr "" "signera, kontrollera, kryptera eller dekryptera\n" "standardåtgärden beror på inmatningsdata\n" -#: g10/gpg.c:782 sm/gpgsm.c:530 +#: g10/gpg.c:782 sm/gpgsm.c:534 msgid "" "\n" "Supported algorithms:\n" @@ -1735,7 +1734,7 @@ msgstr "Komprimering: " msgid "usage: gpg [options] " msgstr "användning: gpg [flaggor] " -#: g10/gpg.c:1060 sm/gpgsm.c:682 +#: g10/gpg.c:1060 sm/gpgsm.c:686 msgid "conflicting commands\n" msgstr "motstridiga kommandon\n" @@ -1865,6 +1864,11 @@ msgstr "visa nyckelringens namn i nyckellistningar" msgid "show expiration dates during signature listings" msgstr "visa utgångsdatum under signaturlistningar" +#: g10/gpg.c:1835 +#, c-format +msgid "libgcrypt is too old (need %s, have %s)\n" +msgstr "libgcrypt är för gammalt (behöver %s, har %s)\n" + #: g10/gpg.c:1993 #, c-format msgid "NOTE: old default options file `%s' ignored\n" @@ -2000,7 +2004,7 @@ msgid "invalid auto-key-locate list\n" msgstr "ogiltig auto-key-locate-lista\n" # Programmet skapar en avbildning (image) av minnet för att lättare kunna spåra fel. -#: g10/gpg.c:2893 sm/gpgsm.c:1232 +#: g10/gpg.c:2893 sm/gpgsm.c:1236 msgid "WARNING: program may create a core file!\n" msgstr "VARNING: programmet kan komma att skapa en minnesavbild!\n" @@ -2043,11 +2047,11 @@ msgstr "du måste använda filer (och inte rör) i --pgp2-läge\n" msgid "encrypting a message in --pgp2 mode requires the IDEA cipher\n" msgstr "kryptering av meddelanden i --pgp2-läge kräver IDEA-chiffret\n" -#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1288 +#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1292 msgid "selected cipher algorithm is invalid\n" msgstr "den valda chifferalgoritmen är ogiltig\n" -#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1296 +#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1300 msgid "selected digest algorithm is invalid\n" msgstr "vald sammandragsalgoritm är ogiltig\n" @@ -2290,7 +2294,7 @@ msgstr "ta nycklarna från denna nyckelring " msgid "make timestamp conflicts only a warning" msgstr "utfärda enbart en varning när tidsstämpeln är orimlig" -#: g10/gpgv.c:76 sm/gpgsm.c:367 +#: g10/gpgv.c:76 sm/gpgsm.c:370 msgid "|FD|write status info to this FD" msgstr "|FD|skriv statusinformation till denna FD" @@ -3835,7 +3839,7 @@ msgid "(sensitive)" msgstr "(känsligt)" #: g10/keyedit.c:2743 g10/keyedit.c:2799 g10/keyedit.c:2860 g10/keyedit.c:2875 -#: g10/keylist.c:194 g10/keyserver.c:516 +#: g10/keylist.c:194 g10/keyserver.c:523 #, c-format msgid "created: %s" msgstr "skapat: %s" @@ -3852,7 +3856,7 @@ msgstr "utgånget: %s" #: g10/keyedit.c:2750 g10/keyedit.c:2801 g10/keyedit.c:2862 g10/keyedit.c:2877 #: g10/keylist.c:196 g10/keylist.c:748 g10/keylist.c:783 g10/keylist.c:877 -#: g10/keylist.c:898 g10/keyserver.c:522 g10/mainproc.c:985 +#: g10/keylist.c:898 g10/keyserver.c:529 g10/mainproc.c:985 #, c-format msgid "expires: %s" msgstr "går ut: %s" @@ -3888,12 +3892,12 @@ msgstr "" "Observera! Den visade nyckelgiltigheten kan vara felaktig\n" "såvida inte du startar om programmet.\n" -#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:526 +#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:533 #: g10/mainproc.c:1831 g10/trustdb.c:1179 g10/trustdb.c:1699 msgid "revoked" msgstr "spärrad" -#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:530 +#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:537 #: g10/mainproc.c:1833 g10/trustdb.c:532 g10/trustdb.c:1701 msgid "expired" msgstr "utgånget" @@ -4770,178 +4774,178 @@ msgstr "%lu nycklar mellanlagrade (%lu signaturer)\n" msgid "%s: keyring created\n" msgstr "%s: nyckelring skapad\n" -#: g10/keyserver.c:66 +#: g10/keyserver.c:73 msgid "include revoked keys in search results" msgstr "inkludera spärrade nycklar i sökresultatet" -#: g10/keyserver.c:67 +#: g10/keyserver.c:74 msgid "include subkeys when searching by key ID" msgstr "inkludera undernycklar vid sökning efter nyckel-id" -#: g10/keyserver.c:69 +#: g10/keyserver.c:76 msgid "use temporary files to pass data to keyserver helpers" msgstr "" "använd temporärfiler för att skicka data till nyckelserverns hjälpprogram" -#: g10/keyserver.c:71 +#: g10/keyserver.c:78 msgid "do not delete temporary files after using them" msgstr "ta inte bort temporärfiler efter de använts" -#: g10/keyserver.c:75 +#: g10/keyserver.c:82 msgid "automatically retrieve keys when verifying signatures" msgstr "hämta automatiskt nycklar vid validering av signaturer" -#: g10/keyserver.c:77 +#: g10/keyserver.c:84 msgid "honor the preferred keyserver URL set on the key" msgstr "respektera föredragen nyckelserver-url inställd i nyckeln" -#: g10/keyserver.c:79 +#: g10/keyserver.c:86 msgid "honor the PKA record set on a key when retrieving keys" msgstr "respektera PKA-posten inställd på en nyckel när nycklar hämtas" -#: g10/keyserver.c:145 +#: g10/keyserver.c:152 #, c-format msgid "WARNING: keyserver option `%s' is not used on this platform\n" msgstr "" "VARNING: nyckelserverflaggan \"%s\" används inte på den här plattformen\n" -#: g10/keyserver.c:528 +#: g10/keyserver.c:535 msgid "disabled" msgstr "inaktiverad" -#: g10/keyserver.c:729 +#: g10/keyserver.c:736 msgid "Enter number(s), N)ext, or Q)uit > " msgstr "Ange nummer, N)ästa, eller Q) för Avsluta > " -#: g10/keyserver.c:813 g10/keyserver.c:1435 +#: g10/keyserver.c:820 g10/keyserver.c:1442 #, c-format msgid "invalid keyserver protocol (us %d!=handler %d)\n" msgstr "ogiltigt nyckelserverprotokoll (vi %d!=hanterare %d)\n" -#: g10/keyserver.c:911 +#: g10/keyserver.c:918 #, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "nyckeln \"%s\" hittades inte på nyckelservern\n" -#: g10/keyserver.c:913 +#: g10/keyserver.c:920 msgid "key not found on keyserver\n" msgstr "nyckeln hittades inte på nyckelservern\n" -#: g10/keyserver.c:1154 +#: g10/keyserver.c:1161 #, 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:1158 +#: g10/keyserver.c:1165 #, c-format msgid "requesting key %s from %s\n" msgstr "begär nyckeln %s från %s\n" -#: g10/keyserver.c:1182 +#: g10/keyserver.c:1189 #, c-format msgid "searching for names from %s server %s\n" msgstr "söker efter namn från %s-servern %s\n" -#: g10/keyserver.c:1185 +#: g10/keyserver.c:1192 #, c-format msgid "searching for names from %s\n" msgstr "söker efter namn från %s\n" -#: g10/keyserver.c:1338 +#: g10/keyserver.c:1345 #, c-format msgid "sending key %s to %s server %s\n" msgstr "skickar nycken %s till %s-servern %s\n" -#: g10/keyserver.c:1342 +#: g10/keyserver.c:1349 #, c-format msgid "sending key %s to %s\n" msgstr "skickar nyckeln %s till %s\n" -#: g10/keyserver.c:1385 +#: g10/keyserver.c:1392 #, c-format msgid "searching for \"%s\" from %s server %s\n" msgstr "söker efter \"%s\" från %s-servern %s\n" -#: g10/keyserver.c:1388 +#: g10/keyserver.c:1395 #, c-format msgid "searching for \"%s\" from %s\n" msgstr "söker efter \"%s\" från %s\n" -#: g10/keyserver.c:1395 g10/keyserver.c:1491 +#: g10/keyserver.c:1402 g10/keyserver.c:1498 msgid "no keyserver action!\n" msgstr "ingen nyckelserveråtgärd!\n" -#: g10/keyserver.c:1443 +#: g10/keyserver.c:1450 #, c-format msgid "WARNING: keyserver handler from a different version of GnuPG (%s)\n" msgstr "VARNING: nyckelserverhanteraren från en annan version av GnuPG (%s)\n" -#: g10/keyserver.c:1452 +#: g10/keyserver.c:1459 msgid "keyserver did not send VERSION\n" msgstr "nyckelserver skickade inte VERSION\n" -#: g10/keyserver.c:1514 g10/keyserver.c:2042 +#: g10/keyserver.c:1521 g10/keyserver.c:2049 msgid "no keyserver known (use option --keyserver)\n" msgstr "ingen nyckelserver är känd (använd flaggan --keyserver)\n" -#: g10/keyserver.c:1520 +#: g10/keyserver.c:1527 msgid "external keyserver calls are not supported in this build\n" msgstr "externa anrop till nyckelserver stöds inte i detta bygge\n" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1539 #, c-format msgid "no handler for keyserver scheme `%s'\n" msgstr "ingen hanterare för nyckelserverschemat \"%s\"\n" -#: g10/keyserver.c:1537 +#: g10/keyserver.c:1544 #, c-format msgid "action `%s' not supported with keyserver scheme `%s'\n" msgstr "åtgärden \"%s\" stöds inte med nyckelserverschemat \"%s\"\n" -#: g10/keyserver.c:1545 +#: g10/keyserver.c:1552 #, c-format msgid "%s does not support handler version %d\n" msgstr "%s har inte stöd för hanterarversionen %d\n" -#: g10/keyserver.c:1552 +#: g10/keyserver.c:1559 msgid "keyserver timed out\n" msgstr "tidsgräns överstigen för nyckelserver\n" -#: g10/keyserver.c:1557 +#: g10/keyserver.c:1564 msgid "keyserver internal error\n" msgstr "internt fel i nyckelserver\n" -#: g10/keyserver.c:1566 +#: g10/keyserver.c:1573 #, c-format msgid "keyserver communications error: %s\n" msgstr "kommunikationsfel mot nyckelserver: %s\n" -#: g10/keyserver.c:1591 g10/keyserver.c:1625 +#: g10/keyserver.c:1598 g10/keyserver.c:1632 #, c-format msgid "\"%s\" not a key ID: skipping\n" msgstr "\"%s\" inte ett nyckel-id: hoppar över\n" -#: g10/keyserver.c:1884 +#: g10/keyserver.c:1891 #, 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:1906 +#: g10/keyserver.c:1913 #, c-format msgid "refreshing 1 key from %s\n" msgstr "uppdaterar 1 nyckel från %s\n" -#: g10/keyserver.c:1908 +#: g10/keyserver.c:1915 #, c-format msgid "refreshing %d keys from %s\n" msgstr "uppdaterar %d nycklar från %s\n" -#: g10/keyserver.c:1964 +#: g10/keyserver.c:1971 #, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "VARNING: kunde inte hämta uri:n %s: %s\n" -#: g10/keyserver.c:1970 +#: g10/keyserver.c:1977 #, c-format msgid "WARNING: unable to parse URI %s\n" msgstr "VARNING: kunde inte tolka uri:n %s\n" @@ -5295,16 +5299,16 @@ msgid "WARNING: options in `%s' are not yet active during this run\n" msgstr "" "VARNING: inställningar i \"%s\" är ännu inte aktiva under denna körning\n" -#: g10/parse-packet.c:192 +#: g10/parse-packet.c:193 #, c-format msgid "can't handle public key algorithm %d\n" msgstr "kan inte hantera algoritmen %d för publika nycklar\n" -#: g10/parse-packet.c:762 +#: g10/parse-packet.c:798 msgid "WARNING: potentially insecure symmetrically encrypted session key\n" msgstr "VARNING: potentiellt osäker symmetriskt krypterad sessionsnyckel\n" -#: g10/parse-packet.c:1213 +#: g10/parse-packet.c:1249 #, c-format msgid "subpacket of type %d has critical bit set\n" msgstr "underpaket av typen %d har den bit satt som markerar den som kritisk\n" @@ -5924,7 +5928,7 @@ msgstr "" "kan inte undvika en svag nyckel för symmetrisk kryptering; försökte\n" "%d gånger!\n" -#: g10/seskey.c:229 +#: g10/seskey.c:229 sm/certcheck.c:91 msgid "DSA requires the hash length to be a multiple of 8 bits\n" msgstr "DSA kräver att hashlängden är delbar med 8 bitar\n" @@ -6519,7 +6523,7 @@ msgstr "konvertering från \"%s\" till \"%s\" är inte tillgänglig\n" msgid "iconv_open failed: %s\n" msgstr "iconv_open misslyckades: %s\n" -#: jnlib/utf8conv.c:331 jnlib/utf8conv.c:597 +#: jnlib/utf8conv.c:338 jnlib/utf8conv.c:604 #, c-format msgid "conversion from `%s' to `%s' failed: %s\n" msgstr "konvertering från \"%s\" till \"%s\" misslyckades: %s\n" @@ -6741,7 +6745,7 @@ msgstr "kan inte komma åt %s - ogiltigt OpenPGP-kort?\n" msgid "run in multi server mode (foreground)" msgstr "kör i multiserverläge (förgrund)" -#: scd/scdaemon.c:113 sm/gpgsm.c:356 +#: scd/scdaemon.c:113 sm/gpgsm.c:359 msgid "read options from file" msgstr "läs inställningar från fil" @@ -6781,22 +6785,22 @@ msgstr "" "Syntax: scdaemon [flaggor] [kommando [argument]]\n" "Smartkortsdemon för GnuPG\n" -#: scd/scdaemon.c:684 +#: scd/scdaemon.c:664 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:1032 +#: scd/scdaemon.c:1012 #, c-format msgid "handler for fd %d started\n" msgstr "hanterare för fd %d startad\n" -#: scd/scdaemon.c:1037 +#: scd/scdaemon.c:1017 #, c-format msgid "handler for fd %d terminated\n" msgstr "hanterare för fd %d avslutad\n" # överhoppad eller hoppades över? -#: sm/base64.c:323 +#: sm/base64.c:327 #, c-format msgid "invalid radix64 character %02x skipped\n" msgstr "ogiltigt radix64-tecken %02x hoppades över\n" @@ -6819,168 +6823,174 @@ msgstr "dirmngr-protokoll version %d stöds inte\n" msgid "can't connect to the dirmngr - trying fall back\n" msgstr "kan inte ansluta till dirmngr - försöker falla tillbaka\n" -#: sm/certchain.c:165 +#: sm/certchain.c:176 #, c-format msgid "critical certificate extension %s is not supported" msgstr "kritiska certifikattillägget %s stöds inte" -#: sm/certchain.c:203 +#: sm/certchain.c:214 msgid "issuer certificate is not marked as a CA" msgstr "utfärdarens certifikat är inte markerat som en CA" -#: sm/certchain.c:242 +#: sm/certchain.c:253 msgid "critical marked policy without configured policies" msgstr "kritisk markerad policy utan konfigurerade policier" -#: sm/certchain.c:252 +#: sm/certchain.c:263 #, c-format msgid "failed to open `%s': %s\n" msgstr "misslyckades med att öppna \"%s\": %s\n" -#: sm/certchain.c:259 sm/certchain.c:288 +#: sm/certchain.c:270 sm/certchain.c:299 msgid "note: non-critical certificate policy not allowed" msgstr "observera: icke-kritisk certifikatpolicy tillåts inte" -#: sm/certchain.c:263 sm/certchain.c:292 +#: sm/certchain.c:274 sm/certchain.c:303 msgid "certificate policy not allowed" msgstr "certifikatpolicy tillåts inte" -#: sm/certchain.c:403 +#: sm/certchain.c:414 msgid "looking up issuer at external location\n" msgstr "slår upp utfärdare på extern plats\n" -#: sm/certchain.c:423 +#: sm/certchain.c:434 #, c-format msgid "number of issuers matching: %d\n" msgstr "antal utfärdare som matchar: %d\n" -#: sm/certchain.c:576 sm/certchain.c:740 sm/certchain.c:1266 sm/decrypt.c:261 +#: sm/certchain.c:587 sm/certchain.c:753 sm/certchain.c:1334 sm/decrypt.c:261 #: sm/encrypt.c:343 sm/sign.c:328 sm/verify.c:107 msgid "failed to allocated keyDB handle\n" msgstr "misslyckades med att allokera keyDB-hanterare\n" -#: sm/certchain.c:667 +#: sm/certchain.c:678 msgid "certificate has been revoked" msgstr "certifikatet har spärrats" -#: sm/certchain.c:676 +#: sm/certchain.c:687 msgid "no CRL found for certificate" msgstr "ingen spärrlista hittades för certifikatet" -#: sm/certchain.c:680 +#: sm/certchain.c:691 msgid "the available CRL is too old" msgstr "den tillgängliga spärrlistan är för gammal" -#: sm/certchain.c:682 +#: sm/certchain.c:693 msgid "please make sure that the \"dirmngr\" is properly installed\n" msgstr "se till att \"dirmngr\" är korrekt installerat\n" -#: sm/certchain.c:687 +#: sm/certchain.c:698 #, c-format msgid "checking the CRL failed: %s" msgstr "kontroll mot spärrlistan misslyckades: %s" -#: sm/certchain.c:765 +#: sm/certchain.c:794 msgid "no issuer found in certificate" msgstr "ingen utfärdare hittades i certifikatet" -#: sm/certchain.c:792 +#: sm/certchain.c:823 #, c-format msgid "certificate with invalid validity: %s" msgstr "certifikat med felaktig giltighetstid: %s" -#: sm/certchain.c:808 +#: sm/certchain.c:839 msgid "certificate not yet valid" msgstr "certifikatet är ännu inte giltigt" -#: sm/certchain.c:821 +#: sm/certchain.c:852 msgid "certificate has expired" msgstr "certifikatet har gått ut" -#: sm/certchain.c:864 +#: sm/certchain.c:895 msgid "self-signed certificate has a BAD signature" msgstr "självsignerat certifikat har en FELAKTIG signatur" -#: sm/certchain.c:932 +#: sm/certchain.c:963 msgid "root certificate is not marked trusted" msgstr "rotcertifikatet har inte markerats som betrott" -#: sm/certchain.c:947 +#: sm/certchain.c:978 #, c-format msgid "fingerprint=%s\n" msgstr "fingeravtryck=%s\n" -#: sm/certchain.c:955 +#: sm/certchain.c:986 msgid "root certificate has now been marked as trusted\n" msgstr "rotcertifikatet har nu markerats som betrott\n" -#: sm/certchain.c:970 +#: sm/certchain.c:1001 msgid "interactive marking as trusted not enabled in gpg-agent\n" msgstr "interaktiv markering som betrodd inte aktiverad i gpg-agent\n" -#: sm/certchain.c:976 +#: sm/certchain.c:1007 msgid "interactive marking as trusted disabled for this session\n" msgstr "interaktiv markering som betrodd inaktiverad för den här sessionen\n" -#: sm/certchain.c:986 +#: sm/certchain.c:1017 #, c-format msgid "checking the trust list failed: %s\n" msgstr "kontroll mot tillitslistan misslyckades: %s\n" -#: sm/certchain.c:1013 sm/import.c:158 +#: sm/certchain.c:1044 sm/import.c:159 msgid "certificate chain too long\n" msgstr "certifikatkedjan är för lång\n" -#: sm/certchain.c:1025 +#: sm/certchain.c:1056 msgid "issuer certificate not found" msgstr "utfärdarens certifikat hittades inte" -#: sm/certchain.c:1058 +#: sm/certchain.c:1089 msgid "certificate has a BAD signature" msgstr "certifikatet har en FELAKTIG signatur" -#: sm/certchain.c:1088 +#: sm/certchain.c:1119 msgid "found another possible matching CA certificate - trying again" msgstr "hittade ett annat möjligen matchande CA-certifikat - försöker igen" -#: sm/certchain.c:1139 +#: sm/certchain.c:1170 #, c-format msgid "certificate chain longer than allowed by CA (%d)" msgstr "certifikatkedjan längre än vad som tillåts av CA (%d)" -#: sm/certcheck.c:52 -msgid "DSA requires the use of a 160 bit hash algorithm\n" -msgstr "DSA kräver användning av en 160-bitars hashalgoritm\n" +#: sm/certcheck.c:103 +#, fuzzy, c-format +msgid "%s key uses an unsafe (%u bit) hash\n" +msgstr "DSA-nyckeln %s använder en osäker hash (%u bitar)\n" -#: sm/certcheck.c:177 sm/sign.c:482 sm/verify.c:189 +#: sm/certcheck.c:113 +#, c-format +msgid "a %u bit hash is not valid for a %u bit %s key\n" +msgstr "" + +#: sm/certcheck.c:250 sm/sign.c:482 sm/verify.c:189 msgid "(this is the MD2 algorithm)\n" msgstr "(det här är MD2-algoritmen)\n" -#: sm/certdump.c:68 sm/certdump.c:154 +#: sm/certdump.c:68 sm/certdump.c:151 msgid "none" msgstr "ingen" -#: sm/certdump.c:163 +#: sm/certdump.c:162 msgid "[none]" msgstr "[ingen]" -#: sm/certdump.c:536 sm/certdump.c:599 +#: sm/certdump.c:552 sm/certdump.c:597 sm/certdump.c:662 sm/certdump.c:715 msgid "[Error - invalid encoding]" msgstr "[Fel - ogiltig kodning]" -#: sm/certdump.c:544 +#: sm/certdump.c:560 sm/certdump.c:605 msgid "[Error - out of core]" msgstr "[Fel - slut på kärna]" -#: sm/certdump.c:579 +#: sm/certdump.c:642 sm/certdump.c:698 msgid "[Error - No name]" msgstr "[Fel - Inget namn]" -#: sm/certdump.c:604 +#: sm/certdump.c:667 sm/certdump.c:721 msgid "[Error - invalid DN]" msgstr "[Fel - ogiltigt DN]" -#: sm/certdump.c:818 +#: sm/certdump.c:930 #, c-format msgid "" "Please enter the passphrase to unlock the secret key for:\n" @@ -6995,7 +7005,7 @@ msgstr "" msgid "no key usage specified - assuming all usages\n" msgstr "ingen nyckelanvändning angiven - antar alla användningsområden\n" -#: sm/certlist.c:135 sm/keylist.c:255 +#: sm/certlist.c:135 sm/keylist.c:258 #, c-format msgid "error getting key usage information: %s\n" msgstr "fel vid hämtning av nyckelanvändningsinformation: %s\n" @@ -7084,7 +7094,7 @@ msgstr "(det här verkar inte vara ett krypterat meddelande)\n" msgid "certificate `%s' not found: %s\n" msgstr "certifikatet \"%s\" hittades inte: %s\n" -#: sm/delete.c:113 sm/keydb.c:1392 sm/keydb.c:1485 +#: sm/delete.c:113 sm/keydb.c:1397 sm/keydb.c:1497 #, c-format msgid "error locking keybox: %s\n" msgstr "fel vid låsning av nyckelskåp: %s\n" @@ -7108,182 +7118,182 @@ msgstr "borttagning av certifikatet \"%s\" misslyckades: %s\n" msgid "no valid recipients given\n" msgstr "inga giltiga mottagare angavs\n" -#: sm/export.c:562 sm/export.c:578 sm/import.c:525 sm/import.c:550 +#: sm/export.c:615 sm/export.c:631 sm/import.c:526 sm/import.c:551 #, c-format msgid "error creating temporary file: %s\n" msgstr "fel när temporärfil skapades: %s\n" -#: sm/export.c:569 sm/import.c:533 +#: sm/export.c:622 sm/import.c:534 #, c-format msgid "error writing to temporary file: %s\n" msgstr "fel vid skrivning till temporärfil: %s\n" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:244 msgid "|[FILE]|make a signature" msgstr "|[FIL]|skapa en signatur" -#: sm/gpgsm.c:244 +#: sm/gpgsm.c:245 msgid "|[FILE]|make a clear text signature" msgstr "|[FIL]|skapa en klartext-signatur" -#: sm/gpgsm.c:252 +#: sm/gpgsm.c:253 msgid "list external keys" msgstr "lista externa nycklar" -#: sm/gpgsm.c:254 +#: sm/gpgsm.c:255 msgid "list certificate chain" msgstr "lista certifikatkedja" -#: sm/gpgsm.c:257 +#: sm/gpgsm.c:258 msgid "remove key from the public keyring" msgstr "ta bort nyckel från den publika nyckelringen" -#: sm/gpgsm.c:260 +#: sm/gpgsm.c:261 msgid "import certificates" msgstr "importera certifikat" -#: sm/gpgsm.c:261 +#: sm/gpgsm.c:262 msgid "export certificates" msgstr "exportera certifikat" -#: sm/gpgsm.c:262 +#: sm/gpgsm.c:263 msgid "register a smartcard" msgstr "registrera ett smartkort" -#: sm/gpgsm.c:264 +#: sm/gpgsm.c:265 msgid "pass a command to the dirmngr" msgstr "skicka ett kommando till dirmngr" -#: sm/gpgsm.c:266 +#: sm/gpgsm.c:267 msgid "invoke gpg-protect-tool" msgstr "starta gpg-protect-tool" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:268 msgid "change a passphrase" msgstr "ändra en lösenfras" -#: sm/gpgsm.c:282 +#: sm/gpgsm.c:283 msgid "create base-64 encoded output" msgstr "skapa base-64-kodat utdata" -#: sm/gpgsm.c:284 +#: sm/gpgsm.c:287 msgid "assume input is in PEM format" msgstr "anta att inmatning är i PEM-format" -#: sm/gpgsm.c:286 +#: sm/gpgsm.c:289 msgid "assume input is in base-64 format" msgstr "anta att inmatning är i base-64-format" -#: sm/gpgsm.c:288 +#: sm/gpgsm.c:291 msgid "assume input is in binary format" msgstr "anta att inmatning är i binärformat" -#: sm/gpgsm.c:293 +#: sm/gpgsm.c:296 msgid "use system's dirmngr if available" msgstr "använd systemets dirmngr om tillgängligt" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "never consult a CRL" msgstr "kontrollera aldrig mot spärrlista" -#: sm/gpgsm.c:301 +#: sm/gpgsm.c:304 msgid "check validity using OCSP" msgstr "kontrollera giltigheten med OCSP" -#: sm/gpgsm.c:304 +#: sm/gpgsm.c:307 msgid "|N|number of certificates to include" msgstr "|N|antal certifikat att inkludera" -#: sm/gpgsm.c:307 +#: sm/gpgsm.c:310 msgid "|FILE|take policy information from FILE" msgstr "|FIL|hämta policyinformation från FIL" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "do not check certificate policies" msgstr "kontrollera inte certifikatpolicier" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "fetch missing issuer certificates" msgstr "hämta saknade utfärdarcertifikat" -#: sm/gpgsm.c:318 +#: sm/gpgsm.c:321 msgid "|NAME|use NAME as default recipient" msgstr "|NAMN|använd NAMN som standardmottagare" -#: sm/gpgsm.c:320 +#: sm/gpgsm.c:323 msgid "use the default key as default recipient" msgstr "använd standardnyckeln som standardmottagare" -#: sm/gpgsm.c:337 +#: sm/gpgsm.c:340 msgid "don't use the terminal at all" msgstr "använd inte terminalen alls" -#: sm/gpgsm.c:341 +#: sm/gpgsm.c:344 msgid "force v3 signatures" msgstr "tvinga v3-signaturer" -#: sm/gpgsm.c:342 +#: sm/gpgsm.c:345 msgid "always use a MDC for encryption" msgstr "använd alltid en MDC för kryptering" -#: sm/gpgsm.c:347 +#: sm/gpgsm.c:350 msgid "batch mode: never ask" msgstr "satsläge: fråga aldrig" -#: sm/gpgsm.c:348 +#: sm/gpgsm.c:351 msgid "assume yes on most questions" msgstr "anta ja på de flesta frågorna" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 msgid "assume no on most questions" msgstr "anta nej på de flesta frågorna" -#: sm/gpgsm.c:351 +#: sm/gpgsm.c:354 msgid "add this keyring to the list of keyrings" msgstr "lägg till denna nyckelring till listan över nyckelringar" -#: sm/gpgsm.c:352 +#: sm/gpgsm.c:355 msgid "add this secret keyring to the list" msgstr "lägg till denna hemliga nyckelring till listan" -#: sm/gpgsm.c:353 +#: sm/gpgsm.c:356 msgid "|NAME|use NAME as default secret key" msgstr "|NAMN|använd NAMN som förvald hemlig nyckel" -#: sm/gpgsm.c:354 +#: sm/gpgsm.c:357 msgid "|HOST|use this keyserver to lookup keys" msgstr "|VÄRD|använd den här nyckelservern för att slå upp nycklar" -#: sm/gpgsm.c:355 +#: sm/gpgsm.c:358 msgid "|NAME|set terminal charset to NAME" msgstr "|NAMN|ställ in terminalteckentabell till NAMN" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "|NIVÅ|ställ in felsökningsnivån till NIVÅ" -#: sm/gpgsm.c:374 +#: sm/gpgsm.c:377 msgid "|FILE|load extension module FILE" msgstr "|FIL|läs in tilläggsmodulen FIL" -#: sm/gpgsm.c:380 +#: sm/gpgsm.c:383 msgid "|NAME|use cipher algorithm NAME" msgstr "|NAMN|använd chifferalgoritmen NAMN" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 msgid "|NAME|use message digest algorithm NAME" msgstr "|NAMN|använd sammandragsalgoritmen NAMN" -#: sm/gpgsm.c:384 +#: sm/gpgsm.c:387 msgid "|N|use compress algorithm N" msgstr "|N|använd komprimeringsalgoritmen N" -#: sm/gpgsm.c:520 +#: sm/gpgsm.c:524 msgid "Usage: gpgsm [options] [files] (-h for help)" msgstr "Användning: gpgsm [flaggor] [filer] (-h för hjälp)" # Om inget kommando anges (decrypt/encrypt etc) väljs åtgärd efter indata. -#: sm/gpgsm.c:523 +#: sm/gpgsm.c:527 msgid "" "Syntax: gpgsm [options] [files]\n" "sign, check, encrypt or decrypt using the S/MIME protocol\n" @@ -7293,43 +7303,38 @@ msgstr "" "signera, kontrollera, kryptera eller dekryptera med S/MIME-protokollet\n" "standardåtgärden beror på inmatningsdata\n" -#: sm/gpgsm.c:617 +#: sm/gpgsm.c:621 msgid "usage: gpgsm [options] " msgstr "användning: gpgsm [flaggor] " -#: sm/gpgsm.c:698 +#: sm/gpgsm.c:702 #, c-format msgid "can't encrypt to `%s': %s\n" msgstr "kan inte kryptera till \"%s\": %s\n" -#: sm/gpgsm.c:773 -#, c-format -msgid "libksba is too old (need %s, have %s)\n" -msgstr "libksba är för gammal (behöver %s, har %s)\n" - -#: sm/gpgsm.c:1249 +#: sm/gpgsm.c:1253 msgid "WARNING: running with faked system time: " msgstr "VARNING: kör med falsk systemtid: " -#: sm/gpgsm.c:1328 +#: sm/gpgsm.c:1332 #, c-format msgid "importing common certificates `%s'\n" msgstr "importerar vanliga certifikat \"%s\"\n" -#: sm/gpgsm.c:1346 +#: sm/gpgsm.c:1350 #, c-format msgid "can't sign using `%s': %s\n" msgstr "kan inte signera med \"%s\": %s\n" -#: sm/gpgsm.c:1536 +#: sm/gpgsm.c:1542 msgid "this command has not yet been implemented\n" msgstr "det här kommandot har ännu inte implementerats\n" -#: sm/gpgsm.c:1601 +#: sm/gpgsm.c:1606 msgid "key generation is not available from the commandline\n" msgstr "nyckelgenerering är inte tillgänglig från kommandoraden\n" -#: sm/gpgsm.c:1602 +#: sm/gpgsm.c:1607 #, c-format msgid "please use the script \"%s\" to generate a new key\n" msgstr "använd skriptet \"%s\" för att generera en ny nyckel\n" @@ -7339,20 +7344,20 @@ msgstr "använd skriptet \"%s\" för att generera en ny nyckel\n" msgid "total number processed: %lu\n" msgstr "totalt antal behandlade: %lu\n" -#: sm/import.c:227 +#: sm/import.c:228 msgid "error storing certificate\n" msgstr "fel vid lagring av certifikat\n" -#: sm/import.c:235 +#: sm/import.c:236 msgid "basic certificate checks failed - not imported\n" msgstr "enkla certifikatkontroller misslyckades - importeras inte\n" -#: sm/import.c:421 sm/import.c:453 +#: sm/import.c:422 sm/import.c:454 #, c-format msgid "error importing certificate: %s\n" msgstr "fel vid import av certifikat: %s\n" -#: sm/import.c:542 tools/gpg-connect-agent.c:384 +#: sm/import.c:543 tools/gpg-connect-agent.c:388 #, c-format msgid "error reading input: %s\n" msgstr "fel vid läsning av indata: %s\n" @@ -7371,11 +7376,11 @@ msgstr "du kanske vill starta gpg-agent först\n" msgid "keybox `%s' created\n" msgstr "nyckelskåpet \"%s\" skapat\n" -#: sm/keydb.c:1312 sm/keydb.c:1378 +#: sm/keydb.c:1312 sm/keydb.c:1380 msgid "failed to get the fingerprint\n" msgstr "misslyckades med att få fingeravtrycket\n" -#: sm/keydb.c:1319 sm/keydb.c:1385 +#: sm/keydb.c:1319 sm/keydb.c:1387 msgid "failed to allocate keyDB handle\n" msgstr "misslyckades med att allokera keyDB-hanterare\n" @@ -7394,17 +7399,17 @@ msgstr "fel vid sökning efter skrivbar keyDB: %s\n" msgid "error storing certificate: %s\n" msgstr "fel vid lagring av certifikat: %s\n" -#: sm/keydb.c:1400 +#: sm/keydb.c:1408 #, c-format msgid "problem re-searching certificate: %s\n" msgstr "problem vid ytterligare sökning efter certifikat: %s\n" -#: sm/keydb.c:1409 sm/keydb.c:1497 +#: sm/keydb.c:1417 sm/keydb.c:1509 #, c-format msgid "error getting stored flags: %s\n" msgstr "fel vid hämtning av lagrade flaggor: %s\n" -#: sm/keydb.c:1418 sm/keydb.c:1508 +#: sm/keydb.c:1429 sm/keydb.c:1520 #, c-format msgid "error storing flags: %s\n" msgstr "fel vid lagring av flaggor: %s\n" @@ -7487,31 +7492,35 @@ msgstr "Korrekt signatur från" msgid " aka" msgstr " även känd som" -#: tools/gpg-connect-agent.c:60 tools/gpgconf.c:70 tools/symcryptrun.c:186 +#: tools/gpg-connect-agent.c:61 tools/gpgconf.c:70 tools/symcryptrun.c:167 msgid "quiet" msgstr "tyst" -#: tools/gpg-connect-agent.c:61 +#: tools/gpg-connect-agent.c:62 msgid "print data out hex encoded" msgstr "skriv ut data hexkodat" -#: tools/gpg-connect-agent.c:62 +#: tools/gpg-connect-agent.c:63 +msgid "decode received data lines" +msgstr "" + +#: tools/gpg-connect-agent.c:64 msgid "|NAME|connect to Assuan socket NAME" msgstr "|NAMN|anslut till Assuan-uttaget NAMN" -#: tools/gpg-connect-agent.c:63 +#: tools/gpg-connect-agent.c:65 msgid "run the Assuan server given on the command line" msgstr "kör Assuan-servern som angivits på kommandoraden" -#: tools/gpg-connect-agent.c:65 +#: tools/gpg-connect-agent.c:67 msgid "do not use extended connect mode" msgstr "använd inte utökat anslutningsläge" -#: tools/gpg-connect-agent.c:126 +#: tools/gpg-connect-agent.c:129 msgid "Usage: gpg-connect-agent [options] (-h for help)" msgstr "Användning: gpg-connect-agent [flaggor] (-h för hjälp)" -#: tools/gpg-connect-agent.c:129 +#: tools/gpg-connect-agent.c:132 msgid "" "Syntax: gpg-connect-agent [options]\n" "Connect to a running agent and send commands\n" @@ -7519,70 +7528,70 @@ msgstr "" "Syntax: gpg-connect-agent [flaggor]\n" "Anslut till en körande agent och skicka kommandon\n" -#: tools/gpg-connect-agent.c:324 +#: tools/gpg-connect-agent.c:328 #, c-format msgid "option \"%s\" requires a program and optional arguments\n" msgstr "flaggan \"%s\" kräver ett program och valfria argument\n" -#: tools/gpg-connect-agent.c:333 +#: tools/gpg-connect-agent.c:337 #, c-format msgid "option \"%s\" ignored due to \"%s\"\n" msgstr "flaggan \"%s\" ignoreras på grund av \"%s\"\n" -#: tools/gpg-connect-agent.c:391 +#: tools/gpg-connect-agent.c:395 msgid "line too long - skipped\n" msgstr "raden är för lång - hoppades över\n" -#: tools/gpg-connect-agent.c:395 +#: tools/gpg-connect-agent.c:399 msgid "line shortened due to embedded Nul character\n" msgstr "rad nerkortad på grund av inbäddat Nul-tecken\n" -#: tools/gpg-connect-agent.c:457 +#: tools/gpg-connect-agent.c:471 #, c-format msgid "unknown command `%s'\n" msgstr "okänt kommando \"%s\"\n" -#: tools/gpg-connect-agent.c:465 +#: tools/gpg-connect-agent.c:479 #, c-format msgid "sending line failed: %s\n" msgstr "sändande rad misslyckades: %s\n" -#: tools/gpg-connect-agent.c:473 +#: tools/gpg-connect-agent.c:487 #, c-format msgid "receiving line failed: %s\n" msgstr "mottagande rad misslyckades: %s\n" -#: tools/gpg-connect-agent.c:746 +#: tools/gpg-connect-agent.c:797 #, c-format msgid "error sending %s command: %s\n" msgstr "fel vid sändning av %s-kommando: %s\n" -#: tools/gpg-connect-agent.c:755 +#: tools/gpg-connect-agent.c:806 #, c-format msgid "error sending standard options: %s\n" msgstr "fel vid sändning av standardflaggor: %s\n" #: tools/gpgconf-comp.c:445 tools/gpgconf-comp.c:525 tools/gpgconf-comp.c:592 -#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:720 +#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:723 msgid "Options controlling the diagnostic output" msgstr "Flaggor som kontrollerar diagnosutdata" #: tools/gpgconf-comp.c:458 tools/gpgconf-comp.c:538 tools/gpgconf-comp.c:605 -#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:743 +#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:746 msgid "Options controlling the configuration" msgstr "Flaggor som kontrollerar konfigurationen" #: tools/gpgconf-comp.c:468 tools/gpgconf-comp.c:563 tools/gpgconf-comp.c:612 -#: tools/gpgconf-comp.c:671 tools/gpgconf-comp.c:750 +#: tools/gpgconf-comp.c:674 tools/gpgconf-comp.c:753 msgid "Options useful for debugging" msgstr "Flaggor användbara för felsökning" #: tools/gpgconf-comp.c:473 tools/gpgconf-comp.c:568 tools/gpgconf-comp.c:617 -#: tools/gpgconf-comp.c:676 tools/gpgconf-comp.c:758 +#: tools/gpgconf-comp.c:679 tools/gpgconf-comp.c:761 msgid "|FILE|write server mode logs to FILE" msgstr "|FIL|skriv serverlägesloggar till FIL" -#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:684 +#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:687 msgid "Options controlling the security" msgstr "Flaggor som kontrollerar säkerheten" @@ -7612,31 +7621,35 @@ msgstr "Konfiguration för nyckelservrar" msgid "allow PKA lookups (DNS requests)" msgstr "tillåt PKA-uppslag (DNS-förfrågningar)" -#: tools/gpgconf-comp.c:689 +#: tools/gpgconf-comp.c:669 +msgid "|NAME|use encoding NAME for PKCS#12 passphrases" +msgstr "" + +#: tools/gpgconf-comp.c:692 msgid "do not check CRLs for root certificates" msgstr "kontrollera inte spärrlistor för rotcertifikat" -#: tools/gpgconf-comp.c:733 +#: tools/gpgconf-comp.c:736 msgid "Options controlling the format of the output" msgstr "Flaggor som kontrollerar formatet på utdata" -#: tools/gpgconf-comp.c:769 +#: tools/gpgconf-comp.c:772 msgid "Options controlling the interactivity and enforcement" msgstr "Flaggor som kontrollerar interaktivitet och framtvingande" -#: tools/gpgconf-comp.c:779 +#: tools/gpgconf-comp.c:782 msgid "Configuration for HTTP servers" msgstr "Konfiguration för HTTP-servrar" -#: tools/gpgconf-comp.c:790 +#: tools/gpgconf-comp.c:793 msgid "use system's HTTP proxy setting" msgstr "använd systemets HTTP-proxyinställningar" -#: tools/gpgconf-comp.c:795 +#: tools/gpgconf-comp.c:798 msgid "Configuration of LDAP servers to use" msgstr "Konfiguration av LDAP-servrar som ska användas" -#: tools/gpgconf-comp.c:832 +#: tools/gpgconf-comp.c:835 msgid "Configuration for OCSP" msgstr "Konfiguration för OCSP" @@ -7699,7 +7712,7 @@ msgstr "Administrationskommandon tillåts inte\n" msgid "error allocating enough memory: %s\n" msgstr "fel vid allokering av tillräckligt mycket minne: %s\n" -#: tools/symcryptrun.c:173 +#: tools/symcryptrun.c:154 msgid "" "@\n" "Commands:\n" @@ -7709,35 +7722,35 @@ msgstr "" "Kommandon:\n" " " -#: tools/symcryptrun.c:175 +#: tools/symcryptrun.c:156 msgid "decryption modus" msgstr "dekrypteringsmodus" -#: tools/symcryptrun.c:176 +#: tools/symcryptrun.c:157 msgid "encryption modus" msgstr "krypteringsmodus" -#: tools/symcryptrun.c:180 +#: tools/symcryptrun.c:161 msgid "tool class (confucius)" msgstr "verktygsklass (confucius)" -#: tools/symcryptrun.c:181 +#: tools/symcryptrun.c:162 msgid "program filename" msgstr "programfilnamn" -#: tools/symcryptrun.c:183 +#: tools/symcryptrun.c:164 msgid "secret key file (required)" msgstr "hemlig nyckelfil (krävs)" -#: tools/symcryptrun.c:184 +#: tools/symcryptrun.c:165 msgid "input file name (default stdin)" msgstr "filnamn för inmatning (standardvärde är standard in)" -#: tools/symcryptrun.c:228 +#: tools/symcryptrun.c:209 msgid "Usage: symcryptrun [options] (-h for help)" msgstr "Användning: symcryptrun [flaggor] (-h för hjälp)" -#: tools/symcryptrun.c:231 +#: tools/symcryptrun.c:212 msgid "" "Syntax: symcryptrun --class CLASS --program PROGRAM --keyfile KEYFILE " "[options...] COMMAND [inputfile]\n" @@ -7747,128 +7760,131 @@ msgstr "" "[flaggor...] KOMMANDO [inmatningsfil]\n" "Anropa ett enkelt symmetriskt krypteringsverktyg\n" -#: tools/symcryptrun.c:313 +#: tools/symcryptrun.c:294 #, c-format msgid "%s on %s aborted with status %i\n" msgstr "%s på %s avbröts med status %i\n" -#: tools/symcryptrun.c:320 +#: tools/symcryptrun.c:301 #, c-format msgid "%s on %s failed with status %i\n" msgstr "%s på %s misslyckades med status %i\n" -#: tools/symcryptrun.c:346 +#: tools/symcryptrun.c:327 #, c-format msgid "can't create temporary directory `%s': %s\n" msgstr "kan inte skapa temporärkatalogen \"%s\": %s\n" -#: tools/symcryptrun.c:386 tools/symcryptrun.c:403 +#: tools/symcryptrun.c:367 tools/symcryptrun.c:384 #, c-format msgid "could not open %s for writing: %s\n" msgstr "kunde inte öppna %s för skrivning: %s\n" -#: tools/symcryptrun.c:414 +#: tools/symcryptrun.c:395 #, c-format msgid "error writing to %s: %s\n" msgstr "fel vid skrivning till %s: %s\n" -#: tools/symcryptrun.c:421 +#: tools/symcryptrun.c:402 #, c-format msgid "error reading from %s: %s\n" msgstr "fel vid läsning från %s: %s\n" -#: tools/symcryptrun.c:428 tools/symcryptrun.c:435 +#: tools/symcryptrun.c:409 tools/symcryptrun.c:416 #, c-format msgid "error closing %s: %s\n" msgstr "fel vid stängning av %s: %s\n" -#: tools/symcryptrun.c:545 +#: tools/symcryptrun.c:526 msgid "no --program option provided\n" msgstr "flaggan --program angavs inte\n" -#: tools/symcryptrun.c:551 +#: tools/symcryptrun.c:532 msgid "only --decrypt and --encrypt are supported\n" msgstr "endast --decrypt och --encrypt stöds\n" -#: tools/symcryptrun.c:557 +#: tools/symcryptrun.c:538 msgid "no --keyfile option provided\n" msgstr "flaggan --keyfile angavs inte\n" -#: tools/symcryptrun.c:568 +#: tools/symcryptrun.c:549 msgid "cannot allocate args vector\n" msgstr "kan inte allokera argumentvektor\n" -#: tools/symcryptrun.c:586 +#: tools/symcryptrun.c:567 #, c-format msgid "could not create pipe: %s\n" msgstr "kunde inte skapa rör: %s\n" -#: tools/symcryptrun.c:593 +#: tools/symcryptrun.c:574 #, c-format msgid "could not create pty: %s\n" msgstr "kunde inte skapa pty: %s\n" -#: tools/symcryptrun.c:609 +#: tools/symcryptrun.c:590 #, c-format msgid "could not fork: %s\n" msgstr "kunde inte grena process: %s\n" -#: tools/symcryptrun.c:637 +#: tools/symcryptrun.c:618 #, c-format msgid "execv failed: %s\n" msgstr "execv misslyckades: %s\n" -#: tools/symcryptrun.c:666 +#: tools/symcryptrun.c:647 #, c-format msgid "select failed: %s\n" msgstr "val misslyckades: %s\n" -#: tools/symcryptrun.c:683 +#: tools/symcryptrun.c:664 #, c-format msgid "read failed: %s\n" msgstr "läsning misslyckades: %s\n" -#: tools/symcryptrun.c:735 +#: tools/symcryptrun.c:716 #, c-format msgid "pty read failed: %s\n" msgstr "pty-läsning misslyckades: %s\n" -#: tools/symcryptrun.c:787 +#: tools/symcryptrun.c:768 #, c-format msgid "waitpid failed: %s\n" msgstr "waitpid misslyckades: %s\n" -#: tools/symcryptrun.c:801 +#: tools/symcryptrun.c:782 #, c-format msgid "child aborted with status %i\n" msgstr "barnprocess avbröts med status %i\n" -#: tools/symcryptrun.c:856 +#: tools/symcryptrun.c:837 #, c-format msgid "cannot allocate infile string: %s\n" msgstr "kan inte allokera infilssträng: %s\n" -#: tools/symcryptrun.c:869 +#: tools/symcryptrun.c:850 #, c-format msgid "cannot allocate outfile string: %s\n" msgstr "kan inte allokera utfilssträng: %s\n" -#: tools/symcryptrun.c:1044 +#: tools/symcryptrun.c:1025 #, c-format msgid "either %s or %s must be given\n" msgstr "antingen %s eller %s måste anges\n" -#: tools/symcryptrun.c:1064 +#: tools/symcryptrun.c:1045 msgid "no class provided\n" msgstr "ingen klass tillhandahölls\n" # Skyddssammandraget låter underligt # Kontrollsumma? -#: tools/symcryptrun.c:1071 +#: tools/symcryptrun.c:1052 #, c-format msgid "class %s is not supported\n" msgstr "klassen %s stöds inte\n" +#~ msgid "DSA requires the use of a 160 bit hash algorithm\n" +#~ msgstr "DSA kräver användning av en 160-bitars hashalgoritm\n" + #~ msgid "Usage: sc-copykeys [options] (-h for help)\n" #~ msgstr "Användning: sc-copykeys [flaggor] (-h för hjälp)\n" @@ -6,7 +6,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg 1.9.94\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2007-03-08 14:20+0100\n" +"POT-Creation-Date: 2007-05-07 20:39+0200\n" "PO-Revision-Date: 2006-11-04 03:45+0200\n" "Last-Translator: Nilgün Belma Bugüner <nilgun@belgeler.gen.tr>\n" "Language-Team: Turkish <gnu-tr-u12a@lists.sourceforge.net>\n" @@ -87,8 +87,8 @@ msgstr "\"%s\" oluşturulamıyor: %s\n" #: g10/keyring.c:1534 g10/openfile.c:190 g10/openfile.c:345 #: g10/plaintext.c:504 g10/sign.c:814 g10/sign.c:1009 g10/sign.c:1125 #: g10/sign.c:1281 g10/tdbdump.c:141 g10/tdbdump.c:149 g10/tdbio.c:542 -#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1775 -#: sm/gpgsm.c:1812 sm/qualified.c:74 +#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1780 +#: sm/gpgsm.c:1817 sm/gpgsm.c:1855 sm/qualified.c:74 #, c-format msgid "can't open `%s': %s\n" msgstr "`%s' açılamıyor: %s\n" @@ -185,12 +185,12 @@ msgstr "Anahtar parolasını giriniz\n" msgid "Please enter the passphrase to%0Ato protect your new key" msgstr "Anahtarınızı korumak için Lütfen Anahtar Parolanızı giriniz%0A" -#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1216 +#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1202 msgid "Please re-enter this passphrase" msgstr "Lütfen bu anahtar parolasını tekrar girin" -#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1222 -#: tools/symcryptrun.c:487 +#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1208 +#: tools/symcryptrun.c:468 msgid "does not match - try again" msgstr "aynı değiller - tekrar deneyin" @@ -198,7 +198,7 @@ msgstr "aynı değiller - tekrar deneyin" msgid "Please enter the new passphrase" msgstr "Lütfen yeni anahtar parolasını girin" -#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:109 +#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:111 #: scd/scdaemon.c:103 msgid "" "@Options:\n" @@ -216,13 +216,13 @@ msgid "run in daemon mode (background)" msgstr "artalan süreci olarak çalışır" #: agent/gpg-agent.c:117 g10/gpg.c:470 g10/gpgv.c:71 kbx/kbxutil.c:82 -#: scd/scdaemon.c:109 sm/gpgsm.c:335 tools/gpg-connect-agent.c:59 -#: tools/gpgconf.c:69 tools/symcryptrun.c:185 +#: scd/scdaemon.c:109 sm/gpgsm.c:338 tools/gpg-connect-agent.c:60 +#: tools/gpgconf.c:69 tools/symcryptrun.c:166 msgid "verbose" msgstr "ayrıntılı" #: agent/gpg-agent.c:118 g10/gpgv.c:72 kbx/kbxutil.c:83 scd/scdaemon.c:110 -#: sm/gpgsm.c:336 +#: sm/gpgsm.c:339 msgid "be somewhat more quiet" msgstr "biraz daha sessiz olur" @@ -234,7 +234,7 @@ msgstr "sh tarzı komut çıktısı" msgid "csh-style command output" msgstr "csh tarzı komut çıktısı" -#: agent/gpg-agent.c:121 tools/symcryptrun.c:188 +#: agent/gpg-agent.c:121 tools/symcryptrun.c:169 msgid "|FILE|read options from FILE" msgstr "|DOSYA|seçenekler DOSYAdan okunur" @@ -246,8 +246,8 @@ msgstr "konsoldan kopulmaz" msgid "do not grab keyboard and mouse" msgstr "klavye ve fare gaspedilmez" -#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:338 -#: tools/symcryptrun.c:187 +#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:341 +#: tools/symcryptrun.c:168 msgid "use a log file for the server" msgstr "sunucu için bir günlük dosyası kullanılır" @@ -299,9 +299,9 @@ msgstr "ssh-agent öykünümü etkinleşir" msgid "|FILE|write environment settings also to FILE" msgstr "|DOSYA|ortam ayarlarını ayrıca DOSYAya da yazar" -#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:143 -#: scd/scdaemon.c:192 sm/gpgsm.c:517 tools/gpg-connect-agent.c:123 -#: tools/gpgconf.c:91 tools/symcryptrun.c:225 +#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:148 +#: scd/scdaemon.c:192 sm/gpgsm.c:521 tools/gpg-connect-agent.c:126 +#: tools/gpgconf.c:91 tools/symcryptrun.c:206 msgid "Please report bugs to <" msgstr "Yazılım hatalarını lütfen <" @@ -317,137 +317,126 @@ msgstr "" "Sözdizimi: gpg-agent [seçenekler] [komut [arg ...]]\n" "GnuPG için gizli anahtar yönetimi\n" -#: agent/gpg-agent.c:311 -#, c-format -msgid "out of core in secure memory while allocating %lu bytes" -msgstr "%lu bayt ayrılırken güvenli bellekte nüve dışına çıkıldı" - -#: agent/gpg-agent.c:314 -#, c-format -msgid "out of core while allocating %lu bytes" -msgstr "%lu bayt ayrılırken nüve dışına çıkıldı" - -#: agent/gpg-agent.c:345 g10/gpg.c:931 scd/scdaemon.c:266 sm/gpgsm.c:646 +#: agent/gpg-agent.c:303 g10/gpg.c:931 scd/scdaemon.c:247 sm/gpgsm.c:650 #, c-format msgid "invalid debug-level `%s' given\n" msgstr "belirtilen hata seviyesi `%s' geçersiz\n" -#: agent/gpg-agent.c:521 agent/protect-tool.c:1073 g10/gpg.c:1835 -#: kbx/kbxutil.c:432 scd/scdaemon.c:358 sm/gpgsm.c:768 -#: tools/symcryptrun.c:1056 -#, c-format -msgid "libgcrypt is too old (need %s, have %s)\n" -msgstr "libgcrypt çok eski (%s lazım, sizinki %s)\n" +#: agent/gpg-agent.c:479 agent/protect-tool.c:1059 kbx/kbxutil.c:432 +#: scd/scdaemon.c:339 sm/gpgsm.c:771 sm/gpgsm.c:774 tools/symcryptrun.c:1037 +#, fuzzy, c-format +msgid "%s is too old (need %s, have %s)\n" +msgstr "libksba çok eski (gereken %s, sizinki %s)\n" -#: agent/gpg-agent.c:615 g10/gpg.c:2035 scd/scdaemon.c:435 sm/gpgsm.c:865 +#: agent/gpg-agent.c:572 g10/gpg.c:2035 scd/scdaemon.c:415 sm/gpgsm.c:865 #, c-format msgid "NOTE: no default option file `%s'\n" msgstr "BİLGİ: \"%s\" öntanımlı seçenek dosyası yok\n" -#: agent/gpg-agent.c:620 agent/gpg-agent.c:1179 g10/gpg.c:2039 -#: scd/scdaemon.c:440 sm/gpgsm.c:869 tools/symcryptrun.c:989 +#: agent/gpg-agent.c:577 agent/gpg-agent.c:1136 g10/gpg.c:2039 +#: scd/scdaemon.c:420 sm/gpgsm.c:869 tools/symcryptrun.c:970 #, c-format msgid "option file `%s': %s\n" msgstr "seçenek dosyası \"%s\": %s\n" -#: agent/gpg-agent.c:628 g10/gpg.c:2046 scd/scdaemon.c:448 sm/gpgsm.c:876 +#: agent/gpg-agent.c:585 g10/gpg.c:2046 scd/scdaemon.c:428 sm/gpgsm.c:876 #, c-format msgid "reading options from `%s'\n" msgstr "\"%s\"den seçenekler okunuyor\n" -#: agent/gpg-agent.c:949 g10/plaintext.c:142 g10/plaintext.c:147 +#: agent/gpg-agent.c:906 g10/plaintext.c:142 g10/plaintext.c:147 #: g10/plaintext.c:164 #, c-format msgid "error creating `%s': %s\n" msgstr "`%s' oluşturulurken hata: %s\n" -#: agent/gpg-agent.c:1239 agent/gpg-agent.c:1342 agent/gpg-agent.c:1346 -#: agent/gpg-agent.c:1382 agent/gpg-agent.c:1386 g10/exec.c:174 -#: g10/openfile.c:418 scd/scdaemon.c:934 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:1299 agent/gpg-agent.c:1303 +#: agent/gpg-agent.c:1339 agent/gpg-agent.c:1343 g10/exec.c:174 +#: g10/openfile.c:418 scd/scdaemon.c:914 #, c-format msgid "can't create directory `%s': %s\n" msgstr "`%s' dizini oluşturulamıyor: %s\n" -#: agent/gpg-agent.c:1253 scd/scdaemon.c:948 +#: agent/gpg-agent.c:1210 scd/scdaemon.c:928 msgid "name of socket too long\n" msgstr "soketin ismi çok uzun\n" -#: agent/gpg-agent.c:1279 scd/scdaemon.c:974 +#: agent/gpg-agent.c:1236 scd/scdaemon.c:954 #, c-format msgid "can't create socket: %s\n" msgstr "soket oluşturulamıyor: %s\n" -#: agent/gpg-agent.c:1308 scd/scdaemon.c:1003 +#: agent/gpg-agent.c:1265 scd/scdaemon.c:983 #, c-format msgid "error binding socket to `%s': %s\n" msgstr "soket `%s'e bağlanırken hata: %s\n" -#: agent/gpg-agent.c:1316 scd/scdaemon.c:1011 +#: agent/gpg-agent.c:1273 scd/scdaemon.c:991 #, c-format msgid "listen() failed: %s\n" msgstr "soket dinleme başarısız: %s\n" -#: agent/gpg-agent.c:1322 scd/scdaemon.c:1017 +#: agent/gpg-agent.c:1279 scd/scdaemon.c:997 #, c-format msgid "listening on socket `%s'\n" msgstr "`%s' soketi dinlemede\n" -#: agent/gpg-agent.c:1350 agent/gpg-agent.c:1392 g10/openfile.c:421 +#: agent/gpg-agent.c:1307 agent/gpg-agent.c:1349 g10/openfile.c:421 #, c-format msgid "directory `%s' created\n" msgstr "dizin `%s' oluşturuldu\n" -#: agent/gpg-agent.c:1398 +#: agent/gpg-agent.c:1355 #, c-format msgid "stat() failed for `%s': %s\n" msgstr "%s için stat() başarısız oldu: %s\n" -#: agent/gpg-agent.c:1402 +#: agent/gpg-agent.c:1359 #, c-format msgid "can't use `%s' as home directory\n" msgstr "`%s' ev dizini olarak kullanılamıyor\n" -#: agent/gpg-agent.c:1504 +#: agent/gpg-agent.c:1461 #, 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:1509 +#: agent/gpg-agent.c:1466 #, 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:1526 +#: agent/gpg-agent.c:1483 #, 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:1531 +#: agent/gpg-agent.c:1488 #, 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:1627 scd/scdaemon.c:1136 +#: agent/gpg-agent.c:1584 scd/scdaemon.c:1116 #, c-format msgid "pth_select failed: %s - waiting 1s\n" msgstr "pth_select başarısız: %s - 1s bekliyor\n" -#: agent/gpg-agent.c:1733 scd/scdaemon.c:1203 +#: agent/gpg-agent.c:1690 scd/scdaemon.c:1183 #, c-format msgid "%s %s stopped\n" msgstr "%s %s durdu\n" -#: agent/gpg-agent.c:1754 +#: agent/gpg-agent.c:1711 msgid "no gpg-agent running in this session\n" msgstr "bu oturumda çalışan gpg-agent yok\n" -#: agent/gpg-agent.c:1764 common/simple-pwquery.c:324 g10/call-agent.c:137 -#: sm/call-agent.c:144 tools/gpg-connect-agent.c:713 +#: agent/gpg-agent.c:1721 common/simple-pwquery.c:324 g10/call-agent.c:137 +#: sm/call-agent.c:144 tools/gpg-connect-agent.c:764 msgid "malformed GPG_AGENT_INFO environment variable\n" msgstr "GPG_AGENT_INFO çevre değişkeni hatalı\n" -#: agent/gpg-agent.c:1776 common/simple-pwquery.c:336 g10/call-agent.c:149 -#: sm/call-agent.c:156 tools/gpg-connect-agent.c:724 +#: agent/gpg-agent.c:1733 common/simple-pwquery.c:336 g10/call-agent.c:149 +#: sm/call-agent.c:156 tools/gpg-connect-agent.c:775 #, c-format msgid "gpg-agent protocol version %d is not supported\n" msgstr "gpg-agent protokolü sürüm %d desteklenmiyor\n" @@ -465,11 +454,11 @@ msgstr "" "Sözdizimi: gpg-preset-passphrase [seçenekler] ANHMAŞASI\n" "Parola arabelleği bakımcısı\n" -#: agent/protect-tool.c:146 +#: agent/protect-tool.c:151 msgid "Usage: gpg-protect-tool [options] (-h for help)\n" msgstr "Kullanımı: gpg-protect-tool [seçenekler] (yardım için -h)\n" -#: agent/protect-tool.c:148 +#: agent/protect-tool.c:153 msgid "" "Syntax: gpg-protect-tool [options] [args]\n" "Secret key maintenance tool\n" @@ -477,16 +466,16 @@ msgstr "" "Sözdizimi: gpg-protect-tool [seçenekler] [arg ...]\n" "Gizli anahtar bakım aracı\n" -#: agent/protect-tool.c:1207 +#: agent/protect-tool.c:1193 msgid "Please enter the passphrase to unprotect the PKCS#12 object." msgstr "" "PKCS#12 nesnesinin korumasını aşmak için lütfen anahtar parolasını giriniz." -#: agent/protect-tool.c:1210 +#: agent/protect-tool.c:1196 msgid "Please enter the passphrase to protect the new PKCS#12 object." msgstr "PKCS#12 nesnesini korumak için lütfen anahtar parolasını giriniz." -#: agent/protect-tool.c:1213 +#: agent/protect-tool.c:1199 msgid "" "Please enter the passphrase to protect the imported object within the GnuPG " "system." @@ -494,7 +483,7 @@ msgstr "" "Lütfen GnuPG sistemine ithal edilen nesneyi koruyacak anahtar parolasını " "giriniz." -#: agent/protect-tool.c:1218 +#: agent/protect-tool.c:1204 msgid "" "Please enter the passphrase or the PIN\n" "needed to complete this operation." @@ -502,16 +491,16 @@ msgstr "" "Lütfen bu işlemi tamamlamak için gereken\n" "PIN'i veya anahtar parolasını giriniz." -#: agent/protect-tool.c:1223 tools/symcryptrun.c:488 +#: agent/protect-tool.c:1209 tools/symcryptrun.c:469 msgid "Passphrase:" msgstr "Anahtar Parolası:" -#: agent/protect-tool.c:1236 tools/symcryptrun.c:501 +#: agent/protect-tool.c:1222 tools/symcryptrun.c:482 #, c-format msgid "error while asking for the passphrase: %s\n" msgstr "anahtar parolası sorulurken hata: %s\n" -#: agent/protect-tool.c:1239 tools/symcryptrun.c:505 +#: agent/protect-tool.c:1225 tools/symcryptrun.c:486 msgid "cancelled\n" msgstr "iptal edildi\n" @@ -550,7 +539,7 @@ msgstr "`%s', %d. satırda anahtar bayrağı geçersiz\n" msgid "error reading `%s', line %d: %s\n" msgstr "`%s' okunurken %d. satırda hata: %s\n" -#: agent/trustlist.c:355 agent/trustlist.c:394 +#: agent/trustlist.c:365 agent/trustlist.c:404 msgid "error reading list of trusted root certificates\n" msgstr "güvenilir kök sertifika listesinin okunmasında hata\n" @@ -563,7 +552,7 @@ msgstr "güvenilir kök sertifika listesinin okunmasında hata\n" #. second "%s" gets replaced by a hexdecimal #. fingerprint string whereas the first one receives #. the name as store in the certificate. -#: agent/trustlist.c:470 +#: agent/trustlist.c:480 #, c-format msgid "" "Please verify that the certificate identified as:%%0A \"%s\"%%0Ahas the " @@ -575,7 +564,7 @@ msgstr "" #. TRANSLATORS: "Correct" is the label of a button and intended to #. be hit if the fingerprint matches the one of the CA. The other #. button is "the default "Cancel" of the Pinentry. -#: agent/trustlist.c:479 +#: agent/trustlist.c:489 msgid "Correct" msgstr "Doğru" @@ -587,7 +576,7 @@ msgstr "Doğru" #. plain % sign, you need to encode it as "%%25". The #. "%s" gets replaced by the name as store in the #. certificate. -#: agent/trustlist.c:499 +#: agent/trustlist.c:509 #, c-format msgid "" "Do you ultimately trust%%0A \"%s\"%%0Ato correctly certify user " @@ -596,11 +585,11 @@ msgstr "" "Kullanıcı sertifikalarının%%0A \"%s\"%%0Aile doğru olarak onaylanacağından " "son derece emin misiniz?" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 msgid "Yes" msgstr "Evet" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 msgid "No" msgstr "Hayır" @@ -644,12 +633,12 @@ msgstr "`%s' çalıştırılırken hata: muhtemelen kurulu değil\n" msgid "error running `%s': terminated\n" msgstr "`%s' çalışırken hata: sonlandırıldı\n" -#: common/http.c:1623 +#: common/http.c:1621 #, c-format msgid "error creating socket: %s\n" msgstr "soket oluşturulurken hata: %s\n" -#: common/http.c:1667 +#: common/http.c:1665 msgid "host not found" msgstr "konak yok" @@ -738,6 +727,16 @@ msgstr "tT" msgid "cC" msgstr "iİ" +#: common/miscellaneous.c:73 +#, c-format +msgid "out of core in secure memory while allocating %lu bytes" +msgstr "%lu bayt ayrılırken güvenli bellekte nüve dışına çıkıldı" + +#: common/miscellaneous.c:76 +#, c-format +msgid "out of core while allocating %lu bytes" +msgstr "%lu bayt ayrılırken nüve dışına çıkıldı" + #: g10/armor.c:368 #, c-format msgid "armor: %s\n" @@ -1142,13 +1141,13 @@ msgstr "--output seçeneği bu komutla çalışmaz\n" msgid "can't open `%s'\n" msgstr "`%s' açılamadı\n" -#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1714 +#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1721 #: g10/revoke.c:228 #, c-format msgid "key \"%s\" not found: %s\n" msgstr "anahtar \"%s\" yok: %s\n" -#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1728 +#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1735 #: g10/revoke.c:234 g10/revoke.c:479 #, c-format msgid "error reading keyblock: %s\n" @@ -1420,23 +1419,23 @@ msgid "Invalid key %s made valid by --allow-non-selfsigned-uid\n" msgstr "" "Geçersiz %s anahtarı --allow-non-selfsigned-uid kullanılarak geçerli oldu\n" -#: g10/getkey.c:2390 g10/keyedit.c:3723 +#: g10/getkey.c:2393 g10/keyedit.c:3723 #, c-format msgid "no secret subkey for public subkey %s - ignoring\n" msgstr "" "yardımcı genel anahtar %s için gizli yardımcı anahtar yok - yoksayılıyor\n" -#: g10/getkey.c:2621 +#: g10/getkey.c:2624 #, c-format 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:2668 +#: g10/getkey.c:2671 #, c-format msgid "key %s: secret key without public key - skipped\n" msgstr "anahtar %s: genel anahtarsız gizli anahtar - atlandı\n" -#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:241 tools/gpgconf.c:56 +#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:242 tools/gpgconf.c:56 msgid "" "@Commands:\n" " " @@ -1452,27 +1451,27 @@ msgstr "|[dosya]|bir imza yapar" msgid "|[file]|make a clear text signature" msgstr "|[dosya]|açıkça okunabilen bir imza yapar" -#: g10/gpg.c:373 sm/gpgsm.c:245 +#: g10/gpg.c:373 sm/gpgsm.c:246 msgid "make a detached signature" msgstr "bağımsız bir imza yapar" -#: g10/gpg.c:374 sm/gpgsm.c:246 +#: g10/gpg.c:374 sm/gpgsm.c:247 msgid "encrypt data" msgstr "veriyi şifreler" -#: g10/gpg.c:376 sm/gpgsm.c:247 +#: g10/gpg.c:376 sm/gpgsm.c:248 msgid "encryption only with symmetric cipher" msgstr "sadece simetrik şifre ile şifreler" -#: g10/gpg.c:378 sm/gpgsm.c:248 +#: g10/gpg.c:378 sm/gpgsm.c:249 msgid "decrypt data (default)" msgstr "veri şifresini açar (öntanımlı)" -#: g10/gpg.c:380 sm/gpgsm.c:249 +#: g10/gpg.c:380 sm/gpgsm.c:250 msgid "verify a signature" msgstr "bir imzayı doğrular" -#: g10/gpg.c:382 sm/gpgsm.c:251 +#: g10/gpg.c:382 sm/gpgsm.c:252 msgid "list keys" msgstr "anahtarları listeler" @@ -1484,11 +1483,11 @@ msgstr "anahtarları ve imzaları listeler" msgid "list and check key signatures" msgstr "anahtar imzalarını listeler ve sınar" -#: g10/gpg.c:386 sm/gpgsm.c:255 +#: g10/gpg.c:386 sm/gpgsm.c:256 msgid "list keys and fingerprints" msgstr "anahtarları ve parmak izlerini listeler" -#: g10/gpg.c:387 sm/gpgsm.c:253 +#: g10/gpg.c:387 sm/gpgsm.c:254 msgid "list secret keys" msgstr "gizli anahtarları listeler" @@ -1524,11 +1523,11 @@ msgstr "bir yürürlükten kaldırma sertifikası üretir" msgid "export keys" msgstr "anahtarları gönderir" -#: g10/gpg.c:398 sm/gpgsm.c:258 +#: g10/gpg.c:398 sm/gpgsm.c:259 msgid "export keys to a key server" msgstr "anahtarları bir anahtar sunucusuna gönderir" -#: g10/gpg.c:399 sm/gpgsm.c:259 +#: g10/gpg.c:399 sm/gpgsm.c:260 msgid "import keys from a key server" msgstr "anahtarları bir anahtar sunucusundan indirir" @@ -1564,12 +1563,12 @@ msgstr "güvence veritabanını günceller" msgid "|algo [files]|print message digests" msgstr "|algo [dosyalar]|ileti özümlemelerini gösterir" -#: g10/gpg.c:431 sm/gpgsm.c:263 +#: g10/gpg.c:431 sm/gpgsm.c:264 msgid "run in server mode" msgstr "sunucu kipinde çalışır" -#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:278 -#: tools/gpg-connect-agent.c:57 tools/gpgconf.c:66 tools/symcryptrun.c:178 +#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:279 +#: tools/gpg-connect-agent.c:58 tools/gpgconf.c:66 tools/symcryptrun.c:159 msgid "" "@\n" "Options:\n" @@ -1579,31 +1578,31 @@ msgstr "" "Seçenekler:\n" " " -#: g10/gpg.c:435 sm/gpgsm.c:280 +#: g10/gpg.c:435 sm/gpgsm.c:281 msgid "create ascii armored output" msgstr "ascii zırhlı çıktı oluşturur" -#: g10/gpg.c:437 sm/gpgsm.c:290 +#: g10/gpg.c:437 sm/gpgsm.c:293 msgid "|NAME|encrypt for NAME" msgstr "|İSİM|İSİM için şifreleme yapar" -#: g10/gpg.c:448 sm/gpgsm.c:326 +#: g10/gpg.c:448 sm/gpgsm.c:329 msgid "use this user-id to sign or decrypt" msgstr "imzalamak ya da şifre çözmek için bu kullanıcı kimliği kullanılır" -#: g10/gpg.c:449 sm/gpgsm.c:329 +#: g10/gpg.c:449 sm/gpgsm.c:332 msgid "|N|set compress level N (0 disables)" msgstr "|N|sıkıştırma seviyesi N olarak ayarlanır (0 ise sıkıştırma yapılmaz)" -#: g10/gpg.c:454 sm/gpgsm.c:331 +#: g10/gpg.c:454 sm/gpgsm.c:334 msgid "use canonical text mode" msgstr "kurallı metin kipini kullanır" -#: g10/gpg.c:468 sm/gpgsm.c:334 tools/gpgconf.c:68 +#: g10/gpg.c:468 sm/gpgsm.c:337 tools/gpgconf.c:68 msgid "use as output file" msgstr "çıktı dosyası olarak kullanılır" -#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:344 tools/gpgconf.c:71 +#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:347 tools/gpgconf.c:71 msgid "do not make any changes" msgstr "hiçbir değişiklik yapmaz" @@ -1619,7 +1618,7 @@ msgstr "kesin OpenPGP davranışı etkin olur" msgid "generate PGP 2.x compatible messages" msgstr "PGP 2.x uyumlu iletiler üretilir" -#: g10/gpg.c:554 sm/gpgsm.c:392 +#: g10/gpg.c:554 sm/gpgsm.c:395 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -1627,7 +1626,7 @@ msgstr "" "@\n" "(Tüm komut ve seçeneklerin komple listesi için man sayfalarına bakın)\n" -#: g10/gpg.c:557 sm/gpgsm.c:395 +#: g10/gpg.c:557 sm/gpgsm.c:398 msgid "" "@\n" "Examples:\n" @@ -1667,7 +1666,7 @@ msgstr "" "imzalama, kontrol, şifreleme veya çözme\n" "öntanımlı işlem girilen veriye bağımlıdır\n" -#: g10/gpg.c:782 sm/gpgsm.c:530 +#: g10/gpg.c:782 sm/gpgsm.c:534 msgid "" "\n" "Supported algorithms:\n" @@ -1695,7 +1694,7 @@ msgstr "Sıkıştırma: " msgid "usage: gpg [options] " msgstr "kullanımı: gpg [seçenekler] " -#: g10/gpg.c:1060 sm/gpgsm.c:682 +#: g10/gpg.c:1060 sm/gpgsm.c:686 msgid "conflicting commands\n" msgstr "çelişen komutlar\n" @@ -1820,6 +1819,11 @@ msgstr "anahtar listelerinde anahtarlık ismini gösterir" msgid "show expiration dates during signature listings" msgstr "imza listelemesi sırasında zamanaşımı tarihleri gösterilir" +#: g10/gpg.c:1835 +#, c-format +msgid "libgcrypt is too old (need %s, have %s)\n" +msgstr "libgcrypt çok eski (%s lazım, sizinki %s)\n" + #: g10/gpg.c:1993 #, c-format msgid "NOTE: old default options file `%s' ignored\n" @@ -1959,7 +1963,7 @@ msgstr "%s:%d: özdevinimli anahtar konumlama listesi geçersiz\n" msgid "invalid auto-key-locate list\n" msgstr "özdevinimli anahtar konumlama listesi geçersiz\n" -#: g10/gpg.c:2893 sm/gpgsm.c:1232 +#: g10/gpg.c:2893 sm/gpgsm.c:1236 msgid "WARNING: program may create a core file!\n" msgstr "UYARI: program bir \"core\" dosyası oluşturabilir!\n" @@ -1999,11 +2003,11 @@ msgstr "--pgp2 ile çalışırken veri yolu yerine dosyaları kullanmalısınız msgid "encrypting a message in --pgp2 mode requires the IDEA cipher\n" msgstr "--pgp2 kipinde ileti şifrelemesi IDEA şifresi gerektirir\n" -#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1288 +#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1292 msgid "selected cipher algorithm is invalid\n" msgstr "seçilen şifre algoritması geçersiz\n" -#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1296 +#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1300 msgid "selected digest algorithm is invalid\n" msgstr "seçilen özümleme algoritması geçersiz\n" @@ -2232,7 +2236,7 @@ msgstr "anahtarlar bu anahtarlıktan alınır" msgid "make timestamp conflicts only a warning" msgstr "zaman damgası çelişkilerini uyarı olarak bildirir" -#: g10/gpgv.c:76 sm/gpgsm.c:367 +#: g10/gpgv.c:76 sm/gpgsm.c:370 msgid "|FD|write status info to this FD" msgstr "|FD|durum bilgisini bu FD'ye yazar" @@ -3768,7 +3772,7 @@ msgid "(sensitive)" msgstr "(duyarlı)" #: g10/keyedit.c:2743 g10/keyedit.c:2799 g10/keyedit.c:2860 g10/keyedit.c:2875 -#: g10/keylist.c:194 g10/keyserver.c:516 +#: g10/keylist.c:194 g10/keyserver.c:523 #, c-format msgid "created: %s" msgstr "oluşturuldu: %s" @@ -3785,7 +3789,7 @@ msgstr "son kullanma tarihi: %s" #: g10/keyedit.c:2750 g10/keyedit.c:2801 g10/keyedit.c:2862 g10/keyedit.c:2877 #: g10/keylist.c:196 g10/keylist.c:748 g10/keylist.c:783 g10/keylist.c:877 -#: g10/keylist.c:898 g10/keyserver.c:522 g10/mainproc.c:985 +#: g10/keylist.c:898 g10/keyserver.c:529 g10/mainproc.c:985 #, c-format msgid "expires: %s" msgstr "son kullanma tarihi: %s" @@ -3821,12 +3825,12 @@ msgstr "" "Gösterilen anahtarın, uygulamayı yeniden başlatıncaya kadar, gerekli\n" "doğrulukta olmayacağını lütfen gözönüne alınız.\n" -#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:526 +#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:533 #: g10/mainproc.c:1831 g10/trustdb.c:1179 g10/trustdb.c:1699 msgid "revoked" msgstr "yürürlükten kaldırıldı" -#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:530 +#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:537 #: g10/mainproc.c:1833 g10/trustdb.c:532 g10/trustdb.c:1701 msgid "expired" msgstr "zamanaşımına uğradı" @@ -4702,178 +4706,178 @@ msgstr "%lu anahtar arabelleklendi (%lu imza)\n" msgid "%s: keyring created\n" msgstr "%s: anahtarlık oluşturuldu\n" -#: g10/keyserver.c:66 +#: g10/keyserver.c:73 msgid "include revoked keys in search results" msgstr "yürürlükten kaldırılan anahtarlar arama sonuçlarına dahil edilir" -#: g10/keyserver.c:67 +#: g10/keyserver.c:74 msgid "include subkeys when searching by key ID" msgstr "" "anahtar kimliğine göre arama yapılırken yardımcı anahtarlar dahil edilir" -#: g10/keyserver.c:69 +#: g10/keyserver.c:76 msgid "use temporary files to pass data to keyserver helpers" msgstr "" "anahtar sunucusu yardımcılarına veri aktaracak geçici dosyalar kullanılır" -#: g10/keyserver.c:71 +#: g10/keyserver.c:78 msgid "do not delete temporary files after using them" msgstr "geçici dosyaları kullandıktan sonra silmez" -#: g10/keyserver.c:75 +#: g10/keyserver.c:82 msgid "automatically retrieve keys when verifying signatures" msgstr "imzaları doğrularken anahtarları özdevinimli olarak alır" -#: g10/keyserver.c:77 +#: g10/keyserver.c:84 msgid "honor the preferred keyserver URL set on the key" msgstr "tercihli anahtar sunucusunun adresini adrese atar" -#: g10/keyserver.c:79 +#: g10/keyserver.c:86 msgid "honor the PKA record set on a key when retrieving keys" msgstr "anahtarları alırken PKA kaydını bir anahtara atar" -#: g10/keyserver.c:145 +#: g10/keyserver.c:152 #, c-format msgid "WARNING: keyserver option `%s' is not used on this platform\n" msgstr "UYARI: anahtar sunucusu seçeneği `%s' bu platformda kullanımda değil\n" -#: g10/keyserver.c:528 +#: g10/keyserver.c:535 msgid "disabled" msgstr "iptal edildi" -#: g10/keyserver.c:729 +#: g10/keyserver.c:736 msgid "Enter number(s), N)ext, or Q)uit > " msgstr "Sayıyı/sayıları girin veya S)onraki ya da Ç)ık >" -#: g10/keyserver.c:813 g10/keyserver.c:1435 +#: g10/keyserver.c:820 g10/keyserver.c:1442 #, c-format msgid "invalid keyserver protocol (us %d!=handler %d)\n" msgstr "anahtar sunucu protokolü geçersiz (bizimki %d!=eylemci %d)\n" -#: g10/keyserver.c:911 +#: g10/keyserver.c:918 #, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "anahtar \"%s\" anahtar sunucusunda yok\n" -#: g10/keyserver.c:913 +#: g10/keyserver.c:920 msgid "key not found on keyserver\n" msgstr "anahtar, anahtar sunucusunda yok\n" -#: g10/keyserver.c:1154 +#: g10/keyserver.c:1161 #, 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:1158 +#: g10/keyserver.c:1165 #, c-format msgid "requesting key %s from %s\n" msgstr "%s anahtarı %s adresinden isteniyor\n" -#: g10/keyserver.c:1182 +#: g10/keyserver.c:1189 #, c-format msgid "searching for names from %s server %s\n" msgstr "%2$s sunucusunda %1$s içindeki isimler aranıyor\n" -#: g10/keyserver.c:1185 +#: g10/keyserver.c:1192 #, c-format msgid "searching for names from %s\n" msgstr "%s içindeki isimler aranıyor\n" -#: g10/keyserver.c:1338 +#: g10/keyserver.c:1345 #, c-format msgid "sending key %s to %s server %s\n" msgstr "anahtar %1$s, %3$s sunucusunun %2$s adresine gönderiliyor\n" -#: g10/keyserver.c:1342 +#: g10/keyserver.c:1349 #, c-format msgid "sending key %s to %s\n" msgstr "%s anahtarı %s adresine gönderiliyor\n" -#: g10/keyserver.c:1385 +#: g10/keyserver.c:1392 #, c-format msgid "searching for \"%s\" from %s server %s\n" msgstr "%3$s sunucusunun %2$s adresinde \"%1$s\" aranıyor\n" -#: g10/keyserver.c:1388 +#: g10/keyserver.c:1395 #, c-format msgid "searching for \"%s\" from %s\n" msgstr "%2$s adresinde \"%1$s\" aranıyor\n" -#: g10/keyserver.c:1395 g10/keyserver.c:1491 +#: g10/keyserver.c:1402 g10/keyserver.c:1498 msgid "no keyserver action!\n" msgstr "bir anahtar sunucusu eylemi yok!\n" -#: g10/keyserver.c:1443 +#: g10/keyserver.c:1450 #, c-format msgid "WARNING: keyserver handler from a different version of GnuPG (%s)\n" msgstr "UYARI: GnuPG'nin başka bir sürümünün anahtar sunucusu eylemcisi (%s)\n" -#: g10/keyserver.c:1452 +#: g10/keyserver.c:1459 msgid "keyserver did not send VERSION\n" msgstr "anahtar sunucusu VERSION göndermiyor\n" -#: g10/keyserver.c:1514 g10/keyserver.c:2042 +#: g10/keyserver.c:1521 g10/keyserver.c:2049 msgid "no keyserver known (use option --keyserver)\n" msgstr "bilinen bir anahtar sunucusu yok (--keyserver seçeneğini kullanın)\n" -#: g10/keyserver.c:1520 +#: g10/keyserver.c:1527 msgid "external keyserver calls are not supported in this build\n" msgstr "harici anahtar sunucusu çağrıları bu kurulumda desteklenmiyor\n" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1539 #, c-format msgid "no handler for keyserver scheme `%s'\n" msgstr "`%s' anahtar sunucusu şeması için eylemci yok\n" -#: g10/keyserver.c:1537 +#: g10/keyserver.c:1544 #, c-format msgid "action `%s' not supported with keyserver scheme `%s'\n" msgstr "`%s' eylemi `%s' anahtar sunucusu şeması ile desteklenmiyor\n" -#: g10/keyserver.c:1545 +#: g10/keyserver.c:1552 #, c-format msgid "%s does not support handler version %d\n" msgstr "%s %d sürümü eylemciyi desteklemiyor\n" -#: g10/keyserver.c:1552 +#: g10/keyserver.c:1559 msgid "keyserver timed out\n" msgstr "anahtar sunucusu zamanaşımına uğradı\n" -#: g10/keyserver.c:1557 +#: g10/keyserver.c:1564 msgid "keyserver internal error\n" msgstr "anahtar sunucusu iç hatası\n" -#: g10/keyserver.c:1566 +#: g10/keyserver.c:1573 #, c-format msgid "keyserver communications error: %s\n" msgstr "anahtar sunucusuyla iletişim hatası: %s\n" -#: g10/keyserver.c:1591 g10/keyserver.c:1625 +#: g10/keyserver.c:1598 g10/keyserver.c:1632 #, c-format msgid "\"%s\" not a key ID: skipping\n" msgstr "\"%s\" bir anahtar kimliği değil: atlanıyor\n" -#: g10/keyserver.c:1884 +#: g10/keyserver.c:1891 #, 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:1906 +#: g10/keyserver.c:1913 #, c-format msgid "refreshing 1 key from %s\n" msgstr "1 anahtar %s adresinden tazeleniyor\n" -#: g10/keyserver.c:1908 +#: g10/keyserver.c:1915 #, c-format msgid "refreshing %d keys from %s\n" msgstr "%d anahtar %s adresinden tazeleniyor\n" -#: g10/keyserver.c:1964 +#: g10/keyserver.c:1971 #, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "UYARI: Betimleyici %s alınamıyor: %s\n" -#: g10/keyserver.c:1970 +#: g10/keyserver.c:1977 #, c-format msgid "WARNING: unable to parse URI %s\n" msgstr "UYARI: Betimleyici %s çözümlenemiyor\n" @@ -5219,16 +5223,16 @@ msgid "WARNING: options in `%s' are not yet active during this run\n" msgstr "" "UYARI: `%s' deki seçenekler bu çalıştırma sırasında henüz etkin değil\n" -#: g10/parse-packet.c:192 +#: g10/parse-packet.c:193 #, c-format msgid "can't handle public key algorithm %d\n" msgstr "%d genel anahtar algoritması kullanılamadı\n" -#: g10/parse-packet.c:762 +#: g10/parse-packet.c:798 msgid "WARNING: potentially insecure symmetrically encrypted session key\n" msgstr "UYARI: simetrik şifreli oturum anahtarı potansiyel olarak güvensiz\n" -#: g10/parse-packet.c:1213 +#: g10/parse-packet.c:1249 #, c-format msgid "subpacket of type %d has critical bit set\n" msgstr "%d tipi alt paket kritik bit kümesine sahip\n" @@ -5838,7 +5842,7 @@ msgstr "" "simetrik şifre için zayıf anahtarın önlenmesi mümkün olamadı: %d kere " "denendi!\n" -#: g10/seskey.c:229 +#: g10/seskey.c:229 sm/certcheck.c:91 msgid "DSA requires the hash length to be a multiple of 8 bits\n" msgstr "DSA sekizin katlarında bir çittirim uzunluğu gerektirir\n" @@ -6404,7 +6408,7 @@ msgstr "`%s' > `%s' dönüşümü elverişli değil\n" msgid "iconv_open failed: %s\n" msgstr "iconv_open başarısız: %s\n" -#: jnlib/utf8conv.c:331 jnlib/utf8conv.c:597 +#: jnlib/utf8conv.c:338 jnlib/utf8conv.c:604 #, c-format msgid "conversion from `%s' to `%s' failed: %s\n" msgstr "`%s' > `%s' dönüşümü başarısız: %s\n" @@ -6626,7 +6630,7 @@ msgstr "%s erişilebilir değil - OpenPGP kartı geçersiz olabilir mi?\n" msgid "run in multi server mode (foreground)" msgstr "çoklu sunucu kipinde çalışır (önalanda)" -#: scd/scdaemon.c:113 sm/gpgsm.c:356 +#: scd/scdaemon.c:113 sm/gpgsm.c:359 msgid "read options from file" msgstr "seçenekler dosyadan okunur" @@ -6666,23 +6670,23 @@ msgstr "" "Sözdizimi: scdaemon [seçenekler] [komut [arg ...]]\n" "GnuPG için akıllı kart artalan süreci\n" -#: scd/scdaemon.c:684 +#: scd/scdaemon.c:664 msgid "please use the option `--daemon' to run the program in the background\n" msgstr "" "Programı artalanda çalışır bırakmak için lütfen `--daemon' seçeneğini " "kullanın\n" -#: scd/scdaemon.c:1032 +#: scd/scdaemon.c:1012 #, c-format msgid "handler for fd %d started\n" msgstr "fd %d için eylemci başlatıldı\n" -#: scd/scdaemon.c:1037 +#: scd/scdaemon.c:1017 #, c-format msgid "handler for fd %d terminated\n" msgstr "fd %d için eylemci sonlandı\n" -#: sm/base64.c:323 +#: sm/base64.c:327 #, c-format msgid "invalid radix64 character %02x skipped\n" msgstr "geçersiz radix64 karakteri %02x atlandı\n" @@ -6705,168 +6709,174 @@ msgstr "dirmngr protokolünün %d. sürümü desteklenmiyor\n" msgid "can't connect to the dirmngr - trying fall back\n" msgstr "dirmngr'a bağlanılamıyor - son çareye başvuruluyor\n" -#: sm/certchain.c:165 +#: sm/certchain.c:176 #, c-format msgid "critical certificate extension %s is not supported" msgstr "kritik sertifika eklentisi %s desteklenmiyor" -#: sm/certchain.c:203 +#: sm/certchain.c:214 msgid "issuer certificate is not marked as a CA" msgstr "sertifikacı onu bir CA gibi imlememiş" -#: sm/certchain.c:242 +#: sm/certchain.c:253 msgid "critical marked policy without configured policies" msgstr "yapılandırılmış poliçeler olmaksızın kritik imli poliçe" -#: sm/certchain.c:252 +#: sm/certchain.c:263 #, c-format msgid "failed to open `%s': %s\n" msgstr "`%s' açılamadı: %s\n" -#: sm/certchain.c:259 sm/certchain.c:288 +#: sm/certchain.c:270 sm/certchain.c:299 msgid "note: non-critical certificate policy not allowed" msgstr "bilgi: kritik olmayan sertifika poliçesine izin verilmez" -#: sm/certchain.c:263 sm/certchain.c:292 +#: sm/certchain.c:274 sm/certchain.c:303 msgid "certificate policy not allowed" msgstr "sertifika poliçesine izin verilmiyor" -#: sm/certchain.c:403 +#: sm/certchain.c:414 msgid "looking up issuer at external location\n" msgstr "harici bir sertifikacı arar\n" -#: sm/certchain.c:423 +#: sm/certchain.c:434 #, c-format msgid "number of issuers matching: %d\n" msgstr "eşleşen sertifikacı sayısı: %d\n" -#: sm/certchain.c:576 sm/certchain.c:740 sm/certchain.c:1266 sm/decrypt.c:261 +#: sm/certchain.c:587 sm/certchain.c:753 sm/certchain.c:1334 sm/decrypt.c:261 #: sm/encrypt.c:343 sm/sign.c:328 sm/verify.c:107 msgid "failed to allocated keyDB handle\n" msgstr "ayrılmış anahtar veritabanı elde edilemedi: %s\n" -#: sm/certchain.c:667 +#: sm/certchain.c:678 msgid "certificate has been revoked" msgstr "sertifika yürürlükten kaldırılmıştı" -#: sm/certchain.c:676 +#: sm/certchain.c:687 msgid "no CRL found for certificate" msgstr "sertifika için bir CRL yok" -#: sm/certchain.c:680 +#: sm/certchain.c:691 msgid "the available CRL is too old" msgstr "mevcut CRL çok eski" -#: sm/certchain.c:682 +#: sm/certchain.c:693 msgid "please make sure that the \"dirmngr\" is properly installed\n" msgstr "\"dirmngr\"'ın düzgün olarak kurulu olduğundan lütfen emin olunuz\n" -#: sm/certchain.c:687 +#: sm/certchain.c:698 #, c-format msgid "checking the CRL failed: %s" msgstr "CRL sınaması başarısız: %s" -#: sm/certchain.c:765 +#: sm/certchain.c:794 msgid "no issuer found in certificate" msgstr "sertifikacı kim belli değil" -#: sm/certchain.c:792 +#: sm/certchain.c:823 #, c-format msgid "certificate with invalid validity: %s" msgstr "geçersiz doğrulukla sertifika: %s" -#: sm/certchain.c:808 +#: sm/certchain.c:839 msgid "certificate not yet valid" msgstr "sertifika henüz geçersiz" -#: sm/certchain.c:821 +#: sm/certchain.c:852 msgid "certificate has expired" msgstr "sertifika kullanım süresi dolmuş" -#: sm/certchain.c:864 +#: sm/certchain.c:895 msgid "self-signed certificate has a BAD signature" msgstr "öz-imzalı sertifika KÖTÜ bir imzaya sahip" -#: sm/certchain.c:932 +#: sm/certchain.c:963 msgid "root certificate is not marked trusted" msgstr "kök sertifika güvenilir olarak imli değil" -#: sm/certchain.c:947 +#: sm/certchain.c:978 #, c-format msgid "fingerprint=%s\n" msgstr "parmakizi=%s\n" -#: sm/certchain.c:955 +#: sm/certchain.c:986 msgid "root certificate has now been marked as trusted\n" msgstr "kök sertifika artık güvenilir olarak imlenmiş oldu\n" -#: sm/certchain.c:970 +#: sm/certchain.c:1001 msgid "interactive marking as trusted not enabled in gpg-agent\n" msgstr "güvenilir olarak etkileşimli imleme gpg-agent'ta etkin değil\n" -#: sm/certchain.c:976 +#: sm/certchain.c:1007 msgid "interactive marking as trusted disabled for this session\n" msgstr "güvenilir olarak etkileşimli imleme bu oturum için iptal edildi\n" -#: sm/certchain.c:986 +#: sm/certchain.c:1017 #, c-format msgid "checking the trust list failed: %s\n" msgstr "güvence listesinin sınanması başarısız: %s\n" -#: sm/certchain.c:1013 sm/import.c:158 +#: sm/certchain.c:1044 sm/import.c:159 msgid "certificate chain too long\n" msgstr "sertifika zinciri çok uzun\n" -#: sm/certchain.c:1025 +#: sm/certchain.c:1056 msgid "issuer certificate not found" msgstr "sertifikacı belli değil" -#: sm/certchain.c:1058 +#: sm/certchain.c:1089 msgid "certificate has a BAD signature" msgstr "sertifika KÖTÜ bir imzaya sahip" -#: sm/certchain.c:1088 +#: sm/certchain.c:1119 msgid "found another possible matching CA certificate - trying again" msgstr "başka bir eşleşmesi olası CA sertifikası var - tekrar deneniyor" -#: sm/certchain.c:1139 +#: sm/certchain.c:1170 #, c-format msgid "certificate chain longer than allowed by CA (%d)" msgstr "sertifika zinciri CA tarafından izin verilenden uzun (%d)" -#: sm/certcheck.c:52 -msgid "DSA requires the use of a 160 bit hash algorithm\n" -msgstr "DSA, 160 bitlik bir çittirim algoritması kullanılmasını gerektiriyor\n" +#: sm/certcheck.c:103 +#, fuzzy, c-format +msgid "%s key uses an unsafe (%u bit) hash\n" +msgstr "DSA anahtarı %s, güvensiz bir çittirim (%u bitlik) kullanıyor\n" -#: sm/certcheck.c:177 sm/sign.c:482 sm/verify.c:189 +#: sm/certcheck.c:113 +#, c-format +msgid "a %u bit hash is not valid for a %u bit %s key\n" +msgstr "" + +#: sm/certcheck.c:250 sm/sign.c:482 sm/verify.c:189 msgid "(this is the MD2 algorithm)\n" msgstr "(bu, MD2 algoritmasıdır)\n" -#: sm/certdump.c:68 sm/certdump.c:154 +#: sm/certdump.c:68 sm/certdump.c:151 msgid "none" msgstr "yok" -#: sm/certdump.c:163 +#: sm/certdump.c:162 msgid "[none]" msgstr "[yok]" -#: sm/certdump.c:536 sm/certdump.c:599 +#: sm/certdump.c:552 sm/certdump.c:597 sm/certdump.c:662 sm/certdump.c:715 msgid "[Error - invalid encoding]" msgstr "[Hata - kodlama geçersiz]" -#: sm/certdump.c:544 +#: sm/certdump.c:560 sm/certdump.c:605 msgid "[Error - out of core]" msgstr "[Hata - nüve dışında]" -#: sm/certdump.c:579 +#: sm/certdump.c:642 sm/certdump.c:698 msgid "[Error - No name]" msgstr "[Hata - Adsız]" -#: sm/certdump.c:604 +#: sm/certdump.c:667 sm/certdump.c:721 msgid "[Error - invalid DN]" msgstr "[Hata - DN geçersiz]" -#: sm/certdump.c:818 +#: sm/certdump.c:930 #, c-format msgid "" "Please enter the passphrase to unlock the secret key for:\n" @@ -6881,7 +6891,7 @@ msgstr "" msgid "no key usage specified - assuming all usages\n" msgstr "hiç anahtar kullanımı belirtilmemiş - tüm kullanımlar var sayılıyor\n" -#: sm/certlist.c:135 sm/keylist.c:255 +#: sm/certlist.c:135 sm/keylist.c:258 #, c-format msgid "error getting key usage information: %s\n" msgstr "anahtar kullanım bilgisi alınırken hata: %s\n" @@ -6968,7 +6978,7 @@ msgstr "(bu bir şifreli iletiymiş gibi görünmüyor)\n" msgid "certificate `%s' not found: %s\n" msgstr "sertifika \"%s\" yok: %s\n" -#: sm/delete.c:113 sm/keydb.c:1392 sm/keydb.c:1485 +#: sm/delete.c:113 sm/keydb.c:1397 sm/keydb.c:1497 #, c-format msgid "error locking keybox: %s\n" msgstr "anahtar bloğu kilitlenirken hata: %s\n" @@ -6992,181 +7002,181 @@ msgstr "\"%s\" sertifikası silinemedi: %s\n" msgid "no valid recipients given\n" msgstr "geçerli alıcılar verilmedi\n" -#: sm/export.c:562 sm/export.c:578 sm/import.c:525 sm/import.c:550 +#: sm/export.c:615 sm/export.c:631 sm/import.c:526 sm/import.c:551 #, c-format msgid "error creating temporary file: %s\n" msgstr "geçici dosya oluşturulurken hata: %s\n" -#: sm/export.c:569 sm/import.c:533 +#: sm/export.c:622 sm/import.c:534 #, c-format msgid "error writing to temporary file: %s\n" msgstr "geçeci dosyaya yazma hatası: %s\n" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:244 msgid "|[FILE]|make a signature" msgstr "|[DOSYA]|bir imza yapar" -#: sm/gpgsm.c:244 +#: sm/gpgsm.c:245 msgid "|[FILE]|make a clear text signature" msgstr "|[DOSYA]|açıkça okunabilen bir imza yapar" -#: sm/gpgsm.c:252 +#: sm/gpgsm.c:253 msgid "list external keys" msgstr "harici anahtarları listeler" -#: sm/gpgsm.c:254 +#: sm/gpgsm.c:255 msgid "list certificate chain" msgstr "sertifika zincirini listeler" -#: sm/gpgsm.c:257 +#: sm/gpgsm.c:258 msgid "remove key from the public keyring" msgstr "anahtarları genel anahtarlıktan kaldırır" -#: sm/gpgsm.c:260 +#: sm/gpgsm.c:261 msgid "import certificates" msgstr "sertifikaları ithal eder" -#: sm/gpgsm.c:261 +#: sm/gpgsm.c:262 msgid "export certificates" msgstr "sertifikaları ihraç eder" -#: sm/gpgsm.c:262 +#: sm/gpgsm.c:263 msgid "register a smartcard" msgstr "bir akıllı kartı kayda alır" -#: sm/gpgsm.c:264 +#: sm/gpgsm.c:265 msgid "pass a command to the dirmngr" msgstr "dirmngr'a bir komut aktarır" -#: sm/gpgsm.c:266 +#: sm/gpgsm.c:267 msgid "invoke gpg-protect-tool" msgstr "gpg-protect-tool'u çalıştırır" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:268 msgid "change a passphrase" msgstr "anahtar parolası değiştirir" -#: sm/gpgsm.c:282 +#: sm/gpgsm.c:283 msgid "create base-64 encoded output" msgstr "base-64 kodlu çıktı oluşturur" -#: sm/gpgsm.c:284 +#: sm/gpgsm.c:287 msgid "assume input is in PEM format" msgstr "girdinin PEM biçiminde olduğu kabul edilir" -#: sm/gpgsm.c:286 +#: sm/gpgsm.c:289 msgid "assume input is in base-64 format" msgstr "girdinin base-64 biçiminde olduğu kabul edilir" -#: sm/gpgsm.c:288 +#: sm/gpgsm.c:291 msgid "assume input is in binary format" msgstr "girdinin ikilik biçimde olduğu kabul edilir" -#: sm/gpgsm.c:293 +#: sm/gpgsm.c:296 msgid "use system's dirmngr if available" msgstr "elverişliyse sistemin dirmngr'ı kullanılır" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "never consult a CRL" msgstr "asla bir CRL sormaz" -#: sm/gpgsm.c:301 +#: sm/gpgsm.c:304 msgid "check validity using OCSP" msgstr "doğruluğu OCSP kullarak sınar" -#: sm/gpgsm.c:304 +#: sm/gpgsm.c:307 msgid "|N|number of certificates to include" msgstr "|N|içerilecek sertifika sayısı" -#: sm/gpgsm.c:307 +#: sm/gpgsm.c:310 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 "do not check certificate policies" msgstr "sertifika poliçeleri sınanmaz" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "fetch missing issuer certificates" msgstr "kayıp sertifikacı sertifikalarını alır" -#: sm/gpgsm.c:318 +#: sm/gpgsm.c:321 msgid "|NAME|use NAME as default recipient" msgstr "|İSİM|öntanımlı alıcı olarak İSİM kullanılır" -#: sm/gpgsm.c:320 +#: sm/gpgsm.c:323 msgid "use the default key as default recipient" msgstr "öntanımlı alıcı olarak öntanımlı anahtar kullanılır" -#: sm/gpgsm.c:337 +#: sm/gpgsm.c:340 msgid "don't use the terminal at all" msgstr "terminali hiç kullanma" -#: sm/gpgsm.c:341 +#: sm/gpgsm.c:344 msgid "force v3 signatures" msgstr "v3 imzalarına zorlar" -#: sm/gpgsm.c:342 +#: sm/gpgsm.c:345 msgid "always use a MDC for encryption" msgstr "şifreleme için daima bir MDC kullanılır" -#: sm/gpgsm.c:347 +#: sm/gpgsm.c:350 msgid "batch mode: never ask" msgstr "önceden belirlenmiş işlemler kipi: hiç sormaz" -#: sm/gpgsm.c:348 +#: sm/gpgsm.c:351 msgid "assume yes on most questions" msgstr "soruların çoğunda cevap evet farzedilir" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 msgid "assume no on most questions" msgstr "soruların çoğunda cevap hayır farzedilir" -#: sm/gpgsm.c:351 +#: sm/gpgsm.c:354 msgid "add this keyring to the list of keyrings" msgstr "bu anahtarlığı anahtarlık listesine ekler" -#: sm/gpgsm.c:352 +#: sm/gpgsm.c:355 msgid "add this secret keyring to the list" msgstr "bu gizli anahtarlığı listeye ekler" -#: sm/gpgsm.c:353 +#: sm/gpgsm.c:356 msgid "|NAME|use NAME as default secret key" msgstr "|İSİM|öntanımlı gizli anahtar olarak İSİM kullanılır" -#: sm/gpgsm.c:354 +#: sm/gpgsm.c:357 msgid "|HOST|use this keyserver to lookup keys" msgstr "|MAKİNA|anahtarları aramak için bu anahtar sunucusu kullanılır" -#: sm/gpgsm.c:355 +#: sm/gpgsm.c:358 msgid "|NAME|set terminal charset to NAME" msgstr "|İSİM|terminal karakter setini İSİM olarak ayarlar" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "|LDÜZEY|hata ayıklama düzeyini DÜZEY yapar" -#: sm/gpgsm.c:374 +#: sm/gpgsm.c:377 msgid "|FILE|load extension module FILE" msgstr "|DOSYA|genişletme modülü olarak DOSYA yüklenir" -#: sm/gpgsm.c:380 +#: sm/gpgsm.c:383 msgid "|NAME|use cipher algorithm NAME" msgstr "|İSİM|şifre algoritması olarak İSİM kullanılır" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 msgid "|NAME|use message digest algorithm NAME" msgstr "|İSİM|özümleme algoritması olarak İSİM kullanılır" -#: sm/gpgsm.c:384 +#: sm/gpgsm.c:387 msgid "|N|use compress algorithm N" msgstr "|N|sıkıştırma algoritması olarak N kullanılır" -#: sm/gpgsm.c:520 +#: sm/gpgsm.c:524 msgid "Usage: gpgsm [options] [files] (-h for help)" msgstr "Kullanımı: gpgsm [seçenekler] [dosyalar] (yardım için -h)" -#: sm/gpgsm.c:523 +#: sm/gpgsm.c:527 msgid "" "Syntax: gpgsm [options] [files]\n" "sign, check, encrypt or decrypt using the S/MIME protocol\n" @@ -7176,44 +7186,39 @@ 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:617 +#: sm/gpgsm.c:621 msgid "usage: gpgsm [options] " msgstr "kullanımı: gpgsm [seçenekler] " -#: sm/gpgsm.c:698 +#: sm/gpgsm.c:702 #, c-format msgid "can't encrypt to `%s': %s\n" msgstr "`%s'e şifrelenemez: %s\n" -#: sm/gpgsm.c:773 -#, c-format -msgid "libksba is too old (need %s, have %s)\n" -msgstr "libksba çok eski (gereken %s, sizinki %s)\n" - -#: sm/gpgsm.c:1249 +#: sm/gpgsm.c:1253 msgid "WARNING: running with faked system time: " msgstr "UYARI: sahte sistem zamanıyla çalışıyor: " -#: sm/gpgsm.c:1328 +#: sm/gpgsm.c:1332 #, c-format msgid "importing common certificates `%s'\n" msgstr "ortak sertifikalar `%s' ithal ediliyor\n" -#: sm/gpgsm.c:1346 +#: sm/gpgsm.c:1350 #, c-format msgid "can't sign using `%s': %s\n" msgstr "`%s' kullanarak imzalanamıyor: %s\n" -#: sm/gpgsm.c:1536 +#: sm/gpgsm.c:1542 msgid "this command has not yet been implemented\n" msgstr "bu komut henüz gerçeklenmedi\n" -#: sm/gpgsm.c:1601 +#: sm/gpgsm.c:1606 #, fuzzy msgid "key generation is not available from the commandline\n" msgstr "gpg-agent bu oturumda kullanılamaz\n" -#: sm/gpgsm.c:1602 +#: sm/gpgsm.c:1607 #, fuzzy, c-format msgid "please use the script \"%s\" to generate a new key\n" msgstr "Lütfen üretilecek anahtar türünü seçiniz:\n" @@ -7223,20 +7228,20 @@ msgstr "Lütfen üretilecek anahtar türünü seçiniz:\n" msgid "total number processed: %lu\n" msgstr "işlenmiş toplam miktar: %lu\n" -#: sm/import.c:227 +#: sm/import.c:228 msgid "error storing certificate\n" msgstr "sertifika saklanırken hata\n" -#: sm/import.c:235 +#: sm/import.c:236 msgid "basic certificate checks failed - not imported\n" msgstr "temel sertifika sınamaları başarısız oldu - ithal edilmedi\n" -#: sm/import.c:421 sm/import.c:453 +#: sm/import.c:422 sm/import.c:454 #, c-format msgid "error importing certificate: %s\n" msgstr "sertifika ithal edilirken hata: %s\n" -#: sm/import.c:542 tools/gpg-connect-agent.c:384 +#: sm/import.c:543 tools/gpg-connect-agent.c:388 #, c-format msgid "error reading input: %s\n" msgstr "girdi okunurken hata: %s\n" @@ -7255,11 +7260,11 @@ msgstr "gpg-agent'ı önce başlatmak isteyebilirsiniz\n" msgid "keybox `%s' created\n" msgstr "`%s' anahtar bloğu oluşturuldu\n" -#: sm/keydb.c:1312 sm/keydb.c:1378 +#: sm/keydb.c:1312 sm/keydb.c:1380 msgid "failed to get the fingerprint\n" msgstr "parmakizinin alınması başarısız oldu\n" -#: sm/keydb.c:1319 sm/keydb.c:1385 +#: sm/keydb.c:1319 sm/keydb.c:1387 msgid "failed to allocate keyDB handle\n" msgstr "anahtar veritabanı eylemcisine yer ayrılması başarısız oldu\n" @@ -7278,17 +7283,17 @@ msgstr "yazılabilir anahtar veritabanı bulunurken hata: %s\n" msgid "error storing certificate: %s\n" msgstr "serifika saklanırken hata: %s\n" -#: sm/keydb.c:1400 +#: sm/keydb.c:1408 #, c-format msgid "problem re-searching certificate: %s\n" msgstr "sertifika yeniden aranırken sorun çıktı: %s\n" -#: sm/keydb.c:1409 sm/keydb.c:1497 +#: sm/keydb.c:1417 sm/keydb.c:1509 #, c-format msgid "error getting stored flags: %s\n" msgstr "saklanmış bayraklar alınırken hata: %s\n" -#: sm/keydb.c:1418 sm/keydb.c:1508 +#: sm/keydb.c:1429 sm/keydb.c:1520 #, c-format msgid "error storing flags: %s\n" msgstr "bayraklar saklanırken hata: %s\n" @@ -7368,31 +7373,35 @@ msgstr "Buradaki imzeler iyi:" msgid " aka" msgstr " nam-ı diğer" -#: tools/gpg-connect-agent.c:60 tools/gpgconf.c:70 tools/symcryptrun.c:186 +#: tools/gpg-connect-agent.c:61 tools/gpgconf.c:70 tools/symcryptrun.c:167 msgid "quiet" msgstr "sessiz" -#: tools/gpg-connect-agent.c:61 +#: tools/gpg-connect-agent.c:62 msgid "print data out hex encoded" msgstr "veri çıktısını onaltılık kodlamayla basar" -#: tools/gpg-connect-agent.c:62 +#: tools/gpg-connect-agent.c:63 +msgid "decode received data lines" +msgstr "" + +#: tools/gpg-connect-agent.c:64 msgid "|NAME|connect to Assuan socket NAME" msgstr "|İSİM|Assuan soketi İSİMe bağlanır" -#: tools/gpg-connect-agent.c:63 +#: tools/gpg-connect-agent.c:65 msgid "run the Assuan server given on the command line" msgstr "komut satırında verilen Assuan sunucu çalıştırılır" -#: tools/gpg-connect-agent.c:65 +#: tools/gpg-connect-agent.c:67 msgid "do not use extended connect mode" msgstr "ek bağlantı kipi kullanılmaz" -#: tools/gpg-connect-agent.c:126 +#: tools/gpg-connect-agent.c:129 msgid "Usage: gpg-connect-agent [options] (-h for help)" msgstr "Kullanımı: gpg-connect-agent [seçenekler] (yardım için -h)" -#: tools/gpg-connect-agent.c:129 +#: tools/gpg-connect-agent.c:132 msgid "" "Syntax: gpg-connect-agent [options]\n" "Connect to a running agent and send commands\n" @@ -7400,70 +7409,70 @@ msgstr "" "Sözdizimi: gpg-connect-agent [seçenekler]\n" "Çalışan bir aracıya bağlanıp komutları gönderir\n" -#: tools/gpg-connect-agent.c:324 +#: tools/gpg-connect-agent.c:328 #, c-format msgid "option \"%s\" requires a program and optional arguments\n" msgstr "\"%s\" seçeneği bir program ve seçimlik argümanlar gerektirir\n" -#: tools/gpg-connect-agent.c:333 +#: tools/gpg-connect-agent.c:337 #, c-format msgid "option \"%s\" ignored due to \"%s\"\n" msgstr "\"%2$s\" nedeniyle \"%1$s\" seçeneği yoksayıldı\n" -#: tools/gpg-connect-agent.c:391 +#: tools/gpg-connect-agent.c:395 msgid "line too long - skipped\n" msgstr "satır çok uzun - atlandı\n" -#: tools/gpg-connect-agent.c:395 +#: tools/gpg-connect-agent.c:399 msgid "line shortened due to embedded Nul character\n" msgstr "gömülü boş karakterden dolayı satır kısaldı\n" -#: tools/gpg-connect-agent.c:457 +#: tools/gpg-connect-agent.c:471 #, c-format msgid "unknown command `%s'\n" msgstr "komut `%s' bilinmiyor\n" -#: tools/gpg-connect-agent.c:465 +#: tools/gpg-connect-agent.c:479 #, c-format msgid "sending line failed: %s\n" msgstr "satır göndirimi başarısız: %s\n" -#: tools/gpg-connect-agent.c:473 +#: tools/gpg-connect-agent.c:487 #, c-format msgid "receiving line failed: %s\n" msgstr "satır alımı başarısız: %s\n" -#: tools/gpg-connect-agent.c:746 +#: tools/gpg-connect-agent.c:797 #, c-format msgid "error sending %s command: %s\n" msgstr "%s komutu gönderilirken hata: %s\n" -#: tools/gpg-connect-agent.c:755 +#: tools/gpg-connect-agent.c:806 #, c-format msgid "error sending standard options: %s\n" msgstr "standart seçenekler gönderilirken hata: %s\n" #: tools/gpgconf-comp.c:445 tools/gpgconf-comp.c:525 tools/gpgconf-comp.c:592 -#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:720 +#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:723 msgid "Options controlling the diagnostic output" msgstr "Tanı çıktısını denetleyen seçenekler" #: tools/gpgconf-comp.c:458 tools/gpgconf-comp.c:538 tools/gpgconf-comp.c:605 -#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:743 +#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:746 msgid "Options controlling the configuration" msgstr "Yapılandırmayı denetleyen seçenekler" #: tools/gpgconf-comp.c:468 tools/gpgconf-comp.c:563 tools/gpgconf-comp.c:612 -#: tools/gpgconf-comp.c:671 tools/gpgconf-comp.c:750 +#: tools/gpgconf-comp.c:674 tools/gpgconf-comp.c:753 msgid "Options useful for debugging" msgstr "Hata ayıklamaya elverişli seçenekler" #: tools/gpgconf-comp.c:473 tools/gpgconf-comp.c:568 tools/gpgconf-comp.c:617 -#: tools/gpgconf-comp.c:676 tools/gpgconf-comp.c:758 +#: tools/gpgconf-comp.c:679 tools/gpgconf-comp.c:761 msgid "|FILE|write server mode logs to FILE" msgstr "|DOSYA|sunucu kipi günlükleri DOSYAya yazar" -#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:684 +#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:687 msgid "Options controlling the security" msgstr "Güvenliği denetleyen seçenekler" @@ -7493,31 +7502,35 @@ msgstr "Anahtar sunucular için yapılandırma" msgid "allow PKA lookups (DNS requests)" msgstr "PKA aramalarına izin verilir (DNS istekleri)" -#: tools/gpgconf-comp.c:689 +#: tools/gpgconf-comp.c:669 +msgid "|NAME|use encoding NAME for PKCS#12 passphrases" +msgstr "" + +#: tools/gpgconf-comp.c:692 msgid "do not check CRLs for root certificates" msgstr "kök sertifikalar için CRLler sınanmaz" -#: tools/gpgconf-comp.c:733 +#: tools/gpgconf-comp.c:736 msgid "Options controlling the format of the output" msgstr "Çıktı biçimini denetleyen seçenekler" -#: tools/gpgconf-comp.c:769 +#: tools/gpgconf-comp.c:772 msgid "Options controlling the interactivity and enforcement" msgstr "Etkileşimliliği ve zorlamayı denetleyen seçenekler" -#: tools/gpgconf-comp.c:779 +#: tools/gpgconf-comp.c:782 msgid "Configuration for HTTP servers" msgstr "HTTP sunucuları için yapılandırma" -#: tools/gpgconf-comp.c:790 +#: tools/gpgconf-comp.c:793 msgid "use system's HTTP proxy setting" msgstr "sistemin HTTP vekil ayarları kullanılır" -#: tools/gpgconf-comp.c:795 +#: tools/gpgconf-comp.c:798 msgid "Configuration of LDAP servers to use" msgstr "Kullanılacak LDAP sunucularının yapılandırması" -#: tools/gpgconf-comp.c:832 +#: tools/gpgconf-comp.c:835 msgid "Configuration for OCSP" msgstr "OCSP için yapılandırma" @@ -7580,7 +7593,7 @@ msgstr "Yönetici komutlarına izin verilmez\n" msgid "error allocating enough memory: %s\n" msgstr "yeterli bellek ayrılırken hata: %s\n" -#: tools/symcryptrun.c:173 +#: tools/symcryptrun.c:154 msgid "" "@\n" "Commands:\n" @@ -7590,35 +7603,35 @@ msgstr "" "Komutlar:\n" " " -#: tools/symcryptrun.c:175 +#: tools/symcryptrun.c:156 msgid "decryption modus" msgstr "şifre çözme kipi" -#: tools/symcryptrun.c:176 +#: tools/symcryptrun.c:157 msgid "encryption modus" msgstr "şifreleme kipi" -#: tools/symcryptrun.c:180 +#: tools/symcryptrun.c:161 msgid "tool class (confucius)" msgstr "araç sınıfı (Konfüçyüs)" -#: tools/symcryptrun.c:181 +#: tools/symcryptrun.c:162 msgid "program filename" msgstr "program dosyaismi" -#: tools/symcryptrun.c:183 +#: tools/symcryptrun.c:164 msgid "secret key file (required)" msgstr "gizli anahtar dosyası (gerekli)" -#: tools/symcryptrun.c:184 +#: tools/symcryptrun.c:165 msgid "input file name (default stdin)" msgstr "girdi dosyası ismi (std girdi öntanımlı)" -#: tools/symcryptrun.c:228 +#: tools/symcryptrun.c:209 msgid "Usage: symcryptrun [options] (-h for help)" msgstr "Kullanımı: symcryptrun [seçenekler] (yardım için -h)" -#: tools/symcryptrun.c:231 +#: tools/symcryptrun.c:212 msgid "" "Syntax: symcryptrun --class CLASS --program PROGRAM --keyfile KEYFILE " "[options...] COMMAND [inputfile]\n" @@ -7628,126 +7641,130 @@ msgstr "" "[seçenekler...] KOMUT [girdi-dosyası]\n" "Basit bir simetrik şifreleme aracı çalıştırır\n" -#: tools/symcryptrun.c:313 +#: tools/symcryptrun.c:294 #, c-format msgid "%s on %s aborted with status %i\n" msgstr "%2$s üzerindeki %1$s %3$i durumuyla çıktı\n" -#: tools/symcryptrun.c:320 +#: tools/symcryptrun.c:301 #, c-format msgid "%s on %s failed with status %i\n" msgstr "%2$s üzerindeki %1$s %3$i durumuyla başarısız oldu\n" -#: tools/symcryptrun.c:346 +#: tools/symcryptrun.c:327 #, c-format msgid "can't create temporary directory `%s': %s\n" msgstr "`%s' geçici dizini oluşturulamıyor: %s\n" -#: tools/symcryptrun.c:386 tools/symcryptrun.c:403 +#: tools/symcryptrun.c:367 tools/symcryptrun.c:384 #, c-format msgid "could not open %s for writing: %s\n" msgstr "%s yazmak için açılamadı: %s\n" -#: tools/symcryptrun.c:414 +#: tools/symcryptrun.c:395 #, c-format msgid "error writing to %s: %s\n" msgstr "%s yazılırken hata: %s\n" -#: tools/symcryptrun.c:421 +#: tools/symcryptrun.c:402 #, c-format msgid "error reading from %s: %s\n" msgstr "%s okunurken hata: %s\n" -#: tools/symcryptrun.c:428 tools/symcryptrun.c:435 +#: tools/symcryptrun.c:409 tools/symcryptrun.c:416 #, c-format msgid "error closing %s: %s\n" msgstr "%s kapanırken hata: %s\n" -#: tools/symcryptrun.c:545 +#: tools/symcryptrun.c:526 msgid "no --program option provided\n" msgstr "--program diye bir seçenek yok\n" -#: tools/symcryptrun.c:551 +#: tools/symcryptrun.c:532 msgid "only --decrypt and --encrypt are supported\n" msgstr "sadece --decrypt ve --encrypt destekleniyor\n" -#: tools/symcryptrun.c:557 +#: tools/symcryptrun.c:538 msgid "no --keyfile option provided\n" msgstr "--keyfile diye bir seçenek yok\n" -#: tools/symcryptrun.c:568 +#: tools/symcryptrun.c:549 msgid "cannot allocate args vector\n" msgstr "argüman dizgeleri dizisi ayrılamıyor\n" -#: tools/symcryptrun.c:586 +#: tools/symcryptrun.c:567 #, c-format msgid "could not create pipe: %s\n" msgstr "boru oluşturulamadı: %s\n" -#: tools/symcryptrun.c:593 +#: tools/symcryptrun.c:574 #, c-format msgid "could not create pty: %s\n" msgstr "pty oluşturulamadı: %s\n" -#: tools/symcryptrun.c:609 +#: tools/symcryptrun.c:590 #, c-format msgid "could not fork: %s\n" msgstr "çatallanamadı: %s\n" -#: tools/symcryptrun.c:637 +#: tools/symcryptrun.c:618 #, c-format msgid "execv failed: %s\n" msgstr "execv başarısız: %s\n" -#: tools/symcryptrun.c:666 +#: tools/symcryptrun.c:647 #, c-format msgid "select failed: %s\n" msgstr "select başarısız: %s\n" -#: tools/symcryptrun.c:683 +#: tools/symcryptrun.c:664 #, c-format msgid "read failed: %s\n" msgstr "read başarısız: %s\n" -#: tools/symcryptrun.c:735 +#: tools/symcryptrun.c:716 #, c-format msgid "pty read failed: %s\n" msgstr "pty okuması başarısız: %s\n" -#: tools/symcryptrun.c:787 +#: tools/symcryptrun.c:768 #, c-format msgid "waitpid failed: %s\n" msgstr "waitpid başarısız: %s\n" -#: tools/symcryptrun.c:801 +#: tools/symcryptrun.c:782 #, c-format msgid "child aborted with status %i\n" msgstr "alt süreç %i durumu ile çıktı\n" -#: tools/symcryptrun.c:856 +#: tools/symcryptrun.c:837 #, c-format msgid "cannot allocate infile string: %s\n" msgstr "dosya içi dizge ayrılamıyor: %s\n" -#: tools/symcryptrun.c:869 +#: tools/symcryptrun.c:850 #, c-format msgid "cannot allocate outfile string: %s\n" msgstr "dosya dışı dizge ayrılamıyor: %s\n" -#: tools/symcryptrun.c:1044 +#: tools/symcryptrun.c:1025 #, c-format msgid "either %s or %s must be given\n" msgstr "ya %s verilmeli ya da %s\n" -#: tools/symcryptrun.c:1064 +#: tools/symcryptrun.c:1045 msgid "no class provided\n" msgstr "hiç sınıf sağlanmamış\n" -#: tools/symcryptrun.c:1071 +#: tools/symcryptrun.c:1052 #, c-format msgid "class %s is not supported\n" msgstr "%s sınıfı desteklenmiyor\n" +#~ msgid "DSA requires the use of a 160 bit hash algorithm\n" +#~ msgstr "" +#~ "DSA, 160 bitlik bir çittirim algoritması kullanılmasını gerektiriyor\n" + #~ msgid ">.\n" #~ msgstr "" #~ "> adresine,\n" diff --git a/po/zh_CN.po b/po/zh_CN.po index 3b9c78996..b69077193 100644 --- a/po/zh_CN.po +++ b/po/zh_CN.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg 1.4.4\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2007-03-08 14:20+0100\n" +"POT-Creation-Date: 2007-05-07 20:39+0200\n" "PO-Revision-Date: 2006-07-02 10:58+0800\n" "Last-Translator: Meng Jie <zuxyhere@eastday.com>\n" "Language-Team: Chinese (simplified) <i18n-translation@lists.linux.net.cn>\n" @@ -94,8 +94,8 @@ msgstr "无法建立‘%s’:%s\n" #: g10/keyring.c:1534 g10/openfile.c:190 g10/openfile.c:345 #: g10/plaintext.c:504 g10/sign.c:814 g10/sign.c:1009 g10/sign.c:1125 #: g10/sign.c:1281 g10/tdbdump.c:141 g10/tdbdump.c:149 g10/tdbio.c:542 -#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1775 -#: sm/gpgsm.c:1812 sm/qualified.c:74 +#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1780 +#: sm/gpgsm.c:1817 sm/gpgsm.c:1855 sm/qualified.c:74 #, c-format msgid "can't open `%s': %s\n" msgstr "无法打开‘%s’: %s\n" @@ -194,13 +194,13 @@ msgstr "" "您需要一个密码来保护您的私钥。\n" "\n" -#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1216 +#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1202 #, fuzzy msgid "Please re-enter this passphrase" msgstr "更改密码" -#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1222 -#: tools/symcryptrun.c:487 +#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1208 +#: tools/symcryptrun.c:468 msgid "does not match - try again" msgstr "" @@ -209,7 +209,7 @@ msgstr "" msgid "Please enter the new passphrase" msgstr "更改密码" -#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:109 +#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:111 #: scd/scdaemon.c:103 #, fuzzy msgid "" @@ -229,13 +229,13 @@ msgid "run in daemon mode (background)" msgstr "" #: agent/gpg-agent.c:117 g10/gpg.c:470 g10/gpgv.c:71 kbx/kbxutil.c:82 -#: scd/scdaemon.c:109 sm/gpgsm.c:335 tools/gpg-connect-agent.c:59 -#: tools/gpgconf.c:69 tools/symcryptrun.c:185 +#: scd/scdaemon.c:109 sm/gpgsm.c:338 tools/gpg-connect-agent.c:60 +#: tools/gpgconf.c:69 tools/symcryptrun.c:166 msgid "verbose" msgstr "详细模式" #: agent/gpg-agent.c:118 g10/gpgv.c:72 kbx/kbxutil.c:83 scd/scdaemon.c:110 -#: sm/gpgsm.c:336 +#: sm/gpgsm.c:339 msgid "be somewhat more quiet" msgstr "尽量减少提示信息" @@ -247,7 +247,7 @@ msgstr "" msgid "csh-style command output" msgstr "" -#: agent/gpg-agent.c:121 tools/symcryptrun.c:188 +#: agent/gpg-agent.c:121 tools/symcryptrun.c:169 #, fuzzy msgid "|FILE|read options from FILE" msgstr "从‘%s’读取选项\n" @@ -260,8 +260,8 @@ msgstr "" msgid "do not grab keyboard and mouse" msgstr "" -#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:338 -#: tools/symcryptrun.c:187 +#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:341 +#: tools/symcryptrun.c:168 #, fuzzy msgid "use a log file for the server" msgstr "在公钥服务器上搜寻密钥" @@ -317,9 +317,9 @@ msgstr "" msgid "|FILE|write environment settings also to FILE" msgstr "" -#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:143 -#: scd/scdaemon.c:192 sm/gpgsm.c:517 tools/gpg-connect-agent.c:123 -#: tools/gpgconf.c:91 tools/symcryptrun.c:225 +#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:148 +#: scd/scdaemon.c:192 sm/gpgsm.c:521 tools/gpg-connect-agent.c:126 +#: tools/gpgconf.c:91 tools/symcryptrun.c:206 #, fuzzy msgid "Please report bugs to <" msgstr "" @@ -337,138 +337,127 @@ msgid "" "Secret key management for GnuPG\n" msgstr "" -#: agent/gpg-agent.c:311 -#, c-format -msgid "out of core in secure memory while allocating %lu bytes" -msgstr "" - -#: agent/gpg-agent.c:314 -#, c-format -msgid "out of core while allocating %lu bytes" -msgstr "" - -#: agent/gpg-agent.c:345 g10/gpg.c:931 scd/scdaemon.c:266 sm/gpgsm.c:646 +#: agent/gpg-agent.c:303 g10/gpg.c:931 scd/scdaemon.c:247 sm/gpgsm.c:650 #, c-format msgid "invalid debug-level `%s' given\n" msgstr "" -#: agent/gpg-agent.c:521 agent/protect-tool.c:1073 g10/gpg.c:1835 -#: kbx/kbxutil.c:432 scd/scdaemon.c:358 sm/gpgsm.c:768 -#: tools/symcryptrun.c:1056 +#: agent/gpg-agent.c:479 agent/protect-tool.c:1059 kbx/kbxutil.c:432 +#: scd/scdaemon.c:339 sm/gpgsm.c:771 sm/gpgsm.c:774 tools/symcryptrun.c:1037 #, c-format -msgid "libgcrypt is too old (need %s, have %s)\n" +msgid "%s is too old (need %s, have %s)\n" msgstr "" -#: agent/gpg-agent.c:615 g10/gpg.c:2035 scd/scdaemon.c:435 sm/gpgsm.c:865 +#: agent/gpg-agent.c:572 g10/gpg.c:2035 scd/scdaemon.c:415 sm/gpgsm.c:865 #, c-format msgid "NOTE: no default option file `%s'\n" msgstr "注意:没有默认配置文件‘%s’\n" -#: agent/gpg-agent.c:620 agent/gpg-agent.c:1179 g10/gpg.c:2039 -#: scd/scdaemon.c:440 sm/gpgsm.c:869 tools/symcryptrun.c:989 +#: agent/gpg-agent.c:577 agent/gpg-agent.c:1136 g10/gpg.c:2039 +#: scd/scdaemon.c:420 sm/gpgsm.c:869 tools/symcryptrun.c:970 #, c-format msgid "option file `%s': %s\n" msgstr "配置文件‘%s’:%s\n" -#: agent/gpg-agent.c:628 g10/gpg.c:2046 scd/scdaemon.c:448 sm/gpgsm.c:876 +#: agent/gpg-agent.c:585 g10/gpg.c:2046 scd/scdaemon.c:428 sm/gpgsm.c:876 #, c-format msgid "reading options from `%s'\n" msgstr "从‘%s’读取选项\n" -#: agent/gpg-agent.c:949 g10/plaintext.c:142 g10/plaintext.c:147 +#: agent/gpg-agent.c:906 g10/plaintext.c:142 g10/plaintext.c:147 #: g10/plaintext.c:164 #, c-format msgid "error creating `%s': %s\n" msgstr "建立‘%s’时发生错误:%s\n" -#: agent/gpg-agent.c:1239 agent/gpg-agent.c:1342 agent/gpg-agent.c:1346 -#: agent/gpg-agent.c:1382 agent/gpg-agent.c:1386 g10/exec.c:174 -#: g10/openfile.c:418 scd/scdaemon.c:934 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:1299 agent/gpg-agent.c:1303 +#: agent/gpg-agent.c:1339 agent/gpg-agent.c:1343 g10/exec.c:174 +#: g10/openfile.c:418 scd/scdaemon.c:914 #, c-format msgid "can't create directory `%s': %s\n" msgstr "无法建立目录‘%s’:%s\n" -#: agent/gpg-agent.c:1253 scd/scdaemon.c:948 +#: agent/gpg-agent.c:1210 scd/scdaemon.c:928 msgid "name of socket too long\n" msgstr "" -#: agent/gpg-agent.c:1279 scd/scdaemon.c:974 +#: agent/gpg-agent.c:1236 scd/scdaemon.c:954 #, fuzzy, c-format msgid "can't create socket: %s\n" msgstr "无法建立‘%s’:%s\n" -#: agent/gpg-agent.c:1308 scd/scdaemon.c:1003 +#: agent/gpg-agent.c:1265 scd/scdaemon.c:983 #, fuzzy, c-format msgid "error binding socket to `%s': %s\n" msgstr "在‘%s’中寻找信任度记录时出错:%s\n" -#: agent/gpg-agent.c:1316 scd/scdaemon.c:1011 +#: agent/gpg-agent.c:1273 scd/scdaemon.c:991 #, fuzzy, c-format msgid "listen() failed: %s\n" msgstr "更新失败:%s\n" -#: agent/gpg-agent.c:1322 scd/scdaemon.c:1017 +#: agent/gpg-agent.c:1279 scd/scdaemon.c:997 #, fuzzy, c-format msgid "listening on socket `%s'\n" msgstr "正在将私钥写至`%s'\n" -#: agent/gpg-agent.c:1350 agent/gpg-agent.c:1392 g10/openfile.c:421 +#: agent/gpg-agent.c:1307 agent/gpg-agent.c:1349 g10/openfile.c:421 #, c-format msgid "directory `%s' created\n" msgstr "已创建目录‘%s’\n" -#: agent/gpg-agent.c:1398 +#: agent/gpg-agent.c:1355 #, fuzzy, c-format msgid "stat() failed for `%s': %s\n" msgstr "fstat(%d) 在 %s 中出错:%s\n" -#: agent/gpg-agent.c:1402 +#: agent/gpg-agent.c:1359 #, fuzzy, c-format msgid "can't use `%s' as home directory\n" msgstr "无法建立目录‘%s’:%s\n" -#: agent/gpg-agent.c:1504 +#: agent/gpg-agent.c:1461 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:1509 +#: agent/gpg-agent.c:1466 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:1526 +#: agent/gpg-agent.c:1483 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:1531 +#: agent/gpg-agent.c:1488 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:1627 scd/scdaemon.c:1136 +#: agent/gpg-agent.c:1584 scd/scdaemon.c:1116 #, fuzzy, c-format msgid "pth_select failed: %s - waiting 1s\n" msgstr "更新私钥失败:%s\n" -#: agent/gpg-agent.c:1733 scd/scdaemon.c:1203 +#: agent/gpg-agent.c:1690 scd/scdaemon.c:1183 #, fuzzy, c-format msgid "%s %s stopped\n" msgstr "%s:已跳过:%s\n" -#: agent/gpg-agent.c:1754 +#: agent/gpg-agent.c:1711 #, fuzzy msgid "no gpg-agent running in this session\n" msgstr "gpg-agent 在此次舍话中无法使用\n" -#: agent/gpg-agent.c:1764 common/simple-pwquery.c:324 g10/call-agent.c:137 -#: sm/call-agent.c:144 tools/gpg-connect-agent.c:713 +#: agent/gpg-agent.c:1721 common/simple-pwquery.c:324 g10/call-agent.c:137 +#: sm/call-agent.c:144 tools/gpg-connect-agent.c:764 msgid "malformed GPG_AGENT_INFO environment variable\n" msgstr "GPG_AGENT_INFO 环境变量格式错误\n" -#: agent/gpg-agent.c:1776 common/simple-pwquery.c:336 g10/call-agent.c:149 -#: sm/call-agent.c:156 tools/gpg-connect-agent.c:724 +#: agent/gpg-agent.c:1733 common/simple-pwquery.c:336 g10/call-agent.c:149 +#: sm/call-agent.c:156 tools/gpg-connect-agent.c:775 #, c-format msgid "gpg-agent protocol version %d is not supported\n" msgstr "不支持 gpg-agent 协议版本 %d\n" @@ -484,51 +473,51 @@ msgid "" "Password cache maintenance\n" msgstr "" -#: agent/protect-tool.c:146 +#: agent/protect-tool.c:151 #, fuzzy msgid "Usage: gpg-protect-tool [options] (-h for help)\n" msgstr "用法: gpg [选项] [文件] (用 -h 求助)" -#: agent/protect-tool.c:148 +#: agent/protect-tool.c:153 msgid "" "Syntax: gpg-protect-tool [options] [args]\n" "Secret key maintenance tool\n" msgstr "" -#: agent/protect-tool.c:1207 +#: agent/protect-tool.c:1193 #, fuzzy msgid "Please enter the passphrase to unprotect the PKCS#12 object." msgstr "请输入密码:这是一个秘密的句子 \n" -#: agent/protect-tool.c:1210 +#: agent/protect-tool.c:1196 #, fuzzy msgid "Please enter the passphrase to protect the new PKCS#12 object." msgstr "请输入密码:这是一个秘密的句子 \n" -#: agent/protect-tool.c:1213 +#: agent/protect-tool.c:1199 msgid "" "Please enter the passphrase to protect the imported object within the GnuPG " "system." msgstr "" -#: agent/protect-tool.c:1218 +#: agent/protect-tool.c:1204 #, fuzzy msgid "" "Please enter the passphrase or the PIN\n" "needed to complete this operation." msgstr "请输入密码:这是一个秘密的句子 \n" -#: agent/protect-tool.c:1223 tools/symcryptrun.c:488 +#: agent/protect-tool.c:1209 tools/symcryptrun.c:469 #, fuzzy msgid "Passphrase:" msgstr "错误的密码" -#: agent/protect-tool.c:1236 tools/symcryptrun.c:501 +#: agent/protect-tool.c:1222 tools/symcryptrun.c:482 #, fuzzy, c-format msgid "error while asking for the passphrase: %s\n" msgstr "生成密码的时候发生错误:%s\n" -#: agent/protect-tool.c:1239 tools/symcryptrun.c:505 +#: agent/protect-tool.c:1225 tools/symcryptrun.c:486 #, fuzzy msgid "cancelled\n" msgstr "已取消" @@ -568,7 +557,7 @@ msgstr "" msgid "error reading `%s', line %d: %s\n" msgstr "读取‘%s’时出错:%s\n" -#: agent/trustlist.c:355 agent/trustlist.c:394 +#: agent/trustlist.c:365 agent/trustlist.c:404 msgid "error reading list of trusted root certificates\n" msgstr "" @@ -581,7 +570,7 @@ msgstr "" #. second "%s" gets replaced by a hexdecimal #. fingerprint string whereas the first one receives #. the name as store in the certificate. -#: agent/trustlist.c:470 +#: agent/trustlist.c:480 #, c-format msgid "" "Please verify that the certificate identified as:%%0A \"%s\"%%0Ahas the " @@ -591,7 +580,7 @@ msgstr "" #. TRANSLATORS: "Correct" is the label of a button and intended to #. be hit if the fingerprint matches the one of the CA. The other #. button is "the default "Cancel" of the Pinentry. -#: agent/trustlist.c:479 +#: agent/trustlist.c:489 msgid "Correct" msgstr "" @@ -603,19 +592,19 @@ msgstr "" #. plain % sign, you need to encode it as "%%25". The #. "%s" gets replaced by the name as store in the #. certificate. -#: agent/trustlist.c:499 +#: agent/trustlist.c:509 #, c-format msgid "" "Do you ultimately trust%%0A \"%s\"%%0Ato correctly certify user " "certificates?" msgstr "" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 #, fuzzy msgid "Yes" msgstr "yes" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 msgid "No" msgstr "" @@ -659,12 +648,12 @@ msgstr "" msgid "error running `%s': terminated\n" msgstr "读取‘%s’时出错:%s\n" -#: common/http.c:1623 +#: common/http.c:1621 #, fuzzy, c-format msgid "error creating socket: %s\n" msgstr "建立‘%s’时发生错误:%s\n" -#: common/http.c:1667 +#: common/http.c:1665 #, fuzzy msgid "host not found" msgstr "[找不到用户标识]" @@ -756,6 +745,16 @@ msgstr "oO" msgid "cC" msgstr "cC" +#: common/miscellaneous.c:73 +#, c-format +msgid "out of core in secure memory while allocating %lu bytes" +msgstr "" + +#: common/miscellaneous.c:76 +#, c-format +msgid "out of core while allocating %lu bytes" +msgstr "" + #: g10/armor.c:368 #, c-format msgid "armor: %s\n" @@ -1157,13 +1156,13 @@ msgstr "--output 在这个命令中不起作用\n" msgid "can't open `%s'\n" msgstr "无法打开‘%s’\n" -#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1714 +#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1721 #: g10/revoke.c:228 #, c-format msgid "key \"%s\" not found: %s\n" msgstr "密钥‘%s’找不到:%s\n" -#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1728 +#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1735 #: g10/revoke.c:234 g10/revoke.c:479 #, c-format msgid "error reading keyblock: %s\n" @@ -1424,22 +1423,22 @@ msgstr "自动获取‘%s’,通过 %s\n" msgid "Invalid key %s made valid by --allow-non-selfsigned-uid\n" msgstr "--allow-non-selfsigned-uid 使无效密钥 %s 生效\n" -#: g10/getkey.c:2390 g10/keyedit.c:3723 +#: g10/getkey.c:2393 g10/keyedit.c:3723 #, c-format msgid "no secret subkey for public subkey %s - ignoring\n" msgstr "公钥 %s 没有相对应的私钥――忽略\n" -#: g10/getkey.c:2621 +#: g10/getkey.c:2624 #, c-format msgid "using subkey %s instead of primary key %s\n" msgstr "使用子钥 %s 而非主钥 %s\n" -#: g10/getkey.c:2668 +#: g10/getkey.c:2671 #, c-format msgid "key %s: secret key without public key - skipped\n" msgstr "密钥 %s:无相应公钥的私钥――已跳过\n" -#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:241 tools/gpgconf.c:56 +#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:242 tools/gpgconf.c:56 msgid "" "@Commands:\n" " " @@ -1455,27 +1454,27 @@ msgstr "|[文件名]|生成一份签名" msgid "|[file]|make a clear text signature" msgstr "|[文件名]|生成一份明文签名" -#: g10/gpg.c:373 sm/gpgsm.c:245 +#: g10/gpg.c:373 sm/gpgsm.c:246 msgid "make a detached signature" msgstr "生成一份分离的签名" -#: g10/gpg.c:374 sm/gpgsm.c:246 +#: g10/gpg.c:374 sm/gpgsm.c:247 msgid "encrypt data" msgstr "加密数据" -#: g10/gpg.c:376 sm/gpgsm.c:247 +#: g10/gpg.c:376 sm/gpgsm.c:248 msgid "encryption only with symmetric cipher" msgstr "仅使用对称加密" -#: g10/gpg.c:378 sm/gpgsm.c:248 +#: g10/gpg.c:378 sm/gpgsm.c:249 msgid "decrypt data (default)" msgstr "解密数据(默认)" -#: g10/gpg.c:380 sm/gpgsm.c:249 +#: g10/gpg.c:380 sm/gpgsm.c:250 msgid "verify a signature" msgstr "验证签名" -#: g10/gpg.c:382 sm/gpgsm.c:251 +#: g10/gpg.c:382 sm/gpgsm.c:252 msgid "list keys" msgstr "列出密钥" @@ -1487,11 +1486,11 @@ msgstr "列出密钥和签名" msgid "list and check key signatures" msgstr "列出并检查密钥签名" -#: g10/gpg.c:386 sm/gpgsm.c:255 +#: g10/gpg.c:386 sm/gpgsm.c:256 msgid "list keys and fingerprints" msgstr "列出密钥和指纹" -#: g10/gpg.c:387 sm/gpgsm.c:253 +#: g10/gpg.c:387 sm/gpgsm.c:254 msgid "list secret keys" msgstr "列出私钥" @@ -1527,11 +1526,11 @@ msgstr "生成一份吊销证书" msgid "export keys" msgstr "导出密钥" -#: g10/gpg.c:398 sm/gpgsm.c:258 +#: g10/gpg.c:398 sm/gpgsm.c:259 msgid "export keys to a key server" msgstr "把密钥导出到某个公钥服务器上" -#: g10/gpg.c:399 sm/gpgsm.c:259 +#: g10/gpg.c:399 sm/gpgsm.c:260 msgid "import keys from a key server" msgstr "从公钥服务器上导入密钥" @@ -1567,12 +1566,12 @@ msgstr "更新信任度数据库" msgid "|algo [files]|print message digests" msgstr "|算法 [文件]|使用指定的散列算法打印报文散列值" -#: g10/gpg.c:431 sm/gpgsm.c:263 +#: g10/gpg.c:431 sm/gpgsm.c:264 msgid "run in server mode" msgstr "" -#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:278 -#: tools/gpg-connect-agent.c:57 tools/gpgconf.c:66 tools/symcryptrun.c:178 +#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:279 +#: tools/gpg-connect-agent.c:58 tools/gpgconf.c:66 tools/symcryptrun.c:159 msgid "" "@\n" "Options:\n" @@ -1582,31 +1581,31 @@ msgstr "" "选项:\n" " " -#: g10/gpg.c:435 sm/gpgsm.c:280 +#: g10/gpg.c:435 sm/gpgsm.c:281 msgid "create ascii armored output" msgstr "输出经 ASCII 封装" -#: g10/gpg.c:437 sm/gpgsm.c:290 +#: g10/gpg.c:437 sm/gpgsm.c:293 msgid "|NAME|encrypt for NAME" msgstr "|某甲|为收件者“某甲”加密" -#: g10/gpg.c:448 sm/gpgsm.c:326 +#: g10/gpg.c:448 sm/gpgsm.c:329 msgid "use this user-id to sign or decrypt" msgstr "使用这个用户标识来签名或解密" -#: g10/gpg.c:449 sm/gpgsm.c:329 +#: g10/gpg.c:449 sm/gpgsm.c:332 msgid "|N|set compress level N (0 disables)" msgstr "|N|设定压缩等级为 N (0 表示不压缩)" -#: g10/gpg.c:454 sm/gpgsm.c:331 +#: g10/gpg.c:454 sm/gpgsm.c:334 msgid "use canonical text mode" msgstr "使用标准的文本模式" -#: g10/gpg.c:468 sm/gpgsm.c:334 tools/gpgconf.c:68 +#: g10/gpg.c:468 sm/gpgsm.c:337 tools/gpgconf.c:68 msgid "use as output file" msgstr "指定输出文件" -#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:344 tools/gpgconf.c:71 +#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:347 tools/gpgconf.c:71 msgid "do not make any changes" msgstr "不做任何改变" @@ -1622,7 +1621,7 @@ msgstr "行为严格遵循 OpenPGP 定义" msgid "generate PGP 2.x compatible messages" msgstr "生成与 PGP 2.x 兼容的报文" -#: g10/gpg.c:554 sm/gpgsm.c:392 +#: g10/gpg.c:554 sm/gpgsm.c:395 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -1630,7 +1629,7 @@ msgstr "" "@\n" "(请参考在线说明以获得所有命令和选项的完整清单)\n" -#: g10/gpg.c:557 sm/gpgsm.c:395 +#: g10/gpg.c:557 sm/gpgsm.c:398 msgid "" "@\n" "Examples:\n" @@ -1670,7 +1669,7 @@ msgstr "" "签名、检查、加密或解密\n" "默认的操作依输入数据而定\n" -#: g10/gpg.c:782 sm/gpgsm.c:530 +#: g10/gpg.c:782 sm/gpgsm.c:534 msgid "" "\n" "Supported algorithms:\n" @@ -1698,7 +1697,7 @@ msgstr "压缩:" msgid "usage: gpg [options] " msgstr "用法:gpg [选项] " -#: g10/gpg.c:1060 sm/gpgsm.c:682 +#: g10/gpg.c:1060 sm/gpgsm.c:686 msgid "conflicting commands\n" msgstr "冲突的指令\n" @@ -1818,6 +1817,11 @@ msgstr "列出密钥时显示钥匙环的名称" msgid "show expiration dates during signature listings" msgstr "列出签名时显示过期日期" +#: g10/gpg.c:1835 +#, c-format +msgid "libgcrypt is too old (need %s, have %s)\n" +msgstr "" + #: g10/gpg.c:1993 #, c-format msgid "NOTE: old default options file `%s' ignored\n" @@ -1951,7 +1955,7 @@ msgstr "%s:%d:无效的 auto-key-locate 清单\n" msgid "invalid auto-key-locate list\n" msgstr "无效的 auto-key-locate 清单\n" -#: g10/gpg.c:2893 sm/gpgsm.c:1232 +#: g10/gpg.c:2893 sm/gpgsm.c:1236 msgid "WARNING: program may create a core file!\n" msgstr "警告:程序可能会创建核心内存转储!\n" @@ -1991,11 +1995,11 @@ msgstr "启用 --pgp2 时您应该只使用文件,而非管道\n" msgid "encrypting a message in --pgp2 mode requires the IDEA cipher\n" msgstr "在 --pgp2 模式下加密报文需要 IDEA 算法\n" -#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1288 +#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1292 msgid "selected cipher algorithm is invalid\n" msgstr "所选的对称加密算法无效\n" -#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1296 +#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1300 msgid "selected digest algorithm is invalid\n" msgstr "所选的散列算法无效\n" @@ -2223,7 +2227,7 @@ msgstr "从这个钥匙环里取用密钥" msgid "make timestamp conflicts only a warning" msgstr "把时间戳矛盾仅视为警告" -#: g10/gpgv.c:76 sm/gpgsm.c:367 +#: g10/gpgv.c:76 sm/gpgsm.c:370 msgid "|FD|write status info to this FD" msgstr "|FD|把状态信息写入文件描述符 FD" @@ -3685,7 +3689,7 @@ msgid "(sensitive)" msgstr " (敏感的)" #: g10/keyedit.c:2743 g10/keyedit.c:2799 g10/keyedit.c:2860 g10/keyedit.c:2875 -#: g10/keylist.c:194 g10/keyserver.c:516 +#: g10/keylist.c:194 g10/keyserver.c:523 #, c-format msgid "created: %s" msgstr "创建于:%s" @@ -3702,7 +3706,7 @@ msgstr "已过期:%s" #: g10/keyedit.c:2750 g10/keyedit.c:2801 g10/keyedit.c:2862 g10/keyedit.c:2877 #: g10/keylist.c:196 g10/keylist.c:748 g10/keylist.c:783 g10/keylist.c:877 -#: g10/keylist.c:898 g10/keyserver.c:522 g10/mainproc.c:985 +#: g10/keylist.c:898 g10/keyserver.c:529 g10/mainproc.c:985 #, c-format msgid "expires: %s" msgstr "有效至:%s" @@ -3736,12 +3740,12 @@ msgid "" "unless you restart the program.\n" msgstr "请注意,在您重启程序之前,显示的密钥有效性未必正确,\n" -#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:526 +#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:533 #: g10/mainproc.c:1831 g10/trustdb.c:1179 g10/trustdb.c:1699 msgid "revoked" msgstr "已吊销" -#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:530 +#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:537 #: g10/mainproc.c:1833 g10/trustdb.c:532 g10/trustdb.c:1701 msgid "expired" msgstr "已过期" @@ -4591,176 +4595,176 @@ msgstr "缓存了 %lu 把密钥(%lu 份签名)\n" msgid "%s: keyring created\n" msgstr "%s:钥匙环已建立\n" -#: g10/keyserver.c:66 +#: g10/keyserver.c:73 msgid "include revoked keys in search results" msgstr "在搜索结果中包含已吊销的密钥" -#: g10/keyserver.c:67 +#: g10/keyserver.c:74 msgid "include subkeys when searching by key ID" msgstr "按钥匙号搜索时包含子钥" -#: g10/keyserver.c:69 +#: g10/keyserver.c:76 msgid "use temporary files to pass data to keyserver helpers" msgstr "向公钥服务器辅助程序传递数据时使用临时文件" -#: g10/keyserver.c:71 +#: g10/keyserver.c:78 msgid "do not delete temporary files after using them" msgstr "不删除使用过的临时文件" -#: g10/keyserver.c:75 +#: g10/keyserver.c:82 msgid "automatically retrieve keys when verifying signatures" msgstr "验证签名时自动下载密钥" -#: g10/keyserver.c:77 +#: g10/keyserver.c:84 msgid "honor the preferred keyserver URL set on the key" msgstr "使用密钥中指定的首选公钥服务器 URL" -#: g10/keyserver.c:79 +#: g10/keyserver.c:86 msgid "honor the PKA record set on a key when retrieving keys" msgstr "获取密钥时使用密钥上的 PKA 记录" -#: g10/keyserver.c:145 +#: g10/keyserver.c:152 #, c-format msgid "WARNING: keyserver option `%s' is not used on this platform\n" msgstr "警告:公钥服务器选项‘%s’在此平台上没有被使用\n" -#: g10/keyserver.c:528 +#: g10/keyserver.c:535 msgid "disabled" msgstr "已禁用" -#: g10/keyserver.c:729 +#: g10/keyserver.c:736 msgid "Enter number(s), N)ext, or Q)uit > " msgstr "输入数字以选择,输入 N 翻页,输入 Q 退出 >" -#: g10/keyserver.c:813 g10/keyserver.c:1435 +#: g10/keyserver.c:820 g10/keyserver.c:1442 #, c-format msgid "invalid keyserver protocol (us %d!=handler %d)\n" msgstr "无效的公钥服务器协议(us %d!=handler %d)\n" -#: g10/keyserver.c:911 +#: g10/keyserver.c:918 #, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "在公钥服务器上找不到密钥“%s”\n" -#: g10/keyserver.c:913 +#: g10/keyserver.c:920 msgid "key not found on keyserver\n" msgstr "在公钥服务器上找不到密钥\n" -#: g10/keyserver.c:1154 +#: g10/keyserver.c:1161 #, c-format msgid "requesting key %s from %s server %s\n" msgstr "下载密钥‘%s’,从 %s 服务器 %s\n" -#: g10/keyserver.c:1158 +#: g10/keyserver.c:1165 #, c-format msgid "requesting key %s from %s\n" msgstr "下载密钥 %s,从 %s\n" -#: g10/keyserver.c:1182 +#: g10/keyserver.c:1189 #, c-format msgid "searching for names from %s server %s\n" msgstr "在 %s 服务器 %s 上搜索名字\n" -#: g10/keyserver.c:1185 +#: g10/keyserver.c:1192 #, c-format msgid "searching for names from %s\n" msgstr "在 %s 上搜索名字\n" -#: g10/keyserver.c:1338 +#: g10/keyserver.c:1345 #, c-format msgid "sending key %s to %s server %s\n" msgstr "将密钥‘%s’上传到 %s 服务器 %s\n" -#: g10/keyserver.c:1342 +#: g10/keyserver.c:1349 #, c-format msgid "sending key %s to %s\n" msgstr "将密钥‘%s’上传到 %s\n" -#: g10/keyserver.c:1385 +#: g10/keyserver.c:1392 #, c-format msgid "searching for \"%s\" from %s server %s\n" msgstr "搜索“%s”,在 %s 服务器 %s 上\n" -#: g10/keyserver.c:1388 +#: g10/keyserver.c:1395 #, c-format msgid "searching for \"%s\" from %s\n" msgstr "搜索“%s”,在 %s 上\n" -#: g10/keyserver.c:1395 g10/keyserver.c:1491 +#: g10/keyserver.c:1402 g10/keyserver.c:1498 msgid "no keyserver action!\n" msgstr "公钥服务器无动作!\n" -#: g10/keyserver.c:1443 +#: g10/keyserver.c:1450 #, c-format msgid "WARNING: keyserver handler from a different version of GnuPG (%s)\n" msgstr "警告:处理公钥服务器的程序来自不同版本的 GnuPG (%s)\n" -#: g10/keyserver.c:1452 +#: g10/keyserver.c:1459 msgid "keyserver did not send VERSION\n" msgstr "公钥服务器未发送 VERSION\n" -#: g10/keyserver.c:1514 g10/keyserver.c:2042 +#: g10/keyserver.c:1521 g10/keyserver.c:2049 msgid "no keyserver known (use option --keyserver)\n" msgstr "未给出公钥服务器(使用 --keyserver 选项)\n" -#: g10/keyserver.c:1520 +#: g10/keyserver.c:1527 msgid "external keyserver calls are not supported in this build\n" msgstr "这一编译版本不支持外部调用公钥服务器\n" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1539 #, c-format msgid "no handler for keyserver scheme `%s'\n" msgstr "没有处理‘%s’公钥服务器的程序\n" -#: g10/keyserver.c:1537 +#: g10/keyserver.c:1544 #, c-format msgid "action `%s' not supported with keyserver scheme `%s'\n" msgstr "‘%s’操作不为‘%s’公钥服务器所支持\n" -#: g10/keyserver.c:1545 +#: g10/keyserver.c:1552 #, c-format msgid "%s does not support handler version %d\n" msgstr "%s 不支持对版本 %d 的处理\n" -#: g10/keyserver.c:1552 +#: g10/keyserver.c:1559 msgid "keyserver timed out\n" msgstr "公钥服务器超时\n" -#: g10/keyserver.c:1557 +#: g10/keyserver.c:1564 msgid "keyserver internal error\n" msgstr "公钥服务器内部错误\n" -#: g10/keyserver.c:1566 +#: g10/keyserver.c:1573 #, c-format msgid "keyserver communications error: %s\n" msgstr "公钥服务器通讯错误:%s\n" -#: g10/keyserver.c:1591 g10/keyserver.c:1625 +#: g10/keyserver.c:1598 g10/keyserver.c:1632 #, c-format msgid "\"%s\" not a key ID: skipping\n" msgstr "“%s”不是一个用户标识:跳过\n" -#: g10/keyserver.c:1884 +#: g10/keyserver.c:1891 #, c-format msgid "WARNING: unable to refresh key %s via %s: %s\n" msgstr "警告:无法更新密钥 %s,通过 %s:%s\n" -#: g10/keyserver.c:1906 +#: g10/keyserver.c:1913 #, c-format msgid "refreshing 1 key from %s\n" msgstr "1 个密钥正从 %s 得到更新\n" -#: g10/keyserver.c:1908 +#: g10/keyserver.c:1915 #, c-format msgid "refreshing %d keys from %s\n" msgstr "%d 个密钥正从 %s 得到更新\n" -#: g10/keyserver.c:1964 +#: g10/keyserver.c:1971 #, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "警告:无法获取 URI %s:%s\n" -#: g10/keyserver.c:1970 +#: g10/keyserver.c:1977 #, c-format msgid "WARNING: unable to parse URI %s\n" msgstr "不能解析 URI %s\n" @@ -5101,16 +5105,16 @@ msgstr "新的配置文件‘%s’已建立\n" msgid "WARNING: options in `%s' are not yet active during this run\n" msgstr "警告:在‘%s’里的选项于此次运行期间未被使用\n" -#: g10/parse-packet.c:192 +#: g10/parse-packet.c:193 #, c-format msgid "can't handle public key algorithm %d\n" msgstr "无法操作公钥算法 %d\n" -#: g10/parse-packet.c:762 +#: g10/parse-packet.c:798 msgid "WARNING: potentially insecure symmetrically encrypted session key\n" msgstr "警告:潜在不安全的对称加密会话密钥\n" -#: g10/parse-packet.c:1213 +#: g10/parse-packet.c:1249 #, c-format msgid "subpacket of type %d has critical bit set\n" msgstr "%d 类别的子包设定了关键位\n" @@ -5694,7 +5698,7 @@ msgstr "建立了弱密钥――正在重试\n" msgid "cannot avoid weak key for symmetric cipher; tried %d times!\n" msgstr "对称加密无法避免生成弱密钥;已经尝试 %d 次!\n" -#: g10/seskey.c:229 +#: g10/seskey.c:229 sm/certcheck.c:91 msgid "DSA requires the hash length to be a multiple of 8 bits\n" msgstr "DSA 需要散列值长度为 8 位的倍数\n" @@ -6236,7 +6240,7 @@ msgstr "" msgid "iconv_open failed: %s\n" msgstr "签名时失败: %s\n" -#: jnlib/utf8conv.c:331 jnlib/utf8conv.c:597 +#: jnlib/utf8conv.c:338 jnlib/utf8conv.c:604 #, fuzzy, c-format msgid "conversion from `%s' to `%s' failed: %s\n" msgstr "将‘%s’重命名为‘%s’时失败:%s\n" @@ -6458,7 +6462,7 @@ msgstr "不能存取 %s――无效的 OpenPGP 卡?\n" msgid "run in multi server mode (foreground)" msgstr "" -#: scd/scdaemon.c:113 sm/gpgsm.c:356 +#: scd/scdaemon.c:113 sm/gpgsm.c:359 #, fuzzy msgid "read options from file" msgstr "从‘%s’读取选项\n" @@ -6499,21 +6503,21 @@ msgid "" "Smartcard daemon for GnuPG\n" msgstr "" -#: scd/scdaemon.c:684 +#: scd/scdaemon.c:664 msgid "please use the option `--daemon' to run the program in the background\n" msgstr "" -#: scd/scdaemon.c:1032 +#: scd/scdaemon.c:1012 #, c-format msgid "handler for fd %d started\n" msgstr "" -#: scd/scdaemon.c:1037 +#: scd/scdaemon.c:1017 #, c-format msgid "handler for fd %d terminated\n" msgstr "" -#: sm/base64.c:323 +#: sm/base64.c:327 #, fuzzy, c-format msgid "invalid radix64 character %02x skipped\n" msgstr "跳过无效的 64 进制字符 %02x\n" @@ -6537,180 +6541,186 @@ msgstr "不支持 gpg-agent 协议版本 %d\n" msgid "can't connect to the dirmngr - trying fall back\n" msgstr "" -#: sm/certchain.c:165 +#: sm/certchain.c:176 #, fuzzy, c-format msgid "critical certificate extension %s is not supported" msgstr "不支持 gpg-agent 协议版本 %d\n" -#: sm/certchain.c:203 +#: sm/certchain.c:214 msgid "issuer certificate is not marked as a CA" msgstr "" -#: sm/certchain.c:242 +#: sm/certchain.c:253 msgid "critical marked policy without configured policies" msgstr "" -#: sm/certchain.c:252 +#: sm/certchain.c:263 #, fuzzy, c-format msgid "failed to open `%s': %s\n" msgstr "无法打开‘%s’:%s\n" -#: sm/certchain.c:259 sm/certchain.c:288 +#: sm/certchain.c:270 sm/certchain.c:299 msgid "note: non-critical certificate policy not allowed" msgstr "" -#: sm/certchain.c:263 sm/certchain.c:292 +#: sm/certchain.c:274 sm/certchain.c:303 #, fuzzy msgid "certificate policy not allowed" msgstr "不允许导出私钥\n" -#: sm/certchain.c:403 +#: sm/certchain.c:414 msgid "looking up issuer at external location\n" msgstr "" -#: sm/certchain.c:423 +#: sm/certchain.c:434 #, c-format msgid "number of issuers matching: %d\n" msgstr "" -#: sm/certchain.c:576 sm/certchain.c:740 sm/certchain.c:1266 sm/decrypt.c:261 +#: sm/certchain.c:587 sm/certchain.c:753 sm/certchain.c:1334 sm/decrypt.c:261 #: sm/encrypt.c:343 sm/sign.c:328 sm/verify.c:107 #, fuzzy msgid "failed to allocated keyDB handle\n" msgstr "无法存储密钥:%s\n" -#: sm/certchain.c:667 +#: sm/certchain.c:678 #, fuzzy msgid "certificate has been revoked" msgstr "注意:密钥已被吊销" -#: sm/certchain.c:676 +#: sm/certchain.c:687 #, fuzzy msgid "no CRL found for certificate" msgstr "证书已损坏" -#: sm/certchain.c:680 +#: sm/certchain.c:691 #, fuzzy msgid "the available CRL is too old" msgstr "可用的密钥在:" -#: sm/certchain.c:682 +#: sm/certchain.c:693 msgid "please make sure that the \"dirmngr\" is properly installed\n" msgstr "" -#: sm/certchain.c:687 +#: sm/certchain.c:698 #, fuzzy, c-format msgid "checking the CRL failed: %s" msgstr "检查已建立的签名时发生错误: %s\n" -#: sm/certchain.c:765 +#: sm/certchain.c:794 #, fuzzy msgid "no issuer found in certificate" msgstr "生成一份吊销证书" -#: sm/certchain.c:792 +#: sm/certchain.c:823 #, c-format msgid "certificate with invalid validity: %s" msgstr "" -#: sm/certchain.c:808 +#: sm/certchain.c:839 msgid "certificate not yet valid" msgstr "" -#: sm/certchain.c:821 +#: sm/certchain.c:852 #, fuzzy msgid "certificate has expired" msgstr "这把密钥已经过期!" -#: sm/certchain.c:864 +#: sm/certchain.c:895 msgid "self-signed certificate has a BAD signature" msgstr "" -#: sm/certchain.c:932 +#: sm/certchain.c:963 msgid "root certificate is not marked trusted" msgstr "" -#: sm/certchain.c:947 +#: sm/certchain.c:978 #, fuzzy, c-format msgid "fingerprint=%s\n" msgstr "CA 指纹:" -#: sm/certchain.c:955 +#: sm/certchain.c:986 msgid "root certificate has now been marked as trusted\n" msgstr "" -#: sm/certchain.c:970 +#: sm/certchain.c:1001 msgid "interactive marking as trusted not enabled in gpg-agent\n" msgstr "" -#: sm/certchain.c:976 +#: sm/certchain.c:1007 msgid "interactive marking as trusted disabled for this session\n" msgstr "" -#: sm/certchain.c:986 +#: sm/certchain.c:1017 #, fuzzy, c-format msgid "checking the trust list failed: %s\n" msgstr "检查已建立的签名时发生错误: %s\n" -#: sm/certchain.c:1013 sm/import.c:158 +#: sm/certchain.c:1044 sm/import.c:159 msgid "certificate chain too long\n" msgstr "" -#: sm/certchain.c:1025 +#: sm/certchain.c:1056 msgid "issuer certificate not found" msgstr "" -#: sm/certchain.c:1058 +#: sm/certchain.c:1089 #, fuzzy msgid "certificate has a BAD signature" msgstr "验证签名" -#: sm/certchain.c:1088 +#: sm/certchain.c:1119 msgid "found another possible matching CA certificate - trying again" msgstr "" -#: sm/certchain.c:1139 +#: sm/certchain.c:1170 #, c-format msgid "certificate chain longer than allowed by CA (%d)" msgstr "" -#: sm/certcheck.c:52 -msgid "DSA requires the use of a 160 bit hash algorithm\n" -msgstr "DSA 要求使用 160 位的散列算法\n" +#: sm/certcheck.c:103 +#, fuzzy, c-format +msgid "%s key uses an unsafe (%u bit) hash\n" +msgstr "DSA 密钥 %s 使用不安全的(%u 位)的散列\n" + +#: sm/certcheck.c:113 +#, c-format +msgid "a %u bit hash is not valid for a %u bit %s key\n" +msgstr "" -#: sm/certcheck.c:177 sm/sign.c:482 sm/verify.c:189 +#: sm/certcheck.c:250 sm/sign.c:482 sm/verify.c:189 msgid "(this is the MD2 algorithm)\n" msgstr "" -#: sm/certdump.c:68 sm/certdump.c:154 +#: sm/certdump.c:68 sm/certdump.c:151 #, fuzzy msgid "none" msgstr "no" -#: sm/certdump.c:163 +#: sm/certdump.c:162 #, fuzzy msgid "[none]" msgstr "[未设定]" -#: sm/certdump.c:536 sm/certdump.c:599 +#: sm/certdump.c:552 sm/certdump.c:597 sm/certdump.c:662 sm/certdump.c:715 #, fuzzy msgid "[Error - invalid encoding]" msgstr "错误:无效的响应。\n" -#: sm/certdump.c:544 +#: sm/certdump.c:560 sm/certdump.c:605 msgid "[Error - out of core]" msgstr "" -#: sm/certdump.c:579 +#: sm/certdump.c:642 sm/certdump.c:698 msgid "[Error - No name]" msgstr "" -#: sm/certdump.c:604 +#: sm/certdump.c:667 sm/certdump.c:721 #, fuzzy msgid "[Error - invalid DN]" msgstr "错误:无效的响应。\n" -#: sm/certdump.c:818 +#: sm/certdump.c:930 #, fuzzy, c-format msgid "" "Please enter the passphrase to unlock the secret key for:\n" @@ -6725,7 +6735,7 @@ msgstr "" msgid "no key usage specified - assuming all usages\n" msgstr "" -#: sm/certlist.c:135 sm/keylist.c:255 +#: sm/certlist.c:135 sm/keylist.c:258 #, fuzzy, c-format msgid "error getting key usage information: %s\n" msgstr "取得当前密钥信息时出错:%s\n" @@ -6812,7 +6822,7 @@ msgstr "" msgid "certificate `%s' not found: %s\n" msgstr "找不到私钥“%s”:%s\n" -#: sm/delete.c:113 sm/keydb.c:1392 sm/keydb.c:1485 +#: sm/delete.c:113 sm/keydb.c:1397 sm/keydb.c:1497 #, fuzzy, c-format msgid "error locking keybox: %s\n" msgstr "读取密钥区块时发生错误:%s\n" @@ -6837,200 +6847,200 @@ msgstr "删除密钥区块时失败:%s\n" msgid "no valid recipients given\n" msgstr "(不给定描述)\n" -#: sm/export.c:562 sm/export.c:578 sm/import.c:525 sm/import.c:550 +#: sm/export.c:615 sm/export.c:631 sm/import.c:526 sm/import.c:551 #, fuzzy, c-format msgid "error creating temporary file: %s\n" msgstr "生成密码的时候发生错误:%s\n" -#: sm/export.c:569 sm/import.c:533 +#: sm/export.c:622 sm/import.c:534 #, fuzzy, c-format msgid "error writing to temporary file: %s\n" msgstr "%s:写入目录记录时出错:%s\n" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:244 #, fuzzy msgid "|[FILE]|make a signature" msgstr "|[文件名]|生成一份签名" -#: sm/gpgsm.c:244 +#: sm/gpgsm.c:245 #, fuzzy msgid "|[FILE]|make a clear text signature" msgstr "|[文件名]|生成一份明文签名" -#: sm/gpgsm.c:252 +#: sm/gpgsm.c:253 #, fuzzy msgid "list external keys" msgstr "列出私钥" -#: sm/gpgsm.c:254 +#: sm/gpgsm.c:255 #, fuzzy msgid "list certificate chain" msgstr "证书已损坏" -#: sm/gpgsm.c:257 +#: sm/gpgsm.c:258 #, fuzzy msgid "remove key from the public keyring" msgstr "从公钥钥匙环里删除密钥" -#: sm/gpgsm.c:260 +#: sm/gpgsm.c:261 #, fuzzy msgid "import certificates" msgstr "证书已损坏" -#: sm/gpgsm.c:261 +#: sm/gpgsm.c:262 #, fuzzy msgid "export certificates" msgstr "证书已损坏" -#: sm/gpgsm.c:262 +#: sm/gpgsm.c:263 #, fuzzy msgid "register a smartcard" msgstr "在智能卡上添加一把密钥" -#: sm/gpgsm.c:264 +#: sm/gpgsm.c:265 msgid "pass a command to the dirmngr" msgstr "" -#: sm/gpgsm.c:266 +#: sm/gpgsm.c:267 msgid "invoke gpg-protect-tool" msgstr "" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:268 #, fuzzy msgid "change a passphrase" msgstr "更改密码" -#: sm/gpgsm.c:282 +#: sm/gpgsm.c:283 #, fuzzy msgid "create base-64 encoded output" msgstr "输出经 ASCII 封装" -#: sm/gpgsm.c:284 +#: sm/gpgsm.c:287 msgid "assume input is in PEM format" msgstr "" -#: sm/gpgsm.c:286 +#: sm/gpgsm.c:289 msgid "assume input is in base-64 format" msgstr "" -#: sm/gpgsm.c:288 +#: sm/gpgsm.c:291 msgid "assume input is in binary format" msgstr "" -#: sm/gpgsm.c:293 +#: sm/gpgsm.c:296 msgid "use system's dirmngr if available" msgstr "" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "never consult a CRL" msgstr "" -#: sm/gpgsm.c:301 +#: sm/gpgsm.c:304 msgid "check validity using OCSP" msgstr "" -#: sm/gpgsm.c:304 +#: sm/gpgsm.c:307 msgid "|N|number of certificates to include" msgstr "" -#: sm/gpgsm.c:307 +#: sm/gpgsm.c:310 msgid "|FILE|take policy information from FILE" msgstr "" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "do not check certificate policies" msgstr "" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "fetch missing issuer certificates" msgstr "" -#: sm/gpgsm.c:318 +#: sm/gpgsm.c:321 msgid "|NAME|use NAME as default recipient" msgstr "" -#: sm/gpgsm.c:320 +#: sm/gpgsm.c:323 #, fuzzy msgid "use the default key as default recipient" msgstr "已跳过:公钥已被设为默认收件者\n" -#: sm/gpgsm.c:337 +#: sm/gpgsm.c:340 msgid "don't use the terminal at all" msgstr "" -#: sm/gpgsm.c:341 +#: sm/gpgsm.c:344 #, fuzzy msgid "force v3 signatures" msgstr "检查签名" -#: sm/gpgsm.c:342 +#: sm/gpgsm.c:345 msgid "always use a MDC for encryption" msgstr "" -#: sm/gpgsm.c:347 +#: sm/gpgsm.c:350 msgid "batch mode: never ask" msgstr "" -#: sm/gpgsm.c:348 +#: sm/gpgsm.c:351 msgid "assume yes on most questions" msgstr "" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 msgid "assume no on most questions" msgstr "" -#: sm/gpgsm.c:351 +#: sm/gpgsm.c:354 #, fuzzy msgid "add this keyring to the list of keyrings" msgstr "从这个钥匙环里取用密钥" -#: sm/gpgsm.c:352 +#: sm/gpgsm.c:355 #, fuzzy msgid "add this secret keyring to the list" msgstr "要有私钥才能这么做。\n" -#: sm/gpgsm.c:353 +#: sm/gpgsm.c:356 msgid "|NAME|use NAME as default secret key" msgstr "" -#: sm/gpgsm.c:354 +#: sm/gpgsm.c:357 msgid "|HOST|use this keyserver to lookup keys" msgstr "" -#: sm/gpgsm.c:355 +#: sm/gpgsm.c:358 #, fuzzy msgid "|NAME|set terminal charset to NAME" msgstr "|某甲|为收件者“某甲”加密" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "" -#: sm/gpgsm.c:374 +#: sm/gpgsm.c:377 msgid "|FILE|load extension module FILE" msgstr "" -#: sm/gpgsm.c:380 +#: sm/gpgsm.c:383 #, fuzzy msgid "|NAME|use cipher algorithm NAME" msgstr "未知的对称加密算法" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 #, fuzzy msgid "|NAME|use message digest algorithm NAME" msgstr "%s 签名,散列算法 %s\n" -#: sm/gpgsm.c:384 +#: sm/gpgsm.c:387 #, fuzzy msgid "|N|use compress algorithm N" msgstr "未知的压缩算法" -#: sm/gpgsm.c:520 +#: sm/gpgsm.c:524 #, fuzzy msgid "Usage: gpgsm [options] [files] (-h for help)" msgstr "用法: gpg [选项] [文件] (用 -h 求助)" -#: sm/gpgsm.c:523 +#: sm/gpgsm.c:527 #, fuzzy msgid "" "Syntax: gpgsm [options] [files]\n" @@ -7041,45 +7051,40 @@ msgstr "" "签名、检查、加密或解密\n" "默认的操作依输入数据而定\n" -#: sm/gpgsm.c:617 +#: sm/gpgsm.c:621 #, fuzzy msgid "usage: gpgsm [options] " msgstr "用法:gpg [选项] " -#: sm/gpgsm.c:698 +#: sm/gpgsm.c:702 #, fuzzy, c-format msgid "can't encrypt to `%s': %s\n" msgstr "无法连接至‘%s’:%s\n" -#: sm/gpgsm.c:773 -#, c-format -msgid "libksba is too old (need %s, have %s)\n" -msgstr "" - -#: sm/gpgsm.c:1249 +#: sm/gpgsm.c:1253 msgid "WARNING: running with faked system time: " msgstr "" -#: sm/gpgsm.c:1328 +#: sm/gpgsm.c:1332 #, c-format msgid "importing common certificates `%s'\n" msgstr "" -#: sm/gpgsm.c:1346 +#: sm/gpgsm.c:1350 #, fuzzy, c-format msgid "can't sign using `%s': %s\n" msgstr "无法存取‘%s’:%s\n" -#: sm/gpgsm.c:1536 +#: sm/gpgsm.c:1542 msgid "this command has not yet been implemented\n" msgstr "" -#: sm/gpgsm.c:1601 +#: sm/gpgsm.c:1606 #, fuzzy msgid "key generation is not available from the commandline\n" msgstr "gpg-agent 在此次舍话中无法使用\n" -#: sm/gpgsm.c:1602 +#: sm/gpgsm.c:1607 #, fuzzy, c-format msgid "please use the script \"%s\" to generate a new key\n" msgstr "请选择您要使用的密钥种类:\n" @@ -7089,21 +7094,21 @@ msgstr "请选择您要使用的密钥种类:\n" msgid "total number processed: %lu\n" msgstr "合计被处理的数量:%lu\n" -#: sm/import.c:227 +#: sm/import.c:228 #, fuzzy msgid "error storing certificate\n" msgstr "生成一份吊销证书" -#: sm/import.c:235 +#: sm/import.c:236 msgid "basic certificate checks failed - not imported\n" msgstr "" -#: sm/import.c:421 sm/import.c:453 +#: sm/import.c:422 sm/import.c:454 #, fuzzy, c-format msgid "error importing certificate: %s\n" msgstr "生成密码的时候发生错误:%s\n" -#: sm/import.c:542 tools/gpg-connect-agent.c:384 +#: sm/import.c:543 tools/gpg-connect-agent.c:388 #, fuzzy, c-format msgid "error reading input: %s\n" msgstr "读取‘%s’时出错:%s\n" @@ -7122,12 +7127,12 @@ msgstr "" msgid "keybox `%s' created\n" msgstr "钥匙环‘%s’已建立\n" -#: sm/keydb.c:1312 sm/keydb.c:1378 +#: sm/keydb.c:1312 sm/keydb.c:1380 #, fuzzy msgid "failed to get the fingerprint\n" msgstr "无法存储指纹:%s\n" -#: sm/keydb.c:1319 sm/keydb.c:1385 +#: sm/keydb.c:1319 sm/keydb.c:1387 #, fuzzy msgid "failed to allocate keyDB handle\n" msgstr "无法存储密钥:%s\n" @@ -7147,17 +7152,17 @@ msgstr "在‘%s’中寻找信任度记录时出错:%s\n" msgid "error storing certificate: %s\n" msgstr "取得当前密钥信息时出错:%s\n" -#: sm/keydb.c:1400 +#: sm/keydb.c:1408 #, c-format msgid "problem re-searching certificate: %s\n" msgstr "" -#: sm/keydb.c:1409 sm/keydb.c:1497 +#: sm/keydb.c:1417 sm/keydb.c:1509 #, fuzzy, c-format msgid "error getting stored flags: %s\n" msgstr "获取新 PIN 时出错:%s\n" -#: sm/keydb.c:1418 sm/keydb.c:1508 +#: sm/keydb.c:1429 sm/keydb.c:1520 #, fuzzy, c-format msgid "error storing flags: %s\n" msgstr "读取‘%s’时出错:%s\n" @@ -7230,103 +7235,107 @@ msgstr "完好的签名,来自于“%s”" msgid " aka" msgstr " 亦即“%s”" -#: tools/gpg-connect-agent.c:60 tools/gpgconf.c:70 tools/symcryptrun.c:186 +#: tools/gpg-connect-agent.c:61 tools/gpgconf.c:70 tools/symcryptrun.c:167 #, fuzzy msgid "quiet" msgstr "quit" -#: tools/gpg-connect-agent.c:61 +#: tools/gpg-connect-agent.c:62 msgid "print data out hex encoded" msgstr "" -#: tools/gpg-connect-agent.c:62 +#: tools/gpg-connect-agent.c:63 +msgid "decode received data lines" +msgstr "" + +#: tools/gpg-connect-agent.c:64 msgid "|NAME|connect to Assuan socket NAME" msgstr "" -#: tools/gpg-connect-agent.c:63 +#: tools/gpg-connect-agent.c:65 msgid "run the Assuan server given on the command line" msgstr "" -#: tools/gpg-connect-agent.c:65 +#: tools/gpg-connect-agent.c:67 msgid "do not use extended connect mode" msgstr "" -#: tools/gpg-connect-agent.c:126 +#: tools/gpg-connect-agent.c:129 #, fuzzy msgid "Usage: gpg-connect-agent [options] (-h for help)" msgstr "用法: gpg [选项] [文件] (用 -h 求助)" -#: tools/gpg-connect-agent.c:129 +#: tools/gpg-connect-agent.c:132 msgid "" "Syntax: gpg-connect-agent [options]\n" "Connect to a running agent and send commands\n" msgstr "" -#: tools/gpg-connect-agent.c:324 +#: tools/gpg-connect-agent.c:328 #, c-format msgid "option \"%s\" requires a program and optional arguments\n" msgstr "" -#: tools/gpg-connect-agent.c:333 +#: tools/gpg-connect-agent.c:337 #, c-format msgid "option \"%s\" ignored due to \"%s\"\n" msgstr "" -#: tools/gpg-connect-agent.c:391 +#: tools/gpg-connect-agent.c:395 #, fuzzy msgid "line too long - skipped\n" msgstr "列太长" -#: tools/gpg-connect-agent.c:395 +#: tools/gpg-connect-agent.c:399 msgid "line shortened due to embedded Nul character\n" msgstr "" -#: tools/gpg-connect-agent.c:457 +#: tools/gpg-connect-agent.c:471 #, fuzzy, c-format msgid "unknown command `%s'\n" msgstr "未知的选项 '%s'\n" -#: tools/gpg-connect-agent.c:465 +#: tools/gpg-connect-agent.c:479 #, fuzzy, c-format msgid "sending line failed: %s\n" msgstr "签名时失败: %s\n" -#: tools/gpg-connect-agent.c:473 +#: tools/gpg-connect-agent.c:487 #, fuzzy, c-format msgid "receiving line failed: %s\n" msgstr "无法读出公钥:%s\n" -#: tools/gpg-connect-agent.c:746 +#: tools/gpg-connect-agent.c:797 #, fuzzy, c-format msgid "error sending %s command: %s\n" msgstr "读取‘%s’时出错:%s\n" -#: tools/gpg-connect-agent.c:755 +#: tools/gpg-connect-agent.c:806 #, fuzzy, c-format msgid "error sending standard options: %s\n" msgstr "在‘%s’中寻找信任度记录时出错:%s\n" #: tools/gpgconf-comp.c:445 tools/gpgconf-comp.c:525 tools/gpgconf-comp.c:592 -#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:720 +#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:723 msgid "Options controlling the diagnostic output" msgstr "" #: tools/gpgconf-comp.c:458 tools/gpgconf-comp.c:538 tools/gpgconf-comp.c:605 -#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:743 +#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:746 msgid "Options controlling the configuration" msgstr "" #: tools/gpgconf-comp.c:468 tools/gpgconf-comp.c:563 tools/gpgconf-comp.c:612 -#: tools/gpgconf-comp.c:671 tools/gpgconf-comp.c:750 +#: tools/gpgconf-comp.c:674 tools/gpgconf-comp.c:753 msgid "Options useful for debugging" msgstr "" #: tools/gpgconf-comp.c:473 tools/gpgconf-comp.c:568 tools/gpgconf-comp.c:617 -#: tools/gpgconf-comp.c:676 tools/gpgconf-comp.c:758 +#: tools/gpgconf-comp.c:679 tools/gpgconf-comp.c:761 msgid "|FILE|write server mode logs to FILE" msgstr "" -#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:684 +#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:687 msgid "Options controlling the security" msgstr "" @@ -7354,31 +7363,35 @@ msgstr "" msgid "allow PKA lookups (DNS requests)" msgstr "" -#: tools/gpgconf-comp.c:689 +#: tools/gpgconf-comp.c:669 +msgid "|NAME|use encoding NAME for PKCS#12 passphrases" +msgstr "" + +#: tools/gpgconf-comp.c:692 msgid "do not check CRLs for root certificates" msgstr "" -#: tools/gpgconf-comp.c:733 +#: tools/gpgconf-comp.c:736 msgid "Options controlling the format of the output" msgstr "" -#: tools/gpgconf-comp.c:769 +#: tools/gpgconf-comp.c:772 msgid "Options controlling the interactivity and enforcement" msgstr "" -#: tools/gpgconf-comp.c:779 +#: tools/gpgconf-comp.c:782 msgid "Configuration for HTTP servers" msgstr "" -#: tools/gpgconf-comp.c:790 +#: tools/gpgconf-comp.c:793 msgid "use system's HTTP proxy setting" msgstr "" -#: tools/gpgconf-comp.c:795 +#: tools/gpgconf-comp.c:798 msgid "Configuration of LDAP servers to use" msgstr "" -#: tools/gpgconf-comp.c:832 +#: tools/gpgconf-comp.c:835 msgid "Configuration for OCSP" msgstr "" @@ -7442,7 +7455,7 @@ msgstr "不允许使用管理员命令\n" msgid "error allocating enough memory: %s\n" msgstr "建立钥匙环‘%s’时发生错误:%s\n" -#: tools/symcryptrun.c:173 +#: tools/symcryptrun.c:154 #, fuzzy msgid "" "@\n" @@ -7452,166 +7465,169 @@ msgstr "" "@指令:\n" " " -#: tools/symcryptrun.c:175 +#: tools/symcryptrun.c:156 #, fuzzy msgid "decryption modus" msgstr "解密成功\n" -#: tools/symcryptrun.c:176 +#: tools/symcryptrun.c:157 #, fuzzy msgid "encryption modus" msgstr "解密成功\n" -#: tools/symcryptrun.c:180 +#: tools/symcryptrun.c:161 msgid "tool class (confucius)" msgstr "" -#: tools/symcryptrun.c:181 +#: tools/symcryptrun.c:162 #, fuzzy msgid "program filename" msgstr "--store [文件名]" -#: tools/symcryptrun.c:183 +#: tools/symcryptrun.c:164 msgid "secret key file (required)" msgstr "" -#: tools/symcryptrun.c:184 +#: tools/symcryptrun.c:165 msgid "input file name (default stdin)" msgstr "" -#: tools/symcryptrun.c:228 +#: tools/symcryptrun.c:209 #, fuzzy msgid "Usage: symcryptrun [options] (-h for help)" msgstr "用法: gpg [选项] [文件] (用 -h 求助)" -#: tools/symcryptrun.c:231 +#: tools/symcryptrun.c:212 msgid "" "Syntax: symcryptrun --class CLASS --program PROGRAM --keyfile KEYFILE " "[options...] COMMAND [inputfile]\n" "Call a simple symmetric encryption tool\n" msgstr "" -#: tools/symcryptrun.c:313 +#: tools/symcryptrun.c:294 #, fuzzy, c-format msgid "%s on %s aborted with status %i\n" msgstr "%s 不可与 %s 并用\n" -#: tools/symcryptrun.c:320 +#: tools/symcryptrun.c:301 #, fuzzy, c-format msgid "%s on %s failed with status %i\n" msgstr "‘%s’的 fstat 在 %s 中出错:%s\n" -#: tools/symcryptrun.c:346 +#: tools/symcryptrun.c:327 #, fuzzy, c-format msgid "can't create temporary directory `%s': %s\n" msgstr "无法建立目录‘%s’:%s\n" -#: tools/symcryptrun.c:386 tools/symcryptrun.c:403 +#: tools/symcryptrun.c:367 tools/symcryptrun.c:384 #, c-format msgid "could not open %s for writing: %s\n" msgstr "" -#: tools/symcryptrun.c:414 +#: tools/symcryptrun.c:395 #, fuzzy, c-format msgid "error writing to %s: %s\n" msgstr "写入钥匙环‘%s’时出错: %s\n" -#: tools/symcryptrun.c:421 +#: tools/symcryptrun.c:402 #, fuzzy, c-format msgid "error reading from %s: %s\n" msgstr "读取‘%s’时出错:%s\n" -#: tools/symcryptrun.c:428 tools/symcryptrun.c:435 +#: tools/symcryptrun.c:409 tools/symcryptrun.c:416 #, fuzzy, c-format msgid "error closing %s: %s\n" msgstr "‘%s’中出错:%s\n" -#: tools/symcryptrun.c:545 +#: tools/symcryptrun.c:526 #, fuzzy msgid "no --program option provided\n" msgstr "不支持远程调用\n" -#: tools/symcryptrun.c:551 +#: tools/symcryptrun.c:532 msgid "only --decrypt and --encrypt are supported\n" msgstr "" -#: tools/symcryptrun.c:557 +#: tools/symcryptrun.c:538 msgid "no --keyfile option provided\n" msgstr "" -#: tools/symcryptrun.c:568 +#: tools/symcryptrun.c:549 msgid "cannot allocate args vector\n" msgstr "" -#: tools/symcryptrun.c:586 +#: tools/symcryptrun.c:567 #, fuzzy, c-format msgid "could not create pipe: %s\n" msgstr "无法建立‘%s’:%s\n" -#: tools/symcryptrun.c:593 +#: tools/symcryptrun.c:574 #, fuzzy, c-format msgid "could not create pty: %s\n" msgstr "无法建立‘%s’:%s\n" -#: tools/symcryptrun.c:609 +#: tools/symcryptrun.c:590 #, c-format msgid "could not fork: %s\n" msgstr "" -#: tools/symcryptrun.c:637 +#: tools/symcryptrun.c:618 #, fuzzy, c-format msgid "execv failed: %s\n" msgstr "更新失败:%s\n" -#: tools/symcryptrun.c:666 +#: tools/symcryptrun.c:647 #, fuzzy, c-format msgid "select failed: %s\n" msgstr "删除密钥区块时失败:%s\n" -#: tools/symcryptrun.c:683 +#: tools/symcryptrun.c:664 #, fuzzy, c-format msgid "read failed: %s\n" msgstr "更新失败:%s\n" -#: tools/symcryptrun.c:735 +#: tools/symcryptrun.c:716 #, fuzzy, c-format msgid "pty read failed: %s\n" msgstr "更新失败:%s\n" -#: tools/symcryptrun.c:787 +#: tools/symcryptrun.c:768 #, fuzzy, c-format msgid "waitpid failed: %s\n" msgstr "更新失败:%s\n" -#: tools/symcryptrun.c:801 +#: tools/symcryptrun.c:782 #, c-format msgid "child aborted with status %i\n" msgstr "" -#: tools/symcryptrun.c:856 +#: tools/symcryptrun.c:837 #, fuzzy, c-format msgid "cannot allocate infile string: %s\n" msgstr "不能创建备份文件‘%s’:%s\n" -#: tools/symcryptrun.c:869 +#: tools/symcryptrun.c:850 #, fuzzy, c-format msgid "cannot allocate outfile string: %s\n" msgstr "不能创建备份文件‘%s’:%s\n" -#: tools/symcryptrun.c:1044 +#: tools/symcryptrun.c:1025 #, c-format msgid "either %s or %s must be given\n" msgstr "" -#: tools/symcryptrun.c:1064 +#: tools/symcryptrun.c:1045 msgid "no class provided\n" msgstr "" -#: tools/symcryptrun.c:1071 +#: tools/symcryptrun.c:1052 #, fuzzy, c-format msgid "class %s is not supported\n" msgstr "不支持保护散列 %d\n" +#~ msgid "DSA requires the use of a 160 bit hash algorithm\n" +#~ msgstr "DSA 要求使用 160 位的散列算法\n" + #, fuzzy #~ msgid ".\n" #~ msgstr "%s.\n" diff --git a/po/zh_TW.po b/po/zh_TW.po index 4abbf104c..3e5e84c34 100644 --- a/po/zh_TW.po +++ b/po/zh_TW.po @@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg 1.4.2\n" "Report-Msgid-Bugs-To: translations@gnupg.org\n" -"POT-Creation-Date: 2007-03-08 14:20+0100\n" +"POT-Creation-Date: 2007-05-07 20:39+0200\n" "PO-Revision-Date: 2005-07-29 09:49+0800\n" "Last-Translator: Jedi <Jedi@Jedi.org>\n" "Language-Team: Chinese (traditional) <zh-l10n@linux.org.tw>\n" @@ -92,8 +92,8 @@ msgstr "無法建立 `%s': %s\n" #: g10/keyring.c:1534 g10/openfile.c:190 g10/openfile.c:345 #: g10/plaintext.c:504 g10/sign.c:814 g10/sign.c:1009 g10/sign.c:1125 #: g10/sign.c:1281 g10/tdbdump.c:141 g10/tdbdump.c:149 g10/tdbio.c:542 -#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1775 -#: sm/gpgsm.c:1812 sm/qualified.c:74 +#: g10/tdbio.c:605 g10/verify.c:100 g10/verify.c:163 sm/gpgsm.c:1780 +#: sm/gpgsm.c:1817 sm/gpgsm.c:1855 sm/qualified.c:74 #, c-format msgid "can't open `%s': %s\n" msgstr "無法開啟 `%s': %s\n" @@ -192,13 +192,13 @@ msgstr "" "妳需要一個密語來保護妳的私鑰.\n" "\n" -#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1216 +#: agent/genkey.c:148 agent/genkey.c:266 agent/protect-tool.c:1202 #, fuzzy msgid "Please re-enter this passphrase" msgstr "更改密語" -#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1222 -#: tools/symcryptrun.c:487 +#: agent/genkey.c:175 agent/genkey.c:293 agent/protect-tool.c:1208 +#: tools/symcryptrun.c:468 msgid "does not match - try again" msgstr "" @@ -207,7 +207,7 @@ msgstr "" msgid "Please enter the new passphrase" msgstr "更改密語" -#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:109 +#: agent/gpg-agent.c:113 agent/preset-passphrase.c:74 agent/protect-tool.c:111 #: scd/scdaemon.c:103 #, fuzzy msgid "" @@ -227,13 +227,13 @@ msgid "run in daemon mode (background)" msgstr "" #: agent/gpg-agent.c:117 g10/gpg.c:470 g10/gpgv.c:71 kbx/kbxutil.c:82 -#: scd/scdaemon.c:109 sm/gpgsm.c:335 tools/gpg-connect-agent.c:59 -#: tools/gpgconf.c:69 tools/symcryptrun.c:185 +#: scd/scdaemon.c:109 sm/gpgsm.c:338 tools/gpg-connect-agent.c:60 +#: tools/gpgconf.c:69 tools/symcryptrun.c:166 msgid "verbose" msgstr "囉唆模式" #: agent/gpg-agent.c:118 g10/gpgv.c:72 kbx/kbxutil.c:83 scd/scdaemon.c:110 -#: sm/gpgsm.c:336 +#: sm/gpgsm.c:339 msgid "be somewhat more quiet" msgstr "盡量安靜些" @@ -245,7 +245,7 @@ msgstr "" msgid "csh-style command output" msgstr "" -#: agent/gpg-agent.c:121 tools/symcryptrun.c:188 +#: agent/gpg-agent.c:121 tools/symcryptrun.c:169 #, fuzzy msgid "|FILE|read options from FILE" msgstr "從 `%s' 讀取選項\n" @@ -258,8 +258,8 @@ msgstr "" msgid "do not grab keyboard and mouse" msgstr "" -#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:338 -#: tools/symcryptrun.c:187 +#: agent/gpg-agent.c:128 scd/scdaemon.c:122 sm/gpgsm.c:341 +#: tools/symcryptrun.c:168 #, fuzzy msgid "use a log file for the server" msgstr "在某個金鑰伺服器上搜尋金鑰" @@ -315,9 +315,9 @@ msgstr "" msgid "|FILE|write environment settings also to FILE" msgstr "" -#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:143 -#: scd/scdaemon.c:192 sm/gpgsm.c:517 tools/gpg-connect-agent.c:123 -#: tools/gpgconf.c:91 tools/symcryptrun.c:225 +#: agent/gpg-agent.c:247 agent/preset-passphrase.c:96 agent/protect-tool.c:148 +#: scd/scdaemon.c:192 sm/gpgsm.c:521 tools/gpg-connect-agent.c:126 +#: tools/gpgconf.c:91 tools/symcryptrun.c:206 #, fuzzy msgid "Please report bugs to <" msgstr "請向 <gnupg-bugs@gnu.org> 回報程式瑕疵.\n" @@ -333,138 +333,127 @@ msgid "" "Secret key management for GnuPG\n" msgstr "" -#: agent/gpg-agent.c:311 -#, c-format -msgid "out of core in secure memory while allocating %lu bytes" -msgstr "" - -#: agent/gpg-agent.c:314 -#, c-format -msgid "out of core while allocating %lu bytes" -msgstr "" - -#: agent/gpg-agent.c:345 g10/gpg.c:931 scd/scdaemon.c:266 sm/gpgsm.c:646 +#: agent/gpg-agent.c:303 g10/gpg.c:931 scd/scdaemon.c:247 sm/gpgsm.c:650 #, c-format msgid "invalid debug-level `%s' given\n" msgstr "" -#: agent/gpg-agent.c:521 agent/protect-tool.c:1073 g10/gpg.c:1835 -#: kbx/kbxutil.c:432 scd/scdaemon.c:358 sm/gpgsm.c:768 -#: tools/symcryptrun.c:1056 +#: agent/gpg-agent.c:479 agent/protect-tool.c:1059 kbx/kbxutil.c:432 +#: scd/scdaemon.c:339 sm/gpgsm.c:771 sm/gpgsm.c:774 tools/symcryptrun.c:1037 #, c-format -msgid "libgcrypt is too old (need %s, have %s)\n" +msgid "%s is too old (need %s, have %s)\n" msgstr "" -#: agent/gpg-agent.c:615 g10/gpg.c:2035 scd/scdaemon.c:435 sm/gpgsm.c:865 +#: agent/gpg-agent.c:572 g10/gpg.c:2035 scd/scdaemon.c:415 sm/gpgsm.c:865 #, c-format msgid "NOTE: no default option file `%s'\n" msgstr "請注意: 沒有預設選項檔 `%s'\n" -#: agent/gpg-agent.c:620 agent/gpg-agent.c:1179 g10/gpg.c:2039 -#: scd/scdaemon.c:440 sm/gpgsm.c:869 tools/symcryptrun.c:989 +#: agent/gpg-agent.c:577 agent/gpg-agent.c:1136 g10/gpg.c:2039 +#: scd/scdaemon.c:420 sm/gpgsm.c:869 tools/symcryptrun.c:970 #, c-format msgid "option file `%s': %s\n" msgstr "選項檔 `%s': %s\n" -#: agent/gpg-agent.c:628 g10/gpg.c:2046 scd/scdaemon.c:448 sm/gpgsm.c:876 +#: agent/gpg-agent.c:585 g10/gpg.c:2046 scd/scdaemon.c:428 sm/gpgsm.c:876 #, c-format msgid "reading options from `%s'\n" msgstr "從 `%s' 讀取選項\n" -#: agent/gpg-agent.c:949 g10/plaintext.c:142 g10/plaintext.c:147 +#: agent/gpg-agent.c:906 g10/plaintext.c:142 g10/plaintext.c:147 #: g10/plaintext.c:164 #, c-format msgid "error creating `%s': %s\n" msgstr "建立 `%s' 時發生錯誤: %s\n" -#: agent/gpg-agent.c:1239 agent/gpg-agent.c:1342 agent/gpg-agent.c:1346 -#: agent/gpg-agent.c:1382 agent/gpg-agent.c:1386 g10/exec.c:174 -#: g10/openfile.c:418 scd/scdaemon.c:934 +#: agent/gpg-agent.c:1196 agent/gpg-agent.c:1299 agent/gpg-agent.c:1303 +#: agent/gpg-agent.c:1339 agent/gpg-agent.c:1343 g10/exec.c:174 +#: g10/openfile.c:418 scd/scdaemon.c:914 #, c-format msgid "can't create directory `%s': %s\n" msgstr "無法建立目錄 `%s': %s\n" -#: agent/gpg-agent.c:1253 scd/scdaemon.c:948 +#: agent/gpg-agent.c:1210 scd/scdaemon.c:928 msgid "name of socket too long\n" msgstr "" -#: agent/gpg-agent.c:1279 scd/scdaemon.c:974 +#: agent/gpg-agent.c:1236 scd/scdaemon.c:954 #, fuzzy, c-format msgid "can't create socket: %s\n" msgstr "無法建立 `%s': %s\n" -#: agent/gpg-agent.c:1308 scd/scdaemon.c:1003 +#: agent/gpg-agent.c:1265 scd/scdaemon.c:983 #, fuzzy, c-format msgid "error binding socket to `%s': %s\n" msgstr "在 `%s' 中尋找信任記錄時出錯: %s\n" -#: agent/gpg-agent.c:1316 scd/scdaemon.c:1011 +#: agent/gpg-agent.c:1273 scd/scdaemon.c:991 #, fuzzy, c-format msgid "listen() failed: %s\n" msgstr "更新失敗: %s\n" -#: agent/gpg-agent.c:1322 scd/scdaemon.c:1017 +#: agent/gpg-agent.c:1279 scd/scdaemon.c:997 #, fuzzy, c-format msgid "listening on socket `%s'\n" msgstr "正在將私鑰寫至 `%s'\n" -#: agent/gpg-agent.c:1350 agent/gpg-agent.c:1392 g10/openfile.c:421 +#: agent/gpg-agent.c:1307 agent/gpg-agent.c:1349 g10/openfile.c:421 #, c-format msgid "directory `%s' created\n" msgstr "目錄 `%s' 已建立\n" -#: agent/gpg-agent.c:1398 +#: agent/gpg-agent.c:1355 #, fuzzy, c-format msgid "stat() failed for `%s': %s\n" msgstr "fstat(%d) 失敗於 %s: %s\n" -#: agent/gpg-agent.c:1402 +#: agent/gpg-agent.c:1359 #, fuzzy, c-format msgid "can't use `%s' as home directory\n" msgstr "無法建立目錄 `%s': %s\n" -#: agent/gpg-agent.c:1504 +#: agent/gpg-agent.c:1461 #, c-format msgid "handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:1509 +#: agent/gpg-agent.c:1466 #, c-format msgid "handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:1526 +#: agent/gpg-agent.c:1483 #, c-format msgid "ssh handler 0x%lx for fd %d started\n" msgstr "" -#: agent/gpg-agent.c:1531 +#: agent/gpg-agent.c:1488 #, c-format msgid "ssh handler 0x%lx for fd %d terminated\n" msgstr "" -#: agent/gpg-agent.c:1627 scd/scdaemon.c:1136 +#: agent/gpg-agent.c:1584 scd/scdaemon.c:1116 #, fuzzy, c-format msgid "pth_select failed: %s - waiting 1s\n" msgstr "更新私鑰失敗: %s\n" -#: agent/gpg-agent.c:1733 scd/scdaemon.c:1203 +#: agent/gpg-agent.c:1690 scd/scdaemon.c:1183 #, fuzzy, c-format msgid "%s %s stopped\n" msgstr "%s: 已跳過: %s\n" -#: agent/gpg-agent.c:1754 +#: agent/gpg-agent.c:1711 #, fuzzy msgid "no gpg-agent running in this session\n" msgstr "gpg-agent 在此階段無法使用\n" -#: agent/gpg-agent.c:1764 common/simple-pwquery.c:324 g10/call-agent.c:137 -#: sm/call-agent.c:144 tools/gpg-connect-agent.c:713 +#: agent/gpg-agent.c:1721 common/simple-pwquery.c:324 g10/call-agent.c:137 +#: sm/call-agent.c:144 tools/gpg-connect-agent.c:764 msgid "malformed GPG_AGENT_INFO environment variable\n" msgstr "被變造的 GPG_AGENT_INFO 環境變數\n" -#: agent/gpg-agent.c:1776 common/simple-pwquery.c:336 g10/call-agent.c:149 -#: sm/call-agent.c:156 tools/gpg-connect-agent.c:724 +#: agent/gpg-agent.c:1733 common/simple-pwquery.c:336 g10/call-agent.c:149 +#: sm/call-agent.c:156 tools/gpg-connect-agent.c:775 #, c-format msgid "gpg-agent protocol version %d is not supported\n" msgstr "gpg-agent 協定版本 %d 未被支援\n" @@ -480,51 +469,51 @@ msgid "" "Password cache maintenance\n" msgstr "" -#: agent/protect-tool.c:146 +#: agent/protect-tool.c:151 #, fuzzy msgid "Usage: gpg-protect-tool [options] (-h for help)\n" msgstr "用法: gpg [選項] [檔案] (或用 -h 求助)" -#: agent/protect-tool.c:148 +#: agent/protect-tool.c:153 msgid "" "Syntax: gpg-protect-tool [options] [args]\n" "Secret key maintenance tool\n" msgstr "" -#: agent/protect-tool.c:1207 +#: agent/protect-tool.c:1193 #, fuzzy msgid "Please enter the passphrase to unprotect the PKCS#12 object." msgstr "請輸入密語; 這是一個秘密的句子 \n" -#: agent/protect-tool.c:1210 +#: agent/protect-tool.c:1196 #, fuzzy msgid "Please enter the passphrase to protect the new PKCS#12 object." msgstr "請輸入密語; 這是一個秘密的句子 \n" -#: agent/protect-tool.c:1213 +#: agent/protect-tool.c:1199 msgid "" "Please enter the passphrase to protect the imported object within the GnuPG " "system." msgstr "" -#: agent/protect-tool.c:1218 +#: agent/protect-tool.c:1204 #, fuzzy msgid "" "Please enter the passphrase or the PIN\n" "needed to complete this operation." msgstr "請輸入密語; 這是一個秘密的句子 \n" -#: agent/protect-tool.c:1223 tools/symcryptrun.c:488 +#: agent/protect-tool.c:1209 tools/symcryptrun.c:469 #, fuzzy msgid "Passphrase:" msgstr "錯誤的密語" -#: agent/protect-tool.c:1236 tools/symcryptrun.c:501 +#: agent/protect-tool.c:1222 tools/symcryptrun.c:482 #, fuzzy, c-format msgid "error while asking for the passphrase: %s\n" msgstr "建立密語的時候發生錯誤: %s\n" -#: agent/protect-tool.c:1239 tools/symcryptrun.c:505 +#: agent/protect-tool.c:1225 tools/symcryptrun.c:486 #, fuzzy msgid "cancelled\n" msgstr "已取消" @@ -564,7 +553,7 @@ msgstr "" msgid "error reading `%s', line %d: %s\n" msgstr "讀取 `%s' 時發生錯誤: %s\n" -#: agent/trustlist.c:355 agent/trustlist.c:394 +#: agent/trustlist.c:365 agent/trustlist.c:404 msgid "error reading list of trusted root certificates\n" msgstr "" @@ -577,7 +566,7 @@ msgstr "" #. second "%s" gets replaced by a hexdecimal #. fingerprint string whereas the first one receives #. the name as store in the certificate. -#: agent/trustlist.c:470 +#: agent/trustlist.c:480 #, c-format msgid "" "Please verify that the certificate identified as:%%0A \"%s\"%%0Ahas the " @@ -587,7 +576,7 @@ msgstr "" #. TRANSLATORS: "Correct" is the label of a button and intended to #. be hit if the fingerprint matches the one of the CA. The other #. button is "the default "Cancel" of the Pinentry. -#: agent/trustlist.c:479 +#: agent/trustlist.c:489 msgid "Correct" msgstr "" @@ -599,19 +588,19 @@ msgstr "" #. plain % sign, you need to encode it as "%%25". The #. "%s" gets replaced by the name as store in the #. certificate. -#: agent/trustlist.c:499 +#: agent/trustlist.c:509 #, c-format msgid "" "Do you ultimately trust%%0A \"%s\"%%0Ato correctly certify user " "certificates?" msgstr "" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 #, fuzzy msgid "Yes" msgstr "yes" -#: agent/trustlist.c:505 +#: agent/trustlist.c:515 msgid "No" msgstr "" @@ -655,12 +644,12 @@ msgstr "" msgid "error running `%s': terminated\n" msgstr "讀取 `%s' 時發生錯誤: %s\n" -#: common/http.c:1623 +#: common/http.c:1621 #, fuzzy, c-format msgid "error creating socket: %s\n" msgstr "建立 `%s' 時發生錯誤: %s\n" -#: common/http.c:1667 +#: common/http.c:1665 #, fuzzy msgid "host not found" msgstr "[找不到使用者 ID]" @@ -752,6 +741,16 @@ msgstr "oO" msgid "cC" msgstr "cC" +#: common/miscellaneous.c:73 +#, c-format +msgid "out of core in secure memory while allocating %lu bytes" +msgstr "" + +#: common/miscellaneous.c:76 +#, c-format +msgid "out of core while allocating %lu bytes" +msgstr "" + #: g10/armor.c:368 #, c-format msgid "armor: %s\n" @@ -1152,13 +1151,13 @@ msgstr "--output 在這個命令中沒有作用\n" msgid "can't open `%s'\n" msgstr "無法開啟 `%s'\n" -#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1714 +#: g10/delkey.c:75 g10/export.c:326 g10/keyedit.c:3403 g10/keyserver.c:1721 #: g10/revoke.c:228 #, c-format msgid "key \"%s\" not found: %s\n" msgstr "金鑰 \"%s\" 找不到: %s\n" -#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1728 +#: g10/delkey.c:83 g10/export.c:356 g10/import.c:2357 g10/keyserver.c:1735 #: g10/revoke.c:234 g10/revoke.c:479 #, c-format msgid "error reading keyblock: %s\n" @@ -1423,22 +1422,22 @@ msgstr "" msgid "Invalid key %s made valid by --allow-non-selfsigned-uid\n" msgstr "無效的金鑰 %s 可以藉由 --allow-non-selfsigned-uid 而生效\n" -#: g10/getkey.c:2390 g10/keyedit.c:3723 +#: g10/getkey.c:2393 g10/keyedit.c:3723 #, c-format msgid "no secret subkey for public subkey %s - ignoring\n" msgstr "公鑰 %s 沒有相對應的私鑰 - 正在忽略\n" -#: g10/getkey.c:2621 +#: g10/getkey.c:2624 #, c-format msgid "using subkey %s instead of primary key %s\n" msgstr "正在使用次鑰 %s 來替換主鑰 %s\n" -#: g10/getkey.c:2668 +#: g10/getkey.c:2671 #, c-format msgid "key %s: secret key without public key - skipped\n" msgstr "金鑰 %s: 祇有私鑰而沒有公鑰 - 已跳過\n" -#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:241 tools/gpgconf.c:56 +#: g10/gpg.c:369 kbx/kbxutil.c:69 sm/gpgsm.c:242 tools/gpgconf.c:56 msgid "" "@Commands:\n" " " @@ -1454,27 +1453,27 @@ msgstr "|[檔案]|建立一份簽章" msgid "|[file]|make a clear text signature" msgstr "|[檔案]|建立一份明文簽章" -#: g10/gpg.c:373 sm/gpgsm.c:245 +#: g10/gpg.c:373 sm/gpgsm.c:246 msgid "make a detached signature" msgstr "建立一份分離式簽章" -#: g10/gpg.c:374 sm/gpgsm.c:246 +#: g10/gpg.c:374 sm/gpgsm.c:247 msgid "encrypt data" msgstr "加密資料" -#: g10/gpg.c:376 sm/gpgsm.c:247 +#: g10/gpg.c:376 sm/gpgsm.c:248 msgid "encryption only with symmetric cipher" msgstr "僅使用對稱式編密法來加密" -#: g10/gpg.c:378 sm/gpgsm.c:248 +#: g10/gpg.c:378 sm/gpgsm.c:249 msgid "decrypt data (default)" msgstr "資料解密 (預設)" -#: g10/gpg.c:380 sm/gpgsm.c:249 +#: g10/gpg.c:380 sm/gpgsm.c:250 msgid "verify a signature" msgstr "驗證某份簽章" -#: g10/gpg.c:382 sm/gpgsm.c:251 +#: g10/gpg.c:382 sm/gpgsm.c:252 msgid "list keys" msgstr "列出金鑰" @@ -1486,11 +1485,11 @@ msgstr "列出金鑰和簽章" msgid "list and check key signatures" msgstr "列出並檢查金鑰簽章" -#: g10/gpg.c:386 sm/gpgsm.c:255 +#: g10/gpg.c:386 sm/gpgsm.c:256 msgid "list keys and fingerprints" msgstr "列出金鑰和指紋" -#: g10/gpg.c:387 sm/gpgsm.c:253 +#: g10/gpg.c:387 sm/gpgsm.c:254 msgid "list secret keys" msgstr "列出私鑰" @@ -1526,11 +1525,11 @@ msgstr "產生一份撤銷憑證" msgid "export keys" msgstr "匯出金鑰" -#: g10/gpg.c:398 sm/gpgsm.c:258 +#: g10/gpg.c:398 sm/gpgsm.c:259 msgid "export keys to a key server" msgstr "把金鑰匯出至某個金鑰伺服器上" -#: g10/gpg.c:399 sm/gpgsm.c:259 +#: g10/gpg.c:399 sm/gpgsm.c:260 msgid "import keys from a key server" msgstr "從某個金鑰伺服器上匯入金鑰" @@ -1566,12 +1565,12 @@ msgstr "更新信任資料庫" msgid "|algo [files]|print message digests" msgstr "|演算法 [檔案]|印出訊息摘要" -#: g10/gpg.c:431 sm/gpgsm.c:263 +#: g10/gpg.c:431 sm/gpgsm.c:264 msgid "run in server mode" msgstr "" -#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:278 -#: tools/gpg-connect-agent.c:57 tools/gpgconf.c:66 tools/symcryptrun.c:178 +#: g10/gpg.c:433 g10/gpgv.c:69 kbx/kbxutil.c:77 sm/gpgsm.c:279 +#: tools/gpg-connect-agent.c:58 tools/gpgconf.c:66 tools/symcryptrun.c:159 msgid "" "@\n" "Options:\n" @@ -1581,31 +1580,31 @@ msgstr "" "選項:\n" " " -#: g10/gpg.c:435 sm/gpgsm.c:280 +#: g10/gpg.c:435 sm/gpgsm.c:281 msgid "create ascii armored output" msgstr "建立以 ASCII 封裝過的輸出" -#: g10/gpg.c:437 sm/gpgsm.c:290 +#: g10/gpg.c:437 sm/gpgsm.c:293 msgid "|NAME|encrypt for NAME" msgstr "|名字|以「名字」作為加密對象" -#: g10/gpg.c:448 sm/gpgsm.c:326 +#: g10/gpg.c:448 sm/gpgsm.c:329 msgid "use this user-id to sign or decrypt" msgstr "使用這個使用者 ID 來簽署或解密" -#: g10/gpg.c:449 sm/gpgsm.c:329 +#: g10/gpg.c:449 sm/gpgsm.c:332 msgid "|N|set compress level N (0 disables)" msgstr "|N|設定壓縮等級為 N (0 表示不壓縮)" -#: g10/gpg.c:454 sm/gpgsm.c:331 +#: g10/gpg.c:454 sm/gpgsm.c:334 msgid "use canonical text mode" msgstr "使用標準的文字模式" -#: g10/gpg.c:468 sm/gpgsm.c:334 tools/gpgconf.c:68 +#: g10/gpg.c:468 sm/gpgsm.c:337 tools/gpgconf.c:68 msgid "use as output file" msgstr "當作輸出檔案來使用" -#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:344 tools/gpgconf.c:71 +#: g10/gpg.c:481 kbx/kbxutil.c:84 sm/gpgsm.c:347 tools/gpgconf.c:71 msgid "do not make any changes" msgstr "不要做任何改變" @@ -1621,7 +1620,7 @@ msgstr "使用嚴謹的 OpenPGP 行為" msgid "generate PGP 2.x compatible messages" msgstr "產生 PGP 2.x 相容性訊息" -#: g10/gpg.c:554 sm/gpgsm.c:392 +#: g10/gpg.c:554 sm/gpgsm.c:395 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -1629,7 +1628,7 @@ msgstr "" "@\n" "(請參照線上說明頁面來取得所有命令和選項的完整清單)\n" -#: g10/gpg.c:557 sm/gpgsm.c:395 +#: g10/gpg.c:557 sm/gpgsm.c:398 msgid "" "@\n" "Examples:\n" @@ -1667,7 +1666,7 @@ msgstr "" "簽署, 檢查, 加密或解密\n" "預設的操作會依輸入資料而定\n" -#: g10/gpg.c:782 sm/gpgsm.c:530 +#: g10/gpg.c:782 sm/gpgsm.c:534 msgid "" "\n" "Supported algorithms:\n" @@ -1695,7 +1694,7 @@ msgstr "壓縮: " msgid "usage: gpg [options] " msgstr "用法: gpg [選項] " -#: g10/gpg.c:1060 sm/gpgsm.c:682 +#: g10/gpg.c:1060 sm/gpgsm.c:686 msgid "conflicting commands\n" msgstr "指令彼此矛盾\n" @@ -1819,6 +1818,11 @@ msgstr "在私鑰清單和公鑰清單間切換" msgid "show expiration dates during signature listings" msgstr "在私鑰圈裡沒有一致的簽章\n" +#: g10/gpg.c:1835 +#, c-format +msgid "libgcrypt is too old (need %s, have %s)\n" +msgstr "" + #: g10/gpg.c:1993 #, c-format msgid "NOTE: old default options file `%s' ignored\n" @@ -1955,7 +1959,7 @@ msgstr "%s:%d: 無效的驗證選項\n" msgid "invalid auto-key-locate list\n" msgstr "" -#: g10/gpg.c:2893 sm/gpgsm.c:1232 +#: g10/gpg.c:2893 sm/gpgsm.c:1236 msgid "WARNING: program may create a core file!\n" msgstr "警告: 程式可能會傾印出核心檔!\n" @@ -1995,11 +1999,11 @@ msgstr "啟用 --pgp2 時妳祇應該使用檔案, 而非管道\n" msgid "encrypting a message in --pgp2 mode requires the IDEA cipher\n" msgstr "在 --pgp2 模式下加密訊息需要 IDEA 編密法\n" -#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1288 +#: g10/gpg.c:3029 g10/gpg.c:3053 sm/gpgsm.c:1292 msgid "selected cipher algorithm is invalid\n" msgstr "所選的編密演算法無效\n" -#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1296 +#: g10/gpg.c:3035 g10/gpg.c:3059 sm/gpgsm.c:1300 msgid "selected digest algorithm is invalid\n" msgstr "所選的摘要演算法無效\n" @@ -2227,7 +2231,7 @@ msgstr "從這個鑰匙圈裡取用金鑰" msgid "make timestamp conflicts only a warning" msgstr "僅把時間戳印矛盾視為警告" -#: g10/gpgv.c:76 sm/gpgsm.c:367 +#: g10/gpgv.c:76 sm/gpgsm.c:370 msgid "|FD|write status info to this FD" msgstr "|檔案描述|把狀態資訊寫入此檔案描述" @@ -3714,7 +3718,7 @@ msgid "(sensitive)" msgstr "(機密的)" #: g10/keyedit.c:2743 g10/keyedit.c:2799 g10/keyedit.c:2860 g10/keyedit.c:2875 -#: g10/keylist.c:194 g10/keyserver.c:516 +#: g10/keylist.c:194 g10/keyserver.c:523 #, c-format msgid "created: %s" msgstr "建立於: %s" @@ -3733,7 +3737,7 @@ msgstr "已過期: %s" # of subkey #: g10/keyedit.c:2750 g10/keyedit.c:2801 g10/keyedit.c:2862 g10/keyedit.c:2877 #: g10/keylist.c:196 g10/keylist.c:748 g10/keylist.c:783 g10/keylist.c:877 -#: g10/keylist.c:898 g10/keyserver.c:522 g10/mainproc.c:985 +#: g10/keylist.c:898 g10/keyserver.c:529 g10/mainproc.c:985 #, c-format msgid "expires: %s" msgstr "過期: %s" @@ -3769,12 +3773,12 @@ msgstr "" "請注意顯示出來的金鑰有效性不需要更正,\n" "除非妳重新執行程式.\n" -#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:526 +#: g10/keyedit.c:2894 g10/keyedit.c:3240 g10/keyserver.c:533 #: g10/mainproc.c:1831 g10/trustdb.c:1179 g10/trustdb.c:1699 msgid "revoked" msgstr "已撤銷" -#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:530 +#: g10/keyedit.c:2896 g10/keyedit.c:3242 g10/keyserver.c:537 #: g10/mainproc.c:1833 g10/trustdb.c:532 g10/trustdb.c:1701 msgid "expired" msgstr "已過期" @@ -4624,177 +4628,177 @@ msgstr "檢查了 %lu 份金鑰 (共 %lu 份簽章)\n" msgid "%s: keyring created\n" msgstr "%s: 鑰匙圈已建立\n" -#: g10/keyserver.c:66 +#: g10/keyserver.c:73 msgid "include revoked keys in search results" msgstr "" -#: g10/keyserver.c:67 +#: g10/keyserver.c:74 msgid "include subkeys when searching by key ID" msgstr "" -#: g10/keyserver.c:69 +#: g10/keyserver.c:76 msgid "use temporary files to pass data to keyserver helpers" msgstr "" -#: g10/keyserver.c:71 +#: g10/keyserver.c:78 msgid "do not delete temporary files after using them" msgstr "" -#: g10/keyserver.c:75 +#: g10/keyserver.c:82 msgid "automatically retrieve keys when verifying signatures" msgstr "" -#: g10/keyserver.c:77 +#: g10/keyserver.c:84 #, fuzzy msgid "honor the preferred keyserver URL set on the key" msgstr "請輸入妳的偏好金鑰伺服器 URL: " -#: g10/keyserver.c:79 +#: g10/keyserver.c:86 msgid "honor the PKA record set on a key when retrieving keys" msgstr "" -#: g10/keyserver.c:145 +#: g10/keyserver.c:152 #, c-format msgid "WARNING: keyserver option `%s' is not used on this platform\n" msgstr "警告: 金鑰伺服器選項 `%s' 並未用於此平台\n" -#: g10/keyserver.c:528 +#: g10/keyserver.c:535 msgid "disabled" msgstr "已禁用" -#: g10/keyserver.c:729 +#: g10/keyserver.c:736 msgid "Enter number(s), N)ext, or Q)uit > " msgstr "請輸入數字, N)ext, 或 Q)uit > " -#: g10/keyserver.c:813 g10/keyserver.c:1435 +#: g10/keyserver.c:820 g10/keyserver.c:1442 #, c-format msgid "invalid keyserver protocol (us %d!=handler %d)\n" msgstr "無效的金鑰伺服器協定 (我們用 %d != 經手程式 %d)\n" -#: g10/keyserver.c:911 +#: g10/keyserver.c:918 #, c-format msgid "key \"%s\" not found on keyserver\n" msgstr "在金鑰伺服器上找不到金鑰 \"%s\"\n" -#: g10/keyserver.c:913 +#: g10/keyserver.c:920 msgid "key not found on keyserver\n" msgstr "在金鑰伺服器上找不到金鑰\n" -#: g10/keyserver.c:1154 +#: g10/keyserver.c:1161 #, c-format msgid "requesting key %s from %s server %s\n" msgstr "正在請求金鑰 %s 自 %s 伺服器 %s\n" -#: g10/keyserver.c:1158 +#: g10/keyserver.c:1165 #, c-format msgid "requesting key %s from %s\n" msgstr "正在請求金鑰 %s 自 %s\n" -#: g10/keyserver.c:1182 +#: g10/keyserver.c:1189 #, fuzzy, c-format msgid "searching for names from %s server %s\n" msgstr "正在搜尋 \"%s\" 於 %s 伺服器 %s\n" -#: g10/keyserver.c:1185 +#: g10/keyserver.c:1192 #, fuzzy, c-format msgid "searching for names from %s\n" msgstr "正在搜尋 \"%s\" 於 %s\n" -#: g10/keyserver.c:1338 +#: g10/keyserver.c:1345 #, c-format msgid "sending key %s to %s server %s\n" msgstr "遞送金鑰 %s 至 %s 伺服器 %s\n" -#: g10/keyserver.c:1342 +#: g10/keyserver.c:1349 #, c-format msgid "sending key %s to %s\n" msgstr "遞送金鑰 %s 至 %s\n" -#: g10/keyserver.c:1385 +#: g10/keyserver.c:1392 #, c-format msgid "searching for \"%s\" from %s server %s\n" msgstr "正在搜尋 \"%s\" 於 %s 伺服器 %s\n" -#: g10/keyserver.c:1388 +#: g10/keyserver.c:1395 #, c-format msgid "searching for \"%s\" from %s\n" msgstr "正在搜尋 \"%s\" 於 %s\n" -#: g10/keyserver.c:1395 g10/keyserver.c:1491 +#: g10/keyserver.c:1402 g10/keyserver.c:1498 msgid "no keyserver action!\n" msgstr "沒有金鑰伺服器動作!\n" -#: g10/keyserver.c:1443 +#: g10/keyserver.c:1450 #, c-format msgid "WARNING: keyserver handler from a different version of GnuPG (%s)\n" msgstr "警告: 金鑰伺服器經手程式 (handler) 係來自不同版本的 GnuPG (%s)\n" -#: g10/keyserver.c:1452 +#: g10/keyserver.c:1459 msgid "keyserver did not send VERSION\n" msgstr "金鑰伺服器並未送出版本 (VERSION)\n" -#: g10/keyserver.c:1514 g10/keyserver.c:2042 +#: g10/keyserver.c:1521 g10/keyserver.c:2049 msgid "no keyserver known (use option --keyserver)\n" msgstr "沒有已知的金鑰伺服器 (使用 --keyserver 選項)\n" -#: g10/keyserver.c:1520 +#: g10/keyserver.c:1527 msgid "external keyserver calls are not supported in this build\n" msgstr "本版並不支援外部金鑰伺服器叫用\n" -#: g10/keyserver.c:1532 +#: g10/keyserver.c:1539 #, c-format msgid "no handler for keyserver scheme `%s'\n" msgstr "沒有金鑰伺服器方案 (scheme) `%s' 的經手程式 (handler)\n" -#: g10/keyserver.c:1537 +#: g10/keyserver.c:1544 #, c-format msgid "action `%s' not supported with keyserver scheme `%s'\n" msgstr "動作 `%s' 並未被金鑰伺服器方案 (scheme) `%s' 所支援\n" -#: g10/keyserver.c:1545 +#: g10/keyserver.c:1552 #, c-format msgid "%s does not support handler version %d\n" msgstr "%s 並不支援經手程式 (handler) 版本 %d\n" -#: g10/keyserver.c:1552 +#: g10/keyserver.c:1559 msgid "keyserver timed out\n" msgstr "金鑰伺服器逾時\n" -#: g10/keyserver.c:1557 +#: g10/keyserver.c:1564 msgid "keyserver internal error\n" msgstr "金鑰伺服器內部出錯\n" -#: g10/keyserver.c:1566 +#: g10/keyserver.c:1573 #, c-format msgid "keyserver communications error: %s\n" msgstr "金鑰伺服器通訊出錯: %s\n" -#: g10/keyserver.c:1591 g10/keyserver.c:1625 +#: g10/keyserver.c:1598 g10/keyserver.c:1632 #, c-format msgid "\"%s\" not a key ID: skipping\n" msgstr "\"%s\" 並非金鑰 ID: 正跳過\n" -#: g10/keyserver.c:1884 +#: g10/keyserver.c:1891 #, c-format msgid "WARNING: unable to refresh key %s via %s: %s\n" msgstr "警告: 無法更新金鑰 %s 於 %s: %s\n" -#: g10/keyserver.c:1906 +#: g10/keyserver.c:1913 #, c-format msgid "refreshing 1 key from %s\n" msgstr "正從 %s 更新 1 份金鑰\n" -#: g10/keyserver.c:1908 +#: g10/keyserver.c:1915 #, c-format msgid "refreshing %d keys from %s\n" msgstr "正在更新 %d 份金鑰自 %s\n" -#: g10/keyserver.c:1964 +#: g10/keyserver.c:1971 #, fuzzy, c-format msgid "WARNING: unable to fetch URI %s: %s\n" msgstr "警告: 無法更新金鑰 %s 於 %s: %s\n" -#: g10/keyserver.c:1970 +#: g10/keyserver.c:1977 #, fuzzy, c-format msgid "WARNING: unable to parse URI %s\n" msgstr "警告: 無法更新金鑰 %s 於 %s: %s\n" @@ -5137,16 +5141,16 @@ msgstr "新的設定檔 `%s' 被建立了\n" msgid "WARNING: options in `%s' are not yet active during this run\n" msgstr "警告: 在 `%s' 裡的選項於這次執行期間並沒有被啟用\n" -#: g10/parse-packet.c:192 +#: g10/parse-packet.c:193 #, c-format msgid "can't handle public key algorithm %d\n" msgstr "無法操作公開金鑰演算法 %d\n" -#: g10/parse-packet.c:762 +#: g10/parse-packet.c:798 msgid "WARNING: potentially insecure symmetrically encrypted session key\n" msgstr "警告: 以可能並不安全的對稱式加密過的階段金鑰\n" -#: g10/parse-packet.c:1213 +#: g10/parse-packet.c:1249 #, c-format msgid "subpacket of type %d has critical bit set\n" msgstr "%d 類別的子封包設定了關鍵位元\n" @@ -5735,7 +5739,7 @@ msgstr "建立了弱金鑰 - 正在重試\n" msgid "cannot avoid weak key for symmetric cipher; tried %d times!\n" msgstr "無法避免對稱式編密法的弱金鑰; 已經試了 %d 次了!\n" -#: g10/seskey.c:229 +#: g10/seskey.c:229 sm/certcheck.c:91 msgid "DSA requires the hash length to be a multiple of 8 bits\n" msgstr "" @@ -6278,7 +6282,7 @@ msgstr "" msgid "iconv_open failed: %s\n" msgstr "簽署時失敗了: %s\n" -#: jnlib/utf8conv.c:331 jnlib/utf8conv.c:597 +#: jnlib/utf8conv.c:338 jnlib/utf8conv.c:604 #, fuzzy, c-format msgid "conversion from `%s' to `%s' failed: %s\n" msgstr "把 `%s' 重新新命成 `%s' 時失敗: %s\n" @@ -6498,7 +6502,7 @@ msgstr "無法存取 %s - 無效的 OpenPGP 卡片?\n" msgid "run in multi server mode (foreground)" msgstr "" -#: scd/scdaemon.c:113 sm/gpgsm.c:356 +#: scd/scdaemon.c:113 sm/gpgsm.c:359 #, fuzzy msgid "read options from file" msgstr "從 `%s' 讀取選項\n" @@ -6539,21 +6543,21 @@ msgid "" "Smartcard daemon for GnuPG\n" msgstr "" -#: scd/scdaemon.c:684 +#: scd/scdaemon.c:664 msgid "please use the option `--daemon' to run the program in the background\n" msgstr "" -#: scd/scdaemon.c:1032 +#: scd/scdaemon.c:1012 #, c-format msgid "handler for fd %d started\n" msgstr "" -#: scd/scdaemon.c:1037 +#: scd/scdaemon.c:1017 #, c-format msgid "handler for fd %d terminated\n" msgstr "" -#: sm/base64.c:323 +#: sm/base64.c:327 #, fuzzy, c-format msgid "invalid radix64 character %02x skipped\n" msgstr "無效的 64 進位字符 %02x 被跳過了\n" @@ -6577,180 +6581,186 @@ msgstr "gpg-agent 協定版本 %d 未被支援\n" msgid "can't connect to the dirmngr - trying fall back\n" msgstr "" -#: sm/certchain.c:165 +#: sm/certchain.c:176 #, fuzzy, c-format msgid "critical certificate extension %s is not supported" msgstr "gpg-agent 協定版本 %d 未被支援\n" -#: sm/certchain.c:203 +#: sm/certchain.c:214 msgid "issuer certificate is not marked as a CA" msgstr "" -#: sm/certchain.c:242 +#: sm/certchain.c:253 msgid "critical marked policy without configured policies" msgstr "" -#: sm/certchain.c:252 +#: sm/certchain.c:263 #, fuzzy, c-format msgid "failed to open `%s': %s\n" msgstr "無法開啟 `%s': %s\n" -#: sm/certchain.c:259 sm/certchain.c:288 +#: sm/certchain.c:270 sm/certchain.c:299 msgid "note: non-critical certificate policy not allowed" msgstr "" -#: sm/certchain.c:263 sm/certchain.c:292 +#: sm/certchain.c:274 sm/certchain.c:303 #, fuzzy msgid "certificate policy not allowed" msgstr "未被允許匯出私鑰\n" -#: sm/certchain.c:403 +#: sm/certchain.c:414 msgid "looking up issuer at external location\n" msgstr "" -#: sm/certchain.c:423 +#: sm/certchain.c:434 #, c-format msgid "number of issuers matching: %d\n" msgstr "" -#: sm/certchain.c:576 sm/certchain.c:740 sm/certchain.c:1266 sm/decrypt.c:261 +#: sm/certchain.c:587 sm/certchain.c:753 sm/certchain.c:1334 sm/decrypt.c:261 #: sm/encrypt.c:343 sm/sign.c:328 sm/verify.c:107 #, fuzzy msgid "failed to allocated keyDB handle\n" msgstr "存放金鑰失敗: %s\n" -#: sm/certchain.c:667 +#: sm/certchain.c:678 #, fuzzy msgid "certificate has been revoked" msgstr "請注意: 金鑰已經被撤銷了" -#: sm/certchain.c:676 +#: sm/certchain.c:687 #, fuzzy msgid "no CRL found for certificate" msgstr "損壞的憑證" -#: sm/certchain.c:680 +#: sm/certchain.c:691 #, fuzzy msgid "the available CRL is too old" msgstr "可用的金鑰於: " -#: sm/certchain.c:682 +#: sm/certchain.c:693 msgid "please make sure that the \"dirmngr\" is properly installed\n" msgstr "" -#: sm/certchain.c:687 +#: sm/certchain.c:698 #, fuzzy, c-format msgid "checking the CRL failed: %s" msgstr "檢查已建立的簽章時發生錯誤: %s\n" -#: sm/certchain.c:765 +#: sm/certchain.c:794 #, fuzzy msgid "no issuer found in certificate" msgstr "產生一份撤銷憑證" -#: sm/certchain.c:792 +#: sm/certchain.c:823 #, c-format msgid "certificate with invalid validity: %s" msgstr "" -#: sm/certchain.c:808 +#: sm/certchain.c:839 msgid "certificate not yet valid" msgstr "" -#: sm/certchain.c:821 +#: sm/certchain.c:852 #, fuzzy msgid "certificate has expired" msgstr "這把金鑰已經過期了!" -#: sm/certchain.c:864 +#: sm/certchain.c:895 msgid "self-signed certificate has a BAD signature" msgstr "" -#: sm/certchain.c:932 +#: sm/certchain.c:963 msgid "root certificate is not marked trusted" msgstr "" -#: sm/certchain.c:947 +#: sm/certchain.c:978 #, fuzzy, c-format msgid "fingerprint=%s\n" msgstr "憑證中心 (CA) 指紋: " -#: sm/certchain.c:955 +#: sm/certchain.c:986 msgid "root certificate has now been marked as trusted\n" msgstr "" -#: sm/certchain.c:970 +#: sm/certchain.c:1001 msgid "interactive marking as trusted not enabled in gpg-agent\n" msgstr "" -#: sm/certchain.c:976 +#: sm/certchain.c:1007 msgid "interactive marking as trusted disabled for this session\n" msgstr "" -#: sm/certchain.c:986 +#: sm/certchain.c:1017 #, fuzzy, c-format msgid "checking the trust list failed: %s\n" msgstr "檢查已建立的簽章時發生錯誤: %s\n" -#: sm/certchain.c:1013 sm/import.c:158 +#: sm/certchain.c:1044 sm/import.c:159 msgid "certificate chain too long\n" msgstr "" -#: sm/certchain.c:1025 +#: sm/certchain.c:1056 msgid "issuer certificate not found" msgstr "" -#: sm/certchain.c:1058 +#: sm/certchain.c:1089 #, fuzzy msgid "certificate has a BAD signature" msgstr "驗證某份簽章" -#: sm/certchain.c:1088 +#: sm/certchain.c:1119 msgid "found another possible matching CA certificate - trying again" msgstr "" -#: sm/certchain.c:1139 +#: sm/certchain.c:1170 #, c-format msgid "certificate chain longer than allowed by CA (%d)" msgstr "" -#: sm/certcheck.c:52 -msgid "DSA requires the use of a 160 bit hash algorithm\n" -msgstr "DSA 要求使用 160 位元的雜湊演算法\n" +#: sm/certcheck.c:103 +#, c-format +msgid "%s key uses an unsafe (%u bit) hash\n" +msgstr "" + +#: sm/certcheck.c:113 +#, c-format +msgid "a %u bit hash is not valid for a %u bit %s key\n" +msgstr "" -#: sm/certcheck.c:177 sm/sign.c:482 sm/verify.c:189 +#: sm/certcheck.c:250 sm/sign.c:482 sm/verify.c:189 msgid "(this is the MD2 algorithm)\n" msgstr "" -#: sm/certdump.c:68 sm/certdump.c:154 +#: sm/certdump.c:68 sm/certdump.c:151 #, fuzzy msgid "none" msgstr "no" -#: sm/certdump.c:163 +#: sm/certdump.c:162 #, fuzzy msgid "[none]" msgstr "[未設定]" -#: sm/certdump.c:536 sm/certdump.c:599 +#: sm/certdump.c:552 sm/certdump.c:597 sm/certdump.c:662 sm/certdump.c:715 #, fuzzy msgid "[Error - invalid encoding]" msgstr "錯誤: 無效的回應.\n" -#: sm/certdump.c:544 +#: sm/certdump.c:560 sm/certdump.c:605 msgid "[Error - out of core]" msgstr "" -#: sm/certdump.c:579 +#: sm/certdump.c:642 sm/certdump.c:698 msgid "[Error - No name]" msgstr "" -#: sm/certdump.c:604 +#: sm/certdump.c:667 sm/certdump.c:721 #, fuzzy msgid "[Error - invalid DN]" msgstr "錯誤: 無效的回應.\n" -#: sm/certdump.c:818 +#: sm/certdump.c:930 #, fuzzy, c-format msgid "" "Please enter the passphrase to unlock the secret key for:\n" @@ -6765,7 +6775,7 @@ msgstr "" msgid "no key usage specified - assuming all usages\n" msgstr "" -#: sm/certlist.c:135 sm/keylist.c:255 +#: sm/certlist.c:135 sm/keylist.c:258 #, fuzzy, c-format msgid "error getting key usage information: %s\n" msgstr "取得現用金鑰資訊時發生錯誤: %s\n" @@ -6852,7 +6862,7 @@ msgstr "" msgid "certificate `%s' not found: %s\n" msgstr "找不到私鑰 \"%s\": %s\n" -#: sm/delete.c:113 sm/keydb.c:1392 sm/keydb.c:1485 +#: sm/delete.c:113 sm/keydb.c:1397 sm/keydb.c:1497 #, fuzzy, c-format msgid "error locking keybox: %s\n" msgstr "讀取金鑰區塊時發生錯誤: %s\n" @@ -6877,200 +6887,200 @@ msgstr "刪除金鑰區塊時失敗了: %s\n" msgid "no valid recipients given\n" msgstr "(沒有給定描述)\n" -#: sm/export.c:562 sm/export.c:578 sm/import.c:525 sm/import.c:550 +#: sm/export.c:615 sm/export.c:631 sm/import.c:526 sm/import.c:551 #, fuzzy, c-format msgid "error creating temporary file: %s\n" msgstr "建立密語的時候發生錯誤: %s\n" -#: sm/export.c:569 sm/import.c:533 +#: sm/export.c:622 sm/import.c:534 #, fuzzy, c-format msgid "error writing to temporary file: %s\n" msgstr "%s: 寫入目錄記錄時錯誤: %s\n" -#: sm/gpgsm.c:243 +#: sm/gpgsm.c:244 #, fuzzy msgid "|[FILE]|make a signature" msgstr "|[檔案]|建立一份簽章" -#: sm/gpgsm.c:244 +#: sm/gpgsm.c:245 #, fuzzy msgid "|[FILE]|make a clear text signature" msgstr "|[檔案]|建立一份明文簽章" -#: sm/gpgsm.c:252 +#: sm/gpgsm.c:253 #, fuzzy msgid "list external keys" msgstr "列出私鑰" -#: sm/gpgsm.c:254 +#: sm/gpgsm.c:255 #, fuzzy msgid "list certificate chain" msgstr "損壞的憑證" -#: sm/gpgsm.c:257 +#: sm/gpgsm.c:258 #, fuzzy msgid "remove key from the public keyring" msgstr "從公鑰鑰匙圈裡移去金鑰" -#: sm/gpgsm.c:260 +#: sm/gpgsm.c:261 #, fuzzy msgid "import certificates" msgstr "損壞的憑證" -#: sm/gpgsm.c:261 +#: sm/gpgsm.c:262 #, fuzzy msgid "export certificates" msgstr "損壞的憑證" -#: sm/gpgsm.c:262 +#: sm/gpgsm.c:263 #, fuzzy msgid "register a smartcard" msgstr "加入某把金鑰至智慧卡" -#: sm/gpgsm.c:264 +#: sm/gpgsm.c:265 msgid "pass a command to the dirmngr" msgstr "" -#: sm/gpgsm.c:266 +#: sm/gpgsm.c:267 msgid "invoke gpg-protect-tool" msgstr "" -#: sm/gpgsm.c:267 +#: sm/gpgsm.c:268 #, fuzzy msgid "change a passphrase" msgstr "更改密語" -#: sm/gpgsm.c:282 +#: sm/gpgsm.c:283 #, fuzzy msgid "create base-64 encoded output" msgstr "建立以 ASCII 封裝過的輸出" -#: sm/gpgsm.c:284 +#: sm/gpgsm.c:287 msgid "assume input is in PEM format" msgstr "" -#: sm/gpgsm.c:286 +#: sm/gpgsm.c:289 msgid "assume input is in base-64 format" msgstr "" -#: sm/gpgsm.c:288 +#: sm/gpgsm.c:291 msgid "assume input is in binary format" msgstr "" -#: sm/gpgsm.c:293 +#: sm/gpgsm.c:296 msgid "use system's dirmngr if available" msgstr "" -#: sm/gpgsm.c:294 +#: sm/gpgsm.c:297 msgid "never consult a CRL" msgstr "" -#: sm/gpgsm.c:301 +#: sm/gpgsm.c:304 msgid "check validity using OCSP" msgstr "" -#: sm/gpgsm.c:304 +#: sm/gpgsm.c:307 msgid "|N|number of certificates to include" msgstr "" -#: sm/gpgsm.c:307 +#: sm/gpgsm.c:310 msgid "|FILE|take policy information from FILE" msgstr "" -#: sm/gpgsm.c:310 +#: sm/gpgsm.c:313 msgid "do not check certificate policies" msgstr "" -#: sm/gpgsm.c:314 +#: sm/gpgsm.c:317 msgid "fetch missing issuer certificates" msgstr "" -#: sm/gpgsm.c:318 +#: sm/gpgsm.c:321 msgid "|NAME|use NAME as default recipient" msgstr "" -#: sm/gpgsm.c:320 +#: sm/gpgsm.c:323 #, fuzzy msgid "use the default key as default recipient" msgstr "已跳過: 公鑰已經被設成預設收件者\n" -#: sm/gpgsm.c:337 +#: sm/gpgsm.c:340 msgid "don't use the terminal at all" msgstr "" -#: sm/gpgsm.c:341 +#: sm/gpgsm.c:344 #, fuzzy msgid "force v3 signatures" msgstr "檢查簽章" -#: sm/gpgsm.c:342 +#: sm/gpgsm.c:345 msgid "always use a MDC for encryption" msgstr "" -#: sm/gpgsm.c:347 +#: sm/gpgsm.c:350 msgid "batch mode: never ask" msgstr "" -#: sm/gpgsm.c:348 +#: sm/gpgsm.c:351 msgid "assume yes on most questions" msgstr "" -#: sm/gpgsm.c:349 +#: sm/gpgsm.c:352 msgid "assume no on most questions" msgstr "" -#: sm/gpgsm.c:351 +#: sm/gpgsm.c:354 #, fuzzy msgid "add this keyring to the list of keyrings" msgstr "從這個鑰匙圈裡取用金鑰" -#: sm/gpgsm.c:352 +#: sm/gpgsm.c:355 #, fuzzy msgid "add this secret keyring to the list" msgstr "要有私鑰纔能這麼做.\n" -#: sm/gpgsm.c:353 +#: sm/gpgsm.c:356 msgid "|NAME|use NAME as default secret key" msgstr "" -#: sm/gpgsm.c:354 +#: sm/gpgsm.c:357 msgid "|HOST|use this keyserver to lookup keys" msgstr "" -#: sm/gpgsm.c:355 +#: sm/gpgsm.c:358 #, fuzzy msgid "|NAME|set terminal charset to NAME" msgstr "|名字|以「名字」作為加密對象" -#: sm/gpgsm.c:359 +#: sm/gpgsm.c:362 msgid "|LEVEL|set the debugging level to LEVEL" msgstr "" -#: sm/gpgsm.c:374 +#: sm/gpgsm.c:377 msgid "|FILE|load extension module FILE" msgstr "" -#: sm/gpgsm.c:380 +#: sm/gpgsm.c:383 #, fuzzy msgid "|NAME|use cipher algorithm NAME" msgstr "未知的編密演算法" -#: sm/gpgsm.c:382 +#: sm/gpgsm.c:385 #, fuzzy msgid "|NAME|use message digest algorithm NAME" msgstr "%s 簽章, 摘要演算法 %s\n" -#: sm/gpgsm.c:384 +#: sm/gpgsm.c:387 #, fuzzy msgid "|N|use compress algorithm N" msgstr "未知的壓縮演算法" -#: sm/gpgsm.c:520 +#: sm/gpgsm.c:524 #, fuzzy msgid "Usage: gpgsm [options] [files] (-h for help)" msgstr "用法: gpg [選項] [檔案] (或用 -h 求助)" -#: sm/gpgsm.c:523 +#: sm/gpgsm.c:527 #, fuzzy msgid "" "Syntax: gpgsm [options] [files]\n" @@ -7081,45 +7091,40 @@ msgstr "" "簽署, 檢查, 加密或解密\n" "預設的操作會依輸入資料而定\n" -#: sm/gpgsm.c:617 +#: sm/gpgsm.c:621 #, fuzzy msgid "usage: gpgsm [options] " msgstr "用法: gpg [選項] " -#: sm/gpgsm.c:698 +#: sm/gpgsm.c:702 #, fuzzy, c-format msgid "can't encrypt to `%s': %s\n" msgstr "無法連接至 `%s': %s\n" -#: sm/gpgsm.c:773 -#, c-format -msgid "libksba is too old (need %s, have %s)\n" -msgstr "" - -#: sm/gpgsm.c:1249 +#: sm/gpgsm.c:1253 msgid "WARNING: running with faked system time: " msgstr "" -#: sm/gpgsm.c:1328 +#: sm/gpgsm.c:1332 #, c-format msgid "importing common certificates `%s'\n" msgstr "" -#: sm/gpgsm.c:1346 +#: sm/gpgsm.c:1350 #, fuzzy, c-format msgid "can't sign using `%s': %s\n" msgstr "無法存取 `%s': %s\n" -#: sm/gpgsm.c:1536 +#: sm/gpgsm.c:1542 msgid "this command has not yet been implemented\n" msgstr "" -#: sm/gpgsm.c:1601 +#: sm/gpgsm.c:1606 #, fuzzy msgid "key generation is not available from the commandline\n" msgstr "gpg-agent 在此階段無法使用\n" -#: sm/gpgsm.c:1602 +#: sm/gpgsm.c:1607 #, fuzzy, c-format msgid "please use the script \"%s\" to generate a new key\n" msgstr "請選擇妳要產生的金鑰種類:\n" @@ -7129,21 +7134,21 @@ msgstr "請選擇妳要產生的金鑰種類:\n" msgid "total number processed: %lu\n" msgstr "總共被處理的數量: %lu\n" -#: sm/import.c:227 +#: sm/import.c:228 #, fuzzy msgid "error storing certificate\n" msgstr "產生一份撤銷憑證" -#: sm/import.c:235 +#: sm/import.c:236 msgid "basic certificate checks failed - not imported\n" msgstr "" -#: sm/import.c:421 sm/import.c:453 +#: sm/import.c:422 sm/import.c:454 #, fuzzy, c-format msgid "error importing certificate: %s\n" msgstr "建立密語的時候發生錯誤: %s\n" -#: sm/import.c:542 tools/gpg-connect-agent.c:384 +#: sm/import.c:543 tools/gpg-connect-agent.c:388 #, fuzzy, c-format msgid "error reading input: %s\n" msgstr "讀取 `%s' 時發生錯誤: %s\n" @@ -7162,12 +7167,12 @@ msgstr "" msgid "keybox `%s' created\n" msgstr "鑰匙圈 `%s' 已建立\n" -#: sm/keydb.c:1312 sm/keydb.c:1378 +#: sm/keydb.c:1312 sm/keydb.c:1380 #, fuzzy msgid "failed to get the fingerprint\n" msgstr "存放指紋失敗: %s\n" -#: sm/keydb.c:1319 sm/keydb.c:1385 +#: sm/keydb.c:1319 sm/keydb.c:1387 #, fuzzy msgid "failed to allocate keyDB handle\n" msgstr "存放金鑰失敗: %s\n" @@ -7187,17 +7192,17 @@ msgstr "在 `%s' 中尋找信任記錄時出錯: %s\n" msgid "error storing certificate: %s\n" msgstr "取得現用金鑰資訊時發生錯誤: %s\n" -#: sm/keydb.c:1400 +#: sm/keydb.c:1408 #, c-format msgid "problem re-searching certificate: %s\n" msgstr "" -#: sm/keydb.c:1409 sm/keydb.c:1497 +#: sm/keydb.c:1417 sm/keydb.c:1509 #, fuzzy, c-format msgid "error getting stored flags: %s\n" msgstr "取得新的個人識別碼 (PIN) 時出錯: %s\n" -#: sm/keydb.c:1418 sm/keydb.c:1508 +#: sm/keydb.c:1429 sm/keydb.c:1520 #, fuzzy, c-format msgid "error storing flags: %s\n" msgstr "讀取 `%s' 時發生錯誤: %s\n" @@ -7270,103 +7275,107 @@ msgstr "完好的簽章來自於 \"%s\"" msgid " aka" msgstr " 亦即 \"%s\"" -#: tools/gpg-connect-agent.c:60 tools/gpgconf.c:70 tools/symcryptrun.c:186 +#: tools/gpg-connect-agent.c:61 tools/gpgconf.c:70 tools/symcryptrun.c:167 #, fuzzy msgid "quiet" msgstr "quit" -#: tools/gpg-connect-agent.c:61 +#: tools/gpg-connect-agent.c:62 msgid "print data out hex encoded" msgstr "" -#: tools/gpg-connect-agent.c:62 +#: tools/gpg-connect-agent.c:63 +msgid "decode received data lines" +msgstr "" + +#: tools/gpg-connect-agent.c:64 msgid "|NAME|connect to Assuan socket NAME" msgstr "" -#: tools/gpg-connect-agent.c:63 +#: tools/gpg-connect-agent.c:65 msgid "run the Assuan server given on the command line" msgstr "" -#: tools/gpg-connect-agent.c:65 +#: tools/gpg-connect-agent.c:67 msgid "do not use extended connect mode" msgstr "" -#: tools/gpg-connect-agent.c:126 +#: tools/gpg-connect-agent.c:129 #, fuzzy msgid "Usage: gpg-connect-agent [options] (-h for help)" msgstr "用法: gpg [選項] [檔案] (或用 -h 求助)" -#: tools/gpg-connect-agent.c:129 +#: tools/gpg-connect-agent.c:132 msgid "" "Syntax: gpg-connect-agent [options]\n" "Connect to a running agent and send commands\n" msgstr "" -#: tools/gpg-connect-agent.c:324 +#: tools/gpg-connect-agent.c:328 #, c-format msgid "option \"%s\" requires a program and optional arguments\n" msgstr "" -#: tools/gpg-connect-agent.c:333 +#: tools/gpg-connect-agent.c:337 #, c-format msgid "option \"%s\" ignored due to \"%s\"\n" msgstr "" -#: tools/gpg-connect-agent.c:391 +#: tools/gpg-connect-agent.c:395 #, fuzzy msgid "line too long - skipped\n" msgstr "列太長" -#: tools/gpg-connect-agent.c:395 +#: tools/gpg-connect-agent.c:399 msgid "line shortened due to embedded Nul character\n" msgstr "" -#: tools/gpg-connect-agent.c:457 +#: tools/gpg-connect-agent.c:471 #, fuzzy, c-format msgid "unknown command `%s'\n" msgstr "未知的選項 `%s'\n" -#: tools/gpg-connect-agent.c:465 +#: tools/gpg-connect-agent.c:479 #, fuzzy, c-format msgid "sending line failed: %s\n" msgstr "簽署時失敗了: %s\n" -#: tools/gpg-connect-agent.c:473 +#: tools/gpg-connect-agent.c:487 #, fuzzy, c-format msgid "receiving line failed: %s\n" msgstr "讀取公鑰時失敗: %s\n" -#: tools/gpg-connect-agent.c:746 +#: tools/gpg-connect-agent.c:797 #, fuzzy, c-format msgid "error sending %s command: %s\n" msgstr "讀取 `%s' 時發生錯誤: %s\n" -#: tools/gpg-connect-agent.c:755 +#: tools/gpg-connect-agent.c:806 #, fuzzy, c-format msgid "error sending standard options: %s\n" msgstr "在 `%s' 中尋找信任記錄時出錯: %s\n" #: tools/gpgconf-comp.c:445 tools/gpgconf-comp.c:525 tools/gpgconf-comp.c:592 -#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:720 +#: tools/gpgconf-comp.c:648 tools/gpgconf-comp.c:723 msgid "Options controlling the diagnostic output" msgstr "" #: tools/gpgconf-comp.c:458 tools/gpgconf-comp.c:538 tools/gpgconf-comp.c:605 -#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:743 +#: tools/gpgconf-comp.c:661 tools/gpgconf-comp.c:746 msgid "Options controlling the configuration" msgstr "" #: tools/gpgconf-comp.c:468 tools/gpgconf-comp.c:563 tools/gpgconf-comp.c:612 -#: tools/gpgconf-comp.c:671 tools/gpgconf-comp.c:750 +#: tools/gpgconf-comp.c:674 tools/gpgconf-comp.c:753 msgid "Options useful for debugging" msgstr "" #: tools/gpgconf-comp.c:473 tools/gpgconf-comp.c:568 tools/gpgconf-comp.c:617 -#: tools/gpgconf-comp.c:676 tools/gpgconf-comp.c:758 +#: tools/gpgconf-comp.c:679 tools/gpgconf-comp.c:761 msgid "|FILE|write server mode logs to FILE" msgstr "" -#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:684 +#: tools/gpgconf-comp.c:481 tools/gpgconf-comp.c:573 tools/gpgconf-comp.c:687 msgid "Options controlling the security" msgstr "" @@ -7394,31 +7403,35 @@ msgstr "" msgid "allow PKA lookups (DNS requests)" msgstr "" -#: tools/gpgconf-comp.c:689 +#: tools/gpgconf-comp.c:669 +msgid "|NAME|use encoding NAME for PKCS#12 passphrases" +msgstr "" + +#: tools/gpgconf-comp.c:692 msgid "do not check CRLs for root certificates" msgstr "" -#: tools/gpgconf-comp.c:733 +#: tools/gpgconf-comp.c:736 msgid "Options controlling the format of the output" msgstr "" -#: tools/gpgconf-comp.c:769 +#: tools/gpgconf-comp.c:772 msgid "Options controlling the interactivity and enforcement" msgstr "" -#: tools/gpgconf-comp.c:779 +#: tools/gpgconf-comp.c:782 msgid "Configuration for HTTP servers" msgstr "" -#: tools/gpgconf-comp.c:790 +#: tools/gpgconf-comp.c:793 msgid "use system's HTTP proxy setting" msgstr "" -#: tools/gpgconf-comp.c:795 +#: tools/gpgconf-comp.c:798 msgid "Configuration of LDAP servers to use" msgstr "" -#: tools/gpgconf-comp.c:832 +#: tools/gpgconf-comp.c:835 msgid "Configuration for OCSP" msgstr "" @@ -7482,7 +7495,7 @@ msgstr "未允許使用管理者指令\n" msgid "error allocating enough memory: %s\n" msgstr "建立鑰匙圈 `%s' 時發生錯誤: %s\n" -#: tools/symcryptrun.c:173 +#: tools/symcryptrun.c:154 #, fuzzy msgid "" "@\n" @@ -7492,166 +7505,169 @@ msgstr "" "@指令:\n" " " -#: tools/symcryptrun.c:175 +#: tools/symcryptrun.c:156 #, fuzzy msgid "decryption modus" msgstr "解密成功\n" -#: tools/symcryptrun.c:176 +#: tools/symcryptrun.c:157 #, fuzzy msgid "encryption modus" msgstr "解密成功\n" -#: tools/symcryptrun.c:180 +#: tools/symcryptrun.c:161 msgid "tool class (confucius)" msgstr "" -#: tools/symcryptrun.c:181 +#: tools/symcryptrun.c:162 #, fuzzy msgid "program filename" msgstr "--store [檔名]" -#: tools/symcryptrun.c:183 +#: tools/symcryptrun.c:164 msgid "secret key file (required)" msgstr "" -#: tools/symcryptrun.c:184 +#: tools/symcryptrun.c:165 msgid "input file name (default stdin)" msgstr "" -#: tools/symcryptrun.c:228 +#: tools/symcryptrun.c:209 #, fuzzy msgid "Usage: symcryptrun [options] (-h for help)" msgstr "用法: gpg [選項] [檔案] (或用 -h 求助)" -#: tools/symcryptrun.c:231 +#: tools/symcryptrun.c:212 msgid "" "Syntax: symcryptrun --class CLASS --program PROGRAM --keyfile KEYFILE " "[options...] COMMAND [inputfile]\n" "Call a simple symmetric encryption tool\n" msgstr "" -#: tools/symcryptrun.c:313 +#: tools/symcryptrun.c:294 #, fuzzy, c-format msgid "%s on %s aborted with status %i\n" msgstr "%s 不被允許跟 %s 併用\n" -#: tools/symcryptrun.c:320 +#: tools/symcryptrun.c:301 #, fuzzy, c-format msgid "%s on %s failed with status %i\n" msgstr "`%s' 的 fstat 失敗於 %s: %s\n" -#: tools/symcryptrun.c:346 +#: tools/symcryptrun.c:327 #, fuzzy, c-format msgid "can't create temporary directory `%s': %s\n" msgstr "無法建立目錄 `%s': %s\n" -#: tools/symcryptrun.c:386 tools/symcryptrun.c:403 +#: tools/symcryptrun.c:367 tools/symcryptrun.c:384 #, c-format msgid "could not open %s for writing: %s\n" msgstr "" -#: tools/symcryptrun.c:414 +#: tools/symcryptrun.c:395 #, fuzzy, c-format msgid "error writing to %s: %s\n" msgstr "寫到鑰匙圈 `%s' 時發生錯誤: %s\n" -#: tools/symcryptrun.c:421 +#: tools/symcryptrun.c:402 #, fuzzy, c-format msgid "error reading from %s: %s\n" msgstr "讀取 `%s' 時發生錯誤: %s\n" -#: tools/symcryptrun.c:428 tools/symcryptrun.c:435 +#: tools/symcryptrun.c:409 tools/symcryptrun.c:416 #, fuzzy, c-format msgid "error closing %s: %s\n" msgstr "在 `%s' 中出錯: %s\n" -#: tools/symcryptrun.c:545 +#: tools/symcryptrun.c:526 #, fuzzy msgid "no --program option provided\n" msgstr "沒有已支援的遠端程式執行\n" -#: tools/symcryptrun.c:551 +#: tools/symcryptrun.c:532 msgid "only --decrypt and --encrypt are supported\n" msgstr "" -#: tools/symcryptrun.c:557 +#: tools/symcryptrun.c:538 msgid "no --keyfile option provided\n" msgstr "" -#: tools/symcryptrun.c:568 +#: tools/symcryptrun.c:549 msgid "cannot allocate args vector\n" msgstr "" -#: tools/symcryptrun.c:586 +#: tools/symcryptrun.c:567 #, fuzzy, c-format msgid "could not create pipe: %s\n" msgstr "無法建立 `%s': %s\n" -#: tools/symcryptrun.c:593 +#: tools/symcryptrun.c:574 #, fuzzy, c-format msgid "could not create pty: %s\n" msgstr "無法建立 `%s': %s\n" -#: tools/symcryptrun.c:609 +#: tools/symcryptrun.c:590 #, c-format msgid "could not fork: %s\n" msgstr "" -#: tools/symcryptrun.c:637 +#: tools/symcryptrun.c:618 #, fuzzy, c-format msgid "execv failed: %s\n" msgstr "更新失敗: %s\n" -#: tools/symcryptrun.c:666 +#: tools/symcryptrun.c:647 #, fuzzy, c-format msgid "select failed: %s\n" msgstr "刪除金鑰區塊時失敗了: %s\n" -#: tools/symcryptrun.c:683 +#: tools/symcryptrun.c:664 #, fuzzy, c-format msgid "read failed: %s\n" msgstr "更新失敗: %s\n" -#: tools/symcryptrun.c:735 +#: tools/symcryptrun.c:716 #, fuzzy, c-format msgid "pty read failed: %s\n" msgstr "更新失敗: %s\n" -#: tools/symcryptrun.c:787 +#: tools/symcryptrun.c:768 #, fuzzy, c-format msgid "waitpid failed: %s\n" msgstr "更新失敗: %s\n" -#: tools/symcryptrun.c:801 +#: tools/symcryptrun.c:782 #, c-format msgid "child aborted with status %i\n" msgstr "" -#: tools/symcryptrun.c:856 +#: tools/symcryptrun.c:837 #, fuzzy, c-format msgid "cannot allocate infile string: %s\n" msgstr "無法建立備份檔案 `%s': %s\n" -#: tools/symcryptrun.c:869 +#: tools/symcryptrun.c:850 #, fuzzy, c-format msgid "cannot allocate outfile string: %s\n" msgstr "無法建立備份檔案 `%s': %s\n" -#: tools/symcryptrun.c:1044 +#: tools/symcryptrun.c:1025 #, c-format msgid "either %s or %s must be given\n" msgstr "" -#: tools/symcryptrun.c:1064 +#: tools/symcryptrun.c:1045 msgid "no class provided\n" msgstr "" -#: tools/symcryptrun.c:1071 +#: tools/symcryptrun.c:1052 #, fuzzy, c-format msgid "class %s is not supported\n" msgstr "保護摘要 %d 未被支援\n" +#~ msgid "DSA requires the use of a 160 bit hash algorithm\n" +#~ msgstr "DSA 要求使用 160 位元的雜湊演算法\n" + #, fuzzy #~ msgid ".\n" #~ msgstr "%s.\n" |