gnupg/po/en.po

2306 lines
41 KiB
Plaintext

msgid ""
msgstr ""
"POT-Creation-Date: 1998-11-08 18:21+0100\n"
"Content-Type: text/plain; charset=\n"
"Date: 1998-08-08 18:07:50+0200\n"
"From: Werner Koch <wk@frodo>\n"
"Xgettext-Options: --default-domain=gnupg --directory=.. --add-comments "
"--keyword=_ --keyword=N_ --files-from=./POTFILES.in\n"
"Files: util/secmem.c util/argparse.c cipher/random.c cipher/rand-dummy.c "
"cipher/rand-unix.c cipher/rand-w32.c g10/g10.c g10/pkclist.c g10/keygen.c "
"g10/decrypt.c g10/encode.c g10/import.c g10/keyedit.c g10/keylist.c "
"g10/mainproc.c g10/passphrase.c g10/plaintext.c g10/pref.c g10/seckey-cert.c "
"g10/sig-check.c g10/sign.c g10/trustdb.c g10/verify.c g10/status.c "
"g10/pubkey-enc.c\n"
#: util/secmem.c:77
msgid "Warning: using insecure memory!\n"
msgstr ""
#: util/miscutil.c:110
msgid "yes"
msgstr ""
#: util/miscutil.c:111
msgid "yY"
msgstr ""
#: util/errors.c:54
msgid "General error"
msgstr ""
#: util/errors.c:55
msgid "Unknown packet type"
msgstr ""
#: util/errors.c:56
msgid "Unknown version"
msgstr ""
#: util/errors.c:57
msgid "Unknown pubkey algorithm"
msgstr ""
#: util/errors.c:58
msgid "Unknown digest algorithm"
msgstr ""
#: util/errors.c:59
msgid "Bad public key"
msgstr ""
#: util/errors.c:60
msgid "Bad secret key"
msgstr ""
#: util/errors.c:61
msgid "Bad signature"
msgstr ""
#: util/errors.c:62
msgid "Checksum error"
msgstr ""
#: util/errors.c:63
#, fuzzy
msgid "Bad passphrase"
msgstr ""
"Please enter the passhrase; this is a secret sentence \n"
" Blurb, blurb,.... "
#: util/errors.c:64
msgid "Public key not found"
msgstr ""
#: util/errors.c:65
msgid "Unknown cipher algorithm"
msgstr ""
#: util/errors.c:66
msgid "Can't open the keyring"
msgstr ""
#: util/errors.c:67
msgid "Invalid packet"
msgstr ""
#: util/errors.c:68
msgid "Invalid armor"
msgstr ""
#: util/errors.c:69
msgid "No such user id"
msgstr ""
#: util/errors.c:70
msgid "Secret key not available"
msgstr ""
#: util/errors.c:71
msgid "Wrong secret key used"
msgstr ""
#: util/errors.c:72
msgid "Not supported"
msgstr ""
#: util/errors.c:73
msgid "Bad key"
msgstr ""
#: util/errors.c:74
msgid "File read error"
msgstr ""
#: util/errors.c:75
msgid "File write error"
msgstr ""
#: util/errors.c:76
msgid "Unknown compress algorithm"
msgstr ""
#: util/errors.c:77
msgid "File open error"
msgstr ""
#: util/errors.c:78
msgid "File create error"
msgstr ""
#: util/errors.c:79
msgid "Invalid passphrase"
msgstr ""
#: util/errors.c:80
msgid "Unimplemented pubkey algorithm"
msgstr ""
#: util/errors.c:81
msgid "Unimplemented cipher algorithm"
msgstr ""
#: util/errors.c:82
msgid "Unknown signature class"
msgstr ""
#: util/errors.c:83
msgid "Trust database error"
msgstr ""
#: util/errors.c:84
msgid "Bad MPI"
msgstr ""
#: util/errors.c:85
msgid "Resource limit"
msgstr ""
#: util/errors.c:86
msgid "Invalid keyring"
msgstr ""
#: util/errors.c:87
msgid "Bad certificate"
msgstr ""
#: util/errors.c:88
msgid "Malformed user id"
msgstr ""
#: util/errors.c:89
msgid "File close error"
msgstr ""
#: util/errors.c:90
msgid "File rename error"
msgstr ""
#: util/errors.c:91
msgid "File delete error"
msgstr ""
#: util/errors.c:92
msgid "Unexpected data"
msgstr ""
#: util/errors.c:93
msgid "Timestamp conflict"
msgstr ""
#: util/errors.c:94
msgid "Unusable pubkey algorithm"
msgstr ""
#: util/errors.c:95
msgid "File exists"
msgstr ""
#: util/errors.c:96
msgid "Weak key"
msgstr ""
#: util/logger.c:177
#, c-format
msgid "... this is a bug (%s:%d:%s)\n"
msgstr ""
#: util/logger.c:183
#, c-format
msgid "you found a bug ... (%s:%d)\n"
msgstr ""
#: cipher/rand-dummy.c:112
msgid "warning: using insecure random number generator!!\n"
msgstr ""
#: cipher/rand-dummy.c:113
msgid ""
"The random number generator is only a kludge to let\n"
"it compile - it is in no way a strong RNG!\n"
"\n"
"DON'T USE ANY DATA GENERATED BY THIS PROGRAM!!\n"
"\n"
msgstr ""
#: cipher/rand-unix.c:149
#, c-format
msgid ""
"\n"
"Not enough random bytes available. Please do some other work to give\n"
"the OS a chance to collect more entropy! (Need %d more bytes)\n"
msgstr ""
#: g10/g10.c:152
msgid ""
"@Commands:\n"
" "
msgstr ""
#: g10/g10.c:155
msgid "|[file]|make a signature"
msgstr ""
#: g10/g10.c:156
msgid "|[file]|make a clear text signature"
msgstr ""
#: g10/g10.c:157
msgid "make a detached signature"
msgstr ""
#: g10/g10.c:158
msgid "encrypt data"
msgstr ""
#: g10/g10.c:159
msgid "encryption only with symmetric cipher"
msgstr ""
#: g10/g10.c:160
msgid "store only"
msgstr ""
#: g10/g10.c:161
msgid "decrypt data (default)"
msgstr ""
#: g10/g10.c:162
msgid "verify a signature"
msgstr ""
#: g10/g10.c:164
msgid "list keys"
msgstr ""
#: g10/g10.c:165
msgid "list keys and signatures"
msgstr ""
#: g10/g10.c:166
msgid "check key signatures"
msgstr ""
#: g10/g10.c:167
msgid "list keys and fingerprints"
msgstr ""
#: g10/g10.c:168
msgid "list secret keys"
msgstr ""
#: g10/g10.c:170
msgid "generate a new key pair"
msgstr ""
#: g10/g10.c:172
msgid "remove key from the public keyring"
msgstr ""
#: g10/g10.c:174
msgid "sign or edit a key"
msgstr ""
#: g10/g10.c:175
msgid "generate a revocation certificate"
msgstr ""
#: g10/g10.c:177
msgid "export keys"
msgstr ""
#: g10/g10.c:179
msgid "import/merge keys"
msgstr ""
#: g10/g10.c:181
msgid "list only the sequence of packets"
msgstr ""
#: g10/g10.c:184
#, fuzzy
msgid "export the ownertrust values"
msgstr ""
"It's up to you to assign a value here; this value will never be exported\n"
"to any 3rd party. We need it to implement the web-of-trust; it has nothing\n"
"to do with the (implicitly created) web-of-certificates."
#: g10/g10.c:186
#, fuzzy
msgid "import ownertrust values"
msgstr ""
"It's up to you to assign a value here; this value will never be exported\n"
"to any 3rd party. We need it to implement the web-of-trust; it has nothing\n"
"to do with the (implicitly created) web-of-certificates."
#: g10/g10.c:188
msgid "|[NAMES]|update the trust database"
msgstr ""
#: g10/g10.c:190
msgid "|[NAMES]|check the trust database"
msgstr ""
#: g10/g10.c:191
msgid "fix a corrupted trust database"
msgstr ""
#: g10/g10.c:192
msgid "De-Armor a file or stdin"
msgstr ""
#: g10/g10.c:193
msgid "En-Armor a file or stdin"
msgstr ""
#: g10/g10.c:194
msgid "|algo [files]|print message digests"
msgstr ""
#: g10/g10.c:195
msgid "print all message digests"
msgstr ""
#: g10/g10.c:202
msgid ""
"@\n"
"Options:\n"
" "
msgstr ""
#: g10/g10.c:204
msgid "create ascii armored output"
msgstr ""
#: g10/g10.c:206
msgid "use this user-id to sign or decrypt"
msgstr ""
#: g10/g10.c:207
msgid "use this user-id for encryption"
msgstr ""
#: g10/g10.c:208
msgid "|N|set compress level N (0 disables)"
msgstr ""
#: g10/g10.c:210
msgid "use canonical text mode"
msgstr ""
#: g10/g10.c:212
msgid "use as output file"
msgstr ""
#: g10/g10.c:213
msgid "verbose"
msgstr ""
#: g10/g10.c:214
msgid "be somewhat more quiet"
msgstr ""
#: g10/g10.c:215
msgid "force v3 signatures"
msgstr ""
#. { oDryRun, "dry-run", 0, N_("do not make any changes") },
#: g10/g10.c:217
msgid "batch mode: never ask"
msgstr ""
#: g10/g10.c:218
msgid "assume yes on most questions"
msgstr ""
#: g10/g10.c:219
msgid "assume no on most questions"
msgstr ""
#: g10/g10.c:220
msgid "add this keyring to the list of keyrings"
msgstr ""
#: g10/g10.c:221
msgid "add this secret keyring to the list"
msgstr ""
#: g10/g10.c:222
msgid "|NAME|use NAME as default secret key"
msgstr ""
#: g10/g10.c:223
msgid "read options from file"
msgstr ""
#: g10/g10.c:225
msgid "set debugging flags"
msgstr ""
#: g10/g10.c:226
msgid "enable full debugging"
msgstr ""
#: g10/g10.c:227
msgid "|FD|write status info to this FD"
msgstr ""
#: g10/g10.c:228
msgid "do not write comment packets"
msgstr ""
#: g10/g10.c:229
msgid "(default is 1)"
msgstr ""
#: g10/g10.c:230
msgid "(default is 3)"
msgstr ""
#: g10/g10.c:231
msgid "|FILE|load extension module FILE"
msgstr ""
#: g10/g10.c:232
msgid "emulate the mode described in RFC1991"
msgstr ""
#: g10/g10.c:233
msgid "|N|use passphrase mode N"
msgstr ""
#: g10/g10.c:235
msgid "|NAME|use message digest algorithm NAME for passphrases"
msgstr ""
#: g10/g10.c:237
msgid "|NAME|use cipher algorithm NAME for passphrases"
msgstr ""
#: g10/g10.c:239
msgid "|NAME|use cipher algorithm NAME"
msgstr ""
#: g10/g10.c:240
msgid "|NAME|use message digest algorithm NAME"
msgstr ""
#: g10/g10.c:241
msgid "|N|use compress algorithm N"
msgstr ""
#: g10/g10.c:242
msgid "throw keyid field of encrypted packets"
msgstr ""
#: g10/g10.c:250
msgid ""
"@\n"
"Examples:\n"
"\n"
" -se -r Bob [file] sign and encrypt for user Bob\n"
" --clearsign [file] make a clear text signature\n"
" --detach-sign [file] make a detached signature\n"
" --list-keys [names] show keys\n"
" --fingerprint [names] show fingerprints\n"
msgstr ""
#: g10/g10.c:325
msgid "Please report bugs to <gnupg-bugs@gnu.org>.\n"
msgstr ""
#: g10/g10.c:330
msgid "Usage: gpgm [options] [files] (-h for help)"
msgstr ""
#: g10/g10.c:332
msgid "Usage: gpg [options] [files] (-h for help)"
msgstr ""
#: g10/g10.c:337
msgid ""
"Syntax: gpgm [options] [files]\n"
"GnuPG maintenance utility\n"
msgstr ""
#: g10/g10.c:340
msgid ""
"Syntax: gpg [options] [files]\n"
"sign, check, encrypt or decrypt\n"
"default operation depends on the input data\n"
msgstr ""
#: g10/g10.c:346
msgid ""
"\n"
"Supported algorithms:\n"
msgstr ""
#: g10/g10.c:421
msgid "usage: gpgm [options] "
msgstr ""
#: g10/g10.c:423
msgid "usage: gpg [options] "
msgstr ""
#: g10/g10.c:464
msgid "conflicting commands\n"
msgstr ""
#: g10/g10.c:602
#, c-format
msgid "note: no default option file '%s'\n"
msgstr ""
#: g10/g10.c:606
#, c-format
msgid "option file '%s': %s\n"
msgstr ""
#: g10/g10.c:613
#, c-format
msgid "reading options from '%s'\n"
msgstr ""
#: g10/g10.c:787 g10/g10.c:799
msgid "selected cipher algorithm is invalid\n"
msgstr ""
#: g10/g10.c:793 g10/g10.c:805
msgid "selected digest algorithm is invalid\n"
msgstr ""
#: g10/g10.c:808
#, c-format
msgid "compress algorithm must be in range %d..%d\n"
msgstr ""
#: g10/g10.c:810
msgid "completes-needed must be greater than 0\n"
msgstr ""
#: g10/g10.c:812
msgid "marginals-needed must be greater than 1\n"
msgstr ""
#: g10/g10.c:815
msgid "note: simple S2K mode (0) is strongly discouraged\n"
msgstr ""
#: g10/g10.c:819
msgid "invalid S2K mode; must be 0, 1 or 3\n"
msgstr ""
#: g10/g10.c:895
#, c-format
msgid "failed to initialize the TrustDB: %s\n"
msgstr ""
#: g10/g10.c:901
msgid "--store [filename]"
msgstr ""
#: g10/g10.c:909
msgid "--symmetric [filename]"
msgstr ""
#: g10/g10.c:917
msgid "--encrypt [filename]"
msgstr ""
#: g10/g10.c:930
msgid "--sign [filename]"
msgstr ""
#: g10/g10.c:943
msgid "--sign --encrypt [filename]"
msgstr ""
#: g10/g10.c:957
msgid "--clearsign [filename]"
msgstr ""
#: g10/g10.c:969
msgid "--decrypt [filename]"
msgstr ""
#: g10/g10.c:978
msgid "--edit-key username"
msgstr ""
#: g10/g10.c:986
msgid "--delete-secret-key username"
msgstr ""
#: g10/g10.c:989
msgid "--delete-key username"
msgstr ""
#: g10/encode.c:216 g10/g10.c:1012
#, c-format
msgid "can't open %s: %s\n"
msgstr ""
#: g10/g10.c:1023
msgid "-k[v][v][v][c] [userid] [keyring]"
msgstr ""
#: g10/g10.c:1079
#, c-format
msgid "dearmoring failed: %s\n"
msgstr ""
#: g10/g10.c:1087
#, c-format
msgid "enarmoring failed: %s\n"
msgstr ""
#: g10/g10.c:1148
#, c-format
msgid "invalid hash algorithm '%s'\n"
msgstr ""
#: g10/g10.c:1230
msgid "[filename]"
msgstr ""
#: g10/decrypt.c:59 g10/g10.c:1232 g10/verify.c:66
#, c-format
msgid "can't open '%s'\n"
msgstr ""
#: g10/g10.c:1279
msgid ""
"RSA keys are deprecated; please consider creating a new key and use this key "
"in the future\n"
msgstr ""
#: g10/armor.c:341 g10/armor.c:381
msgid "armor header: "
msgstr ""
#: g10/armor.c:346
msgid "invalid clearsig header\n"
msgstr ""
#: g10/armor.c:372
msgid "invalid armor header: "
msgstr ""
#: g10/armor.c:449
#, c-format
msgid "armor: %s\n"
msgstr ""
#: g10/armor.c:493
msgid "invalid dash escaped line: "
msgstr ""
#: g10/armor.c:562
msgid "invalid clear text header: "
msgstr ""
#: g10/armor.c:794
#, c-format
msgid "invalid radix64 character %02x skipped\n"
msgstr ""
#: g10/armor.c:827
msgid "premature eof (no CRC)\n"
msgstr ""
#: g10/armor.c:846
msgid "premature eof (in CRC)\n"
msgstr ""
#: g10/armor.c:850
msgid "malformed CRC\n"
msgstr ""
#: g10/armor.c:854
#, c-format
msgid "CRC error; %06lx - %06lx\n"
msgstr ""
#: g10/armor.c:873
msgid "premature eof (in Trailer)\n"
msgstr ""
#: g10/armor.c:877
msgid "error in trailer line\n"
msgstr ""
#: g10/armor.c:1131
msgid "no valid RFC1991 or OpenPGP data found.\n"
msgstr ""
#: g10/pkclist.c:71
#, c-format
msgid ""
"No owner trust defined for %lu:\n"
"%4u%c/%08lX %s \""
msgstr ""
#: g10/pkclist.c:81
msgid ""
"Please decide how far you trust this user to correctly\n"
"verify other users' keys (by looking at passports,\n"
"checking fingerprints from different sources...)?\n"
"\n"
" 1 = Don't know\n"
" 2 = I do NOT trust\n"
" 3 = I trust marginally\n"
" 4 = I trust fully\n"
" s = please show me more information\n"
msgstr ""
#: g10/pkclist.c:90
msgid " m = back to the main menu\n"
msgstr ""
#. a string with valid answers
#: g10/pkclist.c:95
msgid "sSmM"
msgstr ""
#: g10/pkclist.c:99
msgid "edit_ownertrust.value"
msgstr ""
"It's up to you to assign a value here; this value will never be exported\n"
"to any 3rd party. We need it to implement the web-of-trust; it has nothing\n"
"to do with the (implicitly created) web-of-certificates."
#: g10/pkclist.c:99
msgid "Your decision? "
msgstr ""
#: g10/pkclist.c:118
msgid "You will see a list of signators etc. here\n"
msgstr ""
#: g10/pkclist.c:145
msgid ""
"Could not find a valid trust path to the key. Let's see whether we\n"
"can assign some missing owner trust values.\n"
"\n"
msgstr ""
#: g10/pkclist.c:168
msgid ""
"No owner trust values changed.\n"
"\n"
msgstr ""
#: g10/pkclist.c:188
msgid "revoked_key.override"
msgstr "If you want to use this revoked key anyway, answer \"yes\"."
#: g10/pkclist.c:189 g10/pkclist.c:279
msgid "Use this key anyway? "
msgstr ""
#: g10/pkclist.c:274
msgid ""
"It is NOT certain that the key belongs to its owner.\n"
"If you *really* know what you are doing, you may answer\n"
"the next question with yes\n"
"\n"
msgstr ""
#: g10/pkclist.c:278
msgid "untrusted_key.override"
msgstr "If you want to use this untrusted key anyway, answer \"yes\"."
#: g10/pkclist.c:283
msgid "WARNING: Using untrusted key!\n"
msgstr ""
#: g10/pkclist.c:319
msgid "WARNING: This key has been revoked by its owner!\n"
msgstr ""
#: g10/pkclist.c:320
msgid " This could mean that the signature is forgery.\n"
msgstr ""
#: g10/pkclist.c:341
msgid "Note: This key has expired!\n"
msgstr ""
#: g10/pkclist.c:348
msgid "WARNING: This key is not certified with a trusted signature!\n"
msgstr ""
#: g10/pkclist.c:350
msgid ""
" There is no indication that the signature belongs to the owner.\n"
msgstr ""
#: g10/pkclist.c:365
msgid "WARNING: We do NOT trust this key!\n"
msgstr ""
#: g10/pkclist.c:366
msgid " The signature is probably a FORGERY.\n"
msgstr ""
#: g10/pkclist.c:373
msgid ""
"WARNING: This key is not certified with sufficiently trusted signatures!\n"
msgstr ""
#: g10/pkclist.c:376
msgid " It is not certain that the signature belongs to the owner.\n"
msgstr ""
#: g10/pkclist.c:421
msgid ""
"You did not specify a user ID. (you may use \"-r\")\n"
"\n"
msgstr ""
#: g10/pkclist.c:425
msgid "pklist.user_id.enter"
msgstr ""
"Enter the user id of the addresse to whom you want to send the message."
#: g10/pkclist.c:426
msgid "Enter the user ID: "
msgstr ""
#: g10/pkclist.c:437
msgid "No such user ID.\n"
msgstr ""
#: g10/pkclist.c:471 g10/pkclist.c:498
#, c-format
msgid "%s: skipped: %s\n"
msgstr ""
#: g10/pkclist.c:479
#, c-format
msgid "%s: error checking key: %s\n"
msgstr ""
#: g10/pkclist.c:505
msgid "no valid addressees\n"
msgstr ""
#: g10/keygen.c:123
msgid "writing self signature\n"
msgstr ""
#: g10/keygen.c:161
msgid "writing key binding signature\n"
msgstr ""
#: g10/keygen.c:387
msgid "Please select what kind of key you want:\n"
msgstr ""
#: g10/keygen.c:389
#, c-format
msgid " (%d) DSA and ElGamal (default)\n"
msgstr ""
#: g10/keygen.c:390
#, c-format
msgid " (%d) ElGamal (sign and encrypt)\n"
msgstr ""
#: g10/keygen.c:392
#, c-format
msgid " (%d) ElGamal (encrypt only)\n"
msgstr ""
#: g10/keygen.c:393
#, c-format
msgid " (%d) DSA (sign only)\n"
msgstr ""
#: g10/keygen.c:394
#, c-format
msgid " (%d) ElGamal in a v3 packet\n"
msgstr ""
#: g10/keygen.c:398
msgid "keygen.algo"
msgstr ""
"Select the algorithm to use.\n"
"DSA (aka DSS) is the digital signature algorithm which can only be used\n"
"for signatures. This is the suggested algorithm because verification of\n"
"DSA signatures are much faster than those of ElGamal\n"
"ElGamal is a algorithm which can be used for signatures and encryption.\n"
"OpenPGP distunguishs between two flavors of this algorithms: a encrypt only\n"
"and a sign+encrypt; actually it is the same, but some parameters must be\n"
"selected in a special way to create a safe key for signatures: this program\n"
"does this but other OpenPGP implemenations are not required to understand\n"
"the signature+encryption flavor.\n"
"The first (primary) key must always be a key which is capable of signing;\n"
"this is the reason why the ecrytion only ElGamal key is disabled in this.\n"
"You should not select the \"ElGamal in a v3 packet\", because that key is\n"
"not compatible to other OpenPGP implementations."
#: g10/keygen.c:398
msgid "Your selection? "
msgstr ""
#: g10/keygen.c:424
msgid "Invalid selection.\n"
msgstr ""
#: g10/keygen.c:436
#, c-format
msgid ""
"About to generate a new %s keypair.\n"
" minimum keysize is 768 bits\n"
" default keysize is 1024 bits\n"
" highest suggested keysize is 2048 bits\n"
msgstr ""
#: g10/keygen.c:442
msgid "keygen.size"
msgstr ""
#: g10/keygen.c:443
msgid "What keysize do you want? (1024) "
msgstr ""
#: g10/keygen.c:448
msgid "DSA only allows keysizes from 512 to 1024\n"
msgstr ""
#: g10/keygen.c:450
msgid "keysize too small; 768 is smallest value allowed.\n"
msgstr ""
#: g10/keygen.c:453
msgid ""
"Keysizes larger than 2048 are not suggested because\n"
"computations take REALLY long!\n"
msgstr ""
#: g10/keygen.c:455
msgid "keygen.size.huge.okay"
msgstr ""
#: g10/keygen.c:456
msgid "Are you sure that you want this keysize? "
msgstr ""
#: g10/keygen.c:457
msgid ""
"Okay, but keep in mind that your monitor and keyboard radiation is also very "
"vulnerable to attacks!\n"
msgstr ""
#: g10/keygen.c:464
msgid "keygen.size.large.okay"
msgstr ""
#: g10/keygen.c:465
msgid "Do you really need such a large keysize? "
msgstr ""
#: g10/keygen.c:471
#, c-format
msgid "Requested keysize is %u bits\n"
msgstr ""
#: g10/keygen.c:474 g10/keygen.c:478
#, c-format
msgid "rounded up to %u bits\n"
msgstr ""
#: g10/keygen.c:491
msgid ""
"Please specify how long the key should be valid.\n"
" 0 = key does not expire\n"
" <n> = key expires in n days\n"
" <n>w = key expires in n weeks\n"
" <n>m = key expires in n months\n"
" <n>y = key expires in n years\n"
msgstr ""
#: g10/keygen.c:506
msgid "keygen.valid"
msgstr ""
#: g10/keygen.c:506
msgid "Key is valid for? (0) "
msgstr ""
#: g10/keygen.c:517
msgid "invalid value\n"
msgstr ""
#: g10/keygen.c:522
msgid "Key does not expire at all\n"
msgstr ""
#. print the date when the key expires
#: g10/keygen.c:528
#, c-format
msgid "Key expires at %s\n"
msgstr ""
#: g10/keygen.c:532
msgid "keygen.valid.okay"
msgstr ""
#: g10/keygen.c:533
msgid "Is this correct (y/n)? "
msgstr ""
#: g10/keygen.c:569
msgid ""
"\n"
"You need a User-ID to identify your key; the software constructs the user "
"id\n"
"from Real Name, Comment and Email Address in this form:\n"
" \"Heinrich Heine (Der Dichter) <heinrichh@duesseldorf.de>\"\n"
"\n"
msgstr ""
#: g10/keygen.c:580
msgid "keygen.name"
msgstr ""
#: g10/keygen.c:580
msgid "Real name: "
msgstr ""
#: g10/keygen.c:584
msgid "Invalid character in name\n"
msgstr ""
#: g10/keygen.c:586
msgid "Name may not start with a digit\n"
msgstr ""
#: g10/keygen.c:588
msgid "Name must be at least 5 characters long\n"
msgstr ""
#: g10/keygen.c:596
msgid "keygen.email"
msgstr ""
#: g10/keygen.c:596
msgid "Email address: "
msgstr ""
#: g10/keygen.c:608
msgid "Not a valid email address\n"
msgstr ""
#: g10/keygen.c:616
msgid "keygen.comment"
msgstr ""
#: g10/keygen.c:616
msgid "Comment: "
msgstr ""
#: g10/keygen.c:622
msgid "Invalid character in comment\n"
msgstr ""
#: g10/keygen.c:642
#, c-format
msgid ""
"You selected this USER-ID:\n"
" \"%s\"\n"
"\n"
msgstr ""
#: g10/keygen.c:645
msgid "NnCcEeOoQq"
msgstr ""
#: g10/keygen.c:654
msgid "keygen.userid.cmd"
msgstr ""
"N to change the name.\n"
"C to change the comment.\n"
"E to change the email address.\n"
"O to continue with key generation.\n"
"Q to to quit the key generation."
#: g10/keygen.c:655
msgid "Change (N)ame, (C)omment, (E)mail or (O)kay/(Q)uit? "
msgstr ""
#: g10/keygen.c:707
msgid ""
"You need a Passphrase to protect your secret key.\n"
"\n"
msgstr ""
#: g10/keyedit.c:389 g10/keygen.c:715
msgid "passphrase not correctly repeated; try again.\n"
msgstr ""
#: g10/keygen.c:721
msgid ""
"You don't want a passphrase - this is probably a *bad* idea!\n"
"I will do it anyway. You can change your passphrase at any time,\n"
"using this program with the option \"--edit-key\".\n"
"\n"
msgstr ""
#: g10/keygen.c:742
msgid ""
"We need to generate a lot of random bytes. It is a good idea to perform\n"
"some other action (work in another window, move the mouse, utilize the\n"
"network and the disks) during the prime generation; this gives the random\n"
"number generator a better chance to gain enough entropy.\n"
msgstr ""
#: g10/keygen.c:812
msgid "Key generation can only be used in interactive mode\n"
msgstr ""
#: g10/keygen.c:820
msgid "DSA keypair will have 1024 bits.\n"
msgstr ""
#: g10/keygen.c:826
msgid "Key generation cancelled.\n"
msgstr ""
#: g10/keygen.c:836
#, c-format
msgid "writing public certificate to '%s'\n"
msgstr ""
#: g10/keygen.c:837
#, c-format
msgid "writing secret certificate to '%s'\n"
msgstr ""
#: g10/keygen.c:914
msgid "public and secret key created and signed.\n"
msgstr ""
#: g10/keygen.c:916
msgid ""
"Note that this key cannot be used for encryption. You may want to use\n"
"the command \"--add-key\" to generate a secondary key for this purpose.\n"
msgstr ""
#: g10/keygen.c:930 g10/keygen.c:1015
#, c-format
msgid "Key generation failed: %s\n"
msgstr ""
#: g10/keygen.c:992
msgid "keygen.sub.okay"
msgstr "Answer \"yes\" (or just \"y\") if it is okay to generate the sub key."
#: g10/keygen.c:993
msgid "Really create? "
msgstr ""
#: g10/encode.c:88 g10/openfile.c:81 g10/openfile.c:158
#, c-format
msgid "%s: can't open: %s\n"
msgstr ""
#: g10/encode.c:107
#, c-format
msgid "error creating passphrase: %s\n"
msgstr ""
#: g10/encode.c:155 g10/encode.c:269
#, c-format
msgid "%s: warning: empty file\n"
msgstr ""
#: g10/encode.c:222
#, c-format
msgid "reading from '%s'\n"
msgstr ""
#: g10/encode.c:397
#, c-format
msgid "%s encrypted for: %s\n"
msgstr ""
#: g10/getkey.c:950
#, c-format
msgid "using secondary key %08lX instead of primary key %08lX\n"
msgstr ""
#: g10/import.c:125 g10/trustdb.c:1046
#, c-format
msgid "can't open file: %s\n"
msgstr ""
#: g10/import.c:141
#, c-format
msgid "skipping block of type %d\n"
msgstr ""
#: g10/import.c:148 g10/trustdb.c:1289 g10/trustdb.c:1358
#, c-format
msgid "%lu keys so far processed\n"
msgstr ""
#: g10/import.c:153 g10/trustdb.c:1122
#, c-format
msgid "read error: %s\n"
msgstr ""
#: g10/import.c:155
#, c-format
msgid "Total number processed: %lu\n"
msgstr ""
#: g10/import.c:157
#, c-format
msgid " w/o user IDs: %lu\n"
msgstr ""
#: g10/import.c:159
#, c-format
msgid " imported: %lu"
msgstr ""
#: g10/import.c:165
#, c-format
msgid " unchanged: %lu\n"
msgstr ""
#: g10/import.c:167
#, c-format
msgid " new user IDs: %lu\n"
msgstr ""
#: g10/import.c:169
#, c-format
msgid " new subkeys: %lu\n"
msgstr ""
#: g10/import.c:171
#, c-format
msgid " new signatures: %lu\n"
msgstr ""
#: g10/import.c:173
#, c-format
msgid " new key revocations: %lu\n"
msgstr ""
#: g10/import.c:175
#, c-format
msgid " secret keys read: %lu\n"
msgstr ""
#: g10/import.c:177
#, c-format
msgid " secret keys imported: %lu\n"
msgstr ""
#: g10/import.c:179
#, c-format
msgid " secret keys unchanged: %lu\n"
msgstr ""
#: g10/import.c:321 g10/import.c:513
#, c-format
msgid "key %08lX: no user id\n"
msgstr ""
#: g10/import.c:332
#, c-format
msgid "key %08lX: no valid user ids\n"
msgstr ""
#: g10/import.c:334
msgid "this may be caused by a missing self-signature\n"
msgstr ""
#: g10/import.c:345 g10/import.c:581
#, c-format
msgid "key %08lX: public key not found: %s\n"
msgstr ""
#: g10/import.c:351
msgid "no default public keyring\n"
msgstr ""
#: g10/import.c:355 g10/openfile.c:105
#, c-format
msgid "writing to '%s'\n"
msgstr ""
#: g10/import.c:359 g10/import.c:419 g10/import.c:635
#, c-format
msgid "can't lock public keyring: %s\n"
msgstr ""
#: g10/import.c:362
#, c-format
msgid "can't write to keyring: %s\n"
msgstr ""
#: g10/import.c:366
#, c-format
msgid "key %08lX: public key imported\n"
msgstr ""
#: g10/import.c:379
#, c-format
msgid "key %08lX: doesn't match our copy\n"
msgstr ""
#: g10/import.c:392 g10/import.c:590
#, c-format
msgid "key %08lX: can't locate original keyblock: %s\n"
msgstr ""
#: g10/import.c:399 g10/import.c:597
#, c-format
msgid "key %08lX: can't read original keyblock: %s\n"
msgstr ""
#: g10/import.c:416 g10/import.c:528 g10/import.c:632
msgid "writing keyblock\n"
msgstr ""
#: g10/import.c:422 g10/import.c:638
#, c-format
msgid "can't write keyblock: %s\n"
msgstr ""
#: g10/import.c:427
#, c-format
msgid "key %08lX: 1 new user-id\n"
msgstr ""
#: g10/import.c:430
#, c-format
msgid "key %08lX: %d new user-ids\n"
msgstr ""
#: g10/import.c:433
#, c-format
msgid "key %08lX: 1 new signature\n"
msgstr ""
#: g10/import.c:436
#, c-format
msgid "key %08lX: %d new signatures\n"
msgstr ""
#: g10/import.c:439
#, c-format
msgid "key %08lX: 1 new subkey\n"
msgstr ""
#: g10/import.c:442
#, c-format
msgid "key %08lX: %d new subkeys\n"
msgstr ""
#: g10/import.c:452
#, c-format
msgid "key %08lX: not changed\n"
msgstr ""
#: g10/import.c:531
#, c-format
msgid "can't lock secret keyring: %s\n"
msgstr ""
#: g10/import.c:534
#, c-format
msgid "can't write keyring: %s\n"
msgstr ""
#. we are ready
#: g10/import.c:537
#, c-format
msgid "key %08lX: secret key imported\n"
msgstr ""
#. we can't merge secret keys
#: g10/import.c:541
#, c-format
msgid "key %08lX: already in secret keyring\n"
msgstr ""
#: g10/import.c:546
#, c-format
msgid "key %08lX: secret key not found: %s\n"
msgstr ""
#: g10/import.c:575
#, c-format
msgid "key %08lX: no public key - can't apply revocation certificate\n"
msgstr ""
#: g10/import.c:608
#, c-format
msgid "key %08lX: invalid revocation certificate: %s - rejected\n"
msgstr ""
#: g10/import.c:642
#, c-format
msgid "key %08lX: revocation certificate imported\n"
msgstr ""
#: g10/import.c:673
#, c-format
msgid "key %08lX: no user-id for signature\n"
msgstr ""
#: g10/import.c:680
#, c-format
msgid "key %08lX: unsupported public key algorithm\n"
msgstr ""
#: g10/import.c:681
#, c-format
msgid "key %08lX: invalid self-signature\n"
msgstr ""
#: g10/import.c:710
#, c-format
msgid "key %08lX: skipped userid '"
msgstr ""
#: g10/import.c:733
#, c-format
msgid "key %08lX: revocation certificate at wrong place - skipped\n"
msgstr ""
#: g10/import.c:741
#, c-format
msgid "key %08lX: invalid revocation certificate: %s - skipped\n"
msgstr ""
#: g10/import.c:803
#, c-format
msgid "key %08lX: revocation certificate added\n"
msgstr ""
#: g10/import.c:866 g10/import.c:902
#, c-format
msgid "key %08lX: our copy has no self-signature\n"
msgstr ""
#: g10/keyedit.c:81
#, c-format
msgid "%s: user not found\n"
msgstr ""
#: g10/keyedit.c:164
msgid "[self-signature]"
msgstr ""
#: g10/keyedit.c:182
msgid "1 bad signature\n"
msgstr ""
#: g10/keyedit.c:184
#, c-format
msgid "%d bad signatures\n"
msgstr ""
#: g10/keyedit.c:186
msgid "1 signature not checked due to a missing key\n"
msgstr ""
#: g10/keyedit.c:188
#, c-format
msgid "%d signatures not checked due to missing keys\n"
msgstr ""
#: g10/keyedit.c:190
msgid "1 signature not checked due to an error\n"
msgstr ""
#: g10/keyedit.c:192
#, c-format
msgid "%d signatures not checked due to errors\n"
msgstr ""
#: g10/keyedit.c:194
msgid "1 user id without valid self-signature detected\n"
msgstr ""
#: g10/keyedit.c:196
#, c-format
msgid "%d user ids without valid self-signatures detected\n"
msgstr ""
#: g10/keyedit.c:258
#, c-format
msgid "Already signed by key %08lX\n"
msgstr ""
#: g10/keyedit.c:266
#, c-format
msgid "Nothing to sign with key %08lX\n"
msgstr ""
#: g10/keyedit.c:275
msgid ""
"Are you really sure that you want to sign this key\n"
"with your key: \""
msgstr ""
#: g10/keyedit.c:282
msgid "sign_uid.okay"
msgstr ""
#: g10/keyedit.c:282
msgid "Really sign? "
msgstr ""
#: g10/keyedit.c:303
#, c-format
msgid "signing failed: %s\n"
msgstr ""
#: g10/keyedit.c:356
msgid "This key is not protected.\n"
msgstr ""
#: g10/keyedit.c:359
msgid "Key is protected.\n"
msgstr ""
#: g10/keyedit.c:376
#, c-format
msgid "Can't edit this key: %s\n"
msgstr ""
#: g10/keyedit.c:381
msgid ""
"Enter the new passphrase for this secret key.\n"
"\n"
msgstr ""
#: g10/keyedit.c:393
msgid ""
"You don't want a passphrase - this is probably a *bad* idea!\n"
"\n"
msgstr ""
#: g10/keyedit.c:395
msgid "change_passwd.empty.okay"
msgstr ""
#: g10/keyedit.c:396
msgid "Do you really want to do this? "
msgstr ""
#: g10/keyedit.c:489
msgid "quit"
msgstr ""
#: g10/keyedit.c:489
msgid "quit this menu"
msgstr ""
#: g10/keyedit.c:490
msgid "q"
msgstr ""
#: g10/keyedit.c:491
msgid "save"
msgstr ""
#: g10/keyedit.c:491
msgid "save and quit"
msgstr ""
#: g10/keyedit.c:492
msgid "help"
msgstr ""
#: g10/keyedit.c:492
msgid "show this help"
msgstr ""
#: g10/keyedit.c:494
msgid "fpr"
msgstr ""
#: g10/keyedit.c:494
msgid "show fingerprint"
msgstr ""
#: g10/keyedit.c:495
msgid "list"
msgstr ""
#: g10/keyedit.c:495
msgid "list key and user ids"
msgstr ""
#: g10/keyedit.c:496
msgid "l"
msgstr ""
#: g10/keyedit.c:497
msgid "uid"
msgstr ""
#: g10/keyedit.c:497
msgid "select user id N"
msgstr ""
#: g10/keyedit.c:498
msgid "key"
msgstr ""
#: g10/keyedit.c:498
msgid "select secondary key N"
msgstr ""
#: g10/keyedit.c:499
msgid "check"
msgstr ""
#: g10/keyedit.c:499
msgid "list signatures"
msgstr ""
#: g10/keyedit.c:500
msgid "c"
msgstr ""
#: g10/keyedit.c:501
msgid "sign"
msgstr ""
#: g10/keyedit.c:501
msgid "sign the key"
msgstr ""
#: g10/keyedit.c:502
msgid "s"
msgstr ""
#: g10/keyedit.c:503
msgid "debug"
msgstr ""
#: g10/keyedit.c:504
msgid "adduid"
msgstr ""
#: g10/keyedit.c:504
msgid "add a user id"
msgstr ""
#: g10/keyedit.c:505
msgid "deluid"
msgstr ""
#: g10/keyedit.c:505
msgid "delete user id"
msgstr ""
#: g10/keyedit.c:506
msgid "addkey"
msgstr ""
#: g10/keyedit.c:506
msgid "add a secondary key"
msgstr ""
#: g10/keyedit.c:507
msgid "delkey"
msgstr ""
#: g10/keyedit.c:507
msgid "delete a secondary key"
msgstr ""
#: g10/keyedit.c:508
msgid "expire"
msgstr ""
#: g10/keyedit.c:508
msgid "change the expire date"
msgstr ""
#: g10/keyedit.c:509
msgid "toggle"
msgstr ""
#: g10/keyedit.c:509
msgid "toggle between secret and public key listing"
msgstr ""
#: g10/keyedit.c:511
msgid "t"
msgstr ""
#: g10/keyedit.c:512
msgid "pref"
msgstr ""
#: g10/keyedit.c:512
msgid "list preferences"
msgstr ""
#: g10/keyedit.c:513
msgid "passwd"
msgstr ""
#: g10/keyedit.c:513
msgid "change the passphrase"
msgstr ""
#: g10/keyedit.c:514
msgid "trust"
msgstr ""
#: g10/keyedit.c:514
msgid "change the ownertrust"
msgstr ""
#: g10/keyedit.c:532
msgid "can't do that in batchmode\n"
msgstr ""
#. check that they match
#. FIXME: check that they both match
#: g10/keyedit.c:559
msgid "Secret key is available.\n"
msgstr ""
#: g10/keyedit.c:576
msgid "keyedit.cmd"
msgstr "Please enter \"help\"."
#: g10/keyedit.c:576
msgid "Command> "
msgstr ""
#: g10/keyedit.c:602
msgid "Need the secret key to to this.\n"
msgstr ""
#: g10/keyedit.c:621
msgid "keyedit.save.okay"
msgstr ""
#: g10/keyedit.c:622
msgid "Save changes? "
msgstr ""
#: g10/keyedit.c:624
msgid "keyedit.cancel.okay"
msgstr ""
#: g10/keyedit.c:625
msgid "Quit without saving? "
msgstr ""
#: g10/keyedit.c:635
#, c-format
msgid "update failed: %s\n"
msgstr ""
#: g10/keyedit.c:642
#, c-format
msgid "update secret failed: %s\n"
msgstr ""
#: g10/keyedit.c:649
msgid "Key not changed so no update needed.\n"
msgstr ""
#: g10/keyedit.c:652 g10/keyedit.c:710
#, c-format
msgid "update of trust db failed: %s\n"
msgstr ""
#: g10/keyedit.c:683
msgid "keyedit.sign_all.okay"
msgstr ""
#: g10/keyedit.c:684
msgid "Really sign all user ids? "
msgstr ""
#: g10/keyedit.c:685
msgid "Hint: Select the user ids to sign\n"
msgstr ""
#: g10/keyedit.c:721
msgid "You must select at least one user id.\n"
msgstr ""
#: g10/keyedit.c:723
msgid "You can't delete the last user id!\n"
msgstr ""
#: g10/keyedit.c:725
msgid "keyedit.remove.uid.okay"
msgstr ""
#: g10/keyedit.c:726
msgid "Really remove all selected user ids? "
msgstr ""
#: g10/keyedit.c:727
msgid "Really remove this user id? "
msgstr ""
#: g10/keyedit.c:750
msgid "You must select at least one key.\n"
msgstr ""
#: g10/keyedit.c:752
msgid "keyedit.remove.subkey.okay"
msgstr ""
#: g10/keyedit.c:754
msgid "Do you really want to delete the selected keys? "
msgstr ""
#: g10/keyedit.c:755
msgid "Do you really want to delete this key? "
msgstr ""
#: g10/keyedit.c:802
msgid "Invalid command (try \"help\")\n"
msgstr ""
#: g10/keyedit.c:1180
msgid "Please remove selections from the secret keys.\n"
msgstr ""
#: g10/keyedit.c:1186
msgid "Please select at most one secondary key.\n"
msgstr ""
#: g10/keyedit.c:1190
msgid "Changing exiration time for a secondary key.\n"
msgstr ""
#: g10/keyedit.c:1192
msgid "Changing exiration time for the primary key.\n"
msgstr ""
#: g10/keyedit.c:1236
msgid "No corresponding signature in secret ring\n"
msgstr ""
#: g10/keyedit.c:1296
#, c-format
msgid "No user id with index %d\n"
msgstr ""
#: g10/keyedit.c:1341
#, c-format
msgid "No secondary key with index %d\n"
msgstr ""
#: g10/mainproc.c:201
#, c-format
msgid "public key decryption failed: %s\n"
msgstr ""
#: g10/mainproc.c:231
#, c-format
msgid "decryption failed: %s\n"
msgstr ""
#: g10/mainproc.c:248
msgid "note: sender requested \"for-your-eyes-only\"\n"
msgstr ""
#: g10/mainproc.c:842
#, c-format
msgid "Signature made %.*s using %s key ID %08lX\n"
msgstr ""
#: g10/mainproc.c:850
msgid "BAD signature from \""
msgstr ""
#: g10/mainproc.c:851
msgid "Good signature from \""
msgstr ""
#: g10/mainproc.c:862
#, c-format
msgid "Can't check signature: %s\n"
msgstr ""
#: g10/passphrase.c:141
msgid ""
"\n"
"You need a passphrase to unlock the secret key for\n"
"user: \""
msgstr ""
#: g10/passphrase.c:150
#, c-format
msgid "(%u-bit %s key, ID %08lX, created %s)\n"
msgstr ""
#: g10/passphrase.c:174
msgid "passphrase.enter"
msgstr ""
"Please enter the passhrase; this is a secret sentence \n"
" Blurb, blurb,.... "
#: g10/passphrase.c:174
msgid "Enter pass phrase: "
msgstr ""
#: g10/passphrase.c:177
msgid "passphrase.repeat"
msgstr "Please repeat the last passphrase, so you are sure what you typed in."
#: g10/passphrase.c:178
msgid "Repeat pass phrase: "
msgstr ""
#: g10/plaintext.c:102
msgid "data not saved; use option \"--output\" to save it\n"
msgstr ""
#: g10/plaintext.c:214
msgid "detached_signature.filename"
msgstr ""
#: g10/plaintext.c:215
msgid "Please enter name of data file: "
msgstr ""
#: g10/plaintext.c:299
#, c-format
msgid "can't open signed data '%s'\n"
msgstr ""
#: g10/seckey-cert.c:56
#, c-format
msgid "protection algorithm %d is not supported\n"
msgstr ""
#: g10/seckey-cert.c:169
msgid "Invalid passphrase; please try again ...\n"
msgstr ""
#: g10/seckey-cert.c:215
msgid "Warning: Weak key detected - please change passphrase again.\n"
msgstr ""
#: g10/sig-check.c:155
msgid ""
"this is a PGP generated ElGamal key which is NOT secure for signatures!\n"
msgstr ""
#: g10/sig-check.c:165
msgid "public key created in future (time warp or clock problem)\n"
msgstr ""
#: g10/sig-check.c:170
#, c-format
msgid "warning: signature key expired %s\n"
msgstr ""
#: g10/trustdb.c:129
msgid "The trust DB is corrupted; please run \"gpgm --fix-trust-db\".\n"
msgstr ""
#: g10/trustdb.c:407
#, c-format
msgid "chained sigrec %lu has a wrong owner\n"
msgstr ""
#: g10/trustdb.c:454
#, c-format
msgid "key %08lX: secret key without public key - skipped\n"
msgstr ""
#: g10/trustdb.c:460
#, c-format
msgid "key %08lX: secret and public key don't match\n"
msgstr ""
#: g10/trustdb.c:470
#, c-format
msgid "key %08lX: can't put it into the trustdb\n"
msgstr ""
#: g10/trustdb.c:476
#, c-format
msgid "key %08lX: query record failed\n"
msgstr ""
#: g10/trustdb.c:485
#, c-format
msgid "key %08lX: already in secret key table\n"
msgstr ""
#: g10/trustdb.c:488
#, c-format
msgid "key %08lX: accepted as secret key.\n"
msgstr ""
#: g10/trustdb.c:495
#, c-format
msgid "enum_secret_keys failed: %s\n"
msgstr ""
#: g10/trustdb.c:1292 g10/trustdb.c:1360
#, c-format
msgid "%lu keys processed\n"
msgstr ""
#: g10/trustdb.c:1294
#, c-format
msgid "\t%lu keys skipped\n"
msgstr ""
#: g10/trustdb.c:1296 g10/trustdb.c:1362
#, c-format
msgid "\t%lu keys with errors\n"
msgstr ""
#: g10/trustdb.c:1298 g10/trustdb.c:1364
#, c-format
msgid "\t%lu keys updated\n"
msgstr ""
#: g10/trustdb.c:1366
#, c-format
msgid "\t%lu keys inserted\n"
msgstr ""
#: g10/trustdb.c:1421
#, c-format
msgid "key %08lX: insert trust record failed: %s\n"
msgstr ""
#: g10/trustdb.c:1425
#, c-format
msgid "key %08lX.%lu: inserted into trustdb\n"
msgstr ""
#: g10/trustdb.c:1433
#, c-format
msgid "key %08lX.%lu: created in future (time warp or clock problem)\n"
msgstr ""
#: g10/trustdb.c:1440
#, c-format
msgid "key %08lX.%lu: expired at %s\n"
msgstr ""
#: g10/trustdb.c:1448
#, c-format
msgid "key %08lX.%lu: trust check failed: %s\n"
msgstr ""
#: g10/trustdb.c:1666
#, c-format
msgid "note: sig rec %lu[%d] in hintlist of %lu but marked as checked\n"
msgstr ""
#: g10/trustdb.c:1670
#, c-format
msgid "note: sig rec %lu[%d] in hintlist of %lu but not marked\n"
msgstr ""
#. we need the dir record
#: g10/trustdb.c:1677
#, c-format
msgid "sig rec %lu[%d] in hintlist of %lu does not point to a dir record\n"
msgstr ""
#: g10/trustdb.c:1683
#, c-format
msgid "lid %lu: no primary key\n"
msgstr ""
#: g10/trustdb.c:1716
#, c-format
msgid "lid %lu: user id not found in keyblock\n"
msgstr ""
#: g10/trustdb.c:1720
#, c-format
msgid "lid %lu: user id without signature\n"
msgstr ""
#: g10/trustdb.c:1727
#, c-format
msgid "lid %lu: self-signature in hintlist\n"
msgstr ""
#: g10/trustdb.c:1738 g10/trustdb.c:2444 g10/trustdb.c:2526
msgid "Valid certificate revocation"
msgstr ""
#: g10/trustdb.c:1739 g10/trustdb.c:2445 g10/trustdb.c:2527
msgid "Good certificate"
msgstr ""
#: g10/trustdb.c:1748
msgid "very strange: no public key\n"
msgstr ""
#: g10/trustdb.c:1796
#, c-format
msgid "hintlist %lu[%d] of %lu does not point to a dir record\n"
msgstr ""
#: g10/trustdb.c:1802
#, c-format
msgid "lid %lu does not have a key\n"
msgstr ""
#: g10/trustdb.c:1812
#, c-format
msgid "lid %lu: can't get keyblock: %s\n"
msgstr ""
#: g10/trustdb.c:2022
#, c-format
msgid "key %08lX.%lu: Good subkey binding\n"
msgstr ""
#: g10/trustdb.c:2028 g10/trustdb.c:2070
#, c-format
msgid "key %08lX.%lu: Invalid subkey binding: %s\n"
msgstr ""
#: g10/trustdb.c:2043
#, c-format
msgid "key %08lX.%lu: Valid key revocation\n"
msgstr ""
#: g10/trustdb.c:2049
#, c-format
msgid "key %08lX.%lu: Invalid key revocation: %s\n"
msgstr ""
#: g10/trustdb.c:2064
#, c-format
msgid "key %08lX.%lu: Valid subkey revocation\n"
msgstr ""
#: g10/trustdb.c:2164
msgid "Good self-signature"
msgstr ""
#: g10/trustdb.c:2172
msgid "Invalid self-signature"
msgstr ""
#: g10/trustdb.c:2183
msgid "Valid user ID revocation\n"
msgstr ""
#: g10/trustdb.c:2190
msgid "Invalid user ID revocation"
msgstr ""
#: g10/trustdb.c:2273
msgid "Too many preferences"
msgstr ""
#: g10/trustdb.c:2286
msgid "Too many preferences items"
msgstr ""
#: g10/trustdb.c:2423
msgid "Duplicated certificate - deleted"
msgstr ""
#: g10/trustdb.c:2455
msgid "public key lost"
msgstr ""
#: g10/trustdb.c:2464 g10/trustdb.c:2547
msgid "Invalid certificate revocation"
msgstr ""
#: g10/trustdb.c:2465 g10/trustdb.c:2548
msgid "Invalid certificate"
msgstr ""
#: g10/status.c:246
msgid "No help available"
msgstr ""
#: g10/status.c:252
#, c-format
msgid "No help available for '%s'"
msgstr ""
#: g10/pubkey-enc.c:78
#, c-format
msgid "anonymous receiver; trying secret key %08lX ...\n"
msgstr ""
#: g10/pubkey-enc.c:84
msgid "okay, we are the anonymous receiver.\n"
msgstr ""
#: g10/pubkey-enc.c:183
#, c-format
msgid "note: cipher algorithm %d not found in preferences\n"
msgstr ""
#. do not overwrite
#: g10/openfile.c:58
#, c-format
msgid "File '%s' exists. "
msgstr ""
#: g10/openfile.c:59
msgid "openfile.overwrite.okay"
msgstr ""
#: g10/openfile.c:60
msgid "Overwrite (y/N)? "
msgstr ""
#: g10/openfile.c:85
msgid "writing to stdout\n"
msgstr ""
#: g10/openfile.c:101 g10/openfile.c:165
#, c-format
msgid "%s: can't create: %s\n"
msgstr ""
#: g10/openfile.c:134
#, c-format
msgid "assuming signed data in '%s'\n"
msgstr ""
#: g10/openfile.c:181
#, c-format
msgid "%s: new options file created\n"
msgstr ""
#: g10/encr-data.c:74
msgid ""
"Warning: Message was encrypted with a weak key in the symmetric cipher.\n"
msgstr ""
#: g10/seskey.c:52
msgid "weak key created - retrying\n"
msgstr ""
#: g10/seskey.c:57
#, c-format
msgid "cannot avoid weak key for symmetric cipher; tried %d times!\n"
msgstr ""