diff options
Diffstat (limited to 'po/it.po')
-rw-r--r-- | po/it.po | 1335 |
1 files changed, 749 insertions, 586 deletions
@@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg-1.0.5\n" -"POT-Creation-Date: 2001-12-22 14:31+0100\n" +"POT-Creation-Date: 2002-03-03 15:18+0100\n" "PO-Revision-Date: 2001-04-23 21:15+02:00\n" "Last-Translator: Marco d'Itri <[email protected]>\n" "Language-Team: Italian <[email protected]>\n" @@ -13,15 +13,19 @@ msgstr "" "Content-Type: text/plain; charset=iso-8859-1\n" "Content-Transfer-Encoding: 8bit\n" -#: util/secmem.c:87 +#: util/secmem.c:88 msgid "Warning: using insecure memory!\n" msgstr "Attenzione: si sta usando memoria insicura!\n" -#: util/secmem.c:322 +#: util/secmem.c:89 +msgid "please see http://www.gnupg.org/faq.html for more information\n" +msgstr "" + +#: util/secmem.c:326 msgid "operation is not possible without initialized secure memory\n" msgstr "l'operazione non � possibile senza memoria sicura inizializzata\n" -#: util/secmem.c:323 +#: util/secmem.c:327 msgid "(you may have used the wrong program for this task)\n" msgstr "(potresti avere usato il programma sbagliato per questa funzione)\n" @@ -41,7 +45,7 @@ msgstr "no" msgid "nN" msgstr "nN" -#: g10/keyedit.c:765 util/miscutil.c:326 +#: g10/keyedit.c:768 util/miscutil.c:326 msgid "quit" msgstr "quit" @@ -255,6 +259,11 @@ msgstr "chiave pubblica inutilizzabile" msgid "unusable secret key" msgstr "chiave segreta inutilizzabile" +#: util/errors.c:107 +#, fuzzy +msgid "keyserver error" +msgstr "errore generale" + #: util/logger.c:249 #, c-format msgid "... this is a bug (%s:%d:%s)\n" @@ -265,7 +274,7 @@ msgstr "... questo � un bug (%s:%d:%s)\n" msgid "you found a bug ... (%s:%d)\n" msgstr "Hai trovato un bug... (%s:%d)\n" -#: cipher/random.c:320 g10/import.c:145 g10/keygen.c:1537 +#: cipher/random.c:320 g10/import.c:145 g10/keygen.c:1552 #, c-format msgid "can't open `%s': %s\n" msgstr "impossibile aprire `%s': %s\n" @@ -344,7 +353,7 @@ msgstr "" "altra cosa per dare all'OS la possibilit� di raccogliere altra entropia!\n" "(Servono altri %d byte)\n" -#: g10/g10.c:262 +#: g10/g10.c:277 msgid "" "@Commands:\n" " " @@ -352,155 +361,170 @@ msgstr "" "@Comandi:\n" " " -#: g10/g10.c:264 +#: g10/g10.c:279 msgid "|[file]|make a signature" msgstr "|[file]|fai una firma" -#: g10/g10.c:265 +#: g10/g10.c:280 msgid "|[file]|make a clear text signature" msgstr "|[file]|fai una firma mantenendo il testo in chiaro" -#: g10/g10.c:266 +#: g10/g10.c:281 msgid "make a detached signature" msgstr "fai una firma separata" -#: g10/g10.c:267 +#: g10/g10.c:282 msgid "encrypt data" msgstr "cifra dati" -#: g10/g10.c:268 +#: g10/g10.c:283 +msgid "|[files]|encrypt files" +msgstr "" + +#: g10/g10.c:284 msgid "encryption only with symmetric cipher" msgstr "cifra solo con un cifrario simmetrico" -#: g10/g10.c:269 +#: g10/g10.c:285 msgid "store only" msgstr "immagazzina soltanto" -#: g10/g10.c:270 +#: g10/g10.c:286 msgid "decrypt data (default)" msgstr "decifra dati (predefinito)" -#: g10/g10.c:271 +#: g10/g10.c:287 +msgid "|[files]|decrypt files" +msgstr "" + +#: g10/g10.c:288 msgid "verify a signature" msgstr "verifica una firma" -#: g10/g10.c:273 +#: g10/g10.c:290 msgid "list keys" msgstr "elenca le chiavi" -#: g10/g10.c:275 +#: g10/g10.c:292 msgid "list keys and signatures" msgstr "elenca le chiavi e le firme" -#: g10/g10.c:276 +#: g10/g10.c:293 msgid "check key signatures" msgstr "controlla le firme delle chiavi" -#: g10/g10.c:277 +#: g10/g10.c:294 msgid "list keys and fingerprints" msgstr "elenca le chiavi e le impronte digitali" -#: g10/g10.c:278 +#: g10/g10.c:295 msgid "list secret keys" msgstr "elenca le chiavi segrete" -#: g10/g10.c:279 +#: g10/g10.c:296 msgid "generate a new key pair" msgstr "genera una nuova coppia di chiavi" -#: g10/g10.c:280 -msgid "remove key from the public keyring" +#: g10/g10.c:297 +#, fuzzy +msgid "remove keys from the public keyring" msgstr "rimuove una chiave dal portachiavi pubblico" -#: g10/g10.c:282 -msgid "remove key from the secret keyring" +#: g10/g10.c:299 +#, fuzzy +msgid "remove keys from the secret keyring" msgstr "rimuove una chiave dal portachiavi privato" -#: g10/g10.c:283 +#: g10/g10.c:300 msgid "sign a key" msgstr "firma una chiave" -#: g10/g10.c:284 +#: g10/g10.c:301 msgid "sign a key locally" msgstr "firma localmente una chiave" -#: g10/g10.c:285 +#: g10/g10.c:302 #, fuzzy msgid "sign a key non-revocably" msgstr "firma localmente una chiave" -#: g10/g10.c:286 +#: g10/g10.c:303 +#, fuzzy +msgid "sign a key locally and non-revocably" +msgstr "firma localmente una chiave" + +#: g10/g10.c:304 msgid "sign or edit a key" msgstr "firma o modifica una chiave" -#: g10/g10.c:287 +#: g10/g10.c:305 msgid "generate a revocation certificate" msgstr "genera un certificato di revoca" -#: g10/g10.c:288 +#: g10/g10.c:306 msgid "export keys" msgstr "esporta delle chiavi" -#: g10/g10.c:289 +#: g10/g10.c:307 msgid "export keys to a key server" msgstr "esporta le chiavi a un key server" -#: g10/g10.c:290 +#: g10/g10.c:308 msgid "import keys from a key server" msgstr "importa le chiavi da un key server" -#: g10/g10.c:292 +#: g10/g10.c:310 #, fuzzy msgid "search for keys on a key server" msgstr "esporta le chiavi a un key server" -#: g10/g10.c:294 +#: g10/g10.c:312 #, fuzzy msgid "update all keys from a keyserver" msgstr "importa le chiavi da un key server" -#: g10/g10.c:298 +#: g10/g10.c:316 msgid "import/merge keys" msgstr "importa/aggiungi delle chiavi" -#: g10/g10.c:300 +#: g10/g10.c:318 msgid "list only the sequence of packets" msgstr "elenca solo la sequenza dei pacchetti" -#: g10/g10.c:302 +#: g10/g10.c:320 msgid "export the ownertrust values" msgstr "esporta i valori di fiducia" -#: g10/g10.c:304 +#: g10/g10.c:322 msgid "import ownertrust values" msgstr "importa i valori di fiducia" -#: g10/g10.c:306 +#: g10/g10.c:324 msgid "update the trust database" msgstr "aggiorna il database della fiducia" -#: g10/g10.c:308 +#: g10/g10.c:326 #, fuzzy msgid "unattended trust database update" msgstr "aggiorna il database della fiducia" -#: g10/g10.c:309 +#: g10/g10.c:327 msgid "fix a corrupted trust database" msgstr "ripara un database della fiducia rovinato" -#: g10/g10.c:310 +#: g10/g10.c:328 msgid "De-Armor a file or stdin" msgstr "rimuovi l'armatura a un file o a stdin" -#: g10/g10.c:312 +#: g10/g10.c:330 msgid "En-Armor a file or stdin" msgstr "crea l'armatura a un file o a stdin" -#: g10/g10.c:314 +#: g10/g10.c:332 msgid "|algo [files]|print message digests" msgstr "|algo [files]|stampa tutti i message digests" -#: g10/g10.c:318 +#: g10/g10.c:336 msgid "" "@\n" "Options:\n" @@ -510,202 +534,207 @@ msgstr "" "Opzioni:\n" " " -#: g10/g10.c:320 +#: g10/g10.c:338 msgid "create ascii armored output" msgstr "crea un output ascii con armatura" -#: g10/g10.c:322 +#: g10/g10.c:340 msgid "|NAME|encrypt for NAME" msgstr "|NOME|cifra per NOME" -#: g10/g10.c:325 +#: g10/g10.c:343 msgid "|NAME|use NAME as default recipient" msgstr "|NOME|usa NOME come destinatario predefinito" -#: g10/g10.c:327 +#: g10/g10.c:345 msgid "use the default key as default recipient" msgstr "usa la chiave predefinita come destinatario predefinito" -#: g10/g10.c:332 +#: g10/g10.c:350 msgid "use this user-id to sign or decrypt" msgstr "usa questo user-id per firmare o decifrare" -#: g10/g10.c:333 +#: g10/g10.c:351 msgid "|N|set compress level N (0 disables)" msgstr "|N|imposta il livello di compressione (0 disab.)" -#: g10/g10.c:335 +#: g10/g10.c:353 msgid "use canonical text mode" msgstr "usa il modo testo canonico" -#: g10/g10.c:338 +#: g10/g10.c:360 msgid "use as output file" msgstr "usa come file di output" -#: g10/g10.c:339 +#: g10/g10.c:361 msgid "verbose" msgstr "prolisso" -#: g10/g10.c:340 +#: g10/g10.c:362 msgid "be somewhat more quiet" msgstr "meno prolisso" -#: g10/g10.c:341 +#: g10/g10.c:363 msgid "don't use the terminal at all" msgstr "non usa per niente il terminale" -#: g10/g10.c:342 +#: g10/g10.c:364 msgid "force v3 signatures" msgstr "forza l'uso di firme v3" -#: g10/g10.c:343 +#: g10/g10.c:365 #, fuzzy msgid "do not force v3 signatures" msgstr "forza l'uso di firme v3" -#: g10/g10.c:344 +#: g10/g10.c:366 #, fuzzy msgid "force v4 key signatures" msgstr "forza l'uso di firme v3" -#: g10/g10.c:345 +#: g10/g10.c:367 #, fuzzy msgid "do not force v4 key signatures" msgstr "forza l'uso di firme v3" -#: g10/g10.c:346 +#: g10/g10.c:368 msgid "always use a MDC for encryption" msgstr "usa sempre un MDC per cifrare" -#: g10/g10.c:347 +#: g10/g10.c:370 +#, fuzzy +msgid "never use a MDC for encryption" +msgstr "usa sempre un MDC per cifrare" + +#: g10/g10.c:372 msgid "do not make any changes" msgstr "non fa cambiamenti" #. { oInteractive, "interactive", 0, N_("prompt before overwriting") }, -#: g10/g10.c:349 +#: g10/g10.c:374 msgid "use the gpg-agent" msgstr "usa gpg-agent" -#: g10/g10.c:350 +#: g10/g10.c:377 msgid "batch mode: never ask" msgstr "modo batch: non fa domande" -#: g10/g10.c:351 +#: g10/g10.c:378 msgid "assume yes on most questions" msgstr "assumi \"s�\" per quasi tutte le domande" -#: g10/g10.c:352 +#: g10/g10.c:379 msgid "assume no on most questions" msgstr "assumi \"no\" per quasi tutte le domande" -#: g10/g10.c:353 +#: g10/g10.c:380 msgid "add this keyring to the list of keyrings" msgstr "aggiungi questo portachiavi alla lista" -#: g10/g10.c:354 +#: g10/g10.c:381 msgid "add this secret keyring to the list" msgstr "aggiungi questo portachiavi segreto alla lista" -#: g10/g10.c:355 +#: g10/g10.c:382 msgid "show which keyring a listed key is on" msgstr "" -#: g10/g10.c:356 +#: g10/g10.c:383 msgid "|NAME|use NAME as default secret key" msgstr "|NOME|usa NOME come chiave segreta predefinita" -#: g10/g10.c:357 +#: g10/g10.c:384 msgid "|HOST|use this keyserver to lookup keys" msgstr "|HOST|cerca le chiavi in questo keyserver" -#: g10/g10.c:359 +#: g10/g10.c:386 msgid "|NAME|set terminal charset to NAME" msgstr "|NOME|imposta il set di caratteri del terminale NOME" -#: g10/g10.c:360 +#: g10/g10.c:387 msgid "read options from file" msgstr "leggi le opzioni dal file" -#: g10/g10.c:364 +#: g10/g10.c:391 msgid "|FD|write status info to this FD" msgstr "|FD|scrivi le informazioni di stato su questo FD" -#: g10/g10.c:366 +#: g10/g10.c:393 #, fuzzy msgid "|[file]|write status info to file" msgstr "|FD|scrivi le informazioni di stato su questo FD" -#: g10/g10.c:372 +#: g10/g10.c:399 #, fuzzy msgid "|KEYID|ultimately trust this key" msgstr "|KEYID|assegna fiducia definitiva a questa chiave" -#: g10/g10.c:373 +#: g10/g10.c:400 msgid "|FILE|load extension module FILE" msgstr "|FILE|carica il modulo di estensione FILE" -#: g10/g10.c:374 +#: g10/g10.c:401 msgid "emulate the mode described in RFC1991" msgstr "emula il modo descritto in RFC 1991" -#: g10/g10.c:375 +#: g10/g10.c:402 msgid "set all packet, cipher and digest options to OpenPGP behavior" msgstr "" "imposta tutte le opzioni di pacchetto,\n" "cifrario e digest per OpenPGP" -#: g10/g10.c:376 +#: g10/g10.c:403 #, fuzzy msgid "set all packet, cipher and digest options to PGP 2.x behavior" msgstr "" "imposta tutte le opzioni di pacchetto,\n" "cifrario e digest per OpenPGP" -#: g10/g10.c:378 +#: g10/g10.c:407 msgid "|N|use passphrase mode N" msgstr "|N|usa il modo N per la passphrase" -#: g10/g10.c:380 +#: g10/g10.c:409 msgid "|NAME|use message digest algorithm NAME for passphrases" msgstr "|NOME|usa l'algoritmo di message digest NOME per le passphrase" -#: g10/g10.c:382 +#: g10/g10.c:411 msgid "|NAME|use cipher algorithm NAME for passphrases" msgstr "|NOME|usa l'alg. di cifratura NOME per le passphrase" -#: g10/g10.c:383 +#: g10/g10.c:412 msgid "|NAME|use cipher algorithm NAME" msgstr "|NOME|usa l'algoritmo di cifratura NOME" -#: g10/g10.c:384 +#: g10/g10.c:413 msgid "|NAME|use message digest algorithm NAME" msgstr "|NOME|usa l'algoritmo di message digest NOME" -#: g10/g10.c:385 +#: g10/g10.c:414 msgid "|N|use compress algorithm N" msgstr "|N|usa l'algoritmo di compressione N" -#: g10/g10.c:386 +#: g10/g10.c:415 msgid "throw keyid field of encrypted packets" msgstr "elimina il campo keyid dei pacchetti cifrati" -#: g10/g10.c:387 +#: g10/g10.c:416 msgid "Show Photo IDs" msgstr "" -#: g10/g10.c:388 +#: g10/g10.c:417 msgid "Don't show Photo IDs" msgstr "" -#: g10/g10.c:389 +#: g10/g10.c:418 msgid "Set command line to view Photo IDs" msgstr "" -#: g10/g10.c:390 +#: g10/g10.c:419 msgid "|NAME=VALUE|use this notation data" msgstr "|NOME=VALORE|usa questi dati per una nota" -#: g10/g10.c:393 +#: g10/g10.c:422 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" @@ -713,7 +742,7 @@ msgstr "" "@\n" "(Vedi la man page per una lista completa di tutti i comandi e opzioni)\n" -#: g10/g10.c:396 +#: g10/g10.c:425 msgid "" "@\n" "Examples:\n" @@ -733,15 +762,15 @@ msgstr "" " --list-keys [nomi] mostra le chiavi\n" " --fingerprint [nomi] mostra le impronte digitali\n" -#: g10/g10.c:529 +#: g10/g10.c:559 msgid "Please report bugs to <[email protected]>.\n" msgstr "Per favore segnala i bug a <[email protected]>.\n" -#: g10/g10.c:533 +#: g10/g10.c:563 msgid "Usage: gpg [options] [files] (-h for help)" msgstr "Uso: gpg [opzioni] [files] (-h per l'aiuto)" -#: g10/g10.c:536 +#: g10/g10.c:566 msgid "" "Syntax: gpg [options] [files]\n" "sign, check, encrypt or decrypt\n" @@ -751,7 +780,7 @@ msgstr "" "firma, controlla, cifra o decifra\n" "l'operazione predefinita dipende dai dati di input\n" -#: g10/g10.c:547 +#: g10/g10.c:577 msgid "" "\n" "Supported algorithms:\n" @@ -759,239 +788,242 @@ msgstr "" "\n" "Algoritmi gestiti:\n" -#: g10/g10.c:621 +#: g10/g10.c:651 msgid "usage: gpg [options] " msgstr "uso: gpg [opzioni] " -#: g10/g10.c:678 +#: g10/g10.c:708 msgid "conflicting commands\n" msgstr "comandi in conflitto\n" -#: g10/g10.c:850 +#: g10/g10.c:881 #, c-format msgid "NOTE: no default option file `%s'\n" msgstr "NOTA: manca il file `%s' con le opzioni predefinite\n" -#: g10/g10.c:854 +#: g10/g10.c:885 #, c-format msgid "option file `%s': %s\n" msgstr "file con le opzioni `%s': %s\n" -#: g10/g10.c:861 +#: g10/g10.c:892 #, c-format msgid "reading options from `%s'\n" msgstr "lettura delle opzioni da `%s'\n" -#: g10/g10.c:1129 +#: g10/g10.c:1174 #, c-format msgid "%s is not a valid character set\n" msgstr "%s non � un set di caratteri valido\n" -#: g10/g10.c:1145 +#: g10/g10.c:1190 msgid "could not parse keyserver URI\n" msgstr "" -#: g10/g10.c:1239 +#: g10/g10.c:1294 msgid "WARNING: program may create a core file!\n" msgstr "ATTENZIONE: il programma potrebbe creare un file core!\n" -#: g10/g10.c:1243 +#: g10/g10.c:1298 #, c-format msgid "WARNING: %s overrides %s\n" msgstr "" -#: g10/g10.c:1250 g10/g10.c:1261 +#: g10/g10.c:1305 g10/g10.c:1316 #, c-format msgid "NOTE: %s is not for normal use!\n" msgstr "NOTA: %s normalmente non deve essere usato!\n" -#: g10/g10.c:1252 +#: g10/g10.c:1307 g10/g10.c:1327 #, c-format msgid "%s not allowed with %s!\n" msgstr "Non � permesso usare %s con %s!\n" -#: g10/g10.c:1255 +#: g10/g10.c:1310 #, c-format msgid "%s makes no sense with %s!\n" msgstr "Non ha senso usare %s con %s!\n" -#: g10/g10.c:1281 +#: g10/g10.c:1336 +msgid "you can only make detached or clear signatures while in --pgp2 mode\n" +msgstr "" + +#: g10/g10.c:1342 msgid "you can't sign and encrypt at the same time while in --pgp2 mode\n" msgstr "" -#: g10/g10.c:1292 +#: g10/g10.c:1348 +msgid "you must use files (and not a pipe) when working with --pgp2 enabled.\n" +msgstr "" + +#: g10/g10.c:1361 msgid "encrypting a message in --pgp2 mode requires the IDEA cipher\n" msgstr "" -#: g10/encode.c:282 g10/g10.c:1306 g10/g10.c:1501 g10/sign.c:580 -#: g10/sign.c:758 -msgid "this message will not be usable by PGP 2.x\n" +#: g10/encode.c:287 g10/encode.c:349 g10/g10.c:1375 g10/sign.c:614 +#: g10/sign.c:792 +msgid "this message may not be usable by PGP 2.x\n" msgstr "" -#: g10/g10.c:1332 g10/g10.c:1344 +#: g10/g10.c:1414 g10/g10.c:1426 msgid "selected cipher algorithm is invalid\n" msgstr "l'algoritmo di cifratura selezionato non � valido\n" -#: g10/g10.c:1338 g10/g10.c:1350 +#: g10/g10.c:1420 g10/g10.c:1432 msgid "selected digest algorithm is invalid\n" msgstr "l'algoritmo di digest selezionato non � valido\n" -#: g10/g10.c:1354 -msgid "the given policy URL is invalid\n" +#: g10/g10.c:1436 +#, fuzzy +msgid "the given signature policy URL is invalid\n" +msgstr "L'URL della policy indicato non � valido\n" + +#: g10/g10.c:1440 +#, fuzzy +msgid "the given certification policy URL is invalid\n" msgstr "L'URL della policy indicato non � valido\n" -#: g10/g10.c:1357 +#: g10/g10.c:1443 #, c-format msgid "compress algorithm must be in range %d..%d\n" msgstr "l'algoritmo di compressione deve essere tra %d e %d\n" -#: g10/g10.c:1359 +#: g10/g10.c:1445 msgid "completes-needed must be greater than 0\n" msgstr "completes-needed deve essere maggiore di 0\n" -#: g10/g10.c:1361 +#: g10/g10.c:1447 msgid "marginals-needed must be greater than 1\n" msgstr "marginals-needed deve essere maggiore di 1\n" -#: g10/g10.c:1363 +#: g10/g10.c:1449 msgid "max-cert-depth must be in range 1 to 255\n" msgstr "max-cert-depth deve essere tra 1 e 255\n" -#: g10/g10.c:1366 +#: g10/g10.c:1452 msgid "NOTE: simple S2K mode (0) is strongly discouraged\n" msgstr "NOTA: l'uso del modo S2K semplice (0) � fortemente scoraggiato\n" -#: g10/g10.c:1370 +#: g10/g10.c:1456 msgid "invalid S2K mode; must be 0, 1 or 3\n" msgstr "modo S2K non valido; deve essere 0, 1 o 3\n" -#: g10/g10.c:1374 +#: g10/g10.c:1460 #, fuzzy msgid "invalid default-check-level; must be 0, 1, 2, or 3\n" msgstr "modo S2K non valido; deve essere 0, 1 o 3\n" -#: g10/g10.c:1377 +#: g10/g10.c:1463 #, fuzzy msgid "invalid preferences\n" msgstr "elenca le impostazioni" -#: g10/g10.c:1464 +#: g10/g10.c:1557 #, c-format msgid "failed to initialize the TrustDB: %s\n" msgstr "inizializzazione del trustdb fallita: %s\n" -#: g10/g10.c:1484 +#: g10/g10.c:1577 msgid "--store [filename]" msgstr "--store [nomefile]" -#: g10/g10.c:1491 +#: g10/g10.c:1584 msgid "--symmetric [filename]" msgstr "--symmetric [nomefile]" -#: g10/g10.c:1499 -msgid "" -"you must use files (and not a pipe) when encrypting with --pgp2 enabled.\n" -msgstr "" - -#: g10/g10.c:1506 +#: g10/g10.c:1592 msgid "--encrypt [filename]" msgstr "--encrypt [nomefile]" -#: g10/g10.c:1519 +#: g10/g10.c:1609 msgid "--sign [filename]" msgstr "--sign [nomefile]" -#: g10/g10.c:1532 +#: g10/g10.c:1622 msgid "--sign --encrypt [filename]" msgstr "--sign --encrypt [nomefile]" -#: g10/g10.c:1546 +#: g10/g10.c:1636 #, fuzzy msgid "--sign --symmetric [filename]" msgstr "--symmetric [nomefile]" -#: g10/g10.c:1555 +#: g10/g10.c:1645 msgid "--clearsign [filename]" msgstr "--clearsign [nomefile]" -#: g10/g10.c:1573 +#: g10/g10.c:1663 msgid "--decrypt [filename]" msgstr "--decrypt [nomefile]" -#: g10/g10.c:1581 +#: g10/g10.c:1674 msgid "--sign-key user-id" msgstr "--sign-key user-id" -#: g10/g10.c:1589 +#: g10/g10.c:1682 msgid "--lsign-key user-id" msgstr "--lsign-key user-id" -#: g10/g10.c:1597 +#: g10/g10.c:1690 #, fuzzy msgid "--nrsign-key user-id" msgstr "--sign-key user-id" -#: g10/g10.c:1605 +#: g10/g10.c:1698 +#, fuzzy +msgid "--nrlsign-key user-id" +msgstr "--sign-key user-id" + +#: g10/g10.c:1706 msgid "--edit-key user-id [commands]" msgstr "--edit-key user-id [comandi]" -#: g10/g10.c:1621 -msgid "--delete-secret-key user-id" -msgstr "--delete-secret-key user-id" - -#: g10/g10.c:1624 -msgid "--delete-key user-id" -msgstr "--delete-key user-id" - -#: g10/g10.c:1632 -msgid "--delete-secret-and-public-key user-id" -msgstr "--delete-secret-and-public-key user-id" - -#: g10/encode.c:302 g10/g10.c:1669 g10/sign.c:669 +#: g10/encode.c:307 g10/g10.c:1762 g10/sign.c:703 #, c-format msgid "can't open %s: %s\n" msgstr "impossibile aprire `%s': %s\n" -#: g10/g10.c:1684 +#: g10/g10.c:1777 msgid "-k[v][v][v][c] [user-id] [keyring]" msgstr "-k[v][v][v][c] [user-id] [portachiavi]" -#: g10/g10.c:1767 +#: g10/g10.c:1860 #, c-format msgid "dearmoring failed: %s\n" msgstr "rimozione dell'armatura fallita: %s\n" -#: g10/g10.c:1775 +#: g10/g10.c:1868 #, c-format msgid "enarmoring failed: %s\n" msgstr "creazione dell'armatura fallita: %s\n" -#: g10/g10.c:1846 +#: g10/g10.c:1955 #, c-format msgid "invalid hash algorithm `%s'\n" msgstr "algoritmo di hash non valido `%s'\n" -#: g10/g10.c:1932 +#: g10/g10.c:2041 msgid "[filename]" msgstr "[nomefile]" -#: g10/g10.c:1936 +#: g10/g10.c:2045 msgid "Go ahead and type your message ...\n" msgstr "Vai avanti e scrivi il messaggio...\n" -#: g10/decrypt.c:59 g10/g10.c:1939 g10/verify.c:94 g10/verify.c:139 +#: g10/decrypt.c:60 g10/decrypt.c:106 g10/g10.c:2048 g10/verify.c:94 +#: g10/verify.c:139 #, c-format msgid "can't open `%s'\n" msgstr "impossibile aprire `%s'\n" -#: g10/g10.c:2148 +#: g10/g10.c:2257 msgid "" "the first character of a notation name must be a letter or an underscore\n" msgstr "" "il primo carattere del nome di una nota deve essere una lettera o un\n" "underscore\n" -#: g10/g10.c:2154 +#: g10/g10.c:2263 msgid "" "a notation name must have only letters, digits, dots or underscores and end " "with an '='\n" @@ -999,23 +1031,14 @@ msgstr "" "il nome di una nota deve essere formato solo da lettere, numeri, punti o\n" "underscore e deve finire con `='\n" -#: g10/g10.c:2160 +#: g10/g10.c:2269 msgid "dots in a notation name must be surrounded by other characters\n" msgstr "nel nome di una nota i punti devono avere altri caratteri intorno\n" -#: g10/g10.c:2168 +#: g10/g10.c:2277 msgid "a notation value must not use any control characters\n" msgstr "il valore di una nota non deve usare caratteri di controllo\n" -#: g10/g10.c:2208 -msgid "the IDEA cipher plugin is not present\n" -msgstr "" - -#: g10/g10.c:2209 -msgid "" -"please see http://www.gnupg.org/why-not-idea.html for more information\n" -msgstr "" - #: g10/armor.c:306 #, c-format msgid "armor: %s\n" @@ -1265,108 +1288,110 @@ msgstr "" "prossima domanda.\n" "\n" -#: g10/pkclist.c:513 g10/pkclist.c:536 +#: g10/pkclist.c:513 g10/pkclist.c:535 msgid "WARNING: Using untrusted key!\n" msgstr "ATTENZIONE: uso di una chiave non fidata!\n" -#: g10/pkclist.c:555 +#: g10/pkclist.c:554 msgid "WARNING: This key has been revoked by its owner!\n" msgstr "ATTENZIONE: questa chiave � stata revocata dal suo proprietario!\n" -#: g10/pkclist.c:556 +#: g10/pkclist.c:555 msgid " This could mean that the signature is forgery.\n" msgstr " Questo pu� significare che la firma � stata falsificata.\n" -#: g10/pkclist.c:562 +#: g10/pkclist.c:561 msgid "WARNING: This subkey has been revoked by its owner!\n" msgstr "ATTENZIONE: questa subchiave � stata revocata dal proprietario!\n" -#: g10/pkclist.c:567 +#: g10/pkclist.c:566 #, fuzzy msgid "Note: This key has been disabled.\n" msgstr "Questa chiave � stata disabilitata" -#: g10/pkclist.c:572 +#: g10/pkclist.c:571 msgid "Note: This key has expired!\n" msgstr "Nota: questa chiave � scaduta!\n" -#: g10/pkclist.c:584 +#: g10/pkclist.c:582 msgid "WARNING: This key is not certified with a trusted signature!\n" msgstr "ATTENZIONE: questa chiave non � certificata con una firma fidata!\n" -#: g10/pkclist.c:586 +#: g10/pkclist.c:584 msgid "" " There is no indication that the signature belongs to the owner.\n" msgstr "" " Non ci sono indicazioni che la firma appartenga al proprietario.\n" -#: g10/pkclist.c:595 +#: g10/pkclist.c:592 msgid "WARNING: We do NOT trust this key!\n" msgstr "ATTENZIONE: NON ci fidiamo di questa chiave!\n" -#: g10/pkclist.c:596 +#: g10/pkclist.c:593 msgid " The signature is probably a FORGERY.\n" msgstr " La firma � probabilmente un FALSO.\n" -#: g10/pkclist.c:604 +#: g10/pkclist.c:601 msgid "" "WARNING: This key is not certified with sufficiently trusted signatures!\n" msgstr "" "ATTENZIONE: questa chiave non � certificata con firme abbastanza fidate!\n" -#: g10/pkclist.c:606 +#: g10/pkclist.c:603 msgid " It is not certain that the signature belongs to the owner.\n" msgstr " Non � sicuro che la firma appartenga al proprietario.\n" -#: g10/pkclist.c:709 g10/pkclist.c:732 g10/pkclist.c:855 g10/pkclist.c:910 +#: g10/pkclist.c:706 g10/pkclist.c:729 g10/pkclist.c:866 g10/pkclist.c:921 #, c-format msgid "%s: skipped: %s\n" msgstr "%s: saltata: %s\n" -#: g10/pkclist.c:718 g10/pkclist.c:884 +#: g10/pkclist.c:715 g10/pkclist.c:895 #, c-format msgid "%s: skipped: public key already present\n" msgstr "%s: saltato: chiave pubblica gi� presente\n" -#: g10/pkclist.c:747 -msgid "" -"You did not specify a user ID. (you may use \"-r\")\n" -"\n" +#: g10/pkclist.c:744 +#, fuzzy +msgid "You did not specify a user ID. (you may use \"-r\")\n" msgstr "" "Non hai specificato un user ID. (puoi usare \"-r\")\n" "\n" -#: g10/pkclist.c:757 -msgid "Enter the user ID: " -msgstr "Inserisci l'user ID: " +#: g10/pkclist.c:754 +msgid "" +"\n" +"Enter the user ID. End with an empty line: " +msgstr "" -#: g10/pkclist.c:769 +#: g10/pkclist.c:768 msgid "No such user ID.\n" msgstr "User ID inesistente.\n" -#: g10/pkclist.c:774 +#: g10/pkclist.c:773 msgid "skipped: public key already set as default recipient\n" msgstr "saltato: chiave pubblica gi� impostata come destinatario predefinito\n" -#: g10/pkclist.c:792 +#: g10/pkclist.c:791 msgid "Public key is disabled.\n" msgstr "La chiave pubblica � disabilitata.\n" -#: g10/pkclist.c:799 -msgid "skipped: public key already set with --encrypt-to\n" -msgstr "saltato: chiave pubblica gi� impostata con --encrypt-to\n" +#: g10/pkclist.c:798 +#, fuzzy +msgid "skipped: public key already set\n" +msgstr "%s: saltato: chiave pubblica gi� presente\n" -#: g10/pkclist.c:830 +#: g10/pkclist.c:841 #, c-format msgid "unknown default recipient `%s'\n" msgstr "destinatario predefinito `%s' sconosciuto\n" -#: g10/pkclist.c:866 +#: g10/pkclist.c:877 #, c-format msgid "%s: skipped: public key is disabled\n" msgstr "%s: saltato: chiave pubblica disabilitata\n" -#: g10/pkclist.c:916 +#: g10/pkclist.c:927 msgid "no valid addressees\n" msgstr "nessun indirizzo valido\n" @@ -1385,76 +1410,76 @@ msgstr "saltata `%s': doppia\n" msgid "too many `%c' preferences\n" msgstr "elenca le impostazioni" -#: g10/keygen.c:244 +#: g10/keygen.c:256 #, fuzzy msgid "invalid character in string\n" msgstr "Carattere non valido nel nome\n" -#: g10/keygen.c:374 +#: g10/keygen.c:386 msgid "writing self signature\n" msgstr "scrittura della autofirma\n" -#: g10/keygen.c:418 +#: g10/keygen.c:430 msgid "writing key binding signature\n" msgstr "scrittura della firma di collegamento alla chiave\n" -#: g10/keygen.c:472 g10/keygen.c:556 g10/keygen.c:647 +#: g10/keygen.c:484 g10/keygen.c:568 g10/keygen.c:659 #, c-format msgid "keysize invalid; using %u bits\n" msgstr "dimensione della chiave non valida; uso %u bit\n" -#: g10/keygen.c:477 g10/keygen.c:561 g10/keygen.c:652 +#: g10/keygen.c:489 g10/keygen.c:573 g10/keygen.c:664 #, c-format msgid "keysize rounded up to %u bits\n" msgstr "dimensioni della chiave arrotondate a %u bit\n" -#: g10/keygen.c:752 +#: g10/keygen.c:764 msgid "Please select what kind of key you want:\n" msgstr "Per favore scegli che tipo di chiave vuoi:\n" -#: g10/keygen.c:754 +#: g10/keygen.c:766 #, c-format msgid " (%d) DSA and ElGamal (default)\n" msgstr " (%d) DSA e ElGamal (default)\n" -#: g10/keygen.c:755 +#: g10/keygen.c:767 #, c-format msgid " (%d) DSA (sign only)\n" msgstr " (%d) DSA (firma solo)\n" -#: g10/keygen.c:757 +#: g10/keygen.c:769 #, c-format msgid " (%d) ElGamal (encrypt only)\n" msgstr " (%d) ElGamal (cifra solo)\n" -#: g10/keygen.c:758 +#: g10/keygen.c:770 #, c-format msgid " (%d) ElGamal (sign and encrypt)\n" msgstr " (%d) ElGamal (firma e cifra)\n" -#: g10/keygen.c:759 +#: g10/keygen.c:771 #, fuzzy, c-format msgid " (%d) RSA (sign only)\n" msgstr " (%d) DSA (firma solo)\n" -#: g10/keygen.c:761 +#: g10/keygen.c:773 #, fuzzy, c-format msgid " (%d) RSA (encrypt only)\n" msgstr " (%d) ElGamal (cifra solo)\n" -#: g10/keyedit.c:466 g10/keygen.c:764 +#: g10/keyedit.c:466 g10/keygen.c:776 msgid "Your selection? " msgstr "Cosa scegli? " -#: g10/keygen.c:784 +#: g10/keygen.c:796 msgid "The use of this algorithm is deprecated - create anyway? " msgstr "L'uso di questo algoritmo � deprecato - la creo comunque? " -#: g10/keyedit.c:479 g10/keygen.c:798 +#: g10/keyedit.c:479 g10/keygen.c:810 msgid "Invalid selection.\n" msgstr "Scelta non valida.\n" -#: g10/keygen.c:811 +#: g10/keygen.c:823 #, c-format msgid "" "About to generate a new %s keypair.\n" @@ -1467,22 +1492,22 @@ msgstr "" " la dimensione predefinita � 1024 bit\n" " la dimensione massima consigliata � 2048 bit\n" -#: g10/keygen.c:820 +#: g10/keygen.c:832 msgid "What keysize do you want? (1024) " msgstr "Di che dimensioni vuoi la chiave? (1024) " -#: g10/keygen.c:825 +#: g10/keygen.c:837 msgid "DSA only allows keysizes from 512 to 1024\n" msgstr "DSA permette solo chiavi di dimensioni tra 512 e 1024\n" -#: g10/keygen.c:827 -msgid "keysize too small; 768 is smallest value allowed.\n" -msgstr "la chiave � troppo corta; 768 � il minimo valore permesso.\n" - -#: g10/keygen.c:829 +#: g10/keygen.c:839 msgid "keysize too small; 1024 is smallest value allowed for RSA.\n" msgstr "la chiave � troppo corta; 1024 � il minimo valore permesso per RSA.\n" +#: g10/keygen.c:842 +msgid "keysize too small; 768 is smallest value allowed.\n" +msgstr "la chiave � troppo corta; 768 � il minimo valore permesso.\n" + #. It is ridiculous and an annoyance to use larger key sizes! #. * GnuPG can handle much larger sizes; but it takes an eternity #. * to create such a key (but less than the time the Sirius @@ -1491,12 +1516,12 @@ msgstr "la chiave � troppo corta; 1024 � il minimo valore permesso per RSA.\n" #. * So, before you complain about this limitation, I suggest that #. * you start a discussion with Marvin about this theme and then #. * do whatever you want. -#: g10/keygen.c:840 +#: g10/keygen.c:853 #, c-format msgid "keysize too large; %d is largest value allowed.\n" msgstr "la chiave � troppo lunga; %d � il massimo valore permesso.\n" -#: g10/keygen.c:845 +#: g10/keygen.c:858 msgid "" "Keysizes larger than 2048 are not suggested because\n" "computations take REALLY long!\n" @@ -1504,11 +1529,11 @@ msgstr "" "Chiavi pi� lunghe di 2048 non sono consigliate perch� i calcoli sono\n" "VERAMENTE lunghi!\n" -#: g10/keygen.c:848 +#: g10/keygen.c:861 msgid "Are you sure that you want this keysize? " msgstr "Sei sicuro di volere una chiave di queste dimensioni? " -#: g10/keygen.c:849 +#: g10/keygen.c:862 msgid "" "Okay, but keep in mind that your monitor and keyboard radiation is also very " "vulnerable to attacks!\n" @@ -1516,21 +1541,21 @@ msgstr "" "Va bene, ma ricordati che anche le radiazioni emesse dal tuo monitor e dalla " "tua tastiera sono molto vulnerabili ad attacchi!\n" -#: g10/keygen.c:857 +#: g10/keygen.c:870 msgid "Do you really need such a large keysize? " msgstr "Ti serve davvero una chiave cos� lunga? " -#: g10/keygen.c:863 +#: g10/keygen.c:876 #, c-format msgid "Requested keysize is %u bits\n" msgstr "La dimensione richiesta della chiave � %u bit\n" -#: g10/keygen.c:866 g10/keygen.c:870 +#: g10/keygen.c:879 g10/keygen.c:883 #, c-format msgid "rounded up to %u bits\n" msgstr "arrotondate a %u bit\n" -#: g10/keygen.c:921 +#: g10/keygen.c:934 msgid "" "Please specify how long the key should be valid.\n" " 0 = key does not expire\n" @@ -1546,7 +1571,7 @@ msgstr "" " <n>m = la chiave scadr� dopo n mesi\n" " <n>y = la chiave scadr� dopo n anni\n" -#: g10/keygen.c:930 +#: g10/keygen.c:943 #, fuzzy msgid "" "Please specify how long the signature should be valid.\n" @@ -1563,31 +1588,31 @@ msgstr "" " <n>m = la chiave scadr� dopo n mesi\n" " <n>y = la chiave scadr� dopo n anni\n" -#: g10/keygen.c:952 +#: g10/keygen.c:965 msgid "Key is valid for? (0) " msgstr "Chiave valida per? (0) " -#: g10/keygen.c:954 +#: g10/keygen.c:967 #, fuzzy msgid "Signature is valid for? (0) " msgstr "Chiave valida per? (0) " -#: g10/keygen.c:959 +#: g10/keygen.c:972 msgid "invalid value\n" msgstr "valore non valido\n" -#: g10/keygen.c:964 +#: g10/keygen.c:977 #, fuzzy, c-format msgid "%s does not expire at all\n" msgstr "La chiave non scade\n" #. print the date when the key expires -#: g10/keygen.c:971 +#: g10/keygen.c:984 #, fuzzy, c-format msgid "%s expires at %s\n" msgstr "La chiave scadr� il %s\n" -#: g10/keygen.c:977 +#: g10/keygen.c:990 msgid "" "Your system can't display dates beyond 2038.\n" "However, it will be correctly handled up to 2106.\n" @@ -1595,11 +1620,11 @@ msgstr "" "Il tuo sistema non pu� mostrare date oltre il 2038.\n" "Comunque, sar� gestita correttamente fino al 2106.\n" -#: g10/keygen.c:982 +#: g10/keygen.c:995 msgid "Is this correct (y/n)? " msgstr "� giusto (s/n)? " -#: g10/keygen.c:1025 +#: g10/keygen.c:1038 msgid "" "\n" "You need a User-ID to identify your key; the software constructs the user " @@ -1615,44 +1640,44 @@ msgstr "" " \"Heinrich Heine (Der Dichter) <[email protected]>\"\n" "\n" -#: g10/keygen.c:1037 +#: g10/keygen.c:1050 msgid "Real name: " msgstr "Nome e Cognome: " -#: g10/keygen.c:1045 +#: g10/keygen.c:1058 msgid "Invalid character in name\n" msgstr "Carattere non valido nel nome\n" -#: g10/keygen.c:1047 +#: g10/keygen.c:1060 msgid "Name may not start with a digit\n" msgstr "Il nome non pu� iniziare con una cifra\n" -#: g10/keygen.c:1049 +#: g10/keygen.c:1062 msgid "Name must be at least 5 characters long\n" msgstr "Il nome deve essere lungo almeno 5 caratteri\n" -#: g10/keygen.c:1057 +#: g10/keygen.c:1070 msgid "Email address: " msgstr "Indirizzo di Email: " -#: g10/keygen.c:1068 +#: g10/keygen.c:1081 msgid "Not a valid email address\n" msgstr "L'indirizzo di email non � valido\n" -#: g10/keygen.c:1076 +#: g10/keygen.c:1089 msgid "Comment: " msgstr "Commento: " -#: g10/keygen.c:1082 +#: g10/keygen.c:1095 msgid "Invalid character in comment\n" msgstr "Carattere non valido nel commento\n" -#: g10/keygen.c:1105 +#: g10/keygen.c:1118 #, c-format msgid "You are using the `%s' character set.\n" msgstr "Stai usando il set di caratteri `%s'.\n" -#: g10/keygen.c:1111 +#: g10/keygen.c:1124 #, c-format msgid "" "You selected this USER-ID:\n" @@ -1663,27 +1688,27 @@ msgstr "" " \"%s\"\n" "\n" -#: g10/keygen.c:1115 +#: g10/keygen.c:1128 msgid "Please don't put the email address into the real name or the comment\n" msgstr "Per favore non mettere l'indirizzo di email nel nome o nel commento\n" -#: g10/keygen.c:1120 +#: g10/keygen.c:1133 msgid "NnCcEeOoQq" msgstr "NnCcEeOoQq" -#: g10/keygen.c:1130 +#: g10/keygen.c:1143 msgid "Change (N)ame, (C)omment, (E)mail or (Q)uit? " msgstr "Modifica (N)ome, (C)ommento, (E)mail oppure (Q)uit? " -#: g10/keygen.c:1131 +#: g10/keygen.c:1144 msgid "Change (N)ame, (C)omment, (E)mail or (O)kay/(Q)uit? " msgstr "Modifica (N)ome, (C)ommento, (E)mail oppure (O)kay/(Q)uit? " -#: g10/keygen.c:1150 +#: g10/keygen.c:1163 msgid "Please correct the error first\n" msgstr "Per favore correggi prima l'errore\n" -#: g10/keygen.c:1188 +#: g10/keygen.c:1202 msgid "" "You need a Passphrase to protect your secret key.\n" "\n" @@ -1691,11 +1716,17 @@ msgstr "" "Ti serve una passphrase per proteggere la tua chiave segreta.\n" "\n" -#: g10/keyedit.c:653 g10/keygen.c:1196 -msgid "passphrase not correctly repeated; try again.\n" +#: g10/keyedit.c:655 g10/keygen.c:1210 +#, fuzzy +msgid "passphrase not correctly repeated; try again" msgstr "passphrase non ripetuta correttamente; riprova.\n" -#: g10/keygen.c:1202 +#: g10/keygen.c:1211 +#, c-format +msgid "%s.\n" +msgstr "" + +#: g10/keygen.c:1217 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" @@ -1707,7 +1738,7 @@ msgstr "" "programma con l'opzione \"--edit-key\".\n" "\n" -#: g10/keygen.c:1223 +#: g10/keygen.c:1238 msgid "" "We need to generate a lot of random bytes. It is a good idea to perform\n" "some other action (type on the keyboard, move the mouse, utilize the\n" @@ -1719,54 +1750,54 @@ msgstr "" "dischi) durante la generazione dei numeri primi; questo da al generatore di\n" "numeri casuali migliori possibilit� di raccogliere abbastanza entropia.\n" -#: g10/keygen.c:1713 +#: g10/keygen.c:1728 msgid "DSA keypair will have 1024 bits.\n" msgstr "La coppia DSA avr� 1024 bit.\n" -#: g10/keygen.c:1767 +#: g10/keygen.c:1782 msgid "Key generation canceled.\n" msgstr "Generazione della chiave annullata.\n" -#: g10/keygen.c:1855 g10/keygen.c:1935 +#: g10/keygen.c:1870 g10/keygen.c:1950 #, c-format msgid "writing public key to `%s'\n" msgstr "scrittura della chiave pubblica in `%s'\n" -#: g10/keygen.c:1856 g10/keygen.c:1937 +#: g10/keygen.c:1871 g10/keygen.c:1952 #, c-format msgid "writing secret key to `%s'\n" msgstr "scrittura della chiave segreta in `%s'\n" -#: g10/keygen.c:1924 +#: g10/keygen.c:1939 #, fuzzy, c-format msgid "no writable public keyring found: %s\n" msgstr "chiave %08lX: chiave pubblica non trovata: %s\n" -#: g10/keygen.c:1930 +#: g10/keygen.c:1945 #, fuzzy, c-format msgid "no writable secret keyring found: %s\n" msgstr "chiave %08lX: chiave segreta non trovata: %s\n" -#: g10/keygen.c:1944 +#: g10/keygen.c:1959 #, fuzzy, c-format msgid "error writing public keyring `%s': %s\n" msgstr "errore scrivendo il portachiavi `%s': %s\n" -#: g10/keygen.c:1951 +#: g10/keygen.c:1966 #, fuzzy, c-format msgid "error writing secret keyring `%s': %s\n" msgstr "errore scrivendo il portachiavi `%s': %s\n" -#: g10/keygen.c:1971 +#: g10/keygen.c:1986 msgid "public and secret key created and signed.\n" msgstr "chiavi pubbliche e segrete create e firmate.\n" -#: g10/keygen.c:1972 +#: g10/keygen.c:1987 #, fuzzy msgid "key marked as ultimately trusted.\n" msgstr "Certificati che portano a chiavi definitivamente affidabili:\n" -#: g10/keygen.c:1981 +#: g10/keygen.c:1996 msgid "" "Note that this key cannot be used for encryption. You may want to use\n" "the command \"--edit-key\" to generate a secondary key for this purpose.\n" @@ -1775,12 +1806,12 @@ msgstr "" "il comando \"--edit-key\" per generare una chiave secondaria per questo " "scopo.\n" -#: g10/keygen.c:1993 g10/keygen.c:2099 +#: g10/keygen.c:2008 g10/keygen.c:2114 #, c-format msgid "Key generation failed: %s\n" msgstr "Generazione della chiave fallita: %s\n" -#: g10/keygen.c:2037 g10/sig-check.c:227 g10/sign.c:194 +#: g10/keygen.c:2052 g10/sig-check.c:227 g10/sign.c:228 #, c-format msgid "" "key has been created %lu second in future (time warp or clock problem)\n" @@ -1788,7 +1819,7 @@ msgstr "" "la chiave � stata creata %lu secondo nel futuro (salto nel tempo o problema\n" "con l'orologio)\n" -#: g10/keygen.c:2039 g10/sig-check.c:229 g10/sign.c:196 +#: g10/keygen.c:2054 g10/sig-check.c:229 g10/sign.c:230 #, c-format msgid "" "key has been created %lu seconds in future (time warp or clock problem)\n" @@ -1796,45 +1827,54 @@ msgstr "" "la chiave � stata creata %lu secondi nel futuro (salto nel tempo o problema\n" "con l'orologio)\n" -#: g10/keygen.c:2048 +#: g10/keygen.c:2063 msgid "NOTE: creating subkeys for v3 keys is not OpenPGP compliant\n" msgstr "" -#: g10/keygen.c:2075 +#: g10/keygen.c:2090 msgid "Really create? " msgstr "Crea davvero? " -#: g10/encode.c:92 g10/encode.c:291 +#: g10/decrypt.c:92 g10/encode.c:590 +msgid "--output doesn't work for this command\n" +msgstr "" + +#: g10/encode.c:92 g10/encode.c:296 #, fuzzy, c-format msgid "`%s' already compressed\n" msgstr "%lu chiavi esaminate\n" -#: g10/encode.c:100 g10/openfile.c:180 g10/openfile.c:300 g10/tdbio.c:489 -#: g10/tdbio.c:549 +#: g10/encode.c:100 g10/openfile.c:180 g10/openfile.c:300 g10/tdbio.c:492 +#: g10/tdbio.c:552 #, c-format msgid "%s: can't open: %s\n" msgstr "%s: impossibile aprire: %s\n" -#: g10/encode.c:122 g10/sign.c:921 +#: g10/encode.c:122 g10/sign.c:955 #, c-format msgid "error creating passphrase: %s\n" msgstr "errore nella creazione della passhprase: %s\n" -#: g10/encode.c:180 g10/encode.c:363 +#: g10/encode.c:185 g10/encode.c:383 #, c-format msgid "%s: WARNING: empty file\n" msgstr "%s: ATTENZIONE: file vuoto\n" -#: g10/encode.c:280 +#: g10/encode.c:285 msgid "you can only encrypt to RSA keys of 2048 bits or less in --pgp2 mode\n" msgstr "" -#: g10/encode.c:308 +#: g10/encode.c:313 #, c-format msgid "reading from `%s'\n" msgstr "lettura da `%s'\n" -#: g10/encode.c:539 +#: g10/encode.c:347 +msgid "" +"unable to use the IDEA cipher for all of the keys you are encrypting to.\n" +msgstr "" + +#: g10/encode.c:563 #, c-format msgid "%s/%s encrypted for: %s\n" msgstr "%s/%s cifrato per: %s\n" @@ -1859,26 +1899,36 @@ msgstr "chiave %08lX: chiave non rfc2440 - saltata\n" msgid "key %08lX: not protected - skipped\n" msgstr "chiave %08lX: non protetta - saltata\n" -#: g10/export.c:237 +#: g10/export.c:189 +#, fuzzy, c-format +msgid "key %08lX: PGP 2.x style key - skipped\n" +msgstr "chiave %08lX: nuova chiave - saltata\n" + +#: g10/export.c:255 msgid "WARNING: nothing exported\n" msgstr "ATTENZIONE: non � stato esportato nulla\n" -#: g10/getkey.c:148 +#: g10/getkey.c:151 msgid "too many entries in pk cache - disabled\n" msgstr "troppe voci nella pk cache - disabilitata\n" #. fixme: returning translatable constants instead of a user ID is #. * not good because they are probably not utf-8 encoded. -#: g10/getkey.c:183 g10/getkey.c:2192 +#: g10/getkey.c:186 g10/getkey.c:2234 msgid "[User id not found]" msgstr "[User ID non trovato]" -#: g10/getkey.c:1915 +#: g10/getkey.c:1362 +#, c-format +msgid "Invalid key %08lX made valid by --always-trust\n" +msgstr "" + +#: g10/getkey.c:1957 #, c-format msgid "using secondary key %08lX instead of primary key %08lX\n" msgstr "uso la chiave secondaria %08lX invece della chiave primaria %08lX\n" -#: g10/getkey.c:1956 +#: g10/getkey.c:1998 #, c-format msgid "key %08lX: secret key without public key - skipped\n" msgstr "chiave %08lX: chiave segreta senza chiave pubblica - saltata\n" @@ -1987,12 +2037,12 @@ msgstr "chiave %08lX: nuova chiave - saltata\n" msgid "no writable keyring found: %s\n" msgstr "errore scrivendo il portachiavi `%s': %s\n" -#: g10/import.c:485 g10/openfile.c:244 g10/sign.c:608 g10/sign.c:777 +#: g10/import.c:485 g10/openfile.c:244 g10/sign.c:642 g10/sign.c:811 #, c-format msgid "writing to `%s'\n" msgstr "scrittura in `%s'\n" -#: g10/import.c:488 g10/import.c:559 g10/import.c:661 g10/import.c:769 +#: g10/import.c:488 g10/import.c:559 g10/import.c:661 g10/import.c:770 #, c-format msgid "error writing keyring `%s': %s\n" msgstr "errore scrivendo il portachiavi `%s': %s\n" @@ -2085,37 +2135,37 @@ msgstr "" msgid "key %08lX: invalid revocation certificate: %s - rejected\n" msgstr "chiave %08lX: certificato di revoca non valido: %s - rifiutato\n" -#: g10/import.c:774 +#: g10/import.c:775 #, c-format msgid "key %08lX: revocation certificate imported\n" msgstr "chiave %08lX: certificato di revoca importato\n" -#: g10/import.c:809 +#: g10/import.c:810 #, c-format msgid "key %08lX: no user ID for signature\n" msgstr "chiave %08lX: nessun user ID per la firma\n" -#: g10/import.c:816 g10/import.c:840 +#: g10/import.c:817 g10/import.c:841 #, c-format msgid "key %08lX: unsupported public key algorithm\n" msgstr "chiave %08lX: algoritmo a chiave pubblica non gestito\n" -#: g10/import.c:817 +#: g10/import.c:818 #, c-format msgid "key %08lX: invalid self-signature\n" msgstr "chiave %08lX: autofirma non valida\n" -#: g10/import.c:832 +#: g10/import.c:833 #, c-format msgid "key %08lX: no subkey for key binding\n" msgstr "chiave %08lX: non ci sono subchiavi per il legame con la chiave\n" -#: g10/import.c:841 +#: g10/import.c:842 #, c-format msgid "key %08lX: invalid subkey binding\n" msgstr "chiave %08lX: legame con la subchiave non valido:\n" -#: g10/import.c:868 +#: g10/import.c:869 #, c-format msgid "key %08lX: accepted non self-signed user ID '" msgstr "chiave %08lX: accettato l'user ID non autofirmato '" @@ -2134,32 +2184,37 @@ msgstr "chiave %08lX: saltata la subchiave\n" #. * to import non-exportable signature when we have the #. * the secret key used to create this signature - it #. * seems that this makes sense -#: g10/import.c:945 +#: g10/import.c:943 #, c-format msgid "key %08lX: non exportable signature (class %02x) - skipped\n" msgstr "chiave %08lX: firma non esportabile (classe %02x) - saltata\n" -#: g10/import.c:954 +#: g10/import.c:952 #, c-format msgid "key %08lX: revocation certificate at wrong place - skipped\n" msgstr "chiave %08lX: certificato di revoca nel posto sbagliato - saltato\n" -#: g10/import.c:962 +#: g10/import.c:969 #, c-format msgid "key %08lX: invalid revocation certificate: %s - skipped\n" msgstr "chiave %08lX: certificato di revoca non valido: %s - saltato\n" -#: g10/import.c:1062 +#: g10/import.c:1070 #, c-format msgid "key %08lX: duplicated user ID detected - merged\n" msgstr "chiave %08lX: trovato un user ID duplicato - unito\n" -#: g10/import.c:1114 +#: g10/import.c:1122 #, c-format msgid "key %08lX: revocation certificate added\n" msgstr "chiave %08lX: certificato di revoca aggiunto\n" -#: g10/import.c:1228 g10/import.c:1281 +#: g10/import.c:1152 +#, fuzzy, c-format +msgid "key %08lX: direct key signature added\n" +msgstr "chiave %08lX: %d nuove firme\n" + +#: g10/import.c:1266 g10/import.c:1319 #, c-format msgid "key %08lX: our copy has no self-signature\n" msgstr "chiave %08lX: la nostra copia non ha autofirma\n" @@ -2213,12 +2268,12 @@ msgstr "Trovati %d user ID senza autofirme valide\n" msgid "User ID \"%s\" is revoked.\n" msgstr "" -#: g10/keyedit.c:330 g10/keyedit.c:998 +#: g10/keyedit.c:330 g10/keyedit.c:1004 #, fuzzy msgid "Are you sure you still want to sign it?\n" msgstr "Sei sicuro di volere una chiave di queste dimensioni? " -#: g10/keyedit.c:335 g10/keyedit.c:409 g10/keyedit.c:519 g10/keyedit.c:1001 +#: g10/keyedit.c:335 g10/keyedit.c:409 g10/keyedit.c:519 g10/keyedit.c:1007 msgid "Really sign? " msgstr "Firmo davvero? " @@ -2335,7 +2390,7 @@ msgid "" "I have checked this key very carefully.\n" msgstr "" -#: g10/keyedit.c:552 g10/keyedit.c:2388 g10/keyedit.c:2450 g10/sign.c:239 +#: g10/keyedit.c:552 g10/keyedit.c:2459 g10/keyedit.c:2521 g10/sign.c:273 #, c-format msgid "signing failed: %s\n" msgstr "firma fallita: %s\n" @@ -2357,7 +2412,7 @@ msgstr "La chiave � protetta.\n" msgid "Can't edit this key: %s\n" msgstr "Impossibile modificare questa chiave: %s\n" -#: g10/keyedit.c:645 +#: g10/keyedit.c:646 msgid "" "Enter the new passphrase for this secret key.\n" "\n" @@ -2365,7 +2420,7 @@ msgstr "" "Inserisci la nuova passphrase per questa chiave segreta.\n" "\n" -#: g10/keyedit.c:657 +#: g10/keyedit.c:660 msgid "" "You don't want a passphrase - this is probably a *bad* idea!\n" "\n" @@ -2373,526 +2428,559 @@ msgstr "" "Non vuoi una passphrase - questa � probabilmente una *cattiva* idea!\n" "\n" -#: g10/keyedit.c:660 +#: g10/keyedit.c:663 msgid "Do you really want to do this? " msgstr "Vuoi veramente farlo?" -#: g10/keyedit.c:724 +#: g10/keyedit.c:727 msgid "moving a key signature to the correct place\n" msgstr "spostamento della firma di una chiave nel posto corretto\n" -#: g10/keyedit.c:765 +#: g10/keyedit.c:768 msgid "quit this menu" msgstr "abbandona questo men�" -#: g10/keyedit.c:766 +#: g10/keyedit.c:769 msgid "q" msgstr "q" -#: g10/keyedit.c:767 +#: g10/keyedit.c:770 msgid "save" msgstr "save" -#: g10/keyedit.c:767 +#: g10/keyedit.c:770 msgid "save and quit" msgstr "salva ed esci" -#: g10/keyedit.c:768 +#: g10/keyedit.c:771 msgid "help" msgstr "help" -#: g10/keyedit.c:768 +#: g10/keyedit.c:771 msgid "show this help" msgstr "mostra questo aiuto" -#: g10/keyedit.c:770 +#: g10/keyedit.c:773 msgid "fpr" msgstr "fpr" -#: g10/keyedit.c:770 +#: g10/keyedit.c:773 msgid "show fingerprint" msgstr "mostra le impronte digitali" -#: g10/keyedit.c:771 +#: g10/keyedit.c:774 msgid "list" msgstr "list" -#: g10/keyedit.c:771 +#: g10/keyedit.c:774 msgid "list key and user IDs" msgstr "elenca le chiavi e gli user ID" -#: g10/keyedit.c:772 +#: g10/keyedit.c:775 msgid "l" msgstr "l" -#: g10/keyedit.c:773 +#: g10/keyedit.c:776 msgid "uid" msgstr "uid" -#: g10/keyedit.c:773 +#: g10/keyedit.c:776 msgid "select user ID N" msgstr "scegli l'user ID N" -#: g10/keyedit.c:774 +#: g10/keyedit.c:777 msgid "key" msgstr "key" -#: g10/keyedit.c:774 +#: g10/keyedit.c:777 msgid "select secondary key N" msgstr "scegli la chiave secondaria N" -#: g10/keyedit.c:775 +#: g10/keyedit.c:778 msgid "check" msgstr "check" -#: g10/keyedit.c:775 +#: g10/keyedit.c:778 msgid "list signatures" msgstr "elenca le firme" -#: g10/keyedit.c:776 +#: g10/keyedit.c:779 msgid "c" msgstr "c" -#: g10/keyedit.c:777 +#: g10/keyedit.c:780 msgid "sign" msgstr "sign" -#: g10/keyedit.c:777 +#: g10/keyedit.c:780 msgid "sign the key" msgstr "firma la chiave" -#: g10/keyedit.c:778 +#: g10/keyedit.c:781 msgid "s" msgstr "s" -#: g10/keyedit.c:779 +#: g10/keyedit.c:782 msgid "lsign" msgstr "lsign" -#: g10/keyedit.c:779 +#: g10/keyedit.c:782 msgid "sign the key locally" msgstr "firma la chiave localmente" -#: g10/keyedit.c:780 +#: g10/keyedit.c:783 #, fuzzy msgid "nrsign" msgstr "sign" -#: g10/keyedit.c:780 +#: g10/keyedit.c:783 #, fuzzy msgid "sign the key non-revocably" msgstr "firma la chiave localmente" -#: g10/keyedit.c:781 +#: g10/keyedit.c:784 +#, fuzzy +msgid "nrlsign" +msgstr "sign" + +#: g10/keyedit.c:784 +#, fuzzy +msgid "sign the key locally and non-revocably" +msgstr "firma la chiave localmente" + +#: g10/keyedit.c:785 msgid "debug" msgstr "debug" -#: g10/keyedit.c:782 +#: g10/keyedit.c:786 msgid "adduid" msgstr "adduid" -#: g10/keyedit.c:782 +#: g10/keyedit.c:786 msgid "add a user ID" msgstr "aggiungi un user ID" -#: g10/keyedit.c:783 +#: g10/keyedit.c:787 msgid "addphoto" msgstr "" -#: g10/keyedit.c:783 +#: g10/keyedit.c:787 #, fuzzy msgid "add a photo ID" msgstr "aggiungi un user ID" -#: g10/keyedit.c:784 +#: g10/keyedit.c:788 msgid "deluid" msgstr "deluid" -#: g10/keyedit.c:784 +#: g10/keyedit.c:788 msgid "delete user ID" msgstr "cancella un user ID" #. delphoto is really deluid in disguise -#: g10/keyedit.c:786 +#: g10/keyedit.c:790 msgid "delphoto" msgstr "" -#: g10/keyedit.c:787 +#: g10/keyedit.c:791 msgid "addkey" msgstr "addkey" -#: g10/keyedit.c:787 +#: g10/keyedit.c:791 msgid "add a secondary key" msgstr "aggiungi una chiave secondaria" -#: g10/keyedit.c:788 +#: g10/keyedit.c:792 msgid "delkey" msgstr "delkey" -#: g10/keyedit.c:788 +#: g10/keyedit.c:792 msgid "delete a secondary key" msgstr "cancella una chiave secondaria" -#: g10/keyedit.c:789 +#: g10/keyedit.c:793 msgid "delsig" msgstr "delsign" -#: g10/keyedit.c:789 +#: g10/keyedit.c:793 msgid "delete signatures" msgstr "cancella le firme" -#: g10/keyedit.c:790 +#: g10/keyedit.c:794 msgid "expire" msgstr "expire" -#: g10/keyedit.c:790 +#: g10/keyedit.c:794 msgid "change the expire date" msgstr "cambia la data di scadenza" -#: g10/keyedit.c:791 +#: g10/keyedit.c:795 msgid "primary" msgstr "" -#: g10/keyedit.c:791 +#: g10/keyedit.c:795 msgid "flag user ID as primary" msgstr "" -#: g10/keyedit.c:792 +#: g10/keyedit.c:796 msgid "toggle" msgstr "toggle" -#: g10/keyedit.c:792 +#: g10/keyedit.c:796 msgid "toggle between secret and public key listing" msgstr "cambia tra visualizzare la chiave segreta e la chiave pubblica" -#: g10/keyedit.c:794 +#: g10/keyedit.c:798 msgid "t" msgstr "t" -#: g10/keyedit.c:795 +#: g10/keyedit.c:799 msgid "pref" msgstr "pref" -#: g10/keyedit.c:795 +#: g10/keyedit.c:799 #, fuzzy msgid "list preferences (expert)" msgstr "elenca le impostazioni" -#: g10/keyedit.c:796 +#: g10/keyedit.c:800 #, fuzzy msgid "showpref" msgstr "showpref" -#: g10/keyedit.c:796 +#: g10/keyedit.c:800 #, fuzzy msgid "list preferences (verbose)" msgstr "elenca le impostazioni" -#: g10/keyedit.c:797 +#: g10/keyedit.c:801 #, fuzzy msgid "setpref" msgstr "pref" -#: g10/keyedit.c:797 +#: g10/keyedit.c:801 #, fuzzy msgid "set preference list" msgstr "elenca le impostazioni" -#: g10/keyedit.c:798 +#: g10/keyedit.c:802 #, fuzzy msgid "updpref" msgstr "pref" -#: g10/keyedit.c:798 +#: g10/keyedit.c:802 #, fuzzy msgid "updated preferences" msgstr "elenca le impostazioni" -#: g10/keyedit.c:799 +#: g10/keyedit.c:803 msgid "passwd" msgstr "passwd" -#: g10/keyedit.c:799 +#: g10/keyedit.c:803 msgid "change the passphrase" msgstr "cambia la passphrase" -#: g10/keyedit.c:800 +#: g10/keyedit.c:804 msgid "trust" msgstr "trust" -#: g10/keyedit.c:800 +#: g10/keyedit.c:804 msgid "change the ownertrust" msgstr "cambia il valore di fiducia" -#: g10/keyedit.c:801 +#: g10/keyedit.c:805 msgid "revsig" msgstr "revsig" -#: g10/keyedit.c:801 +#: g10/keyedit.c:805 msgid "revoke signatures" msgstr "revoca firme" -#: g10/keyedit.c:802 +#: g10/keyedit.c:806 msgid "revkey" msgstr "revkey" -#: g10/keyedit.c:802 +#: g10/keyedit.c:806 msgid "revoke a secondary key" msgstr "revoca una chiave secondaria" -#: g10/keyedit.c:803 +#: g10/keyedit.c:807 msgid "disable" msgstr "disable" -#: g10/keyedit.c:803 +#: g10/keyedit.c:807 msgid "disable a key" msgstr "disabilita una chiave" -#: g10/keyedit.c:804 +#: g10/keyedit.c:808 msgid "enable" msgstr "abilita" -#: g10/keyedit.c:804 +#: g10/keyedit.c:808 msgid "enable a key" msgstr "abilita una chiave" -#: g10/keyedit.c:805 +#: g10/keyedit.c:809 msgid "showphoto" msgstr "" -#: g10/keyedit.c:805 +#: g10/keyedit.c:809 msgid "show photo ID" msgstr "" -#: g10/delkey.c:112 g10/keyedit.c:825 +#: g10/delkey.c:112 g10/keyedit.c:829 msgid "can't do that in batchmode\n" msgstr "impossibile fare questo in modo batch\n" -#: g10/keyedit.c:861 +#: g10/keyedit.c:866 #, fuzzy, c-format msgid "error reading secret keyblock `%s': %s\n" msgstr "errore leggendo `%s': %s\n" -#: g10/keyedit.c:879 +#: g10/keyedit.c:884 msgid "Secret key is available.\n" msgstr "� disponibile una chiave segreta.\n" -#: g10/keyedit.c:910 +#: g10/keyedit.c:915 msgid "Command> " msgstr "Comando> " -#: g10/keyedit.c:942 +#: g10/keyedit.c:947 msgid "Need the secret key to do this.\n" msgstr "Per fare questo serve la chiave segreta.\n" -#: g10/keyedit.c:946 +#: g10/keyedit.c:951 msgid "Please use the command \"toggle\" first.\n" msgstr "Per favore usa prima il comando \"toggle\".\n" -#: g10/keyedit.c:994 +#: g10/keyedit.c:1000 #, fuzzy msgid "Key is revoked.\n" msgstr "La chiave � protetta.\n" -#: g10/keyedit.c:1010 +#: g10/keyedit.c:1016 msgid "Really sign all user IDs? " msgstr "Firmo davvero tutti gli user ID? " -#: g10/keyedit.c:1011 +#: g10/keyedit.c:1017 msgid "Hint: Select the user IDs to sign\n" msgstr "Suggerimento: seleziona gli user ID da firmare\n" -#: g10/keyedit.c:1035 -msgid "This command is not allowed while in OpenPGP mode.\n" +#: g10/keyedit.c:1042 +#, c-format +msgid "This command is not allowed while in %s mode.\n" msgstr "" -#: g10/keyedit.c:1054 g10/keyedit.c:1075 +#: g10/keyedit.c:1062 g10/keyedit.c:1083 msgid "You must select at least one user ID.\n" msgstr "Devi selezionare almeno un user ID.\n" -#: g10/keyedit.c:1056 +#: g10/keyedit.c:1064 msgid "You can't delete the last user ID!\n" msgstr "Non puoi cancellare l'ultimo user ID!\n" -#: g10/keyedit.c:1059 +#: g10/keyedit.c:1067 msgid "Really remove all selected user IDs? " msgstr "Tolgo davvero tutti gli user ID selezionati? " -#: g10/keyedit.c:1060 +#: g10/keyedit.c:1068 msgid "Really remove this user ID? " msgstr "Tolgo davvero questo user ID? " -#: g10/keyedit.c:1098 g10/keyedit.c:1120 +#: g10/keyedit.c:1106 g10/keyedit.c:1128 msgid "You must select at least one key.\n" msgstr "Devi selezionare almeno una chiave.\n" -#: g10/keyedit.c:1102 +#: g10/keyedit.c:1110 msgid "Do you really want to delete the selected keys? " msgstr "Vuoi davvero cancellare le chiavi selezionate? " -#: g10/keyedit.c:1103 +#: g10/keyedit.c:1111 msgid "Do you really want to delete this key? " msgstr "Vuoi davvero cancellare questa chiave? " -#: g10/keyedit.c:1124 +#: g10/keyedit.c:1132 msgid "Do you really want to revoke the selected keys? " msgstr "Vuoi davvero revocare le chiavi selezionate? " -#: g10/keyedit.c:1125 +#: g10/keyedit.c:1133 msgid "Do you really want to revoke this key? " msgstr "Vuoi davvero revocare questa chiave? " -#: g10/keyedit.c:1189 +#: g10/keyedit.c:1197 #, fuzzy msgid "Really update the preferences for the selected user IDs? " msgstr "Tolgo davvero tutti gli user ID selezionati? " -#: g10/keyedit.c:1191 +#: g10/keyedit.c:1199 #, fuzzy msgid "Really update the preferences? " msgstr "Creare davvero i certificati di revoca? (s/N)" -#: g10/keyedit.c:1229 +#: g10/keyedit.c:1237 msgid "Save changes? " msgstr "Salvo i cambiamenti? " -#: g10/keyedit.c:1232 +#: g10/keyedit.c:1240 msgid "Quit without saving? " msgstr "Esco senza salvare? " -#: g10/keyedit.c:1243 +#: g10/keyedit.c:1251 #, c-format msgid "update failed: %s\n" msgstr "aggiornamento fallito: %s\n" -#: g10/keyedit.c:1250 +#: g10/keyedit.c:1258 #, c-format msgid "update secret failed: %s\n" msgstr "aggiornamento della chiave segreta fallito: %s\n" -#: g10/keyedit.c:1257 +#: g10/keyedit.c:1265 msgid "Key not changed so no update needed.\n" msgstr "La chiave non � cambiata quindi non sono necessari aggiornamenti.\n" -#: g10/keyedit.c:1268 +#: g10/keyedit.c:1276 msgid "Invalid command (try \"help\")\n" msgstr "Comando non valido (prova \"help\")\n" -#: g10/keyedit.c:1405 g10/keyedit.c:1431 +#: g10/keyedit.c:1424 +#, fuzzy, c-format +msgid "This key may be revoked by %s key %s%s\n" +msgstr "ATTENZIONE: questa chiave � stata revocata dal suo proprietario!\n" + +#: g10/keyedit.c:1427 +msgid " (sensitive)" +msgstr "" + +#: g10/keyedit.c:1432 g10/keyedit.c:1458 #, c-format msgid "%s%c %4u%c/%08lX created: %s expires: %s" msgstr "%s%c %4u%c/%08lX creata: %s scade: %s" -#: g10/keyedit.c:1414 +#: g10/keyedit.c:1441 #, c-format msgid " trust: %c/%c" msgstr " fiducia: %c/%c" -#: g10/keyedit.c:1418 +#: g10/keyedit.c:1445 msgid "This key has been disabled" msgstr "Questa chiave � stata disabilitata" -#: g10/keyedit.c:1447 +#: g10/keyedit.c:1474 #, c-format msgid "rev! subkey has been revoked: %s\n" msgstr "rev! la subchiave � stata revocata: %s\n" -#: g10/keyedit.c:1450 +#: g10/keyedit.c:1477 msgid "rev- faked revocation found\n" msgstr "rev- trovata una revoca falsificata\n" -#: g10/keyedit.c:1452 +#: g10/keyedit.c:1479 #, c-format msgid "rev? problem checking revocation: %s\n" msgstr "rev? problema controllando la revoca: %s\n" -#: g10/keyedit.c:1556 -#, fuzzy +#: g10/keyedit.c:1589 msgid "" -"\n" -"WARNING: This is a PGP2-style key\n" -msgstr "ATTENZIONE: `%s' � un file vuoto\n" +"WARNING: This key already has a photo ID.\n" +" Adding another photo ID may confuse some versions of PGP.\n" +msgstr "" + +#: g10/keyedit.c:1593 g10/keyedit.c:1620 +#, fuzzy +msgid "Are you sure you still want to add it? (y/n) " +msgstr "Sei sicuro di volere una chiave di queste dimensioni? " + +#: g10/keyedit.c:1601 +msgid "You may only have one photo ID on a key.\n" +msgstr "" -#: g10/keyedit.c:1557 +#: g10/keyedit.c:1615 msgid "" -" Adding a photo ID may cause some versions of PGP to not accept this " -"key\n" +"WARNING: This is a PGP2-style key. Adding a photo ID may cause some " +"versions\n" +" of PGP to reject this key.\n" msgstr "" -#: g10/keyedit.c:1686 +#: g10/keyedit.c:1626 +msgid "You may not add a photo ID to a PGP2-style key.\n" +msgstr "" + +#: g10/keyedit.c:1757 msgid "Delete this good signature? (y/N/q)" msgstr "Cancellare questa firma corretta? (s/N/q)" -#: g10/keyedit.c:1690 +#: g10/keyedit.c:1761 msgid "Delete this invalid signature? (y/N/q)" msgstr "Cancellare questa firma non valida? (s/N/q)" -#: g10/keyedit.c:1694 +#: g10/keyedit.c:1765 msgid "Delete this unknown signature? (y/N/q)" msgstr "Cancellare questa firma sconosciuta? (s/N/q)" -#: g10/keyedit.c:1700 +#: g10/keyedit.c:1771 msgid "Really delete this self-signature? (y/N)" msgstr "Cancellare davvero questa autofirma? (s/N)" -#: g10/keyedit.c:1714 +#: g10/keyedit.c:1785 #, c-format msgid "Deleted %d signature.\n" msgstr "Cancellata %d firma.\n" -#: g10/keyedit.c:1715 +#: g10/keyedit.c:1786 #, c-format msgid "Deleted %d signatures.\n" msgstr "Cancellate %d firme.\n" -#: g10/keyedit.c:1718 +#: g10/keyedit.c:1789 msgid "Nothing deleted.\n" msgstr "Non � stato cancellato nulla.\n" -#: g10/keyedit.c:1787 +#: g10/keyedit.c:1858 msgid "Please remove selections from the secret keys.\n" msgstr "Togli le selezioni dalle chiavi segrete.\n" -#: g10/keyedit.c:1793 +#: g10/keyedit.c:1864 msgid "Please select at most one secondary key.\n" msgstr "Seleziona al massimo una chiave secondaria.\n" -#: g10/keyedit.c:1797 +#: g10/keyedit.c:1868 msgid "Changing expiration time for a secondary key.\n" msgstr "Cambio la data di scadenza per una chiave secondaria.\n" -#: g10/keyedit.c:1799 +#: g10/keyedit.c:1870 msgid "Changing expiration time for the primary key.\n" msgstr "Cambio la data di scadenza per la chiave primaria.\n" -#: g10/keyedit.c:1841 +#: g10/keyedit.c:1912 msgid "You can't change the expiration date of a v3 key\n" msgstr "Non � possibile cambiare la data di scadenza di una chiave v3\n" -#: g10/keyedit.c:1857 +#: g10/keyedit.c:1928 msgid "No corresponding signature in secret ring\n" msgstr "Manca la firma corrispondente nel portachiavi segreto\n" -#: g10/keyedit.c:1938 +#: g10/keyedit.c:2009 #, fuzzy msgid "Please select exactly one user ID.\n" msgstr "Devi selezionare almeno un user ID.\n" -#: g10/keyedit.c:2113 +#: g10/keyedit.c:2184 #, c-format msgid "No user ID with index %d\n" msgstr "Nessun user ID con l'indice %d\n" -#: g10/keyedit.c:2159 +#: g10/keyedit.c:2230 #, c-format msgid "No secondary key with index %d\n" msgstr "Nessuna chiave secondaria con l'indice %d\n" -#: g10/keyedit.c:2257 +#: g10/keyedit.c:2328 msgid "user ID: \"" msgstr "user ID: \"" -#: g10/keyedit.c:2260 +#: g10/keyedit.c:2331 #, c-format msgid "" "\"\n" @@ -2902,82 +2990,84 @@ msgstr "" "firmata con la tua chiave %08lX a %s\n" "\n" -#: g10/keyedit.c:2264 +#: g10/keyedit.c:2335 msgid "Create a revocation certificate for this signature? (y/N)" msgstr "Creare un certificato di revoca per questa firma? (s/N)" #. FIXME: detect duplicates here -#: g10/keyedit.c:2288 +#: g10/keyedit.c:2359 msgid "You have signed these user IDs:\n" msgstr "Non puoi cancellare l'ultimo user ID!\n" -#: g10/keyedit.c:2302 +#: g10/keyedit.c:2373 #, fuzzy, c-format msgid " signed by %08lX at %s%s\n" msgstr " firmata da %08lX il %s\n" -#: g10/keyedit.c:2309 +#: g10/keyedit.c:2380 #, c-format msgid " revoked by %08lX at %s\n" msgstr " revocata da %08lX il %s\n" -#: g10/keyedit.c:2329 +#: g10/keyedit.c:2400 msgid "You are about to revoke these signatures:\n" msgstr "Stai per revocare queste firme:\n" -#: g10/keyedit.c:2339 +#: g10/keyedit.c:2410 #, c-format msgid " signed by %08lX at %s\n" msgstr " firmata da %08lX il %s\n" -#: g10/keyedit.c:2347 +#: g10/keyedit.c:2418 msgid "Really create the revocation certificates? (y/N)" msgstr "Creare davvero i certificati di revoca? (s/N)" -#: g10/keyedit.c:2376 +#: g10/keyedit.c:2447 msgid "no secret key\n" msgstr "manca la chiave segreta\n" #. This isn't UTF8 as it is a URL(?) -#: g10/keylist.c:77 -msgid "Signature policy" -msgstr "" +#: g10/keylist.c:82 +#, fuzzy +msgid "Signature policy: " +msgstr "Firma %s da: %s\n" -#: g10/keylist.c:101 g10/keylist.c:118 g10/mainproc.c:717 g10/mainproc.c:726 +#: g10/keylist.c:107 g10/keylist.c:127 g10/mainproc.c:717 g10/mainproc.c:726 msgid "WARNING: invalid notation data found\n" msgstr "ATTENZIONE: trovati dati di una nota non validi\n" #. This is UTF8 -#: g10/keylist.c:106 -msgid "Signature notation" -msgstr "" +#: g10/keylist.c:115 +#, fuzzy +msgid "Signature notation: " +msgstr "Nota: " -#: g10/keylist.c:113 +#: g10/keylist.c:122 msgid "not human readable" msgstr "" -#: g10/keylist.c:178 +#: g10/keylist.c:187 msgid "Keyring" msgstr "" #. of subkey -#: g10/keylist.c:378 g10/mainproc.c:849 +#: g10/keylist.c:387 g10/mainproc.c:852 #, c-format msgid " [expires: %s]" msgstr "[scadenza: %s]" -#: g10/keylist.c:837 +#: g10/keylist.c:852 msgid "Fingerprint:" msgstr "Impronta digitale:" #. use tty #. Translators: this should fit into 24 bytes to that the fingerprint #. * data is properly aligned with the user ID -#: g10/keylist.c:843 +#: g10/keylist.c:858 msgid " Fingerprint:" msgstr " Impronta digitale:" -#: g10/keylist.c:847 +#: g10/keylist.c:862 #, fuzzy msgid " Key fingerprint =" msgstr " Impronta digitale:" @@ -3056,59 +3146,64 @@ msgstr "revoca solitaria - usa \"gpg --import\" per applicarla\n" msgid "Notation: " msgstr "Nota: " -#: g10/mainproc.c:738 +#: g10/mainproc.c:741 msgid "Policy: " msgstr "Policy: " -#: g10/mainproc.c:1191 +#: g10/mainproc.c:1194 msgid "signature verification suppressed\n" msgstr "verifica della firma soppressa\n" #. plaintext before signatures but no one-pass packets -#: g10/mainproc.c:1233 g10/mainproc.c:1243 +#: g10/mainproc.c:1236 g10/mainproc.c:1246 msgid "can't handle these multiple signatures\n" msgstr "impossibile gestire queste firme multiple\n" -#: g10/mainproc.c:1254 +#: g10/mainproc.c:1257 #, c-format msgid "Signature made %.*s using %s key ID %08lX\n" msgstr "Firma fatta %.*s usando la chiave %s con ID %08lX\n" -#: g10/mainproc.c:1288 g10/mainproc.c:1310 +#: g10/mainproc.c:1291 g10/mainproc.c:1314 msgid "BAD signature from \"" msgstr "Firma NON corretta da \"" -#: g10/mainproc.c:1289 g10/mainproc.c:1311 +#: g10/mainproc.c:1292 g10/mainproc.c:1315 +#, fuzzy +msgid "Expired signature from \"" +msgstr "Firma valida da \"" + +#: g10/mainproc.c:1293 g10/mainproc.c:1316 msgid "Good signature from \"" msgstr "Firma valida da \"" -#: g10/mainproc.c:1313 +#: g10/mainproc.c:1318 msgid "[uncertain]" msgstr "" -#: g10/mainproc.c:1333 +#: g10/mainproc.c:1338 msgid " aka \"" msgstr " anche noto come \"" -#: g10/mainproc.c:1393 +#: g10/mainproc.c:1398 #, c-format msgid "Can't check signature: %s\n" msgstr "Impossibile controllare la firma: %s\n" -#: g10/mainproc.c:1462 g10/mainproc.c:1478 g10/mainproc.c:1540 +#: g10/mainproc.c:1467 g10/mainproc.c:1483 g10/mainproc.c:1545 msgid "not a detached signature\n" msgstr "non � una firma separata\n" -#: g10/mainproc.c:1489 +#: g10/mainproc.c:1494 #, c-format msgid "standalone signature of class 0x%02x\n" msgstr "firma solitaria di classe 0x%02x\n" -#: g10/mainproc.c:1546 +#: g10/mainproc.c:1551 msgid "old style (PGP 2.x) signature\n" msgstr "firma vecchio stile (PGP 2.x)\n" -#: g10/mainproc.c:1553 +#: g10/mainproc.c:1558 msgid "invalid root packet detected in proc_tree()\n" msgstr "individuato un pacchetto radice non valido in proc_tree()\n" @@ -3126,57 +3221,75 @@ msgstr "Gli algoritmi sperimentali non dovrebbero essere usati!\n" msgid "this cipher algorithm is deprecated; please use a more standard one!\n" msgstr "questo algoritmo di cifratura � deprecato; usane uno pi� standard!\n" -#: g10/misc.c:361 +#: g10/misc.c:378 #, c-format msgid "Warning: unsafe ownership on %s \"%s\"\n" msgstr "" -#: g10/misc.c:390 +#: g10/misc.c:410 #, c-format msgid "Warning: unsafe permissions on %s \"%s\"\n" msgstr "" +#: g10/misc.c:435 +msgid "the IDEA cipher plugin is not present\n" +msgstr "" + +#: g10/misc.c:436 +msgid "" +"please see http://www.gnupg.org/why-not-idea.html for more information\n" +msgstr "" + #: g10/parse-packet.c:119 #, 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:1042 +#: g10/parse-packet.c:1047 #, c-format msgid "subpacket of type %d has critical bit set\n" msgstr "il sottopacchetto di tipo %d ha un bit critico impostato\n" -#: g10/passphrase.c:278 g10/passphrase.c:320 +#: g10/passphrase.c:330 g10/passphrase.c:377 msgid "gpg-agent is not available in this session\n" msgstr "gpg-agent non � disponibile in questa sessione\n" -#: g10/passphrase.c:286 +#: g10/passphrase.c:338 msgid "can't set client pid for the agent\n" msgstr "" -#: g10/passphrase.c:294 +#: g10/passphrase.c:346 msgid "can't get server read FD for the agent\n" msgstr "" -#: g10/passphrase.c:301 +#: g10/passphrase.c:353 msgid "can't get server write FD for the agent\n" msgstr "" -#: g10/passphrase.c:326 +#: g10/passphrase.c:386 msgid "malformed GPG_AGENT_INFO environment variable\n" msgstr "variabile di ambiente GPG_AGENT_INFO malformata\n" -#: g10/hkp.c:136 g10/passphrase.c:345 +#: g10/passphrase.c:399 +#, fuzzy, c-format +msgid "gpg-agent protocol version %d is not supported\n" +msgstr "l'algoritmo di protezione %d non � gestito\n" + +#: g10/hkp.c:148 g10/passphrase.c:420 #, c-format msgid "can't connect to `%s': %s\n" msgstr "impossibile connettersi a `%s': %s\n" -#: g10/passphrase.c:417 g10/passphrase.c:679 +#: g10/passphrase.c:442 +msgid "communication problem with gpg-agent\n" +msgstr "" + +#: g10/passphrase.c:511 g10/passphrase.c:897 #, c-format msgid " (main key ID %08lX)" msgstr " (key ID principale %08lX)" -#: g10/passphrase.c:427 +#: g10/passphrase.c:521 #, c-format msgid "" "You need a passphrase to unlock the secret key for user:\n" @@ -3187,32 +3300,37 @@ msgstr "" "\"%.*s\"\n" "%u-bit %s key, ID %08lX, created %s%s\n" -#: g10/passphrase.c:448 +#: g10/passphrase.c:542 msgid "Enter passphrase\n" msgstr "Inserisci la passphrase\n" -#: g10/passphrase.c:450 +#: g10/passphrase.c:544 msgid "Repeat passphrase\n" msgstr "Ripeti la passphrase\n" -#: g10/passphrase.c:485 +#: g10/passphrase.c:585 msgid "passphrase too long\n" msgstr "passphrase troppo lunga\n" -#: g10/passphrase.c:497 +#: g10/passphrase.c:598 msgid "invalid response from agent\n" msgstr "risposta non valida dall'agent\n" -#: g10/passphrase.c:506 +#: g10/passphrase.c:607 g10/passphrase.c:688 msgid "cancelled by user\n" msgstr "interrotto dall'utente\n" -#: g10/passphrase.c:509 g10/passphrase.c:582 +#: g10/passphrase.c:609 g10/passphrase.c:770 #, c-format msgid "problem with the agent: agent returns 0x%lx\n" msgstr "problema con l'agent: ha restituito 0x%lx\n" -#: g10/passphrase.c:665 +#: g10/passphrase.c:691 g10/passphrase.c:799 +#, fuzzy +msgid "problem with the agent - disabling agent use\n" +msgstr "problema con l'agent: ha restituito 0x%lx\n" + +#: g10/passphrase.c:883 msgid "" "\n" "You need a passphrase to unlock the secret key for\n" @@ -3222,20 +3340,20 @@ msgstr "" "Ti serve una passphrase per sbloccare la chiave segreta\n" "dell'utente: \"" -#: g10/passphrase.c:674 +#: g10/passphrase.c:892 #, c-format msgid "%u-bit %s key, ID %08lX, created %s" msgstr "chiave %2$s di %1$u bit, ID %3$08lX, creata il %4$s" -#: g10/passphrase.c:712 +#: g10/passphrase.c:943 msgid "can't query password in batchmode\n" msgstr "impossibile chiedere la password in modo batch\n" -#: g10/passphrase.c:716 +#: g10/passphrase.c:947 msgid "Enter passphrase: " msgstr "Inserisci la passphrase: " -#: g10/passphrase.c:720 +#: g10/passphrase.c:951 msgid "Repeat passphrase: " msgstr "Ripeti la passphrase: " @@ -3288,48 +3406,49 @@ msgstr "la vecchia codifica del DEK non � gestita\n" msgid "cipher algorithm %d%s is unknown or disabled\n" msgstr "l'algoritmo di cifratura %d � sconosciuto o disabilitato\n" -#: g10/pubkey-enc.c:219 +#: g10/pubkey-enc.c:220 #, c-format msgid "NOTE: cipher algorithm %d not found in preferences\n" msgstr "" "NOTA: l'algoritmo di cifratura %d non � stato trovato nelle impostazioni\n" -#: g10/pubkey-enc.c:241 +#: g10/pubkey-enc.c:242 #, c-format msgid "NOTE: secret key %08lX expired at %s\n" msgstr "NOTA: chiave %08lX scaduta il %s\n" -#: g10/hkp.c:58 +#. HKP does not support v3 fingerprints +#: g10/hkp.c:70 #, fuzzy, c-format msgid "requesting key %08lX from HKP keyserver %s\n" msgstr "richiedo la chiave %08lX a %s ...\n" -#: g10/hkp.c:82 +#: g10/hkp.c:94 #, c-format msgid "can't get key from keyserver: %s\n" msgstr "impossibile scaricare la chiave dal keyserver: %s\n" -#: g10/hkp.c:160 +#: g10/hkp.c:172 #, c-format msgid "error sending to `%s': %s\n" msgstr "errore leggendo `%s': %s\n" -#: g10/hkp.c:175 +#: g10/hkp.c:187 #, c-format msgid "success sending to `%s' (status=%u)\n" msgstr "inviata con successo a `%s' (status=%u)\n" -#: g10/hkp.c:178 +#: g10/hkp.c:190 #, c-format msgid "failed sending to `%s': status=%u\n" msgstr "invio a `%s' fallito: status=%u\n" -#: g10/hkp.c:413 +#: g10/hkp.c:467 #, c-format msgid "searching for \"%s\" from HKP server %s\n" msgstr "" -#: g10/hkp.c:462 +#: g10/hkp.c:517 #, fuzzy, c-format msgid "can't search keyserver: %s\n" msgstr "impossibile scaricare la chiave dal keyserver: %s\n" @@ -3343,11 +3462,17 @@ msgstr "parti della chiave segreta non sono disponibili\n" msgid "protection algorithm %d%s is not supported\n" msgstr "l'algoritmo di protezione %d non � gestito\n" -#: g10/seckey-cert.c:185 -msgid "Invalid passphrase; please try again ...\n" +#: g10/seckey-cert.c:186 +#, fuzzy +msgid "Invalid passphrase; please try again" msgstr "Passphrase non valida; riprova...\n" -#: g10/seckey-cert.c:241 +#: g10/seckey-cert.c:187 +#, c-format +msgid "%s ...\n" +msgstr "" + +#: g10/seckey-cert.c:244 msgid "WARNING: Weak key detected - please change passphrase again.\n" msgstr "" "ATTENZIONE: Individuata una chiave debole - per favore cambia ancora la\n" @@ -3379,39 +3504,45 @@ msgid "assuming bad signature due to an unknown critical bit\n" msgstr "" "si suppone una firma non valida a causa di un bit critico sconosciuto\n" -#: g10/sign.c:234 +#: g10/sign.c:115 +#, c-format +msgid "" +"WARNING: unable to %%-expand policy url (too large). Using unexpanded.\n" +msgstr "" + +#: g10/sign.c:268 #, c-format msgid "checking created signature failed: %s\n" msgstr "controllo della firma creata fallito: %s\n" -#: g10/sign.c:243 +#: g10/sign.c:277 #, c-format msgid "%s signature from: %s\n" msgstr "Firma %s da: %s\n" -#: g10/sign.c:390 +#: g10/sign.c:424 #, c-format msgid "WARNING: `%s' is an empty file\n" msgstr "ATTENZIONE: `%s' � un file vuoto\n" -#: g10/sign.c:578 +#: g10/sign.c:612 msgid "you can only sign with PGP 2.x style keys while in --pgp2 mode\n" msgstr "" -#: g10/sign.c:603 g10/sign.c:772 +#: g10/sign.c:637 g10/sign.c:806 #, c-format msgid "can't create %s: %s\n" msgstr "impossibile creare %s: %s\n" -#: g10/sign.c:664 +#: g10/sign.c:698 msgid "signing:" msgstr "firma:" -#: g10/sign.c:756 +#: g10/sign.c:790 msgid "you can only clearsign with PGP 2.x style keys while in --pgp2 mode\n" msgstr "" -#: g10/sign.c:915 +#: g10/sign.c:949 #, fuzzy, c-format msgid "%s encryption will be used\n" msgstr "decifratura fallita: %s\n" @@ -3426,132 +3557,132 @@ msgstr "impossibile gestire linee di testo pi� lunghe di %d caratteri\n" msgid "input line longer than %d characters\n" msgstr "linea di input pi� lunga di %d caratteri\n" -#: g10/tdbio.c:118 g10/tdbio.c:1377 +#: g10/tdbio.c:121 g10/tdbio.c:1380 #, c-format msgid "trustdb rec %lu: lseek failed: %s\n" msgstr "trustdb rec %lu: lseek fallita: %s\n" -#: g10/tdbio.c:124 g10/tdbio.c:1384 +#: g10/tdbio.c:127 g10/tdbio.c:1387 #, c-format msgid "trustdb rec %lu: write failed (n=%d): %s\n" msgstr "trustdb rec %lu: scrittura fallita (n=%d): %s\n" -#: g10/tdbio.c:234 +#: g10/tdbio.c:237 msgid "trustdb transaction too large\n" msgstr "transazione del trustdb troppo grande\n" -#: g10/tdbio.c:451 +#: g10/tdbio.c:454 #, c-format msgid "%s: can't access: %s\n" msgstr "%s: impossibile acedere a: %s\n" -#: g10/tdbio.c:465 +#: g10/tdbio.c:468 #, c-format msgid "%s: directory does not exist!\n" msgstr "%s: la directory non esiste!\n" -#: g10/tdbio.c:475 g10/tdbio.c:495 g10/tdbio.c:538 +#: g10/tdbio.c:478 g10/tdbio.c:498 g10/tdbio.c:541 #, c-format msgid "%s: can't create lock\n" msgstr "%s: impossibile creare il lock\n" -#: g10/tdbio.c:477 g10/tdbio.c:541 +#: g10/tdbio.c:480 g10/tdbio.c:544 #, fuzzy, c-format msgid "%s: can't make lock\n" msgstr "%s: impossibile creare il lock\n" -#: g10/keyring.c:1420 g10/openfile.c:240 g10/openfile.c:307 g10/tdbio.c:481 +#: g10/keyring.c:1433 g10/openfile.c:240 g10/openfile.c:307 g10/tdbio.c:484 #, c-format msgid "%s: can't create: %s\n" msgstr "%s: impossibile creare: %s\n" -#: g10/tdbio.c:500 +#: g10/tdbio.c:503 #, c-format msgid "%s: failed to create version record: %s" msgstr "%s: creazione del record della versione fallita: %s" -#: g10/tdbio.c:504 +#: g10/tdbio.c:507 #, c-format msgid "%s: invalid trustdb created\n" msgstr "%s: � stato creato un trustdb non valido\n" -#: g10/tdbio.c:507 +#: g10/tdbio.c:510 #, c-format msgid "%s: trustdb created\n" msgstr "%s: creato il trustdb\n" -#: g10/tdbio.c:562 +#: g10/tdbio.c:565 #, c-format msgid "%s: invalid trustdb\n" msgstr "%s: trustdb non valido\n" -#: g10/tdbio.c:594 +#: g10/tdbio.c:597 #, c-format msgid "%s: failed to create hashtable: %s\n" msgstr "%s: creazione della tabella hash fallita: %s\n" -#: g10/tdbio.c:602 +#: g10/tdbio.c:605 #, c-format msgid "%s: error updating version record: %s\n" msgstr "%s: errore durante l'aggiornamento del record di versione: %s\n" -#: g10/tdbio.c:618 g10/tdbio.c:654 g10/tdbio.c:667 g10/tdbio.c:696 -#: g10/tdbio.c:1310 g10/tdbio.c:1337 +#: g10/tdbio.c:621 g10/tdbio.c:657 g10/tdbio.c:670 g10/tdbio.c:699 +#: g10/tdbio.c:1313 g10/tdbio.c:1340 #, c-format msgid "%s: error reading version record: %s\n" msgstr "%s: errore durante la lettura del record di versione: %s\n" -#: g10/tdbio.c:631 g10/tdbio.c:676 +#: g10/tdbio.c:634 g10/tdbio.c:679 #, c-format msgid "%s: error writing version record: %s\n" msgstr "%s: errore durante la scrittura del record di versione: %s\n" -#: g10/tdbio.c:1114 +#: g10/tdbio.c:1117 #, c-format msgid "trustdb: lseek failed: %s\n" msgstr "trustdb: lseek fallita: %s\n" -#: g10/tdbio.c:1122 +#: g10/tdbio.c:1125 #, c-format msgid "trustdb: read failed (n=%d): %s\n" msgstr "trustdb: read fallita (n=%d): %s\n" -#: g10/tdbio.c:1143 +#: g10/tdbio.c:1146 #, c-format msgid "%s: not a trustdb file\n" msgstr "%s: non � un file di trustdb\n" -#: g10/tdbio.c:1160 +#: g10/tdbio.c:1163 #, c-format msgid "%s: version record with recnum %lu\n" msgstr "%s: record di versione con recnum %lu\n" -#: g10/tdbio.c:1165 +#: g10/tdbio.c:1168 #, c-format msgid "%s: invalid file version %d\n" msgstr "%s: versione %d del file non valida\n" -#: g10/tdbio.c:1343 +#: g10/tdbio.c:1346 #, c-format msgid "%s: error reading free record: %s\n" msgstr "%s: errore durante la lettura del record libero: %s\n" -#: g10/tdbio.c:1351 +#: g10/tdbio.c:1354 #, c-format msgid "%s: error writing dir record: %s\n" msgstr "%s: errore durante la scrittura del dir record: %s\n" -#: g10/tdbio.c:1361 +#: g10/tdbio.c:1364 #, c-format msgid "%s: failed to zero a record: %s\n" msgstr "%s: azzeramento di un record fallito: %s\n" -#: g10/tdbio.c:1391 +#: g10/tdbio.c:1394 #, c-format msgid "%s: failed to append a record: %s\n" msgstr "%s: accodatura a un record fallita: %s\n" -#: g10/tdbio.c:1436 +#: g10/tdbio.c:1439 msgid "the trustdb is corrupted; please run \"gpg --fix-trustdb\".\n" msgstr "Il trustdb � danneggiato; eseguire \"gpg --fix-trust-db\".\n" @@ -3758,12 +3889,14 @@ msgstr "� una chiave segreta! - Vuoi cancellarla davvero? " msgid "deleting keyblock failed: %s\n" msgstr "enumerate keyblocks fallito: %s\n" -#: g10/delkey.c:184 -msgid "there is a secret key for this public key!\n" +#: g10/delkey.c:185 +#, fuzzy, c-format +msgid "there is a secret key for public key \"%s\"!\n" msgstr "c'� una chiave segreta per questa chiave pubblica!\n" -#: g10/delkey.c:186 -msgid "use option \"--delete-secret-key\" to delete it first.\n" +#: g10/delkey.c:187 +#, fuzzy +msgid "use option \"--delete-secret-keys\" to delete it first.\n" msgstr "prima usa l'opzione \"--delete-secret-key\" per cancellarla.\n" #: g10/helptext.c:47 @@ -3853,7 +3986,7 @@ msgid "Enter the size of the key" msgstr "Inserisci le dimensioni della chiave" #: g10/helptext.c:103 g10/helptext.c:108 g10/helptext.c:120 g10/helptext.c:152 -#: g10/helptext.c:175 g10/helptext.c:180 g10/helptext.c:185 +#: g10/helptext.c:180 g10/helptext.c:185 g10/helptext.c:190 msgid "Answer \"yes\" or \"no\"" msgstr "Rispondi \"si\" o \"no\"" @@ -3923,19 +4056,28 @@ msgid "" "\n" "\"3\" means you did extensive verification of the key. For example, this " "could\n" -" mean that you verified the key fingerprint and checked the user ID on " +" mean that you verified the key fingerprint with the owner of the key in\n" +" person, and that you checked, by means of a hard to forge document with " +"a\n" +" photo ID (such as a passport) that the name of the key owner matches " "the\n" -" key against a photo ID, and also verified the email address on the key\n" -" belongs to the key owner.\n" +" name in the user ID on the key, and finally that you verified (by " +"exchange\n" +" of email) that the email address on the key belongs to the key owner.\n" +"\n" +"Note that the examples given above for levels 2 and 3 are *only* examples.\n" +"In the end, it is up to you to decide just what \"casual\" and \"extensive" +"\"\n" +"mean to you when you sign other keys.\n" "\n" "If you don't know what the right answer is, answer \"0\"." msgstr "" -#: g10/helptext.c:189 +#: g10/helptext.c:194 msgid "Answer \"yes\" is you want to sign ALL the user IDs" msgstr "Rispondi \"si\" se vuoi firmare TUTTI gli user ID" -#: g10/helptext.c:193 +#: g10/helptext.c:198 msgid "" "Answer \"yes\" if you really want to delete this user ID.\n" "All certificates are then also lost!" @@ -3943,11 +4085,11 @@ msgstr "" "Rispondi \"si\" se vuoi davvero cancellare questo user ID.\n" "Tutti i certificati saranno persi!" -#: g10/helptext.c:198 +#: g10/helptext.c:203 msgid "Answer \"yes\" if it is okay to delete the subkey" msgstr "Rispondi \"si\" se va bene cancellare la subchiave" -#: g10/helptext.c:203 +#: g10/helptext.c:208 msgid "" "This is a valid signature on the key; you normally don't want\n" "to delete this signature because it may be important to establish a\n" @@ -3958,7 +4100,7 @@ msgstr "" "questa firma perch� pu� essere importante per stabilire una connessione di\n" "fiducia alla chiave o a un'altra chiave certificata da questa chiave." -#: g10/helptext.c:208 +#: g10/helptext.c:213 msgid "" "This signature can't be checked because you don't have the\n" "corresponding key. You should postpone its deletion until you\n" @@ -3972,13 +4114,13 @@ msgstr "" "usata perch� questa chiave potrebbe stabilire una connessione di fiducia\n" "attraverso una chiave gi� certificata." -#: g10/helptext.c:214 +#: g10/helptext.c:219 msgid "" "The signature is not valid. It does make sense to remove it from\n" "your keyring." msgstr "La firma non � valida. Ha senso rimuoverla dal tuo portachiavi." -#: g10/helptext.c:218 +#: g10/helptext.c:223 msgid "" "This is a signature which binds the user ID to the key. It is\n" "usually not a good idea to remove such a signature. Actually\n" @@ -3993,33 +4135,33 @@ msgstr "" "non\n" "� valida per qualche ragione e ne � disponibile un'altra." -#: g10/helptext.c:226 +#: g10/helptext.c:231 msgid "" "Change the preferences of all user IDs (or just of the selected ones)\n" "to the current list of preferences. The timestamp of all affected\n" "self-signatures fill be advanced by one second.\n" msgstr "" -#: g10/helptext.c:233 +#: g10/helptext.c:238 #, fuzzy msgid "Please enter the passhrase; this is a secret sentence \n" msgstr "" "Inserisci la passphrase, cio� una frase segreta.\n" " bla, bla, bla..." -#: g10/helptext.c:239 +#: g10/helptext.c:244 msgid "Please repeat the last passphrase, so you are sure what you typed in." msgstr "Ripeti l'ultima passphrase per essere sicuro di cosa hai scritto." -#: g10/helptext.c:243 +#: g10/helptext.c:248 msgid "Give the name of the file to which the signature applies" msgstr "Inserisci il nome del file a cui si riferisce la firma." -#: g10/helptext.c:248 +#: g10/helptext.c:253 msgid "Answer \"yes\" if it is okay to overwrite the file" msgstr "Rispondi \"si\" se va bene sovrascrivere il file." -#: g10/helptext.c:253 +#: g10/helptext.c:258 msgid "" "Please enter a new filename. If you just hit RETURN the default\n" "file (which is shown in brackets) will be used." @@ -4027,7 +4169,7 @@ msgstr "" "Inserisci il nuovo nome del file. Se premi INVIO sar� usato il nome\n" "predefinito (quello indicato tra parentesi)." -#: g10/helptext.c:259 +#: g10/helptext.c:264 msgid "" "You should specify a reason for the certification. Depending on the\n" "context you have the ability to choose from this list:\n" @@ -4056,7 +4198,7 @@ msgstr "" " Usa questo per affermare che l'user ID non dovrebbe pi� essere usato;\n" " solitamente � usato per indicare un indirizzo di email non valido.\n" -#: g10/helptext.c:275 +#: g10/helptext.c:280 msgid "" "If you like, you can enter a text describing why you issue this\n" "revocation certificate. Please keep this text concise.\n" @@ -4066,11 +4208,11 @@ msgstr "" "questo certificato di revoca. Per favore sii conciso.\n" "Una riga vuota termina il testo.\n" -#: g10/helptext.c:290 +#: g10/helptext.c:295 msgid "No help available" msgstr "Non � disponibile un aiuto" -#: g10/helptext.c:298 +#: g10/helptext.c:303 #, c-format msgid "No help available for `%s'" msgstr "Non � disponibile un aiuto per `%s'" @@ -4080,59 +4222,80 @@ msgstr "Non � disponibile un aiuto per `%s'" msgid "error creating keyring `%s': %s\n" msgstr "errore scrivendo il portachiavi `%s': %s\n" -#: g10/keydb.c:186 +#: g10/keydb.c:188 #, c-format msgid "changing permission of `%s' failed: %s\n" msgstr "" -#: g10/keydb.c:195 +#: g10/keydb.c:197 #, fuzzy, c-format msgid "keyring `%s' created\n" msgstr "%s: portachiavi creato\n" -#: g10/keydb.c:588 +#: g10/keydb.c:587 #, fuzzy, c-format msgid "failed to rebuild keyring cache: %s\n" msgstr "%s: creazione della tabella hash fallita: %s\n" -#: g10/keyring.c:1220 +#: g10/keyring.c:1232 msgid "WARNING: 2 files with confidential information exists.\n" msgstr "ATTENZIONE: esistono due file con informazioni confidenziali.\n" -#: g10/keyring.c:1222 +#: g10/keyring.c:1234 #, c-format msgid "%s is the unchanged one\n" msgstr "%s � quello non modificato\n" -#: g10/keyring.c:1223 +#: g10/keyring.c:1235 #, c-format msgid "%s is the new one\n" msgstr "%s � quello nuovo\n" -#: g10/keyring.c:1224 +#: g10/keyring.c:1236 msgid "Please fix this possible security flaw\n" msgstr "Per favore risolvete questo possibile problema di sicurezza\n" -#: g10/keyring.c:1322 +#: g10/keyring.c:1334 #, fuzzy, c-format msgid "checking keyring `%s'\n" msgstr "errore scrivendo il portachiavi `%s': %s\n" -#: g10/keyring.c:1353 +#: g10/keyring.c:1365 #, fuzzy, c-format msgid "%lu keys so far checked (%lu signatures)\n" msgstr "Per ora sono state esaminate %lu chiavi\n" -#: g10/keyring.c:1364 +#: g10/keyring.c:1376 #, fuzzy, c-format msgid "%lu keys checked (%lu signatures)\n" msgstr "elenca le chiavi e le firme" -#: g10/keyring.c:1425 +#: g10/keyring.c:1438 #, c-format msgid "%s: keyring created\n" msgstr "%s: portachiavi creato\n" +#~ msgid "--delete-secret-key user-id" +#~ msgstr "--delete-secret-key user-id" + +#~ msgid "--delete-key user-id" +#~ msgstr "--delete-key user-id" + +#~ msgid "--delete-secret-and-public-key user-id" +#~ msgstr "--delete-secret-and-public-key user-id" + +#~ msgid "Enter the user ID: " +#~ msgstr "Inserisci l'user ID: " + +#~ msgid "skipped: public key already set with --encrypt-to\n" +#~ msgstr "saltato: chiave pubblica gi� impostata con --encrypt-to\n" + +#, fuzzy +#~ msgid "" +#~ "\n" +#~ "WARNING: This is a PGP2-style key\n" +#~ msgstr "ATTENZIONE: `%s' � un file vuoto\n" + # valid user replies (not including 1..4) # [Marco, you can change 'm' and 's' to whatever letters you like] #~ msgid "sSmMqQ" |