From 04beb81571fe0bd4a1ca1a2652be6abf97726ddd Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Tue, 19 Dec 2000 12:38:53 +0000 Subject: [PATCH] 1.0.4c snapshot --- AUTHORS | 1 + NEWS | 3 +- TODO | 12 +- VERSION | 2 +- checks/encryptp.test | 2 +- checks/run-gpg.patterns | 2 + g10/ChangeLog | 18 ++ g10/keyedit.c | 2 +- g10/mainproc.c | 151 ++++++--- g10/parse-packet.c | 1 + g10/status.c | 18 ++ g10/status.h | 1 + po/ChangeLog | 6 + po/da.po | 232 +++++++------- po/de.po | 236 +++++++------- po/eo.po | 236 +++++++------- po/es_ES.po | 236 +++++++------- po/fr.po | 236 +++++++------- po/id.po | 236 +++++++------- po/it.po | 236 +++++++------- po/ja.po | 238 +++++++------- po/nl.po | 236 +++++++------- po/pl.po | 677 +++++++++++++++++++++------------------- po/pt_BR.po | 236 +++++++------- po/pt_PT.po | 236 +++++++------- po/ru.po | 238 +++++++------- po/sv.po | 236 +++++++------- 27 files changed, 2142 insertions(+), 1822 deletions(-) diff --git a/AUTHORS b/AUTHORS index 03f37abc9..2d32380ad 100644 --- a/AUTHORS +++ b/AUTHORS @@ -79,3 +79,4 @@ for GnuPG. The RPM specs file scripts/gnupg.spec has been contributed by several people. + diff --git a/NEWS b/NEWS index 28ffeb278..426f81135 100644 --- a/NEWS +++ b/NEWS @@ -11,7 +11,8 @@ * Secret keys are no longer imported unless you use the new option --allow-secret-key-import. - * Support for the gpg-agent from gpg 1.1 + * Support for the gpg-agent from gpg 1.1 and other changes needed by + gpgme. * Better LFS support. diff --git a/TODO b/TODO index f3ee43892..c76a34286 100644 --- a/TODO +++ b/TODO @@ -1,10 +1,10 @@ + * Can we output things like the preferences? + * Add Dave's UTS patches * Fix revoked subkey problem - see key 621cc013 - * Don't display the "no secret for decryption available" - ** Check whether the use of -u and --clearsign created 2 signatures. removed dups from the skclist. @@ -20,10 +20,6 @@ * If there is no secure memory, allocate more memory for the secure memory block or do it in all cases. - * for detached signatures: Allow to specify a filedescriptor (maybe - we can use a generic way to specify filedescriptors - "-" is already - used to specify 0/1). - * List all UserID with GOODSIG? * add a way to set expiration time for key signatures. @@ -42,8 +38,6 @@ use. Depending on creation time would be nice too. I think this is already done for the subkeys - check it. - * Fix localtime() in W32. - * No TCP support yet for W32? arggg - should go into a separate program anyway. @@ -87,7 +81,7 @@ Scheduled for 1.1 * Delay the read of the passphrase-fd after a NEED_PASSPHRASE. But this may break some scripts. - * Get new assembler stuff from gmgp 3.1 + * Get new assembler stuff from gmp 3.1 Nice to have diff --git a/VERSION b/VERSION index d99a1985e..a71955659 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.0.4b +1.0.4c diff --git a/checks/encryptp.test b/checks/encryptp.test index c63fb822f..ca88d219e 100755 --- a/checks/encryptp.test +++ b/checks/encryptp.test @@ -4,7 +4,7 @@ #info Checking encryption with a pipe for i in $plain_files $data_files ; do - $srcdir/run-gpg -e --yes -r "$usrname2" <$i | tee yy | $srcdir/run-gpg --yes > y + $srcdir/run-gpg -e --yes -r "$usrname2" <$i | $srcdir/run-gpg --yes > y cmp $i y || error "$i: mismatch" done diff --git a/checks/run-gpg.patterns b/checks/run-gpg.patterns index 9eb355e5b..76cf6073a 100644 --- a/checks/run-gpg.patterns +++ b/checks/run-gpg.patterns @@ -9,3 +9,5 @@ gpg: NOTE: secret key 439F02CA is NOT protected. gpg: WARNING: using insecure random number generator gpg: NOTE: signature key expired NOTE: this is a development version! +gpg: encrypted with +"test two (no pp) " diff --git a/g10/ChangeLog b/g10/ChangeLog index b4cf1cd7f..c3561d9f5 100644 --- a/g10/ChangeLog +++ b/g10/ChangeLog @@ -1,3 +1,21 @@ +2000-12-19 Werner Koch + + * status.c, status.h (cpr_get_no_help): New. + * keyedit.c (keyedit_menu): Use it here because we have our own + help list here. + +2000-12-18 Werner Koch + + * mainproc.c (print_failed_pkenc): Don't print the sometimes + confusing message about unavailabe secret key. Renamed ... + (print_pkenc_list): ... to this and introduced failed arg. + (proc_encrypted): Print the failed encryption keys and then + the one to be used. + (proc_pubkey_enc): Store also the key we are going to use. + + * mainproc.c (check_sig_and_print): Don't list revoked user IDs. + (is_uid_revoked): New. + 2000-12-08 Werner Koch * pipemode.c: Made the command work. Currently only for diff --git a/g10/keyedit.c b/g10/keyedit.c index 30302fa74..8faf141d5 100644 --- a/g10/keyedit.c +++ b/g10/keyedit.c @@ -695,7 +695,7 @@ keyedit_menu( const char *username, STRLIST locusr, STRLIST commands, have_commands = 0; } if( !have_commands ) { - answer = cpr_get("keyedit.prompt", _("Command> ")); + answer = cpr_get_no_help("keyedit.prompt", _("Command> ")); cpr_kill_prompt(); } trim_spaces(answer); diff --git a/g10/mainproc.c b/g10/mainproc.c index 3b1670094..884fc94a3 100644 --- a/g10/mainproc.c +++ b/g10/mainproc.c @@ -70,8 +70,7 @@ struct mainproc_context { IOBUF iobuf; /* used to get the filename etc. */ int trustletter; /* temp usage in list_node */ ulong local_id; /* ditto */ - struct kidlist_item *failed_pkenc; /* list of packets for which - we do not have a secret key */ + struct kidlist_item *pkenc_list; /* list of encryption packets */ struct { int op; int stop_now; @@ -92,12 +91,12 @@ release_list( CTX c ) return; proc_tree(c, c->list ); release_kbnode( c->list ); - while( c->failed_pkenc ) { - struct kidlist_item *tmp = c->failed_pkenc->next; - m_free( c->failed_pkenc ); - c->failed_pkenc = tmp; + while( c->pkenc_list ) { + struct kidlist_item *tmp = c->pkenc_list->next; + m_free( c->pkenc_list ); + c->pkenc_list = tmp; } - c->failed_pkenc = NULL; + c->pkenc_list = NULL; c->list = NULL; c->have_data = 0; c->last_was_session_key = 0; @@ -310,27 +309,30 @@ proc_pubkey_enc( CTX c, PACKET *pkt ) if( result == -1 ) ; - else if( !result ) { - if( opt.verbose > 1 ) - log_info( _("public key encrypted data: good DEK\n") ); - if ( opt.show_session_key ) { - int i; - char *buf = m_alloc ( c->dek->keylen*2 + 20 ); - sprintf ( buf, "%d:", c->dek->algo ); - for(i=0; i < c->dek->keylen; i++ ) - sprintf(buf+strlen(buf), "%02X", c->dek->key[i] ); - log_info( "session key: \"%s\"\n", buf ); - write_status_text ( STATUS_SESSION_KEY, buf ); - } - } - else { /* store it for later display */ - struct kidlist_item *x = m_alloc( sizeof *x ); - x->kid[0] = enc->keyid[0]; - x->kid[1] = enc->keyid[1]; - x->pubkey_algo = enc->pubkey_algo; - x->reason = result; - x->next = c->failed_pkenc; - c->failed_pkenc = x; + else { + if( !result ) { + if( opt.verbose > 1 ) + log_info( _("public key encrypted data: good DEK\n") ); + if ( opt.show_session_key ) { + int i; + char *buf = m_alloc ( c->dek->keylen*2 + 20 ); + sprintf ( buf, "%d:", c->dek->algo ); + for(i=0; i < c->dek->keylen; i++ ) + sprintf(buf+strlen(buf), "%02X", c->dek->key[i] ); + log_info( "session key: \"%s\"\n", buf ); + write_status_text ( STATUS_SESSION_KEY, buf ); + } + } + /* store it for later display */ + { + struct kidlist_item *x = m_alloc( sizeof *x ); + x->kid[0] = enc->keyid[0]; + x->kid[1] = enc->keyid[1]; + x->pubkey_algo = enc->pubkey_algo; + x->reason = result; + x->next = c->pkenc_list; + c->pkenc_list = x; + } } free_packet(pkt); } @@ -342,11 +344,19 @@ proc_pubkey_enc( CTX c, PACKET *pkt ) * not decrypt. */ static void -print_failed_pkenc( struct kidlist_item *list ) +print_pkenc_list( struct kidlist_item *list, int failed ) { for( ; list; list = list->next ) { - PKT_public_key *pk = m_alloc_clear( sizeof *pk ); - const char *algstr = pubkey_algo_to_string( list->pubkey_algo ); + PKT_public_key *pk; + const char *algstr; + + if ( failed && !list->reason ) + continue; + if ( !failed && list->reason ) + continue; + + algstr = pubkey_algo_to_string( list->pubkey_algo ); + pk = m_alloc_clear( sizeof *pk ); if( !algstr ) algstr = "[?]"; @@ -370,7 +380,6 @@ print_failed_pkenc( struct kidlist_item *list ) free_public_key( pk ); if( list->reason == G10ERR_NO_SECKEY ) { - log_info(_("no secret key for decryption available\n")); if( is_status_enabled() ) { char buf[20]; sprintf(buf,"%08lX%08lX", (ulong)list->kid[0], @@ -378,7 +387,7 @@ print_failed_pkenc( struct kidlist_item *list ) write_status_text( STATUS_NO_SECKEY, buf ); } } - else + else if (list->reason) log_error(_("public key decryption failed: %s\n"), g10_errstr(list->reason)); } @@ -390,7 +399,8 @@ proc_encrypted( CTX c, PACKET *pkt ) { int result = 0; - print_failed_pkenc( c->failed_pkenc ); + print_pkenc_list( c->pkenc_list, 1 ); + print_pkenc_list( c->pkenc_list, 0 ); write_status( STATUS_BEGIN_DECRYPTION ); @@ -1150,6 +1160,68 @@ do_proc_packets( CTX c, IOBUF a ) } +/* fixme: This code is a duplicate fro keylist.c and should be replaced + * by flags set in getkey.c. gpg 1.1 already does this */ +static int +is_uid_revoked ( KBNODE keyblock, KBNODE uidnode, u32 *mainkid ) +{ + KBNODE node; + PKT_signature *selfsig = NULL; /* the latest valid self signature */ + + assert ( uidnode->pkt->pkttype == PKT_USER_ID ); + + /* first find out about the latest valid self-signature */ + for ( node = uidnode->next; node; node = node->next ) { + PKT_signature *sig; + + if ( node->pkt->pkttype == PKT_USER_ID + || node->pkt->pkttype == PKT_PHOTO_ID + || node->pkt->pkttype == PKT_PUBLIC_SUBKEY + || node->pkt->pkttype == PKT_SECRET_SUBKEY ) + break; + if ( node->pkt->pkttype != PKT_SIGNATURE ) + continue; + sig = node->pkt->pkt.signature; + if ( mainkid[0] != sig->keyid[0] || mainkid[1] != sig->keyid[1] ) + continue; /* we only care about self-signatures for now */ + + if ( (sig->sig_class&~3) == 0x10 ) { /* regular self signature */ + if ( !check_key_signature( keyblock, node, NULL ) ) { + if ( !selfsig ) + selfsig = sig; /* use the first valid sig */ + else if ( sig->timestamp > selfsig->timestamp + && sig->sig_class >= selfsig->sig_class ) + selfsig = sig; /* but this one is newer */ + } + } + } + + /* watch out for a newer revocation */ + for ( node = uidnode->next; node; node = node->next ) { + PKT_signature *sig; + + if ( node->pkt->pkttype == PKT_USER_ID + || node->pkt->pkttype == PKT_PHOTO_ID + || node->pkt->pkttype == PKT_PUBLIC_SUBKEY + || node->pkt->pkttype == PKT_SECRET_SUBKEY ) + break; + if ( node->pkt->pkttype != PKT_SIGNATURE ) + continue; + sig = node->pkt->pkt.signature; + if ( mainkid[0] != sig->keyid[0] || mainkid[1] != sig->keyid[1] ) + continue; /* we only care about self-signatures */ + + if ( sig->sig_class == 0x30 + && (!selfsig || sig->timestamp >= selfsig->timestamp) ) { + if ( !check_key_signature( keyblock, node, NULL ) ) + return 1; + } + } + return 0; +} + + + static int check_sig_and_print( CTX c, KBNODE node ) { @@ -1207,6 +1279,8 @@ check_sig_and_print( CTX c, KBNODE node ) KBNODE un, keyblock; char *us; int count=0; + u32 mainkid[2]; + int mainkid_ok = 0; keyblock = get_pubkeyblock( sig->keyid ); @@ -1218,8 +1292,15 @@ check_sig_and_print( CTX c, KBNODE node ) * about the trustworthiness of each user id, sort them. * Integrate this with check_signatures_trust(). */ for( un=keyblock; un; un = un->next ) { - if( un->pkt->pkttype != PKT_USER_ID ) + if ( !mainkid_ok && un->pkt->pkttype == PKT_PUBLIC_KEY ) { + keyid_from_pk( un->pkt->pkt.public_key, mainkid ); + mainkid_ok = 1; + } + if( !mainkid_ok || un->pkt->pkttype != PKT_USER_ID ) continue; + if ( is_uid_revoked (keyblock, un, mainkid ) ) + continue; + if( !count++ ) log_info(rc? _("BAD signature from \"") : _("Good signature from \"")); diff --git a/g10/parse-packet.c b/g10/parse-packet.c index dbaca3822..7ae91cb09 100644 --- a/g10/parse-packet.c +++ b/g10/parse-packet.c @@ -1734,6 +1734,7 @@ parse_encrypted( IOBUF inp, int pkttype, unsigned long pktlen, /* fixme: add some pktlen sanity checks */ int version; +#warning decrementing pktlen here is bad as it gives a bad valie in the listing version = iobuf_get_noeof(inp); pktlen--; if( version != 1 ) { log_error("encrypted_mdc packet with unknown version %d\n", diff --git a/g10/status.c b/g10/status.c index 8979be979..18a2ed2f5 100644 --- a/g10/status.c +++ b/g10/status.c @@ -506,6 +506,23 @@ cpr_enabled() return 0; } +char * +cpr_get_no_help( const char *keyword, const char *prompt ) +{ + char *p; + + if( opt.command_fd != -1 ) + return do_get_from_fd ( keyword, 0, 0 ); + #ifdef USE_SHM_COPROCESSING + if( opt.shm_coprocess ) + return do_shm_get( keyword, 0, 0 ); + #endif + for(;;) { + p = tty_get( prompt ); + return p; + } +} + char * cpr_get( const char *keyword, const char *prompt ) { @@ -528,6 +545,7 @@ cpr_get( const char *keyword, const char *prompt ) } } + char * cpr_get_utf8( const char *keyword, const char *prompt ) { diff --git a/g10/status.h b/g10/status.h index e3cd95a5a..cccc33400 100644 --- a/g10/status.h +++ b/g10/status.h @@ -103,6 +103,7 @@ void write_status_buffer ( int no, int cpr_enabled(void); char *cpr_get( const char *keyword, const char *prompt ); +char *cpr_get_no_help( const char *keyword, const char *prompt ); char *cpr_get_utf8( const char *keyword, const char *prompt ); char *cpr_get_hidden( const char *keyword, const char *prompt ); void cpr_kill_prompt(void); diff --git a/po/ChangeLog b/po/ChangeLog index ca7c655bc..d3e90cca6 100644 --- a/po/ChangeLog +++ b/po/ChangeLog @@ -1,3 +1,9 @@ +2000-12-19 Werner Koch + + * pl.po: Updated. + + * ja.po: Justified one message. + 2000-10-23 Werner Koch * ja.po: Updated. diff --git a/po/da.po b/po/da.po index 4285bc59a..e4af365e4 100644 --- a/po/da.po +++ b/po/da.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg 1.0.0h\n" -"POT-Creation-Date: 2000-11-24 13:52+0100\n" +"POT-Creation-Date: 2000-12-19 11:58+0100\n" "PO-Revision-Date: 2000-03-07 22:51+01:00\n" "Last-Translator: Birger Langkjer \n" "Language-Team: Danish \n" @@ -663,16 +663,16 @@ msgstr "" " --list-keys [navne] vis nøgler\n" " --fingerprint [navne] vis fingeraftryk\n" -#: g10/g10.c:426 +#: g10/g10.c:427 msgid "Please report bugs to .\n" msgstr "Rapportér venligst fejl til .\n" -#: g10/g10.c:430 +#: g10/g10.c:431 msgid "Usage: gpg [options] [files] (-h for help)" msgstr "Brug: gpg [flag] [filer] (-h for hjælp)" # Skal alt dette oversættes eller er det flagene? -#: g10/g10.c:433 +#: g10/g10.c:434 msgid "" "Syntax: gpg [options] [files]\n" "sign, check, encrypt or decrypt\n" @@ -682,7 +682,7 @@ msgstr "" "sign, check, encrypt eller decrypt\n" "standard operation afhænger af inddata\n" -#: g10/g10.c:440 +#: g10/g10.c:441 msgid "" "\n" "Supported algorithms:\n" @@ -690,199 +690,199 @@ msgstr "" "\n" "Understøttede algoritmer:\n" -#: g10/g10.c:519 +#: g10/g10.c:520 msgid "usage: gpg [options] " msgstr "brug: gpg [flag] " -#: g10/g10.c:572 +#: g10/g10.c:573 msgid "conflicting commands\n" msgstr "konfliktende kommandoer\n" -#: g10/g10.c:712 +#: g10/g10.c:713 #, c-format msgid "NOTE: no default option file `%s'\n" msgstr "NOTITS: ingen standard alternativfil '%s'\n" -#: g10/g10.c:716 +#: g10/g10.c:717 #, c-format msgid "option file `%s': %s\n" msgstr "alternativfil`%s': %s\n" -#: g10/g10.c:723 +#: g10/g10.c:724 #, c-format msgid "reading options from `%s'\n" msgstr "læser indstillinger fra `%s'\n" -#: g10/g10.c:915 +#: g10/g10.c:925 #, c-format msgid "%s is not a valid character set\n" msgstr "%s er ikke et gyldigt tegnsæt\n" -#: g10/g10.c:983 +#: g10/g10.c:994 msgid "WARNING: program may create a core file!\n" msgstr "" -#: g10/g10.c:987 g10/g10.c:996 +#: g10/g10.c:998 g10/g10.c:1007 #, c-format msgid "NOTE: %s is not for normal use!\n" msgstr "NOTITS: %s er ikke til normal brug!\n" -#: g10/g10.c:989 +#: g10/g10.c:1000 #, c-format msgid "%s not allowed with %s!\n" msgstr "%s ikke tilladt med %s!\n" -#: g10/g10.c:992 +#: g10/g10.c:1003 #, c-format msgid "%s makes no sense with %s!\n" msgstr "%s er meningsløs sammen med %s!\n" -#: g10/g10.c:1011 g10/g10.c:1023 +#: g10/g10.c:1023 g10/g10.c:1035 msgid "selected cipher algorithm is invalid\n" msgstr "valgte cifferalgoritme er ugyldig\n" -#: g10/g10.c:1017 g10/g10.c:1029 +#: g10/g10.c:1029 g10/g10.c:1041 msgid "selected digest algorithm is invalid\n" msgstr "valgte resuméalgoritme er ugyldig\n" -#: g10/g10.c:1033 +#: g10/g10.c:1045 msgid "the given policy URL is invalid\n" msgstr "den givne politik-URL er ugyldig\n" -#: g10/g10.c:1036 +#: g10/g10.c:1048 #, c-format msgid "compress algorithm must be in range %d..%d\n" msgstr "" -#: g10/g10.c:1038 +#: g10/g10.c:1050 msgid "completes-needed must be greater than 0\n" msgstr "" -#: g10/g10.c:1040 +#: g10/g10.c:1052 msgid "marginals-needed must be greater than 1\n" msgstr "" -#: g10/g10.c:1042 +#: g10/g10.c:1054 msgid "max-cert-depth must be in range 1 to 255\n" msgstr "" -#: g10/g10.c:1045 +#: g10/g10.c:1057 msgid "NOTE: simple S2K mode (0) is strongly discouraged\n" msgstr "NOTE: simpel S2K modus (0) frarådes på det skarpeste\n" -#: g10/g10.c:1049 +#: g10/g10.c:1061 msgid "invalid S2K mode; must be 0, 1 or 3\n" msgstr "ugyldig S2K modus; skal være 0, 1 el. 3\n" # er det klogt at oversætte TrustDB? -#: g10/g10.c:1134 +#: g10/g10.c:1146 #, c-format msgid "failed to initialize the TrustDB: %s\n" msgstr "kunne ikke initialisere TillidsDB: %s\n" -#: g10/g10.c:1140 +#: g10/g10.c:1152 msgid "--store [filename]" msgstr "--store [filnavn (som gemmes)]" -#: g10/g10.c:1147 +#: g10/g10.c:1159 msgid "--symmetric [filename]" msgstr "--symmetric [filnavn]" -#: g10/g10.c:1155 +#: g10/g10.c:1167 msgid "--encrypt [filename]" msgstr "--encrypt [filnavn (som krypteres)]" -#: g10/g10.c:1168 +#: g10/g10.c:1180 msgid "--sign [filename]" msgstr "--sign [filnavn (som signeres)]" -#: g10/g10.c:1181 +#: g10/g10.c:1193 msgid "--sign --encrypt [filename]" msgstr "--sign --encrypt [filnavn]" -#: g10/g10.c:1195 +#: g10/g10.c:1207 msgid "--clearsign [filename]" msgstr "--clearsign [filnavn]" -#: g10/g10.c:1212 +#: g10/g10.c:1224 msgid "--decrypt [filename]" msgstr "--decrypt [filnavn (som dekrypteres)]" -#: g10/g10.c:1220 +#: g10/g10.c:1232 msgid "--sign-key user-id" msgstr "--sign-key bruger-id" -#: g10/g10.c:1228 +#: g10/g10.c:1240 msgid "--lsign-key user-id" msgstr "--lsign-key bruger-id" -#: g10/g10.c:1236 +#: g10/g10.c:1248 msgid "--edit-key user-id [commands]" msgstr "--edit-key bruger-id [kommandoer]" -#: g10/g10.c:1252 +#: g10/g10.c:1264 msgid "--delete-secret-key user-id" msgstr "--delete-secret-key bruger-id" -#: g10/g10.c:1255 +#: g10/g10.c:1267 msgid "--delete-key user-id" msgstr "--delete-key bruger-id" -#: g10/encode.c:265 g10/g10.c:1292 g10/sign.c:393 +#: g10/encode.c:268 g10/g10.c:1304 g10/sign.c:393 #, c-format msgid "can't open %s: %s\n" msgstr "kan ikke åbne %s: %s\n" -#: g10/g10.c:1307 +#: g10/g10.c:1319 msgid "-k[v][v][v][c] [user-id] [keyring]" msgstr "-k[v][v][v][c] [bruger-id] [nøglering]" -#: g10/g10.c:1373 +#: g10/g10.c:1385 #, c-format msgid "dearmoring failed: %s\n" msgstr "fjernelse af beskyttelse fejlede: %s\n" -#: g10/g10.c:1381 +#: g10/g10.c:1393 #, c-format msgid "enarmoring failed: %s\n" msgstr "påklædning af beskyttelse fejlede: %s\n" -#: g10/g10.c:1452 +#: g10/g10.c:1464 #, c-format msgid "invalid hash algorithm `%s'\n" msgstr "ugyldig hash-algoritme `%s'\n" -#: g10/g10.c:1539 +#: g10/g10.c:1551 msgid "[filename]" msgstr "[filnavn]" -#: g10/g10.c:1543 +#: g10/g10.c:1555 msgid "Go ahead and type your message ...\n" msgstr "Gå til sagen og skriv meddelelsen ...\n" -#: g10/decrypt.c:59 g10/g10.c:1546 g10/verify.c:68 g10/verify.c:113 +#: g10/decrypt.c:59 g10/g10.c:1558 g10/verify.c:94 g10/verify.c:139 #, c-format msgid "can't open `%s'\n" msgstr "kan ikke åbne `%s'\n" -#: g10/g10.c:1756 +#: g10/g10.c:1767 msgid "" "the first character of a notation name must be a letter or an underscore\n" msgstr "" "første bogstav af en notationsnavn skal være et bogstave eller en " "understregning\n" -#: g10/g10.c:1762 +#: g10/g10.c:1773 msgid "" "a notation name must have only letters, digits, dots or underscores and end " "with an '='\n" msgstr "" -#: g10/g10.c:1768 +#: g10/g10.c:1779 msgid "dots in a notation name must be surrounded by other characters\n" msgstr "" -#: g10/g10.c:1776 +#: g10/g10.c:1787 msgid "a notation value must not use any control characters\n" msgstr "en notationsværdi må ikke bruge nogen kontroltegn\n" @@ -1558,17 +1558,17 @@ msgstr "%s: kan ikke msgid "error creating passphrase: %s\n" msgstr "fejl ved oprettelse af kodesætning: %s\n" -#: g10/encode.c:171 g10/encode.c:324 +#: g10/encode.c:171 g10/encode.c:327 #, c-format msgid "%s: WARNING: empty file\n" msgstr "%s: ADVARSEL: tom fil\n" -#: g10/encode.c:271 +#: g10/encode.c:274 #, c-format msgid "reading from `%s'\n" msgstr "læser fra '%s'\n" -#: g10/encode.c:492 +#: g10/encode.c:497 #, c-format msgid "%s/%s encrypted for: %s\n" msgstr "%s/%s krypteret for: %s\n" @@ -1702,7 +1702,7 @@ msgstr "hemmelige n msgid " secret keys unchanged: %lu\n" msgstr "hemmelige nøgler uændre: %lu\n" -#: g10/import.c:391 g10/import.c:590 +#: g10/import.c:391 g10/import.c:600 #, c-format msgid "key %08lX: no user ID\n" msgstr "nøgle %08lX: ingen bruger-id\n" @@ -1716,7 +1716,7 @@ msgstr "n msgid "this may be caused by a missing self-signature\n" msgstr "" -#: g10/import.c:418 g10/import.c:657 +#: g10/import.c:418 g10/import.c:667 #, c-format msgid "key %08lX: public key not found: %s\n" msgstr "nøgle %08lX: offentlig nøgle ikke fundet: %s\n" @@ -1730,17 +1730,17 @@ msgstr "n msgid "no default public keyring\n" msgstr "ingen standard offentlig nøglering\n" -#: g10/import.c:435 g10/openfile.c:230 g10/sign.c:295 g10/sign.c:615 +#: g10/import.c:435 g10/openfile.c:230 g10/sign.c:295 g10/sign.c:618 #, c-format msgid "writing to `%s'\n" msgstr "skriver til `%s'\n" -#: g10/import.c:438 g10/import.c:496 g10/import.c:605 g10/import.c:706 +#: g10/import.c:438 g10/import.c:496 g10/import.c:615 g10/import.c:716 #, c-format msgid "can't lock keyring `%s': %s\n" msgstr "kan ikke låse nøglering `%s': %s\n" -#: g10/import.c:441 g10/import.c:499 g10/import.c:608 g10/import.c:709 +#: g10/import.c:441 g10/import.c:499 g10/import.c:618 g10/import.c:719 #, c-format msgid "error writing keyring `%s': %s\n" msgstr "fejl ved skrivning af nøglering `%s': %s\n" @@ -1755,12 +1755,12 @@ msgstr "n msgid "key %08lX: doesn't match our copy\n" msgstr "nøgle %08lX: stemmer ikke med vores kopi\n" -#: g10/import.c:472 g10/import.c:665 +#: g10/import.c:472 g10/import.c:675 #, c-format msgid "key %08lX: can't locate original keyblock: %s\n" msgstr "nøgle %08lX: kan ikke lokalisere original nøgleblok: %s\n" -#: g10/import.c:478 g10/import.c:671 +#: g10/import.c:478 g10/import.c:681 #, c-format msgid "key %08lX: can't read original keyblock: %s\n" msgstr "nøgle %08lX: kan ikke læse original nøgleblok: %s\n" @@ -1800,73 +1800,78 @@ msgstr "" msgid "key %08lX: not changed\n" msgstr "" -#: g10/import.c:613 +#: g10/import.c:593 +#, c-format +msgid "secret key %08lX not imported (use %s to allow for it)\n" +msgstr "" + +#: g10/import.c:623 #, c-format msgid "key %08lX: secret key imported\n" msgstr "" #. we can't merge secret keys -#: g10/import.c:617 +#: g10/import.c:627 #, c-format msgid "key %08lX: already in secret keyring\n" msgstr "" -#: g10/import.c:622 +#: g10/import.c:632 #, c-format msgid "key %08lX: secret key not found: %s\n" msgstr "" -#: g10/import.c:651 +#: g10/import.c:661 #, c-format msgid "key %08lX: no public key - can't apply revocation certificate\n" msgstr "" -#: g10/import.c:682 +#: g10/import.c:692 #, c-format msgid "key %08lX: invalid revocation certificate: %s - rejected\n" msgstr "" -#: g10/import.c:714 +#: g10/import.c:724 #, c-format msgid "key %08lX: revocation certificate imported\n" msgstr "" -#: g10/import.c:756 +#: g10/import.c:766 #, c-format msgid "key %08lX: no user ID for signature\n" msgstr "" -#: g10/import.c:763 g10/import.c:787 +#: g10/import.c:773 g10/import.c:797 #, c-format msgid "key %08lX: unsupported public key algorithm\n" msgstr "" -#: g10/import.c:764 +#: g10/import.c:774 #, c-format msgid "key %08lX: invalid self-signature\n" msgstr "" -#: g10/import.c:779 +#: g10/import.c:789 #, c-format msgid "key %08lX: no subkey for key binding\n" msgstr "" -#: g10/import.c:788 +#: g10/import.c:798 #, c-format msgid "key %08lX: invalid subkey binding\n" msgstr "" -#: g10/import.c:815 +#: g10/import.c:825 #, c-format msgid "key %08lX: accepted non self-signed user ID '" msgstr "" -#: g10/import.c:844 +#: g10/import.c:854 #, c-format msgid "key %08lX: skipped user ID '" msgstr "" -#: g10/import.c:867 +#: g10/import.c:877 #, c-format msgid "key %08lX: skipped subkey\n" msgstr "" @@ -1875,32 +1880,32 @@ msgstr "" #. * 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:892 +#: g10/import.c:902 #, c-format msgid "key %08lX: non exportable signature (class %02x) - skipped\n" msgstr "" -#: g10/import.c:901 +#: g10/import.c:911 #, c-format msgid "key %08lX: revocation certificate at wrong place - skipped\n" msgstr "" -#: g10/import.c:909 +#: g10/import.c:919 #, c-format msgid "key %08lX: invalid revocation certificate: %s - skipped\n" msgstr "" -#: g10/import.c:1009 +#: g10/import.c:1019 #, c-format msgid "key %08lX: duplicated user ID detected - merged\n" msgstr "" -#: g10/import.c:1060 +#: g10/import.c:1071 #, c-format msgid "key %08lX: revocation certificate added\n" msgstr "" -#: g10/import.c:1174 g10/import.c:1227 +#: g10/import.c:1185 g10/import.c:1238 #, c-format msgid "key %08lX: our copy has no self-signature\n" msgstr "" @@ -2479,114 +2484,115 @@ msgid "revoked" msgstr "" #. of subkey -#: g10/keylist.c:400 g10/mainproc.c:793 +#: g10/keylist.c:400 g10/mainproc.c:834 #, fuzzy, c-format msgid " [expires: %s]" msgstr "Nøgle udløber d. %s\n" -#: g10/mainproc.c:240 +#: g10/mainproc.c:270 #, c-format msgid "public key is %08lX\n" msgstr "" -#: g10/mainproc.c:284 +#: g10/mainproc.c:315 msgid "public key encrypted data: good DEK\n" msgstr "" -#: g10/mainproc.c:326 +#: g10/mainproc.c:367 #, c-format msgid "encrypted with %u-bit %s key, ID %08lX, created %s\n" msgstr "" -#: g10/mainproc.c:336 +#: g10/mainproc.c:377 #, c-format msgid "encrypted with %s key, ID %08lX\n" msgstr "" -#: g10/mainproc.c:342 -msgid "no secret key for decryption available\n" -msgstr "" - -#: g10/mainproc.c:351 +#: g10/mainproc.c:391 #, c-format msgid "public key decryption failed: %s\n" msgstr "" -#: g10/mainproc.c:388 +#: g10/mainproc.c:429 msgid "decryption okay\n" msgstr "" -#: g10/mainproc.c:393 +#: g10/mainproc.c:434 msgid "WARNING: encrypted message has been manipulated!\n" msgstr "" -#: g10/mainproc.c:398 +#: g10/mainproc.c:439 #, c-format msgid "decryption failed: %s\n" msgstr "" -#: g10/mainproc.c:417 +#: g10/mainproc.c:458 msgid "NOTE: sender requested \"for-your-eyes-only\"\n" msgstr "" -#: g10/mainproc.c:419 +#: g10/mainproc.c:460 #, c-format msgid "original file name='%.*s'\n" msgstr "" -#: g10/mainproc.c:574 +#: g10/mainproc.c:615 msgid "standalone revocation - use \"gpg --import\" to apply\n" msgstr "" -#: g10/mainproc.c:661 g10/mainproc.c:670 +#: g10/mainproc.c:702 g10/mainproc.c:711 msgid "WARNING: invalid notation data found\n" msgstr "" -#: g10/mainproc.c:673 +#: g10/mainproc.c:714 msgid "Notation: " msgstr "" -#: g10/mainproc.c:682 +#: g10/mainproc.c:723 msgid "Policy: " msgstr "Politik: " -#: g10/mainproc.c:1124 +#: g10/mainproc.c:1233 msgid "signature verification suppressed\n" msgstr "" -#: g10/mainproc.c:1161 +#: g10/mainproc.c:1270 #, c-format msgid "Signature made %.*s using %s key ID %08lX\n" msgstr "" #. just in case that we have no userid -#: g10/mainproc.c:1187 g10/mainproc.c:1198 +#: g10/mainproc.c:1305 g10/mainproc.c:1316 msgid "BAD signature from \"" msgstr "DÅRLIG signatur fra \"" -#: g10/mainproc.c:1188 g10/mainproc.c:1199 +#: g10/mainproc.c:1306 g10/mainproc.c:1317 msgid "Good signature from \"" msgstr "God signatur fra \"" -#: g10/mainproc.c:1190 +#: g10/mainproc.c:1308 msgid " aka \"" msgstr " alias \"" -#: g10/mainproc.c:1246 +#: g10/mainproc.c:1364 #, c-format msgid "Can't check signature: %s\n" msgstr "Kan ikke tjekke signatur: %s\n" -#: g10/mainproc.c:1321 +#: g10/mainproc.c:1421 g10/mainproc.c:1436 g10/mainproc.c:1498 +#, fuzzy +msgid "not a detached signature\n" +msgstr "opret en separat signatur" + +#: g10/mainproc.c:1447 #, c-format msgid "standalone signature of class 0x%02x\n" msgstr "" -#: g10/mainproc.c:1372 +#: g10/mainproc.c:1502 msgid "old style (PGP 2.x) signature\n" msgstr "gammeldags (PGP 2.x) signatur\n" -#: g10/mainproc.c:1377 +#: g10/mainproc.c:1507 msgid "invalid root packet detected in proc_tree()\n" msgstr "" @@ -2706,7 +2712,11 @@ msgstr "" msgid "reading stdin ...\n" msgstr "læser stdin ...\n" -#: g10/plaintext.c:392 +#: g10/plaintext.c:383 +msgid "no signed data\n" +msgstr "" + +#: g10/plaintext.c:391 #, c-format msgid "can't open signed data `%s'\n" msgstr "" @@ -2824,7 +2834,7 @@ msgstr "" msgid "%s signature from: %s\n" msgstr "%s signatur fra: %s\n" -#: g10/sign.c:290 g10/sign.c:610 +#: g10/sign.c:290 g10/sign.c:613 #, c-format msgid "can't create %s: %s\n" msgstr "kan ikke oprette %s: %s\n" @@ -3264,14 +3274,14 @@ msgstr "" msgid "WARNING: can't yet handle long pref records\n" msgstr "" -#: g10/verify.c:82 +#: g10/verify.c:108 msgid "" "the signature could not be verified.\n" "Please remember that the signature file (.sig or .asc)\n" "should be the first file given on the command line.\n" msgstr "" -#: g10/verify.c:147 +#: g10/verify.c:173 #, c-format msgid "input line %u too long or missing LF\n" msgstr "" diff --git a/po/de.po b/po/de.po index 936b78c91..7d6f91f14 100644 --- a/po/de.po +++ b/po/de.po @@ -4,7 +4,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg 1.0.0h\n" -"POT-Creation-Date: 2000-11-24 13:52+0100\n" +"POT-Creation-Date: 2000-12-19 11:58+0100\n" "PO-Revision-Date: 2000-10-15 14:30+0200\n" "Last-Translator: Walter Koch \n" "Language-Team: German \n" @@ -672,17 +672,17 @@ msgstr "" " --list-keys [Namen] Schlüssel anzeigen\n" " --fingerprint [Namen] \"Fingerabdrücke\" anzeigen\n" -#: g10/g10.c:426 +#: g10/g10.c:427 msgid "Please report bugs to .\n" msgstr "" "Berichte über Bugs (Programmfehler) bitte an .\n" "Sinn- oder Schreibfehler in den deutschen Texten bitte an .\n" -#: g10/g10.c:430 +#: g10/g10.c:431 msgid "Usage: gpg [options] [files] (-h for help)" msgstr "Aufruf: gpg [Optionen] [Dateien] (-h für Hilfe)" -#: g10/g10.c:433 +#: g10/g10.c:434 msgid "" "Syntax: gpg [options] [files]\n" "sign, check, encrypt or decrypt\n" @@ -692,7 +692,7 @@ msgstr "" "Signieren, prüfen, verschlüsseln, entschlüsseln\n" "Die voreingestellte Operation ist abhängig von den Eingabedaten\n" -#: g10/g10.c:440 +#: g10/g10.c:441 msgid "" "\n" "Supported algorithms:\n" @@ -700,188 +700,188 @@ msgstr "" "\n" "Unterstützte Verfahren:\n" -#: g10/g10.c:519 +#: g10/g10.c:520 msgid "usage: gpg [options] " msgstr "Aufruf: gpg [Optionen] " -#: g10/g10.c:572 +#: g10/g10.c:573 msgid "conflicting commands\n" msgstr "Widersprüchliche Befehle\n" -#: g10/g10.c:712 +#: g10/g10.c:713 #, c-format msgid "NOTE: no default option file `%s'\n" msgstr "Hinweis: Keine voreingestellte Optionendatei '%s' vorhanden\n" -#: g10/g10.c:716 +#: g10/g10.c:717 #, c-format msgid "option file `%s': %s\n" msgstr "Optionendatei '%s': %s\n" -#: g10/g10.c:723 +#: g10/g10.c:724 #, c-format msgid "reading options from `%s'\n" msgstr "Optionen werden aus '%s' gelesen\n" -#: g10/g10.c:915 +#: g10/g10.c:925 #, c-format msgid "%s is not a valid character set\n" msgstr "%s ist kein gültiger Zeichensatz.\n" -#: g10/g10.c:983 +#: g10/g10.c:994 msgid "WARNING: program may create a core file!\n" msgstr "WARNUNG: Programm könnte eine core-dump-Datei schreiben!\n" -#: g10/g10.c:987 g10/g10.c:996 +#: g10/g10.c:998 g10/g10.c:1007 #, c-format msgid "NOTE: %s is not for normal use!\n" msgstr "Hinweis: %s ist nicht für den üblichen Gebrauch gedacht!\n" -#: g10/g10.c:989 +#: g10/g10.c:1000 #, c-format msgid "%s not allowed with %s!\n" msgstr "%s kann nicht zusammen mit %s verwendet werden!\n" -#: g10/g10.c:992 +#: g10/g10.c:1003 #, c-format msgid "%s makes no sense with %s!\n" msgstr "%s zusammen mit %s ist nicht sinnvoll!\n" -#: g10/g10.c:1011 g10/g10.c:1023 +#: g10/g10.c:1023 g10/g10.c:1035 msgid "selected cipher algorithm is invalid\n" msgstr "Das ausgewählte Verschlüsslungsverfahren ist ungültig\n" -#: g10/g10.c:1017 g10/g10.c:1029 +#: g10/g10.c:1029 g10/g10.c:1041 msgid "selected digest algorithm is invalid\n" msgstr "Das ausgewählte Hashverfahren ist ungültig\n" -#: g10/g10.c:1033 +#: g10/g10.c:1045 msgid "the given policy URL is invalid\n" msgstr "Die angegebene URL für Richtlinien ist ungültig\n" -#: g10/g10.c:1036 +#: g10/g10.c:1048 #, c-format msgid "compress algorithm must be in range %d..%d\n" msgstr "Das Komprimierverfahren muß im Bereich %d bis %d liegen\n" -#: g10/g10.c:1038 +#: g10/g10.c:1050 msgid "completes-needed must be greater than 0\n" msgstr "completes-needed müssen größer als 0 sein\n" -#: g10/g10.c:1040 +#: g10/g10.c:1052 msgid "marginals-needed must be greater than 1\n" msgstr "marginals-needed müssen größer als 1 sein\n" -#: g10/g10.c:1042 +#: g10/g10.c:1054 msgid "max-cert-depth must be in range 1 to 255\n" msgstr "max-cert-depth muß im Bereich 1 bis 255 liegen\n" -#: g10/g10.c:1045 +#: g10/g10.c:1057 msgid "NOTE: simple S2K mode (0) is strongly discouraged\n" msgstr "Hinweis: Vom \"simple S2K\"-Modus (0) ist strikt abzuraten\n" -#: g10/g10.c:1049 +#: g10/g10.c:1061 msgid "invalid S2K mode; must be 0, 1 or 3\n" msgstr "ungültiger \"simple S2K\"-Modus; Wert muß 0, 1 oder 3 sein\n" -#: g10/g10.c:1134 +#: g10/g10.c:1146 #, c-format msgid "failed to initialize the TrustDB: %s\n" msgstr "Die Trust-DB kann nicht initialisiert werden: %s\n" -#: g10/g10.c:1140 +#: g10/g10.c:1152 msgid "--store [filename]" msgstr "--store [Dateiname]" -#: g10/g10.c:1147 +#: g10/g10.c:1159 msgid "--symmetric [filename]" msgstr "--symmetric [Dateiname]" -#: g10/g10.c:1155 +#: g10/g10.c:1167 msgid "--encrypt [filename]" msgstr "--encrypt [Dateiname]" -#: g10/g10.c:1168 +#: g10/g10.c:1180 msgid "--sign [filename]" msgstr "--sign [Dateiname]" -#: g10/g10.c:1181 +#: g10/g10.c:1193 msgid "--sign --encrypt [filename]" msgstr "--sign --encrypt [Dateiname]" -#: g10/g10.c:1195 +#: g10/g10.c:1207 msgid "--clearsign [filename]" msgstr "--clearsign [Dateiname]" -#: g10/g10.c:1212 +#: g10/g10.c:1224 msgid "--decrypt [filename]" msgstr "--decrypt [Dateiname]" -#: g10/g10.c:1220 +#: g10/g10.c:1232 msgid "--sign-key user-id" msgstr "--sign-key User-ID" -#: g10/g10.c:1228 +#: g10/g10.c:1240 msgid "--lsign-key user-id" msgstr "--lsign-key User-ID" -#: g10/g10.c:1236 +#: g10/g10.c:1248 msgid "--edit-key user-id [commands]" msgstr "--edit-key User-ID [Befehle]" -#: g10/g10.c:1252 +#: g10/g10.c:1264 msgid "--delete-secret-key user-id" msgstr "--delete-secret-key User-ID" -#: g10/g10.c:1255 +#: g10/g10.c:1267 msgid "--delete-key user-id" msgstr "--delete-key User-ID" -#: g10/encode.c:265 g10/g10.c:1292 g10/sign.c:393 +#: g10/encode.c:268 g10/g10.c:1304 g10/sign.c:393 #, c-format msgid "can't open %s: %s\n" msgstr "'%s' kann nicht geöffnet werden: %s\n" -#: g10/g10.c:1307 +#: g10/g10.c:1319 msgid "-k[v][v][v][c] [user-id] [keyring]" msgstr "-k[v][v][v][c] [User-ID] [Schlüsselbund]" -#: g10/g10.c:1373 +#: g10/g10.c:1385 #, c-format msgid "dearmoring failed: %s\n" msgstr "Entfernen der ASCII-Hülle ist fehlgeschlagen: %s\n" -#: g10/g10.c:1381 +#: g10/g10.c:1393 #, c-format msgid "enarmoring failed: %s\n" msgstr "Anbringen der ASCII-Hülle ist fehlgeschlagen: %s\n" -#: g10/g10.c:1452 +#: g10/g10.c:1464 #, c-format msgid "invalid hash algorithm `%s'\n" msgstr "Ungültiges Hashverfahren '%s'\n" -#: g10/g10.c:1539 +#: g10/g10.c:1551 msgid "[filename]" msgstr "[Dateiname]" -#: g10/g10.c:1543 +#: g10/g10.c:1555 msgid "Go ahead and type your message ...\n" msgstr "Auf geht's - Botschaft eintippen ...\n" -#: g10/decrypt.c:59 g10/g10.c:1546 g10/verify.c:68 g10/verify.c:113 +#: g10/decrypt.c:59 g10/g10.c:1558 g10/verify.c:94 g10/verify.c:139 #, c-format msgid "can't open `%s'\n" msgstr "'%s' kann nicht geöffnet werden\n" -#: g10/g10.c:1756 +#: g10/g10.c:1767 msgid "" "the first character of a notation name must be a letter or an underscore\n" msgstr "" "Das erste Zeichen eines \"notation\"-Namens muß ein Buchstabe oder\n" "ein Unterstrich sein\n" -#: g10/g10.c:1762 +#: g10/g10.c:1773 msgid "" "a notation name must have only letters, digits, dots or underscores and end " "with an '='\n" @@ -889,12 +889,12 @@ msgstr "" "Ein \"notation\"-Name darf nur Buchstaben, Zahlen, Punkte oder Unterstriche " "enthalten und muß mit einem '=' enden\n" -#: g10/g10.c:1768 +#: g10/g10.c:1779 msgid "dots in a notation name must be surrounded by other characters\n" msgstr "" "Punkte in einem \"notation\"-Namen müssen von anderen Zeichen umgeben sein\n" -#: g10/g10.c:1776 +#: g10/g10.c:1787 msgid "a notation value must not use any control characters\n" msgstr "Ein \"notation\"-Wert darf keine Kontrollzeichen verwenden\n" @@ -1647,17 +1647,17 @@ msgstr "%s: kann nicht ge msgid "error creating passphrase: %s\n" msgstr "Fehler beim Erzeugen des Mantras: %s\n" -#: g10/encode.c:171 g10/encode.c:324 +#: g10/encode.c:171 g10/encode.c:327 #, c-format msgid "%s: WARNING: empty file\n" msgstr "%s: WARNUNG: Leere Datei\n" -#: g10/encode.c:271 +#: g10/encode.c:274 #, c-format msgid "reading from `%s'\n" msgstr "Lesen von '%s'\n" -#: g10/encode.c:492 +#: g10/encode.c:497 #, c-format msgid "%s/%s encrypted for: %s\n" msgstr "%s/%s verschlüsselt für: %s\n" @@ -1791,7 +1791,7 @@ msgstr " geheime Schl msgid " secret keys unchanged: %lu\n" msgstr " unveränderte geh.Schl.: %lu\n" -#: g10/import.c:391 g10/import.c:590 +#: g10/import.c:391 g10/import.c:600 #, c-format msgid "key %08lX: no user ID\n" msgstr "Schlüssel %08lX: Keine User-ID\n" @@ -1805,7 +1805,7 @@ msgstr "Schl msgid "this may be caused by a missing self-signature\n" msgstr "dies könnte durch fehlende Eigenbeglaubigung verursacht worden sein\n" -#: g10/import.c:418 g10/import.c:657 +#: g10/import.c:418 g10/import.c:667 #, c-format msgid "key %08lX: public key not found: %s\n" msgstr "Schlüssel %08lX: Öffentlicher Schlüssel nicht gefunden: %s\n" @@ -1819,17 +1819,17 @@ msgstr "Schl msgid "no default public keyring\n" msgstr "Kein voreingestellter öffentlicher Schlüsselbund\n" -#: g10/import.c:435 g10/openfile.c:230 g10/sign.c:295 g10/sign.c:615 +#: g10/import.c:435 g10/openfile.c:230 g10/sign.c:295 g10/sign.c:618 #, c-format msgid "writing to `%s'\n" msgstr "Schreiben nach '%s'\n" -#: g10/import.c:438 g10/import.c:496 g10/import.c:605 g10/import.c:706 +#: g10/import.c:438 g10/import.c:496 g10/import.c:615 g10/import.c:716 #, c-format msgid "can't lock keyring `%s': %s\n" msgstr "kann Schlüsselbund `%s' nicht sperren: %s\n" -#: g10/import.c:441 g10/import.c:499 g10/import.c:608 g10/import.c:709 +#: g10/import.c:441 g10/import.c:499 g10/import.c:618 g10/import.c:719 #, c-format msgid "error writing keyring `%s': %s\n" msgstr "Fehler beim Schreiben des Schlüsselbundes `%s': %s\n" @@ -1844,14 +1844,14 @@ msgstr "Schl msgid "key %08lX: doesn't match our copy\n" msgstr "Schlüssel %08lX: Stimmt nicht mit unserer Kopie überein\n" -#: g10/import.c:472 g10/import.c:665 +#: g10/import.c:472 g10/import.c:675 #, c-format msgid "key %08lX: can't locate original keyblock: %s\n" msgstr "" "Schlüssel %08lX: der lokale originale Schlüsselblocks wurde nicht gefunden: " "%s\n" -#: g10/import.c:478 g10/import.c:671 +#: g10/import.c:478 g10/import.c:681 #, c-format msgid "key %08lX: can't read original keyblock: %s\n" msgstr "" @@ -1892,75 +1892,80 @@ msgstr "Schl msgid "key %08lX: not changed\n" msgstr "Schlüssel %08lX: Nicht geändert\n" -#: g10/import.c:613 +#: g10/import.c:593 +#, c-format +msgid "secret key %08lX not imported (use %s to allow for it)\n" +msgstr "" + +#: g10/import.c:623 #, c-format msgid "key %08lX: secret key imported\n" msgstr "Schlüssel %08lX: Geheimer Schlüssel importiert\n" #. we can't merge secret keys -#: g10/import.c:617 +#: g10/import.c:627 #, c-format msgid "key %08lX: already in secret keyring\n" msgstr "Schlüssel %08lX: Ist bereits im geheimen Schlüsselbund\n" -#: g10/import.c:622 +#: g10/import.c:632 #, c-format msgid "key %08lX: secret key not found: %s\n" msgstr "Schlüssel %08lX: geheimer Schlüssel nicht gefunden: %s\n" -#: g10/import.c:651 +#: g10/import.c:661 #, c-format msgid "key %08lX: no public key - can't apply revocation certificate\n" msgstr "" "Schlüssel %08lX: Kein öffentlicher Schlüssel - der Schlüsselwiderruf kann " "nicht angebracht werden\n" -#: g10/import.c:682 +#: g10/import.c:692 #, c-format msgid "key %08lX: invalid revocation certificate: %s - rejected\n" msgstr "Schlüssel %08lX: Ungültiges Widerrufzertifikat: %s - zurückgewiesen\n" -#: g10/import.c:714 +#: g10/import.c:724 #, c-format msgid "key %08lX: revocation certificate imported\n" msgstr "Schlüssel %08lX: Widerrufzertifikat importiert\n" -#: g10/import.c:756 +#: g10/import.c:766 #, c-format msgid "key %08lX: no user ID for signature\n" msgstr "Schlüssel %08lX: Keine User-ID für Signatur\n" -#: g10/import.c:763 g10/import.c:787 +#: g10/import.c:773 g10/import.c:797 #, c-format msgid "key %08lX: unsupported public key algorithm\n" msgstr "Schlüssel %08lX: Nicht unterstütztes Public-Key-Verfahren\n" -#: g10/import.c:764 +#: g10/import.c:774 #, c-format msgid "key %08lX: invalid self-signature\n" msgstr "Schlüssel %08lX: Ungültige Eigenbeglaubigung\n" -#: g10/import.c:779 +#: g10/import.c:789 #, c-format msgid "key %08lX: no subkey for key binding\n" msgstr "Schlüssel %08lX: Kein Unterschlüssel für die Schlüsselanbindung\n" -#: g10/import.c:788 +#: g10/import.c:798 #, c-format msgid "key %08lX: invalid subkey binding\n" msgstr "Schlüssel %08lX: Ungültige Unterschlüssel-Anbindung\n" -#: g10/import.c:815 +#: g10/import.c:825 #, c-format msgid "key %08lX: accepted non self-signed user ID '" msgstr "Schlüssel %08lX: Nicht eigenbeglaubigte User-ID übernommen'" -#: g10/import.c:844 +#: g10/import.c:854 #, c-format msgid "key %08lX: skipped user ID '" msgstr "Schlüssel %08lX: User-ID übergangen '" -#: g10/import.c:867 +#: g10/import.c:877 #, c-format msgid "key %08lX: skipped subkey\n" msgstr "Schlüssel %08lX: Unterschlüssel ignoriert\n" @@ -1969,33 +1974,33 @@ msgstr "Schl #. * 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:892 +#: g10/import.c:902 #, c-format msgid "key %08lX: non exportable signature (class %02x) - skipped\n" msgstr "" "Schlüssel %08lX: Nicht exportfähige Unterschrift (Klasse %02x) - übergangen\n" -#: g10/import.c:901 +#: g10/import.c:911 #, c-format msgid "key %08lX: revocation certificate at wrong place - skipped\n" msgstr "Schlüssel %08lX: Widerrufzertifikat an falschem Platz - übergangen\n" -#: g10/import.c:909 +#: g10/import.c:919 #, c-format msgid "key %08lX: invalid revocation certificate: %s - skipped\n" msgstr "Schlüssel %08lX: Ungültiges Widerrufzertifikat: %s - übergangen\n" -#: g10/import.c:1009 +#: g10/import.c:1019 #, c-format msgid "key %08lX: duplicated user ID detected - merged\n" msgstr "Schlüssel %08lX: Doppelte User-ID entdeckt - zusammengeführt\n" -#: g10/import.c:1060 +#: g10/import.c:1071 #, c-format msgid "key %08lX: revocation certificate added\n" msgstr "Schlüssel %08lX: Widerrufzertifikat hinzugefügt\n" -#: g10/import.c:1174 g10/import.c:1227 +#: g10/import.c:1185 g10/import.c:1238 #, c-format msgid "key %08lX: our copy has no self-signature\n" msgstr "Schlüssel %08lX: Unsere Kopie hat keine Eigenbeglaubigung\n" @@ -2581,119 +2586,120 @@ msgid "revoked" msgstr "widerrufen" #. of subkey -#: g10/keylist.c:400 g10/mainproc.c:793 +#: g10/keylist.c:400 g10/mainproc.c:834 #, c-format msgid " [expires: %s]" msgstr " [verfällt: %s]" -#: g10/mainproc.c:240 +#: g10/mainproc.c:270 #, c-format msgid "public key is %08lX\n" msgstr "Öffentlicher Schlüssel ist %08lX\n" -#: g10/mainproc.c:284 +#: g10/mainproc.c:315 msgid "public key encrypted data: good DEK\n" msgstr "Mit öffentlichem Schüssel verschlüsselte Daten: Korrekte DEK\n" -#: g10/mainproc.c:326 +#: g10/mainproc.c:367 #, c-format msgid "encrypted with %u-bit %s key, ID %08lX, created %s\n" msgstr "verschlüsselt mit %u-Bit %s Schlüssel, ID %08lX, erzeugt %s\n" # Scripte scannen lt. dl1bke auf "ID (0-9A-F)+" deswegen muß "ID" rein :-( # [kw] -#: g10/mainproc.c:336 +#: g10/mainproc.c:377 #, c-format msgid "encrypted with %s key, ID %08lX\n" msgstr "verschlüsselt mit %s Schlüssel, ID %08lX\n" -#: g10/mainproc.c:342 -msgid "no secret key for decryption available\n" -msgstr "kein geheimer Schlüssel zur Entschlüsselung vorhanden\n" - -#: g10/mainproc.c:351 +#: g10/mainproc.c:391 #, c-format msgid "public key decryption failed: %s\n" msgstr "Entschlüsselung mit öffentlichem Schlüssel fehlgeschlagen: %s\n" -#: g10/mainproc.c:388 +#: g10/mainproc.c:429 msgid "decryption okay\n" msgstr "Enschlüsselung fehlgeschlagen: %s\n" -#: g10/mainproc.c:393 +#: g10/mainproc.c:434 msgid "WARNING: encrypted message has been manipulated!\n" msgstr "Warnung: Verschlüsselte Botschaft ist manipuliert worden!\n" -#: g10/mainproc.c:398 +#: g10/mainproc.c:439 #, c-format msgid "decryption failed: %s\n" msgstr "Enschlüsselung fehlgeschlagen: %s\n" -#: g10/mainproc.c:417 +#: g10/mainproc.c:458 msgid "NOTE: sender requested \"for-your-eyes-only\"\n" msgstr "" "Hinweis: Der Absender verlangte Vertraulichkeit(\"for-your-eyes-only\")\n" -#: g10/mainproc.c:419 +#: g10/mainproc.c:460 #, c-format msgid "original file name='%.*s'\n" msgstr "Ursprünglicher Dateiname='%.*s'\n" -#: g10/mainproc.c:574 +#: g10/mainproc.c:615 msgid "standalone revocation - use \"gpg --import\" to apply\n" msgstr "" "Einzelner Widerruf - verwenden Sie \"gpg --import\" um ihn anzuwenden\n" -#: g10/mainproc.c:661 g10/mainproc.c:670 +#: g10/mainproc.c:702 g10/mainproc.c:711 msgid "WARNING: invalid notation data found\n" msgstr "WARNUNG: Ungültige \"Notation\"-Daten gefunden\n" -#: g10/mainproc.c:673 +#: g10/mainproc.c:714 msgid "Notation: " msgstr "\"Notation\": " -#: g10/mainproc.c:682 +#: g10/mainproc.c:723 msgid "Policy: " msgstr "Richtlinie: " -#: g10/mainproc.c:1124 +#: g10/mainproc.c:1233 msgid "signature verification suppressed\n" msgstr "Unterschriften-Überprüfung unterdrückt\n" # Scripte scannen lt. dl1bke auf "ID (0-9A-F)+" deswegen muß "ID" rein :-( -#: g10/mainproc.c:1161 +#: g10/mainproc.c:1270 #, c-format msgid "Signature made %.*s using %s key ID %08lX\n" msgstr "Unterschrift vom %.*s, %s Schlüssel ID %08lX\n" #. just in case that we have no userid -#: g10/mainproc.c:1187 g10/mainproc.c:1198 +#: g10/mainproc.c:1305 g10/mainproc.c:1316 msgid "BAD signature from \"" msgstr "FALSCHE Unterschrift von \"" -#: g10/mainproc.c:1188 g10/mainproc.c:1199 +#: g10/mainproc.c:1306 g10/mainproc.c:1317 msgid "Good signature from \"" msgstr "Korrekte Unterschrift von \"" -#: g10/mainproc.c:1190 +#: g10/mainproc.c:1308 msgid " aka \"" msgstr " alias \"" -#: g10/mainproc.c:1246 +#: g10/mainproc.c:1364 #, c-format msgid "Can't check signature: %s\n" msgstr "Unterschrift kann nicht geprüft werden: %s\n" -#: g10/mainproc.c:1321 +#: g10/mainproc.c:1421 g10/mainproc.c:1436 g10/mainproc.c:1498 +#, fuzzy +msgid "not a detached signature\n" +msgstr "Eine abgetrennte Unterschrift erzeugen" + +#: g10/mainproc.c:1447 #, c-format msgid "standalone signature of class 0x%02x\n" msgstr "Einzelne Unterschrift der Klasse 0x%02x\n" -#: g10/mainproc.c:1372 +#: g10/mainproc.c:1502 msgid "old style (PGP 2.x) signature\n" msgstr "Unterschrift nach alter (PGP 2.x) Art\n" -#: g10/mainproc.c:1377 +#: g10/mainproc.c:1507 msgid "invalid root packet detected in proc_tree()\n" msgstr "ungültiges root-Paket in proc_tree() entdeckt\n" @@ -2823,7 +2829,12 @@ msgstr "Bitte geben Sie den Namen der Datendatei ein: " msgid "reading stdin ...\n" msgstr "lese stdin ...\n" -#: g10/plaintext.c:392 +#: g10/plaintext.c:383 +#, fuzzy +msgid "no signed data\n" +msgstr "kann signierte Datei '%s' nicht öffnen.\n" + +#: g10/plaintext.c:391 #, c-format msgid "can't open signed data `%s'\n" msgstr "kann signierte Datei '%s' nicht öffnen.\n" @@ -2949,7 +2960,7 @@ msgstr "" msgid "%s signature from: %s\n" msgstr "%s Unterschrift von: %s\n" -#: g10/sign.c:290 g10/sign.c:610 +#: g10/sign.c:290 g10/sign.c:613 #, c-format msgid "can't create %s: %s\n" msgstr "%s kann nicht erzeugt werden: %s\n" @@ -3400,7 +3411,7 @@ msgstr "konnte '%s' nicht in die 'Trust'-Datenbank hineintun: %s\n" msgid "WARNING: can't yet handle long pref records\n" msgstr "WARNUNG: Lange 'Pref'-Records können noch nicht benutzt werden\n" -#: g10/verify.c:82 +#: g10/verify.c:108 msgid "" "the signature could not be verified.\n" "Please remember that the signature file (.sig or .asc)\n" @@ -3410,7 +3421,7 @@ msgstr "" "Denken Sie daran, daß die Datei mit der Unterschrift (.sig oder .asc)\n" "als erster in der Kommandozeile stehen sollte.\n" -#: g10/verify.c:147 +#: g10/verify.c:173 #, c-format msgid "input line %u too long or missing LF\n" msgstr "Eingabezeile %u ist zu lang oder es fehlt ein LF\n" @@ -3853,6 +3864,9 @@ msgstr "Keine Hilfe vorhanden." msgid "No help available for `%s'" msgstr "Keine Hilfe für '%s' vorhanden." +#~ msgid "no secret key for decryption available\n" +#~ msgstr "kein geheimer Schlüssel zur Entschlüsselung vorhanden\n" + #~ msgid "" #~ "RSA keys are deprecated; please consider creating a new key and use this key " #~ "in the future\n" diff --git a/po/eo.po b/po/eo.po index 76a9eeaec..956268666 100644 --- a/po/eo.po +++ b/po/eo.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg 1.0.1e\n" -"POT-Creation-Date: 2000-11-24 13:52+0100\n" +"POT-Creation-Date: 2000-12-19 11:58+0100\n" "PO-Revision-Date: 2000-08-16 23:19+01:00\n" "Last-Translator: Edmund GRIMLEY EVANS \n" "Language-Team: Esperanto \n" @@ -663,15 +663,15 @@ msgstr "" " --list-keys [nomoj] montri þlosilojn\n" " --fingerprint [nomoj] montri fingroþpurojn\n" -#: g10/g10.c:426 +#: g10/g10.c:427 msgid "Please report bugs to .\n" msgstr "Bonvolu raporti cimojn al .\n" -#: g10/g10.c:430 +#: g10/g10.c:431 msgid "Usage: gpg [options] [files] (-h for help)" msgstr "Uzado: gpg [opcioj] [dosieroj] (-h por helpo)" -#: g10/g10.c:433 +#: g10/g10.c:434 msgid "" "Syntax: gpg [options] [files]\n" "sign, check, encrypt or decrypt\n" @@ -681,7 +681,7 @@ msgstr "" "subskribi, kontroli, æifri aý malæifri\n" "implicita operacio dependas de la enigataj datenoj\n" -#: g10/g10.c:440 +#: g10/g10.c:441 msgid "" "\n" "Supported algorithms:\n" @@ -689,186 +689,186 @@ msgstr "" "\n" "Realigitaj metodoj:\n" -#: g10/g10.c:519 +#: g10/g10.c:520 msgid "usage: gpg [options] " msgstr "uzado: gpg [opcioj] " -#: g10/g10.c:572 +#: g10/g10.c:573 msgid "conflicting commands\n" msgstr "malkongruaj komandoj\n" -#: g10/g10.c:712 +#: g10/g10.c:713 #, c-format msgid "NOTE: no default option file `%s'\n" msgstr "NOTO: mankas implicita opcio-dosiero '%s'\n" -#: g10/g10.c:716 +#: g10/g10.c:717 #, c-format msgid "option file `%s': %s\n" msgstr "opcio-dosiero '%s': %s\n" -#: g10/g10.c:723 +#: g10/g10.c:724 #, c-format msgid "reading options from `%s'\n" msgstr "legas opciojn el '%s'\n" -#: g10/g10.c:915 +#: g10/g10.c:925 #, c-format msgid "%s is not a valid character set\n" msgstr "%s ne estas valida signaro\n" -#: g10/g10.c:983 +#: g10/g10.c:994 msgid "WARNING: program may create a core file!\n" msgstr "AVERTO: programo povas krei core-dosieron!\n" -#: g10/g10.c:987 g10/g10.c:996 +#: g10/g10.c:998 g10/g10.c:1007 #, c-format msgid "NOTE: %s is not for normal use!\n" msgstr "NOTO: %s ne estas por normala uzado!\n" -#: g10/g10.c:989 +#: g10/g10.c:1000 #, c-format msgid "%s not allowed with %s!\n" msgstr "%s ne eblas kun %s!\n" -#: g10/g10.c:992 +#: g10/g10.c:1003 #, c-format msgid "%s makes no sense with %s!\n" msgstr "%s ne havas sencon kun %s!\n" -#: g10/g10.c:1011 g10/g10.c:1023 +#: g10/g10.c:1023 g10/g10.c:1035 msgid "selected cipher algorithm is invalid\n" msgstr "elektita æifrad-metodo ne validas\n" -#: g10/g10.c:1017 g10/g10.c:1029 +#: g10/g10.c:1029 g10/g10.c:1041 msgid "selected digest algorithm is invalid\n" msgstr "elektita kompendi-metodo ne validas\n" -#: g10/g10.c:1033 +#: g10/g10.c:1045 msgid "the given policy URL is invalid\n" msgstr "la donita gvidlinia URL ne validas\n" -#: g10/g10.c:1036 +#: g10/g10.c:1048 #, c-format msgid "compress algorithm must be in range %d..%d\n" msgstr "la densig-metodo devas esti inter %d kaj %d\n" -#: g10/g10.c:1038 +#: g10/g10.c:1050 msgid "completes-needed must be greater than 0\n" msgstr "completes-needed devas esti pli granda ol 0\n" -#: g10/g10.c:1040 +#: g10/g10.c:1052 msgid "marginals-needed must be greater than 1\n" msgstr "marginals-needed devas esti pli granda ol 1\n" -#: g10/g10.c:1042 +#: g10/g10.c:1054 msgid "max-cert-depth must be in range 1 to 255\n" msgstr "max-cert-depth devas esti inter 1 kaj 255\n" -#: g10/g10.c:1045 +#: g10/g10.c:1057 msgid "NOTE: simple S2K mode (0) is strongly discouraged\n" msgstr "NOTO: simpla S2K-reøimo (0) estas forte malrekomendata\n" -#: g10/g10.c:1049 +#: g10/g10.c:1061 msgid "invalid S2K mode; must be 0, 1 or 3\n" msgstr "nevalida S2K-reøimo; devas esti 0, 1 aý 3\n" -#: g10/g10.c:1134 +#: g10/g10.c:1146 #, c-format msgid "failed to initialize the TrustDB: %s\n" msgstr "malsukcesis doni komencajn valorojn al fido-datenaro: %s\n" -#: g10/g10.c:1140 +#: g10/g10.c:1152 msgid "--store [filename]" msgstr "--store [dosiero]" -#: g10/g10.c:1147 +#: g10/g10.c:1159 msgid "--symmetric [filename]" msgstr "--symmetric [dosiero]" -#: g10/g10.c:1155 +#: g10/g10.c:1167 msgid "--encrypt [filename]" msgstr "--encrypt [dosiero]" -#: g10/g10.c:1168 +#: g10/g10.c:1180 msgid "--sign [filename]" msgstr "--sign [dosiero]" -#: g10/g10.c:1181 +#: g10/g10.c:1193 msgid "--sign --encrypt [filename]" msgstr "--sign --encrypt [dosiero]" -#: g10/g10.c:1195 +#: g10/g10.c:1207 msgid "--clearsign [filename]" msgstr "--clearsign [dosiero]" -#: g10/g10.c:1212 +#: g10/g10.c:1224 msgid "--decrypt [filename]" msgstr "--decrypt [dosiero]" -#: g10/g10.c:1220 +#: g10/g10.c:1232 msgid "--sign-key user-id" msgstr "--sign-key uzantidentigilo" -#: g10/g10.c:1228 +#: g10/g10.c:1240 msgid "--lsign-key user-id" msgstr "--lsign-key uzantidentigilo" -#: g10/g10.c:1236 +#: g10/g10.c:1248 msgid "--edit-key user-id [commands]" msgstr "--edit-key uzantidentigilo [komandoj]" -#: g10/g10.c:1252 +#: g10/g10.c:1264 msgid "--delete-secret-key user-id" msgstr "--delete-secret-key uzantidentigilo" -#: g10/g10.c:1255 +#: g10/g10.c:1267 msgid "--delete-key user-id" msgstr "--delete-key uzantidentigilo" -#: g10/encode.c:265 g10/g10.c:1292 g10/sign.c:393 +#: g10/encode.c:268 g10/g10.c:1304 g10/sign.c:393 #, c-format msgid "can't open %s: %s\n" msgstr "ne povas malfermi %s: %s\n" -#: g10/g10.c:1307 +#: g10/g10.c:1319 msgid "-k[v][v][v][c] [user-id] [keyring]" msgstr "-k[v][v][v][c] [uzantidentigilo] [þlosilaro]" -#: g10/g10.c:1373 +#: g10/g10.c:1385 #, c-format msgid "dearmoring failed: %s\n" msgstr "elkirasigo malsukcesis: %s\n" -#: g10/g10.c:1381 +#: g10/g10.c:1393 #, c-format msgid "enarmoring failed: %s\n" msgstr "enkirasigo malsukcesis: %s\n" -#: g10/g10.c:1452 +#: g10/g10.c:1464 #, c-format msgid "invalid hash algorithm `%s'\n" msgstr "nevalida kompendi-metodo '%s'\n" -#: g10/g10.c:1539 +#: g10/g10.c:1551 msgid "[filename]" msgstr "[dosiero]" -#: g10/g10.c:1543 +#: g10/g10.c:1555 msgid "Go ahead and type your message ...\n" msgstr "Ektajpu vian mesaøon ...\n" -#: g10/decrypt.c:59 g10/g10.c:1546 g10/verify.c:68 g10/verify.c:113 +#: g10/decrypt.c:59 g10/g10.c:1558 g10/verify.c:94 g10/verify.c:139 #, c-format msgid "can't open `%s'\n" msgstr "ne povas malfermi '%s'\n" -#: g10/g10.c:1756 +#: g10/g10.c:1767 msgid "" "the first character of a notation name must be a letter or an underscore\n" msgstr "la unua signo de notacia nomo devas esti litero aý substreko\n" -#: g10/g10.c:1762 +#: g10/g10.c:1773 msgid "" "a notation name must have only letters, digits, dots or underscores and end " "with an '='\n" @@ -876,11 +876,11 @@ msgstr "" "notacia nomo devas enhavi nur literojn, ciferojn, punktojn aý substrekojn " "kaj fini per '='\n" -#: g10/g10.c:1768 +#: g10/g10.c:1779 msgid "dots in a notation name must be surrounded by other characters\n" msgstr "punktoj en notacia nomo devas esti inter aliaj signoj\n" -#: g10/g10.c:1776 +#: g10/g10.c:1787 msgid "a notation value must not use any control characters\n" msgstr "notacia valoro ne povas enhavi stirsignojn\n" @@ -1616,17 +1616,17 @@ msgstr "%s: ne povas malfermi: %s\n" msgid "error creating passphrase: %s\n" msgstr "eraro dum kreado de pasfrazo: %s\n" -#: g10/encode.c:171 g10/encode.c:324 +#: g10/encode.c:171 g10/encode.c:327 #, c-format msgid "%s: WARNING: empty file\n" msgstr "%s: AVERTO: malplena dosiero\n" -#: g10/encode.c:271 +#: g10/encode.c:274 #, c-format msgid "reading from `%s'\n" msgstr "legas el '%s'\n" -#: g10/encode.c:492 +#: g10/encode.c:497 #, c-format msgid "%s/%s encrypted for: %s\n" msgstr "%s/%s-æifrita por: %s\n" @@ -1759,7 +1759,7 @@ msgstr "sekretaj msgid " secret keys unchanged: %lu\n" msgstr "sekretaj þlosiloj neþanøitaj: %lu\n" -#: g10/import.c:391 g10/import.c:590 +#: g10/import.c:391 g10/import.c:600 #, c-format msgid "key %08lX: no user ID\n" msgstr "þlosilo %08lX: mankas uzantidentigilo\n" @@ -1773,7 +1773,7 @@ msgstr " msgid "this may be caused by a missing self-signature\n" msgstr "tio povas esti kaýzata de mankanta mem-subskribo\n" -#: g10/import.c:418 g10/import.c:657 +#: g10/import.c:418 g10/import.c:667 #, c-format msgid "key %08lX: public key not found: %s\n" msgstr "þlosilo %08lX: publika þlosilo ne trovita: %s\n" @@ -1787,17 +1787,17 @@ msgstr " msgid "no default public keyring\n" msgstr "mankas implicita publika þlosilaro\n" -#: g10/import.c:435 g10/openfile.c:230 g10/sign.c:295 g10/sign.c:615 +#: g10/import.c:435 g10/openfile.c:230 g10/sign.c:295 g10/sign.c:618 #, c-format msgid "writing to `%s'\n" msgstr "skribas al '%s'\n" -#: g10/import.c:438 g10/import.c:496 g10/import.c:605 g10/import.c:706 +#: g10/import.c:438 g10/import.c:496 g10/import.c:615 g10/import.c:716 #, c-format msgid "can't lock keyring `%s': %s\n" msgstr "ne povas þlosi la þlosilaron '%s': %s\n" -#: g10/import.c:441 g10/import.c:499 g10/import.c:608 g10/import.c:709 +#: g10/import.c:441 g10/import.c:499 g10/import.c:618 g10/import.c:719 #, c-format msgid "error writing keyring `%s': %s\n" msgstr "eraro dum skribado de þlosilaro '%s': %s\n" @@ -1812,12 +1812,12 @@ msgstr " msgid "key %08lX: doesn't match our copy\n" msgstr "þlosilo %08lX: diferencas de nia kopio\n" -#: g10/import.c:472 g10/import.c:665 +#: g10/import.c:472 g10/import.c:675 #, c-format msgid "key %08lX: can't locate original keyblock: %s\n" msgstr "þlosilo %08lX: ne povas trovi originalan þlosilblokon: %s\n" -#: g10/import.c:478 g10/import.c:671 +#: g10/import.c:478 g10/import.c:681 #, c-format msgid "key %08lX: can't read original keyblock: %s\n" msgstr "þlosilo %08lX: ne povas legi originalan þlosilblokon: %s\n" @@ -1857,74 +1857,79 @@ msgstr " msgid "key %08lX: not changed\n" msgstr "þlosilo %08lX: ne þanøita\n" -#: g10/import.c:613 +#: g10/import.c:593 +#, c-format +msgid "secret key %08lX not imported (use %s to allow for it)\n" +msgstr "" + +#: g10/import.c:623 #, c-format msgid "key %08lX: secret key imported\n" msgstr "þlosilo %08lX: sekreta þlosilo importita\n" #. we can't merge secret keys -#: g10/import.c:617 +#: g10/import.c:627 #, c-format msgid "key %08lX: already in secret keyring\n" msgstr "þlosilo %08lX: jam en sekreta þlosilaro\n" -#: g10/import.c:622 +#: g10/import.c:632 #, c-format msgid "key %08lX: secret key not found: %s\n" msgstr "þlosilo %08lX: sekreta þlosilo ne trovita: %s\n" -#: g10/import.c:651 +#: g10/import.c:661 #, c-format msgid "key %08lX: no public key - can't apply revocation certificate\n" msgstr "" "þlosilo %08lX: publika þlosilo mankas - ne povas apliki revokatestilon\n" -#: g10/import.c:682 +#: g10/import.c:692 #, c-format msgid "key %08lX: invalid revocation certificate: %s - rejected\n" msgstr "þlosilo %08lX: nevalida revokatestilo: %s - malakceptita\n" -#: g10/import.c:714 +#: g10/import.c:724 #, c-format msgid "key %08lX: revocation certificate imported\n" msgstr "þlosilo %08lX: revokatestilo importita\n" -#: g10/import.c:756 +#: g10/import.c:766 #, c-format msgid "key %08lX: no user ID for signature\n" msgstr "þlosilo %08lX: mankas uzantidentigilo por subskribo\n" -#: g10/import.c:763 g10/import.c:787 +#: g10/import.c:773 g10/import.c:797 #, c-format msgid "key %08lX: unsupported public key algorithm\n" msgstr "þlosilo %08lX: nerealigita publikþlosila metodo\n" -#: g10/import.c:764 +#: g10/import.c:774 #, c-format msgid "key %08lX: invalid self-signature\n" msgstr "þlosilo %08lX: nevalida mem-subskribo\n" -#: g10/import.c:779 +#: g10/import.c:789 #, c-format msgid "key %08lX: no subkey for key binding\n" msgstr "þlosilo %08lX: mankas subþlosilo por þlosilbindado\n" -#: g10/import.c:788 +#: g10/import.c:798 #, c-format msgid "key %08lX: invalid subkey binding\n" msgstr "þlosilo %08lX: nevalida subþlosila bindado\n" -#: g10/import.c:815 +#: g10/import.c:825 #, c-format msgid "key %08lX: accepted non self-signed user ID '" msgstr "þlosilo %08lX: akceptis ne-mem-subskribitan uzantidentigilon '" -#: g10/import.c:844 +#: g10/import.c:854 #, c-format msgid "key %08lX: skipped user ID '" msgstr "þlosilo %08lX: ignoris uzantidentigilon '" -#: g10/import.c:867 +#: g10/import.c:877 #, c-format msgid "key %08lX: skipped subkey\n" msgstr "þlosilo %08lX: ignoris subþlosilon\n" @@ -1933,32 +1938,32 @@ msgstr " #. * 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:892 +#: g10/import.c:902 #, c-format msgid "key %08lX: non exportable signature (class %02x) - skipped\n" msgstr "þlosilo %08lX: neeksportebla subskribo (klaso %02x) - ignorita\n" -#: g10/import.c:901 +#: g10/import.c:911 #, c-format msgid "key %08lX: revocation certificate at wrong place - skipped\n" msgstr "þlosilo %08lX: revokatestilo en maløusta loko - ignorita\n" -#: g10/import.c:909 +#: g10/import.c:919 #, c-format msgid "key %08lX: invalid revocation certificate: %s - skipped\n" msgstr "þlosilo %08lX: nevalida revokatestilo: %s - ignorita\n" -#: g10/import.c:1009 +#: g10/import.c:1019 #, c-format msgid "key %08lX: duplicated user ID detected - merged\n" msgstr "þlosilo %08lX: trovis ripetitan uzantidentigilon - kunfandita\n" -#: g10/import.c:1060 +#: g10/import.c:1071 #, c-format msgid "key %08lX: revocation certificate added\n" msgstr "þlosilo %08lX: revokatestilo aldonita\n" -#: g10/import.c:1174 g10/import.c:1227 +#: g10/import.c:1185 g10/import.c:1238 #, c-format msgid "key %08lX: our copy has no self-signature\n" msgstr "þlosilo %08lX: nia kopio ne havas mem-subskribon\n" @@ -2546,114 +2551,115 @@ msgid "revoked" msgstr "rev" #. of subkey -#: g10/keylist.c:400 g10/mainproc.c:793 +#: g10/keylist.c:400 g10/mainproc.c:834 #, c-format msgid " [expires: %s]" msgstr " [eksvalidiøos: %s]" -#: g10/mainproc.c:240 +#: g10/mainproc.c:270 #, c-format msgid "public key is %08lX\n" msgstr "publika þlosilo estas %08lX\n" -#: g10/mainproc.c:284 +#: g10/mainproc.c:315 msgid "public key encrypted data: good DEK\n" msgstr "publikþlosile æifritaj datenoj: bona DEK\n" -#: g10/mainproc.c:326 +#: g10/mainproc.c:367 #, c-format msgid "encrypted with %u-bit %s key, ID %08lX, created %s\n" msgstr "æifrita per %u-bita %s-þlosilo, %08lX, kreita je %s\n" -#: g10/mainproc.c:336 +#: g10/mainproc.c:377 #, c-format msgid "encrypted with %s key, ID %08lX\n" msgstr "æifrita per %s-þlosilo, %08lX\n" -#: g10/mainproc.c:342 -msgid "no secret key for decryption available\n" -msgstr "mankas sekreta þlosilo por malæifrado\n" - -#: g10/mainproc.c:351 +#: g10/mainproc.c:391 #, c-format msgid "public key decryption failed: %s\n" msgstr "publikþlosila malæifrado malsukcesis: %s\n" -#: g10/mainproc.c:388 +#: g10/mainproc.c:429 msgid "decryption okay\n" msgstr "malæifrado sukcesis\n" -#: g10/mainproc.c:393 +#: g10/mainproc.c:434 msgid "WARNING: encrypted message has been manipulated!\n" msgstr "AVERTO: æifrita mesaøo estis manipulita!\n" -#: g10/mainproc.c:398 +#: g10/mainproc.c:439 #, c-format msgid "decryption failed: %s\n" msgstr "malæifrado malsukcesis: %s\n" -#: g10/mainproc.c:417 +#: g10/mainproc.c:458 msgid "NOTE: sender requested \"for-your-eyes-only\"\n" msgstr "NOTO: sendinto petis konfidencon (\"for-your-eyes-only\")\n" -#: g10/mainproc.c:419 +#: g10/mainproc.c:460 #, c-format msgid "original file name='%.*s'\n" msgstr "originala dosiernomo='%.*s'\n" -#: g10/mainproc.c:574 +#: g10/mainproc.c:615 msgid "standalone revocation - use \"gpg --import\" to apply\n" msgstr "memstara revoko - uzu \"gpg --import\" por apliki øin\n" -#: g10/mainproc.c:661 g10/mainproc.c:670 +#: g10/mainproc.c:702 g10/mainproc.c:711 msgid "WARNING: invalid notation data found\n" msgstr "AVERTO: nevalida notacia dateno trovita\n" -#: g10/mainproc.c:673 +#: g10/mainproc.c:714 msgid "Notation: " msgstr "Notacio: " -#: g10/mainproc.c:682 +#: g10/mainproc.c:723 msgid "Policy: " msgstr "Gvidlinio: " -#: g10/mainproc.c:1124 +#: g10/mainproc.c:1233 msgid "signature verification suppressed\n" msgstr "kontrolo de subskribo estas malþaltita\n" -#: g10/mainproc.c:1161 +#: g10/mainproc.c:1270 #, c-format msgid "Signature made %.*s using %s key ID %08lX\n" msgstr "Subskribo farita je %.*s per %s, þlosilo %08lX\n" #. just in case that we have no userid -#: g10/mainproc.c:1187 g10/mainproc.c:1198 +#: g10/mainproc.c:1305 g10/mainproc.c:1316 msgid "BAD signature from \"" msgstr "MALBONA subskribo de \"" -#: g10/mainproc.c:1188 g10/mainproc.c:1199 +#: g10/mainproc.c:1306 g10/mainproc.c:1317 msgid "Good signature from \"" msgstr "Bona subskribo de \"" -#: g10/mainproc.c:1190 +#: g10/mainproc.c:1308 msgid " aka \"" msgstr " alinome \"" -#: g10/mainproc.c:1246 +#: g10/mainproc.c:1364 #, c-format msgid "Can't check signature: %s\n" msgstr "Ne povas kontroli subskribon: %s\n" -#: g10/mainproc.c:1321 +#: g10/mainproc.c:1421 g10/mainproc.c:1436 g10/mainproc.c:1498 +#, fuzzy +msgid "not a detached signature\n" +msgstr "fari apartan subskribon" + +#: g10/mainproc.c:1447 #, c-format msgid "standalone signature of class 0x%02x\n" msgstr "memstara subskribo de klaso 0x%02x\n" -#: g10/mainproc.c:1372 +#: g10/mainproc.c:1502 msgid "old style (PGP 2.x) signature\n" msgstr "malnovstila subskribo (PGP 2.x)\n" -#: g10/mainproc.c:1377 +#: g10/mainproc.c:1507 msgid "invalid root packet detected in proc_tree()\n" msgstr "nevalida radikpaketo trovita en proc_tree()\n" @@ -2780,7 +2786,12 @@ msgstr "Bonvolu doni la nomon de la dosiero: " msgid "reading stdin ...\n" msgstr "legas la normalan enigon ...\n" -#: g10/plaintext.c:392 +#: g10/plaintext.c:383 +#, fuzzy +msgid "no signed data\n" +msgstr "ne povas malfermi subskribitan dosieron '%s'\n" + +#: g10/plaintext.c:391 #, c-format msgid "can't open signed data `%s'\n" msgstr "ne povas malfermi subskribitan dosieron '%s'\n" @@ -2900,7 +2911,7 @@ msgstr "supozas malbonan subskribon pro nekonata \"critical bit\"\n" msgid "%s signature from: %s\n" msgstr "%s-subskribo de: %s\n" -#: g10/sign.c:290 g10/sign.c:610 +#: g10/sign.c:290 g10/sign.c:613 #, c-format msgid "can't create %s: %s\n" msgstr "ne povas krei %s: %s\n" @@ -3341,7 +3352,7 @@ msgstr "malsukcesis meti '%s' en fido-datenaron: %s\n" msgid "WARNING: can't yet handle long pref records\n" msgstr "AVERTO: ne povas trakti longajn preferoregistrojn\n" -#: g10/verify.c:82 +#: g10/verify.c:108 msgid "" "the signature could not be verified.\n" "Please remember that the signature file (.sig or .asc)\n" @@ -3351,7 +3362,7 @@ msgstr "" "Bonvolu memori, ke la subskribodosiero (.sig aý .asc)\n" "devas esti la unua dosiero donita en la komandlinio.\n" -#: g10/verify.c:147 +#: g10/verify.c:173 #, c-format msgid "input line %u too long or missing LF\n" msgstr "enigata linio %u tro longa, aý mankas linifino\n" @@ -3757,6 +3768,9 @@ msgstr "Nenia helpo disponata" msgid "No help available for `%s'" msgstr "Nenia helpo disponata por '%s'" +#~ msgid "no secret key for decryption available\n" +#~ msgstr "mankas sekreta þlosilo por malæifrado\n" + #~ msgid "" #~ "RSA keys are deprecated; please consider creating a new key and use this key " #~ "in the future\n" diff --git a/po/es_ES.po b/po/es_ES.po index 8a3163ac6..43b70f1ec 100644 --- a/po/es_ES.po +++ b/po/es_ES.po @@ -7,7 +7,7 @@ # GPG version: 1.0.0 msgid "" msgstr "" -"POT-Creation-Date: 2000-11-24 13:52+0100\n" +"POT-Creation-Date: 2000-12-19 11:58+0100\n" "PO-Revision-Date: 1999-10-27 06:35+0200\n" "Content-Type: text/plain; charset=iso-8859-1\n" "Date: 1998-11-13 10:49:25+0100\n" @@ -680,15 +680,15 @@ msgstr "" " --list-keys [nombres] muestra las claves\n" " --fingerprint [nombres] muestra las huellas dactilares\n" -#: g10/g10.c:426 +#: g10/g10.c:427 msgid "Please report bugs to .\n" msgstr "Por favor, informe de posibles \"bugs\" a .\n" -#: g10/g10.c:430 +#: g10/g10.c:431 msgid "Usage: gpg [options] [files] (-h for help)" msgstr "Uso: gpg [opciones] [ficheros] (-h para ayuda)" -#: g10/g10.c:433 +#: g10/g10.c:434 msgid "" "Syntax: gpg [options] [files]\n" "sign, check, encrypt or decrypt\n" @@ -698,7 +698,7 @@ msgstr "" "Firma, comprueba, cifra o descifra.\n" "La operación por defecto depende del tipo de datos de entrada.\n" -#: g10/g10.c:440 +#: g10/g10.c:441 msgid "" "\n" "Supported algorithms:\n" @@ -706,186 +706,186 @@ msgstr "" "\n" "Algoritmos soportados:\n" -#: g10/g10.c:519 +#: g10/g10.c:520 msgid "usage: gpg [options] " msgstr "uso: gpg [opciones] " -#: g10/g10.c:572 +#: g10/g10.c:573 msgid "conflicting commands\n" msgstr "comandos incompatibles\n" -#: g10/g10.c:712 +#: g10/g10.c:713 #, c-format msgid "NOTE: no default option file `%s'\n" msgstr "NOTA: no existe el fichero de opciones predefinido `%s'\n" -#: g10/g10.c:716 +#: g10/g10.c:717 #, c-format msgid "option file `%s': %s\n" msgstr "fichero de opciones `%s': %s\n" -#: g10/g10.c:723 +#: g10/g10.c:724 #, c-format msgid "reading options from `%s'\n" msgstr "leyendo opciones desde `%s'\n" -#: g10/g10.c:915 +#: g10/g10.c:925 #, c-format msgid "%s is not a valid character set\n" msgstr "%s no es un juego de caracteres válido\n" -#: g10/g10.c:983 +#: g10/g10.c:994 msgid "WARNING: program may create a core file!\n" msgstr "ATENCIÓN: ¡el programa podría crear un fichero core dump!\n" -#: g10/g10.c:987 g10/g10.c:996 +#: g10/g10.c:998 g10/g10.c:1007 #, c-format msgid "NOTE: %s is not for normal use!\n" msgstr "NOTA: ¡%s no es para uso normal!\n" -#: g10/g10.c:989 +#: g10/g10.c:1000 #, c-format msgid "%s not allowed with %s!\n" msgstr "¡%s no permitido con %s!\n" -#: g10/g10.c:992 +#: g10/g10.c:1003 #, c-format msgid "%s makes no sense with %s!\n" msgstr "¡%s no tiene sentido con %s!\n" -#: g10/g10.c:1011 g10/g10.c:1023 +#: g10/g10.c:1023 g10/g10.c:1035 msgid "selected cipher algorithm is invalid\n" msgstr "el algoritmo de cifrado seleccionado no es válido\n" -#: g10/g10.c:1017 g10/g10.c:1029 +#: g10/g10.c:1029 g10/g10.c:1041 msgid "selected digest algorithm is invalid\n" msgstr "el algoritmo de resumen seleccionado no es válido\n" -#: g10/g10.c:1033 +#: g10/g10.c:1045 msgid "the given policy URL is invalid\n" msgstr "URL de política no válida\n" -#: g10/g10.c:1036 +#: g10/g10.c:1048 #, c-format msgid "compress algorithm must be in range %d..%d\n" msgstr "el algoritmo de compresión debe estar en el rango %d-%d\n" -#: g10/g10.c:1038 +#: g10/g10.c:1050 msgid "completes-needed must be greater than 0\n" msgstr "completes-needed debe ser mayor que 0\n" -#: g10/g10.c:1040 +#: g10/g10.c:1052 msgid "marginals-needed must be greater than 1\n" msgstr "marginals-needed debe ser mayor que 1\n" -#: g10/g10.c:1042 +#: g10/g10.c:1054 msgid "max-cert-depth must be in range 1 to 255\n" msgstr "max-cert-depth debe estar en el rango 1-255\n" -#: g10/g10.c:1045 +#: g10/g10.c:1057 msgid "NOTE: simple S2K mode (0) is strongly discouraged\n" msgstr "NOTA: el modo S2K simple (0) no es nada recomendable\n" -#: g10/g10.c:1049 +#: g10/g10.c:1061 msgid "invalid S2K mode; must be 0, 1 or 3\n" msgstr "modo S2K incorrecto; debe ser 0, 1 o 3\n" -#: g10/g10.c:1134 +#: g10/g10.c:1146 #, c-format msgid "failed to initialize the TrustDB: %s\n" msgstr "inicialización de la base de datos de confianza fallida: %s\n" -#: g10/g10.c:1140 +#: g10/g10.c:1152 msgid "--store [filename]" msgstr "--store [nombre_fichero]" -#: g10/g10.c:1147 +#: g10/g10.c:1159 msgid "--symmetric [filename]" msgstr "--symmetric [nombre_fichero]" -#: g10/g10.c:1155 +#: g10/g10.c:1167 msgid "--encrypt [filename]" msgstr "--encrypt [nombre_fichero]" -#: g10/g10.c:1168 +#: g10/g10.c:1180 msgid "--sign [filename]" msgstr "--sign [nombre_fichero]" -#: g10/g10.c:1181 +#: g10/g10.c:1193 msgid "--sign --encrypt [filename]" msgstr "--sign --encrypt [nombre_fichero]" -#: g10/g10.c:1195 +#: g10/g10.c:1207 msgid "--clearsign [filename]" msgstr "--clearsign [nombre_fichero]" -#: g10/g10.c:1212 +#: g10/g10.c:1224 msgid "--decrypt [filename]" msgstr "--decrypt [nombre_fichero]" -#: g10/g10.c:1220 +#: g10/g10.c:1232 msgid "--sign-key user-id" msgstr "--sign-key id-usuario" -#: g10/g10.c:1228 +#: g10/g10.c:1240 msgid "--lsign-key user-id" msgstr "--lsign-key id-usuario" -#: g10/g10.c:1236 +#: g10/g10.c:1248 msgid "--edit-key user-id [commands]" msgstr "--edit-key id-usuario [comandos]" -#: g10/g10.c:1252 +#: g10/g10.c:1264 msgid "--delete-secret-key user-id" msgstr "--delete-secret-key id-usuario" -#: g10/g10.c:1255 +#: g10/g10.c:1267 msgid "--delete-key user-id" msgstr "--delete-key id-usuario" -#: g10/encode.c:265 g10/g10.c:1292 g10/sign.c:393 +#: g10/encode.c:268 g10/g10.c:1304 g10/sign.c:393 #, c-format msgid "can't open %s: %s\n" msgstr "no puede abrirse `%s': %s\n" -#: g10/g10.c:1307 +#: g10/g10.c:1319 msgid "-k[v][v][v][c] [user-id] [keyring]" msgstr "-k[v][v][v][c] [id-usuario] [anillo]" -#: g10/g10.c:1373 +#: g10/g10.c:1385 #, c-format msgid "dearmoring failed: %s\n" msgstr "eliminación de armadura fallida: %s\n" -#: g10/g10.c:1381 +#: g10/g10.c:1393 #, c-format msgid "enarmoring failed: %s\n" msgstr "creación de armadura fallida: %s\n" -#: g10/g10.c:1452 +#: g10/g10.c:1464 #, c-format msgid "invalid hash algorithm `%s'\n" msgstr "algoritmo de distribución no válido `%s'\n" -#: g10/g10.c:1539 +#: g10/g10.c:1551 msgid "[filename]" msgstr "[nombre_fichero]" -#: g10/g10.c:1543 +#: g10/g10.c:1555 msgid "Go ahead and type your message ...\n" msgstr "Adelante, teclee su mensaje...\n" -#: g10/decrypt.c:59 g10/g10.c:1546 g10/verify.c:68 g10/verify.c:113 +#: g10/decrypt.c:59 g10/g10.c:1558 g10/verify.c:94 g10/verify.c:139 #, c-format msgid "can't open `%s'\n" msgstr "no puede abrirse `%s'\n" -#: g10/g10.c:1756 +#: g10/g10.c:1767 msgid "" "the first character of a notation name must be a letter or an underscore\n" msgstr "El primer caracter de una notación debe ser una letra o un subrayado\n" -#: g10/g10.c:1762 +#: g10/g10.c:1773 msgid "" "a notation name must have only letters, digits, dots or underscores and end " "with an '='\n" @@ -893,11 +893,11 @@ msgstr "" "un nombre de notación debe tener sólo letras, dígitos, puntos o subrayados, " "y acabar con un '='\n" -#: g10/g10.c:1768 +#: g10/g10.c:1779 msgid "dots in a notation name must be surrounded by other characters\n" msgstr "los puntos en una notación deben estar rodeados por otros caracteres\n" -#: g10/g10.c:1776 +#: g10/g10.c:1787 msgid "a notation value must not use any control characters\n" msgstr "un valor de notación no debe usar ningún caracter de control\n" @@ -1643,17 +1643,17 @@ msgstr "%s: no puede abrirse: %s\n" msgid "error creating passphrase: %s\n" msgstr "error creando contraseña: %s\n" -#: g10/encode.c:171 g10/encode.c:324 +#: g10/encode.c:171 g10/encode.c:327 #, c-format msgid "%s: WARNING: empty file\n" msgstr "%s: ATENCIÓN: fichero vacío\n" -#: g10/encode.c:271 +#: g10/encode.c:274 #, c-format msgid "reading from `%s'\n" msgstr "leyendo desde `%s'\n" -#: g10/encode.c:492 +#: g10/encode.c:497 #, c-format msgid "%s/%s encrypted for: %s\n" msgstr "%s/%s cifrado para: %s\n" @@ -1787,7 +1787,7 @@ msgstr " claves secretas importadas: %lu\n" msgid " secret keys unchanged: %lu\n" msgstr "claves secretas sin cambios: %lu\n" -#: g10/import.c:391 g10/import.c:590 +#: g10/import.c:391 g10/import.c:600 #, c-format msgid "key %08lX: no user ID\n" msgstr "clave %08lX: no hay identificativo de usuario\n" @@ -1801,7 +1801,7 @@ msgstr "clave %08lX: no hay identificativos de usuario v msgid "this may be caused by a missing self-signature\n" msgstr "esto puede ser debido a la ausencia de autofirma\n" -#: g10/import.c:418 g10/import.c:657 +#: g10/import.c:418 g10/import.c:667 #, c-format msgid "key %08lX: public key not found: %s\n" msgstr "clave %08lX: clave pública no encontrada: %s\n" @@ -1815,17 +1815,17 @@ msgstr "clave %08lX: no es conforme a rfc2440 - ignorada\n" msgid "no default public keyring\n" msgstr "no hay anillo público por defecto\n" -#: g10/import.c:435 g10/openfile.c:230 g10/sign.c:295 g10/sign.c:615 +#: g10/import.c:435 g10/openfile.c:230 g10/sign.c:295 g10/sign.c:618 #, c-format msgid "writing to `%s'\n" msgstr "escribiendo en `%s'\n" -#: g10/import.c:438 g10/import.c:496 g10/import.c:605 g10/import.c:706 +#: g10/import.c:438 g10/import.c:496 g10/import.c:615 g10/import.c:716 #, c-format msgid "can't lock keyring `%s': %s\n" msgstr "no puede bloquearse el anillo `%s': %s\n" -#: g10/import.c:441 g10/import.c:499 g10/import.c:608 g10/import.c:709 +#: g10/import.c:441 g10/import.c:499 g10/import.c:618 g10/import.c:719 #, c-format msgid "error writing keyring `%s': %s\n" msgstr "error escribiendo anillo `%s': %s\n" @@ -1840,12 +1840,12 @@ msgstr "clave %08lX: clave p msgid "key %08lX: doesn't match our copy\n" msgstr "clave %08lX: no se corresponde con nuestra copia\n" -#: g10/import.c:472 g10/import.c:665 +#: g10/import.c:472 g10/import.c:675 #, c-format msgid "key %08lX: can't locate original keyblock: %s\n" msgstr "clave %08lX: no puede localizarse el bloque de claves original: %s\n" -#: g10/import.c:478 g10/import.c:671 +#: g10/import.c:478 g10/import.c:681 #, c-format msgid "key %08lX: can't read original keyblock: %s\n" msgstr "clave %08lX: no puede leerse el bloque de claves original: %s\n" @@ -1885,75 +1885,80 @@ msgstr "clave %08lX: %d nuevas subclaves\n" msgid "key %08lX: not changed\n" msgstr "clave %08lX: sin cambios\n" -#: g10/import.c:613 +#: g10/import.c:593 +#, c-format +msgid "secret key %08lX not imported (use %s to allow for it)\n" +msgstr "" + +#: g10/import.c:623 #, c-format msgid "key %08lX: secret key imported\n" msgstr "clave %08lX: clave secreta importada\n" #. we can't merge secret keys -#: g10/import.c:617 +#: g10/import.c:627 #, c-format msgid "key %08lX: already in secret keyring\n" msgstr "clave %08lX: ya estaba en el anillo secreto\n" -#: g10/import.c:622 +#: g10/import.c:632 #, c-format msgid "key %08lX: secret key not found: %s\n" msgstr "clave %08lX: clave secreta no encontrada: %s\n" -#: g10/import.c:651 +#: g10/import.c:661 #, c-format msgid "key %08lX: no public key - can't apply revocation certificate\n" msgstr "" "clave %08lX: falta la clave pública - imposibile applicar el\n" "certificado de revocación\n" -#: g10/import.c:682 +#: g10/import.c:692 #, c-format msgid "key %08lX: invalid revocation certificate: %s - rejected\n" msgstr "clave %08lX: certificado de revocación no válido: %s - rechazado\n" -#: g10/import.c:714 +#: g10/import.c:724 #, c-format msgid "key %08lX: revocation certificate imported\n" msgstr "clave %08lX: certificado de revocación importado\n" -#: g10/import.c:756 +#: g10/import.c:766 #, c-format msgid "key %08lX: no user ID for signature\n" msgstr "clave %08lX: no hay identificativo de usuario para la firma\n" -#: g10/import.c:763 g10/import.c:787 +#: g10/import.c:773 g10/import.c:797 #, c-format msgid "key %08lX: unsupported public key algorithm\n" msgstr "clave %08lX: algoritmo de clave pública no soportado\n" -#: g10/import.c:764 +#: g10/import.c:774 #, c-format msgid "key %08lX: invalid self-signature\n" msgstr "clave %08lX: autofirma no válida\n" -#: g10/import.c:779 +#: g10/import.c:789 #, c-format msgid "key %08lX: no subkey for key binding\n" msgstr "clave %08lX: no hay subclave para unir\n" -#: g10/import.c:788 +#: g10/import.c:798 #, c-format msgid "key %08lX: invalid subkey binding\n" msgstr "clave %08lX.%lu: unión de subclave no válida\n" -#: g10/import.c:815 +#: g10/import.c:825 #, c-format msgid "key %08lX: accepted non self-signed user ID '" msgstr "clave %08lX: aceptado ID de usuario sin autofirma '" -#: g10/import.c:844 +#: g10/import.c:854 #, c-format msgid "key %08lX: skipped user ID '" msgstr "clave %08lX: ignorado ID de usuario '" -#: g10/import.c:867 +#: g10/import.c:877 #, c-format msgid "key %08lX: skipped subkey\n" msgstr "clave %08lX: subclave ignorada\n" @@ -1962,33 +1967,33 @@ msgstr "clave %08lX: subclave ignorada\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:892 +#: g10/import.c:902 #, c-format msgid "key %08lX: non exportable signature (class %02x) - skipped\n" msgstr "clave %08lX: firma no exportable (clase %02x) - ignorada\n" -#: g10/import.c:901 +#: g10/import.c:911 #, c-format msgid "key %08lX: revocation certificate at wrong place - skipped\n" msgstr "" "clave %08lX: certificado de revocación en lugar equivocado - ignorado\n" -#: g10/import.c:909 +#: g10/import.c:919 #, c-format msgid "key %08lX: invalid revocation certificate: %s - skipped\n" msgstr "clave %08lX: certificado de revocación no valido: %s - ignorado\n" -#: g10/import.c:1009 +#: g10/import.c:1019 #, c-format msgid "key %08lX: duplicated user ID detected - merged\n" msgstr "clave %08lX: detectado usuario duplicado - fusionada\n" -#: g10/import.c:1060 +#: g10/import.c:1071 #, c-format msgid "key %08lX: revocation certificate added\n" msgstr "clave %08lX: certificado de revocación añadido\n" -#: g10/import.c:1174 g10/import.c:1227 +#: g10/import.c:1185 g10/import.c:1238 #, c-format msgid "key %08lX: our copy has no self-signature\n" msgstr "clave %08lX: nuestra copia no tiene autofirma\n" @@ -2577,114 +2582,115 @@ msgid "revoked" msgstr "" #. of subkey -#: g10/keylist.c:400 g10/mainproc.c:793 +#: g10/keylist.c:400 g10/mainproc.c:834 #, fuzzy, c-format msgid " [expires: %s]" msgstr "La clave caduca el %s\n" -#: g10/mainproc.c:240 +#: g10/mainproc.c:270 #, c-format msgid "public key is %08lX\n" msgstr "la clave pública es %08lX\n" -#: g10/mainproc.c:284 +#: g10/mainproc.c:315 msgid "public key encrypted data: good DEK\n" msgstr "datos cifrados de la clave pública: DEK bueno\n" -#: g10/mainproc.c:326 +#: g10/mainproc.c:367 #, c-format msgid "encrypted with %u-bit %s key, ID %08lX, created %s\n" msgstr "cifrado con clave %2$s de %1$u bits, ID %3$08lX, creada el %4$s\n" -#: g10/mainproc.c:336 +#: g10/mainproc.c:377 #, c-format msgid "encrypted with %s key, ID %08lX\n" msgstr "cifrado con clave %s, ID %08lX\n" -#: g10/mainproc.c:342 -msgid "no secret key for decryption available\n" -msgstr "clave secreta para descifrado no disponible\n" - -#: g10/mainproc.c:351 +#: g10/mainproc.c:391 #, c-format msgid "public key decryption failed: %s\n" msgstr "descifrado de la clave pública fallido: %s\n" -#: g10/mainproc.c:388 +#: g10/mainproc.c:429 msgid "decryption okay\n" msgstr "descifrado correcto\n" -#: g10/mainproc.c:393 +#: g10/mainproc.c:434 msgid "WARNING: encrypted message has been manipulated!\n" msgstr "ATENCIÓN: ¡el mensaje cifrado ha sido manipulado!\n" -#: g10/mainproc.c:398 +#: g10/mainproc.c:439 #, c-format msgid "decryption failed: %s\n" msgstr "descifrado fallido: %s\n" -#: g10/mainproc.c:417 +#: g10/mainproc.c:458 msgid "NOTE: sender requested \"for-your-eyes-only\"\n" msgstr "NOTA: el remitente solicitó \"sólo-para-tus-ojos\"\n" -#: g10/mainproc.c:419 +#: g10/mainproc.c:460 #, c-format msgid "original file name='%.*s'\n" msgstr "nombre fichero original='%.*s'\n" -#: g10/mainproc.c:574 +#: g10/mainproc.c:615 msgid "standalone revocation - use \"gpg --import\" to apply\n" msgstr "" -#: g10/mainproc.c:661 g10/mainproc.c:670 +#: g10/mainproc.c:702 g10/mainproc.c:711 msgid "WARNING: invalid notation data found\n" msgstr "ATENCIÓN: encontrados datos de notación no válidos\n" -#: g10/mainproc.c:673 +#: g10/mainproc.c:714 msgid "Notation: " msgstr "Notación: " -#: g10/mainproc.c:682 +#: g10/mainproc.c:723 msgid "Policy: " msgstr "Política: " -#: g10/mainproc.c:1124 +#: g10/mainproc.c:1233 msgid "signature verification suppressed\n" msgstr "suprimida la verificación de la firma\n" -#: g10/mainproc.c:1161 +#: g10/mainproc.c:1270 #, c-format msgid "Signature made %.*s using %s key ID %08lX\n" msgstr "Firma creada el %.*s usando clave %s ID %08lX\n" #. just in case that we have no userid -#: g10/mainproc.c:1187 g10/mainproc.c:1198 +#: g10/mainproc.c:1305 g10/mainproc.c:1316 msgid "BAD signature from \"" msgstr "Firma INCORRECTA de \"" -#: g10/mainproc.c:1188 g10/mainproc.c:1199 +#: g10/mainproc.c:1306 g10/mainproc.c:1317 msgid "Good signature from \"" msgstr "Firma correcta de \"" -#: g10/mainproc.c:1190 +#: g10/mainproc.c:1308 msgid " aka \"" msgstr "también conocido como \"" -#: g10/mainproc.c:1246 +#: g10/mainproc.c:1364 #, c-format msgid "Can't check signature: %s\n" msgstr "Imposible comprobar la firma: %s\n" -#: g10/mainproc.c:1321 +#: g10/mainproc.c:1421 g10/mainproc.c:1436 g10/mainproc.c:1498 +#, fuzzy +msgid "not a detached signature\n" +msgstr "hace una firma separada" + +#: g10/mainproc.c:1447 #, fuzzy, c-format msgid "standalone signature of class 0x%02x\n" msgstr "Clase de firma desconocida" -#: g10/mainproc.c:1372 +#: g10/mainproc.c:1502 msgid "old style (PGP 2.x) signature\n" msgstr "firma viejo estilo (PGP 2.x)\n" -#: g10/mainproc.c:1377 +#: g10/mainproc.c:1507 msgid "invalid root packet detected in proc_tree()\n" msgstr "paquete raíz no válido detectado en proc_tree()\n" @@ -2815,7 +2821,12 @@ msgstr "Introduzca el nombre del fichero de datos: " msgid "reading stdin ...\n" msgstr "leyendo stdin...\n" -#: g10/plaintext.c:392 +#: g10/plaintext.c:383 +#, fuzzy +msgid "no signed data\n" +msgstr "imposible abrir datos firmados `%s'\n" + +#: g10/plaintext.c:391 #, c-format msgid "can't open signed data `%s'\n" msgstr "imposible abrir datos firmados `%s'\n" @@ -2935,7 +2946,7 @@ msgstr "asumiendo firma incorrecta debido a un bit cr msgid "%s signature from: %s\n" msgstr "firma %s de: %s\n" -#: g10/sign.c:290 g10/sign.c:610 +#: g10/sign.c:290 g10/sign.c:613 #, c-format msgid "can't create %s: %s\n" msgstr "no puede crearse %s: %s\n" @@ -3381,14 +3392,14 @@ msgstr "fallo al poner '%s' en la tabla de confianza: %s\n" msgid "WARNING: can't yet handle long pref records\n" msgstr "ATENCÍON: todavía no puedo tratar registros de preferencias largos\n" -#: g10/verify.c:82 +#: g10/verify.c:108 msgid "" "the signature could not be verified.\n" "Please remember that the signature file (.sig or .asc)\n" "should be the first file given on the command line.\n" msgstr "" -#: g10/verify.c:147 +#: g10/verify.c:173 #, c-format msgid "input line %u too long or missing LF\n" msgstr "" @@ -3777,6 +3788,9 @@ msgstr "Ayuda no disponible" msgid "No help available for `%s'" msgstr "Ayuda no disponible para `%s'" +#~ msgid "no secret key for decryption available\n" +#~ msgstr "clave secreta para descifrado no disponible\n" + #~ msgid "" #~ "RSA keys are deprecated; please consider creating a new key and use this key " #~ "in the future\n" diff --git a/po/fr.po b/po/fr.po index 9a0529b7f..b4c60f6ae 100644 --- a/po/fr.po +++ b/po/fr.po @@ -10,7 +10,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg 1.0.1h\n" -"POT-Creation-Date: 2000-11-24 13:52+0100\n" +"POT-Creation-Date: 2000-12-19 11:58+0100\n" "PO-Revision-Date: 2000-06-28 18:41+02:00\n" "Last-Translator: Gaël Quéri \n" "Language-Team: French \n" @@ -675,17 +675,17 @@ msgstr "" " --list-keys [utilisateur] montrer les clés\n" " --fingerprint [utilisateur] montrer les empreintes\n" -#: g10/g10.c:426 +#: g10/g10.c:427 msgid "Please report bugs to .\n" msgstr "" "Signaler toutes anomalies à (en anglais)\n" "et tout problème de traduction à .\n" -#: g10/g10.c:430 +#: g10/g10.c:431 msgid "Usage: gpg [options] [files] (-h for help)" msgstr "Utilisation: gpg [options] [fichiers] (-h pour l'aide)" -#: g10/g10.c:433 +#: g10/g10.c:434 msgid "" "Syntax: gpg [options] [files]\n" "sign, check, encrypt or decrypt\n" @@ -695,7 +695,7 @@ msgstr "" "signer, vérifier, chiffrer ou déchiffrer\n" "l'opération par défaut dépend des données entrées\n" -#: g10/g10.c:440 +#: g10/g10.c:441 msgid "" "\n" "Supported algorithms:\n" @@ -703,188 +703,188 @@ msgstr "" "\n" "Algorithmes supportés:\n" -#: g10/g10.c:519 +#: g10/g10.c:520 msgid "usage: gpg [options] " msgstr "utilisation: gpg [options] " -#: g10/g10.c:572 +#: g10/g10.c:573 msgid "conflicting commands\n" msgstr "commandes en conflit\n" -#: g10/g10.c:712 +#: g10/g10.c:713 #, c-format msgid "NOTE: no default option file `%s'\n" msgstr "NOTE: pas de fichier d'options par défaut `%s'\n" -#: g10/g10.c:716 +#: g10/g10.c:717 #, c-format msgid "option file `%s': %s\n" msgstr "fichier d'options `%s': %s\n" -#: g10/g10.c:723 +#: g10/g10.c:724 #, c-format msgid "reading options from `%s'\n" msgstr "lire les options de `%s'\n" -#: g10/g10.c:915 +#: g10/g10.c:925 #, c-format msgid "%s is not a valid character set\n" msgstr "%s n'est pas une table de caractères valide\n" -#: g10/g10.c:983 +#: g10/g10.c:994 msgid "WARNING: program may create a core file!\n" msgstr "ATTENTION: Le programme peut créer un fichier «core» !\n" -#: g10/g10.c:987 g10/g10.c:996 +#: g10/g10.c:998 g10/g10.c:1007 #, c-format msgid "NOTE: %s is not for normal use!\n" msgstr "NOTE: %s n'est pas pour une utilisation normale !\n" -#: g10/g10.c:989 +#: g10/g10.c:1000 #, c-format msgid "%s not allowed with %s!\n" msgstr "%s n'est pas permis avec %s !\n" -#: g10/g10.c:992 +#: g10/g10.c:1003 #, c-format msgid "%s makes no sense with %s!\n" msgstr "%s n'a aucun sens avec %s !\n" -#: g10/g10.c:1011 g10/g10.c:1023 +#: g10/g10.c:1023 g10/g10.c:1035 msgid "selected cipher algorithm is invalid\n" msgstr "l'algorithme de chiffrement sélectionné est invalide\n" -#: g10/g10.c:1017 g10/g10.c:1029 +#: g10/g10.c:1029 g10/g10.c:1041 msgid "selected digest algorithm is invalid\n" msgstr "la fonction de hachage sélectionnée est invalide\n" -#: g10/g10.c:1033 +#: g10/g10.c:1045 msgid "the given policy URL is invalid\n" msgstr "l'URL de politique donnée est invalide\n" -#: g10/g10.c:1036 +#: g10/g10.c:1048 #, c-format msgid "compress algorithm must be in range %d..%d\n" msgstr "l'algorithme de compression doit faire partie de l'intervalle %d..%d\n" -#: g10/g10.c:1038 +#: g10/g10.c:1050 msgid "completes-needed must be greater than 0\n" msgstr "«completes-needed» doit être supérieur à 0\n" -#: g10/g10.c:1040 +#: g10/g10.c:1052 msgid "marginals-needed must be greater than 1\n" msgstr "«marginals-needed» doit être supérieur à 1\n" -#: g10/g10.c:1042 +#: g10/g10.c:1054 msgid "max-cert-depth must be in range 1 to 255\n" msgstr "«max-cert-depth» doit être compris entre 1 et 255\n" -#: g10/g10.c:1045 +#: g10/g10.c:1057 msgid "NOTE: simple S2K mode (0) is strongly discouraged\n" msgstr "NOTE: le mode S2K simple (0) est fortement déconseillé\n" -#: g10/g10.c:1049 +#: g10/g10.c:1061 msgid "invalid S2K mode; must be 0, 1 or 3\n" msgstr "mode S2K invalide; ce doit être 0, 1 ou 3\n" -#: g10/g10.c:1134 +#: g10/g10.c:1146 #, c-format msgid "failed to initialize the TrustDB: %s\n" msgstr "impossible d'initialiser la base de confiance: %s\n" -#: g10/g10.c:1140 +#: g10/g10.c:1152 msgid "--store [filename]" msgstr "--store [nom du fichier]" -#: g10/g10.c:1147 +#: g10/g10.c:1159 msgid "--symmetric [filename]" msgstr "--symmetric [nom du fichier]" -#: g10/g10.c:1155 +#: g10/g10.c:1167 msgid "--encrypt [filename]" msgstr "--encrypt [nom du fichier]" -#: g10/g10.c:1168 +#: g10/g10.c:1180 msgid "--sign [filename]" msgstr "--sign [nom du fichier]" -#: g10/g10.c:1181 +#: g10/g10.c:1193 msgid "--sign --encrypt [filename]" msgstr "--sign --encrypt [nom du fichier]" -#: g10/g10.c:1195 +#: g10/g10.c:1207 msgid "--clearsign [filename]" msgstr "--clearsign [nom du fichier]" -#: g10/g10.c:1212 +#: g10/g10.c:1224 msgid "--decrypt [filename]" msgstr "--decrypt [nom du fichier]" -#: g10/g10.c:1220 +#: g10/g10.c:1232 msgid "--sign-key user-id" msgstr "--sign-key utilisateur" -#: g10/g10.c:1228 +#: g10/g10.c:1240 msgid "--lsign-key user-id" msgstr "--lsign-key utilisateur" -#: g10/g10.c:1236 +#: g10/g10.c:1248 msgid "--edit-key user-id [commands]" msgstr "--edit-key utilisateur [commandes]" -#: g10/g10.c:1252 +#: g10/g10.c:1264 msgid "--delete-secret-key user-id" msgstr "--delete-secret-key utilisateur" -#: g10/g10.c:1255 +#: g10/g10.c:1267 msgid "--delete-key user-id" msgstr "--delete-key utilisateur" -#: g10/encode.c:265 g10/g10.c:1292 g10/sign.c:393 +#: g10/encode.c:268 g10/g10.c:1304 g10/sign.c:393 #, c-format msgid "can't open %s: %s\n" msgstr "impossible d'ouvrir %s: %s\n" -#: g10/g10.c:1307 +#: g10/g10.c:1319 msgid "-k[v][v][v][c] [user-id] [keyring]" msgstr "-k[v][v][v][c] [utilisateur] [porte-clés]" -#: g10/g10.c:1373 +#: g10/g10.c:1385 #, c-format msgid "dearmoring failed: %s\n" msgstr "la suppression d'une armure a échoué: %s\n" -#: g10/g10.c:1381 +#: g10/g10.c:1393 #, c-format msgid "enarmoring failed: %s\n" msgstr "la construction d'une armure a échoué: %s \n" -#: g10/g10.c:1452 +#: g10/g10.c:1464 #, c-format msgid "invalid hash algorithm `%s'\n" msgstr "algorithme de hachage `%s' invalide\n" -#: g10/g10.c:1539 +#: g10/g10.c:1551 msgid "[filename]" msgstr "[nom du fichier]" -#: g10/g10.c:1543 +#: g10/g10.c:1555 msgid "Go ahead and type your message ...\n" msgstr "Continuez et tapez votre message...\n" -#: g10/decrypt.c:59 g10/g10.c:1546 g10/verify.c:68 g10/verify.c:113 +#: g10/decrypt.c:59 g10/g10.c:1558 g10/verify.c:94 g10/verify.c:139 #, c-format msgid "can't open `%s'\n" msgstr "impossible d'ouvrir `%s'\n" -#: g10/g10.c:1756 +#: g10/g10.c:1767 msgid "" "the first character of a notation name must be a letter or an underscore\n" msgstr "" "le premier caractère du nom d'une notation doit être un lettre ou un trait\n" "de soulignement\n" -#: g10/g10.c:1762 +#: g10/g10.c:1773 msgid "" "a notation name must have only letters, digits, dots or underscores and end " "with an '='\n" @@ -893,13 +893,13 @@ msgstr "" "des points ou des traits de soulignement et doit se terminer par un signe " "égal\n" -#: g10/g10.c:1768 +#: g10/g10.c:1779 msgid "dots in a notation name must be surrounded by other characters\n" msgstr "" "les points dans le nom d'une notation doivent être entourés d'autes " "caractères\n" -#: g10/g10.c:1776 +#: g10/g10.c:1787 msgid "a notation value must not use any control characters\n" msgstr "une valeur de notation ne doit utiliser aucun caractère de contrôle\n" @@ -1645,17 +1645,17 @@ msgstr "%s: impossible d'ouvrir: %s\n" msgid "error creating passphrase: %s\n" msgstr "erreur pendant la création du mot de passe: %s\n" -#: g10/encode.c:171 g10/encode.c:324 +#: g10/encode.c:171 g10/encode.c:327 #, c-format msgid "%s: WARNING: empty file\n" msgstr "%s: ATTENTION: fichier vide\n" -#: g10/encode.c:271 +#: g10/encode.c:274 #, c-format msgid "reading from `%s'\n" msgstr "lecture de `%s'\n" -#: g10/encode.c:492 +#: g10/encode.c:497 #, c-format msgid "%s/%s encrypted for: %s\n" msgstr "%s/%s chiffré pour: %s\n" @@ -1790,7 +1790,7 @@ msgstr " cl msgid " secret keys unchanged: %lu\n" msgstr " clés secrètes inchangées: %lu\n" -#: g10/import.c:391 g10/import.c:590 +#: g10/import.c:391 g10/import.c:600 #, c-format msgid "key %08lX: no user ID\n" msgstr "clé %08lX: pas de nom d'utilisateur\n" @@ -1804,7 +1804,7 @@ msgstr "cl msgid "this may be caused by a missing self-signature\n" msgstr "cela peut provenir d'une auto-signature manquante\n" -#: g10/import.c:418 g10/import.c:657 +#: g10/import.c:418 g10/import.c:667 #, c-format msgid "key %08lX: public key not found: %s\n" msgstr "clé %08lX: clé publique pas trouvée: %s\n" @@ -1818,17 +1818,17 @@ msgstr "cl msgid "no default public keyring\n" msgstr "pas de porte-clés public par défaut\n" -#: g10/import.c:435 g10/openfile.c:230 g10/sign.c:295 g10/sign.c:615 +#: g10/import.c:435 g10/openfile.c:230 g10/sign.c:295 g10/sign.c:618 #, c-format msgid "writing to `%s'\n" msgstr "écriture de `%s'\n" -#: g10/import.c:438 g10/import.c:496 g10/import.c:605 g10/import.c:706 +#: g10/import.c:438 g10/import.c:496 g10/import.c:615 g10/import.c:716 #, c-format msgid "can't lock keyring `%s': %s\n" msgstr "impossible de verrouiller le porte-clés `%s': %s\n" -#: g10/import.c:441 g10/import.c:499 g10/import.c:608 g10/import.c:709 +#: g10/import.c:441 g10/import.c:499 g10/import.c:618 g10/import.c:719 #, c-format msgid "error writing keyring `%s': %s\n" msgstr "erreur durant l'écriture du porte-clés `%s': %s\n" @@ -1843,12 +1843,12 @@ msgstr "cl msgid "key %08lX: doesn't match our copy\n" msgstr "clé %08lX: ne ressemble pas à notre copie\n" -#: g10/import.c:472 g10/import.c:665 +#: g10/import.c:472 g10/import.c:675 #, c-format msgid "key %08lX: can't locate original keyblock: %s\n" msgstr "clé %08lX: impossible de trouver le bloc de clés original: %s\n" -#: g10/import.c:478 g10/import.c:671 +#: g10/import.c:478 g10/import.c:681 #, c-format msgid "key %08lX: can't read original keyblock: %s\n" msgstr "clé %08lX: impossible de lire le bloc de clés original: %s\n" @@ -1888,75 +1888,80 @@ msgstr "cl msgid "key %08lX: not changed\n" msgstr "clé %08lX: n'a pas changé\n" -#: g10/import.c:613 +#: g10/import.c:593 +#, c-format +msgid "secret key %08lX not imported (use %s to allow for it)\n" +msgstr "" + +#: g10/import.c:623 #, c-format msgid "key %08lX: secret key imported\n" msgstr "clé %08lX: clé secrète importée\n" #. we can't merge secret keys -#: g10/import.c:617 +#: g10/import.c:627 #, c-format msgid "key %08lX: already in secret keyring\n" msgstr "clé %08lX: déjà dans le porte-clés secret\n" -#: g10/import.c:622 +#: g10/import.c:632 #, c-format msgid "key %08lX: secret key not found: %s\n" msgstr "clé %08lX: clé secrète pas trouvée: %s\n" -#: g10/import.c:651 +#: g10/import.c:661 #, c-format msgid "key %08lX: no public key - can't apply revocation certificate\n" msgstr "" "clé %08lX: pas de clé publique - le certificat de révocation ne peut\n" "être appliqué\n" -#: g10/import.c:682 +#: g10/import.c:692 #, c-format msgid "key %08lX: invalid revocation certificate: %s - rejected\n" msgstr "clé %08lX: certificat de révocation invalide: %s - rejeté\n" -#: g10/import.c:714 +#: g10/import.c:724 #, c-format msgid "key %08lX: revocation certificate imported\n" msgstr "clé %08lX: certificat de révocation importé\n" -#: g10/import.c:756 +#: g10/import.c:766 #, c-format msgid "key %08lX: no user ID for signature\n" msgstr "clé %08lX: pas d'utilisateur pour la signature\n" -#: g10/import.c:763 g10/import.c:787 +#: g10/import.c:773 g10/import.c:797 #, c-format msgid "key %08lX: unsupported public key algorithm\n" msgstr "clé %08lX: algorithme de clé publique non supporté\n" -#: g10/import.c:764 +#: g10/import.c:774 #, c-format msgid "key %08lX: invalid self-signature\n" msgstr "clé %08lX: auto-signature invalide\n" -#: g10/import.c:779 +#: g10/import.c:789 #, c-format msgid "key %08lX: no subkey for key binding\n" msgstr "clé %08lX: pas de sous-clé pour relier la clé\n" -#: g10/import.c:788 +#: g10/import.c:798 #, c-format msgid "key %08lX: invalid subkey binding\n" msgstr "clé %08lX: liaison avec la sous-clé invalide\n" -#: g10/import.c:815 +#: g10/import.c:825 #, c-format msgid "key %08lX: accepted non self-signed user ID '" msgstr "clé %08lX: utilisateur non signé par lui-même accepté: '" -#: g10/import.c:844 +#: g10/import.c:854 #, c-format msgid "key %08lX: skipped user ID '" msgstr "clé %08lX: utilisateur non pris en compte: '" -#: g10/import.c:867 +#: g10/import.c:877 #, c-format msgid "key %08lX: skipped subkey\n" msgstr "clé %08lX: sous-clé non prise en compte\n" @@ -1965,32 +1970,32 @@ msgstr "cl #. * 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:892 +#: g10/import.c:902 #, c-format msgid "key %08lX: non exportable signature (class %02x) - skipped\n" msgstr "clé %08lX: signature non exportable (classe %02x) - ignorée\n" -#: g10/import.c:901 +#: g10/import.c:911 #, c-format msgid "key %08lX: revocation certificate at wrong place - skipped\n" msgstr "clé %08lX: certificat de révocation au mauvais endroit - ignorée\n" -#: g10/import.c:909 +#: g10/import.c:919 #, c-format msgid "key %08lX: invalid revocation certificate: %s - skipped\n" msgstr "clé %08lX: certificat de révocation invalide: %s - ignorée\n" -#: g10/import.c:1009 +#: g10/import.c:1019 #, c-format msgid "key %08lX: duplicated user ID detected - merged\n" msgstr "clé %08lX: nom d'utilisateur en double fusionné\n" -#: g10/import.c:1060 +#: g10/import.c:1071 #, c-format msgid "key %08lX: revocation certificate added\n" msgstr "clé %08lX: certificat de révocation ajouté\n" -#: g10/import.c:1174 g10/import.c:1227 +#: g10/import.c:1185 g10/import.c:1238 #, c-format msgid "key %08lX: our copy has no self-signature\n" msgstr "clé %08lX: notre copie n'a pas d'auto-signature\n" @@ -2579,114 +2584,115 @@ msgid "revoked" msgstr "revclé" #. of subkey -#: g10/keylist.c:400 g10/mainproc.c:793 +#: g10/keylist.c:400 g10/mainproc.c:834 #, c-format msgid " [expires: %s]" msgstr " [expire: %s]" -#: g10/mainproc.c:240 +#: g10/mainproc.c:270 #, c-format msgid "public key is %08lX\n" msgstr "la clé publique est %08lX\n" -#: g10/mainproc.c:284 +#: g10/mainproc.c:315 msgid "public key encrypted data: good DEK\n" msgstr "données chiffrées par clé publique: bonne clé de chiffrement (DEK)\n" -#: g10/mainproc.c:326 +#: g10/mainproc.c:367 #, c-format msgid "encrypted with %u-bit %s key, ID %08lX, created %s\n" msgstr "chiffré avec une clé de %u bits %s, ID %08lX, créée le %s\n" -#: g10/mainproc.c:336 +#: g10/mainproc.c:377 #, c-format msgid "encrypted with %s key, ID %08lX\n" msgstr "chiffré avec une clé %s, %08lX\n" -#: g10/mainproc.c:342 -msgid "no secret key for decryption available\n" -msgstr "aucune clé secrète n'est disponible pour le déchiffrement\n" - -#: g10/mainproc.c:351 +#: g10/mainproc.c:391 #, c-format msgid "public key decryption failed: %s\n" msgstr "le déchiffrement par clé publique a échoué: %s\n" -#: g10/mainproc.c:388 +#: g10/mainproc.c:429 msgid "decryption okay\n" msgstr "le déchiffrement a réussi\n" -#: g10/mainproc.c:393 +#: g10/mainproc.c:434 msgid "WARNING: encrypted message has been manipulated!\n" msgstr "ATTENTION: le message chiffré a été manipulé !\n" -#: g10/mainproc.c:398 +#: g10/mainproc.c:439 #, c-format msgid "decryption failed: %s\n" msgstr "le déchiffrement a échoué: %s\n" -#: g10/mainproc.c:417 +#: g10/mainproc.c:458 msgid "NOTE: sender requested \"for-your-eyes-only\"\n" msgstr "NOTE: l'expéditeur a demandé «pour vos yeux seulement»\n" -#: g10/mainproc.c:419 +#: g10/mainproc.c:460 #, c-format msgid "original file name='%.*s'\n" msgstr "nom de fichier original: '%.*s'\n" -#: g10/mainproc.c:574 +#: g10/mainproc.c:615 msgid "standalone revocation - use \"gpg --import\" to apply\n" msgstr "révocation autonome - utilisez «gpg --import» pour l'appliquer\n" -#: g10/mainproc.c:661 g10/mainproc.c:670 +#: g10/mainproc.c:702 g10/mainproc.c:711 msgid "WARNING: invalid notation data found\n" msgstr "ATTENTION: des données de notation invalides ont été détectées\n" -#: g10/mainproc.c:673 +#: g10/mainproc.c:714 msgid "Notation: " msgstr "Notation: " -#: g10/mainproc.c:682 +#: g10/mainproc.c:723 msgid "Policy: " msgstr "Politique: " -#: g10/mainproc.c:1124 +#: g10/mainproc.c:1233 msgid "signature verification suppressed\n" msgstr "vérification de signature supprimée\n" -#: g10/mainproc.c:1161 +#: g10/mainproc.c:1270 #, c-format msgid "Signature made %.*s using %s key ID %08lX\n" msgstr "Signature faite %.*s avec une clé %s ID %08lX\n" #. just in case that we have no userid -#: g10/mainproc.c:1187 g10/mainproc.c:1198 +#: g10/mainproc.c:1305 g10/mainproc.c:1316 msgid "BAD signature from \"" msgstr "MAUVAISE signature de \"" -#: g10/mainproc.c:1188 g10/mainproc.c:1199 +#: g10/mainproc.c:1306 g10/mainproc.c:1317 msgid "Good signature from \"" msgstr "Bonne signature de \"" -#: g10/mainproc.c:1190 +#: g10/mainproc.c:1308 msgid " aka \"" msgstr " alias \"" -#: g10/mainproc.c:1246 +#: g10/mainproc.c:1364 #, c-format msgid "Can't check signature: %s\n" msgstr "Impossible de vérifier la signature: %s\n" -#: g10/mainproc.c:1321 +#: g10/mainproc.c:1421 g10/mainproc.c:1436 g10/mainproc.c:1498 +#, fuzzy +msgid "not a detached signature\n" +msgstr "faire une signature détachée" + +#: g10/mainproc.c:1447 #, c-format msgid "standalone signature of class 0x%02x\n" msgstr "signature autonome de classe 0x%02x\n" -#: g10/mainproc.c:1372 +#: g10/mainproc.c:1502 msgid "old style (PGP 2.x) signature\n" msgstr "signature d'un ancien style (PGP 2.x)\n" -#: g10/mainproc.c:1377 +#: g10/mainproc.c:1507 msgid "invalid root packet detected in proc_tree()\n" msgstr "paquet racine invalide détecté dans proc_tree()\n" @@ -2817,7 +2823,12 @@ msgstr "Entrez le nom du fichier de donn msgid "reading stdin ...\n" msgstr "lecture de l'entrée standard...\n" -#: g10/plaintext.c:392 +#: g10/plaintext.c:383 +#, fuzzy +msgid "no signed data\n" +msgstr "impossible d'ouvir les données signées `%s'\n" + +#: g10/plaintext.c:391 #, c-format msgid "can't open signed data `%s'\n" msgstr "impossible d'ouvir les données signées `%s'\n" @@ -2940,7 +2951,7 @@ msgstr "" msgid "%s signature from: %s\n" msgstr "Signature %s de: %s\n" -#: g10/sign.c:290 g10/sign.c:610 +#: g10/sign.c:290 g10/sign.c:613 #, c-format msgid "can't create %s: %s\n" msgstr "impossible de créer %s: %s\n" @@ -3396,7 +3407,7 @@ msgstr "" "ATTENTION: les enregistrements de préférences longs ne sont pas encore\n" "supportés\n" -#: g10/verify.c:82 +#: g10/verify.c:108 msgid "" "the signature could not be verified.\n" "Please remember that the signature file (.sig or .asc)\n" @@ -3406,7 +3417,7 @@ msgstr "" "Rappelez-vous bien que le fichier de signature (.sig ou .asc)\n" "doit être le premier fichier indiqué sur la ligne de commande.\n" -#: g10/verify.c:147 +#: g10/verify.c:173 #, c-format msgid "input line %u too long or missing LF\n" msgstr "" @@ -3822,6 +3833,9 @@ msgstr "Pas d'aide disponible" msgid "No help available for `%s'" msgstr "Pas d'aide disponible pour `%s'" +#~ msgid "no secret key for decryption available\n" +#~ msgstr "aucune clé secrète n'est disponible pour le déchiffrement\n" + #~ msgid "" #~ "RSA keys are deprecated; please consider creating a new key and use this key " #~ "in the future\n" diff --git a/po/id.po b/po/id.po index 5c9a7997d..ad4fa9a68 100644 --- a/po/id.po +++ b/po/id.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: GNU Privacy Guard 1.0.1\n" -"POT-Creation-Date: 2000-11-24 13:52+0100\n" +"POT-Creation-Date: 2000-12-19 11:58+0100\n" "PO-Revision-Date: 2000-02-06 18:04+07:00\n" "Last-Translator: Tedi Heriyanto \n" "Language-Team: Indonesia \n" @@ -663,15 +663,15 @@ msgstr "" " --list-keys [nama] tampilkan kunci\n" " --fingerprint [nama] tampilkan fingerprint\n" -#: g10/g10.c:426 +#: g10/g10.c:427 msgid "Please report bugs to .\n" msgstr "Silakan laporkan kesalahan ke .\n" -#: g10/g10.c:430 +#: g10/g10.c:431 msgid "Usage: gpg [options] [files] (-h for help)" msgstr "Pemakaian: gpg [pilihan] [file] (-h untuk bantuan)" -#: g10/g10.c:433 +#: g10/g10.c:434 msgid "" "Syntax: gpg [options] [files]\n" "sign, check, encrypt or decrypt\n" @@ -681,7 +681,7 @@ msgstr "" "tandai, cek, enkripsi atau dekripsi\n" "operasi baku tergantung pada data input\n" -#: g10/g10.c:440 +#: g10/g10.c:441 msgid "" "\n" "Supported algorithms:\n" @@ -689,186 +689,186 @@ msgstr "" "\n" "Algoritma yang didukung:\n" -#: g10/g10.c:519 +#: g10/g10.c:520 msgid "usage: gpg [options] " msgstr "pemakaian: gpg [pilihan] " -#: g10/g10.c:572 +#: g10/g10.c:573 msgid "conflicting commands\n" msgstr "perintah saling konflik\n" -#: g10/g10.c:712 +#: g10/g10.c:713 #, c-format msgid "NOTE: no default option file `%s'\n" msgstr "CATATAN: tidak ada file pilihan baku `%s'\n" -#: g10/g10.c:716 +#: g10/g10.c:717 #, c-format msgid "option file `%s': %s\n" msgstr "file pilihan `%s': %s\n" -#: g10/g10.c:723 +#: g10/g10.c:724 #, c-format msgid "reading options from `%s'\n" msgstr "membaca pilihan dari `%s'\n" -#: g10/g10.c:915 +#: g10/g10.c:925 #, c-format msgid "%s is not a valid character set\n" msgstr "%s bukanlah set karakter yang valid\n" -#: g10/g10.c:983 +#: g10/g10.c:994 msgid "WARNING: program may create a core file!\n" msgstr "PERINGATAN: program mungkin membuat file core!\n" -#: g10/g10.c:987 g10/g10.c:996 +#: g10/g10.c:998 g10/g10.c:1007 #, c-format msgid "NOTE: %s is not for normal use!\n" msgstr "CATATAN: %s tidak untuk pemakaian normal!\n" -#: g10/g10.c:989 +#: g10/g10.c:1000 #, c-format msgid "%s not allowed with %s!\n" msgstr "%s tidak dibolehkan dengan %s!\n" -#: g10/g10.c:992 +#: g10/g10.c:1003 #, c-format msgid "%s makes no sense with %s!\n" msgstr "%s tidak masuk akal dengan %s!\n" -#: g10/g10.c:1011 g10/g10.c:1023 +#: g10/g10.c:1023 g10/g10.c:1035 msgid "selected cipher algorithm is invalid\n" msgstr "algoritma cipher yang dipilih tidak valid\n" -#: g10/g10.c:1017 g10/g10.c:1029 +#: g10/g10.c:1029 g10/g10.c:1041 msgid "selected digest algorithm is invalid\n" msgstr "algoritma digest yang dipilih tidak valid\n" -#: g10/g10.c:1033 +#: g10/g10.c:1045 msgid "the given policy URL is invalid\n" msgstr "kebijakan URL yang diberikan tidak valid\n" -#: g10/g10.c:1036 +#: g10/g10.c:1048 #, c-format msgid "compress algorithm must be in range %d..%d\n" msgstr "algoritma kompresi harus di antara %d..%d\n" -#: g10/g10.c:1038 +#: g10/g10.c:1050 msgid "completes-needed must be greater than 0\n" msgstr "completes-needed harus lebih dari 0\n" -#: g10/g10.c:1040 +#: g10/g10.c:1052 msgid "marginals-needed must be greater than 1\n" msgstr "marginals-needed harus lebih dari 1\n" -#: g10/g10.c:1042 +#: g10/g10.c:1054 msgid "max-cert-depth must be in range 1 to 255\n" msgstr "max-cert-depth harus di antara 1 hingga 255\n" -#: g10/g10.c:1045 +#: g10/g10.c:1057 msgid "NOTE: simple S2K mode (0) is strongly discouraged\n" msgstr "CATATAN: mode S2K sederhana (0) tidak dianjurkan\n" -#: g10/g10.c:1049 +#: g10/g10.c:1061 msgid "invalid S2K mode; must be 0, 1 or 3\n" msgstr "mode S2K yang tidak valid; harus 0, 1 atau 3\n" -#: g10/g10.c:1134 +#: g10/g10.c:1146 #, c-format msgid "failed to initialize the TrustDB: %s\n" msgstr "gagal inisialisasi TrustDB: %s\n" -#: g10/g10.c:1140 +#: g10/g10.c:1152 msgid "--store [filename]" msgstr "--store [namafile]" -#: g10/g10.c:1147 +#: g10/g10.c:1159 msgid "--symmetric [filename]" msgstr "--symmetric [namafile]" -#: g10/g10.c:1155 +#: g10/g10.c:1167 msgid "--encrypt [filename]" msgstr "--encrypt [namafile]" -#: g10/g10.c:1168 +#: g10/g10.c:1180 msgid "--sign [filename]" msgstr "--sign [namafile]" -#: g10/g10.c:1181 +#: g10/g10.c:1193 msgid "--sign --encrypt [filename]" msgstr "--sign --encrypt [namafile]" -#: g10/g10.c:1195 +#: g10/g10.c:1207 msgid "--clearsign [filename]" msgstr "--clearsign [namafile]" -#: g10/g10.c:1212 +#: g10/g10.c:1224 msgid "--decrypt [filename]" msgstr "--decrypt [namafile]" -#: g10/g10.c:1220 +#: g10/g10.c:1232 msgid "--sign-key user-id" msgstr "--sign-key id-user" -#: g10/g10.c:1228 +#: g10/g10.c:1240 msgid "--lsign-key user-id" msgstr "--lsign-key id-user" -#: g10/g10.c:1236 +#: g10/g10.c:1248 msgid "--edit-key user-id [commands]" msgstr "--edit-key id-user [perintah]" -#: g10/g10.c:1252 +#: g10/g10.c:1264 msgid "--delete-secret-key user-id" msgstr "--delete-secret-key id-user" -#: g10/g10.c:1255 +#: g10/g10.c:1267 msgid "--delete-key user-id" msgstr "--delete-key id-user" -#: g10/encode.c:265 g10/g10.c:1292 g10/sign.c:393 +#: g10/encode.c:268 g10/g10.c:1304 g10/sign.c:393 #, c-format msgid "can't open %s: %s\n" msgstr "tidak dapat membuka %s: %s\n" -#: g10/g10.c:1307 +#: g10/g10.c:1319 msgid "-k[v][v][v][c] [user-id] [keyring]" msgstr "-k[v][v][v][c] [id-user] [keyring]" -#: g10/g10.c:1373 +#: g10/g10.c:1385 #, c-format msgid "dearmoring failed: %s\n" msgstr "gagal dearmoring: %s\n" -#: g10/g10.c:1381 +#: g10/g10.c:1393 #, c-format msgid "enarmoring failed: %s\n" msgstr "gagal enarmoring: %s\n" -#: g10/g10.c:1452 +#: g10/g10.c:1464 #, c-format msgid "invalid hash algorithm `%s'\n" msgstr "algoritma hash tidak valid `%s'\n" -#: g10/g10.c:1539 +#: g10/g10.c:1551 msgid "[filename]" msgstr "[namafile]" -#: g10/g10.c:1543 +#: g10/g10.c:1555 msgid "Go ahead and type your message ...\n" msgstr "Teruskan dan ketikkan pesan anda ....\n" -#: g10/decrypt.c:59 g10/g10.c:1546 g10/verify.c:68 g10/verify.c:113 +#: g10/decrypt.c:59 g10/g10.c:1558 g10/verify.c:94 g10/verify.c:139 #, c-format msgid "can't open `%s'\n" msgstr "tidak dapat membuka `%s'\n" -#: g10/g10.c:1756 +#: g10/g10.c:1767 msgid "" "the first character of a notation name must be a letter or an underscore\n" msgstr "karakter pertama nama notasi harus huruf atau garis bawah\n" -#: g10/g10.c:1762 +#: g10/g10.c:1773 msgid "" "a notation name must have only letters, digits, dots or underscores and end " "with an '='\n" @@ -876,11 +876,11 @@ msgstr "" "nama notasi hanya terdiri dari huruf, digit, titik atau garis bawah dan " "diakhiri dengan sebuah '='\n" -#: g10/g10.c:1768 +#: g10/g10.c:1779 msgid "dots in a notation name must be surrounded by other characters\n" msgstr "titik dalam nama notasi harus diapit oleh karakter lain\n" -#: g10/g10.c:1776 +#: g10/g10.c:1787 msgid "a notation value must not use any control characters\n" msgstr "nilai notasi tidak boleh menggunakan karakter kendali\n" @@ -1612,17 +1612,17 @@ msgstr "%s: tidak dapat dibuka: %s\n" msgid "error creating passphrase: %s\n" msgstr "kesalahan penciptaan passphrase: %s\n" -#: g10/encode.c:171 g10/encode.c:324 +#: g10/encode.c:171 g10/encode.c:327 #, c-format msgid "%s: WARNING: empty file\n" msgstr "%s: PERINGATAN: file kosong\n" -#: g10/encode.c:271 +#: g10/encode.c:274 #, c-format msgid "reading from `%s'\n" msgstr "Membaca dari `%s'\n" -#: g10/encode.c:492 +#: g10/encode.c:497 #, c-format msgid "%s/%s encrypted for: %s\n" msgstr "%s/%s dienkripsi untuk: %s\n" @@ -1756,7 +1756,7 @@ msgstr " kunci rahasia diimpor: %lu\n" msgid " secret keys unchanged: %lu\n" msgstr " kunci rahasia tetap: %lu\n" -#: g10/import.c:391 g10/import.c:590 +#: g10/import.c:391 g10/import.c:600 #, c-format msgid "key %08lX: no user ID\n" msgstr "kunci %08lX: tidak ada ID user\n" @@ -1770,7 +1770,7 @@ msgstr "kunci %08lX: tidak ada ID user yang valid\n" msgid "this may be caused by a missing self-signature\n" msgstr "mungkin disebabkan oleh self-signature yang tidak ada\n" -#: g10/import.c:418 g10/import.c:657 +#: g10/import.c:418 g10/import.c:667 #, c-format msgid "key %08lX: public key not found: %s\n" msgstr "kunci %08lX: kunci publik tidak ditemukan: %s\n" @@ -1784,17 +1784,17 @@ msgstr "kunci %08lX: bukan kunci rfc2440 - dilewati\n" msgid "no default public keyring\n" msgstr "tidak ada keyring publik baku\n" -#: g10/import.c:435 g10/openfile.c:230 g10/sign.c:295 g10/sign.c:615 +#: g10/import.c:435 g10/openfile.c:230 g10/sign.c:295 g10/sign.c:618 #, c-format msgid "writing to `%s'\n" msgstr "menulis ke `%s'\n" -#: g10/import.c:438 g10/import.c:496 g10/import.c:605 g10/import.c:706 +#: g10/import.c:438 g10/import.c:496 g10/import.c:615 g10/import.c:716 #, c-format msgid "can't lock keyring `%s': %s\n" msgstr "tidak dapat mengunci keyring `%s': %s\n" -#: g10/import.c:441 g10/import.c:499 g10/import.c:608 g10/import.c:709 +#: g10/import.c:441 g10/import.c:499 g10/import.c:618 g10/import.c:719 #, c-format msgid "error writing keyring `%s': %s\n" msgstr "kesalahan menulis keyring `%s': %s\n" @@ -1809,12 +1809,12 @@ msgstr "kunci %08lX: kunci publik diimpor\n" msgid "key %08lX: doesn't match our copy\n" msgstr "kunci %08lX: tidak cocok dengan duplikat kami\n" -#: g10/import.c:472 g10/import.c:665 +#: g10/import.c:472 g10/import.c:675 #, c-format msgid "key %08lX: can't locate original keyblock: %s\n" msgstr "kunci %08lX: tidak dapat mengalokasi keyblock orisinal: %s\n" -#: g10/import.c:478 g10/import.c:671 +#: g10/import.c:478 g10/import.c:681 #, c-format msgid "key %08lX: can't read original keyblock: %s\n" msgstr "kunci %08lX: tidak dapat membaca keyblok orisinal: %s\n" @@ -1854,75 +1854,80 @@ msgstr "kunci %08lX: %d subkey baru\n" msgid "key %08lX: not changed\n" msgstr "kunci %08lX: tidak berubah\n" -#: g10/import.c:613 +#: g10/import.c:593 +#, c-format +msgid "secret key %08lX not imported (use %s to allow for it)\n" +msgstr "" + +#: g10/import.c:623 #, c-format msgid "key %08lX: secret key imported\n" msgstr "kunci %08lX: kunci rahasia diimpor\n" #. we can't merge secret keys -#: g10/import.c:617 +#: g10/import.c:627 #, c-format msgid "key %08lX: already in secret keyring\n" msgstr "kunci %08lX: sudah ada di keyring rahasia\n" -#: g10/import.c:622 +#: g10/import.c:632 #, c-format msgid "key %08lX: secret key not found: %s\n" msgstr "kunci %08lX: kunci rahasia tidak ditemukan: %s\n" -#: g10/import.c:651 +#: g10/import.c:661 #, c-format msgid "key %08lX: no public key - can't apply revocation certificate\n" msgstr "" "kunci %08lX: tdk ada kunci publik-tdk dpt mengaplikasikan sertifikat " "pembatalan\n" -#: g10/import.c:682 +#: g10/import.c:692 #, c-format msgid "key %08lX: invalid revocation certificate: %s - rejected\n" msgstr "kunci %08lX: sertifikat pembatalan tidak valid: %s - ditolak\n" -#: g10/import.c:714 +#: g10/import.c:724 #, c-format msgid "key %08lX: revocation certificate imported\n" msgstr "kunci %08lX: sertifikat pembatalan diimpor\n" -#: g10/import.c:756 +#: g10/import.c:766 #, c-format msgid "key %08lX: no user ID for signature\n" msgstr "kunci %08lX: tidak ada ID user untuk signature\n" -#: g10/import.c:763 g10/import.c:787 +#: g10/import.c:773 g10/import.c:797 #, c-format msgid "key %08lX: unsupported public key algorithm\n" msgstr "kunci %08lX: algoritma publik key tidak didukung\n" -#: g10/import.c:764 +#: g10/import.c:774 #, c-format msgid "key %08lX: invalid self-signature\n" msgstr "kunci %08lX: self-signature tidak valid\n" -#: g10/import.c:779 +#: g10/import.c:789 #, c-format msgid "key %08lX: no subkey for key binding\n" msgstr "kunci %08lX: tidak ada subkey untuk key binding\n" -#: g10/import.c:788 +#: g10/import.c:798 #, c-format msgid "key %08lX: invalid subkey binding\n" msgstr "kunci %08lX: subkey binding tidak valid\n" -#: g10/import.c:815 +#: g10/import.c:825 #, c-format msgid "key %08lX: accepted non self-signed user ID '" msgstr "kunci %08lX: menerima ID user yang tidak self-signed " -#: g10/import.c:844 +#: g10/import.c:854 #, c-format msgid "key %08lX: skipped user ID '" msgstr "kunci %08lX: melewati ID user " -#: g10/import.c:867 +#: g10/import.c:877 #, c-format msgid "key %08lX: skipped subkey\n" msgstr "kunci %08lX: melewati subkey\n" @@ -1931,32 +1936,32 @@ msgstr "kunci %08lX: melewati subkey\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:892 +#: g10/import.c:902 #, c-format msgid "key %08lX: non exportable signature (class %02x) - skipped\n" msgstr "kunci %08lX: signature tidak dapat diekpor (kelas %02x) - dilewati\n" -#: g10/import.c:901 +#: g10/import.c:911 #, c-format msgid "key %08lX: revocation certificate at wrong place - skipped\n" msgstr "kunci %08lX: sertifikat pembatalan di tempat yang salah - dilewati\n" -#: g10/import.c:909 +#: g10/import.c:919 #, c-format msgid "key %08lX: invalid revocation certificate: %s - skipped\n" msgstr "kunci %08lX: sertifikat pembatalan tidak valid: %s - dilewati\n" -#: g10/import.c:1009 +#: g10/import.c:1019 #, c-format msgid "key %08lX: duplicated user ID detected - merged\n" msgstr "kunci %08lX: terdeteksi ID user duplikat - digabungkan\n" -#: g10/import.c:1060 +#: g10/import.c:1071 #, c-format msgid "key %08lX: revocation certificate added\n" msgstr "kunci %08lX: penambahan sertifikat pembatalan\n" -#: g10/import.c:1174 g10/import.c:1227 +#: g10/import.c:1185 g10/import.c:1238 #, c-format msgid "key %08lX: our copy has no self-signature\n" msgstr "kunci %08lX: salinan kita tidak memiliki self-signature\n" @@ -2544,114 +2549,115 @@ msgid "revoked" msgstr "revkey" #. of subkey -#: g10/keylist.c:400 g10/mainproc.c:793 +#: g10/keylist.c:400 g10/mainproc.c:834 #, fuzzy, c-format msgid " [expires: %s]" msgstr "Kunci berakhir pada %s\n" -#: g10/mainproc.c:240 +#: g10/mainproc.c:270 #, c-format msgid "public key is %08lX\n" msgstr "kunci publik adalah %08lX\n" -#: g10/mainproc.c:284 +#: g10/mainproc.c:315 msgid "public key encrypted data: good DEK\n" msgstr "data terenkripsi dengan kunci publik: DEK baik\n" -#: g10/mainproc.c:326 +#: g10/mainproc.c:367 #, c-format msgid "encrypted with %u-bit %s key, ID %08lX, created %s\n" msgstr "dienkripsi dengan %u-bit kunci %s, ID %08lX, tercipta %s\n" -#: g10/mainproc.c:336 +#: g10/mainproc.c:377 #, c-format msgid "encrypted with %s key, ID %08lX\n" msgstr "dienkripsi dengan kunci %s, ID %08lX\n" -#: g10/mainproc.c:342 -msgid "no secret key for decryption available\n" -msgstr "tidak tersedia kunci rahasia untuk dekripsi\n" - -#: g10/mainproc.c:351 +#: g10/mainproc.c:391 #, c-format msgid "public key decryption failed: %s\n" msgstr "gagal dekripsi kunci publik: %s\n" -#: g10/mainproc.c:388 +#: g10/mainproc.c:429 msgid "decryption okay\n" msgstr "dekripsi lancar\n" -#: g10/mainproc.c:393 +#: g10/mainproc.c:434 msgid "WARNING: encrypted message has been manipulated!\n" msgstr "PERINGATAN: pesan terenkripsi telah dimanipulasi!\n" -#: g10/mainproc.c:398 +#: g10/mainproc.c:439 #, c-format msgid "decryption failed: %s\n" msgstr "gagal dekripsi: %s\n" -#: g10/mainproc.c:417 +#: g10/mainproc.c:458 msgid "NOTE: sender requested \"for-your-eyes-only\"\n" msgstr "CATATAN: pengirim meminta \"for-your-eyes-only\"\n" -#: g10/mainproc.c:419 +#: g10/mainproc.c:460 #, c-format msgid "original file name='%.*s'\n" msgstr "nama file asli='%.*s'\n" -#: g10/mainproc.c:574 +#: g10/mainproc.c:615 msgid "standalone revocation - use \"gpg --import\" to apply\n" msgstr "" -#: g10/mainproc.c:661 g10/mainproc.c:670 +#: g10/mainproc.c:702 g10/mainproc.c:711 msgid "WARNING: invalid notation data found\n" msgstr "PERINGATAN: ditemukan notasi data tidak valid\n" -#: g10/mainproc.c:673 +#: g10/mainproc.c:714 msgid "Notation: " msgstr "Notasi: " -#: g10/mainproc.c:682 +#: g10/mainproc.c:723 msgid "Policy: " msgstr "Kebijakan: " -#: g10/mainproc.c:1124 +#: g10/mainproc.c:1233 msgid "signature verification suppressed\n" msgstr "verifikasi signature tidak optimal\n" -#: g10/mainproc.c:1161 +#: g10/mainproc.c:1270 #, c-format msgid "Signature made %.*s using %s key ID %08lX\n" msgstr "Signature dibuat %.*s menggunakan kunci %s ID %08lX\n" #. just in case that we have no userid -#: g10/mainproc.c:1187 g10/mainproc.c:1198 +#: g10/mainproc.c:1305 g10/mainproc.c:1316 msgid "BAD signature from \"" msgstr "signature BURUK dari \"" -#: g10/mainproc.c:1188 g10/mainproc.c:1199 +#: g10/mainproc.c:1306 g10/mainproc.c:1317 msgid "Good signature from \"" msgstr "Signature baik dari \"" -#: g10/mainproc.c:1190 +#: g10/mainproc.c:1308 msgid " aka \"" msgstr " alias \"" -#: g10/mainproc.c:1246 +#: g10/mainproc.c:1364 #, c-format msgid "Can't check signature: %s\n" msgstr "Tidak dapat memeriksa signature: %s\n" -#: g10/mainproc.c:1321 +#: g10/mainproc.c:1421 g10/mainproc.c:1436 g10/mainproc.c:1498 +#, fuzzy +msgid "not a detached signature\n" +msgstr "buat detached signature" + +#: g10/mainproc.c:1447 #, fuzzy, c-format msgid "standalone signature of class 0x%02x\n" msgstr "kelas signature tidak dikenal" -#: g10/mainproc.c:1372 +#: g10/mainproc.c:1502 msgid "old style (PGP 2.x) signature\n" msgstr "signature model lama (PGP 2.X)\n" -#: g10/mainproc.c:1377 +#: g10/mainproc.c:1507 msgid "invalid root packet detected in proc_tree()\n" msgstr "terdeteksi root paket tidak valid dalam proc_tree()\n" @@ -2780,7 +2786,12 @@ msgstr "Silakan masukkan nama file data: " msgid "reading stdin ...\n" msgstr "membaca stdin ...\n" -#: g10/plaintext.c:392 +#: g10/plaintext.c:383 +#, fuzzy +msgid "no signed data\n" +msgstr "tidak dapat membuka data tertandai `%s'\n" + +#: g10/plaintext.c:391 #, c-format msgid "can't open signed data `%s'\n" msgstr "tidak dapat membuka data tertandai `%s'\n" @@ -2899,7 +2910,7 @@ msgstr "mengasumsikan signature buruk karena ada bit kritik tidak dikenal\n" msgid "%s signature from: %s\n" msgstr "%s signature dari: %s\n" -#: g10/sign.c:290 g10/sign.c:610 +#: g10/sign.c:290 g10/sign.c:613 #, c-format msgid "can't create %s: %s\n" msgstr "tidak dapat membuat %s: %s\n" @@ -3340,14 +3351,14 @@ msgstr "gagal menaruh '%s' ke dalam trustdb: %s\n" msgid "WARNING: can't yet handle long pref records\n" msgstr "PERINGATAN: belum dapat menangani record pref panjang\n" -#: g10/verify.c:82 +#: g10/verify.c:108 msgid "" "the signature could not be verified.\n" "Please remember that the signature file (.sig or .asc)\n" "should be the first file given on the command line.\n" msgstr "" -#: g10/verify.c:147 +#: g10/verify.c:173 #, c-format msgid "input line %u too long or missing LF\n" msgstr "" @@ -3737,6 +3748,9 @@ msgstr "Tidak tersedia bantuan" msgid "No help available for `%s'" msgstr "Tidak tersedia bantuan untuk `%s'" +#~ msgid "no secret key for decryption available\n" +#~ msgstr "tidak tersedia kunci rahasia untuk dekripsi\n" + #~ msgid "" #~ "RSA keys are deprecated; please consider creating a new key and use this key " #~ "in the future\n" diff --git a/po/it.po b/po/it.po index b2be53f0f..d75a02944 100644 --- a/po/it.po +++ b/po/it.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg-1.0.0h\n" -"POT-Creation-Date: 2000-11-24 13:52+0100\n" +"POT-Creation-Date: 2000-12-19 11:58+0100\n" "PO-Revision-Date: 1999-12-08 15:51+02:00\n" "Last-Translator: Marco d'Itri \n" "Language-Team: Italian \n" @@ -666,15 +666,15 @@ msgstr "" " --list-keys [nomi] mostra le chiavi\n" " --fingerprint [nomi] mostra le impronte digitali\n" -#: g10/g10.c:426 +#: g10/g10.c:427 msgid "Please report bugs to .\n" msgstr "Per favore segnala i bug a .\n" -#: g10/g10.c:430 +#: g10/g10.c:431 msgid "Usage: gpg [options] [files] (-h for help)" msgstr "Uso: gpg [opzioni] [files] (-h per l'aiuto)" -#: g10/g10.c:433 +#: g10/g10.c:434 msgid "" "Syntax: gpg [options] [files]\n" "sign, check, encrypt or decrypt\n" @@ -684,7 +684,7 @@ msgstr "" "firma, controlla, cifra o decifra\n" "l'operazione predefinita dipende dai dati di input\n" -#: g10/g10.c:440 +#: g10/g10.c:441 msgid "" "\n" "Supported algorithms:\n" @@ -692,188 +692,188 @@ msgstr "" "\n" "Algoritmi gestiti:\n" -#: g10/g10.c:519 +#: g10/g10.c:520 msgid "usage: gpg [options] " msgstr "uso: gpg [opzioni] " -#: g10/g10.c:572 +#: g10/g10.c:573 msgid "conflicting commands\n" msgstr "comandi in conflitto\n" -#: g10/g10.c:712 +#: g10/g10.c:713 #, c-format msgid "NOTE: no default option file `%s'\n" msgstr "NOTA: manca il file `%s' con le opzioni predefinite\n" -#: g10/g10.c:716 +#: g10/g10.c:717 #, c-format msgid "option file `%s': %s\n" msgstr "file con le opzioni `%s': %s\n" -#: g10/g10.c:723 +#: g10/g10.c:724 #, c-format msgid "reading options from `%s'\n" msgstr "lettura delle opzioni da `%s'\n" -#: g10/g10.c:915 +#: g10/g10.c:925 #, c-format msgid "%s is not a valid character set\n" msgstr "%s non è un set di caratteri valido\n" -#: g10/g10.c:983 +#: g10/g10.c:994 msgid "WARNING: program may create a core file!\n" msgstr "ATTENZIONE: il programma potrebbe creare un file core!\n" -#: g10/g10.c:987 g10/g10.c:996 +#: g10/g10.c:998 g10/g10.c:1007 #, c-format msgid "NOTE: %s is not for normal use!\n" msgstr "NOTA: %s normalmente non deve essere usato!\n" -#: g10/g10.c:989 +#: g10/g10.c:1000 #, c-format msgid "%s not allowed with %s!\n" msgstr "Non è permesso usare %s con %s!\n" -#: g10/g10.c:992 +#: g10/g10.c:1003 #, c-format msgid "%s makes no sense with %s!\n" msgstr "Non ha senso usare %s con %s!\n" -#: g10/g10.c:1011 g10/g10.c:1023 +#: g10/g10.c:1023 g10/g10.c:1035 msgid "selected cipher algorithm is invalid\n" msgstr "l'algoritmo di cifratura selezionato non è valido\n" -#: g10/g10.c:1017 g10/g10.c:1029 +#: g10/g10.c:1029 g10/g10.c:1041 msgid "selected digest algorithm is invalid\n" msgstr "l'algoritmo di digest selezionato non è valido\n" -#: g10/g10.c:1033 +#: g10/g10.c:1045 msgid "the given policy URL is invalid\n" msgstr "L'URL della policy indicato non è valido\n" -#: g10/g10.c:1036 +#: g10/g10.c:1048 #, 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:1038 +#: g10/g10.c:1050 msgid "completes-needed must be greater than 0\n" msgstr "completes-needed deve essere maggiore di 0\n" -#: g10/g10.c:1040 +#: g10/g10.c:1052 msgid "marginals-needed must be greater than 1\n" msgstr "marginals-needed deve essere maggiore di 1\n" -#: g10/g10.c:1042 +#: g10/g10.c:1054 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:1045 +#: g10/g10.c:1057 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:1049 +#: g10/g10.c:1061 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:1134 +#: g10/g10.c:1146 #, c-format msgid "failed to initialize the TrustDB: %s\n" msgstr "inizializzazione del trustdb fallita: %s\n" -#: g10/g10.c:1140 +#: g10/g10.c:1152 msgid "--store [filename]" msgstr "--store [nomefile]" -#: g10/g10.c:1147 +#: g10/g10.c:1159 msgid "--symmetric [filename]" msgstr "--symmetric [nomefile]" -#: g10/g10.c:1155 +#: g10/g10.c:1167 msgid "--encrypt [filename]" msgstr "--encrypt [nomefile]" -#: g10/g10.c:1168 +#: g10/g10.c:1180 msgid "--sign [filename]" msgstr "--sign [nomefile]" -#: g10/g10.c:1181 +#: g10/g10.c:1193 msgid "--sign --encrypt [filename]" msgstr "--sign --encrypt [nomefile]" -#: g10/g10.c:1195 +#: g10/g10.c:1207 msgid "--clearsign [filename]" msgstr "--clearsign [nomefile]" -#: g10/g10.c:1212 +#: g10/g10.c:1224 msgid "--decrypt [filename]" msgstr "--decrypt [nomefile]" -#: g10/g10.c:1220 +#: g10/g10.c:1232 msgid "--sign-key user-id" msgstr "--sign-key user-id" -#: g10/g10.c:1228 +#: g10/g10.c:1240 msgid "--lsign-key user-id" msgstr "--lsign-key user-id" -#: g10/g10.c:1236 +#: g10/g10.c:1248 msgid "--edit-key user-id [commands]" msgstr "--edit-key user-id [comandi]" -#: g10/g10.c:1252 +#: g10/g10.c:1264 msgid "--delete-secret-key user-id" msgstr "--delete-secret-key user-id" -#: g10/g10.c:1255 +#: g10/g10.c:1267 msgid "--delete-key user-id" msgstr "--delete-key user-id" -#: g10/encode.c:265 g10/g10.c:1292 g10/sign.c:393 +#: g10/encode.c:268 g10/g10.c:1304 g10/sign.c:393 #, c-format msgid "can't open %s: %s\n" msgstr "impossibile aprire `%s': %s\n" -#: g10/g10.c:1307 +#: g10/g10.c:1319 msgid "-k[v][v][v][c] [user-id] [keyring]" msgstr "-k[v][v][v][c] [user-id] [portachiavi]" -#: g10/g10.c:1373 +#: g10/g10.c:1385 #, c-format msgid "dearmoring failed: %s\n" msgstr "rimozione dell'armatura fallita: %s\n" -#: g10/g10.c:1381 +#: g10/g10.c:1393 #, c-format msgid "enarmoring failed: %s\n" msgstr "creazione dell'armatura fallita: %s\n" -#: g10/g10.c:1452 +#: g10/g10.c:1464 #, c-format msgid "invalid hash algorithm `%s'\n" msgstr "algoritmo di hash non valido `%s'\n" -#: g10/g10.c:1539 +#: g10/g10.c:1551 msgid "[filename]" msgstr "[nomefile]" -#: g10/g10.c:1543 +#: g10/g10.c:1555 msgid "Go ahead and type your message ...\n" msgstr "Vai avanti e scrivi il messaggio...\n" -#: g10/decrypt.c:59 g10/g10.c:1546 g10/verify.c:68 g10/verify.c:113 +#: g10/decrypt.c:59 g10/g10.c:1558 g10/verify.c:94 g10/verify.c:139 #, c-format msgid "can't open `%s'\n" msgstr "impossibile aprire `%s'\n" -#: g10/g10.c:1756 +#: g10/g10.c:1767 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:1762 +#: g10/g10.c:1773 msgid "" "a notation name must have only letters, digits, dots or underscores and end " "with an '='\n" @@ -881,11 +881,11 @@ 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:1768 +#: g10/g10.c:1779 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:1776 +#: g10/g10.c:1787 msgid "a notation value must not use any control characters\n" msgstr "il valore di una nota non deve usare caratteri di controllo\n" @@ -1626,17 +1626,17 @@ msgstr "%s: impossibile aprire: %s\n" msgid "error creating passphrase: %s\n" msgstr "errore nella creazione della passhprase: %s\n" -#: g10/encode.c:171 g10/encode.c:324 +#: g10/encode.c:171 g10/encode.c:327 #, c-format msgid "%s: WARNING: empty file\n" msgstr "%s: ATTENZIONE: file vuoto\n" -#: g10/encode.c:271 +#: g10/encode.c:274 #, c-format msgid "reading from `%s'\n" msgstr "lettura da `%s'\n" -#: g10/encode.c:492 +#: g10/encode.c:497 #, c-format msgid "%s/%s encrypted for: %s\n" msgstr "%s/%s cifrato per: %s\n" @@ -1770,7 +1770,7 @@ msgstr "chiavi segrete importate: %lu\n" msgid " secret keys unchanged: %lu\n" msgstr "chiavi segrete non cambiate: %lu\n" -#: g10/import.c:391 g10/import.c:590 +#: g10/import.c:391 g10/import.c:600 #, c-format msgid "key %08lX: no user ID\n" msgstr "chiave %08lX: nessun user ID\n" @@ -1784,7 +1784,7 @@ msgstr "chiave %08lX: nessun user ID valido\n" msgid "this may be caused by a missing self-signature\n" msgstr "questo può essere causato da una autofirma mancante\n" -#: g10/import.c:418 g10/import.c:657 +#: g10/import.c:418 g10/import.c:667 #, c-format msgid "key %08lX: public key not found: %s\n" msgstr "chiave %08lX: chiave pubblica non trovata: %s\n" @@ -1798,17 +1798,17 @@ msgstr "chiave %08lX: chiave non rfc2440 - saltata\n" msgid "no default public keyring\n" msgstr "nessun portachiavi pubblico predefinito\n" -#: g10/import.c:435 g10/openfile.c:230 g10/sign.c:295 g10/sign.c:615 +#: g10/import.c:435 g10/openfile.c:230 g10/sign.c:295 g10/sign.c:618 #, c-format msgid "writing to `%s'\n" msgstr "scrittura in `%s'\n" -#: g10/import.c:438 g10/import.c:496 g10/import.c:605 g10/import.c:706 +#: g10/import.c:438 g10/import.c:496 g10/import.c:615 g10/import.c:716 #, c-format msgid "can't lock keyring `%s': %s\n" msgstr "impossibile fare il lock del portachiavi `%s': %s\n" -#: g10/import.c:441 g10/import.c:499 g10/import.c:608 g10/import.c:709 +#: g10/import.c:441 g10/import.c:499 g10/import.c:618 g10/import.c:719 #, c-format msgid "error writing keyring `%s': %s\n" msgstr "errore scrivendo il portachiavi `%s': %s\n" @@ -1823,12 +1823,12 @@ msgstr "chiave %08lX: chiave pubblica importata\n" msgid "key %08lX: doesn't match our copy\n" msgstr "chiave %08lX: non corrisponde alla nostra copia\n" -#: g10/import.c:472 g10/import.c:665 +#: g10/import.c:472 g10/import.c:675 #, c-format msgid "key %08lX: can't locate original keyblock: %s\n" msgstr "chiave %08lX: impossibile individuare il keyblock originale: %s\n" -#: g10/import.c:478 g10/import.c:671 +#: g10/import.c:478 g10/import.c:681 #, c-format msgid "key %08lX: can't read original keyblock: %s\n" msgstr "chiave %08lX: impossibile leggere il keyblock originale: %s\n" @@ -1868,75 +1868,80 @@ msgstr "chiave %08lX: %d nuove subchiavi\n" msgid "key %08lX: not changed\n" msgstr "chiave %08lX: non cambiata\n" -#: g10/import.c:613 +#: g10/import.c:593 +#, c-format +msgid "secret key %08lX not imported (use %s to allow for it)\n" +msgstr "" + +#: g10/import.c:623 #, c-format msgid "key %08lX: secret key imported\n" msgstr "chiave %08lX: chiave segreta importata\n" #. we can't merge secret keys -#: g10/import.c:617 +#: g10/import.c:627 #, c-format msgid "key %08lX: already in secret keyring\n" msgstr "chiave %08lX: già nel portachiavi segreto\n" -#: g10/import.c:622 +#: g10/import.c:632 #, c-format msgid "key %08lX: secret key not found: %s\n" msgstr "chiave %08lX: chiave segreta non trovata: %s\n" -#: g10/import.c:651 +#: g10/import.c:661 #, c-format msgid "key %08lX: no public key - can't apply revocation certificate\n" msgstr "" "chiave %08lX: manca la chiave pubblica - impossibile applicare il\n" "certificato di revoca\n" -#: g10/import.c:682 +#: g10/import.c:692 #, c-format msgid "key %08lX: invalid revocation certificate: %s - rejected\n" msgstr "chiave %08lX: certificato di revoca non valido: %s - rifiutato\n" -#: g10/import.c:714 +#: g10/import.c:724 #, c-format msgid "key %08lX: revocation certificate imported\n" msgstr "chiave %08lX: certificato di revoca importato\n" -#: g10/import.c:756 +#: g10/import.c:766 #, c-format msgid "key %08lX: no user ID for signature\n" msgstr "chiave %08lX: nessun user ID per la firma\n" -#: g10/import.c:763 g10/import.c:787 +#: g10/import.c:773 g10/import.c:797 #, c-format msgid "key %08lX: unsupported public key algorithm\n" msgstr "chiave %08lX: algoritmo a chiave pubblica non gestito\n" -#: g10/import.c:764 +#: g10/import.c:774 #, c-format msgid "key %08lX: invalid self-signature\n" msgstr "chiave %08lX: autofirma non valida\n" -#: g10/import.c:779 +#: g10/import.c:789 #, 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:788 +#: g10/import.c:798 #, c-format msgid "key %08lX: invalid subkey binding\n" msgstr "chiave %08lX: legame con la subchiave non valido:\n" -#: g10/import.c:815 +#: g10/import.c:825 #, c-format msgid "key %08lX: accepted non self-signed user ID '" msgstr "chiave %08lX: accettato l'user ID non autofirmato '" -#: g10/import.c:844 +#: g10/import.c:854 #, c-format msgid "key %08lX: skipped user ID '" msgstr "chiave %08lX: saltato l'user ID '" -#: g10/import.c:867 +#: g10/import.c:877 #, c-format msgid "key %08lX: skipped subkey\n" msgstr "chiave %08lX: saltata la subchiave\n" @@ -1945,32 +1950,32 @@ 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:892 +#: g10/import.c:902 #, 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:901 +#: g10/import.c:911 #, 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:909 +#: g10/import.c:919 #, 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:1009 +#: g10/import.c:1019 #, c-format msgid "key %08lX: duplicated user ID detected - merged\n" msgstr "chiave %08lX: trovato un user ID duplicato - unito\n" -#: g10/import.c:1060 +#: g10/import.c:1071 #, c-format msgid "key %08lX: revocation certificate added\n" msgstr "chiave %08lX: certificato di revoca aggiunto\n" -#: g10/import.c:1174 g10/import.c:1227 +#: g10/import.c:1185 g10/import.c:1238 #, c-format msgid "key %08lX: our copy has no self-signature\n" msgstr "chiave %08lX: la nostra copia non ha autofirma\n" @@ -2561,114 +2566,115 @@ msgid "revoked" msgstr "revkey" #. of subkey -#: g10/keylist.c:400 g10/mainproc.c:793 +#: g10/keylist.c:400 g10/mainproc.c:834 #, fuzzy, c-format msgid " [expires: %s]" msgstr "La chiave scadrà il %s\n" -#: g10/mainproc.c:240 +#: g10/mainproc.c:270 #, c-format msgid "public key is %08lX\n" msgstr "la chiave pubblica è %08lX\n" -#: g10/mainproc.c:284 +#: g10/mainproc.c:315 msgid "public key encrypted data: good DEK\n" msgstr "dati cifrati con la chiave pubblica: DEK corretto\n" -#: g10/mainproc.c:326 +#: g10/mainproc.c:367 #, c-format msgid "encrypted with %u-bit %s key, ID %08lX, created %s\n" msgstr "cifrato con la chiave %2$s di %1$u bit, ID %3$08lX, creata il %4$s\n" -#: g10/mainproc.c:336 +#: g10/mainproc.c:377 #, c-format msgid "encrypted with %s key, ID %08lX\n" msgstr "Cifrato con la chiave %s con ID %08lX\n" -#: g10/mainproc.c:342 -msgid "no secret key for decryption available\n" -msgstr "nessuna chiave disponibile per decifrare\n" - -#: g10/mainproc.c:351 +#: g10/mainproc.c:391 #, c-format msgid "public key decryption failed: %s\n" msgstr "decifratura della chiave pubblica fallita: %s\n" -#: g10/mainproc.c:388 +#: g10/mainproc.c:429 msgid "decryption okay\n" msgstr "decifratura corretta\n" -#: g10/mainproc.c:393 +#: g10/mainproc.c:434 msgid "WARNING: encrypted message has been manipulated!\n" msgstr "ATTENZIONE: il messaggio cifrato è stato manipolato!\n" -#: g10/mainproc.c:398 +#: g10/mainproc.c:439 #, c-format msgid "decryption failed: %s\n" msgstr "decifratura fallita: %s\n" -#: g10/mainproc.c:417 +#: g10/mainproc.c:458 msgid "NOTE: sender requested \"for-your-eyes-only\"\n" msgstr "NOTA: il mittente ha richiesto \"solo-per-i-tuoi-occhi\"\n" -#: g10/mainproc.c:419 +#: g10/mainproc.c:460 #, c-format msgid "original file name='%.*s'\n" msgstr "nome del file originale='%.*s'\n" -#: g10/mainproc.c:574 +#: g10/mainproc.c:615 msgid "standalone revocation - use \"gpg --import\" to apply\n" msgstr "revoca solitaria - usa \"gpg --import\" per applicarla\n" -#: g10/mainproc.c:661 g10/mainproc.c:670 +#: g10/mainproc.c:702 g10/mainproc.c:711 msgid "WARNING: invalid notation data found\n" msgstr "ATTENZIONE: trovati dati di una nota non validi\n" -#: g10/mainproc.c:673 +#: g10/mainproc.c:714 msgid "Notation: " msgstr "Nota: " -#: g10/mainproc.c:682 +#: g10/mainproc.c:723 msgid "Policy: " msgstr "Policy: " -#: g10/mainproc.c:1124 +#: g10/mainproc.c:1233 msgid "signature verification suppressed\n" msgstr "verifica della firma soppressa\n" -#: g10/mainproc.c:1161 +#: g10/mainproc.c:1270 #, c-format msgid "Signature made %.*s using %s key ID %08lX\n" msgstr "Firma fatta %.*s usando la chiave %s con ID %08lX\n" #. just in case that we have no userid -#: g10/mainproc.c:1187 g10/mainproc.c:1198 +#: g10/mainproc.c:1305 g10/mainproc.c:1316 msgid "BAD signature from \"" msgstr "Firma NON corretta da \"" -#: g10/mainproc.c:1188 g10/mainproc.c:1199 +#: g10/mainproc.c:1306 g10/mainproc.c:1317 msgid "Good signature from \"" msgstr "Firma valida da \"" -#: g10/mainproc.c:1190 +#: g10/mainproc.c:1308 msgid " aka \"" msgstr " anche noto come \"" -#: g10/mainproc.c:1246 +#: g10/mainproc.c:1364 #, c-format msgid "Can't check signature: %s\n" msgstr "Impossibile controllare la firma: %s\n" -#: g10/mainproc.c:1321 +#: g10/mainproc.c:1421 g10/mainproc.c:1436 g10/mainproc.c:1498 +#, fuzzy +msgid "not a detached signature\n" +msgstr "fai una firma separata" + +#: g10/mainproc.c:1447 #, c-format msgid "standalone signature of class 0x%02x\n" msgstr "firma solitaria di classe 0x%02x\n" -#: g10/mainproc.c:1372 +#: g10/mainproc.c:1502 msgid "old style (PGP 2.x) signature\n" msgstr "firma vecchio stile (PGP 2.x)\n" -#: g10/mainproc.c:1377 +#: g10/mainproc.c:1507 msgid "invalid root packet detected in proc_tree()\n" msgstr "individuato un pacchetto radice non valido in proc_tree()\n" @@ -2796,7 +2802,12 @@ msgstr "Inserisci il nome del file di dati: " msgid "reading stdin ...\n" msgstr "viene letto stdin...\n" -#: g10/plaintext.c:392 +#: g10/plaintext.c:383 +#, fuzzy +msgid "no signed data\n" +msgstr "impossibile aprire i dati firmati `%s'\n" + +#: g10/plaintext.c:391 #, c-format msgid "can't open signed data `%s'\n" msgstr "impossibile aprire i dati firmati `%s'\n" @@ -2919,7 +2930,7 @@ msgstr "" msgid "%s signature from: %s\n" msgstr "Firma %s da: %s\n" -#: g10/sign.c:290 g10/sign.c:610 +#: g10/sign.c:290 g10/sign.c:613 #, c-format msgid "can't create %s: %s\n" msgstr "impossibile creare %s: %s\n" @@ -3364,7 +3375,7 @@ msgstr "impossibile mettere `%s' nel trustdb: %s\n" msgid "WARNING: can't yet handle long pref records\n" msgstr "ATTENZIONE: non è ancora possibile gestire record pref lunghi\n" -#: g10/verify.c:82 +#: g10/verify.c:108 msgid "" "the signature could not be verified.\n" "Please remember that the signature file (.sig or .asc)\n" @@ -3374,7 +3385,7 @@ msgstr "" "Ricorda che il file con la firma (.sig or .asc) deve\n" "essere il primo file indicato sulla riga di comando.\n" -#: g10/verify.c:147 +#: g10/verify.c:173 #, c-format msgid "input line %u too long or missing LF\n" msgstr "linea di input %u troppo lunga o LF mancante\n" @@ -3771,6 +3782,9 @@ msgstr "Non msgid "No help available for `%s'" msgstr "Non è disponibile un aiuto per `%s'" +#~ msgid "no secret key for decryption available\n" +#~ msgstr "nessuna chiave disponibile per decifrare\n" + #~ msgid "" #~ "RSA keys are deprecated; please consider creating a new key and use this key " #~ "in the future\n" diff --git a/po/ja.po b/po/ja.po index c3685a271..ecca476b4 100644 --- a/po/ja.po +++ b/po/ja.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg 1.0.4\n" -"POT-Creation-Date: 2000-11-24 13:52+0100\n" +"POT-Creation-Date: 2000-12-19 11:58+0100\n" "PO-Revision-Date: 2000-10-19 23:08+09:00\n" "Last-Translator: IIDA Yosiaki \n" "Language-Team: Japanese \n" @@ -704,15 +704,15 @@ msgstr "" " --list-keys [̾Á°] ¸°¤òɽ¼¨\n" " --fingerprint [̾Á°] »ØÌæ¤òɽ¼¨\n" -#: g10/g10.c:426 +#: g10/g10.c:427 msgid "Please report bugs to .\n" msgstr "¥Ð¥°¤ò¸«¤Ä¤±¤¿¤é ¤Þ¤Ç¤´Êó¹ð¤¯¤À¤µ¤¤¡£\n" -#: g10/g10.c:430 +#: g10/g10.c:431 msgid "Usage: gpg [options] [files] (-h for help)" msgstr "»È¤¤Êý: gpg [¥ª¥×¥·¥ç¥ó] [¥Õ¥¡¥¤¥ë] (¥Ø¥ë¥×¤Ï -h)" -#: g10/g10.c:433 +#: g10/g10.c:434 msgid "" "Syntax: gpg [options] [files]\n" "sign, check, encrypt or decrypt\n" @@ -722,7 +722,7 @@ msgstr "" "½ð̾¡¢¸¡¾Ú¡¢°Å¹æ²½¤äÉü¹æ\n" "´ûÄê¤ÎÆ°ºî¤Ï¡¢ÆþÎϥǡ¼¥¿¤Ë°Í¸\n" -#: g10/g10.c:440 +#: g10/g10.c:441 msgid "" "\n" "Supported algorithms:\n" @@ -730,186 +730,186 @@ msgstr "" "\n" "¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤ë¥¢¥ë¥´¥ê¥º¥à:\n" -#: g10/g10.c:519 +#: g10/g10.c:520 msgid "usage: gpg [options] " msgstr "»È¤¤Êý: gpg [¥ª¥×¥·¥ç¥ó] " -#: g10/g10.c:572 +#: g10/g10.c:573 msgid "conflicting commands\n" msgstr "¥³¥Þ¥ó¥É¤Î¾×ÆÍ\n" -#: g10/g10.c:712 +#: g10/g10.c:713 #, c-format msgid "NOTE: no default option file `%s'\n" msgstr "Ãí°Õ: ´ûÄê¤Î¥ª¥×¥·¥ç¥ó¡¦¥Õ¥¡¥¤¥ë`%s'¤¬¤¢¤ê¤Þ¤»¤ó\n" -#: g10/g10.c:716 +#: g10/g10.c:717 #, c-format msgid "option file `%s': %s\n" msgstr "¥ª¥×¥·¥ç¥ó¡¦¥Õ¥¡¥¤¥ë`%s': %s\n" -#: g10/g10.c:723 +#: g10/g10.c:724 #, c-format msgid "reading options from `%s'\n" msgstr "`%s'¤«¤é¥ª¥×¥·¥ç¥ó¤òÆɤ߹þ¤ß¤Þ¤¹\n" -#: g10/g10.c:915 +#: g10/g10.c:925 #, c-format msgid "%s is not a valid character set\n" msgstr "%s¤ÏÀµ¤·¤¤Ê¸»ú½¸¹ç¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó\n" -#: g10/g10.c:983 +#: g10/g10.c:994 msgid "WARNING: program may create a core file!\n" msgstr "·Ù¹ð: ¥×¥í¥°¥é¥à¤Î¥³¥¢¡¦¥Õ¥¡¥¤¥ë¤¬¤Ç¤­¤ë¤³¤È¤¬¤¢¤ê¤Þ¤¹!\n" -#: g10/g10.c:987 g10/g10.c:996 +#: g10/g10.c:998 g10/g10.c:1007 #, c-format msgid "NOTE: %s is not for normal use!\n" msgstr "Ãí°Õ: ÉáÄÌ%s¤ÏÍѤ¤¤Þ¤»¤ó!\n" -#: g10/g10.c:989 +#: g10/g10.c:1000 #, c-format msgid "%s not allowed with %s!\n" msgstr "%s¤Ï%s¤È¤È¤â¤ËÍѤ¤¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó!\n" -#: g10/g10.c:992 +#: g10/g10.c:1003 #, c-format msgid "%s makes no sense with %s!\n" msgstr "%s¤Ï%s¤È¤È¤â¤ËÍѤ¤¤Æ¤â̵°ÕÌ£¤Ç¤¹!\n" -#: g10/g10.c:1011 g10/g10.c:1023 +#: g10/g10.c:1023 g10/g10.c:1035 msgid "selected cipher algorithm is invalid\n" msgstr "ÁªÂò¤µ¤ì¤¿°Å¹æ¥¢¥ë¥´¥ê¥º¥à¤Ï̵¸ú¤Ç¤¹\n" -#: g10/g10.c:1017 g10/g10.c:1029 +#: g10/g10.c:1029 g10/g10.c:1041 msgid "selected digest algorithm is invalid\n" msgstr "ÁªÂò¤µ¤ì¤¿Í×Ì󥢥르¥ê¥º¥à¤Ï̵¸ú¤Ç¤¹\n" -#: g10/g10.c:1033 +#: g10/g10.c:1045 msgid "the given policy URL is invalid\n" msgstr "¤¢¤¿¤¨¤é¤ì¤¿¥Ý¥ê¥·¡¼URL¤Ï̵¸ú¤Ç¤¹\n" -#: g10/g10.c:1036 +#: g10/g10.c:1048 #, c-format msgid "compress algorithm must be in range %d..%d\n" msgstr "°µ½Ì¥¢¥ë¥´¥ê¥º¥à¤Ï%d..%d¤ÎÈϰϤǤʤ±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó\n" -#: g10/g10.c:1038 +#: g10/g10.c:1050 msgid "completes-needed must be greater than 0\n" msgstr "completes-needed¤ÏÀµ¤ÎÃͤ¬É¬ÍפǤ¹\n" -#: g10/g10.c:1040 +#: g10/g10.c:1052 msgid "marginals-needed must be greater than 1\n" msgstr "marginals-needed¤Ï1¤è¤êÂ礭¤ÊÃͤ¬É¬ÍפǤ¹\n" -#: g10/g10.c:1042 +#: g10/g10.c:1054 msgid "max-cert-depth must be in range 1 to 255\n" msgstr "max-cert-depth¤Ï1¤«¤é255¤ÎÈϰϤǤʤ±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó\n" -#: g10/g10.c:1045 +#: g10/g10.c:1057 msgid "NOTE: simple S2K mode (0) is strongly discouraged\n" msgstr "Ãí°Õ: ñ½ã¤ÊS2K¥â¡¼¥É(0)¤Î»ÈÍѤˤ϶¯¤¯È¿ÂФ·¤Þ¤¹\n" -#: g10/g10.c:1049 +#: g10/g10.c:1061 msgid "invalid S2K mode; must be 0, 1 or 3\n" msgstr "̵¸ú¤ÊS2K¥â¡¼¥É¡£0¤«1¤«3¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó\n" -#: g10/g10.c:1134 +#: g10/g10.c:1146 #, c-format msgid "failed to initialize the TrustDB: %s\n" msgstr "¿®Íѥǡ¼¥¿¥Ù¡¼¥¹¤Î½é´ü²½¤Ë¼ºÇÔ¤·¤Þ¤·¤¿: %s\n" -#: g10/g10.c:1140 +#: g10/g10.c:1152 msgid "--store [filename]" msgstr "--store [¥Õ¥¡¥¤¥ë̾]" -#: g10/g10.c:1147 +#: g10/g10.c:1159 msgid "--symmetric [filename]" msgstr "--symmetric [¥Õ¥¡¥¤¥ë̾]" -#: g10/g10.c:1155 +#: g10/g10.c:1167 msgid "--encrypt [filename]" msgstr "--encrypt [¥Õ¥¡¥¤¥ë̾]" -#: g10/g10.c:1168 +#: g10/g10.c:1180 msgid "--sign [filename]" msgstr "--sign [¥Õ¥¡¥¤¥ë̾]" -#: g10/g10.c:1181 +#: g10/g10.c:1193 msgid "--sign --encrypt [filename]" msgstr "--sign --encrypt [¥Õ¥¡¥¤¥ë̾]" -#: g10/g10.c:1195 +#: g10/g10.c:1207 msgid "--clearsign [filename]" msgstr "--clearsign [¥Õ¥¡¥¤¥ë̾]" -#: g10/g10.c:1212 +#: g10/g10.c:1224 msgid "--decrypt [filename]" msgstr "--decrypt [¥Õ¥¡¥¤¥ë̾]" -#: g10/g10.c:1220 +#: g10/g10.c:1232 msgid "--sign-key user-id" msgstr "--sign-key ¥æ¡¼¥¶¡¼id" -#: g10/g10.c:1228 +#: g10/g10.c:1240 msgid "--lsign-key user-id" msgstr "--lsign-key ¥æ¡¼¥¶¡¼id" -#: g10/g10.c:1236 +#: g10/g10.c:1248 msgid "--edit-key user-id [commands]" msgstr "--edit-key ¥æ¡¼¥¶¡¼id [¥³¥Þ¥ó¥É]" -#: g10/g10.c:1252 +#: g10/g10.c:1264 msgid "--delete-secret-key user-id" msgstr "--delete-secret-key ¥æ¡¼¥¶¡¼id" -#: g10/g10.c:1255 +#: g10/g10.c:1267 msgid "--delete-key user-id" msgstr "--delete-key ¥æ¡¼¥¶¡¼id" -#: g10/encode.c:265 g10/g10.c:1292 g10/sign.c:393 +#: g10/encode.c:268 g10/g10.c:1304 g10/sign.c:393 #, c-format msgid "can't open %s: %s\n" msgstr "%s¤¬³«¤±¤Þ¤»¤ó: %s\n" -#: g10/g10.c:1307 +#: g10/g10.c:1319 msgid "-k[v][v][v][c] [user-id] [keyring]" msgstr "-k[v][v][v][c] [¥æ¡¼¥¶¡¼id] [¸°ÎØ]" -#: g10/g10.c:1373 +#: g10/g10.c:1385 #, c-format msgid "dearmoring failed: %s\n" msgstr "ÊñÁõ½üµî¤Ë¼ºÇÔ¤·¤Þ¤·¤¿: %s\n" -#: g10/g10.c:1381 +#: g10/g10.c:1393 #, c-format msgid "enarmoring failed: %s\n" msgstr "ÊñÁõ¤Ë¼ºÇÔ¤·¤Þ¤·¤¿: %s\n" -#: g10/g10.c:1452 +#: g10/g10.c:1464 #, c-format msgid "invalid hash algorithm `%s'\n" msgstr "̵¸ú¤Ê¥Ï¥Ã¥·¥å¡¦¥¢¥ë¥´¥ê¥º¥à`%s'¤Ç¤¹\n" -#: g10/g10.c:1539 +#: g10/g10.c:1551 msgid "[filename]" msgstr "[¥Õ¥¡¥¤¥ë̾]" -#: g10/g10.c:1543 +#: g10/g10.c:1555 msgid "Go ahead and type your message ...\n" msgstr "³«»Ï¤·¤Þ¤¹¡£¥á¥Ã¥»¡¼¥¸¤ò¥¿¥¤¥×¤·¤Æ¤¯¤À¤µ¤¤ ...\n" -#: g10/decrypt.c:59 g10/g10.c:1546 g10/verify.c:68 g10/verify.c:113 +#: g10/decrypt.c:59 g10/g10.c:1558 g10/verify.c:94 g10/verify.c:139 #, c-format msgid "can't open `%s'\n" msgstr "`%s'¤¬³«¤±¤Þ¤»¤ó\n" -#: g10/g10.c:1756 +#: g10/g10.c:1767 msgid "" "the first character of a notation name must be a letter or an underscore\n" msgstr "Ãí¼á̾¤ÎÀèƬ¤Ïʸ»ú¤«¥¢¥ó¥À¡¼¥¹¥³¥¢(_)¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó\n" -#: g10/g10.c:1762 +#: g10/g10.c:1773 msgid "" "a notation name must have only letters, digits, dots or underscores and end " "with an '='\n" @@ -917,11 +917,11 @@ msgstr "" "Ãí¼á̾¤Ë¤Ïʸ»ú¡¢¿ô»ú¡¢¥É¥Ã¥È¡¢¥¢¥ó¥À¡¼¥¹¥³¥¢¤Î¤ß¤òÍѤ¤¡¢\n" "'='¤Ç½ª¤ï¤é¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó\n" -#: g10/g10.c:1768 +#: g10/g10.c:1779 msgid "dots in a notation name must be surrounded by other characters\n" msgstr "Ãí¼á̾¤Î¥É¥Ã¥È¤Ï¾¤Îʸ»ú¤Ç°Ï¤Þ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó\n" -#: g10/g10.c:1776 +#: g10/g10.c:1787 msgid "a notation value must not use any control characters\n" msgstr "Ãí¼á̾¤ÎÃͤËÀ©¸æʸ»ú¤òÍѤ¤¤Æ¤Ï¤¤¤±¤Þ¤»¤ó\n" @@ -1650,17 +1650,17 @@ msgstr "%s: msgid "error creating passphrase: %s\n" msgstr "¥Ñ¥¹¥Õ¥ì¡¼¥º¤ÎºîÀ®¥¨¥é¡¼: %s\n" -#: g10/encode.c:171 g10/encode.c:324 +#: g10/encode.c:171 g10/encode.c:327 #, c-format msgid "%s: WARNING: empty file\n" msgstr "%s: ·Ù¹ð: ¶õ¤Î¥Õ¥¡¥¤¥ë¤Ç¤¹\n" -#: g10/encode.c:271 +#: g10/encode.c:274 #, c-format msgid "reading from `%s'\n" msgstr "`%s'¤«¤éÆɤ߹þ¤ß¤Þ¤¹\n" -#: g10/encode.c:492 +#: g10/encode.c:497 #, c-format msgid "%s/%s encrypted for: %s\n" msgstr "%s/%s°Å¹æ²½ ¼õ¿®¼Ô: %s\n" @@ -1793,7 +1793,7 @@ msgstr " msgid " secret keys unchanged: %lu\n" msgstr " ̵Êѹ¹¤ÎÈëÌ©¸°: %lu\n" -#: g10/import.c:391 g10/import.c:590 +#: g10/import.c:391 g10/import.c:600 #, c-format msgid "key %08lX: no user ID\n" msgstr "¸°%08lX: ¥æ¡¼¥¶¡¼ID¤¬¤¢¤ê¤Þ¤»¤ó\n" @@ -1807,7 +1807,7 @@ msgstr " msgid "this may be caused by a missing self-signature\n" msgstr "¼«¸Ê½ð̾¤Î¤Ê¤¤¤»¤¤¤Ç¤·¤ç¤¦\n" -#: g10/import.c:418 g10/import.c:657 +#: g10/import.c:418 g10/import.c:667 #, c-format msgid "key %08lX: public key not found: %s\n" msgstr "¸°%08lX: ¸ø³«¸°¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó: %s\n" @@ -1821,17 +1821,17 @@ msgstr " msgid "no default public keyring\n" msgstr "´ûÄê¤Î¸ø³«¸°Îؤ¬¤¢¤ê¤Þ¤»¤ó\n" -#: g10/import.c:435 g10/openfile.c:230 g10/sign.c:295 g10/sign.c:615 +#: g10/import.c:435 g10/openfile.c:230 g10/sign.c:295 g10/sign.c:618 #, c-format msgid "writing to `%s'\n" msgstr "`%s'¤Ø¤Î½ñ½Ð¤·\n" -#: g10/import.c:438 g10/import.c:496 g10/import.c:605 g10/import.c:706 +#: g10/import.c:438 g10/import.c:496 g10/import.c:615 g10/import.c:716 #, c-format msgid "can't lock keyring `%s': %s\n" msgstr "¸°ÎØ`%s'¤ò¥í¥Ã¥¯¤Ç¤­¤Þ¤»¤ó: %s\n" -#: g10/import.c:441 g10/import.c:499 g10/import.c:608 g10/import.c:709 +#: g10/import.c:441 g10/import.c:499 g10/import.c:618 g10/import.c:719 #, c-format msgid "error writing keyring `%s': %s\n" msgstr "¸°ÎØ`%s'¤Î½ñ¹þ¤ß¥¨¥é¡¼: %s\n" @@ -1846,12 +1846,12 @@ msgstr " msgid "key %08lX: doesn't match our copy\n" msgstr "¸°%08lX: ¤³¤Á¤é¤ÎÊ£À½¤È¹ç¤¤¤Þ¤»¤ó\n" -#: g10/import.c:472 g10/import.c:665 +#: g10/import.c:472 g10/import.c:675 #, c-format msgid "key %08lX: can't locate original keyblock: %s\n" msgstr "¸°%08lX: ¸µ¤Î¸°¥Ö¥í¥Ã¥¯¤Ë°ÌÃ֤Ť±¤Ç¤­¤Þ¤»¤ó: %s\n" -#: g10/import.c:478 g10/import.c:671 +#: g10/import.c:478 g10/import.c:681 #, c-format msgid "key %08lX: can't read original keyblock: %s\n" msgstr "¸°%08lX: ¸µ¤Î¸°¥Ö¥í¥Ã¥¯¤òÆɤ߹þ¤á¤Þ¤»¤ó: %s\n" @@ -1891,73 +1891,78 @@ msgstr " msgid "key %08lX: not changed\n" msgstr "¸°%08lX: Êѹ¹¤Ê¤·\n" -#: g10/import.c:613 +#: g10/import.c:593 +#, c-format +msgid "secret key %08lX not imported (use %s to allow for it)\n" +msgstr "" + +#: g10/import.c:623 #, c-format msgid "key %08lX: secret key imported\n" msgstr "¸°%08lX: ÈëÌ©¸°¤òÆɤ߹þ¤ß¤Þ¤·¤¿\n" #. we can't merge secret keys -#: g10/import.c:617 +#: g10/import.c:627 #, c-format msgid "key %08lX: already in secret keyring\n" msgstr "¸°%08lX: ´û¤ËÈëÌ©¸°Îؤˤ¢¤ê¤Þ¤¹\n" -#: g10/import.c:622 +#: g10/import.c:632 #, c-format msgid "key %08lX: secret key not found: %s\n" msgstr "¸°%08lX: ÈëÌ©¸°¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó: %s\n" -#: g10/import.c:651 +#: g10/import.c:661 #, c-format msgid "key %08lX: no public key - can't apply revocation certificate\n" msgstr "¸°%08lX: ¸ø³«¸°¤¬¤¢¤ê¤Þ¤»¤ó - ÇË´þ¾ÚÌÀ½ñ¤òŬÍѤǤ­¤Þ¤»¤ó\n" -#: g10/import.c:682 +#: g10/import.c:692 #, c-format msgid "key %08lX: invalid revocation certificate: %s - rejected\n" msgstr "¸°%08lX: ̵¸ú¤ÊÇË´þ¾ÚÌÀ½ñ: %s - µñÈÝ\n" -#: g10/import.c:714 +#: g10/import.c:724 #, c-format msgid "key %08lX: revocation certificate imported\n" msgstr "¸°%08lX: ÇË´þ¾ÚÌÀ½ñ¤òÆɤ߹þ¤ß¤Þ¤·¤¿\n" -#: g10/import.c:756 +#: g10/import.c:766 #, c-format msgid "key %08lX: no user ID for signature\n" msgstr "¸°%08lX: ½ð̾¤ËÂбþ¤¹¤ë¥æ¡¼¥¶¡¼ID¤¬¤¢¤ê¤Þ¤»¤ó\n" -#: g10/import.c:763 g10/import.c:787 +#: g10/import.c:773 g10/import.c:797 #, c-format msgid "key %08lX: unsupported public key algorithm\n" msgstr "¸°%08lX: ¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Ê¤¤¸ø³«¸°¥¢¥ë¥´¥ê¥º¥à¤Ç¤¹\n" -#: g10/import.c:764 +#: g10/import.c:774 #, c-format msgid "key %08lX: invalid self-signature\n" msgstr "¸°%08lX: ̵¸ú¤Ê¼«¸Ê½ð̾¤Ç¤¹\n" -#: g10/import.c:779 +#: g10/import.c:789 #, c-format msgid "key %08lX: no subkey for key binding\n" msgstr "¸°%08lX: ¸°¤ËÂбþ¤¹¤ëÉû¸°¤¬¤¢¤ê¤Þ¤»¤ó\n" -#: g10/import.c:788 +#: g10/import.c:798 #, c-format msgid "key %08lX: invalid subkey binding\n" msgstr "¸°%08lX: ̵¸ú¤ÊÉû¸°¤ÎÂбþ¤Ç¤¹\n" -#: g10/import.c:815 +#: g10/import.c:825 #, c-format msgid "key %08lX: accepted non self-signed user ID '" msgstr "¸°%08lX: ¼õÍý¤·¤¿Ì¤¼«¸Ê½ð̾¤Î¥æ¡¼¥¶¡¼ID '" -#: g10/import.c:844 +#: g10/import.c:854 #, c-format msgid "key %08lX: skipped user ID '" msgstr "¸°%08lX: ¥¹¥­¥Ã¥×¤·¤¿¥æ¡¼¥¶¡¼ID '" -#: g10/import.c:867 +#: g10/import.c:877 #, c-format msgid "key %08lX: skipped subkey\n" msgstr "¸°%08lX: ¥¹¥­¥Ã¥×¤·¤¿Éû¸°\n" @@ -1966,32 +1971,32 @@ msgstr " #. * 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:892 +#: g10/import.c:902 #, c-format msgid "key %08lX: non exportable signature (class %02x) - skipped\n" msgstr "¸°%08lX: ½ñ½Ð¤·ÉԲĤʽð̾ (¥¯¥é¥¹%02x) - ¥¹¥­¥Ã¥×\n" -#: g10/import.c:901 +#: g10/import.c:911 #, c-format msgid "key %08lX: revocation certificate at wrong place - skipped\n" msgstr "¸°%08lX: ÇË´þ¾ÚÌÀ½ñ¤¬¸í¤Ã¤ÆÀßÄꤵ¤ì¤Æ¤¤¤Þ¤¹ - ¥¹¥­¥Ã¥×\n" -#: g10/import.c:909 +#: g10/import.c:919 #, c-format msgid "key %08lX: invalid revocation certificate: %s - skipped\n" msgstr "¸°%08lX: ̵¸ú¤ÊÇË´þ¾ÚÌÀ½ñ: %s - ¥¹¥­¥Ã¥×\n" -#: g10/import.c:1009 +#: g10/import.c:1019 #, c-format msgid "key %08lX: duplicated user ID detected - merged\n" msgstr "¸°%08lX: ½ÅÊ£¤·¤¿¥æ¡¼¥¶¡¼ID¤Î¸¡½Ð - Ê»¹ç\n" -#: g10/import.c:1060 +#: g10/import.c:1071 #, c-format msgid "key %08lX: revocation certificate added\n" msgstr "¸°%08lX: ÇË´þ¾ÚÌÀ½ñ¤ÎÄɲÃ\n" -#: g10/import.c:1174 g10/import.c:1227 +#: g10/import.c:1185 g10/import.c:1238 #, c-format msgid "key %08lX: our copy has no self-signature\n" msgstr "¸°%08lX: ¤³¤Á¤é¤ÎÊ£À½¤Ë¤Ï¼«¸Ê½ð̾¤¬¤¢¤ê¤Þ¤»¤ó\n" @@ -2576,114 +2581,115 @@ msgid "revoked" msgstr "ÇË´þºÑ¤ß" #. of subkey -#: g10/keylist.c:400 g10/mainproc.c:793 +#: g10/keylist.c:400 g10/mainproc.c:834 #, c-format msgid " [expires: %s]" msgstr " [Í­¸ú´ü¸Â: %s]" -#: g10/mainproc.c:240 +#: g10/mainproc.c:270 #, c-format msgid "public key is %08lX\n" msgstr "¸ø³«¸°¤Ï%08lX¤Ç¤¹\n" -#: g10/mainproc.c:284 +#: g10/mainproc.c:315 msgid "public key encrypted data: good DEK\n" msgstr "¸ø³«¸°¤Ç°Å¹æ²½¤µ¤ì¤¿¥Ç¡¼¥¿: Àµ¤·¤¤DEK¤Ç¤¹\n" -#: g10/mainproc.c:326 +#: g10/mainproc.c:367 #, c-format msgid "encrypted with %u-bit %s key, ID %08lX, created %s\n" msgstr "%u-¥Ó¥Ã¥È%s¸°, ID %08lX¤Ç°Å¹æ²½%s¤Ë¤Ç¤­¤Þ¤·¤¿\n" -#: g10/mainproc.c:336 +#: g10/mainproc.c:377 #, c-format msgid "encrypted with %s key, ID %08lX\n" msgstr "%s¸°, ID %08lX¤Ç°Å¹æ²½¤µ¤ì¤Þ¤·¤¿\n" -#: g10/mainproc.c:342 -msgid "no secret key for decryption available\n" -msgstr "Éü¹æ¤ËɬÍפÊÈëÌ©¸°¤¬ÆÀ¤é¤ì¤Þ¤»¤ó\n" - -#: g10/mainproc.c:351 +#: g10/mainproc.c:391 #, c-format msgid "public key decryption failed: %s\n" msgstr "¸ø³«¸°¤ÎÉü¹æ¤Ë¼ºÇÔ¤·¤Þ¤·¤¿: %s\n" -#: g10/mainproc.c:388 +#: g10/mainproc.c:429 msgid "decryption okay\n" msgstr "Éü¹æ¤ËÀ®¸ù\n" -#: g10/mainproc.c:393 +#: g10/mainproc.c:434 msgid "WARNING: encrypted message has been manipulated!\n" msgstr "·Ù¹ð: °Å¹æ²½¤µ¤ì¤¿¥á¥Ã¥»¡¼¥¸¤Ï²þã⤵¤ì¤Æ¤¤¤Þ¤¹!\n" -#: g10/mainproc.c:398 +#: g10/mainproc.c:439 #, c-format msgid "decryption failed: %s\n" msgstr "Éü¹æ¤Ë¼ºÇÔ¤·¤Þ¤·¤¿: %s\n" -#: g10/mainproc.c:417 +#: g10/mainproc.c:458 msgid "NOTE: sender requested \"for-your-eyes-only\"\n" msgstr "Ãí°Õ: Á÷¿®¼Ô¤Ï¡ÖÆâ½ï¤Ë¤¹¤ë¡×¤è¤¦¤Ëµá¤á¤Æ¤¤¤Þ¤¹\n" -#: g10/mainproc.c:419 +#: g10/mainproc.c:460 #, c-format msgid "original file name='%.*s'\n" msgstr "¸µ¤Î¥Õ¥¡¥¤¥ë̾='%.*s'\n" -#: g10/mainproc.c:574 +#: g10/mainproc.c:615 msgid "standalone revocation - use \"gpg --import\" to apply\n" msgstr "ÆÈΩÇË´þ¡£¡Ögpg --import¡×¤ò»È¤Ã¤ÆŬÍѤ·¤Æ¤¯¤À¤µ¤¤\n" -#: g10/mainproc.c:661 g10/mainproc.c:670 +#: g10/mainproc.c:702 g10/mainproc.c:711 msgid "WARNING: invalid notation data found\n" msgstr "·Ù¹ð: ̵¸ú¤ÊÃí¼á¥Ç¡¼¥¿¤¬¤¢¤ê¤Þ¤¹\n" -#: g10/mainproc.c:673 +#: g10/mainproc.c:714 msgid "Notation: " msgstr "Ãí¼á: " -#: g10/mainproc.c:682 +#: g10/mainproc.c:723 msgid "Policy: " msgstr "¥Ý¥ê¥·¡¼: " -#: g10/mainproc.c:1124 +#: g10/mainproc.c:1233 msgid "signature verification suppressed\n" msgstr "½ð̾¤Î¸¡¾Ú¤ò¾Êά\n" -#: g10/mainproc.c:1161 +#: g10/mainproc.c:1270 #, c-format msgid "Signature made %.*s using %s key ID %08lX\n" msgstr "%.*s ¤Î%s¸°ID %08lX¤Ë¤è¤ë½ð̾\n" #. just in case that we have no userid -#: g10/mainproc.c:1187 g10/mainproc.c:1198 +#: g10/mainproc.c:1305 g10/mainproc.c:1316 msgid "BAD signature from \"" msgstr "ÉÔÀµ¤Ê ½ð̾: \"" -#: g10/mainproc.c:1188 g10/mainproc.c:1199 +#: g10/mainproc.c:1306 g10/mainproc.c:1317 msgid "Good signature from \"" msgstr "Àµ¤·¤¤½ð̾: \"" -#: g10/mainproc.c:1190 +#: g10/mainproc.c:1308 msgid " aka \"" -msgstr " ÊÌ̾ \"" +msgstr " ÊÌ̾ \"" -#: g10/mainproc.c:1246 +#: g10/mainproc.c:1364 #, c-format msgid "Can't check signature: %s\n" msgstr "½ð̾¤ò¸¡¾Ú¤Ç¤­¤Þ¤»¤ó: %s\n" -#: g10/mainproc.c:1321 +#: g10/mainproc.c:1421 g10/mainproc.c:1436 g10/mainproc.c:1498 +#, fuzzy +msgid "not a detached signature\n" +msgstr "ʬΥ½ð̾¤òºîÀ®" + +#: g10/mainproc.c:1447 #, c-format msgid "standalone signature of class 0x%02x\n" msgstr "¥¯¥é¥¹0x%02x¤ÎÆÈΩ½ð̾\n" -#: g10/mainproc.c:1372 +#: g10/mainproc.c:1502 msgid "old style (PGP 2.x) signature\n" msgstr "¸Å¤¤·Á¼° (PGP 2.x) ¤Î½ð̾\n" -#: g10/mainproc.c:1377 +#: g10/mainproc.c:1507 msgid "invalid root packet detected in proc_tree()\n" msgstr "proc_tree() ¤ÎÃæ¤Ë̵¸ú¤Ê¥Ñ¥±¥Ã¥È¤ò¸¡½Ð¤·¤Þ¤·¤¿\n" @@ -2814,7 +2820,12 @@ msgstr " msgid "reading stdin ...\n" msgstr "ɸ½àÆþÎϤè¤êÆɹþ¤ßÃæ ...\n" -#: g10/plaintext.c:392 +#: g10/plaintext.c:383 +#, fuzzy +msgid "no signed data\n" +msgstr "½ð̾¤µ¤ì¤¿¥Ç¡¼¥¿`%s'¤¬³«¤±¤Þ¤»¤ó\n" + +#: g10/plaintext.c:391 #, c-format msgid "can't open signed data `%s'\n" msgstr "½ð̾¤µ¤ì¤¿¥Ç¡¼¥¿`%s'¤¬³«¤±¤Þ¤»¤ó\n" @@ -2933,7 +2944,7 @@ msgstr "̤ msgid "%s signature from: %s\n" msgstr "%s½ð̾¡£½ð̾¼Ô: %s\n" -#: g10/sign.c:290 g10/sign.c:610 +#: g10/sign.c:290 g10/sign.c:613 #, c-format msgid "can't create %s: %s\n" msgstr "%s¤¬¤Ç¤­¤Þ¤»¤ó: %s\n" @@ -3374,7 +3385,7 @@ msgstr "'%s' msgid "WARNING: can't yet handle long pref records\n" msgstr "·Ù¹ð: ¤Þ¤À long pref ¥ì¥³¡¼¥É¤Ï¼è¤ê°·¤¨¤Þ¤»¤ó\n" -#: g10/verify.c:82 +#: g10/verify.c:108 msgid "" "the signature could not be verified.\n" "Please remember that the signature file (.sig or .asc)\n" @@ -3384,7 +3395,7 @@ msgstr "" "(.sig¤ä.asc)¤¬¥³¥Þ¥ó¥É¹Ô¤ÎºÇ½é¤Ç¤Ê¤±¤ì¤Ð\n" "¤Ê¤é¤Ê¤¤¤³¤È¤òǰƬ¤Ë¤ª¤¤¤Æ¤¯¤À¤µ¤¤¡£\n" -#: g10/verify.c:147 +#: g10/verify.c:173 #, c-format msgid "input line %u too long or missing LF\n" msgstr "ÆþÎϤÎ%u¹ÔÌܤ¬Ä¹¤¹¤®¤ë¤«¡¢LF¤¬¤Ê¤¤¤è¤¦¤Ç¤¹\n" @@ -3782,3 +3793,6 @@ msgstr " #, c-format msgid "No help available for `%s'" msgstr "`%s'¤Î¥Ø¥ë¥×¤Ï¤¢¤ê¤Þ¤»¤ó" + +#~ msgid "no secret key for decryption available\n" +#~ msgstr "Éü¹æ¤ËɬÍפÊÈëÌ©¸°¤¬ÆÀ¤é¤ì¤Þ¤»¤ó\n" diff --git a/po/nl.po b/po/nl.po index 01a9c4484..cc76d86ee 100644 --- a/po/nl.po +++ b/po/nl.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg 1.0.0h\n" -"POT-Creation-Date: 2000-11-24 13:52+0100\n" +"POT-Creation-Date: 2000-12-19 11:58+0100\n" "PO-Revision-Date: 2000-02-20 21:30+01:00\n" "Last-Translator: Ivo Timmermans \n" "Language-Team: Dutch \n" @@ -663,17 +663,17 @@ msgstr "" " --list-keys [namen] toon sleutels\n" " --fingerprints [namen] toon vingerafdrukken\n" -#: g10/g10.c:426 +#: g10/g10.c:427 msgid "Please report bugs to .\n" msgstr "" "Meld fouten in het programma a.u.b. aan ;\n" "fouten in de vertaling aan .\n" -#: g10/g10.c:430 +#: g10/g10.c:431 msgid "Usage: gpg [options] [files] (-h for help)" msgstr "Gebruik: gpg [opties] [bestanden] (-h voor hulp)" -#: g10/g10.c:433 +#: g10/g10.c:434 msgid "" "Syntax: gpg [options] [files]\n" "sign, check, encrypt or decrypt\n" @@ -683,7 +683,7 @@ msgstr "" "onderteken, controleer, versleutel of decodeer de ingevoerde gegevens\n" "standaardactie hangt af van de gegevens\n" -#: g10/g10.c:440 +#: g10/g10.c:441 msgid "" "\n" "Supported algorithms:\n" @@ -691,188 +691,188 @@ msgstr "" "\n" "Ondersteunde algoritmes:\n" -#: g10/g10.c:519 +#: g10/g10.c:520 msgid "usage: gpg [options] " msgstr "gebruik: gpg [opties] " -#: g10/g10.c:572 +#: g10/g10.c:573 msgid "conflicting commands\n" msgstr "tegenstrijdige commando's\n" -#: g10/g10.c:712 +#: g10/g10.c:713 #, c-format msgid "NOTE: no default option file `%s'\n" msgstr "LET OP: geen bestand `%s' met standaardopties\n" -#: g10/g10.c:716 +#: g10/g10.c:717 #, c-format msgid "option file `%s': %s\n" msgstr "optiebestand `%s': %s\n" -#: g10/g10.c:723 +#: g10/g10.c:724 #, c-format msgid "reading options from `%s'\n" msgstr "opties inlezen van `%s'\n" -#: g10/g10.c:915 +#: g10/g10.c:925 #, c-format msgid "%s is not a valid character set\n" msgstr "%s is een onbekende tekenverzameling\n" -#: g10/g10.c:983 +#: g10/g10.c:994 msgid "WARNING: program may create a core file!\n" msgstr "LET OP: programma zou een geheugendump kunnen maken!\n" -#: g10/g10.c:987 g10/g10.c:996 +#: g10/g10.c:998 g10/g10.c:1007 #, c-format msgid "NOTE: %s is not for normal use!\n" msgstr "LET OP: %s is niet voor gewoon gebruik!\n" -#: g10/g10.c:989 +#: g10/g10.c:1000 #, c-format msgid "%s not allowed with %s!\n" msgstr "%s is niet toegestaan met deze %s!\n" -#: g10/g10.c:992 +#: g10/g10.c:1003 #, c-format msgid "%s makes no sense with %s!\n" msgstr "%s heeft geen betekenis met %s!\n" -#: g10/g10.c:1011 g10/g10.c:1023 +#: g10/g10.c:1023 g10/g10.c:1035 msgid "selected cipher algorithm is invalid\n" msgstr "geselecteerd versleutelalgoritme is ongeldig\n" -#: g10/g10.c:1017 g10/g10.c:1029 +#: g10/g10.c:1029 g10/g10.c:1041 msgid "selected digest algorithm is invalid\n" msgstr "geselecteerd controle-algoritme is ongeldig\n" -#: g10/g10.c:1033 +#: g10/g10.c:1045 msgid "the given policy URL is invalid\n" msgstr "de gegeven beleids-URL is ongeldig\n" -#: g10/g10.c:1036 +#: g10/g10.c:1048 #, c-format msgid "compress algorithm must be in range %d..%d\n" msgstr "compressie-algoritme moet in het bereik %d..%d liggen\n" -#: g10/g10.c:1038 +#: g10/g10.c:1050 msgid "completes-needed must be greater than 0\n" msgstr "completes-needed(?) moet groter zijn dan 0\n" -#: g10/g10.c:1040 +#: g10/g10.c:1052 msgid "marginals-needed must be greater than 1\n" msgstr "marginals-needed(?) moet groter zijn dan 1\n" -#: g10/g10.c:1042 +#: g10/g10.c:1054 msgid "max-cert-depth must be in range 1 to 255\n" msgstr "max-cert-depth moet tussen de 1 en de 255 (inclusief) liggen\n" -#: g10/g10.c:1045 +#: g10/g10.c:1057 msgid "NOTE: simple S2K mode (0) is strongly discouraged\n" msgstr "LET OP: simpele S2K mode (0) wordt met klem afgeraden\n" -#: g10/g10.c:1049 +#: g10/g10.c:1061 msgid "invalid S2K mode; must be 0, 1 or 3\n" msgstr "ongeldige S2K modus; moet 0, 1 of 3 zijn\n" -#: g10/g10.c:1134 +#: g10/g10.c:1146 #, c-format msgid "failed to initialize the TrustDB: %s\n" msgstr "fout bij het initialiseren van de vertrouwensdatabase: %s\n" -#: g10/g10.c:1140 +#: g10/g10.c:1152 msgid "--store [filename]" msgstr "--store [bestandsnaam]" -#: g10/g10.c:1147 +#: g10/g10.c:1159 msgid "--symmetric [filename]" msgstr "--symmetric [bestandsnaam]" -#: g10/g10.c:1155 +#: g10/g10.c:1167 msgid "--encrypt [filename]" msgstr "--encrypt [bestandsnaam]" -#: g10/g10.c:1168 +#: g10/g10.c:1180 msgid "--sign [filename]" msgstr "--sign [bestandsnaam]" -#: g10/g10.c:1181 +#: g10/g10.c:1193 msgid "--sign --encrypt [filename]" msgstr "--sign --encrypt [bestandsnaam]" -#: g10/g10.c:1195 +#: g10/g10.c:1207 msgid "--clearsign [filename]" msgstr "--clearsign [bestandsnaam]" -#: g10/g10.c:1212 +#: g10/g10.c:1224 msgid "--decrypt [filename]" msgstr "--decrypt [bestandsnaam]" -#: g10/g10.c:1220 +#: g10/g10.c:1232 msgid "--sign-key user-id" msgstr "--sign-key gebruikersidentificatie" -#: g10/g10.c:1228 +#: g10/g10.c:1240 msgid "--lsign-key user-id" msgstr "--lsign-key gebruikers-identificatie" -#: g10/g10.c:1236 +#: g10/g10.c:1248 msgid "--edit-key user-id [commands]" msgstr "--edit-key gebruikersidentificatie [opdrachten]" -#: g10/g10.c:1252 +#: g10/g10.c:1264 msgid "--delete-secret-key user-id" msgstr "--delete-secret-key gebruikersidentificatie" -#: g10/g10.c:1255 +#: g10/g10.c:1267 msgid "--delete-key user-id" msgstr "--delete-key gebruikersidentificatie" -#: g10/encode.c:265 g10/g10.c:1292 g10/sign.c:393 +#: g10/encode.c:268 g10/g10.c:1304 g10/sign.c:393 #, c-format msgid "can't open %s: %s\n" msgstr "kan %s niet openen: %s\n" -#: g10/g10.c:1307 +#: g10/g10.c:1319 msgid "-k[v][v][v][c] [user-id] [keyring]" msgstr "-k[v][v][v][c] [gebruikersidentificatie] [sleutelbos]" -#: g10/g10.c:1373 +#: g10/g10.c:1385 #, c-format msgid "dearmoring failed: %s\n" msgstr "opheffen van beveiliging mislukt: %s\n" -#: g10/g10.c:1381 +#: g10/g10.c:1393 #, c-format msgid "enarmoring failed: %s\n" msgstr "beveiligen mislukt: %s\n" -#: g10/g10.c:1452 +#: g10/g10.c:1464 #, c-format msgid "invalid hash algorithm `%s'\n" msgstr "ongeldig frommelalgoritme `%s'\n" -#: g10/g10.c:1539 +#: g10/g10.c:1551 msgid "[filename]" msgstr "[bestandsnaam]" -#: g10/g10.c:1543 +#: g10/g10.c:1555 msgid "Go ahead and type your message ...\n" msgstr "Gaat uw gang, type het bericht ...\n" -#: g10/decrypt.c:59 g10/g10.c:1546 g10/verify.c:68 g10/verify.c:113 +#: g10/decrypt.c:59 g10/g10.c:1558 g10/verify.c:94 g10/verify.c:139 #, c-format msgid "can't open `%s'\n" msgstr "kan `%s' niet openen\n" -#: g10/g10.c:1756 +#: g10/g10.c:1767 msgid "" "the first character of a notation name must be a letter or an underscore\n" msgstr "" "het eerste teken van een notitienaam moet een letter of laag liggend steepje " "zijn\n" -#: g10/g10.c:1762 +#: g10/g10.c:1773 msgid "" "a notation name must have only letters, digits, dots or underscores and end " "with an '='\n" @@ -880,11 +880,11 @@ msgstr "" "een notitienaam mag alleen letters, cijfers, punten of underscores bevatten " "en eindig met een =\n" -#: g10/g10.c:1768 +#: g10/g10.c:1779 msgid "dots in a notation name must be surrounded by other characters\n" msgstr "punten in notitienamen moeten omgeven zijn door andere tekens\n" -#: g10/g10.c:1776 +#: g10/g10.c:1787 msgid "a notation value must not use any control characters\n" msgstr "een notitienaam mag geen controletekens bevatten\n" @@ -1638,17 +1638,17 @@ msgstr "%s: kon niet openen: %s\n" msgid "error creating passphrase: %s\n" msgstr "fout tijdens aanmake sleuteltekst: %s\n" -#: g10/encode.c:171 g10/encode.c:324 +#: g10/encode.c:171 g10/encode.c:327 #, c-format msgid "%s: WARNING: empty file\n" msgstr "%s: LET OP: leeg bestand\n" -#: g10/encode.c:271 +#: g10/encode.c:274 #, c-format msgid "reading from `%s'\n" msgstr "lezen uit `%s'\n" -#: g10/encode.c:492 +#: g10/encode.c:497 #, c-format msgid "%s/%s encrypted for: %s\n" msgstr "%s/%s versleuteld voor: %s\n" @@ -1782,7 +1782,7 @@ msgstr "geheime sleutels ge msgid " secret keys unchanged: %lu\n" msgstr "onveranderde geheime sleutels: %lu\n" -#: g10/import.c:391 g10/import.c:590 +#: g10/import.c:391 g10/import.c:600 #, c-format msgid "key %08lX: no user ID\n" msgstr "sleutel %08lX: geen gebruikersidentificatie\n" @@ -1797,7 +1797,7 @@ msgid "this may be caused by a missing self-signature\n" msgstr "" "dit zou veroorzaakt kunnen worden door een ontbrekende zelf-ondertkening\n" -#: g10/import.c:418 g10/import.c:657 +#: g10/import.c:418 g10/import.c:667 #, c-format msgid "key %08lX: public key not found: %s\n" msgstr "sleutel %08lX: openbare sleutel niet gevonden: %s\n" @@ -1811,17 +1811,17 @@ msgstr "sleutel %08lx: geen sleutel volgens rfc2240 - overgeslagen\n" msgid "no default public keyring\n" msgstr "geen standaard openbare sleutelbos\n" -#: g10/import.c:435 g10/openfile.c:230 g10/sign.c:295 g10/sign.c:615 +#: g10/import.c:435 g10/openfile.c:230 g10/sign.c:295 g10/sign.c:618 #, c-format msgid "writing to `%s'\n" msgstr "schrijven naar `%s'\n" -#: g10/import.c:438 g10/import.c:496 g10/import.c:605 g10/import.c:706 +#: g10/import.c:438 g10/import.c:496 g10/import.c:615 g10/import.c:716 #, c-format msgid "can't lock keyring `%s': %s\n" msgstr "kan sleutelbos `%s' niet vergrendelen: %s\n" -#: g10/import.c:441 g10/import.c:499 g10/import.c:608 g10/import.c:709 +#: g10/import.c:441 g10/import.c:499 g10/import.c:618 g10/import.c:719 #, c-format msgid "error writing keyring `%s': %s\n" msgstr "fout bij schrijven van de sleutelbos `%s': %s\n" @@ -1836,12 +1836,12 @@ msgstr "sleutel %08lX: openbare sleutel ge msgid "key %08lX: doesn't match our copy\n" msgstr "sleutel %08lX: komt niet overeen met onze kopie\n" -#: g10/import.c:472 g10/import.c:665 +#: g10/import.c:472 g10/import.c:675 #, c-format msgid "key %08lX: can't locate original keyblock: %s\n" msgstr "sleutel %08lX: kan originele sleutelblok niet vinden: %s\n" -#: g10/import.c:478 g10/import.c:671 +#: g10/import.c:478 g10/import.c:681 #, c-format msgid "key %08lX: can't read original keyblock: %s\n" msgstr "sleutel %08lX: kan origineel sleutelblok niet lezen: %s\n" @@ -1881,76 +1881,81 @@ msgstr "sleutel %08lX: %d nieuwe subsleutels\n" msgid "key %08lX: not changed\n" msgstr "sleutel %08lX: niet veranderd\n" -#: g10/import.c:613 +#: g10/import.c:593 +#, c-format +msgid "secret key %08lX not imported (use %s to allow for it)\n" +msgstr "" + +#: g10/import.c:623 #, c-format msgid "key %08lX: secret key imported\n" msgstr "sleutel %08lX: geheime sleutel geïmporteerd\n" #. we can't merge secret keys -#: g10/import.c:617 +#: g10/import.c:627 #, c-format msgid "key %08lX: already in secret keyring\n" msgstr "sleutel %08lX: reeds aanwezig in de geheime sleutelbos\n" -#: g10/import.c:622 +#: g10/import.c:632 #, c-format msgid "key %08lX: secret key not found: %s\n" msgstr "sleutel %08lX: geheime sleutel niet gevonden: %s\n" -#: g10/import.c:651 +#: g10/import.c:661 #, c-format msgid "key %08lX: no public key - can't apply revocation certificate\n" msgstr "" "sleutel %08lX: geen openbare sleutel - kan terugtrekkingscertificaat niet " "toepassen\n" -#: g10/import.c:682 +#: g10/import.c:692 #, c-format msgid "key %08lX: invalid revocation certificate: %s - rejected\n" msgstr "sleutel %08lX: ongeldig terugtrekkingscertificaat: %s - afgewezen\n" -#: g10/import.c:714 +#: g10/import.c:724 #, c-format msgid "key %08lX: revocation certificate imported\n" msgstr "sleutel %08lX: terugtrekkingscertificaat geïmporteerd\n" -#: g10/import.c:756 +#: g10/import.c:766 #, c-format msgid "key %08lX: no user ID for signature\n" msgstr "sleutel %08lX: geen gebruikersidentificatie voor ondertekening\n" -#: g10/import.c:763 g10/import.c:787 +#: g10/import.c:773 g10/import.c:797 #, c-format msgid "key %08lX: unsupported public key algorithm\n" msgstr "sleutel %08lX: openbaar sleutel algoritme niet ondersteund\n" -#: g10/import.c:764 +#: g10/import.c:774 #, c-format msgid "key %08lX: invalid self-signature\n" msgstr "sleutel %08lX: ongeldige eigen ondertekening\n" -#: g10/import.c:779 +#: g10/import.c:789 #, c-format msgid "key %08lX: no subkey for key binding\n" msgstr "sleutel %08lX: geen subsleutel voor sleutelbinding\n" -#: g10/import.c:788 +#: g10/import.c:798 #, c-format msgid "key %08lX: invalid subkey binding\n" msgstr "sleutel %08lX: ongeldige subsleutelbinding\n" -#: g10/import.c:815 +#: g10/import.c:825 #, c-format msgid "key %08lX: accepted non self-signed user ID '" msgstr "" "sleutel %08lX: niet zelfondertekende gebruikersidentificatie geaccepteerd '" -#: g10/import.c:844 +#: g10/import.c:854 #, c-format msgid "key %08lX: skipped user ID '" msgstr "sleutel %08lX: gebruikersidentificatie overgeslagen '" -#: g10/import.c:867 +#: g10/import.c:877 #, c-format msgid "key %08lX: skipped subkey\n" msgstr "sleutel %08lX: subsleutel overgeslagen\n" @@ -1959,37 +1964,37 @@ msgstr "sleutel %08lX: subsleutel overgeslagen\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:892 +#: g10/import.c:902 #, c-format msgid "key %08lX: non exportable signature (class %02x) - skipped\n" msgstr "" "sleutel %08lX: niet exporteerbare ondertekening (klasse %02x) - " "overgeslagen\n" -#: g10/import.c:901 +#: g10/import.c:911 #, c-format msgid "key %08lX: revocation certificate at wrong place - skipped\n" msgstr "" "sleutel %08lX: terugtrekkingscertificaat op de verkeerde plek - " "overgeslagen\n" -#: g10/import.c:909 +#: g10/import.c:919 #, c-format msgid "key %08lX: invalid revocation certificate: %s - skipped\n" msgstr "sleutel %08lX: ongeldig terugtrekkingscertificaat: %s - overgeslagen\n" -#: g10/import.c:1009 +#: g10/import.c:1019 #, c-format msgid "key %08lX: duplicated user ID detected - merged\n" msgstr "" "sleutel %08lX: dubbele gebruikersidentificatie gevonden - samengevoegd\n" -#: g10/import.c:1060 +#: g10/import.c:1071 #, c-format msgid "key %08lX: revocation certificate added\n" msgstr "sleutel %08lX: terugtrekkingscertificaat toegevoegd\n" -#: g10/import.c:1174 g10/import.c:1227 +#: g10/import.c:1185 g10/import.c:1238 #, c-format msgid "key %08lX: our copy has no self-signature\n" msgstr "sleutel %08lX: onze versie heeft geen zelfondertekening\n" @@ -2580,115 +2585,116 @@ msgid "revoked" msgstr "revkey" #. of subkey -#: g10/keylist.c:400 g10/mainproc.c:793 +#: g10/keylist.c:400 g10/mainproc.c:834 #, fuzzy, c-format msgid " [expires: %s]" msgstr "Sleutel verloopt op %s\n" -#: g10/mainproc.c:240 +#: g10/mainproc.c:270 #, c-format msgid "public key is %08lX\n" msgstr "openbare sleutel is %08lX\n" -#: g10/mainproc.c:284 +#: g10/mainproc.c:315 msgid "public key encrypted data: good DEK\n" msgstr "gegevens versleuteld met een openbare sleutel: goede DEK\n" -#: g10/mainproc.c:326 +#: g10/mainproc.c:367 #, c-format msgid "encrypted with %u-bit %s key, ID %08lX, created %s\n" msgstr "versleuteld met %u-bit %s sleutel, nummer %08lX, gemaakt op %s\n" -#: g10/mainproc.c:336 +#: g10/mainproc.c:377 #, c-format msgid "encrypted with %s key, ID %08lX\n" msgstr "versleuteld met %s sleutel, nummer %08lX\n" -#: g10/mainproc.c:342 -msgid "no secret key for decryption available\n" -msgstr "geheime sleutel voor ontsleuteling is niet beschikbaar\n" - -#: g10/mainproc.c:351 +#: g10/mainproc.c:391 #, c-format msgid "public key decryption failed: %s\n" msgstr "openbare sleutel-ontsleuteling ging niet: %s\n" -#: g10/mainproc.c:388 +#: g10/mainproc.c:429 msgid "decryption okay\n" msgstr "ontsleutelen ging goed\n" -#: g10/mainproc.c:393 +#: g10/mainproc.c:434 msgid "WARNING: encrypted message has been manipulated!\n" msgstr "LET OP: het versleutelde bericht is veranderd!\n" -#: g10/mainproc.c:398 +#: g10/mainproc.c:439 #, c-format msgid "decryption failed: %s\n" msgstr "ontsleuteling mislukte: %s\n" # Dit kan wel Engels blijven.. toch? -#: g10/mainproc.c:417 +#: g10/mainproc.c:458 msgid "NOTE: sender requested \"for-your-eyes-only\"\n" msgstr "LET OP: afzender vroeg om \"for-your-eyes-only\"\n" -#: g10/mainproc.c:419 +#: g10/mainproc.c:460 #, c-format msgid "original file name='%.*s'\n" msgstr "originele bestandsnaam='%.*s'\n" -#: g10/mainproc.c:574 +#: g10/mainproc.c:615 msgid "standalone revocation - use \"gpg --import\" to apply\n" msgstr "alleenstaande intrekking - gebruik \"gpg --import\" om uit te voeren\n" -#: g10/mainproc.c:661 g10/mainproc.c:670 +#: g10/mainproc.c:702 g10/mainproc.c:711 msgid "WARNING: invalid notation data found\n" msgstr "LET OP: ongeldige aantekeningen gevonden\n" -#: g10/mainproc.c:673 +#: g10/mainproc.c:714 msgid "Notation: " msgstr "Aantekening: " -#: g10/mainproc.c:682 +#: g10/mainproc.c:723 msgid "Policy: " msgstr "Beleid: " -#: g10/mainproc.c:1124 +#: g10/mainproc.c:1233 msgid "signature verification suppressed\n" msgstr "controle van de ondertekening overgeslagen\n" -#: g10/mainproc.c:1161 +#: g10/mainproc.c:1270 #, c-format msgid "Signature made %.*s using %s key ID %08lX\n" msgstr "Ondertekening gemaakt op %.*s met %s sleutel nummer %08lX\n" #. just in case that we have no userid -#: g10/mainproc.c:1187 g10/mainproc.c:1198 +#: g10/mainproc.c:1305 g10/mainproc.c:1316 msgid "BAD signature from \"" msgstr "FOUTE ondertekening van \"" -#: g10/mainproc.c:1188 g10/mainproc.c:1199 +#: g10/mainproc.c:1306 g10/mainproc.c:1317 msgid "Good signature from \"" msgstr "Correcte ondertekening van \"" -#: g10/mainproc.c:1190 +#: g10/mainproc.c:1308 msgid " aka \"" msgstr " alias \"" -#: g10/mainproc.c:1246 +#: g10/mainproc.c:1364 #, c-format msgid "Can't check signature: %s\n" msgstr "Kan ondertekening niet controleren: %s\n" -#: g10/mainproc.c:1321 +#: g10/mainproc.c:1421 g10/mainproc.c:1436 g10/mainproc.c:1498 +#, fuzzy +msgid "not a detached signature\n" +msgstr "maak een losstaande ondertekening" + +#: g10/mainproc.c:1447 #, c-format msgid "standalone signature of class 0x%02x\n" msgstr "losstaande ondertekening van type 0x%02x\n" -#: g10/mainproc.c:1372 +#: g10/mainproc.c:1502 msgid "old style (PGP 2.x) signature\n" msgstr "oude stijl (PGP 2.x) ondertekening\n" -#: g10/mainproc.c:1377 +#: g10/mainproc.c:1507 msgid "invalid root packet detected in proc_tree()\n" msgstr "ongeldig hoofdpakket gevonden in proc_tree()\n" @@ -2816,7 +2822,12 @@ msgstr "Geef de naam van het gegevensbestand: " msgid "reading stdin ...\n" msgstr "lezen uit standaard invoer ...\n" -#: g10/plaintext.c:392 +#: g10/plaintext.c:383 +#, fuzzy +msgid "no signed data\n" +msgstr "kan ondertekende gegevens `%s' niet openen\n" + +#: g10/plaintext.c:391 #, c-format msgid "can't open signed data `%s'\n" msgstr "kan ondertekende gegevens `%s' niet openen\n" @@ -2938,7 +2949,7 @@ msgstr "foutieve ondertekening aangenomen wegens een onbekende kritische bit\n" msgid "%s signature from: %s\n" msgstr "%s ondertekening van: %s\n" -#: g10/sign.c:290 g10/sign.c:610 +#: g10/sign.c:290 g10/sign.c:613 #, c-format msgid "can't create %s: %s\n" msgstr "kan %s niet aanmaken: %s\n" @@ -3387,7 +3398,7 @@ msgstr "kon '%s' niet invoegen in de vertrouwensdatabase: %s\n" msgid "WARNING: can't yet handle long pref records\n" msgstr "LET OP: kan nog geen lange voorkeursblokken verwerken\n" -#: g10/verify.c:82 +#: g10/verify.c:108 msgid "" "the signature could not be verified.\n" "Please remember that the signature file (.sig or .asc)\n" @@ -3397,7 +3408,7 @@ msgstr "" "Onthoud dat het bestand met de ondertekening (.sig of .asc) het eerste\n" "bestand van de commandoregel moet zijn.\n" -#: g10/verify.c:147 +#: g10/verify.c:173 #, c-format msgid "input line %u too long or missing LF\n" msgstr "invoerregel %u is te lang, of ontbrekende LF\n" @@ -3797,6 +3808,9 @@ msgstr "Geen hulp beschikbaar" msgid "No help available for `%s'" msgstr "Geen hulp beschikbaar voor `%s'" +#~ msgid "no secret key for decryption available\n" +#~ msgstr "geheime sleutel voor ontsleuteling is niet beschikbaar\n" + #~ msgid "" #~ "RSA keys are deprecated; please consider creating a new key and use this key " #~ "in the future\n" diff --git a/po/pl.po b/po/pl.po index 05ad56ffb..ccc77932f 100644 --- a/po/pl.po +++ b/po/pl.po @@ -1,14 +1,14 @@ # Gnu Privacy Guard. -# Copyright (C) 1998, 1999 Free Software Foundation, Inc. -# Janusz A. Urbanowicz , 1998, 1999. +# Copyright (C) 1998-1999 Free Software Foundation, Inc. +# Janusz A. Urbanowicz , 1999, 2000. # -# To be included in GnuPG 1.0.1 +# To be included in GnuPG 1.0.5 # msgid "" msgstr "" -"Project-Id-Version: gnupg 1.0.0h\n" -"POT-Creation-Date: 2000-11-24 13:52+0100\n" -"PO-Revision-Date: 1999-12-05 21:29+01:00\n" +"Project-Id-Version: gnupg-1.0.4\n" +"POT-Creation-Date: 2000-12-19 11:58+0100\n" +"PO-Revision-Date: 2000-10-18 22:54+02:00\n" "Last-Translator: Janusz A. Urbanowicz \n" "Language-Team: Polish \n" "MIME-Version: 1.0\n" @@ -33,7 +33,7 @@ msgstr "operacja niemo #: util/secmem.c:300 msgid "(you may have used the wrong program for this task)\n" -msgstr "(prawdopodobnie u¿ywany program jest niew³a¶ciwy dla tego zadania)\n" +msgstr "(prawdopodobnie u¿ywany program jest niew³a¶ciwy dlatego zadania)\n" #: util/miscutil.c:277 util/miscutil.c:306 msgid "yes" @@ -85,7 +85,7 @@ msgstr "niepoprawny klucz publiczny" #: util/errors.c:60 msgid "bad secret key" -msgstr "niepoprawny klucz tajny" +msgstr "niepoprawny klucz prywatny" #: util/errors.c:61 msgid "bad signature" @@ -101,7 +101,7 @@ msgstr "niepoprawne wyra #: util/errors.c:64 msgid "public key not found" -msgstr "nie odnaleziono klucza publicznego" +msgstr "klucz publiczny nie odnaleziony" #: util/errors.c:65 msgid "unknown cipher algorithm" @@ -129,7 +129,7 @@ msgstr "klucz tajny nie jest dost #: util/errors.c:71 msgid "wrong secret key used" -msgstr "u¿yty zosta³ niew³a¶ciwy klucz tajny" +msgstr "zosta³ u¿yty niew³a¶ciwy klucz tajny" #: util/errors.c:72 msgid "not supported" @@ -137,7 +137,7 @@ msgstr "nie jest obs #: util/errors.c:73 msgid "bad key" -msgstr "niepoprawny klucz" +msgstr "klucz niepoprawny" #: util/errors.c:74 msgid "file read error" @@ -213,7 +213,7 @@ msgstr "b #: util/errors.c:92 msgid "unexpected data" -msgstr "nieoczekiwane dane" +msgstr "nieoczekiowane dane" #: util/errors.c:93 msgid "timestamp conflict" @@ -241,7 +241,7 @@ msgstr "niepoprawny URI" #: util/errors.c:99 msgid "unsupported URI" -msgstr "URI nie obs³ugiwanego typu" +msgstr "URI nie jest obs³ugiwany" #: util/errors.c:100 msgid "network error" @@ -249,11 +249,11 @@ msgstr "b #: util/errors.c:102 msgid "not encrypted" -msgstr "nie jest zaszyfrowany" +msgstr "nie zaszyfrowany" #: util/errors.c:103 msgid "not processed" -msgstr "nie przetworzony" +msgstr "nie zosta³ przetworzony" #: util/logger.c:224 #, c-format @@ -271,51 +271,52 @@ msgid "can't open `%s': %s\n" msgstr "nie mo¿na otworzyæ %s: %s\n" #: cipher/random.c:315 -#, fuzzy, c-format +#, c-format msgid "can't stat `%s': %s\n" -msgstr "nie mo¿na otworzyæ %s: %s\n" +msgstr "nie mo¿na sprawdziæ %s: %s\n" #: cipher/random.c:320 #, c-format msgid "`%s' is not a regular file - ignored\n" -msgstr "" +msgstr "'%s' nie jest zwyk³ym plikiem - zostaje pominiêty\n" #: cipher/random.c:325 msgid "note: random_seed file is empty\n" -msgstr "" +msgstr "uwaga: plik random_seed jest pusty\n" #: cipher/random.c:331 msgid "warning: invalid size of random_seed file - not used\n" msgstr "" +"ostrze¿enie: plik random_seed ma niew³a¶ciwy rozmiar - nie zostanie u¿yty\n" #: cipher/random.c:339 -#, fuzzy, c-format +#, c-format msgid "can't read `%s': %s\n" -msgstr "nie mo¿na otworzyæ %s: %s\n" +msgstr "nie mo¿na odczytaæ %s: %s\n" #: cipher/random.c:377 msgid "note: random_seed file not updated\n" -msgstr "" +msgstr "uwaga: plik random_seed nie jest uaktualniony\n" #: cipher/random.c:397 -#, fuzzy, c-format +#, c-format msgid "can't create `%s': %s\n" msgstr "nie mo¿na stworzyæ %s: %s\n" #: cipher/random.c:404 -#, fuzzy, c-format +#, c-format msgid "can't write `%s': %s\n" -msgstr "nie mo¿na otworzyæ %s: %s\n" +msgstr "nie mo¿na zapisaæ %s: %s\n" #: cipher/random.c:407 -#, fuzzy, c-format +#, c-format msgid "can't close `%s': %s\n" -msgstr "nie mo¿na otworzyæ %s: %s\n" +msgstr "nie mo¿na zamkn±æ %s: %s\n" #: cipher/random.c:418 #, c-format msgid "too many random bits requested; the limit is %d\n" -msgstr "" +msgstr "¿±danie zbyt wielu losowych bitów; ograniczenie wynosi %d\n" #: cipher/random.c:650 msgid "WARNING: using insecure random number generator!!\n" @@ -367,7 +368,7 @@ msgstr "|[plik]|z #: g10/g10.c:214 msgid "make a detached signature" -msgstr "sporz±dzenie podpisu oddzielonego od dokumentu" +msgstr "z³o¿enie podpisu oddzielonego od dokumentu" #: g10/g10.c:215 msgid "encrypt data" @@ -379,7 +380,7 @@ msgstr "szyfrowanie tylko szyfrem symetrycznym" #: g10/g10.c:217 msgid "store only" -msgstr "tylko zapis do pliku" +msgstr "tylko zapis" #: g10/g10.c:218 msgid "decrypt data (default)" @@ -435,7 +436,7 @@ msgstr "podpisanie lub modyfikacja klucza" #: g10/g10.c:234 msgid "generate a revocation certificate" -msgstr "tworzenie certyfikatu uniewa¿nienia klucza" +msgstr "generacja certyfikatu uniewa¿nienia klucza" #: g10/g10.c:235 msgid "export keys" @@ -451,7 +452,7 @@ msgstr "import kluczy z serwera kluczy" #: g10/g10.c:241 msgid "import/merge keys" -msgstr "import/do³±czanie kluczy" +msgstr "import/do³±czenie kluczy" #: g10/g10.c:243 msgid "list only the sequence of packets" @@ -501,11 +502,11 @@ msgstr "" #: g10/g10.c:263 msgid "create ascii armored output" -msgstr "plik wynikowy bêdzie w opakowaniu ASCII" +msgstr "plik wynikowy w opakowaniu ASCII" #: g10/g10.c:265 msgid "|NAME|encrypt for NAME" -msgstr "|NAZWA|szyfrowanie dla adresata NAZWA" +msgstr "|NAZWA|szyfrowanie dla odbiorcy NAZWA" #: g10/g10.c:268 msgid "|NAME|use NAME as default recipient" @@ -646,13 +647,15 @@ msgstr "usuni #: g10/g10.c:317 msgid "|NAME=VALUE|use this notation data" -msgstr "|NAZWA=TRE¦Æ|adnotacje" +msgstr "|NAZWA=WARTO¦Æ|adnotacje" #: g10/g10.c:320 msgid "" "@\n" "(See the man page for a complete listing of all commands and options)\n" msgstr "" +"@\n" +"(Pe³n± listê poleceñ i opcji mo¿na znale¼æ w podrêczniku systemowym.)\n" #: g10/g10.c:323 msgid "" @@ -675,15 +678,15 @@ msgstr "" " --list-keys [nazwy] pokazuje klucze\n" " --fingerprint [nazwy] pokazuje odciski kluczy\n" -#: g10/g10.c:426 +#: g10/g10.c:427 msgid "Please report bugs to .\n" msgstr "B³êdy prosimy zg³aszaæ na adres .\n" -#: g10/g10.c:430 +#: g10/g10.c:431 msgid "Usage: gpg [options] [files] (-h for help)" msgstr "Wywo³anie: gpg [opcje] [pliki] (-h podaje pomoc)" -#: g10/g10.c:433 +#: g10/g10.c:434 msgid "" "Syntax: gpg [options] [files]\n" "sign, check, encrypt or decrypt\n" @@ -693,7 +696,7 @@ msgstr "" "podpisywanie, sprawdzanie podpisów, szyfrowanie, deszyfrowanie\n" "domy¶lnie wykonywana operacja zale¿y od danych wej¶ciowych\n" -#: g10/g10.c:440 +#: g10/g10.c:441 msgid "" "\n" "Supported algorithms:\n" @@ -701,186 +704,186 @@ msgstr "" "\n" "Obs³ugiwane algorytmy:\n" -#: g10/g10.c:519 +#: g10/g10.c:520 msgid "usage: gpg [options] " msgstr "wywo³anie: gpg [opcje]" -#: g10/g10.c:572 +#: g10/g10.c:573 msgid "conflicting commands\n" msgstr "sprzeczne polecenia\n" -#: g10/g10.c:712 +#: g10/g10.c:713 #, c-format msgid "NOTE: no default option file `%s'\n" msgstr "UWAGA: brak domy¶lnego pliku opcji '%s'\n" -#: g10/g10.c:716 +#: g10/g10.c:717 #, c-format msgid "option file `%s': %s\n" msgstr "plik opcji '%s': %s\n" -#: g10/g10.c:723 +#: g10/g10.c:724 #, c-format msgid "reading options from `%s'\n" msgstr "odczyt opcji z '%s'\n" -#: g10/g10.c:915 +#: g10/g10.c:925 #, c-format msgid "%s is not a valid character set\n" msgstr "%s nie jest poprawn± nazw± zestawu znaków\n" -#: g10/g10.c:983 +#: g10/g10.c:994 msgid "WARNING: program may create a core file!\n" msgstr "OSTRZE¯ENIE: program mo¿e stworzyæ plik zrzutu pamiêci!\n" -#: g10/g10.c:987 g10/g10.c:996 +#: g10/g10.c:998 g10/g10.c:1007 #, c-format msgid "NOTE: %s is not for normal use!\n" msgstr "UWAGA: %s nie jest do normalnego u¿ytku!\n" -#: g10/g10.c:989 +#: g10/g10.c:1000 #, c-format msgid "%s not allowed with %s!\n" -msgstr "%s jest niedozwolony z %s!\n" +msgstr "Nie wolno u¿ywaæ %s z %s!\n" -#: g10/g10.c:992 +#: g10/g10.c:1003 #, c-format msgid "%s makes no sense with %s!\n" msgstr "%s nie ma sensu z %s!\n" -#: g10/g10.c:1011 g10/g10.c:1023 +#: g10/g10.c:1023 g10/g10.c:1035 msgid "selected cipher algorithm is invalid\n" msgstr "wybrany algorytm szyfruj±cy jest niepoprawny\n" -#: g10/g10.c:1017 g10/g10.c:1029 +#: g10/g10.c:1029 g10/g10.c:1041 msgid "selected digest algorithm is invalid\n" msgstr "wybrany algorytm geenracji skrótów wiadomo¶ci jest niepoprawny\n" -#: g10/g10.c:1033 +#: g10/g10.c:1045 msgid "the given policy URL is invalid\n" msgstr "podany URL regulaminu jest niepoprawny\n" -#: g10/g10.c:1036 +#: g10/g10.c:1048 #, c-format msgid "compress algorithm must be in range %d..%d\n" msgstr "ustawienie algortytmu kompresji musi pochodziæ z zakresu %d..%d\n" -#: g10/g10.c:1038 +#: g10/g10.c:1050 msgid "completes-needed must be greater than 0\n" msgstr "warto¶æ completes-needed musi byæ wiêksza od 0\n" -#: g10/g10.c:1040 +#: g10/g10.c:1052 msgid "marginals-needed must be greater than 1\n" msgstr "warto¶æ marginals-needed musi byæ wiêksza od 1\n" -#: g10/g10.c:1042 +#: g10/g10.c:1054 msgid "max-cert-depth must be in range 1 to 255\n" msgstr "warto¶æ max-cert-depth musi mie¶ciæ siê w zakresie od 1 do 255\n" -#: g10/g10.c:1045 +#: g10/g10.c:1057 msgid "NOTE: simple S2K mode (0) is strongly discouraged\n" msgstr "UWAGA: prosty tryb S2K (0) jest stanowczo odradzany\n" -#: g10/g10.c:1049 +#: g10/g10.c:1061 msgid "invalid S2K mode; must be 0, 1 or 3\n" msgstr "niepoprawny tryb S2K; musi mieæ warto¶æ 0, 1 lub 3\n" -#: g10/g10.c:1134 +#: g10/g10.c:1146 #, c-format msgid "failed to initialize the TrustDB: %s\n" msgstr "inicjowanie Bazy Zaufania nie powiod³o siê: %s\n" -#: g10/g10.c:1140 +#: g10/g10.c:1152 msgid "--store [filename]" msgstr "--store [plik]" -#: g10/g10.c:1147 +#: g10/g10.c:1159 msgid "--symmetric [filename]" msgstr "--symmetric [plik]" -#: g10/g10.c:1155 +#: g10/g10.c:1167 msgid "--encrypt [filename]" msgstr "--encrypt [plik]" -#: g10/g10.c:1168 +#: g10/g10.c:1180 msgid "--sign [filename]" msgstr "--sign [plik]" -#: g10/g10.c:1181 +#: g10/g10.c:1193 msgid "--sign --encrypt [filename]" msgstr "--sign --encrypt [plik]" -#: g10/g10.c:1195 +#: g10/g10.c:1207 msgid "--clearsign [filename]" -msgstr "--clearsign [plik]" +msgstr "--clearsign [plik]\"" -#: g10/g10.c:1212 +#: g10/g10.c:1224 msgid "--decrypt [filename]" msgstr "--decrypt [plik]" -#: g10/g10.c:1220 +#: g10/g10.c:1232 msgid "--sign-key user-id" msgstr "--sign-key nazwa u¿ytkownika" -#: g10/g10.c:1228 +#: g10/g10.c:1240 msgid "--lsign-key user-id" msgstr "--lsign-key nazwa u¿ytkownika" -#: g10/g10.c:1236 +#: g10/g10.c:1248 msgid "--edit-key user-id [commands]" msgstr "--edit-key nazwa u¿ytkownika [polecenia]" -#: g10/g10.c:1252 +#: g10/g10.c:1264 msgid "--delete-secret-key user-id" msgstr "--delete-secret-key nazwa u¿ytkownika" -#: g10/g10.c:1255 +#: g10/g10.c:1267 msgid "--delete-key user-id" msgstr "--delete-key nazwa u¿ytkownika" -#: g10/encode.c:265 g10/g10.c:1292 g10/sign.c:393 +#: g10/encode.c:268 g10/g10.c:1304 g10/sign.c:393 #, c-format msgid "can't open %s: %s\n" msgstr "nie mo¿na otworzyæ %s: %s\n" -#: g10/g10.c:1307 +#: g10/g10.c:1319 msgid "-k[v][v][v][c] [user-id] [keyring]" msgstr "-k[v][v][v][c] [identyfikator] [zbiór kluczy]" -#: g10/g10.c:1373 +#: g10/g10.c:1385 #, c-format msgid "dearmoring failed: %s\n" -msgstr "usuniêcie opakowania ASCII nie powiod³o siê: %s\n" +msgstr "zdjêcie opakowania ASCII nie powiod³o siê: %s\n" -#: g10/g10.c:1381 +#: g10/g10.c:1393 #, c-format msgid "enarmoring failed: %s\n" msgstr "opakowywanie ASCII nie powiod³o siê: %s\n" -#: g10/g10.c:1452 +#: g10/g10.c:1464 #, c-format msgid "invalid hash algorithm `%s'\n" msgstr "niew³a¶ciwy algorytm skrótu '%s'\n" -#: g10/g10.c:1539 +#: g10/g10.c:1551 msgid "[filename]" msgstr "[nazwa pliku]" -#: g10/g10.c:1543 +#: g10/g10.c:1555 msgid "Go ahead and type your message ...\n" msgstr "Wpisz tutaj swoj± wiadomo¶æ ...\n" -#: g10/decrypt.c:59 g10/g10.c:1546 g10/verify.c:68 g10/verify.c:113 +#: g10/decrypt.c:59 g10/g10.c:1558 g10/verify.c:94 g10/verify.c:139 #, c-format msgid "can't open `%s'\n" msgstr "nie mo¿na otworzyæ '%s'\n" -#: g10/g10.c:1756 +#: g10/g10.c:1767 msgid "" "the first character of a notation name must be a letter or an underscore\n" -msgstr "adnotacja musi zaczynaæ siê od litery lub podkre¶lenia\n" +msgstr "adnotacja musi zaczynaæ siê od podkre¶lenia lub litery\n" -#: g10/g10.c:1762 +#: g10/g10.c:1773 msgid "" "a notation name must have only letters, digits, dots or underscores and end " "with an '='\n" @@ -888,11 +891,11 @@ msgstr "" "nazwa adnotacji mo¿e zawieraæ tylko litery, cyfry, kropki,\n" "podkre¶lenia, i musi koñczyæ siê '='\n" -#: g10/g10.c:1768 +#: g10/g10.c:1779 msgid "dots in a notation name must be surrounded by other characters\n" msgstr "kropki w adnotacji musz± znajdowaæ siê pomiêdzy innymi znakami\n" -#: g10/g10.c:1776 +#: g10/g10.c:1787 msgid "a notation value must not use any control characters\n" msgstr "warto¶æ adnotacji nie mo¿e zawieraæ znaków steruj±cych\n" @@ -949,7 +952,7 @@ msgstr "B #: g10/armor.c:765 msgid "premature eof (in Trailer)\n" -msgstr "przedwczesny koniec pliku (w zakoñczeniu)\n" +msgstr "przedwczesny koniec pliku (w linii koñcz±cej)\n" #: g10/armor.c:769 msgid "error in trailer line\n" @@ -957,7 +960,7 @@ msgstr "b #: g10/armor.c:915 msgid "For info see http://www.gnupg.org" -msgstr "" +msgstr "Dalsze informacje znajduj± siê na http://www.gnupg.org/" #: g10/armor.c:1043 msgid "no valid OpenPGP data found.\n" @@ -987,33 +990,31 @@ msgstr "Odcisk klucza:" #: g10/pkclist.c:116 msgid "No reason specified" -msgstr "" +msgstr "Nie podano przyczyny" #: g10/pkclist.c:118 -#, fuzzy msgid "Key is superseded" -msgstr "Klucz jest chroniony.\n" +msgstr "Klucz zosta³ zast±piony" #: g10/pkclist.c:120 -#, fuzzy msgid "Key has been compromised" -msgstr "Ten klucz zosta³ wy³±czony z u¿ycia" +msgstr "Klucz zosta³ skompromitowany" #: g10/pkclist.c:122 msgid "Key is no longer used" -msgstr "" +msgstr "Klucz nie jest ju¿ u¿ywany" #: g10/pkclist.c:124 msgid "User ID is no longer valid" -msgstr "" +msgstr "Identyfikator u¿ytkownika przesta³ byæ poprawny" #: g10/pkclist.c:128 msgid "Reason for revocation: " -msgstr "" +msgstr "Powód uniewa¿nienia: " #: g10/pkclist.c:145 msgid "Revocation comment: " -msgstr "" +msgstr "Komentarz do uniewa¿nienia: " #. a string with valid answers #: g10/pkclist.c:303 @@ -1109,7 +1110,7 @@ msgstr "klucz %08lX: klucz zosta #: g10/pkclist.c:464 g10/pkclist.c:476 g10/pkclist.c:598 msgid "Use this key anyway? " -msgstr "U¿yæ tego klucza mimo wszystko? " +msgstr "U¿yæ tego klucza pomimo to? " #: g10/pkclist.c:469 #, c-format @@ -1202,13 +1203,12 @@ msgstr " Ten podpis prawdopodobnie jest FA msgid "" "WARNING: This key is not certified with sufficiently trusted signatures!\n" msgstr "" -"OSTRZE¯ENIE: Ten klucz nie jest po¶wiadczony wystarczaj±co zaufanymi " -"podpisami!\n" +"OSTRZE¯ENIE: Tego klucza nie po¶wiadczaj± wystarczaj±c zaufanyne podpisy!\n" #: g10/pkclist.c:717 msgid " It is not certain that the signature belongs to the owner.\n" msgstr "" -" Nie ma pewno¶ci ¿e ten podpis zosta³ z³o¿ony przez " +" Nie ma pewno¶ci ¿e ten podpis zosta³ z³o¿nony przez " "w³a¶ciciela.\n" #: g10/pkclist.c:819 g10/pkclist.c:841 g10/pkclist.c:967 g10/pkclist.c:1012 @@ -1226,7 +1226,7 @@ msgid "" "You did not specify a user ID. (you may use \"-r\")\n" "\n" msgstr "" -"Nie poda³e¶(a¶) identyfikatora u¿ytkownika (user ID).\n" +"Nie poda³e¶ identyfikatora u¿ytkownika (user ID). \n" "Mo¿na to zrobiæ za pomoc± opcji \"-r\".\n" #: g10/pkclist.c:864 @@ -1277,14 +1277,14 @@ msgid "writing key binding signature\n" msgstr "zapis podpisu wi±¿±cego klucz\n" #: g10/keygen.c:262 g10/keygen.c:346 g10/keygen.c:436 -#, fuzzy, c-format +#, c-format msgid "keysize invalid; using %u bits\n" -msgstr "¯±dana d³ugo¶æ klucza to %u bity.\n" +msgstr "niew³a¶ciwa d³ugo¶æ klucza; wykorzystano %u bitów\n" #: g10/keygen.c:267 g10/keygen.c:351 g10/keygen.c:441 -#, fuzzy, c-format +#, c-format msgid "keysize rounded up to %u bits\n" -msgstr "zaokr±glono do %u bitów\n" +msgstr "rozmair klucza zaokr±glony do %u bitów\n" #: g10/keygen.c:540 msgid "Please select what kind of key you want:\n" @@ -1311,9 +1311,9 @@ msgid " (%d) ElGamal (sign and encrypt)\n" msgstr " (%d) Klucz dla algorytmu ElGamala (do szyfrowania i podpisywania)\n" #: g10/keygen.c:548 -#, fuzzy, c-format +#, c-format msgid " (%d) RSA (sign and encrypt)\n" -msgstr " (%d) Klucz dla algorytmu ElGamala (do szyfrowania i podpisywania)\n" +msgstr " (%d) Klucz dla algorytmu RSA (do szyfrowania i podpisywania)\n" #: g10/keygen.c:552 msgid "Your selection? " @@ -1353,9 +1353,9 @@ msgid "keysize too small; 768 is smallest value allowed.\n" msgstr "D³ugo¶æ klucza zbyt ma³a; minimalna dopuszczona wynosi 768 bitów.\n" #: g10/keygen.c:613 -#, fuzzy msgid "keysize too small; 1024 is smallest value allowed for RSA.\n" -msgstr "D³ugo¶æ klucza zbyt ma³a; minimalna dopuszczona wynosi 768 bitów.\n" +msgstr "" +"D³ugo¶æ klucza zbyt ma³a; minimalna dopuszczalna dla RSA wynosi 1024 bity.\n" #. It is ridiculous and an annoyance to use larger key sizes! #. * GnuPG can handle much larger sizes; but it takes an eternity @@ -1443,8 +1443,8 @@ msgid "" "Your system can't display dates beyond 2038.\n" "However, it will be correctly handled up to 2106.\n" msgstr "" -"Twój system nie potrafi poprawnie wy¶wietlaæ dat po roku 2036.\n" -"Jednak¿e poprawnie obs³ugiwane s± daty do roku 2106.\n" +"Twój system nie potrafi pokazaæ daty po roku 2038.\n" +"Niemniej daty do roku 2106 bêd± poprawnie obs³ugiwane.\n" #: g10/keygen.c:741 msgid "Is this correct (y/n)? " @@ -1463,7 +1463,7 @@ msgstr "" "Musisz okre¶liæ identyfikator u¿ytkownika aby mo¿na by³o rozpoznaæ twój\n" "klucz; program z³o¿y go z twojego imienia i nazwiska, komentarza i adresu\n" "poczty elektronicznej. Bêdzie on mia³ tak± postaæ:\n" -" \"Tadeusz ¯eleñski (Boy) \"\n" +" \"Tadeusz ¯eleñski (Boy) \"\n" "\n" #: g10/keygen.c:796 @@ -1488,7 +1488,7 @@ msgstr "Adres poczty elektronicznej: " #: g10/keygen.c:827 msgid "Not a valid email address\n" -msgstr "to nie jest poprawny adres poczty elektronicznej\n" +msgstr "To nie jest poprawny adres poczty elektronicznej\n" #: g10/keygen.c:835 msgid "Comment: " @@ -1517,27 +1517,28 @@ msgstr "" #: g10/keygen.c:874 msgid "Please don't put the email address into the real name or the comment\n" msgstr "" +"Nie nalezy umieszczaæ adresu poczty elektronicznej w polu nazwiska czy\n" +"komentarza.\n" #: g10/keygen.c:879 msgid "NnCcEeOoQq" msgstr "IiKkEeDdWw" #: g10/keygen.c:889 -#, fuzzy msgid "Change (N)ame, (C)omment, (E)mail or (Q)uit? " msgstr "" "Zmieniæ (I)miê/nazwisko, (K)omentarz, adres (E)mail, \n" -"przej¶æ (D)alej czy (W)yj¶æ z programu? " +"czy (W)yj¶æ? " #: g10/keygen.c:890 msgid "Change (N)ame, (C)omment, (E)mail or (O)kay/(Q)uit? " msgstr "" "Zmieniæ (I)miê/nazwisko, (K)omentarz, adres (E)mail, \n" -"przej¶æ (D)alej czy (W)yj¶æ z programu? " +"przej¶æ (D)alej czy (W)yj¶æ z programu ? " #: g10/keygen.c:909 msgid "Please correct the error first\n" -msgstr "" +msgstr "Najpierw trzeba poprawiæ ten b³±d\n" #: g10/keygen.c:947 msgid "" @@ -1560,7 +1561,7 @@ msgid "" "using this program with the option \"--edit-key\".\n" "\n" msgstr "" -"Nie chcesz podaæ wyra¿enia przej¶ciowego (has³a) - to *z³y* pomys³!\n" +"Nie chcesz podaæ wyra¿enia przej¶ciowego (has³a) - to z³y pomys³!\n" "W ka¿dej chwili mo¿esz ustawiæ wyra¿enie przej¶ciowe u¿ywaj±c tego programu\n" "i opcji \"--edit-key\".\n" "\n" @@ -1576,8 +1577,8 @@ msgstr "" "generowania\n" "liczb pierszych jest wykonanywanie w tym czasie innych dzia³añ (pisanie na\n" "klawiaturzeze, poruszanie myszk±, odwo³anie siê do dysków); dziêki temu\n" -"generator liczb losowych ma mo¿liwo¶æ zebrania odpowiedniej ilo¶ci entropii. " -"\n" +"generator liczb losowych ma mo¿liwo¶æ zebrania odpowiedniej ilo¶ci " +"entropii.\n" #: g10/keygen.c:1431 msgid "DSA keypair will have 1024 bits.\n" @@ -1588,18 +1589,18 @@ msgid "Key generation canceled.\n" msgstr "Procedura generacji klucza zosta³a anulowana.\n" #: g10/keygen.c:1571 -#, fuzzy, c-format +#, c-format msgid "writing public key to `%s'\n" -msgstr "zapis certyfikatu publicznego w '%s'\n" +msgstr "zapisujê klucz publiczny w '%s'\n" #: g10/keygen.c:1572 -#, fuzzy, c-format +#, c-format msgid "writing secret key to `%s'\n" -msgstr "zapis tajnego certyfikatu w '%s'\n" +msgstr "zapisujê klucz tajny w '%s'\n" #: g10/keygen.c:1668 msgid "public and secret key created and signed.\n" -msgstr "klucze publiczny i tajny zosta³y stworzone i podpisane.\n" +msgstr "tajny i publiczny klucz zosta³y utworzone i podpisane.\n" #: g10/keygen.c:1673 msgid "" @@ -1619,7 +1620,7 @@ msgstr "Generacja klucza nie powiod msgid "" "key has been created %lu second in future (time warp or clock problem)\n" msgstr "" -"klucz zosta³ stworzony %lu sekund w przysz³o¶ci (zaburzenia\n" +"klucz zosta³ stworzony %lu sekundê w przysz³o¶ci (zaburzenia\n" "czasoprzestrzeni, lub ¼le ustawiony zegar systemowy)\n" #: g10/keygen.c:1736 g10/sig-check.c:317 g10/sign.c:114 @@ -1632,7 +1633,7 @@ msgstr "" #: g10/keygen.c:1769 msgid "Really create? " -msgstr "Na pewno generowaæ? " +msgstr "Na pewno utworzyæ? " #: g10/encode.c:91 g10/openfile.c:178 g10/openfile.c:288 g10/tdbio.c:454 #: g10/tdbio.c:515 @@ -1645,17 +1646,17 @@ msgstr "%s: nie mo msgid "error creating passphrase: %s\n" msgstr "b³±d podczs tworzenia wyra¿enia przej¶ciowego (has³a): %s\n" -#: g10/encode.c:171 g10/encode.c:324 +#: g10/encode.c:171 g10/encode.c:327 #, c-format msgid "%s: WARNING: empty file\n" msgstr "%s: OSTRZE¯ENIE: plik jest pusty\n" -#: g10/encode.c:271 +#: g10/encode.c:274 #, c-format msgid "reading from `%s'\n" msgstr "odczyt z '%s'\n" -#: g10/encode.c:492 +#: g10/encode.c:497 #, c-format msgid "%s/%s encrypted for: %s\n" msgstr "%s/%s zaszyfrowany dla: %s\n" @@ -1663,7 +1664,7 @@ msgstr "%s/%s zaszyfrowany dla: %s\n" #: g10/export.c:153 #, c-format msgid "%s: user not found: %s\n" -msgstr "%s: nie znaleziono u¿ytkownika: %s\n" +msgstr "%s: nie znaleziono u¿ytkownika %s\n" #: g10/export.c:162 #, c-format @@ -1676,9 +1677,9 @@ msgid "key %08lX: not a rfc2440 key - skipped\n" msgstr "klucz %08lX: nie jest w formacie RFC 2440 - pominiêty\n" #: g10/export.c:182 -#, fuzzy, c-format +#, c-format msgid "key %08lX: not protected - skipped\n" -msgstr "klucz %08lX: nie jest w formacie RFC 2440 - pominiêty\n" +msgstr "klucz %08lX: nie jest chroniony - pominiêty\n" #: g10/export.c:232 msgid "WARNING: nothing exported\n" @@ -1710,9 +1711,8 @@ msgid "using secondary key %08lX instead of primary key %08lX\n" msgstr "u¿ywany jest podklucz %08lX zamiast klucza g³ównego %08lX\n" #: g10/getkey.c:2050 -#, fuzzy msgid "[User id not found]" -msgstr "%s: nie znaleziono u¿ytkownika\n" +msgstr "[brak identyfikatora u¿ytkownika]" #: g10/import.c:182 #, c-format @@ -1735,9 +1735,9 @@ msgid "Total number processed: %lu\n" msgstr "Ogó³em przetworzonych kluczy: %lu\n" #: g10/import.c:206 -#, fuzzy, c-format +#, c-format msgid " skipped new keys: %lu\n" -msgstr " nowych podkluczy: %lu\n" +msgstr " pominiêtych nowych kluczy: %lu\n" #: g10/import.c:209 #, c-format @@ -1789,7 +1789,7 @@ msgstr " tajnych kluczy dodanych: %lu\n" msgid " secret keys unchanged: %lu\n" msgstr " tajnych kluczy bez zmian: %lu\n" -#: g10/import.c:391 g10/import.c:590 +#: g10/import.c:391 g10/import.c:600 #, c-format msgid "key %08lX: no user ID\n" msgstr "klucz %08lX: brak identyfikatora u¿ytkownika\n" @@ -1803,31 +1803,31 @@ msgstr "klucz %08lX: brak poprawnych identyfikator msgid "this may be caused by a missing self-signature\n" msgstr "to mo¿e byæ spowodowane brakiem podpisu w³a¶ciciela klucza\n" -#: g10/import.c:418 g10/import.c:657 +#: g10/import.c:418 g10/import.c:667 #, c-format msgid "key %08lX: public key not found: %s\n" msgstr "klucz %08lX: brak klucza publicznego: %s\n" #: g10/import.c:423 -#, fuzzy, c-format +#, c-format msgid "key %08lX: new key - skipped\n" -msgstr "klucz %08lX: nie jest w formacie RFC 2440 - pominiêty\n" +msgstr "klucz %08lX: nowy klucz - pominiêty\n" #: g10/import.c:431 msgid "no default public keyring\n" msgstr "brak domy¶lnego zbioru kluczy publicznych\n" -#: g10/import.c:435 g10/openfile.c:230 g10/sign.c:295 g10/sign.c:615 +#: g10/import.c:435 g10/openfile.c:230 g10/sign.c:295 g10/sign.c:618 #, c-format msgid "writing to `%s'\n" msgstr "zapis do '%s'\n" -#: g10/import.c:438 g10/import.c:496 g10/import.c:605 g10/import.c:706 +#: g10/import.c:438 g10/import.c:496 g10/import.c:615 g10/import.c:716 #, c-format msgid "can't lock keyring `%s': %s\n" msgstr "nie mo¿na zablokowaæ zbioru kluczy publicznych '%s': %s\n" -#: g10/import.c:441 g10/import.c:499 g10/import.c:608 g10/import.c:709 +#: g10/import.c:441 g10/import.c:499 g10/import.c:618 g10/import.c:719 #, c-format msgid "error writing keyring `%s': %s\n" msgstr "b³±d zapisu zbioru kluczy '%s': %s\n" @@ -1835,19 +1835,19 @@ msgstr "b #: g10/import.c:446 #, c-format msgid "key %08lX: public key imported\n" -msgstr "klucz %08lX: klucz publiczny do³±czony do zbioru\n" +msgstr "klucz %08lX: klucz publiczny wczytano do zbioru\n" #: g10/import.c:463 #, c-format msgid "key %08lX: doesn't match our copy\n" msgstr "klucz %08lX: nie zgadza siê z lokalnie posiadan± kopi±\n" -#: g10/import.c:472 g10/import.c:665 +#: g10/import.c:472 g10/import.c:675 #, c-format msgid "key %08lX: can't locate original keyblock: %s\n" msgstr "klucz %08lX: brak oryginalnego bloku klucza; %s\n" -#: g10/import.c:478 g10/import.c:671 +#: g10/import.c:478 g10/import.c:681 #, c-format msgid "key %08lX: can't read original keyblock: %s\n" msgstr "klucz %08lX: nie mo¿na odczytaæ oryginalnego bloku klucza; %s\n" @@ -1887,78 +1887,81 @@ msgstr "klucz %08lX: %d nowych podkluczy\n" msgid "key %08lX: not changed\n" msgstr "klucz %08lX: bez zmian\n" -#: g10/import.c:613 +#: g10/import.c:593 +#, c-format +msgid "secret key %08lX not imported (use %s to allow for it)\n" +msgstr "" + +#: g10/import.c:623 #, c-format msgid "key %08lX: secret key imported\n" msgstr "Klucz %08lX: klucz tajny wczytany do zbioru\n" #. we can't merge secret keys -#: g10/import.c:617 +#: g10/import.c:627 #, c-format msgid "key %08lX: already in secret keyring\n" msgstr "Klucz %08lX: ten klucz ju¿ znajduje siê w zbiorze\n" -#: g10/import.c:622 +#: g10/import.c:632 #, c-format msgid "key %08lX: secret key not found: %s\n" msgstr "klucz %08lX: brak klucza tajnego: %s\n" -#: g10/import.c:651 +#: g10/import.c:661 #, c-format msgid "key %08lX: no public key - can't apply revocation certificate\n" msgstr "" "klucz %08lX: brak klucza publicznego - wczytany certyfikat \n" "uniwa¿nienia nie mo¿e byæ zastosowany\n" -#: g10/import.c:682 +#: g10/import.c:692 #, c-format msgid "key %08lX: invalid revocation certificate: %s - rejected\n" -msgstr "" -"klucz %08lX: niepoprawny certyfikat uniewa¿nienia:\n" -"%s - odrzucony\n" +msgstr "klucz %08lX: niepoprawny certyfikat uniewa¿nienia: %s - odrzucony\n" -#: g10/import.c:714 +#: g10/import.c:724 #, c-format msgid "key %08lX: revocation certificate imported\n" msgstr "klucz %08lX: wczytany certyfikat uniewa¿nienia\n" -#: g10/import.c:756 +#: g10/import.c:766 #, c-format msgid "key %08lX: no user ID for signature\n" msgstr "klucz %08lX: brak identyfikatora u¿ytkownika do podpisu\n" -#: g10/import.c:763 g10/import.c:787 +#: g10/import.c:773 g10/import.c:797 #, c-format msgid "key %08lX: unsupported public key algorithm\n" msgstr "" "klucz %08lX: nie obs³ugiwany algorytm szyfrowania z kluczem publicznym\n" -#: g10/import.c:764 +#: g10/import.c:774 #, c-format msgid "key %08lX: invalid self-signature\n" msgstr "klucz %08lX: niepoprawny podpis w³a¶ciciela klucza\n" -#: g10/import.c:779 +#: g10/import.c:789 #, c-format msgid "key %08lX: no subkey for key binding\n" msgstr "klucz %08lX: brak podklucza do dowi±zania\n" -#: g10/import.c:788 +#: g10/import.c:798 #, c-format msgid "key %08lX: invalid subkey binding\n" msgstr "klucz %08lX: niepoprawne dowi±zanie podklucza\n" -#: g10/import.c:815 +#: g10/import.c:825 #, c-format msgid "key %08lX: accepted non self-signed user ID '" msgstr "klucz %08lX: przyjêto identyfikator nie podpisany nim samym '" -#: g10/import.c:844 +#: g10/import.c:854 #, c-format msgid "key %08lX: skipped user ID '" msgstr "klucz %08lX: pominiêto identyfikator u¿ytkownika '" -#: g10/import.c:867 +#: g10/import.c:877 #, c-format msgid "key %08lX: skipped subkey\n" msgstr "klucz %08lX: podklucz pominiêty\n" @@ -1967,34 +1970,34 @@ msgstr "klucz %08lX: podklucz pomini #. * 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:892 +#: g10/import.c:902 #, c-format msgid "key %08lX: non exportable signature (class %02x) - skipped\n" msgstr "klucz %08lX: podpis nieeksportowalny (klasa %02x) - pominiêty\n" -#: g10/import.c:901 +#: g10/import.c:911 #, c-format msgid "key %08lX: revocation certificate at wrong place - skipped\n" msgstr "" "klucz %08lX: certyfikat uniewa¿nienia umieszczony w niew³a¶ciwym \n" "miejscu - zosta³ pominiêty\n" -#: g10/import.c:909 +#: g10/import.c:919 #, c-format msgid "key %08lX: invalid revocation certificate: %s - skipped\n" msgstr "klucz %08lX: niepoprawny certyfikat uniewa¿nienia: %s - pominiêty\n" -#: g10/import.c:1009 +#: g10/import.c:1019 #, c-format msgid "key %08lX: duplicated user ID detected - merged\n" msgstr "key %08lX: powtórzony identyfikator u¿ytkownika - do³±czony\n" -#: g10/import.c:1060 +#: g10/import.c:1071 #, c-format msgid "key %08lX: revocation certificate added\n" msgstr "klucz %08lX: dodany certyfikat uniewa¿nienia\n" -#: g10/import.c:1174 g10/import.c:1227 +#: g10/import.c:1185 g10/import.c:1238 #, c-format msgid "key %08lX: our copy has no self-signature\n" msgstr "klucz %08lX: dostêpna kopia nie jest podpisana ni± sam±\n" @@ -2066,7 +2069,7 @@ msgid "" "Are you really sure that you want to sign this key\n" "with your key: \"" msgstr "" -"Czy jeste¶ naprawdê pewien ¿e chcesz podpisaæ ten klucz\n" +"Czy jeste¶ naprawdê pewien ¿e chcesz podpisaæ ten klucz \n" "swoim kluczem: \"" #: g10/keyedit.c:342 @@ -2091,9 +2094,8 @@ msgid "This key is not protected.\n" msgstr "Ten klucz nie jest chroniony.\n" #: g10/keyedit.c:431 -#, fuzzy msgid "Secret parts of primary key are not available.\n" -msgstr "klucz tajny nie jest dostêpny" +msgstr "Czê¶æ tajna g³ównego klucza jest niedostêpna.\n" #: g10/keyedit.c:435 msgid "Key is protected.\n" @@ -2126,7 +2128,7 @@ msgstr "Czy na pewno chcesz to zrobi #: g10/keyedit.c:539 msgid "moving a key signature to the correct place\n" -msgstr "przeniesienie podpis klucza na w³a¶ciwe miejsce\n" +msgstr "przenoszê podpis klucza na w³a¶ciwe miejsce\n" #: g10/keyedit.c:580 msgid "quit this menu" @@ -2222,7 +2224,7 @@ msgstr "z #: g10/keyedit.c:595 msgid "debug" -msgstr "¶ledzenie" +msgstr "¶ledzenia" #: g10/keyedit.c:596 msgid "adduid" @@ -2258,11 +2260,11 @@ msgstr "usuni #: g10/keyedit.c:600 msgid "delsig" -msgstr "lpodpis" +msgstr "uspod" #: g10/keyedit.c:600 msgid "delete signatures" -msgstr "lista podpisów" +msgstr "usuniêcie podpisów" #: g10/keyedit.c:601 msgid "expire" @@ -2360,7 +2362,7 @@ msgstr "Do wykonania tej operacji potrzebny jest klucz tajny.\n" #: g10/keyedit.c:732 msgid "Please use the command \"toggle\" first.\n" -msgstr "" +msgstr "Najpierw trzeba u¿yæ polecenia \"prze³\".\n" #: g10/keyedit.c:779 msgid "Really sign all user IDs? " @@ -2432,40 +2434,39 @@ msgstr "naniesienie poprawek na kluczu tajnym nie powiod #: g10/keyedit.c:986 msgid "Key not changed so no update needed.\n" msgstr "" -"Klucz nie zosta³ zmieniony wiêc nanoszenie poprawek nie jest konieczne.\n" +"Klucz nie zosta³ zmieniony wiêc naniesienie poprawek nie jest konieczne.\n" #: g10/keyedit.c:1001 msgid "Invalid command (try \"help\")\n" -msgstr "Niepoprawne polecenie (spróbuj \"help\")\n" +msgstr "Niepoprawna komenda (spróbuj \"help\")\n" #: g10/keyedit.c:1081 g10/keyedit.c:1107 #, c-format msgid "%s%c %4u%c/%08lX created: %s expires: %s" -msgstr "" +msgstr "%s%c %4u%c/%08lX utworzony: %s wygasa %s" #: g10/keyedit.c:1090 #, c-format msgid " trust: %c/%c" -msgstr "" +msgstr "zaufanie: %c/%c" #: g10/keyedit.c:1094 msgid "This key has been disabled" -msgstr "Ten klucz zosta³ wy³±czony z u¿ycia" +msgstr "Ten klucz zosta³ wy³±czony z u¿ytku" #: g10/keyedit.c:1123 -#, fuzzy, c-format +#, c-format msgid "rev! subkey has been revoked: %s\n" -msgstr "klucz %08lX: podklucz zosta³ uniewa¿niony!\n" +msgstr "podklucz zosta³ uniewa¿niony: %s\n" #: g10/keyedit.c:1126 -#, fuzzy msgid "rev- faked revocation found\n" -msgstr " nowych uniewa¿nieñ kluczy: %lu\n" +msgstr "fa³szywy certyfikat uniewa¿nienia\n" #: g10/keyedit.c:1128 #, c-format msgid "rev? problem checking revocation: %s\n" -msgstr "" +msgstr "problem przy sprawdzaniu uniewa¿nienia: %s\n" #: g10/keyedit.c:1366 msgid "Delete this good signature? (y/N/q)" @@ -2551,17 +2552,17 @@ msgstr "Stworzy #. FIXME: detect duplicates here #: g10/keyedit.c:1773 msgid "You have signed these user IDs:\n" -msgstr "Te identyfikatory s± podpisane przez ciebie:\n" +msgstr "Te identyfikatory u¿ytkowników s± podpisane przez Ciebie:\n" #: g10/keyedit.c:1787 g10/keyedit.c:1822 #, c-format msgid " signed by %08lX at %s\n" -msgstr " podpisany kluczem %08lX w %s\n" +msgstr "podpisany przez %08lX w %s\n" #: g10/keyedit.c:1792 #, c-format msgid " revoked by %08lX at %s\n" -msgstr "uniewa¿niony kluczem %08lX w %s\n" +msgstr "uniewa¿niony przez %08lX w %s\n" #: g10/keyedit.c:1812 msgid "You are about to revoke these signatures:\n" @@ -2573,96 +2574,90 @@ msgstr "Na pewno utworzy #: g10/keyedit.c:1859 msgid "no secret key\n" -msgstr "brak klucza tajnego\n" +msgstr "brak klucza prywatnego\n" #: g10/keylist.c:158 -#, fuzzy msgid "invalid" -msgstr "b³±d w opakowaniu ASCII" +msgstr "niepoprawny" #: g10/keylist.c:178 -#, fuzzy msgid "revoked" -msgstr "unpkl" +msgstr "uniewa¿niony" #. of subkey -#: g10/keylist.c:400 g10/mainproc.c:793 -#, fuzzy, c-format +#: g10/keylist.c:400 g10/mainproc.c:834 +#, c-format msgid " [expires: %s]" -msgstr "Data wa¿no¶ci klucza: %s\n" +msgstr "[wygasa :%s]" -#: g10/mainproc.c:240 +#: g10/mainproc.c:270 #, c-format msgid "public key is %08lX\n" msgstr "klucz publiczny %08lX\n" -#: g10/mainproc.c:284 +#: g10/mainproc.c:315 msgid "public key encrypted data: good DEK\n" msgstr "dane zaszyfrowane kluczem publicznym: poprawny klucz sesyjny\n" -#: g10/mainproc.c:326 +#: g10/mainproc.c:367 #, c-format msgid "encrypted with %u-bit %s key, ID %08lX, created %s\n" msgstr "d³ugo¶æ %u bitów, typ %s, klucz %08lX, stworzony %s\n" -#: g10/mainproc.c:336 +#: g10/mainproc.c:377 #, c-format msgid "encrypted with %s key, ID %08lX\n" msgstr "zaszyfrowane kluczem %s, o identyfikatorze %08lX\n" -#: g10/mainproc.c:342 -msgid "no secret key for decryption available\n" -msgstr "odszyfrowuj±cy klucz tajny do jest niedostêpny\n" - -#: g10/mainproc.c:351 +#: g10/mainproc.c:391 #, c-format msgid "public key decryption failed: %s\n" msgstr "b³±d odszyfrowywania kluczem publicznym: %s\n" -#: g10/mainproc.c:388 +#: g10/mainproc.c:429 msgid "decryption okay\n" msgstr "odszyfrowane poprawnie\n" -#: g10/mainproc.c:393 +#: g10/mainproc.c:434 msgid "WARNING: encrypted message has been manipulated!\n" -msgstr "OSTRZE¯ENIE: dokonano manipulacji zaszyfrowan± wiadomo¶ci±!\n" +msgstr "OSTRZE¯ENIE: zaszyfrowana wiadomo¶æ by³a manipulowana!\n" -#: g10/mainproc.c:398 +#: g10/mainproc.c:439 #, c-format msgid "decryption failed: %s\n" msgstr "b³±d odszyfrowywania: %s\n" -#: g10/mainproc.c:417 +#: g10/mainproc.c:458 msgid "NOTE: sender requested \"for-your-eyes-only\"\n" -msgstr "UWAGA: nadawca zaznaczy³ ¿e wiadomo¶æ nie powinna byæ zapisywana!\n" +msgstr "UWAGA: nadawca zaznaczy³ ¿e wiadomo¶æ nie powinna byæ zapisywana\n" -#: g10/mainproc.c:419 +#: g10/mainproc.c:460 #, c-format msgid "original file name='%.*s'\n" msgstr "pierwotna nazwa pliku='%.*s'\n" -#: g10/mainproc.c:574 +#: g10/mainproc.c:615 msgid "standalone revocation - use \"gpg --import\" to apply\n" msgstr "" -"oddzielony certyfikat uniewa¿nienia - wywo³aj \"gpg --import\" aby go u¿yæ\n" +"osobny certyfikat uniewa¿nienia - u¿yj \"gpg --import\" aby go przyj±æ\n" -#: g10/mainproc.c:661 g10/mainproc.c:670 +#: g10/mainproc.c:702 g10/mainproc.c:711 msgid "WARNING: invalid notation data found\n" msgstr "OSTRZE¯ENIE: niepoprawne dane w adnotacji\n" -#: g10/mainproc.c:673 +#: g10/mainproc.c:714 msgid "Notation: " -msgstr "Adnotacja: " +msgstr "Adnotacja:" -#: g10/mainproc.c:682 +#: g10/mainproc.c:723 msgid "Policy: " -msgstr "Regulamin: " +msgstr "Regulamin:" -#: g10/mainproc.c:1124 +#: g10/mainproc.c:1233 msgid "signature verification suppressed\n" msgstr "wymuszono pominiêcie sprawdzenia podpisu\n" -#: g10/mainproc.c:1161 +#: g10/mainproc.c:1270 #, c-format msgid "Signature made %.*s using %s key ID %08lX\n" msgstr "" @@ -2670,33 +2665,38 @@ msgstr "" "z u¿yciem klucza o identyfikatorze %08lX\n" #. just in case that we have no userid -#: g10/mainproc.c:1187 g10/mainproc.c:1198 +#: g10/mainproc.c:1305 g10/mainproc.c:1316 msgid "BAD signature from \"" msgstr "NIEPOPRAWNY podpis z³o¿ony przez \"" -#: g10/mainproc.c:1188 g10/mainproc.c:1199 +#: g10/mainproc.c:1306 g10/mainproc.c:1317 msgid "Good signature from \"" msgstr "Poprawny podpis z³o¿ony przez \"" -#: g10/mainproc.c:1190 +#: g10/mainproc.c:1308 msgid " aka \"" msgstr " alias \"" -#: g10/mainproc.c:1246 +#: g10/mainproc.c:1364 #, c-format msgid "Can't check signature: %s\n" -msgstr "Nie mo¿na sprawdziæ podpisu: %s\n" +msgstr "Nie mogê sprawdziæ podpisu: %s\n" -#: g10/mainproc.c:1321 +#: g10/mainproc.c:1421 g10/mainproc.c:1436 g10/mainproc.c:1498 +#, fuzzy +msgid "not a detached signature\n" +msgstr "z³o¿enie podpisu oddzielonego od dokumentu" + +#: g10/mainproc.c:1447 #, c-format msgid "standalone signature of class 0x%02x\n" -msgstr "oddzielony podpis klasy 0x%02x\n" +msgstr "osobny podpis klasy 0x%02x\n" -#: g10/mainproc.c:1372 +#: g10/mainproc.c:1502 msgid "old style (PGP 2.x) signature\n" msgstr "podpis starego typu (PGP 2.x)\n" -#: g10/mainproc.c:1377 +#: g10/mainproc.c:1507 msgid "invalid root packet detected in proc_tree()\n" msgstr "wykryto niepoprawny pakiet pierwotny w proc_tree()\n" @@ -2713,13 +2713,12 @@ msgstr "Nie nale #, fuzzy msgid "this cipher algorithm is deprecated; please use a more standard one!x\n" msgstr "" -"ten algorytm szyfruj±cy jest odradzany; proszê u¿ywaæ bardziej " -"standardowych!\n" +"odradza siê stosowanie tego algortmu; proszê u¿ywaæ bardziej standardowych!\n" #: g10/parse-packet.c:119 #, c-format msgid "can't handle public key algorithm %d\n" -msgstr "algorytm klucza publicznego niemo¿liwy do obs³u¿enia: %d\n" +msgstr "nie mo¿na obs³u¿yæ tego algorytmu klucza publicznego: %d\n" #: g10/parse-packet.c:990 #, c-format @@ -2735,16 +2734,14 @@ msgid "malformed GPG_AGENT_INFO environment variable\n" msgstr "" #: g10/hkp.c:170 g10/passphrase.c:248 -#, fuzzy, c-format +#, c-format msgid "can't connect to `%s': %s\n" -msgstr "nie mo¿na otworzyæ %s: %s\n" +msgstr "nie mo¿na po³±czyæ siê z %s: %s\n" #: g10/passphrase.c:313 g10/passphrase.c:557 #, c-format msgid " (main key ID %08lX)" -msgstr "" -" \n" -"(identyfikator g³ównego klucza %08lX)" +msgstr " (g³ówny ID klucza %08lX)" #: g10/passphrase.c:323 #, fuzzy, c-format @@ -2815,11 +2812,11 @@ msgstr "Powt #: g10/plaintext.c:67 msgid "data not saved; use option \"--output\" to save it\n" msgstr "" -"dane nie zosta³y zapisane; nale¿y u¿yæ opcji \"--output\" aby je zapisaæ\n" +"dane nie zosta³y zapisane; aby to zrobiæ, nale¿y u¿yæ opcji \"--output\"\n" #: g10/plaintext.c:324 msgid "Detached signature.\n" -msgstr "Podpis oddzielony.\n" +msgstr "Podpis oddzielony od danych.\n" #: g10/plaintext.c:328 msgid "Please enter name of data file: " @@ -2827,9 +2824,14 @@ msgstr "Nazwa pliku danych: " #: g10/plaintext.c:349 msgid "reading stdin ...\n" -msgstr "odczyt ze strumienia standardowego wej¶cia...\n" +msgstr "czytam strumieñ standardowego wej¶cia\n" -#: g10/plaintext.c:392 +#: g10/plaintext.c:383 +#, fuzzy +msgid "no signed data\n" +msgstr "nie mo¿na otworzyæ podpisanego pliku '%s'\n" + +#: g10/plaintext.c:391 #, c-format msgid "can't open signed data `%s'\n" msgstr "nie mo¿na otworzyæ podpisanego pliku '%s'\n" @@ -2837,7 +2839,7 @@ msgstr "nie mo #: g10/pubkey-enc.c:76 #, c-format msgid "anonymous receiver; trying secret key %08lX ...\n" -msgstr "adresat anonimowy; próba klucza tajnego %08lX ...\n" +msgstr "adresat anonimowy; próbujê klucz tajny %08lX ...\n" #: g10/pubkey-enc.c:82 msgid "okay, we are the anonymous recipient.\n" @@ -2848,9 +2850,9 @@ msgid "old encoding of the DEK is not supported\n" msgstr "stary, nie obs³ugiwany algorytm szyfrowania klucza sesyjnego\n" #: g10/pubkey-enc.c:153 -#, fuzzy, c-format +#, c-format msgid "cipher algorithm %d is unknown or disabled\n" -msgstr "%d - algorytm ochrony nie obs³ugiwany\n" +msgstr "algorytm szyfruj±cy %d jest nieznany, b±d¼ zosta³ wy³±czony\n" #: g10/pubkey-enc.c:192 #, c-format @@ -2858,53 +2860,52 @@ msgid "NOTE: cipher algorithm %d not found in preferences\n" msgstr "UWAGA: brak algorytmu szyfruj±cego %d w ustawieniach\n" #: g10/pubkey-enc.c:198 -#, fuzzy, c-format +#, c-format msgid "NOTE: secret key %08lX expired at %s\n" -msgstr "UWAGA: klucz podpisuj±cy przekroczy³ datê wa¿no¶ci %s\n" +msgstr "UWAGA: wa¿no¶æ klucza tajnego %08lX wygas³a %s\n" #: g10/hkp.c:72 #, c-format msgid "requesting key %08lX from %s ...\n" -msgstr "" +msgstr "zapytanie o klucz %08lX w %s ...\n" #: g10/hkp.c:85 -#, fuzzy, c-format +#, c-format msgid "can't get key from keyserver: %s\n" -msgstr "niemo¿liwy jest zapis do zbioru kluczy: %s\n" +msgstr "nie mo¿na pobraæ klucza z serwera: %s\n" #: g10/hkp.c:109 g10/hkp.c:148 msgid "no keyserver known (use option --keyserver)\n" -msgstr "" +msgstr "brak znanyk serwerów kluczy (u¿yj opcji --keyserver)\n" #: g10/hkp.c:117 -#, fuzzy, c-format +#, c-format msgid "%s: not a valid key ID\n" -msgstr "'%s\" nie jest w³a¶ciwym identyfikatorem klucza\n" +msgstr "%s: nie jest poprawnym identyfikatorem klucza\n" #: g10/hkp.c:194 -#, fuzzy, c-format +#, c-format msgid "error sending to `%s': %s\n" -msgstr "b³±d odczytu '%s': %s\n" +msgstr "b³±d przy wysy³aniu do '%s': %s\n" #: g10/hkp.c:206 #, c-format msgid "success sending to `%s' (status=%u)\n" -msgstr "" +msgstr "wysy³anie do '%s' powiod³o siê (status=%u)\n" #: g10/hkp.c:209 #, c-format msgid "failed sending to `%s': status=%u\n" -msgstr "" +msgstr "wysy³anie do '%s' nie powiod³o siê (status=%u)\n" #: g10/seckey-cert.c:53 -#, fuzzy msgid "secret key parts are not available\n" -msgstr "klucz tajny nie jest dostêpny" +msgstr "tajne czê¶ci klucza s± niedostêpne\n" #: g10/seckey-cert.c:59 #, c-format msgid "protection algorithm %d is not supported\n" -msgstr "%d - algorytm ochrony nie obs³ugiwany\n" +msgstr "algorytm ochrony %d nie jest obs³ugiwany\n" #: g10/seckey-cert.c:186 msgid "Invalid passphrase; please try again ...\n" @@ -2947,17 +2948,17 @@ msgstr "UWAGA: klucz podpisuj #: g10/sig-check.c:393 msgid "assuming bad signature due to an unknown critical bit\n" msgstr "" -"przyjêto niewa¿no¶æ podpisu z powodu ustawienia nieznanego bitu krytycznego\n" +"przyjêto niewa¿no¶æ podpisu z powonu ustawienia nieznanego bitu krytycznego\n" #: g10/sign.c:140 #, c-format msgid "%s signature from: %s\n" msgstr "%s podpis z³o¿ony przez: %s\n" -#: g10/sign.c:290 g10/sign.c:610 +#: g10/sign.c:290 g10/sign.c:613 #, c-format msgid "can't create %s: %s\n" -msgstr "nie mo¿na stworzyæ %s: %s\n" +msgstr "nie mogê utworzyæ %s: %s\n" #: g10/sign.c:388 msgid "signing:" @@ -2971,7 +2972,7 @@ msgstr "OSTRZE #: g10/textfilter.c:134 #, c-format msgid "can't handle text lines longer than %d characters\n" -msgstr "nie mo¿na obs³u¿yæ linii tekstu d³u¿szej ni¿ %d znaków\n" +msgstr "nie mogê obs³u¿yæ linii tekstu d³u¿szej ni¿ %d znaków\n" #: g10/textfilter.c:231 #, c-format @@ -3005,22 +3006,22 @@ msgstr "%s: katalog nie istnieje!\n" #: g10/openfile.c:226 g10/openfile.c:295 g10/ringedit.c:1369 g10/tdbio.c:444 #, c-format msgid "%s: can't create: %s\n" -msgstr "%s: nie mo¿na utworzyæ: %s\n" +msgstr "%s: nie mogê utworzyæ: %s\n" #: g10/tdbio.c:459 g10/tdbio.c:508 #, c-format msgid "%s: can't create lock\n" -msgstr "%s: nie mo¿na utworzyæ blokady\n" +msgstr "%s: nie mogê utworzyæ blokady\n" #: g10/tdbio.c:473 #, c-format msgid "%s: failed to create version record: %s" -msgstr "%s: utworzenie zapisu o wersji nie powiod³o siê: %s" +msgstr "%s: stworzenie zapisu o wersji nie powiod³o siê: %s" #: g10/tdbio.c:477 #, c-format msgid "%s: invalid trustdb created\n" -msgstr "%s: utworzono niepoprawny plik bazy zaufania\n" +msgstr "%s: stworzony niepoprawny plik bazy zaufania\n" #: g10/tdbio.c:480 #, c-format @@ -3066,7 +3067,7 @@ msgstr "baza zaufania: procedura read() (n=%d) zawiod #: g10/tdbio.c:1264 #, c-format msgid "%s: not a trustdb file\n" -msgstr "%s: nie jest plikiem bazy zaufania\n" +msgstr "%s: to nie jest plik bazy zaufania\n" #: g10/tdbio.c:1280 #, c-format @@ -3081,7 +3082,7 @@ msgstr "%s: niew #: g10/tdbio.c:1589 #, c-format msgid "%s: error reading free record: %s\n" -msgstr "%s: b³±d odczytu wolnego wpisu: %s\n" +msgstr "%s: b³±d odczytu pustego wpisu: %s\n" #: g10/tdbio.c:1597 #, c-format @@ -3101,7 +3102,7 @@ msgstr "%s: dopisanie rekordu nie powiod #: g10/tdbio.c:1748 msgid "the trustdb is corrupted; please run \"gpg --fix-trustdb\".\n" msgstr "" -"Baza zaufania jest uszkodzona; proszê uruchomiæ \"gpgm --fix-trust-db\".\n" +"Baza zaufania jest uszkodzona; proszê uruchomiæ \"gpg --fix-trustdb\".\n" #: g10/trustdb.c:169 #, c-format @@ -3149,9 +3150,9 @@ msgid "get_dir_record: search_record failed: %s\n" msgstr "get_dir_record: funkcja search_record zawiod³a: %s\n" #: g10/trustdb.c:474 -#, fuzzy, c-format +#, c-format msgid "'%s' is not a valid long keyID\n" -msgstr "'%s\" nie jest w³a¶ciwym identyfikatorem klucza\n" +msgstr "'%s' nie jest w³a¶ciwym identyfikatorem klucza\n" #: g10/trustdb.c:501 #, c-format @@ -3177,7 +3178,7 @@ msgstr "Klucz %08lX: zaakceptowany jako klucz zaufany.\n" #, c-format msgid "key %08lX: no public key for trusted key - skipped\n" msgstr "" -"klucz %08lX: brak klucza publicznego dla klucza zaufanego - pominiêty\n" +"klucz %08lX: brak klucza publicznego dla zaufanego klucza - pominiêty\n" #: g10/trustdb.c:565 #, c-format @@ -3324,7 +3325,7 @@ msgstr "lid %lu: wpis katalogowy bez bloku klucza - pomini #: g10/trustdb.c:1873 #, c-format msgid "\t%lu due to new pubkeys\n" -msgstr "\t%lu z powodu nowych kluczy publicznych\n" +msgstr " %lu z powodu nowych podkluczy\n" #: g10/trustdb.c:1875 #, c-format @@ -3394,26 +3395,26 @@ msgstr "brak u #: g10/trustdb.c:2589 #, c-format msgid "failed to put '%s' into trustdb: %s\n" -msgstr "umieszczenie '%s' w bazie zaufania nie powiod³o siê: %s\n" +msgstr "umieszczenie '%s' w Bazie Zaufania nie powiod³o siê: %s\n" #: g10/trustdb.c:2775 g10/trustdb.c:2805 msgid "WARNING: can't yet handle long pref records\n" msgstr "OSTRZE¯ENIE: d³ugie wpisy ustawieñ jeszcze nie s± obs³ugiwane.\n" -#: g10/verify.c:82 +#: g10/verify.c:108 msgid "" "the signature could not be verified.\n" "Please remember that the signature file (.sig or .asc)\n" "should be the first file given on the command line.\n" msgstr "" -"podpis niemo¿liwy do sprawdzenia.\n" -"Nale¿y pamiêtaæ aby plik zawieraj±cy podpis (.sig lub .asc)<\n" -"by³ pierwszym plikiem podanym w linii poleceñ.\n" +"nie mo¿na sprawdziæ podpisu.\n" +"Nale¿y pamiêtaæ o podawaniu pliku podpisu (.sig lub .asc) jako pierwszego\n" +"argumentu linii poleceñ.\n" -#: g10/verify.c:147 +#: g10/verify.c:173 #, c-format msgid "input line %u too long or missing LF\n" -msgstr "linia wej¶ciowa %u jest zbyt d³uga lub brakuje jej zakoñczenia\n" +msgstr "linia wej¶cia %u zbyt d³uga lub brak znaku LF\n" #: g10/ringedit.c:302 #, c-format @@ -3441,12 +3442,12 @@ msgstr "%s zosta #: g10/ringedit.c:1554 msgid "Please fix this possible security flaw\n" -msgstr "Proszê usun±æ to naruszenie zasad bezpieczeñstwa.\n" +msgstr "Proszê usun±æ to naruszenie zasad bezpieczeñstwa\n" #: g10/skclist.c:88 g10/skclist.c:125 msgid "key is not flagged as insecure - can't use it with the faked RNG!\n" msgstr "" -"klucz nie jest oznaczony jako niepewny - nie mo¿na go u¿yæ z atrap±\n" +"klucz nie jest oznaczony jako niepewny - nie mo¿na go u¿yæ z atrap± \n" "generatora liczb losowych!\n" #: g10/skclist.c:113 @@ -3499,7 +3500,7 @@ msgstr "%s: stworzono nowy plik ustawie #: g10/openfile.c:338 #, c-format msgid "%s: can't create directory: %s\n" -msgstr "%s: nie mo¿na utworzyæ katalogu: %s\n" +msgstr "%s: nie mogê utworzyæ katalogu: %s\n" #: g10/openfile.c:341 #, c-format @@ -3508,7 +3509,7 @@ msgstr "%s: katalog utworzony\n" #: g10/openfile.c:343 msgid "you have to start GnuPG again, so it can read the new options file\n" -msgstr "musisz uruchomiæ GnuPG od nowa aby wczytaæ nowe ustawienia\n" +msgstr "aby u¿yæ nowego pliku ustawieñ, nale¿y od nowa uruchomiæ GnuPG\n" #: g10/encr-data.c:66 #, c-format @@ -3539,15 +3540,15 @@ msgstr "" #: g10/delkey.c:94 msgid "there is a secret key for this public key!\n" -msgstr "dla tego klucza publicznego istnieje klucz tajny!\n" +msgstr "jest klucz tajny do tego klucza publicznego!\n" #: g10/delkey.c:96 msgid "use option \"--delete-secret-key\" to delete it first.\n" -msgstr "nale¿y najpierw go usun±æ opcj± \"--delete-secret-key\".\n" +msgstr "aby go usun±æ nalezy najpierw u¿yæ opcji \"--delete-secret-key\".\n" #: g10/delkey.c:114 msgid "can't do that in batchmode without \"--yes\"\n" -msgstr "nie dzia³a w trybie wsadowym bez opcji \"--yes\"\n" +msgstr "bez opcji \"--yes\" nie dzia³a w trybie wsadowym\n" #: g10/delkey.c:136 msgid "Delete this key from the keyring? " @@ -3555,7 +3556,7 @@ msgstr "Usun #: g10/delkey.c:144 msgid "This is a secret key! - really delete? " -msgstr "To jest klucz tajny - czy na pewno go usun±æ? " +msgstr "To jest klucz tajny! - czy na pewno go usun±æ? " #: g10/helptext.c:47 msgid "" @@ -3606,22 +3607,22 @@ msgid "" msgstr "" "Wybór algorytmu.\n" "\n" -"DSA (zwany te¿ DSS) to algorytm podpisu cyfrowego, i tylko do sk³adania\n" -"podpisów mo¿e on byæ u¿ywany. Jest to preferowany algorytm poniewa¿ " -"sk³adane\n" -"nim podpisy sprawdza siê du¿o szybciej ni¿ te sk³adane algorytmem ElGamala.\n" +"DSA (zwany te¿ DSS) to algorytm podpisu cyfrowego i tylko do sk³adania\n" +"podpisów mo¿e byæ u¿ywany. Jest to preferowany algorytm poniewa¿\n" +"sk³adane nim podpisy sprawdza siê du¿o szybciej ni¿ te sk³adane\n" +"algorytmem ElGamala.\n" "\n" -"Algorytm ElGamala mo¿e byæ u¿ywany zarówno do podpisów jak i do " -"szyfrowania.\n" -"Standard OpenPGP rozró¿nia dwa typy tego algorytmu - tylko do szyfrowania,\n" -"oraz do szyfrowania i podpisywania. Faktycznie algorytm pozostaje bez zmian\n" -"ale pewne parametry musz± byæ odpowiednio dobrane aby stworzyæ klucz którym\n" -"mo¿na sk³adaæ bezpieczne podpisy. Ten program obs³uguje oba typy ale inne\n" -"implementacje nie musz± rozumieæ kluczy do podpisów i szyfrowania\n" +"Algorytm ElGamala mo¿e byæ u¿ywany zarówno do podpisów jak i do\n" +"szyfrowania. Standard OpenPGP rozró¿nia dwa typy tego algorytmu -\n" +"tylko do szyfrowania, oraz do szyfrowania i podpisywania. Faktycznie\n" +"algorytm pozostaje bez zmian ale pewne parametry musz± byæ odpowiednio\n" +"dobrane aby stworzyæ klucz którym mo¿na sk³adaæ bezpieczne\n" +"podpisy. Ten program obs³uguje oba typy ale inne implementacje nnie\n" +"musz± rozumieæ kluczy do podpisów i szyfrowania\n" "\n" -"G³ówny klucz musi byæ kluczem podpisuj±cym, jest to powodem dla którego w " -"tym\n" -"menu nie ma mo¿no¶ci wyboru klucza ElGamala do szyfrowania." +"G³ówny klucz musi byæ kluczem podpisuj±cym, jest to powodem dla\n" +"którego w tym menu nie ma mo¿no¶ci wyboru klucza ElGamala do\n" +"szyfrowania." #: g10/helptext.c:85 msgid "" @@ -3629,10 +3630,9 @@ msgid "" "because they are not supported by all programs and signatures created\n" "with them are quite large and very slow to verify." msgstr "" -"Ten typ klucza jest zdefiniowany w RFC2440, jednak¿e jest on odradzany gdy¿\n" -"nie jest obs³ugiwany przez wszystkie programy, a podpisy nim sk³adane s± " -"du¿e\n" -"i ich sprawdzanie trwa d³ugo." +"Ten typ klucza jest zdefiniowany w RFC2440, jednak¿e jest on odradzany\n" +"gdy¿ nie jest obs³ugiwany przez wszystkie programy, a podpisy nim\n" +"sk³adane s± du¿e i ich sprawdzanie trwa d³ugo." #: g10/helptext.c:92 msgid "Enter the size of the key" @@ -3641,7 +3641,7 @@ msgstr "Wprowad #: g10/helptext.c:96 g10/helptext.c:101 g10/helptext.c:113 g10/helptext.c:145 #: g10/helptext.c:150 g10/helptext.c:155 g10/helptext.c:160 msgid "Answer \"yes\" or \"no\"" -msgstr "Odpowiedz \"tak\" lub \"nie\"." +msgstr "Odpowied¼ \"tak\" lub \"nie\"." #: g10/helptext.c:106 msgid "" @@ -3650,9 +3650,10 @@ msgid "" "get a good error response - instead the system tries to interpret\n" "the given value as an interval." msgstr "" -"Wprowad¼ ¿±dan± warto¶æ (jak w znaku zachêty). Mo¿na tu podaæ datê w\n" -"formacie ISO (RRRR-MM-DD) ale nie da to w³a¶ciwej obs³ugi b³êdów - system\n" -"próbuje interpretowaæ podan± warto¶æ jako okres." +"Wprowad¼ ¿±dan± warto¶æ (jak w znaku zachêty). \n" +"Mo¿na tu podaæ datê w formacie ISO (RRRR-MM-DD) ale nie da to\n" +"w³a¶ciwej obs³ugi b³êdów - system próbuje interpretowaæ podan± warto¶æ\n" +"jako okres." #: g10/helptext.c:118 msgid "Enter the name of the key holder" @@ -3720,17 +3721,17 @@ msgid "" "know which key was used because this signing key might establish\n" "a trust connection through another already certified key." msgstr "" -"Ten podpis nie mo¿e zostaæ potwierdzony poniewa¿ nie masz\n" +"Ten podpis nie mo¿e zostaæ potwierdzony poniewa¿ nie ma\n" "odpowiadaj±cego mu klucza publicznego. Nale¿y od³o¿yæ usuniêcie tego\n" -"podpisu do czasu, kiedy oka¿e siê który klucz zosta³ u¿yty, poniewa¿ w\n" -"momencie uzyskania tego klucza mo¿e pojawiæ siê ¶cie¿ka zaufania\n" +"podpisu do czasu, kiedy oka¿e siê który klucz zosta³ u¿yty, poniewa¿\n" +"w momencie uzyskania tego klucza mo¿e pojawiæ siê ¶cie¿ka zaufania\n" "pomiêdzy tym a innym, ju¿ po¶wiadczonym kluczem." #: g10/helptext.c:189 msgid "" "The signature is not valid. It does make sense to remove it from\n" "your keyring." -msgstr "Ten podpis jest niepoprawny. Ma sens usuniêcie go z bazy kluczy." +msgstr "Ten podpis jest niepoprawny. Mo¿na usuni±æ go z bazy kluczy." #: g10/helptext.c:193 msgid "" @@ -3761,7 +3762,7 @@ msgstr "" #: g10/helptext.c:213 msgid "Give the name of the file to which the signature applies" -msgstr "Nazwa pliku którego dotyczy podpis" +msgstr "Podaj nazwê pliku którego dotyczy ten podpis" #: g10/helptext.c:218 msgid "Answer \"yes\" if it is okay to overwrite the file" @@ -3789,6 +3790,17 @@ msgid "" " Use this to state that the user ID should not longer be used;\n" " this is normally used to mark an email address invalid.\n" msgstr "" +"Nalezy podaæ powód uniewa¿nienia klucza. W zale¿no¶ci od kontekstu mo¿na\n" +"go wybraæ z listy:\n" +" \"Klucz zosta³ skompromitowany\"\n" +" Masz powody uwa¿aæ ¿e twój klucz tajny dosta³ siê w niepowo³ane rêce.\n" +" \"Klucz zosta³ zast±piony\"\n" +" Klucz zosta³ zast±piony nowym.\n" +" \"Klucz nie jest ju¿ u¿ywany\"\n" +" Klucz zosta³ wycofany z u¿ycia.\n" +" \"Identyfikator u¿ytkownika przesta³ byæ poprawny\"\n" +" Identyfikator u¿ytkownika (najczê¶ciej adres e-mail przesta³ byæ \n" +" poprawny.\n" #: g10/helptext.c:245 msgid "" @@ -3796,6 +3808,9 @@ msgid "" "revocation certificate. Please keep this text concise.\n" "An empty line ends the text.\n" msgstr "" +"Je¶li chcesz, mo¿esz podaæ opis powodu wystawienia certyfikatu\n" +"uniewa¿nienia. Opis powinien byc zwiêz³y. \n" +"Pusta linia koñczy wprowadzanie tekstu.\n" #: g10/helptext.c:260 msgid "No help available" @@ -3806,18 +3821,14 @@ msgstr "Pomoc niedost msgid "No help available for `%s'" msgstr "Brak pomocy o '%s'" -#~ msgid "" -#~ "RSA keys are deprecated; please consider creating a new key and use this key " -#~ "in the future\n" -#~ msgstr "" -#~ "Klucze RSA s± odradzane; proszê rozwa¿yæ przej¶cie na inne algorytmy po\n" -#~ "wygenerowaniu odpowiednich kluczy.\n" +#~ msgid "no secret key for decryption available\n" +#~ msgstr "odszyfrowuj±cy klucz tajny do jest niedostêpny\n" #~ msgid "set debugging flags" #~ msgstr "ustawienie opcji ¶ledzenia wykonania programu" #~ msgid "enable full debugging" -#~ msgstr "w³±czenie pe³nego ¶ledzenia programu" +#~ msgstr "umo¿liwienie pe³nego ¶ledzenia programu" #~ msgid "do not write comment packets" #~ msgstr "nie zapisywaæ pakietów z komentarzem" @@ -3835,6 +3846,14 @@ msgstr "Brak pomocy o '%s'" #~ msgid "Key generation can only be used in interactive mode\n" #~ msgstr "Generacjê klucza mo¿na wykonywaæ tylko w trybie interaktywnym\n" +#~ msgid "" +#~ "RSA keys are deprecated; please consider creating a new key and use this key " +#~ "in the future\n" +#~ msgstr "" +#~ "Odradza siê stosowanie kluczy RSA; proszê rozwa¿yæ przej¶cie na inne " +#~ "algorytmy\n" +#~ "po wygenerowaniu odpowiednich kluczy.\n" + #~ msgid "print all message digests" #~ msgstr "wszystkie skróty wiadomo¶ci" diff --git a/po/pt_BR.po b/po/pt_BR.po index 4c3756ded..db355437e 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -5,7 +5,7 @@ # msgid "" msgstr "" -"POT-Creation-Date: 2000-11-24 13:52+0100\n" +"POT-Creation-Date: 2000-12-19 11:58+0100\n" "Content-Type: text/plain; charset=iso-8859-1\n" "Date: 1998-11-20 23:46:36-0200\n" "From: Thiago Jung Bauermann \n" @@ -690,15 +690,15 @@ msgstr "" " --list-keys [nomes] mostrar chaves\n" " --fingerprint [nomes] mostrar impressões digitais\n" -#: g10/g10.c:426 +#: g10/g10.c:427 msgid "Please report bugs to .\n" msgstr "Por favor comunique bugs para .\n" -#: g10/g10.c:430 +#: g10/g10.c:431 msgid "Usage: gpg [options] [files] (-h for help)" msgstr "Uso: gpg [opções] [arquivos] (-h para ajuda)" -#: g10/g10.c:433 +#: g10/g10.c:434 msgid "" "Syntax: gpg [options] [files]\n" "sign, check, encrypt or decrypt\n" @@ -708,7 +708,7 @@ msgstr "" "assina, verifica, criptografa ou descriptografa\n" "a operação padrão depende dos dados de entrada\n" -#: g10/g10.c:440 +#: g10/g10.c:441 msgid "" "\n" "Supported algorithms:\n" @@ -716,189 +716,189 @@ msgstr "" "\n" "Algoritmos suportados:\n" -#: g10/g10.c:519 +#: g10/g10.c:520 msgid "usage: gpg [options] " msgstr "uso: gpg [opções] " -#: g10/g10.c:572 +#: g10/g10.c:573 msgid "conflicting commands\n" msgstr "comandos conflitantes\n" -#: g10/g10.c:712 +#: g10/g10.c:713 #, c-format msgid "NOTE: no default option file `%s'\n" msgstr "NOTA: arquivo de opções padrão `%s' inexistente\n" -#: g10/g10.c:716 +#: g10/g10.c:717 #, c-format msgid "option file `%s': %s\n" msgstr "arquivo de opções `%s': %s\n" -#: g10/g10.c:723 +#: g10/g10.c:724 #, c-format msgid "reading options from `%s'\n" msgstr "lendo opções de `%s'\n" -#: g10/g10.c:915 +#: g10/g10.c:925 #, c-format msgid "%s is not a valid character set\n" msgstr "%s não é um conjunto de caracteres válido\n" -#: g10/g10.c:983 +#: g10/g10.c:994 msgid "WARNING: program may create a core file!\n" msgstr "AVISO: O programa pode criar um arquivo core!\n" -#: g10/g10.c:987 g10/g10.c:996 +#: g10/g10.c:998 g10/g10.c:1007 #, c-format msgid "NOTE: %s is not for normal use!\n" msgstr "NOTA: %s não é para uso normal!\n" -#: g10/g10.c:989 +#: g10/g10.c:1000 #, c-format msgid "%s not allowed with %s!\n" msgstr "%s não é permitido com %s!\n" -#: g10/g10.c:992 +#: g10/g10.c:1003 #, c-format msgid "%s makes no sense with %s!\n" msgstr "%s não faz sentido com %s!\n" -#: g10/g10.c:1011 g10/g10.c:1023 +#: g10/g10.c:1023 g10/g10.c:1035 msgid "selected cipher algorithm is invalid\n" msgstr "o algoritmo de criptografia selecionado não é válido\n" -#: g10/g10.c:1017 g10/g10.c:1029 +#: g10/g10.c:1029 g10/g10.c:1041 msgid "selected digest algorithm is invalid\n" msgstr "o algoritmo de \"digest\" selecionado não é válido\n" -#: g10/g10.c:1033 +#: g10/g10.c:1045 msgid "the given policy URL is invalid\n" msgstr "a URL de política dada é inválida\n" -#: g10/g10.c:1036 +#: g10/g10.c:1048 #, c-format msgid "compress algorithm must be in range %d..%d\n" msgstr "o algoritmo de compressão deve estar na faixa %d..%d\n" -#: g10/g10.c:1038 +#: g10/g10.c:1050 msgid "completes-needed must be greater than 0\n" msgstr "completes-needed deve ser maior que 0\n" -#: g10/g10.c:1040 +#: g10/g10.c:1052 msgid "marginals-needed must be greater than 1\n" msgstr "marginals-needed deve ser maior que 1\n" -#: g10/g10.c:1042 +#: g10/g10.c:1054 msgid "max-cert-depth must be in range 1 to 255\n" msgstr "max-cert-depth deve estar na entre 1 e 255\n" -#: g10/g10.c:1045 +#: g10/g10.c:1057 msgid "NOTE: simple S2K mode (0) is strongly discouraged\n" msgstr "NOTA: o modo S2K simples (0) não é recomendável\n" -#: g10/g10.c:1049 +#: g10/g10.c:1061 msgid "invalid S2K mode; must be 0, 1 or 3\n" msgstr "modo S2K inválido: deve ser 0, 1 ou 3\n" -#: g10/g10.c:1134 +#: g10/g10.c:1146 #, c-format msgid "failed to initialize the TrustDB: %s\n" msgstr "falha ao inicializar o banco de dados de confiabilidade: %s\n" -#: g10/g10.c:1140 +#: g10/g10.c:1152 msgid "--store [filename]" msgstr "--store [nome_do_arquivo]" -#: g10/g10.c:1147 +#: g10/g10.c:1159 msgid "--symmetric [filename]" msgstr "--symmetric [nome_do_arquivo]" -#: g10/g10.c:1155 +#: g10/g10.c:1167 msgid "--encrypt [filename]" msgstr "--encrypt [nome_do_arquivo]" -#: g10/g10.c:1168 +#: g10/g10.c:1180 msgid "--sign [filename]" msgstr "--sign [nome_do_arquivo]" -#: g10/g10.c:1181 +#: g10/g10.c:1193 msgid "--sign --encrypt [filename]" msgstr "--sign --encrypt [nome_do_arquivo]" -#: g10/g10.c:1195 +#: g10/g10.c:1207 msgid "--clearsign [filename]" msgstr "--clearsign [nome_do_arquivo]" -#: g10/g10.c:1212 +#: g10/g10.c:1224 msgid "--decrypt [filename]" msgstr "--decrypt [nome_do_arquivo]" -#: g10/g10.c:1220 +#: g10/g10.c:1232 msgid "--sign-key user-id" msgstr "--sign-key id-usuário" -#: g10/g10.c:1228 +#: g10/g10.c:1240 msgid "--lsign-key user-id" msgstr "--lsign-key id-usuário" -#: g10/g10.c:1236 +#: g10/g10.c:1248 msgid "--edit-key user-id [commands]" msgstr "--edit-key id-usuário [comandos]" -#: g10/g10.c:1252 +#: g10/g10.c:1264 msgid "--delete-secret-key user-id" msgstr "--delete-secret-key id-usuário" -#: g10/g10.c:1255 +#: g10/g10.c:1267 msgid "--delete-key user-id" msgstr "--delete-key id-usuário" -#: g10/encode.c:265 g10/g10.c:1292 g10/sign.c:393 +#: g10/encode.c:268 g10/g10.c:1304 g10/sign.c:393 #, c-format msgid "can't open %s: %s\n" msgstr "impossível abrir %s: %s\n" -#: g10/g10.c:1307 +#: g10/g10.c:1319 msgid "-k[v][v][v][c] [user-id] [keyring]" msgstr "-k[v][v][v][c] [id-usuário] [chaveiro]" -#: g10/g10.c:1373 +#: g10/g10.c:1385 #, c-format msgid "dearmoring failed: %s\n" msgstr "retirada de armadura falhou: %s\n" -#: g10/g10.c:1381 +#: g10/g10.c:1393 #, c-format msgid "enarmoring failed: %s\n" msgstr "criação de armadura falhou: %s\n" # "hash" poderia ser "espalhamento", mas não fica claro -#: g10/g10.c:1452 +#: g10/g10.c:1464 #, c-format msgid "invalid hash algorithm `%s'\n" msgstr "algoritmo de hash inválido `%s'\n" -#: g10/g10.c:1539 +#: g10/g10.c:1551 msgid "[filename]" msgstr "[nome_do_arquivo]" -#: g10/g10.c:1543 +#: g10/g10.c:1555 msgid "Go ahead and type your message ...\n" msgstr "Vá em frente e digite sua mensagem ...\n" -#: g10/decrypt.c:59 g10/g10.c:1546 g10/verify.c:68 g10/verify.c:113 +#: g10/decrypt.c:59 g10/g10.c:1558 g10/verify.c:94 g10/verify.c:139 #, c-format msgid "can't open `%s'\n" msgstr "impossível abrir `%s'\n" -#: g10/g10.c:1756 +#: g10/g10.c:1767 msgid "" "the first character of a notation name must be a letter or an underscore\n" msgstr "" "o primeiro caractere de um nome de notação deve ser uma letra ou um " "sublinhado\n" -#: g10/g10.c:1762 +#: g10/g10.c:1773 msgid "" "a notation name must have only letters, digits, dots or underscores and end " "with an '='\n" @@ -906,12 +906,12 @@ msgstr "" "um nome de notação deve ter apenas letras, dígitos, pontos ou sublinhados e " "terminar com '='\n" -#: g10/g10.c:1768 +#: g10/g10.c:1779 msgid "dots in a notation name must be surrounded by other characters\n" msgstr "" "pontos em um nome de notação devem estar cercados por outros caracteres\n" -#: g10/g10.c:1776 +#: g10/g10.c:1787 msgid "a notation value must not use any control characters\n" msgstr "um valor de notação não deve usar caracteres de controle\n" @@ -1652,17 +1652,17 @@ msgstr "%s: imposs msgid "error creating passphrase: %s\n" msgstr "erro na criação da frase secreta: %s\n" -#: g10/encode.c:171 g10/encode.c:324 +#: g10/encode.c:171 g10/encode.c:327 #, c-format msgid "%s: WARNING: empty file\n" msgstr "%s: AVISO: arquivo vazio\n" -#: g10/encode.c:271 +#: g10/encode.c:274 #, c-format msgid "reading from `%s'\n" msgstr "lendo de `%s'\n" -#: g10/encode.c:492 +#: g10/encode.c:497 #, c-format msgid "%s/%s encrypted for: %s\n" msgstr "%s/%s criptografado para: %s\n" @@ -1796,7 +1796,7 @@ msgstr " chaves secretas importadas: %lu\n" msgid " secret keys unchanged: %lu\n" msgstr " chaves secretas não modificadas: %lu\n" -#: g10/import.c:391 g10/import.c:590 +#: g10/import.c:391 g10/import.c:600 #, c-format msgid "key %08lX: no user ID\n" msgstr "chave %08lX: sem ID de usuário\n" @@ -1810,7 +1810,7 @@ msgstr "chave %08lX: sem IDs de usu msgid "this may be caused by a missing self-signature\n" msgstr "isto pode ser causado por falta de auto-assinatura\n" -#: g10/import.c:418 g10/import.c:657 +#: g10/import.c:418 g10/import.c:667 #, c-format msgid "key %08lX: public key not found: %s\n" msgstr "chave %08lX: chave pública não encontrada: %s\n" @@ -1824,17 +1824,17 @@ msgstr "chave %08lX: n msgid "no default public keyring\n" msgstr "sem chaveiro público padrão\n" -#: g10/import.c:435 g10/openfile.c:230 g10/sign.c:295 g10/sign.c:615 +#: g10/import.c:435 g10/openfile.c:230 g10/sign.c:295 g10/sign.c:618 #, c-format msgid "writing to `%s'\n" msgstr "escrevendo para `%s'\n" -#: g10/import.c:438 g10/import.c:496 g10/import.c:605 g10/import.c:706 +#: g10/import.c:438 g10/import.c:496 g10/import.c:615 g10/import.c:716 #, c-format msgid "can't lock keyring `%s': %s\n" msgstr "impossível bloquear chaveiro `%s': %s\n" -#: g10/import.c:441 g10/import.c:499 g10/import.c:608 g10/import.c:709 +#: g10/import.c:441 g10/import.c:499 g10/import.c:618 g10/import.c:719 #, c-format msgid "error writing keyring `%s': %s\n" msgstr "erro na escrita do chaveiro `%s': %s\n" @@ -1849,12 +1849,12 @@ msgstr "chave %08lX: chave p msgid "key %08lX: doesn't match our copy\n" msgstr "chave %08lX: não corresponde à nossa cópia\n" -#: g10/import.c:472 g10/import.c:665 +#: g10/import.c:472 g10/import.c:675 #, c-format msgid "key %08lX: can't locate original keyblock: %s\n" msgstr "chave %08lX: impossível localizar bloco de chaves original: %s\n" -#: g10/import.c:478 g10/import.c:671 +#: g10/import.c:478 g10/import.c:681 #, c-format msgid "key %08lX: can't read original keyblock: %s\n" msgstr "chave %08lX: impossível ler bloco de chaves original: %s\n" @@ -1894,75 +1894,80 @@ msgstr "chave %08lX: %d novas subchaves\n" msgid "key %08lX: not changed\n" msgstr "chave %08lX: não modificada\n" -#: g10/import.c:613 +#: g10/import.c:593 +#, c-format +msgid "secret key %08lX not imported (use %s to allow for it)\n" +msgstr "" + +#: g10/import.c:623 #, c-format msgid "key %08lX: secret key imported\n" msgstr "chave %08lX: chave secreta importada\n" #. we can't merge secret keys -#: g10/import.c:617 +#: g10/import.c:627 #, c-format msgid "key %08lX: already in secret keyring\n" msgstr "chave %08lX: já está no chaveiro secreto\n" -#: g10/import.c:622 +#: g10/import.c:632 #, c-format msgid "key %08lX: secret key not found: %s\n" msgstr "chave %08lX: chave secreta não encontrada: %s\n" -#: g10/import.c:651 +#: g10/import.c:661 #, c-format msgid "key %08lX: no public key - can't apply revocation certificate\n" msgstr "" "chave %08lX: sem chave pública - impossível aplicar certificado\n" "de revogação\n" -#: g10/import.c:682 +#: g10/import.c:692 #, c-format msgid "key %08lX: invalid revocation certificate: %s - rejected\n" msgstr "chave %08lX: certificado de revogação inválido: %s - rejeitado\n" -#: g10/import.c:714 +#: g10/import.c:724 #, c-format msgid "key %08lX: revocation certificate imported\n" msgstr "chave %08lX: certificado de revogação importado\n" -#: g10/import.c:756 +#: g10/import.c:766 #, c-format msgid "key %08lX: no user ID for signature\n" msgstr "chave %08lX: nenhum ID de usuário para assinatura\n" -#: g10/import.c:763 g10/import.c:787 +#: g10/import.c:773 g10/import.c:797 #, c-format msgid "key %08lX: unsupported public key algorithm\n" msgstr "chave %08lX: algoritmo de chave pública não suportado\n" -#: g10/import.c:764 +#: g10/import.c:774 #, c-format msgid "key %08lX: invalid self-signature\n" msgstr "chave %08lX: auto-assinatura inválida\n" -#: g10/import.c:779 +#: g10/import.c:789 #, c-format msgid "key %08lX: no subkey for key binding\n" msgstr "chave %08lX: sem subchave para ligação de chaves\n" -#: g10/import.c:788 +#: g10/import.c:798 #, c-format msgid "key %08lX: invalid subkey binding\n" msgstr "chave %08lX: ligação de subchave inválida\n" -#: g10/import.c:815 +#: g10/import.c:825 #, c-format msgid "key %08lX: accepted non self-signed user ID '" msgstr "chave %08lX: aceito ID de usuário sem auto-assinatura '" -#: g10/import.c:844 +#: g10/import.c:854 #, c-format msgid "key %08lX: skipped user ID '" msgstr "chave %08lX: ignorado ID de usuário '" -#: g10/import.c:867 +#: g10/import.c:877 #, c-format msgid "key %08lX: skipped subkey\n" msgstr "chave %08lX: subchave ignorada\n" @@ -1971,32 +1976,32 @@ msgstr "chave %08lX: subchave ignorada\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:892 +#: g10/import.c:902 #, c-format msgid "key %08lX: non exportable signature (class %02x) - skipped\n" msgstr "chave %08lX: assinatura não exportável (classe %02x) - ignorada\n" -#: g10/import.c:901 +#: g10/import.c:911 #, c-format msgid "key %08lX: revocation certificate at wrong place - skipped\n" msgstr "chave %08lX: certificado de revogação no local errado - ignorada\n" -#: g10/import.c:909 +#: g10/import.c:919 #, c-format msgid "key %08lX: invalid revocation certificate: %s - skipped\n" msgstr "chave %08lX: certificado de revogação inválido: %s - ignorada\n" -#: g10/import.c:1009 +#: g10/import.c:1019 #, c-format msgid "key %08lX: duplicated user ID detected - merged\n" msgstr "chave %08lX: detectado ID de usuário duplicado - unido\n" -#: g10/import.c:1060 +#: g10/import.c:1071 #, c-format msgid "key %08lX: revocation certificate added\n" msgstr "chave %08lX: certificado de revogação adicionado\n" -#: g10/import.c:1174 g10/import.c:1227 +#: g10/import.c:1185 g10/import.c:1238 #, c-format msgid "key %08lX: our copy has no self-signature\n" msgstr "chave %08lX: nossa cópia não tem auto-assinatura\n" @@ -2587,114 +2592,115 @@ msgid "revoked" msgstr "revkey" #. of subkey -#: g10/keylist.c:400 g10/mainproc.c:793 +#: g10/keylist.c:400 g10/mainproc.c:834 #, fuzzy, c-format msgid " [expires: %s]" msgstr "A chave expira em %s\n" -#: g10/mainproc.c:240 +#: g10/mainproc.c:270 #, c-format msgid "public key is %08lX\n" msgstr "a chave pública é %08lX\n" -#: g10/mainproc.c:284 +#: g10/mainproc.c:315 msgid "public key encrypted data: good DEK\n" msgstr "dados criptografados com chave pública: DEK válido\n" -#: g10/mainproc.c:326 +#: g10/mainproc.c:367 #, c-format msgid "encrypted with %u-bit %s key, ID %08lX, created %s\n" msgstr "criptografado com chave %u-bit %s, ID %08lX, criada em %s\n" -#: g10/mainproc.c:336 +#: g10/mainproc.c:377 #, c-format msgid "encrypted with %s key, ID %08lX\n" msgstr "criptografado com chave %s, ID %08lX\n" -#: g10/mainproc.c:342 -msgid "no secret key for decryption available\n" -msgstr "nenhuma chave secreta para descriptografia disponível\n" - -#: g10/mainproc.c:351 +#: g10/mainproc.c:391 #, c-format msgid "public key decryption failed: %s\n" msgstr "descriptografia de chave pública falhou: %s\n" -#: g10/mainproc.c:388 +#: g10/mainproc.c:429 msgid "decryption okay\n" msgstr "descriptografia correta\n" -#: g10/mainproc.c:393 +#: g10/mainproc.c:434 msgid "WARNING: encrypted message has been manipulated!\n" msgstr "CUIDADO: a mensagem criptografada foi manipulada!\n" -#: g10/mainproc.c:398 +#: g10/mainproc.c:439 #, c-format msgid "decryption failed: %s\n" msgstr "descriptografia falhou: %s\n" -#: g10/mainproc.c:417 +#: g10/mainproc.c:458 msgid "NOTE: sender requested \"for-your-eyes-only\"\n" msgstr "NOTA: o remetente solicitou \"apenas-para-seus-olhos\"\n" -#: g10/mainproc.c:419 +#: g10/mainproc.c:460 #, c-format msgid "original file name='%.*s'\n" msgstr "nome de arquivo original='%.*s'\n" -#: g10/mainproc.c:574 +#: g10/mainproc.c:615 msgid "standalone revocation - use \"gpg --import\" to apply\n" msgstr "revogação isolada - use \"gpg --import\" para aplicá-la\n" -#: g10/mainproc.c:661 g10/mainproc.c:670 +#: g10/mainproc.c:702 g10/mainproc.c:711 msgid "WARNING: invalid notation data found\n" msgstr "AVISO: dados de notação inválidos encontrados\n" -#: g10/mainproc.c:673 +#: g10/mainproc.c:714 msgid "Notation: " msgstr "Notação: " -#: g10/mainproc.c:682 +#: g10/mainproc.c:723 msgid "Policy: " msgstr "Política: " -#: g10/mainproc.c:1124 +#: g10/mainproc.c:1233 msgid "signature verification suppressed\n" msgstr "verificação de assinatura suprimida\n" -#: g10/mainproc.c:1161 +#: g10/mainproc.c:1270 #, c-format msgid "Signature made %.*s using %s key ID %08lX\n" msgstr "Assinatura feita em %.*s usando %s, ID da chave %08lX\n" #. just in case that we have no userid -#: g10/mainproc.c:1187 g10/mainproc.c:1198 +#: g10/mainproc.c:1305 g10/mainproc.c:1316 msgid "BAD signature from \"" msgstr "Assinatura INCORRETA de \"" -#: g10/mainproc.c:1188 g10/mainproc.c:1199 +#: g10/mainproc.c:1306 g10/mainproc.c:1317 msgid "Good signature from \"" msgstr "Assinatura correta de \"" -#: g10/mainproc.c:1190 +#: g10/mainproc.c:1308 msgid " aka \"" msgstr " ou \"" -#: g10/mainproc.c:1246 +#: g10/mainproc.c:1364 #, c-format msgid "Can't check signature: %s\n" msgstr "Impossível verificar assinatura: %s\n" -#: g10/mainproc.c:1321 +#: g10/mainproc.c:1421 g10/mainproc.c:1436 g10/mainproc.c:1498 +#, fuzzy +msgid "not a detached signature\n" +msgstr "fazer uma assinatura separada" + +#: g10/mainproc.c:1447 #, c-format msgid "standalone signature of class 0x%02x\n" msgstr "assinatura isolada da classe 0x%02x\n" -#: g10/mainproc.c:1372 +#: g10/mainproc.c:1502 msgid "old style (PGP 2.x) signature\n" msgstr "formato de assinatura antigo (PGP2.x)\n" -#: g10/mainproc.c:1377 +#: g10/mainproc.c:1507 msgid "invalid root packet detected in proc_tree()\n" msgstr "pacote raiz inválido detectado em proc_tree()\n" @@ -2824,7 +2830,12 @@ msgstr "Por favor digite o nome do arquivo de dados: " msgid "reading stdin ...\n" msgstr "lendo de \"stdin\" ...\n" -#: g10/plaintext.c:392 +#: g10/plaintext.c:383 +#, fuzzy +msgid "no signed data\n" +msgstr "impossível abrir dados assinados `%s'\n" + +#: g10/plaintext.c:391 #, c-format msgid "can't open signed data `%s'\n" msgstr "impossível abrir dados assinados `%s'\n" @@ -2944,7 +2955,7 @@ msgstr "assumindo assinatura incorreta devido a um bit cr msgid "%s signature from: %s\n" msgstr "assinatura %s de: %s\n" -#: g10/sign.c:290 g10/sign.c:610 +#: g10/sign.c:290 g10/sign.c:613 #, c-format msgid "can't create %s: %s\n" msgstr "impossível criar %s: %s\n" @@ -3390,7 +3401,7 @@ msgstr "falha ao colocar `%s' no banco de dados de confiabilidade: %s\n" msgid "WARNING: can't yet handle long pref records\n" msgstr "AVISO: ainda é impossível manipular registros de preferências longos\n" -#: g10/verify.c:82 +#: g10/verify.c:108 msgid "" "the signature could not be verified.\n" "Please remember that the signature file (.sig or .asc)\n" @@ -3400,7 +3411,7 @@ msgstr "" "Por favor lembre-se de que o arquivo com a assinatura (.sig ou .asc)\n" "deve ser o primeiro arquivo dado na linha de comando.\n" -#: g10/verify.c:147 +#: g10/verify.c:173 #, c-format msgid "input line %u too long or missing LF\n" msgstr "linha %u muito longa ou sem LF\n" @@ -3793,6 +3804,9 @@ msgstr "Nenhuma ajuda dispon msgid "No help available for `%s'" msgstr "Nenhuma ajuda disponível para `%s'" +#~ msgid "no secret key for decryption available\n" +#~ msgstr "nenhuma chave secreta para descriptografia disponível\n" + #~ msgid "" #~ "RSA keys are deprecated; please consider creating a new key and use this key " #~ "in the future\n" diff --git a/po/pt_PT.po b/po/pt_PT.po index 40e9632d3..7a031b6eb 100644 --- a/po/pt_PT.po +++ b/po/pt_PT.po @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg\n" -"POT-Creation-Date: 2000-11-24 13:52+0100\n" +"POT-Creation-Date: 2000-12-19 11:58+0100\n" "PO-Revision-Date: 1999-09-09 20:28+0000\n" "Last-Translator: Pedro Morais \n" "Language-Team: pt\n" @@ -682,15 +682,15 @@ msgstr "" " --list-keys [nomes] mostrar chaves\n" " --fingerprint [nomes] mostrar impressões digitais\n" -#: g10/g10.c:426 +#: g10/g10.c:427 msgid "Please report bugs to .\n" msgstr "Por favor comunique bugs para .\n" -#: g10/g10.c:430 +#: g10/g10.c:431 msgid "Usage: gpg [options] [files] (-h for help)" msgstr "Uso: gpg [opções] [ficheiros] (-h para ajuda)" -#: g10/g10.c:433 +#: g10/g10.c:434 msgid "" "Syntax: gpg [options] [files]\n" "sign, check, encrypt or decrypt\n" @@ -700,7 +700,7 @@ msgstr "" "assina, verifica, encripta ou desencripta\n" "a operação por omissão depende dos dados de entrada\n" -#: g10/g10.c:440 +#: g10/g10.c:441 msgid "" "\n" "Supported algorithms:\n" @@ -708,189 +708,189 @@ msgstr "" "\n" "Algoritmos suportados:\n" -#: g10/g10.c:519 +#: g10/g10.c:520 msgid "usage: gpg [options] " msgstr "uso: gpg [opções] " -#: g10/g10.c:572 +#: g10/g10.c:573 msgid "conflicting commands\n" msgstr "comandos em conflito\n" -#: g10/g10.c:712 +#: g10/g10.c:713 #, c-format msgid "NOTE: no default option file `%s'\n" msgstr "NOTA: ficheiro de opções por omissão `%s' inexistente\n" -#: g10/g10.c:716 +#: g10/g10.c:717 #, c-format msgid "option file `%s': %s\n" msgstr "ficheiro de opções `%s': %s\n" -#: g10/g10.c:723 +#: g10/g10.c:724 #, c-format msgid "reading options from `%s'\n" msgstr "a ler opções de `%s'\n" -#: g10/g10.c:915 +#: g10/g10.c:925 #, c-format msgid "%s is not a valid character set\n" msgstr "%s não é um conjunto de caracteres válido\n" -#: g10/g10.c:983 +#: g10/g10.c:994 msgid "WARNING: program may create a core file!\n" msgstr "AVISO: O programa pode criar um ficheiro core!\n" -#: g10/g10.c:987 g10/g10.c:996 +#: g10/g10.c:998 g10/g10.c:1007 #, c-format msgid "NOTE: %s is not for normal use!\n" msgstr "NOTA: %s não é para uso normal!\n" -#: g10/g10.c:989 +#: g10/g10.c:1000 #, c-format msgid "%s not allowed with %s!\n" msgstr "%s não é permitido com %s!\n" -#: g10/g10.c:992 +#: g10/g10.c:1003 #, c-format msgid "%s makes no sense with %s!\n" msgstr "%s não faz sentido com %s!\n" -#: g10/g10.c:1011 g10/g10.c:1023 +#: g10/g10.c:1023 g10/g10.c:1035 msgid "selected cipher algorithm is invalid\n" msgstr "o algoritmo de cifragem selecionado não é válido\n" -#: g10/g10.c:1017 g10/g10.c:1029 +#: g10/g10.c:1029 g10/g10.c:1041 msgid "selected digest algorithm is invalid\n" msgstr "o algoritmo de \"digest\" selecionado não é válido\n" -#: g10/g10.c:1033 +#: g10/g10.c:1045 msgid "the given policy URL is invalid\n" msgstr "a URL de política dada é inválida\n" -#: g10/g10.c:1036 +#: g10/g10.c:1048 #, c-format msgid "compress algorithm must be in range %d..%d\n" msgstr "o algoritmo de compressão deve estar na faixa %d..%d\n" -#: g10/g10.c:1038 +#: g10/g10.c:1050 msgid "completes-needed must be greater than 0\n" msgstr "completes-needed deve ser maior que 0\n" -#: g10/g10.c:1040 +#: g10/g10.c:1052 msgid "marginals-needed must be greater than 1\n" msgstr "marginals-needed deve ser maior que 1\n" -#: g10/g10.c:1042 +#: g10/g10.c:1054 msgid "max-cert-depth must be in range 1 to 255\n" msgstr "max-cert-depth deve estar na entre 1 e 255\n" -#: g10/g10.c:1045 +#: g10/g10.c:1057 msgid "NOTE: simple S2K mode (0) is strongly discouraged\n" msgstr "NOTA: o modo S2K simples (0) não é recomendável\n" -#: g10/g10.c:1049 +#: g10/g10.c:1061 msgid "invalid S2K mode; must be 0, 1 or 3\n" msgstr "modo S2K inválido: deve ser 0, 1 ou 3\n" -#: g10/g10.c:1134 +#: g10/g10.c:1146 #, c-format msgid "failed to initialize the TrustDB: %s\n" msgstr "falha ao inicializar a base de dados de confiança: %s\n" -#: g10/g10.c:1140 +#: g10/g10.c:1152 msgid "--store [filename]" msgstr "--store [nome_do_ficheiro]" -#: g10/g10.c:1147 +#: g10/g10.c:1159 msgid "--symmetric [filename]" msgstr "--symmetric [nome_do_ficheiro]" -#: g10/g10.c:1155 +#: g10/g10.c:1167 msgid "--encrypt [filename]" msgstr "--encrypt [nome_do_ficheiro]" -#: g10/g10.c:1168 +#: g10/g10.c:1180 msgid "--sign [filename]" msgstr "--sign [nome_do_ficheiro]" -#: g10/g10.c:1181 +#: g10/g10.c:1193 msgid "--sign --encrypt [filename]" msgstr "--sign --encrypt [nome_do_ficheiro]" -#: g10/g10.c:1195 +#: g10/g10.c:1207 msgid "--clearsign [filename]" msgstr "--clearsign [nome_do_ficheiro]" -#: g10/g10.c:1212 +#: g10/g10.c:1224 msgid "--decrypt [filename]" msgstr "--decrypt [nome_do_ficheiro]" -#: g10/g10.c:1220 +#: g10/g10.c:1232 msgid "--sign-key user-id" msgstr "--sign-key id-utilizador" -#: g10/g10.c:1228 +#: g10/g10.c:1240 msgid "--lsign-key user-id" msgstr "--lsign-key id-utilizador" -#: g10/g10.c:1236 +#: g10/g10.c:1248 msgid "--edit-key user-id [commands]" msgstr "--edit-key id-utilizador [comandos]" -#: g10/g10.c:1252 +#: g10/g10.c:1264 msgid "--delete-secret-key user-id" msgstr "--delete-secret-key id-utilizador" -#: g10/g10.c:1255 +#: g10/g10.c:1267 msgid "--delete-key user-id" msgstr "--delete-key id-utilizador" -#: g10/encode.c:265 g10/g10.c:1292 g10/sign.c:393 +#: g10/encode.c:268 g10/g10.c:1304 g10/sign.c:393 #, c-format msgid "can't open %s: %s\n" msgstr "impossível abrir %s: %s\n" -#: g10/g10.c:1307 +#: g10/g10.c:1319 msgid "-k[v][v][v][c] [user-id] [keyring]" msgstr "-k[v][v][v][c] [id-utilizador] [porta-chaves]" -#: g10/g10.c:1373 +#: g10/g10.c:1385 #, c-format msgid "dearmoring failed: %s\n" msgstr "retirada de armadura falhou: %s\n" -#: g10/g10.c:1381 +#: g10/g10.c:1393 #, c-format msgid "enarmoring failed: %s\n" msgstr "criação de armadura falhou: %s\n" # "hash" poderia ser "espalhamento", mas não fica claro -#: g10/g10.c:1452 +#: g10/g10.c:1464 #, c-format msgid "invalid hash algorithm `%s'\n" msgstr "algoritmo de hash inválido `%s'\n" -#: g10/g10.c:1539 +#: g10/g10.c:1551 msgid "[filename]" msgstr "[nome_do_ficheiro]" -#: g10/g10.c:1543 +#: g10/g10.c:1555 msgid "Go ahead and type your message ...\n" msgstr "Digite a sua mensagem ...\n" -#: g10/decrypt.c:59 g10/g10.c:1546 g10/verify.c:68 g10/verify.c:113 +#: g10/decrypt.c:59 g10/g10.c:1558 g10/verify.c:94 g10/verify.c:139 #, c-format msgid "can't open `%s'\n" msgstr "impossível abrir `%s'\n" -#: g10/g10.c:1756 +#: g10/g10.c:1767 msgid "" "the first character of a notation name must be a letter or an underscore\n" msgstr "" "o primeiro caracter de um nome de notação deve ser uma letra ou um " "sublinhado\n" -#: g10/g10.c:1762 +#: g10/g10.c:1773 msgid "" "a notation name must have only letters, digits, dots or underscores and end " "with an '='\n" @@ -898,12 +898,12 @@ msgstr "" "um nome de notação deve ter apenas letras, dígitos, pontos ou sublinhados e " "terminar com '='\n" -#: g10/g10.c:1768 +#: g10/g10.c:1779 msgid "dots in a notation name must be surrounded by other characters\n" msgstr "" "pontos num nome de notação devem estar cercados por outros caracteres\n" -#: g10/g10.c:1776 +#: g10/g10.c:1787 msgid "a notation value must not use any control characters\n" msgstr "um valor de notação não deve usar caracteres de controle\n" @@ -1646,17 +1646,17 @@ msgstr "%s: imposs msgid "error creating passphrase: %s\n" msgstr "erro na criação da frase secreta: %s\n" -#: g10/encode.c:171 g10/encode.c:324 +#: g10/encode.c:171 g10/encode.c:327 #, c-format msgid "%s: WARNING: empty file\n" msgstr "%s: AVISO: ficheiro vazio\n" -#: g10/encode.c:271 +#: g10/encode.c:274 #, c-format msgid "reading from `%s'\n" msgstr "lendo de `%s'\n" -#: g10/encode.c:492 +#: g10/encode.c:497 #, c-format msgid "%s/%s encrypted for: %s\n" msgstr "%s/%s encriptado para: %s\n" @@ -1790,7 +1790,7 @@ msgstr " chaves secretas importadas: %lu\n" msgid " secret keys unchanged: %lu\n" msgstr " chaves secretas não modificadas: %lu\n" -#: g10/import.c:391 g10/import.c:590 +#: g10/import.c:391 g10/import.c:600 #, c-format msgid "key %08lX: no user ID\n" msgstr "chave %08lX: sem ID de utilizador\n" @@ -1804,7 +1804,7 @@ msgstr "chave %08lX: sem IDs de utilizadores v msgid "this may be caused by a missing self-signature\n" msgstr "isto pode ser causado por falta de auto-assinatura\n" -#: g10/import.c:418 g10/import.c:657 +#: g10/import.c:418 g10/import.c:667 #, c-format msgid "key %08lX: public key not found: %s\n" msgstr "chave %08lX: chave pública não encontrada: %s\n" @@ -1818,17 +1818,17 @@ msgstr "chave %08lX: n msgid "no default public keyring\n" msgstr "sem porta-chaves público padrão\n" -#: g10/import.c:435 g10/openfile.c:230 g10/sign.c:295 g10/sign.c:615 +#: g10/import.c:435 g10/openfile.c:230 g10/sign.c:295 g10/sign.c:618 #, c-format msgid "writing to `%s'\n" msgstr "a escrever para `%s'\n" -#: g10/import.c:438 g10/import.c:496 g10/import.c:605 g10/import.c:706 +#: g10/import.c:438 g10/import.c:496 g10/import.c:615 g10/import.c:716 #, c-format msgid "can't lock keyring `%s': %s\n" msgstr "impossível trancar porta-chaves `%s': %s\n" -#: g10/import.c:441 g10/import.c:499 g10/import.c:608 g10/import.c:709 +#: g10/import.c:441 g10/import.c:499 g10/import.c:618 g10/import.c:719 #, c-format msgid "error writing keyring `%s': %s\n" msgstr "erro na escrita do porta-chaves `%s': %s\n" @@ -1843,12 +1843,12 @@ msgstr "chave %08lX: chave p msgid "key %08lX: doesn't match our copy\n" msgstr "chave %08lX: não corresponde à nossa cópia\n" -#: g10/import.c:472 g10/import.c:665 +#: g10/import.c:472 g10/import.c:675 #, c-format msgid "key %08lX: can't locate original keyblock: %s\n" msgstr "chave %08lX: impossível localizar bloco de chaves original: %s\n" -#: g10/import.c:478 g10/import.c:671 +#: g10/import.c:478 g10/import.c:681 #, c-format msgid "key %08lX: can't read original keyblock: %s\n" msgstr "chave %08lX: impossível ler bloco de chaves original: %s\n" @@ -1888,75 +1888,80 @@ msgstr "chave %08lX: %d novas subchaves\n" msgid "key %08lX: not changed\n" msgstr "chave %08lX: não modificada\n" -#: g10/import.c:613 +#: g10/import.c:593 +#, c-format +msgid "secret key %08lX not imported (use %s to allow for it)\n" +msgstr "" + +#: g10/import.c:623 #, c-format msgid "key %08lX: secret key imported\n" msgstr "chave %08lX: chave secreta importada\n" #. we can't merge secret keys -#: g10/import.c:617 +#: g10/import.c:627 #, c-format msgid "key %08lX: already in secret keyring\n" msgstr "chave %08lX: já está no porta-chaves secreto\n" -#: g10/import.c:622 +#: g10/import.c:632 #, c-format msgid "key %08lX: secret key not found: %s\n" msgstr "chave %08lX: chave secreta não encontrada: %s\n" -#: g10/import.c:651 +#: g10/import.c:661 #, c-format msgid "key %08lX: no public key - can't apply revocation certificate\n" msgstr "" "chave %08lX: sem chave pública - impossível aplicar certificado\n" "de revogação\n" -#: g10/import.c:682 +#: g10/import.c:692 #, c-format msgid "key %08lX: invalid revocation certificate: %s - rejected\n" msgstr "chave %08lX: certificado de revogação inválido: %s - rejeitado\n" -#: g10/import.c:714 +#: g10/import.c:724 #, c-format msgid "key %08lX: revocation certificate imported\n" msgstr "chave %08lX: certificado de revogação importado\n" -#: g10/import.c:756 +#: g10/import.c:766 #, c-format msgid "key %08lX: no user ID for signature\n" msgstr "chave %08lX: nenhum ID de utilizador para assinatura\n" -#: g10/import.c:763 g10/import.c:787 +#: g10/import.c:773 g10/import.c:797 #, c-format msgid "key %08lX: unsupported public key algorithm\n" msgstr "chave %08lX: algoritmo de chave pública não suportado\n" -#: g10/import.c:764 +#: g10/import.c:774 #, c-format msgid "key %08lX: invalid self-signature\n" msgstr "chave %08lX: auto-assinatura inválida\n" -#: g10/import.c:779 +#: g10/import.c:789 #, c-format msgid "key %08lX: no subkey for key binding\n" msgstr "chave %08lX: sem subchave para ligação de chaves\n" -#: g10/import.c:788 +#: g10/import.c:798 #, c-format msgid "key %08lX: invalid subkey binding\n" msgstr "chave %08lX: ligação de subchave inválida\n" -#: g10/import.c:815 +#: g10/import.c:825 #, c-format msgid "key %08lX: accepted non self-signed user ID '" msgstr "chave %08lX: aceite ID de utilizador sem auto-assinatura '" -#: g10/import.c:844 +#: g10/import.c:854 #, c-format msgid "key %08lX: skipped user ID '" msgstr "chave %08lX: ignorado ID de utilizador '" -#: g10/import.c:867 +#: g10/import.c:877 #, c-format msgid "key %08lX: skipped subkey\n" msgstr "chave %08lX: subchave ignorada\n" @@ -1965,32 +1970,32 @@ msgstr "chave %08lX: subchave ignorada\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:892 +#: g10/import.c:902 #, c-format msgid "key %08lX: non exportable signature (class %02x) - skipped\n" msgstr "chave %08lX: assinatura não exportável (classe %02x) - ignorada\n" -#: g10/import.c:901 +#: g10/import.c:911 #, c-format msgid "key %08lX: revocation certificate at wrong place - skipped\n" msgstr "chave %08lX: certificado de revogação no local errado - ignorado\n" -#: g10/import.c:909 +#: g10/import.c:919 #, c-format msgid "key %08lX: invalid revocation certificate: %s - skipped\n" msgstr "chave %08lX: certificado de revogação inválido: %s - ignorado\n" -#: g10/import.c:1009 +#: g10/import.c:1019 #, c-format msgid "key %08lX: duplicated user ID detected - merged\n" msgstr "chave %08lX: detectado ID de utilizador duplicado - fundido\n" -#: g10/import.c:1060 +#: g10/import.c:1071 #, c-format msgid "key %08lX: revocation certificate added\n" msgstr "chave %08lX: certificado de revogação adicionado\n" -#: g10/import.c:1174 g10/import.c:1227 +#: g10/import.c:1185 g10/import.c:1238 #, c-format msgid "key %08lX: our copy has no self-signature\n" msgstr "chave %08lX: a nossa cópia não tem auto-assinatura\n" @@ -2581,114 +2586,115 @@ msgid "revoked" msgstr "revkey" #. of subkey -#: g10/keylist.c:400 g10/mainproc.c:793 +#: g10/keylist.c:400 g10/mainproc.c:834 #, fuzzy, c-format msgid " [expires: %s]" msgstr "A chave expira em %s\n" -#: g10/mainproc.c:240 +#: g10/mainproc.c:270 #, c-format msgid "public key is %08lX\n" msgstr "a chave pública é %08lX\n" -#: g10/mainproc.c:284 +#: g10/mainproc.c:315 msgid "public key encrypted data: good DEK\n" msgstr "dados encriptados com chave pública: DEK válido\n" -#: g10/mainproc.c:326 +#: g10/mainproc.c:367 #, c-format msgid "encrypted with %u-bit %s key, ID %08lX, created %s\n" msgstr "encriptado com chave %u-bit %s, ID %08lX, criada em %s\n" -#: g10/mainproc.c:336 +#: g10/mainproc.c:377 #, c-format msgid "encrypted with %s key, ID %08lX\n" msgstr "encriptado com chave %s, ID %08lX\n" -#: g10/mainproc.c:342 -msgid "no secret key for decryption available\n" -msgstr "nenhuma chave secreta para desencriptação disponível\n" - -#: g10/mainproc.c:351 +#: g10/mainproc.c:391 #, c-format msgid "public key decryption failed: %s\n" msgstr "desencriptação de chave pública falhou: %s\n" -#: g10/mainproc.c:388 +#: g10/mainproc.c:429 msgid "decryption okay\n" msgstr "desencriptação correcta\n" -#: g10/mainproc.c:393 +#: g10/mainproc.c:434 msgid "WARNING: encrypted message has been manipulated!\n" msgstr "CUIDADO: a mensagem encriptada foi manipulada!\n" -#: g10/mainproc.c:398 +#: g10/mainproc.c:439 #, c-format msgid "decryption failed: %s\n" msgstr "desencriptação falhou: %s\n" -#: g10/mainproc.c:417 +#: g10/mainproc.c:458 msgid "NOTE: sender requested \"for-your-eyes-only\"\n" msgstr "NOTA: o remetente solicitou \"apenas-para-seus-olhos\"\n" -#: g10/mainproc.c:419 +#: g10/mainproc.c:460 #, c-format msgid "original file name='%.*s'\n" msgstr "nome do ficheiro original='%.*s'\n" -#: g10/mainproc.c:574 +#: g10/mainproc.c:615 msgid "standalone revocation - use \"gpg --import\" to apply\n" msgstr "revocação solitária - utilize \"gpg --import\" para aplicar\n" -#: g10/mainproc.c:661 g10/mainproc.c:670 +#: g10/mainproc.c:702 g10/mainproc.c:711 msgid "WARNING: invalid notation data found\n" msgstr "AVISO: dados de notação inválidos encontrados\n" -#: g10/mainproc.c:673 +#: g10/mainproc.c:714 msgid "Notation: " msgstr "Notação: " -#: g10/mainproc.c:682 +#: g10/mainproc.c:723 msgid "Policy: " msgstr "Política: " -#: g10/mainproc.c:1124 +#: g10/mainproc.c:1233 msgid "signature verification suppressed\n" msgstr "verificação de assinatura suprimida\n" -#: g10/mainproc.c:1161 +#: g10/mainproc.c:1270 #, c-format msgid "Signature made %.*s using %s key ID %08lX\n" msgstr "Assinatura feita em %.*s usando %s, ID da chave %08lX\n" #. just in case that we have no userid -#: g10/mainproc.c:1187 g10/mainproc.c:1198 +#: g10/mainproc.c:1305 g10/mainproc.c:1316 msgid "BAD signature from \"" msgstr "Assinatura INCORRECTA de \"" -#: g10/mainproc.c:1188 g10/mainproc.c:1199 +#: g10/mainproc.c:1306 g10/mainproc.c:1317 msgid "Good signature from \"" msgstr "Assinatura correta de \"" -#: g10/mainproc.c:1190 +#: g10/mainproc.c:1308 msgid " aka \"" msgstr " ou \"" -#: g10/mainproc.c:1246 +#: g10/mainproc.c:1364 #, c-format msgid "Can't check signature: %s\n" msgstr "Impossível verificar assinatura: %s\n" -#: g10/mainproc.c:1321 +#: g10/mainproc.c:1421 g10/mainproc.c:1436 g10/mainproc.c:1498 +#, fuzzy +msgid "not a detached signature\n" +msgstr "fazer uma assinatura separada" + +#: g10/mainproc.c:1447 #, c-format msgid "standalone signature of class 0x%02x\n" msgstr "assinatura de classe 0x%02x\n" -#: g10/mainproc.c:1372 +#: g10/mainproc.c:1502 msgid "old style (PGP 2.x) signature\n" msgstr "formato de assinatura antigo (PGP2.x)\n" -#: g10/mainproc.c:1377 +#: g10/mainproc.c:1507 msgid "invalid root packet detected in proc_tree()\n" msgstr "pacote raiz inválido detectado em proc_tree()\n" @@ -2817,7 +2823,12 @@ msgstr "Por favor digite o nome do ficheiro de dados: " msgid "reading stdin ...\n" msgstr "lendo do \"stdin\" ...\n" -#: g10/plaintext.c:392 +#: g10/plaintext.c:383 +#, fuzzy +msgid "no signed data\n" +msgstr "impossível abrir dados assinados `%s'\n" + +#: g10/plaintext.c:391 #, c-format msgid "can't open signed data `%s'\n" msgstr "impossível abrir dados assinados `%s'\n" @@ -2937,7 +2948,7 @@ msgstr "assumindo assinatura incorrecta devido a um bit cr msgid "%s signature from: %s\n" msgstr "assinatura %s de: %s\n" -#: g10/sign.c:290 g10/sign.c:610 +#: g10/sign.c:290 g10/sign.c:613 #, c-format msgid "can't create %s: %s\n" msgstr "impossível criar %s: %s\n" @@ -3382,7 +3393,7 @@ msgstr "falha ao colocar `%s' na base de dados de confian msgid "WARNING: can't yet handle long pref records\n" msgstr "AVISO: ainda é impossível manipular registos de preferências longos\n" -#: g10/verify.c:82 +#: g10/verify.c:108 msgid "" "the signature could not be verified.\n" "Please remember that the signature file (.sig or .asc)\n" @@ -3392,7 +3403,7 @@ msgstr "" "Não se esqueça que o ficheiro com a assinatura (.sig ou .asc)\n" "deve ser o primeiro a ser dado na linha de comando.\n" -#: g10/verify.c:147 +#: g10/verify.c:173 #, c-format msgid "input line %u too long or missing LF\n" msgstr "linha de entrada %u demasiado longa ou falta o LF\n" @@ -3781,6 +3792,9 @@ msgstr "Nenhuma ajuda dispon msgid "No help available for `%s'" msgstr "Nenhuma ajuda disponível para `%s'" +#~ msgid "no secret key for decryption available\n" +#~ msgstr "nenhuma chave secreta para desencriptação disponível\n" + #~ msgid "" #~ "RSA keys are deprecated; please consider creating a new key and use this key " #~ "in the future\n" diff --git a/po/ru.po b/po/ru.po index 1c7d07a71..1c63b3702 100644 --- a/po/ru.po +++ b/po/ru.po @@ -9,7 +9,7 @@ # QingLong (couldn't send an email to let you know) msgid "" msgstr "" -"POT-Creation-Date: 2000-11-24 13:52+0100\n" +"POT-Creation-Date: 2000-12-19 11:58+0100\n" "Content-Type: text/plain; charset=\n" "Date: 1998-01-26 22:08:36+0100\n" "From: Gregory Steuck \n" @@ -739,17 +739,17 @@ msgstr "" " --list-keys [names] ÐÏËÁÚÁÔØ ÓÐÉÓÏË ËÌÀÞÅÊ\n" " --fingerprint [names] ÐÏËÁÚÁÔØ \"ÏÔÐÅÞÁÔËÉ ÐÁÌØÃÅ×\" ËÌÀÞÅÊ\n" -#: g10/g10.c:426 +#: g10/g10.c:427 msgid "Please report bugs to .\n" msgstr "" "ðÏÖÁÌÕÊÓÔÁ, ÏÔÐÒÁ×ÌÑÊÔÅ ÓÏÏÂÝÅÎÉÑ Ï ÏÛÉÂËÁÈ ÐÏ ÁÄÒÅÓÕ " ".\n" -#: g10/g10.c:430 +#: g10/g10.c:431 msgid "Usage: gpg [options] [files] (-h for help)" msgstr "éÓÐÏÌØÚÏ×ÁÎÉÅ: gpg [ÐÁÒÁÍÅÔÒÙ] [ÆÁÊÌÙ] (-h ÄÌÑ ÐÏÍÏÝÉ)" -#: g10/g10.c:433 +#: g10/g10.c:434 msgid "" "Syntax: gpg [options] [files]\n" "sign, check, encrypt or decrypt\n" @@ -759,7 +759,7 @@ msgstr "" "ÐÏÄÐÉÓÙ×ÁÅÔ, ÐÒÏ×ÅÒÑÅÔ ÐÏÄÐÉÓÉ, ÛÉÆÒÕÅÔ ÉÌÉ ÒÁÓÛÉÆÒÏ×Ù×ÁÅÔ\n" "ÒÅÖÉÍ ÒÁÂÏÔÙ ÚÁ×ÉÓÉÔ ÏÔ ×ÈÏÄÎÙÈ ÄÁÎÎÙÈ\n" -#: g10/g10.c:440 +#: g10/g10.c:441 msgid "" "\n" "Supported algorithms:\n" @@ -767,202 +767,202 @@ msgstr "" "\n" "ðÏÄÄÅÒÖÉ×ÁÅÍÙÅ ÁÌÇÏÒÉÔÍÙ:\n" -#: g10/g10.c:519 +#: g10/g10.c:520 msgid "usage: gpg [options] " msgstr "éÓÐÏÌØÚÏ×ÁÎÉÅ: gpg [ÐÁÒÁÍÅÔÒÙ] " -#: g10/g10.c:572 +#: g10/g10.c:573 msgid "conflicting commands\n" msgstr "Widersprüchliche Kommandos\n" -#: g10/g10.c:712 +#: g10/g10.c:713 #, fuzzy, c-format msgid "NOTE: no default option file `%s'\n" msgstr "ÚÁÍÅÞÁÎÉÅ: ÆÁÊÌ ÐÁÒÁÍÅÔÒÏ× ÐÏ ÕÍÏÌÞÁÎÉÀ `%s' ÏÔÓÕÔÓÔ×ÕÅÔ\n" -#: g10/g10.c:716 +#: g10/g10.c:717 #, c-format msgid "option file `%s': %s\n" msgstr "ÆÁÊÌ ÐÁÒÁÍÅÔÒÏ× `%s': %s\n" -#: g10/g10.c:723 +#: g10/g10.c:724 #, c-format msgid "reading options from `%s'\n" msgstr "ÞÉÔÁÀÔÓÑ ÐÁÒÁÍÅÔÒÙ ÉÚ `%s'\n" -#: g10/g10.c:915 +#: g10/g10.c:925 #, fuzzy, c-format msgid "%s is not a valid character set\n" msgstr "îÅÄÏÐÕÓÔÉÍÙÊ ÓÉÍ×ÏÌ × ËÏÍÍÅÎÔÁÒÉÉ.\n" -#: g10/g10.c:983 +#: g10/g10.c:994 msgid "WARNING: program may create a core file!\n" msgstr "" -#: g10/g10.c:987 g10/g10.c:996 +#: g10/g10.c:998 g10/g10.c:1007 #, c-format msgid "NOTE: %s is not for normal use!\n" msgstr "" -#: g10/g10.c:989 +#: g10/g10.c:1000 #, c-format msgid "%s not allowed with %s!\n" msgstr "" -#: g10/g10.c:992 +#: g10/g10.c:1003 #, c-format msgid "%s makes no sense with %s!\n" msgstr "" -#: g10/g10.c:1011 g10/g10.c:1023 +#: g10/g10.c:1023 g10/g10.c:1035 msgid "selected cipher algorithm is invalid\n" msgstr "×ÙÂÒÁÎ ÎÅÄÏÐÕÓÔÉÍÙÊ ÁÌÇÏÒÉÔÍ ÛÉÆÒÏ×ÁÎÉÑ\n" -#: g10/g10.c:1017 g10/g10.c:1029 +#: g10/g10.c:1029 g10/g10.c:1041 msgid "selected digest algorithm is invalid\n" msgstr "×ÙÂÒÁÎ ÎÅÄÏÐÕÓÔÉÍÙÊ ÄÁÊÄÖÅÓÔ-ÁÌÇÏÒÉÔÍ\n" -#: g10/g10.c:1033 +#: g10/g10.c:1045 msgid "the given policy URL is invalid\n" msgstr "" -#: g10/g10.c:1036 +#: g10/g10.c:1048 #, c-format msgid "compress algorithm must be in range %d..%d\n" msgstr "ÁÌÇÏÒÉÔÍ ÕÐÁËÏ×ËÉ ÍÏÖÅÔ ÉÍÅÔØ ÚÎÁÞÅÎÉÑ ÏÔ %d ÄÏ %d\n" -#: g10/g10.c:1038 +#: g10/g10.c:1050 msgid "completes-needed must be greater than 0\n" msgstr "completes-needed ÄÏÌÖÅÎ ÂÙÔØ ÂÏÌØÛÅ 0\n" -#: g10/g10.c:1040 +#: g10/g10.c:1052 msgid "marginals-needed must be greater than 1\n" msgstr "marginals-needed ÄÏÌÖÅÎ ÂÙÔØ ÂÏÌØÛÅ 1\n" -#: g10/g10.c:1042 +#: g10/g10.c:1054 msgid "max-cert-depth must be in range 1 to 255\n" msgstr "" -#: g10/g10.c:1045 +#: g10/g10.c:1057 #, fuzzy msgid "NOTE: simple S2K mode (0) is strongly discouraged\n" msgstr "ÚÁÍÅÞÁÎÉÅ: ÐÒÏÓÔÏÊ S2K ÒÅÖÉÍ (0) ÏÞÅÎØ ÎÅ ÒÅËÏÍÅÎÄÕÅÔÓÑ\n" -#: g10/g10.c:1049 +#: g10/g10.c:1061 msgid "invalid S2K mode; must be 0, 1 or 3\n" msgstr "ÎÅÄÏÐÕÓÔÉÍÙÊ ÒÅÖÉÍ S2K: ÄÏÌÖÅÎ ÂÙÔØ 0, 1 ÉÌÉ 3\n" -#: g10/g10.c:1134 +#: g10/g10.c:1146 #, c-format msgid "failed to initialize the TrustDB: %s\n" msgstr "ïÛÉÂËÁ ÉÎÉÃÉÁÌÉÚÁÃÉÉ ÂÁÚÙ ÄÁÎÎÙÈ ÄÏ×ÅÒÉÑ: %s\n" -#: g10/g10.c:1140 +#: g10/g10.c:1152 msgid "--store [filename]" msgstr "--store [ÉÍÑ ÆÁÊÌÁ]" -#: g10/g10.c:1147 +#: g10/g10.c:1159 msgid "--symmetric [filename]" msgstr "--symmetric [ÉÍÑ ÆÁÊÌÁ]" -#: g10/g10.c:1155 +#: g10/g10.c:1167 msgid "--encrypt [filename]" msgstr "--encrypt [ÉÍÑ ÆÁÊÌÁ]" -#: g10/g10.c:1168 +#: g10/g10.c:1180 msgid "--sign [filename]" msgstr "--sign [ÉÍÑ ÆÁÊÌÁ]" -#: g10/g10.c:1181 +#: g10/g10.c:1193 msgid "--sign --encrypt [filename]" msgstr "--sign --encrypt [ÉÍÑ ÆÁÊÌÁ]" -#: g10/g10.c:1195 +#: g10/g10.c:1207 msgid "--clearsign [filename]" msgstr "--clearsign [ÉÍÑ ÆÁÊÌÁ]" -#: g10/g10.c:1212 +#: g10/g10.c:1224 msgid "--decrypt [filename]" msgstr "--decrypt [ÉÍÑ ÆÁÊÌÁ]" -#: g10/g10.c:1220 +#: g10/g10.c:1232 msgid "--sign-key user-id" msgstr "" -#: g10/g10.c:1228 +#: g10/g10.c:1240 #, fuzzy msgid "--lsign-key user-id" msgstr "--delete-key ÉÍÑ-ÐÏÌØÚÏ×ÁÔÅÌÑ" -#: g10/g10.c:1236 +#: g10/g10.c:1248 #, fuzzy msgid "--edit-key user-id [commands]" msgstr "--edit-key ÉÍÑ-ÐÏÌØÚÏ×ÁÔÅÌÑ" -#: g10/g10.c:1252 +#: g10/g10.c:1264 #, fuzzy msgid "--delete-secret-key user-id" msgstr "--delete-secret-key ÉÍÑ-ÐÏÌØÚÏ×ÁÔÅÌÑ" -#: g10/g10.c:1255 +#: g10/g10.c:1267 #, fuzzy msgid "--delete-key user-id" msgstr "--delete-key ÉÍÑ-ÐÏÌØÚÏ×ÁÔÅÌÑ" -#: g10/encode.c:265 g10/g10.c:1292 g10/sign.c:393 +#: g10/encode.c:268 g10/g10.c:1304 g10/sign.c:393 #, c-format msgid "can't open %s: %s\n" msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ÆÁÊÌ `%s': %s\n" -#: g10/g10.c:1307 +#: g10/g10.c:1319 #, fuzzy msgid "-k[v][v][v][c] [user-id] [keyring]" msgstr "-k[v][v][v][c] [ÉÄÅÎÔÉÆÉËÁÔÏÒ ÐÏÌØÚÏ×ÁÔÅÌÑ] [Ó×ÑÚËÁ ËÌÀÞÅÊ]" -#: g10/g10.c:1373 +#: g10/g10.c:1385 #, c-format msgid "dearmoring failed: %s\n" msgstr "ÏÛÉÂËÁ ÄÅËÏÄÉÒÏ×ÁÎÉÑ: %s\n" -#: g10/g10.c:1381 +#: g10/g10.c:1393 #, c-format msgid "enarmoring failed: %s\n" msgstr "ÏÛÉÂËÁ ËÏÄÉÒÏ×ÁÎÉÑ: %s\n" -#: g10/g10.c:1452 +#: g10/g10.c:1464 #, c-format msgid "invalid hash algorithm `%s'\n" msgstr "ÎÅÄÏÐÕÓÔÉÍÙÊ ÈÜÛ-ÁÌÇÏÒÉÔÍ `%s'\n" -#: g10/g10.c:1539 +#: g10/g10.c:1551 msgid "[filename]" msgstr "[ÉÍÑ ÆÁÊÌÁ]" -#: g10/g10.c:1543 +#: g10/g10.c:1555 msgid "Go ahead and type your message ...\n" msgstr "" -#: g10/decrypt.c:59 g10/g10.c:1546 g10/verify.c:68 g10/verify.c:113 +#: g10/decrypt.c:59 g10/g10.c:1558 g10/verify.c:94 g10/verify.c:139 #, c-format msgid "can't open `%s'\n" msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ÆÁÊÌ `%s'\n" -#: g10/g10.c:1756 +#: g10/g10.c:1767 msgid "" "the first character of a notation name must be a letter or an underscore\n" msgstr "" -#: g10/g10.c:1762 +#: g10/g10.c:1773 msgid "" "a notation name must have only letters, digits, dots or underscores and end " "with an '='\n" msgstr "" -#: g10/g10.c:1768 +#: g10/g10.c:1779 msgid "dots in a notation name must be surrounded by other characters\n" msgstr "" -#: g10/g10.c:1776 +#: g10/g10.c:1787 msgid "a notation value must not use any control characters\n" msgstr "" @@ -1713,17 +1713,17 @@ msgstr "%s: msgid "error creating passphrase: %s\n" msgstr "ÏÛÉÂËÁ ÐÒÉ ÓÏÚÄÁÎÉÉ ËÌÀÞÅ×ÏÊ ÆÒÁÚÙ: %s\n" -#: g10/encode.c:171 g10/encode.c:324 +#: g10/encode.c:171 g10/encode.c:327 #, fuzzy, c-format msgid "%s: WARNING: empty file\n" msgstr "%s: ÐÒÅÄÕÐÒÅÖÄÅÎÉÅ: ÐÕÓÔÏÊ ÆÁÊÌ.\n" -#: g10/encode.c:271 +#: g10/encode.c:274 #, c-format msgid "reading from `%s'\n" msgstr "þÉÔÁÅÔÓÑ ÉÚ `%s'\n" -#: g10/encode.c:492 +#: g10/encode.c:497 #, fuzzy, c-format msgid "%s/%s encrypted for: %s\n" msgstr "%s ÚÁÛÉÆÒÏ×ÁÎÏ ÄÌÑ: %s\n" @@ -1860,7 +1860,7 @@ msgstr " msgid " secret keys unchanged: %lu\n" msgstr "éÓÐÏÌØÚÏ×ÁÎ ÎÅÐÒÁ×ÉÌØÎÙÊ ÓÅËÒÅÔÎÙÊ ËÌÀÞ" -#: g10/import.c:391 g10/import.c:590 +#: g10/import.c:391 g10/import.c:600 #, fuzzy, c-format msgid "key %08lX: no user ID\n" msgstr "ËÌÀÞ %08lX: ÎÅÔ ÉÄÅÎÔÉÆÉËÁÔÏÒÁ ÐÏÌØÚÏ×ÁÔÅÌÑ\n" @@ -1874,7 +1874,7 @@ msgstr " msgid "this may be caused by a missing self-signature\n" msgstr "ÜÔÏ ÍÏÖÅÔ ÂÙÔØ ×ÙÚ×ÁÎÏ ÏÔÓÕÔÓÔ×ÉÅÍ ÓÁÍÏ-ÐÏÄÐÉÓÉ\n" -#: g10/import.c:418 g10/import.c:657 +#: g10/import.c:418 g10/import.c:667 #, c-format msgid "key %08lX: public key not found: %s\n" msgstr "ËÌÀÞ %08lX: ÏÔËÒÙÔÙÊ ËÌÀÞ ÎÅ ÎÁÊÄÅÎ: %s\n" @@ -1888,17 +1888,17 @@ msgstr " msgid "no default public keyring\n" msgstr "ÎÅÔ Ó×ÑÚËÉ ÏÔËÒÙÔÙÈ ËÌÀÞÅÊ ÐÏ ÕÍÏÌÞÁÎÉÀ\n" -#: g10/import.c:435 g10/openfile.c:230 g10/sign.c:295 g10/sign.c:615 +#: g10/import.c:435 g10/openfile.c:230 g10/sign.c:295 g10/sign.c:618 #, c-format msgid "writing to `%s'\n" msgstr "ÚÁÐÉÓÙ×ÁÅÔÓÑ × `%s'\n" -#: g10/import.c:438 g10/import.c:496 g10/import.c:605 g10/import.c:706 +#: g10/import.c:438 g10/import.c:496 g10/import.c:615 g10/import.c:716 #, fuzzy, c-format msgid "can't lock keyring `%s': %s\n" msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÚÁÂÌÏËÉÒÏ×ÁÔØ Ó×ÑÚËÕ ÏÔËÒÙÔÙÈ ËÌÀÞÅÊ: %s\n" -#: g10/import.c:441 g10/import.c:499 g10/import.c:608 g10/import.c:709 +#: g10/import.c:441 g10/import.c:499 g10/import.c:618 g10/import.c:719 #, fuzzy, c-format msgid "error writing keyring `%s': %s\n" msgstr "Fehler beim Erzeugen der \"Passphrase\": %s\n" @@ -1913,12 +1913,12 @@ msgstr " msgid "key %08lX: doesn't match our copy\n" msgstr "ËÌÀÞ %08lX: ÎÅ ÓÏ×ÐÁÄÁÅÔ Ó ÎÁÛÅÊ ËÏÐÉÅÊ\n" -#: g10/import.c:472 g10/import.c:665 +#: g10/import.c:472 g10/import.c:675 #, c-format msgid "key %08lX: can't locate original keyblock: %s\n" msgstr "ËÌÀÞ %08lX: ÎÅ×ÏÚÍÏÖÎÏ ÏÂÎÁÒÕÖÉÔØ original keyblock: %s\n" -#: g10/import.c:478 g10/import.c:671 +#: g10/import.c:478 g10/import.c:681 #, c-format msgid "key %08lX: can't read original keyblock: %s\n" msgstr "ËÌÀÞ %08lX: ÎÅ×ÏÚÍÏÖÎÏ ÐÒÏÞÉÔÁÔØ original keyblock: %s\n" @@ -1958,75 +1958,80 @@ msgstr " msgid "key %08lX: not changed\n" msgstr "ËÌÀÞ %08lX: ÎÅ ÉÚÍÅÎÅÎ\n" -#: g10/import.c:613 +#: g10/import.c:593 +#, c-format +msgid "secret key %08lX not imported (use %s to allow for it)\n" +msgstr "" + +#: g10/import.c:623 #, c-format msgid "key %08lX: secret key imported\n" msgstr "ËÌÀÞ %08lX: ÓÅËÒÅÔÎÙÊ ËÌÀÞ ÉÍÐÏÒÔÉÒÏ×ÁÎ\n" #. we can't merge secret keys -#: g10/import.c:617 +#: g10/import.c:627 #, c-format msgid "key %08lX: already in secret keyring\n" msgstr "ËÌÀÞ %08lX: ÕÖÅ ÎÁ Ó×ÑÚËÅ ÓÅËÒÅÔÎÙÈ ËÌÀÞÅÊ\n" -#: g10/import.c:622 +#: g10/import.c:632 #, c-format msgid "key %08lX: secret key not found: %s\n" msgstr "ËÌÀÞ %08lX: ÓÅËÒÅÔÎÙÊ ËÌÀÞ ÎÅ ÎÁÊÄÅÎ: %s\n" -#: g10/import.c:651 +#: g10/import.c:661 #, c-format msgid "key %08lX: no public key - can't apply revocation certificate\n" msgstr "" "ËÌÀÞ %08lX: ÎÅÔ ÏÔËÒÙÔÏÇÏ ËÌÀÞÁ - ÎÅ×ÏÚÍÏÖÎÏ ÐÒÉÍÅÎÉÔØ ÏÔÚÙ×ÁÀÝÉÊ " "ÓÅÒÔÉÆÉËÁÔ\n" -#: g10/import.c:682 +#: g10/import.c:692 #, c-format msgid "key %08lX: invalid revocation certificate: %s - rejected\n" msgstr "ËÌÀÞ %08lX: ÎÅÄÏÐÕÓÔÉÍÙÊ ÏÔÚÙ×ÁÀÝÉÊ ÓÅÒÔÉÆÉËÁÔ: %s - ÏÔ×ÅÒÇÎÕÔ\n" -#: g10/import.c:714 +#: g10/import.c:724 #, c-format msgid "key %08lX: revocation certificate imported\n" msgstr "ËÌÀÞ %08lX: ÏÔÚÙ×ÁÀÝÉÊ ÓÅÒÔÉÆÉËÁÔ ÉÍÐÏÒÔÉÒÏ×ÁÎ\n" -#: g10/import.c:756 +#: g10/import.c:766 #, fuzzy, c-format msgid "key %08lX: no user ID for signature\n" msgstr "ËÌÀÞ %08lX: ÎÅÔ ÉÄÅÎÔÉÆÉËÁÔÏÒÁ ÐÏÌØÚÏ×ÁÔÅÌÑ ÄÌÑ ÐÏÄÐÉÓÉ\n" -#: g10/import.c:763 g10/import.c:787 +#: g10/import.c:773 g10/import.c:797 #, c-format msgid "key %08lX: unsupported public key algorithm\n" msgstr "ËÌÀÞ %08lX: ÎÅÐÏÄÄÅÒÖÉ×ÁÅÍÙÊ ÁÌÇÏÒÉÔÍ ÏÔËÒÙÔÏÇÏ ËÌÀÞÁ\n" -#: g10/import.c:764 +#: g10/import.c:774 #, c-format msgid "key %08lX: invalid self-signature\n" msgstr "ËÌÀÞ %08lX: ÎÅÄÏÐÕÓÔÉÍÁÑ ÓÁÍÏ-ÐÏÄÐÉÓØ\n" -#: g10/import.c:779 +#: g10/import.c:789 #, fuzzy, c-format msgid "key %08lX: no subkey for key binding\n" msgstr "ËÌÀÞ %08lX: ÎÅÔ ÉÄÅÎÔÉÆÉËÁÔÏÒÁ ÐÏÌØÚÏ×ÁÔÅÌÑ\n" -#: g10/import.c:788 +#: g10/import.c:798 #, fuzzy, c-format msgid "key %08lX: invalid subkey binding\n" msgstr "ËÌÀÞ %08lX: ÎÅÔ ÄÏÐÕÓÔÉÍÙÈ ÉÄÅÎÔÉÆÉËÁÔÏÒÏ× ÐÏÌØÚÏ×ÁÔÅÌÅÊ\n" -#: g10/import.c:815 +#: g10/import.c:825 #, fuzzy, c-format msgid "key %08lX: accepted non self-signed user ID '" msgstr "ËÌÀÞ %08lX: ÐÒÏÐÕÝÅÎ ÉÄÅÎÔÉÆÉËÁÔÏÒ ÐÏÌØÚÏ×ÁÔÅÌÑ '" -#: g10/import.c:844 +#: g10/import.c:854 #, fuzzy, c-format msgid "key %08lX: skipped user ID '" msgstr "ËÌÀÞ %08lX: ÐÒÏÐÕÝÅÎ ÉÄÅÎÔÉÆÉËÁÔÏÒ ÐÏÌØÚÏ×ÁÔÅÌÑ '" -#: g10/import.c:867 +#: g10/import.c:877 #, fuzzy, c-format msgid "key %08lX: skipped subkey\n" msgstr "ËÌÀÞ %08lX: 1 ÎÏ×ÙÊ ÐÏÄ-ËÌÀÞ\n" @@ -2035,32 +2040,32 @@ msgstr " #. * 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:892 +#: g10/import.c:902 #, fuzzy, c-format msgid "key %08lX: non exportable signature (class %02x) - skipped\n" msgstr "ËÌÀÞ %08lX: ÏÔÚÙ×ÁÀÝÉÊ ÓÅÒÔÉÆÉËÁÔ × ÎÅÐÒÁ×ÉÌØÎÏÍ ÍÅÓÔÅ - ÐÒÏÐÕÝÅÎ\n" -#: g10/import.c:901 +#: g10/import.c:911 #, c-format msgid "key %08lX: revocation certificate at wrong place - skipped\n" msgstr "ËÌÀÞ %08lX: ÏÔÚÙ×ÁÀÝÉÊ ÓÅÒÔÉÆÉËÁÔ × ÎÅÐÒÁ×ÉÌØÎÏÍ ÍÅÓÔÅ - ÐÒÏÐÕÝÅÎ\n" -#: g10/import.c:909 +#: g10/import.c:919 #, c-format msgid "key %08lX: invalid revocation certificate: %s - skipped\n" msgstr "ËÌÀÞ %08lX: ÎÅÄÏÐÕÓÔÉÍÙÊ ÏÔÚÙ×ÁÀÝÉÊ ÓÅÒÔÉÆÉËÁÔ: %s - ÐÒÏÐÕÝÅÎ\n" -#: g10/import.c:1009 +#: g10/import.c:1019 #, c-format msgid "key %08lX: duplicated user ID detected - merged\n" msgstr "" -#: g10/import.c:1060 +#: g10/import.c:1071 #, c-format msgid "key %08lX: revocation certificate added\n" msgstr "ËÌÀÞ %08lX: ÏÔÚÙ×ÁÀÝÉÊ ÓÅÒÔÉÆÉËÁÔ ÄÏÂÁ×ÌÅÎ\n" -#: g10/import.c:1174 g10/import.c:1227 +#: g10/import.c:1185 g10/import.c:1238 #, c-format msgid "key %08lX: our copy has no self-signature\n" msgstr "ËÌÀÞ %08lX: ÎÁÛÁ ËÏÐÉÑ ÎÅ ÉÍÅÅÔ ÓÁÍÏ-ÐÏÄÐÉÓÉ\n" @@ -2696,119 +2701,119 @@ msgid "revoked" msgstr "ËÌÀÞ" #. of subkey -#: g10/keylist.c:400 g10/mainproc.c:793 +#: g10/keylist.c:400 g10/mainproc.c:834 #, fuzzy, c-format msgid " [expires: %s]" msgstr "ëÌÀÞ ÄÅÊÓÔ×ÕÅÔ ÄÏ %s\n" -#: g10/mainproc.c:240 +#: g10/mainproc.c:270 #, fuzzy, c-format msgid "public key is %08lX\n" msgstr "ïÔËÒÙÔÙÊ ËÌÀÞ ÎÅ ÎÁÊÄÅÎ" -#: g10/mainproc.c:284 +#: g10/mainproc.c:315 #, fuzzy msgid "public key encrypted data: good DEK\n" msgstr "ÒÁÓÛÉÆÒÏ×ËÁ ÏÔËÒÙÔÙÍ ËÌÀÞÏÍ ÎÅ ÕÄÁÌÁÓØ %s\n" -#: g10/mainproc.c:326 +#: g10/mainproc.c:367 #, fuzzy, c-format msgid "encrypted with %u-bit %s key, ID %08lX, created %s\n" msgstr "(%u-ÂÉÔ %s ËÌÀÞ, ID %08lX, ÓÏÚÄÁÎ %s)\n" -#: g10/mainproc.c:336 +#: g10/mainproc.c:377 #, fuzzy, c-format msgid "encrypted with %s key, ID %08lX\n" msgstr "ðÏÄÐÉÓØ ÓÄÅÌÁÎÁ %.*s, ÉÓÐÏÌØÚÕÑ %s ËÌÀÞ %08lX\n" -#: g10/mainproc.c:342 -#, fuzzy -msgid "no secret key for decryption available\n" -msgstr "óÅËÒÅÔÎÙÊ ËÌÀÞ ÎÅ ÓÕÝÅÓÔ×ÕÅÔ" - -#: g10/mainproc.c:351 +#: g10/mainproc.c:391 #, c-format msgid "public key decryption failed: %s\n" msgstr "ÒÁÓÛÉÆÒÏ×ËÁ ÏÔËÒÙÔÙÍ ËÌÀÞÏÍ ÎÅ ÕÄÁÌÁÓØ %s\n" -#: g10/mainproc.c:388 +#: g10/mainproc.c:429 #, fuzzy msgid "decryption okay\n" msgstr "ÒÁÓÛÉÆÒÏ×ËÁ ÎÅ ÕÄÁÌÁÓØ: %s\n" -#: g10/mainproc.c:393 +#: g10/mainproc.c:434 msgid "WARNING: encrypted message has been manipulated!\n" msgstr "" -#: g10/mainproc.c:398 +#: g10/mainproc.c:439 #, c-format msgid "decryption failed: %s\n" msgstr "ÒÁÓÛÉÆÒÏ×ËÁ ÎÅ ÕÄÁÌÁÓØ: %s\n" -#: g10/mainproc.c:417 +#: g10/mainproc.c:458 #, fuzzy msgid "NOTE: sender requested \"for-your-eyes-only\"\n" msgstr "ÚÁÍÅÞÁÎÉÅ: ÏÔÐÒÁ×ÉÔÅÌØ ÚÁÐÒÏÓÉÌ \"ÔÏÌØËÏ-ÄÌÑ-÷ÁÛÉÈ-ÇÌÁÚ\"\n" -#: g10/mainproc.c:419 +#: g10/mainproc.c:460 #, c-format msgid "original file name='%.*s'\n" msgstr "" -#: g10/mainproc.c:574 +#: g10/mainproc.c:615 msgid "standalone revocation - use \"gpg --import\" to apply\n" msgstr "" -#: g10/mainproc.c:661 g10/mainproc.c:670 +#: g10/mainproc.c:702 g10/mainproc.c:711 #, fuzzy msgid "WARNING: invalid notation data found\n" msgstr "ÎÅ ÎÁÊÄÅÎÏ ÄÏÐÕÓÔÉÍÙÈ RFC1991 ÉÌÉ OpenPGP ÄÁÎÎÙÈ.\n" -#: g10/mainproc.c:673 +#: g10/mainproc.c:714 msgid "Notation: " msgstr "" -#: g10/mainproc.c:682 +#: g10/mainproc.c:723 msgid "Policy: " msgstr "" -#: g10/mainproc.c:1124 +#: g10/mainproc.c:1233 msgid "signature verification suppressed\n" msgstr "" -#: g10/mainproc.c:1161 +#: g10/mainproc.c:1270 #, c-format msgid "Signature made %.*s using %s key ID %08lX\n" msgstr "ðÏÄÐÉÓØ ÓÄÅÌÁÎÁ %.*s, ÉÓÐÏÌØÚÕÑ %s ËÌÀÞ %08lX\n" #. just in case that we have no userid -#: g10/mainproc.c:1187 g10/mainproc.c:1198 +#: g10/mainproc.c:1305 g10/mainproc.c:1316 msgid "BAD signature from \"" msgstr "ðìïèáñ ÐÏÄÐÉÓØ ÏÔ \"" -#: g10/mainproc.c:1188 g10/mainproc.c:1199 +#: g10/mainproc.c:1306 g10/mainproc.c:1317 msgid "Good signature from \"" msgstr "èÏÒÏÛÁÑ ÐÏÄÐÉÓØ ÏÔ \"" -#: g10/mainproc.c:1190 +#: g10/mainproc.c:1308 msgid " aka \"" msgstr "" -#: g10/mainproc.c:1246 +#: g10/mainproc.c:1364 #, c-format msgid "Can't check signature: %s\n" msgstr "îÅ×ÏÚÍÏÖÎÏ ÐÒÏ×ÅÒÉÔØ ÐÏÄÐÉÓØ: %s\n" -#: g10/mainproc.c:1321 +#: g10/mainproc.c:1421 g10/mainproc.c:1436 g10/mainproc.c:1498 +#, fuzzy +msgid "not a detached signature\n" +msgstr "ÓÏÚÄÁÔØ ÏÔÄÅÌØÎÕÀ ÐÏÄÐÉÓØ" + +#: g10/mainproc.c:1447 #, fuzzy, c-format msgid "standalone signature of class 0x%02x\n" msgstr "ðÏÄÐÉÓØ ÎÅÉÚ×ÅÓÔÎÏÇÏ ÔÉÐÁ" -#: g10/mainproc.c:1372 +#: g10/mainproc.c:1502 msgid "old style (PGP 2.x) signature\n" msgstr "" -#: g10/mainproc.c:1377 +#: g10/mainproc.c:1507 msgid "invalid root packet detected in proc_tree()\n" msgstr "" @@ -2953,7 +2958,12 @@ msgstr " msgid "reading stdin ...\n" msgstr "" -#: g10/plaintext.c:392 +#: g10/plaintext.c:383 +#, fuzzy +msgid "no signed data\n" +msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ÐÏÄÐÉÓÁÎÎÙÅ ÄÁÎÎÙÅ `%s' .\n" + +#: g10/plaintext.c:391 #, c-format msgid "can't open signed data `%s'\n" msgstr "ÎÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ ÐÏÄÐÉÓÁÎÎÙÅ ÄÁÎÎÙÅ `%s' .\n" @@ -3074,7 +3084,7 @@ msgstr "" msgid "%s signature from: %s\n" msgstr "ðìïèáñ ÐÏÄÐÉÓØ ÏÔ \"" -#: g10/sign.c:290 g10/sign.c:610 +#: g10/sign.c:290 g10/sign.c:613 #, fuzzy, c-format msgid "can't create %s: %s\n" msgstr "%s: ÎÅ×ÏÚÍÏÖÎÏ ÏÔËÒÙÔØ: %s\n" @@ -3527,14 +3537,14 @@ msgstr " msgid "WARNING: can't yet handle long pref records\n" msgstr "" -#: g10/verify.c:82 +#: g10/verify.c:108 msgid "" "the signature could not be verified.\n" "Please remember that the signature file (.sig or .asc)\n" "should be the first file given on the command line.\n" msgstr "" -#: g10/verify.c:147 +#: g10/verify.c:173 #, c-format msgid "input line %u too long or missing LF\n" msgstr "" @@ -3881,6 +3891,10 @@ msgstr " msgid "No help available for `%s'" msgstr "ðÏÍÏÝØ ÄÌÑ `%s' ÏÔÓÕÔÓÔ×ÕÅÔ." +#, fuzzy +#~ msgid "no secret key for decryption available\n" +#~ msgstr "óÅËÒÅÔÎÙÊ ËÌÀÞ ÎÅ ÓÕÝÅÓÔ×ÕÅÔ" + #~ msgid "" #~ "RSA keys are deprecated; please consider creating a new key and use this key " #~ "in the future\n" diff --git a/po/sv.po b/po/sv.po index 4e5c4c82f..0720217ae 100644 --- a/po/sv.po +++ b/po/sv.po @@ -13,7 +13,7 @@ msgid "" msgstr "" "Project-Id-Version: gnupg 1.0.1e\n" -"POT-Creation-Date: 2000-11-24 13:52+0100\n" +"POT-Creation-Date: 2000-12-19 11:58+0100\n" "PO-Revision-Date: 2000-04-23 16:43+02:00\n" "Last-Translator: Daniel Resare \n" "Language-Team: Swedish \n" @@ -678,17 +678,17 @@ msgstr "" "--list-keys [namn] visa nycklar\n" "--fingerprint [namn] visa fingeravtryck\n" -#: g10/g10.c:426 +#: g10/g10.c:427 msgid "Please report bugs to .\n" msgstr "" "Rapportera gärna fel till .\n" "Rapportera gärna fel eller synpunkter på översättningen till .\n" -#: g10/g10.c:430 +#: g10/g10.c:431 msgid "Usage: gpg [options] [files] (-h for help)" msgstr "Användning: gpg [flaggor] [filer] (-h för hjälp)" -#: g10/g10.c:433 +#: g10/g10.c:434 msgid "" "Syntax: gpg [options] [files]\n" "sign, check, encrypt or decrypt\n" @@ -698,7 +698,7 @@ msgstr "" "signera, kontrollera, kryptera eller dekryptera\n" "vilken operation som utförs beror på programmets indata\n" -#: g10/g10.c:440 +#: g10/g10.c:441 msgid "" "\n" "Supported algorithms:\n" @@ -706,66 +706,66 @@ msgstr "" "\n" "Stödda algoritmer:\n" -#: g10/g10.c:519 +#: g10/g10.c:520 msgid "usage: gpg [options] " msgstr "användning: gpg [flaggor] " -#: g10/g10.c:572 +#: g10/g10.c:573 msgid "conflicting commands\n" msgstr "motstridiga kommandon\n" -#: g10/g10.c:712 +#: g10/g10.c:713 #, c-format msgid "NOTE: no default option file `%s'\n" msgstr "NOTERA: inställningsfilen \"%s\" saknas\n" -#: g10/g10.c:716 +#: g10/g10.c:717 #, c-format msgid "option file `%s': %s\n" msgstr "inställningsfil \"%s\": %s\n" -#: g10/g10.c:723 +#: g10/g10.c:724 #, c-format msgid "reading options from `%s'\n" msgstr "läser flaggor från \"%s\"\n" -#: g10/g10.c:915 +#: g10/g10.c:925 #, c-format msgid "%s is not a valid character set\n" msgstr "%s är ingen giltig teckentabell\n" -#: g10/g10.c:983 +#: g10/g10.c:994 msgid "WARNING: program may create a core file!\n" msgstr "VARNING: programmet kan komma att skapa en minnesutskrift!\n" -#: g10/g10.c:987 g10/g10.c:996 +#: g10/g10.c:998 g10/g10.c:1007 #, c-format msgid "NOTE: %s is not for normal use!\n" msgstr "NOTERA: %s är inte för normal användning!\n" -#: g10/g10.c:989 +#: g10/g10.c:1000 #, c-format msgid "%s not allowed with %s!\n" msgstr "%s är inte tillåten tillsammans med %s!\n" -#: g10/g10.c:992 +#: g10/g10.c:1003 #, c-format msgid "%s makes no sense with %s!\n" msgstr "det är ingen poäng att använda %s tillsammans med %s!\n" -#: g10/g10.c:1011 g10/g10.c:1023 +#: g10/g10.c:1023 g10/g10.c:1035 msgid "selected cipher algorithm is invalid\n" msgstr "den valda chifferalgoritmen är ogiltig\n" -#: g10/g10.c:1017 g10/g10.c:1029 +#: g10/g10.c:1029 g10/g10.c:1041 msgid "selected digest algorithm is invalid\n" msgstr "den valda kontrollsummealgoritmen är ogiltig\n" -#: g10/g10.c:1033 +#: g10/g10.c:1045 msgid "the given policy URL is invalid\n" msgstr "angiven URL är ogiltig\n" -#: g10/g10.c:1036 +#: g10/g10.c:1048 #, c-format msgid "compress algorithm must be in range %d..%d\n" msgstr "kompressionsalgoritmen måste vara i intervallet %d..%d\n" @@ -776,127 +776,127 @@ msgstr "kompressionsalgoritmen m # är ändå litet. Eventuellt borde meddelandena inte alls # översättas för att göra eventuell felsökning lättare # för internationella felsökare -#: g10/g10.c:1038 +#: g10/g10.c:1050 msgid "completes-needed must be greater than 0\n" msgstr "variabeln \"completes-needed\" måste ha ett värde som är större än 0\n" -#: g10/g10.c:1040 +#: g10/g10.c:1052 msgid "marginals-needed must be greater than 1\n" msgstr "variabeln \"marginals-needed\" måste vara större än 1\n" -#: g10/g10.c:1042 +#: g10/g10.c:1054 msgid "max-cert-depth must be in range 1 to 255\n" msgstr "variabeln \"max-cert-depth\" måste ha ett värde mellan 1 och 255\n" -#: g10/g10.c:1045 +#: g10/g10.c:1057 msgid "NOTE: simple S2K mode (0) is strongly discouraged\n" msgstr "NOTERA: enkelt S2K-läge (0) rekommenderas inte\n" -#: g10/g10.c:1049 +#: g10/g10.c:1061 msgid "invalid S2K mode; must be 0, 1 or 3\n" msgstr "ogiltigt S2K-läge; måste vara 0, 1 eller 3\n" -#: g10/g10.c:1134 +#: g10/g10.c:1146 #, c-format msgid "failed to initialize the TrustDB: %s\n" msgstr "misslyckades med att initialisera tillitsdatabasen: %s\n" -#: g10/g10.c:1140 +#: g10/g10.c:1152 msgid "--store [filename]" msgstr "--store [filnamn]" -#: g10/g10.c:1147 +#: g10/g10.c:1159 msgid "--symmetric [filename]" msgstr "--symmetric [filnamn]" -#: g10/g10.c:1155 +#: g10/g10.c:1167 msgid "--encrypt [filename]" msgstr "--encrypt [filnamn]" -#: g10/g10.c:1168 +#: g10/g10.c:1180 msgid "--sign [filename]" msgstr "--sign [filnamn]" -#: g10/g10.c:1181 +#: g10/g10.c:1193 msgid "--sign --encrypt [filename]" msgstr "--sign --encrypt [filnamn]" -#: g10/g10.c:1195 +#: g10/g10.c:1207 msgid "--clearsign [filename]" msgstr "--clearsign [filnamn]" -#: g10/g10.c:1212 +#: g10/g10.c:1224 msgid "--decrypt [filename]" msgstr "--decrypt [filnamn]" -#: g10/g10.c:1220 +#: g10/g10.c:1232 msgid "--sign-key user-id" msgstr "--sign-key användaridentitet" -#: g10/g10.c:1228 +#: g10/g10.c:1240 msgid "--lsign-key user-id" msgstr "--lsign-key användaridentitet" -#: g10/g10.c:1236 +#: g10/g10.c:1248 msgid "--edit-key user-id [commands]" msgstr "--edit-key användaridentitet [kommandon]" -#: g10/g10.c:1252 +#: g10/g10.c:1264 msgid "--delete-secret-key user-id" msgstr "--delete-secret-key användaridentitet" -#: g10/g10.c:1255 +#: g10/g10.c:1267 msgid "--delete-key user-id" msgstr "--delete-key användaridentitet" # Filnamn både med och utan fnuttar finns. lite ologiskt. Vill någon # fixa en patch? -#: g10/encode.c:265 g10/g10.c:1292 g10/sign.c:393 +#: g10/encode.c:268 g10/g10.c:1304 g10/sign.c:393 #, c-format msgid "can't open %s: %s\n" msgstr "kan inte öppna %s: %s\n" -#: g10/g10.c:1307 +#: g10/g10.c:1319 msgid "-k[v][v][v][c] [user-id] [keyring]" msgstr "-k[v][v][v][c] [användaridentitet] [nyckelring]" -#: g10/g10.c:1373 +#: g10/g10.c:1385 #, c-format msgid "dearmoring failed: %s\n" msgstr "misslyckades med att ta bort skalet: %s\n" -#: g10/g10.c:1381 +#: g10/g10.c:1393 #, c-format msgid "enarmoring failed: %s\n" msgstr "misslyckades med att skapa skal: %s\n" -#: g10/g10.c:1452 +#: g10/g10.c:1464 #, c-format msgid "invalid hash algorithm `%s'\n" msgstr "felaktig hash-algoritm \"%s\"\n" -#: g10/g10.c:1539 +#: g10/g10.c:1551 msgid "[filename]" msgstr "[filnamn]" -#: g10/g10.c:1543 +#: g10/g10.c:1555 msgid "Go ahead and type your message ...\n" msgstr "Skriv ditt meddelande här ...\n" # se förra kommentaren -#: g10/decrypt.c:59 g10/g10.c:1546 g10/verify.c:68 g10/verify.c:113 +#: g10/decrypt.c:59 g10/g10.c:1558 g10/verify.c:94 g10/verify.c:139 #, c-format msgid "can't open `%s'\n" msgstr "kan inte öppna \"%s\"\n" -#: g10/g10.c:1756 +#: g10/g10.c:1767 msgid "" "the first character of a notation name must be a letter or an underscore\n" msgstr "" "det första tecknet i ett notationsnamn måste vara en bokstav eller\n" "ett understrykningstecken (_)\n" -#: g10/g10.c:1762 +#: g10/g10.c:1773 msgid "" "a notation name must have only letters, digits, dots or underscores and end " "with an '='\n" @@ -904,11 +904,11 @@ msgstr "" "ett notationsnamn kan bara innehålla bokstäver, siffror, punkter eller\n" "understrykningstecken och sluta med ett likhetstecken\n" -#: g10/g10.c:1768 +#: g10/g10.c:1779 msgid "dots in a notation name must be surrounded by other characters\n" msgstr "punkter i ett notationsnamn måste vara omgivna av andra tecken\n" -#: g10/g10.c:1776 +#: g10/g10.c:1787 msgid "a notation value must not use any control characters\n" msgstr "ett notationsvärde får inte inehålla några kontrolltecken\n" @@ -1656,17 +1656,17 @@ msgstr "%s: kan inte msgid "error creating passphrase: %s\n" msgstr "fel vid skapandet av lösenordsfras: %s\n" -#: g10/encode.c:171 g10/encode.c:324 +#: g10/encode.c:171 g10/encode.c:327 #, c-format msgid "%s: WARNING: empty file\n" msgstr "%s: VARNING: tom fil\n" -#: g10/encode.c:271 +#: g10/encode.c:274 #, c-format msgid "reading from `%s'\n" msgstr "läser från \"%s\"\n" -#: g10/encode.c:492 +#: g10/encode.c:497 #, c-format msgid "%s/%s encrypted for: %s\n" msgstr "%s/%s krypterad för: %s\n" @@ -1800,7 +1800,7 @@ msgstr "antal importerade hemliga nycklar: %lu\n" msgid " secret keys unchanged: %lu\n" msgstr "antal oförändrade hemliga nycklar: %lu\n" -#: g10/import.c:391 g10/import.c:590 +#: g10/import.c:391 g10/import.c:600 #, c-format msgid "key %08lX: no user ID\n" msgstr "nyckel %08lX: ingen användaridentitet\n" @@ -1814,7 +1814,7 @@ msgstr "nyckel %08lX: inga giltiga anv msgid "this may be caused by a missing self-signature\n" msgstr "detta kan bero på att det saknas en självsignatur\n" -#: g10/import.c:418 g10/import.c:657 +#: g10/import.c:418 g10/import.c:667 #, c-format msgid "key %08lX: public key not found: %s\n" msgstr "nyckel %08lX: hittade ingen publik nyckel: %s\n" @@ -1828,17 +1828,17 @@ msgstr "nyckeln %08lX f msgid "no default public keyring\n" msgstr "ingen förvald publik nyckel\n" -#: g10/import.c:435 g10/openfile.c:230 g10/sign.c:295 g10/sign.c:615 +#: g10/import.c:435 g10/openfile.c:230 g10/sign.c:295 g10/sign.c:618 #, c-format msgid "writing to `%s'\n" msgstr "skriver till \"%s\"\n" -#: g10/import.c:438 g10/import.c:496 g10/import.c:605 g10/import.c:706 +#: g10/import.c:438 g10/import.c:496 g10/import.c:615 g10/import.c:716 #, c-format msgid "can't lock keyring `%s': %s\n" msgstr "kan inte låsa nyckelringen \"%s\": %s\n" -#: g10/import.c:441 g10/import.c:499 g10/import.c:608 g10/import.c:709 +#: g10/import.c:441 g10/import.c:499 g10/import.c:618 g10/import.c:719 #, c-format msgid "error writing keyring `%s': %s\n" msgstr "fel vid skrivning av nyckelringen \"%s\": %s\n" @@ -1853,12 +1853,12 @@ msgstr "nyckel %08lX: importerade publik nyckel\n" msgid "key %08lX: doesn't match our copy\n" msgstr "nyckel %08lX: matchar inte vår lokala kopia\n" -#: g10/import.c:472 g10/import.c:665 +#: g10/import.c:472 g10/import.c:675 #, c-format msgid "key %08lX: can't locate original keyblock: %s\n" msgstr "nyckel %08lX: kan inte hitta det ursprungliga nyckelblocket: %s\n" -#: g10/import.c:478 g10/import.c:671 +#: g10/import.c:478 g10/import.c:681 #, c-format msgid "key %08lX: can't read original keyblock: %s\n" msgstr "nyckel %08lX: kan inte läsa det ursprungliga nyckelblocket %s\n" @@ -1898,76 +1898,81 @@ msgstr "nyckel %08lX: %d nya undernycklar\n" msgid "key %08lX: not changed\n" msgstr "nyckel %08lX: inte förändrad\n" -#: g10/import.c:613 +#: g10/import.c:593 +#, c-format +msgid "secret key %08lX not imported (use %s to allow for it)\n" +msgstr "" + +#: g10/import.c:623 #, c-format msgid "key %08lX: secret key imported\n" msgstr "nyckel %08lX: den hemliga nyckeln är importerad\n" #. we can't merge secret keys -#: g10/import.c:617 +#: g10/import.c:627 #, c-format msgid "key %08lX: already in secret keyring\n" msgstr "nyckel %08lX: finns redan i den hemliga nyckelringen\n" -#: g10/import.c:622 +#: g10/import.c:632 #, c-format msgid "key %08lX: secret key not found: %s\n" msgstr "nyckel %08lX: hittade inte den hemliga nyckeln: %s\n" -#: g10/import.c:651 +#: g10/import.c:661 #, c-format msgid "key %08lX: no public key - can't apply revocation certificate\n" msgstr "" "nyckel %08lX: ingen publik nyckel - kan inte tillämpa " "återkallelsecertifikatet\n" -#: g10/import.c:682 +#: g10/import.c:692 #, c-format msgid "key %08lX: invalid revocation certificate: %s - rejected\n" msgstr "nyckel %08lX: ogiltigt återkallelsecertifikat: %s - avvisat\n" -#: g10/import.c:714 +#: g10/import.c:724 #, c-format msgid "key %08lX: revocation certificate imported\n" msgstr "nyckel %08lX: återkallelsecertifikat importerat\n" -#: g10/import.c:756 +#: g10/import.c:766 #, c-format msgid "key %08lX: no user ID for signature\n" msgstr "nyckel %08lX: ingen användaridentitet för signaturen\n" -#: g10/import.c:763 g10/import.c:787 +#: g10/import.c:773 g10/import.c:797 #, c-format msgid "key %08lX: unsupported public key algorithm\n" msgstr "nyckel %08lX: algoritmen för publik nyckel ej stödd\n" -#: g10/import.c:764 +#: g10/import.c:774 #, c-format msgid "key %08lX: invalid self-signature\n" msgstr "nyckel %08lX: ogiltig självsignatur\n" -#: g10/import.c:779 +#: g10/import.c:789 #, c-format msgid "key %08lX: no subkey for key binding\n" msgstr "nyckel %08lX: ingen undernyckel för nyckelbindning\n" -#: g10/import.c:788 +#: g10/import.c:798 #, c-format msgid "key %08lX: invalid subkey binding\n" msgstr "nyckel %08lX: ogiltig undernyckelbindning\n" # vad innebär fnutten i slutet? -#: g10/import.c:815 +#: g10/import.c:825 #, c-format msgid "key %08lX: accepted non self-signed user ID '" msgstr "nyckel %08lX: accepterade icke självsignerad användaridentitet '" -#: g10/import.c:844 +#: g10/import.c:854 #, c-format msgid "key %08lX: skipped user ID '" msgstr "nyckel %08lX: hoppade över användaridentitet '" -#: g10/import.c:867 +#: g10/import.c:877 #, c-format msgid "key %08lX: skipped subkey\n" msgstr "nyckel %08lX: hoppade över undernyckel\n" @@ -1976,32 +1981,32 @@ msgstr "nyckel %08lX: hoppade #. * 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:892 +#: g10/import.c:902 #, c-format msgid "key %08lX: non exportable signature (class %02x) - skipped\n" msgstr "nyckel %08lX: icke exporterbar signatur (klass %02x) - hoppade över\n" -#: g10/import.c:901 +#: g10/import.c:911 #, c-format msgid "key %08lX: revocation certificate at wrong place - skipped\n" msgstr "nyckel %08lX: återkallelsecertifikat på fel plats - hoppade över\n" -#: g10/import.c:909 +#: g10/import.c:919 #, c-format msgid "key %08lX: invalid revocation certificate: %s - skipped\n" msgstr "nyckel %08lX: felaktigt återkallelsecertifikat: %s - hoppade över\n" -#: g10/import.c:1009 +#: g10/import.c:1019 #, c-format msgid "key %08lX: duplicated user ID detected - merged\n" msgstr "nyckel %08lX: användaridentitet hittades två gånger - slog ihop\n" -#: g10/import.c:1060 +#: g10/import.c:1071 #, c-format msgid "key %08lX: revocation certificate added\n" msgstr "nyckel %08lX: lade till återkallelsecertifikat\n" -#: g10/import.c:1174 g10/import.c:1227 +#: g10/import.c:1185 g10/import.c:1238 #, c-format msgid "key %08lX: our copy has no self-signature\n" msgstr "nyckel %08lX: vår kopia har ingen självsignatur\n" @@ -2593,12 +2598,12 @@ msgid "revoked" msgstr "revkey" #. of subkey -#: g10/keylist.c:400 g10/mainproc.c:793 +#: g10/keylist.c:400 g10/mainproc.c:834 #, c-format msgid " [expires: %s]" msgstr "[går ut: %s]" -#: g10/mainproc.c:240 +#: g10/mainproc.c:270 #, c-format msgid "public key is %08lX\n" msgstr "den publika nyckeln är %08lX\n" @@ -2610,107 +2615,108 @@ msgstr "den publika nyckeln # rätt publik nyckel att kryptera datat med. Jag tycker # inte att svenska översättningen är mycket obskyrare än engelska # originalet iallafall. -#: g10/mainproc.c:284 +#: g10/mainproc.c:315 msgid "public key encrypted data: good DEK\n" msgstr "data krypterad med publik nyckel: korrekt krypteringsnyckel\n" -#: g10/mainproc.c:326 +#: g10/mainproc.c:367 #, c-format msgid "encrypted with %u-bit %s key, ID %08lX, created %s\n" msgstr "krypterad med %u-bitars %s-nyckel, ID %08lX, skapad %s\n" -#: g10/mainproc.c:336 +#: g10/mainproc.c:377 #, c-format msgid "encrypted with %s key, ID %08lX\n" msgstr "krypterad med %s-nyckel, ID %08lX\n" -#: g10/mainproc.c:342 -msgid "no secret key for decryption available\n" -msgstr "det finns ingen hemlig nyckel tillgänglig för dekryptering\n" - -#: g10/mainproc.c:351 +#: g10/mainproc.c:391 #, c-format msgid "public key decryption failed: %s\n" msgstr "dekryptering med publik nyckel misslyckades: %s\n" -#: g10/mainproc.c:388 +#: g10/mainproc.c:429 msgid "decryption okay\n" msgstr "dekrypteringen lyckades\n" -#: g10/mainproc.c:393 +#: g10/mainproc.c:434 msgid "WARNING: encrypted message has been manipulated!\n" msgstr "VARNING: det krypterade meddelandet har ändrats!\n" -#: g10/mainproc.c:398 +#: g10/mainproc.c:439 #, c-format msgid "decryption failed: %s\n" msgstr "dekrypteringen misslyckades: %s\n" -#: g10/mainproc.c:417 +#: g10/mainproc.c:458 msgid "NOTE: sender requested \"for-your-eyes-only\"\n" msgstr "NOTERA: avsändaren efterfrågade \"endast-för-dina-ögon\"\n" -#: g10/mainproc.c:419 +#: g10/mainproc.c:460 #, c-format msgid "original file name='%.*s'\n" msgstr "ursprungligt filnamn=\"%.*s\"\n" -#: g10/mainproc.c:574 +#: g10/mainproc.c:615 msgid "standalone revocation - use \"gpg --import\" to apply\n" msgstr "" "fristående återkallelsecertifikat - använd \"gpg --import\" för\n" "att applicera\n" -#: g10/mainproc.c:661 g10/mainproc.c:670 +#: g10/mainproc.c:702 g10/mainproc.c:711 msgid "WARNING: invalid notation data found\n" msgstr "VARNING: ogiltig notationsdata hittades\n" -#: g10/mainproc.c:673 +#: g10/mainproc.c:714 msgid "Notation: " msgstr "Notation: " # finns det någon bra svensk översättning av policy? -#: g10/mainproc.c:682 +#: g10/mainproc.c:723 msgid "Policy: " msgstr "Policy: " -#: g10/mainproc.c:1124 +#: g10/mainproc.c:1233 msgid "signature verification suppressed\n" msgstr "signaturen verifierades inte\n" -#: g10/mainproc.c:1161 +#: g10/mainproc.c:1270 #, c-format msgid "Signature made %.*s using %s key ID %08lX\n" msgstr "Signerades %.*s med hjälp av %s-nyckeln med ID %08lX\n" #. just in case that we have no userid -#: g10/mainproc.c:1187 g10/mainproc.c:1198 +#: g10/mainproc.c:1305 g10/mainproc.c:1316 msgid "BAD signature from \"" msgstr "FELAKTIG signatur från \"" -#: g10/mainproc.c:1188 g10/mainproc.c:1199 +#: g10/mainproc.c:1306 g10/mainproc.c:1317 msgid "Good signature from \"" msgstr "Korrekt signatur från \"" -#: g10/mainproc.c:1190 +#: g10/mainproc.c:1308 msgid " aka \"" msgstr " även känd som \"" -#: g10/mainproc.c:1246 +#: g10/mainproc.c:1364 #, c-format msgid "Can't check signature: %s\n" msgstr "Kan inte verifiera signaturen: %s\n" -#: g10/mainproc.c:1321 +#: g10/mainproc.c:1421 g10/mainproc.c:1436 g10/mainproc.c:1498 +#, fuzzy +msgid "not a detached signature\n" +msgstr "skapa en signatur i en separat fil" + +#: g10/mainproc.c:1447 #, c-format msgid "standalone signature of class 0x%02x\n" msgstr "fristående signatur av klassen 0x%02x\n" -#: g10/mainproc.c:1372 +#: g10/mainproc.c:1502 msgid "old style (PGP 2.x) signature\n" msgstr "signatur av den gamla (PGP 2.x) typen\n" -#: g10/mainproc.c:1377 +#: g10/mainproc.c:1507 msgid "invalid root packet detected in proc_tree()\n" msgstr "felaktigt rotpaket hittades i proc_tree()\n" @@ -2839,7 +2845,12 @@ msgstr "Ange namnet p msgid "reading stdin ...\n" msgstr "läser från standard in ...\n" -#: g10/plaintext.c:392 +#: g10/plaintext.c:383 +#, fuzzy +msgid "no signed data\n" +msgstr "kan inte öppna signerad data \"%s\"\n" + +#: g10/plaintext.c:391 #, c-format msgid "can't open signed data `%s'\n" msgstr "kan inte öppna signerad data \"%s\"\n" @@ -2960,7 +2971,7 @@ msgstr "" msgid "%s signature from: %s\n" msgstr "%s-signatur från: %s\n" -#: g10/sign.c:290 g10/sign.c:610 +#: g10/sign.c:290 g10/sign.c:613 #, c-format msgid "can't create %s: %s\n" msgstr "kan inte skapa %s: %s\n" @@ -3410,7 +3421,7 @@ msgstr "misslyckades med att placera \"%s\" i tillitsdatabasen: %s\n" msgid "WARNING: can't yet handle long pref records\n" msgstr "VARNING: kan ännu inte hantera långa inställningsposter\n" -#: g10/verify.c:82 +#: g10/verify.c:108 msgid "" "the signature could not be verified.\n" "Please remember that the signature file (.sig or .asc)\n" @@ -3420,7 +3431,7 @@ msgstr "" "Kom ihåg att signaturfilen (.sig eller .asc)\n" "ska vara den först angivna filen på kommandoraden\n" -#: g10/verify.c:147 +#: g10/verify.c:173 #, c-format msgid "input line %u too long or missing LF\n" msgstr "raden %u är för lång, eller saknar nyradstecken\n" @@ -3838,6 +3849,9 @@ msgstr "Det finns ingen hj msgid "No help available for `%s'" msgstr "Det finns ingen hjälp tillgänglig för \"%s\"" +#~ msgid "no secret key for decryption available\n" +#~ msgstr "det finns ingen hemlig nyckel tillgänglig för dekryptering\n" + # maila gnupg-bugs om konstigt felmeddelande, man skapar nycklar i pluralis #~ msgid "" #~ "RSA keys are deprecated; please consider creating a new key and use this key "