| 1 | #This file contains the strings used by PGP. |
|---|
| 2 | |
|---|
| 3 | # $Id$ |
|---|
| 4 | |
|---|
| 5 | [DIFFERENT_EXES] |
|---|
| 6 | us=\ |
|---|
| 7 | PGP is now invoked from different executables for different operations:\n\n\ |
|---|
| 8 | pgpe Encrypt (including Encrypt/Sign)\n\ |
|---|
| 9 | pgps Sign\n\ |
|---|
| 10 | pgpv Verify/Decrypt\n\ |
|---|
| 11 | pgpk Key management\n\ |
|---|
| 12 | pgpo PGP 2.6.2 command-line simulator (not yet implemented)\n\n\ |
|---|
| 13 | See each application's respective man page or the general PGP documentation\n\ |
|---|
| 14 | for more information.\n |
|---|
| 15 | |
|---|
| 16 | [CREATING_OUTPUT_FILE] |
|---|
| 17 | us=Creating output file %s\n |
|---|
| 18 | |
|---|
| 19 | #Untested |
|---|
| 20 | [COPYING_KEYFILE_AND_RUNNING_PGPK] |
|---|
| 21 | us=Copying key file to \"%s\", running pgpk to process it...\n\n |
|---|
| 22 | mutt= |
|---|
| 23 | |
|---|
| 24 | #Untested |
|---|
| 25 | [NEED_PASSPHRASE] |
|---|
| 26 | us=You need a passphrase to encrypt the file\n |
|---|
| 27 | |
|---|
| 28 | [MUST_SPECIFY_A_RECIPIENT] |
|---|
| 29 | us=You must specify at least one recipient for encryption!\n |
|---|
| 30 | |
|---|
| 31 | #Untested |
|---|
| 32 | [NEED_PASSPHRASE_AGAIN] |
|---|
| 33 | us=Enter same passphrase again\n |
|---|
| 34 | |
|---|
| 35 | #Untested |
|---|
| 36 | [PASSPHRASES_DIFFERENT] |
|---|
| 37 | us=Error: Passphrases were different. Try again.\n |
|---|
| 38 | |
|---|
| 39 | #Untested |
|---|
| 40 | [ZERO_LEN_PASSPHRASE] |
|---|
| 41 | us=Encryption error\n |
|---|
| 42 | |
|---|
| 43 | #Untested |
|---|
| 44 | [TREAT_AS_PGP] |
|---|
| 45 | us=This is a PGP File. Treat it as such? [y/N]\n |
|---|
| 46 | |
|---|
| 47 | #Untested |
|---|
| 48 | [PRIVATE_KEY_MISSING] |
|---|
| 49 | us=Cannot find a private key for signing: %s\n |
|---|
| 50 | |
|---|
| 51 | #Untested |
|---|
| 52 | [CANNOT_CONVERT_TO_PRIVATE_KEY] |
|---|
| 53 | us=Cannot convert to private key\n |
|---|
| 54 | |
|---|
| 55 | #Untested |
|---|
| 56 | [PRIVATE_KEY_CANNOT_SIGN] |
|---|
| 57 | us=Private Key cannot sign\n |
|---|
| 58 | |
|---|
| 59 | #Untested |
|---|
| 60 | [CANNOT_UNLOCK_PRIVATE_KEY] |
|---|
| 61 | us=Cannot unlock private key\n |
|---|
| 62 | |
|---|
| 63 | #Untested |
|---|
| 64 | [NO_KEYRINGS] |
|---|
| 65 | us=No keyrings to use |
|---|
| 66 | |
|---|
| 67 | #Untested |
|---|
| 68 | [NO_ENCRYPTION_KEYS_FOUND_FOR] |
|---|
| 69 | us=No encryption keys found for: %s\n |
|---|
| 70 | |
|---|
| 71 | #Untested |
|---|
| 72 | [CANNOT_FIND_KEY] |
|---|
| 73 | us=Cannot find key: %s\n |
|---|
| 74 | |
|---|
| 75 | #Untested |
|---|
| 76 | [CANNOT_ADD_MY_KEY] |
|---|
| 77 | us=Cannot add my key to set\n |
|---|
| 78 | |
|---|
| 79 | #Untested |
|---|
| 80 | [NO_VALID_RECIPIENTS] |
|---|
| 81 | us=No valid keys found for any recipients, exiting...\n |
|---|
| 82 | |
|---|
| 83 | #Untested |
|---|
| 84 | [USING_STDIN] |
|---|
| 85 | us=No files specified. Using stdin.\n\n |
|---|
| 86 | mutt= |
|---|
| 87 | |
|---|
| 88 | #Untested |
|---|
| 89 | [CANNOT_OPEN_INPUT_FILE] |
|---|
| 90 | us=Cannot open input file %s\n |
|---|
| 91 | |
|---|
| 92 | #Untested |
|---|
| 93 | [CANNOT_SETUP_PROCESSING_PIPELINE] |
|---|
| 94 | us=Cannot Setup Processing Pipeline\n |
|---|
| 95 | |
|---|
| 96 | #Untested |
|---|
| 97 | [UNRECOGNIZED_OPTION_STRING] |
|---|
| 98 | us=Unrecognized option %s\n |
|---|
| 99 | |
|---|
| 100 | #Untested |
|---|
| 101 | [UNRECOGNIZED_OPTION_STRING_DASH] |
|---|
| 102 | us=Unrecognized option -%s\n |
|---|
| 103 | |
|---|
| 104 | #Untested |
|---|
| 105 | [UNRECOGNIZED_OPTION_CHAR] |
|---|
| 106 | us=Unrecognized option -%c\n |
|---|
| 107 | |
|---|
| 108 | #Untested |
|---|
| 109 | [ARGS_INCOMPATABLE] |
|---|
| 110 | us="Cannot use -%c and -%c together\n" |
|---|
| 111 | |
|---|
| 112 | #Untested |
|---|
| 113 | [ONLY_ONE_OUTPUT_FILE] |
|---|
| 114 | us="Only one -o option allowed\n" |
|---|
| 115 | |
|---|
| 116 | #Untested |
|---|
| 117 | [ONLY_ONE_USERNAME] |
|---|
| 118 | us="Only one -u option allowed\n" |
|---|
| 119 | |
|---|
| 120 | #Untested |
|---|
| 121 | [NO_OUTPUT_FILENAME] |
|---|
| 122 | us=-o option requires an output file name argument\n |
|---|
| 123 | |
|---|
| 124 | [NO_RECIPIENT_SPECIFIED] |
|---|
| 125 | us=-r option requires a recipient name argument\n |
|---|
| 126 | |
|---|
| 127 | #Untested |
|---|
| 128 | [NO_USERID_SPECIFIED] |
|---|
| 129 | us=-u option requires a userid argument\n |
|---|
| 130 | |
|---|
| 131 | #Untested, and probably going away |
|---|
| 132 | [NO_PASSPHRASE_SPECIFIED_IN_BATCHMODE] |
|---|
| 133 | us=-z option requires a passphrase argument\n |
|---|
| 134 | |
|---|
| 135 | #Untested |
|---|
| 136 | [CANNOT_COMBINE_CONVENTIONAL_AND_PK] |
|---|
| 137 | us=Cannot combine -c and -r arguments\n |
|---|
| 138 | |
|---|
| 139 | #Untested |
|---|
| 140 | [PGPK_IS_SEPERATE] |
|---|
| 141 | us=pgpk is a seperate program, not a symlink to pgp!\n |
|---|
| 142 | |
|---|
| 143 | #Untested |
|---|
| 144 | [UNKNOWN_SYMLINK] |
|---|
| 145 | us=Invoked with unknown symlink\n |
|---|
| 146 | |
|---|
| 147 | #Untested |
|---|
| 148 | [PRIVATE_KEY_NEEDED_FOR_SIGNATURE] |
|---|
| 149 | us=A private key is required to make a signature.\n |
|---|
| 150 | |
|---|
| 151 | [ENTER_Y_OR_N] |
|---|
| 152 | us="Invalid response. Please enter Y or N [default %c]: \n" |
|---|
| 153 | |
|---|
| 154 | #Untested |
|---|
| 155 | [GENERIC_KEYRING_ERROR] |
|---|
| 156 | us="Error on keyring \"%s\": " |
|---|
| 157 | |
|---|
| 158 | #Untested |
|---|
| 159 | [UNABLE_TO_OPEN_DEFAULT_KEYRINGS] |
|---|
| 160 | us="Unable to open default keyrings: " |
|---|
| 161 | |
|---|
| 162 | #Untested |
|---|
| 163 | [UNABLE_TO_OPEN_KEYRING] |
|---|
| 164 | us="Unable to open keyring: " |
|---|
| 165 | |
|---|
| 166 | #Untested |
|---|
| 167 | [KEY_CORRUPTED] |
|---|
| 168 | us="Key Corrupted (%s): " |
|---|
| 169 | |
|---|
| 170 | #Untested |
|---|
| 171 | [NEED_SIG_FILE] |
|---|
| 172 | us="File to check signature against [%s]: " |
|---|
| 173 | |
|---|
| 174 | #untested |
|---|
| 175 | [GOOD_SIGNATURE] |
|---|
| 176 | us="Good signature made %s by key:\n" |
|---|
| 177 | |
|---|
| 178 | #untested |
|---|
| 179 | [BAD_SIGNATURE] |
|---|
| 180 | us="BAD signature made %s by key:\n" |
|---|
| 181 | |
|---|
| 182 | #untested |
|---|
| 183 | [ERROR_SIGNATURE] |
|---|
| 184 | us="Error %s checking signature: %s\n" |
|---|
| 185 | |
|---|
| 186 | #Untested |
|---|
| 187 | [UNKNOWN_SIGNATURE] |
|---|
| 188 | us="Signature by unknown keyid: " |
|---|
| 189 | |
|---|
| 190 | #untested |
|---|
| 191 | [ENTER_PASSPHRASE] |
|---|
| 192 | us="Enter pass phrase: " |
|---|
| 193 | |
|---|
| 194 | #Untested |
|---|
| 195 | [RANDOM_BITS_FROM_DEVICE] |
|---|
| 196 | us="\n\ |
|---|
| 197 | We need to generate %u random bits. This is done by reading\n\ |
|---|
| 198 | %s. Depending on your system, you may be able\n\ |
|---|
| 199 | to speed this process by typing on your keyboard and/or moving your mouse.\n" |
|---|
| 200 | |
|---|
| 201 | #Untested |
|---|
| 202 | [RANDOM_BITS_FROM_DEVICE_OLD_KERNEL] |
|---|
| 203 | us="\n\ |
|---|
| 204 | /dev/random detected; however, on Linux kernel versions < 1.3.33, it is not\n\ |
|---|
| 205 | cryptographically usable. If you wish to use /dev/random as an entropy\n\ |
|---|
| 206 | source, it is recommended that you upgrade your kernel version. If you feel\n\ |
|---|
| 207 | that you received this message in error, add ForceRandomDevice=1 to your\n\ |
|---|
| 208 | pgp.cfg file, but be warned that by doing so without know what you are\n\ |
|---|
| 209 | doing, you could compromise the security of your key.\n" |
|---|
| 210 | |
|---|
| 211 | #Untested |
|---|
| 212 | [RANDOM_BITS_FROM_KEYBOARD] |
|---|
| 213 | us="\n\ |
|---|
| 214 | We need to generate %u random bits. This is done by measuring the\n\ |
|---|
| 215 | time intervals between your keystrokes. Please enter some random text\n\ |
|---|
| 216 | on your keyboard until you hear the beep:\n" |
|---|
| 217 | |
|---|
| 218 | #Untested |
|---|
| 219 | [NO_INPUT_FILE_IN_BATCHMODE] |
|---|
| 220 | us="Cannot request input file in batchmode\n" |
|---|
| 221 | |
|---|
| 222 | #Untested |
|---|
| 223 | [UNABLE_TO_OPEN_FILE] |
|---|
| 224 | us="Unable to open file \"%s\"\n" |
|---|
| 225 | |
|---|
| 226 | #Untested |
|---|
| 227 | [UNABLE_TO_CREATE_READ_MODULE] |
|---|
| 228 | us="Unable to create file read module.\n" |
|---|
| 229 | |
|---|
| 230 | #Untested |
|---|
| 231 | [UNKNOWN_FILE_TYPE] |
|---|
| 232 | us="Unknown file type (clearsigned?). Assuming text\n" |
|---|
| 233 | |
|---|
| 234 | #Untested |
|---|
| 235 | [OPENING_FILE_WITH_TYPE] |
|---|
| 236 | us="Opening file \"%s\" type %s.\n" |
|---|
| 237 | mutt= |
|---|
| 238 | |
|---|
| 239 | #Untested |
|---|
| 240 | [ERROR_CLOSING_OLD_FILE] |
|---|
| 241 | us="Error closing old file: %d\n" |
|---|
| 242 | |
|---|
| 243 | #Untested |
|---|
| 244 | [NEED_PASSPHRASE_TO_DECRYPT_KEY] |
|---|
| 245 | us="Need a pass phrase to decrypt private key:\n" |
|---|
| 246 | |
|---|
| 247 | #Untested |
|---|
| 248 | [GOOD_PASSPHRASE] |
|---|
| 249 | us="Pass phrase is good.\n" |
|---|
| 250 | |
|---|
| 251 | #Untested |
|---|
| 252 | [BAD_PASSPHRASE] |
|---|
| 253 | us="Error: Bad pass phrase.\n\n" |
|---|
| 254 | |
|---|
| 255 | #Untested |
|---|
| 256 | [PASSPHRASE_INCORRECT] |
|---|
| 257 | us="Password Incorrect." |
|---|
| 258 | |
|---|
| 259 | #Untested |
|---|
| 260 | [TRY_AGAIN] |
|---|
| 261 | us=" Try Again." |
|---|
| 262 | |
|---|
| 263 | #Untested |
|---|
| 264 | [UNKNOWN_ESK] |
|---|
| 265 | us="Unknown ESK type: %d\n" |
|---|
| 266 | |
|---|
| 267 | #Untested |
|---|
| 268 | [CANNOT_DECRYPT] |
|---|
| 269 | us="Cannot decrypt message. It can only be decrypted by:\n" |
|---|
| 270 | |
|---|
| 271 | #Untested |
|---|
| 272 | [A_PASSPHRASE] |
|---|
| 273 | us=" A Pass Phrase\n" |
|---|
| 274 | |
|---|
| 275 | #Untested |
|---|
| 276 | [KEY_ID] |
|---|
| 277 | us=" Key ID " |
|---|
| 278 | |
|---|
| 279 | #Untested |
|---|
| 280 | [FORCE_OVERWRITE] |
|---|
| 281 | us="File \"%s\" already exists. Overwrite? [y/N] " |
|---|
| 282 | |
|---|
| 283 | #Untested |
|---|
| 284 | [UNABLE_TO_OVERWRITE_FILE] |
|---|
| 285 | us="Unable to overwrite file \"%s\"\n" |
|---|
| 286 | |
|---|
| 287 | #Untested |
|---|
| 288 | [RANDOM_DEVICE_NOT_DEFAULT] |
|---|
| 289 | us="Warning! Random device is something other than %s!\n\ |
|---|
| 290 | This MAY be a security hole.\n" |
|---|
| 291 | |
|---|
| 292 | #Untested |
|---|
| 293 | [RANDOM_DEVICE_WRITABLE] |
|---|
| 294 | us="Warning! %s is writable by users other than root!\n\ |
|---|
| 295 | This is probably OK, but you should have your sysadmin fix it.\n\ |
|---|
| 296 | Proceeding.\n" |
|---|
| 297 | |
|---|
| 298 | #Untested |
|---|
| 299 | [RANDOM_DEVICE_UNREADABLE] |
|---|
| 300 | us="\ |
|---|
| 301 | Warning! Random device %s found, but you can't read it!\n" |
|---|
| 302 | |
|---|
| 303 | #Untested |
|---|
| 304 | [BITS_AND_KEYID] |
|---|
| 305 | us="%6u bits, Key ID " |
|---|
| 306 | |
|---|
| 307 | #Untested |
|---|
| 308 | [KEY_NOT_FOUND] |
|---|
| 309 | us=Key not found: \"%s\"\n |
|---|
| 310 | |
|---|
| 311 | #Untested |
|---|
| 312 | [PGPERR_TROUBLE_BADTRUST_LONG] |
|---|
| 313 | us="Trust packet too long: %lu bytes long" |
|---|
| 314 | |
|---|
| 315 | #Untested |
|---|
| 316 | [PGPERR_TROUBLE_UNKPKTBYTE_LONG] |
|---|
| 317 | us="Unknown packet byte: %02X" |
|---|
| 318 | |
|---|
| 319 | #Untested |
|---|
| 320 | [PGPERR_TROUBLE_KEY2BIG_LONG] |
|---|
| 321 | us="Key grossly oversized: %lu bytes long" |
|---|
| 322 | |
|---|
| 323 | #Untested |
|---|
| 324 | [PGPERR_TROUBLE_NAME2BIG_LONG] |
|---|
| 325 | us="User ID too long: %lu bytes long" |
|---|
| 326 | |
|---|
| 327 | #Untested |
|---|
| 328 | [PGPERR_TROUBLE_SIG2BIG_LONG] |
|---|
| 329 | us="Signature grossly oversized: %lu bytes long" |
|---|
| 330 | |
|---|
| 331 | #Untested |
|---|
| 332 | [PGPERR_TROUBLE_DUPKEYID_LONG] |
|---|
| 333 | us="Duplicate keyID found. Two keys have the same keyID,\n\ |
|---|
| 334 | but they are different. This is highly suspicious. The first key |
|---|
| 335 | is:" |
|---|
| 336 | |
|---|
| 337 | #Untested |
|---|
| 338 | [PGPERR_TROUBLE_DUPKEY_LONG]: |
|---|
| 339 | us="A key was found twice in one keyring file. It is a duplicate of:\n" |
|---|
| 340 | |
|---|
| 341 | #Untested |
|---|
| 342 | [PGPERR_TROUBLE_DUPNAME_LONG] |
|---|
| 343 | us="A name was found twice in one keyring file. It is a duplicate of:\n" |
|---|
| 344 | |
|---|
| 345 | #Untested |
|---|
| 346 | [PGPERR_TROUBLE_BAREKEY_LONG] |
|---|
| 347 | us="A key was found twice in one keyring file. It is a duplicate of: " |
|---|
| 348 | |
|---|
| 349 | #Untested |
|---|
| 350 | [PGPERR_TROUBLE_VERSION_BUG_CUR_LONG] |
|---|
| 351 | us="This private key's version number appears to be incorrect.\n\ |
|---|
| 352 | PGP version 2.6 had a bug wherein it would improperly change the\n\ |
|---|
| 353 | version number of a private key generated by older versions of PGP\n\ |
|---|
| 354 | when it was edited. The private key in this key file has a version\n\ |
|---|
| 355 | byte that is different from a copy in another key file, and appears\n\ |
|---|
| 356 | to be improper. PGP will fix this by changing the version byte in\n\ |
|---|
| 357 | the private key to the previous value. The key with the problem |
|---|
| 358 | is:\n" |
|---|
| 359 | |
|---|
| 360 | #Untested |
|---|
| 361 | [PGPERR_TROUBLE_VERSION_BUG_PREV_LONG] |
|---|
| 362 | us="A previously seen private key's version number appears to be\n\ |
|---|
| 363 | incorrect. PGP version 2.6 had a bug wherein it would improperly\n\ |
|---|
| 364 | change the version byte of a private key generated by older versions\n\ |
|---|
| 365 | of PGP when it was edited. The public key in this key file has\n\ |
|---|
| 366 | a version byte that is different from a private key elsewhere,\n\ |
|---|
| 367 | which appears to be improper. PGP will fix this by changing the\n\ |
|---|
| 368 | version byte in the private key to the previous value. The key\n\ |
|---|
| 369 | with the problem is:\n" |
|---|
| 370 | |
|---|
| 371 | #Untested |
|---|
| 372 | [PGPERR_KEYIO_READING_LONG] |
|---|
| 373 | us="I/O error reading file: %s" |
|---|
| 374 | |
|---|
| 375 | #Untested |
|---|
| 376 | [PGPERR_KEYIO_FTELL_LONG] |
|---|
| 377 | us="I/O error during call to ftell(): %s" |
|---|
| 378 | |
|---|
| 379 | #Untested |
|---|
| 380 | [PGPERR_PRECEDING_ASSOCIATED_WITH] |
|---|
| 381 | us="The preceeding error was associated with: " |
|---|
| 382 | |
|---|
| 383 | #Untested |
|---|
| 384 | [NOT_PGP_KEYFILE] |
|---|
| 385 | us="File is not a PGP key file. Aborting.\n" |
|---|
| 386 | |
|---|
| 387 | #Untested |
|---|
| 388 | [FOLLOWING_KEYRING_PROBLEMS] |
|---|
| 389 | us="The following problems were encountered while reading the keyring:\n" |
|---|
| 390 | |
|---|
| 391 | #Untested |
|---|
| 392 | [OFFSET_DESCRIPTION] |
|---|
| 393 | us="Offset Description\n" |
|---|
| 394 | |
|---|
| 395 | #Untested |
|---|
| 396 | [UNKNOWN_SIGNATOR] |
|---|
| 397 | us=" (Unknown signator, can't be checked)\n" |
|---|
| 398 | |
|---|
| 399 | #Untested |
|---|
| 400 | [OPEN_PAREN_KEYID] |
|---|
| 401 | us=" (KeyID:" |
|---|
| 402 | |
|---|
| 403 | #Untested |
|---|
| 404 | [REVOKED] |
|---|
| 405 | us="*REVOKED*" |
|---|
| 406 | |
|---|
| 407 | #Untested |
|---|
| 408 | [ABOVE_KEY_REVOKED] |
|---|
| 409 | us="\ |
|---|
| 410 | WARNING: The above key has been revoked by its owner,\n\ |
|---|
| 411 | possibly because the private key was compromised.\n\ |
|---|
| 412 | You cannot use a revoked key for encryption.\n" |
|---|
| 413 | |
|---|
| 414 | #Untested |
|---|
| 415 | [ABOVE_KEY_DISABLED] |
|---|
| 416 | us="\ |
|---|
| 417 | WARNING: The above key has been disabled on your keyring. If you\n\ |
|---|
| 418 | wish to use it, use \"pgpk -d\" to reenable it.\n" |
|---|
| 419 | |
|---|
| 420 | [ABOVE_KEY_EXPIRED] |
|---|
| 421 | us="\ |
|---|
| 422 | WARNING: The above key is not valid for use after %s.\n" |
|---|
| 423 | |
|---|
| 424 | #Untested |
|---|
| 425 | [STILL_USE_EXPIRED_KEY] |
|---|
| 426 | us="\ |
|---|
| 427 | WARNING: This key is not valid for use after %s.\n\ |
|---|
| 428 | Do you still want to use it? [y/N] " |
|---|
| 429 | |
|---|
| 430 | #Untested |
|---|
| 431 | [PGP_NAMETRUST_UNKNOWN] |
|---|
| 432 | us="\ |
|---|
| 433 | WARNING: Because the following name has not been certified\n\ |
|---|
| 434 | by a trusted signature, it is not known with a high\n\ |
|---|
| 435 | degree of confidence that the above key belongs to:\n" |
|---|
| 436 | |
|---|
| 437 | #Untested |
|---|
| 438 | [PGP_NAMETRUST_UNTRUSTED] |
|---|
| 439 | us="WARNING: The above key is not trusted to belong to:\n" |
|---|
| 440 | |
|---|
| 441 | #Untested |
|---|
| 442 | [PGP_NAMETRUST_MARGINAL] |
|---|
| 443 | us="\ |
|---|
| 444 | WARNING: Because the following name is not certified with sufficient\n\ |
|---|
| 445 | trusted signatures, it is not known with high confidence that the\n\ |
|---|
| 446 | above key actually belongs to:\n" |
|---|
| 447 | |
|---|
| 448 | #Untested |
|---|
| 449 | [PGP_NEWTRUST_NOT_TRUSTED] |
|---|
| 450 | us="\n\ |
|---|
| 451 | WARNING: The above key is not trusted to belong to:\n" |
|---|
| 452 | |
|---|
| 453 | #Untested |
|---|
| 454 | [PGP_NEWTRUST_PARTIAL_TRUST] |
|---|
| 455 | us="\n\ |
|---|
| 456 | WARNING: Because the following name is not certified with sufficient\n\ |
|---|
| 457 | trusted signatures, there is an estimated 1/%-ld probability that\n\ |
|---|
| 458 | the above key may not belong to:\n" |
|---|
| 459 | |
|---|
| 460 | #Untested |
|---|
| 461 | [PGP_NEWTRUST_NOT_TRUSTED_SIGNING_KET] |
|---|
| 462 | us="\n\ |
|---|
| 463 | WARNING: The signing key is not trusted to belong to:\n" |
|---|
| 464 | |
|---|
| 465 | #Untested |
|---|
| 466 | [PREVIOUSLY_APPROVED_KEY] |
|---|
| 467 | us="\nBut you previously approved using the key with this name.\n" |
|---|
| 468 | |
|---|
| 469 | #Untested |
|---|
| 470 | [DO_YOU_WISH_TO_USE_UNTRUSTED_KEY] |
|---|
| 471 | us="\nDo you want to use the key with this name? [y/N] " |
|---|
| 472 | |
|---|
| 473 | #Untested |
|---|
| 474 | [DONT_TRUST_SIGS_FROM_REVOKED_KEYS] |
|---|
| 475 | us="\ |
|---|
| 476 | WARNING: The signing key has been revoked by its owner,\n\ |
|---|
| 477 | possibly because the private key was compromised.\n\ |
|---|
| 478 | A signature made by this key should not be trusted.\n" |
|---|
| 479 | |
|---|
| 480 | #Untested |
|---|
| 481 | [YOU_HAVE_DISABLED_SIGNING_KEY] |
|---|
| 482 | us="WARNING: You have disabled the signing key\n" |
|---|
| 483 | |
|---|
| 484 | #Untested |
|---|
| 485 | [KEY_HAS_EXPIRED] |
|---|
| 486 | us="WARNING: This key is not valid for use after %s.\n" |
|---|
| 487 | |
|---|
| 488 | #Untested |
|---|
| 489 | [PGP_NAMETRUST_UNTRUSTED_SIGNING_KEY] |
|---|
| 490 | us="\nWARNING: The signing key is not trusted to belong to:\n" |
|---|
| 491 | |
|---|
| 492 | [MESSAGE_IS_ENCRYPTED] |
|---|
| 493 | us="Message is encrypted.\n" |
|---|
| 494 | |
|---|
| 495 | [GETTING_KEY_FOR] |
|---|
| 496 | us="Getting key for %s.\n" |
|---|
| 497 | |
|---|
| 498 | [LOOKING_UP_HOST] |
|---|
| 499 | us="Looking up host %s\n" |
|---|
| 500 | |
|---|
| 501 | [ESTABLISHING_CONNECTION] |
|---|
| 502 | us="Establishing connection\n" |
|---|
| 503 | |
|---|
| 504 | [SENDING_REQUEST] |
|---|
| 505 | us="Sending request\n" |
|---|
| 506 | |
|---|
| 507 | [RECEIVING_DATA] |
|---|
| 508 | us="Receiving data\n" |
|---|
| 509 | |
|---|
| 510 | [CLEANING_UP] |
|---|
| 511 | us="Cleaning up\n" |
|---|
| 512 | |
|---|
| 513 | [COMPLETE] |
|---|
| 514 | us="Complete.\n" |
|---|
| 515 | |
|---|
| 516 | [ONE_KEY_RECEIVED] |
|---|
| 517 | us="One key received. Adding it to your keyring...\n" |
|---|
| 518 | |
|---|
| 519 | [MANY_KEYS_RECEIVED] |
|---|
| 520 | us="%li keys received. Adding them to your keyring...\n" |
|---|
| 521 | |
|---|
| 522 | [UNKNOWN_PROTOCOL] |
|---|
| 523 | us="Unknown protocol %s.\n" |
|---|
| 524 | |
|---|
| 525 | [SENDING_KEY] |
|---|
| 526 | us="Sending key \r" |
|---|
| 527 | |
|---|
| 528 | [RECEIVING_RESPONSE] |
|---|
| 529 | us="Receiving response \r" |
|---|
| 530 | |
|---|
| 531 | #Untested |
|---|
| 532 | [NO_KEYFILE_SPECIFIED] |
|---|
| 533 | us="-a argument requires a key file or URL to add to your keyring." |
|---|
| 534 | |
|---|
| 535 | #Untested |
|---|
| 536 | [UNABLE_TO_IMPORT_KEYFILE] |
|---|
| 537 | us="Unable to import keyfile \"%s\".\n" |
|---|
| 538 | |
|---|
| 539 | #Untested |
|---|
| 540 | [ADDING_KEYS] |
|---|
| 541 | us="Adding keys:\n\n" |
|---|
| 542 | |
|---|
| 543 | #Untested |
|---|
| 544 | [UNABLE_TO_CREATE_KEYLIST] |
|---|
| 545 | us="Unable to create keylist\n" |
|---|
| 546 | |
|---|
| 547 | #Untested |
|---|
| 548 | [NO_KEYS_TO_ADD] |
|---|
| 549 | us="No keys to add \n" |
|---|
| 550 | |
|---|
| 551 | #Untested |
|---|
| 552 | [KEYS_ADDED_SUCCESSFULLY] |
|---|
| 553 | us="Keys added successfully.\n" |
|---|
| 554 | |
|---|
| 555 | #Untested |
|---|
| 556 | [INVALID_SELECTION] |
|---|
| 557 | us="Invalid Selection. Please try again.\n" |
|---|
| 558 | |
|---|
| 559 | [TOO_MANY_MATCHES] |
|---|
| 560 | us="Too many matches; aborting!\n" |
|---|
| 561 | |
|---|
| 562 | [CHOOSE_ONE_ABOVE] |
|---|
| 563 | us="Choose one of the above: " |
|---|
| 564 | |
|---|
| 565 | [PLEASE_SELECT_A_USER_ID] |
|---|
| 566 | us="Please select a user ID %s:\n" |
|---|
| 567 | |
|---|
| 568 | [PLEASE_SELECT_A_USER_ID_WITH_SIG] |
|---|
| 569 | us="Please select a user ID with a signature %s:\n" |
|---|
| 570 | |
|---|
| 571 | [PLEASE_SELECT_A_KEY_WITH_USERID] |
|---|
| 572 | us="Please select a key with a userid %s:" |
|---|
| 573 | |
|---|
| 574 | [PLEASE_SELECT_A_KEY_WITH_SIG] |
|---|
| 575 | us="Please select a key with a signature %s:" |
|---|
| 576 | |
|---|
| 577 | [NO_USER_IDS_SELECTED] |
|---|
| 578 | us="No user IDs selected %s.\n" |
|---|
| 579 | |
|---|
| 580 | [PLEASE_SELECT_A_SIGNATURE] |
|---|
| 581 | us="Please select a signature %s:" |
|---|
| 582 | |
|---|
| 583 | [NO_SIGNATURES_SELECTED] |
|---|
| 584 | us="No signatures selected %s.\n" |
|---|
| 585 | |
|---|
| 586 | [NO_KEYS_SELECTED] |
|---|
| 587 | us="No keys selected %s.\n" |
|---|
| 588 | |
|---|
| 589 | [A_USERID_IS_REQUIRED] |
|---|
| 590 | us="A user ID is required to select the key you want %s.\n\ |
|---|
| 591 | Enter the key's user ID: " |
|---|
| 592 | |
|---|
| 593 | [UNABLE_TO_ORDER_KEYSET] |
|---|
| 594 | us="Unable to order keyset\n" |
|---|
| 595 | |
|---|
| 596 | [PLEASE_SELECT_A_KEY] |
|---|
| 597 | us="Please select a key %s:" |
|---|
| 598 | |
|---|
| 599 | [UNABLE_TO_CREATE_ITER] |
|---|
| 600 | us="Unable to create key iterator\n" |
|---|
| 601 | |
|---|
| 602 | [NO_HTTP_SEND] |
|---|
| 603 | us="HTTP cannot be used as a sending protocol at this time.\n" |
|---|
| 604 | |
|---|
| 605 | [UNKNOWN_PROTOCOL] |
|---|
| 606 | us="Unknown protocol %s.\n" |
|---|
| 607 | |
|---|
| 608 | [NO_KEYS_SELECTED_FOR_EXTRACTION] |
|---|
| 609 | us="No keys were selected for extraction.\n" |
|---|
| 610 | |
|---|
| 611 | [ENABLE_THIS_KEY] |
|---|
| 612 | us="\nEnable this key? [y/N] " |
|---|
| 613 | |
|---|
| 614 | [DISABLE_THIS_KEY] |
|---|
| 615 | us="\nDisable this key? [y/N] " |
|---|
| 616 | |
|---|
| 617 | [KEY_ENABLED] |
|---|
| 618 | us="\nKey enabled.\n" |
|---|
| 619 | |
|---|
| 620 | [KEY_DISABLED] |
|---|
| 621 | us="\nKey disabled.\n" |
|---|
| 622 | |
|---|
| 623 | [CANNOT_TRUST_INVALID_KEYS] |
|---|
| 624 | us="This key is not valid, and cannot be assigned trust\n" |
|---|
| 625 | |
|---|
| 626 | [DO_YOU_WISH_TO_CHANGE_INTRODUCER_RELIABITY] |
|---|
| 627 | us="Do you want to change your estimate of this key owner's reliability\n\ |
|---|
| 628 | as an introducer of other keys [y/N]? " |
|---|
| 629 | |
|---|
| 630 | [NO_CHANGES_MADE] |
|---|
| 631 | us="No changes made.\n" |
|---|
| 632 | |
|---|
| 633 | [DETERMINE_IN_YOUR_MIND] |
|---|
| 634 | us="\n"\ |
|---|
| 635 | "Make a determination in your own mind whether this key actually\n"\ |
|---|
| 636 | "belongs to the person whom you think it belongs to, based on available\n"\ |
|---|
| 637 | "evidence. If you think it does, then based on your estimate of\n"\ |
|---|
| 638 | "that person's integrity and competence in key management, answer\n"\ |
|---|
| 639 | "the following question:\n" |
|---|
| 640 | |
|---|
| 641 | [WOULD_YOU_TRUST_THIS_KEY_AND_OWNER] |
|---|
| 642 | us="\nWould you trust this key owner to act as an introducer and\n\ |
|---|
| 643 | certify other people's public keys to you?\n\ |
|---|
| 644 | (1=I don't know. 2=No. 3=Usually. 4=Yes, always? " |
|---|
| 645 | |
|---|
| 646 | [UNRECOGNIZED_RESPONSE] |
|---|
| 647 | us="Unrecognized response.\n" |
|---|
| 648 | |
|---|
| 649 | [UNABLE_TO_SET_TRUST] |
|---|
| 650 | us="Unable to set trust\n" |
|---|
| 651 | |
|---|
| 652 | [DESCRIBE_CONFIDENCE_AS_INTRODUCER] |
|---|
| 653 | us="\nDescribe the confidence you have in this person as an introducer.\n\ |
|---|
| 654 | What are the odds that this key owner is going to be wrong about\n\ |
|---|
| 655 | a key which she has signed as an introducer?\n" |
|---|
| 656 | |
|---|
| 657 | [CURRENTLY_INFINITE_TRUST] |
|---|
| 658 | us="(Currently she is listed as having essentially zero chance\ |
|---|
| 659 | of being wrong.)\n" |
|---|
| 660 | |
|---|
| 661 | [CURRENTLY_ZERO_TRUST] |
|---|
| 662 | us="(Currently he is listed as not having any confidence as an\ |
|---|
| 663 | introducer.)\n" |
|---|
| 664 | |
|---|
| 665 | [CURRENTLY_HAS_PERCENT_TRUST_START] |
|---|
| 666 | us="(Currently she is listed as having a one in " |
|---|
| 667 | |
|---|
| 668 | [CURRENTLY_HAS_PERCENT_TRUST_END] |
|---|
| 669 | us=" chance of being wrong.)\n" |
|---|
| 670 | |
|---|
| 671 | [ENTER_A_TRUST_RANGE] |
|---|
| 672 | us="Enter a number from 1 to 2 million" |
|---|
| 673 | |
|---|
| 674 | [OR_HIT_RETURN_TO_LEAVE_UNCHANGED] |
|---|
| 675 | us=", or hit return to leave unchanged." |
|---|
| 676 | |
|---|
| 677 | [WILL_BE_WRONG_TIME_TIME_IN] |
|---|
| 678 | us="\nShe will be wrong one time in: " |
|---|
| 679 | |
|---|
| 680 | [DO_YOU_WANT_THIS_KEY_AXIOMATIC] |
|---|
| 681 | us="\nDo you want to set this key as axiomatic [y/N]? " |
|---|
| 682 | |
|---|
| 683 | [PUBLIC_KEYRING_UPDATED] |
|---|
| 684 | us="Public keyring updated.\n" |
|---|
| 685 | |
|---|
| 686 | [NEED_OLD_PASSPHRASE] |
|---|
| 687 | us="Need old passphrase. " |
|---|
| 688 | |
|---|
| 689 | [NEED_NEW_PASSPHRASE] |
|---|
| 690 | us="Need new passphrase. " |
|---|
| 691 | |
|---|
| 692 | [ENTER_IT_A_SECOND_TIME] |
|---|
| 693 | us="Enter it a second time. " |
|---|
| 694 | |
|---|
| 695 | [PASSPHRASES_ARE_DIFFERENT] |
|---|
| 696 | us="Passphrases are different\n" |
|---|
| 697 | |
|---|
| 698 | [CHANGING_MASTER_KEY_PASSPHRASE] |
|---|
| 699 | us="Changing master key passphrase...\n" |
|---|
| 700 | |
|---|
| 701 | [PASSPHRASE_CHANGE_FAILED_MASTER] |
|---|
| 702 | us="Passphrase change failed for master key.\n" |
|---|
| 703 | |
|---|
| 704 | [CHANGING_SUBKEY_PASSPHRASE] |
|---|
| 705 | us="Changing subkey passphrase...\n" |
|---|
| 706 | |
|---|
| 707 | [PASSPHRASE_CHANGE_FAILED_SUBKEY] |
|---|
| 708 | us="Passphrase change failed for subkey.\n" |
|---|
| 709 | |
|---|
| 710 | [CONFIRM_NON_AXIOMATIC] |
|---|
| 711 | us="\nDo you want to unset this key as axiomatic [y/N]? " |
|---|
| 712 | |
|---|
| 713 | [CONFIRM_ADD_NEW_USERID] |
|---|
| 714 | us="\nDo you want to add a new user ID [y/N]? " |
|---|
| 715 | |
|---|
| 716 | [ENTER_NEW_USERID] |
|---|
| 717 | us="Enter the new user ID: " |
|---|
| 718 | |
|---|
| 719 | [NO_NAME_ENTERED] |
|---|
| 720 | us="No name entered.\n" |
|---|
| 721 | |
|---|
| 722 | [UNABLE_TO_ADD_NEW_USERID] |
|---|
| 723 | us="Unable to add new User ID (%d)\n" |
|---|
| 724 | |
|---|
| 725 | [CONFIRM_CHANGE_PASSPHRASE] |
|---|
| 726 | us="\nDo you want to change your pass phrase (y/N)? " |
|---|
| 727 | |
|---|
| 728 | [CHANGE_PASSPHRASE_FAILED] |
|---|
| 729 | us="Change passphrase failed (%d)\n" |
|---|
| 730 | |
|---|
| 731 | [CONFIRM_SET_DEFAULT_KEY] |
|---|
| 732 | us="\nDo want to set this as your default key [y/N]? " |
|---|
| 733 | |
|---|
| 734 | [KEYRINGS_UPDATED] |
|---|
| 735 | us="Keyrings updated.\n" |
|---|
| 736 | |
|---|
| 737 | [TO_BE_REMOVED_FRAGMENT] |
|---|
| 738 | us="to be removed" |
|---|
| 739 | |
|---|
| 740 | [SIGNATURE_FRAGMENT] |
|---|
| 741 | us="signature" |
|---|
| 742 | |
|---|
| 743 | [USERID_FRAGMENT] |
|---|
| 744 | us="user ID" |
|---|
| 745 | |
|---|
| 746 | [KEY_FRAGMENT] |
|---|
| 747 | us="key" |
|---|
| 748 | |
|---|
| 749 | [SELECTED_KEY_HAS_ONLY_ONE_USERID"] |
|---|
| 750 | us="Selected key has only one user ID; can't be selected %s\n" |
|---|
| 751 | |
|---|
| 752 | [FOLLOWING_OBJECT_HAS_BEEN_SELECTED] |
|---|
| 753 | us="\nThe following %s has been selected %s:\n" |
|---|
| 754 | |
|---|
| 755 | [UNABLE_TO_REMOVE_OBJECT] |
|---|
| 756 | us="Unable to remove object\n" |
|---|
| 757 | |
|---|
| 758 | [TO_BE_SIGNED_FRAGMENT] |
|---|
| 759 | us="to be signed" |
|---|
| 760 | |
|---|
| 761 | [VALIDITY_CERTIFICATION_WARNING] |
|---|
| 762 | us="\n\n\ |
|---|
| 763 | READ CAREFULLY: Based on your own direct first-hand knowledge, are\n\ |
|---|
| 764 | you absolutely certain that you are prepared to solemnly certify that\n\ |
|---|
| 765 | the above public key actually belongs to the user specified by the\n\ |
|---|
| 766 | above user ID [y/N]? " |
|---|
| 767 | |
|---|
| 768 | [KEY_SIGNING_CANCELED] |
|---|
| 769 | us="Key sign operation cancelled.\n" |
|---|
| 770 | |
|---|
| 771 | [KEY_SELECTED_FOR_SIGNING_IS] |
|---|
| 772 | us="Key selected for signing is:\n" |
|---|
| 773 | |
|---|
| 774 | [KEY_SIGN_OPERATION_FAILED] |
|---|
| 775 | us="Key sign operation failed\n" |
|---|
| 776 | |
|---|
| 777 | [KEY_SIG_CERT_ADDED] |
|---|
| 778 | us="Key signature certificate added.\n" |
|---|
| 779 | |
|---|
| 780 | [TO_BE_REVOKED_FRAGMENT] |
|---|
| 781 | us="to be revoked" |
|---|
| 782 | |
|---|
| 783 | [YOU_DONT_HAVE_THE_PRIVATE_KEY] |
|---|
| 784 | us="You don't have the private key corresponding to that key\n" |
|---|
| 785 | |
|---|
| 786 | [SIG_ALREADY_REVOKED] |
|---|
| 787 | us="That signature has already been revoked.\n\ |
|---|
| 788 | Are you sure you want to add another revocation certificate [y/N]? " |
|---|
| 789 | |
|---|
| 790 | [SIG_REVOCATION_CANCELLED] |
|---|
| 791 | us="Signature revocation cancelled.\n" |
|---|
| 792 | |
|---|
| 793 | [CONFIRM_REVOKE_KEY] |
|---|
| 794 | us="Do you want to permanently revoke your public key\n\ |
|---|
| 795 | by issuing a secret key compromise certificate on this key [y/N]? " |
|---|
| 796 | |
|---|
| 797 | [CONFIRM_REVOKE_SIG] |
|---|
| 798 | us="Do you want to revoke this signature [y/N]? " |
|---|
| 799 | |
|---|
| 800 | [REVOKE_CANCELLED] |
|---|
| 801 | us="Revoke cancelled.\n" |
|---|
| 802 | |
|---|
| 803 | [UNABLE_TO_GENERATE_REVOCATION_SIGNATURE] |
|---|
| 804 | us="Unable to generate revocation signature\n" |
|---|
| 805 | |
|---|
| 806 | [KEY_REVOCATION_CERT_ADDED] |
|---|
| 807 | us="Key revocation certificate added.\n" |
|---|
| 808 | |
|---|
| 809 | [SELECT_SIGNING_KEY] |
|---|
| 810 | us="Please select a key to sign with:" |
|---|
| 811 | |
|---|
| 812 | [UNABLE_TO_OPEN_KEYRING] |
|---|
| 813 | us="Unable to open keyring\n" |
|---|
| 814 | |
|---|
| 815 | [PGPINITAPP_FAILED] |
|---|
| 816 | us="pgpInitApp failed\n" |
|---|
| 817 | |
|---|
| 818 | [KEY_IS_ALREADY_REVOKED] |
|---|
| 819 | us="That key has already been revoked\n" |
|---|
| 820 | |
|---|
| 821 | [USE_FORCE_TO_ALLOW_OVERWRITING] |
|---|
| 822 | us="In batchmode, use +force to allow overwriting of output files\n" |
|---|
| 823 | |
|---|
| 824 | [INCONSISTENT_RECIPIENT_SET] |
|---|
| 825 | us="No algorithm available that all keys support.\n" |
|---|
| 826 | |
|---|
| 827 | [UNKNOWN_ERROR] |
|---|
| 828 | us="Unknown error code %i!\n" |
|---|
| 829 | |
|---|
| 830 | [VERIFY_REMOVE_KEY_PUBLIC_PRIVATE] |
|---|
| 831 | us="\nDo you wish to remove this key from your public and private \ |
|---|
| 832 | keyrings?\n[y/N]? " |
|---|
| 833 | |
|---|
| 834 | [UNABLE_TO_ITERATE_KEY] |
|---|
| 835 | us="Unable to iterate key!\n"; |
|---|
| 836 | |
|---|
| 837 | [CANCELED] |
|---|
| 838 | us="Canceled.\n" |
|---|
| 839 | |
|---|
| 840 | [REMOVED] |
|---|
| 841 | us="Removed.\n" |
|---|
| 842 | |
|---|
| 843 | [NEED_FILE_TO_SAVE] |
|---|
| 844 | us="Save file as [%s] " |
|---|
| 845 | |
|---|
| 846 | [PGP_NEWTRUST_NOT_TRUSTED_SIGNING_KEY] |
|---|
| 847 | us="WARNING: The signing key is not trusted to belong to:\n" |
|---|
| 848 | |
|---|
| 849 | [TO_DISABLE_OR_ENABLE] |
|---|
| 850 | us="to disable or enable" |
|---|
| 851 | |
|---|
| 852 | [TO_EDIT] |
|---|
| 853 | us="to edit" |
|---|
| 854 | |
|---|
| 855 | [SELECTED_KEY_HAS_ONLY_ONE_USERID] |
|---|
| 856 | us="Selected key has only one user ID, can't be selected %s\n" |
|---|
| 857 | |
|---|
| 858 | [NO_DEFAULT_PRIVATE_KEY] |
|---|
| 859 | us="No default private key\n" |
|---|
| 860 | |
|---|
| 861 | [MULTIPLE_RECIPIENTS_MATCHED] |
|---|
| 862 | us="WARNING: %i matches were found for recipient %s.\n\ |
|---|
| 863 | This may not be what you intended.\n" |
|---|
| 864 | |
|---|
| 865 | [ENOUGH_THANK_YOU] |
|---|
| 866 | us="\a -Enough, thank you.\n" |
|---|
| 867 | |
|---|
| 868 | [SEEDING_RANDPOOL_FROM_DEVICE] |
|---|
| 869 | us="Seeding entropy pool with up to %u bits from %s...\n" |
|---|
| 870 | |
|---|
| 871 | [COMPLETE_READ_NUM_BITS] |
|---|
| 872 | us="Complete. Read %u bits.\n" |
|---|
| 873 | |
|---|
| 874 | [RSA_AND_DH_RECIPS] |
|---|
| 875 | us="WARNING: You are encrypting to both RSA and Diffie-Hellman keys.\n\ |
|---|
| 876 | If the RSA user is still using PGP version 2.6.3 or earlier; 4.0; or 4.5,\n\ |
|---|
| 877 | she will not be able to decrypt this message.\n" |
|---|
| 878 | |
|---|
| 879 | [ONLY_ONE_USER_ALLOWED] |
|---|
| 880 | us=Specified operation may only be performed on one argument per execution.\n |
|---|
| 881 | |
|---|
| 882 | [CANNOT_DISABLE_AXIOMATIC_KEYS] |
|---|
| 883 | us=You cannot disable an axiomatic key. Use pgpk -e to change your\n\ |
|---|
| 884 | trust of this key, first.\n |
|---|
| 885 | |
|---|
| 886 | [RETRIEVING_URL] |
|---|
| 887 | us="Retreiving %s:/%s:%i%s\n" |
|---|
| 888 | |
|---|
| 889 | [ADD_THESE_KEYS] |
|---|
| 890 | us="\nAdd these keys to your keyring? [Y/n] " |
|---|
| 891 | |
|---|
| 892 | [ABORTED] |
|---|
| 893 | us="\nAborted.\n" |
|---|
| 894 | |
|---|
| 895 | [WARNING_NO_MRK] |
|---|
| 896 | us="A requested Message Recovery Key (MRK) for this key was not\ |
|---|
| 897 | found.\n" |
|---|
| 898 | |
|---|
| 899 | [MRK_FOUND] |
|---|
| 900 | us="Message Recovery Key (MRK) found. Will also encrypt this message\n\ |
|---|
| 901 | to Key ID %s.\n" |
|---|
| 902 | |
|---|
| 903 | #Everything from here down is automatically generated. |
|---|
| 904 | |
|---|
| 905 | [PGPERR_OK] |
|---|
| 906 | us="No errors\n" |
|---|
| 907 | |
|---|
| 908 | [PGPERR_GENERIC] |
|---|
| 909 | us="Generic error (should be changed)\n" |
|---|
| 910 | |
|---|
| 911 | [PGPERR_NOMEM] |
|---|
| 912 | us="Out of Memory\n" |
|---|
| 913 | |
|---|
| 914 | [PGPERR_BADPARAM] |
|---|
| 915 | us="Invalid Parameter\n" |
|---|
| 916 | |
|---|
| 917 | [PGPERR_NO_FILE] |
|---|
| 918 | us="Cannot open file\n" |
|---|
| 919 | |
|---|
| 920 | [PGPERR_NO_KEYBITS] |
|---|
| 921 | us="Internal keyring bits exhausted\n" |
|---|
| 922 | |
|---|
| 923 | [PGPERR_BAD_HASHNUM] |
|---|
| 924 | us="Unknown hash number\n" |
|---|
| 925 | |
|---|
| 926 | [PGPERR_BAD_CIPHERNUM] |
|---|
| 927 | us="Unknown cipher number\n" |
|---|
| 928 | |
|---|
| 929 | [PGPERR_BAD_KEYLEN] |
|---|
| 930 | us="Illegal key length for cipher\n" |
|---|
| 931 | |
|---|
| 932 | [PGPERR_SIZEADVISE] |
|---|
| 933 | us="SizeAdvise promise not kept\n" |
|---|
| 934 | |
|---|
| 935 | [PGPERR_CONFIG] |
|---|
| 936 | us="Error parsing configuration\n" |
|---|
| 937 | |
|---|
| 938 | [PGPERR_CONFIG_BADFUNC] |
|---|
| 939 | us="Invalid configuration function\n" |
|---|
| 940 | |
|---|
| 941 | [PGPERR_CONFIG_BADOPT] |
|---|
| 942 | us="Unknown configuration option\n" |
|---|
| 943 | |
|---|
| 944 | [PGPERR_STRING_NOT_FOUND] |
|---|
| 945 | us="Requested string not found\n" |
|---|
| 946 | |
|---|
| 947 | [PGPERR_STRING_NOT_IN_LANGUAGE] |
|---|
| 948 | us="Requested string not in language\n" |
|---|
| 949 | |
|---|
| 950 | [PGPERR_KEY_ISLOCKED] |
|---|
| 951 | us="Key requires passphrase to unlock\n" |
|---|
| 952 | |
|---|
| 953 | [PGPERR_KEY_UNUNLOCKABLE] |
|---|
| 954 | us="Key requires passphrase each time\n" |
|---|
| 955 | |
|---|
| 956 | [PGPERR_SIG_ERROR] |
|---|
| 957 | us="Error while processing signature\n" |
|---|
| 958 | |
|---|
| 959 | [PGPERR_ADDSIG_ERROR] |
|---|
| 960 | us="Cannot add signature\n" |
|---|
| 961 | |
|---|
| 962 | [PGPERR_CANNOT_DECRYPT] |
|---|
| 963 | us="Cannot decrypt message\n" |
|---|
| 964 | |
|---|
| 965 | [PGPERR_ADDESK_ERROR] |
|---|
| 966 | us="Cannot add encrypted session key\n" |
|---|
| 967 | |
|---|
| 968 | [PGPERR_UNK_STRING2KEY] |
|---|
| 969 | us="Don't know how to convert pass\n" |
|---|
| 970 | |
|---|
| 971 | [PGPERR_BAD_STRING2KEY] |
|---|
| 972 | us="Invalid conversion from pass\n" |
|---|
| 973 | |
|---|
| 974 | [PGPERR_ESK_BADTYPE] |
|---|
| 975 | us="Unknown encrypted session key type\n" |
|---|
| 976 | |
|---|
| 977 | [PGPERR_ESK_TOOSHORT] |
|---|
| 978 | us="Encrypted session key too short\n" |
|---|
| 979 | |
|---|
| 980 | [PGPERR_ESK_TOOLONG] |
|---|
| 981 | us="Encrypted session key too long\n" |
|---|
| 982 | |
|---|
| 983 | [PGPERR_ESK_BADVERSION] |
|---|
| 984 | us="Encrypted session key version\n" |
|---|
| 985 | |
|---|
| 986 | [PGPERR_ESK_BADALGORITHM] |
|---|
| 987 | us="Encrypted session key algorithm\n" |
|---|
| 988 | |
|---|
| 989 | [PGPERR_ESK_BITSWRONG] |
|---|
| 990 | us="Wrong number of bits in ESK\n" |
|---|
| 991 | |
|---|
| 992 | [PGPERR_ESK_NOKEY] |
|---|
| 993 | us="Can't find key to decrypt session key\n" |
|---|
| 994 | |
|---|
| 995 | [PGPERR_ESK_NODECRYPT] |
|---|
| 996 | us="Can't decrypt this session key\n" |
|---|
| 997 | |
|---|
| 998 | [PGPERR_ESK_BADPASS] |
|---|
| 999 | us="Passphrase incorrect\n" |
|---|
| 1000 | |
|---|
| 1001 | [PGPERR_SIG_BADTYPE] |
|---|
| 1002 | us="Unknown signature type\n" |
|---|
| 1003 | |
|---|
| 1004 | [PGPERR_SIG_TOOSHORT] |
|---|
| 1005 | us="Signature too short\n" |
|---|
| 1006 | |
|---|
| 1007 | [PGPERR_SIG_TOOLONG] |
|---|
| 1008 | us="Signature too long\n" |
|---|
| 1009 | |
|---|
| 1010 | [PGPERR_SIG_BADVERSION] |
|---|
| 1011 | us="Signature version unknown\n" |
|---|
| 1012 | |
|---|
| 1013 | [PGPERR_SIG_BADALGORITHM] |
|---|
| 1014 | us="Signature algorithm unknown\n" |
|---|
| 1015 | |
|---|
| 1016 | [PGPERR_SIG_BITSWRONG] |
|---|
| 1017 | us="Wrong number of bits in signature\n" |
|---|
| 1018 | |
|---|
| 1019 | [PGPERR_SIG_NOKEY] |
|---|
| 1020 | us="Can't find necessary key to check sig\n" |
|---|
| 1021 | |
|---|
| 1022 | [PGPERR_SIG_BADEXTRA] |
|---|
| 1023 | us="Invalid Extra Data for Signature\n" |
|---|
| 1024 | |
|---|
| 1025 | [PGPERR_NO_PUBKEY] |
|---|
| 1026 | us="No public key found\n" |
|---|
| 1027 | |
|---|
| 1028 | [PGPERR_NO_SECKEY] |
|---|
| 1029 | us="No secret key found\n" |
|---|
| 1030 | |
|---|
| 1031 | [PGPERR_UNKNOWN_KEYID] |
|---|
| 1032 | us="No matching keyid found\n" |
|---|
| 1033 | |
|---|
| 1034 | [PGPERR_NO_RECOVERYKEY] |
|---|
| 1035 | us="Requested message recovery key\n" |
|---|
| 1036 | |
|---|
| 1037 | [PGPERR_COMMIT_INVALID] |
|---|
| 1038 | us="Invalid commit response\n" |
|---|
| 1039 | |
|---|
| 1040 | [PGPERR_CANNOT_HASH] |
|---|
| 1041 | us="Cannot hash message\n" |
|---|
| 1042 | |
|---|
| 1043 | [PGPERR_UNBALANCED_SCOPE] |
|---|
| 1044 | us="Unbalanced scope\n" |
|---|
| 1045 | |
|---|
| 1046 | [PGPERR_WRONG_SCOPE] |
|---|
| 1047 | us="Data sent in wrong scope\n" |
|---|
| 1048 | |
|---|
| 1049 | [PGPERR_UI_INVALID] |
|---|
| 1050 | us="Invalid UI Callback Object\n" |
|---|
| 1051 | |
|---|
| 1052 | [PGPERR_CB_INVALID] |
|---|
| 1053 | us="Invalid Parser Callback\n" |
|---|
| 1054 | |
|---|
| 1055 | [PGPERR_INTERRUPTED] |
|---|
| 1056 | us="Interrupted encrypt/decrypt\n" |
|---|
| 1057 | |
|---|
| 1058 | [PGPERR_PUBKEY_TOOSMALL] |
|---|
| 1059 | us="Public Key too small for data\n" |
|---|
| 1060 | |
|---|
| 1061 | [PGPERR_PUBKEY_TOOBIG] |
|---|
| 1062 | us="Public key is too big for this version\n" |
|---|
| 1063 | |
|---|
| 1064 | [PGPERR_PUBKEY_UNIMP] |
|---|
| 1065 | us="Unimplemented public key operation\n" |
|---|
| 1066 | |
|---|
| 1067 | [PGPERR_RSA_CORRUPT] |
|---|
| 1068 | us="Corrupt data decrypting RSA block\n" |
|---|
| 1069 | |
|---|
| 1070 | [PGPERR_PK_CORRUPT] |
|---|
| 1071 | us="Corrupt data decrypting public\n" |
|---|
| 1072 | |
|---|
| 1073 | [PGPERR_CMD_TOOBIG] |
|---|
| 1074 | us="Command to Buffer too big\n" |
|---|
| 1075 | |
|---|
| 1076 | [PGPERR_FIFO_READ] |
|---|
| 1077 | us="Incomplete read from Fifo\n" |
|---|
| 1078 | |
|---|
| 1079 | [PGPERR_VRFYSIG_WRITE] |
|---|
| 1080 | us="Data illegally written into\n" |
|---|
| 1081 | |
|---|
| 1082 | [PGPERR_VRFYSIG_BADANN] |
|---|
| 1083 | us="Invalid annotation to signature\n" |
|---|
| 1084 | |
|---|
| 1085 | [PGPERR_ADDHDR_FLUSH] |
|---|
| 1086 | us="Cannot flush buffer until size\n" |
|---|
| 1087 | |
|---|
| 1088 | [PGPERR_JOIN_BADANN] |
|---|
| 1089 | us="Invalid annotation to join module\n" |
|---|
| 1090 | |
|---|
| 1091 | [PGPERR_RANDSEED_TOOSMALL] |
|---|
| 1092 | us="Not enough data in randseed file\n" |
|---|
| 1093 | |
|---|
| 1094 | [PGPERR_ENV_LOWPRI] |
|---|
| 1095 | us="Env Var not set: priority too low\n" |
|---|
| 1096 | |
|---|
| 1097 | [PGPERR_ENV_BADVAR] |
|---|
| 1098 | us="Invalid environment variable\n" |
|---|
| 1099 | |
|---|
| 1100 | [PGPERR_CHARMAP_UNKNOWN] |
|---|
| 1101 | us="Unknown Charset\n" |
|---|
| 1102 | |
|---|
| 1103 | [PGPERR_FILE_PERMISSIONS] |
|---|
| 1104 | us="Unsufficient file permissions\n" |
|---|
| 1105 | |
|---|
| 1106 | [PGPERR_FILE_WRITELOCKED] |
|---|
| 1107 | us="File already open for writing\n" |
|---|
| 1108 | |
|---|
| 1109 | [PGPERR_FILE_BADOP] |
|---|
| 1110 | us="Invalid PgpFile Operation\n" |
|---|
| 1111 | |
|---|
| 1112 | [PGPERR_FILE_OPFAIL] |
|---|
| 1113 | us="PgpFile Operation Failed\n" |
|---|
| 1114 | |
|---|
| 1115 | [PGPERR_IMMUTABLE] |
|---|
| 1116 | us="Attempt to change an\n" |
|---|
| 1117 | |
|---|
| 1118 | [PGPERR_PARSEASC_INCOMPLETE] |
|---|
| 1119 | us="Ascii Armor Input Incomplete\n" |
|---|
| 1120 | |
|---|
| 1121 | [PGPERR_PARSEASC_BADINPUT] |
|---|
| 1122 | us="PGP text input is corrupted\n" |
|---|
| 1123 | |
|---|
| 1124 | [PGPERR_FILEFIFO_SEEK] |
|---|
| 1125 | us="Temp-File Seek Error\n" |
|---|
| 1126 | |
|---|
| 1127 | [PGPERR_FILEFIFO_WRITE] |
|---|
| 1128 | us="Temp-File Write Error\n" |
|---|
| 1129 | |
|---|
| 1130 | [PGPERR_FILEFIFO_READ] |
|---|
| 1131 | us="Temp-File Read Error\n" |
|---|
| 1132 | |
|---|
| 1133 | [PGPERR_FILEIO_BADPKT] |
|---|
| 1134 | us="Corrupted or bad packet in\n" |
|---|
| 1135 | |
|---|
| 1136 | [PGPERR_SYSTEM_PGPK] |
|---|
| 1137 | us="Error Executing PGPK Program\n" |
|---|
| 1138 | |
|---|
| 1139 | [PGPERR_KEYIO_READING] |
|---|
| 1140 | us="I/O error reading keyring\n" |
|---|
| 1141 | |
|---|
| 1142 | [PGPERR_KEYIO_WRITING] |
|---|
| 1143 | us="I/O error writing keyring\n" |
|---|
| 1144 | |
|---|
| 1145 | [PGPERR_KEYIO_FTELL] |
|---|
| 1146 | us="I/O error finding keyring position\n" |
|---|
| 1147 | |
|---|
| 1148 | [PGPERR_KEYIO_SEEKING] |
|---|
| 1149 | us="I/O error seeking keyring\n" |
|---|
| 1150 | |
|---|
| 1151 | [PGPERR_KEYIO_OPENING] |
|---|
| 1152 | us="I/O error opening keyring\n" |
|---|
| 1153 | |
|---|
| 1154 | [PGPERR_KEYIO_CLOSING] |
|---|
| 1155 | us="I/O error closing keyring\n" |
|---|
| 1156 | |
|---|
| 1157 | [PGPERR_KEYIO_FLUSHING] |
|---|
| 1158 | us="I/O error flushing keyring\n" |
|---|
| 1159 | |
|---|
| 1160 | [PGPERR_KEYIO_EOF] |
|---|
| 1161 | us="Unexpected EOF fetching key packet\n" |
|---|
| 1162 | |
|---|
| 1163 | [PGPERR_KEYIO_BADPKT] |
|---|
| 1164 | us="Bad data found where key\n" |
|---|
| 1165 | |
|---|
| 1166 | [PGPERR_KEYIO_BADFILE] |
|---|
| 1167 | us="Not a keyring file\n" |
|---|
| 1168 | |
|---|
| 1169 | [PGPERR_TROUBLE_KEYSUBKEY] |
|---|
| 1170 | us="Key matches subkey\n" |
|---|
| 1171 | |
|---|
| 1172 | [PGPERR_TROUBLE_SIGSUBKEY] |
|---|
| 1173 | us="Signature by subkey\n" |
|---|
| 1174 | |
|---|
| 1175 | [PGPERR_TROUBLE_BADTRUST] |
|---|
| 1176 | us="Trust packet malformed\n" |
|---|
| 1177 | |
|---|
| 1178 | [PGPERR_TROUBLE_UNKPKTBYTE] |
|---|
| 1179 | us="Unknown packet byte in keyring\n" |
|---|
| 1180 | |
|---|
| 1181 | [PGPERR_TROUBLE_UNXSUBKEY] |
|---|
| 1182 | us="Unexpected subkey (before key)\n" |
|---|
| 1183 | |
|---|
| 1184 | [PGPERR_TROUBLE_UNXNAME] |
|---|
| 1185 | us="Unexpected name (before key)\n" |
|---|
| 1186 | |
|---|
| 1187 | [PGPERR_TROUBLE_UNXSIG] |
|---|
| 1188 | us="Unexpected sig (before key)\n" |
|---|
| 1189 | |
|---|
| 1190 | [PGPERR_TROUBLE_UNXUNK] |
|---|
| 1191 | us="Packet of unknown type in unexpected\n" |
|---|
| 1192 | |
|---|
| 1193 | [PGPERR_TROUBLE_UNXTRUST] |
|---|
| 1194 | us="Unexpected trust packet\n" |
|---|
| 1195 | |
|---|
| 1196 | [PGPERR_TROUBLE_KEY2BIG] |
|---|
| 1197 | us="Key grossly oversized\n" |
|---|
| 1198 | |
|---|
| 1199 | [PGPERR_TROUBLE_SEC2BIG] |
|---|
| 1200 | us="Secret key grossly oversized\n" |
|---|
| 1201 | |
|---|
| 1202 | [PGPERR_TROUBLE_NAME2BIG] |
|---|
| 1203 | us="Name grossly oversized\n" |
|---|
| 1204 | |
|---|
| 1205 | [PGPERR_TROUBLE_SIG2BIG] |
|---|
| 1206 | us="Sig grossly oversized\n" |
|---|
| 1207 | |
|---|
| 1208 | [PGPERR_TROUBLE_UNK2BIG] |
|---|
| 1209 | us="Packet of unknown type too large\n" |
|---|
| 1210 | |
|---|
| 1211 | [PGPERR_TROUBLE_DUPKEYID] |
|---|
| 1212 | us="Duplicate KeyID, different keys\n" |
|---|
| 1213 | |
|---|
| 1214 | [PGPERR_TROUBLE_DUPKEY] |
|---|
| 1215 | us="Duplicate key (in same keyring)\n" |
|---|
| 1216 | |
|---|
| 1217 | [PGPERR_TROUBLE_DUPSEC] |
|---|
| 1218 | us="Duplicate secret (in same keyring)\n" |
|---|
| 1219 | |
|---|
| 1220 | [PGPERR_TROUBLE_DUPNAME] |
|---|
| 1221 | us="Duplicate name (in same keyring)\n" |
|---|
| 1222 | |
|---|
| 1223 | [PGPERR_TROUBLE_DUPSIG] |
|---|
| 1224 | us="Duplicate signature (in same keyring)\n" |
|---|
| 1225 | |
|---|
| 1226 | [PGPERR_TROUBLE_DUPUNK] |
|---|
| 1227 | us="Duplicate unknown \"thing\" in keyring\n" |
|---|
| 1228 | |
|---|
| 1229 | [PGPERR_TROUBLE_BAREKEY] |
|---|
| 1230 | us="Key found with no names\n" |
|---|
| 1231 | |
|---|
| 1232 | [PGPERR_TROUBLE_VERSION_BUG_PREV] |
|---|
| 1233 | us="Bug introduced by legal_kludge\n" |
|---|
| 1234 | |
|---|
| 1235 | [PGPERR_TROUBLE_VERSION_BUG_CUR] |
|---|
| 1236 | us="Bug introduced by legal_kludge\n" |
|---|
| 1237 | |
|---|
| 1238 | [PGPERR_TROUBLE_OLDSEC] |
|---|
| 1239 | us="Passphrase is out of date\n" |
|---|
| 1240 | |
|---|
| 1241 | [PGPERR_TROUBLE_NEWSEC] |
|---|
| 1242 | us="Passphrase is newer than another\n" |
|---|
| 1243 | |
|---|
| 1244 | [PGPERR_KEY_NO_RSA_ENCRYPT] |
|---|
| 1245 | us="No RSA Encryption/Signature support\n" |
|---|
| 1246 | |
|---|
| 1247 | [PGPERR_KEY_NO_RSA_DECRYPT] |
|---|
| 1248 | us="No RSA Decryption/Verification support\n" |
|---|
| 1249 | |
|---|
| 1250 | [PGPERR_KEY_NO_RSA] |
|---|
| 1251 | us="No RSA key support\n" |
|---|
| 1252 | |
|---|
| 1253 | [PGPERR_KEY_LONG] |
|---|
| 1254 | us="Key packet has trailing junk\n" |
|---|
| 1255 | |
|---|
| 1256 | [PGPERR_KEY_SHORT] |
|---|
| 1257 | us="Key packet truncated\n" |
|---|
| 1258 | |
|---|
| 1259 | [PGPERR_KEY_VERSION] |
|---|
| 1260 | us="Key version unknown\n" |
|---|
| 1261 | |
|---|
| 1262 | [PGPERR_KEY_PKALG] |
|---|
| 1263 | us="Key algorithm unknown\n" |
|---|
| 1264 | |
|---|
| 1265 | [PGPERR_KEY_MODMPI] |
|---|
| 1266 | us="Key modulus mis-formatted\n" |
|---|
| 1267 | |
|---|
| 1268 | [PGPERR_KEY_EXPMPI] |
|---|
| 1269 | us="Key exponent mis-formatted\n" |
|---|
| 1270 | |
|---|
| 1271 | [PGPERR_KEY_MODEVEN] |
|---|
| 1272 | us="RSA public modulus is even\n" |
|---|
| 1273 | |
|---|
| 1274 | [PGPERR_KEY_EXPEVEN] |
|---|
| 1275 | us="RSA public exponent is even\n" |
|---|
| 1276 | |
|---|
| 1277 | [PGPERR_KEY_MPI] |
|---|
| 1278 | us="Key component mis-formatted\n" |
|---|
| 1279 | |
|---|
| 1280 | [PGPERR_KEY_UNSUPP] |
|---|
| 1281 | us="Key is not supported by this version of PGP\n" |
|---|
| 1282 | |
|---|
| 1283 | [PGPERR_SIG_LONG] |
|---|
| 1284 | us="Signature packet has trailing junk\n" |
|---|
| 1285 | |
|---|
| 1286 | [PGPERR_SIG_SHORT] |
|---|
| 1287 | us="Signature truncated\n" |
|---|
| 1288 | |
|---|
| 1289 | [PGPERR_SIG_MPI] |
|---|
| 1290 | us="Signature integer mis-formatted\n" |
|---|
| 1291 | |
|---|
| 1292 | [PGPERR_SIG_PKALG] |
|---|
| 1293 | us="Signature algorithm unknown\n" |
|---|
| 1294 | |
|---|
| 1295 | [PGPERR_SIG_EXTRALEN] |
|---|
| 1296 | us="Bad signature extra material (not 5)\n" |
|---|
| 1297 | |
|---|
| 1298 | [PGPERR_SIG_VERSION] |
|---|
| 1299 | us="Signature version unknown\n" |
|---|
| 1300 | |
|---|
| 1301 | [PGPERR_KEYDB_BADPASSPHRASE] |
|---|
| 1302 | us="Bad passphrase\n" |
|---|
| 1303 | |
|---|
| 1304 | [PGPERR_KEYDB_KEYDBREADONLY] |
|---|
| 1305 | us="Key database is read-only\n" |
|---|
| 1306 | |
|---|
| 1307 | [PGPERR_KEYDB_NEEDMOREBITS] |
|---|
| 1308 | us="Insufficient random bits\n" |
|---|
| 1309 | |
|---|
| 1310 | [PGPERR_KEYDB_OBJECTREADONLY] |
|---|
| 1311 | us="Object is read-only\n" |
|---|
| 1312 | |
|---|
| 1313 | [PGPERR_KEYDB_INVALIDPROPERTY] |
|---|
| 1314 | us="Invalid property name\n" |
|---|
| 1315 | |
|---|
| 1316 | [PGPERR_KEYDB_BUFFERTOOSHORT] |
|---|
| 1317 | us="Buffer too short\n" |
|---|
| 1318 | |
|---|
| 1319 | [PGPERR_KEYDB_CORRUPT] |
|---|
| 1320 | us="Key database is corrupt\n" |
|---|
| 1321 | |
|---|
| 1322 | [PGPERR_KEYDB_VERSIONTOONEW] |
|---|
| 1323 | us="Data is too new to be read\n" |
|---|
| 1324 | |
|---|
| 1325 | [PGPERR_KEYDB_IOERROR] |
|---|
| 1326 | us="Input/output error\n" |
|---|
| 1327 | |
|---|
| 1328 | [PGPERR_KEYDB_VALUETOOLONG] |
|---|
| 1329 | us="Value too long\n" |
|---|
| 1330 | |
|---|
| 1331 | [PGPERR_KEYDB_DUPLICATE_CERT] |
|---|
| 1332 | us="Duplicate certification\n" |
|---|
| 1333 | |
|---|
| 1334 | [PGPERR_KEYDB_DUPLICATE_USERID] |
|---|
| 1335 | us="Duplicate UserID\n" |
|---|
| 1336 | |
|---|
| 1337 | [PGPERR_KEYDB_CERTIFYINGKEY_DEAD] |
|---|
| 1338 | us="Certifying key no longer\n" |
|---|
| 1339 | |
|---|
| 1340 | [PGPERR_KEYDB_OBJECT_DELETED] |
|---|
| 1341 | us="Object has been deleted\n" |
|---|
| 1342 | $Id$ |
|---|